.u-list-1 {
    /* width: 1140px; */
    /* min-height: 605px; */
    grid-template-columns: repeat(5, calc(20% - 7px));
    grid-gap: 10px;
    margin: 30px auto 3px 0;
    display: grid;
}
.u-repeater-item {
    display: flex;
    position: relative;
}
.u-container-layout {
    position: relative;
    flex: 1;
    max-width: 100%;
    padding: 15px;
}
.u-container-layout img{
    background: #f3f3f3;
    max-width: 100%;
    height: auto;
}
.u-text{
    font-size: 1.125rem;
    line-height: 1.2;
    margin-top: 20px;
    font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
    margin-left: 0;
    margin-bottom: 0;
    font-weight: 700;
}
.u-container-layout h4{
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 4px;
    margin: 19px auto 0 0;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
}
.committeeBg{
    padding: 50px 1%;
    background-color: #dbd8ca;
}
.u-palette-5-light-2, .u-body.u-palette-5-light-2, .u-container-style.u-palette-5-light-2:before, .u-table-alt-palette-5-light-2 tr:nth-child(even) {
    color: #111111;
    background-color: #e0e5eb;
}
.u-shape-1 {
    width: 570px;
    margin-bottom: 0;
}
#Footer a {
    color: #23201e;
    margin: 0 0 0 10px;
}
.copyright{
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner{
    padding: 80px 1%;
    float: left;
    width: 100%;
    display: flex;
}
.banner .banner-left{
    font-family: "Barlow Condensed";
    visibility: visible;
    text-align: left;
    line-height: 63px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 63px;
    border-color: rgb(35, 32, 30);
    border-style: none;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
    color: rgb(35, 32, 30);
    text-decoration: none;
    white-space: nowrap;
    width: 55%;
    float: left;
}
.banner .banner-left span{color: #0d508d;}
.banner .banner-right{
    width: 45%;
    float: left;
}
.banner .animated-logo {
    position: relative;
    margin: 0 auto;
    width: 260px;
    height: 260px;
}
.banner .animated-logo .logo-anim {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 110px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.banner .animated-logo .circle-anim {
    width: 260px;
    height: 260px;
    animation: rotation 14s infinite linear;
    position: relative;
}
.readmore{
    font-size: 20px;
    font-weight: 700;
}
.emtab{
    margin-top: 30px;
    display: flex;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}
.emtab .lemtab{width: 50%; float: left;}
.emtab .Remtab{
    width: 50%; float: left;
    padding: 40px 5%;
}
.emtab .Remtab p{
    font-size: 17px;
}
.event-section{
    margin-bottom: 80px;
    float: left;
    width: 100%;
    margin-top: 50px;
}
.event-section .owl-nav{display: none;}
.event-section .owl-dots{
    /* position: absolute;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 30px auto 15px;
    width: 100px; */
    text-align: center;
}
.event-section .owl-dots button{margin: 0px 5px;}
.event-section .owl-dots span{
    width: 10px;
    height: 10px;
    background: #000;
    display: inline-block;
}
.event-section .active span{
    background: #0b4f8b !important;
}
.clubtexttab{
    padding:0 5% 0 5%;border-right:1px solid #000;
}

*, *::before, *::after {
    box-sizing: border-box;
}
.promo-box-wide .tt-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: stretch;
    align-items: stretch;
    padding: 50px 0 50px;
    position: relative;
}
.promo-box-wide .tt-item .tt-item__img {
    width: 59.9%;
    background-size: cover;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(../images/ifas-banner.jpg);
}
.promo-box-wide .tt-item .tt-item__content {
    background: #c0e3f6;
    box-shadow: 0px 4px 54px 8px rgb(0 0 0 / 25%);
    width: 53.7%;
    position: relative;
    z-index: 2;
    padding: 74px 95px 110px;
    color: #5C5C5C;
}
.promo-box-wide .tt-item .tt-item__label {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 149px;
    height: 149px;
    padding: 10px 5px;
    background-color:#004558;
    position: absolute;
    left: -91px;
    top: 50px;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.03em;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}
.promo-box-wide .tt-item .tt-item__label [class^=icon-] {
    font-size: 40px;
    line-height: 40px;
    position: relative;
    top: 1px;
}
.promo-box-wide .tt-item .tt-item__label-text-01 {
    font-size: 30px;
    margin-bottom: 14px;
    font-weight: 200;
}
.promo-box-wide .tt-item .tt-item__label-text-02 {
    font-size: 55px;
    line-height: 37px;
    margin-top: 2px;
}
.promo-box-wide .tt-item .tt-item__label-text-03 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 200;
}
.blocktitle {
    position: relative;
    padding-bottom: 15px;
}
.blocktitle:not([class^=blocktitle_color-]) .tt-title {
    color: #004558;
}
.blocktitle .tt-title {
    font-size: 48px;
    line-height: 50px;
    letter-spacing: -0.03em;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    position: relative;
    z-index: 2;
    margin: 37px 0 0 0;
}
.blocktitle .tt-title:after {
    content: "";
    display: inline-block;
    background: linear-gradient(270deg, #03A9F4 -0.23%, #184643 100%);
    border-radius: 10px;
    width: 43px;
    height: 4px;
    margin-left: 15px;
    bottom: 9px;
    position: absolute;
}
.blocktitle:not([class^=blocktitle_color-]) .tt-title-under {
    text-shadow: 3px 4px 10px rgb(52 52 52 / 10%);
    color: #ffffff;
}
.blocktitle .tt-title-under {
    font-size: 200px;
    line-height: 210px;
    position: absolute;
    top: -92px;
    left: -37px;
    z-index: 1;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}
.promo-box-wide .tt-item .tt-content-text {
    max-width: 571px;
    margin-top: -16px;
    position: relative;
    z-index: 3;
}
.list-01.list-text-top {
    margin-bottom: 25px;
}
.list-01 {
    margin-top: -8px;
    margin-bottom: -8px;
}
.list-01 li {
    position: relative;
    color: #888888;
    font-size: 17px;
    line-height: 24px;
}
.list-01 li:before {
    content: "";
    width: 5px;
    height: 22px;
    background-color: #004558;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 0;
}
.list-01 li a {
    display: inline-block;
    font-family: 'Barlow Condensed';
    padding: 8px 0 8px 22px;
    color: #302414;
    text-decoration: none;
    transition: color 0.2s linear;
}
.tt-link-top {
    margin-top: 27px;
}
.tt-link {
    color: #3D3B42;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: -0.01em;
    font-weight: bold;
    display: inline-block;
    transition: color 0.2s linear;
}
.section-indent04{
    float: left;
    width: 100%;
}
.section-wrapper01 {
    background:#a19e8b;
    float: left;
    width: 100%;
}
.promo02 {
    width: 100%;
    background-size: cover;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    padding: 67px 0 20px;
    min-height: 327px;
    position: relative;
    overflow: hidden;
}
.promo02 .promo02__img svg {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: torsion 7s infinite alternate ease-in-out -7.5s;
    animation: torsion 7s infinite alternate ease-in-out -7.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.promo02 .promo02__layout {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-top: 85px;
}
.promo02 .promo02__title {
    font-size: 48px;
    line-height: 51px;
    color: #ffffff;
    letter-spacing: -0.03em;
    font-family: "Poppins", sans-serif;
    padding: 0;
    margin: 0;
}
.tt-base-color {
    color: #FF1A43;
}
.promo02 .tt-col:nth-child(2) {
    margin-top: 0px;
    flex: 2 1 auto;
    padding: 0px 70px 0 50px;
}
.promo02 .promo02__content {
    color: #D3D3D5;
}
.promo02 {
    width: 100%;
    background-size: cover;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    padding: 67px 0 20px;
    min-height: 327px;
    position: relative;
    overflow: hidden;
}
.promo02 .tt-col:nth-child(3) {
    padding: 0px 0 0 0;
}
.promo02 .promo02_rowbtn > * {
    min-width: 197px;
}
.tt-btn {
    letter-spacing: -0.01em;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    padding: 19px 31px 20px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    border-left: 2px solid currentColor;
    border-right: 2px solid currentColor;
    position: relative;
    font-family: "Poppins", sans-serif;
    text-align: center;
    box-shadow: none;
    outline: none;
}

.tt-btn::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: currentColor;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 50ms;
    pointer-events: none;
}
.tt-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: currentColor;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 50ms;
    pointer-events: none;
}
.tt-btn:hover span {
    color: currentColor;
}
.tt-btn span {
    display: block;
}
.tt-btn span::before {
    right: calc(86% + 5px);
}
.tt-btn span::after {
    left: calc(19% + 5px);
}
.tt-btn span::before, .tt-btn span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: currentColor;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 50ms;
    pointer-events: none;
}
.tt-btn:active, .tt-btn:visited, .tt-btn:focus, .tt-btn:focus {
    outline: none;
    box-shadow: none;
}
.tt-btn.tt-btn__wide:hover{color: #fff; text-decoration: none;}

@keyframes rotation {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1890px){
    .promo02 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .promo02 .promo02__img {
        left: 0px;
        margin-right: 30px;
    }
    .promo02 .promo02__img > svg {
        max-width: 150px;
    }
    .promo02 .promo02__title {
        font-size: 43px;
        line-height: 45px;
    }
    .promo02 .container {
        max-width: inherit;
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 1500px){
.blocktitle .tt-title {
    font-size: 40px;
    line-height: 42px;
}
.blocktitle .tt-title-under {
    font-size: 160px;
    line-height: 170px;
}
}
@media (max-width: 1400px){
    .promo02 .promo02__img {
        left: 0px;
        margin-right: 25px;
    }
    .promo02 .promo02__img > svg {
        max-width: 110px;
    }
    .promo02 .tt-col:nth-child(1) {
        max-width: 24%;
        flex: 0 0 24%;
        min-width: 288px;
    }
    .promo02 .promo02__title {
        font-size: 40px;
        line-height: 42px;
    }
    .promo02 .tt-col:nth-child(2) {
        padding: 0px 50px 0px 50px;
    }
}

@media (min-width: 1025px){
    .promo-box-wide .tt-item .list-01 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        list-style-type: none;
    }
    .section-wrapper01 {
        margin-top: -50px;
    }
    .tt-btn.tt-btn__wide {
        padding-left: 31px;
        padding-right: 31px;
    }
}

@media (max-width: 1380px){
    .promo-box-wide .tt-item .tt-item__content {
        padding: 74px 55px 110px 95px;
        box-shadow: 0px 4px 34px rgb(0 0 0 / 25%);
    }
}

@media (min-width: 1200px){
    .u-absolute-hcenter-xl {
        left: 50% !important;
        transform: translateX(-50%);
    }
    .u-expanded-height-xl {
        position: absolute !important;
        height: 100% !important;
        top: 0 !important;
    }
}

@media only screen and (max-width: 1239px){
    .sitelogo{flex: 1;}
    .logo-main{width: 60px;}
    .promo02 .promo02__img {
        flex: 0 0 inherit;
        max-width: inherit;
        margin-right: 0;
        padding-right: 30px;
        position: relative;
        top: -25px;
    }
    .promo02 .promo02__layout {
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: stretch;
        align-items: flex-start;
        padding-top: 0px;
        padding-right: 40px;
        padding-bottom: 20px;
    }
    .promo02 .promo02__layout .tt-col:nth-child(1) {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: inherit;
    }
    .promo02 .promo02__layout .tt-col:nth-child(2) {
        padding: 0px;
        margin-top: 12px;
    }
    .promo02 .promo02__layout .tt-col:nth-child(3) {
        padding: 0px;
        margin-top: 11px;
    }
}

@media only screen and (max-width: 1050px){
    .banner .banner-left{font-size: 55px;}

    
}

@media (max-width: 1024px){
    .promo-box-wide .tt-item .tt-item__label {
        width: 118px;
        height: 118px;
        font-size: 10px;
        left: -80px;
        top: 30px;
    }
    .promo-box-wide .tt-item .tt-item__label-text-02 {
        font-size: 30px;
        line-height: 29px;
        margin-top: 1px;
    }
    .promo-box-wide .tt-item .tt-item__content {
        padding: 24px 40px 56px 77px;
    }
    .blocktitle {
        padding-bottom: 17px;
    }
    .blocktitle .tt-title {
        font-size: 35px;
        line-height: 37px;
        margin-top: 28px;
    }
    .blocktitle .tt-title-under {
        font-size: 140px;
        line-height: 147px;
        top: -33px;
        display: none;
    }
    
}

@media (min-width: 1025px){
    /* .promo-box-wide .tt-item .tt-item__img {
        background-image: url(../images/promo-box-wide01.jpg);
    } */
}

@media only screen and (max-width: 991px){
    .banner .banner-right {
        width: 36%;
        float: right;
    }

}
@media only screen and (max-width: 909px){
    .banner .banner-left{
        width: 100%;
        float: none;
        text-align: center;
    }
    .banner .banner-right {
        width: 100%;
        float: right;
    }
    h2 {
        font-size: 40px;
        line-height: 45px;
        letter-spacing: 0px;
    }
    .Remtab  h2 {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 0px;
    }
}
@media (max-width: 1024px) and (min-width: 767px){
    /* .promo-box-wide .tt-item .tt-item__img {
        background-image: url(../images/promo-box-wide02.jpg);
    } */
}
@media only screen and (max-width: 768px){
    .banner{padding: 80px 1% 20px;}
    .banner .banner-left {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .blocktitle .tt-title{font-size: 28px;}
    .promo02 .promo02__img svg {
        max-width: 88px;
        height: auto;
    }
    .promo-box-wide .tt-item {
        flex-wrap: wrap;
        padding: 0;
    }
    .promo-box-wide .tt-item .tt-item__img {
        /* background-image: url(../images/promo-box-wide03.jpg); */
        height: 400px;
        width: 100%;
        background-position: center 0;
    }
    .promo-box-wide .tt-item .tt-item__content {
        position: relative;
        width: 100%;
        padding: 7px 20px 46px;
    }
    .promo-box-wide .tt-item .tt-item__label {
        top: 0;
        left: auto;
        right: 20px;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        margin-top: 10px;
    }    
    .promo-box-wide .tt-item .tt-item__img {
        width: 100%;
        position: relative;
    }
    .banner .banner-left .readmore{display: block;}
    .u-list-1{
        margin: 30px auto 3px 0;
    }
    .u-list-1{
        display: block;
    }
    .u-container-layout img{width: 100%;}
    .clubtext .one-second.mcb-wrap {
        width: 100%;
    }
    .clubtexttab {
        padding: 0 5% 0 5%;
        border-right: none;
        text-align: center !important;
    }
    .column, .columns {
        float: left;
        margin: 0;
    }
    .four-fifth.column {
        width: 100%;
    }
    .clubtext .no_line{display: none;}
    .emtab{display: block;}
    .emtab .lemtab {
        width: 100%;
        float: left;
    }
    .emtab .Remtab {
        width: 100%;
        float: left;
        padding: 30px 10px;
    }
    .one.column {
        width: 100%;
    }
    .sitelogo {
        flex: 0 0 100%;
        margin: 10px 0px 0 10px;
    }
    .banner {
        padding: 140px 1% 20px;
    }
    .mobile-header-mini #Top_bar a.responsive-menu-toggle{
        top: 50px !important;
        position: absolute !important;
    }
    .mobile-sticky #Top_bar.is-sticky {
        position: fixed !important;
        background-color: #d9d6d2 !important;
    }
    .logo-main{width: 50px;}
    .mobile-sticky #Top_bar.is-sticky a.responsive-menu-toggle {
        top: 42px!important;
    }
    #Side_slide #menu ul li a {
        display: block;
        padding: 11px 5px 10px 20px;
        margin-right: 50px;
        text-decoration: none;
        line-height: 19px;
        font-size: 18px;
    }
}

#aboutsection{
    float: left; width: 100%;
}
#ourteam{
    float: left; width: 100%;
}
@media (max-width: 575px){
    .promo-box-wide .tt-item .tt-item__img {
        height: 244px;
    }
}
a.btn {
    background-color: #004558;
    padding: 10px 17px;
    display: inline-block;
    font-family: 'Poppins';
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    margin: 10px;
}

a.btn-pop {
    background-color: #003151;
    padding: 10px 17px;
    display: inline-block;
    font-family: 'Poppins';
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

a.btn1 {
    background-color: #23201e;
    padding: 10px 17px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
}

.btn:hover {
    color: #ffffff;
    background-color: #e05d25;
    border-color: var(--bs-btn-hover-border-color);
}

.load-popup .modal-header {
    padding: 0;
    border: none;
}

.load-popup button#close-btn {
    position: absolute;
    z-index: 2;
    right: 3%;
    top: 0;
    background-color: transparent;
    padding: 0;
    font-size: 27px;
}

.load-popup .modal-body {
    padding: 0;
    height: 100%;
}

p.title__text-description {
    font-family: 'Barlow Condensed';
    font-size: 19px;
    color: #184643;
    font-weight: 500;
}

p.head__text-description {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
}

p.title-__text-description {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 25px;
    color: #32837d;
}

.load-popup .modal-body img{height: 100%;object-fit: cover;object-position: center;}
.m-wrap-item h5{color: #302414;margin-bottom: 0px;font-size: 22px;text-align: center;margin-top: 15px;}