html,body{
	font-weight: normal !important;
	font-size: 14px;
	overflow-x: hidden;
	direction: rtl;
	font-family: Yekan Bakh FaNum !important;
}

body.ltr-body {
    font-family: Yekan Bakh EN !important;
}

p,h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body{
	background: #fff !important;
}

a{
	text-decoration: none !important;
}

li{
	list-style: none !important;
}

ul{
	margin: 0 !important;
	padding: 0 !important;
}

hr{
	color: #bcbec0;
}

.empty-bg{
	width: 100%;
	padding: 30px 0;
}

.empty-text{
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	margin-top: 30px;
	color: #3c3c3c;
}

button:focus,
input:focus{
	box-shadow: none !important;
}

.scroll-x{
	overflow-x: auto;
}
.scroll-x::-webkit-scrollbar {
	height: 6px !important;
}

.scroll-x::-webkit-scrollbar-track {
	border-radius: 4px;
	background-color: #F8BBD0;
}

.scroll-x::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #811750;
}

@media screen and (max-width: 992px){
	.scroll-x::-webkit-scrollbar {
		display: none;
	}
}

.section-title{
	margin-bottom: 24px;
}

.section-title .sp{
	background-color: #aa0e13;
    width: 20px;
    height: 5px;
    display: block;
	margin-left: 12px;
}

.section-title span{
	font-size: 22.78px;
    font-weight: 700;
    color: #000;
}

@media screen and (max-width:768px) {
	.section-title span{
        font-size: 18px;
		line-height: 35px;
    }
}

.cur-p{
	cursor: pointer !important;
}

.form-control {
    padding: 12px;
	font-size: 16px;
}

.form-select {
	padding: 12px;
	background-position: left 10px center;
  }

.f16{
    font-size: 16px;
}

.f15{
    font-size: 15px;
}

.text-justify{
	text-align: justify;
}

/* ------------------ */
 
  .xs-show{
	display: none !important;
  }

  .md-show{
	display: none !important;
  }

  @media screen and (min-width:992px) {
	.lg-show{
		display: flex !important;
	  }
  }

  @media only screen and (max-width:992px){
	.md-show{
		display: flex !important;
	}

	.md-hide{
		display: none !important;
	}
  }

  @media only screen and (max-width:768px){
	.xs-show{
		display: flex !important;
	  }

	  .xs-hide{
		display: none !important;
	  }
  }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.bg-success{
	background-color: rgba(13, 52, 26, 1) !important;
}

.btn-success{
	background-color: rgba(21, 84, 43, 1) !important;
}

.btn-primary{
	background-color: rgba(11, 108, 198, 1) !important;
}

.text-primary-green{
	color: rgba(13, 52, 26, 1)
}

.text-primary{
	color: rgba(11, 108, 198, 1) !important
}
.t20{
	font-size: 20px;
}

.btn-link{
	text-decoration: none !important;
}

@media only screen and (max-width:768px){
	.our-service-list .row{
		margin: 0 !important;
		padding: 0 !important;
	}
}


.t18{
	font-size:18px ;
}

.fw500{
	font-weight: 500;
}

.clear{
	clear: both;
	content: '';
}

/*----- section-title -----*/

.section-title{
    h2{
		font-weight: 800;
		font-size: 32px;
		line-height: 40px;
		border-bottom: 3px solid #FF9A1E;
		padding-bottom: 8px;
		display: inline-block;
	}

	> div{
		margin-bottom: 32px;
	}

	span{
		color: #1E1E1E;
		font-weight: 300;
		font-size: 16px;
		display: block;		
	}
}

.section-title__link{
	span{
		font-size: 14px !important;
		color: #1E1E1E;
		margin-left: 5px;
	}

	svg{
		font-size: 16px;
		color: #1E1E1E;
	}
}

@media only screen and (max-width:768px){
	.section-title{
		h2{
			font-size: 24px !important;
		}

		> div{
			text-align: center;
			margin-bottom: 24px;
			justify-content: center !important;
		}

		span{
			font-size: 14px !important;
			line-height: 28px;
			text-align: center;
		}
		
	}

	.section-title__link{
		display: none !important;
	}

	.xs-show .section-title__link{
		display: block !important;
		margin-top: 40px;
	}
}

/*-- site btn ---*/

.site-btn{
    background-color: #fff;
    box-shadow: none;
    border: 0;
    border-radius: 3px;
    font-size: 15px;
    padding: 12px 20px;
    margin-top: 30px;
}

.site-btn:hover{
	opacity: 0.9 !important;
}

/*--- request-form-section ----*/

.request-form-section{
    position: relative;
    margin-top: 100px;
}

.request-form-section__inner{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 20px 5%;
}

.request-form-section__inner h3{
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 12px;
}

.request-form-section__inner p{
    font-size: 14px;
    color: #fff;
    font-weight: 100;
    line-height: 28px;
}

@media only screen and (max-width:768px){
	.request-form-section{
		height: 273px;
		border-radius: 5px;
		overflow: hidden;
		margin-top: 50px !important;

		img{
			height: 273px;
			object-fit: cover;
		}
	}

	.request-form-section__inner{
		padding: 36px 5% 20px;
	}

	.request-form-section__inner h3{
		text-align: center;
		font-size: 18px;
	}

	.request-form-section__inner p{
		text-align: center;
		text-align: center;
        font-size: 12px;
        line-height: 27px;
	}

	.request-form-section__inner .site-btn{
		width: 100%;
	}
}

/*--- home-links ---*/

.home-links{
    margin-top: 100px;
    margin-bottom: 30px;
}

.home-links__content{
    cursor: pointer;
}

.home-links__content img {
    filter: grayscale(1);
    margin: 0 auto 16px;
}
    
.home-links__content:hover img {
    filter: grayscale(0);
}

.home-links__content span{
    font-size: 12px;
    font-weight: 100;
    color: #1E1E1E;
    text-align: center;
    display: block;
}


.home-links__contents{
    margin-top: 50px;
}

@media only screen and (max-width:768px){
	.home-links{
		margin-bottom: 50px;
	}
}

/*--- membership ---*/

.membership{
    height: 729px;
    background: url('../images/membership.svg') no-repeat center center, url('../images/news.svg') no-repeat center center !important;
    padding: 0 12%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.membership header{
    font-size: 28px;
    font-weight: 700;
    color: #232077;
    text-align: center;
    margin-bottom: 35px;
}

.membership p{
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 28px;
}

.membership .site-btn{
    background-color: #232077;
    color: #fff;
    padding: 16px 34px;
}

@media only screen and (max-width:768px){
	.membership {
		height: 300px;
		background: url('../images/membership.svg') no-repeat center center, url('../images/news.svg') no-repeat top center !important;
		background-size: cover, 100% !important;
		text-align: center;
		padding: 0;
		margin-bottom: 50px;
	}

	.membership header{
		font-size: 20px;
	}

	.membership p{
		font-size: 14px;
	}

	.membership .site-btn {
		padding: 11px 27px;
		font-size: 14px;
	}
}

/*---- image-banner ----*/

.image-banner{
    position: relative;

	p{
		display: none;
		font-size: 14px;
		font-weight: 100;
		color: #fff;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 32px;
		padding: 0 16px;
	}
}


.image-banner > div{
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
}

.image-banner h1{
	font-size: 48px;
    color: #fff;
    font-weight: 900;
}

@media only screen and (max-width:768px){
	.image-banner{
		height: 480px;

		img{
			object-fit: cover;
			width: auto !important;
		}

		p{
			display: -webkit-box !important;
			text-align: center;
		}

		h1{
			text-align: center;
			font-size: 32px;
			margin-bottom: 20px;
		}
	}

	.image-banner > div{
		top: unset;
		bottom: 46px;
	}
}

img{
    transition: transform .3s ease-in-out;
}