@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

a,
a:hover {
    text-decoration: none;
}

button {
    border-radius: 0px;
    border: inherit;
    outline: none;
}

button:focus {
    border-radius: 0px;
    border: inherit;
    outline: none;
    box-shadow: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style: none;
}

input:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

::selection {
    background-color: #0256d3;
    color: #fff;
}


:root {
    --orange: #901830;
    --blue: #c60000;
}

h2 {
    font-weight: 700;
    color: #000;
}

.wb-heading,
.heading {
    margin-bottom: 10px;
}

/*menu css start*/

.menu {
    background-color: #fff;
    box-shadow: 0px -4px 10px rgb(0 0 0 / 15%);
    transition: top 0.8s;
}

.menu nav ul li a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.menu nav ul li {
    margin-left: 10px;
    margin-right: 10px;
}

.menu nav ul {
    align-items: center;
}

.menu nav ul .logo-item {
    margin: 0px 50px;
}

.menu nav ul .logo-item .navbar-brand img {
    width: 150px;
}

.menu nav ul li .dropdown-menu {
    border: 0px;
    background-color: #fff;
    padding: 0px;
    border-radius: 0px;
    box-shadow: 0px 20px 5px 0px rgb(0 0 0 / 3%);
}

.menu nav ul li .dropdown-menu li {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #f7f7f7;
    transition: 0.5s;
}

.menu nav ul li .dropdown-menu li:last-child {
    border-bottom: 0px;
}

.menu nav ul li .dropdown-menu li a {
    font-size: 16px;
    font-weight: 500;
    color: #000 !important;
    text-transform: inherit;
}


.menu nav ul li .dropdown-menu li a:hover {
    background-color: inherit;
    color: var(--blue) !important;
    transition: 0.3s;
}

.menu nav .navbar-brand img {
    width: 200px;
}

.blue-btn {
    background-image: linear-gradient(to right, #e1e1e1 0%, #f0e8e9 51%, #fff 100%);
    margin-right: 10px;
    color: var(--orange) !important;
}

.orange-btn {
    background-image: linear-gradient(to right, #782031 0%, #9a0624 51%, #cf072f 100%);
}

.blue-btn:hover,
.orange-btn:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.ue-btn {
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 5px;
    display: inline-block;
    font-weight: 600;
    font-size: .9rem !important;
}

.menu nav .navbar-toggler {
    border: none;
}

.menu nav .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

/*menu css end*/

/*banner css start*/

#slider {
    overflow: hidden;
    width: 100%;
    height: 525px;
    background-color: #fff;
    position: relative;
}

.slider-inner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 40px;
    width: 70%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.slider-inner-content h1 {
    font-size: 2.5em;
    margin: 0;
    font-weight: 800;
}

.slider-inner-content p {
    color: #fff;
    font-weight: 500;
}

.trackin {
    width: 500px;
    background: #fff;
    padding: 20px 20px;
    margin: auto;
}

.trackin label {
    color: #000;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 18px;
}

.trackin input {
    border-bottom: 1px solid #8d8d8d;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    padding-left: 30px;
}

.trackin .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: unset !important;
    outline: unset !important;
    box-shadow: unset;
}


.trackin .form-group {
    position: relative;
}

.trackin .form-group i {
    position: absolute;
    top: 65px;
    color: var(--blue);
    left: 0;
}

.trackin .form-group {
    margin-bottom: 1rem;
}

.homebanner .banner-text .web-points {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    border-radius: 5px;
    padding: 8px;
    transition: 0.3s;
}

/*banner css end*/

/*via-sky css start*/

.via-sky {
    margin-top: 80px;
}

.via-sky .via-sky-box {
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    border-radius: 5px;
    padding: 15px;
    min-height: 135px;
}

.via-sky .via-sky-box .sky-box-content h5 {
    color: #000;
    font-weight: 600;
}

.via-sky .via-sky-box .sky-box-content p {
    margin-bottom: 0px;
}

.via-sky .via-sky-box .sky-box-image {
    position: relative;
    margin-right: 30px;
}

.via-sky .via-sky-box .sky-box-image:before {
    content: "";
    background-color: #ececec;
    border-radius: 50%;
    position: absolute;
    bottom: -10px;
    left: 15px;
    transition: 0.3s ease-in-out;
}

.via-sky .via-sky-box .sky-box-image img {
    position: relative;
    width: 60px;
    transition: 0.3s ease-in-out;
}

.via-sky .via-sky-box .sky-box-image:before {
    width: 30px;
    height: 30px;
    position: absolute;
}

.via-sky .via-sky-box:hover .sky-box-image:before {
    transform: scale(1.2);
    bottom: -10px;
}

.via-sky .via-sky-box:hover .sky-box-image img {
    transform: translateY(-5px);
}

/*via-sky css end*/

/*our-services css start*/

.industry-portfolio {
    margin-bottom: 80px;
    margin-top: 80px;
}

.industry-portfolio .heading {
    margin-bottom: 0px;
}

.industry-box {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    margin-bottom: 30px;
    min-height: 200px;
    transition: 0.3s;
}

.industry-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 50px 30px -40px rgb(0 0 0 / 10%);
}

.industry-box.one:hover {
    background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%), url('../images/srv-img4.jpg');
    background-position: center;
    background-size: cover;
}

.industry-box.two:hover {
    background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%), url('../images/srv-img1.jpg');
    background-position: center;
    background-size: cover;
}

.industry-box.three:hover {
    background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%), url('../images/srv-img2.jpg');
    background-position: center;
    background-size: cover;
}

.industry-box.four:hover {
    background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%), url('../images/srv-img3.jpg');
    background-position: center;
    background-size: cover;
}

/* .industry-box.five:hover {
    background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%), url('../images/srv-img5.jpg');
    background-position: center;
    background-size: cover;
}

.industry-box.six:hover {
    background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%), url('../images/srv-img6.jpg');
    background-position: center;
    background-size: cover;
} */

.industry-box:hover img {
    background: #fff;
}

.industry-box h5{
    color: #000;
}

.industry-box:hover h5 {
    color: #fff;
}

.industry-box img {
    margin-bottom: 20px;
    width: 55px;
    background: transparent;
    border-radius: 3px;
    padding: 5px;
}

.industry-box h5 {
    margin-bottom: 0px;
}


/*our-services css end*/

/*why-choose css start*/

.why-choose {
    background-image: url(../images/why-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
    margin-top: 80px;
}

.why-choose .wb-heading h2 {
    color: #fff;
    margin-bottom: 30px;
}

.why-choose .why-box {
    display: flex;
    margin-bottom: 30px;
}

.why-choose .why-box .why-icon {
    margin-right: 20px;
    height: 60px;
    width: 60px;
    background-color: #fff;
    border-radius: 50%;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: ripple-out 1.5s ease-in-out infinite;
}

.why-choose .why-box .why-icon:after {
    position: absolute;
    content: "";
    height: 100px;
    width: 2px;
    background-color: #fff;
    top: 60px;
}

.why-choose .why-box:last-child .why-icon:after {
    display: none;
}

.why-choose .why-box:last-child {
    margin-bottom: 0px;
}

.why-choose .why-box .why-icon img {
    width: 35px;
}

.why-choose .why-box .why-content h5 {
    color: #fff;
    font-weight: 600;
}

.why-choose .why-box .why-content p {
    color: #fff;
    text-align: justify;
    margin-bottom: 0px;
}

.why-choose .client-number .counter {
    text-align: center;
}

.why-choose .client-number .counter span {
    color: #fff;
    font-size: 34px;
    font-weight: 800;
}

.why-choose .client-number .counter p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.why-choose .counter-box {
    margin-bottom: 30px;
    background-color: #00000026;
    padding: 30px;
    border-radius: 5px;
}

.why-choose .client-number {
    padding-left: 80px;
}

/*why-choose css end*/

/*about us css start*/
/*.about-image {
    position: relative;
}

.about-image .about-exp {
    position: absolute;
    background:#940b26;
    border-radius: 10px;
    width: 370px;
    height: 100%;
}

.about-image .about-exp span {
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    display: inline-block;
    margin: 240px -123px;
    transform: rotate(-90deg);
}
.abt-img {
    padding: 30px 0 30px 60px;
    position: relative;
    z-index: 1;
}*/
.about-us {
    margin-top: 80px;
}

.about-us .card {
    border: 0px;
    border-radius: 0px;
}

.about-us .bg-about {
    background-color: var(--lightorange);
}

.about-us .about-content {
    padding-left: 50px;
}

.about-us .about-content p {
    color: #000;
    text-align: justify;
    font-size: 16px;
}

.about-us .about-image img {
    border-radius: 10px;
}

.read-btn {
    background-color: var(--blue);
    color: #fff;
    padding: 8px 25px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid var(--blue);
    border-radius: 5px;
    transition: 0.3s;
    display: inline-block;
}

.web-button {
    margin-top: 20px;
}

.read-btn:hover {
    background-color: transparent;
    color: var(--blue);
}

/*about us css end*/

/*about top css Start*/

.about-top {
    position: relative;
    background-image: url(../images/about-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 150px 0px 150px;
}

.background_overlay {
    /* background-color: rgb(0 0 0 / 60%); */
    position: absolute;
    background-color: #1F425D;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.shape-design {
    position: absolute;
    bottom: 0;
    right: 0;
}

.about-top .breadcrumb-content {
    text-align: center;
    position: relative;
}

.about-top .breadcrumb-content h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.about-top .breadcrumb-content .breadcrumb-list li,
a {
    list-style: none;
    display: inline-block;
    color: #fff;
    margin: 0px 7px;
    font-weight: 500;
    position: relative;
}

.about-top .breadcrumb-content .breadcrumb-list li,
a:hover {
    color: #fff;
}

.about-top .breadcrumb-content .breadcrumb-list li a:after {
    top: 2px;
    right: -20px;
    font-size: 16px;
    content: "/\00a0";
    font-weight: 900;
    color: #fff;
    position: absolute;
}

.about-section {
    margin-top: 80px;
    margin-bottom: 80px;
}

.about-section .about-feature {
    margin-top: 50px;
}

.about-section .about-feature .about-vision {
    margin-bottom: 0;
    padding: 15px;
    box-shadow: 1.91px 10.833px 50px 0px rgba(68, 68, 68, 0.15);
    border-radius: 5px;
    min-height: 285px;
}

.about-section .about-feature .about-vision .feature-icon {
    background-color: transparent;
    margin-bottom: 15px;
    text-align: left;
}

.about-section .about-feature .about-vision .feature-icon i {
    font-size: 50px;
    line-height: 0.75;
    color: var(--blue);
    transition: all .5s ease;
}

.about-section .about-feature .about-vision:hover i {
    color: #000;
}

.feature-text {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.feature-text p {
    margin-bottom: 0;
    text-align: justify;
}

.about-section .about-feature .about-vision .feature-text h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px;
}

.about-section .about-image {
    position: relative;
    padding-left: 40px;
    z-index: 1;
}

.about-section .about-image .image-right {
    border-radius: 10px;
}

.about-section .about-image .about-shape1 {
    position: absolute;
    right: 0;
    top: -30px;
}

.about-section .about-image .about-shape2 {
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: -40px;
}

/*about top css End*/

/*contact top css Start*/
.contact-top {
    position: relative;
    background-image: url(../images/contact-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 150px 0px 150px;
}

.contact-top .breadcrumb-content {
    text-align: center;
    position: relative;
}

.contact-top .breadcrumb-content h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.contact-top .breadcrumb-content .breadcrumb-list li,
a {
    list-style: none;
    display: inline-block;
    color: #fff;
    margin: 0px 7px;
    font-weight: 500;
    position: relative;
}

.contact-top .breadcrumb-content .breadcrumb-list li,
a:hover {
    color: #fff;
}

.contact-top .breadcrumb-content .breadcrumb-list li a:after {
    top: 2px;
    right: -20px;
    font-size: 16px;
    content: "/\00a0";
    font-weight: 900;
    color: #fff;
    position: absolute;
}

.contact-section {
    margin-top: 80px;
    margin-bottom: 80px;
}

.contact-section .wb-heading {
    margin-bottom: 18px;
}

.contact-section .form-group {
    position: relative;
    margin-bottom: 30px;
}

.contact-section .form-group .form-select {
    height: 50px;
    line-height: 50px;
    border: none;
    border: 1px solid #eaeaea;
    border-radius: 1px;
    padding: 0 0 0 10px;
    font-size: 15px;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact-section .form-group .form-select:focus {
    box-shadow: none;
    border-color: var(--blue);
    outline: none;
    background-color: transparent;
}
.contact-section .form-group .form-control {
    height: 50px;
    line-height: 50px;
    border: none;
    border: 1px solid #eaeaea;
    border-radius: 1px;
    padding: 0 0 0 10px;
    font-size: 15px;
}

.contact-section .form-group .form-control:focus {
    box-shadow: none;
    border-color: var(--blue);
    outline: none;
    background-color: transparent;
}

.contact-section textarea.form-control {
    border-radius: 1px;
}

.contact-section textarea.form-control:focus {
    box-shadow: none;
    border-color: var(--blue);
    outline: none;
    background-color: transparent;
}

.map-box {
    margin-top: 50px;
}

/*contact top css End*/

/*Services css Start*/
.service-top {
    position: relative;
    background-image: url(../images/service-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 150px 0px 150px;
}

.service-top .breadcrumb-content {
    text-align: center;
    position: relative;
}

.service-top .breadcrumb-content h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.service-top .breadcrumb-content .breadcrumb-list li,
a {
    list-style: none;
    display: inline-block;
    color: #fff;
    margin: 0px 7px;
    font-weight: 500;
    position: relative;
}

.service-top .breadcrumb-content .breadcrumb-list li,
a:hover {
    color: #fff;
}

.service-top .breadcrumb-content .breadcrumb-list li a:after {
    top: 2px;
    right: -20px;
    font-size: 16px;
    content: "/\00a0";
    font-weight: 900;
    color: #fff;
    position: absolute;
}

.service-section {
    margin-top: 80px;
    margin-bottom: 80px;
}

.service-section img {
    border-radius: 0px 30px 0px 30px;
    border: 3px solid #cb1b2b;
}

.service-section .transportation-section,
.air-section,
.ourteam-section {
    padding: 50px 0;
}

.service-section .row {
    align-items: center;
}

/*Services css End*/

/*our-partner css start*/

.our-partner {
    margin-bottom: 80px;
}

.our-partner .menu-button {
    margin-top: 20px;
}

.our-partner ul.partner-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.our-partner ul.partner-list li {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0.5rem;
    padding: 0.5rem;
}

/*our-partner css end*/

/*integral-logistic css start*/

.integral-logistic {
    margin-top: 80px;
    margin-bottom: 80px;
}

.integral-logistic .row {
    border-radius: 15px;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    background-color: #fff;
    padding-top: 1rem;
}

.integral-logistic .single-coutnerup img {
    display: block;
    margin: 0 auto;
    width: 70px;
}


.integral-logistic .single-coutnerup {
    text-align: left;
    padding: 0px 30px;
    text-align: center;
}

.integral-logistic .single-coutnerup p {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.integral-logistic .single-coutnerup .count-num {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--blue);
}

.integral-logistic .plus {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--blue);
}

/*integral-logistic css end*/

/*Privacy top css Start*/
.privacy-top {
    position: relative;
    background-image: url(../images/privacy-top.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 150px 0px 150px;
}

.privacy-top .breadcrumb-content {
    text-align: center;
    position: relative;
}

.privacy-top .breadcrumb-content h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 15px;
}

.privacy-top .breadcrumb-content .breadcrumb-list li,
a {
    list-style: none;
    display: inline-block;
    color: #fff;
    /* margin: 0px 12px; */
    font-weight: 300;
    position: relative;
}

.privacy-top .breadcrumb-content .breadcrumb-list li,
a:hover {
    color: #fff;
}

.privacy-top .breadcrumb-content .breadcrumb-list li a:after {
    top: 2px;
    right: -30px;
    font-size: 16px;
    content: ">>";
    font-weight: 900;
    color: var(--blue);
    position: absolute;
}

.privacy-section {
    margin-top: 80px;
    margin-bottom: 80px;
}

.privacy-section p {
    text-align: justify;
}

.privacy-section .terms-of-use-content .product-heading {
    margin-bottom: 15px;
}

.privacy-section .policy-mail {
    color: #0d6efd;
    font-weight: 500;
}

.privacy-section .policy-mail:hover {
    color: #5f97eb;
}

/*Privacy top css End*/

/*back to top button*/

#myBtn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 40px;
    width: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 2;
    display: none;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 5%);
}

#myBtn i {
    color: var(--blue);
    font-size: 18px;
}

/*back to top button*/

/*whatsapp css start*/

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation: ripple-out 1.5s ease-in-out infinite;
    z-index: 99;
    transition: 0.3s;
}

.btn-whatsapp-pulse:hover {
    rotate: 30deg;
    transition: 0.3s;
}

.btn-whatsapp-pulse:hover {
    color: #fff;
}

@keyframes ripple-out {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    100% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

/*whatsapp css end*/

/*footer-top css start*/

.footer-top {
    padding: 30px;
    background-image: linear-gradient(to right, #791f32 0%, #98072a 100%);
}

.footer-top .heading {
    margin-bottom: 0px;
}

.footer-top p {
    margin-bottom: 0px;
    color: #fff;
}

.footer-top h2 {
    color: #fff;
}

.button_content .button-group {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 620px;
    overflow: visible;
}

.button_content .button-group {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.button_content .button-group a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.button {
    display: inline-block;
}

a.work_Us {
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s linear;
}

.box-wrapper a.work_Us i {
    color: #008000ab;
    font-size: 2rem;
    font-weight: bold;
}

.box-wrapper .button:hover i {
    color: #fff !important;
}

.button_content .button-group .button:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.button_content .button-group .button:last-child {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.button_content .button-group .button {
    font-size: 18px;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    width: 49%;
    margin: 0;
    letter-spacing: -1px;
}

.navbar-nav li .active {
    color: var(--blue) !important;
}

.button-group .or {
    background-color: #fff;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 42px;
    text-align: center;
    margin-left: -26px;
    margin-top: -23px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 43px;
    z-index: 99;
    font-weight: 700;
    border-radius: 50%;
    border: 1px solid #000;
}

.animate__animated.animate__fadeInLeft {
    --animate-duration: 3s;
    --animate-delay: 0.9s;
}

.animate__animated.animate__fadeInRight {
    --animate-duration: 3s;
    --animate-delay: 0.9s;
}

/*footer-top css end*/

/*footer css start*/

footer {
    background: #232323;
    padding: 2rem 0rem;
}

.ftr-links {
    margin-bottom: 1rem;
}


.ftr-links ul li {
    color: #ebebeb;
    margin-bottom: 5px;
}

.ftr-links ul li a {
    font-size: .9rem;
    transition: 0.3s;
    font-weight: 300;
    color: #ebebeb;
}

.ftr-links ul li a:hover {
    color: #fff;
}

.ftr-heading {
    color: #fff;
}

.ftr-social ul {
    margin-bottom: 0rem;
}

.ftr-social ul li {
    display: inline-block;
    margin-right: 5px;
}

.ftr-social ul li a {
    display: block;
    width: 30px;
    height: 30px;
    color: #ebebeb;
    margin: 0;
    /* background: #fff; */
    text-align: center;
    line-height: 28px;
    border: 1px solid #ebebeb;
    border-radius: .15rem;
    transition: 0.3s;
    font-size: 14px;
}

.ftr-social ul li a:hover {
    background: #fff;
    border: 1px solid #fff;
    color: var(--blue);
}

.ftr-social ul li a i {}

.footer_bottom {
    background-color: #333;
}

.footer_bottom .designed_by {
    text-align: right;
}

.footer_bottom .copyroght {
    text-align: left;
}

.copyroght,
.designed_by {
    padding: 10px 0px;
}

.copyroght p,
.designed_by p,
.designed_by p a {
    margin-bottom: 0px;
    font-size: .75rem;
    color: #a8a8a8;
}

.download-app a:hover {
    text-decoration: none;

}

.download-app a img {
    border-radius: 10px;
    margin-bottom: 10px;
    border: 2px solid #3e3e3e;
}

.ftr-contact {}

.ftr-contact ul {}

.ftr-contact ul li {
    font-size: .9rem;
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
    font-weight: 300;
    color: #ebebeb;
}

.ftr-contact ul li i {
    color: var(--maroon);
    margin-right: 5px;
    width: 15px;
    flex: none;
}

.ftr-contact ul li a {
    color: #ebebeb;
    margin: 0 3px;
}

.ftr-links ul li a {
    margin: 0 3px;
}

/*footer css end*/

/*responsive css start*/

@media (min-width: 991px) {
    .menu nav ul li:hover .dropdown-menu {
        display: block;
        position: absolute;
        padding-top: 23px;
    }

    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-20%);
        transition: all .5s;
    }

    .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0%);
    }

}

@media (max-width: 1400px) {
    .via-sky .via-sky-box {
        min-height: 185px;
    }

    .why-choose .counter-box {
        padding: 15px;
    }

    .why-choose .why-box .why-icon:after {
        height: 125px;
    }
}

@media (max-width: 991px) {
    .slider-inner-content h1 {
        font-size: 2em;
    }

    .via-sky .via-sky-box {
        min-height: auto;
        margin-bottom: 30px;
    }

    .via-sky .via-sky-box-last {
        margin-bottom: 0px;
    }

    .about-us .about-content {
        padding-left: 0px;
        margin-top: 30px;
        text-align: center;
    }

    .about-top {
        padding: 100px 0px 100px;
    }

    .about-section .about-feature .about-vision {
        margin-bottom: 30px;
    }

    .about-section .about-image {
        text-align: center;
    }

    .about-section .about-image .about-shape2 {
        left: 40px;
    }

    .service-top {
        padding: 70px 0px 70px;
    }

    .service-section .store_section-1 {
        flex-direction: column-reverse;
    }

    .why-choose .client-number {
        padding-left: 0px;
        margin-top: 30px;
    }

    .why-choose .md-cont {
        margin-bottom: 0px;
    }

    .footer-top .menu-button {
        text-align: left;
        margin-top: 30px;
    }

    .footer-main .ftr-social {
        margin-bottom: 30px;
    }

    .menu nav ul {
        align-items: baseline;
    }

    #head-menu {
        top: 0px !important;
    }

}

@media (max-width: 767px) {
    .slider-inner-content h1 {
        font-size: 1.5em;
    }

    .copyroght p,
    .designed_by p,
    .designed_by p a {
        text-align: center;
    }

    .designed_by {
        padding-top: 0px;
    }

    .why-choose .why-box .why-icon:after {
        height: 146px;
    }

    .about-top {
        padding: 70px 0px 70px;
    }

    .about-section .about-image .about-shape2 {
        left: 0px;
    }

    .about-section .about-image {
        padding-left: 0;
    }

    .about-top .breadcrumb-content h1 {
        font-size: 30px;
        padding-bottom: 5px;
    }

    .contact-top .breadcrumb-content h1 {
        font-size: 30px;
        padding-bottom: 5px;
    }

    .service-top .breadcrumb-content h1 {
        font-size: 30px;
        padding-bottom: 5px;
    }
}

@media (max-width: 575px) {
    .menu nav .navbar-brand img {
        width: 180px;
    }

    .slider-inner-content {
        width: 100%;
    }

    .slider-inner-content h1 {
        font-size: 0.8em;
    }

    .slider-inner-content p {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .trackin {
        width: 280px;
        margin: 15px auto;
    }

    .why-choose .sm-cont {
        margin-bottom: 30px;
    }

    .our-partner ul.partner-list li img {
        width: 120px;
    }

    .box-wrapper .button_content {
        margin-bottom: 0px;
    }

    .button_content .button-group .button {
        font-size: 16px;
        padding: 14px 0;
        width: 80%;
    }

    .box-wrapper a.work_Us i {
        font-size: 1.2rem;
    }

    .button_content .button-group {
        flex-direction: column;
        gap: 10px;
    }

    .button_content .button-group .button {
        border-radius: 0px !important;
    }

    #slider {
        height: 400px;
    }

    .via-sky,
    .about-us,
    .why-choose {
        margin-top: 50px;
    }

    .industry-portfolio {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .our-partner {
        margin-bottom: 50px;
    }

    .about-top {
        padding: 50px 0px 50px;
    }

    .about-section {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .about-section .about-text p {
        text-align: justify;
    }

    .about-section .about-image .about-shape2 {
        display: none;
    }

    .about-section .about-feature .about-vision {
        min-height: 260px;
    }

    .about-section .about-feature .feature-text {
        text-align: center;
    }

    .about-section .about-feature .about-vision .feature-icon {
        text-align: center;
    }

    .about-section .about-feature p {
        text-align: justify;
    }

    .about-text h2 {
        text-align: center;
    }

    .service-top {
        padding: 50px 0px 50px;
    }

    .service-section {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .service-section h2 {
        text-align: center;
    }

    .wb-heading h5 {
        font-size: 16px;
    }

    .heading h5 {
        font-size: 16px;
    }

    .service-section p {
        text-align: justify;
    }

    .service-section .transportation-section,
    .air-section,
    .ourteam-section {
        padding: 20px 0;
    }

    .contact-top {
        padding: 50px 0px 50px;
    }

    .contact-section {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .contact-section .form-group {
        margin-bottom: 14px;
    }

    .contact-section .form-group .form-control {
        height: 42px;
    }
}

@media (max-width: 480px) {
    .why-choose .why-box .why-icon:after {
        height: 220px;
    }

}

/*-----------Thank-you-start---------------*/
.thank-you-page {
margin-top: 50px;
margin-bottom: 50px;
}

.thank-you {
text-align: center;
}

.thank-you-page .thank-you h1 {
font-size: 60px;
margin-top: 0px;
font-weight: 600;
color: #900d2c;
}

.thank-you-page .thank-you h5 {
font-weight: 600;
font-style: italic;
color: #000;
}

.thank-you-page .thank-you p {
text-align: center;
}

.thank-you-page .thank-you .ue-btn i {
margin-left: 5px;
}
@media (max-width: 767px){

.thank-you-page .thank-you p {   
font-size: 14px;
}
.thank-you-page .thank-you h1 {
font-size: 35px;   
}
.thank-you-page .thank-you img {
width:100px;  
}
}
/*-----------Thank-you-end---------------*/
/*responsive css end*/
/*responsive css end*/