#slidemainbox {
  margin-right: 5em;
}
.slider-main-image img {
    width: 100%;
}
#slider .carousel-caption {
  left: 10%;
  right: 9%;
  top: 58%;
  bottom: unset;
  transform: translateY(-50%);
  padding: 0;
}
#slider .carousel-control-next, .carousel-control-prev{
  width: 10%;
  opacity: 1;
}
.slider-box {
  text-align: center;
}
#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 {
  font-size: 16px;
  color: white;
  font-weight: 400;
  max-width: 73%;
  margin: 0 auto;
}
#slider h1, #slider h2 {
  font-size: 48px;
  color: var(--color-secondry);
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.Slider-left-box {
    max-width: 50%;
}
#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;
}
.slider_social a {
  background-color: black;
  padding: 13px 5px;
  display: block;
  width: 55px;
  height: 50px;
  text-align: center;
  border: 1px solid #8c9497;
}
.slider_social a i {
  color: white;
  font-size: 17px;
}
.slider_social {
  top: 58%;
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  z-index: 999;
}
.slider_social a:hover i {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
}
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.jello-horizontal {
  -webkit-animation: jello-horizontal 0.9s both;
  sanimation: jello-horizontal 0.9s both;
}
.slider_social a.facebook{
  background-color: #0e3068;
}
.slider_social a.twitter{
  background-color: #1e5d70;
}
.slider_social a.youtube{
  background-color: #887b59;
}
.slider_social a.insta{
  background-color: #115581;
}
.slider_social a.pintrest{
  background-color: #7f4c53;
}

/* --------- About Us --------- */
#about-us{
  overflow: hidden;
}
#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.section_main_head h3{
    font-weight: 400;
}
.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 {
  text-transform: uppercase;
  padding: 0;
  color: #1a3643;
  font-weight: 700;
}
.about_box_txt, .about_box_txt p{
  color: #6b6b6b;
  font-size: 13px;
  margin-bottom: 0;
}
.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 span{
  font-size: 13px;
  color: #010101;
}
.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-image {
  margin-bottom: 80px;
}
.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;
}
/* --------- Causes--------- */
.cause_type {
  background-color: var(--color-primary);
  color: white;
  display: inline-block;
  padding: 6px 20px 4px 20px;
  text-transform: uppercase;
  font-family: var(--secondry-font);
}
.causes_content h5 a {
  color: #1a3643;
  text-transform: uppercase;
  font-weight: 400;
}
.causes_content h5 {
    padding: 20px 0;
}
.cause_excerpt{
  color: #6b6b6b;
}
.causes_content .progress-bar {
  background-color: var(--color-primary);
}
.causes_content .progress {
  height: 7px;
  border-radius: 0;
}
.raised_goal_value {
  color: #1a3643;
  font-weight: 700;
}
.progress_percentage {
  color: var(--color-primary);
  font-weight: 700;
}
.cause_btn a.theme_button2 {
  display: block;
  text-align: center;
}

/*------ Service ------------*/
#our-services {
  padding-bottom: 0;
}
.services_p p{
  margin-bottom: 0;
}
.services_p{
  margin-bottom: 16px;
}
.custom_block {
  padding: 30px;
  text-align: center;
}
.custom_block:nth-child(odd){
  background-color: #1a3643;
}
.custom_block:nth-child(even){
  background-color: #f8f1f1;
}
.custom_block h6 {
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.custom_block:nth-child(even) h6 {
  color: #2d2d2d;
}
.custom_block:nth-child(odd) h5, .custom_block:nth-child(odd) h5 a{
  color: white;
  text-transform: uppercase;
}
.custom_block:nth-child(even) h5, .custom_block:nth-child(even) h5 a{
  color: var(--color-primary);
  text-transform: uppercase;
}
.custom_block:nth-child(odd) .services_p p, .custom_block:nth-child(odd) .services_p{
  color: #c9c9c9;
}
.custom_block:nth-child(even) .services_p p, .custom_block:nth-child(even) .services_p{
  color: #2d2d2d;
}
.custom_block:nth-child(odd) a.theme_button3{
  color: white;
}
.custom_block {
  transition: .3s ease;
  transform: translateY(0);
}
.custom_block:hover{
  transform: translateY(-5%);
  transition: .3s ease;
}
/*------------ team ------------*/
.box-content{
  background-color: #f7f7f9;
}
.team_head a {
  color: #1a3643;
  text-transform: uppercase;
  font-weight: 400;
}
.team-box-inner span {
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 500;
}
.team_social a i {
  color: #a5a5a5;
  padding: 0 10px;
  font-size: 12px;
}
#our-team {
  background-size: 100%;
}
/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.owl-carousel .owl-dots button.owl-dot {
  background-color: #49484d !important;
  margin: 0 3px;
  outline: none;
  border: none;
  border-radius: 50%;
  padding: 6px !important;
  height: auto !important;
  width: auto !important;
}
.owl-carousel button.owl-dot.active{
  background-color: var(--color-primary) !important;
}
.owl-carousel .owl-dots button.owl-dot.active span {
    background-color: var(--color-primary);
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
button.owl-prev, button.owl-next {
  position: unset;
  top: 45%;
  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: 20px;
  padding: 15px 21px;
  color: black;
  border: none;
  background-color: #f1f5f9;
}
.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: absolute;
    top: 44%;
    transform: translateY(-50%);
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
  background-color: white;
  color: var(--color-primary);
}
#testimonials .owl-carousel .owl-nav i:hover, #testimonials .owl-nav i:hover {
  background-color: var(--color-222222);;
  color: white;
}
.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;
}
/* --------- Contact Us --------- */
.contact-head {
  background-color: var(--color-primary);
  padding: 40px 0;
}
.contact_details_column {
  background-color: var(--color-secondry);
}
.contact_head {
  padding: 30px 30px;
  background-color: white;
  position: relative;
  left: -5em;
}
.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;
}
/* ----------- Records ------------- */
.record_detail {
  background-color: var(--color-primary);
  padding: 50px;
  text-align: left;
}
.record_detail .box-count {
  color: white;
  font-size: 40px;
  font-weight: 600;
}
.record_detail h6 a, .record_detail h6 {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.record_detail h6 {
  display: inline-block;
  padding-top: 20px;
}
.records-outer2 .record_detail, .records-outer3 .record_detail{
  background-color: var(--color-secondry);
}
.records-info:nth-child(3), .records-info:nth-child(4){
  margin-bottom: 0 !important;
}
/*---------------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;
  padding: 35px 0px 0 0px;
  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: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 27px 27px;
  position: relative;
  display: block;
  font-size: 35px;
  border: 2px solid white;
  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: white;
  background-color: rgb(0 0 0 / 30%);
}
  @-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;
    }
}
#records {
  border-bottom: 45px solid #e2e8ec;
}
/* ----------- Testimonials ------------- */
.testimonial-star i {
    color: #ffc900;
    font-size: 14px;
}
.testimonial-star .without_filled i{
  color: #5d647c;
}
.testimonial-data {
  background-color: #f2f6f9;
  padding: 40px;
}
.testi_heart {
  position: absolute;
  bottom: -24px;
  right: 43px;
}
.testimonial-data i.fas.fa-quote-left {
  color: var(--color-secondry);
  font-size: 40px;
  margin: 0 auto;
  display: table;
}
.inner-body {
  text-align: right;
}
.testimonials-info p {
  color: #6b6b6b;
  font-style: italic;
}
h5.testimonial-title {
    padding: 0;
}
.testimonial-title a {
  font-size: 18px;
  font-weight: 600;
  color: black;
  font-family: var(--primary-font);
}
.t-desig {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-primary);
}
#testimonials .owl-stage-outer {
  padding: 10px;
  padding-bottom: 40px;
}
.testimonial_bg {
  display: inline-block;
  position: relative;
  float: right;
  right: -5em;
  top: -1em;
}
#testimonials .owl-carousel .owl-nav i:hover, #testimonials .owl-carousel .owl-nav i:hover {
  background-color: #1b1a21;
  color: white;
}
.testimonials-img {
    position: relative;
    left: 110px;
}
.testimonials-info {
  margin-left: 17%;
}
.testimonials-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
.quote_box {
    padding-left: 6em;
}
/* ----------- Latest News ------------- */
#latest-news {
  background-color: #f2f6f9;
}
.news_date i, .entry-comments i {
  color: var(--color-121212);
  padding-right: 10px;
}
.post-meta {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news_content h5 a {
  font-size: 18px;
  font-weight: 500;
  color: #1a3643;
  text-transform: uppercase;
}
.news_content {
  padding: 30px;
  position: relative;
  width: 100%;
  background-color: white;
  margin-top: -4em !important;
  width: 90%;
  margin: 0 auto;
}
.news-text {
  color: #6b6b6b;
  margin-bottom: 20px;
}
.owl-carousel .owl-item .post_img img {
  width: 100% !important;
}
.news_date {
  color: white;
  font-size: 26px;
  background-color: var(--color-secondry);
  position: absolute;
  top: -53px;
  right: 16px;
  padding: 9px 16px;
  font-weight: 800;
}
.month_span {
  display: block;
  font-weight: 400;
  color: white;
  font-size: 17px;
}

.auther_name, .entry-comments {
  color: var(--color-primary);
  text-transform: uppercase;
  font-family: var(--secondry-font);
}
.news_date_comment span {
  padding-right: 7px;
}
.slash_span{
  color: var(--color-primary);
}
.read_more_icon {
    background-color: #1a3643;
    padding: 20px 22px;
    border-radius: 50%;
    color: white;
    font-size: 16px;
}
.read_icon {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  z-index: 9999;
  cursor: pointer;
}
#latest-news .owl-carousel .owl-stage-outer {
  padding-bottom: 30px;
}
/*.insta_head {
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 9;
}
.insta_head i {
  color: white;
  font-size: 40px;
}*/