/* 
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif; 

#93192c-red
#002b6e-blue
f39424-yellow
ca7b1e-darker yellow
fefeff-white
a5a8af-grey
d5d9e2-lighter grey



*/

* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
body{    
    /* background: rgb(254,247,239);
    background: linear-gradient(90deg, rgba(254,247,239,1) 0%, rgb(243 148 36 / 50%) 100%);  */
    background-image: url(../images/bg-v1.jpg);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    background-position: center;
    background-attachment: fixed;
}

.upper-top-nav {
    padding-left: 150px;
    border-bottom: 1px solid #f39424;
    list-style-type: none;
    font-size: 14px;
}

.logo-text {
    font-size: 24px;
}
.logo-cont{
    position: absolute;
    top: -80px;
    background: #fff;
    padding-right: 30px;
    padding-left: 0;
    padding-top: 18px;
}
#topnav{background: #002b6e;}
#topnav a{
    font-size: 14px;
    color: #fff;    
}
.email i, .call i{
    color: #f39424;
    padding: 4px;
    font-size: 14px;
    border-radius: 50%;
}
.email i{
    background-color: #002b6e;
}
.call i{
    border:1px solid #002b6e;
    background-color: #fff;    
}
.email, .call {
    color: #002b6e;
    text-decoration: none;
    font-size: 12px;
    margin: 5px;
}
.footer{
    background-color: #0c2345;
    color: #fff;
    position: relative;
    padding: 20px 0;
}
.footer a{
    color: #fff;
    text-decoration: none;
}
.footer li{ list-style-type: none;}
.footer-logo{
    width: 200px;
    top: -100px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
.footer ul{
    padding-left: 0;
}
.footer i{ font-size: 30px;}
.footer p{ margin-bottom: 5px;}
.legal-ttl{margin-top: 50px;}


.home-about{
    display: flex;
    padding: 0;
}
.home-about > div{
    width: 50%;
}
.home-about-img img{ height: 420px; }
.home-about-text{
    padding: 50px;
}
.testimonial-bg-color{
    padding: 0;
}
.testimonial-bg{
    background-image: url(../images/truck1.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    padding: 0;
}
.testimonial-ttl {
    color: #002b6e;
}
.testimonial{
    background-color: #ffffff85;
    min-height: 100vh;
    min-width: 100%;
}

.testimonial-item {
    background-color: #fff;
    color: #002b6e;
    padding: 10px;
    height: 100%;
}
.testimonial-item-info ul {
    list-style-type: none;
    border-bottom: 1px solid #002b6e;
    padding-bottom: 10px;
}
.testimonial-item-name{font-size: 20px;}
.testimonial-item-time{font-size: 14px;}
.graid-bg-yellow-135{    
    background: rgb(254,247,239);
    background: linear-gradient(135deg, rgba(254,247,239,1) 0%, rgb(243 148 36 / 50%) 100%); 
}
.graid-bg-yellow-90{    
    background: rgb(254,247,239);
    background: linear-gradient(90deg, rgba(254,247,239,1) 0%, rgb(243 148 36 / 50%) 100%); 
}
.george-mathew-img, .george-mathew-text {
    padding-top: 400px !important;
}
.george-mathew-img img {
    position: absolute;
    right: -230px;
    top: 50px;
}
.about-us, .our-mission, .our-vision, .our-values, .signup, .signin, .carrier-profile, .dispatch-agreement{
    background: #0c2345;
    color: #fff;
}
.about-us-ttl{color: #f39424;}

.about-us-ttl, .our-mission-ttl, .our-vision-ttl, .our-values-ttl{color: #f39424;}
.about-us-img img, .our-mission-img img, .our-vision-img img, .our-values-img img{width: 100px;}
.our-values-text ul {
    list-style-type:none;
}
.color-blue{ color:#0c2345;}
.color-orange{ color:#f39424;}
.bg-blue{ background-color:#0c2345;}

.img-service{
    width: 300px;
    margin-top: -150px;
}
.services-cont{
    padding-top: 150px;
    padding-bottom: 50px;
}
.services-cont .bg-white{ background-color: transparent !important;}
.divider {
    width: 100%;
    height: 10px;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0.125em 0.5em rgba(0, 0, 0, .15);
        display: none;
}
.h-300{
    height: 300px;
}
.home-about-img  {
    display: flex;
    align-items: center;
    justify-content: right;
    overflow: hidden;
}
.form-signup, .form-signin, .form-forgot-password, .form-reset-password {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: auto;
}
.btn-white{
    background: #fff;
    color:  #f39424;
    border: 0;
}
textarea{
    border: 0;
}
.input-carrier{
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
}
.carrier-profile span{
    font-size: 14px;
    min-width: fit-content;
}
.input-dispatch {
    width: auto;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
}
/* .navbar-toggler-icon {   
    background-image: var(--bs-navbar-toggler-icon-bg);   
} */
.testimonial-ttl-cont {
    background-color: #fff;
    min-width: 100%;
    padding-left: 10%;
}
.min-width-100{
    min-width: 100%;
}
.services-cont img.img-service{
    margin-bottom: 20px;
}
.services-banner{
    background-image: url(../images/banner-services.webp);
    min-height: 400px;
    background-size: cover;
    background-position: bottom;
}
.home-about-img{
    background-image: url(../images/truck5.webp);
    min-height: 400px;
    background-size: cover;
}
li.nav-item:before {
    background: #002b6e;
    content: "";
    display: inline-block;
    position: absolute;
    height: 0;
    top: -10px;
    width: 100px;

}
li.nav-item { position: relative; }
.home-body .section-top-nav{margin-bottom: 0 !important;}
.home-sec-2 >row{
    padding: 0; margin: 0;
}
.logo-ttl-sm  {
    font-size: 20px;
    margin-left: 90px;
    display: inline;
    position: absolute;
    top: 16px;
}
.blogs-list-item-img, 
.recent-posts-item-img{
    width: 100%;
    margin-bottom: 20px;
}
.recent-posts-item-img{
    max-width: 300px;
}
.blog-body h3, 
.blog-body h4, 
.blog-body p{
    color:#0c2345;
}
.blog-body .footer h3, 
.blog-body .footer h4, 
.blog-body .footer p{
    color:#fff;
}
.recent-posts-item-ttl{font-size: 18px;}
.blog-sidebar{
    border-left: 1px solid #eee;
}
img{ border-radius: 5px !important;}
.testimonial-star{max-width: 140px;}
.testimonials.owl-theme .owl-dots .owl-dot span { background: #777777; }
.owl-theme .owl-dots .owl-dot.active span {
    background: #000;
}
.testimonial-item-pic img{width: 100px !important;}
.owl-carousel .owl-stage{display: flex !important;}
.owl-carousel .owl-stage .item{height: 100% !important;}
.owl-theme .owl-nav { display: none; }
.owl-theme .owl-dots {margin-top: 10px;}






















@media screen and (max-width:992px) {
    
    .navbar>.container-fluid{ display: block;}
    .navbar-toggler{float:right}
    #topnav {
        position: absolute;
        width: auto;
        z-index: 9;
        top: 68px;
        left: 0;
        height: auto;
        background: #0c2345;
        padding: 50px;
    }
    button.navbar-toggler{
        position: relative;
        top: 10px;
    }
    .upper-top-nav{display: none !important;}
    #topnav > ul { padding: 0 !important;  }
    #topnav > ul > li{text-align: center; }
    #topnav > ul > li:nth-child(even){ background: #0c2345; }
    .logo-cont {
        top: 0;
        padding-right: 0;  
        padding: 0;   
        background-color: transparent;
    }
    .logo-cont img{width: 80px !important;}
    .home-about-text{
        padding: 50px 10px;
    }
    #topnav a {
        font-size: 18px;
        color: #fff;
        padding: 10px 0;
        text-align: left;
    }
    .navbar > div{
        min-height: 60px;
    }

    .about-us, .our-mission, .our-vision, .our-values, .privay-policy {
        padding: 30px 10px !important;
    }
    .our-mission-text, 
    .our-vision-text, 
    .our-values-text{
        padding-left: 0 !important;
    }
    .dry-van-img, .box-truck-img, .reefer-freight-img, .power-only-img, .flatbed-freight-img, .stepdeck-img, .hotshot-img{
        text-align: left !important;
        margin-bottom: 20px;
    }
    .footer {
       padding-top: 80px;
    }
    .testimonial .col{
        padding: 10px;
    }
    .section-george-mathew{padding-top: 50px;}
    .testimonial-bg{height: auto !important; display: flex;}
    .george-mathew-pic{width: 350px;}
    .george-mathew-text-single{width: 100% !important;}
}

@media screen and (max-width:768px) {

    .george-mathew-img{ align-items: flex-start !important; }
    .george-mathew-img p{ 
        text-align: left !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }
    .george-mathew-img img { position: initial; right: initial;margin-bottom:20px;margin-top: 20px;width: 100%;  } 
    .george-mathew-img, .george-mathew-text {
        padding-top: 0px !important;
    }
    .george-mathew-text{
        padding-top: 0 !important;
    }
.george-mathew-text p{ width: 100% !important; 
    padding: 0 !important;}
    .services-cont img.img-service { margin-top: 0px; }
    .services-cont {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .blogs-list-item {
        border-bottom: 1px solid #aaa;
        margin-bottom: 80px;
        padding-bottom: 80px;
    }
}