/*
	Theme Name: قالب إسناد اصدار 1.0
	Theme URI: https://www.elnooronline.com/
	Author: تم تصميم وتطوير بواسطة شركة النور أون لاين
	Author URI: https://www.elnooronline.com/
*/
@import 'assets/css/bootstrap-rtl-4.5.3.min.css';
@import 'assets/css/fontawesome-6.4.2.min.css';
@import 'assets/css/helper-rtl-4.0.0.min.css';

:root {
	color-scheme: light only;
}
header{
    min-height: calc(120px + 54px);
}
.hedertop{
	min-height: 54px;
}
.sliderindex.sliderindex__fullheight,
.sliderindex.sliderindex__fullheight .sliderindex__slide,
.sliderindex.sliderindex__fullheight .sliderindex__slide .row{
	height: calc(100vh - 120px - 54px);
}
.sliderindex__slide__content{
	padding-top: 50px;
	padding-bottom: 50px;
}
.sliderindex__slide__title{
	min-height: 200px
}
.sliderindex__slide__title .sliderindex__slide__content{
	padding-top: 0;
	padding-bottom: 0;
}
.hedertop a{
	color: #fff;
}
.hedertop a:hover{
	color: #1f6d7e;
}
.hedertop::before{
	position: absolute;
	content: '';
	width: 30%;
	height: 100%;
	background-color: #c7ba95;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 5% 100%);
	top: 0;
	right: 0;
}
.hedertop > *{
	position: relative;
	z-index: 2;
}
.hedertop .sharesocial{
	border-right: 1px solid #ffffff24;
}
.hedertop .sharesocial li a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
}
.headerbg{
	z-index: 200;
	position: relative;
    transition: .8s;
	padding: 15px 0;
	background-color: #fff;
}
.home .headerbg{
	background-color: transparent;
}
.headerbg::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 0;
	top: 0;
	right: 0;
	background-color: #fff;
	transition: .9s;
}
.headerbg .navbar-brand img{
	height: 90px;
	transition: .6s;
}
@media(min-width: 992px){
    .headerbg .navbar-nav > .nav-item + .nav-item{
        margin-right: 45px;
    }
}
.headerbg .navbar .navbar-nav .nav-item .nav-link {
	font-size: 18px;
	font-weight: 700;
    padding: 10px 0;
    color: #011013;
    position: relative;
	display: flex;
	align-items: center;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link::before{
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	width: 0;
	height: 3px;
	background-color: #1f6d7e;
	transition: .5s;
	z-index: -1;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link:hover::before{
	width: 100%;
}
.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: #1f6d7e;
}
.headerbg .styledropdown.navbar .navbar-nav .dropdown-toggle {
    padding-left: 20px !important;
	margin-left: 0 !important;
}
.headerbg .styledropdown.navbar .navbar-nav .dropdown-toggle::after {
    left: 0;
}
.headerbg .styledropdown.navbar .navbar-nav .dropdown-menu{
	margin-top: 10px;
}
.headerbg.sticky{
	position: fixed;
	top: 0;
    right: 0;
	padding: 10px 0;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 12%);
}
.admin-bar .headerbg.sticky{
	top: 32px;
}
.headerbg.sticky::before{
	height: 100%;
}
.headerbg.sticky .navbar-brand img{
	height: 30px;
}
.headerbg.sticky .navbar .navbar-nav .nav-item .nav-link{
	font-size: 16px;
}
.sliderindex{
	z-index: 1;
}
.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 .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: #1f6d7e;
}
.sidenav .navbar-nav .nav-item .nav-link{
	font-size: 18px;
	padding: 15px 30px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.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: #1f6d7e;
    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;
}
.sidenav .navbar-nav .nav-item.active .nav-link{
	background-color: #1f6d7e;
}
.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;
	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;
}
body.stop{
	overflow: hidden;
}
.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: #151515;
	transition: .4s;
}
.iconbars span:nth-child(2){
	width: 20px;
}
.iconbars.active span:nth-child(1){
	transform: rotate(45deg)translateY(10px)translateX(5px)
}
.iconbars.active span:nth-child(3){
	transform: rotate(-45deg)translateY(-2px)translateX(-4px);
}
.iconbars.active span:nth-child(2){
	display: none;
}
.breadcrumb{
	background-color: #ffffff26;
}
.breadcrumb-item a,
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item.active{
    color: #fff;
}
.breadcrumb-item a:hover{
    color: #1f6d7e;
}
.breadcrumb-item + .breadcrumb-item{
    padding-left: 8px;
}
.breadcrumb-item + .breadcrumb-item::before{
    content: '\f060';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 14px;
    padding-right: 2px;
	margin-top: 3px;
}
.btn{
	font-weight: 700;
}
.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;	
}
li::marker{
    color: #c7ba95;
}
.text-white-70{
	color: rgba(255, 255, 255, 0.7);
}
.singlecontentbg strong{
	color: #1f6d7e;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	color: #1f6d7e;
	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 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: #1f6d7e;
    font-size: 24px;
}
.singlecontentbg a{
	font-weight: bold;
	color: #1f6d7e;
}
.singlecontentbg a:hover{
	color: #c7ba95;
}
.singlecontentbg img{
    margin-top: 30px;
    margin-bottom: 30px;
}
.singlecontentbg *:last-child{
    margin-bottom: 0;
}
.photosabout .photosabout__img_1,
.photosabout .photosabout__img_2{
	height: 500px;
}
.photosabout .photosabout__img_1 img{
	border-radius: 0 0 200px 200px;
	width: calc(100% - 20px);
	height: calc(500px - 150px);
	margin-top: 150px;
}
.photosabout .photosabout__img_2{
	width: calc(100% + 50px);
	right: -50px;
	position: relative;
	clip-path: path("M0 513H300H387C322.2 489.131 302 417.554 300 384.75V256.5V150C300 67.1573 232.843 0 150 0C67.1573 0 0 67.1573 0 150V513Z");
}
.photosabout .content{
	right: 0;
	top: -30px;
	width: calc(100% - 20px);
	min-height: 150px;
    filter: drop-shadow(0px 0px 30px rgba(0,0,0,0.08));
}
.photosabout .content::before{
	position: absolute;
	content: '';
	width: calc(100% + 120px);
	height: 100%;
	top: 0;
	right: 0;
	background-color: #fff;
	clip-path: path("M417 30H117H30C94.8 52.334 115 119.306 117 150H417V30Z");
	z-index: -1;
}
.btn{
	border-radius: 0;
}
.boxservices:hover{
	background-color: #1f6d7e !important;
}
.customsliderdots {
	margin-bottom: 70px;
}
.customsliderdots .slick-dots {
	bottom: -65px;
}
.customsliderdots .slick-dots li button {
	width: 30px;
	height: 3px;
	background-color: #BCBCBC;
	border: 0;
	border-radius: 20px;
}
.customsliderdots .slick-dots li.slick-active button {
	background-color: #1f6d7e;
}
.bgwhyus__content{
	padding: 150px 100px 150px 150px;
}
.rowboxs__boxwhyus .boxwhyus:nth-child(1){
	margin-right: -150px;
}
.rowboxs__boxwhyus .boxwhyus:nth-child(2){
	margin-right: -115px;
}
.rowboxs__boxwhyus .boxwhyus:nth-child(3){
	margin-right: -80px;
}
.rowboxs__boxwhyus{
	z-index: 4;
}
.bgwhyus,
.bgwhyus::before{
	clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.footerbg a{
	color: rgba(255, 255, 255, 0.7);
}
.footerbg a:hover{
	color: #1f6d7e;
}
.footercontact a{
	color: #fff;
}
.footercontact .bg-primary a:hover{
	color: #1f6d7e;
}
.footercontact .bg-secondary a:hover{
	color: #c7ba95;
}
.footerbg .sharesocial li a{
	background-color: #ffffff24;
	border-radius: 10px;
}
.footerbottom__links li + li{
	margin-top: 10px;
}
.footercontact{
	margin-bottom: -80px;
	z-index: 4;
}
.footerbg{
	padding-top: calc(80px + 70px);
}
.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 #151515;
    border-bottom-color: #c7ba95;
    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);
	}
}
.boxshape img:last-child{
	top: 0;
	right: 0;
	object-position: bottom;
}
.boxhowworks__counter{
	counter-reset: section;
}
.boxhowworks__counter [class^="col"]{
	counter-increment: section;
}
.boxhowworks__counter [class^="col"] .boxhowworks__number::before{
	position: relative;
	content: counter(section);
	color: #fff;
	font-size: 20px;
}
.boxhowworks__counter [class^="col"]:last-child .boxhowworks__shape{
	display: none;
}
.boxhowworks__shape{
	top: 12px;
	left: -45px;
}
.line-dash-path {
    stroke-dasharray: 4;
    stroke-dashoffset: 350;
    animation: tp-line-dash 30s linear infinite forwards;
}
@keyframes tp-line-dash {
	to {
		stroke-dashoffset: 0
	}
}
.box_newseffect {
    border-radius: 10px;
    box-shadow: 13px 13px 51px 0px rgb(10 51 80/10%)
}

.box_newseffect>div {
    height: 300px;
    padding: 25px
}

.box_newseffect:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 8px;
    background-color: rgba(59,54,99,.39);
    transition: .4s
}

.box_newseffect p:last-child {
    bottom: 20px;
    left: 20px
}

.box_newseffect:hover {
    box-shadow: 14px 24px 43px 0px rgb(33 41 48/42%)
}

.box_newseffect,.box_newseffect *,.box_newseffect:hover,.box_newseffect:hover * {
    color: #fff !important
}
/*--------- Responsive ----- */
@media (max-width: 1200px) {
	.photosabout .photosabout__img_2{
		width: calc(100% + 100px);
		right: -74px;
	}
}
@media (max-width: 992px) {
	header{min-height: 120px;}
	.sliderindex.sliderindex__fullheight, .sliderindex.sliderindex__fullheight .sliderindex__slide, .sliderindex.sliderindex__fullheight .sliderindex__slide .row{height: inherit;}
	.rowboxs__boxwhyus{margin-right: 0;}
	.bgwhyus__content{padding: 100px;}
	.photosabout .photosabout__img_1{height: inherit;}
	.photosabout .photosabout__img_2{width: 100%;right: 0;clip-path:none}
	.photosabout .content::before{display: none;}
	.photosabout .content{background-color: #fff;bottom: 0;right: 0;top: inherit;width: 100%;min-height: inherit;padding: 30px;}
	.boxhowworks__counter [class^="col"]:nth-child(2) .boxhowworks__shape{display: none;}
	.bgwhyus, .bgwhyus::before{clip-path: none;}
	.rowboxs__boxwhyus .boxwhyus{margin-right: 0 !important;}
	.photosabout .photosabout__img_2{height: 400px;}
}
@media (max-width: 768px) {
	.admin-bar .headerbg{top: 46px;}
	.photosabout .photosabout__img_2{height: 300px;}
	.boxhowworks__counter .boxhowworks__shape{display: none !important;}
}
@media (max-width: 600px) {
	.admin-bar .headerbg.sticky{top: 0px;}
}
@media (max-width: 500px) {
	.bgwhyus__content{padding: 80px 40px;}
	.photosabout .photosabout__img_2{height: 250px;}
	header{min-height: 90px;}
	.headerbg .navbar-brand img{height: 60px;}
}
@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;}
}