@charset "utf-8";
/* Rest Some Default Element */

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Muli", sans-serif !important;
  color: #000;
  font-size: 16px;
  overflow-x: hidden !important;
}

p {
  font-size: 16px;
  line-height: 26px;
}

a {
  text-decoration: none !important;
  -ms-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Muli", sans-serif !important;
}

ul {
  padding: 0;
}

li {
  color: #626161;
  list-style: none;
}

/*------------------------------
    Index ---->
    0. Common Module
    1. Header


 -------------------------------*/

/*------------------------------
    0. Common Module --->
 -------------------------------*/

/* loader  */

.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
}

.loader1 {
  display: inline-block;
  font-size: 0px;
  padding: 0px;
  padding: 20px;
}

.loader1 img {
  width: 120px;
}

.loader1 span {
  vertical-align: middle;
  border-radius: 100%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 3px 2px;
  -webkit-animation: loader1 0.8s linear infinite alternate;
  animation: loader1 0.8s linear infinite alternate;
}

.loader1 span:nth-child(1) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: rgba(255, 255, 255, 0.6);
}

.loader1 span:nth-child(2) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: rgba(255, 255, 255, 0.8);
}

.loader1 span:nth-child(3) {
  -webkit-animation-delay: -0.26666s;
  animation-delay: -0.26666s;
  background: rgba(255, 255, 255, 1);
}

.loader1 span:nth-child(4) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: rgba(255, 255, 255, 0.8);
}

.loader1 span:nth-child(5) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: rgba(253, 219, 39, 0.4);
}

@keyframes loader1 {
  from {
    transform: scale(0, 0);
  }

  to {
    transform: scale(1, 1);
  }
}

@-webkit-keyframes loader1 {
  from {
    -webkit-transform: scale(0, 0);
  }

  to {
    -webkit-transform: scale(1, 1);
  }
}

.videoPlayModal .modal-body {
  padding: 0;
}
.videoPlayModal .modal-body iframe {
  display: block;
}

.arLabel1 {
  font-weight: 700;
  margin-bottom: 5px;
}

.form-control.arInput1 {
  height: 50px;
  border: none;
  background: #efefef;
  color: #000;
  font-size: 18px;
  border-radius: 0;
}

.form-control.arInput1:focus {
  background: #e2e2e2;
  box-shadow: none;
}

.btn.commonBtn {
  background: #000000;
  color: #fff;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  font-size: 18px;
  border-radius: 28px;
}

/* heading module */
.darkTextHeading {
  text-align: center;
  color: #4c4c4c;
}
.darkTextHeading p {
  max-width: 620px;
  margin: 0 auto ;
  color: #909090;
}
.darkTextHeading h2 {
  font-size: 41.8px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.darkTextHeading h6 {
    font-size: 17.93px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.darkTextHeading h6::after, .darkTextHeading h6::before{
    content: "";
    width: 76px;
    height: 3px;
    background: #cea4a2;
    display: block;
}
.darkTextHeading h6::after{
    margin-left: 12px;
}
.darkTextHeading h6::before{
    margin-right: 12px;
}

.owl-carousel .owl-dots .owl-dot span{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: block;
  background: #c0c0c0;
}
.owl-carousel .owl-dots .owl-dot.active span{
  background: #cea4a2;
}
.owl-carousel .owl-dots .owl-dot + .owl-dot{
  margin-left: 12px;
}
.owl-carousel .owl-dots{
  text-align: center;
  margin-top: 44px;
}


body .wpcf7 .field .wpcf7-form-control[type="text"], body .wpcf7 .field .wpcf7-form-control[type="email"]{
  width: 100%;
  height: 38px; 
  border: none;
  border-radius: 5px;
  padding: 0 12px; 
  border: none;
}
body  .wpcf7  .field .wpcf7-form-control::placeholder{
  color: #b4b4b4;
}
body .wpcf7 .field textarea.wpcf7-form-control{
  width: 100%;
  height: 120px; 
  border: none;
  border-radius: 5px;
  padding: 12px; 
  border: none;
}
div.wpcf7 .ajax-loader{
  position: absolute;
}
/*------------------------
    0. Common Module <-----
 --------------------------*/

/* ----------------------------
    1. Header --->
 ------------------------------*/
.top-header-social ul {
  margin-bottom: 0;
}
.top-header-social ul .d-flex img:last-child {
  margin-left: 5px;
}

.top-header-social ul li {
  position: relative;
}

.top-header-social ul li + li {
  margin-left: 20px;
}

.top-header-social ul li a {
  color: #fff;
}

.top-header-social ul li a:hover {
  color: #686868;
}

.top-header-list ul {
  margin: 0 -17px;
  padding: 0;
  flex-wrap: wrap;
}

.top-header-list ul li a {
  color: #fff;
}

.top-header-list ul li a i {
  margin-right: 10px;
  width: 12px;
  height: 12px;
  background: #fff;
  color: #cea4a2;
  font-size: 8px;
  line-height: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.top-header-list ul li {
  padding: 0 17px;
}

.top-header-list ul li a.online-booking {
  background: #ff6f2b;
  padding: 4px 30px;
  font-family: "HK Nova Medium";
}

.topHeader {
  background: #cea4a2;
  padding: 8px 0;
}

.dropdown span {
  display: none;
}

.bottomHeader {
  top: -61px;
  left: 0;
  width: 100%;
  padding: 0px 0;
  z-index: 2;
  background: #fff;
  transition: all ease-in-out 500ms;
}
.bottomHeader.sticky {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
}
.hambergerBtn {
  display: none;
}

.customNav ul {
  margin-bottom: 0;
  padding-left: 0;
}
#site-navigation .menu-item {
  padding: 0; 
  margin: 0;
}
#site-navigation > #primary-menu > .menu-item > a {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding: 21px 10px;
  letter-spacing: -0.4px;
  font-family: "Muli", sans-serif !important;
}
#site-navigation .menu-item a:hover{
    color: #cea4a2;
}
.dropdown > a i {
  font-size: 12px;
  margin-left: 10px;
  display: none;
}

.header_social ul li a {
  font-size: 18px;
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #ffffff;
  display: inline-block;
}

.customNav .dropdown-menu {
  margin: 0 !important;
  padding: 0;
  background: #1045db;
}

.customNav ul > li > ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  background: #008ac1;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.middle_header {
  padding: 24px 0 0;
}
body .site-header{
  background: #fff;
  position: relative;
}
.mega-menu.ui.bottom.popup {
    margin: 0 !important;
}
.footer_form .wpcf7 .ui.button {
    background: #cea4a2;
    border-radius: 4px !important;
    display: inline-block;
    width: auto;
}
.ui.bottom.center.popup {
    width: 100% !important;
    top: 100% !important;
}
body{
  height: unset !important;
}
/* ----------------------------
    1. Header <---
 ------------------------------*/

/* ----------------------------
    2. Banner --->
 ------------------------------*/
.banner_text {
  position: absolute;
  left: 0;
  top: 115px;
  color: #fff;
  width: 100%;
}
.banner_text h6 {
  font-size: 32.1px;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}
.banner_text h2 {
  font-size: 105px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
}
.home_banner_carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 133px;  
}
.home_banner_carousel.owl-carousel .owl-nav button.owl-next{
  position: absolute;
  top: 50%;
  right: 133px;
}
.home_banner_carousel.owl-carousel .owl-nav button.owl-prev, 
.home_banner_carousel.owl-carousel .owl-nav button.owl-next{
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(206, 164, 162, 0.4);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.home_banner_carousel.owl-carousel .owl-nav button.owl-prev:hover, 
.home_banner_carousel.owl-carousel .owl-nav button.owl-next:hover{
  background: rgba(206, 164, 162, 1);
}

.destinationSearch{
  width: 100%;
  padding: 0 30px;
  height: 80px;
  border: none;
  position: relative;
  background: #fff;
  z-index: 1;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  transition: 0.5s;
  font-size: 18px;
  color: #333;
}
.destinationSearch::placeholder{
    color: #d2d2d2;
    opacity: 1;
}
.destinationSearch:focus{
    outline: none;
}
.search_btnAa {
    position: absolute;
    top: 50%;
    right: 40px;
    z-index: 1;
    background: transparent;
    border: none;
    transform: translateY(-50%);
    padding: 10px;
}
.searchBox_form  {
    position: relative;
}
.searchBox {
    margin-top: -42px;
}
.searchBox .container{
    max-width: 1030px;
}
/* ----------------------------
    2. Banner end <---
 ------------------------------*/

/* ----------------------------
    3. Choose destination --->
 ------------------------------*/
.chooseDestination{
    padding: 60px 0;
}
.chooseDestination .row{
    --bs-gutter-y: 30px;
}
.each_destination {
  background-size: cover !important;
  background-position: center center;
  background-color: #000;
  height: 370px;
  position: relative;
}
.each_destinationText {
  color: #fff;
  padding: 0 20px 30px 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    -180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  width: 100%;
  z-index: 1;
}
.whyBookWith_text{
  color: #fff;
  padding: 0 20px 30px 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
}
.each_destinationText h2 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 900;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
}
.each_destinationText h6 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 1.6px;
    font-weight: 700;
    color: #fff;
}
.desitinationLogo{
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
.desitinationLogo h2{
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 12px;
}
.desitinationLogo h4{
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
}
.eachlogo::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.70);
  top: 0;
  left: 0;  
}
.eachlogo h2{
  font-size: 28px;
  font-weight: 500;
}
.eachlogo h4{
  font-size: 28px;
  font-weight: 700;
}
.whyBookWith{
  height: 370px;
  position: relative;
}
.whyBookWith::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.7);
  
}


/* ----------------------------
    3. Choose destination  <---
 ------------------------------*/

/* ----------------------------
    4. Popular destination ---->
 ------------------------------*/
 .populerDestination{
  background: #f9f9f9;
  padding: 60px 0;
}
.each_destination_box {
  border: 1px solid #dcdcdc;
  background: #fff;
}
.destination_text{
  padding: 30px 20px 20px;
  text-align: center;
}
.destination_text h4{
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 20px;
}

.destination_text p{  
  color: #909090;
}
.arLearnMoreBtn{
  background: #cea4a2;
  color: #fff;
  padding: 0 13px;
  line-height: 50px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.arLearnMoreBtn:hover{
  background: #c0c0c0;
  color: #fff;
}
.locationNameSticker{
  position: absolute;
  top: 10px;
  left: 10px;
  background: #cea4a2;
  color: #fff;
  min-width: 99px;
  padding: 8px 10px;
  text-align: center;
}
.destination_img{
  position: relative;
}
.destination_img a{
  display: block;
}
.destinationCarousel {
  margin-top: 50px;
}
 /* ----------------------------
    4. Popular destination  <---
 ------------------------------*/

/* ----------------------------
    5.Our Travel News ----> 
 ------------------------------*/
 .travelNews{
  padding: 60px 0;
  background: url(../images/pattern-1.png) #fff center bottom no-repeat;
}
.travelNews .row{
  --bs-gutter-x: 60px;
  --bs-gutter-y: 40px;
}
.eachNews{
  background: #fff;
}
.eachNews img{
  width: 100%;
}
.eachNews h6{
  font-size: 11px;
  font-weight: 700;
  color: #909090;
  margin-bottom: 5px;
}
.eachNews h3{
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}
.eachNews ul{
  font-size: 11.96px;
  font-weight: 400;
  color: #909090;
  margin: 0;
  padding: 0;
  -webkit-display: flex;
  display: flex;
}
.eachNews ul li + li{
  margin-left: 18px;
}
.eachNews ul li i{
  margin-right: 5px;
}
.eachNewstext{
  padding: 30px 40px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  text-transform: uppercase;
}

/* ----------------------------
    4. Our Travel News <-----
 ------------------------------*/

/* ----------------------------
    5. List Of Domain start
 ------------------------------*/

/* ----------------------------
    5. List Of Domain end (<:;>)
 ------------------------------*/

/* ----------------------------
    6. Testimonial section start (<:;>)
 ------------------------------*/

/* ----------------------------
    6. Testimonial section end (<:;>)
 ------------------------------*/

/* ----------------------------
    7. Blog Section Start
 ------------------------------*/

/* ----------------------------
    7. Blog Section end (<:;>)
 ------------------------------*/

/* ----------------------------
    8. Some of our work Start
 ------------------------------*/

/* ----------------------------
    8. Some of our work end (<:;>)
 ------------------------------*/

/* ----------------------------
    9. What our client Says Start
 ------------------------------*/

/* ----------------------------
   9. What our client Says end (<:;>)
------------------------------*/

/* ----------------------------
   10. Latest news start
------------------------------*/

/* ----------------------------
   10. Latest news end (<:;>)
------------------------------*/

/* ----------------------------
   11. partner_sect end
------------------------------*/

/* ----------------------------
   11. partner_sect end (<:;>)
------------------------------*/

/* ----------------------------
   12. footer ---->
------------------------------*/
.site_footer{
  background: #fff;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.site_footer::after{
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/footer.jpg) center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}
.top_footer{
  background: rgba(255, 255, 255, 0.65);
  max-width: 963px;
  margin: 0 auto;
  padding: 30px 0 30px;
}
.footerWraper{
  max-width: 747px;
  margin: 0 auto;
  padding: 0 15px;
}
.arBtnInfowrp{
  position: relative;
  background: #cea4a2;
  color: #fff;
  padding: 0 38px;
  border: none;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
}
.footer_form .form-group{
  margin-bottom: 14px;
}
.footer_form{
  padding: 12px 12px;
  background: rgba(255,255,255,0.7);
}
.ft_social_media{
  padding-left: 0;
  margin: 0 0 20px;
  -webkit-display: flex;
  display: flex;
}
.footerImg{
  margin-bottom: 30px;
}
.ft_social_media li {
  flex: 0 0 auto;
}
.ft_social_media li a{
  background: #cea4a2;
  color: #000000;
  width: 26px;
  height: 26px;
  display: block;
  border-radius: 5px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
}
.ft_social_media li + li{
  margin-left: 16px;
}
.bottom_footer{
  background: #cea4a2;
  color: #fff;
  max-width: 963px;
  margin: 0 auto;
  padding: 10px 12px;
  text-align: center;
}

.loction-location .each_destination{ position:relative;}
.loction-location .each_destination:before {   
	background-color:rgba(0,0,0,0.3);
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	}

#site-navigation .menu-item{ position:relative;}	
.customNav ul > li > ul.sub-menu { left: 0;}
.customNav ul > li > ul.sub-menu { background: #f9f0f0;}
#site-navigation .menu-item ul.sub-menu li { padding: 5px 10px;}
.menu-item:hover ul.sub-menu { opacity:1; visibility:visible;}
.menu-item:hover ul.sub-menu li a { color:#000;} 

#site-navigation .menu-item ul.sub-menu li ul.sub-menu{ opacity:0; visibility:hidden;}
#site-navigation .menu-item ul.sub-menu li.extra_plus_button:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 0;
  width: 100%;
  left: 100%;
 /* display:block !important;*/
  -webkit-transition:none !important;
  -moz-transition:none !important;
  transition:none !important;
  z-index:1;
}

#site-navigation .menu-item ul.sub-menu li span{
  position: absolute;
  right: 15px;
  top: 0;
}

.modal.show {
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
  /*text-align: center;*/
  vertical-align: middle;
  background-color: rgba(0,0,0,.85);
  line-height: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-transition: background-color .5s linear;
  transition: background-color .5s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: opacity;
  z-index: 1000;
}
body #modEnqueryLargeModel .wpcf7 .field .wpcf7-form-control[type="text"], 
body #modEnqueryLargeModel .wpcf7 .field .wpcf7-form-control[type="email"],
body #modEnqueryLargeModel .wpcf7 .field textarea.wpcf7-form-control {
  border: 1px solid #ccc;
}

.modal-backdrop {
  z-index: 1071;
}	

.cs-loader-wrap {
  background: #3498db;
  height: 100vh;
  width: 100%;
  position: relative;
}

.cs-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cs-loader-inner {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: calc(100% - 200px);
  color: #FFF;
  padding: 0 100px;
  text-align: center;
}
.cs-loader-inner label {
  font-size: 20px;
  opacity: 0;
  display: inline-block;
}
.cs-loader-inner label:nth-child(1) {
  -webkit-animation: lol 3s 500ms infinite ease-in-out;
  animation: lol 3s 500ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
  -webkit-animation: lol 3s 400ms infinite ease-in-out;
  animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
  -webkit-animation: lol 3s 300ms infinite ease-in-out;
  animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
  -webkit-animation: lol 3s 200ms infinite ease-in-out;
  animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
  -webkit-animation: lol 3s 100ms infinite ease-in-out;
  animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(6) {
  -webkit-animation: lol 3s infinite ease-in-out;
  animation: lol 3s infinite ease-in-out;
}

.single-hotel .thumbnail-slider {
  margin-bottom: 50px;
}

.single-hotel .thumbnail-slider-wrap .slick-initialized.thumbnail-slider {
  margin-top: -150px;}
  
.sticky { background-color:#fff;}
.fixed {
  position: fixed;
  top:0; left:0;
  width: 100%;
  background-color:#fff;
  transition: all 300ms ease;
  z-index:2;
  }
  
.sticky .middle_header {
  padding: 10px 0;
}    
  

/* ----------------------------
   12. footer <-----
------------------------------*/

/* ----------------------------
   13. services page Start
------------------------------*/

/* ----------------------------
   13. Services page end (<:;>)
------------------------------*/

/* ----------------------------
   14.  contact page start
------------------------------*/

/* ----------------------------
   14. contact page end (<:;>)
------------------------------*/

/* ----------------------------
   14.  contact page start
------------------------------*/

/* ----------------------------
   14.  contact page start
------------------------------*/

/*========================
    media css start
========================*/

@media screen and (min-width: 1200px) {
	.mega-menu.mega-menu.mega-menu {
  height: calc(50vh) !important;
}
}

@media only screen and (max-width: 1199px) {
}

@media screen and (min-width: 992px) {
  .logo-forMobile{
    display: none;
  }
  
  
#site-navigation .menu-item ul.sub-menu li.extra_plus_button ul.sub-menu {
	opacity:0;
	visibility:hidden;
	position: absolute;
	top: 0;
	width: 100%;
	left: 100%;
	/*display:block !important;*/
	-webkit-transition:none !important;
    -moz-transition:none !important;
	transition:none !important;
	z-index:1;
	}  
#site-navigation .menu-item ul.sub-menu li.extra_plus_button:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition:none !important;
    -moz-transition:none !important;
	transition:none !important;

}

.site-header .ui.popup {
  position: fixed !important;
}

}

@media screen and (min-width: 768px) {
}

@media only screen and (max-width: 1199px) {
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
  /* nav css start */
  .destinationSearch{
    height: 60px;
  } 
  .home_banner_carousel.owl-carousel .owl-item img{
    height:80vh;
    object-fit: cover;
  }
  .middle_header{
    display: none;
  }
  .logo-forMobile img{
    width: 70px;
  }
  .bottomHeader .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hambergerBtn {
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    float: none;
    margin-left: auto;
    display: block;
    background: transparent;
    border: none;
  }

  .hambergerBtn:focus {
    outline: none;
  }

  .hambergerBtn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  .hambergerBtn span:nth-child(1) {
    top: 0px;
  }

  .hambergerBtn span:nth-child(2) {
    top: 10px;
  }

  .hambergerBtn span:nth-child(3) {
    top: 20px;
  }

  .hambergerBtn.clicked span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .hambergerBtn.clicked span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }

  .hambergerBtn.clicked span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .customNav {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 400px;
    width: 100%;
    z-index: 6;
    background: #000;
    -webkit-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    transition: all ease-in-out 400ms;
    -webkit-box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.62);
    -moz-box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.62);
    box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.62);
    transform: translateY(-130%);
    min-width: 320px;
  }

  .bottomHeader {
    padding: 10px 0;
  }

  .bottom_nav_middle {
    /* position: static !important; */
  }

  .customNav.show_nav {
    top: 178px;
    transform: translateY(0);
  }

  .customNav > ul > li.searchBtn > a {
    color: #fff;
  }

  .customNav .d-flex {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .customNav > ul > li > a {
    padding: 8px 15px;
    color: #fff;
  }

  .topHeader {
    padding: 6px 0;
  }

  .customNav > ul > li + li {
    border-top: 1px solid #ffffff21;
  }

  .bottomHeader {
    padding:5px 0;
    z-index: 99;
  }
  
.top-header-list ul li a {
  color: #fff;
  font-size: 12px;
}


.top-header-list ul li {
  padding: 0 5px;
}

.customNav > ul > li + li {
    margin-left: 0;
  }
  
.top-header-list ul li a i {
  margin-right: 5px;}  
  

  .customNav > ul > li ul {
    position: static !important;
    visibility: visible;
    opacity: 1;
    display: none;
    background: #000;
    color: #fff;
    width: 100%;
    transform: none !important;
  }
  
  #site-navigation > #primary-menu > .menu-item > a {
  color: #fff;
}

  .menu-item-has-children > span {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 8px;
    right: 5px;
    background: #fff;
    line-height: 32px;
    text-align: center;
    font-size: 22px;
    color: #007297;
  }

  .customNav > ul > li ul li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .banner_text h2 {
    font-size: 60px;
  }
  .banner_text h6 {
    font-size: 18px;
  }
  
.home_banner_carousel.owl-carousel .owl-nav button.owl-prev {
  left: 30px;
}

.home_banner_carousel.owl-carousel .owl-nav button.owl-next {
  right:30px;
}

  /* nav css end */
  
}

@media screen and (max-width: 767px) {
	#site-navigation > #primary-menu > .menu-item > a{ color: #fff;}
	.mega-menu .ui[class*="six column"].grid > .column:not(.row), .mega-menu .ui[class*="six column"].grid > .row > .column {
  width: 100%;
}

.home_banner_carousel.owl-carousel .owl-nav button.owl-prev {
  left: 30px;
}

.home_banner_carousel.owl-carousel .owl-nav button.owl-next {
  right:30px;
}

}


@media screen and (min-width:700px) and (max-width:930px) {

.customNav.show_nav {
  top:140px;
}

}


@media screen and (max-width: 575px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 320px) {
}

@media screen and (max-width: 319px) {
}
