/* css file of appra themeplate */ 
@font-face {
  font-family: Iransans;
  src: url(fonts/IRANSans-fa.woff);
}
body{
font-family:Iransans;
line-height:1.7;
}
section{
	padding: 90px 0px;
}
html {
font-family: Iransans;
font-size:16px;
line-height:1.5;
color:#000;
}
h1, 
h2,
h3,
h4, 
h5, 
h6{
	font-family:Iransans;
    color: #111;
}
.font-12{
font-size:12px;
}
.font-18{
font-size:18px;
}
.font-14{
font-size:14px;
}
.font-20{
font-size:20px;
}
.font-22{
font-size:22px;
}
.font-26{
font-size:26px;
}
.line-height-2{
line-height:1.8;
}
.text-center p {
line-height:1.8;
}
.btn{ 
	font-size: 15px;
    padding: 12px 30px;
}
.section_head{
	margin-bottom: 30px;
}
.button{
	color: #fff;
	padding: 10px 40px;
	border: none;
	border-radius: 5px;
	font-weight: bold;
	float: left;
}
.background{
	background-size: cover !important;
}
.parallax{
	background-attachment: fixed !important; 
}
.overlay{
	position: relative;
}
.overlay::before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	opacity: 0.9;
}
.mb-2r{
    margin-bottom: 2rem;
}
@media (max-width: 575.98px) {
    .xs-mb-1{margin-bottom: 0.25rem;}
    .xs-mb-2{margin-bottom: 0.5rem;}
    .xs-mb-3{margin-bottom: 1rem;}
    .xs-mb-4{margin-bottom: 1.5rem;}
    .xs-mb-5{margin-bottom: 3rem;}
    .xs-mb-2r{margin-bottom: 2rem;}
    
}
@media (max-width: 767.98px) {
    .sm-mb-1{margin-bottom: .25rem;}
    .sm-mb-2{margin-bottom: 0.5rem;}
    .sm-mb-3{margin-bottom: 1rem;}
    .sm-mb-4{margin-bottom: 1.5rem;}
    .sm-mb-5{margin-bottom: 3rem;}
    .sm-mb-2r{margin-bottom: 2rem;}
}
@media (max-width: 991.98px) {
    .md-mb-1{margin-bottom: .25rem;}
    .md-mb-2{margin-bottom: 0.5rem;}
    .md-mb-3{margin-bottom: 1rem;}
    .md-mb-4{margin-bottom: 1.5rem;} 
    .md-mb-5{margin-bottom: 3rem;}
    .md-mb-2r{margin-bottom: 2rem;}
}
/******************** Navbar And Banner *****************/
.nav-item{
margin-right:15px;
}
@media(max-width:50px){
.logo{
width:50px;
height: auto;
}
}
@media(max-width:992px){
.main-matn{
padding-left:30px;
}
}
@media(min-width:992px) and (max-width:1200px){
.main-matn{
padding-left:120px;
}
}
@media(min-width:1200px){
.main-matn{
padding-left:270px;
}
}
@media(max-width:437px){
.sm-mb-5 a img{
margin-bottom:15px;
}
}
.main-matn-1{
font-size:30px;
line-height:1.8;
}
.main-matn-2{
line-height:1.8;
}
@media (max-width: 400px) {
    .navbar-brand img{
        max-width: 200px;
    }
}
.banner-phone{
position:absolute;
right: 0;
top: 0;
z-index: 111;
bottom:50px;
}
@media (max-width: 991.98px) {
    .navbar-expand-lg{
        background: #fff !important;
    }
    .navbar{
        margin-top: 0 !important;
    }
    .nav-link{
        color: #666 !important;
    }
    .nav-item {
        border-bottom: solid 1px #ccc;
        padding: 10px 0;
    }
    .nav-item:last-child{
        border-bottom: none;
    }
    .logo-color{
        display: block;
    }
    .logo-white{
        display: none;
    }
}
.item img{
width:auto !important;
}
.jumbotron::before{
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
opacity: 0.6;
background: #0f021b;
}
.jumbotron{
background: url(../img/bg2.png) center ;
background-size: cover;
position: relative;
padding: 120px 0px 150px;
color: #fff;
}
#particles-js{
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
}
/******************** About *****************/
.section_head {
    margin-bottom: 30px;
}
.abo p {
line-height:1.8;
}
.about_features {
    margin-top: -230px;
    background: #fff;
    position: relative;
    padding: 3.5rem 2.5rem;
}
.mb-2r {
    margin-bottom: 2rem;
}
.icon, .icon-cirlce, .pricing_title, .icon-circle {
    color: #770DDB;
    background: linear-gradient(to bottom right, #C845AA, #770DDB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.list-with-icon {
    margin-left: 0;
    padding-right: 0;
    margin-top: 15px;
    margin-bottom: 20px;
}
.list-with-icon li {
    list-style-type: none;
    padding-left: 0;
    line-height: 2;
}
.icon-circle{
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 10px;
    border-style: solid;
    border-width: 1.5px;
}
.icon-circle .icon{
    font-size: 30px;
    margin-top: 16px;
}
.button,
.heading,
.heading::after,
.sign_up_button,
.play-button
{
	background-color: #770DDB;
	background-image: linear-gradient(to top left, #C845AA, #770DDB);
}
.heading {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 300;
    margin-top: -9px;
	font-size:24px;
}
@media (max-width: 575.98px) {
    .heading{
        font-size: 32px;
    }
    h3{
        font-size: 1.5rem;
    }
}
.button{
	color: #fff;
	padding: 10px 40px;
	border: none;
	border-radius: 5px;
	font-weight: bold;
	float: right;
}
.play-button{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    padding-right: 25px;
    font-size: 48px;
    line-height: 100px;
    transition: 0.5s;
}
.play-button:hover{
    transform: scale(1.1);
}
/******************** Features *****************/
.feature{
    background: #eee;
}
.feature-icons{
margin-left:20px;
}
.se-part{
padding-bottom:0px;
}
@media(min-width:1200px){
.se-part{
padding-bottom:20px;
}
}
/******************** Screenshots *****************/
.owl-carousel .owl-item img{
	width: auto;
	display: inline;
    margin-top: 0 !important;
}
.section_head{
	margin-bottom: 30px;
}
.owl-carousel .owl-item img{
    border-radius:10px;
}
.owl-carousel .owl-item img{
	width: auto;
	display: inline;
    margin-top: 0 !important;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
    font-size: 38px !important;
    padding: 0 5px !important;
    line-height: 1;
    outline: none;
    color: #bbb !important;
}
/******************** Pricing *****************/
.price_box{
	transition: all linear 0.3s;
}
.price_box:hover{
	margin-top: -10px;
}
.pricing_top{
	background: #fff;
	border-radius: 8px 8px 0 0;
    padding: 30px 0 5px;
}
.pricing_title{
font-size:22px;
}
.price_box h5{
    margin-bottom: 12px;
	font-size:22px;
	letter-spacing: .01em;
	font-weight: 400;
}
.price_box h2{
    font-size: 3.6em;
	line-height: 1.25;
	font-weight: 300;
}
.pricing_bottom{
	background: #fff;
    border-radius: 0 0 8px 8px;
    padding: 5px 30px 30px 30px;
}
.pricing_bottom ul{
	list-style: none;
}
.pricing_bottom ul li{
	font-weight: 400;
    line-height: 2.5;
    position: relative;
	color: #666;
}
.sign_up_button{
    color: #fff;
    padding: 12px 0;
    border: none;
    border-radius: 5px;
    letter-spacing: 1px;
    float: none;
    width: 100%;
	font-size:16px;
}
.background{
	background-size: cover !important;
}
.jumbotron .owl-carousel .owl-item img{
    border-radius: 60px;
}
/******************** Team *****************/
.team{
	background: #eee;
}
.team_expert{
	position: relative;
}
.team_info{
	width: 1px;
	height: 1px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	background: linear-gradient(to bottom right, #C845AA, #770DDB);
	opacity: 0.8;
	transition: all linear 0.3s;
	
}
.team_expert:hover .team_info{
	width: 100%;
	height: 100%;
	padding-top: 100px;
	border-radius: 0;
	top: 0;
	left: 0;
}
.team_info a{
	color: #fff;
    padding: 0 5px;
    font-size: 16px;
}
.team_info h4{
	letter-spacing: 1px;
    margin-bottom: 3px;
    font-weight: 600;
}
.team_expert p{
	margin-top: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}
/******************** User's Comment *****************/
.owl-carousel .owl-item img{
	width: auto;
	display: inline !important;
    margin-top: 0 !important;
}
.testimonial-item img{
	margin-bottom: 15px;
}
.testimonial-item h5{
	margin-bottom: 5px;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
    font-size: 38px !important;
	background-color:#FFF;
	border:none;
    padding: 0 5px !important;
    line-height: 1;
    outline: none;
    color: #bbb !important;
}
.testimonial blockquote{
    font-size: 16px;
}
.testimonial .owl-dots{
    display: none;
}
.blockquote-footer{
    color: #5f6368;
}
/******************** Download *****************/
@media (max-width:350px){
    .download_icon{
        width: 125px;
    }
}
/******************** Contact *****************/
.contact{
	background: #eee;
}
.contact .form-field:nth-child(odd){
    padding-right: 7px;
}
.contact .form-field:nth-child(even){
    padding-left: 7px;
}
@media (max-width: 767.98px) {
   .contact .form-field:nth-child(odd){
        padding-right: 15px;
    }
    .contact .form-field:nth-child(even){
        padding-left: 15px;
    } 
}
.form-field input{
padding-right:15px;
border-radius: 5px;
font-size:12px;
}
.location_map{
    border-radius: 10px;
    border: solid 2px #eaeaea;
    box-shadow: 0 5px 20px #ddd;
}
/******************** Footer *****************/
.footer{
	background: #404040;
    padding: 40px 0;
}
.footer p{
	color: #979797;
    font-size: 14px;
    margin-top: 7px;
	margin-bottom: 0;
    letter-spacing: .01em;
    font-weight: 300;
}

.footer_icon .fa{
	padding: 0 8px;
    font-size: 22px;
    color: #979797;
}
.footer_icon .fa:hover{
	color: #007bff;
}

