#slidemainbox {
  margin-right: 5em;
}
.slider-main-image img {
    width: 100%;
}
.slider-main-image:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  left: 0;
  right: 0;
}
#slider .carousel-caption {
  left: 10%;
  right: 9%;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
  padding: 0;
  text-align: left;
}
#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 {
  color: white;
  font-weight: 400;
  text-transform: uppercase;
}
.slide_highlight {
  color: var(--color-primary);
  font-size: 40px;
}
#slider .slidesmalltext {
  font-size: 16px;
  color: white;
  font-weight: 400;
}
#slider h1, #slider h2 {
  font-size: 36px;
  font-weight: 600;
  color: white;
  padding: 20px 0;
  font-family: var(--primary-font);
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.Slider-left-box {
    max-width: 50%;
}
#slider .carousel-indicators {
  right: 0;
  left: 0;
  bottom: 20px;
  margin: 0;
  display: flex;
  align-items: center;
}
.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 li.active {
    border: none;
    background-color: var(--color-primary);
    padding: 4px;
    opacity: 1;
}
#slider .slider-left-image{
  width: 75%;
  height: auto;
  margin-top: -20px;
}
#slider .carousel-indicators li {
  display: block;
  border: none;
  padding: 2px;
  background-color: var(--color-primary);
  border-radius: 50%;
  margin-bottom: 10px;
  opacity: 0.7;
  width: 5px !important;
  height: 5px !important;
}
.slider_social a {
  background-color: transparent;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid white;
  margin: 13px 0;
  border-radius: 50%;
}
.slider_social a i {
  color: white;
  font-size: 13px;
}
.slider_social {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  right: 7%;
  z-index: 1;
}
.slider_social a:hover i {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
}
.top_social{
  position: relative;
}
#slider .top_social:before{
  content: '';
  background-color: white;
  width: 1px;
  height: 80px;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  right: 0;
  margin-bottom: 16px;
}
#slider .top_social:after{
  content: '';
  background-color: white;
  width: 1px;
  height: 80px;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  right: 0;
  margin-top: 16px;
  transform: translateX(-50%);
}
/**
 * ----------------------------------------
 * 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;
}

/* --------- About Us --------- */
#about-us {
  overflow: hidden;
  background-color: #f4fcf8;
}
.media{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about_outer img {
    width: 100%;
}
.about_box img, .why_choose_icon_box img{
  margin-right: 10px;
}
.why_choose_icon_box img{
  padding: 5px;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
#about-us .section_main_head {
  max-width: 100%;
  padding-left: 5%;
}
/* --------- Courses--------- */
#courses .box{
  background: #000000;
  text-align: center;
  overflow: hidden;
  position: relative;
}
#courses .box img{
  width: 100% !important;
  height: auto;
  transition: all 0.5s;
}
#courses .box:hover img{
  opacity: 0.2;
  filter: blur(3px);
  transform: scale(1.1);
}
#courses .box-content{
  color: #fff;
  width: 100%;
  opacity: 0;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  transition: all 0.4s ease 0s;
  padding: 20px;
}
#courses .box:hover .box-content{ opacity: 1; }
#courses .box .theme_button2{
  transform: translateX(-50%) scale(0);
  transition: all 0.5s linear;
}
#courses .box:hover .theme_button2{ transform: translateX(-50%) scale(1);     display: inline; }
#Courses .box .theme_button2{
  transition: all 0.4s ease 0s;
}
.course_overlay_box {
  position: absolute;
  bottom: 0;
  text-align: left;
  padding: 20px;
}
#courses .box:hover .course_overlay_box{
  display: none;
}
.course_overlay_box h5 a, .course-text, #courses .box-content h5 a{
  color: white;
}
.box-content .course-text {
  margin-bottom: 20px;
}
.course_overlay_box h5 a, #courses .box-content h5 a {
  font-weight: 500;
  font-size: 18px;
}
/*------------ team ------------*/
/*.box-content{
  background-color: #f7f7f9;
}*/
section#courses {
  padding-bottom: 0;
}
#our-team .single_line_head h6:after{
  background-color: var(--color-primary);
}
.team_head_2 {
  display: block;
  color: var(--color-primary);
}
.team-head h3 {
  display: block !important;
}
.team-head h3:after {
  display: none;
}
.team_head a {
  color: #030a25;
  font-weight: 500;
}
.team-box-inner span {
  color: #051510;
  text-transform: uppercase;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 1px;
  font-size: 13px;
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 8px;
}
.team_social a i {
  color: black;
  padding: 4px 3px;
  font-size: 12px;
  border: 1px solid #544c4c;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
}
.team_social {
  margin-top: 17px;
}
.team_social a {
    padding: 0px 7px;
    position: relative;
}
.team_social a:after {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0;
  background-color: var(--color-primary);
  top: 50%;
  transform: translateY(-50%);
}
.team_social a:last-child:after{
  display: none;
}
.team_social a:first-child{
  padding-left: 0;
}
/*-------------- Products ---------------*/
.product_block .star-rating {
  margin-bottom: 4px;
}
span.review_count {
  line-height: 1.1;
  color: #051510;
  padding-left: 12px;
}
/* ================== Badge Overlay CSS ========================*/
.product-sale {
    position: absolute;
    left: 0%;
    top: 0px;
    overflow: hidden;
    pointer-events: none;
    z-index: 100;
    -webkit-transition: width 1s ease, height 1s ease;
    -moz-transition: width 1s ease, height 1s ease;
    -o-transition: width 1s ease, height 1s ease;
    transition: width 0.4s ease, height 0.4s ease
}
.flash_product:hover span.onsale{
  background-color: black;
}
.onsale {
  color: white;
  background-color: var(--color-primary);
  padding: 15px 17px;
  font-size: 15px;
}
.product_block h5 a {
  color: black;
  font-size: 18px;
}
span.woocommerce-Price-amount.amount {
  font-size: 18px;
  font-weight: 700;
}
.add_to_cart_button {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
section#accessories, section#events {
  background-color: #f4fcf8;

}
/*-------------- Pricing Plans ---------------*/
.plan-details {
  border: 1px solid #d1d1d1;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
}
.plan-details h5 {
  color: #134a56;
}
.plan_text {
  color: #051510;
  position: relative;
}
.plan_text:after{
  content: '';
  background-color: var(--color-primary);
  width: 100px;
  height: 1px;
  display: block;
  position: absolute;
  margin: 13px auto;
  bottom: -27px;
  left: 0;
  right: 0;
}
span.plan_price {
  color: #051510;
  font-weight: 700;
  font-size: 36px;
}
.plan_curr, .plan_package {
  font-size: 16px;
  font-weight: 700;
}
.plan-price {
  margin: 45px 0 21px 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.plan-features li {
  list-style: none;
  color: #051510;
  padding-bottom: 8px;
  font-weight: 500;
}
.plan-features li i {
  font-size: 9px;
  border: 1px solid;
  border-radius: 50%;
  padding: 2px;
  margin-right: 10px;
  color: #051510;
}
.plan-features ul {
  text-align: left;
  max-width: 70%;
  margin: 0 auto;
}
.plan-details.recommend_box {
  background-color: #05150c;
}
span.recommend_title {
  color: white;
  background-color: #2c74c3;
  padding: 3px 44px;
  position: absolute;
  top: 37px;
  left: -39px;
  transform: rotate(312deg);
}
.recommend_box h5, .recommend_box .plan_text, .recommend_box span.plan_price, .recommend_box .plan-features li, .recommend_box .plan-features li i, .recommend_box .plan_curr, .recommend_box .plan_package {
  color: white;
}
/*-------------- Events ---------------*/
.event_overlay_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 60%);
}
.event_overlay_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 60%);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  flex-wrap: nowrap;
  padding: 20px;
}
.event_overlay_box h5 a, .event-text {
  color: white;
}
a.visit_now {
    font-size: 16px;
    border-bottom: 1px solid;
}
/* ----------------- Gallery --------------- */
.gallery_image_box img{
  border-radius: 0px;
  width: 100%;
}
.gallery_image_box, .gallery_image_box a{
  position: relative;
}
.gallery_image_box a{
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
}
.gallery_image_box span{
  position: absolute;
  top: 0;
  bottom: 0;
  bottom: 0;
  z-index: 999;
  left: 0;
  right: 0;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  background-color: rgb(0 0 0 / 38%);
  display: none;
  transition: all 0.50s ease 0s;
}
.gallery_image_box i {
  color: white;
  font-size: 20px;
  background-color: var(--color-fb5b21);
  padding: 20px 22px;
  border-radius: 50%;
}
.gallery_image_box:hover span{
  display: flex;
  transition: all 0.50s ease 0s;
}
.grid-wrapper .wide img {
  height: 100%;
}
.grid-wrapper .wide a {
    height: 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: var(--color-primary) !important;
  margin: 0 3px;
  outline: none;
  border: none;
  border-radius: 50%;
  padding: 5px !important;
  height: auto !important;
  width: auto !important;
  opacity: 0.6;
}
.owl-carousel button.owl-dot.active{
  background-color: var(--color-primary) !important;
  opacity: 1;
  padding: 6px !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: 10px;
  padding: 8px 10px;
  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 {
  padding: 40px 0;
}
.contact_details_column h3 {
  color: white;
  font-size: 45px;
  font-weight: 500;
}
.contact_details_column .sectipon_text, .contact_details_column .sectipon_text p {
  color: white;
  font-size: 17px;
}
.contact_head {
  position: relative;
  max-width: 40%;
  margin: 0 auto;
}
.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: #8d8d8d;
  font-size: 17px;
  padding: 14px 10px;
  margin: 0 0 0px 0;
  height: auto;
  width: 100%;
  background-color: white;
}
.contact_shortcode textarea {
  height: 110px;
}
.contact_shortcode input[type="submit"] {
  position: absolute;
  right: 0;
  margin: 5px;
}
.contact_shortcode.position-relative {
  max-width: 77%;
  margin: 0 auto;
}
/*---------------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 {
  padding: 20px;
  background-color: #47d02f;
  display: inline-block;
  margin-top: 23px !important;
  max-width: 70%;
  margin: 0 auto;
}
.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 {
  border-radius: 50%;
  padding: 8px 8px 7px 10px;
  position: relative;
  display: block;
  font-size: 11px;
  border: 3px solid white;
  color: white;
  background-color: transparent;
  margin-right: 15px;
}
  @-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;
    }
}
.ps_video .media-body span {
  color: black;
  font-size: 18px;
}
/* ----------- Latest News ------------- */
#latest-news {
  background-color: #f4fcf8;
}
.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: 24px;
  font-weight: 500;
  color: #051510;
}
.news_date {
  color: #706f6f;
}
.news_content {
  padding-top: 30px;
  position: relative;
  width: 100%;
}
.news-box.news_box2 {
  margin-top: 5em;
}
.news-text {
  color: #6b6b6b;
  margin-bottom: 20px;
}
.owl-carousel .owl-item .post_img img {
  width: 100% !important;
}
.news-text {
  color: #706f6f;
  margin-bottom: 20px;
  font-size: 15px;
}
.month_span {
  display: block;
  font-weight: 400;
  color: white;
  font-size: 17px;
}
.slash_span{
  color: var(--color-primary);
}
.read_more_icon {
    background-color: #1a3643;
    padding: 20px 22px;
    border-radius: 50%;
    color: white;
    font-size: 16px;
}
#latest-news .owl-carousel .owl-stage-outer {
  padding-bottom: 30px;
}
.read_more a {
  font-size: 15px;
  border-bottom: 1px solid;
  font-weight: 500;
}