/*Common CSS*/
.white {
    color: #fff;
}
.black {
    color: #000;
}
.center {
    text-align:center;
}
li a:hover {
    color: #fff;
    text-decoration: none;
}
/*Navbar CSS*/
.container.ltc-con {
    width: 100%!important;
    padding: 0px 8%;
    display: flex;
    align-items: center;
}
.dropdown-menu>li>a {
    font-family: 'Poppins';
    font-size: 14px;
}
.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}
a.navbar-brand.hdr-logo {
    padding: 0;
    height: auto !important;
}
nav.navbar.navbar-default {
    border: none;
    background: none;
}
.navbar-right li a:hover{
  color: #ffb607 !important;
}
.dropdown-menu li a:hover{
  color: #ffb607;
  background: black;
}
  nav.navbar.navbar-default {
    border: none;
}
.navbar-right li a:hover{
  color: white;
}
.dropdown-menu li a:hover{
  color: white;
  background: black;
}
.navbar-default .navbar-toggle .icon-bar{
  background-color: rgba(2,3,58,255);
  font-weight: bold;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: rgb(22, 22, 108);
}   
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
    font-weight: bold;
}
.hdr-logo img {
    width: 120px;
}

/* Style for top-level navbar links */
.navbar-nav > li > a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;         /* Font size */
    font-weight: 500;        /* Bold text */
    padding: 12px 18px;      /* Top-bottom and left-right spacing */
    display: inline-block;
}

/* Optional: add spacing between menu items (gap) */
.navbar-nav > li {
    margin-right: 8px;       /* Horizontal gap between items */
}

/* Prevent last item from having extra margin */
.navbar-nav > li:last-child {
    margin-right: 0;
}

.header {
    position: absolute !IMPORTANT;
    width: 100%;
}
.navbar-header {
    width: 20%;
}
div#myNavbar {
    width: 80%;
}
.navbar-nav>li>a {
    font-family: poppins;
}
.caret {
    margin-left: 7px!important;
}
.track-order {
    font-family: poppins;
    text-transform: uppercase;
    font-weight: 600;
    background: #ffb607;
    border: none;
    padding: 10px 20px;
    border-radius: 2px;
    box-shadow: 3px 3px 0px -1px #fff;
}
a.track-order:focus {
    background: #ffb607 !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e700!important;
}
.dropdown-menu {
    padding: 0px 0!important;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #f5f5f500!important;
}

/*Main Banner*/
.main-banner {
    background: url(photos/img/banner.webp);
    height: 550px;
    width: 100%;
    display: block;
}
.lightheading {
    font-size: 18px;
    font-family: poppins;
    margin: 0;
    font-weight: 300;
}
.main-heading {
    /*font-size: 36px;*/
    padding-top:10px;
    font-size:20px;
    font-family: poppins;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
}
img.overlay-img {
    width: 453px;
    height: 453px;
    margin: 0px auto;
    display: block;
}
.main-banner .container.ltc-con {
    padding: 10% 8%
}
p.banner-content {
    margin-top: 10px;
    font-family: poppins;
    line-height: 26px;
    font-size: 16px;
    text-align:left;
}
.txt-Center{
    text-align:justify !important;
}
.side-content {
    border-left: 4px solid #ffb607;
    padding-left: 30px;
    padding-right: 50px;
}
.lcp-btn {
    background: #ffb607;
    color: #000;
    font-family: 'montserrat';
    font-weight: 500;
    padding: 10px 30px;
    display: block;
    width: fit-content;
    margin-top: 25px;
    border-radius: 3px;
    transition: all 0.5s;
}
a.lcp-btn:hover {
    box-shadow: 3px 3px 0px 0px #fff;
    text-decoration: none !important;
    color: #fff;
    font-style: unset;
    transition: all 0.5s;
}
.col-md-6.banner-content.bounce-in-left {
    padding-left: 0;
}
.heading-text{
    font-size:52px;
    padding-top:10px;
    color:#fff;
    letter-spacing:1px;
    word-spacing:10px;
    font-weight:600;
}

.heading-text2{
    font-weight:300;
    color:#fff;
    text-transform: uppercase;
    font-size:22px;
}
/*Slider CSS*/
.slide-content img {
  max-width: 100%;
  height: auto;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.slider {
  position: relative;
  /*overflow: hidden;*/
}
.slide-switch {
  display: none;
}
.slide-label {
  position: absolute;
  bottom: 0rem;
  display: block;
  z-index:5;
  height: 1.5rem;
  width: 1.5rem;
  text-indent: 1rem;
  overflow: hidden;
  background: #ffdb82;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.25s;
   margin: 0% 46%; 
    top: 221px
}
.slide-label:nth-of-type(1) {
  left: 0rem;
}
.slide-label:nth-of-type(2) {
    left: 2.5rem;
}
.slide-label:nth-of-type(3) {
    left: 5rem;
}
.slide-label:nth-of-type(4) {
  left: 5.5rem;
}
.slide-label:nth-of-type(5) {
  left: 7rem;
}
.slide-content {
  width: 100%;
  float: left;
  margin-right: -100%;
}
.slide-switch:checked + .slide-label {
    background: #ffb607;
}
.slide-switch:not(:checked) + .slide-label + .slide-content {
  opacity: 0;
  transition: opacity 0.35s;
  pointer-events: none;
}
.slide-switch:checked + .slide-label + .slide-content {
  animation: slide 2s;
}
.white:hover{
    color:#ffb607 !important;
}

/*extra css */
.btn-1{
    margin-top: 58px !important;
}
@keyframes slide {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.slide-contentc {
    display: flex;
    align-items: center;
}


/*Animation slide CSS*/
.bounce-in-left {
        animation: bounce-in-left 5s;
      }
      @keyframes bounce-in-left {
          0% {
            opacity: 0;
            transform: translateX(-2000px);
         }
         60% {
            opacity: 1;
            transform: translateX(30px);
         }
        80% { transform: translateX(-10px); }
        100% { transform: translateX(0); }
      }
      .bounce-in-right {
  animation: bounce-in-right 5s;
}
@keyframes bounce-in-right {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% { transform: translateX(10px); }
  100% { transform: translateX(0); }
}

.error {
    color: Red;
  }
/*About us CSS*/
section.about-us {
    padding: 50px 0px 50px;
    display: block;
}
.site-wrapper {
  background: slategray;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.email-form__input {
  padding: 1em;
  border: none;
}

.email-form__button {
  padding: 1em;
  border: none;
  background: silver;
}
img.about-img {
    width: 100%;
    margin-top:8rem !important;
}
img.about-img.img1 {
    height: 430px !important;
}
/*.col-md-6.banner-image {*/
/*    margin-top: 8rem!important;*/
/*}*/
.type-heading{
    font-family: poppins;
    font-size: 18px;
    font-weight: 620;
    letter-spacing: 2px;
    margin: 0px;
    text-transform: uppercase;
}
.subheading {
    font-family: poppins;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0px;
    text-transform: uppercase;
}
.about {
    color: #040545;
    font-size: 40px;
}
.about span {
    color: #ffb607;
    display: block;
    width: fit-content;
}
.divider {
    height: 4px;
    display: block;
    background: #ffb607;
    width: 50px;
    margin-bottom: 7px;
    margin-left: 1px;
}
.a.lcp-btn.button-1{
      display: flex;
    justify-content: center;
    margin: 20px auto 0 0;
}
/*Services CSS*/
section .services {
    /*background: url(https://vairit.com/LTC-Logistics/photos/img/servicebg.webp);*/
    /*height: 877px;*/
     width: 100%;
     display: block;
     background-size: cover;
     padding: 45px 0px;
     /*margin-top: -268px !important;*/
     /*margin-top:-30% !important;*/
     /*border-radius: 5%;*/
     /*margin-left:auto;*/
     /* margin-right:auto;*/
     
     
     /*justify-content: center;*/
     
}
/*setion.services {*/
   
    
    
/*    justify-content: center;*/
/*    margin-left: 55px;*/
/*}*/
.services .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.services .container.ltc-con {
    display: inline-block;
}
.services divider {
    margin: 0px auto 10px;
}
.services span {
    display: unset;
}
h4.services-heading {
    text-transform: uppercase;
    font-weight: bold;
    font-family: poppins;
    color: #040545;
}
.service-part p.banner-content {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    text-align:center;
}
a.arrow-btn {
    background: #040545;
    padding: 10px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.col-md-6.service-part {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 7px 0px #0000001a;
    border-radius: 3px;
    margin: 1%!important;
    width: 38%;
    float: left;
    align-items: center;
    display: grid;
    justify-content: center;
    float: left;
}
h2.main-heading.about.services.center {
    margin-bottom: 40px;
}
.servrow {
    margin-top: 25px;
}

/*Customers banner CSS*/
section .cusbanner {
    background: url(photos/img/cusbimg.webp);
    /*height: 877px;*/
    width: 100%;
    display: block;
    background-size: cover;
    padding: 80px 0px;
}
.cusbanner .container.ltc-con {
    justify-content: center;
}
.cusbanner a.lcp-btn {
    margin: 30px auto 0;
}
/*Mission Vision values CSS*/
section .o-m-v {
    background: url(photos/img/servicebg.webp);
    width: 100%;
    display: block;
    background-size: cover;
    padding: 60px 0px;
}
.omv-img img {
    width: 80px;
    height: 80px;
}
.omv-content {
    padding-left: 15px;
}
h4.omv-heading {
    font-family: poppins;
    font-weight: 700;
    color: #040545;
    margin: 0;
}
p.omv-para {
    font-family: poppins;
    font-weight: 600;
    margin: 2px 0px 0px;
}
.vision, .mission, .values {
    display: flex;
    margin-top: 45px;
}

/*Testimonial CSS*/
section.contactform.testmonial {
    background: none;
}
.testmonial .container.ltc-con {
    display: block;
}
.testmonial divider {
    margin: 0px auto 7px;
}
.testmonial h2.main-heading.about.services.center {
    margin-bottom: 0;
}
.quoteimg {
    text-align: center;
}
.col-md-6.testimonial-slide {
    width: 100%;
    margin: 30px 1%;
    /*box-shadow: 0px 0px 8px 0px #00000010;*/
    padding: 20px;
    /*border-radius: 4px;*/
}
.testimonial-slide h2 {
    color: #040545;
    margin: 20px 0 0px;
    text-align: center;
    font-size: 24px;
    font-family: poppins;
    font-weight: bold;
}
.testimonial-slide h4 {
    margin-top: 0px;
    font-family: poppins;
    font-size: 15px;
    color: #7d7d7d;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.7px;
}

.testimonial-slide p {
  
    font-family: poppins;
    color: #000;
    width: 100%;
    line-height: 24px;
    margin-top: 13px;
    font-size: 16px;
    text-align:justify;
}

/*Contact Form CSS*/
section .contactform {
    background: url(photos/img/contactimg.webp);
    width: 100%;
    display: block;
    background-size: cover;
    padding: 60px 0px;
}
.contactform-content {
    background: #fff;
    padding: 30px 25px;
}
.field-group input {
    background: #f7f7f7;
    border: none;
    height: 45px;
    color: #000;
    font-family: poppins;
    box-shadow: none;
    border-radius:0px;
}
select#services {
    background: #f7f7f7;
    border: none;
    height: 45px;
    color: #000;
    font-family: poppins;
    box-shadow: none;
    border-radius: 0px;
    width: 100%;
}
select#services {
    background: #f7f7f7;
    border: none;
    height: 45px;
    color: #000;
    font-family: poppins;
    box-shadow: none;
    border-radius: 0px;
    padding: 0px 10px;
    width: 100%;
}
input[type=file] {
    width: 100%;
}
input[type=file]::file-selector-button {
  margin-top:7px;
  margin-right: 20px;
  margin-left:10px;
  border: none;
  background: #ffb607;
  padding: 7px 16px;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
  background: #0d45a5;
}
.field-group input::placeholder {
    color: #000;
}
.field-group .col-md-6 {
    padding: 0;
    margin: 0px 1%;
    width: 48%;
}
.field-group.message- .col {
    display: block;
    width: 98%;
    margin: 0px auto;
}
input#message {
    min-height: 120px;
}
.field-group {
    margin-top: 13px;
    display: inline-block;
    width: 100%;
}
h2.main-heading.about.contact-form span {
    display: unset;
}
.contactform-content h5.subheading {
    margin-bottom: 15px;
}
button.lcp-btn.submit-btn {
    width: 98%;
    margin: 15px auto  0;
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 15px 0;
}
/*Footer CSS*/
.footer {
    background: url(photos/img/ftrimg.webp);
    width: 100%;
    display: block;
    background-size: cover;
    padding: 0px 0px 60px;
}
.col-md-6.banner-content .footer-content {
    padding-right: 150px;
}
p.footer-para.white {
    font-family: poppins;
    line-height: 26px;
    margin-top: 15px;
}
.footer-content h3 {
    font-size: 22px;
    font-family: poppins;
    font-weight: 800;
}
.footer-content ul {
    list-style: none;
    padding-left: 0px;
}
.footer-content li {
    position: relative;
    padding-left: 25px;
    padding-top: 12px;
    font-family: poppins;
}
.footer-content li:before {
    position: absolute;
    background: #ffb607;
    width: 7px;
    height: 6px;
    content: '';
    left: 0;
    top: 20px;
}
.adrs, .mail, .phn {
    padding-left: 35px !important;
}
.mail {
    padding-top: 16px!important;
}
.phn {
    padding-top: 20px!important;
}
.adrs:before {
    content: '';
    background-color: unset !important;
    background-image: url(https://vairit.com/LTC-Logistics/photos/img/adrs.webp) !important;
    width: 20px !important;
    height: 19px !important;
    background-size: cover !important;
}
.mail:before {
    content: '';
    background-color: unset !important;
    background-image: url(https://vairit.com/LTC-Logistics/photos/img/mail.webp) !important;
    width: 20px !important;
    height: 14px !important;
    background-size: cover !important;
    top: 18px !important;
}
.phn:before {
    content: '';
    background-color: unset !important;
    background-image: url(https://vairit.com/LTC-Logistics/photos/img/phn.webp) !important;
    width: 19px !important;
    height: 19px !important;
    background-size: cover !important;
    top: 22px !important;
}
.footer .container.ltc-con {
    display: inline-block;
}
.footer .col-md-3.banner-content {
    margin-top: 30px;
}
section.copyright {
    background: #020329;
    padding: 16px 0;
}
.copyright p.white.center {
    font-family: poppins;
    margin: 0;
}
.copyright .container.ltc-con {
    display: inline-block;
}
.bigmap iframe{
    width:100% !important;
}



/*ABOUT US PAGE CSS*/

setion.main-banner.bannertop {
    background: url(https://vairit.com/LTC-Logistics/photos/img/bannertop.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px;
    background-position: bottom;
}
.bannertop .container.ltc-con {
    padding: 10% 8% 8%;
}
.bannertop h2.main-heading {
    font-size: 52px;
}
section.contactform.contactpage {
    background: unset;
    padding: 0px 0 60px;
}
img.about-img.md {
    width: 100%;
    border-radius: 4px;
    
}

/*Social icons css*/
.socialmedia-icons {
    text-align: center;
    padding-top: 10px;
}

.fa {
    padding: 10px 10px !important;
    font-size: 30px !important;
    width: 46px !important;
    font-size: 20px !important;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}
a:focus, a:hover {
    color: #ffffff;
}
.fa:hover {
    opacity: 0.7;
    text-decoration: none;
}
.fa-facebook {
  background: #ffb607;
  color: white;
}

.fa-twitter {
  background: #ffb607;
  color: white;
}

.fa-linkedin {
  background: #ffb607;
  color: white;
}

.fa-envelope {
  background: #ffb607;
  color: white;
}

img.client-image {
    width: 100px;
    border: 2px dashed #000;
    border-radius: 100%;
    padding: 6px;
}
img.client-image-1 {
    width: 100px;
    border: 2px dashed #000;
    border-radius: 100%;
    padding: 6px;
    height: 100px;
}

/*Service Page CSS*/
.service-page .service-part img {
    width: 100%;
    border-radius: 7px !important;
    border: solid 1px black!important;
}
/*Logos Slider*/

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-slide img {
    border: 2px solid #ffb607;
    border-radius: 3px;
    padding: 20px;
    transition: all 0.8s;
}

.home-services {
     width:90% !important;
     margin-top:-120px !important; border-radius: 20px; margin-left:auto; margin-right:auto; position:relative;
     
}
/*Responsive I-Pad CSS*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
        #map {
        width: 437px;
        height: 627px;
        background-color: #ffb607;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        border: 2px solid black;
        margin-left: 110px;
        margin-top: 5rem; /* Adjust this value as needed */
    }
    }

@media only screen and (max-width: 991px){

.navbar.navbar-default .container.ltc-con {
    display: flex;
}
.container.ltc-con {
    display: block;
}
setion.main-banner {
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}
.main-banner .col-md-6.banner-content{
    margin-top: 80px;
    padding-bottom: 60px;
}
img.overlay-img {
    width: 80%;
    height: auto;
}
.footer .col-md-3.banner-content {
    float: left;
    width: 50%;
}
.about-us .col-md-6.banner-content {
    margin-top: 50px;
}
.col-md-6.service-part {
    width: 48% ;
}
.col-md-4.second-service{
    width:48% !important;
}
.o-m-v .col-md-6.banner-image {
    margin-top: 50px;
    /*text-align: center;*/
}
.field-group .col-md-6 {
    float: left;
}
.footer .col-md-3.banner-content {
    margin-top: 30px;
}
img.about-img {
    width: 100%;
   
}
img.about-img {
    width: 100%;
    border-radius: 10px !important;
    /*margin-top: 92px;*/
}
.col-md-6.banner-content .footer-content {
    padding-right: 0;
}
div#myNavbar {
    width: 100%;
}
.hdr-logo img {
    width: 80px;
}
.navbar-header {
    width: 0%;
}
img.overlay-img {
    width: 100%;
}
.testimonial {
    max-width: 100%;
}
label.slide-label {
    margin: 0% 46%;
    top: 281px !important;
}

.carousel-inner {
    height: 500px !important;
}
.side-content.content {
    position: absolute;
    z-index: 999;
    top: 250px;
    display: block;
    /*margin: -80px auto;*/
    text-align: center;
    height: 25px;
    
}
.testimonial-slide p {
    font-family: poppins;
    color: #000;
    width: 100%;
    line-height: 24px;
    margin-top: 13px;
   font-size: 11px; 
}

/*setion.services.services-1{*/
/*       margin-top: -170px !important;*/
/*}*/
.swiper-button-next.nav-btn {
    width:4%;
    border-radius:17px;
}
.swiper-button-prev.nav-btn {
    left: 0px;
    right: auto;
    font-size: 20px !important;
    background-color: #ffb607;
    color: #fff;
    border-radius: 15px;
        height: 25px;
    width: 25px;
}
h2.main-heading.heading-text {
    font-size: 26px!important;
}
/*.col-md-6.banner-image.mapimages {*/
/*    margin-top: 50px;*/
/*}*/
.container.ltc-con.mapping {
    display: flex;
    flex-direction: column-reverse;
}

        
    }



@media only screen and (max-width: 768px) {
    .form-contact {
    width: 100% !important;
    margin: 0px auto;
}
 .home-services {
    margin-top: 0 !important;
} 
    .navbar-header {
    width: 100%;
}
.navbar-default .navbar-toggle {
    border: 2px solid #fff;
    margin-top: 20px;
    margin-right: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff!important;
}
div#myNavbar {
    /*background: #040545;*/
    position: absolute;
    left: 15px;
    z-index: 9;
    padding: 10px 80px 30px;
    top: 4px;
}
.dropdown-menu {
    position: unset;
    float: unset;
}
ul.dropdown-menu {
    background: transparent !important;
    box-shadow: none;
    padding-left: 20px !important;
}
li.dropdown.open li {
    background-color: transparent!important;
    font-family: poppins;
    font-size: 15px !important;
}
.slide-contentc .col-md-6.banner-image {
    display: none;
}
.side-content {
    border-left: 4px solid #ffb607;
    padding-left: 20px;
    padding-right: 20px;
}
.desktop-testim {
    display: none;
}
.mobile-testim {
    display: block !important;
}
.col-md-6.testimonial-slide {
    width: 100%;
    margin: 30px 0%;
}
label.slide-label {
    margin: 0% 44%;
    top: 300px !important;
}
.container.ltc-con.mapping {
    display: flex;
    flex-direction: column-reverse;
}
.col-md-6.banner-image.mapimages {
    margin-top: -50px;
}
.col-md-4.service-part {
    margin-bottom: 25px;
}

}
@media only screen and (max-width: 580px) {
     
    
    .footer .col-md-3.banner-content {
    width: 100%;
}
.about span {
    display: unset;
}
.main-heading {
    font-size: 19px;;
}
.col-md-6.service-part {
    width: 100%;
}
.col-md-4.second-service{
    width:100% !important;
}
setion.main-banner.bannertop {
    height: 320px !important;
}
.bannertop h2.main-heading {
    font-size: 28px;
}
.slick-slide img {
    padding: 5px;
}
label.slide-label {
    margin: 0% 38%;
    top: 377px !important;
}

.item.background-1 {
    background-position: 14% 60%;
}

.item.background-2 {
    background-position: 90% 60%;
}
.item.background-3 {
    background-position: 2% 50%;
}
.map iframe{
    width:300px !important;
    height:180px !important;
}

}
/* changes*/
.footer .col-md-3.banner-content {
    margin-left: -20px !important;
}
.footer .ftr-img {    
    margin-top: -30px !important; 
}
a.lcp-btn {
    display: flex;
    justify-content: center;
    /*margin: 0px auto;*/

}
/*.heading-text {*/
/*    font-size: 22px !important;*/
/*}*/
.heading-text1{
    font-size:13px;
}
setion.services.services-1 {
    margin-top: -50px;
}
/*.slide-content .padded .slide-contentc{*/
/*    justify-content:center;*/
/*    text-align:center;*/
/*    width:100%;*/
/*}*/
.slide-contentc {
    justify-content: center;
    width: 100%;
    text-align: center;
}
/*slider main*/
.carousel-inner{
    height:600px !important;
}
.item{
    position:relative;
}
.side-content.content {
    position: absolute;
    z-index: 999;
    top: 250px;
    display: block;
    margin: 0px auto;
    text-align: center;
    left:0%;
    right:0%;
    width:80%;
}
.col-md-4.second-service {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 7px 0px #12101042;
    border-radius: 3px;
    margin: 1%!important;
    width: 31.33%;
}
/*awards section*/
video {
    width: 100%;
    height: 270px;
    margin-top: 39px;
}
.swiper-button-prev.nav-btn {
    left: 2px;
    right: auto;
    /*height: -9px;*/
     font-size: 20px !important;
    background-color:#ffb607;
    color: #fff;
    border-radius: 15px;
        height: 25px;
    width: 25px;
}
.swiper-button-next.nav-btn {
    right: 10px;
    left: auto;
    top: 50%;
    font-size: 20px !important;
    background-color:#ffb607;
    color: #fff;
    border-radius: 15px;
        height: 25px;
    width: 25px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px !important;
}



a.left.carousel-control {
    background-image: none;
}
a.right.carousel-control {
    background: none;
}
.background-1{
  background-image: url("https://vairit.com/LTC-Logistics/photos/img/background1.jpg"),linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
 background-blend-mode: overlay ;
  height: 800px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */  
    /*opacity: 0.8;*/

}
.background-2{
    background-image: url("https://vairit.com/LTC-Logistics/photos/img/secondbg.jpg"),linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
 background-blend-mode: overlay ;
  height: 800px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  /*opacity: 0.8;*/
}
.background-3{
    background-image: url("https://vairit.com/LTC-Logistics/photos/img/backgorund2.jpg"),linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
 background-blend-mode: overlay ;
  height: 800px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
    /*opacity: 0.8;*/

}
@media(min-width:768px){
ul.nav.navbar-nav.navbar-right.active {
    margin-right: -70px !important;
}
 .side-content.content {
      margin: -35px auto !important;
}

}
@media(max-width:767px){
    div#myNavbar {
    background: #040545;
    position: absolute;
    left: 15px;
    z-index: 9;
    padding: 10px 80px 30px;
    top: 74px;
    text-align: center;
}



}
@media(max-width:980px){
    .side-content.content {
    position: absolute;
    z-index: 999;
    top: 250px;
    display: block;
    margin: -80px auto;
    text-align: center;
    left: 0% !important;
    right: 0% !important;
    width: 75%;
}
}











@media(max-width:480px)
{
     
    .form-contact {
    width: 100% !important;
    margin: 0px auto;
}
    .side-content {
    margin-top: 50px;
}
}

.mapimages{
    margin-top: -50px;
}
.map iframe{
    width:350px;
    height:180px;
}
.col-md-6.banner-image.mapimages {
  
    position: relative !important;
    right: 71px!important;
}
@media(max-width:768px){
    .res-width{
        width:84%;
    }
 div#map {
    width: 330px!important;
    height: 500px;
}
}
.tractor-img{
    height:350px;
}
img.about-img.img2 {
    height: 400px !important;
}
.banner-tractor{
    margin-top:20px;
}
h4.omv-heading {
    font-size:25px;
}
li.white.adrs {
    line-height: 1.9;
}