body{
    margin:0;
    padding:0;
    font-family: 'DM Sans', sans-serif;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
  }
  .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}
/*--------------------------------------------------------------
# scroll top
--------------------------------------------------------------*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 15px;
    font-weight: bold;
    border: none;
    outline: none;
    background-color: #9F2A52;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #myBtn:hover {
    background-image: linear-gradient(to bottom, #9f2a52, #630489);
  }
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background-image: linear-gradient(to bottom, #9f2a52, #630489);
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
  }
  #topbar .contact-info i {
    font-style: normal;
    color: #fff;
  }
  #topbar .contact-info i a, #topbar .contact-info i span {
    padding-left: 15px;
    color: #fff;
    font-size:15px;
  }
  #topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
    transition: 0.3s;
  }
  #topbar .contact-info i a:hover {
    color: #fff;
    text-decoration: none;
  }
  #topbar .social-links a {
    color: rgba(255, 255, 255, 0.7);
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
    font-size:15px;
  }
  #topbar .social-links a:hover {
    color: white;
  }
  /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.glt-logo img{
    max-width: 150px;
}
.glt-header .bg-light{
    background: transparent !important;
}
.glt-header{
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.16);
}
.glt-logo{
    padding-left:2rem;
}
.glt-header .navbar-collapse{
    justify-content: flex-end;
}
.glt-header .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-left: 30px;
}
.glt-header .navbar-nav{
    padding-right: 5rem;
}
.glt-header .navbar-light .navbar-nav .nav-link:hover{
    color: #f20261 !important;
}
.nav-item.active a {
    color: #f20261 !important;
  }
  /*--------------------------------------------------------------
# Main-section
--------------------------------------------------------------*/
.welcome-btn{
    background-image: linear-gradient(to bottom, rgba(99, 4, 137, 0.47), #9f2a52);
    color: #fff;
    font-weight: 500;
    font-size:18px;
    padding:15px 40px;
    margin-top:25px;
    border-radius:5px;
    border:none;
}
.main-section .carousel-caption p{
    font-size: 20px;
    font-weight: 400;
    color:#fff;
    margin-top:3rem;
    line-height: 1.7;
}
.main-section .carousel-control-prev-icon {
    background-image: url(../Images/left-icon.webp);
    width: 50px;
    height: 50px;
}
.main-section .carousel-control-next-icon {
    background-image: url(../Images/right-icon.webp);
    width: 50px;
    height: 50px;
}
.bg-1{
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%), url(../Images/lorry-main.webp);
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom:48rem;
    background-size:100%; 
    opacity:0.8;
}
.bg-2{
    background-image:linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%), url(../Images/gltimg-3.webp);
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom:48rem;
    background-size:100%;
    opacity:0.8;
    
}
.bg-3{
    background-image:linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%), url(../Images/gltimg-4.webp);
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom:48rem;
    background-size:100%;
    opacity:0.8;
    
}
.main-section .carousel-caption{
    top:35%;
}
.main-section .carousel-caption h3{
    font-size:60px;
    font-weight: 700;
    color:#fff;
}
.html-marquee {
    overflow: hidden;
     position: relative;
     background-image: linear-gradient(to bottom, #9f2a52, #630489);
     color: #fff;
     font-weight:bold;
     font-size:14px;
     padding:10px;
    }
    .html-marquee p{
        margin:0;

    }
    .html-marquee a{
        text-decoration: none;
        color:#fff;
        margin-left: 25px;
    }
  /*--------------------------------------------------------------
# About-us-section
--------------------------------------------------------------*/
#about-us-section{
    padding-top:4rem;
    padding-bottom: 1rem;
    background-image: url(../Images/glt-bg-about.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.glt-headings-about{
    text-align: center;
}
.glt-headings-about h2{
    font-size:25px;
    font-weight:600;
    color:#9F2A52;
}
.glt-headings-about p{
    font-size:16px;
    font-weight:600;
    color:#000;
}
.about-us-illustration img{
    max-width: 400px;
}
.about-us-content p{
    font-size:18px;
    font-weight:400;
    color:#000; 
    line-height: 2;
    text-align: justify;
}
.about-us-content span{
    font-size:20px;
    font-weight:600;
    color:#9F2A52;
}
.major-routes{
    padding-top:2rem;
}
.major-routes h2{
    font-size:25px;
    font-weight:600;
    color:#9F2A52;
    text-align: center;
}
.additional{
    margin-bottom: 2rem;
}
.additional h2{
    color:#000;
}
.additional h3{
    color: #000 !important;
    font-size: 18px!important;
}
.major-routes img{
    max-width: 100%;
    margin-top:1rem;
}
.major-routes h3{
    font-size:20px;
    font-weight:600;
    color:#9F2A52;
    text-align: center;
}
#routes-lorry img{
    max-width: 250px;
    margin-top:inherit;

}
#routes-lorry-1 img{
    max-width: 250px;
    margin-top:inherit;
}

/*--------------------------------------------------------------
# Our-service-section
--------------------------------------------------------------*/
#our-service-section{
    background: linear-gradient(to right,#040237 30%,#040237 100%);
    padding-top:3rem;
    padding-bottom:3rem;
}
.glt-headings-service{
    text-align: center;
}
.glt-headings-service h2{
    font-size:25px;
    font-weight:600;
    color:#9F2A52;
}
.glt-headings-service p{
    font-size:16px;
    font-weight:600;
    color:#fff;
}
.glt-headings-service h3{
    font-size:20px;
    font-weight:700;
    color:#fff;
    padding-top:1rem;
}
.glt-headings-service span{
    font-size:40px;
    font-weight:700;
    color:#9F2A52;
    padding-right:10px;
    padding-left:15px;
}
.float-animation{
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}
.service-line{
    padding-top:1rem;
}
.service-line img{
    max-width: 200px;
}
.service-line p{
    font-size:18px;
    font-weight:500;
    color:#fff;
    padding-top:1rem;
}
.important-content ul {
    list-style: none;
  }
.important-content ul li::before {
    content: "";
    background-image: url(../Images/tick-mark.webp);
    background-size: 100% 100%;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    left: -35px;
  }
  .important-content li{
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 3.5;
    padding-top: 1rem;
    padding-left: 1rem;

  }
  .service-illustration img{
    max-width: 400px
  }
  .features{
    padding-top:2rem;
  }
  .features h2{
    font-size:25px;
    font-weight:900;
    color:#9F2A52;
  }
  .features p{
    font-size:18px;
    font-weight:400;
    color:#fff;
    line-height: 2;
    padding-top:15px;
    text-align: justify;
}
.features li{
    font-size:18px;
    font-weight: 500;
    color:#fff;
}
.service-features-details {
    padding-top:20px;
}
.service-features-details img {
    max-width: 60px;
}
.service-features-details span{
    font-size:18px;
    font-weight: 400;
    color:#fff;
    padding-left:15px;
}
.awesome {
    animation:colorchange 20s infinite alternate;
  }

  @keyframes colorchange {
    0% {
      
      color: blue;
    }
    
    10% {
      
      color: #8e44ad;
    }
    
    20% {
      
      color: #1abc9c;
    }
    
    30% {
      
      color: #d35400;
    }
    
    40% {
      
      color: blue;
    }
    
    50% {
      
      color: #34495e;
    }
    
    60% {
      
      color: blue;
    }
    
    70% {
      
      color: #2980b9;
    }
    80% {
   
      color: #f1c40f;
    }
    
    90% {
   
      color: #2980b9;
    }
    
    100% {
      
      color: pink;
    }
  }
  .important-content-1 ul {
    list-style: none;
  }
  .important-content-1 ul li::before {
    content: "";
    background-image: url(../Images/tick-mark.webp);
    background-size: 100% 100%;
    display: inline-block;
    width: 20px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: -35px;
}
.important-content-1 li{
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 3.5;
    padding-top: 1rem;
    padding-left: 1rem;

  }
/*--------------------------------------------------------------
# Our-clients-section
--------------------------------------------------------------*/
.client-logo-section{
    padding-top: 5rem;
    padding-bottom: 2rem;
}
.customer-logos{
    padding-top:2rem;
}
.customer-logos img{
    max-width: 170px;;
}
.glt-headings-client h2{
    font-weight: 600;
    color: #fff;
    font-size:35px;
    text-align: center;
}
.glt-headings-client p{
    font-weight: 500;
    color: #fff;
    font-size:20px;
    text-align: center;
}
/*--------------------------------------------------------------
# Our-range-vehicle
--------------------------------------------------------------*/
.fleet{
    padding-top:3rem;
    padding-bottom:3rem;
    background-image: url(../Images/glt-bg-fleet.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.our-range-vechicle-section{
    /* background:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../Images/fleet-bg.webp); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top:3rem;
    padding-bottom:2rem;
}
.center {
    text-align: center;
}
.our-range-vechicle-section h2{ 
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding-bottom: 2rem;
}
.our-range-vechicle-section p{
    font-size:16px;
    font-weight: 500;
    color:#fff;
    text-align: center;
}
  .center.slick-slide {
    width: 350px;
  }
  .center .slick-next::before{
    background-image: url(../Images/right-icon.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    color:inherit;
  }
.center .slick-prev::before {
    background-image: url(../Images/left-icon.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    color:inherit;
  }
  .center .slick-slide img {
    display: block;
    max-width: 250px;
    margin: 0 auto;
}
.center .slick-prev {
    left: 15px;
    z-index: 9999;
}
.center .slick-next {
    right: 15px;
    z-index: 9999;
}
.slick-dots li button:before{
    font-size:40px !important;;
    color: #fff !important;;
}
/*--------------------------------------------------------------
# Contact-Us-Section
--------------------------------------------------------------*/
.contactus-section{
    padding-top:3rem;
    padding-bottom:2rem;
    background-image: url(../Images/glt-bg-contact.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.map-iframe iframe{
    width:450px;
    height:400px;
    border-radius:15px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.16);
}
.contactus-content h1{
    font-size:25px;
    font-weight:600;
    color:#9F2A52;
}
.contactus-content h2{
    font-size:20px;
    font-weight:600;
    color:#000;
}
.form {
    padding-top: 1rem;
}

    .form .form-row {
        padding-bottom: 1.5rem;
    }

        .form .form-row .form-control {
            padding: 20px 20px;
            border-radius: 6px;
            border: solid 1px #dfe0e2;
            background-color: #fff;
            font-size: 14px;
            text-align: left;
            color: #21262c;
        }

.form-group .form-control {
    border-radius: 6px;
    border: solid 1px #dfe0e2;
    background-color: #fff;
    font-size: 14px;
    text-align: left;
    color: #21262c;
}

    .form-group .form-control:focus {
        border-color: #dfe0e2;
    }
    .contact-submit-button{
        text-align: left;
    }
    .contact-submit-btn img{
        max-width: 25px;
    }
    .contact-submit-btn{
        background: #9F2A52;
        box-shadow: 0px 2px 14px rgba(138, 138, 138, 0.15);
        border-radius: 8px;
        color:#fff;
        font-weight:500;
        padding:10px 25px;
        border:none;
    }
    .location-btn img{
        max-width: 25px;
    }

    /*--------------------------------------------------------------
# footer-section
--------------------------------------------------------------*/
.footer-section{
    background-image: linear-gradient(to bottom, #9f2a52, #630489);
    padding-bottom:15px;
}
.footer-logo img{
    max-width: 200px;
}
.footer-about h2{
    font-weight: bold;
    font-size: 18px;
    color:#F5F5F5;
    padding-top:25px;
}
.footer-about p{
    font-weight: 500;
    font-size: 14px;
    color:#F5F5F5;
    padding-top:15px;
}
.footer-menu{
    text-align: left;
}
.footer-menu ul {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    color: #d1d1d8;
    padding-bottom: 2rem;
}

    .footer-menu ul li {
        padding-top: 20px;
    }

.footer-menu li a {
    color: #d1d1d8;
    text-decoration: none;
    background-color: transparent;
    font-size: 12px;
    text-align: left;
    font-weight: 700;
}

    .footer-menu li a:hover {
        color: #fff;
    }

.footer-menu h4 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #fff;
}
.footer-section hr {
  border-top-color:#bbb;
  opacity:0.5
}
.copy-right{
    text-align: center;
}
.copy-right p{
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.footer-icon{
    max-width: 35px;
}
.footer-section .contact-info i a:hover {
    color: #fff;
    text-decoration: none;
  }
  .footer-section .social-links a {
    color: rgba(255, 255, 255, 0.7);
    line-height: 0;
    transition: 0.3s;
    margin-right: 20px;
    font-size:20px;
  }
  .footer-section .social-links a:hover {
    color: white;
  }
/*--------------------------------------------------------------
# responsiveness
--------------------------------------------------------------*/
@media (max-width:1200px) {
    .welcome-btn {
        background-image: linear-gradient(to bottom, rgba(99, 4, 137, 0.47), #9f2a52);
        padding: 10px 20px;
    }
    .main-section .carousel-caption h3 {
        font-size: 40px;
    }
    .glt-header .navbar-light .navbar-nav .nav-link{
        font-size: 14px;
    }
  }
  @media (max-width:992px) {
    .center .slick-prev {
        left: 5px;
    }
    .center .slick-slide img {
        max-width: 160px;
    }
    .center .slick-next {
        right: 10px;
    }
    .welcome-btn {
        margin-top: 10px;
    }
    .main-section .carousel-caption h3 {
        font-size: 30px;
    }
    .main-section .carousel-control-next-icon {
        width: 40px;
        height: 40px;
    }
    .main-section .carousel-control-prev-icon {
        width: 40px;
        height: 40px;
    }
    .glt-header .navbar-dark .navbar-nav .nav-link {
        font-size: 16px;
    }
    .about-us-content p {
        font-size: 16px;
    }
    .service-line p {
        font-size: 16px;
    }
    .important-content li {
        font-size: 16px;
    }
    .important-content ul li::before {
        width: 20px;
        height: 20px;
        top: 33px;
        left: -20px;
    }
    .features p {
        font-size: 16px;
    }
    .service-features-details span {
        font-size: 16px;
    }
    .service-features-details img {
        max-width: 40px;

    }
    .our-range-vechicle-section h2 {
        font-size: 20px;
    
    }
    .our-range-vechicle-section h2 {
        font-size: 20px;
    
    }
    .customer-logos img{
        max-width: 100px;
    }
    .contactus-content h1 {
        font-size: 20px;
    }
    .contactus-content h2{
        font-size:16px;
    }
    .about-us-illustration img {
        max-width: 300px;
    }
    .service-illustration img{
        max-width: 300px;
    }
    #routes-lorry img {
        max-width: 200px;
    }
    #routes-lorry-1 img {
        max-width: 200px;
        text-align: center;
        margin: 0 auto;
    }
    .map-iframe iframe {
        width: 300px;
        height: 350px;
    }
    .major-routes h3 {
        font-size: 18px;
    }
    .footer-logo img {
        max-width: 150px;
    }
    .contact-submit-btn {
        padding: 5px 10px;
    }
    .bg-1 {
        padding-bottom: 30rem;
    }
    .bg-2 {
        padding-bottom: 30rem;
    }
    .bg-3 {
        padding-bottom: 30rem;
    }
    .main-section .carousel-caption p {
        font-size: 16px;
        color: #fff;
        margin-top:1rem;
    }
    .main-section .carousel-caption i {
        font-size: 20px;
    }
}
@media (max-width:768px){
    .main-section .carousel-caption h3 {
        font-size: 20px;
    }
    .main-section .carousel-caption p {
        font-size: 14px;
    }
    .main-section .carousel-control-next-icon {
        width: 30px;
        height: 30px;
    }
    .main-section .carousel-control-prev-icon {
        width: 30px;
        height: 30px;
    }
    .welcome-btn {
        padding: 5px 10px;
        font-size: 14px;
    }
    .glt-logo img {
        max-width: 100px;
    }
    .glt-headings h3 {
        font-size: 15px;
    }
    .service-line p {
        font-size: 14px;
    }
    .major-routes h3 {
        font-size: 15px;
    }
    .glt-headings span {
        font-size: 30px;
    }
    .important-content li {
        font-size: 14px;
    }
    .footer-section {
        text-align: center;
    }
    .footer-menu {
        text-align: center;
    }
    .footer-menu h4 {
        text-align: center;
    }
    .about-us-illustration{
        text-align: center;
    }
    #topbar .contact-info i a, #topbar .contact-info i span {
        font-size: 14px;
    }
    .features p {
        font-size: 14px;
    }
    .features h2 {
        font-size: 20px;
    }
    .our-range-vechicle-section {
        padding-top: 2rem;
    }
    .map{
        text-align: center;
    }
    .service-illustration{
        text-align: center;
    }
}
@media (max-width:577px){
    .glt-header .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        padding-left: inherit;
    }
    #topbar .contact-info i a, #topbar .contact-info i span {
        font-size: 9px;
    }
    .glt-logo {
        padding-left: 0rem;
    }
    .about-us-content p {
        font-size: 14px;
    }
    .major-routes h2 {
        font-size: 20px;
    }
    .major-routes h3 {
        font-size: 14px;
    }
    .glt-headings-about h3 {
        font-size: 14px;
    }
    .service-line p {
        font-size: 12px;
    }
    .service-features-details span {
        font-size: 14px;
    }
    .our-range-vechicle-section h2 {
        padding-bottom: 1rem;
    }
    .glt-headings-about h2 {
        font-size: 20px;
    }
    .glt-headings-about p {
        font-size: 14px;
    }
    .service-line img {
        max-width: 75px;
    }
    .map-iframe iframe {
        width: 250px;
        height: 250px;
    }
    .center .slick-slide img {
        max-width: 150px;
    }
    .contactus-content{
        padding-top:2rem;
    }
    .our-range-vechicle-section p {
        font-size: 14px;
    }
    .bg-1 {
        padding-bottom: 18rem;
    }
    .bg-2 {
        padding-bottom: 18rem;
    }
    .bg-3 {
        padding-bottom: 18rem;
    }
    .main-section .carousel-caption {
        top: 10%;
    }
    .main-section .carousel-caption h3 {
        font-size: 18px;
    }
    .main-section .carousel-caption p {
        font-size: 10px;
    }
    .main-section .carousel-control-prev-icon {
        width: 25px;
        height: 25px;
    }
    .main-section .carousel-control-next-icon {
        width: 25px;
        height: 25px;
    }
    .about-us-illustration img {
        max-width: 250px;
    }
    .service-illustration img {
        max-width: 250px;
    }
    .about-us-content span {
        font-size: 16px;
    }
    #about-us-section {
        padding-top: 2rem;
    }
    .copy-right p {
        font-size: 12px;
    }
    .footer-about p {
        font-size: 13px;
    }
    #routes-lorry {
        text-align: center;
        animation-name: floating;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
      }
      @keyframes floating {
        0% { transform: translate(0,  0px); }
        50%  { transform: translate(0, 15px); }
        100%   { transform: translate(0, -0px); }   
    }
    #routes-lorry-1 {
        text-align: center;
        animation-name: floating-1;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
      }
      @keyframes floating-1 {
        0% { transform: translate(0,  0px); }
        50%  { transform: translate(0, 15px); }
        100%   { transform: translate(0, -0px); }   
    }
    .major-routes img {
        margin-top: 0rem;
        display: none;
    }
    .major-routes h2 {
        text-align: center;
    }
    .major-routes h3 {
        text-align: left;
    }
    .form .form-row .form-control {
        font-size: 12px;
    }
    .form-group .form-control {
        font-size: 12px;
    }
    .contact-submit-btn {
        font-size: 12px;
    }
    .welcome-btn {
        padding: 5px 10px;
        font-size: 12px;
    }
    .glt-headings-client h2 {
        font-size: 30px;
    }
    .glt-headings-client p {
        font-size: 14px;
    }
    .important-content-1 ul li::before{
        height:20px;
    }
}





.main .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
  }
  .main .card {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    color: #333333;
    border-radius: 2px;
  }
  .main .card-image {
    background: #ffffff;
    display: block;
    padding-top: 70%;
    position: relative;
    width: 100%;
  }
  .main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  @media only screen and (max-width: 600px) {
    .main .container {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 1rem;
    }
  }