@import url("https://fonts.googleapis.com/css?family=Jura:300,400,500,600,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");

@font-face {
  font-family: 'IRANSans';
  src: url('/fonts/IRANSansMedium.eot?#') format('eot'),
    /* IE6–8 */
    url('/fonts/IRANSansMedium.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/fonts/IRANSansMedium.ttf') format('truetype');
  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

* {
  font-family: "IRANSans";
}

.resources,
.what-we-do {
  background: #fff url(../../images/section-bg.svg) no-repeat 0 100%;
}

.about-us {
  position: relative;
}

.about-us:before {
  position: absolute;
  z-index: 2;
  content: "";
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  height: 180px;
  background: #fff;
  display: none;
}



@media screen and (min-width: 992px) {
  .about-us:before {
    display: block;
  }
}

.about-us--slider {
  background: #fff;
  padding: 45px 15px 0;
}

@media screen and (min-width: 992px) {
  .about-us--slider {
    padding: 45px 15px 75px;
  }
}

@media screen and (min-width: 1024px) {
  .about-us--slider {
    padding: 30px 15px 90px;
  }
}

.about-us__title-helper {
  display: none;
}

@media screen and (min-width: 992px) {
  .about-us__title-helper {
    display: block;
    margin-right: 50px;
  }
}

.about-us__content {
  position: relative;
  z-index: 3;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 992px) {
  .about-us__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.about-us__content__blocks {
  margin: 70px 0 45px;
}

@media screen and (min-width: 1024px) {
  .about-us__content__blocks {
    margin: 120px 0 70px;
  }
}

.about-us__content__blocks__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 220px;
  background: #fff;
  box-shadow: 0 22px 34px -10px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  color: #313642;
  letter-spacing: -0.25px;
  text-align: center;
  margin: 0 0 30px;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-column-align: center;
  justify-items: center;
}

@media screen and (min-width: 768px) {
  .about-us__content__blocks__block {
    height: 290px;
  }
}

@media screen and (min-width: 992px) {
  .about-us__content__blocks__block {
    height: 320px;
  }
}

@media screen and (min-width: 1140px) {
  .about-us__content__blocks__block {
    height: 255px;
  }
}

.about-us__content__blocks__block>img {
  max-height: 76px;
}

.about-us__content__blocks__block .text {
  font-family: Jura, sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #313642;
  letter-spacing: -0.25px;
  text-align: center;
  margin: 30px 0 0;
}

@media screen and (min-width: 1024px) {
  .about-us__content__blocks__block .text {
    margin: 45px 0 0;
  }
}

.about-us__content__slider--controls .left-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 992px) {
  .about-us__content__slider--controls .left-controls {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
margin-left:auto
  }
}

.about-us__content__slider--controls h5 {
  font-size: 24px;
  color: #313642;
  letter-spacing: -0.25px;
  text-transform: none;
  vertical-align: middle;
  margin: 0 auto 0 0;
  line-height: 82px;
  width: 100%;
  text-align: center;
  opacity: 1;
margin-left:auto
}

@media screen and (min-width: 768px) {
  .about-us__content__slider--controls h5 {
    width: auto;
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .about-us__content__slider--controls h5 {
    font-size: 28px;
  }
}

.about-us__content__slider--controls .pager {
  background: #6dc978;
  height: 82px;
  width: 100%;
  width: calc(100% - 164px);
  line-height: 82px;
  font-family: Jura, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  text-align: center;
  -ms-flex: 1;
  flex: 1;
}

.about-us__content__slider--controls .pager__current {
  font-weight: 700;
}

.about-us__content__slider--controls .slider-control {
  height: 82px;
  width: 82px;
  line-height: 82px;
  margin: 0;
  padding: 0;
  border: 0;
  background: #00bdcc;
  text-align: center;
  cursor: pointer;
  box-shadow: inset 1px 0 0 #fff;
  outline: 0;
  position: relative;
}

.about-us__content__slider--controls .slider-control .arrow {
  height: 10px;
  width: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  transform: rotate(-135deg) translate3d(4px, 2px, 0);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.about-us__content__slider--controls .slider-control .arrow:after {
  content: "";
  height: 2px;
  width: 10px;
  background: #fff;
  position: absolute;
  display: block;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transform: rotate(-45deg) translate3d(-1px, -2px, 0) scaleX(0);
  transform-origin: 100% 50%;
}

.about-us__content__slider--controls .slider-control.border-left {
  border-left: 0 !important;
  border-right: 1px solid #fff;
  box-shadow: none;
}

.about-us__content__slider--controls .slider-control.is-right {
  transform: rotate(180deg) translateZ(0);
}

.about-us__content__slider--controls .slider-control:hover .arrow {
  transform: rotate(-135deg) translate3d(6px, 0, 0);
}

.about-us__content__slider--controls .slider-control:hover .arrow:after {
  transform: rotate(-45deg) translate3d(-1px, -2px, 0) scaleX(1);
}

.about-us__content__slider--content {
  overflow: visible;
  max-height: none;
}

@media screen and (min-width: 992px) {
  .about-us__content__slider--content {
    max-height: 370px;
  }
}

@media screen and (min-width: 1140px) {
  .about-us__content__slider--content {
    max-height: 440px;
  }
}

.about-us__content__slider--content .slider-photo {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 992px) {
  .about-us__content__slider--content .slider-photo {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.about-us__content__slider--content .slider-photos-container {
  white-space: nowrap;
  overflow: hidden;
}

.about-us__content__slider--content .slider-photos-container .img-fluid {
  width: 100%;
}

.about-us__content__slider--content .slider-info {
  padding: 30px 50px;
}

@media screen and (min-width: 992px) {
  .about-us__content__slider--content .slider-info {
    padding: 45px 0 45px 30px;
  }
}

@media screen and (min-width: 1440px) {
  .about-us__content__slider--content .slider-info {
    padding: 60px 0 60px 45px;
  }
}

.about-us__content__slider--content .slider-info h3 {
  font-family: Jura, sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #313642;
  letter-spacing: -0.5px;
  margin: 0 0 20px;
  display: none;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .about-us__content__slider--content .slider-info h3 {
    font-size: 40px;
    margin: 0 0 30px;
  }
}

.about-us__content__slider--content .slider-info h3 .position-controller {
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate3d(0, 100%, 0);
}

.about-us__content__slider--content .slider-info h3.is-shown {
  display: block;
}

.about-us__content__slider--content .slider-info h3.is-in .position-controller {
  transform: translateZ(0);
}

.about-us__content__slider--content .slider-info h3.is-out .position-controller {
  transform: translate3d(0, -100%, 0);
}

.about-us__content__slider--content .slider-info p {
  font-weight: 300;
  font-size: 16px;
  color: #313642;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 15px;
  display: none;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 992px) {
  .about-us__content__slider--content .slider-info p {
    font-size: 18px;
  }
}

.about-us__content__slider--content .slider-info p.is-shown {
  display: block;
}

.about-us__content__slider--content .slider-info p.is-in {
  opacity: 1;
}

@media screen and (min-width: 1440px) {
  .about-us__content__slider--content .slider-info p {
    line-height: 2;
    margin-bottom: 30px;
  }
}

.about-us__content__slider--content .slider-info .slider-social-container a {
  display: inline-block;
  margin: 0 15px 0 0;
}

.about-us__content__slider--content .slider-info .slider-social-container>div {
  display: none;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.about-us__content__slider--content .slider-info .slider-social-container>div.is-shown {
  display: block;
}

.about-us__content__slider--content .slider-info .slider-social-container>div.is-in {
  opacity: 1;
}

.about-us__content__slider--content .slider-info .slider-social-container>div a {
  transition: all 0.3s ease;
  opacity: 1;
}

.about-us__content__slider--content .slider-info .slider-social-container>div a:active,
.about-us__content__slider--content .slider-info .slider-social-container>div a:focus,
.about-us__content__slider--content .slider-info .slider-social-container>div a:hover {
  opacity: 0.5;
}

.footer {
  background: #313642;
}

@media screen and (min-width: 992px) {
  .footer {
    background: rgba(49, 54, 66, 0.8);
  }
}

.footer--ending {
  background: #fff;
}

.footer--ending .iso {
  margin-top: 45px;
  margin-bottom: 45px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .footer--ending .iso {
    text-align: left;
  }
}

@media screen and (min-width: 1140px) {
  .footer--ending .iso {
    padding-left: 75px;
  }
}

.footer--ending .copy-links {
  margin-bottom: 45px;
}

@media screen and (min-width: 1140px) {
  .footer--ending .copy-links {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.footer--ending .copyright {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  color: #768199;
  letter-spacing: 0;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .footer--ending .copyright {
    -ms-flex-order: 0;
    order: 0;
    text-align: left;
    margin-top: 0;
  }
}

.footer--ending .links {
  -ms-flex-order: 0;
  order: 0;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .footer--ending .links {
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
  }
}

.footer--ending .links a {
  font-family: Jura, sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #768199;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
  margin: 0 12px;
}

@media screen and (min-width: 992px) {
  .footer--ending .links a {
    font-size: 18px;
    margin: 0 0 0 45px;
  }
}

.footer--ending .links a:active,
.footer--ending .links a:focus,
.footer--ending .links a:hover,
.footer--ending .links a:visited {
  text-decoration: none;
}

.footer__subscription {
  background: #313642;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.footer__subscription h4 {
  font-family: Jura, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin: 0 0 45px;
}

.footer__subscription input {
  width: 100%;
  max-width: 290px;
}

.footer__subscription input[type="email"],
.footer__subscription input[type="text"] {
  background: hsla(0, 0%, 100%, 0.1);
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  border-radius: 4px;
  border: 0;
  margin: 0 auto 15px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.5px;
  outline: 0;
}

.footer__subscription input[type="email"]::-webkit-input-placeholder,
.footer__subscription input[type="text"]::-webkit-input-placeholder {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: hsla(0, 0%, 100%, 0.3);
  letter-spacing: 0.5px;
}

.footer__subscription input[type="email"]:-ms-input-placeholder,
.footer__subscription input[type="text"]:-ms-input-placeholder {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: hsla(0, 0%, 100%, 0.3);
  letter-spacing: 0.5px;
}

.footer__subscription input[type="email"]::placeholder,
.footer__subscription input[type="text"]::placeholder {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: hsla(0, 0%, 100%, 0.3);
  letter-spacing: 0.5px;
}

.footer__subscription button {
  width: 100%;
  max-width: 290px;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  border: 0;
  margin: 15px auto 0;
  background: #6dc978;
  border-radius: 4px;
  font-family: Jura, sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.footer__subscription button .circle {
  background: #48bb56;
}

.footer__content {
  background: transparent;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer__content h4 {
  font-family: Jura, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin: 0 0 75px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .footer__content h4 {
    text-align: left;
  }
}

.footer__content .social {
  margin-top: 60px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .footer__content .social {
    text-align: right;
  }
}

@media screen and (min-width: 1024px) {
  .footer__content .social {
    margin-top: 100px;
  }
}

.footer__content .social__link {
  display: inline-block;
  text-align: center;
  line-height: 60px;
  width: 60px;
  height: 60px;
  border: 1px solid hsla(0, 0%, 100%, 0.3);
  border-radius: 50%;
  margin: 0 15px;
  transition: all 0.3s ease;
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .footer__content .social__link {
    margin: 0 0 0 30px;
  }
}

.footer__content .social__link:active,
.footer__content .social__link:focus,
.footer__content .social__link:hover {
  opacity: 0.5;
}

.footer__content .social__link>img {
  position: relative;
  top: -2px;
}

.footer__content .mail-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}

@media screen and (min-width: 992px) {
  .footer__content .mail-box {
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
  }
}

.footer__content .mail-box label {
  font-family: Jura, sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: auto auto 10px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
  padding-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .footer__content .mail-box label {
    width: auto;
    text-align: left;
    border-bottom: 0;
    padding-bottom: 0;
    margin: auto 0 8px;
  }
}

.footer__content .mail-box .mail {
  margin: 0 auto;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 4px;
  color: #fff;
  text-decoration: none;
  padding-bottom: 12px;
}

@media screen and (min-width: 992px) {
  .footer__content .mail-box .mail {
    font-size: 34px;
    padding-bottom: 0;
    margin: 0 0 0 auto;
  }
}

.footer__content .mail-box .mail:active,
.footer__content .mail-box .mail:focus,
.footer__content .mail-box .mail:hover,
.footer__content .mail-box .mail:visited {
  text-decoration: none;
}

.hero {
  width: 100%;
  min-height: 100vh;
}

.global{



}

.hero>.container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}

.hero .wow {
  visibility: hidden;
}

.hero__navigation {
  position: relative;
  z-index: 3;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .hero__navigation {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .hero__navigation {
    margin-top: 90px;
  }
}

.hero__navigation__logo {
  padding-left: 20px;
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 1140px) {
  .hero__navigation__logo {
    padding-left: 75px;
  }
}

.hero__navigation__logo img {
  max-width: 100%;
}

.hero__navigation__hamburger {
  background: transparent;
  border: 0;
  padding: 0;
  margin-left: auto;
  width: 35px;
  height: 26px;
  cursor: pointer;
  outline: 0;
  position: relative;
  z-index: 3;
}

.hero__navigation__hamburger:active,
.hero__navigation__hamburger:focus,
.hero__navigation__hamburger:hover {
  outline: 0;
}

.hero__navigation__hamburger .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #6dc978;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.hero__navigation__hamburger .line:first-child {
  transform: translate3d(0, -8px, 0);
}

.hero__navigation__hamburger .line:last-child {
  transform: translate3d(0, 8px, 0);
}

.hero__navigation__hamburger.is-open .line:first-child {
  transform: translateZ(0) rotate(-45deg);
}

.hero__navigation__hamburger.is-open .line:nth-child(2) {
  transform: rotate(-45deg);
  opacity: 0;
}

.hero__navigation__hamburger.is-open .line:last-child {
  transform: translateZ(0) rotate(45deg);
}

.hero__navigation__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style-type: none;
  padding: 0;
  margin: 30px 0 0;
}

@media screen and (min-width: 992px) {
  .hero__navigation__links {
    margin: 0;
  }
}

@media screen and (min-width: 1140px) {
  .hero__navigation__links {
    padding-right: 75px;
  }
}

.hero__navigation__links .item {
  padding: 0;
  margin: 0 15px 0 0;
  font-family: Jura, sans-serif;
  font-size: 18px;
  color: #6C7578;
  letter-spacing: 0.5px;
}

@media screen and (min-width: 992px) {
  .hero__navigation__links .item {
    margin: 0 15px;
  }
}

.hero__navigation__links .item:first-child a::after {
  background-color: #6dc978;
}

.hero__navigation__links .item:nth-child(2) a:after {
  background-color: #62b56b;
}

.hero__navigation__links .item:nth-child(3) a:after {
  background-color: #6dc978;
}

.hero__navigation__links .item:nth-child(4) a:after {
  background-color: #62b56b;
}

.hero__navigation__links .item:nth-child(5) a:after {
  background-color: #6dc978;
}

.hero__navigation__links .contact-link {
  margin-left: auto;
  margin-right: 0 !important;
}

.hero__navigation__links .contact-link>a {
  border-bottom: 0 !important;
}

.hero__navigation__links .contact-link>a:after {
  display: none;
}

.hero__navigation__links a {
  font-family: "IRANSans";
  color: #6C7578;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 5px;
  width: 100px;
  text-align: center;
  margin: 0 4px;
  position: relative;
  transition: color 0.5s ease;
}

.hero__navigation__links a:active,
.hero__navigation__links a:focus,
.hero__navigation__links a:hover {
  
  text-decoration: none;
}

.hero__navigation__links a:active:after,
.hero__navigation__links a:focus:after,
.hero__navigation__links a:hover:after {
  transform: scaleX(0);
}

.hero__navigation__links a:after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.hero__navigation__mobile-menu {
  background: #3d4351;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
  padding: 120px 0 15px;
  display: block;
  transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
  pointer-events: none;
  overflow: auto;
}

.hero__navigation__mobile-menu.is-shown {
  opacity: 1;
  pointer-events: all;
}

.hero__navigation__mobile-menu.is-shown .item {
  opacity: 1;
  transform: translateZ(0);
}

.hero__navigation__mobile-menu.is-shown .item:first-child {
  transition-delay: 0.25s;
}

.hero__navigation__mobile-menu.is-shown .item:nth-child(2) {
  transition-delay: 0.5s;
}

.hero__navigation__mobile-menu.is-shown .item:nth-child(3) {
  transition-delay: 0.75s;
}

.hero__navigation__mobile-menu.is-shown .item:nth-child(4) {
  transition-delay: 1s;
}

.hero__navigation__mobile-menu .item {
  display: block;
  padding: 0 15px;
  margin: 30px auto;
  text-align: center;
  opacity: 0;
  transform: translate3d(0, -15px, 0);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.hero__navigation__mobile-menu .contact-link {
  margin-top: 90px;
}

.hero__content {
  margin: auto 0;
}

.hero__title {
  text-shadow: 0 2px 36px rgba(0, 0, 0, 0.2);
  margin: 15px 0 75px 30px;
}

@media screen and (min-width: 1024px) {
  .hero__title {
    margin: 0 0 60px;
  }
}

.hero__title strong {
  font-weight: 600;
}

.hero__link {
  font-family: Jura, sans-serif;
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.25px;
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 0 15px 45px 30px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .hero__link {
    max-width: 230px;
    font-size: 20px;
    margin: 0 60px 60px 0;
  }
}

.hero__link:active,
.hero__link:focus,
.hero__link:hover {
  color: #fff;
  text-decoration: none;
}

.hero__link:active:after,
.hero__link:focus:after,
.hero__link:hover:after {
  transform: translate3d(0, 8px, 0);
}

.hero__link:active .text,
.hero__link:focus .text,
.hero__link:hover .text {
  color: hsla(0, 0%, 100%, 0.5);
  transform: translate3d(0, -8px, 0);
}

.hero__link:first-of-type:after {
  background: #6dc978;
}

.hero__link:last-of-type:after {
  background: #00bdcc;
}

.hero__link:after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  position: absolute;
  top: auto;
  left: auto;
  bottom: -20px;
  right: 0;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.hero__link .text {
  color: #fff;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1), color 0.5s ease;
}

.resources {
  background: #fff url(../images/section-bg.svg) no-repeat 0 100%;
  overflow: hidden;
}

.resources__content {
  background: #3d4351;
  padding: 0;
}

.resources__content .featured-content {
  background-color: #3d4351;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 450px;
  margin: 0 0 60px;
}

@media screen and (min-width: 992px) {
  .resources__content .featured-content {
    min-height: 570px;
  }
}

.resources__content .featured-content h4 {
  font-size: 20px;
  margin: 0 30px 30px;
  display: none;
}

@media screen and (min-width: 992px) {
  .resources__content .featured-content h4 {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .resources__content .featured-content h4 {
    margin: 0 90px 30px;
  }
}

.resources__content .featured-content h3 {
  color: #fff;
  margin: auto 30px 30px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .resources__content .featured-content h3 {
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .resources__content .featured-content h3 {
    margin: auto 90px 60px;
  }
}

.resources__content .featured-content .ghost-button {
  margin: 0 30px 30px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (min-width: 992px) {
  .resources__content .featured-content .ghost-button {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media screen and (min-width: 1024px) {
  .resources__content .featured-content .ghost-button {
    margin: 0 90px 60px;
  }
}

.resources__content .resources-slider {
  padding: 0 0 60px;
  text-align: center;
  direction: ltr;
}

@media screen and (min-width: 992px) {
  .resources__content .resources-slider {
    text-align: left;
  }
}

.resources__content .resources-slider .slick-slider {
  margin-bottom: 45px;
}

.resources__content .resources-slider .slick-list {
  overflow: visible !important;
}

.resources__content .resources-slider__slide {
  padding: 15px 7.5px;
  width: 260px !important;
  max-width: 100%;
}

@media screen and (min-width: 375px) {
  .resources__content .resources-slider__slide {
    padding: 15px;
    width: 320px !important;
  }
}

@media screen and (min-width: 768px) {
  .resources__content .resources-slider__slide {
    width: 375px !important;
  }
}

@media screen and (min-width: 1024px) {
  .resources__content .resources-slider__slide {
    width: 390px !important;
  }
}

@media screen and (min-width: 1440px) {
  .resources__content .resources-slider__slide {
    width: 420px !important;
  }
}

.resources__content .resources-slider__slide .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  min-height: 380px;
  background: #fff;
  box-shadow: 0 22px 34px -10px rgba(0, 0, 0, 0.2);
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .resources__content .resources-slider__slide .content {
    padding: 40px 30px;
  }
}

@media screen and (min-width: 992px) {
  .resources__content .resources-slider__slide .content {
    min-height: 620px;
  }
}

@media screen and (min-width: 1440px) {
  .resources__content .resources-slider__slide .content {
    padding: 40px 60px;
    text-align: right;
  }
}

.resources__content .resources-slider__slide .category {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 11px;
  color: #313642;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 30px;
  text-align: right;
  transition: all 0.3s ease;
  opacity: 0;
}

@media screen and (min-width: 992px) {
  .resources__content .resources-slider__slide .category {
    text-align: left;
  }
}

.resources__content .resources-slider__slide .category:before {
  content: "";
  height: 1px;
  width: 30px;
  background: #00bdcc;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -15px;
  transform: translate3d(0, -1px, 0) scaleX(0);
  transform-origin: 0 50%;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
}

@media screen and (min-width: 992px) {
  .resources__content .resources-slider__slide .category:before {
    left: -15px;
    transform: translate3d(-100%, -1px, 0) scaleX(0);
  }
}

.resources__content .resources-slider__slide .category.animated {
  opacity: 1;
}

.resources__content .resources-slider__slide .category.animated:before {
  transform: translate3d(0, -1px, 0) scaleX(1);
}

@media screen and (min-width: 992px) {
  .resources__content .resources-slider__slide .category.animated:before {
    transform: translate3d(-100%, -1px, 0) scaleX(1);
  }
}

.resources__content .resources-slider__slide .category .highlighted {
  font-weight: 600;
  color: #00bdcc;
}

.resources__content .resources-slider__slide .h2 {
  / * font-family: Jura, sans-serif; */
  font-weight: 600;
  font-size: 22px;
  max-height: 78px;
  overflow: hidden;
  color: #3d4351;
  letter-spacing: -0.5px;
  margin: 0 0 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media screen and (min-width: 992px) {
  .resources__content .resources-slider__slide .h2 {
    font-size: 30px;
    max-height: 108px;
  }
}

.resources__content .resources-slider__slide .h2:active,
.resources__content .resources-slider__slide .h2:focus,
.resources__content .resources-slider__slide .h2:hover,
.resources__content .resources-slider__slide .h2:visited {
  text-decoration: none;
  color: #00bdcc;
}

.resources__content .resources-slider__slide .small {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 14px;
  max-height: 150px;
  overflow: hidden;
  color: #3d4351;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0 0 auto;
}

@media screen and (min-width: 992px) {
  .resources__content .resources-slider__slide .small {
    max-height: 136px;
display:none;
  }
}

.resources__content .resources-slider__slide .metadata {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 10px;
  color: #00bdcc;
  letter-spacing: 0;
}

@media screen and (min-width: 992px) {
  .resources__content .resources-slider__slide .metadata {
    font-size: 12px;
  }
}

.resources__content .resources-slider .resources-slider-control {
  height: 82px;
  width: 82px;
  line-height: 82px;
  margin: 0;
  padding: 0;
  border: 0;
  background: #00bdcc;
  text-align: center;
  cursor: pointer;
  outline: 0;
  transform: translate3d(0, 100%, 0);
}

@media screen and (min-width: 992px) {
  .resources__content .resources-slider .resources-slider-control {
    transform: translateZ(0);
  }
}

.resources__content .resources-slider .resources-slider-control.is-right {
  transform: rotate(180deg) translate3d(2px, -100%, 0);
}

@media screen and (min-width: 992px) {
  .resources__content .resources-slider .resources-slider-control.is-right {
    transform: rotate(180deg) translate3d(3px, 0, 0);
  }
}

.resources__content .resources-slider .resources-slider-control .arrow {
  height: 10px;
  width: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  transform: rotate(-135deg) translate3d(4px, 2px, 0);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.resources__content .resources-slider .resources-slider-control .arrow:after {
  content: "";
  height: 2px;
  width: 10px;
  background: #fff;
  position: absolute;
  display: block;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transform: rotate(-45deg) translate3d(-1px, -2px, 0) scaleX(0);
  transform-origin: 100% 50%;
}

.resources__content .resources-slider .resources-slider-control:hover .arrow {
  transform: rotate(-135deg) translate3d(6px, 0, 0);
}

.resources__content .resources-slider .resources-slider-control:hover .arrow:after {
  transform: rotate(-45deg) translate3d(-1px, -2px, 0) scaleX(1);
}

.resources__content .resources-slider .pager {
  display: block;
  height: 82px;
  line-height: 82px;
  font-family: Jura, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 0;
  transform: translate3d(0, -100%, 0);
}

@media screen and (min-width: 992px) {
  .resources__content .resources-slider .pager {
    display: inline-block;
    margin: 0 0 0 45px;
    transform: translateZ(0);
    vertical-align: top;
  }
}

.what-we-do {
  background: #fff url(../images/section-bg.svg) no-repeat 0 100%;
}

.what-we-do__content {
  background: #f8f9fa;
  padding: 30px 50px 60px;
}

@media screen and (min-width: 992px) {
  .what-we-do__content {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 1024px) {
  .what-we-do__content {
    padding-bottom: 120px;

  }
}

.what-we-do__content h2 {
  margin-bottom: 45px;
font-size:18px;
}

.what-we-do__content .quote {
  margin-bottom: 60px;
}

.what-we-do__content h5 {
  margin-bottom: 75px;
}

.what-we-do__content h5 .text {
  transition: color 0.3s ease;
  color: rgba(118, 129, 153, 0);
}

.what-we-do__content h5.animated .text {
  color: #768199;
}

.what-we-do__content__list {
  font-weight: 300;
  font-size: 16px;
  color: #313642;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 30px 0 0;
  padding: 0;
  list-style-type: none;
}

.what-we-do__content__list:not(:last-of-type) {
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .what-we-do__content__list {
    font-size: 20px;
    margin: 40px 0 0;
  }

  .what-we-do__content__list:not(:last-of-type) {
    margin-bottom: 80px;
  }
}

.what-we-do__content__list .item {
  padding: 0 0 0 30px;
  margin: 0 0 10px;
  position: relative;
}

.what-we-do__content__list .item:before {
  content: "";
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 0;
  background: #768199;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  opacity: 0.5;
}

@media screen and (min-width: 992px) {
  .what-we-do__content__list .item:before {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    top: 12px;
  }
}

html {
  box-sizing: border-box;
}

*,
:after,
:before {
  box-sizing: inherit;
}

body {
  background: #fff;
  overflow-x: hidden !important;
  position: relative;
  min-width: 100vw;
  min-height: 100vh;
  font-family: Roboto, sans-serif;
}

body.overflow-hidden,
html.overflow-hidden {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  clear: both;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

@media (min-width: 992px) and (max-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}

.fixed-animated-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
 /* z-index: 1; */
  min-width: 100vw;
  min-height: 100vh;
  background: #3d4351;
}

.fixed-animated-background canvas {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}



.fixed-navigation {
  direction: rtl;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  background: #fff;
  box-shadow: 0 22px 34px -10px rgba(0, 0, 0, 0.15);
  z-index: 4;
  padding: 15px 50px;
  transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate3d(0, -100%, 0);
  will-change: position, transform;
}

@media screen and (min-width: 992px) {
  .fixed-navigation {
    display: -ms-flexbox;
    display: flex;
  }
}

.fixed-navigation.is-shown {
  transform: translateZ(0);
}

.fixed-navigation .hero__navigation__logo a img {
  position: relative;
  top: 5px;
}

.fixed-navigation .hero__navigation__links a {
  padding: 0 0 12px;
  margin: 0 8px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #313642;
}

.fixed-navigation .hero__navigation__links a:hover {
  color: rgba(49, 54, 66, 0.5);
}

.position-aware {
  padding: 16px 40px;
  font-family: Jura, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.5px;
  text-align: center;
  border: 1px solid #6dc978;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.position-aware .text {
  position: relative;
  z-index: 2;
}

.position-aware .circle {
  display: inline-block;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #6dc978;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out,
    opacity 0.2s ease-in-out;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.position-aware:hover {
  color: #fff;
  text-decoration: none;
}

.position-aware:hover .circle {
  width: 500px;
  height: 500px;
  opacity: 1;
}

.position-aware:hover .circle.big {
  width: 700px;
  height: 700px;
}

.position-aware:active {
  text-decoration: none;
  background-color: #6dc978;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'IRANSans', Jura, sans-serif;
  font-weight: 400;
}

h1 {
  font-weight: 300;
  font-size: 28px;
  color: #fff;
  letter-spacing: 0;
}

@media screen and (min-width: 992px) {
  h1 {
    font-size: 50px;
  }
}

h3 {
  font-size: 22px;
}

@media screen and (min-width: 992px) {
  h3 {
    font-size: 28px;
  }
}

h2 {
  font-family: 'IRANSans', Roboto, sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #313642;
  letter-spacing: 0;
  line-height: 1.65;
}

@media screen and (min-width: 992px) {
  h2 {
    font-size: 28px;
  }
}

h4 {
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.2;
  position: relative;
padding: 35px;
}

@media screen and (min-width: 992px) {
  h4 {
    font-size: 36px;
text-align:center;

  }
}

h4.is-white {
  color: #fff;
}

h4.line-height-150px {
  line-height: 150px;
}

h4 .h4__index {
  width: 85px;
  font-weight: 300;
  font-size: 45px;
  display: inline-block;
  color: #000;
  letter-spacing: 4.5px;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  text-align: right;
  display: block;
  transition: all 0.3s ease;
  opacity: 0;
}

@media screen and (min-width: 992px) {
  h4 .h4__index {
    text-align: center;
    display: inline-block;
    position: absolute;
    top: auto;
    left: auto;
    bottom: -8px;
    right: -100px;
    font-size: 62px;
  }
}

@media screen and (min-width: 1280px) {
  h4 .h4__index {
    right: -120px;
  }
}

@media screen and (min-width: 1440px) {
  h4 .h4__index {
    right: -130px;
  }
}

h4 .h4__index:after {
  content: "";
  width: 75px;
  height: 1px;
  top: 50%;
  left: auto;
  bottom: auto;
  right: -90px;
  display: block;
  position: absolute;
  margin-top: 4px;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
}

@media screen and (min-width: 768px) {
  h4 .h4__index:after {
    right: -100px;
  }
}

@media screen and (min-width: 1280px) {
  h4 .h4__index:after {
    right: -110px;
  }
}

h4 .h4__index.is-green {
  color: #6dc978;
}

h4 .h4__index.is-green:after {
  background-color: #6dc978;
}

h4 .h4__index.is-orange {
  color: #f4c31e;
}

h4 .h4__index.is-orange:after {
  background-color: #f4c31e;
}

h4 .h4__index.is-aqua {
  color: #00bdcc;
}

h4 .h4__index.is-aqua:after {
  background-color: #00bdcc;
}

h4 .h4__index.animated {
  opacity: 1;
}

h4 .h4__index.animated:after {
  transform: scaleX(1);
}

h5 {
 /* font-family: Jura, sans-serif;*/
  font-size: 20px;
  color: #768199;
  letter-spacing: 3px;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
}

h5 .text {
  display: inline-block;
  position: relative;
}

h5 .text:after {
  content: "";
  height: 1px;
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  right: auto;
  transform: translate3d(100%, 0, 0) scaleX(0);
  transform: translate3d(calc(100% + 45px), 0, 0) scaleX(0);
  background: #768199;
  opacity: 0.35;
  transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
}

h5.animated {
  opacity: 1;
}

h5.animated .text:after {
  transform: translate3d(100%, 0, 0) scaleX(1);
  transform: translate3d(calc(100% + 45px), 0, 0) scaleX(1);
}

.section-index {
  background: #313642;
  height: 150px;
  line-height: 150px;
  text-align: right;
}

@media screen and (min-width: 1024px) {
  .section-index {
    text-align: center;
  }
}

.section-index__title {
  margin: auto;
  line-height: 55px;
  padding: 20px 15px 20px 45px;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.25px;
}

@media screen and (min-width: 1024px) {
  .section-index__title {
    line-height: 150px;
    font-size: 25px;
    padding: 0 15px;
  }
}

.section-index__title__number {
  display: block;
  margin: 0 15px 0 0;
}

@media screen and (min-width: 1024px) {
  .section-index__title__number {
    display: inline-block;
  }
}

@media screen and (min-width: 1440px) {
  .section-index__title__number {
    margin: 0 30px 0 0;
  }
}

.section-index__title__number.is-green {
  color: #6dc978;
}

.section-index__title__number.is-orange {
  color: #f4c31e;
}

.section-index__title__number.is-aqua {
  color: #00bdcc;
}

.quote {
  font-family: 'IRANSans', Roboto, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #313642;
  letter-spacing: 0;
  line-height: 2;
  padding: 0 0 0 40px;
  border-right: 1px solid #6dc978;
}

@media screen and (min-width: 992px) {
  .quote {
    padding: 0 50px 0 0;
    font-size: 18px;
  }
}



.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

.global{

height:86px;
}