body {
	font-family: IRANSans-web, tahoma, sans-serif;
	background-color: #f7f8fa;
	color: #333;
	font-size: 14px;
}
:focus {
	outline: 0;
}
a {
	color: #333;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
a:hover,a:visited,a:focus {
	text-decoration: none;
}
blockquote {
	background: #eee;
	padding: 10px;
	margin: 10px 0;
	font-size: 14px;
	border-right: 4px solid #ddd;
}
table {
	width:100%;
}
table , table td {
	border:1px solid #ddd;
}
table td {
	vertical-align:middle;
	padding:5px;
}
#navigation .navbar-nav {display:none;}
/*
=masthead
--------------------------------------*/
.masthead {
	position: relative;
	background-color: #414146;
	overflow: hidden;
}

/*
=nav
--------------------------------------*/
#navigation {
	border-radius: 0;
	min-height: auto;
	border: 0;
	margin-bottom: 0;
	background-color: #384862;
	position: absolute;
	top: 50px;
	width: 1170px;
	margin: auto;
	left: 0;
	max-width: 100%;
	right: 0;
}
#navigation ul li {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#navigation ul li:hover a {
	background-color: #2e60b5;
}
#navigation ul li:hover > a,#navigation ul li:hover > a:after,#navigation ul li a:hover {
	color: #f7f8fa;
}
#navigation ul ul li:hover > a {
	color: #f7f8fa;
}
#navigation li.dropdown.open {
	background-color: #ffea00;
}
#navigation ul li a {
	color: #fff;
	font-size: 14px;
	padding: 27px 15px;
	font-family: IRANSans-web, tahoma, sans-serif;
}
#navigation ul ul li a {
	font-size: 13px;
}
#navigation .menu-item-has-children> a {
	position: relative;
	padding-left: 25px;
}

#navigation ul> .menu-item-has-children> a:after {
	content: "\f078";
	font-family: FontAwesome;
	position: absolute;
	left: 13px;
	top: 24px;
	font-size: 8px;
	color: #fff;
}

#navigation ul ul> .menu-item-has-children> a:after {
	content: "\f053";
	left: 10px;
	top: 10px;
	color: #333;
}
#navigation .dropdown-menu {
	min-width: 200px;
	box-shadow: 0 0;
	background-color: #2e60b5;
	border: 0;
	border-radius: 0;
}
#navigation ul ul li> a,#navigation ul ul ul li> a {
	padding: 10px;
	color: #cecfd2;
}

.navbar-toggle {
	float: right;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-toggle {
	padding: 14px 10px;
}

.title_logo {
	float: right;
	position: relative;
}
.title_logo h1,.title_logo h2 {
	color: #fff;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.title_logo .logo_site {
	display: block;
}
.title_logo .logo_site img {
	max-width: 200px;
	max-height: 70px;
	margin:2px 4px 2px 15px;
}
.srch_Toggle {
	float: left;
	position: relative;
}
.srch_Toggle i {
	display:block;
	color: #eee;
	font-size: 30px;
	padding: 22px;
	cursor: pointer;
	background-color: #384862;
	width: 75px;
	text-align: center;
}
.srch_Toggle #search-form {
	background-color: #23292d;
	position: absolute;
	top: 100%;
	width: 250px;
	left: 0;
	border-top: 1px solid #414146;
	display: none;
}
.srch_Toggle #search-form input {
	border: none;
	background: none;
}
.srch_Toggle #search-form #search-text {
	height: 35px;
	padding: 3px 4px;
	line-height: 30px;
	font-size: 12px;
	width: 215px;
	float: right;
	color: #fff;
}
.srch_Toggle #search-form #search-submit {
	background: #384862 url(../img/sch_icon.png) no-repeat center center;
	width: 35px;
	height: 36px;
	float: right;
	cursor: pointer;
}
/*
=services
------------------------------------------*/
#services .services_wrap {
	background-color: #fff;
	border-radius: 10px;
	margin-top: -20px;
	margin-bottom: 35px;
	padding: 10px 10px 30px;
	position: relative;
	box-shadow: 0 0 4px #999;

}
.sec_title {
	text-align: center;
	padding: 10px 0 20px;
}
.sec_title span {
	display: inline-block;
	position: relative;
	padding: 0 10px;
}
.sec_title span:after,.sec_title span:before {
	content: "";
	position: absolute;
	width: 134px;
	height: 12px;
	top:6px;
}
.sec_title span:after {
	right: 100%;
	background: url(../img/line_sec_right.png) no-repeat;
}
.sec_title span:before {
	left: 100%;
	background: url(../img/line_sec_left.png) no-repeat;
}
.box_services .thumb_bs {
	display: block;
	float: right;
	margin-left: 10px;
}
.box_services .thumb_bs img {
	width: 100px;
	height: 100px;
}
.box_services .wrap_bs {
	border: 1px solid #e6e6e6;
	border-bottom: 3px solid #a9a9a9;
	border-radius: 6px;
	padding: 10px;
	height: 130px;
	overflow: hidden;
}
.box_services .wrap_bs .cap_bs h4 {
	line-height: 30px;
}
.box_services .wrap_bs .cap_bs h4 a {
	position: relative;
	padding-right: 18px;
	font-size: 18px;
	color: #555;
}
.box_services .wrap_bs:hover .cap_bs h4 a {
	color: #4878ca;
}
.box_services .wrap_bs:hover {
	border-bottom-color: #2e60b5;
}
.box_services .wrap_bs .cap_bs h4 a:before,.title_page:before {
	content: "";
	position: absolute;
	right: 0;
	top: 9px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #2e60b5;
}
.box_services .wrap_bs .cap_bs p {
	color: #666;
}
/*
=about_index
-----------------------------*/
#about_index {
	margin-bottom: 40px;
}
#about_index .title_about {
	text-align: center;
	margin-bottom: 30px;
}
#about_index .title_about span {
	display: inline-block;
	position: relative;
	border-bottom: 1px solid #ff6161;
	padding-bottom: 10px;
}
#about_index .title_about span:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	margin: auto;
	width: 11px;
	height: 11px;
	background: url(../img/bullet_sec.png) no-repeat;
}
#about_index .title_about span,#about_index .title_about span strong {
	font-family: IRANSans-web-Medium, tahoma, sans-serif;
	font-size: 24px;
	color: #444;
}
#about_index .title_about span strong,#about_index .about_content .aboute_box h4 a:hover {
	color: #2e60b5;
}
#about_index .aboute_box .img_about {
	width: 180px;
	height: 130px;
	display: block;
	margin: 10px;
}
#about_index .aboute_box.about_right .img_about {
	float: left;
}
#about_index .aboute_box.about_left .img_about {
	float: right;
}
#about_index .aboute_box {
	margin: 20px 0 10px;
}
#about_index .about_content p {
	text-align: center;
}
#about_index .about_content .aboute_box p {
	text-align: right;
	font-size: 13px;
	line-height: 24px;
	color: #666;
	padding: 3px 5px;
}
#about_index .about_content .aboute_box p i { vertical-align:middle;}
#about_index .about_content .aboute_box h4 a {
	color: #555;
}

/*
=product_slide
-----------------------------------*/
.product_slide {
	width: 100%;
	position: relative;
	background:#fafafa url(../img/bg_broducts.png) no-repeat right;
	padding:20px 0;
}
.product_slide .product-item img,.product-item img {
	width: 200px;
	height: 170px;
	margin: auto;
}
.product_slide .product-item figure,.product-item figure {
	background-color: #fff;
	border:1px solid #ddd;
	border-radius: 3px;
	margin: 20px;
	padding: 30px 5px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.product_slide .product-item h4,.product-item h4 {
	text-align: center;
	color: #555;
	font-size: 16px;
}
.product_slide .product-item:hover h4,.product-item:hover h4 {
	color: #1c4488;
}
.product_slide .product-item:hover figure,.product-item:hover figure {
	-webkit-box-shadow: 0 3px 4px #555;
	-moz-box-shadow: 0 3px 4px #555;
	-o-box-shadow: 0 3px 4px #555;
	box-shadow: 0 3px 4px #555;
}
.product_slide .sec_title span ,.sec_title span {
	font-family: IRANSans-web-Medium, tahoma, sans-serif;
	font-size: 24px;
}
.product_slide  .owl-buttons {
	position: absolute;
	top: 35%;
	width: 100%;;
}
.product_slide .owl-buttons div {
	position: absolute;
}
.product_slide .owl-buttons div:after {
	font-family: FontAwesome;
	position: absolute;
	font-size: 38px;
	color: #333;
}
.product_slide .owl-buttons div.owl-next:after {
	content: "\f105";
	right: -20px;
}
.product_slide .owl-buttons div.owl-prev {
	left: 0px;
}
.product_slide .owl-buttons div.owl-prev:after {
	content: "\f104";
	left: -20px;

}
/*
=section news
--------------------------------------*/
.section_news {
	width: 100%;
	background: url(../img/pattern-news2.png);
	margin: auto;
	padding: 25px 0;
	position: relative;
}
.header_news {
	margin-bottom:35px;
}
.section_news .sec_title {
	padding-bottom:5px;
}
.section_news .sec_title span {
	color:#222;
}
.section_news .subtitle {
	text-align: center;
	color: #333;
	font-size: 15px;
}
.section_news .article_box {
	margin-bottom:25px;
}
.section_news .wrap_article {
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: 2px solid #2e60b5;
	height: 153px;
	overflow: hidden;
	box-sizing: border-box;
}
.section_news .article_box .thumb_news {
	float: right;
	margin-left: 10px;
}
.section_news .article_box .thumb_news img {
	width: 150px;
	height: 150px;
}
.section_news .article_box .caption_news {
	padding: 10px 0 0 0;
}
.section_news .article_box .caption_news h4 {
	line-height: 25px;
	margin-bottom:7px;
}
.section_news .article_box .caption_news h4 a {
	font-size: 16px;
	color: #444;
	padding-left:10px;
}
.section_news .article_box .caption_news h4 a:hover {
	color:#ed1c24;
}
.section_news .article_box .caption_news p {
	color: #666;
	line-height: 20px;
	font-size: 13px;
	border-bottom:1px solid #eee;
	padding:0 0 4px 10px;
}
.section_news .article_box .caption_news .news_date {
	display: inline-block;
	padding-top: 8px;
	color: #444;
	font-size: 12px;
	letter-spacing: .6px;
	font-family: iransans-number,tahoma;
}
.section_news .article_box .caption_news .news_date i {
	padding-left:4px;
}
a.news_archive {
	display:table;
	margin:15px auto;
	padding: 10px 30px;
	border-radius: 4px;
	border-bottom: solid 2px #2b3892;
	background-color: #2e60b5;
	color: #fff;
	font-size: 14px;
}
a.news_archive:hover {background: #2a5092;}
/*
=footer
-------------------------------------------*/
#footer {
	background-color: #fff;
	padding: 20px 0 0;
}
#footer .footer_box .title_ft {
	font-size: 24px;
	padding-bottom: 10px;
	color: #333;
}
#footer .footer_box .content_ft ul li {
	line-height: 25px;
	padding-bottom: 5px;
	font-size: 13px;
	color: #333;
}
#footer .footer_box .content_ft ul li a {
	display: block;
	line-height: 25px;
	font-size: 13px;
	color: #333;
}
#footer .footer_box .content_ft ul li a:hover {
	color: #2e60b5;
}
#copyright {
	width: 100%;
	background-color: #f7f8fa;
	padding: 20px 0;
}
.ft_logo img {
	margin: auto;
}
/*
=single
----------------------------------------------*/
.inner-page {
	margin-bottom: 20px;
}
.inner-page .container {
	position: relative;
	margin-top: -100px;
	min-height: 600px;
}
.main_content .wrap_main {
	background-color: #fff;
	padding: 15px;
	border-top: 3px solid #2e60b5;
	border-bottom: 3px solid #ddd;
}
.page_head {
	margin-bottom: 10px;
}
.title_page {
	font-size: 22px;
	color: #666;
	padding-right: 20px;
	position: relative;
	margin-bottom: 5px;
}
.page_head .meta_post li {
	float: right;
	margin: 5px 10px;
	color: #555;
	font-size: 12px;
}
.meta_post li a {
	display: inline-block;
	font-size: 12px;
	color: #777;
}
.meta_post li a:hover {
	color: #2e60b5;
}
.meta_post li i {
	padding-left: 3px;
	color: #2e60b5;
}
.entry_content li {
	line-height: 25px;
}
.entry_content ul li {
	list-style: inside;
}
.social_post {
	width: 100%;
	background-color: #eee;
	padding: 20px;
	margin-top:10px;
}
.social_post ul li {
	float: right;
}
.social_post ul li strong {
	display: inline-block;
	padding:4px 0 0 4px;
}
.social_post ul li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	background-color: #777;
	color: #fff;
	border-radius: 4px;
	margin: 5px;
}
.social_post ul li a i {line-height:30px; }
.social_post ul li a:hover {
	opacity: .8;
}
.social_post ul li.facebook_icon a {
	background-color: #5779a8;
}
.social_post ul li.twitter_icon a {
	background-color: #0f9dd4;
}
.social_post ul li.linkdin_icon a {
	background-color: #4e7aa3;
}
.social_post ul li.instagram_icon a {
	background-color: #ed145b;
}
.social_post ul li.google_icon a {
	background-color: #ca4738;
}
.social_post ul li.telegram_icon a {
	background-color: #2ca5e0;
}


.inner-sidebar {
	padding: 0;
}
.inner-sidebar .side_wrapper {
	background-color: #fff;
	border-top: 3px solid #2e60b5;
	border-bottom: 3px solid #ddd;
	padding: 10px;
}
.widget {
	margin-bottom: 10px;
	padding-bottom: 10px;

}
.widget .widg_title {
	position: relative;
	padding-right: 20px;
	background: #f3f3f3;
	margin-bottom: 5px;
}
.widget .widg_title:before,.widget .widg_content ul li:before {
	content: "\f0d9";
	font-family: FontAwesome;
	position: absolute;
	right: 8px;
	top: 0;
	font-size: 20px;
	color: #2e60b5;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.widget .widg_content ul li {
	position: relative;
	padding-right: 10px;
	font-size: 12px;
}
.widget .widg_content ul li:before {
	content: "\f100";
	font-size: 12px;
	color: #777;
	top: 4px;
	right: 0;
}
.widget .widg_content ul li a {
	display: inline-block;
	line-height: 25px;
	padding:0 2px 4px 4px;
	font-size: 13px;
	color: #555;
}
.widget .widg_content ul li a:hover {
	color: #2e60b5;
	margin-right: 2px;
}
.widget .widg_content ul li:hover:before {
	color: #2e60b5;
	margin-right: 2px;
}
/*** serchform ***/
.inner-page #searchform {
	display: table;
	padding: 8px;
	width: 232px;
	margin: 10px auto;
	max-width: 100%;
}
.inner-page #searchform label {
	display: none;
}
.inner-page #searchform input[type="text"] {
	float: right;
	border: 0;
	border: 1px solid #ddd;
	border-radius: 1px;
	padding: 3px 4px;
	width: 176px;
	height: 30px;
	color: #555;
	font-size: 12px;
	border-left: 0;
	max-width: 100%;
}
.inner-page #searchform input[type="text"]:focus {
	border-color: #ff6161;
}
.inner-page #searchform input[type="submit"] {
	border: 0;
	border-radius: 1px;
	padding: 4px 10px;;
	background: #ff6161 url(../img/search_icon2.png) no-repeat center;
	color: #fff;
	font-size: 12px;
	width: 40px;
	height: 30px;
	line-height: 20px;
	text-indent: -9999px;
}
/*** calendar_wrap ***/
#wp-calendar {
	width:100%;
	line-height:24px;
}
#wp-calendar caption {
	text-align: center;
	font-size:18;
	font-weight:normal;
	margin-bottom:5px;
	color:#666;
}
#wp-calendar thead th {
	background: #2e60b5;
	width: 24px;
	color: #fff;
	text-align: center;
	padding-bottom: 5px;
	border-left: 1px solid #ddd;
}
#wp-calendar tbody td {
	color: #9f9f9f;
	border: 1px solid #ededed;
	text-align: center;
}
#wp-calendar tbody td a {
	color: #2e60b5;
}
#wp-calendar tfoot td a {
	color: red;
}
div.tagcloud a {
	display: inline-block;
	padding: 4px 6px;
	border-radius: 2px;
	background-color: #f1f1f1;
	color: #666;
	font-size: 12px;
	margin: 3px;
}
div.tagcloud a:hover {
	color: #2e60b5;
}
div.textwidget {
	font-size: 13px;
	line-height: 25px;
	color: #666;
	text-align: justify;
}
/*
=Archive
--------------------------------*/
.archive_post {
	width: 100%;
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ddd;
}
.archive_post .thumb_arch {
	display: block;
	float: right;
	margin-left: 10px;
}
.archive_post .thumb_arch img {
	width: 100px;
	height: 100px;
	border: 1px solid #eee;
	border-radius: 2px;
	padding: 3px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.archive_post .thumb_arch img:hover {
	opacity: .9;
	border-color: #ddd;
}
.archive_post .content_arch {
	padding-top: 25px;
}
.archive_post .content_arch .t_arch a {
	display: block;
	font-size: 18px;
	color: #666;
	line-height: 28px;
	padding-bottom: 5px;
}
.archive_post .content_arch .t_arch a:hover {
	color: #2e60b5;
}
.archive_post .content_arch p {
	color: #777;
}
a.more_link {
	display: block;
	float: left;
	padding: 4px 10px;
	border-radius: 2px;
	background-color: #f3f3f3;
	color: #333;

}
a.more_link:hover {
	color: #fff;
	background-color: #2e60b5;
}
.title_arch {
	background-color: #f7f7f7;
	margin-bottom: 15px;
	padding:7px 25px 7px 5px;
}
.title_arch:before {
	right: 7px;
	top: 19px;
}
/*
=related posts
------------------------------*/
.rel_itm .wrap {
	background-color: #f9f9f9;
	padding: 5px;
	border-radius: 2px;
	margin-bottom: 10px;
}
.rel_itm .wrap .thumb_rel {
	display: block;
	float: right;
	margin-left: 10px;
}
.rel_itm .wrap .thumb_rel img {
	width: 120px;
	height: 100px;
	margin-bottom: 0;

}
.rel_itm .wrap .rel_title {
	line-height: 25px;
	padding-top: 15px;
}
.rel_itm .wrap .rel_title a {
	font-size: 14px;
	color: #666;
}
.rel_itm .wrap .rel_title a:hover {
	color: #2e60b5;
}
#commentbox {
	margin: 30px 0 20px 0;
	padding-top: 30px;
	border-top: 2px solid #eee;
}

/*** pagenavi ***/
#pagnavi {
	display: table;
	margin: auto;
}
.wp-pagenavi {
	margin: 15px;
}
.wp-pagenavi a.page, .wp-pagenavi a.larger {
	display: inline-block;
	color: #333;
	width: 35px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #f5f5f5;
	margin: 8px 0;
	font-size: 11px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.wp-pagenavi a.page:hover, .wp-pagenavi a.larger:hover {
	background:#ff6161;
	color: #fff;

}
.wp-pagenavi span.pages {
	background: #ff6161;;
	color: #fff;
	padding: 8px 10px;
	border-radius:3px;
	font-size: 11px;
}
.wp-pagenavi span.current {
	display: inline-block;
	color: #fff;
	width: 35px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	background: #ff6161;
	font-size: 11px;
	border-radius: 3px;
}
#go-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #2e60b5;
	border-radius: 100%;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	display: none;
}
#go-top:hover {
	background-color: #fa4d4d;
}
#go-top i {
	position: absolute;
	right: 0;
	left: 0;
	font-size: 28px;
	text-align: center;
	color: #fff;
	margin: auto;
	cursor: pointer;
	top: 8px;
}
.social_footer.social_post {
	background-color: transparent;
	border-top: 1px solid #ccc;
	margin-top: 35px;
}
.social_footer.social_post ul {
	display: table;
	margin: -40px auto 0;
	background-color: #f7f8fa;
	padding: 0 20px;
}
p.ft_copytext {
	text-align: center;
	font-size: 12px;
	color: #333;
}
p.ft_copytext a,.tw_copyright a {
	color:  #fa4d4d;
	font-size: 12px;
}
p.ft_copytext a:hover,.tw_copyright a:hover {
	color: #777;
}
.tw_copyright {
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
}
.tw_copyright p {
	font-size: 12px;
	color: #666;
}







@media screen and (max-width:1200px) {

	.box_services .wrap_bs .cap_bs h4 a {
		font-size: 15px;
	}
	.inner-page .container {
		margin-top: -200px;
	}
}
@media screen and (min-width:992px) {
	#Navbar_tgl {
		float: right;
	}
	#navigation ul.dropdown-menu ul {
		top:0;
		right: 100%;
		z-index: 12;
	}
	.dropdown-menu {
		display: block;
		opacity: 0;
		visibility: hidden;
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
		-webkit-transform: scaleY(0);
		transform: scaleY(0);

		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;

		-moz-transition: -moz-transform 0.2s linear;
		-ms-transition: -ms-transform 0.2s linear;
		-o-transition: -o-transform 0.2s linear;
		-webkit-transition: -webkit-transform 0.2s linear;
		transition: transform 0.2s linear;
	}
	li.dropdown:hover > .dropdown-menu {
		opacity: 1;
		visibility: visible;
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
}
@media screen and (max-width:992px) {
	#navigation {
		position: static;
	}
	.navbar-header {
		float: none;
	}
	.navbar-nav {
		clear: both;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none !important;
		/*        margin: 7.5px -15px;*/
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	.navbar-collapse.collapse.in {
		display: block !important;
	}
	.collapsing {
		/*        overflow: hidden !important;*/
	}
	.products_list {
		background: #b2a7a3;
		height: auto;
	}
	.products_list .product_box {
		width: 30%;
		margin-bottom: 10px;
	}
	.box_services .wrap_bs {
		margin-bottom: 15px;
	}
	#navigation ul ul > .menu-item-has-children > a::after {
		content: "\f078";
	}
	#navigation .dropdown-menu {
		min-width: 100%;
	}
	.dropdown-menu .dropdown-menu {
		right: auto;
	}
	#services .services_wrap {
		margin-top: 10px;
	}
	.navbar-collapse {
		max-height: 340px;
		padding-left: 15px;
		padding-right: 15px;
		overflow-x: visible;
		-webkit-overflow-scrolling: touch;
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	}
}
@media screen and (max-width:768px) {
	#navigation {
		top: 0;
		position: static;
	}
	.product_slide .owl-buttons div.owl-prev::after {
		left: 0;
	}
	.product_slide .owl-buttons div.owl-next:after {
		right: 0;
	}
	.products_list .product_box {
		width: 45%;
	}
	.footer_box {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ddd;
	}
	#footer .footer_box .content_ft ul li a,#footer .footer_box .title_ft {
		text-align: center;
	}
	.sec_title span::after, .sec_title span::before {
		display: none;
	}
	.inner-page .container {
		margin-top: -100px;
	}
	.box_services .wrap_bs {
		height: auto;
	}
}
@media screen and (max-width:480px) {
	.products_list .product_box {
		width: 100%;
	}
	#about_index .title_about span, #about_index .title_about span strong,.sec_title span,.product_slide .sec_title span {
		font-size: 18px;
	}
	#about_index .about_content .aboute_box h4 a {
		display: block;
		text-align: center;
	}
	#about_index .aboute_box.about_right .img_about,#about_index .aboute_box.about_left .img_about {
		float: none;
		margin: auto;
	}
	.title_page {
		font-size: 16px;
	}
	.archive_post .thumb_arch {
		float: none;
	}
	.archive_post .thumb_arch img {
		margin: auto;
	}
	.archive_post .content_arch .t_arch a {
		font-size: 16px;
		text-align: center;
	}
}


/* extra */
.namayesh-sazan-info{
	background-color: white;
	height: 350px;
	overflow: hidden;
	padding: 25px;

}

.namayesh-sazan-info-img img{
	width:100%;
}
.namayesh-sazan-info-img{
	height: 300px;
	/*width: 100%;*/
	overflow: hidden;
	padding: 15px;

}
.slide-1 img{
	width: 100%;
	height:300px;
}
.namayesh-sazan-info p{
	margin: 25px auto;
	line-height: 2;
}
.about_content .owl-nav{
	display: block;
	width: 50%;
	margin: 13px auto;
	font-size: 20px;
}
.owl-nav .fa.fa-angle-left {
	float: left;
}
.owl-service-3 img {
	height: 100px !important;
	width:100px;
}
#partener {
	background-image: url(../img/pattern-news2.png);
	padding-bottom: 80px;
}
#product-archive-img-header {
	height: 300px;
	width:100%;
}
.meta_post li {
	list-style: none !important;
}
.product-meta {
	padding-right: 20px;
}
.meta_post .cat a {
	margin:  0 5px;
}
.product-gallery {
	margin-top: 20px;
}
.product-gallery-img {
	margin-top: 35px ;
}
.product-gallery-img img {
	width: 100%;
	height: 75px !important;
	border: 1px solid #ccc;
	padding: 2px;
	box-shadow: 0 0 5px #ccc;
}
.product-info-tabel {
	margin: 20px auto ;
}
.product-info-tabel table {
	width: 95%;
}
.social_post li {
	list-style: none !important;
}
.order-product a {
	display: block !important;
	margin: 25px auto;
	width: 140px;
	color: #fff !important;
}
.wrapper_hbg {
	width: 100%;
	max-height:600px;
}
.footer-map {
	width: 100%;
	height: auto;
}
.slider-main {
	width: 100%;
	max-height: 600px;
}
#navigation {
	z-index: 999;
}
.page-img img {
	width: 80%;
	display: block;
	margin: 15px auto;
	height: auto;
	max-height: 500px;
}
.map-about-us iframe {
	width: 100%;
	max-height: 400px;
}
.info-about-page {
	display: block;
	width:100%;
	margin: 30px auto;
	text-align: center;
}
.info-about-page ul li {
	display: inline-block;
	list-style: none;
	margin-right: 20px;
}
.conatc-usform {
	display: block;
	width: 70%;
	margin: 30px auto;
}
.conatc-usform input ,.conatc-usform textarea {
	text-align: right !important;
	direction: rtl !important;
}
.conatc-usform {
	display: block;
	width: 90%;
	margin: 15px auto;
}
.conatc-usform input ,.conatc-usform textarea {
	float: left;
	width: 100% !important;
	margin-bottom: 15px;
}
.conatc-usform input[type="submit"] {
	text-align: center !important;
}
.model-form input {
	width: 100% !important;
}
input , textarea {
	text-align: right !important;
}
input[type="submit"] {
	text-align: center !important;
}
.order-page input , .order-page textarea {
	text-align: right !important;
}