:root {
    --top-header-text: #FFFFFF;
    --bottom-header: #FFFFFF;
    --bottom-header-text: #1F1F1F;
    --footer-bg: #000;
    --footer-text: #FFFFFF;
    --header-bg: #ffffff;
    --active-menu: #08B4D9;
    --active-bg: #08B4D9;
    --active-bg-text: #FFFFFF;
    --btn-bg: #08B4D9;
    --btn-bg--hover: #0099ba;
    --btn-two-bg: #FFFFFF;
    --color: #FFFFFF;
    --color-two: #333333;
    --other-bg: #0A1023;
    --other-bg-light: rgb(247, 249, 250);
    --hover: #D15613;
    --all-text-main: #06030C;
    --all-text-sub: #697080;
    --all-text-third: #62A916;
    --title-text: #4B4B4A;
    --input_text: 000;
    --label-color: #757575;
    --border-color: rgb(216, 220, 222);
    --table-head: #E7E7E7;
    --common-tag-bg: #ffffff;
    --common-tag-text: #333333;
    --box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    --font-family: "Geist",sans-serif;
    --footer-text: #A8A8A8
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: var(--font-family);
    color: #2C2C2C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    font-display: swap;
}

/*@font-face {
    font-family: 'Geist';
    src: local('Geist Bold'), local('Geist-Bold'), url('/fonts/Geist-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: local('Geist Light'), local('Geist-Light'), url('/fonts/Geist-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: local('Geist Medium'), local('Geist-Medium'), url('/fonts/Geist-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: local('Geist SemiBold'), local('Geist-SemiBold'), url('/fonts/Geist-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: local('Geist Regular'), local('Geist-Regular'), url('/fonts/Geist-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/

h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}

img {
    width: 100%;
}

a:hover, a:focus {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
}

.p-0 {
    padding: 0px;
}
/*
.p-40 {
    padding: 0px 80px 0px 40px;
}*/

.color_blue {
    color: var(--active-bg)
}

.p-70 {
    padding: 70px 0px;
}

.pb-56 {
    padding-bottom: 56px;
}

.p-64 {
    padding: 64px 0px;
}

.mt-20 {
    margin-top: 20px
}

.m-30 {
    margin: 30px 0px;
}

.p-15 {
    padding: 15px;
}

.p-40 {
    padding: 40px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.common_icon, ul.ul-grid-vertical li::before, ul.ul-grid-horizontal li::before {
    background-image: url(/Theme/img/new-theme-img/Icons-Strip.svg?v12);
}

.common_btn a {
    color: var(--top-header-text) !important;
    max-width: fit-content;
    max-height: 48px;
    transition: all 0.2s;
    border-radius: 999px !important;
    background: var(--btn-bg);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20.8px; /* 130% */
    display: flex;
    align-items: center;
    gap: 12px;
    /*text-transform: capitalize;*/
    padding: 8px 12px 8px 20px;
}

    .common_btn a:hover {
        background: var(--btn-bg--hover);
    }

/*temoporary putting*/
.tawk-min-container {
    display: none !important;
}

.owl-buttons {
    display: none;
}

ul.nav.nav-tabs.btn-tabs::before, ul.nav.nav-tabs.btn-tabs::after {
    content: none;
}

.ul-grid-horizontal {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(313.33px, 1fr));
    gap: 25px;
}

ul.ul-grid-horizontal li {
    display: flex;
    position: relative;
    padding: 10px;
    border-radius: 10px;
    padding-left: 40px;
    align-items: center;
    background-color: #fbfbfb;
    border: 1px solid #f1f1f1;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

    ul.ul-grid-horizontal li:before {
        position: absolute;
        content: '';
        left: 15px;
        width: 20px;
        height: 20px;
        background-position: -653px -289px;
    }

.ul-grid-vertical {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}

ul.ul-grid-vertical li {
    display: flex;
    padding-left: 30px;
    position: relative;
    padding: 10px;
    border-radius: 10px;
    padding-left: 40px;
    align-items: center;
    background-color: #fbfbfb;
    border: 1px solid #f1f1f1;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

    ul.ul-grid-vertical li:before {
        position: absolute;
        content: '';
        left: 15px;
        width: 20px;
        height: 20px;
        background-position: -653px -289px;
    }
/*================== stop banner section styling start============================*/
.main-slider-section {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.main-banner-home {
    background: #000000;
    color: #fff;
    position: relative;
}

.main-slider-div-section {
    position: relative;
    z-index: 1;
    width: calc(100% - 30px);
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 60px 0px;
}

.slider-main-section {
    position: relative;
}

.slider-img-sec {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-left {
    flex: 1;
    max-width: 680px;
}

.slider-main-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.7;
}

.slider-left h1 {
    color: #FFF;
    font-family: Geist;
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: normal; /* 114.286% */
    margin-top: 0;
}

.slider-left p {
    color: #FFF;
    font-family: Geist;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal; /* 170% */
    margin-bottom: 12px;
    opacity: 0.7;
}

.slider-btn {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
}

    .slider-btn a {
        color: #FFF;
        font-family: Geist;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        transition: all 0.3s;
    }

        .slider-btn a:hover {
            color: var(--active-bg);
        }

.partner-img {
    display: flex;
    margin-top: 60px;
    gap: 15px;
    flex-wrap: wrap;
}

    .partner-img img {
        max-width: 150px;
        max-height: 64px;
        object-fit: contain !important;
    }

.search_loading {
    display: none;
}

.get-quote-form .intl-tel-input .flag-dropdown {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    height: 45px;
}

.get-quote-form .intl-tel-input input {
    height: 45px;
}

.get-quote-form .intl-tel-input .flag-dropdown .selected-flag {
    margin: 1px;
    padding: 15px 16px 12px 6px;
    background: transparent;
    height: 45px;
    display: flex;
    align-items: center;
}

.news-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 0px 30px;
}

    .news-card .item {
        border-left: solid 1px #eee;
        border-right: solid 1px #eee;
        border-bottom: solid 3px var(--active-bg);
        padding: 15px;
        min-height: 395px;
        border-top: solid 1px #eee;
    }
/*================== stop banner section styling end============================*/
.common-tag-btn {
    max-width: fit-content;
    /* max-height: 38px; */
    border-radius: 100px;
    border: 1px solid #E6E9EE;
    text-align: center;
    padding: 5px 20px;
    display: flex;
    gap: 2px;
    margin: auto;
    background: var(--common-tag-bg);
    color: var(--common-tag-text);
    line-height: 30px;
}

.server-title h2, .server-title h3 {
    max-width: 1072px;
    color: #1F1F1F;
    text-align: center;
    font-family: Geist;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: normal; /* 115.789% */
    letter-spacing: 0.57px;
    margin: auto;
    margin-top: 16px;
    position: relative;
}

.server-title {
    text-align: center;
    display: flex;
    justify-content: center;
}


.testimonial_icon {
    background-position: -635px -114px;
    width: 20px;
    height: 25px;
}

.common_icon.close_menu_btn {
    background-position: -620px -290px;
    width: 20px;
    height: 20px;
}

.nav-tabs::-webkit-scrollbar {
    height: 6px; /* reduce thickness */
}

.nav-tabs::-webkit-scrollbar-track {
    background: #e8fbff; /* optional */
}

.nav-tabs::-webkit-scrollbar-thumb {
    background: #00bcd4; /* your theme color */
    border-radius: 10px;
}

*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: #f1f1f1;
}

*::-webkit-scrollbar-thumb {
    background-color: #08b4d9;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}


@media (max-width: 1200px) {
    .p-70 {
        padding: 36px 15px;
    }

    .p-64 {
        padding: 32px 15px;
    }
}

@media (max-width: 992px) {
    .p-70 {
        padding: 30px 15px;
    }

    .p-64 {
        padding: 24px 15px;
    }

    .slider-left h1 {
        font-size: 40px;
    }

    .slider-left p {
        font-size: 16px;
    }

    .server-title h2, .server-title h3 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .news-card {
        grid-template-columns: 1fr;
    }

    .slider-left h1 {
        font-size: 20px;
    }

    .slider-left p {
        font-size: 14px;
    }
}
