@charset "UTF-8";
/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
html {
  font-size: 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
::-moz-selection {
  background-color: #fdf0b2;
}
::-webkit-selection {
  background-color: #fdf0b2;
}
::selection {
  background-color: #fdf0b2;
}
:focus {
  outline: none;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  background: #fff;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #868686;
}
body img {
  border: none;
  max-width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a {
  text-decoration: none;
  color: #ffb31a;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
  color: #222222;
}
p {
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 14px;
}
video {
  height: 100%;
  width: 100%;
}
hr {
  margin: 0;
  border-color: #e5e5e5;
}
/*-------------------------------------------------------*/
/* Preloader
/*-------------------------------------------------------*/
.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}
.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 5px;
  width: 5em;
  height: 5em;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  border-top: 0.5em solid #ffb31a;
  border-right: 0.5em solid rgba(245, 245, 245, 0.5);
  border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
  border-left: 0.5em solid rgba(245, 245, 245, 0.5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow", sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  color: #222222;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
h1, .h1 {
  font-size: 55px;
}
h2, .h2 {
  font-size: 40px;
}
h3, .h3 {
  font-size: 30px;
}
h4, .h4 {
  font-size: 28px;
}
h5, .h5 {
  font-size: 24px;
}
h6, .h6 {
  font-size: 20px;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit;
}
h1 > a:hover, h1 > a:focus, h2 > a:hover, h2 > a:focus, h3 > a:hover, h3 > a:focus, h4 > a:hover, h4 > a:focus, h5 > a:hover, h5 > a:focus, h6 > a:hover, h6 > a:focus {
  color: #ffb31a;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #222222;
  font-size: 85%;
}
.titleH1 h1{
  font-size: 44px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
  padding-left: 15px;
}
.section-headings p {
  margin-bottom: 40px;
}
.title-row {
  margin-bottom: 32px;
  position: relative;
}
.title-row--boxed {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.section-title + p {
  margin-top: 24px;
}
.section-title{
  font-size: 34px;
}
.subtitle {
  font-size: 14px;
  line-height: 1.56;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  letter-spacing: 0.3em;
  color: #ffb31a;
}
.highlight {
  color: #ffb31a;
}
blockquote {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
blockquote p {
  font-size: 28px;
  line-height: 1.3;
  font-style: italic;
  margin-bottom: 0 !important;
  position: relative;
  color: #868686;
}
blockquote cite {
  font-size: 15px;
  font-weight: 400;
  color: #9e9e9e;
}
.lead {
  font-size: 18px;
  line-height: 30px;
}
address {
  font-style: normal;
  margin-bottom: 0;
  line-height: 26px;
}
/*-------------------------------------------------------*/
/* Grid
/*-------------------------------------------------------*/
.section-wrap {
  margin-top: 100px;
  padding: 0;
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 540px;
}
.section-wrap-about {
  margin-top: 100px;
  padding: 0;
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 350px;
}
.section-wrap--pb-large {
  padding-bottom: 180px;
}
.container-semi-fluid {
  padding: 0 50px;
}
.main-container {
  margin: auto;
}
/* Columns Gutters
-------------------------------------------------------*/
.row-16 {
  margin: 0 -8px;
}
.row-16 > [class*="col-"] {
  padding: 0 8px;
}
.row-20 {
  margin: 0 -10px;
}
.row-20 > [class*="col-"] {
  padding: 0 10px;
}
.row-30 {
  margin: 0 -15px;
}
.row-30 > [class*="col-"] {
  padding: 0 15px;
}
.row-60 {
  margin: 0 -30px;
}
.row-60 > [class*="col-"] {
  padding: 0 30px;
}
/* Flexbox
-------------------------------------------------------*/
.flex-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
}
.flex-child {
  -webkit-box-flex: 1 0 0;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
/* Columns With No Gutters
-------------------------------------------------------*/
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
/*-------------------------------------------------------*/
/* Buttons
/*-------------------------------------------------------*/
.btn {
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #000;
  background-color: #ffb31a;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover {
  color: #000;
  border-color: transparent;
}
.btn:focus {
  outline: none;
  color: #000;
}
.btn--lg, .btn--lg.btn--button {
  font-size: 16px;
  padding: 0 48px;
}
.btn--lg span, .btn--lg.btn--button span {
  line-height: 55px;
}
.btn--lg.btn--button {
  height: 55px;
}
.btn--md, .btn--md.btn--button {
  font-size: 15px;
  padding: 0 24px;
}
.btn--md span, .btn--md.btn--button span {
  line-height: 46px;
}
.btn--md.btn--button {
  height: 46px;
}
.btn--color {
  background-color: #ffb31a;
}
.btn--color:hover {
  opacity: .92;
}
.btn--dark {
  background-color: #181818;
  color: #fff;
}
.btn--white {
  background-color: #fff;
  color: #222222;
}
.btn--light {
  background-color: #f9f9f9;
  color: #222222;
}
.btn--wide {
  width: 100%;
}
.btn--dark:hover, .btn--dark:focus, .btn--white:hover, .btn--white:focus, .btn--light:hover, .btn--light:focus {
  background-color: #ffb31a;
  border-color: transparent;
}
.btn i {
  font-size: 12px;
  position: relative;
  margin-left: 40px;
  line-height: 1;
}
.rounded,
.rounded:before {
  border-radius: 70px;
}
.section-buttons {
  margin-bottom: 50px;
}
.section-buttons a {
  margin-bottom: 10px;
}
/* Input Buttons
-------------------------------------------------------*/
.btn--button {
  border: none;
  margin-bottom: 0;
  width: auto;
}
.btn--button:hover, .btn--button:focus {
  background-color: #ffb31a;
}
.btn--button.btn--color {
  color: #222222;
}
.btn--button.btn--wide {
  width: 100%;
}
/*-------------------------------------------------------*/
/* Icon Font
/*-------------------------------------------------------*/
[class^="ui-"]:before,
[class*=" ui-"]:before {
  width: auto;
  margin-right: 0;
  margin-left: 0;
  line-height: normal;
}
.container-icons .fs1 {
  text-align: center;
  margin-bottom: 40px;
  width: 20%;
}
.container-icons .pbs span:first-child {
  font-size: 50px;
  display: block;
  margin-bottom: 18px;
}
/*-------------------------------------------------------*/
/* Social Icons
/*-------------------------------------------------------*/
.socials--white a {
  color: #fff;
}
.socials--base a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  margin: 0 6px 6px 0;
  color: #fff;
}
.socials--base a.social-facebook {
  background-color: #39599f;
}
.socials--base a.social-facebook:hover {
  background-color: #324e8c;
  color: #fff;
}
.socials--base a.social-twitter {
  background-color: #55ACEE;
}
.socials--base a.social-twitter:hover {
  background-color: #3ea1ec;
  color: #fff;
}
.socials--base a.social-google-plus {
  background-color: #DE4B39;
}
.socials--base a.social-google-plus:hover {
  background-color: #d93824;
  color: #fff;
}
.socials--rounded a {
  border-radius: 50%;
}
.social {
  display: inline-block;
  color: #222222;
  text-align: center;
  margin-right: 30px;
  font-size: 18px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social:last-child {
  margin-right: 0;
}
.social-facebook:hover {
  color: #39599f;
}
.social-twitter:hover {
  color: #55acee;
}
.social-behance:hover {
  color: #55acee;
}
.social-google-plus:hover {
  color: #DE4B39;
}
.social-youtube:hover {
  color: #c61d23;
}
.social-snapchat:hover {
  color: #fffb01;
}
.social-linkedin:hover {
  color: #0e76a8;
}
.social-pinterest:hover {
  color: #c8232c;
}
.social-instagram:hover {
  color: #e1306c;
}
.social-rss:hover {
  color: #ef822a;
}
/*-------------------------------------------------------*/
/* Hero
/*-------------------------------------------------------*/
.main-wrapper {
  overflow: hidden;
  position: relative;
}
/*-------------------------------------------------------*/
/* Process
/*-------------------------------------------------------*/
.process {
  text-align: center;
}
.process__icon, .process__title, .process__text {
  color: #fff;
}
.process__title {
  margin-top: 18px;
  margin-bottom: 14px;
  font-size: 20px;
}
.process__icon {
  display: inline-block;
  font-size: 39px;
  margin-bottom: 24px;
}
/*-------------------------------------------------------*/
/* Call Us
/*-------------------------------------------------------*/
.call-us {
  background-color: #ffb31a;
  width: 80%;
  padding: 20px;
  border-radius: 10px;
  color: #222222;
  text-align: center;
}
.call-us__icon {
  font-size: 50px;
  display: inline-block;
  margin-right: 8px;
}
.call-us__title {
  font-size: 16px;
  vertical-align: top;
  display: inline-block;
  padding-top: 14px;
  max-width: 70%;
}
.call-us__phone-number {
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 30px;
  margin-top: 8px;
  color: #222222;
  font-weight: 600;
  display: block;
}
/*-------------------------------------------------------*/
/* Page Title
/*-------------------------------------------------------*/
.page-title {
  position: relative;
  min-width: 100vw;
  height: 70vh;
  display: block;
  padding: 0;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  margin-left: 0;
}
.page-title.bg-dark-overlay:before {
  background-color: rgba(0, 0, 0, 0.36);
}
.page-title__holder {
  max-width: 878px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
/*-------------------------------------------------------*/
/* Team
/*-------------------------------------------------------*/
.team {
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}
.team-col {
  width: 100%;
  padding: 0;
}
.team__img-holder {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  filter: saturate(0%);
}
.team__img-holder:hover {
  filter: none;
}
.team__img {
  width: 100%;
}
.team__name {
  font-size: 16px;
  margin-bottom: 4px;
}
.team__occupation {
  font-size: 14px;
  color: #868686;
}
.slick-team {
  margin-left: -15px;
  margin-right: -15px;
}
.slick-team .slick-dots {
  text-align: left;
  padding: 0 5px;
}
/*-------------------------------------------------------*/
/* Gmap
/*-------------------------------------------------------*/
.gmap {
  width: 100%;
  height: 100%;
  min-height: 400px;
}
/*-------------------------------------------------------*/
/* Contact
/*-------------------------------------------------------*/
.contact__title {
  font-size: 22px;
  margin-bottom: 15px;
}
.contact__items {
  list-style: none;
  padding: 0;
}
.contact__item {
  margin-bottom: 15px;
}
.contact__item a {
  color: #868686;
}

.contact__item a:hover {
  color: #ffb31a;
}
.contact__item-label {
  font-weight: 700;
  display: block;
}
/*-------------------------------------------------------*/
/* Portfolio
/*-------------------------------------------------------*/

.masonry-filter {
  margin-bottom: 60px;
  margin-left: -12px;
}
.masonry-filter a {
  display: inline-block;
  position: relative;
  padding: 0 12px;
  color: #868686;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.masonry-filter a.active, .masonry-filter a:hover {
  color: #ffb31a;
}
.masonry-filter a.active:after, .masonry-filter a:hover:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  height: 1px;
  width: 28px;
  background-color: #ffb31a;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.project {
  position: relative;
}
.project__container {
  margin-bottom: 30px;
  overflow: hidden;
  filter: saturate(0);
  /* border: 1px solid grey; */
}
.project__container:hover {
  filter: saturate(1);
}
.project__img-holder {
  position: relative;
  overflow: hidden;
  z-index: 1; 
}
.project__img-holder > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.project__img-holder img{
  height: auto;
  width: 100%;  
}
.project__img {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -moz-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -ms-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -o-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.project__description {
  padding-top: 20px;
  width: 100%;
  display: block;
  left: 0;
  bottom: 0;
  z-index: 3;
  -webkit-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -moz-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -ms-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -o-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
.project__title {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.project__title a:hover {
  color: #ffb31a;
}
.project__text {
  color: #868686;
}
.project__category {
  color: #868686;
  font-size: 13px;
}
.project__category a {
  color: inherit;
}
.project:hover .project__description {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.hover-overlay .project__description {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%);
  position: absolute;
  padding: 30px;
  bottom: 0;
}
.hover-overlay .project__title,
.hover-overlay .project__date,
.hover-overlay .project__category {
  color: #fff;
}

/* Project Style 1
-------------------------------------------------------*/
.project-1 {
  position: relative;
  overflow: hidden;
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.project-1:last-child {
  margin-bottom: 0;
}
.project-1__container {
  width: 65%;
}
.project-1__description-holder {
  width: 45%;
  position: absolute;
  z-index: 1;
  background-color: #181818;
  padding: 80px 60px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.project-1:nth-child(2n) .project-1__description-holder {
  left: 0;
  right: auto;
}
.project-1:nth-child(2n) .project-1__container {
  margin-left: auto;
}
.project-1__title {
  font-size: 36px;
  color: #fff;
  margin-bottom: 23px;
}
.project-1__text {
  margin-bottom: 32px;
}
.project-1 .read-more:hover,
.project-1 .read-more:focus {
  color: #fff;
}
/*-------------------------------------------------------*/
/* Single Project
/*-------------------------------------------------------*/
.project__info p {
  margin-bottom: 24px;
}
.project__featured-img {
  margin-bottom: 24px;
}
.project__meta {
  margin-bottom: 33px;
  list-style: none;
  padding: 0;
}
.project__meta-item {
  line-height: 28px;
  font-size: 15px;
  margin-bottom: 24px;
}
.project__meta-item:last-child {
  margin-bottom: 0;
}
.project__meta-label {
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  color: #222222;
  display: block;
}
.share-label {
  font-size: 18px;
}

/*-------------------------------------------------------*/
/* Project Nav
/*-------------------------------------------------------*/
.project-nav {
  background-color: #f9f9f9;
  padding: 38px 0;
}
.project-nav .row > div {
  position: relative;
}
.project-nav__item {
  font-family: "Barlow", sans-serif;
  color: #222222;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.project-nav__item:hover {
  color: #ffb31a;
}
.project-nav__item a {
  color: inherit;
}
.project-nav__page-prev a,
.project-nav__page-next a {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.project-nav__page-prev i,
.project-nav__page-next i {
  font-size: 17px;
  display: inline-block;
  position: relative;
  line-height: 1;
  top: 1px;
}
.project-nav__page-prev i {
  margin-right: 9px;
}
.project-nav__page-next i {
  margin-left: 9px;
}
.project-nav__page-next {
  text-align: right;
}
.project-nav__back-to-projects {
  text-align: center;
}
.project-nav__back-to-projects-icon {
  display: none;
  font-size: 20px;
}
/* Entry Share
/*-------------------------------------------------------*/
.entry__share {
  margin-top: 8px;
}
/*-------------------------------------------------------*/
/* Navigation
/*-------------------------------------------------------*/
.nav {
  width: 100vw;
  background-color: white;
  z-index: 120;
  padding-right: 15px;
  min-height: 50px;
  max-height: 75px;
  position: fixed;
  /* Dropdowns (large screen) */
}
.nav__wrap {
  padding-left: 20px;
}
.nav__container {
  position: relative;
}
.nav__container-box {
  padding: 0 30px;
  background-color: #fff;
  border-radius: 2px;
  position: relative;
}
.nav__menu, .nav__dropdown-menu {
  list-style: none;
}
.nav__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nav__menu li {
  position: relative;
}
.nav__menu > li > a {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #222222;
  font-size: 15px;
  padding: 0 17px;
  line-height: 95px;
  display: block;
  position: relative;
}
.nav__menu > li > a:hover {
  color: #ffb31a;
}
.nav__menu > .active > a {
  color: #ffb31a;
}
.nav__dropdown_mobile{
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: #222222;
  font-size: 16px;
  padding-right: 10px;
  line-height: 45px;
  border-bottom: 1px solid #E5E5E5;
}
.nav__dropdown_mobile > a{
  color: #222222;
}
.nav__dropdown_mobile > a:hover{
  color: #ffb31a;
}
.mobile body {
  cursor: pointer;
}
.nav__menu > .current_page_parent > a {
  color: #ffb31a;
}
/* Logo
-------------------------------------------------------*/
.logo {
  line-height: 1;
}
/* Nav Flexbox
-------------------------------------------------------*/
header .flex-parent {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav--align-right {
  margin-left: auto;
}
.nav--align-left {
  margin-right: auto;
}
/* Nav Icon Toggle (mobile nav)
-------------------------------------------------------*/
.nav__icon-toggle {
  margin-left: auto;
  margin-right: 10px;
  position: relative;
  padding: 19px 10px 9px 10px;
  background-color: transparent;
  border: none;
  z-index: 50;
}
.nav__icon-toggle-bar {
  background-color: #222222;
  width: 18px;
  display: block;
  height: 2px;
  border-radius: 1px;
  margin-bottom: 4px;
}
.nav__icon-toggle-bar:last-child {
  margin-bottom: 0;
}
.nav__icon-toggle:focus .nav__icon-toggle-bar,
.nav__icon-toggle:hover .nav__icon-toggle-bar {
  background-color: #ffb31a;
}
.nav__icon-toggle:focus {
  outline: none;
}
/* Nav Sticky
-------------------------------------------------------*/
.nav__holder.offset {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav__holder.scrolling {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
.nav__holder.sticky {
  position: fixed;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
}
.nav__holder.sticky.scrolling {
  opacity: 1;
  visibility: visible;
}
.nav__holder.sticky .nav__menu > li > a {
  line-height: 60px;
}
.nav__holder.sticky .nav__container-box {
  padding: 0;
}
/* Nav Side
-------------------------------------------------------*/
.nav__footer {
  margin-top: auto;
}
.nav__footer .socials {
  margin-bottom: 24px;
}
/* Nav Icon Toggle
-------------------------------------------------------*/
.nav-icon-toggle {
  padding: 0px 50px 0px 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  margin-left: 40px;
  overflow: visible;
}
.nav-icon-toggle:focus {
  outline: none;
}
.nav-icon-toggle__box {
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
}
.nav-icon-toggle__inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.nav-icon-toggle__inner, .nav-icon-toggle__inner:before, .nav-icon-toggle__inner:after {
  width: 24px;
  height: 1px;
  background-color: #222222;
  position: absolute;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.nav-icon-toggle:hover .nav-icon-toggle__inner,
.nav-icon-toggle:hover .nav-icon-toggle__inner:before,
.nav-icon-toggle:hover .nav-icon-toggle__inner:after {
  background-color: #ffb31a;
}
.nav-icon-toggle__inner:before, .nav-icon-toggle__inner:after {
  content: "";
  display: block;
}
.nav-icon-toggle__inner:before {
  top: -8px;
}
.nav-icon-toggle__inner:after {
  bottom: -8px;
}
/* Nav Phone / Email / Socials
-------------------------------------------------------*/
.nav__phone {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 600;  
}
.nav__phone-text, .nav__phone-number {
  color: #222222;
}
.nav__phone + .nav__socials {
  padding-left: 44px;
  margin-left: 44px;
  border-left: 1px solid #e5e5e5;
}
.nav__phone--mobile {
  padding: 20px 0 8px;
}
.nav__socials--mobile,
.nav__email--mobile {
  padding: 8px 0 20px;
}
.nav__email {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
}
/*-------------------------------------------------------*/
/* Nav Mobile Styles
/*-------------------------------------------------------*/
iframe {
  border: 0;
}
.rs-background-video-layer[data-ytid] iframe {
  visibility: visible !important;
}
/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Footer Widgets
-------------------------------------------------------*/
.footer__widgets {
  padding: 80px 0 48px;
}
.footer__widgets a {
  color: #868686;
}
.footer__widgets a:hover {
  color: #ffb31a;
}
/* Footer 1
-------------------------------------------------------*/
.footer-1 {
    padding: 26px 0;
}
.footer-1 .widget_nav_menu ul li {
  display: inline-block;
  padding: 0;
  margin: 0 6px;
  font-size: 14px;
}
.footer-1 .widget_nav_menu ul li:first-child {
  margin-left: 0;
}
.footer-1 .widget_nav_menu ul li:last-child {
  margin-right: 0;
}
.footer-1 .widget_nav_menu a {
  color: #222222;
}
.footer-1 .widget_nav_menu a:hover, .footer-1 .widget_nav_menu a:focus {
  color: #ffb31a;
}
/* Bottom Footer
-------------------------------------------------------*/
.footer__bottom {
  padding: 24px 0 80px;
  position: relative;
}
.copyr {
  display: block;
  font-size: 12px;
  color: #868686;
}
.copyright a {
  color: inherit;
}
.copyright a:hover, .copyright a:focus {
  color: #ffb31a;
}

/*-------------------------------------------------------*/
/* Galleries
/*-------------------------------------------------------*/
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px;
}
.gallery-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1.5em;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}
.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  -o-transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}
.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}
/* Gallery Columns
/*-------------------------------------------------------*/
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
/*-------------------------------------------------------*/
/* Article styles
/*-------------------------------------------------------*/
dt,
dd {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
/*-------------------------------------------------------*/
/* Spacings
/*-------------------------------------------------------*/
.m-0 {margin: 0 !important;}.p-0 {padding: 0 !important;}.mt-0 {margin-top: 0 !important;}.mt-8 {margin-top: 8px;}.mt-16 {margin-top: 16px;}.mt-24 {margin-top: 24px;}.mt-32 {margin-top: 32px;}.mt-40 {margin-top: 24px;}.mt-48 {margin-top: 48px;}.mt-56 {margin-top: 56px;}.mt-64 {margin-top: 64px;}.mt-72 {margin-top: 72px;}.mt-80 {margin-top: 80px;}.mb-0 {margin-bottom: 0 !important;}.mb-8 {margin-bottom: 8px;}.mb-16 {margin-bottom: 16px;}.mb-24 {margin-bottom: 24px;}.mb-32 {margin-bottom: 32px;}.mb-40 {margin-bottom: 40px;}.mb-48 {margin-bottom: 48px;}.mb-56 {margin-bottom: 56px;}.mb-64 {margin-bottom: 64px;}.mb-72 {margin-bottom: 72px;}.mb-80 {margin-bottom: 80px;}.pt-0 {padding-top: 0;}.pt-8 {padding-top: 8px;}.pt-16 {padding-top: 16px;}.pt-24 {padding-top: 24px;}.pt-32 {padding-top: 32px;}.pt-40 {padding-top: 40px;}.pt-48 {padding-top: 48px;}.pt-56 {padding-top: 56px;}.pt-64 {padding-top: 64px;}.pt-72 {padding-top: 72px;}.pt-80 {padding-top: 80px;}.pb-0 {padding-bottom: 0;}.pb-8 {padding-bottom: 8px;}.pb-16 {padding-bottom: 16px;}.pb-24 {padding-bottom: 24px;}.pb-32 {padding-bottom: 32px;}.pb-40 {padding-bottom: 40px;}.pb-48 {padding-bottom: 48px;}.pb-56 {padding-bottom: 56px;}.pb-64 {padding-bottom: 64px;}.pb-72 {padding-bottom: 72px;}.pb-80 {padding-bottom: 80px;}
/*-------------------------------------------------------*/
/* Hovers
/*-------------------------------------------------------*/
.hover-overlay {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -moz-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -ms-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -o-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  border-bottom: 2px solid #ffb31a;
}

.hover-trigger:hover .hover-overlay {
  opacity: 1;
  visibility: visible;
}
/* Hover Scale
-------------------------------------------------------*/
.hover-scale {
  overflow: hidden;
}
.hover-scale img {
  -webkit-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -moz-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -ms-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -o-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
.hover-scale:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/* Gradients / Overlays
-------------------------------------------------------*/
.bg-gradient:before {
  content: "";
  top: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .7;
  background: #B939E5;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, #B939E5 0%, #4C86E7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B939E5), color-stop(100%, #4C86E7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, #B939E5 0%, #4C86E7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, #B939E5 0%, #4C86E7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, #B939E5 0%, #4C86E7 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left bottom, left top, from(#B939E5), to(#4C86E7));
  background: linear-gradient(to top, #B939E5 0%, #4C86E7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.bg-dark-overlay:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.bottom-gradient {
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  /* Old browsers */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(100%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}
/*Animation background*/
.anim-show {
opacity:0; /*Элемент полностью прозрачный (невидимый)*/
transition: 2s; /*Скорость перехода состояния элемента*/
animation: show 6s 1; /* Указываем название анимации, её время и количество повторов*/
animation-fill-mode: forwards; /* Чтобы элемент оставался в конечном состоянии анимации */
animation-delay: 200ms; /* Задержка перед началом */
}
@keyframes show{
0%{
opacity:0;
}
100% {
opacity:1;
}
}

/*-my*/
/*-----------------------------------------------------------------------*/

.myfooter {
  margin-top: 40px;
  margin-left: 25px;
  margin-right: 36px;
}

.xruxru {
  display: block;
  width: 100vw;
  height: 80vh;
  background-image: url(../img/page-title/1.webp);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: contain;
  margin: 0;
  margin-top: 80px;
}
/*Logo mobile*/
.logomy {
  height: 66px;
  margin-top: 4px;
  margin-left: 35px;
}
/*Navbar mobile line*/
#navbar-collapse {
  margin-top: 4px;
}
.nav__socials .nav__socials--mobile{
  margin-top: 40px;
}
.soclang {
padding-top: 20px;
}
/*mycontacts text*/
.contactam h6 {
  font-size: 16px;
}
.contactusru h1 {
  font-size: 34px;
  margin-top: -15px;
  margin-bottom: 43px; 
}
.anime-title{
  margin-bottom: 130px;
}
.mymap iframe{
  width: 800px;
  height: 400px;
}
/*language*/
.langnoflag{
  font-size: 13px;
  position: absolute;
  overflow: hidden;
  top: 29px;
  width: 75px;
  height: 20px;
  margin: 0;
  padding: 0 0 5px 0;
  transition: height 750ms;
}
.langnoflag:hover {
  height: 75px;
}
.langnoflag ul{
  margin: 0;
  padding: 0;
}
.langnoflag li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.langnoflag a{
  color: #868686;
}
.langnoflag a:hover {
  color: orange;
  font-weight: bold;
  font-size: 13.5px;
}
.ui-arrow-down{
  margin-left: 5px;
}
.mobileLang{
  padding: 13px 0 0 0;
  font-size: 15px;
}
.mobileLang a{
margin-right: 5px;
padding-right: 8px;
color: #868686;
}
.mobileLang a:hover{
color: orange;
}
#project1 img{
  width: 100%;
  height: auto;
  margin-left: 2%;
}
#project1{
  position: absolute;
  bottom: 1%;
}
#project2{
  position: absolute;
  margin-left: 15%;
  top: 1%;
}
.logokhoran{
  position: absolute;
  max-height: 65px;
  width: auto;
  top: 0;
}
.content-wrapper{
  padding-top: 5px;
  margin-top: 80px;
}
#titleAbout{
  top: 670px; 
  float: top; 
  height: 1px;
  position: absolute;
}
.SectionProjects{
  margin-top: -70px;
}
.ProjectsMainText{
  margin-top: 50px;
}
.projects-title{
  font-size: 40px;
}
.TeamItem-title{
  font-size: 38px; 
}
.TeamItem{
  margin-top: 20px;
}
.Teambiography{
  margin-top: 25px;
}
.Teambiography img{
  margin-right: 15px;
  margin-bottom: 15px;
}
.biography{
  border-top: 2px solid grey; 
  margin-left: 30px;
}
.biography h5, .biography ul, .biography li{
  margin-left: -15px;
}
.biography strong{
  font-size: 15px;
}
.Mobile_lang{
  width: 30px;
  height: 25px;
}

/* MAIN TATEV */
#MainTatev{
  position: relative;
  width: 100vw;
  height: 93vh;
  padding-top: 75px;
  display: block;
}
#MainPlan{
  position: relative;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}
#MainPlan img{
  width: 100%;
  height: 100%;
}
#MainTatevInfo{
  text-align: Left;
}
#MainTatevInfo h1{
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-bottom: 40px;
}
#MainTatevInfo h2{
  font-size: 22px;
  color: #484746
}
.Tatevinfo{
  width: 100%;
  height: 87%;
  overflow: hidden;
  background-color: white;
  display: block;
  padding-right: 0;
  margin-right: 0;
}
.TatevObjectsInfo{
  margin-left: -10px;

}
.OtherInfo{
  width: 102%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  background-color: white;
  margin-left: -15px;
  padding-left: 0;
  padding-right: 0;
}
.Item_Icon{
  position: relative;
  width: 100%;
  height: auto;
}
.Item_Icon img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}
.Item_Picter{
  padding-right: 32px;
  height: 100%;
}
.Item_Main_Picter{
  height: 100%;
}
.Item_Picter img{
  filter: grayscale(50%);
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  padding-top: 60px;
}
.Tatev__details {
  text-align: left;
  margin-left: -20px;
  padding-left: 10px;
  padding-right: 0;
}
.Tatev__details img{
  padding-top: 60px;
}
.Tatev__meta-item {
  line-height: 20px;
  font-size: 15px;
  height: 45px;
  margin-bottom: 20px;
}
/*mobile Tatev*/
.Mobile-title-row h1{
  font-size: 30px;
  margin-bottom: 0;
}
.masonry-item-mobile{
  font-size: 14px;
  margin-top: 70px;
}
.project__img-mobile img:hover{
  filter: brightness(70%);
}
.mobile_project__title{
  position: absolute;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-right: 10px;
}
.mobile_img_underline{
  height: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #484746;
}
#myowlcarousel{
  position: relative;
}
.itemnumbersprojects{
  position: absolute;
  height: 30px;
  width: 100%;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  font-size: 17px;
  font-weight: 300;
  text-align: right;
  z-index: 2;
  margin-top: -30px;
  opacity: 0.5;
}
.partners-grid{
  margin-left: -15px;
}
.partnerarea{
  width: 250px;
  height: 250px;
  padding: 2px; 
  border-radius: 5px;
  border: 1px solid grey;
  text-align: center;
  padding-top: 88px;
}
.partnerarea a>img{
  width: auto;
  height: 100px;
  padding: 10px;
}
#faldi{
  padding-top: 100px;
}
#ESCS{
  padding: 45px 10px 0 10px;
  font-size: 14px;
  color: #484746;
}
#ESCS p{
  margin-top: 10px;
  line-height: 20px;
}
#ESCS img{
  height: 100px
}
.partners_item{
  margin-top: 120px;
}
#mek_am {
  padding-top: 57px;
}
#mek_am img{
  height: 130px;
}
