@charset "utf-8";
/* CSS Document */

/* CSS Document © 2024 ProWebPrism */

::-moz-selection {
  background: #7b7d7f;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #7b7d7f;
  color: #000;
  text-shadow: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: "Montserrat", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  color: #464444;
  background: #ffffff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow: hidden;
  overflow-y: scroll;
}
:root {
  --primary-color: #068DA9;
  --secondary-color: #FFE100;
  --global-color: #CDE8ED;
}
a {
  text-decoration: none;
  transition: all 0.25s ease-out 0s;
  outline: none;
  box-shadow: none;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
         font-family: "Montserrat", sans-serif;
}
p,
p span {
  font-family: "open", sans-serif;
}
img {
  border: 0px;
}
ol,
ul,
li {
  list-style: none;
  font-family: "open", sans-serif;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* * {
  -webkit-appearance: none;
} */
::-webkit-input-placeholder {
  color: var(--primary-color);
}
::-moz-placeholder {
  color: var(--primary-color);
}
:-ms-input-placeholder {
  color: var(--primary-color);
}
:-moz-placeholder {
  color: var(--primary-color);
}

section,
header,
footer {
  width: 100%;
  float: left;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

strong {
  font-weight: bold;
}
button {
  border: none;
}

.burger-btn{display: none;}
.overlay{display: none;}

/* ------------header-wrap------------------- */



.header-wrap { position: absolute; top: 0px; z-index: 100;}
.header-row { display: flex;  justify-content:space-between; align-items: center;border-bottom: 1px solid #9b9a9a; padding: 10px 0;}
.header-logo { width: 60px;position: relative;height:60px;}
.header-logo img{position:absolute;left: 50%;right: 50%;top: 50%;transform: translate(-50%,-50%);display: flex; justify-content: center;align-items: center;width: 100%; height: 100%;object-fit: contain;}
.white-logo{opacity: 1;}
.color-logo{opacity: 0;}
.header-wrap.sticky .color-logo{opacity: 1;}
.header-menu ul{display: flex;align-items: center; gap: 30px;}
.header-menu ul li a{color:#fff; font-size: 16px; font-weight: 600;}
.header-wrap.sticky{position: fixed;top: 0;z-index: 999; background-color:#fff; padding: 10px 0;animation: 0.7s slide-down;}
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}
.header-wrap.sticky .header-row {border-bottom:unset; padding: 0;}
.header-menu ul li a.active {color: var(--primary-color);}
.header-menu ul li a:hover{color:var(--primary-color)}
.header-wrap.sticky .header-menu ul li a{color: var(--primary-color);}
.header-wrap.sticky .header-menu ul li a:hover{color: #000;}



.banner-wrap { position: relative;height: 100vh; width: 100%;overflow: hidden;}
.banner-wrap video { position: absolute; object-fit: cover; z-index:2; top: 0;  left: 0; width: 100%; height: 100%;}
.banner-row{position: absolute;top: 50%; left: 50%; transform: translate(-50%, -50%);z-index:5; display: flex;  justify-content: center;align-items: center; height: 100%; width: 100%;background-color: #0000004c;}
.news-ticker {  position: relative;  width: 100%;  height: 100%;  display: flex;  justify-content: center;  align-items: center;}
.news-ticker .split-text {  position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  font-weight: bold;  font-size: 100px;  text-transform: uppercase; color: white;overflow: hidden;width: 100%;text-align: center;}
.split-text span { opacity: 0; transform: translateY(30px); display: inline-block;}



.about-wrap{padding:70px 0; background-color:#fff; position: relative;z-index: 1;overflow: hidden;}
.about-row{display: flex; justify-content:space-between;flex-wrap: wrap;}
.about-col2{width: 45%;}
.about-col2 h6{font-size: 22px; color: var(--primary-color);text-transform: capitalize;margin: 0 0 20px;}
.about-col2 h2{font-size: 40px; color:#000; margin: 0 0 20px;font-weight: 700;text-transform:capitalize;line-height: 1.26;}
.about-col2  .description p{font-size:16px; line-height:1.56; margin: 0 0 20px; color: #000;text-align: justify; opacity: 0; transform: translateY(20px);transition: all 0.6s ease;}
.about-col2 .description span{font-weight: 600; color:var(--primary-color);}
.about-wrap.active::after {  opacity: 1;  transform: translateY(0);}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.7; }
}
.about-wrap .primary-btn a{border-color: var(--primary-color); color: var(--primary-color);}
.about-wrap .primary-btn a:hover{color: #fff;}


.about-col1{width:48%;justify-content: center;display: flex;position: relative;}
.about-row2{width:400px;height:500px;border-radius: 10px;margin-right: 20px;overflow: hidden;}
.about-row2 img{width: 100%;height: 100%; object-fit: cover;}
.about-row1{position: absolute;left:0px;z-index:6;top: 50%; transform: translateY(-50%);}
.about-row3{transform: rotate(-90deg) translateY(-188px); z-index: -1;position: absolute;top: 36%;left:82%;text-align: right;}
.about-row3 h2{font-size: 120px;font-weight: 700;     color: transparent;     -webkit-text-stroke: 1px var(--primary-color);font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif}





.destination-wrap{padding: 60px 0;background-color:var(--secondary-color);position: relative;display: flex;justify-content: center;align-items: center; background:linear-gradient(to bottom,#068DA9,rgba(255, 255, 255, 0.909));overflow: hidden;}
.destination-wrap::after{content: "";position: absolute;top:0px;left:-100px;z-index:4; background-image: url(../images/cta-bg-shape.svg);width: 300px;background-size:contain;height:300px;background-position:left;background-repeat: no-repeat;}
.destination-row{display: flex;flex-wrap: wrap;position: relative;z-index: 10;}
.destination-col1 {width: 23.5%;height: 400px;border-radius:5px;overflow: hidden;margin: 20px 2% 0 0;position: relative;transition:all 0.4s;border: 1px solid #ffff;cursor: pointer;}
.destination-image{width: 100%;height: 100%;}
.destination-image img{object-fit: cover;width: 100%;height: 100%;}
.destination-col1:nth-child(4n){margin-right: 0;}
.destination-col1::after {  content: "";  position: absolute; bottom: 0; left: 0;  width: 100%; height: 70%; background: linear-gradient(to top, rgba(0, 0, 0, 0.829), transparent);pointer-events: none;}
.destination-details{position: absolute;bottom: 20px;z-index: 1;padding:0 20px;transition:all 0.4s;z-index: 1;}
.destination-details h3{font-size: 22px; color: #fff;margin: 0 0 20px;font-weight: 600;}
.destination-details .days{display: flex;align-items:center;gap: 10px;margin: 0 0 20px;}
.destination-details .icon{width: 22px;height: 22px;flex-shrink: 0;}
.destination-details .icon img{width: 100%; height: 100%;}
.destination-details .text p{color: #fff;}
.destination-details .date{display: flex;align-items:center;gap: 10px;}
.destination-details .hide-content{margin-top: 20px;display: none;width: 100%; transition: all 0.3s ease-in-out;}
.destination-col1:hover .hide-content{display: block;}
.destination-col1:hover .primary-btn a{padding: 10px 20px;font-size: 14px;font-weight: 600;}
.destination-row.destination-slider .destination-col1{margin: 0;}


.seperate-row h2{font-size: 30px; color:#fff; text-align: center;font-weight: 700;text-transform:capitalize;}
.seperate-row .primary-btn a{border-color: #fff; color: #fff;position: relative; z-index: 1;}
.seperate-row .primary-btn a:hover{color:var(--primary-color);background-color: #fff;}
.seperate-row{display: flex;justify-content: space-between;flex-wrap: wrap;padding:0 10px; align-items: center;margin: 0 0 20px;}
.destination-row.destination-slider{display: unset;}
.destination-slider .slick-slide{margin: 0 10px;}
.destination-slider .slick-track{padding: 0 0 20px;}
.destination-slider  .slick-dots { list-style: none; display: flex !important;justify-content: center; align-items: center; padding: 0;margin: 0 ;}
.destination-slider .slick-dots li { margin: 0 2px; display: flex;  justify-content: center; align-items: center; list-style: none;}
.destination-slider .slick-dots button {  width: 8px !important; height: 8px !important; border: none; border-radius: 50%; border: 1px solid var(--primary-color); background: transparent; padding: 0 !important;}
.destination-slider .slick-dots .slick-active button { background:var(--primary-color); width: 10px !important; height: 10px !important;}
.slick-dots li button:before{display:none}
.slick-dots li.slick-active button:before{display:none}




.primary-btn a{padding:8px 10px;  color: #fff; border-radius: 5px; transition: background-color 0.3s ease; border: 1px solid #fff; display: inline-block;font-size: 14px;}
.primary-btn a:hover{background-color: var(--primary-color); border-color: var(--primary-color);}


.sticky-image{position:fixed; top: 0;left: 0;width: 100%;height: 100%;z-index: -1;right: 0;}
.sticky-image img{object-fit: cover;width: 100%;height: 100%;}



.package-wrap{padding: 100px 0;width: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;position: relative;background: transparent;overflow: hidden;background-color: #0000003a;}
.package-wrap h2{font-size: 30px; color:#fff; margin: 0 0 20px; text-align: center;font-weight: 700;text-transform: capitalize ;position: relative;z-index: 5;}
.package-row{display: flex;justify-content: center;flex-wrap: wrap;position: relative;z-index: 5;}
.package-col1{width:23.5%;margin: 20px 2% 0 0;cursor: pointer;border:1px solid #ccc;border-radius: 4px;overflow: hidden; background-color: #fff;  transition: all 0.4s;  border-radius:5px;height: 410px; border-bottom-right-radius: 50px; border-top-left-radius: 50px;}
.package-col1:nth-child(4n){margin-right: 0;}
.package-col1 .image{height:200px;width: 100%; object-fit: cover;transition: all 0.3s ease;}
.package-col1 .image img{width: 100%;height: 100%; object-fit: cover;}
.package-col1 .content{padding: 20px;}
.package-col1 h3{font-size:20px;color: #000;margin:0 0 10px;font-weight: 700;text-align:left;text-transform: capitalize;}
.package-col1 .content p{font-size: 14px; color: #000;line-height: 1.56;margin: 0 0 20px;}
.package-row, .package-col1 {will-change: transform;}
.package-col1 .primary-btn a{border-color:var(--primary-color);color: var(--primary-color);} 
.package-col1 .primary-btn a:hover{color: #fff;}
.package-row.package-slider{display: unset;}
.package-slider .slick-slide{margin: 0 10px;}


.faq-wrap{ padding: 60px 0; background-color: #fff;}
.faq-wrap h2{font-size: 30px; color:#000; margin: 0 0 40px; text-align: center;font-weight: 700;text-transform: capitalize ;position: relative;z-index: 5;}
.faq-row{ display:flex;flex-wrap: wrap;justify-content: space-between;align-items:flex-start;}
.faq-col1{width: 48%;}
.faq-col2{width: 48%;display: flex;justify-content: center; position: relative;}
.faq-img{width:300px;height: 300px;}
.faq-img img{width: 100%; height:100%;object-fit: contain;}
.faq { background: #fff; margin-bottom: 10px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); overflow: hidden; }
.faq-question {background:var(--global-color); color:#000; padding:15px 20px; cursor:pointer; font-size:18px; font-weight:700;  border:0; width:100%; text-align:left; transition: background 0.25s ease;}
.faq-question:hover{ background:#f0f0f0; }
.faq-answer {max-height: 0; overflow: hidden;}
/* when open we add padding (height is controlled inline via JS using scrollHeight) */
.faq-answer.open {padding: 20px; background-color: #fff;}
.faq-answer p {font-size: 14px; color:var(--primary-color); line-height: 1.56;}




.video-wrap{padding: 60px 0; position: relative;background-color: #fff; overflow: hidden;}
.video-wrap::after{content: "";position: absolute; top: 0;left: 0;z-index: 1; background-image: url(../images/about-us-images-bg-shape.png);width: 500px;background-size:contain;height: 100%;background-position: left;background-repeat: no-repeat;}
.video-row{display: flex;flex-wrap: wrap; justify-content: space-between;}
.video-col1{width: 38%;display: flex;justify-content: center;align-items: center;}
.video-col1 h2{font-weight: 700; color:#000;font-size: 58px;text-align: left;line-height: 1.56;text-transform:capitalize;position: relative;z-index: 3;}
.video-col1 h2 span{color: var(--primary-color);}
.video-col2{width: 60%;display: flex;flex-wrap: wrap;}
.video-col{width: 32%; border-radius:10px ;overflow: hidden;height: 300px;margin: 0 2% 0 0;position: relative;border: 5px solid var(--primary-color);}
.video-col:nth-child(3n){margin-right: 0;}
.thumbnail{width: 100%; height: 100%;}
.thumbnail img{width: 100%; height: 100%; object-fit: cover;}
.video-col .playbtn{width: 50px; height:50px; border-radius: 50px;background-color:#fff;position: absolute;left: 50%;top: 50%;bottom: 50%; right: 50%;z-index: 1; transform: translate(-50%,-50%);display: flex;justify-content: center;align-items: center;}
.video-col .playbtn img{width: 20px;}

.playbtn:after { width: 72px;height: 72px; background:#fff; border-radius: 50%; display: block; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); -webkit-animation: pulse-border 1500ms ease-out infinite;  animation: pulse-border 1500ms ease-out infinite;}
.playbtn:before {  width: 50px;  height: 50px;  background:var(--global-color);  border-radius: 50%;  display: block; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); -webkit-animation: pulse-border 1500ms ease-out infinite; animation: pulse-border 1500ms ease-out infinite;}
.playbtn:after,.playbtn:before {content: ""; position: absolute; z-index: 0; left: 50%; top: 50%;  z-index: -8;}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}





.service-wrap{padding: 60px 0;background:linear-gradient(to top,#068DA9,rgba(255, 255, 255, 0.909));position: relative;overflow: hidden;}
.service-wrap::after{content: "";position: absolute; bottom:-100px;right: 0px;z-index: 1; background-image: url(../images/cta-bg-shape.svg);width: 300px;background-size:contain;height:300px;background-position:right;background-repeat: no-repeat;}
.service-wrap h2{font-size: 30px; color:#000; margin: 0 0 20px; text-align: center;font-weight: 700;text-transform:capitalize;}
.service-row{display: flex; flex-wrap: wrap;position: relative;z-index: 4;}
.service-col1{border:1px solid #000;height: 400px; border-radius: 4px;width: 23.5%; overflow: hidden;margin: 20px 2% 0 0;position: relative;cursor: pointer; border-top-right-radius: 50px;border-top-left-radius: 50px;border-radius: 30px;}
.service-col1 img{width: 100%;height: 100%; object-fit: cover;transition: all 0.3s ease;}
.service-col1 img:hover{transform: scale(1.2)}
.service-col1 .content{padding:30px 20px;position: absolute; bottom: 0px; left: 0px;z-index: 5;display: flex;justify-content: center;align-items: center;text-align: center;width: 100%;flex-direction: column;}
.service-col1 h3{font-size: 20px; color:#fff;margin:0 0 20px; text-align: center;font-weight: 600;}
.service-col1::after {  content: "";  position: absolute;  left: 0;  bottom: 0;  width: 100%;  height: 330px;  background: linear-gradient(to top, rgba(0, 0, 0, 0.902), transparent);  z-index: 1;  pointer-events: none;}
.service-col1:nth-child(4n){margin-right: 0;}
.service-row.service-slider{display: unset;}
.service-slider .slick-slide{margin: 0 10px;}



.testimonials-wrapp{background-color: #fff;padding: 60px 0;}
.testi-row{display: flex;flex-wrap: wrap;flex-direction: column;}
.testimonial-col1{width:100%;}





.testimonial-col2{width: 100%;position: relative;background-color:#fff;display: flex;flex-wrap: wrap;height: 100%;align-items: baseline;}
.testimonial-col2 img{width: 100%;height: 100%; object-fit: cover;}
.testimonial-col2 .content-col1{width:23.5%;display: flex;flex-direction: column;align-items: center;text-align: center;margin: 0 2% 0 0;}
.testimonial-col2 .content-col1 h3{font-size: 30px;color: #000; margin: 0 0 10px;font-weight: 700;}
.testimonial-col2 .content-col1 p{color:#302d2d;font-weight: 600;font-size: 18px;}
.testimonial-col2 .content-col1 .icon{width: 100px;height: 100px;border-radius: 50px;background-color:#fff;margin: 0 0 20px; transition: all 0.5s;display: flex;justify-content: center;align-items: center;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.testimonial-col2 .content-col1 .icon img{width:60px;object-fit: contain;}
.testimonial-col2 .content-col1:hover  .icon{transform: scale(1.2);}
.testimonial-col2 .content-col1:nth-child(4n){margin-right: 0;}




.testimonial-wrap{padding: 60px 0; background-color:#fff;position: relative;}
.testimonial-wrap h2{font-size: 30px; color:#000; margin: 0 0 40px; text-align: center;font-weight: 700;text-transform: capitalize ;position: relative;z-index: 5;}
.testimonial-col{border-radius:20px;display: flex !important;flex-wrap: wrap;border: 1px solid var(--primary-color);overflow: hidden;flex-direction: column;padding: 20px;}
.testi-col1{width: 100px;height:100px;margin: 20px auto;}
/* .testi-col1{width: 40%;height: 100%;} */
.testi-col1 img{object-fit: cover;width: 100%;height: 100%;border-radius: 50%;}
.testi-col2{display: flex;flex-direction: column;justify-content: center;text-align: center;}
/* .testi-col2{width: 60%;background-color: #fff;padding: 20px;display: flex;flex-direction: column;justify-content: center;} */
.testi-col2  .description p{font-size:16px; color: #000;line-height: 1.6;font-weight: 500;margin: 0 0 20px;}
.testi-col2 .rating {width:100px;margin: 0px auto 20px;}
.testi-col2 .name-details h6{font-size: 20px;font-weight: bold;color: #111184;text-align:center;margin: 0 0 10px;}
.testi-col2 .name-details p{color: #000;}
.testimonial-row.testmonial-slider{display: unset;}
.testmonial-slider .slick-track{padding: 0px auto 20px;}
.testmonial-slider .slick-slide{margin: 0 10px;}


.contact-wrap{padding: 60px 0; background-color:#fff;background:linear-gradient(to bottom,#068DA9,rgba(255, 255, 255, 0.909));}
.contact-row{display: flex;flex-wrap: wrap; justify-content: space-between;align-items: center;}
.contact-col1{width: 48%;height: 100%;}
.contact-col2{width: 50%;border-left: 1px solid #ccc;}
.contact-col1 h2{font-size: 30px; color:#fff; margin: 0 0 20px;font-weight: 700;text-transform: uppercase;}
.contact-col1 .contact-form { border-radius: 5px;display: flex; flex-direction: column;}
.contact-col1 .contact-form input{border: 1px solid #ccc; border-radius: 5px; padding: 12px 15px; margin-bottom: 15px;}
.contact-col1 .contact-form textarea{border: 1px solid #ccc; border-radius: 5px; padding: 12px 15px; margin-bottom: 15px; height: 150px;}
.contact-col1 .contact-form .primary-btn a{background-color: var(--primary-color); color: #fff; padding: 12px 20px; border-radius: 5px; text-align: center; font-size: 16px; transition: background-color 0.3s ease;border-color: var(--primary-color);}
.contact-col1 .contact-form .primary-btn a:hover{background-color: darken(var(--primary-color), 5%); color: var(--primary-color);}
.contact-col1 p {color: #fff;margin:0 0 20px;line-height:1.56;font-size:16px}
.contact-col2 .contact-info {  padding: 20px;  display: flex;  align-items: center;  gap:20px;  border-bottom: 1px solid #ccc;}
.contact-col2 .contact-info .icon {width:40px;  height: 40px;  border-radius: 5px;background-color: var(--secondary-color);display: flex;justify-content: center;  align-items: center;flex-shrink: 0;}
.contact-col2 .contact-info .icon img{width: 25px;}
.contact-col2 .contact-info p { font-size: 16px;color: #000;}
.contact-col2 .contact-info strong{font-size: 18px}
.contact-col2 .contact-info a {color: #fff;}
.contact-col2 .contact-info h6{color: #000;margin: 0 0 10px;}
.contact-col2 .contact-info a:hover { color:#FFE100;}
.contact-col2  .contact-info:last-child{border-bottom:unset;}
.contact-col2  .contact-info iframe{height: 300px; border-radius: 5px;width: 100%;}



.contact-col1 .everest-form { border-radius: 5px;display: flex; flex-direction: column;}
.contact-col1 .everest-form input{border: 1px solid #ccc; border-radius: 5px; padding: 12px 15px; margin-bottom: 15px;}
.contact-col1 .everest-form textarea{border: 1px solid #ccc; border-radius: 5px; padding: 12px 15px; margin-bottom: 15px; height: 150px;}
.everest-forms-submit-button.button.evf-submit {background-color: var(--primary-color) !important; color: #fff !important; padding: 12px 20px !important; border-radius: 5px !important; text-align: center !important; font-size: 16px !important; transition: background-color 0.3s ease !important;border-color: var(--primary-color) !important;}
.everest-forms-submit-button.button.evf-submit:hover{background-color: darken(var(--primary-color), 5%) !important; color: var(--primary-color) !important;}
.evf-frontend-grid.evf-grid-1 { padding: 0 !important;}
.evf-submit-container {padding:0 !important}


.footer-wrap{background-color:#000;padding:60px 0 30px;}
.footer-row{display: flex;flex-wrap: wrap;padding-bottom:20px ;border-bottom: 1px solid #ccc;margin: 0 0 20px;}
.footer-col1{width: 18%;margin: 0 2% 0 0 ;}
.footer-col1 h3{font-size: 22px; color:var(--primary-color); font-weight: bold; margin: 0 0 20px;}
.footer-logo{width: 180px;}
.footer-logo img{object-fit: contain;width: 100%;height: 100%;}
.footer-col1 li{color: #fff;font-size: 14px;margin: 0 0 8px;}
.footer-col1 li a{color: #fff;}
.footer-col1 li a:hover{color:var(--primary-color);}
.footer-col1 .contact-info .image{width: 20px;}
.footer-col1 .contact-info{margin: 0 0 12px; display: flex;align-items:center;flex-shrink: 0; gap:10px;}
.footer-col1 .contact-info  .icon{width: 18px;flex-shrink: 0;}
.footer-col1 .contact-info p{font-size: 14px;color: #fff;}
.footer-col1 .contact-info a{color: #fff;}
.footer-col1 .contact-info a:hover{color: var(--primary-color);}
.footer-col1 .contact-info:last-child{margin: 0 0 0;}
.footer-row1{display: flex;justify-content: space-between;}
.footer-row1 p{font-size: 14px;color: #fff;}
.footer-row1 p a{color: var(--primary-color);}
.footer-row1 p a:hover{color:#fff;}




section.inner-banner {position: relative; height:70vh}
.bg-img {width: 100%; height: 100%; }
.bg-img img{width:100%;height:100%;object-fit:cover;}
.inner-banner::after{content: "";top: 0;left: 0;position: absolute;width: 100%;height: 100%;background-color: #0000005d;z-index: 1;}
.inner-content {position:absolute;left:0;top:0;width:100%;height:100%;z-index:5;display:flex; justify-content:center;align-items:center;text-align:center}
.inner-content h1{font-size:50px;color:#fff;font-weight:600;}



/* social-media-wrap */
.social-media-wrap{position: fixed;
    top: 50%;
    z-index: 998;
    left: 20px;
    transform: translateY(-50%);}
.example-2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.example-2 .icon-content {
  margin: 0 10px;
  position: relative;
}
.example-2 .icon-content .tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
}
/* .example-2 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -50px;
} */
.example-2 .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #000;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ccc;
}
.example-2 .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}
.example-2 .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 25px;
  height: 25px;
}
.example-2 .icon-content a:hover {
  color: white;
}
.example-2 .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover .filled {
  height: 100%;
}

.example-2 .icon-content a[data-social="whatsapp"] .filled,
.example-2 .icon-content a[data-social="whatsapp"] ~ .tooltip {
  background-color: #128c7e;
}

.example-2 .icon-content a[data-social="facebook"] .filled,
.example-2 .icon-content a[data-social="facebook"] ~ .tooltip {
  background-color: #3b5998;
}
.example-2 .icon-content a[data-social="instagram"] .filled,
.example-2 .icon-content a[data-social="instagram"] ~ .tooltip {
  background: linear-gradient(
    45deg,
    #405de6,
    #5b51db,
    #b33ab4,
    #c135b4,
    #e1306c,
    #fd1f1f
  );
}
.example-2 .icon-content a[data-social="youtube"] .filled,
.example-2 .icon-content a[data-social="youtube"] ~ .tooltip {
  background-color: #ff0000;
}




/* ---------abouts-page---------- */
.abouts-wrapp {padding: 60px 0; background: #fff;}
.abouts-wrapp .abouts-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.abouts-wrapp .abouts-col1 { width: 50%;}
.abouts-wrapp .abouts-col1 img { width: 100%; height: 100%; border-radius: 10px;}
.abouts-wrapp .abouts-col2 { width: 45%;}
.abouts-wrapp h3 { font-size: 16px; text-transform: uppercase; color:var(--primary-color); margin: 0 0 10px;}
.abouts-wrapp  h2 {font-size: 32px;color: #000; font-weight: 700; text-transform: uppercase; margin: 0 0 20px;}
.abouts-wrapp p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;text-align: justify;}
.abouts-wrapp .banner-btn a{padding:8px 10px;  color:var(--primary-color); border-radius: 5px; transition: background-color 0.3s ease; border: 1px solid var(--primary-color); display: inline-block;font-size: 14px;}
.abouts-wrapp .banner-btn a:hover {background-color: var(--primary-color); border-color: var(--primary-color);color: #fff;}


.abouts-wrapp-2 {padding: 60px 0;background:linear-gradient(to bottom,#068DA9,rgba(255, 255, 255, 0.909));}
.abouts-wrapp-2 .abouts-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.abouts-wrapp-2 .abouts-col1 { width: 50%;}
.abouts-wrapp-2 .abouts-col1 .about-img{height: 300px;width: 100%;margin: 0 0 30px;}
.abouts-wrapp-2 .abouts-col1 .about-img img { width: 100%; height: 100%; border-radius: 10px;object-fit: cover;}
.abouts-wrapp-2 .abouts-col1 p{font-size: 18px;color:#000;line-height: 1.56;text-align: justify;}
.abouts-wrapp-2 .abouts-col2 { width: 45%;}
.abouts-wrapp-2  h2 {font-size: 32px; color:#fff; font-weight: 700; text-transform: uppercase; margin: 0 0 20px;}
.abouts-wrapp-2 p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;color: #fff;}
.abouts-wrapp-2  .banner-btn a{padding:8px 10px;  color: #fff; border-radius: 5px; transition: background-color 0.3s ease; border: 1px solid #fff; display: inline-block;font-size: 14px;}
.abouts-wrapp-2 .banner-btn a:hover {background-color: var(--primary-color); border-color: var(--primary-color);}
.abouts-wrapp-2 .banner-btn{margin: 0 0 50px;}
.widget-row{display: flex;flex-wrap: wrap;}
.widget-col1{width: 32%;margin:10px 2% 0 0;}
.widget-col1:nth-child(3n){margin-right: 0;}
.widget-col1 h3{font-size: 42px;color:#000;font-weight: 700;margin: 0 0 10px}
.widget-col1 h3 span{color:var(--primary-color);}
.widget-col1 p{font-size: 16px;line-height: 1.56;color: #000;margin: 0 ;font-weight: 700;}




.team-wrap{ padding: 60px 0; background: #fff;}
.team-wrap h2{ font-size: 32px; font-weight: 700; text-transform: uppercase; color: #fff; margin: 0 0 30px; text-align: center;}
.team-col1{width: 23.5%;height: 385px;margin: 0 2% 20px 0;  transition: all 0.5s ease-in-out;}
.team-image{width: 100%;height: 300px;border-radius: 10px;overflow: hidden;margin: 0 0 20px;}
.team-image img{object-fit: cover;height: 100%;width: 100%;  transition: all 0.5s ease-in-out;}
.team-col1 h3{font-size: 18px;text-transform: uppercase;font-weight: 700;color:#0a0a23;margin: 0 0 10px;}
.team-col1 .position{font-size: 16px;color:var(--primary-color);}
.team-col1:nth-child(4n){margin-right: 0;}
.team-row{display: flex;flex-wrap: wrap;}

.team-col1:hover .team-image img {transform: scale(1.1);}



/* -----------------package-page---------------------- */

section.destination-wrap2 {padding: 60px 0;}


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



.content-wrap{padding: 70px 0;}
.content-row{width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start;}
/* .content-wrap .package-tab-bar ul.tab-nav { margin: 0 0 0;display: flex;overflow-x: auto;}
.content-wrap .package-tab-bar{width: 100%; position: sticky;    top: 83px;  box-shadow: 0 0 10px rgba(0, 0, 0, .2); margin: 0 0 30px; z-index: 2;background-color:var(--secondary-color);}
.content-wrap .package-tab-bar ul li{padding: 0 0 0;display: inline-block;}
.content-wrap .package-tab-bar ul li a {padding: 12px 18px; display: inline-block; color:var(--primary);width: max-content;font-size: 18px;}
.content-wrap .package-tab-bar ul li a:hover{color:#000;}
.content-wrap .package-tab-bar ul li.active a { background:#fff; color:var(--secondary-color);} */
.content-wrap .content-col1 {width: 67%;text-align: left;}
.content-wrap .content-col1 h2{    font-size: 32px;font-weight: 700;color:var(--primary-color);margin: 0 0 30px;text-transform: uppercase;}
.content-wrap .content-img{width: 100%;margin: 0 0 20px;}
.content-wrap .content-img img{max-height: 400px;width: 100%;object-fit: cover;border-radius: 10px;}
.content-wrap h3 {font-size: 24px; font-weight: 700; color:#000; margin: 0 0 10px;text-transform: uppercase;}
.content-wrap p{font-size: 16px;line-height:1.56;;margin: 0 0 20px;color: #000;}

.content-wrap .table-data{width: 100%;overflow-x: auto;}
.content-wrap .table-data table{min-width: 600px;}
.content-wrap table { width: 100%; margin-bottom: 30px; color: #212529; text-align: left; border: 1px solid #dee2e6; min-width: 700px;}
.content-wrap table thead tr th{padding: .75rem; vertical-align: top; border: 1px solid #dee2e6; text-align: center;}
.content-wrap table tbody tr td {padding: .75rem; vertical-align: top; border: 1px solid #dee2e6; text-align: center;}
.content-wrap table thead tr th {font-weight: 600;}



.content-wrap ul{margin: 0 0 20px;}
.content-wrap .itinerary-tabs { width: 100%;}
.content-wrap .itinerary-tabs .itinerary-content {width: 100%;}
.content-wrap .itinerary-tabs .itinerary-days-nav { width: 100%;}
.content-wrap .itinerary-tabs .itinerary-days-nav ul {width: fit-content; display: flex;  flex-wrap: wrap; box-shadow: 0 0 10px rgba(0,0,0,.2);}
.content-wrap .itinerary-tabs .itinerary-days-nav ul li {background-color:var(--primary-color);padding:10px;color:#fff !important;font-size:14px;border: 1px solid var(--primary-color);}
.content-wrap .itinerary-tabs .itinerary-days-nav ul li.active{background-color:transparent;color:var(--primary-color) !important;}
.content-wrap .itinerary-tabs .itinerary-days-nav ul li::after{display:none;}
.content-wrap .itinerary-tabs .itinerary-content ul li{font-size: 16px;color:#000;line-height: 1.56;}
.content-wrap .itinerary-tabs .itinerary-content ul li::after{display: none;}
.content-wrap .itinerary-tabs .itinerary-content .tab-content { display: none;}
.content-wrap .itinerary-tabs .itinerary-content .tab-content.active {display: block;} 
.content-wrap .tab-section ul li{font-size: 16px; line-height: 1.56; color:#000; padding-left: 20px; position: relative;}
.content-wrap .tab-section ul li:after{content: "\2022"; position: absolute; left:0; top: 0;background-size: 10px;}
  



.content-wrap .content-col2 .contact-booking{margin: 0 0 20px;}
.content-wrap .content-col2 { width: 30%;}
.content-wrap .content-col2 .content-img{margin: 0 0 20px;}
.content-wrap .content-col2 .content-img img{ max-height: 300px; width: 100%; object-fit: cover;border-radius: 10px;}
.content-wrap .content-col2 .price p span{text-decoration: line-through; color: #ccc;margin-right: 10px;}
.content-wrap .content-col2 .price p{font-weight: 700;color: black;font-size: 18px;margin: 0 0 20px;}


.content-col2 .contact-form {width: 100%;background-color: transparent;padding: 30px;border-radius: 10px;border: 3px solid #14609e;margin: 0 0 20px;}
.content-col2 .contact-form h3{font-size: 24px;margin: 0 0 30px;}
.content-col2 .contact-form input[type="text"], 
.content-col2 .contact-form input[type="email"], 
.content-col2 .contact-form input[type="number"], 
.content-col2 .contact-form textarea{width: 100% !important;padding: 10px !important;border-radius: 10px !important;border: 1px solid #14609e !important;margin:0 0 20px;background: transparent !important;color: #000000 !important;}
.content-col2 .contact-form button{display: inline-block;padding: 10px 40px;background:var(--primary-color);   color:#fff; border-radius: 50px;  text-transform: uppercase;  font-size: 14px;  font-weight: 600;transition: all 0.3s;border: none;border: 1px solid var(--primary-color);}
.content-col2 .contact-form button:hover{background-color: transparent;color: var(--primary-color);}
.content-col2 .contact-form select{width: 100% !important;padding: 10px !important;border-radius: 10px !important;border: 1px solid #14609e !important;margin:0 0 20px;background: transparent !important;color: #000000 !important;}


.content-wrap .gallery-row2{display: flex;flex-wrap: wrap;}
.content-wrap .gallery-row2 .images{width: 48.5%;max-height: 200px;margin: 10px 2% 0 0;}
.content-wrap .gallery-row2 .images img{width: 100%;object-fit: cover;border-radius: 10px;height: 100%;}
.content-wrap .gallery-row2 .images:nth-child(2n) {margin-right: 0;}


.content-wrap .banner-btn a{padding:10px 20px;  color: #fff; border-radius: 5px; transition: background-color 0.3s ease; border: 1px solid var(--primary-color); display: inline-block;font-size: 16px;background-color: var(--primary-color);}
.content-wrap .banner-btn a:hover {background-color: transparent; border-color: var(--primary-color);color: var(--primary-color);}



.evf-container.default {margin-bottom: 0;}


/* ---------------gallery-wrap---------------------- */

.html5-elem-box .html5-elem-wrap .html5-image { padding: 0 0 0 !important;}
#html5lightbox-watermark { display: none !important;}
.html5-elem-data-box { display: none !important;}
.html5-timer { height: 0 !important;}
.html5-elem-box .html5-elem-wrap .html5-image .html5-image-container img { width: 100%; height: 100%; object-fit: cover;}
.html5-prev, .html5-next{display: block !important;}
.mh-icon-right {background: #000000 url(../images/chevron-right-svgrepo-com.svg) no-repeat center / 12px;}
.mh-icon-left {background: #000000 url(../images/chevron-left-svgrepo-com.svg) no-repeat center / 12px;}


/* -------------visa-page------------- */
section.package-wrap.visa-services-section {background-color: #fff;padding: 60px 0;}
.visa-services-section .package-col1{height: unset;}



/* ---------------visa-page-inner---------------------- */

.visa-btn{padding:10px 20px;  color: #fff; border-radius: 5px; transition: background-color 0.3s ease; border: 1px solid var(--primary-color); display: inline-block;font-size: 16px;background-color: var(--primary-color);}
.visa-btn:hover {background-color: transparent; border-color: var(--primary-color);color: var(--primary-color);}


/* --travel-service-page---------- */
.travel-assistance-section{padding: 60px 0;}

/* ---------------------Cursor------------------ */

/* .cursor-outer,
    .cursor-inner {
      position: fixed;
      pointer-events:none;
      z-index: 1000;
      transition: transform 0.2s ease;

    }

    .cursor-outer {
      width: 40px;
      height: 40px;
      border: 2px double var(--primary-color);
      border-radius: 50%;
      transform: translate(-50%, -50%);
    }

    .cursor-inner {
      width: 8px;
      height: 8px;
      background: var(--secondary-color);
      border-radius: 50%;
      transform: translate(-50%, -50%);
    }  */



/* -------------Error-page-------------------- */

.error-page-section {
  padding: 60px 0;
  text-align: center;
}
.error-page-section h1 {
  font-size: 60px;
  color: #000;
  margin: 0 0 20px;
  font-weight: 500;
}
.error-page-section h2 {
  font-size: 28px;
  margin: 0 0 20px;
  color: var(--primary-color);
}
.error-page-section p {
  font-size: 16px;
  line-height: 1.56;
  margin: 0 0 20px;
  color: #000;
}
.error-page-section .search-form {
  width: auto;
  max-width: 420px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.error-page-section .search-form input {
  width: 100%;
  height: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--primary-color);
  border-image: initial;
  border-radius: 8px;
  padding: 0px 20px;
  background: no-repeat;
  margin: 0 10px 0 0;
  flex: 1 0 0;
}
.error-page-section .search-form .search-submit {
  display: inline-block;
  font-size: 14px;
  color:#fff;
  margin: 0 0 0 auto;
  position: relative;
  padding: 14px 28px 14px 28px;
  font-weight: 500;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 50px;
  font-family: "Poppins", serif;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.error-page-section .search-form .search-submit .screen-reader-text {
  font-size: 16px;
  clip: inherit;
  clip-path: inherit;
  position: relative !important;
  transition: all 0.5s ease-in-out;
  color: #fff;
}

.error-page-section .search-form .search-submit:hover {
  background-color:transparent;
  border-color: var(--primary-color);
  transform: scale(1.05);
  color: var(--primary-color);
}

/* ---------------Privacy-wrap-------------- */

.defualt-page-section {
  padding: 80px 0 ;
}
.defualt-page-section h2 {
  font-size: 28px;
  margin: 0 0 20px;
  color: var(--primary-color);
  font-weight: 600;
}
.defualt-page-section p {
  font-size: 16px;
  line-height: 1.56;
  margin: 0 0 20px;
  word-break: break-all;
  color: #000;
}

/*----------------search-page-wrap-------------- */

.search-page-section {
  padding: 60px 0 0;
}
.search-page-section h1 {
  font-size: 32px;
  margin: 0 0 20px;
  color:#000;
  font-weight: 600;
}
.search-page-section .search-page-card {
  width: 100%;
  margin: 0 0 50px;
}
.search-page-section h3 {
  font-size: 28px;
  margin: 0 0 20px;
  color: var(--primary-color);
  font-weight: 600;
}
.search-page-section p {
  font-size: 16px;
  line-height: 1.56;
  margin: 0 0 20px;
}
.search-page-section .search-btn1 {
  display: inline-block;
  background: var(--primary-color);
  padding: 12px 26px 12px;
  color:#fff;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid var(--primary-color);
  border-radius: 50px;
}
.search-page-section .search-btn1:hover {
  background-color:transparent;
  border-color: var(--primary-color);
  transform: scale(1.05);
  color: var(--primary-color);
}

/* .search-page-section .contact-form{border: 1px solid var(--primary-color);} */









/*--------------------------Responsive------------------------------*/

@media screen and (max-width:1400px){

  .about-row3{top: 29%;left: 90%;}

}
@media screen and (max-width:1200px){
 .container{max-width: 94%;}
 .social-media-wrap{left: 0;}
}

@media screen and (max-width:1024px){

.news-ticker .split-text{font-size: 70px;}
.banner-wrap{height:80vh}


.news-ticker .split-text{font-size: 60px;}
.about-col2{width: 100%;margin: 0 0 20px;}
.about-col1{width: 100%;display: flex;justify-content: center;align-items: center;}
.about-row1{left: 50px;}
.about-row3{left: 73%;}

.video-col1 h2{font-size: 48px;}


.footer-logo{width: 150px;}

.abouts-wrapp .abouts-col1{  width: 100%;display: flex;justify-content: center;align-items: center;}
.abouts-wrapp .abouts-col2 {   width: 100%; margin: 0 0 20px;}
.abouts-wrapp .abouts-row { flex-direction: column-reverse;}
.abouts-wrapp .abouts-col1 img {width: 500px;height: 300px;}


.destination-col1{width: 32%;}
.destination-col1:nth-child(3n){margin-right:0}
.destination-col1:nth-child(4n){margin-right:2%}
.destination-col1:last-child{margin-right:0}


.visa-services-section  .package-col1{width: 32%;}
.visa-services-section  .package-col1:nth-child(3n){margin-right: 0;}
.visa-services-section  .package-col1:nth-child(4n){margin-right: 2%;}
.visa-services-section  .package-col1:last-child{margin-right:0;}



.travel-assistance-section  .service-col1 {width: 32%;}
.travel-assistance-section  .service-col1:nth-child(3n){margin-right: 0;}
.travel-assistance-section  .service-col1:nth-child(4n){margin-right: 2%;}
.travel-assistance-section  .service-col1:last-child{margin-right:0;}

}



@media screen and (max-width:991px){

.inner-content h1{font-size: 45px;}

.burger-btn {display: block;position: fixed; width: 50px; height: 30px; right: 5%;top: 36px; z-index:1000;overflow: hidden;cursor: pointer;}
.burger-btn span { display: block; width: 100%; height: 3px; background: var(--primary-color); background-size: 300% 100%;border-radius: 5px; transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
.burger-btn .burger-toggle { display: flex; flex-wrap: wrap; justify-content: right;}
.header-menu {  display: none;}
.burger-btn span:nth-child(2n) {margin: 9px 0;transition: all 0.5s cubic-bezier(0.22, 0.68, 0, 1.71);}
.burger-btn span:first-child {width: 70%;}
.burger-btn span:last-child { width: 70%;}
.overlay { display: block;position: fixed;  right: 0;  top: 0;width: 350px; height: 100%;  background-color: #fff; background-size: 300% 100%; z-index: 999; padding: 110px 5% 50px; transform: translateX(100%); opacity: 0;  visibility: hidden;  transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
.overlay ul li a { color:#000; display: block; padding: 20px 0;}
.overlay ul li a:hover{color: var(--primary-color);font-weight: 600;}
.overlay ul li { font-size: 18px;border-bottom: 1px solid #000;font-weight: 500;}
.overlay.show { transform: translateX(0); opacity: 1; visibility: visible;}
.burger-btn .active span:first-child {  transform: translateY(13px) rotate(-45deg);}
.burger-btn .active span:last-child { transform: translateY(-11px) rotate(45deg);}
.burger-btn .active span:nth-child(2n) {transform: translateX(-100%);}


.about-row3{left:78%}
.about-col2 h2{font-size: 36px;}



.testimonial-col2  .content-col1 h3 { font-size: 24px;}
.testimonial-col2  .content-col1 .icon {  width: 80px;  height: 80px;}
.testimonial-col2  .content-col1 .icon img { width: 50px;}
.testimonial-col2  .content-col1 p{font-size: 16px;}


.video-col1{width: 100%;margin: 0 0 20px;}
.video-wrap::after{top: -80px;right: -100px;z-index: 1;background-image: url(../images/about-us-images-bg-shape.png);width: 300px;height: 300px;background-position: right;}
.video-col1 h2{text-align: center;}
.video-col2{width: 100%;position: relative;z-index: 10;}


.footer-col1{width: 32%;margin: 0 2% 30px 0;}
.footer-col1:nth-child(3n){margin-right: 0;}
.footer-col1:last-child{margin-right: 0;}



/* --------------about-page------------------- */
.abouts-wrapp  h2{font-size: 30px;}
.abouts-wrapp-2  h2{font-size: 30px;}
.team-wrap h2{font-size: 30px;}


.abouts-wrapp-2 .abouts-col2{width: 100%;margin: 0 0 20px;}
.abouts-wrapp-2 .abouts-col1{width: 100%;}

.team-col1{width: 32%;}
.widget-col1{text-align: center;}
.team-col1:nth-child(3n){margin-right: 0;}
.team-col1:nth-child(4n){margin-right: 2%;}


/* ----------contact-page--------------- */
.contact-wrap h2{font-size: 30px;}
.details-col{padding:20px ;}
.content-wrap .content-col1 h2{font-size: 30px;}
.content-wrap .content-col2 .contact-form{padding: 20px;}
.content-col2 .contact-form h3{font-size: 20px;}


}


@media screen and (max-width:767px){

.inner-content h1{font-size: 40px;}
.news-ticker .split-text{font-size: 40px;}

.about-wrap{padding: 30px 0;}
.about-col2 h2{font-size: 30px;}
.about-row3{left:83%;top: 34%;}
.about-row3 h2{font-size: 100px;}
.about-row1 { width: 250px;}
.about-row2{width: 300px;height: 400px;}


.destination-wrap{padding: 30px 0;}
.testimonials-wrapp{padding: 30px 0;}
.testimonial-wrap{padding: 30px 0;}
.video-wrap{padding: 30px 0;}
.service-wrap{padding: 30px 0;}
.contact-wrap{padding: 30px 0;}
.faq-wrap{padding: 60px 0;}
.package-wrap{padding: 60px 0;}
.visa-services-section{padding: 30px 0;}

.content-col1 h3 { font-size: 20px;}
.content-col1 .icon {  width: 70px;  height: 70px;}
 
  
.video-col{height:150px;margin: 0 2% 20px 0;}
.video-col1 h2{font-size: 40px;}

.faq-question{font-size: 16px;}

.contact-col1{width: 100%;margin: 0 0 20px;}
.contact-col2{width: 100%;}

.destination-wrap::after{width: 200px;height:200px;}
.service-wrap::after{width: 200px; height: 200px;}

.footer-wrap{padding: 30px 0 0;}
.footer-row1{flex-direction: column;justify-content: center;align-items: center;}
.footer-row1 p{margin: 0 0 10px;text-align: center;}




 /* --------------about-page------------------- */

.abouts-wrapp  h2{font-size: 28px;}
.abouts-wrapp-2  h2{font-size: 28px;}
.team-wrap h2{font-size: 28px;}
.abouts-wrapp{padding: 30px 0;}
.abouts-wrapp .abouts-col2{display: flex;flex-direction: column;align-items: center;text-align: center;}

.abouts-wrapp-2{padding: 30px 0;}
.abouts-wrapp-2 .abouts-col2{display: flex;flex-direction: column;align-items: center;text-align: center;}
.widget-row{width: 100%;}
.widget-col1 h3{font-size: 36px;}
/* .abouts-wrapp-2 .abouts-col1 p{text-align: center;} */

.team-wrap{padding: 30px 0;}
.team-col1 h3{font-size: 16px;}
.abouts-wrapp-2 .abouts-col1 p{font-size: 16px;}
hr:not([size]) {height: 1px;  width: 100%;}
.abouts-wrapp-2 .banner-btn{margin: 0 0 10px;}




/* ----------contact-page--------------- */
.content-wrap {padding: 30px 0;}
.contact-wrap h2{font-size: 28px;}
.contact-wrap .description P{font-size: 14px;}

.contact-col1 {width: 100%;margin: 0 0 20px;}
.contact-col2{width: 100%;}

.details-col{height: 200px;width: 48%;}
.details-col:nth-child(2n){margin-right: 0;}


.content-wrap .content-col1{width: 100%;margin: 0 0 20px}
.content-wrap .content-col2{width: 100%;}
.content-wrap .content-col1 h2{font-size: 28px;}
.content-wrap .package-tab-bar ul li a{font-size: 16px;}
.content-wrap h3{font-size: 20px;}

.content-wrap .banner-btn a{padding: 8px 15px;font-size: 14px;}

/* ------visa-page------------- */

.visa-btn{padding: 8px 15px;font-size: 14px;}

/* -----------package-details-page------ */

.destination-col1{width: 49%;}
.destination-col1:nth-child(3n){margin-right:2%}
.destination-col1:nth-child(2n){margin-right:0}
.destination-col1:last-child{margin-right:0}



.visa-services-section  .package-col1{width: 49%;}
.visa-services-section  .package-col1:nth-child(3n){margin-right: 2%;}
.visa-services-section  .package-col1:nth-child(2n){margin-right:0;}



.travel-assistance-section  .service-col1 {width: 49%;}
.travel-assistance-section  .service-col1:nth-child(3n){margin-right: 2%;}
.travel-assistance-section  .service-col1:nth-child(2n){margin-right:0 ;}

}

@media screen and (max-width: 694px) {
.team-col1{width: 49%;}
.team-col1:nth-child(2n){margin-right: 0;}
.team-col1:nth-child(3n){margin-right: 2%;}

}



@media screen and (max-width:600px){
   .news-ticker .split-text{font-size: 30px;}


    .about-col2 h6{text-align: center;}
    .about-col2 h2{font-size: 28px;text-align: center;}

    .about-row3{left: 90%;}
    .about-row1{left: 20px;}
    .about-col2  .description p{font-size: 14px;}
    .seperate-row h2{font-size: 28px;text-align: center;margin: 0 0 20px;}
    .seperate-row{justify-content: center;}
    

   


    .testimonial-wrap h2{font-size: 28px;}
    .testi-col2  .description p{font-size: 16px;}

    .package-wrap h2{font-size: 28px;}


    .testimonial-col2  .content-col1{width: 49%;margin: 0 2% 20px 0;}
    .testimonial-col2   .content-col1:nth-child(2n){margin-right: 0;}

    .faq-wrap{padding: 30px 0;}
    .faq-wrap h2{font-size: 28px;}
    .faq-col2{width: 100%;margin: 0 0 20px;}
    .faq-col1{width: 100%;}
    
    .service-wrap h2{font-size: 28px;}

    .video-col1 h2{font-size: 40px;text-align: center;}

    .contact-col1 h2{font-size: 28px;}


    .footer-col1{width:49%;}
    .footer-col1:nth-child(3n){margin-right:2%;}
    .footer-col1:nth-child(2n){margin-right:0;}
    .footer-col1:last-child{margin-right: 0;}



/* --------------about-page------------------- */
.abouts-wrapp  h2{font-size: 26px;}
.abouts-wrapp-2  h2{font-size: 26px;}
.team-wrap h2{font-size: 26px;}
.widget-col1 h3{font-size: 33px;}
.widget-col1 p{font-size: 16px;}


.package-wrapp-2 .package-col1{width: 85%;margin: 0 0 20px;}
.package-wrapp-2 .package-col1:nth-child(n){margin-right: 0;}
.package-wrapp-2 .package-row{justify-content: center;}



}

@media screen and (max-width:480px){

  .inner-content h1{font-size: 35px;}

   .banner-wrap{height:70vh}

  .about-row3 h2{font-size: 80px;}
  .about-row3{left: 95%;}
  .about-row1 { width: 150px;}
  .about-row2{width: 200px;height: 300px;}

  .about-col2 h2{font-size: 22px;}
  .contact-col1 h2{font-size: 22px;}
  .faq-wrap h2{font-size: 22px;}
  .package-wrap h2{font-size: 22px;}
  .about-col2 h2{font-size: 22px;}
  .testimonial-wrap h2{font-size: 22px;}
  .service-wrap h2{font-size: 22px;}

  .service-col1 h3{font-size: 18px;}

  .seperate-row{padding: 0;}


  .video-col{width: 100%;margin: 0 0 20px;height: 200px;}
  .video-col:last-child{margin-bottom: 0;}
  .video-col1 h2{font-size: 30px;}


  .testimonial-col{height:unset;flex-direction: column;}
  .testi-col1{width: 100px;height: 100px;margin: 0px auto 20px;}
  .testi-col2{width: 100%;}

  .footer-col1{width:100%;}
  .footer-col1:nth-child(n){margin-right:0;}
  .footer-logo{width: 130px;}
  .footer-col1 h3{font-size: 20px;}


  .overlay {
    width: 100%;
  }

  .burger-btn {
    width: 40px;
    top:32px;
  }
  .burger-btn span{height:2px}
  .burger-btn .active span:first-child { transform: translateY(12px) rotate(-45deg); }


  .defualt-page-section h2 {
    font-size: 22px;
  }
  .banner-wrapper.banner-wrapp-default .banner-col1 h1{ font-size: 28px;margin: 0 0 10px;}


.everest-forms-submit-button.button.evf-submit {padding: 8px 15px !important;font-size: 14px !important;}
.example-2 .icon-content a {width: 45px; height: 45px;}
.example-2 .icon-content a svg {  width: 20px;  height: 20px;}
  
/* --------------about-page------------------- */
.abouts-wrapp  h2{font-size: 22px;}
.abouts-wrapp-2  h2{font-size: 22px;}
.team-wrap h2{font-size: 22px;}
.abouts-wrapp p{font-size: 14px;}
.abouts-wrapp .readmore-btn{padding: 10px 30px;}
.banner-btn a{padding: 10px 30px;}
.abouts-wrapp-2 .abouts-col1 p{font-size: 14px;}

.team-col1{width: 85%;margin: 0 0 20px;}
.team-col1:nth-child(n){margin-right: 0;}
.team-row{justify-content: center;}
.widget-col1 h3{font-size: 28px;}
.widget-col1 p{font-size: 14px;}


/* -----------------package-inner--------------- */
.content-wrap .package-tab-bar{top: 70px;}
.content-wrap .content-col1 h2{font-size: 22px;}
.content-wrap .package-tab-bar ul li a{font-size: 14px;}
.content-wrap p{font-size: 14px;}
.content-wrap h3{font-size: 18px;}
.content-col2 .contact-form{padding: 20px;}
.content-col2 .contact-form button{padding: 10px 30px;}
.content-col2 .contact-form h3{font-size: 20px;margin: 0 0 10px;text-align: center;}
.content-wrap .tab-section ul li{font-size: 14px;}
.content-wrap .itinerary-tabs .itinerary-content ul li{font-size:14px}




/* --------package-page------------------------ */
.destination-col1{width: 100%;}
.destination-col1:nth-child(n){margin:0 0 20px}
.destination-col1:last-child{margin-bottom: 0;}


/* ----------visa-page----------- */
.visa-services-section  .package-col1{width: 100%;}
.visa-services-section  .package-col1:nth-child(n){margin:0 0 20px;}
.visa-services-section  .package-col1:last-child{margin-bottom: 0;}


.travel-assistance-section  .service-col1 {width: 100%;}
.travel-assistance-section  .service-col1:nth-child(n){margin:0 0 20px;}
.travel-assistance-section  .service-col1:last-child{margin-bottom:0 ;}


.contact-col2 .contact-info .icon{width: 30px; height: 30px;}
.contact-col2 .contact-info .icon img{width: 20px;}
.contact-col2 .contact-info{padding: 10px ;}
.contact-col2 .contact-info strong{font-size: 16px;}
}


@media screen and (max-width:380px){

  .about-row3 h2{font-size: 52px;}
  .about-row3{left: 115%;}
  .about-row1 {width: 100px;}
  .about-row2{width: 150px;height: 200px;}


  .content-col2 .contact-form h3{font-size:18px ;}
}


@media screen and (max-width:320px){

.inner-content h1{font-size: 30px;}
  
/* --------------about-page------------------- */
.abouts-wrapp  h2{font-size: 20px;}
.abouts-wrapp-2  h2{font-size: 20px;}
.team-wrap h2{font-size: 20px;}
.team-col1{width: 100%;}
.widget-col1 h3 {font-size: 24px; margin: 0 0 5px;}

}