body{
  margin:0;
  padding:0;
  font-family: 'Euclid Circular A';
  position: relative;
  z-index: 0;
  color: #0e0e0e;
 }
a{
  text-decoration: none;
}
a:focus, a:hover {
    text-decoration: none;
}
img{
  max-width: 100%;
}

ul, ol, p{
  margin:0px;
  padding:0px;
}
li{margin:0px;
  padding:0px;
  list-style: none;
}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}
i {
    font-style: normal;
}
.main{
  padding: 0;
  margin: 0 auto;
  width: 90%;
}

@font-face {
    font-family: 'Honeypirls';
    src: url('../fonts/HoneypirlsRegular.woff2') format('woff2'),
        url('../fonts/HoneypirlsRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-Bold.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-Light.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-Medium.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-Regular.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-SemiBold.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}




 #particles-js {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; 
  }


/* top section start */
.mob-show{
    display:none;
}
.top-section{
  text-align: center;
  background: linear-gradient(90deg, #e28262, #663366);
  background-size: 200% 200%;
  animation: blinkGradient 2s infinite;
}

@keyframes blinkGradient {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

/* top section end*/


/* head logo section start */
.head-align{
  align-items: center;
  justify-content: center;
  border-radius: 25px;
}
.head-left1{
  text-align: center;
  padding: 0 12px;
}
.head-right2{
  text-align: center;
  padding: 12px;
}
.head-num ul li{text-transform: capitalize;}
.head-num ul li a {
  color: #bb6964;
  padding: 0 0 0 15px;
}
a.head-call span{
  display: inline-block;
  font-size: 28px !important;
  font-weight: 500;
  text-align: center;
  display: block !important;
  margin: 0 0 0;
  padding: 0 45px 0 0;
}
@keyframes numberBlink {
    0% {
        opacity: 1;
        color: #ffffff;
    }
    50% {
        opacity: 0;
        color: #fee184;
    }
    100% {
        opacity: 1;
        color: #fee184;
    }
}
.head-num ul li a span{
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  text-transform: lowercase;
}

.head-mail ul li a {
  color: #222222;
  display: flex;
  padding: 0 0 0 15px;
}

.head-mail ul li a span{
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.head-num ul li img{
    width: 31px;
}

.head-call i{
    display: inline-block;
    width: 80px;
    height: 105px;
    line-height: 146px;
    border-radius: 0 0 50px 50px;
    text-align: center;
    border: 2px solid #fee283;
    border-top: 0;
    position: absolute;
    top: 0;
    right: 80px;
}

.head-call i b{
    display: inline-block;
    background: #3fc050;
    width: 65px;
    height: 65px;
    line-height: 19px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 0 0;
    font-size: 15px;
    animation: greenBlink 1s infinite ease-in-out;
    text-shadow: 0px 2px 2px #0f611b;
}

@keyframes greenBlink {
    0% {
        background: #138622;
        box-shadow: 0 0 5px #3fc050;
    }
    50% {
        background: #1ac62f;
        box-shadow: 0 0 18px #3fc050;
    }
    100% {
        background: #3fc050;
        box-shadow: 0 0 5px #3fc050;
    }
}

.head-list ul{
  display:flex;
}

.head-list ul li{
  display:flex;
  padding: 12px 20px 6px;
  display: inline-block;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 17px;
}
/* head logo section end */


/* banner section start */
.banner {
   
}
.banner img{
    width: 100%;
}

.banner-img{
   position: relative;
   text-align: center;
}
.banner-img::before {
    position: absolute;
    content: "";
    width: 500px;
    height: 500px;
    background-image: url(../images/astrology.webp);
    background-repeat: no-repeat;
    z-index: -1;
    bottom: -21px;
    left: 0;
    right: 0;
    background-position: center bottom;
    margin: 0 auto;
    animation: rotate 16s infinite linear;
}
img.cricle {
    width: 36px;
    display: inline-block;
    margin-left: 15px;
     animation: rotate 16s infinite linear;
}
@keyframes rotate {
    0% {
    transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
a.call-btn {
    display: flex !important;
    background: linear-gradient(258deg, #e28262, #663366);
    font-size: 18px;
    color: #fff;
    padding: 7px 10px 8px 15px;
    position: relative;
    font-weight: 500;
    align-items: center;
    width: fit-content;
    text-transform: capitalize;
    border-radius: 12px;
}
a.call-btn:after{
    display:none;
}
a.call-btn svg{
  width: 30px;
  height: 30px;
  position: absolute;
  right: 13px;
  z-index: 1;
  top: 11px;
}
.banner-box span{
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    color: #773e65;
    padding: 0 0 8px;
    text-transform: capitalize;
    position: relative;
    border-bottom: 2px solid #f475b5;
}
.banner-box strong{
    font-size: 64px;
    font-weight: 100;
    text-transform: capitalize;
    display: block;
    color: #000000;
    padding: 20px 0 10px;
    line-height: 75px;
    font-family: 'Honeypirls';
}
.banner-box b{
}

    @keyframes mystical-glow {
        0%, 100% {
            text-shadow: 0 0 8px rgba(236, 72, 153, 0.4), 0 0 20px rgba(217, 70, 239, 0.3);
        }

        50% {
            text-shadow: 0 0 16px rgba(236, 72, 153, 0.7), 0 0 40px rgba(217, 70, 239, 0.5);
        }
}
.banner-box p{
    font-size: 15px;
    font-weight: 300;
    display: block;
    padding: 0 0 32px;
    line-height: 27px;
    text-align: justify;
}
/* banner section end */

/* services section start */
.services{
  position: relative;
  text-align: center;
}
.sv1{
  padding: 12px;
  text-align: center;
}
.sv2 svg{
    width: 90px;
    height: 90px;
}
.sv2 span {font-size: 20px;font-weight: 600;text-transform: capitalize;display: block;color: #6a3666;padding: 15px 0 0;}
.sv2 p {
    padding: 2px 0 15px;
    line-height: 27px;
    font-weight: 100;
    font-size: 15px;
}
.sv2 a {margin: 0 auto;}
/* services section end */

/* contact section start */
.contact-number a{
      font-size: 20px;
      background-color: #3fc050;
      border-radius: 10px;
      overflow: hidden;
      padding: 9px 20px 7px;
      box-shadow: 0px 2px 18px 0px #3fc050;
      animation-name: et_pb_bounce;
      animation-duration: 6s;
      animation-delay: 50s;
      /* opacity: 0; */
      animation-timing-function: ease-in-out;
      display: inline-block;
      animation-iteration-count: infinite;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 800;
      text-shadow: 0px 2px 2px #0f611b;
}
.contact-number svg{
  width: 45px;
  height: 45px;
  fill: #fff;
}
@keyframes et_pb_bounce {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
/* contact section end */

/* about us section start */
.aboutus-heading{
  padding: 0 0 30px;
  text-align: center;
}
.aboutus-heading i svg path{
    fill: #9c5564;
}
.aboutus-heading span{
  text-transform: capitalize;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  display: block;
  margin: 8px 0 -5px;
}
.aboutus-heading strong svg{
  width: 60px;
}
.aboutus-heading p svg{
  width: 88px;
  height: 14px;
  margin: -4px 0 0;
}
.aboutus-heading p svg.google{
  width: 68px;
  height: 63px;
}
.aboutus-heading strong{
  display: block;
  font-size: 60px;
  text-transform: capitalize;
  font-weight: 200;
  font-family: 'Honeypirls';
  background-image: linear-gradient(258deg, #e28262, #663366);
  background-clip: text;
  color: transparent;
}
.aboutus-heading a strong{
  color: #8f738d;
}
.aboutus-heading p{
  display: block;
  font-size: 18px;
  color: #000000;
  text-transform: capitalize;
  padding: 18px 0 0;
}
.about-us img{border: 2px solid #ffffff;padding: 10px;}
.about-us-box{
    padding: 12px;
}
.about-us p{
  padding: 8px 0;
  line-height: 29px;
  font-weight: 100;
  font-size: 15px;
  text-align: justify;
}
.about-us p strong{font-weight: 500;color: #c67063;}
.about-us span{
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  color: #000000;
  padding: 0 0 8px;
  text-transform: capitalize;
  position: relative;
  border-bottom: 2px solid #bb6964;
  margin: 0 0 10px;
}
.about-us ul li{
  color: #000000;
  position: relative;
  font-weight: 300;
  padding: 6px 18px 6px 0;
  font-size: 15px;
  display: inline-block;
}
.about-us ul li:before{
    color: #f475b5;
    content: "\f445";
    font-weight: 400;
    display: inline-block;
    font-family: "Font Awesome 7 Free";
    padding: 0 9px 0 0;
}

/* about us section end */



/* add line section start */
.counter-section1{
  
background: #6a3666;
  
padding: 20px;
  
border-radius: 20px;
}
.add-line2{
text-align: center;
}
.add-line2 p{
  color: #ffffff;
  line-height: 28px;
  font-weight: 300;
}
.add-line2 strong{
  text-transform: capitalize;
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  padding: 0 0 7px;
  display: block;
}
.add-line2 strong b{
    color: #ffe782;
    font-weight: 600;
}
.srv-sec-line{
    
background: linear-gradient(90deg, #e28262, #663366);
    
background-size: 200% 200%;
    
animation: blinkGradient 2s infinite;
    
padding: 12px;
}
.srv-sec-line p{
 text-transform: capitalize;
 font-weight: 400;
 font-size: 17px;
 color: #fff;
 padding: 0 0 7px;
 line-height: 29px;
}
.srv-sec-line strong{
 font-size: 32px;
 text-transform: capitalize;
 font-weight: 500;
 color: #ffe942;
 display: block;
}
/* add line section end */



/* best services section start */
.bestserv-sec1{border: 1px solid #e28262;border-radius: 30px;padding: 30px;}
.best-services1{
  padding: 12px;
  text-align: center;
}
.best-services3{ 0 0 0 30px;}
.best-services2{
  border-radius: 20px;
  background: #6a3666;
  text-align: center;
  padding: 15px 15px 20px;
}
.best-services2 img{
  border-radius: 20px;
}
.best-services2 a{
  position: relative;
  display: block;
  margin: 0 auto;
}
.best-services2 a.call-btn{
      box-shadow: 0 0 17px #763d65;
}
.best-services2 a:after {
    position: absolute;
    content: '';
    width: 80%;
    height: 80%;
    border: 1px solid #fff;
    left: 0;
    border-radius: 15px;
    box-shadow: 0 0 17px rgb(255 255 255 / 50%), inset 0 0 12px rgba(255, 255, 255, 0.7);
    margin: 0 auto;
    right: 0;
    top: 22px;
}
.best-services3 p{
  color: #ffffff;
  padding: 8px 0 15px;
  line-height: 27px;
  font-weight: 100;
  font-size: 15px;
}
.best-services3 strong{
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  color: #ffe384;
  padding: 15px 0 0;
}
/* best services section end */


/* awards section start */
.award-section{
  position: relative;
}

.video-section1{
  
border: 3px solid #e28262;
  
border-bottom: 0;
  
border-radius: 20px 20px 0 0;
  
padding: 20px 20px 10px;
}
.award-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 230px;
  background: linear-gradient(90deg, #031f34, #fedc87, #080a1f);
  right: 0;
  z-index: -1;
  bottom: 0;
  background: linear-gradient(90deg, #e28262, #663366);
  background-size: 200% 200%;
  animation: blinkGradient 2s infinite;
}
.video-section:before{
  display: none;
}
.awards-1{
  padding: 12px;
  margin: 0 auto;
  text-align: center;
}
.video-1{
     padding: 12px;
     width: 20%;
}
.video-1 iframe{width: 100%;height: 430px;border-radius: 20px;}
.awards-2 p{
  font-weight: 500;
  color: #000000;
  padding: 6px 5px 6px;
  font-size: 17px;
  text-transform: capitalize;
  text-align: center;
  background: #ffe782;
  margin: 12px 0 0;
  border-radius: 20px;
}
.awards-2 img{
}
/* awards section end */


/* why us section start */
.why-content-0{
   padding: 12px;
}
.why-content{padding: 15px 20px;background: #ffe782;border-radius: 20px;}
.why-img{
    padding: 12px;
}
.why-content ul li{
  padding: 8px 10px 9px 12px;
  position: relative;
  color: #fff;
  line-height: 29px;
  font-weight: 300;
  display: block;
  margin: 12px 0;
  background: linear-gradient(258deg, #e28262, #663366);
  border-radius: 50pc;
}
.why-content ul li:before{
    color: #fedc87;
    content: "\f445";
    font-weight: 400;
    display: inline-block;
    font-family: "Font Awesome 7 Free";
    padding: 0 9px 0 0;
}
.why-content a{
     font-size: 20px;
     font-weight: 500;
     display: inline-block;
     color: #000000;
     padding: 0 0 8px;
     text-transform: capitalize;
     position: relative;
     border-bottom: 2px solid #e38182;
     margin: 0 0 10px;
}
.why-content:nth-child(2) a {padding: 0;}
/* why us section end */

/* top services section start */

.topservices-1{
  padding: 12px 15px;
}
.topservices-2 strong{
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  color: #000000;
  padding: 0 0 8px;
  text-transform: capitalize;
  position: relative;
  border-bottom: 2px solid;
  margin: 0 0 10px;
}
.topservices-2 ul li{
  padding: 8px 15px;
  position: relative;
  color: #000000;
  line-height: 27px;
  font-weight: 500;
  text-align: left;
  margin: 12px 0;
  box-shadow: 5px 4px #e28262;
  border-radius: 9px;
  background: #fee184;
}
.topservices-2 ul li a{
    color: #000000;
}
.topservices-2 ul li:before {
    color: #6a3666;
    content: "\f274";
    font-weight: 700;
    display: inline-block;
    font-family: "Font Awesome 7 Free";
    padding: 0 9px 0 0;
}
/* top services section end */


/* testimonial section start */
.testi-section{
  
text-align: center;
  
background: #06122a;
}
.testi-heading strong{
    background-image: linear-gradient(90deg, #f472b6, #ffea80, #f472b6);
    background-clip: text;
    color: transparent;
}
.testimonials-design1{padding: 0 55px;}
.testimonials-design1 strong{
  text-transform: capitalize;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #f9a1a2;
}
.testimonials-design1 p{
  color: #ffffff;
  line-height: 36px;
  font-weight: 200;
  padding: 8px 0 15px;
  font-size: 20px;
}
.testimonials-design1 i{
  padding: 0 0 10px;
  display: block;
}
.testimonials-design1 svg{
  width: 30px;
  height: 25px;
  fill: #fee085;
}
.carousel-control-next-icon, .carousel-control-prev-icon {width: 30px;height: 30px;}
.carousel-control-next, .carousel-control-prev {opacity: 1;top: -60px;}
/* testimonial section end */

/* google review section start */
.testimonials1 {
    padding: 12px;
}

.testimonials2 {
    border-radius: 20px;
    padding: 15px 20px 30px;
    box-shadow: 0px 0px 18px -2px #f9a79e;
    position: relative;
    background: #fff;
}
.testimonials3 span {
    padding: 0 0 0 49px;
    display: inline-block;
    margin: -14px 0 0;
}
.testimonials3 span .bi {
    color: #f3bc1d;
    height: 16px;
    width: 15px;
    margin: 18px 2px 0;
}
.testimonials3 i svg {
    color: #fbbd05;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.testimonials4::-webkit-scrollbar {
    width: 3px
}

.testimonials4::-webkit-scrollbar-track {
    box-shadow: inset 0 0 100px #dfdfdf;
    border-radius: 0
}

.testimonials4::-webkit-scrollbar-thumb {
    background: #989898;
    height: 20px;
    border-radius: 0 0 10px 10px
}

.testimonials4 p {
    color: #101010;
    padding: 0 0 8px;
    line-height: 28px;
    font-weight: 300;
    font-size: 15px;
}

.testimonials5 span {
    position: absolute;
    height: 42px;
    width: 42px;
    background: #c13f40;
    color: #fff;
    border-radius: 50%;
    text-transform: capitalize;
    line-height: 43px;
    text-align: center;
    font-weight: 500;
    font-size: 22px;
}

.testimonials1:nth-child(2) .testimonials5 span {
    background: #ddaa15;
}

.testimonials1:nth-child(3) .testimonials5 span {
    background: #b13c87;
}

.testimonials1:nth-child(4) .testimonials5 span {
    background: #6abf81;
}

.testimonials1:nth-child(5) .testimonials5 span {
    background: #19318f;
}

.testimonials1:nth-child(6) .testimonials5 span {
    background: #e18162;
}

.testimonials5 p {
    padding-left: 50px;
}

.testimonials5 p b {
    display: block;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    font-size: 17px;
}

.testimonials5 p i svg {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 15px;
    bottom: 12px;
    fill: #bb6964;
}
.testimonials5 p i svg path{
    
fill: #f9ae9b;
}
/* google review section end */

/* whatsapp chat section start */
.chat-1{
    padding: 6px;
    text-align: center;
 }
/* whatsapp chat section end */

/* counter section start */

.counter-1{
  padding: 6px;
  text-align: center;
}
.counter-2{
  border-radius: 10px;
  padding: 15px 20px;
  position: relative;
  background: #ffffff;
}
.choose-text strong{
 font-size: 15px;
 font-weight: 500;
 display: block;
 text-transform: capitalize;
 color: #de7f62;
}
.love_count{
  font-weight: 700;
  font-size: 28px;
  display: block;
  color: #000000;
} 

/* counter section end */

/* footer section start */
.footer-contact2 strong{
   display: block;
   font-size: 25px;
   text-transform: capitalize;
   font-weight: 500;
}

.footer-contact2 p{
   display: block;
   font-size: 45px;
   font-weight: 600;
}
.footer-contact2 strong a{
   color: #f57eba;
}

.footer-contact2 p a{
   color: #000000;
}
/* footer section end */


/* copy section start */

.footer-copy{
  padding: 8px 0 15px;
  background: linear-gradient(90deg, #e28262, #663366);
  background-size: 200% 200%;
  animation: blinkGradient 2s infinite;
}
.copy-right span{
  color: #ffffff;
  font-size: 13px;
  line-height: 22px;
  display: block;
  font-weight: 100;
  padding: 0 0 8px;
}
.copy-right p{
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}
/* copy section end */



#callbook {
  bottom: 0;
  height: 35px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 999999;
  padding: 0 8px;
  width: 100%;
}
#callbook ul li:nth-child(2){
    background: green;
}
#callbook ul li {
  background: red;
  text-align: center;
  padding: 7px 5px 7px;
  border-radius: 8px 25px 0 0;
  display: inline-block;
  width: 50%;
}

#callbook ul li a span {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  display: block;
}
#callbook ul{
    display: flex;
}

@media (max-width: 767px){
.head-right2 ul li .head-call{padding: 0;}
.top-right span i {font-size: 16px;}
.bestserv-lines strong {font-size: 18px;text-align: center;padding: 36px 25px 8px;}
.awards-2 p {font-size: 16px;line-height: 25px;}
.bestserv-lines strong span{ margin: -30px auto 0;left: 0;right: 0;}
.add-line2 p{font-size: 15px;line-height: 26px;}
.services-right{margin: 0 auto 10px;order: -1;}
.services-left1 strong {font-size: 35px;}
.award-section1:before {height: 150px;bottom: 0;}
.services-left {padding: 12px;}
.footer-contact1:nth-child(2){order: -1;}
.footer-line strong {line-height: 34px;font-size: 20px;}
.footer-space{padding-top: 0 !important;}
.why-box:before {width: 100%;height: 85%;bottom: 0;top: inherit;}
.aboutus-heading strong { font-size: 50px;}
.testi-heading strong {font-size: 35px;line-height: 45px;padding: 10px 0 0;}
.testi-heading span i {font-size: 20px;padding: 0 1px;}
.footer-copy {padding: 8px 0 58px;}
.other-srv-text span {font-size: 15px;}
.icon-sec img.ws-icon {width: 135px;bottom: -71px;left: 15px;}
.awards-1:nth-child(2){order: 1;}
.head-list ul li {padding: 8px 20px 2px;font-size: 15px;}
.mob-hide, .head-num ul li img{display: none;}
.add-line2 strong {font-size: 22px;}
.head-right2 .head-num ul li a {text-align: center;font-size: 45px;line-height: 40px;padding: 0;}
.topservices-section:before {right: -390px;background-size: 655px;opacity: 30%;}
.chat-section{padding: 0 !important;}
.aboutus-heading strong {font-size: 42px;line-height: 52px;padding: 0 0 12px;}
#callbook {display:block;}
.srv-sec-line strong {font-size: 25px;line-height: 35px;}
.srv-sec-line p {font-size: 14px;line-height: 26px;padding: 6px 0 7px;}
.banner-box{text-align: center;}
.video-1 {width: 50%;}
.video-1 iframe {height: 385px;}
.banner-box p{text-align:center;}
a.call-btn {margin: 0 auto;}
.banner-box strong {font-size: 45px;padding: 12px 0 10px;line-height: 55px;}
.about-us p {text-align: left;}
.testimonials-design1 p {line-height: 31px;font-size: 16px;}
.mob-show{display:block;}
a.mob-hide{display:none !important;}
a.head-call span {text-align: center;margin: -16px 0 0;display: inline-block !important;/* animation: numberBlink 1s infinite ease-in-out; *//* text-shadow: 0 0 5px #fee084; */padding: 0;}
.head-call i {right: 0;position: fixed;top: auto;border: 0;height: auto;line-height: normal;z-index: 81;bottom: 80px;display: none;}
.head-right1 {text-align:center!important;}
.banner{padding-top: 0 !important;}
.head-left1 {padding: 5px 12px 12px;}


}


@media only screen and (min-width: 768px) and (max-width: 991px) {
.head-right2 ul li .head-call .bi {width: 28px;height: 28px;}
.bestserv-lines strong {font-size: 18px;padding: 9px 70px 8px 18px;}
.services-left1 strong {font-size: 30px;line-height: 40px;padding: 0 0 5px;}
.services-right1:after{left: -60px;top: -12px;}
.bestserv-lines strong span {width: 52px;height: 52px;line-height: 47px;}
.bestserv-lines strong span svg {width: 45px;height: 45px;}
.testi-heading strong {font-size: 35px;}
.testi-heading span i {font-size: 20px;padding: 0 1px;}
.footer-contact1:nth-child(2){order: -1;}
.footer-line strong {line-height: 45px;}
.footer-space{padding-top: 0 !important;}
.why-box:before {width: 100%;height: 85%;bottom: 0;top: inherit;}
.aboutus-heading strong {font-size: 60px;}
.awards-1:nth-child(2){order: 1;}
.mob-hide{display: none;}
.icon-sec img.ws-icon {width: 132px;bottom: -38px;}
.topservices-section:before {right: -390px;background-size: 655px;opacity: 30%;}
.aboutus-heading strong {font-size: 44px;}
.srv-sec-line strong {font-size: 26px;}
.srv-sec-line p {font-size: 15px;line-height: 27px;}
.video-1 {width: 33.33%;}
.video-1 iframe {height: 344px;}
a.head-call span {font-size: 27px !important;text-align: left;}
.head-call i {right: 50px;}
.tab-show{display: block;padding: 15px 0 0 !important;}
.banner-box strong {font-size: 36px;padding: 0 0 5px;line-height: 46px;}
.banner-box p {font-size: 13px;line-height: 23px;}
.banner-img::before {width: 100%;height: 100%;background-size: 320px;bottom: 8px;}
.banner-box span {display: none;}
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
.top-right span {font-size: 18px;padding: 6px 8px 7px;}
.top-right span i {font-size: 16px;}
.top-left span {font-size: 18px;}
.head-num ul li a {font-size: 18px;}
.head-right2 ul li .head-call .bi {width: 28px;height: 28px;}
.bestserv-lines strong {font-size: 24px;}
.awards-2 p {padding: 0 0 9px;font-size: 16px;}
.topservices-2 strong {font-size: 20px;}
.footer-line strong {font-size: 25px;}
.footer-contact2 span {height: 92px;width: 92px;line-height: 123px;}
.footer-contact2 span i {font-size: 55px;}
.other-srv-text span {font-size: 18px;}
.best-services3 strong {font-size: 17px;}
.icon-sec img.ws-icon {width: 132px;}
.banner-box strong {font-size: 50px;line-height: 56px;}
.aboutus-heading strong {font-size: 52px;}
.head-num ul li a span {font-size: 15px;}
a.head-call span {font-size: 22px !important;text-align: left;}
.video-1 iframe {height: 290px;}
.video-1 {padding: 5px;}
.sv2 span {font-size: 18px;}
.head-call i {height: 92px;line-height: 120px;right: 75px;}


}




@media only screen and (min-width: 1201px) and (max-width: 1340px) {}


@media (max-width: 575px) and (min-width: 0px) {
.head-num ul li a.head-ws {height: 42px;line-height: 34px;width: 42px;}
.head-num ul li a.head-ws:before {width: 60px;height: 60px;}
.head-num ul li a.head-ws .bi {width: 20px;height: 20px;}
.top-right span {font-size: 18px;padding: 5px 8px 6px;}
.top-left span {font-size: 15px;}
.top-right span i {font-size: 16px;}
.bestserv-lines strong {font-size: 16px;}
.awards-2 p {font-size: 20px;}
.add-line2 p{font-size: 17px;line-height: 26px;}
.services-right{margin: 0 auto 10px;order: -1;}
.services-left1 strong {font-size: 27px;}
.award-section1:before {border-radius: 30px;}
.about-us p, .services-left1 p{text-align: left;font-size: 15px;line-height: 29px;}
.about-us ul li{font-size: 15px;}
.best-services2 p{font-size: 15px;}
.aboutus-heading strong {font-size: 35px;line-height: 42px;}
.aboutus-heading span {font-size: 17px;}
.testi-heading strong {font-size: 26px;line-height: 35px;}
.why-content a {font-size: 19px;}
.why-content a i {width: 45px;height: 45px;box-shadow: 0 0 0 6px #ffffff;line-height: 56px;}
.why-content a .bi {height: 26px;width: 26px;}
.footer-contact2 .footer-line {font-size: 20px;}
.footer-line strong {line-height: 30px;font-size: 18px;}
.other-srv-text span {font-size: 20px;}
.icon-sec img.ws-icon {width: 100px;bottom: -56px;}
.aboutus-heading p {font-size: 15px;line-height: 22px;}
.head-list ul li { padding: 4px 7px 0px;font-size: 15px;}
.banner-box{text-align: center;}
.video-1 {width: 100%;}
.video-1 iframe {height: 490px;}
a.call-btn {margin: 0 auto;}
.banner-box strong {font-size: 45px;padding: 12px 0 10px;line-height: 55px;}
.about-us p {text-align: left;}
.bestserv-sec1 {padding: 20px 15px 15px;}
.awards-1, .testimonials1 { padding: 12px 0px;}
.why-content { padding: 15px;}
.why-content ul li {padding: 8px 20px 9px 12px;line-height: 25px;margin: 8px 0;border-radius: 12px;font-size: 14px;}
.video-section1 {padding: 0px;}
.award-section:before {height: 910px;}
.contact-number a {font-size: 17px;padding: 9px 12px 7px;}
.contact-number svg {width: 35px;height: 35px;}
.bestserv-sec{padding-top: 10px !important;}
.head-num ul li a span{margin: -10px 0 -25px;}
.banner-box a.call-btn{font-size: 15px;padding: 5px 10px 6px 12px;}
.banner-box img.cricle {width: 30px;margin-left: 5px;}
.banner-box a.call-btn svg {width: 25px;height: 25px;top: 8px;}
}



@media (max-width: 420px) and (min-width: 0px) {
.head-right2 ul li .head-call {font-size: 27px;}
.about-us b {font-size: 17px;line-height: 24px;}
.head-right2 ul li .head-call .bi {width: 28px;height: 28px;}
.top-right span {font-size: 13px;padding: 5px 3px 5px;}
.top-left span {font-size: 13px;}
.top-right span i {font-size: 12px;}
.bestserv-lines strong {font-size: 15px;font-weight: 600;padding: 36px 25px 10px;}
.add-line2 p{font-size: 15px;line-height: 25px;}
.services-right{margin: 0 auto 10px;order: -1;}
.services-left1 strong {font-size: 25px;line-height: 35px;}
.about-us p{text-align: left;}
.aboutus-heading strong {font-size: 29px;line-height: 36px;}
.aboutus-heading span {font-size: 14px;}
.best-services2 strong {font-size: 17px;}
.testi-heading strong {font-size: 23px;line-height: 30px;padding: 6px 0 0;}
.why-content a {font-size: 18px;}
.why-content a i {width: 40px;height: 40px;box-shadow: 0 0 0 6px #ffffff;line-height: 50px;right: -10px;}
.why-content a .bi {height: 22px;width: 22px;}
.footer-contact2 .footer-line {font-size: 16px;}
.footer-line strong {line-height: 25px;font-size: 15px;}
.topservices-2 strong {font-size: 19px;}
.other-srv-text span {font-size: 17px;}
.icon-sec img.ws-icon {width: 80px;left: 8px;}
.sv1{width: 100%;}
.head-right2 .head-num ul li a {font-size: 35px;line-height: 32px;}
.head-list ul li span { padding: 8px 12px;font-size: 12px;}
.head-list ul li {padding: 7px 12px 0px;font-size: 15px;}
.chat-1{width: 100%;}
.footer-contact2 p {font-size: 32px;}
.srv-sec-line strong {font-size: 22px;line-height: 30px;}
.srv-sec-line p {font-size: 12px;line-height: 24px;}
.banner-box{text-align: center;}
.banner-img::before {left: -105px;top: 0;}
.banner-box p{font-size: 11px;line-height: 19px;padding: 0;}
a.call-btn {font-size: 17px;}
.banner-box strong {font-size: 30px;line-height: 37px;padding: 8px 0 0px;}
.about-us p {text-align: left;}
.testimonials-design1 p {line-height: 29px;font-size: 15px;}
.banner-box span {font-size: 14px;padding: 0 0 5px;}
.best-services2 a:after {top: 15px;}
.testimonials-design1 { padding: 0 30px;}
.topservices-2 ul li {line-height: 23px;font-size: 14px;}
.counter-section, .why-section {padding-bottom:0 !important;}
.aboutus-heading p svg.google {width: 65px;height: 55px;margin: -15px 0 -16px;}
.contact-number a {font-size: 13px;padding: 9px 12px 7px;}
.contact-number svg {width: 25px;height: 25px;}

}