/* Googlefont Poppins CDN Link */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

@font-face {
    font-family: 'REGULAR';
    src: url('../font/SFPRODISPLAYREGULAR.OTF') format('opentype');
  }

  @font-face {
    font-family: 'BOLD';
    src: url('../font/SFPRODISPLAYBOLD.OTF') format('opentype');
  }
  @font-face {
    font-family: 'MEDIUM';
    src: url('../font/SFPRODISPLAYMEDIUM.OTF') format('opentype');
  }
  @font-face {
    font-family: 'ITALIC';
    src: url('../font/SFPRODISPLAYTHINITALIC.OTF') format('opentype');
  }


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'REGULAR'; */
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

a {
    display: block;
    width: fit-content;
}
ol, ul {
    padding-left: 0px !important;
}
h3 {
    font-size: 60px;
    line-height: inherit;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 0;
}

h4 {
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    text-transform: uppercase;
}

p {
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    padding: 10px 0;
}

body {
    min-height: 100vh;
}

.contanier-fluid {
    overflow: hidden;
    margin: 0 auto;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100px;
    background: #ffffff;
    z-index: 99;
}

nav .navbar {
    height: 100%;
    max-width: 1400px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    /* background: red; */
    padding: 0 20px;
}

.nav-active {
    color: #000 !important;
    font-weight: 600 !important;
}

.navbar .logo a {
    font-size: 30px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

nav .navbar .logo a img {
    width: 130px;
    display: block;
}

nav .navbar .nav-links {
    line-height: 100px;
    height: 100%;
}

nav .navbar .links {
    display: flex;
    gap: 20px;
}
.social-icon a i{
    color: #fff;
}
nav .navbar .links li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 14px;
}

nav .navbar .links li a {
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: #2d2b2b;
    font-size: 16px;
    font-weight: 500;
}

/* .bxs-chevron-down:before {
    content: "\ec89";
} */


.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
    transform: rotate(180deg);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #3b3b3b !important;
}
.expert-led{
    font-size: 11px !important;
    color: #818181;
    margin-top: 88px;
    text-transform: uppercase;
}
nav .navbar .links li .arrow {
    /* background: red; */
    height: 100%;
    width: 22px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: gray;
    transition: all 0.3s ease;
}

nav .navbar .links li .sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    line-height: 40px;
    background: #f5f5f5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
    display: block;
}

.htmlCss-sub-menu li span {
    display: contents;
}

.navbar .links li .sub-menu li {
    padding: 0 22px;
    border-bottom: 1px solid gray;
}

.navbar .links li .sub-menu a {
    color: gray;
    font-size: 15px;
    font-weight: 500;
}

.navbar .links li .sub-menu .more-arrow {
    line-height: 40px;
}

.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

.navbar .search-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 10px 15px;
    /* border: 1.5px solid gray; */
}

.navbar .search-box a {
    text-decoration: none;

    color: #3d3c3c;
    font-size: 14px;
    background-color: #fff;
}

.social-meadia-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social-meadia-header .link a{
    font-size: 19px;
    border: 2px solid #000;
    height: 35px;
    width: 35px;
    line-height: 35px;
    color: #000000;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin: 0px 10px 0px 0px;
    background-color: transparent;
    border-radius: 50%;

}
.social-meadia-header .link a:hover{
background-color: #0077B5;
color: #fff;
border: none;
}


.social-meadia-header .face-book a{
    font-size: 19px;
    border: 1px solid #000;
    height: 35px;
    width: 35px;
    line-height: 35px;
    color: #000000;
display: flex;
justify-content: center;
align-items: center;
margin: 0px 10px 0px 0px;
border-radius: 50%;
}

.social-meadia-header .face-book a:hover{
    background-color: #316FF6;
    color: #fff;
    border: none;

    }
.social-meadia-header .insta a{
    font-size: 19px;
    border: 1px solid #000;
    height: 35px;
    width: 35px;
    line-height: 35px;
    color: #000000;
display: flex;
justify-content: center;
align-items: center;
margin: 0px 10px 0px 0px;
border-radius: 50%;

}
.social-meadia-header .insta a:hover{
    background: linear-gradient(#8b93eb, #C235A7, #F06A42);
    color: #fff;
    border: none;

    }

/* .navbar .search-box:hover {
    background-color: #000;
    color: #fff !important;
}

.navbar .search-box a:hover {
    color: #fff !important;
} */


.navbar .nav-links .sidebar-logo {
    display: none;
}

.navbar .bx-menu {
    display: none;
}
/* banner-section */

.banner-main-box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}
.banner-content-box{
    width: 45%;
    background: #f6f6f6;
    height: 100vh;
}
.banner-img-box{
    width: 55%;
}
.image-panel2 img{
    height: 100vh ;
}

/* //main/ */
.owl-carousel {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.owl-carousel .item {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* height: 100vh; */
    background-color: #f6f6f6;
}

.text-panel {
    width: 45% !important;
    padding: 5%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-panel2{
    width: 100% !important;
    padding: 5% !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding-left: 91px !important;
    margin-top: 226px !important;
}
.text-panel2 p {
    font-size: 1.2vw;
    line-height: 1.5;
}
.text-panel2 h2 {
    font-size: 4.2vw;
    margin-bottom: 1vw;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 1vw;
}
.text-panel p {
    font-size: 1.2vw;
    line-height: 1.5;
}
.text-panel h2 {
    font-size: 4.2vw;
    margin-bottom: 1vw;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 1vw;
}




.image-panel {
    width: 55%;
}
.image-panel2{
    width: 100%;
}
.bg-black {
    background-color: #000 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-black .image-panel img {
    border-left: 20px solid #000 !important;
}

img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.text-panel h2 {
    font-size: 4.2vw;
    margin-bottom: 1vw;
    font-weight: normal;
  
    text-transform: uppercase;
    margin-top: 1vw;
}

.text-panel p {
    font-size: 1.2vw;
    line-height: 1.5;
 
}
.bxs-chevron-down:before {
    content: "\ec89";
    display: none;
}
.owl-nav {
    position: absolute;
    top: 85%;
    /* z-index: 99; */
    right: 2%;
}

.owl-carousel .owl-item img {
    border-left: 20px solid #fff;
    /* transition: ease-in-out 0.4s; */
}

/*.owl-carousel .owl-item img:hover{
    scale: 1.1;
} */
.news-card img{
    transition: ease-in-out 0.8s;
}

.news-card img:hover{
    scale: 1.1;
}
.owl-nav button {
    /* background-color: #f4f4f4 !important; */
    border: none;
    border-radius: 50% !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    font-size: 32px !important;
    width: 60px;
    height: 60px;
    line-height: 32px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


/* vserve-group section */
.vserve-group {
    position: relative;
    width: 50%;
    background-color: #000;
    color: #fff;
    margin: 0 auto;
    padding: 80px;
}
.investorgrowth h3{
    color: white;
}
.trippdosecond{
    padding-top: 1px;
}

.vserve-group-main h3 {
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: white;
}

.vserve-group-main p {
    font-weight: 200;
    font-size: 18px;
    line-height: 29px;
    padding: 5px 0 55px;
}

.vserve-group-main a {
    padding: 10px;
    border: 1.5px solid #fff;
    text-decoration: none;
    color: #fff;
    transition: ease-in-out 0.2s;
    /* animation: ease-in-out; */
}

.vserve-group-main a:hover {
    border-radius: 0px;
    background-color: white;
    box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    color: black;
}

.vserve-group::after {
    content: '';
    position: absolute;
    background-image: url(../images/vgroup.png);
    width: 50%;
    height: 329px;
    top: 0%;
    left: -52%;
    background-size: cover;
}

.vserve-group::before {
    content: '';
    position: absolute;
    background-image: url(../images//vgroup-business.png);
    width: 50%;
    height: 329px;
    bottom: 0%;
    right: -52%;
    background-size: cover;
}

/* section 3 counter */

.counter-section {
    /* background-color: #f0f0f0; */
    padding: 120px 0;
    text-align: center;
}

.counter-container {
    display: flex;
    justify-content: space-around;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.counter-item {
    width: 33%;
    flex: 1;
    padding: 20px 20px 20px 40px;
    margin: 10px;
    text-align: left;
    transition: ease-in-out 0.2s;
}

.counter-item:hover {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.counter-value {
    font-size: 80px;
    /* font-weight: bold; */
    margin-bottom: 10px;
}

.counter-label {
    font-size: 16px;
    /* font-weight: bold; */
    margin-bottom: 5px;
    text-transform: uppercase;
}

.counter-description {
    font-size: 16px;
    color: #666;
    max-width: 85%;
    /* margin: 0 auto; */
}


/* cards */

.section-heading {
    width: 49.5%;
    background-color: #000;
    padding: 61px 0;
    text-align: center;
    align-content: center;
    margin-bottom: 0px;
}

.section-heading span {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
}

.mtop-40 {
    margin-top: -110px;
}

.container_custom {
    max-width: 1600px;
    margin: 0 auto;
}

.card-container {
    display: flex;
    gap: 20px;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.card {
    flex: 1;
    position: relative;
    height: 600px;
    overflow: hidden;
    /* border-radius: 10px; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
}

.footer-bottom div {
    display: flex;
    gap: 10px;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-content {
    width: 65%;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    padding: 20px 30px;
    transform: translateY(50%);
    transition: transform 0.3s ease;
}

.card-content h2 {
    font-weight: normal;
    text-transform: uppercase;
}

.card-content p {
    padding: 6px 0 30px;
}

.pvisible {
    display: block !important;
    color: #000 !important;
}

.f-right {
    right: 0;
}

.f-left {
    left: 0;
}

.card h2 {
    margin: 0 0 10px;
    font-size: 1.5em;
}

.card p {
    margin: 0;
    display: none;
    color: #AEAEAE;
}

.card:hover p {
    display: block;
}

.card a {
    display: inline-block;
    margin-top: 10px;
    color: #0066cc;
    text-decoration: none;
}

/* Hover effect */
.card:hover .card-content {
    transform: translateY(0);
}


/* timeline */
.timeline-title {
    width: 100%;
    text-align: left;
    padding: 40px 0px 40px 70px;
    margin-bottom: 10px;
}

.timeline-title p {
    color: #fff;
}

.timeline-container {
    padding: 50px 90px;
    margin: 50px auto 0;
    position: relative;
    /* overflow: hidden; */
}

.timeline-heading {
    width: 47%;

}

.timeline-container:before {
    content: '';
    position: absolute;
    top: 2%;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 95%;
    background: #8a8a8a;
    transition: background 0.5s ease;
}

.timeline-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    clear: both;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease;
    margin-bottom: 30px;
}

.timeline-image {
    width: 47%;
    height: 263px;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.timeline-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.marker {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid #F5F7FA;
    background: #fff;
    margin: 0 20px;
    z-index: 9999;
    flex-shrink: 0;
}

.timeline-content {
    width: 47%;
    padding-left: 40px;
    background: #fff;

}

.timeline-content h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
    background: #000;
    display: inline-block;
    padding: 7px 10px;
    color: #fff;
}
.timeline-content span {
    font-size: 15px;
    color: #a4a4a4;
}

.timeline-content h4{
    color: #1e1d1d;
    font-size: 23px;
    text-transform: uppercase;
    margin-top: 14px;
    font-weight: 500;
}

.timeline-content p {
    font-size: 16px;
    line-height: 1.5em;
    word-spacing: 1px;
    color: #838383;
    margin-bottom: 0;
    margin-right: 84px;
}

.timeline-block-right {
    flex-direction: row;
}

.timeline-block-left {
    flex-direction: row-reverse;
}

/* Active Styles */
.active {
    opacity: 1;
    transform: translateY(0);
}

.active .timeline-content {
    color: black;
}

.active .marker {
    background: #fff;
    border-color: black;
}

@media screen and (max-width: 768px) {
    .timeline-container {
        width: 100%;
        padding: 0px;
    }

    .timeline-container:before {
        left: 19px;
        top: 8%;
        height: 90%;
    }


    .timeline-block {
        flex-direction: column;
        align-items: flex-start;

    }

    .timeline-image,
    .timeline-content {
        width: calc(100% - 40px);
        margin-left: 20px;
        background-color: transparent;
    }

    .marker {
        position: absolute;
        left: -9px;
        top: 20px;
    }

    .timeline-image {
        height: fit-content;
        margin-bottom: 20px;
        width: 85%;
        margin-left: auto;
    }
}

/* Active Styles */
.active-timeline {
    opacity: 1;
    transform: translateY(0);
}

.active-timeline .timeline-content {
    color: black;
}

.active-timeline .marker {
    background: #ffffff;
    border-color: #000000;
}

.active-timeline+.timeline-container:before {
    background: black;
}

/* marquee */

.marquee {
    background-color: #000;
    color: #eee;
    overflow: hidden;
    position: relative;
    --marquee-width: 100vw;
    --marquee-height: 20vh;
    --marquee-elements: 8;
    /* defined with JavaScript */
    --marquee-elements-displayed: 8;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
    display: flex;
    justify-content: center;
    align-items: center;
}

.marquee:before,
.marquee:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
}

.marquee:before {
    left: 0;
    background: linear-gradient(to right, #111 0%, transparent 100%);
}

.marquee:after {
    right: 0;
    background: linear-gradient(to left, #111 0%, transparent 100%);
}

.marquee-content {
    list-style: none;
    height: 100%;
    padding: 70px 0;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
}

/* .marquee-content:hover {
    animation-play-state: paused;
  } */
@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
    }
}

.marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    flex-shrink: 0;
    width: var(--marquee-element-width);
    max-height: 100%;
    font-size: calc(var(--marquee-height)*3/4);
    /* 5rem; */
    white-space: nowrap;
}

.marquee-content li img {
    /* width: 100%; */
    padding: 20px;
    /* height: 100%; */
    /* border: 2px solid #eee; */
    filter: grayscale(1);
    width: 214px;
}

.marquee-content li img:hover {
    /* fill: #ddb531;
    stroke-width: 2;
    background-color: #ddb531;
    color: red; */
    filter: grayscale(0);
}

@media (max-width: 600px) {
    html {
        font-size: 12px;
    }

    :root {
        --marquee-width: 100vw;
        --marquee-height: 16vh;
        --marquee-elements-displayed: 3;
    }

    .marquee:before,
    .marquee:after {
        width: 5rem;
    }
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #FFF;
    text-decoration: none;
}
.owl-theme .owl-nav {
    margin-top: 0px !important;
}
.news-carousel .owl-nav {
    position: absolute;
    top: -21% !important;
    right: 30px;
}
/* news */

.news-heading {
    font-size: 40px;
    line-height: 115px;
    color: #fff;
    background-color: #111;
    text-align: center;
    padding: 23px 0 20px;
}

.main-cont-news {
    background-color: #111;
}

.news-carousel {
    margin: 0 !important;
}

.news-carousel .item {
    position: relative;
    overflow: hidden;
    /* margin: 0 !important; */
}

.news-card {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /* border-radius: 5px; */
    overflow: hidden;
    text-align: left;
}

.news-card img {
    width: 100%;
    height: auto;
    border: 0 !important;
}

.news-content {
    /*   padding: 15px; */
    padding: 0 15px 15px 15px;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    width: 80%;
    right: 0;
}

.news-content .category {
    background: #000;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.news-content h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 5px;
    padding: 10px 0;
    font-weight: normal;
}

.news-content p {
    color: #666;
}

/* .news-container .owl-nav{
    margin-top: 8px !important;
  } */
.owl-nav i {
    font-size: 24px;
    color: #fff;
}

.owl-nav .arrow.left {
    transform: rotate(180deg);
}

.news-carousel .owl-nav {
    position: absolute;
    top: -17%;
    right: 30px;
}

.news-carousel .owl-nav button {
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

.news-carousel .owl-nav button:hover {
    color: #fff !important;
}


/* footer */

.footer {
    width: 1440px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    color: #fff;
    padding: 20px 20px;
    padding: 65px;
    padding-right: 167px;
}

.footer-left {
    width: 50%;
}

.footer-logo {
    width: 30%;
}

.footer-logo img {
    width: 100%;
}

.footer-left span {
    padding: 25px 0;
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 100;
    display: block;
    line-height: 71px;
}

.footer-left .contact-info p {
    font-size: 14px;
    padding: 3px 0;
    line-height: 1.8;
    margin-bottom: 10px;
}

.social-icons {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-icon {
    width: 37px;
    height: 37px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.footer-right {
    width: 50%;

    position: relative;
}

footer {
    background-image: url(../images/footer-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 25px;
}

.footer-nav-links {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    /* margin-bottom: 1rem; */
    position: absolute;
    bottom: 0;
    right: 0px;
}

.footer-nav-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.footer-bottom {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #666;
    width: 1200px;
}

.footer-bottom a {
    color: gray;
    text-decoration: none !important;
}



/* about */

.about-main {
    background-color: #000;
    padding-top: 160px;
    width: 90%;
    ;
}

.aboutinnersection {
    width: 100vw;
}

.d-flex {
    display: flex;
}

.about-main-content {
    color: #fff;
    padding: 100px 120px 100px;
}

.about-main-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    padding: 5px 170px 55px 0;
}

.contact-btn {
    display: block;
    text-align: center;
}

.about-main-content a {
    text-align: center;
    padding: 10px 20px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}


.about-main-content a:hover{
    background-color: #fff;
    color: black;
}
.mission-vision {
    display: flex;
}

.mission-card {
    position: relative;
}

.missionvision-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: #fff;
    width: 70%;
}

.missionvision-card span {
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 18px;
    line-height: 22px;
}

.missionvision-card p.mission-heading {
    padding: 10px 0;
    font-size: 36px;
    line-height: 42px;
}

.missionvision-card p.mission-content {
    font-size: 16px;
    line-height: 20px;
}

.p-60 {
    margin-top: 120px;
}
.p-602{
    margin-top: 60px;
}
.values {
    display: flex;
    justify-content: center;
    padding: 5px 5px 100px 5px;
    flex-wrap: wrap;
}

.values::after {
    content: '';
    width: 30%;
}

.value-card {
    display: grid;
    /* max-width: 400px; */
    width: 30%;
    padding: 60px;
    text-align: left;
    border: 1px solid #d0d0d0;
    /* border-right: 0; */
}

.value-card:last-child {
    border-right: 1px solid #d0d0d0;
}

.value-card img {
    width: 33px;
}

.value-card h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
    text-transform: uppercase;
}

.value-card p {
    font-size: 14px;
    line-height: 1.5em;
    word-spacing: 1px;
    color: #000;
    margin-bottom: 0;
}

.growth-sec::after {
    background-image: url(../images/growth-left.png);
}

.growth-sec::before {
    background-image: url(../images/growth-right.png);
    height: 520px;
}

.team-heading-text {
    padding: 40px 60px !important;
}

.team-heading-text P {
    font-size: 16px;
    line-height: 25px;
}
.process-card span{
font-size: 16px;
font-weight: 274;
line-height: 25px;


}
.Experience-Excellence h4{
font-size: 36px;
font-weight: 400;
line-height: 42.96px;


}
.team-members {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 100px;
    gap: 20px;
}

.team-person-card {
    width: 30%;
    position: relative;
}

.teammate-name {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    text-transform: uppercase;
}

.teammate-name h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    padding: 5px 0;
    color: #fff;
}

.teammate-name p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 0;
}

.investor-hero {
    position: relative;
}

.investor-hero-txt {}

.investor-hero-txt p {
    color: #fff;
}

.investor-hero-txt span {
    position: absolute;
    top: 20%;
    color: #fff;
    width: 55%;
}

.investor-hero-img {
    width: 90%;
}

.about-main-content h3 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    padding: 30px 0;
    text-transform: uppercase;
}

.inverstor-hero {
    position: relative;
    position: relative;

}
.inverstor-hero2{
    width: 80%;
    margin-left: 10%;
    margin-top: -80px;
}
.newhroforhiring{
    width: 100%;
    margin: 0;
}
.boost-content h3{
    color: white;
}
.why-invest{
    margin-top: -80px!important;
}

.inverstor-hero .invest-trader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    text-align: center;
}

.inverstor-hero .invest-trader p {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-weight: 500;
}

span.invest-btn {
    display: block;
    place-items: center;
    padding: 10px;
}

.invest-btn a {
    text-align: center;
    padding: 10px 20px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}


.invest-btn a:hover{
    background-color: #fff;
    color: #000;
}
.color-black {
    color: #000 !important;
}

.color-white {
    color: #fff !important;
}

.cont-center {
    text-align: center;
}

.why-invest {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px;
    padding: 20px 0;
    margin: 0 auto;
    max-width: 1200px;
}

.why-invest::after {
    content: "";
    width: 30%;
}

.why-inverst-card {
    width: 30%;
    border: 1px solid #d0d0d0;
    padding: 30px;
}

.why-inverst-card h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
    text-transform: uppercase;
}

.why-inverst-card p {
    font-size: 14px;
    line-height: 1.5em;
    word-spacing: 1px;
    color: #000;
    margin-bottom: 0;
}
.digitalwedont{
    padding: 80px 0;
}
.boost-business {
    display: flex;
    padding: 90px 0 130px;
}

.boost-img {
    width: 50%;
}

.boost-content {
    width: 50%;
    background-color: #000;
    color: #fff;
    padding: 0 80px;
    align-content: center;
    border-bottom: 30px solid #fff;

}

.boost-content h3 {
    font-weight: normal;
    font-size: 37px;
    line-height: 42px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.boost-content p {
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    padding: 5px 0 55px;
}

.boost-content a {
    padding: 10px;
    /* border: 1.5px solid #fff; */
    text-decoration: none;
    color: #fff;
    /* transition: ease-in-out 0.2s; */
}
/* .boost-content a:hover{
    background-color: #fff;
    color: #000;
} */
.real-estate {
    background-color: #fff;
    padding-top: 90px;
    width: 90%;
    margin-bottom: 50px;
}

.realEstate-hero-img {
    width: 100% !important;
}

.realEstate-hero-txt {
    position: relative;
}

.real-estate-box {
    position: absolute;
    width: 104%;
    bottom: -5%;
    left: 10%;
    padding: 60px;
    border: 1px solid #CBCBCB;
    background-color: #fff;
}
.real-estate-box h3{
    font-size: 60px;
    margin: 20px 0;
    line-height: 71px;
}
.newhirefaster{
    width: 100%;
}

.newhirefaster p{
    font-size: 96px !important;
    line-height: 114px !important;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.real-estate-box img {
    width: 160px;
}

.real-estate-box a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #4160FF;
}
.real-estate-box p{
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 200;
    color: #818181;
    max-width: 250px;
    
}

.Unlock-a-World {
    width: 100%;
    justify-content: space-between;
    padding: 30px 10px;
    width: 100%;
    justify-content: space-between;
    padding: 50px 10px;
    max-width: 1400px;
    margin: 0 auto;

}
.counterrealestatepage{
    padding-top: 30px;
}
.value-vision h4{
    margin-bottom: 30px;
}

.Unlock-a-World h4 {
    width: 49%;
    width: 49%;
    font-size: 36px;
    line-height: 42px;
}

.Unlock-a-World p {
    width: 49%;
}

.mtop-20 {
    margin-top: 20px !important;
}

.mbot-20 {
    margin-bottom: 20px;
}

.p-100 {
    padding-top: 100px;
}

.real-estate-counter {
    background-color: #000;
    color: #fff;
    padding: 93px 20px 50px 40px;
}

.value-vision span {
    text-transform: none;
    font-size: 18px;
    line-height: 25px;
    font-weight: 200;
}

.our-process-texr h4 {
    text-transform: none;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;

}

.our-process {
    width: 100%;
    padding: 60px 0 30px;
}

.process-card {
    width: 25%;
    color: #fff;
    text-align: left;
    padding: 30px 50px;
}

.process-card img {
    width: 34px;
}

.Experience-Excellence {
    border: 0;
    border-left: 263px solid #fff;
    padding: 0 30px;
}

.Experience-Excellence a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #4160FF;
}

.text-center {
    text-align: center;
}

.digital-marketing-card img {
    width: 46px;
}

.digital-marketing-card h5 {
    font-size: 32px;
    line-height: 43px;
    font-weight: 400;
    margin: 20px 0;
}

.vserve-hiring-streamlined {
    padding: 70px 20px 100px;
}

.hire-fast {
    width: 90%;
    padding: 100px;
    position: sticky;
    margin-top: -30px;
}

.hire-fast h3 {
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    text-align: center;
    text-transform: none;
    padding: 18px 80px 60px 80px;
}
.enjoy-sec{
    text-transform: capitalize !important;
    padding-bottom: 50px;
}
.our-process-hiring-left {
    width: 40%;
}

.our-process-hiring-right {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}

.our-process-hiring-right .points-hiring {
    width: 50%;
    padding: 34px 60px 10px;
    color: #fff;
}

.points-hiring p {
    padding: 2px 0;
    font-size: 16px;
    line-height: 19px;
    padding-top: 10px;
}
.realEstate-hero-txt h3{
    font-size: 60px;
    line-height: 71px;
}
.industryecport{
    padding: 60px 0;
    margin-top: 30px;
}

.points-hiring p.caps {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.teammate-Expertise {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
}

.teammate-Expertise h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    padding: 5px 0;
    color: #fff;
}

.vhire-partner {
    border-bottom: 0;
    background-color: #111111 !important;
}

.bg-lbkack {
    background-color: #111111 !important;
}

.vhire-partner p {
    padding: 10px 0;
}

.vhire-partner h3 {
    color: #fff;
}

.vhire-partner a.vhire {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    color: #fff;
    border: none;
    padding: 10px 0;
}

.ContactUs {
    padding: 180px 60px 150px;
}

.ContactUs-left {
    width: 50%;
}

.ContactUs-left h3 {
    color: #1D3444;
    font-size: 60px;
    line-height: 72px;
    font-weight: 400;
}

.ContactUs-left p {
    color: #5B5B5B;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.ContactUs-right {
    width: 50%;
    padding: 0 50px;
    margin: auto 0;
}

.contact-right-details {
    border: 1px solid #D0D0D0;
    width: fit-content;
    padding: 40px 20px;
    margin: 0 auto;
    width: 70%;
}

.contact-right-details span {
    color: #5B5B5B;
    font-size: 18px;
    line-height: 50px;
    font-weight: 400;
}

.contact-right-details a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #4160FF;
}

.contctus-social {
    display: flex;
    /* width: 40%; */
}

.contact-social-icon {
    width: 40px;
    height: 40px;
    margin: 40px 0 10px;
    margin-right: 10px;
    border: 1px solid #000;
    border-radius: 50px;
    position: relative;
}

.contact-social-icon a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    display: flex;
}

.contact-social-icon a img {
    width: 100%;
}

.our-location {
    padding: 0 60px 0px;
    margin-bottom: -40px;
}

.our-location-card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.loaction-card {
    width:50%;
    position: relative;
}

.loaction-name {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 20px;
}

.loaction-name p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.Trippido {
    padding-bottom: 0px;
}
.trippido-main {
    width: 100% !important;
}

.trippido-main img {
    width: 140px;
}

.trippido-main a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #4160FF;
}

.trippido-txt {
    width: 5% !important;
    padding: 0 !important;
}

.trippdo-hero-text {
    padding: 100px 0 100px;
}

.trippdo-hero-text h4 {
    text-transform: none;
    padding: 0 60px 0;
}

.trippdo-card h3 {
    line-height: normal;
    margin: 0;
    padding: 0;
}

.Trippido-export {
    width: 100%;

}

.Why-Choose-Trippido {
    text-align: center;
    padding: 100px 0 50px;
    color: #fff;
    margin-left: 116px;
}

.Why-Choose-Trippido-card {
    flex-wrap: wrap;
}

.Why-Choose-Trippido-card .Trippido-box {
    width: 31%;
    color: #fff;
    text-align: left;
    padding: 50px;
}

.Why-Choose-Trippido-card .Trippido-box h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.Why-Choose-Trippido-card .Trippido-box p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 200;
}

.Trippido-export span {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    text-transform: none;
    font-weight: 400;
}

.proprties {
    position: absolute;
    top: auto;
    bottom: 0;
}

.trip-logo-main-box {
    display: flex;justify-content: space-between;
}



.dubai-number{
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 29px !important;
    padding: 2px 0 !important;
    color: #5b5b5b !important;
}

.india-office {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}