@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;900&display=swap');
@font-face {
    font-family: 'slick';
    src: url(../fonts/slick.ttf) format('TrueType'), url(../fonts/slick.eot) format('embedded-opentype'), url(../fonts/slick.woff) format('woff'), url(../fonts/slick.svg) format('svg');
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    src: url(../fonts/webfonts/fa-brands-400.ttf) format('TrueType'), url(../fonts/webfonts/fa-brands-400.eot) format('embedded-opentype'), url(../fonts/webfonts/fa-brands-400.woff) format('woff'), url(../fonts/webfonts/fa-brands-400.woff2) format('woff2');
}

@font-face {
    font-family: 'Font Awesome 5 Duotone';
    src: url(../fonts/webfonts/fa-duotone-900.ttf) format('TrueType'), url(../fonts/webfonts/fa-duotone-900.eot) format('embedded-opentype'), url(../fonts/webfonts/fa-duotone-900.woff) format('woff'), url(../fonts/webfonts/fa-duotone-900.woff2) format('woff2');
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url(../fonts/webfonts/fa-light-300.eot);
    src: url(../fonts/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-light-300.woff2) format("woff2"), url(../fonts/webfonts/fa-light-300.woff) format("woff"), url(../fonts/webfonts/fa-light-300.ttf) format("truetype"), url(../fonts/webfonts/fa-light-300.svg#fontawesome) format("svg")
}

.fal {
    font-weight: 300
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/webfonts/fa-regular-400.eot);
    src: url(../fonts/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-regular-400.woff2) format("woff2"), url(../fonts/webfonts/fa-regular-400.woff) format("woff"), url(../fonts/webfonts/fa-regular-400.ttf) format("truetype"), url(../fonts/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.fal,
.far {
    font-family: "Font Awesome 5 Pro"
}

.far {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../fonts/webfonts/fa-solid-900.eot);
    src: url(../fonts/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-solid-900.woff2) format("woff2"), url(../fonts/webfonts/fa-solid-900.woff) format("woff"), url(../fonts/webfonts/fa-solid-900.ttf) format("truetype"), url(../fonts/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900
}

@font-face {
    font-family: 'worksansregular';
    src: url(../fonts/WorkSans-Regular.ttf) format('TrueType');
}


/*General style*/

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

html::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}

html::-webkit-scrollbar-thumb {
    background: #f69f25;
    border-radius: 0px;
}

html::-webkit-scrollbar-thumb:hover {
    background: #fae333;
}

html::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0px;
    box-shadow: inset 7px 10px 12px #fff;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #000816;
    overflow-x: hidden;
    background-color: #fff
}

.of-hidden {
    overflow: hidden !important;
}

.pesudo-hidden:before,
.pesudo-hidden:after {
    display: none;
}

ul {
    padding: 0;
}

a {
    text-decoration: none
}

input {
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #EEEEEE !important;
    border-radius: 4px;
    outline: none;
    box-shadow: none
}

input:focus {
    outline: none;
    box-shadow: none
}

input::placeholder {
    color: #BDBDBD
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.padding-r-0 {
    padding-right: 0 !important;
}

.padding-l-0 {
    padding-left: 0 !important;
}

.flex-dis {
    display: flex
}

.br {
    display: block;
    margin: 10px auto;
}

.slick-list {
    width: 100%;
}

.slick-slide {
    float: right;
}


/* Boostrap 5 fix columns spaces to be 15px */

.row>* {
    padding-right: calc(var(--bs-gutter-x)/ 1.6);
    padding-left: calc(var(--bs-gutter-x)/ 1.6);
}

.form-check-input:checked {
    background-color: #f59926;
    border-color: #f59926;
}

.form-check-input:focus {
    box-shadow: none
}

.star-ratings-css {
    unicode-bidi: bidi-override;
    color: #c5c5c5;
    font-size: 17px;
    height: 20px;
    width: 85px;
    margin: 0 10px;
    position: relative;
    text-shadow: 0 1px 0 #a2a2a2;
    line-height: 20px;
    letter-spacing: 4px;
}

.star-ratings-css::before {
    content: '★★★★★';
    opacity: .3;
}

[title=".000"]::after {
    width: 0%;
}

[title=".125"]::after {
    width: 12.5%;
}

[title=".250"]::after {
    width: 25%;
}

[title=".375"]::after {
    width: 37.5%;
}

[title=".500"]::after {
    width: 64%;
}

[title=".625"]::after {
    width: 72.5%;
}

[title=".750"]::after {
    width: 85%;
}

[title=".875"]::after {
    width: 93.5%;
}

.star-ratings-css::after {
    color: #ffaa00;
    content: '★★★★★';
    text-shadow: 0 1px 0 #ffaa00;
    position: absolute;
    z-index: 1;
    display: block;
    left: 0;
    top: 0;
    overflow: hidden;
}


/*Animation*/

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    animation: .2s fadein
}

.action-btn {
    background-color: #E77206 !important;
    color: #fff !important;
    transition: 0.1s ease-in-out;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    border: none;
}

.action-btn.selected {
    color: #E77206 !important;
    background-color: #fff !important;
    font-weight: bold;
}

.action-btn:focus {
    outline: none;
    box-shadow: none;
}

.action-btn:hover {
    background-color: #fff !important;
    color: #E77206 !important;
}

.action-btn.disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #bbb;
}

.action-btn.disabled:hover {
    opacity: 1;
    background-color: #f5f5f5;
    color: #bbb;
}

.action-title {
    color: #072b83 !important;
    transition: 0.1s ease-in-out;
}

.action-title:hover {
    color: #ffcd00 !important;
}


/* Main Style */

.fiab-logo img {
    height: 100px;
    width: auto;
    transition: .3s ease-in-out
}

.hdr-sec {
    display: flex;
    align-items: center;
    min-height: 700px;
    padding: 20px;
    /*background: url(../imgs/main-bg.jpg) no-repeat center / cover;*/
    /*box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);*/
    background: #000 url(../imgs/main-bg.jpg) no-repeat center / contain;
}

@media(max-width: 1300px) {
    .hdr-sec {
        min-height: 600px;
    }
}
@media(max-width: 1000px) {
    .hdr-sec {
        min-height: 500px;
    }
}
@media(max-width: 600px) {
    .hdr-sec {
        min-height: 300px;
        background-position: bottom;
    }
}
@media(max-width: 500px) {
    .hdr-sec {
        min-height: 250px;
    }
}

.hdr-sec .main-cont {
    color: #fff
}

.hdr-sec .main-cont h1 {
    font-weight: bold;
    font-size: 55px;
    margin-bottom: 30px
}

.hdr-sec .main-cont .main-btn {
    display: inline-block;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 7px 20px;
    outline: none
}

.main-cont .main-title {
    margin-bottom: 30px
}

.main-nav {
    width: 80%;
    margin: auto;
    transition: .6s ease-in-out;
    border-radius: 100px
}

.main-nav.fixed {
    background-color: #00000077;
    width: 100%;
    border-radius: 0
}

.main-nav.fixed img {
    height: 70px
}

.main-nav a {
    color: #fff !important;
    transition: .1s ease-in-out;
    font-weight: bold;
    margin: 0 5px
}

.main-nav a:hover {
    opacity: .8
}

.about-sec {
    padding: 90px 0
}

.about-sec .about-cont {
    margin-bottom: 40px
}

.about-sec .about-cont h4 {
    font-size: 40px;
    font-weight: bold
}

.about-sec .about-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.profile-sec {
    padding: 90px 0
}

.profile-sec .profile-name {
    font-size: 45px
}

.profile-sec .profile-img {
    display: flex;
    justify-content: center;
    align-items: center
}

.counter-sec {
    background-color: #0076A9;
    padding: 90px 0;
    color: #fff;
    display: flex;
    justify-content: space-evenly;
    text-align: center
}

.counter-sec .counter {
    flex: 1;
}

.counter-sec .line {
    width: 1px;
    background-color: #dddddd33;
    display: block
}

.counter-sec p {
    font-size: 90px;
    margin: 0
}

.counter-sec p:last-of-type {
    font-size: 18px;
    margin: 0
}

.mmbr-sec {
    padding: 90px 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center
}

.mmbr-sec .sec-title {
    font-size: 40px;
    font-weight: bold
}

.mmbr-sec .sec-title {}

.mmbr-sec .mmbr-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 5px;
}

.mmbr-sec .mmbr-items {
    display: flex
}

.mmbr-sec .mmbr-item .icon-cont {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #0076A9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    transition: .2s ease-in-out
}

.mmbr-sec .mmbr-item .icon-cont:hover {
    transform: scale(1.1)
}

.mmbr-sec .mmbr-item h4 {
    font-size: 16px;
    font-weight: bold
}

.join-sec {
    background-color: #616B74;
    padding: 45px 0;
}

.join-sec .join-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.join-sec .line {
    width: 1px;
    display: block;
    background-color: #fff;
    height: 100px;
    transform: rotate(23deg);
    margin: 0 60px;
}

.join-sec p {
    font-size: 28px;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    margin: 0
}

.join-sec p span:first-of-type {
    color: #1DA9A6;
}

.join-sec p span:last-of-type {
    color: #E57C24;
    display: block;
    font-size: 120%
}

.join-sec .join-cont {
    width: 70%;
    margin: auto
}

.join-sec a {
    border-radius: 50px;
    font-size: 35px;
    color: #fff;
    background: linear-gradient(90deg, rgba(229, 124, 36, 1) 0%, rgba(233, 167, 107, 1) 35%, rgba(229, 124, 36, 1) 100%);
    padding: 10px 60px;
    border: 1px solid #fff
}

.join-sec a span {
    font-weight: bold
}

.mmbr-sec.spons-sec {
    background-color: #0076A9;
    color: #fff;
    height: auto
}

.mmbr-sec.spons-sec .mmbr-items {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    display: block
}

.mmbr-sec.spons-sec .mmbr-item .icon-cont {
    background-color: #616B74;
    transition: 1s ease-in-out
}

.mmbr-sec.spons-sec .mmbr-item p {
    text-align: justify-all
}

.mmbr-sec.spons-sec .mmbr-item .icon-cont:hover {
    animation: float 3s ease-in-out infinite;
    transition: 1s ease-in-out
}

@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translatey(-20px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
}

.spons-modal .modal-dialog .modal-content {
    padding: 13px;
    border-radius: 0px;
    border: 1px none #000000;
    box-shadow: 0px 10px 25px 0px rgba(2, 2, 2, 0.50);
    background-color: rgba(0, 118, 169, 1.00);
}

.spons-modal .modal-header {
    border: none
}

.spons-modal .modal-header .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 0 !important;
    opacity: 1;
    box-shadow: none;
    outline: none
}

.spons-modal .modal-header .modal-title {
    font-size: 24px;
}

.iti__country-list {
    color: #000
}

.iti {
    width: 100%
}

.spons-modal label {
    text-align: left;
    margin-right: auto;
    margin-left: 0;
    display: block
}

.contact-sec {
    display: flex;
    justify-content: center
}

footer {
    background: #013044;
    color: #fff
}

footer img {
    height: 130px;
    margin-right: auto;
    display: block;
    margin-bottom: 15px
}

footer p,
footer a {
    color: #fff;
    text-align: left;
    font-size: 14px
}

footer h6 {
    text-align: left;
    color: #fff
}

footer .copyright-area {
    text-align: left;
    font-size: 12px;
    color: #ddd
}

.footer-scl {
    display: flex;
    justify-content: flex-start
}

.footer-scl a {
    text-decoration: none;
    border-radius: 3px;
    transition: all .2s ease-in-out;
    margin-left: 0;
    margin-right: 0;
    border: 2px none transparent;
    border-radius: 3px;
    background-color: #fff;
    padding: 10px 20px;
    color: #222;
    width: 10%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px
}

.footer-scl a:nth-of-type(1):hover {
    background: #3b5998;
    color: #fff
}

.footer-scl a:nth-of-type(2):hover {
    background: #1DA1F2;
    color: #fff
}

.footer-scl a:nth-of-type(3):hover {
    background: #517fa4;
    color: #fff
}

.footer-scl a:nth-of-type(4):hover {
    background: #FF3333;
    color: #fff
}

#scrollButton {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    z-index: 99;
}

@media(max-width: 768px) {
    .hdr-sec .main-cont h1.main-title {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .hdr-sec .main-cont h4.main-title {
        font-size: 18px;
    }
    .about-sec .about-cont h4,
    .mmbr-sec .sec-title {
        font-size: 26px;
    }
    .counter-sec p {
        font-size: 48px;
        margin: 0
    }
    .counter-sec p:last-of-type {
        font-size: 16px;
        margin: 0
    }
}