
h1,h2,h3,h4,h5{
	font-family: 'Oswald', sans-serif;
}
h1{
font-size:55px;
}
h1{
font-size:40px;
}
.navbar-brand img {
    max-width: 175px;
    display: block;
}
header.main_header {
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
    background: #fff;
    padding: 5px 0;
    position: sticky;
    top: 0;
    z-index: 999;
}
header.main_header nav.navbar {
    padding: 0;
}
header.main_header .navbar-nav {
    align-items: center;
}
header.main_header .navbar-nav li.nav-item {
    margin: 0 20px 0 0;
}
header.main_header .navbar-nav .nav-link {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #185f7c;
    text-decoration: none;
    display: block;
    line-height: 1.2;
    padding: 6px 10px;
    transition: 0.35s all ease;
}

header.main_header .navbar-nav .nav-link:hover {
    color: #f7931d;
    transition: 0.35s all ease;
}
header.main_header .navbar-nav .nav-link.request_quote_btn {
    background: #f7931d;
    color: #fff;
    padding: 8px 20px;
    border-radius: 2px;
     transition: 0.35s all ease;
}
header.main_header .navbar-nav .nav-link.request_quote_btn:hover {
    background: #185f7c;
    transition: 0.35s all ease;
}
.slick-slider .slick-arrow {
    position: absolute;
    left: 15px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    border: 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    outline: none;
    background: transparent;
    border: 1px solid #fff;
        transition: 0.35s all ease;
}
.slick-slider .slick-arrow:hover {
        background: #f7931d;
    border: none;
    transition: 0.35s all ease;
}
.slick-slider .slick-arrow.slick-next {
    left: auto;
    right: 15px;
}
ul.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    left: 0;
}
ul.slick-dots li {
    margin: 0 3px;
}
ul.slick-dots li button {
    background: #fff;
    font-size: 0;
    border: 0;
    padding: 0;
    height: 5px;
    width: 25px;
    outline: none;
    transform: rotate(0deg);
    transition: 0.5s all ease;
}
ul.slick-dots li button:hover {
    transform: rotate(180deg);
    transition: 0.5s all ease;
}
ul.slick-dots li.slick-active button {
    background: #f7931d;
}
.slick-slide img {
    display: block;
    height: auto;
    max-width: 100%;
}
.banner_image_col {
    position: relative;
}
.banner_image_col .banner_text {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    width: 100%;
    z-index: 8;
    text-align: center;
    transform: translate(-50%, -50%);
    padding: 0px 100px;
}
.banner_image_col .banner_text h1 {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.banner_btn a.btn_1, .banner_btn a.btn_2 {
    border-radius: 30px;
    color: #fff;
    background: #f7931d;
    border: 1px solid #f7931d;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-top: 30px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    margin-right: 15px;
    font-family: 'Manrope';
}
.banner_btn a.btn_2 {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}
.banner_btn a.btn_1:hover {
    background: transparent;
    border: 1px solid #fff;
}
.banner_btn a.btn_2:hover {
     background: #f7931d;
    border: 1px solid #f7931d;
}
.home_slider_sec button.slick-prev:before {
    content: '\f104';
    font-family: "FontAwesome";
    font-size: 33px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.home_slider_sec button.slick-next:before {
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 33px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.footer-head p, .footer-head a {
    font-size: 14px;
    margin-top: 20px;
    color: #444;
}
.footer-contacts a {
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
}
ul.links li {
    padding-bottom: 15px;
}
.footer-head ul.links {
    padding: 0px;
    list-style: none;
}
.footer-icons {
    margin-top: 20px;
}
.footer-icons ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}
.footer-icons ul li {
    display: inline-block;
}
.navbar-toggler span.icon-bar {
    background: #185f7c;
    width: 30px;
    height: 2px;
    display: block;
    margin-bottom: 6px;
}
button.navbar-toggler:focus {
    outline: none;
}
.footer-icons ul li a {
    background: #fff;
    border: 1px solid #185f7c;
    color: #185f7c;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    transition:0.35s all ease;
}
.footer-icons ul li a:hover {
    background: #f7931d;
    border: 1px solid #f7931d;
    color: #fff;
    transition:0.35s all ease;
}
.padding-2 {
    padding-left: 90px;
}
.footer-head h4 {
    color: #185f7c;
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.footer-head a:hover p {
    color: #f7931d;
}
.footer-head a {
    text-decoration: none;
}
.footer-logo img {
    width: 100%;
    max-width: 175px;
    display: block;
}
.footer-area {
    padding: 40px 0;
    background: #f9f9f9;
    border-top: 1px solid #ededed;
}
.footer-area-bottom {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 15px 0;
}
.copyright>p {
    margin-bottom: 0;
    color: #444;
    font-size: 14px;
}
.navbar-toggler span.icon-bar:last-child {
    margin: 0px;
}
.home_slider_sec .slick-slide {
    position: relative;
}
.home_slider_sec .slick-slide:after {
    background: #444 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner_btn a.btn_1 {
    margin-left: 15px;
}
figure.slide_img {
    margin: 0;
    display: block;
}
figure.slide_img img {
    min-height: 400px;
    object-fit: cover;
}
/*-----about-sec------*/
section.about_sec_col {
    padding: 70px 0px;
}
section.about_sec_col .about_image {
    position: relative;
}
section.about_sec_col .about_image img {
    max-width: 100%;
    max-width: 450px;
}
section.about_sec_col .about_image {
    position: relative;
    margin-top: 30px;
}
section.about_sec_col .about_image:after {
    content: '';
    position: absolute;
    background: transparent;
    width: 455px;
    height: 300px;
    border: 4px solid #f7931d;
    left: 20px;
    top: -22px;
    z-index: -1;
}
section.about_sec_col .about-text h2, section#shippers_main .shippers-text h2, .carriers_offer .carriers-text h2, .contact_offer h2 {
    FONT-SIZE: 40PX;
    color: #185f7c;
    margin-bottom: 35px;
    display: block;
}
section.about_sec_col .about-text h2 span, section#shippers_main .shippers-text h2 span, .carriers_offer .carriers-text span, .contact_offer h2 span {
    background: #f7931d;
    color: #fff;
    padding: 17px 0px;
    display: inline-block;
    line-height: 5px;
    margin-right: 4px;
    width: 40px;
    height: 41px;
    text-align: center;
}
section.about_sec_col .about-text p, .carriers_offer .carriers-text p, .contact_offer p {
    color: #444;
    font-size: 16px;
    line-height: 26px;
}
.about-btn a {
    background: #f7931d;
    color: #fff;
    padding: 8px 20px;
    border-radius: 2px;
    transition: 0.35s all ease;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
}
.about-btn {
    display: block;
    margin: 35px 0px;
}
.about-btn a:hover {
    background: #185f7c;
}
/*-----about-sec------*/

/*-----About-page-----*/
section.about-banner_sec, section.shippers-banner_sec, section.carrier-banner_sec, section.contact-banner_sec {
    background: url(../images/about_banner.jpg) center no-repeat;
    height: 350px;
    width: 100%;
    display: table;
    position: relative;
    background-size: cover;
}
section.about-banner_sec .about-tittle_col, section.shippers-banner_sec .shippers-tittle_col, section.carrier-banner_sec .carrier-tittle_col, section.contact-banner_sec .contact-tittle_col{
    text-align: center;
    z-index: 1;
     position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
section.about-banner_sec .about-tittle_col h2, section.shippers-banner_sec .shippers-tittle_col h2, section.carrier-banner_sec .carrier-tittle_col h2, section.contact-banner_sec .contact-tittle_col h2 {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    line-height: 56px;          
    font-weight: 700;
}
section.about-banner_sec:before, section.shippers-banner_sec:before, section.carrier-banner_sec:before, section.contact-banner_sec:before {
    content: '';
    position: absolute;
    background: #000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.scroll_btn {
    position: relative;
    top: 45px;
}
.scroll_btn i {
    color: #fff;
    font-size: 55px;
}
.center_text_about {
    text-align: center;
}
.center_text_about .about-text p {
    padding: 0px 100px;
}
html {
    scroll-behavior: smooth;
}
.mission-sec .split_section_image img {
    max-width: 100%;
    height: 100%;
    min-height: 450px;
    object-fit: cover;
        width: 100%;
}
.mission-sec .split_section_image {
    width: 50%;
}
.mission-sec {
    background: #efefef;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.mission-sec .left_mision {
    width: 100%;
    display: flex;
}
.mission-sec .right_mision {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}
.mission-sec .mission_text {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-self: center;
    padding: 0px 100px;
}
.mission-sec .mission_text h2 {
    FONT-SIZE: 40PX;
    color: #185f7c;
    margin-bottom: 35px;
    display: block;
}
.mission-sec .mission_text span {
    background: #f7931d;
    color: #fff;
    padding: 17px 0px;
    display: inline-block;
    line-height: 5px;
    margin-right: 4px;
    width: 40px;
    height: 41px;
    text-align: center;
}
section.benefits_gtb {
    MARGIN: 70PX 0PX;
}
section.benefits_gtb .content h2 {
    TEXT-ALIGN: CENTER;
    MARGIN-BOTTOM: 45px;
    FONT-SIZE: 40PX;
    color: #185f7c;
    margin-bottom: 35px;
    display: block;
}
section.benefits_gtb .content h2 span {
    background: #f7931d;
    color: #fff;
    padding: 17px 0px;
    display: inline-block;
    line-height: 5px;
    margin-right: 4px;
    width: 40px;
    height: 41px;
    text-align: center;
}
section.benefits_gtb .content .list_page {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
section.benefits_gtb .content .list_page li {
    list-style: none;
    position: relative;
    background: #fbfbfb;
    margin: 20px 0px 0px;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #f3f3f3;
    padding-left: 40px;
     box-shadow: 4px 3px 12px #dbdbdb;
}
section.benefits_gtb .content .list_page li:before {
    content: '\f105';
    position: absolute;
    font-family: 'FONTAWESOME';
    z-index: 9;
    left: 16px;
    color: #f7931d;
    font-size: 24px;
    top: 9px;
}
section.benefits_gtb .content .list_page ul {
    padding-left: 0px;
}
/*-----About-page-----*/

/*----shipper-page-----*/
section.shippers-banner_sec {
  
    background: url(../images/shippers_banner.jpg) center no-repeat;
} 
section#shippers_main {
    padding: 70px 0px;
    text-align: center;
}
section#shippers_main .shippers-text {
    width: 100%;
}
section#shippers_main .shippers-text .offers_track .shipping_process img {
    background: #f7931d;
    width: 100%;
    max-width: 100px;
    border-radius: 50%;
    padding: 16px;
    transform: rotateY(0deg);
    transition:2s all ease;
}
section#shippers_main .shippers-text .offers_track .shipping_process img:hover {
    transform: rotateY(360deg);
    transition:2s all ease;
}
section#shippers_main .shippers-text .offers_track {
    width: 100%;
    max-width: 700px;
    margin: 0px auto;
    margin-top: 60px;
}
section#shippers_main .shippers-text .offers_track .shipping_process p {
    font-size: 22px;
    font-weight: 600;
    color: #185f7c;
    font-family: 'Oswald';
    margin-top: 12px;
}
section#shippers_main .shippers-text .offers_track .shipping_arrow:after {
    background-image: url(../images/arrow-right.png);
    position: absolute;
    content: '';
    width: 128px;
    height: 128px;
    top: 0px;
    right: -78px;
    background-repeat: no-repeat;
}
section#shippers_main .shippers-text .offers_track .shipping_process {
    position: relative;
}
section.industry_served {
    width: 100%;
    padding: 50px 0px;
    text-align: center;
    background: #185f7c;
}
section.industry_served h2 {
    color: #fff;
}
section.industry_served .trucking-text:hover {
    background: #f7931d;
}
section.industry_served .trucking-text:hover p{
    color:#fff;
}
section.industry_served h2 span {
    background: #ffffff;
    width: 30px;
    height: 50px;
    padding: 0px 8px;
    color: #f7931d;
    margin-right: 4px;
    display: inline-block;
}
section.industry_served h2 {
    color: #fff;
    display: block;
    margin-bottom:70px;
    font-size: 40px;
}
section.industry_served .trucking-text {
    background: #fff;
    margin-bottom: 10px;
}
section.industry_served .trucking-text p {
    margin-bottom: 0px;
    padding: 10px;
    font-size: 20px;
    font-family: manrope;
    font-weight: 600;
    color: #185f7c;
}
.shippers-text p.sub-text {
    color: #444;
    font-size: 20px;
    line-height: 30px;
    padding: 0px 200px;
}
/*----shipper-page-----*/

/*----carrier-page-----*/
section.carrier-banner_sec {
    background-image: url(../images/carriers_banner.jpg);
}
.carriers_offer {
    padding: 70px 0px;
}
.carriers_offer .carriers-text .list-carriers {
    margin: 40px 0px;
    width: 100%;
    margin: 40px auto 0px;
    max-width: 500px;
    background: #f7931d;
    padding: 25px;
}
.carriers_offer .carriers-text .list-carriers ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.carriers_offer .carriers-text .list-carriers ul li {
    color: #fff;
    font-size: 18px;
    text-align: left;
    padding-left: 40px;
    font-family: manrope;
    padding-bottom: 12px;
    position: relative;
}
.carriers_offer .carriers-text .list-carriers ul li:before {
    content: '\f2b5';
    position: absolute;
    font-family: 'FontAwesome';
    left: 5PX;
    font-size: 14px;
    top: 3px;
}
.carriers_offer .carriers-text .list-carriers ul li.head-title {
    font-size: 24px;
    padding: 0px;
    text-align: LEFT;
    margin-bottom: 20px;
    font-weight: 800;
    color: #185f7c;
    font-family: 'Oswald';
}
.carriers_offer .carriers-text .list-carriers ul li.head-title:before{
    content:unset;
} 
.carriers_offer .carriers-text p {
    PADDING: 0PX 220PX;
}
/*----carrier-page-----*/

/*----contact-page-----*/
section.contact-banner_sec{
    background-image: url(../images/contact_banner.jpg);
}
section#contact_main {
    padding: 70px 0px;
}
.contact_form {
    margin: 40px 0px 0px;
}
.contact_offer p {
    font-size: 20px;
    font-weight: 600;
}
.contact_form form {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.contact_form form .form-group input, .contact_form form .form-group textarea {
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    padding: 5px 10px;
    margin-bottom: 12px;
    background: #f5f5f5;
    font-size: 14px;
}
.contact_form form .form-group input::placeholder, .contact_form form .form-group textarea::placeholder {
      color: #b5b5b5;
    font-size: 13px;
}
.contact_form form label {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #545454;
}
.contact_form form .form-group input:focus, .contact_form form .form-group button:focus, .contact_form form .form-group textarea:focus {
    box-shadow: none;
}
.contact_form form .form-group button {
    width: 100%;
    border-radius: 0px;
    padding: 6px;
    font-size: 20px;
    font-family: 'Oswald';
    text-transform: uppercase;
    background: #f7931d;
    border: none;
    margin-top: 10px;
}
.contact_form form .form-group button:hover {
    background: #185f7c;
}
.contact_form form .form-group button:active {
    background: #185f7c!important;
    box-shadow: none!important;
}
/*----contact-page-----*/
div#request_quote .modal-dialog {
    max-width: 600px!important;
    margin: 30px auto;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out;
    transform: translate(0,0);
}
div#request_quote {
    background: rgb(0 0 0 / 0.5);
}
.modal-backdrop {
    display: none;
}
div#request_quote .modal-header h4.modal-title {
    color: #185f7c;
}
div#request_quote .form-horizontal label {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}
div#request_quote .form-horizontal input::placeholder, div#request_quote .form-horizontal textarea::placeholder {
    color: #b5b5b5;
    font-size: 13px;
}
div#request_quote .form-horizontal input, div#request_quote .form-horizontal textarea {
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    padding: 5px 10px;
    margin-bottom: 12px;
    background: #f5f5f5;
    font-size: 14px;
}
div#request_quote .form-horizontal input:focus, div#request_quote .form-horizontal textarea:focus {
    outline:none;
    }
div#request_quote button.submit_btn{
    width: 100%;
    border-radius: 0px;
    padding: 6px;
    font-size: 20px;
    font-family: 'Oswald';
    text-transform: uppercase;
    background: #f7931d;
    border: none;
    margin-top: 10px;
    color: #fff;
}
div#request_quote button.submit_btn:hover{
    background: #185f7c;
}
div#request_quote .modal-dialog {
    position: absolute;
    width: auto;
    margin: 0px;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
header.main_header .navbar-nav li.active a {
    color: #f7931d;
}
.modal-header .close:focus {
    border: none;
    outline: none;
}
form .error-show,
form .response_error_show,
form .error-show-request,
form .quotes_response_error_show {
    margin: 0px 0 20px;
    padding: 6px 10px;
    border: 1px dashed red;
    color: rgb(255 0 0);
    font-size: 16px;
    font-weight: normal;
    background: rgba(255, 0, 0,0.05);
}
form .quotes_message_status_request,
form .message_status_request
{
    margin: 0px 0 20px;
    padding: 10px 10px;
    border: 1px dashed green;
    color: green;
    font-size: 16px;
    font-weight: normal;
    background: rgb(0 128 0 / 5%);
}
.main-error {
    margin-top: 10px;
}
/*========responsive===========*/
@media (max-width: 1199px){
section.about_sec_col .about_image img {
    max-width: 400px;
}
section.about_sec_col .about_image:after {
    content: '';
    width: 405px;
    height: 270px;
}
.carriers_offer .carriers-text p {
    PADDING: 0PX 150PX;
}
}
@media (max-width: 991px){
.shippers-text p.sub-text {
    padding: 0px 60px;
}
section.industry_served .trucking-text p {
    padding: 6px;
    font-size: 16px;
}
.banner_image_col .banner_text h1 {
    font-size: 35px;
    line-height: 42px;
    padding: 0px 30px;
    letter-spacing: 0px;
}
.banner_btn a.btn_1, .banner_btn a.btn_2 {
    font-size: 14px;
    padding: 10px 20px;
}
.padding-2 {
    padding-left: 65px;
}
.banner_image_col .banner_text {
    padding: 0px 10px;
}
header.main_header .navbar-nav li.nav-item {
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    text-align: center;
    padding: 6px 0px;
}
header.main_header .navbar-nav li.nav-item:nth-last-child(2), header.main_header .navbar-nav li.nav-item:last-child {
    border-bottom: none;
}
section.about_sec_col .about_image img {
    max-width: 300px;
}
section.about_sec_col .about_image:after {
    width: 303px;
    height: 205px;
}
section.about_sec_col .about-text h2 {
    margin-bottom: 20px;
}
.center_text_about .about-text p {
    padding: 0px 0px;
}
section.industry_served .trucking-text p {
    padding: 6px;
    font-size: 20px;
}
.carriers_offer .carriers-text p {
    PADDING: 0PX 50PX;
}
}
@media (max-width: 799px){
.mission-sec .mission_text {
    padding: 0px 30px;
}
.mission-sec .split_section_image img {
    min-height: 330px;
}
}
@media (max-width: 767px){
.shippers-text p.sub-text {
    color: #444;
    font-size: 16px;
    line-height: 24px;
    padding: 0px 0px;
}
section.industry_served .col-md-4 {
    flex: 99%!important;
    max-width: 100%;
}
.mission-sec {
    margin-top: 30px;
}
.mission-sec .split_section_image {
    width: 100%;
}
.mission-sec .mission_text {
    width: 100%;
    padding: 40px 30px;
        text-align: center;
}
.mission-sec .right_mision {
    flex-direction: row;
}
.mission-sec .left_mision {
    width: 100%;
    display: flex;
    flex-direction: column;
}	
.mission-sec .right_mision {
    width: 100%;
    flex-direction: column;
}
.padding-2 {
    padding-left: 20px;
}
.mission-sec .split_section_image img {
    min-height: 435px;
    max-height: 435px;
    object-fit: cover;
}
.mission-sec .mission_text h2, section.benefits_gtb .content h2 {
    FONT-SIZE: 30PX;
    margin-bottom: 20px;
}
section.benefits_gtb {
    MARGIN: 50PX 0PX;
}
div#request_quote .modal-dialog {
    width: auto;
    max-width: unset!important;
    margin: 10px 10px;
    top: 0;
    left: 0;
    transform: unset;
}
.banner_image_col .banner_text {
    padding: 0px 50px;
}
section.about_sec_col .about_image img {
    max-width: 100%;
}
section.about_sec_col .about_image:after {
    width: 100%;
    height: 100%;
}
.about-text {
    margin-top: 40px;
}
section.about_sec_col {
    padding: 70px 0px 30px;
}
section.about-banner_sec .about-tittle_col h2 {
    font-size: 40px;
    line-height: 45px;
}
section.about-banner_sec {
    height: 280px;
}
.scroll_btn {
    top: 25px;
}
section.about_sec_col.center_text_about {
    padding: 20px 0px;
}
section.shippers-banner_sec .shippers-tittle_col h2, section.carrier-banner_sec .carrier-tittle_col h2, section.contact-banner_sec .contact-tittle_col h2 {
    font-size: 40px;
    line-height: 45px;
}
section.shippers-banner_sec, section.carrier-banner_sec, section.contact-banner_sec {
    height: 280px;
}
section#shippers_main {
    padding: 50px 0px;
    text-align: center;
}
section#shippers_main .shippers-text .offers_track {
    margin-top: 40px;
}
section#shippers_main .shippers-text .offers_track .shipping_arrow {
    margin-bottom: 150px;
}
section#shippers_main .shippers-text .offers_track .shipping_arrow:after {
    bottom: -140px;
    left: 37%;
    top: unset;
    TRANSFORM: rotateZ(90deg);
}
.carriers_offer .carriers-text p {
    PADDING: 0PX 0PX;
}
.carriers_offer {
    padding: 50px 0px;
}
}
@media (max-width: 639px){
    .mission-sec .split_section_image img {
    min-height: 325px;
    max-height: 325px;
    object-fit: cover;
}
	section.benefits_gtb .content .list_page {
    max-width: 400px;
}
section.benefits_gtb .content .list_page li:before {
    font-size: 20px;
    top: 13px;
}
section.benefits_gtb .content .list_page li {
    font-size: 16px;
 }
.home_slider_sec .slick-slider .slick-arrow {
    display: none!important;
}
header.main_header .navbar-nav li.nav-item {
    margin: 0px;
}
.banner_image_col .banner_text h1 {
    font-size: 20px;
    line-height: 25px;
}
.footer-head p {
    margin-bottom: 0px;
}
.footer-icons {
    margin-top: 0px;
}
ul.links li {
    padding-bottom: 3px;
}
.footer-contacts p {
    margin-top: 0px;
}
.footer-contacts a {
    margin-bottom: 3px;
}
.banner_btn a.btn_1, .banner_btn a.btn_2{
margin-top:0px;
}
.banner_btn a.btn_1, .banner_btn a.btn_2 {
    font-size: 10px;
    padding: 5px 13px;
}
.footer-content {
    margin-bottom: 30px;
    padding: 0px;
}
.banner_image_col .banner_text {
    padding: 0px;
}
.navbar-brand img, .footer-logo img  {
    max-width: 135px;
}
ul.slick-dots {
    bottom: 10px;
}
header.main_header .navbar-nav .nav-link {
    padding: 3px 10px;
}
section.about_sec_col .about_image img {
    max-width: 427px;
}
section.about_sec_col .about_image:after {
    width: 430px;
    height: 100%;
}
section.about_sec_col {
    padding: 40px 0px 30px;
}
section.about_sec_col .about-text h2, section#shippers_main .shippers-text h2, .carriers_offer .carriers-text h2, .contact_offer h2 {
    FONT-SIZE: 30PX;
}
section.about_sec_col .about-text h2 span {
    padding: 15px 0px;
    width: 33px;
    height: 38px;
}
section.about_sec_col .about-text p {
    color: #444;
    font-size: 15px;
    line-height: 24px;
}
section.about-banner_sec .about-tittle_col h2, section.contact-banner_sec .contact-tittle_col h2, section.shippers-banner_sec .shippers-tittle_col h2, section.carrier-banner_sec .carrier-tittle_col h2 {
    font-size: 30px;
        line-height: 35px;
}
    .scroll_btn i {
    color: #fff;
    font-size: 40px;
}
.scroll_btn {
    top: 20px;
}
section.about-banner_sec, section.shippers-banner_sec, section.carrier-banner_sec, section.contact-banner_sec {
    height: 230px;
}
section#shippers_main .shippers-text h2 span {
    width: 32px;
}
section#shippers_main .shippers-text .offers_track .shipping_arrow:after {
    left: 35%;
}
section.industry_served h2 {
    margin-bottom: 40px;
    font-size: 30px;
}
section.industry_served h2 span {
    width: 25px;
    height: 40px;
    padding: 0px 5px;
}
section.industry_served .trucking-text p {
    margin-bottom: 10px;
}
section.about_sec_col .about-text h2 span, section#shippers_main .shippers-text h2 span, .carriers_offer .carriers-text span, .contact_offer h2 span {
    width: 35px;
    height: 42px;
}
.carriers_offer .carriers-text .list-carriers {
    max-width: 400px;
}
.carriers_offer .carriers-text .list-carriers ul li.head-title {
    font-size: 22px;
}
.carriers_offer .carriers-text .list-carriers ul li {
    font-size: 15px;
    padding-bottom: 8px;
}
.carriers_offer .carriers-text .list-carriers ul li:before {
    top: 0px;
}
section#contact_main {
    padding: 40px 0px;
}

}
@media (max-width: 479px){
    .mission-sec {
    margin-top: 0px;
}
.mission-sec .mission_text {
    padding: 30px 10px;
}
section.benefits_gtb .content h2 {
    FONT-SIZE: 25PX;
}
.mission-sec .split_section_image img {
    min-height: 245px;
    max-height: 245px;
    object-fit: cover;
}
section.about_sec_col .about_image img {
    max-width: 300px;
}
.contact_offer h2 {
    margin-bottom: 23px;
}
.contact_form {
    margin: 20px 0px 0px;
}
.contact_offer p {
    font-size: 16px;
    margin-bottom: 0px;
}
section.about_sec_col .about_image:after {
    width: 302px;
    height: 100%;
    border: 3px solid #f7931d;
    left: 15px;
    top: -16px;
}
section.about-banner_sec .about-tittle_col h2, section.shippers-banner_sec .shippers-tittle_col h2, section.carrier-banner_sec .carrier-tittle_col h2, section.contact-banner_sec .contact-tittle_col h2 {
    font-size: 23px;
    line-height: 28px;
}
section#shippers_main .shippers-text .offers_track .shipping_arrow:after {
    left: 30%;
}
section#shippers_main .shippers-text .offers_track .shipping_process p {
    font-size: 18px;
}
}
@media (max-width: 359px){
    section.benefits_gtb .content .list_page li {
    font-size: 15px;
    font-weight: 500;
    padding: 8px;
    padding-left: 30px;
}
section.benefits_gtb .content .list_page li:before {
    font-size: 20px;
    top: 5px;
    left: 10px;
}
section.about_sec_col .about_image img {
    max-width: 285px;
}
section.industry_served .trucking-text p {
    font-size: 17px;
}
section.about_sec_col .about_image:after {
    width: 286px;
}
section#shippers_main .shippers-text .offers_track .shipping_arrow:after {
    left: 28%;
}
section.carrier-banner_sec .carrier-tittle_col {
    padding: 0px 10px;
}
.carriers_offer .carriers-text .list-carriers {
    padding: 10px 13px;
}
section.industry_served .trucking-text p {
    font-size: 16px;
}
}
