/* ----------- Section Slider ----------------------- */
#slider{ 
  max-width:100%; 
  padding:0; 
  position:relative;
}
#slider img {
  width: 100%;
}
#slider .slider-box {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  /*padding: 3% 3% 3% 3%;*/
  max-width: 100%;
  text-align: left;
  left: 12%;
  right: 12%;
  margin: auto;
}
.slider-box span {
  font:400 34px/38px var(--pri-font);
  color: #1A4137;
}
.slider-box h1 {
  font:700 45px/55px var(--h3-font);
  color: #1A4137;
  letter-spacing: 0px;
}
.slider-box h1 span{
  font:700 45px/55px var(--h3-font);
  color: #C6D936;
}
.slider-box p {
  font:100 16px/26px var(--h3-font);
  color: #1A4137;
}
#slider .carousel-caption {
  top: 0;
  bottom: inherit;
  text-align: left;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  bottom: 0;
  z-index: 2;
}
#slider .carousel-prev-button {
  position: absolute;
  left: 39px;
  top: 47%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #d5d9db;
}
#slider .carousel-next-button{
  position: absolute;
  right: 39px;
  top: 47%;
  width: 45px;
  height: 45px;
  background-color: #d5d9db;
  border-radius: 50%;
}
#slider .carousel-prev-button:hover,#slider .carousel-next-button:hover{
  background-color: #3fddc2;
}
.carousel-control-next-icon,.carousel-control-prev-icon{
  width: auto;
  height: auto;
  background-image: none !important;
}
#slider .slider-button-1{
  letter-spacing: 0px;
  background-color: #1A4137;
  padding: 0px 40px 0 50px;
  display: inline-block;
  border-radius: 50px;
  font:400 16px/48px var(--h3-font);
  color: #ffffff;
  position: relative;
  margin: 20px 0px 0px;
} 
#slider .slider-button-1 i {
  position: absolute;
  left: -14px;
  top: 16%;
  font-size: 12px;
  background-color: #1A4137;
  padding: 8px;
  border-radius: 50%;
  border: 4px solid #ffffff;
}
ol.carousel-indicators li {
  padding: 3px;
  background-color:#1A4137;
  margin-right: 7px;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  opacity: 1;
  text-indent: 0 !important;
  border: 5px solid transparent;
  position: relative;
}
#slider ol li{
  padding: 3px;
  background-color:#1A4137;
  margin-right: 7px;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  opacity: 1;
  text-indent: 0 !important;
  border: 5px solid transparent;
  position: relative;
}
#slider ol.carousel-indicators{
  left: -10em;
  bottom: 50%;
  right: auto;
  transform: rotate(90deg);
  margin-right: 9%;
}
#slider ol.carousel-indicators .active{
  background-color:#1A4137;
  width: 5px;
  height: 5px;
  padding: 7px !important;
  border: 0;
}
#slider ol.carousel-indicators .active span{
  opacity: 1;
  color: #fff;
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  display: block;
  font: 100 12px/26px var(--h3-font);
  margin: -7px 3px 0px;
}
#slider ol.carousel-indicators span{
  opacity: 0;
}
#slider .slide_nav i{
  font-size: 30px;
  color: #ffffff;
  padding: 20px 15px;
  background-color: #a5c5e3;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
#slider a.carousel-control-prev {
  left: -4em;
}
#slider .carousel-fade .carousel-item:after {
  /* content: ''; */
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  opacity: 0.3;
  top: 0;
  left: 0;
  z-index: 0;
}
#slider .carousel-fade .carousel-item{
  position: relative;
  z-index: 1;
  height: 700px;
}
#slider img {
  animation: grow 4s linear forwards;
  height: 100%;
  object-fit: cover;
}
/* ---------------- Section Our Services ------------------- */
#our-services {
  background-color: #eceef063;
}
#our-services .service-inner {
  background-color: #fff;
  padding: 25px 20px 90px;
  border-radius: 0;
}
#our-services .services-small-title,#our-features .feature-main-content span{
  font:400 30px/48px var(--pri-font);
  letter-spacing: 1px;
  color: #0f0f0f;
  display: inline-block;
}
.service-main-content h2, #our-features .feature-main-content h2 {
    padding: 0 0 3%;
    font: 700 43px/30px var(--h3-font);
    color: #C6D936;
}
#our-services .our-services-content:hover .service-inner {
  background-color:#1A4137;
}
#our-services .our-services-content:hover a, #our-services .our-services-content:hover .services-text{
  color: #fff;
}
#our-services .our-services-content:hover img{
  border-color: #fff;
}
#our-services .all-services a {
  margin: 10px auto;
  position: relative;
  z-index: 1;
  letter-spacing: 0px;
  text-align: center;
  background-color: #1A4137;
  padding: 14px 65px;
  display: inline-block;
  border-radius: 50px;
  font: 400 16px/35px var(--h3-font);
  color: #ffffff;
}
#our-services .all-services:before,#our-services .all-services:after{
    content: "";
    height: 3px;
    background-color: #1a4137;
    display: block;
    margin-top: 0;
    animation: shake 20s ease infinite;
}
@keyframes shake{
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px);
  }
}
#our-services .services-text {
  font:100 14px/26px var(--h3-font);
  color: #0f0f0f;
}
#our-services .service-img img {
    border-radius: 50%;
    border: 10px solid #eceef191;
    margin-top: -61px;
}
#our-services .service-img{
  margin: 0 auto;
  max-width: 50%;
}
#our-services .all-services a:before,#slider .slider-button-1:before{
  background-color: #C6D936;
  border-radius: 50px;
}
#our-services .our-services-content a {
  padding: 7px;
  font:700 25px/37px var(--h3-font);
  color: #0f0f0f;
  display: inline-block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#our-services .our-services-content{
  padding: 3% 4%;
  text-align: center;
  margin-top: 8%;
  border-radius: 3px;
}
#our-services .all-services{
  position: relative;
}
.all-services:before {
  position: absolute;
  background: #e1dee0;
  width: 35%;
  top: 50%;
  left: 0;
}
.all-services:after{
  position: absolute;
  background: #e1dee0;
  width: 35%;
  top: 50%;
  right: 0;
}
/*-------------------- Section Appointment ------------------------- */
#appointment{
  background-color: #1A4137;
  padding: 0 0 10em;
  position: relative;
}
#appointment .appointment-content{
  padding-top: 5%;
  padding-bottom: 0px;
}
#appointment .appointment-content h2 {
  letter-spacing: 1px;
  font: 700 43px/30px var(--h3-font);
  color: #ffffff;
}
#appointment .appointment-shortcode {
  padding: 35px;
  background-color: #fff;
  position: absolute;
  top: 66%;
  left: 0;
  width: 75%;
  right: 0;
  margin: 0 auto;
}
#appointment .appointment-content span,#appointment .appointment-content .contact-sub-title{
  margin: 0 auto;
  display: block;
  letter-spacing: 1px;
  padding: 0 0 15px 0;
  font: 500 30px/28px var(--pri-font) !important;
  color: #f4f8fb;
}
#appointment .appointment-shortcode span,.newsletter-form-box span,.wpcf7 form .wpcf7-response-output{
  font: 400 12px/14px var(--h3-font) !important;
  color: #f00 !important;
  width: fit-content;
  margin: initial;
}
#appointment .appointment-shortcode input,#appointment .appointment-shortcode select,#appointment .appointment-shortcode textarea{
  background-color: #f5f8f9;
  border:none;
  border-radius: 50px;
  padding: 16px 20px;
  width: 100%;
  font:700 14px/20px var(--h3-font);
  color: #6e8480;
}
#appointment .appointment-shortcode textarea {
  border-radius: 10px;
  height: 180px;
  margin-bottom: 0;
}
#appointment .appointment-shortcode input::placeholder,#appointment .appointment-shortcode textarea ::placeholder,#appointment .appointment-shortcode select option{
  font:700 14px/20px var(--h3-font);
  color: #6e8480;
}
#appointment .appointment-shortcode input[type="email"]{
  margin-top: 20px;
}
#appointment .appointment-shortcode input[type="submit"] {
  background-color: #1A4137;
  padding: 8px 27px;
  display: inline-block;
  border-radius: 50px;
  font: 400 16px/35px var(--h3-font);
  color: #ffffff;
  /* margin-top: -15px; */
}
#appointment .appointment-shortcode input[type="submit"]:hover{
  background-color: #C6D936;
}
#appointment .appointment-content span{
  padding:0;
  width: 100%;
}
#visits:after {
  content: '>';
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/
  
  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */
  
  position: absolute;
  pointer-events: none;
}

/*------------------------our-feature -------------------*/
#our-features {
  background-color: #eceef17a;
  padding-top: 20%;
}
#our-features .feature-main-content h2{
  /* max-width: 400px; */
  line-height: 45px;
  margin: 0 auto;
}
#our-features .feature-main-content {
  max-width: 75%;
  margin: 0 auto 2%;
}
#our-features .our-features-content h3 {
  font:700 20px/36px var(--h3-font);
  color: #111111;
  padding: 2% 10% 0;
}
#our-features .our-features-content img {
  padding: 20px;
  width: 100% !important;
  height: 100%;
  object-fit: contain;
  animation: ripplertt 3s infinite;
  border-radius: 50%;
}
.our-features-img{
  background-color: #fff;
    width: 120px;
    height: 120px;
    border-radius: 80px;
    padding: 5px;
    margin: 0 auto;
    box-shadow: 0px 3px 20px 0px rgba(214,215,216,0.57);
}
#our-features .our-features-content p{
  font:400 14px/29px var(--h3-font);
  color: #1A4137;
}
#our-features .our-features-content a{
  display: block;
  padding: 0 0 15px;
  font:700 16px/28px var(--h3-font);
  color: #0f0f0f;
}
#our-features .our-features-content a:hover{
  color: #111111;
}
#our-features .our-features-content {
  border-bottom: 8px solid #1A4137;
}
#our-features .our-features-content:hover {
  background-color: #1A4137;
  border-color: #1A4137;
}
#our-features .our-features-content {
  padding: 6% 5% 4% 5%;
  border: 2px solid #1A4137;
  border-bottom: 8px solid #1A4137;
}
#our-features .our-features-content:hover h3,#our-features .our-features-content:hover p{
  color: #fff;
}
.our-features-content .feature-arrow-linki i{
  color: #fff !important;
  font-size: 20px;
  font-family: FontAwesome;
  padding: 1% 0 6% 0px;
  transition: all 0.5s ease-out;
}
#our-features .our-features-content:hover a{
  display: none;
}
.our-features-content .feature-arrow-linki i{
  display: none;
}
#our-features .our-features-content:hover .feature-arrow-linki{
  display: block;
}
/*------------------- why choose us ----------------------*/
#why-choose-us .choose-content {
  background-color: #1A4137;
  clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
  z-index: 9999;
}
#why-choose-us{
  position: relative;
  background-color: #eceef17a;
  z-index: 1;
}
#why-choose-us .choose-inner {
  padding: 3em 7em 2em 7em;
}
#why-choose-us .choose-inner span {
  font: 500 30px/40px var(--pri-font);
  color: #ffffff;
  letter-spacing: 1px;
}
#why-choose-us .choose-inner h2 {
  font: 700 43px/50px var(--h3-font);
  color: #ffffff;
}
.choose-right-img {
  clip-path: polygon(14% 0%, 100% 0%, 100% 100%, 0% 100%);
  width: 644px !important;
  position: absolute !important;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
}
.choose-right-img img{
   /* margin: 2em 0px; */
}
#why-choose-us .no-box {
  font:700 80px/38px var(--h3-font);
  color: #C6D936;
  display: flex;
  align-items: center;
  /* margin-top: 3%; */
  align-self: center;
}
#why-choose-us .choose-text h2 {
  font: 700 18px/30px var(--h3-font);
  color: #ffffff;
}
#why-choose-us .choose-text p {
  font: 400 12px/20px var(--h3-font);
  color: #ffffff;
  margin: 0;
}
#why-choose-us .choose-us-wrapper {
  padding: 16px 10px;
}
#why-choose-us .choose-us-box:last-child{
  /*padding-bottom: 25px;*/
}
/*------------------- Section covids symptons ----------------------*/
#symptoms-us .container-fluid{
  width: 1330px;
}
.symptoms-content span {
  font:500 30px/38px var(--pri-font);
  color: #0e0e0e;
}
.symptoms-content h2 {
    font: 700 43px/55px var(--h3-font);
    color: #C6D936;
}
.symptoms-content p {
  font:400 15px/25px var(--h3-font);
  color: #000000;
}
.symptoms-content .choose-text {
  margin: 20px 0;
}
.symptoms-content .choose-text h2 {
  font:700 22px/30px var(--h3-font);
  color: #C6D936;
}
.symptoms-content .choose-text p {
  font:400 14px/20px var(--h3-font);
  color: #000000;
  margin:0;
}
#symptoms-us .symptoms-content .choose-us-wrapper {
  margin: 35px 0;
}
#symptoms-us .symptoms-right-img img{
box-shadow: -25px 25px 0px -1px #ffffff;
}
#symptoms-us .no-box img{
  box-shadow: -8px 8px 0px -1px #ffffff;
}
.symptoms-right-img {
  margin-top: 4em;
}
/*------------------- Section About Us ----------------------*/
#about-us{
  margin-top: -20px;
  padding-bottom: 3%;
}
#about-us .about-us-content span{
  letter-spacing: 1px;
  font:500 30px/40px var(--pri-font);
  color: #0f0f0f;
}
#about-us .about-us-content h2 {
  font: 700 43px/50px var(--h3-font);
  color: #C6D936;
}
#about-us .about-us-content p {
  padding-top: 5px;
  font:400 16px/36px var(--h3-font);
  color: #0f0f0f;
}
#about-us .about-us-content a{
  background-color: #1A4137;
  padding: 8px 55px;
  display: inline-block;
  border-radius: 50px;
  font: 400 18px/35px var(--h3-font);
  color: #ffffff;
}
#about-us .about-us-content a:before{
  background-color: #C6D936;
  border-radius: 50px;
}
/*--------------------- How to protects ---------------------*/
.work-blog-icon-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 15px;
}
.work-blog-icon-box {
  width: 120px;
  height: 120px;
  background: #dcdcdc;
  border-radius: 50%;
  border: 5px solid #fff;
  animation: flipInX 6s infinite;
}
#how-it-work .work-head{
  padding: 0px 0;
}
#how-it-work .work-head span,.our-projects-head span{
  font:500 30px/28px var(--pri-font);
  color: #0f0f0f;
}
#how-it-work .work-head h2,.our-projects-head h2{
  font: 700 43px/55px var(--h3-font);
  color: #C6D936;
}
#how-it-work .blog-titles p {
  margin: 25px 0 1em;
  font:700 18px/26px var(--h3-font);
  color: #0f0f0f;
}
#how-it-work .work-blog-content {
  background-color: #1A4137;
  margin: 15px 0;
  padding: 25px;
}
#how-it-work .work-blog-content:hover span,.project-content:hover .project-inner a{
  color: #C6D936;
}
#how-it-work .work-blog-content span {
  font:700 18px/42px var(--h3-font);
  color: #ffffff;
}
#how-it-work .work-blog-content p {
  font:400 14px/25px var(--h3-font);
  color: #ffffff;
}
#how-it-work .blog-titles p span.last_slide_head{
  color: #C6D936;
}
.our-records-wrapper:hover .record-icon{
  animation: flipInX 2s infinite;
}

/*--------------------- Section Testimonials ---------------------*/
.home #testimonials {
  background-color: #fff;
  /* margin-top: -150px; */
}
#testimonials .testimonial-main-content{
  margin-bottom: 20px;
}
#testimonials span.testi-small-title {
  font: 500 30px/38px var(--pri-font);
  color: #0f0f0f;
}
#testimonials h2{
  font: 700 43px/50px var(--h3-font);
  color: #C6D936;
}
#testimonials .testimonials-wrqpper{
  /* padding-top: 20px;
  padding-bottom: 50px; */
}
#testimonials .testimonials-contents p{
  font: 400 15px/36px var(--h3-font);
  color: #0f0f0f;
  padding-bottom: 86px;
  /* max-width: 75%; */
  margin: 0 auto;
}
#testimonials .client-image:before {
  content: "";
  width: 3px;
  height: 54px;
  position: absolute;
  top: -73px;
  background: #8ec5b5;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#testimonials .testimonials-contents img{
  border-radius: 50%;
}
#testimonials .testimonials-contents .client-title{
  font: 700 25px/45px var(--h3-font);
  color: #0f0f0f;
  display: block;
  padding-top: 10px;
}
#testimonials .testimonials-contents .client-desig{
  font: 400 18px/20px var(--h3-font);
  color: #8ec5b5;
}
#testimonials .testimonials-contents .client-image{
  display: inline-block;
  position: relative;
}
#testimonials .owl-carousel .owl-nav i{
  color: #8ec5b5;
  font-size: 25px;
}
#testimonials button.owl-prev {
  position: absolute;
  left: 38%;
  top: 55%;
  transform: translateY(-50%);
  border: none;
  padding: 10px 20px;
  outline: none;
}
#testimonials button.owl-next {
  position: absolute;
  right: 38%;
  top: 55%;
  transform: translateY(-50%);
  border: none;
  padding: 10px 20px;
  outline: none;
}
/*--------------- Section Our Gallery ------------------------*/
#our-gallery{
  background-color: #eceef1;
}
#our-gallery .our-gallery-head{
  padding-bottom: 40px;
}
#our-gallery .our-gallery-head span{
  font: 500 30px/40px var(--pri-font);
  color: #0f0f0f;
}
#our-gallery .our-gallery-head h2{
  font: 700 43px/45px var(--h3-font);
  color: #C6D936;
}
#our-gallery .gallery-shortcode{
  overflow-x: hidden;
}
#our-services .service-img{
  position: relative;
}
#testimonials .client-image:after{
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background: transparent;
  border: 2px dashed #C6D936;
  color: #C6D936;
  top: -8px;
  left: -8px;
  padding: 12px;
  border-radius: 50%;
  animation: spin 10s linear infinite;
}
#our-services .service-img:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 108%;
  background: transparent;
  border: 2px dashed #C6D936;
  color: #C6D936;
  top: -8px;
  left: 0px;
  padding: 0px;
  border-radius: 50%;
  animation: spin 10s linear infinite;
}
.gallery_front li{
  position: relative;
  height: 340px;
}
.gallery_front li img{
  height: 100%;
  object-fit: cover;
}
/*------------- Section Our Team --------------------*/
#our-teams{
  /* padding:5em 0; */
}
#our-teams .our-teams-head,#our-teams .our-teams-contents{
  padding: 15px 0px;
}
#our-teams .our-teams-head span{
  font:500 30px/38px var(--pri-font);
  color: #000;
}
#our-teams .our-teams-head h2 {
  font: 700 43px/55px var(--h3-font);
  color: #C6D936;
}
#our-teams .our-teams-contents img{
  border-radius: 50%;
  height: 100%;
  width: 100% !important;
  object-fit: cover;
  /* box-shadow: 0px 5px 30px 0px rgba(214,215,216,0.57); */
}
#our-teams .our-teams-contents .teams-title{
  /* padding-top: 15px; */
  display: block;
  font: 600 26px/45px var(--h3-font);
  color: #000000;
}
#our-teams .our-teams-contents .teams-desig{
  font: 400 15px/25px var(--h3-font);
  color: #8d8d8d;
}
/*----------------- Section Newsletter ---------------------------*/
#newsletter{
  padding: 0;
}
#newsletter .left-box{
  padding: 10% 5% 0 20%;
}
#newsletter .right-box{
  padding: 5% 10% 8% 8%;
  height: 100%;
  background-color: #ffffff;
}
#newsletter .news-box,#newsletter .banner-box{
  padding: 0;
  margin:0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#newsletter span {
  font: 500 30px/38px var(--pri-font);
  color: #f4f8fb;
}
#newsletter .news-box h3 {
  font: 700 43px/60px var(--h3-font);
  color: #ffffff;
  margin: 0% 0% 5%;
}
.newsletter-form-box{
  position: relative;
}
#newsletter input[type="email"] { 
  border: 3px solid #fff;
  font-size: 16px;
  padding: 14px 19px;
  margin: 0 0 0px 0;
  height: auto;
  width: 100%;
  background: transparent;
  max-width: 100%;
  border-radius: 50px;
  color: #fff;
}
#newsletter input::placeholder{
  font:400 14px/38px var(--h3-font);
  color: #ffffff;
}
#newsletter input[type="submit"] {
  padding: 7px 35px;
  font: 400 14px/40px var(--h3-font);
  color: #1A4137;
  border: none;
  background-color: #fff;
  border-radius: 50px;
  right: 5em;
  position: absolute;
  top: 0;
}
.banner-box h3{
  font: 700 34px/45px var(--h3-font);
  color: #C6D936;
  margin:0;
}
.box-inner2{
  max-width: 36% !important;
}
.banner-box .right-box p {
  font: 400 16px/30px var(--h3-font);
  color: #1A4137;
  margin: 1em 1em 1em 0em;
  text-align: left;
}
.banner-box .right-box .app-outer .text-b-inner p{
  font: 400 16px/25px var(--h3-font);
  color: #1A4137;
  margin: 5% 0% 0% 0%;
  text-align: left;
}
.banner-box .right-box .box-inner1 i{
  margin-left: 16px;
}
.banner-box .right-box .box-inner-text1{
  padding-left: 0px !important;
}
#emergency-contact .left-innerbox1{
    display: block;
    text-align: right;
}
#emergency-contact .left-innerbox2{
    display: block;
    text-align: left;
}
#emergency-contact .left-box p{
  font: 100 13px/20px var(--h3-font);
  color: #000000c2;
  margin: 10px 5px 10px 5px;
}
.left-inner .icon-b-inner,#emergency-contact .left-inner .icon-b-inner{
  display: inline-flex;
  align-items: center;
}
#emergency-contact .app-outer .left-inner i,.banner-box .right-box .left-inner i{
  color: #1A4137;
  margin-right: 5px;
  padding: 12px 0;
}
.banner-box .right-box .left-inner a:hover,#emergency-contact .left-inner a:hover{
  background-color: #1A4137;
  border: 3px solid #1A4137;
}
.banner-box .right-box .left-inner:hover a,.banner-box .right-box .left-inner:hover i,#emergency-contact .left-inner:hover a,#emergency-contact .left-inner:hover i{
  color: #ffffff;
}
/*-------------- Section Our Blogs -----------------*/
#our-blogs{
  background-color: #ecebee;
}
#our-blogs .our-blogs-head{
  padding-bottom: 30px;
}
#our-blogs .our-blogs-head span{
  font: 400 30px/38px var(--pri-font);
  color: #0f0f0f;
}
#our-blogs .our-blogs-head h2 {
  font:700 43px/55px var(--h3-font);
  color: #C6D936;
}
#our-blogs .our-blogs-contents{
  margin-bottom: 30px;
}
#our-blogs .our-blogs-contents .blogs-title{
  font:700 20px var(--h3-font);
  color: #111111;
}
#our-blogs .blog-title {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 5px;
}
#our-blogs .our-blogs-contents .blogs-meta{
  padding-top: 20px;
}
#our-blogs .our-blogs-image {
  position: relative;
  height: 300px;
}
.our-blogs-image img{
  height: 85%;
  object-fit: cover;
}
#our-blogs .our-blogs-image span{
  font:700 14px/25px var(--h3-font);
  color: #1A4137;
  display: inline-block;
  padding:10px 10px;
}
#our-blogs .our-blogs-contents:hover .blog-title{
  background-color: #1A4137;
}
#our-blogs .our-blogs-contents:hover .blogs-title{
  color: #fff;
}
.our-blogs-contents .our-blogs-image:hover img {
    opacity: 1;
    -webkit-animation: flash 2s;
    animation: flash 2s;
}
/*------------------ Section Our Video ------------------------*/
#our-video .video-bg {
  border-radius: 50%;
  max-width: 294px;
  padding: 120px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  border: 10px solid #fff;
  position: relative;
  z-index: 1;
  top: 21px;
  background-size: 100% 100%;
  animation: ripplei 2s infinite;
}
#our-video .video-play-icon i {
  font-size: 35px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
#our-video span.video-small-title {
  font: 500 30px/28px var(--pri-font);
  color: #f4f8fb;
}
#our-video h2{
  margin: 0 auto;
  font: 700 43px/55px var(--h3-font);
  max-width: 500px;
  color: #ffffff;
}
#our-video .modal{
  top: 6em;
}
/*Timming*/
#timming span {
  font:400 16px/40px var(--h3-font);
  color: #998282;
}
#timming .timming-content {
 max-width: 700px;
 position: relative;
 left: 0;
 right: 0;
 margin: 0 auto;
 bottom: 197px;
 background-color: #fff;
 box-shadow: 3px 13px 17px -8px #ccc;
 height: 100%;
 padding: 165px 21px 40px;
}
#timming .timming-content .line{
  font:400 12px/20px var(--h3-font);
  color: #99828261;
}
/*------------------Emergency contact-----------------------------*/
#emergency-contact{
  padding: 10px;
}
#emergency-contact .container-fluid {
  width: 1330px;
}
#emergency-contact .left-box {
  background-color: #e1eff8;
  padding: 2em 3em 3em;
  margin: 1em;
  margin-right: 10%;
}
#emergency-contact .left-box span {
  font: 500 28px/28px var(--pri-font);
  color: #0f0f0f;
  margin-bottom: 10px;
}
#emergency-contact .left-box h3 {
  font: 700 43px/50px var(--h3-font);
  color: #C6D936;
}
#emergency-contact .right-box H3{
  font: 700 35px/45px var(--h3-font);
}
#emergency-contact .left-box a,.banner-box .right-box .left-inner a{
    font: 100 16px/30px var(--h3-font);
    color: #1A4137;
    padding: 10px 15px;
    background: #fff;
    border: 3px solid #1A4137;
    border-radius: 50px;
}
.banner-box .right-box .left-inner a{
  padding: 14px 35px;
}
#emergency-contact .right-box {
    text-align: center;
  border-top: 2px solid #0000000d;
}
#emergency-contact .left-innerbox1 i {
  -webkit-transform: rotate(100deg);
  -moz-transform: rotate(100deg);
  -ms-transform: rotate(100deg);
  -o-transform: rotate(100deg);
  transform: rotate(100deg);
}
.emergency-img {
  display: flex;
  align-items: center;
}
#emergency-contact .newsletter-form-box input,#emergency-contact .newsletter-form-box select,#emergency-contact .newsletter-form-box textarea{
  background-color: #f5f8f9;
  border: none;
  border-radius: 50px;
  padding: 15px 20px;
  margin-bottom: 20px;
  width: 100%;
  font:700 19px/20px var(--h3-font);
  color: #6e8480;
}
#emergency-contact .newsletter-form-box textarea {
  border-radius: 10px;
  height: 172px;
  margin-bottom: 0;
}
#emergency-contact .newsletter-form-box input::placeholder,#emergency-contact .newsletter-form-box textarea ::placeholder,#emergency-contact .newsletter-form-box select option{
  font:700 14px/20px var(--h3-font);
  color: #6e8480;
}
#emergency-contact .newsletter-form-box input[type="submit"] {
  background-color: #1A4137;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 50px;
  font: 600 18px/35px var(--h3-font);
  color: #ffffff;
  width: 100%;
  margin-bottom: -10px;
}
.newsletter-btn{
  display: block !important;
  margin: 0 auto !important;
}
#emergency-contact .newsletter-form-box input[type="submit"]:hover{
  background-color: #C6D936;
}
#emergency-contact .f-left-img{
  z-index: 9;
      right: -9%;
    position: relative;
}
#emergency-contact .emergency-box{
  z-index: 99;
}
#emergency-contact .emergency-pattern-img{
    position: relative;
    bottom: 0;
    left: -73%;
    transform: translateX(-50%);
    max-width: 45%;
    top: 20%;
    z-index: 1;
    opacity: 0.2;
}
/*-------------------- Section Our Records ---------------------*/
#our-records{
  padding: 0;
  margin-top: 0;
}
#our-records .record-content {
  align-items: center;
  padding: 5% 7%;
}
#our-records  .record-box{
  padding: 0;
}
#our-records .inner-record-box {
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 5em 2em 2em;
}
#our-records .record-content h2 {
  font:700 43px/55px var(--h3-font);
  color: #C6D936;
}
#our-records .our-records-wrapper:hover .record-count-no span{
  color: #C6D936;
}
#our-records .record-content p {
  font:400 14px/30px var(--h3-font);
  color: #0f0f0f;
}
#our-records .our-records-wrapper{
  padding: 0 20px 20px 20px;
  text-align: center;
}
#our-records .our-records-wrapper .record-count-no span{
  font:600 43px/70px var(--h3-font);
  color: #ffffff;
}
#our-records .our-records-wrapper .record-count-title{
  font:500 15px/44px var(--h3-font);
  color: #ffffff;
  padding-top: 5px;
}
#our-records .owl-carousel .owl-dots{
    text-align: left;
    position: absolute;
    left: -45%;
    bottom: 0em;
}
/*------------------ Section Our Partners -----------------*/
#partners-loop,#services-loop,#feature-loop,#testimonials #testimonials-loop,#our-teams #team-loop,
#our-records #records-loop,#blog-loop,.slide_nav{
  display: none;
}
.our-teams-contents .our-teams-contentdiv{
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.our-teams-contents .our-teams-contentdiv::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgb(198 217 54 / 24%);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.our-teams-contents .our-teams-contentdiv:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}