@import url(https://fonts.googleapis.com/css?family=Raleway:700,400,300);

html, h1, h2, h3, h4, h5, h6, p {
    font-family: 'Behdad-Regular', 'Arial', 'Raleway', sans-serif;
}
p {
    line-height: 24px;
    font-size: 15px;
    font-family: 'Behdad-Regular', 'Arial', 'Raleway', sans-serif;
    direction: ltr;
}

h1, h2, h4{
	font-weight: bold;
	color: #fff;
}

h4{
	text-transform: uppercase;
	color: #fff;
}

h1, h2, h3, h4, h5, h6, p, img, .btn {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #444444;
}

.container{
	overflow: hidden;
}

.head{
	background-image: url("../images/bg-img-2.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-width: 0;
    min-height: 652px;
    width: auto;
}

.logo{
	margin-top: 50px;
}

.social img{
	margin-top: 65px;
	float: right;
	padding-left: 14px;
}

.main-content{
	margin-top: 84px;
	color: #000;
}

.main-content h1{
	font-size: 52px;
	line-height: 74px;
	color: #fff;
}

.main-content p{
	font-weight: 400;
	font-size: 20px;
	line-height: 35px; 
	color: #fff;
}


.home-btn{
	margin-top: 22px;
	font-size: 18px;
	width: 180px;
	height: 42px;
	border-radius: 5px;
	background-color: #D8D8D8;
	color: #000;
	/*margin-right: 20px;*/
	border: none;
}

.home-btn:hover{
	color: #fff;
	background-color: #000;
}

.services{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #6B6868;
	color: #fff;
	text-align: center;
}

.services-list{
	padding-top: 30px;
	padding-bottom: 30px;
}

.services h4, .services p{
	padding-right: 30px;
	padding-left: 30px;
}

.services h4{
	padding-bottom: 4px;
	margin-top: 28px;
}

.services-list:hover h4{
	letter-spacing: 0.5px;
}

.title-description{
	font-size: 16px;
}

.features{
	margin-bottom: 80px;
	margin-top: 70px;
	color: #6b6868;
}

.features-title{
	margin-bottom: 70px;
	text-align: center;
}

.dark-stroke{
	border-bottom: 2px solid #6b6868;
	width: 80px;
	margin-top: 12px;
	margin-bottom: 18px;
	
}

.features-left{
	text-align: right;
	margin-top: 40px;
}

.features-right{
	text-align: left;
	margin-top: 40px;
}

.features-left h4, .features-left p{
	padding-right: 60px;
}

.features-left div:hover h4, .features-right div:hover h4{
	color: #202020;
}

.features-right h4, .features-right p{
	padding-left: 60px;
}

.features-left div, .features-right div{
	margin-bottom: 36px;
}

.features-list-1 img, .features-list-2 img, .features-list-3 img{
	transform:translate(0px, 66px);
}

.features-list-4 img, .features-list-5 img, .features-list-6 img{
	transform:translate(0px, 66px);
}


.appmockup{
	position: relative;
	text-align: center;
}

.phone-img{
	position: absolute;
	text-align: center;
	-ms-transform: translate(-261px, 0px);
	-webkit-transform: translate(-261px, 0px);
	transform:translate(-261px, 0px);
	top: 70px;
	


}

.phone-mockup img{
	/*float: right;*/
	vertical-align: bottom;
	height: 532px;
	width: auto;

}


.screenshots-title{
	margin-bottom: 70px;
	text-align: center;
}

.screenshots{
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f8f8f8;
}

#owl-slider .item{
	margin: 3px;
}
#owl-slider .item img{
	display: block;
	height: auto;
	width: 100%;
	border-radius: 5px;
	text-align: center;
	opacity: 0.9;
	transform: scale(0.95);
    }

#owl-slider .item img:hover{
	opacity: 1;
	transform: scale(1.0);
}

.form-inline{
	padding-top: 20px;
}
@media (min-width: 768px) {

	.form-inline .form-control{
		width: 400px;
		height: 46px;
		background-color: #545151;
		color: #fff;
		border-color: #666666;
	}
}
@media (max-width: 768px) {

	.form-inline .form-control{
		width: 95%;
		height: 46px;
		background-color: #545151;
		color: #fff;
		border-color: #666666;
	}
}

.form-inline .btn{
	width: 100px;
	height: 46px;
	background-color: #545151;
	color: #fff;
	border-color: #666666;
}

.form-section{
	background-image: url('../images/bg-img-2.jpg');
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-width: 0;
    width: auto;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
}

.form-section p{
	margin-top: 14px;
}

.white-stroke{
	border-bottom: 2px solid #ffffff;
	width: 80px;
	margin-top: 12px;
	margin-bottom: 18px;
	
}

.our-clients{
	text-align: center;
	margin-top: 70px;
	margin-bottom: 70px;
	color: #6b6868;

}

.clients-title{
	margin-bottom: 70px;
	text-align: center;
}

.clients-stroke{
	border-bottom: 2px solid #6b6868;
	width: 80px;
	margin-top: 12px;
	margin-bottom: 14px;	
}

.our-clients div{
	padding-right: 30px;
	padding-left: 30px;	
}

.clients-list div:hover h4{
	color: #202020;
}

.clients-list h4{
	padding-top: 20px;
	padding-bottom: 0px;
	margin: 0px;
}

.clients-logos{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #6B6868;

}

.faq{
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #f8f8f8;
}

.faq h4{
	text-transform: none;
	color: #6B6868;	
}

.faq-title{
	margin-bottom: 40px;
	text-align: center;
}

.faq-list div{
	padding-top: 30px;
}

.faq-list div:hover h4{
	color: #202020;
}

.download-section{
	margin-top: 50px;
	margin-bottom: 50px;
	color: #6b6868;
}

.download-section h2{
	font-size: 26px;
	text-align: center;
}
.download-section p{
	text-align: center;
}
.download-section a{
	text-align: center;
}
.btn-lg{
	/*float: right;*/
	border-radius: 5px;
	color: #fff;
	background-color: #6b6868;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 90%;
	margin-top: 22px;
}

.btn-lg:hover{
	background-color: #202020;
	color: #fff;
}

.footer-info{
	padding-top: 30px;
	padding-bottom: 24px;
	background-color: #6B6868;
	color: #fff;
}

.footer-info img{
	width: 150px;
	height: auto;
}

.footer-nav ul{
	text-decoration: none;
	text-align: center;
	list-style-type: none;
	margin-top: 10px;
}

.footer-nav li{
	display: inline;
	padding: 6px;
}

.footer-nav li a{
	color: #c0c0c0;
}

.footer-info p{
	color: #fff;
	margin-top: 10px;
	text-align: center;
}

@media only screen and (min-width : 768px) {
		.phone-mockup img{
		/*float: left;*/
		}
}

/* Added By Ehsan */
.header-text
{
	direction:ltr;
	color: white;
}

h1{
	font-weight: bold;
	color: #444444;

}

h2{
	font-weight: bold;
	color: #fff;
}

form h2
{
	font-weight: bold;
	color: #000;
	font-family: 'Behdad-Regular', 'Arial', 'Raleway', sans-serif;
}

form a
{
	font-size: 14px;
}

form p
{
	display: block;
}

.download-section h2
{
	color: #444444;
}

footer h3
{
	color: #cacdbf;
}

@media (max-width: 768px) {

	 .phone-mockup img{
		width: 100%;
	}
}

.form-section p
{
	text-align: right;
	color: #fff;	
	font-size:16px;
}

.form-section h1
{
	color: #fff;	
}