@font-face {
	font-family: irans;
	font-style: normal;
	font-weight: 500;
	src: url('/land/src/fonts/sans/eot/IRANSansWeb_Medium.eot');
	src: url('/land/src/fonts/sans/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('/land/src/fonts/sans/woff2/IRANSansWeb_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('/land/src/fonts/sans/woff/IRANSansWeb_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/land/src/fonts/sans/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
	font-family: lalezar;
	font-style: normal;
	font-weight: normal;
	src: url('/land/src/fonts/lalezar/lalezar.eot');
	src: url('/land/src/fonts/lalezar/lalezar.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('/land/src/fonts/lalezar/lalezar.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('/land/src/fonts/lalezar/lalezar.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/land/src/fonts/lalezar/lalezar.ttf') format('truetype');
}
@font-face {
	font-family: irans; 
	font-style: normal;
	font-weight: normal;
	src: url('/land/src/fonts/sans/eot/IRANSansWeb.eot');
	src: url('/land/src/fonts/sans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('/land/src/fonts/sans/woff2/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('/land/src/fonts/sans/woff/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/land/src/fonts/sans/ttf/IRANSansWeb.ttf') format('truetype');
}
@font-face {
	font-family: lalezar;
	font-style: normal;
	font-weight: normal;
	src: url('/land/src/fonts/lalezar/lalezar.eot');
	src: url('/land/src/fonts/lalezar/lalezar.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 /*url('/land/src/fonts/lalezar/lalezar.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('/land/src/fonts/lalezar/lalezar.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/land/src/fonts/lalezar/lalezar.ttf') format('truetype');
}
@font-face {
	font-family: khordad;
	font-style: normal;
	font-weight: normal;
	src: url('/land/src/fonts/khordad/khordad.eot');
	src: url('/land/src/fonts/khordad/khordad.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('/land/src/fonts/khordad/khordad.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('/land/src/fonts/khordad/khordad.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/land/src/fonts/khordad/khordad.ttf') format('truetype');
}
@font-face {
	font-family: fanum;
	font-style: normal;
	font-weight: 100;
	src: url('/land/src/fonts/sans/fanum/irsfanum.eot');
	src: url('/land/src/fonts/sans/fanum/irsfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8*/
		 url('/land/src/fonts/sans/fanum/irsfanum.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('/land/src/fonts/sans/fanum/irsfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/land/src/fonts/sans/fanum/irsfanum.ttf') format('truetype');
}
@font-face {
	font-family:'mat';
	src:	url('/land/src/fonts/material/material.eot');
	src:	url('/land/src/fonts/material/material.eot?#iefix') format('embedded-opentype'),
			url('/land/src/fonts/material/material.woff') format('woff'),
			url('/land/src/fonts/material/material.ttf') format('truetype'),
			url('/land/src/fonts/material/material.svg#materialdesigniconsregular') format('svg');
	font-weight:normal;
	font-style:normal;
}
html {
  font-size: 13px;
  font-family: irans;
  text-align: right;
}
/*@-webkit-keyframes arrow {
	0%,100% {
		top:10px;
	}
	50% {
		top:30px;
	}
}
@keyframes arrow {
	0%,100% {
		top:10px;
	}
	50% {
		top:30px;
	}
}
@-webkit-keyframes rotate {
	0%{
	    -webkit-transform: rotate(0deg);
	}
	50% {
	    -webkit-transform: rotate(90deg);
	}
	100% {
	    -webkit-transform: rotate(180deg);
	}
}
@keyframes rotate {
	0%{
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(90deg);
	}
	100% {
		transform: rotate(180deg);
	}
}*/
body {
  margin: 0;
  padding: 0;
  line-height: initial;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}
a{
  text-decoration: none;
}
h1 {
  font-size: 3.5rem;
}
.scroll {
position: absolute;
	font-size: 1.3em;
	margin: 20px auto;
	display: block;
	height: 100px;
	text-align: center;
	width: 130px;
	bottom: 0;
	right: calc(50vw - 65px);
}
.scroll:after {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.scroll:after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  margin: auto;
  top: 10px;
  right: 0;
  left: 0;
  -webkit-animation: 3s arrow infinite ease;
  animation: 3s arrow infinite ease;
}
section.panel.main {
	background: url(../images/bg.jpg);
	background-size: contain;
    /*background-repeat: no-repeat;*/
	display: flex;
	align-items: center;
	color: #101010;
	font-size: 2.5rem;
	position: relative;
	border-bottom: 2px solid #4caf50;
	padding-bottom: 40%;
}
section.panel.main:before {
  /* content: ""; */
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
section.panel.main .inner {
  z-index: 1;
  width: 90%;
  max-width: 700px;
	margin-top: 400px;
	margin-right: 8%;
}
section.panel.main h1 {
	font-size: 2.5rem;
	font-weight: normal;
	margin-bottom: 40px;
	margin: auto;
	font-family: fanum;
	padding: 20px 0 0;
	color: #555;
}
p.tagline {
	margin: 0;
	font-family: khordad;
	font-size: 5.5rem;
	display: inline-block;
	border-bottom: 2px solid #4CAF50;
}
p.tagline span {
	color: #4CAF50;
}
p.tagline:before {
	/* content: ""; */
	width: 580px;
	height: 4px;
	background: #2196F3;
	position: absolute;
	bottom: -3px;
	right: 0;
	right: calc(50% - 285px);
}
p.desc {
  font-size: 2rem;
	margin-top: 0;
  /* word-spacing: 5px; */
}
p.desc > span {
  font-family: fanum;
  background: #F44336;
  color: #fff;
  text-shadow: none;
  margin: 0 10px 0 20px;
  padding: 0 10px 0 0;
  font-weight: bold;
  font-size: 4rem;
  display: inline-block;
  letter-spacing: -10px;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  line-height: 4.8rem;
}
p.desc span span:first-child {
	font-size: 1.5rem;
	letter-spacing: 0;
}
p.desc span span {
	z-index: 1;
	position: relative;
}
p.desc > span:before, p.desc > span:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 60px;
  background: #F44336;
  z-index: 0;
}
p.desc > span:before {
    -webkit-transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
         -o-transform: rotate(30deg);
}
p.desc > span:after {
    -webkit-transform: rotate(60deg);
       -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
         -o-transform: rotate(60deg);
}




.fajr-sections{
  position: relative;
}
.contain {
  display: flex;
  padding: 0 40px;
  position: relative;
}
#desc > h2 {
  text-align: center;
  background: #fff;
  width: 500px;
  margin: 30px auto 60px;
  position: relative;
}
#desc > h2:after{
  width: 100%;
  background: #fff;
  right: 0;
  z-index: -1;
}
.fajr-description {
  padding: 10px 30px;
  background-color: #E0F7FA;
  font-size: 1.1rem;
  box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 1px 4px rgba(0,0,0,0.12);
  margin: 40px -180px 30px 15%;
}
.fajr-link.more a {
  display: inline-flex;
  justify-content: center;
  background-color: #03A9F4;
  color: white !important;
  width: 100%;
  height: 100%;
  align-items: center;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
}
.fajr-link.more {
  padding: 5px;
  position: absolute;
  display: block;
  border-radius: 50%;
  -webkit-transform: rotate(-13deg);
  transform: rotate(-13deg);
  width: 90px;
  height: 90px;
  left: calc(10% - 40px);
  bottom: 80px;
  background: #fff;
  z-index: 1;
}
#section2 .contain {
  flex-direction: column;
  padding: 0;
}
section.panel.section2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fbfbfb
}
#section2 .fajr-image img {
  max-width: 500px;
  height: auto;
  width: 100%;
}
#section2 .fajr-link.allmany {
  margin: 60px 40px 10px 0;
  background-color: #c4e1e9;
}
#section2 .fajr-title h2 {
  border-bottom: 1px solid #c00a65;
  margin: 0 0 100px 0;
  font-size: 2rem;
  padding: 10px;
  margin-left: 10%;
}
div#section2 {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
}
.fajr-link.many{
  display: inline-block;
  vertical-align: middle;
}
#section2 .fajr-link.many a:hover {
  background: rgba(255, 255, 255, 0.5);
}
#section2 .fajr-link.many a{
  color: #222;
  display: flex;
  font-size: 1.3rem;
  margin: 0 -1px;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
}
#section2:before {
  content: "ENG808";
  font-size: 170px;
  color: #aaa;
  position: absolute;
  opacity: 0.12;
  z-index: 0;
  right: 0;
  bottom: 0;
  height: 230px;
}
#section2 .fajr-link.more {
  border: 2px solid #f9f9f9;
  left: -50px;
  background: transparent;
}
#section2 .fajr-link.more a {
    background-color: #651d21;
}
section.section3 {
  background-image: url(//civil808.com/sites/all/themes/sara/images/shop.jpg);
  padding: 100px;
  background-position: bottom;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.section3 .main-shop a {
  width: 18%;
  display: inline-block;
  margin: 40px 0 30px 0 !important;
  position: relative;
  vertical-align: middle;
}
p.main-shop a {
  font-size: 30px !important;
  color: #fff !important;
  margin: 0 10px !important;
  transition: all 0.15s ease;
  font-weight: bold;
}
p.main-shop {
  direction: rtl;
}
p.all-product {
  display: flex;
  justify-content: space-around;
  max-width: 100%;
  padding: 0 2%;
  flex-wrap: wrap;
}
p.all-product a {
  color: #000 !important;
  font-size: 22px !important;
  border: 2px solid #fff;
  border-radius: 25px;
  text-shadow: none;
  padding: 4px 2%;
  background: rgba(255,255,255,0.4);
  transition: all 0.2s;
  margin: 0px 10px 15px;
}
p.all-product a.featured:before {
  content: "\f46f";
  font-family: mat;
  font-size: 27px;
}
p.all-product a:before {
  content: "\f03b";
  font-family: mat;
  margin: 0 0px 0 20px;
  vertical-align: middle;
  font-size: 28px;
  color: #666;
}
p.all-product a.catalog:before {
  content: "\f162";
}
ul.navigat {
  position: fixed;
  left: 20px;
  z-index: 10;
  color: #fff;
  top: calc(50% - 130px);
}
ul.navigat li {
  padding: 5px 0;
  white-space: nowrap;
}
ul.navigat li {
  padding: 10px 0;
  text-align: left;
  list-style: none;
  transition: all 0.2s ease;
  cursor: pointer;
}
ul.navigat li:hover span {
  opacity: 1;
  margin-left: 20px;
  background: rgba(0, 0, 0, 0.2);
  padding: 1px 10px;
  border-radius: 5px;
}
ul.navigat li:after {
  content: "\f130";
  font-family: mat;
  left: 0;
  position: absolute;
  margin-top: 3px;
  text-shadow: 0 0 4px #000;
}
ul.navigat li span {
  white-space: nowrap;
  opacity: 0;
  margin-left: -20px;
  transition: all 0.2s ease;
  position: relative;
}
ul.navigat li span:before {
  content: "";
  border: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  left: -10px;
  display: block;
  top: 6px;
  height: 0;
  z-index: 4;
}
a.footer {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #fff;
  background: #777;
  border-top: 5px solid #4caf50;
  margin-top: -1px;
}
a.footer:after {
  content: "\f04d";
  font-family: mat;
  margin: 0 20px 0 0;
}
span.seperator {
	height: 800px;
	min-width: 1px;
	background: #ccc;
	display: inline-block;
	z-index: 1;
	position: relative;
	margin: 80px 20px 0;
}
.login-container {
  padding: 30px 10px;
  display: flex;
  justify-content: space-around;
  background: #f5f5f5;
	margin: 20px auto 30px;
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
	max-width: 400px;
}
.login-container a {
  padding: 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
  font-size: 1.1rem;
  background: #2196F3;
  color: #fff;
  border-radius: 2px;
  transition: all 0.2s ease;
  min-width: 35%;
  text-align: center;
}
.login-container a:hover {
  box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
  opacity: 0.8;
}
.login-container a.register {
  background: #9C27B0;
}
span.num {
  /*border: 5px solid #777; */
  background: #fff;
  padding: 15px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: bold;
  font-family: fanum;
  color: #777;
  margin: 15px auto;
  position: relative;
}
p.section-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 30px 0 10px 0;
}
span.num:before {
  content: "";
  position: absolute;
  width: 110%;
  height: 110%;
  right: -5%;
  top: -5%;
  z-index: -1;
  border-radius: 50%;
  background: linear-gradient(to bottom left, #008eff ,#ef01bb);
  -webkit-animation: 6s rotate infinite cubic-bezier(0.76, 0.38, 0.27, 0.61);
  animation: 6s rotate infinite cubic-bezier(0.76, 0.38, 0.27, 0.61);
}
div#desc .contain > div {
	width: 50%;
	padding: 20px;
}
div#desc {
  width: 100%;
}
#desc > h2 {
  margin: 20px auto 40px;
}
.section-desc p {
  font-size: 1.2rem;
}
.section-desc {
  margin-top: 50px;
}
.section-desc div a {
  display: block;
  padding: 5px;
  font-size: 1.1rem;
  color: #777;
  font-weight: 500;
}
.section-desc div a:before {
  content: "\f04d";
  font-family: mat;
  font-size: 1.5rem;
  vertical-align: middle;
  margin-left: 15px;
  font-weight: bold;
  color: #673AB7;
}
div.seperator {
  margin: 40px auto;
  display: block;
  height: 1px;
  background: #673AB7;
  width: 120px;
}
p.titr:before {
  content: "";
  background: linear-gradient(to bottom left, #008eff ,#ef01bb);
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  margin: 0 0 0 15px;
}
p.titr span {
  font-size: 1.1rem;
  margin-right: 10px;
}
section.panel {
	overflow: hidden;
	/*min-height: 100vh;*/
	position: relative;
}
#steps img.main {
	width: 300px;
	display: block;
	margin: 20px auto 20px;
}
.parts a img,.parts > span img {
	width: 120px;
	margin: auto;
	display: block;
}
.parts a, .parts > span {
	text-align: center;
	display: inline-block;
	width: 100%;
}
.parts a span, .parts >span a {
	padding: 10px 20px;
	margin: 20px auto;
	display: block;
	width: 140px;
	background: #eee;
	color: #555;
	font-size: 16px;
	border-radius: 2px;
	box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
}
.parts .description {
	margin: 15px auto;
	text-align: center;
	font-size: 15px;
	line-height: 3em;
	max-width: 400px;
}
span.vertical:before {
	content: "\f043";
	font-family: mat;
	font-size: 35px;
	color: #2196F3;
	transform: rotate(45deg);
	display: inline-block;
	width: 35px;
	margin: auto;
}
span.vertical {
	display: block;
	text-align: center;
	margin: 20px;
}
.shipping div {
	width: 220px;
	margin: auto;
	position: relative;
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f2f2f2;
}
.shipping div:before, .shipping div:after {
	content: "";
	width: 0;
	position: absolute;
	top: 0;
	right: 0;
	border: solid;
	border-width: 0px 110px 60px;
	border-color: transparent #fff transparent #fff;
	z-index: 1;
}
.shipping img {
	width: 220px;
	margin: auto;
	display: block;
	position: relative;
}
.shipping div:after {
	bottom: 0;
	top: inherit;
	transform: rotate(180deg);
}
.shipping {
	text-align: center;
	font-size: 20px;
}
div#desc .contain > div:before, div#desc .contain > div:after {
	content: "\f043";
	margin: 0 auto 40px 0;
	display: block;
	width: 70%;
	text-align: center;
	font-family: mat;
	font-size: 35px;
	color: #2196F3;
}
div#desc .contain > div.left-part:before, div#desc .contain > div.left-part:after {
	content: "\f042";
	margin: 0 0 40px auto;
}
div#desc .contain > div.left-part:after {
	content: "\f043";
}
div#desc .contain > div:after{
	content: "\f042";
}
section#steps {
	padding: 50px;
}
section#profile {
	background-image: url(../images/back.svg);
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	/* box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px; */
	padding: 30px;
}
.node {
	background: #fff;
	margin: 20px 5% 80px;
	padding: 15px;
	display: inline-flex;
	width: 90%;
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
}
.node > div {
	width: 50%;
}
.group-right {
	text-align: center;
	background: #fbfbfb;
	margin: -15px 15px -15px -15px;
}
.node img{
	max-width: 100%;
}
section#profile h2 {
	display: inline-block;
	margin: 30px 70px 20px;
}
.panel h2 {
	/*font-family: lalezar;*/
	font-size: 25px;
}
section#profile h2:before {
	content: "\f2a1";
	font-family: mat;
	font-size: 5rem;
	text-align: center;
	color: #2196F3;
	box-sizing: border-box;
	background: #fff;
	vertical-align: middle;
	margin: 0 0 0 30px;
	width: 53px;
	height: 34px;
	display: inline-block;
	line-height: 21px;
	letter-spacing: -6px;
}
.shop-links a.btn {
	display: block;
	padding: 10px 20px;
	background-color: #eee;
	border-radius: 5px;
	color: #1976D2;
}
.shop-links{
	display:flex;
	width:100%;
	text-align:center;
	justify-content: space-around;
}
.product-info {
  font-family: fanum;
}
span.uc-price {
  color: #4CAF50;
  font-family: fanum;
}
.list-price .uc-price {
  color: #F44336;
  text-decoration: line-through;
}
.product-info.list-price {
  border-width: 0 3px 0 0;
  padding: 20px 30px;
  margin-top: 30px;
}
.product-info.uc-takhfif {
  margin: 0 30px 0 0;
  display: inline-block;
  background: #f9f9f9;
  padding: 3px 15px;
  border-right: 5px solid #F44336;
}
a.add-to-cart {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  display: inline-block;
  padding: 5px 25px;
  border-radius: 2px;
  background: #4CAF50;
  box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
}
.add-to-cart span {
  font-size: 1.2rem;
  margin: 0 15px;
}
.add-to-cart {
  display: flex;
  align-items: center;
  /* justify-content: space-around; */
  padding: 30px 20px;
}
body:before {
	/*content: "تا 9 تیر تمدید شد";*/
	font-family: fanum;
	position: fixed;
	width: 350px;
	background: #F44336;
	z-index: 10;
	color: #fff;
	text-align: center;
	font-size: 30px;
	right: calc(50% - 175px);
	border-radius: 0 0 25px 25px;
	border: 2px solid #fff;
	border-top: 0;
	box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
}

section#profile-features {
	background: #f5f5f5;
	padding: 50px 80px 90px;
}
#profile-features h2 img {
	width: 200px;
	display: block;
	margin: 0 auto 20px;
	box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
}
#profile-features .features {
	display: flex;
	width: 100%;
	justify-content: space-around;
	text-align: center;
	margin-top: 50px;
	/* align-items: baseline; */
}
.features img {
	width: 100px;
}
.features > div:hover {
	box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
}
.features > div {
	width: 25%;
	margin: 0 15px;
	border-radius: 5px;
	padding: 15px;
	transition: all 0.2s;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
}
#profile-features h2 {
	font-weight: normal !important;
	text-align: center;
}
.btn {
	padding: 5px 20px;
	font-size: 15px;
	color: #fff;
	background: #2196F3;
	border-radius: 2px;
	margin: 10px 0 10px;
	display: inline-block;
	background-image: linear-gradient(-180deg,hsla(0,0%,100%,.18),hsla(0,0%,100%,0));
	box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
}
#moshaver {
	padding: 50px 80px 90px;
}
.users {
	display: flex;
	width: 100%;
	justify-content: space-around;
	text-align: center;
	margin-top: 50px;
}
.users img {
	width: 100px;
	height: auto;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px
}
.users > *{
	width: 20%;
	background: #f5f5f5;
	margin: 0 15px;
	padding: 15px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
}
.users p {
	font-weight: 500;
}
.users a {
	color: #333;
}
.users .btn {
	background: #fff;
	color: #555;
	font-size: 12px;
	float: left;
	padding: 5px 10px;
}
.users a span.btn {
	float: right;
}
#moshaver h2 {
	text-align: center;
	font-family: lalezar;
	font-size: 2.5rem;
}
.profile-vip {
	margin: 50px auto 0;
	max-width: 800px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #f00;
	padding-top: 40px;
}
.profile-vip p {
	font-weight: bold;
	font-size: 20px;
	margin: 0 20px 0 60px;
}



@media (max-width:1200px) {

}
@media (max-width:960px) {
.contain {
  padding: 0 10px;
}
section.section3 {
  padding: 100px 10px;
}
div#section2 {
  flex-direction: column;
}
#section2 .contain {
  width: 90vw;
}
#section2:before {
  bottom: inherit;
  z-index: 1;
  opacity: 0.7;
  top: 100px;
  color: #fff;
  text-shadow: 0 0 1px #000;
}
#section2 .fajr-link.allmany {
  margin: -10px 20px 0px 30px;
}
#section2 .fajr-link.more {
  left: 0;
  margin-bottom: -50px;
}


}
@media (max-width:840px) {
.fajr-description {
  margin: 50px 10px 0 10px;
}
#desc .contain {
  flex-direction: column;
}
span.seperator {
  height: 1px;
  width: 100%;
  margin: 20px 0;
}
span.num {
  float: right;
  margin: 20px 10px 20px 20px;
}
div#desc .contain > div {
  width: inherit;
}
p.section-title {
  display: inline-block;
  margin: 30px 10px 10px 0px;
}
.login-container {
  display: inline-flex;
  width: calc(100% - 160px);
  margin: 20px 0 20px 0;
}
#desc > h2 {
  margin: 40px auto 30px;
}
.section-desc {
  width: calc(100% - 160px);
  margin: 0px 0 20px 0;
  display: inline-block;
}



}
@media (max-width:360px) {
	a.back:link, a.back:visited {
		left:30px;
	}
	.social-corner {
		right:30px;
	}
	.ads-container {
		min-height:200px;
		padding-bottom:0;
	}
	#carbonads {
		width:100%;
		padding-left: 0;
		padding-right: 0;
	}
	#carbonads a {
		float:none;
		display:block;
		text-align: center;
	}
	#carbonads .carbon-poweredby,
	#carbonads .carbon-text {
		width:90%;
		text-align: left;
	}
}

#software{
    background: #fafafa;
    padding: 70px 0 90px 0;
    display: flex;
    flex-wrap: wrap-reverse;
    flex-direction: row-reverse;
    align-items: center;
}
section#college {
    background-color: #fafafa;
    padding: 70px 0 120px;
}
#software img{
    width: 60%;
    height: auto;
}
.softwate-text {
    text-align: center;
    width: 40%;
}

@media (max-width: 900px){
    #software img{
        width: 100%;
        height: auto;
    }
    .softwate-text {
        text-align: center;
        width: 100%;
    }
}

h2 {
    font-size: 25px;
    margin-bottom: 35px;
    position: relative;
    text-align: center;
}
h2:before {
    content: "";
    position: absolute;
    width: 130px;
    height: 3px;
    background: #4CAF50;
    bottom: -10px;
    right: calc(50% - 65px);
    box-shadow: rgba(136,58,183,0.15) 0px 1px 6px, rgba(136,58,183,0.157) 0px 1px 4px;
}
.softwate-text1{
    font-family: fanum;
}
.softwate-text1 p:nth-child(1){
    font-size: 17px;
}
.softwate-text1 p:nth-child(2){
    color: #E91E63;
    font-size: 15px;
}
.with-seprater{
    margin-top: 30px;
}
.with-seprater:after{
    content: '';
    background-image: url(https://civil808.com/97/fetr/images/separator.png);
    width: 303px;
    height: 102px;
    /* background-size: contain; */
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    margin: 7px auto -16px;
    transform: rotate(-1deg);
    background-size: 111%;
}
.btn{
    background: #fbfbfb;
    border: 0;
    height: 36px;
    border-radius: 2px;
    line-height: 36px;
    text-align: center;
    color: #444 !important;
    padding: 0 16px;
    text-shadow: none;
    display: inline-block;
    font-size: 14px;
    min-width: 88px;
    transition: all .2s;
    text-decoration: none;
    box-shadow: rgba(0,0,0,0.117647) 0 1px 6px, rgba(0,0,0,0.117647) 0 1px 4px;
    outline: 0;
    border: 0px !important;
}
.btn-primary{
    color: #fff !important;
    background-color: #2196f3;
}
#college .item img{
    width: 100%;
}
#college .item {
  padding: 25px 10px;
  color: #212121 !important;
  font-size: 16px;
  margin: 15px;
    box-shadow: rgba(0,0,0,0.117647) 0 1px 6px, rgba(0,0,0,0.117647) 0 1px 4px;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 33% !important;
    text-align: center;
}
#college .item span{
    color: #333 !important;
    line-height: 30px;
}
#college .items.playlist {
    height: 305px;
}
#college .items {
    width: 90%;
    margin: auto;
    margin-top: 35px;
    /*height: 360px;*/
  display: flex;
}
#college a{
    color: #00accc;
}
.wh .view-header {
    margin-top: 80px;
}
.wh {
    width: calc(100% - 30px);
    max-width: 1100px;
    margin: auto;
    text-align: center;
    padding: 80px 15px;
    z-index: 1;
    position: relative;
}
section {
    max-width: 100vw;
    overflow: hidden;
}
#aplication .wh{
    padding: 0;
}
#aplication img.phone{
    position: absolute;
    left: 40px;
    bottom: -30px;
    width: 260px;
    transform: rotate(-5deg);
}
#aplication .sec-li > div{
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: rgba(0, 0, 0, 0.156863) 0px 1px 6px, rgba(0, 0, 0, 0.227451) 0px 1px 6px;
    max-width: 1067px;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    padding: 23px 3.5% 36px 37%;
    text-align: right;
    font-size: 14px;
    line-height: 33px;
}
#aplication .sec-li > div > p{
    text-align: justify;
}
#aplication .sec-li > div li{
    text-align:right;
}
a.poster {
    background: url(https://civil808.com/app/images/mostaghim.png) no-repeat;
    width: 150px;
    height: 48px;
    display: inline-block;
    opacity: .9;
    -webkit-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    margin: 12px 2px -17px 1px;
}
a.poster.cafebazaar {
    background: url(https://civil808.com/app/images/cafebazaar.png) no-repeat;
}
a.poster.googleplay {
    background: url(https://civil808.com/app/images/googleplay.png) no-repeat;
}
a.poster.ios {
    background: url(https://civil808.com/app/images/ios.png) no-repeat;
}
a.poster.view:before {
    content: '\f349';
}


section#aplication {
    padding: 90px 0 166px;
}

.wh .view-header {
    margin-top: 50px;
}





@media (max-width:1200px) {

}
@media (max-width:960px) {


}
@media (max-width:840px) {
    section#intro .cover h1 {
        font-size: 3.5rem;
    }
    section#intro .cover .inner {
        background: rgba(255, 255, 255, 0.6);
        padding: 15px;
        border-radius: 15px;
        margin: auto;
        max-width: 96%;
    }
}
@media (max-width:360px) {

}
@media (max-width: 1200px){
    #aplication img.phone{
        position: absolute;
        left: 9%;
        width: 21%;
        top: -2vw;
    }
    #aplication .sec-li > div{
        padding: 24px 3.5% 36px 46%;
    }

}

@media (max-width: 992px){
    #aplication .sec-li > div {
        padding: 37px 5%;
    }
}
@media (max-width: 500px) {

    #aplication .sec-li > div {
        margin-top: 206px;
    }
    #aplication img.phone{
        width: 124px;
        top: -200px;
        right: calc(50% - 64px);
        transform: rotate(0deg);
    }
    #aplication .wh ,
    #pbd .wh {
        padding: 8vh 0 10vh 0;
    }

}




#festival-prods .card-holder{
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    text-align: justify;
}
#festival-prods .product-catalog{
    width: 80%;
    margin: auto;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    text-align: center;
    align-content: center;
}
#festival-prods .product-catalog .card {
    padding: 10px;
    display: block;
}

#festival-prods .product-catalog .card .card-content:after {
    content: "";
    display: table;
    clear: both;
}
#festival-prods .product-catalog .card .card-content{
    height: auto;
    padding: 10px;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    box-shadow: rgba(0, 0, 0, 0.156863) 0px 1px 6px, rgba(0, 0, 0, 0.227451) 0px 1px 6px;
}
#festival-prods .product-catalog .card .card-content .img{
    /*width: calc( 50% - 20px );*/
    padding: 10px;
    width: 50px;
    display: inline-block;
    float: right;
}
#festival-prods .product-catalog .card .card-content .img img{
    width: 100%;
}

#festival-prods .product-catalog .card .card-content .content .product-links {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
    list-style: none;
}

#festival-prods .product-catalog .card .card-content .content .product-links li{
    width: 33%;
    display: inline-block;
}
#festival-prods .product-catalog .card .card-content .content .product-links li a{

    display: block;
    line-height: 32px;
    max-width: 400px;
    color: #26a69a;
    transition: 0.5s;


}
#festival-prods .product-catalog .card .card-content .content .product-links li a:before {
    content: '\f337';
    font-family: mat;
    font-size: 18px;
    display: inline-block;
    padding-left: 10px;
    color: #212121;
    transition: 0.5s;
}

#festival-prods .product-catalog .card .card-content .content .product-links li a:hover,
#festival-prods .product-catalog .card .card-content .content .product-links li a:hover:before{
    opacity: 0.6;
}
#festival-prods .product-catalog .card .card-content .content{
    width: calc(100% - 90px);
    text-align: right;
    float: right;
    padding: 10px;
}
#festival-prods .product-catalog .card .card-content .content .download-catalog{
    position: absolute;
    left: 30px;
    top: 30px;
    padding: 5px 20px;
    font-size: 15px;
    color: #fff;
    background: #26a69a;
    border-radius: 2px;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
    transition: 0.5s;
}

#festival-prods .product-catalog .card .card-content .content .download-catalog:hover {
    box-shadow: rgba(0, 0, 0, 0.117647) 3px 5px 6px, rgba(0, 0, 0, 0.117647) 3px 5px 4px;
}
#festival-prods .product-catalog .card .card-content .content .download-catalog:before {
    content: "\f225";
    font-family: mat;
    color: white;
    font-size: 18px;
    position: relative;
    top: 3px;
    font-weight: normal;
    display: inline-block;
}

#festival-prods .product-catalog .card .card-content .content h3 {
    margin-top: 0;
}


#festival-prods .card-holder .card a {
    display: block;
    height: 100%;
    color: #7B1FA2;
}
#festival-prods .card-holder .card {
    width: calc(33% - 30px);
    padding: 15px;
    /*display: inline-block;*/
}

#festival-prods .card-holder .card .card-content{
    padding: 10px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    box-shadow: rgba(0, 0, 0, 0.156863) 0px 1px 6px, rgba(0, 0, 0, 0.227451) 0px 1px 6px;
}

#festival-prods .card-holder .card .card-content .img img{
    margin-top: 15px;
}

#festival-prods .card-holder .card .card-content .img{
    width: calc( 30% - 20px );
    padding: 10px;
}
#festival-prods .card-holder .card .card-content .content{
    width: calc( 70% - 20px );
    padding: 10px;
}
#festival-prods .card-holder .card .card-content .content .new-price{
    display: inline-block;
    padding: 0 10px;
    color: #43A047;
}
#festival-prods .card-holder .card .card-content .content .linethrough{
    padding: 0 10px;
    display: inline-block;
    text-decoration: line-through;
    color: #e53935;
}

@media screen and (max-width: 1000px) {
    #festival-prods .card-holder{
        width: 80%;
        margin: auto;
        /*display: flex;*/
        /*flex-wrap: wrap;*/
        text-align: center;
        align-content: center;
    }
    #festival-prods .card-holder .card {
        width: calc(50% - 30px);
    }
    #festival-prods .card-holder .card .card-content .img{
        width: 100%!important;
        padding: 10px;
    }
    #festival-prods .card-holder .card .card-content .img img {
        width: 50% !important;
        display: block;
        margin: auto;
    }

    #festival-prods .card-holder .card .card-content .content{
        width: 100% !important;
        padding: 10px;
    }
}
@media screen and (max-width: 800px) {
    #festival-prods .card-holder{
        width: 100%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        align-content: center;
    }
    #festival-prods .product-catalog {
        width: 100%;
        margin: auto;
        /* display: flex; */
        /* flex-wrap: wrap; */
        text-align: center;
        align-content: center;
    }
    #festival-prods .product-catalog .card .card-content .img{
        /*width: calc( 50% - 20px );*/
        padding: 10px;
        width: 30px;
        display: inline-block;
        float: right;
    }
    #festival-prods .product-catalog .card .card-content .content .download-catalog{
        position: absolute;
        left: 30px;
        top: 30px;
        padding: 5px;
        font-size: 10px;
        line-height: 20px;
        color: #fff;
        background: #26a69a;
        border-radius: 2px;
        display: inline-block;
        box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
        transition: 0.5s;
    }
    #festival-prods .card-holder .card {
        width: 100%;
        padding: 10px;
    }
    #festival-prods .card-holder .card .card-content .img img{
        width: 100%!important;
    }
    #festival-prods .card-holder .card .card-content .img{
        width: calc( 30% - 20px ) !important;
        padding: 10px;
    }
    #festival-prods .card-holder .card .card-content .content{
        width: calc( 70% - 20px )!important;
        padding: 10px;
    }

    #festival-prods .product-catalog .card .card-content .content .product-links li{
        width: 50%;
        display: inline-block;
    }

}


.contain {
    margin: 50px 0;
    text-align: center;
}

.contain div {
    text-align: center;
}

.contain h3 {
    display: inline-block;
    margin: 30px 0 0;
    border-bottom: 1px solid #2196F3;
    font-size: 1.8rem;
    text-align: center;
    padding: 5px;
}

.contain.profit h3 {
    margin-top: 0;
    border-color: #F44336 !important;
}
.contain.profit h3:before {
    content: "\f2a1";
    color: #F44336;
}

.contain h3:before {
    content: "\f346";
    font-family: mat;
    font-size: 3rem;
    color: #2196F3;
    vertical-align: middle;
    margin-left: 15px;
}

.red-text {
    color: #F44336 !important;
}

.item.carousel-item {
    padding: 10px;
    width: 250px !important;
    margin-right: 10px;
}


#work-with-us .btn {
    padding: 5px 20px;
    font-size: 15px;
    color: #fff !important;
    background: #2196F3;
    border-radius: 2px;
    margin: 10px 0 10px;
    display: inline-block;
    background-image: linear-gradient(-180deg,hsla(0,0%,100%,.18),hsla(0,0%,100%,0));
    box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
}
.work-with-us {
    background-image: url(/96/daneshjoo23/img/bcg_slide-3.jpg);
    background-size: cover;
    border-bottom: 1px solid #555;
    min-height: calc(100vh - 160px);
    padding: 80px 0;
    position: relative;
}
.work-with-us:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}

.mazaya a{
    border-radius: 2px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    transition: all 0.2s;
    box-shadow: rgba(0,0,0,0.117647) 0px 1px 6px, rgba(0,0,0,0.117647) 0px 1px 4px;
    outline: none;
    color: #2196f3 !important;
    border: 1px solid #2196f3;
    margin: 16px 8px 12px 8px;
    box-sizing: border-box;
    vertical-align: top;
    width: 109px;
    text-decoration: none;
}
.mazaya{
    text-align: center;
    margin: 50px auto 20px;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
}
.mazaya li{
    line-height: 26px;
    background-color: #ffffff;
    margin: 50px 3%;
    padding: 87px 15px 15px 15px;
    width: 249px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
    min-height: 147px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    font-size: 16px;
    line-height: 29px;
}
.mazaya li:before {
    content: "";
    width: 100px;
    height: 100px;
    display: block;
    margin: 20px 0px 30px 0px;
    position: absolute;
    top: -70px;
    right: 86px;
    box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
    border-radius: 50%;
    background: url(https://civil808.com/sites/all/themes/sara/images/moshaver-like.svg);
}
.mazaya li:nth-child(1):before{
    background: url(https://civil808.com/sites/all/themes/sara/images/moshaver-doc.svg);
}
.mazaya li:nth-child(2):before{
    background: url(http://land.civil808.com/98/eid/images/conv.png);
    background-size: contain;
}

#slide-2 {
    padding: 30px 0 0;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

#webform-client-form-9969>div>div {
    width: 51%;
    margin-right: auto;
    margin-left: auto;
}

.node-webform .form-item {
    transition: all .2s ease;
    border-radius: 4px 0 0 4px;
}
.form-item {
    min-height: 42px;
}
.form-item, .form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
}

.form-item label {
    font-size: 14px;
    font-weight: 500;
}
.form-item label {
    font-size: 14px;
    font-weight: 400;
}

.webform-container-inline label {
    display: inline;
    margin-right: 1em;
}
.marker, .form-required {
    color: #f00;
}

#webform-client-form-9969>div div input {
    float: left;
    width: 303px;
}

.node-webform input.form-text, .node-webform select.form-select {
    padding: 6px 5px;
    margin: 0;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #f5f5f5;
    border: 1px solid #dbdbdb;
    box-shadow: none;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    font-family: irans;
    padding: 10px 6px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 2px;
}

#webform-client-form-9969>div div input {
    float: left;
    width: 303px;
}

.node-webform input.form-text, .node-webform select.form-select {
    padding: 6px 5px;
    margin: 0;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #f5f5f5;
    border: 1px solid #dbdbdb;
    box-shadow: none;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    padding: 10px 6px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 2px;
}

#webform-client-form-9969>div div select {
    float: left;
    width: 315px;
}

.node-webform input.form-text, .node-webform select.form-select {
    padding: 6px 5px;
    margin: 0;
}
.node-webform select {
    height: 35px;
}
.form-textarea-wrapper textarea {
    display: block;
    margin: 0;
    width: calc(100% - 1rem);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 900px) {
    #webform-client-form-9969 > div div select {
        width: 100%;
    }

    #webform-client-form-9969 > div div input {
        width: 100%;
    }

    #webform-client-form-9969 > div > div {
        width: 90%;
    }
}

.btn-green, .green-btn, #webform-client-form-9969 input[type="button"], #webform-client-form-9969 input[type="submit"], #webform-client-form-9969 button {
    border: 0;
    height: 32px;
    border-radius: 2px;
    line-height: 32px;
    text-align: center;
    padding: 0 12px;
    text-shadow: none;
    display: inline-block;
    font-size: 12px;
    font-family: irans;
    min-width: 88px;
    transition: all .2s;
    text-decoration: none;
    box-shadow: rgba(0,0,0,0.117647) 0 1px 6px, rgba(0,0,0,0.117647) 0 1px 4px;
    outline: 0;
    color: #fff !important;
    background-color: #4caf50;
    float: left;
    cursor: pointer;
    width: 100px !important;
}
.form-item label {
    margin-right: 1rem;
    line-height: 42px;
}
.form-item textarea{
    margin-right: 1rem;
}
#contact {
    padding: 80px 0;
}

#contact h3 {
    text-align: center;
    color: #424242;
}

#contact h3 a {
    cursor: pointer;
    color: #2196f3;
}

#forsat,#jazb {
    font-size: 20px;
    display: inline-block;
    margin: 20px 30px;
    transition: 0.5s;
    cursor: pointer;
}
#forsat:before,#jazb:before {
    background: #bababa;
    transition: 0.5s ease-in;
}


h2.active:before,#forsat:hover:before,#jazb:hover:before {
    background: #4caf50 !important;
}

.flickity-viewport {
    height: 100% !important;
}

.btn.btn-blue {
    padding: 0px 20px;
    font-size: 15px;
    color: #fff !important;
    background: #2196F3;
    border-radius: 2px;
    margin: 10px 0 10px;
    display: inline-block;
    background-image: linear-gradient(-180deg,hsla(0,0%,100%,.18),hsla(0,0%,100%,0));
    box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
}

#herfe .items,#notes .items {
    display: flex;
    width: 90%;
    margin: auto;
    flex-wrap: wrap;
}

#herfe .items .item,#notes .items .item {
    width: calc(33% - 50px);
    margin: 15px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.156863) 0px 1px 6px, rgba(0, 0, 0, 0.227451) 0px 1px 6px;
}

#herfe .items .item img,#notes .items .item img{
    width: 100%;
}

@media (max-width: 900px) {
    #herfe .items .item,
    #notes .items .item {
        width: calc(50% - 50px);
    }
}
@media (max-width: 600px) {
    #herfe .items .item,
    #notes .items .item {
        width: 100%;
    }
}

.contain.profit h3.products {
    border-color: #26a69a !important;
}
.contain.profit h3.products:before {
    content: '\f110';
    color: #26a69a;
}

#herfe {
    padding: 70px 0 90px;
}

#qa {
    padding: 70px 0 90px;
    background: #fafafa;

}

#qa .node-type-relative {
    width: 81%;
    margin: auto;
    text-align: center;
}

#qa #questions .field-items {
    margin-top: 10px;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 2px 2px #edeef0;
    border-radius: 3px;
    border: 1px solid #f0f1f2 !important;
}

#qa #questions .field-items .question {
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    display: flex;
}

#qa #questions .field-items .title {
    font-size: 18px !important;
    text-indent: 10px;
    background: #f6f6f6;
    padding: 7px 15px 5px;
    border-bottom: 1px solid #eaeaea;
}
#qa #questions .field-items .question {
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    display: flex;
}
#qa #questions .field-items .question .reply {
    position: absolute;
    left: 5px;
    top: 10px;
}
#qa #questions .field-items .question .reply a {
    padding: 3px;
    border-radius: 50%;
    display: block;
}
#qa #questions .field-items .question .reply a span {
    position: absolute;
    width: 100px;
    background-color: #fefefe;
    box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
    color: #000;
    line-height: 2;
    text-align: center;
    border-radius: 2px;
    padding: 5px 5px;
    font-size: 12px;
    left: -20px;
    top: 30px;
    visibility: hidden;
}
#qa #questions .field-items .question .reply a:hover span {
    visibility: visible;
}
#qa #questions .field-items .question .reply a:before {
    content: "\f45a";
    font-family: mat;
    font-size: 15px;
    color: #9c9a9a;
}
#qa #questions .field-items .question .reply a:before {
    padding: 4px 5px 5px 5px;
    display: block;
}
#qa #questions .field-items .question .right {
    padding: 10px 20px;
    min-width: 75px;
}

#qa #questions .field-items .question .right .pic img {
    border-radius: 50%;
    width: 40px;
    box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
}
#qa #questions .field-items .question .right .comment-count {
    color: #828282;
    font-size: 8px;
    text-align: center;
}
#qa #questions .field-items .question .left {
    padding: 15px 5px 15px 20px;
}
#qa #questions .field-items .question .left .q-title {
    color: #222 !important;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
    display: block;
    text-align: right;
}
#qa #questions .field-items .question .left .body {
    color: #777;
    font-size: 11px;
    margin: 10px 0px 0px 0px;
    text-align: justify;
}


@media (max-width: 600px) {
    #qa #questions .field-items .question .right {
        display: none;
    }

    #qa #questions .field-items .question .left {
        padding: 10px;
    }
}

#notes {
    padding: 70px 0 90px;
}

.single-banner {
    display: block;
    width: 60%;
    margin: auto;
}
.single-banner img{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
}

@media (max-width: 600px) {
    .single-banner {
        width: 90%;
    }
}


#intro-down .product-catalog .card {
  padding: 50px 10px;
  display: block;
  width: 70%;
  min-width: 400px;
  margin: auto;
}

#intro-down .product-catalog .card .card-content:after {
  content: "";
  display: table;
  clear: both;
}
#intro-down .product-catalog .card .card-content .desc{

}
#intro-down .product-catalog .card .card-content{
  height: auto;
  padding: 10px;
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*box-shadow: rgba(0, 0, 0, 0.156863) 0px 1px 6px, rgba(0, 0, 0, 0.227451) 0px 1px 6px;*/
}
#intro-down .product-catalog .card .card-content .img{
  /*width: calc( 50% - 20px );*/
  padding: 10px;
  width: 200px;
  display: inline-block;
}
#intro-down .product-catalog .card .card-content .img img{
  width: 100%;
}