*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body {
    font-family: poppins, sans-serif!important;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
h1,h2,h3,h4,h5{
    font-family: poppins, sans-serif;
}
a{
    text-decoration: none;
    font-family: poppins, sans-serif!important;
    font-size: 15px;

}
ul{
    list-style: none!important;
}
.align-item-center {
    align-items: center;
}
.justify-content-section{
    justify-content: center;
}
/* Preloader */
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #ebfdff;
    z-index: 99999999;
}

#preloader-logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#preloader-logo img{
  width: 70px;
  -webkit-animation: breathing 2s ease-out infinite normal;
  animation: breathing 2s ease-out infinite normal;
}
.loading-msg {
    width: 100%;
    font-size: 0.75em;
    color: #555;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center;
}

.spinner {
    width: 80px;
    height: 80px;
    border: 2px solid transparent;
    border-top: 3px solid #2e3192;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin_loader 1s infinite ease;
}

@keyframes spin_loader {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#loading-msg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 25px;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 0.8em;
}
.spinner img{
    display: flex;
    justify-content: center;
    align-items: center;
}
@-webkit-keyframes breathing {
    0% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  
    25% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    60% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  
    100% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }
  
  @keyframes breathing {
    0% {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
    }
  
    25% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
  
    60% {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
    }
  
    100% {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
    }
}


/* Header start*/
.header-section{
    border-bottom: 1px solid #dddddd78;
    padding: 5px 0px;
    transition: 0.4s ease-in-out;
    background: #ffffff94;
    position: relative;
    z-index: 2;
}
.header-section.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111;
    transition: 0.4s ease-in-out;
    background: #fff;
}

.logo-section{
    width: 100px;
    position: relative;
}
/* .logo-section::before{
    position: absolute;
    content: '';
    width: 208%;
    height: 111%;
    background: #fff;
    top: -5px;
    left: -116px;
    z-index: -1;
}
.logo-section::after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 108px solid rgb(255 255 255);
    border-right: 80px solid transparent;
    top: -5px;
    right: -72px;
    z-index: -1;
} */
.logo-section img{
    width: 100%;
}
.header-section.sticky .logo-section{
    width: 68px;
    transition: 0.4s ease-in-out;
}
.header-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navigation-section > ul{
    display: flex;
}
.navigation-section ul{
    margin: 0px;
    padding: 0px;
}
.navigation-section > ul li{
    margin: 0px 0px 0px 45px;
}
.navigation-section > ul li a{
    text-decoration: none;
    color: #000;
    font-weight: 500;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 37px 0px;
}
.header-section.sticky .navigation-section > ul li a{
    padding: 15px 0px;
    display: inherit;
    transition: 0.4s ease-in-out;
}
.header-section.sticky .navigation-section > ul li a.enquire-now-btn {
    margin: 3px 0px;
}
.header-section.sticky .navigation-section > ul li a.menu-style::after{
    bottom: 13px
}
.header-section.sticky .navigation-section > ul .has-sub:hover ul {
    top: 65px;
}
.navigation-section > ul li a.menu-style.active:after{
    width: 100%;
}
.navigation-section > ul li a.enquire-now-btn{
    background: #2e3192;
    padding: 10px 20px!important;
    margin: 26px 0px;
    height: auto;
    border-radius: 26px;
    color: #fff;
}
.enquire-now-btn  {
         background: #2e3192;
    padding: 10px 20px!important;
    margin: 26px 0px;
    height: auto;
    border-radius: 26px;
    color: #fff;
    border: none;
    color: #fff!important;
    text-decoration: none;

}

.enquire-now-btn a{
    color: #fff;
    text-decoration: none;
}
.enquire-now-btn .chat-icon{
    margin-right: 6px;
}
.navigation-section > ul li a:hover{
    /* color: #f00; */
    transition: 0.4s ease-in-out;
}
.navigation-section > ul li a.menu-style{
    position: relative;
}

.navigation-section > ul li a.menu-style::after{
    content: '';
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    width: 0;
    margin: auto;
    height: 2px;
    background: #2e3192;
    transition: all 0.4s ease-in-out;
}
.navigation-section > ul li a.menu-style:hover:after{
    width: 100%;
}
.navigation-section > ul .has-sub{
    position: relative;
}

.has-sub > ul{
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
    width: 322px;
    box-shadow: rgb(17 17 26 / 28%) 0px 1px 0px;
    padding: 0px 21px 9px 16px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #eff0f7;
    transition: 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 1111;
}
.navigation-section > ul .has-sub:hover ul{
    visibility: visible;
    opacity: 1;
    top: 102px;
   
}
.has-sub > ul li{
    margin: 0px;
}
.has-sub > ul li a{
    padding: 8px 6px;
    border-bottom: 1px solid #ddd;
    transition: 0.4s ease-in-out;
}
.has-sub > ul li a i{
    font-size: 12px;
    position: relative;
    top: -2px;
}
.header-section.sticky .has-sub > ul li a{
    padding: 7px 0px;
}
.has-sub > ul li:last-child a{
    border: none;
}
.has-sub ul li:hover a{
    color:#293191;
    padding-left: 10px;
}
.has-sub .ancho-with-sub i{
    font-size: 12px;
    transition: 0.4s ease-in-out;
}
.navigation-section > ul .has-sub:hover i{
    transform: scaleY(-1);
}

/* Mobile Header*/

.mobile-header{
    display: none;
}
/* mobile header */
.header-section-for-mobile{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-bottom: 1px solid #ddd;
}
.header-section-for-mobile .mobile-header-logo-img{
    width: 76px;
}
.hamgurger div{
    width: 40px;
    height: 4px;
    background: #2e3192;
    margin: 0px 0px 5px 0px;
}
.close-btn-header{
    width: 30px;
    height: 30px;
    color: #2e3192;
    text-align: center;
    font-size: 26px;
    font-weight: 100;
}


.mobile-header-logo{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.mobile-header-logo .mobile-header-logo-img{
    width: 70px;
}
.mobile-header-wrapper{
    width: 100%;
    left: -100%;
    height: 100vh;
    position: fixed;
    top: 52px;
    z-index: 111;
    background: #f4faff;
    padding: 15px 18px;
    transition: 0.4s ease;
}
.mobile-header-wrapper.show{
    left: 0px;
}
.mobile-header-navigation ul{
    padding: 0px;
    margin: 0px;
    margin-top: 14px;
}
.mobile-header-navigation ul li a{
    text-decoration: none;
    display: block;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    color: #3d0d49;
}
.toggle-sub i{
    float: right;
    padding-right: 10px;
    line-height: 24px;

}
.mobile-header-navigation ul .toggle-sub-list{
    margin-top: auto;
    margin-left: 20px;
   display: none;
    
}

.toggle-sub-list.show{
   display: block!important;

}
@media screen and (max-width:425px){

    .header-section{
        display: none;
    }
    .mobile-header{
        display: block!important;
    }
}

  
/* Banner */
.slider-section{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: -108px;
}
.slider-vid-img-wrapper{
    width: 100%;
   
}
.slider-banner{
    width: 100%;
  
}
.slider-banner video{
    width: 100%;
    position: relative;
}
.video-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(87deg, black 300px, transparent);
    width: 100%;
    height: 100%;
    opacity: 0.6;
    filter: blur(274px);
}
.slider-banner .owl-nav{
    display: none;
}
.slider-banner .owl-dots{
    display: none;
}
.slider-banner .item{
    position: relative;
    height: 700px;
}
.slider-content-wrapper{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 9%;
    padding-top: 7%;
}
.top-header{
    background: #293191;
    padding: 8px 0px;
}
.top-header-content.flex-start{
    display: flex;
    justify-content: flex-start;
}
.top-header-content.flex-end{
    display: flex;
    justify-content: flex-end;
}
.top-header-content.flex-start a{
    margin: 0px 22px 0px 0px;
}
.top-header-content.flex-end a{
    margin: 0px 0px 0px 15px;
}
.top-header-content.flex-end a i{
    color: #fff;
}
.top-header-content a{
    
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    transition: 0.4s ease-in;
}
.top-header-content i{
    color: #01adee;
    margin-right: 5px;
    transition: 0.4s ease-in;
}
.top-header-content a:hover{
    color: #01adee;
}
.top-header-content a:hover i{
    color: #01adee;
}
.slider-content-text h4{
    color: #fff;
    font-size: 20px;
    text-shadow: 0px 0px 5px #2e2b2b54;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;

}
.slider-content-text h2{
    font-size: 68px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0px 0px 5px #2e2b2b54;
    line-height: 65px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.7s;

}
.slider-content-text h2 span{
    font-size: 58px;
    display: block;
    color: #00cfff;
    text-shadow: 0px 0px 5px #2e2b2b54;
}
.slider-content-text p{
    color: #fff;
    text-shadow: 0px 0px 5px #2e2b2b54;
    background: #00000091;
    padding: 7px 15px;
    border-left: 4px solid #00d2ff;
    margin-top: 15px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 1.1s;

}




.top-feature-section{
    padding: 60px 0px 60px;
    background-image: url(../images/bg/pattern-1.jpg);
    background-size: cover;
}
.top-feature-card{
    position: relative;
    transition: 0.4s ease-in;
    cursor: pointer;
    border-radius: 10px;
}
.top-feature-card::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #0000008c;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    transition: 0.4s ease-in;
    border-radius: 10px;
}
.top-feature-content{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
    display: grid;
    align-items: center;
}
.top-f-icon{
    transform: scale(1);
    transition: 0.4s ease-in;
}
.top-feature-card:hover .top-f-icon{
    transform: scale(0);
}
.top-feature-card:hover:before{
    background: #293191e0;
    z-index: 1;
}
.top-feature-card .top-f-bg-img{
    width: 100%;
    border-radius: 10px;
}
.top-f-text{
    transition: 0.4s ease-in-out;
}
.top-f-text h2{
    color: #fff;
    font-size: 26px;
    font-weight: 700;

}
.top-f-text h4{
    color: #00cbff;
    font-size: 16px;
}
.top-f-text p{
    color: #fff;
}

.top-feature-card:hover .top-f-text {
    transform:translateY(-48px)
}

/* btn */
.btn-style-1{
    display: inline;
    width: fit-content;
    margin: 0px auto;
    padding: 8px 20px;
    background-color: #fff;
    text-decoration: none;
    color: #293191;
    font-weight: 500;
    font-size: 14px;
    border-radius: 40px;
    transform: scale(0);
    transition: 0.4s ease-in-out;
    position: relative;
    top: -58px;
}

.top-feature-card:hover .btn-style-1{
    transform: scale(1);
}


.about-us-section{
    padding: 60px 0px 60px;
}
.about-us-img-section {
    width: 100%;

}
.about-us-img-section img{
    width: 100%;
}
.about-us-content-section{
    background: url(../images/bg/about-shipment-bg.png);
}
.left-align-title h5{
    color: #293191;
    font-size: 18px;
}
.left-align-title h2{
    color: #1a1a1a;
    font-size: 28px;
    font-weight: 700;
}
.section-left-content-para p{
    text-align: justify;
    color: #555;
}
.btn-style-2{
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    /* background: #293191; */
}
.btn-style-2::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0%;
    height: 100%;
    background: #00cbff;
    z-index: -1;
    transition: 0.4s ease-in-out;
  
    border-radius: 30px;

}
.btn-style-2::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #293191;
    z-index: -1;
    transition: 0.4s ease-in-out;
    border-radius: 30px;
}
.btn-style-2:hover:after{
    width: 100%;
}
.btn-style-2:hover:before{
    width: 0%;
}
.btn-style-2:hover{
    background: transparent;
    color: #000;
}
.centered-title-section{
    text-align: center;
    display: grid;
}
.centered-title-section h5{
    color: #293191;
    font-size: 18px;
    display: inline;
}
.centered-title-section h2{
    color: #1a1a1a;
    font-size: 28px;
    font-weight: 700;
    position: relative;
    display: inline;
}
.centered-title-section h2::after{
    position: absolute;
    content: '';
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 5px;
    background: #00cbfd;
}
.centered-title-section h2 span{
    color: #293191;
}

.our-services{
    padding: 60px 0px 60px;
    background: #f8f8f8;
}
.service-card-container{
    margin-top: 50px;
}
.service-card{
    padding: 35px 28px;
    border-radius: 15px;
    border: 1px solid #ddd;
    transition: 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
    min-height: 375px;
    margin-bottom: 25px;
}
.service-card::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    transition: 0.2s ease-in-out;
    z-index: 1;
}
.service-card:hover:after{
    background: #293291dd;
}
.service-card:hover {
    transform: translateY(-7px);
}
.service-card-header{
    display: flex;
    align-items: center;
}
.service-card-ico{
    padding: 10px;
    background: #293191;
    border-radius: 10px;
    margin-right: 15px;
    transition: 0.2s ease-in-out;
}
.service-card-header-title h4{
    font-size: 26px;
    font-weight: 600;
    margin: 0px;
    color: #1a1a1a;
    transition: 0.2s ease-in-out;
}
.service-card-para{
    margin-bottom: 25px;
    margin-top: 25px;
}
.service-card-para p{
   color: #3f3f3f;
   transition: 0.2s ease-in-out;
   font-size: 15px;
}
.service-card-cotent{
    position: relative;
    z-index: 2;
}
.service-card-cotent hr{
    margin: 23px 0px 26px 0px;
    border-top: 3px solid #293191;
    opacity: 0.6;
}

.service-card:hover .service-card-ico {
    background: #00cbfd;
}
.service-card-ico img{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.service-card:hover .service-card-ico img{
    transform: scaleX(-1);
}
.service-card:hover .service-card-header-title h4{
    color: #fff;
}
.service-card:hover .service-card-cotent hr{
    border-top: 3px solid #00cbfd;
    opacity: 1;
}
.service-card:hover .service-card-para p{
    color: #fff;
}
.service-card:hover .btn-style-2:after{
    background: #fff;
}
.service-card:hover .btn-style-2:before{
    background: #00cbfd;
}


.why-us-section{
    padding: 0px 0px 60px;
}
.why-us-img-section{
    position: relative;
}
.why-us-img-1{
    width: 70%;
    overflow: hidden;
    height: 443px;
    position: relative;
}
.why-us-img-1 img{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -160px;
}
.why-us-img-2{
    position: absolute;
    top: 30px;
    right: 47px;
    height: 281px;
    overflow: hidden;
    border: 10px solid #fff;
}
.why-us-img-2 img{
  width: 100%;
  margin-top: -90px;
}
.why-us-img-section::after{
    position: absolute;
    right: 114px;
    bottom: 0;
    height: 132px;
    width: 26px;
    background-color: #293191;
    content: "";
}


.counter-section {
    padding: 60px 0px 60px;
    background-image: url(../images/bg/bg-1.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}
.counter-section::after{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #080808d2;
    z-index: 1;
}
.counter-wrapper{
    position: relative;
    z-index: 2;
}
.counter-wrapper .common-box{
    text-align: center;
}
.counter-wrapper .common-box .timer{
    font-size: 50px;
}
.counter-wrapper .common-box span{
    font-size: 50px;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00cbfd;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.counter-wrapper .common-box:hover span{
   color: #00cbfd;
}
.counter-wrapper .common-box .counter-text{
    color: #ebebeb;
    font-weight: 600;
}



.testimonial-section{
    position: relative;
    padding: 60px 0px 0px;
    background-image: url(../images/bg/pattern-2.png);
    background-size: cover;
    background-color: #3a3a3a;
}
.testimonial-card{
    padding: 80px 20px 20px 20px;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 15px 8px;
    position: relative;
    background: #ffffffe6;  
    min-height: 384px;
}
.testimonial-card::after{
    position: absolute;
    content: '';
    top: 7%;
    left: 7%;
    width: 40px;
    height: 40px;
    background-image: url(../images/icon/testimonial-quotation-2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.testimonial-body-text p{
    color: #3f3f3f;
}
.testimonial-client-wrapp{
    display: flex;
    align-items: center;
}
.testi-client-dp{
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin-right: 15px;
}
.testi-client-dp img{
    width: 100%;
    border-radius: 50%;
}
.testi-client-name h4{
    font-weight: 700;
    color: #293191;
    font-size: 22px;
    margin: 0px;
}
.testi-client-name h5{
    font-weight: 500;
    font-size: 16px;
    color: #525252;
    margin: 0px;
}

.testimonialslider .owl-nav{
    position: inherit;
    bottom: 75px;
    left: -74%;
    display: flex;
    align-items: center;
}
.testimonialslider.owl-carousel .owl-nav button.owl-prev{
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 39px;
    /* line-height: 39px; */
    FONT-WEIGHT: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    margin-right: 10px!important;
    padding: 0px!important;
    color: #fff;
}
.testimonialslider.owl-carousel .owl-nav button.owl-prev:hover{
    background: #293191;
    color: #fff;
}
.testimonialslider.owl-carousel .owl-nav button.owl-next:hover{
    background: #293191;
    color: #fff;
}
.testimonialslider.owl-carousel .owl-nav button.owl-next{
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 39px;
    /* line-height: 39px; */
    FONT-WEIGHT: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 0px!important;
    color: #fff;
}

.testimonialslider.owl-carousel.owl-theme .owl-dots{
    position: absolute;
    right: -45px;
    display: grid;
    top: 37%;
}

.testimonialslider.owl-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #00cefe;
}


.testimonial-section .left-align-title h5{
    color: #00cfff;
}
.testimonial-section .left-align-title h2{
    color: #fff;
}
.testimonial-section .section-left-content-para p{
    color: #c3c3c3;
}

.client-section{
    padding: 60px 0px 60px;
}
.client-slider-section{
    margin-top: 40px;
}
.client-slider-section .client-slider .item{
    width: 80%;
    margin: 0px auto;
    padding: 10px 29px;
    border-right: 1px solid #ddd;
    text-align: center;
    border-left: 1px solid #ddd;
}
.client-slider-section .client-slider .item img{
    width: 100%;
}
.footer-section{
    width: 100%;
    background-image: url(../images/background/bg-2.jpg);
    background-size: cover;
    background-color: #0f0d49;
    background-blend-mode: multiply;
    padding: 40px 0px;
}
.footer-logo{
    display: flex;
}
.footer-logo img {
    width: 80px;
    margin: 0px 0px 0px 10px;
}
.footer-co-description p {
    font-size: 15px;
    color: #fff;
    margin-top: 15px;
}
.footer-links {
    padding-left: 20px;
}
.footer-title h4 {
    color: #fbf6f4;
    font-size: 22px;
    position: relative;
    display: inline;
}
.footer-title h4::after {
    position: absolute;
    width: 30%;
    content: '';
    height: 2px;
    background: linear-gradient(45deg, #01cdfd, #2531ad);
    bottom: -4px;
    left: 0;
    transition: 0.4s ease;
}
.footer-links:hover .footer-title h4:after {
    width: 100%;
    background: linear-gradient(45deg,#2531ad, #01cdfd );
}
.footer-links ul {
    padding-left: 0px;
    margin-top: 15px;
}
.footer-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.4s ease-in-out;
}
.footer-links ul li a:hover{
    color: #00cbff;
}
.footer-links .address-sec li {
    margin-bottom: 5px;
}
.footer-links .address-sec li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.follow-us-on-text {
    color: #fff;
    margin-bottom: 5px;
}
.footer-social-links {
    display: flex;
    margin-top: 5px!important;
}
.footer-social-links li a {
    display: flex;
    width: 31px;
    height: 31px;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 0px 10px 0px 0px;
}
.footer-social-links .fa-facebook-f {
    color: #0075ea!important;
    font-size: 14px;
}
.footer-social-links .fa-instagram {
    background: -webkit-linear-gradient(#556db3, #ea3367, #ff4f28, #ffad57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
}
.footer-social-links .fa-twitter {
    color: #009feb!important;
    font-size: 14px;
}
.footer-social-links .fa-youtube {
    color: #f70000!important;
    font-size: 14px;
}
.footer-social-links .fa-linkedin-in {
    color: #0079b5;
    font-size: 14px;
}
.footer-links .address-sec li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footer-links .address-sec li a i {
    margin-right: 14px;
    color: #11c4f1;
    font-size: 15px;
}
.footer-links ul li a i{
    font-size: 12px;
}
.footer-links ul li a i {
    font-size: 9px;
}

.copyright-section {
    width: 100%;
    background: #060418;
    padding: 12px 0px;
}
.copyright-section p {
    margin: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.text-end {
    text-align: right!important;
}


/* Responsive Start */
@media screen and (max-width:768px){
    .top-header-content.flex-start a{
        font-size: 9px;
    }
    .top-header-content i{
        font-size: 11px;
    }
    .top-header-content.flex-start{
        justify-content: center;
    }
    .top-header-content.flex-end{
        justify-content: center;
    }
    .header-section{
        display: none;
    }
    .top-header{
        position: relative;
        z-index: 22;
    }
    .mobile-header{
        display: block!important;
        position: relative;
        z-index: 11;
        width: 100%;
    }
    .header-section-for-mobile{
        width: 100%!important;    

    }
    .testimonialslider.owl-carousel.owl-theme .owl-dots{
        position: absolute;
        right: 0;
        display: flex;
        bottom: -35%;
        left: 0;
        margin: 0px auto;
        text-align: center;
        justify-content: center;
    }
    .slider-content-text h4{
        font-size: 12px;
    }
    .slider-content-text h2{
        font-size: 18px;
        line-height: 25px;
    }
    .slider-content-text h2 span{
        font-size: 18px;
    }
    .slider-content-text p{
        font-size: 10px;
    }
    .slider-banner .item{
        height: inherit;
    }
    .slider-section{
        margin-top: 0px;
    }
    .slider-content-text{
        text-align: center;
    }
    .top-feature-card{
        margin-bottom: 22px;
    }
    .top-feature-section .row .col-sm-3{
        width: 49%;
    }
    .service-card{
        min-height: auto;
    }
    .counter-wrapper .row .col-md-3 {
        width: 49%;
    }
    .col-md-6.aks-logo{
        text-align: center;
    }
    .ltn__copyright-menu.text-end{
        text-align: center!important;
    }
}
@media screen and (max-width:400px){
    .why-us-section{
        padding-top: 30px;
    }
    .why-us-img-1{
        height: auto;
        display: none;
    }
    .why-us-img-section::after{
        height: 54px;
    }
    .why-us-img-2{
        position: inherit;
        top: 0px;
        right: 0px;
    }
    .top-f-icon{
        width: 50px;
        margin: 19px auto;
        text-align: center;
    }
    .top-f-icon img{
        width: 100%;
    }
    .top-f-text h4{
        font-size: 12px;
    }
    .top-f-text h2{
        font-size: 16px;
    }
    .top-f-text p{
        font-size: 14px;
    }
    .btn-style-1{
        padding: 4px 12px;
        font-size: 12px;
    }
    .about-us-img-section img{
        margin-top: 26px;
    }
    .why-us-section .left-align-title{
        margin-top: 20px;
    }
}



/* Inner Page */
.inner-banner-content{
    padding: 76px 0px!important;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.inner-banner-title h4{
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    position: relative;
    display: inline;
}
.inner-banner-title h4::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 35%;
    height: 4px;
    background: #00cbfd;
}
.inner-banner-title h4::before{
    position: absolute;
    content: '';
    bottom: 1.5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #0075ea;
}
.inner-banner-nav {
    margin-top: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.inner-banner-nav a{
    display: inline-block;
    margin-right: 6px;
    text-decoration: none;
    color: #00cbfd;
}
.inner-banner-nav p{
    display: inline;
    margin: 0px;
    color: #ddd;
    margin-left: 6px;
}

.vision-and-mission-section{
    padding: 60px 0px;
    background: url(../images/bg/bg-2.jpg);
    background-size: cover;
    background-position: center center;
}
.vision-mission-card{
    background-color: white;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #2531ac;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    transition: 0.4s ease-in-out;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    min-height: 387px;
}
.vision-mission-title {
    display: flex;
    align-items: center;
}
.vision-mission-title img{
    width: 80px;
    height: 80px;
    background-color: #2531ac;
    border-radius: 50%;
    padding: 12px;
    margin-right: 20px;
    transition: 0.4s ease-in-out;
}
.vision-mission-title h4{
    font-size: 30px;
    font-weight: 600;
    color: #0f0d49;
    transition: all 0.4s ease-in-out;
}
.vision-mission-p{
    margin-top: 20px;
}
.vision-mission-p p{
    line-height: 24px;
    margin: 0px;
    transition: 0.4s ease-in-out;
    text-align: justify;
}
.vision-mission-card:hover {
    background-color: #2531ac;
    transform: translateY(-5px);
    cursor: pointer;
    /* background-repeat: no-repeat;
    background-size: contain;
    background-position: right center; */
}
.vision-mission-card:hover .vision-mission-title img{
    background: #00cefe;
}
.vision-mission-card:hover .vision-mission-title h4{
    color: #fff;
}

.vision-mission-card:hover .vision-mission-p p{
    color: #ddd;
}
.vision-mission-card:hover .vision-mission-p ul li{
    color: #ddd;
}


.contact-us-section{
    padding: 60px 0px;
}
.contact-side-bar-address{
    padding: 100px 40px;
    background: linear-gradient(45deg, #293190, #293190c2), url(../images/contact-us-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: normal;
}
.col-md-7.contact-form-row{
    display: flex;
    align-items: center;
    padding-left: 42px;
}
.contact-side-title h4{
    color: #00cfff;
    font-size: 15px;

}
.contact-side-title h2{
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}
.contact-side-title p{
    color: #ffffff;
}
.contact-side-mob-email {
    display: flex;
    align-items: center;
}
.contact-side-mob-email .contact-side-mob-em-ico{
    width: 55px;
    padding: 10px;
    border-radius: 50%;
    margin-right: 12px;
}
.contact-side-mob-email .contact-side-mob-em-ico img{
    width: 100%;
}
.contact-side-content h4{
    font-size: 18px;
    color: #ffffff;
    margin: 0px;
}
.contact-side-content p{
    margin: 0px;
}
.contact-side-content p a{
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}
.contact-title h4{
    color: #00cfff;
    font-size: 15px;
}
.contact-title h2{
    font-size: 24px;
    font-weight: 600;
}
.contact-form input {
    width: 100%;
    height: 45px;
    font-family: 'poppins';
    border: 1px solid #b1b1b1;
    outline: none;
    margin-bottom: 20px;
    border-radius: 6px;
    padding-left: 14px;
    color: #555;
}
.contact-form textarea {
    width: 100%;
    height: 80px;
    padding-top: 22px;
    border: 1px solid #b1b1b1;
    font-family: 'poppins';
    outline: none;
    margin-bottom: 20px;
    border-radius: 10px;
    padding-left: 14px;
    color: #555;
}



/*-------kunal--------*/

.services {

background: #293191;
    color: #FFF;
    padding: 0 12px 0px;
    border-radius: 25px;

}

.freight {
        position: absolute;
    top: 280px;
    right: 47px;
    height: 291px;
    overflow: hidden;
    border: 10px solid #fff;
}


@media (max-width: 320px) { 

    .footer-logo img {
    width: 40px;
    margin: 0px 0px 0px 10px;
}
.footer-co-description p {
    font-size: 11px;
    color: #fff;
    margin-top: 15px;
}

.footer-title h4 {
    color: #fbf6f4;
    font-size: 12px;
    position: relative;
    display: inline;
}

.footer-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    transition: 0.4s ease-in-out;
}
.footer-section {
    width: 100%;
    background-image: url(../images/background/bg-2.jpg);
    background-size: cover;
    background-color: #0f0d49;
    background-blend-mode: multiply;
    padding: 20px 0px;
}

   .inner-banner-content {

     width: 100%;
    margin: 0;
    padding: 0;

 }
 .inner-banner-title h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: auto;
}
.section-left-content-para p {
    text-align: justify;
    color: #555;
    font-size: 12px;
    margin: 10px;
        padding-bottom: 10px;
}
.inner-banner-nav {
     margin-top: 10px; 
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 11px;
}

.services {
    background: #293191;
    color: #FFF;
    padding: 0 12px 0px;
    border-radius: 20px 0px;
    font-size: 20px;
}
.left-align-title h2 {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 700;
}
.left-align-title h5 {
    color: #293191;
    font-size: 18px;
    margin: 10px;
}
.left-align-title h2 {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 700;
    margin: 10px;
}
.about-us-section {
    padding: 20px 0px 20px;
}



.header-section-for-mobile {
    width: 100%;
}

/*.hamgurger div {
    width: 25px;
    height: 2px;
    background: #2e3192;
    margin: 0px 0px 3px 0px;
    position: relative;
    right: 52%;
}
*/


}


@media (max-width: 576px) { 

    .inner-banner-title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    display: inline;
}

 }


@media (max-width: 768px) { 

.service_banner{

    display: flex;
    flex-direction: column;
    min-width: min-content;
    margin: 0;
    padding: 0;
}

 }




.banner {
    max-width: 100%;
}


@media screen and (max-width: 320px) {
    .header-section-for-mobile {
        width: 100%!important;
    }
}
.float-left-container{
    float: right;
}
.section-left-content-para ol li{
    text-align: justify;
    color: #555;
}
.vision-mission-p ul li{
    list-style-type: square;
    text-align: justify;
    margin-bottom: 10px;
}