@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');
body{
    padding: 0;
    margin: 0;
    font-family: 'PT Sans', sans-serif;
}
.main{
  width: 93%;
  padding: 0;
  margin: 0 auto;
  border:0px solid;
}
a{
    color: #000;
    text-decoration: none;
}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
}
img{
    max-width: 100%;
}

h1,h2,h3,h4,h5,h6{
    margin:0;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
p{
    margin:0;
}


/* top head section start */


.tophead-section{
    padding: 0;
    box-shadow: 0px 1px 0px #828282;
    background: #fff5cf;
}
.tophead-section1{
    padding: 0px;
    display: flex;
    align-items: center;
}
.top-list{
    padding: 10px;
}
.top-list1{
    padding: 0px;
    /* border:1px solid; */
}
.top-list1 ul{
    padding: 0;
    margin: 0;
    list-style:none;
}
.top-list1 ul li{
    padding: 0px 10px;
    font-size: 21px;
    box-shadow: 1px 0px 0px #000000;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    margin: 7px 0;
    color: #000;
}
.top-call{
    padding: 0px;
}
.top-call1{
    padding: 0px;
    text-align: right;
}
.top-call1 p{
    margin: 0;
    padding: 10px;
}
.top-call1 p a{
    text-decoration: none;
    background: #cb212b;
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
    font-size: 28px;
    padding: 6px 15px;
    border-radius:5px;
    border:1px solid #f1ad00;
}
.pulse {
    position: relative;
}

.button {
    display: inline-flex;
    align-items: center;
    /* box-shadow: 0 3px 2px 0 rgba(0,0,0,0.1); */
    height: 45px;
    transition: background .3s, transform .3s, box-shadow .3s;
    will-change: transform;
}
 .pulse:before {
    animation: pulse 1.5s infinite linear;
  }
 .pulse:after {
    animation: pulse 2s .4s infinite linear;
  }
/*  .pulse:hover:before,.pulse:hover:after {
    display: none;
  } */
.pulse:before, .pulse:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.4);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    opacity: 0;
    margin: auto;
}
/*  .button:hover {
    box-shadow: 0 4px 17px rgb(0 0 0 / 0%);
    transform: translate3d(0, -2px, 0); */
  }
  .button:active {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    transform: translate3d(0, 1px, 0);
}
@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  33% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

/* top head section end */


/* header section start */
.header-logo{
    padding: 0;
}
.header-logo-1{
  padding:0;
  display: flex;
  align-items: center;
}
.header-logo-left{
  padding:0;
}
.header-logo-left-1{
  padding: 15px 6px 14px;
  text-align: center;
}
.header-logo-right{
  padding:0;
}
.header-logo-right-1{
  padding: 11px 6px 8px;
  text-align:center;
}
.tophead-left1{
  padding: 10px 0 9px;
}
.tophead-left2{
  padding: 0;
}
.tophead-left2 p{
  font-size: 18px;
  margin:0;
  font-weight: 800;
  text-transform: capitalize;
  color: #000;
}

.head-choose1{
  padding: 0px;
}
.head-choose2{
    padding: 9px 15px 0;
    margin: 0;
    background-color: #cb212b;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 40px;
}
.logo-contact{
    padding: 7px 0 0;
}
.logo-contact ul{
    padding:0;
    border: 3px double #cb212b;
    border-radius: 4px;
}
.logo-contact ul li{
    display: inline-block;
    padding:0;
}

.logo-contact ul li{
    padding: 6px 8px 6px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    border-radius: 40px;
    text-transform: capitalize;
}
.logo-contact ul li span{
    color: #cb212b;
}
.logo-contact ul .logo-call a{
    padding: 9px 0px 0;
    color: #cb212b;
    font-size: 23px;
    font-weight: 700;
    border-radius: 40px;
}
.logo-contact ul .logo-call a i{
  padding: 0 10px 0 0;
}
.logo-contact ul .logo-add{
    color: #000;
    font-size: 19px;
    font-weight: 700;
    border-radius: 40px;
}
/* header section end */




/*start navbar section*/
/* scroll on start */

.scroll-on .logo1{
    text-align:center;
}
.scroll-on .logo1 img{
    height:62px;
}
.scroll-on .head-nav1{
    text-align: center;
}
.scroll-on .navigation-section1{
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0px 0px 6px 2px #226f5b24;
   /* background: #fffc01;*/
    padding: 0;
    transition: all ease-out 0.5s;
    background: url(../images/nav-bg.jpg);
}
.scroll-on .navigation-section1:before{
  content: "";
  position:absolute;
  width: 100%;
  background: #cb212bd4;
  height: 100%;
}
.scroll-on .head-nav1{
    /* background: #d60053; */
}
.scroll-on .head-nav1 li a{
    color: #fff;
}
.scroll-on .head-nav1 li:hover a {
    color: #ffe900;
}
/* scroll on end */

.navigation-section{
    /*background: #ee174a;*/
    transition: all ease-out 0.5s;
    background: url(../images/nav-bg.jpg);
}
.navigation-section1{
    padding: 0;
}
.logo{
    padding: 0;
}
.logo1{
    padding: 0;
}
.nav-section{
    padding: 0;
}
.nav-section1{
    padding: 0;
}
.navbar{
    margin: 0;
    border:0;
    min-height: 0
}
.head-nav1{
   text-align: center;
   /* background:#fffc01; */
}
.head-nav1 li{
    display: inline-block;
    padding: 10px 20px 7px;
    position: relative;
}
.head-nav1 li a{
    font-size: 18px;
    font-weight:600;
    padding: 8px;
    display:
    block;
    text-transform: uppercase;
    transition: 0.3s;
    color: #ffffff;
}

.head-nav1 li:hover a{
    color: #fff5cf;
}
.navbar-toggler{
    display: none;
    color: #fff;
    font-size: 30px;
    background-color: transparent;
    width: 47px;
    padding: 0 12px;
    color: #000000;
    z-index: 9;
    position: absolute;
    border: 0px !important;
    float: right;
    top: 7px;
    border: 0;
    right: 3px;
}
.navbar-collapse {
    padding: 0;
}
.navbar-collapse.in{
    border: 0 !important;
    box-shadow:none;
}


.header{
  width: 100%;
  padding: 0;
  transition: all ease-out 0.5s;
  background: url(../images/nav-bg.jpg);
}
.header:before{
  content: "";
  position:absolute;
  width: 100%;
  background: #cb212bd4;
  height: 100%;
}
.active-1{
    padding: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0px 0px 6px 2px #226f5b24;
    z-index: 999999;
}


/* header-section end */
/*end navbar section*/


/* banner section start */
.banner{
    padding:0;
    margin: -1px 0 0;
}
.banner img{
    width:100%;
}
/* banner section end */


/* about us section start */
.about-section{
    padding: 85px 0px 95px;
}
.about-section-1{
    padding: 0;
}
.about-us-content{
  padding: 20px 0 0;
}
.about-title{
    padding:0;
    text-align: center;
}
.about-title strong {
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    color: #000000;
    text-transform: capitalize;
    padding: 0 0 0;
    text-align: center;
}
.about-title strong::before{
    content: '';
    position: absolute;
    display: block;
    width: 220px;
    height: 1px;
    /* background: #000000; */
    top: 60px;
    left: calc(50% - 110px);
}
.about-title strong::after{
    content: '';
    position: absolute;
    display: block;
    width: 66px;
    height: 2px;
    /* background: #cb212a; */
    top: 59px;
    left: calc(50% - 20px);
}
.about-title p {
    font-size: 38px;
    font-weight: 100;
    color: #bf1b24;
    text-transform: capitalize;
    text-align: center;
    padding: 0;
    font-family: 'Lilita One', cursive;
}
.about-us-content p{
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
}
.about-us-content p strong{
    color: #cb212a;
    font-weight: 600;
}
.about-heading{
    color: #cb212a;
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;
    padding: 2px 0px 3px;
    display: inline-block;
}
.about-us-content ul{
  padding: 0 0px 1px;
}
.about-us-content ul li {
    font-weight: 500;
    line-height: 30px;
    color: black;
    padding: 0px 0px 4px 0;
    position: relative;
    font-size: 15px;
    display: flex;
    align-items: center;
}
.about-us-content ul li:before {
   font-family: "Font Awesome 6 Pro";
   content: "\f1b8";
   color: #cb212a;
   font-size: 17px;
   padding: 0 7px 0 0;
   z-index: 1;
   font-weight: 600;
   margin: 0;
   /* box-shadow: -5px 0px 0 0 #fff5cf; */
   border-radius: 50%;
}


/* about us section end */


/* top add section start */
.add2-sec{
    padding: 0;
    background: #fff5cf;
}
.add2-sec-1{
    padding: 0;
    text-align:
    center;
}
.add2-sec-1 p{
    padding: 23px 0 26px;
    color: #000000;
    font-size: 44px;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 38px;
}
.add2-sec-1 span{
    padding: 5px 0 0px;
    color: #000;
    font-size: 21px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 36px;
    display: block;
}
/* top add section end */




/* services section start */

.topservices-section{
    padding:0;
}
.topservices-section1{
  padding: 97px 0px 65px;
}
.topservices{
  padding: 30px 0 0 0px;
}
.top-services1{
  padding: 20px 25px 35px;
}
.top-services2{
  padding: 0px;
}
.top-services3{
  padding: 7px;
  transition: 0.5s;
  text-align: center;
}
.srv-img{
    padding: 0;
    overflow: hidden;
    border: 7px solid #cb212a;
    /* background: #fff5cf; */
    border-radius: 50% 50% 0 0;
}
.srv-img img {
    width: 100%;
    border: 7px solid white;
    height: auto;
    transition: all 0.45s ease-in-out;
    border-radius: 50% 50% 0 0;
}
.srv-bx{
    position: absolute;
    width: 100%;
    background: #cb212a;
    font-size: 20px;
    transition: 0.3s ease-in-out;
    z-index: 1;
    padding: 6px 0px 7px 0px;
    opacity: 1;
    right: 0;
    bottom: 0px;
}
.srv-bx strong{
    color: #fff5cf;
    font-size: 27px;
    text-transform: capitalize;
    display: block;
    text-align: center;
    font-weight: 600;
}
.srv-bx span a{
    text-align: center;
    color: #ffffff;
    font-size: 23px;
    display: block;
    font-weight: 900;
}
.top-services3 i {
    width: 72px;
    color: #d60053;
    height: 72px;
    position: absolute;
    left: 0;
    /* top: -42px; */
    background: #FFF;
    line-height: 78px;
    text-align: center;
    border-radius: 50%;
    margin-left: 0;
    z-index: 0;
    font-size: 32px;
    font-weight: 600;
    right: 0;
    margin: 0 auto;
    bottom: -11px;
}
.top-services4{
  margin: 0;
  padding: 0px 6px;
  margin-top: -9px;
  transition: 0.5s;
  text-align: center;
}
.topservices-text {
  background: #fff5cf;
  padding: 9px 15px 9px;
}

.topservices-text p{
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    padding:6px 0 13px;
}
.topservices-text a{
  display: inline-block;
  padding: 0px 0 0;
}
.topservices-text a i{
  display: inline-block;
  padding: 11px 15px 14px;
  border-radius: 0 0 26px 23px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: #d60053;
}
/* serevices section end */




/* why choose us section start */
.choose-section{
    padding:0;
    /* background: #fff5cf; */
}
.choose-section1{
  padding: 0px 0px 105px;
}
.choose-left{
  padding: 0px;
}
.choose-left1{
  padding: 0;
}
.choose-right{
  padding:0;
}
.choose-right1{
  padding:0;
}
.top-services2{
  padding: 0px;
}


.choose-left1 p{
    color: #000000;
    font-size: 52px;
    text-transform: capitalize;
    display: block;
    text-align: center;
    font-weight: 600;
}
.choose-left1 strong{
    text-align: center;
    color: #cb212a;
    font-size: 84px;
    display: block;
    font-weight: 900;
    line-height: 50px;
    padding: 0 0 14px;
}
.choose-1{
    padding:0;
}
.choose-2{
    padding: 15px 15px 0;
}

.choose-2 p  {
    color: #ffffff;
    /* line-height: 53px; */
    border-radius: 0 0 50px;
    font-size: 21px;
    font-weight: 500;
    background: #bf1b24;
    text-transform: capitalize;
    padding: 12px 19px 9px;
    display: flex;
    align-items: center;
}
.choose-2 p i{
    padding: 0 8px 0 0;
    color: #fff5cf;
    font-size: 24px;
    font-weight: 900;
}
/* why choose us section end */



/* testimonial section start */
.testi-sec{
    padding:0;
    background: url(../images/testi-bg.jpg);
    background-size: cover;
}
.testi-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    background: #fff5cf;
    height: 100%;
}
.testi-sec-1{
    padding: 100px 0 75px;
}
.testi-title{
    padding:0;
    text-align:center;
}
.testi-title strong{
    font-size: 48px;
    font-weight: 700;
    display: inline-block;
    color: #c81e3e;
    text-transform: capitalize;
    text-align: center;
    line-height: 56px;
}
.testi-title p{
    font-size: 19px;
    font-weight: 600;
    display: block;
    color: #000;
    text-transform: capitalize;
    padding: 6px 0 0;
    text-align: center;
}
.testi-content{
  padding: 15px 0 0;
}
.testi-1{
  padding: 0px 18px 23px;
}
.testi-2{
  padding:0;
  text-align:center;
}
.testi-3{
  padding: 36px 0px 35px;
  position: relative;
}

.testimonial {
    padding: 6px 8px 20px;
    text-align: center;
    position: relative;
    transition: all 0.7s ease 0s;
    border: 1px solid #000000;
}

.pic{
    padding: 0;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    margin: 0 auto 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.pic img {
    display: block;
    width: 100%;
    border: 5px solid #bf1b24;
    padding: 7px;
    border-radius: 50%;
}
.testimonial1 .pic img {
   background:transparent;
} 
.testi-text{padding: 0;}
.testi-name{
    width: 100%;
    padding: 0 0 3px;
}

.testi-name p{
    font-size: 23px;
    font-weight: 800;
    text-transform: capitalize;
    color: #bf1b24;
    padding: 6px 0 4px;
}
.testi-name span{
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}
.description {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 27px;
}
.rating {
    color: #c01b24;
    padding: 3px 0 0 0;
    display: block;
}
.rating li {
    display: inline-block;
    font-size: 14px;
}
.quote{
    padding:0;
    font-size: 55px;
    color: #000;
}
/* testimonial section end */


/*whatsapp testimonial section start */
.testii-sec{
  padding: 97px 20px 81px;
}
.testii-sec-1{
  padding: 0;
}
.testii{
  padding:40px 0 0;
}
.testii-1{
  padding: 10px 25px 45px;
}
.testii-2{
  padding: 0;
  box-shadow: 0 0 0px 5px #00000017;
}
/* whatsapp testimonial section end */



/* service list section start */
.list-section{
    padding:0;
    background: #bf1b24;
}
.list-section-1{
    padding: 75px 40px 23px;
}
.list-content{
    padding: 5px 0 5px;
    border: 1px solid #ffffffa3;
    border-left: 0;
    border-right: 0;
}
.list-head{
    padding:0;
}
.list-head{
    font-size: 37px;
    font-weight: 700;
    color: #fff5cf;
    line-height: 27px;
    text-align: center;
    text-transform: capitalize;
    padding: 0 0 36px;
}
.srv-list{
    padding: 15px 0;
}
.srv-list-1{
    padding: 0 0 2px;
}
.srv-list-1 ul li{
   line-height: 29px;
   text-transform: capitalize;
   color: #fff;
   font-size: 17px;
   padding: 4px 0px;
   font-weight: 500;
   border-radius: 50px;
}


.srv-list-1 ul li:before {
    content: "\f185";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    color: #fff5cf;
    font-size: 16px;
    text-align: center;
    padding: 0 6px 0px 0;
    display: inline-block;
}
.footer-contact{
    padding: 0;
    text-align: center;
}
.footer-contact a {
    font-size: 65px;
    padding: 8px 0 4px;
    font-weight: 900;
    text-decoration: none;
    animation: anii 0.4s infinite;
    display: block;
}
@keyframes anii{
  0%{
    color:#fff5cf;
  }
  100%{
    color:#ffffff;
  }
}
.disclaimer{
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
    text-align: center;
}
.srv-list-1 strong{
  font-size: 31px;
  font-weight: 700;
  display: block;
  color: #fff5cf;
  line-height: 27px;
  text-align: left;
  text-transform: capitalize;
  padding: 0 0 10px 0;
}
.srv-list-1 p{
  line-height: 27px;
  color: #fff;
  font-size: 15px;
}
.srv-list-1 p a{
  color: #bf1b24;
  font-weight: 600;
  margin: 2px 0 0 9px;
  padding: 0px 6px 0px 6px;
  font-size: 15px;
  text-transform: uppercase;
  background: white;
  display: inline-block;
  min-height: auto;
}



/* service list section end */



/* start faq section */

.faq-section{
  padding:0;
}
.faq-section1{
  padding: 0px 30px 50px;
}
.faq-head{
  padding: 10px 0;
  text-align: center;
}
.faq-head strong{
  font-size: 65px;
  margin: 0;
  font-weight: 600;
  font-family: 'Saira Extra Condensed', sans-serif;
  text-transform: capitalize;
  display: block;
  margin: -7px 0 0 0;
}
.faq-head p{
  color: #ba0000;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  font-weight: 700;
  background: #ffe401;
  padding: 6px 20px 4px 18px;
  border-radius: 22px;
}
.faq-question{
  padding: 30px 0 0 0;
}
.faq-1{
  padding: 10px 0;
  text-align: left;
}
.faq-2{
  padding: 0 0 20px 0;
  border-bottom: 1px solid #242424;
}
.faq-3{
  padding: 0 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-3 .faq-que{
  width: 8%;
}
.faq-3 .faq-que p{
  font-size: 33px;
  margin: 0;
  color: #bf1b24;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -2px;
  display: block;
}
.faq-3 .faq-que p span{
   /* color: #252525; */
}

.faq-3 .faq-que1{
  width: 93%;
}
.faq-3 .faq-que1 p{
  font-weight: 600;
  color: #bf1b24;
  font-size: 25px;
  padding: 0 10px  0 0;
  margin: 0;
}
.faq-4{
  padding: 0px 0px 0;
  display: flex;
}
.faq-4 .faq-ans{
  width: 7%;
}
.faq-4 .faq-ans p{
  font-size: 36px;
  margin: 0;
  color: #0f0f0f;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -2px;
  display: block;
}
.faq-4 .faq-ans p span{
   color: #bf1b24;
}
.faq-4 .faq-ans1{
  width: 93%;
}

.faq-4 .faq-ans1 p{
  color: #222;
  font-size: 17px;
  margin: 0;
  line-height: 29px;
  font-weight: 500;
}
.faq-4 .faq-ans1 ul{
  text-align: left;
  padding: 10px 0 5px;
  margin: 0;
  list-style: none;
}
.faq-4 .faq-ans1 ul li{
  margin:0;
  font-size: 14px;
  padding: 12px 0 0;
  color: #222;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 27px;
}
.faq-4 .faq-ans1 li:before {
    color: #ff957f;
    background: #1f152d;
    content: "\f664";
    font-weight: 900;
    display: inline-block;
    font-size: 17px;
    padding: 2px 10px 2px 10px;
    font-family: "Font Awesome 6 Pro";
    margin: 0 12px 0 0;
    border-radius: 10px;
}
/* end faq section */







/* copyright section start */
.copy-right{
    padding:0;
    background: #fff5cf;
}
.copyryt{
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    color: #000000;
    text-align: center;
    padding: 7px 0 6px;
}
/* copyright section end */

/* start awards section*/

.awards-section{
  padding: 0;
  background: linear-gradient(to left, #fff5cf 50%, transparent 50%);
}
.awards-section1{
  padding: 50px 30px 100px;
}
.awards-title{
  padding:0;
  text-align:left;
}
.awards-title strong{
  font-size: 49px;
  font-weight: 100;
  color: #bf1b24;
  text-transform: capitalize;
  padding: 0;
  font-family: 'Lilita One', cursive;
}
.awards{
  padding: 20px 0 0;
}
.awards-1 {
  padding: 10px;
}
.awards-2 {
  padding: 0px;
  
}
.awards-2 img{
  width: 100%;
}
/* end awards section*/




#callbook {
    /* background:green; */
    bottom: 0;
    height:50px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 100;
}
#callbook ul{
  padding: 0px;
}
#callbook ul li {
    border-bottom:1px solid #fff;
    background:red;
    position: relative;
    padding: 21px;
    width:50%;
    list-style:none;
    float:left;
    text-align: center;
    bottom: -4px;
}
  #callbook ul li a span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    top: -4px;
}
#callbook ul li a i{
  color: #fff;
  position: relative;
  top: -4px;
  /* font-weight: 600; */
  font-size: 20px;
}  







@media (max-width: 767px){
.top-call1 p {padding: 10px 0;}
.top-call1 p a {font-size: 16px;padding: 6px 7px;}
.top-list {padding: 10px 0;}
.top-list1 ul li {padding: 0px 5px;font-size: 16px;}
.header-logo-1{display: block;}
.header-logo-left-1 {padding: 15px 0px 0px;}
.header-logo-right-1 {padding: 0px 0px 24px;}
.tophead-left2 p {font-size: 24px;}
.tophead-left1 {padding: 3px 0 9px;}

.active-1{border-top:0;}
.navbar-toggler {display: block;color: #ffffff;padding: 0;top: 1px;}
.navigation-section{/* background: #d60053; */padding: 0;}
.navbar {min-height: 43px;}
.scroll-on .navbar {min-height: 46px;}
.scroll-on .navbar-toggler{top:0px;padding: 3px 20px 14px 0;color:#fff;}
.scroll-on .navigation-section{padding:45px 0 2px;}
.navigation-section1{padding:0;}
.scroll-on .navigation-section1{padding:0;/* background: #d60053; */}
/*.scroll-on .head-nav1 {background:#ffe900;}
.scroll-on .head-nav1 li a {color:#000;}
.scroll-on .head-nav1 li:hover a {color:#ee174a;}*/
.head-nav1{padding: 37px 0 21px;}
.head-nav1 li{display: block;padding: 0 0;margin: 12px 0 6px;}
.head-nav1 li a {padding: 4px 0;font-size: 15px;box-shadow: none;border: 0px;text-align: center;margin: 0;}
.add2-sec-1 p {padding: 18px 0 22px;font-size: 30px;}
.top-services1 {padding: 20px 0px 35px;}
.srv-bx strong {font-size: 24px;}
.srv-bx span a {font-size: 20px;}
.topservices-text p {height: 200px;}
.choose-left1 strong {font-size:52px;display: inline-block;padding: 0 11px 14px 0;}
.choose-left1 p {padding: 0 0 15px;}
.testi-1 {padding: 0px 10px 23px;}
.testii-sec {padding: 97px 0px 81px;}
.testii-1 {padding: 10px 15px 45px;}
.list-section-1 {padding: 75px 0px 23px;}
.srv-list {padding: 0;}
.list-content {padding: 20px 0 20px;}
.copyryt {padding: 7px 0 52px;}
#callbook ul li {padding: 16px 0px 6px;}
#callbook {display:block;}
.faq-section1 {padding: 0px 0px 50px;}
.srv-list:nth-child(3){width:100%;padding: 20px 0 0;}
.srv-list{width:50%;}
  .awards-section1 {padding: 50px 0px 100px;}
.awards-1{width:50%;}
.faq-3 .faq-que1 p {font-size: 20px;}
.faq-4 .faq-ans p {font-size: 25px;}
.faq-3 .faq-que1 p {font-size: 20px;}
.faq-3 .faq-que p {font-size: 25px;}


  
}



@media only screen and (min-width: 767px) and (max-width:990px){
  .top-list {padding: 10px 0;}
  .top-list1 ul li {font-size: 17px;}
  .top-call1 p a {font-size: 20px;}
  .header-logo-1{display: block;}
  .header-logo-left-1 {padding: 15px 0px 0px;}
  .header-logo-right-1 {padding: 0px 0px 24px;}
  .tophead-left2 p {font-size: 15px;}
  .head-choose2 {font-size: 16px;}
  .logo-contact ul .logo-call a {font-size: 20px;}
  .logo-contact ul li {font-size: 18px;}
  .logo-contact ul .logo-add {font-size: 17px;}
  .head-nav1 li a {font-size: 15px;padding: 8px 3px;}
  .head-nav1 li {padding: 10px 15px 7px;}
  .add2-sec-1 p {font-size:29px;}
  .topservices-text p {height: 198px;}
  .choose-left1 strong {font-size: 54px;line-height: 31px;padding: 0 0 7px;}
  .choose-left1 p {font-size: 38px;}
  .choose-2 p {font-size: 16px;padding: 6px 10px 9px;}
  .choose-2 p i {padding: 0 5px 0 0;font-size: 20px;}
  .choose-2 {padding: 15px 6px 0;}
  .list-section-1 {padding: 75px 15px 23px;}
  .testii-sec {padding: 97px 0px 81px;}
  .faq-3 .faq-que1 { width: 90%;}
  .faq-3 .faq-que {width: 10%;}
  .srv-list-1 strong {font-size: 22px;}
  .srv-list:nth-child(3){width:100%;}
  .srv-list{width:50%;}

}


@media only screen and (min-width: 991px) and (max-width:1200px){
  .top-list1 ul li {font-size: 19px;}
  .top-call1 p a {font-size: 25px;}
  .tophead-left2 p {font-size: 13px;}
  .head-choose2 {font-size: 14px;}
  .logo-contact ul .logo-call a {font-size:17px;}
  .logo-contact ul li {font-size: 15px;padding:6px 4px 6px;}
  .logo-contact ul .logo-add {font-size: 15px;padding: 6px 0px 6px;}
  .add2-sec-1 p {font-size: 37px;}
  .choose-left1 strong {font-size: 69px;line-height: 39px;padding: 0 0 13px;}
  .choose-left1 p {font-size: 49px;}
  .testi-1 {padding: 0px 10px 23px;}
  .top-services1 {padding: 20px 5px 35px;}
  .topservices-text p {height: 198px;}
  .srv-list-1 strong {font-size: 22px;}
}



@media only screen and (min-width:1201px) and (max-width:1330px){
.tophead-left2 p {font-size: 16px;}
.head-choose2 {font-size: 16px;}
.logo-contact ul .logo-call a {font-size: 20px;}
.logo-contact ul li {font-size: 18px;}
.logo-contact ul .logo-add {font-size: 18px;}
.topservices-text p {height: 170px;}
}




@media (min-width:0) and (max-width:600px){
.tophead-section1{display:block;text-align: center;}
.top-list{width:100%;}
.top-list1 ul li {font-size: 18px;}
.top-call1{text-align: center;}
.top-call1 p {padding: 0px 0 17px;}
.top-call1 p a {font-size:28px;}
.top-call{width:100%;}
.tophead-left2 p {font-size: 21px;}
.header-logo-right-1 {padding: 0px 0px 22px;}
.list-head {font-size: 36px;}
.footer-contact a {font-size: 56px;}
.add2-sec-1 p {font-size: 26px;}
.srv-bx strong {font-size: 19px;}
.srv-bx span a {font-size: 17px;}
.topservices-text p {height: 254px;}
  .srv-list-1 strong {font-size: 26px;}
.faq-3 .faq-que1 {width: 84%;}
.faq-3 .faq-que {width: 16%;}
.faq-3 .faq-que1 p {font-size: 20px;}
.faq-3 .faq-que p {font-size: 25px;}
.faq-4 .faq-ans1 {width: 84%;}
.faq-4 .faq-ans {width: 16%;}
.faq-4 .faq-ans p {font-size: 25px;}
.awards-1{width:100%;padding: 10px 0;}
.awards-title strong {font-size: 40px;}

}





@media (min-width: 290px) and (max-width:500px){
.head-nav1 li a {font-size: 12px;padding:3px 0;}
.top-list {padding: 8px 3px 0;}
.top-call1 p {padding: 0px 0 15px;}
.header-logo-left-1 {padding: 10px 0px 0px;}
.header-logo-right-1 { padding: 0px 0px 10px;}
.top-list1 ul li {font-size: 11px;}
.tophead-left1 {padding: 3px 0 7px;}
.tophead-left2 p {font-size: 14px;}
.logo-contact ul li{display: block;padding: 1px 8px 1px;}
.logo-contact ul {padding: 3px 0;}
.top-services1{width:100%;}
.topservices-text p{height: auto;}
.srv-bx strong {font-size: 27px;}
.srv-bx span a {font-size: 23px;}
.about-title p {font-size: 25px;}
.about-title strong {font-size: 17px;}
.about-section { padding: 29px 0px 30px;}
.about-us-content {padding: 10px 0 0;}
.add2-sec-1 p {font-size: 19px;line-height: 26px;padding: 10px 0 10px}
.topservices-section1 {padding: 37px 0px 0px;}
.topservices {padding: 15px 0 0 0px;}
.top-services1 {padding: 0px 0px 20px;}
.choose-left1 strong {font-size: 40px;padding:0 11px 3px 0;}
.choose-left1 p {font-size: 41px;}
.choose-left1 p {padding: 0 0 1px;}
.choose-2 {padding: 15px 0px 0}
.choose-section1 {padding: 0px 0px 45px;}
.choose-2 {padding: 11px 0px 0;}
.testi-sec-1 {padding: 40px 0 35px;}
.testi-1{width:100%;padding:0px 10px 0px;}
.testii-sec {padding: 35px 0px 18px;}
.testii {padding: 19px 0 0;}
.testi-3 {padding: 15px 0px 20px;}
.testii-1{width:100%;padding: 10px 5px 29px;}
.list-head {font-size: 23px;padding:0 0 16px;}
.list-content {padding: 13px 0 13px;}
.list-section-1 {padding: 39px 0px 12px;}
.footer-contact a {font-size: 37px;}
.disclaimer {font-size: 14px;}
  .srv-list-1 ul li {font-size: 14px;}
  .srv-list-1 ul li:before {font-size: 15px;padding: 0 3px 0px 0;}
}