﻿/*
    Theme Name:Firstcity
    Theme URI: https://wordpress.org/themes 
    Author: the WordPress team
    Author URI: https://wordpress.org/
*/

/* font-family: 'Montserrat', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Rubik', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



@charset "utf-8";
/* CSS Document */

/*html, body {
    width: 100%;
    overflow-x: hidden;
} */
* {
    text-decoration: none !important;
    outline: none !important;
}
body {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    background: #fff;
    letter-spacing: 0.4px;
    overflow-x: hidden;
    color: #333333;
}
img 
{
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}
ul,
ol 
{
    margin: 0;
    padding: 0;
    list-style: none;
}
a, a:hover,a:focus
{
    text-decoration: none;
}
ol 
{
    list-style: decimal inside;
}
h1, h2, h3, h4, h5, h6 
{
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    color: #0d141e;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
}

p
{
    margin: 0;
    padding: 0;
    color: #050707;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
}
b, strong 
{
    font-weight: 600;
}
blockquote 
{
    margin: 0;
    padding: 0;
    border: none;
}

/***************
Scroll Bar Design
**************/
/* width */
::-webkit-scrollbar 
{
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track 
{
    background: #f1f1f1; 
}
/* Handle */
::-webkit-scrollbar-thumb 
{
    background: #000; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover 
{
    background: #38b4f3; 
}
/***************
Scroll Bar Design
**************/
/***************
page scrool
**************/
.scrollup {
    right: 15px;
    position: fixed;
    border-radius: 0;
    bottom: -80px;
    width: 45px;
    height: 45px;
    z-index: 9999;
    background: #f50d0d;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
    color: #FFF;
    padding: 10px;
}
.scrollup.active 
{
    bottom: 92px;
    right: 15px;
}
.scrollup:hover 
{
    background-color: #f50d0d;
}

/***************
page scrool
***************/


/***************** Header *******************/

header 
{
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 22px;
    z-index: 9;
    transition: all 0.5s ease;
}


.full-width 
{
    width: 100%;
    max-width: auto;
}

.header-left {
    display: flex;
    align-items: center;
    margin-top: 12px;
    flex: 0 0 30%;
}

.logo-area, .top-quote
{
    flex: 0 0 30%;
}

.call {
    display: flex;
    align-items: center;
    margin-left: 80px;
}

.call > div 
{
    padding-left: 10px;
}

.call > div p 
{
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
}
.call > div a
{
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 600;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0;
  background-color: #222b31;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
}

.sidenav a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 18px;
    color: #f7f7f7;
    display: block;
    transition: 0.3s;
}


.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
    font-size: 36px;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    text-align: right;
}

.closebtn:hover 
{
    background: transparent !important;
}


.toggle-menu
{
    color: #FFF;
    font-size: 35px;
    cursor: pointer;
}


.closebtn
{
    color: #FFF !important;
    font-size: 50px;
    cursor: pointer;
    display: none;

}


.togglenav 
{
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
}

.get-quote 
{
    background: #f50d0d;
    display: inline-block;
    text-transform: uppercase;
    color: #FFF !important;
    padding: 10px 30px;
    border-radius: 50px;
    margin-top: 10px;
}


.bannerSlider 
{
    position: relative;
}

.slider-content {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}


.slider-content div strong
{
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    display: block;
}


.slider-content div p {
    font-size: 16px;
    color: #FFF;
    line-height: 18px;
}


.bannerSlider .owl-dots {
    margin: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 150px;
}

.bannerSlider .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.bannerSlider .owl-dots .owl-dot.active span, .bannerSlider .owl-dots .owl-dot:hover span {
    background: #f50d0d;
}

.cover-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#mySidenav .current-menu-item a 
{
    background: #f50d0d;
}

.sidenav a:hover 
{
    background: #f50d0d;
}

.sub-menu {
    background: #2f3a42;
}

.sub-menu li a {
    font-size: 15px;
    padding: 5px 5px 5px 35px;
    line-height: 25px;
    border-bottom: 1px solid #ffffff21;
}

.fixed-header 
{
    position: fixed;
    left: 0;
    right: 0;
    background: #222b31ad;
    padding: 10px 0;
    transition: all 0.5s ease;
}

.logo 
{
    transition: all 0.5s ease;
}

.fixed-header .logo 
{
    width: 30%;
    margin: 0 auto;
    transition: all 0.5s ease;
}


/*****************************************************************/

.enqu-logo 
{
    background: #f50d0d;
    padding: 75px 0;
    text-align: center;
    width: 300px;
    flex: 0 0 300px;
}

.enqu-cover {
    display: flex;
    background: #FFF;
    top: -85px;
    position: relative;
    z-index: 1;
    box-shadow: 0 17px 95px rgb(0 0 0 / 22%);
}

.enqu-form form 
{
    position: relative;
}


.enqu-form input[type="text"], .enqu-form input[type="email"]
{
    width: 100%;
    background: #f5f5f5;
    border-radius: 50px;
    border: 1px solid #e5e5e5;
    height: 42px;
    padding: 5px 15px;
    margin-bottom: 15px;
}

.enqu-form textarea 
{
    width: 100%;
    background: #f5f5f5;
    border-radius: 50px;
    border: 1px solid #e5e5e5;
    padding: 10px 0 10px 20px;
    margin-bottom: 15px;
}

.enqu-form textarea 
{
    width: 100%;
}

.form-top {
    display: flex;
    justify-content: space-between;
}

.enqu-form  
{
    padding: 10px 60px;
    padding-bottom: 0;
}

.form-top 
{
    margin-bottom: 20px;
}

.form-top h4 
{
    font-size: 22px;
    color: #1b273d;
    font-weight: bold;
    line-height: 35px;
}

.send-reqbtn 
{
    background: #f50d0d;
    border: none;
    color: #FFF;
    padding: 10px 25px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    right: 0;
}

.ajax-loader 
{
    display: block !important;
}


.formenqarea 
{
   /*  padding-bottom: 50px; */
}

/********************** About Us *********************************/


.aboutsection 
{
    display: flex;
    align-items: center;
}

.about-content {
    max-width: 575px;
    padding-left: 75px;
}

.about-image 
{
    width: 100%;
    max-width: 50%;
    flex: 0 0 50%;
}

.about-image img 
{
    width: 100%;
}

.about-content strong
{
    font-size: 58px;
    color: #f5f5f5;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.about-content h1
{
    color: #0d0d0d;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
}


.about-content p 
{
    font-size: 15px;
    color: #535353;
    margin-bottom: 30px;
    line-height: 26px;
    font-weight: 400;
}

.read-more 
{
    background: #f50d0d;
    padding: 15px 25px;
    color: #FFF !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    font-size: 14px;
}




/***********************  Our Services    *******************************/


.our-services 
{
    background: url('images/service-background.jpg') no-repeat center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

.service-heading {
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-heading > div > span 
{
    color: #f50d0d;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.service-heading > div > h2
{
    /* font-size: 50px;
    color: #2d2d2d;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 50px; */
    color: #0d0d0d;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-all 
{
    background: #f50d0d;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    color: #FFF !important;
    text-transform: uppercase;
}

.pic  
{
    position: relative;
}

.pic img 
{
    width: 100%;
}

.holder {
    position: absolute;
    top: 0;
    bottom: 0;
    background-size: cover;
    left: 0;
    right: 0;
    background-position: center;
}

.service-area 
{
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px #dedede;
    transition: all 0.4s;
}

.service-area:hover .service-content
{
   bottom: 0;
}


.service-content {
    position: absolute;
    bottom:  -400px;
    background: #FFF;
    transition: all 0.4s;
    z-index: 1;
}

.under-content 
{
    padding: 40px 30px 0 30px;
}


.red-btn {
    background: #f50d0d;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
    font-size: 45px;
    color: #FFF !important;
    justify-content: center;
}

.under-content h4 
{
    font-size: 21px;
    color: #2d2d2d;
    margin-bottom: 10px;
    font-weight: 600;
}

.under-content p 
{
    color: #565656;
}

.white-heading 
{
    position: absolute;
    bottom: 65px;
    z-index: 1;
    left: 30px;
    color: #FFF;
    font-weight: 600;
    font-size: 22px;

}

/*********************************************/

.why-chooseus 
{
    background: url('images/why-choose.jpg') no-repeat center;
    background-size: cover;
    padding: 60px 0 30px 0;
}

.promice-heading 
{
    font-size: 60px;
    font-weight: bold;
    color: #FFF;
    opacity: 0.12;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    display: block;
}

.why-haeding 
{
    color: #FFF;
    /* font-weight: 900;
    font-size: 50px; */
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.round-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.number-icon {
    width: 40px;
    height: 40px;
    background: #f50d0d;
    border-radius: 50px;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    bottom: -15px;
}

.content-choose h4 
{
    font-weight: bold;
    color: #FFF;
    font-size: 18px;
    margin: 5px 0;
}

.content-choose p 
{
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
}


.why-listing {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: wrap;
}

.why-listing li {
    flex: 0 0 30%;
    margin: 5px 15px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 2px solid #ffffff3b;
    position: relative;
}

.why-listing li:nth-child(4), .why-listing li:nth-child(5), .why-listing li:nth-child(6)
{
    border-bottom: none;
}

/* .why-listing li:nth-child(2)
{
    border-left: 2px solid #ffffff3b;
    border-right: 2px solid #ffffff3b;
}

.why-listing li:nth-child(5) 
{
    border-left: 2px solid #ffffff3b;
    border-right: 2px solid #ffffff3b;
} */


.why-listing li:nth-child(2)::before
{
    content: '';
    position: absolute;
    left: -17px;
    border-left: 2px solid #ffffff3b;
    top: 0;
    bottom: 0;
    height: 90%;
}

.why-listing li:nth-child(2)::after
{
    content: '';
    position: absolute;
    right: -17px;
    border-left: 2px solid #ffffff3b;
    top: 0;
    bottom: 0;
    height: 90%;
}

.why-listing li:nth-child(5)::before
{
    content: '';
    position: absolute;
    left: -17px;
    border-left: 2px solid #ffffff3b;
    top: 0;
    bottom: 0;
    height: 90%;
}

.why-listing li:nth-child(5)::after
{
    content: '';
    position: absolute;
    right: -17px;
    border-left: 2px solid #ffffff3b;
    top: 0;
    bottom: 0;
    height: 90%;

}

.contact-foot 
{
    background: url('images/bg-foot-contact.jpg') no-repeat left;
    background-size: cover;
    padding: 75px 0;
    position: relative;
    overflow: hidden;
}

.contact-foot::before 
{
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: url('images/car.png') no-repeat right;
    width: 100%;
    height: 100%'';
}

.footer-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-contact div h4 
{
    color: #0d0d0d;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}


footer .container 
{
    max-width: 1400px !important;
}


/****************** Inner page *****************/

.inner-banners 
{
    padding: 180px 0 180px 0;
}

.inner-heading strong
{
    color: #FFF;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800 !important;
    font-family: 'Montserrat', sans-serif;
    line-height: 60px;
}

/************** Service ****************/

.service-page-text 
{
    padding-bottom: 50px;
}

.service-page-text p 
{
    font-size: 18px;
    color: #2d2d2d;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.service-list 
{
    padding-bottom: 15px;
}


/*********** Cargo ****************/

.cargo-transportation {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.cargo-image {
    width: 100%;
    max-width: 50%;
    flex: 0 0 50%;
}

.cargo-image img {
    width: 100%;
}

.cargo-content {
    max-width: 575px;
    padding-left: 75px;
}

.cargo-content h1
{
    color: #0d0d0d;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 30px;
}

.cargo-content ul li 
{
    position: relative;
    padding-left: 20px;
    font-size: 15px;
}

.cargo-content ul li::before 
{
    content: '';
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background: #f50d0d;
    border-radius: 50px;
    top: 7px;
}


.content-underService h2
{
    color: #0d0d0d;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.content-underService h4
{
    color: #0d0d0d;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.content-underService h3 {
    color: #0d0d0d;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.content-underService ul li 
{
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}

.content-underService ul li::before 
{
    content: '';
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background: #f50d0d;
    border-radius: 50px;
    top: 7px;
}

.margin-bott58 
{
    margin-bottom: 58px;
}

/***************  Customs ************************/

.customsbroke {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}


.brokerage-content {
    max-width: 575px;
    padding-left: 75px;
}

.brokerage-image {
    width: 100%;
    max-width: 50%;
    flex: 0 0 50%;
}
.brokerage-image img 
{
    width: 100%;
}

.brokerage-content h1
{
    font-size: 22px;
    font-weight: bold;
    color: #0d0d0d;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 30px;
}

.brokerage-content h2
{
    font-size: 22px;
    font-weight: bold;
    color: #0d0d0d;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 30px;
}

.brokerage-content li 
{
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}

.brokerage-content li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background: #f50d0d;
    border-radius: 50px;
    top: 7px;
}

.cargo-clearance 
{
    padding-left: 0 !important;
    padding-right: 75px !important;
}

.lastpadd0 li:last-child 
{
    padding-bottom: 0 !important;
}

.bottom-gap100 
{
    margin-bottom: 50px;
}

.fullwidthpolicy 
{
    width: 100%;
    padding: 0;
    max-width: inherit;
}

/***************  Career ************************/

.career-top 
{
    padding-top: 50px;
    padding-bottom: 30px;
}
.career-text 
{
    max-width: 935px;
    margin: 0 auto;
}
.transparent-career {
    font-size: 70px;
    font-weight: 800;
    color: #222222;
    opacity: 0.10;
    text-transform: uppercase;
    line-height: 40px;
    display: block;
    font-family: 'Montserrat', sans-serif;
}

.career-text h2 {
    color: #222222;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.career-text p 
{
    color: #222222;
    font-size: 16px;
}


.career-cover {
    background: #f7f7f7;
    padding: 26px 10px 0 10px;
    margin-bottom: 15px;
}

.carer-icon {
    width: 145px;
    height: 145px;
    background: #f50d0d;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.career-heading {
    font-size: 22px;
    color: #454545;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 35px;
}

.career-three 
{
    margin-bottom: 50px;
}

.submit-resume 
{
    margin-bottom: 50px;
}

.resume-cover {
    background: #FFF;
    box-shadow: 0 17px 95px #00000040;
    display: flex;
}

.resume-image 
{
    max-width: 50%;
    flex: 0 0 50%;
}

.resume-image img 
{
    width: 100%;
        object-fit: cover;
}

.resume-form  
{
    text-align: center;
    padding: 50px;
}
.owl-carousel .owl-item img{
    object-fit: cover;
}

.resume-form h4 
{
    color: #1b273d;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.wpcf7 
{
    margin-top: 30px;
}

.resume-form input[type="text"], .resume-form input[type="email"], .resume-form input[type="file"]
{
    width: 100%;
    background: #f5f5f5;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.resume-form textarea
{
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 10px;
}


.send-resume 
{
    background: #f50d0d;
    border-radius: 50px;
    padding: 10px 20px;
    color: #FFF !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    margin-top: 25px;
}

/********************** About Us ******************/

.about-top {
    display: flex;
    align-items: center;
}

.about-top-image {
    width: 100%;
    max-width: 50%;
    flex: 0 0 50%;
}

.about-top-image img 
{
    width: 100%;
}

.about-top-content {
    max-width: 575px;
    padding-left: 75px;
}

.about-top-content h1, .about-top-content h2 
{
    color: #0d0d0d;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 12px;
    text-transform: uppercase;
}


.mission-vission 
{
    padding: 50px 0;
}

.missionvision h3 
{
    color: #0d0d0d;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}


.missionvision h4 
{
    color: #0d0d0d;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.missionvision p 
{
    color: #535353;
}

.mv-image {
    position: relative;
}

.member-of {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.member-off-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.member-off-image div  
{
    margin: 0 10px;
}


.member-of h4 
{
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.corporte-social 
{
    background: #f6f6f6;
    padding: 50px 0;
}

.corpor-heading 
{
    color: #0d0d0d;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;

}


.corporate-text h4 
{
    font-size: 18px;
    color: #0d0d0d;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: bold;
}

.corporate-text p 
{
    font-size: 15px;
    color: #535353;

}


/**************** Contact Page ***********************/

.contact-details 
{
    margin-top: 50px;
}

.address-area 
{
    background: #f7f7f7;
}

.contact-text {
    padding: 30px 30px 30px 45px;
}


.contact-text h4 
{
    font-size: 20px;
    color: #363636;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contact-text h5 
{
    font-size: 18px;
    color: #363636;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-text ul li {
    display: flex;
    align-items: center;
    font-size: 19px;
    margin-bottom: 15px;
}

.contact-text ul li p 
{
    font-size: 16px;
    color: #363636;
}
.contact-text ul li p a
{
    color: #363636 !important;
}
.contact-text ul li i {
    width: 30px;
    flex: 0 0 30px;
    color: #e53f29;
}

.contact-text .fa-map-marker 
{
    font-size: 30px;
}

.enqu-form-area {
    margin: 50px 0 50px 0;
    box-shadow: 0 17px 95px #00000038;
    display: flex;
    overflow: hidden;
}

.image-contact 
{
    flex: 0 0 55%;
    margin-left: auto;
}

.image-contact img 
{
    width: 100%;
}

.form-contact 
{
    padding: 50px 45px;
    flex: 0 0 45%;
}

.form-contact .ajax-loader 
{
    height: auto !important;
}

.content-form h4
{
    font-size: 20px;
    color: #1b273d;
    font-weight: bold;
    margin-bottom: 10px;
}

.content-form h1
{
    font-size: 28px;
    color: #1b273d;
    font-weight: bold;
    margin-bottom: 20px;
}

.form-contact input[type="text"], .form-contact input[type="email"], .form-contact input[type="file"] {
    width: 100%;
    background: #f5f5f5;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.form-contact textarea {
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 10px;
}


/******************** Footer *********************/

footer 
{
    background: #0b0e10;
    padding-top: 55px;
}


.footer-holder h3 
{
    color: #FFF !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}


.footer-holder h4 
{
    color: #d7d7d7 !important;
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-details  
{
    margin-bottom: 30px;
}

.footer-details li p {
    color: #d7d7d7;
    font-size: 14px;
    line-height: 18px;
}

.footer-details li p a 
{
    color: #d7d7d7 !important;
}

.footer-details li  
{
    display: flex;
    margin-bottom: 15px;
}

.footer-details li span 
{
    color: #e53f29;
    margin-right: 10px;
}


.footer-buttom 
{
    background: #0b0e10;
    padding: 15px 0;
    border-top: 1px solid #404040;
}

.copy p 
{
    font-size: 13px;
    color: #e3e3e3;
}

#menu-footer-menu li a, #menu-services-menu li a 
{
    color: #d7d7d7 !important;
    font-size: 15px;
    padding-left: 10px;
    position: relative;
    display: inline-block;

}

#menu-footer-menu li a::before, #menu-services-menu li a::before
{
    content: '-';
    position: absolute;
    left: 0;

}

.foot-facebook {
    text-align: center;
}

/**************************************/

.team-slider .owl-dots .owl-dot.active span, .team-slider .owl-dots .owl-dot:hover span {
    background: #f50d0d;
}

.team-slider .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.team-slider .owl-nav.disabled+.owl-dots {
    margin-top: -35px;
    position: relative;
    z-index: 9;
}





/***********Responsive**************/

@media (min-width: 1900px){

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width:1900px;
}

}

@media only screen and (max-width: 1400px)
{
    .about-content {
    padding-bottom: 60px;
}

.about-image img 
{
    height: 100%;
}

.aboutsection {
    display: flex;
    align-items: inherit;
}
/* 
.why-listing li {
     
    padding-left: 30px;
    padding-right: 30px;
     
} */

.slider-content {
    width: 100%;
}

.career-cover {
    background: #f7f7f7;
    /* padding: 26px 20px 0 20px; */
}

.career-heading {
    font-size: 20px; 
}

.resume-image img {
    width: 100%;
    height: 100%;
}






.mv-image img 
{
    width: 100%;
}

.image-contact img {
    width: 100%;
    height: 100%;
}

.slider-content div strong {
    font-size: 40px; 
    }

    .slider-content div p {
    font-size: 18px;
    line-height: 25px;
}


}

@media only screen and (max-width: 1300px)
{ 
    .about-top-image {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.about-top {
     
    flex-flow: wrap;
}

.about-top-content {
    max-width: 100%;
    padding-left: 35px;
    padding-top: 35px;
    padding-right: 20px;
}

.bottom-gap100 {
    margin-bottom: 50px;
}


}


@media only screen and (max-width: 1200px)
{
    .enqu-cover {
     
    flex-flow: wrap;
}

.enqu-logo {
    background: #f50d0d;
    padding: 50px 0;
    text-align: center;
    width: 100%;
    flex: 0 0 100%;
}
.enqu-form {
    padding: 30px 30px;
    padding-bottom: 30px;
}

.about-image {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.about-content {
    max-width: 100%;
    padding-left: 30px;
    padding-top: 60px;
}

.aboutsection {
    display: flex;
    align-items: inherit;
    flex-direction: column;
}

.header-left {
     
    flex: initial;
}

.slider-content div strong {
    font-size: 30px;
    margin-bottom: 20px;
}

.bannerSlider .owl-item img {
    display: block;
    width: 100%;
    height: 450px;
}

    .slider-content  
    {
        margin-top: 30px;
    }

    .bannerSlider .owl-dots {
     
    bottom: 45px;
}

.cargo-image {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.cargo-transportation {
    flex-flow: wrap;
}

.cargo-content {
    max-width: 100%;
    padding-left: 30px;
    padding-top: 50px;
}

.customsbroke {
    flex-flow: wrap;
}

.brokerage-image {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.brokerage-content {
    max-width: 100%;
    padding-left: 30px;
    padding-top: 45px;
}

.cargo-clearance {
    padding-left: 30px !important;
    padding-right: 0px !important;
}


.flex-dir-rev 
{
    flex-direction: column-reverse;
}

.career-text h2 {
    font-size: 30px; 
}

.enqu-cover {
     
    top: -40px;
     
     }



}

@media only screen and (max-width: 992px) 
{
    
  .why-listing li {
    flex: 0 0 45%;
}

.why-listing li:nth-child(2)::before, .why-listing li:nth-child(2)::after, .why-listing li:nth-child(5)::before, .why-listing li:nth-child(5)::after
{
    display: none;
}

.why-listing li:nth-child(4), .why-listing li:nth-child(5), .why-listing li:nth-child(6) {
    border-bottom: 2px solid #ffffff3b !important;
}

.contact-foot::before 
{
    display: none;
}

.slider-content div strong {
    font-size: 35px;
        margin-bottom: 15px; 
    }

    .slider-content div p {
    font-size: 16px;
    color: #FFF;
    line-height: 20px;
}

.call {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.logo-area {
    width: 115px;
}

.bannerSlider .owl-dots {
     
    bottom: 85px;
}

.flex-rev 
{
    flex-direction: column-reverse;
}
.cargo-pic {
    margin-bottom: 20px;
}
.cargo-pic img 
{
    width: 100%;
}
.margin-bott58 {
    margin-bottom: 30px;
}

.resume-image {
    max-width: 100%;
    flex: 0 0 100%;
}

.resume-cover {
    flex-flow: wrap;
    flex-flow: column-reverse;
}


.mv-image, .team-slider
{
    margin-top: 30px;
}

.form-contact {
    padding: 50px 45px;
    flex: 0 0 100%;
}

.image-contact {
    flex: 0 0 100%;
}

.enqu-form-area {
    flex-flow: wrap;
    flex-flow: column-reverse;
}

.fixed-header .logo {
    width: 40%;
}

.service-area 
{
    margin-bottom: 20px;
}


}



@media only screen and (max-width: 768px) 
{
    .enqu-cover 
    {
        top: 0;
    }

    .bannerSlider .owl-dots {
    bottom: 0;
}

.bannerSlider .owl-item img 
{
    height: 400px !important;
}

.service-heading > div > h2 {
    font-size: 30px; 
    }

    .promice-heading {
    font-size: 60px; 
}

.why-haeding {
    
    font-size: 35px;
    margin-bottom: 40px;
}

.why-listing li {
    flex: 0 0 100%;
}

.footer-contact {
    flex-flow: wrap;
}

.btn-all 
{
    margin-top: 20px;
}

.copy  
{
    text-align: left !important;
}

.foot-facebook 
{
    margin: 20px 0;
}

.logo-area, .top-quote {
    flex: initial;
}

.send-reqbtn {
     
    position: relative;
    top: 0;
    right: 0;
    left: 15px;
}

.foot-facebook {
    text-align: left;
}

.career-text {
    max-width: 100%;
    margin: 0 auto;
}

.career-text h2 {
    font-size: 25px;
    margin-bottom: 25px;
}

.transparent-career {
    font-size: 70px;
    line-height: 30px;
}


.inner-heading strong {
    font-size: 35px;
}

.ser-resgap 
{
    padding: 15px 0;
}

.fixed-header .logo {
    width: 70%;
}

.call {
    margin-left: 10px;
}

.call > div a {
    font-size: 14px; 
    }

    .content-underService h2, .cargo-content h1, .content-underService h3, .content-underService h4 {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 15px;
}

.brokerage-content h1, .brokerage-content h2 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 30px;
}


}

@media only screen and (max-width: 576px) 
{
    .cover-head {
     
    flex-flow: wrap;
}

.header-left {
    display: flex;
    align-items: center;
    margin-top: 12px;
    width: 100%;
    flex: 0 0 100%;
    justify-content: space-between;
}

.logo-area {
    width: 100px;
}

.slider-content {
    width: 100%;
    margin-top: 30px;
}

.slider-content div strong {
    font-size: 25px;
    margin-bottom: 15px;
}

.form-top {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.form-top > div 
{
    margin-bottom: 15px;
}

.about-content strong {
    font-size: 45px; 
}

.service-heading {
     
    flex-flow: wrap;
}

.service-heading > div > h2 {
    font-size: 30px;
}

.promice-heading {
    font-size: 35px;
}

.why-haeding {
    font-size: 26px;
    margin-bottom: 30px;
}

.content-underService h4 {
    font-size: 22px;
    line-height: 30px;
     
}

.content-underService h3 {
    font-size: 22px;
    line-height: 30px;
     
}
.cargo-content h1 
{
    font-size: 25px;
}

.resume-form {
    text-align: center;
    padding: 30px 20px;
}

.transparent-career {
    font-size: 65px;
    line-height: 40px;
}

.career-text h2 {
    font-size: 20px;
    margin-bottom: 25px;
}

.formenqarea .container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.fixed-header {
    position: relative;
    left: 0;
    right: 0;
    background: #000;
    padding: 10px 0;
    transition: all 0.5s ease;
}

.bannerSlider .owl-item img 
{
    height: 450px !important;
}


.about-top-content h1, .about-top-content h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.about-top-content {
    padding-left: 15px;
}

.missionvision h3, .missionvision h4 {
    font-size: 25px;
    margin-bottom: 12px;
}

.corpor-heading {
    font-size: 24px;
    margin-bottom: 20px;
}

.corporate-text h4 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
}
.cargo-content h1 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 30px;
}

.content-underService h2 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
}

.content-underService h3, .content-underService h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

.brokerage-content h1, .brokerage-content h2 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 25px;
}


}

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

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