.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

html {
    scroll-behavior: smooth;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: "Inter", sans-serif;
}

input, textarea, a {
    font-family: "Inter", sans-serif;
}

.container, .container-fluid {
    padding: 0;
}

.container .row, .container-fluid .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

input, textarea {
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.tab-content>.tab-pane {
    display: none;
    position: relative;
}

.tab-content>.active {
    display: block;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }

}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }

}

@media (min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }

}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px;
    }

}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }

}

/*****************************************/
.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

.slick-slider {
    width: 100%;
    margin: 0;
}

.eqlh {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.float-left {
    float: left;
}

.clear-both {
    clear: both;
}

/****************************************/

/**heder*/
.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 0px;
    box-sizing: border-box;
    height: auto;
    transition: 0.25s all linear;
}

.header.fixed {
    background: #fff;
    transition: 0.25s all linear;
}

.img-fluid, .img-responsive {
    max-width: 100%;
    height: auto;
}

.header-main {
    padding: 0 65px 0;
    border-radius: 0;
    transition: 0.25s all linear;
}

.header.fixed .header-main {
    margin-top: 0;
    transition: 0.25s all linear;
    border-radius: 0;
}

.header .logo {
    padding: 10px;
    background: #fff;
    width: 100px;
    float: left;
    margin-right: 0;
}

.header .logo img {
    width: 100%;
    display: block;
    transition: 0.25s all linear;
}

.header .logo img.second-logo {
    display: none;
    transition: 0.25s all linear;
}

.header.fixed .logo img.color-logo {
    display: none;
    transition: 0.25s all linear;
}

.header.fixed .logo img.second-logo {
    display: block;
    transition: 0.25s all linear;
}

.header .logo a {
    font-size: 30px;
    text-transform: capitalize;
    color: #e91e63;
    font-weight: 600;
}

.header .nav-menu {
    padding: 0 15px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .menu>.menu-item>a .plus {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 6px;
    transform: rotate(45deg);
    pointer-events: none;
}

.header.new-header .menu>.menu-item>a .plus {
    border-color: #1D1A0C
}

.header.fixed .menu>.menu-item>a .plus {
    border-color: #1D1A0C;
}

.header .menu .menu-item {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0 12px
}

.header .menu .menu-item .sub-menu .menu-item {
    margin: 0;
}

.header .menu .menu-item .sub-menu .menu-item.sub-to-submenu {
    position: relative;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu {
    display: flex;    /*     visibility: visible !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        opacity: 1 !important; */
    padding: 21px;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu {
    width: 33.33%;    /* padding: 0 10px; */
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu:nth-child(1) {
    padding-right: 10px;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu:nth-child(2) {
    padding-right: 10px;
    padding-left: 10px;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu:nth-child(3) {
    padding-left: 10px;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .bottom-athena-logo {
    position: absolute;
    bottom: 18px;
    width: 94px;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu span {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu .list-part-sub-menu a {
    padding: 9px 0;
    background: #fff;
    text-transform: math-auto;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu .list-part-sub-menu a:hover {
    background: #fff;
    color: #8335b9;
}

/* .header .menu .menu-item .sub-menu .menu-item.sub-to-submenu .sub-menu {
    position: absolute;
    left: 100%;
    width: 300px;
    top: 0;
    display: none;
} */
.header .menu .menu-item .sub-menu .menu-item.sub-to-submenu .sub-menu {
    position: static;
    box-shadow: none;
    width: auto;
}

.header .menu .menu-item .sub-menu .menu-item.main-big-navigation .sub-menu.main-sub-menu {
    display: flex;
}

.header .menu .menu-item .sub-menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .sub-to-submenu {
    width: 50%;
}

.header .menu .menu-item.main-big-navigation .sub-menu {
    width: 567px;
    position: absolute;
    left: -152px;
}

.header .menu .menu-item .sub-menu .menu-item.sub-to-submenu:hover .sub-menu {
    display: block;
}

/* .menu-active {
    border-bottom: 3px solid #6a05a6 !important;
}
 */
.header .menu .menu-item a {
    display: block;
    padding: 18px 14px;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    line-height: 1.6;
    border-bottom: 3px solid transparent;
    font-family: "DM Sans", sans-serif;
}

.header .menu .menu-item a .plus {

    /*     border: solid #626262;
        border-width: 0 2px 2px 0; */
    display: inline-block;
    padding: 3px;
    vertical-align: middle;    /* margin-top: -5px;
        margin-left: 6px;
        transform: rotate(45deg); */
}

.header .menu .menu-item.active a {

    /*   background: linear-gradient(to right, #6d9efb, #a64fcd, #d938b6);
      -webkit-background-clip: text;
      background-clip: text; */
    color: #fff;    /* color: transparent; */
    border-bottom: 2px solid #fff;
}

.header.new-header .menu .menu-item.active a, .header.new-header .menu .menu-item a {
    color: #1D1A0C;
}

.header.new-header .menu .menu-item.active a {
    border-bottom-color: #1D1A0C;
}

.header.fixed .menu .menu-item a {
    color: #1D1A0C;
}

/* .header .menu>.menu-item>a .plus{
border-color: #1D1A0C;
} */

/*.header .menu > .menu-item:hover > a .plus{
border: solid #fff;
border-width: 0 2px 2px 0;
}*/

/* .header .menu .menu-item a .plus:after {
transform: translate(-50%, -50%) rotate(-90deg);
} */
.header.fixed .menu .menu-item.active a {
    border-bottom-color: #1D1A0C;
}

.header .menu .menu-item:hover>a {

    /* border-bottom: 3px solid #4d8546; */
}

.header .menu .menu-item .sub-menu {
    box-shadow: 0px 0 10px rgb(0 0 0 / 20%);
    width: 220px;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    padding: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.header .menu .menu-item .sub-menu.submenu-2 {

    /*left: 220px !important;
    box-shadow: none;*/
}

.submenu-main-bg {
    background: #fff;
    width: 450px !important;
    position: absolute;
    display: flex;
}

.submenu-main-bg:before {
    content: "\2023";
    position: absolute;
    top: -37px;
    left: 50px;
    font-size: 60px;
    color: #4d8546;
    font-weight: 500;
    transform: rotate(270deg);
}

.submenu-main-box {
    position: relative;
    padding: 0;
    margin: 0;
    width: 50%;
    display: inline-block;
    border-right: 1px solid #ccc;
}

.submenu-main-box ul {
    width: auto !important;
    box-shadow: none !important;
    position: relative !important;
    top: 0 !important;
}

.header .menu .menu-item .sub-menu .submenu-main-box ul li a {
    padding: 10px 20px;
    border: none;
}

@media(min-width:992px) {
    .header .menu .menu-item-has-children:hover .sub-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .header .menu .menu-item-has-children:hover>a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

}

.header .menu .menu-item .sub-menu .menu-item {
    display: block;
}

.header .menu .menu-item .sub-menu .submenu-1 li.submenu-header, .header .menu .menu-item .sub-menu .submenu-2 li.submenu-header {
    display: block;
    padding: 12px 20px;
    color: #4d8546;
    transition: all 0.3s ease;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
}

.header .menu .menu-item .sub-menu .menu-item a {
    display: block;
    padding: 6px 20px;
    color: #242833;
    transition: all 0.3s ease;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    border-bottom: 1px solid #ddd;
    font-family: "DM Sans", sans-serif;
}

.header .menu .menu-item .sub-menu .menu-item a:hover {
    background: #0092d4;
    color: #fff;
    transition: 0.25s all linear;
}

.header .menu.right-side-part .menu-item a {
    font-size: 14px;
}

.header .menu.right-side-part .menu-item .sub-menu .menu-item a {
    font-size: 12px;
}

.header .open-nav-menu {
    height: 34px;
    width: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header .open-nav-menu span {
    display: block;
    height: 3px;
    width: 24px;
    background-color: #000000;
    position: relative;
}

.header .open-nav-menu span:before, .header .open-nav-menu span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    box-sizing: border-box;
}

.header .open-nav-menu span:before {
    top: -7px;
}

.header .open-nav-menu span:after {
    top: 7px;
}

.header .close-nav-menu {
    height: 17px;
    width: 40px;
    background-color: #ffffff;
    margin: 0 0 15px 15px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
}

.header .close-nav-menu img {
    width: 16px;
}

.header .menu-overlay {
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.right-header-part {
    padding: 4px 5px 4px 20px;
    font-size: 16px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #4d8546;
    border-radius: 30px;
    display: inline-block;
    text-align: right;
    width: 191px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
}

.right-header-part a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    padding: 0px;
    color: #4d8546;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 12px;
    text-decoration: none;
}

.right-header-part a:hover .arrow span {
    width: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.right-header-part a span {
    margin-left: 10px;
}

.right-header-part a b {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
}

.logo-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow {
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    margin-left: 5px;
    float: right;
    left: 0;
}

@media(max-width:991px) {
    .header .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    .header .nav-menu {
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }

    .right-header-part {
        margin-top: 20px;
        margin-left: 10px;
    }

    .header .nav-menu {
        position: fixed;
        right: -100%;
        visibility: hidden;
        width: 280px;
        height: 100%;
        top: 0;
        overflow-y: auto;
        background-color: #222222;
        z-index: 1000;
        padding: 15px 0;
        transition: all 0.5s ease;
    }

    .header .nav-menu.open {
        visibility: visible;
        right: 0px;
    }

    .header .menu .menu-item {
        display: block;
        margin: 0;
    }

    .header .menu .menu-item-has-children>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .menu .menu-item a {
        color: #ffffff;
        padding: 12px 15px;
        border-bottom: 1px solid #333333;
    }

    .header .menu .menu-item:first-child>a {
        border-top: 1px solid #333333;
    }

    .header .menu .menu-item a .plus:before, .header .menu .menu-item a .plus:after {
        background-color: #ffffff;
    }

    .header .menu .menu-item-has-children.active>a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .header .menu .menu-item .sub-menu {
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        border: none;
        background-color: transparent;
        box-shadow: none;
        transform: translateY(0px);
        padding: 0px;
        left: auto;
        top: auto;
        max-height: 0;
        overflow: hidden;
    }

    .submenu-main-bg {
        width: 100% !important;
    }

    .submenu-main-box {
        width: 100%;
        border-right: none;
    }

    .header .menu .menu-item .sub-menu .submenu-main-box ul li a {
        padding: 5px 20px;
    }

    .header .menu .menu-item .sub-menu .menu-item a {
        padding: 12px 45px;
        color: #ffffff;
        border-bottom: 1px solid #333333;
    }

    .header .close-nav-menu, .header .open-nav-menu {
        display: flex;
        padding: 10px 7px;
        width: 26px;
    }

}

/**heder*/

/******************/
.header .logo.mobile-logo {
    display: none;
}

.header .menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.header .nav-menu {
    float: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .contact-link {
    display: inline-block;
    background: linear-gradient(to right, #659bff, #eb8cd4);
    padding: 1px;
    position: relative;
    border-radius: 30px;
    width: 150px;
    text-align: center;
    transition: 0.25s all linear;
}

.header .contact-link a {
    text-decoration: none;
    padding: 14px 15px;
    display: block;
    background: #fff;
    transition: 0.25s all linear;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 15px;
}

.header .contact-link a span {

    /*  background: linear-gradient(to top, #659bff, #dcaae4, #ed9ad9, #eb8cd4);
     -webkit-background-clip: text;
     background-clip: text;
     color: transparent; */
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: 500;
    border-radius: 30px;
    transition: 0.25s all linear;
}

.header .contact-link:hover a {
    background: linear-gradient(to right, #659bff, #eb8cd4);
    transition: 0.25s all linear;
}

.header .contact-link:hover a span {
    color: #fff;
}

.heading {
    font-family: "DM Sans", sans-serif;
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    line-height: 54px;
}

.sub-heading {
    color: #A6985B;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    opacity: 0.9;
}

p {
    font-size: 18px;
    line-height: 30px;
    color: #6E6D68;
    font-weight: 400;
}

.common-btn {
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 29px 52px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    background: #0092d4;
    cursor: pointer;
}

.hero-section {
    height: 100vh;    /* background: url(../images/banner.jpg) no-repeat; */
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-section .video-bg {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.hero-section .video-bg video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-section:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.hero-section .top-banner {
    height: 100%;
    position: absolute;
    left: 7%;
    bottom: -8%;
    width: auto;
    display: flex;
    align-items: center;
    z-index: 6;
}

.hero-section .top-banner .heading {
    margin-bottom: 20px;
    font-size: 62px;
    line-height: 66px;
}

.hero-section .top-banner .sub-heading {
    color: #fff;
    margin-bottom: 20px;
}

.hero-section .top-banner p {
    color: #fff;
    margin-bottom: 30px;
}

.hero-section .top-banner .content-page {
    width: 62%;
}

.level-of-services {
    padding: 100px 0;
}

.level-of-services .heading {
    color: #1D1A0C;
}

.level-of-services .sub-heading {
    margin-bottom: 30px;
}

.level-of-services .left-side-part {
    padding-right: 50px;
}

.level-of-services .right-side-part {
    padding-left: 50px;
}

.level-of-services .right-side-part p {
    margin-bottom: 20px;
}

.level-of-services .right-side-part p:last-child {
    margin-bottom: 0;
}

.level-of-services .element-section {
    margin-top: 60px;
    text-align: center;
}

.level-of-services .element-section .col-lg-3 {
    padding: 0 15px;
}

.level-of-services .element-section .format-part {
    padding: 30px;
    background-color: #fff;
    text-align: center;
    transition: 0.25s all linear;
    border: 1px solid #ddd;
height: 266px;
    transition: 0.25s all linear;
}

.level-of-services .element-section .format-part:hover {
    background: #c6efff;
    transition: 0.25s all linear;
}

.level-of-services.what-we-do-section .element-section .format-part:hover {
    background: #fff;
}

.level-of-services.game-format-rules-section .element-section .format-part:hover {
    background: #fff;
}

.level-of-services .element-section .format-part a {
    text-decoration: none;
}

.level-of-services .element-section .format-part .icon {
    margin-bottom: 30px;
}

.level-of-services .element-section .format-part .icon svg,.level-of-services .element-section .format-part .icon img {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    color: #1D1A0C;
    transition: 0.25s all linear;
    margin:0 auto;
    
}

.level-of-services .element-section .format-part .content-part strong {
    color: #1D1A0C;
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 15px;
    display: block;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    transition: 0.25s all linear;
}

.level-of-services .element-section .format-part .content-part p {
    font-size: 17px;
    line-height: 1.6em;
    color: #6E6D68;
    transition: 0.25s all linear;
}

.level-of-services .element-section .format-part:hover .content-part p {
    color: #000;
    transition: 0.25s all linear;
}

/* .level-of-services .element-section .format-part:hover .content-part strong {
color: #0092d4;
transition: 0.25s all linear;
} */
.level-of-services .element-section .format-part:hover .icon svg {
    color: #0092d4;
    transition: 0.25s all linear;
}

.level-of-services .element-section .format-part:hover {
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
    transition: 0.25s all linear;
}

.level-of-services .element-section .common-btn {
    margin-top: 40px;
}

.latest-articles-tips-section {
    padding: 100px 0;
    background-color: #F8F8F4;
}

.latest-articles-tips-section .heading-part {
    margin-bottom: 40px;
}

.latest-articles-tips-section .heading-part .heading {
    color: #1D1A0C;
    text-align: center;
}

.latest-articles-tips-section .heading-part .sub-heading {
    text-align: center;
    margin-bottom: 20px;
}

.latest-articles-tips-section .col-lg-4 {
    padding: 0 15px;
}

.latest-articles-tips-section .common-article-thumb {
    position: relative;
    transition: 0.25s all linear;
}

.latest-articles-tips-section .common-article-thumb a {
    text-decoration: none;
}

.latest-articles-tips-section .common-article-thumb .thumb-image {
    position: relative;
    overflow: hidden;
    transition: 0.25s all linear;
    margin-bottom: 30px;
}

.latest-articles-tips-section .common-article-thumb .thumb-image img {
    width: 100%;
    transition: 0.25s all linear;
    display: block;
}

.latest-articles-tips-section .common-article-thumb:hover .thumb-image img {
    -ms-transform: scale(1.1);    /* IE 9 */
    -webkit-transform: scale(1.1);    /* Safari 3-8 */
    transform: scale(1.1);
    transition: 0.25s all linear;
}

.latest-articles-tips-section .common-article-thumb .content-part {
    padding-left: 50px;
    position: relative;
}

.latest-articles-tips-section .common-article-thumb .content-part .post_header:before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 35px;
    height: 2px;
    content: "";
    display: block;
    background-color: #1D1A0C;
}

.latest-articles-tips-section .common-article-thumb .content-part .post_header .post_meta {
    margin-bottom: 20px;
}

.latest-articles-tips-section .common-article-thumb .content-part .post_header .post_meta span {
    color: #1D1A0C;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 15px;
    font-family: "DM Sans", sans-serif;
}

.latest-articles-tips-section .common-article-thumb .content-part .post_header .post_meta span:last-child {
    color: #9A9694;
}

.latest-articles-tips-section .common-article-thumb .content-part h4 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    color: #1D1A0C;
    font-family: "DM Sans", sans-serif;
}

.latest-news-highlights-section {
    padding: 100px 0;
}

.latest-news-highlights-section .col-lg-4, .latest-news-highlights-section .col-lg-8 {
    padding: 0 15px;
}

.latest-news-highlights-section .left-side-part .heading {
    color: #1D1A0C;
    margin-bottom: 30px;
}

.latest-news-highlights-section .right-side-part {
    display: flex;
}

.latest-news-highlights-section .right-side-part p {
    width: 80%;
}

.latest-news-highlights-section .right-side-part .view-more {
    width: 20%;
    text-align: right;
    color: #1D1A0C;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-decoration: none;
}

.latest-news-highlights-section .right-side-part .view-more svg {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}

.events-item-info {
}

.events-item-info a {
    text-decoration: none;
    width: 100%;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.events-item-info:hover .events-item-title {
    color: #0092d4
}

.event-right-part .common-btn {
    margin-top: 30px;
}

.events-item-date-start {
    width: auto;
    min-width: 80px;
    margin-right: 1.3em;
    margin-top: 0.5em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    flex-shrink: 0;
}

.events-item-date-start .events-item-date-day {
    font-size: 31px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #1D1A0C;
    font-family: "DM Sans", sans-serif;
}

.events-item-date-start .event-item-date-month {
    margin-top: 7px;
    font-size: 15px;
    line-height: 19px;
    color: #9A9694;
}

.events-item-content-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

.events-item-thumb {
    width: 100%;
    margin-right: 1.6em;
    overflow: hidden !important;
    flex-basis: 170px;
    flex-shrink: 0;
}

.post-featured {
    overflow: hidden;
    position: relative;
}

.post-featured.hover-link img {
    will-change: transform;
}

.post-featured.hover-link.with-thumb>.bg-in, .post-featured.hover-link img {
    will-change: transform;
    -webkit-transition: -webkit-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.01, 1.01);
    -ms-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01);
}

.events-item-content {
    width: 100%;
    padding-left: 20px;
    position: relative;
}

.events-item-content .icon {
    position: absolute;
    right: 0;
    top: 0;
    color: #0092d4;
}

.events-item-title {
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
    color: #1D1A0C;
}

.events-item-meta {
    font-size: 13px;
    line-height: 24px;
    color: #9A9694;
}

.events-item-title+.events-item-meta {
    margin-top: 14px;
}

.events-item-meta {
    font-size: 13px;
    line-height: 24px;
    color: #9A9694;
}

.events-item-title+.events-item-meta {
    margin-top: 14px;
}

.events-item-meta-locality {
    margin-right: 1em;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #1D1A0C;
}

.events-item-meta-date {
    position: relative;
}

.events-item-meta .events-item-meta-date-separator {
    margin: 0 0.5em;
}

.events-item-meta .events-item-meta-item {
    margin-right: 10px;
}

.events-item-meta .events-item-meta-item .events-item-meta-locality-city {
    font-size: 14px;
    font-weight: 600;
    color: #1D1A0C;
    line-height: 17px;
}

.events-item-meta svg {
    width: 17px;
    height: 17px;
    color: #2CC374;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

footer {
    background: #005aab;
    padding: 100px 0 0;
}

footer .col-lg-3 {
    padding: 0 15px;
}

footer .logo-format a {
    width: 100px;
    display: block;
}

footer .logo-format a img {
    background: #fff;
    padding: 13px;
}

footer .common-format strong {
    font-size: 20px;
    color: #FCFCFC;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
    display: block;
    margin-bottom: 26px;
}

footer .common-format p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 30px;
}

footer .common-format p a {
    color: #fff;
}

footer .common-format .shot-links a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 22px;
    display: block;
    text-decoration: underline;
}

footer .shot-links a:last-child {
    margin-bottom: 0;
}

footer .social-links {
    margin-top: 20px;
}

footer .social-links a {
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
}

footer .social-links a svg {
    width: 20px;
    height: 20px;
}

footer .bottom-footer {
    padding: 30px 0 30px;
    border-top: 1px solid #5788b5;
    margin-top: 41px;
}

footer .top-footer {
    padding-bottom: 40px;
}

footer .bottom-footer p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

footer .bottom-footer p a {
    color: #fff;
}

.gallery-section {
    padding: 0 0 100px;
}

/* .gallery-section .col-lg-12 {
height: 100%;
} */
.gallery-section .common-gallery-part {
    height: 100%;
    display: block;
}

.gallery-section .common-gallery-part img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.get-our-club-membership-now {
    padding: 0 0 100px;
}

.get-our-club-membership-now .sub-heading {
    margin-bottom: 20px;
}

.get-our-club-membership-now .heading {
    color: #1D1A0C;
    margin-bottom: 30px;
}

.get-our-club-membership-now ul {
    margin-top: 30px;
    padding-left: 27px;
}

.get-our-club-membership-now ul li {
    position: relative;
    color: #1D1A0C;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 15px;
}

.get-our-club-membership-now ul li strong {
    font-weight: 700;
}

.get-our-club-membership-now ul li:before {
    content: "\2714";
    font-size: 20px;
    color: #2CC374;
    position: absolute;
    top: 0;
    left: -24px;
}

.get-our-club-membership-now ul li:last-child {
    margin-bottom: 0;
}

.get-our-club-membership-now .common-btn {
    margin-top: 30px;
}

.get-our-club-membership-now .col-lg-6 {
    padding: 0 15px;
}

.get-our-club-membership-now .left-side-part {
    padding-right: 100px;
    display: flex;
    align-items: center;
    height: 100%;
}

.get-our-club-membership-now .right-part {
    text-align: right;
}

.gmaaas-competition-calendar {
    padding: 100px 0;
}

.gmaaas-competition-calendar .heading-part .heading {
    color: #fff;
}

.gmaaas-competition-calendar {

    /* height: 100vh; */

    /*  background: url(../images/banner.jpg);
    background-size: cover;
    background-position: center; */
    position: relative;
    padding: 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 200px 0 100px
}

.gmaaas-competition-calendar .video-bg {
    position: relative;
}

.gmaaas-competition-calendar .video-bg video {
    height: 100%;
    object-position: center;
    object-fit: cover;
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

/* 
.gmaaas-competition-calendar:before {
content: " ";
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
}
 */
.gmaaas-competition-calendar .center-part-table {

    /* padding: 60px 10px; */
    position: static;
    top: 50%;
    transform: none;
    width: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.gmaaas-competition-calendar .center-part-table .heading-part {
    margin-bottom: 40px;
    text-align: center;
}

/* .gmaaas-competition-calendar .center-part-table .table-part {
max-height: 261px;
} */
.gmaaas-competition-calendar .center-part-table .table-part {
    background: #fff;
}

.gmaaas-competition-calendar .center-part-table .table-part table {
    width: 100%;
}

.gmaaas-competition-calendar .center-part-table .table-part table tr {
    border-bottom: 1px solid #ddd;
}

.gmaaas-competition-calendar .center-part-table .table-part table tr th {
    padding: 11px;
    color: #1D1A0C;
    font-size: 18px;
    line-height: 28px;
    background: #005aab;
    color: #fff;
    text-align: left;
    font-weight: 700;
    position: sticky;
    top: 0;
}

.gmaaas-competition-calendar .center-part-table .table-part table tr th:last-child, .gmaaas-competition-calendar .center-part-table .table-part table tr td:last-child {
    text-align: center;
    min-width: 122px;
}

.gmaaas-competition-calendar .center-part-table .table-part table tr th:first-child {
    min-width: 188px;
}

/* .gmaaas-competition-calendar .center-part-table .table-part table tr th:nth-last-child(3),.gmaaas-competition-calendar .center-part-table .table-part table tr th:nth-last-child(3){
text-align: center;
}
.gmaaas-competition-calendar .center-part-table .table-part table tr th:nth-last-child(2),.gmaaas-competition-calendar .center-part-table .table-part table tr td:nth-last-child(2){
text-align: center;
min-width: 122px;
} */
.gmaaas-competition-calendar .center-part-table .table-part table tr td {
    padding: 11px;
    color: #1D1A0C;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    font-weight: 500;
}

/* .gmaaas-competition-calendar .center-part-table .table-part table tr td a{
text-decoration: none;
display: inline-block;
color: #e23002;
} */
.gmaaas-competition-calendar .center-part-table .table-part table tr td .common-button {
    margin-top: 0;
}

.gmaaas-competition-calendar .center-part-table .table-part table tr td .common-button a {
    font-size: 14px;
    line-height: normal;
    color: #005aab;
    font-weight: 500;
    text-transform: capitalize;
    margin: 5px;
    transform: 0.25s all linear;
    display: inline-block;
}

.gmaaas-competition-calendar .center-part-table .table-part table tr td .common-button a:hover {
    color: #073d6d;
    transition: 0.25s all linear;
}

.gmaaas-competition-calendar .center-part-table .table-part table tr td .common-button a:last-child {
    margin-right: 0;
}

.gmaaas-competition-calendar .center-part-table .table-part table tr td a svg {
    width: 30px;
    height: 30px;
}

.gmaaas-competition-calendar .center-part-table .table-part table tr td sup {
    vertical-align: super;
    font-size: smaller;
}

.gmaaas-competition-calendar .center-part-table .table-part table tr:nth-child(odd) {
    background-color: #F8F8F4;
}

.shaping-the-future-section {
    padding: 79px 0 180px;
}

.shaping-the-future-section .col-lg-6 {
    padding: 0 15px;
}

.shaping-the-future-section .left-side-part {
    position: relative;
}

.shaping-the-future-section .left-side-part img.first-image {
    width: 77%;
    display: block;
}

.shaping-the-future-section .left-side-part img.second-image {
    width: 54%;
    position: absolute;
    bottom: -80px;
    right: 0;
}

.shaping-the-future-section .right-side-part {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-left: 0;
}

.shaping-the-future-section .right-side-part .heading {
    color: #1D1A0C;
    margin-bottom: 30px;
    font-size: 62px;
    line-height: 74px;
}

.shaping-the-future-section .right-side-part p {
    margin-bottom: 20px;
}

.shaping-the-future-section .right-side-part p:last-child {
    margin-bottom: 0;
}

.shaping-the-future-section .right-side-part p strong {
    font-weight: 600;
}

.shaping-the-future-section .right-side-part .content-part p {
    margin-bottom: 5px;
}

.our-mission-section {

    /*  padding: 100px 0; */

    /*  background-color: #F8F8F4; */

    /*  background: url('../images/our-club/our-mission-bg.jpg') no-repeat;
     background-size: cover;
     background-position: center; */
    position: relative;
    overflow: hidden;
}

.our-mission-section .center-part-div {
    background: #019ee3;
    padding: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28%;
}

.our-mission-section .video-bg {
    overflow: hidden;
    position: relative;
}

.our-mission-section .video-bg video {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 68vh;
}

.our-mission-section .col-lg-12 {
    padding: 0 15px;
}

.our-mission-section .heading {
    color: #fff;
    margin-bottom: 30px;
}

.our-mission-section p {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
}

.our-mission-section p:last-child {
    margin-bottom: 0;
}

.level-of-services.what-we-do-section .bottom-text {
    margin-top: 40px;
}

.level-of-services.what-we-do-section .bottom-text p strong {
    font-weight: 600;
}

.contact-location-address {
    padding: 100px 0;
}

.contact-location-address .heading-part {
    text-align: center;
    margin-bottom: 40px;
}

.contact-location-address .heading-part .heading {
    color: #1D1A0C;
}

.contact-location-address .col-lg-4 {
    padding: 0 15px;
}

.contact-location-address .location-addess {
    text-align: center;
}

.contact-location-address .location-addess .icon-part {
    margin-bottom: 30px;
}

.contact-location-address .location-addess .icon-part svg {
    width: 50px;
    height: 50px;
    color: #005aab;
    display: block;
    margin: 0 auto;
}

.contact-location-address .location-addess .bottom-text strong {
    color: #1D1A0C;
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 15px;
    display: block;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
}

.contact-location-address .location-addess .bottom-text p {
    font-size: 18px;
    line-height: 28px;
    color: #6E6D68;
    font-weight: 400;
}

.contact-location-address .location-addess .bottom-text p a {
    color: #6E6D68;
    text-decoration: none;
    color: #0092d4;
}

.location-map-forms {
    position: relative;
    overflow: hidden;
}

.location-map-forms .left-side-part {
    height: 100%;
}

.location-map-forms .left-side-part iframe {
    display: block;
    height: 100%;
}

.location-map-forms .right-side-part {
    background-color: #F8F8F4;
    padding: 100px 100px;
}

.location-map-forms .right-side-part .sub-heading {
    margin-bottom: 20px;
}

.location-map-forms .right-side-part .heading {
    color: #1D1A0C;
    margin-bottom: 40px;
}

.location-map-forms .right-side-part form .col-lg-6, .location-map-forms .right-side-part form .col-lg-12 {
    padding: 0 15px;
}

.location-map-forms .right-side-part form .mb-3 input, .location-map-forms .right-side-part form .mb-3 textarea {
    margin-bottom: 0;
    -webkit-box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.01);
    -ms-box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.01);
    box-shadow: 0 15px 15px -14px rgba(0, 0, 0, 0.01);
    padding: 10px 0;
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1px;
    border-color: transparent;
    outline: none;
    border-radius: 0;
    background: transparent;
    resize: none;
}

.location-map-forms .right-side-part form .mb-3 .line {
    display: block;
    height: 1px;
    width: 100%;
    position: relative;
    background-color: #DBD9D7;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
    margin-top: -1px;
}

.location-map-forms .right-side-part form .mb-3 .line:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #1D1A0C;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.location-map-forms .right-side-part form .mb-3:hover .line:before {
    width: 100%;
    transition: all 0.4s ease;
}

.location-map-forms .right-side-part form .common-btn {
    border-width: 0;
    border: 0;
    padding: 21px 39px;
    margin-top: 40px;
}

.location-map-forms .right-side-part form .common-btn svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.banner-section {
    background: url(../images/swimming/banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 340px 0;
    position: relative;
}

.banner-section .heading {
    font-size: 82px;
    line-height: 86px;
}

.banner-section:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.banner-section .container {
    z-index: 5;
    position: relative;
}

.level-of-services.game-format-rules-section {
    background-color: #F8F8F4;
}

.level-of-services.game-format-rules-section .heading-part {
    text-align: center;
}

.get-our-club-membership-now.competitions-championships-section {
    padding: 100px 0;
}

.get-our-club-membership-now.why-participate-in-swimming-section .right-part {
    text-align: left;
}

.get-our-club-membership-now.why-participate-in-swimming-section .left-side-part {
    padding-right: 0;
    padding-left: 100px;
}

.get-involved-section {
    padding: 100px 0;
}

.get-involved-section .main-part-container {
    background: url('../images/our-club/our-mission-bg.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

.get-involved-section .main-part-container .left-side-part img {
    display: block;
    margin-top: -66px;
}

.get-involved-section .main-part-container .right-side-part {
    padding-left: 60px;
    padding: 50px;
}

.get-involved-section .main-part-container .right-side-part .heading {
    color: #1D1A0C;
    margin-bottom: 30px;
}

.get-involved-section .main-part-container .right-side-part p {
    color: #000;
    margin-bottom: 15px;
}

.get-involved-section .main-part-container .right-side-part p strong {
    font-weight: 700;
}

.get-involved-section .main-part-container .right-side-part .common-btn {
    padding: 20px 30px;
}

.level-of-services.the-core-of-competitive-section .right-side-part p {
    font-size: 24px;
    line-height: 40px;
}

.level-of-services.the-core-of-competitive-section .right-side-part p strong {
    font-weight: 600;
}

.level-of-services.membership-rules-section .left-side-part {
    padding-right: 0;
}

.level-of-services.membership-rules-section .left-side-part .heading {
    margin-bottom: 20px;
    font-size: 40px;
}

.level-of-services.membership-rules-section .left-side-part p {
    margin-bottom: 20px;
    color: #1D1A0C;
}

.level-of-services.membership-rules-section .left-side-part p a {
    color: #008bd0;
}

.level-of-services.membership-rules-section .left-side-part ul {
    margin-bottom: 20px;
    padding-left: 27px;
}

.level-of-services.membership-rules-section .left-side-part ul li {
    position: relative;
    color: #1D1A0C;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 10px;
}

.level-of-services.membership-rules-section .left-side-part ul li:before {
    content: "\2714";
    font-size: 20px;
    color: #2CC374;
    position: absolute;
    top: 0;
    left: -24px;
}

.level-of-services.membership-rules-section .left-side-part ul li strong {
    font-weight: 700;
}

.level-of-services.membership-rules-section .left-side-part h3 {
    font-family: "DM Sans", sans-serif;
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 15px;
    font-weight: 700;
    margin-top: 30px;
}

.level-of-services.membership-rules-section .left-side-part .sub-point {
    margin-top: 15px;
}

.level-of-services.membership-rules-section .left-side-part .sub-point li:before {
    content: " ";
    width: 8px;
    height: 8px;
    background: #2CC374;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: -18px;
}

.level-of-services.membership-rules-section .left-side-part .sub-point li span {
    display: block;
    font-weight: 700;
    margin-bottom: 2px;
}

.banner-section.membership-rules-banner {
    padding: 253px 0 123px;
    background: url('../images/membership-rules-banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.banner-section.water-polo-banner {
    background: url('../images/water-polo/banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.level-of-services.application-for-membership-section {
    background-color: #F8F8F4;
    padding: 50px 0;
}

.level-of-services.membership-rules-section .left-side-part p strong {
    font-weight: 700;
}

.level-of-services.top-padd {
    padding-bottom: 50px
}

.level-of-services.bottom-padd {
    padding-top: 50px
}

.banner-section.diving-banner-section {
    background: url(../images/diving/banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.banner-section.open-water-section {
    background: url(../images/open-water/banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.banner-section.open-water-section.artistic-swimming-section {
    background: url(../images/artistic-swimming/banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.gmaaas-competition-calendar .center-part-table.coming-soon-part .heading-part {
    margin-top: 30px;
}

.location-map-forms.location-map-forms1 .contact-location-address {
    text-align: left;
}

.affiliated-clubs-section {
    padding: 100px 0;
}

.affiliated-clubs-section .col-lg-6 {
    padding: 0 15px;
    margin-bottom: 30px;
}

.affiliated-clubs-section .col-lg-6.equl .equl {
    width: 100%;
}

.affiliated-clubs-section .bod-list.row {
    display: flex;
    align-items: center;
    margin: 0;
    margin-bottom: 0;
    border: 1px solid #ebe4e4;
    border-radius: 25px;
    overflow: hidden;
}

.affiliated-clubs-section .bod-list .bod-thumb.col-lg-6 {
    border-radius: unset;
    width: 50%;
    height: unset;
    overflow: hidden;
    transition: 0.25s all linear;
    padding: 0;
    margin-bottom: 0;
}

.affiliated-clubs-section .bod-list .bod-thumb img {
    transition: 0.25s all linear;
    object-fit: cover;
    height: 100%;
    display: block;
}

.affiliated-clubs-section .bod-list .bod-content {
    padding: 30px 20px;
    margin-bottom: 0;
}

.affiliated-clubs-section .bod-list .bod-content h2 {
    color: #1D1A0C;
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 15px;
    display: block;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    transition: 0.25s all linear;
}

.affiliated-clubs-section .bod-list .bod-content p {
    color: #1D1A0C;
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 5px;
    display: block;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    transition: 0.25s all linear;
}

.affiliated-clubs-section .bod-list .bod-content .common-btn {
    padding: 19px 28px;
    background: #fff;
    color: #0092d4;
    border: 1px solid #0092d4;
    margin-top: 30px;
    transition: 0.25s all linear;
}

.affiliated-clubs-section .bod-list .bod-content .common-btn:hover {
    background: #0092d4;
    color: #fff;
    transition: 0.25s all linear;
}

.affiliated-clubs-section .bod-list .bod-content p svg {
    width: 18px;
    height: 18px;
}

.affiliated-clubs-section .bod-list .bod-content p strong {
    font-weight: 600;
}

.affiliated-clubs-section .bod-list .bod-content ul {
    margin-top: 30px;
    padding-left: 27px;
}

.affiliated-clubs-section .bod-list .bod-content ul li {
    position: relative;
    color: #1D1A0C;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 15px;
}

.affiliated-clubs-section .bod-list .bod-content ul li:last-child {
    margin-bottom: 0;
}

.affiliated-clubs-section .bod-list .bod-content ul li:before {
    content: "\2714";
    font-size: 20px;
    color: #2CC374;
    position: absolute;
    top: 0;
    left: -24px;
}

.affiliated-clubs-section .bod-list .bod-content ul li strong {
    font-weight: 600;
}

.banner-section.affiliated-clubs-section-banner {

    /* padding: 230px 0; */

    /* background: url(../images/affiliated-clubs/banner.jpg) no-repeat;
    background-size: cover;
    background-position: center; */
    background: #005aab;
    padding: 251px 0 100px;
}

/* .banner-section.affiliated-clubs-section-banner.our-trainers-banner {

background: url(../images/our-trainers/banner.jpg) no-repeat;
background-size: cover;
background-position: center;
}

.banner-section.affiliated-clubs-section-banner.our-champions-banner {

background: url(../images/our-champions/banner.jpg) no-repeat;
background-size: cover;
background-position: center;
} */
.our-trainers-section {
    padding: 100px 0;
}

.our-trainers-section .col-lg-6 {
    padding: 0 15px;
}

.our-trainers-section .col-lg-3 {
    padding: 0 15px;
    margin-bottom: 30px;
}

.our-trainers-section .trainers-thumb {
    border-radius: 10px;    /*  -webkit-box-shadow: 0 0 22px 11px #f8f8f8;
    -moz-box-shadow: 0 0 22px 11px #f8f8f8;
    box-shadow: 0 0 22px 11px #f8f8f8;*/
    border: 1px solid #ddd;
}

.our-trainers-section .trainers-thumb .Profile-photos {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    transition: .25s all linear;
}

.our-trainers-section .trainers-thumb .Profile-photos img {
    border-radius: 10px 10px 0 0;
    display: block;
    width: 100%;
}

.our-trainers-section .trainers-thumb .content-part {
    padding: 30px 22px;
    border-radius: 0 0 10px 10px;
}

.our-trainers-section .trainers-thumb .content-part h3 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    color: #1D1A0C;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 20px;
}

.our-trainers-section .trainers-thumb .content-part p {
    font-size: 18px;
    color: #6E6D68;
    transition: 0.25s all linear;
    margin-bottom: 15px;
}

.our-trainers-section .trainers-thumb .content-part p:last-child {
    margin-bottom: 0;
}

.our-trainers-section .trainers-thumb .content-part p strong {
    font-weight: 700;
    color: #000;
}

.our-trainers-section .trainers-thumb .content-part p svg {
    width: 18px;
    height: 18px;
}

.our-trainers-section .trainers-thumb .content-part .common-btn {
    padding: 19px 28px;
    background: #fff;
    color: #0092d4;
    border: 1px solid #0092d4;
    margin-top: 30px;
    transition: 0.25s all linear;
}

.our-trainers-section .trainers-thumb .content-part .common-btn:hover {
    background: #0092d4;
    color: #fff;
    transition: 0.25s all linear;
}

.our-trainers-section .slick-arrow {
    display: none !important;
}

.our-trainers-section .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    display: none !important;
}

.our-trainers-section .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    cursor: pointer;
}

.our-trainers-section .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #35c0f7;
    border: 1px solid #35c0f7;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    transition: 0.25s all linear;
}

.our-trainers-section .slick-dots li.slick-active button {
    background: #005aab;
    border-color: #005aab;
    transition: 0.25s all linear;
}

.bio-modal-popup .modal-dialog {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%) !important;
}

.bio-modal-popup .modal-content {
    border-radius: 15px;
}

.bio-modal-popup .modal-header {
    border-bottom: 1px solid #ddd;
    background: #005aab;
    border-radius: 15px 15px 0 0;
}

.bio-modal-popup .modal-header .modal-title {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
}

.bio-modal-popup .modal-header .btn-close {
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    top: 18px;
    right: 22px;
    border-radius: 100%;
    border-width: 0;
    color: #005aab;
    padding: 1px 4px;
    cursor: pointer;
}

.bio-modal-popup .modal-header .btn-close svg {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
}

.bio-modal-popup .modal-body {
    padding: 20px;
    max-height: 400px;
    overflow: auto;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.bio-modal-popup .modal-body p {
    margin-bottom: 15px;
    font-size: 15px;
    color: #6E6D68;
    line-height: 22px;
    position: relative;
}
.bio-modal-popup .modal-body ul{
        padding-left: 27px;
}
.bio-modal-popup .modal-body ul li{
        position: relative;
    color: #1D1A0C;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 15px;
}
.bio-modal-popup .modal-body ul li:before{
        content: "\2714";
    font-size: 20px;
    color: #2CC374;
    position: absolute;
    top: 0;
    left: -24px;
}
.blog-listing {
    padding: 100px 0;
}

.blog-listing .col-lg-4 {
    padding: 0 15px;
    margin-bottom: 30px;
}

.blog-listing .blog-thumb {
    border: 1px solid #ddd;
    transition: 0.25s all linear;
    position: relative;
}

.blog-listing .blog-thumb a {
    text-decoration: none;
}

.blog-listing .blog-thumb .thumb-part {
    display: block;
    position: relative;
    overflow: hidden;
    transition: 0.25s all linear;
}

.blog-listing .blog-thumb .thumb-part img {
    width: 100%;
    display: block;
    transition: 0.25s all linear;
}

.blog-listing .blog-thumb .content-part {
    padding: 30px 28px;
}

.blog-listing .blog-thumb .content-part h2 {
    color: #1D1A0C;
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 30px;
    display: block;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    transition: 0.25s all linear;
}

.blog-listing .blog-thumb .content-part .date-format {
    font-size: 15px;
    color: #6E6D68;
    transition: 0.25s all linear;
    display: block;
    margin-bottom: 14px;
    font-weight: 500;
}

.blog-listing .blog-thumb .content-part .links {
    color: #0092d4;
    display: inline-block;
    border-bottom: 1px solid #0092d4;
    font-weight: 700;
    font-size: 18px;
}

.blog-details-banner {
    position: relative;
    overflow: hidden;
}

.blog-details-banner:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.blog-details-banner img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-details-banner .banner-content {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    width: 85%;
}

.blog-details-banner .banner-content .heading {
    font-size: 57px;
    line-height: 75px;
}

.blog-details-content {
    padding: 100px 0;
}

.blog-details-content .col-lg-8 {
    padding-right: 60px;
}

.blog-details-content p {
    margin-bottom: 20px;
    color: #1D1A0C;
}

.blog-details-content p a {
    color: #008bd0;
}

.blog-details-content h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #1D1A0C;
    line-height: 50px;
    margin-bottom: 17px;
    margin-top: 46px;
}

.blog-details-content h3 {
    color: #008bd0;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 7px;
    display: block;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    transition: 0.25s all linear;
}

.blog-details-content ul {
    margin-bottom: 20px;
    padding-left: 27px;
}

.blog-details-content ul li {
    position: relative;
    color: #1D1A0C;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 10px;
}

.blog-details-content ul li:before {
    content: "\2714";
    font-size: 20px;
    color: #2CC374;
    position: absolute;
    top: 0;
    left: -24px;
}

.blog-details-content ul li strong {
    font-weight: 700;
}

.blog-details-content .letest-part {
    position: sticky;
    top: 125px;
}

.blog-details-content .letest-part .heading-part {

    /* background: #ecf0fb; */

    /* padding: 18px 25px; */
    font-size: 23px;
    color: #161616;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: left;
}

.blog-details-content .listing-right-side {
    margin-bottom: 0;
    padding: 21px 0;
    border-bottom: 1px solid #ddd;
}

.blog-details-content .listing-right-side a {
    display: flex;
    width: 100%;
    text-decoration: none;
}

.blog-details-content .listing-right-side a .thumb-part {
    width: 33%;
}

.blog-details-content .listing-right-side a .thumb-part img {
    display: block;
    border-radius: 0;
}

.blog-details-content .listing-right-side a .content-part {
    width: 62%;
    padding-left: 20px;
}

.blog-details-content .listing-right-side a .content-part h4 {
    font-size: 18px;
    color: #1D1A0C;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 9px;
}

.blog-details-content .listing-right-side a .content-part span {
    display: inline-block;
    color: #008bd0;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: underline;
}

.membership-rules-section .table-container {
    margin-bottom: 20px;
}

.membership-rules-section .table-container .table, .membership-rules-section .table-container table {
    width: 100%;
}

.membership-rules-section .table-container .table tr td {
    padding: 12px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #1D1A0C;
    border: 1px solid #ddd;
}

.gmaaas-competition-calendar.gmaaas-competition-calendar1 .center-part-table .table-part table tr td:last-child, .gmaaas-competition-calendar.gmaaas-competition-calendar1 .center-part-table .table-part table tr th:last-child {
    text-align: left;
}

.gmaaas-competition-calendar.error-page-section .heading-part .heading{
        font-size: 67px;
            margin-bottom: 22px;
}
.gmaaas-competition-calendar.error-page-section .heading-part .heading strong{
        display: block;
    font-size: 41px;
}
.gmaaas-competition-calendar.error-page-section p{
    color:#fff;
    margin-bottom:30px;
}
.gmaaas-competition-calendar.competition-calendar-new .center-part-table .table-part table tr th:last-child,.gmaaas-competition-calendar.competition-calendar-new .center-part-table .table-part table tr td:last-child{
	width:auto;
	text-align:left;
}
.gmaaas-competition-calendar .center-part-table .table-part table tr td .common-button a.notice-btn{
    color:#FF0000;
    border-color:#FF0000;
}
.gmaaas-competition-calendar .center-part-table .table-part table tr td .common-button a.notice-btn:hover{
    color:#fff;
    border-color:#005aab;
}
.gmaaas-competition-calendar .center-part-table .table-part table tr td .common-button a.form-btn{
    background:#005aab;
    color:#fff;
    border-color:#005aab;
}
.gmaaas-competition-calendar .center-part-table .table-part table tr td .common-button a.form-btn:hover{
    background:transparent;
    color:#005aab;
    border-color:#005aab;
}
.managing-committee {
    padding: 100px 0;
}

.managing-committee .heading2 {
    font-family: "DM Sans", sans-serif;
    font-size: 46px;
    font-weight: 700;
    color: #1D1A0C;
    line-height: 54px;
    margin-bottom: 14px;
}

.managing-committee .top-committee {
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}

.managing-committee .top-committee:first-child {
    padding-top: 0;
}

.managing-committee .top-committee:last-child {
    border-bottom: 0;
}

.managing-committee .top-committee h3 {
    color: #1D1A0C;
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 30px;
    display: block;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    transition: 0.25s all linear;
}

.managing-committee .top-committee .col-lg-3 {
    padding: 0 15px;
    margin-bottom: 20px;
}

.managing-committee .top-committee .committee-box {
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.managing-committee .top-committee .committee-box .committee-image {
    overflow: hidden;
    position: relative;
}

.managing-committee .top-committee .committee-box .committee-image img {
    display: block;
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.managing-committee .top-committee .committee-box .content-part {
    padding: 20px;
    color: #1D1A0C;
    font-size: 23px;
    line-height: 31px;
    display: block;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    transition: 0.25s all linear;
}

.managing-committee-18-clubs {
    padding: 100px 0;
    background-color: #F8F8F4;
}

.managing-committee-18-clubs .heading {
    font-family: "DM Sans", sans-serif;
    font-size: 46px;
    font-weight: 700;
    color: #1D1A0C;
    line-height: 54px;
    margin-bottom: 50px;
}

.managing-committee-18-clubs .col-lg-3 {
    padding: 0 15px;
    margin-bottom: 30px;
}

.managing-committee-18-clubs .club-main-logo {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
}

.managing-committee-18-clubs .club-main-logo .club-part {
    overflow: hidden;
    position: relative;
}

.managing-committee-18-clubs .club-main-logo .club-part img {
    width: 100%;
    display: block;
}

.managing-committee-18-clubs .club-main-logo .content-part {
    margin-top: 20px;
}

.managing-committee-18-clubs .club-main-logo strong {
    color: #1D1A0C;
    font-size: 19px;
    line-height: 28px;
    display: block;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    transition: 0.25s all linear;
    text-align: center;
}

.gmaaa-gallery-section {
    padding: 60px 0;
}

.gmaaa-gallery-section .col-lg-4 {
    padding: 0 10px;
    margin-bottom: 20px;
}

.gmaaa-gallery-section .gallerycntr img {
    display: block;
    width: 100%;
}

.lg-toolbar .lg-close:after {
    content: ' \2715' !important;
}

.lg-actions .lg-prev:after {
    content: ' \276E' !important;
}

.lg-actions .lg-next:before {
    content: ' \276F' !important;
}

.lg-toolbar .lg-icon.lg-download, .lg-outer .lg-toogle-thumb {
    display: none;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    font-family: "DM Sans", sans-serif !important;
}

.lg-outer .lg-thumb {
    margin: auto;
}
.Categories-slider .slick-arrow{
     
    
    
    width: 39px;
    height: 39px;
    background: none;
    border-radius: 10px;
    border-width: 0;
    position: absolute;
    margin: auto;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    z-index:5;

}
.Categories-slider .slick-arrow.slick-prev{
    left:-20px;
}
.Categories-slider .slick-arrow.slick-prev:before {
    
       content: "\276E";
    font-size: 40px;
    color: #818596;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}
.Categories-slider .slick-arrow.slick-next{
    right:-20px;
}
.Categories-slider .slick-arrow.slick-next:before {
  content: "\276F";
    font-size: 40px;
    color: #818596;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}
/****** *****************************/
@media screen and (max-width:1600px) {
    .our-mission-section .video-bg video {
        height: 85vh;
    }

    .banner-section {
        padding: 260px 0;
    }

    .gmaaas-competition-calendar .center-part-table {
        width: 55%;
    }

    /* .banner-section.affiliated-clubs-section-banner {
        padding: 260px 0;
    } */
}

@media(max-width:1366px) {
}

@media only screen and (min-width:1300px) and (max-width:1440px) {
    .header .menu .menu-item {
        margin: 0 2px;
    }

    .header .menu .menu-item a {
        padding: 8px 10px;
    }

    .heading {
        font-size: 42px;
        line-height: 57px;
    }

    .hero-section .top-banner .sub-heading {
        margin-bottom: 20px;
    }

    .hero-section .top-banner .heading {
        margin-bottom: 20px;
    }

    .common-btn {
        padding: 22px 42px;
    }

    .hero-section .top-banner .content-page {
        width: 60%;
    }

    .hero-section {
        height: 86vh;
    }

    .latest-articles-tips-section .common-article-thumb .content-part h4 {
        font-size: 22px;
        line-height: 29px;
    }

    .location-map-forms .right-side-part {
        padding: 100px 80px;
    }

    .our-mission-section .center-part-div {
        width: 51%;
    }

    .gmaaas-competition-calendar .center-part-table {
        width: 70%;
    }

    .shaping-the-future-section .right-side-part .heading {
        font-size: 54px;
        line-height: 69px;
    }

    .hero-section {
        height: 100vh;
    }

    .banner-section.affiliated-clubs-section-banner {
        padding: 213px 0 100px;
    }

    .managing-committee .top-committee .committee-box .content-part {
        padding: 20px 10px;
        font-size: 20px;
        line-height: 26px;
    }

}

@media screen and (min-width:1361px) and (max-width:1366px) {
}

@media screen and (min-width:1431px) and (max-width:1440px) {
}

@media (max-width:1280px) {
    .header .menu .menu-item {
        margin: 0 2px;
    }

    .header .menu .menu-item a {
        padding: 8px 10px;
    }

    .heading {
        font-size: 42px;
        line-height: 57px;
    }

    .hero-section .top-banner .sub-heading {
        margin-bottom: 20px;
    }

    .hero-section .top-banner .heading {
        margin-bottom: 20px;
    }

    .common-btn {
        padding: 22px 42px;
    }

    .hero-section .top-banner .content-page {
        width: 61%;
    }

    .hero-section {
        height: 100vh;
    }

    .latest-articles-tips-section .common-article-thumb .content-part h4 {
        font-size: 22px;
        line-height: 29px;
    }

    .location-map-forms .right-side-part {
        padding: 100px 80px;
    }

    .our-mission-section .center-part-div {
        width: 51%;
    }

    .gmaaas-competition-calendar .center-part-table {
        width: 70%;
    }

    .shaping-the-future-section .right-side-part .heading {
        font-size: 54px;
        line-height: 69px;
    }

    .banner-section.affiliated-clubs-section-banner {
        padding: 213px 0 100px;
    }

    .managing-committee .top-committee .committee-box .content-part {
        padding: 20px 10px;
        font-size: 20px;
        line-height: 26px;
    }

}

@media screen and (min-width:1000px) and (max-width:1024px) {
    .header .menu .menu-item {
        margin: 0 2px;
    }

    .header .menu .menu-item a {
        padding: 8px 10px;
    }

    .heading {
        font-size: 42px;
        line-height: 57px;
    }

    .hero-section .top-banner .sub-heading {
        margin-bottom: 20px;
    }

    .hero-section .top-banner .heading {
        margin-bottom: 20px;
    }

    .common-btn {
        padding: 22px 42px;
    }

    .hero-section .top-banner .content-page {
        width: 70%;
    }

    .hero-section {
        height: 100vh;
    }

    .latest-articles-tips-section .common-article-thumb .content-part h4 {
        font-size: 22px;
        line-height: 29px;
    }

    .header-main {
        padding: 0 23px 0;
    }

    .location-map-forms .right-side-part {
        padding: 100px 58px;
    }

    .our-mission-section .center-part-div {
        width: 51%;
    }

    .level-of-services .element-section .format-part {
        padding: 25px;
    }

    .level-of-services .element-section .col-lg-3 {
        padding: 0 10px;
    }

    .gmaaas-competition-calendar .center-part-table {
        width: 86%;
    }

    .shaping-the-future-section .right-side-part .heading {
        font-size: 54px;
        line-height: 69px;
    }

    .banner-section.affiliated-clubs-section-banner {
        padding: 205px 0 74px;
    }

    .managing-committee .top-committee .committee-box .content-part {
        padding: 20px 10px;
        font-size: 20px;
        line-height: 26px;
    }
    
        .level-of-services .element-section .format-part {
        min-height: 300px;
    }

}

@media screen and (min-width:0) and (max-width:1023px) {
    .header-main {
        padding: 12px 15px;
    }

    .hero-section {
        height: auto;
        padding: 0;
    }

    .hero-section .video-bg video {
        width: auto;
    }

    .hero-section .top-banner {
        left: 10px;
        right: 10px;
    }

    p {
        font-size: 16px;
        line-height: 28px;
    }

    .hero-section .top-banner .heading {
        font-size: 44px;
        line-height: 48px;
        margin-bottom: 10px;
    }

    .hero-section .top-banner p {
        margin-bottom: 20px;
    }

    .hero-section .top-banner .content-page {
        width: 95%;
        margin: 0 auto;
    }

    .heading {
        font-size: 32px;
        line-height: 45px;
    }

    .header .open-nav-menu span, .header .open-nav-menu span:before, .header .open-nav-menu span:after {
        background-color: #fff;
    }

    .header.fixed .open-nav-menu span, .header.fixed .open-nav-menu span:before, .header.fixed .open-nav-menu span:after {
        background-color: #000;
    }

    .level-of-services {
        padding: 60px 15px 60px;
    }

    .level-of-services .left-side-part {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .level-of-services .right-side-part {
        padding-left: 0;
    }

    .level-of-services .element-section .format-part {
        padding: 15px;
    }

    .level-of-services .element-section .col-lg-3 {
        padding: 0 2px;
        width: 50%;
        margin-bottom: 6px;
    }

    .level-of-services .element-section .format-part .content-part strong {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .latest-articles-tips-section {
        padding: 60px 15px;
    }

    .latest-articles-tips-section .col-lg-4 {
        padding: 0;
        margin-bottom: 15px;
    }

    .latest-articles-tips-section .col-lg-4:last-child {
        margin-bottom: 0;
    }

    .latest-news-highlights-section {
        padding: 60px 0;
    }

    .latest-news-highlights-section .left-side-part .heading {
        margin-bottom: 30px;
    }

    .latest-news-highlights-section .right-side-part {
        display: block;
    }

    .latest-news-highlights-section .right-side-part p, .latest-news-highlights-section .right-side-part .view-more {
        width: 100%;
    }

    .latest-news-highlights-section .right-side-part .view-more {
        margin-top: 24px;
        display: block;
        text-align: left;
    }

    .events-item-info {
        display: block;
    }

    .events-item-date-start {
        max-width: 100%;
    }

    .events-item-content-wrap {
        display: block;
        width: 100%;
    }

    .events-item-content {
        padding-left: 0;
        margin-top: 20px;
    }

    .events-item-date-start .events-item-date-day {
        font-size: 25px;
        margin-bottom: 7px;
        display: inline-block;
        vertical-align: middle;
    }

    .post-featured {
        margin-top: 20px;
    }

    .post-featured img {
        width: 100%;
        display: block;
    }

    .gallery-section {
        padding: 60px 0 0;
    }

    .get-our-club-membership-now {
        padding: 60px 15px;
    }

    footer {
        padding-top: 60px;
    }

    .get-our-club-membership-now .left-side-part {
        padding-right: 0;
        display: block;
        height: auto;
    }

    .get-our-club-membership-now .col-lg-6 {
        padding: 0;
    }

    .get-our-club-membership-now .right-part {
        text-align: center;
        margin-top: 32px;
    }

    .get-our-club-membership-now .right-part img {
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    footer .col-lg-3 {
        margin-bottom: 40px;
    }

    footer .col-lg-3:last-child {
        margin-bottom: 0;
    }

    footer .common-format strong {
        font-size: 20px;
        margin-bottom: 15px;
    }

    footer .common-format .shot-links a {
        margin-bottom: 10px;
    }

    footer .common-format p {
        font-size: 14px;
    }

    footer .col-lg-3:nth-child(2), footer .col-lg-3:nth-child(3) {
        width: 50%;
    }

    footer .common-format p {
        margin-bottom: 11px;
    }

    footer .bottom-footer {
        padding: 20px 8px;
        text-align: center;
    }

    .gmaaas-competition-calendar .center-part-table {
        padding: 15px;
    }

    .header-main {
        padding: 0 0;
    }

    .gmaaas-competition-calendar .heading-part .heading {
        font-size: 30px;
        line-height: 36px;
    }

    .gmaaas-competition-calendar .container {
        z-index: 5;
        position: relative;
    }

    .gmaaas-competition-calendar .center-part-table {
        position: static;
        transform: none;
        z-index: 5;
    }

    .gmaaas-competition-calendar {
        height: 135vh;
        padding: 0;
    }

    .gmaaas-competition-calendar .center-part-table .heading-part {
        margin-bottom: 20px;
    }

    .gmaaas-competition-calendar .center-part-table .table-part table tr th {
        padding: 9px;
        font-size: 16px;
    }

    .gmaaas-competition-calendar .center-part-table .table-part table tr td {
        padding: 9px;
        font-size: 14px;
        line-height: 22px;
    }

    .header .menu {
        display: block;
    }

    .header .nav-menu {
        width: 84%;
        display: block;
    }

    .header.new-header .open-nav-menu span, .header.new-header .open-nav-menu span:before, .header.new-header .open-nav-menu span:after {
        background-color: #000;
    }

    .contact-location-address {
        padding: 53px 0 100px;
    }

    .contact-location-address .col-lg-4 {
        padding: 0;
        margin-bottom: 40px;
    }

    .contact-location-address .col-lg-4:last-child {
        margin-bottom: 0;
    }

    .location-map-forms .left-side-part {
        height: auto;
    }

    .location-map-forms .left-side-part iframe {
        height: 400px;
    }

    .location-map-forms .right-side-part {
        padding: 80px 20px;
    }

    .our-mission-section .center-part-div {
        width: 79%;
        margin: 0 auto;
        display: block;
        padding: 30px;
        left: 0;
        right: 0;
    }

    .our-mission-section .video-bg video {
        height: 100vh;
    }

    .shaping-the-future-section {
        padding: 40px 0 60px;
    }

    .shaping-the-future-section .right-side-part {
        padding-left: 0;
        margin-top: 70px;
        display: block;
        height: auto;
    }

    .shaping-the-future-section .left-side-part img.second-image {
        bottom: -28px;
    }

    .get-our-club-membership-now.why-choose-gmaaa-section {
        padding-top: 40px;
    }

    .get-our-club-membership-now ul li:before {
        font-size: 16px;
        top: 3px;
        left: -22px;
    }

    .get-our-club-membership-now.why-choose-gmaaa-section .right-part {
        margin-top: 40px;
    }

    .get-involved-section .main-part-container .col-lg-4 {
        order: 2;
    }

    .get-involved-section .main-part-container .col-lg-8 {
        order: 1;
    }

    .get-involved-section .main-part-container .left-side-part img {
        margin-top: 0;
    }

    .get-involved-section .main-part-container .right-side-part {
        padding: 60px 30px 30px;
    }

    .get-involved-section .main-part-container {
        border-radius: 0;
    }

    .get-involved-section .main-part-container .right-side-part .heading {
        margin-bottom: 15px;
    }

    .get-involved-section .main-part-container .right-side-part .common-btn {
        margin-top: 20px;
    }

    .get-involved-section {
        padding: 0;
    }

    .header.new-header .menu .menu-item.active a, .header.new-header .menu .menu-item a {
        color: #fff;
    }

    .header .menu .menu-item a {
        color: #fff;
    }

    .header.new-header .menu>.menu-item>a .plus {
        border-color: #fff;
    }

    .banner-section {
        padding: 284px 15px 100px;
    }

    .banner-section .heading {
        font-size: 44px;
        line-height: 48px;
    }

    .get-our-club-membership-now.why-choose-gmaaa-section.competitions-championships-section {
        padding: 60px 15px;
    }

    .get-our-club-membership-now.why-choose-gmaaa-section.why-participate-in-swimming-section .right-part {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .get-our-club-membership-now.why-participate-in-swimming-section .left-side-part {
        padding-left: 0;
    }

    .get-our-club-membership-now.competitions-championships-section .col-lg-6:first-child {
        order: 2;
    }

    .get-our-club-membership-now.competitions-championships-section .col-lg-6:last-child {
        order: 1;
    }

    .get-our-club-membership-now.why-choose-gmaaa-section.competitions-championships-section .right-part {
        margin-top: 0;
        margin-bottom: 40px;
    }

    /* .gmaaas-competition-calendar .container {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: translateY(-50%);
        z-index: 6;
    } */
    .gmaaas-competition-calendar .center-part-table {
        width: 89%;
    }

    .shaping-the-future-section .right-side-part .heading {
        font-size: 44px;
        line-height: 52px;
        margin-bottom: 15px;
    }

    .banner-section.membership-rules-banner {
        padding: 253px 15px 123px;
    }

    .events-item-info a {
        display: block;
    }

    .hero-section .top-banner .sub-heading {
        margin-bottom: 10px;
    }

    .latest-articles-tips-section .common-article-thumb {
        display: flex;
    }

    .latest-articles-tips-section .common-article-thumb .thumb-image {
        margin-bottom: 0;
        width: 39%;
    }

    .latest-articles-tips-section .common-article-thumb .content-part {
        padding-left: 20px;
        width: 55%;
    }

    .latest-articles-tips-section .common-article-thumb .thumb-image img {
        width: 100%;
        transition: 0.25s all linear;
        display: block;
        height: 95px;
        object-fit: cover;
        object-position: center;
    }

    .latest-articles-tips-section .common-article-thumb .content-part .post_header .post_meta {
        margin-bottom: 6px;
    }

    .latest-articles-tips-section .common-article-thumb .content-part .post_header:before {
        content: none;
    }

    .latest-articles-tips-section .common-article-thumb .content-part h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .latest-articles-tips-section .heading-part {
        margin-bottom: 26px;
    }

    .common-btn {
        padding: 16px 21px;
    }

    .get-our-club-membership-now .sub-heading {
        margin-bottom: 11px;
    }

    .get-our-club-membership-now .heading {
        margin-bottom: 10px;
    }

    .get-our-club-membership-now ul li {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .get-our-club-membership-now ul li:last-child {
        margin-bottom: 0;
    }

    .get-our-club-membership-now ul {
        margin-top: 20px;
    }

    footer .top-footer {
        padding-bottom: 0;
    }

    .header.fixed .menu .menu-item a {
        color: #fff;
    }

    .header.fixed .menu .menu-item.active a {
        border-bottom-color: #fff;
    }

    .header.fixed .menu>.menu-item>a .plus {
        border-color: #fff;
    }

    .our-mission-section .heading {
        margin-bottom: 10px;
    }

    .our-mission-section p {
        margin-bottom: 15px;
    }

    .level-of-services .element-section {
        margin-top: 32px;
    }

    .level-of-services.membership-rules-section {
        padding: 100px 15px 100px;
    }

    .level-of-services.top-padd {
        padding-bottom: 50px;
    }

    .level-of-services.application-for-membership-section {
        padding: 50px 15px;
    }

    .level-of-services.membership-rules-section .left-side-part .heading {
        font-size: 32px;
        line-height: 45px;
    }

    .level-of-services.membership-rules-section .left-side-part ul li {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .level-of-services.membership-rules-section .left-side-part ul li:last-child {
        margin-bottom: 0;
    }

    .level-of-services.membership-rules-section .left-side-part {
        margin-bottom: 0;
    }

    .level-of-services.bottom-padd {
        padding-top: 50px;
    }

    .level-of-services.membership-rules-section .left-side-part h3 {
        font-weight: 600;
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 10px;
    }

    .level-of-services.membership-rules-section .left-side-part .sub-point li span {
        margin-bottom: 0;
    }

    .level-of-services.membership-rules-section .left-side-part .sub-point li {
        margin-bottom: 5px;
    }

    .level-of-services.membership-rules-section .left-side-part .sub-point li:before {
        width: 6px;
        height: 6px;
    }

    .level-of-services.membership-rules-section .left-side-part .sub-point {
        margin-top: 5px;
    }

    .level-of-services.the-core-of-competitive-section {
        padding: 60px 15px;
    }

    .level-of-services.the-core-of-competitive-section .left-side-part {
        margin-bottom: 12px;
    }

    .level-of-services.the-core-of-competitive-section .right-side-part p {
        font-size: 18px;
        line-height: 32px;
    }

    .level-of-services.game-format-rules-section {
        padding: 60px 15px;
    }

    .contact-location-address .location-addess .icon-part {
        margin-bottom: 16px;
    }

    .contact-location-address .location-addess .bottom-text strong {
        margin-bottom: 10px;
    }

    .location-map-forms .right-side-part form .col-lg-6, .location-map-forms .right-side-part form .col-lg-12 {
        padding: 0;
    }

    .location-map-forms .right-side-part .heading {
        margin-bottom: 22px;
    }

    .location-map-forms .right-side-part .sub-heading {
        margin-bottom: 10px;
    }

    .location-map-forms .right-side-part form .common-btn {
        margin-top: 25px;
        padding: 16px 21px;
        display: block;
        width: 100%;
    }

    footer .common-format .shot-links a {
        font-size: 14px;
    }

    .contact-location-address .location-addess .bottom-text p {
        font-size: 16px;
        line-height: 28px;
    }

    /* .gmaaas-competition-calendar .center-part-table .table-part {
        max-height: 335px;
    } */
    .banner-section.affiliated-clubs-section-banner {
        padding: 197px 15px 60px;
    }

    .affiliated-clubs-section {
        padding: 60px 0;
    }

    .affiliated-clubs-section .col-lg-6:last-child {
        margin-bottom: 0;
    }

    .affiliated-clubs-section .bod-list .bod-thumb.col-lg-6 {
        width: 100%;
    }

    .affiliated-clubs-section .bod-list .bod-content.col-lg-6 {
        width: 100%;
    }

    .our-trainers-section {
        padding: 60px 0;
    }

    .our-trainers-section .trainers-thumb .content-part {
        padding: 25px;
    }

    .our-trainers-section .col-lg-6 {
        margin-bottom: 20px;
    }

    .our-trainers-section .col-lg-6:last-child {
        margin-bottom: 0;
    }

    .bio-modal-popup .modal-dialog {
        width: 96%;
    }

    .blog-listing {
        padding: 60px 0 40px;
    }

    .blog-details-banner img {
        height: 83vh;
    }

    .blog-details-banner .banner-content {
        padding: 0 15px;
    }

    .blog-details-banner .banner-content {
        top: auto;
        width: auto;
        bottom: 40px;
    }

    .blog-details-banner .banner-content .heading {
        font-size: 40px;
        line-height: 55px;
    }

    .blog-details-content {
        padding: 60px 15px;
    }

    .blog-details-content .col-lg-8 {
        padding-right: 0;
    }

    .blog-details-content h2 {
        font-size: 28px;
        line-height: 41px;
        margin-bottom: 10px;
        margin-top: 42px;
    }

    .blog-details-content h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .blog-details-content .letest-part {
        position: static;
        margin-top: 40px;
    }

    .blog-details-content .listing-right-side a .content-part {
        width: 62%;
        padding-left: 17px;
    }

    .blog-details-content .listing-right-side a .content-part h4 {
        font-size: 16px;
        line-height: 21px;
    }

    .gmaaas-competition-calendar .center-part-table .table-part table tr th:first-child {
        min-width: 73px;
    }

    .gmaaas-competition-calendar .center-part-table .table-part table tr th:nth-child(2) {
        width: 150px;
    }

    .gmaaas-competition-calendar .center-part-table .table-part table tr td .common-button a {
        padding: 6px;
        font-size: 13px;
        border-radius: 7px;
        margin-right: 4px;
        margin-bottom: 5px;
    }

    .gmaaas-competition-calendar .center-part-table .table-part table tr th:last-child, .gmaaas-competition-calendar .center-part-table .table-part table tr td:last-child {
        min-width: 38px;
    }

    .gmaaas-competition-calendar {
        height: auto;
        padding: 150px 0 60px
    }

    .managing-committee {
        padding: 60px 15px;
    }

    .managing-committee .heading2 {
        font-size: 33px;
        line-height: 47px;
        margin-bottom: 0;
    }

    .managing-committee .top-committee {
        padding: 20px 0;
    }

    .managing-committee .top-committee .col-lg-3 {
        padding: 0 5px;
        width: 50%;
    }

    .managing-committee .top-committee h3 {
        font-size: 21px;
        line-height: 29px;
        margin-bottom: 25px;
    }

    .managing-committee .top-committee .committee-box .content-part {
        padding: 20px 10px;
        font-size: 16px;
        line-height: 21px;
    }

    .managing-committee .top-committee .col-lg-3 {
        margin-bottom: 10px;
    }

    .managing-committee-18-clubs {
        padding: 60px 15px;
    }

    .managing-committee-18-clubs .heading {
        font-size: 33px;
        line-height: 47px;
    }

    .managing-committee-18-clubs .col-lg-3 {
        padding: 0 5px;
        margin-bottom: 10px;
        width: 50%;
    }

    .managing-committee-18-clubs .club-main-logo {
        padding: 10px;
    }

    .managing-committee-18-clubs .club-main-logo strong {
        font-size: 16px;
        line-height: 23px;
    }

    .gmaaa-gallery-section .col-lg-4 {
        padding: 0 5px;
        margin-bottom: 10px;
        width: 50%;
    }

.our-trainers-section .trainers-thumb,.our-trainers-section .trainers-thumb .center-part{
    width:100%;
    
}
.latest-articles-tips-section .common-article-thumb a{
    display:flex;
    width:100%;
}
}

/*1023 end*/
@media only screen and (min-device-width:800px) and (max-device-width:820px) {
    .header {
        padding-left: 10px;
        padding-right: 10px;
    }

    .blog-listing .col-lg-4 {
        width: 50%;
    }

    .gmaaas-competition-calendar .center-part-table .table-part table tr th:nth-child(2) {
        width: 346px;
    }
        .level-of-services .element-section .format-part {

        min-height: 273px;
    }

}

@media only screen and (min-device-width:768px) and (max-device-width:991px) {
    .header {
        padding-left: 10px;
        padding-right: 10px;
    }

    .blog-listing .col-lg-4 {
        width: 50%;
    }

    .gmaaas-competition-calendar .center-part-table .table-part table tr th:nth-child(2) {
        width: 346px;
    }
        .level-of-services .element-section .format-part {

        min-height: 273px;
    }

}

@media(max-width:768px) {
}

@media(max-width:575px) {
    .container {
        padding: 0 !important;
    }

    .logo-nav {
        padding: 0 10px;
    }

    .header .logo {
        width: 73px;
    }

    .banner-section.affiliated-clubs-section-banner {
        padding: 152px 15px 60px;
    }

}
