*{
  padding: 0;
  margin: 0;
  box-sizing:border-box;
}
html,body{
  overflow-x:hidden;
  /* font-family: 'Montserrat'; */
  position: relative;
}
.header-top {
  background-color: #1d5a4e;
  padding: 12px 0px;
}
a{
 text-decoration: none;
}
.left-topbar ul li {
  display: inline-block;
  margin-right: 30px;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
}
.right-topbar {
  float: right;
}
.right-topbar ul li {
  display: inline-block;
  margin-left: 20px;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  margin-left: 9px;
}
.right-topbar ul li a {
  color: #ff820f;
}
.left-topbar ul li i {
  color: #ff820f;
  margin-right: 8px;
}
.left-topbar ul,.right-topbar ul{
  margin-bottom: 0px;
}
.header-main .header-bottom {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding: 14px 0px;
}
.travel-working::after {
  display: block;
  clear: both;
  content: "";
}
.main-headers{
      display: flex;
    justify-content: space-between;
    align-items: center;
}
.account-img {
  padding: 5px 0px;
}
.header-navbar-menu {
  display: flex;
  padding: 3px 12px;
  border-radius: 20px;
  align-items: center;
}
.theme-btn {
  padding: 6px 22px;
  font-size: 16px;
  font-weight: 500;
  background-color: #f94d1c;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  margin-right: 15px;;
}
.theme-btn:hover{
  color: #fff;
  background-color: #df3c0d;
}
nav.navbar.navbar-expand-lg.navbar-light {
  float: left;
}
.navbar-collapse ul.navbar-nav.mr-auto {
  padding: 2px 10px;
}
.navbar-collapse.header-links ul.navbar-nav.mr-auto {
  margin-left: 0px !important;
}
.nav-list .nav-item {
  margin-left: 30px;
}
.nav-list .nav-item.active .nav-link {
  color: #fff;
  font-weight: 500;
  background: #21594d;
}
.nav-list .nav-item {
  margin-left: 30px;
}
.nav-list .nav-item .nav-link {
  padding: 5px 15px;
  color: #000;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  transition: 0.3s ease-in-out;
}
.nav-list .nav-item .nav-link:hover{
    color: #fff;
  font-weight: 500;
  background: #21594d;
}
.nav-list .nav-item {
  margin-left: 30px;
}
 .header-bottom {
  background-color: #ecf2f2;
  border-bottom: 1px solid #eeeeee57;
  padding: 14px 0px;
}
.right-menu a{
  text-decoration: none;
}
.right-menu {
  display: flex;
  margin-left: 31px;
}
/* hero */
.hero-slider {
  width: 100%;
  height: 683px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* Contactus */
.contact-us{
  padding: 100px 0px;
  position: relative;
}
.shape-info{
  position: absolute;
  bottom: -6px;
  left: 30px;

    animation: sway 8s ease-in-out infinite alternate;
}
.shape-info-1{
    position: absolute;
  bottom: -8px;
  right: 30px;
}


@keyframes sway {
    0% {
        transform: rotateZ(0deg);
    }

    50% {
        transform: rotateZ(-5deg);
    }

    100% {
        transform: rotateZ(0deg);
    }
}
.contact-box {
       background-color: #EBF0F1;
    padding: 50px 50px 64px;
    width: 100%;
    max-width: 900px;
    margin: auto;
    border-radius: 18px;
}
.form-group input {
    height: 45px;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #fff;
    width: 100%;
    border: none;
    outline: none;
}
.form-group label{
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
  font-size: 16px;
}
.form-group input {
    padding: 12px 20px;
}
.form-group textarea{
  background-color: #fff;
  width: 100%;
    border-radius: 5px;
    border: none;
    padding: 12px 20px;
    outline: none;
}
.form-group input::placeholder, .form-group textarea::placeholder {
    color: #555;
    opacity: 1;
}
.form-group input:focus ,.form-group input:active{
  border: 1px solid #21594d;
}
.form-group textarea:focus ,.form-group textarea:active{
  border: 1px solid #21594d;
}
.contact-us .sec-title{
      text-align: center;
}
.contact-btn{
    margin-top: 33px;
    display: flex;
    justify-content: center;
}
.contact-btn button{
      font-weight: 600;
    padding: 11px 27px;
    border-radius: 50px;
    border: 1px solid transparent;
    font-size: 16px;
    color: #fff;
    background-color: #21594d;
     cursor: pointer;
  transition: all 0.3s ease;
}
.contact-btn button:hover{
  background-color: #fff;
  color: #21594d;
  border: 1px solid #21594d;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border:2px solid #1717177a;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}


.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}
.swiper-button-next:after, .swiper-button-prev:after{
  display: none;
}
.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #585858;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #585858;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#188e79;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}


.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
.slide-bg-image{
  background-image: url('../img/banner-1.png');
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.slide-bg-image-2{
  background-image: url('../img/banner-2.png');
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.slider-btn .theme-btn{
  padding: 12px 22px;
}
.slider-content{
  width: 650px;
}
.slider-content .theme-title {
  font-size: 68px;
  color: #000000;
  font-weight: 700;
}
.slider-content .text-link{
  color: #f94d1c;
}
.theme-description{
  font-size: 23px;
  color: #000;
  margin-bottom: 18px;
}
.form-control:focus{
  box-shadow: none;
}

/* ===================about us========================== */
.about-us .about-content {
  position: relative;
  display: block;
  margin-top: -5px;
}
.quote-box {
border: 1px solid #185b4f4d;
    position: absolute;
    border-radius: 76px 75px 0px;
    top: -15%;
    width: 300px;
    left: -98px;
    font-size: 26px;
    z-index: -1;
    color: #ffffff;
    background: #185b4f;
    padding: 24px;
}
.about-img {
    position: relative;
}
.about-img img {
    border-radius: 16px;
}
.about-content:first-child p{
  margin-bottom: 10px;
}

.sec-title .sub-title {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #10661d;
  text-transform: capitalize;
}

.sec-title span{
      color: #10661d;
}
.sec-title h2 {
  position: relative;
  display: block;
  font-size: 33px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 37px;
}
.about-us .about-content .quote-box {
  position: relative;
  display: block;
  background: #1b1e31;
  padding: 22px 30px 22px 35px;
  border-left: 5px solid #fe5924;
  border-radius: 5px;
  margin-top: 32px;
  margin-bottom: 33px;
}
.about-us .about-content .quote-box h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
}
.about-us .about-content .about-list {
  position: relative;
  display: block;
  margin-top: 30px;
  padding-left: 0px;
}
.about-us .about-content .about-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
  padding-left: 35px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 25px;
}
.about-us .row{
  align-items: end;
}
.logo-box img{
  width: 100px;
}
.about-us .about-content .about-list li:before {
  position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome 6 Free';
    background: #e8f7ed;
    width: 22px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 50% 100%, 0 75%);
    left: 0px;
    top: 0px;
    font-weight: 900;
    font-size: 14px;
    color: #10661d;
    border-radius: 3px;
}
.about-us .about-content .about-list li:last-child {
  margin: 0px;
}
.about-us{
padding: 114px 0px;
}
.about-content .sec-title{
  text-align: left;
}


    .gallery-card {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      cursor: pointer;
      transition: transform 0.3s ease;
    }
    .gallery-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 12px;
      transition: transform 0.4s ease;
    }
    .gallery-card:hover img {
      transform: scale(1.08);
    }
    .gallery-overlay {
      position: absolute;
      bottom: 10px;
      left: 15px;
      background: rgba(0, 0, 0, 0.6);
      color: #f8f9fa;
      padding: 5px 12px;
      border-radius: 8px;
      font-size: 14px;
      font-weight: 500;
    }
/* ========================gallery========================== */
    .adv-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 1.25rem
    }

    .adv-card {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      min-height: 220px
    }

    .adv-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform .5s ease
    }

    .adv-card:hover img {
      transform: scale(1.08)
    }

    .adv-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgb(0 0 0 / 74%));
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 1rem
    }

    .adv-overlay h5 {
      margin: 0
    }

    .badge-small {
      background: rgba(255, 255, 255, 0.15);
      padding: .25rem .6rem;
      border-radius: 999px;
      font-size: .8rem
    }
/* ======================<!-- Leading -->============= */
.working{
  padding: 109px 0px;
  background-color: #ecf2f2;
  background-image: url('../img/team-bg.jpg');
  background-position: center;
  background-size: cover;
}
.advanced {
    padding: 100px 0px;
    position: relative;
}
.leading-area img {
    width: 100%;
}

.leading-info {
  position: relative;
  z-index: 11;
  text-align: center;
}
.leading-info h4 {
  color: #fff;
  font-size: 40px;
}
.theme-title {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 20px;
  color: #fff;
}
.leading-card {
  background: rgba( 255, 255, 255, 0.1 );
  box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
  backdrop-filter: blur( 8px );
  -webkit-backdrop-filter: blur( 8px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  border-radius: 10px;
  margin-top: 30px;
  padding: 20px;
}
.leading-card .leading-img {
  margin-bottom: 14px;
}
.leading-card .leading-content h4 {
  font-size: 24px;
  margin-bottom: 2px;
  font-weight: 700;  
}
.leading-card .leading-content span {
  display: block;
  color: #c9c9c9;
  font-weight: 500;
}
.theme-title span{
  color: #1d5a4e;
}
/* <!-- working --> */
.working .working-block {
  position: relative;
  float: left;
  width: 25%;
}
.working-block .working-info{
   position: relative;
    display: flex;
    width: 292px;
    align-items: center;
    height: 227px;
    justify-content: center;
    border-radius: 10px;
    text-align: center;
    /* box-shadow: 0px 1px 7px 4px #0000000f; */
    background: #fff;
    /* border: 1px solid #22996f47; */
    overflow: hidden;
}
.gallery {
    padding: 80px 0px;
    position: relative;
}
img.shape-4 {
    position: absolute;
    right: -8px;
}
img.shape-3 {
    position: absolute;
    top: 65px;
    right: 30px;
}
.working-block .working-info .working-content-info {
  position: relative;
  text-align: center;
}
.working-block .working-info .working-img {
  position: relative;
  display: block;
      font-size: 37px;
  margin-bottom: 22px;
}
.amimation-info{
    background-image: url('../img/road.webp');
    width: 100%;
    height: 104px;
    background-size: contain;
    background-position: bottom;
}
.animate-riding {
    transition: all 0.9s ease-out;
    -webkit-animation: ride 10s infinite linear;
    animation: ride 10s infinite linear;
    display: flex;
    gap: 0 300px;
    justify-content: space-evenly;
}
@keyframes ride {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}
.translate-y-7 {
    --tw-translate-y: -1.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-8 {
    --tw-translate-y: -2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-8 {
    --tw-translate-y: -2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.animate-riding img {
       width: 105px;
    margin-top: 23px;
}
.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.working-block .working-info h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.working-block .working-info .overlay-content {
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 10px;
  background: #185b4f;
  width: 100%;
  height: 100%;
  padding: 40px 40px 0px 40px;
  transform: scale(0,0);
  transition: all 500ms ease;
}
.working-img img {
    width: 42px;
}
.working-block .working-info .overlay-content h4 {
  color: #fff;
}
.working-block .working-info .overlay-content p {
  color: #e2e2e2;
}
.working-block .working-info .count-text {
  position: absolute;
  left: 50%;
  top: 230px;
  transform: translateX(-50%);
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--title-font);
  color: var(--secondary-color);
  font-weight: 600;
  padding-top: 20px;
  transition: all 500ms ease;
}
.working-block .trade-info-link {
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  right: -12px;
  z-index: 1;
}
.working-block .trade-info-link a {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 55px;
  background: #fff;
  border: 1px dashed #d8d8d8;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  color: var(--secondary-color);
}
.working-block .working-info:hover .overlay-content {
  transform: scale(1,1);
}
.working-block .working-info:hover .count-text {
  color: #fff;
  background: #303449;
}


/*====================== footer============================ */
.footer {
  position: relative;
  background:#ecf2f2;
  background-image: url('../img/footer-bg-shape.png');
  background-size: cover;
}
.footer-menu-info {
  position: relative;
}

.footer .footer-menu-title {
  position: relative;
  display: block;
  padding-left: 17px;
  margin-bottom: 14px;
}

.footer h3 {
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
}

.footer .footer-contact p {
  margin-bottom: 22px;
}
.footer p, .footer a {
  color: #a8a9b3;
  text-decoration: none;
}
.footer .footer-contact form {
  margin-bottom: 33px;
}
.footer .footer-contact form .form-group {
  position: relative;
  display: block;
  margin-bottom: 0px;
}
.footer .footer-contact form .form-group .form-control {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 5px;
  font-size: 17px;
  color: #6e6e6e;
  padding: 10px 70px 10px 20px;
  border-bottom: 4px solid #fe5924;
}
.footer .footer-contact form .form-group .submit-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  border: none;
  line-height: 60px;
  background: #fe5924;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
  transition: all 500ms ease;
}
.footer .footer-contact .footer-content h3 {
  margin-bottom: 14px;
  color: #ffffff;
}
.footer-menu-info ul, .footer-menu-info ol {
  position: relative;
    margin: 0px;
    display: flex;
    gap: 23px;
    justify-content: center;
    padding: 0px;
}
.footer .footer-menu-info .footer-contact ul.social-links li {
  display: inline-block;
  min-width: auto;
}

.footer-menu-info ul li, .footer-menu-info ol li {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  font-size: 17px;
  min-width: 49%;
  color: #a8a9b3;
  font-weight: 400;
}
.footer-contact .footer-content ul li a {
    border: 1px solid #ffffff2e;
    padding: 0px;
    font-size: 22px;
    color: #ff820f;
    align-items: center;
    justify-content: center;
    width: 38px;
    border-radius: 10px;
    display: flex;
    height: 38px;
    line-height: 28px;
    background: #ffffff1f;
}
.footer .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #a8a9b3;
}
.footer .assistance-profile .footer-content {
  position: relative;
  display: block;
  background: #24283c;
  border: 1px solid #35394f;
  border-radius: 5px;
  padding: 22px 29px 29px 29px;
  margin-top: 8px;
}
.footer h3 {
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
}
.footer .assistance-profile .footer-content p {
  margin-bottom: 22px;
}
.footer .assistance-profile .footer-content .assistance-profile-info {
  position: relative;
  display: block;
  background: #1b1e31;
  border-radius: 5px;
  padding: 22px 20px 22px 105px;
}
.footer .assistance-profile .footer-content .assistance-profile-info .footer-profile-img {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.footer .assistance-profile .footer-content .assistance-profile-info .footer-profile-img:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fe5924;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/footer-profile.png');
  border-radius: 50%;
  top: 0px;
  right: -10px;
}
.footer .assistance-profile .footer-content .assistance-profile-info .footer-profile-img img {
  width: 100%;
  border-radius: 50%;
}
.footer .assistance-profile .footer-content .assistance-profile-info h5 {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
}
.footer-menu-info ul li a:hover{
     color: #ffffff;
    background: #1d5a4e;
}
.account-footer-content a span, .account-footer-content button span {
  position: relative;
  padding-right: 27px;
}
.footer-bottom {
  position: relative;
  width: 100%;
  padding: 18px 0px;
  border-top: 1px solid #ffffff3b;
}
.footer-bottom .copyright {
  position: relative;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
.footer p, .footer a {
    color: #e0e0e0;
    font-size: 17px;
}
.footer-bottom  .copyright p span {
  color: #ff7829;
}
.footer-info{
      padding: 25px 0px;
      padding-top: 46px;
    border-bottom: 1px solid #1d5a4e69;
}
.footer-links a:hover{
  color: #fe5924;
}
.footer-contact{
  text-align: center;
}

@media(max-width:1500px){
.quote-box{
    top: -21%;
    left: 0;
}
}
@media(max-width:1400px){
.working-block .working-info{
    width: 261px;
}
}