@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600&display=swap');

:root {
	--primary-color: #501725;
	--primary-color-dark: #ffeebc;
	--secondary-color: #ffeebc;
	--text-dark: #282d31;
	--text-light: #767268;
	--extra-light: #f3f4f6;
	--max-width: 1200px;
	--main-padding-top: 100px;
	--main-padding-bottom: 100px;
  }
body{
	line-height: 1.5;
	font-family: "Cairo", sans-serif;
	font-weight: 400;
	overflow-x: hidden;
}
body.hidden-scrolling{
	overflow-y: hidden;
	overflow-x: hidden;
}
*{
	margin:0;
	box-sizing: border-box;
}

ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
h1{
	color:#333;
font-weight:700;	 
text-align:center;
text-transform:uppercase;
line-height:23px;
}
h3{
	text-align: center;
}
section{
	padding: 60px 0;
}
/*header*/
nav {
	position: fixed;
	direction: rtl;
	background: #501725;
	height: 80px;
	width: 100%;
	z-index: 9999;
  }
  label img{
	width: 290px;
  }
  nav ul {
	float: left;
	margin-right: 20px;
  }
  nav ul li {
	display: inline-block;
	line-height: 80px;
	margin: 0 5px;
  }
  nav ul li a {
	color: #999;
	font-size: 17px;
	padding: 7px 13px;
	border-radius: 3px;
	text-transform: uppercase;
  }
  nav ul li a.active,
  nav ul li a:hover {
	color: #fff;
	text-decoration: none;
	transition: .5s;
  }
  .checkbtn {
	font-size: 22px;
	color: white;
	float: left;
	line-height: 80px;
	margin-left: 30px;
	cursor: pointer;
	display: none;
  }
  #check {
	display: none;
  }
  @media (max-width: 1050px) {
	label.logo img {
	  padding-left: 30px;
	}
	nav ul li a {
	  font-size: 16px;
	}
  }
  /* Responsive media query code for small screen */
  @media (max-width: 890px) {
	.checkbtn {
	  display: block;
	}
	label.logo img{
	  font-size: 22px;
	  margin-top: -110px;
	}
	nav ul {
	  position: fixed;
	  width: 100%;
	  height: 100vh;
	  background: #501725;
	  top: 80px;
	  left: -100%;
	  text-align: center;
	  transition: all .5s;
	  z-index: 999;
	}
	nav ul li {
	  display: block;
	  margin: 50px 0;
	  line-height: 30px;
	}
	nav ul li a {
	  font-size: 20px;
	}
	a:hover,
	a.active {
	  background: none;
	  color: #cfadb6;
	}
	#check:checked~ul {
	  left: 0;
	}
	
  }
  

/*home section*/
.home-section{
	width: 100%;
	display: block;
	min-height: 100vh;
	background-image: url('../img/home.jpg');
	background-position: center top;
	background-size: cover;
}


/* responsive */

@media(max-width: 991px){
	.header .menu-overlay.active{
	visibility: visible;
	opacity: 1;
}
	.header .nav-menu{
		position: fixed;
		right: -280px;
		visibility: hidden;
		width: 280px;
		height: 100%;
		top:0;
		overflow-y: auto;
		background-color: #222222;
		z-index: 1000;
		padding: 15px 0;
		transition: all 0.5s ease;
	}
	.header .nav-menu.open{
		visibility: visible;
		right: 0px;
	}
	.header .menu > .menu-item{
		display: block;
		margin:0;
	}
	.header .menu > .menu-item-has-children > a{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header .menu > .menu-item > a{
		color: #ffffff;
		padding: 12px 15px;
		border-bottom: 1px solid #333333;
	}
	.header .menu > .menu-item:first-child > a{
	    border-top: 1px solid #333333;	
	}
	.header .menu > .menu-item > a .plus:before, 
	.header .menu > .menu-item > a .plus:after{
		background-color: #ffffff;
	}
	.header .menu > .menu-item-has-children.active > a .plus:after{
        transform: translate(-50%,-50%) rotate(0deg);
	}
	.header .menu > .menu-item > .sub-menu{
		width: 100%;
		position: relative;
		opacity: 1;
		visibility: visible;
		border:none;
		background-color: transparent;
		box-shadow: none;
		transform: translateY(0px);
		padding: 0px;
		left: auto;
		top:auto;
		max-height: 0;
		overflow: hidden;
	}
	.header .menu > .menu-item > .sub-menu > .menu-item > a{
		padding: 12px 45px;
		color: #ffffff;
		border-bottom: 1px solid #333333;
	}
	.header .close-nav-menu,
	.header .open-nav-menu{
		display: flex;
	}
}


/* carsual */
.banner {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100vh;
}
.carousel-caption {
	
	font-family: "Cairo", sans-serif;
	width: 50%;
    left: 30%;
    top: 40%;
}
.carousel-caption h2 {
	font-family: "Cairo", sans-serif;
	font-size: 70px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	color: var(--primary-color-dark);
}
.carousel-caption h2 span,
.carousel-caption h3 span,
.about-1 h1
 {
	color: #501725;
	
}
.carousel-caption h3{
	line-height: 2;
 	background: #501725;
	opacity: 75%;
 	color: var(--primary-color-dark);
 	padding: 10px 15px;
    width: fit-content;
    float: right;
    margin-left: 10%;
}

.carousel-caption a {
	text-align: right;
	background: #501725;
	padding: 15px 35px;
	display: inline-block;
	margin-top: 15px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 25px;
}
.carousel-control.right {
	background-image: none;
}
.carousel-control.left {
	background-image: none;
}
.carousel-indicators .active {
	background-color: #501725;
	border-color: var(--primary-color-dark);
}
.animated {
	text-align: right;
    animation-duration: 5s;
    animation-fill-mode: both;
	font-family: "Cairo", sans-serif;
	color: var(--primary-color-dark);
}
/*responsive css*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.carousel-caption h2{
		margin-top: -120%;
	}
	.carousel-caption h2 {
		font-size: 20px;
	}
  
}
@media only screen and (max-width: 767px) {
  
	.navbar-inverse .navbar-brand {
		font-size: 30px;
		padding: 20px 15px;
	}
	.navbar-collapse {
		background: rgba(0, 0, 0, 0.5);
	}
	.carousel-caption {
		padding-bottom: 120px;
	}
	.carousel-caption h2 {
		font-size: 25px;
	}
	.carousel-caption h3 {
		font-size: 18px;
	}
	.carousel-caption a {
		padding: 10px 25px;
	}
}
@media only screen and (max-width: 540) {

	.carousel-caption h2 span {
		font-size: 30px;
	}
}
@media (min-width: 1300px){
	.carousel-caption h2 span {
		font-size: 48px;
	}
	.carousel-caption h2 span{
		margin-bottom: 200px;
		margin-top: 20%;
	}

}
/* about */
.about{
	width: 100%;
	overflow: hidden;
	direction: rtl;
}
.about-1{
  margin: 30px;
  padding: 5px;
}
.about-1 h1{
  text-align: center;
  color: var(--primary-color);
  font-weight: bold;
  color: #501725;
  margin-bottom: 25px;
}
.about-1 p{
  text-align: center;
  padding: 3px;
  color: #fff;
}
.about-2{
  direction: rtl;
}
.about-item{
  margin-bottom: 20px;
  margin-top: 20px;
  padding:30px;
  min-height: 240px;
}
.about-item i{
  font-size: 43px;
  margin: 0;
  color: var(--primary-color)
}
.about-item h3{
  font-size: 25px;
  margin-bottom: 10px;
}
.about-item hr{
  width: 46px;
  height: 3px;
  background: var(--primary-color);
  margin: 0 auto;
  border: nome;
}
.about-item p{
  margin-top: 20px;
}
@media (min-width: 992px){
	.col-md-4{
		float: right;
	}
}

/* Hero Section */

.hero{
	background: #f8f8f8;
	overflow: hidden;
	direction: rtl;
}
.heading h1{
	color: #501725;
	font-size: 55px;
	text-align: center;
	margin-top: 35px;
}
.hero .content{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	margin: 65px auto;
}
.hero-content{
	flex: 1;
	width: 600px;
	margin: 0px 25px;
}.hero-content h2{
	font-size: 38px;
	margin-bottom: 20px;
	color: #333;
}
.hero-content p{
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 40px;
	color: #666;
}
.hero-content button{
	display: inline-block;
	background: #501725;
	color: #fff;
	padding: 12px 24px;
	border-radius: 5px;
	font-size: 20px;
	border: none;
	cursor: pointer;
	transition: 0.3s ease;
}
.hero-content button:hover{
	background-color: var(--secondary-color);
	color: var(--primary-color);
	transform: scale(1.1);
}
.hero-image{
	flex: 1;
	width: 600px;
	margin: auto;
}
.hero-image img{
	width: 50%;
	height: auto;
	border-radius: 10px;
}
@media screen and (max-width: 450px){
	.heading h1{
		font-size: 45px;
		margin-top: 30px;
	}
	.hero{
		margin: 0px;
	}
	.content{
		width: 100%;
		flex-direction: column;
		margin: 0px;
		padding: 0px 40px;
	}
	.hero-content{
		width: 100%;
		margin: 35px 0px;
	}
	.hero-content h2{
		font-size: 30px;
	}
	.hero-content p{
		font-size: 18px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 768px){

	.heading h1{
		font-size: 45px;
		margin-top: 30px;
	}
	.hero{
		margin: 0px;
    padding: 0;
	}
	.content{
		width: 100%;
		
		margin: 0px;
		padding: 0px 40px;
	}
	.hero-content{
		width: 100%;
		margin: 35px 0px;
	}
	.hero-content h2{
		font-size: 30px;
	}
	.hero-content p{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.hero-image{
		display: none;
	}
}

/* Services */
.container{
	
	width: 100%;
}
.service-wrapper{
	padding: 5%  8%;
}
.service{
	display: flex;
	flex-direction: column;
	align-items: center;
}

@keyframes anim{
	95%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		left: 88%;
	}
}

.cards{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 30px;
	margin-top: 80px;
}
.card{
	height: 350px;
	width: 370px;
	background: #6a1d31;
	padding: 3% 8%;
	border: 0.2px solid rgba(80,23,37,0.2);
	border-radius: 8px;
	transition: .6s;
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}
.card:after{
	content: '';
	position: absolute;
	top: 150%;
	left: -200px;
	width: 120%;
	transform: rotate(50deg);
	background: #94475a;
	height: 18px;
	filter: blur(30px);
	opacity: 0.5;
	transition: 1s;
}
.card:hover:after{
	width: 225%;
	top: -100%;
}
.card i{
	color: #fff;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 4.8rem;
}
.card h2{
	color: #fff;
	font-size: 20px;
}
.card p {
	text-align: center;
	width: 100%;
	margin: 12px 0;
	color: #fff;
}

@media screen and (max-width:1200px) {
	.cards{
		grid-template-columns: repeat(2,1fr);
	}
}
@media screen and (max-width:900px) {
	.cards{
		grid-template-columns: repeat(1,1fr);
	}
	h1{
		font-size: 3.5rem;
	}
}
/* timeline */
.main-timeline{
    font-family: 'Poppins', sans-serif;
    padding: 15px 0;
    position: relative;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline:before{
    content: "";
    background: #dcdde1;
    width: 10px;
    height: 100%;
    border-radius: 50px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
}
.main-timeline .timeline{
    width: 50.2%;
    padding: 0 0 0 50px;
    margin: 0 0 35px;
    float: right;
    position: relative; 
}
.main-timeline .timeline:before{
    content:"";
    width: 35px;
    height: 35px;
    border: 6px solid #501725;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -14px;
}
.main-timeline .timeline-content{
    color: #555;
    background-color: #fff;
    min-height: 120px;
    padding: 15px 15px 15px 100px;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.2);
    display: block;
    position: relative;
	text-align: right;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after{
    content: '';
    background-color: #501725;
    height: 100%;
    width: 100px;
    position: absolute;
    left: 0;
    top: 0;
}
.main-timeline .timeline-content:after{
    height: 40px;
    width: 40px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    left: -13px;
}
.main-timeline .timeline-year{
    color: #501725;
    background: #fff;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 90px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 10px solid #dcdde1;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.2);
    transform: translateY(-50%);
    position: absolute;
    left: -200px;
    top: 50%;
}
.main-timeline .timeline-icon{
    color: #fff;
    font-size: 50px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 1;
}
.main-timeline .timeline-content img{
	width: 78px;
    position: absolute;
}
.main-timeline .title{
    color: #501725;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 3px;
}
.main-timeline .description{
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    padding: 0 50px 0 0;
    float: left;
}
.main-timeline .timeline:nth-child(even):before{
    left: auto;
    right: -16px;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 15px 120px 15px 15px; }
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    left: auto;
    right: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-content:after{
    left: auto;
    right: -13px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    left: auto;
    right: -200px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: 15px;
}
.main-timeline .timeline:nth-child(4n+2):before{ border-color: #ffeebc; }
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+2) .timeline-content:after{
    background-color: #ffeebc;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-year,
.main-timeline .timeline:nth-child(4n+2) .title{
    color: #501725;
}
.main-timeline .timeline:nth-child(4n+3):before{ border-color: #84C441; }
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+3) .timeline-content:after{
    background-color: #84C441;
}
.main-timeline .timeline:nth-child(4n+3) .timeline-year,
.main-timeline .timeline:nth-child(4n+3) .title{
    color: #84C441;
}
.main-timeline .timeline:nth-child(4n+4):before{ border-color: #8B7ACB; }
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+4) .timeline-content:after{
    background-color: #8B7ACB;
}
.main-timeline .timeline:nth-child(4n+4) .timeline-year,
.main-timeline .timeline:nth-child(4n+4) .title{
    color: #8B7ACB;
}
@media screen and (max-width:767px){
    .main-timeline:before{
        transform: translateX(-50%);
        left: 17px;
    } 
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        padding: 125px 0 0 65px;
    } 
    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(even):before{
        left: 0;
        top: calc(50% + 63px);
    } 
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 15px 15px 15px 100px;
    } 
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        right: auto;
        left: 0;
    }
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:after{
        right: auto;
        left: -13px;
    } 
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        transform: translateY(0);
        right: auto;
        left: 0;
        top: -125px;
    } 
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        right: auto;
        left: 15px;
    } 
}
@media screen and (max-width:576px){
    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(even):before{
        transform: translateY(0);
        top: 148px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 100px 15px 15px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        width: 100%;
        height: 80px;
    }
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:after{
        transform: translateX(-50%) translateY(0) rotate(45deg);
        top: 20px;
        left: 7px;
    } 
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        transform: translateX(-50%) translateY(0);
        left: 50%;
        top: 6px;
    } 
}
/**/
.why-us{
	width: 100vw;
	text-align: center;
}
.why-us .row{
	margin: 2rem 0;
	padding: 0 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.why-us .row .image img{
	width: 100%;
	height: 100%;
}
.why-us .row .content{
	text-align: right;
	padding: 0 3rem;
}
.why-us .row .content h3{
	font-size: 3rem;
	color: var(--primary-color);
	
}
.why-us .row .content p{
	font-size: 1.5rem;
	color: var(--text-dark);
	padding: 1rem 0;
}

.why-us .row .content button {
    display: inline-block;
    background: #501725;
    color: #fff;
    padding: 12px 24px;
    border-radius: 5px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
}

@media screen and (max-width:768px) {
	.why-us .row{
		flex-flow: column-reverse;
	}
	.why-us .row:nth-child(even){
		flex-flow: column;
	}
	.why-us .row .image img{
		width: 100vw;
	}
	.why-us .row .content{
		padding: 0;
	}
	#progress-content-section .row{
		flex-flow: column-reverse;
	}
}

/*  faq  */
.faq{
	direction: rtl;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 3%;
}
.faq-name{
	flex: 0.5;
	padding: 2% 2% 0 0;
}
.faq-header{
	padding: 5% 0 0 0;
	font-size: 40px;
	line-height: 40px;
}
.faq-img{
	width: 100%;
}
.faq-box{
	flex: 1;
	min-width: 320px;
	padding: 2% 0 4% 4%;
	border-left: 2px solid var(--primary-color);
}
.faq-wrapper{
	width: 100%;
	padding: 1.5rem;
	border-bottom: 1px solid var(--text-dark);
}
.faq-title{
	display: block;
	position: relative;
	width: 100%;
	letter-spacing: 1.2;
	font-size: 18px;
	font-weight: 600;
	color: var(--primary-color);
}

/* creating arrow */
.faq-title::after{
	width: 10px;
	height: 10px;
	content: '';
	float: left;
	border-style: solid;
	border-width: 2px 2px 0 0;
	transform: rotate(135deg);
	transition: 0.4s ease-in-out;
}
.faq-detail{
	line-height: 1.5;
	letter-spacing: 1;
	max-height: 0;
	overflow: hidden;
	transition: 0.3s ease-in-out;
	font-size: 14px;
}
.faq-trigger{
	display: none;
}
.faq-trigger:checked + .faq-title + .faq-detail{
	min-height: 90px;
}
.faq-trigger:checked + .faq-title::after{
	transform: rotate(-45deg);
	transition: 0.4s ease-in-out;
}
@media screen and (max-width:680px) {
	.faq-title{
		font-size: 20px;
	}
}


/* --- Start progress bar --- */

.process-wrapper {
	direction: rtl;
	margin:auto;
	max-width:1080px;
	margin-bottom: 20px;
}

#progress-bar-container {
	position:relative;
	width:90%;
	margin:auto;
	height:100px;
	margin-top:65px;
}

#progress-bar-container ul {
	padding:0;
	margin:0;
	padding-top:15px;
	z-index:1111;
	position:absolute;
	width:100%;
	margin-top:-40px
}

#progress-bar-container li:before {
	content:" ";
	display:block;
	margin:auto;
	width:30px;
	height:30px;
	border-radius:50%;
	border:solid 2px #aaa;
	transition:all ease 0.3s;
	
}

#progress-bar-container li.active:before, #progress-bar-container li:hover:before {
	border:solid 2px #fff;
       	 
	background: #501725; 
}

#progress-bar-container li {
	list-style:none;
	float:right;
	width:20%;
	text-align:center;
	color:#aaa;
	text-transform:uppercase;
	font-size:11px;
	cursor:pointer;
	font-weight:700;
	transition:all ease 0.2s;
	vertical-align:bottom;
	height:60px;
	position:relative;
}

#progress-bar-container li .step-inner {
	position:absolute;
	width:100%;
	bottom:0;
    font-size: 14px;
}

#progress-bar-container li.active, #progress-bar-container li:hover {
	color:#444;
}

#progress-bar-container li:after {
	content:" ";
	display:block;
	width:6px;
	height:6px;
	background:#777;
	margin:auto;
	border:solid 7px #fff;
	border-radius:50%;
	margin-top:40px;
	box-shadow:0 2px 13px -1px rgba(0,0,0,0.3);
	transition:all ease 0.2s;
     
}

#progress-bar-container li:hover:after {
	background:#555;
}

#progress-bar-container li.active:after {
	background:#501725;
}

#progress-bar-container #line {
	width:80%;
	margin:auto;
	background: #eee;
	height:6px;
	position:absolute;
	right:10%;
	top:49px;
	z-index:1;
	border-radius:50px;
	transition:all ease 0.9s;
}

#progress-bar-container #line-progress {
	content:" ";
	width:3%;
	height:100%;
	background: #501725;	 
	background: linear-gradient(to right, #501725 0%,#501725 100%); 
	position:absolute;
	z-index:2;
	border-radius:50px;
	transition:all ease 0.9s;
}

#progress-content-section {
	width:90%;
	margin: auto;
	background: #ffeebc;
	border-radius: 4px;
}

#progress-content-section .section-content {
	padding:30px 40px;
	text-align:center;
}

#progress-content-section .section-content h2 {
	font-size:17px;
	text-transform:uppercase;
	color:#501725;
	letter-spacing:1px;
	font-size: 36px;
}

#progress-content-section .section-content p {
	font-size:24px;
	line-height:1.8em;
	color:#333;
	text-align: right;
}

#progress-content-section .section-content {
	display:none;
	animation: FadeInUp 700ms ease 1;
	animation-fill-mode:forwards;
	transform:translateY(15px);
	opacity:0;
}

#progress-content-section .section-content.active {
	display: flex;
}
.section-img img{
	width: 70%;
}
@keyframes FadeInUp {
	0% {
		transform:translateY(15px);
		opacity:0;
	}
	
	100% {
		transform:translateY(0px);
		opacity:1;
	}
}

/************** Articles **********/
.articles{
	direction: rtl;
	padding-top: var(--main-padding-top);
	padding-bottom: var(--main-padding-bottom);
	position: relative;
}
.articles .container{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 40px;
}
.articles .box{
	box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
	background-color: white;
	border-radius: 6px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.articles .box:hover{
	transform: translateY(-10px);
	box-shadow: 0 2px 15px rgb(0 0 0 / 20%);
}
.articles .box img{
	max-width: 100%;
}
.articles .box .content{
	padding: 20px;
}
.articles .box .content h3{
	margin: 0;
}
.articles .box .content p{
	margin: 10px 0 0;
	line-height: 1.5;
	color: #777;
}
.articles .box .info{
	padding: 20px;
	border-top: 1px solid #e6e6e7;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.articles .box .info a{
	color: var(--primary-color);
	font-weight: bold;
}
.articles .box .info i{
	color: var(--primary-color);
}
.articles .box:hover .info i{
	animation: moving-arrow 0.6s linear infinite;
}
.main-title{
	margin: 0 auto 80px;
	border: 2px solid black;
	padding: 10px 20px;
	font-size: 30px;
	width: fit-content;
	position: relative;
	z-index: 1;
	transition: var(--m);
}
@keyframes moving-arrow {
	100%{
		transform: translateX(10px);
	}
}
/************** map ***************/
.contact-bg{
    height: 40vh;
    background: #501725;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-section{
    direction: rtl;
}
.contact-bg h3{
    font-size: 1.3rem;
    font-weight: 400;
}
.contact-bg h2{
    font-size: 3rem;
    text-transform: uppercase;
    padding: 0.4rem 0;
	padding-top: 40px;
}
.line div{
    margin: 0 0.2rem;
}
.line div:nth-child(1),
.line div:nth-child(3){
    height: 3px;
    width: 70px;
    background: #501725;
    border-radius: 5px;
}
.line{
    display: flex;
    align-items: center;
}
.line div:nth-child(2){
    width: 10px;
    height: 10px;
    background: #501725;
    border-radius: 50%;
}
.text{
    font-weight: 300;
    opacity: 0.9;
}
.contact-bg .text{
    margin: 1.6rem 0;
}
.contact-body{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1rem;
}
.contact-info{
    margin: 2rem 0;
    text-align: center;
    padding: 2rem 0;
}
.contact-info span{
    display: block;
}
.contact-info div{
    margin: 0.8rem 0;
    padding: 1rem;
}
.contact-info span .fas{
    font-size: 2rem;
    padding-bottom: 0.9rem;
    color: #fff;
}
.contact-info div span:nth-child(2){
    font-weight: 500;
    font-size: 1.1rem;
}
.contact-info .text{
    padding-top: 0.4rem;
}
.contact-form{
    padding: 2rem 0;
    border-top: 1px solid #c7c7c7;
}
.contact-form form{
    padding-bottom: 1rem;
}
.form-control{
    width: 100%;
    border: 1.5px solid #c7c7c7;
    border-radius: 5px;
    padding: 0.7rem;
    margin: 0.6rem 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    outline: 0;
}
.form-control:focus{
    box-shadow: 0 0 6px -3px rgba(48, 48, 48, 1);
}
.contact-form form div{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.6rem;
}
.send-btn{
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    background: #501725;
    border: none;
    border-radius: 5px;
    padding: 0.7rem 1.5rem;
    cursor: pointer;
    transition: all 0.4s ease;
}
.send-btn:hover{
    opacity: 0.8;
}
.contact-form > div img{
    width: 85%;
}
.contact-form > div{
    margin: 0 auto;
    text-align: center;
}
.contact-footer{
    padding: 2rem 0;
    background: #000;
}
.contact-footer h3{
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 1rem;
    text-align: center;
}
.social-links{
    display: flex;
    justify-content: center;
}
.social-links a{
    text-decoration: none;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.4rem;
    transition: all 0.4s ease;
}
.social-links a:hover{
    color: #501725;
    border-color: #501725;
}

@media screen and (min-width: 768px){
    .contact-bg .text{
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .contact-info{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 992px){
    .contact-bg .text{
        width: 50%;
    }
    .contact-form{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
    }
}

@media screen and (min-width: 1200px){
    .contact-info{
        grid-template-columns: repeat(4, 1fr);
    }
}


/*******************************/
footer{
	direction: rtl;
    position: relative;
	width: 100%;
	height: auto;
	padding: 50px 100px;
	background: #501725;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
footer .container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}
footer .container .sec{
	margin-right: 30px;
}
footer .container .sec.aboutus{
	width: 40%;
}
footer .container h2{
	position: relative;
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
}
footer .container h2:before{
	content: '';
	position: absolute;
	bottom: -5px;
	right: 0;
	width: 50px;
	height: 2px;
	background: #fff;
}
footer p{
	color: #999;
}
.sci{
	margin-top: 20px;
	display: flex;
}
.sci li{
	list-style: none;
}
.sci li a{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #222;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	text-decoration: none;
	border-radius: 4px;
}

.sci li a:hover{
	background: #fff;
}
.sci li a .fa, .sci li a .bx{
	color: #fff;
	font-size: 20px;
}
 .sci li a .bx:hover{
	color: #6a1d31;
	font-size: 20px;
}
.quicklinks{
	position: relative;
	width: 25%;
}
.quicklinks ul li{
	list-style: none;
}
.quicklinks ul li a{
	color: #999;
	text-decoration: none;
	margin-bottom: 10px;
	display: inline-block;
}
.quicklinks ul li a:hover{
	color: #fff;
}
.contact{
	width: calc(35% - 60px);
	margin-right: 0 !important;
}
.contact .info{
	position: relative;
}
.contact .info li{
	display: flex;
	margin-bottom: 16px;
}
.contact .info li span:nth-child(1){
	color: #fff;
	font-size: 20px;
	margin-left: 10px;
}
.contact .info li span{
	color: #999;
}
.contact .info li a{
	color: #999;
	text-decoration: none;
}
.contact .info li a:hover{
	color: #fff;
}
.copyrightText{
	width: 100%;
	background: #181818;
	padding: 8px 100px;
	text-align: center;
	color: #999;
}
@media (max-width: 768px) {
	footer{
		padding: 40px;
	}
	footer .container{
		flex-direction: column;
	}
	footer .container .sec{
		margin-right: 0;
		margin-bottom: 40px;
	}
	footer .container .sec.aboutus,
	.quicklinks,
	.contact{
		width: 100%;
	}
	.copyrightText{
		padding: 8px 40px;
	}
	.faq-name {
		
		display: none;
	}
}