@font-face {
    font-family: 'Gemunu Libre';
    src: url('../fonts/GemunuLibre-SemiBold.woff2') format('woff2'),
        url('../fonts/GemunuLibre-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gemunu Libre';
    src: url('../fonts/GemunuLibre-Bold.woff2') format('woff2'),
        url('../fonts/GemunuLibre-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gemunu Libre';
    src: url('../fonts/GemunuLibre-Regular.woff2') format('woff2'),
        url('../fonts/GemunuLibre-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gemunu Libre';
    src: url('../fonts/GemunuLibre-Light.woff2') format('woff2'),
        url('../fonts/GemunuLibre-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gemunu Libre';
    src: url('../fonts/GemunuLibre-ExtraBold.woff2') format('woff2'),
        url('../fonts/GemunuLibre-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gemunu Libre';
    src: url('../fonts/GemunuLibre-Medium.woff2') format('woff2'),
        url('../fonts/GemunuLibre-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Lato', sans-serif;
    font-family: 'Gemunu Libre', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    min-height: 100vh;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-image: url("../images/body-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.main-wrpper:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    mix-blend-mode: multiply;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.container{
    max-width: 1750px;
}

/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: #000;
    padding: 5px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.mobile-navbar-brand{
    display: none;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 126px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav {
    margin-left: auto;
    align-items: center;
}
.navbar-light .navbar-nav li {
    margin-right: 20px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 0;
    color: #FFF;
    font-size: 24px; 
    font-weight: 500;
    line-height: normal;
    display: block;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-light .navbar-nav .nav-link.btn-head{
    border-radius: 50px;
    background: #FECA30;
    border: 2px solid #FECA30;
    padding: 5px 14px;
    color: #000000;
}
.navbar-light .navbar-nav .nav-link.btn-head:focus,
.navbar-light .navbar-nav .nav-link.btn-head:hover{
    background: transparent;
    color: #FECA30;
    border-color: #fff;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #FECA30;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #FECA30;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #FECA30;
}
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 50px;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #000;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #000;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */



.hero-wrp{
    padding: 146px 0 180px;
    position: relative;
    z-index: 8;
}
.hero-wrp .container{
    max-width: 1120px;
}
.hero-wrp ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-wrp ul li{
    margin-right: 25px;
}
.hero-wrp ul li:last-child{
    margin: 0;
}
.hero-wrp ul li .data-box h2{
    color: #FFF;
    font-size: 64px;
    font-weight: 500;
    line-height: 64px;
    margin: 0 0 13px;
    text-align: center;
}
.hero-wrp ul li .data-box h2 span{
    color: #FECA30;
    display: block;
}
.hero-wrp ul li .data-box p{
    color: #FFF;
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 10px;
    text-align: center;
}
.hero-wrp ul li .data-box p small{
    display: block;
    margin: 5px 0 0;
    font-size: 21px;
    line-height: normal;
}
.hero-wrp ul li .data-box img{
    max-width: 365px;
    margin: 0 auto 10px;
}
.hero-wrp ul li .data-box h6{
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 10px;
}

.hero-wrp .sponsors-block{
    display: table;
    margin: 80px auto 0;
}
.hero-wrp .sponsors-block h6{
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 4px;
}
.hero-wrp .sponsors-block a{
    color: #FECA30;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: table;
    margin: 0 auto;
}
.hero-wrp .sponsors-block a:hover{
    color: #fff;
}
.btn-secondary{
    color: #FECA30;
    font-size: 32px;
    font-weight: 500;
    padding: 8px 48px 11px;
    display: table;
    border-radius: 5px;
    border: 2px solid #FECA30;
    margin: 0 auto;
    line-height: 32px;
}
.btn-secondary:hover{
    color: #fff;
    border-color: #fff;
}
.btn-primary{
    color: #000;
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    line-height: normal;
    padding: 10px 48px 12px;
    display: table;
    margin: 0 auto;
    border-radius: 20px;
    background: #FECA30;
    border: 2px solid #FECA30;
}
.btn-primary:hover{
    color: #FECA30;
    border-color: #fff;
    background: transparent;
}

.footer-top{
    margin: 60px 0 0;
    padding: 15px 25px;
    border-top: 1px solid #FECA30;
}
.footer-top p{
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    font-family: 'Lato';
}
.footer-top h6{
    text-align: right;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    font-family: 'Lato';
}
.footer-top h6 a{
    color: #FECA30;
    font-weight: bold;
    margin-left: 5px;
}
.footer-top h6 a:hover{
    color: #fff;
}


footer{
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FECA30;
    box-shadow: 0px -6px 20px 0px rgba(0, 0, 0, 0.50);
    padding: 17px 0 18px;
    z-index: 9;
}
footer ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
footer ul li{
    margin-right: 32px;
}
footer ul li img{
    max-width: 100%;
    border: 5px solid #fff;
    width: 205px;
    height: 99px;
    object-fit: cover;
    object-position: center;
}
footer ul li:nth-child(2){margin-right: 97px;}
footer ul li:last-child{
    margin: 0;
}

footer ul li h3{
    color: #000;
    font-size: 36px;
    font-weight: 800;
    line-height: 36px;
    margin: 0;
}
footer ul li h5{
    color: #000;
    font-size: 28px;
    font-weight: 800;
    line-height: normal;
    margin: 0;
}
footer ul li h5 span{
    font-size: 21px;
    font-weight: 800;
    display: block;
}
footer ul li a{
    color: #000;
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    line-height: normal;
    display: table;
    padding: 9px 60px 10px;
    border-radius: 5px;
    border: 2px solid #000;
}
footer ul li a .fas{
    display: none;
}
footer ul li a:hover{
    color: #000;
    border-color: #fff;
}

.hero-wrp .one{order: 1}
.hero-wrp .two{order: 2}
.hero-wrp .three{order: 3}