@font-face {
	font-family: "primary-font";
	src: url("fonts/shabnam-400.eot");
	src: url("fonts/shabnam-400.eot?#iefix") format("embedded-opentype"),
		 url("fonts/shabnam-400.woff2") format("woff2"),
		 url("fonts/shabnam-400.woff") format("woff"),
		 url("fonts/shabnam-400.ttf") format("truetype");
	font-weight: 400;
}
body{
    background-color: #fff;
	font-family: "primary-font", "segoe ui", "tahoma"; 
}
html {
    scroll-behavior: smooth;
}
.text{
	line-height: 35px;  
    text-align: justify;
    padding: 15px;
}
.navbar-collapse {
    padding-right: 0px !important;
    padding-left: 0px !important;
	    background-color: #ececec;
}
.navbar-fix {
    z-index: 100;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 102px;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #333333;
    font-weight: 800;

}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #212b35;
    background-color: #5ab9e9;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 0;
}
.navbar-form1 {
    margin-top: 30px;
}
.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
    color: #212b35;
    border-bottom: 0px solid rgba(0, 0, 0, 0.05);
	    margin-top: 40px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #212b35;
    font-weight: 800;
    padding-left: 20px;
    padding-right: 20px;

    margin-bottom: 0px;
    transition: all 0.5s ease;
}
.navbar-right{
    margin-top: 5px;
    margin-bottom: 5px;
    list-style-type:none;
	margin-bottom: -40px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #5ab9e9;
    background-color: transparent;
    transition: all 0.5s ease;
}
.header-social-links {
    padding-right: 20px;
    margin-right: 5px;
    border-right: 1px solid #333333;
    margin-top: 15px;
}
.header-social-links a {
    color: #333333;
    padding-left: 6px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
    font-size: 18px;
}
.header-social-links a:hover {
    color: #5ab9e9;
    text-decoration: none;
}
.far {
    position: relative;
    top: 2px;
    margin-left: 3px;
    margin-right: 3px;
    display: inline-block;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.namad {
    position: fixed;
    bottom: 10;
    left: 10;
    z-index: 999;

    border: 1px solid #e0e3eb;
    border-radius: 0;
    height: auto;
    width: auto;
    align-items: center;
    vertical-align: middle;
}

.header{
    background-color: #fff;  

    /*background-image: url(images/theme/son-clipart-animated-gif.gif);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 300px auto;*/
    background-color: -webkit-linear-gradient(to right, #ef473a, #cb2d3e);  
    background-color: linear-gradient(to right, #ef473a, #cb2d3e); 
    width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
    padding: 40 0 0 0;
    border-bottom: 5px solid #333333;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-image: url(images/theme/footer.png);
}
.header-logo{
    background-image: url(images/theme/parsjoya-logo.gif);
    background-size: 270px auto;
    background-position: 50% 90%;
    background-repeat: no-repeat;
    height: 50%;
    padding: 0 0 0 0;
}
.header-title-en {
    font-family: 'Ubuntu', sans-serif;
    font-size: 65px;
    color: #212b35;
    text-align: center;
    line-height: 10px;
    font-weight: bold;
    margin: -40 0 0 0;
}
.header-title-fa {
    font-size: 44.5px;
    color: #212b35;
    text-align: center;
    line-height: 55px; 
}
input {
    width: 100% !important;
    display: inline-block;
    color: #6c6c6c;
    border: 2px solid #fff;
    background-color: #fff;
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    text-shadow: none;
    text-align: center;
    border-radius: 25px;
}
input:focus {
    width: 100% !important;
    display: inline-block;
    color: #6c6c6c;
    border: 2px solid white !important;
    background-color: #fff;
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    text-shadow: none;
    text-align: center;
    border-radius: 25px;
    outline: none!important;
}
input::placeholder{
    color: #6c6c6c;
}
#submit {
    width: 100% !important;
    display: inline-block;
    background-color: #5ab9e9;  
    color: #333333;
    border: 2px solid #333333;
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    text-shadow: none;
    text-align: center;
    border-radius: 25px;
    transition: all 0.5s ease;
}
#submit:hover {
    width: 100% !important;
    display: inline-block;
    background-color: #333333;
    color: #fff;
    border: 2px solid #333333;
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    text-shadow: none;
    text-align: center;
    border-radius: 25px;
    transition: all 0.5s ease;
}
.bounce-arrow{
    padding: 100 0 0 0;
}
.TablighatBox {
    max-height: 80px;
    padding: 20 15 10 15;
}
.TablighBox {
    background-color: #fff;
    border-left: 3px solid #e0dada;
    border-right: 3px solid #e0dada;
    display: initial;
    float: right;
    font-size: 1.1em;
    margin: 25 0 25 0;
    padding: 0;
    text-align: center;
}
.main-body{
    height: 350;
}
.section-title {
    text-align: center;
    padding-bottom: 5px;
}
.section-title h2 {
     font-size: 16px; 
     font-weight: bold; 
     text-transform: uppercase; 
     margin-bottom: 20px; 
     padding-bottom: 20px; 
     position: relative; 
}
.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #5ab9e9;
    bottom: 0;
    left: calc(50% - 25px);
}
.section-body h6{
    color:#cacaca;
}    
.section-body a{
    color:#5ab9e9;
    text-decoration: none;
}
.section-body {
    margin: 10 0 25 0;
    padding: 0 0 0 0;
    border-radius: 0;
    height: auto;
    width: 100%;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    padding-top: 15px;
    transition: all 0.5s ease;
}
.section-body:hover {
    margin: 30 0 25 0;
    border-radius: 0;
    width: 100%;
    transition: all 0.5s ease;
}
.post-section-body {
    border: 1px solid #e0e3eb;
    margin: 0 0 25 0;
    border-radius: 0;
    height: auto;
    width: 100%;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    padding: 5 5 0 5;
    transition: all 0.5s ease;
}

.post-img {
	width: 100px;
	max-height: 100px;
	

}
.post-img img{
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.post-txt{
    text-align: justify;
    margin-bottom: 5px;
    margin-top: 6px;
    font-size: .94em;
    line-height: 21px;
	font-weight: normal;
}
.btn-details{
    background-color: #5ab9e9; 
    border-radius: 25px;
    padding: 5 15 5 15 ;
    display: inline-block;
    color: #fff;
    transition: all 0.5s ease;
}
.btn-details:hover{
    background-color: #333333; 
    text-decoration: none;
    transition: all 0.5s ease;
    color: #fff!important;
}
.btn-details a{
    background-color: #333333; 
    text-decoration: none;
    color: #fff!important;
    transition: all 0.5s ease;
}

.pagination {
 display: inline-block;
}
.navigation ul{
    padding-inline-start: 0px!important;
} 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
     margin: 4px;
}
.navigation li {
    display: inline;
   
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #5ab9e9;
    border-radius: 25px;
    cursor: pointer;

    padding: 5 15 5 15 ;

    transition: all 0.5s ease;
}
.navigation li a:hover,
.navigation li.active a {
    background-color: #333333;
    transition: all 0.5s ease;
}
.app-section-body{
    background-color: #f9f9fa;  
    width: 100%;
    height: auto;
}
.app-screenshot img{
    bottom: -253px;
    position: absolute;
}

.app-dll-icon{
	border: 1px solid #e0e3eb;
	padding: 5px;
	height: 45px;
}
.app-demo{
    padding: 60 50 50 5;
}
.app-demo h3{
    font-weight: bold;
}
.app-demo .android{
    color:#8fbb1e;
}
.app-demo .google-play{
    color:#00d6ff;
}
.app-demo .bazar{
    color:#caad77;
}
.app-demo .apple{
    color:#5b5b5b;
}
.app-demo .download{
    color:#ffd500;
}
.app-demo .sib-app{
    color:#fff;
}
.app-dll-btn{
    background-color: #646464; 
    border-radius: 25px;
    color: #fff;
    padding: 5 15 5 15;
    display: inline-block;
    margin: 5px;
    font-size: 12px;
}
.small-txt{
    font-size: 12px;
    color: #646464;
}
.social-section-body {
    border: 1px solid #e0e3eb;
    margin: 0 0 25 0;
    border-radius: 0;
    height: 170px;
    width: 100%;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    padding-top: 15px;
    transition: all 0.5s ease;
}
.clients .clients-wrap {
  border-top: 1px solid #e0e3eb;
  border-left: 1px solid #e0e3eb;
}
.clients .client-logo {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e0e3eb;
  border-bottom: 1px solid #e0e3eb;
  overflow: hidden;
  background: #fff;
  height: 100px;
}
.clients .client-logo img {
  transition: all 0.3s ease-in-out;
  height: 50px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.clients .client-logo:hover img {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
}
.social-section-body a{
    text-decoration: none;
    color: #5ab9e9;
}
.footer{
    background-image: url(images/theme/footer.png);
    background-repeat: no-repeat;
    height: 150;
    background-position: 50% 90%;
    padding: auto;
}
.footer-tag a{
    text-decoration: none;
    color: #fff!important;
}
.footer-tag{
    text-decoration: none;
    color: #fff!important;
}
.footer-tag a:hover{
    color: #5ab9e9!important;
}
.footer-tag:hover{
    color: #5ab9e9!important;
}
.footer1{
    background-color: #333333;
    color: #fff;
    text-align: right;
    padding-top: 30px;
    margin-top: 0px;
}
.footer2{
    background-color: #252525;
    color: #fff;
    text-align: right;
    padding-top: 10px;
    text-align: center;
}
.footer2 i{
color:#5ab9e9;
}
.footer2 a{
    text-decoration: none;
    color: #fff;
}
.footer2 a:hover{
    color: #5ab9e9;
}
@media (max-width: 1200px) {
.header{
    background-color: #fff;  

    /*background-image: url(images/theme/son-clipart-animated-gif.gif);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 300px auto;*/
    background-color: -webkit-linear-gradient(to right, #ef473a, #cb2d3e);  
    background-color: linear-gradient(to right, #ef473a, #cb2d3e); 
    width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
    padding: 40 0 0 0;
    border-bottom: 5px solid #333333;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-image: url(images/theme/footer.png);
}
	.header-logo{
		background-image: url(images/theme/parsjoya-logo.gif);
		background-size: 220px auto !important;
		background-position: 50% 90%;
		background-repeat: no-repeat;
		height: 50% !important;
		padding: 0 0 0 0;
	}
	.header-title-en {
		font-family: 'Ubuntu', sans-serif;
		font-size: 45px !important;
		color: #212b35;
		text-align: center;
		line-height: 10px;
		font-weight: bold;
		margin: -40 0 0 0;
	}
	.header-title-fa {
		font-size: 31.5px !important;
		color: #212b35;
		text-align: center;
		line-height: 55px; 
	}
	.header-social-links {
		padding: 0 48px 0 0;
		border-left: 0;
	}
	.namad {
			display: none;
	}
	.navbar-fix{
			display: none;
	}
	.navbar-mob{
		text-align: center;	
	}
	.navbar-mob-ul ul {
	  list-style: none;
	  padding: 0;
	  position: fixed;
	margin-top: 5%;
	  left: 5%;
	  width: 90%;
	  display: flex;
	  background: white;
	}
	.navbar-mob-ul li{
	  flex: 1;
	  box-shadow: 0 0 0 1px #212b35;
		color: #212b35;
	}
	.navbar-mob-ul a {
		color: #212b35;
		text-decoration: none;
	}
	.navbar-right{
        display: none;
	}
	.navbar-header{
		padding: 5px;
		background-color: #ececec;
	}
	}
@media (min-width: 1201px) {
.navbar-mob{
		display: none;
	}
    .navbar-header{
        display: none;
    }

}
