﻿@import "color.css";
button:focus {
  background-color: transparent;
}
/************** variable ***************/
/*var(--color-dark): #181d26;
var(--color-white1): #fff;
var(--color-brown): var(--color-brown);
var(--color-light-brown): #ffd194;*/
/************** Combine ***************/
.clear {
  clear: both;
  display: table;
  content: '';
}
.text-center {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}
.text-right {
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
}
.text-left {
  text-align: -moz-left;
  text-align: -webkit-left;
  text-align: left;
}
.text-justify {
  text-align: -moz-justify;
  text-align: -webkit-justify;
  text-align: justify;
}
.limit-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ripplelink {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}
.ripplelink2 {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}
.ripplelink:hover {
  z-index: 999;
}
.ripplelink2:hover {
  z-index: 999;
}
.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.ink2 {
  display: block;
  position: absolute;
  background: rgba(68, 200, 245, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
/************** manibody ***************/
@font-face {
  font-family: iranSans;
  font-style: normal;
  src: url('/GlobalItems/fonts/iranSans/eot/IRANSansWeb.eot');
  src: url('/GlobalItems/fonts/iranSans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('/GlobalItems/fonts/iranSans/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('/GlobalItems/fonts/iranSans/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/GlobalItems/fonts/iranSans/ttf/IRANSansWeb.ttf') format('truetype');
}
@font-face {
  font-family: iranSans2;
  font-style: normal;
  src: url('/GlobalItems/fonts/iranSans/eot/IRANSansWeb_Medium.eot');
  src: url('/GlobalItems/fonts/iranSans/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('/GlobalItems/fonts/iranSans/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('/GlobalItems/fonts/iranSans/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/GlobalItems/fonts/iranSans/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
/******** material-scrolltop  ********/
.material-scrolltop {
  display: block;
  position: fixed;
  width: 0;
  height: 0;
  bottom: 50px;
  right: 23px;
  padding: 0;
  /*overflow: hidden;*/
  outline: none;
  border: none;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  background: var(--color-brown);
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.25, 0, 1);
  -moz-transition: all 0.8s cubic-bezier(0.25, 0.25, 0, 1);
  -ms-transition: all 0.8s cubic-bezier(0.25, 0.25, 0, 1);
  -o-transition: all 0.8s cubic-bezier(0.25, 0.25, 0, 1);
  transition: all 0.8s cubic-bezier(0.25, 0.25, 0, 1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 99;
  background-image: url(../img/top-arrow.svg);
  background-position: center 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 35%;
  -moz-background-size: 35%;
  -o-background-size: 35%;
  background-size: 35%;
}
.material-scrolltop::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  content: "";
  width: 0;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  background-image: url(../img/top-arrow.svg);
  background-position: center 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 35%;
  -moz-background-size: 35%;
  -o-background-size: 35%;
  background-size: 35%;
}
.material-scrolltop:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
  -moz-transition: -moz-transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.material-scrolltop:hover {
  background-color: var(--color-brown);
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5);
}
.material-scrolltop:hover:after {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  opacity: 0;
  background: var(--color-brown);
}
.material-scrolltop:focus {
  background-color: var(--color-brown);
}
.material-scrolltop span {
  display: block;
  font-size: 23.5px;
  color: var(--color-white1);
}
.material-scrolltop:active::before {
  width: 120%;
  padding-top: 120%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.material-scrolltop.reveal {
  width: 40px;
  height: 40px;
}
/*************** NEWS ****************/
.news .newsHead {
  height: 90px;
  position: relative;
  overflow: hidden;
}
.news .newsHead:before {
  width: 52%;
  height: 100px;
  content: '';
  background: #f6f6f7;
  position: absolute;
  right: -10px;
  top: 45px;
  transform: rotateZ(-5deg);
  -webkit-transform: rotateZ(-5deg);
  -moz-transform: rotateZ(-5deg);
  -ms-transform: rotateZ(-5deg);
  -o-transform: rotateZ(-5deg);
}
.news .newsHead:after {
  width: 52%;
  height: 100px;
  content: '';
  background: #f6f6f7;
  position: absolute;
  left: -10px;
  top: 45px;
  transform: rotateZ(5deg);
  -webkit-transform: rotateZ(5deg);
  -moz-transform: rotateZ(5deg);
  -ms-transform: rotateZ(5deg);
  -o-transform: rotateZ(5deg);
}
.news .newsBody {
  background-color: #f6f6f7;
  min-height: 200px;
  padding: 40px 0 120px;
}
.news .newsBody .title {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}
.news .newsBody .title strong {
  color: #181d26;
  font-weight: normal;
  font-family: IRANSans2;
  display: block;
  font-size: 15pt;
}
.news .newsBody .newsItemShow {
  cursor: pointer;
  margin-top: 35px;
}
.news .newsBody .newsItemShow .topNews {
  margin-bottom: 65px;
  width: 87%;
}
.news .newsBody .newsItemShow .topNews strong {
  display: block;
  margin-bottom: 35px;
  font-size: 15pt;
  font-family: iransans2;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news .newsBody .newsItemShow .topNews strong:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: var(--color-brown);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.news .newsBody .newsItemShow .topNews p {
  color: #a8a8aa;
  font-size: 12pt;
}
.news .newsBody .newsItemShow .btmNews .more {
  width: 87%;
  float: right;
  position: relative;
}
.news .newsBody .newsItemShow .btmNews .more:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px dotted var(--color-brown);
}
.news .newsBody .newsItemShow .btmNews .date {
  width: 13%;
  float: left;
  border-right: 1px dotted var(--color-brown);
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  padding-right: 13px;
  margin-top: -50px;
}
.news .newsBody .newsItemShow .btmNews .date strong {
  display: block;
  color: var(--color-brown);
  font-size: 50pt;
  line-height: 1;
}
.news .newsBody .newsItemShow .btmNews .date span {
  display: block;
  color: #a8a8aa;
  font-size: 11pt;
  line-height: 1.6;
}
.news .newsBody .newsItemShow .btmNews .date .month {
  margin-top: -10px;
}
.news .newsBody .newsItemShow .btmNews .date .year {
  letter-spacing: 9px;
}
.news .newsBody .newsItemShow .img {
  width: 100%;
  padding: 3px;
  border: 1px solid #a8a8aa;
}
.news .newsBody .newsItemShow .img img {
  width: 100%;
  max-height: 352px;
}
.news .newsBody .newsItemShow p {
  height: 162px;
  overflow: hidden;
}
.news .newsBody .newsItemShow:after {
  clear: both;
  display: table;
  content: '';
}
.news .newsBody .newsItem {
  position: relative;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  padding: 7px 7px 48px;
  cursor: pointer;
}
.news .newsBody .newsItem:before {
  content: '';
  width: 37px;
  height: 37px;
  border-top: 1px solid #a8a8aa;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.news .newsBody .newsItem:after {
  content: '';
  width: 37px;
  height: 37px;
  border-left: 1px solid #a8a8aa;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.news .newsBody .newsItem .newsItemIn {
  position: relative;
}
.news .newsBody .newsItem .newsItemIn:before {
  content: '';
  width: 37px;
  height: 37px;
  border-bottom: 1px solid #a8a8aa;
  position: absolute;
  right: -5px;
  bottom: -5px;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.news .newsBody .newsItem .newsItemIn:after {
  content: '';
  width: 37px;
  height: 37px;
  border-right: 1px solid #a8a8aa;
  position: absolute;
  right: -5px;
  bottom: -5px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.news .newsBody .newsItem img {
  width: 100%;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.7);
  max-height: 169px;
}
.news .newsBody .newsItem .text {
  position: absolute;
  bottom: -48px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 7;
}
.news .newsBody .newsItem .text strong {
  display: block;
  font-size: 10.5pt;
  font-family: iransans2;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #676268;
  padding: 10px 0;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.news .newsBody .newsItem .text strong:before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: var(--color-brown);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.news .newsBody .newsItem .text p,
.news .newsBody .newsItem .text .more,
.news .newsBody .newsItem .text .date {
  display: none;
}
.news .newsBody .newsItem:hover {
  overflow: hidden;
}
.news .newsBody .newsItem:hover:before {
  animation: 1s ease 0s normal both 1 running anim5;
  -webkit-animation: 1s ease 0s normal both 1 running anim5;
  -moz-animation: 1s ease 0s normal both 1 running anim5;
  -ms-animation: 1s ease 0s normal both 1 running anim5;
  -o-animation: 1s ease 0s normal both 1 running anim5;
}
.news .newsBody .newsItem:hover:after {
  animation: 1s ease 0s normal both 1 running anim4;
  -webkit-animation: 1s ease 0s normal both 1 running anim4;
  -moz-animation: 1s ease 0s normal both 1 running anim4;
  -ms-animation: 1s ease 0s normal both 1 running anim4;
  -o-animation: 1s ease 0s normal both 1 running anim4;
}
.news .newsBody .newsItem:hover .newsItemIn:before {
  animation: 1s ease 0s normal both 1 running anim1;
  -webkit-animation: 1s ease 0s normal both 1 running anim1;
  -moz-animation: 1s ease 0s normal both 1 running anim1;
  -ms-animation: 1s ease 0s normal both 1 running anim1;
  -o-animation: 1s ease 0s normal both 1 running anim1;
}
.news .newsBody .newsItem:hover .newsItemIn:after {
  animation: 1s ease 0s normal both 1 running anim6;
  -webkit-animation: 1s ease 0s normal both 1 running anim6;
  -moz-animation: 1s ease 0s normal both 1 running anim6;
  -ms-animation: 1s ease 0s normal both 1 running anim6;
  -o-animation: 1s ease 0s normal both 1 running anim6;
}
.news .newsBody .newsItem:hover .text {
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(24, 29, 38, 0.9);
  z-index: 1;
  top: 0;
  bottom: inherit;
}
.news .newsBody .newsItem:hover .text strong {
  color: var(--color-white1);
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  white-space: normal;
  text-overflow: inherit;
  margin: 15% auto;
}
.news .newsBody .newsItem:hover .text strong:before {
  display: block;
  margin: auto;
  width: 11px;
  height: 11px;
}
.news .newsBody .newsItem:after {
  clear: both;
  display: table;
  content: '';
}
.news .newsBody:after {
  clear: both;
  display: table;
  content: '';
}
.news .row4 {
  margin: 0 -10px;
}
.news .item.active .newsItem {
  overflow: hidden;
}
.news .item.active .newsItem:before {
  animation: 1s ease 0s normal both 1 running anim5;
  -webkit-animation: 1s ease 0s normal both 1 running anim5;
  -moz-animation: 1s ease 0s normal both 1 running anim5;
  -ms-animation: 1s ease 0s normal both 1 running anim5;
  -o-animation: 1s ease 0s normal both 1 running anim5;
}
.news .item.active .newsItem:after {
  animation: 1s ease 0s normal both 1 running anim4;
  -webkit-animation: 1s ease 0s normal both 1 running anim4;
  -moz-animation: 1s ease 0s normal both 1 running anim4;
  -ms-animation: 1s ease 0s normal both 1 running anim4;
  -o-animation: 1s ease 0s normal both 1 running anim4;
}
.news .item.active .newsItem .newsItemIn:before {
  animation: 1s ease 0s normal both 1 running anim1;
  -webkit-animation: 1s ease 0s normal both 1 running anim1;
  -moz-animation: 1s ease 0s normal both 1 running anim1;
  -ms-animation: 1s ease 0s normal both 1 running anim1;
  -o-animation: 1s ease 0s normal both 1 running anim1;
}
.news .item.active .newsItem .newsItemIn:after {
  animation: 1s ease 0s normal both 1 running anim6;
  -webkit-animation: 1s ease 0s normal both 1 running anim6;
  -moz-animation: 1s ease 0s normal both 1 running anim6;
  -ms-animation: 1s ease 0s normal both 1 running anim6;
  -o-animation: 1s ease 0s normal both 1 running anim6;
}
.news .item.active .newsItem .text {
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(24, 29, 38, 0.9);
  z-index: 1;
  top: 0;
  bottom: inherit;
}
.news .item.active .newsItem .text strong {
  color: var(--color-white1);
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  white-space: normal;
  text-overflow: inherit;
  margin: 15% auto;
}
.news .item.active .newsItem .text strong:before {
  display: block;
  margin: auto;
  width: 11px;
  height: 11px;
}
.news:after {
  clear: both;
  display: table;
  content: '';
}
/****** demo3 ******/
#owl-demo3 {
  direction: ltr;
  margin: 30px auto;
}
#owl-demo3:after {
  clear: both;
  display: table;
  content: '';
}
#owl-demo3 .owl-next {
  right: -45px;
}
#owl-demo3 .owl-prev {
  left: -45px;
}
#owl-demo3 .owl-pagination {
  display: none;
}
#owl-demo3 .item {
  direction: rtl;
  padding: 15px 0px;
}
/************** FOOTER ***************/
footer {
  min-height: 200px;
  position: relative;
  background-color: var(--color-dark);
  /*&:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: -132px;
        background: url(../img/footertTop.png) bottom no-repeat;
        width: 100%;
        height: 132px;
    }*/
}
footer a {
  color: var(--color-brown);
}
footer .title {
  margin-top: 5px;
}
footer .newsLetter {
  width: 450px;
  height: 63px;
  margin: auto;
  border: 1px solid #514a45;
  /*padding: 9px;*/
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  cursor: pointer;
  margin-top: 15px;
  overflow: hidden;
}
footer .newsLetter .input-field {
  margin-top: 0;
  background: #a8a8aa;
  height: 43px;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  margin: 9px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
footer .newsLetter .input-field input {
  margin: 0;
  height: 43px !important;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}
footer .newsLetter .input-field label {
  color: #5a555b;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 11pt;
}
footer .newsLetter .input-field label.active {
  font-size: 8pt;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
footer .newsLetter .form-control {
  background-image: -moz-linear-gradient(#a8a8aa, #a8a8aa), -moz-linear-gradient(#a8a8aa, #a8a8aa) !important;
  background-image: -webkit-gradient(#a8a8aa, #a8a8aa), -webkit-gradient(#a8a8aa, #a8a8aa) !important;
  background-image: -webkit-linear-gradient(#a8a8aa, #a8a8aa), -webkit-linear-gradient(#a8a8aa, #a8a8aa) !important;
  background-image: -o-linear-gradient(#a8a8aa, #a8a8aa), -o-linear-gradient(#a8a8aa, #a8a8aa) !important;
  background-image: -ms-linear-gradient(#a8a8aa, #a8a8aa), -ms-linear-gradient(#a8a8aa, #a8a8aa) !important;
  background-image: linear-gradient(#a8a8aa, #a8a8aa), linear-gradient(#a8a8aa, #a8a8aa) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8a8aa', endColorstr='#a8a8aa', GradientType=1);
}
footer .newsLetter button {
  width: 150px;
  float: right;
  height: 43px;
  background: var(--back-menu);
  border: 0;
  color: var(--color-brown);
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  margin: 9px 0px 0 9px;
}
footer .newsLetter button:before {
  content: '';
  width: 100%;
  height: 100%;
  right: -200%;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: var(--color-dark);
  z-index: -1;
  position: absolute;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
footer .newsLetter button i {
  font-size: 18pt;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
  margin-left: 4px;
}
footer .newsLetter button:hover:before {
  right: 0%;
}
footer .newsLetter:hover {
  border-color: #393941;
}
footer .newsLetter.clicked .input-field {
  width: 280px;
  float: right;
  margin: 9px 9px 9px 0px;
}
footer .newsLetter.clicked button {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
footer .newsLetterIn {
  position: fixed;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  width: 500px;
  max-width: 90%;
  overflow: auto;
  background: #fff;
  padding: 100px 25px;
  z-index: 999;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  min-height: 300px;
  background: #f2f2f2;
  background: -moz-linear-gradient(-45deg, #f2f2f2 0%, #f2f2f2 49%, #ffffff 49%, #ffffff 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #f2f2f2), color-stop(49%, #f2f2f2), color-stop(49%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(-45deg, #f2f2f2 0%, #f2f2f2 49%, #ffffff 49%, #ffffff 100%);
  background: -o-linear-gradient(-45deg, #f2f2f2 0%, #f2f2f2 49%, #ffffff 49%, #ffffff 100%);
  background: -ms-linear-gradient(-45deg, #f2f2f2 0%, #f2f2f2 49%, #ffffff 49%, #ffffff 100%);
  background: linear-gradient(135deg, #f2f2f2 0%, #f2f2f2 49%, #ffffff 49%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=1);
  transform: translate(0, -225%);
  -webkit-transform: translate(0, -225%);
  -moz-transform: translate(0, -225%);
  -ms-transform: translate(0, -225%);
  -o-transform: translate(0, -225%);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
footer .newsLetterIn .close {
  float: none;
  font-size: 17pt;
  line-height: 1;
  color: #b3b3b3;
  position: absolute;
  left: 5px;
  top: 5px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
footer .newsLetterIn .close:hover {
  color: #4d4d4d;
}
footer .newsLetterIn .g-recaptcha {
  margin-bottom: 10px;
}
footer .newsLetterIn .g-recaptcha > * {
  margin: auto;
}
footer .newsLetterIn .btnCustom {
  border: 0;
  width: 150px;
  height: 44px;
  margin: auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  float: none;
  line-height: 1.7;
}
footer .newsLetterIn.show {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
footer .footerCenter {
  margin-bottom: 50px;
  margin-top: 70px;
}
footer .footerCenter strong {
  color: var(--color-white1);
  font-weight: normal;
  font-family: iransans2;
  font-size: 13pt;
  display: block;
  margin-bottom: 25px;
}
footer .footerCenter strong:before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: var(--color-brown);
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  margin-top: 2px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
footer .footerCenter p {
  color: var(--color-brown);
  font-size: 12pt;
}
footer .footerCenter ul li {
  list-style: none;
}
footer .footerCenter ul li a {
  font-size: 11pt;
  position: relative;
  padding-right: 10px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
footer .footerCenter ul li a:before {
  content: '';
  width: 3.5px;
  height: 3.5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--color-brown);
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
footer .footerCenter ul li a:hover {
  color: var(--color-light-brown);
}
footer .footerCenter ul li a:hover:before {
  background-color: var(--color-light-brown);
}
footer .footerCenter .info {
  margin-right: 15px;
  margin-bottom: 35px;
}
footer .footerCenter .info p {
  margin-bottom: 10px;
}
footer .footerCenter .info p i {
  font-size: 22pt;
  line-height: 0.8;
  width: 15%;
  float: right;
}
footer .footerCenter .info p span {
  width: 85%;
  float: right;
}
footer .footerCenter .info p:after {
  clear: both;
  display: table;
  content: '';
}
footer .footerCenter .social a {
  display: block;
  width: 41px;
  height: 41px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #353940;
  float: right;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  margin-left: 9px;
  font-size: 19pt;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
footer .footerCenter .social a:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background-color: var(--color-light-brown);
  left: 0;
  richness: 0;
  margin: auto;
  top: 200%;
  bottom: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
footer .footerCenter .social a:hover:before {
  top: 0;
}
footer .footerCenter .social:after {
  clear: both;
  display: table;
  content: '';
}
footer .footerBtm {
  padding: 15px 0;
  background-color: var(--color-dark);
  color: #4c494f;
  font-size: 9.5pt;
}
footer .footerBtm a:hover {
  color: var(--color-light-brown);
}
footer .footerBtm .company {
  margin-top: 20px;
}
footer .footerBtm .company * {
  display: inline-block;
  vertical-align: middle;
}
footer .footerBtm .company img {
  margin-top: -20px;
}
footer .footerBtm .company:after {
  clear: both;
  display: table;
  content: '';
}
footer .footerBtm .developed {
  direction: ltr;
  margin-top: 30px;
}
footer .footerBtm .developed p * {
  display: inline-block;
  vertical-align: middle;
  font-size: 8.5pt;
}
footer .footerBtm .developed p img {
  margin-right: 10px;
  margin-top: -8px;
}
footer .footerBtm .developed:after {
  clear: both;
  display: table;
  content: '';
}
footer .footerBtm:after {
  clear: both;
  display: table;
  content: '';
}
footer:after {
  clear: both;
  display: table;
  content: '';
}
.bgDark {
  position: fixed;
  right: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.95);
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
/**************** BROWSER *****************/
/*firefox*/
/*@-moz-document url-prefix() {
}*/
/*safari*/
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
}*/
/*ie*/
/********************************  Responsive **************************************/
@media only screen and (max-width: 1295px) {
  /*************** NEWS ****************/
  #owl-demo3 .owl-next {
    right: 0px;
  }
  #owl-demo3 .owl-prev {
    left: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  /*************** NEWS ****************/
  .news .newsBody .newsItemShow .topNews {
    width: 80%;
    margin-bottom: 30px;
  }
  .news .newsBody .newsItemShow .topNews strong {
    margin-bottom: 0;
  }
  .news .newsBody .newsItemShow .topNews p {
    height: 192px;
    font-size: 11pt;
  }
  .news .newsBody .newsItemShow .btmNews .more {
    width: 80%;
  }
  .news .newsBody .newsItemShow .btmNews .date {
    width: 20%;
  }
  /************** FOOTER ***************/
  footer .footerCenter ul li {
    list-style: none;
  }
  footer .footerCenter ul li a {
    font-size: 10pt;
  }
}
@media only screen and (max-width: 992px) {
  /*************** NEWS ****************/
  .news .row4 {
    margin: 0 -7px;
  }
  .news .newsBody {
    padding: 15px 0 135px;
  }
  .news .newsBody .newsItem {
    padding: 5px 7px;
  }
  .news .newsBody .newsItem:before,
  .news .newsBody .newsItem:after {
    left: 2px;
  }
  .news .newsBody .newsItemShow {
    margin-top: 15px;
  }
  .news .newsBody .newsItemShow .topNews strong {
    font-size: 13pt;
  }
  .news .newsBody .newsItemShow .topNews p {
    height: 198px;
    font-size: 10pt;
  }
  .news .newsBody .newsItemShow .btmNews .date strong {
    font-size: 40pt;
  }
  .news .newsBody .newsItemShow .btmNews .date span {
    font-size: 9pt;
  }
  #owl-demo3 {
    margin: 0 auto;
  }
  /************** FOOTER ***************/
  footer .footerCenter {
    margin-bottom: 10px;
    margin-top: 0;
  }
  footer .footerCenter strong {
    font-size: 12pt;
    margin-bottom: 15px;
  }
  footer .footerCenter p {
    font-size: 10.5pt;
    line-height: 1.5;
  }
  footer .footerCenter .info {
    margin-right: 0;
    margin-bottom: 15px;
  }
  footer .footerCenter .info p i {
    font-size: 16pt;
  }
  footer .footerCenter .info p span {
    font-size: 9.5pt;
  }
  footer .footerCenter .social a {
    width: 34px;
    height: 34px;
    margin-left: 5px;
    font-size: 16pt;
    margin-bottom: 5px;
  }
  .material-scrolltop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /*************** NEWS ****************/
  .news .newsBody .newsItemShow .topNews p {
    height: auto;
  }
  .news .newsBody .newsItemShow {
    margin-top: 0;
  }
  .news .newsBody .newsItemShow .img {
    margin-bottom: 15px;
  }
  .news .newsBody .newsItemShow .img img {
    max-height: initial;
  }
  /************** FOOTER ***************/
  footer .footerTop {
    margin: 0 auto;
    clear: both;
  }
  footer .footerTop:after {
    clear: both;
    display: table;
    content: '';
  }
  footer .newsLetter {
    margin: 0 auto 8px;
    clear: both;
    width: 400px;
  }
  footer .newsLetter .input-field label {
    font-size: 9pt;
  }
  footer .newsLetter button {
    font-size: 10pt;
  }
  footer .newsLetter.clicked .input-field {
    width: 230px;
  }
  footer .footerCenter {
    margin: 10px 0;
    clear: both;
  }
  footer .footerCenter strong {
    margin-bottom: 5px;
  }
  footer .footerCenter p {
    font-size: 11pt;
    line-height: 1.7;
  }
  footer .footerCenter ul li a {
    font-size: 11pt;
  }
  footer .footerCenter .container .row > div {
    margin-bottom: 30px;
  }
  footer .footerCenter .info p i {
    font-size: 20pt;
    width: 8%;
  }
  footer .footerCenter .info p span {
    width: 92%;
    font-size: 11pt;
  }
  footer .footerBtm {
    padding: 10px 0;
  }
  footer .footerBtm .developed {
    direction: rtl;
    margin-top: 15px;
  }
  footer .footerBtm .developed footer .footerBtm .developed p img {
    margin-right: 0;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 480px) {
  /*************** NEWS ****************/
  .news .newsHead:before {
    right: 0;
  }
  .news .newsHead:after {
    left: 0;
  }
  .news .newsBody {
    padding: 15px 0 185px;
  }
  .news .newsBody .newsItemShow .topNews {
    width: 100%;
    margin-bottom: 5px;
  }
  .news .newsBody .newsItemShow .btmNews .more {
    width: 100%;
  }
  .news .newsBody .newsItemShow .btmNews .date {
    display: none;
  }
  .news .newsBody .newsItem .text strong {
    font-size: 8pt;
  }
  /************** FOOTER ***************/
  footer .newsLetter {
    width: 280px;
  }
  footer .newsLetter .input-field label {
    font-size: 10pt;
  }
  footer .newsLetter button {
    width: 95px;
    /*font-size: 8pt;*/
    padding: 0;
  }
  footer .newsLetter button i {
    font-size: 11pt;
    margin-left: 0;
  }
  footer .newsLetter.clicked .input-field {
    width: 165px;
  }
  footer .newsLetter.clicked .input-field label {
    font-size: 7pt;
  }
  footer .newsLetter.clicked .input-field label.active {
    font-size: 6pt;
  }
}
/***************** دکمه درخواست تماس *******************/
.action-buttons-root.tada {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #98cb00;
  color: #ffffff;
  font-size: 25px;
  line-height: 64px;
  bottom: 110px;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper {
  display: flex;
  z-index: 1050;
  align-items: center;
  position: fixed;
  bottom: 15px;
  right: 15px;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper.directionUp {
  flex-direction: column-reverse;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root {
  display: block;
  position: relative;
  text-align: center;
  border-radius: 50%;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root .icon {
  display: inline-block;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root .label {
  display: inline-block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 0 5px;
  line-height: 25px;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  bottom: auto;
  left: auto;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root i.icon {
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
@media (pointer: coarse) {
  .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root.active + .action-buttons-inner-wrapper {
    pointer-events: auto;
  }
}
@media (pointer: coarse) {
  .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root.active + .action-buttons-inner-wrapper {
    pointer-events: auto;
  }
  .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root.active + .action-buttons-inner-wrapper .action-button {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.8s, height 0s linear 0s, margin 0s linear 0s;
  }
}
@media (pointer: fine) {
  .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root:hover + .action-buttons-inner-wrapper {
    pointer-events: auto;
  }
  .nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-root:hover + .action-buttons-inner-wrapper .action-button {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.8s, height 0s linear 0s, margin 0s linear 0s;
  }
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper {
  pointer-events: none;
  display: flex;
  display: -webkit-flex;
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex-direction: column;
  padding-bottom: 48px;
  margin-bottom: 80px;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper:hover {
  pointer-events: auto;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper:hover .action-button {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.8s, height 0s linear 0s, margin 0s linear 0s;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper .action-button {
  display: block;
  position: relative;
  color: rgba(0, 0, 0, 0.54);
  margin: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  padding: 0;
  font-size: 20px;
  min-width: 0;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.8s;
  background-color: #fff;
  opacity: 0;
  transform: scale(0);
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper .action-button .icon {
  display: inline-block;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper .action-button .label {
  display: inline-block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 0 5px;
  line-height: 25px;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  bottom: auto;
  left: auto;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper .action-buttons-inner-wrapper .action-button i.icon {
  color: rgba(0, 0, 0, 0.54);
  background: 0 0;
  line-height: 40px;
}
.nws-section.layouts-action-buttons-section .action-buttons-wrapper:hover .action-buttons-root {
  animation: none;
}
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}