/* Global styles */
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: none;
    font-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased!important;
    -webkit-transform: translate3d(1,1,1);
    transform: translate3d(1,1,1);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
:after,
:before {
    box-sizing: border-box;
}

html {
    font-family: 'Nunito', sans-serif;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    touch-action: manipulation;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
}

body {
    font-family: 'Nunito', sans-serif;
    color: #323232;
    background-color: #fff;
    font-size: 14px;
    overflow-x: hidden !important;
}

::-moz-selection {
    color: #fff;
    background: #0068b3;
}

::selection {
    color: #fff;
    background: #0068b3;
}

[data-flex-column="flexCol"] {
    -webkit-flex:1;
    -moz-flex:1;
    -moz-box-flex:1;
    -ms-flex:1;
    flex:1;
}

sup {
    text-transform: lowercase !important;
}

.modal-open,
.modal-open .modal {
    padding: 0 !important;
}

.modal-content .modal-body {
    padding: 20px 24px;
}

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

a {
    color: #323232;
}

:focus {
    outline: none !important;
}

::-moz-focus-inner {
    border: 0 !important;
}

.nullvoid {
    padding: 0;
}

.site_navy {
    background: #1e1050;
}

.site_blue {
    background: #0068b3;
}

.site_light_blue {
	background: #49becf;
}

.gradnt_bg {
    background: linear-gradient(45deg,#0068b3,#49becf);
    background: -webkit-linear-gradient(45deg,#0068b3,#49becf);
}

.gradnt_bgBtn {
    background: linear-gradient(45deg,#0068b3,#49becf);
    background: -webkit-linear-gradient(45deg,#0068b3,#49becf);
    border-radius: 2rem;
    border: none;
    margin-bottom: 0;
    padding: .84rem 2.14rem;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 6px 20px 0 rgba(0, 104, 179, 0.3);
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 104, 179, 0.3);
    -moz-box-shadow: 0 6px 20px 0 rgba(0, 104, 179, 0.3);
    -o-box-shadow: 0 6px 20px 0 rgba(0, 104, 179, 0.3);
    -ms-box-shadow: 0 6px 20px 0 rgba(0, 104, 179, 0.3);
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
}

.gradnt_bgBtn:hover {
    background: linear-gradient(45deg,#0068b3,#49becf);
    background: -webkit-linear-gradient(45deg,#0068b3,#49becf);
    box-shadow: 0 3px 10px 0 rgba(0, 104, 179, 0.3);
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 104, 179, 0.3);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 104, 179, 0.3);
    -o-box-shadow: 0 3px 10px 0 rgba(0, 104, 179, 0.3);
    -ms-box-shadow: 0 3px 10px 0 rgba(0, 104, 179, 0.3);
}

.gradnt_bgBtnSm {
    background: linear-gradient(45deg,#0068b3,#49becf);
    background: -webkit-linear-gradient(45deg,#0068b3,#49becf);
    border-radius: 2rem;
    border: none;
    margin-bottom: 0;
    padding: 0.54rem 1.64rem;
    color: #fff !important;
    box-shadow: 0 6px 20px 0 rgba(0, 104, 179, 0.3);
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 104, 179, 0.3);
    -moz-box-shadow: 0 6px 20px 0 rgba(0, 104, 179, 0.3);
    -o-box-shadow: 0 6px 20px 0 rgba(0, 104, 179, 0.3);
    -ms-box-shadow: 0 6px 20px 0 rgba(0, 104, 179, 0.3);
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
}

.gradnt_bgBtnSm:hover {
    background: linear-gradient(45deg,#0068b3,#49becf);
    background: -webkit-linear-gradient(45deg,#0068b3,#49becf);
    box-shadow: 0 3px 10px 0 rgba(0, 104, 179, 0.3);
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 104, 179, 0.3);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 104, 179, 0.3);
    -o-box-shadow: 0 3px 10px 0 rgba(0, 104, 179, 0.3);
    -ms-box-shadow: 0 3px 10px 0 rgba(0, 104, 179, 0.3);
}

.gradnt_bgBtn i,
.gradnt_bgBtnSm i {
    margin-left: 0.5rem;
}

.btn.disabled,
.btn.disabled:focus,
.btn.disabled:hover,
.btn:disabled,
.btn:disabled:focus,
.btn:disabled:hover,
.btn[disabled],
.btn[disabled]:focus,
.btn[disabled]:hover {
    background: linear-gradient(45deg,#0068b3,#49becf);
    background: -webkit-linear-gradient(45deg,#0068b3,#49becf);
    box-shadow: 0 3px 10px 0 rgba(0, 104, 179, 0.3);
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 104, 179, 0.3);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 104, 179, 0.3);
    -o-box-shadow: 0 3px 10px 0 rgba(0, 104, 179, 0.3);
    -ms-box-shadow: 0 3px 10px 0 rgba(0, 104, 179, 0.3);
}

.globl_shdow {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    -ms-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    -o-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}

.site_divider {
    width: 100%;
    display: inline-block;
    height: 1px;
    background: #ddd;
}

/* For website common headers */
.siteHeadings {
    position: relative;
    width: 100%;
    display: inline-block;
}

.siteHeadings h4 {
    text-transform: uppercase;
    color: #323232;
    font-weight: bold;
    position: relative;
    font-size: 1.5rem;
    padding-bottom: 10px;
    margin-bottom: 35px;
}

.siteHeadings h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #999;
}

.sprtsMdlLink {
    margin-top: 10px;
}
/* Global styles ends here */

/* #Start Topbar css */
.clstrBar {
    width: 100%;
    display: inline-block;
    padding: 0.3rem 0;
    max-height: 35px;
}

.admin_name {
    color: #fff;
}

.adminBtn {
    float: right;
    /*justify-content: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -ms-flex-pack: flex-end;*/
}

.adminBtn a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: none !important;
    font-size: 13px;
    padding: 2px 10px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.5);
}
/* #End Topbar css */

/* #Start Bootstrap modals customization css */
.siteMdlDataHead {
    width: 100%;
    display: inline-block;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.siteMdlDataHead h1 {
    color: #323232;
    text-transform: uppercase;
    font-size: 26px;
    position: relative;
    display: block;
    text-align: center;
    margin: 0;
    padding-bottom: 0.3rem;
}

.siteMdlDataHead h4 {
    font-size: 20px;
    color: #49becf;
    margin: 0 0 10px;
    text-align: center;
}

.siteMdlHeader {
    border-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    padding: 0 !important;
}

.modal-fullscreen {
    padding: 0 !important;
}

.modal-fullscreen .modal-dialog {
    padding: 0;
}

.modal-fullscreen .siteMdlCntnt {
    height: auto;
    min-height: 100%;
    border: 0 none;
    border-radius: 4px;
}

.siteMdlHeader .close {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #0068b3 url(../img/cd-icon-close.svg) no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    opacity: 1;
    background-position: center center;
    background-size: 90%;
}

.abtMdlTxtDIv p:last-child {
    margin-bottom: 0;
}
/* #End Bootstrap modals customization css */

/* #Start Logo css */
.clstrNavbar {
    background-image: url(../img/header-bg.jpg);
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center center;
    width: 100%;
    display: inline-block;
}

.clstrLogo {
    text-align: center;
    padding: 0.6rem 0;
    width: 100%;
}

.clstrLogo > a {
    max-width: 150px;
    overflow: hidden;
    display: inline-block;
}

.clstrLogo > a > img {
    display: block;
    width: 100%;
}

.clstrLogo p {
    text-align: left;
    padding-left: 0.9375rem;
    margin-bottom: 0;
}

.clstrLogo p a {
    color: #49becf;
    text-decoration: none !important;
    line-height: normal;
    font-size: 1.4rem;
    font-weight: 500;
}
/* #End Logo css */

/* #Start Page sections css */
.pgeSkrllrSec {
    padding: 45px 0;
    width: 100%;
    display: inline-block;
}

#hof.pgeSkrllrSec {
    padding-bottom: 13px;
}

section#contact {
    border-bottom: none;
}

.secContainer {
    width: 100%;
}

.clstrIntro {
    width: 100%;
    display: inline-block;
}

.clstrIntro p {
    font-size: 1rem;
    line-height: 2rem;
}

.clstrIntro p:last-child {
    margin-bottom: 0;
}

.section_banner {
    width: 100%;
}

.section_banner a {
    max-height: 350px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

.section_banner a img {
    width: 100%;
    display: block;
}

.pgba_contact {
    width: 100%;
    display: flex;
}

.pgba_contact ul {
    margin: 0;
    padding: 0;
    -webkit-flex: 1;
    -moz-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pgba_contact ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 1rem;
}

.pgba_contact ul li:last-child {
    margin-bottom: 0;
}

.pgba_contact ul li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #49becf;
    font-size: 1rem;
}

.pgba_contact ul li span {
    font-size: 1rem;
    line-height: 1.8rem;
}

.pgba_map {
    justify-content: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -ms-flex-pack: flex-end;
    display: -webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -moz-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pgba_map iframe {
    width: 500px;
    height: 250px;
}
/* #End Page sections css */

/* #Start Key People aka Team section css */
.team_container {
    width: 100%;
    display: -webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team_block {
    background: #fff;
    position: relative;
    padding: 20px;
    border-radius: 10px;
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -moz-box-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 360px;
    margin-right: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.team_block:nth-child(2n+0) {
    margin-right: 0;
}

.team_block:last-child {
    margin-right: 0;
}

.team_block_img {
    height: 200px;
    margin: 0 auto;
    width: 200px;
    overflow: hidden;
}

.team_block_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
    max-width: 100%;
    box-shadow: 0 0 0 1px transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.team_block_text {
    text-align: center;
    padding: 15px 15px 0;
}

.team_block_text h4 {
    color: #0f6dc5;
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: 0; 
}

.team_block_text small {
    font-size: 14px;
    color: #595f6f;
    margin-bottom: 20px;
    display: inline-block;
}

.team_block_text ul {
    margin: 0;
    padding: 0;
}

.team_block_text ul li {
    margin-bottom: 7px;
}

.team_block_text ul li:last-child {
    margin-bottom: 0;
}

.team_block_btn {
    text-align: right;
    padding-top: 1.5rem;
}

.team_block_btn a {
    color: #0068b3;
}

.team_block_overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px;
    background: #0068b3;
    background: linear-gradient(45deg,#0068b3,#49becf);
    background: -webkit-linear-gradient(45deg,#0068b3,#49becf);
    padding: 0 2rem 1.5rem;
}

.block_overlay_close {
    display: block;
    text-align: right;
    color: #fff;
    padding: 0.5rem;
    font-size: 1rem;
    margin-right: -1.5rem;
    transition: 0.3s all ease;
}

.block_overlay_close:hover {
    color: #000;
}

.block_overlay_text {
    width: 100%;
    max-height: 80%;
    overflow-y: auto;
}

.block_overlay_text h4 {
    margin: 0 0 0.2rem;
    line-height: normal;
    font-size: 1.2rem;
    color: #fff;
}

.block_overlay_text small {
    margin-bottom: 1.5rem;
    line-height: normal;
    display: block;
    font-weight: 300;
    color: #fff;
    font-size: 0.8rem;
}

.block_overlay_text ul {
    margin: 0;
    padding: 0;
}

.block_overlay_text ul li {
    padding: 0;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
    color: #fff;
}

.block_overlay_text ul li:last-child {
    margin-bottom: 0;
}

.block_overlay_text ul li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    left: 0;
    top: 0;
    position: absolute;
    color: #fff;
}
/* #End Key People aka Team section css */

/* #Start Key people aka Hall of Fame css */
.page_sec_banner {
    width: 100%;
}

.page_sec_banner p {
    color: #49becf;
    font-size: 1.4rem;
    margin-bottom: 40px;
}

.page_sec_banner a {
    max-height: 370px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    line-height: 0;
    margin-bottom: 50px;
    cursor: default;
    pointer-events: none;
}

.page_sec_banner a img {
    width: 100%;
    display: block;
}

.member_gallery {
    width: 100%;
    display: -webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.member_block {
    position: relative;
    -webkit-flex: 0 0 17.6%;
    -moz-flex: 0 0 17.6%;
    -moz-box-flex: 0 0 17.6%;
    -ms-flex: 0 0 17.6%;
    flex: 0 0 17.6%;
    margin-right: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 8px 20px -6px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 8px 20px -6px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 8px 20px -6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 8px 20px -6px rgba(0,0,0,0.2);
    -o-box-shadow: 0 8px 20px -6px rgba(0,0,0,0.2);
}

.member_block:nth-child(5n+0) {
    margin-right: 0;
}

.member_block .card-img-overlay {
    top: auto;
    text-align: center;
    padding: 1rem;
    background: rgba(0, 104, 179, 0.5);
    background: linear-gradient(45deg, rgba(0, 104, 179, 0.5), rgba(73, 190, 207, 0.5));
}

.member_block h5.card-title {
    font-size: 1.2rem;
    margin-bottom: 0;
}

.member_block h5.card-title a {
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none !important;
    transition: 0.3s all ease;
}

.member_block h5.card-title a:hover {
    color: #49becf;
}

.member_block h5.card-title span {
    font-size: 12px;
}
/* #End Key people aka Hall of Fame css */

/* #Start Vertical tabs css */
.site_tabs {
    width: 100%;
    float: left;
    position: relative;
}

.tab_titl {
    width: 100%;
    display: inline-block;
}

.tab_titl h3 {
    color: #49becf;
    margin: 0 0 20px;
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
}

.tab_titl h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 2px;
    width: 40px;
    background: linear-gradient(45deg,#0068b3,#49becf);
    background: -webkit-linear-gradient(45deg,#0068b3,#49becf);
}

.site_tabs ul.tabs {
    display: inline-block;
    float: left;
    vertical-align: top;
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
    width: 20%;
    list-style: none;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.site_tabs ul.tabs li {
    margin: 0;
    cursor: pointer;
    padding: .5rem 1rem;
    margin-bottom: 0.6rem;
    letter-spacing: 0.5px;
    color: #323232;
    text-align: left;
    font-weight: 400;
    transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    position: relative;
}

.site_tabs ul.tabs li:last-child {
    margin-bottom: 0;
}

.site_tabs ul.tabs li i {
    position: absolute;
    right: 14px;
}

.site_tabs ul.tabs li:hover {
    background: rgba(158,158,158,.3);
    color: #666;
    border-radius: 3px;
    transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.site_tabs ul.tabs li.active {
    background: #0068b3;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    color: #fff;
    transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.site_tabs .tab_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    left: 0px;
    width: 80%;
    text-align: left;
    background: #fff;
    box-shadow: 0 8px 20px -6px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 8px 20px -6px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 8px 20px -6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 8px 20px -6px rgba(0,0,0,0.2);
    -o-box-shadow: 0 8px 20px -6px rgba(0,0,0,0.2);
}

.site_tabs .tab_content {
    padding: 20px;
    height: 100%;
    display: none;
    overflow-y: auto;
    max-height: 500px;
}

.site_tabs .tab_drawer_heading {
    display: none;
}

@media screen and (max-width: 767px) {
    .site_tabs ul.tabs {
        display: none;
    }

    .site_tabs .tab_container {
        display: block;
        margin: 0 auto;
        width: 95%;
        border-top: none;
        border-radius: 0;
        box-shadow: 0 8px 20px -6px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 8px 20px -6px rgba(0,0,0,0.2);
        -ms-box-shadow: 0 8px 20px -6px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 8px 20px -6px rgba(0,0,0,0.2);
        -o-box-shadow: 0 8px 20px -6px rgba(0,0,0,0.2);
    }

    .site_tabs .tab_drawer_heading {
        background: #fff;
        color: #323232;
        font-size: 16px;
        margin: 0;
        padding: 10px 20px;
        display: block;
        cursor: pointer;
        border-bottom: 1px solid #ddd;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: center;
    }

    .site_tabs .tab_drawer_heading:hover {
        background: linear-gradient(45deg,#0068b3,#49becf);
        background: -webkit-linear-gradient(45deg,#0068b3,#49becf);
        color: #fff;
    }

    .site_tabs .d_active {
        background: linear-gradient(45deg,#0068b3,#49becf);
        background: -webkit-linear-gradient(45deg,#0068b3,#49becf);
        color: #fff;
    }
}

.tbCntntDiv {
    display: inline-block;
    width: 100%;
    max-height: 300px;
    min-height: 150px;
    overflow-y: hidden;
    transition: 0.3s all ease;
}

.tbCntntDiv:hover {
    overflow-y: auto;
}

.tbCntntDiv > ul {
    margin: 0;
    padding: 0;
}

.tbCntntDiv > ul > li {
    position: relative;
    padding-left: 35px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #323232;
}

.tbCntntDiv > ul > li:before {
    content: "\f0a4";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    font-size: inherit;
    color: #49becf;
}

div#tab1 {
    padding-bottom: 0;
}

.summer_camp_gallery {
    width: 100%;
}

.summer_camp_gallery > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.summer_camp_gallery > ul > li {
    -webkit-flex: 0 0 31.7%;
    -moz-flex: 0 0 31.7%;
    -moz-box-flex: 0 0 31.7%;
    -ms-flex: 0 0 31.7%;
    flex: 0 0 31.7%;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 30px 90px rgba(0,0,0,0.14);
}

.summer_camp_gallery > ul > li:nth-child(3n+0) {
    margin-right: 0;
}
/* #End Vertical tabs css */

/* #Start Partnership Opportunities css */
.prnrship_form {
    width: 500px;
    margin: 30px auto 0;
    display: table;
}

.prnrship_form .form-group label {
    font-size: 0.85rem;
    color: #0068b3;
}
/* #End Partnership Opportunities css */

/* #Start Latest updates css */
.updates_div {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.updates_block {
    background: #fff;
    position: relative;
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -moz-box-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin-right: 2rem;
    box-shadow: 0 8px 20px -6px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 8px 20px -6px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 8px 20px -6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 8px 20px -6px rgba(0,0,0,0.2);
    -o-box-shadow: 0 8px 20px -6px rgba(0,0,0,0.2);
}

.updates_block:last-child {
    margin-right: 0;
}

.updates_block_img {
    overflow: hidden;
}

.updates_block_img img {
    max-height: 250px;
    display: block;
    width: 100%;
}

.updates_block_text {
    padding: 1.5rem;
    -webkit-flex: 1;
    -moz-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.updates_block_text p {
    color: #0068b3;
}

.updates_block_text h4 {
    margin: 0 0 0.2rem;
    line-height: normal;
    font-size: 1.2rem;
    color: #0068b3;
}

.updates_block_text small {
    margin-bottom: 1.5rem;
    line-height: normal;
    display: block;
    font-weight: 300;
    color: #999;
    font-size: 0.8rem;
}

.updates_block_text ul {
    margin: 0;
    padding: 0;
}

.updates_block_text ul li {
    padding: 0;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.updates_block_text ul li:last-child {
    margin-bottom: 0;
}

.updates_block_text ul li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    left: 0;
    top: 0;
    position: absolute;
    color: #0068b3;
}

.updates_block_btn {
    text-align: right;
    padding-top: 1.5rem;
}

.updates_block_btn a {
    color: #0068b3;
}

.updates_block_overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #0068b3;
    background: linear-gradient(45deg,#0068b3,#49becf);
    background: -webkit-linear-gradient(45deg,#0068b3,#49becf);
    padding: 0 2rem 1.5rem;
}

.updates_block_overlay_close {
    display: block;
    text-align: right;
    color: #fff;
    padding: 0.5rem;
    font-size: 1rem;
    margin-right: -1.5rem;
    transition: 0.3s all ease;
}

.updates_block_overlay_close:hover {
    color: #000;
}

.updates_block_overlay_text {
    width: 100%;
}

.updates_block_overlay_text h4 {
    margin: 0 0 0.2rem;
    line-height: normal;
    font-size: 1.2rem;
    color: #fff;
}

.updates_block_overlay_text p {
    color: #fff;
}

.updates_block_overlay_text small {
    margin-bottom: 1.5rem;
    line-height: normal;
    display: block;
    font-weight: 300;
    color: #fff;
    font-size: 0.8rem;
}

.updates_block_overlay_text ul {
    margin: 0;
    padding: 0;
}

.updates_block_overlay_text ul li {
    padding: 0;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
    color: #fff;
}

.updates_block_overlay_text ul li:last-child {
    margin-bottom: 0;
}

.updates_block_overlay_text ul li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    left: 0;
    top: 0;
    position: absolute;
    color: #fff;
}

.updtes_gallery_text li {
    margin-bottom: 0.875rem;
}

.updtes_gallery_text li span {
    display: block;
    margin-bottom: 4px;
}

.updtes_gallery_imgs {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}

.updtates_gallery {
    width: 100%;
}

.updtates_gallery p {
    color: #0068b3;
    font-size: 1rem;
    font-weight: 600;
}

.updtes_gallery_imgs li {
    padding: 0;
    margin-right: 1rem;
    -webkit-flex: 1;
    -moz-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.updtes_gallery_imgs li:last-child {
    margin-right: 0;
}
/* #End Latest updates css */

/* #Start Weekend batchs registration form css */
#codeContainer {
    width: 100%;
    display: inline-block;
}

#codeContainer form {
    margin-bottom: 0;
}

.frm_header {
    width: 100%;
    display: inline-block;
}

.frm_header h4 {
    margin: 0 0 15px;
    line-height: normal;
    font-size: 18px;
    color: #0068b3;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.weekend_form {
    width: 500px;
    margin: 0 auto;
    display: table;
}

.weekend_form .form-group label {
    font-size: 0.85rem;
    color: #0068b3;
}
/* #End Weekend batchs registration form css */

/* #Start Images Gallery section css */
.image_gallery {
    width: 100%;
}

.image_gallery ul {
    margin: 0;
    padding: 0;
}

.image_gallery ul li {
    margin-bottom: 30px;
}

.image_gallery ul li a {
    box-shadow: 0px 30px 90px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0px 30px 90px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 30px 90px rgba(0,0,0,0.14);
    -o-box-shadow: 0px 30px 90px rgba(0,0,0,0.14);
    -ms-box-shadow: 0px 30px 90px rgba(0,0,0,0.14);
    display: block;
    border-radius: 3px;
    overflow: hidden;
    line-height: 0;
    text-align: center;
}

.image_gallery ul li a img {
    border-radius: 3px;
}

.imgGallery img {
    display: inline-block;
    min-height: 100px;
    background: url(../img/gallery-loader.gif) no-repeat 50% 50%;
}
/* #End Images Gallery section css */

/* #Start Contact Section css */
#mobile_official_partner {
    display: none;
}

.site_contact {
    width: 100%;
    float: left;
    position: relative;
    background-image: url(../img/footer-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1;
    padding: 30px 0;
}

.site_contact:after {
    background: #f4f4f4;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.official_partners {
    width: 100%;
}

.official_partners h4,
.allsport_partner h4 {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 4px;
    padding-left: 0.7rem;
}

.official_partners > ul {
    display: -webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.official_partners > ul > li {

}

.official_partners > ul > li > a {
    max-width: 210px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

.official_partners > ul > li > a > img {
    display: block;
    width: 210px;
    display: inline-block;
}

.footer_logo {
    width: 100%;
    text-align: center;
}

.footer_logo > a.pullela_logo {
    display: block;
}

.footer_logo > a.pullela_logo > img {
    width: 150px;
}

.footer_logo > a.sportz_logo {
    display: inline-block;
    padding-right: 1rem;
    margin-top: 10px;
    cursor: default;
    pointer-events: none;
}

.footer_logo > a.sportz_logo > img {
    width: 120px;
}

.allsport_partner {
    width: 100%;
    text-align: right;
}
/* #End Contact Section css */

/* #Start Enter page css */
.enterPageBanner {
    background-image: url(../img/enter-page-bg.jpg);
    background-size: cover;
    background-repeat: repeat;
    background-position: top center;
    width: 100%;
    padding: 55px 15px 15px;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.enterPageBanner:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: -1;
}

.enterText {
    text-align: center;
    width: 100%;
}

.enterText h3 {
    text-align: center;
    text-transform: uppercase;
    color: #140958;
}

.enterText h2 {
    text-align: center;
    text-transform: uppercase;
    color: #0071bc;
    font-weight: 500;
}

.enterPageFluid {
    width: 100%;
}

.enterContent {
    padding: 0 35px 35px;
}

.enter_logo {
    width: 100%;
    margin-bottom: 40px;
}

.enter_logo > a {
    display: block;
    text-align: center;
    width: 100%;
    cursor: default;
    pointer-events: none;
}

.enter_logo > a > img {
    display: inline-block;
    max-width: 200px;
    width: 100%;
}

.enter_button {
    width: 100%;
    text-align: center;
}
/* #End Enter page css */

/* #Start BacktoTop button css */
.cd-top {
    visibility: hidden;
    opacity: 0;
    width: 47px;
    height: 47px;
    background: linear-gradient(45deg,#0068b3,#49becf);
    background: -webkit-linear-gradient(45deg,#0068b3,#49becf);
    position: fixed;
    bottom: 2.2rem;
    right: 10px;
    z-index: 999;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 10px;
    border-radius: 50%;
    display: -webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 6px 20px -6px rgba(0, 104, 179, 0.4);
    -webkit-box-shadow: 0 6px 20px -6px rgba(0, 104, 179, 0.4);
    -moz-box-shadow: 0 6px 20px -6px rgba(0, 104, 179, 0.4);
    -o-box-shadow: 0 6px 20px -6px rgba(0, 104, 179, 0.4);
    -ms-box-shadow: 0 6px 20px -6px rgba(0, 104, 179, 0.4);
}

.cd-top i {
    line-height: normal;
    text-align: center;
    color: #fff;
    margin-top: -4px;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: 1;
}
/* #End BacktoTop button css */

/* #Start Dynamic Members gallery content css */
.plyer_details_list {
    width: 100%;
    display: inline-block;
}

.plyer_details_list ul {
    margin: 0;
    padding: 0;
}

.plyer_details_list ul li {
    padding: 0;
    margin-bottom: 15px;
    position: relative;
    color: #323232;
    padding-left: 30px;
}

.plyer_details_list ul li:before {
    content: "";
    background-image: url('../img/badminton-shuttle.png');
    position: absolute;
    top: 0;
    left: 0;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
}

.plyer_details_list ul li:last-child {
    margin-bottom: 0;
}

.plyer_details_list ul li span {
    margin-right: 10px;
}

.plyer_details_list ul li span img {
    width: 18px;
    height: 18px;
}

/* .plyer_details_list ul li:before {
    content: "\f105";
    content: url(../img/badminton-shuttle.png);
    font-family: 'FontAwesome';
    left: 0;
    top: 0;
    position: absolute;
    color: #0068b3;
} */
/* #End Dynamic Members gallery content css */

/* #Start Admin login panel css */
.adminFormFluid {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #f2f2f2;
}

.admnLgin {
    width: 390px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 77px 55px 33px 55px;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.adminHead {
    width: 100%;
    margin-bottom: 40px;
}

.adminHead h4 {
    display: block;
    font-size: 26px;
    font-weight: 600;
    color: #323232;
    text-align: center;
    margin: 0;
    padding-top: 24px;
}

.adminHead span {
    display: block;
    text-align: center;
    width: 100%;
}

.adminHead span img {
    display: inline-block;
    max-width: 70px;
    width: 100%;
}

.adminFrm form {
    margin-bottom: 0;
}

.adminFrm .form-group {
    margin-bottom: 2.4rem;
}
/* #End Admin login panel css */

/* #Start Sweetalert customization css */
.swal2-popup .swal2-title {
    font-size: 1.4em !important;
    line-height: 30px !important;
    font-weight: 500 !important;
    margin: 0 !important;
}
/* #End Sweetalert customization css */