@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

:root {
    --theme: #339966;
}

body {
    word-break: break-word;
    font: 15px/25px "Roboto", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

body::-webkit-scrollbar-track {
    background-color: #fff;
}

body::-webkit-scrollbar {
    width: 7px;
    background-color: #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: #000;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #339966;
}

/*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;*/
/*}*/

img {
    max-width: 100%;
}

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;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 1.2;
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

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

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.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-family: "Roboto", sans-serif;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: "Roboto", sans-serif;
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/* project css start */

header {
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 15px 0px;
    background: #00000078;
    transition: 0.3s ease-in-out;
}

.cust_container {
    padding: 0 4%;
    max-width: 1920px;
}

header ul {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

header a.logo_here {
    display: block;
}

header a.logo_here>img {
    width: auto;
}

header ul>li>a {
    font-size: 16px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    /*transition: 0.3s ease-in-out;*/
}

header ul>li>a:hover {
    color: var(--theme);
    /*transition: 0.3s ease-in-out;*/
}

header ul>li>a.active {
    color: var(--theme);
    /*transition: 0.3s ease-in-out;*/
    font-size: 18px;
    font-weight: 600;
}

.theme_btn {
    background: var(--theme);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 45px;
    border-radius: 8px;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    position: relative;
}

.theme_btn:hover {
    color: #fff;
    box-shadow: 0 0 0px 6px #33996652;
    transition: 0.3s ease-in-out;
    text-shadow: 3px 3px 0px #00000070;
}

.banner {
    position: relative;
    height: 100vh;
    z-index: 2;
    display: flex;
    align-items: center;
    padding-top: 100px;
}

.banner>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -2;
}

.banner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(0deg, rgb(0 0 0 / 56%) 0%, rgba(0, 0, 0, 0) 100%);
}

.banner .banner_textt>h2 {
    color: #fff;
    font-size: 65px;
    font-weight: 200;
    line-height: 1.1;
    margin-bottom: 20px;
}

.banner .banner_textt>h2>span {
    font-weight: 600;
}

.banner .banner_textt>h3 {
    color: #fff;
    margin: 0;
    font-size: 50px;
    text-align: right;
    font-weight: 200;
    margin-bottom: 20px;
    margin-top: -50px;
}

.banner .banner_textt>h3>span {
    display: block;
    font-weight: 600;
}

.banner .banner_textt>h1 {
    text-align: center;
    margin: 0;
    font-size: 8vw;
    line-height: 1;
    font-weight: bold;
    background: -webkit-linear-gradient(#ffffff7a, #33333300);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    word-break: break-all;
}

.banner .banner_textt>p {
    margin: 0;
    color: #fff;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 200;
}

.banner .globe_wrpr_main>span {
    position: absolute;
    display: block;
    width: 25px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40%;
    z-index: 2;
}

.banner .globe_wrpr_main>span:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 2px;
    height: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 7px;
    border-radius: 10px;
    animation: 3s linear 0s infinite normal none running topb;
}

@keyframes topb {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(17px);
    }
}

.turning_industrial {
    padding: 70px 0px;
    position: relative;
    padding-bottom: 0;
}

.theme_heading {
    text-align: center;
}

.theme_heading>h2 {
    font-size: 80px;
    color: #000;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;
}

.theme_heading>h2>span {
    font-weight: 600;
}

.theme_heading>p {
    color: #666666;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    width: 100%;
    margin: 0 auto;
}

.turning_industrial .turning_sticky_wrpr>.arr_img {
    width: 25%;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}

.turning_industrial .turning_sticky_wrpr {
    position: relative;
    z-index: 1;
}

.turning_industrial .turning_scroll_wrpr .turning_text_wrpr {
    text-align: center;
    position: relative;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    margin-bottom: 170px;
}

.turning_industrial .turning_scroll_wrpr .turning_text_wrpr {
    width: 90%;
}

.turning_industrial .turning_scroll_wrpr .turning_text_wrpr>h3 {
    font-size: 26px;
    color: #111111;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
}

.turning_industrial .turning_scroll_wrpr .turning_text_wrpr>p {
    margin: 0;
    color: #999999;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
}

.banner .globe_wrpr_main {
    position: absolute;
    width: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -40%;
    margin: 0 auto;
    border: 5px solid #ffffff2b;
    border-radius: 50%;
}

.banner .globe_wrpr_main>.pin-spacer {
    padding: 0 !IMPORTANT;
    height: auto !IMPORTANT;
}

header.sticky {
    position: fixed;
    padding: 12px 0px;
    transition: 0.3s ease-in-out;
    backdrop-filter: blur(20px);
}

.turning_sticky_wrpr {
    position: relative;
    z-index: 2;
}

.turning_scroll_wrpr {
    width: 85%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.turning_scroll_wrpr {
    padding-top: 1000px;
}

.turning_industrial .turning_scroll_wrpr .turning_text_wrpr:after {
    width: 20px;
    height: 20px;
    border-left: 1px solid var(--theme);
    border-top: 1px solid var(--theme);
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    transition: 0.3s ease-in-out;
    opacity: .4;
}

.turning_industrial .turning_scroll_wrpr .turning_text_wrpr:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-bottom: 1px solid var(--theme);
    border-right: 1px solid var(--theme);
    right: 10px;
    bottom: 10px;
    transition: 0.3s ease-in-out;
    opacity: .4;
}

.turning_industrial .turning_scroll_wrpr .turning_text_wrpr:hover:after {
    width: 100px;
    height: 100px;
    transition: 0.3s ease-in-out;
}

.turning_industrial .turning_scroll_wrpr .turning_text_wrpr:hover:before {
    width: 100px;
    height: 100px;
    transition: 0.3s ease-in-out;
}

.vision_driving {
    padding: 180px 0px 110px;
}

.vision_driving .theme_heading {
    margin-bottom: 80px;
}

.vision_driving .theme_heading.text-start {
    margin-bottom: 50px !important;
}

.vision_driving .visions_cards_wrpr .visions_card {
    padding: 50px;
    border-radius: 20px;
    background: #449DBE;
    margin-bottom: 20px;
}

.vision_driving .visions_cards_wrpr .visions_card .row {
    align-items: center;
}

.vision_driving .visions_cards_wrpr .visions_card .vision_textt>h3 {
    color: #fff;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 300;
}

.vision_driving .visions_cards_wrpr .visions_card .vision_textt>p {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
}

.vision_driving .visions_cards_wrpr .visions_card .vision_textt {
    width: 90%;
}

.vision_driving .visions_cards_wrpr .visions_card .vision_textt ul {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.vision_driving .visions_cards_wrpr .visions_card .vision_textt ul>li>a {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 300;
    border: 1px solid #fff;
    transition: 0.3s ease-in-out;
    padding: 0 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.vision_driving .visions_cards_wrpr .visions_card .vision_textt ul>li>a:hover {
    color: var(--theme);
    background: #fff;
    border-color: var(--theme);
}

.vision_driving .visions_cards_wrpr .visions_card .vision_imgg>img {
    width: 100%;
    height: 450px;
    border-radius: 30px;
    object-fit: cover;
}

.the_opportunity {
    position: relative;
    z-index: -1;
    margin-top: 100px;
}

.the_opportunity .theme_heading {
    text-align: left;
    margin-bottom: 0;
}

.the_opportunity .theme_heading>h2 {
    font-size: 60px;
}

.the_opportunity .theme_heading>p {
    width: 100%;
    line-height: 1.4;
    color: #000;
}

.the_opportunity .row {
    align-items: center;
}

.the_opportunity .opportunity_box>h3 {
    color: #339966;
    font-size: 70px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 15px;
}

.the_opportunity .opportunity_box>p {
    color: #111111;
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    margin: 0;
}

.turning_industrial .theme_heading {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.98) 35%, rgba(255, 255, 255, 0.83) 100%);
    backdrop-filter: blur(10px);
}

.video_sec {
    padding: 0px 0px 120px;
}

.video_sec .vid_wrpr {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_sec .vid_wrpr>video {
    width: 100%;
    height: 700px;
    border-radius: 30px;
    object-fit: cover;
}

.video_sec .vid_wrpr>a {
    position: absolute;
    z-index: 1;
}

.video_sec .vid_wrpr>a>img {
    width: 90px;
}

.polymer_sec .theme_heading {
    text-align: left;
}

.polymer_sec .theme_heading>h2 {
    font-size: 68px;
    margin-bottom: 0;
}

.polymer_sec a.theme_btn {
    margin-left: auto;
}

.polymer_sec a.theme_btn {
    margin-left: auto;
}


.polymer_sec ul.polymer_wrpr>li:nth-child(odd) {
    border-color: #449dbe;
}

.polymer_sec {
    padding-bottom: 100px;
}

.polymer_sec ul.polymer_wrpr>li>span {
    color: #111111;
    font-size: 16px;
}

.polymer_sec ul.polymer_wrpr>li>img {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}

.polymer_sec ul.polymer_wrpr>li>h3 {
    margin: 0;
    color: #111111;
    font-weight: 500;
    font-size: 16px;
    text-align: right;
}


.polymer_sec ul.polymer_wrpr {
    position: relative;
    height: 290px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: perspective(5000px) rotateX(-20deg) rotateY(-30deg);
    width: 290px;
    margin: 0 auto;
    margin-top: 170px;
}

.polymer_sec ul.polymer_wrpr>li {
    padding: 20px;
    background: #f9f9f9f9;
    border-radius: 25px;
    border: 1px solid var(--theme);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.08);
    left: 0;
    top: 0;
    transition: 0.6s cubic-bezier(.77, 0, .18, 1);
    width: 290px;
    height: 290px;
    position: absolute;
}

.polymer_sec ul.polymer_wrpr>li:nth-child(1) {
    z-index: 7;
    transform: translate3d(0px, 0px, 100px);
    transform-origin: 50% 50% 0px;
    will-change: transform;
}

.polymer_sec ul.polymer_wrpr>li:nth-child(2) {
    z-index: 6;
    transform: translate3d(0px, 0px, 50px);
    transform-origin: 50% 50% 0px;
    will-change: transform;
    left: 10px;
    top: -10px;
}

.polymer_sec ul.polymer_wrpr>li:nth-child(3) {
    z-index: 5;
    transform: translate3d(0px, 0px, 25px);
    transform-origin: 50% 50% 0px;
    will-change: transform;
    left: 20px;
    top: -20px;
}

.polymer_sec ul.polymer_wrpr>li:nth-child(4) {
    z-index: 4;
    transform: translate3d(0px, 0px, 0px);
    transform-origin: 50% 50% 0px;
    will-change: transform;
    left: 30px;
    top: -30px;
}

.polymer_sec ul.polymer_wrpr>li:nth-child(5) {
    z-index: 3;
    transform: translate3d(0px, 0px, -25px);
    transform-origin: 50% 50% 0px;
    will-change: transform;
    left: 40px;
    top: -40px;
}

.polymer_sec ul.polymer_wrpr>li:nth-child(6) {
    z-index: 2;
    transform: translate3d(0px, 0px, -50px);
    transform-origin: 50% 50% 0px;
    will-change: transform;
    left: 50px;
    top: -50px;
}

.polymer_sec ul.polymer_wrpr>li:nth-child(7) {
    z-index: 1;
    transform: translate3d(0px, 0px, -100px);
    transform-origin: 50% 50% 0px;
    will-change: transform;
    left: 60px;
    top: -60px;
}

.polymer_sec ul.polymer_wrpr.open-cards>li:nth-child(1) {
    transform: translate3d(0px, 0px, 400px);
    transform-origin: 50% 50% 0px;
    will-change: transform;
    top: 100px;
    left: -600px;
}

.polymer_sec ul.polymer_wrpr.open-cards>li:nth-child(2) {
    transform: translate3d(0px, 0px, 200px);
    transform-origin: 50% 50% 0px;
    will-change: transform;
    top: 50px;
    left: -400px;
}

.polymer_sec ul.polymer_wrpr.open-cards>li:nth-child(3) {
    transform: translate3d(0px, 0px, 50px);
    transform-origin: 50% 50% 0px;
    will-change: transform;
    top: 0px;
    left: -200px;
}

.polymer_sec ul.polymer_wrpr.open-cards>li:nth-child(4) {
    transform: translate3d(0px, 0px, 0px);
    transform-origin: 50% 50% 0px;
    will-change: transform;
    top: -50px;
    left: 0px;
}

.polymer_sec ul.polymer_wrpr.open-cards>li:nth-child(5) {
    transform: translate3d(0px, 0px, -50px);
    transform-origin: 50% 50% 0px;
    will-change: transform;
    top: -100px;
    left: 200px;
}

.polymer_sec ul.polymer_wrpr.open-cards>li:nth-child(6) {
    transform: translate3d(0px, 0px, -100px);
    transform-origin: 50% 50% 0px;
    will-change: transform;
    top: -150px;
    left: 375px;
}

.polymer_sec ul.polymer_wrpr.open-cards>li:nth-child(7) {
    transform: translate3d(0px, 0px, -200px);
    transform-origin: 50% 50% 0px;
    will-change: transform;
    top: -200px;
    left: 550px;
}

.cta_sec {
    padding: 50px 0px;
    position: relative;
    z-index: 2;
}

.cta_sec .cta_wrpr {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 30px;
    height: 500px;
}

.cta_sec .cta_wrpr>img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.cta_sec .cta_wrpr .cta_text {
    padding: 80px;
}

.cta_sec .cta_wrpr .cta_text>h2 {
    color: #fff;
    font-size: 60px;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 100px;
    font-weight: 600;
}

.cta_sec .cta_wrpr .cta_text>.cta_text_mul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cta_sec .cta_wrpr .cta_text>.cta_text_mul>p {
    width: 280px;
    color: #fff;
    margin: 0;
    line-height: 1.6;
    font-size: 24px;
    font-weight: 300;
}

.cta_sec .cta_wrpr .cta_text>.cta_text_mul>ul {
    margin: 0;
    display: flex;
    align-items: center;
}

.cta_sec .cta_wrpr .cta_text>.cta_text_mul>ul>li>img {
    width: 80px;
}

.cta_sec .cta_wrpr .cta_text>.cta_text_mul>ul>li:nth-child(1) {
    border-right: 1px solid #fff;
    padding-right: 20px;
    margin-right: 20px;
}

.cta_sec .cta_wrpr .cta_text>.cta_text_mul>ul>li>span {
    color: #fff;
    font-size: 35px;
    line-height: 1;
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
}

.cta_sec .cta_wrpr .cta_text>.cta_text_mul>ul>li>div {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 10px 10px;
    border-radius: 40px;
}

.cta_sec .cta_wrpr .cta_text>.cta_text_mul>ul>li>div>p {
    margin: 0;
}

.cta_sec .cta_wrpr .cta_text>.cta_text_mul>ul>li>div>a {
    border: 1px solid #cbcbcb;
    padding: 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta_sec .cta_wrpr .cta_text>.cta_text_mul>ul>li>div>a>img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    object-position: right;
}

.cta_sec .cta_wrpr .cta_img {
    padding-right: 90px;
    padding-top: 75px;
}

.cta_sec .cta_wrpr .cta_img>img {
    width: 100%;
}

.cta_sec .cta_wrpr:after {
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgb(255 255 255 / 18%) 0%, rgb(0 0 0 / 25%) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.footer_area {
    padding-top: 60px;
    position: relative;
}

.footer_area span.bg_overly {
    position: absolute;
    width: 100% !important;
    height: 190px !important;
    top: -70px !important;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgba(255, 255, 255, 1) 50%, rgb(255 255 255) 100%);
}

.footer_area .ft_text_img>h2 {
    background: url(../images/text-image.png);
    background-size: cover;
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 125px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    line-height: 1.2;
}

.footer_area .ft_locations_wrpr {
    position: relative;
    height: 400px;
    margin-top: 80px;
    margin-bottom: 100px;
}

.footer_area .ft_locations_wrpr .ft_locations_box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: absolute;
}

.footer_area .ft_locations_wrpr .ft_locations_box>img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.footer_area .ft_locations_wrpr .ft_locations_box>span {
    color: #111111;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    display: block;
}

.footer_area .ft_locations_wrpr .ft_locations_box.box1 {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.footer_area .ft_locations_wrpr .ft_locations_box.box2 {
    right: 50px;
    top: 40px;
}

.footer_area .ft_locations_wrpr .ft_locations_box.box3 {
    left: 20%;
    top: 60px;
}

.footer_area .ft_locations_wrpr .ft_locations_box.box4 {
    left: 10%;
    top: 160px;
}

.footer_area .ft_locations_wrpr .ft_locations_box.box5 {
    left: 35%;
    top: 160px;
}

.footer_area .ft_locations_wrpr .ft_locations_box.box6 {
    top: 160px;
    left: 53%;
}

.footer_area .ft_locations_wrpr .ft_locations_box.box7 {
    top: 130px;
    left: 72%;
}

.footer_area .ft_locations_wrpr .ft_locations_box.box8 {
    bottom: 0;
    left: 0;
}

.footer_area .ft_locations_wrpr .ft_locations_box.box9 {
    bottom: 0;
    left: 23%;
}

.footer_area .ft_locations_wrpr .ft_locations_box.box10 {
    bottom: 0;
    left: 45%;
}

.footer_area .ft_locations_wrpr .ft_locations_box.box11 {
    bottom: 40px;
    right: 30%;
}

.footer_area .ft_locations_wrpr .ft_locations_box.box12 {
    bottom: 70px;
    right: 0;
}

footer {
    position: relative;
    z-index: 1;
    padding-top: 120px;
    height: 90vh;
}

footer>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    top: 0;
    left: 0;
    filter: brightness(.7);
}

footer p {
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 190px;
}

footer p>strong {
    font-weight: 500;
}

footer .footer_info>a {
    display: block;
    margin-bottom: 20px;
}

footer .footer_info>a>img {
    width: auto;
}

footer .footer_info>p {
    text-align: left;
    font-size: 16px;
    margin: 0;
    /*text-transform: capitalize;*/
}

footer .footer_links>h5 {
    font-size: 20px;
    color: var(--theme);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

footer .footer_links>ul {
    margin: 0;
    display: flex;
    gap: 10px;
}

footer .footer_links>ul>li>a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    transition: 0.3s ease-in-out;
}

footer .row.brd_top {
    border-top: 1px solid #fff;
    padding-top: 30px;
    margin-top: 50px;
    padding-bottom: 30px;
}

footer .row.brd_top p {
    text-align: left;
    font-size: 16px;
    margin: 0;
}

footer .row.brd_top ul.social_media_links {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

footer .row.brd_top ul.social_media_links>li>a>img {
    width: 30px;
    border-radius:7px;
}

.ft_text_img {
    position: relative;
    z-index: 2;
}

.ft_text_img>img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.footer_area .col-lg-12>.pin-spacer {
    padding: 0 !important;
    height: auto !important;
}

/* inner pages start */

.inner_banner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: end;
    justify-content: end;
    height: 600px;
    padding: 80px 0 40px;
}

.inner_banner>img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    top: 0;
    left: 0;
}

.inner_banner h1 {
    text-align: right;
    margin: 0;
    font-size: 50px;
    font-weight: 300;
    line-height: 1.2;
}

.inner_banner h1>span {
    font-weight: 600;
}

.innovative_solutions {
    padding: 100px 0px;
}

.innovative_solutions .theme_heading {
    margin-bottom: 70px;
}

.innovative_solutions .innovative_wrpr .row {
    padding: 0;
    margin: 0;
}

.innovative_solutions .innovative_wrpr .row>* {
    padding: 0;
}

.innovative_solutions .innovative_wrpr .abt_imgg>img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.innovative_solutions .innovative_wrpr .abt_textt {
    padding: 50px;
}

.innovative_solutions .innovative_wrpr .abt_textt>h3 {
    color: #111111;
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 300;
}

.innovative_solutions .innovative_wrpr .abt_textt>h3>span {
    font-weight: 600;
}

.innovative_solutions .innovative_wrpr .abt_textt>p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #000;
    margin-bottom: 20px;
}

.why_choose_secc {
    padding: 0 0 100px;
}

.why_choose_secc .choose_sticky>h2 {
    color: #111111;
    font-size: 55px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 300;
}

.why_choose_secc .choose_sticky>h2>span {
    font-weight: 600;
}

.why_choose_secc .choose_sticky>p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    color: #666666;
    width: 90%;
}

.why_choose_secc .why_choose_boxx {
    box-shadow: 0 0 11px 6px #00000014;
    position: relative;
    background: #E5E5E5;
    padding: 80px;
    margin-bottom: 50px;
    border-radius: 30px;
    text-align: center;
    padding-top: 110px;
}

.why_choose_secc .why_choose_boxx>span {
    color: #000000;
    font-size: 55px;
    font-weight: 300;
    position: absolute;
    top: 30px;
    right: 30px;
    line-height: 1;
}

.why_choose_secc .why_choose_boxx>h3 {
    font-size: 34px;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 500;
}

.why_choose_secc .why_choose_boxx>p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #000000;
}

.innovative_solutions .theme_heading>h2 {
    font-size: 60px;
}

.our_team_secc .theme_heading>h2 {
    font-size: 60px;
    margin: 0;
}

.our_team_secc {
    padding: 50px 0px 100px;
}

.our_team_secc .team_box {
    position: relative;
    background: #449CC2;
    overflow: hidden;
    padding: 20px;
    border-radius: 20px;
    z-index: 1;
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s ease-in-out;
    margin-top: 50px;
}

.our_team_secc .team_box:before {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #00000091, transparent);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.our_team_secc .team_box>img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    transition: 0.3s ease-in-out;
    z-index: -2;
    height: 88%;
    object-fit: cover;
}

.our_team_secc .team_box>p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
}

.our_team_secc .team_box>h3 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
}

.our_team_secc .team_box:hover>img {
    /* transform: scale(.9) translateY(30px); */
}

.cta_two {
    padding-bottom: 100px;
}

.cta_two .cta_two_wrpr {
    position: relative;
    height: 550px;
    padding: 50px;
    overflow: hidden;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.cta_two .cta_two_wrpr>img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: fill;
    top: 0;
    left: 0;
}

.cta_two .cta_two_wrpr h3 {
    text-align: right;
    font-size: 50px;
    color: #fff;
    line-height: 1.2;
    font-weight: 300;
    position: absolute;
    right: 50px;
    top: 50px;
}

.cta_two .cta_two_wrpr h3>span {
    font-weight: 600;
}

.cta_two .cta_two_wrpr>h4 {
    font-size: 68px;
    color: #fff;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 20px;
    width: 55%;
}

.cta_two .cta_two_wrpr>h4>span {
    font-weight: 600;
}

.cta_two .cta_two_wrpr>p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    width: 40%;
    font-weight: 400;
}

.innovative_solutions .innovative_wrpr .abt_textt>ul.listingg>li {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    color: #000;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.innovative_solutions .innovative_wrpr .abt_textt>ul.listingg>li:after {
    position: absolute;
    content: "";
    background: var(--theme);
    width: 7px;
    height: 7px;
    left: 0;
    top: 10px;
    border-radius: 50%;
}

.innovative_solutions .innovative_wrpr .abt_textt>ul.listingg {
    margin-bottom: 40px;
    margin-top: 40px;
}

.innovative_solutions .innovative_wrpr .abt_textt>ul.btnss {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.flexible_pricing {
    position: relative;
    z-index: 1;
    padding: 80px 0px;
    margin-bottom: 100px;
}

.flexible_pricing>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    top: 0;
    left: 0;
}

.flexible_pricing h2 {
    font-size: 68px;
    color: #fff;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 20px;
}

.flexible_pricing .pricing_boxx {
    position: relative;
    background: #F9F9F9;
    padding: 40px;
    border-radius: 30px;
    margin-top: 40px;
}

.flexible_pricing .pricing_boxx>.pri_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.flexible_pricing .pricing_boxx>.pri_heading>h3 {
    font-size: 40px;
    color: #111111;
    font-weight: 400;
    margin: 0;
    line-height: 1;
}

.flexible_pricing .pricing_boxx>.pri_heading>h4 {
    margin: 0;
    color: #111111;
    font-size: 40px;
    font-weight: 600;
}

.flexible_pricing .pricing_boxx>span {
    position: absolute;
    background: var(--theme);
    color: #fff;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 0 30px;
    height: 40px;
    border-radius: 10px;
    top: -20px;
    right: 50px;
}

.flexible_pricing .pricing_boxx>p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    color: #000000;
    border-bottom: 1px solid #a4a4a4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.flexible_pricing .pricing_boxx>ul>li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 300;
}

.flexible_pricing .pricing_boxx>ul {
    height: 190px;
}

.flexible_pricing .pricing_boxx>a {
    font-size: 22px;
    color: #449CC2;
    font-weight: bold;
    border: 2px solid #449CC2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

.flexible_pricing .pricing_boxx>a:hover {
    color: #fff;
    background: #449CC2;
}

.excess_inventory {
    padding: 100px 0px;
}

.excess_inventory .theme_heading>h2 {
    font-size: 68px;
}

.excess_inventory .theme_heading>p {
    /* width: 85%; */
}

.excess_inventory_wrpr {
    margin-top: 50px;
    background: #F9F9F9;
    padding: 60px;
    border-radius: 30px;
}

.excess_inventory_wrpr ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.excess_inventory_wrpr ul>li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 49%;
    font-size: 18px;
    color: #111111;
    height: 58px;
    background: #fff;
    border-radius: 10px;
    padding: 0 15px;
    cursor: pointer;
}

.excess_inventory_wrpr ul>li>i {
    color: #999999;
    font-size: 13px;
    border: 1px solid #999999;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.excess_inventory_wrpr ul>li.curr-tab {
    background: var(--theme);
    color: #fff;
}

.excess_inventory_wrpr ul>li.curr-tab>i {
    color: var(--theme);
    background: #fff;
    border-color: #fff;
}

.excess_inventory_wrpr .excess_inventory_box {
    background: #fff;
    padding: 40px;
    border-radius: 30px;
}

.excess_inventory_wrpr .excess_inventory_box>img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
}

.excess_inventory_wrpr .excess_inventory_box>p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
    color: #000;
}

.product_sec {
    padding-bottom: 100px;
}

.product_sec .theme_heading>h2 {
    font-size: 40px;
    margin: 0;
}

.product_sec .prod_box {
    border: 1px solid var(--theme);
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.product_sec .prod_box:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgb(42 123 155 / 0%) 0%, rgb(87 199 133 / 0%) 50%, rgb(51 153 102 / 15%) 100%);
}

.product_sec .prod_box>img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 15px;
}

.product_sec .prod_box>h3 {
    font-size: 21px;
    color: #111111;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.1;
}

.product_sec .prod_box>p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}

.product_sec .prod_box>a {
    margin-left: auto;
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    color: #000;
    font-size: 15px;
    transition: 0.3s ease-in-out;
}

.product_sec .prod_box:hover>a {
    /* background: var(--theme); */
    /* color: #fff; */
}

.contact_sec {
    padding: 100px 0px 50px;
}

.contact_sec .theme_heading>h2 {
    font-size: 60px;
}

.contact_sec .cont_bx {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.contact_sec .cont_bx>img {
    width: 50px;
}

.contact_sec .cont_bx>div>h3 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #111111;
}

.contact_sec .cont_bx>div>p {
    font-size: 18px;
    line-height: 1.6;
    color: #666666;
    font-weight: 300;
}

.contact_sec .contact_form_box {
    background: #F9F9F9;
    padding: 50px;
    border-radius: 30px;
    margin-top: 50px;
}

.contact_sec .contact_form_box label {
    display: block;
    color: #111111;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact_sec .contact_form_box input {
    width: 100%;
    height: 50px;
    padding: 10px;
    color: #000;
    border: 1px solid #999999;
    border-radius: 10px;
    outline: none;
    margin-bottom: 20px;
}

.contact_sec .contact_form_box input::placeholder {
    color: #999999;
}

.contact_sec .contact_form_box textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    color: #000;
    border: 1px solid #999999;
    border-radius: 10px;
    outline: none;
    margin-bottom: 20px;
    resize: none;
}

.contact_sec .contact_form_box textarea::placeholder {
    color: #999999;
}

.contact_sec .contact_form_box button {
    border: 0;
}

.contact_sec .reach_box {
    display: flex;
    align-items: center;
    background: #fff;
    margin-top: 30px;
    padding: 20px;
    border-radius: 20px;
    gap: 20px;
}

.contact_sec .reach_box>span {
    background: #F4FCFF;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.contact_sec .reach_box>div>p {
    font-size: 18px;
    color: #999999;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact_sec .reach_box>div>a {
    color: #111111;
    font-size: 18px;
}

.contact_strip {
    padding-bottom: 80px;
}

.contact_strip .contact_strip_wrpr {
    background: #449CC2;
    padding: 40px;
    border-radius: 30px;
}

.contact_strip .contact_strip_wrpr>.row {
    align-items: center;
}

.contact_strip .contact_strip_wrpr p {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
}

.contact_strip .contact_strip_wrpr .strip_boxx {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact_strip .contact_strip_wrpr .strip_boxx>img {
    width: 50px;
}

.contact_strip .contact_strip_wrpr .strip_boxx>span {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
}

.contact_strip .slick-slide {
    opacity: 1;
    margin: 0 10px;
}

.stripSlider:after {
    position: absolute;
    content: "";
    background-image: linear-gradient(90deg, #449cc2, rgba(244, 246, 255, 0) 20.2%, rgba(244, 246, 255, 0) 72.88%, #449cc2);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vision_driving.howworks .theme_heading>h2 {
    font-size: 68px;
}

/* .vision_driving.howworks .theme_heading>p {
    width: 80%;
} */

.vision_driving .visions_cards_wrpr .visions_card .vision_textt ul.listingss {
    display: block;
}

.vision_driving .visions_cards_wrpr .visions_card .vision_textt ul.listingss>li {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    font-weight: 300;
}

.vision_driving .visions_cards_wrpr .visions_card .vision_textt ul.listingss>li:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 7px;
    height: 7px;
    left: 0;
    top: 9px;
    border-radius: 50%;
}

/* .vision_driving.howworks {
    margin-bottom: 150px;
} */

.for_buyers {
    padding: 20px 0px 100px;
}

section.for_buyers.hitw {
    padding-top: 0;
}

.for_buyers .theme_heading>h2 {
    font-size: 60px;
}

.for_buyers .for_buyers_boxx {
    margin-top: 40px;
    background: #449CC2;
    padding: 50px 40px 40px;
    border-radius: 40px;
    max-height: -webkit-fill-available;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.for_buyers .for_buyers_boxx:after {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #0000004f, transparent);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.for_buyers .for_buyers_boxx>span {
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    background: #4196ba;
    border-radius: 50%;
    margin-left: auto;
    color: #fff;
    margin-bottom: 80px;
    background: linear-gradient(130deg, rgba(68, 156, 194, 1) 45%, rgb(0 0 0 / 30%) 100%);
}

.for_buyers .for_buyers_boxx>span>i {
    font-size: 50px;
    text-shadow: 10px 3px 13px #00000073;
}

.for_buyers .for_buyers_boxx>h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
}

.for_buyers .for_buyers_boxx>ul {
    margin: 0;
}

.for_buyers .for_buyers_boxx>ul>li {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding-left: 20px;
}

.for_buyers .for_buyers_boxx>ul>li:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 7px;
    height: 7px;
    left: 0;
    top: 7px;
    border-radius: 50%;
}

/* inner pages start */

.video_sec .vid_wrpr>h3 {
    position: absolute;
    left: 60px;
    bottom: 60px;
    color: #fff;
    font-size: 68px;
    line-height: 1;
    margin: 0;
    font-weight: 300;
}

.video_sec .vid_wrpr>h3>span {
    font-weight: 600;
}

.cus-tabs {
    display: none;
}

.cus-tabs.curr-tab {
    display: block;
}

.cus-tabs {
    display: none;
}

.cus-tabs.curr-tab {
    display: block;
}

.polices_secc {
    padding: 80px 0px;
}

.polices_secc .theme_heading>h2 {
    font-size: 68px;
}

.polices_secc .theme_heading {
    margin-bottom: 60px;
}

.polices_secc .polices_btn_wrp {
    background: #F9F9F9;
    padding: 60px;
    border-radius: 40px;
}

.polices_secc .polices_btn_wrp>ul {
    margin: 0;
}

.polices_secc .polices_btn_wrp>ul>li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 20px;
    color: #111111;
    background: #fff;
    height: 60px;
    padding: 0 25px;
    border-radius: 16px;
    font-weight: 500;
    cursor: pointer;
}

.polices_secc .polices_btn_wrp>ul>li:last-child {
    margin: 0;
}

.polices_secc .polices_btn_wrp>ul>li>i {
    color: #999999;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 50%;
    font-size: 14px;
}

.polices_secc .polices_btn_wrp>ul>li.curr-tab {
    background: var(--theme);
    color: #fff;
}

.polices_secc .polices_btn_wrp>ul>li.curr-tab>i {
    border-color: #fff;
    background: #fff;
    color: var(--theme);
}

.polices_secc .polices_content_wrp {
    background: #F9F9F9;
    padding: 60px;
    border-radius: 40px;
}

.polices_secc .polices_content_wrp h3 {
    font-size: 68px;
    color: #111111;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;
}

.polices_secc .polices_content_wrp h3>span {
    font-weight: 600;
}

.polices_secc .polices_content_wrp p {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 300;
    margin-bottom: 35px;
}

.polices_secc .polices_content_wrp p>a {
    color: #000;
    text-decoration: underline;
}

.polices_secc .polices_content_wrp h4 {
    font-size: 40px;
    color: #111111;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;
}

.polices_secc .polices_content_wrp p:last-child {
    margin: 0;
}

.card-wrapper {
    margin-bottom: 100px;
}

.card-wrapper:not(:last-child) {
    margin-bottom: 100px;
}

.visions_cards_wrpr {
    position: relative;
}

.card-wrapper {
    position: relative;
}

.calendly-wrapper .shedule_imgg>img {
    width: 100%;
    height: 100%;
}

.turning_text_wrpr {
    filter: blur(4px);
    transition: filter 0.2s ease-out;
}

.opportunity_box.obox2 {
    margin-left: 35px;
}

.vision_driving.howworks {
    padding-top: 100px;
}

.error {
    color: red;
    font-size: 14px;
    display: block;
    min-height: 15px;
    margin-top: -10px;
    line-height: 1;
}

.calendly-wrapper {
    padding: 100px 0px;
}

.calendly-wrapper .theme_heading>h2 {
    font-size: 68px;
}

/* menu-box */

.menu-btn .fa-xmark {
    color: #fff !important;
}

.mobile_menu.d-xl-none.d-lg-none.d-md-none ul {
    margin: 0;
}

.menu-btn i {
    font-size: 25px;
    line-height: 1;
    color: #fff;
    position: relative;
    z-index: 9999;
}

.me-15px {
    margin-right: 10px !important;
}

.menu-box {
    position: fixed;
    top: 0;
    left: -500px;
    height: 100vh;
    width: 100vw;
    background: #2a2a2a;
    z-index: 999;
    /* display: none; */
    transition: 0.5s ease-in-out;
    opacity: 0;
    background: #000000ab;
    backdrop-filter: blur(20px);
}

.menu-box.open {
    left: 0px;
    opacity: 1;
}

.menu-btn {
    position: relative;
    display: block;
}

.menu-box>nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 2rem;
    position: relative;
    top: 40%;
    transform: translateY(-50%);
}

.menu-box>nav a {
    font-size: 24px;
    color: #ffffff;
    text-transform: capitalize;
    line-height: 1;
    transition: 0.4s ease-in-out;
    position: relative;
    font-weight: 400 !important;
    display: block;
    width: 100%;
    padding: 0 0 0 20px;
    text-transform: uppercase;
}

.menu-box>nav a:after {
    position: absolute;
    content: "";
    width: 0;
    bottom: -5px;
    height: 2px;
    background: var(--theme);
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s ease-in-out;
}

.menu-box>nav a:hover:after {
    width: 100%;
}

.menu-box>nav a:hover {
    color: var(--theme);
}

.menu-box>nav a {
    width: fit-content;
}

.cta_sec .cta_wrpr>img {
    object-fit: cover;
}





.flexible_pricing .pricing_boxx>.pri_heading>h4 del {
    font-size: 28px;
}




.thankyou-popup{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.6);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
}

.thankyou-box{
    background:#fff;
    padding:30px;
    max-width:400px;
    margin:auto;
    text-align:center;
    border-radius:8px;
    position:relative;
    top: 50%;
    transform: translateY(-50%);
}
.thankyou-box p {
    color: #666666;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    width: 100%;
    margin: 0 auto 20px;
}
.thankyou-box h2 {
    font-size: 40px;
    color: #000;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;
}
.close-popup{
    position:absolute;
    right:15px;
    top:10px;
    font-size:22px;
    cursor:pointer;
}

.close-btn{
       margin: 0 auto;
    border: none;
    cursor:pointer;
}
.contact_sec .reach_box img {
    height: 30px;
    object-fit: contain;
    width: 100%;
}