@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* --------------------------
Default Code 
-----------------------------*/
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
}

.book_now2_red2:hover {
    cursor: pointer;
}
.col_sm1 {
    width: 100%;
}

.col_sm2 {
    width: 48%;
    float: left;
    margin: 1%;
}

.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm4 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm44 {
    width: 73%;
    margin: 1%;
    float: left;
}

.col_sm8 {
    width: 58%;
    float: left;
    margin: 1%;
}

.col_sm88 {
    width: 38%;
    float: left;
    margin: 1%;
}

.col_sm8_1 {
    width: 58%;
    float: left;
    margin: 2%;
}

.col_sm88_1 {
    width: 38%;
    float: left;
    margin: 0%;
}

.col_sm9 {
    width: 24%;
    float: right;
    margin: 0%;
}

.col_sm99 {
    width: 73%;
    float: left;
    margin: 1%;
}


.col_sm10 {
    width: 11%;
    margin: 1%;
    float: left;
}

.col_sm100 {
    width: 87%;
    margin: 1%;
    float: left;
}


.col_sm11 {
    width: 11%;
    margin: 1%;
    float: left;
}

.col_sm111 {
    width: 83%;
    margin: 1%;
    float: left;
}

.clear {
    clear: both;
}

.top {
    width: 98%;
    margin: 0 auto;
    max-width: 1600px;
}

.top2 {
    width: 85%;
    margin: 0 auto;
}

.top3 {
    width: 85%;
    margin: 0 auto;
}

.logo {
    width: 242px;
    float: left;
    /* border-right: 1px solid #ccc; */
    padding-top: 1.5%;
    position: relative;
    background: #fff;
}

.logo-footer {
    width: 242px;
}

.navbarrr {
    width: fit-content;
    float: right;
    margin: 1%;
}

.fix_nav {
    position: absolute;
    z-index: 9999;
    background: transparent;
    top: 39px;
}

.img {
    width: 100%;
}

.logo_img {
    width: 100%;
}

.bg_clr222 {
    background: white;
}

/*-----------------------------
Whatsapp up
-----------------------------*/

.whatsapp_float {
    text-decoration: none;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.whatsapp-icon {
    margin-top: 16px;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
    width: 45px;
    height: 45px;
    position: fixed;
    display: flex;
    right: 1%;
    bottom: 2.5%;
    transition-duration: 1s;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    z-index: 9999;
    background-color: #ac182f;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.top_arrow:hover {
    background-color: #0f1f44;
}



/*------------------------------------------
footer
------------------------------------------*/

.footer-icon {
    text-align: center;
    margin-top: -23%;
}


.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer ul li {
    position: relative;
    padding-left: 25px;
}

.footer ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    background-image: url(../images/freight.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.contact-flex {
    display: flex;
    align-items: center;
}


.ftr-icon2 {
    background-color: #ac182f;
    border-radius: 50px;
    color: #fff !important;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
}


.bg_clr3 {
    background: #0f1f44;

}

.ftr {
    background: #f9f9f9;
}

.footer-2 {
    margin-right: 4%;
}

.footer-1 {
    margin-right: -2%;
}

.ftr h3 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
    padding-top: 7px !important;
    font-weight: 800;
    font-family: "Inter", sans-serif;
    color: #0f1f44 !important;
    text-align: left;
}

.ftr p {
    font-size: 17px;
    line-height: 140%;
    color: #000;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin-top: 5px;
    text-align: justify;
}


.ftr_btn p {
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin: 0 !important;
    text-align: start;
}

.ftr_btn a {
    color: #fff;
}

.ftr_flex {
    display: flex;
    gap: 24px;
}

.ftr_icon .fa-brands {
    margin-top: 6px;
}

.ftr_icon a {
    color: #fff;
}

.ftr a {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    transition: 0.2s all ease-in-out;

}

.footer ul li {
    margin-bottom: 3%;
    text-align: left;
    list-style: none;
}

.ftr .fa-solid,
.ftr .fa-regular {
    color: #000;
}

.footer a:hover {
    color: #0f1f44;
}

.ftr_icon:hover a {
    color: #fff;
}


.ftr_right {
    text-align: right !important;
}

.fa-brands {
    font-size: 14px;
}

.fa-whatsapp {
    font-size: 35px;
}



/*------------------------------------------
Main Code 
------------------------------------------*/
.main {
    width: 100%;
    height: 31px;
    position: absolute;
}

.top-flex {
    display: flex;
    justify-content: end;
    position: absolute;
    z-index: 99;
    padding-right: 8%;
}

.content {
    display: flex;
    align-items: center;
    margin-right: 1%;
}

.content h2 {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    padding: 5px 0px;
    margin: 0px 30px;
}


.content .phone {
    padding: 10px;
    border-right: 1px solid rgb(242 242 242 / 20%);

}

.content .email {
    padding: 10px;
    border-right: 1px solid rgb(242 242 242 / 20%);

}


.fa-headphones {
    color: #fff;
}

.phone a {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

.fa-envelope {
    color: #fff;
}

.email a {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

.content .email {
    padding: 10px;
}

.plane {
    position: absolute;
    top: 25%;
    left: -6%;
    z-index: 99;
    transition: transform 0.5s ease-out;
    display: flex;
    justify-content: center;
    width: 74%;
}

.plane1 {
    width: 53%;
}

.plane2 {
    width: 23%;
    z-index: -9;
    position: relative;
}



.menu-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}

.menu-flex2 {
    display: flex;
    justify-content: left;
}

.border {
    border-bottom: 1px solid rgb(242 242 242 / 20%);
}

.book_now {
    position: relative;
    padding: 16px 45px;
    z-index: 1;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    background: #0f1f44;
}

.book_now:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    transform: translate(5px, 5px);
    border: 1px solid #0f1f44;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}

.book_now:hover:before {
    transform: translate(0px, 0px);
}



.book_now a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
}

.book_now_red a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
}


.book_now_red a:hover:before {
    transform: translate(0px, 0px);
}

.book_now_red a{
    position: relative;
    padding: 16px 45px;
    z-index: 1;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    background: #aa1e2c;
}

.book_now_red a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    transform: translate(5px, 5px);
    border: 1px solid #ae1a2a;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}

.book_now2 {
    height: 56px;
    position: relative;
    padding: 18px 39px;
    z-index: 1;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    background: #0f1f44;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    border: none;
}



.book_now2:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    transform: translate(5px, 5px);
    border: 1px solid #0f1f44;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}

.book_now2:hover:before {
    transform: translate(0px, 0px);
}

.book_now2_red:hover:before {
    transform: translate(0px, 0px);
}

.book_now2 a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
}

.book_now2_red a{
    height: 56px;
    position: relative;
    padding: 18px 39px;
    z-index: 1;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    background:  #ae1a2a;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    border: none;
}

.book_now2_red a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    transform: translate(5px, 5px);
    border: 1px solid  #ae1a2a;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}

.book_now2_red a:hover:before {
    transform: translate(0px, 0px);
}

.book_now2_red a:hover:before {
    transform: translate(0px, 0px);
}


.book_now2_red2{
    height: 56px;
    position: relative;
    padding: 18px 39px;
    z-index: 1;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    background:  #ae1a2a;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    border: none;
    width: 20vh;
}

.book_now2_red2:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    transform: translate(5px, 5px);
    border: 1px solid  #ae1a2a;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}

.book_now2_red a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
}


.book_now2_red2:hover:before {
    transform: translate(0px, 0px);
}

.book_now2_red2:hover:before {
    transform: translate(0px, 0px);
}


.vertical-text {
    position: absolute;
    bottom: 26%;
    right: -8%;
    content: '';
    font-size: 200px;
    line-height: 240px;
    font-weight: 700;
    z-index: 99;
    font-style: normal;
    text-transform: uppercase;
    transform: rotate(-90deg);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255 / 40%);
    color: transparent;
}

.vertical-text h2 {
    font-size: 116px;
    font-family: "Inter", sans-serif;
}



.abt-img-pdg {
    padding-top: 80px;
}

.why-us-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.slide-img {
    display: flex;
    position: relative;
}

.image1 {
    position: relative;
}

.image2 {
    position: absolute;
    bottom: 0%;
    right: 8%;
}

.image2 img {
    border: 11px solid #f1f3f5;
    border-radius: 50%;
}

.why-us-main {
    position: relative;
    background: #f1f3f5;
}

.why-us h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #ac182f;
    font-family: "Inter", sans-serif;
    text-align: left;
}

.why-us h2 {
    color: #282828;
    font-family: "Inter", sans-serif;
    text-align: left;
    font-size: 44px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
}

.why-us h3 {
    color: #282828;
    font-family: "Inter", sans-serif;
    text-align: left;
    font-size: 21px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
}

.why-us p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    text-align: justify;
}


.shape-inner {
    position: absolute;
    overflow: hidden;
    width: 753px;
    height: 900px;
    z-index: 9;
}

.shape-inner img {
    position: absolute;
    top: 20%;
    left: 0;
    transition: transform 0.1s ease-out;
    z-index: -999;
}

.services2 {
    background: #f0f0f0;
}

.services2 h2 {
    color: #000;
    font-family: "Inter", sans-serif;
    text-align: left;
    font-size: 44px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
}

.services2 p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    text-align: justify;
}

.our-services h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #ac182f;
    font-family: "Inter", sans-serif;
    text-align: center;
}

.our-services h2 {
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 1%;
}

.our-services p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    text-align: center;
}


/*VMV*/
.vmv-text p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #fff;
    text-align: center;
}

.vmv-text h2 {
    color: #282828;
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
    color: #fff;
}

.vmv-icon {
    width: 100px;
    margin: 0 auto;
}

/*.vmv-bg{
    background-image: url(../images/line-shape.png);
    background-size: cover;
    background-position: fixed;
    background-repeat: no-repeat;
}*/

.vmv-bg {
    background: #0f1f44;
    padding: 20px 0;
    position: relative;
}

/*VMV*/


/** Service 001 **/

.service-001 .section-title {
    margin-bottom: 50px;
}

.service-block-001 {
    cursor: pointer;
    overflow: hidden;
}

.service-block-001 .service-inner {
    margin-top: 15px;
    margin-left: 15px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-block-001 .logo-icon {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 180px;
    height: 180px;
    padding: 15px;
    z-index: 1;
    background-color: #ac182f;
    clip-path:
        polygon(100% 0, 0 0, 0% 100%);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.logo-icon img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    width: 74px;
    margin-left: -45%;
}

.link-button  {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 50px;
    color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.link-button:hover {
    color: #ac182f;
}


/*-----------*/
.service-block-001:hover .logo-icon {
    left: 0;
    top: 0;
}

.service-block-001 .tag {
    position: absolute;
    top: 40px;
    right: 20px;
    font-size: 96px;
    font-weight: 700;
    z-index: 1;
    display: inline-block;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255 / 50%);
    color: transparent;
}

.service-block-001 .show-content {
    opacity: 1;
    background-color: #0f1f44;
    visibility: visible;
    transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
}

.service-block-001 .show-content .text-area {
    position: relative;
    padding: 185px 36px 75px;
}

.tag h2 {
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 100px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 1%;
}

.text-area h4 {
    font-size: 24px;
    line-height: 140%;
    font-weight: 600;
    color: #fff;
    font-family: "Inter", sans-serif;
    text-align: left;
    border-bottom: 1px solid #ccc;
    min-height: 82px;
}

.text-area p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #000;

    text-align: justify;
    min-height: 121px;

}

.service-block-001:hover .show-content {
    opacity: 0;
    visibility: hidden;
}

.service-block-001 .hidden-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50%);
    background-color: #0f1f44e1;
    transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
}

.service-block-001 .hidden-content .text-area {
    padding: 185px 36px 75px;
}

.service-block-001:hover .hidden-content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
}

.service-block-001 .text-area h4 a {
    position: relative;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 11px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-block-001 .text-area h4 a:hover {
    color: #ac182f;
}

.service-block-001 .text-area p {
    color: #fff;
    ;
    line-height: 30px;
}

.service-block-001 .image-box img {
    width: 100%;
}

.service-block-001 .hidden-content .link-button a {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 50px;
    color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-block-001 .hidden-content .link-button a:hover {
    color: #ac182f;
}

.image-box {
    position: relative;
    top: 4px;
}

/** End Service 001 **/


.available {
    background-color: #ac182f;
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
}

.available .close-box {
    position: absolute;
    left: 4%;
    top: 0;
}

.available .open-box {
    position: absolute;
    right: 0;
    top: 0;
}

.cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-inner .title-box {
    display: inline-flex;
    align-items: center;
}

.cta-inner .title-box i {
    font-size: 52px;
    margin-right: 12px;
    color: #fff;
}

.cta-inner h3 {
    color: #fff;
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 1%;

}

.get-quote {
    position: relative;
    padding: 16px 45px;
    z-index: 1;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    background: #0f1f44;
}

.get-quote:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    transform: translate(0px, 0px);
    border: 1px solid #0f1f44;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}

.get-quote:hover:before {
    transform: translate(5px, 5px);
}

.get-quote a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
}


.testimonials .section-head.style-1 {
    margin-bottom: 30px;
}

.review-testimonial .item {
    padding: 60px 0 20px;
}

.testimonial-inner {
    padding: 20px 36px 20px;
    position: relative;
    background: #ebeaea;
    text-align: center;
    border-radius: 6px;
}

.testimonial-inner .img {
    border-radius: 10px;
    border: 1px solid #7299ba;
}

.testimonial-inner .profile-info {
    padding-bottom: 10px;
}

.testimonial-inner .profile-info .profile-name {
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    text-align: center;
}

.testimonial-inner .profile-info h6 {
    color: #ac182f;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin: 2%;
    text-transform: uppercase;
    border-radius: 4px;
    text-align: center;
    font-family: "Inter", sans-serif;
}


.test h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #ac182f;
    font-family: "Inter", sans-serif;
    text-align: center;
}

.test h2 {
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 1%;
}

.test p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    text-align: center;
}

.shape-3 {
    width: 177px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    will-change: transform;
}

.test {
    position: relative;
    padding: 65px 0;
    overflow: hidden;
    background-image: url(../images/how-to-works-bg.jpg);
}

.client {
    background-color: #ac182f;
}

.client h2 {
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 1%;
    color: #fff;
}

.banner-main {
    position: relative;
}

.breadcrumb {
    position: absolute;
    bottom: 3%;
    left: 2%;
}

.breadcrumb h2 {
    color: #fff;
    font-family: "Inter", sans-serif;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 2% !important;
}

.breadcrumb h2 a {
    color: #fff;
    transition: 0.5s all ease-in-out;
}

.breadcrumb-title {
    position: absolute;
    top: 50%;
}

.breadcrumb-title h2 {
    color: #fff;
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
}

.breadcrumb h2 a:hover {
    color: #ac182f;
}

/*contact css*/


/*form*/

.form-container {
    background: #fff;
    padding: 30px;
    /* max-width: 800px; */
    margin: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-container h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 28px;
    margin-bottom: 30px;
    color: #000;
    text-align: left;
    border-bottom: 1px solid #444444;
    padding-bottom: 10px;
    line-height: 140%;
    font-weight: 600;
    position: relative;
}

/* .form-container h2::after {
        content: "";
        position: absolute;
        bottom: -2.2px;
        left: 0;
        width: 55px;
        height: 3px;
        background-color: #e21515;
        z-index: 999;
        animation: moveleft 2s ease-in-out 0.5s infinite alternate;
    } */

@keyframes moveleft {
    0% {
        left: 0%;
    }

    100% {
        left: calc(100% - 55px);
    }
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    position: relative;
    width: 100%;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 18px 10px 10px 10px;
    border: 1px solid #ddd;
    font-size: 16px;
    background: none;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-group textarea {
    resize: none;
    height: 120px;
}

.form-group label {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 5px;
    color: #999;
    pointer-events: none;
    transition: all 0.3s ease;
}

.form-group:nth-child(5) label {
    top: 10%;
    left: 12px;
    transform: translateY(-0%);
    background: #fff;
    padding: 0 5px;
    color: #999;
    pointer-events: none;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #0f1f44;
    /* box-shadow: 0 0 8px rgba(255, 124, 0, 0.4); */
}

.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label,
.form-group textarea:focus+label,
.form-group textarea:not(:placeholder-shown)+label {
    top: 0;
    transform: translateY(-50%);
    background: #fff;
    color: #434343;
    font-size: 12px;
}

.submit-btn {
    background: #434343;
    color: #fff;
    padding: 14px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
}

.submit-btn:hover {
    background: #e56b00;
}

@media (max-width: 768px) {}

@media (max-width: 480px) {
    .form-container {
        padding: 20px;
    }

    .form-container h2 {
        font-size: 20px;
    }

    .submit-btn {
        font-size: 14px;
        padding: 12px 16px;
    }

    .form-group input,
    .form-group textarea {
        font-size: 14px;
        padding: 16px 8px 8px 8px;
    }

    .form-group label {
        font-size: 14px;
    }

    .form-group input:focus+label,
    .form-group input:not(:placeholder-shown)+label,
    .form-group textarea:focus+label,
    .form-group textarea:not(:placeholder-shown)+label {
        font-size: 10px;
    }
}

/*form*/

.cont-info a {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    transition: 0.2s all ease-in-out;
}

.cont-info a :hover {
    color: #0f1f44;
}

.cont-info .fa-solid,
.cont-info .fa-regular {
    color: #000;
}

.cont-info p {
    font-size: 16px;
    line-height: 140%;
    color: #000;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin-top: 5px;
    text-align: justify;
}

.cont-info p :hover {
    color: #0f1f44;
}

.cont-bg {
    background-color: #f1f3f5;
}

.contact h2 {
    font-family: "Inter", sans-serif;
    text-align: justify;
    font-size: 24px;
    font-weight: 600;
    color: #282828;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.contact_1 h2 {
    color: #282828;
    font-family: "Inter", sans-serif;
    text-align: justify;
    font-size: 44px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
}

.contact_1 h3 {
    color: #282828;
    font-family: "Inter", sans-serif;
    text-align: justify;
    font-size: 28px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
}

.contact_1 p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    text-align: justify;
}

.contact_1 h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #0f1f44;
    font-family: "Inter", sans-serif;
    text-align: justify;
}

.ftr-icon {
    background-color: #ac182f;
    border-radius: 50px;
    padding: 15px;
}

.ftr-icon_2 {
    background-color: #0f1f44;
    border-radius: 50px;
    padding: 15px;
}

.submit-btn {
    height: 58px;
    position: relative;
    padding: 7px 16px;
    z-index: 1;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    background: #0f1f44;
}

.submit-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    transform: translate(5px, 5px);
    border: 1px solid #0f1f44;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}

.cont-form-pdg {
    padding-left: 55px;
}

/*contact css*/

.industries h2 {
    color: #282828;
    font-family: "Inter", sans-serif;
    text-align: left;
    font-size: 44px;
    font-weight: 700;
    line-height: 140%;
}

.industries p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    text-align: justify;
}

.industries-sub {
    text-align: center;
    padding: 14px;
    cursor: pointer;
    background-color: var(--white-color);
    border-radius: 20px;
}

.industries-sub .inner-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.industries-sub .inner-box img {
    border-radius: 20px;
    transform: scale(1);
    width: 100%;
    transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
}

.industries-sub:hover .inner-box img {
    transform: scale(1.15);
}

.industries-sub .content-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 35px;
    text-align: left;
    display: flex;
    align-items: end;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(29, 29, 29, 0) 0%, #0f1f44 100%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.industries-sub:hover .content-box {
    top: -100%;
}

.industries-sub .content-box h5 {
    font-size: 24px;
    line-height: 140%;
    font-weight: 600;
    color: #fff;
    font-family: "Inter", sans-serif;
    text-align: left;
}

.industries-sub .overley-content {
    position: absolute;
    left: 0px;
    bottom: -100%;
    text-align: left;
    padding: 50px 35px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    border-radius: 20px;
    /*background: linear-gradient(0.02deg, rgb(31 113 185) 26.22%, rgba(196, 196, 196, 0) 91.23%);*/
    background: linear-gradient(0.02deg, rgb(25 25 25) 26.22%, rgb(240 240 240 / 0%) 91.23%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.industries-sub:hover .overley-content {
    bottom: 0;
}

.industries-sub .content-text h5 {
    font-size: 24px;
    line-height: 140%;
    font-weight: 600;
    color: #fff;
    font-family: "Inter", sans-serif;
    text-align: left;
}

.partner {
    background-color: #ac182f;
    padding: 40px 0;
    position: relative;
    background-size: cover;
    background-position-y: 100%;
}

.partner h2 {
    color: #fff;
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 1% !important;
}

.partner p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    text-align: center;
}

.ocean_flex {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.container-specifications {
    background: #0f1f44;
}

.container-specifications h2 {
    color: #fff;
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 1% !important;
}

.container-specifications h3 {
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    color: #fff;
    text-align: left;
    margin: 0 1%;
}

.container-specifications h4 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    color: #fff;
    text-align: left;
    padding-bottom: 1%;
}

.container-specifications p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    text-align: justify;
    margin: 0 1%;
}

/*reverse color 1*/
/*bg green for air fright page*/
.container-specifications-bg-green {
    background: #ac182f;
}

.container-specifications-bg-green h2 {
    color: #fff;
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 1% !important;
}

.container-specifications-bg-green h3 {
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    color: #fff;
    text-align: left;
    margin: 0 1%;
}

.container-specifications-bg-green h4 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    color: #fff;
    text-align: left;
    padding-bottom: 1%;
}

.container-specifications-bg-green p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    text-align: justify;
    margin: 0 1%;
}

/*bg green for air fright page end*/


/*bg blue box for warehousing page*/
.feature-block-two-bg-blue {
    position: relative;
    padding: 30px 0px;
    margin-right: 6px;
    border-radius: 10px;
    margin-bottom: 30px;
    cursor: pointer;
    z-index: 1;
    background-color: #0f1f44;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.feature-block-two-bg-blue:before {
    position: absolute;
    bottom: -6px;
    right: -6px;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
    border: 1px solid #0f1f44;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.feature-block-two-bg-blue .box {
    padding: 10px;
}

.feature-block-two-bg-blue h2 {
    font-family: "Inter", sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 140%;
    color: #fff;
    text-align: center;
    padding-bottom: 1%;
}

.feature-block-two-bg-blue p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    text-align: justify;
}

.min-height-for-p-air p {
    min-height: 30px;
}

.min-height-for-h2-air h2 {
    min-height: 42px;
}

.min-height-for-p-warehousing p {
    min-height: 95px;
}

.min-height-for-h2-warehousing h2 {
    min-height: 83px;
}

/*bg blue box for warehousing page end*/
/*reverse color 1 end*/

.container-specifications-green {
    background: #ac182f;
}

.container-specifications-green h2 {
    color: #fff;
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 1% !important;
}

.container-specifications-green h3 {
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    color: #fff;
    text-align: left;
    margin: 0 1%;
}

.container-specifications-green h4 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    color: #fff;
    text-align: left;
    padding-bottom: 1%;
}

.container-specifications-green p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    text-align: justify;
    margin: 0 1%;
}

.container-specifications3 {
    background-color: #ac182f;
}

.container-specifications3 h2 {
    color: #fff;
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 1% !important;
}

.container-specifications2 h2 {
    color: #282828;
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 1% !important;
}

.container-specifications2 h3 {
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    color: #000;
    text-align: left;
    margin: 0 1%;
}

.container-specifications2 h4 {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    color: #000;
    text-align: left;
    padding-bottom: 1%;
}

.container-specifications2 p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    text-align: justify;
    margin: 0 1%;
}


.container-sub {
    padding: 0 1%;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.container-sub table {
    border-collapse: collapse;
    width: 100%;
}

.container-sub thead {
    border-bottom: 7px solid #ac182f;
}

.container-sub-green {
    padding: 0 1%;
}

.container-sub-green .heading-width {
    width: 19% !important;
}

.container-sub td {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    text-align: justify;
    background-color: #fff;
    padding: 8px 5px;
    border: 1px solid #ccc;
    text-align: left;
}


.container-sub th {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    text-align: justify;
    background-color: #fff;
    padding: 8px 5px;
    border: 1px solid #ccc;
    text-align: center;
}

.container-sub strong {
    font-weight: 600;
}

/*table green */
.container-sub-green table {
    border-collapse: collapse;
    width: 100%;
}

.container-sub-green thead {
    border-bottom: 7px solid #2b79bd;
}

.container-sub-green th {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    text-align: center;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    background-color: #fff;
    padding: 8px 5px;
    border: 1px solid #ccc;
}


.container-sub-green td {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    text-align: left;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    background-color: #fff;
    padding: 8px 5px;
    border: 1px solid #ccc;
}

.container-sub-green strong {
    font-weight: 600;
}

/* calculator */
.calculator {
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    padding: 30px;
}

.calculator h2 {
    color: #282828;
    font-family: "Inter", sans-serif;
    text-align: left;
    font-size: 23px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 1% !important;
}

.calculator label {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    color: #000;
    text-align: left;
    padding: 1%;
    display: flex;
}

.calculator input,
select {
    width: 100%;
    padding: 10px;
    margin-top: 6px;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    background: #f9fafb;
    transition: 0.2s ease;
}

.calculator input:focus,
select:focus {
    outline: none;
    border-color: #0f1f44;
    background: #fff;
}

.calculator .result {
    background: #f9fafb;
    margin-top: 25px;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.calculator .result p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    text-align: left;
}

.calculator .highlight {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    color: #000;
}

/* calculator */

.feature-block-two {
    position: relative;
    padding: 30px 0px;
    margin-right: 6px;
    border-radius: 10px;
    margin-bottom: 30px;
    cursor: pointer;
    z-index: 1;
    background-color: #ac182f;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.feature-block-two:before {
    position: absolute;
    bottom: -6px;
    right: -6px;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
    border: 1px solid #ac182f;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.feature-block-two .box {
    padding: 10px;
}

.feature-block-two h2 {
    font-family: "Inter", sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 140%;
    color: #fff;
    text-align: center;
    padding-bottom: 1%;
    min-height: 78px;
}

.feature-block-two p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    text-align: justify;
    min-height: 91px;
}

.feature-block-two2 {
    position: relative;
    padding: 30px 0px;
    margin-right: 6px;
    border-radius: 10px;
    margin-bottom: 30px;
    cursor: pointer;
    z-index: 1;
    background-color: #0f1f44;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.feature-block-two2:before {
    position: absolute;
    bottom: -6px;
    right: -6px;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
    border: 1px solid #0f1f44;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


.feature-block-two2 .box {
    padding: 10px;
}

.feature-block-two2 h2 {
    font-family: "Inter", sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 140%;
    color: #fff;
    text-align: center;
    padding-bottom: 1%;
}

.feature-block-two2 p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    text-align: justify;
}

.border-footer {
    border: 1px solid #ccc;
}

.map-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 16 / 9;
    /* Maintain image ratio */
    background-image: url('../images/map.jpg');
    /* Replace with your map image */
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    border: 2px solid #ccc;
}

.point {
    position: absolute;
    width: 20px;
    aspect-ratio: 1 / 1;
}

.point h6 {
    position: absolute;
    top: 100%;
    /* Just below the pin image */
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    margin-top: 2px;
    /* small space below pin */
    white-space: nowrap;
}

.point:hover {
    /* transform: scale(1.3); */
    z-index: 2;
}

.point:hover h6 {
    display: none;
}

.tooltip {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0f1f44;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 4px;
    font-family: "Inter", sans-serif;
    white-space: nowrap;
    display: none;
}

.point:hover .tooltip {
    display: block;
}

.bond-fac {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.abt-img {
    border-radius: 43px;
    overflow: hidden;
    width: 75px;
    /*background: #0f1f44;*/
    /*background: linear-gradient(90deg,rgba(31, 113, 185, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(11, 189, 82, 1) 100%);*/
    padding: 15px;
    border: 3px solid #d9d9d9;
}

.ocean_flex {
    display: flex;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
}

.warehouse-min-height p {
    min-height: 151px;
}

.free-trade h2 {
    color: #282828;
    font-family: "Inter", sans-serif;
    text-align: left;
    font-size: 35px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 1% !important;
}

.free-trade h4 {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    color: #282828;
    text-align: left;
}

.free-trade p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    text-align: justify;
    margin-bottom: 1%;
}

.obc {
    background-image: url(../images/how-to-works-bg.jpg);
}

.obc h2 {
    color: #282828;
    font-family: "Inter", sans-serif;
    text-align: left;
    font-size: 35px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 1% !important;
}

.obc h4 {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    color: #282828;
    text-align: left;
}

.obc p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    text-align: justify;
    margin-bottom: 1%;
}

.industries_we_serve h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #ac182f;
    font-family: "Inter", sans-serif;
    text-align: left;
}

.industries_we_serve h2 {
    color: #282828;
    font-family: "Inter", sans-serif;
    text-align: left;
    font-size: 44px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
}

.industries_we_serve p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    text-align: justify;
}

.industries_we_serve_green {
    background-color: #ac182f;
}

.industries_we_serve_green h2 {
    color: #fff;
    font-family: "Inter", sans-serif;
    text-align: left;
    font-size: 44px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
}

.industries_we_serve_green p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #fff;
    text-align: justify;
}



.industries_we_serve_blue {
    background-color: #0f1f44;
}

.industries_we_serve_blue h2 {
    color: #fff;
    font-family: "Inter", sans-serif;
    text-align: left;
    font-size: 44px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
}

.industries_we_serve_blue p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #fff;
    text-align: justify;
}

.industries_we_serve_flex {
    display: flex;
    align-items: center;
}

.btn {
    position: relative;
    padding: 8px 42px;
    z-index: 1;
    font-weight: 700;
    display: inline-block;
    color: #0f1f44;
    background: #fff;
    margin-top: 9%;
}

.btn a {
    font-size: 16px;
    text-decoration: none;
    color: #0f1f44;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
}

.certificate_flex {
    display: flex;
    flex-wrap: wrap;
}

.margin-top {
    margin-top: 3%;
}

.bullet ul {
    list-style: none;
    padding-left: 0;
}

.bullet ul li {
    position: relative;
    padding-left: 25px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    transition: 0.2s all ease-in-out;
    text-align: left;
    margin: 1% 0;
}

.bullet ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    background-image: url(../images/freight.png);
    background-size: contain;

    background-repeat: no-repeat;
}

.our-team{
    background-image: url(../images/our-tean.jpg);
}

/*------------------------------------------
Responsive Code 
------------------------------------------*/
@media only screen and (max-width :1600px) {
    .top-flex {
        padding-right: 1%;
    }

    .image2 {
        right: 2%;
    }
}

@media only screen and (max-width :1500px) {
    .warehouse-min-height h4 {
        min-height: 82px;
    }

}

@media only screen and (max-width :1400px) {

    .vertical-text h2 {
        font-size: 85px;
    }

    .vertical-text {
        bottom: 24%;
        right: -8%;
    }

    .shape-inner {
        width: 650px;
    }

    .text-area h4 {
        min-height: 80px;
    }

    .text-area p {
        min-height: 177px;
    }

    .warehouse-min-height p {
        min-height: 212px !important;
    }

    .col_sm11 {
        width: 13%;
    }

}

@media only screen and (max-width :1300px) {
    .top2 {
        width: 95%;
    }
}



@media only screen and (max-width :1200px) {
    .margin-top {
        margin-top: 1%;
    }

    .warehouse-min-height p {
        min-height: 241px !important;
    }

    .col_sm11 {
        width: 15%;
    }

    .col_sm111 {
        width: 80%;
    }
}

@media screen and (max-width: 1100px) {
    .warehouse-min-height p {
        min-height: 301px !important;
    }

    .book_now {
        display: none;
    }

    .vertical-text {
        right: -13%;
    }

}

@media only screen and (max-width :1000px) {
    .col_sm4 {
        width: 31%;
    }
}


@media only screen and (max-width:960px) {
    .book_now_red{
        display: none;
    }
    .col_sm44 {
        width: 62%;
    }

    .logo {
        width: 100%;
        margin: 0% auto;
        display: flex;
        justify-content: center;
        background: transparent;
        border-bottom: 1px solid #ccc;
    }

    .logo .img {
        float: left;
        padding-top: 1.5%;
        position: relative;
        background: #fff;
        width: 200px;
        padding: 10px;
    }

    .top-flex {
        display: none;
    }

    .menu-flex2 {
        display: block;
    }

    .fix_nav {
        top: 0 !important;
    }

    .menu-flex {
        width: 98%;
    }

    .navbarrr {
        float: left;
    }

    .border {
        background: #fff !important;
    }

    .border-footer {
        border: 1px solid #ccc;
        width: 16% !important;
    }

    .ftr_right {
        text-align: left !important;
    }

    .banner-main img {
        height: 51vh;
        object-fit: cover;
    }

    .cont-form-pdg {
        padding-left: 0;
    }

    .col_sm11 {
        width: 16%;
    }

    .col_sm111 {
        width: 75%;
    }
}

@media only screen and (max-width:800px) {
    .col_sm44 {
        width: 95%;
    }

    .warehouse-min-height p {
        min-height: 151px !important;
    }

    .bond-fac {
        flex-direction: column;
        align-items: start;
    }

    .col_sm100 {
        width: 98%;
    }

    .feature-block-two p {
        min-height: 132px;
    }

    .text-area h4 {
        min-height: 0;
    }

    .col_sm8 {
        width: 98%;
    }

    .col_sm3 {
        width: 98%;
    }


    .col_sm88 {
        width: 98%;
    }

    .col_sm4 {
        width: 48%;
    }

    .footer-2 {
        margin-right: 1%;
    }

    .col_sm2 {
        width: 98%;
    }
}


@media only screen and (max-width : 700px) {
    .col_sm11 {
        width: 13%;
    }

    .feature-block-two h2 {
        min-height: 76px;
    }

    .warehouse-min-height p {
        min-height: 183px !important;
    }

    .text-area h4 {
        min-height: 79px;
    }

    .point h6 {
        display: none;
    }
}

@media only screen and (max-width:600px) {
    .industries_flex {
        flex-direction: column;
        padding: 0% 2%;
    }

    .col_sm44 {
        width: 99%;
    }

    .why-us p {
        margin-bottom: 25px !important;
    }

    .get-quote {
        margin: 0 auto;
    }

    .abt-img-pdg {
        padding-top: 0px;
    }

    .feature-block-two h2 {
        min-height: 0;
    }

    .warehouse-min-height p {
        min-height: 0 !important;
    }

    .feature-block-two p {
        min-height: 0;
    }

    .text-area h4 {
        min-height: 0;
    }

    .col_sm88_1 {
        width: 98%;
    }

    .col_sm8_1 {
        width: 98%;
    }

    .tooltip {
        font-size: 10px;
        padding: 3px 6px;
    }

    .col_sm4 {
        width: 98%;
    }

    .text-area p {
        min-height: 0;
    }

    .text-area h4 {
        min-height: 0;
    }

    .cta-inner {
        flex-wrap: wrap;
        gap: 16px;
    }
}

@media only screen and (max-width:500px) {
    .image2 {
        right: 0%;
        width: 50%;
    }
}


@media only screen and (max-width:400px) {}

@media only screen and (max-width:360px) {}