/********** Template CSS **********/
:root {
    --primary: #121013;
    --secondry: #69488e;
    --light: #eee5e0;
    --dark: #6d6d6d;
    --primaryBorder: #00b7e2;
}
html{
    overflow-x: hidden;
}

@font-face{
    font-family: Operetta;
    src: url(fonts/Operetta18-Light.otf);
}


@font-face{
    font-family: Montserrat;
    src: url(fonts/Montserrat-Regular.ttf);
}

@font-face{
    font-family: Montserrat-L;
    src: url(fonts/Montserrat-Light.ttf);
}

@font-face{
    font-family: Operetta-EL;
    src: url(fonts/Operetta18-ExtraLight.otf);
}

.bg-light{
    background-color: var(--light) !important;
}



.text-primary{
    color: var(--primary) !important;
}
.text-secondary{
    color: var(--secondry) !important;
}
.bg-primary{
/*    background-color: var(--primary) !important;*/
}
.btn-outline-primary{
    border-color: var(--secondry);
    color: var(--secondry);
}

.btn-outline-primary:hover, .btn-outline-primary:active{
    background: var(--secondry);
    border-color: var(--secondry);


}
.btn-outline-primary:focus{
    box-shadow:none !important;
}
body, html{
    padding-right: 0 !important;
    overflow-x: hidden !important;
}

p, body{
    font-family: 'Montserrat';
    font-size: 15px !important;
    color: var(--primary);
    box-sizing: border-box;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: 'Operetta';
    font-weight: normal !important;
    margin-bottom: 0;
}
.display-6{
    font-size: 4rem;
}
.display-5{
    font-size: 2.8rem;
}

.display-4{
    font-size: 2.1rem;
}

.btn-primary{
    background: var(--secondry);
    border-color:var(--primaryBorder);

}
p a, a{
    color: var(--secondry);
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}


.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
#home{
    position: relative;
}
/*top header*/
.top-header{
    border-bottom: 1px solid #eeeeee;
    padding: 10px;

}
.lang-wrap, .social-link{
    display: inline-block;
}
.lang-wrap *{
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #888888;
}
.social-link img{
    width: 15px;
    margin-left: 5px;
}
.top-wrap{
    text-align: right;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar .navbar-brand img {
    width: 150px;
    transition: width 1s;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}
.navbar-collapse .btn{
    font-size: 16px;
    font-weight: 700;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}


element.style {
}
.navbar-collapse .btn {
    font-size: 16px;
    font-weight: 700;
}
.btn.btn-primary, .btn.btn-secondary {
    color: #FFFFFF;
}
.btn-check:checked+.btn-primary:focus, .btn-check:active+.btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show>.btn-primary.dropdown-toggle:focus{
    box-shadow: 0 0 0 0.25rem rgb(12 194 244 / 53%);
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #0cc2f4;
    border-color: #0cc2f4;
    box-shadow: 0 0 0 0.25rem rgb(12 194 244 / 53%);
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.navbar .container{
        flex-direction: column
}

.logo{
    margin-top: 20px;
    transition: margin-top 1s;
}
.stick-nav{
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
}


.stick-nav .container{
    flex-direction: row;
}
.owl-dots{
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.owl-dot{
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 2px;
    overflow: hidden;
}
.owl-dot.active{
    background: #fff;
}

.owl-carousel-text{
    position: absolute;
    bottom: 70px;
    left: 50%;
    width: 600px;
    translate: -50% 0;
}
.owl-carousel-text *{
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    text-shadow: 1px 1px 2px #000000;
}
.owl-carousel-text h1{
    font-family: 'Operetta-EL' !important;
    margin: 15px 0;
}
.owl-carousel-text small{
    letter-spacing: 4px;
    font-size: 70%;
    font-weight: 100;
}
.owl-carousel-text p{
    font-family: 'Montserrat-L';
}
.text-box, .img-box{
    width: 45%;
}

.text-box p{
    text-align: justify;
/*    font-size: 13px !important;*/
}
.hbox{
    position: relative;
    padding-right: 27px;
}
.hbox:after{
    width: 25px;
    height: 25px;
    background-size: cover;
    background-image: url('../images/star.png');
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    bottom: 14px;
    right: 0;
}
.content-box .row:nth-child(even){
    flex-direction: row-reverse;

}
.testimonial-wrap{
    padding: 70px 0 30px 0;

}
.testimonial-carousel .owl-dots{
    bottom: 0;
    position: relative;
    margin-top: 30px;
}
.testimonial-carousel .owl-dot{
    border-color: var(--secondry);
}
.testimonial-carousel .owl-dot.active{
    background: var(--secondry);
}
.text-c{
    min-height: 40px;
    line-height: 17px;
}


/*** Footer ***/
.footer-wrapper {
    background: #fafafa
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}


.footer-logo{
    width: 70px;
}

.footer-wrapper *{
    font-size: 11px !important;
    margin-bottom: 0;
}
.mobile{
    display: none !important;
}
.simple-member-name{
    position: relative;
}

.simple-member-name:after{
    content: '';
    top: -22px;
    left: -22px;
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-image: url('../images/star.png');
    background-repeat: no-repeat;
}
.owl-next.disabled, .owl-prev.disabled{
    opacity: 0.5;
    cursor: default !important;
}

.member-carousel .owl-next, .member-carousel .owl-prev{
    position: absolute;
    top: 35%;
    font-size: 30px;
    color: #282F34;
}

.member-carousel .owl-next{
    right: 0;
}
.member-carousel .owl-prev{
    left: 0;
}
video{
    /* aspect-ratio: 16:9; */
    width: 100%;
}
.close-btn{
    position: absolute;
  top: -20px;
  right: -20px;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.video-img{
    cursor: pointer;
}
.video-wrap{
    position: relative;
}

.fa-play{
    cursor: pointer;
    font-size: 50px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-content{
    background: transparent !important;
    border: 0 !important;
}
.modal-dialog{
    max-width: 45vw;
  padding: 15px;
  max-height: 100vh;
  width: fit-content;
  height: fit-content;
}
.modal-open{
    overflow: hidden !important;
}

.bg-card-body{
    background: #f7f7f7;
    margin-top: -50px !important;
    border: 1px solid #e1e1e1;
}
.read-more{
    display: none;
}




img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	display: inline-block;
}

/* Main CSS */
.grid-wrapper > a {
	display: flex;
	justify-content: center;
	align-items: center;
    overflow: hidden;
    position: relative;
}
.grid-wrapper > a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.grid-wrapper {
    padding: 5px;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
}
.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}
.lb-nav a.lb-next {
    width: 50px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    background: url(../images/next.png);
    opacity: 1 !important;
    
}
.lb-nav a.lb-prev {
    width: 50px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    background: url(../images/prev.png);
    opacity: 1 !important;
    
}
.lb-data .lb-close{
    width: 25px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    background: url(../images/close.png);
    opacity: 1 !important;
}
.view-all-img{
    position: absolute;
    background: #000000cc;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.g-none{
    display: none;
}

#gallery-images{
    /* display: none; */
}

.cohort-heading-wrap{
    position: relative;
    padding: 0;
}

.cohort-heading{
    display: inline;
    background: #ffffff;
    padding-right: 10px;
}
.cohort-heading:after{
    content: "";
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    background: var(--secondry);
    z-index: -1;

}

.accordion-button:not(.collapsed) {
    color: #69488e;
    background-color: #69488e21;
}
.accordion-button:focus{
    box-shadow: 0 0 0 #fff;
}
.accordion-button:not(.collapsed)::after{
    background-image: url(../images/acc-arrow.png);
}
.accordion-button{
    font-weight: 100;
}
.accordion-item:not(:first-of-type){
    border-top: 1px solid rgba(0,0,0,0.125);
}




@media (max-width: 768px) {


    .navbar-brand{
        margin-right: 0;
    }

    .footer-wraper .d-flex{
        flex-wrap: wrap;
    }
    .text-box, .img-box{
    width: 90%;
    margin: auto;
    }
    .img-box{
        margin-top: 20px;
    }
    .navbar .container {
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
    }
    .logo{
        margin-top: 0;
    }
    .desktop{
        display: none !important;
    }
    .mobile{
        display: block !important;

    }
    .owl-carousel-text{
        width: 90%;
    }
    .owl-carousel-text h1{
        font-size: 2rem !important;
    }
    .navbar-nav{
        margin-top: 20px;
    }
    .display-6{
        font-size: 3.3rem;
    }

}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffb900;
    margin: 0;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #6f478d;
    margin: 0;
    text-align: center;
    color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #6f478d;
}
.pointer{
    cursor: pointer;
}
.star-tl{
    position: relative;
}

.star-tl:after {
    content: '';
    top: -22px;
    left: -16px;
    position: absolute;
    width: 28px;
    height: 28px;
    background-size: cover;
    background-image: url(../images/star.png);
    background-repeat: no-repeat;
}