@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap');
body{
  padding: 0;
  margin: 0;
  font-family: "Parkinsans", sans-serif;
}

a{
    color: #000;
    text-decoration: none;
}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
}

img{
  max-width: 100%;
}
ul, p{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}

/* top header section start */
.top-header{
  padding: 0 0 2px;
  background: #ff6c00;
}
.top-header-1{
  padding:0 40px 0;
  background: linear-gradient(180deg, #6D041A 0%, #A70120 100%);
  text-align: center;
  clip-path: polygon(0 0, 100% 0%, 97% 100%, 3% 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.top-header-1:before{
  content:"";
  background: url(../images/star.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-position: bottom;
  opacity: 15%;
  width: 1248px;
  height: 428px;
}
.top-left{
  padding: 0;
}
.top-left-1{
  padding: 0;
}
.top-left-1 p{
  text-align: center;
  font-size: 18px;
  animation: 0.3s blink alternate infinite;
  font-weight: 600;
  padding: 8px 0;
}
@keyframes blink {
  0%{color: #ffffff;}
  100%{color: #8d021d;}
}
.top-right{
    padding: 0;
}
.top-right-1{
    padding: 0;
}
.top-right-1 ul li{
  display:inline-block;
  padding: 5px 5px;
  font-size: 18px;
  font-weight:600;
  text-transform: capitalize;
}
.top-right-1 ul li a{
  color: #ffffff;
}
.top-whatsapp a{
  background: #00cb06;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  padding: 6px 12px 4px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 25px 0 25px 25px;
  transition: .8s ease-in-out;
}
.top-whatsapp a:hover{
  border-radius: 0 25px 25px 25px;
}
/* top header section end */


/* header section start */
.header-logo{
  padding: 0;
}
.header-logo-1{
  padding: 15px 0 12px;
  display: flex;
  align-items: center;
}
.header-logo-left{
  padding:0;
}
.header-logo-left-1{
  padding: 0 15px;
  text-align: center;
}
.header-logo-right{
  padding:0;
  text-align: center;
}
.header-logo-right-1{
  padding: 0 15px;
  text-align: center;
}
.logo-srv{
  padding:0;
}
.logo-srv-1{
  padding: 0;
}
.logo-srv-1 ul li{
  padding: 0 10px;
  display: inline-block;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.logo-srv-1 ul li i{
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 47px;
  text-align: center;
  background: #ff6c00;
  border-radius: 50%;
  box-shadow: 0 0 0px 8px #ff6c008c;
  margin: 0 auto 12px;
}
.logo-ad {
  padding: 5px 0 0;
}
.logo-ad p{
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding: 9px 10px;
  background: linear-gradient(180deg, #6D041A 0%, #A70120 100%);
  border-radius: 0 0 30px 30px;
  border-bottom: 5px solid #ff6c00;
  line-height:23px;
  text-transform: capitalize;
}
/* header section logo */


/* top marquee section start */
.top-marquee-sec{
  padding:0px 4px 0;
  background: linear-gradient(180deg, #6D041A 0%, #A70120 100%);
  overflow: hidden;
}
.top-marquee-sec:before {
    content: "";
    background: url(../images/star.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-position: bottom;
    opacity: 15%;
    width: 1248px;
    height: 428px;
}
.top-marquee-sec-1{
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.top-mark-left{
  padding:0;
}
.top-mark-left-1{
  padding:0;
  text-align:center;
}
.top-mark-left-1 span{
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
}
.top-mark-center{
  padding:0;
}
.top-mark-center-1{
  padding:0;
  text-align:center;
}
.top-mark-center-1 ul li{
  display:inline-block;
  padding: 3px 4px 0;
}
.top-mark-center-1 ul li a i{
  color: #8c021d;
  font-size: 18px;
  text-decoration: none;
  background: #ffffff;
  padding: 4px 9px;
  border-radius: 70px 70px 0 0;
  width: 40px;
  height: 45px;
  line-height: 40px;
}
.top-mark-right{
  padding:0;
}
.top-mark-right-1{
  padding:0;
  text-align:center;
}
.top-mark-right-1 p{
  font-size: 15px;
  font-weight: 600;
  color: #f3f3f3;
  padding: 9px 0px;
}
/* top marquee section end */



/*start navbar section*/
/* scroll on start */
.scroll-on .logo1{
  text-align:center;
}
.scroll-on .logo1 img{
  height:62px;
}

.scroll-on .navigation-section1{
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #ff6c00;
  padding: 7px 10px;
}
/*.scroll-on .head-nav1{
    background:#fffc01; 
}*/

/* scroll on end */
.navigation-section{
  background: #ff6c00;
  transition:all ease-out 0.5s;
  padding: 8px 0;
}
.nav-section1{
  padding: 0;
}
.navbar{
  margin: 0;
  border:0;
  min-height: 0
}
.head-nav1{
  text-align: center;
}
.head-nav1 li{
  display: inline-block;
  padding: 5px 15px;
  color: #000;
  background: #fff;
  margin: 3px 0px;
  font-weight: 600;
  border-radius: 50px;
}
.head-nav1 li a {
  font-size: 15px;
  font-weight: 500;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  transition: 0.3s;
  color: #ffffff;
}
.head-nav1 li a:hover{
  color: #fff;
}
.navbar-toggler{
  display: none;
  color: #fff;
  font-size: 23px;
  background-color:#ffa200;
  width: 40px;
  padding:0;
  color:#fff;
  z-index: 9;
  position: absolute;
  border: 0px !important;
  float: left;
  top: 7px;
  border: 0;
  left: 0px;
  margin: 8px 0 10px 0px
}
.navbar-collapse {
  padding: 0;
}
.navbar-collapse.in{
  border: 0 !important;
  box-shadow:none;
}

.active-1{
  width: 100%;
  /* position: fixed; */
  /* z-index:9999; */
  /* top: 0; */
  /* left: 0; */
  /* right: 0; */
  /* margin: 0 auto; */
  /* box-shadow:0px 0px 4px 2px #00000042; */
}

/* header-section end */

/*end navbar section*/


/* banner section start */
.banner-sec{
  padding:0;
}
.banner-sec img{
  width:100%;
}
/* banner section end */


/* why choose us section start */
.choose-section{
  text-align: center;
  padding: 50px 0px 40px;
  position: relative;
  background: url(../images/testi-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  width: 100%;
}
.choose-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  left: 0px;
  margin: 0 auto;
  z-index: -1;
  background: #ff6c00e0;
}
.choose-section-1{
  padding: 0;
}

.choose-content{
  padding: 20px 0 0;
}
.choose-1{
  padding: 0;
}
.choose-2{
  padding: 15px;
  text-align: center;
}
.choose-icon{
  padding: 35px 26px;
  border-radius: 100px;
  background: linear-gradient(180deg, #6D041A 0%, #A70120 100%);
  width: 168px;
  height: 231px;
  margin: 0 auto;
  box-shadow:0 0 9px 0 #00000073;
}
.choose-icon i{
  transition: all .3s ease-in-out;
  color: #ff6c00;
  font-weight: 600;
  font-size:68px;
}
.choose-2:hover .choose-icon i{
  animation: bli 0.4s;
  animation-iteration-count: 1;
  transition: all .3s ease-in-out;
}
@keyframes bli{
  0%{transform: translateY(0px);}
  40%{transform: translateY(-10px);}
  60%{transform: translateY(-4px);}
  80%{transform: translateY(-0px);}
  100%{transform: translateY(-4px);}
}
.choose-icon span{
  font-size:38px;
  color:#fff;
  display:block;
  font-weight: 600;
  transition: .3s all ease-in-out;
  padding: 43px 0;
}

.choose-text{
  padding: 2px 0;
}
.choose-text p{
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000000;
  padding: 13px 0 0;
}
/* why choose us section end 


/* best services section start */
.best-service-sec{
  padding:0;
}
.best-service-sec-1{
  padding: 50px 0;
}
.best-srv-1{
  padding: 15px;
  text-align: center;
}
.best-srv-2{
  padding: 0;
}

.best-srv-img-1{
  width: 227px;
  height: 227px;
  margin: 0 auto;
  padding: 18px;
  position: relative;
  transition:.4s all ease-in-out;
  background: linear-gradient(180deg, #6D041A 0%, #A70120 100%);
  overflow:hidden;
  border-radius: 50%;
}
.best-srv-img-1:before{
  content: "";
  width: 100%;
  height: 25%;
  background: linear-gradient(to right, rgb(255 108 0), #6d041a, transparent, #a70120, rgb(255 108 0));
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
  transform: translateX(100%);
}
.best-srv-img-1:after{
  content: "";
  width: 100%;
  height: 25%;
  background: linear-gradient(to right, rgb(255 108 0), #6d041a, transparent, #a70120, rgb(255 108 0));
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
  height: 25.1%;
  top: 25%;
  transform: translateX(-100%);
  transition-delay: 0.05s;
}
.best-srv-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index:2;
  border-radius: 50%;
}
.box-inner-hover{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.2s ease 0s;
}
.box-inner-hover:before{
  content: "";
  width: 100%;
  height: 25%;
  background: linear-gradient(to right, rgb(255 108 0), #6d041a, transparent, #a70120, rgb(255 108 0));
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  transform: translateX(100%);
  transition: all 0.3s ease 0s;
  transition-delay: 0.1s;
}
.box-inner-hover:after{
  content: "";
  width: 100%;
  height: 25%;
  background: linear-gradient(to right, rgb(255 108 0), #6d041a, transparent, #a70120, rgb(255 108 0));
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
  top: 75%;
  transform: translateX(-100%);
  transition-delay: 0.15s;
}
.best-srv-2:hover .best-srv-img-1:before{
  transform: translateX(0);
}
.best-srv-2:hover .best-srv-img-1:after{
  transform: translateX(0);
}
.best-srv-2:hover .box-inner-hover:before{
  transform: translateX(0);
}
.best-srv-2:hover .box-inner-hover:after{
  transform: translateX(0);
}
.best-srv-text{
  padding:22px 0 0;
}
.best-srv-text p{
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
}
.best-srv-text span{
  font-size: 14px;
  font-weight:500;
  line-height: 24px;
  color: #212121;
  padding: 6px 0 12px;
  display: block;
}
.best-srv-text a {
  color: #ffffff;
  font-size: 25px;
  background: linear-gradient(180deg, #6D041A 0%, #A70120 100%);
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  display: inline-block;
  transition: .4s all ease-in-out;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 50%;
}
/* best services section end */


/* about us section start */
.about-us-sec{
  padding: 0;
  background: #ff6c00;
}
.add-line{
  padding: 0;
  text-align:center;
  background: #a70120;
}
.add-line p{
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 12px 12px 12px;
}
.about-us-sec-1{
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.about-left{
  padding: 40px 20px 20px;
}
.about-left-1{
  padding:0;
}
.about-us-title{
  padding: 0 12px;
  text-align: center;
  background: #ffffff;
}
.about-us-title p{
  font-size: 22px;
  color: #a70120;
  font-weight: 700;
  text-transform: capitalize;
  padding: 10px 0 0;
}
.about-us-title strong{
  font-size: 35px;
  font-weight: 600;
  padding: 0 0 6px;
  display: block;
  color: #000000;
  text-transform: capitalize;
}
.about-us-content{
  padding:15px 0 0;
}
.about-us-content p{
  font-size:14px;
  font-weight: 400;
  line-height: 27px;
  color: #ffffff;
  padding: 7px 0;
}
.about-us-content p strong{
  color: #99021f;
}
.about-heading{
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  padding: 5px 0;
  display: block;
}
.about-us-content ul{
  padding: 0 0 10px;
}
.about-us-content ul li{
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  padding: 1px 0;
  color: #ffffff;
}
.about-us-content ul li:before{
  content: "\f06e";
  font-family: "Font Awesome 6 Pro";
  font-weight:600;
  font-size: 14px;
  color: #a70120;
  padding-right:8px;
}
.about-right{
  padding: 0;
}
.about-right-1{
  padding:0;
}
.about-right-1 img{
  width:100%;
}
.add-line-1{
  padding: 0;
  text-align:center;
  background: #a70120;
}
.add-line-1 p{
  color: #fff;
  font-size:24px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 12px 12px 12px;
}
/* about us section end */



/* service section start */
.service-sec{
  padding:0;
}
.service-sec-1{
  padding: 50px 0;
}
.service-content{
  padding: 0;
}
.srv-1{
  padding: 15px;
  text-align: center;
}
.srv-2{
  padding: 0;
}
.srv-img-1{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin:0 auto 30px;
  position: relative;
  transition:.4s all ease-in-out;
}
.srv-img-1::before {
  background: linear-gradient(180deg, #6D041A 0%, #A70120 100%);
  bottom: -15px;
  right: -15px;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition:.4s all ease-in-out;
  opacity:1;
}
.srv-img-1::after {
  background: #ff6c00;
  top: -15px;
  left: -15px;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index:-1;
  opacity:0;
  transition:.4s all ease-in-out;
}
.srv-img-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.srv-2:hover .srv-img-1::before{
  opacity:0;
}
.srv-2:hover .srv-img-1::after{
  opacity:1;
}
.srv-text p{
  font-size:18px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}
.srv-text span{
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #212121;
  text-transform: capitalize;
  padding: 2px 0 12px;
  display:block;
}
.srv-text a {
  color: #000000;
  font-size: 16px;
  background: #ff6c00;
  padding: 0;
  border-radius: 50px;
  width: 104px;
  height: 30px;
  line-height: 32px;
  box-shadow: -5px 5px 0 0 #a0021f;
  display: inline-block;
  transition: .4s all ease-in-out;
  text-transform: capitalize;
  font-weight: 600;
}
.srv-2:hover .srv-text a{
  box-shadow:5px -5px 0 0 #a0011f;
}
/* service section end */


/* testimonial section start */
.testi-sec{
  text-align: center;
  padding: 50px 0;
  background: linear-gradient(180deg, #6D041A 0%, #A70120 100%);
}
.testi-slider{
  padding:52px 0 0 ;
}
.testimonial{
  padding:0 12% 0;
  text-align:center;
}
.testimonials_left_area {
  width:18%;
  min-width: 185px;
  display: inline-block;
}
.testimonials_left_area p span{
  display: inline-block;
  width: 48px;
  height: 2px;
  position: relative;
  top: -5px;
  left: -10px;
  background: #ffffff;
}
.testimonials_left_area p{
  font-size: 17px;
  font-weight: 600;
  padding: 0 0 10px;
  color: #ff6c00;
  text-transform: capitalize;
}
.testimonials_left_area img{
  width:80px;
  height:80px;
  border-radius:50%;
  display:block;
  margin:0 auto;
  box-shadow: 0 0 12px 3px #ff6c00;
  border: 5px solid #ff6c00;
}
.testimonials_right_area {
  max-width: 65%;
  min-width: 15%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position: relative;
}
.testimonials_right_area:before {
  font-size: 100px;
  font-family: "Font Awesome 6 Pro";
  content: '\f10e';
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 40px;
  line-height: 30px;
  color: #ff6c00;
  font-weight: 600;
}
.testimonial_content {
  margin: 0 115px 45px 0;
  border-right: 3px solid #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  color: #ffffff;
  padding: 0 12px 10px 12px;
}

.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-page span{outline:0px!important;outline-offset:0px!important;opacity:1!important;transition: all 0.3s ease 0s;display: block;width:44px!important;height:3px!important;margin: 5px 7px;border-radius:0px !important;background: #ff6c00 !important;}
.owl-theme .owl-controls .owl-page.active span{
    background: #ffffff !important;
    outline:0;
}
.owl-theme .owl-controls .owl-buttons div{
    color:#821b1c !important;
    background: #821b1c !important;
    opacity: 1 !important;
}

/* testimonial section end */


/* start testimonial section */
.srv-list-sec-1{
  padding: 50px 0;
}
.srv-list-sec-2{
  padding:0;
}
.srv-list-img{
  padding:90px 0 0;
  display:flex;
}
.srv-list-img-1{
  padding:0;
  margin: 0 auto;
}
.srv-list-img-1:after{
  position: absolute;
  left: 0;
  bottom: 4px;
  height: 100%;
  width: 100%;
  background: #ff6c00;
  content: "";
  transition: .5s;
  z-index: -1;
  transform: rotate(-10deg);
}
.srv-list-sec-3{
  padding:0;
}
.srv-list-sec-4{
  padding: 30px 0 30px 105px;
}
.srv-list-1{
  padding:0;
}
.srv-list-2{
  padding:0;
}
.srv-list-1 ul li{
  padding: 5px 0;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-transform:capitalize;
}
.srv-list-1 ul li:before{
  content: "\f684";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 14px;
  color: #ffffff;
  background: #ff6c00;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  margin: 0 10px 0 0;
}
/* end testimonial section */


/* contact section start */
.contact-sec{
  padding: 0;
  background: #ff6c00;
  text-align: center;
  overflow: hidden;
}
.contact-sec:before {
    content: "";
    background: url(../images/star.png);
    position: absolute;
    top: 0;
    width: 1248px;
    height: 428px;
    left: 0;
    z-index: 0;
    background-position: bottom;
    opacity: 15%;
}

.form-title p{
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 0 0px;
}
.form-title strong{
  font-size: 70px;
  font-weight: 600;
  display: block;
  color: #000000;
  text-transform: capitalize;
  padding: 0 0 5px;
}
/* contact section end */

/* start award section */
.award-sec-1{
  padding: 50px 0;
}

.award-1{
  padding: 5px;
}
.award-2{
  padding:0;
}
/* end award section */


/*  footer add section start */
.footer-add-sec{
  padding:0;
  background: linear-gradient(180deg, #6D041A 0%, #A70120 100%);
  overflow: hidden;
}
.footer-add-sec:before {
    content: "";
    background: url(../images/star.png);
    position: absolute;
    top: 0;
    width: 1248px;
    height: 428px;
    left: 0;
    z-index: 0;
    background-position: bottom;
    opacity: 15%;
}
.footer-add{
  padding: 25px 0px;
  text-align:center;
}
.footer-add p{
  font-size: 22px;
  font-weight:500;
  line-height: 38px;
  color: #ffffff;
  padding:0 0 20px;
  text-transform:capitalize;
}
.footer-add a{
  font-size: 70px;
  font-weight: 700;
  color: #ffffff;
  display: block;
  text-shadow: 1px 2px 10px #ff6c00;
}
/* footer add section end */

/* banner 1 section start */
.banner-1-sec{
  padding:0;
}
.banner-1-sec img{
  width:100%;
}
/* banner 1 section end */

/* copyright section start */

.copyright-section {
  padding: 0;
  background: #ff6c00;
  text-align: center;
  overflow: hidden;
}
.copyright-section:before {
    content: "";
    background: url(../images/star.png);
    position: absolute;
    top: 0;
    width: 1248px;
    height: 428px;
    left: 0;
    z-index: 0;
    background-position: bottom;
    opacity: 15%;
}
.dis-1 {
  padding:0;
}
.dis-1 p {
  font-size: 12px;
  line-height: 20px;
  color: #000;
  font-weight:600;
  padding: 12px 0 0;
}
.copy-1 {
  padding: 0;
  text-align: center
}
.copy-1 p{
  padding: 5px 0 10px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
/* copyright section end */


#callbook {
    background: green;
    bottom: 0;
    height: 40px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 100;
}

#callbook ul {
    padding: 0
}

#callbook ul li {
    border-bottom: 1px solid #fff;
    background: red;
    position: relative;
    padding:12px 0 10px;
    width: 50%;
    float: left;
    text-align: center;
}

#callbook ul li a{
    animation: wiggle .3s infinite alternate;
    display: inline-block;
}
@keyframes wiggle {
  
  0% { transform: rotate(-2deg); }
   25% { transform: rotate(-1deg); }
   50% { transform: rotate(0deg); }
   75% { transform: rotate(1deg); }
   100% { transform: rotate(2deg); }
     
}
#callbook ul li a span {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    top: -2px
}

#callbook ul li a i {
    color: #fff;
    position: relative;
    top: 0;
    padding: 0 5px 0 0;
    font-size: 17px
}

#callbook ul li a i {
    animation: pulsate .5s ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulsate {
    0% {
        transform: scale(.9, .9);
        opacity: 1
    }
    50% {
        transform: scale(1.2, 1.2);
        opacity: 1
    }
    100% {
        transform: scale(.9, .9);
        opacity: 1
    }
}




@media (max-width: 767px){
.navbar-toggler {display: block; color:#ffffff;padding: 0; top:-42px;}
.scroll-on .navbar-toggler{ top:-4px;margin: 8px 0 10px 14px}
.scroll-on .navigation-section{padding:40px 0 2px;}
.head-nav1 li{padding: 3px 8px 3px;font-size: 10px;margin: 2px 0px;}
.top-mark-center-1 ul li a i {border-radius: 70px;width: 40px;height: 40px;line-height: 33px;}
.head-nav1 li a {padding: 4px 0;}
.top-header-1{clip-path:polygon(0 0, 100% 0%, 100% 100%, 0% 100%);padding: 0 12px 5px;}
.top-left-1 p{}
.header-logo-1{display:block;}
.header-logo-right-1 {padding: 15px 0 0;}
.logo-ad p {font-size: 14px;}
.logo-srv-1 ul li{padding: 0 8px;}
.top-marquee-sec-1{display:block;}
.top-mark-right-1 p{font-size: 14px;}
.top-mark-left-1 span {padding: 15px 0 0px;}
.add-line p {font-size: 18px;line-height: 28px;padding: 8px 12px;}
.add-line-1 p {font-size: 18px;line-height: 30px;}
.about-us-sec-1{display:block;}
.about-us-title strong {font-size: 25px;}
.srv-list-img {padding: 65px 0 0;}
.srv-list-sec-4 {padding: 70px 0 0 0px;}
.form-title p {font-size: 27px;}
.testimonial {padding: 0 4% 0;}
.testimonial_content {margin: 0 85px 45px 0;}
.footer-add p {font-size: 16px;line-height: 28px;padding: 0 0 12px;}
.copyright-section{padding: 0 0 42px;}
.footer-add a {font-size: 48px;}
.form-title strong {font-size: 58px;}
.testimonials_right_area:before {font-size: 70px;}
.best-srv-text span {height: 165px;}
#callbook {display: block;}

}



@media only screen and (min-width: 767px) and (max-width:991px){
.top-marquee-sec-1{display: block;}
.header-logo-1{display:block;}
.header-logo-left-1{padding: 0 0 20px;}
.head-nav1 li {padding: 5px 12px;}
.head-nav1 li a {font-size: 13px;}
.top-mark-left{padding: 15px 0 0;}
.top-mark-center-1 ul li a i {border-radius: 70px;width: 40px;height: 40px;line-height: 33px;}
.about-us-sec-1{display:block;}
.testimonial {padding: 0 4% 0;}
.srv-list-sec-4 {padding: 80px 0 0 75px;}
.form-title p {font-size: 35px;}
.about-us-title strong {font-size: 23px;}
.best-srv-text span {height: 140px;}
}


@media only screen and (min-width: 991px) and (max-width: 1200px){
.logo-srv-1 ul li {padding:0 8px;font-size: 14px;}
.logo-ad p {font-size: 13px;}
.top-mark-right-1 p {font-size: 12px;}
.head-nav1 li {padding: 5px 13px;}
.about-us-title strong {font-size: 30px;}
.srv-text p {font-size: 14px;}
.srv-list-sec-1 {padding: 55px 0 100px 30px;}
.srv-list-sec-4{padding:53px 0 0 102px;}
.best-srv-text p {font-size: 15px;}
.add-line-1 p, .add-line p {font-size: 16px;}
.best-srv-text span {height: 215px;}
.about-us-sec .about-us-title strong {font-size: 22px;}



}


@media (min-width:0) and (max-width:600px){
.logo-srv-1 ul li {padding: 0 3px;font-size: 12px;}
.choose-1{width:100%;}
.best-srv-1{width:100%;}
.about-us-title strong {font-size: 20px;}
.add-line p {font-size: 15px;line-height: 26px;}
.srv-1{width:100%;}
.srv-list-1{width:100%;}
.testimonials_left_area {width: 100%;padding: 0 0 20px;}
.testimonials_left_area p {font-size: 15px;}
.testimonials_left_area p span{width: 43px}
.testimonials_left_area img {width: 70px;height: 70px;}
.testimonials_right_area {max-width: 100%;}
.form-title strong {font-size: 45px;}
.form-title p{font-size: 20px;}
.top-mark-center{display: none;}
.top-mark-left{width: 100%;}
.top-mark-left-1 span {padding: 10px 0 0px}
.top-mark-right-1 p {padding: 6px 0px;}
.header-logo-left-1{padding: 0;}
.best-srv-text span {height: auto;}
}

@media (min-width: 290px) and (max-width:480px){
.top-left-1 p {font-size: 15px;padding: 8px 0 2px;}
.top-right-1 ul li {padding: 0px 5px;}
.top-whatsapp a {font-size: 13px;}
.logo-srv-1 ul li {font-size: 7px;padding: 0 4px;}
.logo-srv-1 ul li i {font-size: 15px;width: 30px;height: 30px;line-height: 30px;box-shadow: 0 0 0px 5px #ff6c008c;}
.logo-ad p {font-size: 12px;line-height: 18px;}
.top-mark-right-1 p {font-size: 11px;}
.top-mark-left,.top-mark-center{width:100%;}
.about-us-title p {font-size: 15px;}
.about-us-title strong {font-size: 15px;}
.add-line-1 p {font-size: 15px;line-height: 27px;}
.form-title p{font-size:18px;}
.form-title strong{font-size: 21px;}
.testimonials_right_area{max-width:100%;}
.testimonials_right_area:before{left:43%;top:14px;right:0;}
.testimonial_content {margin: 52px 0 30px 0;padding: 7px 0 0;border-right: 0;}
.testi-slider {padding: 35px 0 0;}
.award-1{width:100%;}
.footer-add p{font-size: 14px;line-height: 26px;}
.footer-add a {font-size: 32px;}
.head-nav1 li:nth-child(8), .head-nav1 li:nth-child(9), .head-nav1 li:nth-child(10), .head-nav1 li:nth-child(7){display: none;}
.award-sec-1 {padding: 22px 0;}
.srv-list-sec-1, .service-sec-1, .best-service-sec-1, .choose-section {padding: 30px 0;}
.head-nav1 li {padding: 3px 7px 3px;font-size: 8px;}

}



