.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}




/*** Button ***/
.btn {
    font-family: 'Kumbh Sans';
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #000 !important;
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    color: #000;
    background-color: transparent !important;
    border-color: #10232B !important;
}

.Member h5,
.h5 {
    font-size: 22px;
    color: #041D2B;
    font-weight: 700;
}

.btn-sm-square {
    width: 40px;
    height: 36px;
}


.btn-outline-light {
    color: #FFFFFF;
    border-color: transparent;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
    border-right: 1px solid #ffffff73;
    font-size: 13px;
    font-family: "Inter";
}

small {
    line-height: 36px;
    font-size: 13px;
    font-family: "Inter";
    color: #FFFFFF !important;
}

.btn-outline-light:hover {
    color: #fff !important;
    background-color: transparent;
    border-color: #000;
}

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Kumbh Sans';
    position: relative;
    margin-right: 52px;
    padding: 0px 3px;
    color: #FFFFFF !important;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

h6,
.h6 {
    font-size: 22px;
    font-weight: 500;
}

.btn-outline-warning {
    color: #C4AF78;
    border-color: #C4AF78;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #041D2B;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
}

.sticky-top.navbar-light .navbar-nav .nav-link {

    color: #10232B !important;
}

h1,
.h1 {
    font-size: 42px !important;
    color: #041D2B;
    font-weight: 900;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #10232B !important;
}

.navbar-light .navbar-brand img {
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 65px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 60px;
    }
}

.btn-primary {
    color: #fff !important;
    background-color: transparent;
    border-color: #10232B;
    border-radius: 2px !important;
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: #10232B;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

.back-to-top {
    background: #c18d42;
    width: 39px;
    height: 39px;
    line-height: 29px;
    border: #c18d42;
}

/*** Hero Header ***/
.hero-header {
    background: url(../images/slider-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-outline-secondary {
    color: #FFFFFF;
    border-color: #FFFFFF;
    padding: 11px 24px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}

.hero-header p {
    color: #FFFFFF;
    opacity: 100%;
    font-size: 20px;
}

.top-bar i {
    color: #DCC588;
}
.hub p{
    font-size:32px;
    line-height: 39px;
}
@media (min-width: 1200px) {
    .display-3 {
        font-weight: 500;
        font-size: 49px !important;
        letter-spacing: 2px;
    }

    .display-3 span {
        color: #10232B;
        font-size: 53px;
        font-weight: 900;
    }
}

.galley img {
    width: 100%;
    height: 100%;
}

h1 span {
    color: #000;
}

h5,
.h5 {
    font-size: 28px;
}

.Classes h5,
.h5 {
    font-size: 19px;
    font-weight: bold !important;
    margin-bottom: 3px;
}

.Classes p {
    line-height: 18px;
}

.booking {
    background: url(../images/booking.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.booking h1,
.h1 {
    font-size: 38px !important;
    color: #041D2B;
    font-weight: 800;
}

.booking p {
    color: #FFFFFF;
    opacity: 76%;
}

.booking .btn-outline-light {
    color: #FFFFFF;
    border-color: #fff;
}

/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 23px;
    /* height: 35px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    /* border: 1px solid #FFFFFF; */
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    opacity: 80%;
}

.bg-warning {
    background-color: #C18D42 !important;
}

.Basic p {
    color: #041D2B !important;
    margin-bottom: 0px !important;
}

.Basic {
    border: 1px solid #0000005e;
    padding: 13px 25px;
    min-height: 129px;
}

.what-we-offer p {
    color: #FFFFFF;
}

.Basic h6 {
    font-weight: 700;
    font-size: 20px;
}

.what-we-offer {
    background-color: #FAF6ED;
}

.contact-us .btn-outline-light {
    color: #c18d42;
    border-color: #14141f66;
    margin: 3px;
    font-weight: 300;
}

.what-we-offer .btn-outline-light {
    color: #FFFFFF;
    border-color: #fff;
    padding: 13px 32px !important;
}

.what-we-offer h5 {
    font-size: 20px !important;
    font-weight: 400;
}

.what-we-offer h4 {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 500;
}

.footer h4 {
    color: #C4AF78;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 25px !important;
}

.footer p {
    color: #fff;
    opacity: 90%;
    font-weight: 400;
}

.footer {
    background-color: #10232B;
}

.footer .copyright {
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

@media only screen and (max-width: 600px) {

    .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 2rem !important;
    }

    .Member h5,
    .h5 {
        font-size: 22px;
        color: #041D2B;
        font-weight: 700;
        margin-bottom: 39px;
    }

    h6,
    .h6 {
        font-size: 22px;
        font-weight: 500;
        margin-top: 15px;
    }

    .p-5 {
        padding: 12px !important;
    }

    .what-we-offer .p-5 {
        padding: 18px !important;
    }

    .what-we-offer .mb-3 {
        margin-bottom: 0rem !important;
    }

    .Basic {
        border: 1px solid #0000005e;
        padding: 16px 25px;
        margin-bottom: 21px;
    }

    .what-we-offer .p-5 {
        padding: 18px !important;
        margin-bottom: 18px;
    }
}

.services {
    background-color: #FAF6ED;
}

.services-section {
    padding: 20px;
}

.services-section h2 {
    margin-top: 0;
}

.services-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.service-item {
    flex: 1 1 calc(25% - 20px);
    box-sizing: border-box;
}

.service-item img {
    width: 100%;
    height: auto;
    display: block;
}

.Classes h5 {
    text-transform: uppercase !important;
}

.service-description {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    padding: 10px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}

.service-description a {
    text-decoration: none;
    background: #000;
    color: white;
    padding: 8px 44px;
    border-radius: 0px;
    transition: background 0.3s;
    background: linear-gradient(-245deg, transparent 22%, #000000 24%, #10001c 115%, transparent 0);
}

.service-description .mx-4 {
    margin-right: -0.5rem !important;
    margin-left: 1.5rem !important;
}




.webcoderskull-item {
    border: 1px solid #70707033;
    margin-bottom: 45px;
    padding: 35px;
    min-height: 237px;
}

.learn-more {
    font-size: 14px;
    letter-spacing: 0px;

    color: #041D2B;
    font-weight: 600;
}

.webcoderskull-item h3 {
    color: #041D2B;
    font-size: 28px;
    font-weight: 700;
}

.trainer-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.trainer {
    background: #fff;
    border-radius: 10px;
    width: 300px;
    text-align: center;
}

.trainer img {

    object-fit: cover;
}

.trainer h3 {
    margin: 10px 0 5px;
    font-size: 24px;
    color: #041D2B;
}

.trainer p {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.trainer-number {
    background-color: #FFFFFF;
    color: #000;
    border-radius: 50%;
    width: 70px;
    height: 69px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 40%;
    margin-top: -39px;
    font-size: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.bg-light {
    background-color: #FAF6ED !important;
}

.card-title {
    margin-bottom: .5rem;
    font-size: 20px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none !important;
    border-radius: 0px;
    box-shadow: 0 3px 7px #0000001A;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    line-height: 16px;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(2.5rem + 11px);
    padding: 1rem .75rem;
}

.globel p {
    line-height: 19px;
}

.contact h5,
.h5 {
    font-size: 19px;
    color: #041D2B !important;
}

.btn-dark {
    color: #fff;
    background-color: #14141F;
    border-color: #14141F;
    text-transform: uppercase;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #808B8D;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    appearance: none;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media only screen and (max-width: 600px) {

    .service-item {
        flex: 1 1 calc(100% - 43px);
        box-sizing: border-box;
    }

    .footer h4 {
        color: #C4AF78;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 15px !important;
        margin-top: 26px;
    }

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

@media only screen and (max-width: 600px) {
    .hero-header .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 0rem !important;
    }
}
/* Icon */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
 .navbar-brand img {
    max-height: 115px;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 102px;
    right: 36px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow:none;
    z-index: 100;
    line-height: 56px;
}