@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root {
    --primary-color-dark: #3370B7;
    --primary-color: #53B7E8;
    --text-dark: #071829;
    --text-running: #111111;
    --text-stat: #383c3f;
    --text-gray: #99A2AB;
    --text-light: #C9D0D8;
    --shadow-bg: rgba(0, 0, 0, 0.24);
    --primary-10: rgba(24, 70, 136, 0.1);
    --secondary-10: rgba(0, 156, 194, 0.1);
    --green1: #0d9d6d;
    --green2: #e4feef;
    --white: #FFFFFF;
    --grey-bg: #f0f2f4;
    --grey-bg2: #9D9CAF;
    --font-10: 0.625rem;
    --font-12: 0.75rem;
    --font-13: 0.8125rem;
    --font-14: 0.875rem;
    --font-16: 1rem;
    --font-18: 1.125rem;
    --font-20: 1.25rem;
    --font-21: 1.3125rem;
    --font-24: 1.5rem;
    --font-28: 1.75rem;
    --font-30: 1.875rem;
    --font-32: 2rem;
    --font-36: 2.25rem;
    --font-weight-300: 300;
    --font-weight-400: 400;
    --font-weight-500: 500;
    --font-weight-600: 600;
    --font-weight-800: 800
}

body {
    background-color: var(--grey-bg);
    font-family: "Plus Jakarta Sans", serif;
    line-height: 1;
    color: var(--text-running)
}

h1,
h2,
h4 {
    font-weight: var(--font-weight-600);
    margin-top: 0;
    margin-bottom: 10px
}

.error {
    color: red
}

.text-gray {
    color: var(--text-gray)
}

.plan-box h6,
.text-light-gray {
    color: var(--grey-bg2)
}

.text-brand,
a.text-brand {
    color: var(--primary-color) !important
}

a:hover.text-brand {
    color: var(--primary-color) !important;
    text-decoration: none
}

a.text-dark:hover {
    color: var(--primary-color-dark) !important
}

.text-disable {
    color: var(--text-disable)
}

.text-stat {
    color: var(--text-stat);
}

.bulk-fix p,
.support-box a,
.text-white {
    color: var(--white)
}

h1 {
    font-size: var(--font-36)
}

h2 {
    font-size: var(--font-32)
}

h3 {
    font-size: var(--font-20);
    margin-top: 0;
    margin-bottom: 10px
}

h4 {
    font-size: var(--font-18)
}

h5,
h6 {
    font-size: var(--font-14);
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: var(--font-weight-400)
}

.f-12 {
    font-size: var(--font-12)
}

.f-14 {
    font-size: var(--font-14)
}

.f-16 {
    font-size: var(--font-16)
}

.f-18,
.product-card .product-card-header span {
    font-size: var(--font-18)
}

.f-20 {
    font-size: var(--font-20)
}

.f-24 {
    font-size: var(--font-24)
}

.f-28 {
    font-size: var(--font-28)
}

.f-32 {
    font-size: var(--font-32)
}

.f-36 {
    font-size: var(--font-36)
}

strong {
    font-weight: var(--font-weight-800)
}

.f-w300 {
    font-weight: var(--font-weight-300)
}

.f-w400 {
    font-weight: var(--font-weight-400)
}

.f-w600 {
    font-weight: var(--font-weight-600)
}

.f-w800 {
    font-weight: var(--font-weight-800) !important
}

.mt-52 {
    margin-top: 52px;
}

.mt-42 {
    margin-top: 42px;
}

.mb-52 {
    margin-bottom: 52px;
}

p {
    font-size: var(--font-16);
    line-height: 20px;
    color: var(--text-running);
}

.container-box {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.profile-cards h2 {
    font-size: var(--font-24);
    color: var(--primary-color);
}



.profile-cards .card p {
    font-size: var(--font-14);
}

.profile-cards .card {
    transition: all ease-in-out 0.3s;
    transform: scale(1);
}

.profile-cards .card .card-body {
    padding: 12px !important;
    ;
}

.profile-cards .card:hover {
    transition: all ease-in-out 0.3s;
    transform: scale(1.05);
}

.profile-cards .card img {
    border-radius: 8px;
}

.profile-cards .mt--32 {
    margin-top: -42px;
}

@media (min-width: 1200px) {
    .container-box {
        max-width: 1140px;
    }
}

.modal-close:hover,
.news-box img:hover {
    opacity: 1
}

.close-btn svg,
.save-blink {
    animation: 2s infinite blinkingBackground
}

.tab-panel-outer .nav-tabs a:hover,
a.text-dark:hover {
    text-decoration: none
}

.logo {
    height: 78px;
    margin: 6px 0px;
}

.navbar {
    padding: 0
}

.mh-84 {
    min-height: 84px
}

.bdr-left {
    border-left: 1px solid var(--grey-bg)
}

.pb-60 {
    padding-bottom: 60px
}

.gx-2 {
    margin-right: -8px;
    margin-left: -8px
}

.gx-2>* {
    padding-right: 8px;
    padding-left: 8px
}

.container {
    max-width: 1920px;
    width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: var(--white);
    font-size: var(--font-16);
    padding: 8px 15px;
    position: relative;
    font-weight: var(--font-weight-600);
    transition: all ease-in-out 0.3s;
    border-radius: 16px;
}

.navbar-expand-lg .navbar-nav .nav-item.current a,
.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--white);
    background-color: var(--primary-color);

    transition: all ease-in-out 0.3s;
}

.navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 2px
}

.navbar-expand-lg .navbar-nav .nav-item:last-child {
    margin-right: 0
}

.navbar-expand-lg .navbar-nav .nav-link::before {
    width: 0%;
    height: 2px;
    background-color: var(--cyan1);
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s ease-in-out;
    margin: 0 auto
}

.navbar-expand-lg .navbar-nav .nav-item:hover a::before {
    width: 100%;
    transition: .3s ease-in-out
}

#owl-carousel6 img,
.navbar-expand-lg .navbar-nav .nav-item.current a::before,
.sub-products .product-card-footer .product-price {
    width: 100%
}

.drawer-hamburger {
    position: absolute;
    z-index: 104;
    top: 0;
    display: block;
    box-sizing: content-box;
    padding: 1px;
    -webkit-transition: .6s cubic-bezier(.19, 1, .22, 1);
    transition: .6s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    border-radius: 50px;
    right: 0;
    width: 34px;
    height: 34px
}

.cursor-pointer,
.drawer-hamburger:hover {
    cursor: pointer
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    width: 100%;
    height: 2px;
    -webkit-transition: .6s cubic-bezier(.19, 1, .22, 1);
    transition: .6s cubic-bezier(.19, 1, .22, 1);
    background-color: var(--white)
}

.news-box img,
.news-box img:hover,
.sticky,
.sticky.fixed,
.sticky.fixed .logo {
    transition: .3s ease-in-out
}

.drawer-hamburger-icon {
    position: relative;
    display: block;
    width: 70%;
    left: 5px
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    position: absolute;
    top: -6px;
    left: 0;
    content: ' '
}

.drawer-hamburger-icon:after {
    top: 6px
}

.drawer-open .drawer-hamburger-icon {
    background-color: transparent
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
    top: 0
}

.drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}

.banner-sec,
.counter-outer,
.counter-sec,
.navbar-nav li:nth-child(2) {
    position: relative
}

/* .sticky.fixed .logo {
    height: 46px
} */

.sticky.fixed .navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 15px
}

/* .sticky.fixed .mh-84 {
    min-height: auto
} */

.sticky.fixed .top-sec {
    list-style: none;
    margin: 0
}

.sticky.fixed .top-sec p,
.well-header h3 {
    margin-bottom: 0
}

.sticky.fixed .navigation-bg {
    background-color: #f8f8f8
}

/* .sticky.fixed .mh-84{
    margin-top: 8px;
} */

.sticky.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .8);
    box-shadow: rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .14) 0 2px 2px 0, rgba(0, 0, 0, .12) 0 1px 5px 0
}

.modal-close {
    position: absolute;
    right: -8px;
    top: -8px;
    background-color: var(--white) !important;
    border-radius: 100%;
    opacity: 1;
    width: 24px;
    height: 24px;
    z-index: 1;
    display: grid;
    align-content: center;
    justify-content: center
}

.checkbox-outer {
    padding: 12px;
    width: 100%;
    border-radius: 8px
}

.checkbox-outer .custom-control-label {
    display: block;
    width: 100%
}

.checkbox-outer .custom-control-label span {
    margin-left: 2.2rem !important;
    cursor: pointer
}

.checkbox-outer .custom-control-label::before {
    width: 1.5rem;
    height: 1.5rem;
    top: 8px;
    left: 12px;
    cursor: pointer
}

.checkbox-outer .custom-control-label::after {
    top: 12px;
    left: 16px;
    width: 1rem;
    height: 1rem;
    background-size: 80% 80%
}

.checkbox-outer.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--cyan2)
}

#backToTop {
    bottom: 120px;
    right: 24px;
    z-index: 99;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    width: 48px;
    min-width: auto;
    --offset: 50px;
    position: fixed;
    place-self: end;
    line-height: 48px
}

#backToTop svg {
    fill: var(--white)
}

.btn-primary {
    border-radius: 50px;
    font-size: 24px;
    color: var(--white);
    min-width: 80px;
    padding: 13px 26px;
    font-weight: var(--font-weight-600);
    box-shadow: rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .14) 0 2px 2px 0, rgba(0, 0, 0, .12) 0 1px 5px 0;
}

.btn-primary.after {
    width: 64px;
    height: 64px;
    padding: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: auto;
    margin-left: 12px;
}

.btn-primary.after svg {
    fill: var(--white);
}

.btn-primary:hover {
    box-shadow: none
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: var(--primary-color-dark);
    border-color: var(--primary-color-dark);
    box-shadow: 0 0 0 var(--shadow-bg) !important;
    transition: .3s ease-in-out
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    box-shadow: 0 0 0 var(--shadow-bg) !important;
    background-color: var(--primary-color-dark);
    border-color: var(--primary-color-dark)
}

.btn-primary.disabled,
.btn-primary:disabled {
    box-shadow: none;
    background-color: var(--primary-color-dark);
    border-color: var(--primary-color-dark);
    opacity: .4
}

.btn-primary i.left {
    margin-right: 8px
}

.btn-primary i.right {
    margin-left: 8px
}

.btn-primary.btn-lg {
    padding: 6px 12px
}

.btn-primary i svg {
    fill: var(--white);
    position: relative;
    top: 2px
}

.btn-effect-1:after,
.btn-effect-1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: var(--cyan2);
    z-index: -1;
    transform: translate3D(0, -100%, 0);
    transition: .5s
}

.custom-checkbox,
.custom-checkbox:hover,
.mision-icon {
    transition: .3s ease-in-out
}

.btn-effect-1:before {
    z-index: -2;
    transform: translate3D(0, 0, 0)
}

.btn-effect-1:hover:after {
    transform: translate3D(0, 0, 0);
    transition: .5s
}

.btn-effect-1 {
    transform-style: preserve-3d
}

.btn-effect-1:after,
.btn-effect-1:before {
    transform-origin: center center;
    transform: scale(1, 0)
}

.btn-effect-1:hover:after,
.btn-effect-1:hover:before {
    transform: scale(1);
    border-radius: 0
}

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

.custom-checkbox {
    transform: scale(1)
}

.custom-checkbox:hover {
    transform: scale(1.05)
}

/* .navbar-nav li:nth-child(2)::before {
    content      : '.';
    color        : var(--pink);
    font-size    : 65px;
    font-family  : serif;
    position     : absolute;
    left         : -5px !important;
    top          : 23px;
    line-height  : 0;
    animation    : 1s infinite blink;
    width        : 10px !important;
    height       : 10px !important;
    border-radius: 100%
} */

.sticky.fixed .navbar-nav li:nth-child(2)::before {
    top: 8px
}

@keyframes blink {
    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.btn-outline-primary svg {
    fill: var(--cyan2)
}

.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: var(--white);
    border-color: var(--cyan2);
    color: var(--cyan2) !important;
    opacity: .9
}

.tab-panel-outer .nav-tabs li {
    font-size: var(--font-16);
    padding: 16px 0
}

.tab-panel-outer .nav-tabs a.active {
    background-color: var(--cyan4);
    color: var(--white);
    border-radius: 4px 4px 0 0
}

.tab-panel-outer .nav-tabs a {
    font-size: var(--font-16);
    padding: 16px;
    color: var(--cyan1);
    font-weight: var(--font-weight-600)
}

.tab-panel-outer .list-bullet li {
    text-align: justify;
    font-size: var(--font-14)
}

.tab-panel-outer .sat-img-box {
    max-width: 250px;
    min-width: 250px;
    padding: 0 30px
}

.well-box-sat {
    background-color: var(--grey-bg);
    padding: 8px 24px;
    border-radius: 6px
}

.table-bordered th {
    border: 1px solid var(--white);
    background-color: var(--cyan4);
    color: var(--white);
    font-weight: 500
}

.list-circle {
    padding-left: 16px
}

.list-circle li {
    font-size: 14px;
    padding: 0 0 8px 24px;
    background-image: url(../images/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: left top 5px
}

.list-circle li:hover {
    color: #000
}

/* updated style */
.home-banner {
    position: relative;
}

.home-banner h1 {
    font-size: 48px;
    color: var(--white);
    font-weight: 700;
    line-height: normal;
    color: var(--primary-color);
    background-image: linear-gradient(45deg, #14ffff, #2bbafd, #2370ff, #0FE9D8, #00D7FF);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-banner h2 {
    font-size: var(--font-20);
    color: var(--white);
    font-weight: var(--font-weight-500);
    line-height: normal;
}

.home-banner h3 {
    color: var(--white);
    font-weight: var(--font-weight-500);
    line-height: normal;
}

.banner-heading-outer {
    position: absolute;
    bottom: 100px;
    left: 0px;
    width: 100%;

    text-align: center;
}

.banner-caption-outer {
    position: absolute;
    bottom: 84px;
    left: 0px;
    width: 100%;
}

.h2-statement {
    font-size: var(--font-18);
    font-weight: var(--font-weight-600);
    color: var(--primary-color);
    text-transform: uppercase;
}

.h2-statement-heading {
    font-size: 48px;
    font-weight: var(--font-weight-500);
    color: var(--text-dark);
}

.h2-statement-heading span {
    color: var(--primary-color);
}

.ser-cards-outer {
    display: flex;
    flex-direction: column;
}

.ser-cards-outer.mt--104 {
    margin-top: -104px;
}

.ser-cards-outer.mt-104 {
    margin-top: 104px;
}

.ser-cards {
    position: relative;
    overflow: hidden;
}

.ser-cards .ser-caption {
    position: absolute;
    left: 0px;
    bottom: 24px;
    color: var(--white);
    padding: 16px;
}

.ser-cards .ser-caption h3 {
    font-size: 36px;
}

figure {
    position: relative;
    overflow: hidden;
}

figure img {
    border-radius: 24px;
    width: auto;
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

figure.effect-apollo:hover img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.why-bg {
    background-image: url(../img/sky-line.jpg);
    background-attachment: fixed;
    background-size: 75%;
    background-position: top left;
    border-radius: 24px;
    background-repeat: no-repeat;
}

.num-bg {
    background-image: url(../img/num-bg.jpg);
    background-attachment: fixed;
    background-size: 75%;
    background-position: top left;
    border-radius: 24px;
}

.number-sec h4 {
    font-size: var(--font-21);
    color: var(--text-gray);
    text-transform: uppercase;
    font-weight: var(--font-weight-600);
}

.number-sec .mt--104 {
    margin-top: -104px;
}

.count-area-content {
    font-size: 72px;
    font-weight: var(--font-weight-600);
    color: var(--text-dark);
    display: flex;
}

.count-sym {
    color: var(--primary-color);
}

.why-bg .content-block {
    background-color: var(--white);
    padding: 42px;
    border-radius: 0px 24px 24px 0px;
}

.get-outer {
    background-color: var(--text-dark);
    padding: 40px;
    background-image: url(../images/get-bg.png);
    background-position: right -100px bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
    border-radius: 24px;
    background-size: 70%;
}

.get-outer .h2-statement {
    color: var(--text-gray);
}

.get-outer h2 {
    color: var(--white);
    font-size: 52px;
}

.get-outer h4 {
    color: var(--text-gray);
    font-weight: var(--font-weight-400);
}

.project-caption {
    position: absolute;
    left: 0px;
    bottom: 40px;
    font-weight: 42px;
    color: var(--white);
    padding: 0px 32px;
}

.project-caption h3 {
    font-size: 28px;
    color: var(--white);
}

.footer {
    background-color: var(--white);
    border-radius: 24px 24px 0px 0px;
    padding: 52px 0px;
}

.f-block-outer {
    display: flex;
    column-gap: 2%;
}

.footer .block1 {
    width: 66%;
    background-color: var(--text-dark);
    padding: 52px 52px 30px 52px;
    border-radius: 24px;
}

.footer .block2 {
    width: 32%;
    background-color: var(--primary-color);
    padding: 52px 32px 30px 32px;
    background-image: url(../images/get-bg.png);
    background-position: right bottom 0px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    border-radius: 24px;
    background-size: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer .block2 h2 {
    color: var(--white);
}

.block1 h5 {
    font-size: var(--font-18);
    color: var(--white);
    text-transform: uppercase;
}

.block1 ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.block1 ul li {
    padding: 8px 16px;
    display: inline-block;
}

.block1 ul li:first-child {
    padding-left: 0px;
}

.footer-text {
    color: var(--white);
    font-size: var(--font-18);
    margin-bottom: 16px;
    line-height: 1.2;
}

.block1 ul li a {
    color: var(--text-light);
    font-size: var(--font-14);
    font-weight: var(--font-weight-500);
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}

.block1 ul li a:hover {
    color: var(--white);
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}

.block1 hr {
    border-top: 1px solid var(--text-stat);
}

.block1 .social {
    display: flex;
    justify-content: flex-end;
}

.block1 .social li a svg {
    fill: var(--white);
    margin-left: 8px;
}

.block1 .copy-text {
    color: var(--white);
    font-size: var(--font-12);
}

.block1 .copy-text a {
    color: var(--primary-color);
    text-decoration: none;
}

.block1 .copy-text a:hover {
    color: var(--primary-color-dark);
}

@keyframes fadeInUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    10% {
        transform: translateY(0%);
        opacity: 1;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

.fadeInUp-animation {
    animation: 1.5s fadeInUp;
    animation-iteration-count: infinite;
    animation-duration: 8s;
}

.btn-primary.after {
    transition: all ease-in-out 0.3s;
}

.btn-outer:hover .btn-primary.after {
    transition: all ease-in-out 0.3s;
    transform: rotate(45deg);
    background-color: var(--white);
    border-color: var(--white);
}

.btn-outer:hover .btn-primary.after svg {
    fill: var(--primary-color);
}

/* inner pages */

.inner-banner {
    width: 100%;
    position: relative;
}

.breadcrumb-outer {
    background-color: var(--primary-color-dark);
    padding: 16px 0px;
}

.breadcrumb-outer .breadcrumb {
    background-color: transparent;
    margin-bottom: 0px;
}

.breadcrumb-outer .breadcrumb-item a {
    color: var(--white);
    line-height: 15px;
}

.breadcrumb-outer .breadcrumb-item a:hover {
    color: var(--white);
    text-decoration: none;
}

.breadcrumb-outer .breadcrumb-item svg {
    margin-right: 4px;
}

.breadcrumb-item.active {
    color: var(--text-light);
}

.breadcrumb-item.active:hover {
    color: var(--text-light);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--white);
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.contact-flex-outer {
    display: flex;
}

.contact-flex-outer .block1 {
    width: 40%;
    background-color: var(--white);
    padding: 20px 24px 8px 24px;
    border-radius: 24px 0 0 24px;
}

.contact-flex-outer .block1 h2 {
    font-size: 24px;
    color: var(--text-dark);
}

.contact-flex-outer .block2 {
    width: 60%;
    background-color: var(--white);
    padding: 0;
    border-radius: 0px 24px 24px 0px;
    overflow: hidden;
}

.contact-flex-outer a {
    color: var(--text-dark);
    text-decoration: none;
}

.hr-light {
    border-top: 1px solid var(--grey-bg) !important;
}

.add-list {
    display: flex;
    column-gap: 8px;
    margin-bottom: 16px;
    line-height: 1.2;
    color: var(--text-stat);
}

.card {
    padding: 16px;
    position: relative;
    font-size: var(--font-16);
    border-radius: 12px;
    margin-bottom: 32px;
}

.download-card {
    padding: 16px;
    text-align: center;
    position: relative;
    font-size: var(--font-14);
    border-radius: 12px;
    margin-bottom: 32px;
}

.download-card h3 {
    font-size: var(--font-18);
    margin: 12px 0 0 0;
}

.download-card .down-ic {
    width: 42px;
    height: 42px;
    background-color: var(--text-dark);
    opacity: 0.6;
    transition: all ease-in-out 0.3s;
    position: absolute;
    right: 16px;
    top: 16px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.download-card .down-ic svg {
    fill: var(--white);
}

.download-card:hover .down-ic {
    opacity: 1;
}

.download-card a {
    text-decoration: none;
    color: var(--text-dark);
}

.download-card a:hover {
    text-decoration: none;
}

.svg-table {
    margin-bottom: 0px;
}

.svg-table tr td {
    padding: 10px !important;
}

.svg-table svg {
    width: 20px;
    height: 20px;
}

.about-inner-sec-2 {
    background-color: var(--text-dark);
    padding: 40px 0px;
    color: var(--white);
}

.list-order {
    margin: 0px;
    padding: 0 0 15px 15px;
}

.list-order li {
    padding: 4px 0px 5px 0px;
}

.w-40 {
    width: 40%;
}

.nav-item .dropdown-menu a {
    background-color: transparent;
    padding: 4px 0px;
}

.nav-item .dropdown-menu a {
    background-color: transparent !important;
    padding: 12px 13px;
    color: var(--text-dark) !important;
    border-bottom: 1px solid var(--grey-bg);
    font-size: 14px;
}

.nav-item .dropdown-menu a:hover {
    background-color: var(--grey-bg) !important;
}

.h2-statement-heading-inner {
    font-size: 42px;
    font-weight: var(--font-weight-500);
    color: var(--text-dark);
}

.h2-statement-heading-inner span {
    color: var(--primary-color);
}

.sidebar {
    background-color: var(--white);
    padding: 10px;
    border-radius: 12px;
}

.sidebar .sidebar-header {
    background-color: var(--primary-color);
    border-radius: 50px;
    padding: 16px;
    font-size: 20px;
    text-align: center;
    color: var(--white);
    width: 100;
    font-weight: var(--font-weight-600);
    margin-bottom: 24px;
}

.sidebar .sidebar-list ul {
    margin: 0px;
    padding: 0px;
}

.sidebar .sidebar-list ul li {
    border-bottom: 1px solid var(--grey-bg);
    list-style-type: none;
}

.sidebar .sidebar-list ul li:last-child {
    border: none;
}

.sidebar .sidebar-list ul li a {
    color: var(--text-dark);
    font-size: var(--font-14);
    font-weight: var(--font-weight-500);
    padding: 10px 0px;
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
}

.sidebar .sidebar-list ul li a:hover,
.sidebar .sidebar-list ul li a.active {
    color: var(--primary-color) !important;
    text-decoration: none;
}

.sidebar .sidebar-list ul li a svg {
    fill: var(--text-dark);
    width: 16px;
    height: 16px;
}

.sidebar .sidebar-list ul li.no-bdr {
    border: none;
}

.sidebar .sidebar-list ul li .sub-pro {
    background-color: var(--light);
    padding: 0px 12px !important;
    border-radius: 8px;
}

.sidebar .sidebar-list ul li .sub-pro a {
    color: var(--text-running);
    font-size: 12px;
}

.sidebar .sidebar-list ul li .sub-pro li:last-child {
    border: none;
}

/* 
.specialization .card {
    text-align: center;
    transition: all ease-in-out 0.3s;
}

.specialization .card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
    transition: all ease-in-out 0.3s;
} */

.specialization .card svg {
    fill: var(--primary-color);
    width: 100px;
    height: 100px;
    margin: 40px auto;
}

.specialization .card h5 {
    text-align: center;
    font-size: var(--font-24);
}

.specialization .card-outer {
    position: relative;
    z-index: 2;
}

/* .specialization .card-outer .caption-overlay {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    background-color: var(--primary-color-dark);
    color: var(--white);
    padding: 50px 30px 30px 30px;
    border-radius: 0px 0px 12px 12px;
    z-index: -1;
    transition: all ease-in-out 0.3s;
    text-align: center;
    line-height: 1.2;
} */

/* .specialization .card-outer:hover .caption-overlay {
    bottom: -90px;
    transition: all ease-in-out 0.3s;
} */
.flip-card {
    background-color: transparent;
    height: 100%;
    max-height: 300px;
    min-height: 300px;
    perspective: 1000px;

}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 12px;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front img {  margin: 20px auto;}
.owl-nav{display: none;}
.flip-card-back {
    background-color: var(--primary-color-dark);
    color: var(--white);
    transform: rotateY(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    border-radius: 12px;
    line-height: 24px;
    font-size: 18px;
}

.about-inner-sec-2 p,
.about-inner-sec-2 h3 {
    color: var(--white);
}

.inner-heading {
    color: var(--primary-color);
    margin-bottom: 4px;
}

.pro-img-set-1 img {
    margin-bottom: 30px;
}

.mis-card img {
    margin-bottom: 8px !important;
}

.mis-card h4 {
    text-align: center;
}

.home-client img {
    border-radius: 8px;
}

#owl-carouse-client img {
    border-radius: 8px;
    width: 100%;
    height: auto;
    border: 1px solid #f3f2f1;
}

.gallery-item {
    background-color: var(--white);
    padding: 16px;
    border-radius: 24px;
    text-align: center;
    position: relative;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-bottom: 30px;
}

.gallery-item h4 {
    color: var(--primary-color-dark);
    margin-top: 20px;
}

.project-list a {
    text-decoration: none;
}

.project-list p {

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.homeServices-slide {
    position: sticky;
    min-height: 100vh;
    min-height: 100svh;
    transition: top 0.2s;
}

.homeServices-slide:not(:first-child) {
    margin-top: 30vh;
}

.content-outer {
    position: relative;
}

.contant-box {
    position: absolute;
}

/* Custom Fullscreen Menu Panel */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    display: none;
}

.menu-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    max-width: 100vw;
    height: 100vh;
    background: var(--primary-color-dark);
    color: var(--white);
    z-index: 1050;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px 40px 20px 40px;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(.77, 0, .18, 1);
}

.menu-panel.open {
    transform: translateX(0);
}

.menu-panel .close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    background: var(--text-dark);
    color: var(--white);
    border: none;
    border-radius: 6px;
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.menu-panel ul {
    list-style: none;
    padding: 0;
    margin: 80px 0 30px 0;
    width: 100%;
}

.menu-panel ul li {
    font-size: 2rem;
    margin-bottom: 18px;
}

.menu-panel ul li a {
    color: var(--white);
    text-decoration: none;
    font-weight: 500;
}

.menu-panel ul li a.active {

    font-weight: 800;
}

.menu-panel .contact-info {
    margin-top: auto;
    font-size: 1rem;
    color: var(--white);
}

.menu-toggle-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    background: var(--primary-color-dark);
    border: none;
    border-radius: 6px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1060;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.contact-info a {
    font-size: 18px;
    color: var(--white);
    display: block;
    margin-bottom: 8px;
}

.contact-info a:hover {
    color: var(--white);
    text-decoration: none;
}

.ser-caption {
    position: absolute;
    left: 0px;
    bottom: 24px;
    color: var(--white);
    padding: 16px;
    width: 100%;
    text-align: center;
}

.ser-caption h3 {
    font-size: 24px;
}

/* Contact page - scoped styles */
.contact .card {
    border: 0;
    border-radius: .75rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
}

.contact .form-control {
    border-radius: .5rem;
    border-color: #e2e8f0;
}

.contact .form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .15);
}

.contact .info-item {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .75rem 0;
    border-bottom: 1px dashed #e9ecef;
}

.contact .info-item:last-child {
    border-bottom: 0;
}

.contact .info-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f1f5ff;
    color: #0d6efd;
}

.contact .section-title {
    font-weight: 700;
    letter-spacing: .2px;
}

#owl-carousel6 .owl-dots {
    text-align: center;
}

#owl-carousel6 .owl-dot {
    width: 24px;
    height: 24px;
    background-color: var(--text-stat);
    border-radius: 100%;
    display: inline-block;
    margin: 2px 8px;
}

#owl-carousel6 .owl-dot.active {
    background-color: var(--primary-color);
}

.modal-content {
    border-radius: 24px;
}

.btn-primary.btn-sm {
    font-size: 16px;
    padding: 8px 12px;
}
.qr-img{
	max-width:120px;
	margin-top:30px
}

@media (max-width: 600px) {
    .menu-panel {
        width: 100vw;
        padding: 30px 20px 20px 20px;
    }

    .menu-panel ul li {
        font-size: 1.3rem;
    }
}

@media (min-width:1200px) {
    body {
        overflow-x: hidden;
        margin: 0;
    }

    .h-container {
        width: 400%;
        height: 80vh;
        display: flex;
        flex-wrap: nowrap;
    }

    .panel-scroll {
        position: relative;
        text-align: center;
        margin-right: 32px;
    }
}

@media(max-width:768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px)
    }
}

@media (min-width:992px) {
    .dropdown .dropdown-menu {
        transition: .5s;
        overflow: hidden;
        transform-origin: top center;
        transform: scale(1, 0);
        display: block
    }

    .dropdown:hover .dropdown-menu {
        transform: scale(1)
    }
}

@media screen and (max-width:1199px) {
    .home-banner h1 {
        font-size: 40px;
    }

    .home-banner h2 {
        font-size: var(--font-16);
    }

    .h2-statement-heading {
        font-size: 34px;
    }

    .count-area-content {
        font-size: 64px;
    }

    .get-outer h2 {
        color: var(--white);
        font-size: 34px;
    }

    .h2-statement {
        font-size: var(--font-14);
    }

    .btn-primary {
        border-radius: 50px;
        font-size: 16px;
        color: var(--white);
        min-width: 80px;
        padding: 10px 20px;
    }

    .btn-primary.after {
        width: 46px;
        height: 46px;
    }

    .block1 .copy-text {
        color: var(--white);
        font-size: var(--font-10);
    }

    .ser-cards .ser-caption h3 {
        font-size: 18px;
    }

    .sticky.fixed {
        background-color: rgba(0, 0, 0, .8);
    }

    .fixed .navbar-expand-lg .navbar-nav .nav-link {
        color: var(--text-dark);
    }
}

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

    .navbar-collapse,
    .sticky {
        background-color: var(--white);
        position: fixed
    }

    .nav-overlay,
    .navbar-expand-lg .navbar-nav .nav-link.active::before,
    .navbar-expand-lg .navbar-nav .nav-link:hover::before,
    .top-sec li div+div {
        display: none
    }

    .drawer-open .nav-overlay,
    .nav-overlay,
    .navbar-collapse,
    .navbar-collapse.show,
    .sticky.fixed .logo {
        transition: .3s ease-in-out
    }

    .navbar-collapse {
        z-index: 99999;
        right: -280px;
        padding: 20px 10px 50px;
        top: 70px;
        height: 100%;
        width: 280px
    }

    .flex-content-box,
    .flex-graphic-box,
    .sticky {
        width: 100%
    }

    .navbar-collapse.show {
        right: 0;
        box-shadow: -50px 10px 40px rgb(0 0 0 / 8%);
        overflow-y: scroll
    }

    .sticky {
        z-index: 99;
        top: 0;
        box-shadow: rgba(0, 0, 0, .2) 0 2px 10px 2px;
        background-color: rgba(0, 0, 0, .8);
    }

    .logo,
    .sticky.fixed .logo {
        height: 52px
    }

    .mh-84,
    .sticky.fixed .mh-84 {
        min-height: 62px
    }

    .drawer-hamburger {
        top: 14px
    }

    .nav-overlay {
        position: fixed;
        top: 62px;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .12)
    }

    .drawer-open .nav-overlay {
        display: block
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 16px 18px
    }

    .navbar-nav li:nth-child(2)::before,
    .navbar-nav li:nth-child(3)::before {
        top: 8px !important
    }

    .sticky.fixed .navbar-nav li:nth-child(2)::before,
    .sticky.fixed .navbar-nav li:nth-child(3)::before {
        top: 8px
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: var(--text-dark);
    }
}

@media screen and (max-width:991px) {
    .home-banner h1 {
        font-size: 24px;
    }

    .home-banner h2 {
        font-size: var(--font-14);
    }

    .banner-caption-outer {
        bottom: 36px;
    }

    .mt-52 {
        margin-top: 42px;
    }

    .ser-cards .ser-caption h3 {
        font-size: 22px;
    }

    .number-sec h4 {
        font-size: var(--font-10);
    }

    .count-area-content {
        font-size: 40px;
    }

    .why-bg {
        padding: 30px 40px;
    }

    .why-bg .content-block {
        padding: 20px;
    }

    .h2-statement-heading {
        font-size: 30px;
    }

    h4 {
        font-size: var(--font-16);
    }

    .f-block-outer {
        display: flex;
        flex-flow: column-reverse;
    }

    .footer .block1 {
        width: 100%;
        margin-top: 32px;
    }

    .footer .block2 {
        width: 100%;
    }

    h2 {
        font-size: var(--font-30);
    }

    .contact-flex-outer .block1 {
        width: 100%;
        border-radius: 24px 24px 0 0;
    }

    .contact-flex-outer .block2 {
        width: 100%;
        border-radius: 0 0 24px 24px;
        min-height: 400px;
    }

    .contact-flex-outer {
        display: flex;
        flex-direction: column;
    }

    .inner-banner {
        margin-top: 60px;
    }

    .breadcrumb-outer {
        padding: 0px 0px;
    }

    .sticky.fixed .navbar-expand-lg .navbar-nav .nav-link {
        padding: 16px 18px;
    }

    .sidebar-trigger {
        width: 48px;
        height: 48px;
        border-radius: 100%;
        background-color: var(--primary-color);
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        left: 15px;
        bottom: 30px;
        cursor: pointer;
        z-index: 2;
    }

    .sidebar {
        position: fixed;
        left: -300px;
        bottom: 85px;
        z-index: 1;
        box-shadow: 5px 6px 12px rgba(0, 0, 0, 0.24);
        transition: all ease-in-out .3s;
    }

    .sidebar.mob-slide {
        left: 18px;
    }

    #backToTop {
        bottom: 30px;
    }

    /* .sidebar .sidebar-header {
        background-color: var(--primary-color);
        border-radius: 50px;
        padding: 8px;
        font-size: 16px;
        margin-bottom: 8px;
        font-size: 13px;
    }

    */
    .sidebar .sidebar-list ul li a {
        padding: 8px 0px;
    }

    .h2-statement-heading-inner {
        font-size: 30px;
    }
}

@media screen and (max-width:767px) {
    .footer-logo {
        max-width: 150px;
    }

    .menu-toggle-btn {
        top: 10px;
    }

    .why-bg .content-block {
        border-radius: 24px;
    }

    .block1 ul li {
        padding: 8px 0px;
        display: block;
    }

    .mob-banner-caption {
        background-color: var(--white);
        padding-bottom: 32px;
        margin-top: 62px;
    }

    .mob-banner-caption h1 {
        font-size: 30px;
        margin-top: 30px;
    }

    .mob-banner-caption h2 {
        font-size: 16px;
    }

    .ser-cards-outer.mt-104 {
        margin-top: 24px;
    }

    .mt-5,
    .my-5 {
        margin-top: 1.5rem !important;
    }

    .ser-cards-outer.mt--104 {
        margin-top: 24px;
    }

    figure {
        margin: 0;
    }

    .mt-52 {
        margin-top: 24px;
    }

    .mmt-24 {
        margin-top: 24px;
    }

    .mmb-24 {
        margin-bottom: 24px;
    }

    section.mt-52 {
        margin-top: 42px;
    }

    .number-sec .mt--104 {
        margin-top: 0px;
    }

    .number-sec img {
        margin-bottom: 24px;
    }

    .owl-item.active {
        padding-bottom: 8px;
    }

    .owl-dots {
        position: absolute;
        bottom: -25px;
        width: 100%;
        text-align: center;
    }

    .owl-dot {
        width: 20px;
        height: 20px;
        background-color: var(--text-dark) !important;
        border-radius: 100%;
        margin: 4px;
    }

    .owl-dot.active {
        background-color: var(--primary-color) !important;
    }

    .mob-left {
        text-align: left;
        margin-top: 12px;
    }

    .map-frm {
        min-height: 400px;
    }

    .owl-nav {
        display: none;
    }

    .home-client .row {
        margin-right: -8px;
        margin-left: -8px;
    }

    .home-client .col {
        padding-right: 8px;
        padding-left: 8px;
    }
}

@media screen and (max-width:575px) {
    .text-xs-center {
        text-align: center !important
    }

    .project-caption h3 {
        font-size: 18px;
        color: var(--white);
    }
}

@media screen and (max-width:475px) {}

@media screen and (max-width:400px) {}

@media screen and (max-width:362px) {}