/*
	Theme Name: Theme Unidoor
*/
@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: #396ea9;
	color: #e4884a;
}
header{
	min-height: calc(120px + 59px);
}
@media(min-width: 1200px){
	.sliderhomebox{
		margin-top: calc(-120px + -59px);
	}
}
.sliderhomebox .sliderhomebox_box{
	height: 100dvh;
}
.headertop a{
	color: #fff;
}
.headertop a:hover{
	color: #e4884a;
}
.headertop .sharesocial li{
	margin: 0 3px;
}
.headertop .sharesocial li a{
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #0000002e;
	border-radius: 4px;
}
.headertop,
.headerbg{
	z-index: 99;
}
.headerbg{
	transition: .8s;
	padding: 20px 0;
	position: relative;
}
.headerbg::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #fff 0%, transparent 100%);
	top: 0;
	right: 0;
}
.headerbg .navbar-brand img{
	height: 80px;
	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: #191b1d;
    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: #396ea9;
}
.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: #396ea9;
    font-size: 20px;
}
.headerbg .navbar-toggler.collapsed {
	color: #396ea9;
}
.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 .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: #e4884a;
}
.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: #e4884a;
}
.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: #396ea9;
	transition: .4s;
}
.iconbars span:nth-child(2){
	width: 20px;
}
.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: #396ea9;
	border: 0;
	border-radius: 50%;
}
.sliderhomebox .slick-dots li.slick-active button{
	background-color: #e4884a;
	width: 30px;
	border-radius: 20px;
}
.breadcrumb{
	background-color: rgba(0, 0, 0, 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, #e4884a 0%, #396ea9 100%);
}
.slidertitle__svg{
	bottom: -2px;
	left: 0;
}
.breadcrumb a{
	color: #fff;
}
.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 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%);
}
.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: #396ea9;
}
.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;
}
.btn-primary{
	background: linear-gradient(to left, #396ea9 0%, #e4884a 50%, #396ea9 100%);
}
.btn-primary{
	border: 0;
    background-size: 200% auto;
    -webkit-transition: all 0.4s ease-out 0s;
       -moz-transition: all 0.4s ease-out 0s;
         -o-transition: all 0.4s ease-out 0s;
            transition: all 0.4s ease-out 0s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
    background-position: left center;
}
.text-gra{
	background: -webkit-linear-gradient(-30deg, #396ea9, #e4884a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.bg-gra{
	background: linear-gradient(-90deg, #e4884a 0%, #396ea9 100%);
}
.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: #e4884a;
    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);
	}
}
.boxlinksproducts li{
	margin-top: 8px;
}
.boxlinksproducts li a{
	position: relative;
	display: block;
	padding-left: 20px;
}
.boxlinksproducts li.active a{
	padding-left: 30px;
}
.boxlinksproducts li a:hover,
.boxlinksproducts li.active a,
.boxlinksproducts li a.active{
	color: #e4884a;
}
.boxlinksproducts li a::before{
	position: absolute;
	content: '\f105';
	top: 3px;
	left: 0;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 15px;
}
.boxlinksproducts li.active a::before{
	content: '\f178';
}
.customsticky{
	top: 100px;
	z-index: 10;
}
.sliderslick__customarrow .boxserivces{
	margin: 15px;
}
.sliderslick__customarrow-2 .boxserivces,
.sliderslick__customarrow-3 .boxserivces{
	margin: 15px;
}
.customslider03 .slick-next,
.customslider03 .slick-prev{
	top: 0
}
.customslider03 .slick-prev{
	left: -1px;
}
.customslider03 .slick-next{
	right: -2px;
}
.customslider03 .slick-next::before,
.customslider03 .slick-prev::before{
	border-radius: 0;
	height: 80px;
	line-height: 80px;
	width: 48px;
	border-radius: 0.3rem;
}
.customslider03 img{
	cursor: pointer;
	transition: .4s;
	opacity: 0.5;
}
.customslider03 img:hover{
	opacity: 1;
}
.customslider03 .slick-current img,
.customslider03 .slick-current img:hover{
	opacity: 1;
}
.mfp-counter{
	direction: rtl;
	font-size: 18px;
	font-weight: 700;
}
.singlecontentbg strong{
	color: #396ea9;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	color: #396ea9;
	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;
	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: #396ea9;
    font-size: 24px;
}
.singlecontentbg a{
	font-weight: bold;
	color: #396ea9;
}
.singlecontentbg a:hover{
	color: #e4884a;
}
.singlecontentbg img{
    margin-top: 30px;
    margin-bottom: 30px;
}
.singlecontentbg *:last-child{
    margin-bottom: 0;
}
.boxicons::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 4px;
	background-color: #e4884a;
	bottom: 0;
	left: 0;
	transition: .6s;
}
.boxicons:hover::before{
	height: 20px;
}
.listnumbers{
	counter-reset: count;
}
.listnumbers .listnumbers__item::before{
	position: relative;
    display: block;
    content: counter(count);
	counter-increment: count;
    font-size: 140px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 20px;
    background: -webkit-linear-gradient(#396ea9, #e4884a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'Rubik', sans-serif;
}
.sliderhomebox__list li{
	position: relative;
	padding-left: 25px;
	padding-right: 30px;
	margin-bottom: 5px;
}
.bigleft.sliderhomebox__list li{
	padding-left: 30px;
}
.sliderhomebox__list li::before{
	position: absolute;
	left: 0;
	content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
	color: #e4884a;
}
.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: #e4884a !important;
}
.boxnews__content .btn{
	border-radius: 40px 40px 0 0;
}
.sliderslick__customarrows2{
	margin-bottom: 80px;
}
.sliderslick__customarrows2 .slick-next,
.sliderslick__customarrows2 .slick-prev{
	top: auto;
	bottom: -80px;
}
.sliderslick__customarrows2 .slick-next::before,
.sliderslick__customarrows2 .slick-prev::before{
	background-color: #fcf4ef;
	color: #e4884a;
	transition: .5s;
}
.sliderslick__customarrows2 .slick-next:hover:before,
.sliderslick__customarrows2 .slick-prev:hover:before{
	background-color: #e4884a;
	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;
}
.footerbg__links li + li{
	margin-top: 10px;
}
.footerbg .sharesocial li a{
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 23px;
	background-color: rgba(0, 0, 0, 0.035);
}
.footerbg a{
	color: #898989;
}
.footerbg a:hover{
	color: #00a1e1;
}
.navbarlan li a{
	background-color: #e4884a;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
}
.navbarlan li a:hover{
	background-color: #00a1e1;
}
.btn{
	padding: 9px 12px 7px;
}
.btn-lg{
	padding: 13px 15px 12px;
}
.sliderhomebox.sliderhomebox__page{
	margin-top: 40px !important;
	margin-bottom: 40px;
}
.sliderhomebox.sliderhomebox__page .sliderhomebox_box{
	height: 500px;
	border-radius: 50px 0 0 50px;
}
.remover_marginP p{
	margin: 0;
}
/*--------- 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;}
}
@media (max-width: 768px) {
	.slidertitle{min-height: 200px;padding-bottom: 45px;}
	.footerbg{padding: 20px;}
}
@media (max-width: 500px) {
	.sliderhomebox .sliderhomebox_box{height: 300px;}
}
@media (max-width: 375px) {
}
@media (min-width: 1190px) {
	.container{max-width: 1130px;}
}
@media (min-width: 1340px) {
	.container{max-width: 1280px;}
}
@media (min-width: 1440px) {
	.container{max-width: 1240px;}
}