﻿/************** variable ***************/
:root {
  --color-main: #e5c973;
}
button:focus {
  background-color: transparent;
}
/************** 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');
}
/************** FOOTER ***************/
footer {
  background-color: #212121;
  padding: 50px 0 100px;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  color: #808080;
  font-size: 10.5pt;
}
footer * {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  color: #808080;
  font-size: 10.5pt;
}
footer .container {
  width: 800px;
}
footer .title .titleIn:before {
  border-bottom-color: #353229;
  bottom: 3px;
}
footer .title .titleIn > * {
  color: #b3b3b3;
  font-size: 12pt;
  font-weight: normal;
  border-bottom-color: #353229;
  padding-bottom: 4px;
}
footer .info {
  margin: 30px auto;
}
footer .info span {
  color: #b3b3b3;
  margin: 0 15px;
}
footer .info span i {
  font-size: 17pt;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  color: #b3b3b3;
}
footer .info:after {
  clear: both;
  display: table;
  content: '';
}
footer .social a {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  margin: 0 48px;
  position: relative;
}
footer .social a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #383838;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
footer .social a i {
  color: #b3b3b3;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  font-size: 18pt;
  line-height: 1.8;
}
footer .social a svg {
  width: 24px;
  height: 40px;
}
footer .social a svg path {
  fill: #b3b3b3;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
footer .social a:first-child {
  margin-right: 0;
}
footer .social a:last-child {
  margin-left: 0;
}
footer .social a:hover:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
footer .social a:hover i {
  color: #fff;
}
footer .social a:hover svg path {
  fill: #fff;
}
footer .social:after {
  clear: both;
  display: table;
  content: '';
}
footer:after {
  clear: both;
  display: table;
  content: '';
}
.copyRight {
  background-color: #171717;
  position: relative;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}
.copyRight svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -74px;
}
.copyRight svg path:first-child {
  fill: var(--color-main);
}
.copyRight .developed {
  position: relative;
  z-index: 1;
  top: -42px;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  color: #6c6c6c;
  font-size: 7.5pt;
}
.copyRight .developed img {
  display: block;
  margin: auto;
  margin-bottom: 17px;
}
.copyRight .developed a:hover {
  color: #fff;
}
.copyRight:after {
  clear: both;
  display: table;
  content: '';
}
/******** material-scrolltop  ********/
.material-scrolltop {
  display: block;
  position: fixed;
  width: 0;
  height: 0;
  bottom: 50px;
  right: 15px;
  left: inherit;
  padding: 0;
  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-main);
  -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: 1000;
  background-position: center 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 35%;
  -moz-background-size: 35%;
  -o-background-size: 35%;
  background-size: 35%;
  color: #fff;
  font-size: 16pt;
}
.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-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;
  /*background: #fff;*/
  -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-main);
  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-main);
}
.material-scrolltop span {
  display: block;
  font-size: 23.5px;
  color: #fff;
}
.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;
}
button:focus {
  background-color: var(--color-main);
}
.g-recaptcha {
  width: 321px;
  max-width: 100%;
  overflow: auto;
}
/************** SERVICE **************/
.service {
  width: 100%;
  min-height: 536px;
  overflow: hidden;
  position: relative;
  bottom: 0;
}
.service .parallaximg2 {
  width: 100%;
  min-height: 100%;
  position: absolute !important;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.service .serviceItem {
  background: #fff;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  padding: 0 50px;
  height: 300px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.service .serviceItem img {
  margin-bottom: 20px;
  margin-top: 85px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  max-height: 62px;
}
.service .serviceItem figcaption {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  transform: translate3d(0, 145px, 0);
  -webkit-transform: translate3d(0, 145px, 0);
  -moz-transform: translate3d(0, 145px, 0);
  -ms-transform: translate3d(0, 145px, 0);
  -o-transform: translate3d(0, 145px, 0);
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background: #fff;
  padding: 20px;
  top: 0;
}
.service .serviceItem figcaption a {
  display: inline-block;
  font-weight: 700;
  font-size: 16pt;
  min-width: 146px;
  border-bottom: 1px solid var(--color-main);
  color: #595959;
  margin-bottom: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.service .serviceItem figcaption p {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.service .serviceItem:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.service .serviceItem:hover img {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  margin-top: -100px;
}
.service .serviceItem:hover figcaption {
  transform: translate3d(0, 0, 0) scale(0.85);
  -webkit-transform: translate3d(0, 0, 0) scale(0.85);
  -moz-transform: translate3d(0, 0, 0) scale(0.85);
  -ms-transform: translate3d(0, 0, 0) scale(0.85);
  -o-transform: translate3d(0, 0, 0) scale(0.85);
  padding: 55px 50px;
}
.service .serviceItem:hover figcaption p {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.service .title {
  margin: 45px 0;
}
.service:after {
  clear: both;
  display: table;
  content: '';
}
/************** PRODUCTS **************/
.products {
  padding: 35px 0;
}
.products .productList {
  position: relative;
}
.products .productList .productItem {
  position: relative;
  cursor: pointer;
  margin-bottom: 45px;
}
.products .productList .productItem h2 {
  position: relative;
  text-align: center;
  font-size: 12pt;
  margin-top: 10px;
  font-weight: 600;
}
.products .productList .productItem h2:after {
  position: absolute;
  content: "";
  border-bottom: 2px solid var(--color-main);
  bottom: -15px;
  right: 0;
  left: 0;
  margin: auto;
}
.products .productList .productItem:hover figcaption {
  opacity: 1;
  visibility: visible;
}
.products .productList .productItem figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.products .productList .productItem figcaption a {
  font-size: 16pt;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
/************* PORTFOLIO *************/
@-webkit-keyframes anim1 {
  0% {
    transform: translate3d(-54px, 54px, 0);
  }
  50% {
    transform: translate3d(-54px, 0, 0);
    opacity: 1;
  }
  60% {
    transform: translate3d(-54px, 1.5px, 0);
  }
  70% {
    transform: translate3d(-54px, 0px, 0);
  }
  80% {
    transform: translate3d(-54px, 1.5px, 0);
  }
  100% {
    transform: translate3d(-54px, 0, 0);
    opacity: 1;
  }
}
@keyframes anim1 {
  0% {
    transform: translate3d(-54px, 54px, 0);
  }
  50% {
    transform: translate3d(-54px, 0, 0);
    opacity: 1;
  }
  60% {
    transform: translate3d(-54px, 1.5px, 0);
  }
  70% {
    transform: translate3d(-54px, 0px, 0);
  }
  80% {
    transform: translate3d(-54px, 1.5px, 0);
  }
  100% {
    transform: translate3d(-54px, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes anim2 {
  0% {
    transform: translate3d(-54px, 54px, 0);
  }
  50% {
    transform: translate3d(0px, 54px, 0);
    opacity: 1;
  }
  60% {
    transform: translate3d(1.5px, 54px, 0);
  }
  70% {
    transform: translate3d(0px, 54px, 0);
  }
  80% {
    transform: translate3d(1.5px, 54px, 0);
  }
  100% {
    transform: translate3d(0px, 54px, 0);
    opacity: 1;
  }
}
@keyframes anim2 {
  0% {
    transform: translate3d(-54px, 54px, 0);
  }
  50% {
    transform: translate3d(0px, 54px, 0);
    opacity: 1;
  }
  60% {
    transform: translate3d(1.5px, 54px, 0);
  }
  70% {
    transform: translate3d(0px, 54px, 0);
  }
  80% {
    transform: translate3d(1.5px, 54px, 0);
  }
  100% {
    transform: translate3d(0px, 54px, 0);
    opacity: 1;
  }
}
@-webkit-keyframes anim3 {
  0% {
    transform: translate3d(-54px, 54px, 0);
  }
  50% {
    transform: translate3d(-54px, 108px, 0);
    opacity: 1;
  }
  60% {
    transform: translate3d(-54px, 109.5px, 0);
  }
  70% {
    transform: translate3d(-54px, 108px, 0);
  }
  80% {
    transform: translate3d(-54px, 109.5px, 0);
  }
  100% {
    transform: translate3d(-54px, 108px, 0);
    opacity: 1;
  }
}
@keyframes anim3 {
  0% {
    transform: translate3d(-54px, 54px, 0);
  }
  50% {
    transform: translate3d(-54px, 108px, 0);
    opacity: 1;
  }
  60% {
    transform: translate3d(-54px, 109.5px, 0);
  }
  70% {
    transform: translate3d(-54px, 108px, 0);
  }
  80% {
    transform: translate3d(-54px, 109.5px, 0);
  }
  100% {
    transform: translate3d(-54px, 108px, 0);
    opacity: 1;
  }
}
@-webkit-keyframes anim4 {
  0% {
    transform: translate3d(-54px, 54px, 0);
  }
  50% {
    transform: translate3d(-108px, 54px, 0);
    opacity: 1;
  }
  60% {
    transform: translate3d(-109.5px, 54px, 0);
  }
  70% {
    transform: translate3d(-108px, 54px, 0);
  }
  80% {
    transform: translate3d(-109.5px, 54px, 0);
  }
  100% {
    transform: translate3d(-108px, 54px, 0);
    opacity: 1;
  }
}
@keyframes anim4 {
  0% {
    transform: translate3d(-54px, 54px, 0);
  }
  50% {
    transform: translate3d(-108px, 54px, 0);
    opacity: 1;
  }
  60% {
    transform: translate3d(-109.5px, 54px, 0);
  }
  70% {
    transform: translate3d(-108px, 54px, 0);
  }
  80% {
    transform: translate3d(-109.5px, 54px, 0);
  }
  100% {
    transform: translate3d(-108px, 54px, 0);
    opacity: 1;
  }
}
.portfolio {
  padding: 50px 0 0;
  overflow: hidden;
}
.portfolio .title {
  margin: 0 auto 45px;
}
.portfolio:after {
  clear: both;
  display: table;
  content: '';
}
.portfolio .portfolios .filters {
  color: #939393;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  margin-bottom: 50px;
}
.portfolio .portfolios .filters li {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 -2px;
  padding: 5px 18px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  border-bottom: 1px solid #b2b2b2;
  font-family: iranSans2;
  position: relative;
}
.portfolio .portfolios .filters li:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #4d4d4d;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
.portfolio .portfolios .filters li span {
  display: block;
}
.portfolio .portfolios .filters li:hover {
  color: var(--color-main);
}
.portfolio .portfolios .filters li.active {
  color: #4d4d4d;
}
.portfolio .portfolios .filters li.active:before {
  opacity: 1;
}
.portfolio .portfolios .portfolioList li {
  float: right;
  /*width: 0;*/
  /*.transform(translate3d(100%,100%));*/
  -webkit-transition: transform 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out;
  -ms-transition: transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  display: none;
}
.portfolio .portfolios .portfolioList li.show {
  width: 33.333333%;
  transform: translate3d(0, 0);
  -webkit-transform: translate3d(0, 0);
  -moz-transform: translate3d(0, 0);
  -ms-transform: translate3d(0, 0);
  -o-transform: translate3d(0, 0);
  -webkit-transform-origin: 150% 50%;
  -moz-transform-origin: 150% 50%;
  transform-origin: 150% 50%;
  animation: rotateSides-in 0.6s both ease-out;
  -webkit-animation: rotateSides-in 0.6s both ease-out;
  -moz-animation: rotateSides-in 0.6s both ease-out;
  -ms-animation: rotateSides-in 0.6s both ease-out;
  -o-animation: rotateSides-in 0.6s both ease-out;
}
.portfolio .portfolios:after {
  clear: both;
  display: table;
  content: '';
}
.portfolioItem {
  margin: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.portfolioItem img {
  width: 100%;
  max-height: 480px;
}
.portfolioItem figcaption {
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 1, 1, 0.7) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(49%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 1, 1, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 1, 1, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 1, 1, 0.7) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 1, 1, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 1, 1, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000101', GradientType=0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: 0;
  visibility: hidden;
}
.portfolioItem figcaption:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.portfolioItem figcaption .parentCircle .btns {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 191px;
  height: 51px;
  z-index: 1;
}
.portfolioItem figcaption .parentCircle .btns > a {
  width: 51px;
  height: 51px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 0, 0, 0.3);
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  color: #fff;
  font-size: 21pt;
  line-height: 1.9;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  margin: 0 5px;
}
.portfolioItem figcaption .parentCircle .btns > a:first-child {
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
}
.portfolioItem figcaption .parentCircle .btns > a:nth-child(2) {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.portfolioItem figcaption .parentCircle .btns > a:nth-child(3) {
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
}
.portfolioItem figcaption .parentCircle .btns > a:hover {
  background-color: var(--color-main);
  color: #4d4d4d;
}
.portfolioItem figcaption .parentCircle .shareIn {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.portfolioItem figcaption .parentCircle .shareIn a {
  display: block;
  position: absolute;
  transform: translate3d(-54px, 54px, 0);
  opacity: 0;
  width: 43px;
  height: 43px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  font-size: 18pt;
  line-height: 1.9;
}
.portfolioItem figcaption .parentCircle .shareIn a:hover {
  background-color: var(--color-main);
  color: #4d4d4d;
}
.portfolioItem figcaption .projectName {
  color: #4d4d4d;
  position: absolute;
  bottom: 65px;
  font-size: 12pt;
  font-family: iransans2;
  right: 45px;
  padding-left: 40px;
  display: inline-block;
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  max-width: 95%;
}
.portfolioItem figcaption .projectName:before {
  content: '';
  width: 36px;
  height: 3px;
  background: var(--color-main);
  position: absolute;
  bottom: -2px;
}
.portfolioItem figcaption .projectName strong {
  border-bottom: 1px solid var(--color-main);
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom: 4px;
}
.portfolioItem figcaption .dateCat {
  position: absolute;
  right: 55px;
  bottom: 20px;
  transform: translate3d(0, 200%, 0);
  -webkit-transform: translate3d(0, 200%, 0);
  -moz-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  -o-transform: translate3d(0, 200%, 0);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.portfolioItem figcaption .dateCat > * {
  color: #ababaa;
  float: right;
  font-size: 9.5pt;
  margin-left: 35px;
}
.portfolioItem figcaption .dateCat > * i {
  color: #fff;
  font-size: 15pt;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.portfolioItem:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5), 0px 1px 40px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5), 0px 1px 40px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5), 0px 1px 40px 0px rgba(0, 0, 0, 0.3);
}
.portfolioItem:hover figcaption {
  opacity: 1;
  visibility: visible;
}
.portfolioItem:hover figcaption .parentCircle .btns > a {
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  /*.transition(0.3s);*/
}
.portfolioItem:hover figcaption .projectName,
.portfolioItem:hover figcaption .dateCat {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.portfolioItem:after {
  clear: both;
  display: table;
  content: '';
}
.showCircle figcaption .parentCircle .btns > a {
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.showCircle figcaption .parentCircle .btns > a:first-child {
  transform: translate3d(-65px, 0, 0);
}
.showCircle figcaption .parentCircle .btns > a:nth-child(3) {
  transform: translate3d(65px, 0, 0);
}
.showCircle figcaption .parentCircle .btns .share {
  background-color: var(--color-main);
  color: #4d4d4d;
}
.showCircle figcaption .parentCircle .btns .share i:before {
  content: "\F156";
}
.showCircle figcaption .parentCircle .shareIn {
  z-index: inherit;
}
.showCircle figcaption .parentCircle .shareIn a {
  z-index: 3;
}
.showCircle figcaption .parentCircle .shareIn a:first-child {
  animation: 0.3s ease 0.5s normal both 1 running anim1;
}
.showCircle figcaption .parentCircle .shareIn a:nth-child(2) {
  animation: 0.3s ease 0.5s normal both 1 running anim2;
}
.showCircle figcaption .parentCircle .shareIn a:nth-child(3) {
  animation: 0.3s ease 0.5s normal both 1 running anim3;
}
.showCircle figcaption .parentCircle .shareIn a:nth-child(4) {
  animation: 0.3s ease 0.5s normal both 1 running anim4;
}
.portfolio .portfolios .portfolioList li:hover {
  position: relative;
  z-index: 1;
}
/*************** FILTER ***************/
@-webkit-keyframes rotateInRight {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes rotateInRight {
  0% {
    opacity: 0;
    -moz-transform: rotateY(-90deg);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: rotateY(0deg);
  }
}
@keyframes rotateInRight {
  0% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0deg);
  }
}
/*  END - Animation options for `3dflip` filter. Change them carefully */
/*  ---------------------------------------------------------------
           Animation options for `rotateSides` filter. Change them carefully
           --------------------------------------------------------------- */
.cbp-animation-rotateSides {
  overflow: visible;
  margin-bottom: 120px;
}
.cbp-animation-rotateSides .cbp-item {
  /* @editable properties */
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.cbp-animation-rotateSides-out {
  -webkit-transform-origin: -50% 50%;
  -webkit-animation: rotateSides-out 0.5s both ease-in;
  -moz-transform-origin: -50% 50%;
  -moz-animation: rotateSides-out 0.5s both ease-in;
  transform-origin: -50% 50%;
  animation: rotateSides-out 0.5s both ease-in;
}
.cbp-animation-rotateSides-in {
  -webkit-transform-origin: 150% 50%;
  -webkit-animation: rotateSides-in 0.6s both ease-out;
  -moz-transform-origin: 150% 50%;
  -moz-animation: rotateSides-in 0.6s both ease-out;
  transform-origin: 150% 50%;
  animation: rotateSides-in 0.6s both ease-out;
}
.cbp-animation-rotateSides-fadeOut {
  -webkit-animation: cbp-animation-rotateSides-fadeOut 0.5s both ease;
  -moz-animation: cbp-animation-rotateSides-fadeOut 0.5s both ease;
  animation: cbp-animation-rotateSides-fadeOut 0.5s both ease;
}
/* out */
/* @editable properties */
@-webkit-keyframes rotateSides-out {
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(90deg);
  }
}
@-moz-keyframes rotateSides-out {
  100% {
    opacity: 0;
    -moz-transform: translateZ(-500px) rotateY(90deg);
  }
}
@keyframes rotateSides-out {
  100% {
    opacity: 0;
    transform: translateZ(-500px) rotateY(90deg);
  }
}
/* in */
/* @editable properties */
@-webkit-keyframes rotateSides-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(-90deg);
  }
  40% {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(-90deg);
  }
}
@-moz-keyframes rotateSides-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-500px) rotateY(-90deg);
  }
  40% {
    opacity: 0;
    -moz-transform: translateZ(-500px) rotateY(-90deg);
  }
}
@keyframes rotateSides-in {
  0% {
    opacity: 0;
    transform: translateZ(-500px) rotateY(-90deg);
  }
  40% {
    opacity: 0;
    transform: translateZ(-500px) rotateY(-90deg);
  }
}
/**************** NEWS ***************/
.artiles {
  background-color: #ebebeb;
  padding: 50px 0;
}
.artiles .newsItemShow {
  cursor: pointer;
  margin-top: 55px;
  margin-bottom: 35px;
}
.artiles .newsItemShow .col-sm-5 {
  padding-right: 0;
}
.artiles .newsItemShow .newsTitle {
  display: block;
  margin-bottom: 25px;
  font-size: 13.5pt;
  font-family: iransans2;
  font-weight: normal;
  color: #4d4d4d;
  border-bottom: 1px solid var(--color-main);
  position: relative;
  margin-top: 55px;
}
.artiles .newsItemShow .newsTitle:before {
  content: '';
  width: 50px;
  height: 3px;
  background-color: var(--color-main);
  position: absolute;
  bottom: -4px;
  right: 0;
}
.artiles .newsItemShow p {
  font-size: 10.3pt;
}
.artiles .newsItemShow .more {
  width: 100%;
  position: relative;
  margin-top: 15px;
}
.artiles .newsItemShow .more:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px solid #d8d8d8;
  top: 24px;
}
.artiles .newsItemShow .more .btnCustom {
  float: left;
  background-color: #ebebeb;
  padding-right: 3px;
  background-color: transparent!important;
}
.artiles .newsItemShow .date {
  padding: 20px 0;
  width: 100px;
  float: left;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  height: 120px;
  background: #4c4c4c;
  background: -moz-linear-gradient(top, #4c4c4c 0%, #333333 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #4c4c4c), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #4c4c4c 0%, #333333 100%);
  background: -o-linear-gradient(top, #4c4c4c 0%, #333333 100%);
  background: -ms-linear-gradient(top, #4c4c4c 0%, #333333 100%);
  background: linear-gradient(to bottom, #4c4c4c 0%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#333333', GradientType=0);
  margin-top: 155px;
}
.artiles .newsItemShow .date strong {
  display: block;
  color: #fff;
  font-size: 42pt;
  line-height: 1;
  font-family: iransans;
}
.artiles .newsItemShow .date span {
  display: block;
  color: #aeaeae;
  font-size: 8pt;
  margin-top: -5px;
}
.artiles .newsItemShow .date .month {
  color: #fff;
  font-size: 10pt;
}
.artiles .newsItemShow .date .year {
  letter-spacing: 5px;
}
.artiles .newsItemShow .img {
  width: 100%;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 3px 10px 0px rgba(0, 0, 0, 0.1), 0px 30px 20px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 3px 10px 0px rgba(0, 0, 0, 0.1), 0px 30px 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 3px 10px 0px rgba(0, 0, 0, 0.1), 0px 30px 20px -10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.artiles .newsItemShow .img img {
  width: 100%;
  max-height: 350px;
}
.artiles .newsItemShow:after {
  clear: both;
  display: table;
  content: '';
}
.artiles .newsItem {
  cursor: pointer;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.3), 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 6px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.artiles .newsItem .col-xs-8 {
  padding-right: 0;
}
.artiles .newsItem img {
  width: 100%;
  max-height: 75px;
}
.artiles .newsItem .artName {
  display: block;
  font-size: 10pt;
  font-family: iransans2;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #808080;
  padding: 20px 0 5px 0;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.artiles .newsItem p,
.artiles .newsItem .more {
  display: none;
}
.artiles .newsItem .date {
  color: #999999;
  font-size: 6.5pt;
  float: left;
  padding-left: 25px;
}
.artiles .newsItem .date i {
  color: #6e6e6e;
  font-size: 9pt;
  margin-right: 4px;
  line-height: 1;
  margin-top: 0px;
}
.artiles .newsItem .date > * {
  display: inline-block;
  vertical-align: middle;
}
.artiles .newsItem:after {
  clear: both;
  display: table;
  content: '';
}
.artiles .newsItem:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.3), 0px 10px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 10px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 10px 8px 0px rgba(0, 0, 0, 0.1);
}
.artiles .newsItem:hover a {
  color: #4d4d4d;
}
.artiles:after {
  clear: both;
  display: table;
  content: '';
}
/**************** BROWSER *****************/
/*firefox*/
/*@-moz-document url-prefix() {
}*/
/*safari*/
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
}*/
/*ie*/
/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
}*/
/******************** Responsive *********************/
@media only screen and (max-width: 1280px) {
  /**************** NEWS ***************/
  .artiles {
    padding: 50px 0 80px;
  }
  .owl-theme .owl-controls .owl-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 64px;
  }
  .owl-theme .owl-controls .owl-buttons div {
    top: 16.5px;
    font-size: 24pt;
    line-height: 1;
    height: 32px;
  }
  .owl-theme .owl-controls .owl-buttons .owl-prev:before {
    margin-left: -4px;
  }
  .owl-theme .owl-controls .owl-buttons .owl-next:before {
    margin-left: 0;
  }
  .myCarousel .owl-prev {
    left: 0;
  }
  .myCarousel .owl-next {
    right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  /************** SERVICE **************/
  .service .serviceItem:hover figcaption {
    padding: 15px 50px;
  }
  /************* PORTFOLIO *************/
  .portfolioItem figcaption .parentCircle .btns,
  .portfolioItem figcaption .parentCircle .shareIn {
    top: -70px;
  }
  /**************** NEWS ***************/
  .artiles .newsItem .artName {
    padding: 7px 0 5px;
  }
}
@media only screen and (max-width: 992px) {
  /************** SERVICE **************/
  .service .serviceItem:hover figcaption {
    padding: 10px;
  }
  /************* PORTFOLIO *************/
  .portfolio {
    padding: 5px 0 0;
  }
  .portfolio .title {
    margin: 0 auto 15px;
  }
  .portfolio .portfolios .filters {
    margin-bottom: 15px;
  }
  .portfolioItem figcaption .projectName {
    bottom: 45px;
    font-size: 10pt;
    right: 0;
    max-width: 100%;
    padding: 0 10px;
    color: #fff;
  }
  .portfolioItem figcaption .dateCat {
    right: 0;
    bottom: 10px;
    padding: 0 10px;
  }
  .portfolioItem figcaption .dateCat > * {
    font-size: 7.5pt;
    margin-left: 15px;
  }
  .portfolioItem figcaption .dateCat > * i {
    font-size: 11pt;
    margin-left: 3px;
  }
  .portfolioItem figcaption .parentCircle .btns,
  .portfolioItem figcaption .parentCircle .shareIn {
    top: -50px;
  }
  .portfolioItem figcaption .parentCircle .btns {
    width: 161px;
    height: 41px;
  }
  .portfolioItem figcaption .parentCircle .btns > a {
    width: 41px;
    height: 41px;
    font-size: 17pt;
  }
  .portfolioItem figcaption .parentCircle .shareIn {
    width: 140px;
    height: 140px;
  }
  .portfolioItem figcaption .parentCircle .shareIn a {
    width: 33px;
    height: 33px;
    font-size: 14pt;
  }
  .portfolioItem:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
  .showCircle figcaption .parentCircle .btns > a:first-child {
    transform: translate3d(-55px, 0, 0);
    -webkit-transform: translate3d(-55px, 0, 0);
    -moz-transform: translate3d(-55px, 0, 0);
    -ms-transform: translate3d(-55px, 0, 0);
    -o-transform: translate3d(-55px, 0, 0);
  }
  .showCircle figcaption .parentCircle .btns > a:nth-child(3) {
    transform: translate3d(55px, 0, 0);
    -webkit-transform: translate3d(55px, 0, 0);
    -moz-transform: translate3d(55px, 0, 0);
    -ms-transform: translate3d(55px, 0, 0);
    -o-transform: translate3d(55px, 0, 0);
  }
  /**************** NEWS ***************/
  .artiles .newsItemShow .date {
    width: 100%;
    margin-top: 0;
  }
  .artiles .newsItemShow .date strong {
    font-size: 38pt;
  }
  /************** FOOTER ***************/
  footer .container {
    width: 750px;
  }
  footer .social a {
    margin: 0 43px;
  }
  .material-scrolltop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /************** SERVICE **************/
  .serviceList .row {
    margin: 0 -5px;
  }
  .serviceList .col-xs-4 {
    padding: 0 5px;
  }
  .service {
    min-height: 430px;
  }
  .service .title {
    margin: 15px 0;
  }
  .service .serviceItem figcaption a {
    font-size: 12pt;
    margin-bottom: 0;
  }
  .service .serviceItem:hover {
    z-index: 10;
  }
  /************* PORTFOLIO *************/
  .portfolio .portfolios .filters li {
    padding: 0px 10px;
    font-size: 9pt;
  }
  .portfolioItem figcaption .parentCircle .btns {
    width: 100%;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
  }
  .portfolioItem figcaption .parentCircle .btns > a.share {
    display: none;
  }
  .portfolioItem figcaption .dateCat > * {
    font-size: 7pt;
    margin-left: 5px;
  }
  .portfolioItem figcaption .dateCat > * i {
    display: none;
  }
  /**************** NEWS ***************/
  .artiles {
    padding: 5px 0 55px;
  }
  .artiles .newsItemShow {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .artiles .newsItemShow .date {
    display: none;
  }
  /************** FOOTER ***************/
  footer {
    padding: 5px 0;
  }
  footer .container {
    width: 100%;
  }
  footer .social a {
    margin: 0 15px;
  }
  .copyRight svg {
    display: none;
  }
  .copyRight .developed {
    top: 0;
    padding-top: 5px;
  }
  .copyRight .developed img {
    margin: auto auto 5px;
  }
}
@media only screen and (max-width: 580px) {
  /************** SERVICE **************/
  .serviceList .row {
    margin: 0 -15px;
  }
  .serviceList .col-xs-4 {
    padding: 0 15px;
    width: 100%;
  }
  .service .serviceItem {
    height: 200px;
    margin-bottom: 10px;
  }
  .service .serviceItem img {
    margin-top: 55px;
  }
  .service .serviceItem figcaption {
    transform: translate3d(0, 115px, 0);
    -webkit-transform: translate3d(0, 115px, 0);
    -moz-transform: translate3d(0, 115px, 0);
    -ms-transform: translate3d(0, 115px, 0);
    -o-transform: translate3d(0, 115px, 0);
  }
  .service .serviceItem:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
  /************* PORTFOLIO *************/
  .portfolio .portfolios .portfolioList li.show {
    width: 50%;
  }
  .portfolioItem figcaption .projectName {
    bottom: 30px;
    font-size: 9pt;
  }
  .portfolioItem figcaption .parentCircle .btns > a {
    width: 31px;
    height: 31px;
    font-size: 13pt;
    margin: 0;
  }
  /**************** NEWS ***************/
  .artiles .newsItemShow .col-sm-5,
  .artiles .newsItemShow .col-sm-7 {
    width: 100%;
    padding: 0 15px;
  }
  .artiles .newsItemShow .newsTitle {
    margin-bottom: 15px;
    font-size: 11.5pt;
    margin-top: 15px;
  }
  .artiles .newsItemShow p {
    font-size: 10pt;
  }
  /************** FOOTER ***************/
  footer .social a {
    margin: 0;
    width: 40px;
    height: 40px;
  }
}