
        body {
            font-family: 'Poppins', sans-serif !important;

        }
        ::-webkit-scrollbar {
            width: 10px;
          }

          /* Track */
          ::-webkit-scrollbar-track {
            background: #f1f1f1;
          }

          /* Handle */
          ::-webkit-scrollbar-thumb {
            background: #3D89FB;
          }

          /* Handle on hover */
          ::-webkit-scrollbar-thumb:hover {
            background: #3D89FB;
          }
          .poppins-thin {
            font-family: "Poppins", system-ui;
            font-weight: 100;
            font-style: normal;
          }

          .poppins-extralight {
            font-family: "Poppins", system-ui;
            font-weight: 200;
            font-style: normal;
          }

          .poppins-light {
            font-family: "Poppins", system-ui;
            font-weight: 300;
            font-style: normal;
          }

          .poppins-regular {
            font-family: "Poppins", system-ui;
            font-weight: 400;
            font-style: normal;
          }

          .poppins-medium {
            font-family: "Poppins", system-ui;
            font-weight: 500;
            font-style: normal;
          }

          .poppins-semibold {
            font-family: "Poppins", system-ui;
            font-weight: 600;
            font-style: normal;
          }

          .poppins-bold {
            font-family: "Poppins", system-ui;
            font-weight: 700;
            font-style: normal;
          }

          .poppins-extrabold {
            font-family: "Poppins", system-ui;
            font-weight: 800;
            font-style: normal;
          }

          .poppins-black {
            font-family: "Poppins", system-ui;
            font-weight: 900;
            font-style: normal;
          }

          .poppins-thin-italic {
            font-family: "Poppins", system-ui;
            font-weight: 100;
            font-style: italic;
          }

          .poppins-extralight-italic {
            font-family: "Poppins", system-ui;
            font-weight: 200;
            font-style: italic;
          }

          .poppins-light-italic {
            font-family: "Poppins", system-ui;
            font-weight: 300;
            font-style: italic;
          }

          .poppins-regular-italic {
            font-family: "Poppins", system-ui;
            font-weight: 400;
            font-style: italic;
          }

          .poppins-medium-italic {
            font-family: "Poppins", system-ui;
            font-weight: 500;
            font-style: italic;
          }

          .poppins-semibold-italic {
            font-family: "Poppins", system-ui;
            font-weight: 600;
            font-style: italic;
          }

          .poppins-bold-italic {
            font-family: "Poppins", system-ui;
            font-weight: 700;
            font-style: italic;
          }

          .poppins-extrabold-italic {
            font-family: "Poppins", system-ui;
            font-weight: 800;
            font-style: italic;
          }

          .poppins-black-italic {
            font-family: "Poppins", system-ui;
            font-weight: 900;
            font-style: italic;
          }
          .anton-sc-regular {
            font-family: "Anton SC", system-ui;
            font-weight: 400;
            font-style: normal;
          }

        .text-capitalize{
            text-transform: capitalize !important;
        }


        .card {
            background-color: white;
            border-radius: 16px;
            box-shadow: 0px 3.89px 80.76px 0px #4055B240;


            padding-bottom: 38px;
            padding-top: 10px;
        }

        .card1 {
            background-color: white;
            border-radius: 4px;
            box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
            padding-bottom: 38px;
            padding-top: 10px;
        }

        .navbar .navbar-nav .nav-link {
            color: #000000;
            font-size: 1.1em;
            padding: 6px;
        }

        .navbar {
            padding: 17px 0;
        }

        .navbar-toggler:focus {
            outline: none;
            box-shadow: none;
        }

        .navbar-toggler:active {
            outline: none;
            box-shadow: none;
        }

        .navbar-toggler {
            border: none;
            padding: 0;
        }

        .navbar .navbar-nav .nav-link:hover {
            color: #808080;
        }

        .navbar-logo-centered .navbar-nav .nav-link {
            padding: .5em 1em;
        }

        .custom-padding {
            padding: 0 3px;
        }

        .navbar .navbar-nav .nav-link {
            font-size: 16px;
            color: #000000;
        }

        .navbar .navbar-nav .nav-link:hover {
            color: #000000;
        }

        .logo-padding {
            padding: 0px;
        }



        @media (max-width: 992px) {
            .navbar {
                padding: 10px;
            }

            .navbar .navbar-nav .nav-link {
                padding: 10px 0px;
            }
        }

        .offcanvas-header {
            padding: 0 0 20px 0;

        }

        /* Buisness LiNES */

        .business-lines h2 {
            margin-top: 100px;
            font-weight: 700;
            font-size: 35px;
            text-align: center;
            color: #2D3134;
        }

        .business-lines p {
            font-weight: 500;
            font-size: 16px;
            text-align: center;
            color: #2D3134;
        }

        .wrapper {

            position: relative;
        }

        .wrapper i {
            top: 50%;
            height: 50px;
            width: 50px;
            cursor: pointer;
            font-size: 1.25rem;
            position: absolute;
            text-align: center;
            line-height: 50px;
            background: #fff;
            border-radius: 50%;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
            transform: translateY(-50%);
            transition: transform 0.1s linear;
        }

        .wrapper i:active {
            transform: translateY(-50%) scale(0.85);
        }

        .wrapper i:first-child {
            left: 20px;
            z-index: 1;
            border: 1px solid;
            box-shadow: none;
            border-color: #2D3134;
        }

        .wrapper i:last-child {
            right: 20px;
            border: 1px solid;
            box-shadow: none;
            border-color: #2D3134;

        }

        /* .wrapper .carousel {
            display: grid;
            grid-auto-flow: column;
            grid-auto-columns: calc((100% / 3) - 12px);
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            gap: 16px;
            border-radius: 8px;
            scroll-behavior: smooth;
            scrollbar-width: none;
            padding: 0;
        } */

        /* .carousel::-webkit-scrollbar {
            display: none;
        }

        .carousel.no-transition {
            scroll-behavior: auto;
        }

        .carousel.dragging {
            scroll-snap-type: none;
            scroll-behavior: auto;
        } */

        /* .carousel.dragging .card {
            cursor: grab;
            user-select: none;
        } */

        /* .carousel :where(.card, .img) {
            display: flex;
            justify-content: start;
            align-items: center;
        } */

            /* .carousel .card {
                scroll-snap-align: start;
                height: 363px;
                list-style: none;
                background: #fff;
                cursor: pointer;
                padding: 20px;
                flex-direction: column;
                border-radius: 16px;
            } */
/*
        .carousel .card .img {
            width: -webkit-fill-available;
            height: 180px;
        } */

        .card .img img {
            width: -webkit-fill-available;
            height: 180px;
        }

        /* .carousel .card h2 {
            font-weight: 700;
            font-size: 18px;
            margin: 19px 0 13px;
            color: #193762;

        } */

        /* .carousel .card span {
            color: #2D3134;
            font-size: 16px;
            text-align: center;
        } */
/*
        @media screen and (max-width: 900px) {
            .wrapper .carousel {
                grid-auto-columns: calc((100% / 2) - 9px);
            }
        }

        @media screen and (max-width: 600px) {
            .wrapper .carousel {
                grid-auto-columns: 100%;
            }
        } */

        .slider2-margin {
            margin-top: 20px;
            margin-bottom: 60px;
        }


        /* who we are , about us */

        .about-container {
            background-color: #193762;
            padding: 60px 0;
        }

        .about-container h5,
        h3,
        a {
            color: #fff;
        }

        .about-container h3 {
            font-weight: 800;
            font-size: 35px;
            margin-bottom: 35px;
        }

        .about-container h4 {
            font-weight: 700;
            font-size: 32px;
            margin-bottom: 28px;

        }

        .about-container h5 {
            font-weight: 700;
            font-size: 18px;
        }

        .about-container p {
            font-weight: 400;
            font-size: 16px;
        }

        .about-berger-p {
            margin-bottom: 75px;
        }

        .about-woman {
            width: -webkit-fill-available;
        }

        .about-berger-row {
            margin-bottom: 65px;
        }

        .paint-colors {
            color: #000000;
            background-color: #fff;
            padding: 10px 22px;
            text-decoration: none;
            border-radius: 4px;
        }

        .who-we-are-padding {
            padding-top: 80px;
        }

        .login-button {
            background-color: #000000;
            color: rgb(255, 255, 255);
            border: none;
            padding: 0;
            font-size: 16px;
            border-radius: 0x;
            transition: background-color 0.3s ease;
        }

        .about-button {
            background-color: #4055b2;
            color: white;
            border: none;
            padding: 12px 30px;
            font-size: 16px;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        .join-button {
            background-color: transparent;
            color: #4055b2;
            border: 1px solid #4055b2;
            padding: 12px 30px;
            font-size: 16px;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        .login-button:hover {
            background-color: #000000;
        }
        .login-button:focus {
            outline: none;
            /* Remove default outline */
            box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.5);
            /* Add custom outline */
        }

        .navbar-nav {
            width: 100%;
            justify-content: center;
        }
        #content {
            display: none;
            padding-left: 2.7rem;
        }
        #content1 {
            display: none;
            padding-left: 2.7rem;
        }

        #content2{
            display: none;
            padding-left: 2.7rem;
        }

        #content3 {
            display: none;
            padding-left: 2.7rem;
        }

        #content4 {
            display: none;
            padding-left: 2.7rem;
        }

        #content5 {
            display: none;
            padding-left: 2.7rem;
        }
 #svg1{
    cursor: pointer;
 }
 #svg2{
    cursor: pointer;
    display: none;
 }
 #svg11{
    cursor: pointer;
 }
 #svg12{
    cursor: pointer;
    display: none;
 }
 #svg21{
    cursor: pointer;
 }
 #svg22{
    cursor: pointer;
    display: none;
 }
 #svg31{
    cursor: pointer;
 }
 #svg32{
    cursor: pointer;
    display: none;
 }
 #svg41{
    cursor: pointer;
 }
 #svg42{
    cursor: pointer;
    display: none;
 }
 #svg51{
    cursor: pointer;
 }
 #svg52{
    cursor: pointer;
    display: none;
 }
 .Reveal-grid-footer {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.5rem;
    border-top: 1px solid #e3e3ea;
}
.Reveal-grid-footer-flex {
    flex: 1;
}
.Reveal-grid-footer-last a {
    padding: 0 18px;
    height: 34px;
    display: flex;
    align-items: center;
    background: transparent;
    color: #ea1b41;
    border-radius: 50px;
    font-size: 14px;
    font-weight:500;
    border: 1px solid #ea1b41;
	transition:all ease 0.4s;
}
.Reveal-grid-footer-last a:hover, .Reveal-grid-footer-last a:focus{
    background:#ea1b41;
    color: #ffffff !important;
    border: 1px solid #ea1b41;
}

.Reveal-listing-footer-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
	text-align: left;
    padding:1.5rem;
}
.Reveal-listing-footer-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 1rem 1.5rem;
    border-top: 1px dashed #e8edfb;
}
.Reveal-adventure-grid.property-2 .listing-footer-wrapper{
	padding:0.5rem 1rem;
	border-top: 1px solid #e5e9ec;
	width: 100%;
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.Reveal-adventure-grid.property-2 .listing-footer-wrapper .listing-like{
	flex:1;
	color:#0ac1a7;
}
.author-box-footer ul {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ecedf3;
}
.author-box-footer ul li {
    display: inline-block;
    width: 49.2%;
    font-size: 15px;
    text-align: center;
    padding: 12px 0;
    line-height: 1.4;
    font-weight: 700;
    color: #343948;
}
.author-box-footer ul li:first-child {
    border-right: 1px solid #ecedf3;
}
.author-box-footer ul li span {
    display: block;
    font-weight: 400;
}
.blog-footer-social .list-inline.social li {
    padding: 0;
}
.drop-footer {
    padding: 1rem;
    border-top: 1px solid #e4e8ef;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.drop-footer .clear-filt {
    flex: 1;
    font-weight:500;
    font-size:20px;

}
footer.dark-footer{
	/* background:#191f2b; */
}
footer.skin-dark-footer h4 {
    color: #ffffff;
    text-transform: uppercase;
}
footer.skin-dark-footer .footer-widget ul li a, footer.skin-dark-footer, footer.skin-dark-footer a{
    color:rgba(245,255,255,0.6);
	font-size: 14px;
	transition:all ease 0.4s;
}
footer.skin-dark-footer .footer-widget ul li a:hover, footer.skin-dark-footer .footer-widget ul li a:focus{
    color:black;
}
footer.skin-dark-footer ul.footer-bottom-social li a {
    color: rgba(255,255,255,0.6);
    font-size: 17px;
}
footer.skin-dark-footer ul.footer-bottom-social li a:hover, footer.skin-dark-footer ul.footer-bottom-social li a:focus{
	color:black;
	opacity:1;
}
.skin-dark-footer .f-newsletter .form-control {
    border: 2px solid #9ea6ba;
}
.skin-dark-footer .form-control::-webkit-input-placeholder{color:#9ea6ba;}
.skin-dark-footer .form-control:-ms-input-placeholder{color:#9ea6ba;}
.skin-dark-footer .form-control::placeholder{color:#9ea6ba;}
.footer-widget {
    padding: 50px 0;
}
footer.skin-dark-footer h4 {
    color: #000000;
    text-transform: uppercase;
}
h4.widget-title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
}
.footer-widget ul {
    padding: 0;
    margin: 0;
}
.menu__list, .nav-dropdown, .nav-menu, ul {
    list-style: none;
}
.footer-widget ul li {
    list-style: none;
    margin-top: 18px;
    display: block;
}
footer.skin-dark-footer .footer-widget ul li a, footer.skin-dark-footer, footer.skin-dark-footer a {
    color: black;
    font-size: 14px;
    transition: all ease 0.4s;
}
a {
    color: #2D3954;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.custom-container{max-width: 1640px;}
@media screen and (max-width: 1720px) {
  .custom-container{max-width: 1440px;}
}
@media screen and (max-width: 1599px) {
  .custom-container{max-width: 1340px;}
}
@media screen and (max-width: 1440px) {
  .custom-container{max-width: 1199px;}
}
@media screen and (max-width: 1299px) {
  .custom-container{max-width: 1150px !important;}
}
@media screen and (max-width: 1199px) {
  .custom-container{max-width: 970px !important;}
}
@media screen and (max-width: 991px) {
  .custom-container{max-width: 930px !important;}
}
@media screen and (max-width: 767px) {
  .custom-container{max-width: 700px !important;}
}
.hero-banner{ background-image: url('../img/hero banner bg.png');height: 100vh;background-position: top;background-size: cover;background-repeat: no-repeat;}
.hero-banner h1{font-size: 60px;width: 600px;}
.email-subscription-div{background-color: #042654;}
#emailSubscriptionForm{width: 60%;}
#emailSubscriptionForm input{width: 330px;height: 45px; border-color: #fff;border: 1px solid #fff !important;background-color: transparent;border-radius: 0;}
#emailSubscriptionForm button{height: 45px; background-color: #fff;color: #042654;border: 1px solid #fff;}
#emailSubscriptionForm p{white-space: nowrap;color: #042654;background-color: #fff;padding: 10.5px 0;}
/* .how-can-i-help-div {background-image: url('../img/vertical\ star\ lines\ bg.png');background-position: bottom;background-size: cover;background-repeat: no-repeat;} */
.how-can-i-help-div h2{width: 80%;color: #042654;font-size: 40px;}
.help-form{width: 80%;}
.help-form p{background-color: #042654;border-top-left-radius: 15px;border-top-right-radius: 15px;}
.help-form form{border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;}
.help-form input{background-color: transparent;}
.vertical-lines-bg{background-image: url('../img/vertical\ star\ lines\ bg.png');background-position: top;background-size: cover;background-repeat: no-repeat;}
.discover-oportunity-section{background-image: url('../img/blue\ mesh\ bg.png');background-position: center;background-size: cover;background-repeat: no-repeat; }
.discover-oportunity-section h2{font-size: 40px;width: 85%;}
.progress-img-col{text-align: right;}
.grow-network-main-section{background-image: url('../img/spiderweb\ bg.png');background-position: center;background-size: cover;background-repeat: no-repeat;}
.front-pages-btn{padding: 7px 15px !important;color: #fff;background-color: #042654;border-radius: 0;width: max-content;}
.front-pages-btn:hover{color: #fff;}
.grow-network-main-section h2{color: #042654;font-size: 40px;}
.stats-section{padding: 6rem 0; background-image: url('../img/blue\ mesh\ bg.png');background-position: center;background-size: cover;background-repeat: no-repeat;}
.stats-container{padding: 0 3%;}
.grow-network-section h2{color: #042654;font-size: 40px;}
.grow-network-section{background-image: url('../img/spiderweb\ bg.png');background-position: center;background-size: cover;background-repeat: no-repeat;}
.discover-oportunities-section h2{color: #042654;font-size: 40px;}
.discover-oportunities-section{background-image: url('../img/spiderweb\ bg.png');background-position: center;background-size: cover;background-repeat: no-repeat;}
.map-section{background-image: url('../img/blue\ mesh\ bg.png');background-position: center;background-size: cover;background-repeat: no-repeat;}
.blogs-meta{border-radius: 33px; background-color: #042654;margin-top: -9rem;z-index: 1000;position: relative;padding: 40px;}
.our-blogs-section h2{font-size: 40px;color: #042654;margin: 20px 0 30px 0;}
/* .testimonials-boxes{border: 1px solid;border-image-slice: 1;border-image-repeat: round;box-shadow: 8px 11px 28px -4px #00000015 !important;border-image-source: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200%20H%205.5%20V%201%20H%201%20V%205.5%20H%200%20V%200%22%20fill%3D%22rgb(0%2C0%2C0)%22%20%2F%3E%3Cpath%20d%3D%22M20%200%20V%205.5%20H%2019%20V%201%20H%2014.5%20V%200%20H%2020%22%20fill%3D%22rgb(0%2C0%2C0)%22%20%2F%3E%3Cpath%20d%3D%22M20%2020%20H%2014.5%20V%2019%20H%2019%20V%2014.5%20H%2020%20V%2020%22%20fill%3D%22rgb(0%2C0%2C0)%22%20%2F%3E%3Cpath%20d%3D%22M0%2020%20V%2014.5%20H%201%20V%2019%20H%205.5%20V%2020%20H%200%22%20fill%3D%22rgb(0%2C0%2C0)%22%20%2F%3E%3C%2Fsvg%3E");} */
.slick-next:before, .slick-prev:before{    padding: 9px 21px 18px 21px;border-radius: 37px;background-color: #042654;color: #fff;margin-left: -14px;}
/*
.sliding-box {
    border-top: 2px dashed #8E8D93;
    border-left: 2px dashed #8E8D93;
    border-right: 2px dashed #8E8D93;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px;
    position: relative;
    box-shadow: 8px 11px 28px -4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.sliding-box::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 30px;
    background-color: #fff;
    border-top: 2px dashed #8E8D93;
    border-left: 2px dashed #8E8D93;
    border-right: 2px dashed #8E8D93;
    border-bottom: none;
    border-left: none;
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
} */
a:has(.testimonials-content) {
    text-decoration: none !important;
}
.testimonials-content{
    padding-top: 70px;
    text-decoration: none !important;
    padding-left: 20px;
    padding-right: 20px;
}
.testimonials-slider{background-image: url('../img/1d\ map\ bg.png');background-position: center;background-size: contain;background-repeat: no-repeat;}
.navbar-nav{width: max-content;}
.navbar-expand-lg .offcanvas{flex-grow: 0 !important;}
.linkedin-icon{margin-left: -18px;}
.insta-icon{margin-left: -18px;}
.sections-padding{padding: 70px 10px !important;}


.footer-bottom{background-color: #042654;}
.footer{background-color: #000000;}

.slick-slide {
    margin: 0 27px;
}

/* the parent */
.slick-list {
    margin: 0 -27px;
}
.nav-link.active{border-bottom: 3px solid #3D89FB ;padding: 6px 0 !important;margin-right: 8px; border-left: 0; border-right: 0;border-top: 0;}












@media(max-width:991px){
    .hero-banner h1{font-size: 25px;width: 100% !important;}
    .hero-banner p{width: 80% !important;}
    #emailSubscriptionForm{width: 100%; gap: 15px;flex-direction: column !important;}
    #emailSubscriptionForm button{margin-left: 0 !important;}
    .discover-oportunity-section h2{width: 100% !important;}
    .progress-img-col{text-align: center !important;}
    .progress-img-col img{margin-top: 20px;}
    .how-can-i-help-div h2{width: 100% !important;}
    .grow-network-main-section img{margin-top: 20px;}
    .grow-network-section img{margin-top: 20px;}
    .discover-oportunities-section img{margin-top: 20px;}
    .stats-container{padding: 0 !important;}
    .index-h2{font-size: 30px !important;}
    .index-h3{font-size: 27px !important;}
    .sections-padding{padding: 40px 10px !important;}
    #emailSubscriptionForm input{width: 100%;}
}



