        @import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,700&family=Manrope:wght@200;300;400;500;600;700;800&family=Mulish:wght@200;300;400;500;600;700;800;900&family=Signika:wght@300;400;500;600;700&display=swap");


body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #666 !important;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: normal;
  font-style: normal;
}
a,
button {
  transition: all 0.3s ease-out 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img {
    width: 100%;
}
ul {
    padding: 0;
}
.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.pb-20 {
	padding-bottom: 20px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pb-90 {
	padding-bottom: 90px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-20 {
	padding-top: 20px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-80 {
	padding-top: 80px;
}
.pt-90 {
	padding-top: 90px;
}
.pt-100 {
	padding-top: 100px;
}
a {
	color: #44444e;
	text-decoration: none;
	-webkit-transition: 0.4s !important;
	transition: 0.4s !important;
	outline: 0 !important;
}

a:hover {
	color: #be8c4d;
	text-decoration: none;
}

.bg-grey {
	background-color: #f7f0ee;
}

.section-padding {
	padding: 100px 0;
}
p {
	color: #5f5f5f;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 15px;
}
.header {
  padding: 10px 0;
  display: block;
  position: absolute !important;
  z-index: 3;
  left: 0;
  right: 0;
}
.header.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  animation: sticky 1s;
  box-shadow: 2px 4px 8px rgba(140, 129, 129, 0.25);
    background: white;
}
.header .logo__header img {
  max-width: 110px;
}
.header .nav-link {
      color: #051C55;
    font-weight: 700;
    text-transform: uppercase;
  padding: 38px 20px;
  transition: all 0.4s ease-in-out;
  font-size: 16px;
}
.header .navbar-nav {
    justify-content: center;
    width: 100%;
}
.default-btn {
    border: none;
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 14px;
    padding-bottom: 14px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #be8c4d;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin: 5px;
}
.default-btn {
    box-shadow: 0 2px 15px rgb(123, 104, 238, 0.15);
}
.default-btn span {
    display: block;
    position: absolute;
    top: 54px;
    left: 123.633px;
    z-index: -1;
    width: 0;
    height: 0;
    background-color: #00b0ff;
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 30px;
}
.default-btn:hover, .default-btn:focus {
    color: #ffffff;
}
.default-btn:hover span, .default-btn:focus span {
    width: 200%;
    height: 500px;
}
.default-btn-one {
    border: none;
    position: relative;
    z-index: 1;
    color: #44444e;
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 14px;
    padding-bottom: 14px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin: 5px;
}
.home-section {
    overflow: hidden;
    position: relative;
}
.home-section .swiper-slide:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-color: #000000;
}
.black-logo {
    display: none;
}
.header.sticky .black-logo {
    display: block;
}
.header.sticky .white-logo {
    display: none;
}
.navbar .navbar-collapse ul.navbar-nav li a {
    color: white;
}
.text_slide {
    top: 35%;
    z-index: 2;
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.footer-area {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    background-color: #121630;
}
.footer-about {
    padding-right: 15px;
}
.footer-logo {
    margin-bottom: 20px;
    display: inline-block;
}
.footer-list p {
    color: #efefef;
    font-size: 16px;
}
.footer-social-icon {
    margin-top: 25px;
}
.footer-list ul li {
    color: #efefef;
    margin-bottom: 12px;
}
.footer-social-icon li {
    margin-right: 10px;
    display: inline-block;
}

.footer-social-icon li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 16px !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid rgb(255, 255, 255, 0.15);
    background-color: rgb(255, 255, 255, 0.15);
    transition: all .3s;
}
.footer-list h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}
.footer-list .footer-contact-info ul li i {
    color: #be8c4d;
    font-size: 16px;
    margin-right: 5px;
}
.footer-list ul li a {
    color: #efefef;
    font-size: 16px;
}
.footer-logo img {
    max-width: 120px;
}
.address-single-item {
    overflow: hidden;
    border-radius: 3px;
    border-bottom: 2px solid #be8c4d;
    background-color: #ffffff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
}
.single-contact-info {
    padding: 25px 25px;
    border-bottom: 1px solid #ebebeb;
}
.single-contact-info h6 {
    font-size: 18px;
    margin-bottom: 12px;
}
.single-contact-info p {
    margin: 0;
    line-height: 1.4;
}
.single-contact-info:last-child {
    border-bottom: 0;
}
.single-hours-info {
    padding: 20px 25px;
    border-bottom: 1px solid #ebebeb;
    background-color: #be8c4d;
}
.single-hours-info h6 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
}
.single-hours-info p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
.header.sticky .navbar .navbar-collapse ul.navbar-nav li a {
    color: black;
}

.navbar-toggler-icon {
    background-image: url('/files_upload/bx-menu.svg');
    background-color: white;
}
@media screen and (max-width:756px) {
    .book__date {
        display: none;
    }
    #menu_hor {
        justify-content: end;
    }
    #navbarsMenu {
        position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    width: 95%;
    margin: auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        border-radius: 0 0 4px 4px;
    }
    .navbar .navbar-collapse ul.navbar-nav li a {
        color: black;
    }
    .navbar ul.navbar-nav > li:not(:last-child) {
        border: 1px solid #DBEEFD;
    }
    .text_slide {
        top: 20%;
    }
}
.page-title-content {
    text-align: center;
    margin-top: 45px;
}
.page-title-content h2 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0;
}
.page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 12px;
    margin-bottom: 0;
}
.page-title-content ul li {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 10px;
}
.page-title-content ul li:first-child::before {
    content: '';
    position: absolute;
    top: 7px;
    right: -15px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #00b0ff;
}
.page-title-content ul li a {
    display: inline-block;
    color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.page-title-content ul li {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 10px;
}
.section-title h6,.sub-title {
    position: relative;
    color: #be8c4d;
    font-size: 14px;
    font-weight: 700;
    padding-left: 18px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
}
.section-title h6:before, .sub-title:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    width: 7px;
    height: 7px;
    background-color: #00b0ff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.section-title {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 65px;
}
.bp_news_more:hover {
    color: white;
}
.bp_news_info {
    display: none;
}