/* fonts*/


body{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
}
a,
a:not([href]){
    color: #14457a;
    text-decoration: none;
}
a:hover{
    color: #14457a;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
p{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}
img{
    width: 100%;
}
h1 {
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
}
h2 {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 40px;
    font-weight: 500;
    text-align: center;
    position: relative;
    color: rgb(40, 42, 44);
    font-family: "Montserrat", sans-serif;
    letter-spacing: -2.0px;
}
/*h2 span{*/
/*    font-size: 14px;*/
/*    line-height: 0;*/
/*    color: rgb(115, 135, 139);*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 0;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    text-align: center;*/
/*    margin: 0 0 20px;*/
/*}*/
/*h2 span svg {*/
/*    width: 17px;*/
/*    height: 17px;*/
/*}*/
h3 {
    font-size: 24px;
    line-height: 28px;
}
.custom-btn{
    background: #c3232c;
    border: 1px solid #c3232c;
    padding: 15px 35px;
    border-radius: 30px;
    color: #ffffff;
    transition: all .3s
    ease-in;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
}
.custom-btn:hover{
    background: #a11119;
    border-color: #a11119;
    transition: all .3s ease-in;
    color: #fff;
}
.section-spacing {
    padding: 70px 0 70px;
}
br{
    display: none;
}


/* main css */
#header {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 2;
    top: 60px;
    background: transparent;
}
#header .container-fluid{
    padding:0 50px;
}
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-wrapper .logo {
    max-width: 260px;
}
.sec-title{
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(115, 135, 139);
    margin-bottom: 24px;
    letter-spacing: 0;
}
.main-navigation {
    background: #0000008c;
    padding: 15px 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
}
.main-navigation ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-navigation ul li {
    margin-right: 30px;
    color: #ffffff;
}
.main-navigation ul li:last-of-type{
    margin: 0 !important;
}
.main-navigation ul li a {
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    transition: .5s ease;
}
.main-navigation ul li a:hover,
.main-navigation ul li:hover {
    color: #c3232c;
    transition: .5s ease;
}
.main-navigation ul li.quote-button a {
    background: #c3232c;
    padding: 15px 35px;
    border-radius: 30px;
}
.header-wrapper .main-navigation ul li ul.sub-menu {
    display: block;
    background: #0000008c;
    padding: 20px 20px 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
    width: 300px;
    top: 26px;
}
.header-wrapper .main-navigation ul li ul.sub-menu li {
    margin: 0 0 15px;
    display: block;
}
.header-wrapper .main-navigation ul li ul.sub-menu li:last-child {
    margin-bottom: 0;
}
.header-wrapper .main-navigation ul li ul.sub-menu li a {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
}
.header-wrapper .main-navigation ul li ul.sub-menu li a:hover{
    color: #c3232c;
}
.section-banner h4{
    color: #fff;
    font-size: 28px;
    max-width: 60%;
    line-height: 1.1;
    margin-bottom: 50px;

}
.video-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.video-hosted{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-banner{
    background-image: url("https://transnetfreight.ca/wp-content/uploads/2026/01/banner-img.webp");
    height: 100vh;
    min-height: 800px;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.section-banner:after {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.section-banner .container-fluid {
    padding: 0 50px;
    position: relative;
    z-index: 1;
}
.banner-content {
    max-width: 915px;
    margin-top: 54px;
}
.banner-btns .custom-btn:first-child {
    margin: 0 20px 0 0;
}
.clip-shape {
    background: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    width: 60%;
    height: 50px;
    clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
}
.section-about.section-spacing {
    padding-bottom: 100px;
}
.about-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.about-us-content {
    text-align: center;
    max-width: 810px;
    margin: 0 auto 60px;
    position: relative;
}
.about-us-content h2 span {
    display: block;
}
.about-us-content p {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
}
.hamburger-btn{
    display:none;
}
.about-sec-wrapper{
    background-image: url("https://transnetfreight.ca/wp-content/uploads/2026/01/about1.webp");
    background-size: cover;
    background-position: center;
    padding: 50px 50px;
    position: relative;
}
.about-sec-wrapper:before {
    content: '';
    background: #ffffff;
    position: absolute;
    width: 100px;
    height: 100px;
    clip-path: polygon(0 0, 100% 0, 0 100%, 0 0);
    top: -10px;
    left: -20px;
}
.content-wrapper{
    padding: 50px;
    width: 50%;
    margin-right: auto;
    backdrop-filter: blur(30px);
    background: #0000004d;
    border-radius: 20px;
}
.content-wrapper h4{
    font-size: 32px;
    color: #fff;
    margin-bottom: 24px;
}
.content-wrapper h4 span{
    display: block;
}
.content-wrapper p{
    margin: 0;
    display:block;
}
.content-wrapper p .custom-btn{
    display: inline-block;
}
.content-wrapper .detail-wrapper .abt-details{
    margin-top: 16px;
    font-size: 16px;
}
.content-wrapper .detail-wrapper .abt-exp{
    font-size: 24px;
}
.content-wrapper .detail-wrapper .abt-number{
    font-size: 54px;
}
.about-exp span {
    display: block;
}
.content-wrapper .detail-wrapper{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 0;
}
.detail-wrapper .about-exp {
    width: 50%;
}
.btn-custom {
    background-color: #ff8c00;
    color: white;
    padding: 10px 25px;
    font-size: 1rem;
    border-radius: 25px;
    margin-top: 20px;
    text-transform: uppercase;
    display: inline-block;
}
.section-services {
    background: #f2f2f2;
    padding: 50px 0 70px;
    position: relative;
}
.section-services:before{
    content: '';
    background: #c3232c;
    position: absolute;
    right: 60px;
    top: -60px;
    z-index: -1;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.service-content {
    /*background-color: #ffffff;*/
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
    padding: 0 15px;
    text-align: center;
    /*min-height: 310px;*/
    /*border-radius: 10px;*/
    /*position: relative;*/
}
/*.service-content:after {*/
/*    content: '';*/
/*    background: #f2f2f2;*/
/*    position: absolute;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);*/
/*    top: -1px;*/
/*    right: -2px;*/
/*}*/
.service-content p:last-of-type {
    margin: 0;
}
.section-services .row .col:first-child
,.section-services .row .col:nth-child(2),
.section-services .row .col:nth-child(3){
    margin: 0 0 40px;
}
.service-content h4 {
    font-weight: 500;
    margin: 0 0 15px;
}
.service-content img {
    max-width: 55px;
    display: block;
    margin: 0 auto 15px;
}
.service-content i {
    font-size: 40px;
    color: #c3232c;
    margin-bottom: 20px;
}

.cargo-section{
    background-image: url("https://transnetfreight.ca/wp-content/uploads/2026/01/warehouse.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 120px 0 70px;
    background-attachment: fixed;
}
.cargo-section:before{
    content: '';
    background: #f2f2f2;
    position: absolute;
    right: 0;
    top: -1px;
    z-index: 4;
    width: 60%;
    height: 50px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 4% 100%);
}
.cargo-section:after {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.cargo-section .container {
    position: relative;
    z-index: 1;
}
.cargo-box {
    backdrop-filter: blur(50px);
    background: #0000004d;
    height: 300px;
    border-radius: 20px;
    padding: 30px 30px;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #ffffff;
}
.cargo-box img {
    max-width: 50px;
    display: block;
    margin: 0 0 15px;
}
.cargo-box i {
    font-size: 40px;
    margin: 0 0 35px;
}
.cargo-box h5 {
    font-size: 23px;
    font-weight: 500;
    margin: 0 0 20px;
}
.cargo-box p{
    margin-bottom: 0;
    line-height: 26px;
}
.cargo-left {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.cargo-left h2 {
    flex-grow: 1;
    text-align: left;
    font-size: 48px;
    line-height: 58px;
    color: #ffffff;
    margin-bottom: 100px;
}
.cargo-left h2 span{
    display: block;
}
.cargo-left h5{
    color: #ffffff;
}
.cargo-section .row .col:nth-child(3) .cargo-box,
.cargo-section .row .col:last-of-type .cargo-box{
    margin: 0;
}
.why-choose-section .row .col:first-child {
    padding-left: 0;
}
.why-choose-section .content {
    padding: 0 50px;
}
.why-choose-section img {
    max-width: 100%;
}
.why-choose-section h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    line-height: 38px;
    margin-bottom: 30px;
}
.why-choose-section p {
    font-size: 16px;
    margin-top: 20px;
    color: #555;
}
.why-choose-section ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 30px;
}
.why-choose-section ul li {
    margin: 10px 0;
    font-size: 16px;
    color: #555;
}
.why-choose-section ul li::before {
    content: '✔';
    color: #c3232c;
    margin-right: 10px;
}
.why-choose-section .btn {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
}
.why-choose-section .btn:last-of-type{
    margin: 0;
}
.image-container-why {
    position: relative;
    height: 650px;
}
.image-container-why img{
    height: 100%;
}
.image-container-why:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}
.contact-btn {
    background-color: #c3232c;
    color: white;
    transition: .5s ease;
}
.main-navigation ul li.quote-button a:hover{
    background: #a11119;
    border-color: #a11119;
    transition: all .3s ease-in;
    color: #fff;
}
.contact-btn:hover {
    background-color: #a30e16;
    transition: .5s ease;
    color: #fff;
}
.touch-btn {
    background-color: transparent;
    border: 2px solid #c3232c;
    color: #c3232c;
}
.touch-btn:hover {
    background-color: #c3232c;
    color: white;
}
.testimonial-section {
    background: #2e3135;
    color: #ffffff;
    position: relative;
}
.testimonial-section:before {
    content: "\f621";
    color: #c3232c;
    position: absolute;
    right: 70px;
    top: -50px;
    z-index: 4;
    font-family: "FontAwesome";
    font-size: 100px;
    line-height: 1;
}
.testimonial-section h2 {
    color: #ffffff;
}
.testimonials-wrapper .ti-widget.ti-goog .ti-widget-container{
    margin: 0 !important;
}
.testimonials-wrapper .ti-widget.ti-goog .ti-reviews-container-wrapper {
    padding: 0 !important;
}
.footer {
    background-color: #f2f2f2;
    color: #000000;
    padding: 50px 0 50px;
    position: relative;
}
.footer .container {
    position: relative;
    z-index: 1;
}
footer.footer:before {
    content: '';
    background-image: url(https://transnetfreight.ca/wp-content/uploads/2025/10/footer-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.footer-logo {
    max-width: 200px;
    margin: 0 0 30px;
}
.footer h1 {
    font-size: 26px;
    font-weight: 700;
    color: #000000;
}
.footer-brand h5{
    font-size: 22px;
    font-weight: 600;
    margin:0 0 20px;
}
.footer-brand h6{
    font-size: 22px;
    font-weight: 600;
}
.footer a {
    color: #000000;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: navajowhite;
    color: #c3232c;
    transition: .5s ease;
}
.footer-socials {
    margin: 40px 0 0;
}
.footer .social-icons a {
    margin-right: 10px;
    color: #000000;
    font-size: 20px;
}
.footer .social-icons a:hover {
    color: #c3232c;
}
.footer .column {
    margin-bottom: 20px;
}
.footer .column h5 {
    font-size: 18px;
    font-weight: 700;
    color: #c3232c;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.footer .column ul {
    padding-left: 0;
    list-style: none;
}
.footer .column ul li {
    margin: 8px 0;
}
.footer-copyright {
    padding: 15px 0;
    color: #ffffff;
    background: #2e3135;
}
.footer-copyright p {
    margin: 0;
    text-align: center;
}
.footer .footer-brand h5 {
    text-transform: capitalize;
    margin: 0 0 10px;
}
.footer-location {
    max-width: 200px;
}
.footer-location h6 {
    font-weight: 600;
}
.footer-location h6 i {
    color: #c3232c;
    margin-right: 5px;
}
.footer-map iframe{
    height: 200px;
}

.section-sub-banner{
    background-image: url("https://transnetfreight.ca/wp-content/uploads/2026/01/banner-img.webp");
    height: 600px;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.section-sub-banner h1{
    text-transform: capitalize;
    letter-spacing: 4px;
}
.section-sub-banner h1:after{
    content: '';
    background: #c3232c;
    position: absolute;
    width: 120px;
    height: 4px;
    bottom: -12px;
    left: 0;
    right: 0;
}
.section-sub-banner:after {
    content: '';
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.section-sub-banner .container{
    position: relative;
    z-index: 1;
}
.section-sub-banner.about-section{
    background-image: url("https://transnetfreight.ca/wp-content/uploads/2026/01/sub-about.webp");
}

.services-content-section .row {
    margin: 0 0 60px;
}
.services-content-section .row:last-of-type{
    margin: 0;
}
.service-inner-content h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    text-transform: capitalize;
}
.service-inner-content h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #c3232c;
}
.service-inner-content {
    padding: 25px;
    background: #f2f2f2;
}
.service-btns {
    margin: 20px 0 0;
}
.service-btns .custom-btn {
    padding: 10px 16px;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 4px;
    border: 2px solid #c3232c;
}
.service-btns .custom-btn:first-child{
    margin: 0 10px 0 0;
}
.service-inner-content ul li {
    position: relative;
    margin-bottom: 5px;
}
.service-inner-content ul li:before {
    content: '✔';
    color: #c3232c;
    margin-right: 10px;
}
.customer-service {
    background: transparent;
}
.value-section h2 {
    margin: 0 0 20px;
}
.value-section h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    max-width: 500px;
    margin: 0 auto 40px;
    text-align: center;
}
.contact-us-section .service-inner-content {
    margin: 0 0 30px;
}
.custom-form-container .form-group {
    margin: 0 0 20px;
}
.custom-form-container .form-group.submit-group {
    margin: 0;
}
.custom-form-container .form-group label {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 8px;
    color: #000000;
    display: none;
}
.custom-form-container .form-group input {
    border-color: rgba(115, 135, 139);
    padding: 8px 10px;
}
.custom-form-container .form-group .form-control {
    border-color: #f2f2f2;
    padding: 15px 12px;
    color: rgba(115, 135, 139);
    background: #f2f2f2;
    border-radius: 7px;
}
.custom-form-container .form-group .form-control:focus,
.custom-form-container .form-group .submit-btn:focus{
    outline: 0;
    box-shadow: none;
}
.custom-form-container .form-group .submit-btn {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
    background: transparent;
    border: 2px solid #c3232c;
    color: #c3232c;
    transition: all .3s ease;
}
.custom-form-container .form-group .submit-btn:hover{
    background-color: #c3232c;
    color: white;
    transition: all .3s ease;
}
.custom-form-container .form-group .wpcf7-not-valid-tip {
    position: relative;
    left: 4px;
    top: 2px;
}
.custom-form-container p {
    margin: 0;
}
.service-content-img.contact-bg {
    background-image: url(https://transnetfreight.ca/wp-content/uploads/2026/02/contact-transnet.png);
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-content-img.contact-bg:after {
    content: '';
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.service-content-img.contact-bg ul {
    position: relative;
    z-index: 1;
}
.service-content-img.contact-bg ul li {
    position: relative;
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 22px;
}
.service-content-img.contact-bg ul li:before{
    content: '✔';
    color: #c3232c;
    margin-right: 10px;
}
.contact-map iframe {
    width: 100%;
}



/* Responsiveness */

@media (max-width: 1439px) {
    .service-content h4 {
        font-size: 20px;
    }
    .cargo-box {
        height: 280px;
        padding: 25px 25px;
    }
    .image-container-why {
        height: 600px;
    }
}

@media (max-width: 1279px){
    #header{
        z-index: 5;
        top: 30px;
    }
    .hamburger-btn {
        display: block;
    }
    .hamburger-btn span {
        width: 32px;
        height: 4px;
        display: block;
        background: #c3232c;
        margin-bottom: 5px;
        transition: all .3s ease-in;
    }
    .hamburger-btn span:last-child {
        margin-bottom: 0;
    }
    .toggle-btn span:first-child {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
        transition: all .3s ease-in;
    }
    .toggle-btn span:nth-child(2) {
        opacity: 0;
        transition: all .3s ease-in;
    }
    .toggle-btn span:last-child {
        -webkit-transform: rotate(45deg) translate(-4px, -1px);
        transform: rotate(45deg) translate(-6px, -4px);
    }
    .main-navigation {
        background: rgba(0, 0, 0, 0.8);
        position: absolute;
        width: 300px;
        top: -30px;
        height: 100vh;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        left: -300px;
        transition: all .3s ease-in;
        border-right: 1px solid #c3232c;
    }
    nav.main-navigation.menu-open {
        transition: all .3s ease-in;
        left: 0;
    }
    .main-navigation ul {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }
    .main-navigation ul li {
        margin: 0 0 20px 0;
    }
    .main-navigation ul li:last-of-type {
        margin: 5px 0 0 !important;
    }
    .main-navigation ul li.quote-button a{
        display: block;
    }
    .header-wrapper .main-navigation ul li ul.sub-menu {
        position: static;
        width: 100%;
        display: none;
        background: #000000;
    }
    .image-container-why {
        height: 550px;
    }
    .testimonial-section:before {
        right: 40px;
        top: -38px;
        font-size: 75px;
    }
    .content-wrapper{
        width: 100%;
    }
    .service-content{
        padding: 0;
    }
    .cargo-box h5{
        font-size: 20px;
    }
}

@media (max-width: 1023px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 25px;
    }
    .sec-title{
        margin-bottom: 20px;
    }
    .section-banner {
        height: 100%;
        min-height: 650px;
    }
    .section-banner h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 25px;
        max-width: 100%;
    }
    .clip-shape {
        height: 30px;
    }
    .about-sec-wrapper {
        padding: 20px 20px;
    }
    .section-spacing {
        padding: 50px 0 50px;
    }
    .section-about.section-spacing {
        padding-bottom: 60px;
    }
    .content-wrapper {
        width: 100%;
    }
    .section-services:before {
        top: -40px;
        width: 70px;
        height: 70px;
    }
    .about-sec-wrapper:before {
        width: 60px;
        height: 60px;
    }
    .about-us-content p {
        font-size: 18px;
        line-height: 26px;
    }
    .service-content {
        min-height: 255px
    }
    .cargo-section:before {
        height: 30px;
    }
    .cargo-left h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 30px;
    }
    .cargo-left h5 {
        margin: 0 0 40px;
    }
    .image-container-why {
        height: auto;
    }
    .why-choose-section h2 {
        text-align: center;
        font-size: 28px;
    }
    .why-choose-section .row .col:first-child {
        padding: 0;
    }
    .why-choose-section .content {
        padding: 30px 0;
    }
    .why-choose-section h1 {
        font-size: 29px;
    }
    .why-choose-section {
        flex-direction: column;
        text-align: center;
    }
    .footer .social-icons a {
        margin-right:15px;
    }
    .services-content-section .row{
        margin: 0 0 40px;
    }
    .services-content-section .service-content-img {
        margin: 0 0 20px;
    }
    .services-content-section .row:nth-child(2) {
        flex-direction: column-reverse;
    }
    .custom-form-container .form-group.submit-group {
        margin: 0 0 20px;
    }

}

@media (max-width: 767px){
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 18px;
    }
    .section-spacing {
        padding: 30px 0 30px;
    }
    #header .container-fluid {
        padding: 0 15px;
    }
    #header {
        top: 30px;
    }
    .header-wrapper .logo {
        max-width: 200px;
    }
    .section-banner .container-fluid {
        padding: 0 15px;
    }
    .banner-btns .custom-btn {
        font-size: 14px;
        padding: 10px 20px;
        letter-spacing: 0;
    }
    .banner-btns .custom-btn:first-child {
        margin: 0 10px 0 0;
    }
    .clip-shape {
        bottom: -5px;
    }
    .about-us-content p {
        font-size: 16px;
        line-height: 22px;
    }
    .content-wrapper {
        padding: 25px 25px;
    }
    .content-wrapper h4 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .content-wrapper .detail-wrapper {
        flex-direction: column;
    }
    .content-wrapper .detail-wrapper .about-exp{
        width: 100%;
    }
    .content-wrapper .detail-wrapper .about-exp:first-child{
        margin: 0 0 20px;
    }
    .service-content {
        min-height: auto;
    }
    .section-services .row .col-12:last-child .service-content {
        margin: 0;
    }
    .cargo-left h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .cargo-left h5 {
        margin: 0 0 25px;
        font-size: 18px;
        line-height: 26px;
    }
    .cargo-box {
        height: auto;
        margin: 0 0 20px;
    }
    .cargo-section .row .col:nth-child(3) .cargo-box{
        margin: 0 0 20px;
    }
    .why-choose-section h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 24px;
    }
    .testimonial-section:before {
        right: 20px;
        top: -20px;
    }
    .testimonials-wrapper {
        margin: 30px 0 0;
    }
    .footer {
        padding: 40px 0 40px;
    }
    .service-inner-content {
        padding: 15px;
    }
    .service-inner-content h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .service-inner-content h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .service-btns .custom-btn:first-child {
        margin: 0 0 10px 0;
    }
    .service-btns .custom-btn {
        width: 100%;
        text-align: center;
    }
    .section-services .row .col:first-child,
    .section-services .row .col:nth-child(2),
    .section-services .row .col:nth-child(3),
    .section-services .row .col:nth-child(4),
    .section-services .row .col:nth-child(5){
        margin: 0 0 25px;
    }
}