@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    position: relative;
    background-image: url('../images/gradient-circle.svg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
}

/*body:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -4.479vw;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    aspect-ratio: 32 / 25;
    backdrop-filter: blur(1000px);
    background-image: url('../images/gradient-circle.svg');
    z-index: -1;
}*/

body#homepage {
    background-image: unset;
}

.f-light {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.f-regular {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.f-medium {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.f-semibold {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.f-bold {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

body li {
    list-style: none;
}

.f-light {

    font-weight: 300;
}

.f-regular {

    font-weight: 400;
}

.f-medium {

    font-weight: 500;
}

.f-semibold {

    font-weight: 600;
}

.f-bold {

    font-weight: 700;
}

.f-Extrabold {

    font-weight: 800;
}

.f-black {

    font-weight: 900;
}

p {
    font-weight: 600;
}

a {
    text-decoration: none;
}

button:focus {
    outline: 0;
    box-shadow: none;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    height: 4.479vw;
    padding: 0px 0 0px;
    transition: all 0.3sease -in-out;
    background: #fff;
    border-bottom: 1px solid #E7E7E7;
}

/*header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  background: #fff;
  box-shadow: 0px 2px 10px #00000059;
}*/
.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0, -6rem, 0);
}

header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link {
    color: #fff;
}

header .container {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}

header .header {
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    z-index: 1;
    position: relative;
}

header .header-white {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

header .mobile-navbar {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}

.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*padding: 0px 0 8px;*/
    height: 100%;
}

.navbar-expand-md .navbar-nav .nav-link {
    font-size: 0.729vw;
    color: #343434;
    padding: 0;
    transition: all 0.3sease-in-out;
    position: relative;
    font-weight: 400;
    margin: 0px 10px;
    position: relative;
    padding: 0px 8px;
    line-height: 1.042;
}


header .navbar-expand-md .navbar-nav .nav-link.active, header .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #1876F4;
}

.navbar-brand {
    position: absolute;
    /*top: 1.1vw;*/
    top: 50%;
    left: 0;
    padding: 0;
    transform: translateY(-50%);
}

.navbar-brand img {
    width: 100%;
}

.foot-top .common-btn {
    background: #000;
    color: #fff;
    z-index: 1;
}

.main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 18px;
}

footer {
    position: relative;
    background: linear-gradient(90deg, rgba(25, 118, 244, 1) 45%, rgba(105, 157, 252, 1) 83%);
}

.main-footer {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}

.btm-strip p {
    color: #FFFFFF;
    font-size: 0.729vw;
    font-weight: 400;
}

a.top-arrow {
    background: #5A6162;
    position: absolute;
    right: -55px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: rotate(270deg);
}

.column:nth-child(1) {
    width: 34%;
    margin-right: 0;
}

.column:nth-child(6) {
    width: 37%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.column:nth-child(7) {
    width: 28%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.column:nth-child(1) p {
    color: #fff;
    margin-top: 0.6vw;
    font-size: 0.729vw;
    line-height: 22px;
    width: 89%;
    font-weight: 100;
    margin-bottom: 0;
}
.column:nth-child(7) .common-btn {
    width: max-content;
    padding-right: 2.75vw;
    margin-bottom: 0.833vw;
}
footer p.address {padding-top: 0; display: flex; align-items: flex-start; margin-bottom: 0;}
footer p.address img {width: 0.833vw; margin: 2px 8px 0 0;}
#footer-element {display: none;}

.social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 21px;
}

.social-box .twitter,
.social-box .insta,
.social-box .facebook,
.social-box .linkedin {
    color: #fff;
    font-size: 29px;
    margin-right: 23px;
}

.footer-logo {
    background: #fff;
    padding: 10px 20px;
    box-shadow: 0px 0px 93px #00000029;
    border-radius: 6px;
    margin-top: -26%;
}

.column:nth-child(6) .common-btn {
    width: 10.5vw;
    height: 2.083vw;
    padding: 0;
    padding-left: 0.7vw;
    color: #1976f4;
    display: flex;
    line-height: unset;
    padding-bottom: 0;
    margin-bottom: 1vw;
}

footer p.address {
    padding-top: 2.6vw;
}

.column:nth-child(6) .common-btn:hover {
    color: #fff;
}

.footer-social a {
    margin-right: 8px;
    margin-top: 2vw;
}

.footer-social {
    display: flex;
    align-items: center;
}

.column:nth-child(2) {
    width: 19%;
    position: relative;
}

footer .container-fluid,
.btm-strip .container-fluid {
    width: 91%;
}

.column h4 {
    color: #fff;
    font-size: 0.833vw;
    line-height: 1.25vw;
    font-weight: 400;
    margin-bottom: .5vw;
    text-transform: uppercase;
}

.column:nth-child(3) {
    width: 18%;
}

.column:nth-child(4) {
    width: 22%;
}

.column:nth-child(5) {
    width: 12%;
}

.column:nth-child(5) p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 13px 0px;
}

.column a.footer-link {
    display: block;
    padding-bottom: 7px;
    line-height: 1.094vw;
    color: #ffffff;
    font-size: 0.729vw;
    font-weight: 400;
}

.Contact-wrapper a img {
    margin-right: 10px;
}

.Contact-wrapper a {
    display: flex;
    align-items: center;
    color: #90A0AA;
}

.footerlogo {
    width: 55%;
}

.column p {
    color: #FFFFFF;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

footer a,
footer p {
    color: #a8a4a4;
    font-size: 16px;
}

footer p {
    margin-bottom: 0;
}

.common-btn {
    width: 7.083vw;
    /*height: 2.083vw;*/
    padding: 0.625vw 0 0.625vw 0.729vw;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #1976F4;
    font-size: 0.729vw;
    transition: color 0.3s 0.3s ease-in-out, opacity 0s 0s ease;
    position: relative;
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    outline: none;
    border-radius: 30px;
    cursor: pointer;
    line-height: 0.833vw;
    padding-left: 0.7vw;
    opacity: 1;
}

.common-btn span {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgba(25, 118, 244, 1) 45%, rgba(105, 157, 252, 1) 83%);
    height: 1.979vw;
    width: 1.979vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 1px;
    transition: all 0.3s;
}

.common-btn:hover {
    color: #fff;
}

.common-btn::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgba(25, 118, 244, 1) 45%, rgba(105, 157, 252, 1) 83%);
    height: 1.979vw;
    width: 1.979vw;
    border-radius: 30px;
    right: 0px;
    transition: all 0.6s;
    border: 1px solid #fff;
}

.common-btn:hover:before {
    width: 100%;
    height: 100%;
    z-index: -1;
    right: 0;
}
.homelogo .bottom-line {
    width: 92%;
    margin: 0 auto;
    display: block;
}
.common-btn:hover span {
    background: transparent;
}

.common-btn span img {
    transition: all 0.5s;
}

.common-btn:hover span img {
    transform: rotate(45deg);
}

.address-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}

.footer-contact a {
    padding-bottom: 0px !important;
}

.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}

.btm-strip .container-fluid {
    padding: 20px 15px 26px 15px;
    position: relative;
    border-top: 1px solid #ffffff57;
}

.btm-strip a {
    font-size: 14px;
    color: #fff;
}

.btm-strip {
    color: #fff;
}

.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 9px 30px;
    color: #00339C;
    font-size: 13px;
    margin-top: 16px;
}

.home-slider h2 {
    font-size: 80px;
    text-align: center;
    background: linear-gradient(to right, #246bb3, #639a9d, #b0b772, #e42c2f);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.caption-left {
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translateX(-50%);
}

.main-head {height: 100%;}

header .container-fluid {
    width: 91%;
    height: 100%;
}

ul.navbar-nav {
    background: #F2F2F2;
    padding: 0vw 14px;
    border-radius: 30px;
    /*margin-top: 0.9vw;*/
    height: 2.5vw;
    display: flex;
    align-items: center;
}

.home-banner-wrapper h1 {
    font-size: 4.167vw;
    line-height: 4.167vw;
    letter-spacing: calc(4.167vw* -0.04);
    font-family: "Syne", serif;
    margin-bottom: 1.9vw;
}

.home-banner-wrapper h2 {
    font-size: 3.333vw;
    line-height: 3.958vw;
    letter-spacing: calc(4.167vw* -0.05);
    font-family: "Syne", serif;
    margin-bottom: 1vw;
}

p {
    font-size: 1.042vw;
    line-height: 1.563vw;
    /*letter-spacing: calc(4.167vw* -0.02);*/
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.home-banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-banner-wrapper .text-box {
    width: 50%;
    background: linear-gradient(90deg, rgba(25, 118, 244, 1) 45%, rgba(105, 157, 252, 1) 83%);
    padding-left: 8.5vw;
    height: 41.667vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    /* padding-left: 1vw; */
}

.home-banner-wrapper .slider-box {
    width: 50%;
    background: #fff;
    height: 41.667vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-box-container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    gap:1vw;
}

img#slider-skeleton {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    display: block;
}

.home-banner {
    margin-top: 4.5vw;
}

.home-banner .common-btn {
    margin-top: 1.3vw;
}

.home-slider {
    /*border-radius: 1.25vw;*/
    border-radius: 30px;
    margin-bottom: 1vw;
    overflow: hidden;
}

.home-slider .item {
    background: #EEEEEE;
    height: 180px;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 1.25vw;
}

.home-slider {
    width:100% !important;
}
.slider1 .home-slider {border-radius: 24px !important;}
.slider4 .home-slider, .slider1 .home-slider .item {border-radius: 24px;}
.slider2 .item,
.slider3 .item {
    height: auto;
}

.slider-box .slider1 a {
    font-size: 1.25vw;
    line-height: 1.563vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1vw;
    color: #000;
}

.slider-box .slider1 a img {
    width: auto !important;
    margin-left: 1vw;
    transform: rotate(0deg);
}

.slider-box .slider1 .owl-item.active a img {
    animation: rotate45 2s ease;
    animation-delay: .5s;
}

.slider-box .color-bg {
    background: linear-gradient(90deg, rgba(25, 118, 244, 1) 45%, rgba(105, 157, 252, 1) 83%);
}

.slider-box .color-bg a {
    color: #fff;
}

.slider-box .color-bg a img {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(165deg) brightness(99%) contrast(103%);
}

@keyframes rotate45 {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.home-slider .slider1 .item img {
    width: auto !important;
}

.slider4 .home-slider,
.slider4 .home-slider .item {
   /* width: 384px !important;*/
    height: 5.208vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider4 .home-slider .item h6 {
    font-size: 0.938vw;
    line-height: 1.667vw;
    letter-spacing: calc(0.938vw* -0.05);
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

.slider1 .item img {
    width: 80% !important;
}

.left-slider {
    width: 30%;
    opacity: 0;
}

.right-slider {
    width: 40%;
    opacity: 0;
}

/*.slider3 .home-slider {
    width: 384px !important;
}*/

.slider3 .home-slider .item {
    width: auto !important;
}

.logo-slider {
   /* border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;*/
    padding: 2vw 0vw;
    margin: 0px 5vw;
}

.logo-slider img {
    width: auto !important;
}

.logo-slider .item img {
    display: block;
    margin: 0 auto;
}

.homelogo {
    padding-top: 6.5vw;
}

.heading {
    color: #1876F412;
    font-size: 4.167vw;
    line-height: 3.333vw;
    letter-spacing: calc(4.167vw* -0.04);
}

.subheading {
    color: #1876F4;
    font-size: 1.25vw;
    line-height: 1.25vw;
    letter-spacing: calc(1.25vw* +0.25);
    font-family: "Syne", serif;
    font-weight: 400;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 62%;
}

.heading-box {
    position: relative;
}

.headtext {
    font-size: 3.333vw;
    line-height: 3.958vw;
    letter-spacing: calc(3.333vw* -0.04);
    color: #343434;
}

.headp {
    color: #888888;
    margin-top: 1.5vw;
}
#milestones {overflow: hidden;}
.milestone {
    padding-top: 6.5vw;
}
.milestone .headtext{
    letter-spacing: calc(3.333vw* -0.04);
}
.heading-box {
    position: relative;
    margin-bottom: 3vw;
}

.milestone .img-box {
    border-radius: 1.042vw;
    overflow: hidden;
}

img {
    transition: all 0.5s;
}

.milestone .img-box {
    border-radius: 1.042vw;
    overflow: hidden;
    margin-bottom: 0.9vw;
}

.milestone .img-box:hover img {
    transform: scale(1.1);
}

.milestone .text-box h3 {
    font-size: 1.875vw;
    line-height: 2.083vw;
    color: #0F0E0F;
    letter-spacing: calc(1.875vw* -0.04);
    transition: all 0.5s;
}

/*.milestone .text-box .box2:hover h3,
.milestone .text-box .box3:hover h3,
.milestone .text-box .box1:hover h4{
    transform: scale(1.2, 1.2); /* Scales the text */
/*transform-origin: left top; Keeps the left side in place
}*/
.milestone .text-box .box2:hover h3,
.milestone .text-box .box3:hover h3 {
    font-size: 2.4vw;
    line-height: 2.65vw;
}

.milestone .text-box h4 {
    font-size: 1.25vw;
    line-height: 1.563vw;
    color: #0F0E0F;
    letter-spacing: calc(1.25vw* -0.04);
    transition: all 0.5s;
}

.milestone .text-box .box1:hover h4 {
    font-size: 1.5vw;
    line-height: 1.875vw;
}

.milestone .text-box p {
    font-size: 0.833vw;
    line-height: 1.042vw;
    letter-spacing: calc(0.833vw* -0.04);
    margin-bottom: 0;
    color: #555555;
}

.milestone .box1,
.milestone .box2 {
    background: #EEEEEE;
    border-radius: 1.042vw;
    padding: 1vw 1.1vw;
}

.milestone .box3 {
    border-radius: 1.042vw;
    background: linear-gradient(90deg, rgba(25, 118, 244, 1) 45%, rgba(105, 157, 252, 1) 83%);
    width: 55.5%;
    padding: 1vw 1.1vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1vw 1.1vw;
}

.milestone .box3 p {
    margin-bottom: 0;
}

.milestone .container {
    max-width: 81.354vw;
}

.expertise .container {
    max-width: 81.2vw;
}

.key-highlights .container {
    max-width: 83.354vw;
}

.milestone .img-box img {
    width: 100%;
}

.milestone .text-box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.mileston-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 4.3vw;
}

.mileston-wrapper .left-box {
    width: 44%;
}

.mileston-wrapper .right-box {
    width: 54.9%;
}
.mileston-wrapper .right-box .text-box .box1 h4{
    font-size: 1.875vw;
}

.mileston-wrapper .right-box .text-box .box1:hover h4 {
    font-size: 2.4vw;
    line-height: 2.65vw;
}
.milestone .box1 {
    height: 13.333vw;
    margin-bottom: 0.9vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.boxmain {
    width: 42%;
}

.milestone .box2 {
    height: 13.333vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.milestone .right-box .text-box {
    flex-direction: row-reverse;
    margin-bottom: 0.9vw;
}

.milestone .right-box .box3 {
    width: 42%;
    background: #0F0E0F;
}

.milestone .right-box .boxmain {
    width: 55.5%;
}

.expertise {
    padding-top: 7vw;
}

.expertise-single {
    display: flex;
    align-items: stretch;
    background: #EEEEEE;
    /* width: 46%; */
    border-radius: 1.9vw;
    position: relative;
    padding: 0.6vw;
    justify-content: space-between;
    transition: all 0.4s;
    height: 21.875vw;
    width: calc(25% - 2vw);
    transition: width 1s ease;
}

.expertise-single.active h4,
.expertise-single.active span,
.expertise-single.active ul li {
    color: #fff;
}

.expertise-single .inner-text {
    width: 286px;
    transition: width .75s ease;
}

.expertise-single span {
    color: #0F0E0F;
    font-size: 3.333vw;
    line-height: 2.5vw;
    letter-spacing: calc(3.333vw * -0.04);
}

.expertise-single ul {
    margin-bottom: 0 !important;
}

.expertise-single ul li {
    color: #0F0E0F;
    font-size: 0.833vw;
    line-height: 1.25vw;
    list-style-type: disc;
}

.expertise-single h4 {
    font-size: 1.875vw;
    line-height: 2.083vw;
    letter-spacing: calc(1.875vw* -0.04);
    margin-bottom: 1vw;
    color: #0F0E0F;
}

.expertise-single .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.563vw;
}
.expertise-single:nth-child(3) .img-box img {object-position: 85%;}
#brands .expertise-single:nth-child(3) img{
    object-position: -98px;
}
#brands .expertise-single:nth-child(2) img{
    object-position: -10px;
}
.expertise-single .text-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.9vw 0.9vw;
    width: 100%;
    transition: all .75s ease;
}

.expertise-single .img-box {
    background: #fff;
    border-radius: 1.563vw;
    width: 0%;
    opacity: 0;
    overflow: hidden;
    transition: all .35s ease;
    transition: width .75s ease, opacity .75s ease;
}

.expertise-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 4vw;
    gap: 4vw;
}

.expertise-single.active .img-box {
    width: 50%;
    opacity: 1;
}

.expertise-single.active .text-box {
    width: 50%;
}

.key-highlights {
    padding-top: 7vw;
    padding-bottom: 12vw;
}

.expertise-single.active {
    background: linear-gradient(90deg, rgba(25, 118, 244, 1) 45%, rgba(105, 157, 252, 1) 83%);
    width: calc(50% - 4vw);
}

.key-highlights h4 {
    color: #343434;
    font-size: 2.604vw;
    line-height: 3.333vw;
    letter-spacing: calc(2.604vw* -0.04);
}

.key-highlights a {
    color: #1876F4;
    border: 1px solid #1976F4;
    border-radius: 4.375vw;
    width: 7.302vw;
    height: 2.083vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.833vw;
}

.key-highlights .headp {
    color: #888888;
    margin-top: 1.1vw;
    margin-bottom: 1.4vw;
}

.key-highlights .img2 {
    position: absolute;
    top: 12.2vw;
    border: 0.7vw solid #fff;
    width: 47%;
    left: 1.3vw;
}

.key-highlights .imgdiv {
    position: relative;
}

.key-highlights .img-box {
    overflow: hidden;
    border-radius: 30px;
}

.key-highlights .img-box:hover img {
    transform: scale(1.1);
}

.key-highlights .img-box:nth-child(1) {
    float: right;
}

/*.key-highlights .img-box:nth-child(2) img{
    border-radius: 1.563vw;
}*/
.key-highlights .row {
    padding-top: 3vw;
    align-items: center;
}

.slider3 .home-slider .item img,
.slider2 .home-slider .item img {
    border-radius: 30px;
}
.slider2 .home-slider .item img{
    height: 19.792vw;
    object-fit: cover;
}
.slider3 .home-slider .item img{
    height: 26.042vw;
    object-fit: cover;
}
/*contact page*/
.banner {
    background: #fff;
}

.breadcum-wrapper {
    display: flex;
    align-items: center;
}
.key-highlights .text-box {
    padding-top: 2vw;
}
.breadcum-wrapper .text-box {
    width: 51%;
    background: linear-gradient(90deg, rgba(25, 118, 244, 1) 45%, rgba(105, 157, 252, 1) 83%);
    height: 41.667vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 8.5vw;
}

.breadcum-wrapper h1 {
    color: #FFFFFF1A;
    opacity: 10%;
}

.breadcum-wrapper .subheading {
    color: #fff;
    top: 56%;
    left: 52%;
}

.breadcum-wrapper .headtext {
    font-family: "Syne", serif;
    font-size: 3.333vw;
    letter-spacing: calc(3.333vw* -0.05);
}

.breadcum-wrapper .headp {
    margin-top: 0;
}

.breadcum-wrapper .common-btn {
    /*width: 7.708vw;*/
    width: max-content;
    padding-left: 0.729vw;
    padding-right: 2.5vw;
    /*margin-top: 0.1vw;*/
}

.breadcum-wrapper {
    margin-top: 4.5vw;
}

.breadcum-wrapper .heading-box {
    margin-bottom: 2.5vw;
}

.breadcum-wrapper .img-box {
    width: 50%;
}

.breadcum-wrapper .img-box img {
    margin: 0 auto;
    display: block;
}

.connect-now {
    margin-top: 4.167vw;
    margin-bottom: 7.813vw;
}

.map-div h4 {
    background: linear-gradient(90deg, rgba(25, 118, 244, 1) 45%, rgba(105, 157, 252, 1) 83%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 0.938vw;
    line-height: 1.042vw;
    border-bottom: 1px solid #BBC5D4;
    letter-spacing: calc(0.938vw* -0.04);
    padding-bottom: 0.5vw;
    width: fit-content;
    margin-bottom: 0.5vw;
    padding-right: 0.9vw;
}

.map-div p,
.map-div a {
    color: #343434;
    font-size: 0.833vw;
    line-height: 1.042vw;
    margin-bottom: 0;
}

.connect-now .container {
    max-width: 1483px;
}

.contact-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.833vw;
}

.address-box,
.contact-box {
    border: 1px solid #1876F4;
    border-radius: 0.833vw;
    padding: 0.625vw 1.042vw;
}

.address-box {
    margin-top: 1.25vw;
}

.connect-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 4.167vw;
    gap: 3.333vw;
}

.connect-wrapper .map-div {
    width: 56%;
}

.connect-wrapper .map-div iframe {
    width: 100%;
    height: 19.792vw;
    border-radius: 20px;
}



.contact-box {
    width: 50%;
    margin-top: 1.042vw;
}

.contact-form .headtext {
    margin-bottom: 1.9vw;
}

.contact-form label {
    color: #343434;
    font-size: 0.833vw;
    line-height: 1.042vw;
    margin-bottom: 0.417vw;
    letter-spacing: calc(0.833vw* -0.04);
}

.contact-form .form-control {
    border: 1px solid #CBD5E1;
    border-radius: 6.406vw;
    font-size: 0.729vw;
    line-height: 1.042vw;
    padding: 0.7vw 2vw;
    color: #343434;
}

.form-group .icon.img2 {display: none;}

.form-group {
    margin-bottom: 1.25vw;
    position: relative;
}

::placeholder {
    color: #BBC5D4 !important;
}

.form-group .icon {
    position: absolute;
    top: 2.4vw;
    left: 0.6vw;
    width: 1vw;
    height: 1vw;
}

.contact-form textarea.form-control {
    border-radius: 1.4vw;
    padding-left: 0.8vw;
    height: 9.583vw;
    margin-bottom: 1.35vw;
}

.contact-form .icon2 {
    position: absolute;
    top: 2.3vw;
    right: 1vw;
}

.contact-form .limit {
    color: #94A3B8;
    font-size: 0.625vw;
    line-height: 0.833vw;
    letter-spacing: calc(0.625vw* -0.02);
    position: absolute;
    /*bottom: 0.6vw;*/
    top: 85%;
    left: 1vw;
}

.contact-form button {
    color: #fff;
    width: 100%;
    height: auto;
    padding: 0.99vw;
    font-size: 0.938vw;
    line-height: 1.146vw;
    border-radius: 4.375vw;
    justify-content: center;
    border: 1px solid transparent;
    background: linear-gradient(99.38deg, #1976F4 0%, #699DFC 123.65%);
}

.contact-form button:hover {
    color: #1976F4;
}

.contact-form .common-btn span {
    background: #fff;
    height: 3.021vw;
    width: 3.021vw;
    border-radius: 50%;
     transition: left 0.6s ease;
}

.contact-form .common-btn:before {
    height: 3.021vw;
    width: 3.021vw;
    border-radius: 50px;
    background: #fff;
}

.contact-form .common-btn:hover:before {
    width: 100%;
    height: 100%;
    border-radius: unset;
}



.contact-form .intl-tel-input {
    border-top-left-radius: 6.406vw;
    border-bottom-left-radius: 6.406vw;
    /*overflow: hidden;*/
    width: 100%;
}

.contact-form .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag,
.contact-form .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    padding-left: 15px !important;
    width: 58px !important;
    border-radius: 30px 0px 0px 30px;
}

.faq {
    margin-bottom: 6.458vw;
}

#accordion {
    margin-top: 4.167vw;
}

.card-header a.btn, .card-header a.btn:hover, .card-header a.btn:active, .card-header a.btn:focus {
    border: unset !important;
    outline: unset !important;
    padding: 0 !important;
    display: inline-flex;
    width: 100%;
    text-align: left;
    font-size: 0.938vw;
    line-height: 1.146vw;
    font-weight: 500;
    color: #343434;
    align-items: center;
    justify-content: space-between;
    letter-spacing: calc(0.938vw* -0.04);
    padding: 1.4vw 1vw !important;
}

.faq .card {
    border-radius: 1.25vw;
    background: #f7f7f7;
    border: unset !important;
    overflow: hidden;
    margin-bottom: 0.833vw;
}

.faq .card:last-child {
    margin-bottom: 0 !important;
}

.faq .card .card-header {
    background: transparent;
    padding: 0;
    border-bottom: unset !important;
}

.faq .card .card-header span {
   /* width: 1.25vw;*/
    padding: revert;
    display: inline-block;
    margin-right: 8px;
}

.faq .card .card-header img {
    width: 100%;
    transition: all .5s ease;
}

.faq .card .card-body {
    font-size: 0.833vw;
    line-height: 1.333vw;
    font-weight: 400;
    letter-spacing: calc(0.833vw * -0.02);
    padding: 0 1.667vw 1.667vw;
    color: #475569;
}

.faq .card .accordion-arrow {
    width: 1.25vw;
}

.card-header a.btn.collapsed .accordion-arrow img {
    transform: rotate(180deg);
}

.btns-wrapp {
    display: flex;
    align-items: center;
    gap: 0.625vw;
}

.common-btn2 {
    font-size: 0.729vw;
    line-height: 0.833vw;
    font-weight: 400;
    letter-spacing: calc(0.729vw * -0.04);
    color: #fff;
    text-align: center;
    padding: 0.625vw 1.328vw;
    border: 1px solid #fff;
    border-radius: 4.375vw;
}

.pt-80 {
    padding-top: 4.167vw;
}

/*about us*/
.mission-wrapper {
    display: flex;
    gap: 5.75vw;
    position: relative;
    margin-top: 4.167vw;
    overflow: hidden;
}

.mission-wrapper:before,
.mission-wrapper:after {
    content: '';
    position: absolute;
    height: 15.625vw;
    width: 1px;
    background: #dadada;
}

.mission-wrapper:before {
    top: 7vw;
    left: 32%;
}

.mission-wrapper:after {
    bottom: 7.5vw;
    right: 32%;
}

.mission-single {
    width: calc(100% / 3);
}

.mission-single:nth-child(1) {
    margin-top: 9.4vw;
}

.mission-single:nth-child(2) {
    margin-top: 6.25vw;
}

.mission-single img {
    width: 3.333vw;
    margin-bottom: 0.521vw;
}

.mission-single h2 {
    font-weight: 500;
    font-size: 2.604vw;
    line-height: 3.125vw;
    letter-spacing: calc(2.604vw * -0.04);
    color: #343434;
    margin-bottom: 0.521vw;
}

.mission-single p {
    font-weight: 400;
    font-size: 1.042vw;
    line-height: 1.563vw;
    letter-spacing: calc(1.042vw * -0.02);
    color: #888888;
}

#brands,
#why-trunexa,
#industry,
#recent-kc {
    margin-bottom: 3.646vw;
}
#brands .expertise-single {width: calc(25% - 1vw);}
#brands .expertise-single.active {width: calc(50% - 4vw);}

#brands .expertise-single p {
    font-weight: 500;
    font-size: 0.833vw;
    line-height: 1.25vw;
    letter-spacing: calc(0.833vw * -0.04);
    color: #555;
    margin-bottom: 0;
    transition: color .75s ease;
}

/*#brands .expertise-single.active {gap: 2.813vw;}*/
#brands .expertise-single.active .text-box {
    width: 52%;
    /*padding-right: 0;*/
}

#brands .expertise-single.active p {
    color: #fff;
}

#brands .expertise-single .inner-text {
    width: auto;
}

#brands .expertise-single.active .img-box {
    width: 43.5%;
}
#brands .expertise-wrapper {gap: 3.5vw;}


#why-numbers-wrapp,
#industry-wrapp {
    display: flex;
    gap: 2.604vw;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 4.167vw;
}

.why-numbers-single {
    background-color: #EEEEEE;
    border-radius: 1.563vw;
    aspect-ratio: 1 / 1;
    width: 29%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.604vw 1.563vw 1.042vw;
    overflow: hidden;
}

.why-numbers-single h2 {
    font-weight: 500;
    font-size: 3.333vw;
    line-height: 2.5vw;
    letter-spacing: calc(3.333vw * -0.04);
    color: #343434;
}

.why-numbers-single h3 {
    font-weight: 500;
    font-size: 2.604vw;
    line-height: 3.125vw;
    letter-spacing: calc(2.604vw * -0.04);
    color: #343434;
    margin-bottom: 0.833vw;
}

.why-numbers-single p {
    font-weight: 400;
    /*font-size: 1.042vw;
    line-height: 1.563vw;
    letter-spacing: calc(1.042vw * -0.02);*/
    font-size: .8vw;
    line-height: 1.3vw;
    letter-spacing: calc(0.8vw* -0.02);
    color: #555;
    margin-bottom: 0;
}

#industry-wrapp {
    flex-wrap: nowrap;
    gap: 2.969vw;
    overflow: hidden;
    padding: 0 7vw;
}

.industry-single {
    background: #EEEEEE;
    border-radius: 1.25vw;
    padding: 0.521vw 0.521vw 0.833vw 0.521vw;
    transition: background .5s ease;
    position: relative;
    background: linear-gradient(90deg, #EEEEEE 45%, #EEEEEE 83%);
}
.industry-single:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 1.25vw;
    background: linear-gradient(0deg, rgba(200,223,253,1) 55%, rgba(247,250,255,1) 100%);
    transition: opacity .5s ease;
}
.industry-single.animate:hover:before {
    opacity: 1;
}
/*.industry-single.animated:hover {
    background: linear-gradient(360deg, #C8DFFD 0%, #F7FAFF 100%);
}*/

.industry-single .indsutry-images {
    width: 17.917vw;
    height: 11.979vw;
    position: relative;
    overflow: hidden;
    border-radius: 0.833vw;
}

.industry-single .indsutry-images img:first-child {
    height: 100%;
}
.industry-single .indsutry-images img{
    border-radius: 0.833vw;
}
.industry-single .indsutry-text span {
    position: absolute;
    /*top: 10.313vw;*/
    /*bottom: 8.5vw;
    right: 1.042vw;*/
    margin-left: 13.25vw;
    margin-top: -3vw;
    width: 3.333vw;
    aspect-ratio: 1 / 1;
    padding: 0.625vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}

.industry-single .indsutry-text span img {
    transition: filter .5s ease;
}

.industry-single .indsutry-text span img:first-child {
    opacity: 1;
    transition: opacity .5s ease;
}

.industry-single .indsutry-text span img:last-child {
    opacity: 0;
    width: 100%;
    padding: 0.625vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .5s ease;
}

.industry-single:hover .indsutry-text span img:first-child {
    opacity: 0;
    transition: opacity .5s ease;
}

.industry-single:hover .indsutry-text span img:last-child {
    opacity: 1;
}

/*.industry-single:hover .indsutry-text span img {filter: invert(29%) sepia(98%) saturate(2243%) hue-rotate(207deg) brightness(101%) contrast(91%);}*/
.industry-single .indsutry-text {
    padding: 1.25vw 0.729vw 0;
    overflow: hidden;
}

.industry-single h3 {
    font-weight: 500;
    font-size: 1.875vw;
    line-height: 2.083vw;
    letter-spacing: calc(1.875vw * -0.04);
    color: #343434;
    margin-bottom: 0.625vw;
}

.industry-single p {
    font-weight: 500;
    font-size: 0.833vw;
    line-height: 1.25vw;
    letter-spacing: calc(0.833vw * -0.04);
    color: #555;
}

/*#milestone-slider {
    padding-bottom: 7.542vw;
}*/

/*#milestone-slider .owl-carousel .timeline-slide {
    position: relative;
    text-align: left;
    padding-top: 4.167vw;
    padding-bottom: 6vw;
}*/

#milestone-section {
    align-items: center;
    display: flex;
    /*overflow-x: auto;*/
    /*scroll-snap-type: x mandatory;*/
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 7.542vw;
    /*width: calc(100% - 14vw);*/
    margin: 0 7vw;
    position: relative;
}

.timeline {
    display: flex;
/*    width: 530vw;*/
    width: 413vw;
}

.timeline-slide {
    /*flex: 0 0 100%;*/
    position: relative;
    text-align: left;
    /*scroll-snap-align: start;*/
    padding-top: 4.167vw;
    padding-bottom: 6vw;
    padding-left: 23vw;
    width: 63vw;
    /*width: 86vw;*/
    /*height: 100vh;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*text-align: center;*/
}
/*.timeline-slide:last-child {width: 43vw;}*/
.timeline-content {
    position: relative;
    display: inline-block;
    width: 22.708vw;
    gap: 6.771vw;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin: 0 auto;
}

#milestone-section .timeline-slide:nth-child(even) .timeline-content {
    flex-direction: column-reverse;
    top: 6vw;
}

.timeline-content img {
    height: 14.583vw;
    border-radius: 1.563vw;
    overflow: hidden;
}

.timeline-content div {
    /*padding-left: 3.49vw;*/
    width: max-content;
    margin: 0 auto;
}

.timeline-content h3 {
    font-weight: 500;
    font-size: 1.875vw;
    line-height: 2.083vw;
    letter-spacing: calc(1.875vw * -0.04);
    color: #343434;
    margin-bottom: 0.417vw;
}

.timeline-content h4 {
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 1.563vw;
    letter-spacing: calc(1.25vw * -0.04);
    color: #343434;
    margin-bottom: 0.833vw;
}

.timeline-content p {
    font-weight: 500;
    font-size: 0.833vw;
    line-height: 1.25vw;
    letter-spacing: calc(0.833vw * -0.04);
    color: #555555;
    margin-bottom: 0;
}

#milestone-section:before {
    content: '';
    height: 1.25vw;
    aspect-ratio: 1 / 1;
    background: linear-gradient(99.38deg, #1976F4 0%, #699DFC 123.65%);
    position: absolute;
    top: 51.2%;
    left: 43.5%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: left 2s ease;
    z-index: 11;
}

.timeline-line {
    position: absolute;
    top: 55%;
    left: 0%;
    width: 100%;
    height: 0.417vw;
    background-color: #EEEEEE;
    transform: translateY(-50%);
    border-radius: 30px;
    display: none;
}

#milestone-section .timeline-slide:first-child .timeline-line {
    left: 50%;
    width: 50%;
}

#milestone-section .timeline-slide:last-child .timeline-line {
    right: 0%;
    width: 50%;
}

.timeline-progress-wrapper {
    position: absolute;
    /*top: 45.9%;*/
    top: 50.9%;
    left: 12%;
    /*transform: translate(-50%, -50%);*/
    /*width: 330.5vw;*/
    /* Match the timeline width */
    /*width: 314.5vw;*/
    width: 346.5vw;
    height: 0.417vw;
    overflow: hidden; /* Prevents it from extending beyond bounds */
    z-index: 1;
}

.timeline-progress {
    position: relative;
    width: 100%;
    height: 100%;
    background: #eee;
    border-radius: 50px;
}

.progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%; /* Will animate */
    background: linear-gradient(99.38deg, #1976F4 0%, #699DFC 123.65%);
    border-radius: 50px;
}

.industry-single .indsutry-images img:first-child,
.industry-single .indsutry-text span,
.industry-single h3,
.industry-single p,
.why-numbers-single h2,
.why-numbers-single .why-numbers-text,
.mission-single {
    visibility: hidden;
    transform: translateY(100%);
}

/*.mission-single.animate {
    animation: fadeInUp 1.5s ease 0s 1 forwards;
    visibility: visible;
}*/

.mission-single.animate,
.why-numbers-single.animate h2,
.why-numbers-single.animate .why-numbers-text,
.industry-single.animate .indsutry-images img:first-child,
.industry-single.animate .indsutry-text span,
.industry-single.animate h3,
.industry-single.animate p {
    animation: fadeInUp 1s ease 0s 1 forwards;
    visibility: visible;
}
.industry-single.animate p{
    margin-bottom: 0;
}
/*.industry-single.animated .indsutry-images img:first-child, .industry-single.animated .indsutry-text span,
.industry-single.animated h3, .industry-single.animated p, .why-numbers-single.animated h2, 
.why-numbers-single.animated .why-numbers-text {visibility: visible; transform: translateY(0%);}*/


#mission-vision .container {
    max-width: 73vw;
}


/*Knowledge Center*/
.kc-wrapp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /*flex-wrap: wrap;*/
    gap: 4.167vw 3.125vw;
    margin: 0 auto;
    width: 76%;
}
.kc-single {
    display: flex;
    flex-direction: column;
}
.kc-single .img-box {
    width: 22.708vw;
    height: 14.583vw;
    aspect-ratio: 109 / 70;
    overflow: hidden;
    position: relative;
    border-radius: 1.563vw;
    margin-bottom: 1.042vw;
}
.kc-single .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .75s ease;
}
.date-wrapp {
    padding: 0vw 0.521vw;
    background: #E5F0FF;
    border-radius: 4.219vw;
    position: absolute;
    left: 1.042vw;
    bottom: 1.042vw;
    height: 1.371vw;
    /*width: 4.5vw;*/
    width: auto;
    transition: width .5sease;
    display: flex;
    align-items: center;
}
.date-wrapp span {
    font-weight: 500;
    font-size: 0.625vw;
    line-height: 0.729vw;
    letter-spacing: calc(0.625vw * -0.02);
    color: #1976F4;
    position: relative;
    transition: opacity .75s ease;
}
.date-wrapp span:first-child {opacity: 1;display: none;}
.date-wrapp span:last-child {
    opacity:1;
    left: unset;
    display: block;
    white-space: nowrap;
    top: 0.1vw;
}
.kc-single:hover .date-wrapp {width: auto;}
.kc-single:hover .img-box img {transform: scale(1.2);}
.kc-single:hover span:first-child {opacity: 0;}
.kc-single:hover span:last-child {opacity: 1;}
.kc-single-content {padding: 0 0.521vw;}
.kc-titles {
    margin-bottom: 0.625vw;
    position: relative;
}
.kc-titles h2 {
    /*width: 85%;*/
    font-weight: 500;
    font-size: 1.563vw;
    line-height: 2.344vw;
    letter-spacing: calc(1.563vw* -0.04);
    color: #343434;
    padding-right: 2.75vw;
    white-space: wrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kc-content {
    width: 94%;
}
.kc-titles img {
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    transition: right .75sease;
    width: auto !important;
}
.kc-single:hover .kc-titles img {right: 1.5vw;}
.kc-single-content p {
    font-weight: 400;
    font-size: 0.833vw;
    line-height: 1.042vw;
    letter-spacing: calc(0.833vw * -0.04);
    color: #555555;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#all-kc {margin-bottom: 7.813vw;}
#kc-details {margin-top: 4.5vw; padding: 6.458vw 0 7.813vw;}
.breadcrumb {margin-bottom: 1.875vw;}
.breadcrumb img {width: 1.042vw; aspect-ratio: 1 / 1; margin: 0 2px;}
.breadcrumb span, .breadcrumb a {
    font-weight: 500;
    font-size: 0.938vw;
    line-height: 1.146vw;
    letter-spacing: calc(0.938vw * -0.04);
    color: #343434;
}
.blog-title {
    margin-bottom: 3.333vw;
    align-items: flex-start;
}
.blog-title img {
    width: 5.208vw;
    aspect-ratio: 1 / 1;
    margin-right: 1.563vw;
    margin-top: 20px;
}
.blog-title h1 {
    font-weight: 500;
    font-size: 3.333vw;
    line-height: 4.167vw;
    letter-spacing: calc(3.333vw * -0.04);
    vertical-align: middle;
    color: #343434;
    width: calc(100% - 6.791vw);
}
.kc-detail-img {
    aspect-ratio: 2 / 1;
    overflow: hidden;
    border-radius: 1.563vw;
    margin-bottom: 4.167vw;
}
.kc-detail-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1.0);
    transition: all .75s ease;
}
.kc-detail-img:hover img {transform: scale(1.2);}
.kc-det-content h2 {
    font-weight: 500;
    font-size: 1.875vw;
    line-height: 3.229vw;
    letter-spacing: calc(1.875vw * -0.04);
    color: #343434;
    margin-bottom: 0.833vw;
}
.kc-det-content p, .kc-det-content li {
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 2vw;
    letter-spacing: calc(1.25vw * -0.04);
    color: #555555;
}
/*.kc-det-content p, .kc-det-content ul {margin-bottom: 2.604vw;}*/
.kc-det-content li {list-style: disc;}
/*.kc-content p, .kc-content ul {margin-bottom: 2.604vw;}*/
.kc-content li {list-style: disc;}


/*Dropdown header*/



.dropdown {position: static !important;}
header .dropdown-item,
header .dropdown-item:hover,
header .dropdown-item:focus {
    display: block;
    font-size:0.781vw;
   padding: 0px 12px;
   font-weight: 500;
    opacity: 1;
    margin-bottom: 10px;
    background: unset !important;
}
header .dropdown-item {opacity: 1;}
header .dropdown-item.active {opacity: 1;}
header .navbar-expand-md .navbar-nav .dropdown-menu li:last-child .span1 {margin-bottom: 0;}
.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    opacity: 0;
    float: left;
    min-width: 10rem;
    padding: 0.7rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #f2f2f2;
    background-clip: padding-box;
    border: 1px solid #cccccc4d;
    border-radius: 0.25rem;
    transition: unset;
    top: 66px;
    border-radius: 8px;
      animation: falling 0.5s ease-out forwards;
}
@keyframes falling {
      0% {
        opacity: 0;
        transform: translateY(40px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

.dropdown-item:hover {background: transparent !important;}
header .dropdown-item .span1 {
    color: #000000;
    display: block;
    font-size: 0.781vw;
    padding: 0px 12px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    width: fit-content;
    font-weight: 500;
}
.dropdown:hover .dropdown-menu{
    display: block; 
    visibility: visible;
    opacity: 1;
}
li.nav-item.dropdown {
    padding: 40px 0px;
}
.recent-blogs{
    width: 76% !important;
    margin: 0 auto;
}
.cookies-box h5 {
    font-size: 1.042vw;
    line-height: 1.25vw;
    letter-spacing: calc(1.042vw* -0.04);
    margin-top: 0.5vw;
}
.cookies-box #gobackcookie {
    position: relative;
    width: 100%;
    text-align: center;
}
.cookies-box #gobackcookie button {
    position: absolute;
    left: 0;
    top: 0%;
    height: 100%;
    width: auto;
    padding: 0;
    margin: 0;
    border: unset;
    background: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
}
.cookies-box #gobackcookie img {
    height: 65%;
    width: auto;
    position: relative;
}
.cookies-box {
    width: 23.979vw;
    /*height: 14.9vw; */
    box-shadow: 0px 0px 16px 0px #5555554D;
    border-radius: 1.667vw;
    position: fixed;
    bottom: 30px;
    background: #fff;
    right: 17px;
    z-index: 1;
    padding: 1.042vw;
    display: none;
}
.cookies-box p {
    color: #888888;
    font-size: 0.625vw;
    line-height: 0.833vw;
}
.cookies-box a{
     font-size: 0.625vw;
    line-height: 0.625vw;
}
.cookies-box .cookies {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 55px;
}
.cookies-box a {
    background: linear-gradient(90deg, rgba(25, 118, 244, 1) 45%, rgba(105, 157, 252, 1) 83%);
    color: #fff !important;
    width: 100%;
    text-align: center;
    justify-content: center;
    border: 1px solid #1976F4;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cookies-box .common-btn{
   padding: 0.625vw 0 0.625vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #1976F4;
    font-size: 0.729vw;
    transition: all 0.3s ease-in-out;
    position: relative;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    border-radius: 30px;
    cursor: pointer;
    line-height: 0.833vw;
    /*padding-left: 0.7vw;*/
    height: auto !important;
    align-items: center;
    justify-content: center;
}
#customise-btn, #decline-btn{
    border: 0px !important;
}
.cookies-box .btn-wrapper {
    display: flex;
    margin-top: 0.6vw;
    justify-content: space-between;
}
.cookies-box .btn-wrapper a::before {
    display: none;
}
.cookies-box .btn-wrapper a:hover{
    color: #fff !important;
}
.cookies-box .common-btn span img {
    transition: all 0.5s;
    width: 1.3vw;
}
.cookies-box .btn-wrapper a {
    display: inline-block;
    width: 49%;
    }
    .cookies-box .common-btn::before {
    position: absolute;
    content: "";
    background: #fff;
    /*height: 1.679vw;
    width: 1.679vw;*/
    height: 1.979vw;
    width: 1.979vw;
    border-radius: 30px;
    right: 0px;
    transition: all 0.6s;
    border: 1px solid #fff;
}

.cookies-box .common-btn span {
    position: absolute;
    content: "";
    background: #fff;
    /*height: 1.679vw;
    width: 1.679vw;*/
    height: 1.979vw;
    width: 1.979vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 1px;
    transition: all 0.3s;
}
.cookies-box .common-btn:hover:before{
    width:100%;
    height: 100%;
    right:0px;
    z-index: -1;
    background: #fff;
}
.cookies-box .common-btn:hover{
    color: #5b96fa !important;
    border: 1px solid #5b96fa;
}
.blog-details-breadcrum img {
    width: auto;
    margin-right: 8px;
    aspect-ratio: unset;
}
span.blog-details-breadcrum {
    display: flex;
    align-items: center;
}
.dropdown-toggle::after{
    display: none;
}
li.nav-item.dropdown img {
    width: 0.573vw;
    height: 0.99vw;
    margin-left: 7px;
    margin-top: -2px;
}

.footer-page {
    margin-top: 14vw;
    padding-bottom: 2vw;
}
.footer-page .heading {
    color: #1976f4;
    font-size: 3vw;
    margin-bottom: 1.6vw;
}
.footer-page a {
    display: block;
    width: fit-content;
    color: #000;
    font-size: 14px;
    margin-bottom: 7px;
}
.footer-page h4 {
    font-size: 20px;
}
section.footer-page img {
    width: 6%;
    margin-bottom: 10px;
}
.error-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-btns a {
    width: 120px;
    background: #1976f4;
    border-radius: 30px;
    padding: 10px 0px;
    margin: 0px 10px;
    color: #fff;
}
.thank-you.footer-page img{
    width: 10%;
    
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 46px !important;
    border-radius: 46px 0px 0px 46px !important;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag:focus {outline: none !important;}
.switch {
    position: relative;
    display: inline-block;
    width: 1.875vw;
    height: 1.042vw;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #9EA8B3;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 0.833vw;
    width: 0.833vw;
    left: 2px;
    top: 50%;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    transform: translate(0, -50%);
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  /*-webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);*/
  -webkit-transform: translate(calc(100% + 0px), -50%);
  -ms-transform: translate(calc(100% + 0px), -50%);
  transform: translate(calc(100% + 0px), -50%);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.toggle-wrapper p {
    color: #343434;
    font-size: 0.729vw;
    letter-spacing: calc(0.729vw* -0.04);
    padding-left: 0.4vw;
}
.toggle1 {
    display: flex;
    align-items: center;
    width: 36%;
    margin-bottom: 1.5vw;
}
.toggle-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.paginations {
    gap: 10px;
    margin-top: 5rem;
    display: flex;
    justify-content: center;
}
.paginations li {
    width: 2rem;
    height: 2rem;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: .7vw;
    color: #1876F4;
}
.paginations li.active {
    background: #1876F4;
    color: #fff;
}

/*div#milestone-section {
    padding-top: 100px !important;
}*/
div#milestone-section {
    padding-top: 100px ! IMPORTANT;
}
.footer-bottom{
    padding-bottom: 9vw;
}
.home-banner .common-btn {width: 7.3vw;}
#brands .expertise-single.active .img-box {width: 47.5%;}

.errors {
    font-size: 13px;
    color: red;
}
#msg-error {margin-top: -1.25vw;}
.key-highlights .img2 img {
    width: 100%;
}
.milestone .heading-box {
    margin-bottom: 2.7vw;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 61px !important;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 52px !important;
    border-radius: 6.406vw 0px 0px 6.406vw;
}

li#lang-dropdown {
    font-size: 0.729vw;
    color: #343434;
    padding: 0;
    transition: all 0.3sease-in-out;
    position: relative;
    font-weight: 400;
    margin: 0px 10px;
    position: relative;
    padding: 40px 0px;
    line-height: 1.042;
}
.lang-ul {
    margin-bottom: 0px;
    padding-left: 0px;
    height: 2.5vw;
    display: flex;
    align-items: center;
}




/* Submenu positioning */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu1{
  top: -13px;
  left: 100%;
  margin-top: -1px;
  display: none;
  position: absolute;
  background: #f2f2f2;
  padding: 0.7rem 0;
}
.dropdown-submenu .dropdown-menu1{
    display: none;
    padding: 0.7rem 0;
    margin: 0.125rem 0 0;
    border-radius: 0px 8px 8px 0px;
    width: 122px;
}
/* Show submenu on hover */
.dropdown-submenu:hover > .dropdown-menu1 {
  display: block;
}

/* Optional styling for clarity */
.dropdown-menu > li > a.dropdown-toggle::after {
  content: "▶";
  float: right;
  margin-top: 4px;
  font-size: 0.7rem;
}
.dropdown-submenu a:active{
    color: #000;
}
.dropdown-submenu .dropdown-item {
    display: block;
    font-weight: 500;
    font-size: 0.781vw;
    padding: 0;
    opacity: 1;
    background: unset !important;
    padding: 0 12px;
    margin-bottom: 10px;
}



.contactus {
    padding: 4.167vw 0px 6.921vw;
}
.contactus .container-fluid {padding: 0 12.1429vw;}
.contactus .heading {
    /*font-size: 3.125vw;
    line-height: 3.906vw;*/
    font-size: 4.5vw;
    line-height: 3.333vw;
    font-weight: 200;
    margin-bottom: 1.0582vw;
    margin-bottom: 0.75vw !important;
}
.contactus .subheading {font-size: 1.75vw;}
.contactus .heading span {
    font-weight: 600;
    background: linear-gradient(130deg, #1876F4, #4A97FF);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5.9524vw;
    line-height: 5.2910vw;
    letter-spacing: calc(5.9524vw* -0.04);
    padding-right: 5px;
}
.contact-wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 3.175vw;
    align-items: stretch;
}
.contact-wrapper .contact-left {
    width: 48.148vw;
    row-gap: .9vw;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}
.contact-wrapper .contact-left img {width: 23.75vw}
.contact-wrapp {width: 100%; margin-bottom: 3.073vw;}
.contact-wrapper .contact-right {width: 34.392vw;}
.contacts-heading {display: flex; margin-bottom: 0.5vw; align-items: center;}
/*margin-bottom: 1.323vw;*/
.contacts-heading h4 {font-size: 1.25vw; line-height: 2.381vw; font-weight: 500; margin: 0;}
.contact-wrapper .contacts-heading img {
    margin-right: 2px;
    width: 1.3vw;
    height: 1.3vw;
}
#contactlink{
    text-decoration: none;
}
.contact-single {
    /*padding: 2.381vw 2.381vw 2.381vw 1.984vw;*/
    padding: 2vw 2.381vw 1.5vw 1.984vw;
    border: 1px solid #1876f480;
    border-radius: 1.984vw;
    margin: 0px 0px 1.587vw;
    box-shadow:
    0 34px 10px 0 rgb(49 118 244 / 0%),
    0 22px 9px 0 rgb(49 118 244 / 0%),
    0 12px 7px 0 rgb(49 118 244 / 1%),
    0 5px 5px 0 rgb(49 118 244 / 2%),
    0 1px 3px 0 rgb(49 118 244 / 2%);
}
.contactus .contact-single h6 {
    font-size: 1.979vw;
    color: #007AFF;
    line-height: 2.917vw;
    margin-bottom: 0;
    letter-spacing: calc(2.513vw * -0.04);
}
.contactus .contact-single p, .contactus .contact-single a {
    color:#AAAAAA;
    font-size: 1.190vw;
    line-height: 1.852vw;
    margin-bottom: 0;
    letter-spacing: calc(1.190vw * -0.04);
    text-decoration: underline;
}
.contactus .contact-single p{
    text-decoration: none;
}
.contact-div {display: flex; width:100%; column-gap: 1.587vw;}
.contact-div .contact-single {margin-bottom: 0;width: 100%;}
.contact-wrapp .contact-div h6 {
    margin-bottom: 0px;
    font-size: 1.720vw;
    line-height: 1.852vw;
    letter-spacing: calc(1.720vw* -0.04);
}
.contact-form {
    border: 1px solid #1876f480;
    padding:2vw 1.984vw;
    border-radius: 1.984vw;
    box-shadow:
    0 34px 10px 0 rgb(49 118 244 / 0%),
    0 22px 9px 0 rgb(49 118 244 / 0%),
    0 12px 7px 0 rgb(49 118 244 / 1%),
    0 5px 5px 0 rgb(49 118 244 / 2%),
    0 1px 3px 0 rgb(49 118 244 / 2%);
}
.contact-form h4 {
    font-size:2.396vw;
    line-height: 2.083vw;
    letter-spacing: calc(3.042vw * -0.04);
    margin-bottom: 5px;
}
.contact-form p {font-size: 0.833vw; letter-spacing: calc(1.058vw * -0.04); color:#AAAAAA; margin-bottom: 1.684vw;}
.contact-form .form-control {
    border: 1px solid #1876f480;
    border-radius: 0.76vw;
    padding: 0.70vw 1.058vw;
    margin-bottom: 1.190vw;
    font-size: 0.833vw;
    letter-spacing: calc(1.058vw* -0.04);
}
.contact-form .form-control#email, #cta-form #ctaemail {padding-left: calc(1.058vw + 1.587vw); position: relative;}
.contact-form #emailico, #cta-form #ctaemailico {
    position: absolute;
    left: 1.75vw;
    top: 1vw;
    width: 1.190vw;
    filter: invert(67%) sepia(92%) saturate(12%) hue-rotate(325deg) brightness(99%) contrast(100%);
}
.contact-form .intl-tel-input {margin-bottom: 1.190vw;}
.contact-form .intl-tel-input .selected-flag {
    width: 3.5vw !important;
    padding: 0 0 0 1.058vw !important;
    background: none !important;
}
.contact-form .intl-tel-input .selected-flag .iti-flag {display: none !important;}
.contact-form .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 0px !important;
    position: relative !important;
    color: #212529 !important;
    padding-right: 1vw;
    font-size: 1.058vw;
}
.contact-form .intl-tel-input.separate-dial-code .selected-dial-code:before {
    content: '';
    height: 60%;
    width: 1px;
    position: absolute;
    right: 0%;
    top: 20%;
    background: #cacaca;
}
.contact-form .common-btn {
    width: 90%;
    font-size:1.042vw;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0.661vw;
    color: #fff;
    background: linear-gradient(145deg, #1876F4, #4A97FF);
    border: 0;
    border-radius: 5.754vw;
    text-transform: capitalize;
    height: auto;
}
.contact-terms {
    color: #aaa !important;
    text-align: center;
    line-height: 1.587vw;
    margin: 0.529vw auto 0 !important;
    width: 70%;
}
.contactus .social img {
    filter: invert(53%) sepia(62%) saturate(2584%) hue-rotate(195deg) brightness(100%) contrast(105%);
    width: 1.7vw;
}
.contact-form .common-btn:before{
    display: none;
}
.single-row {
    padding: 0 12px;
    display: flex
;
}
.contact-form .single-row .col-6:nth-child(odd) {
    padding-right: 11px;
}
.contactus select {
    background: url(../images/down-arrow.png) no-repeat !important;
    background-position: center !important;
    background-size: 10% 20% !important;
    -webkit-appearance: none !important;
    background-position-x: 95% !important;
    color: #d0c8c8;
}
.contact-form .form-control{
    color: #d8d1d1;
}
.contact-left .heading{
    color: #000;
    font-size: 3.125vw;
    line-height: 3.906vw;
}
.contact-wrapper{
    margin-top: 2.5vw;
}

/*contact location*/

.locations {padding-bottom: 7.921vw; margin-top: 6.921vw;}
.locations .container-fluid {padding: 0 9.656vw;}
.locations .row {
    border: 1px solid #1876F4;
    border-radius: 3.175vw;
    padding: 1.984vw;
    box-shadow: 0 105px 29px 0 rgb(49 118 244 / 0%), 0 67px 27px 0 rgb(49 118 244 / 1%), 0 38px 23px 0 rgb(49 118 244 / 3%), 0 17px 17px 0 rgb(49 118 244 / 4%), 0 4px 9px 0 rgb(49 118 244 / 5%);
    min-height: 39.388vw;
}
.locations .row .col-md-6 {padding: 0;}
.locations .map, .locations .map .tab-content, .locations .map .tab-pane {height: 100%;}
.map iframe {border-radius: 1.587vw;}
.location-info {padding: 0vw 1.302vw 0 3.302vw;}
.location-info ul {
    display: block;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.location-info h3 {
    margin-bottom: 0.984vw;
    font-size: 1.5vw;
    font-weight: 300;
    color: #1876F4;
    margin-top: 2vw;
}
.location-info h3 span {
    color: #212529;
    font-size: 2.604vw;
}
.locationscontent {
    border: 1px solid #1876f433 !important;
    border-radius: 1.323vw !important;
    padding: 1.39vw 1.323vw;
    margin-bottom: 1.058vw !important;
    cursor: pointer;
    transition: background 0.5s ease;
    box-shadow: 0 47px 13px 0 rgb(49 118 244 / 0%), 0 30px 12px 0 rgb(49 118 244 / 0%), 0 17px 10px 0 rgb(49 118 244 / 2%), 0 8px 8px 0 rgb(49 118 244 / 3%), 0 2px 4px 0 rgb(49 118 244 / 3%);
}
.locationscontent:hover, .locationscontent.active {background-color: rgb(24 118 244 / 5%) !important;}
.locations h5 {
    font-size: 1.25vw;
    /* line-height: 3.571vw; */
    line-height: 2vw;
    color: #1876F4;
    margin-bottom: 0.529vw;
    font-weight: 500;
    letter-spacing: calc(1.587vw* -0.04);
    margin-bottom: 0;
}
.locations h5 img{
    margin-right: 10px;
}
.locations p {
    font-size: 1.058vw;
    line-height: 1.455;
    letter-spacing: calc(1.058vw * -0.04);
    margin-bottom: 0;
    color: #aaa;
    padding-right: 1rem;
    /* opacity: 0; */
    /* height: 0px; */
    transition: all 1s;
    position: relative;
    /* top: -24px; */
    z-index: -1;
}
/*.locationscontent:hover p {
    opacity: 1;
    height: auto;
    top: 0px;
}*/
.locationscontent.nav-link.active p{
    opacity: 1;
    height: auto;
    top: 0px;
}
.locations {
    padding-bottom: 7.921vw;
    margin-top: 0vw;
}
.contact-left .social {
    display: flex;
    align-items: center;
}
.contact-left .social h3{
   margin-bottom: 0;
    margin-right: 1vw;
}
.contactus .social img {
    filter: invert(53%) sepia(62%) saturate(2584%) hue-rotate(195deg) brightness(100%) contrast(105%);
    /*width: 1.7vw;*/
    width: 2.5vw;
}
