@import url(theme.css);

@-webkit-keyframes rotate{0%{stroke-dashoffset: 100;}100%{stroke-dashoffset: 0;}}
@-moz-keyframes rotate{0%{stroke-dashoffset: 100;}100%{stroke-dashoffset: 0;}}
@keyframes rotate{0%{stroke-dashoffset: 100;}100%{stroke-dashoffset: 0;}}

.home-banner{min-height: 500px;}

.banner-section .home-banner .body{
	text-align: center;
}

.banner-section .home-banner .body h1{
	font-size: 48px;
	font-weight: 100;
	margin-bottom: 0.5rem;
}

.banner-section .home-banner .body h1 em{
	font-weight: 600;
}

.feature-section .feature-body{
	padding-top: 0 !important;
}

.feature-section .feature-body p {
	font: 100 16px/1.6 "Shabnam", sans-serif;
}

/*====================*/
.our-data-section{
	margin: 4rem 0 2rem 0; 
}

.our-data-section .data-container{
	background: rgba(244,249,254,1) url('../img/svg/landing-curves-blue.svg');
	background-position: right 50px bottom 30px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 4px;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.our-data-section .data-container .box>div{
	background: #ffffff;
	min-height: 120px;
	border-radius: 4px;
	padding: 0 2rem;
}

.our-data-section .data-container .box span{
	display: block;
	font-weight: bold;
	font-size: 38px;
	line-height: 1;
}

.our-data-section .data-container .box.born span{
	color: #e7305b;
}

.our-data-section .data-container .box.clients span{
	color: #ffad00
}

.our-data-section .data-container .box.data span{
	color: #01c5c4;
}

.our-data-section .data-container .box p{
	color: #082137;
	font: 600 14px/1.6 "Shabnam", sans-serif;
	margin: 0;
}
/*====================*/

.feature-section>div, .feature-section .feature-figure{
	min-height: 350px;
}

.feature-section>div{
	padding: 2rem 0;
}

svg.import #circle_storke{
	stroke-dasharray: 10;
	stroke-dashoffset: 100;
	-webkit-animation: rotate 4s ease infinite forwards;
	-moz-animation: rotate 4s ease infinite forwards;
	animation: rotate 4s ease infinite forwards;
}


/*====================*/
.feature-section div.feature-body ul.core-values li.value{
	margin-bottom: 3rem;
}

.feature-section div.feature-body ul.core-values li.value i{
	width: 69px;
	height: 69px;
	display: inline-block;
	background: rgba(244,249,254,1);
	color: rgb(10,111,249);
	border-radius: 50%;
	position: relative;
}

.feature-section div.feature-body ul.core-values li.value i:before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.feature-section div.feature-body ul.core-values li.value h3{
	position: relative;
	font: 400 18px/1.6 "Vazir", sans-serif;
	margin-bottom: 0;
	padding-right: 21px;
}

.feature-section div.feature-body ul.core-values li.value h3:before{
	content: "";
	position: absolute;
	width: 12px;
	height: 2px;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	background-color: rgb(10,111,249);
}

.feature-section div.feature-body ul.core-values li.value p{
	margin-top: 0.5rem;
}
/*====================*/


/*====================*/
.clients-section{
	margin-top: 3rem;
}

.clients-section>div{
	padding-top: 2rem;
}

.clients-section .client-top h2{
	margin: 0;
}

.clients-section .client-top p{
	font: 16px/22.4px "Shabnam", sans-serif;
}

.clients-section .row-holder{
	margin: 2rem 0 0 0;
}

.clients-section .logo-row>div{
	min-height: 160px;
	border: 1px solid #FFFFFF;
}

.clients-section .logo-row>div img{
	max-width: 100%;
}
/*====================*/

/*====================*/
.careers-section{
	scroll-margin-top: 40px;
	scroll-snap-margin-top: 40px;
}

.careers-section .data-container{
	background: rgba(244,249,254,1);
	background-position: right 50px bottom 30px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 4px;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.careers-section .data-container i{	
	color: #ff0049;
}

.careers-section .data-container h2{
	margin-bottom: 0;
}

.careers-section .data-container p{
	font: 16px/22.4px "Shabnam", sans-serif;
}
/*====================*/


/* Smartphones (portrait) ----------- */
@media only screen and (min-width: 320px) and (max-width: 479px){
	.top_content{
		padding-top: 130px !important;
	}

	.top_section:before{
		height: 50px !important;
	}

	.top_content .top_content_info{
		padding-top: 0 !important;
	}

	.top_content .top_content_info .top_content_title{
		font: 900 36px/36px "Vazir", sans-serif !important;
	}

	.our-data-section .data-container>.box{
		margin-bottom: 2rem;
	}

	.our-data-section .data-container>.box:last-child{
		margin-bottom: 0;
	}

	.careers-section .data-container h2, .careers-section .data-container p{
		text-align: center;
	}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 480px) and (max-width: 767px){
	.top_content{
		padding-top: 130px !important;
	}
	.top_content .top_content_info{
		padding-top: 0 !important;
	}
}

/* Tablets ----------- */
@media only screen and (min-width: 768px) and (max-width: 991px){
	.no-left-padding, .no-right-padding{
		padding: 0;
	}
}

/* Desktops and laptops and Tablets (landscape) ----------- */
@media only screen and (min-width: 992px) and (max-width: 1140px){
}