*{
	padding: 0px;
	margin: 0px;
	border: none;
	direction: rtl;
}
body{
	width: 100%;
  	font-family:YekanBakh;
  	line-height: 1.8;
}
a, a:hover, a:focus{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
textarea{
	resize: none;
}
button, select{
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button, button:focus, 
input, input:focus,
select, select:focus,
textarea, textarea:focus{
	outline: none;
	background-color: inherit;
} 
input:focus,
select:focus,
textarea:focus{
	
    outline: 0;
}
section h1, section h2, section h3{
	margin-top: -50px;
    padding-top: 150px;
	width: 100%;
	text-align: center;
	font-size: 40px;
	font-weight: normal;
	color: #616161;
}
section h1 span,
section h2 span,
section h3 span{
	color: #1C2025;
	font-weight: 500;
}
section h4{
	font-size: 21px;
    font-weight: normal;
}
.motherBox{
	width: 100%;
}
/*header*/
	.mainPage .header{
		z-index: 1;
		padding: 0px;
		transition: .3s ease all;
		border-bottom: 2px solid rgba(187, 187, 187, 0.2);
		-webkit-box-shadow: 0px 3px 117px -74px rgba(187, 187, 187, 0.2);
		-moz-box-shadow: 0px 3px 117px -74px rgba(187, 187, 187, 0.2);
		box-shadow: 0px 39px 117px -74px rgba(187, 187, 187, 0.2);
		justify-content: space-between;
	}
	.mainPage header{
		z-index: 10000;
		width: 100%;
		position: relative;
		background-color: #EEF0F1;
	}
	.header, .logoMenu, nav ul{
		display: flex;
		align-items: center;
	}
	nav{
		height: 60px;	
	}
	nav ul, nav ul li, nav ul li a{
		height: 100%;
		display: flex;
		align-items: center;
	}
	nav ul{
		margin-bottom: 0px;
	}
	nav ul li{
		width: 135px;
		font-size: 16px;
		-webkit-transition: .3s ease all;
		-o-transition: .3s ease all;
		transition: 0.3s ease all;
	}
	nav ul li a{
		padding: 0px 18px;
		transition: unset;
		width: 100%;
	}
	nav ul li a:hover, nav ul li a.activeMenu{
		color: #fff!important;
	}
	nav ul li .activeMenu, nav ul li:hover{
		
	}
	nav ul li a img{
		padding-left: 10px;
	}
	nav ul li a svg{
		padding-left: 5px;
	}
	.logo{
	    height: 60px;
	    padding: 0px 15px;
	    overflow: hidden;
	    background-color: #f2f2f2;
	    display: flex;
	    align-items: center;
	}
	.row_box{
		display: none;
	}
	header .account a{
		display: flex;
	    align-items: center;
	    justify-content: space-between;
	}
	.account a{
		padding: 7px 5px;
		font-size: 14px;
		border-radius: 30px;
		margin: 0px 5px;
		transition: .3s ease all;
		color: #6b6b6b;
		width: 100%;
	}
	.account a svg{
		width: 15px;
		margin-right: 5px;
	}
	.acountLang .rounded-circle{
		width: 38px;
		height: 38px;
	}
	.profilePage .account a{
		padding: 5px 10px;
		border: 1px solid #ddd;
	}
	.language{
		color: #616161;
		margin-right: 20px;
		align-items: center;
		padding-top: 5px;
	}
	.language img{
		width: 25px;
		height: 25px;
		margin-right: 7px;		
	}
	.language p{
		margin-bottom: 0px;
		padding-top: 2px;
	}
	.languageItem, .selectedLang{
		display: flex;
		cursor: pointer;
		-webkit-transition: .3s ease all;
		-o-transition: .3s ease all;
		transition: .3s ease all;
	}
	.languageItem:hover{
		background-color: #eee;
	}
	.languageItem a{
		display: flex;
	    padding: 10px;
	    align-items: center;
	    width: 100%;
	    justify-content: space-between;
	}
	.acountLang{		
		display: flex;
		height: 60px;
		align-items: center;
		position: relative;
	}
	.otherLang{
		background-color: #fff;
		padding: 10px;
		text-align: center;
		border-radius: 10px;
		position: absolute;
		top: 100%;
		left: 0px;
		display: none;
	}
	.acountLang{		
		display: flex;
		height: 60px;
		align-items: center;
	}
	.changeSiteColor{
		cursor: pointer;
		padding-right: 20px;
	}
	.whiteBackground{
		position: absolute;
		bottom: 137px;
    	right: 0px;
		z-index: 27;
	    background: linear-gradient(rgb(237, 240, 241) 0%, rgba(237, 240, 241, 0) 100%, rgba(237, 240, 241, 0) 100%);
	    visibility: inherit;
	    transition: none 0s ease 0s;
	    text-align: inherit;
	    line-height: 22px;
	    border-width: 0px;
	    margin: 0px;
	    padding: 0px;
	    letter-spacing: 0px;
	    font-weight: 400;
	    font-size: 13px;
	    white-space: nowrap;
	    min-height: 126px;
	    min-width: 100%;
	    max-height: 126px;
	    opacity: 1;
	    transform: matrix(1, 0, 0, 1, 0, 0);
	    transform-origin: 50% 50% 0px;
	}
	/*.whiteTxtBack{
		position: absolute;
		width: 700px;
		height: 400px;
		background-color: rgba(255,255,255,.20)
	}*/
	.whiteTxtBack p a{		
	    background-color: unset;
	    padding: 0px;
	    font-weight: 500;
	}
	.whiteTxtBack h2{
		margin-top: 0px;
		padding-top: 0px;
		font-size: 22px;
	}
	.noticeContent h2{
		margin-top: 0px;
		padding-top: 0px;
		font-size: 22px;
		text-align: right;
	}
	.selectedColor{
		padding: 10px;
		
		border-radius: 20px;
		transition: 0.3s ease all;
	}
	.chooseSiteColor{
	    position: absolute;
	    width: 270px;
	    background-color: #fff;
	    left: 0px;
	    top: 100%;
	    display:none;
	    text-align: right;
	    border-radius: 5px;
	    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.10);
	}
	.chooseSiteColor ul{
		margin-bottom: 0px;
	}
	.chooseSiteColor ul li{
		cursor: pointer;
		padding: 10px;
		font-size: 14px;
	}
	.chooseSiteColor ul li:hover{
		background-color: #fafafa;
	}
	.chooseSiteColor ul li img{
		border-radius: 20px;
		padding: 10px;
		margin-left: 10px;
	}
	.greenSite img{
		background-color: #12D672;
		color:  #12D672;
		box-shadow: 0px 10px 20px rgba(18, 214, 114, 0.20);
	}
	.yellowSite img{
		color: #FF9A16;
		background: linear-gradient(90deg, rgba(255,154,22,1) 0%, rgba(255,198,0,1) 100%);
		box-shadow: 0px 10px 20px rgba(255, 188, 5, 0.15);
	}
	.orangeSite img{
		color: #FF4E54;
		background: linear-gradient(90deg, rgba(255,78,84,1) 0%, rgba(255,117,105,1) 100%);
		box-shadow: 0px 10px 40px rgba(255, 78, 84, 0.20);		
	}
	.blueSite img{
		color: #16C3E0;
		background: linear-gradient(90deg, rgba(22,195,224,1) 0%, rgba(22,222,215,1) 100%);
		box-shadow: 0px 10px 40px rgba(22, 195, 224, 0.20);
	}
	.headerText{
		z-index: 1000;
		display: flex;
		position: relative;
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
	}
	.headerText article{
		background-color: rgba(255,255,255,.20);
	    margin: -28px 0px -20px;
	    padding: 23px 70px 22px;
	    border-radius: 20px;
	    text-align: right;
	}
	.headerText h1{
		font-size: 28px;
		color: #616161;
		margin: 20px 0px;
		padding-top: 20px;
	}
	.headerText p{
		font-size: 16px;
		color: #616161;
		text-align: justify;
		letter-spacing: .4px;
	}	
	.orderHeaderBtn{
		padding: 5px 20px;
		color: #fff;
		transition: .3s ease all;
		width: max-content;
		border-radius: 30px;
		
	}
	.orderHeaderBtn:hover{
		-webkit-box-shadow: 0px 10px 20px rgba(18, 214, 114, 0.20);
		box-shadow: 0px 10px 20px rgba(18, 214, 114, 0.20);
	}
	.headerImage{
		z-index: 1;
		position: relative;
		cursor: crosshair;
	}
	.headerImage img{
		transition: .3s ease all;
	}
	.headerImage .imgHoverShow{
		display: none;
		position: absolute;
	    bottom: 0px;
    	left: -1px;
	}

	.headerImage:hover .imgHoverShow{
		display: block;
	}
	/* Animation */
		@keyframes fadeInDownImg {
		    from {
		        transform: translate3d(0,140px,0)
		    }

		    to {
		        transform: translate3d(0,0,0);
		        opacity: 1
		    }
		}

		@-webkit-keyframes fadeInDownImg {
		    from {
		        transform: translate3d(0,140px,0)
		    }

		    to {
		        transform: translate3d(0,0,0);
		        opacity: 1
		    }
		}			
		.fadeInDownImg {
		    opacity: 0;
		    animation-name: fadeInDownImg;
		    -webkit-animation-name: fadeInDownImg;
		}
		.animateSlider {
		    animation-fill-mode: both;
		    -webkit-animation-fill-mode: both
		}
		.animatedFadeInUp {
		    opacity: 0
		}
	/* Animation */
/*header*/
/*slider section*/
	.headSlider{
		margin: 0px;
		height: 94vh;
		background-color: #EEF0F1;
		overflow: hidden;
	}
	.bigSize img{
		width: 250px!important;
    	height: 170px!important;
	}
/*slider section*/
/*services section*/
	.services{
		background-image: url('../img/Ellipse 21.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		padding: 100px 0px;
		margin-top: -30px;
	}
	.services h3, .weblog h3{
		margin-bottom: 80px;
	}
	.servicesContent{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.servicesItem{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		height: 370px;
		background-color: #fff;
		padding: 10%;
		position: relative;
		border-radius: 10px;
		margin: 4% 0%;
		border: 1px solid #E7E7E7;
		text-align: center;
		-webkit-transition: .3s ease all!important;
		-o-transition: .3s ease all!important;
		transition: .3s ease all!important;
	}
	.servicesItem:hover{
		
	}
	.servicesItem:hover path, .servicesItem:hover rect, 
	.servicesItem:hover circle, .servicesItem:hover i,
	.servicesItem:hover p, .servicesItem:hover a{
		color: #fff!important;
		fill: #fff!important;
	}
	.servicesItem svg{
		width: 70px;
	}
	.servicesItem p{
		font-size: 22px;
	}
	.servicesItem span{
		height: 135px;
		overflow: hidden;
	}
	.seeSample{
		width: 70%;
		padding: 6px 0px 10px;
		border-radius: 30px;
		position: relative;
		display: flex;
		justify-content: center;
	}
	.seeSample a{
		width: 100%;
		display: flex;
		align-items: center;
		color: #8A8A8A;
		justify-content: center;
	}
	.seeSample a i{
		padding-right: 10px;
		
		position: relative;
		right: 0px;
		/*-webkit-transition: .3s ease all;
		-o-transition: .3s ease all;
		transition: .3s ease all;*/
	}
	.gifPic img{
		-webkit-box-shadow: 0px 10px 40px rgba(22,195,224,0.20);
		-moz-box-shadow: 0px 10px 40px rgba(22,195,224,0.20);
		box-shadow: 0px 10px 40px rgba(22,195,224,0.20);
	}
	/*Parallaaaaax Revolution by Mandana*/
		.multiMage{
			width: 100%;
			bottom: 0px;
			position: absolute;
    		right: 0px;
		}
		.parallaxSlider{
			position: absolute;
		    display: block;
		    visibility: visible;
		    transition: 0.5s ease all;
		    transform: matrix(1, 0, 0, 1, 0, 0);
		    z-index: 12;
		}
		.parallaxWrap{
			position: absolute;
    		display: block;
		}
		.parallaxMaskWrap{
			position: absolute;
		    display: block;
		    overflow: visible;
		}
		.parallaxImageItem{
			z-index: 12;
		    visibility: inherit;
		    transition: none 0s ease 0s;
		    text-align: inherit;
		    line-height: 0px;
		    border-width: 0px;
		    margin: 0px;
		    padding: 0px;
		    letter-spacing: 0px;
		    font-weight: 400;
		    font-size: 10px;
		    white-space: nowrap;
		    min-height: 0px;
		    min-width: 0px;
		    max-height: none;
		    max-width: none;
		    opacity: 1;
		    transition: .3s ease all;
		    transform: matrix3d(0.679308, 0.316766, 0.749533, 0, -0.75199, 0.429547, 0.5, 0, -0.154318, -0.852166, 0.5, 0, 0, 0, 0, 1);
		    transform-origin: 50% 50% 0px;
		    -webkit-box-shadow: 1px 1px 0px 0px #a3a9b3,2px 2px 0px 0px #a3a9b3,3px 3px 0px 0px #a3a9b3,4px 4px 0px 0px #a3a9b3,5px 5px 0px 0px #a3a9b3 !important;
		    -moz-box-shadow: 1px 1px 0px 0px #a3a9b3,2px 2px 0px 0px #a3a9b3,3px 3px 0px 0px #a3a9b3,4px 4px 0px 0px #a3a9b3,5px 5px 0px 0px #a3a9b3 !important;
		    box-shadow: 1px 1px 0px 0px #a3a9b3,2px 2px 0px 0px #a3a9b3,3px 3px 0px 0px #a3a9b3,4px 4px 0px 0px #a3a9b3,5px 5px 0px 0px #a3a9b3 !important;
		}
		.parallaxImageItem img{
			width: 200px;
		    height: 120px;
		    transition: none 0s ease 0s;
		    text-align: inherit;
		    line-height: 0px;
		    border-width: 0px;
		    margin: 0px;
		    padding: 0px;
		    letter-spacing: 0px;
		    font-weight: 400;
		    font-size: 10px;
		}
		/*.parallaxImageItem:hover{
			transform: none;
			z-index: 1000;
			cursor: pointer;
		}*/
	/*Parallaaaaax Revolution by Mandana*/
/*services section*/
/*ibanerBenefits*/
	.ibanerBenefits .lineorange {
	    
	    float: right;
	    width: 100%;
	    transition: .3s ease all;
	    position: relative;
	    top: 140px;
	}
	.ibanerBenefits ul{
		margin-top: 110px;
	}
	.ibanerBenefits li {
	    text-align: center;
	    list-style: none;
	}
	.ibanerBenefits li a{
		display: flex;
	    align-items: center;
	    width: max-content;
	    font-size: 15px;
	    justify-content: space-around;
	    position: relative;
	    margin: 0 auto;
	    padding: 3px 12px 5px;
	    border: 1px solid #E8E8E8;
	    border-radius: 27px;
	    color: #5E5E5E;
	    -webkit-transition: .3s ease all;
	    -moz-transition: .3s ease all;
	    -o-transition: .3s ease all;
	    transition: .1s ease all;
	}
	.ibanerBenefits li a:hover{
		border-color: #cecdcd;
	}
	.ibanerBenefits li a i{
		
		padding-right: 10px;
		transition: .3s ease all;
	}
	.ibanerBenefits li b {
	    float: right;
	    width: 100%;
	    height: 100px;
	}
	.ibanerBenefits li.animicon2 img {
	    top: -4px;
	}
	.ibanerBenefits li img {
	    padding: 0 10px;
	    background: #fff;
	    position: relative;
	    transition: .3s ease all;
	}
	.ibanerBenefits li p {
	    text-align: center;
	    line-height: 30px;
	    color: #585858;
	    font-size: 18px;
	    padding: 15px 35px;
	    height: 165px;
	    position: relative;
    	overflow: hidden;
	}
	.ibanerBenefits li p:after {
	    content: "";
	    text-align: right;
	    position: absolute;
	    bottom: 0;
	    right: 0;
	    width: 100%;
	    height: 3.2em;
	    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 50%);
	}
/*ibanerBenefits*/
/*statisticProgress*/
	.statisticProgress{
		background-image: url('../img/identidad-corporativa.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		width: 100%;
		display: flex;
		align-items: center;
		height: 350px;
		position: relative;
		background-attachment: fixed;
		overflow: hidden;
	}
	.proBack{
		background-color: rgba(15, 35, 60, 0.95);
		position: absolute;
		width: 100%;
		top: 0px;
    	height: 100%;
	}
	.circle-chart__subline{
		display: none;
	}
	.statisticProgress .progressChart {
	  display: flex;
	  justify-content: space-evenly;
	  max-width: 1630px;
	}
	.statisticProgress .container .box {
	  width: 100%;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  color: #fff;
	  display: none;
	  position: relative;
	}
	.statisticProgress .container .box img{
		position: absolute;
    	top: 42px;
	}
	.statisticProgress .container .box span {
	  display: block;
	  text-align: center;
	  color: #00C851;
	  margin-top: 10px;
	  font-size: 30px;
	  transition: .3s ease all;
	}
	.statisticProgress .container .box .chart {
	  position: relative;
	  width: 100%;
	  height: 100%;
	  text-align: center;
	  font-size: 40px;
	  line-height: 160px;
	  height: 160px;
	  color: #fff;
	}
	.statisticProgress .container .box canvas {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	}
	.success-stroke {
	    
	}
	.circle-chart__circle{
		stroke-width: .5px!important;
		transition: .3s ease all;
	}
	.circle-chart__background{
		stroke: rgba(255,255,255,.15)!important;
		stroke-width: .4px!important;
		transition: .3s ease all;
	}
/*statisticProgress*/
/*weblog*/
	.articlesItem{
		padding: 10px;
		border: 1px solid #CECECE;
		display: flex;
		justify-content: space-between;
		direction: rtl;
		margin-top: 30px;
		height: 200px;
		border-radius: 10px;
	}
	.circle-chart__percent{
		display: none;
	}
	.articleImg{
		overflow: hidden;
		width: 40%;
		position: relative;
	}
	.articleImg img{
		height: 100%;
	}
	.articleContent{
		text-align: right;
		padding: 10px;
		width: 60%;
		position: relative;
	}
	.articleContent p{
		height: 45%;
		line-height: 1.5;
    	overflow: auto;
    	color: #616161;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-moz-line-clamp: 3;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
	}
	.articleContent p::-webkit-scrollbar{
		width: 0px;
	}
	.seeMoreCont{
		float: left;
		color: #5E5E5E;
		display: flex;
    	align-items: center;
    	position: absolute;
	    bottom: -7px;
    	left: 5px;
	}
	.articleContent .send-time{
		font-size: 14px;
	    position: absolute;
	    bottom: -5px;
	}
	.articleContent .send-time i{
		padding-left: 5px;
	}
	.articleContent i{
		color: #5E5E5E;
		margin-right: 7px;
	}
	.divided {
	    display: flex;
	    align-items: center;
	    margin-bottom: 20px;
	}
	.seeMoreArtcl{
	    display: flex;
	    justify-content: space-between;
	    font-size: 14px;
	    padding: 3% 0%;
	    width: 100%;
	    margin: 40px 10px 0px;
	}
	.seeMoreArtcl a{
		font-size: 18px;
		padding: 5px 30px 0px;
	    border: 1px solid #ddd;
	    border-radius: 40px;
	    color: #777;
	}
	.seeMoreArtcl a:hover{
		
		color: #fff;
	}
	.divider {
	    flex-grow: 1;
	    border-bottom: 1.5px solid #e3e3e3;
	    margin: 5px;
	}
	.articlesItem:hover {
	    -webkit-box-shadow: 0px 0px 30px 0px rgba(208,208,208);
	    -moz-box-shadow: 0px 0px 30px 0px rgba(208,208,208);
	    box-shadow: 0px 0px 30px 0px rgba(208,208,208);
	    cursor: pointer;
	}
	.articlesItem:hover .articleImg{
	    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%, rgba(0,0,0,0.54) 49%, rgba(0,0,0,0) 100%);
	    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%,rgba(0,0,0,0.54) 49%,rgba(0,0,0,0) 100%);
	    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%,rgba(0,0,0,0.54) 49%,rgba(0,0,0,0) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	}
	.articlesItem  .articleImg{
	    position: relative;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.commentLike, .estimate{
	    width: 100%;
	    position: absolute;
	}
	.estimate {
	    position: absolute;
	    display: flex;
	    justify-content: center;
	    z-index: 1000;
	    color: #fff;
	    visibility: hidden;
	}
	.articlesItem:hover .estimate {
	    visibility: visible;
	}
	.articlesItem:hover .commentLike {
	    bottom: 10px;
	}
	.commentLike {
	    position: absolute;
	    bottom: -30px;
	    left: 10px;
	    color: #fff;
	    font-size: 14px;
	    z-index: 10;
	    display: flex;
	    justify-content: space-around;
	    width: 70px;
	    -webkit-transition: all 0.3s linear;
	    -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	}
	.articlesItem:hover img{
    	transform: scale(1.1);
	    opacity: .3;
	}
	.articlesItem img{
	    transition: 0.2s ease all;
	    -o-transition: 0.2s ease all;
	    -moz-transition: 0.2s ease all;
	}
/*weblog*/
/*clientComment*/
	.clientCommentSlider{
		direction: ltr;
		margin-top: 50px;
	}
	.commentTxt{
		border: 2px solid #EFEFEF;
	    padding: 20px;
	    position: relative;
	    height: 200px;
	    text-align: right;
	}
	.commentFooter, .nameCompany{
		display: flex;
	}
	.clientImage{
		width: 68px;
		height: 68px;
		overflow: hidden;
		padding: 2px;
	    border: 1px solid #c1c1c1;
	    border-radius: 40px;
	}
	.clientImage img{
		width: 100%;
	}
	.clientInfo, .clientCommentItem{
		display: flex;
		flex-direction: column;
	}
	.commentFooter{
		padding: 10px 30px 0px 0px;
	}
	.clientInfo{
		margin-right: 10px;
	}
	.clientLogo img{
		height: 20px;
	}
	.nameCompany span{
		font-size: 13px;
		color: #BFBFBF;
	}
	.dash{
		padding: 0px 10px;
		color: #BFBFBF;
	}
	.arrowBox{
		position: absolute;
		bottom: -23px;
    	right: -2px;
	}
	.slick-arrow .fa-chevron-left{
		position: absolute;
		bottom: -50px;
		padding: 10px 15px;
		left: 45%;
		color: #BFBFBF;
		border: 1px solid #BFBFBF;
		border-radius: 30px;
		font-size: 14px;
		transition: .3s ease all;
	}
	.slick-arrow .fa-chevron-right{
		position: absolute;
		bottom: -50px;
		padding: 10px 15px;
		left: 55%;
		color: #BFBFBF;
		border: 1px solid #BFBFBF;
		border-radius: 30px;
		font-size: 14px;
		transition: .3s ease all;
	}
	.slick-arrow i:hover{
		cursor: pointer;
		
		
	}
/*clientComment*/
/*customer logos*/
	.logoSlider{
		padding-bottom: 50px;
		margin-top: 150px;
	}
	.customer-logos{
		margin-top: 70px;
	}
	.slick-list{
		direction: ltr;
		padding: 0px!important;
	}
	.slick-initialized .slick-slide{
		display: flex;
		justify-content: center;
		margin: 0px 10px;
		outline: none;
	}
	.slick-track{
		display: flex;
		align-items: center;
		direction: ltr;
	}
	.singleItemThumbnail .slick-track{
		width: 40%!important;
		margin-top: 20px;
	}
	.singleItemThumbnail .slick-dots{
		display: none;
	}
	.workSampleContent .modal-body img#dialog_image{
		width: 100%;
	}
/*customer logos*/
/*footer Menu*/
	footer{
		display: flex;
		flex-wrap: wrap;
		padding: 50px 150px 20px;
		
		transition: .3s ease all;
		background-color: #F7F7F7;
		background-image: url('../img/ibaner-footer.png');
		background-repeat: no-repeat;
		background-position: right 150px center;
	}
	footer .footerBot{
		display: flex;
		justify-content: center;
		color: #616161;
		margin-top: 50px;
	}
	.designBy a{
		
		transition: .3s ease all;
	}
	footer .copyRight{
		direction: ltr;
		position: absolute;
		left: 0px;
		color: #9D9D9D;
		font-size: 12px;
		padding-top: 10px;
	}
	.footerMenu{
		display: flex;
		width: 60%;
	}
	.footerMenuItem{
		display: flex;
		flex-direction: column;
		text-align: right;
	}
	.footerMenuItem a{
		margin-bottom: 8px;
		color: #616161;
	}
	.footerMenuItem h5, .footerContactUs h5{
		font-size: 25px;
		margin-bottom: 1.5rem;
		color: #1C2025;
	}
	.social{
		display: flex;
		align-items: center;
		margin-bottom: 1rem;
	}
	.social p{
		margin-bottom: 0px;
		padding-right: 10px;
	}
	.footerContactUs{
		width: 40%;
		color: #fff;
		text-align: center;
		direction: rtl;
	}
	.footerContactUs input{
		border-radius: 30px;
	}
	.footerContactUs textarea{
		border-radius: 10px;
		min-height: 85px;
	}
	.footerContactUs h5{
		text-align: right;
		padding-right: 30px;
	}
	.footerMenuItem .phone{
		direction: ltr;
	}
	.footerContactUs input:not(.nameMob), .footerContactUs textarea{
		width: 100%;
	}
	.footerContactUs input, .footerContactUs textarea{
		background-color: rgba(255, 255, 255, 0.5);
		margin-bottom: 10px;
		padding: 10px;
	}
	.footerContactUs input::placeholder, .footerContactUs textarea::placeholder{
		color: #fff;
		font-size: 15px;
	}
	.nameMob{
		width: 48%
	}
	.footerContactUs form{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 10px 30px;
	}
	.footerContactUs form button{
		float: left;
		color: #fff;
		background-color: #F5813C;
		width: 100px;
		padding: 5px;
		border-radius: 20px;
	}
	.submit{
		width: 100%;
		text-align: left;
	}
	footer .socialNetwork{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	footer .socialNetwork .socialNetworkItem{
		padding: 10px 15px;
		background-color: #fff;
		border: 1px solid rgba(210,210,210,0.31);
		display: flex;
		color: #1C2025;
		align-items: center;
		border-radius: 10px;
		text-align: right;
	}
	footer .socialNetwork .socialNetworkItem p{
		margin-bottom: 0px;
		padding-right: 50px;
		font-size: 15px;
	}
	.footerContactUs .eNamad{
		height: 100%;
		display: flex;
	    overflow: hidden;
	    justify-content: space-between;
	    flex-direction: column;		
	}
	.footerContactUs .eNamad img{
		width: 100%;
	}
/*footer Menu*/
