@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Medium.woff2') format('woff2'),
        url('Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Gotham';
    src: url('Gotham-Medium.woff2') format('woff2'),
        url('Gotham-Medium.woff') format('woff');
    font-weight: 400;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

input {
    background-color: transparent;
    border: none;
}

input:focus {
    box-shadow: unset;
}

.blue-cta {
    background-color: #143450;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    border-radius: 60px;
    padding: 20px 40px;
    display: inline-block;
    border: 1px solid #143450;
}

.blue-cta:hover {
    background-color: #fff;
    color: #143450;
}

footer {
    background-color: #000;
}

footer .footer_1 {
    max-width: 1437px;
    margin: auto;
    padding: 88px 0px;
    border-bottom: 1px solid #FFFFFF1F;
    position: relative;
}

.counter-box {
    padding-bottom: 60px;
}

footer .footer_1 .abs {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

img {
    width: 100%;
}

footer h6 {

    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 17px;
}

.footer_2 ul {
    margin-bottom: 0px;
    padding-left: 0px;
}

.footer_2 ul li a {

    font-weight: 400;
    font-size: 16px;
    line-height: 46px;
    color: #fff;
}

.footer_2 .ul-2 i {
    margin-right: 12px;
}

.pft {
    padding-top: 98.26px;
    padding-bottom: 150PX;
}

.footer_2 {
    display: flex;
    justify-content: space-between;
    padding-right: 66px;
    border-right: 1px solid #FFFFFF1F;

}

.ul-3 .infos .info {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    margin-bottom: 30px;
    align-items: baseline;
}

.ul-3 .infos .info .qnts {
    font-family: Montserrat;
    font-weight: 700;
    line-height: 100%;
    flex: 0 0 73px;
    margin-right: 21px;
}

.ul-3 .infos .info .ans {
    flex: 0 0 281px;
}

.ul-3 {
    flex: 0 0 375px;
}

.footer_3 p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    max-width: 368px;
}

.ul-3 .infos .info .ans a {
    color: #fff;
}

.email-footer {
    border: 1px solid #FFFFFF4D;
    border-radius: 160px;
    position: relative;
    height: 55px;
}

.email-footer input[type="email"] {
    padding: 13.5px 20px;
    color: #DFDFDF;
    width: 90%;
}

.email-footer input[type="email"]::placeholder {
    line-height: 28px;

}

.email-footer input[type="email"]:focus {
    outline: unset;
}

.email-footer button {
    position: absolute;
    content: "";
    background-color: #fff;
    border: none;
    height: 40px;
    width: 50px;
    border-radius: 160px;
    top: 50%;
    right: 0%;
    transform: translate(-7px, -50%);
}

.email-footer {
    border: 1px solid #FFFFFF4D;
    border-radius: 160px;
    position: relative;
    height: 55px;
    margin-top: 28.56px;
}

.footer_4,
.footer_5 {
    padding: 42px 0px;
}

.footer_4 {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}

.brdr-t-b {
    border-bottom: 1px solid #FFFFFF1F;
    border-top: 1px solid #FFFFFF1F;
}

.footer_5 a {
    line-height: 26px;
    color: #fff;
    margin-left: 46px;
}

.footer_5 {
    text-align: end;
}

.email-footer button img {
    width: 29px;
    transform: rotate(-4deg);
}



/* how it works */
.it_works {
    padding-top: 100px;
}

.it_works h2 {
    line-height: 100%;
    text-align: center;
    margin-bottom: 14px;
    color: #000;
}

.it_works p {
    max-width: 866px;
    margin: auto;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 41px;
}

.step p {
    max-width: 380px;
    margin-left: 0;
}

.step .step_1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.step .step_1 .img-out .img-step {
    width: 40px;
}

.step .step_1 .img-out {
    background-color: #1434501A;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step .step_1 .step-no {
    font-size: 80px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #e7ebed;
    line-height: 100%;
}

.step:hover .step-no {
    -webkit-text-stroke: 1px #2b4862;
    /* -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; */
}

.step h6 {
    margin-bottom: 11px;
    max-width: 335px;
    color: #000;
}

.step p {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 0px;
}

.step {
    border: 1px solid #D9D9D9;
    border-radius: 25px;
    padding: 37px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.step:hover {
    background-color: #143450;

}

.step:hover h6,
.step:hover p {
    color: #fff;
}


.step:hover .step_1 .img-out {
    background-color: #fff;
}




/* dropdown */
.dropdown-list {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 100;
    top: calc(100% - 20px);
}

.dropdown-list div {
    padding: 10px;
    cursor: pointer;
}

.dropdown-list div:hover {
    background: #f0f0f0;
}

.show {
    display: block;
}

.form-steps {
    position: relative;
    margin-bottom: 20px;
    width: 300px;
}

/*  end*/
form.industrial-form {
    max-width: 750px;
    margin: auto;
}

.form-group input:focus {
    outline: unset;
}

.form-group input {
    width: 100%;
}

.industrial-form input::placeholder {
    font-size: 16px;
    line-height: 30px;
    color: #6A6969;
}

.industrial-form input {
    padding: 17px 20px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background-color: transparent;
    margin-bottom: 20px;
    height: 100%;
    font-family: Gotham;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #6A6969;
}

a.cta-1:hover {
    background-color: #143450cc;
}

/* date */
#dateInput {
    display: none;
    margin-top: 20px;
}

.last-group [type="radio"]:checked,
.last-group [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.last-group [type="radio"]:checked+label,
.last-group [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.last-group [type="radio"]:checked+label:before,
.last-group [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #143450;
    border-radius: 100%;
    background: #fff;
}

.last-group [type="radio"]:checked+label:after,
.last-group [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #143450;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.last-group [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.last-group [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.arrows {
    position: relative;
}

.arrows::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-100%);
    color: rgba(156, 156, 156, 1);
    transition: transform 0.3s ease;
    pointer-events: none;
    /* background-color: #143450; */
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
#dateInput label {
    margin-bottom: 5px;
}
.rotate::after {
    transform: translateY(-100%) rotate(180deg);
}

.industrial-form button {
    background-color: transparent;
    border: none;
    width: 100%;
}

.industrial-form button a {
    color: #fff;
    width: 100%;
    display: inline-block;
}

.industrial-form span {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    margin-top: -5.5px;
    color: #000;
    margin-bottom: 10px;
    display: block;
}

.last-group p {
    margin-bottom: 20px;
}

.last-group p label {
    font-size: 16px;
    line-height: 100%;
    color: #333333;

}

.last-group button {
    margin-top: 27px;
}

.investment p:nth-child(1) {
    font-size: 20px;
    line-height: 30px;
}

.investment p:first-of-type {
    font-size: 20px;
    line-height: 30px;
    max-width: 682px;
    margin: 14px auto 42px auto;
}

.investment h2 {
    max-width: 619px;
    margin: auto;
    text-align: center;
    color: #000;
}

.last-group p {
    margin: 0px 0px 20px 0px !important;

}

input#exchangeDate {
    margin-bottom: 0px;
}

section.trusted .slick-list.draggable {
    padding: 0 !important;
}

.trusted {
    background-color: #143450;
}

.trusted h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
}

.trusted p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    max-width: 966px;
    margin: auto;
    margin-bottom: 45px;
}

.box-slide {
    /* box-shadow: 0px 5px 30px 2px #00A6F91A inset; */
    border: 1px solid #FFFFFF1A;
    border-radius: 25px;
    padding: 29px 36px 37px 40px;
}

section.trusted .slick-slide {
    margin: 0px 15px;
}

.box-slide p {
    max-width: 495px;
    font-size: 18px;
    line-height: 30px;
    margin: unset;
    text-align: left;
}

.box-slide .box-info {
    border-top: 1px solid #FFFFFF1A;
    margin-top: 25px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-info p {
    line-height: 26px;
}

.box-info p span {
    font-weight: 500;
    display: block;
}

.box-info .info-img {
    width: 60px;
    height: 60px;
}


.sldr {
    margin-bottom: 31px;
}

.sldr-2 {
    margin-bottom: 0px;
}

.sldr-2 .box-slide p {
    text-align: end;
}

.industrial_outdoor_1 {
    width: 100%;
}

section.distribution .industrial_outdoor_2 {
    padding-left: 36px;
    padding-top: 86px;
    padding-bottom: 86px;
}

.industrial_outdoor_2 {
    padding-left: 36px;
}

.distribution_1 {
    height: 100%;
}

.privacy_hd h2 {
    color: #000;
}

.distribution_1 img {
    height: 100%;
    object-fit: cover;
}

.industrial_outdoor_2 h2 {
    line-height: 100%;
    margin-bottom: 15px;
    color: #000;
}

.industrial_outdoor_2 p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 18px;
}

.industrial_outdoor_2 h6 {
    font-family: Helvetica;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
}

.industrial_outdoor_2 ul {
    margin-bottom: 0px;
}

.uls ul {
    margin-bottom: 0px;
}

.uls ul li {
    position: relative;
}

.uls ul li::after {
    position: absolute;
    top: 50%;
    left: -24px;
    content: url(../images/right.png);
    width: 16px;
    height: 16px;
    transform: translateY(-90%);
}

.industrial_outdoor_2 .btn-holder {
    margin-top: 31px;
}

.industrial_outdoor_3 {
    padding-left: 0px;
}

.industrial_outdoor_4 {
    padding-left: 36px;
}


.uls li {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 9px;
}

.uls li:last-of-type {
    padding-bottom: 0px;
}

.industrial_outdoor_3 h2 {
    max-width: 685px;
}

/* next sec distribution */
.distribution_1 {
    width: 100%;
}


section.distribution {
    background-color: #143450;
    overflow: hidden;
}

.distribution_2 h2 {
    line-height: 66px;
    color: #fff;
    max-width: 564px;
    margin-bottom: 5px;
}

.distribution_2 p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    max-width: 690px;
}

.distribution_2 h6 {
    color: #fff;
}

.distribution_2 .uls {
    color: #fff;
}

.distribution_2 .uls ul li::after {
    filter: brightness(0) invert(1);

}

.distribution_2 a.cta-1 {
    background-color: #fff;
    color: #143450;
}



.cta-2 {
    font-size: 18px;
    padding: 21px 39.5px;
}




/*  section  05-About */

.distribution_2 .small-p {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 16px;
}

.focused .uls li {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 31px;
    max-width: 605px;
}

.focused .uls li span {
    font-weight: 500;
    font-size: 20px;
}

.focused .uls li:last-of-type {
    padding-bottom: 0px;
}

.focused .uls ul li::after {
    top: 0%;
    transform: translateY(10%);
}

/* .growth */
.growth h2 {
    color: #000;
    max-width: 710px;
    text-align: center;
    margin: auto;
    margin-bottom: 5px;
}

.growth_info {
    max-width: 1200px;
    margin: auto;
}

.growth_info p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.growth_info p:last-of-type {
    margin-bottom: 0px;
}

section.growth {
    padding-bottom: 70px;
}





/* date - 12/03/2025 */


/* about */
.focused p {
    margin-bottom: 15px;
}

.focused h6 {
    margin-bottom: 19px;
}

/* end */



/* inner-banners classs */
.inner-banner .bnnr_hd {
    margin: auto;
}

.inner-banner h6,
.inner-banner h1 {
    text-align: center;
}

.inner-banner h6 {
    margin-bottom: 17px;
}

.inner-banner h1 {
    max-width: 799px;
    margin: auto;
}

.inner-banner {
    height: 650px;
    padding: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* video of banner */
.banner-video {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
}

.industrial_outdoor_2 a.white-cta {
    border: 1px solid #fff !important;
}




/* 13march */

/* properties page css */

.navs-bar-1 p {
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 0px;
}

.navs-bars-2 {
    display: flex;
    justify-content: space-between;
}

.selc label {
    font-weight: 500;
    line-height: 100%;
}

.selc input.dropdown-input {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 12px;
    max-width: 130px;
}

.selc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 13.77px;
}

.selc .arrows::after {
    transform: translateY(-50%);
}

.selc .rotate::after {
    transform: translateY(-50%) rotate(180deg);
}

.selc input.dropdown-input::placeholder {
    line-height: 100%;
}

.selc .dropdown-list {

    top: 100%;
}

.navs-conatiner {
    padding: 13px 20px 15px 20px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9
}



/* tabs- maps */

.tab-andmaps {

    padding-top: 50px;
}

.content-tab-1 {
    border-radius: 15px;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}

.tabs-contaent {
    display: flex !important;
    /*     justify-content: space-between; */
    align-items: center;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #D9D9D9;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.content-tab-2 h6 {
    color: #000;
    max-width: 100%;
    font-size: 22px;
    line-height: 1.3;
}

.content-tab-2 .adds img {
    max-width: 18px;
}

.content-p.contnt_p_slick .slick-arrow {
    background-color: #143450 !important;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border-radius: 50%;
    position: absolute;
    z-index: 99;
}

.founder-content {
    max-width: 1185px;
    margin: auto;
    text-align: center;
    padding-top: 30px;
}

.founder-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #333333;
}

.content-tab-2 .adds p {
    font-size: 18px;
    line-height: 100%;
    color: #333333;
    margin-bottom: 0px;
}

.content-tab-2 .adds {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 8px;
    margin-bottom: 19px;
}

.content-tab-2 p {
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 0px;
}

.content-tab-2 p span {
    font-weight: 700;
    color: #000;
}

.contnt_p_slick .slick-track {
    display: flex !important;
}

.content-p.contnt_p_slick .slick-slide {
    height: auto !important;
}

.content-p.contnt_p_slick .slick-slide>div {
    height: 100% !important;
}

.tabs-contaent {
    height: 100%;
}

.tabs-container.ajx_prp_rslt {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* tab-conater */

.tab-buttons {
    display: flex;
    gap: 14px;
    margin-top: 52px;
    justify-content: center;
}

.tab-buttons button {
    padding: 10px 15px;
    border: none;
    background: lightgray;
    cursor: pointer;
}

.tab-buttons button.active {
    background: #143450;
    color: white;
}

.tabs-content {
    border: 1px solid #ccc;
    padding: 15px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* .content-p {
   
    display: none; 
  
}
.content-p.active {
    display: block; 
} */

.content-tab-2 {
    width: 100%;
    max-width: 100%;
}

.content-tab-1 img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

/* button */


.tab-buttons button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #D9D9D9;
    font-size: 20px;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-buttons button:first-of-type img,
.tab-buttons button:last-of-type img {
    width: 15px;
    height: 15px;

}

.tab-buttons button:last-of-type img {
    transform: rotate(180deg);
}

.tab-buttons button:last-of-type:hover,
.tab-buttons button:first-of-type:hover {
    background: #143450;
}

.tab-buttons button:last-of-type:hover img,
.tab-buttons button:first-of-type:hover img {
    filter: brightness(0) invert(1);
}


.iframe-map iframe {
    border-radius: 15px;
    filter: grayscale(100%) contrast(90%);
}

.maps-ind {

    width: 100%;

    padding-left: 51px;
}

header a.white-cta {
    padding: 22px 36px;
}


/* .features_head  */

.features_head h6 {
    font-size: 22px;
    line-height: 100%;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.features_head h2 {
    color: #fff;
    text-align: center;
    max-width: 954px;
    margin: auto;
    margin-bottom: 83px;
}

.inner-info_features .features_img img {
    width: 44px;
}

.features_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #FFFFFF1A;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 26px;
}

.inner-info_features h6 {
    color: #fff;
}

.inner-info_features p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 0px;
    max-width: 429px;
}

.services_details-part h6 {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    max-width: 282px;
    margin: auto;
    color: #000;
    margin-top: 24px;
}

.services-details-os h2 {
    line-height: 100%;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.services_details-part {
    margin: 0px 3px;
}

.secd {
    margin-top: 30px;
}

.services_details-part .part-img {
    overflow: hidden;
    border-radius: 15px;
}

.services_details-part .part-img:hover img {
    transform: scale(1.1);
    transition: ease-in-out 1s all;
}


/* agian doing css of banner */
.banner-sec a.white-cta {
    background-color: transparent !important;
    padding: 0px;
    font-weight: 500;
    font-size: 18px;    
    line-height: 100%;
    color: #143450;
}

.banner-sec a.white-cta:hover {
    background-color: transparent !important;

}

.banner-sec .get-in-tch-dv {
    background-color: #fff;
    display: inline-block;
    border-radius: 60px;
    padding: 17px 78px 17px 24px;
}

.services_hd p {
    margin-bottom: 0px;
}

.services_hd .info-Group {
    max-width: 648px;
}

.avail-slider .avail-txt .listing.location,
.avail-txt .listing {
    gap: 10px;
}

.founder-hd h2 {
    margin-bottom: 5px;
    line-height: 100%;
}


.banner-sec::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #14345080;
    top: 0;
    left: 0;
    z-index: -1;
}

section.investment {
    padding: 50px 0 !important;
}

/* .marQ-dv {
    padding-top: 26px !important;
} */