* {
    box-sizing: border-box !important;
    font-family: 'Candal', sans-serif !important;
    margin: 0;
    padding: 0;
}

body.main-class {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    color: #383838;
}

.main-class h1 {
    font-size: 82px;
    line-height: 85px;
    color: #FFFFFF;
    margin: 0;
    text-align: center;
}

.main-class h2 {
    font-size: 48px;
    line-height: 55px;
    color: #461D18;
    margin: 40px 0;
    padding-top: 30px;
    text-align: center;
}

.main-class h5 {
    font-size: 24px;
    line-height: 55px;
    font-family: 'Permanent Marker', cursive;
    color: #F15A25;
    margin: 20px 0;
    text-align: center;
}

.main-class h6 {
    font-size: 20px;
    line-height: 35px;
    margin: 20px 0;
}

.main-class p, p>span {
    margin: 0;
    font-family: 'Bookman Old Style', sans-serif !important;
}

a, a:hover {
    color: #383838;
    text-decoration: none;
    display: inline-block;
}

.main-class ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-class img {
    vertical-align: middle;
    max-width: 100%;
}

.main-class button , .inquiry-form-main div.wpforms-container-full .wpforms-form button[type=submit]{
    color: #FFFFFF !important;
    background: #F15A25 !important;
    border-radius: 30px;
    padding: 20px 40px;
    font-size: 16px;
    line-height: 21px;
    /*border: none;*/
    border: 1px solid #F15A25;
    transition: 0.4s;
}
.main-class button a{
    color: #FFFFFF !important;
}
.main-class button:hover{
    /*color: #FFFFFF !important;*/
    color: #F15A25 !important;
    background-color: transparent!important;
    border-radius: 30px;
    padding: 20px 40px;
    font-size: 16px;
    line-height: 21px;
    /*border: none;*/
    border: 1px solid #F15A25;
    transition: 0.4s;
}
.container {
    width: 100%;
    padding: 0 130px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -16px;
}

.col {
    padding: 0 16px;
}

.text-center {
    text-align: center;
}

.col_2 {
    width: 20%;
}

.col_3 {
    width: 25%;
}

.col_4 {
    width: 33.3333%;
    margin-bottom: 30px;
}

.col_6 {
    width: 50%;
}

.col_12 {
    width: 100%;
}

hr {
    border: none;
    border-top: 1px solid #BC9C90;
    margin: 40px 0;
    background-color: transparent;
}

/* header css */
.active-menu{
    color: #F15A25 !important;
}
header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
}
header .mobile-logo {
    display: none;
}
header .mobile-logo img , header .logo img {
    height: 142px;
}
.logo {
    padding-left: 155px;
}
.menu-icon {
    display: none;
}
nav.topnav {
    display: flex;
    align-items: center;
    padding: 15px 0;
}
nav.topnav a {
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #461D18;
}
.menu {
    display: flex;
    justify-content: space-between;
    flex: 1 1 auto;
    align-items: center;
    padding-right: 25px;
}
.pl-40 {
    padding-left: 40px;
}
.pr-40 {
    padding-right: 40px;
}
.contact-no {
    padding-left: 26px;
    border-left: 1px solid #E1E1E1;
    /*display: flex;*/
    align-items: center;
}
.contact-no img {
    margin-right: 10px;
}


/* body css */
.hero-section {
    position: relative;
}
.top-bg, .bottom-bg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}
.top-bg {
    top: 0;
}
.bottom-bg {
    bottom: 0;
}
.hero-bg {
    background-blend-mode: overlay;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 960px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yellow-img {
    position: relative;
}
.yellow-img::before {
    content: "";
    background-image: url("../images/Left.png");
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    left: -50px;
    width: 64px;
    height: 58px;
}
.yellow-img::after {
    content: "";
    background-image: url("../images/Right.png");
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    right: -50px;
    width: 64px;
    height: 58px;
}
.about-section img {
    object-fit: cover;
    border-radius: 30px;
    width: 100%;
}
.about-img {
    width: 40%;
}
.about-text {
    width: 60%;
}
.about-img img {
    height: 262px;
}
.about-section hr , .amenities-section hr {
	border:1px solid #BC9C90;
	margin: 40px 0px;
}
.img-wrapper {
    margin-top: 40px;
}

.amenities-section {
    position: relative;
}
.center-line {
    position: absolute;
    bottom: -606px;
    right: 0;
}

.amenity-box {
    background: #F8F8F8;
    border-radius: 30px;
    padding: 40px;
    position: relative;
    z-index: 2;
}
.amenities-section .row {
    align-items: unset;
}
.amenities-section .amenity-box {
    height: 100%;
}

.work-section .row {
    margin: 0 -60px;
}
.work-section .col_3 {
    padding: 0 60px;
    position: relative;
}
.work-section .col_3::after {
    content: "";
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    width: 50px;
    height: 30px;
}
.work-section .col_3:last-child::after {
    display: none;
}
.work-box {
    background: #F8F8F8;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

.work-box p {
    margin-top: 20px;
}
.work-box .h-70 {
    height: 70px;
}

.site-section {
    margin-top: 80px;
}
.site-section h2 {
    margin-bottom: 0;
}
.site-box {
    filter: drop-shadow(0px 0px 29px rgba(0, 0, 0, 0.15));
    background: #FFFFFF;
    border-radius: 40px;
    z-index: 2;
    position: relative;
    z-index: 999;
} 
.site-box > img{
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    width: 100%;
    height: 275px;
    object-fit: cover;
}
.site-content {
    padding: 40px;
}
.site-content h6 {
    margin-top: 0;
}
.price-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.price {
    font-weight: 700;
}
.icon-wrap img {
    padding: 0 3px;
}
.more-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}
.more-info p:first-child span {
    font-weight: 700;
}
.clock-wrap {
    display: flex;
    align-items: center;
}
.clock-wrap span {
    font-size: 14px;
    line-height: 14px;
    max-width: 75px;
    margin-left: 10px;
}
.site-section button {
    margin: 100px 0 120px;
    position: relative;
    z-index: 5;
}

/* footer css */
footer{
    position: relative;
}
footer .footer-bg-img {
    width: 100%;
}
.footer-menu {
    background: #542E1F;
    color: #EEEEEE;
}
.footer-menu nav.topnav {
    max-width: 1290px;
    margin: 0 auto;
    border-bottom: 1px solid #713F2C;
}
.footer-menu .contact-no {
    border-color: #A96145;
}
.footer-menu .logo img {
    width: 158px;
}
.footer-menu nav.topnav a {
    color: #EEEEEE;
}
.copyright {
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    padding: 15px 0;
}
.left-line {
    position: absolute;
    bottom: 210px;
    left: 0;
}
.right-line {
    position: absolute;
    bottom: 395px;
    right: 0;
}
header  .mb-logo{display: none;}



/*contact us css*/
.contact-section {
    padding-top: 40px;
    padding-bottom: 65px;
}
.contact-hero-section .hero-bg {
    
    background-image: url(../images/contact-bg.png), linear-gradient(rgba(70, 29, 24, 0.6),rgba(70, 29, 24, 0.6));
    height: 500px;
    background-position-y:-23px;
}
.contact-hero-section .hero-bg h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 62px;
}
.contact-hero-section .hero-bg h5 {
    color: #ffffff;
    font-family:'Candal', sans-serif;
    margin: 0px;
    margin-top: 18px;
    font-size: 30px;
    line-height: 39px;
}
.contact-text-icon {
    text-align: center;
    padding: 40px 60px;
}
.contact-text-icon h6 {
    margin-top: 20px;
    margin-bottom: 9px;
    font-weight:400;
}
.contact-text-icon p , .contact-text-icon a {
    color: #383838;
    font-size: 18px;
    font-family: 'Bookman Old Style', sans-serif;
    font-weight: 400;
    line-height: 21px;
}
.contact-adress-main .col_4 {
    margin-bottom: 80px;
}
.contact-form-map-main .row {
    align-items: unset;
}
.inquiry-form-main h4 {
    font-size: 30px;
    font-weight: 400;
    color: #F15A25;
    margin-top: 0px;
    margin-bottom: 40px;
    line-height: 39px;
}
.inquiry-form-div label {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    font-family: 'Bookman Old Style', sans-serif;
    padding-bottom: 6px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #F8F8F8;
    background-clip: padding-box;
    border: 1px solid #F8F8F8;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.inquiry-form-div input {
    height: 46px;
}
.inquiry-form-div textarea {
    height: 72px;
    resize: none;
}
.inquiry-form-div {
    margin-bottom: 20px
}
.form-btn .btn {
     color: #FFFFFF;
    background: #F15A25;
    border-radius: 30px;
    padding: 8px 32px;
    font-size: 16px;
    line-height: 21px;
    border: none;
    cursor: pointer;
    border:1px solid #F15A25;
    transition: 0.4s;
}
.form-btn .btn:hover {
    background-color: transparent;
    border:1px solid #F15A25;
    color: #F15A25;
}
.map-img img {
    border-radius: 10px;
    width: 100%;
}
.map-img a {
    display: block;
}
.map-img iframe {
    width: 100%;
}

/*new contact-form css*/

.inquiry-form-main .wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 16px;
    color: #383838;
    font-weight: 400;
    line-height: 19px;
    font-family: 'Bookman Old Style', sans-serif!important;
    padding-bottom: 6px;
    margin: 0px;
}

.inquiry-form-main div.wpforms-container-full .wpforms-form input[type=text] , 
.inquiry-form-main div.wpforms-container-full .wpforms-form input[type=email],
.inquiry-form-main div.wpforms-container-full .wpforms-form textarea {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #F8F8F8;
    background-clip: padding-box;
    border: 1px solid #F8F8F8;
    border-radius: 8px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 46px;
    font-family: 'Bookman Old Style', sans-serif!important;
}
.inquiry-form-main div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0px;
    margin-bottom: 20px;
}
.inquiry-form-main div.wpforms-container-full .wpforms-form textarea {
    height: 72px!important;
    resize: none;
}
.inquiry-form-main div.wpforms-container-full .wpforms-form button[type=submit] {
    padding: 8px 32px;
    cursor: pointer;
}
.inquiry-form-main div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 0px;
}

/*footer top img css*/

.footer-top-img {
    position: relative;
}
.left-line-img {
    position: absolute;
    bottom: -275px;
    left: 0;
}
.right-line-img {
    position: absolute;
    bottom: -125px;
    right: 0;
    z-index: 99;
}






/* faq css */
.faq-section .custom-row {
    align-items: unset;
}
.faq-hero-section .hero-bg h1 {
    font-size: 96px;
    line-height :124.59px;
}
.faq-hero-section .hero-bg h1 span {
    font-size: 72px;
    line-height :84.52px;
    font-family: 'Bookman Old Style', sans-serif!important;
}
.faq-hero-section .hero-bg h5 {
    margin-top: 14px;
}
.faq-hero-section .hero-bg h5 br {
    display: none;
}
.faq-section .contact-form-map-main {
    padding-top: 75px;
    padding-bottom: 193px;
}
.faq-section .about-img .inquiry-form-main {
    padding: 0px 101px;
}
.faq-section .about-img .inquiry-form-main h4 {
    text-align: center;
    margin-bottom: 18px;
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.faq-section .about-img .inquiry-form-main form {
    border: 2px solid #E1E1E1;
    border-radius: 15px;
    background-color: #F8F8F8;
    padding: 25px;
}
.faq-section .inquiry-form-main div.wpforms-container-full .wpforms-form input[type=text] {
    height: 40px;
    background-color:#EEEEEE;
}
.faq-section .inquiry-form-main div.wpforms-container-full .wpforms-form textarea {
    background-color:#EEEEEE;
}
.faq-section .inquiry-form-div textarea {
    height: 55px
}
.faq-section .inquiry-form-div label {
    font-size: 17px;
}
.faq-text h4 {
    font-family: 'Bookman Old Style', sans-serif!important;
    margin: 0;
    font-size: 24px;
    text-align: center;
    font-weight: 300;
    line-height: 28px;
}
.accordion ul {
    display: flex;
    justify-content: space-between;
        margin-top: 30px;
    margin-bottom: 40px;
}
/*.accordion ul li {
    border-bottom: 1px solid black;
    color: black;
}*/
.accordion ul li a {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
     font-family: 'Bookman Old Style', sans-serif!important;
     font-weight: 600;
    font-size: 22px;
    border-bottom: 1px solid #856034;
    color: #856034;
    line-height: 26px;
}
.menuactive {
    border-bottom: 1px solid #F15A25!important;
    color: #F15A25!important;
}
.accordion-item {
  padding:0px;
  margin: 0;
  margin-bottom: 40px;
  overflow: hidden;
  border: none;
  outline: none;
  border-bottom: 2px solid #d4d4d4;
}
.accordion-item:last-child {
    margin-bottom: 0px;
}
.accordion-item:last-child {
   border-bottom: 0px solid #d4d4d4;  
}
.accordion-item .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  cursor: pointer;
  color: #856034;
  transition:0.5s; 
  padding-bottom: 20px;
}
.accordion-item .title span {
    font-family: 'Bookman Old Style', sans-serif!important;
}
.accordion-item .title i.fa {
  font:normal normal normal 25px/1 FontAwesome!important;
  color: #C9AFA6;
  transform: translateX(-50%) rotate(0);
  transition: 0.5s;
}
.accordion-item .title img {
  transform: translateX(-50%) rotate(0);
  transition: 0.5s;
}
.accordion-item .paragraph {
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  color: #383838;
  display: none;
  padding-bottom: 20px;
}
.accordion-item.active .title img {
  transform: translateX(-50%) rotate(180deg);
}
.accordion-item.active .paragraph {
  display: block;
}

.accordion section {
    display: none;
}
#security-tab {
    display: block;
}
.active-tab-plane {
    display: block!important;
}
article .entry-header h1 {
	color: black;
	position: relative;
	font-size: 32px!important;
}
article header {
	position: unset;
	padding-top: 60px;
    text-align: center;
}
article .entry-header h1 {
    display: inline-block;
}
article .entry-header h1::before {
    content: "";
    background-image: url(../images/Left.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    left: -10%;
    width: 64px;
    height: 58px;
}
article .entry-header h1::after {
    content: "";
    background-image: url(../images/Right.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    right: -10%;
    width: 64px;
    height: 58px;
}
article#post-133 .entry-header h1::before {
	left: -16%;
}
article#post-133 .entry-header h1::after {
	right: -16%;
}



/* Image gallery stlyling */
.img_container {
  /*max-width: 900px;*/
  /*margin: 80px auto 0;*/
  /*text-align: center;*/
}

.container-img-holder {
  /*max-width: 280px;*/
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  /*margin-left: 16px;*/
  cursor: pointer;
}

.img_container .container-img-holder:nth-child(3n+1) {
  margin-left: 0;
}

.container-img-holder img {
  width: 100%;
  /*height: 220px;*/
  display: block;
}


/* Popup Styling */
.img-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background: rgba(255, 255, 255, .5);*/
  background: rgb(30 26 26 / 60%);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.img-popup img {
  max-width: 900px;
  height: 50%;
  width: 100%;
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}

.close-btn {
  width: 35px;
  height: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
/*  top: 20px;
  right: 20px;*/
  right: 20%;
  top: 20%;
  cursor: pointer;
}

.close-btn .bar {
  height: 4px;
  /*background: #333;*/
  background: #ffffff;
}

.close-btn .bar:nth-child(1) {
  transform: rotate(45deg);
}

.close-btn .bar:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

.opened {
  display: flex;
  z-index: 9999;
}

.opened img {
  animation: animatepopup 1s ease-in-out .8s;
  -webkit-animation: animatepopup .3s ease-in-out forwards;
}

@keyframes animatepopup {

  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

}

/*@media screen and (max-width: 880px) {

  .img_container .container-img-holder:nth-child(3n+1) {
    margin-left: 16px;
  }

}
*/




/* Responsive css */
@media screen and (max-width: 1660px) {
    .container {
        width: 100%;
        padding: 0 75px;
    }
}
@media screen and (max-width: 1400px) {
    .footer-menu nav.topnav {
        padding-left: 75px;
        padding-right: 75px;
        max-width: 100%;
    }
    .left-line {
        bottom: 180px;
    }
    .right-line {
        bottom: 360px;
    }
    .work-section .row {
        margin: 0 -40px;
    }
    .work-section .col_3 {
        padding: 0 40px;
    }
    .contact-hero-section .hero-bg h1 {
        font-size: 46px;
        line-height: 52px;
    }
    .contact-hero-section .hero-bg h5 {
        font-size:28px;
    }
    .faq-section .contact-form-map-main {
        padding-top: 40px;
        padding-bottom: 100px;
    }
    .faq-text h4 br {
        display: none;
    }
    .faq-text h4 {
        font-size: 22px;
    }
    .accordion ul li a {
        font-size: 20px;
    }  
    .accordion-item .paragraph {
        font-size: 17px;
    }
    .accordion-item .title i.fas {
        font-size: 22px;
    }
    .faq-section .about-img .inquiry-form-main {
        padding: 0px 10%;
    }
    .faq-section .about-img .inquiry-form-main h4 {
        font-size: 24px;
    }
    .faq-hero-section .hero-bg h1 {
        font-size: 70px;
    }
    .close-btn { 
        right: 15%;
    }
} 

@media screen and (max-width: 1200px) {
    .pl-40 {
        padding-left: 20px;
    }
    .pr-40 {
        padding-right: 20px;
    }
    .menu {
        padding-right: 15px;
    }
    .contact-no {
        padding-left: 15px;
    }
    .work-section .col_3 {
        width: 50%;
        margin-bottom: 30px;
    }
    .work-section .col_3:nth-child(2)::after {
        display: none;
     }
    .work-box .h-70 {
        height: auto;
    }
   /* .footer-menu .logo img {
        width: 100%;
    }*/
    .center-line {
        bottom: -490px;
    }
    .left-line {
        bottom: 80px;
    }
    .right-line {
        bottom: 270px;
    }
    .contact-section {
        padding-top: 35px;
        padding-bottom: 60px;
    }
    .contact-text-icon {
        padding: 40px;
    }
    .contact-adress-main .col_4 {
        margin-bottom: 55px;
    }
    .contact-hero-section .hero-bg h1 {
        font-size: 45px;
        line-height: 52px;
    }
    .contact-hero-section .hero-bg h5 {
        font-size:26px;
    }
    .contact-text-icon h6 {
        margin-top: 15px;
    }
    .inquiry-form-main h4 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    /*.faq-section .contact-form-map-main {
        padding-top: 30px;
        padding-bottom: 40px;
    }*/
    .faq-section .contact-form-map-main {
         padding-top: 40px;
         padding-bottom: 80px;
    }
    .faq-text h4 {
        font-size: 19px;
    }
    .faq-section .contact-form-map-main .about-text {
        width: 70%;
    }
    .faq-section .contact-form-map-main .about-img {
         width: 30%;
         margin-bottom: 0px;
    } 
    .faq-section .about-img .inquiry-form-main {
         padding: 0px 5%;
    }
    .faq-section .about-img .inquiry-form-main h4 {
        font-size: 22px;
    }

    .accordion-item {
        margin-bottom: 30px;
    }
    .accordion ul {
        margin-top: 25px;
        margin-bottom: 35px;
    }
    .accordion ul li a {
        font-size: 18px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .accordion-item .title {
        font-size: 19px;
        padding-bottom: 15px;
    }
    .accordion-item .title img {
        width: 20px;
        height: 10px;
    }
    .faq-section .about-img .inquiry-form-main form {
        padding: 20px;
    }
    .faq-section .inquiry-form-div label {
         font-size: 16px;
    }
    .faq-section .inquiry-form-div input {
         height: 40px;
    }
    .faq-section .inquiry-form-div textarea {
        height: 50px;
    }
    .faq-hero-section .hero-bg h1 {
        font-size: 62px;
        line-height: 75px;
    } 
    /*article .entry-header h1 {
    	font-size: 40px!important;
	}*/
   /* article .entry-header h1::before {
        top: -30px;
        left: 19%;
    }
     article .entry-header h1::after {
        top: -30px;
        right: 19%;
    }*/
   /* article#post-133 .entry-header h1::before {
        left: 16%;
    }
     article#post-133 .entry-header h1::after {
        right: 16%;
    }*/
	.img-popup img {
    	max-width: 700px;
	}
    .close-btn { 
        right: 18%;
    }
    .amenities-section .row {
        align-items: unset;
    }
    .amenities-section .row .col_4 {
        width: 50%;
    }
}

@media screen and (max-width: 992px) {
    
    /* header  */
    header nav.topnav .menu, header .logo {display: none;}
    header nav.topnav a.menu-icon, header .mb-logo{display: block;}
    header nav.topnav {
        justify-content: space-between;
    }
    header nav.topnav .mb-logo {
        padding-left: 129px;
    }
    header .mobile-logo {
        display: block;
    }
    .footer-menu nav.topnav {
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column;
    }
    .menu {
        flex-direction: column;
        padding-right: 0;
    }
    .menu a {
        display: block;
        padding: 10px 0;
        text-align: center;
    }
    .logo {
        padding-left: 0px;
        order: -1;
    }
    nav.topnav a {
        border: none;
        padding: 10px 0;
        padding-left: 0;
    }
    nav.topnav.active .menu {
        display: block;
    }
    header .menu {
        position: absolute;
        width: 100%;
        background: #FFFFFF;
        top: 100%;
        left: 0;
        right: 0;
    } 
    header nav.topnav .menu a {
        text-align: left;
        padding: 15px;
    }


    .container {
        padding: 0 30px;
    }
    h1 {
        font-size: 60px;
        line-height: 65px;
    }
    h2 {
        font-size: 40px;
        line-height: 48px;
    }
    .col_2 {
        width: 33.3333%;
        margin-bottom: 30px;
    }
    .about-img {
        width: 100%;
        margin-bottom: 30px;
    }
    .about-section img {
        /*height: 100%;*/
    }
    .about-text {
        width: 100%;
    }
    .col_4 {
        width: 50%;
    }
    .col_6 {
        width: 100%;
        margin-bottom: 30px;
    }
    .center-line {
        bottom: -160px;
    }
    .site-section button {
        margin: 50px 0;
    }
    .center-line, .left-line , .right-line {
        display: none;
    }
    .contact-form-map-main .col_6 {
        margin-bottom: 0px;
        width: 50%;
    }
    .contact-adress-main .col_4 {
        margin-bottom: 40px;
    }
    .contact-hero-section .hero-bg h1 {
        font-size: 42px;
        line-height: 50px;
    }
    .contact-hero-section .hero-bg h5 {
        font-size: 22px;
    }
    .accordion-item .title {
        font-size: 18px;
    }
    .faq-section .inquiry-form-main .wpforms-container-full .wpforms-form .wpforms-field-label {
        font-size: 13px;
    }
    /*.faq-section .inquiry-form-main div.wpforms-container-full .wpforms-form textarea {
        height: 50px!important
    }*/
    .faq-section .inquiry-form-div label {
        font-size: 14px;
    }
    .faq-section .inquiry-form-div input {
        height: 35px;
    }
    .faq-section .inquiry-form-div textarea {
        height: 40px;
    }
    .form-btn .btn {
        font-size: 14px;
        margin-top: 15px;
        padding: 5px 25px;
    }
    .accordion-item .paragraph {
        font-size: 16px;
    }
    .accordion-item .title i.fas {
        font-size: 18px;
    }
    .accordion ul li a {
        font-size: 17px;
    }
    .accordion-item .title img {
        width: 18px;
    }
    .faq-hero-section .hero-bg h1 {
        font-size: 55px;
        line-height: 55px;
    } 
    .faq-hero-section .hero-bg h1 span{
        font-size: 45px;
    } 
    .footer-top-img {
        display: none;
    }
    .faq-text h4 {
        font-size: 17px;
    }
    .accordion-item {
        margin-bottom: 25px;
    }
    .faq-section .contact-form-map-main {
        padding-top: 35px;
        padding-bottom: 65px;
    }
    .inquiry-form-main div.wpforms-container-full .wpforms-form button[type=submit] {
        font-size: 14px;
    }
    article header {
    	padding-top: 40px;
    }
    .img-popup img {
    	max-width: 650px;
	}
    .close-btn {
        right: 9%;
    }
    article .entry-header h1::before {
        left: -5%;
    }
     article .entry-header h1::after {
        right: -5%;
    }
  /*  article#post-133 .entry-header h1::before {
        left: 10%;
    }
     article#post-133 .entry-header h1::after {
        right: 10%;
    }*/
}

@media screen and (max-width: 768px) {
    .container {
        padding: 0px 15px;
    }
    .col_4 {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .mb-logo img {
        width: 65px;
    }
	 h1 {
        font-size: 40px;
        line-height: 52px;
    }
    h2 {
        font-size: 24px;
        line-height: 31px;
    }
    .main-class h1 {
        font-size: 40px;
        line-height: 52px;
    }
    .main-class h5 {
    	font-size: 22px;
    	line-height: 32px;
	}
	.main-class button {
		padding: 12px 30px;
		font-size: 14px!important;
		line-height: 18px;
	}
	.main-class h2 {
		font-size: 32px;
		line-height: 32px;
		padding-top: 0px;
	}
    .yellow-img::after, .yellow-img::before {
        background-size: contain;
        width: 24px;
        height: 22px;
        top: -10px;
    }
    .yellow-img::before {
        left: -20px;
    }
    .yellow-img::after {
        right: -20px;
    }
    .col_2 {
        width: 50%;
    }
    .about-section .col.about-img {
    	margin-bottom: 20px;
    }
    .img-wrapper img {
        height: 165px;
    }
    .amenities-section h2 {
    	margin-top: 15px;
    	margin-bottom: 20px;
    }
    .hero-bg {
        height: 600px;
    }
    .work-section .col_3:nth-child(2)::after {
        display: block;
     }
    .work-section .col_3 {
        width: 100%;
        padding: 0 15px;
        padding-bottom: 90px;
    }
    .work-section .col_3:last-child {
        padding-bottom: 0px;
    }
    .work-section .row {
        margin: 0 -15px;
    }
    .work-section .col_3::after {
        top: unset;
        right: 45%;
        bottom: 15px;
        transform: rotate(90deg);
    }
   /* .site-box img.pick-img {
    	height: 204px;
    	object-fit: cover;
    }*/
    .amenity-box {
        text-align: center;
        padding: 30px 20px;
    }
    .amenity-box p {
        display: none;
    }
    .amenities-section .col_4 {
    	width: 50%
    }
    .amenities-section .amenity-box img {
    	height: 65px;
    }
    .contact-section {
        padding-top: 40px;
        padding-bottom: 97px;
    }
    .contact-text-icon {
        padding: 40px 30px;
    }
    .contact-text-icon h6 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .contact-form-map-main .col_6 {
        margin-bottom: 0px;
        width: 100%;
    }
    .contact-adress-main .col_4 {
        margin-bottom: 16px;
    }
    .inquiry-form-main h4 {
        font-size: 30px;
        text-align: center;
        margin-top: 44px;
        margin-bottom: 40px;
    }
    .contact-hero-section .hero-bg h1 {
        font-size: 30px;
        line-height: 39px;
    }
    .contact-hero-section .hero-bg h5 {
        font-size: 20px;
        line-height: 28px;
        margin-top: 20px;
    }
    .contact-text-icon p {
        display: block!important;
    }
    .contact-form-map-main .col_6 {
        margin-bottom: 0px;
    }
    /*live contact for css*/
    .inquiry-form-main div.wpforms-container-full .wpforms-form .wpforms-one-half {
        width: 100%;
        margin-left: 0px;
    }
    .inquiry-form-main .wpforms-first input {
        margin-bottom: 20px!important;
    }
    .map-img {
        padding: 0px;
    }
    .map-img img {
        border-radius: 0px;
        margin-top: 60px;
    }
    .form-btn {
        text-align: center;
    }
     .faq-section .contact-form-map-main {
        padding-top: 40px;
        padding-bottom: 124px;
    }
    .faq-hero-section .hero-bg h5 br {
        display: block;
    }
    .faq-text h4 {
        font-size: 18px;
        line-height: 21px;
    }
    .accordion ul {
        margin-top: 40px;
        margin-bottom: 65px;
    }
    .accordion ul li a {
        font-size: 16px;
    }
    .accordion-item .title { 
        padding-bottom: 10px;
    }
    .accordion-item .title img {
        width: 15px;
        height: 8px;
    }
    .faq-section .contact-form-map-main .about-text , .faq-section .contact-form-map-main .about-img{
        width: 100%;
        margin-bottom: 0px;
    }
    .faq-section .about-img .inquiry-form-main h4 br {
        display: none;
    }
    .faq-section .about-img .inquiry-form-main h4 {
        margin-bottom: 20px;
        margin-top: 50px;
        width: 100%;
        max-width: 100%;
    }
    .faq-section .about-img .inquiry-form-main {
        padding: 0px;
    }
    .faq-hero-section .hero-bg h1 , .faq-hero-section .hero-bg h1 span {
        font-size: 40px;
        line-height: 52px;
        font-family: 'Candal', sans-serif !important;
    }
     .img-popup img {
    	/*max-width: 550px;*/
        max-width: 100%;
        height: auto;
        padding: 0px 15px;
	}
    .close-btn {
        right: 5%;
        top: 15%
    }
      article .entry-header h1::before {
        top: -30px;
        left: 0%;
    }
     article .entry-header h1::after {
        top: -30px;
        right: 0%;
    }
  /*  article#post-133 .entry-header h1::before {
        left: 0%;
    }
     article#post-133 .entry-header h1::after {
        right: 0%;
    }*/
    article .entry-header h1 {
        font-size: 27px!important;
    }
    .site-section .site-box a {
        display:unset;
    }
}
@media screen and (max-width: 576px) {
    header nav.topnav .mb-logo {
        padding-left: 0;
    }
    .main-class h2 {
		font-size: 22px;
		line-height: 29px;
		padding-top: 0px;
	}
    .accordion ul li a {
        font-size: 12px;
        padding-bottom: 4px;
    }
    .accordion-item .title  {
        font-size: 14px;
        line-height: 16px;
    }
    .accordion-item .title img {
        width: 16px;
        height: 9px;
    }
    .accordion-item .paragraph { 
        font-size: 14px;
        line-height: 16px;
        padding-top: 10px;
    }
    .faq-section div.wpforms-container-full {
        margin-bottom:0px;
    }
    .faq-section .inquiry-form-main .wpforms-container-full .wpforms-form .wpforms-field-label {
        font-size: 14px;
        line-height: 16px;
        padding-bottom: 6px;
    } 
    .main-class button, .inquiry-form-main div.wpforms-container-full .wpforms-form button[type=submit] {
        font-size: 16px;
    }
    .about-section hr , .amenities-section hr {
		display: none;
	}
	.main-class h6 {
		font-size: 14px;
		line-height: 22px;
	}
	.work-section .work-box p {
		font-size: 14px;
		line-height: 22px;
	}
	.amenities-section .amenity-box img {
    	height: 65px;
    	width: unset;
    }
    .amenities-section .row {
        align-items: unset;
    }
    .amenities-section .amenity-box {
        height: 100%;
    }
    .img-popup img {
        /*max-width: 450px;*/
    }
    .close-btn {
        right: 5%;
        top: 20%
    }
    article .entry-header h1 {
        font-size: 23px!important;
    }
    article .entry-header h1::before {
        width: 30px;
        height: 30px;
        background-size: contain;
        /*left: 13%;*/
    }
    article .entry-header h1::after {
           width: 30px;
        height: 30px;
        background-size: contain;
        /*right: 13%;*/
    }
     .site-box img.pick-img {
        height: 204px;
        object-fit: cover;
    }
}
@media screen and (max-width: 475px) {
    .accordion ul {
        flex-wrap: wrap;
    }
    .accordion ul li a {
        padding-left: 5px;
        padding-right: 5px;
    }
     .img-popup img {
        /*max-width: 280px;*/
    }
    .close-btn {
        top: 27%
    }
     header .mobile-logo img {
        width: 52px;
        height: 50px;
        margin-left: 40px;
     }
     nav.topnav a {
        font-size: 14px;
     }
     .contact-no img {
        margin-right: 5px;
        width: 16px;
        height: 16px;
    }
    .menu-icon img {
        width: 22px;
        height: 20px;
    }
       article .entry-header h1::before {
        top: -15px;
        /*left: 6%;*/
        width: 25px;
        background-size: contain;
    }
     article .entry-header h1::after {
        top: -15px;
        /*right: 6%;*/
         width: 25px;
        background-size: contain;
    }
   /* article#post-133 .entry-header h1::before {
        left: 0%;
    }
     article#post-133 .entry-header h1::after {
        right: 0%;
    }*/
    article .entry-header h1 {
        font-size: 18px!important;
    }
}


@media screen and (min-width: 2000px) {
    .site-section .site-box a {
        display: block;
    }
    .site-section .site-box a img {
        width: 100%;
        max-width: 100%;
    }
}