@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300..700&display=swap');

/***** General CSS *****/

body {
    color: #393939;
    overflow-x: hidden;
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
}

:root {
    --black: #000;
    --white: #fff;
    --textColor: #7c7c7c;
    --themeColor: #ededed;
    --themeColor2: #171616;
    --headingColor: #171616;
    --transition: all 0.5s ease-in-out;
}

a {
    white-space: initial;
    display: inline-block;
    text-decoration: none;
    color: var(--textColor);
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-size: 85px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--white);
    font-family: 'Space Grotesk';
}

h2 {
    font-size: 60px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Space Grotesk';
}

h3 {
    font-size: 30px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Space Grotesk';
}

h4 {
    font-size: 20px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Space Grotesk';
}

h5 {
    font-size: 18px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Space Grotesk';
}

h6 {
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Poppins';
}

p {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'Poppins';
    color: var(--textColor);
}

.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1500px;
}

.section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.section-heading p {
    width: 80%;
    margin: auto;
    max-width: 950px;
}

.theme-btn-1 {
    display: block;
    font-weight: 500;
    width: fit-content;
    padding: 15px 35px;
    color: var(--black);
    border-radius: 50px;
    font-family: 'Poppins';
    border: 1px solid transparent;
    background: linear-gradient(38deg, #d2d2d2 0%, #9a9a9a 100%);
}

.theme-btn-1:hover {
    color: var(--white);
    border: 1px solid var(--white);
    background: var(--themeColor2);
}

.theme-btn-2 {
    font-weight: 500;
    padding: 15px 35px;
    color: var(--white);
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid var(--white);
}

.theme-btn-2:hover {
    color: var(--white);
    border: 1px solid var(--themeColor);
    background-color: var(--themeColor2);
}

.section-title {
    padding: 7px 20px;
    width: fit-content;
    margin-bottom: 10px;
    border-radius: 50px;
    border: 1px solid #00000073;
}

.section-heading .section-title {
    margin: 0px auto 10px;
}

/* loader */

.wrapper {
    width: 200px;
    height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.circle {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    left: 15%;
    transform-origin: 50%;
    animation: circle7124 0.5s alternate infinite ease;
    border: solid 5px #000000;
}

.circle:nth-child(2) {
    left: 45%;
    animation-delay: 0.2s;
}

.circle:nth-child(3) {
    left: auto;
    right: 15%;
    animation-delay: 0.3s;
}

@keyframes circle7124 {
    0% {
        top: 60px;
        height: 5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(2.7);
        background-color: #808080;
    }

    40% {
        height: 20px;
        border-radius: 50%;
        transform: scaleX(1);
        background-color: rgb(44, 44, 44);
    }

    100% {
        top: 0%;
    }
}

.shadow {
    width: 20px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 62px;
    z-index: -1;
    left: 15%;
    filter: blur(1px);
    animation: shadow0461 0.5s alternate infinite ease;
}

.shadow:nth-child(4) {
    left: 45%;
    animation-delay: 0.2s;
}

.shadow:nth-child(5) {
    left: auto;
    right: 15%;
    animation-delay: 0.3s;
}

@keyframes shadow0461 {
    0% {
        transform: scaleX(1.5);
    }

    40% {
        transform: scaleX(1);
        opacity: 0.7;
    }

    100% {
        transform: scaleX(0.2);
        opacity: 0.4;
    }
}

.circle2 {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    left: 45%;
    transform-origin: 50%;
    animation: circle7124 0.5s alternate infinite ease;
    border: solid 5px #000000;
    animation-delay: 0.1s;
}

.loader {
    left: 0;
    top: 0px;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
}

.loader {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.loader.hide {
    opacity: 0;
    pointer-events: none;
}

/* loader */

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 0;
    font-size: 14px;
    padding: 4px 5px;
    position: relative;
    color: var(--white);
    text-decoration: none;
    display: inline-block;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: var(--white);
}

.menuSec ul li a::before {
    left: 0;
    width: 0px;
    height: 2px;
    content: '';
    right: 100%;
    bottom: -12px;
    position: absolute;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.menuSec ul li a.active::before,
.menuSec ul li a:hover::before {
    left: 0;
    right: 0;
    width: 100%;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.menuSec ul li a:not(:hover)::before {
    right: 0;
    left: auto;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.menuSection {
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 20px 0px;
    position: absolute;
}

.menuSection .row {
    align-items: center;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-logo {
    height: 65px;
    width: fit-content;
}

.header-logo a,
.header-logo a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}



/*header css start */


/*banner css start */

.main_slider {
    overflow: hidden;
    min-height: 1250px;
    position: relative;
    padding: 150px 0px 80px;
    background-color: var(--themeColor2);
}

.main_slider::before {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: linear-gradient(182deg, #ffffff00 35%, var(--themeColor2) 100%);
}

.main_slider>video {
    object-fit: cover;
    z-index: 1;
    opacity: 0.1;
    filter: grayscale(1);
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    inset: -100%;
}

.banner-video-bg-overlay {
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    animation: bannerAnimation 5s ease-in-out infinite;
    background-image: url(../images/banner-bg.png), linear-gradient(200deg, var(--themeColor2), #171616ee 30%, var(--themeColor2) 70%);
    background-position: 50% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 100%, auto;
    width: 100%;
    height: 100%;
}


@keyframes bannerAnimation {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.95;
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.main_slider .container {
    z-index: 3;
    position: relative;
}

.logoSlider {
    position: relative;
}

.logoSlider::before {
    top: 0;
    left: 0;
    width: 40%;
    z-index: 1;
    content: '';
    height: 100%;
    position: absolute;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 35%, rgb(23 22 22) 100%);
}

.logoSlider::after {
    top: 0;
    right: 0;
    width: 40%;
    z-index: 1;
    content: '';
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 35%, rgb(23 22 22) 100%);
}

.logoSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.logo-slider-box {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-slider-box img {
    width: 80%;
    height: 80%;
    max-height: 50px;
    max-width: 120px;
    object-fit: contain;
}

.banner_text {
    gap: 10px;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.banner_text ul {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.banner_text p {
    opacity: 0.8;
    color: var(--white);
    margin-bottom: 20px;
}

.banner_img .custom-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner_img {
    margin-top: 50px;
    margin-bottom: 80px;
}

.left-col,
.right-col {
    gap: 50px;
    display: flex;
    padding: 0 16px;
    flex-direction: column;
}

.banner_img .service {
    gap: 10px;
    display: flex;
    cursor: default;
    position: relative;
    align-items: center;
    flex-direction: column;
    transition: transform .2s;
}

.banner_img .service:hover {
    transform: scale(1.05);
}

.banner_img .service-icon {
    width: 90px;
    height: 90px;
    display: flex;
    flex-shrink: 0;
    border-radius: 50%;
    position: relative;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.banner_img .service-icon::after {
    inset: 0;
    content: '';
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.12), transparent 60%);
}

.banner_img .service-icon svg {
    fill: none;
    z-index: 1;
    width: 35px;
    height: 35px;
    stroke: #fff;
    stroke-width: 1.5;
    position: relative;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.banner_img .service-label {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    letter-spacing: .02em;
}

/* SVG connectors */
.banner_img .connectors {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: visible;
}

.banner_img .conn-line {
    stroke: rgba(255, 255, 255, 0.12);
    stroke-width: 1;
    fill: none;
}

/* CENTER CARD */
.banner_img .center-card {
    gap: 0;
    z-index: 2;
    width: 460px;
    display: flex;
    padding: 30px;
    border-width: 1px;
    min-height: 550px;
    position: relative;
    border-style: solid;
    align-items: center;
    border-radius: 20px;
    flex-direction: column;
    border-color: #989898;
    background: linear-gradient(0deg, var(--themeColor2) 0%, #222320 100%);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.6), 0 0 0 1px #ffffff0d;
}

.main-center-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.banner_img .card-header {
    gap: 8px;
    border: none;
    padding: 0px;
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    align-self: flex-start;
}

.box-center-box-route {
    animation: rotateBadge 5s ease-in-out infinite;
}

@keyframes rotateBadge {
    0% {
        transform: rotate(0deg);
    }

    33% {
        transform: rotate(180deg);
    }

    66% {
        transform: rotate(180deg);
        /* pause here */
    }

    100% {
        transform: rotate(360deg);
    }
}

.box-center-box {
    width: 100%;
    position: relative;
}

.banner_img .cmd-badge {
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: fit-content;
    position: absolute;
    height: fit-content;
}

.banner_img .card-logo {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.banner_img .card-logo svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.banner_img .card-brand {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.banner_img .center-icon-ring-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.banner_img .center-icon-ring {
    width: 120px;
    height: 120px;
    display: flex;
    position: relative;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 30px #ffffffa8;
    background: rgba(255, 255, 255, 0.92);
}

.center-icon-ring-line {
    width: 45px;
    height: 70px;
    opacity: 0.5;
    position: relative;
    margin: -5px 0px 0px;
    border-left: 1px solid var(--white);
    border-right: 1px solid var(--white);
}

.center-icon-ring-line::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 1px;
    content: '';
    margin: auto;
    height: 100%;
    position: absolute;
    background-color: var(--white);
}

.banner_img .center-icon-ring svg {
    fill: none;
    width: 60px;
    height: 60px;
    stroke: #111;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.banner_img .cmd-badge {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 25px;
    white-space: nowrap;
    color: var(--black);
    letter-spacing: 1px;
    border-radius: 999px;
    font-family: 'Space Grotesk';
    box-shadow: 0 0 30px #ffffffa8;
    background-color: rgb(210, 210, 210);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.banner_img div#s1 {
    left: 50%;
}

.banner_img div#s0::before {
    top: 35px;
    left: 92%;
    content: '';
    width: 350px;
    height: 200px;
    position: absolute;
    background-image: url(../images/banner-before-line-3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.banner_img div#s1::before {
    top: -89px;
    left: 79%;
    content: '';
    width: 300px;
    height: 140px;
    position: absolute;
    background-image: url(../images/banner-before-line-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.banner_img div#s2::before {
    bottom: 50px;
    left: 92%;
    content: '';
    width: 300px;
    height: 200px;
    position: absolute;
    background-image: url(../images/banner-before-line-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.banner_img div#s3::before {
    top: 35px;
    right: 82%;
    content: '';
    width: 350px;
    height: 200px;
    position: absolute;
    background-image: url(../images/banner-before-line-4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.banner_img div#s4::before {
    top: 13px;
    right: 82%;
    content: '';
    width: 260px;
    height: 200px;
    position: absolute;
    background-image: url(../images/banner-before-line-5.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.banner_img div#s5::before {
    right: 82%;
    bottom: 50px;
    content: '';
    width: 300px;
    height: 200px;
    position: absolute;
    background-image: url(../images/banner-before-line-6.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.banner_img div#s4 {
    right: 50%;
}

.curve-wrap {
    width: 100%;
    max-width: 600px;
    margin: 50px auto;
}

.curve-svg {
    width: 100%;
    height: auto;
}

.center-dot-box {
    top: -35px;
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.center-dot-line {
    width: 0px;
    height: 90px;
    opacity: 0.5;
    position: relative;
    border-left: 1px solid var(--white);
}

.banner_img .center-dot {
    width: 70px;
    height: 70px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.banner_img .center-dot svg {
    fill: none;
    width: 25px;
    height: 25px;
    stroke-width: 1.5;
    stroke: var(--white);
    stroke-linecap: round;
    stroke-linejoin: round;
}

.banner_img .dot-accent {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
}

/* Back card effect */
.banner_img .back-card {
    top: -0;
    left: -7%;
    bottom: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 90%;
    margin: auto;
    padding: 30px;
    position: absolute;
    border-radius: 20px;
    transform: rotate(-8deg);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.6), 0 0 0 1px #ffffff0d;
    background: linear-gradient(0deg, var(--themeColor2) 0%, #222320 100%);
}

.banner_img .back-card-2 {
    width: 100%;
    height: 90%;
    margin: auto;
    position: absolute;
    background: linear-gradient(0deg, var(--themeColor2) 0%, #222320 100%);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.6), 0 0 0 1px #ffffff0d;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    top: -10px;
    bottom: 0;
    right: -7%;
    transform: rotate(8deg);
    z-index: 0;
}



/*banner css end*/

/* about-sec */


.about-sec {
    position: relative;
    padding: 100px 0px;
}

.about-sec::before {
    top: 0;
    left: 0;
    width: 105%;
    z-index: -1;
    content: '';
    height: 100%;
    position: absolute;
    animation: sectionLeftRight 5s ease-in-out infinite;
    background-image: url(../images/section-before.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-heading h2 {
    margin-bottom: 30px;
}

.about-text p {
    margin-bottom: 40px;
}

ul.counter-list {
    display: flex;
    margin-top: 10px;
    padding-top: 50px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #00000033;
}

ul.counter-list li {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.counter-list li span {
    font-size: 60px;
    color: var(--black);
}





/* about-sec */

/* service-sec */

.service-sec {
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
}

.service-sec::before {
    top: 0;
    left: 0;
    width: 105%;
    z-index: -1;
    content: '';
    height: 100%;
    position: absolute;
    animation: sectionLeftRight 5s ease-in-out infinite;
    background-image: url(../images/section-before.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.service-sec::after {
    left: 0px;
    top: 250px;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--white);
}

@keyframes sectionLeftRight {
    0% {
        left: 0%;
    }

    50% {
        left: -5%;
    }

    100% {
        left: 0%;
    }
}

.service-sec .container {
    z-index: 1;
    position: relative;
}

.serviceSlider .slick-list {
    overflow: visible;
}

.serviceSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.service-box {
    display: flex;
    overflow: hidden;
    min-height: 500px;
    position: relative;
    border-radius: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 35px 35px;
    justify-content: space-between;
    background-color: var(--themeColor);
}

.service-box:hover::before {
    top: 100%;
    transition: ease-in;
    transition-duration: 1s;
}

.service-box:hover::after {
    bottom: 100%;
    transition: ease-in;
    transition-duration: 1s;
}

.service-box::before {
    top: -14%;
    width: 50%;
    right: -31%;
    content: '';
    height: auto;
    position: absolute;
    filter: blur(100px);
    aspect-ratio: 1 / 1;
    transition: ease-in-out;
    transition-duration: 1s;
    background-color: var(--themeColor2);
}

.service-box::after {
    left: -31%;
    width: 50%;
    content: '';
    bottom: -14%;
    height: auto;
    position: absolute;
    filter: blur(100px);
    aspect-ratio: 1 / 1;
    transition: ease-in-out;
    transition-duration: 1s;
    background-color: var(--themeColor2);
}

.service-box-icon {
    width: 85px;
    height: 85px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #9a9a9a 0%, #d2d2d2 100%);
}

.service-box-icon img {
    width: 40px;
    object-fit: contain;
}

.service-box-text h3 {
    margin-bottom: 5px;
}

.service-box-text p {
    margin-bottom: 20px;
    color: var(--textColor);
}

.service-box-text .theme-btn-1 {
    background-image: linear-gradient(38deg, rgb(210, 210, 210) 0%, rgb(154, 154, 154) 100%);
}

.service-box-text {
    z-index: 1;
    position: relative;
}



/* service-sec */

/* trusted-sec */

.trusted-sec {
    overflow: hidden;
    position: relative;
    padding: 100px 0px;
}

.trusted-sec::before {
    top: 0;
    left: 0%;
    width: 105%;
    content: '';
    height: 100%;
    position: absolute;
    animation: sectionLeftRight 15s ease-in-out infinite;
    background-image: url(../images/69ae694fb8957fa2d7dd9cc2_69b506673d3c647af0a93a8d_BackgroundVideo_poster.0000000.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.trusted-sec::after {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.95;
    position: absolute;
    background-color: var(--themeColor2);
}

.trusted-sec .container {
    position: relative;
    z-index: 1;
}

.trusted-sec .section-heading .section-title {
    color: var(--white);
    border-color: #ffffff80;
}

.trusted-sec .section-heading h2 {
    color: var(--white);
}

.trusted-sec .section-heading p {
    opacity: 0.5;
    color: var(--white);
}

.orbit-container {
    position: relative;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
}

/* Rotating Rings */
.orbit-ring {
    pointer-events: none;
    position: absolute;
    border: 2px dashed rgba(255, 255, 255, 0.322);
    border-radius: 50%;
    transform: rotateX(75deg);
    animation: orbitRotate 60s linear infinite;
}

.ring-inner {
    top: -5%;
    width: 30%;
    height: auto;
    aspect-ratio: 1 / 1;
    animation-duration: 40s;
}

.ring-middle {
    top: -38%;
    width: 70%;
    height: auto;
    aspect-ratio: 1 / 1;
    animation-duration: 80s;
}

.ring-bottom {
    top: -22%;
    width: 50%;
    height: auto;
    aspect-ratio: 1 / 1;
    animation-duration: 80s;
}

.ring-outer {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    animation-duration: 120s;
}

@keyframes orbitRotate {
    from {
        transform: rotateX(75deg) rotateZ(0deg);
    }

    to {
        transform: rotateX(75deg) rotateZ(360deg);
    }
}

.main-hub {
    z-index: 10;
    width: 120px;
    top: -190px;
    display: flex;
    height: 120px;
    font-size: 28px;
    font-weight: 900;
    border-radius: 50%;
    position: relative;
    color: var(--black);
    align-items: center;
    justify-content: center;
    background: var(--white);
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.61);
}

.hub-glow {
    width: 150%;
    height: 150%;
    position: absolute;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: pulseGlow 4s ease-in-out infinite;
}

@keyframes pulseGlow {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

/* Industry Nodes Positioned via Math */
.node-item {
    z-index: 999;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform:
        translate(calc(cos(var(--angle)) * var(--radius)),
            calc(sin(var(--angle)) * var(--radius) * 0.25));
    transition: var(--transition);
}

.node-icon {
    width: 54px;
    height: 54px;
    background: rgba(20, 20, 20, 0.8);
    border: 1px solid #333;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    margin-bottom: 10px;
    backdrop-filter: blur(5px);
    transition: var(--transition);
}

.node-label {
    font-size: 12px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Hover Effects */
.node-item:hover .node-icon {
    border-color: var(--themeColor);
    color: var(--themeColor);
    transform: translateY(-5px);
    box-shadow: 0 0 20px #ffffff80;
}

.node-item:hover .node-label {
    color: var(--white);
}

/* trusted-sec */

/* why-choose-sec */

.why-choose-sec {
    padding: 100px 0px 0px;
}

.why-choose-boxes {
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-box {
    height: 380px;
    padding: 30px;
    display: flex;
    border-radius: 20px;
    flex-direction: column;
    transition: ease-in-out;
    align-items: flex-start;
    transition-duration: 0.5s;
    justify-content: space-between;
    border: 1px solid var(--textColor);
    background-color: var(--themeColor);
}

.why-choose-box:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--white);
}

.why-choose-box-icon {
    width: 90px;
    height: 90px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, #9a9a9a 0%, #d2d2d2 100%);
}

.why-choose-text {
    gap: 30px;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 0px 40px 30px;
}

.why-choose-heading {
    gap: 10px;
    display: flex;
    min-height: 100%;
    padding: 40px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}


























/* why-choose-sec */

/* blog-sec */

.blog-sec {
    padding: 100px 0px;
    position: relative;
}

.blog-sec::before {
    left: 0;
    top: -20%;
    z-index: -1;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background-image: url(../images/section-before.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.blogSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.blog-box {
    display: block;
}

.blog-box:hover .blog-box-img img {
    transition: ease-in;
    transform: scale(1.2);
    transition-duration: 0.5s;
}

.blog-box-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
}

.blog-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.blog-box-text h6 {
    margin-bottom: 5px;
}

.blog-box-text span {
    font-size: 16px;
    position: relative;
    color: var(--black);
    border-bottom: 1px solid;
}

.blog-box-text h3 {
    margin-bottom: 15px;
}

/* blog-sec */

/*footer start*/

footer {
    padding-top: 70px;
    position: relative;
    background-color: var(--headingColor);
}

footer::before {
    top: 0;
    left: 0;
    opacity: 0.05;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background-image: url(../images/footer-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

footer .row {
    z-index: 1;
    position: relative;
}

.ft-logo a {
    display: block;
    margin-bottom: 20px;
}

.ft-logo a img {
    width: 100%;
    max-width: 290px;
    object-fit: contain;
}

.ft-logo p {
    width: 89%;
    opacity: 0.5;
    font-size: 14px;
    color: var(--white);
    margin-bottom: 30px;
}

.follow form input {
    width: 100%;
    border: unset;
    color: var(--white);
    background-color: unset;
    padding: 15px 50px 15px 0px;
    border-bottom: 1px solid #ffffff71;
}

.follow form input::placeholder {
    opacity: 0.5;
    color: var(--white);
}

.inp {
    position: relative;
}

.inp button {
    right: 0;
    top: 20px;
    width: 25px;
    height: 25px;
    display: flex;
    padding: 0px;
    position: absolute;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    background-color: transparent;
}

.inp button img {
    width: 100%;
    height: 15px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1181%) hue-rotate(63deg) brightness(111%) contrast(100%);
}

footer h4 {
    font-size: 20px;
    color: var(--white);
    margin-bottom: 20px;
}

.quick-links ul li a {
    opacity: 0.5;
    font-size: 14px;
    line-height: 33px;
    color: var(--white);
    font-family: 'Poppins';
}

.quick-links ul li a:hover {
    opacity: 1;
}

.follow ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: unset;
}

.follow ul li a i {
    opacity: 0.5;
    font-size: 25px;
    color: var(--white);
}

.follow ul li a i:hover {
    opacity: 1;
}

.quick-links ul li p {
    font-size: 14px;
    color: #fff;
    margin-top: 12px;
}

.quick-links ul li p span {
    display: block;
}

.quick-links.tw {
    padding-left: 5%;
}

.quick-links.th {
    width: 110%;
    margin-left: -10%;
}

.quick-links.th ul li a {
    gap: 10px;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}

.follow {
    padding-left: 0%;
}

.ft-bot {
    padding: 20px 0px;
    margin: 30px 0px 0px 0px;
    border-top: 1px solid #ffffff77;
}

.ft-bot p {
    opacity: 0.8;
    font-size: 14px;
    text-align: center;
    color: var(--white);
}

.ft-bot .row {
    align-items: center;
}

.quick-links ul li {
    padding-bottom: 10px;
}

a.btn-1:hover {
    transition: 1s;
    background-color: unset;
    color: #000;
    border: 1px solid #000;
}

.baner-txt a.btn-1:hover {
    color: #000;
    background-color: #fff;
    border: unset;
}

/*footer end*/

.slicknav_nav a:hover {
    color: var(--themeColor2);
    background-color: var(--white);
}

html {
    overflow-x: hidden;
}

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {

    h1 {
        font-size: 65px;
    }

    .orbit-container {
        height: 490px;
        margin: 0px auto;
        max-width: 1100px;
    }

    .orbit-container .node-item:nth-child(13) {
        transform: translate(calc(cos(296deg) * 845%), calc(sin(312deg) * -780% * 0.25)) !important;
    }

    .ft-logo p {
        width: 100%;
    }

    footer .ft-logo a img {
        max-width: 170px !important;
    }

    .why-choose-box {
        padding: 20px;
    }

    .header-logo img.custom-logo {
        height: 100px !important;
    }






}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    h1 {
        font-size: 60px;
    }

    .main-center-box {
        max-width: 300px;
        left: 1%;
    }

    .about-sec {
        padding: 70px 0px;
    }

    h2 {
        font-size: 50px;
    }

    ul.counter-list li span {
        font-size: 50px;
    }

    .service-box {
        min-height: 450px;
        border-radius: 10px;
        padding: 30px 20px 20px;
    }

    .orbit-container {
        height: 410px;
        max-width: 900px;
        margin: 0px auto;
    }

    .orbit-container .node-item:nth-child(6) {
        transform: translate(calc(cos(241deg) * 655px), calc(sin(166deg) * 655px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(7) {
        transform: translate(calc(cos(150deg) * 270px), calc(sin(210deg) * 420px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(8) {
        transform: translate(calc(cos(59deg) * 358px), calc(sin(224deg) * 360px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(9) {
        transform: translate(calc(cos(133deg) * 160px), calc(sin(133deg) * 160px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(10) {
        transform: translate(calc(cos(160deg) * -331px), calc(sin(-151deg) * -230px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(11) {
        transform: translate(calc(cos(282deg) * 400px), calc(sin(366deg) * 400px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(12) {
        transform: translate(calc(cos(285deg) * -750px), calc(sin(218deg) * -690px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(13) {
        transform: translate(calc(cos(278deg) * 845%), calc(sin(319deg) * -780% * 0.25)) !important;
    }

    .why-choose-box {
        height: 325px;
        padding: 15px;
    }

    h3 {
        font-size: 22px;
    }

    .why-choose-box-icon {
        width: 70px;
        height: 70px;
    }

    .why-choose-box-icon img {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }

    .why-choose-box-text p {
        font-size: 12px;
        line-height: 20px;
    }

    .blog-sec {
        padding: 70px 0px;
    }

    .why-choose-sec {
        padding: 70px 0px 0px;
    }

    .main-hub {
        top: -145px;
    }

    .trusted-sec {
        padding: 70px 0px;
    }

    .header-logo img.custom-logo {
        height: 90px !important;
    }

    .menuSec ul li a {
        font-size: 12px;
    }

    .banner_img .cmd-badge {
        font-size: 14px;
    }




}

@media only screen and (min-width: 768px) and (max-width: 991px) {


    div#rightcol {
        position: relative;
        right: -7%;
    }

    .header-logo img.custom-logo {
        height: 100% !important;
    }

    .theme-btn-1 {
        padding: 10px 27px;
        font-size: 12px;
    }

    h1 {
        font-size: 50px;
    }

    .orbit-container {
        height: 300px;
        max-width: 700px;
        margin: 0px auto;
    }

    h2 {
        font-size: 40px;
    }

    .why-choose-box {
        padding: 15px;
        height: 350px;
        border-radius: 15px;
    }

    h3 {
        font-size: 20px;
    }

    p {
        font-size: 12px;
        line-height: 20px;
    }

    .why-choose-box-icon {
        width: 70px;
        height: 70px;
    }

    .why-choose-box-icon img {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }

    .quick-links.th {
        width: 100%;
        margin-left: 0%;
    }

    footer .ft-logo a img {
        max-width: 200px !important;
    }

    .ft-logo p {
        width: 100%;
    }

    .quick-links ul li a {
        line-height: 28px;
    }

    .blog-sec {
        padding: 60px 0px;
    }

    .why-choose-sec {
        padding: 60px 0px 0px;
    }

    .trusted-sec {
        padding: 60px 0px;
    }

    ul.counter-list li span {
        font-size: 50px;
    }

    .about-sec {
        padding: 60px 0px;
    }

    .main-center-box {
        max-width: 300px;
        left: 5%;
    }

    .banner_img div#s1 {
        left: 25%;
    }

    .banner_img div#s4 {
        right: 25%;
    }

    .banner_img .cmd-badge {
        font-size: 14px;
        padding: 7px 20px;
    }

    .menuSec ul li a {
        font-size: 12px;
        padding: 2px 0px;
    }

    .main_slider {
        min-height: 1000px;
        padding: 110px 0px 50px;
    }

    .main-hub {
        top: -99px;
        width: 110px;
        height: 110px;
    }

    .orbit-container .node-item:nth-child(6) {
        transform: translate(calc(cos(241deg) * 655px), calc(sin(166deg) * 655px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(7) {
        transform: translate(calc(cos(150deg) * 270px), calc(sin(210deg) * 420px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(8) {
        transform: translate(calc(cos(59deg) * 358px), calc(sin(224deg) * 360px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(9) {
        transform: translate(calc(cos(133deg) * 160px), calc(sin(133deg) * 160px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(10) {
        transform: translate(calc(cos(160deg) * -331px), calc(sin(-151deg) * -230px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(11) {
        transform: translate(calc(cos(282deg) * 400px), calc(sin(366deg) * 400px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(12) {
        transform: translate(calc(cos(285deg) * -750px), calc(sin(218deg) * -690px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(13) {
        transform: translate(calc(cos(278deg) * 845%), calc(sin(319deg) * -780% * 0.25)) !important;
    }





}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .menuSection {
        padding: 10px 0px;
        position: relative;
    }

    .theme-btn-1 {
        font-size: 12px;
        padding: 10px 23px;
    }

    img.custom-logo {
        max-height: 100%;
    }

    .header-logo {
        height: 90px;
    }

    h1 {
        font-size: 45px;
    }

    .banner_text p {
        line-height: 20px;
        margin-bottom: 15px;
    }

    p {
        font-size: 12px;
    }

    .banner_img .custom-flex {
        height: 1050px;
        flex-direction: column;
        justify-content: center;
    }

    .main-center-box {
        position: relative;
        width: 75%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }

    .banner_img .center-card {
        gap: 0;
        z-index: 2;
        width: 100%;
        display: flex;
        padding: 20px;
        border-width: 1px;
        min-height: 410px;
        border-radius: 20px;
    }

    .banner_img .cmd-badge {
        font-size: 12px;
        padding: 5px 15px;
        letter-spacing: 0.5px;
    }

    .banner_img .center-icon-ring {
        width: 90px;
        height: 90px;
    }

    .banner_img .center-dot {
        width: 50px;
        height: 50px;
    }

    .banner_img .center-icon-ring svg {
        width: 50px;
        height: 50px;
    }

    .banner_img .card-header {
        margin-bottom: 10px;
    }

    .left-col,
    .right-col {
        gap: 50px;
        padding: 0 16px;
        flex-direction: column;
        transform: rotate(90deg);
    }

    .banner_img .service {
        flex-direction: row;
    }

    .banner_img .service-label {
        font-size: 12px;
        writing-mode: sideways-lr;
    }

    .banner_img {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .main_slider {
        min-height: 500px;
        padding: 60px 0px 60px;
    }

    .banner_img .service-icon {
        width: 70px;
        height: 70px;
    }

    .banner_img .service-icon svg {
        width: 30px;
        height: 30px;
        transform: rotate(-90deg);
    }

    #s5 .service-label {
        top: -30px;
        position: relative;
    }

    #s3 span.service-label {
        top: 20px;
        position: relative;
    }

    .banner_img div#s2::before {
        bottom: 17px;
        left: 105%;
    }

    .about-sec {
        padding: 50px 0px;
    }

    h2 {
        font-size: 30px;
    }

    .about-heading h2 {
        margin-bottom: 20px;
    }

    .about-text p {
        margin-bottom: 20px;
    }

    .about-heading {
        margin-bottom: 15px;
    }

    ul.counter-list li span {
        font-size: 30px;
    }

    ul.counter-list {
        padding-top: 25px;
    }

    h5 {
        font-size: 13px;
    }

    .section-title {
        padding: 4px 12px;
    }

    .section-heading p {
        width: 100%;
    }

    .service-box {
        min-height: 400px;
        border-radius: 10px;
        padding: 30px 15px 15px;
    }

    .service-sec {
        padding-bottom: 50px;
    }

    .trusted-sec {
        padding: 50px 0px 70px;
    }

    .orbit-container {
        height: 225px;
        margin: 0px auto;
        max-width: 530px;
    }

    .main-hub {
        top: -60px;
        width: 70px;
        height: 70px;
        font-size: 20px;
    }

    .node-icon {
        width: 35px;
        height: 35px;
        font-size: 10px;
        margin-bottom: 5px;
    }

    .hub-content img {
        width: 35px;
        height: 35px;
        object-fit: contain;
    }

    .orbit-container .node-item:nth-child(6) {
        transform: translate(calc(cos(138deg) * 655px), calc(sin(138deg) * 655px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(7) {
        transform: translate(calc(cos(112deg) * 270px), calc(sin(205deg) * 420px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(8) {
        transform: translate(calc(cos(72deg) * 358px), calc(sin(210deg) * 360px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(9) {
        transform: translate(calc(cos(133deg) * 160px), calc(sin(133deg) * 160px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(10) {
        transform: translate(calc(cos(-241deg) * -230px), calc(sin(-151deg) * -230px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(11) {
        transform: translate(calc(cos(270deg) * 400px), calc(sin(366deg) * 400px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(12) {
        transform: translate(calc(cos(275deg) * -750px), calc(sin(209deg) * -690px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(13) {
        transform: translate(calc(cos(275deg) * 845%), calc(sin(319deg) * -780% * 0.25)) !important;
    }

    .why-choose-sec {
        padding: 50px 0px 0px;
    }

    .why-choose-heading {
        padding: 0px 0px 25px;
    }

    .why-choose-boxes {
        flex-direction: column;
    }

    .ps-0 .why-choose-boxes {
        padding-left: 10px;
        margin-bottom: 5px;
    }

    .pe-0 .why-choose-boxes {
        padding-right: 10px;
    }

    .why-choose-box {
        height: 300px;
        padding: 15px;
        border-radius: 10px;
    }

    .why-choose-box-icon {
        width: 70px;
        height: 70px;
        display: flex;
    }

    .why-choose-box-icon img {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }

    .why-choose-text {
        gap: 15px;
        padding: 20px 0px 0px 0px;
    }

    .blog-sec {
        padding: 50px 0px;
    }

    footer {
        padding-top: 30px;
    }

    footer .ft-logo a img {
        max-width: 150px !important;
    }

    .ft-logo p {
        width: 100%;
        font-size: 12px;
        margin-bottom: 20px;
    }

    .quick-links.tw {
        padding-left: 0%;
        margin-bottom: 20px;
    }

    .quick-links ul li {
        padding-bottom: 5px;
    }

    .quick-links ul li a {
        font-size: 13px;
        line-height: 25px;
    }

    .quick-links.th {
        width: 100%;
        margin-left: 0%;
        margin-bottom: 10px;
    }

    .logoSlider {
        margin-top: -40px;
    }

    .theme-btn-2 {
        font-size: 12px;
        padding: 10px 25px;
    }

    section.vc_section.book-sec.vc_custom_1778850856652 {
        padding: 40px 0px !important;
    }

    .service-box-text p {
        color: var(--black);
    }







}

@media only screen and (min-width: 0px) and (max-width: 575px) {

    .menuSection {
        padding: 10px 0px;
        position: relative;
    }

    .theme-btn-1 {
        font-size: 12px;
        padding: 10px 23px;
    }

    img.custom-logo {
        max-height: 100%;
    }

    .header-logo {
        height: 90px;
    }

    h1 {
        font-size: 35px;
    }

    .banner_text p {
        line-height: 20px;
        margin-bottom: 15px;
    }

    p {
        font-size: 12px;
    }

    .banner_img .custom-flex {
        flex-direction: column;
    }

    .main-center-box {
        position: relative;
        width: 75%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }

    .banner_img .center-card {
        gap: 0;
        z-index: 2;
        width: 100%;
        display: flex;
        padding: 20px;
        border-width: 1px;
        min-height: 410px;
        border-radius: 20px;
    }

    .banner_img .cmd-badge {
        font-size: 12px;
        padding: 5px 15px;
        letter-spacing: 0.5px;
    }

    .banner_img .center-icon-ring {
        width: 90px;
        height: 90px;
    }

    .banner_img .center-dot {
        width: 50px;
        height: 50px;
    }

    .banner_img .center-icon-ring svg {
        width: 50px;
        height: 50px;
    }

    .banner_img .card-header {
        margin-bottom: 10px;
    }

    .left-col,
    .right-col {
        gap: 0px;
        padding: 0 16px;
        flex-direction: column;
        transform: rotate(90deg);
    }

    .banner_img .service {
        flex-direction: row;
    }

    .banner_img .service-label {
        font-size: 12px;
        writing-mode: sideways-lr;
    }

    .banner_img {
        margin-top: 0px;
        margin-bottom: 0px;
    }


    .main_slider {
        min-height: 500px;
        padding: 50px 0px 40px;
    }

    .banner_img .service-icon {
        width: 70px;
        height: 70px;
    }

    .banner_img .service-icon svg {
        width: 30px;
        height: 30px;
        transform: rotate(-90deg);
    }

    #s5 .service-label {
        top: -30px;
        position: relative;
    }

    #s3 span.service-label {
        top: 20px;
        position: relative;
    }

    .banner_img div#s2::before {
        bottom: 17px;
        left: 105%;
    }

    .about-sec {
        padding: 40px 0px;
    }

    h2 {
        font-size: 30px;
    }

    .about-heading h2 {
        margin-bottom: 20px;
    }

    .about-text p {
        margin-bottom: 20px;
    }

    .about-heading {
        margin-bottom: 15px;
    }

    ul.counter-list li span {
        font-size: 30px;
    }

    ul.counter-list {
        padding-top: 25px;
    }

    h5 {
        font-size: 13px;
    }

    .section-title {
        padding: 4px 12px;
    }

    .section-heading p {
        width: 100%;
    }

    .service-box {
        min-height: 400px;
        border-radius: 10px;
        padding: 30px 15px 15px;
    }

    .service-sec {
        padding-bottom: 40px;
    }

    .trusted-sec {
        padding: 40px 0px 90px;
    }

    .orbit-container {
        height: 125px;
        margin: 0px auto;
        max-width: 290px;
    }

    .main-hub {
        top: -60px;
        width: 70px;
        height: 70px;
        font-size: 20px;
    }

    .node-icon {
        width: 35px;
        height: 35px;
        font-size: 10px;
        margin-bottom: 5px;
    }

    .hub-content img {
        width: 35px;
        height: 35px;
        object-fit: contain;
    }

    .orbit-container .node-item:nth-child(6) {
        transform: translate(calc(cos(138deg) * 655px), calc(sin(138deg) * 655px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(7) {
        transform: translate(calc(cos(112deg) * 270px), calc(sin(205deg) * 420px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(8) {
        transform: translate(calc(cos(72deg) * 358px), calc(sin(210deg) * 360px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(9) {
        transform: translate(calc(cos(133deg) * 160px), calc(sin(133deg) * 160px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(10) {
        transform: translate(calc(cos(-241deg) * -230px), calc(sin(-151deg) * -230px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(11) {
        transform: translate(calc(cos(270deg) * 400px), calc(sin(366deg) * 400px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(12) {
        transform: translate(calc(cos(275deg) * -750px), calc(sin(209deg) * -690px * 0.25)) !important;
    }

    .orbit-container .node-item:nth-child(13) {
        transform: translate(calc(cos(275deg) * 845%), calc(sin(319deg) * -780% * 0.25)) !important;
    }

    .why-choose-sec {
        padding: 40px 0px 0px;
    }

    .why-choose-heading {
        padding: 0px 0px 25px;
    }

    .why-choose-boxes {
        flex-direction: column;
    }

    .ps-0 .why-choose-boxes {
        padding-left: 10px;
        margin-bottom: 5px;
    }

    .pe-0 .why-choose-boxes {
        padding-right: 10px;
    }

    .why-choose-box {
        height: 300px;
        padding: 15px;
        border-radius: 10px;
    }

    .why-choose-box-icon {
        width: 70px;
        height: 70px;
        display: flex;
    }

    .why-choose-box-icon img {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }

    .why-choose-text {
        gap: 15px;
        padding: 20px 0px 0px 0px;
    }

    .blog-sec {
        padding: 40px 0px;
    }

    footer {
        padding-top: 30px;
    }

    footer .ft-logo a img {
        max-width: 150px !important;
    }

    .ft-logo p {
        width: 100%;
        font-size: 12px;
        margin-bottom: 20px;
    }

    .quick-links.tw {
        padding-left: 0%;
        margin-bottom: 20px;
    }

    .quick-links ul li {
        padding-bottom: 5px;
    }

    .quick-links ul li a {
        font-size: 13px;
        line-height: 25px;
    }

    .quick-links.th {
        width: 100%;
        margin-left: 0%;
        margin-bottom: 10px;
    }

    .logoSlider {
        margin-top: -70px;
    }

    section.vc_section.book-sec.vc_custom_1778850856652 {
        padding: 40px 0px !important;
    }

    .service-box-text p {
        color: var(--black);
    }













}


/*Media Query End*/