@import url('../css2');
body{
  margin:0;
  padding:0;
  font-family: "Roboto", sans-serif;
 }

a{
  text-decoration: none;
}
a:focus, a:hover {
    text-decoration: none;
}
img{
  max-width: 100%;
}

ul{
  margin:0px;
  padding:0px;
}
li{margin:0px;
  padding:0px;
  list-style: none;
}

p{
  margin:0px;
  padding:0px;
}
.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}
i {
    font-style: normal;
}




/* top section start */
.top-section{
  background: #fed001;
  overflow: hidden;
  border-bottom: 3px solid #fff;
}
.top-left p{
    font-size: 19px;
    display: block;
    text-transform: capitalize;
    font-weight: bold;
    padding: 9px 0 0px;
    color: #a51314;
}
.top-right p {
    font-size: 20px;
    display: block;
    text-transform: capitalize;
    font-weight: 400;
    padding: 10px 15px 9px;
    background: #a51314;
    position: relative;
    clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
    color: #fff;
}
/* top section end*/


/* head logo section start */
.head-section{
  background-image:#fff;
}
.head-align{
  align-items: center;
  justify-content: center;
}
.head-align1{
  align-items: end;
  justify-content: center;
}
.head-left1{
  text-align: center;
}
.head-right1{
  padding: 0 12px;
 /* text-align: center;*/
}
.head-right2 p{
    color: #fff;
	text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 15px 5px;
    text-transform: capitalize;
    line-height: 26px;
    background: #000;
    border-radius: 20px 20px 0 0;
}
.head-right2 ul{
  padding: 0 0 15px;
}
.head-right2 ul li{
    display: inline-block;
    padding: 0 7px;
}
.head-right2 ul li a{
    padding: 4px 5px 5px;
    display: block;
    font-size: 32px;
    color: #a51314;
    text-transform: capitalize;
    border-radius: 50px;
    font-weight: 600;
}
.head-right2 ul li a i{
  
color: #000;
  
padding: 0 10px 0 0;
}
.head-right2 ul li span{
    display: inline-block;
    position: relative;
    font-size: 23px;
    color: #000;
    text-shadow: 0 0 8px #ffffff96;
    background: #fff;
    border-radius: 30px 30px 0;
    width: 47px;
    height: 47px;
    line-height: 64px;
    /* border: 2px solid #fff; */
}


/* head logo section end */


/* banner section start */
.banner img{
  width:100%;
}
/* banner section end */



/* list design section start */
.left-list1 ul li{
  color: #ffffff;
  font-size: 16px;
  padding: 12px 22px 11px 34px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 20px 0;
  border-radius: 50px 30px 10px 70px;
  background: #a51314;
  position: relative;
}
.left-list1 ul li:before{
 content: '';
 width: 20px;
 height: 20px;
 left: 5px;
 top: 8px;
 margin: 0;
 display: inline-block;
 position: absolute;
 background: #ffffff;
 border-radius: 50px;
}
.left-list1 ul li:after{
 content: '';
 width: 12px;
 height: 12px;
 left: 5px;
 top: 8px;
 margin: 0;
 display: inline-block;
 position: absolute;
 background: #fed001;
 border-radius: 50px;
 animation: pulse 1s infinite;
 animation-timing-function: linear;
}
@keyframes pulse {
    0% {transform: scale(.5);}
    50% { transform: scale(1.1);}
    100% { transform: scale(1); 
    }
}


/* list design section end */


/* text design section start */
.about-title{
  padding: 0 0 15px;
  text-align: center;
}
.about-title span{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    background: #a51314;
    padding: 5px 15px 3px;
    letter-spacing: 1px;
}
.about-title strong{
  font-weight: 800;
  color: #a51314;
  font-size: 58px;
  text-transform: capitalize;
  display: block;
  
  line-height: 85px;
  padding: 3px 0 0;
}
.text-love p{
  line-height: 37px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 0;
}
.text-love ul {
  padding: 5px 0;
}
.text-love ul li{
  font-size: 16px;
  background-color:#fff;
  color: #000;
  margin: 4px 0;
  padding: 8px 15px 6px;
  font-weight: 400;
  position: relative;
  border: 1px solid #000;
  display: inline-block;
}

.text-love p strong{
  font-weight: bold;
  color: #fed001;
}

.why-text p{

line-height: 37px;

color: #434343;

font-size: 16px;

font-weight: 400;

padding: 20px;

text-align: center;

border: 1px solid #fed001;
}
.why-us-head ul{
  padding: 15px 0 0;
}
.why-us-head ul li{
    color: #ffffff;
    font-size: 16px;
    padding: 12px 22px 11px 34px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    margin: 8px 2px;
    border-radius: 50px 30px 10px 70px;
    background: #a51314;
    position: relative;
    text-align: left;
}
.why-us-head ul li:before{
 content: '';
 width: 20px;
 height: 20px;
 left: 5px;
 top: 8px;
 margin: 0;
 display: inline-block;
 position: absolute;
 background: #ffffff;
 border-radius: 50px;
}
.why-us-head ul li:after{
 content: '';
 width: 12px;
 height: 12px;
 left: 5px;
 top: 8px;
 margin: 0;
 display: inline-block;
 position: absolute;
 background: #fed001;
 border-radius: 50px;
 animation: pulse 1s infinite;
 animation-timing-function: linear;
}
@keyframes pulse {
    0% {transform: scale(.5);}
    50% { transform: scale(1.1);}
    100% { transform: scale(1); 
    }
}
/* text design section end */


/* awards section start */
.award1{
  padding: 10px;
}
.award2 img{
  width: 100%;
}
/* awards section end */

/* marquee section start */

.marqueeline-section{
  background: #071519;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 0px 0;
  color: #ffffff;
}
/* marquee section end */

/* best services section start */
.best-services1{
  padding: 15px;
  text-align: center;
}
.best-services2{
  padding: 0;
  text-align: center;
  background: #a51314;
}
.best-services3 img{
  width: 95%;
  border-radius: 0 0 50% 50%;
  border: 4px solid #fed001;
  margin: 0 auto;
  border-top: 0;
  }
.best-services4 strong{
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  background: #fed001;
  display: block;
  color: #000;
  padding: 7px 11px 7px;
}
.best-services4 p{
  line-height: 33px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  padding: 15px;
}

.best-services5 a{
  text-transform: capitalize;
  display: inline-block;
  font-size: 25px;
  color: #a51314;
  padding: 6px 15px 4px;
  border-radius: 22px 22px 0 0;
  font-weight: bold;
  background: #fff;
}
/* best services section end */



/* testimonials section start*/
.testimonials-design1{
  padding: 15px;
}
.testimonials-design2{
  
background: #a51314;
  
padding: 15px;
  
box-shadow: 0 0 9px 0px #000;
}
.testimonials-design3{
  padding: 10px 12px 7px;
  background: #fff;
  border-radius: 50px 30px 10px 70px;
}
.testimonials-design3 strong{
  text-transform: uppercase;
  color: #0a1519;
  font-size: 14px;
  display: inline-block;
  float: right;
  font-weight: 700;
  letter-spacing: 2px;
}
.testimonials-design3 span{
  display: inline-block;
  padding: 0 4px;
}
.testimonials-design3 span b .bi{
  color: #a51314;
  width: 15px;
  height: 19px;
}

.testimonials-design4 p{
  border-radius: 0 0 0 15px;
  font-weight: 400;
  line-height: 33px;
  color: #fff;
  font-size: 16px;
  padding: 15px 5px;
  text-align: justify;
}


/* testimonials section end */


/* counter section start */
.counter-1{
  padding: 15px;
  text-align: center;
}
.counter-2{
  border-radius: 20px;
  background: #a51314;
  padding: 5px 12px 0;
  overflow: hidden;
}
.counter-2 .love_count {
  font-size: 35px;
  font-weight: 700;
  color: #fed001;
  padding: 0 0 2px;
}
.counter-2 i{
  color: #a51314;
  font-size: 62px;
  font-weight: 600;
  background: #ffffff;
  padding: 10px 10px 10px;
  display: block;
}
.counter-2 p{
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 6px 15px 2px;
  background: white;
  display: inline-block;
  margin: 12px 0 0;
  border-radius: 15px 15px 0 0;
}
.love_count:after{
  content: "+";
  right: 0;
}
/* counter section end */

/* whatsapp chat section start */
.chat-1{
    padding: 15px;
 }
.chat-2 img{
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.chat-2 a {
    font-size: 34px;
    font-weight: 800;
    display: block;
    color: #c10000;
    background: #ffc50c;
    padding: 2px 15px 0px;
    text-align: center;
}
/* whatsapp chat section end */

/* other servcies section start */
.other-services1{
  padding: 12px;
  text-align: center;
}
.other-services3 img{
  border-radius: 50%;
  border: 8px solid #fed001;
  width: 100%;
  }
.other-services4{
  background: #a51314;
  width: 85%;
  margin: -67px auto 0;
  padding: 21% 9px 0;
}
.other-services4 strong{
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 6px 10px 2px;
  display: block;
  position: relative;
  color: #000;
  background: #fff;
  margin: 12px 0 0;
  border-radius: 15px 15px 0 0;
}


.other-services4 a{
    display: inline-block;
    font-size: 27px;
    color: #000;
    padding: 4px 15px 3px;
    border-radius: 50px;
    background: #fff;
    width: 60px;
    height: 60px;
    line-height: 53px;
    position: relative;
    z-index: 5;
	margin: 10px;
}
/* other servcies section end */

.footer{
  background: #000;
  overflow: hidden;
}

/* footer section start */

.footer-contact1{
  padding: 15px;
  text-align: center;
}
.footer-contact2 span{
  height: 100px;
  width: 100px;
  color: #a51314;
  line-height: 122px;
  border-radius: 60%;
  background: #fff;
  text-align: center;
  display: block;
  margin: 0 auto 30px;
  box-shadow: 0 0 0 15px #fed001;
  position: relative;
  z-index: 0;
}
.footer-contact2 span:before {
    content: '';
    width: 38px;
    height: 280px;
    top: -142px;
    display: inline-block;
    position: absolute;
    background: #ffffff;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.footer-contact2 span i{
  font-size: 44px;
  font-weight: 600;
}

.footer-contact2 a{
   display: block;
   padding: 9px 12px 6px;
   font-size: 16px;
   font-weight: 500;
   color: #000;
   margin: 60px 0 0;
   text-transform: uppercase;
   background: #fff;
   border-radius: 50px 30px 10px 70px;
   letter-spacing: 1px;
   position: relative;
   z-index: 9;
}

.footer-chat a {
   display: block;
   padding: 15px 10px 15px;
   font-size: 38px;
   font-weight: 900;
   color: #000;
   background: #fff;
   text-transform: capitalize;
   border-radius: 20px;
}
.footer-chat a i{
   font-size: 115px;
   color: #a51314;
   padding: 0 0 20px;
}
.footer-chat a p{
   display: block;
   padding: 8px 12px 6px;
   font-size: 19px;
   font-weight: 700;
   color: #fff;
   background: #a51314;
   text-transform: capitalize;
   border-radius: 20px;
}
/* footer section end */


/* copy section start */
.footer-copy{
  background: #000;
}
.copy-right p{
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  padding: 0 0 10px;
}
.copy-right span{
  font-size: 15px;
  font-weight: 400;
  color: #fed001;
}
/* copy section end */



#callbook {
  background:green;
  bottom: 0;
  height: 38px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 999999;
}
#callbook
  ul{padding: 0px;
}
#callbook
  ul li {
  background: #e50000;
  position: relative;
  padding: 7px 6px 7px;
  width:50%;
  list-style:none;
  float:left;
  text-align: center;
}
#callbook
  ul li:last-child{
  background: #00a100;
}
#callbook
  ul li a span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: 0px;
  text-transform: uppercase;
}
.abs{
	float:right;
	width:25%;
}

@media (max-width: 767px){
i{display: block;}
  .top-left span {font-size: 22px;}
  .text-hindi p {line-height: 28px;font-size: 17px;padding: 11px 12px 5px;}
  .text-hindi strong {font-size: 45px;}
  .text-line1 span {font-size: 22px;}
  .text-line1 p strong {font-size: 20px;}
  .text-line1 p {font-size: 20px;}
  .why-us-head strong {font-size: 18px;}
  .footer-line strong {font-size: 30px;}
  .footer-contact2 .footer-line1 {margin: 0 0 20px;}
  .line-free span {font-size: 20px;padding: 7px 12px 7px;}
  .line-free2 {font-size: 20px;}
  .counter-1 {padding: 15px 10px;}
  .chat-2 a {font-size: 26px;}
  .footer-copy {padding-bottom: 65px !important;}
  .head-right2 ul li span {font-size: 23px;width: 44px;height: 57px;line-height: 60px;}
  .head-right2 ul li a {font-size: 28px;}
  .head-right2 ul li {padding: 0 5px;}
  .head-right2 p {font-size: 15px;padding: 8px 15px 7px;line-height: 23px;}
  .about-title strong {font-size: 48px;line-height: 75px;padding: 0;}
  .footer-contact1:nth-child(2){order: 3;}
  .footer-chat a p {font-size: 18px;}
  #callbook {display:block;}
.other-services4{
	    margin: -137px auto 0;
}
.other-services4 p{
	    font-size:26px;
}
.other-services4 strong{
	font-size: 45px;
}
.abs{
	width:100%;
}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-hindi p {font-size: 19px;line-height: 30px; padding: 12px 12px 5px;}
  .head-right1 {padding: 0;}
  .footer-line strong {font-size: 29px;}
  .footer-contact2 .footer-line1 {margin: 0 0 20px;}
  .best-services4 strong {font-size: 19px;padding: 7px 11px 4px;}
  .footer-contact1:nth-child(2){order: 3;}


}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .text-hindi p {font-size: 22px;}
  .top-left span {font-size: 20px;}
  .counter-1 {padding: 15px 10px;}
  .footer-line strong {font-size: 29px;}
  .footer-contact2 .footer-line1 {font-size: 20px;}
  .footer-contact2 .footer-line {font-size: 18px;}
  .head-right2 p {font-size: 14px;line-height: 22px;}
  a.head-call { font-size: 42px;}
  .head-right2 ul li span {font-size: 23px;width: 44px;height: 57px;line-height: 60px;}
  .head-right2 ul li a {font-size: 28px;}
.head-right2 ul li {padding: 0px 6px;}
.other-services4 strong {font-size: 16px;}
.best-services4 strong {font-size: 17px;}
.chat-2 a {font-size: 32px;}
.footer-chat a p {font-size: 16px;}
.footer-contact2 a {padding: 8px 12px 6px;font-size: 14px;}


}




@media only screen and (min-width: 1201px) and (max-width: 1340px) {}


@media (max-width: 575px) and (min-width: 0px) {
  .top-left span {font-size: 16px;}
  .text-hindi p {line-height: 26px;font-size: 15px;}
  .text-hindi strong {font-size: 34px;}
  .why-us-head strong {font-size: 15px;line-height: 20px;}
  .why-us-head1 strong {font-size: 30px;}
  .about-title strong {font-size: 38px;line-height: 61px;}
  .about-title span {font-size: 12px;}
  .footer-line strong {font-size: 25px;}
  .footer-contact2 .footer-line {font-size: 18px;}
  .footer-contact2 .footer-line1 {padding: 6px 10px 5px;font-size: 20px;line-height: 26px;}
  .footer-chat a {font-size: 32px;}
  .footer-chat a i {font-size: 95px;}
  .chat-2 a {font-size: 34px;}
  .footer-chat a p {font-size: 14px; padding: 8px 10px 6px;}
  .marqueeline-section {font-size: 22px;}
  .head-right2 p {font-size: 14px; line-height: 20px;}
  .head-right2 ul {padding: 0;}
  .top-right p {font-size: 18px;padding: 8px 15px 7px;}
  .head-right2 ul li a {font-size: 32px;}
  .head-right2 ul li span { font-size: 23px;width: 47px;height: 60px;line-height: 64px;}
  .head-right2 ul li{padding: 0 7px;}
  .footer-contact1:nth-child(3) .footer-contact2 span:before{height: 185px;top: -49px;}
  


}



@media (max-width: 420px) and (min-width: 0px) {
  .top-right p {font-size: 14px;padding: 6px 15px 5px;}
  .head-right2 ul li a {font-size: 27px;padding: 2px 5px 0px;}
  .head-right2 ul li span {font-size: 20px;width: 40px;height: 50px;line-height: 55px;}
  .head-right2 p {font-size: 12px;line-height: 17px;}
  .text-hindi p {line-height: 22px;font-size: 14px;}
  .text-hindi strong {font-size: 25px;padding: 2px 10px 3px;}
  .text-call strong {font-size: 20px;line-height: 27px;}
  .text-line1 span {font-size: 18px;}
  .text-line1 p strong {font-size: 18px;}
  .text-line1 p {font-size: 17px;}
  .about-title strong {font-size: 27px;line-height: 46px;}
  .about-title span {font-size: 11px;padding: 7px 15px 4px;line-height: 15px;}
  .why-us-head1 strong {font-size: 26px;}
  p.text-bg {line-height: 25px;font-size: 16px;}
  .left-list1 ul li {font-size: 15px;}
  .line-free span {font-size: 16px;padding: 7px 12px 7px;}
  .line-free2 {font-size: 15px;}
  .footer-line strong {font-size: 21px;}
  .footer-contact2 .footer-line {font-size: 15px;}
  .footer-contact2 .footer-line1 {padding: 4px 10px 5px;font-size: 17px;line-height: 24px;}
  .copy-right span {font-size: 13px;}
  .list-design1{padding: 0;}
  .slide-btn b {height: 40px;width: 25px;}
  .slide-btn b span {margin: 10px 0px 0 -5px;height: 20px;}
  .footer-chat a i {font-size: 82px;}
  .footer-chat a {font-size: 26px; padding: 12px 10px 8px;}
  .text-call strong b {font-size: 33px;line-height: 49px;}
  .why-us-head ul li {font-size: 15px;padding: 10px 22px 10px 34px;display: block;line-height: 23px;}
  a.head-call {font-size: 37px;}
  .top-right a {font-size: 16px;}
  .best-services4 strong {font-size: 17px;padding: 6px 11px 5px;}
  .chat-2 a {font-size: 30px; }
  .testimonials-design3 strong {float: initial;padding: 0 0 1px 8px;}
  .text-love ul li {display: block;}
  .top-left p {font-size: 17px;padding: 10px 0 0px;}
}
/*Start List-Banner*/
.list-ban {
    margin: 0;
    padding: 60px 0;
    background: #f9fded;
}

.ch-list {
    margin: 0;
    padding: 15px;
    background: #a51314;
}
.ch-list p {
    margin: 0;
    font-weight: 600;
    text-align: center;
    padding: 0;
    font-size: 23px;
    color: #fff;
}

.ch-list.m {
    background: #fed001;
}
.ch-list h3 {
    margin: 0;
    font-size: 25px;
    padding: 0;
    color: #fed001;
    text-align: center;
    font-weight: 700;
}
ul.ch-list-line {
    list-style: none;
    margin: 0;
    padding: 18px;
    background: #fff;
}
ul.ch-list-line li {
    text-align: left;
    color: #300520;
    font-weight: 600;
    border-bottom: dashed 1px #053600;
    padding: 10px 0;
}
ul.ch-list-line li:hover {
    color: #053600;
}
ul.ch-list-line li i {
    padding: 4px 5px;
    background: #a51314;
    font-size: 15px;
    margin-right: 5px;
    color: #fff;
    border-radius: 50px;
}

/*End List-Banner*/
