@font-face {
    font-family: 'Segoe UI Bold';
    src: url(../fonts/segoeUI/SegoeUIBold.ttf);
}

@font-face {
    font-family: SegoeUI;
    src: url(../fonts/segoeUI/SegoeUI.ttf);
}

@font-face {
    font-family: SegoeUIItalic;
    src: url(../fonts/segoeUI/SegoeUIItalic.ttf);
}

body {
    font-family: SegoeUI;
    margin: 0px auto;
    background: #fff;
    font-size: 16px;
    color: black;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    font-family: 'Segoe UI Bold';
}

h5,
h6,
.h5,
.h6 {
    font-family: 'Segoe UI';
}

.font-regular {
    font-family: SegoeUI !important;
}

.font-italic {
    font-family: SegoeUIItalic;
}

h1 .clr1 {
    font-family: 'Segoe UI Bold' !important;
}
h1.font-regular {
    color: #393939
}
.clr1 {
    color: #61c6ca !important;
}

/* btn */
.btn_sec {
    background: #044fac;
    color: #fff;
    padding: 10px 40px;
    line-height: 40px;
    border-radius: 30px;
}

.btn_pri {
    background: #00eeb9;
    color: #fff;
    padding: 10px 40px;
    line-height: 40px;
    border-radius: 30px;
}
.btn_white {
    background: #fff;
    color: #00eeb9;
    padding: 10px 40px;
    line-height: 40px;
    border-radius: 30px;
}
.btn_white:hover {
    background: #00eeb9;
    color: #fff;
    padding: 10px 40px;
    line-height: 40px;
    border-radius: 30px;
}
.btn_sec:hover,
.btn_pri:hover,
.btn_outline:hover {
    color: #fff;
}
.btn_outline {
    display: inline-block;
    margin: 1rem 0 0;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 40px;
    border-radius: 10pxl
}

button:focus {
    outline: none;
}

/* title fonts */
h4.title2 {
    color: #61c6ca;
    text-transform: uppercase;
}

h4.title2 + h5 {
    font-size: 30px;
    font-weight: normal;
    font-family: SegoeUI !important;
}

/* desktop padding & mobile padding top bottom */
.dpt5 {
    padding-top: 5rem;
}
.dpb5 {
    padding-bottom: 5rem;
}


/* navbar */

.navbar-brand img {
    width: 100%;
}

.navbar-collapse {
    background-color: #fff;
    justify-content: center;
    border-top: 0px solid #ddd;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 15px;
    transition: all 0.3s ease;
    font-weight: normal;
    text-transform: Capitalize;
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #61c6ca;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #61c6ca;
}

.dropdown-menu a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eee;
    color: #000;
}


/* footer */

footer {
    background-color: black;
}

footer a,
footer a:hover {
    color: white;
    text-transform: uppercase;
    font-size: 13px;
}

footer ul li {
    list-style-type: none;
    margin-bottom: 3px;
}

.footermenu{
    display: flex;
    padding: 0;
    justify-content: space-between;
}


/* Banner section */
.banner-sec {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner-btn {
    background: #fff;
    border-radius: 30px;
    padding: 10px 50px;
    font-size: 16px;
    line-height: 40px;
    color: #61c6ca;
}

.banner-txt h1 {
    color: #fff;
    line-height: 1.3;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 2rem;
}
#banner.owl-theme .owl-dots {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    text-align: center;
    top: 50%;
    align-items:center;
    left: 7%;
    transform: translate(-7%, -50%);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    width: 15px !important;
    height: 15px !important;
    background: #00eeb9 !important;
    border: none !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 7px !important;
    height: 7px !important;
    background: #ccc !important;
    border: none !important;
}

/* about us */
.who_we {
    
background: url('../images/who_we_are_bg.png') right no-repeat;
}

.who_we_are {
    background: url('../images/who_we_are_bg.jpg') no-repeat;
    padding: 0rem 2rem 1rem;
    box-shadow: 10px 10px 50px rgba(0,0,0,0.35);
}
.who_we_content {
    position: relative;
    left: -45%;
    background: url('../images/who_we_are_bg.jpg') #fff no-repeat;
    z-index: 999;
    padding: 30px 20px;
    font-size: 33px;
}

.who_we_are .content_box {
    margin: 3rem 0 1rem;
}

.who_we_are .btn_outer {
    margin: 1.6rem 0 1rem;
}

/* What we do */
.what_we_do {
    background: url('../images/what_we_do_bg.jpg') no-repeat;
    background-size: 100% 100%;
    padding: 4rem 0 0;
}

.what_we_do .box h3 {
    color: #fff;
    border-bottom: 2px solid #00eeb9;
    display: inline-block;
    margin: 1rem 0;
    line-height: 1.5;
}
.what_we_do .box {
    height: 100%;
}
.what_we_do .box p {
    font-size: 18px;
    color: #fff;
}
.what_we_do .box1 {
    padding: 2rem 15%;
    background: url('../images/warehousing.jpg') no-repeat;
    background-size: cover;
}


.what_we_do .box2 {
    padding: 2rem 15%;
    background: url('../images/storage.jpg') no-repeat;
    background-size: cover;
}


.what_we_do .box3 {
    padding: 2rem 15%;
    background: url('../images/transport.jpg') no-repeat;
    background-size: cover;
}

/* why us */
.why_us .btn_outer {
    position: relative;
    left: -200px;
    top: 33px;
}

.why_us {
    padding: 5rem 0 10rem;
    background: url('../images/why_us_bg.jpg') no-repeat;
    background-size: cover;
}
.why_us_box {
    background: url('../images/why_us_bg.jpg') no-repeat;
    padding: 2rem;
    box-shadow: 10px 10px 50px rgba(0,0,0,0.35);
}

.why_us_box .why_us_img2 {
    position: absolute;
    left: 0;
    bottom: -168px;
}
 .v-hidden {
     visibility: hidden;
 }

/* testimonials */

.testimonial {    
    background: url('../images/testimonials_bg.jpg') no-repeat;
    background-size: cover;
}

.testimonial .box {
    padding: 1rem;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    background: #fff;
    margin: 5px;
    border-radius: 15px;
}
.testimonial .owl-theme .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* get om touch */

.contact {
    background: url('../images/get_in_touch.jpg') no-repeat;
    background-size: cover;
}

.contact label {
    color: #fff;
}
.contact .form-group {
    margin-bottom: 2rem;
}
.contact .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 10px 0;
    color: #fff;
}

::placeholder {
    color: #ccc !important;
}


/* About US Page */
.banner_text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.vision .box {
    padding: 4rem 0;
}
.profile .shadow1 {
    box-shadow: 9px 11px 20px rgba(0,0,0,0.35);
    display: block;
}
.vision .big_img {
    padding: 2rem 0 2rem;
}

.vision .small_img {
    padding: 1rem 0 1rem;
}

.what_makes_different {
    background: #f1f1f1;
}

/* customer */

.customer {
    background: url('../images/about/Bg.jpg') no-repeat;
    background-size: cover;
    padding: 3rem 0;
}

#customer.owl-theme .owl-nav.disabled+.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service .service_listing img {
    width: 20px;
    height: 18px;
    object-fit:contain;
}


/* Service page */

.service .service_listing {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}

.service .list {
    border: 1px solid #000;
    text-align: center;
    padding: 5px;
}

/* Gallery page */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #31b6bb;
    color: #fff;
    font-weight: bold;
}

.nav-tabs .nav-link {
    border: 1px solid #31b6bb;
    color: #000;
    font-weight: bold;
}

/* Gallery page */
.contact_us form {
    background: #31b6bb;
    color: #fff;
    padding: 2rem 2rem 1rem;
}

.contact_us form .form-control {
    background: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

.contact_us form ::placeholder {
    color: #FFF !important ;
}

.contact_us .fa-li {
    font-size: 20px;
}

/* client page */
.client .box {
    text-align: center;
    margin-bottom: 2rem;
}

.client .box img {
    padding: 0 4rem;
    object-fit: contain;
}

.client .box img + p {
    font-weight: bold;
    margin-bottom: 0px;
}

/* ===============Responsive code ===============*/

@media screen and (min-width:991px) {
    .dropdown-menu {
        -webkit-transform-origin: top;
        transform-origin: top;
        /*-webkit-animation-fill-mode: forwards;  
 animation-fill-mode: forwards; */
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        display: block;
        /*transition: all 0.2s ease-out;
 -webkit-transition: all 0.2s ease-out;*/
    }
    .ul.dropdown-menu.menubar_main,
    .dropdown:hover .dropdown-menu.menubar_main {
        min-width: 560px!important;
        display: flex;
        flex-wrap: wrap;
    }
    .menubar_main .ab_items {
        flex: 1 0 45%;
        margin-left: 10px;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        transform: scale(1);
        /*transition: all .3s;*/
        /*background: #f1f1f1;*/
        padding: 0px;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.29);
        /*border-top: 3px solid #46b549;*/
        border-radius: 0px;
        border: none;
        min-width: 260px;
    }
}



@media screen and (min-width:991px) and (max-width:1100px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 11px!important;
    }
}

/* Responsive CSS */

@media screen and (max-width:480px) {
    
}

@media screen and (max-width:767px) {
    
}

@media screen and (max-width:991px) {
    
}

@media only screen and (max-width:1023px) and (min-width: 768px) {
    
}

@media screen and (max-width:991px) {
    
}

@media screen and (max-width:768px) {

    .mpb5 {
        padding-bottom: 2rem;
    }
    
    .mpt5 {
        padding-top: 2rem;
    }
    .banner-txt h1 {
        font-size: 20px;
        margin-bottom: 1rem;
    }
    h4.title2 {
        margin: 1rem 0;
        text-align: center;
    }
    .who_we_content {
        left: 0;
        padding: 0;
    }
    .who_we_are {
        padding: 1.4rem;
    }
    .who_we_are .content_box {
        margin: 1rem 0;
    }
    .why_us {
        padding: 3rem 0;
    }
    .why_us_box .why_us_img2 {
        position: relative;
        bottom:auto
    }
    .why_us .btn_outer {
        left: auto;
        text-align: center;
        top: -82px;
    }
    .footermenu {
        flex-direction: column;
    }
}

@media screen and (max-width:660px) {
   
}