html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../fonts/HelveticaNeueLTStd-BdEx.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-BdEx.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
h1, h2, h3, h4, h5, h6{
     font-family: 'Helvetica Neue LT Std';
}
.scroll-btn {
  display: none;
  cursor: pointer;
  position: fixed; 
  bottom: 30px;
  right: 30px;
  z-index: 99;
  width: 60px;
  height: 60px;
  background-color:#eb8214;
  color: white;
  border: none;
}
#loader {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
}

#element {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: : translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    /*padding-top: 20px;*/
    z-index: 999;
    border-top: 6px solid #000;
}



header .classyright-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.navbar-fixed .navbar-brand.white-logo {
    display: none;
}

.navbar-fixed .navbar-brand.color-logo {
    display: block !important;
}

.navbar-brand.color-logo {
    display: none;
}

.navbar-fixed .classy-nav-container .classy-menu a {
    color: #1a1b1b;
}

.navbar-fixed {
    padding: 0;
    top: 0;
    z-index: 1040;
    position: fixed;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 2px 48px -20px rgba(0, 58, 120, .64);
    -moz-box-shadow: 0 2px 48px -20px rgba(0, 58, 120, .64);
    box-shadow: 0 2px 48px -20px rgba(0, 58, 120, .64);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

main {
    overflow: hidden;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #585858;
}

a,
a:hover,
a:active,
a:focus {
    outline: 0 !important;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

:focus {
    outline: none !important;
}

.img-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.wow {
    visibility: hidden;
}

ul {
    list-style: none;
    padding: 0;
}

.white-color {
    color: #fff !important;
}
.navbar-brand img {
    width: 280px;
    margin-left: 20px;
}

.classyright-menu {
    height: 100%;
    width: 280px;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    padding: 26px 38px;
}


.classyright-menu sub {
    color: #eb8213;
    display: block;
    margin-top: 12px !important;
    margin-left: 4px;
}

.classyright-menu .media-body {
    margin-left: 20px;
    display: inline-block;
    margin-top: -10px;
}
.top-cont a {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    padding: 14px 0 !important;
    margin: 0 !important;
}

.owl-nav .leftarrow {
    background: #eb871f url(../images/nav-left-arrow.png) no-repeat;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 66px;
    width: 66px;
    height: 66px;
    overflow: hidden;
}
.owl-nav .leftarrow:hover {
        background: #b75e00 url(../images/nav-left-arrow.png) no-repeat;
    	-webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
  
}
.owl-nav .rightarrow {
    background: #eb871f url(../images/nav-right-arrow.png) no-repeat;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 66px;
    height: 66px;
    overflow: hidden;
}
.owl-nav .rightarrow:hover {
    background: #b75e00 url(../images/nav-right-arrow.png) no-repeat;
    	-webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
  
}

/*-----------------------Slider -----------------------*/
.homebanner-section,
.homebanner-section .hombanner-slides,
.homebanner-section .owl-stage-outer,
.homebanner-section .owl-stage,
.homebanner-section .owl-item,
.homebanner-section .single-banner-slide {
	height: 100dvh;
}
.homebanner-section .single-banner-slide img {
    height: 100dvh;
	object-fit: cover;
	object-position: center;
}

.home-slider .swiper-slide img.bg {
    visibility: hidden;
}



.banner-text span {
    color: #eb8213;
    font-size: 22px;
    letter-spacing: 4px;
    font-weight: 300;
}

.banner-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: : translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.banner-text h1 {
    font-family: 'Helvetica Neue LT Std';
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    line-height: 58px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.banner-text sub {
    padding-bottom: 30px;
    font-size: 24px;
    font-weight: 300;
    color: #eb8213;
    line-height: 30px;
    letter-spacing: 5px;
}

.banner-text p {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 26px;

}
.banner-text a {
    background-color: #eb8213;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    line-height: 26px;
    padding: 12px 20px;

}
.banner-text a:hover {
    background-color: #b75e00;
    
}

.home-banner {
    width: 100%;
    height: 100vh;
    min-height: 680px;
    overflow: hidden;
    position: relative;
}
.main-pd-top {
    padding-top: 130px;
}
.main-pd-top {
    padding-bottom: 130px;
}
.pri-color{
    color: #eb8213
}

/*-----------------------About -----------------------*/

.sub-heading {
    color: #eb871f;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
}
h2.heading {
    font-size: 36px;
    margin: 12px 0;
}
.orng-dot-abt, .orng-dot {
    position: absolute;
    bottom: -115px;
    left: 12px;
    z-index: -1;
}
.read-more-btn {
    padding: 15px 30px !important;
    color: #eb871f !important;
    font-size: 16px !important;
    background-color: #fff;
    text-transform: uppercase;
    border: 2px solid #eb871f;
    font-weight: 500;
    letter-spacing: 1px;
}
.read-more-btn:hover {
    color: #fff !important;
    background-color: #eb871f;
    border: 2px solid #eb871f;
    
}
.main-read-more {
    margin-top: 50px;
}
.abt-exp-left-box{
   background-color: #eb871f; 
   padding: 40px;
    background-image: url(../images/exp-map-bg.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
}

.abt-exp-right-box {
    background-color: #000;
    background-image: url(../images/play-bg-logo.png);
    background-repeat: no-repeat;
    background-position: 0 50px;

    padding: 50px;
}
.abt-number {
    font-size: 62px;
    color: #fff;
}
.abt-exp-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.abt-experence-box, .abt-clients-box {
    border-right: 2px dashed #fff;
}

.abt-exp-block {
    margin-top: -50px;
}
.abt-exp-right-box h5 {
    color: #fff;
    margin-top: 20px;
}
a.video-ply-btn img{
    transition: transform .2s; /* Animation */
    -webkit-transition: transform .2s; /* Animation */
    -moz-transition: transform .2s; /* Animation */
    -o-transition: transform .2s; /* Animation */
    -ms-transition: transform .2s; /* Animation */
    
}

a.video-ply-btn:hover img {
   transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    
}
.bg-side-arrows {
    position: absolute;
    top: 60px;
    left: 0;
    animation: bounce 3s linear infinite;
}

@keyframes bounce {
  0%   { transform: translateX(0); }
  25%  { transform: translateX(-20px); }
  50%  { transform: translateX(0); }
  75%  { transform: translateX(-20px); }
  100% { transform: translateX(0); }
}
.ply-arrows {
    position: absolute;
    top: -100px;
    right: 15px;
animation: bounce2 4s linear infinite;
}

@keyframes bounce2 {
  0%   { transform: translateY(0); }
  25%  { transform: translateY(-10px); }
  50%  { transform: translateY(0); }
  75%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}
.section-head {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
    margin-top: -330px;
}
.section-head img {
    width: 60px;
}
.mssn-vsion-blk img {
    width: 70px;
    margin: 25px 0;
}
.mssn-vsion-blk h5 {
    font-size: 20px;
}

/*-----------------------Service-----------------------*/

.service-sctn{
    background-image: url(../images/container-bg.jpg);
    background-color: #000;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.service-box{
    background-color: #ffffff;
    padding: 30px;
    margin: 15px 0;
}
.service-box img{
    width: 70px !important;
    height: 70px !important;
    margin-bottom: 15px;
}
.service-box h5{
    font-size: 22px;
    font-weight: 600;
     margin-bottom: 15px;
    color: #000;
    
}
.service-box ul li {
    font-size: 16px;
    color: #585858;
    padding: 8px 0;
    line-height: 22px;
    display: flex;             /* Align icon + text */
  align-items: flex-start;   /* Keep multi-line text aligned */             
}
.service-box ul li .fa-solid{
    font-size: 14px;
    margin-right: 10px;
    margin-top: 4px;
    color:#eb871f;
}


.owl-service .owl-dots {
    color: #fff;
    position: absolute;
    bottom: -50px;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    align-items: center;
    gap: 15px;
}

.owl-dots .owl-dot {
    position: relative;
    width: 6px;
    height: 6px;
    margin-left: 0;
    border-radius: 50%;
    background: #df7b13 !important;


}

.owl-dots .owl-dot.active {
    width: 6px;
    height: 6px;
    margin-left: 0;
    background-image: url(../images/owl-dot-active.png);
    background-repeat: no-repeat;
    background: #df7b13 !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

}
.service-box .service-cor-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #000;
}

.owl-dots .owl-dot.active::after {
    width: 16px;
    height: 16px;
    background: transparent;
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    border-radius: 50%;
    border: 1px solid #df7b13;
}
.service-box .service-cor-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #000;
}

.service-owl-a:hover .service-cor-arrow {
    transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
    
}

.service-owl-a .service-cor-arrow {
    width: 46px !important;
    height: 46px !important;
    margin-left: 13px;
    transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
}

.bg-leftside-arrows {
    position: absolute;
    top: 60px;
    right: 0;
    animation: bounce3 3s linear infinite;
}

@keyframes bounce3 {
  0%   { transform: translateX(0); }
  25%  { transform: translateX(20px); }
  50%  { transform: translateX(0); }
  75%  { transform: translateX(20px); }
  100% { transform: translateX(0); }
}

.ser-section-head {
    position: absolute;
    left: 0;
    top: calc(50% - 320px);
    z-index: 0
}

/*-----------------------Work Progress-----------------------*/
.in-progress-sctn{
    background-image: url(../images/progress-bg.jpg);
    background-color: #f3f5f6;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.in-progress-box-1 {
    padding-right: 120px;
}
.in-progress-box-2 {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 60px;
    
}
.in-progress-box-3 {
    padding-left: 120px;
}

.in-pro-head {
    font-size: 20px;
    margin: 20px 0 10px;
}
.step-no {
    position: absolute;
    background: #f3f4f6;
    top: 0;
    right: 0;
    text-align: right;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 95px;
}

.step-no h3 {
    font-size: 50px;
    line-height: 30px;
    color: #db7d1a;
}
.prog-orng-dot {
    position: absolute;
    top: -36px;
    left: -34px;
    z-index: 1;
}
.in-progress-box {
    z-index: 11;
}

.pro-bg-line {
    position: absolute;
    top: 35%;
    text-align: center;
}
.work-section-head {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 0;
    margin-top: -290px;
}
/*---------------------------Contact us------------------------------------*/

.contact-bg {
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    background: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-position: left;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.contact-text{
    position: relative;
     z-index: 10;
    top:calc(50% - 180px);
    margin-left: 30px;
}
.form-control { 
    font-size: 14px;
    padding: 23px;
}
.contact-form input {
    height: 55px;
    border-radius: 0;
    border: 2px solid #c4c5c6;
    background: #fff;
}
textarea.form-control{
    border: 2px solid #c4c5c6 !important;
    border-radius: 0;
    background: #fff;
}
.form-control:focus {
    border-color: #d95901;
    box-shadow: 0 0 0 .20rem rgba(226, 92, 0, .10);
}

.flight-arrow {
    position: absolute;
    bottom: -100px;
    right: -200px;
    animation: bounce4 4s linear infinite;
}

@keyframes bounce4 {
  0%   { transform: translateY(0); }
  25%  { transform: translateY(-10px); }
  50%  { transform: translateY(0); }
  75%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}
.cont-section-head {
    position: absolute;
    top: calc(50% - 280px);
    right: 0;
    z-index: 0;
}
/*---------------------------Footer--------------------------------*/
.footer-stn{
    background-color: #000000;
    background-image: url(../images/footer-map-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    
}
ul.sitemap-list li a {
    color: #747474;
    font-size: 16px;
}
ul.sitemap-list li a:hover {
    color: #fff;
}
ul.sitemap-list li {
    padding: 6px 0;
}
.foot-pad-topbtm{
   padding-top: 70px; 
   padding-bottom: 40px; 
}
.trip-logo {
    width: 150px;
}
.foot-social li {
    display: inline-block;
}
.foot-social li a {
    color: #a0a0a0;
    font-size: 16px;
    width: 40px;
    height: 40px;
    border: 1px solid #a0a0a0;
    padding: 8px 0;
    display: block;
    text-align: center;
    border-radius: 50%;
    margin: 0 5px;
}
.foot-social li a:hover {
    background: #eb8213 !important;
    color: #fff;
    border: 1px solid #eb8213;
}
.foot-social {
    margin-top: 45px;
}
.ftb-title {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 25px;
}
foot-logo {
    width: 140px;
}

.sitemap-list .fa-solid {
    color: #eb8213;
    margin-right: 15px;
    font-size: 12px;
}
.location-list img{
    width: 24px;
    margin-right: 20px;
}
.location-list li {
    margin: 20px 0;
    display: flex;
    color:#fff;
    line-height: 30px;
}
.location-list a:hover {
    color: #eb8213;
}
.location-list a {
    line-height: 32px;
    color:#fff;
    font-size: 16px;
}
.foot-map-icon {
    margin-top: -30px !important;
}

.copyright {
    padding-top: 30px;
    padding-bottom: 10px;
    border-top: 1px solid #1a1a1a;
}
.copyright p{
    color: #5a5a5a;
}
ftop-block-ctr{
    text-align: center;
}

/*-----------------------inner -----------------------*/

.inner-banner {
    height: 100vh;
    max-height: 500px;
    position: relative;
    z-index: -1;
}

.img-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.inner-banner-text {
    width: 100%;
    position: absolute;
    top: calc(50% - -40px);
    left: 50%;
    -webkit-transform: : translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.inner-banner-text h3 {
    color: #fff;
    font-size: 40px;
}
.orng-dot-abt {
    position: absolute;
    bottom: -52px;
    left: 0;
    z-index: -1;
}

.location-map iframe {
    width: 100%;
    height: 500px;
    border: 0;
    margin-bottom: -7px;
}


.get-in-sctn {
    background-image: url(../images/progress-bg.jpg);
    background-color: #f3f5f6;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 80px 0 60px 0;
}

.get-in-box {
    background: #fff;
    text-align: center;
    padding: 30px;
    margin-bottom: 25px;
}
.get-in-icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    background: #eb8214;
    border-radius: 50%;
    margin-bottom: 20px;
}
.get-in-icon img {
    width: 32px;
    margin: 12px 14px;
}
.get-in-box a {
    color: #5e5e5e;
    font-size: 16px;
}
.get-in-box a:hover {
    color: #eb8214;
    font-size: 16px;
}

.air-icon-blk {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #eb8214;
    width: 120px;
    height: 120px;
    padding: 20px;
    text-align: center;
}
.ser-ul li {
    line-height: 28px;
    color: #585858;
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}
.ser-ul li::before {
      content: "▶";
      position: absolute;
      left: 0;
      color: #eb8214;
      font-size: 12px;
      top: 2px;
    }

.get-a-quote-frm .contact-form input {
    height: 44px;
    border: none;
    border-radius: 6px;
}
.get-a-quote-frm .form-label {
    font-size: 14px;
    color: #eb8214;
}
.get-a-quote-box .modal-content{ 
    background: rgba(0, 0, 0, 0.2) !important; /* Green background with 30% opacity */
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 10px;
}
.modal-title {
    color: #fff;
}
.modal-header{
    border-bottom: none;
    padding: 2rem 2rem 0 2rem;
    
}
a.quote-btn {
    background: #df7d16;
    padding: 12px;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 6px;
}
a.quote-btn:hover {
    background-color: #b75e00;
}
.get-a-quote-box textarea.form-control{
    border-radius: 6px;
    border: none;
}

