/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://yourwebsite.com/
Description: A child theme for Twenty Twenty-One.
Author: Your Name
Author URI: https://yourwebsite.com/
Template: twentytwentyone
Version: 1.0.0
Text Domain: twentytwentyone-child
*/

/* Custom CSS goes below */

.form-group .input-group span{position: relative; flex: 1 1 auto; width: 1%; min-width: 0;}
.our-amenities .amenities-info .text h5{padding: 0 35px;} 
.pricing-page .img-fluid{height: 100% !important; width: 100% !important;} 
.notice-bx p{font-size: 14px; line-height: 24px; font-style: italic;}
.post-meta{display: flex; font-size: 18px;} 
.post-meta .postlist{margin-bottom: 5px !important;} 
.readmore a{color: #007cba; font-weight: 500; text-transform: uppercase;} 
.post-hm{display: flex; gap: 15px;} .post-hm .blog-item{box-shadow: 0 5px 15px 0 rgba(62, 65, 159, .1); padding: 20px 20px 5px; width: 33.33%; background: #232222; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;} 
.post-hm .blog-item img{width: 100%; height: 150px; object-fit: cover; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;} 
.related-pts .blog-cnt p{font-size: 17px;} 
.post-hm .blog-item h4{font-size: 20px !important; margin: 20px 0 10px; line-height: 30px;} 
.blog-cnt a{text-decoration: none; color: #000;} 
.post-navigation-inner{display: flex; justify-content: space-between; margin-top: 30px;} 
.post-navigation-inner a{background: #BD945A; border: 0; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; position: relative; z-index: 1; display: inline-block; text-align: center; font-family: "Urbanist", sans-serif; font-size: 17px; font-weight: 500; color: #fff; margin: 0; padding: 13px 25px; overflow: hidden; text-shadow: none; text-transform: capitalize; letter-spacing: 0; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; line-height: 25px;} 
.post-navigation-inner a:hover, .post-navigation-inner a:focus{background: #fff; color: #000;} 
.related-posts{background: none; padding: 0; margin: 40px 0 0;} 
.single section#comment-wrap{display: none;} 
.notice-bx{background: #f7f7f7; padding: 20px; margin-top: 20px;} 
.related-posts h2{font-size: 30px; margin-bottom: 20px;} 
.blog-grid h2.entry-title{line-height: initial;} 
.blog-grid .post-content-inner{margin-bottom: 20px;} 
.blog-grid a.more-link{text-transform: uppercase; background: #0eadf7; color: #fff; padding: 5px 15px; font-size: 16px !important; letter-spacing: 1px !important;} 
.amenities-info a{color: #fff;}

@media (min-width:320px) and (max-width:767px){
.post-hm {
    display: block !important;
}	
.post-hm .blog-item {
    width: 100%;
    margin-bottom: 20px;
}	
.postlist-single .post-thum {
    margin: 0 !important;
    padding-right: 10px;
}
.related-posts h2 {
    font-size: 20px !important;
    margin-bottom: 20px;
}	
	
}

html{overflow-x:hidden;}
html, body {height: 100%;}

body{font-family: "Urbanist", sans-serif; font-size: 17px; font-weight: 400; line-height: 30px; color: #999; letter-spacing: 0.03px; background: #101010;}

a{color:#BD945A; text-decoration:none;}
a:hover, a:focus{color:#fff; text-decoration:none;}
img{max-width:100%; vertical-align:middle;}
p{line-height: 30px; margin: 0 0 15px;}
p b{color: #fff; font-weight: 400;}

h1, h2, h3, h4, h5, h6{font-family: "Gilda Display", serif; font-weight: 400; margin:0 0 10px;}
h2{color:#fff;}
h3{color:#BD945A;}
h4{color:#fff;}

.pad-0{padding:0 !important;}
.pad-t0{padding-top:0 !important;}
.pad-t10{padding-top:10px !important;}
.pad-t20{padding-top:20px !important;}
.pad-t30{padding-top:30px !important;}
.pad-t40{padding-top:40px !important;}
.pad-t50{padding-top:50px !important;}
.pad-t60{padding-top:60px !important;}
.pad-b0{padding-bottom:0 !important;}
.pad-b10{padding-bottom:10px !important;}
.pad-b20{padding-bottom:20px !important;}
.pad-b30{padding-bottom:30px !important;}
.pad-b40{padding-bottom:40px !important;}
.pad-b50{padding-bottom:50px !important;}
.pad-b60{padding-bottom:60px !important;}
.mrb-0{margin-bottom:0px !important;}
.mrb-10{margin-bottom:10px !important;}
.mrb-15{margin-bottom:15px !important;}
.mrb-20{margin-bottom:20px !important;}
.mrb-25{margin-bottom:25px !important;}
.mrb-30{margin-bottom:30px !important;}
.mrb-35{margin-bottom:35px !important;}
.mrb-40{margin-bottom:40px !important;}
.mrb-45{margin-bottom:45px !important;}
.mrb-50{margin-bottom:50px !important;}
.mrb-55{margin-bottom:55px !important;}
.mrb-60{margin-bottom:60px !important;}
.mrb-70{margin-bottom:70px !important;}
.mrb-80{margin-bottom:80px !important;}

.hidden{display: none;}

@media (min-width: 320px) { 

  .sticky.header nav{position: fixed; background: #1b1b1b; -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 5%); box-shadow: 0 3px 9px rgb(0 0 0 / 5%); top: 0; left: 0; width: 100%; z-index: 5; -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; -webkit-transition: all .5s; transition: all .5s; max-width: 100%; margin-top: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2);}  
  .sticky.header .navbar .logo img{max-width: 200px; filter: inherit;}  
  .sticky.header .navbar .logo a{padding: 15px 0;}
	
}

 .container{position:relative; z-index:3; padding: 0 15px;}
 .row{margin: 0 -15px;}
 .row > *{padding: 0 15px;}
  
.header{position: absolute; left: 0; width: 100%; top: 0; z-index: 5; padding: 0;}
  .head-top{font-size: 14px; background: #0054a6; position:relative; overflow:hidden; z-index: 2;}
  .head-right{color:#fffcd5; display: flex; align-items: center; justify-content: end;}
  .head-top a:hover{color: #fff;}
  .head-top ul{margin:0; padding: 11px 0;}
  .head-top ul li{color: rgba(255,255,255,.7); font-weight: 400; display:inline-block; list-style:none; border-right: 1px solid rgba(255,255,255,.2); margin: 0 16px 0 0; padding: 0 20px 0 0; position:relative;}
  .head-top ul li:last-child{border-right: 0; margin-right: 0; padding-right: 0;}
  .head-top ul li i{margin: 0 5px 0 0; color: #fffcd5; display: inline-block; vertical-align: middle; font-size: 16px; position: relative; top: -1px;}
  .head-top ul li i.fa-phone{font-size: 14px; top: 0;}
  .head-top ul li a{display: block; padding: 0; color: rgba(255,255,255,.7); position: relative; z-index: 2;} 
  .book-now{position: relative; padding: 0 0 0 30px;}
  .book-now .btn{padding: 10px 30px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
  .book-now .btn span{background: #003486;}
  .icon-top{padding: 0; position: relative; text-align: right; font-weight: 500;}
  .icon-top i{color: #fff; display:inline-block; font-size: 16px; margin: 0 0 0 5px; line-height: 35px; height: 35px; width: 30px; text-align: center; position:relative; z-index:1;}
  .icon-top i:hover{color:#BD945A; transition:0.8s ease-in-out; -webkit-transition:all 0.8s ease-in-out; -moz-transition:all 0.8s ease-in-out; -ms-transition:all 0.8s ease-in-out; -o-transition:all 0.8s ease-in-out;}  
  
  .phone{position: relative; padding: 11px 0 0 30px;}
  .phone a{display: flex; color: #fff; align-items: center; gap: 15px;}
  .phone a:hover{color: #BD945A;}
  .phone i{background: #BD945A; color: #fff; width: 36px; height: 36px; line-height: 36px; text-align: center; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; font-size: 14px;}
        
  .header nav{position: relative; top: 0; left: 0; width: 100%; height: auto; text-transform: capitalize; font-size: 16px; font-weight: 400;}
  .header nav .navbar{display: flex; align-items: center; justify-content: space-between; margin: auto; /* background: red; */ position: relative; max-width: 100%; margin: 0 0 0; box-shadow: none; background: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 0;}
  .header .navbar .logo{margin: 0;}
  .header .navbar .logo a{display: block; margin: 0; padding: 30px 0;}
  .header .navbar .logo img{max-width: 250px; position: relative; z-index: 100;}
  .header nav .navbar .nav-links{height: 100%; margin: 0 0 0 auto; display: flex; align-content: center;}
  .header nav .navbar .links{display: flex; padding: 0; margin: 0;}
  /*.header nav .navbar .links li:nth-child(4){margin-right: 200px;}*/
  .header nav .navbar .links li{position: relative; display: flex; align-items: center; justify-content: space-between; list-style: none; margin: 0 0 0 17px;}
  .header nav .navbar .links > li > a{padding: 15px 0; display: block; text-decoration: none; white-space: nowrap; color: #fff;}
  
  .header nav .navbar .links > li > a:hover, .header nav .navbar .links > li.current-menu-item > a{color: #BD945A;}

  .header .links li:hover .htmlcss-arrow, .header .links li:hover .js-arrow{transform: rotate(180deg);} 
  .header nav .navbar .links li .arrow{width: 16px; line-height: 52px; text-align: center; display: inline-block; color: #fff; transition: all 0.3s ease; margin: 2px 0 0 5px; font-size: 16px; font-weight: bold;}
  .header nav .navbar .links li:hover .arrow{color: #BD945A;}
  .header nav .navbar .links li .sub-menu{/*border: 1px solid #dddddd6b; box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1); -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1); position: absolute; top: 100%; left: 0; background: #fff; box-shadow: none; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; display: none; z-index: 2; padding: 5px 15px;*/ overflow: hidden; background: #1b1b1b;} 
  .header nav .navbar .links li:hover .htmlCss-sub-menu, .header nav .navbar .links li:hover .js-sub-menu{ display: block;}
  
@media (min-width:1100px) {
	
	.header nav .navbar .links li .sub-menu{background: #1b1b1b; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; width: 250px; visibility: hidden; opacity: 0; position: absolute; top: 100%; left: inherit; z-index: 0; -webkit-transform: scaleY(0); -ms-transform: scaleY(0); transform: scaleY(0); -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.07); box-shadow: 0 3px 20px rgba(0, 0, 0, 0.07); -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; border: 1px solid rgba(203, 157, 85, 0.09); padding: 10px 25px;}
	
	.header nav .navbar .links li:hover .htmlCss-sub-menu, .header nav .navbar .links li:hover .js-sub-menu{opacity: 1; visibility: visible; z-index: 999; -webkit-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1);}
	
	/*.header nav .navbar .links li .sub-menu{position: absolute; left: 0; top: 100%; z-index: 2; padding: 10px 25px; width: 250px; border: 0; box-shadow: 0 10px 40px rgba(0,0,0,.08); -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.08); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; opacity: 0; visibility: hidden; -webkit-transition: all .25s ease-out; -moz-transition: all .25s ease-out; -ms-transition: all .25s ease-out; -o-transition: all .25s ease-out; transition: all .25s ease-out; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; -o-transform-origin: 0 0; transform-origin: 0 0;}
	
	.header nav .navbar .links li:hover .htmlCss-sub-menu, .header nav .navbar .links li:hover .js-sub-menu{opacity: 1; visibility: visible; -moz-transform: scaleY(1); -webkit-transform: scaleY(1); -o-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1);}*/	

}
  
  .header .navbar .links li .sub-menu li{padding: 0; margin:0; border-bottom: 1px solid rgba(203, 157, 85, 0.09);} 
  .header .navbar .links li .sub-menu li:last-child{border-bottom: 0;} 
  .header .navbar .links li .sub-menu a{color: #fff; padding: 8px 0; display: block; width: 100%;}  
  .header .navbar .links li .sub-menu a:hover{color: #BD945A;} 
  .header .navbar .links li .sub-menu .more-arrow{line-height: 40px; } 
  .header .navbar .links li .htmlCss-more-sub-menu{/* line-height: 40px; */ } 
  .header .navbar .links li .sub-menu .more-sub-menu{position: absolute; top: 0; left: 100%; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; z-index: 1; display: none;} 
  .header .links li .sub-menu .more:hover .more-sub-menu{display: block;} 
  .header .navbar .search-box{position: relative; height: 40px; width: 40px;} 
  .header .navbar .search-box i{position: absolute; height: 100%; width: 100%; line-height: 40px; text-align: center; font-size: 22px; color: #fff; font-weight: 600; cursor: pointer; transition: all 0.3s ease;} 
  .header .navbar .search-box .input-box{position: absolute; right: calc(100% - 40px); top: 80px; height: 60px; width: 300px; background: #3E8DA8; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; opacity: 0; pointer-events: none; transition: all 0.4s ease;} 
  .header .navbar.showInput .search-box .input-box{top: 65px; opacity: 1; pointer-events: auto; background: #3E8DA8;} 
  .header .search-box .input-box::before{content: ''; position: absolute; height: 20px; width: 20px; background: #3E8DA8; right: 10px; top: -6px; transform: rotate(45deg);} 
  .header .search-box .input-box input{position: absolute; top: 50%; left: 50%; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; transform: translate(-50%, -50%); height: 35px; width: 280px; outline: none; padding: 0 15px; font-size: 16px; border: none;} 
  .header .navbar .nav-links .sidebar-logo{display: none;} 
  .header .navbar .bx-menu{display: none;} 
  
  @media (max-width:1100px) {
	  
	.phone{padding: 20px 0 0 15px;}
    .header nav .navbar{max-width: 100%; padding: 0; flex-direction: row-reverse;} 
	.header nav .navbar:before, .header nav .navbar:after{display:none}
	.header nav .navbar .logo a{font-size: 27px; margin: 0;} 
	.header .navbar .logo img{max-width: 230px;}
	.header nav .navbar .links > li:first-child{border-top: 1px solid rgba(255,255,255, 0.1);} 
	.header nav .navbar .links > li{padding: 0; border-bottom: 1px solid rgba(255,255,255, 0.1); white-space: nowrap;} 
	.header nav .navbar .links > li > a:before{display: none;} 
	.header nav .navbar .links > li a:hover, .header nav .navbar .links > li.active > a{color: #BD945A;} 
	.navbar .links li .sub-menu a{padding:10px;}
	.header .navbar .links li .sub-menu a:hover, .header nav .navbar .sub-menu > li.active > a{color: #BD945A; background: none;}     
    .header nav{ /* position: relative; */} 
	.header .navbar .bx-menu{ display: block;} 
	.header nav .navbar .nav-links{position: fixed; top: 0; left: -100%; display: block; max-width: 100%; width: 100%; background:  #101010; line-height: normal; padding: 0; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); transition: all 0.5s ease; z-index: 1000; overflow-x: scroll; align-content: start;} 
	.header .navbar .nav-links .sidebar-logo{display: flex; align-items: center; justify-content: space-between; padding: 25px 15px 0;} 
	.header .sidebar-logo .logo-name{} 
	.header .sidebar-logo .logo-name img{max-width: 230px;}
	.header .navbar .logo{}

	.header .sidebar-logo  i{font-size: 25px; color: #BD945A; cursor: pointer;} 
	.header .navbar .bx-menu{font-size: 25px; color: #BD945A; cursor: pointer; margin: 0;} 
	.header.header-position  .sidebar-logo i{color: #fff;} 
	.header.header-position  .navbar .bx-menu{color: #000;} 
	
	.header.header-position nav .navbar .links > li > a{color: #fff;}
    .header.header-position nav .navbar .links li .arrow{color: #fff;}
	.header.header-position nav .navbar .links > li a:hover, .header.header-position nav .navbar .links > li.active > a{color: #BD945A;} 
	
	.header nav .navbar .links{display: block; margin-top: 20px; padding: 0;} 
	.header nav .navbar .links li .arrow{line-height: 40px; position: absolute; border-left: 1px solid rgba(255,255,255, 0.1); width: 52px; top: 7px; bottom: 7px; right: 0; cursor: pointer; color: #fff;} 
	.header nav .navbar .links li{display: block; margin: 0;} 
	.header nav .navbar .links li:nth-child(3){margin-right: 0;}
	.header nav .navbar .links li a{padding: 15px; color: #fff;} 
	.header .navbar .links li .sub-menu a{padding: 10px 0; white-space: break-spaces;}
	.header nav .navbar .links li .sub-menu{border: 0; position: relative; top: 0; box-shadow: none; display: none; background: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 0 65px 0 30px;} 
	.header nav .navbar .links li .sub-menu li{} 
	.header .navbar .links li .sub-menu .more-sub-menu{display: none; position: relative; left: 0;} 
	.header .navbar .links li .sub-menu .more-sub-menu li{display: flex; align-items: center; justify-content: space-between;} 
	.header .links li:hover .htmlcss-arrow, .header .links li:hover .js-arrow{transform: rotate(0deg);} 
	.header .navbar .links li .sub-menu .more-sub-menu{display: none;} 
	.header .navbar .links li .sub-menu .more span{/* background: red; */ display: flex; align-items: center; /* justify-content: space-between; */} 
	.header .links li .sub-menu .more:hover .more-sub-menu{display: none;} 
	.header nav .navbar .links li:hover .htmlCss-sub-menu, .header nav .navbar .links li:hover .js-sub-menu{display: none;} 
	.header .navbar .nav-links.show1 .links .htmlCss-sub-menu, .header .navbar .nav-links.show3 .links .js-sub-menu, .header .navbar .nav-links.show2 .links .more .more-sub-menu{display: block;} 
	.header .navbar .nav-links.show1 .links .htmlcss-arrow, .header .navbar .nav-links.show3 .links .js-arrow{transform: rotate(180deg);} 
	.header .navbar .nav-links.show2 .links .more-arrow{transform: rotate(90deg);} 
  } 
  
  @media (max-width:370px){ 
    .header nav .navbar .nav-links{max-width: 100%;}
  }

.banner{padding: 0; position:relative; z-index:1; overflow: hidden; background-size: cover;}
  .banner .container{position: relative; z-index: 4;}
  .banner .banner-col{position: relative; z-index: 1;}
  
  .banner .slide button{top: 47%; opacity: 0; width: 55px; height: 55px; z-index: 100; color: #fff; display: block; font-size: 34px; cursor: pointer; overflow: hidden; line-height: 55px; text-shadow: none; position: absolute; font-weight: normal; background: none; -webkit-border-radius: 5px; -moz-border-radius: 100%; border-radius: 5px; left: 20px;}
  .banner .slide:hover button{opacity: 1;}
  .banner .slide button.left{}
  .banner .slide button.right{left: inherit; right: 20px;}
  .banner .slide button.left{right: 80px;}
  .banner .slide button.left:hover, .banner .slide button.right:hover{color: #fff; background: #BD945A; border: 0px transparent;}
  .banner .slide button .fa{margin: 0; background: none;}
  .banner .slide button.left>span:nth-child(1){left: 45%;}
  .banner .slide button.right>span:nth-child(1){right: 45%;}
  
  .banner figure{position: relative; margin: 0;}
  .banner figure:after{content: ""; background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); width: 100%; left: 0; top: 0; height: 50%; position: absolute; z-index: 2;}
  .banner figure:before{content: ""; background: #000; width: 100%; left: 0; top: 0; height: 100%; position: absolute; z-index: 2; opacity: 0.5}
  .banner figure img{width: 100%; height: 100vh; object-fit: cover; object-position: center center;}
  .slide-info{position: absolute; right: 0; left: 0; top: 0; bottom: 0; display: flex; align-items: center; max-width: inherit; margin: 0;}
  .slide-text{position: relative; padding: 0; max-width: 60%;}
  .slide-text h1{padding: 0; color: #fff; font-weight: 400; font-size: 60px; line-height: 70px; margin: 0 0 25px; -webkit-animation-delay: 0.7s; animation-delay: 0.7s; text-transform: uppercase;}
  .slide-text h1 span{display: block; font-family: "Urbanist", sans-serif; font-size: 17px; font-weight: 600; color:#BD945A; line-height: 27px; margin: 0 0 10px;}
  .slide-text p{padding: 0;color: #fff;-webkit-animation-delay: 1.1s;animation-delay: 1.1s; font-size: 18px; line-height: 26px; margin: 0 0 35px;} 
  
  .banner .form-banner{position: absolute; z-index: 2; left: 0; right: 0; bottom: 100px;}
  .banner .form-banner .row{position:relative; z-index:2; margin:0; background-color: rgba(255,255,255,0.1); padding: 15px 15px 0px 15px; -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin: 0; padding: 30px 20px 5px; color:#fff; position: relative; z-index: 6;}
  .banner .form-banner form{--bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin:0 -15px;}
  .banner .form-banner form > *{flex-shrink: 0; max-width: 100%; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); margin-top: var(--bs-gutter-y);}
  .banner .form-banner form select{background-image: url(https://htlwork.com/dev/The-Vintage-Barn/wp/wp-content/themes/twentytwentyone/images/arrow-bottom.png); background-repeat: no-repeat;  background-attachment: scroll; background-position: 96% center; background-size: 18px;}
  .banner .form-banner form .form-control{background: inherit; box-shadow:none; border-radius: 0; border:0; color: #fff; margin: 0 !important; height: 50px;}
  .banner .form-banner form .form-control::-webkit-input-placeholder {color: #fff;}
  .banner .form-banner form .form-control::-moz-placeholder {color: #fff;}
  .banner .form-banner form .form-control:-ms-input-placeholder {color: #fff;}
  .banner .form-banner form .form-control:-moz-placeholder {color: #fff;}
  .banner .form-banner form textarea{height: 220px !important; padding-top: 15px;}
  .banner .form-banner form .form-group{margin-bottom:25px;}
  .banner .form-banner form .input-group{background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.5); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
  .banner .form-banner form .input-group-addon{background-color: inherit; border: 0 !important; color: #14133b !important; position: relative; min-width: 40px; padding: 6px 12px; font-size: 16px; font-weight: 400; line-height: 1; text-align: center; border-radius: 0 !important; width: 1%; white-space: nowrap; vertical-align: middle; display: table-cell;}
  .banner .form-banner form .input-group-addon::after{content: ''; position: absolute; top: 10px; right: 1px; width: 1px; height: 30px; background-color: rgba(255,255,255,0.7);}
  .banner .form-banner form .input-group > div{padding: 17px 0 0; color: #fff !important;}
  .banner .form-banner form .input-group:hover .fa{color: #fff;}
  .banner .form-banner form .btn{width: 100%;}
  .banner .form-banner form .btn:hover{color: #fff;}
  .banner .form-banner form .btn span{background-color: #1b1b1b;}
  .banner .form-banner form .input-group .wpcf7-not-valid-tip{position: absolute; width: auto; left: 0; color: #fff; font-size: 12px; bottom: -26px;}
  .banner .form-banner form .wpcf7-response-output{flex: 0 0 auto; text-align: center; border-radius: 5px; border: 2px solid #bd945a; font-size: 12px;}

.btn{background: #BD945A; border: 0; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 
5px; border-radius: 5px; position: relative; z-index: 1; display: inline-block; text-align: center; font-family: "Urbanist", sans-serif; font-size: 17px; font-weight: 500; color: #fff; margin: 0; padding: 13px 25px; overflow: hidden; text-shadow: none; text-transform: capitalize; letter-spacing: 0; transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease; transform-style: preserve-3d;}
  .btn:hover{color: #000; background: #BD945A; transform: translate3d(0px, -6px, 0.01px);}
  .btn:hover i{transition: 0.3s;}
  .btn i{position: relative; margin: 0 0 0 10px; top: 1px; z-index: 10; color: inherit;}
  .btn span{position: absolute; width: 25%; height: 100%; background-color: #fff; transform: translateY(150%); border-radius: 50%; left: calc((var(--n) - 1) * 25%); transition: 0.3s; transition-delay: calc((var(--n) - 1) * 0.1s); z-index: -1;}
  .btn:hover span{transform: translateY(0) scale(2);}
  .btn span.s1{--n: 1;}
  .btn span.s2{--n: 2;}
  .btn span.s3{--n: 3;}
  .btn span.s4{--n: 4;}

.row-flex{flex-direction: row-reverse;}

.image-circle{animation: spin 12s infinite linear; -webkit-animation: spin 12s infinite linear; -moz-animation: spin 12s infinite linear;}

@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}   
}

.title-flex{display: flex; align-items: center; gap: 30px; margin: 0 0 35px;}
  .title-flex .text-pad{padding: 0 0 0 30px;}
  .title-flex h2, .title-flex .text-pad{width: 50%;}

.about-wrap{padding: 110px 0 60px; position:relative; z-index:2;} 
  .about-wrap.about-page{padding: 0;}
  .about-wrap.about-page .about-left, .about-wrap.about-page .about-right{padding: 0 15px;}
  .about-wrap.about-page .about-box figure:nth-child(1){padding-top: 0;}
  .about-wrap.about-page h2{text-transform: inherit;}
  .address-detail{border: 1px dashed rgba(255,255,255,0.7); display: inline-block; color: #fff; padding: 5px 20px; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
  .address-detail i{color: #BD945A; margin: 0 5px 0 0;}
  
  .about-wrap h2{font-weight: 400; font-size: 40px; line-height: 50px; color: #fff; position: relative; margin-bottom: 15px; text-transform: uppercase;}
  .about-wrap h2 span{font-family: "Urbanist", sans-serif; font-weight: 400; margin-bottom: 0; color: #BD945A; font-size: 15px; text-transform: uppercase; letter-spacing: 3px; display: block;}
  .about-wrap .about-left{padding: 0 50px 0 15px;}
  .about-wrap .about-right{padding: 0 15px;}
  .about-wrap h5{color:#D0D0D0; line-height: 26px; font-style:italic; font-size:16px; margin:0 0 25px;}
  .about-wrap p{margin:0 0 20px;}
  .about-wrap .phone-btn{position: relative;}
  .about-wrap .phone-btn p{display: flex; align-items: center; gap: 30px;}
  .about-wrap .phone-btn p a:last-child{display: flex; color: #fff; align-items: center; gap: 15px; font-size: 21px; font-weight: 400; color: #fff;}
  .about-wrap .phone-btn p a:last-child:hover{color: rgba(250, 250, 250, 0.7);}
  .about-wrap .phone-btn p a:last-child i{height: 55px; width: 55px; line-height: 55px; background: transparent; font-size: 20px; color: #fff; text-align: center; -webkit-text-fill-color: transparent; -webkit-text-stroke: 2px #fff; border: 1px dashed rgba(255,255,255,0.7); -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%;}
  .about-wrap ul{margin: 0; padding: 0 0 5px;}
  .about-wrap ul li{list-style: none; margin: 0 0 20px; padding: 0 0 0 25px; position: relative;}
  .about-wrap ul li::before{content: "\f00c"; font-family: FontAwesome; position: absolute; left: 0; top: 1px; color: #fff; font-weight: 700;} 
  .about-wrap .about-box{display: flex; gap: 30px; position: relative; padding: 0;} 
  .about-wrap .about-box figure{max-width: 50%; width: 50%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;} 
  .about-wrap .about-box figure:nth-child(1){padding-top: 45px;} 
  .about-wrap .about-box figure img{height: 400px; width: 100%; object-fit: cover; object-position: center center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}

.animation-float1 {
    animation: float1 4000ms linear 800ms infinite alternate both;
}
@keyframes float1 {
    0% {
        transform: translateY(30px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(10px);
    }
}
.animation-float2 {
    animation: float2 4000ms linear 800ms infinite alternate both;
}
@keyframes float2 {
    0% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(30px);
    }
}

.features-sec{padding: 110px 0 120px; position:relative; z-index:2;} 
  .features-sec h2{font-weight: 400; font-size: 40px; line-height: 50px; color: #fff; position: relative; margin-bottom: 15px; text-transform: uppercase;}
  .features-sec h2 span{font-family: "Urbanist", sans-serif; font-weight: 400; margin-bottom: 0; color: #BD945A; font-size: 15px; text-transform: uppercase; letter-spacing: 3px; display: block;}
  .features-sec .item{margin: 5px 15px;}
  .features-sec .features-box{position: relative; -webkit-transition: all 500ms ease; transition: all 500ms ease; height: 100%; background: rgba(0, 0, 0, 0.2);}
  .features-sec .features-box:hover{transform: translateY(-5px);}
  .features-sec .features-box .image{position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow: hidden;}
  .features-sec .features-box .image::after{content: ""; position: absolute; top: 0; bottom: 0; right: 0; left: 0; background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .9)), to(transparent)); background-image: linear-gradient(to top, rgba(0, 0, 0, .9) 0, transparent 100%);}
  .features-sec .features-box img{height: 360px; width: 100%; object-position: center center; object-fit: cover;}
  .features-sec .features-box:hover .thumbnail{transition: all .35s cubic-bezier(.38,3,.57,1.6); transform: translate3d(0px,-6px,0);}  
  .features-sec .features-box .content{position: absolute; bottom: 30px; left: 30px; right: 30px; display: flex; align-items: center; justify-content: space-between; z-index: 2; width: 75%;}
  .features-sec .features-box .content .title{font-size: 24px; font-weight: 400; color: #fff;}
  .features-sec .features-box .content .btn-link{position: relative; display: block; top: 0px; transform: translateX(-66%); transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease; visibility: hidden; opacity: 0;}
  .features-sec .features-box .content .btn{-webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; padding: 20px;}
  .features-sec .features-box .content .btn i{margin: 0;}
  .features-sec .features-box:hover .btn-link{visibility: visible; transform: translateY(0%); opacity: 1;}
  .features-sec .owl-dots{text-align: center !important; margin: 30px 0 0;}
  .features-sec .owl-theme .owl-dots .owl-dot span{width: 12px; height: 12px; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; border: 2px solid #BD945A; background: none;}
  .features-sec .owl-theme .owl-dots .owl-dot.active span, .student-feedback .owl-theme .owl-dots .owl-dot:hover span{background: #BD945A;}
  .features-sec .owl-theme .owl-dots .owl-page span{background:#BD945A; opacity:1;}
  .features-sec .owl-theme .owl-dots .owl-dot:hover span{background:#BD945A !important;}
  .features-sec .owl-theme .owl-nav button{display: block; background: none !important; border-radius: 100% !important; -moz-border-radius: 100% !important; -webkit-border-radius: 100% !important; color: #000; position: absolute; left: -40px; top: 45%; margin: -20px 0 0; height: 55px; width: 55px; opacity: 1; text-indent: -99999px; border: 0;}
  .features-sec .owl-theme .owl-nav button:hover{background: none !important;}
  .features-sec .owl-theme .owl-nav button.owl-next{right: -40px; left:inherit;}
  .features-sec .owl-theme .owl-nav button.owl-prev:before{background-image: url(https://htlwork.com/dev/The-Vintage-Barn/wp/wp-content/themes/twentytwentyone/images/arrow-left-white.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: 20px 20px; color: #000; content: ""; left: 0; position: absolute; top: 0; width: 100%; height: 100%;}  
  .features-sec .owl-theme .owl-nav button.owl-next:before{background-image: url(https://htlwork.com/dev/The-Vintage-Barn/wp/wp-content/themes/twentytwentyone/images/arrow-right-white.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: 20px 20px; color: #000; content: ""; left: 0; position: absolute; top: 0; width: 100%; height: 100%;}

.our-venues{background: #1b1b1b; position:relative; padding: 110px 0 90px;}
  .our-venues h2{font-weight: 400; font-size: 40px; line-height: 50px; color: #fff; position: relative; margin-bottom: 15px; text-transform: uppercase;}
  .our-venues h2 span{font-family: "Urbanist", sans-serif; font-weight: 400; margin-bottom: 0; color: #BD945A; font-size: 15px; text-transform: uppercase; letter-spacing: 3px; display: block;}
  .our-venues .info{position: relative; -webkit-transition: all 500ms ease; transition: all 500ms ease; height: 100%; background: rgba(0, 0, 0, 0.2);}
  .our-venues .info:hover{transform: translateY(-5px);}
  .our-venues .info .image{position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow: hidden;}
  .our-venues .info .image::after{content: ""; position: absolute; top: 0; bottom: 0; right: 0; left: 0; background: #101010; background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 12%, rgba(0, 0, 0, 0) 68%);}
  .our-venues .info .image img{width: 100%; height: 410px; object-fit: cover; object-position: center center;}
  .our-venues .info .content{position: absolute; bottom: 15px; left: 30px; right: 30px; display: flex; align-items: center; justify-content: space-between; z-index: 2;}
  .our-venues .info .content .title{font-size: 24px; font-weight: 400; color: #fff;}
  .our-venues .info .content .btn-link{position: relative; display: block; top: 0px; transform: translateX(-66%); transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease; visibility: hidden; opacity: 0;}
  .our-venues .info .content .btn{-webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; padding: 20px;}
  .our-venues .info .content .btn i{margin: 0;}
  .our-venues .info:hover .btn-link{visibility: visible; transform: translateY(0%); opacity: 1;} 

.our-amenities{position:relative; padding: 120px 0 120px;}
  .our-amenities h2{font-weight: 400; font-size: 40px; line-height: 50px; color: #fff; position: relative; margin-bottom: 15px; text-transform: uppercase;}
  .our-amenities h2 span{font-family: "Urbanist", sans-serif; font-weight: 400; margin-bottom: 0; color: #BD945A; font-size: 15px; text-transform: uppercase; letter-spacing: 3px; display: block;}
  .our-amenities .right-grid{padding: 0 15px 0 50px;}
  .our-amenities .right-grid .row{margin: 0 -5px;}
  .our-amenities .amenities-col{padding: 0 5px;}
  .our-amenities .amenities-info{display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-direction: column; flex-direction: column; text-align: center; position: relative; z-index: 1; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-box-align: center; border-radius: 6px !important; -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1); transition: all 350ms cubic-bezier(.37, 0, .63, 1); background: #1b1b1b; height: 100%;}
  .our-amenities .amenities-info:hover{background: #BD945A;}
  .our-amenities .amenities-info:hover .text p{opacity: 1; visibility: visible;}
  .our-amenities .amenities-info:hover h5, .our-amenities .amenities-info:hover p{color: #fff;}
  .our-amenities .amenities-info *{-webkit-transition: all .5s cubic-bezier(.5, 1, .89, 1); transition: all .5s cubic-bezier(.5, 1, .89, 1); will-change: transform;}
  .our-amenities .amenities-info .inner{will-change: transform; -webkit-transform: translateY(30px); transform: translateY(30px); padding: 15px 20px; -webkit-transition: all .5s cubic-bezier(.5, 1, .89, 1); transition: all .5s cubic-bezier(.5, 1, .89, 1);}
  .our-amenities .amenities-info:hover .inner{-webkit-transform: translateY(0); transform: translateY(0);}
  .our-amenities .amenities-info .inner .icon{margin: 0 0 20px;} 
  .our-amenities .amenities-info .inner .icon img{max-width: 50px;} 
  .our-amenities .amenities-info .text h5{display: inline-block; font-size: 20px; font-weight: 400; color: #fff; margin-bottom: 10px;}
  .our-amenities .amenities-info .text p{font-size: 17px; line-height: 1.5em; font-weight: 400; color: rgba(255, 255, 255, 0.6); margin-bottom: 0; padding: 0 0; opacity: 0; visibility: hidden;}
  
.counter-sec{background: #BD945A; position: relative; z-index:3; padding: 40px 0 25px; color:#fff;}
  .counter-sec .counter-Txt{position:relative;}
  .counter-sec .counter-Txt:last-child .counter-padd{border-right: 0;}
  .counter-sec .counter-Txt .counter-padd{position: relative; text-align: center; border-right: 1px dashed rgba(250, 250, 250, 0.5);}
  .counter-sec .counter-Txt span{color:#fff; display:block; font-size: 45px; line-height: normal; font-weight: 700; margin:0; display: inline-block;vertical-align: middle;}
  .counter-sec .counter-Txt span:last-child{padding: 0 0 0 5px;}
  .counter-sec .counter-Txt h4{color:#fff; font-size: 14px; text-transform: uppercase; font-weight:600; margin:0 0 5px;}
  .counter-sec .counter-Txt figure{width: 60px; height: 60px; min-width: 60px; line-height: 60px; padding: 13px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); text-align: center; background: #243f5c; margin: 0 auto 15px; border-radius: 100%;}
  .counter-sec .counter-Txt div{overflow:hidden;}

.image-wrapper{position: relative;}
  .image-wrapper::before{content: ""; position: absolute; width: 100%; height: 50%; background: linear-gradient(to bottom, rgb(16, 16, 16) 0%,rgba(0,0,0,0) 100%); top: 0; left: 0; z-index: 2;}
  .image-wrapper img{height: 450px; width: 100%; object-fit: cover; object-position: center center; position: relative;}

.pricing-sec{position: relative; padding: 110px 0 90px;}
  .pricing-sec h2{font-weight: 400; font-size: 40px; line-height: 50px; color: #fff; position: relative; margin-bottom: 15px; text-transform: uppercase;}
  .pricing-sec h2 span{font-family: "Urbanist", sans-serif; font-weight: 400; margin-bottom: 0; color: #BD945A; font-size: 15px; text-transform: uppercase; letter-spacing: 3px; display: block;}
  .pricing-sec *{will-change: transform}
  .pricing-sec .item{margin-left: 15px; margin-right: 15px; float: left; overflow: hidden; position: relative; -webkit-transition: width .7s; transition: width .7s; margin-bottom: 30px;} 
  .pricing-sec .item .cont{top: 0; height: 100%; position: absolute; background: #1b1b1b; padding: 25px; justify-content: center; align-items: flex-start; display: flex;} 
  .pricing-sec .item .cont .icon i{display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 15px; font-size: 50px; color: #BD945A; justify-content: center !important;} 
  .pricing-sec .item .cont .title{font-family: "Gilda Display", serif; font-size: 21px; font-weight: 400; color: #101010; margin-bottom: 10px;} 
  .pricing-sec .item .cont ul{margin: 0; padding: 0 0 15px;}
  .pricing-sec .item .cont ul li{list-style: none; margin: 0 0 5px; padding: 0 0 0 25px; line-height: 24px; position: relative;}
  .pricing-sec .item .cont ul li::before{content: "\f192"; font-family: FontAwesome; position: absolute; left: 0; top: 1px; color: #999; font-size: 12px;} 
  .pricing-sec .item .cont ul li b{color: #fff;} 
  .pricing-sec .item .cont p{font-size: 17px; font-weight: 400; color: #999;} 
  .pricing-sec .item .cont .price{font-size: 32px; line-height: 1.2em; color: #fff; font-weight: 400;} 
  .pricing-sec .item .cont .price span{font-size: 17px; font-weight: 400; color: #999; margin-bottom: 0;} 
  .pricing-sec .item .img{-webkit-transition: all .2s linear; transition: all .2s linear; position: relative;} 
  .pricing-sec .item.active .img img{-webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px;  border-radius: 5px 0 0 5px;} 
  .pricing-sec .item .img img{-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; height: 600px; width: 100%; object-fit: cover; object-position: center center;} 
  .pricing-sec .item .img .title{color: #fff; z-index: 3; top: 0; height: 100%; position: absolute; padding: 20px; justify-content: center; align-items: flex-start; display: flex; width: 100%; font-size: 27px; font-family: "Gilda Display", serif; font-weight: 400; line-height: 30px; text-align: center; align-items: center;} 
  .pricing-sec .item.active .cont{border-radius: 0 5px 5px 0} 
  .pricing-sec .item .cont-hover{width: 100%; display: contents;} 
  .pricing-sec .item.active .cont-hover{animation: fade 1s;} 
  .pricing-sec .section-info{position: relative; display: contents;}
  .pricing-sec .section-info .tag{margin-right: 10px; padding: 4px 24px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: #BD945A; color: #fff; font-family: "Gilda Display", serif; font-size: 17px; font-weight: 400; display: inline-block !important; vertical-align: middle !important;}
  .pricing-sec .section-info .desc{margin: 0; color: #fff; display: inherit;}
  .pricing-sec .section-info .text-decoration-line-bottom{border-bottom: 1px solid #BD945A; line-height: 1.5em; color: #fff;}
  .pricing-sec .section-info .text-decoration-line-bottom:hover{color: #BD945A;}
}
  
@media (max-width:1199px) { 
  .pricing-sec .item{width: 33.33% !important; margin-left: 0; margin-right: 0; padding: 0 15px; box-shadow: none} 
  .pricing-sec .item .cont{width: 100% !important; left: 0 !important; position: relative; height: auto} 
  .pricing-sec .item.active .cont, .pricing-sec .item.active .img{border-radius: 0} 
  .pricing-sec .img{width: 100% !important; border-radius: 0 !important} 
  .pricing-sec .item.active .cont-hover{animation: fade 0s}
} 

@media (max-width:991px) { 
  .pricing-sec{justify-content: center} 
  .pricing-sec .item{width: 50% !important;} 
} 

@media (max-width: 767px) { 
  .pricing-sec .item{width: 100% !important; padding: 0; margin-left: 0; margin-right: 0;} 
} 
  .pricing-sec .item .img .overlay{position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: .5; z-index: 1; -webkit-transition: all .3s linear; transition: all .3s linear; background-color: #000; border-radius: 5px;} 
  .pricing-sec .item.active .img .overlay{border-radius: 5px 0 0 5px;}
  .pricing-sec .expand-container{display: flex;}
  .pricing-sec .slide-icon span{height: 70px; width: 70px; background: #002479; display: block; line-height: 65px; text-align: center; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; padding: 15px;}
  .pricing-sec .sub-title a{font-size: 20px; line-height: 20px; font-weight: 600; color: #fff; margin-top: 32px; margin-bottom: 16px; display: block;} 
  .pricing-sec .slide-info-box{position: absolute; background: rgba(96, 77, 50, 0.9); height: 100%; width: 100%; padding: 48px 32px; transition: .3s; z-index: 4;} 
  .pricing-sec .slide-info-box p{font-size: 16px; line-height: 24px; color: #fff; opacity: .8;}
  .pricing-sec .slide{height: 400px; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; margin: 0 10px 30px; cursor: pointer; color: #fff; flex: 1; background-size: cover !important; background-position: center; background-repeat: no-repeat; position: relative; background: #1e4499; overflow: hidden; transition: .5s;}
  .pricing-sec .slide::before{content: ""; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); height: 50%; width: 100%; position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;}
  .pricing-sec .slide .slide-img{height: 100%; object-fit: cover; width:100%;} 
  .pricing-sec .slide-info-box{opacity: 0; visibility: hidden; left: -100%; top: 0;} 
  .pricing-sec .slide-info-box h3{color: #fff;}
  .pricing-sec .slide.active .slide-info-box{opacity: 1; visibility:visible; left: 0;} 
  .pricing-sec .slide.active{flex: 2;}
  .pricing-sec .sub-title-main{position: absolute; color: #fff; bottom: 15px; left: 15px; right: 15px; margin: 0; z-index: 3;}
  .pricing-sec .slide.active .sub-title-main{opacity: 0;}
  .pricing-sec ul{margin: 0; padding: 0 0 5px;}
  .pricing-sec ul li{list-style: none; margin: 0 0 10px; padding: 0 0 0 25px; position: relative;}
  .pricing-sec ul li::before{content: "\f192"; font-family: FontAwesome; position: absolute; left: 0; top: 1px; font-size: 14px; font-weight: normal; color: #fff;} 

.client-feedback{background-image: url(https://htlwork.com/dev/The-Vintage-Barn/wp/wp-content/themes/twentytwentyone/images/bg-01.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: center bottom; background-size: cover; padding: 110px 0 90px; position:relative;}
  .client-feedback::before{content: ""; position: absolute; width: 100%; height: 100%; background: #000; top: 0; left: 0; opacity: 0.7;}
  .client-feedback::after{content: ""; position: absolute; width: 100%; height: 50%; background: linear-gradient(to bottom, rgb(16, 16, 16) 0%,rgba(0,0,0,0) 100%); top: 0; left: 0; z-index: 2;}
  .client-feedback h2{font-weight: 400; font-size: 40px; line-height: 50px; color: #fff; position: relative; margin-bottom: 15px; text-transform: uppercase;}
  .client-feedback h2 span{font-family: "Urbanist", sans-serif; font-weight: 400; margin-bottom: 0; color: #BD945A; font-size: 15px; text-transform: uppercase; letter-spacing: 3px; display: block;}
  .client-feedback .item{position: relative; margin: 0 15px;}  
  .client-feedback .feedback-box{text-align: center; font-family: "Gilda Display", serif; font-weight: 400;
  color: #fff; font-size: 20px; padding: 0 15%;}
  .client-feedback .feedback-box::before{content: ""; background-image: url(https://htlwork.com/dev/The-Vintage-Barn/wp/wp-content/themes/twentytwentyone/images/dummy-shape-09.png); background-repeat: no-repeat; background-position: center center; background-attachment: scroll; background-size: cover; position: absolute; right: 10px; top: 10px; width: 102px; height: 100px;}
  .client-feedback .thumbnail{position: relative; margin: 0 0 25px; display: inline-block;}
  .client-feedback .thumbnail img{width: 70px !important; height: 70px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; object-fit: cover; object-position: center center;}
  .client-feedback .qoute-icon{height: 34px; width: 34px; line-height: 30px; font-size: 13px; color: #fff; background-color: #BD945A; border-radius: 50%; border: 4px solid #fff; display: block; text-align: center; position: absolute; bottom: 0; right: 0;}
  .client-feedback .qoute-icon i{line-height: 24px;}
  .client-feedback .rating{margin: 0 0 25px;}
  .client-feedback .rating i{color: #e4a853;}
  .client-feedback .feedback-box h4{color: #fff; font-size: 26px; padding: 30px 0 0;}
  .client-feedback .feedback-box h4 span{border-left: 2px solid #fff; padding: 0 0 0 20px; margin: 0 0 0 15px;}
  .client-feedback .owl-dots{display: none; text-align: right; position: absolute; right: 15px; top: -73px; margin: 0;}
  .client-feedback .owl-theme .owl-dots .owl-dot span{width: 12px; height: 12px; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; border: 2px solid #BD945A; background: none;}
  .client-feedback .owl-theme .owl-dots .owl-dot.active span, .client-feedback .owl-theme .owl-dots .owl-dot:hover span{background: #BD945A;}
  .client-feedback .owl-theme .owl-nav .owl-page span{background:#BD945A; opacity:1;}
  .client-feedback .owl-theme .owl-nav .owl-page.active span, .owl-theme .owl-nav.clickable .owl-page:hover span{background: #fe5321;}
  .client-feedback .owl-theme .owl-nav button{display: block; background: none !important; border-radius: 100% !important; -moz-border-radius: 100% !important; -webkit-border-radius: 100% !important; color: #000; position: absolute; left: -40px; top: 45%; margin: -20px 0 0; height: 55px; width: 55px; opacity: 1; text-indent: -99999px; border: 0;}
  .client-feedback .owl-theme .owl-nav button:hover{background: none !important;}
  .client-feedback .owl-theme .owl-nav button.owl-next{right: -40px; left:inherit;}
  .client-feedback .owl-theme .owl-nav button.owl-prev:before{background-image: url(https://htlwork.com/dev/The-Vintage-Barn/wp/wp-content/themes/twentytwentyone/images/arrow-left-white.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: 20px 20px; color: #000; content: ""; left: 0; position: absolute; top: 0; width: 100%; height: 100%;}  
  .client-feedback .owl-theme .owl-nav button.owl-next:before{background-image: url(https://htlwork.com/dev/The-Vintage-Barn/wp/wp-content/themes/twentytwentyone/images/arrow-right-white.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: 20px 20px; color: #000; content: ""; left: 0; position: absolute; top: 0; width: 100%; height: 100%;}

.blog-sec{padding: 110px 0; overflow: hidden; position:relative; z-index:1;}
  .blog-sec h2{font-weight: 400; font-size: 40px; line-height: 50px; color: #fff; position: relative; margin-bottom: 15px; text-transform: uppercase;}
  .blog-sec h2 span{font-family: "Urbanist", sans-serif; font-weight: 400; margin-bottom: 0; color: #BD945A; font-size: 15px; text-transform: uppercase; letter-spacing: 3px; display: block;}
  .blog-sec .blog-info{position: relative; margin: 0 0 30px;}
  .blog-sec .blog-info{position: relative; margin: 0 0 30px;}
  .blog-sec .blog-info figure{border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; overflow: hidden; position:relative; margin:0; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; background: #000;}
  .blog-sec .blog-info:hover figure{margin-bottom: -75px;}
  .blog-sec .blog-info:hover figure img{background-color: rgba(255,204,51,0.7); -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -o-transform: scale(1.3); -ms-transform: scale(1.3); opacity: 0.5;}
  .blog-sec .blog-info figure img{-webkit-transition: all 1.3s ease-in-out; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; width: 100%; height: 300px; object-fit: cover; object-position: center center;}
  .blog-sec .blog-info .info{position: absolute; color: #fff; padding: 10px 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: #BD945A; padding: 8px 12px 5px; font-weight: 500; font-size: 14px; font-family: "League Spartan", sans-serif; left: 10px; top: 10px; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s;}
  .blog-sec .blog-info .info i{margin: 0 5px 0 0;}
  .blog-sec .blog-info .event-date{width: 80px; height: 80px; background: #BD945A; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; position: absolute; top: -50px; right: 30px; z-index: 1;}
  .blog-sec .blog-info .event-date span{font-family: "League Spartan", sans-serif; font-weight: 700; font-size: 26px; display: block; color: #fff; text-align: center;}
  .blog-sec .blog-info .event-date span.day{line-height: 1; margin-bottom: 4px;}
  .blog-sec .blog-info .event-date span.month{line-height: 1; font-size: 16px; font-weight: 500;}
  .blog-sec .blog-info h3{color:#fff; font-size: 24px; margin: 0 0 15px; font-weight: 500; text-transform:capitalize; min-height: 87px;}
  .blog-sec .blog-info h3 a{color:#fff;}
  .blog-sec .blog-info h3 a:hover{color:#BD945A;}
  .blog-sec .blog-info .info-padd{-webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px;  border-radius: 0 0 5px 5px; background-color: #1b1b1b; position: relative; padding: 40px 30px 25px; box-shadow: none; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s;}
  .blog-sec .blog-info:hover .info-padd{background-color: #fff; color: #797979; padding: 40px 30px 35px;}
  .blog-sec .blog-info:hover h3 a{color:#000;}
  .blog-sec .blog-info:hover h3 a:hover{color:#BD945A;}
  .blog-sec .blog-info .info-padd::after{content: ""; height: 10px; width: 100%; background-color: #BD945A; -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px;  border-radius: 0 0 5px 5px;position: absolute; bottom: -5px; left: 0; right: 0; z-index: -1; visibility: hidden; opacity: 0; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s;}
  .blog-sec .blog-info:hover .info-padd::after{visibility: visible; opacity: 1;}
  .blog-sec .blog-info .event-meta{padding: 10px 0 0;}
  .blog-sec .blog-info .event-meta li{list-style: none;}
  .blog-sec .blog-info .event-meta li i{color: #BD945A; font-size: 20px; display: inline-block; vertical-align: middle; padding: 0 10px 0 0;}
  .blog-sec .blog-info .more-btn{visibility: hidden; opacity: 0; margin-bottom: -50px; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s;}
  .blog-sec .blog-info:hover .more-btn{margin-top: 25px; margin-bottom: 0; visibility: visible; opacity: 1;}
  .blog-sec .blog-info .btn:hover{color: #fff;}
  .blog-sec .blog-info .btn span{background-color: #1b1b1b;}

.form-wrap{background-image: url(https://htlwork.com/dev/The-Vintage-Barn/wp/wp-content/themes/twentytwentyone/images/bg-01.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: cover; padding: 110px 0 90px; position:relative;}
  .form-wrap::before{content: ""; position: absolute; width: 100%; height: 100%; background: #000; top: 0; left: 0; opacity: 0.5}
  .form-wrap h2{font-weight: 400; font-size: 40px; line-height: 50px; color: #fff; position: relative; margin-bottom: 15px; text-transform: uppercase;}
  .form-wrap h2 span{font-family: "Urbanist", sans-serif; font-weight: 400; margin-bottom: 0; color: #fff; font-size: 15px; text-transform: uppercase; letter-spacing: 3px; display: block;}
  .form-wrap .form-info{position:relative; z-index:2; margin:0; background-color: rgba(255,255,255,0.3); padding: 15px 15px 0px 15px; -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin: 0; padding:50px 50px 25px; color:#fff; position: relative; z-index: 6;}
  .form-wrap form{--bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin:0 -15px;}
  .form-wrap form > *{flex-shrink: 0; max-width: 100%; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); margin-top: var(--bs-gutter-y);}
  .form-wrap form select{background-image: url(https://htlwork.com/dev/The-Vintage-Barn/wp/wp-content/themes/twentytwentyone/images/arrow-bottom.png); background-repeat: no-repeat;  background-attachment: scroll; background-position: 96% center; background-size: 18px;}
  .form-wrap form .form-control{background: inherit; box-shadow:none; border-radius: 0; border:0; color: #fff; margin: 0 !important; height: 50px;}
  .form-wrap form .form-control::-webkit-input-placeholder {color: #fff;}
  .form-wrap form .form-control::-moz-placeholder {color: #fff;}
  .form-wrap form .form-control:-ms-input-placeholder {color: #fff;}
  .form-wrap form .form-control:-moz-placeholder {color: #fff;}
  .form-wrap form textarea{height: 220px !important; padding-top: 15px;}
  .form-wrap form .form-group{margin-bottom:25px;}
  .form-wrap form .input-group{background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.5); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
  .form-wrap form .input-group-addon{background-color: inherit; border: 0 !important; color: #14133b !important; position: relative; min-width: 40px; padding: 6px 12px; font-size: 16px; font-weight: 400; line-height: 1; text-align: center; border-radius: 0 !important; width: 1%; white-space: nowrap; vertical-align: middle; display: table-cell;}
  .form-wrap form .input-group-addon::after{content: ''; position: absolute; top: 10px; right: 1px; width: 1px; height: 30px; background-color: rgba(255,255,255,0.7);}
  .form-wrap form .input-group > div{padding: 17px 0 0; color: #fff !important;}
  .form-wrap form .input-group:hover .fa{color: #fff;}
  .form-wrap form .btn{width: 100%;}
  .form-wrap form .btn:hover{color: #fff;}
  .form-wrap form .btn span{background-color: #1b1b1b;}
  .form-wrap form .input-group .wpcf7-not-valid-tip{position: absolute; width: auto; left: 0; color: #fff; font-size: 12px; bottom: -26px;}
  .form-wrap form .wpcf7-response-output{flex: 0 0 auto; text-align: center; border-radius: 5px; border: 2px solid #bd945a; font-size: 12px;}
	  
.back-to-top{position: fixed; opacity:0; visibility:hidden; right: 15px; bottom: -15px; z-index: 20; -webkit-transition: all .25s ease-out; -moz-transition: all .25s ease-out; -ms-transition: all .25s ease-out; -o-transition: all .25s ease-out; transition: all .25s ease-out;} 
  .back-to-top.scroll{bottom: 20px; opacity:1; visibility:visible;} 
  .back-to-top a{-webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; padding-top: 12px; border: 0; color: #fff !important; font-size: 18px; background: #BD945A; display: block; height: 44px; width: 44px; margin: 0 auto; text-align: center;}   
  .back-to-top a:hover i{animation: wobble_bell 1s forwards ease-in-out 0s;} 
  .back-to-top a::after{position: absolute; z-index: -1; content: ''; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 1; background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0) 80%);}    

@-webkit-keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
	14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
	28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
	42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
	56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
	70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
	84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}
.progress-wrap{position: fixed; right: 30px; bottom: 30px; height: 46px; width: 46px; cursor: pointer; display: block; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; box-shadow: inset  0 0 0 2px rgba(0,0,0,0.1); z-index: 10000; opacity: 0; visibility: hidden; transform: translateY(15px); -webkit-transition: all 200ms linear; transition: all 200ms linear; background: rgba(189, 148, 90, 0.2);} 
  .progress-wrap.active-progress{opacity: 1; visibility: visible; transform: translateY(0);} 
  .progress-wrap::after{position: absolute; font-family: FontAwesome; content: "\f062"; text-align: center; line-height: 46px; font-size: 16px; color: #bd945a; /* --- Pijl kleur --- */ left: 0; top: 0; height: 46px; width: 46px; cursor: pointer; display: block; z-index: 1; -webkit-transition: all 200ms linear; transition: all 200ms linear;}
  .progress-wrap:hover::after{color: #fff;}
  .progress-wrap::before{position: absolute; font-family: FontAwesome; content: "\f062"; text-align: center; line-height: 46px; font-size: 24px; opacity: 0; background: black; /* --- Pijl hover kleur --- */ -webkit-background-clip: text; -webkit-text-fill-color: transparent; left: 0; top: 0; height: 46px; width: 46px; cursor: pointer; display: block; z-index: 2; -webkit-transition: all 200ms linear; transition: all 200ms linear;} 
  .progress-wrap:hover::before{} 
  .progress-wrap svg path{fill: none;} 
  .progress-wrap svg.progress-circle path{stroke: #BD945A; /* --- Lijn progres kleur --- */ stroke-width: 4; box-sizing:border-box; -webkit-transition: all 200ms linear; transition: all 200ms linear;}

.wobble_bell{animation: wobble_bell 1s forwards ease-in-out 0s;}
@-webkit-keyframes wobble_bell {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(10deg);
  }
  45% {
    transform: rotate(-5deg);
  }
  60% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes wobble_bell {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(10deg);
  }
  45% {
    transform: rotate(-5deg);
  }
  60% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.footer{background-image: url(https://htlwork.com/dev/The-Vintage-Barn/wp/wp-content/themes/twentytwentyone/images/banner-bg.jpg); background-repeat: no-repeat; background-position: center center; background-attachment: scroll; background-size: cover; margin: 0; padding: 0; position: relative; color: rgba(255, 255, 255, 0.6);}
  .footer .container{position: relative; z-index:1;}  
  .footer a{color: rgba(255, 255, 255, 0.6);}
  .footer a:hover{color:#BD945A;}
  .footer .container > *{position: relative; z-index:2;}  
  .footer .footer-left{padding: 80px 50px 50px 15px; width: 30%;}
  .footer .footer-right{padding: 80px 15px 50px 50px; border-left: 1px solid rgba(255,255,255, 0.1); width: 70%;}
  .footer .footer-right .row > div{width: 22%;}
  .footer .footer-right .row > div:nth-child(2){width: 38%;}
  .footer .footer-right .row > div:last-child{width: 40%;}
  .footer .left-p{font-size: 14px; line-height: 18px;}
  .footer h4{color:#fff; margin:0 0 25px; font-size: 24px; position:relative; text-transform: capitalize;}
  .footer h5{color:#fff; margin:0 0 10px; font-size: 16px; position:relative; text-transform: capitalize;}
  .wg-1{margin: 0;}
  .wg-1 ul{margin:0; padding:0;}
  .wg-1 ul li{list-style:none; position:relative; margin: 0 0 5px; padding: 0 0 10px 20px;}
  .wg-1 ul li::before{content: "\f105"; font-family: FontAwesome; position: absolute; left: 0; top: 2px; font-size: 14px; color: #BD945A;}
  .ft-logo{margin: 0px 0 0;}
  .ft-logo img{max-width: 150px;}
  .ft-logo span{display: block;text-decoration: underline; color: #fff;letter-spacing: 4px;text-transform: uppercase;font-size: 18px;margin: 30px 0 0;}
  .wg-1 address{margin: 0 0 20px;}
  .wg-1 address p{margin: 0 0 5px;}
  .wg-1 address p b{color:#fff;}
  
  .footer .map{width: 100%; border: 1px solid rgba(255,255,255, 0.1); padding: 10px; background: rgba(255,255,255, 0.1); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
  .footer .map iframe{width: 100%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
  
  .icon-ft{margin: 0;}
  .icon-ft i{font-size: 17px; border: 1px solid rgba(255,255,255, 0.1); color: #fff; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; width: 50px; height: 50px; line-height: 48px; text-align: center; margin: 0 5px 7px 0;}
  .icon-ft i:hover{color: #fff; background: #BD945A; transition:0.8s ease-in-out; -webkit-transition:all 0.8s ease-in-out; -moz-transition:all 0.8s ease-in-out; -ms-transition:all 0.8s ease-in-out; -o-transition:all 0.8s ease-in-out;}  
  
  .newsletter form{/*--bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin: 0 -10px;*/}
  .newsletter form > *{flex-shrink: 0; max-width: 100%; width: 100%; padding: 0;}
  .newsletter form .form-control{background:#fff; box-shadow:none; border:0; -webkit-border-radius: 5px 30px 30px 5px; -moz-border-radius: 5px 30px 30px 5px; border-radius: 5px 30px 30px 5px; color: #999; height: 64px;}
  .newsletter form .form-control::-webkit-input-placeholder {opacity:#999;}
  .newsletter form .form-control::-moz-placeholder {color: #999;}
  .newsletter form .form-control:-ms-input-placeholder {color: #999;}
  .newsletter form .form-control:-moz-placeholder {color: #999;}
  .newsletter form .form-group{margin: 0 0 20px; position: relative;}
  .newsletter form .btn{position: absolute; right: 5px; top: 5px; padding: 18px 18px; text-align: center; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;} 
  .newsletter form .btn i{margin: 0;}
  .newsletter form .btn:hover{color: #fff;}
  .newsletter form .btn span{background-color: #1b1b1b;}
  .newsletter form:hover .btn i{animation: wobble_bell 1s forwards ease-in-out 0s;}
  
  .notify{position: relative;}
  .notify i{background: rgba(189, 148, 90, 0.5); width: 40px; min-width: 40px; height: 40px; -webkit-border-radius: 100%;  -moz-border-radius: 100%; border-radius: 100%; text-align: center; line-height: 40px; display: block;}
  .notify p{display: flex; align-items: center; gap: 20px;}
  .notify:hover i{animation: wobble_bell 1s forwards ease-in-out 0s;}
  
  .footer-policy{position: relative;}
  .footer-policy a{margin: 10px 15px; position: relative;}
  .footer-policy a + a::before{position: absolute; content: ""; left: -15px; top: 50%; transform: translateY(-50%); width: 1px; height: 15px; background: #fff;}
  
  .ft-bottom{font-size: 16px; border-top: 1px solid rgba(255,255,255, 0.1); margin: 0; position: relative; z-index: 2; padding: 30px 0 20px;}
  .ft-bottom .row{align-items: center;}  
  .ft-bottom .copyright{margin: 0 0 10px;}

.banner-inner{position: relative; padding: 0;}
  .banner-inner .textblock{background-image: url(https://htlwork.com/dev/The-Vintage-Barn/wp/wp-content/themes/twentytwentyone/images/slider-02.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: cover; height: 450px; position: relative;}
  .banner-inner .textblock:after{content: ""; background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); width: 100%; left: 0; top: 0; height: 50%; position: absolute; z-index: 2;}
  .banner-inner .textblock:before{content: ""; background: #000; width: 100%; left: 0; top: 0; height: 100%; position: absolute; z-index: 2; opacity: 0.7}
  .banner-inner .block{bottom: 75px; left: 0; position: absolute; width: 100%;}
  .banner-inner .block:after{left: 0; top: 0; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; border-color: rgba(0, 0, 0, 0); border-right-color: rgba(0,0,0,0.3); border-width: 79px 55px 0 0; display:none;}
  .banner-inner .page-title .holder {overflow: hidden; position: relative; padding: 0;}
  .banner-inner h1{color: #fff; margin: 0 0 20px; font-size: 60px; text-transform:capitalize;}
  .banner-inner .shape-02{position: absolute; left: inherit; top: 38.5%; right: 30px;}
  .banner-inner .shape-03{position: absolute; top: 50%; max-width: 106px; left: 30px;}
  .breadcrumb{position: relative; justify-content: start;}
  .breadcrumb > li {margin: 0; color: #fff; font-size: 16px;}
  .breadcrumb > li + li:before{content: "\f054"; font-family: FontAwesome; display: inline-block; color: #fff; font-size: 14px; padding: 0 20px; position: relative; top: 1px;}
  .breadcrumb > li .fa-home {margin: 0 9px;}
  .breadcrumb li a{color: #fff;}     
  .breadcrumb li a:hover{color: #BD945A;}     
 
.align-left{float: left; width: 50%; margin: 7px 20px 10px 0;} 
.align-right{float: right; width: 50%; margin: 7px 0 10px 20px;} 

.mid-inner{padding: 90px 0 60px;}  
  .mid-inner .mid-left{padding: 0 50px 0 15px;}
  .mid-inner ul{margin: 0; padding: 0 0 5px;}
  .mid-inner ul li{list-style: none; margin: 0 0 15px; padding: 0 0 0 30px; position: relative;}
  .mid-inner ul li::before{content: "\f192"; font-family: FontAwesome; position: absolute; left: 0; top: 0; font-size: 14px; font-weight: normal; color: #bd945a;} 
  .mid-inner ol{margin: 0; padding: 0 0 5px; counter-reset: section;}
  .mid-inner ol li{margin: 0; padding: 0 0 15px; list-style: none;}
  .mid-inner ol li::before{content: counters(section, ".") " - "; counter-increment: section;}
  .mid-inner .widget{margin: 0 0 30px;}
  
  .sidebar-form{background-image: url(https://htlwork.com/dev/The-Vintage-Barn/wp/wp-content/themes/twentytwentyone/images/bg-01.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: cover; padding: 25px 25px; position:relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
  .sidebar-form::before{content: ""; position: absolute; width: 100%; height: 100%; background: #000; top: 0; left: 0; opacity: 0.5}
  .sidebar-form h3{font-weight: 400; font-size: 30px; line-height: 40px; color: #fff; position: relative; margin-bottom: 15px; text-transform: uppercase;}
  .sidebar-form h3 span{font-family: "Urbanist", sans-serif; font-weight: 400; margin-bottom: 0; color: #BD945A; font-size: 15px; text-transform: uppercase; letter-spacing: 3px; display: block;}
  .sidebar-form form{overflow:hidden; background-color: rgba(255,255,255,0.3); padding: 25px 25px 10px 25px;
  -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
  .sidebar-form form .form-control{background: #fff; box-shadow: none; border-radius: 0 5px 5px 0; border:0; color: #000; margin: 0; height: 50px;}
  .sidebar-form form .form-control::-webkit-input-placeholder {color: #000;}
  .sidebar-form form .form-control::-moz-placeholder {color: #000;}
  .sidebar-form form .form-control:-ms-input-placeholder {color: #000;}
  .sidebar-form form .form-control:-moz-placeholder {color: #000;}
  .sidebar-form form textarea{height: 120px !important; padding-top: 15px;}
  .sidebar-form form .form-group{margin-bottom:25px;}
  .sidebar-form form .input-group-addon{background-color: #fff; border: 0 !important; color: #14133b !important; position: relative; min-width: 40px; padding: 6px 12px; font-size: 16px; font-weight: 400; line-height: 1; text-align: center; border-radius: 5px 0 0 5px !important; width: 1%; white-space: nowrap; vertical-align: middle; display: table-cell;}
  .sidebar-form form .input-group-addon::after{content: ''; position: absolute; top: 10px; right: 1px; width: 1px; height: 30px; background-color: #ccc;}
  .sidebar-form form .input-group > div{padding: 17px 0 0; color: #c7963c !important;}
  .sidebar-form form .input-group:hover .fa{color: #ea8f16;}   
  .sidebar-form .form-group p{margin:0;}
  .sidebar-form .wpcf7-spinner{position:absolute;}
  .sidebar-form .input-group .wpcf7-not-valid-tip{position: absolute; width: auto; left: 0; color: #fff; font-size: 12px; bottom: -26px;}
  .sidebar-form .wpcf7-response-output{flex: 0 0 auto; text-align: center; border-radius: 5px; border: 2px solid #bd945a; font-size: 12px;}
  
  .sidebar-grid ul{position: relative; border: 1px solid #4c4c4c; list-style: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #1b1b1b; padding: 30px 30px 15px;}
  .sidebar-grid ul li{position: relative; border: 1px solid #4c4c4c; margin-bottom: 15px; padding: 0; z-index: 1; list-style: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow: hidden;}
  .sidebar-grid ul li a{font-size: 16px; color: #fff; line-height: 30px;padding: 10px 25px;display: block;padding-left: 38px;overflow: hidden;-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;transition: all 300ms ease;}
  .sidebar-grid ul li a:after{position: absolute; left: -1px; top: 0; height: 100%; width: 102%; content: ""; background: #bd945a; z-index: -1; -webkit-transition: -webkit-transform 0.4s ease; transition: -webkit-transform 0.4s ease; transition: transform 0.4s ease; transition: transform 0.4s ease, -webkit-transform 0.4s ease; -webkit-transform: scale(0, 1); -ms-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top;}
  .sidebar-grid ul li.current-menu-item a:after, .sidebar-grid ul li a:hover:after{-webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1);}
  /*.sidebar-grid ul li::after{position: absolute; top: 0; left: 0; height: 100%; width: 4px; background: #30313d; content: ""; opacity: 0; visibility: hidden;}*/
  .sidebar-grid ul li.current-menu-item::after, .sidebar-grid ul li:hover::after{opacity: 1; visibility: visible; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;}
  .sidebar-grid ul li::before{content: "\f0da"; font-family: FontAwesome; position: absolute; left: 15px; top: 10px; margin: 0;}
  .sidebar-grid ul li.current-menu-item a, .sidebar-grid ul li:hover a{color:#fff;}
  .sidebar-grid ul li.current-menu-item:before, .sidebar-grid ul li:hover:before{color:#fff;}
  .sidebar-grid ul li.current-menu-item:before, .sidebar-grid ul li:hover:before{opacity: 1;visibility: visible;-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;transition: all 300ms ease;}
  .sidebar-grid .img-thumbnail{-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;  float: left; width: 50%; margin: 0 20px 10px 0;}
  .sidebar-grid .inner-info{position: sticky; top: 100px; min-height: 500px;}
  .sidebar-grid .help{background: #000; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow: hidden; position: relative; padding: 25px; text-align: center; margin: 0;}
  .sidebar-grid .help .info{background: rgba(0, 0, 0, 0.5); padding: 25px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
  .sidebar-grid .help:before{content:''; background-image: url(https://htlwork.com/dev/The-Vintage-Barn/wp/wp-content/themes/twentytwentyone/images/slider-01.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: cover; height: 100%; width: 100%; margin: 0; position: absolute; left: 0%; top: 0; right: 0; opacity: 0.4;}
  .sidebar-grid .help > *{position: relative; z-index: 3;}
  .sidebar-grid .help h3{position: relative; padding-bottom: 15px; margin-bottom: 30px; color: #fff;}
  .sidebar-grid .help h3::before{content: "";position: absolute;width: 30px;height: 6px;background-color: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; left: 50%; bottom: 0; transform: translate(-50%);}
  .sidebar-grid .help a{color: #fff; font-weight: 600; font-size: 22px; letter-spacing: 2px;}
  .sidebar-grid .help a.btn{font-weight: 500; font-size: 16px; letter-spacing: 0;}
  .sidebar-grid .help a.btn span{background: #000;}

.img-hover{position: relative; margin: 0; height: 100%; overflow: hidden;}
  .img-hover img{-webkit-transition: all 1.3s ease-in-out; -moz-transition: all 1.3s ease-in-out; -o-transition: all 1.3s ease-in-out; -ms-transition: all 1.3s ease-in-out; cursor: pointer; width: 100%;}
  .img-hover:hover img{-webkit-transform: scale(1.3); -moz-transform: scale(1.3); -o-transform: scale(1.3); -ms-transform: scale(1.3);}
  
.pricing-page{position: relative; margin: 0;}
  .pricing-page .row{background: #1b1b1b; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow: hidden; margin: 0 0 80px;}
  .pricing-page .row:last-child{margin-bottom: 30px;}
  .pricing-page .row:nth-child(2n){flex-direction: row-reverse;}
  .pricing-page h3{color: #BD945A; margin: 0 0 20px; font-size: 30px;}
  .pricing-page .info{padding: 40px 40px 40px;}
  .pricing-page .right-grid{position: relative; padding: 0;}
  .pricing-page .img-fluid{position: absolute; top: 0; left: 0; height: 100%; width: 100%; object-fit: cover; object-position: center center;}

.gallery-page{padding: 80px 0 50px; position:relative;}
  .gallery-page{padding: 0;}
  .gallery-page h2{color:#003486; font-size: 40px; position: relative; text-transform: capitalize; margin: 0 0 20px;}
  .gallery-page h2 span{position:relative; display:block; font-size:16px; color:#c7963c; margin:0 0 10px;}
  .gallery-page .portfolio-menu{text-align:center;}
  .gallery-page .portfolio-menu ul{padding:0; margin:0 0 40px;}
  .gallery-page .portfolio-menu ul li{display:inline-block; margin:0; list-style:none; padding:10px 15px; cursor:pointer; -webkit-transition:all 05s ease; -moz-transition:all 05s ease; -ms-transition:all 05s ease; -o-transition:all 05s ease; transition:all .5s ease; font-family: "Poppins", sans-serif; font-weight: 600; font-size:14px; box-shadow: none !important; position: relative; padding: 3px 15px;}
  .gallery-page .portfolio-menu ul li:last-child:after{display:none;}
  .gallery-page .portfolio-menu ul li::before{display: none;}
  .gallery-page .portfolio-menu ul li::after{position: absolute;right: 0;top: 3px;width: 1px;height: 20px;content: '';background: #e0e0e0;-webkit-transform: rotate(18deg);transform: rotate(18deg);margin: auto;}
  .gallery-page .portfolio-menu ul li.active{color: #c7963c;}
  .gallery-page .portfolio-menu ul li.active::after{background: #c7963c;}
  .gallery-page .portfolio-item{/*width:100%;*/}
  .gallery-page .portfolio-item .item{margin-bottom:30px;}
  .gallery-page .portfolio-item .item a{display:block; position:relative; overflow:hidden; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
  .gallery-page .portfolio-item .item img, .gallery-page.gallery-page .portfolio-item .item iframe{width: 100%; height: 250px; -webkit-transform: scale(1); transform: scale(1); transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -o-object-fit: cover; object-fit: cover; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
  .gallery-page .portfolio-item .item:hover img{-webkit-transform: scale(1.2); transform: scale(1.2);}
  .gallery-page .portfolio-item .recet-work-footer{position: absolute;left: 0;bottom: 0;width: 100%;color: #FFFFFF;background: rgba(0, 132, 53, 0.9);}
  .gallery-page .portfolio-item .recet-work-footer h3{color: #FFFFFF;margin: 0;font-size: 14px;padding: 12px 5px 12px 50px;font-family: 'PoppinsSemiBold_0';}
  .gallery-page .recet-work-footer i{position: absolute; left: 0; bottom: 0; min-width: 50px; height: 52px; font-size: 20px; color: #ebf4ef; background: #004b1e; display: block; text-align: center; line-height: 52px; z-index: 1;}

.mid-inner.mid-contact{background: #000;}
.contact-page{position: relative; z-index:3; padding: 0;}  
  .contact-page h2{font-weight: 400; font-size: 40px; line-height: 50px; color: #fff; position: relative; margin-bottom: 15px; text-transform: uppercase;}
  .contact-page h2 span{font-family: "Urbanist", sans-serif; font-weight: 400; margin-bottom: 0px; color: #BD945A; font-size: 15px; text-transform: uppercase; letter-spacing: 3px; display: block; line-height: normal; margin: 0 0 10px;}
  .contact-page .contact-col{margin:0 0 30px;}
  .contact-page .contact-box{position: relative; padding: 30px 30px 20px; background: #1b1b1b; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; height: 100%;}
  .contact-page .contact-box .content{color: #999;}
  .contact-page .contact-box h5{font-size: 20px; color: #fff; margin: 0 0 15px;}
  .contact-page .contact-box .content a{color:#999;}
  .contact-page .contact-box .content a:hover{color:#fff;}
  .contact-page .contact-box i{color: #bd945a; font-size: 40px; margin: 0 0 20px;}
  .contact-page .contact-box .content p{margin: 0 0 10px; line-height: 20px;}
  .contact-page .contact-left{margin: 0 !important; padding: 20px 15px 0 50px;}
  .contact-page .contact-right{margin: 0; padding: 20px 15px 0;}
  .contact-page .contact-right .contact-padd{background: #fff; box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08); padding: 35px 35px 15px; transition: 0.3s ease-in;}
  .contact-page .contact-right h3{color:#e6a528; font-size: 23px; line-height: 30px; position: relative; margin: 0 0 30px; padding:0 0 20px; text-transform:uppercase;}
  .contact-page .contact-right h3::after{content: "";background: #000;height: 1px;width: 50px;position: absolute;left: 0; margin: 0;bottom: 0;}
  .contact-page form{--bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin: 0 -10px; position: relative; padding: 0;}
  .contact-page form > *{padding: 0 10px;}
  .contact-page form .form-control{background: #393939; box-shadow:none; -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; border:0; color: #fff; margin: 0; height: 50px;}
  .contact-page form .form-control::-webkit-input-placeholder {color: #fff;}
  .contact-page form .form-control::-moz-placeholder {color: #fff;}
  .contact-page form .form-control:-ms-input-placeholder {color: #fff;}
  .contact-page form .form-control:-moz-placeholder {color: #fff;}
  .contact-page form textarea{height: 150px !important; padding-top: 15px;}
  .contact-page form .form-group{margin-bottom:25px;}
  .contact-page form .form-group:last-child{margin-bottom: 0;}
  .contact-page form .input-group-addon{background-color: #393939; border: 0 !important; color: #14133b !important; position: relative; min-width: 40px; padding: 6px 12px; font-size: 16px; font-weight: 400; line-height: 1; text-align: center; -webkit-border-radius: 5px 0 0 5px !important; -moz-border-radius: 5px 0 0 5px !important; border-radius: 5px 0 0 5px !important; width: 1%; white-space: nowrap; vertical-align: middle; display: table-cell;}
  .contact-page form .input-group-addon::after{content: ''; position: absolute; top: 10px; right: 1px; width: 1px; height: 30px; background-color: #ccc; opacity: 0.3;}
  .contact-page form .input-group > div{padding: 17px 0 0; color: #fff !important;}
  .contact-page form .input-group:hover .fa{color: #000;}
  .contact-page form .wpcf7-spinner{position: absolute; left: 0; bottom: 0;}
  .contact-page form .input-group .wpcf7-not-valid-tip{position: absolute; width: auto; left: 0; color: #fff; font-size: 12px; bottom: -26px;}
  .contact-page form .wpcf7-response-output{flex: 0 0 auto; text-align: center; border-radius: 5px; border: 2px solid #bd945a; font-size: 12px;}
	  
  .contact-page .map{margin: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow: hidden;}
  .contact-page .map iframe{width: 100%;}

.price-modal .modal-content{position: relative; padding: 0 10px; background: #2b2b2b; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
  .price-modal .btn-close{background-color: #fff; opacity: 1; background-size: 36%;}
  .price-modal .modal-header{border: 0; padding: 20px 15px 0;}
  .price-modal .modal-body{padding: 10px 15px 5px;}
  .price-modal .modal-body p{font-size: 16px; line-height: 24px;}
  .price-modal #exampleModalLabel{color: #fff; font-size: 30px !important;}
  .price-modal form h2{display: none;}
  .price-modal form{--bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin: 0 -10px; position: relative; padding: 0;}
  .price-modal form > *{padding: 0 10px;}
  .price-modal form .form-control{background: #393939; box-shadow:none; -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; border:0; color: #fff; margin: 0; height: 50px;}
  .price-modal form .form-control::-webkit-input-placeholder {color: #fff;}
  .price-modal form .form-control::-moz-placeholder {color: #fff;}
  .price-modal form .form-control:-ms-input-placeholder {color: #fff;}
  .price-modal form .form-control:-moz-placeholder {color: #fff;}
  .price-modal form textarea{height: 150px !important; padding-top: 15px;}
  .price-modal form .form-group{margin-bottom:25px;}
  .price-modal form .form-group:last-child{margin-bottom: 0;}
  .price-modal form .input-group-addon{background-color: #393939; border: 0 !important; color: #14133b !important; position: relative; min-width: 40px; padding: 6px 12px; font-size: 16px; font-weight: 400; line-height: 1; text-align: center; -webkit-border-radius: 5px 0 0 5px !important; -moz-border-radius: 5px 0 0 5px !important; border-radius: 5px 0 0 5px !important; width: 1%; white-space: nowrap; vertical-align: middle; display: table-cell;}
  .price-modal form .input-group-addon::after{content: ''; position: absolute; top: 10px; right: 1px; width: 1px; height: 30px; background-color: #ccc; opacity: 0.3;}
  .price-modal form .input-group > div{padding: 17px 0 0; color: #fff !important;}
  .price-modal form .input-group:hover .fa{color: #000;}
  .price-modal form .wpcf7-spinner{position: absolute; left: 0; bottom: 0;}

.page-template-blog .blog-info{display: flex; gap: 30px; position: relative; margin: 0 0 30px;}
  .page-template-blog .blog-info .thumbnail{overflow: hidden; position: relative; margin: 0; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; background: #000; width: 30%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
  .page-template-blog .blog-info .thumbnail img{-webkit-transition: all 1.3s ease-in-out; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; width: 100%; object-fit: cover; object-position: center center; height: 182px !important;}
  .page-template-blog .blog-info:hover .thumbnail img{-webkit-transform: scale(1.3); -moz-transform: scale(1.3); -o-transform: scale(1.3); -ms-transform: scale(1.3); opacity: 0.5;}
  .page-template-blog .blog-info .content{position: relative; max-width: inherit; padding: 0 0 0 100px; width: 70%;}
  .page-template-blog .blog-info .blog-date{width: 80px; height: 80px; background: #BD945A; color: #fff; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; position: absolute; z-index: 1; top: 0px; left: 0; bottom: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;} 
  .page-template-blog .blog-info .blog-date span{font-weight: 700; font-size: 20px; display: block; color: #fff; text-align: center;}
  .page-template-blog .blog-info .blog-date span.day{line-height: 1; margin-bottom: 0;}
  .page-template-blog .blog-info .blog-date span.month{line-height: 1; font-size: 14px; margin: 5px 0 0; font-weight: 500;}
  .page-template-blog .blog-info h3{color:#fff; font-size: 22px; margin: 0 0 5px; font-weight: 600; text-transform: capitalize;}
  .page-template-blog .blog-info h3 a{color:#fff; display: block; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
  .page-template-blog .blog-info h3 a:hover{color:#BD945A;}
  .page-template-blog .blog-info .category-wrap{color: #fff; margin-bottom: 10px; text-transform: uppercase; font-weight: 500;}
  .page-template-blog .blog-info .category-wrap a{color: #fff;} 
  .page-template-blog .blog-info .category-wrap a:hover{color:#BD945A;}
  .page-template-blog .blog-info .blog-meta{padding: 0;}
  .page-template-blog .blog-info .blog-meta li{list-style: none; display: inline-block; font-size: 13px; color: #181818; position: relative; border-right: 1px solid #dbdbdb; margin: 10px 15px 10px 0; padding: 0 20px 0 0;}
  .page-template-blog .blog-info .blog-meta li:last-child{border-right: 0; margin-right: 0; padding-right: 0;}
  .page-template-blog .blog-info .blog-meta li i{color: #d0d0d1; font-size: 16px; display: inline-block; vertical-align: middle; padding: 0 10px 0 0; position: relative; top: -2px;}	  

.single-post .post{overflow: hidden;}
.single-post img.post-img{height: auto !important; width: 40% !important; float: left; margin: 5px 20px 10px 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;} 
  
    /** Smartphones **/
@media (min-width: 320px) and (max-width: 767px) {
   
   .banner figure img{height: 90vh;}
   .slide-text{max-width: inherit;}
   .slide-text h1{font-size: 30px; line-height: 40px;}
   .banner .slide button{background: #BD945A; opacity: 1; top: inherit; bottom: 30px; width: 45px; height: 45px; line-height: 45px;}
   .banner .slide button.right{left: 80px; right: inherit;}
   .banner .slide button > span{background-size: 65%;}
   .banner .form-banner{position: relative; bottom: 0;}
   .banner .form-banner .row{background: none; border: 0; padding: 40px 0 0;}
   .banner .form-banner form .input-group{background: none; border: 1px solid rgba(255,255,255,0.2);}
   .banner .form-banner form .form-group{width: 100%;}
   .banner .form-banner form .btn:hover{color: #000;}
   .banner .form-banner form .btn span{background-color: #fff;}
   
   .about-wrap{padding: 80px 0 90px;}
   .about-wrap h2, .features-sec h2, .our-venues h2, .our-amenities h2, .pricing-sec h2, .client-feedback h2, .blog-sec h2, .form-wrap h2{font-size: 30px; line-height: 40px;}
   .about-wrap .about-left, .about-wrap .about-right{padding: 0 15px;}
   .about-wrap .phone-btn p{display: block;}
   .about-wrap .phone-btn p a:last-child{padding: 15px 0 0;}
   .about-wrap .about-box{display: block;}
   .about-wrap .about-box figure{max-width: 100%; width: 100%;}
   .about-wrap .about-box figure:nth-child(1){padding: 0 0 30px;}
   .features-sec .owl-nav{display: none;}
   .title-flex{display: block;}
   .title-flex h2, .title-flex .text-pad{width: 100%; padding: 0;}
   .our-amenities .right-grid{padding: 0 15px;}
   .our-amenities .amenities-info .text h5 br{display: none;}
   .pricing-sec .expand-container{display: block;}
   .pricing-sec .sub-title-main{display: none;}
   .pricing-sec .slide-info-box{opacity: 1 !important; visibility: visible !important; left: 0 !important; padding: 25px !important;}
   .pricing-sec .item{float: none;}
   .pricing-sec .item .img{width: auto !important; position: relative !important;}
   .pricing-sec .item .img img{height: 350px;}
   .pricing-sec .item .cont{width: auto !important; position: relative !important; left: 0 !important; margin: -60px 20px 0;}
   .client-feedback .feedback-box{padding: 0;}
   .client-feedback .feedback-box h4{font-size: 20px;}
   .client-feedback .owl-theme .owl-nav{display: none;}
   .client-feedback .owl-theme .owl-nav button.owl-next{right: 0;}
   .client-feedback .owl-dots{display: block; text-align: center !important; position: relative; right: 0; top: 0; margin: 20px 0 0;}
   .form-wrap .form-info{background: rgba(255,255,255,0.2); padding: 30px 30px 5px;}
   .form-wrap form .input-group{background: none; border: 1px solid rgba(255,255,255,0.2);}
   .form-wrap form .form-group{width: 100%;}
   .footer .footer-left{padding: 90px 15px 35px 15px; width: 100%;}
   .footer .footer-right{padding: 55px 15px 30px 15px; border-top: 1px solid rgba(255,255,255, 0.1); border-left: 0; width: 100%;}
   .footer .footer-right .wg-1{margin: 0 0 30px;}
   .footer .footer-right .row > div{width: 100%;}
   .footer .footer-right .row > div:nth-child(2){width: 100%;}
   .footer .footer-right .row > div:last-child{width: 100%;}
   .ft-bottom{padding: 30px 60px 20px 0;} 
   .ft-bottom div, .ft-bottom p{text-align: left !important;}
   
   .banner-inner .block{bottom: 0;}
   .banner-inner h1{font-size: 30px;}
   .mid-inner .mid-left{width: 100%; padding: 0 15px; margin: 0 0 20px;}
   .mid-inner .mid-right{width: 100%; padding: 0 15px; margin: 0 0 0;}
   .pricing-page .info{padding: 25px 15px 25px;}
   .pricing-page .img-hover{height: 350px;}
   .page-template-blog .blog-info{display: block;}
   .page-template-blog .blog-info .thumbnail{width: 100%; margin: 0 0 20px;}
   .page-template-blog .blog-info .content{width: 100%; padding: 0 0 0 75px;}
   .page-template-blog .blog-info .blog-date{width: 60px; height: 60px;} 
   .single-post img.post-img{width: 100% !important; float: none; margin: 5px 20px 10px 0;} 
   .contact-page .contact-left{padding: 0 15px;}
       
}


/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 767px) {
   
   .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{width: 100%;}
   
}

/* Tablets */
@media (min-width: 768px) and (max-width: 959px) {
         
   .container{width: auto; max-width:850px !important; padding:0 30px;}
   .banner figure img{height: 600px;}
   .slide-text{max-width: 75%;}
   .slide-text h1{font-size: 40px; line-height: 50px;}
   .banner .slide button{background: #BD945A; opacity: 1; top: inherit; bottom: 30px; width: 45px; height: 45px; line-height: 45px;}
   .banner .slide button.right{left: 80px; right: inherit;}
   .banner .slide button > span{background-size: 65%;}
   .banner .form-banner{margin: 50px 0 0; position: relative; bottom: 0;}
   .banner .form-banner form .input-group{background: none; border: 1px solid rgba(255,255,255,0.2);}
   .banner .form-banner form .form-group{width: 50%;}
   .banner .form-banner form .btn:hover{color: #000;}
   .banner .form-banner form .btn span{background-color: #fff;}
   
   .about-wrap{padding: 80px 0 90px;}
   .about-wrap h2, .features-sec h2, .our-venues h2, .our-amenities h2, .pricing-sec h2, .client-feedback h2, .blog-sec h2, .form-wrap h2{font-size: 36px; line-height: 46px;}
   .about-wrap .about-left, .about-wrap .about-right{padding: 0 15px; width: 100%;}
   .features-sec .owl-nav{display: none;}
   .title-flex{display: block;}
   .title-flex h2, .title-flex .text-pad{width: 100%; padding: 0;}
   .our-amenities .right-grid{padding: 0 15px;}
   .our-amenities .amenities-info .text h5 br{display: none;}
   .pricing-sec .expand-container{display: block;}
   .pricing-sec .sub-title-main{display: none;}
   .pricing-sec .slide-info-box{opacity: 1 !important; visibility: visible !important; left: 0 !important;}
   .pricing-sec .item{float: none;}
   .pricing-sec .item .img{width: auto !important; position: relative !important;}
   .pricing-sec .item .img img{height: 350px;}
   .pricing-sec .item .cont{width: auto !important; position: relative !important; left: 0 !important; margin: -60px 20px 0;}
   .client-feedback .feedback-box{padding: 0;}
   .client-feedback .feedback-box h4{font-size: 20px;}
   .client-feedback .owl-theme .owl-nav{display: none;}
   .client-feedback .owl-theme .owl-nav button.owl-next{right: 0;}
   .client-feedback .owl-dots{display: block; text-align: center !important; position: relative; right: 0; top: 0; margin: 20px 0 0;}
   .blog-sec .es-col{width: 50%;}
   .form-wrap .form-info{background: rgba(255,255,255,0.2); padding: 30px 30px 5px;}
   .form-wrap form .input-group{background: none; border: 1px solid rgba(255,255,255,0.2);}
   .form-wrap form .form-group{width: 100%;}
   .footer .footer-left{padding: 90px 15px 35px 15px; width: 100%;}
   .footer .footer-right{padding: 55px 15px 30px 15px; border-top: 1px solid rgba(255,255,255, 0.1); border-left: 0; width: 100%;}
   .footer .footer-right .wg-1{margin: 0 0 30px;}
   .footer .footer-right .row > div{width: 50%;}
   .footer .footer-right .row > div:nth-child(2){width: 50%;}
   .footer .footer-right .row > div:last-child{width: 100%;}
   .ft-bottom .row > div{width: 100%;}
   .ft-bottom div, .ft-bottom p{text-align: center !important;}
   
   .banner-inner .block{bottom: 0;}
   .banner-inner h1{font-size: 30px;}
   .mid-inner .mid-left{width: 100%; padding: 0 15px; margin: 0 0 20px;}
   .mid-inner .mid-right{width: 100%; padding: 0 15px; margin: 0 0 0;}
   .pricing-page .info{padding: 25px 15px 25px;}
   .pricing-page .left-grid, .pricing-page .right-grid{width: 50%;}
   .gallery-page .portfolio-item .item{width: 50%;}
   .contact-page .contact-col{width: 50%;}
   .contact-page .contact-left{padding: 0 15px;}
   .contact-page .contact-left, .contact-page .contact-right{width: 100%;}
   
}

/* Desktop */
@media (min-width: 960px) and (max-width: 1090px) { 
    
   .container{width:auto; max-width:1030px!important; padding:0 30px;}
   .banner figure img{height: 600px;}
   .slide-info .container{padding: 0 40px !important; max-width: inherit !important; width: 100%;}
   .slide-text{max-width: 75%;}
   .slide-text h1{font-size: 40px; line-height: 50px;}
   .banner .slide button{background: #BD945A; opacity: 1; top: inherit; bottom: 30px; width: 45px; height: 45px; line-height: 45px;}
   .banner .slide button.right{left: 80px; right: inherit;}
   .banner .slide button > span{background-size: 65%;}
   .banner .form-banner{}
   
   .about-wrap{padding: 80px 0 90px;}
   .about-wrap h2, .features-sec h2, .our-venues h2, .our-amenities h2, .pricing-sec h2, .client-feedback h2, .blog-sec h2, .form-wrap h2{font-size: 36px; line-height: 46px;}
   .about-wrap .about-left, .about-wrap .about-right{padding: 0 15px; width: 100%;}
   .features-sec .owl-nav{display: none;}
   .title-flex{display: block;}
   .title-flex h2, .title-flex .text-pad{width: 100%; padding: 0;}
   .our-amenities .left-grid{padding: 0 15px; width: 100%;}
   .our-amenities .right-grid{padding: 0 15px; width: 100%;}
   .our-amenities .amenities-info .text h5 br{display: none;}
   .pricing-sec .expand-container{display: block;}
   .pricing-sec .sub-title-main{display: none;}
   .pricing-sec .slide-info-box{opacity: 1 !important; visibility: visible !important; left: 0 !important;}
   .pricing-sec .item{float: none;}
   .pricing-sec .item .img{width: auto !important; position: relative !important;}
   .pricing-sec .item .img img{height: 350px;}
   .pricing-sec .item .cont{width: auto !important; position: relative !important; left: 0 !important; margin: -60px 20px 0;}
   .client-feedback .feedback-box{padding: 0;}
   .client-feedback .feedback-box h4{font-size: 20px;}
   .client-feedback .owl-theme .owl-nav{display: none;}
   .client-feedback .owl-theme .owl-nav button.owl-next{right: 0;}
   .client-feedback .owl-dots{display: block; text-align: center !important; position: relative; right: 0; top: 0; margin: 20px 0 0;}
   .blog-sec .es-col{width: 50%;}
   .form-wrap .form-info{background: rgba(255,255,255,0.2); padding: 30px 30px 5px;}
   .form-wrap form .input-group{background: none; border: 1px solid rgba(255,255,255,0.2);}
   .form-wrap form .form-group{width: 100%;}
   .footer .footer-left{padding: 90px 10% 35px; width: 100%; text-align: center;}
   .footer .footer-right{padding: 55px 15px 30px 15px; border-top: 1px solid rgba(255,255,255, 0.1); border-left: 0; width: 100%;}
   .footer .footer-right .wg-1{margin: 0 0 30px;}
   .ft-bottom{padding: 30px 60px 20px 0;}
   .mid-inner .mid-left{width: 60%;}
   .mid-inner .mid-right{width: 40%;}
   .gallery-page .portfolio-item .item{width: 33.33333%;}
   .contact-page .contact-col{width: 50%;}
   .contact-page .contact-left{padding: 0 15px;}
   .contact-page .contact-left, .contact-page .contact-right{width: 100%;}

}

/* Large Display */
@media (min-width: 1200px) and (max-width: 1400px) { 
  
  .container{max-width: 94%;}
  .menu-head .navbar-nav > li{margin: 0 0 0 30px; padding: 25px 0;}
  .faq-wrap::before{width: 950px;}

}


@media (min-width: 1367px) {
	
  .container{max-width: 1350px;}
	
}