.bg_gradient {
  background-image: -moz-linear-gradient(-32deg, #dd010e 0%, #cfa670 100%);
  background-image: -webkit-linear-gradient(-32deg, #dd010e 0%, #cfa670 100%);
  background-image: -ms-linear-gradient(-32deg, #dd010e 0%, #cfa670 100%);
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1MmgWxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Courgette';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/courgette/v8/wEO_EBrAnc9BLjLQAUkFUQ.ttf) format('truetype');
}
.font-two {
  font-family: 'Courgette', cursive;
}
html {
  font-size: 15px;
}
body {
  color: #222222;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
article {
  font-family: 'Roboto', sans-serif;
}
.nn_editable > p {
  margin: 0;
  display: inline-block;
}
.nn_editable > p + p {
  display: block;
}
.container {
  max-width: 1300px;
  width: 100%;
}
.container img {
  max-width: 100%;
}
@media only screen and (max-width: 1600px) {
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .container .text-right,
  .container .text-left {
    text-align: center;
  }
}
.container .text-center img {
  margin: 0 auto;
}
a:hover,
a:focus {
  text-decoration: none;
}
*,
*:focus {
  outline: none;
}
button:hover,
input:hover,
.btn:hover,
button:focus,
input:focus,
.btn:focus,
button:active,
input:active,
.btn:active,
button.focus,
input.focus,
.btn.focus {
  outline: none !important;
}
/*---------------------------------------------*/
.beyti-header {
  transition: all 0.2s ease-in;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 101;
}
.beyti-header.sticky {
  background-color: #ffffff;
  transition: all 0.2s ease-in;
}
.beyti-header.sticky .navbar .nav li a {
  color: #222222;
}
.beyti-header.sticky .navbar .nav li a:hover {
  color: #dd010e;
}
.beyti-header.sticky .navbar-toggle .icon-bar {
  background-color: #000000;
  transition: all 0.2s ease-in;
}
.beyti-header .logo_head {
  display: inline-block;
}
.beyti-header .logo_head a {
  display: block;
  height: 80px;
  padding: 12px 0;
}
.beyti-header .logo_head a img {
  max-width: 100%;
  max-height: 100%;
}
.beyti-header .navbar {
  display: inline-block;
  margin: 0;
  border: none;
  float: right;
}
.beyti-header .navbar .nav {
  padding: 0;
  margin: 0;
}
.beyti-header .navbar .nav li {
  display: inline-block;
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
}
.beyti-header .navbar .nav li a {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  display: inline;
  padding: 0;
  position: relative;
}
.beyti-header .navbar .nav li a:hover,
.beyti-header .navbar .nav li a:focus {
  background-color: transparent;
  color: #eeeeee;
  outline: none;
}
.beyti-header .navbar .nav li a:hover::after,
.beyti-header .navbar .nav li a:focus::after {
  width: 100%;
  transition: width 0.2s ease;
}
.beyti-header .navbar .nav li a::after {
  content: '';
  transition: width 0.2s ease;
  background-color: #dd010e;
  height: 2px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
}
.beyti-header .navbar .nav li a.active::after {
  width: 100%;
  transition: width 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .beyti-header .navbar .nav li a.active {
    background-color: #ffffff;
    color: #dd010e !important;
  }
  .beyti-header .navbar .nav li a.active::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .beyti-header .navbar .nav li {
    display: block;
    height: auto;
    line-height: normal;
    padding: 0;
  }
  .beyti-header .navbar .nav li a {
    padding: 10px 20px;
    display: block;
    color: #ffffff !important;
  }
}
@media only screen and (max-width: 767px) {
  .beyti-header .container_menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
  }
  .beyti-header .container_menu .navbar-header {
    height: 80px;
    line-height: 100px;
  }
  .beyti-header .container_menu .navbar-toggle {
    margin: 0;
    float: none;
    height: 40px;
  }
  .beyti-header .container_menu .navbar-toggle .icon-bar {
    transition: all 0.75s ease 0s;
    position: relative;
    transform: rotate(0);
  }
  .beyti-header .container_menu .navbar-toggle .icon-bar:last-child {
    top: 0;
  }
  .beyti-header .container_menu .navbar-toggle .icon-bar:nth-child(2) {
    bottom: 0;
  }
  .beyti-header .container_menu .navbar-toggle:not(.collapsed) .icon-bar:last-child {
    transform: rotate(-45deg);
    transition: all 0.5s ease 0s;
    top: -10px;
  }
  .beyti-header .container_menu .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
    bottom: -10px;
  }
  .beyti-header .container_menu .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
    opacity: 0;
    transition: all 0.5s ease 0s;
  }
  .beyti-header .container_menu .navbar-collapse {
    position: fixed;
    background-color: #dd010e;
    left: 0;
    width: 100%;
    padding: 0;
    top: 80px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
}
.navbar-toggle .icon-bar {
  background-color: #ffffff;
  height: 4px;
  width: 35px;
  border-radius: 4px;
  transition: all 0.2s ease-in;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
.main-slider {
  overflow: hidden;
}
.main-slider .slider-banner {
  position: relative;
  margin: 0 -15px;
}
.main-slider .slider-banner .owl-item > div {
  height: 100vh;
}
@media only screen and (max-width: 991px) {
  .main-slider .slider-banner .owl-item > div {
    height: auto;
  }
}
.main-slider .slider-banner .owl-controls {
  margin: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 25px;
}
.main-slider .slider-banner .owl-controls .owl-buttons {
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.main-slider .slider-banner .owl-controls .owl-buttons .owl-prev,
.main-slider .slider-banner .owl-controls .owl-buttons .owl-next {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  font-size: 1.5rem;
  pointer-events: auto;
}
@media only screen and (max-width: 991px) {
  .main-slider .slider-banner .owl-controls {
    padding: 0 5px;
  }
}
.main-slider .slider-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.main-slider .slider-banner .slider_caption {
  left: 50%;
  transform: translate(-50%, -50%);
  right: auto;
  max-width: 700px;
  text-shadow: none;
  bottom: auto;
  top: 50%;
}
.main-slider .slider-banner .slider_caption .slider_title {
  font-family: 'Courgette', cursive;
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 0;
}
.main-slider .slider-banner .slider_caption .slider_text {
  font-size: 1.2rem;
}
.main-slider .slider-banner .slider_caption .slider_button {
  display: inline-block;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  height: 44px;
  line-height: 44px;
  padding: 0 25px;
  font-weight: 500;
  font-size: 0.8rem;
  position: relative;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 1;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .main-slider .slider-banner .slider_caption {
    width: 100%;
    max-width: none;
    padding: 15px;
    position: initial;
    transform: none;
    background-color: #000000;
  }
  .main-slider .slider-banner .slider_caption .slider_title {
    font-size: 1.6rem;
  }
  .main-slider .slider-banner .slider_caption .slider_text {
    font-size: 0.9rem;
  }
}
.main-slider .slider-banner .slider-image {
  display: block;
  width: 100%;
  height: 810px;
}
.main-slider .slider-banner .slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .main-slider {
    padding: 0;
  }
}
.section-one {
  padding: 60px 0;
}
.section-one .title {
  font-family: 'Courgette', cursive;
  font-weight: 600;
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .section-one .title {
    font-size: 2rem;
  }
}
.section-one .text {
  line-height: 1.8;
}
.section-one .more-link {
  border: 1px solid #222222;
  color: #222222;
  border-radius: 25px;
  height: 44px;
  display: inline-block;
  line-height: 44px;
  padding: 0 25px;
  font-weight: 400;
  font-size: 1rem;
  margin-top: 20px;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
}
.section-one .more-link:hover {
  background-color: #dd010e;
  color: #ffffff;
  border-color: #dd010e;
  transition: all 0.2s ease-in;
}
.section-one .image {
  display: inline-block;
}
.section-one .align-self-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-one .align-self-center::before,
.section-one .align-self-center::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .section-one .align-self-center {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .section-one {
    padding: 25px 0;
  }
  .section-one .image {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  .section-one .image img {
    width: 100%;
  }
  .section-one .more-link {
    margin-top: 10px;
  }
}
.section-two {
  background-image: url(/static/themes/nano_lite/images/beyti/image-03.webp);
  background-position: center center;
  background-size: cover;
  padding: 150px 0;
  text-align: center;
  color: #ffffff;
}
.section-two .title {
  font-family: 'Courgette', cursive;
  font-size: 2.5rem;
}
.section-two .text {
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .section-two {
    padding: 50px 0;
  }
  .section-two .title {
    font-size: 2rem;
  }
  .section-two .text {
    font-size: 0.9rem;
  }
}
.section-gallery {
  margin: -50px 0;
}
@media only screen and (max-width: 767px) {
  .section-gallery {
    margin: 0 auto;
  }
}
.gallery-list {
  background-color: #ffffff;
  padding: 50px;
  margin: 0;
  position: relative;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
.gallery-list::before {
  content: '';
  border: 8px solid #ffffff;
  position: absolute;
  z-index: 19;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  pointer-events: none;
}
.gallery-list li {
  padding: 10px;
  display: inline-block;
}
.gallery-list li a {
  display: block;
  position: relative;
}
.gallery-list li a:hover .content {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.gallery-list li a .content {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.75);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #222222;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.gallery-list li a .content .text {
  margin: 0;
}
.gallery-list li a .content .text p {
  margin: 0;
}
.gallery-list li a .content .title {
  margin-top: 0;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .gallery-list {
    padding: 10px 0;
    grid-template-columns: 50% 50%;
  }
  .gallery-list::before {
    display: none;
  }
}
.section-five {
  padding: 60px 0;
}
.section-five .title {
  font-family: 'Courgette', cursive;
  font-size: 2.5rem;
}
.section-five .text {
  line-height: 1.7;
}
.section-five .align-self-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-five .align-self-center::before,
.section-five .align-self-center::after {
  display: none;
}
.section-five .divider {
  margin: 50px 0;
  clear: both;
  width: 100%;
  float: left;
  text-align: center;
}
.section-five .divider::after {
  display: none;
  content: '';
  width: 300px;
  height: 1px;
  background-color: #222222;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 56px;
  z-index: -1;
}
.section-five .divider::before {
  display: none;
  background-color: #ffffff;
  padding: 0 15px;
}
.section-five .large-gallery {
  padding: 0;
  margin: 0 -5px;
  display: grid;
  grid-template-columns: 50% 50%;
}
.section-five .large-gallery li {
  padding: 5px;
  display: inline-block;
}
.section-five .large-gallery li a {
  display: block;
  position: relative;
}
.section-five .large-gallery li a:hover .content {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.section-five .large-gallery li a .content {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.section-five .large-gallery li a .content .text {
  margin: 0;
}
.section-five .large-gallery li a .content .text p {
  margin: 0;
}
.section-five .large-gallery li a .content .title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
}
@media only screen and (max-width: 767px) {
  .section-five {
    padding: 25px 0;
  }
  .section-five .align-self-center {
    display: block;
  }
  .section-five .image {
    display: block;
  }
  .section-five .image img {
    width: 100%;
  }
  .section-five .title {
    font-size: 2rem;
  }
  .section-five .divider {
    margin: 0;
  }
}
.section-seven {
  padding: 60px 0;
}
.section-seven .mb-1 {
  margin-bottom: 25px;
}
.section-seven .title {
  font-family: 'Courgette', cursive;
  font-size: 2.5rem;
}
.section-seven .text {
  line-height: 1.7;
}
.section-seven .align-self-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-seven .align-self-center::before,
.section-seven .align-self-center::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .section-seven {
    padding: 25px 0;
  }
  .section-seven .booking-col {
    margin-top: 25px;
  }
  .section-seven .image {
    display: block;
  }
  .section-seven .image img {
    width: 100%;
  }
  .section-seven .title {
    font-size: 2rem;
  }
  .section-seven .align-self-center {
    display: block;
  }
}
.section-menu {
  padding: 60px 0;
  background-color: #000000;
  color: #ffffff;
}
.section-menu .mb-1 {
  margin-bottom: 25px;
}
.section-menu .title {
  font-family: 'Courgette', cursive;
  font-size: 2.5rem;
}
.section-menu .text {
  line-height: 1.7;
}
.section-menu .align-self-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-menu .align-self-center::before,
.section-menu .align-self-center::after {
  display: none;
}
.section-menu .col-md-4 {
  padding: 0 40px;
}
.section-menu .more-menu {
  display: inline-block;
  margin-top: 40px;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 0 30px;
  height: 44px;
  line-height: 40px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.2s ease-in;
}
.section-menu .more-menu:hover {
  background-color: #dd010e;
  border-color: #dd010e;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 767px) {
  .section-menu {
    padding: 25px 0;
  }
  .section-menu .title {
    font-size: 2rem;
  }
  .section-menu .col-md-4 {
    padding: 0 15px;
  }
}
.menu-titile {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .menu-titile {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.menu-list {
  padding: 0;
  margin: 0;
}
.menu-list li {
  display: block;
  margin-bottom: 30px;
}
.menu-list li:last-child {
  margin: 0;
}
.menu-list li .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.menu-list li .head .name {
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  font-size: 1.1rem;
  white-space: nowrap;
}
.menu-list li .head .price {
  font-size: 1rem;
}
.menu-list li .head .dots {
  border-top: 2px dotted #ffffff;
  display: inline-block;
  width: 100%;
  margin: 0 8px;
  position: relative;
  height: 2px;
  opacity: 0.3;
}
.menu-list li .content {
  font-size: 0.8rem;
  line-height: 1.8;
  opacity: 0.6;
  margin: 0;
  font-weight: 400;
}
.menu-list li .content p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .menu-list {
    margin-bottom: 25px;
  }
}
.beyti-footer {
  background-color: #0f0f0f;
  color: #ffffff;
}
.beyti-footer .top-footer {
  text-align: center;
  padding: 60px 0;
}
.beyti-footer .top-footer .row {
  display: flex;
  align-items: center;
}
.beyti-footer .top-footer .col-md-4 {
  border-right: 1px dashed rgba(255, 255, 255, 0.3);
  height: 100%;
}
.beyti-footer .top-footer .col-md-4:last-child {
  border: none;
}
.beyti-footer .top-footer .fooetr-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 15px;
}
.beyti-footer .top-footer .text {
  font-weight: 400;
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.beyti-footer .top-footer .text:last-child {
  margin: 0;
}
.beyti-footer .top-footer .social-media {
  padding: 0;
  margin: 0;
}
.beyti-footer .top-footer .social-media li {
  display: inline-block;
  padding: 0 10px;
}
.beyti-footer .top-footer .social-media li a {
  display: block;
  color: #ffffff;
  font-size: 1.5rem;
}
.beyti-footer .top-footer .copyright {
  margin-top: 15px;
  font-size: 0.9rem;
}
.beyti-footer .bottom-footer {
  background-color: #000000;
  padding: 60px 0;
  text-align: center;
}
.beyti-footer .bottom-footer .footer-logo {
  display: inline-block;
  height: 50px;
  margin-bottom: 25px;
}
.beyti-footer .bottom-footer .footer-logo img {
  max-width: 100%;
  max-height: 100%;
}
.beyti-footer .bottom-footer .footer-menu {
  padding: 0;
  margin: 0;
}
.beyti-footer .bottom-footer .footer-menu li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.beyti-footer .bottom-footer .footer-menu li a {
  display: block;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .beyti-footer .top-footer {
    padding: 25px 0;
  }
  .beyti-footer .top-footer .row {
    display: block;
  }
  .beyti-footer .top-footer .row .col-md-4 {
    border: none;
    margin-bottom: 20px;
  }
  .beyti-footer .top-footer .row .col-md-4:last-child {
    margin: 0;
  }
  .beyti-footer .bottom-footer {
    padding: 25px 0;
  }
}
.page-heading {
  background-image: url(/static/themes/nano_lite/images/beyti/banner-01.webp);
  background-repeat: no-repeat;
  background-position: center top;
  height: 250px;
}
@media only screen and (max-width: 767px) {
  .page-heading {
    height: 150px;
  }
}
.menu-page {
  text-align: center;
  margin: -50px 0 0;
}
.menu-page .title {
  font-family: 'Courgette', cursive;
  font-size: 2.5rem;
  color: #dd010e;
}
.menu-page .text {
  line-height: 1.7;
}
.menu-page .menu-page-section {
  background-color: #ffffff;
  padding: 50px;
  margin: 0;
  position: relative;
}
.menu-page .menu-page-section::before {
  content: '';
  border: 8px solid #ffffff;
  position: absolute;
  z-index: 19;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  pointer-events: none;
}
.menu-page .tab-nav {
  padding: 0;
  margin: 50px 0;
}
.menu-page .tab-nav li {
  display: inline-block;
  padding: 0 20px;
}
.menu-page .tab-nav li.active a {
  color: #dd010e;
  text-decoration: underline;
}
.menu-page .tab-nav li a {
  display: block;
  color: #a9b0b4;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 600;
}
.menu-page .tab-nav li a:hover {
  color: #222222;
}
.menu-page .tab-content {
  text-align: left;
}
.menu-page .tab-content .col-md-6 {
  padding: 0 50px;
}
.menu-page .tab-content .menu-list li .head .dots {
  border-color: #e5e5e5;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .menu-page {
    margin: 0 auto;
  }
  .menu-page .menu-page-section {
    padding: 15px 0;
  }
  .menu-page .menu-page-section::before {
    display: none;
  }
  .menu-page .title {
    font-size: 2rem;
  }
  .menu-page .tab-nav {
    margin: 20px 0;
  }
  .menu-page .tab-content .col-md-6 {
    padding: 0 15px;
  }
}
.contact-page {
  text-align: center;
  margin: -50px 0 0;
  padding-bottom: 80px;
}
.contact-page .title {
  font-family: 'Courgette', cursive;
  font-size: 2.5rem;
  color: #dd010e;
}
.contact-page .text {
  line-height: 1.7;
}
.contact-page .contact-page-section {
  background-color: #ffffff;
  padding: 50px;
  margin: 0;
  position: relative;
}
.contact-page .contact-page-section::before {
  content: '';
  border: 8px solid #ffffff;
  border-bottom: none;
  position: absolute;
  z-index: 19;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  pointer-events: none;
}
.contact-page .contact-page-row {
  padding: 0 50px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-page .contact-page-row::before,
.contact-page .contact-page-row::after {
  display: none;
}
.contact-page .nn_form .form-field {
  margin-bottom: 15px;
  padding: 0 15px;
}
.contact-page .nn_form .form-field label {
  display: none;
}
.contact-page .nn_form .form-field input {
  width: 100%;
  padding: 0 15px;
  height: 40px;
  border: none;
  border-bottom: 1px solid #000000;
}
.contact-page .nn_form .form-field textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000000;
  min-height: 75px;
  resize: vertical;
  padding: 5px 15px;
}
.contact-page .nn_form .form-field.field-col-6 {
  width: 50%;
  display: inline-block;
  float: left;
}
.contact-page .nn_form .form-submit button {
  padding: 0 20px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #dd010e;
  background-color: #ffffff;
  color: #dd010e;
  transition: all 0.2s ease-in;
}
.contact-page .nn_form .form-submit button:hover {
  background-color: #dd010e;
  color: #ffffff;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 767px) {
  .contact-page {
    margin-top: 0;
    padding-bottom: 15px;
  }
  .contact-page .title {
    font-size: 2rem;
  }
  .contact-page .contact-page-section {
    padding: 15px 0;
  }
  .contact-page .contact-page-section::before {
    display: none;
  }
  .contact-page .contact-page-row {
    padding: 0 15px;
    display: block;
  }
  .contact-page .nn_form {
    margin: 20px -15px;
  }
}
.contact-map .col-md-12 {
  padding: 0;
}
.contact-map .map {
  width: 100%;
  height: 550px;
  float: left;
}
.gallery-page {
  text-align: center;
  margin: -50px 0 0;
  padding-bottom: 80px;
}
.gallery-page .gallery-list {
  display: block;
}
.gallery-page .main-title {
  font-family: 'Courgette', cursive;
  font-size: 2.5rem;
  color: #dd010e;
}
.gallery-page .text {
  line-height: 1.7;
}
.gallery-page .gallery-lists {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .gallery-page {
    padding-bottom: 10px;
  }
  .gallery-page .main-title {
    font-size: 2rem;
  }
  .gallery-page .gallery-lists {
    grid-template-columns: 50% 50%;
  }
}
.gust-page {
  text-align: center;
  margin: -50px 0 0;
  padding-bottom: 80px;
}
.gust-page .gust-section {
  background-color: #ffffff;
  padding: 50px;
  margin: 0;
  position: relative;
}
.gust-page .gust-section::before {
  content: '';
  border: 8px solid #ffffff;
  border-bottom: none;
  position: absolute;
  z-index: 19;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  pointer-events: none;
}
.gust-page .title {
  font-family: 'Courgette', cursive;
  font-size: 2.5rem;
  color: #dd010e;
}
.gust-page .text {
  line-height: 1.7;
}
.gust-page .image {
  width: 100%;
  margin: 50px 0;
}
.gust-page .image img {
  max-width: 100%;
  max-height: 100%;
}
.gust-page .client {
  display: inline-block;
  margin: 0 auto;
  max-width: 75%;
}
.gust-page .client .head {
  position: relative;
  color: #a9b0b4;
}
.gust-page .client .head::before,
.gust-page .client .head::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 1px;
  background-color: #a9b0b4;
  margin: 0 10px;
}
.gust-page .client .client-title {
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #a9b0b4;
  font-weight: 500;
  margin-bottom: 30px;
}
.gust-page .client-slider {
  position: relative;
  margin: 0 -15px;
}
.gust-page .client-slider .owl-controls {
  margin: 0;
}
.gust-page .client-slider .owl-controls .owl-buttons {
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.gust-page .client-slider .owl-controls .owl-buttons .owl-prev,
.gust-page .client-slider .owl-controls .owl-buttons .owl-next {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  font-size: 1.5rem;
  pointer-events: auto;
}
@media only screen and (max-width: 991px) {
  .gust-page .client-slider .owl-controls {
    padding: 0 5px;
  }
}
.gust-page .client-slider img {
  display: none;
}
.gust-page .client-slider .slider_caption {
  position: inherit;
  text-shadow: none;
  color: #222222;
}
.gust-page .client-slider .slider_caption .slider_title {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0;
}
.gust-page .client-slider .slider_caption .slider_text {
  font-size: 0.9rem;
  line-height: 1.7;
}
.gust-page .client-slider .slider_caption .slider_button {
  display: inline-block;
  color: #222222;
  margin-top: 15px;
  font-weight: 600;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .gust-page .client-slider .slider_caption {
    width: 100%;
    max-width: none;
    padding: 15px;
    position: initial;
    transform: none;
    background-color: #ffd71b;
  }
  .gust-page .client-slider .slider_caption .slider_title {
    font-size: 1.6rem;
  }
  .gust-page .client-slider .slider_caption .slider_text {
    font-size: 0.9rem;
  }
}
.gust-page .client-slider .slider-image {
  display: block;
  width: 100%;
  height: 810px;
}
.gust-page .client-slider .slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .gust-page {
    margin-top: 0;
    padding-bottom: 15px;
  }
  .gust-page .gust-section {
    padding: 15px 0;
  }
  .gust-page .gust-section::before {
    display: none;
  }
  .gust-page .title {
    font-size: 2rem;
  }
  .gust-page .image {
    margin: 20px 0;
  }
  .gust-page .client {
    max-width: 100%;
  }
  .gust-page .client .client-slider {
    margin: 0 auto;
  }
  .gust-page .client .client-slider .slider_caption {
    background-color: #ffffff;
    padding: 10px 0;
  }
}
.policy-page {
  margin: -50px 0 0;
  padding-bottom: 80px;
}
.policy-page .policy-section {
  background-color: #ffffff;
  padding: 50px;
  margin: 0;
  position: relative;
}
.policy-page .policy-section::before {
  content: '';
  border: 8px solid #ffffff;
  border-bottom: none;
  position: absolute;
  z-index: 19;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  pointer-events: none;
}
.policy-page .title {
  font-family: 'Courgette', cursive;
  font-size: 2.5rem;
  color: #dd010e;
  text-align: center;
}
.policy-page .text {
  line-height: 1.7;
}
.policy-page .text h4 {
  margin-top: 25px;
  margin-bottom: 10px;
}
.policy-page ul {
  margin-bottom: 25px;
}
.policy-page ul li {
  margin-bottom: 10px;
  font-size: 1.1rem;
}
/*---*/
.sitenano_icon {
  position: fixed;
  display: inline-block;
  bottom: 20px;
  left: 20px;
  height: 40px;
  z-index: 2001;
}
.sitenano_icon img {
  max-width: 100%;
  max-height: 100%;
}
.site-editor .service-section-two .service-col .content {
  max-height: none;
}
.site-editor .service-section-two .service-col input {
  pointer-events: none;
}
.site-editor .menu-page-section .tab-content > .tab-pane {
  display: block;
  opacity: 1;
  margin-bottom: 50px;
}
.site-editor .section-five .large-gallery li a .content {
  transform: scale(1);
  border-radius: 0;
  height: auto;
  bottom: 0;
  top: auto;
}
.site-editor .gallery-list li a .content {
  transform: scale(1);
  border-radius: 0;
  height: auto;
  bottom: 0;
  top: auto;
}
