body {
	background-color: #fff;
	color: #393939;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: normal;
	margin: 0;
	font-weight: 400;
	overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

  a {
    text-decoration: none;
    cursor: pointer;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    color: #393939 !important;
  }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:hover,
  .a-link:hover,
  a:focus {
    outline: medium none;
    text-decoration: none;
    color: #f25e61;
  }

i,
span,
a {
  display: inline-block; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #020202 ;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 400;
    margin: 0 0 10px;
    line-height: 1.2em;
  }
  
  h2 {
    font-size: 36px;
  }
  
  h3 {
    font-size: 24px;
  }
  
  h4 {
    font-size: 20px;
  }
  
  h5 {
    font-size: 18px;
  }
  
  h6 {
    font-size: 16px;
  }
  
  p {
    line-height: 24px;
    margin: 0 0 15px;
    padding: 0;
  }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #6A6972 ;
  margin: 0px; }


  .bg_cov {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 165px;
     }
  
.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-height: ;
  min-height:750px ;
}
.bg_cover1 {
  
  min-height:750px ;
}
.header-area{


  background-size: cover;
}
.carouseltxt h6{
  font-size: 29px;
  color: #FFFFFF;
  font-weight: 300;
  
}
.carouseltxt h6 span{
  font-weight: 900;
  color: #F25E61;
}
.header-title h3{
  font-weight: bold;
  font-size: 19px;
  line-height: 33px;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  color: #2E1717;
}
.header-title h2{

  font-style: normal;
  font-weight: 600;
  font-size: 43px;
  line-height: 47px;
  text-transform: capitalize;
  color: #3B3160;
}
.header-title h2 span{
  font-size: 31px;
  line-height: 47px;
  color: #FEB700;
}
.r70{
  margin-right: 8%;
}
.form-area h4{
  font-weight: bold;
  font-size: 30px;
line-height: 37px;
  color: #2E1717;
}

.form-area p{
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #6A6464;
}
.bglrd{
  background: #FBF7F7;
  border-radius: 70px;
 padding-bottom: 40px;
}
.form-area{
  background: #FFFFFF;
  box-shadow: -3px 6px 34px 1px rgba(0, 0, 0, 0.06);
  border: 2px solid #F25E61;
  border-radius: 25px;
  padding: 50px 45px 30px;

}
.navbar-area{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 99;
}
.form-control1{
  text-align: center;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da00;
  border-bottom: 1px solid #CEC0C0;
  border-radius: rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  .form-control:focus {
    color: #3B3160;
    background-color: rgba(255, 255, 255, 0);
    border-bottom:1px solid #F25E61;
    border-bottom-color: #F25E61 !important;
    border-color:#ced4da00 !important;
    
    box-shadow: rgb(0 123 255 / 0%) 0px 0px 0px 0.2rem;
    outline: none!important;
  box-shadow: none !important;
}
.header-hero-content .main-btn {
  margin-top: 15px; }

  .subscribe-area {
 
    -webkit-box-shadow: 0px 0px 18px 0px rgba(50, 77, 215, 0.14);
    -moz-box-shadow: 0px 0px 18px 0px rgba(50, 77, 215, 0.14);
    box-shadow: 0px 0px 18px 0px rgba(50, 77, 215, 0.14);
    background: #612424;
  border-radius: 50px;
  }
    @media (max-width: 767px) {
      .subscribe-area {
        padding: 50px 0px 20px;
        border-radius: 80px 80px 0px 0px; } }
  
.subscribe-content{
  margin: auto 10% ;
}

.subscribe-content h2{
  font-weight: 600;
  font-size: 35px;
  line-height: 42px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.subscribebtn{
  background: #fff !important;
  color:#B64E4E !important;
  border: 1px solid #fff !important;
}

.service-area{
  
  background: url(../images/section-background1.png) center center no-repeat;
  background-size: cover;
}
.testimonial-right-content {
  position: relative;
  background-color: #f6f6f6;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
  border-radius: 50px;
 }

.bg-dark{
 background: #612424 !important;
 -webkit-box-shadow: 0px 0px 18px 0px rgba(50, 78, 215, 0) !important;
 -moz-box-shadow: 0px 0px 18px 0px rgba(50, 78, 215, 0) !important;
}

.social li i{
  font-size: 18px;
  color:#fff;
}
.social li i:hover{
  font-size: 18px;
  color:#F25E61;
}
.footer-area {
 
  margin-top:-55px;
  background: #2E1717;
   }

   .team-content a{
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
    text-transform: capitalize;
    color: #FFFFFF;
      }



.bg-wgray{
  background: #F9F9F9;
}
.font-light{
  font-weight: 300 !important;
}
.font-blight{
  font-weight: 300 !important;
}
.yus-content h4{

  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
}


/*=====  =====*/
.main-btn {
  display: inline-block;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 25px;
  font-size: 16px;
  line-height: 48px;
  border-radius: 35px;
  border: 0;
  color: #F25E61;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
 background-color: #00000000;
  border: 1px solid #F25E61;
  background-size: 200%; }
  .main-btn:hover {
    color: #fff;
    background: #272727;
    background-position: right center; }
.banner-btn{
  border-radius: 35px;
  padding: 18px 13px;
  z-index: 99;
  position: relative;

} 
/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0; }


  
/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 25px;
  font-size: 14px;
  line-height: 48px;
  border-radius: 7px;
  border: 0;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
 background-color: #F25E61;
  border: 1px solid #F25E61;
  background-size: 200%; 
}
  .main-btn:hover {
    color: #fff;
    background: #F25E61;
    background-position: right center; 
  } 
  
  
  .main-btn.top-cta-btn {
      display: inline-block;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding: 0 25px;
      font-size: 14px;
      line-height: 48px;
      border-radius: 7px;
      border: 0;
      color: #fff;
      cursor: pointer;
      z-index: 5;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s;
     background-color: #F25E61;
      border: 1px solid #F25E61;
      background-size: 200%; 
      padding-top:4px;
    }
  .main-btn.top-cta-btn:hover {
    color: #fff;
    background: #F25E61;
    background-position: right center; 
    padding--top:4px;
  }
.banner-btn{
  padding: 5px 5px;
  z-index: 99;
  position: relative;
  border: 0.7px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 15px;

}
/*===== All SECTION TITLE Style =====*/
.section-title .line {
  background: -webkit-linear-gradient(#fe8464 0%, #fe6e9a 100%);
  background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%);
  background: linear-gradient(#fe8464 0%, #fe6e9a 100%);
  width: 150px;
  height: 5px;
  margin-bottom: 10px !important; }

.section-title .title {
  
  font-weight: 700;
  line-height: 32px; }
  @media (max-width: 767px) {
    .section-title .title {
      font-size: 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title .title {
      font-size: 30px; } }
  .section-title .title span {
    font-weight: 400;
    display: contents; }

/*===== All Section Title Style =====*/
.section-title .sub-title {
  font-size: 18px;
  font-weight: 400;
  color: #361CC1;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .section-title .sub-title {
      font-size: 16px; } }

.section-title .title {
  font-size: 35px;
  padding-top: 10px; }
  .title-brand{
    font-size: 55px;
    line-height: 55px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title .title {
      font-size: 30px; } 
      .title-brand{
        font-size: 45px;
        line-height: 45px;
      }}
  @media (max-width: 767px) {
    .section-title .title {
      font-size: 24px; } 
      .title-brand{
        font-size: 30px;
        line-height: 35px;
      }}
  .section-title .title span {
    font-weight: 400;
    display: contents; }

    .section-title h5{
      font-weight: 600;
      font-size: 30px;
      line-height: 47px;
   

  
      text-transform: capitalize;

      color: #020202;

    }
    .section-title h4{
      font-weight: 600;
      font-size: 43px;
      line-height: 47px;
      color: #2E1717;
      margin-bottom: 30px;
    }

.mt-n80 {
  margin-top: -160px;
}
.nav-itemt a{

  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 33px;
  text-align: right;
  text-transform: capitalize;  
  color: #FFFFFF;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);

}
.nav-itemt i{
  color: #FFFFFF;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.arrow{
  padding: 10px;
  animation: bounce 1.5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
.text-mnbrimery{
  font-size: 20px;
  line-height: 51px;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  font-weight:500;
  color: #B64E4E
}
.text-mnbrimery1{
  font-size: 17px;
  line-height: 51px;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  font-weight:500;
  color: #B64E4E
}
.header-hero {
  position: relative;
  z-index: 5;
  background-position: center; 
  background-size: cover;
  padding-top: 1rem;
   padding-bottom: 1rem;
}

#particles-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.header-hero-content {
}
  @media (max-width: 767px) {
    .header-hero-content {
   } }
  .header-hero-content .header-sub-title {
    font-size: 38px;
    font-weight: 300;
    color: #fff; }
    @media (max-width: 767px) {
      .header-hero-content .header-sub-title {
        font-size: 24px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .header-hero-content .header-sub-title {
        font-size: 30px; } }
  .header-hero-content .header-title {
    font-size: 50px;
    font-weight: 700;
  
    color: #1E2022; }
    @media (max-width: 767px) {
      .header-hero-content .header-title {
        font-size: 24px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .header-hero-content .header-title {
        font-size: 30px; } }
  .header-hero-content .text {
    color: #565A5E;
    margin-top: 25px;
     }
 
.header-hero-image {
  padding-top: px; }
  .header-hero-image img {
    max-width: 450px; }
    @media (max-width: 767px) {
      .header-hero-image img {
        max-width: 100%; } }
  @media (max-width: 767px) {
    .header-hero-image {
      padding-top: 30px; } }


@media (max-width: 767px) {
  .brand-logo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.single-logo {
  width:185px;
  height:80px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center; 
  box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.07);
  border-radius: 15px;}
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-logo {
      padding: 0 15px; } }
  @media (max-width: 767px) {
    .single-logo {
      padding: 0 15px; } }
  @media (max-width: 767px) {
    .single-logo {
      width: 50%; } }
  @media only screen and (min-width: 540px) and (max-width: 767px) {
    .single-logo {
      width: 40%;
      height: 70px; }
      .mml-60 {
        margin-left: 20px !important;}
      .single-logo img {
         width: 50% !important; }
      .mobpad{
        padding:0 20px;
      }
  }
  @media only screen and (min-width: 320px) and (max-width: 540px) {
    .single-logo {
      width: 40%;
      height: 70px; }
      .mml-60 {
        margin-left: 20px !important;}
      .single-logo img {
         width: 100% !important; }
         .mobpad{
          padding:0 20px;
        }
  }
  .single-logo img {
    width: 70%;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .single-logo:hover img {
    opacity: 1; }
.mml-60{
  margin-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
.mmll-60{
  margin-left: 30px;
}
.mml-60{
  margin-left: 30px;
}
.shape4 {
  margin-top: -20px !important;
  right: 120px;
}
}

.ftr-quote{
  padding:20px 50px;
}

.p-relt{
  position: relative;
}


.footer-widget {
  padding-top: 50px; }

.footer-about .logo img {
  width: 160px; }
  .footer-about h3{
    color:#fff;
    font-weight: 600;
    font-size: 55px;
    line-height: 51px;
    

text-align: center;

color: #FFFFFF;
  }
.footer-about .text {
  color: #fff;
  line-height: 30px;
  margin-top: 30px; }

.footer-about .social {
  margin-top: 40px;
  text-align: center; }
  .footer-about .social li {
    display: inline-block;
    margin:0 15px; }
    .footer-about .social li a {
      font-size: 22px;
      color: rgba(255, 255, 255, 0.57);;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .footer-about .social li a:hover {
        color: #F25E61; }




/*===== animations =====*/
@keyframes bounce {
  from { transform: translate3d(0, 0, 0);     }
  to   { transform: translate3d(0, 10px, 0); }
}
@keyframes rotation {
  from {transform: rotate(0deg); }
  to {transform: rotate(359deg); }
}





.testimonials-area{
  background: #F9F9F9;
      padding: 55px 0;
}


.web-shape img {
  width: 100%;
}
.web-shape {
  position: absolute;
  z-index: -1;
}

.shape2 {
  margin-top: 400px;
}

.carousel-caption {
  position: absolute;
  right: 0 !important;
  bottom: 20px;
  left: 0 !important;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  top: 320px;
}

.carouseltxt h5{
  font-weight: 600;
 
  font-size: 15px;
  line-height: 33px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 10px;

}
.carouseltxt h2{
  font-weight: 600;
  font-size: 47px;
  line-height: 49px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 20px;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1);
}
.carouseltxt p{
  font-weight: 400;
  font-size: 17px;
 
  line-height: 27px; 
  color: #FFFFFF;
  text-shadow: 0px 2px 6px rgb(0 0 0);
}
.bg-red{
  background: #B64E4E;
}
.services-single {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgb(167 167 167 / 16%);
  -moz-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
  box-shadow: 1px 7px 9px 4px rgb(0 0 0 / 3%);
  border-radius: 40px;
  overflow: hidden;
  padding: 38px 30px;
  border: 2px solid transparent;
  margin: 15px 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.services-text h6{
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #B64E4E;
  font-weight: 600; 
}
.services-text h2{
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
  text-transform: capitalize;  
  color: #2E1717;  
}
.services-text p{
  font-size: 15px;
  line-height: 25px; 
  text-align: center;
  margin-top: 20px;
  color: #2E1717;
}
.liline{
  border-top: 1px solid rgba(182, 78, 78, 0.3);
  border-bottom: 1px solid rgba(182, 78, 78, 0.3);
  padding-top: 2px;
}
.text-mn{
  font-weight: bold;
  font-size: 17px;

  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #B64E4E;
}
.serv-list li{
  font-size: 20px;
  
  line-height: 30px; 
  margin-bottom: 20px;

  text-transform: capitalize;
  color: #2E1717;
}
.serv-list li:before {
  content:  "\ebf4";
  display: inline-block;
  font: normal normal normal 20px/1 'LineIcons';
  
  margin-right: 15px;
  
  border-radius: 3px;
  color: #F25E61;
}

@media (max-width: 767px) {
  
.carousel-caption {
  position: absolute;
  right: 0 !important;
  bottom: 20px;
  left: 0 !important;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  top: 150px;
}

.carouseltxt h5{
  font-weight: 600;
 
  font-size: 15px;
  line-height: 33px;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 10px;

}
.carouseltxt h2{
  font-weight: 600;
  font-size: 35px;
  line-height: 44px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 10px;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1);
}
.carouseltxt p{
  font-weight: 400;
  font-size: 15px;

  line-height: 27px; 
  color: #FFFFFF;
  text-shadow: 0px 3px 9px rgba(0, 0, 0, 0.21);
}
}

.offer-popupForm button.close {
    position: relative;
    z-index: 999;
}
.offer-popupForm button.close span {
    color: #ff8792;
    font-size: 47px;
    position: absolute;
    right: 1rem;
}
.offer-popupForm .modal-body.showcase-area.pb-30 {
    padding-top: 3rem;
}
div#exampleModal {
    background: rgba(0,0,0,0.5);
}
a.popupEnquiryCta {
    display: block;
    color: #fff;
    width: 135px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background-color: #414988;
    margin-top: 2em;
    border-radius: 25px;
    font-size: 15px;
    transition: all .3s;
    position:relative;
    z-index:999;
}
.form-control:focus {
    border-bottom: 1px solid #F25E61!important;
}
a.popupEnquiryCta:hover {
    background-color: #2e3264;
    transition: all .3s;
}
/* popub mobile responsive */

@media(max-width:990px){
.modal-body.showcase-area img {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 2rem;
}
.offer-popupForm .section-title h4 {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
}
.offer-popupForm p#defaultcontent {
    text-align: center;
}
a.popupEnquiryCta {
    margin: 25px auto 0;
}


}



.service-icon img.shape {
    max-width: 100%;
}


.sechd{
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  margin-top: 20px;
  text-transform: capitalize;
  color: #2E1717;

}
.padsec{
  padding:30px !important;
  background: radial-gradient(164.49% 164.49% at 50% 50%, #F25E61 0%, #B64E4E 100%);
  box-shadow: 5px 4px 14px 2px rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  margin-bottom:15px;
}
.padgrd{
  padding:50px 70px !important;
}

.marsec{
  margin: 15px;
  padding:15px;
}
.serv-sec li{
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 15px;
  color: #2E1717;
}
.serv-sec li:before {
 
  display: inline-block;
 
  margin-right: 15px;
  border-radius: 3px;
 
}

.pkgsec{
  padding-top: 15px;
  margin: 0 13px;
}
.pkgsec li{

margin: 10px 0 15px 0;
font-size: 15px !important;
line-height: 26px;
}

.pkgsec li:before {
  content: "\ebf4";
  font: normal normal normal 20px/1 'LineIcons';
  float: left;
  margin-left: -1.5em;
  font-size: 18px;
  margin-top: 5px;
  color: #fff;
}

@media(max-width:500px){
	.mbt-25{
	margin-top:25px;
}
.provide-icon img{
  width:35px;

}
}

.whyus-title{
  font-size:20px;
  font-weight:500;
}
.whyus-icon img{
 margin-right:15px;
}
.provide-icon img{
  margin-right:25px;
}
.whyus-content h4{

font-style: normal;
font-weight: 500;
font-size: 18px;
color:#fff;
}

.rpadsec {
  padding: 30px !important;
  background: linear-gradient(180deg, #B64E4E 0%, #F25E61 100%);
  border-radius: 10px;
  box-shadow: 5px 4px 14px 2px rgb(0 0 0 / 3%);
  
}
.modal-backdrop {
  z-index: -1;
}
li.active.main__active_item a {
    color: rgb(53 53 54)!important;
}
.call-btn {
position: fixed;
margin: 0;
padding: 0;
left: 10px;
bottom: 30px;
background: #fff;
background-color: transparent;
cursor: pointer;
font-size: 0;
width: 110px;
height: 110px;
z-index: 1000;
}

.call-btn .tada {
background: #ef4a72;
border-radius: 100px;
width: 40px;
height: 40px;
position: absolute;
left: 50%;
top: 50%;
margin-top: -20px;
margin-left: -20px;
animation-name: tada;
animation-duration: 05s;
animation-iteration-count: infinite;
animation-direction: alternate;
}

.call-btn .tada a:before {
font-family: FontAwesome;
content: "\f095";
font-size: 25px;

text-decoration: none;
color: #fff;
margin-left: 10px;
position: absolute;
top: 50%;
margin-top: -17px;
}


@keyframes tada {
from {
transform: rotate(-20deg);
}
to {
transform: rotate(20deg);
}
}

.call-btn .pulse {
width: 60px;
height: 60px;
background: #ff250263;
;
border-radius: 100px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -30px;
margin-left: -30px;
animation-name: pulse;
animation-duration: 05s;
animation-iteration-count: infinite;
animation-direction: alternate;
animation-timing-function: ease-in-out;
}

@keyframes pulse {
from {
width: 55px;
height: 55px;
margin-top: -275px;
margin-left: -275px;
}
to {
width: 60px;
height: 60px;
margin-top: -30px;
margin-left: -30px;
}
}

.call-btn .zoomIn {
width: 80px;
height: 80px;
border: 2px solid #ef4a72;
border-radius: 100px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -40px;
margin-left: -40px;
animation-name: zoomIn;
animation-duration: 1s;
animation-iteration-count: infinite;
animation-timing-function: ease-out;
}

@keyframes zoomIn {
from {
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
}
to {
width: 80px;
height: 80px;
margin-top: -40px;
margin-left: -40px;
}
}

@media screen and (max-width: 549px) {
call-btn {
width: 80px;
height: 80px;
}
}