
/**************************************start*****************   index style ***********************start*****************************************/

/* ***** start of header ***** */
.jarallax {

	position: relative;

	background-size: cover;

	background-repeat: no-repeat;

	background-position: 50% 50%;

}
.op-btn-dlsection {
padding-top:95px;
color:#fff;
}
.dlBtnImg img{
        margin-top: 30px;
}

/* ***** wrapper ***** */
#wrapper{
	background-color:#00784a;
	min-height: 80px;
}
.wrapper-info{
font-size: 14px;
font-family: Yekan;
margin-left: 30px;
line-height: 80px;
color: #e9f0ec;
}
#ul-social-icon {
	line-height: 80px;
}
#ul-social-icon li {
	background: url(../img/social-icon-bg.png) no-repeat;
	height: 26px;
	line-height: 26px;
	margin-right: -6px;
	min-width: 36px;
	text-align: center;
	padding-right: 14px;
}
#ul-social-icon  li a {
	color:#e9f0ec;
}
#menu-section {
	height: 64px;
}
.parvaresh-logo {
	line-height: 80px;
}
@media (min-width: 992px){
.parvaresh-logo {
    width: 12.666667%;
}
}
@media(max-width:768px){
	.parvaresh-logo {
		float:left!important;
	}
}
.parvaresh-logo  img{
    vertical-align: middle;
    box-shadow: 2px 2px 6px rgba(152, 169, 161, 0.88);
    border-radius: 50%;
}
/* ***** search style ***** */
/* xs search */
.navbar-form {
	padding: 5px 15px;
	box-shadow:none;
	border:none;
}
#custom-search-btn {
	border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	background-color: #185C3D;
	border: 1px solid #185C3D;
	color: #fff;
}
#custom-search-input {
	border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	background: rgba(197, 197, 197, 0.35);
	border: none;
	font-family: iranSansa;
	color:#185c3d;
}
#custom-search-input::-webkit-input-placeholder {
	color: #185c3d;
}
#custom-search-input::-moz-placeholder {
	color: #185c3d;
}
#custom-search-input::-ms-input-placeholder {
	color: #185c3d;
}
#custom-search-input::-moz-placeholder {
	color: #185c3d;
}
#custom-search-input:focus{
	box-shadow: 0px 0px 4px #185C3D;
	border:none;
}

/* */
.sb-search {
	position: relative;
	margin-top: 10px;
	width: 0%;
	min-width: 40px;
	height: 60px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: rgba(38, 125, 86, 0.19);
    width: 100%;
    height: 40px;
    margin: 0;
    z-index: 10;
    padding-right:50px;
    font-family: inherit;
    font-size: 14px;
    color: #185c3d;
}

.sb-search-input::-webkit-input-placeholder {
	color: #185c3d;
}

.sb-search-input:-moz-placeholder {
	color: #185c3d;
}

.sb-search-input::-moz-placeholder {
	color: #185c3d;
}

.sb-search-input:-ms-input-placeholder {
	color: #185c3d;
}

.sb-icon-search,
.sb-search-submit  {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
color: #fff;
    background: #185c3d;
    z-index: 90;
    font-size: 20px;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    border-radius: 3px;
}


/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #185c3d;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}


/* ***** menu style ***** */

.navbar-section {
    min-height: 80px;
    background: url(../img/h-bg.png) ;
    box-shadow: 1px 1px 9px rgba(51, 51, 51, 0.15);
	
}
.navbar-toggle-custom {
    color: #588972;
    border: 2px solid #588972;
    margin: 13px auto;
}
.navbar-nav-custom .dropdown-menu {
	right:0!important;
}
.navbar-nav li {
	text-align: right;
}
.nav li a {
	color: #185c3d;
    font-weight: 700;
    line-height: 25px;
	font-size: 13px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}
.nav li:last-child a:hover{
	transform:none!important;
}
#p-menu ul li a {
padding: 8px 14px 30px!important;
}
.nav .open>a:focus,
.nav .open>a:visited,
.nav .open>a:hover,
.nav .open>a:visited,
.nav .open>a:active ,
.nav .open>a,
.nav>li>a:focus,
.nav>li>a:hover {
	background-color:transparent;
}
.nav ul {
	min-width:220px;
	margin:0
}
.navbar-nav-custom .search-li {
	padding:10px;
}
.navbar-nav-custom  .dropdown-menu>li>a {
	padding: 8px 14px;
	color:#333;
}
.navbar-hedaer-custom {
	border:none!important;
	margin-bottom:0;
	    margin-top: 7px;

}

@media ( min-width:768px ) {
	.navbar-nav > li {
		float:right;
	}
	.nav li a {
    padding: 7px 14px 10px;
}
	#p-menu {
		float:right;
		margin-left:0;
		margin-top:10px;
	}
	.navbar-nav-custom .dropdown-menu>li>a:hover {
		transform: translateX(-5%);
		-webkit-transform: translateX(-5%);
		-moz-transform: translateX(-5%);
	}
	.nav li a:hover {
		background-color: transparent;
		transform: translateY(5%);
		-webkit-transform: translateY(5%);
		-moz-transform: translateY(5%);

	}
}

@media ( max-width:764px ) {
	.nav li a {
		color:#333!important;
	}
	.navbar-nav-custom {
		background: #fff;
		box-shadow: 0px 1px 25px #5e6361;
		margin: 0 0 17px 0;
	}
	.dropdown-menu {
		background:#717171!important;
	}
	.dropdown-menu li {
		padding:5px;
	}
	.navbar-nav-custom  .dropdown-menu>li>a {
		padding: 8px 14px;
    color: #fff!important;
	}
	.navbar-nav-custom  .dropdown-menu>li>a:hover {
		background:transparent;
		color:#ddd;
		transform: translateY(5%);
		-webkit-transform: translateY(5%);
		-moz-transform: translateY(5%);
	}
}

.signIn-sm{
	min-width:250px;
	height: 250px;
	padding: 20px;
	line-height: 28px;
    background: #ececec!important;
}

/* ***** sign in - sign up style ***** **/
.dropdown2{
	position:relative;
}
.btn-custom{
	color: #fff;
	background-color: transparent;
	border: none;
}
.dropdown-menu >  form  {
	text-align:right;
}
.btn-custom:active {
	outline:none!important;
}
.v-align {
	vertical-align:middle;
}
#sign-section {
	line-height: 56px;
	color:#fff;
	font-family:BYekan;
	margin-right:0;
	padding-right:0;
}

.dropdown-menu-custom{
	left: -1px;
	top: 60px;
	float: right;
	text-align: right;
	width:300px;
	padding:0 30px;
}

.btn-custom:hover{
	color:#fff;
}
.btn-custom:active{
	border:none;
}
.dropdown-custom{
	height: 53px;
}
.btn-custom:focus{
	color:#333;
	background: #fff;
	border-radius:0;
	height: 64px;
}
.dropdown.dropdown-custom.open .dropdown-menu-custom{
	margin:0;
	border-top:none;
	border-radius: 0;
}
.form-horizontal label{
	color:#333;
}

.form-horizontal input{
	background:#fff;
	border:none;
	box-shadow: none;
}


.form-horizontal input:focus{

	box-shadow: 0px 2px 0px #097c50;

}

.btn-signup-custom {
    background-color: #0476B5;
    padding: 2px 18.4px;
    line-height: 27px;
    color: #eee;
    box-shadow: none;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: background .3s;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    font-size: 12px;
}

.btn-signin-custom{
    background-color: #00784A;
    padding: 1.4px 24px;
    line-height: 27px;
    color: #eee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 12px;
}

.btn-signin-custom:hover{
	color: #fff;

}

.btn-signup-custom:hover {
	color: #fff;
	background:#058FD9;
}

.btn-signin-out{
	text-align: center;
	margin:14px 0;

}
/* ---- when sign in ----*/
.login-menuc {
    padding: 20px;
    text-align: center;
    background:#e8e8e8!important;
}

.login-menuc h4 {
    color: #333;
    margin-bottom: 5px;
}

.log-profile {
    border-radius: 50%;
    margin-left: auto;
    height: 140px;
    margin-right: auto;
    border: 5px solid #097c50;
    box-shadow: 0px 1px 4px #333;
}

.divistion-c {
max-width: 100%;
border: 1px solid rgba(9, 124, 80, 0.67);
height: 1px;
margin: 10px 0;
}
/* **** footer style ***** */
#footer {
	background: url('../img/footer-bg.png')center, linear-gradient(to right, #14aecf, #6d166d);
	height:auto;
	font-family: iranSansa;
	padding-top:30px;
	background-size: cover;
}

#footer h3 {
	color:#fff;
	font-family: iranSansa;
	font-size: 15px;
}
#footer ul li{
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}
#footer ul li:hover {
	transform: translateX(-5%);
	-webkit-transform: translateX(-5%);
	-moz-transform: translateX(-5%);
}
.ul-link-footer {
	list-style: inherit;
	color: #fff;
	margin-bottom:10px;
}

.ul-link-footer li {
	color:#fff;
	margin:10px;
	font-size: 13px;
	line-height: 25px;
	font-family: BYekan;

}
.ul-link-footer li a {
	color:#fff;
}
#footer-newsletters form  >  .input-group {
	width:100%
}
.divider-footer-link {
	background: url(../img/divider-footer-bg1.png) no-repeat;
	height: 18px;
	width: 137px;
	margin:3px 0;
}
#footer-mahsool-img {
	margin: 10px 0;
}
#footer-mahsool-img li {
	display: inline;
}

#footer-newsletters p {
	color:#fff;
	margin: 15px 0 17px;
	font-size: 13px;
	line-height:26px;
	font-family:iranSansa;
}
#custom-email-input {
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	background: rgba(5, 28, 38, 0.61);
	opacity: 1.8;
	border: none;
	font-family: iranSansa;
	font-size:11px;
	height:45px;
	color:#CDCECF;
	box-shadow: 0px 1px 0px #2A6778,inset -.3px 2px 6px #02090D;
	-webkit-box-shadow: 0px 1px 0px #2A6778,inset -.3px 2px 6px #02090D;
	-moz-box-shadow: 0px 1px 0px #2A6778,inset -.3px 2px 6px #02090D;
}
#custom-email-btn {
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	background-color: #C2C2C2;
	border: 2px solid #C2C2C2;
	color: #0B242C;
	padding: 5px 10px;
}

#custom-email-input:focus{
	box-shadow: 1px 1px 14px #0b252d;
	border:none;
}

/** **/
.white-section , .black-section {
	margin-top:25px;
	text-align:center;
	font-family:BYekan;
}
.white-section h3 , .black-section h3 {
	font-weight:bold;
	font-size:27px;
}
.white-section h3 {
	color:#fff;
}
.black-section h3 {
	color:#333;
}

.white-section img , .black-section img {
	margin-top:5px;
}

/**************************************end*****************   index style ***********************end*****************************************/


/**************************************start*****************   main style ***********************start*****************************************/

/* first section*/

#owl-demo .item img{
	display: block;
	width: 100%;
	height: auto;
	direction:ltr!important
}
.owl-carousel .owl-wrapper-outer {
	direction:ltr!important
}



.next-nav{
	right: 30px;
	padding: 0px 12px 0 16px;
}
.back-nav{
	left: 30px;
	padding: 0px 16px 0 12px;
}
.back-nav,.next-nav {
	top: 43%;
	z-index:  99;
	position: absolute;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.27);
	color:#fff;
}

/* **** comment slider * ******/
.cm-slider {
	background-color:#FFFFFF;

}
.caption-cmSlider {
	font-family:iranSansa;
	line-height: 25px;
	padding-left: .5em;
	padding-right: .5em;
	margin-top:100px;
}
.caption-cmSlider h3 {
	margin-bottom:10px;
}
.caption-cmSlider p {
	text-align:justify;

}
@media  (min-width:480px) and  (max-width:698px) {
	.caption-cmSlider {
		margin-top: 40px;
		line-height: 24px;
	}
	.caption-cmSlider p {
		font-size: 1.1rem;
	}
	.caption-cmSlider h3 {
		font-size: 1.3rem;
	}
}
@media  (max-width:480px) {
	.caption-cmSlider {
		margin-top: 25px;
		line-height: 22px;
	}
	.caption-cmSlider p {
		font-size: .8rem;
	}
	.caption-cmSlider h3 {
		font-size: 1.4rem;
	}
}

/* **** secound section style ***** */

#secound-section {
	overflow:hidden!important;
}
.ls-ct-center {
	display:none;
}
/* **** third section style ***** */
.third-section {
	background-image: url('../img/section3-bg.png');
	height:auto;
}

.blog-box:hover > a > div {
	box-shadow: 0px 12px 27px rgba(0, 0, 0, 0.78);
}
.blog-box:hover  a {
	color:#333;
}
.blog-box > a div {
	padding: 8px;
	background-color: #fff;
	border-radius: 40px 40px 0;
	-webkit-border-radius: 40px 40px 0;
	-moz-border-radius: 40px 40px 0;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}
.blog-box > a div:hover {
	cursor:pointer;
}
.blog-box > a div img {
	border: 2px solid #BCBCBC;
	-webkit-border: 2px solid #BCBCBC;
	-moz-border: 2px solid #BCBCBC;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}
.caption-blog-box > div {
	margin: 5px 0 15px;
}
.caption-blog-box {
	padding: 25px;
}
.post-imgp {
	border-radius:13px 13px 0 0 ;
}
.caption-blog-box span {
	font-family: Yekan;
}
.caption-blog-box h4 {
	font-size: 15px;
	font-weight: bold;
	font-family: BYekan;
}
.caption-blog-box p {
	font-family: iranSansa;
	line-height: 24px;
	font-size: 12px;
	margin-top: 14px;
	text-align: justify;
}

#owl-demo3 .owl-wrapper-outer  {
	padding-bottom:30px;
}
/* **** fourth section style ***** */


.product-box {
	height: 580px;
	background: #ffffff;
	border: 1px solid rgba(228, 228, 228, 0.75);
	-webkit-border: 1px solid rgba(228, 228, 228, 0.75);
	-moz-border: 1px solid rgba(228, 228, 228, 0.75);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.product-box > div {
	box-shadow: 1px 14px 23px -14px #a09e9e;
	border-radius: 0 0 25px 25px;
	-webkit-border-radius: 0 0 25px 25px;
	-moz-border-radius: 0 0 25px 25px;
	min-height: 590px;
	padding-top:20px;
	background: #ffffff;
}
.product-box > div h3 {
	font-family:BYekan;
	font-weight: bold;
	margin-top: 10px;
	font-size: 24px;
}

.product-box > div p {
	text-align:justify;
	font-family:iranSansa;
	padding: 24px 8px;
	line-height: 24px;
}

.more-btn {
	font-family: BYekan;
	background: #0593CF;
	padding: 10px 27px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: none;
	-webkit-border: none;
	-moz-border: none;
	color: #fff;
	font-size: 20px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	text-align: center;
}

.more-btn:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 500%;
	height: 1000%;
	background: #007CB0;
	z-index: -1;
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: translateX(calc(18% - 19.7px)) translateY(10%) rotate(-45deg);
	-moz-transform: translateX(calc(18% - 19.7px)) translateY(10%) rotate(-45deg);
	transform: translateX(calc(18 - 5px)) translateY(10%) rotate(-45deg);
	-webkit-transition: transform .3s;
	-webkit-transition:-webkit-transform .3s;
	-moz-transition:-webkit-transform .3s;
	transition:-webkit-transform .3s;
	-wekit-transition:transform .3s;
	-moz-transition: transform .3s, -webkit-transform .3s;
	color: #fff;
}
.more-btn:hover  {
	color:#fff;
}
.more-btn:hover:after{
	-webkit-transform: scaleX(.4);
	-moz-transform: scaleX(.4);
	transform: scaleX(.4);
	cursor: pointer;
	color: #fff;
	text-align:center;
}

.navgiation-4thcarusel {
	margin: 0px 0 50px 0;
}
.next-nav4,
.next-nav5
{
	padding-left: 21px;
	right: 0px;
}
.back-nav4,.back-nav5{
	left: 0;
	padding-right: 21px;
}
.back-nav4,
.next-nav4,
.next-nav5,
.back-nav5,
.next-navProduct,
.back-navProduct,
.next-navBlog,
.back-navBlog{
	background-color: #2C2C2C;
	color: #fff;
	padding: 2px 17px;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	text-align: center;
}
.back-nav4:hover,
.next-nav4:hover,
.next-nav5:hover,
.back-nav5:hover,
.back-nav:hover,
.next-nav:hover,
.back-nav4:hover,
.next-nav4:hover
.next-navProduct:hover,
.back-navProduct:hover,
.next-navBlog,
.back-navBlog{
	cursor:pointer;
}
.fourth-section .owl-wrapper {
	margin-bottom: 40px;
}
.div-d {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 80px;
}
/**************************************end*****************   main style ***********************end*****************************************/



/**************************************start*****************   blog style ***********************start*****************************************/
.breadcrumb-blogList,.sidebar-post {
	font-family: BYekan;
	font-size: 15px;
	box-shadow: 2px 2px 1px #d0cfcf,-1px -1px 1px #d0cfcf;
	-webkit-box-shadow: 2px 2px 1px #d0cfcf,-1px -1px 1px #d0cfcf;
	-moz-box-shadow: 2px 2px 1px #d0cfcf,-1px -1px 1px #d0cfcf;
	
}
.sidebar-post {
	background-color:#F5F5F5;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.sidebar-post  .sidebar-nav .nav li:first-child {
	background: #18855B;
	padding: 10px 15px;
	color: #fff;
	border: 1px solid #18855B;
	border-radius: 4px 4px 0 0;
}
.sidebar-post  .sidebar-nav .nav li  a{
	color:#333
}
.breadcrumb-blogList{
	padding: 10px 21px;
	margin-bottom:30px;
}
.breadcrumb-blogList a {
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
}
.breadcrumb-blogList  span {
	font-size: 20px;
}
.breadcrumb-blogList li:hover a {
	color:#1EA873
}
.blog-list , .contact-form-section {
	background-image:none!important;
}
.blog-list .blog-box {
	margin-bottom: 30px;
}
 .contact-form-section .cpbcm {
	 margin-bottom:20px;
 }
.cpbcm {
	padding:5px!important;
}
.custom-post-box {
	background:#ffffff;
	padding: 0;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	    box-shadow: 1px 1px 7px rgba(102, 102, 102, 0.35);
}
.blog-post {
	padding-top: 50px ;
	padding-bottom:20px;
}
.blog-post  .caption-blog-box p {
	font-size: 13px;
	line-height: 30px;
}

.post-info {
	margin:15px auto;
	color: #868686;
}

.caption-blog-box h3{
	font-weight:bold;
	line-height:41px;
	font-size:22px;
}

.bg-blog-slider {
	background-image: url('../img/blog-page-sliderbg.png') ;
}
/* side bar */
.sidebar-blog .custom-post-box  {
	margin-bottom:10px;
}
/**  form - comment  */
#cmbtnd > div
{
	color: #fffefe;
	background-color: #00A5CF;
	border-color: #0295bb;
	font-family: BYekan;
	margin-bottom:50px;
}
#cmbtnd:hover > div {
	background-color: #00A5CF;
}
#cmcapd {
	display:none
}
.form-box {
	font-size: 13px;
	margin-top: 15px;
	margin-bottom:20px;

}
.form-box textarea { 
	resize: none;
	border: none;

	padding: 18px;
	margin-top: 5px;
	padding-bottom: 24px; 
	margin-bottom: 30px;
}
.cpbcm>div {clear:both}
.form-box input,
.form-box textarea{
    background: rgba(239, 239, 239, 0.54);
	 border: 1px solid #dadada;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius:10px;
}
.form-box textarea:focus,
.form-box input:focus{
    box-shadow: 1px 1px 13px #d0d0d0;
	border:1px solid #dadada;
}
.form-box input  {
	margin-bottom: 27px;
	border: none;
	padding: 20px;
	margin-top: 5px
}
.form-box input:last-child {
	margin-bottom:5px;
}
.send-comment-btn {
	margin-top: 2pc;
}

.send-comment-btn button {
	background-color: #0593CF;
	color:#fff;
	transition: 1s ;
	margin:15px 0;
}
.send-comment-btn button:hover {
	color: #fff;
	background-color: #06AAF0;
}

.commentBox {
	background-color: #ffffff;
	border-radius: 19px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	margin: 20px 0;
    padding: 15px 3px 1px;
    box-shadow: 1px 1px 3px rgba(21, 45, 51, 0.63);
}

.info-commentBox {
	line-height: 36px;
	padding-bottom: 14px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 16px;
}
.info-commentBox span:last-child {
	font-family:Yekan;
	font-size: 12px;
}
.info-commentBox img {
	margin-left:13px;
}
.caption-commentBox , .info-commentBox {
	color: #6D6D6D;
	font-size: 12px;
}
.caption-commentBox{
	padding-bottom:20px;
	line-height:20px;
}
.commentBox:last-child{
	margin-bottom:20px;
}
.answer-btn {
    position: relative;
    top: 10px;
    left: 15px;
}
.like-sec{
	margin-bottom:10px;
}
.like-sec-icon  a{
	color: #b3b3b3;
}
.like-sec-num {
	font-size:12px;
	font-family:Yekan;
	    color: #7d7d7d;
}
.like-sec-icon a i {
	vertical-align:middle;
	transition:.3s;
}
.like-sec-icon a:hover .fa-thumbs-up {
    color: #60c79a;
}
.like-sec-icon a:hover  .fa-thumbs-down {
    color: #ec8484;
}
.answer-btn button {
	background-color: #00A5CF;
	font-family: iransansa;
	color: #fff;
	font-size: 12px;
	padding: 2px 16px;
	border-radius: 0;
}
.answer-btn button:hover {
	color:#fff;
}
.answer-btn:hover  .answerb-btn2 {
	color: #fff;
	transform: rotate(451deg);
	right: 71px;
	top: 17px;
}
.archiv-box ul li {
	margin:5px auto;
}
.main-blog {
	margin-bottom:20px;
}
.answerb-btn2 {
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -4px;
    top: 12px;
    border-left: 10px solid #0082A3;
    border-top: 0 solid transparent;
    transition: .9s linear;
}

.sidebar-blog  .custom-post-box {
		font-family:BYekan;
		padding:5px
}
.sidebar-blog  .custom-post-box h4 {
    border-bottom: 1px solid rgba(99, 99, 99, 0.32);
    padding: 10px;
    box-shadow: 0px 1px 1px #ccc;
    border-radius: 5px 5px;
}
.last-pt ul,.last-pt ul li {
	display:inline-block!important;
}
.sidebar-blog  .custom-post-box ul {
	padding:10px 5px;
	line-height:25px;
	display: block;
}
.sidebar-blog  .custom-post-box ul li {
	border-bottom:1px solid rgba(230, 228, 228, 0.95);
	display:block;
		padding:2px;
}
.sidebar-blog  .custom-post-box ul li:last-child{
	border:none;
}
.sidebar-blog  .custom-post-box ul  li a {
	transition:color .4s; 
}

.sidebar-blog  .custom-post-box ul  li a:hover {
	color:#185C3D;
}
/* */
.arc-box {
    margin: 20px 0;
	padding:20px;
}
@media (max-width:768px){
.arc-infol {
	margin-top:15px;
}
}
.arc-box img {
	border-radius:50%;
	width:120px;
	height:120px;
}
.social-ul {
	margin-top:8px;
}
.glyphicon{
	    vertical-align: baseline;
}
.social-ul li {
	padding:0;
	transition:.3s;
}
.social-ul li i {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #fff;
}
.social-ul li:hover {
	opacity:.8;
}
.social-ul li .fa-instagram {
	background-color:#535D80
}
.social-ul li .fa-facebook {
		background-color:#3B569D
}
.social-ul li  .fa-google  {
		background-color:#C35C53;
}
.social-ul li .fa-twitter  {
	background-color:#58A9DD;
}
.cp-img-lp {
	margin-top:5px;
	line-height:30px;
}
.last-cm ul{
   line-height: 20px!important;
    font-size: 13px;
}


.last-cm .glyphicon {
	font-size:18px;
}
.img-pbc {
	padding-right:0
}
.last-cm ul li {
    padding: 10px 0 !important;
}
.last-cm ul li a {
	    width: 60%;
    display: inline;
}
.arc-info  {
	line-height:23px;
}
.arc-info h4 {
	margin-top:5px;
	margin-bottom:10px;
}
@media(max-width:768px) {
	.arc-info h4 {
		text-align:center;
	}
}
.arc-info p{
	text-align:justify;
}
.arc-info h4,
.arc-info p {
	font-family:BYekan;
}

/**************************************end*****************   blog page style ***********************end*****************************************/



/**************************************start*****************   product page style ***********************start*****************************************/

/*** product post ***/

.product-post {
	margin-top:50px;
}
.bg-product-post{
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 1px 6px #bbbbbb;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.h3-pp {
	margin-top: 40px;
}
.info-cu1 {
	margin: 5px 5px  20px 0;
}
.info-cu1 span {
	margin-left:6px;
}
.info-cu1,
.h3-pp {
	font-family:BYekan;
	font-weight: bold;
	font-size: 24px;
}
.bg-product-post > div p {
	text-align:justify;
	font-family:iranSansa;
	padding: 14px 8px;
	line-height: 24px;
	font-size:13px;
}

.description-product {
	font-family: iranSansa;
	padding: 5px;
}
.description-product  div  span {
	font-weight:bolder;
}
.description-product  div {
	line-height: 40px;
font-family: Yekan;
font-size: 13px;
font-weight: bold;
}
.product-post  > div h1 , .product-post  > div  h2 {
	text-align:center;
	font-family: BYekan;
	font-weight: bolder;
}

.product-post  > div p {
	margin: 10px 0;
	font-size: 14px;
	line-height: 32px;
	color:#585858;
}

.product-price > span:first-child {
	font-weight: bolder;
	font-size: 23px;
	margin-left: 10px;
	font-family:BYekan;
}
.price-row {
	margin-top: 60px;
	padding: 0 11px;
	line-height:50px;
}
.price-row .info-cu1{
	margin-right:8px!important;
}
.product-price > span + span {
	color: #2E9E32;
	font-size:22px;
	margin-left: 5px;
	font-family:Yekan;
}
/* shoping btn */
.btnc {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	padding: 25px 80px;
	margin: 5px 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-shop {
	padding: 20px 40px 20px 100px;
}
.btn-shop {
	background: #4CAF50;
	color: #fff;
}
.btn-shop:before {
	background: rgba(0,0,0,0.05);
}

.btn:before, .fa-cart-arrow-down:before {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
.btn-shop:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 2.3;
	font-size: 173%;
	width: 60px;
}
.btnc:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* shoping btn */

.product-post > div a:hover {
	color:#fff;
}
.product-post > div a div {
	margin-left: 21px;;
}

.product-post-caption{
	padding:20px;
}
.product-post-caption h3 {
	font-family: BYekan;
}
.product-post-caption ul {
	list-style-image: url('../img/list-style.png');
	line-height: 30px;
	padding: 0 15px;
	font-family: iranSansa;
	font-size: 14px;
	margin-top:10px;
}

/*** product slider ***/
.bg-product-slider  {
	background-image: url('../img/mahsool-bg-paralax.png');
	padding-bottom:40px;
}

.product-box  h3 {
	color:#333;
}

/**************************************end*****************   blog page style ***********************end*****************************************/



/**************************************start*****************   download page style ***********************start*****************************************/
.download-sec1{
	background-color: #000;
}
.download-sec3 {
  	background: url(../img/parvaresh-download_23.png) no-repeat;
    margin-bottom:90px;
        height: auto;
    padding-top: 30px;
    background-size: cover;
}
@media(min-width:768px){
.download-sec2 .row:last-child {
    padding-top:40px;
}
}
.sec2-mokupPhone {
 position: absolute;
    bottom: -71px;
}

.download-titleSec h1 {
	color:#fff;
	font-family:BYekan;
	margin:70px;
	font-size: 35px;
}
.handMokup-dl {
 padding-top:120px;
}




.sec2-opRow {
margin-bottom:200px;
}
@media(max-width:768px){
	.topImg-app,
	.middleImg-app	{
    right: 7%!important;
}
}
/***************/

.phones-box {
	margin-bottom:20px;
}
.dl-btn-icon {
	background-color: #4DD105;
	min-width: 70px;
	display: inline-block;
	min-height: 55px;
	line-height: 55px;
	vertical-align: middle;
}
.dl-btn-text,.opt-btn-text{
	background-color: #FFFFFF;
	vertical-align: middle;
	min-width: 150px;
	border-top: 0px solid #fff;
	border-radius: 9px 0 0 9px;
	color: #333;
	font-size: 20px;
	box-shadow: 4px 0px #fff;
	text-align: center;
	display: inline-block;
	min-height: 55px;
	line-height: 55px;
}
.opt-btn-icon ,  .dl-btn-icon {
	color: #fff;
	border-radius: 0 9px 9px 0;
}
.opt-btn-icon {
	background-color: #2C2C2C;
	min-width: 70px;
	display: inline-block;
	min-height: 55px;
	line-height: 55px;
	vertical-align: middle;
}
.opt-btn-icon img, .dl-btn-icon img{
	vertical-align:middle;
}


/***************/
.option-box  {
	padding:20px;
	margin-bottom:20px
}
.option-box ul li {
	font-size: 18px;
}
.middleImg-app{
     right: 12%;
    top: -1%;
	margin-bottom:50px;
}
.topImg-app {
      position: absolute;
    top: -6%;

    right: 15%;
}

.sec3-uxOption {
	margin-top:30px;
	font-family: BYekan;
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 35px;
}
.green-txt {
   color:#27ae60;
}
.blue-txt {
   color:#3498db;
}
.red-txt {
   color:#e74c3c;
}
.orng-txt {
   color:#f39c12;
}
.download-sec4 {
	height:740px;
}

.download-sec4 #myCarousel{
    background: url(../img/phone-slider1.png) no-repeat;
    height: 550px;
    width: 275px;
}


.download-sec4 .carousel-inner {
    margin-top: 49px;
    width: 92%;
    right: 20px;
}
.carousel-control.left,.carousel-control.right {
	background-image:none;
}

.carousel-control {
	opacity:1!important;
}

.crsl-cont .carousel-control span i {
	margin-left: 5px;
	background: #333;
	padding: 2px 15px;
	border-radius: 5px;
}
.download-sec4 .crsl-cont .carousel-control span i {
    background: #E74C3C;
}
/**************************************end*****************   download page style ***********************end********************************/


/**************************************start*****************   form-signUp page style ***********************start***************************/


.signUp-form {
	margin-top:50px;
}
.forms-header{ 
	 background: #00784a;
    padding: 10px;
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
	text-align:center;
	 color: #fff;
}
.custom-inputGp {
    width:100%;
}
.custom-inputGp span {
    border: 1px solid #18855b;
    border-left: 0;
    background: #18855b;
    color: #fff;
    border-radius: 0 5px 5px 0!important;
    -webkit-border-radius: 0 5px 5px 0!important;
    -moz-border-radius: 0 5px 5px 0!important; 
    width: 50px;
}
.custom-inputGp span i {
	vertical-align:middle;
}
.custom-inputGp input {
	border-radius: 5px 0 0 5px!important;
	-webkit-border-radius: 5px 0 0 5px!important;
	-moz-border-radius: 5px 0 0 5px!important;
	border-right:0;
}
.custom-inputGp input:focus ,
.form-group input:focus{
    border: 1px solid #4e987c;
}
#capt img {
	    box-shadow: 1px 0px 10px rgba(136, 124, 116, 0.49);
}

.btn-signup-custom:hover,
.btn-signup-custom:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-sizing:none;
	outline: 0;
}
.btn-signup-custom:hover{
	text-shadow:1px 1px 1px  #1d7186;
}
.rull-link {
    color:#097C50;
}
/*****************end****************   form-contact page style ********************end*************** *****/


/*********************start*****************  singel page style *************start*************************/

.pageWrapper {
	line-height:  25px;
	background:#ffffff;
	padding: 30px;
}
.pageWrapper h2 {
	padding:20px 0;
}
.rules-caption {
	line-height: 27px;
}
.rules-caption span {
	font-size:13px;
}
/**************************************end*****************    singel page style  ***********************end**************** *****/


/**************************************start*****************  gallery page style ***********************start***************************/

.thumbnail {
	margin-bottom:3px;
}

.ih-item {
	position: relative;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ih-item a {
	color: #333;
}
.ih-item a:hover {
	text-decoration: none;
}
.ih-item img {
	width: 100%;
	height: 100%;
}
.ih-item.square {
	position: relative;
	border: 8px solid #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.ih-item.square.effect13 {
	overflow: hidden;
}
.ih-item.square.effect13.colored .info {
	background: #1a4a72;
	background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect13.colored .info h3 {
	background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect13 .img {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.ih-item.square.effect13 .info {
	background: #333333;
	background: rgba(0, 0, 0, 0.6);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.square.effect13 .info h3 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-size: 17px;
	padding: 10px;
	background: #111111;
	margin: 30px 0 0 0;
}
.ih-item.square.effect13 .info p {
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #bbb;
	padding: 20px 20px 20px;
	text-align: center;
}
.ih-item.square.effect13 a:hover .img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.ih-item.square.effect13 a:hover .info {
	visibility: visible;
	opacity: 1;
}
.ih-item.square.effect13.bottom_to_top .info {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.ih-item.square.effect13.bottom_to_top a:hover .info {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

/* ********* product list **********/
.side-pro  div  {
	margin-top:0;
	margin-bottom:30px;
}
.breadcrumb-pList {
    padding: 10px 21px;
}
.breadcrumb-pList{
	margin-bottom: 40px;
}
.breadcrumb-pList,.sidebar-listP{
    font-family: iranSansa;
    font-size: 13px;
    box-shadow: 2px 2px 1px #d0cfcf,-1px -1px 1px rgba(220, 219, 219, 0.94);
    -webkit-box-shadow: 2px 2px 1px #d0cfcf,-1px -1px 1px rgba(220, 219, 219, 0.94);
    -moz-box-shadow: 2px 2px 1px #d0cfcf,-1px -1px 1px rgba(220, 219, 219, 0.94);
	line-height:25px;
}
.breadcrumb-pList .active {
	    color: #138257;
}
.title-icon {
	margin-left:5px;
}


.sidebar-listP {
    background-color: #F5F5F5;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
	margin-bottom:25px;
}

.m-ro .product-box {
	margin-bottom:40px
}
.list-pag .pagination {
	font-family:BYekan;
	font-size: 14px;
    font-weight: bold;
}
.list-pag .pagination .glyphicon {
	vertical-align:middle;
}
.list-pag .pagination>li>a,
.list-pag .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #18855b;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-pag .pagination>.active>a,
.list-pag .pagination>.active>a:focus,
.list-pag .pagination>.active>a:hover, 
.list-pag .pagination>.active>span, 
.list-pag .pagination>.active>span:focus,
.list-pag .pagination>.active>span:hover {
    z-index: 3!important;
    color: #fff!important;
    cursor: default!important;
    background-color: #18855b!important;
    border-color: #18855b!important;
}
.list-pag .pagination>li:last-child>a,
.list-pag .pagination>li:last-child>span {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.list-pag .pagination>li:first-child>a,
.list-pag .pagination>li:first-child>span {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
/**** pre 1 *****/
.box-d {
	 background-color:#FFFFFF;
	 box-shadow: 0px 0px 15px #ddd;
	 padding-bottom:10px;
	 margin-bottom:40px;
	 padding-top:20px
}
.Proforma-sec {
	padding:20px;
}
.Proforma-p {
margin-top: 40px;
padding: 20px 40px;
}
.Proforma-p  h3 {
	margin-bottom:40px;
}
.Proforma-p h3 span i, .box-d .info-send h3 span i {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #00784a;
    text-align: center;
    border-radius: 15px;
    box-shadow: 1px 1px 1px #333;
}
.Proforma-p table.shop_table {
    border: 4px solid rgb(0, 120, 74);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 9px;
}
.Proforma-p table.shop_table th {
    font-weight: 700;
    padding: 17px 12px;
	text-align:right;
}
@media(max-width:768px){
.Proforma-p table.c-table-shop tr:first-child td{
	border-top:none!important;
}
}
.Proforma-p table.shop_table td {
    border-top: 1px solid rgb(24, 133, 91);
    padding: 15px 12px;
    vertical-align: middle;
	text-align:right;
}
.cart_item td {
    text-align: right;
}

.Proforma-p input.button ,
.end-bbtn{
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #fdf2f8;
    background-color: #0593CF;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
	transition:.3s;
	-webkit-transition:.3s;
	-moz-transition:.3s;
}
.Proforma-p .table>thead>tr>th {
	 border-bottom: 0px;
}
@media (max-width:768px){
	.Proforma-p .table>tbody>tr>td:first-child {
	border-top:0px;
}
.Proforma-p table.shop_table td {
	text-align:left!important;
}
}
table.shop_table tbody th {

    font-weight: 700;
    border-top: 1px solid rgb(19, 130, 87);

}
.Proforma-p input.button {
	margin:10px 0px 20px 10px ;
}
.Proforma-p input.button:hover  {
	  background-color: #046E9C;
}
.end-bbtn:hover {
    background-color: #00784A;
	color:#fff;
}
.end-bbtn {
    background-color: #1A9063;
}

.remove-itemB a {
	color:red;
}

.rwd-table {
  margin: 1em 0;
  min-width: 200px;
}

.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) " ";
  font-weight: bold;
  width: 7.5em;
  display: inline-block;
  float:right;
  text-align:right;
}
@media (min-width: 768px) {
  .rwd-table td:before {
    display: none;
	float:right;
  }
}
.rwd-table th,
.rwd-table td {
  text-align: left;
}
@media (min-width: 768px) {
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
}

.rwd-table {
  border-radius: .4em;
  overflow: hidden;
}
.rwd-table th,
.rwd-table td {
  margin: .5em 1em;
}
@media (min-width: 768px) {
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}
	@media(max-width:468px){
	.info-send label {
    font-size: 10px!important;
    min-width: 120px!important;
		}
		.info-send input{
			font-size:15px;
		}
		.info-send h3,
.Proforma-p  h3		{
    font-size: 20px;
}
	}
	
/* ********************** pre shop page 2 ********************** */
.info-send .custom-inputGp {
    margin: 5px;
}

.custom-inputGp {
    width: 100%;
}
.info-send .custom-inputGp span {
    font-size: 20px;
    padding: 5px;
}
.Proforma-p #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: rgba(222, 222, 222, 0.6);
    color: #515151;
}
#add_payment_method #payment div.payment_box:before, .Proforma-p  #payment div.payment_box:before {
    content: "";
    display: block;
    border: 1em solid rgba(222, 222, 222, 0.6);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
     right:30px;
    margin: -1em 0 0 2em;
}
.Proforma-p  #payment {
    background: #ebe9eb;
    border-radius: 5px;
	padding: 20px;
	    line-height: 18px;
}
.sub-b {
	margin-top:20px!important;
}
.info-send {
	font-family: BYekan;
}
@media (max-width:768px) {
	.info-send {
		padding:30px;
	}
}
.info-send input,
.edit-userInfo input ,  
.info-send textarea,
.edit-userInfo textarea {  
    border-radius: 5px;
    height: 44px !important;
    padding: 1 !important;
	resize:none;
	}
	.info-send .custom-inputGp span .fa-mobile {
    font-size: 29px;
}
.info-send label,
.edit-userInfo label {
    padding: 8px 11px;
    background: #18855b;
    margin-right: 21px;
    color: #ffffff;
        border-radius: 7px 7px 0 0;
    font-family: iransansa;
    font-size: 13px;
    min-width: 150px;
    text-align: center;
	}
	.info-send h3 {
		margin-bottom:30px;
	}
	.info-send input:focus,
	.edit-userInfo input:focus,
.info-send textarea:focus,
.edit-userInfo textarea:focus	{  
    border: 3px solid #559C80;
	box-shadow:1px 1px 1px  #559C80;

	}
	.main-str{
		background-color:rgba(85, 156, 128, 0.23);
	}
	.edit-userInfo  .nav li a {
		color:#333;
	}
/* **********************  edit user info ********************** */
.ifram-avatar {
	border:none ; 
	width:100% ; 
	height:120px
}
.user-container {
    font: 14px "iransans-normal", "BYEKAN", tahoma;
	margin-top:20px;
}
#user_info_tab .panel-body label {
	margin-left:5px;
}
.user-nav-tabs>li>a {
    padding: 10px 20px;
    color: #6C6C6C;
    border-right: 5px solid transparent !important;
}

.user-nav-tabs .active a {
    color: #1E1E1E !important;
    border-right: 5px solid #f47b20 !important;
}

.user-tab-content ul {
    list-style: none;
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: #097c50;
    border-color: #097c50;
}
.panel-default {
    border:none;
}
.user-tab-content .tab-pane {
    min-height: 500px
}

.tabs-left,
.tabs-right {
    border-bottom: none;
    padding-top: 2px;
}

.tabs-left {
    border-right: 1px solid #ddd
}

.tabs-right {
       border:none;
}

.tabs-left>li,
.tabs-right>li {
    float: none;
    margin-bottom: 2px;
}

.tabs-left>li {
    margin-right: -1px
}

.tabs-right>li {
    margin-left: -1px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:focus,
.tabs-left>li.active>a:hover {
    border-bottom-color: #f47b20;
    border-right-color: transparent
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:focus,
.tabs-right>li.active>a:hover {
    border: none!important;
    border-right: 5px solid #097c50!important;
    color: #097c50!important;
    background: rgba(14, 130, 85, 0.19)!important;
}

.tabs-left>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block
}

.tabs-right>li>a {
    border-radius: 0 4px 4px 0;
    margin-right: 0
}
.panel-custom .nav-tabs>li.active>a, 
.panel-custom .nav-tabs>li.active>a:focus, 
.panel-custom .nav-tabs>li.active>a:hover {
       border-top: 1px solid #f47b20;
}
.panel-custom .nav>li>a:focus, 
.panel-custom .nav>li>a:hover {
    text-decoration: none;
    background-color: #18855b;
    color: #fff;
}
.sideways {
    margin-top: 50px;
    border: none;
    position: relative
}
.btn-submit1 {
	background-color:#097C50;
	color:#fff;
}
.sideways>li {
    height: 20px;
    width: 120px;
    margin-bottom: 100px
}

.sideways>li>a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
    border-radius: 4px 4px 0 0
}

.sideways>li.active>a,
.sideways>li.active>a:focus,
.sideways>li.active>a:hover {
    border-bottom-color: transparent;
    border-right-color: #f47b20;
    border-left-color: #f47b20;
}

.sideways.tabs-left {
    left: -50px
}

.sideways.tabs-right {
    right: -50px
}

.sideways.tabs-right>li {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sideways.tabs-left>li {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.special-user-info {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    border-left-color: #F00;
}

.user-avatar {
    width: 200px;
    height: 200px;
    object-fit: cover;
	margin:50px auto;
}

.panel-body > div div {
    margin: 10px 0;
    font-size: 13px;
}
.info-send textarea {
	resize:none;
}
.user-container  #registerBtn input ,
.user-container  #registerBtn input:focus {
	border:none!important;
}
.user-container  #registerBtn  .btn-submit1 {
	line-height: 23px;
}
.user-container  #registerBtn  .btn-submit1:hover {
	opacity:.8;
	color:#fff;
}
.table>thead>tr>th {
	text-align:right!important;
}
/* ==========================================================================
   Comments
   ========================================================================== */

.nocomments {
    padding: 5px 10px;
    background: #EEEEEE;
    border-radius: 5px;
}

/* ***** Media query ***** */
@media (min-width:768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
	.option-box ul li {
		margin: 15px 0 80px;
		font-size: 18px;
	}
	#ul-social-icon {
		float:left;
		text-align:left;
	}
	.crsl-cont  {
		margin-top:450px;
	}
	.buy-btn {
		text-align:left;
	}
	.addres-c,
	.social-icons	{
		float:right;
	}
}
@media (max-width: 768px) {
	.answer-btn {
		right: 20px !important;
	}

	.op-box > div > div {
		padding: 66px 59px 29px 30px!important;
	}
	.option-box ul li {
		margin:15px 0 30px;
	}
	#p-menu {
		z-index:999!important;
	}
	.crsl-cont{
		margin-top:40px;
	}

	.buy-btn {
		text-align:center;
	}
	.wrapper-info {
		font-size:12px;
		float:none!important;
		margin:0;
		line-height: 45px;
	}
	.next-nav {
		top:35%;
	}
}
@media (max-width: 966px) {
	.answerb-btn2 {
		display:none;
	}
     }

	@media  (max-width:1200px) and   (min-width:990px) {
		.nav li a {
			font-size:14px!important;
		}
	}
	@media (max-width:320px){
		.product-price > span + span {
			font-size: 18px!important;
		}
		.product-post  > div h1 {
			font-size: 24px;
		}
		.product-price > span:first-child {
			font-size: 23px;
		}
		.product-post > div a {
			padding: 0px 20px;
			min-width: 142px;
			font-size: 12px;
		}
	}