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

/* CSS Document © 2024 ProWebPrism */
/* @import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap'); */

::-moz-selection{ background:#7b7d7f; color:var(--primary-color); text-shadow:none;}
::selection { background:#7b7d7f; color:var(--primary-color); 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: "Plus Jakarta Sans", sans-serif;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {color:#000000; 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; }
:root { --primary-color:#06aadc; --secondary-color:#2b3d85;--global:#e8f6f9; overflow: hidden; overflow-y: auto;}
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: "Plus Jakarta Sans", sans-serif;}
p, p span {font-family: "Plus Jakarta Sans", sans-serif;}
img { border:0px;}
ol, ul, li{ list-style: none;}
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:#000;
}
::-moz-placeholder { 
  color:#000;
}
:-ms-input-placeholder {
  color:#000;
}
:-moz-placeholder {
  color:#000;
}

@keyframes bounce {
  from {
      transform: translate3d(0, 0, 0);
  }

  to {
      transform: translate3d(0, 100px, 0);
  }
}
body{overflow: hidden;}

section, header, footer {width: 100%; float: left;}

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

strong{font-weight: bold;}

/* font-family: "Corinthia", cursive; */

.error-page-section {background: var(--primary-color);}
.error-page-row {max-width: 800px; margin: 50px auto;}
.error-page-col1 h1 {font-size: 40px;color: #000;}
.error-page-col1 h2 {font-size: 40px;font-weight: 700;margin: 0 0 20px;color: #000;}
.error-page-col1 p {font-size: 16px;font-weight: 600;line-height: 1.67;margin: 0 0 22px;color: #000;}
.search-form { width: 100%; display: flex; align-items: center;}
.search-form input {width: 197px;height: 45px;border: 1px solid #000;margin: 0 7px 0 0;padding: 0 10px;color: #000;outline: none;box-shadow: none;display: inline-block;border-radius: 80px;}
.search-form .search-submit {width: auto;height: 45px;display: inline-block;padding: 0 25px;color: #ffff;border: 1px solid #000;background: #000;transitio all 0.25s ease-in-out;border-radius: 80px;}
.search-form .search-submit .screen-reader-text { position: relative !important;  display: block;  height: auto;  width: auto;  color: #ffff;  clip-path: none;  transition: all 0.25s ease-in-out;}
.search-form .search-submit:hover { color: #000; background: none;}
.search-form .search-submit:hover .screen-reader-text { color: #000;}
.search-form input::placeholder { color: #000;}
.search-page-section {padding: 80px 0px;background: #ffff;}
.search-page-row {  max-width: 1320px;  margin: 0 auto;}
.search-page-row .page-header .page-title {font-size: 40px;margin: 0 0 35px;display: flex;color: #000;font-weight: 500;}
.search-page-card {  margin: 0 0 50px;}
.search-page-content { padding: 0; max-width: inherit;  width: 100%;  text-align: left;  flex: 1 0 0;}
.search-page-content h3 {font-size: 32px;color: #000;font-weight: 500;margin-bottom: 20px;padding-bottom: 10px;border-bottom: 1px solid var(--primary);}
.search-page-content p {font-size: 16px;font-weight: 500;line-height: 1.67;margin: 0 0 22px;color: #000;}
.search-btn1 {padding: 12px 24px;background-color: #000;border-radius: 80px;color: #ffffff;border: 1px solid #000;transition: 0.3s all ease-in-out;font-size: 16px;font-weight: 400;display: inline-block;margin: 10px auto 0;}
.search-btn1:hover {background-color: #ffffff;color: #000;}

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

.main-header.header-wrapp.sticky{position: fixed;top: 0;left: 0;z-index: 99;background:#fff;animation: .7s slide-down;box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;}
.main-header.header-wrapp.sticky .menu-list ul li a{color:var(--primary);}

.slick-arrow{display: none;}

.contact-sec{padding: 80px 0px;}
.contact-row{display: flex;justify-content: space-between;}
.contact-col1{width: 47%;}
.contact-col2{width: 47%;}
.contact-details-col{display: flex;align-items: center; margin: 30px 0px;}
.contact-details-icon {margin-right: 20px;}
.contact-details-icon{width: 30px;height: 30px;border-radius: 50%;display: flex;align-items: center;justify-content: center;object-fit: contain;}
.contact-details-icon img{width: 100%;height: 100%;object-fit: contain;}
.contact-details-content h3{font-size: 18px;font-weight: 600;color: var(--primary-color);}
.contact-details-content p{font-size: 14px;font-weight: 500;line-height: 1.67;color: #585858;} 
.contact-details-content a{font-size: 14px;font-weight: 500;line-height: 1.67;color: #585858;} 
.contact-head h4{font-size: 18px;text-transform: uppercase;font-weight: 600; margin-bottom: 20px;color: var(--primary-color);position: relative;padding-left: 30px;}
.contact-head h4::after{content: "";display: block;height: 3px;background: var(--primary-color);transition: width 0.3s;position: absolute;width:20px;left: 0;top: 50%;transform: translateY(-50%);}
.contact-head h2{font-size: 40px;font-weight: 700;margin: 0 0 20px;line-height: 1.3;color:#000;text-transform: uppercase;}
.contact-wrapp .contact-form { width: 100%;}
.contact-wrapp .contact-form .text-fields { width: 100%;}
.contact-wrapp .contact-form .text-fields .text-field { width: 100%; margin: 0 0 20px;}
.contact-wrapp .contact-form input { width: 100%; height: 62px; border: none; border-bottom: 1px solid var(--primary-color); color:#000;}
.contact-wrapp .contact-form textarea { width: 100%; height: 130px; border: none; border-bottom: 1px solid var(--primary-color); padding: 19px 0 0;  resize: none;}
.contact-wrapp .contact-form .submit-btn { margin: 30px 0 0;}
.contact-wrapp .submit-btn.global-btn{margin-top: 50px;}
.contact-wrapp .submit-btn.global-btn a{display: inline-block;}
.contact-details-col:last-child{margin-bottom: 0px;}
.conatct-map-sec iframe{width: 100%;}




.defualt-page-section {padding: 60px 0; background: #fff;}
.content-wrap h2 { font-size: 2rem; font-weight: 500; color: var(--secondary-color); margin: 0 0 20px;}
.content-wrap h3 {font-size: 1.50rem; font-weight: 500; color: var(--secondary-color); margin: 0 0 20px;}
.content-wrap p { font-size: 16px; color:#000; line-height:2; margin: 0 0 20px;}
.content-wrap ul {width: 100%; margin: 0 0 20px;}
.content-wrap ul li { font-size: 16px; line-height: 1.56; color: var(--secondary-color); padding-left: 10px; position: relative;}
.content-wrap ul li:before { content: "\2022"; position: absolute; left: 0; top: 0;}
.content-wrap ol { width: 100%;float: none; counter-reset: my-awesome-counter; margin: 0 auto 28px;position: relative;}
.content-wrap ol li {font-size: 16px; line-height: 1.56; color: var(--secondary-color); padding-left: 20px;position: relative;counter-increment: step-counter;}
.content-wrap ol li:before { content: counter(step-counter) '.'; margin-right: 0px; position: absolute; left: -4px; top: 0;}
.content-wrap p a, .content-wrap ul li a, .content-wrap ol li a{color:var(--primary-color);}
.content-wrap p a:hover, .content-wrap ul li a:hover, .content-wrap ol li a:hover{color: #000000;}




.top-header-row{display: flex;align-items: center;justify-content: space-between;background-color: #1D231F;margin: 0 auto;padding: 15px;border-radius: 0px 0px 10px 10px;width: 100%;position: relative;z-index: 55;}
.top-col1{display: flex;align-items: center;}
.top-col2{display: flex;justify-content: flex-end;}
.call-link{margin-right: 10px;}
.call-link a{display: flex;align-items: center;}
.call-link a span img{width: 20px;margin-right: 15px;}
.call-link a span{font-size:0.9rem;color: #fff;}
.call-link a span:hover{color: var(--primary-color);}
.header-social-icons { width: auto;}
.header-social-icons a { display: inline-block; margin: 0 12px 0 0;}
.header-social-icons a:last-child { margin-right: 0;}
.header-social-icons .social-icon { display: flex;align-items: center;justify-content: center; width: 20px; height: 20px; position: relative;}
.header-social-icons .social-icon img { width: 20px;height: 20px; transition: all .25s ease-in-out;object-fit: contain;}
.header-social-icons .social-icon .hover-icon { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; transition: all .25s ease-in-out;display: flex;align-items: center;justify-content: center;}
.header-social-icons a:hover .social-icon  .hover-icon { opacity: 1;}
.header-social-icons a:hover .social-icon > img { opacity: 0;}
.header-social-icons{display: flex;align-items: center;justify-content: space-between;}
.header-social{background-color: var(--primary);width: 40px;height: 20px;border-radius: 50%; display: flex;align-items: center;justify-content: center;}






.header-sec{padding: 15px 0px;position: relative;z-index: 55;}
.header-row{display: flex;align-items: center;justify-content: space-between;}
.logo img{width:100px;}
.menu-list ul{display: flex;align-items: center;justify-content: space-between;}
.menu-list ul li{margin:0px 15px;}
.menu-list ul li a{color: var(--secondary-color);font-weight: 600;}
.menu-list ul li a:hover{color: var(--primary-color);}
.header-col2{display: flex;align-items: center;justify-content: space-between;width: auto;}




.banner-sec{height: 100vh;margin-top: -180px;position: relative;}
.banner-slider .banner-slide img{width: 100%;height: 100vh;object-fit: cover;}
.banner-slider::after{position: absolute;top: 0;left: 0;content: "";background-color: #ffffffb6;width: 100%;height: 100%;}
.banner-content{position: absolute;top: 60%;left: 50%;width: 100%;transform: translate(-50%,-60%);text-align: center;}
.banner-content h4{font-family: "Corinthia", cursive;font-size: 4rem;font-weight: 600;color: var(--secondary-color);}
.banner-content h1{font-size: 5rem;font-weight: 600;margin-bottom: 30px;}
.banner-content h1 span{color: var(--secondary-color);font-weight: 700;}
.banner-content p{font-size: 1.2rem;color: var(--secondary-color);max-width: 800px;margin: 0 auto;line-height: 1.5;}
.banner-content .banner-btn {margin-top: 50px;}


.about-sec{padding: 60px 0px;}
.about-row{display: flex;align-items: center;justify-content: space-between;}
.about-col1{width: 45%;position: relative;}
.about-col2{width: 48%;position: relative;}
.about-col2::after{position: absolute;top: -80px;right: 0;background-image: url("../images/about-after.svg");content: "";width: 300px;height: 180px;background-repeat: no-repeat; animation: bounce 6s;animation-direction: alternate;animation-timing-function: cubic-bezier(.01, 0.01, 0.1, .1);animation-iteration-count: infinite;z-index: 1;}
.about-col-image img{border-radius: 20px;object-fit: cover;height: 600px;object-fit: cover;}
.about-col-image-2{position: absolute;top: 50%;right:-50px;transform:translateY(-50%);}
.about-col-image-2 img{width: 300px;height: 300px;object-fit: cover;border-radius: 20px;border: 10px solid var(--global);}
.about-content h4{padding: 10px 20px;border-radius: 20px;background-color: var(--global);color: var(--secondary-color);font-family: "Corinthia", cursive;max-width: fit-content;font-weight: 700;font-size: 1.8rem;margin-bottom: 20px;}
.about-content h2{font-size: 3rem;font-weight: 600;margin-bottom: 30px;z-index: 5;position: relative;}
.about-content h2 span{color: var(--secondary-color);font-weight: 700;}
.about-content p{line-height: 2;font-size: 1.1rem;}
.about-list{margin-top: 20px;}
.about-list ul li{margin: 30px 0px;padding-left: 40px;position: relative;color: var(--secondary-color);font-weight:500;}
.about-list ul li::after{position: absolute;top: 0;left: 0;background-image: url("../images/arrow.png");content: "";width: 25px;height: 25px;background-size: contain;}
.about-content .banner-btn{margin-top: 50px;}



.destination-section{padding: 60px 0px;background-color: #06aadc3a;}
.destination-head h4{padding: 10px 20px;border-radius: 20px;background-color: var(--global);color: var(--secondary-color);font-family: "Corinthia", cursive;max-width: fit-content;font-weight: 700;font-size: 1.8rem;margin-bottom: 20px;}
.destination-head h2{font-size: 3rem;font-weight: 600;margin-bottom: 30px;z-index: 5;position: relative;}
.destination-head h2 span{color: var(--secondary-color);font-weight: 700;}
.destination-head p{line-height: 2;font-size: 1.1rem;}
.destination-row{display: flex;align-items: center;justify-content: space-between;}
.destination-col1{width: 15%;}
.destination-col2{width: 80%;}
.destination-slide{position: relative;margin: 20px 0px;}
.destination-slide img{height: 350px;object-fit: cover;width: 300px;border-radius:100px;}
.destination-slide .hover-image{position: absolute;top: 0;left: 0;opacity: 0;transition: 0.3s all ease-in-out;}
.destination-slide .hover-image img{width:400px;object-fit:cover;height: 350px;}
.destination-slide:hover .hover-image{opacity: 1;}
.destination-slider .slick-slide{margin: 0px 10px;}
.destination-content{text-align: center;margin-top: 20px;}
.destination-content h3{font-size: 2.5rem;color: var(--secondary-color);font-family: "Corinthia", cursive;font-weight: 600;}
.destination-col1 img{ animation: bounce 6s;animation-direction: alternate;animation-timing-function: cubic-bezier(.1, 0.1, 0.1, .1);animation-iteration-count: infinite;}
.destination-slider{position: relative;}
.destination-slider .slick-prev,.destination-slider .slick-next{display: none;}



.service-sec{padding: 60px 0px;position: relative;}
.service-head{margin: 0 auto;text-align: center;}
.service-head h4{padding: 10px 20px;border-radius: 20px;background-color: var(--global);color: var(--secondary-color);font-family: "Corinthia", cursive;max-width: fit-content;font-weight: 700;font-size: 1.8rem;margin: 0 auto;margin-bottom: 10px;}
.service-head h2{font-size: 3rem;font-weight: 600;margin-bottom: 30px;z-index: 5;position: relative;}
.service-head h2 span{color: var(--secondary-color);font-weight: 700;}
.service-head p{line-height: 2;font-size: 1.1rem;}
.service-card-sec{margin: 30px 0px;}
.service-row-card{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
.service-card{width:48%;background-color:var(--secondary-color);border-radius: 20px;margin-right: 2%;margin-top: 20px;}
.service-card:nth-child(2n){margin-right: 0;}
.service-col2 img{border-radius:0px 20px 20px 0px;height: 300px;object-fit: cover;}
.service-row{display: flex;align-items: center;justify-content: space-between;}
.service-col1{width: 58%;position: relative;z-index: 55;padding: 20px 30px;color: #fff;padding-left: 50px;}
/* .service-col1::after{position: absolute;top:-34px;right:-80px;width: 80px;height:300px;background-image: url("../images/service-before.png");content: "";background-repeat: no-repeat;z-index:1;background-size: contain;} */
.service-col2{width: 38%;}
.service-col1 h2{font-size: 2.5rem;font-family: "Corinthia", cursive;}
.service-col1 p{margin: 10px 0px 30px;line-height:1.8;}
.package-btn{margin: 15px auto 0px;}
.service-sec::after{position: absolute;top:0px;right: 0px;background-image: url("../images/package-bg.svg");content: "";width: 200px;height: 180px;background-repeat: no-repeat; animation: bounce 6s;animation-direction: alternate;animation-timing-function: cubic-bezier(.01, 0.01, 0.1, .1);animation-iteration-count: infinite;z-index: 1;background-size: contain;}
.package-btn a{color: var(--primary-color);font-weight: 600;background-color:var(--global);padding:15px 40px;border-radius: 10px;}
/* .service-sec::before{position: absolute;bottom: 200px;left: 0;background-image: url("../images/about-after.svg");content: "";width: 500px;height: 180px;background-repeat: no-repeat; animation: bounce 6s;animation-direction: alternate;animation-timing-function: cubic-bezier(.01, 0.01, 0.1, .1);animation-iteration-count: infinite;z-index: 1;background-size: contain;} */



.package-sec{padding: 60px 0px;background-image: url("../images/banner\ \(3\).jpg");background-repeat: no-repeat;background-size: cover;position: relative;z-index: 55;}
.package-sec.package-page-sec{background-image: none !important;background-color: var(--global);}
.package-sec::after{position: absolute;top: 0;left: 0;background-color: var(--primary-color);width: 100%;height: 100%;content: "";opacity: 0.7;z-index: 4;}
.package-head{position: relative;z-index: 55;}
.package-head h4{padding: 10px 20px;border-radius: 20px;background-color: var(--global);color: var(--secondary-color);font-family: "Corinthia", cursive;max-width: fit-content;font-weight: 700;font-size: 1.8rem;margin: 0 auto;margin-bottom: 20px;text-transform: capitalize;}
.package-head h2{font-size: 3rem;font-weight: 600;margin-bottom: 30px;z-index: 55;position: relative;text-align: center;}
.package-head h2 span{color: var(--secondary-color);font-weight: 700;}
.package-head p{line-height: 2;font-size: 1.1rem;}
.packge-slider .slick-slide{margin:0px 10px;}
.package-slider-sec{position: relative;z-index: 6666;}
.package-slider-card{background-color: #fff;border-radius: 20px;padding:20px 20px 40px;}
.package-location{display: flex;align-items: center;}
.package-location img{height: 20px;width: 20px;}
.package-location span{margin-right: 10px;background-color: var(--secondary-color);padding: 15px;border-radius: 50%;}
.package-country h3{font-size: 1.5rem;font-weight: 600;margin: 20px 0px;}
.activity-row{display: flex;align-items: center;margin: 20px 0px;border-bottom: 1px solid var(--secondary-color);padding-bottom: 10px;justify-content: space-between;}
.activity-col{display: flex;align-items: center;}
.activity-col span img{width: 20px;margin-right: 10px;}
.activity-col p{font-size: 1rem;font-weight:600;color: var(--secondary-color);}
.rate-row{display: flex;align-items: center;justify-content: space-between;margin-top: 30px;}
.rate-row a{text-transform: capitalize;}
.rate-row .rate-col1 h4{ font-size: 1.2rem;}
.rate-row .rate-col1 h4 span{font-weight: 600;color: var(--primary-color);font-size: 1.5rem;}



.testimonail-sec{padding: 60px 0px 30px;position: relative;}
.testimonail-sec::after{position: absolute;bottom:200px;right: 0;content: "";background-image: url("../images/testi-bg.svg");width: 200px;height: 400px;background-repeat: no-repeat;background-size: contain; animation: bounce 6s;animation-direction: alternate;animation-timing-function: cubic-bezier(.01, 0.01, 0.01, .01);animation-iteration-count: infinite;z-index: 1;}
.testi-row{display: flex;align-items: center;justify-content: space-between;flex-direction: row-reverse;}
.testi-col1{width:20%;}
.testi-col2{width: 78%;}
.testi-head {position: relative;z-index: 55;}
.testi-head h4{padding: 10px 20px;border-radius: 20px;background-color: var(--global);color: var(--secondary-color);font-family: "Corinthia", cursive;max-width: fit-content;font-weight: 700;font-size: 1.8rem;margin-bottom: 20px;text-transform: capitalize;}
.testi-head h2{font-size: 3rem;font-weight: 600;margin-bottom: 30px;z-index: 55;position: relative;}
.testi-head h2 span{color: var(--secondary-color);font-weight: 700;}
.testi-head p{line-height: 2;font-size: 1.1rem;}
.testi-card{background-color:var(--global);padding: 50px 30px 30px;border-radius: 20px;position: relative;}
.testi-cards{padding: 50px 0px;}
.testi-cards .slick-list{padding: 50px 0px;}
.testi-cards .slick-slide{margin: 0px 10px;}
.testi-image{position: absolute;top: -50px;left: 50%;transform: translateX(-50%);}
.testi-image img{width: 100px;height: 100px;object-fit: contain;background-color:#fff;padding: 10px;border-radius: 50%;border: 2px solid var(--secondary-color);}
.testi-card-content{text-align: center;margin: 20px 0px;}
.testi-head h3{font-size: 1.5rem;color: var(--secondary-color);font-weight: 600;}
.testi-head h5{font-size: 1.1rem;color: var(--primary-color);margin: 10px 0px;font-weight: 400;}
.testi-card-content p{font-size:1rem;line-height: 2}
.rating-image{background-color: #fff;padding: 5px 20px;max-width: fit-content;border-radius: 10px;position: absolute;bottom: -20px;left: 50%;transform: translateX(-50%);-webkit-box-shadow: 0px 0px 5px 0px rgba(222,222,222,1);-moz-box-shadow: 0px 0px 5px 0px rgba(222,222,222,1);box-shadow: 0px 0px 5px 0px rgba(222,222,222,1);}
.rating-image img{width: 100px;object-fit: cover;}


.image-sec{position: relative;}
.image-slide img{height: 500px;width: 100%;object-fit: cover;}
.image-slide::after{position: absolute;background-color: #00000086;content: "";top: 0;left: 0;width: 100%;height: 100%;}
.image-content{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;text-align: center;}
.image-content h2{font-size: 10rem;font-weight: 600;color: var(--global);opacity: 0.8;}



.footer-sec{padding: 60px 0px;}
.footer-col1{display: flex;align-items: center;justify-content: space-between;}
.footer-logo img{width: 150px;}
.footer-col-inner-row{display: flex;align-items: center;margin-right: 30px;margin-bottom: 30px;}
.footer-col-inner-1{width: 20%;}
.footer-col-inner-2{display: flex; align-items: center;justify-content: space-between;width: 80%;flex-wrap: wrap;}
.footer-col-inner-row:last-child{margin-right: 0;margin-bottom: 0;}
.footer-inner-col-left{background-color:var(--global);padding: 20px;border-radius: 50%;margin-right: 20px;width:70px;}
.footer-inner-col-left img{width: 30px;height: 30px;object-fit: contain;display: flex;align-items: center;justify-content: center;}
.footer-inner-col-right{width: 78%;}
.footer-inner-col-right h4{color: var(--primary-color);font-weight: 600;margin-bottom: 10px;text-transform: capitalize;}
.footer-inner-col-right h3 a{color: var(--secondary-color);font-size:1.1rem;}
.footer-inner-col-right h3 a:hover{color: var(--primary-color);}
.footer-inner-col-right h3{color: var(--secondary-color);font-size:1.1rem;}
.footer-inner-col-right h3:hover{color: var(--primary-color);}
.footer-col1{padding-bottom: 20px;border-bottom: 1px solid var(--secondary-color);}


.footer-social-icons { width: auto;}
.footer-social-icons a { display: inline-block; margin: 0 12px 0 0;}
.footer-social-icons a:last-child { margin-right: 0;}
.footer-social-icons .social-icon { display: flex;align-items: center;justify-content: center; width: 30px; height: 30px; position: relative;}
.footer-social-icons .social-icon img { width: 30px;height: 30px; transition: all .25s ease-in-out;object-fit: contain;}
.footer-social-icons .social-icon .hover-icon { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; transition: all .25s ease-in-out;display: flex;align-items: center;justify-content: center;}
.footer-social-icons a:hover .social-icon  .hover-icon { opacity: 1;}
.footer-social-icons a:hover .social-icon > img { opacity: 0;}
.footer-social-icons{display: flex;align-items: center;justify-content: space-between;}
.header-social{background-color: var(--primary);width: 40px;height: 20px;border-radius: 50%; display: flex;align-items: center;justify-content: center;}
.footer-col2{display: flex;align-items: flex-start;justify-content: space-between;margin: 30px 0px 0px;}
.footer-col2-inner:first-child{width: 30%;max-width: 250px;}
.footer-col2-inner{width: 18%;}
.footer-col2-inner h3{font-size: 1.5rem;font-weight: 600;color: var(--primary-color);margin-bottom: 20px;text-transform: capitalize;}
.footer-col2-inner p{line-height: 2;color: var(--secondary-color);margin-bottom: 20px;}
.footer-menu ul li a{color: var(--secondary-color);font-weight: 500;}
.footer-menu ul li a:hover{color: var(--primary-color);}
.footer-menu ul li{margin-bottom: 15px;}


.bottom-footer-wrap{background-color: var(--secondary-color);}
.bottom-footer{width: 100%;display: flex; flex-wrap: wrap; justify-content: space-between;padding: 20px 0px;align-items: center;}
.bottom-footer p {font-size: 16px; color:#fff;}
.bottom-footer .footer-col1{width: 50%;padding-bottom: 0;}
.bottom-footer .footer-col2{width: 50%;text-align: right;margin: 0;display: flex;align-items: flex-end;justify-content: flex-end;}
.bottom-footer p a { color:#fff; font-weight: 500;}
.bottom-footer p a:hover { color:var(--primary-color);}




.inner-banner {position: relative;margin-top: -200px;}
.inner-banner .bg-img { width: 100%;position: relative;}
.inner-banner .bg-img::after{position: absolute;background-color: #ffffff;opacity: 0.7;content: "";width: 100%; height: 100%; top: 0;left: 0;}
.inner-banner img { width: 100%; max-height: 500px; object-fit: cover;height: 100%;object-position:center center;min-height: 450px;}
.inner-banner .inner-content { width: 100%; position: absolute; top: 60%; transform: translateY(-60%); left: 0; text-align: center; z-index: 1;}
.inner-banner h2 {font-size:3rem; color:var(--secondary-color); font-weight: 500;}




.vision-sec{padding: 60px 0px;background-color:var(--secondary-color);}
.vision-row{display: flex;align-items: stretch;justify-content: space-between;}
.vision-col-1{width: 48%;background-color: #fff;border-radius: 20px; border: 3px solid var(--secondary-color);}
.vision-col-2{width: 48%;background-color: #fff;border-radius: 20px;border: 3px solid var(--secondary-color);}
.vision-content{padding:20px 50px 40px ;text-align: center;}
.vision-content img{margin: 10px auto;width: 100px;height: 100px;}
.vision-content h3{font-size:2rem;font-weight: 600;color: var(--secondary-color);margin-bottom: 10px;max-width: fit-content;margin:10px auto;
padding-bottom: 10px;border-bottom: 3px solid #000;}
.vision-content p{font-size: 1rem;line-height: 1.8;font-weight: 500;margin-top: 20px;}


.gallery-wrapp { padding: 60px 0;}
.gallery-wrapp .gallery-row { width: 100%;}
.gallery-wrapp .tab-content {width: 100%;}
.gallery-wrapp .tab-pane { width: 100%;}
.gallery-wrapp .gallery-row1 { width: 100%; display: flex; flex-wrap: wrap;justify-content: center;}
.gallery-wrapp .gallery-col1 { width: 23.8%; margin: 0 1.6% 1.6% 0; position: relative;}
.gallery-wrapp .gallery-col1:nth-child(4n) { margin-right: 0;}
.gallery-wrapp .nav-tabs { justify-content: center; margin: 0 0 40px; border: none;}
.gallery-wrapp .nav-tabs .nav-item { margin: 0 25px 0 0;}
.gallery-wrapp .nav-tabs .nav-item .nav-link { border: none; font-size: 18px; font-weight: 600; color: #000; position: relative; padding: 10px 0;}
.gallery-wrapp .nav-tabs .nav-item .nav-link.active { color: var(--secondary-color);}
.gallery-wrapp .nav-tabs .nav-item .nav-link:after { content: ""; position: absolute; width: 100%; height: 2px; background: var(--secondary-color); bottom: 0; left: 0; opacity: 0; transition: all .25s ease-in-out;}
.gallery-wrapp .nav-tabs .nav-item:last-child { margin-right: 0;}
.gallery-wrapp .nav-tabs .nav-item .nav-link:hover { color: var(--secondary-color);}
.gallery-wrapp .nav-tabs .nav-item .nav-link.active:after { opacity: 1;}
.gallery-wrapp .nav-tabs .nav-item .nav-link:hover:after { opacity: 1;}
.html5-prev, .html5-next{display: block !important;}
.mh-icon-right {background: #000000 url(../images/chevron-right-solid.svg) no-repeat center / 12px;}
.mh-icon-left {background: #000000 url(../images/chevron-left-solid.svg) no-repeat center / 12px;}



.destination-page{padding: 60px 0px;}
.destination-page-slider{position: relative;}
.destination-page-slider .destination-page-slide img{height: 500px;width: 100%;object-fit: cover;border-radius: 50px;}
.destination-page-slider .slick-arrow{position: absolute;z-index: 555;}
/* .slick-prev, .slick-next{width: 80px;height: 80px;background-color: var(--secondary-color);border-radius: 50%;}
.slick-prev:before{content: "";border: solid rgb(255, 255, 255);border-width: 0 5px 5px 0;display: inline-block;padding: 8px; transform: rotate(135deg);-webkit-transform: rotate(135deg);}
.slick-next:before{content: "";border: solid rgb(255, 255, 255);border-width: 0 5px 5px 0;display: inline-block;padding: 8px;  transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{background: var(--secondary-color);}
.slick-next{right: -40px;}
.slick-prev{left: -40px;} */

.destination-page-row{display: flex;align-items: flex-start;justify-content: space-between;}
.destination-page-col1{width: 65%;}
.destination-page-col2{width: 30%;}
.destination-page-col1 .images-row{display: flex;align-items: center;justify-content: space-between;}
.images-row{display: flex;align-items: flex-start;justify-content: space-between;}
.images-row img{width: 48%;border-radius: 20px;object-fit: cover;}
.destination-page-content{margin-bottom: 50px;}
.side-bar{border: 1px solid #E5E5E5;padding: 30px 20px;}
.side-bar h3{font-size: 2rem;color: var(--secondary-color);font-weight: 600;margin-bottom: 20px;}
.side-bar-list{display: flex;align-items: center;justify-content: space-between;padding: 20px 0px;border-bottom:1px solid #E5E5E5;}
.side-bar-list:last-child{border-bottom: none;}
.side-bar-list h4{font-size: 1.2rem;font-weight: 600;color: var(--primary-color);}
.side-bar-list p{font-size: 1.1rem;color: var(--secondary-color);font-weight: 500;}





.package-page-sec{padding: 60px 0px;}
.package-page-row{display: flex;align-items:stretch;justify-content: space-between;flex-wrap: wrap;}
.package-page-card{width: 48%;border-radius: 20px;padding:60px 40px;-webkit-box-shadow: 0px 0px 5px 0px rgba(201,201,201,1);-moz-box-shadow: 0px 0px 5px 0px rgba(201,201,201,1);box-shadow: 0px 0px 5px 0px rgba(201,201,201,1);margin-bottom: 50px;}
.package-page-card h2{font-size: 2rem;font-weight: 600;color: var(--secondary-color);margin-bottom: 20px;}
.package-page-card p{font-size: 1.1rem;line-height: 2;margin-bottom: 20px;}
.package-page-card .banner-btn{margin-top: 40px;}
.package-page-card .banner-btn a{padding: 15px 40px;}
.package-page-card .banner-btn a:nth-child(2) {margin-left: 10px;}
.package-page-card img{height: 300px;width: 100%;object-fit: cover;border-radius: 20px;}



.blog-page-sec{padding: 60px 0px;}
.blog-page-row{display: flex;align-items: stretch;justify-content:center;flex-wrap: wrap;}
.blog-page-card{padding:30px 20px 40px;background-color: var(--global);width: 32%;border-radius: 10px;margin-top: 30px;margin-right: 2%;}
.blog-page-card:nth-child(3n){margin-right: 0;}
.blog-page-author-row{display: flex;align-items: center;margin: 20px 0px;}
.blog-page-author-row span img{width: 25px;height: 25px;object-fit: contain;}
.blog-page-image{position: relative;}
.blog-page-author-row span img{margin-right: 10px;}
.blog-page-author-row span p{color: var(--secondary-color);font-weight: 600;font-size: 1rem;}
.date-box{padding:10px;border-radius: 10px;background-color: var(--secondary-color);display: flex;align-items: center;justify-content: center;flex-direction: column;color: #fff;max-width:80px;position: absolute;top: 20px;left: 20px;width: 100%;}
.date-box h2{font-size: 2rem;font-weight: 600;}
.blog-page-content h3{font-weight: 600;font-size: 1.8rem;color: var(--primary-color);margin-bottom: 20px;}
.blog-page-content p{line-height: 1.6;font-size: 1rem;}
.blog-page-content .banner-btn{margin-top: 30px;}



.blog-inner-page{padding: 60px 0px;}
.blog-inner-row{display: flex;align-items: flex-start;justify-content: space-between;}
.blog-inner-col1{width: 65%;}
.blog-inner-col2{width: 30%;}
.blog-inner-page .images-row{margin: 20px 0px;}
.blog-inner-page img{margin: 20px 0px;}
.blog-side-bar h3{font-size: 1.8rem;color: var(--secondary-color);margin-bottom: 10px;font-weight: 600;}
.blog-side-bar ul li{padding: 20px 0px;border-bottom: 1px solid #E5E5E5;}
.blog-side-bar ul li:last-child{border-bottom: none;}
.blog-side-bar ul li a{font-size: 1.2rem;font-weight: 500;color: var(--primary-color);}
.blog-side-bar ul li a:hover{color: var(--secondary-color);}
.blog-side-bar{padding: 40px 30px;border: 1px solid #E5E5E5;}


.header-sec.header-wrapp.sticky{position: fixed;top: 0;left: 0;z-index: 99;background:#fff;animation: .7s slide-down;box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;}
.header-sec.header-wrapp.sticky .menu-list ul li a{color:var(--primary);}

.everest-forms-submit-button.button.evf-submit{background-color: var(--primary-color) !important;color:#fff !important;padding: 10px 30px !important;border: 1px solid var(--primary-color) !important;}
.everest-forms-submit-button.button.evf-submit:hover{background-color: #fff !important;color: var(--primary-color) !important;}
.contact-details .contact-details-col .contact-details-content{color: #ffffff !important;}

.visa-box{position: relative;}
.visa-box::after{position: absolute;top: 0;left: 0;content: "";width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;opacity: 0.5;background-color: #000;}
.visa-box h3{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 5555;color: #fff;font-size: 1.2rem;
width: 100%;text-align: center;font-weight: 700;padding: 0px 20px;z-index: 5;}


.destination-page-col1.content-wrap.oman-section {width: 100%;}
.destination-page-col1.content-wrap.oman-section .images-row {width: 65%; align-items: stretch;}

.destination-inner-section{padding: 60px 0px;position: relative;}
.destination-inner-row{display: flex;align-items:flex-start;justify-content: space-between;position: relative;}
.destination-inner-col1{width: 40%;position:sticky;top: 20px;}
.destination-inner-col2{width: 55%;}
.destination-inner-col2 h2 { font-size: 2rem; letter-spacing: 1px; color: var(--secondary-color); margin: 0 0 30px;font-weight: 700;}
.destination-inner-page-image img{height: 500px;object-fit: cover;width: 100%;border: 5px solid var(--primary-color);border-radius: 10px;}
.destination-inner-col2 h3 { font-size: 1.5rem; letter-spacing: 1px; color: var(--secondary-color); margin: 0 0 10px;font-weight: 600;}
.destination-inner-col2 p { font-size: 1rem; color: #000;; line-height: 1.8; margin: 0 0 16px;}
.destination-inner-col2 p strong{color: var(--secondary-color);font-size: 1.2rem ;}
.destination-inner-col2 ul {width: 100%;margin: 0 0 20px;}
.destination-inner-col2 ul li { font-size: 1rem; color: var(--secondary-color); line-height: 1.56; position: relative; padding-left: 15px;margin-bottom: 10px;}
.destination-inner-col2 ul li:before { content: "\2022"; position: absolute; left: 0; top: 0;}
.destination-inner-col2 ul li ul { margin: 10px 0 20px;}
.destination-inner-col2 .bank-detail { width: fit-content; padding: 20px; border: 1px solid var(--primary-color);}
.destination-inner-col2 h4 { font-size: 20px; letter-spacing: .4px; color: var(--secondary-color); margin: 0 0 10px;font-weight: 500;}
.destination-inner-col2 h5 { font-size: 18px; letter-spacing: .4px; color: var(--secondary-color); margin: 0 0 10px;font-weight: 500;}
.destination-btns{margin-top: 30px;}
.destination-btns .global-btn a{width: 100%;display: block;text-align: center;border: 1px solid var(--secondary-color);}
.destination-btns .package-btn a{width: 100%;display: block;text-align: center;border-radius: 0px;border: 1px solid var(--primary-color);}
.destination-btns .package-btn a:hover{background-color: transparent;}
.package-row{display: flex;align-items:stretch;justify-content:flex-start;flex-wrap: wrap;}
.package-col{width: 32%;background-color:#f4f4f4;padding: 20px;border-radius: 20px;padding-bottom: 40px;margin-bottom: 40px;margin-right: 20px;}
.package-col .rate-sec .rate-col1{display: none;}
.package-col .rate-sec .rate-col2{width: auto;text-align: center;}
.package-col:nth-child(3n){margin-right: 0;}


@media(max-width:1400px){
  .service-col1::after{content: none;}
  .rate-row .rate-col1{width: 200px;}
  .rate-row .rate-col1 h4 span{font-size: 1rem;}
  .rate-row .rate-col1 h4{font-size: 1rem;}
  .rate-row .rate-col2{width: 200px;text-align: right;}
  .banner-btn a{font-size: 0.8rem;}
  .testi-col1{width: 30%;}
  .testi-col2{width: 68%;}
  .package-country h3{font-size: 1.2rem;}
  .call-link a span{font-size: 0.9rem;}
  .service-col1{padding: 0;padding-left: 30px;}
  .footer-inner-col-right h3{font-size: 0.9rem;}
}

@media(max-width:1200px){
  .container{max-width: 95%;}
  .banner-content h1{font-size: 3rem;}
  .banner-content h4{font-size: 2rem;}
  .menu-list ul li a{font-size: 0.9rem;}
  .menu-list ul li{margin: 0px 15px;}
  .about-content h2,.destination-head h2,.service-head h2,.service-col1 h2,.package-head h2,.testi-head h2{font-size: 2rem;}
  .about-content h4,.destination-head h4,.service-head h4,.package-head h4,.testi-head h4{font-size: 1.5rem;}
  .destination-content h3{font-size: 1.8rem;}
  .about-content p{font-size: 1rem;}
  .service-col1 p{font-size: 0.8rem;}
  .about-col-image-2{display: none;}
  .package-image img{height: 200px;width: 100%;object-fit: cover;}
  .package-btn a{padding: 12px 20px;}
  .package-location span{padding: 10px;}
  .image-content h2{font-size: 5rem;}
  .call-link a span{font-size:0.7rem;}
  .destination-head h2{margin-bottom: 10px;}
  .package-country h3{margin: 10px 0px;}
  .testi-col2{width: 48%;}
  .testi-col1{width: 48%;}
  .image-slide img{height: 400px;}
  .footer-col-inner-2{width: 100%;}
  .footer-col1{flex-wrap: wrap;justify-content: center;}
  .footer-sec{padding: 40px 0px;}
  .footer-logo img{width:auto;}
  .footer-logo{margin-bottom: 30px;}
  .footer-inner-col-left{padding:0px;width: 50px;height: 50px;object-fit: cover;display: flex;align-items: center;justify-content: center;}
  .footer-inner-col-left img{width: 20px;height: 20px;}
  .package-page-card{padding: 50px 40px;}
  .side-bar h3{font-size: 1.6rem;}
  .blog-side-bar h3{font-size: 1.5rem;}
  .vision-content{padding:40px 20px;}
  .package-col{width: 47%;}
  .package-col:nth-child(2n){margin-right: 0;}
  .package-col:nth-child(3n){margin-right: 20px;}
  .package-row{justify-content: center;}
}

@media(max-width:1024px){
  .top-header{display: none;}
}

@media(max-width:991px){
  .testimonail-sec{padding: 40px 0px;}
  .header-col2{display: none;}
  .about-row{flex-wrap: wrap;}
  .about-col2::after{content: none;}
  .about-col1{width: 100%;margin-bottom: 40px;}
  .about-col2{width: 100%;}
  .about-col-image img{height: 300px;width: 100%;object-fit: cover;}
  .service-card{width: 100%;}
  .package-country h3{font-size: 1rem;}
  .package-location img{width: 15px;height: 15px;}
  .banner-btn a{padding: 12px 20px;}
  .footer-col2{flex-wrap: wrap;}
  .footer-col2-inner h3{font-size: 1.2rem;}
  .bottom-footer{flex-wrap: wrap;justify-content: center;}
  .bottom-footer .footer-col1{width: 100%;}
  .bottom-footer .footer-col2{width: 100%;}
  .bottom-footer .footer-col2{justify-content: center;margin-top: 10px;}
  .package-page-card h2{font-size: 1.5rem;}
  .package-page-card p{font-size: 1rem;}
  .package-page-card{padding: 40px 20px;margin-bottom: 30px;}
  .destination-page-row{flex-wrap: wrap;}
  .destination-page-col1{width: 100%;order: 2;}
  .destination-page-col2{width: 100%;order: 1;margin-bottom: 50px;}
  .gallery-wrapp .gallery-col1{width: 32%;}
  .gallery-wrapp .gallery-col1:nth-child(4n){margin: 0 1.6% 1.6% 0;}
  .gallery-wrapp .gallery-col1:nth-child(3n){margin: 0;}
  .blog-inner-row{flex-wrap: wrap;}
  .blog-inner-col1{width: 100%;}
  .blog-inner-col2{width: 100%;margin-top: 50px;}
  .overlay {display: block;position: fixed; right: 0; top: 0; width: 350px; height: 100%; background:var(--primary-color); background-size: 300% 100%; z-index: 99; padding: 110px 5% 50px; transform:translateX(100%); opacity: 0; visibility: hidden; transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
  .overlay.show{ transform:translateX(0); opacity: 1; visibility: visible;}
  .overlay ul {width: 100%;}
  .overlay ul { width: 100%;}
  .overlay ul li a { color: #fff; display: block; padding: 20px 0;}
  .overlay ul li { font-size: 18px; border-bottom: 1px solid #fff; text-transform: uppercase;}
  .overlay ul li a:hover { color: var(--primary-color) !important;}
  .burger-btn { display: block; position: fixed; width: 50px; height: 30px; right: 5%; top: 45px; z-index: 999;  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:hover span{background-position: 50% 0;}
  .burger-btn .active span { background: #fff;}
  .burger-btn span:first-child { width: 70%;}
  .burger-btn span:nth-child(2n) { margin: 9px 0; transition: all 0.5s cubic-bezier(.22,.68,0,1.71);}
  .burger-btn .burger-toggle { display: flex; flex-wrap: wrap; justify-content: right;}
  .burger-btn span:last-child { width: 70%;}
  .burger-btn .active span:nth-child(2n) { transform: translateX(-100%);}
  .burger-btn .active span:first-child { transform: translateY(13px) rotate(-45deg);}
  .burger-btn .active span:last-child { transform: translateY(-11px) rotate(45deg);}
  body:after { content: ""; display: block; position: fixed; right: 0; top: 0; width: 100%; height: 100%; background: rgb(255 255 255 / 40%); z-index: 9; transform: translateX(100%); opacity: 0; visibility: hidden;  transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
  body.menu-open:after{ transform:translateX(0); opacity: 1; visibility: visible;}
  body.menu-open{  overflow-y: hidden;}
  .overlay ul ul.sub-menu li {border: none; padding-left: 20px; position: relative;  color: var(--primary-color);}
  .overlay ul ul.sub-menu li:before {  content: "-"; position: absolute; left: 0; top: 50%;  transform: translateY(-50%);}
  .overlay ul li.has-sub > a {background: url(../images/chevron-down-white.svg) no-repeat center / 14px; background-position-x: 95%;}
  .global-btn.contact-btn{display: none;}
  .overlay ul li.has-sub > a:hover {background: url(../images/chevron-down-grey.svg) no-repeat center / 14px; background-position-x: 95%;}
  .blog-page-card{width: 48%;}
  .blog-page-card:nth-child(3n){margin-right: 2%;}
  .blog-page-card:nth-child(2n){margin-right: 0;}
  .destination-inner-row{flex-wrap: wrap;}
  .destination-inner-col1{width: 100%;margin-bottom: 30px;}
  .destination-inner-col2{width: 100%;}
  .destination-inner-page-image img{height: 400px;}
}
@media(max-width:767px){
  .package-col{width: 100%;margin-right: 0;}
  .package-col:nth-child(3n){margin-right: 0;}
}


@media(max-width:600px){
  .banner-content h1{font-size: 2.5rem;}
  .banner-content h1{margin-bottom: 30px;}
  .banner-content p{font-size: 1rem;}
  .banner-content{top:65%}
  .destination-col1{display: none;}
  .destination-col2{width: 100%;}
  .destination-slide img{height: 300px;margin: 0 auto;}
  .destination-slide .hover-image img{height: 300px;}
  .service-sec{padding: 40px 0px;}
  .service-sec::after{display: none;}
  .service-col2 img{height:300px;}
  .package-head h2 br{display: none;}
  .testimonail-sec::after{content: none;}
  .testi-row{flex-wrap: wrap;}
  .testi-col1{width: 100%;}
  .testi-col2{width: 100%;}
  .testi-cards{padding:20px 0px;}
  .package-btn a{font-size: 0.8rem;}
  .image-content h2{font-size: 3rem;}
  .footer-col-inner-1{width: 100%;}
  .footer-logo img{width: 150px;margin: 0 auto;}
  .footer-col-inner-2{flex-wrap: wrap;}
  .footer-col-inner-row{margin-bottom: 30px;}
  .footer-col2-inner:first-child{width: 100%;max-width: none;}
  .footer-col2-inner{width: 100%;margin-bottom: 30px;}
  .bottom-footer p{font-size: 0.8rem;}
  .footer-social-icons{max-width: 200px;}
  .testi-cards .slick-list{padding: 50px 0px;}
  .destination-section{padding: 40px 0px;}
  .activity-col p{font-size: 0.8rem;}
  .activity-col span img{width: 15px;}
  .testi-card{padding: 50px 15px 20px 15px;}
  .testi-head h2{margin-bottom: 20px;}
  .package-page-card{width: 100%;}
  .package-page-card img{height: 200px;}
  .content-wrap h2{font-size: 1.5rem;}
  .destination-page-slider .destination-page-slide img{height: 400px;}
  .images-row img{width: 100%;margin-bottom: 20px;}
  .images-row{flex-wrap: wrap;}
  .destination-page-content{margin-bottom: 30px;}
  .gallery-wrapp .gallery-col1{width: 49%;}
  .gallery-wrapp .gallery-col1:nth-child(3n){margin: 0 1.6% 1.6% 0;}
  .gallery-wrapp .gallery-col1:nth-child(2n){margin: 0;}
  .vision-row{flex-wrap: wrap;}
  .vision-content img{width: 70px;height: 70px;}
  .vision-row{flex-wrap: wrap;}
  .vision-col-1{width: 100%;margin-bottom: 30px;}
  .vision-col-2{width: 100%;}
  .vision-content h3{font-size: 1.6rem;}
  .contact-row{flex-wrap: wrap;}
  .contact-col1{width: 100%;margin-bottom: 80px;}
  .contact-col2{width: 100%;}
  .contact-head h2{font-size: 1.8rem;}
  .contact-head h4{font-size: 16px;}
  .blog-page-card{width: 100%;}
  .blog-page-card{margin-right: 0;}
  .logo img{width: 80px;}
  .gallery-wrapp .nav-tabs .nav-item .nav-link{background-color: transparent;color:var(--secondary-color);padding: 10px 30px;margin-bottom: 10px;border-radius: 30px;border: 1px solid var(--secondary-color);font-size: 11px;}
  .gallery-wrapp .nav-tabs .nav-item .nav-link.active{background-color: var(--secondary-color);color: #fff;}
  .gallery-wrapp .nav-tabs .nav-item .nav-link:after{content: none;}
  .visa-box h3{font-size: 0.9rem;padding: 0px 10px;}
  .gallery-wrapp .nav-tabs .nav-item{margin: 0px 10px 0px 0px;}
  .gallery-wrapp{padding: 40px 0px;}
}