
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

:root {
    --primary: #2E303F;
    --secondry: #0090AC;
    --darkblue: #004756;
    --white: #ffffff;
    --gray: #f3f3f3;
    --yellow: #EED100;
    --green: #85be4c;
    --pink: #A80954;
    --darkbluesecondry: #023D82;
    --header-height: 3rem;
    --nav-width: 60px;
    --first-color: #F0F0F0;
    --first-color-light: #AFA5D9;
    --white-color: #F7F6FB;
    --normal-font-size: 14px;
    --z-fixed: 100
}

.text-secondary {
    color: #D2D2D2 !important;
}

body {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    padding-top: 100px;
    margin: 0;
    background: #101011;
    color: #1C2D50;
}

main {
    padding: 50px 0 0px 0;
    position: relative;
    min-height: calc(100vh - 219px);
}

.logo img {
    width: 180px;
}

.home {
    padding-top: 0;
}

    .home main {
        padding-top: 0;
    }

.carousel-type1 .item {
    transform: translate3d(0, 0, 0);
    /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
    transition: all .25s ease-in-out;
    margin: 50px 0;
    /* OVERWRITE PLUGIN MARGIN */
}

.carousel-type1 .owl-item .item img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
}

.carousel-type1 .owl-item.center .item img {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.owl-nav-right.owl-theme .owl-nav {
    width: 112px;
    position: absolute;
    top: -80px;
    right: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 8px 12px;
}

.navbar-toggler:focus, .btn-close:focus {
    box-shadow: none;
}


.navbar-expand-lg .dropdown-toggle::after {
    width: 13px;
    height: 7px;
    display: inline-block;
    background: url(/assets/images/angle-down.svg) no-repeat;
    margin-left: .255em;
    vertical-align: .255em;
    padding: 3px;
    content: "";
    transform: inherit !important;
    border: none !important;
    border-width: 0 !important;
}


.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
    width: 36px;
    color: #fff;
    margin-left: 20px;
    border-radius: 36px;
    height: 36px;
    background: #2E303F;
    border: 1px solid var(--primary);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--primary);
}

.owl-carousel {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.about {
    background: #000000 url(/assets/images/about-bg.png) no-repeat center 370px;
    background-size: contain;
}

.about-text {
    font-weight: bold;
    color: #fff;
    font-size: 25px;
    letter-spacing: 2.5px;
    text-shadow: 1px 2px 4px #7F9BB1
}

.min80 {
    min-height: 80vh;
}

.min40 {
    min-height: 60vh;
}

.fw-60 {
    font-size: 65px;
    font-weight: bold;
    color: #fff;
}

.fw-40 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.fw-20 {
    font-size: 22px;
    color: #fff;
}

.avatar {
    background: #7F9BB1;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 15px;
    border-radius: 40px;
}

.floating-label {
    position: relative;
    margin-bottom: 40px;
}

.floating-input,
.floating-select {
    font-size: 14px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    color: #fff;
    height: 30px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
}

    .floating-select option {
        color: #5e5f5f;
    }

    .floating-input:focus,
    .floating-select:focus {
        outline: none;
        border-bottom: 2px solid #5e5f5f;
    }

.floating-label label {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.floating-input:focus ~ label,
.floating-input:not(:placeholder-shown) ~ label {
    top: -18px;
    font-size: 14px;
    color: #fff;
}

.floating-select:focus ~ label,
.floating-select:not([value=""]):valid ~ label {
    top: -18px;
    font-size: 14px;
    color: #fff;
}

/* active state */
.floating-input:focus ~ .bar:before,
.floating-input:focus ~ .bar:after,
.floating-select:focus ~ .bar:before,
.floating-select:focus ~ .bar:after {
    width: 50%;
}



.floating-textarea {
    min-height: 30px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    filter: invert(100%);
}
/****  floating-Lable style end ****/
footer {
    text-align: center;
    position: relative;
    color: rgb(255, 255, 255);
    padding: 160px 20px 50px 20px;
    /*  background: url(../images/footerbg1.png) no-repeat bottom center;*/
}

    footer::before {
        position: absolute;
        content: "";
        left: 0;
        z-index: -1;
        top: -260px;
        right: 0;
        background: radial-gradient(91.86% 44% at 50% 118.15%, #2E303F 0%, #101011 100%);
        height: 600px;
    }

   .about footer::before {
        position: absolute;
        content: "";
        left: 0;
        z-index: -1;
        top: -260px;
        right: 0;
        background: radial-gradient(91.86% 44% at 50% 118.15%, #2E303F 0%, #000000 100%);
        height: 600px;
    }

    footer a {
        color: rgb(255, 255, 255);
        text-decoration: none;
    }


#home-carousel .btn-primary, .video-preview .btn-primary {
    padding: 8px 35px;
    font-weight: 500;
}

.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 35px;
}

    .btn-primary:hover,
    .btn-check + .btn:hover,
    .btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
        background: var(--white);
        border-color: var(--white);
        border-radius: 8px;
        color: #2E303F;
       
    }

#home-carousel .btn-secondary, .video-preview .btn-secondary {
    font-weight: 700;
    padding: 8px 35px 9px 35px;
}

.btn-secondary {
    background: var(--white);
    border-color: var(--white);
    font-size: 13px;
    font-weight: 500;
    color: #2E303F;
    padding: 8px 35px;
}

    .btn-secondary:hover {
        background: var(--primary);
        border-color: var(--primary);
        color: #fff;
    }

h3 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 2px;
}

.card-style-1 {
    border: 0;
    background: none;
    transition: all 0.29s;
}

    .card-style-1 .card-body {
        padding: 20px 0;
    }

    .card-style-1 .card-title {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    .card-style-1 .card-text {
        color: #D2D2D2;
        font-size: 13px;
        letter-spacing: 0.5px;
    }


    .card-style-1:hover, .card-style-3:hover {
        transform: scale(1.15);
        z-index: 999;
    }

        .card-style-1:hover .watchlist {
            right: 10px; /* Slide the button into view */
            opacity: 1;
        }


        .card-style-1:hover .d-none {
            display: block !important;
        }


.card-style-2 {
    border: 0;
    background: none;
    transition: all 0.29s;
    aspect-ratio: 16 / 9;
    display: block;
}

    .card-style-2 .card-header::before {
        
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        top: 0;
        right: 0;
    }

    .card-style-2.card-nohover:hover .card-header::before {
        background: none !important;
    }
    .card-style-4.card-nohover:hover .card-header::before {
        background: none !important;
    }

        .card-style-2:hover .card-header::before {
        /*background: linear-gradient(180deg, rgb(16 16 17 / 60%) 60%, rgba(16, 16, 17, 1) 100%);*/
        background: linear-gradient(179deg, rgba(16, 16, 17, 0.3) 0%, rgba(16, 16, 17, 1) 80%);
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        top: 0;
        right: 0;
    }
    .card-style-2 a {
        text-decoration: none;
        z-index: 9;
    }

    .card-style-2 .card-body {
        padding: 20px 0;
        min-height: 165px;
    }

    .card-style-2 .card-title {
        color: #fff;
        font-size: 18px;
        transition: all 0.29s;
        font-weight: 600;
    }

    .card-style-2 .card-text {
        color: #D2D2D2;
        font-size: 14px;
        transition: all 0.29s;
    }

    .card-style-2:hover .card-title {
        margin-top: 10px;
    }

    .card-style-2:hover .card-text {
        margin-top: 10px;
    }

    .card-style-2 .card-header {
        position: relative;
        transition: all 0.29s;
        z-index: 1;
    }

    .card-style-2:hover .card-header {
        transform: scale(1.15);
        z-index: 2;
        position: relative;
    }

    .card-style-2:hover .card-hover {
        transform: scale(1.15);
    }

    .card-style-2:hover .card-header img {
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
        
        /*box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);*/
    }




    .card-style-2:hover .watchlist {
        right: 10px; /* Slide the button into view */
        opacity: 1;
    }


    .card-style-2:hover .d-none {
        display: block !important;
    }

    .card-style-2 .card-hover {
        position: absolute;
        bottom: 177px;
        z-index: 9;
        transition: all 0.29s;
       /* aspect-ratio: 16 / 9;*/
        right: 0;
        left: 0
    }





.card-style-4 {
    border: 0;
    background: none;
    transition: all 0.29s;
    aspect-ratio: 16 / 9;
    display: block;
}

    .card-style-4 .card-header::before {
      
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        top: 0;
        right: 0;
    }
    .card-style-4:hover .card-header::before {
        background: linear-gradient(180deg, rgb(16 16 17 / 60%) 60%, rgba(16, 16, 17, 1) 100%);
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        top: 0;
        right: 0;
    }




.card-style-4 a {
    text-decoration: none;
    z-index: 9;
}

    .card-style-4 .card-body {
        padding: 20px 0;
        min-height: 165px;
    }

    .card-style-4 .card-title {
        color: #fff;
        font-size: 18px;
        transition: all 0.29s;
        font-weight: 600;
    }

 
 

    .card-style-4 .card-text {
        color: #D2D2D2;
        font-size: 14px;
        transition: all 0.29s;
    }

    .card-style-4:hover .card-title {
        margin-top: 25px;
    }

    .card-style-4:hover .card-text {
        margin-top: 10px;
    }

    .card-style-4 .card-header {
        position: relative;
        transition: all 0.29s;
        z-index: 1;
    }

    .card-style-4:hover .card-header {
        transform: scale(1.15);
        z-index: 2;
        position: relative;
    }

    .card-style-4:hover .card-hover {
        transform: scale(1.15);
    }

    .card-style-4:hover .card-header img {
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
    }




    .card-style-4:hover .watchlist {
        right: 10px; /* Slide the button into view */
        opacity: 1;
    }


    .card-style-4:hover .d-none {
        display: block !important;
    }

    .card-style-4 .card-hover {
        position: absolute;
        bottom: 173px;
        z-index: 9;
        transition: all 0.29s;
      /*  aspect-ratio: 16 / 20;*/
        right: 0;

        left: 15px
    }




.card-style-3 {
    border-radius: 0px;
    border: none;
    transition: all 0.29s;
    background: none;
    overflow: hidden;
}

    .card-style-3 .card-img {
        border-radius: 0;
        border: none;
        transition: all .2s ease-in;
    }

    .card-style-3 .img-container {
        overflow: hidden;
        position: relative;
        border-radius: 10px;
    }

    .card-style-3 .card-img-overlay {
        display: flex;
        border-radius: 10px;
        flex-direction: column;
        top: 50%;
        text-align: center;
        align-items: center;
        justify-content: end;
        transition: all .2s ease-in;
        background: linear-gradient(0deg, rgba(16, 16, 17, 0.6) 0%, rgba(16, 16, 17, 0) 90%);
    }

        .card-style-3 .card-img-overlay h2 {
            font-size: 45px;
            font-weight: bold;
            text-transform: uppercase;
            color: #fff;
        }

            .card-style-3 .card-img-overlay h2 span {
                font-size: 24px;
                font-weight: bold;
                display: block;
                text-transform: uppercase;
            }

        .card-style-3 .card-img-overlay h6 {
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            display: block;
            text-transform: uppercase;
        }

    .card-style-3 .card-title {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }

    .card-style-3 .card-text {
        color: #D2D2D2;
        font-size: 14px;
    }

    .card-style-3 .card-body {
        padding: 20px 0;
    }

input[type="search"] {
    background: url(/assets/images/search-icon-white.png) no-repeat;
    padding-left: 25px;
    text-indent: 10px;
    font-size: 20px;
}

.search-label label {
    left: 35px;
    top: -5px;
    font-size: 20px;
}

.search-label .floating-input:focus ~ label, .search-label .floating-input:not(:placeholder-shown) ~ label {
    display: none;
}



input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 4px solid gray;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, #fff 45%, #fff 55%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 100%), linear-gradient(135deg, gray 0%, gray 43%, #fff 45%, #fff 55%, gray 57%, gray 100%);
    cursor: pointer;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    padding: 3px;
    content: "";
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0px;
}

.dropdown-menu {
    background: #191A20;
}

.dropdown-item {
    color: #fff;
}

    .dropdown-item:hover {
        color: #fff;
        background: rgba(0, 0, 0, 0.3);
    }

.form-check-input {
    background: none;
    border-color: #fff;
}

#our-partners.owl-carousel .owl-item img {
    width: 72px;
}

ul.logos {
    margin: 0;
    padding: 0;
    text-align: center;
}

    ul.logos li {
        list-style: none;
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }

        ul.logos li a {
            width: 210px;
            text-decoration: none;
            height: 197px;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            border-radius: 10px;
            background: #101011;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            position: relative;
            padding: 10px 10px 0px 10px;
            border: 1px solid #2E303F;
        }

            ul.logos li a:hover {
                -webkit-transform: scale(1.3);
                transform: scale(1.3);
                z-index: 99;
            }

        ul.logos li img {
            width: 5vh;
        }

ul.logos-members li {
    border: 0;
    line-height: 1.4;
}

    ul.logos-members li a {
        text-align: center;
    }

    ul.logos-members li img {
        width: 110px;
        padding-bottom: 0px;
    }

   ul.logos-members li span {
    display: block;
    height: 66px;
    overflow: hidden;
    color: #fff;
    padding-top: 10px;
}
    /*ul.logos-members li span {
        display: block;
        height: 66px;
        overflow: hidden;
        color: #fff;
        padding-top: 27px;
    }*/
::-webkit-scrollbar {
    width: 8px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
}


    /* Handle on hover */

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.owl-carousel {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.carousel-type2 .owl-stage-outer {
    overflow: visible !important;
}


#home-carousel .carousel-inner .carousel-item {
    height: 100vh;
}

    #home-carousel .carousel-inner .carousel-item img {
        /*height: 100vh;*/
    }

.letter-spacing-half {
    letter-spacing: 0.5px;
}

.letter-spacing1 {
    letter-spacing: 1px;
}

.letter-spacing2 {
    letter-spacing: 2px;
}

#our-partners h6 {
    font-size: 14px;
}

.carousel-caption {
    bottom: calc(32% - 130px);
    right: 40%;
    text-align: left;
    left: 5%;
}

.video-preview {
    height: 100vh;
}

    .video-preview img {
        height: 100vh;
    }



.video-preview-caption {
    position: absolute;
    color: #fff;
    bottom: calc(32% - 130px);
    right: 40%;
    text-align: left;
    left: 5%;
}

.backbtn {
    position: absolute;
    top: 120px;
    right: 40%;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    letter-spacing: 2px;
    left: 5%;
    color: #fff;
    z-index:9;
}

.nav-backbtn {
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    color: #fff;
    letter-spacing: 2px;
}

.navbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.desktop-hide, .desktop-hide {
    display: none;
}


.date-input {
    background: url(/assets/images/calendar4-week.svg) no-repeat right 8px center;
    padding-right: 30px;
    background-size: 18px;
}




.form-label {
    margin-bottom: 0px;
    color: #657983;
    font-weight: 600;
}

.watchlist {
    background: var(--primary);
    text-align: center;
    line-height: 38px;
    border-radius: 38px;
    width: 38px;
    height: 38px;
    font-size: 18px;
    color: #fff;
}

    .watchlist.active {
        background: #fff;
        color: var(--primary);
    }

    .watchlist:hover {
        background: #2e303fb8;
        font-size: 18px;
        color: #fff
    }

.content-container {
    min-height: calc(100vh - 138px);
    padding: 10px 15px;
}

.pager {
    margin: 0 auto;
    text-align: center;
}

    .pager span span {
        padding: 0px 8px;
        display: inline-block;
        margin: auto 2px;
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

.current {
    color: #333;
    background: #fff;
    border-radius: 30px;
}

.pager a {
    color: #fff;
    letter-spacing: 2px;
    padding: 0px 11px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    margin: auto 2px;
}

.sticky {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
    right: 0;
}

.tabs-style-1 {
    border-bottom: 0;
    justify-content: center;
}

    .tabs-style-1 .nav-link {
        background: var(--primary);
        border-color: var(--primary);
        border-radius: 8px;
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        padding: 10px 25px;
        margin-right: 15px;
        border: none
    }

        .tabs-style-1 .nav-link:hover {
            border: none;
            background: #fff;
            color: #000;
        }

.arc-slider {
    position: relative;
    width: 100%;
    height: 450px;
    user-select: none;
    overflow: hidden;
}

.center-text {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: orange;
    font-size: 24px;
    text-align: center;
    z-index: 1;
    font-weight: bold;
}

    .center-text span {
        font-size: 14px;
        color: white;
    }

.icon-container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 2130px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.icon {
    position: absolute;
    transition: all 0.4s ease;
    pointer-events: all;
}



    .icon img {
        width: 100%;
        height: 100%;
        padding: 5px;
    }

.fs-15 {
    font-size: 15px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-18 {
    font-size: 17px;
}

.fw-800 {
    font-weight: 800;
}

.validate-div {
    margin-bottom: 40px;
    background: rgba(255, 0, 0, 0.575);
    border-radius: 8px;
    padding: 10px 15px;
}

    .validate-div ul {
        margin-bottom: 0;
        padding: 0;
        list-style: none;
    }

        .validate-div ul li {
            color: #fff;
            margin-bottom: 10px;
            line-height: 22px;
        }

            .validate-div ul li:last-child {
                margin-bottom: 0px;
            }


.slider-overlay {
    /*background: rgba(16, 16, 17, .7);*/
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .slider-overlay::before {
        background: linear-gradient(265deg,rgba(16, 16, 17, 0) 0%, rgba(16, 16, 17, 1) 100%);
        width: 100%;
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        bottom: 0;
        height: 100%;
    }

    .slider-overlay::after {
        background: linear-gradient(180deg,rgba(16, 16, 17, 0) 0%, rgba(16, 16, 17, 1) 100%);
        width: 100%;
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        height: 100%;
    }


.ps-5 {
    padding-left: 5rem !important
}

.pe-5 {
    padding-right: 5rem !important
}

@media (min-width:768px) {
    .container-right-fluid {
        width: calc(((100% - 750px) / 2) + 750px) !important;
        margin-right: 0;
        padding-right: 0;
    }

   
}

@media (min-width:992px) {
    .container-right-fluid {
        width: calc(((100% - 970px) / 2) + 970px) !important;
        margin-right: 0;
        padding-right: 0;
    }
}


@media (min-width:1200px) {
    .container-right-fluid {
        width: calc(((100% - 1140px) / 2) + 1140px) !important;
        margin-right: 0;
        padding-right: 0;
        max-width: inherit;
    }

    .container-left-fluid {
        width: calc(((100% - 1140px) / 2) + 1140px) !important;
        margin-left: 0;
        padding-left: 0;
        max-width: inherit;
    }
}

@media (min-width:1400px) {
    .container-right-fluid {
        width: calc(((100% - 1320px) / 2) + 1320px) !important;
        margin-right: 0;
        padding-right: 0;
        max-width: inherit;
    }

    .container-left-fluid {
        width: calc(((100% - 1320px) / 2) + 1320px) !important;
        margin-left: 0;
        padding-left: 0;
        max-width: inherit;
    }
   
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1260px;
    }
}


@media (max-width:1200px) {
    .about {
        background: #000000 url(/assets/images/about-bg.png) no-repeat center 430px;
        background-size: contain;
    }
    h3 {
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 2px;
    }
}

@media(max-width:1366px) {
    .icon-container {
        top: 1230px;
    }

    .icon {
        position: absolute;
        width: 100px;
    }

        .icon.active {
            width: 115px;
        }
}

@media (max-width:1024px) {
    .ps-5 {
        padding-left: 1.5rem !important
    }

    .pe-5 {
        padding-right: 1.5rem !important
    }


  #Header  .ps-5 {
        padding-left:1rem !important
    }

    #Header .pe-5 {
        padding-right: 1rem !important
    }




    .vh-100 {
        height: auto !important;
    }

    #home-carousel .carousel-inner .carousel-item img {
        height: auto;
    }

    #home-carousel .carousel-inner .carousel-item, .video-preview, .video-preview img {
        height: auto;
    }

    .video-preview-caption {
        position: absolute;
        bottom: calc(50% - 130px);
        right: 43%;
        text-align: left;
        left: 5%;
        color: #fff;
    }
}

@media (max-width:991px) {

    .card-style-2 .card-body {
        padding: 20px 0;
        min-height: 100px;
    }

    .card-style-3 .card-img-overlay h2 {
        font-size: 35px;
    }

    #home-carousel .carousel-inner .carousel-item img {
        height: auto;
    }

    .video-preview-caption {
        position: absolute;
        bottom: calc(50% - 210px);
        right: 35%;
        text-align: left;
        left: 5%;
        color: #fff;
    }

    .icon-container {
        top: 1330px;
    }

    ul.logos li {
        display: inline-block;
        list-style: none;
    }


    .desktop-hide {
        display: block;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        display: flex !important
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-collapse .navbar-nav {
        flex-direction: column !important;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        padding: 21px;
        text-align: right;
    }

    .offcanvas {
        background: #191A20 !important;
        width: 250px !important;
    }

    .offcanvas-header {
        justify-content: end;
    }

    .mobile-hide {
        display: none !important;
    }

    .carousel-caption {
        bottom: calc(50% - 130px);
        right: 15%;
        text-align: left;
        left: 15%;
    }

    #home-carousel .carousel-inner .carousel-item {
        height: 500px;
    }

        #home-carousel .carousel-inner .carousel-item img {
            height: auto;
        }

    .vh-100 {
        height: 500px !important;
    }

    .about {
        background: #000000 url(/assets/images/about-bg.png) no-repeat center 430px;
        background-size: contain;
    }
}


@media (max-width:431px) {


    ul.logos-members li span {
        font-size: 13px !important;
        padding-top: 0px;
    }
}

    @media (max-width:767px) {
        ul.logos li {
            list-style: none;
            display: inline-block;
            margin-left: 0.5%;
            margin-right: 10px;
            margin-bottom: 10px;
        }
        .card-style-2 .card-body {
            padding: 20px 0;
            min-height: auto;
        }

        ul.logos-members li img {
            width: 90px;
            padding-top: 15px;
        }

        ul.logos li a {
            width: 180px;
            text-decoration: none;
            height: 180px;
            padding-left: 10px;
            padding-right: 10px;
        }

        .about-text {
            font-weight: bold;
            color: #fff;
            font-size: 15px;
        }

        .zoom-element {
            transform: scale(1) !important;
        }

        .tabs-style-1 {
            display: block;
        }

            .tabs-style-1 .nav-item {
                margin-bottom: 15px;
            }

        .card-style-3 .card-img-overlay h2 {
            font-size: 35px;
        }

        .icon-container {
            top: 700px;
        }

        .video-preview-caption {
            position: absolute;
            bottom: calc(50% - 130px);
            right: 5%;
            text-align: left;
            left: 5%;
            top: 30%;
            color: #fff;
        }

        .arc-slider {
            height: 340px;
        }

        .icon {
            position: absolute;
            width: 80px;
        }

            .icon.active {
                width: 100px;
            }


        .min80 {
            min-height: 50vh;
        }

        .min40 {
            min-height: 40vh;
        }

        .fw-40 {
            font-size: 25px;
            font-weight: bold;
            color: #fff;
        }

        .fw-60 {
            font-size: 50px;
            font-weight: bold;
            color: #fff;
        }

        .about {
            background: #000000 url(/assets/images/about-bg.png) no-repeat center 430px;
            background-size: contain;
        }

        main {
            min-height: calc(100vh - 282px);
        }

        #our-partners .owl-item {
            padding: 10px 50px;
        }

        .navbar-collapse {
            top: 76px;
        }

        .carousel-caption {
            bottom: calc(50% - 130px);
            right: 10%;
            text-align: left;
            left: 10%;
            top: 30%;
        }

        .carousel-control-prev, .carousel-control-next {
            display: none;
        }

        #home-carousel .carousel-inner .carousel-item, .video-preview {
            height: 610px;
        }

        .vh-100 {
            height: 630px !important;
        }

        #home-carousel .carousel-inner .carousel-item img, .video-preview img {
            height: 325px;
            object-fit: cover;
        }

        .carousel-caption .btn, .video-preview-caption .btn {
            width: 100%;
            margin-bottom: 15px;
        }

        .desktop-hide li {
            display: inline-block;
        }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
            display: flex !important
        }

        .logo img {
            width: 118px;
        }

        .navbar-nav .dropdown-menu {
            position: absolute;
        }
    }


