.p-0, ul {
    padding: 0
}

.common-tag-btn, .server-title {
    text-align: center;
    display: flex
}

: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: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    font-display: swap
}

h1, h2, h3, h4, h5, h6 {
    line-height: normal
}

img {
    width: 100%
}

a:focus, a:hover {
    text-decoration: none
}

ul {
    list-style: none
}

.color_blue, .slider-btn a:hover {
    color: var(--active-bg)
}

.p-70 {
    padding: 70px 0
}

.pb-56 {
    padding-bottom: 56px
}

.p-64 {
    padding: 64px 0
}

.mt-20 {
    margin-top: 20px
}

.m-30 {
    margin: 30px 0
}

.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-horizontal li::before, ul.ul-grid-vertical li::before {
    background-image: url(/assets/Theme/img/new-theme-img/Icons-Strip.svg?v13)
}

.common_btn a {
    color: var(--top-header-text) !important;
    max-width: fit-content;
    max-height: 48px;
    transition: .2s;
    border-radius: 999px !important;
    background: var(--btn-bg);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20.8px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px 8px 20px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e6f7fb;
}

.quoted-message {
    background-color: #e6f7fb;
    color: #000;
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
    padding: 15px;
    border-radius: 15px;
    line-height: 43px;
}

.server-title h2, .server-title h3, .slider-btn a, .slider-left h1, .slider-left p {
    font-family: Geist;
    font-style: normal;
    line-height: normal
}

.common_btn a:hover {
    background: var(--btn-bg--hover)
}

.tawk-min-container {
    display: none !important
}

.owl-buttons, .search_loading {
    display: none
}

ul.nav.nav-tabs.btn-tabs::after, ul.nav.nav-tabs.btn-tabs::before {
    content: none
}

.ul-grid-horizontal {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(313.33px,1fr));
    gap: 25px
}

ul.ul-grid-horizontal li, ul.ul-grid-vertical li {
    display: flex;
    position: relative;
    padding: 10px 10px 10px 40px;
    border-radius: 10px;
    align-items: center;
    background-color: #fbfbfb;
    border: 1px solid #f1f1f1;
    color: #000;
    font-size: 18px;
    font-weight: 500
}

    ul.ul-grid-horizontal li:before, ul.ul-grid-vertical 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
}

.main-slider-section {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap
}

.main-banner-home {
/*    background: #000;*/
    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 0;
    height: 100%;
}

.slider-main-section {
    position: relative;
    height: 100%;
}

.slider-img-sec {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.slider-left {
    flex: 1;
    max-width: 680px
}

.slider-main-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .7
}

.slider-left h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 800;
    margin-top: 0
}

.slider-left p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 12px;
    opacity: .7
}

.slider-btn {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap
}

    .slider-btn a {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        transition: .3s
    }

.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
    }

.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: 0 0;
    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: 0 30px
}

    .news-card .item {
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: solid 3px var(--active-bg);
        padding: 15px;
        min-height: 395px;
        border-top: 1px solid #eee;
        height: 100%
    }

.common-tag-btn {
    max-width: fit-content;
    border-radius: 100px;
    border: 1px solid #e6e9ee;
    padding: 5px 20px;
    gap: 2px;
    margin: auto;
    background: var(--common-tag-bg);
    color: var(--common-tag-text);
}

.text_white {
    color: white !important;
    margin-bottom: 30px !important;
}

.server-title h2, .server-title h3 {
    max-width: 1120px;
    color: #1f1f1f;
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: .57px;
    margin: 16px auto auto;
    position: relative
}

.server-title {
    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
}

.nav-tabs::-webkit-scrollbar-track {
    background: #e8fbff
}

.nav-tabs::-webkit-scrollbar-thumb {
    background: #00bcd4;
    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
}

.showcase_flex {
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: space-between;
    max-width: 1080px;
    margin: auto;
    border-radius: 10px;
    margin-top: -130px;
    position: relative;
    box-shadow: 0px 3px 3px #d4d1d1;
}



.showcase_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    align-items: center;
    height: 100%;
}

.showcase_box {
    /*background: #e5f7fa;*/

    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 30px;
}

.showcase_grid img {
    max-height: 110px;
}

.showcase_box p {
    font-size: 18px;
    font-weight: 600;
    max-width: 450px;
}

.g-15 {
    gap: 15px;
}

@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) {
    .showcase_grid.g-15 img {
        max-height: 50px;
    }

    .showcase_box p {
        font-size: 15px;
        font-weight: 600;
        max-width: 100%;
        text-align: center;
        line-height: normal;
    }

    .showcase_box {
        gap: 0px;
        padding: 10px;
    }

    .showcase_flex {
        flex-direction: column;
        margin-top: 0;
        box-shadow: none;
    }
    .quoted-message {
        font-size: 16px;
        font-style: italic;
        font-weight: 500;
    }

    .news-card {
        grid-template-columns: 1fr
    }

    .slider-left h1 {
        font-size: 20px
    }

    .slider-left p {
        font-size: 14px
    }

    h2, h3 {
        font-size: 18px;
    }

    p {
        font-size: 15px;
    }
}
