@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
body{
  margin:0;
  padding:0;
   font-family: "Outfit", sans-serif;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
.main{
  margin: auto;
  padding: 0;
  width: 94%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}

ul{
  list-style:none;
  margin: 0;
  padding: 0;
}
p{
  margin: 0;
  padding: 0;
}
.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}



/* head section start */
.text-hindi-line{padding: 0 0 10px;}
.text-hindi-line p{
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  padding: 12px 15px 15px;
  animation: blkk1 1s infinite;
  color: #000000;
  text-transform: capitalize;
}
 @keyframes blkk1{
  0%{background: #f89f37;}
  50%{background: #fffbff;}
  100%{background: #f69836;}
   
}
.head{
  background: url(../images/head-bg.jpg) no-repeat;
  background-size: cover;
}
.head-align{
    align-items: flex-start;
}
.head-right1{
  padding: 5px 12px 5px;
}
.head-list{
    padding: 0;
    text-align: center;
}

.head-list a{
    padding: 7px 10px 4px;
    background-color: #4cca5a;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
}
.head-list a img{
   padding-right: 2px;
}
.head-list ul li{
  display: inline-block;
}
.head-list ul li a{
  background: transparent;
  color: #fff;
  padding: 0;
}
.head-list ul li i{
    background-image: linear-gradient(to right, #dc2522 ,#f89f37);
    height: 46px;
    text-align: center;
    width: 46px;
    border-radius: 100px;
    margin-right: 5px;
    color: #fff;
    font-size: 21px;
    line-height: 47px;
    font-weight: 600;
}
.head-line span{
    display: block;
    text-align: center;
    padding: 5px 0 0;
    color: #000000;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    text-transform: capitalize;
}
.head-line span p{
    color: #dc2522;
    font-size: 23px;
    line-height: 40px;
    font-weight: 600;
}
/* head section end */


/* other services section start */
.other-services1{
  width: 20%;
  padding: 10px 15px;
}
.other-services2{
    display: flex;
    align-items: center;
    gap: 11px;
    border: 1px solid #03434d0f;
    border-radius: 10px;
    overflow: hidden;
}
.other-services2 img {
    width: 60px;
}
.other-services2 span {
  display: inline-block;
  color: #000000;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  padding: 0;
  width: 100%;
}
/* other services section end */

/* about us section start */
.about-section {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.about-section:before {
    width: 100%;
    height: 50%;
    position: absolute;
    content: "";
    background: url(../images/head-bg.jpg);
    z-index: -1;
    top: 0;
}
.about-section1{
  background: white;
  padding: 30px 30px;
  box-shadow: 0px 7px 11px #c7c7c736;
}
.aboutus-heading{
  padding: 0 0 20px;
  text-align: center;
}

.aboutus-heading span{
    display: inline-block;
    padding: 0 28px;
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    margin-top: 10px;
    text-transform: capitalize;
    color: #dc2522;
    position: relative;
}
.aboutus-heading span:before, .aboutus-heading span:after {
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #fff;
    border-radius: 50%;
    animation: pulse-animation 2s infinite;
    position: absolute;
    content: "";
    top: 7px;
}
.aboutus-heading span:before{left: 0;}
.aboutus-heading span:after{right: 0;}
@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 #dc2522ad
    }

    to {
        box-shadow: 0 0 0 6px rgba(255,128,102,0)
    }
}
.aboutus-heading strong{
  display: block;
  color: #03434d;
  font-size: 39px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 12px 0 0;
}

.about-us p{
  padding: 4px 0px;
  color: #2e2e2e;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}
.about-us p strong{
    font-weight: 500;
    color: #dc2522;
}
.about-design{
  background: #03434d0d;
  padding: 5px 15px;
  margin: 10px 0;
}
.about-us ul{
  padding: 12px 0 5px;
}

.about-us ul li{
  padding: 5px 0;
}
.about-us ul li{
  text-transform: capitalize;
  position: relative;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 0 6px 22px;
  display: block;
  border-radius: 30px;
}
.about-us ul li:before{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: linear-gradient(to right, #dc2522 ,#f89f37);
    border-radius: 50%;
    animation: pulse-animation1 2s infinite;
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
}
@keyframes pulse-animation1 {
    0% {
        box-shadow: 0 0 0 0 #f89f37
    }

    to {
        box-shadow: 0 0 0 6px rgba(255,128,102,0)
    }
}
.srv-list-title strong {
    font-weight: 800;
    font-size: 40px;
    display: block;
    text-transform: uppercase;
    color: #dc2522;
    text-align: center;
    padding: 0 0 25px;
}
.choose-1{
  padding: 12px 12px 0;
}
.choose-2 {
    padding: 18px 12px 0;
    background: linear-gradient(
180deg, #f89f37, #dc2522);
    border-radius: 135px 135px 0 0;
}
.icon-box {
    display: inline-block;
    font-size: 40px;
    color: #fe0307;
    width: 75px;
    height: 75px;
    line-height: 73px;
    background: #ffea4c;
    border-radius: 50%;
}
.counter-main .counter-box2 .count-name {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 22px 0 0;
    text-align: center;
    color: #000000;
}

.counter-box2 strong{
     font-size: 42px;
     font-weight: 700;
     color: #ffffff;
     display: block;
     text-align: center;
}
/* about us section end */


/* services images section start */
.services-img1{
   padding: 12px;
}
.services-img2{
  padding: 0;
  position: relative;
  border: 4px solid #f89f37;
  border-radius: 20px;
  overflow: hidden;
}
.services-img2 img{
  width: 100%;
}
.services-img2 span{
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  background: linear-gradient(180deg, #03434d, transparent);
  width: 100%;
  height: 50%;
  display: block;
  text-align: center;
  top: 0px;
  padding: 11px 10px 0;
}
/* services images section end */


/* list section start */
.list-title{
    padding: 0;
    text-align: center;
}
.list-title strong{
    display: block;
    color: #03434d;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding: 0px 0 15px 0;
}
.list-1{
  padding: 0 12px;
}
.list-2 ul li{
  text-transform: capitalize;
  position: relative;
  color: #000000;
  font-size: 19px;
  font-weight: 500;
  padding: 7px 0 7px;
  display: block;
  border-radius: 30px;
  border: 1px solid #f89f37;
  margin: 15px 0;
  text-align: center;
}
.list-2 ul li:before, .list-2 ul li:after{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 0;
    position: absolute;
    content: "";
    top: 14px;
    transform: rotate(45deg);
}
.list-2 ul li:before{
    left: -6px;
}
.list-2 ul li:after{
    right: -6px;
}
/* list section end */


/* best services section start */
.best-srv1{
   padding: 12px;
   text-align: center;
}
.best-srv2 img{
  border-radius: 0 0 35px 35px;
  border: 4px solid #f89f37;
}
.best-srv3{
  background: white;
  box-shadow: 0px 7px 11px 0px #c7c7c736;
  padding: 0px 15px 12px;
  text-align: center;
  margin: 0 0 -10px;
  position: relative;
}
.best-srv3 span{
  font-size: 24px;
  font-weight: 600;
  color: #dc2522;
  display: inline-block;
}
.best-srv2 p{
    color: #121212;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    padding: 6px 0 0;
}
.top-section1 p{
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 35px 0 0;
    animation: boun1 0.4s infinite;
    text-align: center;
}
@keyframes boun1 {
    0% {
        transform: translateY(6px);
        color: #dc2422;
    }
    100% {
        transform: translateY(0);
        color: #000000;
    }
}
/* best services section end */

/* session section start */
.session-section span{
    
font-size: 36px;
    
font-weight: 700;
    
text-transform: capitalize;
    
display: block;
    
text-align: center;
    
color: #03434d;
}
.session-1{
    padding: 12px 0;
    text-align: center;
}
.session-2{
    position: relative;
}
.session-2 span{
    
width: 90px;
    
height: 36px;
    
line-height: 36px;
    
display: inline-block;
    
background: #f89f374f;
    
text-align: center;
    
color: #dc2522;
    
font-weight: 600;
    
font-size: 25px;
    
border-radius: 50%;
}
.session-2 strong{
    
font-size: 25px;
    
color: #000000;
    
font-weight: 500;
    
display: block;
    
text-transform: capitalize;
    
padding: 10px 0 10px;
}
.session-2 p{
    
font-size: 15px;
    
font-weight: 500;
    
line-height: 26px;
    
color: #bb4c40;
    
padding: 6px 0;
}
.session-2 svg{
    width: 22px;
    height: 22px;
    fill: #000000;
}
.arrow-style {
    /* width: 160px; */
    /* height: 160px; */
}
.arrow-top {
    top: 0;
    left: 50%;
    transform: translate(50%, -16%);
}
.arrow-bottom {
    bottom: 0;
    left: 50%;
    transform: translate(50%, -13%);
}
.arrow {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow img{
    
object-fit: contain;
    
/* filter: grayscale(1); */
    
width: 190px;
    
height: 190px;
}
/* session section end */

/* why choose us section start */
.why-sec{
  background: url(../images/why-bg.jpg) no-repeat;
  overflow: hidden;
}
.why-left{
  padding: 20px 15px;
  text-align: center;
}
.why-right1{
  padding: 15px 15px 15px 25px;
  position: relative;
  z-index: 0;
  background: #fff;
}
.why-right1:before{
  position: absolute;
  content: "";
  right: -135px;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.why-left1 strong{
  color: #ffffff;
  font-size: 26px;
  line-height: 33px;
  font-weight: 600;
  background: #dc2522;
  display: block;
  padding: 8px 15px;
  margin: 30px 0 0;
}
.why-left1 p{
  color: #ffffff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
  padding: 10px 0 0;
}
.aa_btn i, .btn_call {
    background-color: #fff;
}
.aa_btn i{
    width: 60px;
    height: 60px;
    line-height: 62px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    background: #dc2522;
    margin: 0 10px 0 0;
}
.btn_whatsapp {
    background-color: #39c749;
}
.btn_whatsapp a{
  color: #fff !important;
}
.btn_whatsapp i {
  background: #fff;
  color: #39c749;
  font-size: 30px;
}
.aa_btn {
    display: flex;
    align-items: center;
    border-radius: 50px;
    width: 70%;
    margin: 15px auto;
}
.aa_btn a {
    font-size: 20px;
    font-weight: 600;
    padding: 0 20px 0 0;
    display: flex;
    align-items: center;
}
.why-right{
  padding: 0 15px;
}
.why-right1 p{
  text-align: left;
  color: #121212;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
.why-heading{
  /* text-align: left; */
  /* padding: 0 0 15px; */
}
.why-heading strong{

font-size: 30px;

text-transform: capitalize;
}
.why-left1 span{

color: #fff;
}
.why-left1 b{

font-size: 28px;

color: #fff;

text-transform: capitalize;

display: block;

padding: 10px 0 0;
}

/* why choose us section end */



/* testimonial section start */
.testi-1{
  padding: 30px 12px 12px;
}
.testimonial-inner {
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 0px 35px 0px rgb(0, 0, 0, 0.05);
    padding: 40px 25px 30px;
    text-align: center;
}
.rating-box {
    position: absolute;
    top: -10px;
    margin: 0 auto;
    background: #f89f37;
    padding: 4px 15px 4px;
    border-radius: 10px;
    border-top-right-radius: 0px;
    z-index: 5;
    color: #ffffff;
    font-size: 15px;
}

.testi-box p {
    padding: 7px 0 12px;
    color: #121212;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.testi-box p i{
    font-size: 20px;
    font-weight: 600;
    color: #f89f376e;
    display: block;
    text-align: center;
    margin: 0  auto;
}
.client-info {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 0 0;
}
.testi-name span {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 0 0 3px;
}
.testi-name strong {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-transform: capitalize;
    color: #dc2522;
}
/* testimonial section end */


/* awards section start */
.award-heading{
  text-align: center;
  padding: 0 0 40px;
}
.award-heading strong {
    display: block;
    color: #ffffff;
    font-size: 54px;
    text-transform: capitalize;
    font-weight: 700;
    padding: 0 12px;
    background: #03434d;
    border-radius: 50px;
}
.awards-1{
  padding: 12px;
}
.awards-2 img{
  width: 100%;
}
/* awards section end */


/* main services section start */
.main-srv1{
   padding: 12px;
}
.main-srv2{
  padding: 0;
  border-radius: 0 95px 0 0;
  background: linear-gradient(to right, #dc2522 ,#f89f37);
}
.main-srv2 img{
  border-radius: 0 50% 100% 72%;
}
.main-srv3{
  text-align: center;
  padding: 25px 15px 15px;
}
.main-srv3 span{
  font-size: 19px;
  font-weight: 700;
  color: #000000;
  display: inline-block;
  background: white;
  padding: 4px 15px 4px;
  border-radius: 30px;
}
.main-srv2 p{
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding: 10px 0 15px;
}
.main-srv2 a{
   font-size: 18px;
   font-weight: 500;
   color: #ffffff;
   display: inline-block;
   padding: 3px 8px 3px;
   text-transform: uppercase;
   animation: blink_call 2s infinite;
   background: #03434d;
}
@keyframes blink_call {
    0% {
        color: #034d45;
    }

    50% {
        color:#fff;
    }
}
/* main services section end */




/* faq section start */
.faq-design-box{
    padding: 0 15px;
}
.question span{
   display: block;
   font-size: 17px;
   color: #ffffff;
   font-weight: 600;
   padding: 9px 15px 10px 45px;
   text-transform: capitalize;
   position: relative;
   line-height: 26px;
   background: #dc2522;
}
.question span b{
   display: inline-block;
   font-weight: 500;
   text-align: center;
   background: #f79b36;
   width: 35px;
   height: 35px;
   line-height: 35px;
   font-size: 20px;
   color: #000000;
   position: absolute;
   left: 0;
   top: 0;
}
.ans p{
    padding: 32px 20px 10px;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
    margin: -26px 0 0;
    position: relative;
    z-index: -1;
    border: 1px solid #dc2522;
}
/* faq section end */



/* footer banner section start */
.footer-banner-left{
    padding: 12px;
}
.footer-banner-right{
    padding: 12px;
    text-align: left;
}
.banner1{
    padding: 12px;
    text-align: center;
}

.footer-line span{
    display: block;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-transform: capitalize;
    position: relative;
    color: #dc2422;
}
.footer-line p{
    padding: 6px 0 0;
    text-transform: capitalize;
    position: relative;
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.contact-1{
    padding: 22px 15px 0;
}
.contact-2{
    padding: 10px 10px;
    text-align: center;
    display: flex;
    align-items: center;

    overflow: hidden;

    border-radius: 15px;
    border: 1px solid #ededed;
}
.footer-bx {
    padding: 0;
    width: 75%;
}
.footer-bx span {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 3px 0 1px;
}
.footer-bx a {
    font-size: 17px;
    color: #dc2422;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}
.footer-img {
    text-align: center;
    position: relative;
    padding: 0 10px;
}
.footer-img:before{
    display: inline-block;
    width: 100%;
    height: 200px;
    background: linear-gradient(to right, #dc2522 ,#f89f37);
    position: absolute;
    content: "";
    top: -44px;
    left: -1px;
    background: #03434d;
}
.footer-img i{
    position: relative;
    font-size: 35px;
    color: #ffffff;
}
.contact-1:nth-child(3), .contact-1:nth-child(4){
    display: none;
}
/* footer banner section end */

/* copyright section start */
.copyryt-sec{
    padding: 12px 0 7px;
    background: #dc2422;
    text-align: center;
}
.disclaimer p{
    font-size: 12px;
    font-weight: 300;
    line-height: 19px;
    color: #ffefef;
}
.copyryt span{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #ffefef;
    display: block;
}
.footer-navigation1{
  padding: 7px 0 0;
  text-align: center;
}
.footer-navigation1 ul li{
    padding: 6px 25px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #ffffff;
    display: inline-block;
}
.footer-navigation1 ul li a{
    color: #ffffff;
}

/* copyright section end */


#callbook {
  background:green;
  bottom: 0;
  height: 42px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 999999;
}
#callbook ul{
  padding: 0px;
}
#callbook ul li {
  background: red;
  position: relative;
  padding: 6px 12px;
  width:50%;
  float:left;
  text-align: center;
}
#callbook ul li:last-child{
  background: green;
}
#callbook ul li a span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  top: 0px;
}



@media (max-width: 767px){
.other-services1{width: 50%;}
.services-img2 span {font-size: 17px;}
.head-list a {font-size: 15px;}
.head-list ul li i {height: 42px;width: 42px;font-size: 21px;line-height: 43px;}
.aboutus-heading strong {font-size: 32px;}
.award-heading strong {font-size: 40px;}
.copyryt-sec {padding: 12px 0 50px;}
.contact-1:nth-child(3), .contact-1:nth-child(4){display: block;}
.footer-navigation1 ul li {padding: 6px 12px;}
.top-section1 p {font-size: 22px;}
.why-heading strong {font-size: 26px;}
.text-hindi-line p {font-size: 20px;}
.counter-main .counter-box2 .count-name {font-size: 16px;}
.best-srv3 span {}
.why-right1 p {text-align: center;}
.main-srv3 span {}
#callbook {display:block;}

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.other-services1{width: 33.33%;}
.top-section1 p {font-size: 23px;}
.why-heading strong {font-size: 26px;}
.text-hindi-line p {font-size: 16px;padding: 6px 15px 5px;}
.counter-main .counter-box2 .count-name {font-size: 16px;}
.best-srv3 span {font-size: 22px;}
.why-right1 p {text-align: center;}
.main-srv3 span {font-size: 18px;}

}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
.other-services1 {padding: 10px 5px;}
.other-services2 span {font-size: 15px;}
.services-img2 span {font-size: 21px;}
.best-srv3 span {font-size: 20px;}
.why-left1 strong {font-size: 24px;padding: 9px 15px 7px;}
.aa_btn {width: 80%;}
.main-srv1 {padding: 12px 8px;}
.main-srv3 span {font-size: 16px;padding: 4px 15px 5px;}
.footer-line span { font-size: 25px;line-height: 33px;}
.footer-line p {font-size: 15px;line-height: 24px;}
.footer-bx span {font-size: 20px;padding: 0px 0 1px;}
.top-section1 p {font-size: 30px;}
.why-heading strong {font-size: 26px;}
.text-hindi-line p {font-size: 22px;}
.counter-main .counter-box2 .count-name {font-size: 16px;}

}

@media only screen and (min-width: 1200px) and (max-width: 1305px) {

}

@media (max-width: 575px) and (min-width: 0px) {
.other-services2 span {font-size: 15px;}
.list-title strong {font-size: 46px;}
.why-left1 strong {font-size: 19px;}
.aa_btn {width: 100%;}
.aboutus-heading strong {font-size: 25px;}
.aboutus-heading span {font-size: 17px;}
.about-section1 {padding: 20px 15px;}
.why-right1 {padding: 15px 15px 15px;}
.text-hindi-line p {font-size: 15px;line-h;line-height: 22px;padding: 9px 12px 10px;}
.head-list ul{display: none;}
.award-heading strong {font-size: 32px;}
.services-img2 span {font-size: 22px;}
.other-services1 {padding: 5px 3px;}
.footer-navigation1 ul li {padding: 0px 7px;font-size: 13px;}
.why-heading strong {font-size: 22px;}
.counter-main .counter-box2 .count-name {font-size: 16px;}
.why-right1 p {text-align: center;}
.srv-list-title strong {font-size: 28px;}
.session-section span { font-size: 25px;}
.session-2 strong {font-size: 17px;}
}




@media (max-width: 419px) and (min-width: 290px) {
.head-line span p {font-size: 20px;}
.head-line span {padding: 2px 0 0;font-size: 13px;line-height: 19px;}
.other-services1{width: 100%;}
.other-services2 span {font-size: 17px;}
.aboutus-heading strong {font-size: 20px;}
.aboutus-heading span {font-size: 14px;}
.list-title strong { font-size: 32px;}
.best-srv3 span {font-size: 20px;}
 .why-left1 strong {font-size: 14px;padding: 2px 15px;margin: 0;}
 .why-left1 p {font-size: 13px;line-height: 21px;}
 .aa_btn a {font-size: 17px;padding: 0 10px 0 0;}
 .aa_btn i {width: 55px;height: 55px;line-height: 58px;}
 .award-heading strong {font-size: 23px;padding: 7px 12px;}
 .awards-1{width: 100%;}
 .main-srv3 span {font-size: 20px;padding: 4px 15px 4px;}
 .top-section1 p {}
.why-heading strong {font-size: 22px;}
.text-hindi-line p {font-size: 16px;}
.counter-main .counter-box2 .count-name {font-size: 16px;}
.best-srv3 span {}
.why-right1 p {text-align: center;}
.main-srv3 span {font-size: 15px;}
.srv-list-title strong {font-size: 24px;}

}