/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Aug 13, 2017, 1:58:44 PM
    Author     : Hossein Roshan
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

@font-face {
  font-family: 'soheiltarabarfont';

  src: url('../fonts/soheiltarabarfont.woff');
}

.top2p {
  margin-top: 2%;
}
.down2p {
  margin-bottom: 2%;
}

body {
  font-family: 'Open Sans';
  font-size: 1.8em;
}

.bodyBack {
  background: #FFFFFF;
  -moz-box-shadow: 0 0px 11px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 0px 11px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0px 11px rgba(0, 0, 0, 0.18);
  width: 85%;
  padding: 0px;
}

/*menu css*/
#bs-example-navbar-collapse-1 {
  padding: 4px 0%;
}
#bs-example-navbar-collapse-1 ul li a{
  min-height: 55px;
  padding-top: 15px;

}
.w3ls-nav nav {
  margin-bottom: 10px;
}


.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #21A6DA;
}

.nav > li > a {
  padding: 10px 25px;
}

.lang {
  display: inline-block;
}

.lang ul {
  list-style-type: none;
}

.top-header img{
  display: inline-block
}

/*menu css end*/

.mainPageTitle {
  margin-top: 1%;
  margin-bottom: 2%;
}

.mainPageTitle p {
  margin-right: 1%;
}


#demo {
  direction: ltr;
}


/*servises css*/


.services {
  background: white; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(white, #e7e7e7); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(white, #e7e7e7); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(white, #e7e7e7); /* For Firefox 3.6 to 15 */
  background: linear-gradient(white, #e7e7e7); /* Standard syntax */
}

.SIF {
  min-height: 200px;
  text-align: center;
}

.SIF img{
  max-height: 200px;
  max-width: 100%;
}

.SIFI {
  min-height: 300px;
  text-align: center;
}
.SIFI img{
  max-height: 300px;
  max-width: 100%;
}

.servicesIner {
  margin: 0px;
  padding-bottom: 1.5%;
}

.servicesIner figure {
  border: 7px solid #333333;
}

.servicesIner .serviceTitle {
  font-size: 20px;
}
.servicesIner .serviceDescription {
  font-size: 14px;
}

.serviceTitle {
  border-bottom: 2px solid red;
}

/*servises css ens*/

/*main content css*/

.mainContent {
  margin-top: 1%;
  margin-bottom: 1%;
}

.MIF {
  min-height: 300px;
  text-align: center;
}
.MIF img {
  max-height: 300px;
  max-width: 100%;
}

.mainContentText {
  padding: 2%;
  text-align: justify;
}

/*main content css end*/

/*--industrial start here--*/
.NIF {
  min-height: 300px;
  text-align: center;
}

.NIF img {
  max-height: 300px;
  max-width: 100%;
  margin: 0px auto;
}
.NIFS {
  min-height: 100px;
  text-align: center;
}

.NIFS img {
  max-height: 100px;
  max-width: 100%;
}

.newsSIde {
  margin: 2%;
}

.more {
  padding: 2%;
  border-radius: 5px;
  background-color: #2F71B3;
  color: white;
}

.industrial {
  padding: 2em 0em;
}
.industrial-left h3 {
  font-size: 1.7em;
  color:#2F71B3;
  margin-bottom: 1em;
  font-family: 'Open Sans';
}
.industrial-right h3 {
  font-size: 1.7em;
  color:#2F71B3;
  margin-bottom:1em;
  font-family: 'Open Sans';
}
.new-lft-main {
  float: left;
  text-align: center;
}
.news-right {
  float: right;
}
.news-right h6 {
  font-size: 1.2em;
  color: #000;
  margin-bottom: 0.3em;
  font-family: 'Open Sans';
}
.news-right p {
  font-size: 1em;
  color: #636161;
  line-height: 1.8em;
}
.news-grid {
  margin-bottom: 1.5em;
  border: 1px solid #D8D8D8;
}
/*--industrial end here--*/
/*--feature strat here--*/
/*--tabs style--*/
.accordion, .accordion * {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

.accordion {
  overflow:hidden;
  background:#616f67;
  border: 1px solid #D8D8D8;
}
/*----- Section Titles -----*/
.accordion-section-title {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #D8D8D8;
  background: #fff;
  transition: all linear 0.15s;
  font-size: 16px;
  color: #EE0303;
  text-indent: 0em;
  text-decoration: none;
  padding: 15px 10px;
  font-family: 'Open Sans';
}

.accordion-section-title.active, .accordion-section-title:hover,.accordion-section-title.focus {
  color: #2F71B3;
  text-decoration:none;
  background: #F5F5F5;
}

.accordion-section:last-child .accordion-section-title {
  border-bottom: none;
}
.accordion-section-content.open{
  border-top: 1px solid #cacaca;
}
.accordion-section-content {
  padding: 15px 15px;
  display: none;
  border: none;
  border-bottom: 1px solid #cacaca;
  background: #fff;
  text-decoration: none;

}
.accordion p {
  color: #464646;
  font-size: 16px;
  line-height: 1.8em;
}
.accordion i {
  float: right;
  margin:4px 20px 0 0;
  color: #000;
  font-size: 13px;
}
a.accordion-section-title span {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin: 0 9px 14px 0;
  color: #929292;
}
.accordion-section h6 {
  font-size: 20px;
  margin-bottom: 15px;
}

.accordion-section h5 {
  margin: 0;
}

.accordion-section ul li {
  list-style-type: none;
  line-height: 2em;
  font-size: 14px;
  color: #464646;
}
.accordion-section ul li a{
  color: #464646;
  text-decoration:none;
}
.accordion-section ul li span {
  margin-right: 14px;
  color: #10A7AF;
  font-weight: 100;
}
/*--tab style--*/





/*vendors css*/
.vendors img{
  margin-top: 1%;
  margin-bottom: 2%;
}
/*vendors css end*/



/*footer css*/



.footerTop {
  background: #151618;
  border-top: solid 3px #2F71B3;
  color: white;
}

.map {
  height: 200px;
}

.map strong {
  color: #000;
}

.footerBottom {
  background: #151618;
  border-top: solid 1px #2d2d2d;
  color: white;
}

/*footer css end*/



/*pages css*/

#s5_top_row1_area1 {
  border-bottom: solid 1px #C4C5C6;
  padding: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  background: #E6E6E6 url(../images/s5_top_row1.png) repeat-x top left;
}
#fontControls {
  padding-bottom: 17px;
  padding-right: 10px;
}
#fontControls a {
  color: #31302E !important;
}
.decreaseSize {
  font-size: 12px;
}
.resetSize {
  font-size: 16px;
  margin-left: 5px;
  margin-right: 5px;
}
.increaseSize {
  font-size: 19px;
}
#s5_navv li, #s5_search, .module_round_box_outer, #s5_header_wrap, #s5_component_wrap, #s5_breadcrumb_wrap, .slideInfoZone {
  direction: rtl;
  text-align: right;
  font-size: 16px;
  font-family: 'Open Sans';
}
#s5_breadcrumb_wrap {
  padding-left: 10px;
  font-weight: bold;
  float: left;
}
#s5_breadcrumb_wrap {
  padding-bottom: 20px;
}
#s5_breadcrumb_wrap img {
  margin-left: 6px;
  margin-right: 6px;
}
#s5_center_area1 {
  padding-top: 16px;
  padding-right: 8px;
  padding-left: 8px;
}
#s5_columns_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#s5_columns_wrap_inner {
  width: 200%;
}
#s5_center_column_wrap {
  float: left;
  /*left: 50%;*/
  position: relative;
  width: 50%;
}
#s5_center_column_wrap_inner {
  overflow: hidden;
  min-height: 1px !important;
  position: relative;
}
#s5_navv li, #s5_search, .module_round_box_outer, #s5_header_wrap, #s5_component_wrap, #s5_breadcrumb_wrap, .slideInfoZone {
  direction: ltr;
  text-align: left;
  font-size: 16px;
  font-family: 'Open Sans';
}
.s5_light_modules .module_round_box, #s5_component_wrap {
  background: #FFFFFF;
  padding: 15px;
  border: solid 1px #D8D8D8;
}
.s5_light_modules .module_round_box_outer, #s5_component_wrap {
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 16px;
}
#s5_component_wrap {
  background: #FFFFFF;
  padding: 15px;
  border: solid 1px #D8D8D8;
}


/*pages css end*/


/*servise css*/

.subjectMain {
  background-color: #004c99;
  color: white;
  font-family: 'bYekan';
  font-size: 24px;
  padding: 5px;
  padding-right: 5px;
  padding-right: 20px;
}

.itemCat {
  background-color: #e8e7e7;
}
#producttab {
  direction: ltr;
}
#producttab a {
  background-color: #e1e1e1;
}
.description .active {
  background-color: #ccc;
  margin-right: 2px;
}
.topDecTab {
  position: relative;
  clear: both;
  direction: ltr;
  margin-top: 40px;
  padding: 10px;
}


.tabcontent {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(204, 204, 204);
  border-top: none;
}


/*servise css end*/

.pad {
  padding: 3px;
}

.breadcrumbs img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}