/*
	Theme Name: Theme Terracor system
*/
@import 'assets/css/bootstrap-4.5.3.min.css';
@import 'assets/css/magnific-popup-1.1.0.min.css';
@import 'assets/css/helper-4.0.0.min.css';
:root {
	color-scheme: light only;
	color: #064836;
	color: #a8c746;
}
header{
	min-height: 120px;
}
.sliderhomebox{
	margin-top: -120px;
	padding-top: calc(120px + 80px);
	min-height: 100dvh;
}
.sliderhomebox.sliderhomebox__page{
	margin-top: -120px;
	padding-top: calc(120px + 80px);
	padding-bottom: 30px;
	min-height: inherit;
}
.headerbg{
	z-index: 99;
}
.headerbg{
	transition: .8s;
	padding: 30px 0;
	position: relative;
}
.headerbg .navbar-brand img{
	height: 60px;
	transition: .6s;
}
@media(min-width: 992px){
	.headerbg .navbar .navbar-nav > .nav-item + .nav-item{
		margin-left: 45px;
	}
}
.headerbg .navbar .navbar-nav .nav-item{
	position: relative;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link {
	font-size: 19px;
	font-weight: 500;
    padding: 0;
    color: #fff;
    position: relative;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link::before{
	position: absolute;
	content: '';
	width: 0;
	height: 3px;
	background-color: #a8c746;
	bottom: -5px;
	right: 50%;
	transition: .5s;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link:hover::before,
.headerbg .navbar .navbar-nav .nav-item.active .nav-link::before{
	width: 100%;
	right: 0;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link:hover,
.headerbg .navbar .navbar-nav .nav-item.active .nav-link,
.headerbg .navbar .navbar-nav .nav-item .nav-link.active {
    color: #a8c746;
}
.headerbg .styledropdown.navbar .navbar-nav .dropdown-toggle {
    padding-right: 20px !important;
	margin-right: 0 !important;
}
.headerbg .styledropdown.navbar .navbar-nav .dropdown-toggle::after {
    right: 0;
}
.headerbg .styledropdown.navbar .navbar-nav .dropdown-menu{
	top: 45px;
}
.headerbg .btn{
	transition: .6s;
}
.headerbg.sticky{
	background-color: #1c1c1c;
	top: 0;
	transition: .8s;
	box-shadow: 0px 10px 35px 0 rgb(0 0 0 / 12%);
	padding: 10px 0;
}
.headerbg.sticky .navbar-brand img{
	height: 50px;
}
.headerbg.sticky .navbar .navbar-nav .nav-item .nav-link{
	font-size: 16px;
}
.headerbg.sticky .btn-lg{
	font-size: 15px;
	padding: 6px 15px 10px !important;
	min-height: 25px;
}
.sidenav {
	z-index: 2001;
	transition: 0.3s;
	top: 0;
	right: -350px;
	width: 350px;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.sidenav::-webkit-scrollbar {
	display: none;
}
.sidenav .navbar-nav > .nav-item .nav-link,
.sidenav a{
	color: #fff;
	font-weight: 500;
}
.sidenav .navbar-nav > .nav-item .nav-link:hover,
.sidenav a:hover{
	color: #a8c746;
}
.sidenav .navbar-nav .nav-item .nav-link{
	font-size: 18px;
	padding: 15px 30px;
	display: block;
}
.sidenav .navbar-nav .nav-item.active .nav-link{
	background-color: #ffffff14;
	color: #a8c746;
}
.sidenav .navbar-nav .nav-item{
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.sidenav .border-bottom{
	border-color: #ffffff20 !important;
}
#sidebody{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(21, 21, 21, 0.8);
	transition: .45s;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
#sidebody.active{
	z-index: 1000;
	opacity: 1;
	visibility: visible;
}
.iconbars{
	min-width: 30px;
	min-height: 19px;
}
.iconbars span + span{
	margin-top: 5px;
}
.iconbars span{
	display: block;
	width: 30px;
	height: 3px;
	border-radius: 50px;
	background-color: #a8c746;
	transition: .4s;
}
.iconbars span:nth-child(2){
	width: 20px;
}
.sliderhomebox::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
}
.sliderhomebox .sliderhomebox_box{
	z-index: 4;
}
.sliderhomebox .sliderslick{
	margin-bottom: 0;
}
.sliderhomebox .slick-dots {
	bottom: 20px;
}
.sliderhomebox .slick-dots li{
	margin: 0 2px;
}
.sliderhomebox .slick-dots li button{
	width: 10px;
	height: 10px;
	background-color: #064836;
	border: 0;
	border-radius: 50%;
}
.sliderhomebox .slick-dots li.slick-active button{
	background-color: #a8c746;
	width: 30px;
	border-radius: 20px;
}
.breadcrumb{
	background-color: rgba(255, 255, 255, 0.08);
	padding: 10px 16px;
	color: #fff;
}
.slidertitle{
	min-height: 280px;
	padding-bottom: 80px;
	background: url(assets/img/logo-shape-6.png) no-repeat right top 20px, linear-gradient(-90deg, #a8c746 0%, #064836 100%);
}
.slidertitle__svg{
	bottom: -2px;
	left: 0;
}
.breadcrumb a{
	color: #fff;
}
.breadcrumb a:hover{
	color: #a8c746;
}
.breadcrumb-item.active{
	color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before{
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 14px;
    padding-left: 1px;
	padding-right: 10px;
	margin-top: 2px;
	color: #fff;
}
.boxshadow{
	box-shadow: 0 10px 30px 0 rgba(196, 197, 193, 0.15);
}
.boxshadow2{
	box-shadow: 0px 0px 25px rgb(0 0 0 / 12%);
}
.boxshadow3{
	box-shadow: 0px 10px 35px 0 rgb(0 0 0 / 12%);
}
.boxshadow4{
	box-shadow: 0px 4px 25px rgb(0 0 0 / 8%);
}
.boxshadow2hover:hover{
	box-shadow: 0px 0px 45px rgb(0 0 0 / 42%);
}
.buttonwhatsapp{
	z-index: 9;
	right: 15px;
	bottom: 15px;
	transition: .5s;
}
.buttonwhatsapp .btn{
	transition: .2s;
}
.buttonwhatsapp.onleft{
	right: 60px;
}
.scroll-to-top.endpage,
.buttonwhatsapp.endpage{
	bottom: 0;
}
.scroll-to-top.endpage{
	right: 0;
	border-radius: 8px 0 0 0;
	background-color: #064836;
}
.buttonwhatsapp.endpage{
	right: 45px;
}
.buttonwhatsapp.endpage .btn{
	height: 40px;
	border-radius: 8px 8px 0 0 !important;
}
body.stop{
	overflow: hidden !important;	
}
.fa-30{
	width: 30px;
}
.fa-40{
	width: 40px;
}
.loaderlodging {
	height: 100vh;
	z-index: 10000;
	transition: .8s;
}
.loaderlodging__body {
	overflow: hidden;
}
.loaderlodging__body.afterloading {
	overflow: inherit;
}
.loaderlodging.remove {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #cecece;
    border-bottom-color: #a8c746;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
	}
    100% {
        transform: rotate(-360deg);
	}
}
.singlecontentbg strong{
	color: #064836;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	color: #064836;
	margin-bottom: 30px;
}
.singlecontentbg h1{
	font-size: 30px;
}
.singlecontentbg h2{
	font-size: 28px;
}
.singlecontentbg h3{
	font-size: 26px;
}
.singlecontentbg h4{
	font-size: 24px;
}
.singlecontentbg h5{
	font-size: 22px;
}
.singlecontentbg h6{
	font-size: 20px;
}
.singlecontentbg p,
.singlecontentbg ul,
.singlecontentbg ol{
	font-size: 20px;
	font-weight: 500;
}
.singlecontentbg.font-sm p,
.singlecontentbg.font-sm ul,
.singlecontentbg.font-sm ol{
	font-size: 18px;
}
.singlecontentbg p + h1,
.singlecontentbg p + h2,
.singlecontentbg p + h3,
.singlecontentbg p + h4,
.singlecontentbg p + h5,
.singlecontentbg p + h6{
	margin-top: 30px;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	margin-bottom: 15px;
}
.singlecontentbg li::marker{
    color: #064836;
    font-size: 24px;
}
.singlecontentbg a{
	font-weight: bold;
	color: #064836;
}
.singlecontentbg a:hover{
	color: #a8c746;
}
.singlecontentbg img{
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.singlecontentbg blockquote {
    background: linear-gradient(170deg, #f8f9fa 0%, #f8f8f8 100%);
    padding: 1.5rem 2rem;
    border-radius: 12px;
    border-left: 5px solid #064836;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-size: 18px;
    color: #343a40;
    font-weight: 500;
}
.singlecontentbg blockquote span {
    font-size: 14px;
    color: #888;
    font-weight: 400;
    margin-top: 0.5rem;
    display: block;
}
.singlecontentbg *:last-child{
    margin-bottom: 0;
}
.text-white-70{
	color: #ffffffa1;
}
.footerbg__links li + li{
	margin-top: 7px;
}
.footerbg a{
	color: #ffffffa1;
}
.footerbg a:hover{
	color: #a8c746;
}
.btn{
	border-radius: 8px;
	font-weight: 600;
}
.border-light2{
	border-color: #ffffff37 !important;
}
.bgicons{
	background-color: rgba(0, 0, 0, 0.45);
	backdrop-filter: blur(5px);
}
.rowborderleft [class*="col"] + [class*="col"]{
	border-left: 1px solid rgba(0, 0, 0, 0.14);
}
.hoverboxshadow:hover{
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.hoverbox:hover{
	transform: translateY(-4px)scale(1.02);
}
.bg-light-ga{
	background: linear-gradient(170deg, #f8f9fa 0%, #f8f8f8 100%);
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.z-index-1 {
	z-index: 1;
}
.z-index-10 {
	z-index: 10;
}
.font-12{
	font-size: 12px;
}
.removerp p{
	margin: 0;
}
/*--------- Responsive ----- */
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
	header{min-height: 100px}
	.headerbg .navbar-brand img{height: 60px;}
	.sliderhomebox{margin-top: -100px;padding-top: calc(100px + 50px);}
	.rowborderleft [class*="col"] + [class*="col"],.col.border-right{border: 0 !important;}
}
@media (max-width: 768px) {
}
@media (max-width: 500px) {
}
@media (max-width: 375px) {
}
@media (min-width: 1190px) {
	.container{max-width: calc(1190px - 50px - 50px);}
}
@media (min-width: 1340px) {
	.container{max-width: calc(1340px - 50px - 50px);}
}
@media (min-width: 1440px) {
	.container{max-width: calc(1440px - 50px - 50px);}
}
@media (min-width: 1500px) {
	.container{max-width: calc(1500px - 50px - 50px);}
}