/*
Theme Name:   	TarjomeAva
Version:      	1.0.0
Text Domain:  	tarjomeava
Tags:         	responsive, news, article, wordpress, widget
*/
p{
text-align: justify;
}

.between {
  height: 1px;
  margin: 30px 0; }

.imgArea {
  height: auto; }

.imgArea img {
  width: 100%; }

.imgArea img:hover {
  opacity: 255; }

.tarjomeAvaMain {
  margin: 20px 0; }

.tarjomeAvaMain h1 {
  color: #519000; }

.tarjomeAvaMain p {
  text-align: justify;
  line-height: 25px; }

.eNamad img {
  margin: 10px auto;
  display: block; 
  cursor:pointer;
}

.sectionArea h3 {
  font-size: 28px;
  display: block;
  width: 170px;
  margin: 0 auto !important;
  text-align: center;
  color: #519000;
  margin-bottom: 20px !important; }

.sectionArea h3:after {
  display: block;
  content: '';
  border-bottom: solid 3px #519000;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out; }

.sectionArea h3:hover:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  border-bottom: solid 3px #009b99; }

.sectionArea p {
  text-align: center; }

.sectionArea p i {
  color: #ffc620;
  text-shadow: 0 1px 0 #333; }

.secBox {
  padding: 10px;
  min-height: 50px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  margin-bottom: 10px; }

.secBox h4 {
  text-align: center;
  margin-bottom: 6px !important;
  font-size: 18px;
  color: #519000; }

.secBox span, .owl-carousel .owl-item span {
  font-size: 16px;
  color: #009b99; }

.secBox p {
  padding: 10px !important;
  text-align: justify;
  color: #a03500; }

.hachure {
  height: 10px;
  background: repeating-linear-gradient(-45deg, #ddd, #ddd 3px, #fff 3px, #fff 7px); }

.hachure_blue {
  height: 5px;
  background: repeating-linear-gradient(-45deg, #ccc, #ccc 3px, #eee 3px, #eee 7px); }

.serviceBg {
  background: url("img/serBg.png") repeat-y fixed top;
  background-size: 100%;
  padding: 60px 0; }

.portf .thumbnail {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1); }

.portf .thumbnail:hover {
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.2);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.2);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.2);
  transition: all 200ms ease-in;
  transform: scale(1.2); }

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
#faq, #customersContain {
  direction: ltr; }

.faqItem {
  background: #fff; }

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left;
  padding: 10px;
  direction: rtl; }

.owl-carousel .owl-item p {
  text-align: justify;
  font-size: 12px; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.grabbing {
  cursor: move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-buttons {
  width: 100%;
  height: 30px;
  margin: 0 auto; }

.owl-prev, .owl-next {
  background: #ddd;
  height: 20px;
  text-align: center;
  padding: 0 7px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.owl-prev {
  float: right; }

.owl-next {
  float: left; }

.owl-prev:hover, .owl-next:hover {
  background: #519000;
  color: #fff; }

.gpPic {
  border-radius: 50% !important;
  margin-bottom: 10px; }

.gpPic:hover {
  background: #009b99;
  border: 1px solid #009b99; }

.gpDetail {
  text-align: justify !important; }

.gpName {
  font-size: 16px;
  color: #a03500;
  margin-bottom: 10px;
  display: block; }

.customerBg {
  background: url("img/customerBg.png") repeat-y fixed bottom;
  background-size: 100%;
  padding: 30px 0; }

.footerLinks {
  background: #333;
  color: #fff;
  min-height: 30px;
  padding: 10px 0;
  border-bottom: 1px solid #222; }

.rightLinks a {
  color: #fff;
  margin-left: 10px;
  margin-top: 5px;
  font-size: 12px;
  padding: 2px 5px;
  display: inline-block;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.rightLinks a:hover {
  background: #519000;
  color: #fff;
  text-decoration: none; }

.leftLinks a {
  background: #009b99;
  display: inline-block;
  float: left;
  padding: 3px 10px;
  font-size: 17px;
  color: #fff;
  border-radius: 3px;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.leftLinks a:hover {
  background: #519000;
  color: #fff;
  text-decoration: none; }

.leftLinks a i {
  margin-right: 5px;
  font-size: 14px; }

.footerTextMid {
  background: #222;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-bottom: 2px solid #333; }

.footerTextMid span {
  color: #90ff00; }

.copyrightArea {
  background: #222;
  line-height: 30px;
  font-size: 12px;
  color: #fff; }

.singleArea {
  padding: 10px;
  min-height: 50px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  margin: 20px 0; }

.singleArea h1 {
  color: #009b99;
  font-size: 18px;
  border-bottom: 3px double #ddd;
  padding: 3px 0 !important; }

.singleArea p {
  margin: 10px 0 !important; }

.twoBtn {
  margin: 10px 0; }

.twoBtn a {
  width: 100%;
  padding: 5px;
  margin: 5px 0;
  background: #519000;
  border-bottom: 2px solid #3c6a00;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.twoBtn a:hover {
  text-decoration: none;
  background: #00d0ce;
  border-bottom: 2px solid #009b99;
  color: #fff; }

.rightLinks ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.rightLinks ul li {
  float: right; }

.footerBox {
  background: #333;
  color: #fff;
  padding: 10px 0; }

.footerBoxPack h3 {
  text-align: center;
  margin-bottom: 20px !important; }

.footerBoxPack ul li {
  margin-bottom: 10px; }

.footerBoxPack ul li a {
  color: #00d0ce;
  border-bottom: 1px solid #00d0ce; }

.footerBoxPack ul li a:hover {
  text-decoration: none;
  color: #90ff00;
  border-bottom: 1px solid #90ff00; }

.paypage b {
  font-size: 17px;
  color: #005352;
  font-weight: normal;
  margin-bottom: 10px;
  display: block; }

.paypage input[type="text"] {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #888;
  margin-right: 20px;
  margin-left: 10px;
  margin-top: 20px;
  min-width: 300px;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s; }

.paypage input[type="text"]:focus {
  box-shadow: 0 0 8px 1px #009b99 inset; }

.paypage p {
  padding: 10px !important;
  border-radius: 2px; }

.paypage button[title="notPayYet"] {
  background: #00FF00;
  border: none;
  border-bottom: 2px solid #00b000;
  border-radius: 3px;
  padding: 0 10px !important;
  line-height: 32px;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.paypage button[title="notPayYet"]:hover {
  background: #00b000;
  border-bottom: 2px solid #007900; }

.payMnTitle {
  font-size: 16px;
  color: #000;
  background: #00d0ce;
  border-right: 2px solid #009b99;
  padding: 1px 10px;
  margin-left: 10px; }

.input-text {
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.input-text:focus {
  background: #eee; }

.woocommerce input.button.alt {
  background: #009b99 !important; }

.woocommerce input.button.alt:hover {
  background: #005352 !important; }

.woocommerce-thankyou-order-received {
  background: #519000;
  color: #fff;
  padding: 10px !important;
  border-radius: 3px;
  font-size: 15px; }

#payment ul.payment_methods li {
  text-align: right !important; }

.woocommerce-checkout #payment div.payment_box::before {
  right: 30px !important;
  left: inherit !important; }

.woocommerce .order_details li {
  float: right !important;
  margin: 0 !important;
  margin-left: 2em !important;
  border-right: none !important;
  border-left: 1px dashed #d3ced2;
  padding-right: 0 !important;
  padding-left: 2em !important; }

.woocommerce-thankyou-order-details {
  padding: 0 !important; }

.woocommerce .order_details {
  margin: 20px 0 !important;
  padding: 0 !important;
  font-size: 16px; }

.order {
  display: none !important; }

.bankmellat-checkout-form {
  margin-top: 20px; }

strong {
 font-size: 2vmin;
 }

/*# sourceMappingURL=style.css.map */
