/*
	Theme Name: قالب تكمين تك
*/
@import 'assets/css/bootstrap-rtl-4.5.3.min.css';
@import 'assets/css/fontawesome-6.4.2.min.css';
@import 'assets/css/helper-4.0.0.min.css';
@import 'assets/css/magnific-popup-1.1.0.min.css';

:root{
	color-scheme: light only;
	color: #6FC94E;
	color: #5CBC7C;
}
header{
    min-height: calc(54px + 90px);
}
.headertop a{
	color: #fff;
}
.headertop a:hover{
	color: #151515;
}
.headertop .sharesocial li{
	margin: 0 5px;
}
.headertop .sharesocial li a{
	color: #6FC94E;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	
}
@media(min-width: 992px){
	.headerbg .navbar-nav > .nav-item + .nav-item{
		margin-right: 30px;
	}
}
.headerbg .navbar-nav .nav-item .nav-link {
	font-size: 18px;
	font-weight: 600;
	padding: 0;
	color: #151515;
}
.headerbg .navbar-nav .nav-item .nav-link:hover,
.headerbg .navbar-nav .nav-item.active .nav-link,
.headerbg .navbar-nav .nav-item .nav-link.active{
	color: #5CBC7C;
}
.headerbg .navbar-nav .nav-item.active .nav-link,
.headerbg .navbar-nav .nav-item .nav-link.active{
	font-weight: 700;
}
.headerbg{
	z-index: 20;
	position: relative;
    transition: .8s;
	background-color: transparent;
	padding: 12px 0;
}
.headerbg .navbar-brand img{
	height: 65px;
	transition: .6s;
}
.headerbg.sticky{
	position: fixed;
	top: 0;
    right: 0;
	padding: 10px 0;
	background-color: #fff;
}
.headerbg.sticky .navbar-brand img{
	height: 40px;
}
.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: #272829;
	transition: .4s;
}
.iconbars span:nth-child(2){
	width: 20px;
}
.sidenav {
	z-index: 1001;
	transition: 0.3s;
	top: 0;
	left: -350px;
	width: 350px;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.sidenav::-webkit-scrollbar {
	display: none;
}
.sidenav.active{
	left: 0;
}
.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:not(.btn,.sharesocial li a){
	color: #5CBC7C;
}
.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: #5CBC7C;
}
.sidenav .navbar-nav .nav-item{
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.sidenav .border-bottom{
	border-color: #ffffff20 !important;
}
.sidenav .navbar-nav .nav-item .nav-link.dropdown-toggle::after{
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    border: 0;
}
.sidenav .navbar-nav .dropdown-menu{
    display: block;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: .1s;
    transform: translateY(-10px) !important;
    position: relative !important;
    background-color: #6f5275;
    margin: 0;
    padding: 0;
    border-radius: 0;
    width: 100%;
}
.sidenav .navbar-nav .dropdown-menu.show{
    visibility: visible;
    opacity: 1;
    height: 100%;
    transform: translateY(0) !important;
}
.sidenav .navbar-nav .dropdown-menu .dropdown-item{
    padding: 10px 30px;
}
.sidenav .navbar-nav .dropdown-menu .dropdown-item:hover{
    background-color: #eac230;
    color: #fff;
}
#sidebody{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 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;
}
.btn{
	font-weight: 700;
	border-radius: 8px;
}
.boxshadow10{
	box-shadow: 0 4px 10px 0 rgb(225 223 255 / 40%);
}
.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 10px 25px rgb(0 0 0 / 8%);
}
.boxshadow2hover:hover{
	box-shadow: 0px 0px 45px rgb(0 0 0 / 42%);
}
body.stop{
	overflow: hidden !important;	
}
.text-white-70{
	color: rgba(255, 255, 255, 0.7);
}
.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: #6FC94E;
    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);
	}
}
.boxservices{
	min-height: 180px;
}
.boxservices:hover{
	background-color: #6FC94E !important;
}
.boxhowtiwork [class^="col"]:last-child .boxhowtiwork__box .boxhowtiwork__box-dots{
	display: none;
}
.boxwhy__box{
	z-index: 3;
}
.boxwhy__box .boxwhy__box_icon{
	width: 65px;
}
@media (min-width: 992px){
	.boxwhy [class^="col"]:nth-child(1) .boxwhy__box{
		top: -50px;
	}
	.boxwhy [class^="col"]:nth-child(3) .boxwhy__box{
		top: 80px;
	}
	.boxwhy [class^="col"]:nth-child(4) .boxwhy__box{
		top: 20px;
	}
	.boxwhy [class^="col"]:nth-child(5) .boxwhy__box{
		top: -80px;
	}
	.boxwhy__dots{
		top: 0;
		right: 0;
		height: 100%;
		background: url(assets/img/line.png) no-repeat center;
		background-size: contain;
	}
}
.footerbg .sharesocial li{
	margin: 0 5px;
}
.footerbg .sharesocial li a{
	color: #272829;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.footerbg a{
	color: #b3b3b5;
}
.footerbg a:hover{
	color: #5CBC7C;
}
.footerbg .border-top{
	border-color: #2d342b !important;
}
.footerbg__links li + li{
	border-right: 1px solid #2d342b;
	padding-right: 20px;
	margin-right: 20px;
}
.footerbg__links li a{
	line-height: 1;
}
/*--------- Responsive ----- */
@media (max-width: 1200px) {
	header{min-height:90px}
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
	.admin-bar .headerbg{top: 46px;}
}
@media (max-width: 600px) {
	.admin-bar .headerbg.sticky{top: 0px;}
}
@media (max-width: 500px) {
	.footerbg__links li + li{padding-right: 10px;margin-right: 10px;}
}
@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: 1320px;}
}