@import url('https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap');


* {
    padding: 0;
    margin: 0 auto;
}

body {
     font-family: "Schibsted Grotesk", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight:600;  
}

img, a, button {
    transition: all ease-in-out 0.5s;
}
.dk-show{
    display:none;
}
.container {
    max-width: 96%;
}


.navbar-nav .nav-link {
        position: relative;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #1a1a1a;
    padding: 0px 0px !important;
    transition: color 0.2s ease;
}

 .btns-black{
    border: 1px solid #1a1a1a !important;
    color: #1a1a1a !important;
}


.navbar-nav li{
    margin:0 16px;
}
.navbar-brand img {
    width: 170px;
}
.banner video {
    height: 100vh;
    object-fit: cover;
    margin-bottom: -7px;
}

.caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}
.banner .container {
    position: relative;
    padding: 0 15px;
    height: 100%;
    display: flex;
    align-items: end;
}
.caption h1 {
    color: #fff;
    font-size: 38px;
}

.markets_wrapper .col-lg-3:nth-child(n+9) {
    display: none;
}
.banner-video:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    background: linear-gradient(356deg, #0000007a, transparent);
    top: 0;
}
.caption p {
    color: #ffffffb3;
    font-size: 16px;
    margin-top: 12px !important;
    margin-bottom: 20px !important;
}
.overlay {
    /*position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: #0000008a;*/
}

.changing-words {
    position: relative;
    display: inline-block;
    min-width: 320px;
    height: 1.2em;
    overflow: hidden;
    vertical-align: bottom;
}

.changing-words span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(100%);
    transition:
        opacity 0.5s ease,
        transform 0.5s ease;
        color:#2FA0FD;
}

.changing-words span.active {
    opacity: 1;
    transform: translateY(0);
}

.changing-words span.exit {
    opacity: 0;
    transform: translateY(-100%);
}
.btn-fill {
    background: #fff;
    color:#000 !important;
}
.btn-fill:hover {
    color:#fff !important;
}
.btn-round {
    border: solid 1px #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
}

.btn-round:hover {
    background:#1964E6;
    color:#fff;
    border: solid 1px #1964E6;
}
.pad80{
    padding:80px 0;
}
.h4 span {
    color:#1964E6;
    font-style:italic;
}
.h4 {
    font-size: 36px;
    margin-bottom: 20px !important;
}

.span {
    color: #7A8087;
    font-size: 10px;
    display: block;
    margin-bottom: 20px;
}

.para {
    font-size: 26px;
    line-height: 1.8;
}

.about_btns {
    position: absolute;
    bottom: 0;
    left: 0;
}
.btns-blue:hover {
    background:#fff;
    border:solid 1px #1964E6;
    color:#1964E6 !important;
}
.btns-blue{
    background:#1964E6;
    border:solid 1px #1964E6;
    color:#fff !important;
}

.btns-black:hover {
    background:#1964E6;
    border:solid 1px #1964E6 !important;
    color:#fff !important;
}

.process-section {
   
    background-color: #000;
}

.process-bg {
    /*position: absolute;*/
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}
.process-bg-img {
    object-fit: cover;
}

/* Invisible hover zones over the image (3 equal columns) */
.process-hotspot {
    position: absolute;
    top: 0;
    height: 78%;
    width: 33.333%;
    z-index: 2;
    cursor: pointer;
}
.hotspot-1 { left: 0; }
.hotspot-2 { left: 33.333%; }
.hotspot-3 { left: 66.666%; }
.process-marker span {
    margin:0;
}
/* Numbered markers on image */
.process-marker {
   /* position: absolute;
    top: 6%;*/
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.65);
    font-size: 12px;
    letter-spacing: 1px;
    z-index: 3;
    pointer-events: none;
    transition: color 0.3s ease;
}

.marker-num {
    font-weight: 700;
    font-size: 13px;
}
.marker-line {
    width: 20px;
    height: 1px;
    background: currentColor;
    opacity: 0.6;
}
.marker-label {
    white-space: nowrap;
}

.process-marker.active {
    color: #4db8ff;
}

/* Bottom content box */
.process-content-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right:0;

    z-index: 4;
}

.process-content {
    /* display: none; */
    /*animation: fadeIn 1.35s ease;*/
    padding: 40px 70px;
        transition: all ease-in-out .5s;
    min-height:368px;
}
.process-content.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.process-tag {
    color: #4db8ff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.5px;
    display: block;
    padding: 10px 0;
}

.process-heading {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 40px;
}
.process-heading em {
    font-style: italic;
}

.process-text {
    color: rgba(255,255,255,0.7);
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: 0;
}


.process-inner {
    position: relative;
}

.process-show,
.process-hide {
    transition: opacity 0.4s ease;
}

.process-show {
    opacity: 1;
}

.process-hide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
}

/* Hover hote hi crossfade */
.process-content:hover .process-show {
    opacity: 0;
}

.process-content:hover .process-hide {
    opacity: 1;
}

.process-content:hover {
    background:#000;
}




.service-card {
    position: relative;
    /*height: 550px;*/
    border-radius: 15px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.service-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
}
.service-card:hover img {
    transform:scale(1.1)
}
.service-content {
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom: 0;
    z-index: 2;
    height: 100%;
    padding: 15px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top:0;
}

.service-top {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.6);
    padding-bottom: 0px;
    width:100%;
    margin:0;
}

.service-top span {
    font-size: 18px;
    min-width: 50px;
    margin:0;
    padding-top:15px;
}

.service-top h3 {
    margin: 0;
    padding-top:15px;
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    padding-left: 20px;
    padding-bottom:15px;
}

.service-bottom p {
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
    max-width: 370px;
}

/* Slick */
.services-slider .slick-list {
    overflow: hidden;
}

.services-slider .slick-track {
    display: flex;
}

.services-slider .slick-slide {
    height: auto;
    margin: 0 5px;
}
.arrow-btn:hover{
    background: #1964E6;
    border: solid 1px #1964E6;
    color:#fff;
}

.arrow-btn {
    border: solid 1px #000000;
    background: transparent;
    width: 40px;
    height: 40px;
    transition: all ease-in-out .5s;
}
.arrow-btn.disabled {
    pointer-events: none;
    opacity: .4;
}

.partnership-slider {
    overflow: hidden;
}

.partnership-slider .slick-list {
    overflow: visible;
}
.service-bottom {
    width: 100%;
}
.partnership-slide {
    width: 16vw;
    padding-right: 8px;
    transition:all ease-in-out .5s;
}
.partnership-slider .slick-track {
    transition: transform 0.5s ease-in-out !important;
}
.partnership-slider .slick-current {
    width: 35vw;
}
.para2{
    font-size:18px;
    line-height: 1.8;
}
.partnership-card {
    width: 100%;
    height: 365px;
    position: relative;
    overflow: hidden;
    padding: 20px;
    background: #07111f;
    color: #fff;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.partnership-card .number {
    font-size: 12px;
}

.partnership-card h2 {
    font-size: 28px;
    font-weight: 500;
    margin-top: 25px;
    white-space: nowrap;
}

.partnership-card p {
    position: absolute;
    left: 20px;
    bottom: 18px;
    width: 360px;
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
}

.arrow-btn {
    width: 38px;
    height: 38px;
    border: 1px solid #aaa;
    background: #fff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.arrow-btn.disabled {
    opacity: .4;
    cursor: not-allowed;
    pointer-events: none;
}

.image-card {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
}

.image-card img {
    width: 100%;
    transition: transform 0.4s ease;
}

.image-card:hover img {
    transform: scale(1.05);
}

.blue-card h3{
    font-size: 22px;
    padding: 10px 0;
    margin: 0;
}
.blue-card small {
        font-size: 12px;
}
.blue-card p {
    font-size: 14px;
    margin-bottom: 7px;
}
.image-card .overlay span{
    margin:0;
}
.image-card .overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    color: #fff;
    background: linear-gradient(
        transparent 50%,
        rgba(0,0,0,0.7)
    );
}
.btns_line {
    color: #fff;
    border-bottom: solid 1px #fff;
    font-size: 10px;
    text-decoration: none;
    transition: all 0.4s ease;
    position: absolute;
    bottom: 22px;
}

.blue-card {
    /*height: 235px;*/
    padding: 22px;
    background: #1764e8;
    color: white;
    border-radius: 6px;
    /* opacity: 0; */
    /* visibility: hidden; */
    transform: translateY(100%);
    transition: all 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

/* Blue card show on hover */
.image-card:hover  .blue-card {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.logo-grid {
            border-top: 1px solid #dfe3e6;
            border-left: 1px solid #dfe3e6;
        }

        .logo-box {
            cursor:pointer;
            height: 205px;
            border-right: 1px solid #dfe3e6;
            border-bottom: 1px solid #dfe3e6;
            transition: all ease-in-out .5s;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
        }

        .logo-box img {
    max-width: 110px;
    max-height: 45px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.testimonial-section {
            padding: 70px 0;
            overflow: hidden;
        }

        .testimonial-wrapper {
            display: flex;
            align-items: flex-start;
        }

        /* Left navigation */
        .testimonial-nav {
            width: 250px;
            flex: 0 0 250px;
            padding-top: 3px;
        }

        .quote-icon {
            width: 40px;
            height: 40px;
            background: #1769e8;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: -1px;
        }

        .quote-icon::before {
    content: "“";
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    transform: translateY(5px);
}

        .slider-arrows {
            display: flex;
            gap: 4px;
        }
        
        .slider-arrow:hover {
            background:#1769e8;
        }

        .slider-arrow {
            width: 40px;
            height: 40px;
            border: 1px solid #aaa;
            background: transparent;
            color: #222;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: .2s ease;
        }

       

        .slider-arrow span {
            font-size: 27px;
            font-weight: 300;
            line-height: 1;
            margin-top: -3px;
        }

        /* Slider */
        


        .testimonial-text {
            margin: 0;
            font-size: 23px;
            line-height: 1.55;
            font-weight: 700;
            letter-spacing: -0.3px;
        }

        .testimonial-text .muted {
            color: #858b92;
        }

        .testimonial-author {
            margin-top: 12px;
        }

        .author-name {
            font-size: 17px;
            line-height: 1.4;
            margin-bottom: 5px;
            font-weight: 400;
        }

        .author-role {
            color: #969ba1;
            font-size: 14px;
            line-height: 1.4;
        }

        /* Slick fade/animation */
        .slick-slide {
            outline: none;
        }

        .slick-track {
            display: flex;
        }

        .slick-slide {
            height: auto;
        }
        
        .grey{
            background:#EDEDED;
        }
        
        .footer-top {
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
        }

        .newsletter {
            min-height: 250px;
            padding: 65px 40px;
            background: #fff;
        }

        .newsletter h2 {
            font-size: 30px;
            font-weight: 400;
            margin-bottom: 35px;
        }

        .email-box {
            display: flex;
            height: 51px;
        }

        .email-box input {
            border: 0;
            background: #f1f1f1;
            padding: 0 25px;
            flex: 1;
            outline: none;
        }

        .email-box input::placeholder {
            font-size: 11px;
            color: #777;
            font-weight: 600;
        }

        .email-box button {
            width: 63px;
            border: 0;
            background: #2167df;
            color: #fff;
            font-size: 24px;
        }

        .social-area {
            background: #d1d3d4;
            min-height: 250px;
        }

        .social-box {
            height: 250px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-left: 1px solid rgba(255,255,255,.5);
            font-size: 29px;
            color: #000;
        }
        .white-logo{
            display:none;
        }
        .logo-box:hover {
                background: #1964E6;
        }
        
        .logo-box:hover .white-logo{
            display:block;
        }
        .logo-box:hover .color-logo{
            display:none;
        }

        .footer-middle {
            min-height: 185px;
            border-bottom: 1px solid #ddd;
        }

        .footer-links {
            padding: 55px 40px;
        }

        .footer-links a {
                position: relative;
            color: #222;
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: .5px;
            margin-right: 30px;
            margin-bottom: 25px;
            display: inline-block;
        }
.address {
    padding: 40px;
}
        .company-info {
            border-left: 1px solid #ddd;
            /*padding: 55px 40px;*/
        }

        .company-info h5 {
            font-size: 17px;
            font-weight: 400;
            margin-bottom: 10px;
        }

        .company-info p {
            font-size: 14px;
            line-height: 1.6;
            margin: 0;
        }

        .footer-bottom {
            background: #2167df;
            color: #fff;
        }
.footer-bottom p {
    padding: 20px 0;
}
        .footer-bottom  > .row {
            
            padding: 0 42px;
        }

        .footer-bottom p,
        .footer-bottom a {
            margin: 0;
            color: #fff;
            font-size: 12px;
            text-decoration: none;
        }
        
        
       
        .article-card {
            background: #f1f1f1;
            height: 400px;
            overflow: hidden;
        }

        /* First featured card */
        .featured-card {
            display: flex;
        }

        .featured-image {
            width: 55%;
            height: 100%;
            object-fit: cover;
        }

        .featured-content {
            width: 45%;
            padding: 22px 26px;
            display: flex;
            flex-direction: column;
        }

        .date {
            font-size: 10px;
            font-weight: 600;
            color: #777;
            margin-bottom: 10px;
            letter-spacing: .3px;
        }

        .article-title {
            font-size: 16px;
            line-height: 1.35;
            font-weight: 700;
            color: #111;
            margin-bottom: 18px;
        }

        .article-description {
            font-size: 13px;
            line-height: 1.5;
            font-weight: 600;
            color: #222;
        }

        .read-more {
            margin-top: auto;
            font-size: 10px;
            font-weight: 700;
            color: #111;
            text-decoration: underline;
            text-underline-offset: 3px;
            margin-left:0;
        }

        /* Normal cards */
        .normal-card {
            display: flex;
            flex-direction: column;
        }

        .normal-card .card-image {
            width: 100%;
            height: 225px;
            object-fit: cover;
        }

        .normal-card .card-content {
            padding: 27px 27px 20px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .normal-card .article-title {
            font-size: 14px;
            font-weight: 500;
            line-height: 1.55;
        }
        .connect_wrapper{
            background:#000;
        }
        
      .connect_wrapper a {
    color: #ffffff94;
    text-decoration: none;
    margin: 0px 0px;
    padding: 10px;
    font-size: 14px;
}

.social-icon {
  width: 24px;
  height: 24px;
  color: #000;
}
.nav-link:hover:before, 
.footer-links a:hover:before{
    width: 100%;
}
.nav-link:hover {
    color:rgb(25, 100, 230);
}
.nav-link:before, .footer-links a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    background: rgb(25, 100, 230);
    height: 1px;
    right: 0;
    transition: all .5s ease-in-out;
}

.social-box:hover{
    background:#1964E6;
}
.social-box:hover svg path {
    fill:#fff
}
.social-box:hover svg rect,
.social-box:hover svg circle{
    fill:#fff
}
.social-box:hover svg{
        transform: scale(1.4);
}
.social-box svg {
    width: 34px;
    height: auto;
    transition: all ease-in-out 0.5s;
}
  .connect_wrapper a:hover {
      color:#fff;
  }
  
.custom_modal .modal-content{
    border-radius: 0;
    border: none;
}

.custom_modal .modal-header {
    position: absolute;
    right: -35px;
    top: 6px;
    border-radius: 0 !important;
    /* color: #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.custom_modal .modal-header button:hover{
    background: #000 url(../images/cross-white.svg);
     background-repeat: no-repeat;
}
.custom_modal .modal-header button {
    background: #2167df url(../images/cross-white.svg);
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
    left: -2px;
    width: 40px;
    height: 40px;
    opacity: 1;
    background-size: 40% !important;
    background-position: center !important;
    border-radius: 0;
}
.custom_modal h4{
    font-size:30px;
}

.custom_modal .modal-body{
        padding: 40px;
}
.custom_modal .modal-dialog {
    display: flex;
    align-items: center;
    min-height: 100%;
}

.border-right-left {
    border-right:1px solid #ffffff57;
    border-left:1px solid #ffffff57;
}
.iframe {
    width: 100%;
    height: 209px;
    margin-bottom: -7px;
}
.blue-color{
    color:#2FA0FD;
}

.inner-banner{
    height:100vh;
    background-size:cover !important;
    background-repeat:no-repeat !important;
}

.blue-card-about small {
    font-size: 12px;
}

.blue-card-about h3 {
    font-size: 22px;
    padding: 30px 0;
    margin: 0;
}

.blue-card-about p {
        font-size: 14px;
    margin-bottom: 0px;
}
.blue-card-about {
    background: #1764e8;
    color: white;
    border-radius: 14px;
    transition: all 0.4s ease;
    padding: 30px;
    height:100%;
}
.founder .d-flex {
    padding: 10px 20px;
}
.founder:hover img{
    transform:scale(1.1);
}
.founder .founder-name a{
    border: solid 1px #ffffff82;
    padding: 6px;
    border-radius: 5px;
}

.founder .founder-name a svg{
    width: 20px;
    position: relative;
    top: -2px;
    color: #fff;
}

.founder {
    background: #1964E6;
    color: #fff;
}

.approach-card .img-h {
    object-fit:cover !important
}

.approach-card {
    position: relative;
    
    overflow: hidden;
}

/* Dark overlay on the background image */

.approach-icon {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 32px;
    margin-bottom: 16px;
    text-align: center;
    padding-top: 60px;
}
.approach_text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.approach-title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 4px;
}
.approach-title sup {
    font-size: 13px;
    font-weight: 400;
    opacity: 0.7;
}

.approach-subtitle {
    position: relative;
    z-index: 2;
    color: rgba(255,255,255,0.75);
    font-size: 11px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 0;
}

/* Bottom text overlay box */
.approach-overlay {
    position: absolute;
    bottom: 30px;
    left: 0px;
    right:0;
    width: 90%;
    background: rgb(255 255 255 / 22%);
    /* backdrop-filter: blur(2px); */
    padding: 24px;
    z-index: 2;
}

.approach-text {
    color: rgb(255 255 255 / 79%);
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 0;
}

.principles-section {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.principles-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(20,15,10,0.75) 0%, rgba(20,15,10,0.55) 100%);
    z-index: 1;
}

.principles-section .container {
    z-index: 2;
}

.principles-eyebrow {
    color: rgba(255,255,255,0.7);
    font-size: 11px;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
}

.principles-heading {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 20px;
}



.principle-card {
    background: rgba(60,55,50,0.55);
    backdrop-filter: blur(4px);
    padding: 20px;
    height: 100%;
    min-height: 200px;
        position: relative;
}

.principle-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.principle-text {
    color: rgba(255,255,255,0.85);
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: auto;
}

.principle-tag {
    color: rgba(255, 255, 255, 0.55);
    font-size: 10.5px;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 16px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.section-nav-bar {
    background-color: #ececec;
    padding: 14px 0;
    position: sticky;
    top: 70px;
    z-index: 9;
}

.section-nav-links {
    display: flex;
    justify-content: flex-end;
    gap: 32px;
    flex-wrap: wrap;
}
.list-inline-item a svg {
    width:20px;
    height:auto;
}
.section-nav-links a {
    color: #1a73e8;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease;
}

.section-nav-links a i {
    font-size: 12px;
}

.section-nav-links a:hover {
    color: #0d47a1;
    text-decoration: underline;
}
.privacy-policy-section {
    background: #fff;
    font-family: Arial, sans-serif;
}


.top70 {
    margin-top: 70px;
}
.policy-heading {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 32px;
    margin-bottom: 14px;
}

.policy-text {
    font-size: 15px;
    line-height: 1.75;
    color: #444;
    margin-bottom: 14px;
}

.policy-text a {
    color: #1a73e8;
    text-decoration: none;
}
.policy-text a:hover {
    text-decoration: underline;
}

.policy-list {
    margin-bottom: 14px;
    padding-left: 22px;
}

.policy-list li {
    font-size: 15px;
    line-height: 1.75;
    color: #444;
    margin-bottom: 6px;
}

.address a{ 
        color: #000;
    text-decoration: none;
    font-size: 14px;
}
.space-card .overflow-hidden{
        border-radius: 3px;
    }
.space-card:hover {
    background:#1964E6;
    transform: translateY(-5px);
}
.space-card:hover img {
    transform:scale(1.05);
}
.space-card:hover * {
    color:#fff;
}
.space-card {
    background: #f1f1f1;
    border-radius: 5px;
    padding: 16px;
    height: 100%;
    transition: all ease-in-out 0.5s;
}

.space-card img {
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
    display: block;
    margin-bottom: 25px;
}

.space-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.space-card h3 span {
    color: #1964E6;
    font-style: italic;
    font-weight: 600;
}

.space-card p {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin: 0;
}

.partner-support-section {
    background: #f4f4f4;
}

.support-image {
    height: 100%;
    min-height: 515px;
}

.support-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.support-content {
    padding: 80px 8%;
}



.support-description {
    max-width: 620px;
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 28px;
    color: #222;
}

/* Form */

.form-group {
    margin-bottom: 18px;
}

.form-group label {
    display: block;
    font-size: 9px;
    font-weight: 500;
    margin-bottom: 7px;
    color: #333;
}

.form-control {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background: transparent;
    padding: 5px 0;
    height: auto;
    box-shadow: none !important;
    font-size: 14px;
    padding: 20px 0;
}

.form-control:focus {
    border-color: #1268e3;
    background: transparent;
}

textarea.form-control {
    resize: none;
}

.support-btn {
    background: transparent;
    border: 1px solid #777;
    padding: 9px 14px;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
}

.support-btn:hover {
    background: #222;
    color: #fff;
    border-color: #222;
}
.error {
    color: red;
    font-size: 14px;
}

.caret2 {
    background: url(../images/down-arrow.png) no-repeat;
    background-size: 6% !important;
    background-position: right;
}


.who-we-serve {
    background: #fff;
}

.serve-card {
    background: #f1f1f1;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.serve-card > img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.serve-content {
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.serve-category {
    width:100%;
    font-size: 11px;
    color: #999;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-bottom: 6px;
}

.serve-content h3 {
    font-size: 22px;
    margin: 0 0 14px;
    color: #222;
}

.serve-content h3 span {
    color: #1769e8;
    font-style: italic;
    font-weight: 600;
}

.serve-content p {
    font-size: 16px;
    color: #444;
    margin: 0 0 25px;
}

.expert-btn {
    margin-top: auto;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.3px;
    background: transparent;
    transition: all 0.3s ease;
}

.expert-btn:hover {
    background: #222;
    color: #fff;
    border-color: #222;
}

.tread_wrapper .h4{
    font-size:50px;
    margin-bottom:0 !important;
}
.top80 {
    margin-top: 10px;
    padding-top: 150px !important;
}

.add_contact{
        margin-right: 2%;
    margin-left: 10px;
}


@media(min-width:768px){
    .partnership-slider-flex {
    display: flex;
   
}
.partnership-slider-flex .partnership-card p {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
}
.partnership-slider-flex .partnership-slide {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    transition: flex-grow 0.5s ease-in-out;
}

.partnership-slider-flex .partnership-slide.active {
    -webkit-flex-grow:2.5;
    flex-grow: 2.5;
}

.partnership-slide{
    width:100%;
}
}