* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body{
    background-color: #0B1D26;
    color: #fff;
    font-family: "Play", serif;
    /* font-family: "Playfair Display", serif; */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /* padding-top: 118px; */
    padding-top: 154px;
    overflow-x: hidden;
}
a{  
    color: #fff;
    text-decoration: none;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

h1,h2,h3,h4{
    font-family: "Playfair Display", serif;
}

/* common css */
.panel-space {
    padding: 120px 0;
}

.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-orange{
    color: #F58025;
}
.text-white{
    color: #fff;
}

.font-88 {
    font-size: 88px;
}
.font-64 {
    font-size: 46px;
}
.font-56 {
    font-size: 56px;
}
.font-32{
    font-size: 29px;
}
.font-18 {
    font-size: 18px;
}


.weight-600 {
    font-weight: 600;
}
.weight-700 {
    font-weight: 700;
}

.lh-normal{
    line-height: 1.5;
}
.lh-md{
    line-height: 1.25;
}
.lh-small{
    line-height: 1.34;
}
.lh-74{
    line-height: 74px;
}
.lh-42{
    line-height: 42px;
}
.lh-32{
    line-height: 32px;
}
.lh-55{
    line-height: 55px;
}
.letter-sapce{
    letter-spacing: .5px;
}

.mb-30{
    margin-bottom: 30px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-100{
    margin-bottom: 100px;
}

.section-title{
    margin-bottom: 60px;
}
.fade-text{
    opacity: 0.5;
}
.v-center-flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: flex-start;
}
.hero-section {
  position: relative;
  width: 100%;
  height: 595px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10%;
}

.hero-text {
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.SpaceTop{
    padding-top: 138px;
}
/* Header css start */
.header.fixed-top {
    background-color: transparent;
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
    /* padding: 33px 0; */
    padding: 15px 0;
    transition: all 0.3s;
}
.scrolled .header {
    /* background-color: rgba(21, 17, 13, 0.85); */
    /* background-color: rgb(11 29 38 / 0.85); */
    background-color: #0B1D26;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    padding: 5px 0;
}
.navbar{
    font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.navbar-expand-xl .navbar-nav li.nav-item{
    padding: 0px 15px;
}
.navbar-expand-xl .navbar-nav li.nav-item:last-child{
    padding-right: 0px;
}
.navbar-expand-xl .navbar-nav .nav-link{
    color: #FFFFFF;
    font-weight: 700;
    line-height: 19px;
    padding: 0;
    position: relative;
    font-size: 16px;
    text-align: center;
}
.scrolled .header .navbar-expand-xl .navbar-nav .nav-link{
    color: #fff;
}
.sub-menu .nav-link{
 text-align: left !important;
}
.navbar-nav .nav-link:hover{
    color: #fff;
    /* color: #00FFFF;; */
}
.scrolled .header .navbar-expand-xl .navbar-nav .nav-link:hover{
    color: #fff;
}
.scrolled .header .navbar-expand-xl .navbar-nav .sub_menu_dropdown{
    background: #0B1D26;
}

.navbar-nav .nav-item:hover > .nav-link,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link.active{
    /* color: #03A8A8; */
    color: #fff;
}
button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
.sub-menu-toggle{
    display: none;
}
.menu-item-has-children {
    position: relative;
}
@media screen and (min-width:992.5px) {
    .sub_menu_dropdown{
        position: absolute;
        /* background: #f58025; */
        background: rgb(11 29 38 / 0.85);
        padding: 6px;
        top: 102%;
        left: 0;
        margin-top: 0;
        margin-bottom: 0;
        min-width: 185px;
        z-index: 99;
        visibility: hidden;
        opacity: 0;
        border-radius: 0px 0px 5px 5px;
    }
    .menu-item-has-children:hover > .sub_menu_dropdown{
        visibility: visible;
        opacity: 1;
    }
    .sub-menu  {
      padding: 0;
      margin: 0;
    }
    .sub-menu li {
        margin: 10px 0;
        list-style: none;
    }


}

.menu-item-has-children>.nav-link::before {
    content: "\f107";
    position: absolute;
    transition: width 0.3s ease;
    font-family: "Font Awesome 6 Free";
    color: #fff;
    right: -17px;
    font-size: 13px;
    top: 4px;
}
.nav-link{
    display: inline-block;
    position: relative;
}
.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background-color: #d97133;
    transition: width 0.3s ease;
}
.navbar-nav .current-menu-item .nav-link::after,
.nav-link:hover::after {
    width: 100%;
}
.dropdown-toggle:after{
    border: none;
    margin: 0;
}
.menu-item-has-children .fa-angle-down {
    font-size: 13px;
}
.svg-inline--fa {
    display: inline-block;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

/* Banner css */

.banner-section {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: -154px;
    padding-top: 154px;
    position: relative;
    /* padding-bottom: 20px; */
}
.banner-content {
    padding-top: 170px;
    padding-bottom: 467px;
    max-width: 1000px;
    padding-bottom: 210px;
    /* margin-left: 270px; */
    /* padding-right: 80px; */
    margin: auto;
    text-align: center;
}
.banner-bottom-wrapper{
    background: linear-gradient(180deg, rgba(11, 29, 38, 0) 0%, #0B1D26 61.38%);
    /* padding-top: 262px; */
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 0em;
    padding-right: 0em;
}
.subheading{
    font-size: 46px;
}
.bg-orange{
    background-color: #DB7133;
}
.bg-white{
    background-color: #fff;
}

.scroll-down-bottom {
    display: inline-block;
}
.scroll-down-bottom svg{
    margin-left: 12px;
    animation: btn-up-down 1s ease-in-out infinite alternate-reverse both;
}
.scroll-down-bottom:hover{
    color: #F58025;
}
.scroll-down-bottom:hover svg path{
    fill: #F58025;
}

.follow-us {
    position: absolute;
    left: 0;
    /* transform: rotate(90deg); */
    top: 400px;
}
.follow-us span {
    transform: rotate(90deg);
    position: absolute;
    width: 115px;
}
.follow-us a {
    margin-left: 44px;
    display: block;
    margin-top: 58px;
}
.follow-us a:last-child {
    margin-left: 44px;
    margin-top: 24px;
}
.follow-us a:hover svg path {
    fill: #F58025;
}
  
@keyframes btn-up-down {
    0% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(-5px);
    }
}

/* Equipment css */
.customize-content {
    position: relative;
    padding-right: 40px;
}
.customize-content .number {
    font-size: 240px;
    font-weight: 700;
    color: rgb(255 255 255 / 10%);
    position: absolute;
    top: 0;
    left: 0;
}
.customize-content-right {
    position: relative;
    padding-left: 40px;
}
.customize-content-right .number {
    font-size: 240px;
    font-weight: 700;
    color: rgb(255 255 255 / 10%);
    position: absolute;
    top: 0;
    left: 0;
}
.customize-home{
    padding-right: 150px;
}
.more-link {
    padding: 15px 23px;
    border-radius: 5px;
}
.more-link svg {
    margin-left: 6px;
    transition: all 0.3s;
}
.more-link:hover svg {
    margin-left: 10px;
}
.imageOverlap .imagetwo{
    position: absolute;
    left: -166px;
    height: 500px;
    top: 25%;

}
/* footer css */
.footer-section {
    padding: 20px 0 77px;
}
.policy-links {
    display: flex;
    justify-content: center;
    margin-bottom: 46px;
}
.policy-links li {
    margin: 0 29px;
}
.policy-links li a{
    color: #fff;
    opacity: .5;
}
.policy-links li a:hover{
    color: #F58025;
    opacity: 1;
}


/* service page css */
.inner-page-banner .banner-content {
    text-align: center;
    /* padding-bottom: 300px;
    padding-top: 275px; */
    padding-top: 170px;
    padding-bottom: 520px;
    /* padding-bottom: 695px; */
    padding-right: 0;
}
.inner-page-banner {
    position: relative;
}
.inner-page-banner:after {
    content: '';
    background: linear-gradient(180deg, rgba(11, 29, 38, 0) 0%, #0B1D26 61.38%);
    height: 62px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
}
.travel-content,
.service-content {
    max-width: 675px;
}
.service-content-right {
    max-width: 775px;
    padding-left: 100px;
}
.content-box {
    border-radius: 20px;
    background-color: #0B1419;
    padding: 27px 32px;
}
.content-box h2{
    margin-bottom: 15px;
}

.ttl-include-wrapper,
.consulting-service-include-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}
.ttl-include-box,
.service-include-box{
    max-width: 410px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.service-include-box:before{
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(11, 20, 25, 0.3) 0%, rgba(11, 20, 25, 0.3) 100%);
    width: 100%;
    height: 100%;
    z-index: 0;
}
.ttl-include-box:before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(11, 20, 25, 0.6) 0%, rgba(11, 20, 25, 0.6) 100%);
    width: 100%;
    height: 100%;
    z-index: 0;
}
.ttl-include-box img, .service-include-box img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
}
.service-include-box h3 {
    position: absolute;
    bottom: 27px;
    margin: 0;
    left: 32px;
    right: 32px;
}
.ttl-include-box .content-overlap{
    position: absolute;
    bottom: 27px;
    margin: 0;
    left: 32px;
    right: 32px;
}
/* about page css */
.card-box{
    background-color: #0B1419;
    padding: 27px 32px;
    border-radius: 20px;
}
.card-box h3{
    margin-bottom: 18px;
}

/* contact page css */
.contact-page-banner.inner-page-banner .banner-content{
    padding-bottom: 370px;
    padding-top: 156px;
}
.contact-page-banner.inner-page-banner:after{
    display: none;
}
.contact-us-section {
    margin-top: -250px;
}
.left-side-content{
    padding-right: 150px;
}
.info-wrap {
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    padding: 32px 0 12px;
    margin: 24px 0;
}
.info-item {
    margin-bottom: 20px;
    cursor: pointer;
}
.info-item svg{
    width: 44px;
    height: 50px;
    margin-right: 0;
}
.info-Location svg{
	width: 80px;
}
.info-item div{
	margin-left:14px;
}
.info-item:hover svg,
.info-item:hover circle{
    fill: #ee3224;
}
.social-links li {
    display: inline-block;
    margin-right: 40px;
}
.social-links li a:hover path {
    stroke: #F58025;
}
.contact-form {
    background-color: #0B1419;
    border-radius: 20px;
    padding: 56px 94px 30px;
}
.contact-form label {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.5px;
}
.contact-form .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    padding: 8px 10px;
    margin-bottom: 28px;
}
.contact-form input.form-control:focus,
.contact-form textarea.form-control:focus{
    box-shadow: none;
}
.custom-btn{
    background-color: #F58025;
    color: #FBFBFB;
    font-size: 18px;
    line-height: 20px;
    padding: 13px 50px;
    border-radius: 23px;
    letter-spacing: 0.5px;
}
.custom-btn:hover{
    background-color: #ee3224;
}
.map {
    border-radius: 20px;
    overflow: hidden;
    margin: 95px 0;
}

.wpcf7-form-control-wrap textarea {
    height: 120px;
}
.social-links svg, .info-item svg {
  width: 40px;
  height: 40px;
}
.pl-36 {
    padding-left: 36px;
}

.mt-24 {
    margin-top: 24px;
}

.mb-70 {
    margin-bottom: 70px;
}

.pb-70 {
    margin-top: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-24 {
    padding-top: 24px;
}

.technology_solutions_box::before {
    content: none;
}

.technology_solutions_box img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: unset !important;
}

.technology_solutions_box p {
    margin-top: 0;
}

.logistic_sub_content h3::after {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    content: "1";
    height: 26px;
    width: 26px;
    border-radius: 50%;
    color: #fff;
    background-color: #f58025;
    font-size: 18px;
    font-weight: 400;
    line-height: 102;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logistic_sub_content h3.before2::after {
    content: "2";
}

.logistic_sub_content h3.before3::after {
    content: "3";
}

.logistic_sub_content h3.before4::after {
    content: "4";
}
