* {
    margin: 0;
    padding: 0;
}

:root {
    --primary-color: #2AAAE2;
    --dark-color: #222222;
    --light-color: #9B9B9B;
}

html,
body {
    overflow-x: hidden !important;
}

body {
    font-family: 'Rubik', sans-serif;
}


/* header */

.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link.active {
    color: rgba(255, 255, 255, 1);
    position: relative;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #6ec1e4;
    transition: 1s;
}

.navbar-light .navbar-nav .nav-link::before,
a.nav-link.active::before {
    content: "";
    background: #6ec1e4;
    height: 2px;
    width: 80%;
    position: absolute;
    margin: auto;
    display: block;
    right: 0;
    left: 0;
    bottom: -18px;
}

li.nav-item {
    margin: auto 10px;
}

.requestAQuote {
    background: #2aaae2;
    color: #fff !important;
    border: 1px solid transparent;
    transition: 1s;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.requestAQuote:hover {
    background: transparent;
    color: #2aaae2 !important;
    border: 1px solid #2aaae2;
    transition: 1s;
}


/* End */


/* mainBanner */

.homePageMainBanner {
    background: url('../Images/homePageSlider/slide01.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 10px;
    height: 80vh;
    position: relative;
}

.card.mainSliderBox {
    color: #fff;
}

.card.mainSliderBox h2 {
    font-size: 75px;
    font-weight: 500;
    line-height: 1;
}

.verticallyCenter {
    position: absolute;
    width: 80%;
    margin: auto;
    display: block;
    right: 0;
    left: 0;
    top: 50%;
    transform: translate(0px, -40%);
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 4px;
    content: '' !important;
    text-align: center;
    opacity: .7;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: rgba(255, 255, 255);
}

.slick-dots li.slick-active button:before {
    background: #2aaae2;
    opacity: 1 !important;
}

.slick-prev:before {
    content: '\f104';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px;
}

.slick-prev {
    left: -40px;
}

.slick-next:before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

a.ourServices {
    background: #ffffff;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    color: #000;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: 1s;
    font-size: 14px;
    font-weight: 600;
}

a.ourServices:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition: 1s;
}

.transportTypeCard01,
.transportTypeCard02,
.transportTypeCard03 {
    border-right: 1px solid rgba(0, 0, 0, 0.3) !important;
    border-radius: 0;
    transition: 1s;
}

.transportTypeCard04 {
    border-radius: 0;
    transition: 1s;
}

.transportTypeCard01 img,
.transportTypeCard02 img,
.transportTypeCard03 img,
.transportTypeCard04 img {
    max-width: 60px;
    margin: auto;
    display: block;
    margin-bottom: 0px;
    max-height: 50px;
    object-fit: contain;
}

.transportTypeCard01:hover,
.transportTypeCard02:hover,
.transportTypeCard03:hover,
.transportTypeCard04:hover {
    background: #2aaae2;
    color: #fff;
    transition: 1s;
}

.transportTypeCard01:hover img,
.transportTypeCard02:hover img,
.transportTypeCard03:hover img,
.transportTypeCard04:hover img {
    filter: saturate(10);
    transition: 1s;
    cursor: pointer;
}

.transportTypeCard {
    margin-top: -55px;
}


/* End */

a.nav-link::before {
    width: 0 !important;
    transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    transition: 1s;
}

a.nav-link:hover::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    margin: auto;
    background-color: #fff;
    height: 2px;
    width: 80% !important;
    transition: 1s;
}


/* Transport Section */

.transport-sec {
    margin: 130px 0;
}

.transport-sec .sub-title {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 12px;
}

.transport-sec h2 {
    font-size: 43px;
    font-weight: 500;
    line-height: 60.63px;
}

.transport-sec .banner {
    position: relative;
}

.transport-sec .banner .card-counter {
    position: absolute;
    background: var(--primary-color);
    padding: 30px;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: -300px;
    margin: auto;
    width: 200px;
    height: 220px;
    border-radius: 3px;
}

.transport-sec .banner .card-counter img {
    filter: invert(1);
    max-width: 60px;
}

.transport-sec .banner .card-counter h5 {
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    margin-top: 20px;
}

.transport-sec .banner .card-counter span {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.transport-sec .banner>img {
    width: calc(100% - 0px);
}

.light-para .col-lg-8 {
    padding-right: 100px;
}

.light-para .col-lg-8 p {
    color: var(--light-color);
    font-size: 15px;
    font-weight: 400;
}

.type-box {
    padding-right: 20px;
}

.type-box .type-title {
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 500px;
    position: relative;
}

.type-box .type-title:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 8px;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto;
    background: var(--primary-color);
    border-radius: 2px;
}

.type-box p {
    color: var(--light-color);
    font-size: 14px;
    font-weight: 400;
}


/* Transport Section */


/* Solution Section */

.solution-sec {
    background: url(..//Images/homePageSection03/home-truck.png) center no-repeat;
    background-size: cover;
    padding-top: 110px;
}

.solution-sec .sub-title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.soul-banner img {
    max-width: 100%;
    border-radius: 5px;
}

.solution-sec h2 {
    color: #fff;
    font-size: 43px;
    font-weight: 500;
    max-width: 500px;
    line-height: 58px;
}

.solution-sec .col-lg-6>p {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
}

.solution-sec .col-lg-6>ul {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 50px;
}

.solution-sec .col-lg-6>ul li {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 35px;
    display: flex;
    align-items: center;
}

.solution-sec .col-lg-6>ul li i {
    margin-right: 10px;
    font-size: 18px;
}

.solution-sec .soul-banner {
    position: relative;
}

.solution-sec .soul-banner .soul-card {
    position: absolute;
    background: var(--dark-color);
    padding: 35px 40px 28px 40px;
    bottom: 0px;
    max-width: 270px;
    transition: background 0.3s linear;
}

.solution-sec .soul-banner .soul-card:hover {
    background: var(--primary-color);
}

.solution-sec .soul-banner .soul-card.first {
    background: var(--primary-color);
}

.solution-sec .soul-banner .soul-card.first:hover {
    background: var(--dark-color);
}

.solution-sec .soul-banner .soul-card.first {
    bottom: 30px;
}

.solution-sec .soul-banner .soul-card img {
    max-width: 50px;
    filter: invert(1);
}

.solution-sec .soul-banner .soul-card a {
    color: #fff;
    text-decoration: none;
    margin-top: 25px;
    display: block;
}

.solution-sec .soul-banner .soul-card a h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
    position: relative;
}


/* Solution Section */


/* CTA Section */

.cta-sec {
    margin: 100px 0;
}

.cta-sec .sub-title {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 700;
    line-height: 24.375px;
}

.cta-sec h4 {
    color: var(--dark-color);
    font-size: 34px;
    font-weight: 500;
    line-height: 47.94px;
}

.prof-panel p {
    color: var(--light-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    max-width: 600px;
    margin-bottom: 20px;
}

.prof-panel a {
    color: var(--light-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid var(--primary-color);
    padding: 15px 27px;
    display: inline-block;
}

.prof {
    display: flex;
    align-items: center;
}

.prof .prof-img {
    border-radius: 100%;
    border: 2px solid #FF0B0B;
    padding: 2px;
    max-width: 50px;
    height: 50px;
}

.prof .prof-img img {
    border-radius: 100%;
    max-width: 100%;
}

.prof .prof-data {
    padding-left: 15px;
}

.prof .prof-data h5 {
    color: var(--dark-color);
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.prof .prof-data span {
    color: var(--light-color);
    font-size: 13px;
    font-weight: 400;
}

.cta-sec .bottom-spc {
    margin: 0;
    margin-top: 70px;
}


/* CTA Section */


/* Testimonial Section */

.testm-sec {
    background: url(..//Images/homePageSection03/bg-snd.png) center no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.testm-sec .sub-title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.testm-sec h4 {
    font-size: 43px;
    font-weight: 500;
    max-width: 500px;
    color: #fff;
    margin-top: 15px;
}

.testm-sec p {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    margin: 22px 0;
}

.testm-sec a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #fff;
    padding: 10px 35px;
}

.client-inner {
    background: #fff;
    /* max-width:600px; */
    border-radius: 5px;
    padding: 55px 45px 55px 45px;
    position: relative !important;
}

.client-inner:after {
    content: "";
    display: block;
    width: 26px;
    height: 20px;
    border-right: 13px solid #fff;
    border-top: 10px solid #fff;
    border-left: 13px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    bottom: -20px;
    right: 40px;
}

.client-inner p {
    color: var(--light-color);
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
}

.client-inner span {
    color: var(--dark-color);
    font-size: 14px;
    font-weight: 700;
}

.client-inner .designation {
    color: var(--light-color);
    font-size: 13px;
    font-weight: 400;
}

.profile {
    width: 60px;
    height: 60px;
    border: 1px solid var(--primary-color);
    padding: 2px;
    border-radius: 100%;
    margin: 0;
    margin: auto;
}

.profile img {
    border-radius: 100%;
    max-width: 100%;
}

.rating i {
    color: var(--primary-color);
    font-size: 13px;
}

.client .slick-dots {
    text-align: left;
}

.client .slick-dots li button:before {
    background: var(--dark-color);
    border-radius: 3px;
}

.client .slick-dots li.slick-active button:before {
    background: #fff !important;
}


/* Testimonial Section */


/* Footer */

.newsletter {
    background: #161616;
    padding: 50px 0;
}

.newsletter .news-panel {
    display: flex;
    justify-content: flex-end;
}

.newsletter .news-panel h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    max-width: 270px;
    text-align: right;
    line-height: 28px;
    margin: 0;
    width: 45%;
}

.newsletter .news-panel form {
    display: flex;
    align-items: center;
    padding-left: 30px;
    width: 55%;
}

.newsletter .news-panel form input[type="email"] {
    width: 70%;
    background: #161616;
    border: 1px solid #F6F6F6;
    color: #fff;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 400;
}

.newsletter .news-panel form input[type="email"]:focus {
    outline: none;
}

.newsletter .news-panel form input[type="submit"] {
    color: #fff;
    background: #2AAAE2;
    border: none;
    padding: 10px 35px;
    margin-left: 10px;
    border-radius: 5px;
    width: 30%;
}

footer {
    background: #161616;
    border-top: 2px solid #292929;
    padding-top: 85px;
}

footer .footer-title {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 25px;
}

footer p {
    color: var(--light-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    max-width: 350px;
}

footer .social {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .social li {
    width: 35px;
    height: 35px;
    background: #393939;
    margin-right: 10px;
    border-radius: 100%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

footer .social li a img {
    width: 15px;
    height: 15px;
    display: block;
    filter: invert(1);
}

.menu-list-panel {
    display: flex;
}

.menu-list-panel .menu-list,
footer .menu-list {
    width: 50%;
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .menu-list li,
.menu-list-panel .menu-list li {
    margin-bottom: 8px;
}

footer .menu-list li a,
.menu-list-panel .menu-list li a {
    color: var(--light-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
    transition: all 0.3s linear;
}

footer .menu-list li a:hover,
.menu-list-panel .menu-list li a:hover {
    color: var(--primary-color);
}

footer .msg {
    color: #fff;
    line-height: 25px;
}

footer span {
    color: var(--light-color);
    font-size: 14px;
    font-weight: 400;
    max-width: 230px;
    display: block;
}

.contact-panel {
    display: flex;
    margin-bottom: 20px;
}

.contact-panel img {
    max-width: 20px;
    filter: invert(1);
    margin-right: 15px;
}

.contact-panel div {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 400;
}

footer .copyright {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 80px 0 30px;
    font-size: 13px;
    font-weight: 400;
}


/* Footer */

a.nav-link::before {
    width: 0 !important;
    transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    transition: 1s;
}

a.nav-link:hover::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    margin: auto;
    background-color: #fff;
    height: 2px;
    width: 80% !important;
    transition: 1s;
}

.contactUsMainBanner {
    background: url('../Images/contact-us/contactUsMainBanner.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 10px;
    position: relative;
}

li.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
}

.breadcrumb-item.active {
    color: #0178e1;
    font-size: 1.1rem;
    font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
    filter: invert(1);
}

.contactUsDetails ul {
    list-style: none;
}

.contactUsDetails ul li a,
.serviceCard li a {
    color: #fff;
    text-decoration: none;
    margin: 10px auto;
    display: block;
}

.contactUsDetails {
    background: rgba(42, 170, 226, 0.8);
    padding: 40px 20px;
    border-radius: 10px;
}

textarea {
    resize: none;
}

a.contactFromBtn {
    background: #2aaae2;
    color: #fff !important;
    border: 1px solid transparent;
    transition: 1s;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    padding: 10px 20px;
    transition: 1s;
}

a.contactFromBtn:hover {
    transition: 1s;
    color: #2aaae2 !important;
    border: 1px solid #2aaae2;
    background: transparent;
}

.scrolled {
    box-shadow: 0 5px 83px 0 rgb(40 40 40 / 12%);
    background-color: #fff !important;
    transition: 1s;
}

.scrolled .navbar-nav .nav-link {
    color: #000 !important;
}

.scrolled .navbar-nav .nav-link.requestAQuote {
    color: #fff !important;
}

.scrolled a.navbar-brand img {
    filter: invert(1);
    transition: 1s;
}

.modal-content {
    background-color: #006d9d !important;
}

.btn-close {
    filter: invert(1);
}

.client .slick-slide {
    margin: 0 6px 15px;
}

.client .slick-list {
    margin: 0px 0px 0px -50px;
}

.transportTypeCard02 h6,
.transportTypeCard04 h6,
.transportTypeCard03 h6,
.transportTypeCard01 h6,
.transportTypeCard02 p,
.transportTypeCard03 p,
.transportTypeCard01 p,
.transportTypeCard04 p {
    font-weight: 600;
    font-size: 0.9rem;
}

a.requestAQuote.cardRequest {
    width: fit-content;
    padding: 3px 9px;
    font-size: 0.8rem;
}

.transportTypeCard01:hover a.requestAQuote.cardRequest,
.transportTypeCard02:hover a.requestAQuote.cardRequest {
    background: #fff;
    color: #006d9d !important;
}

.form-check-input:checked {
    background-color: #2aaae2;
    border-color: #2aaae2;
}


/*logisticSection*/

.logisticSection {
    margin-bottom: 80px;
}

.logisticSection .card {
    background: #F9F9F9;
    height: 480px;
    padding: 80px 10px 0;
    border: transparent;
    position: relative;
}

.logisticSection .card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 4px;
    background: var(--primary-color);
}

.logisticSection .card i {
    color: var(--primary-color);
    ;
    font-size: 64px;
    margin-left: 40px;
}

.logisticSection .card .card-title {
    margin: 20px 160px 30px 0;
    font-weight: bold;
}

.logisticSection .card .cardLink i {
    font-size: 14px;
    margin-left: 0px;
    color: var(--primary-color);
}

.logisticSection .card a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}


/* carriersBanner */

.carriersBanner {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../Images/contact-us/contactUsMainBanner.jpg);
    background-size: cover;
    background-position: center;
    padding: 20px;
}

.carriersBanner h1 {
    font-size: 3.8rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.carriersBanner p {
    font-size: 1.6rem;
    margin: 20px 0;
}

.customBTN {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: bold;
    background-color: #2aaae2;
    text-transform: uppercase;
    padding: 14px 18px;
    display: inline-block;
    margin-right: 10px;
    transition: .2s;
}

.customBTN:hover {
    background-color: #1485b6;
    color: #ffffff;
}

.carrierSection02 {
    margin: 8rem 0;
}

.carrierSection02 .rating {
    border-left: 2px dotted var(--primary-color) !important;
    height: 100%;
    min-height: 190px;
    padding: 0px 20px;
}

.carrierSection02 .ratingFrist {
    border-left: transparent;
}

.carrierSection02 h1 {
    font-size: 46px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 2rem;
    line-height: 10px;
}

.carrierSection02 span {
    font-size: 14px;
}

.carrierSection03 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../Images/contact-us/contactUsMainBanner.jpg);
    padding: 80px 0;
    margin-bottom: 20px;
}

.carrierSection03 .box {
    background: #F9F9F9;
    height: 480px;
    padding: 40px 10px 0;
    border: transparent;
    position: relative;
    margin: 20px 0;
    box-shadow: 0 0 2px 5px rgba(0, 0, 0, 0.3);
}

.carrierSection03 .box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 4px;
    background: var(--primary-color);
}

.carrierSection03 .box .card-title {
    margin: 20px 60px 30px 0;
    font-weight: bold;
    font-size: 42px;
}

.carrierSection03 .box i {
    font-size: 14px;
    margin-left: 0px;
    color: var(--primary-color);
}

.carrierSection03 .box .card-text {
    margin: 40px 0;
}

.carrierSection03 .box a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: .2s;
}

.carrierSection03 .box a:hover {
    margin-left: 10px;
}

.address {
    background: var(--primary-color);
    padding: 40px 20px;
    margin: 40px 0;
    border-radius: 50px 0;
}

.address h2,
.address h5 {
    color: #fff;
    letter-spacing: 1px;
}

.address ul,
.servicesType ul {
    list-style: none;
    margin-top: 20px;
}

.address li a,
.servicesType ul li a {
    color: #fff;
    text-decoration: none;
    margin: 10px auto;
    text-transform: lowercase;
    letter-spacing: 1px;
}

.address li i {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    margin: 10px auto;
}

.careerPageMainContent {
    margin: 130px auto;
}


/* services */

.servicesBanner {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../Images/contact-us/contactUsMainBanner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
}

.servicesPageContent {
    margin: 180px auto;
}

.servicesBanner h1 {
    font-weight: bold;
    letter-spacing: 2px;
}

.servicesBanner h6 a,
.careerPageMainContent h6 a {
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    transition: .5s;
}

.servicesBanner h6 a:hover,
.careerPageMainContent h6 a:hover {
    color: #2aaae2;
}

.servicesBanner i {
    margin: auto 10px;
}

.services h2 {
    color: #2aaae2;
    font-size: 2.2rem;
    letter-spacing: 2px;
}

.services p {
    word-spacing: 2px;
    margin: 20px 10px;
    line-height: 30px;
}

.serviceCard li {
    font-size: 14px;
    list-style: none;
    margin-left: -30px;
}

.serviceCard li a {
    color: #006d9d;
}

.counterNumber i {
    font-size: 2rem;
}