*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:focus,:focus-visible {
    outline: 0;
    box-shadow: none;
    color:inherit
}
.fit-vids-style {
    display: none
}
figure {
    margin: 0;
    padding: 0;
}
figure img {
    max-width: 100%
}
iframe {
    border: none
}
img{
    max-width:100%;
}
::-moz-selection {
    background: #dbe7fa;
    /* Safari */
    color: #404040;
}
::selection {
    background: #dbe7fa;
    /* Safari */
    color: #404040;
}
br {
    line-height: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: black;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    background: #FFF;
    overflow-x: hidden;
}
body,
li,
address {
    line-height: 28px;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-weight: normal;
    color: inherit;
}
p {
    margin: 0 0 20px;
    font-size: .875em;
    font-weight: 500;
    opacity: .7;
}
a.hover {
    -webkit-transition: border 150ms ease-in-out;
    -o-transition: border 150ms ease-in-out;
    transition: border 150ms ease-in-out;
    padding-bottom: 0;
    border-bottom: 1px solid transparent;
}

a {
    color: inherit;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
a.nocolor {
    color: inherit;
}
a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}
.navbar{
    background-color: transparent;
    width: 100%;
    z-index: 1001;
    position: relative;
    padding: 0;
    background: rgba(21, 21, 21, 1)


}
.navbar .row{
    width: 100%;;
}
.banner--clone {
    position: fixed !important;
    /*z-index: 1039;*/
	z-index: 50;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    transform: translateY(-150px);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.navbar.fixed .navbar-brand.logo {
    /*width: 65px !important;*/
    background: #ee3a39;
}
.banner--stick {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    background: rgba(21, 21, 21, 0.9)

}
.logo{
    width: 190px;
}
.navbar-expand-lg{
    width:100%;
}
.navbar-expand-lg .navbar-nav .nav-link{
    color:white;
    font-size:.95em;
    font-weight: bold;
    height: 100%;
    padding: 27px 15px;
}

.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link,.navbar-expand-lg .navbar-nav .nav-item.active .nav-link{
    color:#9c0059
}
.slider-section{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.overlay:not(.collage-wrapper .overlay){
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    position: absolute;
    top:0;
    left:0;

}
.slider-section .overlay{
    z-index: 1;
}

.tp-mask-wrap{
    font-size:3em;
    color:white;
}
.joinBtn{
    background-color: #9c0059;
    color:white;
    width:auto;
    padding:10px 15px;
    border-radius: 30px;
    font-size:.875em;
    font-weight: 600;
    color: white;
}
.slider-section .carousel-inner .carousel-item{
width: 100%;
height: 100%;
}
.slider-section .carousel-inner .carousel-item img{
width: 100%;
height: 100%;
}
.carousel-inner .carousel-caption{
    top: 40%;
}
.carousel-caption {
bottom: 25%;

}

.carousel-caption h1{
font-size: 2em;;
font-weight: 700;
text-transform: capitalize;
letter-spacing: 1px;
margin-bottom: 20px;
visibility: visible;
-webkit-animation-delay: .6s;
 -moz-animation-delay: .6s;
 animation-delay: .6s;
}
.carousel-caption p{
font-size: 20px;
font-weight: 400;
color: #e6e6e6;
visibility: visible;
-webkit-animation-delay: .8s;
-moz-animation-delay: .8s;
animation-delay: .8s;
}
.carousel-control-prev,
.carousel-control-next{
top: 50%;
border:0;
width: 40px;
height:40px;
visibility: hidden;
color: white;
opacity: .5;
font-size:30px
}
.carousel-control-prev {
left: 5%;

}
.carousel-control-next {
right:5%;

}
.carousel-control-prev:hover,
.carousel-control-next:hover{
    opacity: 1;
transition: all 0.3s ease-in-out 0s;
}
.slider-section:hover .carousel-control-prev,
.slider-section:hover .carousel-control-next{
visibility:visible;
transition: all 0.3s ease-in-out 0s;
z-index: 2;
}
/******************/
footer{
    background: #151515;
    padding-top: 60px;
}
.footerLogo{
    width: 190px;
    margin-bottom: 15px;
    background: #ee3a39;
    padding: 7px;
    border-radius: 10px;
}

.aboutLogo p, .aboutLogo{
    font-size:.95em;
    color:white;
    font-weight: 500;
}
.footerLinks h5{
    color:white;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 20px;
}
.footerLinks li {
    margin-bottom: 10px;
}
.footerLinks li  i{
    margin-right: 5px;
}
.footerLinks li a{
    color:white;
}

@media screen and (min-width: 1200px){
    .aboutLogo div:not(.footerLogo){
        margin-right: 15px;
    }
}

.footerLinks li:hover a, #contactPage .sidebox li:hover a, #contactPage .sidebox li:hover a i{
    color:#9c0059
}
address,.footerLinks li {
    line-height: 28px;
    color:white;
    font-size:.875em;
    font-weight: 500;
}
.sub-footer{
    background-color: #111111;
    padding:30px 0
}
.sub-footer p{
    color:white;
    font-size:.875em;
    font-weight: 500;
    display: inline-block;
}
.socialIcons:not(.sub-footer .socialIcons){
    float:right;
    text-align: right;
}

.sub-footer .socialIcons li:first-of-type{
    margin-left:0 !important;
}

.socialIcons li{
    display: inline-flex;
    width:30px;
    height:30px;
    border-radius: 50%;;
    margin-left:10px;
    text-align: center;
    justify-content: center;
}
.socialIcons li a{
    color:white;
}
.socialIcons li a{
    align-self: center;
}
.vimeoSocial{
    background: #099fc7;
}

.fa-vimeo:before {
    content: "\f27d";
}
.twitterSocial{
    background: #5daed5;
}
.facebookSocial{
    background: #4470cf;
}
.pinterestSocial {
    background: #c53942;
}
.instagramSocial{
    background: #d53581;
}
.twitterSocial {
    background: #5daed5;
}
.social li:hover {
    opacity: 0.85;
}
.latestNews{
    padding:60px 0
}
.sectionTitle{
    font-size: 1.875em;
    font-weight: 600;
    color:black;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.sectionTitle:before{
    height: 1px;
    content: "";
    position: absolute;
    width: 120px;
    bottom: 0;
    left: 50%;
    background: #ebebeb;
    margin-left: -60px
}
.sectionTitle:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
    border: 5px solid #fff;
    border-radius: 20px;
    background: #9c0059;
}
.newsCard .card-img-top {
height: auto;
overflow: hidden;
}
.newsCard{
    overflow: hidden;
}
.newsCard .card-img-top img{
    object-fit: cover;
    height: auto;
    width: 100%;
}
.meta{
    margin-bottom: 15px;
}
.meta * {
    /* color: rgba(21, 21, 21, 0.25); */
	color: black;
    font-weight: bold;
}
.meta span:after {
    content: "";
    vertical-align: 3px;
    margin: 0 13px 0 13px;
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: rgba(21, 21, 21, 0.25);
}
.meta span:last-child:after{
    display: none;
}
.newsCard  .card-title{
  font-size:1.2em;
  font-weight: 600;
  color:#9c0059;
  margin-bottom: 0.3rem;
}
.newsCard  .card-title:hover{
    color:black;
}
.card-text, .card-text p{
    font-size:.875em;
    font-weight: 500;
    opacity: .7;
}

.commonBtn{
    font-size:.875em;
    font-weight: 600;
    height: 45;
    display: flex;
    width:120px;
    height: 40px;
    justify-content: center;
    align-items: center;
}
.commonBtn span{
    align-self: center;
}
.readMoreBtn{
    background-color: #9c0059;
    border:1px solid #9c0059;
    color:white;
    transition: all .5s;;
}

.readMoreBtn:hover{
    background-color: transparent;
    color:#9c0059
}
.latestNewsCar .owl-nav{
    position: absolute;
    right:0;
    top:50%;
    width: 100%;
}
.latestNewsCar .owl-nav button, .ourTeam .owl-nav button {
    width:50px;
    height:50px;
    border-radius: 50%;
    color:#9c0059 !important;
    position: absolute ;
    right:-10%;
    border:1px solid #9c0059 !important;
    outline: 0 !important;
    box-shadow: none !important;
    transition: all .5s;;
    font-size:1.2em !important
}

.latestNewsCar.owl-carousel .owl-nav button:hover, .ourTeam .owl-nav button:hover{
    background-color:#9c0059 !important;
    color:white !important;
    transition: all .5s;;

}


.latestNewsCar .owl-nav button.owl-prev{
    right: auto;
    left: -10%;
}

.latestNewsCar .owl-nav button:focus-visible{
outline: 0;
border:1px solid #9c0059 !important

}
.instructorImg{
    width:140px;
height: 140px;
border-radius: 50%;
overflow: hidden;
margin:auto;
margin-bottom: 15px;
}
.ourTeamCar .owl-nav {
    width: 100%;
    top:50%;
    position: absolute;
}
.ourTeamCar .owl-nav button {
    color:#9c0059 !important;
    position: absolute ;
    right:-10%;
    outline: 0 !important;
    box-shadow: none !important;
    transition: all .5s;;
    font-size:1.3em !important
}
.ourTeamCar .owl-nav button.owl-prev{
    right: auto;
    left:-10%;
}

@media(min-width:767px){
    .latestNewsCar .owl-nav button.owl-prev, .ourTeamCar .owl-nav button.owl-prev{
        right: auto;
        left: max(-4vw, -10%);;
    }

    .latestNewsCar .owl-nav button.owl-next, .ourTeamCar .owl-nav button.owl-next{
        left: auto;
        right: max(-4vw, -10%);;
    }
}

.ourTeamItem h4{
font-size:1em;
font-weight: 600;
margin-bottom: 15px;
color:#9c0059
}
.ourTeamItem {
    text-align: center;
}
.ourTeamItem p{
    font-size: .875em;
    font-weight: 500;
    opacity: .7;
}
.ourTeam{
    padding:60px 0;
    background-color:#f7f8fc
}
.topHeader{
    background-color: white;
    height: auto;
    color:black;
    position: relative;
    z-index: 99;
    padding:5px
}
.support li{
    display: inline-block;
    margin-right: 10px;
}
.topNav li a{
    font-size:.875em;
    color:black;
    font-weight: 500;
}
.topNav li{
    display: inline-block;
    margin-right:10px
}
.topNav li:hover a{
    color:#9c0059
}
.topHeadersocial .vimeo:hover a{
    color:#099fc7
}
.topHeadersocial .facebook:hover a{
    color:#4470cf
}
.topHeader .twitter:hover a{
    color:#5daed5
}
.topHeader .pinterest:hover a{
 color: #c53942;
}
.topHeader .instagram:hover a{
    color: #d53581;
}
.support,.topHeadersocial{
    display: inline-block;
}
.support li:hover a{
    color:#e2e65b
}
.topHeadersocial{
    float: none;
}
.rightTopHeader{
    float: right;
}
.navbar-toggler{
    width:40px;
    height:40px;
    position: relative;
    padding:0
}
.navbar-toggler i{
content:"";
background-color: #9c0059;
display: block;
margin-bottom: 7px;
width:100%;
height: 3px;
border-radius: 5px;
}

.loginbtn{
    width:120px;
    height: 40px;
    background-color: #9c0059;
    color:white;
    margin-left:10px;
}
.loginbtn:hover{
    color:white;
    background-color: #8e0351;
}
.loginbtns{
    margin-left:0;
    display: inline-flex
}
.dropdown-menu{
background-color: #151515;
padding: 0;
}
.dropdown-menu .dropdown-menu{
    left:100%;
    top:-3px;

}
.parentDropDown{
    border-top:1px solid #9c0059
}
.dropdown .dropdown-item a{
    width: 100%;
}
.parentDropDown li,.dropdown-item{
    color:white;
    font-size:1em;
    font-weight: 500;;
    margin-bottom: 10px;
}
.dropdown-item{
    padding:10px;
}
.parentDropDown li.nav-item{
    color: white;
}

.dropdown-item:focus, .dropdown-item:hover{
    background-color: rgba(0,0,0,.4);
    color:#9c0059

}
.navbar-nav .sub-arrow {
    font-size: 10px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    width: auto;
    height: auto;
    margin: 0;
}
.navbar-nav.sm-collapsible .sub-arrow {
    font-size: 11px;
    line-height: 1;
    width: auto;
    margin: -7px 30px 0 0;
    border: 0;
}
.navbar-nav .sub-arrow:before {
    content:"";
    font-family:lineicons;
    font-weight: normal;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
    content:"\ea58"
}
.navbar-nav.sm-collapsible .show>a>.sub-arrow::before {
    content:"\ea5e"
}
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow:before {
    content: "\ea5c";
}
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
    display: none;
}
.dropdown-toggle::after {
    display: none;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow {
    margin-top: -5px;
    margin-right: 30px;
    border: 0;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
    padding-right: 60px;
}
.navbar-hamburger,
.hamburger {
    line-height: 1;
}
.hamburger {
    display: inline-block;
    width: 28px;
    height: 21px;
    padding: 0;
    cursor: pointer;
    transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    -webkit-transition: transform .2s ease-in-out;
    vertical-align: middle;
    border: 0 none;
    background: none;
    margin-top:10px;
    margin-right: 10px;
}
.hamburger::-moz-focus-inner {
    padding: 0;
    border: 0 none;
}
.hamburger:focus {
    outline: 0;
}
.hamburger:before,
.hamburger:after {
    content: "";
}
.hamburger:before,
.hamburger span,
.hamburger:after {
    display: block;
    width: 100%;
    height: 3px;
    margin: 0 0 6px;
    transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    -webkit-transition: transform .2s ease-in-out;
    background: #9c0059;
}
.inverse-text .hamburger:before,
.inverse-text .hamburger span,
.inverse-text .hamburger:after {
    background: #FFF;
}
.hamburger.animate.active span {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
}
.hamburger.animate.active:before {
    transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -webkit-transform: translateY(9px) rotate(45deg);
}
.hamburger.animate.active:after {
    transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -webkit-transform: translateY(-9px) rotate(-45deg);
}
.modal{
    z-index: 99999999999;
}
.modal-content{
    border-radius: 20px;
    text-align: center;
    padding:25px;
    position: relative;
}

.modal-body{
   padding: 10px 30px
}
.modal{
   overflow: auto;
}
.modal-open .modal {
   overflow-x: scroll;
   overflow-y: scroll;
}
button.close{
   padding:0;
   margin: 0;
   float:left;
   width:30px;
   height:30px;
   background-color:#FBFBFB;
   border-radius: 50%;;
   justify-content: center;
   display: flex;
   padding: 0;
   margin-left: auto;
   font-size: 13px;
   opacity: 1;
   border: 1px solid #E2E2E2;
}
button.close span{
   color:#A9A9A9;
   align-self: center;
}
button.close:hover{
    background-color: #9c0059;
}
button.close:hover span{
    color: #E2E2E2;
}
.modal-header{
   justify-content: center;
   border-bottom: 0;
}
.modal-title{
   font-size: 1.1875em;
   font-weight: 600;
   text-align: center;
}
.loginForm{
}
.form-field{
    padding: .375rem 1rem!important;
}
.form-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6E6E6E;
    opacity: 1; /* Firefox */
}

.form-field:-ms-input-placeholder, .form-field::-ms-input-placeholder { /* Internet Explorer 10-11 */ /* Microsoft Edge */
    color: #6E6E6E;
}

.form-field:focus{
   box-shadow: none;
   outline: 0;
   border:0;
   border: 1px solid #E2E2E2;
}
.loginForm .form-field{
   height:56px;
   width:100%;
   background-color: #FBFBFB;
   border-radius: 10px;
   border: 1px solid #E2E2E2;
   font-size:.875em;
   font-weight: 500;
   color: #111111;
}
.loginForm .form-field::placeholder{
   font-size:.875em;
   font-weight: 500;
}
.loginForm .form-group{
position: relative;
margin-bottom:15px;
overflow: hidden;
width: 100%;
}
.loginForm .form-group:last-child{
   margin-bottom: 25px;;
}
.showHidePass{
   position: absolute;
   right:17px;
   top:20px;
   font-size:17px;
   color:#808080
}
.showPass{
   display: none;
}
.forgetLink{
   display: flex;
   font-size:.875em;
   color:#6E6E6E;
   text-align: center;
   font-weight: 500;
   justify-content: center;
   transition:  all .5s;;
   display: block;
}
.forgetLink:hover{
   color:#8e0351;
   transition: all .5s;;
}

.signBtn:hover{
   background-color: #8e0351;
   color:white;
}
.signBtn{
   background-color: #9c0059;
   color:white;
   font-size: 16px;
   margin-top:30px;
   justify-content: center;
}
.loginSocialBtns{
   display: flex;
   width:100%;
   border-radius: 10px;
   height: 56px;
   font-weight: 500;
   margin-bottom: 15px;
}
.orText{
   font-size:.875em;
   color:#6E6E6E;
   margin-bottom:  19px;
   border-bottom: 1px solid #E2E2E2;
   line-height: 0.1em;
   width: 100%;
   text-align: center;
   display: block;
   margin:15px 0
}
.orText span {
    background:#fff;
    padding:0 7px;
}
.googleBtn{
    background-color:white;
    border:1px solid #E0E0E0;
    color:black;
    font-size: 0.875em;
    justify-content: center;

}
.googleBtn:hover{
   color:#db3236;;
}
.loginSocialBtns span.loginbtnIcon{
    display: flex;
    align-self: center;
    width:26px;
    margin-right: 10px;
}
.loginSocialBtns i{
    border-radius: 50%;
}
.facebookBtn{
   background-color: #3A76EA;
   color:white;
}
.facebookBtn .loginbtnIcon{
   width:26px;
   height: 26px;
   background-color: white;
   display: flex;
   border-radius: 50%;
   overflow: hidden;
   justify-content: center;
}
.facebookBtn .loginbtnIcon i{
   color:#3A76EA;
   align-self: end;
   font-size: 20px;
}
.facebookBtn:hover{
   background-color: #2b5099;
   color:white;
}
.facebookBtn:hover .loginbtnIcon i{
   color:#2b5099;

}
.signUpLink{
   color:#9c0059
}
.signUpLintexe{
   margin-top:30px;
   color:#6E6E6E;
   font-size:.875em;
   font-weight: 500;
}
.dategroup i{
    position: absolute;
    top:25px;
    right:24px;
    color:#6E6E6E;
    font-size: 12px;
}
.select option{
    font-size:1em;
    font-weight: 500;
    color:#6E6E6E
}
.select{
    width:110%;
    border:0;
    height: 100%;
    background-color: transparent;
    font-size:.875em;
    font-weight: 500;
    color:#6E6E6E;
}
.select:invalid,
.select option[value="0"] {
    font-size:.875em;
    font-weight: 500;
    color:#6E6E6E
}
.select:focus-visible{
    border:0;
    outline: 0;
    box-shadow: none;
}

@media(min-width:1600px){
    #slider:not(#homeSlider #slider){
        max-width: 80%;
        margin:auto
    }
}
.rev_slider_wrapper {
    left: 0px;
    width: 100%;
    position: relative;
}
#slider .tp-bgimg.defaultimg {
position: relative;
z-index: 18 !important;
background-color: transparent !important;
 background-size: 100% 100% !important;
 position: relative;
}
#slider .tp-bgimg.defaultimg::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.rev_th_auto .rev_slider {
    margin-bottom: 5px !important;
}
.rev_slider.bg-dark {
    background-color: #151515 !important;
}
.rev_slider_wrapper.fullscreen-container {
    max-height: 500px;
}
.tp-bannertimer {
    background: rgba(0, 0, 0, 0.25);

}
#scrollUp {
    bottom: 15px;
    right: 15px;
    -webkit-transition: background 150ms ease-in-out;
    -o-transition: background 150ms ease-in-out;
    transition: background 150ms ease-in-out;
    -webkit-backface-visibility: hidden;
}
@media (max-width: 840px) {
    #scrollUp {
        bottom: 65px;
    }
}
#scrollUp .btn {
    font-size: 12px;
    margin: 0;
    letter-spacing: normal;
    padding: 16px 20px;
    background-color: #9c0059;
    border-radius: 50%;
    color:#fff;
    font-size: 15px;;
}
#scrollUp .btn:hover {
    background-color: #8e0351;;
}
@-moz-document url-prefix() {
    #scrollUp .btn {
        padding-bottom: 15px;
    }
}
#scrollUp .btn:hover,
#scrollUp .btn:focus,
#scrollUp .btn:active,
#scrollUp .btn.active {}
@media(max-width:767px){

    body{
        font-size:12px
    }
    .navbar .navbar-collapse {
        background: #151515;
        padding: 0px;
    }
    .navbar .row{
        padding: 0;
        margin:0;;
    }
    .topHeader{
        height: auto;
    }
    .owl-carousel .owl-nav button{
        right:30%;
    }
 .owl-carousel .owl-nav button.owl-prev{
        left:30%;
    }
    .owl-carousel .owl-nav{
        top:auto;
        bottom: -10px;
    }
    .latestNews{
        padding-bottom: 90px;
    }
    .rightTopHeader{
        float: none;
    }
    .carousel-inner .carousel-caption {
        top: 31%;
    }
    header{
        background-color: #151515;
    }
    .loginbtn{
        margin-left:0;
        margin-right: 10px;
    }
    #HeroSlider{
        height: 500px;
    }
    .dropdown-menu .dropdown-toggle::after{
        content:"\ea58";
    }
    .dropdown-menu .dropdown-toggle.change::after{
        content:"\ea5e";
    }

    .features-section.three-column{
        padding:60px 0px 20px;
    }

    .features-section.three-column .post{
        margin-bottom:50px;
    }

}

.topHeadersocial a, .color-icon a{
    color: #8e0351!important
}

.topHeadersocial li:hover a, .color-icon:hover a{
    padding: 5px;
    color: white !important;
}

.topHeadersocial li:hover{
    background: #8e0351 ;
    border-radius: 50%;
}

.navbar-brand{
    position: absolute;
    width: 190px;
    background: #ee3a39;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #8e0351;
    border-top: none;
    box-shadow: 3px 3px 5px rgba(142,3,81,0.6);;
}

.ourTeam .owl-carousel .owl-dots.disabled, .ourTeam .owl-carousel .owl-nav.disabled {
    display: unset;
}

.topHeader .nav-link{
    padding: 0;
}

.album-box{
    margin-bottom: 20px;
}

.album-box, .album-box img{
    overflow: hidden;
    border-radius: 10px;
}

.album-info{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(142,3,81,0.6);
    color: white;
    padding: 8px 10px;
    border-radius: 0 0 10px 10px;
    text-align:center;
    font-weight: 700;
}

.inner{
    padding-top: 60px;
    padding-bottom: 60px;
}

.content-title{
    padding-top: 10px;
}

.content-title h1{
    margin-left: 210px;
    margin-bottom: 0px;
    color: #8e0351;
    font-family: 'Raleway', sans-serif;
}

.cookiealert{
    padding: 15px;
}

.cookiealert a{
    background: #8e0351;
    color: white;
}

.navbar ul .dropdown-menu {
    border-top: 1px solid #8e0351;
}

.category-card{
    border: 2px solid #8e0351;
    border-radius: 10px;
    text-align: center;
    height: 100%;
    padding: 15px;
}

.category-card figure{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

.category-card img{
    max-height: 100px;
}

.category-card .row{
    padding-bottom: 35px;
}

.category-card #timesheet p{
    margin: 0;
}

.category-card-button{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding-bottom: 15px;
}

#homeSlider .rev_slider_wrapper{
    margin-left: auto;
    margin-right: auto;
    left: 0!important;
    right: 0;
    width: 100%!important;
}

#homeSlider #slider, #homeslider #slider_forcefullwidth, #homeSlider .rev_slider_wrapper, #homeSlider .tp-fullwidth-forcer{
    /* Force slider responsiveness  */
    aspect-ratio: 1140 / 500!important;
    max-width: 100%!important;
    height: auto!important;
}

.w-fit{
    width: fit-content;
}

.team-card{
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    border-top: 2px solid #8e0351;
    border-bottom: 2px solid #8e0351;
    background: rgba(142,3,81,0.04);
    border-radius: 10px;
}

.team-card-links{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    height: 35px;
}


.team-card-links img, .member-socials img{
    width: 30px;
    height: auto;
    border-radius: 30%;
}

.member-pfp img{
    border-radius: 15px;
    width: 100%;
}

.member-info img, .info-icon{
    width: 30px;
    height: auto;
    border-radius: 50%;
}

.member-info a:hover{
    color: #8e0351;
}

.member-info li:not(.member-info li:last-child){
    margin-bottom: 10px;
}

.member-socials a:hover img{
    transform: scale(1.2);
}

.member-socials a:not(.member-socials a:first-of-type){
    margin-left: 10px;
}

footer ul, footer li{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#contactPage .sidebox i{
    width: 16px;
}

.pl-15, .px-15{
    padding-left: 15px;
}

.pr-15, .px-15{
    padding-right: 15px;
}

.pr-md-15{
    padding-right: 0px;
}
/* bootstrap*/


.container-home-slider, .container-xl, .container-lg, .container-md, .container-sm{
    width: 100%;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1600px){
    .container-home-slider{
        max-width: 80vw;
    }
}

@media (min-width: 1200px){
    .container-xl, .container-lg, .container-md, .container-sm {
        max-width: 1140px;
    }

    .px-xl-15{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 992px){
    .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
    .pr-md-15{
        padding-right: 15px;
    }
}
@media (min-width: 768px){
    .container-md, .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 576px){
    .container-sm {
        max-width: 540px;
    }
}


/* header responsivenes + extra */

.topHeader .support, .topHeader .topHeadersocial, .topHeader .topNav{
    margin-bottom: 0!important;
}

.topHeader .topNav .nav-item:last-of-type{
    margin-right: 0;
}

.topHeader .topNav{
    padding-left: 0px;
}

@media screen and (max-width: 1200px){
    .navbar-brand{
        width: 140px;
        margin-right: 0;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link:not(.navbar-expand-lg .navbar-nav .nav-link:first-of-type){
        padding: 27px 10px;
    }

    .navbar-expand-lg .navbar-nav .nav-link:first-of-type{
        padding-left: 0;
    }

    .navbar .loginbtns .loginbtn:first-of-type {
        margin-left: 0;
    }

    .content-title h1{
        margin-left: 155px;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .topHeader .topHeadersocial {
        padding: 0;
    }
}

@media (max-width: 992px){
    .topHeader .topNav{
        padding-left: 0px;
    }

    nav:not(.content-wrapper nav){
        display: none;
    }
    .navbar-collapse{
        padding: 10px;
    }

    .navbar-brand{
        position: relative;
        margin: 0px 0 10px 15px;
    }

    .navbar-hamburger{
        display: flex;
        align-items: center;
    }

    .navbar-hamburger .hamburger{
        margin-top: 0px;
        margin-right: 15px;

    }

    .navbar-collapse li:not(.navbar-collapse .dropdown-menu li){
        border-radius: 10px;
    }

    .navbar-collapse .dropdown-menu .dropdown-item{
        margin: 0;
    }

    .navbar-collapse li:hover {
        background: white;
    }

    .navbar-collapse .loginbtns{
        padding: 10px;
    }

    .rightTopHeader .support{
        padding-left: 0;
    }

    .content-title {
        padding-top: 60px;
    }

    .content-title h1{
        margin-left: 0px;
        margin-bottom: -60px;
    }
    .footerLinks h5{
        margin: 20px 0 15px 0;
    }
}

.slide-title{
    font-size: min(36px, 5.5vw)!important;
}

@media (max-width: 768px){
    .topHeader .support {
        padding-left: 0;
    }

    .rightTopHeader{
        padding-left: 0px;
    }

    #contactPage .sidebar{
        padding-left: 15px;
    }

    .ourTeam {
        padding-bottom: 90px;
      }
}

@media (max-width: 576px){
    .topHeadersocial {
        padding-left: 0;
    }
}



/* album fix */
.collage-wrapper {
    padding-right: 5px;
}
.collage {
    overflow: hidden;
    max-width: 110%;
    margin-bottom: 10px;
}
.collage-image-wrapper {
    opacity: 0;
    overflow: hidden;
}
.collage-image-wrapper img {
    padding: 10px;
    max-width: none;
}
.collage-image-wrapper figure a {
    color: #FFF !important
}
.collage-image-wrapper .overlay span.bg {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}
.collage-image-wrapper .overlay2:before,
.collage-image-wrapper .overlay2:after {
    margin-top: -5px;
    margin-left: 5px;
}
.blog .collage-wrapper {
    padding: 0;
}
.blog .post .collage {
    margin-left: -10px;
}

/* overlay fix */
/*-----------------------------------------------------------------------------------*/
/*	25. OVERLAY
/*-----------------------------------------------------------------------------------*/
.overlay {
    position: relative;
    overflow: hidden;
    text-align: center;
}
figure.overlay img {
    opacity: 1;
    width: 100%;
    max-width: 100%;
    vertical-align: top;
    position: relative;
}
.overlay figcaption,
.overlay .figcaption {
    padding: 30px;
    z-index: 5;
    pointer-events: none;
}
.overlay * {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.overlay img {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.overlay i {
    font-size: 30px;
    display: block;
}
.overlay a,
.overlay span.bg {
    position: relative;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    cursor: pointer !important;
}
.overlay span.bg {
    background: rgba(21, 21, 21, 0.6);
    opacity: 0;
    z-index: 4;
    position: absolute;
    width: 100%;
    height: 100%;
}
.overlay.color span.bg {
    background: rgba(76, 134, 229, 0.8);
}
.overlay.gradient span.bg {
    background-color: #4c86e5;
    background-image: -webkit-gradient(linear, left top, right top, from(#e54c94), to(#4c86e5));
    background-image: -webkit-linear-gradient(left, #e54c94 0%, #4c86e5 100%);
    background-image: -o-linear-gradient(left, #e54c94 0%, #4c86e5 100%);
    background-image: linear-gradient(90deg, #e54c94 0%, #4c86e5 100%);
}
.overlay.light span.bg {
    background: rgba(255, 255, 255, 0.8);
}
.overlay:hover span.bg {
    opacity: 1;
    -webkit-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
.overlay.gradient:hover span.bg {
    opacity: 0.8;
}
.overlay:not(.caption-dark) * {
    color: #ffffff !important;
}
.overlay.caption-dark *,
.overlay.light figcaption * {
    color: #404040 !important;
}
.overlay.caption-dark .meta * {
    color: #aaa !important;
}
.overlay.caption-dark .meta a:hover {
    color: #4c86e5 !important;
}
.overlay1 *,
.overlay1:before,
.overlay1:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.overlay1 img {
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    vertical-align: top;
}
.overlay1:before,
.overlay1:after {
    position: absolute;
    top: 20px;
    right: 20px;
    content: '';
    background-color: #fff;
    z-index: 5;
    opacity: 0;
}
.overlay1.light:before,
.overlay1.light:after {
    background-color: #404040;
}
.overlay1 figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
}
.overlay1:before {
    width: 0;
    height: 2px;
}
.overlay1:after {
    height: 0;
    width: 2px;
}
.overlay1:hover:before {
    width: 20px;
}
.overlay1:hover:after {
    height: 20px;
}
.overlay1 figcaption * {
    opacity: 0;
    margin: 0;
}
.overlay1:hover:before,
.overlay1:hover:after,
.overlay1:hover figcaption * {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.overlay2:before,
.overlay2:after {
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.overlay2.light:before,
.overlay2.light:after {
    background-color: #404040;
}
.overlay2:before {
    width: 30px;
    height: 2px;
}
.overlay2:after {
    height: 30px;
    width: 2px;
}
.overlay2:hover:before,
.overlay2:hover:after {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 50%;
    left: 50%;
}
.overlay3 figcaption,
.overlay3 .figcaption {
    position: absolute;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.overlay3:hover figcaption,
.overlay3:hover .figcaption {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.overlay4 span.bg {
    opacity: 1;
    background: rgba(21, 21, 21, 0) -webkit-gradient(linear, left top, left bottom, color-stop(15%, transparent), color-stop(20%, transparent), color-stop(55%, rgba(21, 21, 21, 0.3)), color-stop(85%, rgba(21, 21, 21, 0.7)), to(rgba(21, 21, 21, 0.75))) repeat scroll 0 0;
    background: rgba(21, 21, 21, 0) -webkit-linear-gradient(transparent 15%, transparent 20%, rgba(21, 21, 21, 0.3) 55%, rgba(21, 21, 21, 0.7) 85%, rgba(21, 21, 21, 0.75) 100%) repeat scroll 0 0;
    background: rgba(21, 21, 21, 0) -o-linear-gradient(transparent 15%, transparent 20%, rgba(21, 21, 21, 0.3) 55%, rgba(21, 21, 21, 0.7) 85%, rgba(21, 21, 21, 0.75) 100%) repeat scroll 0 0;
    background: rgba(21, 21, 21, 0) linear-gradient(transparent 15%, transparent 20%, rgba(21, 21, 21, 0.3) 55%, rgba(21, 21, 21, 0.7) 85%, rgba(21, 21, 21, 0.75) 100%) repeat scroll 0 0;
    cursor: auto;
}
.overlay4 span.bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(21, 21, 21, 0.2);
    transition: all 150ms ease-in-out;
}
.overlay4:hover span.bg:after {
    opacity: 1;
}
.overlay4 figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 25px 35px;
    pointer-events: none;
}
.p-large figcaption {
    padding: 25px 45px
}
.overlay5 span.bg {
    opacity: 1;
    cursor: auto;
    background: none;
}
.overlay5 figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    right: auto;
    width: 100%;
    padding: 25px 35px;
    pointer-events: none;
}
.overlay.caption-wrapper figcaption {
    padding: 40px;
}
.overlay-info {
    position: relative;
    height: 100%;
}
.overlay-info img {
    max-width: 100%;
    vertical-align: top;
}
.overlay-info figcaption {
    position: absolute;
    background: rgba(21, 21, 21, 0.4);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px;
    text-align: center;
    z-index: 1;
    height: 100%;
    pointer-events: none;
    width: 100%;
}
.overlay-info.hovered figcaption {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.overlay-info.hovered:hover figcaption {
    background: rgba(21, 21, 21, 0.6);
}
.overlay-info figcaption.center>div {
    display: table;
    height: 100%;
    pointer-events: none;
    width: 100%;
}
.overlay-info figcaption.center>div * {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    pointer-events: none;
}
.overlay-info.bordered:before,
.overlay-info.bordered:after {
    border: 1px solid #FFF;
    opacity: 0.7;
    content: "";
    display: block;
    z-index: 2;
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    pointer-events: none;
}
.overlay-info.bordered:hover:before,
.overlay-info.bordered:hover:after {
    opacity: 1;
}
.overlay-info.bordered:before {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.overlay-info.bordered:after {
    top: 24px;
    bottom: 24px;
    left: 24px;
    right: 24px;
}
.overlay-info a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: relative;
    z-index: 1;
}
.overlay-info * {
    color: #ffffff !important;
}
.overlay-info a.btn-white {
    color: #404040 !important;
}
.caption-bg {
    padding: 15px 25px;
    display: inline-block;
}
.caption-wrapper figcaption a {
    display: inline-block;
}
.swiper-slide .caption-wrapper span.bg {
    pointer-events: none;
}
.swiper-slide .caption-wrapper .caption-bg {
    pointer-events: all;
}
.swiper-slide .caption-bg p {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Montserrat';
}
.swiper-slide .overlay-info a {
    pointer-events: all;
}

.h6, h6{
    font-size: .875em!important;
}

#becomeMember .form-container {
    max-width: 715px;
    margin: 0 auto;
    padding: 0 15px;
}

.spinner2{
    display: none;
}

.duplicated-form{
    /*display: flex;*/
    flex-wrap: wrap;
}

#becomeMember  .duplicated-form{
    display: flex;
    flex-wrap: wrap;
}

.button-left, .button-right{
    border-radius: 50%;
    color: #9c0059 !important;
    border: 1px solid #9c0059 !important;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
}

.button-left:hover, .button-right:hover{
    background-color: #9c0059 !important;
    color: white !important;
    transition: all .5s;
}

.hover-color:hover{
    color: #9c0059 !important;
}

.hover-black:hover{
    color: #000 !important;
}

#birthdateText{
    position: absolute;
    right: 65px;
    font-size: 0.8rem;
    opacity: 0.6;
}

.secTitle{
    padding-top: 55px;
}

.section-title{
	padding-top: 10px;
	font-size: 20px;
	color: #9e0053;
}

.underline{
	text-decoration: underline;
}
.underline:hover{
	text-decoration: underline;
}

.fa-sign-out-alt{
	color: #9e0053;
}

.list-group-item {
	/* border: 1px solid rgb(158,0,83); */
	/* border: none; */
}
.newsMember {
	border: 1px solid #9e0053;
	overflow: hidden;
    border-radius: 10px;
    padding: 15px 0;
    width: 100%;
}
#parent {
	height: 365px;
	position: relative;
}
#child {
	position: absolute;
    bottom: 16px;
    right: 0;
}

/*!
 * justifiedGallery - v3.8.0
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2020 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img,
.justified-gallery > a > svg,
.justified-gallery > div > svg,
.justified-gallery > figure > svg,
.justified-gallery > a > a > svg,
.justified-gallery > div > a > svg,
.justified-gallery > figure > a > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}
.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .jg-caption.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}
.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > a > img,
.justified-gallery > .jg-entry-visible > svg,
.justified-gallery > .jg-entry-visible > a > svg {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .jg-spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}
.justified-gallery > .jg-spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}

.lg-sub-html {
	font-size: 36px;
}