@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400&display=swap');
:root{
  --font_h: 'Helvetica';
}
body { font-family: 'Montserrat', sans-serif !important; height:100vh;   font-size: 14px; color: #231F20; }
a, a:hover,button,button:hover {transition: all ease-in-out 0.4s;
 scroll-behavior: smooth;

}

@font-face {
    font-family: 'madeleina_sansregular';
    src: url('../fonts/madeleina_sans-webfont.woff2') format('woff2'),
         url('../fonts/madeleina_sans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal

}


@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Light.eot');
    src: url('../fonts/Helvetica-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Light.woff2') format('woff2'),
        url('../fonts/Helvetica-Light.woff') format('woff'),
        url('../fonts/Helvetica-Light.ttf') format('truetype'),
        url('../fonts/Helvetica-Light.svg#Helvetica-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.fadeIn {
  animation: fadeIn 1s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@font-face {
    font-family: 'gillsans-lightlight';
    src: url('../fonts/gillsans-light-webfont.woff2') format('woff2'),
         url('../fonts/gillsans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'helveticaregular';
    src: url('../fonts/helvetica-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'helveticabold';
    src: url('../fonts/helvetica-bold-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'helveticabold_oblique';
    src: url('../fonts/helvetica-boldoblique-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-boldoblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'helveticacompressed';
    src: url('../fonts/helvetica-compressed-5871d14b6903a-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-compressed-5871d14b6903a-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'helveticaoblique';
    src: url('../fonts/helvetica-oblique-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'helveticarounded_bold';
    src: url('../fonts/helvetica-rounded-bold-5871d05ead8de-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-rounded-bold-5871d05ead8de-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'familiar_probold';
    src: url('../fonts/Familiar_Pro-Bold-webfont.eot');
    src: url('../fonts/Familiar_Pro-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Familiar_Pro-Bold-webfont.woff2') format('woff2'),
         url('../fonts/Familiar_Pro-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*{
  margin: 0;
  padding: 0;
}

.slider_space{
  padding: 0 30px;
}


body { overflow-x:hidden;}
a:hover { color:#6c6e70 !important; transition: all ease-in-out 0.4s;}

header { width:100%; height:auto; position:relative;  padding: 70px 0px 50px 0px;  z-index:999; }
.topmenu { margin-top:18px; }
.searchicon {
    width: 43px;
    height: 41px;
    float: left;
    margin-right: 36px;
}
.inside_header{
    padding-bottom: 50px !important;
    padding-top: 70px;
}

.clr_blue{
    color: #ffffff !important;
}

#b_pre.btn.btn_hotel.b_pre.disable_slick.fancybox-close{
	display:none;
} 
.video_controler .b_pre,
.video_controler .b_next{
	font-weight:600;
	font-size:15px !important;
	color:#949494;
	font-family: 'Helvetica';
}
.video_controler .btn.focus, 
.video_controler .btn:focus{
	color:#949494;
}
.video_controler .btn:hover{
	color:#000;
}   
.sld_btn.next_btn_page a:hover,
.sld_btn prev_btn_page a:hover,
.sld_btn prev_btn_page a:focus,
.sld_btn.next_btn_page a:focus{
	color:#000;
}

.partnersinnner p a{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Search Page */
.search_page_wrapper .search_para{
    color: #58595B;
    font-size: 13px;
    font-family: var(--font_h);
    list-style: none;
    padding-left: 3.1rem;
    margin-top:1rem;
}
.search_page_wrapper .search_post_title a{
    color:#000;
}

.search_page_wrapper .search_post_title a:hover{
    text-decoration:none;
    color:#000 !important;
}
.search_page_wrapper .inner_sub_wrapper{
    display:none;
}
.search_page_wrapper .search_para_read_more{
    color:red;
    font-weight:600;
}



/* Slider Top Start */  
#logoMarqueeSection{
	padding-left:0px;
	padding-right:0px;
}
.default-content-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0; 
	padding:0 !important;
    width: 100%;
    min-height: 100vh;
}

div.marquee>a>img {
  height: 180px;
}

.logoMarqueeSection>div>div {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

.marquee-wrapper {
  display:  inline-block;
  white-space: nowrap;
}

.marquee {
    display:  inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee a {
    display:  inline-block;
    white-space: nowrap; 
	padding-right:2rem;
}

.marquee-wrapper:hover .marquee {
    animation-play-state: paused !important;
}

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}
/* Slider Top End */

.inner_sub_wrapper {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 11px;
}

.item_sm_none .col-sm-9 {
    position: initial;
    width: 100%;
}

img.logo-img {
    width: 180px;
    position: relative;
    z-index: 99999;
}





.item_sm_none {
    display: flex;
    align-items: center;
}

.ourpartners .owl-prev.disabled{
    display: none;
}
.ourpartners .owl-next.disabled{
  display: none;
}
.partnersinnner .client-logo + span {
    display: none;
}
.partnersinnner.dispaly_date .client-logo + span {
  display: block
}
/*.clr_blue a:hover {
    color: #49aee4 !important;
}*/

.col_container{
  max-width: 62.666667%;
}

.sld_btn > a {
    color: #949494; 
}
.sld_btn > a:hover{
	color:#000 !important;  
}
.sld_btn.op_1{
	opacity: 1;
}
.page-count_left{
      margin-left: 5px;
    font-size: 12px;
}
.page-count_right{
  font-size: 15px;
  margin-right: 2px !important;
}
.op_1 {
    opacity: 0.5;
}
  .menu_sm_block{
    display: none;
  }
/* menu list*/
  .d_inline{
    display: inline-block;
  }
  .nav_mnu_list_wp {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
  }
  .nav_mnu_list_wp  > li {
      margin-right: 18px;
  }
  .nav_mnu_list_wp > li > a {
    color: #000;
    font-size: 15px;
    font-family: 'Helvetica';
    position: relative;
    text-transform: uppercase;
    position: relative;
}
.nav_mnu_list_wp li.active > a:before {
    content: '';
    position: absolute;
    bottom: -5px;
    height: 2px;
    width: 100%;
    background-color: red;
    left: 0;
}
.nav_mnu_list_wp > li:first-child > a {
    font-weight: 900;
}
.flex_p{
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.logo_section a{
  display: block;
}
/* end */






.over_text {
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    top: 0px;
    padding: 10px 0 !important;
    letter-spacing: 20px;
}
.over_text > strong {
    font-size: 60px;
}
.over_text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #bdbdbd87;
    /*background-color: rgba(255,255,255,0.5);*/
    width: 100%;
    height: 100%;
    z-index: -1;
}
.over_text > a {
    color: #ffffff !important;
}
.over_text > a:hover {
    color: #ffffff !important;
}
.over_text.main_title  > a:focus {
    color: #ffffff !important;
}
.main_title a:focus{
  color: #000 !important
}
.mt_59_top{
  margin-top: 59px;
}
.addmain { text-align:center; width:100%; height:auto; background:#FCFCFC; padding:30px 0px;}
.headtextmain {
    width: 100%;
    height: auto;
    text-align:left;
    font-size:72px;
    /* padding:70px 0px 80px 0px; */
    line-height:70px;
    animation: skewani;
    font-weight:800;
    font-family: 'madeleina_sansregular';
    
}
.section_one .slider_items {
    padding-right: 0px !important;
}

.headtextmain p { margin-top:20px; }
.headtextmain span {
    font-size:20pt;
    line-height:34px;
    margin-top: 86px;
    display: inline-block;
    margin-left: 47px;
    padding-bottom:55px;
    width: 90%;
    color:#231F20;
    font-family: 'Helvetica';
    font-weight: normal;
}
.headtextmain p {
  margin-top: 55px;
  padding-left: 42px;
  line-height: 82px;
  color: #231F20;
  font-family: 'Helvetica';
  font-size: 51pt;
  font-weight: 300;
}

.headtextmain p a {
color:#231F20;
}

.headtext { transition: all ease-in-out 0.4s; }
.headtext:hover p { color: #6c6e70 !important; transition: all ease-in-out 0.4s;}
.headtext:hover span { color: #6c6e70 !important; transition: all ease-in-out 0.4s;}






.banner { width:100%; height:auto; }
.banner img { width:100%; }

.margin-top-80 { margin-top:80px !important;}
.margin-top-40 { margin-top:40px !important;}

.ourpartners { width:100%; height:auto; }
.ourpartners h2 {
    font-size:40pt;
   font-family: 'Helvetica';
    color: #000;
    /* padding-bottom: 14px;
    margin-bottom: 10px;
    padding-top: 20px; */
    margin: 0;
    
}
.pt-0{
  padding-top:0px !important; 
}
.ml-auto {
    margin-left: auto;
}
.unset_justify{
  justify-content: unset !important;
}
.left_300 {
    margin-left: 300px;
}
.ourpartners h2 a { color: #000; }


/* .partnersinnner { font-size:28px; text-transform:uppercase; color:#808285; animation:animationleftfide; font-family: 'gillsans-lightlight';   } */

.partnersinnner p {
  color: #6D6E71;
  text-transform: none;
  font-size: 16px;
  width: 100%;
  line-height: 26px;
}

.partnersinnner p a {
    color: #58595B;
    position:relative;
}


.item .partnersinnner span {
margin-top:8px;
color:#58595B;
font-family: 'Helvetica';
/* margin-bottom:40px; */
width:auto;
position: relative;
float: left; }

.item .partnersinnner span:after { left: 0px;
    color: #d1d3d4;
    position: absolute;
    content: '';
    width: 56%;
    top: -5px;
    height: 2px;
    background: #d1d3d4; }



.partnersinnner p a:hover {
    color: #000;
    text-decoration:none;
}

.partnerslogo { margin-top:20px; }
.partnerslogo img { width:auto !important; height:35px; }





.partnersinnner figure { width:100%; height:auto; margin-bottom:25px; }
.partnersinnner figure img { width:100%; }


.partnersinnner span { font-size:13px;  font-family: 'Helvetica';
    font-size:10pt; }
.partnersinnner span b { color:#000; }


.partnersinnner b { width:100%; float:left;}

.partnersinnner b a {
    color: #fff;
    font-size:11px;
    margin-top:20px;
    float: left;
    background: #d1d3d4;
    border-radius: 15px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 40px;
    padding: 6px 21px;
    font-family: 'Helvetica';
}

.partnersinnner figure { width:100%; height:auto; }
.blogimagehover.beautyblog {
  padding-left: 20px;
}

.plash {
    width: auto;
    height: auto;
    float: right;
    font-size: 35px;
    font-weight: bold;
    color: #808285;
    position: absolute;
    right: 25px;
    bottom:0px;
}
.plash a { color:#231f20;
   /* transform: rotate(10deg);  */
   font-family: 'Helvetica'; font-weight: 300;  }
.plash a:hover { color:#000; text-decoration:none; 
  /* transform: rotate(20deg);  */
}

.beauty { width:100%; height:auto;}
.beauty h3 { font-size:89px;
color: #231F20;
font-family: 'Helvetica';
font-size:80px;
font-weight: normal;
padding: 60px 0px 40px;
margin: 0;}

.beauty h3 a { color: #231F20; }


.beautyblog p {
    color: #231F20;
    text-transform: none;
    text-align:left;
    font-size:14pt;
    width:100%;
    line-height: 29px;
     margin-top: 25px;
    /* font-family: 'Helvetica'; */

}

.beautyblog p a { color: #000; }

.beautyblog span {
    font-size:12px;
    text-align: center;
    width:auto;
    display: inline-block;
    font-family: 'Helvetica';
    font-size:10pt;
    color: #58595B;
    position:relative;
    margin-top: 25px;
}

.beautyblog span:after { width:50%; position:absolute; top:-15px; height:1px; background:#58595B; content:''; left:0px;}



.beautyblog figure { width:100%; }
.beautyblog figure img { width:100%; }
/* .beautyblog { padding: 0px 25px;} */
.margin-top-46 { margin-top:50px; }

.hotel { width:100%; height:auto; margin-top:0px; }

.main_title{
    color:#231F20;
    padding: 0px;
    font-family: 'Helvetica' !important;
    font-size:35pt !important;
    text-transform:uppercase;
    font-weight:400;
    padding-bottom: 50px;
    margin: 0;
}
.slider_items {
    display: none;
}

.main_title > a {
    color:#231F20;
}

.margin-bottom-80 { margin-bottom:50px; }


.hotel .bannnerinner p 
{ 
font-size:36pt !important; font-family: 'Helvetica';
line-height: 63px;}

.hotel .bannnerinner p a { color:#fff; }
  .hotel .bannnerinner b {
    font-size: 36pt;
    font-family: 'helveticaregular';
    font-weight: normal;
} line-height: 50px;}
.hotel .bannnerinner p a:hover { color:#fff !important; }
.hotel .bannnerinner b { font-size:36pt; font-family: 'Helvetica'; font-weight: normal; }
.hotel .bannnerinner span { font-size:14px !important; }

.hotel1 img { width:100%;}
.bannnerinner p {
    text-align: center;
    color: #000;
    text-transform: none;
    text-align: center;
    font-size:40px;
   line-height: 54px;
   margin-top:25px;
   transition: all .8s ease; 
}

.bannnerinner span {
    font-size:14px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.imagesblog { width:100%; height:auto; margin-top:20px; }
.imgblog p { width:100%; text-align:center; font-family: 'Helvetica'; color:#231F20; font-size:21pt; line-height:32px;}
.imgblog span { width:100%; text-align:center; display:inline-block; font-family: 'Helvetica'; color: #d1d3d4; font-size:10pt; }
.imgblog figure { width:100%; overflow:hidden; }
.imgblog figure img{
transform: scale(1);
transition: opacity 0s ease-in,transform .9s cubic-bezier(0.39,.575,.565,1);}

.imgblog figure img:hover
 {
transform: scale(1.1);
transition: opacity 0s ease-in,transform .6s cubic-bezier(0.39,.575,.565,1);
 }


.padding-left-0 { padding-left:0px !important; }
.blogcaption {
    position: absolute;
    z-index: 9999;
    color: #fff;
    font-size: 15px;
    top:360px;
    text-align: right;
    right: 50px;
}

.blogcaption p {
    text-align: right;
    font-size: 28px;
    line-height: 38px;
}

.blogcaption span {
    font-size:15px;
}

footer {
    width: 100%;
    height: auto;
    display:inline-block;
}
.footertop {
    border-bottom: 1px solid #000;
   padding-bottom: 76px;
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}

.foottext {
    line-height: 145px !important;
    color: #000;
    font-size: 26px;
}

.footconter { width:100%; height:auto; text-align:center; }
.footconter span {
    width: 100%;
    text-align: center;
    font-size: 29px;
    margin-top: 21px;
    display: inline-block;
}

.footconter ul { margin:0px; padding:0px; }
.footconter ul li {
    padding: 0px 10px;
    margin: 76px 0px 20px 0px;
    display: inline-block;
    list-style: none;
    font-size: 15px;

}

.footconter ul li a { 
	color:#231F20; 
	font-size:12pt; 
	font-family: 'Helvetica' !important; 
	font-weight:400;
}

.copyright {
    width: 100%;
    text-align: center;
    font-size:12px;
    margin-top:111px;
    color:#58595B;
    font-family: 'Helvetica';
}
.socialicon { width:100%; height:auto; margin:0px 0px 20px 0px; }
.socialicon a { color:#231F20; font-size:12pt; font-family: 'Helvetica'; margin:0px 10px; }
.socialicon img { margin:0px 10px; }




.container1 {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 40%;
  left: 0;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
}
.container1 p {
  font-size: 20px;
}
.container1 a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #FF5252;
  text-decoration: none;
  font-size: 20px;
  overflow: hidden;
  top: 5px;
}
.container1 a:after {
  content: '';
  position: absolute;
  background: #FF5252;
  height: 2px;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  -webkit-transition: .35s ease;
  transition: .35s ease;
}
.container1 a:hover:after, .container1 a:focus:after, .container1 a:active:after {
  width: 100%;
}
.pd_space_0 {
    padding-top: 0px !important;
}

.button_container {
  position: fixed;
  top: 5%;
  right:5%;
  height:11px;
  width:11px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  
  background: #000;
}
.button_container.active .middle {
  opacity: 0;
  background: #000;
}

.button_container span {
  background: #000;
  border: none;
  height:1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}


.button_container.active .top:after {
    position: absolute;
    width:100%;
    height: 110%;
    position: absolute;
    content: '';
    background: #fff;
    transition: .3s;
    animation: nav_lines 3s .15s infinite;
}

.overlay {
  position: fixed;
  background-color: #fff;
  top: 0;
  right: 0;
  width:100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, width .35s;
  transition: opacity .85s, visibility .85s, width .85s;
  overflow: hidden;
  z-index:99999;
}

.bg-white-menu{
  /*padding:58px 60px;*/
  padding:90px 60px 0;
  background-color: #fff;
}
.overlay.open {
  opacity:1;
  visibility: visible;
  width:100%;
 
 
}
.overlay.open .overlay-menu li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}

.overlay.open li a:hover { color:#666; }

.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;

}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}


.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: .55s;
          animation-delay: .55s;
}


.overlay.open li:nth-of-type(6) {
  -webkit-animation-delay: .60s;
          animation-delay: .60s;
}


.overlay.open li:nth-of-type(7) {
  -webkit-animation-delay: .65s;
          animation-delay: .65s;
}



.overlay.open li:nth-of-type(8) {
  -webkit-animation-delay: .70s;
          animation-delay: .70s;
}

.overlay.open li:nth-of-type(9) {
  -webkit-animation-delay: .75s;
          animation-delay: .75s;
}


.overlay.open li:nth-of-type(10) {
  -webkit-animation-delay: .80s;
          animation-delay: .80s;
}

.overlay.open li:nth-of-type(11) {
  -webkit-animation-delay: .85s;
          animation-delay: .85s;
}

.overlay ul li:last-child { margin-bottom:0px; }
.overlay ul li:last-child a { margin-bottom:0px; }




body.notScroll{
  overflow: hidden;
}

/*.overlay nav {
  position: relative;
  height:auto;
  top:15%;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  font-family: 'Vollkorn', serif;
  font-weight: 400;
}*/
/*.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}*/
/*.overlay ul li {

  position: relative;
  margin-bottom: 10px;
}*/
/*.overlay ul li a {
  display: inline-block;
  position: relative;
  color: #000;
  text-decoration: none;
  font-size: 20pt;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: 'Helvetica';
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width:2px;
  height:100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  top: 0;
  left:-3%;
  width:2px;
  height:0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  
  background:#ed1d24;
  -webkit-transition: .35s;
  transition: .35s;
}*/


/*.overlay ul li .active { color:#666 !important; }*/

ul.footer_menu li a {
    font-size: 16px !important;
}



@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}



@-webkit-keyframes skewani {
  0% {
    opacity: 0;
    transform: skewX(63.777986deg) translateX(-12.399625vw);
       animation-duration:0s;
  }
  100% {
    opacity: 1;
    transform: skewX(0deg) translateX(0vw);
    animation-duration:15s;
  }
}



@-webkit-keyframes animationleftfide {
  0% {
    opacity: 0;
    margin-left:120px;
       animation-duration:0s;
  }
  100% {
    opacity: 1;
    margin-left:0px;
    transform: translateX(0px);
    animation-duration:15s;
  }
}




@-webkit-keyframes nav_lines{0%,100%

  {-webkit-transform:translateX(-3px);
    transform:translateX(-3px)}
    50%{-webkit-transform:translateX(-50px);
      transform:translateX(-50px)}}

@keyframes nav_lines{0%,100%
{-webkit-transform:translateX(-2px);transform:translateX(-2px)}
50%{-webkit-transform:translateX(-40px);
  transform:translateX(-40px)}}

/* .item img { width:100%; } */
.bloghover {transition: all ease-in-out 0.4s;}

.bloghover:hover 
{ animation: box_shadow 1s forwards;
animation-delay: .475s;
position:relative;
z-index:9999;
transition: all ease-in-out 0.4s;
-ms-transform: scale(1.075);
transform: scale(1.075); }


.blogimagehover figure { width:100%; overflow:hidden; }
.blogimagehover img{
transform: scale(1);
transition: opacity 0s ease-in,transform .4s cubic-bezier(0.39,.575,.565,1);}

/*.blogimagehover img:hover
 {
transform: scale(1.2);
transition: opacity 0s ease-in,transform .4s cubic-bezier(0.39,.575,.565,1);
 }*/

.imagehovereffect { transform: scaleX(1); transition: all .8s ease; }
.imagehovereffect:hover {transform: scale(0.9, 0.9); transition: all .8s ease; }


.imagehovereffect a {
-webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-user-select: -moz-none;
    display: flex;
    overflow: hidden;
    text-decoration: none;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    cursor: pointer;
    overflow: hidden;
    transition: all .8s ease;
}

.imagehovereffect a:hover {
transition: all .8s ease; 
}




 .imagehovereffect img {
    width:100%;
    height:100%; 
    opacity: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: opacity .5s ease .1s,-webkit-transform .5s cubic-bezier(.455,.03,.515,.955);
    transition: opacity .5s ease .1s,transform .5s cubic-bezier(.455,.03,.515,.955);
    transition: opacity .5s ease .1s,transform .5s cubic-bezier(.455,.03,.515,.955),-webkit-transform .5s cubic-bezier(.455,.03,.515,.955);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: scale3d(1,1,1);
    transition: all .8s ease;
    
    }

 .imagehovereffect img:hover {
    -webkit-transform: scale3d(1.15,1.15,1);
    transform: scale3d(1.15,1.15,1);
    transition: all .8s ease;

 }


 .bigcaption:hover .imagehovereffect{
    transform: scale(0.9, 0.9); transition: all .6s ease; 

 }

 .bigcaption:hover .imagehovereffect img {
    -webkit-transform: scale3d(1.15,1.15,1);
    transform: scale3d(1.15,1.15,1);
    transition: all .6s ease;

 }


.bigcaption:hover .imagehovereffect a{
transition: all .8s ease; 
}



/*.imagehovereffect { transform: scale(1); overflow:hidden;
transition: transform .5s cubic-bezier(.455,.03,.515,.955),-webkit-transform .9s cubic-bezier(.455,.03,.515,.955);} 

 .imagehovereffect:hover { -webkit-transform: scale3d(.97,.97,1);
    transform: scale3d(.97,.97,1); overflow:hidden;
transition: transform .5s cubic-bezier(.9,.03,.9,.9),-webkit-transform .9s cubic-bezier(.455,.03,.515,.955);}

.imagehovereffect:hover img { width:90vw; height: 100vh;
    object-fit: cover; overflow:hidden;
transition: transform .5s cubic-bezier(.455,.03,.515,.955),-webkit-transform .6s cubic-bezier(.455,.03,.515,.955); }

.imagehovereffect img { width:100vw; height: 100vh;
    object-fit: cover;  overflow:hidden;
transition: transform .5s cubic-bezier(.455,.03,.515,.955),-webkit-transform .6s cubic-bezier(.455,.03,.515,.955); }

.imagehovereffect:hover .bannnerinner p {  margin-top:75px;  transition: all .6s ease;  }*/




 #search-result {
  text-align: center;
  margin: 150px auto;
  font-size: 35px;
  color: #fff;
}
.popover.search-popover {
  background:#ed1d24;
  border-radius: 0;
  border: none;
  max-width: 100%;
}
.popover.search-popover .arrow {
  display: none;
}
.popover.search-popover.bottom {
  margin-top:41px;
}
.search-box {
  position: relative;
}
.search-box input[type="search"] {
    position: relative;
    background: transparent;
    color: #eee;
    outline: 0;
    width: 100%;
    top: 0;
    height: inherit;
    padding: 1em;
    padding-right: 3em;
    font-size: 20px;
    border: 3px solid #fff;
    color: #fff;
}
.search-box .search-close {
  position: absolute;
  background: transparent;
  color: #ccc;
  border: none;
  outline: 0;
  width: 2em;
  right: 1em;
  top: 0.5em;
  bottom: 0.5em;
  padding: 0;
  z-index: 1;
  cursor: pointer;
}



.animated {
  animation-duration:0.9s !important;
  animation-fill-mode: both;
}


.p-menu__btn-icon>span:nth-child(1)>span {
    -webkit-animation: nav_lines 3s .15s infinite;
    animation: nav_lines 3s .15s infinite;
}








/*
inspired from https://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}


.addmain1 {padding:0px 0px; text-align:center; }
.menusearch {
    width: 100%;
    transition: all .4s ease;
    overflow: hidden;
    height: auto; 
    border-bottom:2px solid #000000;
    padding: 0px 0px;
    margin: 0px 0px 0px 0px; 
    font-family: 'madeleina_sansregular';
     position: relative;
    top: 0px;
    font-size: 31px;
    font-weight: bold;
    font-family: 'gillsans-lightlight'; 
}

/* ::-webkit-input-placeholder { height:100%; } */

.formexpand {width:60%; transition: all .4s ease;}

.menusearch input {
  border: 0px;
  /* width: 90%;
  height: 60px; */
  font-family: 'Helvetica'; 
  /* font-size: 36pt;
  font-weight: 900; */
  color: #000;
}
.menusearch button {
  border: 0px;
  background: none;
  float: right;
  /* border: 3px solid #060808; */
  color: #060808;
  font-size: 25px;
  padding: 8px 0px;
  font-family: 'Helvetica';
  font-weight: bold !important;
}
/* .menusearch button:hover { color:#fff; background:#060808;  border: 1px solid #060808; } */

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.addbg { background:#f1f1f2 !important; padding:70px 0px; }

.margin-top-25 {
    margin-top:25px;
}




.overlay ul li .active:after {
    content: '';
    position: absolute;
    top: 0;
    right: -3%;
    width: 2px;
    height:100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #ed1d24;
    -webkit-transition: .35s;
    transition: .35s;
}


.menubox {
   width: 39px;  
  cursor: pointer;
  /* float: right; */
}
.navline {
  /* position: relative !important;
  top: 0px !important;
  right: 0px !important;
  float: right; */
  /* width:35px;
  height: 35px; */
  /* background: #231f20; */
  /* border-radius: 50px;
  padding-top:10px;
  padding-left:10px; */
}

.fill-color {
  fill: #231f20; width:50px;
}

.menubox ul { margin:0px; padding:0px; display: inline; }
/*.menubox ul li {
  width: 64%;
  overflow: hidden;
  list-style: none;
  height: 2px;
  float: left;
  position: relative;
  background: #fff;
  padding-right: 0px;
  opacity: 1;
}*/
.closemenu ul li { background:#000 !important; }
.closemenu ul li:after {
    background:#fff !important;
}


.menubox ul li:nth-child(2) {
    margin: 0.5rem 0;
}

/* .menubox ul li:after {
    position: absolute;
    width: 36%;
    height: 100%;
    position: absolute;
    content: '';
    background:#231f20;
    animation: nav_lines 3s .15s infinite;
    transition: .3s;
    right: 0px;
} */

/* Animated Menu*/

.line_ani li {
    background-color: #000;
    display: block;
    clear: both;
    cursor: pointer;
    height: 3px;
    position: relative;
    overflow: hidden;
}
.line_ani > li:after {
    position: absolute;
    /*width: 32%;*/
    width: 6px;
    height: 100%;
    position: absolute;
    content: '';
    background-color: #fff;
    animation: nav_lines 3s .15s infinite;
    transition: .3s;
    right: 0px;
}
.line_ani > li:nth-child(1) {
    width: 39px !important;
}
.line_ani > li:nth-child(2) {
    width: 29px !important;
}
.line_ani > li:nth-child(3) {
    width: 19px !important;
}
.line_ani > li:nth-child(2):after {
    animation: nav_lines 3s 0.45s infinite;
}
.line_ani > li:nth-child(3):after {
    animation: nav_lines 3s .65s infinite;
}
.overlay.open .nav_menu_inner > li{
    animation: fadeInRight .5s ease forwards;
    animation-delay: .35s;
}
.closemenu {
    float: right !important;
    margin-right: 1px;
    height: 53px;
    margin-top: -234px;
}
.menubox_cl {
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
    margin: 0px;
    position: absolute;
    right: 0px;
    z-index: 9999;
    top: 0px;
}

.menubox_cl > ul >li {
    width: 64%;
    overflow: hidden;
    list-style: none;
    height: 2px;
    float: left;
    position: relative;
    background: #fff;
    padding-right: 0px;
    opacity: 1;
}
.menubox_cl > ul li:after {
    position: absolute;
    width: 36%;
    height: 100%;
    position: absolute;
    content: '';
    background: #231f20;
    animation: nav_lines 3s .15s infinite;
    transition: .3s;
    right: 0px;
}
.menubox_cl > ul li:nth-child(2):after {
    animation: nav_lines 3s .3s infinite;
}
.menubox_cl > ul li:nth-child(3):after {
    animation: nav_lines 3s .45s infinite;
}



.input_srh::placeholder {
    font-size: 20px;
    color: #ccc;
    font-weight: 500;
    padding: 0 !important;
}

.input_srh {
    padding: 0;
    width: 100%;
    border: 0;
    color: #000;
    font-size: 20px;
    font-family: 'Helvetica';
}
.border_b {
    border-bottom: 1px solid #080808;
    padding-bottom: 4px;
}
  .btn_left {
      position: absolute;
      height: 100%;
      right: 0;
      background: transparent;
      border: 0;
      color: #000;
      font-size: 26px;
      padding: 0 0px;
      font-family: 'Helvetica';
      font-weight: 600;
  }
  .focus_out:focus{
    outline: none;
  }
  .space_a{
    height: 42px;
  }
  .w-100{
    width: 100%;
  }
  .hiden_blk{
    visibility: hidden;
    opacity: 0;
  }
/* Animated Menu End*/




/*.menubox ul li:nth-child(2):after { animation: nav_lines 3s .3s infinite; }*/
/*.menubox ul li:nth-child(3):after { animation: nav_lines 3s .45s infinite; }*/
.menubox ul li:last-child { width:64%; }
.menubox:hover ul li:nth-child(2) { width:64%; }
.menubox:hover ul li:last-child { width:64%; }

.closemid { opacity:0 !important; }

.closetop {
  margin-top: 20px !important;
  transform: rotate(134deg) translate(9.438px, -3.375px) !important;
}

.closebottom {
  margin-top: -3px !important;
  transform: rotate(37deg) translate(-11px, -6.475px) !important;
}

/*.closemenu {
  position: absolute;
   top: 0;transform: rotate(4deg); 
  top: 15px;
  right: 15px;
}*/
.topadd {padding:0px !important; }
.topadd img { width:100%; height:auto; padding:0px !important;}
.bigcaption { position:absolute; z-index:999; bottom:73px; color:#fff; width:100%; text-align:center;}
.bigcaption p { color:#fff; line-height: 40px; font-size:49px !important;
    font-family: 'Helvetica';
    line-height:50px;
} 

.bigcaption span { position:relative; width:auto; margin:auto;}
.bigcaption span:after {
  position: absolute;
  top: -20px;
  width: 70%;
  height: 2px;
  background: #d1d3d4;
  content: '';
  left: 0px;
  right: 0;
  margin: 0px auto;
}
.slide__title span { position:relative; width:auto;}
.slide__title span:after { position:absolute; top:-20px; width:70%; height:2px; background:#fff; content:''; left:0px; right:0; margin:0 auto;}



.bodertop-boderbottom { border-top: 1px solid #58595b; border-bottom: 1px solid #58595b; }
.paddingtop-paddingbottom { padding-top:295px !important; padding-bottom:295px !important; }
.padding-bottom40 { padding-bottom:40px;}


.my-slider {
   height:auto;
   margin: 0 auto;
   /*width: 900px;*/
   width: 100%;
}

.slide__title {
text-align: center;
}


/* .bannnerinner {
    margin-bottom:50px;
} */




.my-slider li { width:1000px; list-style: none; }
.my-slider ul {
   height:auto;
   overflow: hidden;
}
.my-slider li {
   float: left;
}

.my-slider li img { width:90%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}



.footimage img {
    height: 329px;
    width: auto;
}

.footlogo img {
  width: 180px;
}

.imgblog p a { color:#231F20;}

.closemenu ul li {
    height:2px !important;
}



.slideshow {
  position: relative;
  z-index: 1;
  height: 100%;
  margin:0px auto;
}
.slideshow * {
  outline: none;
}

.slideshow .slider-track {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.slideshow .item {
  height: 100%;
  position: relative;
  z-index: 1;
}
.slideshow .item img {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.slideshow .item.slick-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}


.slider-ctr {
  width:100%;
  height:auto;
  position: relative;
  top:0;
  left:0%;
  margin-top:0px;
  margin-left:0px;
  box-sizing: border-box;
  border:0px solid white;
  border-radius:0px;
  overflow: hidden;
  min-height:100vh;
 
}

.slider-ctr:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
  z-index: 9;
}

.slider-control {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 80px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.15);
  z-index: 99;
}

.slider-control .control {
  width: 50%;
  height: 40px;
  display: block;
  float: left;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  transition: .3s all ease;
  background: white;
}

.slider-control .control .icon {
  pointer-events: none;
  transition: .3s all ease;
}

.slider-control .control.disabled {
  pointer-events: none;
  background: #ddd;
}

.slider-control .control.disabled .icon { opacity: .5; }

.slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.45s all cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.slide:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.125);*/
}

.slide.slide-on {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

.slide.text-on .title {
  transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1) 0.45s;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.slide.text-on .author {
  transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1) 0.6s;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.slide img { display: block; }

.slide figcaption {
  position: absolute;
  top: 30px;
  left: 30px;
}

.slide .title {
  font-size: 50px;
  margin-bottom: 2px;
  color: white;
  transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1) 0.45s;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  font-weight: 400;
  letter-spacing: 10px;
  text-transform: uppercase;
  position: relative;
}

.slide .author {
  font-size: 16px;
  color: white;
  opacity: .8;
  transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1) 0.45s;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  font-weight: 300;
  letter-spacing: 3px;
  position: relative;
  z-index: 9;
}


#grouploop-1 { display:none; }

.darkHeader {
  animation: smoothScroll 0.7s forwards;
  position:fixed;
  width:100%;
  top:0px;
  z-index:999;
  background:#fff;
  /*box-shadow: 0px 0px 9px #666;*/
  padding: 6px 0px 2px 0px !important;
}


@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
    -moz-transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
}


@-webkit-keyframes  smoothScroll {
  0% {
    transform: translateY(-40px);
    -moz-transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
}

body {
    overflow-x: unset !important;
    min-height:100vh !important;
}
/*.dy-margin{
  margin-top: 179.83px;
}*/


header img {
    width:auto;
    transition: all ease-in-out 0.4s;
}


.darkHeader img {
    width:202px;
    transition: all ease-in-out 0.4s;
}


.darkHeader .menubox {
   margin-top: 0px;
}

.darkHeader .topmenu {
    margin-top: 0px;
}




.mainwrap {
    max-width: 1400px;
    margin-right:4vw;
    margin-left:4vw;

}


.owl-prev, .owl-next {
  /* background: #fff!important; */
  width: 25px; 
  /* border: 2px solid #ada8a8 !important; */
  height: 25px;
  border-radius: 50%;
  margin: 0px 12px;
  color: #000 !important;
}
/* .owl-prev:hover, .owl-next:hover {
  border: 2px solid #000!important;
} */

/* .owl-next {
    background: #000 !important;
    width: 25px;
    height: 25px;
    border-radius:50%;
    margin:0px 12px;
} */

.owl-nav {
    text-align: center;
    /* margin-bottom: 20px; */
}


.slidedwon{
  display: none;
}

.Fashion .owl-nav.disabled {
  margin-top: 10px !important;
}



.Fashion .owl-stage {
  transition: all 0.9s ease 0s !important;
}
.position-reelative {
  position: relative;
}

.max-w800{
  max-width: 800px; margin: 0 auto;
}


 /* .section-height{
  height:730px;
}  */

h3.slidetitle {
  position: absolute;
  bottom: 28%;
  max-width: 700px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.overlay.open::-webkit-scrollbar { display: none; }

 .automoveslider .owl-nav.disabled{
   display:none !important;
 }

.d-flex {
  display: flex; -webkit-display: flex; -ms-display: flex; -moz-display: flex;
  justify-content: space-between;  -webkit-justify-content: space-between;  -ms-justify-content: space-between; -moz-justify-content: space-between;
  /* padding-bottom: 5px; */
}

input:focus::placeholder {
  color: transparent;
}


.padding-bottom-70 {
  padding-bottom: 70px !important;
}

.padding-top-70{
  padding-top: 70px !important;
}

.padding-top-50{
padding-top: 50px !important;
} 
.padding-bottom-50{
  padding-bottom: 50px !important;
}

.position-relative {
  position: relative;
}

/* .beautyblog {
  padding: 25px 20px 0px;
} */

/* .h-slider{
  height:660px; width: 100%; object-fit: cover;
} */

[title]:hover::after {
  position: absolute;
  bottom: -120%;
  left: -30px;
  width: 200px;
  right: 0;
  margin: 0 auto;
}

.plash a {
  font-size: 13px;
  text-transform: uppercase;
  color: #000 !important;
  /* position: relative; */
}

.title-hotel a[title]:hover::after{
  content: 'More hotel';
}

.title-beauty a[title]:hover::after{
  content: 'More Beauty';
}

.title-fashion a[title]:hover::after{
  content: 'More Fashion';
}

.title-Luxury a[title]:hover::after{
  content: 'More Luxury';
}

.title-Dining a[title]:hover::after{ 
  content: 'More Dining';
}

.title-Travel a[title]:hover::after{
  content: 'More Travel';
}

.arrow-none .owl-nav {
  display: none !important;
}

.padding-bottom-50{
  padding-bottom: 50px;
}

.title-fashion {
  bottom: 55px ;
}

.title-Travel {
  bottom: 55px ;
}
.align-items-center{
  align-items: center; -webkit-align-items: center; -ms-align-items: center; -moz-align-items: center;
}

.boder-bottom-2{
  border-bottom: 1px solid #58595b;
}

.border-top-2{
  border-top: 1px solid #58595b;
}

.client-logo {
  width: 100px;
  height: 100px;
}







/*.vertical-line::before {
  position: absolute;
  top: 125%;
  width: 2px;
  height: 45px;
  background:#231F20;
  content: "";
  margin: 0px auto;
  left: 0;
  right: 0;
}*/

.vertical-line {
  position: relative;
}

p.mail-request {
  color:#231F20;
  margin-top: 25px;
}

p.mail-request span {
  margin-bottom: 6px;
  display: inline-block;
}

.form-control-100 {
  width: 100%;
  border: none;
  background: transparent;
  color: #231F20;
  padding: 11px 10px;
  font-size: 12px;
}
  
.letter-input {
  border-bottom: 2px solid#231F20;
  max-width: 500px;
  margin: 50px auto;
}

  span.letter-content {
    color: #231F20;
    margin-left: 10px;
}

.letter-btn {
  margin: 20px 0px;
}

button.btn-ltr {
  background-color: #231F20;
  border: none;
  color: white;
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}

p.ltr-content {
  color: #231F20;
}

p.ltr-email {
    color: #231F20;
    font-size: 14px;
    font-family: 'Helvetica';
    text-align: center;
}

.vr {
    height: 50px;
    width: 2px;
    background: #000;
    margin: 50px auto;
}
.center_flx{
  justify-content: center;
}
/* cs checkbox*/
  .flex_end {
      display: flex;
  }
  .p_relative{
    position: relative;
  }

  .larger_checkbox {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
  }

  .larger_checkbox:checked + label {
      background: #101010;
  }

  .cs_checkbox {
      width: 25px;
      height: 22px;
      border: 1px solid #101010;
      border-radius: 0.4rem;
      margin-bottom: 0;
  }

/* Cs checkbox End*/

/* placeholder text*/

  .place_text::placeholder {
      font-size: 14px;
  }
.letter-input input::placeholder {
    text-align: center;
}
.hide_text:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
}
/* placeholder End*/

.btn_md {
    padding: 12px 23px !important;
}
.block_space {
    height: 220px;
}
.space_58{
  height: 58px;
}
.cs_font{
   font-size: 15px !important;
    padding-left: 47px;
  font-weight: 200 !important;
}
.scroll_fx_h {
    padding-top: 150px;
}
.mb_10 {
    margin-bottom: 5rem;
}
.mt_0{
  margin-top: 108px !important;
}
.span_date{
    font-size: 10pt !important;
    position: relative;
    text-transform: capitalize;
    margin-top: 24px !important;
    padding-bottom: 0px !important;
}
.span_date:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 41px;
    height: 1px;
    background: #58595B;
}
.bg_white{
  background-color: #ffffff
}
.arrow_section > svg {
    width: 40px;
    height: 40px;
    background: #231f20;
    border-radius: 50%;
    padding: 6px;
    fill: #fff !important;
    position: fixed;
    bottom: -80px;
    right: 5%;
    transition: 0.5s linear;
    z-index: 999;
    cursor: pointer;
    transform: translate(-50%,-50%);
}
.arrow_section > svg:hover {
  background:#231f20cf;
}
.arrow_section svg.up {
    bottom: 1.5rem;
    transition: 0.5s linear;
}

.modal_nav {
    margin: 0;
    padding: 50px 100px !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between !important;
}
.modal_nav li {
    text-align: left !important;
    margin-bottom: 0px;
    width: unset !important;

}
.inner_menu > .modal_nav > li > a {
    font-size: 20pt;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: unset;
    margin-bottom: 0;
}
.hide_text {
    opacity: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    font-size: 18px !important;
    bottom: 0px;
    right: 0; 
    transform: translate(-50%,-50%);
    color: #000;
    transition: 0.5s linear;
    z-index: 1;
}
.show_text .hide_text{
  opacity: 1;
  transition: 0.5s linear;
  right: 0;
}

.line_hrozontal_nw {
    border-color: #000;
    margin-bottom: 0;
    margin-top: 70px;
}
.inner_menu > .modal_nav > li > a:after {
    content: unset !important;
}
.stop_cr1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 7%;
    height: 100%;
    z-index: 4;
}
.stop_cr2 {
    position: absolute;
    top: 0;
    left:0;
    width: 7%;
    height: 100%;
    z-index: 4;
}
.stop_cr3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 4;
}
.main_side_space {
    padding: 0 30px;
}

.line_hrozontal{
    border: 0;
    border-top: 1px solid #58595b !important;
    margin: 30px 0 30px 0;
}
.hr_line{
    border: 0;
    border-top: 1px solid #58595b !important;
    margin: 70px 0 25px 0;
}
.hr_line_tb_70{
      margin: 70px 0;
      border: 0;
      border-top: 1px solid #58595b !important;
}
.wow {
 /* visibility: hidden;*/
  animation-name: none;
}
.mt-2 {
    margin-top: 2rem;
}
/*.partnersinnner {
    background: #fff;
}

.bg_white {
    background-color: #fff;
}*/

/* All html*/

.wrapper_all_section {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.main_bind {
    flex-grow: 1;
}
.img__fluid{
    max-width: 100%;
    height: auto;
}
.img_option {
    margin: 0;
    padding: 30px 0rem;
}
.img_option li {
    color: #58595B;
    font-size: 13px;
    margin-right:16px;
    font-family: var(--font_h);
    list-style: none;
    padding-left: 1rem;
    border-left: 2px solid red;
}
.space_40 {
    margin-bottom: 40px;
    padding-left: 30px;
}
.space_30{
  margin: 40px 0;
}
.title_sect h1 {
    color: #000;
    font-size: 47px;
    font-weight: 600;
    line-height: 56px;
    margin-top: 0;
    margin-bottom: 0px;
}
.title_sect p {
    color: #231F20;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px !important;
    padding: 10px 0;
}
.divider_66{
  margin-top: 66px;
}
hr.line_hrozontal_70{
  margin: 70px 0;
  border-color:#58595b;
}
.img__fluids {
    max-width: 400px;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.slide--title{
  font-size: 20px !important;
}
.over_content{
  overflow: hidden;
}
.pagingInfo{
    position: absolute;
    color: #000 !important;
    z-index: 99;
    font-size: 15px;
    font-family: 'Helvetica';
    font-weight: 900;
}

  /* Menu Css*/

  .inner_sub_wrapper ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    justify-content: center;
  }
  .text_w_900{
    font-weight: 900;
  }
   .inner_sub_wrapper ul > li{
    margin-right: 18px;
  }
  .inner_sub_wrapper ul > li:last-child{
    margin-right: 0px;
  }
  .inner_sub_wrapper ul > li >a{
    color: #000;
    font-size: 15px;
    font-family: 'Helvetica';
    position: relative;
    text-transform: uppercase;
  }
  .inner_sub_wrapper ul > li >a:hover{
    color: #000;
  }
  .inner_sub_wrapper ul > li >a:focus{
    color: #000;
  }

  /* Menu End*/




/* Inner page html*/
 .pagi-disabled {
   pointer-events: none;
   opacity: 0.3;
}
.inside_sider .partnersinnner{
  padding-left: 20px;
}
/*.meun_list_sub > .list_sub_mnu{
  display: flex;
  list-style: none;
  margin: 0;
  padding:0;
  justify-content: center;
}*/

/*.meun_list_sub > .list_sub_mnu > li:first-child > a {
    font-weight: 900;
}

.meun_list_sub > .list_sub_mnu > li > a {
    color: #000;
    font-size: 15px;
    font-family: 'Helvetica';
    position: relative;
    text-transform: uppercase;
}

.meun_list_sub > .list_sub_mnu >  li {
    margin-right: 18px;
}
.meun_list_sub > .list_sub_mnu >  li:last-child {
    margin-right: 0px;
}*/
.list_sub_mnu li.active > a:before {
    content: '';
    position: absolute;
    bottom: -5px;
    height: 2px;
    width: 100%;
    background-color: transparent;
    left: 0;
}
.list_sub_mnu li.active.text_w_900 > a:before{
	content: '';
    position: absolute;
    bottom: -5px;
    height: 2px;
    width: 100%;
    background-color: red;
    left: 0;
}

.b_line > a {
    border-bottom: 2px solid;
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
}
.hide_text > a {
    color: inherit;
}
.hide_text > a:focus {
    color: inherit;
}
.vlog_video_block > .slider_img_block{
    width: calc(100% - 387px);
    height: 492px;
    margin: 0 auto;
}
.vlog_video_block > .slider_img_block > .video_cls{
      box-shadow: 0px 5px 10px #b3b3b3;
    border-radius: 8px;
}
.up_side_block {
    width: calc(100% - 382px);
    margin: 0 auto;
}
/* Inner page html End*/

/* Social icon */

.list_list_social{
    display: flex;
    margin: 0;
    padding: 0;
}

.list_list_social li {
    font-size: 20px;
    margin-right: 14px;
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    border-radius: 35px;
}


.list_list_social > li:last-child{
  margin-right: 0;
}

/* Social Icon End*/







/* All Html End*/
.flex_end {
    justify-content: flex-end;
}
.full_slider_hotel .slider_img_block{
  height: 450px;
}

/*sub menu */
.just_center{
  justify-content: center;
}
.mt_space_20 {
    margin-top: 40px;
    padding: 0 30px;
}
.social_icon_dot {
    padding-left: 30px;
}
.spc_30pt{
  padding-bottom: 30px !important; 
}
.vs_hidden {
    visibility: hidden;
}
.flex.mnu_flex {
    display: flex;
    align-items: center;
}
.large_slider_container {
    padding: 0 3rem;
}

.ml_auto {
    margin-left:auto;
}
.nav_text{
    color: #f7f6f2;
    font-size: 16px;
    font-family: 'Helvetica';
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 4px;
    font-weight: 800;
    transform: translateX(-50%) translateY(-50%);
    mix-blend-mode: difference;
}
.cs_slider_btn .slick-prev {
    left: 0;
    z-index: 3;
    height: 100%;
    width: 50%;
    opacity: 0;
}
.cs_slider_btn .slick-next {
    right:0;
    z-index: 3;
    height: 100%;
    width: 50%;
    opacity: 0;
}
/*.slick-list.draggable{
  display: none;
}*/
.lazy .slick-dots {
    display: none !important;
}
.mb_0{
  margin-bottom: 0px !important;
}
.flot_unset{
  float: unset !important;
}

/* sub menu end*/

/* all slider Css*/
.arrow_cls {
    width: 30px;
}
.p_left_20{
  padding:0 20px;
}
.center_container{
    max-width: 400px;
    margin: 0 auto;
}
.cs_category{
    max-width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}
.title_img {
    font-size: 11px;
    letter-spacing: 0;
    margin-top: 20px;
    font-weight: 400;
    background: #231f20;
    color: #fff;
    padding: 2px 5px;
    position: absolute;
    width:130px;
	line-height:18px;
}
.pagin_text {
    position: absolute;
    top: 30px;
    left: 0px;
    color: #fff;
    width:80px;
    display: flex;
    align-items: baseline;
}
.pagintext.pagins_next:before {
    content: '<';
    font-size: 15px;
    position: absolute;
    left: -32px;
    top: 16px;
    color: #fff;
    transform: translate(78%,-50%);
    text-transform: uppercase;
    letter-spacing: 1px;
    display:none;
    opacity:0;
}
.pagintext.pagins_pre:after {
    content: '>';
    font-size: 14px;
    position: absolute;
    right: 37px;
    top: 16px;
    color: #fff;
    transform: translate(80%,-50%);
    text-transform: uppercase;
    letter-spacing: 2px;
    display:none;
    opacity:0;
}
.pagintext.pagin_text > .left_pageing {
    padding: 0;
    line-height: unset;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
}
.pagintext.pagin_text > .right_pageing{
    font-size: 13px;
    line-height: unset;
    color: #fff;
    padding:0;
    letter-spacing: 1px;
}
.pagintext.pagin_text > .shash {
    padding: 0;
    line-height: unset;
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    margin: 0 3px;
} 
.slider_items_itmn{
	position:relative;
}
img.alignnone{
	width:100%;
	object-fit:cover;
}
.btn_section_book{
	position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-38%,-50%);
	z-index:200;
}
 
.btn_cs_book {
    background-color: red;
    border-radius: 0 !important;
}
.btn_cs_book:hover {
    color: #fff !important;
}
.social_icon_group {
    position: absolute;
    bottom: 38px;
    left: -20px;
    transform: translate(-50%,50%);
}
.right_arrow_icon {
    width: 30px;
    height: 30px;
    border: 1px solid #484848;
    border-radius: 30px;
    padding: 6px 6px;
    cursor: pointer;
}

.flex{
  display: flex
}
.mx-auto {
    margin: 0 auto;
}
.social_icon_group:hover .block_ul{
  display: block;
  transition: 0.5s;
}
.sld_btn {
    background: transparent;
    border: 0;
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    color: #0f0f0f;
}
.sld_btn:last-child {
    margin-right: 0rem;
}

/* all slider css End*/

/*.space_top_40{
  margin-bottom: 40px;
}*/
.text_dark{
  color: #000;
}
.h_100vh{
  height: 100vh
}
.freen_container{
    position: sticky;
    top: 40px;
}
.wp_over_inner{
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.slider_img__fluid {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.bg_img_sld_one {
    background-image: url('../images/beauty.jpg');
}
.bg_img_sld_two {
    background-image: url('../images/img_hr.jpg');
}
.bg_img_sld_three {
    background-image: url('../images/beauty.jpg');
}
.bg_img_sld_four {
    background-image: url('../images/mortonthu2.png');
} 
.sm_img {
    width: 100%;
    height: 100%;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center; 
}
.slk_dot .slider_img_block iframe {
    border-radius: 8px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.w_100{
  width: 100%;
}
.single_banner {
    width: 422px;
    height: 550px;
    margin: 0 auto;
    max-width: 100%;
}
.banner_top_section {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Cs Style*/

.col_right {
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 83px;
}

.col_left {
    flex: 0 0 70%;
    max-width: 70%;
}

/* Cs Style End*/
/* new change*/

.client-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}
.client-logo {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid #515151;
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: 25px;
}
.bg_img_sld_two{
  background-size: contain !important;
}
.line_hrozontal_bt_70 {
    margin-bottom: 70px;
}
.p_0 {
    padding:0 !important;
}
.menu_nav_block > ul > li > a > span {
    position: relative;
}

.menu_nav_block > ul > li > a > span:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: red;
    transition: all ease-in-out 0.4s;
}
.menu_nav_block > ul > li > a:hover > span:before {
    width: 100%;
    transition: all ease-in-out 0.4s;
}
/* new change*/
 

/* hotel Page*/
.video_frame {
    width: 100%;
    height: 450px;
}
.space_20v {
    padding: 0 20px;
}
.middle_block{
    justify-content: center;
    display: flex;
}
.space_50pt{
  margin-top: 66px;
}
.slider_img_block{
    width: 100%;
    height: 200px;
}
.video_items {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    box-shadow: 0px 5px 10px #b3b3b3;
    border-radius: 6px;
}
.slider_img_block > img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
}
.slider_items{
    padding-right: 20px;
    overflow: hidden;
}
.text-dark {
    color: #000;
}
.mt-0 {
    margin-top: 0;
}
.mb-0 {
    margin-bottom: 0;
}
.space_30pt{
  padding-bottom: 30px;
}
.btn_sld .svg {
    width: 30px;
}

.btn_sld {
    background: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    top: 100px;
    transform: translateY(-50%);
}
.next_side{
    right: 15px;
}
.pre_side{
    left: 15px;
}
.add_space {
    margin-top: 159px;
}
.video_cls {
    width: 100%;
    height: 100%;
}
.slk_dot .slick-dots {
    display: none !important;
}
.p_50 {
    padding-top: 50px;
}
.btn_hotel {
    background: #fff;
    color: #000;
    padding: 0px !important;
    font-size: 17px !important;
}
.full_slider_hotel .slick-dots{
  display: none !important;
}
.disable_slick {
    color: #c1c1c1 !important;
    pointer-events: none;
}
.disable_slick:hover {
    color: #c1c1c1 !important;
}
.info_sld_bx > .active_num {
    color: #000;
    font-size: 17px;
    position: relative;
}
.info_sld_bx > .active_num:before {
    content: '/';
    position: absolute;
    left: 18px;
}
.beautyblog > .title_name{
    margin-top: 0;
    font-size: 12pt;
}
.pl_pb {
    padding-left: 42px;
    padding-bottom: 0px;
}
.info_sld_bx_video span:nth-child(2) {
    margin-left: 5px;
    font-size: 12px;
}

.info_sld_bx_video span:nth-child(1) {
    margin-right: 5px;
}

.info_sld_bx_video {
    color: #000;
    margin: 0 10px;
    font-weight: 600;
    font-size: 15px;
}
.ds_box {
    justify-content: center;
    align-items: center;
}
.info_sld_bx {
    margin: 0 29px 0 16px;
}
/* Hotel Page End*/

/*@media(max-width:1024px){
  .hide_text{
    display: none;.hiden_blk
  }
}*/


/* Cs Menu*/

.overlay.open .nav_menu_inner > li:nth-of-type(2) {
    -webkit-animation-delay: .40s;
    animation-delay: .40s;
}
.overlay.open .nav_menu_inner > li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}
.overlay.open .nav_menu_inner >li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}
.overlay.open .nav_menu_inner >li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}
.overlay.open .nav_menu_inner >li:nth-of-type(6) {
    -webkit-animation-delay: .60s;
    animation-delay: .60s;
}
.overlay.open .nav_menu_inner >li:nth-of-type(7) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}
.overlay.open .nav_menu_inner >li:nth-of-type(8) {
    -webkit-animation-delay: .70s;
    animation-delay: .70s;
}
.overlay.open .nav_menu_inner >li:nth-of-type(9) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.menu_nav_block > .nav_menu_inner {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.menu_nav_block > .nav_menu_inner > li > .nav_title_font {
    font-size: 30px;
    color: #000;
    font-family: 'Helvetica' !important;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 38px;
}
.menu_nav_block > .nav_menu_inner > li {
    position: relative;
    margin-bottom: 20px;
    opacity: 0;
}
.menu_nav_block > .nav_menu_inner > li:last-child {
    margin-bottom: 20px;
}
.pt_100{
  padding-top: 100px;
}
.menubox_cl li {
    position: relative;
    margin-bottom: 10px;
}
.menu_position {
    top: -70px;
}
.main_header_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_left {
    max-width: 200px;
    overflow: hidden;
}
.footer_left  a > .footer_top_image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer_flex {
    display: flex;
    align-items: center;
}
.overlay_footer_section {
    padding: 50px 0;
}
.overlay_footer_section .copyright {
        margin-top: 70px;
}
.overlay_footer_section .footlogo img {
    width: 120px;
}
.overlay_footer_section .footer_menu li {
    margin-top: 60px;
}
.overlay_footer_section .footer_menu li a {
    font-size: 14px !important;
}
.overlay_footer_section .socialicon a {
    font-size: 14px !important;
}

/* Cs Menu End*/

/*.space_top_side {
    margin-top: 20px;
}*/
.video_controler {
    position: absolute;
    bottom: 0;
    right: 0;
}
.video_section .slider_items {
    padding-right: 0px; 
    overflow: hidden;
}
.video_section .slider_img_block{
  box-shadow: none;
}
/*#more_show:hover .hide_text{
  opacity: 1
}*/

/* new css*/
.sub_text{
  margin: 0;
  padding: 30px 0;
}
.sub_text span{
    color: #58595B;
    font-size: 13px;
    font-family: var(--font_h);
    list-style: none;
    padding-left: 1rem;
    border-left: 2px solid red;
}
.paging_button{
  margin: 70px 0;
  display: flex;
}
.inner_hr_70{
    border: 0;
    border-top: 1px solid #58595b !important;
    margin:70px 0;
}
.inner_hr{
    border: 0;
    border-top: 1px solid #58595b !important;
    margin: 0 0 70px 0;
}
.owl_arrow_btn .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.owl_arrow_btn .owl-nav button {
    height: auto;
    margin: 0;
    width: auto;
    border-radius: unset;
    font-size: 60px !important;
}
.owl_arrow_btn .owl-nav button:first-child {
    position: absolute;
    left: 0px;
}
.owl_arrow_btn .owl-nav button:last-child {
    position: absolute;
    right: 0px;
}
.link_text {
    color: #000;
}
.link_text:focus {
    color: #000;
}
.c_pointer{
  cursor: pointer;
  pointer-events: visible;
}
/* end*/


.menu_list_center{
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
}
.menu_list_center:first-child{
  justify-content: end;
}
.menu_list_center:last-child{
  justify-content: flex-end;
}


#lazy_pagination > .slick-dots {
    display: none !important;
}
/*@media(max-width:1920px){
  .arrow_section > svg {
    right: 14%;
  }
}*/
@media(max-width:1440px){
  .arrow_section > svg {
    right: 4%;
  }
}

@media(max-width:1344px){
  .sm_p_0 {
    padding: 0 15px !important;
  }
  .vlog_video_block > .sm_upside_block{
        width: 100%;
  }
}
@media(max-width:1024px){
  .arrow_section > svg {
    right: 5%;
  }
  .full_slider_hotel .slider_img_block {
    height: 340px;
}
}
@media(max-width:996px){
  .center_unset{
    justify-content: unset !important;
  }
  .toggle_section{
    position: relative;
  }
  .menu_sm_block{
    display: block;
  }
  .item_sm_none{
    display: none;
  }
  .inner_sub_wrapper { 
    margin: 0 auto;
    overflow-x: auto; 
    white-space: nowrap;
    padding-bottom: 10px;
	width: 100%;
	max-width:100%;
	position: relative !important;
	left: 0px !important;
	top: 0px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center;
  }
  .mt_10 {
    margin-top: 38px;
}
.col_container{
  max-width: 100%;
}
}
@media(max-width:991px){
  .hiden_blk{
    display: none;
  }
  .btn_section_book{
      transform:translate(-50%, -50%);
  }
  .pagin_text,
  .title_img{
      display:none;
  }
}
@media(max-width:768px){
  .title_sect h1 {
    font-size: 16px;
    line-height: 20px;
}
.full_slider_hotel .slider_img_block {
    height: 300px;
}
.headtextmain span {
    padding-bottom: 0px !important;
}
.single_banner {
    width: 100%;
    height: 400px;
}
.sm_item_pagination > .sm_flex{
  flex-direction: unset;
}
.wp_over_inner {
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.sm_item_pagination{
  padding: 0px;
}
.sm_item_pagination .social_icon_dot{
  padding-left: 0px;
}

  .sm_img_option{
   padding: 40px 0px;
  }
  .sm_flex_dir {
    flex-direction: column;
  }
  .sm_flex_dir .meun_list_sub {
      padding: 30px 0;
  }
  .sm_img_option li {
    margin-right: 12px;
  }
  .sm_p0{
    padding:0px;
  }
  .social_icon_group {
    position: absolute;
    bottom: -24px;
    left: 12px;
    transform: translate(-50%,50%);
  }
  .sm_flex{
    flex-direction: column;
  }
  .col_right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
    padding-top: 30px;
}

.col_left {
    flex: 0 0 100%;
    max-width: 100%;
}
.video_section{
  padding: 0px;
}
.vlog_video_block > .slider_img_block {
    height: 414px;
}
/*.pre_side{
      left: -3px;
}
.next_side {
    right: -3px;
}*/
	.home_page_iframe{
		margin-top:80px;
	}
}
@media(max-width:700px){
  .sm_flex_menu{
    display: block;
    position: relative;
  }
  .center_items{
    justify-content: center;
  }
  .unset_center{
    justify-content: unset !important;
  }
  .sm_menubox_d {
    position: absolute !important;
    top: 0;
    right: 0;
  }

}
@media(max-width:592px){
  .menu_nav_block > .nav_menu_inner{
    display: block;
  }
  .menu_nav_block > .nav_menu_inner > li:nth-child(6){
    display: none;
}
}

@media(max-width:426px){
  .wp_over_inner {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.space_20v {
    padding: 0 30px;
}
.single_banner {
    width: 100%;
    height: 200px;
}
.sm_item_pagination > .flex {
    flex-direction: column;
    align-items: flex-start;
}
.sm_item_pagination > .sm_flex > div:first-child {
    order: 2;
}
.sm_item_pagination > .sm_flex > div:nth-child(2) {
    margin: 0;
    margin-bottom: 30px;
}
  .next_side {
    right: 0px !important;
  }
  .pre_side{
    left: 0px !important;
  }
  .slider_space{
    padding: 0 0px !important;
  }
  .main_title {
    font-size: 25pt !important;
}
.vlog_video_block > .slider_img_block {
    height: 430px;
}
.full_slider_hotel .slider_img_block {
    height: 165px;
}
.inner_sub_wrapper{
	justify-content: start !important;
}

}
