/*
	Theme Name: Theme Terracor system
*/
@import 'assets/css/bootstrap-4.5.3.min.css';
@import 'assets/css/fontawesome-6.4.2.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: #7b4dff;
	color: #19c6c2;
}
header{
	min-height: calc(150px + 59px);
}
.sliderhomebox{
	margin-top: calc(-150px - 59px);
	padding-top: calc(150px + 59px);
	padding-bottom: 30px;
	min-height: 100dvh;
	background-size: auto 100%;
	background-position: right -200px top;
}
.sliderhomebox::before{
	background: linear-gradient(90deg, #fff 30%, transparent 100%);
}
.sliderhomebox.sliderhomebox__page{
	min-height: 400px;
}
.sliderhomebox.sliderhomebox__page::before{
	background: linear-gradient(90deg, #fff 80%, transparent 100%);
}
.headertop a{
	color: #fff;
}
.headertop a:hover{
	color: #19c6c2;
}
.headertop .sharesocial li{
	margin: 0 3px;
}
.headertop .sharesocial li a{
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 4px;
}
.headertop,
.headerbg{
	z-index: 99;
}
.headerbg{
	transition: .8s;
	padding: 20px 0;
	position: relative;
}
.headerbg .navbar-brand img{
	height: 110px;
	transition: .6s;
}
@media(min-width: 992px){
	.headerbg .navbar .navbar-nav > .nav-item + .nav-item{
		margin-left: 35px;
	}
}
.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: #1f2430;
    position: relative;
}
.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: #7b4dff;
}
.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{
	margin-top: 10px;
}
.headerbg .navbar-toggler {
    padding: 0;
    border: 0;
    color: #7b4dff;
    font-size: 20px;
}
.headerbg .navbar-toggler.collapsed {
	color: #7b4dff;
}
.headerbg .btn{
	transition: .6s;
}
.headerbg.sticky{
	background-color: #fff;
	top: 0;
	transition: .8s;
	box-shadow: 0px 10px 35px 0 rgb(0 0 0 / 12%);
	padding: 10px 0;
}
.headerbg.sticky .wow{
	visibility: visible !important;
}
.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: #19c6c2;
}
.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: #19c6c2;
}
.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: #7b4dff;
	transition: .4s;
}
.iconbars span:nth-child(2){
	width: 20px;
}
.sliderhomebox .sliderhomebox_box{
	z-index: 4;
}
.breadcrumb{
	background-color: rgba(0, 0, 0, 0.08);
	padding: 10px 16px;
	color: #fff;
}
.breadcrumb a{
	color: #1f2430;
}
.breadcrumb a:hover{
	color: #7b4dff;
}
.breadcrumb-item.active{
	color: #1f2430;
}
.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: #1f2430;
}
.boxshadow{
	box-shadow: 0 10px 30px 0 rgb(225 223 255 / 40%);
}
.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%);
}
.scroll-to-top.endpage{
	bottom: 0;
}
.scroll-to-top.endpage{
	right: 0;
	border-radius: 8px 0 0 0;
	background-color: #7b4dff;
}
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: #19c6c2;
    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);
	}
}
.sliderslick__customarrow .boxserivces{
	margin: 15px;
}
.singlecontentbg strong{
	color: #7b4dff;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	color: #7b4dff;
	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: 18px;
}
.singlecontentbg.font-sm p,
.singlecontentbg.font-sm ul,
.singlecontentbg.font-sm ol{
	font-size: 16px;
	line-height: 1.7;
}
.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: #7b4dff;
    font-size: 24px;
}
.singlecontentbg a{
	font-weight: bold;
	color: #7b4dff;
}
.singlecontentbg a:hover{
	color: #19c6c2;
}
.singlecontentbg img{
    margin-top: 30px;
    margin-bottom: 30px;
}
.singlecontentbg *:last-child{
    margin-bottom: 0;
}
.text-white-70{
	color: #ffffffa1;
}
.boxnews__content p{
	overflow: hidden;
	text-overflow:clip;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.boxnews .boxnews__content,
.boxnews img{
	border-radius: 40px;
}
.boxnews__content{
	border-color: #efefef !important;
	padding: 35px;
	padding-bottom: 0;
	transition: border .8s;
}
.boxnews:hover .boxnews__content{
	border-color: #19c6c2 !important;
}
.boxnews__content .btn{
	border-radius: 40px 40px 0 0;
}
.sliderslick__customarrows2{
	margin-bottom: 100px;
}
.sliderslick__customarrows2 .slick-next,
.sliderslick__customarrows2 .slick-prev{
	top: auto;
	bottom: -80px;
}
.sliderslick__customarrows2 .slick-next::before,
.sliderslick__customarrows2 .slick-prev::before{
	transition: .5s;
}
.sliderslick__customarrows2 .slick-next:hover:before,
.sliderslick__customarrows2 .slick-prev:hover:before{
	color: #fff;
}
.sliderslick__customarrows2 .slick-next{
	right: calc(50% - 40px);
}
.sliderslick__customarrows2 .slick-prev{
	right: calc(50% + 10px);
	left: inherit;
}
.footerbg{
	border-radius: 30px;
	padding: 60px;
}
.rounded-30{
	border-radius: 30px;
}
.footerbg__links li + li{
	margin-top: 7px;
}
.footerbg .sharesocial li a{
	background-color: rgba(0, 0, 0, 0.035);
}
.footerbg a{
	color: #898989;
}
.footerbg a:hover{
	color: #19c6c2;
}
.btn{
	padding: 9px 12px 7px;
}
.btn-lg{
	padding: 13px 15px 12px;
}
.font-title span{
	position: relative;
}
.font-title span::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 16px;
	bottom: 4px;
	left: 0;
	background-color: #19c6c2;
	z-index: -1;
}
.btn-primary{
    background: linear-gradient(135deg, #19c6c2 0%, #7b4dff 55%, #d96bff 100%);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
    box-shadow: 0 10px 25px rgba(123, 77, 255, 0.25);
}
.btn-primary:hover{
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(123, 77, 255, 0.35);
    background-size: 200% 200%;
    animation: gradientMove 3s ease;
}
.btn-secondary{
    background: linear-gradient(135deg, #1d2671 0%, #7b4dff 60%, #c850c0 100%);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
    box-shadow: 0 10px 25px rgba(29, 38, 113, 0.25);
}
.btn-secondary:hover{
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 15px 35px rgba(29, 38, 113, 0.35);
    background-size: 200% 200%;
    animation: gradientMove 3s ease;
}
.btn-primary::before,
.btn-secondary::before{
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.25);
    transform: skewX(-25deg);
    transition: .7s;
}
.btn-primary:hover::before,
.btn-secondary:hover::before{
    left: 120%;
}
@keyframes gradientMove{0%{background-position: 0% 50%}50%{background-position: 100% 50%}100%{background-position: 0% 50%}}
.btn-whatsapp{
    background: linear-gradient(135deg, #25D366 0%, #1ebe5d 50%, #128C7E 100%);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.25);
}
.btn-whatsapp:hover{
    color: #fff;
    transform: translateY(-3px) scale(1.03);
    background-size: 200% 200%;
    animation: whatsappGradient 3s ease;
    box-shadow: 0 15px 35px rgba(18, 140, 126, 0.35);
}
.btn-whatsapp::before{
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.22);
    transform: skewX(-25deg);
    transition: .7s;
}
.btn-whatsapp:hover::before{
    left: 120%;
}
@keyframes whatsappGradient{0%{background-position: 0% 50%}50%{background-position: 100% 50%}100%{background-position: 0% 50%;}}
.boxreviews__even .slick-next,
.boxreviews__even .slick-prev {
    top: -85px;
}
.boxreviews__even .slick-prev {
	left: inherit;
	right: calc(40px + 10px + 10px);
}
.boxreviews__even .slick-next {
	right: 10px;
}
.boxreviews__even .slick-next:before,
.boxreviews__even .slick-prev:before {
    border-radius: 4px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
.boxreviews{
	border-radius: 30px;
	padding: 0 20px 20px;
}
.boxreviews.boxreviews_3{
	height: 280px;
	overflow: hidden;
}
.boxreviews .title{
	padding-left: calc(50px + 40px);
	min-height: 70px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.boxreviews::before{
	position: absolute;
	content: '\f10d';
	background-color: #7b4dff;
	color: #fff;
	border-radius: 30px 0 30px 0;
	top: 0;
	left: 0;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 80px;
	height: 70px;
}
.boxname:hover{
	transform: translateY(-4px)scale(1.02);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

/*--------- Responsive ----- */
@media (max-width: 1200px) {
	header{min-height: 100px}
	.headerbg .navbar-brand img{height: 60px;}
	.sliderhomebox .sliderhomebox_box{height: 500px;}
}
@media (max-width: 992px) {
	.sliderhomebox .sliderhomebox_box{height: 400px;}
	.footerbg{padding: 40px;}
	.h-100.bg-background{height: 350px !important;background-position: center top;}
}
@media (max-width: 768px) {
	.slidertitle{min-height: 200px;padding-bottom: 45px;}
	.footerbg{padding: 20px;}
	.h-100.bg-background{height: 300px !important}
	.sliderhomebox::before{background: linear-gradient(90deg, #fff 50%, transparent 100%);}
}
@media (max-width: 500px) {
	.sliderhomebox .sliderhomebox_box{height: 300px;}
	.h-100.bg-background{height: 250px !important}
}
@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);}
}
/* Inner pages only - added without changing the homepage */
.inner-page-section{position:relative}.inner-heading{max-width:760px}.experience-badge{position:absolute;right:20px;bottom:-25px;padding:18px 24px;display:flex;flex-direction:column;min-width:150px}.experience-badge strong{font-size:34px;line-height:1}.experience-badge span{margin-top:7px}.about-feature,.service-card{transition:.3s}.about-feature:hover,.service-card:hover{transform:translateY(-6px)}.service-card-image{overflow:hidden}.service-card-image img{transition:.5s}.service-card:hover .service-card-image img{transform:scale(1.05)}.service-icon{width:58px;height:58px;line-height:58px;text-align:center;font-size:23px;margin-top:-52px;position:relative;border:5px solid #fff}.theme-pagination .nav-links{display:flex;justify-content:center;gap:8px}.theme-pagination .page-numbers{min-width:42px;height:42px;line-height:42px;text-align:center;border-radius:50%;background:#f5f5f8}.theme-pagination .page-numbers.current,.theme-pagination .page-numbers:hover{background:#7b4dff;color:#fff}.single-post-cover img{max-height:520px}.post-navigation .nav-links{display:flex;justify-content:space-between;gap:15px}.post-navigation a{display:block;background:#f7f7f9;padding:18px;border-radius:12px}.post-navigation span{display:block;color:#888;font-size:13px}.cf7-theme-form .wpcf7-form-control:not(.wpcf7-submit){width:100%;height:52px;border:1px solid #e2e2e8;border-radius:8px;padding:10px 14px;background:#fff}.cf7-theme-form textarea.wpcf7-form-control{height:auto}.cf7-theme-form label{display:block;margin-bottom:6px;font-weight:500}.cf7-theme-form .wpcf7-submit{border:0}.cf7-theme-form .wpcf7-spinner{vertical-align:middle}@media(max-width:991px){.inner-image-wrap{margin-bottom:45px}.experience-badge{right:12px}.post-navigation .nav-links{flex-direction:column}}
