
/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    width: 8px;
    background:white;
    border-left: 0 solid white;
    border-right: 0 solid white;
}
::-webkit-scrollbar-thumb {
    background: #ED1164;
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}

/* ===================================
    Extra
====================================== */

.extra-item {
    border-radius: 1rem;
    position: relative;
}

.extra-item .discount{
    background: #ED1164;
    color: white;
    position: absolute;
    top: 0.5rem;
    left: -1rem;
    font-weight: bold;
    border-radius: 1rem;
}

.extra-item h6{       
    text-wrap: nowrap;
}

.text-decoration-line-through {
    text-decoration: line-through;
    opacity: 0.5;
}

.extra-item img {
    border-radius: 1rem 1rem 0 0;
}

.extra-item extra-price{
    border-radius: 1rem;  
}

/* ===================================
    Superior
====================================== */

.superior {
    background-image: url("../img/bg-extra.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #e2e2ea;
}


/* ===================================
    General
====================================== */
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #3E3E3F;
    background: #ffffff;
    font-weight: 300;
    line-height: 25px;
    width: 100%;
    overflow-x: hidden
}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {line-height: 1.2; font-weight: 400; font-family: 'Montserrat', sans-serif;}
a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;overflow: hidden;}
a {color:inherit;text-decoration: none;}
.rev_slider_wrapper{width: 100% !important;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0 !important; font-family: 'Montserrat', sans-serif;}
.fa, .far, .fas{display: inline;}
a:active, a:hover{color: #ED1164;}
li{list-style: none;text-decoration: none;}
ul.list-style-circle {
    margin-left: 0px;
    padding-left: 1rem;
}
ul.list-style-circle li {
    list-style: circle;
}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;margin-top: 32px;margin-bottom: 32px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
.hidden{display: none;}
section{padding: 7.5rem 0;}
.padding-bottom {padding-bottom: 7.5rem;}
.padding-top {padding-top: 7.5rem;}
.padding-top-half {padding-top: 5rem;}
.padding-bottom-half {padding-bottom: 5rem;}

/* transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}

/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

h1.small {
    font-weight: 500;
}

/* opacity */
.opacity-full{opacity: 1;}
.opacity-1{opacity: .1;}
.opacity-2{opacity: .2;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/*font-weight*/
.font-weight-100{font-weight: 100;}
.font-weight-200{font-weight: 200;}
.font-weight-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}
.font-weight-700{font-weight: 700;}
.text-pink {color: #ED1164}

/* button */
.btn {-webkit-appearance: initial; overflow: hidden; position: sticky; z-index: 2; display:inline-block; font-size: 17px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto; font-family: 'Montserrat', sans-serif; font-weight: bold; -webkit-transition: all .5s ease; -o-transition: all .5s ease !important;transition: all .5s ease !important;}
.btn-hvr-setting:hover .btn-hvr-effect, .btn:hover .btn-hvr-effect, .btn:active .btn-hvr-effect .btn-hvr-effect {-webkit-transform: translateZ(0) scale(1.7); transform: translateZ(0) scale(1.7)!important;}
.btn-hvr-effect {position: absolute; top: -5px; width: 25%; height: 100%; border-radius: 100%; -webkit-transform: translate3d(0, 150%, 0) scale(1.7); transform: translate3d(0, 150%, 0) scale(1.7); -webkit-transition: -webkit-transform 0.45s; transition: -webkit-transform 0.45s; transition: transform 0.45s !important; background: #ffffff; border-color: #ffffff;}
.btn-hvr-setting-inner {position: relative; display: block; height: 100%; list-style: none; padding: 0; margin: 0;}
.btn-hvr-setting {z-index: -1; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 50px;}
.btn-hvr-effect:nth-child(1) {left: 0; -webkit-transition-delay: 0s; transition-delay: 0s !important;}
.btn-hvr-effect:nth-child(2) {left: 30%; -webkit-transition-delay: 0.08s; transition-delay: 0.08s !important;}
.btn-hvr-effect:nth-child(3) {left: 60%; -webkit-transition-delay: 0.16s; transition-delay: 0.16s !important;}
.btn-hvr-effect:nth-child(4) {left: 90%; -webkit-transition-delay: 0.24s; transition-delay: 0.24s !important;}

/* button size */
.btn.btn-small {font-size:12px; padding: 4px 1.8em;}
.btn.btn-medium {font-size:24px; padding: 14px 46px; line-height: 1.8em; text-transform: uppercase}
.btn.btn-large {font-size:16px;  padding: 14px 35px;; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 50px;}

/* Red button */
.btn.btn-red {background: #ED1164; border-color: #ED1164; color: #fff;}
.btn.btn-hvr-red .btn-hvr-effect {background: #BE054B; border-color: #BE054B}
.btn.btn-hvr-red:hover {color: #ffffff; border-color: #BE054B;}

/* Blue button */
.btn.btn-blue {background: #ED1164; border-color: #ED1164; color: #ffffff;}
.btn.btn-hvr-blue .btn-hvr-effect {background: #BE054B; border-color: #BE054B}
.btn.btn-hvr-blue:hover {color: #ffffff; border-color: #BE054B;}

/* Green button */
.btn.btn-green {background: #B2D235; border-color: #B2D235; color: #FFFFFF;}
.btn.btn-hvr-green .btn-hvr-effect {background: #88a029; border-color: #B2D235}
.btn.btn-hvr-green:hover {color: #ffffff; border-color: #B2D235;}

/* Background color */
.bg-red {background-color: #ED1164;}
.bg-blue {background-color: #B2D235;}
.bg-white {color: #ffffff;}
.bg-black{background: #202020;}
.bg-yellow {background-color: #f9eb04}

/* Text color */
.text-red {color: #ED1164;}
.text-blue {color: #B2D235;}
.text-black{color: #202020;}
.text-white{color: #ffffff;}

/*Social Icon Hover Text Hover */
.facebook-text-hvr:hover{color:#4267B2 !important;}
.twitter-text-hvr:hover{color:#1DA1F2 !important;}
.instagram-text-hvr:hover{color:#C32AA3 !important;}
.linkedin-text-hvr:hover{color:#0077B5 !important;}
.pinterest-text-hvr:hover{color:#BD081C !important;}
.google-text-hvr:hover{color:#DB4437 !important;}

/*Social Icon Hover Bg Hover */
.facebook_bg_hvr2:hover{color:#FFFFFF !important; background: #4267b2 !important; -webkit-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;}
.twitter_bg_hvr2:hover{color:#FFFFFF !important; background: #00a7e6; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.linkdin_bg_hvr2:hover{color:#FFFFFF !important; background: #1682ab; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.googleplus_bg_hvr2:hover{color:#FFFFFF !important; background: #d5463a; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.pintrest_bg_hvr2:hover{color:#FFFFFF !important; background: #c8232c; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.instagram_bg_hvr2:before{
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    opacity: 0;
    visibility: hidden;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
    border-radius: inherit;
    z-index: -1;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.instagram_bg_hvr2:hover{color:#FFFFFF !important; z-index: 999}
.instagram_bg_hvr2:hover:before{opacity: 1;visibility: visible;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}

.card {    
    border: 2px solid rgba(0, 0, 0, .125);
    border-radius: 1rem;
}

.card.border-pink {
    border: 2px solid #ED1164;
    border-radius: 1rem;
}

.time-unit {
    background: rgba(171,200,42,0.5);
    border-radius: 5px;
    padding: 10px;
    width: 50px;
    font-size: 20px;
    font-weight: bold;
}

.time-label {
    font-size: 10px;
    font-weight: bold;
}
/* ===================================
        Header
====================================== */
.logo {
    width: 100px;
    height: 100px;
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    background-color: #ED1164;
    font-weight: 600;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: color .3s ease-out;
    z-index: 0;
}

.logo span {
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
}

.navbar-top-default{
    position: absolute;
    top: 0;
    z-index: 99;
    overflow: hidden;
    height: 100px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.header-appear .navbar-top-default {
    height: 85px;
    position: fixed;
    z-index: 999;
    top: 0;
    background: #ffffff;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.header-appear .navbar-top-default {
    background: #B2D235;
    box-shadow: none;
}

.navbar-top-default img {
    display: none;
    height: 60px;
}

.header-appear .navbar-top-default img {
    display: inline-block;
}


/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 30%;
    position: fixed;
    right: 0;
    top: 0;
    background: #B2D235;
    z-index: 9999;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}

.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 40px;
    right: 45px;
    cursor: pointer;
}

.side-menu.before-side .btn-close{
    display: none;
}

.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #ffffff;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    position: absolute;
    right: 30px;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #ffffff;
    display: block;
}

.header-appear .sidemenu_btn span {
    background: #ffffff;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 2.2rem 4rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    height: 70%;
    display: flex;
    align-items: center;
}

.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 15px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #ffffff;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    border-radius: 0;
}

.side-nav .navbar-nav .nav-link:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: -5px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.side-nav .navbar-nav .nav-link:hover:after, .side-nav .navbar-nav .nav-link.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #ffffff;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

.side-menu p{
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
    color: #ffffff;
}

.side-footer p{
    color: #ffffff;
}

.side-menu .social-icons-simple li a {
    font-size: 16px;
    justify-content: center;
    color: #ffffff;
    height: 46px;
    line-height: 38px;
    width: 46px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
    z-index: 1;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
    color: #ffffff;
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.side-menu .btn-close:hover {
    -webkit-animation: .8s rotate;
    animation: .8s rotate;
}

@-webkit-keyframes rotate {
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotates {
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ===================================
   Banner Section
====================================== */

.video-cta .material-symbols-outlined {
    font-size: 10rem;
    color: white;
    opacity: 0.8;   
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #ffffff;
    display: inline-block;
}

.pulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(1, 1, 1, 0.);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(1, 1, 1, 0);
    }
}

.video-cta .material-symbols-outlined:hover {  
    opacity: 1;
}

.logo-main {
    margin-bottom: 2rem;   
}

.hero {
    width: 100%;
    min-height: 60vh;
    background-image: url("../img/background.png");
    background-size: cover;
    background-position: center;
    position: relative;
    overflow-x: hidden;
    display: flex;
    align-items: center;  
}

.hero.bg-academy {
    background-image: url("../img/background-academy.png");
}

.hero .content {
    text-align: left;
    color: #3E3E3F;
    z-index: 2;
}

.hero .content h1 {
    font-size: 72px;
    margin: 10px 0 30px;
    font-weight: bold;
}

.hero .content p {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: normal;
}

.hero .bubbles {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    bottom: 0;
}

.hero .bubbles img {
    width: 50px;
    opacity: 0;
    animation: bubble 7s infinite;
}

@keyframes bubble {
    0%{
        transform: translateY(0);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    70%{
        opacity: 1;
    }
    100%{
        transform: translateY(-80vh);
        opacity: 0;
    }
}

.hero .bubbles img:nth-child(1) {
    animation-delay: 2s;
}

.hero .bubbles img:nth-child(2) {
    animation-delay: 1s;
}

.hero .bubbles img:nth-child(3) {
    animation-delay: 3s;
}

.hero .bubbles img:nth-child(4) {
    animation-delay: 4.5s;
}

.hero .bubbles img:nth-child(5) {
    animation-delay: 3s;
}

.hero .bubbles img:nth-child(6) {
    animation-delay: 6s;
}

.hero .bubbles img:nth-child(7) {
    animation-delay: 7s;
}

.hero #svg-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
}

h4.heading {  
    font-size: 36px;
    font-weight: bold;   
    line-height: 1.5;
}
.detail li {
    line-height:2;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: start;
}
.detail li span{    
    margin-top: 0.3rem;   
}
/* ===================================
    Team Section
====================================== */
.heading-area .sub-heading {
    font-size: 24px;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}

.heading-area .heading {
    font-size: 48px;
    margin: 25px 0;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.heading-area .text {
    font-family: Montserrat, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #202020;
    max-width: 550px;
    margin: auto;
}

.team .owl-item .item {
transition: .5s ease;
}

.team .owl-item.center .item {
margin-top: 100px;
}

.team .slider-social {
position: absolute;
z-index: 11;
margin-bottom: 0 !important;
}

.team .slider-social li {
    list-style: none;
    display: inline-block;
}

.team .slider-social a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    color: #000000;
    font-size: 16px;
    margin: 2px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.team-sec .speakers-detail {
margin-bottom: 50px;
}

.team-sec .image-holder {
height: 300px;
width: 300px;
border-radius: 50%;
margin-bottom: 25px;
margin-left: auto;
margin-right: auto;
position: relative;
cursor: pointer;
overflow: hidden;
}

.team-sec .image-holder img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.team-sec .image-holder .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    top: 0;
    z-index: 11;
    display: block;
    opacity: 0;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    background-color: #ED1164;
    padding: 20px;
}

.team-sec .team-info:hover .image-holder .overlay .plus span:nth-child(2) {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 1;
}

.team-sec .team-info:hover .image-holder .overlay .plus span {
opacity: 1;
}

.team-sec .team-info:hover .image-holder img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}

.team-sec .team-info:hover .image-holder .overlay {
opacity: 1;
left: 10px;
right: 10px;
bottom: 10px;
top: 10px;
}

.team .owl-item.center .item .speaker-name {
    color: #b2d235;
}

.team-sec .speaker-name {
    font-size: 30px;
    margin-top: 18px;
    color: #3E3E3F;
    font-weight: normal;
    -o-transition: .8s ease;
    transition: .5s ease all;
    -webkit-transition: .8s ease;
    font-family: 'Montserrat', sans-serif;
}

.team-sec .speaker-detail {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #3E3E3F;
    margin-bottom: 0;
}

.team-sec .speaker-links {
position: relative;
}

.team-sec .speaker-links .slider-social {
    left: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.team-sec .image-holder .overlay .speaker-links ul li a {
-webkit-transform: translateY(-80px);
-ms-transform: translateY(-50px);
transform: translateY(-80px);
opacity: 0;
}

.team-sec .image-holder .overlay .speaker-links ul li:first-child a {
-webkit-transition-delay: .1s;
-o-transition-delay: .1s;
transition-delay: .1s;
}

.team-sec .image-holder .overlay .speaker-links ul li:nth-child(2) a {
-webkit-transition-delay: .25s;
-o-transition-delay: .25s;
transition-delay: .25s;
}

.team-sec .image-holder .overlay .speaker-links ul li:nth-child(3) a {
-webkit-transition-delay: .4s;
-o-transition-delay: .4s;
transition-delay: .4s;
}

.team-sec .team-info:hover .image-holder .overlay .speaker-links ul li:first-child a {
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: .1s;
-o-transition-delay: .1s;
transition-delay: .1s;
opacity: 1;
}

.team-sec .team-info:hover .image-holder .overlay .speaker-links ul li:nth-child(2) a {
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: .25s;
-o-transition-delay: .25s;
transition-delay: .25s;
opacity: 1;
}

.team-sec .team-info:hover .image-holder .overlay .speaker-links ul li:nth-child(3) a {
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: .4s;
-o-transition-delay: .4s;
transition-delay: .4s;
opacity: 1;
}

.team-sec .team-info .image-holder .overlay .speaker-links:hover ul li a {
-webkit-transition-delay: 0s !important;
-o-transition-delay: 0s !important;
transition-delay: 0s !important;
}

/*icon hovers*/
.speaker-links > ul {
margin: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.speaker-links > ul li {
    list-style: none;
    margin: 10px 5px;
}

    .speaker-links > ul li:first-child {
        margin-left: 0;
    }

    .speaker-links > ul li:last-child {
        margin-right: 0;
    }

    .speaker-links > ul li a {
        position: relative;
        display: block;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 37px;
        background-color: rgba(255, 255, 255, 0);
        border-radius: 50%;
        font-size: 15px;
        color: #fff;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

.trainer-sec .image-holder .overlay .speaker-links > ul li a i {
-webkit-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;
}

.trainer-sec .image-holder .overlay .speaker-links:hover ul li:nth-child(3) a, .trainer-sec .image-holder .overlay .speaker-links:hover ul li:nth-child(2) a {
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}

.team-sec .image-holder .overlay .speaker-links > ul li a:hover {
background-color: rgba(255, 255, 255, 0.9);
}

.speaker-links > ul li a:hover i.fa-facebook-f {
color: #3b5998;
}

.speaker-links > ul li a:hover i.fa-twitter {
color: #00acee;
}

.speaker-links > ul li a:hover i.fa-linkedin-in {
color: #0e76a8;
}

.speaker-links > ul li a:hover i.fa-instagram {
background: #d6249f;
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

/* Team Boxes */
.team-sec .services-boxes {
display: block;
padding: 45px;
}

.service-card .text {
font-size: 16px;
color: #202020;
font-weight: normal;
font-family: Roboto, sans-serif;
}

.team-sec .services-boxes .image-holder {
padding-bottom: 120px;
}

.team-sec .services-boxes .service-card {
width: 43%;
float: left;
margin-top: 180px;
display: flex;
align-items: center;
cursor: pointer;
}

.team-sec .services-boxes .service-card:first-child {
    margin-top: 0;
}

.team-sec .services-boxes .service-card .icon-holder {
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    color: #000000;
    transition: .5s ease;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#d43030), color-stop(50%, #d43030), color-stop(50%, #000000));
    background-image: linear-gradient(to right, #d43030, #d43030 50%, #000000 50%);
}

.team-sec .services-boxes .service-card:hover .icon-holder {
    background-position: 0;
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
}

.team-sec .services-boxes .service-card.right:hover .icon-holder {
    background-position: 0;
    -webkit-transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
}

.team-sec .services-boxes .service-card .icon-holder i {
    font-size: 100px;
}

.team-sec .services-boxes .service-card.left.icon-right {
    width: 52%;
}

.team-sec .services-boxes .service-card.left {
    float: left;
    clear: left;
}

.team-sec .services-boxes .service-card.right {
    margin-top: 40px;
    margin-bottom: 40px;
    float: right;
    clear: right;
    width: 32%;
}

.team-sec .services-boxes .service-card .text {
    margin-bottom: 0;
}

.team-sec .services-boxes .service-card.right .icon-holder {
    margin-bottom: 20px;
}

.team-sec .icon-holder .material-symbols-outlined {
    font-size: 80px;
}


/* ===================================
    Counter Section
====================================== */

.counter {
    padding: 5rem 0 5rem 0;
}

.counter-content h3 , .counter-content h3 span {
    font-family: Montserrat ,sans-serif;
    font-weight: 500    ;
    font-size: 36px;
    font-weight: bold;    
    line-height: 1.5;
}


.counter-content p {    
    font-size: 16px;
    line-height: 1.6;    
    width: 95%;
    font-weight: normal;
    font-family: Montserrat, sans-serif;
}

.counter-content .underline {
    display: block;
    margin: 20px 0;
    width: 50px;
    height: 4px;    
}



.parallax-box i{
    font-size: 42px;
    color: #ffffff;
    transition: .5s ease;
}

.parallax-box h2{
    font-size: 36px;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 500;
    color: #ffffff;
    transition: .5s ease;
    font-family: Montserrat ,sans-serif;
}

.parallax-box h5 {
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    opacity: .7;
    font-family: 'Montserrat', sans-serif;
}

.counter #svg-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
}
.counter #svg-wave-top {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    width: 100%;
    transform: rotate(180deg);
}



/* ===================================
   Contact Section
====================================== */

.contact-form {
    max-width: 750px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.contact-form .form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0,.2);
    padding: 12px 0;
    background: transparent;
    letter-spacing: .7px;
    font-weight: 300;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 44px;
    color: #a5a5a5;
    font-size: 15px;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

.contact-form textarea {
    min-height: 175px;
    resize: none;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

#client-nav button:hover > span{
    color: #fff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: normal;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: normal;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: normal;
}

/* Social */
.social-links {
    margin: 80px 0;
}

    .social-links a {
        color: #ffffff;
        font-size: 15px;
        display: flex;
        margin: auto 0;
        align-items: center;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
    }

.social-links a i{
    font-size: 30px;
    color: #202020;
    margin-right: 12px;
    transition: .5s ease;
}

.social-links a:hover i{
    color: #ED1164;
    transition: .5s ease;
}

.social-links .footer-copy {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

/* ===================================
   Footer Section
====================================== */

.footer{
    padding-bottom: 7.5rem;
}

.footer .footer-social ul{
    margin: 0;
    padding: 0;
}

.footer .footer-social li{
    display: inline-block;
}

.footer .footer-social i{
    color: #202020;
}

.footer .footer-social a {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 15px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    visibility: visible !important;
}

.footer .footer-social a i{
    position: relative;
    z-index: 11;
    transition: .3s ease;
}

.footer .footer-social li:nth-last-child(1) a{
    margin-right: 0;
}

.footer .footer-social li a span{
    position: absolute;
    left: 100%;
    right: 100%;
    bottom: 100%;
    top: 100%;
    z-index: 1;
    background: #ED1164;
    border-radius: 50%;
    transition: .3s ease;
}

.footer .footer-social li a:hover span{
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.footer .footer-social li a:hover i {
    color: #ffffff;
    transition: .3s ease;
}

.footer .company-about{
    font-size: 15px;
    color: #202020;
    opacity: .7;
}

/* ===================================
   Preloader
====================================== */

.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 111111;
    background: #ffffff;
    overflow: hidden !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-box {
    position: relative;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 2px;
    height: 90px;
    margin: 0 50px 100px 0;
    width: 90px;
}

.loader-box li {
    position: relative;
    width: 100%;
    height: 100%;
    background: #B2D235;
    transform: scale(0);
    transform-origin: center center;
    animation: loader-box-fade 2s infinite linear;
    border-radius: 50%;
}

.loader-box li:nth-child(1), .loader-box li:nth-child(5), .loader-box li:nth-child(9) {
    animation-delay: 0.4s;
}

.loader-box li:nth-child(4), .loader-box li:nth-child(8) {
    animation-delay: 0.2s;
}

.loader-box li:nth-child(2), .loader-box li:nth-child(6) {
    animation-delay: 0.6s;
}

.loader-box li:nth-child(3) {
    animation-delay: 0.8s;
}

@keyframes loader-box-fade {
    0% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
    80% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}


/* ===================================
   Media Queries
====================================== */

@media (min-width: 1600px) {
    .portfolio-sec .portfolio-links#portfolio-arr-left {
        left: -7%;
    }
    .portfolio-sec .portfolio-links#portfolio-arr-right {
        right: -7%;
    }
}

@media (max-width: 1366px) and (min-width: 1280px) {}

@media (min-width: 1200px) {
    .portfolio-sec .portfolio-links#portfolio-arr-left {
        left: -4%;
    }
    .portfolio-sec .portfolio-links#portfolio-arr-right {
        right: -4%;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    /* Navbar */
    .side-menu {
        width: 50%;
    }

    /* Counter */
    .counter-content h3, .counter-content h3 span {
        font-size: 28px;
    }
    .parallax-box h5 {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px){

    
    section {
        padding: 6rem 0;
    }
    .heading-area .heading {
        font-size: 42px;
    }

    /* Side Menu */
    .side-menu {
        width: 60%;
    }
    .side-footer p{
        font-size: 16px;
    }
    .side-menu .btn-close {
        right: 15px;
    }
    .sidemenu_btn {
        right: 15px;
    }

    /* Banner */
    .hero .content h1 {
        font-size: 72px;
    }    
    

    /* Counter */
    .counter {
        padding: 6rem 0 8rem 0;
    }
    .counter-content span {
        font-size: 14px;
    }
    .counter-content h3, .counter-content h3 span {
        font-size: 24px;
    }
    .parallax-box h2 {
        font-size: 26px;
    }
    .parallax-box h5 {
        font-size: 14px;
    }
    .counter-content h3, .counter-content h3 span {
        font-size: 22px;
    }    

    /* Contact */
    .social-links {
        margin: 50px 0;
    }    
}

@media screen and (max-width: 767px) {

    .superior {
        background-image: none;
    }
    
    body {
        text-align: center;
    }
    section {
        padding: 5rem 0;
    }
    .btn.btn-medium, .btn.btn-large {
        font-size: 14px;
        padding: 14px 40px;
    }
    .navbar-top-default {       
        height: 60px;
    }

    .navbar-top-default img {
        height: 40px;
    }
    .header-appear .navbar-top-default {
        background: #B2D235;
    }    
    .padding-top-half {
        padding-top: 2.5rem;
    }
    .logo-main {
        margin-bottom: 1rem;
        max-width: 60%;
    }
    .video-cta .material-symbols-outlined {
        font-size: 5rem;
    }
    .heading-area .heading {
        font-size: 36px;
    }
    .header-appear .sidemenu_btn span {
        background: #ffffff;
    }

    /* Side Menu */
    .side-menu {
        width: 100%;
    }
    .side-footer p{
        font-size: 12px;
    }
    
    .side-menu .side-nav {
        margin-bottom: 0;
    }
    .sidemenu_btn {
        right: 10px;
        margin-right: 0;
    }
    .side-menu .btn-close {
        right: 15px;
    }
    .header-appear .navbar-top-default {
        height: 75px;
    }

    /* Banner */
    .content h1 {
        font-size: 42px;
    }
    .content p {
        font-size: 20px;
    }
    .hero .content p {
        font-size: 20px;
    }
    .hero .content h1 {
        font-size: 42px;
    }

     /* Counter */
    .counter {
        padding: 3rem 0 3rem 0;
    }
    .counter-content .underline {
        margin: 20px auto;
    }
    .counter-content span, .counter-content p {
        font-size: 14px;
        width: 100%;
    }
    .counter-content h3, .counter-content h3 span {
        font-size: 24px;
    }
    .parallax-box h2 {
        margin-top: 10px;
    }
    .parallax-box {
        padding: 40px 0;
    }

    /* Review */
    .testimonial  {text-align: center;}
    .testimonial .h1, .testimonial h1 {font-size: 36px;}
    .testimonial .h2, .testimonial h2 {font-size: 36px;}
    .testimonial .h3, .testimonial h3 {font-size: 24px;}
    .testimonial p {
        font-size: 14px;
        line-height: 20px;
    }
    .testimonial .paragraph {
        font-size: 14px;
    }

    
    /* Footer */
    .footer .company-about {
        font-size: 12px;
        opacity: 1;
    }

    .team-sec .icon-holder .material-symbols-outlined {
        font-size: 50px;
    }

    .extra-item p{
        font-size: 0.8rem;
        white-space: none;
    }
    .extra-item .discount {
        font-size: 0.8rem;
    }
    
}

@media screen and (max-width: 575px) {
    /* Preloader */
    .loader-box {
        position: relative;
        display: grid;
        grid-template-columns: 33% 33% 33%;
        grid-gap: 2px;
        height: 70px;
        margin: 0 auto 45px auto;
        width: 70px
    }

    .hero {
        background-image: url("../img/bg-mobile.png");
        background-size: cover;
        background-position: center;
        padding: 3rem 0rem;
    }     

}