@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif !important;
    list-style-type: none;
    text-decoration: none;
}
body,html{
    width: 100%;
    scroll-behavior: smooth;
}
header{
    z-index: 999;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 200px;
    transition: 0.5s ease;
}
header .brand{
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    width: 18%;
}
header .navigation{
   position: relative;
}
header .navigation.active{
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items:center ;
    background: rgba(1, 1, 1, 0.5);
}
header .navigation .navigation-items a{
    color: #fff;
    font-size: 15px;
    margin: 20px;
    position: relative;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
}
header .navigation .navigation-items a:before{
    background: #222;
    height: 5px;
}
header .navigation.active .navigation-items{
    background: #fff;
    width: 600px;
    max-width: 600px;
    margin: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 5px 25px rgb(1  1 1 / 20%);
}
header .navigation .navigation-items a.active{
    color: #bef000;
}
header .navigation .navigation-items a:before{
    content: '';
    position: absolute;
    background: #bef000;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    transition: 0.3s ease;
}
header .navigation .navigation-items a:hover:before{
    width: 100%;
}
section,.main-content{
    padding: 100px 200px;
}
.home{
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #bef000;
    border-bottom:.01rem solid #999;
}
.home:before{
    z-index: 777;
    content: '';
    position: absolute;
    background:rgba(0,0,0,.5);
    /* mix-blend-mode: overlay; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.home .content{
    z-index: 888;
    color: #fff;
    width: 70%;
    margin-top: 50px;
}
.home .content h1{
    font-size: 4em;
    font-weight:900;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 75px;
    margin-bottom: 40px;
    text-shadow: 2px 2px 5px #666;
}
.home .content h1 span{
    font-size: 1.2rem;
    font-weight: 600;
    color: #bef000;
}
.home .content p{
    margin-bottom: 65px;
}
.home .content a{
    background: #e53f29;
    padding: 15px 35px;
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    text-decoration: none;
    border-radius: 2px;
    text-transform: uppercase;
    transition: 2s ease;
}
.home .content a:hover{
    background-color:#9a1200 ;
}
 .media-icons{
    z-index: 888;
    position: relative;  
    display: flex;    
    transition: 0.5s ease;
}
.media-icons img{
    width :.8rem;
}
 .media-icons a{
    color: #fff;
    font-size: 1em;
    transition: 0.3s ease;
    margin-left: 15px;
    text-decoration: none;
    transition: .3s ease;
}
.media-icons a:hover{
    color: #bef000;;
}
.home .media-icons a:not(:last-child){
    margin-bottom: 20px;
}

.home video{
    z-index:000;
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.slider-navigation{
    z-index: 888;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(80px);
  
}
.slider-navigation .nav-btn{
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
    transition: 0.3s ease;
}
.slider-navigation .nav-btn.active{
    background: #bef000;
}
.slider-navigation .nav-btn:not(:last-child){
    margin-right: 20px;
}
.slider-navigation .nav-btn:hover{
    transform: scale(1.2);
}
.video-slide{
    position: absolute;
    width: 100%;
    clip-path: circle(0% at 0 50%);
}
.video-slide.active{
    clip-path: circle(150% at 0 50%);
    transition: 2s ease;
    transition-property: clip-path;
}
.overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #2696E9;
    z-index: 9999;
}
.testimonials{
    display: flex;
    flex-flow: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}
.testimonials h3{  
    text-align: center;
    text-transform:uppercase;
    color: #706A5C;
}
.testimonials h3 span{
    display: block;
    font-size: .8rem;
    color: #E53E29;
    text-transform: lowercase;
}
.testimonials p{  
    text-align: center;
    color: #000;
    padding-top: 8px;
    font-size: 1.2rem;
}
.testimonials  hr{
    border-top: 1px solid rgba(143, 136, 115, 0.64);
    height: 1rem;
    width: 60%;

}
.testimonials p span{
    font-weight: 600;
    padding: 10px 0;
    display: block;
    color: #706A5C;
}
.quick-contact{
    position:fixed;
    left:0px;
    right: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    height: 40px;
    z-index: 999;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px 200px;
    align-items: center;
    z-index: 9999;
}
.quick-contact ul{
    display: flex;
    margin: 0;
}
.quick-contact ul li a, .quick-contact ul li{
    color: #fff;
    padding: 0 8px 0;
    font-size: 13px;
    text-decoration: none;
    transition: 2s ease;
}
.quick-contact ul li a:hover{
    color:#C2F300; ;
}
.carousel{
    max-width: 60%;
}
.carousel-indicators li{
    background:#000;
    cursor: pointer;
}
.carousel-indicators .active{
    background-color: #e53f29;
    cursor:default;
}
.carousel-inner{
    min-height: 15rem;
}
.quicnav-area{
    padding: 0px;
  
}

.quicnav-area .title-box{
    border-right: .1rem solid #999;
    position: absolute;
    z-index: 989;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
}
.quicnav-area .title-box.right {
    border-left: .1rem solid #999;
}
.quicnav-area .title-box.right .title-wrap{
    top: 0px;
    bottom: auto;
    border-top: none;
    border-bottom: .1rem solid #999;

}
    
.quicnav-area .title-box .title-wrap{
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    border-top: .1rem solid #999;
    bottom: 0px;
    width: 100%;
    height: 68%;
    padding:8%;
}
.quicnav-area .col-6:before{
    content: "";
    display: block;
    position:absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.4);
   
}

.quicnav-area .title-box .title-wrap h2{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #bef000;
}
.quicnav-area .title-box  p{
    color: #fff;
    font-size: 14px;
}
.btn-next{
    background: rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(204, 204, 204, 0.25);
    transition: .5s ease;
}
.btn-next img{
   width: 35%;
}
.btn-next:hover{
    background: rgba(0, 0, 0, 1);
    border: .1REM solid #bef000 ;
}
.btn-next i{
    font-size: 1.4rem;
    color:#bef000 ;
}
.btn-next i:hover{
    text-decoration: none;
}
.quote-wrap{
    justify-content: center;
    flex-flow: column;
    align-items: center;
    display: flex;
}
.quote-wrap img{
    padding: 5px;
}
footer{
    background: #38383B;  
    color: #EFECE4;
    
}
footer h3{
    font-size: 19px;
    font-weight:400;
    color:#C2F300;    
    text-transform: uppercase;
    font-size: 19px;
}
footer .btn{
    background-color: #E53E29;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    padding:5px 10px;
    transition: 5s ease;
    font-weight: normal;
}
footer button:hover{
    background-color:#9a1200 ;

}
footer p{
    font-size: 13px;
    max-width: 70%;
}
footer  .media-icons  i{
    color:#C2F300;    
}
footer a{
    color:#fff;
    text-decoration: none;
    transition: 1s ease;
}
footer a:hover{
    text-decoration: none;
    color: #bef000;
}
footer .navigation-items a{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 10px;
}
.sub-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    padding: 15px;
    border-top: .1rem solid #666;
    justify-content: space-between;
    padding: 15px 200px;
   
}
.sub-footer p{
    padding: 0;
    margin: 0;
}
.sub-footer p a{
    color: yellow;
}



/* inner pages */

.inner-pages{  
    height: 610px;
    background: rgba(0, 0, 0, 0.5);
    top: 40px;
    padding: 0px;
    position: relative;
}
.inner-pages:before{
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: url(../images/bg-packages.jpg) no-repeat center ;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: #000;
    mix-blend-mode: overlay;
} 
.inner-pages.attractions:before{
    background: url(../images/bg-attractions.jpg) no-repeat center ;
    background-size: cover;
    background-color: #000;
}
.inner-pages.trainer:before{
    background: url(../images/bg-trainer.jpg) no-repeat center ;
    background-size: cover;
    background-color: #000;
}
.inner-pages.events:before{
    background: url(../images/bg-events.jpg) no-repeat center ;
    background-size: cover;
    background-color: #000;
}
.inner-pages.experiences:before{
    background: url(../images/bg-experiences.jpg) no-repeat center ;
    background-size: cover;
    background-color: #000;
}
.inner-quick{
    background: #020F1B !important;
}
.logo-section{
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 40px;
    align-items: center;
    background-color: rgba(18, 23, 29, .9);
    width: 100%;
    padding: 15px 200px;
    height: 140px;
    z-index: 999;
}
.inner-caption{
    padding: 0px 200px;
    color: #fff;
    align-self: center;
    margin-top: 184px;
}
.inner-caption h2{
    font-size: 49px;
    font-weight: 600;
    line-height: 75px;
    position: relative;
    text-transform: uppercase;
}
.inner-caption h2:before{
    content: '';
    display: block;
    height: 3px;
    width: 54px;
    background: #C2F300;
    position: absolute;
    top: 0px;
    left: 0px;
}
.inner-caption h3{
    font-size: 24px;
    font-weight: 300;
    line-height: 37px;
    color: #C2F300;
}
.inner-caption p{
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    max-width: 60%;
}
.inner-caption a{
    color: #fff;
    border-radius: 43px;
    width: 321px;
    background: rgba(0, 0, 0, 0.56);
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:  1px solid rgba(255, 255, 255, 0.76);
    transition: .2s ease;
    text-decoration:none;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 10px;
}
.inner-caption a:hover{
    background: rgba(0, 0, 0, 0.8);
}
.inner-caption a i{
    width: 25px;
    height: 25px;
    background: url(../images/chevron-down.png) no-repeat center;
    margin-right: 10px;
}
  
.main-content{
    background:rgba(0, 0, 0, 0.08); 
}
.main-content h3{
    font-size: 38px;   
    font-weight: 300;
    color: #706A5C;    
    text-transform: uppercase;
}
.main-content h3 span{
    font-size: 20px;
    color: #E53E29;
    line-height: 30px;
    text-transform: capitalize;
    display: block;
}
.main-content p{
    font-size: 18px;
    line-height: 27px;
    font-weight: normal;
    color: #333;
}
.package-item{
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}
.package-item:hover{
    cursor: pointer;
}
.package-item  span{
    display: inline-flex;
    position: absolute;
    right: -8px;
    color: #fff;
    top: 12px;
    padding: 5px 8px;
    font-size: 17px;
    background: red;
    background-image: linear-gradient(#e53f29, #f6690a);
    box-shadow: 0px 0px 2px #333;
    z-index: 3;
    border-radius: 8px 0rem 0rem 8px;
    }
.card-desc{
    background: #000;
    width: 90%;
    height: 161px;
    padding: 22px;
    position: absolute;
    bottom: -107px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    cursor: pointer;
   
}
.card-desc h3{
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #C2F300;
    letter-spacing: 0.035em;
}

.card-desc p{
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0;
}
.card-desc i{
    width: 25px;
    height: 25px;
    background: url(../images/chevron-down.png) no-repeat center;
    margin-right: 10px;
    display: block;
    position: absolute;
    right: -18px;
    transform: rotateZ(270deg );
}
.packages-wrapper div[class*="col-"]{
    margin-bottom: 124px;
}

.attraction-item{
    display: flex;  
    border: 1px solid #C0B8B8;
    border-radius: 11px;
    background:rgba(255, 255, 255, 0.38); 
    padding: 30px 24px;
    margin-bottom: 24px;
    min-height: 12rem;
    transition: .5s ease;
}
.attraction-item:hover{
    background:#f9ffe1;   
}
.attraction-item img{
    max-width: 72px;
    transition: .5s ease;
}
.attraction-item:hover img{
    transform: rotate(360deg);
}
.icon-attractions{
    display: flex;
    justify-content: center;
    align-items: center;
}
.attraction-item .desc-attractions h3{
    font-size:25px ;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}
.attraction-item i{
    width: 45px;
    height: 45px;
    background: url(../images/chevron-right.svg) no-repeat;   
    display: block;
    position: relative;
 
}
.attraction-item .desc-attractions p{
    font-size: 15px;
    color: #333;
    line-height: 22px;    
    margin-bottom: .5rem;
}
.trainerprofile-wrapper h4{
    text-transform: uppercase;
}
/* .trainerprofile-wrapper ul {
    margin-left: 20px;
}
.trainerprofile-wrapper ul li{
    list-style-type: square;
} */
/* .trainerprofile-wrapper img{
    border: .5rem solid #fff;
    box-shadow: 0px 0px 3px #999;
} */
.trainerprofile-wrapper  p::first-letter{
    font-size: 30px;
    color: #666;
}
.trainerprofile-wrapper p, .trainerprofile-wrapper ul li{
    font-size: 16px;
}
/*  scroll button */

       
.scroll-down{
    border: 2px solid #999;
border-radius: 20px;
bottom: 60px;
height: 50px;
left: 0;
margin: 0 auto;
position :absolute;
right: 0;
width :30px;
z-index: 999;
cursor: pointer;
transition: .2s ease;
}
.scroll-down:hover{
    border: 2px solid #fff;
}

.scroll-down::before{
  animation: scrollDownAnimation 2s infinite;
  background-color: #efe;
  border-radius :100%;
  content: '';
  height :6px;
  left: 0;
  margin :0 auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 6px;
}

@keyframes scrollDownAnimation{


0%{
    opacity: 0;
    transform :translate(0, 0);

}


40%{
    opacity: 1;

}
 

80%{
    opacity: 0;
    transform :translate(0, 20px);
}


100%{
    opacity :0;

}

    }

.gallery {	
	text-align: center;
	padding: 0;
}
.gallery  div[col-*]{
    margin-bottom:15px

}
.gallery img { /* thumbnails */
    width:100%;
    height:auto;
     border: .5rem solid #fff;
    box-shadow: 0px 0px 3px #999;
    transition: .5s ease;
}
.gallery img:hover{
    transform: scale(105%);
}
.block {
	display: inline-block;
	background-color: #ccc;
	border-radius: 5px;
	padding: 8px;
}

pre {
  background-color: #eee;
	border-radius: 5px;
	padding: 8px;
	clear: both;
}

.highlight {
	color: red;
}
.events-wrapper .gallery div, .experinces-wrapper .gallery div{
    margin-bottom: 24px;
}
.modal-header{
    border-bottom: .2rem dashed #C2F300 !important;
}
.modal-body {
    padding: 1.6rem;
    padding-top: 0px;
}
.modal-body h5{
    color: #e53f29;
    margin-top: 1rem;
}
.modal-body ul{
    margin-left: 25px;
}
.modal-body ul li{
    list-style-type: square;
}

@media (max-width: 1040px){
    .quick-contact, .sub-footer{
        padding: 0px 20px;
    }
    .carousel{
        max-width: 100%;
    }
    header{
        padding: 12px 20px;
    }
    header .brand{
        width: 35%;
    }
    .home .content{
        width: 100%;
        margin-top: 249px;
    }
    section,.main-content{
        padding:  20px;
    }
    .home .media-icons{
        right: 15px;
    }
    .slider-navigation{
        bottom: -50px;
    }
    header .navigation{
        display: none;
    }
    .menu-btn{
        background: url(../images/menu.svg) no-repeat;
        background-size: 30px;
        background-position: center;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: 0.3s ease;
    }
    .menu-btn.active{
        z-index: 9999;
        background: url(../images/close.svg) no-repeat;
        background-size: 25px;
        background-position: center;
        transition: 0.3s ease;

    }
    header .navigation .navigation-items a{
        color: #333;
    }
    .home .content h1{
        font-size: 1.6em;
        letter-spacing: normal;
        line-height: normal;
    }
    .home .content h1 span{
        font-size: .7em;
    }
    .home .content a{
        padding: 10px ;
        font-size: 11px;
    }
    footer p{
        max-width: 100%;
        font-weight: 300;
    }
    footer  .col-sm-12{
        justify-content: center;
        text-align: center;
    }
    footer .media-icons{
        justify-content: center;
        margin-bottom: 30px;
    }
    footer .navigation{
        margin-bottom: 30px;
    }
    footer .navigation-items a{
        padding-right: 5px;
    }
    .sub-footer p{
        font-size: 11px;
        padding:10px 0;
    }
    .quicnav-area .title-box{
        width: 70%;
    }
    .quicnav-area .title-box .title-wrap h2{
        font-size: 14px;
    }
    .quicnav-area .title-box p{
        font-size: 11px;
        margin-bottom: .5rem;
    }
    .quicnav-area .title-box .title-wrap{
        padding: 10% 0.2rem 0rem 5%;
        background: rgba(0, 0, 0, 0.5);
        height: 86%;
    }
    .btn-next{
        width: 40px;
        height: 40px;
    }
    .btn-next img{
        max-width: .8rem;
    }
    .testimonials h3{
        font-size: 20px;
        padding-bottom: 0;
    }
    .testimonials h3 span{
        font-size: 11px;
    }
    .testimonials p{
        font-size: 14px;
    }
    .carousel-inner{
        min-height: 18rem;
    }
    .testimonials hr{
        width: 100%;
    }
    footer h3{
        font-size: 14px;
        font-weight: 300;
    }
    .logo-section{
        padding: 10px;
        height: 101px;
        position: fixed;
         top: 40px;
         right: 0px;
    }
    .inner-caption{
        padding: 0px 10px;
        margin-top:90px;
        z-index: -1;
    }
    .inner-caption h2{
        font-size: 32px;
        line-height: 60px;
    }
    .inner-caption h3{
        font-size: 16px;
        line-height: 24px;
    }
    .inner-caption p{
        font-size: 12px;
        max-width: 100%;
    }
    .inner-caption a{
        font-size: 12px;
        height: 48px;
        width: 100%;
    }
    .inner-pages{
        height: 500px;
    }
    .main-content{
        padding: 20px 10px;
        margin-top: 40px;
    }
    .main-content h3{
        font-size: 22px;
        font-weight: 300;
    }
    .inner-quick{
        padding: 0px 10px;
        position: fixed;
        z-index: 9999;
    }
    .main-content h3 span{
        font-size: 16px;
        line-height: normal;
    }
    .main-content p {
        font-size: 14px;
        line-height: 20px;
    }
    .card-desc{
        height: 150px;
        width: 93%;
    }
    .trainerprofile-wrapper img{
        margin-left: 0px !important;
    }
    .trainerprofile-wrapper ul{
        margin-top: 10px;
    }
    .trainerprofile-wrapper ul li{
        font-size: 14px;
    }
    .gallery div{
        margin-bottom: .8rem;
    }
}
@media (max-width: 736px){
    .data-area .row{
        flex-flow: column-reverse;
    }
    .data-area .row img{
        margin-bottom: 20px;
    }
    .column {
        margin: 0px 0px 6% 0% !important;
    }
    .dt-sc-paralax .container {
        flex-flow: column;
    }
    .work-time{
        display: none;
    }
    
    .quick-contact ul li a, .quick-contact ul li 
    {
        font-size: 11px;
    padding-right: 2px;
    padding-left: 2px;
    }
    .slider-navigation{
        bottom: 42px;
    }
    .media-icons a{
        margin-left: 8px;
    }
    .train-ground p span, .title-wrap p span{
        display: none;
    }
    .scroll-down {            
        bottom: 12px;
        height: 40px;       
        width: 23px;
       
}
.modal-title{
    font-size: 1.6rem;
}
.modal-body,.modal-header{
    padding: 0.8rem;
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}
}


/* image gallery */

#demo {
    height:100%;
    position:relative;
    overflow:hidden;
  }
  
  
  .green{
    background-color:#6fb936;
  }
          .thumb{
              margin-bottom: 30px;
          }
          
          .page-top{
              margin:24px 15px;
          }
  
     
  img.zoom {
      width: 100%;
      height: 200px;
      border-radius:5px;
      object-fit:cover;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
  }
          
   
  .transition {
      -webkit-transform: scale(1.2); 
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
  }
      .modal-header {
     
       border-bottom: none;
  }
      .modal-title {
          color:#000;
      }
      .modal-footer{
        display:none;  
      }


      .dt-sc-team.type2 {
        float: left;
        width: 100%;
        margin-bottom: 50px;
        padding-bottom: 0;
    }
    .dt-sc-team {
        float: left;
        width: 100%;
        margin: 0px 0px 20px;
        padding: 0px 0px 6px;
        position: relative;
    }
      .dt-sc-team.type2 .team-thumb {
        position: relative;
        float: left;
        width: 100%;
        overflow: hidden;
    }
      .dt-sc-team.type2 h3 {
        font-size: 24px;
        text-transform: uppercase;
        line-height: 20px;
        margin-bottom: 20px;
        display: inline-block;
        position: absolute;
        left: 15px;
        bottom: 15%;
        transition: .5s ease;
    }
    .dt-sc-team.type2:hover h3 {
        bottom: 50%;
    }
    .dt-sc-team.type2 h3 span {
        background: rgba(255, 255, 255, 0.7);
        padding: 10px 15px;
        display: inline-block;
        color: #000;
        line-height: 12px;
        text-transform: uppercase;
    }
    .dt-sc-team.type2 .team-thumb img {
        float: left;
        -webkit-backface-visibility: hidden;
        width: 100%;
    }
    .column img {
        max-width: 100%;
        height: auto;
    }


   
    .column {
        margin: 0px 0px 0px 2.6%;
        float: left;
        min-height: 1px;
        position: relative;
    }
    .dt-sc-team.type2 .team-detail {
        transition: .5s ease;
        padding: 30px 20px 20px;
        color: #fff;
        display: inline-block;
        position: absolute;
        bottom: -50px;
        left: 0;
        height: 0;
        background: #9bb70d;
        width: 100%;
    }



    .dt-sc-team.type2 .team-detail h4 {
        text-transform: uppercase;
        font-size: 18px;
        margin-bottom: 20px;
        color: #fff;
    }

    .dt-sc-team.type2 .team-detail ul {
        margin-bottom: 0;
        padding-left: 0;
    }
    .dt-sc-team.type2 .team-detail li {
        display: inline-block;
        width: 100%;
    }
    .dt-sc-team.type2 .team-detail li span {
        width: 17px;
        margin-right: 10px;
    }


.dt-sc-team.type2:hover .team-detail {
    height: 234px;
    width: 100%;
   
}
.dt-sc-social-icons{
    height: 0px;
    bottom: 0px;
    transition: .5s ease;
}
.dt-sc-team.type2:hover .dt-sc-social-icons {
    height: 50px;
    bottom: -50px;
  
}
.dt-sc-team.type2:hover .dt-sc-social-icons, .dt-sc-team.type2 .dt-sc-social-icons li a, .dt-sc-team.type2 .dt-sc-social-icons li:first-child a {
    border-color: #aeca20;
}
.dt-sc-team.type2 .dt-sc-social-icons li {
    display: inline-block;
    padding-bottom: 0;
    background-color: transparent;
    border: 0;
    float: none;
    margin-left: -4px;
    transition: .5s ease;
}
.dt-sc-team.type2 .dt-sc-social-icons, .dt-sc-team.type2 .dt-sc-social-icons li, .dt-sc-team.type2 .dt-sc-social-icons li a {
    height: 0;
}
.dt-sc-social-icons li {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.dt-sc-social-icons li {
    background: #f4f4f4;
    display: inline-block;
    float: left;
    margin: 0px 0px 0px 5px;
    padding: 0px;
    text-align: center;
 
    position: relative;
}
.dt-sc-team.type2:hover .dt-sc-social-icons, .dt-sc-team.type2 .dt-sc-social-icons li a, .dt-sc-team.type2 .dt-sc-social-icons li:first-child a {
    border-color: #aeca20;
}
.dt-sc-team.type2 .dt-sc-social-icons li:first-child a {
    border-left: 1px solid #aeca20;
}
.dt-sc-team.type2 .dt-sc-social-icons li a {
    color: #fff;
    width: 48px;
    line-height: 48px;
    border-right: 1px solid #aeca20;
    overflow: hidden;
}
.dt-sc-team.type2 .dt-sc-social-icons, .dt-sc-team.type2 .dt-sc-social-icons li, .dt-sc-team.type2 .dt-sc-social-icons li a {
    height: 0;
}

.dt-sc-social-icons li a {
    height: 38px;
    width: 38px;
    display: block;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    color: #4d4d4d;
    z-index: 2;
    position: relative;
}
.dt-sc-social-icons li a {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.dt-sc-social-icons li:after {
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 1;
}
.dt-sc-team.type2 .dt-sc-social-icons {
    text-align: center;
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    border-color:#aeca20; ;
}
.dt-sc-social-icons a{
    color: #fff;
    text-decoration: none;
    transition: .5s ease;
}
.dt-sc-social-icons a:before{
    color: #fff;
}
.dt-sc-social-icons a:hover{
    background: #3c5b9b;
}
.dt-sc-social-icons .insta a:hover{
    background: #c83c80;
}
.dt-sc-social-icons .ph a:hover{
    background: #099529;
    
}

th, .dt-sc-button, .dt-sc-sorting-container a.active-sort, .dt-sc-sorting-container a:hover, .widget.widget_tag_cloud .tagcloud a:hover, .widget.widget_product_tag_cloud .tagcloud a:hover, input[type="submit"], input[type="reset"], button, input[type="button"], .blog-entry .entry-meta .date, .dt-sc-toggle-frame .dt-sc-toggle-accordion.active, .dt-excersises:hover p.count, .portfolio:hover .portfolio-detail:before, .portfolio .fig-overlay a:hover, .dt-sc-ico-content.type3 .icon:after, .dt-sc-ico-content.type5 .icon:after, .dt-sc-ico-content.type7 .icon:after, .dt-sc-pricing-table.type1 .dt-sc-buy-now .dt-sc-button:hover, .dt-sc-pricing-table.type1 .selected .dt-sc-tb-header .dt-sc-price, .dt-sc-toggle-frame h5.dt-sc-toggle.active, ul.dt-sc-tabs-frame > li > a.current, ul.dt-sc-tabs-vertical-frame > li > a.current, .blog-post .blog-post-meta li.categories a:hover, .dt-sc-ico-content.type6 .dt-sc-iconbox .icon, .testimonial-pagination a.selected, .testimonial-pagination a:hover, .dt-sc-ico-content.type4:hover .icon, .selection-box:after, .dt-sc-button.bordered:hover, .dt-sc-titled-box h6.dt-sc-titled-box-title, blockquote.type2:before, .dt-menu-toggle, .pagination ul li a, .pagination .next-post a, .pagination .prev-post a, .dt-sc-ico-content.type2:hover .icon, .dt-sc-ico-content.type8:hover .icon, .bx-controls a.bx-prev:hover, .bx-controls a.bx-next:hover, span.image-overlay-inside:before, .megamenu-child-container .dt-sc-pro-thumb .programs-overlay, .support, .full-service, blockquote.type6, .dt-sc-team.type2 .team-detail, .dt-sc-team.type2 .dt-sc-social-icons, .dt-sc-table-cnt, .dt-sc-event-thumb span, .dt-sc-event-new:hover .dt-sc-event-title p.count, .dt-sc-workout-detail .dt-excersise-title p.count, .dt-excersise-title.title p.count, #footer .social-media, footer .subscribe-frm input[type="submit"]:hover, .sticky .featured-post, .featured-post, .dt-sc-ico-content.type8 .icon .icon-overlay, .dt-excersise-detail-cnt, .post-nav-container .prev-post a, .post-nav-container .next-post a, .mean-container a.meanmenu-reveal, .mean-container .mean-nav ul li, .dt-sc-team.type1::before, .one-page-title::after, .dt-sc-tooltip-one .tooltip-inner, .dt-sc-tooltip-two .tooltip-content, .dt-sc-tooltip-three .tooltip-content, .fullwidth-section.full-supliments, .dt-sc-contact-info .dt-sc-colored-box {
    background-color: #9bb70d;
}
.dt-sc-team.type2:hover .dt-sc-social-icons li, .dt-sc-team.type2:hover .dt-sc-social-icons li a {
    height: 48px;
    transition: .5s ease;
}
.dt-sc-team.type2:hover .dt-sc-social-icons {
    border: 1px solid #aeca20;
}
.dt-sc-paralax{
    width: 100%;
    position: relative;

}
.dt-sc-paralax .container{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin:0px auto;
   
}
.dt-sc-paralax .container::after{
    display: none;
    content: "";
 
    position: absolute;
    right: 0px;
    height: 100px;
    width: 100%;
    background: rgb(203,255,59);
    background: linear-gradient(90deg, rgba(203,255,59,1) 0%, rgba(205,255,8,1) 46%, rgba(230,255,150,1) 100%);
    left: 0;
    z-index: -1;
    top: 50%;
    margin-top: -50px;
  
}
.exp-img img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: .5s ease;

}
.exp-img img:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);

}