/*Header css*/
.logo-container {
    padding: 10px 40px;
    width: 180px;
}
header{
    position: fixed;
    z-index: 999;
    width: 100%;
    display: flex;
    flex-direction: row;
    box-shadow: 0px 2px 25px -9px rgb(0 0 0 / 16%);
    background: #fff;
}

.logo-container a {
    display: inline-block;
}
.mobile-trigger{
    display: none;
    width: 43px;
    margin: 14px auto 0px;
    height: 43px;
    padding: 1px 0 0 0;
    text-align: center;
    cursor: pointer;
}
.mobile-btn{
    display: block;
    background: #bcbec0;
    height: 3px;
    width: 22px;
    border-radius: 20px;
    margin: 20px auto;
    position: relative;
}
.mobile-btn:before,
.mobile-btn::after  {
    content: "";
    position: absolute;
    background: #bcbec0;
    height: 3px;
    width: 22px;
    border-radius: 20px;
    left: 0;
    top: -6px;
}
.mobile-btn::after{
    bottom: -6px;
    top: auto;
}
.navigation-section ul {
    margin: 0;
    padding: 10px 0 0;
    display: flex;

}
.navigation-section ul li a{
    font-size: 15px;
    color: rgba(0,0,0,0.7);
    padding: 24px 20px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    display: block;
    transition: 0.3s ease all;
    font-family: 'Roboto', sans-serif;
}
.navigation-section ul li a:hover{
    color:#1a73e8;
    text-decoration: underline;
}


.wrapperMain{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background-color: #fafafa;
}
.containerNew{
    max-width: 1030px;
    margin:0 auto;
}
 h1{
    position: absolute;
    left: calc(50% - 1px);
    top: calc(50% - 102px);
    transform: translate(-50%,-50%);
    font-size: 60px;
    text-align: center;
    background: rgba(255,255,255,0.5);
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 90px 30px;
    max-width: 832px;
    width: 100%;
}
h1 strong{
    color: #157391;
}
h1 small{
    font-size: 20px;
    /* color: #13a0cb; */
    display: block;
    font-weight: 700;
    /* color:#0c9bc7; */
}
.containerNew h2{
    font-size: 30px;
    color: #fff;
    letter-spacing: -0.2px;
    line-height: 1.1;
}
.containerNew h3{
    font-size: 24px;
    letter-spacing: -0.5px;
    margin-bottom: 43px;
    color:#13a0cb;
    font-weight: 500;
}
.containerNew h4{
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    padding: 34px 38px 28px;
    background:#fff;
}
.containerNew a{
    color: #333;;
}
.containerNew .playcontent h5{
    cursor: initial;
    color:#fff;
    font-size: 18px;
    font-weight: 500;
    z-index: 99;
    position: relative;
}
.containerNew h1 small {
    font-size: 20px;
    color: rgba(0,0,0,0.5);
    display: block;
}
.bannerSec{
    position: relative;
    margin-bottom: 79px;
}
.bannerSec img{
    width: 100%;
}
.bannerSec::after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 62%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(62%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 62%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 62%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 62%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 62%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.playcontent{
    position: absolute;
    bottom: 75px;
    z-index: 99;
    left: 78px;
}
.imgSection{
    border-radius: 5px;
    overflow: hidden;
}
.imgSection img{
    width: 100%;
}
.playvidbtn{
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-bottom: 22px;
    position: relative;
    cursor: pointer;
    background: url(../club-discover/btn.png) no-repeat;
    background-size: 100% auto;
    transition: 0.3s ease all;
}
.playvidbtn:hover{
    transform: scale(1.1);   
}
.twoCol{
    display: flex;
    justify-content: space-between;
}
.twoCol>div{
    width: 49.5%;
}
.services .imgSection{
    margin-bottom: 7px; 
    position: relative;
}
.services{
    padding-bottom: 70px;
}
.imgSection::after{
    content:"";
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(18, 42, 70, 0.8);
    background: -moz-linear-gradient(top, rgba(18, 42, 70, 0.8) 0%, rgba(12, 30, 30, 0.178) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18, 42, 70, 0.8)), color-stop(100%, rgba(12, 30, 30, 0.178)));
    background: -webkit-linear-gradient(top, rgba(18, 42, 70, 0.8) 0%, rgba(12, 30, 30, 0.178) 100%);
    background: -o-linear-gradient(top, rgba(18, 42, 70, 0.8) 0%, rgba(12, 30, 30, 0.178) 100%);
    background: -ms-linear-gradient(top, rgba(18, 42, 70, 0.8) 0%, rgba(12, 30, 30, 0.178) 100%);
    background: linear-gradient(to  right, rgba(18, 42, 70, 0.8) 0%, rgba(12, 30, 30, 0.178) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1e37', endColorstr='#0c1e37', GradientType=0 );
}
.accordion-panel{
    box-shadow: 0px 7px 11px rgb(0 0 0 / 10%);
    margin-bottom: 7px;
    border-radius: 5px;
}

.twoCol .playcontent{
    left: 37px;
    bottom: 55px;
}
.smallSecimg.imgSection .playcontent{
    transform:translateY(-50%);
    bottom: auto;
    top:50%;
}
.smallSecimg.imgSection .popupsection{
    transform:none;
}
.accordion-panel.active h4{
    display: none;
}


.fancybox__nav .carousel__button{
	display: none;
}
.fancybox__thumbs .carousel__slide{
    display: none !important;
}

/*popup css*/
.popup{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999999999;
    opacity: 0;
    visibility: hidden;
}
.showpopup.popup{
    opacity: 1;
    visibility: visible;
}
.popup .container{
    padding:10px 20px;
    background:#fff;
    border-radius: 10px;
    max-width: 510px;
    width: 100%;
    position: relative;
}
.popup li{
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 10px;
}
.popup ul{
    height: 300px;
    overflow: auto;
}
.headstrng{
    display: block;
    margin-bottom: 16px;
}
.popup li::before{
    content:'';
    position: absolute;
    left: 2px;
    top:8px;
    border-radius: 50%;
    background: #000;
    width: 5px;
    height: 5px;
}
.cross{
    position: absolute;
    right:20px;
    top:20px;
    cursor: pointer;
    width: 15px;
    height: 15px;
}
.cross::before,
.cross::after{
    content:'';
    position: absolute;
    left: 0;
    top:0;
    width:16px;
    height: 1.5px;
    background: #000;
    transform: rotate(45deg);
}
.cross::after{
    transform: rotate(-45deg);
}
.popupsection,
.popupsection h5{
    cursor: pointer !important;
}


/*footer css*/
.footer {
    background: #01b3e5;
    padding: 58px 0 16px;
}
 .inner-footer{
    overflow: hidden;
    padding-bottom: 55px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
}
.footer-list{
    width: 67%;
}
 .footer-right{
    width: 33%;
}
.footer-bottom{
    overflow: hidden;
    font-size: 12px;
    font-weight: 300;
    line-height: 2.17;
    color: rgba(255, 255, 255, 0.6);
    padding-top: 14px;
    display: flex;
}
.footer-bottom a{
    color: rgba(255, 255, 255, 0.6);
}
.footer .footer-bottom ul li{
    position: relative;
    margin-right: 20px;
}
.footer .footer-bottom ul{
    display: flex;
}
.footer .footer-bottom span{
    margin-right: 24px;
}

.footer .footer-list li a{
    font-size: 13px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.88);
}
.footer .footer-list ul{
    float: left;
    margin-right: 34px;
}
.footer .footer-list li{
    margin-top: 11px;

}
.footer .footer-list li:first-child{
    margin: 0;
}
.footercontainer{
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}
.footer .footer-bottom ul li:after{
    content: "-";
    position: absolute;
    left: -13px;
    top: 0;
}
.footer-right li span, .footer-right li small, .footer .footer-right li a{
    letter-spacing: 1.2px;
}
[class^="icons-"], [class*="icons-"]{
    background:url(telephone.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-size: 100% auto;
    height: 16px;
}
.footer .footer-right li{
    font-size: 13px;
    font-weight: 500;
    line-height: 1.85;
    color: #fff;
}
.footer .footer-right li i{
    width: 15px;
    margin-right: 23px;
    margin-left: 4px;
}
.footer .footer-right li small{
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-left: 16px;
}
.footer .footer-right li a{
    color:#fff;
    padding-left: 12%;
}
.footer .footer-right li small img{
    width: 2%;
    position: absolute;
}

.footer .footer-right li small:first-child{
    margin-left: 0;
}

.footer .footer-right li i+a{
    padding-left: 0;
}



@media(max-width:1180px){
    .containerNew{
        padding:0 30px;
    }
    .twoCol .playcontent{
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }
    .footercontainer{
        padding: 0 30px;
    }
    .footer-list {
        width: 57%;
    }
    .footer-right {
        width: 39%;
    }
}

@media (max-width: 950px){
    .footer-list{
        width: 45%;
    }
    .footer-right {
        width: 55%;
    }
    h1{
        top: calc(50% - 0px);
        max-width: 699px;
        padding: 30px 0;
    }
}

@media (max-width: 767px){
    .containerNew {
        padding: 60px 20px 0;
    }
    .popup .container{
        margin:0 10px;
    }
    .playcontent{
        bottom: auto;
        top:50%;
        transform: translateY(-50%);
        left:20px;
    }
    .twoCol .playcontent{
        left:20px;
    }
    .accordion-panel h4{
        padding: 28px 20px 22px;
        font-size: 15px;
    }
    .containerNew h3{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .playvidbtn {
        width: 50px;
        height: 50px;
        margin-bottom: 5px;
    }
    .services {
        padding-bottom: 50px;
    }
    .containerNew h2 {
        font-size: 20px;
    }
    .twoCol>div{
        width: 100%;
    }
    .twoCol{
        flex-wrap: wrap;
    }
    .bannerSec{
        margin-bottom: 0;
        overflow: hidden;
    }
    h1{
        font-size: 28px;
        z-index: 9;
        padding: 24px 10px;
        max-width: 330px;
        top: calc(50% + 9px);  
    }
    h1 small{
        font-size: 12px;
    }
    .bannerSec img{
        transform: scale(1.5);
        padding: 45px 0;
    }
    .footer .footer-list li,
    .footer .footer-list li:first-child{
        margin-top:0;
        margin-bottom: 10px;
    }
    .inner-footer{
        flex-wrap: wrap;
        padding-bottom: 30px;
    }
    .footer-list{
        width: 100%;
        padding-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer-right{
        width: 100%;
    }
    .footer .footer-right li small img{
        width: 7%;
    }
    .footer .footer-right li a{
        font-size: 12px;
        padding-left: 7%;
    }
    .footer .footer-list ul{
        width: 44%;
        margin-right: 0;
    }
    .footer .footer-right li i{
        margin-right: 7px;
    }

    .footer-bottom{
        flex-wrap:wrap;
    }
    .footercontainer {
        padding: 0 20px;
    }


    
    /*header*/
    header{
        width: 100%;
        justify-content: space-between;
    }
    .mobile-trigger {
        display: block;
    }
    .navigation-section {
        width: 60px;
        order: 3;
    }
    .logo-container {
        padding: 10px;
        width: -webkit-calc(100% - 190px);
        width: calc(100% - 190px);
    }
    .navigation-section ul {
        position: absolute;
        right: 0;
        top: 70px;
        width: 100%;
        background: #fff;
        display: none;
        max-height: -webkit-calc(100vh - 73px);
        max-height: calc(100vh - 73px);
        overflow-y: auto;
        z-index: 999999;
    }
    .navigation-section ul li {
        display: block;
    }
    .navigation-section ul li a {
        padding: 20px;
        font-size: 12px;
    }
    .containerNew .playcontent h5{
        font-size: 15px;
    }

}





.signaturebannernew .innderbanner::before{
    content: '';
    z-index: 9;
    height: 100%;
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.50);
    background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.50) 0%, rgba(231,56,39,0) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,0,0,0.50)), color-stop(100%, rgba(231,56,39,0)));
    background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.50) 0%, rgba(231,56,39,0) 100%);
    background: -o-linear-gradient(-45deg, rgba(0,0,0,0.50) 0%, rgba(231,56,39,0) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0,0,0,0.50) 0%, rgba(231,56,39,0) 100%);
    background: linear-gradient(135deg, rgba(0,0,0,0.50) 0%, rgba(231,56,39,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e73827', GradientType=1 );
}
.signaturebannernew .innderbanner::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 44%, rgba(0,0,0,0.50) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(44%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.50)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 44%, rgba(0,0,0,0.50) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 44%, rgba(0,0,0,0.50) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 44%, rgba(0,0,0,0.50) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 44%, rgba(0,0,0,0.50) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.signaturebannernew h2{
    color: #fff;
    font-family: 'museo-300';
    font-size: 60px;
    line-height: 67.9px;
}
@media(max-width:767px){
    .signaturebannernew figcaption{
        max-width: 100%;
        top: 60%;
        padding: 0px 20px;
    }
    .signaturebannernew h2{
        font-size: 27px;
        color: #fff;
        font-family: 'museo-300';
    }
    .signaturebannernew figure{
        min-height: 4000px;
        max-height: 400px;
    }
}
