@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');



@font-face {

    font-family: 'subtitle';

    src: url('../fonts/Raisahi.otf');

}



body {

    margin: 0;

    padding: 0;

    font-family: 'Poppins', sans-serif;

    color: var(--blk-color);

}



.top_banner h5 {

    font-family: 'subtitle';

    font-size: 43px;

    margin-bottom: 0;

    line-height: 0.8;

}



/* ::selection {

    background: var(--secondary-color);

    color: #fff;

} */



:root {

    --orange-color: #F68121;

    --blk-color: #2E353C;

}



a {

    text-decoration: none;

}



.mt-80 {

    margin-top: 80px;

}



.mtb-80 {

    margin-top: 80px;

    margin-bottom: 80px;

}



.ptb-100 {

    padding-top: 100px;

    padding-bottom: 100px;

}



header {

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    background: #fff;

    position: sticky;

    top: 0;

    z-index: 9999;

}



.dropdown-item:focus,

.dropdown-item:hover {

    color: #fff;

    background-color: var(--orange-color);

}



.navbar-nav {

    gap: 1.5rem;

    align-items: center;

}



.nav-link {

    padding: 0 !important;

    transition: all .5s ease-in-out;

    color: var(--blk-color);

}



.navbar-nav .active {

    color: var(--orange-color) !important;

}



.nav-link:hover {

    color: var(--orange-color);

}



.btn {

    padding: 8px 30px;

    border-radius: 100px;

    font-weight: 500;

    transition: all .3s ease-in-out;

}



.btn-outline-dark {

    border: 1px solid var(--blk-color);

    color: var(--blk-color);

}



.btn-outline-dark:hover {

    background: var(--blk-color) !important;

}



.btn_orange_fill {

    background: var(--orange-color);

    color: #fff;

    border: 1px solid var(--orange-color);

}



.btn_orange_fill:hover {

    background: #fff;

    border: 1px solid var(--orange-color) !important;

    color: var(--orange-color) !important;

}



.two_btns {

    display: flex;

    gap: 1rem;

    align-items: center;

}



.top_banner {

    height: 622px;

    display: flex;

    align-items: center;

    position: relative;

}



.top_banner::before {

    content: "";

    position: absolute;

    bottom: 0;

    right: 0;

    height: 100%;

    width: 50%;

    background: url(../img/banner.webp) no-repeat;

    background-size: cover;

    background-position: right bottom;

}



.top_banner h1 {

    font-size: 75px;

    font-weight: 600;

    text-transform: uppercase;

    color: var(--orange-color);

    line-height: 0.8;

    margin: 1rem 0;

}



.top_banner h1 span {

    font-size: 45px;

    color: var(--blk-color);

}



.top_banner p {

    font-size: 20px;

    font-weight: 400;

}



.tracking_area {

    margin-top: -60px;

    position: relative;

    z-index: 1;

}



.inner_tracking_area {

    border-radius: 10px;

    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 15px;

    padding: 35px 70px;

    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: center;

    background: #fff;

}



.track_title {

    font-size: 30px;

    font-weight: 600;

    position: relative;

    display: inline-block;

}



.track_title::before {

    content: "";

    position: absolute;

    bottom: -10px;

    right: -5px;

    height: 25px;

    width: 200px;

    background: url(../img/icons/line.png) no-repeat;

    background-position: right bottom;

}



.track_id_01 {

    border: 1px solid var(--orange-color);

    border-radius: 100px;

    display: grid;

    grid-template-columns: 2fr 1fr;

    align-items: center;

    overflow: hidden;

}



.track_id_01 .form-control {

    border: none;

    padding-left: 20px;

}



.track_id_01 .form-control:focus {

    border: none;

    box-shadow: none;

}



.left_side_cover .title {

    font-size: 60px;

}







.title {

    font-size: 45px;

    font-weight: 600;

    color: var(--blk-color);

    margin-bottom: 15px;

}



.title span {

    color: var(--orange-color);

}



.sub_title {

    font-size: 30px;

    font-weight: 600;

    color: var(--blk-color);

    margin-bottom: 15px;

}



.border_box {

    border: 1px solid rgba(0, 0, 0, 0.25);

    border-radius: 10px;

    padding: 20px;

    position: relative;

    overflow: hidden;

    transition: all .3s ease-in-out;

    height: 100%;

}



.border_box p {

    margin-bottom: 0;

}



.border_box::before {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    height: 0;

    width: 100%;

    background: var(--orange-color);

    z-index: -1;

    transition: all .3s ease-in-out;

}



.border_box:hover::before {

    height: 100%;

}



.border_box_title {

    font-size: 25px;

    font-weight: 600;

    margin-bottom: 10px;

    color: var(--orange-color);

    transition: all .3s ease-in-out;

}



.border_box:hover {

    color: #fff;

    box-shadow: 0px 25px 20px -20px rgba(0, 0, 0, 0.45);

}



.border_box:hover .border_box_title span,

.border_box:hover .border_box_title {

    color: #fff;

}



.career_card .border_box_title span {

    color: var(--blk-color);

    transition: all .3s ease-in-out;

}



.career_card .btn_orange_fill_bg {

    background: var(--orange-color);

    color: #fff;

}



.career_card:hover .btn_orange_fill_bg {

    color: var(--orange-color) !important;

    background: #fff !important;

}



.left_side_bg {

    position: relative;

    padding: 120px 0;

}



.left_side_cover {

    padding: 75px 0;

}



.left_side_bg::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    width: 42%;

    border-radius: 0 10px 10px 0;

    background: url(../img/side_bg.webp) no-repeat;

    background-size: cover;

}





.left_side_cover::before {

    display: none;

}



.left_side_cover_img {

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    width: 48%;

    border-radius: 0 10px 10px 0;

    overflow: hidden;

}



.left_side_cover_img img {

    height: 100%;

    width: 100%;

    object-fit: cover;

}



.service_box {

    display: flex;

    align-items: center;

    gap: 16px;

    position: relative;

    transition: all .3s ease-in-out;

}



.service_box::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    height: 3px;

    width: 100%;

    background: var(--orange-color);

    transition: all .3s ease-in-out;

    z-index: -1;

}



.service_box::after {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    height: 3px;

    width: 95px;

    background: var(--blk-color);

    transition: all .3s ease-in-out;

}



.service_box:hover {

    box-shadow: 0px 25px 20px -20px rgba(0, 0, 0, 0.45);

}



.service_box:hover::before {

    height: 100%;

}



.service_box:hover::after {

    width: 100%;

}



.service_icon {

    height: 95px;

    width: 95px;

    background: #fef2e8;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: all .3s ease-in-out;

}



.service_icon img {

    height: 60%;

    width: 60%;

    object-fit: contain;

    transition: all .3s ease-in-out;

}



.service_box_body p {

    font-size: 20px;

    font-weight: 500;

    margin-bottom: 2px;

    transition: all .3s ease-in-out;

}



.link {

    color: #000;

    font-size: 15px;

    transition: all .3s ease-in-out;

}



.link:hover {

    letter-spacing: 2px;

    color: var(--blk-color);

}



.service_box:hover p,

.service_box:hover .link {

    color: #fff;

}



.our_client_area {

    background: url(../img/our_client_light_bg.webp) no-repeat;

    background-size: cover;

    padding: 80px 0;

}



footer {

    background: var(--orange-color);

    padding: 80px 0;

    color: #fff;

}



.footer_title {

    font-size: 25px;

    font-weight: 500;

    color: #fff;

    position: relative;

    padding-bottom: 8px;

    margin-bottom: 20px;

}



.footer_title::before {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    height: 3px;

    width: 58px;

    background: #fff;

}



.footer_links {

    list-style: none;

    padding: 0;

    color: #fff;

}



.footer_links li {

    padding: 5px 0;

}



.footer_links a {

    color: #fff;

    font-weight: 400;

    position: relative;

}



.footer_links a::before {

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    height: 2px;

    width: 0%;

    transition: all .3s ease-in-out;

    background: #fff;

}



.footer_links a:hover::before {

    width: 100%;

}



.footer_box {

    border-radius: 10px;

    background: #fff;

    padding: 16px;

    color: var(--blk-color);

    height: 100%;

}



.footer_box i {

    color: var(--orange-color);

    margin-right: 5px;

    font-size: 18px;

}



.footer_box_title {

    color: var(--blk-color);

    font-weight: 500;

    margin-bottom: 4px;

}



.footer_box a {

    color: var(--blk-color);

    font-size: 14px;

}



.copy {

    color: #fff;

    background: var(--blk-color);

    text-align: center;

    padding: 1rem 0;

}



.con_page_rech {

    /* border: 1px solid var(--blk-color); */

    background: rgba(246, 129, 33, 15%);

    height: 100%;

    padding: 35px;

    border-radius: 15px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

}



.con_page_rech .title {

    font-size: 32px;

    margin-bottom: 0px;

}



.footer_box_orange {

    background: var(--orange-color);

    color: #fff;

}



.footer_box_orange i,

.footer_box_orange .footer_box_title,

.footer_box_orange a {

    color: #fff;

}



.form-control {

    border-radius: 5px;

    padding: 12px;

}



.form-control:focus {

    box-shadow: none;

    border-color: var(--orange-color);

}



.border_box_img {

    /* height: 300px; */

    background: var(--orange-color);

    border-radius: 10px;

    margin-bottom: 1rem;

    border-radius: 8px;

    overflow: hidden;

}



.pickup_available_table {

    background: rgb(246, 129, 33, 20%);

    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 2px;

}



.pickup_available_table p {

    text-align: center;

    padding: 1rem;

    background: #fff;

    margin: 0;

    transition: all .3s ease-in-out;

}



.pickup_available_table p:hover {

    color: #fff;

    background: var(--orange-color);

}



.client_logo_table {

    display: grid;

    grid-template-columns: repeat(5, 1fr);

    background: rgb(246, 129, 33, 20%);

    gap: 2px;

}



.client_logo {

    background: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    height: 150px;

}



.client_logo img {

    width: 60%;

    height: 80%;

    object-fit: contain;

    transition: all .3s ease-in-out;

}



.client_logo:hover img {

    scale: 1.1;

}



.left_side_dif_bg::before{

    background: url(../img/why-choose-us.webp) no-repeat;

    background-size: cover;

}

.client_logo_segement{border: 1px solid #dddddd; padding: 5px; border-radius: 10px;}
.client_logo_segement img{padding: 10px 35px 5px 35px;}