/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding:0px;
  margin:0px;
  color: #5a5a5a;
  font-family: "Poppins", sans-serif;
}
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
}
.navbar-nav{ float:right;} 
.navbar{padding:5px 0px;} 
.navbar-default .navbar-nav>li>a{color:#000;    font-family: "Roboto", sans-serif;}
.nav>li>a{ font-size:18px; }
.launchapp{background:#6aa441;  padding: 14px 30px !important;  color: #fff !important;  border-radius:10px;box-shadow: 1px 6px 4px rgb(0 0 0 / 5%);}
.navbar{min-height:72px;}
.navbar-nav{ margin-top:7px;}
.navbar{ margin-bottom:0px;}

header .dropdown-menu>li>a{padding:10px 12px;font-size: 16px;}
header .dropdown-menu li a{ border-bottom:1px solid #e7e7e7;}
header .dropdown-menu{ padding:0px 0px;width: 210px; border:none;}


.launchbtn{ margin-left:10px;    margin-top:4px;}
.quicklink p{ text-align:left; line-height:26px; padding-right:25px;color: #242424;}
.quicklink{text-align:left;}
.quicklink img{margin-bottom:15px; margin-top:10px; }
.navbar-default .navbar-nav>li>a:hover{ background:#7c0f12; color:#fff;border-radius: 10px;margin-top: 2px;}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{background-color:#f4f3f0;color: #000;}
.slider{ background:#d9dbdd; padding:35px 0px 35px;}
.slider h1{ margin-bottom:20px; color:#000;    font-size:58px;font-weight:600; line-height:55px; margin-top:55px;    text-shadow: 1px 7px 4px rgb(0 0 0 / 20%);}
.slider h1 span{font-size: 46px; font-weight: 300;}
.slider p{ font-size:20px; line-height:28px; color:#333;font-weight: 500;}
.navbar-default{ border:none !important;}
.getstarted{background:#2258e1; padding:12px 20px; border:none; margin-top:20px; border-radius:8px;font-weight: 500;box-shadow: 1px 6px 4px rgb(0 0 0 / 10%); }
.getstarted:hover{background: #f39b00;}
.getstarted a{color:#fff; font-size:18px; text-decoration:none;}


.sliderimages img{ float:right;}
.arrow{ width:auto !important;}
.navbar-brand{padding:0px 0px !important;}
.supportchain{ padding:30px 0px;    text-align: center;}
.supportchain h2{ text-align:center; font-size:35px; font-weight:600; color:#000; margin-bottom:25px;}
.supportchain ul li {width: 10%; display: inline-block;  border:1px solid #d9e1ed;  padding:18px 10px; text-align: center; list-style:none; border-radius: 10px;    margin-right: 10px; margin-bottom:15px; box-shadow: 1px 3px 15px #e1e1e1;}
.supportchain ul li img {width:50%;  border-radius: 50%; margin-bottom: 5px;}
.supportchain ul li p{font-size: 16px; font-weight: 600; color:#000; margin-bottom: 0px;}
.supportchain ul{ margin-left:0px; padding-left:0px;}

.scroller { 
    max-width:1100px;
	margin:0 auto;
}

.scroller__inner {
    display: flex;
    padding-block: 1rem;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.scroller[data-animated="true"] {
    overflow: hidden;
    -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
    animation-delay: 1s;
}

.scroller[data-direction='left'] {
    --_animation-direction: forwards;
}
.scroller[data-direction='right'] {
    --_animation-direction: reverse;
}

.scroller[data-direction='slow'] {
    --_animation-duration: 20s;
}
.scroller[data-speed='fast'] {
    --_animation-duration: 10s;
}


@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}


.scroller[data-animated="true"] .scroller__inner:has(img:hover, img:active, img:focus) {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}



.scroller[data-animated="true"] .scroller__inner:has(li:hover, li:active, li:focus) {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}


.scroller__inner {margin-top: -33px;}
.marquee-row{ text-align:center; padding:25px 0px 30px; background:#dbe5fd;}
.tag-list li{ list-style:none; padding: 30px 8px 0px; display: inline;}
.tag-list li img {width:70px; border-radius: 50px; height: 70px;box-shadow: 4px 6px 1px rgb(0 0 0 / 20%);}
.tag-list{ padding-left:0px;}

.section3{ background:url(../image/section3bg.png) no-repeat; background-size:cover; padding:50px 0px 80px;}
.section3 h2{ text-align:center; color:#000; font-weight:600; margin-bottom:40px;}
.tbox{ background:#fff; padding:40px 20px; text-align:center; border-radius:20px; height: 430px;box-shadow: 1px 1px 12px #877bc9;}
.tbox h3{ color:#000; font-weight:600;}
.tbox p{ line-height:26px;}
.arrowright{ margin-top:15px;}
.tbox img{ margin-left:5px;    }
.section4{ padding:50px 0px 80px;}
.section4 h3{ font-size:30px; font-weight:600; color:#000; margin-bottom:20px;}
.section4 ul{margin-left: -20px;}
.section4 ul li{ line-height:33px; font-size:16px;}
.yambit{ margin-top:20px;}
.yambits{margin-top:30px;float:right;}

.section5{ background:url(../image/section5bg.png) no-repeat; background-size:cover; padding:50px 0px 70px;}
.section5 h3{font-size:30px; font-weight:600; color:#000; margin-bottom:30px; text-align:center;}
.s5box{ background:#fff; padding:10px; border-radius:15px; box-shadow: 1px 1px 8px rgb(132 106 165 / 30%);}
.s5box img{ float:left; margin-right:10px; margin-top:5px;}
.s5box h4{ color:#000; font-weight:600;}

.section6{ padding:80px 0px;}
.section6bg {background: url(../image/section6bg.png) no-repeat;  padding: 40px 30px; height: 180px;   border-radius: 20px;    margin: 0px 15px;}
.section6bg h3{ margin-top:0px; color:#fff; font-weight:600; font-size:30px;text-shadow: 4px 8px 1px #512ab1; margin-bottom:15px;}
.section6bg p{font-size: 18px; color: #fff; text-shadow: 3px 4px 1px #6747b5;}
.getstartedbox button{float: right; margin-top: 24px;}


#footer {
    background:#fff !important;
	padding:35px 0px;
}
#footer h5{
    padding-bottom: 6px;
    margin-bottom:8px;
    color:#000;
	text-align:left;
	font-size:24px;
	font-weight:600;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;

}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
    font-size: 20px;

    background:#2258e1;
    padding: 10px 12px;
    color: #fff;
    border-radius: 5px;
}
#footer ul.social li:hover a i {
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#242424;
	font-weight: 400;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
    font-size: 15px;
	text-align:left;
	line-height:28px;
	font-family: 'Roboto';
	    letter-spacing: 0.2px;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}
.copyright{text-align: center; background:#012550 !important; padding-top: 18px;
    padding-bottom:5px;}
#footer ul.quick-links li a:hover{color:#f39b00;}

.volume ul li{ display:inline-block; padding:0px 20px; text-align:center;}
.volume ul li p {font-weight: 700;  color: #2258e1; font-size: 22px;line-height: 8px;}
.volume ul li span{ color:#000;}
.volume{ text-align:center; margin-top: 30px;}
.copyright p{ color:#fff;}
.fomr h2{ margin-top:0px; color:#000; font-weight:600;}
.fomr .form-group {margin-bottom: 10px;}
.form-control{ box-shadow:none; border:1px solid #ddd;}
header{ padding-bottom:5px;}
.fomr {
    background: #fff;
    margin-top: 0px;
    border-radius: 10px;
    padding: 20px; box-shadow: 1px 1px 10px #bfbfbf;}
.fomr .btn-primary {
    color: #fff;
    background-color: #6aa441;
    border-color: #6aa441;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
}
.fomr .btn-primary:hover{ background:#7c0f12; border-color: #7c0f12;}
iframe{border-radius: 10px; box-shadow: 1px 1px 10px #bfbfbf;}

.aboutus{ text-align:center; padding:50px 0px; }	
.aboutus p{ text-align:center; font-size:16px; line-height:28px;}
.aboutus h2 {
    font-family: "Gabriela", serif;
    font-size: 36px;
    font-weight: 600;
    color: #6c9e83;
	margin-top: 0px;
}


.Destinations h2 {
      color: green;
      margin-bottom: 30px;
    }

    .card {
      position: relative;
      width:100%;
      border-radius:0px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }
    .card img {
      width: 100%;
      height: 350px;
      object-fit: cover;
      display: block;
    }
    .card .text-overlay {
    position: absolute;
    bottom: 9px;
    width: 92%;
    background: #fff;
    padding: 10px;
    left: 10px;
    border-radius: 8px;
}
   .card h3 {
    margin: 0;
    font-size: 33px;
    color: #333;
    font-weight: 700;
}
    .card p {
      margin: 0px 0 0;
      font-size: 14px;
      color: brown;
      font-weight:500;
	      letter-spacing: 0.5px;
    }
.features {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap:15px;
    }
    .feature-box {
      flex: 1 1 200px;
      max-width: 175px;
      text-align: center;
    }
    .feature-box img {
      width: 60px;
      height: 60px;
      margin-bottom: 15px;
    }
    .feature-box p {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    line-height: 22px;
    color: #000;
}		

.clntlogo img {
    width: 100% !important;
    height: auto;
    border: 1px solid #ffffff;
    height: 110px;
    background: #fff;
    border-radius: 15px;
}
.reviews-section {
      margin: auto;
      padding:50px 0px 60px;
      text-align: center;
	  background: #d9dbdd;
    }
    .reviews-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 20px;
      flex-wrap: wrap;
      gap: 10px;
    }
    .reviews-header h2 {
      margin: 0;
      font-size: 22px;
      font-weight: bold;
    }
    .rating {
      display: flex;
      align-items: center;
      gap: 8px;
	      margin-left: 10px;
    }
    .stars {
      color: #fbbc05;
      font-size: 20px;
    }
    .write-btn {
      background: #1a73e8;
      color: #fff;
      border: none;
      padding: 10px 18px;
      border-radius: 5px;
      font-size: 14px;
      cursor: pointer;
    }
    .reviews-section .slider {
      position: relative;
      overflow: hidden;
	  padding:0px;
    }
    .reviews-section .slides {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }
    .review-card {
      flex: 0 0 100%;
      max-width: 100%;
      box-sizing: border-box;
      padding: 20px;
      text-align: center;
      border: 1px solid #ddd;
      border-radius: 10px;
      background: #fff;
      margin: 0 10px;
    }
    .review-card img {
          width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
    border: 2px solid #ddd;
    padding: 4px;
    }
    .review-card h3 {
    margin: 8px 0 4px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
    .review-card small {
      color: #777;
      font-size: 13px;
    }
    .review-card .stars {
      margin: 8px 0;
    }
    .review-card p {
      font-size: 14px;
      color: #444;
    }

    /* Arrows */
    .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: 0px solid #ddd;
    /* border-radius: 50%; */
    width: 35px;
    /* height: 35px; */
    display: flex
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 38px;
}
    .arrow.left {
      left: 0;
    }
    .arrow.right {
      right: 0;
    }

    @media (min-width: 768px) {
      .review-card {
        flex: 0 0 33.33%;
               max-width: 31.8%;
      }
    }

.navbar-brand>img{ margin-top:5px;}
.footer {
      background: #2f6d46; /* same green color */
      color: #fff;
      padding: 50px 20px;
    }
    .footer-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: auto;
    }
    .footer h3 {
      font-size: 16px;
      font-weight: bold;
      color: #ffd700; /* yellow heading color */
      margin-bottom: 12px;
    }
    .footer p,
    .footer li {
      font-size: 14px;
      line-height: 1.6;
      margin: 0 0 8px;
      color: #fff;
    }
    .footer ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .footer ul li a {
      text-decoration: none;
      color: #fff;
      transition: color 0.3s;
    }
    .footer ul li a:hover {
      color: #ffd700;
    }
	
	
.mkdf-page-footer .mkdf-footer-top-holder {
    background-color: #418660;
}
footer .widget .mkdf-widget-title-holder .mkdf-widget-title, form.searchform .input-holder button:hover {
    color: #f3ff3f;
    margin: 0 0 0px;
    font-size: 15px;
    font-weight: 500;
}
.textwidget p{ color:#fff;}
.mkdf-page-footer .widget a, .widget a {
    color: #fff;
    font-size: 12px;
    line-height: 16px !important;
    font-weight: 400;
}
.mkdf-grid-col-3 {
    float: left;
    width: 23%;
    margin-right: 16px;
}
.mkdf-page-footer .widget a:hover, .mkdf-side-menu .widget a:hover {
    color: #ff681a;
}
.textwidget{ margin-bottom:30px; margin-top:20px;}
.mkdf-page-footer{ background: #418660 !important;}
.mkdf-page-footer .mkdf-footer-bottom-holder {
    background-color: #1d3329;
	padding-bottom: 18px;
    padding-top: 10px;
}
.mkdf-grid-1300 .mkdf-grid{width: 1300px;}
.mkdf-page-footer .mkdf-footer-top-holder .mkdf-footer-top-inner.mkdf-grid {
    padding: 38px 0 !important;
}
.mkdf-grid {
    margin: 0 auto;
	    width: 1170px;
}
.mkdf-page-footer .mkdf-footer-top-holder {
    background: #418660 !important;
}
#menu-footer-menu{ list-style:none; padding-left:0px; text-align:center; padding-top:8px;}
#menu-footer-menu li{ display:inline-block; padding:0px 8px;}
.trip img{ width:100%;}
.trip h3 {
    color: #386c10;
    font-size: 18px;
    line-height: 25px;
}
.trip .view {
    background: #3c763d;
    padding: 8px 12px;
    color: #fff;
}
.trip a:hover{ text-decoration:none !important;}
.trip p{ color:#000; padding-bottom: 12px;}
.trip{background-color: #e3e3e3 !important; padding: 15px 15px 25px;     margin-bottom: 20px;}
.fomr label{max-width: 100% !important; font-size:14px; font-weight: 600; width: 100%;margin-bottom: 0px;}
.fomr input {width: 100% !important; border: 1px solid #cbcbcb; border-radius: 5px; height: 35px; padding: 0px 8px;}
.fomr textarea{width: 100% !important; height:50px !important; border-radius: 7px;     border: 1px solid #b7b7b7 !important;}
.fomr p{margin-bottom: 5px !important;}
.wpcf7-submit{height: 44px !important; font-size: 18px; background: #6aa441; border: none !important; color: #fff;}
.write-btn a{ color:#fff;}

.social {
    position: fixed;
    top:50%;
    z-index: 999;
    width: 100px;
}

.social ul {
  list-style-type: none;
  padding: 0;
  transform: translatex(-270px);
}

.social ul li {
    display: block;
    margin: 5px;
    background-color:#1f5e2e;
    width: 312px;
    text-align: right;
    padding: 6px;
    border-radius: 0px;
    transition: all 1s;
}

.social ul li:hover {
  transform: translatex(110px);
}

.social ul li.twitter:hover {
  background-color:#4dc247;
}

.social ul li.facebook:hover {
  background-color:#0084f5;
}

.social ul li.google-plus:hover {
  background-color: #dd4b39;
}

.social ul li.instagram:hover {
  background-color:#cd1717;
}

.social ul li a {
    color: white;
    text-decoration: none;
}
.social ul li i {
  text-align: center;
  margin-left: 14px;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  font-size: 20px;
  transform: rotate(0deg);
}

.social ul li:hover i {
  transform: rotate(360deg);
  transition: all 1s;
}
.twitter {
    background: #090 !important;
}
.google-plus {
    background: #d94600 !important;
}
.instagram {
    background: #e10009 !important;
}


  
@media (max-width: 767px) {

  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
	        padding-bottom: 6px;
  }
}

@media only screen and (max-width: 600px) {
   .navbar-default .navbar-toggle .icon-bar {
        background-color: #000000;
    }
	.slider h1{font-size: 42px;    line-height: 42px;}
	.slider h1 span {font-size: 35px;}
	.sliderimages img {float: inherit; width: 100%; margin-top: 20px;}
	.volume ul li{    margin-bottom: 20px;}
	.quicklink p{padding-right: 0px;}
	.slider h1{margin-top: 25px;}
	header{border-bottom: 1px solid #ddd;}
	.mkdf-grid {width: 100% !important;}
	.mkdf-page-footer{}
	.mkdf-grid-col-3{width: 98%; margin-left:15px;}
	.feature-box img{ margin-bottom:0px;}
	.clntlogo{ margin-bottom:20px;}
	.review-card{ margin:0px;}
	.rating {display: inline;}
	.card{ width:100%; margin-bottom:20px;}
	.fomr{ margin-top:20px;}
}  
