#slidemainbox {
  margin-right: 5em;
}
.slider-main-image img {
    width: 100%;
}
#slider .carousel-caption {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
}
.inner_carousel.container.position-relative {
  position: relative;
  bottom: 0;
}
#slider .carousel-control-next, .carousel-control-prev{
  width: 10%;
  opacity: 1;
}
#slider .slider-icon {
  color: white;
  font-size: 20px;
}
.carousel-control-next {
  right: 0;
  top: unset;
  bottom: 3em;
}
.carousel-control-prev {
  left: unset;
  right: 5em;
  bottom: 3em;
  top: unset;
}
#slider .slide-small-heading {
  font-size: 50px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}
#slider .slidesmalltext {
  color: white;
  font-weight: 400;
}
#slider h1, #slider h2 {
  font-size: 48px;
  color: white;
  font-weight: 700;
  padding: 0;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.slider-box {
  text-align: left;
}
#slider .carousel-indicators {
  display: block;
  right: 3em;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  bottom: unset;
}
.carousel-indicators button{
  height: 12px !important;
  width: 12px !important;
  border-radius: 50px;
  border: none !important;
  background: #fff;
  opacity: 1 !important;
  margin: 0px 10px !important;
}
#slider .carousel-indicators .active{
  width: 50px !important;
}
#slider .slider-left-image{
  width: 75%;
  height: auto;
  margin-top: -20px;
}
#slider .carousel-indicators li {
  display: block;
  width: 4px !important;
  height: 4px;
  border: none;
  padding: 8px;
  background-color: transparent;
  border-radius: 50%;
  margin-bottom: 10px;
  opacity: 1;
}
#slider .carousel-indicators li span {
  background-color: white;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  text-align: center;
}
#slider .carousel-indicators li.active {
  width: 3px !important;
  height: 3px !important;
  border: 2px solid white;
}
.bg_shape {
  background-color: rgb(255 255 255 / 20%);
  width: 500px;
  height: 500px;
  position: absolute;
  top: 53px;
  /* left: 0; */
  right: 0;
  /* z-index: -1; */
  border-radius: 50%;
}
.slide_left_image img {
  z-index: 9;
  position: relative;
}
.slide_records {
  display: inline-block;
  background-color: white;
   text-align: left; 
  border-radius: 4px;
  /* position: relative; */
  /* z-index: 99; */
  padding: 8px;
}
.slide_records i {
  color: var(--color-secondry);
  font-size: 20px;
  margin-right: 7px;
}
.slide_record_box {
  position: relative;
  z-index: 99;
}
.slide_records span.box-count {
  color: #1d4d4f;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}
.slide_records h6, .slide_records h6 a {
  color: #8b8484;
  font-size: 11px;
  font-weight: 400;
  padding: 0;
  line-height: 1;
}
.slide_records.slide_records_no1 {
  position: absolute;
  left: 0;
  top: 50px;
}
.slide_records.slide_records_no2 {
  position: absolute;
  top: 21em;
  left: -4em;
}
.slide_records.slide_records_no3 {
  position: absolute;
  top: 13em;
  right: -2em;
}
.slider-box {
    text-align: left;
    padding-top: 6em;
}
/* --------- Image Box --------- */

.box_outer {
  background-color: white;
  border-radius: 9px;
  padding: 10px;
}
.box_outer h6, .box_outer h6 a {
  line-height: 26px;
  color: #1d4d4f;
  font-weight: 500;
  padding: 0;
  font-size: 15px;
}
.box_outer .image_box_p {
  font-size: 12px;
  line-height: 20px;
  color: #222222;
  font-weight: 400;
}
.owl-carousel .owl-item .box_outer img {
  margin-right: 4px;
}
/* --------- Offer --------- */
#our-offer{
    padding-bottom: 0;
}
#our-offer, #testimonials, #latest-news {
    background-color: #f7f7f7;
}
#testimonials {
  background-color: #f7f7f7;
}
.offer-body h5 a, .offer-body h5{
  font-size: 16px;
  color: #000000;
  font-weight: 500;

}
.offer_box{
  transition: .3s ease;
}
.offer_box:hover{
  transition: .3s ease;
  transition: all .7s ease 0s;
  transform: scale(1.1);
  z-index: 9999;
  overflow: visible;
  /*background-color: white;*/
  /*box-shadow: rgba(17,17,26,.05) 0 1px 0, rgba(17,17,26,.1) 0 0 8px;*/
  filter: drop-shadow(0px 20px 15px rgba(0,0,0,0.06));
  background-image: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9999999999999999) 100%);
}
/* --------- About Us --------- */
#about-us .section_main_head h3 {
  color: #254c50;
  font-weight: 600;
  font-size: 37px;
}
#about-us .section_main_head .primary_text, #about-us .section_main_head .primary_text p{
  color: var(--color-primary);
}
.about-head.section_main_head .second_text, .about-head.section_main_head .second_text p{
  color: #6b6b6b;
}
.about-head h4 {
  color: var(--color-primary);
  font-size: 28px;
  font-weight: 600;
}
.media{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about_box h6 {
  color: #1a3643;
}
.about_listing_inner {
  margin-top: 8em;
}
.about_box_txt, .about_box_txt p{
  font-size: 14px;
  margin-bottom: 0;
  color: #102123;
}
.about_box {
  margin-bottom: 34px;
}
.about_box img, .why_choose_icon_box img{
  margin-right: 10px;
}
.about-img-bottom {
  margin-top: -8em;
  margin-left: -5px;
}
.about_outer img {
  border: 10px solid white;
}
.why_choose_icon_box img{
  padding: 5px;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.about_box.mb-3 {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  display: inline-block;
  border-radius: 5px;
}
#about-us .section_main_head {
  max-width: 100%;
}
.highlight_head {
  font-size: 179px;
  line-height: 139px;
  text-transform: uppercase;
  color: #f4f3f3;
  position: absolute;
  bottom: 0;
  max-width: 51%;
  font-weight: 800;
  z-index: -1;
}
.about_outer {
  background-color: #f8f1f1;
}
.about_outer:after {
  content: '';
  background-color: #f8f1f1;
  position: absolute;
  /* right: 0; */
  /* display: block; */
  width: 100%;
  /*height: 100%;*/
  top: 0;
  z-index: -1;
  position: absolute;
  right: -99987px;
  top: 0px;
  width: 99999px;
  bottom: 0;
}
/* --------- Contact Us --------- */
#home-contact {
  padding: 0;
}
.contact_box_container {
  background-color: #f69946;
  padding: 0 40px;
}
#home-contact .section_main_head h6, #home-contact .section_main_head h3 {
  color: white;
}
#home-contact .single_line_head h6:before{
  background-color: white;
}
.contact_details_column .media {
  background-color: white; 
  padding: 14px;
  border-radius: 14px;
}
.contact_details_column .media .contact-text {
  color: var(--color-secondry);
  font-size: 13px;
  font-weight: 500;
}
.contact_details_column .media .contact-title {
  padding-top: 6px;
}
.contact_details_column .media img {
  margin-right: 5px;
}
.contact_shortcode input[type="text"], .contact_shortcode input[type="tel"], .contact_shortcode input[type="email"], .contact_shortcode input[type="phno"], .contact_shortcode input[type="password"], .contact_shortcode textarea {
  border: none;
  background-color: #f1f5f9;
  color: #5a5a5a;
}
.contact_shortcode textarea {
  height: 110px;
}

/* ------------------------ Section Video -------------------------*/
#video-projects .owl-carousel .owl-item.active.center {
     position: relative;
     z-index: 999;
     -webkit-transform: scale(1);
     transform: scale(1);
}
#video-projects .owl-carousel .owl-item {
  transform: scaleY(.8);
}
#video-projects .owl-carousel .owl-video-play-icon:after{
  content: '\f04b';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  background-color: white;
  padding: 14px 21px;
  border-radius: 50%;
  color: var(--color-secondry);
}
#video-projects .owl-carousel .item-video{
   height: 482px;
}
#video-projects .owl-video-wrapper{
  position: relative;
  margin: 0 0;
  background-size: 100% 100% !important;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0;
  margin-left: 0 !important;
  margin-top: 0 !important;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.owl-carousel .owl-item.active.center .owl-video-play-icon{
  background-color: rgb(0 0 0 / 60%) !important;
}
.owl-carousel .owl-video-play-icon:hover{
  transform: unset !important;
}
.owl-carousel .owl-video-play-icon:after:hover{
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
#video-projects .owl-item {
  text-align: center;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
 }
#video-projects .section_main_head h3 {
    color: #254c50;
    font-weight: 600;
    font-size: 32px;
}
.custom-video-nav.owl-nav {
  text-align: right;
}
#video-projects .owl-dots button.owl-dot{
  border: none;
  padding: 3px 30px;
  background-color: #c7c7c7;
  margin: 0 -2px;
}
#video-projects .owl-dots button.owl-dot.active {
  background-color: var(--color-primary);
}
.owl-dots-box {
  text-align: right;
}
.owl-nav button.owl-next i {
    padding-right: 0;
}
span.dot_active_item{
  color: black;
  font-size: 25px;
  font-weight:500;
}
#dotcounter {
  letter-spacing: 3px;
}
/*------ Service ------------*/
.services_p p {
  margin-bottom: 0;
  color: #102123;
  font-weight: 400;
}
#our-services .section_main_head {
  padding-left: 7%;
}
#our-services .section_main_head h3{
  color: #254c50;
  font-weight: 600;
  font-size: 31px;
}
.services_p{
  margin-bottom: 16px;
}
.custom_block h6 {
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.custom_block h5, .custom_block h5 a {
  color: #1d4d4f;
  font-weight: 600;
}
.custom_block {
  transition: .3s ease;
  transform: translateY(0);
  border-radius: 20px;
  filter: drop-shadow(0 0 25px rgba(0,0,0,0.06));
  background-color: #ffffff;
  padding: 30px;
  text-align: center;
  }
.custom_block:hover{
  transition: .3s ease;
  background-color: var(--color-primary);
  transform: scale(1.1);
}
.custom_block_inner {
  background-color: var(--color-secondry);
  display: inline-block;
  padding: 10px;
  border-radius: 50%;
}
.custom_block:hover .custom_block_inner{
  background-color: white;
}
.custom_block:hover h5, .custom_block:hover h5 a, .custom_block:hover .services_p p, .custom_block:hover .services_p{
  color: white;
}
#our-services .owl-carousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px;
  /*padding: 30px;*/
}
/*------------ benefits ------------*/
#benefits{
  padding: 0;
}
.video_outer {
  background-color: #f69946;
  padding: 50px 50px !important;
}
#benefits .section_main_head h6, #benefits .section_main_head h3, #benefits .section_main_head .section-text, #benefits .section_main_head .section-text p, #newsletter_section .single_line_head h3, #newsletter_section .single_line_head h6, #newsletter_section .section_main_head .section-text, #newsletter_section .section_main_head .section-text p, .newsletter_form h4{
  color: white;
}
#benefits .section_main_head .section-text, #benefits .section_main_head .section-text p, #newsletter_section .section_main_head .section-text, #newsletter_section .section_main_head .section-text p{
  max-width: 100%;
}
#benefits .single_line_head h6:before{
  background-color: white;
}
.video_overlay {
    background-size: cover;
}
/*---------------Video ------------------*/
/* Outer */
.popup {
  width:100%;
  height:100%;
  display:none;
  position:fixed;
  top:0px;
  left:0px;
  background: rgba(0, 0, 0, 0.77);
  z-index: 999999;
}
/* Inner */
.popup-inner {
  max-width:1000px;
  width:90%;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  border-radius:3px;
}
/* Close Button */
.popup-close {
  width:30px;
  height:30px;
  padding-top:4px;
  display:inline-block;
  position:absolute;
  top:0px;
  right:8px;
  transition:ease 0.25s all;
  -webkit-transform:translate(50%, -50%);
  transform:translate(50%, -50%);
  border-radius:1000px;
  background:rgba(0,0,0,0.8);
  font-size:20px;
  text-align:center;
  line-height:100%;
  color:white;
}
.popup-close:hover {
  -webkit-transform:translate(50%, -50%) rotate(180deg);
  transform:translate(50%, -50%) rotate(180deg);
  background:rgba(0,0,0,1);
  text-decoration:none;
}
.adopt_outer {
  background: #f33e17;
}
.over_video img {
  width: 100%;
}
.ps_video {
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
}
.ps_video i:after {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid  white;
  top: -23%;
  left: -25%;
  background: transparent;
  cursor: pointer;
}
.ps_video i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 18px 19px;
  position: relative;
  display: block;
  font-size: 12px;
  background-color: white;
  border: none;
  box-shadow: 0 0 25px 3px rgb(255 254 253 / 78%);
  /* position: absolute; */
  /* bottom: 0; */
  /* top: 50%; */
  /* left: 0; */
  /* right: 0; */
  margin: 0 auto;
  /* transform: translateY(-50%); */
  color: var(--color-secondry);
}
  @-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0 0 25px 3px rgba(255, 255, 255, 0.75), 0 0 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}
@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0 0 25px 3px rgba(255, 255, 255, 0.75), 0 0 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}
/*------------ team ------------*/
.team_head a {
  color: #1d4d4f;
  font-weight: 500;
  font-size: 18px;
}
.team-box-inner span {
  color: var(--color-secondry);
  font-weight: 400;
}
.team_social a i {
  color: #a5a5a5;
  padding: 0 10px;
  font-size: 12px;
}
/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.owl-carousel .owl-dots button.owl-dot {
  background-color: #adb5bd !important;
  margin: 0 3px;
  outline: none;
  border: none;
  border-radius: 50%;
  padding: 4px !important;
  height: auto !important;
  width: auto !important;
}
.owl-carousel button.owl-dot.active{
  background-color: var(--color-secondry) !important;
    padding: 7px !important;
}
/*.owl-carousel .owl-dots button.owl-dot.active span {
    background-color: var(--color-secondry);
    padding: 7px !important;
}*/
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
button.owl-prev, button.owl-next {
  position: unset;
  transform: unset;
  border: none;
  padding: 0;
  outline: none;
  width: auto !important;
  background-color: transparent;
  z-index: 9999;
  position: relative;
}
button.owl-prev {
    margin-right: 10px;
}
.owl-carousel .owl-nav i, .owl-nav i {
  font-size: 14px;
  padding: 15px 6px;
  color: #879091;
  border: none;
  background-color: transparent;
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
  color: black;
}
#our-team .owl-nav, #latest-news .owl-nav, #testimonials .owl-nav{
  text-align: center;
}
/*.owl-carousel .owl-nav .owl-prev {
    left: 15px;
}
.owl-carousel .owl-nav .owl-next {
    right: 15px;
}*/
/*.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: unset;
    top: 44%;
    transform: translateY(-50%);
}*/
.owl-carousel .owl-stage-outer{
  padding-bottom: 7px;
}
.owl-carousel .owl-nav button.owl-prev i, .owl-nav button.owl-prev i, .owl-carousel .owl-nav button.owl-next i, .owl-nav button.owl-next i {
  border-radius: 50%;
}
.custom-nav {
  text-align: left;
  position: relative;
}


/* ----------- Testimonials ------------- */
.testimonial-star i {
    color: #ffc900;
    font-size: 14px;
}
.testimonial-star .without_filled i{
  color: #5d647c;
}
.testi_heart {
  position: absolute;
  bottom: -24px;
  right: 43px;
}
.testimonial-data i.fas.fa-quote-left {
  color: var(--color-secondry);
  font-size: 40px;
  position: absolute;
  top: -25px;
}
.inner-body {
  text-align: right;
}
.testimonials-info p {
    color: #788081;
    font-weight: 400;
    font-size: 15px;
}
h5.testimonial-title {
    padding: 0;
}
.testimonial-title a {
  font-size: 18px;
  font-weight: 600;
  color: #1d4d4f;
}
.t-desig {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-primary);

}
.quote_box .media {
  position: relative;
  margin-bottom: -5em;
  margin-top: 15px;
}
#testimonials .owl-stage-outer {
  padding: 10px;
  padding-bottom: 40px;
  padding-top: 40px;
}
.testimonial_bg {
  display: inline-block;
  position: relative;
  float: right;
  right: -5em;
  top: -1em;
}
.quote_box {
  background-color: white;
  padding: 40px;
}
.quote_box h3 {
  font-size: 23px;
  color: #1d4d4f;
  font-weight: 600;
}
.owl-carousel .owl-item .quote_box .media img, .quote_box .media img{
  width: 80px !important;
  height: 80px;
  border-radius: 50%;
}
#benefits{
  padding-bottom: 0;
}
/* ----------- Latest News ------------- */
.post-meta {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news_content h5 a {
  font-size: 18px;
  color: #1d4d4f;
  font-weight: 500;
}
.news-text {
  margin-bottom: 20px;
  color: #757575;
}
.owl-carousel .owl-item .post_img img {
  width: 100% !important;
  border-radius: 10px;
}
.month_span {
  display: block;
  font-weight: 400;
  color: white;
  font-size: 17px;
}
.auther_name, .news_date {
  color: #000000;
}
.news_content {
  padding: 30px;
  background-color: white;
}
.auther_name i, .news_date i{
  color: var(--color-primary);
  padding-right: 5px;
}
.news_date_comment span {
    padding-right: 16px;
}
.read_more_icon {
    background-color: #1a3643;
    padding: 20px 22px;
    border-radius: 50%;
    color: white;
    font-size: 16px;
}
.read_icon a{
  font-weight: 500;
}
#latest-news .owl-carousel .owl-stage-outer {
  padding-bottom: 30px;
}
/*---------------Newsletter ---------------*/
.newsletter_head {
  background-color: var(--color-primary);
  padding: 50px;
}
#newsletter_section .single_line_head h6:before{
  background-color: white;
}
.newsletter_form {
  background-color: #f69946;
  padding: 50px;
}
.newsletter_form h5{
    color: white;
    font-size: 18px;
}
.newsletter_shortcode input[type="text"], .newsletter_shortcode input[type="tel"], .newsletter_shortcode input[type="email"], .newsletter_shortcode input[type="phno"], .newsletter_shortcode input[type="password"], .newsletter_shortcode textarea{
  background-color: white;
  border-radius: 30px;
  border: none;
  color: #d4d4d4;
  padding: 10px 20px
}
.newsletter_shortcode input[type="submit"] {
  padding: 15px 18px;
  position: absolute;
  right: 0;
}
.newsletter_shortcode form {
  position: relative;
}
.newsletter_social a {
  background-color: #f8ad6b;
  padding: 6px 8px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}
.newsletter_social a i {
  font-size: 14px;
  color: white;
}
.newsletter_form:after {
  content: '';
  background-color: #f69946;
  position: absolute;
  /* right: 0; */
  /* display: block; */
  width: 100%;
  /* height: 100%; */
  top: 0;
  z-index: -1;
  position: absolute;
  right: -99987px;
  top: 0px;
  width: 99999px;
  bottom: 0;
}
.newsletter_head:after {
  content: '';
  background-color: var(--color-primary);
  position: absolute;
  /* right: 0; */
  /* display: block; */
  width: 100%;
  /* height: 100%; */
  top: 0;
  z-index: -1;
  position: absolute;
  left: -99988px;
  top: 0px;
  width: 99999px;
  bottom: 0;
}
#newsletter_section {
  overflow: hidden;
}
#image-box .box_outer:hover img{
    transform: rotateY(180deg);
}
#image-box .box_outer  img, .about_box img {
    transition: 0.5s;
    transform-style: preserve-3d;
    position: relative;
}
.team_outer:hover img, .news-box:hover img, .about_box:hover img, .about-head .about-image:hover img {
    transform: scale(1.2) translate(4%, 4%);
}
.team_outer img, .news-box img, .about-head .about-image img {
    transition: all 0.5s ease 0s;
    width: 100%;
}
.post_img, .team_img, .about-image {
  position: relative;
  overflow: hidden;
}