@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap');
body {
    font-family: 'Titillium Web', sans-serif !important;
}
.loginhomemodal iframe {
    width: 100%;
}
.socail_links {
    position: fixed;
    right: 5px;
    top: 50%;
    z-index: 9;
}

.socail_links a {
    display: block;
    margin: 10px 0;
}

.socail_links img {
    width: 35px;
}

@keyframes skew {
    0% {
        transform: skew(10deg, 10deg);
    }
    100% {
        transform: skew(-10deg, -10deg);
    }
}

.bottomeightbetfair {
    margin-top: 10px;
}

.bottomeightbetfair img {
    filter: drop-shadow(2px 4px 6px black);
}

.landing-outer {
    overflow: hidden;
    background: #DFE8E9;
    padding: 25px 0;
    position: relative;
    z-index: 1;
}

.body_container {
    padding: 0;
    background: #fff;
    box-shadow: 0px 30px 50px #b0c9cceb;
    border-radius: 50px;
}

.client {
    padding: 0 40px;
}

.header {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 0 40px;
    background-size: 100% 50%;
    background-repeat: repeat;
}

.home-left {
    position: absolute;
    left: -10%;
    top: 80px;
    width: 25%;
    z-index: -1;
}

.home-right {
    position: absolute;
    right: -10%;
    top: 400px;
    width: 25%;
    z-index: -1;
}

.home-chat {
    position: fixed;
    bottom: 0;
    right: 0;
}

a {
    text-decoration: none;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    position: relative;
    padding: 22px 0;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}

.scrolled-offset {
    margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding: 0 22px;*/
    width: 85px;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #8d8d8d;
    text-transform: capitalize;
    white-space: nowrap;
    transition: 0.3s;
    font-weight: 600;
}

.navbar a img {
    width: 20px;
}

.navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #000;
}

.navbar a.active::before,
.navbar a:hover::before {
    content: '';
    background: url('../images/kingexch-images/menu-active.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -37px;
    bottom: 0;
    right: 0;
    left: 0;
    justify-content: center;
    display: flex;
    width: 85px;
}

.navbar .getstarted, .navbar .getstarted:focus {
    background: #e96b56;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
}

.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
    color: #fff;
    background: #ec7f6d;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 24px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #545454;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: #e96b56;
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}


/**
* Mobile Navigation
*/
.mobile-nav-toggle {
    color: #545454;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.fa-close {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
        right: -32px;
        position: relative;
        top: 10px;
    }

    .mobile-nav-toggle.mobile-close-menu img {
        display: none;
    }

    .mobile-nav-toggle.mobile-close-menu {
        background: url('../images/kingexch-images/mobile-menu-icon-svg-close.svg');
        width: 64px;
        height: 105px;
        background-repeat: no-repeat;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(59, 59, 59, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    background: url('../images/kingexch-images/banner-mask.png');
    display: block;
    position: absolute;
    top: 30px;
    right: 10px;
    bottom: 0;
    left: 10px;
    padding: 10px 0;
    overflow-y: auto;
    transition: 0.3s;
    background-color: #fff;
    background-size: cover;
    border-radius: 50px;
}

.navbar-mobile a, .navbar-mobile a:focus {
    padding: 0 !important;
    line-height: 4;
}

.navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #545454;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: #e96b56;
}

.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
    color: #e96b56;
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

#hero .carousel-item {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center center;
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 120px;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
    width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
    color: #545454;
}

.carousel-indicators {
    margin: 0;
    margin-bottom: -20px;
    z-index: 999;
}

#hero .carousel-indicators li {
    cursor: pointer;
    background: #000;
    overflow: hidden;
    border: 0;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    margin-bottom: 180px;
    opacity: 1;
    margin: 0 1px;
}

#hero .carousel-indicators li.active {
    background: #FF7300;
    width: 12px;
    opacity: 1;
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section-bg {
    background-color: white;
}
.section-title {
    text-align: center;
    padding: 60px 100px 0;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #222;
    line-height: 42px;
}

.thumbnails-outer {
    padding: 30px 0;
}

.thumbnails-outer .row {
    margin: 0;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.fpayment {
    text-align: left;
}

.fpayment h6 {
    font-size: 12px;
    color: #111;
    margin-bottom: 10px;
}

.fpayment img {
    width: 80px;
    margin-right: 2%;
    filter: saturate(0) brightness(90%) contrast(50%);
}

.fpayment img:hover {
    filter: initial;
}

.homefooter {
    color: #fff;
    padding: 30px 0;
}

.homefooter h4 {
    color: #1B1C15;
    opacity: 0.4;
    font-size: 13px;
    margin: 0;
    line-height: normal;
}

.homefooter h3 {
    color: #1B1C15;
    opacity: 1;
    font-size: 13px;
    margin: 0;
    line-height: normal;
    margin-bottom: 1rem;
}

.homefooter .fmenus {
    padding: 0;
    margin: 0;
}

.homefooter .fmenus li {
    list-style: none;
    display: inline-block;
}

.homefooter .fmenus li a {
    color: #212529;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    border-right: 1px solid #000;
    padding-right: 7px;
    margin-right: 4px;
}

.homefooter .fmenus li a:hover {
    text-decoration: underline;
}

.homefooter .fmenus li:last-child a {
    border-right: none;
}

.homefooter hr {
    color: #A4C7CB;
    opacity: 1;
}

.desk-bnr {
    display: block;
}

.mob-bnr {
    display: none;
}

/*login modal*/
.loginhomemodal .modal-dialog {
    max-width: 420px;
}

.loginhomemodal .modal-content {
    box-shadow: 0px 30px 50px #00000041;
    border: none;
    border-radius: 28px;
    background: rgba(255,255,255,0.7) !important;
    backdrop-filter: saturate(180%) blur(8px);
}

.loginhomemodal .modal-body {
    background: url('../images/kingexch-images/login-mask.png');
    background-size: contain;
    background-repeat: no-repeat;
    padding: 30px;
}

.loginhomemodal .close {
    border: none;
    background: none;
    right: 5px;
    top: 0;
    position: absolute;
    opacity: 1;
    font-size: 25px;
    color: #000;
}

.loginhomemodal img {
    width: 280px;
    margin: 0 auto;
    display: block;
}

.loginhomemodal form h2 {
    text-align: center;
    color: #000;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 700;
    margin: 20px 0;
}

.loginhomemodal form .inputs label {
    color: #6a6a6a;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: 600;
}

.loginhomemodal form .inputs {
    margin-bottom: 10px;
}

.loginhomemodal form .inputs .form-control {
    border: 0;
    border-radius: 6px !important;
    font-size: 14px;
    height: 45px;
}

.loginhomemodal form .inputs .form-control:focus {
    box-shadow: none;
}

.loginhomemodal form .input-group .input-group-text {
    padding: 0;
    background: none;
    border: none;
    margin-right: 5px;
}

.loginhomemodal form .modalLoginbtn {
    box-shadow: 0px 20px 30px #0000006a;
    border-radius: 40px;
    background-image: linear-gradient(to bottom right, #FFC558, #FF7300);
    display: block;
    border: none;
    text-transform: uppercase;
    padding: 12px 40px;
    font-size: 15px;
    font-weight: 700;
    margin: 20px auto;
}

.loginhomemodal form .forget {
    opacity: 0.6;
    text-align: center;
    display: block;
    color: #005099;
    font-size: 14px;
    text-decoration: underline;
    margin-top: 42px !important;
    margin-bottom: 18px;
}

.loginhomemodal form p {
    text-align: center;
    color: #000;
    font-size: 14px;
    margin: 0;
}

.loginhomemodal form .form-check-label {
    color: #6a6a6a;
    font-weight: 600;
}

.loginhomemodal form p a {
    cursor: pointer;
    opacity: 0.6;
    color: #005099 !important;
    text-decoration: underline !important;
}

.loginhomemodal form h5 {
    font-size: 12px;
    color: #414042;
    opacity: 0.6;
    margin: 20px 0;
    line-height: normal;
}
.mobile-nav-toggle.mobile-close-menu img {
    display: none;
}

.mobile-nav-toggle.mobile-close-menu {
    background: url('../images/kingexch-images/mobile-menu-icon-svg-close.svg');
    width: 64px;
    height: 105px;
    background-repeat: no-repeat;
}

.bottomeightbetfair {
    margin-top: 10px;
}

.bottomeightbetfair img {
    filter: drop-shadow(2px 4px 6px black);
}






/* Responsive Style */

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

@media (max-height: 768px), (max-width: 1200px) {
    #hero .carousel-container {
        padding-bottom: 0;
    }

    #hero .carousel-indicators li {
        margin-bottom: 0;
    }
}


@media (max-width: 992px) {
    
    .thumbbox-images {
        margin: auto;
        text-align: center;
    }
    .fpayment h6 {
        font-size: 14px;
        text-align: center;
    }

    .fpayment img {
        width: 100px;
        margin-bottom: 10px;
    }

    .desk-bnr {
        display: none;
    }

    .mob-bnr {
        display: block;
    }

    .landing-outer {
        padding: 30px 10px;
    }

    .home-left {
        top: -22px;
        width: 60%;
    }

    .home-right {
        bottom: 0;
        width: 60%;
    }

    .thumbnails-outer .container {
        padding: 0;
    }
    .section-title {
        padding-left: 0;
        padding-right: 0;
    }
  
    .thumbnails-outer .row .col-md-4,
    .thumbnails-outer .row .col-md-6 {
        padding: 0;
    }

    .header {
        padding: 0 15px;
        background-size: cover;
    }

    #header {
        padding: 10px 0 0 0;
    }

    #header .logo img {
        max-height: 52px;
        position: relative;
        top: 10px;
    }

    .pl0 {
        padding-left: 0;
    }

    .navbar a.active::before,
    .navbar a:hover::before {
        display: none;
    }

    .mobile-nav-toggle.mobile-close-menu {
        top: 55px;
        right: 5px;
    }
    .navbar-mobile ul {
        top: 40px;
        right: 10px;
        bottom: 0;
        left: 10px;
        padding: 70px 0;
        border-radius:40px;
        height: 280px;
    }
    .navbar a, .navbar a:focus {
        background: linear-gradient(to bottom right, #FFC558, #FF7300);
        border-radius: 40px;
        margin-bottom: 20px;
        color: #000 !important;
        width: 110px;
        font-size: 17px;
    }
}
@media screen and (max-width:767px) {
    .section-title {
        padding-top: 40px;
    }
    .section-title h2 {
        font-size: 24px;
        line-height: 26px;
    }
 
}


