/* ------------------------------------------------------------------------------

  Template Name: Go.arch 
  Description: Go.arch  - Architecture HTML Template
  Author: Murren
  Author URI: http://themeforest.net/user/murren20
  Version: 1.0
  
  1.  Global

      1.1 General
      1.2 Typography
      1.3 Fields
      1.4 Buttons
      1.5 Icons
      1.6 Loader
      1.7 Content styles

  2.  Header 

      2.1 Brand
      2.2 Vertical Panel
      2.3 Navbar Desctop
      2.4 Navbar Desctop Affix
      2.5 Navbar Mobile
      2.6 Navbar Mobile Affix
      

  3.  Main

      3.1 Slider

  4.  About

      4.1 Services
      4.1 Object map

  5.  Projects

      5.1 Project Carousel
      5.2 Magnific popup
      5.3 Project Details

  6.  Experience
  7.  Clients
  8   Blog

      8.1 Blog Details
      8.2 Widgets
      8.3 Widget Recent Post

  9.  Contacts  
  10. Footer
  11. Responsive styles

      11.1 Min width: 768px
      11.2 Min width 992px
      11.3 Min width 1200px 
      11.4 Max height 480px

    
    
/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/



/* 1.1 General */



@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('animate.css');
@import url('hover.css');
@import url('magnific-popup.css');
@import url('owl.carousel.css');
@import url('owl.transitions.css');
@import url('settings.css');
@import url('layers.css');
@import url('navigation.css');


html{
  font-size: 75%;
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: 'montserratlight', sans-serif;
  font-size: 1em;
  line-height: 1.65;
  color: #354b59;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #58a2bf;
}

::selection{
  background-color:#58a2bf;
  color:#fff;
}

-webkit-::selection{
    background-color:#58a2bf;
    color:#fff;
}

::-moz-selection{
    background-color:#58a2bf;
    color:#fff;
}



/* 1.2 Typography */



@font-face {
  font-family: 'montserratlight';
  src: url('../fonts/montserrat/Montserrat-Light.ttf');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'montserratsemibold';
  src: url('../fonts/montserrat/Montserrat-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;

}

h1,
.h1{ 
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 8vmin;
  line-height: 1.28;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #354b59;
}

h2,
.h2{ 
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 2.1875em;
  line-height: 1.25;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #354b59;
}

h3,
.h3{
  font-family: 'montserratsemibold';
  font-size: 1.875em;
  line-height: 1.2;
  font-weight: normal;
  color:#354b59;
}

h4,
.h4{
  font-family: 'montserratsemibold';
  font-size: 1.125em;
  line-height: 1.35;
  font-weight: normal;
  color:#354b59;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a{
  color:inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover{
  text-decoration: none;
}

p{
  margin-bottom: 1.6em;
}

b, strong{
  font-family: 'Montserrat', sans-serif;
}

ul{
  list-style: none;
  padding-left: 0;
}

a {
  color:#58a2bf;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

a:hover,
a:focus {
  color:#58a2bf;
  outline: none;
}

a:focus{
  text-decoration: none;
}



/* 1.3 Fields */



.form-control,
textarea.form-control{
  font-size: 1em;
  height: 3.625em;
  border-radius: 0.75em;
  padding-left: 22px;
  color: #354b59;
  background-color: #f0f4f7;
  border:1px solid #f0f4f7;
  -webkit-box-shadow:none;
          box-shadow:none;
      -webkit-appearance: none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

textarea.form-control{
  height: 7.9em;
  padding-top:1.1em;
  resize:none;
}

.form-control:focus{
  border-color:#58a2bf;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow:none;
          box-shadow:none;
}

.form-control::-moz-placeholder {
  color: #354b59;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #354b59;
}

.form-control::-webkit-input-placeholder {
  color: #354b59;
}

.form-control.error{
  border-color:#58a2bf;
}

.form-group{
  margin-bottom: 10px;
}

.wobble-error{
  -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
           animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}

label.error{
  display: none!important;
}



/* 1.4 Buttons */



.btn{
  font-family: 'montserratsemibold';
  position: relative;
  display: inline-block;
  border:2px solid #58a2bf;
  border-radius: 0;
  padding:1.1em 2.2em 1.05em;
  font-size: 0.875em;
  color:#58a2bf;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out!important;
          transition: color .3s ease-in-out, border-color .3s ease-in-out!important;
}

.btn:before{
  content: attr(data-hover);
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  white-space: nowrap;
  pointer-events: none;
}

.btn:after{
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #58a2bf;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  pointer-events: none;
}

.btn:hover,
.btn:focus{
  color: #fff;
  background-color: transparent;
  border-color: #58a2bf;
  -webkit-box-shadow:none;
  box-shadow: none;
  outline: none!important;
}

.btn:hover:after,
.btn:focus:after{
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.btn > span{
  display: block;
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  white-space: nowrap;
}

.btn > span > span{
  display: inline;
}

.btn:hover > span,
.btn:focus > span{
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}

.btn:hover:before,
.btn:focus:before{
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.btn .icon-next{
  position: relative;
  top:-0.08em;
  margin-left: 0.6em;
  vertical-align: middle;
  width: 0.65em;
  height: 0.65em;
  background: none;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-size: 0;
}

.btn-gray{
  background-color: #f0f4f7;
  color: #354b59;
}

.btn-shadow-1{
  box-shadow:none;
}

.btn-shadow-2{
  box-shadow:none;
}

.btn-light-cta{
  border-color: #fff;
  color: #fff;
}

.btn-light-cta:after{
  background-color: #fff;
}

.btn-light-cta:before{
  color: #354b59;
}

.btn-light-cta:hover,
.btn-light-cta:focus{
  color: #354b59;
  border-color: #fff;
}

.btn-light-cta.is-active{
  color: #354b59;
  border-color: #fff;
}

.btn-light-cta > span{
  color: #fff;
}

.btn-light-cta:hover:after,
.btn-light-cta:focus:after,
.btn-light-cta.is-active:after{
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.btn-light-cta:hover > span,
.btn-light-cta:focus > span,
.btn-light-cta.is-active > span{
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}

.btn-light-cta:hover:before,
.btn-light-cta:focus:before,
.btn-light-cta.is-active:before{
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.btn-light-cta-cyan:before{
  color: #58a2bf;
}

.btn-light-cta-cyan:hover,
.btn-light-cta-cyan:focus,
.btn-light-cta-cyan.is-active{
  color: #58a2bf;
}

.btn-dharma-anim{
  overflow: hidden;
}

.btn-dharma-anim:before{
  opacity: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-dharma-anim:after{
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.btn-dharma-anim > span{
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-dharma-anim:hover:after,
.btn-dharma-anim:focus:after,
.btn-dharma-anim.is-active:after{
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.btn-dharma-anim:hover > span,
.btn-dharma-anim:focus > span,
.btn-dharma-anim.is-active > span{
  -webkit-transform: translateY(40px) !important;
      -ms-transform: translateY(40px) !important;
          transform: translateY(40px) !important;
  opacity: 0 !important;
}

.btn-dharma-anim:hover:before,
.btn-dharma-anim:focus:before,
.btn-dharma-anim.is-active:before{
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important;
}



/* 1.5 Icons */



.icon-next{
  display: inline-block;
  width:0.94em;
  height: 0.75em;
  background:url(../img/img-icon/next.png) 0 0 no-repeat;
  background-size:0.94em 0.75em;
}



/* 1.6 Loader */



.loader{
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:#fff;
  color:#fff;
  text-align: center;
}

.loader .page-lines .line{
  background-color: #f0f4f7;
}

.loader-brand{
  position: absolute;
  left:0;
  width: 100%;
  top:50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #58a2bf;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}



/* 1.7 Content styles */



.layout{
  position: relative;
  overflow: hidden;
}

.text-primary{
  color:#58a2bf;
}

.page-lines{
  position: absolute;
  z-index: -1;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}

.page-lines .col-line{
  padding: 0;
}

.page-lines .line{
  position: absolute;
  left: 0;
  width: 1px;
  height: 50000px;
  background-color:#f0f4f7;
}

.page-lines .col-line:last-child .line:last-child{
  left: auto;
  right: 0;
}

.row-base{
  margin-top: -3em;
}

.col-base{
  margin-top: 3em;
}

.section{
  position: relative;
  margin-top: 7.1em;
  margin-bottom: 7.1em;
}

.section-header{
  position: relative;
}

.section-title{
  text-align: center;
  margin:0;
  margin-left: 0.32em;
  word-spacing: 0.16em;
}

.section-title-evento{
  word-spacing: normal;
}

.event-title-break-desktop,
.event-title-break-mobile{
  display: none;
}

.fade-title-left,
.fade-title-right{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10.8em;
  line-height: 1;
  color: #354b59;
  position: absolute;
  left: 0;
  top:0.03em;
  opacity: 0.035;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.fade-title-right{
  left:100%;
}

.section-content{
  margin-top: 7.1em;
}



/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/



.header-inner .vertical-panel-content{
  bottom:auto;
  top:12.2vmin;
}



/* 2.1 Brand */



.brand-panel{
  position: absolute;
  z-index: 4;
  left: 0;
  top:0;
  width: 39.47vmin;
  height: 40.7vmin;
  padding: 4.8vmin 2em 4.8vmin;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px){
  .brand-panel{
    width: 44vmin;
    height: 45.5vmin;
    padding: 5.4vmin 15px 5.4vmin;
    text-align: left;
  }

  .brand-logo-dharma,
  .slide-number{
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

.brand{
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size:4vmin;
  line-height: 1;
  color: #354b59;
}

.brand-logo{
  font-size: 0;
  line-height: 0;
}

.brand-logo-img{
  display: block;
  width: 100%;
  height: auto;
}

.brand-logo-dharma{
  width: auto;
  min-width: 0;
  max-width: none;
  width: 19.735vmin;
  margin: 0 auto;
  display: block;
  text-align: left;
}

.brand-logo-dharma .brand-logo-img{
  width: auto;
  height: 4.8vmin;
  min-height: 28px;
  max-height: 50px;
  margin: 0;
}

@media (max-width: 991px){
  .brand-logo-dharma .brand-logo-img{
    height: 5.6vmin;
    min-height: 32px;
    max-height: 56px;
  }
}

.brand-logo-event{
  width: 210px;
}

.navbar-desctop .brand.brand-logo-event{
  top: 0;
  margin-top: -0.1em;
}

.brand:hover,
.brand:focus{
  color: #354b59;
  text-decoration: none;
}

.brand-name{
  position: absolute;
  z-index: 1;
  bottom: 2.6vmin;
  left: 0;
  width: 19.735vmin;
  text-align: center;
  opacity: 1;
  line-height: 0;
}

.brand-name-logo{
  display: block;
  width: 14vmin;
  min-width: 90px;
  max-width: 150px;
  opacity: 0.2;
}

.brand-name-text{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 8.75em;
  line-height: 1;
  letter-spacing: 0.06em;
  opacity: 0.05;
  color: #354b59;
}

.slide-number{
  margin-top: 8vmin;
  width: 19.735vmin;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.slide-number .event-logo-fixed{
  display: block;
  width: 21vmin;
  min-width: 130px;
  max-width: 260px;
  height: auto;
  margin: 0;
}

@media (max-width: 991px){
  .brand-panel{
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand-logo-dharma{
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-number{
    width: auto;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .vertical-panel,
  .vertical-panel-content{
    width: 12vmin;
  }

  .social-list .fa{
    font-size: 44px;
  }
}

.header-email{
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 1em;
  letter-spacing: 0.32em;
  position: absolute;
  z-index: 3;
  color: #354b59;
  left: 50vmin;
  top:5.9vmin;
}

.event-language-switcher{
  position: relative;
  z-index: 10;
  display: inline-block;
}

.event-language-trigger{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  border-radius: 0;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(53,75,89,.24);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #354b59;
  cursor: pointer;
  line-height: 1;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.event-language-trigger:focus{
  outline: none;
}

.event-language-flag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.event-language-flag.flag-it{ background-image: url('../../../images/flags/it.svg'); }
.event-language-flag.flag-en{ background-image: url('../../../images/flags/en.svg'); }
.event-language-flag.flag-es{ background-image: url('../../../images/flags/es.svg'); }
.event-language-flag.flag-de{ background-image: url('../../../images/flags/de.svg'); }
.event-language-flag.flag-fr{ background-image: url('../../../images/flags/fr.svg'); }
.event-language-flag.flag-ar{ background-image: url('../../../images/flags/ar.svg'); }

.event-language-current{
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
}

.event-language-caret{
  font-size: 11px;
  line-height: 1;
  opacity: .75;
}

.event-language-menu{
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 1510;
  min-width: 92px;
  padding: 0;
  background: rgba(255,255,255,0.77);
  border: 0;
  border-radius: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 12px 28px rgba(53,75,89,0.16);
  display: none;
}

.event-language-switcher.is-open .event-language-menu{
  display: block;
}

.event-language-switcher.is-open{
  z-index: 1500;
}

.event-language-option{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 1em .8em;
  border: 0;
  border-top: 1px solid #f0f4f7;
  border-radius: 0;
  background: transparent;
  color: #354b59;
  text-align: left;
  cursor: pointer;
  font-size: 12px;
  font-family: 'montserratsemibold';
  font-weight: 400;
}

.event-language-option:hover,
.event-language-option:focus{
  background: transparent;
  color: #58a2bf;
  outline: none;
}

.event-language-option.is-active{
  background-color: #58a2bf;
  color: #fff;
}

.event-language-option:first-child{
  border-top: 0;
}

.event-language-switcher-hero{
  position: absolute;
  right: 15px;
  top: 5.2vmin;
}

.event-language-switcher-nav{
  display: none;
}

.navbar-language-item{
  margin-left: 2.4em !important;
}

.navbar-language-item > .event-language-switcher{
  position: relative;
  top: -0.35em;
}

.event-language-switcher-mobile{
  display: none;
}

@media (max-width: 991px){
  .main,
  .rev_slider_wrapper,
  #rev_slider.rev_slider,
  #rev_slider.rev_slider ul,
  #rev_slider.rev_slider ul li{
    min-height: 100svh !important;
    height: 100svh !important;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }

  #rev_slider .rev-slidebg{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: transform;
  }

  .event-language-switcher-hero,
  .event-language-switcher-nav{
    display: none !important;
  }

  .event-language-switcher-mobile{
    display: block;
    position: absolute;
    z-index: 1460;
    right: 58px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .event-language-switcher-mobile .event-language-trigger{
    padding: 4px 8px;
  }

  .event-language-switcher-mobile .event-language-menu{
    right: -44px;
  }

  /* Keep white side strip visually bounded to mobile hero without shifting layout */
  .vertical-panel{
    height: 100svh !important;
  }
}


@media (min-width: 992px){
  .event-language-switcher-mobile{
    display: none !important;
  }

  .header-home.is-sticky-nav .event-language-switcher-hero{
    display: none !important;
  }

  .header-home.is-sticky-nav .event-language-switcher-nav{
    display: inline-block !important;
  }
}

 @media (max-width: 480px){
  .header-email{
    display: none;
  }
 }

  @media (min-width: 992px) and (max-width: 1200px){
  .header-email{
    display: none;
  }
 }



/* 2.2 Vertical Panel */



.vertical-panel,
.vertical-panel-content{
  position: absolute;
  width: 19.735vmin;
  left: 0;
  bottom: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.vertical-panel{
  z-index: 3;
  height: 10000px;
  background-color: #fff;
  pointer-events: none;
}

.vertical-panel-content{
  z-index: 4;
  pointer-events: none;
}

.vertical-panel-content .social-list a{
  pointer-events: auto;
}

.vertical-panel-info{
  margin-bottom: 3.5vmin;
}

.vertical-panel-info .line{
  height: 5vmin;
  width: 1px;
  margin:15px auto 0;
  background-color:#354b59;
}

.vertical-panel-title{
  font-family: 'montserratsemibold';
  font-size: 10px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1em;
  color: #354b59;
  position: relative;
  left: -6px;
  margin:0 auto;
  width: 1px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
   -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

@media (max-height: 850px){
  .vertical-panel-title{
    display: none;
  }
}

.social-list{
  margin-bottom: 3.5vmin;
}

.social-list li{
  margin-top: 3.8vmin;
}

.social-list .fa{
  font-size: 2.4vmin;
  color: #354b59;
}

.social-list .fa:hover{
  color:#58a2bf;
  text-decoration: none;
}



/* 2.3 Navbar Desctop */



.navbar-desctop{
  display: none;
  position: absolute;
  z-index: 2;
  top:0;
  left:0;
  width: 100%;
  padding:5.9vmin 0 0;
}

.navbar-desctop .brand{
  display: none;
  position: relative;
  top:-0.22em;
  font-size: 1.6em;
}

.navbar-desctop-menu{
  float: right;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 0.81em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.navbar-desctop-menu li{
  position: relative;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.navbar-desctop-menu li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.navbar-desctop-menu li a:hover,
.navbar-desctop-menu .active > a{
  color:  #58a2bf;
}

.navbar-desctop-menu  > li{
  float: left;
  margin-left: 2.4em;
}

.navbar-desctop-menu > li:first-child{
  margin-left: 0;
}

.navbar-desctop-menu > li > a{
  color: #fff;
  background-color: transparent;
  margin-bottom: 1.5em;
}

.navbar-desctop-menu li ul{
  position: absolute;
  z-index: 10;
  left: 100%;
  top:60%;
  visibility: hidden;
  min-width: 200px;
  opacity: 0;
  box-shadow: 0 15px 35px rgba(53,75,89,0.1);
  background: rgba(255,255,255,0.95);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.navbar-desctop-menu > li > ul{
  left: -20px;
  margin-top: 0;
}

.navbar-desctop-menu li:hover > ul{
  top:0;
  visibility: visible;
  opacity: 1;
}

.navbar-desctop-menu > li:hover > ul{
  top:100%;
}

.navbar-desctop-menu li li{
  border-bottom: 1px solid rgba(53,75,89,0.05);
}

.navbar-desctop-menu li li:last-child{
  border-bottom: 0;
}

.navbar-desctop-menu li li a{
  color: #354b59;
  padding: 12px 20px 10px;
}



/* 2.4 Navbar Desctop Affix */



.navbar-desctop.affix{
  position: fixed;
  z-index: 1200;
  top:0;
  background-color:rgba(255,255,255,0.95);
  padding:1.3em 0 0;
  box-shadow: 0 0 35px rgba(53,75,89,0.1);
}

.navbar-desctop.affix .container{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-desctop.affix.affix-top{
  padding-top:2.2em;
}

.navbar-desctop.affix .brand{
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  margin-top: 0;
  margin-right: 2.4em;
  -webkit-transform: translateY(-0.32em);
      -ms-transform: translateY(-0.32em);
          transform: translateY(-0.32em);
}

.navbar-desctop.affix .navbar-desctop-menu li a{
  color: #354b59;
}

.navbar-desctop.affix .navbar-desctop-menu{
  float: none;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-desctop.affix .navbar-desctop-menu > li{
  float: none;
}

.navbar-desctop.affix .navbar-language-item > .event-language-switcher{
  top: -0.82em;
}

.navbar-desctop.affix .navbar-desctop-menu li > a:hover,
.navbar-desctop.affix .navbar-desctop-menu .active > a{
  color:#58a2bf;
}



/* 2.5 Navbar Mobile */



.navbar-mobile{
  position: absolute;
  z-index: 9;
  left: 0;
  top:0;
  width: 100%;
  padding:6vmin 0;
  pointer-events: none;
}

.navbar-mobile .brand{
  display: none;
  margin-left: 15px;
  font-size: 1.6em;
  pointer-events: auto;
}

.navbar-mobile .brand.brand-logo-event{
  width: 170px;
}

.navbar-mobile .event-language-switcher-mobile,
.navbar-mobile .navbar-toggle,
.navbar-mobile .navbar-collapse{
  pointer-events: auto;
}

.navbar-collapse{
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-height: 320px ){
  .navbar-collapse{
    max-height: 240px;
  }
}

.navbar-toggle{
  position: relative;
  padding: 0;
  margin-top:0;
  margin-bottom: 0;
  border-radius: 0;
  border:0;
}

.navbar-toggle .icon-bar{
  background-color:#354b59;
  height: 2px;
  width: 30px; 
  -webkit-transition: -webkit-transform .25s ease, opacity .2s ease, background-color .25s ease;
  transition: -webkit-transform .25s ease, opacity .2s ease, background-color .25s ease;
  -o-transition: transform .25s ease, opacity .2s ease, background-color .25s ease;
  transition: transform .25s ease, opacity .2s ease, background-color .25s ease;
  transition: transform .25s ease, opacity .2s ease, background-color .25s ease, -webkit-transform .25s ease;
}

.navbar-toggle .icon-bar + .icon-bar{
  margin-top:5px;
}

.navbar-toggle.collapsed .icon-bar{
  background-color: #354b59;
}

.navbar-toggle .icon-bar:nth-child(2){
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.navbar-toggle .icon-bar:nth-child(3),
.navbar-toggle .icon-bar:nth-child(4){
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2){
  opacity: 0;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3){
  -webkit-transform: translateY(-7px) rotate(45deg);
      -ms-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(4){
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.navbar-mobile .navbar-collapse{
  position: absolute;
  z-index: 1450;
  top: 100%;
  left: auto;
  right: 15px;
  width: calc(50% - 15px);
  margin-top: 10px;
  border-radius: 0;
  background: rgba(255,255,255,0.77);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity, transform;
  box-shadow: 0 12px 28px rgba(53,75,89,0.16);
}

.navbar-mobile .navbar-collapse.collapse{
  display: none;
}

.navbar-mobile .navbar-collapse.collapse.in{
  display: block;
}

.navbar-mobile .navbar-collapse.collapsing{
  display: block;
  overflow: hidden;
}


.navbar-nav-mobile{
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 0.9em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  padding-top: 1.2em;
  margin-bottom: 0;
}

.navbar-nav-mobile li{
  position: relative;
  border-top:1px solid #f0f4f7;
}

.navbar-nav-mobile li a{
  display: block;
  padding: 1em 1em;
  color: #354b59;
  text-decoration: none;
  text-align: right;
}

.navbar-nav-mobile > .current > a{
  color: #58a2bf;
}

.navbar-nav-mobile li a .fa-angle-down{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.navbar-nav-mobile > .current > a .fa-angle-down{
  top:-0.2em;
  left:-0.3em;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navbar-nav-mobile > .active > a,
.navbar-nav-mobile > .active > a:hover{
  background-color: #58a2bf;
  color: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.navbar-nav-mobile ul{
  display: none;
}

.navbar-nav-mobile li a:hover,
.navbar-nav-mobile li .active > a{
  color: #58a2bf;
}



/* 2.6 Navbar Mobile Affix */



.navbar-mobile.affix{
  position: fixed;
  z-index: 1200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 0 35px rgba(53,75,89,0.1);
  padding: 1.2em 0;
}

.navbar-mobile.affix .brand{
  display: inline-block;
}

.navbar-mobile.affix .navbar-toggle{
  float: none;
  margin-right: 15px;
  margin-left: auto;
}

.navbar-mobile.affix .navbar-toggle .icon-bar{
  background-color:#354b59;
}



/*-------------------------------------------------------------------------------
  3. Main
-------------------------------------------------------------------------------*/



.main{
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.hero-trailer-fixed{
  position: absolute;
  z-index: 7;
  right: 15px;
  bottom: 3.5vmin;
  display: none !important;
}

.main-inner{
  position: relative;
  z-index: 1;
  min-height: 0;
  padding: 33.7vmin 0 17vmin;
}

.main-inner:after{
  content:'';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top:0;
  background-color: #354b59;
  opacity: 0.6;
}

.main-projects,
.main-contacts{
  padding: 34.2vmin 0 34vmin;
}

.main-project{
  padding: 33.7vmin 0 11vmin;
  background-size: cover;
  background-position: center 0;
}

.main-contacts:after{
  content:'';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top:0;
  opacity: 1;
  background: -webkit-linear-gradient(bottom,  rgba(53,75,89,0.95) 0%,rgba(53,75,89,0.95) 26%,rgba(53,75,89,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top,  rgba(53,75,89,0.95) 0%,rgba(53,75,89,0.95) 26%,rgba(53,75,89,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.main-header{
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: right;
  padding-left: 38.5vmin;
}

.main-header h1{
  color: #fff;
  margin:0;
  margin-right: -0.32em;
}

.main-inner .page-lines{
  z-index: 1;
  opacity: 0.15;
}

.main-inner .page-lines .line{
  border-color: #fff;
}

.main-blog .page-lines,
.main-projects .page-lines,
.main-project .page-lines,
.main-contacts .page-lines{
  opacity: 0.08;
}


/* 3.1 Slider */



.rev_slider{
  color: #fff;
  min-height: 420px;
}

.rev_slider .btn{
  -webkit-transition: background-color .3s ease-out!important;
          transition: background-color .3s ease-out!important;
}

.tp-caption{
  padding: 0 20px;
  text-align: right;
}

.arrow-left,
.arrow-right{
  position: absolute;
  z-index: 4;
  bottom: 4vh;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.arrow-left{
  left: 22vmin;
}

.arrow-right{
  right: 15px;
}

.arrow-left:after,
.arrow-right:before{
  content:'';
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  font-family: 'Oswald', sans-serif;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
}

.arrow-left:after{
  content:'Prev';
}

.arrow-right:before{
  content:'Next';
}

.arrow-left:before,
.arrow-right:after{
  content:'';
  display: inline-block;
  vertical-align: middle;
  width:1.3em;
  height: 1em;
  opacity: 0.25;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.arrow-left:hover:before,
.arrow-right:hover:after{
  opacity: 1;
}

.arrow-left:before{
  background: url(../img/img-icon/prev.png) 0 0 no-repeat;
  background-size: 1.3em 1em;
  margin-right: 0.82em;
}

.arrow-right:after{
  background: url(../img/img-icon/next.png) 0 0 no-repeat;
  background-size: 1.3em 1em;
  margin-left: 0.72em;
}

.slide-title{
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.slide-subtitle{
  font-size: 18px;
  line-height: 1.7;
}



/* ------------------------------------------------------------------------------- */
/*  4. About
/* ------------------------------------------------------------------------------- */



.bg-about{
  background: url(../img/bg/about.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.entry{
  margin:3.2em 0;
}

.entry-title{
  font-size: 3.6em;
  margin:0 0 1em;
}

.entry-text{
  font-size: 1.6em;
  line-height: 1.6;
}

.about .fade-title-left{
  top:1em;
}

.col-about-title{
  margin-top: 0;
  margin-bottom:1.1em; 
}

.col-about-info p:last-child{
  margin-bottom: 0; 
}

.col-about-img{
  position: relative;
}

.col-about-img img{
  display: block;
  box-shadow: 0 8px 25px rgba(53,75,89,0.2);
}

#evento .col-about-img,
#evento .col-about-img img{
  background-color: transparent;
}

#evento .col-about-img img{
  box-shadow: none;
  transform: translateX(10px);
}



/* 4.1 Services */



.row-services{
  margin-left: -4.1em;
  margin-right: -4.1em;
}

.col-service{
  padding: 0 4.1em;
}

.service-item{
  margin-bottom:2em; 
}

.service-item:last-child{
  margin-bottom: 0;
}

.service-item h4{
  margin-top: 0.8em;
  margin-bottom: 1.1em;
}

.services .service-item h4{
  margin-top: 1.25em;
}

.service-item p:last-child{
  margin-bottom: 0;
}


/* 4.2 Object Map */



.objects{
  position: relative;
}

.object-label{
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: #58a2bf;
  border-radius: 50%;
  cursor: pointer;
}

.popover.top{
  margin-top: -20px;
}

.object-info{
  position: absolute;
  display: none;
  z-index: 1;
  left: 50%;
  bottom: 40px;
  width: 12.4em;
  margin-left: -6.2em;
  padding: 1.1em 1.3em 3em;
  border:0;
  background-color: rgba(53,75,89,0.6);
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow:none;
}

.object-info.in{
  display: block;
}

.object-info:before{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top: 14px solid rgba(53,75,89,0.6);
}

.object-title{
  font-size: 1em;
  font-family: 'montserratsemibold';
  font-weight: normal;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color:#58a2bf;
  padding: 0 0 1em;
  border-bottom:1px solid rgba(240,244,247,0.2);
  margin: 0 0 .5em;
}

.object-content{
  font-family: 'montserratlight', sans-serif;
  font-size: 0.75em;
  line-height: 2.6;
  color: #fff;
  padding: 0;
}

.popover.top>.arrow{
  border-top-color: transparent;
}

.popover.top>.arrow:after{
  border-top-color:rgba(53,75,89,0.6);
}




/* ------------------------------------------------------------------------------- */
/*  5. Projects
/* ------------------------------------------------------------------------------- */



.bg-projects{
  position: relative;
  background:url(../img/bg/projects.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.project{
  padding: 0;
  overflow: hidden;
}

.project figure{
  position: relative;
}

.project figure img{
  display: block;
  width: 100%;
  -webkit-transition: all 8s linear;
  -o-transition: all 8s linear;
  transition: all 8s linear;
}

.project figure:after{
  content:'';
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background-color: #354b59;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project.project-light figure:after{
  opacity: 0.4;
}
    
.project figcaption{
  position: absolute;
  z-index: 1;
  left: 0;
  top:0;
  right:0;
  bottom:0;
  margin: 3.2em 3.6em;
}

.project-title{
  position: relative;
  top:0;
  left:0;
  margin:0;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 1.56em;
  line-height: 1.45;
  letter-spacing: 0.07em;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project-category{
  position: absolute;
  left: 0;
  bottom: 0;
  margin:0 0 -0.8em;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.8em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project-zoom{
  position: absolute;
  left: 50%;
  top:50%;
  width: 9em;
  height: 9em;
  margin:-4.5em;
  border-radius: 50%;
  background-color: rgba(36,101,127,0.84);
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform:scale(0.5);
  -o-transform:scale(0.5);
  transform:scale(0.5);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.project-zoom:after{
  content: '';
  position: absolute;
  left: 50%;
  top:50%;
  width: 2.625em;
  height:2.625em;
  background:url(../img/img-icon/zoom.png) 0 0 no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.project figure:hover:after{
  opacity: 0;
}

.project figure:hover img{
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.project figure:hover .project-title{
  top:30px;
  opacity: 0;
}

.project figure:hover .project-category{
  opacity: 0;
  letter-spacing: 2em;
}

.project figure:hover .project-zoom{
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
}

#fasi .fasi-row{
  margin-left: 0;
  margin-right: 0;
}

#fasi .fasi-col{
  padding-left: 0;
  padding-right: 0;
}

#fasi .project,
#fasi .project figure{
  margin: 0;
}

#fasi .project figcaption{
  margin: 0;
  padding: 3.2em 3.6em;
  background: transparent;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-transition: background-color 0.25s ease, -webkit-backdrop-filter 0.25s ease;
  transition: background-color 0.25s ease, -webkit-backdrop-filter 0.25s ease;
  -o-transition: background-color 0.25s ease, backdrop-filter 0.25s ease;
  transition: background-color 0.25s ease, backdrop-filter 0.25s ease;
  transition: background-color 0.25s ease, backdrop-filter 0.25s ease, -webkit-backdrop-filter 0.25s ease;
}

#fasi .project figure img{
  width: 100%;
  height: auto;
}

#fasi .project figure:hover img{
  -webkit-transform: none;
  transform: none;
}

#fasi .phase-description{
  margin-top: 0.8em;
  margin-bottom: 0;
  max-width: 26em;
  font-size: 0.95em;
  line-height: 1.45;
  color: #354b59;
  opacity: 0;
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  -o-transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}

#fasi .project figure:hover .project-title{
  top: 0;
  opacity: 1;
  color: #354b59;
}

#fasi .project figure:hover .phase-description{
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#fasi .project.is-expanded .project-title{
  top: 0;
  opacity: 1;
  color: #354b59;
}

#fasi .project.is-expanded .phase-description{
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#fasi .project figure:hover figcaption,
#fasi .project.is-expanded figcaption{
  background: rgba(255,255,255,0.77);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

@-webkit-keyframes fasiTapHint{
  0%, 58%{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  70%{
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    -webkit-filter: brightness(0.82);
    filter: brightness(0.82);
  }
  82%{
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }
  100%{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
}

@keyframes fasiTapHint{
  0%, 58%{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  70%{
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    -webkit-filter: brightness(0.82);
    filter: brightness(0.82);
  }
  82%{
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }
  100%{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
}

@-webkit-keyframes tapIconPulse{
  0%, 60%, 100%{
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 0.9;
  }
  30%{
    -webkit-transform: translateY(2px) scale(0.93);
    transform: translateY(2px) scale(0.93);
    opacity: 1;
  }
}

@keyframes tapIconPulse{
  0%, 60%, 100%{
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 0.9;
  }
  30%{
    -webkit-transform: translateY(2px) scale(0.93);
    transform: translateY(2px) scale(0.93);
    opacity: 1;
  }
}

@-webkit-keyframes tapIconRipple{
  0%{
    -webkit-transform: translate(-50%, -50%) scale(0.65);
    transform: translate(-50%, -50%) scale(0.65);
    opacity: 0.55;
  }
  70%{
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
  }
  100%{
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
  }
}

@keyframes tapIconRipple{
  0%{
    -webkit-transform: translate(-50%, -50%) scale(0.65);
    transform: translate(-50%, -50%) scale(0.65);
    opacity: 0.55;
  }
  70%{
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
  }
  100%{
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
  }
}

.fasi-title-break-mobile{
  display: none;
}

.fasi-mobile-carousel-wrap{
  display: none;
}

@media (max-width: 991px){
  p{
    font-size: 1.08em;
    line-height: 1.75;
  }

  .fasi-title-break-mobile{
    display: block;
  }

  #fasi .fasi-desktop-grid{
    display: none;
  }

  #fasi .fasi-mobile-carousel-wrap{
    display: block;
    overflow: hidden;
    position: relative;
    touch-action: pan-y;
  }

  #fasi .fasi-mobile-carousel-wrap .owl-wrapper-outer,
  #fasi .fasi-mobile-carousel-wrap .owl-wrapper,
  #fasi .fasi-mobile-carousel-wrap .owl-item{
    overflow: hidden;
    touch-action: pan-y;
  }

  #fasi .fasi-mobile-carousel-wrap img{
    -webkit-user-drag: none;
    user-select: none;
  }

  #fasi .fasi-mobile-carousel-wrap .owl-prev,
  #fasi .fasi-mobile-carousel-wrap .owl-next{
    font-size: 1em;
    letter-spacing: 0;
    line-height: 1;
    text-indent: -9999px;
    overflow: hidden;
    width: 28px;
    height: 24px;
    padding-left: 0;
    padding-right: 0;
    color: transparent;
    background-size: 16px 12px;
  }

  #fasi .fasi-mobile-carousel-wrap .project-title{
    font-size: 2em;
    line-height: 1.3;
  }

  #fasi .fasi-mobile-carousel-wrap .phase-description{
    font-size: 1.2em;
    line-height: 1.55;
  }

  #fasi .fasi-mobile-carousel-wrap .project{
    cursor: default;
  }

  #fasi .fasi-mobile-carousel-wrap .project figcaption{
    pointer-events: none;
  }

  #fasi .fasi-mobile-carousel-wrap .project figure img{
    pointer-events: none;
  }

  #fasi .fasi-mobile-carousel-wrap .project-title{
    display: inline-block;
    width: auto;
    max-width: 100%;
    cursor: pointer;
    pointer-events: auto;
  }

  #fasi .fasi-mobile-carousel-wrap .tap-hint-icon{
    position: relative;
    left: 0;
    right: auto;
    bottom: auto;
    top: auto;
    z-index: 3;
    width: 3.3rem;
    height: 3.3rem;
    margin-top: 0.55rem;
    margin-bottom: 0.5rem;
    font-size: 0;
    color: transparent;
    opacity: 0.95;
    pointer-events: auto;
    display: block;
    -webkit-animation: tapIconPulse 1.7s ease-in-out infinite;
    animation: tapIconPulse 1.7s ease-in-out infinite;
    cursor: pointer;
  }

  #fasi .fasi-mobile-carousel-wrap .tap-hint-icon:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.7rem;
    height: 1.7rem;
    border: 2px solid rgba(255,255,255,0.95);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 1px rgba(53,75,89,0.35);
  }

  #fasi .fasi-mobile-carousel-wrap .tap-hint-icon:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3.1rem;
    height: 3.1rem;
    border: 2px solid rgba(255,255,255,0.8);
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: tapIconRipple 1.7s ease-out infinite;
    animation: tapIconRipple 1.7s ease-out infinite;
  }

  #fasi .fasi-mobile-carousel-wrap .project.is-expanded .tap-hint-icon{
    opacity: 0.95;
  }

  #fasi .fasi-mobile-carousel-wrap .project figure:hover figcaption{
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  #fasi .fasi-mobile-carousel-wrap .project figure:hover .project-title{
    color: #fff;
  }

  #fasi .fasi-mobile-carousel-wrap .project figure:hover .phase-description{
    opacity: 0;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }

  /* Keep expanded state stable on mobile even if :hover is triggered by image tap */
  #fasi .fasi-mobile-carousel-wrap .project.is-expanded figure:hover figcaption{
    background: rgba(255,255,255,0.77);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  #fasi .fasi-mobile-carousel-wrap .project.is-expanded figure:hover .project-title{
    color: #354b59;
  }

  #fasi .fasi-mobile-carousel-wrap .project.is-expanded figure:hover .phase-description{
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}



/* 5.1 Carousel */



.owl-prev,
.owl-next{
  position: absolute;
  top:50%;
  font-family: 'Oswald', sans-serif;
  font-size:1em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}

.owl-prev:hover,
.owl-next:hover{
  opacity: 1;
}

.owl-prev{
  left: 0.8em;
  padding-left: 35px;
  background:url(../img/img-icon/prev.png) left 50% no-repeat;
  background-size: 1.3em 1em;
  
}

.owl-next{
  left: auto;
  right: 0.8em;
  padding-right: 35px;
  background:url(../img/img-icon/next.png) right 50% no-repeat;
  background-size: 1.3em 1em;
}



/* 5.2 Magnific popup */



.mfp-figure{
  box-shadow: none;
}

.mfp-iframe-scaler{
  overflow: visible;
}

.mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close{
  padding: 0;
  margin-top: -10px;
  font-family: inherit;
  font-size: 40px;
  font-weight: 300;
  line-height: 0;
}

img.mfp-img{
  min-height: 460px;
}


.mfp-title{
  padding-right: 40px;
  font-size:1.2em;
  line-height: 1.2;
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}

.mfp-counter{
  top:5px;
}

.mfp-bg{
  background-color: #354b59;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b{
  display: none;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b{
  display: none;
}

.mfp-wrap .mfp-content {
  -webkit-perspective: 1300px;
          perspective: 1300px
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform:scale(0) rotateY(60deg);
  -o-transform:scale(0) rotateY(60deg);
  transform:scale(0) rotateY(60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
  -webkit-transform: rotateY(-60deg);
      -ms-transform: rotateY(-60deg);
       -o-transform: rotateY(-60deg);
          transform: rotateY(-60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform:rotateX(0);
      -ms-transform:rotateX(0);
       -o-transform:rotateX(0);
          transform:rotateX(0);
}

.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-wrap.mfp-removing .mfp-figure ,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform: rotateX(-60deg);
      -ms-transform: rotateX(-60deg);
       -o-transform: rotateX(-60deg);
          transform: rotateX(-60deg);
  
}

.mfp-zoom-out-cur, 
.mfp-zoom-out-cur 
.mfp-image-holder .mfp-close{
  cursor:url(../img/zoom-out.cur), zoom-out;
}

.mfp-removing.mfp-bg {
  opacity: 0;
}



/* 5.3 Project Details */



.project-title-info{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 2vmin;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 2.2em;
  margin-left: -1.8em;
}

.project-title-info .project-info-item{
  display: inline-block;
  margin-left: 1.8em;
}

.project-details-item{
  position: relative;
}

.project-details-img{
  position: relative;
  padding: 0;
}

.project-details-info{
  background-color: #58a2bf;
  padding: 4.8em 3.1em 4.8em;
  color:#fff;
}

.project-details-title{
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.9em;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 0.7em;
}

.project-details-title:before{
  content: '';
  position: absolute;
  bottom: -0.35em;
  width: 10em;
  border-top: 1px solid #f0f4f7;
  left: -4.4em;
  width: 5.5em;
}

.project-details-descr{
  font-size: 1.1em;
  line-height: 1.62;
}

.project-details-descr p:last-child{
  margin-bottom: 0;
}

.project-details-item:nth-child(even) .project-details-info{
  right:0;
  left: auto;
  top:13%;
  background-color: #354b59;
}

#partecipa .section-header{
  position: relative;
}

#partecipa .fade-title-left{
  z-index: 2;
  left: 0;
  top: 3.8em;
  color: #354b59;
  opacity: 0.06;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#organizza .fade-title-left{
  z-index: 2;
  left: 0;
  top: 3.8em;
  color: #354b59;
  opacity: 0.06;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#organizza .project-details-info{
  right:0;
  left: auto;
  top:13%;
  bottom: auto;
  background-color: #354b59;
}

#partecipa.section{
  margin-bottom: 2.5em;
}

#organizza.section{
  margin-top: 2.5em;
}

@media (max-width: 991px){
  #partecipa.section{
    margin-bottom: 7.1em;
  }

  #organizza.section{
    margin-top: 7.1em;
  }
}

#partecipa .project-details-info,
#organizza .project-details-info{
  bottom: auto;
  z-index: 5;
  pointer-events: auto;
}

#partecipa .project-details-info .btn,
#organizza .project-details-info .btn{
  position: relative;
  z-index: 20;
  pointer-events: auto;
}


#partecipa .project-details-img,
#organizza .project-details-img{
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 991px){
  #partecipa .project-details-info,
  #organizza .project-details-info{
    position: relative;
    z-index: 6;
  }

  /* Mobile CTA: immediate color change on tap (no slide animation) */
  #cta-partecipa,
  #cta-organizza{
    -webkit-transition: background-color .08s ease, color .08s ease, border-color .08s ease !important;
    -o-transition: background-color .08s ease, color .08s ease, border-color .08s ease !important;
    transition: background-color .08s ease, color .08s ease, border-color .08s ease !important;
  }

  #cta-partecipa:before,
  #cta-partecipa:after,
  #cta-organizza:before,
  #cta-organizza:after{
    display: none !important;
  }

  #cta-partecipa > span,
  #cta-organizza > span{
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
    -webkit-transition: color .08s ease !important;
    -o-transition: color .08s ease !important;
    transition: color .08s ease !important;
  }

  #cta-partecipa.is-active{
    background-color: #fff !important;
    border-color: #fff !important;
    color: #58a2bf !important;
  }

  #cta-partecipa.is-active > span{
    color: #58a2bf !important;
  }

  #cta-organizza.is-active{
    background-color: #fff !important;
    border-color: #fff !important;
    color: #354b59 !important;
  }

  #cta-organizza.is-active > span{
    color: #354b59 !important;
  }
}



/* ------------------------------------------------------------------------------- */
/*  6. Experience
/* ------------------------------------------------------------------------------- */



.experience{
  text-align: center;
}

.text-parallax {
  background: no-repeat 0 0;
  display: inline-block;
}

.text-parallax-content{
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 21.8em;
  line-height: 1;
  overflow: hidden;
  margin-bottom: 0;
  background: #fff;
  color:#354b59;
  mix-blend-mode: lighten;
}

.experience-info{
  position: relative;
  top: -0.75em;
  font-family: 'Oswald', sans-serif;
  font-size: 1.5625em;
  line-height: 1.45;
  letter-spacing: 0.06em;
  display: inline-block;
  text-align: left;
  margin:0 0 0 0.5em;
}



/* ------------------------------------------------------------------------------- */
/*  7. Clients
/* ------------------------------------------------------------------------------- */



.clients{
  text-align: center;
}

.clients-list{
  margin:-3.8em -1.95em 0;
}

.clients-list .client{
  display: inline-block;
  vertical-align: middle;
  padding: 3.8em 1.95em 0;
  margin:0;
}

.clients-list .client img{
  opacity: 0.2;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.clients-list .client a:hover img{
  opacity: 1;
}



/* ------------------------------------------------------------------------------- */
/*  8. Blog
/* ------------------------------------------------------------------------------- */



.bg-blog{
  background: url(../img/bg/blog.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.blog{
  position: relative;
  margin-bottom: 3em;
  margin-right: 1px;
  background-color: #fff;
  box-shadow:0 1px 15px rgba(53,75,89,0.08);
}

.blog:last-child{
  margin-bottom: 0;
}

.blog-thumbnail{
  position: static;
}

.blog-thumbnail-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 5px;
  padding: 0;
  border-radius: 0.25em 0 0 0.25em;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 0;
}

.blog-thumbnail-img img{
  border-radius: 0.25em 0.25em 0 0;
}

.blog-info{
  padding: 3.3em 3em;
}

.blog-tags{
  font-family: 'montserratsemibold';
  margin-top:-0.8em;
}

.blog-tags a{
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.77em 1.1em 0.77em;
  border-radius: 2em;
  background-color: #f0f4f7;
  text-transform: uppercase;
  color:#354b59;
  margin-top: 0.8em;
  margin:0.8em 0.7em 0 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.blog-tags a:hover{
  background-color:#58a2bf;
  text-decoration: none;
  color: #fff;
}

.blog-title{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.333;
  margin: 1.8em 0 0.8em;
}

.blog-info p{
  margin-bottom: 0;
}

.blog-meta{
  font-size: 0.88em;
  color:#f0f4f7;
  overflow: hidden;
}

.blog-meta .author{
  float: left;
}

.blog-meta .author a{
  font-family: 'montserratsemibold';
  color:#f0f4f7;
}

.blog-meta .author a:hover{
  text-decoration: none;
  color:#58a2bf;
}

.blog-meta .time{
  float: right;
}

.blog-info .blog-meta{
  border-top:1px solid #f0f4f7;
  margin-top: 1.7em;
  padding-top: 1.7em;
}

.read-more{
  display: inline-block;
  font-family: 'montserratsemibold';
  font-size: 0.88em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.read-more{
  padding-right: 2em;
  background:url(../img/img-icon/read-more.png) right 50% no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.read-more:hover{
  text-decoration: none;
  background-position: 95% 50%;
}

.blog-info .read-more{
  margin-top: 2.8em;
}



/* 8.1 Blog Details */



.blog-details{
  margin:10.2em 0 8.3em;
}

.col-secondary{
  margin-top: 7.1em;
}

.post-header{
  margin-bottom: 5em;
}

.post-header h3{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 2.2em;
  line-height: 1.43;
  margin:0 0 0 0;
}

.post-header .blog-meta{
  margin-top: 2.45em;
}

.post-thumbnail{
  margin-bottom: 2.5em;
}

.post-thumbnail img{
  width: 100%;
  border-radius: 0.25em;
}

.post .blog-tags{
  margin-top: 5.4em;
}



/* 8.2 Widgets */



.widget{
  margin-bottom: 3.65em;
}

.widget-title{
  font-family: 'montserratsemibold';
  font-weight: normal;
  font-size: 1.3em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 2.25em 0;
}



/* 8.3 Widget Recent Post */



.recent-post{
  margin-bottom: 1.7em;
  overflow: hidden;
}

.recent-post:last-child{
  margin-bottom: 0;
}

.recent-post-thumbnail{
  width: 9.32em;
  float: left;
}

.recent-post-thumbnail img{
  border-radius: 0.25em;
  max-width: 100%;
}

.recent-post-body{
  padding-left: 11.2em;
}

.recent-post-title{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.45;
  text-transform: none;
  letter-spacing: 0;
  margin:0;
  position: relative;
}

.recent-post-time{
  font-size: 0.88em;
  color:#f0f4f7;
  margin-top: 0.9em;
}



/* ------------------------------------------------------------------------------- */
/*  9. Contacts
/* ------------------------------------------------------------------------------- */



.bg-contacts{
  background: url(../img/bg/contacts.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.contacts .fade-title-right{
  left: 90%;
}

.row-field{
  margin-left: -5px;
  margin-right:-5px;
}

.col-field{
  padding: 0 5px;
}

.col-message{
  display: none;
  margin-top: 20px;
}

.col-address{
  font-size: 1.125em;
  line-height: 2.1;
  margin-top: 2em;
}

.form-submit{
  margin-top: 1.2em;
}

.success-message{
  display: none;
}

.error-message{
  display: none;
}

.success-message .fa{
  margin-right: 7px;
  font-size: 1.5em;
}

.contact-details{
  position: relative;
  overflow: hidden;
  margin-top: -1px;
}

#logistica .section-content.contact-details{
  margin-top: 7.1em;
}

.col-map{
  height: 35em;
}

.gmap{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  padding: 0;
  height: 100%;
}

.map-embed{
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-info{
  padding: 1.2em;
}
.map-title{
  margin-bottom: 2em;
}

.map-title h3{
  margin:0;
}

.map-address-row{
  margin-top: 1em;
}

.map-address-row .fa{
  float: left;
  margin: 0.35em 0.6em 0 0;
  width: 1.1em;
  text-align: center;
  color: #58a2bf;
  font-size: 1.2em;
}

.map-address-row  .text{
  display: block;
  overflow: hidden;
  font-size: 1.15em;
}

.contact-info{
  color:#fff;
  padding:0;
  background-color: #24657f;
}

.contact-info-content{
  padding: 5.5em 5.6em;
  background-color:rgba(36,101,127,0.95);
}

.contact-info-title{
  font-family: 'Oswald', sans-serif;
  font-size: 80px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color:#fff;
  opacity: 0.1;
  position: absolute;
  top:100%;
  left: 100%;
  margin-top: -0.5em;
  margin-left: -2.3em;
  -webkit-transform:rotate(-90deg);
  transform:rotate(-90deg);
   -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.contact-row{
  position: relative;
  z-index: 1;
  margin-bottom: 2.3em;
}

.contact-row:last-child{
  margin-bottom: 0;
}

.contact-row h4{
  margin:0 0 0.8em;
  color:#fff;
}

.contact-row .fa{
  float: left;
  width: 1.1em;
  margin-top: -0.15em;
  padding: 1px;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.25;
}

.contact-body{
  padding-left: 2.6em;
}

.contact-content{
  font-size: 1.3em;
}

.phone-row{
  font-size: 1.3em;
  letter-spacing: 0.2em;
  margin-top: 0.5em;
}



/* ------------------------------------------------------------------------------- */
/*  10. Footer
/* ------------------------------------------------------------------------------- */



.footer{
  text-align: center;
  margin:7.1em 0 5.5em;
  font-size: 12px;
  color: #354b59;
}

.footer .brand{
  margin-top: -0.45em;
  font-size: 3.4em;
}

.author-link{
  font-family: 'Montserrat', sans-serif;
  color: #354b59;
}

.author-link:hover{
  text-decoration: none;
  color: #354b59;
}

.footer a{
  color: #354b59;
}

.footer-dharma-logo{
  display: inline-block;
  width: 170px;
  max-width: 100%;
  height: auto;
}



/* ------------------------------------------------------------------------------- */
/*  11. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 11.1 Min width 768px */



@media (min-width: 768px){



  html{
    font-size: 85%;
  }



  /* Slider */



  .arrow-left{
    top: 43.5vmin;
    bottom: auto;
  }

  .arrow-right{
    left: 28vmin;
    right:auto;
    margin-left: 5em;
    top: 43.5vmin;
    bottom: auto;
  }



  /* About */



  .entry{
    padding: 0 7.5em;
  }

  .col-about-spec{
    padding: 0 4.4em;
  }



  /* Project Carousel */



  .owl-prev{
    left: 3.6em
  }

  .owl-next{
    right:3.6em;
  }



  /* Projects Deatails */



  .project-details{
    margin-top: 7.1em;
  }


  .project-details-item{
    margin-bottom: 7.1em;
  }

 .project-details-info{
    position: absolute;
    z-index: 1;
    left: 0;
    top:13%;
    bottom: 13%;
    width: 55%;
  }

  .project-details-item:nth-child(odd) .project-details-img{
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-details-item:nth-child(even) .project-details-img{
    padding-right:15px;
    padding-left: 15px;
  }

}



/* 11.2 Min width 992px */



@media (min-width: 992px){



  html{
    font-size: 92%;
  }



  /* Content styles */



  .text-center-md{
    text-align: center;
  }

  .text-right-md{
    text-align: right;
  }

  .text-left-md{
    text-align: left;
  }


  
  /* Navbar Mobile */


  .navbar-mobile{
    position: absolute;
    left: -50000px;
    top: -50000px;
  }



  /* About */



  .col-about-img{
    padding-left: 0;
    left: -5px;
  }

  .col-about-img img{
    max-width: calc(100% + 5px);
  }



  /* Project Details */



  .project-details-item:nth-child(odd) .project-details-img{
    padding-left: 5px;
    padding-right: 15px;
  }

  .project-details-item:nth-child(even) .project-details-img{
    padding-right:5px;
    padding-left: 15px;
  }

  #organizza .project-details-img{
    padding-right:5px;
    padding-left: 15px;
  }



  /* Blog Details */


  
  .col-primary{
    padding-right: 2.2em;
  }

  .col-secondary{
    margin-top: 10.62em;
    margin-left: -5px;
    padding:0 10px 0 0;
  }



  /* Contacts */


  .row-field{
    margin-left: -15px;
  }

  .col-map{
    position:static;
    height: 100%;
  }

  /* Desktop: show nav only when sticky is active */
  .header-home .navbar-desctop{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .header-home .navbar-desctop.affix{
    display: block !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .event-title-break-desktop{
    display: block;
  }

}

@media (max-width: 991px){
  .event-title-break-mobile{
    display: block;
  }

  #evento .fade-title-left{
    font-size: 9.4em;
  }

  #evento .col-about-img img{
    transform: none;
  }

  #evento .col-about-spec,
  #evento .col-about-spec .col-about-title,
  #evento .col-about-spec .service-item,
  #evento .col-about-spec .service-item h4{
    text-align: center;
  }

  #evento .col-about-spec .service-item img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}


/* 11.3 Min width 1200px */



@media (min-width: 1200px){


   html{
    font-size: 100%;
  }



   /* Header */



  .main-header{
    padding-left: 0;
  }



  /* Project Details */


  .project-details-info{
    width: 44%;
  }

}



/* 11.4 Max height 480px  */



@media (max-height: 480px){



  /* Slider */



  .arrow-left{
    top: 43.5vmin;
    bottom: auto;
  }

  .arrow-right{
    left: 28vmin;
    right: auto;
    margin-left: 5em;
    top: 43.5vmin;
    bottom: auto;
  }
}

@media (max-width: 991px){
  .vertical-panel,
  .vertical-panel-content{
    width: clamp(72px, 17vmin, 96px) !important;
  }

  .social-list .fa{
    font-size: 18px !important;
  }

  .brand-logo-dharma .brand-logo-img,
  .slide-number .event-logo-fixed{
    margin-left: 6px !important;
  }

  .hero-trailer-fixed{
    right: 15px;
    bottom: 3.5vmin;
    font-size: 1rem;
  }

  .vertical-panel-title{
    display: block !important;
    font-size: 8px;
    line-height: 1;
    letter-spacing: 1em;
    left: 50%;
    margin: 0;
    width: auto;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
  }

  .vertical-panel-info{
    position: relative;
    top: 0.9vmin;
  }

  .vertical-panel-info .line{
    margin-top: calc(7.3vmin + 21px);
  }
}

/* FAQ */

.faq-list{
  margin-bottom: 0;
}

.faq-list .faq-item{
  border: 1px solid #d8e4eb;
  border-radius: 0;
  box-shadow: none;
  margin-top: 1.2em;
  overflow: hidden;
}

.faq-list .faq-item:first-child{
  margin-top: 0;
}

.faq-list .panel-heading{
  background-color: #fff;
  border: 0;
  padding: 0;
}

.faq-list .panel-title{
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq-list .panel-title a{
  display: block;
  padding: 1.25em 3.2em 1.2em 1.3em;
  color: #354b59;
  text-decoration: none;
  position: relative;
}

.faq-list .panel-title a:after{
  content: '+';
  position: absolute;
  right: 1.2em;
  top: 50%;
  color: #58a2bf;
  font-size: 1.35em;
  line-height: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq-list .panel-title a[aria-expanded="true"]:after{
  content: '−';
}

.faq-list .panel-collapse{
  border-top: 1px solid #e6eef3;
}

.faq-list .panel-body{
  padding: 1.05em 1.3em 1.3em;
  color: #354b59;
  font-size: 1.05em;
  line-height: 1.65;
  background-color: #f7fbfd;
}

/* Arabic micro-typography / RTL refinements */
html[dir="rtl"] body{
  direction: rtl;
}

html[dir="rtl"] .section-title,
html[dir="rtl"] .col-about-title,
html[dir="rtl"] .project-title,
html[dir="rtl"] .project-details-title,
html[dir="rtl"] .project-details-descr,
html[dir="rtl"] .phase-description,
html[dir="rtl"] .contact-row h4,
html[dir="rtl"] .contact-content,
html[dir="rtl"] .faq-list .panel-title a,
html[dir="rtl"] .faq-list .panel-body,
html[dir="rtl"] .btn{
  font-family: Tahoma, Arial, "Noto Naskh Arabic", sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

html[dir="rtl"] .section-title,
html[dir="rtl"] .col-about-title,
html[dir="rtl"] .col-about-info,
html[dir="rtl"] .service-item,
html[dir="rtl"] .project-title,
html[dir="rtl"] .phase-description,
html[dir="rtl"] .project-details-title,
html[dir="rtl"] .project-details-descr,
html[dir="rtl"] .contact-info-content,
html[dir="rtl"] .faq-list .panel-title a,
html[dir="rtl"] .faq-list .panel-body,
html[dir="rtl"] .text-right-md{
  text-align: right;
}

html[dir="rtl"] .navbar-desctop-menu{
  float: left;
  direction: rtl;
  letter-spacing: 0.14em;
}

html[dir="rtl"] .navbar-desctop-menu > li{
  float: right;
  margin-right: 2.4em;
  margin-left: 0;
}

html[dir="rtl"] .navbar-desctop-menu > li:first-child{
  margin-right: 0;
}

html[dir="rtl"] .navbar-desctop.affix .brand{
  margin-right: 0;
  margin-left: 2.4em;
}

html[dir="rtl"] .navbar-desctop.affix .navbar-desctop-menu{
  margin-left: 0;
  margin-right: auto;
}

html[dir="rtl"] .navbar-mobile .navbar-nav-mobile > li > a{
  text-align: right;
}

html[dir="rtl"] .project-details-title:before{
  left: auto;
  right: -4.4em;
}

html[dir="rtl"] .contact-row .fa{
  float: right;
}

html[dir="rtl"] .contact-body{
  padding-left: 0;
  padding-right: 2.6em;
}

html[dir="rtl"] .faq-list .panel-title a{
  padding: 1.25em 1.3em 1.2em 3.2em;
}

html[dir="rtl"] .faq-list .panel-title a:after{
  right: auto;
  left: 1.2em;
}

html[dir="rtl"] .fade-title-left{
  left: auto;
  right: 0;
}

@media (max-width: 991px){
  html[dir="rtl"] .contact-info-content{
    padding: 4.8em 2.2em;
  }

  html[dir="rtl"] .faq-list .panel-title a{
    line-height: 1.5;
  }
}

/* Arabic text alignment only (keep hero/header structure unchanged) */
body.lang-ar .content .section-title,
body.lang-ar .content .col-about-title,
body.lang-ar .content .col-about-info,
body.lang-ar .content .service-item,
body.lang-ar .content .project-title,
body.lang-ar .content .phase-description,
body.lang-ar .content .project-details-title,
body.lang-ar .content .project-details-descr,
body.lang-ar .content .contact-info-content,
body.lang-ar .content .contact-row h4,
body.lang-ar .content .contact-content,
body.lang-ar .content .faq-list .panel-title a,
body.lang-ar .content .faq-list .panel-body,
body.lang-ar .content .text-right-md{
  text-align: right;
}

body.lang-ar .content .contact-row .fa{
  float: right;
}

body.lang-ar .content .contact-body{
  padding-left: 0;
  padding-right: 2.6em;
}

body.lang-ar .content .faq-list .panel-title a{
  padding: 1.25em 1.3em 1.2em 3.2em;
}

body.lang-ar .content .faq-list .panel-title a:after{
  right: auto;
  left: 1.2em;
}

/* Arabic: reverse phase order */
body.lang-ar #fasi .fasi-desktop-grid .fasi-row{
  display: flex;
  flex-direction: row-reverse;
}

body.lang-ar #fasi .fasi-desktop-grid .fasi-col{
  float: none;
}

body.lang-ar #fasi .fasi-mobile-carousel-wrap .owl-wrapper,
body.lang-ar #fasi .fasi-mobile-carousel-wrap .owl-item{
  direction: ltr;
}

@media (max-width: 991px){
  /* Force leftward carousel motion on Arabic mobile while keeping card content readable */
  body.lang-ar #fasi .js-fasi-mobile-carousel{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  body.lang-ar #fasi .js-fasi-mobile-carousel .project{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  body.lang-ar #fasi .fasi-mobile-carousel-wrap .tap-hint-icon{
    margin-left: auto;
    margin-right: 0;
  }
}


