@font-face {
    font-family: myFirstFont;
    src: url(../fonts/PlayfairDisplay-Bold.ttf);
}
@font-face {
    font-family: mySecondFont;
    src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
    font-family: myThirdFont;
    src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
    font-family: myForthFont;
    src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
    font-family: myFifthFont;
    src: url(../fonts/Poppins-Regular.ttf);
}
body {
  
  background-color: #fff;
  height: 200vh;
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }

p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 
{
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.resact span{
font-weight: 600;
font-size: 25px;
font-family: myForthFont;
src: url(../fonts/Poppins-SemiBold.ttf);
}
.resli li{
  font-family: myFifthFont;
  src: url(../fonts/Poppins-Regular.ttf); 
line-height: 35px;
list-style: circle;
}
.reschbl span{
  top: 30px;
}
.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

/*floating icon*/
.floating_btn {
  position: fixed;
  bottom: 30px;
  left: 20px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(37, 211, 102, 0);
  }
}

.contact_icon {
  background-color: #25D366;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #d49925;
  font-size: 13px;
  font-family: myFifthFont;
}
/*//floating icon*/ 
  
  
/*header*/
.site-navbar-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0; }
  .site-navbar-wrap a {
    color: #fff; }
  .site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem; }

.site-navbar-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

.site-navbar {
  margin-bottom: 0px;
  width: 100%; }
  .site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    top: -7px;
    position: relative; }
    .site-navbar .site-logo a {
      font-weight: 200;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
	padding-left: 0px;}
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block;
      font-weight: 500; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
.site-navbar .site-navigation .site-menu > li > a 
{
    padding: 20px 10px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none !important;
	font-family: myFifthFont;
}
        .site-navbar .site-navigation .site-menu > li > a.active {
          color: #fff; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #fff; }
      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s;
        border-radius: 4px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          font-size: 14px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #007bff; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #fff !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #ebeef0;
              color: #212529; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #ebeef0;
            color: #212529; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #fff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #dee2e6; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
.site-mobile-menu .site-nav-wrap li.active > a 
{
      color: #000000; 
	  font-size: 15px;
	  font-family: myFifthFont;
}
.site-mobile-menu .site-nav-wrap li.active > a >span 
{
      border-bottom: 2px solid #d49925; 
}
.site-mobile-menu .site-nav-wrap li:hover > a 
{
      color: #000000; 
	  font-size: 15px;
	  font-family: myFifthFont;
}
.site-mobile-menu .site-nav-wrap li:hover > a >span 
{
      border-bottom: 2px solid #d49925; 
}
.site-mobile-menu .site-nav-wrap li:hover > a .phn-nbr 
{
      border-bottom: none !important; 
}
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
.site-mobile-menu .site-nav-wrap > li > a 
{
    padding-left: 20px;
    font-size: 15px; 
	font-family: myFifthFont;
	color: #000000;
}
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }

.sticky-wrapper 
{
  position: absolute;
  z-index: 100;
  width: 100%; 
  padding-top: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  height: 120px !important;
}
  .sticky-wrapper + .site-blocks-cover {
    margin-top: 96px; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.sticky-wrapper .site-navbar ul li.active a 
{
    color: #fff; 
}
.sticky-wrapper .site-navbar ul li.active span 
{
    border-bottom: 2px solid #d49925; 
}
.sticky-wrapper .site-navbar ul li a:hover span 
{
    border-bottom: 2px solid #d49925; 
}
.sticky-wrapper.is-sticky .site-navbar 
{
    background-color: #000000; 
	padding-top: 15px;
	padding-bottom: 15px;
}
    .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
        padding-right: 20px; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a 
{
    padding: 10px 10px;
    color: #ffffff;
    font-size: 15px; 
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover 
{
    color: #fff !important; 
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover span
{
    border-bottom: 2px solid #d49925;  
}
		  
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
          color: #fff !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
        color: #fff; }
.phn-nbr
{
	font-family: myFifthFont;
	font-size: 17px;
}
.sticky-wrapper .site-navbar ul li a:hover .phn-nbr
{
	border-bottom: none !important;
}
/*//header*/

/*banner*/
.vcenter {
  align-items: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  display: flex;
  display: -webkit-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  height: 650px;
}

section.video-promo-hero {
  position: relative;
  height: 650px;
  background: #000;
  overflow: hidden;
}
section.video-promo-hero.playing-video .video-promo-hero-bg {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
section.video-promo-hero .video-promo-hero-bg {
  background: url("../images/nw2.jpg") no-repeat 50% 100%;
  background-size: cover;
  height: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 10;
}
section.video-promo-hero .video-promo-hero-bg a.video-promo-watch {
  /*display: flex;
  display: -webkit-flex;*/
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  align-items: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  font-size: 45px;
  font-family: myFirstFont;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.video-promo-hero .video-promo-hero-bg a.video-promo-watch i {
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
section.video-promo-hero .video-promo-hero-bg a.video-promo-watch:hover {
  text-decoration: none;
  font-size: 48px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.video-promo-hero .video-promo-hero-bg a.video-promo-watch:hover i {
  -webkit-transform: rotate(120deg) scale(1);
  -moz-transform: rotate(120deg) scale(1);
  -ms-transform: rotate(120deg) scale(1);
  transform: rotate(120deg) scale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
section.video-promo-hero .video-promo-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.video-promo-hero .video-promo-video-wrapper a.video-promo-video-close {
  color: #ffffff;
  z-index: 20000;
  position: absolute;
  top: 90px;
  left: 30px;
  font-size: 4rem;
  opacity: 1;
  font-weight: lighter;
  line-height: 50px;
  margin: 0;
  padding: 0;
}
section.video-promo-hero .video-promo-video-wrapper a.video-promo-video-close:hover {
  color: #ffffff;
}
section.video-promo-hero .video-promo-video-wrapper .video-promo-youtube-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.video-promo-hero .video-promo-video-wrapper .video-promo-youtube-wrapper .video-container {
  width: 100%;
  height: 100%;
  text-align: center;
}
section.video-promo-hero .video-promo-video-wrapper .video-promo-youtube-wrapper .video-container #youtube-promo-video {
  width: 100%;
  height: 100%;
}
section.video-promo-hero .video-promo-play-button {
  font-size: 80px;
  margin-right: 26px;
}
/*//banner*/

/*about home*/
.hm-about
{
	padding-top: 80px;
	padding-bottom: 80px;
}
.abt-icn-1 h2
{
	font-family: myThirdFont;
	font-size: 20px;
	color: #000000;
	line-height: 28px;
}
.line_1
{
	width: 20%;
	border: 2px solid #d49925;
	margin-top: 20px;
}
.abt-icn-2 h2
{
	font-family: myThirdFont;
	font-size: 20px;
	color: #000000;
	line-height: 28px;
}
.line_2
{
	width: 15%;
	border: 2px solid #d49925;
	margin-top: 20px;
}
.abt-icn-3 h2
{
	font-family: myThirdFont;
	font-size: 20px;
	color: #000000;
	line-height: 28px;
}
.line_3
{
	width: 15%;
	border: 2px solid #d49925;
	margin-top: 20px;
}

.hm-about-sec
{
	padding-top: 60px;
	padding-bottom: 80px;
}
.about-info-bx 
{
    position: absolute;
    top: 0px;
    z-index: 1;
    right: 20px;
    padding: 20px 20px 20px 20px;
    border-radius: var(--border-radius-base);
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 37%);
    display: flex;
    align-items: center;
    -webkit-animation: movedelement2 7s linear infinite;
    animation: movedelement2 7s linear infinite;
    border-radius: 100px; 
}
.about-info-bx img 
{
      width: 125px;
      border-radius: var(--border-radius-base); 
}
.hm-about-sec-dtl
{
	padding-top: 60px;
}
.hm-about-sec-dtl h2
{
	font-family: mySecondFont;
    font-size: 14px;
    color: #d49925;
    margin-bottom: 10px;
	line-height: 28px;
	text-transform: capitalize;
	
  text-align: left;
}
.hm-about-sec-dtl span {
  display: inline-block;
  position: relative;  
}
.hm-about-sec-dtl span:after {
  content: "";
  position: absolute;
  height: 15px;
  border-bottom: 2px solid #d49925;
  top: 0;
  width: 320px;
}
.hm-about-sec-dtl span:before {
  right: 100%;
  margin-right: 15px;
}
.hm-about-sec-dtl span:after {
  left: 100%;
  margin-left: 15px;
}
.hm-about-sec-dtl h4
{
	font-family: myFirstFont;
    font-size: 34px;
    color: #e91825;
    margin-bottom: 20px;
	line-height: 38px;
}
.hm-about-sec-dtl p
{
	font-family: myFifthFont;
    font-size: 16px;
    color: #000000;
    margin-bottom: 30px;
	line-height: 32px;
	text-align: justify;
}
.abt-btn {
  width: 150px;
  height: 40px;
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}
.abt-btn::before {
  content: "";
  width: 10%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border-left: solid 2px #097b43;
  border-top: solid 2px #097b43;
  border-bottom: solid 2px #097b43;
  transition: all 0.3s ease;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.abt-btn::after {
  content: "";
  width: 10%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  border-right: solid 2px #097b43;
  border-top: solid 2px #097b43;
  border-bottom: solid 2px #097b43;
  transition: all 0.3s ease;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.abt-btn:hover {
  cursor: pointer;
}
.abt-btn:hover::before, .abt-btn:hover::after {
  width: 50%;
}
.abt-btn:hover .background {
  height: 100%;
  transition-delay: 0.3s;
  top: 0;
}
.abt-btn:hover h1 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.abt-btn .background {
  min-width: 100%;
  height: 0;
  position: absolute;
  background-color: #097b43;
  opacity: 1;
  bottom: 0;
  left: 0;
  transition: all ease 0.3s;
  border-radius: 5px;
}
.abt-btn h1 {
  width: fit-content;
  z-index: 5;
  color: #000000;
  transition: all ease 0.5s;
  font-family: mySecondFont;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0px;
}
/*//about home*/

/*highlights home*/
.hm-highlights
{
	padding-top: 80px;
	padding-bottom: 80px;
	background: #f6f5f5;
}
.hm-highlights-ttl h2
{
	font-family: myFirstFont;
    font-size: 34px;
    color: #e91825;
    margin-bottom: 30px;
	line-height: 38px;
	display: flex;
    flex-direction: row;
}
.hm-highlights-ttl h2:before,
.hm-highlights-ttl h2:after 
{
	content: "";
    flex: 1 1;
    border-bottom: 3px solid #d49925;
    margin: auto;
	margin: auto 30px;
}
.hm-highlights-box
{
	padding: 15px;
    border: 2px solid #d49925;
	margin-top: 20px;
}
.post-img {
    overflow: hidden;
    position: relative;
}
.hm-highlights-box:hover .post-img img {
    transform: scale(1.2,1.2);
}
.hm-highlights-box .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition: all .3s ease 0s;
}
.hm-highlights-box:hover {
    background: #d49925;
}
.hm-highlights-box .post-review {
    padding: 15px 15px 20px;
    overflow: hidden;
}
.post-title {
    margin-top: 10px;
    margin-bottom: 10px;
}
.hm-highlights-box .post-title a {
    display: block;
    color: #e91825;
    font-size: 19px;
    font-family: myFirstFont;
    transition: all .5s ease 0s;
    line-height: 28px;
	text-transform: uppercase;
}
.post-review:hover .post-title a {
    color: #ffffff;
    text-decoration: none;
}
.post-description {
    color: #000000;
    font-family: myFifthFont;
    font-size: 14px;
    padding: 5px 0px;
    line-height: 26px;
    text-align: left;
    margin-bottom: 15px;
	text-align: justify;
}
.post-review:hover .post-description {
    color: #ffffff;
}

/*//highlights home*/

/*spa home*/
.hm-spa {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../images/bg_1.png);
    background-repeat: repeat;
}
.hm-spa-dtl
{
	padding-top: 40px;
}
.hm-spa-dtl h4
{
	font-family: myFirstFont;
    font-size: 34px;
    color: #e91825;
    margin-bottom: 20px;
	line-height: 38px;
}
.hm-spa-dtl p
{
	font-family: myFifthFont;
    font-size: 16px;
    color: #000000;
    margin-bottom: 30px;
	line-height: 32px;
	text-align: justify;
}
/*//spa home*/

/*room home*/
.hm-room
{
	padding-top: 80px;
    padding-bottom: 80px;
	background-color: #e91825;
    background-image: url(../images/bg_2.png);
    background-repeat: repeat;
}
.hm-room-dtl h4
{
	font-family: myFirstFont;
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 10px;
	line-height: 38px;
}
.hm-room-dtl h2
{
	font-family: mySecondFont;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 20px;
	line-height: 28px;
}
.hm-room-dtl p
{
	font-family: myFifthFont;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 30px;
	line-height: 32px;
	text-align: justify;
}
.abt-btn-1 {
  width: 150px;
  height: 40px;
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
}
.abt-btn-1::before {
  content: "";
  width: 10%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border-left: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  transition: all 0.3s ease;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.abt-btn-1::after {
  content: "";
  width: 10%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  border-right: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  transition: all 0.3s ease;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.abt-btn-1:hover {
  cursor: pointer;
}
.abt-btn-1:hover::before, .abt-btn-1:hover::after {
  width: 50%;
}
.abt-btn-1:hover .background {
  height: 100%;
  transition-delay: 0.3s;
  top: 0;
}
.abt-btn-1:hover h1 {
  color: #e91825;
  transition-delay: 0.3s;
}
.abt-btn-1 .background {
  min-width: 100%;
  height: 0;
  position: absolute;
  background-color: #ffffff;
  opacity: 1;
  bottom: 0;
  left: 0;
  transition: all ease 0.3s;
  border-radius: 5px;
}
.abt-btn-1 h1 {
  width: fit-content;
  z-index: 5;
  color: #ffffff;
  transition: all ease 0.5s;
  font-family: mySecondFont;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0px;
}

.hm-room-images-img
{
	position: absolute;
}
.hm-room-images-img img
{
	margin: -300px 20px 20px 20px;
}

/*slider*/
.hm-room-images
{
	padding-bottom: 80px;
}
.slider-room
{
	padding-top: 20px;
    padding-bottom: 20px;
}
.post-slide11
{
	background:#fff;
	margin:0 15px;
	box-shadow:0 1px 2px rgba(43,59,93,.3);
	margin-bottom: 10px;
}
.post-slide11 .post-img
{
	position:relative;
}
.post-slide11 .over-layer
{
	background:rgba(0,0,0,.6);
	width:100%;
	height:100%;
	position:absolute;
	opacity:0;
	cursor:pointer;
	transition:all .3s ease 0s;
}
.post-slide11:hover .over-layer
{
	opacity:1;
}
.post-slide11 .over-layer:after
{
	content:"+";
	font-size:52px;
	color:#fff;
	position:absolute;
	top:31%;
	left:42%;
}
.post-slide11 .post-img img
{
	width:100%;
	height:auto;
}
.post-slide11 .post-title
{
	margin:25px 0 15px 0;
	padding:0 15px;
}
.post-slide11 .post-title:before
{
	content:"";
	border:2px solid #e67e22;
	width:18%;
	display:block;
	margin-bottom:15px;
}
.post-slide11 .post-title a
{
	font-size:20px;
	font-weight:700;
	color:#333;
	display:inline-block;
	text-transform:capitalize;
	transition:all .3s ease 0s;
}
.post-slide11 .post-title a:hover
{
	text-decoration:none;
	color:#e67e22;
}
.post-slide11 .post-date
{
	text-transform:capitalize;
	padding:0 15px;
	color:#e67e22;
	font-size:13px;
}
.post-slide11 .post-date:before
{
	margin-right:7px;
	color:#e67e22;
}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span
{
	background: #e91825;

}
.owl-theme .owl-buttons div
{
	position:relative;
	border-radius:0;
	background:none !important;
	padding:7px 15px;
	transition:all .5s ease 0s;
}
.owl-theme .owl-buttons .owl-prev
{
	position:absolute;
	left:-50px;
	top:30%;
	opacity:0;
	transition:all .5s linear;
}
.owl-carousel:hover .owl-buttons .owl-prev
{
	opacity:1;
	left:-30px;
}
.owl-theme .owl-buttons .owl-next
{
	position:absolute;
	right:-50px;
	top:30%;
	opacity:0;
	transition:all .5s linear;
}
.owl-carousel:hover .owl-buttons .owl-next
{
	opacity:1;
	right:-30px;
}
.owl-next:before,.owl-prev:before
{
	content:"‹";
	font-weight:900;
	color:#5d5d5d;
	font-size: 50px;
}
.owl-next:before
{
	content:"›";
	font-size: 50px;
}
.destination-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 20px 20px;
    background: linear-gradient(to bottom,rgb(0 0 0 / 50%) 0,rgb(0 0 0 / 50%) 100%);
}
.destination-info p {
    color: #fff;
    margin: 0 0 0px;
    font-family: myThirdFont;
    letter-spacing: 1;
    font-size: 22px;
    line-height: 28px;
}
/*//slider*/

/*//room home*/

/*top banner*/
.breadcrumb-area {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.breadcrumb-area::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: #222;
    content: '';
    opacity: 0.7;
}
.breadcrumb-area .breadcrumb-text, .breadcrumb-area .breadcrumb-text h2.page-title {
    color: #fff;
}
.breadcrumb-area .breadcrumb-text {
    position: relative;
    padding: 160px 0px 80px 0px;
}
.breadcrumb-area .breadcrumb-text span {
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding-bottom: 25px;
	font-family: myThirdFont;
	color: #ffffff;
}
.breadcrumb-area .breadcrumb-text h2.page-title {
    font-size: 72px;
	font-family: mySecondFont;
	color: #ffffff;
    letter-spacing: -1px;
}
.breadcrumb-area .breadcrumb-text, .breadcrumb-area .breadcrumb-text h2.page-title {
    color: #fff;
}
.breadcrumb-area .breadcrumb-text .breadcrumb-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 20px 40px;
    z-index: 2;
	margin-bottom: 0px;
}
.breadcrumb-area .breadcrumb-text .breadcrumb-nav li, .breadcrumb-area .breadcrumb-text .breadcrumb-nav li a {
    color: #222;
}
.breadcrumb-area .breadcrumb-text .breadcrumb-nav li {
    display: inline-block;
    position: relative;
}
.breadcrumb-area .breadcrumb-text .breadcrumb-nav li, .breadcrumb-area .breadcrumb-text .breadcrumb-nav li a {
    color: #222;
}
.breadcrumb-area .breadcrumb-text .breadcrumb-nav li.active {
    color: #d49925;
	font-family: myThirdFont;
}
.breadcrumb-area .breadcrumb-text .breadcrumb-nav li:not(:first-child) {
    padding-left: 10px;
    margin-left: 10px;
}
.breadcrumb-area .breadcrumb-text .breadcrumb-nav li, .breadcrumb-area .breadcrumb-text .breadcrumb-nav li a {
    color: #222;
}
.breadcrumb-area .breadcrumb-text .breadcrumb-nav li {
    display: inline-block;
    font-family: myFifthFont;
	color: #000000;
    position: relative;
}
.breadcrumb-area .breadcrumb-text .breadcrumb-nav li.active::before {
    color: #bead8e;
}
.breadcrumb-area .breadcrumb-text .breadcrumb-nav li:not(:first-child)::before {
    position: absolute;
    left: -2px;
    top: 50%;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
    content: '|';
    color: #222;
}
/*//top banner*/

/*about page*/
.about-page
{
	padding-top: 80px;
	padding-bottom: 80px;
	background: #f5f5f5;
}
.k2t-wrap h1 {
    font-family: mySecondFont;
    font-size: 36px;
    color: #e91825;
    margin-bottom: 20px;
    line-height: 42px;
}
.main-excerpt {
    font-family: myThirdFont;
    font-size: 16px;
    color: #000000;
    margin-bottom: 30px;
    line-height: 32px;
    text-align: justify;
}


.k2t-about-page.k2t-medium-left-h > .k2t-content.no-sidebar.b-medium {
    padding-bottom: 110px !important;
}
.k2t-body .k2t-content.right-sidebar, .k2t-body .k2t-content.no-sidebar.b-medium, .k2t-body .k2t-content.left-sidebar {
    background: #f5f5f5;
    padding-top: 60px;
    margin-bottom: 0;
    padding-bottom: 150px;
}
.k2t-medium-left-h > .k2t-content.no-sidebar.b-medium {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.k2t-body .k2t-content {
    /* margin-bottom: 150px; */
}
.k2t-content:before, .k2t-content:after {
    content: "";
    display: table;
}
.k2t-wrap {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.k2t-wrap:before, .k2t-wrap:after, .k2t-row:before, .k2t-row:after, .cl:before, .cl:after {
    display: table;
    content: "";
}
.no-sidebar .k2t-main, .no-sidebar .k2t-blog {
    width: 100% !important;
}
.k2t-content.no-sidebar.b-medium .k2t-blog .post-item {
    padding-bottom: 15px;
}
.k2t-content.b-medium .k2t-blog .post-item {
    background-color: #fff;
    margin-left: 50px;
    padding-bottom: 7px;
}
.k2t-blog .post-item:last-child {
    border-bottom: 0;
}
.k2t-content .post-item, .k2t-blog .post-item {
    position: relative;
    margin: 0 0 40px;
}
.b-medium .k2t-blog .post-item .post-inner, .k2t-blog.k2t-blog-post.style-1 .post-item .post-inner, .k2t-blog.k2t-blog-post.style-2 .post-item .post-inner {
    overflow: visible;
    display: inline-block;
    width: 100%;
}
.k2t-blog .post-item .post-inner {
    overflow: hidden;
}
.about-page .k2t-content.no-sidebar.b-medium .post-inner .flx-entry-thumb {
    margin-bottom: 96px;
}
.k2t-content.no-sidebar.b-medium .post-inner .flx-entry-thumb {
    margin-top: 100px;
    margin-bottom: 133px;
}
.b-medium .post-item .flx-entry-thumb {
    float: left;
    margin: 50px 0px 50px -50px;
    overflow: hidden;
}
.b-medium .post-item .flx-entry-thumb img, .b-medium .post-item .flx-entry-thumb a img {
    height: 100%;
    width: 100%;
}
.k2t-blog .post-item .flx-entry-thumb a img, .k2t-content .post-item .flx-entry-thumb a img {
    display: block;
    width: 100%;
}
.no-sidebar.b-medium .k2t-blog .post-item:nth-child(2n+1) .entry-content {
    padding-left: 80px;
}
.no-sidebar.b-medium .k2t-blog .post-item .entry-content {
    /* width: 53.572%; */
    width: 51.4%;
    padding-top: 82px;
}
.b-medium .k2t-blog .post-item .entry-content, .k2t-blog.k2t-blog-post.style-2 .post-item .entry-content {
    padding: 50px 50px 36px 50px;
    width: 60.976%;
    float: left;
}
.k2t-content .post-item .entry-content, .k2t-blog .post-item .entry-content {
    padding: 30px;
    /* position: relative; */
}
.b-medium .k2t-blog .post-item header {
    margin: 0;
}
.k2t-blog .post-item header, .k2t-content .post-item header {
    margin-bottom: 15px;
}
.b-medium .k2t-blog .post-item header h2 {
    margin: 7px 0;
    margin-bottom: 12px;
	font-family: myFirstFont;
    font-size: 34px;
    color: #e91825;
    line-height: 42px;
}
.k2t-blog .post-item header h2, .k2t-content .post-item header h2 {
    margin-top: 15px;
    margin-bottom: 25px;
    font-family: myFirstFont;
    font-size: 34px;
    color: #e91825;
    line-height: 28px;
}
.k2t-medium-left-h .b-medium .k2t-blog .post-item .entry-content > p {
    margin-top: 18px;
}
.b-medium .k2t-blog .post-item .entry-content > p {
    line-height: 1.85;
    margin-top: 25px;
    color: #252525;
    margin-bottom: 55px;
	font-family: myFifthFont;
    font-size: 16px;
    color: #000000;
    text-align: justify;
}
.k2t-blog .post-item .entry-content > p {
    font-size: 115%;
    line-height: 1.9;
}
.k2t-wrap:after, .k2t-row:after, .cl:after {
    clear: both;
}
.k2t-wrap:before, .k2t-wrap:after, .k2t-row:before, .k2t-row:after, .cl:before, .cl:after {
    display: table;
    content: "";
}
.k2t-content:after {
    clear: both;
}
.k2t-content:before, .k2t-content:after {
    content: "";
    display: table;
}


.block.no-padding {
    padding: 0;
}
.amenities-s {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../images/bg_01.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*========================== Ammenities ==========================*/
.amenities {
    display: table;
    width: 100%;
}
.about-amenities {
    display: table-cell;
    /* position: relative; */
    /* vertical-align: middle; */
    background-image: url(../images/abt-ame.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 180px;
}
.about-amenities img{width:100%;}
.amenities-blocks {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.ammenities-text {
    position: relative;
    /*left: 20%;
    top: 50%;
    width: 60%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);*/
	padding-left: 50px;
    padding-right: 50px;
}
.about-amenities::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}
.ammenities-text > span {
    color: #dcdcdc;
	font-family: myFifthFont;
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
}
.ammenities-text > h4 {
    color: #ffffff;
    float: left;
    font-size: 45px;
    font-family: mySecondFont;
    margin: 0 0 20px;
    width: 100%;
}
.ammenities-text > h4 span {
    color: #d49925;
}
.ammenities-text > i {
    float: left;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 20px;
    width: 100%;
}

.ammenities-text > p {
    color: #e5e4e4;
    float: left;
    font-size: 18px;
	font-family: myFifthFont;
	text-align: justify;
    margin-bottom: 60px;
    width: 100%;
}

.amenities .row {margin: 0;}
.amenities .row > div {padding: 0;}
.amenity-box {
    display: table;
   padding: 47px 20px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.amenity-box-img {
    float: left;
    vertical-align: middle;
}
.amenity-detail {
    display: table-cell;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
}
.amenity-detail > span {
    float: left;
    font-size: 16px;
    width: 100%;
}
.amenity-detail > strong {
    color: #fff;
    float: left;
    font-size: 18px;
	font-family: myThirdFont;
    margin: 2px 0 5px;
    width: 100%;
	font-weight: unset;
}
.amenity-detail > p {
    float: left;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0;
    width: 100%;
}
.gray .social-media li > a{background:#ffffff;}

.default-dark{
    background-color: #097b43;
}
.default{
        background-color: #08944f;
}


.abt-btn-2 {
  width: 180px;
  height: 40px;
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}
.abt-btn-2::before {
  content: "";
  width: 10%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border-left: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  transition: all 0.3s ease;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.abt-btn-2::after {
  content: "";
  width: 10%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  border-right: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  transition: all 0.3s ease;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.abt-btn-2:hover {
  cursor: pointer;
}
.abt-btn-2:hover::before, .abt-btn-2:hover::after {
  width: 50%;
}
.abt-btn-2:hover .background {
  height: 100%;
  transition-delay: 0.3s;
  top: 0;
}
.abt-btn-2:hover h1 {
  color: #097b43;
  transition-delay: 0.3s;
}
.abt-btn-2 .background {
  min-width: 100%;
  height: 0;
  position: absolute;
  background-color: #ffffff;
  opacity: 1;
  bottom: 0;
  left: 0;
  transition: all ease 0.3s;
  border-radius: 5px;
}
.abt-btn-2 h1 {
  width: fit-content;
  z-index: 5;
  color: #ffffff;
  transition: all ease 0.5s;
  font-family: mySecondFont;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0px;
}




.about-page .k2t-content.no-sidebar.b-medium .post-inner .flx-entry-thumb1 {
    margin-bottom: 96px;
}
.k2t-content.no-sidebar.b-medium .post-inner .flx-entry-thumb1 {
    margin-top: 100px;
    margin-bottom: 133px;
}
.b-medium .post-item .flx-entry-thumb1 {
    float: left;
    margin: 50px -50px 50px 0px;
    overflow: hidden;
}
.b-medium .post-item .flx-entry-thumb1 img, .b-medium .post-item .flx-entry-thumb1 a img {
    height: 100%;
    width: 100%;
}
.k2t-blog .post-item .flx-entry-thumb1 a img, .k2t-content .post-item .flx-entry-thumb1 a img {
    display: block;
    width: 100%;
}


.no-sidebar.b-medium .k2t-blog .post-item:nth-child(2n+1) .entry-content1 {
    padding-right: 80px;
}
.no-sidebar.b-medium .k2t-blog .post-item .entry-content1 {
    /* width: 53.572%; */
    width: 51.4%;
    padding-top: 82px;
}
.b-medium .k2t-blog .post-item .entry-content1, .k2t-blog.k2t-blog-post.style-2 .post-item .entry-content1 {
    padding: 50px 50px 36px 50px;
    width: 60.976%;
    float: left;
}
.k2t-content .post-item .entry-content1, .k2t-blog .post-item .entry-content1 {
    padding: 30px;
    /* position: relative; */
}
.k2t-medium-left-h .b-medium .k2t-blog .post-item .entry-content1 > p {
    margin-top: 18px;
}
.b-medium .k2t-blog .post-item .entry-content1 > p {
    line-height: 1.85;
    margin-top: 25px;
    color: #252525;
    margin-bottom: 55px;
	font-family: myFifthFont;
    font-size: 16px;
    color: #000000;
    text-align: justify;
}
.k2t-blog .post-item .entry-content1 > p {
    font-size: 115%;
    line-height: 1.9;
}
/*//about page*/

/*gallery page*/
.gallery
{
	padding-top: 80px;
	padding-bottom: 80px;
}
.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}
.img-overlay:hover {
  cursor: pointer;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}





.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.main .card {
  color: #252a32;
  border-radius: 2px;
  /*background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);*/
  border: none;
}
.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}


/*//gallery page*/

/*ameneties page*/
.section {
  display: none;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .section {
    padding: 4rem;
  }
}
@supports (display: grid) {
  .section {
    display: block;
  }
}

.grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 150px;
  grid-auto-flow: row dense;
}

.item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  background: #0c9a9a;
  color: #fff;
  grid-column-start: auto;
  grid-row-start: auto;
  color: #fff;
  background: url("../images/nw4.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4);
  transition: transform 0.3s ease-in-out;
  counter-increment: item-counter;
}
.item:nth-of-type(2n) {
  background-image: url("../images/ameneties-07.jpg");
}
.item:nth-of-type(3n) {
  background-image: url("../images/ameneties-03.jpg");
}
.item:nth-of-type(4n) {
  background-image: url("../images/nw6.jpg");
}
.item:nth-of-type(5n) {
  background-image: url("../images/gallery_34.jpg");
}
.item:nth-of-type(6n) {
  background-image: url("../images/gallery_36.jpg");
}
.item:nth-of-type(7n) {
  background-image: url("../images/nw11.jpg");
}
.item:nth-of-type(8n) {
  background-image: url("../images/DSC04532.jpg");
}
.item:nth-of-type(9n) {
  background-image: url("../images/gallery_37.jpg");
}
.item:nth-of-type(10n) {
  background-image: url("../images/gallery_38.jpg");
}

.item:nth-of-type(11n) {
  background-image: url("../images/nw12.jpg");
}
.item:nth-of-type(12n) {
  background-image: url("../images/nw13.jpeg");
}
.item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  transition: opacity 0.3s ease-in-out;
}
.item:hover {
  transform: scale(1.05);
}
.item:hover:after {
  opacity: 0;
}
.item--medium {
  grid-row-end: span 2;
}
.item--large {
  grid-row-end: span 3;
}
.item--full {
  grid-column-end: auto;
}
@media screen and (min-width: 768px) {
  .item--full {
    grid-column: 1/-1;
    grid-row-end: span 2;
  }
}
.item__details {
  position: relative;
  z-index: 1;
  padding: 15px;
  color: #444;
  background: #fff;
  letter-spacing: 1px;
  color: #097c43;
  font-family: myThirdFont;
}
/*.item__details:before {
  content: counter(item-counter);
  font-weight: bold;
  font-size: 1.1rem;
  padding-right: 0.5em;
  color: #444;
}*/
.item1
{
	padding-top: 40px;
	padding-bottom: 40px;
}
.item__details1
{
	border-left: 6px solid #d49925;
    padding-left: 30px;
	background: #ffffff;
	box-shadow: -2px 2px 10px 0px rgb(68 68 68 / 40%);
    padding-top: 30px;
    padding-bottom: 20px;
    padding-right: 30px;
}
.item__details1 h2
{
	font-family: mySecondFont;
    font-size: 30px;
    color: #e91825;
    margin-bottom: 20px;
    line-height: 36px;
}
.item__details1 p {
    font-family: myFifthFont;
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
    line-height: 32px;
    text-align: justify;
}
/*//ameneties page*/

/*rooms page*/
.room-page
{
	padding-top: 80px;
	padding-bottom: 0px;
}
.room_dtl
{
	margin-bottom: 40px;
}
.room_img
{
	margin-bottom: 40px;
	border: 10px solid #d49925;
	box-shadow: -2px 2px 10px 0px rgb(68 68 68 / 40%);
}
.room_dtl p
{
	font-family: myFifthFont;
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
    line-height: 31px;
    text-align: justify;
}
.room-page-ttl h2
{
	margin: 7px 0;
    margin-bottom: 40px;
    font-family: myFirstFont;
    font-size: 34px;
    color: #e91825;
    line-height: 42px;
	text-align: left;
}
.grid-room {
	/*margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;*/
	position: relative;
    list-style: none;
    text-align: center;
    background: white;
}

/* Common style */
.grid-room figure {
	position: relative;
	float: left;
	overflow: hidden;
	/*margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;*/
	background: #3085a3;
	text-align: center;
}

.grid-room figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid-room figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid-room figure figcaption::before,
.grid-room figure figcaption::after {
	pointer-events: none;
}

.grid-room figure figcaption,
.grid-room figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid-room figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid-room figure h2 {
	/*word-spacing: -0.15em;
	font-weight: 300;*/
}

.grid-room figure h2 span {
	font-family: mySecondFont;
}

.grid-room figure h2,
.grid-room figure p {
	margin: 0;
}

.grid-room figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */
/*---------------*/
/***** Layla *****/
/*---------------*/

div.effect-layla {
	background: #097c44;
	margin-bottom: 40px;
	box-shadow: -2px 2px 10px 0px rgb(0 0 0 / 75%);
}

div.effect-layla img {
	/*height: 390px;*/
}

div.effect-layla figcaption {
	padding: 3em;
}

div.effect-layla figcaption::before,
div.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

div.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

div.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

div.effect-layla h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	font-family: myFifthFont;
    font-weight: unset;
	font-size: 24px;
}

div.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

div.effect-layla img,
div.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

div.effect-layla img,
div.effect-layla figcaption::before,
div.effect-layla figcaption::after,
div.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

div.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

div.effect-layla:hover figcaption::before,
div.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

div.effect-layla:hover h2,
div.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

div.effect-layla:hover figcaption::after,
div.effect-layla:hover h2,
div.effect-layla:hover p,
div.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
/*//rooms page*/

/*contact page*/
.contact-page
{
	padding-top: 80px;
	padding-bottom: 80px;
}
.section-title {
  padding-bottom: 30px;
  position: relative;
  padding-top: 130px;
}

.section-title h4 {
  color: #d49925;
  font-size: 58px;
  font-family: mySecondFont;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-title.sm h4 {
  font-size: 50px;
}

.section-title p {
  color: #ea1a2b;
  text-transform: uppercase;
  display: inline-block;
  font-family: myFifthFont;
}
.contact-page p
{
  color: #000000;
  font-family: myFifthFont;
  line-height: 28px;
  margin-bottom: 20px;
  font-size: 14px;
}

section.gray .section-title h4 {
  color: #d7d8d9;
}

section.blue .section-title h4, section.blue .section-title p, section.blue .section-title:after, section.blue, section.blue a, section.image-bg .section-title h4, section.image-bg .section-title p, section.image-bg .section-title:after, section.image-bg, section.image-bg a {
  color: #fff;
}

.section-title:after {
  position: absolute;
  display: block;
  content: '';
  width: 30px;
  height: 1px;
  background: #ea1a2b;
  margin-top: 5px;
}

.section-title.aligncenter:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-title .view-all {
  position: relative;
  display: inline-block;
  float: right;
  text-transform: uppercase;
  color: #c9c9c9;
  -webkit-transition: .4s;
  transition: .4s;
}

section.image-bg .section-title .view-all, section.blue .section-title .view-all {
  color: #fff;
}

.section-title .view-all:hover {
  padding-right: 15px;
}

.section-title .view-all:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 0;
  bottom: 1px;
  display: none;
  -webkit-transition: .4s;
  transition: .4s;
}

.section-title .view-all:hover:after {
  display: inline-block;
  padding-left: 20px;
}


.contact-page .form-control {
  padding: 22px 20px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  color: #000000;
  font-family: myFifthFont;
  font-size: 14px;
}

.contact-page textarea.form-control {
  min-height: 145px;
}



.contact-details .contact-info {
  display: inline-block;
  width: 100%;
}

.contact-details .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-details .contact-info ul li {
    font-size: 14px;
    font-family: myFifthFont;
    font-weight: 400;
    color: #afafaf;
    background-color: #ffffff;
    width: 100%;
    height: auto;
    line-height: 28px;
    margin-bottom: 18px;
    border: 1px solid #d49925;
    display: flex;
	border-radius: 5px;
}

.contact-details .contact-info ul li a {
  color: #afafaf;
  font-weight: 500;
  line-height: 45px;
}

.contact-details .contact-info ul li i {
  margin-right: 20px;
  float: left;
  width: 50px;
  height: auto;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  background-color: #d49925;
  color: #ffffff;
}

.contact-details .contact-info ul li a i {
  margin-right: 20px;
  float: left;
  width: 40px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  background-color: #d49925;
  color: #ffffff;
}

.contact-details .contact-info ul li:last-child {
  margin-bottom: 0px;
}


.contact-page .google-map {
    position: relative;
    background: #fff;
    border: 10px solid #fff;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% - 20px);
    border-radius: 220px;
    -webkit-box-shadow: 0px 5px 40px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 5px 40px 0px rgb(0 0 0 / 10%);
    z-index: 9;
}
/*.google-map iframe
{
	border-radius: 265px;
    width: 100%;
    height: 425px;
}*/
.map1
{
	width: 100%;
    height: 100%;
    padding-bottom: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    border-radius: 220px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.contact-page #map-canvas {
    background: #fff;
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    border-radius: 180px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.abt-btn-3 {
  width: 220px;
  height: 40px;
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}
.abt-btn-3::before {
  content: "";
  width: 10%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border-left: solid 2px #d49925;
  border-top: solid 2px #d49925;
  border-bottom: solid 2px #d49925;
  transition: all 0.3s ease;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.abt-btn-3::after {
  content: "";
  width: 10%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  border-right: solid 2px #d49925;
  border-top: solid 2px #d49925;
  border-bottom: solid 2px #d49925;
  transition: all 0.3s ease;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.abt-btn-3:hover {
  cursor: pointer;
}
.abt-btn-3:hover::before, .abt-btn-3:hover::after {
  width: 50%;
}
.abt-btn-3:hover .background {
  height: 100%;
  transition-delay: 0.3s;
  top: 0;
}
.abt-btn-3:hover h1 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.abt-btn-3 .background {
  min-width: 100%;
  height: 0;
  position: absolute;
  background-color: #d49925;
  opacity: 1;
  bottom: 0;
  left: 0;
  transition: all ease 0.3s;
  border-radius: 5px;
}
.abt-btn-3 h1 {
  width: fit-content;
  z-index: 5;
  color: #000000;
  transition: all ease 0.5s;
  font-family: mySecondFont;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0px;
}

.mt75 {
    margin-top: 65px;
}
.social-media
{
	padding-top: 30px;
	padding-bottom: 30px;
}
.social-ttl h2
{
	color: #d49925;
    font-family: mySecondFont;
    line-height: 28px;
    margin-bottom: 20px;
	font-size: 20px;
}
.social-icons i
{
	color: #000000;
	font-size: 18px;
	padding-right: 15px;
}
.social-icons i:hover
{
	color: #ea1b2a;
}
/*//contact page*/

/*footer*/
.footer-area {
    padding: 65px 0 0;
    background-color: #000000;
    background-size: cover;
}
.footer-area .footer-area-top {
    padding-bottom: 20px;
}
.footer-area .footer-area-top .footer-box img {
    margin-top: 45px;
}
.footer-area .footer-area-top .footer-box h4 {
    color: #ffffff;
    font-family: myFifthFont;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
	line-height: 1.1;
}
.footer-area .footer-area-top .footer-box .footer-social {
  margin-bottom: 24px;
  padding-left: 0px;
}
.footer-area .footer-area-top .footer-box .footer-social li {
  display: inline-block;
  margin-right: 20px;
}
.footer-area .footer-area-top .footer-box .footer-social li a i {
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .footer-social li a:hover i {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.footer-area .footer-area-top .footer-box h3 {
  color: #ffffff;
  font-family: myFifthFont;
  letter-spacing: 1px;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.1;
}
.footer-area .footer-area-top .footer-box .info-list {
  padding-top: 5px;
  padding-left: 0px;
}
.footer-area .footer-area-top .footer-box .info-list li {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.1;
  list-style: none;
}
.footer-area .footer-area-top .footer-box .info-list li a {
  color: #ffffff;
  font-family: myFifthFont;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .info-list li a:hover {
  color: #d49925;
  font-family: myFifthFont;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .info-list li:last-child {
  margin-bottom: 0;
}
.footer-area .footer-area-top .footer-box .tag-list {
  padding-top: 5px;
}
.footer-area .footer-area-top .footer-box .tag-list li {
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 3px;
  border: 1px solid #727272;
  background: transparent;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .tag-list li a {
  color: #ffffff;
  display: block;
  padding: 5px 17px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .tag-list li:hover {
  border: 1px solid #111111;
  background: #111111;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.footer-area .footer-area-top .footer-box .tag-list li:hover a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.footer-area-top .contact-widget h3 {
    color: #ffffff;
    font-family: myFifthFont;
    letter-spacing: 1px;
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 1.1;
}
.footer-area-top .contact-widget .info-list1 {
    padding-top: 5px;
    padding-left: 0px;
}
.footer-area-top .contact-widget .info-list1 li{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-family: myFifthFont;
  letter-spacing: 0px;
  color: #ffffff;
  padding-left: 35px;
  margin-bottom: 25px;
}

.footer-area-top .contact-widget h3 {
    color: #ffffff;
    font-family: myFifthFont;
    letter-spacing: 1px;
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 1.1;
}

.footer-area-top .contact-widget .info-list1 li:last-child{
  margin-bottom: 0px;
}

.footer-area-top .contact-widget .info-list1 li i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 20px;
}

.footer-area-top .contact-widget .info-list1 li i{
	color: #ffffff;
}

.footer-area-top .contact-widget .info-list1 li a:hover{
  color: #d49925;
  text-decoration: none;
}

.footer-area-top .contact-widget .info-list1 li a:focus{
  text-decoration: none;
}

.footer-area-top .contact-widget a
{
  color: #ffffff;
  font-family: myFifthFont;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.footer-area-top .contact-widget .info-list1 li:first-child i{
  top: 5px;
}
.footer-area .footer-area-bottom {
  padding: 25px 0 0;
  padding-bottom: 20px;
  text-transform: capitalize;
  font-size: 13px;
  background: #000000;
}
.footer-area .footer-area-bottom p {
  color: #ffffff;
  font-family: myFifthFont;
  font-size: 13px;
  margin-bottom: 0px;
  text-transform: none;
}
.footer-area .footer-area-bottom p span {
  color: #097c43;
  text-transform: uppercase;
  font-family: myFifthFont;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .footer-area-bottom p a {
  color: #ffffff;
  font-family: myFifthFont;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .footer-area-bottom p a:hover {
  color: #097c43;
  font-family: myFifthFont;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*//footer*/

@media (min-width: 992px) and (max-width: 1199px) {
.no-sidebar.b-medium .k2t-blog .post-item .entry-content {
    /* width: 53.572%; */
    width: 41.4%;
    padding-top: 82px;
}
.no-sidebar.b-medium .k2t-blog .post-item:nth-child(2n+1) .entry-content {
    padding-left: 35px;
}

.no-sidebar.b-medium .k2t-blog .post-item .entry-content1 {
    /* width: 53.572%; */
    width: 41.4%;
    padding-top: 82px;
}
.no-sidebar.b-medium .k2t-blog .post-item:nth-child(2n+1) .entry-content 1{
    padding-left: 35px;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a 
{
    padding: 10px 10px;
    color: #ffffff;
    font-size: 12px; 
}
.phn-nbr {
    font-family: myFifthFont;
    font-size: 15px;
}
}
@media only screen and (max-width: 991px) {
.hm-spa-img
{
	margin-top: 20px;
}
.owl-buttons
{
	display:none;
}
.b-medium .post-item .flx-entry-thumb {
    float: left;
    margin: 0px;
    overflow: hidden;
}
.k2t-content.no-sidebar.b-medium .post-inner .flx-entry-thumb {
    margin-top: 20px;
    margin-bottom: 133px;
}
.k2t-content.b-medium .k2t-blog .post-item {
    background-color: #fff;
    margin-left: 0px;
    padding-bottom: 7px;
    padding-left: 20px;
	padding-right: 20px;
}
.no-sidebar.b-medium .k2t-blog .post-item .entry-content {
    /* width: 53.572%; */
    width: 100%;
    padding-top: 20px;
}
.about-page .k2t-content.no-sidebar.b-medium .post-inner .flx-entry-thumb {
    margin-bottom: 0px;
}
.no-sidebar.b-medium .k2t-blog .post-item:nth-child(2n+1) .entry-content {
    padding-left: 0px;
}
.b-medium .k2t-blog .post-item .entry-content, .k2t-blog.k2t-blog-post.style-2 .post-item .entry-content {
    padding: 0px 0px 0px 0px;
    width: 60.976%;
    float: left;
}

.b-medium .post-item .flx-entry-thumb1 {
    float: left;
    margin: 0px;
    overflow: hidden;
}
.k2t-content.no-sidebar.b-medium .post-inner .flx-entry-thumb1 {
    margin-top: 20px;
    margin-bottom: 133px;
}
.about-page .k2t-content.no-sidebar.b-medium .post-inner .flx-entry-thumb1 {
    margin-bottom: 0px;
}


.no-sidebar.b-medium .k2t-blog .post-item:nth-child(2n+1) .entry-content1 {
    padding-left: 0px;
}
.b-medium .k2t-blog .post-item .entry-content1, .k2t-blog.k2t-blog-post.style-2 .post-item .entry-content1 {
    padding: 0px 0px 0px 0px;
    width: 60.976%;
    float: left;
}
.no-sidebar.b-medium .k2t-blog .post-item .entry-content1 {
    /* width: 53.572%; */
    width: 100%;
    padding-top: 20px;
}


.amenities {
    display: block;
    width: 100%;
}
.ammenities-text {
    position: relative;
    left: 20%;
    top: 50%;
    width: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about-amenities {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    background-image: url(../images/abt-ame.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-title {
    padding-bottom: 50px;
    position: relative;
    padding-top: 0px;
}
.abt-btn-3 {
    margin-bottom: 50px;
}
}
@media only screen and (max-width: 767px){
.hm-room-images-img {
    position: relative;
}
.hm-room-images-img img {
    margin: 0px 20px 20px 0px;
}
}
@media (min-width: 320px) and (max-width: 991px) {
.hm-about-sec-dtl span:after {
    content: "";
    position: absolute;
    height: 15px;
    border-bottom: 2px solid #d49925;
    top: 0;
    width: 150px;
}
}
@media (min-width: 320px) and (max-width: 575px) {
.wid-sec_1
{
	width: 80%;
}
.wid-sec_2
{
	width: 20%;
}
}
@media (min-width: 320px) and (max-width: 460px) {
.ammenities-text > h4 {
    color: #ffffff;
    float: left;
    font-size: 30px;
    font-family: mySecondFont;
    margin: 0 0 20px;
    width: 100%;
}
}