:root {
    --bs-primary: #ed8b00;
    --bs-secondary: #1d252d;
    --bs-teritiary: #1d252d;
    --bs-font-color: #4e4e4e;
    --bs-litegreen: #f2f6f6;
    --lit-gray: #e6eded;
    --clr-signal-white: #ebece7;
    --clr-oyster-white: #e4dac7;
    --clr-green: #808276;
    --clr-graphite-black: #27292b;
    --clr-grey: #8d9290;
    --clr-azure-blue: #255f79;
    --clr-orange: #cf5e24;
    --p-gray: #808080;
    --dark-slate: #293038;
    --p-line-height: 1.611111111111111
}

html {
    scroll-margin: 5em;
    scroll-padding: 5em
}

.text-secondary {
    color: var(--bs-secondary) !important
}

.text-primary {
    color: var(--bs-primary) !important
}

.bg-lite-gray {
    background: var(--lit-gray)
}

.font-16 {
    font-size: clamp(.6rem,1vw,.8rem)
}

.font-22,.tab-title-22 .nav-tabs.nav-tabs-basic .nav-link,.acc-div .custom-acc-wrapper .card-header button {
    font-size: clamp(.8rem,1.5vw,1.1rem)
}

.font-28 {
    font-size: clamp(1rem,2vw,1.4rem)
}

.font-40 {
    font-size: clamp(1rem,3vw,2rem)
}

.font-60 {
    font-size: clamp(2rem,5vw,3rem)
}

p {
    line-height: var(--p-line-height)
}

.lh-1 {
    line-height: 1
}

.lh-1-2 {
    line-height: 1.2
}

.lh-1-4 {
    line-height: 1.4 !important
}

.lh-1-5 {
    line-height: 1.5
}

.lh-1-6 {
    line-height: 1.6
}

.lh-1-8 {
    line-height: 1.8
}

.lh-2 {
    line-height: 2
}

.w-fitt {
    width: fit-content !important
}

.bdr-ex-lit {
    border: 1px solid rgba(0,0,0,.062745098)
}

.bdr-white-lit {
    border: 1px solid rgba(255,255,255,.0588235294)
}

.primary-list {
    padding-left: 0;
    margin-left: 0
}

.primary-list ::marker {
    color: var(--bs-primary)
}

.bdrs-15 {
    border-radius: 15px
}

.max-w-60 {
    max-width: 60ch
}

.page-header .img-box-500 {
    height: clamp(15em,40vw,27.7777777778em)
}

.page-header .img-box-500 img {
    height: 100%;
    object-fit: cover
}

.page-header .img-box {
    height: clamp(18em,70vw,38.1111111111em)
}

.page-header .img-box img {
    height: 100%;
    object-fit: cover
}

.page-header__desc {
    max-width: 114ch;
    margin-bottom: 0
}

.page-header__title {
    font-size: clamp(2rem,4vw + 1rem,4rem);
    font-weight: 700
}

.bcrbs {
    line-height: 0
}

.bcrbs span {
    font-size: 16px;
    line-height: 19.2px;
    color: var(--bs-secondary);
    font-weight: 500;
    opacity: .75
}

.bcrbs a span {
    opacity: 1
}

.page-bnr {
    height: 27em;
    position: relative;
    isolation: isolate
}

.page-bnr__div {
    position: relative;
    z-index: 10
}

.page-bnr__div h1 {
    font-weight: 700
}

.page-bnr__img img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.page-bnr::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background: #1d252d;
    background: -moz-linear-gradient(180deg, rgba(29, 37, 45, 0) 20%, rgb(29, 37, 45) 100%);
    background: -webkit-linear-gradient(180deg, rgba(29, 37, 45, 0) 20%, rgb(29, 37, 45) 100%);
    background: linear-gradient(180deg, rgba(29, 37, 45, 0) 20%, rgb(29, 37, 45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d252d",endColorstr="#1d252d",GradientType=1);
    z-index: -1
}

.page-bnr::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: #1d252d;
    background: -moz-linear-gradient(0deg, rgba(29, 37, 45, 0) 20%, rgb(29, 37, 45) 100%);
    background: -webkit-linear-gradient(0deg, rgba(29, 37, 45, 0) 20%, rgb(29, 37, 45) 100%);
    background: linear-gradient(0deg, rgba(29, 37, 45, 0) 20%, rgb(29, 37, 45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d252d",endColorstr="#1d252d",GradientType=1);
    z-index: 2
}

.z-index--1 {
    z-index: -1
}

section p:last-child {
    margin-bottom: 0
}

.service-card {
    border-radius: 20px
}

.service-card .service-card__head {
    position: relative
}

.service-card .service-card__head img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.service-card .service-card__head::after {
    position: absolute;
    content: "";
    bottom: -0.5%;
    left: 0;
    width: 100%;
    height: 61%;
    background: #1d252d;
    background: -moz-linear-gradient(180deg, rgba(29, 37, 45, 0) 0%, rgba(29, 37, 45, 0.7036064426) 57%, rgb(29, 37, 45) 85%);
    background: -webkit-linear-gradient(180deg, rgba(29, 37, 45, 0) 0%, rgba(29, 37, 45, 0.7036064426) 57%, rgb(29, 37, 45) 85%);
    background: linear-gradient(180deg, rgba(29, 37, 45, 0) 0%, rgba(29, 37, 45, 0.7036064426) 57%, rgb(29, 37, 45) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d252d",endColorstr="#1d252d",GradientType=1)
}

.service-card__footer {
    display: grid;
    grid-template-columns: 4fr auto;
    align-items: center;
    gap: 1em
}

.service-card__footer .hr-line {
    height: 1px;
    background-color: #fff;
    opacity: .2;
    transition: 200ms all linear;
    border-radius: 1px
}

.service-card__footer .nxt-round {
    transition: 200ms all linear;
    position: relative;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.service-card__footer .nxt-round i {
    font-size: 1.3rem
}

.service-card:hover .nxt-round {
    background-color: var(--bs-primary)
}

.service-card:hover .nxt-round i {
    color: #fff
}

.service-card:hover .hr-line {
    opacity: .5;
    background-color: var(--bs-primary);
    height: 2px
}

.overlay-type2 {
    background: #000;
    background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 57%, rgb(0, 0, 0) 100%);
    background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 57%, rgb(0, 0, 0) 100%);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 57%, rgb(0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1)
}

.overlay-type3 {
    background: #000;
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8519782913) 80%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8519782913) 80%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8519782913) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1)
}

.rdmr-btn {
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    gap: .2em
}

.rdmr-btn i {
    transition: all .3s ease-in-out;
    font-size: 1.1rem
}

.rdmr-btn:hover {
    color: var(--bs-secondary) !important
}

.rdmr-btn:hover i {
    color: var(--bs-primary) !important;
    transform: translateX(3px)
}

.nav-tabs.nav-tabs-basic .nav-link.nav-btn {
    font-size: .9rem
}

.arbtsx.white-nav div {
    border: 1px solid #303030;
    color: #3c3c3c
}

.gap60 {
    gap: clamp(22px,2vw + .3rem,50px)
}

.line-sep {
    padding: 1em 0px;
    border-bottom: 1px solid rgba(29,37,45,.2)
}

.line-sep:first-child {
    padding-top: 0
}

.pointer {
    cursor: pointer
}

.select2-results__options li {
    font-size: 15px !important;
    border-bottom: 1px solid rgba(255,255,255,0) !important;
    border-radius: 50px;
    padding: 6px 13px;
    transition: .5s all ease
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--bs-primary) !important
}

.select2-dropdown {
    padding: 10px;
    border-radius: 10px !important;
    background: rgba(255,255,255,.9) !important;
    border: none !important;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 8px 15px 0px rgba(0,0,0,.2);
    box-shadow: 0px 8px 15px 0px rgba(0,0,0,.2);
    margin-top: 10px
}

.select2-container--default .select2-selection--single {
    height: 100%;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    font-size: .75rem
}

.select2-container--default .select2-selection--single {
    background-color: rgba(0,0,0,0);
    padding-bottom: 1em
}

.select2-container .select2-selection__arrow {
    display: none
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex;
    justify-content: space-between
}

.select2-container--default .select2-selection--single .select2-selection__rendered i {
    font-size: 1rem
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 0
}

.mega-card-container {
    height: 75vh;
    overflow: auto;
    border-left: 1px solid rgba(0,0,0,.062745098)
}

.mega-card-container::-webkit-scrollbar {
    display: none
}

.mega-card-container-service {
    height: 80vh;
    overflow: auto;
    border-left: 1px solid rgba(0,0,0,.062745098)
}

.mega-card-container-service::-webkit-scrollbar {
    display: none
}

.mega-sidebar {
    position: sticky;
    top: 0px;
    z-index: 10;
    scroll-padding: 10em;
    margin-top: 10px;
    height: fit-content
}

.tab-buttons {
    display: flex
}

.tab-buttons li {
    transition: all .3s,color .3s;
    padding: 1em 0
}

.tab-buttons li:hover {
    background-color: var(--bs-litegreen)
}

.tab-btn-col {
    padding: 0
}

.tab-button {
    width: 100%;
    cursor: pointer;
    transition: all .3s,color .3s;
    font-size: clamp(1rem,5vw,1.3rem);
    background-color: rgba(0,0,0,0);
    border: none;
    outline: none;
    text-align: left;
    display: flex;
    gap: .5em
}

.tab-button i {
    transition: 300ms all linear
}

.tab-button:hover {
    background-color: var(--bs-litegreen);
    color: var(--bs-primary)
}

.tab-button:hover i {
    transform: translateX(5px)
}

.tab-button.active {
    color: var(--bs-primary)
}

.tab-contents {
    position: relative;
    overflow: hidden
}

.tab-content.active {
    opacity: 1;
    display: block
}

.dropdown-mega .custom-mega {
    margin: 0 !important;
    overflow-y: auto;
    overflow-x: hidden;
    width: 101vw !important;
    left: 50% !important;
    transform: translateX(-50%)
}

.mgm-crd {
    display: flex;
    flex-direction: column;
    transition: 200ms all linear
}

.mgm-crd__head {
    overflow: hidden
}

.mgm-crd__head img {
    transition: 200ms all linear
}

.mgm-crd__body {
    padding: 0 .5em;
    margin-top: 1em
}

.mgm-crd__body h3 {
    font-size: clamp(.8rem,3vw,.9rem);
    margin-bottom: 0;
    font-weight: 600
}

.mgm-crd__footer {
    padding: 0 .5em
}

.mgm-crd:hover {
    cursor: pointer
}

.mgm-crd:hover img {
    transform: scale(1.1)
}

.mega-leftbtn {
    position: absolute;
    bottom: 10%;
    left: 0
}

.mega-leftbtn-center {
    position: absolute;
    bottom: 50%;
    left: 0
}

@media(max-width: 96.875em) {
    .page-header .img-box {
        height:clamp(18em,60vw,30em)
    }

    .page-header .img-box img {
        height: 100%;
        object-fit: cover
    }

    .page-header__desc {
        max-width: 114ch;
        margin-bottom: 0
    }
}

@media(min-width: 992px) {
    .navbar-expand-lg.transparent:not(.fixed) {
        border-bottom:1px solid rgba(255,255,255,.2);
        padding-bottom: 0rem;
        padding-top: 0rem
    }

    .navbar-nav .dropdown-menu {
        border-radius: 0px;
        padding: 0px 0px
    }

    .navbar-nav .dropdown-menu a.dropdown-item {
        padding: 15px 20px
    }

    .navbar-nav .dropdown-menu a.dropdown-item:nth-last-child(1) {
        border-bottom: rgba(0,0,0,.1)
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-top: 1.4rem;
        padding-bottom: 1.4rem
    }

    .nwSldsr {
        margin-right: -6vw
    }
}

@media(max-width: 991.98px) {
    .navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item {
        color:var(--bs-black);
        font-weight: 400;
        font-size: .7rem
    }

    .navbar-expand-lg .navbar-collapse .dropdown-menu {
        box-shadow: none !important
    }

    .navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item {
        padding-left: .6rem
    }
}

@media(max-width: 767px) {
    .page-header .img-box {
        height:15em;
        min-height: 15em
    }

    .icon-crd-row .whcbxs img {
        width: 2em;
        height: auto
    }

    .dropdown-mega .custom-mega {
        margin: 0 !important;
        overflow-y: auto;
        overflow-x: hidden;
        width: 100% !important;
        left: unset !important;
        transform: none
    }
}

@media(max-width: 576px) {
    p {
        font-size:.8rem
    }
}

@media(min-width: 100em) {
    .page-header .img-box {
        height:clamp(18em,60vw,38.8888888889em)
    }

    .mega-card-container {
        height: 85vh
    }

    .mega-card-container-service {
        height: 95vh
    }
}

@media(min-width: 992px) {
    .navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown-menu {
        top:100%;
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
        display: block
    }

    .navbar-expand-lg.navbar-light:not(.transparent) .navbar-nav .dropdown:not(.dropdown-submenu):not(.language-select)>.dropdown-menu {
        margin-top: 0
    }
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 7vw
}

.max67ch {
    max-width: 67ch
}

.bdrbtm {
    border-bottom: 1px solid rgba(0,0,0,.1254901961)
}

.font17 {
    font-size: clamp(.6rem,1vw,.84rem)
}

.statag {
    color: var(--bs-primary)
}

.max24ch {
    max-width: 24ch
}

.max64ch {
    max-width: 64ch
}

.max117ch {
    max-width: 117ch
}

.filtr-mn {
    position: relative;
    height: fit-content
}

.filter-sidebar.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 15vh;
    z-index: 1
}

.clrsec {
    color: var(--bs-secondary) !important
}

.tbl_ti {
    width: 100%
}

.tbl_ti td {
    padding-bottom: 15px
}

.tbl_ti .w20 {
    width: 25%;
    font-weight: 600;
    color: var(--bs-secondary)
}

.bold {
    font-weight: 600
}

.w-500,.cntmn .info-title {
    font-weight: 500
}

.font22,.accfaq-div .custom-acc-wrapper .card-header button {
    font-size: clamp(16px,1vw + .5rem,22px) !important
}

.font14,.cntmn .info-title {
    font-size: clamp(14px,1vw + .5rem,14px)
}

.font16 {
    font-size: clamp(14px,1vw + .5rem,16px)
}

.lh-09 {
    line-height: .9
}

.aftertext::after {
    content: "";
    background: url("../img/aboutus/afterimg.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    top: 0
}

.afterblock::after {
    content: "";
    background: url("../img/aboutus/afterblock.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    width: 50%;
    height: 100%
}

.gridblock__bdr {
    border: 1px solid rgba(255,255,255,.1254901961);
    padding: 1.7em;
    border-radius: 20px
}

.w-47 {
    width: 47% !important
}

.maxw17ch {
    max-width: 17ch
}

.nwSldsr__main .service-card__footer .nxt-round {
    transition: 500ms all linear !important
}

.clorch_item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #ed8b00, #ed8b00);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease-out
}

.nwSldsr__main:hover .clorch_item::after {
    transform: scaleX(1)
}

.arbtsx.white-nav div {
    border: 1px solid #303030;
    color: #3c3c3c
}

.arbtsx.white-nav div:hover {
    border: 1px solid #fff;
    color: #fff
}

.clorch {
    border-top: 1px solid !important;
    transition: .3s all ease-in
}

.overlay3 {
    background: #000;
    background: -moz-linear-gradient(360deg, rgba(0, 0, 0, 0.8) 3%, rgba(0, 0, 0, 0.2) 80%);
    background: -webkit-linear-gradient(360deg, rgba(0, 0, 0, 0.8) 3%, rgba(0, 0, 0, 0.2) 80%);
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 3%, rgba(0, 0, 0, 0.2) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1)
}

.rticms {
    min-width: 42px
}

.slide-cds {
    border-bottom: 1px solid #ddd
}

.slide-cds .swiper-slide {
    height: auto
}

.slide-cds .swip .swiper-pagination {
    display: grid;
    position: relative;
    top: 25px;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    align-items: stretch
}

.slide-cds .swip .swiper-pagination-bullet {
    width: 100%;
    border-radius: 0px
}

.slide-cds .swip .slide_pos {
    cursor: pointer;
    height: 2px;
    margin: 25px 0px 0px 0px
}

.slide-cds .nwSldsr__main:hover .blackbgarr.btn-secondary {
    background: var(--bs-primary)
}

.slide-cds .nwSldsr__main:hover .clorch {
    transition: .3s all ease-in;
    border-top: 3px solid !important;
    border-color: var(--bs-primary) !important
}

.slide-cds .nwSldsr .nwSldsr__main {
    height: calc(100% - 27px)
}

.slide-cds .nwSldsr .swiper-slide-active .clorch,.slide-cds .nwSldsr .swiper-slide-active .clorch_item {
    border-top: 3px solid !important;
    border-color: var(--bs-primary) !important
}

.slide-cds .nwSldsr .swiper-slide-active .blackbgarr.btn-secondary {
    background: var(--bs-primary)
}

.slide-cds .nwSldsr .swiper-slide-active .slide_pos::before {
    content: "";
    display: block;
    width: 100%;
    margin: 0px 0px 0px 0px;
    position: relative;
    border-bottom: 2px solid rgba(29,37,45,.8980392157);
    top: 0px
}

.max118ch {
    max-width: 118ch
}

.max51ch {
    max-width: 51ch
}

.max15ch {
    max-width: 15ch
}

.max48ch {
    max-width: 48ch
}

.left-0 {
    left: 0px !important
}

.radius-right {
    border-radius: 0 20px 20px 0 !important
}

.gdcard .service-card .service-card__head::after {
    background: -moz-linear-gradient(180deg, rgba(29, 37, 45, 0.0509453782) 0%, rgba(29, 37, 45, 0.7) 57%, rgba(29, 37, 45, 0.94) 100%) !important;
    background: -webkit-linear-gradient(180deg, rgba(29, 37, 45, 0.0509453782) 0%, rgba(29, 37, 45, 0.7) 57%, rgba(29, 37, 45, 0.94) 100%) !important;
    background: linear-gradient(180deg, rgba(29, 37, 45, 0.0509453782) 0%, rgba(29, 37, 45, 0.7) 57%, rgba(29, 37, 45, 0.94) 100%) !important;
    height: 100%
}

.lift-titles {
    padding: 10px 10px 10px 20px;
    border-left: 3px solid rgba(0,0,0,0);
    transition: .3s all ease-in
}

.lift-titles:hover {
    border-left: 3px solid var(--bs-primary);
    cursor: pointer;
    font-weight: 500
}

.lift-titles.active_lift {
    border-left: 3px solid var(--bs-primary)
}

.lift-titles.active_lift p {
    font-weight: 500
}

.lift-titles p {
    margin-bottom: 0px;
    color: var(--bs-secondary)
}

.font40,.policy-title {
    font-size: clamp(22px,2vw + .3rem,40px)
}

.font28 {
    font-size: clamp(20px,2vw + .3rem,28px)
}

.lh-35 {
    line-height: 1.25
}

.lh-1-05 {
    line-height: 1.05
}

.gap60 {
    gap: clamp(22px,2vw + .3rem,50px)
}

.line-sep {
    border-bottom: 1px solid rgba(29,37,45,.2);
    padding: 20px 0px
}

.pointer {
    cursor: pointer
}

.btn_sel {
    margin-right: 3px
}

.btn_sel a {
    padding: .3em 1.7em !important;
    cursor: pointer;
    border-bottom: none !important;
    margin-right: 0px !important;
    transition: .3s all ease-in
}

.btn_sel span {
    transition: .2s all ease-in
}

.nav-mstd .nav-link.active,.nav-mstd .btn_sel a:hover {
    background: var(--bs-secondary) !important;
    border-radius: 50px !important;
    color: #fff !important
}

.mncont .bg-white.cmrds:hover .rticms {
    background: var(--bs-primary)
}

.mncont .bg-white.cmrds:hover .clorch,.mncont .bg-white.cmrds:hover .clorch_item {
    color: var(--bs-primary)
}

.line1-3 {
    line-height: 1.3
}

.gp-20 {
    gap: 20px
}

.cntmn .bg-dark {
    background: var(--bs-secondary)
}

.cntmn .info-title {
    line-height: 16.41px;
    color: rgba(255,255,255,.5019607843)
}

.whchsms.bdr15whcms .rnd:nth-child(1) .whcbxs {
    border-radius: 15px 15px 0 15px
}

.whchsms.bdr15whcms .rnd:nth-child(2) .whcbxs {
    border-radius: 15px 15px 15px 0px
}

.whchsms.bdr15whcms .rnd:nth-child(3) .whcbxs {
    border-radius: 15px 0 15px 15px
}

.whchsms.bdr15whcms .rnd:nth-child(4) .whcbxs {
    border-radius: 0px 15px 15px 15px
}

.tbl_ti {
    width: 100%
}

.tbl_ti td {
    padding-bottom: 15px
}

.tbl_ti .w20 {
    width: 25%;
    font-weight: 600;
    color: var(--bs-secondary)
}

.tbl_tibdr {
    width: 100%
}

.tbl_tibdr .w20 {
    width: 25%;
    font-weight: 600;
    color: var(--bs-secondary)
}

.tbl_tibdr td,.tbl_tibdr th {
    padding: 20px 0px
}

.g-30 {
    gap: 30px
}

.tbl_tibdr tr {
    border-bottom: 1px solid #ddd
}

.gdblackcard .service-card .service-card__head::after {
    background: -moz-linear-gradient(180deg, rgba(29, 37, 45, 0.0509453782) 0%, rgba(29, 37, 45, 0.7) 57%, rgb(0, 0, 0) 100%) !important;
    background: -webkit-linear-gradient(180deg, rgba(29, 37, 45, 0.0509453782) 0%, rgba(29, 37, 45, 0.7) 57%, rgb(0, 0, 0) 100%) !important;
    background: linear-gradient(180deg, rgba(29, 37, 45, 0.0509453782) 0%, rgba(29, 37, 45, 0.7) 57%, rgb(0, 0, 0) 100%) !important;
    height: 100%
}

.refmas .page-header__content {
    border-bottom: 1px solid rgba(0,0,0,.062745098)
}

.max15ch {
    max-width: 15ch
}

.card-overlay-1 {
    background: #1d252d;
    background: -moz-linear-gradient(180deg, rgba(29, 37, 45, 0) 0%, rgba(29, 37, 45, 0.33) 57%, rgb(29, 37, 45) 100%);
    background: -webkit-linear-gradient(180deg, rgba(29, 37, 45, 0) 0%, rgba(29, 37, 45, 0.33) 57%, rgb(29, 37, 45) 100%);
    background: linear-gradient(180deg, rgba(29, 37, 45, 0) 0%, rgba(29, 37, 45, 0.33) 57%, rgb(29, 37, 45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d252d",endColorstr="#1d252d",GradientType=1)
}

.lin-h-1-1 {
    line-height: 1.1
}

.lin-h-1-6 {
    line-height: 1.6
}

.lh1-2,.policy-title {
    line-height: 1.2
}

.subtg {
    font-size: 16px;
    line-height: 1.2
}

.color-w50 {
    color: rgba(255,255,255,.4588235294)
}

.ltbgs {
    background: rgba(255,255,255,.0196078431);
    border-radius: 10px
}

.clrfd {
    color: rgba(29,37,45,.3137254902)
}

.strt span:nth-child(odd) {
    color: #fff
}

.strt span:nth-child(even) {
    color: rgba(255,255,255,.3137254902)
}

.bdrbt1d {
    border-bottom: 1px solid rgba(29,37,45,.1019607843)
}

.bdrtp1d {
    border-top: 1px solid rgba(29,37,45,.1019607843)
}

.color4e4e {
    color: var(--bs-font-color)
}

.lh-7 {
    line-height: .7
}

.inherit {
    color: inherit
}

.search-container {
    position: relative;
    width: 100%
}

.search-container .search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #888
}

.search-container .search-input {
    width: auto;
    padding: 10px 10px 6px 33px;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.4588235294);
    line-height: 1.1
}

.search-container .search-input:focus {
    outline: none;
    border-color: var(--bs-primary)
}

.download-icon {
    background: url(../img/icons/download-icon.svg) !important;
    height: 16px !important;
    background-repeat: no-repeat !important
}

.arrow-down-icon {
    background: url(../img/icons/arrow-down.svg) !important;
    height: 16px !important;
    background-repeat: no-repeat !important
}

.h42w159 {
    padding: 4px 22px !important
}

.arrow-right {
    background: url(../img/icons/arrow-right.svg) !important;
    height: 12px !important;
    background-repeat: no-repeat !important
}

.h42w159 {
    padding: 4px 22px !important
}

.color8080 {
    color: var(--p-gray)
}

.accfaq-div .custom-acc-wrapper .card {
    box-shadow: none;
    border-bottom: 1px solid rgba(0,0,0,.1882352941);
    padding-inline:0;border-radius: 0;
    background: rgba(0,0,0,0);
    margin-bottom: 0px
}

.accfaq-div .custom-acc-wrapper .card-header {
    padding-inline:0}

.accfaq-div .custom-acc-wrapper .card-header button {
    padding-inline:0;font-weight: 400;
    color: inherit;
    line-height: 1.3
}

.accfaq-div .custom-acc-wrapper .card-body {
    padding-inline:0}

.accfaq-div .custom-acc-wrapper .card-header {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.accfaq-div .custom-acc-wrapper .card-header button:before {
    left: unset;
    right: 2px;
    color: rgba(29,37,45,.3137254902);
    font-size: 30px
}

.off-white {
    color: #d4d4d4
}

.contact-mn select {
    color: var(--bs-secondary);
    opacity: .75;
    font-size: .75rem
}

.contact-mn input[type=text],.contact-mn input[type=tel],.contact-mn input[type=email],.contact-mn select,.contact-mn textarea {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.2);
    background-color: rgba(0,0,0,0);
    box-shadow: none;
    border-radius: 0px;
    padding-left: 5px
}

.contact-mn label {
    padding-left: 5px;
    color: var(--bs-secondary);
    opacity: .75
}

.contact-mn .aggr {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    cursor: pointer;
    color: var(--bs-secondary);
    opacity: .75
}

.contact-mn .aggr a {
    color: var(--bs-secondary);
    opacity: .75;
    border-bottom: 1px solid var(--bs-secondary)
}

.contact-mn .form-check-input[type=checkbox] {
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,.5019607843);
    filter: brightness(0.4);
    cursor: pointer
}

.max133 {
    max-width: 133ch
}

.max17 {
    max-width: 17ch
}

.h-500 {
    height: 500px
}

.max-52 {
    max-width: 52ch
}

.policy-title {
    color: var(--bs-secondary)
}

.pvrtmn {
    color: var(--bs-secondary)
}

.tbl-prv {
    border-collapse: unset;
    border-spacing: 0;
    border: 1px solid rgba(29,37,45,.2);
    border-radius: 20px !important;
    overflow: hidden
}

.tbl-prv tr td {
    padding: 20px;
    border-bottom: 1px solid rgba(29,37,45,.2);
    vertical-align: top
}

.tbl-prv tr td p {
    margin-bottom: 0px
}

.tbl-prv tr th {
    width: 33.33%;
    padding: 15px 30px;
    background: var(--bs-litegreen);
    border-spacing: 0px
}

.tbl-prv tr:nth-last-child(1) td {
    border-bottom: none
}

.tbl-prv .wid-7 {
    width: 7%
}

.text-white-75 {
    color: rgba(255,255,255,.4588235294)
}

@media(max-width: 62em) {
    .lift-titles {
        border-left:none;
        padding-left: 5px
    }

    .lift-titles.active_lift {
        border-bottom: 3px solid var(--bs-primary);
        border-left: none
    }

    .lift-titles:hover {
        border-bottom: 3px solid var(--bs-primary);
        border-left: none
    }

    .d-flex-sm {
        display: flex;
        flex-wrap: wrap
    }

    .tbl_ti .w20 {
        width: 35%
    }

    .tbl_tibdr td,.tbl_tibdr th {
        padding: 10px 0px;
        font-size: 14px
    }

    .line-sep p {
        font-size: 14px
    }

    .line-sep .justify-content-between:nth-child(1) {
        display: block !important
    }

    .line-sep .justify-content-between:nth-child(1) .d-flex {
        margin-bottom: 10px
    }

    .rnd {
        margin-bottom: 15px
    }

    .rnd .whcbxs {
        border-radius: 5px !important
    }

    .rnd:nth-last-child(1) {
        margin-bottom: 0px
    }
}

@media(max-width: 991.98px) {
    .font-md16 {
        font-size:16px
    }

    .filter-sidebar {
        background: #fff
    }

    .filter-sidebar .search-input {
        width: 100%;
        margin-bottom: 10px
    }

    .filter-sidebar aside {
        display: flex;
        padding-bottom: 25px !important
    }

    .filter-sidebar.sticky {
        top: 7vh
    }

    html {
        scroll-padding-top: 22vw
    }

    .h-sm-auto {
        height: auto !important
    }
}

@media(max-width: 47.99875em) {
    .nav-mstd.nav-tabs.nav-tabs-basic .nav-link.nav-btn {
        font-size:.6rem
    }

    .nav-mstd .btn_sel {
        padding: .3em .4em
    }

    .nav-mstd.nav-tabs.nav-tabs-basic .nav-item {
        margin-bottom: 0px
    }

    .aftertext::after {
        width: 90%
    }

    .smw-100 {
        width: 100%
    }

    .flex-sm-col {
        flex-direction: column;
        align-items: baseline !important;
        gap: 13px
    }

    .flex-sm-col .arbtsx {
        margin-left: 0px
    }

    .flex-sm-col .jusrt {
        justify-content: space-between
    }

    html {
        scroll-padding-top: 26vw
    }

    .lift-titles {
        padding: 5px 10px;
        font-size: 14px
    }

    aside {
        flex-wrap: wrap
    }

    .filter-sidebar.sticky {
        position: initial
    }

    .btn_sel {
        padding: .3em 1.4em;
        margin-right: 4px;
        font-size: 16px
    }
}

@media(max-width: 35.99875em) {
    .btnCty {
        padding:5px 14px;
        font-size: 14px
    }

    .btn_sel {
        padding: .3em .5em;
        margin-right: 3px;
        font-size: 13px
    }
}

.custom-select {
    position: relative;
    width: 250px;
    margin: 10px 0
}

.custom-select select {
    display: none
}

.select-selected {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    position: relative
}

.select-selected:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    border: 6px solid rgba(0,0,0,0);
    border-color: #333 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)
}

.select-items {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    z-index: 1000;
    display: none;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    box-shadow: 0 4px 8px rgba(0,0,0,.1)
}

.select-items div {
    padding: 10px 15px;
    cursor: pointer;
    color: #333
}

.select-items div:hover {
    background-color: #f1f1f1
}

.select-items .same-as-selected {
    background-color: #007bff;
    color: #fff
}

.select-open .select-items {
    display: block
}

.pro-form-list {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: left;
    border: 1px solid #ddd;
    padding: 2px 9px;
    border-radius: 5px;
    width: fit-content;
    margin: auto
}

.imgsy {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.imgcuiu {
    position: relative;
    overflow: hidden;
    padding-top: 73.2142857143%;
    display: block
}

.wytfg {
    background: #fff;
    padding: 0px 46px 10px 46px;
    border-radius: 10px
}

.imgitd {
    position: relative;
    overflow: hidden;
    padding-top: 51.25%;
    display: block
}

@media(max-width: 991.98px) {
    .pro-form-list {
        flex-direction:column;
        padding: 16px;
        width: 100%
    }
}

.clients {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px
}

.client-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,.1);
    transition: transform .3s,box-shadow .3s
}

.client-card img {
    width: 100%;
    height: 250px;
    object-fit: cover
}

.client-card .client-info {
    padding: 15px
}

.client-card .client-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px
}

.client-card .client-description {
    font-size: 14px;
    color: #666
}

.client-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0,0,0,.2)
}

.myThumbs .swiper-button-next,.nwSldsrthumb .swiper-button-next,.myThumbs .swiper-button-prev,.nwSldsrthumb .swiper-button-prev {
    display: none
}

.cthumbnail {
    width: 100%;
    height: 150px;
    object-fit: cover;
    cursor: pointer
}

.myThumbs {
    border-radius: 5px;
    margin-top: 15px
}

.imgitd,.cthumbnail {
    border-radius: 5px
}

.hrefover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.w-fit {
    width: fit-content
}

#d-none {
    display: none
}

.our-pdt {
    display: flex;
    justify-content: space-between
}

.itemins {
    color: var(--bs-black);
    font-weight: 500;
    font-size: 18px;
    padding: 6px 12px
}

.fontsts .dropdown a {
    color: var(--bs-black) !important;
    font-size: 22px !important;
    font-weight: 500 !important
}

.backButton svg {
    transform: rotate(270deg)
}

.our-pdt svg {
    transform: rotate(90deg)
}

@media(max-width: 991.98px) {
    .navbar-expand-lg .dropend .dropit::after {
        content:url("../img/narrow.svg") !important;
        transform: rotate(180deg)
    }

    .navbar-expand-lg .dropend .dropit.show::after {
        transform: rotate(0deg)
    }

    .drolinkpit::after {
        content: url("../img/icons/narrowsv.svg") !important
    }

    .drolinkpit {
        display: flex;
        justify-content: space-between
    }

    .navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item.dropit {
        padding-left: 0px !important
    }

    .contsts {
        display: flex;
        margin-top: 10px
    }

    .contsts span {
        font-size: 18px
    }

    .contsts p {
        margin-top: 5px;
        word-wrap: break-word;
        word-break: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        font-size: 14px
    }

    .contsts .dropdown-item {
        line-height: normal
    }
}

.custom-grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2em
}

.custom-grid-mega {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    column-gap: 1em;
    row-gap: 1em
}

.custom-grid-mega-fitt {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1em
}

.lit-card__head .icon-box img {
    width: 3.1111111111em;
    height: 3.3333333333em
}

.lit-card__body h3 {
    font-size: clamp(.9rem,1.5vw,1.1rem);
    line-height: 1.3181818182
}

.lit-card__body p {
    margin-bottom: 0
}

.emp-card {
    overflow: hidden;
    height: clamp(15em,35vw,20em);
    border: 1px solid rgba(255,255,255,.1254901961)
}

.emp-card__head {
    display: flex;
    justify-content: flex-end
}

.emp-card__head img {
    width: 70%;
    height: auto;
    object-fit: contain
}

.emp-card__body h3 {
    font-size: clamp(.9rem,1.5vw,1.1rem)
}

.emp-card__footer {
    display: flex;
    align-items: flex-end
}

.emp-card__footer p {
    opacity: .75;
    margin-bottom: 0;
    line-height: 1;
    font-size: .8rem
}

.emp-card__count {
    font-size: clamp(2.5rem,10vw,5rem);
    margin-bottom: 0;
    line-height: .8;
    font-weight: 400
}

.aply-now-bnr {
    height: clamp(20em,30vw,30.8em);
    min-height: max-content;
    padding: clamp(1.5em,5vw,5em)
}

.aply-now-bnr p {
    max-width: 90ch
}

.lift-bfor-aftr {
    position: relative;
    height: clamp(15em,35vw,27.7em);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden
}

.lift-bfor-aftr .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block
}

.lift-bfor-aftr .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lift-bfor-aftr__content {
    position: relative;
    z-index: 1
}

.lift-bfor-aftr__content h3 {
    color: #fff
}

.lift-bfor-aftr__content p {
    margin-bottom: 0;
    color: #fff
}

.lift-bfor-aftr::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1d252d;
    background: -moz-linear-gradient(180deg, rgba(29, 37, 45, 0.0509453782) 0%, rgba(29, 37, 45, 0.42) 57%, rgba(29, 37, 45, 0.83) 100%);
    background: -webkit-linear-gradient(180deg, rgba(29, 37, 45, 0.0509453782) 0%, rgba(29, 37, 45, 0.42) 57%, rgba(29, 37, 45, 0.83) 100%);
    background: linear-gradient(180deg, rgba(29, 37, 45, 0.0509453782) 0%, rgba(29, 37, 45, 0.42) 57%, rgba(29, 37, 45, 0.83) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d252d",endColorstr="#1d252d",GradientType=1);
    z-index: -1
}

.icmnbcs {
    transition: opacity .3s ease
}

.pause-icon {
    border-radius: 50%;
    padding: 10px;
    background: #fff;
    width: 50px;
    height: 50px;
    opacity: .6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer
}

.pause-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 1em;
    width: 1em
}

.pause-icon::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
    scale: 1.2
}

.cmn-crd-head {
    height: clamp(15em,35vw,19.444444444em)
}

.crd-img-400 {
    height: clamp(18em,22vw,22.222222222em)
}

.lit-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #231d2d;
    opacity: .15
}

.card-hover-1 {
    transition: 200ms all linear
}

.card-hover-1:hover {
    transform: translateY(-10px)
}

.card-overlay-1 {
    background: #1d252d;
    background: -moz-linear-gradient(180deg, rgba(29, 37, 45, 0) 0%, rgba(29, 37, 45, 0.33) 57%, rgb(29, 37, 45) 100%);
    background: -webkit-linear-gradient(180deg, rgba(29, 37, 45, 0) 0%, rgba(29, 37, 45, 0.33) 57%, rgb(29, 37, 45) 100%);
    background: linear-gradient(180deg, rgba(29, 37, 45, 0) 0%, rgba(29, 37, 45, 0.33) 57%, rgb(29, 37, 45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d252d",endColorstr="#1d252d",GradientType=1)
}

.img-overlay-bottom {
    background: #000;
    background: #000;
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1)
}

.img-card-1 {
    height: clamp(23em,25vw,25em)
}

.img-card-1 div:first-child {
    transition: 200ms all linear
}

.img-card-1:hover div:nth-child(1) {
    height: 100%;
    filter: brightness(0.6)
}

.vdo-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-grow: 1
}

.vdo-box .icmnbcs {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.vdo-box .icmnbcs img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tab-border-primary .nav-tabs.nav-tabs-basic .nav-link {
    border-color: var(--bs-secondary)
}

.tab-border-primary .nav-tabs.nav-tabs-basic .nav-link:hover,.tab-border-primary .nav-tabs.nav-tabs-basic .nav-link:focus {
    border-color: var(--bs-primary) !important
}

.tab-border-primary .nav-tabs.nav-tabs-basic .nav-link.active {
    border-color: var(--bs-primary)
}

.tab-desc {
    color: rgba(255,255,255,.75)
}

.clr-op75 {
    color: rgba(255,255,255,.75)
}

.flr-wrapper {
    height: fit-content;
    min-height: max-content
}

.flr-wrapper__txt h3 {
    font-weight: 400
}

.clr-wrapper__img img {
    height: 20em;
    object-fit: contain
}

.flr-btn-group .flr-btn {
    border-radius: 10px;
    overflow: hidden;
    width: 2.5em;
    height: 2.5em;
    outline: none;
    border: none;
    padding: 0;
    transition: 200ms all linear
}

.flr-btn-group .flr-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.flr-btn-group .flr-btn:hover {
    outline-offset: 5px;
    outline: 2px solid var(--bs-primary)
}

.flr-btn-group .flr-btn:focus {
    outline-offset: 5px;
    outline: 2px solid var(--bs-primary)
}

.flr-btn-group .flr-btn.active {
    outline-offset: 2px;
    outline: 2px solid var(--bs-primary)
}

.flr-btn-group .clr-box {
    background-color: var(--selected-color)
}

.acc-div .custom-acc-wrapper .card {
    box-shadow: none;
    border-bottom: 1px solid rgba(0,0,0,.1882352941);
    padding-inline:0;border-radius: 0
}

.acc-div .custom-acc-wrapper .card-header {
    padding-inline:0}

.acc-div .custom-acc-wrapper .card-header button {
    padding-inline:0;font-weight: 400;
    color: inherit
}

.acc-div .custom-acc-wrapper .card-body {
    padding-inline:0}

.acc-div .custom-acc-wrapper .card-header button:before {
    left: unset;
    right: 1.3rem
}

.overflow-img {
    position: relative;
    top: 0;
    right: -5%
}

.overflow-img img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 110%
}

.process-box {
    background-color: var(--dark-slate);
    width: 90%;
    margin-left: auto;
    position: relative;
    z-index: 10;
    isolation: isolate
}

.process-box small {
    font-size: .8rem
}

.process-box:first-child::before {
    left: -8%
}

.process-box__content {
    position: relative;
    z-index: 3
}

.process-box::before {
    position: absolute;
    content: attr(data-step);
    color: #242c33;
    top: 50%;
    transform: translateY(-50%);
    left: -10%;
    z-index: -1;
    font-size: 15rem;
    font-weight: 700;
    line-height: 1
}

.process-box::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: var(--dark-slate);
    z-index: 2;
    font-size: 15rem;
    font-weight: 700;
    line-height: 1
}

.wide-card {
    height: 100%
}

@media(max-width: 96.875em) {
    .crd-dsc {
        font-size:clamp(.7rem,3vw,.8rem)
    }

    .process-box:first-child::before {
        left: -10%
    }

    .img-card-1 {
        height: clamp(18em,18vw,20em)
    }

    .lift-bfor-aftr {
        height: clamp(15em,30vw,24em)
    }

    .cmn-crd-head {
        height: clamp(15em,35vw,15em)
    }

    .emp-card {
        overflow: hidden;
        height: clamp(15em,35vw,18em)
    }

    .aply-now-bnr {
        padding: clamp(2em,10vw,4em)
    }
}

@media(max-width: 1366px) {
    .custom-grid-4 {
        grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
        row-gap: 1.2em;
        column-gap: 1em
    }
}

@media(max-width: 81.25em) {
    .custom-grid-4 {
        grid-template-columns:repeat(2, 1fr);
        row-gap: 1.2em;
        column-gap: 1em
    }
}

@media(max-width: 62em) {
    .custom-grid-4 {
        grid-template-columns:repeat(2, 1fr);
        row-gap: 1.2em;
        column-gap: 1em
    }
}

@media(max-width: 47.99875em) {
    .nav-tabs.nav-tabs-basic,.nav-tabs.nav-pills {
        flex-direction:row;
        flex-wrap: wrap
    }

    .process-box {
        width: 100%
    }

    .process-box::before {
        top: 5%;
        left: 90%;
        z-index: 10;
        font-size: 6rem;
        color: #fff;
        opacity: 50%
    }

    .process-box:first-child::before {
        top: 5%;
        left: 90%;
        z-index: 10;
        font-size: 6rem
    }

    .lit-card__head .icon-box img {
        width: 2em;
        height: 2em
    }

    .lit-card__body p {
        font-size: .6rem
    }

    .service-card__body p {
        font-size: .8rem
    }

    .service-card__footer {
        margin-top: 1em
    }

    .service-card__footer .nxt-round {
        width: 1.5em;
        height: 1.5em
    }

    .service-card__footer .nxt-round i {
        font-size: 1rem
    }

    .custom-grid-4 {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        row-gap: 1em
    }

    .vdo-box .icmnbcs .vdoics {
        width: 40px
    }

    .tab-border-primary .nav-tabs.nav-tabs-basic .nav-item,.tab-border-primary .nav-tabs.nav-pills .nav-item {
        margin-bottom: .2rem
    }

    .tab-border-primary .nav-tabs.nav-tabs-basic .nav-link {
        padding-bottom: .2em
    }

    .page-header__title {
        font-size: clamp(1.5rem,4vw + 1rem,4rem);
        font-weight: 700
    }
}

@media(max-width: 35.99875em) {
    .custom-grid-4 {
        grid-template-columns:repeat(auto-fit, minmax(200px, 1fr))
    }

    .slttl {
        font-size: 2rem
    }

    .page-bnr {
        height: 15em;
        min-height: max-content
    }

    .wide-card {
        min-height: 25em
    }

    .service-card__body p {
        font-size: .7rem
    }
}

@media(min-width: 100em) {
    .sbttl {
        font-size:clamp(28px,3vw + 1rem,60px);
        font-weight: 700;
        line-height: 1.2
    }
}
