/* ------------------------------------------------------------------------------

  Template Name: Virgo. 
  Description: Virgo. - Multipurpose 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 Navbar
      2.2 Nav Desctop
      2.3 Nav Mobile
      2.4 Navbar Affix
      2.5 Navbar Dark
      2.6 Navbar Left
      

  3.  Main

      3.1 Slider

  4.  About

      4.1 Video Section
      4.2 Statistics

  5.  Portfolio

      5.1 Magnific popup
      5.2 Portfolio Details
      
  6.  Events
  7.  Features 
  8.  Services
  9.  Blog

      9.1 Blog Single Post
      9.2 Widgets
      9.3 Widget Search
      9.5 Widget Tags

  10.  Team
  11. Clients
  12. Banner
  13. Contacts
  14. Coming Soon
  15. 404 page
  16. Footer
  17. Modals
  18. Responsive styles

      18.1 Min width: 768px
      18.2 Min width 992px
      18.3 Min width 1200px 

    
    
/*-------------------------------------------------------------------------------
 1. Global
-------------------------------------------------------------------------------*/



/* 1.1 General */



@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('ionicons.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: 80%;
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: 'Lora', serif;
  font-size: 1.2em;
  line-height: 1.875;
  color: #4b4b4b;
  overflow-x:hidden;
 
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #bbf116;
}

::selection{
  background-color:#bbf116;
  color:#fff;
}

-webkit-::selection{
    background-color:#bbf116;
    color:#fff;
}

::-moz-selection{
    background-color:#bbf116;
    color:#fff;
}



/* 1.2 Typography */



h1,
.h1{ 
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 3.5em;
  line-height: 1.2;
  color: #3b3b3b;
  margin:0;
}

h1 i,
.h1 i{
  display: inline-block;
  font-family: 'Playfair Display', serif;
}

h2,
.h2{ 
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  color: #3b3b3b;
  margin:0.5em 0;
}

h3,
.h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.875em;
  line-height: 1.5;
  font-weight: 700;
  color: #3b3b3b;
}

h4,
.h4{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25em;
  line-height: 1.35;
  font-weight: 700;
  color: #3b3b3b;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin:1.3em 0;
}

h5,
.h5{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  line-height: 1.35;
  font-weight: 700;
  color: #3b3b3b;
  letter-spacing: 0.2em;
  /*text-transform: uppercase;*/
  margin:1.4em 0;
}

h6,
.h6{
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75em;
  line-height: 1.35;
  font-weight: 400;
  color: #3b3b3b;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin:1.4em 0;
}

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: 2em;
}

ul{
  list-style: none;
  padding-left: 0;
}

a {
  color:#788dde;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

a:hover,
a:focus {
  color:#bbf116;
  outline: none;
}


a:focus{
  text-decoration: none;
}


/* 1.3 Fields */



input[type='text'],
input[type='address'],
input[type='url'],
input[type='password'],
input[type='email'],
input[type="search"],
input[type="tel"],
textarea{
  display: inline-block;
  width:100%;
  font-size: 1.125em;
  border-radius: 0.75em;
  color: #3d3d3d;
  background-color:transparent;
  border:0;
  border-bottom: 1px solid #dadada;
  border-radius: 0;
  padding:0em 0 0.3em 0;
  height:2.5em;
  -webkit-box-shadow:none;
          box-shadow:none;
      -webkit-appearance: none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

textarea{
  resize:none;
  -webkit-transition: all .3s;
       -o-transition: all .3s;
          transition: all .3s;
}

input[type='text']:focus,
input[type='address']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus{
  border-color: #bbf116;
  border-right-width: 0;
  outline: 0;
}

textarea:focus{
  height:7em;
}

input::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #a7a7a7;
}

input::-webkit-input-placeholder {
  color: #a7a7a7;
}

textarea::-moz-placeholder{
  color: #a7a7a7;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #a7a7a7;
}

textarea::-webkit-input-placeholder {
  color: #a7a7a7;
}


input.input-round{
  border-radius: 30px;
  background-color: #fff;
  padding:0.3em 1.5em 0.2em 1.5em;
  height: 3.2em;
  border:1px solid transparent;
}

input.input-round:focus{
  border-color: #bbf116;
}

textarea.input-round{
  height: 7.9em;
  padding-top:1.1em;
  resize:none;
}

.input-group-btn{
  font-size:inherit;
}


.input-group .btn{
  position: relative;
  width:3.75em;
  border-radius: 0 30px 30px 0;
  height: 100%;
  padding: 0;
  -webkit-box-shadow:none;
  box-shadow:none;
}

.input-group .btn .arrow-right{
  top:50%;
  left: 0;
  margin: 0 0 0 1.1em;
  -webkit-transform: translateY(-50%)
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-group .btn .arrow-right:before{
  width: 1.28125em;
  height: 0.75em;
  opacity: 1;
  margin:0;
}

.form-group{
  margin-bottom: 2.5em;
}

.mc-label .fa{
  font-size: 1.2em;
  margin-right: 0.2em;
  color:#5e31e9;
}

input.error{
  border-color: #bbf116;
}

.mc-label,
label.error{
  font-size: 0.8em;
  font-weight: 400;
  margin: 0.5em 0 0 0;
  font-style: italic;
  color: #747474;
}


.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;
}



/* 1.4 Buttons */



.btn{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color:#fff;
  letter-spacing: 0.28em;
  font-size: 0.93em;
  position: relative;
  display: inline-block;
  border:0;
  border-radius: 30px;
  padding: 1.2em 2.6em 1.2em;
  height: 3.8em;
  font-size: 0.9375em;
  text-transform: uppercase;
  text-decoration: none;
  /*box-shadow:0 10px 20px rgba(101,52,255,0.3);*/
  background-color:#bbf116;
  -webkit-transition: all .3s ease-out!important;
          transition: all .3s ease-out!important;
}

.btn:hover,
.btn:focus{
  background-color:#788dde;
  color: #fff;
  -webkit-box-shadow:none;
  box-shadow: none;
  outline: none!important;
}

.btn.btn-trans{     
  box-shadow:0 10px 20px rgba(0,0,0,0.2);    
  background-color:rgba(255,255,255,0.2);
}

.btn.btn-trans:hover{
  background-color: #f7782b;
}

.btn.btn-trans-2{     
  box-shadow:0 10px 20px rgba(0,0,0,0.2);    
  background-color:rgba(255,255,255,0.1);
}

.btn.btn-trans-2:hover{
  background-color: #f7782b;
}

.btn-violet{
  box-shadow:0 10px 20px rgba(0,0,0,0.2);
  background-color:#9dbe39;
}

.btn-gray{
  background-color:#4b4b4b;
}

.btn-white{
  background-color: #fff;
  box-shadow:0 10px 20px rgba(0,0,0,0.2);
  color:#3d3d3d;
}

.btn-dark{
  background-color:#929292;
  /*box-shadow:0 10px 20px rgba(0,0,0,0.2);*/
}

.btn-blue{
  background-color:#59d5f0;
  box-shadow:0 10px 20px rgba(0,0,0,0.2);
}

.btn-brown{
  background-color:#292929;
   /*box-shadow:0 10px 20px rgba(197,164,126,0.3);*/
}


.btn-light{
  background-color:rgba(255,255,255,0.1);
  box-shadow:0 10px 20px rgba(0,0,0,0.2);
}



/* 1.5 Icons */



.icon{
  display: inline-block;
  font-size: 3.5em;
}

.icon-home-video{
  position:relative;
  display: inline-block;
  width: 8em;
  height: 8em;
  line-height: 8em;
  border:3px solid #bbf116;
  border-radius: 50%;
  margin-top: 5em;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.icon-home-video .ion-ios-play{
  font-size: 2.2em;
  margin-left: 0.2em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.icon-home-video:hover{
  background-color: #bbf116;
}

.icon-home-video:hover .ion-ios-play{
  color: #fff;
}

.icon-home-video.v2{
  margin-top: 2em;
  width: 5.5em;
  height: 5.5em;
  line-height: 5.5em;
}

.icon-home-video.v2 .ion-ios-play{
  font-size: 1.8em;
}



/* 1.6 Loader */



.loader{
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:#fff;
  color:#4b4b4b;
  text-align: center;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #bbf116;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



/* 1.7 Content styles */


.row-base{
  margin-top: -3em;
}

.col-base{
  margin-top: 3em;
}

.section{
  position: relative;
  padding-top: 6em;
  padding-bottom: 5em;
}

.section2{
  position: relative;
  padding-top: 6em;
  /*padding-bottom: 6em;*/
}

.section-sm{
  position: relative;
  padding-top: 8em;
  padding-bottom: 10em;
}

.section-title{
  position: relative;
  margin-top: 0;
}

.section-title-2{
  margin:0 0 1.3em 0;
}

.section-title-3{
  margin:0 0 0.75em 0;
}

.lead{
  font-size: 1.375em;
}

.lead-2{
  font-size:1.43em;
}

.lead-hr{
  display: inline-block;
  width: 48px;
  height: 4px;
  background-color: #bbf116;
  margin:2.2em 0;
}

.section-lead{
  font-size: 1.25em;
  margin:0;
}

.section-content{
  margin-top: 4em;
  margin-bottom: 5em
}

.section-content-2{
  margin-top: 4.2em;
}



/* 1.7 Helpers */



.text-primary{
  color:#bbf116;
}

.text-white{
  color:#fff;
}

.text-dark{
  color:#030203;
}

.text-muted{
  color: #555555;
}

.text-gray{
  color: #4b4b4b;
}

.bg-dark{
  background-color:#292929;
  color:#9a9a9a;
}

.bg-black{
  background-color: #1c1c1c;
}

.bg-brown{
  background-color: #c5a47e;
}

.bg-light{
  background-color: #f2f2f2;
}

.bg-light-2{
  background-color: #ffffff;
}

.bg-light-3{
  background-color: #fafafa;
}

.bg-violet{
  background-color: #c7967b;
}

.bg-dark-blue{
  background-color: #c7967b;
}

.bg-yellow{
  background-color: #c7967b;
}

.bg-primary{
  background-color: #9dbe39;
}

.pt-0{
  padding-top: 0;
}

.pb-0{
  padding-bottom:0;
}

.pb-base{
  padding-bottom: 7.1em;
}

.pt-base{
  padding-top: 7.1em;
}



/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/



/* 2.1 Navbar */



.navbar{ 
  position: absolute;
  z-index: 2;
  left:0;
  top:0;
  width:100%;
  padding: 1.3em 15px 1.1em;
  border-radius: 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.brand{
  font-family: 'Montserrat', sans-serif;
  font-size:1.875em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

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

.navbar .brand{
  float: left;
  margin-left: 15px;
}

.navbar-responsive{
  padding-top: 3em;
  border-bottom: 0;
}

.navbar-responsive .navbar-toggle{
  display: block;
  margin-right: 0;
}


.navbar-responsive .brand{
  margin-left: 0;
}




.navbar .social-list{
  text-align:center;
}

.social-list{
  margin-top: 0;
  margin-bottom: 0;
}

.social-list li{
  display: inline-block;
  margin:0  1.1em;
}

.social-list li:first-child{
  margin-left:0;
}

.social-list li:last-child{
  margin-right:0;
}

.social-list li a{
  font-size: 1em;
  color:#fff;
}

.social-list li a:hover{
  text-decoration: none;
  color:#bbf116;
}



/* 2.2 Nav Desctop */



.nav-desctop-list{
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 0.7em;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 0;
}

.nav-desctop-list li{
  position: relative;
  text-align: left;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.nav-desctop-list li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.nav-desctop-list  > li{
  display: inline-block;
  margin-left: 3em;
}

.nav-desctop-list > li > a{
  color: #fff;
  margin-bottom: 1.8em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

}

.nav-desctop-list > li > a:hover,
.nav-desctop-list > .active > a{
  /*opacity:0.5;*/
  color:#bbf116;
  font-weight:1000;
}

.nav-desctop-list li ul{
  position: absolute;
  z-index: 10;
  left: 0;
  top:60%;
  visibility: hidden;
  min-width: 16em;
  padding:0.6em 0;
  opacity: 0;
  white-space: nowrap;
  background:rgba(23, 23, 23, 0.95);
  letter-spacing: 0.2em;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.nav-desctop-list > li > ul{
  left: -3em;
  margin-top: 0;
}

.nav-desctop-list li:hover > ul{
  top:0;
  visibility: visible;
  opacity: 1;
}

.nav-desctop-list > li:hover > ul{
  top:100%;
}

.nav-desctop-list li li{
  position: relative;
  padding: 0.8em 3.2em 1em;
}

.nav-desctop-list li li a{
  position: relative;
  color: #616060;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.nav-desctop-list li li a:hover,
.nav-desctop-list li .active > a{
  color: #fff;
}

.nav-desctop-list > li > ul > li >  a:after,
.nav-desctop-list > li > ul > .active > a:after{
  content:'';
  position: absolute;
  opacity: 0;
  right:100%;
  top:50%;
  content:'';
  width:3em;
  height:2px;
  margin-right: 10px;
  background-color: #bbf116;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.nav-desctop-list > li > ul > li:hover > a:after,
.nav-desctop-list > li > ul > .active >  a:after{
  opacity: 1;
  margin-right:-10px;
}

.nav-desctop-list > li > ul > li:hover >  a,
.nav-desctop-list > li > ul >  .active >  a{
  padding-left:20px;
  color: #fff;
}

.nav-desctop-list li li ul{
  left:100%;
}

.nav-desctop-list li li:hover > ul{
  top:-0.6em;
}


/* 2.3 Nav Mobile */



.nav-mobile{
  clear:both;
  font-size: 1em;
}

.nav-mobile .brand{
  display: none;
  margin-left: 15px;
  font-size: 1.6em;
}

.navbar-collapse{
  border:0;
  -webkit-box-shadow:none;
  box-shadow:none;
}

.collapse{
  max-height: 90vh;
  overflow-y:auto;
}

.navbar-toggle{
  padding: 0;
  margin-top:0.3em;
  margin-bottom: 0;
  border-radius: 0;
  border:0;
}

.navbar-toggle .icon-bar{
  background-color:#fff;
  height: 2px;
  width: 30px; 
}

.navbar-toggle .icon-bar + .icon-bar{
  margin-top:5px;
}

.navbar-toggle.collapsed .icon-bar{
  background-color: #fff;
}

.nav-mobile-list{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-top:1.8em;
  margin-bottom: 0;
}

.nav-mobile-list li{
  position: relative;
  border-top:1px solid rgba(0,0,0,0.07);
}

.nav-mobile-list li a{
  display: block;
  padding: 1em 1em;
  color: #fff;
  text-decoration: none;
  color:#3d3d3d;
}

.nav-mobile-list li a .fa-angle-down{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2em;
}

.nav-mobile-list li a:hover,
.nav-mobile-list li .active > a,
.nav-mobile-list .current > a{
  color: #bbf116;
}

.nav-mobile-list  .current > a .fa-angle-down{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav-mobile-list > .active > a,
.nav-mobile-list > .active > a:hover{
  background-color: #bbf116;
  color: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.nav-mobile-list ul{
  display: none;
}

.nav-mobile-list ul li a{
  color: #959595;
}



/* 2.4 Navbar Affix */



.navbar.affix{
  position: fixed;
  z-index: 5;
  top:0;
  background-color: #fff;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
}

.navbar.affix{
  border-bottom: 0;
}

.navbar-responsive.affix{
  padding-top: 1.1em;
}

.navbar.affix .brand{
  color:#3d3d3d;  
}

.navbar.affix .nav-desctop-list > li > a{
  color:#3d3d3d;
}

.navbar.affix:not(.navbar-dark) .social-list li a{
  color:#3d3d3d;
}

.navbar.navbar-fixed{
  box-shadow: none;
}

.navbar.navbar-fixed .social-list li a{
  color:#3d3d3d;
}

.nav-desctop-list > li:first-child{
  margin-left: 0;
}

.navbar.affix .social-list li a:hover{
  text-decoration: none;
  color:#bbf116;
}

.navbar.affix .navbar-toggle .icon-bar{
  background-color: #bbf116;
}



/* 2.5 Navbar Dark */



.navbar-dark.affix{
  background-color:#161616;
}

.navbar-dark.affix .navbar-toggle .icon-bar{
  background-color: #fff;
}

.navbar-dark.affix .brand{
  color: #fff;
}

.navbar-dark.affix .navbar-toggle .icon-bar{
  background-color: #fff;
}

.navbar-dark.affix .nav-mobile-list li{
  border-top: 1px solid rgba(255,255,255,0.04);
}

.navbar-dark.affix .nav-mobile-list li a:hover, 
.navbar-dark.affix .nav-mobile-list li .active > a, 
.navbar-dark.affix .nav-mobile-list > .current > a{
  color: #fff;
}

.navbar-dark.affix .nav-mobile-list li a{
  color:#858585;
}


.navbar-dark.affix .nav-mobile-list > .active > a,
.navbar-dark.affix .nav-mobile-list > .active > a:hover{
  background-color: #202020;
  color:#fff;
}

.navbar-dark.affix .nav-mobile-list .active > a:hover,
.navbar-dark.affix .nav-mobile-list .current > a{
  color:#fff;
}



/* 2.6 Navbar Left */



.navbar-left{
  position: fixed;
  left:0;
  top:0;
  bottom: 0;
  width:19em;
  text-align: center;
  background-color: #161616;
  padding: 0;
  margin:0;
  overflow-y:auto;
  overflow-x:visible;
}

.navbar-left .brand-panel{
  padding: 1.5em;
  border-bottom: 1px solid #1c1c1c;
}

.navbar-left .brand{
  float:none;
}

.navbar-left .nav-desctop-list  > li{
  display: block;
  margin-left: 0;
  text-align: center;
  margin-top:4em;
}

.navbar-left .nav-desctop-list  > li > a{
  color:#595959;
  margin-bottom: 0;
}

.navbar-left .nav-desctop-list > li > a:hover, 
.navbar-left .nav-desctop-list > .active > a{
  color:#fff;
  opacity: 1;
}

.navbar-left address{
  font-family: 'Montserrat', sans-serif;
}

.navbar-left address a{
  color:#595959;
}

.navbar-left address a:hover{
  color:#bbf116;
  text-decoration: none;
}


.navbar-left .social-list{
  float: none;
  margin-bottom: 2em;
}

.navbar-left .social-list a{
  color:#595959;
}

.navbar-left .address-panel{
  padding:8.2em 0;
}



/*-------------------------------------------------------------------------------
  3. Main
-------------------------------------------------------------------------------*/



.main{
  position: relative;
  overflow: hidden;
  min-height: 240px;
  color: #fff;
  background-color: #222222;
}

.main h1{
  color: #fff;
}

.main-white{
  background-color: #fff;
}

.main-full{
  position: relative;
  text-align: center;
}

.main-full:before{
  content:'';
  position: absolute;
  z-index: 1;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-color: rgba(120 141 222);
}


.main-full .opener{
  position: relative;
  z-index: 1;
  height: 100vh;
  padding:13em 0 13em;
  width: 10000px;
  display:table-cell;
  vertical-align: middle;
}

.main-video:before{
  content:'';
  position: absolute;
  z-index: 1;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}

.home-video {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.opener{
  position: relative;
}

.opener .btn{
  margin-top: 2em;
}

.main-inner{
  text-align:center;
  padding: 10em 0 5em;
}

.main-inner:before{
  content:'';
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-color: rgba(77, 77, 77);
}

.main-inner .lead{
  margin-top: 1.5em;
}

.main-about{
  background:url(../img/bg/bg-about-1.jpg) 50% 0 no-repeat;
  background-size:cover;
}

.main-about-2{
  background:url(../img/bg/bg-about-2.jpg) 50% 0 no-repeat;
  background-size:cover;
}

.main-freelance{
  background:url(../img/bg/bg-freelance.jpg) 50% 0 no-repeat;
  background-size:cover;
}

.main-freelance:before{
  background-color: rgba(10,10,10,0.4);
}

.main-agency{
  background:url(../img/bg/bg-agency.jpg) 50% 0 no-repeat;
  background-size:cover;
}

.main-startup{
  background:url(../img/bg/startup.jpg) 50% 0 no-repeat;
}

.bg-aside-1{
  background:url(../img/bg/bg-aside-1.jpg) 50% 0 no-repeat;
}

.mouse-helper{
  z-index: 1;
  text-align: center;
}

.mouse-helper .ion-mouse{
  background:url(../img/mouse.png);
  background-size:cover;
  width: 0.6635em;
  height: 0.9695em;
  margin-top: 0.7em;
}

.mouse-helper .ion-mouse:before{
  display: none;
}

.mouse-helper span{
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.4em;
}

.mouse-helper{
  color: #bbf116;
  position: absolute;
  left:50%;
  bottom:3em;
  font-size: 0.7em;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}



/* 3.1 Slider */



.rev_slider{
  color: #fff;
  min-height: 320px;
}

.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: center;
}

.slider-title{
  font-weight: 700;
}

.slider-text{
  text-align: center;
}

.arrow-left,
.arrow-right{
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.arrow-left{
  left: 3em;
}

.arrow-right{
  right:  3em;
}

.arrow-left:before,
.arrow-right:before{
  content:'';
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
}

.arrow-left:before,
.arrow-right:before{
  content:'';
  display: inline-block;
  vertical-align: middle;
  width:2.5625em;
  height: 1.5em;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.arrow-left:before{
  background: url(../img/img-icon/prev.png) 0 0 no-repeat;
  background-size: cover;
  margin-right: 0.82em;
}

.arrow-right:before{
  background: url(../img/img-icon/next.png) 0 0 no-repeat;
  background-size: cover;
  margin-left: 0.72em;
}

.arrow-left-dark:before{
  background: url(../img/img-icon/prev-dark.png) 0 0 no-repeat;
  background-size: cover;
  margin-right: 0.82em;
}

.arrow-right-dark:before{
  background: url(../img/img-icon/next-dark.png) 0 0 no-repeat;
  background-size: cover;
  margin-left: 0.72em;
}

.slider-title{
  font-family: 'Montserrat', sans-serif;
}

.text-parallax{
  background:url(../img/bg/text-parallax.jpg) 50% top no-repeat;
}

.text-parallax2{
  background:url(../img/bg/text-parallax2.jpg) 50% top no-repeat;
}

.text-parallax-content{
  overflow: hidden;
  color: #000;
  mix-blend-mode:lighten;
  -ms-mix-blend-mode:lighten;
}

.tp-shape-mask{
  -webkit-transform: none!important;
  -ms-transform: none!important;
  -o-transform: none!important;
  transform: none!important;
}

.object-meta{
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.4em!important;
  text-transform: uppercase;
}

.object-meta i{
  font-size: 1.5em;
  vertical-align: middle;
  color:#c5a47e;
  margin-right: 0.5em;
}

.object-meta i.text-white{
  color: #fff;
}


/*-------------------------------------------------------------------------------
  4. About
-------------------------------------------------------------------------------*/



.bg-about{
  background:url(../img/bg/1-648x697.jpg) 50% 50% no-repeat;
  background-size:cover;
}

.about{
  position: relative;
}

.about-entry{
  font-size: 1.125em;
}

.about-entry p:last-child{
  margin-bottom: 0;
}

.bg-about.bg-left-fluid:before{
  content:'';
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
  background-color: rgba(101,52,255,0.85);
}

.about-cite{
  position: relative;
  color: #fff;
}

.col-about{
  padding-top:3em;
  padding-bottom: 3em;
}

.bg-mission-1{
  background:url(../img/bg/1-960x800.jpg) 50% 50% no-repeat;
  background-size:cover;
}

.bg-mission-2{
  background:url(../img/bg/2-960x800.jpg) 50% 50% no-repeat;
  background-size:cover;
}

.mission-1,
.mission-2{
  overflow: hidden;
}

.mission-1 .section-title-2{
  margin-bottom: 1em;
}

.fade-title{
  position: absolute;
  top:-0.2em;
  left: 0;
  font-size: 4.5em;
  opacity: 0.05;
  color: #000;
}

.bg-right-fluid,
.bg-left-fluid{
  padding-top:3em;
  padding-bottom: 3em;
}

.author-cite{
  display: inline-block;
  font-weight: 300;
  margin-top: 1.2em;
}

.about-cite-title{
  font-size: 2.18em;
  line-height: 1.4;
  font-weight: bold;
}

.title-about{
  font-size: 2.18em;
  margin-bottom:0.7em;
}

.row-about{
  margin-top: 2em;
  font-size: 1.1em;
  line-height: 2;
  color: #717071;
}



/* 4.1 Video section */



.video-section{
  position: relative;
  padding: 12.5em 0;
  background: url(../img/bg/bg-video.jpg) 50% no-repeat;
}

.video-section:before{
  content:'';
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background:rgba(10,10,10,0.3);
}

.video-section h2{
  margin:0;
  color: #fff;
}

.icon-video-section{
  position:relative;
  display: inline-block;
  width: 6em;
  height: 6em;
  line-height: 6em;
  border:3px solid #bbf116;
  background-color: #bbf116;
  border-radius: 50%;
  margin-top: 5em;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.icon-video-section .ion-ios-play{
  font-size: 2.2em;
  margin-left: 0.2em;

}

.icon-video-section:hover,
.icon-video-section:focus{
  background-color: #bbf116;
  color: #fff;
  background-color: transparent;
  color: #bbf116;
}


/* 4.2 Statistics */


.statistics{
  text-align:center;
}

.col-stat{
  text-align:center;
  font-size: 1.25em;
}


.stat-number{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size:5rem;
  line-height: 1;
  margin-bottom: 0.2em;
  color:#3d3d3d;
}

.stat-descr{
  text-align:center;
  font-size: 1.625em;
  margin-top:3em;
  margin-bottom: 2.5em;
}

.statistics.dark .stat-number{
  color: #fff;
}

.statistics.dark .col-stat{
  border-left-color:#3e3e3e;
}



/*-------------------------------------------------------------------------------
  5. Portfolio
-------------------------------------------------------------------------------*/



.main-portfolio{
  background: url(../img/bg/bg-portfolio.jpg) 50% 0 no-repeat;
  background-size:cover;
}

.filter{
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size:0.75em;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin:4em 0 4em;
}

.filter li{
  margin:1em 1.2em 0;
  display: inline-block;
  text-transform: uppercase;
}

.filter li a{
  color:#4b4b4b;
}

.filter li a:hover,
.filter .active a{
  color: #bbf116;
  text-decoration: none;
}

.filter.filter-brown  li a:hover, 
.filter.filter-brown  li a:focus,
.filter.filter-brown .active a{
  color:#c5a47e;
}

.isotope .isotope-item{
  width: 100%;
}

.isotope-padding{
  padding-bottom: 15px;
}

.isotope-padding .isotope-item{
  padding:15px;
}

.isotope-space .isotope-item{
  padding:4em 2em 0;
}

.showcase-item{
  position: relative;
  color: #fff;
}

.showcase-item-thumbnail img{
  display: block;
  width: 100%;
}

.showcase-item-hover{
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 0;
  bottom:0;
  left: 0;
  right:0;
  opacity: 0;
  color: #fff;
  background-color: rgba(101,52,255,0.9);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.showcase-item-hover.dark{
  background-color: rgba(14,14, 14,0.9);
}

.showcase-item-info{
  position: absolute;
  top:50%;
  left: 20px;
  opacity: 0;
  width: 100%;
  padding: 0 2em;
  text-align:center;
  -webkit-transform:translateY(-50%));
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  -webkit-transition: all  0.3s ease-in;
  -ms-transition:  all  0.3s ease-in;
  transition:  all  0.3s ease-in;
}

.showcase-item-category{
  font-family:'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size:1.7em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.showcase-item-title{
  font-size: 1.2em;
}

.showcase-item:hover .showcase-item-hover {
  opacity: 1;
}

.showcase-item:hover .showcase-item-info{
  opacity: 1;
  left:0;
}

.showcase-item-hover.hover-blue,
.showcase-item-hover.hover-dark{
  background-color: rgba(19,19, 19,0.9);
}

.showcase-item-hover.hover-blue .showcase-item-info,
.showcase-item-hover.hover-dark .showcase-item-info{
  top:0;
  text-align:center;
  height: 100%;
  padding: 2em;
  -webkit-transform: translateY(0));
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.showcase-item-hover.hover-blue .showcase-item-category,
.showcase-item-hover.hover-dark .showcase-item-category{
  position: absolute;
  left: 0;
  width: 100%;
  top: 2.5em;
  padding:0 2em;
  font-size: 1.375em;
  letter-spacing: 0;
  text-transform: none;
}

.showcase-item-hover.hover-blue .showcase-item-title,
.showcase-item-hover.hover-dark .showcase-item-title{
  position: absolute;
  left:0;
  width:100%;
  bottom:2.5em;
  padding:0 2em;
  text-transform: uppercase;
  letter-spacing: 0.7em;
  font-size: 1em;
}

.showcase-item-hover.hover-blue .ion-ios-plus-empty,
.showcase-item-hover.hover-dark .ion-ios-plus-empty{
  font-size: 4em;
  line-height:1;
  width:1em;
  height: 1em;
  position: absolute;
  left:50%;
  top:50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
}

.view-projects{
  text-align: center;
}



/* 5.1 Magnific popup */



.mfp-zoom-out-cur{
  padding-right: 0;
}

.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: 250px;
}

.mfp-bottom-bar{
  margin-top: -30px;
  letter-spacing: 0.1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mfp-title{
  padding-right:5em;
}

.mfp-bg{
  background-color: #141414;
}

.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.2 Portfolio Details */



.project-details-info{
  padding:7.1em 0 5em;
}

.portfolio-meta{
  margin-top: 3em;
  text-align: center;
}

.portfolio-meta .icon{
  line-height: 1;
}



/*-------------------------------------------------------------------------------
  6. Events
-------------------------------------------------------------------------------*/



.col-event a:hover{
  text-decoration: none;
}

.event{
  position: relative;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.event:hover{
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

.event-title{
  margin:0;
  color:#fff;
  letter-spacing: 0;
  font-size: 1.875em;
  line-height: 1.2;
}

.event-date{
  position: absolute;
  bottom: 1.5em;
  left: 2em;
}

.event-content{
  padding:1.8em 2em 2em;
  height: 29em;
  background:url(../img/bg/event.png) right bottom no-repeat;
}



/*-------------------------------------------------------------------------------
  7. Features 
-------------------------------------------------------------------------------*/



.features p{
  margin-bottom: 0;
}

.row-base{
  margin-top:-3em;
}

.col-base{
  margin-top:3em;
}

.col-feature h4{
  margin:0.2em 0 0.6em;
}

.col-feature .service-inner{
  padding: 4em;
  margin:1em;
  background-size: cover;
}

.col-feature .media-right{
  padding-left: 20px;
}

.col-feature .media-left .icon{
  margin-top:-0.3em;
  color:#4b4b4b;
}



/*-------------------------------------------------------------------------------
  8. Services
-------------------------------------------------------------------------------*/



.main-services-1{
  background:url(../img/bg/bg-services-1.jpg);
}

.bg-service-1{
  background:url(../img/bg/1-550x440.jpg);
}

.bg-service-2{
  background:url(../img/bg/2-550x440.jpg);
}

.bg-service-3{
  background:url(../img/bg/3-550x440.jpg);
}

.bg-service-4{
  background:url(../img/bg/4-550x440.jpg);
}

.bg-service-5{
  background:url(../img/bg/5-550x440.jpg);
}

.bg-service-6{
  background:url(../img/bg/6-550x440.jpg);
}

.row-service.row-base{
  margin-top: -1em;
}

.col-service.col-base{
  margin-top: 1em;
}



/*-------------------------------------------------------------------------------
  9. Blog
-------------------------------------------------------------------------------*/



.main-blog{
  background:url(../img/bg/bg-blog.jpg) 50% 0  no-repeat;
}

.blog{
  position: relative;
  background-color: #fff;
}

.col-blog{
  margin-bottom:30px;
}

.col-blog-home:hover .blog-thumbnail-img.grayscale{
  -webkit-filter:none;
   -moz-filter:none;
    -ms-filter:none;
     -o-filter:none;
        filter:none;
}

.col-blog-home:hover .blog{
  box-shadow: 0 0 30px rgba(0,0,0,0.07);
}

.blog{
  margin-bottom:4em;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.col-blog .blog{
  margin-bottom:0;
}

.blog-thumbnail{
  position: static;
}

.blog-thumbnail img{
  width: 100%;
}

.blog-thumbnail-img.grayscale{
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
     -o-filter: grayscale(100%);
        filter: grayscale(100%);
}

.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-info{
  padding: 2em 3em 2em 3em;
}

.blog-rubric{
  font-family: 'Montserrat', sans-serif;
  color:#9a9a9a;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-bottom: 1em;
}

.blog-rubric:hover{
  text-decoration: none;
}

.blog-info .blog-title{
  font-weight: 700;
  font-size: 1.375em;
  line-height: 1.5;
  margin-top: 0;
}

.col-blog .blog-title{
  font-size: 1em;
}

.blog-meta{
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875em;
  color:#c1c1c1;
  overflow: hidden;
  padding-top: 1.5em;
  margin-top:3em;
  border-top: 1px solid #e9e9e9;
}

.col-blog .blog-info{
  padding: 1.1em 1.8em 1.1em;
}

.col-blog .blog-meta{
  padding-top:1em;
  margin-top:2.5em;
}

.author{
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875em;
  color:#c1c1c1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color:#c1c1c1;
  font-weight: 700;
}

.author:hover{
  color:#bbf116;
  text-decoration: none;
}

.secondary{
  margin-top:7em;
}



/* 9.1 Blog Single Post */



.post-meta{
  font-family: 'Montserrat', sans-serif;
  color:#c1c1c1;
  overflow: hidden;
  margin:2.3em 0 2.1em;
}
.post-rubric{
  color:#9a9a9a;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.2em;
  float:left;
}

.post-author{
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875em;
  text-align: center;
}

.post-author .author{
  font-weight: bold;
}

.post-rubric:hover{
  text-decoration: none;
  color:#bbf116;
}

.post-date{
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875em;
  float:right;
}

.post .post-title{
  color:#3d3d3d;
  font-size:1.375em;
  font-weight:700;
  margin-bottom: 1.5em;
}

.post-footer {
  border-top:1px solid #e9e9e9;
  padding-top: 2em;
  margin-top:2em;
}


/* 9.2 Widgets */



.widget{
  margin-bottom: 3.4em;
}

.widget-title{
  font-size: 1em;
  color:#c1c1c1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 3em;
  margin-top:0;
}



/* 9.3 Widget Search */



.widget_search .search-form{
  max-width:420px;
}



/* 9.4 Widget Categories */



.widget_categories li{
  margin-bottom: 0.5em;
}

.widget_categories li a{
  color:inherit;
  -webkit-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

.widget_categories li a:hover{
  color:#bbf116;
  text-decoration: none;
}



/* 9.5 Widget Tags */



.blog-tags{
  margin-top: -0.7em;
}

.blog-tags a{
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875em;
  display: inline-block;
  margin-top: 0.7em;
  padding: 0.2em 1.3em 0.3em ;
  color:#474747;
  background:#e9e9e9;
  border-radius:20px;
}

.blog-tags a{
  margin-right: 0.2em;
}

.blog-tags a:hover{
  color:#fff;
  background-color:#bbf116;
  text-decoration: none;
}



/*-------------------------------------------------------------------------------
  10. Team
-------------------------------------------------------------------------------*/



.col-team{
  padding: 0;
}

.team-profile{
  position: relative;
  color: #fff;
  text-align: center;
}

.team-profile img{
  display:block;
  width:100%;
}

.team-caption{
  opacity: 0;
  -webkit-transform:scale(0);
  -ms-transform:scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  position: absolute;
  left:1.875em;
  right:1.875em;
  top:-3.75em;
  bottom: 13.6em;
  overflow: hidden;
  background-color: rgba(101,52,255,0.9);
   -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .team-caption{
    bottom: 3.75em;
  }
}

.team-caption.brown{
  background-color: rgba(197,164,126,0.9);
}

.team-caption.white{
  background-color: rgba(255,255,255,0.9);
}

.team-caption.white{
  color: #3d3d3d;
}

.team-caption.white .social-list li a{
  color: #3d3d3d;
}

.team-caption.white .social-list li a:hover{
  color: #c5a47e;;
}

.team-meta{
  opacity: 0;
  position:absolute;
  top:50%;
  width:100%;
  left:20%;
  -webkit-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  transform:translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.team-name{
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.team-spec{
  display: block;
  margin-top:2.2em;
}

.team-social{
  position: absolute;
  left:0;
  width: 100%;
  bottom:3em;
  text-align: center;
}

.team-social li a:hover{
  color:#fff;
}

.team-profile:hover .team-caption{
  opacity: 1;
  -webkit-transform:scale(1);
   -ms-transform:scale(1);
   -o-transform: scale(1);
   transform: scale(1);
}

.col-team:hover .team-meta{
  opacity: 1;
  left:0;
}



/* ------------------------------------------------------------------------------- */
/*  11. Clients
/* ------------------------------------------------------------------------------- */



.clients{
  overflow: hidden;
}
.clients-wrapper{
  margin:-5em -3.75em 0;
}

.client{
  position: relative;
  float: left;
  padding:4.2em 3.75em 0 3em;
}

.client-text{
  font-size: 1.125em;
}

.client .quote{
  position: absolute;
  top:0;
  left: 0;
  font-size: 10em;
  line-height: 1;
  color:#eae9e9;
}

.owl-pagination{
  text-align: center;
  margin-top: 3.75em;
}

.owl-page{
  display: inline-block;
  height: 5px;
  background-color: #e2e2e2;
  width: 25px;
  border-radius: 5px;
  margin:0 12px;
}

.owl-page.active{
  background-color: #bbf116;
}

.partner{
  text-align:center;
  padding: 1em;
}



/* ------------------------------------------------------------------------------- */
/*  12. Banner
/* ------------------------------------------------------------------------------- */



.section-banner{
  margin-bottom: 14em;
}

.promo{
  text-align: center;
}

.promo-title{
  font-size:1.875em;
  line-height: 1.4;
  margin:0 0 1.3em;
  color:#fff;
}

.promo-title.text-gray{
  color:#4b4b4b;
}

.banner{
  position: relative;
  text-align:center;
  background:url(../img/bg/promo.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.banner-in-section{
  margin-top:4em;
  margin-bottom: -20em;
}

.banner:before{
  content:'';
  position: absolute;
  width:100%;
  height: 100%;
  left:0;
  top:0;
  opacity: 0.9;
}

.banner-blue:before{
  background-color: #59d5f0;
}

.banner-dark-blue:before{
  background-color: #bbf116;
}

.banner-title{
  font-size:2.815em;
  color:#fff;
  margin-bottom: 1em;
}

.banner-content{
  position: relative;
  padding:7em 5em;
}



/* ------------------------------------------------------------------------------- */
/*  13. Contacts
/* ------------------------------------------------------------------------------- */



.main-contacts{
  background: url(../img/bg/bg-contacts.jpg) 50% 0;
  background-size: cover;
}

.contacts textarea{
  height: 7em;
}

.address-panel{
  padding:7.2em 0;
}

.address-item{
  text-align: center;
}

.address-icon{
  display: inline-block;
  width:5.6em;
  height: 5.6em;
  line-height: 5.6em;
  border-radius: 50%;
  border:1px solid #e5e5e5;
}

.address-item .icon{
  color:#bbf116;
}

.address-fl-item .icon{
  color:inherit;
  line-height: 1;
}

.address-fl-item .address-title{
  margin-top:1em;
}

.address-title{
  font-family: 'Montserrat', sans-serif;
  color:#666666;
  margin-top:1.2em;
}

.map{
  width: 100%;
  height: 40em;
  border: 0;
  text-align: center;
}

.map-wrapper{
  position: relative;
}

.address-panel-2{
  padding:5em 15px;
  background-color: rgba(101,52,255,0.9);
  color:#fff;
}

.address-panel-2 .address-item-2{
  overflow: hidden;
  margin-top:2.5em;
}

.address-panel-2 .address-item-2:first-child{
  margin-top:0;
}

.address-panel-2 .icon{
  float:left;
  font-size:2em;
  width:1.6em;
  line-height: 1;
}

.address-title-2{
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
}

.address-panel-2 .social-list{
  margin-top:2.5em;
}

.address-info{
  display: inline-block;
  margin-top:2.5em;
}

.contacts-3 .address-title{
  height:3.7em;
}

.contacts-3 .address-item{
  padding:6em;
}

.contacts-3 .bg-primary .address-icon{
  color:#fff;
  border-color: rgba(255,255,255,0.15);
}

.contacts-3 .bg-primary .icon{
  color:#fff;
}

.contacts-3 .bg-primary  .address-title{
  color: #fff;
}

.contacts-3 .bg-dark .address-title{
  color:#fff;
}

.contacts-3 .bg-dark .address-icon{
  border-color: rgba(255,255,255,0.15);
}

.map-info{
  text-align: left;
}

.map-info p{
  margin-bottom:1em;
}

.map-info .map-address-row .fa{
  margin-right:7px;
}



/* ------------------------------------------------------------------------------- */
/*  14. Coming Soon
/* ------------------------------------------------------------------------------- */



.comming-soon{
  background-color:#1c1c1c;
}

.main-comming-soon{
  background: url(../img/bg/bg-comming-soon.jpg) 50% 0;
  background-size: cover;
  padding:25vh 0 20vh;
}

.main-comming-soon:before{
  background-color: rgba(10,10,10,0.7);
}



/* ------------------------------------------------------------------------------- */
/*  15. 404 Page
/* ------------------------------------------------------------------------------- */



.main-404{
  background:url(../img/bg/bg-404.jpg) 50% 0 no-repeat;
  background-size:cover;
}

.main-404:before{
  background-color: rgba(10,10,10,0.8);
}

.main-404 .btn{
  margin-top: 2em;
}



/* ------------------------------------------------------------------------------- */
/*  16. Footer
/* ------------------------------------------------------------------------------- */



.footer{
  color: #fff;
  overflow: hidden;
  padding-top:4em;
}

.footer-2,
.footer-2 .brand,
.footer-2 .nav-bottom li a,
.footer-2 .col-contacts a{
  color: #4b4b4b;
}

.footer-2 .footer-bottom{
  background-color: #f2f2f2;
}

.footer-2 .social-list a{
  color:#4b4b4b;
}

.footer .brand-info .brand{
  display: inline-block;
  font-size: 2em;
  margin-bottom: 20px;
}

.footer p{
  margin-bottom: 0;
}

.footer .social-list{
  float:left;
}

.footer .social-list li a{
  font-size: 1.2em;
}

.nav-bottom{
  font-family: 'Montserrat', sans-serif;
  font-size:0.8125em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nav-bottom li{
  margin-bottom: 0.4em;
}
.nav-bottom li a{
  color: #fff;
}

.nav-bottom li a:hover{
  color:#bbf116;
  text-decoration:none;
}

.col-contacts{
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.08em;
}

.col-contacts a{
  display: inline-block;
  color: #fff;
  margin-bottom:0.7em;
  
}

.col-contacts a:hover{
  color:#bbf116;
  text-decoration: none;
}

.subscribe-title{
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 1.1em;
}

.phone{
  letter-spacing: 0.08em;
}

.subscribe-form{
  max-width: 300px;
}

.footer-bottom{
  font-family: 'Montserrat', sans-serif;
  color:#ffffff;
  font-weight: 400;
  margin-top:4.5em;
  padding: 1.7em 0;
  background-color: #1c1c1c;
  font-size:0.75em;
}

.copyrights{
  float:right;
}



/* ------------------------------------------------------------------------------- */
/*  17. Modals
/* ------------------------------------------------------------------------------- */



.modal{
  text-align: center;
}

.modal-content{
  border-radius: 20px;
}

.modal-content p{
  margin-bottom: 0;
}

.modal-dialog{
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 90%;
  margin:25px auto;
  border-radius: 0;
}


.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}


@media (min-width: 768px){
  .modal-dialog {
    width: 29em;
  }
}

.modal-content{
  border:0;
  -webkit-box-shadow: none;
   box-shadow:  none;
}

.modal-header{
  padding: 3em 1.2em;
  text-align: center;
  border-bottom: 0;
}

.modal-header .close{
  position: absolute;
  right:0.9em;
  top:0.9em;
}

.modal-title{
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size:1.8em;
  color:#bbf116;
}

.modal-info{
  color:#b0b0b0;
  font-size: 1.12em;
  margin:0.5em 0 0;
  line-height: 1.6;
}

.modal-body{
  font-size: 1em;
  padding: 0 4.2em 3em;
}

.modal-footer{
  text-align: center;
  padding: 0;
  border:0;
  margin-top:2em;
}


/* ------------------------------------------------------------------------------- */
/*  18. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 18.1 Min width 768px */



@media (min-width: 768px){

  html{
    font-size: 90%;
  }

  .container-fluid{
    padding:0 2em;
  }



  /* Portfolio */



  .isotope .isotope-item{
    width: 50%;
  }

  .isotope .isotope-item.w66{
    width: 100%;
  }

  .isotope .isotope-item.w100{
    width: 100%;
  }



  /* Statistics */



  .col-stat:nth-child(even){
    border-left:1px solid #cacaca;
  }
}




/* 18.2 Min width 992px */



@media (min-width: 992px){

  html{
    font-size: 100%;
  }

  .container-fluid{
    padding:0 4em;
  }

  .text-left-md{
    text-align: left;
  }

  .text-right-md{
    text-align:right;
  }



  /* Navbar */



  .navbar{
    padding-bottom: 0;
    padding-left: 4.7em;
    padding-right: 4.7em;
  }

  .navbar-responsive{
    padding-bottom: 1em;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar .social-list{
    float: right;

  }

  .navbar .brand{
    margin-left: 0;
  }


  /* About */



  .col-about{
    padding: 9em 0 9em 6.25em;
  }

  .bg-right-fluid,
  .bg-left-fluid{
    position: absolute;
    padding: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
  }

  .bg-left-fluid{
    left:0;
  }

  .bg-right-fluid{
    right:0;
  }

  .left-fluid-content{
    padding:0 4em;
  }

  .right-fluid-content{
    padding:0 4em;
  }

  .about-cite{
    position: absolute;
    left:0;
    padding: 3em 3em 3em 15%;
    width:100%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }



  /* Statistics */



  .col-stat{
    border-left:1px solid #cacaca;
  }

  .col-stat:first-child{
    border-left: 0;
  }



  /* Portfolio */



  .isotope .isotope-item{
    width: 33.33333333%;
  }

  .isotope .isotope-item.w66{
    width:66.66666%;
  }

  .isotope .isotope-item.w50,
  .isotope-2 .isotope-item,
  .isotope-3 .isotope-item{
    width: 50%;
  }

  .isotope-space .isotope-item:nth-child(2){
    padding-top:10em;
  }



  /* Blog */



  .secondary{
    margin-top:0;
  }



  /* Contacts */



  .address-panel-2{
    position:absolute;
    position: absolute;
    z-index: 1;
    top:0;
    left:0;
    height: 100%;
    padding:5% 7%;
  }
}


/* 18.3 Min width 1200px */




@media (min-width: 1200px){

  .container-fluid{
    padding:0 6em;
  }

  /* Portfolio */



  .isotope-2 .isotope-item{
    width:  33.33333333%;
  }



  /* Blog */



  .row-blog{
    margin:0 -2.2em;
  }

  .col-blog{
    padding: 0 2.2em;
    margin-bottom: 4.4em;
  }

  .col-blog-home{
    margin-bottom: 0;
  }

  .secondary{
    padding-left:4.5em;
  }
}










/* 20230702 NEW */




/*-------------------------------------------------------------------------------
  6. Home Minimal
-------------------------------------------------------------------------------*/

.promo-minimal-container {
  position: relative;
}

.promo-minimal {
  position: relative;
  z-index: 200;
}

.promo-minimal-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}

.minimal-item {
  display: block;
  border-top: #cccccc 1px solid;
  padding-top: 23.79629630vmin;
  padding-bottom: 8vmin;
  text-align: center;
  position: relative;
  opacity: 1;
  transition: opacity .5s ease-in-out;
}

.promo-minimal .minimal-item:hover {
  opacity: 0;
}

a.minimal-item,
a.minimal-item:hover {
  color: inherit;
  text-decoration: none;
}

.minimal-item:first-child {
  border: none;
}

.minimal-item-letter {
  margin-bottom: 4.81481481vmin;
  font-size: 41.66666667vmin;
  font-size: 23.4375vmax;
  font-weight: 900;
  line-height: .75;
}

.minimal-item-letter .letter {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.minimal-item-letter .text-texture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-position: 50% 50%;
  background-size: auto 132%;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}

.minimal-item-letter .text-texture > .inside {
  display: block;
  height: 100%;
  padding-top: 23.79629630vmin;
}

.promo-minimal-hover .text-texture > .inside {
  background: rgba(0,0,0,.65);
  mix-blend-mode: darken;
}

.promo-minimal-hover .minimal-item {
  transition: opacity .5s ease-in-out;
}

.promo-minimal-hover .minimal-item.visible {
  opacity: 1;
}

.minimal-item-title {
  margin-bottom: 1.5rem;
  font-size: 2.625rem;
  font-weight: 900;
}

.minimal-item-title,
.minimal-item-descr,
.minimal-item-more {
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
  z-index: 200;
}

.minimal-item-descr {
  line-height: 1.44444444;
  font-size: 1.125rem;
}

.promo-minimal-hover,
.promo-minimal-hover .text-grey {
  color: #ffffff;
}

.promo-minimal-hover > .row {
  position: relative;
  z-index: 200;
}

.promo-minimal-hover .minimal-item-letter .letter {
  overflow: visible;
}

.promo-minimal-hover .text-texture {
  transition: all .75s ease-in-out;
}

.promo-minimal-hover .visible .text-texture {
  background-size: auto 120%;
}

.promo-minimal-hover .minimal-item-title,
.promo-minimal-hover .minimal-item-descr,
.promo-minimal-hover .minimal-item-more {
  transform: translate(0, 150px);
  opacity: 0;
  transition: all .5s ease-in-out;
}

.promo-minimal-hover .visible .minimal-item-title,
.promo-minimal-hover .visible .minimal-item-descr,
.promo-minimal-hover .visible .minimal-item-more {
  opacity: 1;
  transform: translate(0, 0);
}

.promo-minimal-hover .minimal-item-title {
  transition-delay: .35s;
}

.promo-minimal-hover .minimal-item-descr {
  transition-delay: .5s;
}

.promo-minimal-hover .minimal-item-more {
  transition-delay: .65s;
}

.minimal-item-more {
  margin-top: 1.625rem;
  font-size: 4.44444444vmin;
  font-weight: bold;
  opacity: 0;
}

@media (max-width: 991px) {
  .minimal-item {
    overflow: hidden;
  }

}

.dark-horizontal .promo-minimal-container a {
  color: #000000 !important;
}

@media (min-width: 992px) {
  .minimal-item {
    min-height: 100vh;
    border-left: #cccccc 1px solid;
    border-top: none;
  }

  .minimal-item.over {
    opacity: 0;
  }

  .promo-minimal-hover .minimal-item {
    opacity: 0;
  }

  .minimal-item-letter .letter1 .text-texture {
    left: 0;
    right: -202%;
    padding-right: 202%;
  }

  .minimal-item-letter .letter2 .text-texture {
    left: -101%;
    right: -101%;
    padding-left: 101%;
    padding-right: 101%;
  }

  .minimal-item-letter .letter3 .text-texture {
    left: -202%;
    right: 0;
    padding-left: 202%;
  }

  .promo-minimal-hover:before,
  .promo-minimal-hover:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 300;
    background: #ffffff;
    opacity: .25;
  }

  .promo-minimal-hover:before {
    left: 33.33333333%;
  }

  .promo-minimal-hover:after {
    left: 66.66666667%;
  }

  .promo-minimal-hover .minimal-item-letter .letter3 .text-texture {
    padding-left: 0;
  }

  .promo-minimal-hover .minimal-item-letter .letter3 .text-texture > .inside {
    padding-left: 66.66666667%;
  }
}



/*-------------------------------------------------------------------------------
  7. Home Video
-------------------------------------------------------------------------------*/

.video-bnr {
  position: relative;
  margin-bottom: -15.375rem;
  height: 37.5rem;
}

.video-container {
  position: absolute;
  z-index: 50;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.video-container:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 600;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000;
  opacity: .35;
  pointer-events: none;
}

.video-item {
  display: none;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-item.is-active {
  display: block;
}

.video-container iframe {
  border: none;
  margin: 0;
  padding: 0;
  height: 500%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.circular-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 10%;
  right:  10%;
  z-index: 99;
  width: 80%;
  height: 100%;
  opacity: 1;
  transition: opacity .3s ease-in-out;
}

.circular-container.is-active{
  opacity: 1;
  transition: opacity .5s ease-out .8s;
}

.circular-names {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .circular-container {
    display: none;
  }
}

.circular-container .circular-wrapper {
  position: relative;
  width: 59.72222222vmin;
  height: auto;
  margin-top: 7.96296296vmin;
}

.circular-container .circular-wrapper .circular-names li {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 300;
  overflow: hidden;
  padding-bottom: 0;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.5;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: .08333333em;
}

.circular-container .circular-wrapper .circular-names li .name-wrapper {
  display: inline-block;
  padding: 10px;
  padding-bottom: 0;
  white-space: nowrap;
  transition: transform 1s cubic-bezier(.23,1,.32,1);
}

.circular-container .circular-wrapper .circular-names li .name-wrapper-date {
  padding-top: 0;
  padding-bottom: 10px;
  font-size: .875rem;
  white-space: nowrap;
  opacity: .7;
}

.circular-container .circular-wrapper .circular-names li[data-portrait-index="1"] {
  bottom: 61.8%;
  left: 98%;
}

.circular-container .circular-wrapper .circular-names li[data-portrait-index="2"] {
  top: 87.65%;
  left: 80%;
}

.circular-container .circular-wrapper .circular-names li[data-portrait-index="3"] {
  top: 87.65%;
  right: 80%;
}

.circular-container .circular-wrapper .circular-names li[data-portrait-index="4"] {
  right: 98%;
  bottom: 61.8%;
}

@media (max-width: 960px) {
  .circular-container .circular-wrapper .circular-names li[data-portrait-index="4"] {
  bottom: 58.6%;
  }

  .circular-container .circular-wrapper .circular-names li[data-portrait-index="4"] .name-wrapper {
  white-space: normal;
  }
}

.circular-container .circular-wrapper .circular-names li[data-portrait-index="5"] {
  bottom: 99.5%;
  left: 48.5%;
}

.circular-container .circular-wrapper .circular-names li[data-portrait-index="1"] .name-wrapper,
.circular-container .circular-wrapper .circular-names li[data-portrait-index="2"] .name-wrapper,
.circular-container .circular-wrapper .circular-names li[data-portrait-index="5"] .name-wrapper {
  transform: translate3d(-100%,0,0);
}

.circular-container .circular-wrapper .circular-names li[data-portrait-index="3"],
.circular-container .circular-wrapper .circular-names li[data-portrait-index="4"] {
  text-align: right;
}

.circular-container .circular-wrapper .circular-names li[data-portrait-index="3"] .name-wrapper,
.circular-container .circular-wrapper .circular-names li[data-portrait-index="4"] .name-wrapper {
  transform: translate3d(100%,0,0);
}

.circular-container .circular-wrapper .circular-names li.is-active .name-wrapper {
  transform: translateZ(0);
  transition: transform 1s cubic-bezier(.23,1,.32,1) .8s;
}

.circular-container .circular-wrapper .circular-names li.is-init .name-wrapper {
  transform: translateZ(0);
  transition: transform 1s cubic-bezier(.23,1,.32,1) 0s;
}

.circular-container svg {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.circular-container svg .circle-path.circle-path--background {
  opacity: .2;
}

.circular-container svg .circle-path.circle-path--background circle {
  stroke-dasharray: 2644;
  stroke-dashoffset: 2644;
}

.circular-container svg .circle-path.circle-path--fill {
  opacity: 1;
}

.circular-container svg .circle-path.circle-path--fill circle {
  stroke-dasharray: 2644;
  stroke-dashoffset: 2644;
}

.circular-container svg .circle-path circle{
  fill: none;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
}

.circular-container svg .circle-dot {
  position: relative;
  cursor: pointer;
}

.circular-container svg .circle-dot .circle-outside {
  fill: none;
  stroke-width: 2;
  stroke: #fff;
  opacity: 0.2;
  stroke-miterlimit: 10;
}

.circular-container svg .circle-dot .circle-center {
  fill: #fff;
  stroke: none;
  opacity: 0;
  transition: opacity .6s cubic-bezier(.23,1,.32,1),transform 1s cubic-bezier(.23,1,.32,1);
}

.circular-container svg .circle-dot:hover .circle-center {
  opacity: 1;
}

.circular-container svg .circle-dot.is-active .circle-center {
  opacity: 1;
  transition: opacity .6s cubic-bezier(.23,1,.32,1) 1s,transform 1s cubic-bezier(.23,1,.32,1);
}




.video-text-container {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 400;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  color: #ffffff;
}

.video-text-item.is-active {
  visibility: visible;
}

.video-item-title {
  margin-bottom: .5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 5.55555556vmin;
  font-weight: bold;
  letter-spacing: -.05em;
  line-height: 1.2;
}

.video-text-container a {
  pointer-events: all;
  color: inherit;
}

.video-item-title-sub {
  font-size: 1rem;
  text-transform: uppercase;
}

.video-item-title-sub:first-child {
  margin-bottom: .5rem;
}

.video-item-descr {
  margin-top: 4.07407407vmin;
  margin-bottom: 4vmin;
  overflow: hidden;
  height: auto;
  line-height: 1.875;
  font-size: 1rem;
  color: #cccccc;
}

.video-item-more {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .25em;
}

@media (min-width: 768px) {
  .video-text-container {
    width: 59.72222222vmin;
    pointer-events: none;
  }

  .video-item-descr {
    height: 9.375em;
    height: 13.88888889vmin;
    margin-bottom: 2.59259259vmin;
  }

  .video-text-item {
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 16.962963vmin;
    text-align: center;
    transform: translate(0, -50%);
  }
}

@media (max-width: 767px) {
  .video-text-container {
    display: flex !important;
  }

  .video-text-container .owl-stage-outer,
  .video-text-container .owl-stage,
  .video-text-container .owl-item {
    height: 100%;
  }

  .video-text-item {
    height: 100%;
    position: relative;
  }

  .video-text-item > .inside {
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    text-align: center;
  }

  .video-text-container.owl-theme .owl-dots {
    position: absolute;
    top: 80%;
    left: 10%;
    right: 10%;
    text-align: center;
  }

  .video-text-container.owl-theme .owl-dots .owl-dot span:before {
    background: #ffffff;
  }

  .video-text-container.owl-theme .owl-dots .owl-dot.active span {
    border-color: #ffffff;
    background: rgba(255,255,255,.1);
  }

  .mobile-video-bg {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .mobile-video-bg:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    opacity: .35;
  }

  .promo-video-container {
    position: relative;
    z-index: 200;
  }
}

.video-item-more i {
  margin-left: 1.25rem;
}

.video-text-item > .inside > * {
  transform: translateY(10vmin);
  opacity: 0;
}

.video-text-item.is-active > .inside > .video-item-title-sub,
.video-text-item.is-active > .inside > .video-item-title:first-child {
  animation: videoText 2s ease-in-out forwards;
  animation-delay: 0s;
}

.video-text-item.is-active > .inside > .video-item-title-sub + .video-item-title,
.video-text-item.is-active > .inside > .video-item-title + .video-item-title-sub {
  animation: videoText 2s ease-in-out forwards;
  animation-delay: .15s;
}

.video-text-item.is-active > .inside > .video-item-descr {
  animation: videoText2 .5s ease-in-out forwards;
  animation-delay: 1.8s;
}

.video-text-item.is-active > .inside > .video-item-more {
  animation: videoText2 .5s ease-in-out forwards;
  animation-delay: 1.95s;
}

@-webkit-keyframes videoText {
  0% {
    opacity: 0;
    transform: translateY(24vmin);
  }
  30% {
    opacity: 1;
    transform: translateY(12vmin);
  }
  70% {
    transform: translateY(12vmin);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes videoText {
  0% {
    opacity: 0;
    transform: translateY(24vmin);
  }
  30% {
    opacity: 1;
    transform: translateY(12vmin);
  }
  70% {
    transform: translateY(12vmin);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@-webkit-keyframes videoText2 {
  0% {
    opacity: 0;
    transform: translateY(5vmin);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes videoText2 {
  0% {
    opacity: 0;
    transform: translateY(5vmin);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}


/*-------------------------------------------------------------------------------
  8. Home 3D
-------------------------------------------------------------------------------*/

.screen {
  min-height: 100vh;
  width: 100%;
  padding-top: 5vmin;
  padding-bottom: 5vmin;
  display: flex;
  align-items: center;
  text-align: center;
}

.promo-3d {
  padding-top: 25vmin;
  position: relative;
  text-align: center;
}

.promo-3d-bg,
.promo-3d-man {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -10vmin;
  z-index: 100;
}

.promo-3d-man {
  left: 50%;
  right: auto;
  bottom: -40vmin;
  width: 100%;
  transform: translate(-50%, 0) scale(1.05);
}

.promo-3d-bg img,
.promo-3d-man img {
  width: 100%;
}

@media (max-width: 575px) {
  .promo-3d-bg img,
  .promo-3d-man img {
    width: 200vmin;
    margin-left: -100vmin;
    margin-right: -100vmin;
  }
}

.promo-3d-man-start {
  position: absolute;
  left: 0;
  top: 10%;
}

.promo-3d-opacity {
  position: absolute;
  left: 0;
  top: 70%;
}

.promo-3d .promo-screen-titles {
  position: relative;
  z-index: 200;
}

.about-3d {
  position: relative;
  opacity: 0;
}

.section-about-3d.active .about-3d {
  opacity: 1;
}

.section-about-3d .section-item-title,
.section-about-3d .about-3d-detail {
  opacity: 0;
  transform: translateY(16rem);
  transition: all .75s ease-in-out;
}

.section-about-3d .section-item-title {
  transition-delay: .3s;
}

.section-about-3d .about-3d-detail {
  transition-delay: 1.2s;
}

.section-about-3d.active .section-item-title,
.section-about-3d.active .about-3d-detail {
  opacity: 1;
  transform: translateY(0);
}



.about-3d-photo {
  position: relative;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  margin-top: 12px;
  margin-bottom: 8vmin;
}

.photo-container {
  position: relative;
  overflow: hidden;
}

.photo-container img {
  transform: scale(1.2);
  transform-origin: right top;
  transition: all 1.5s .5s ease-in-out;
}

.section-about-3d.active .photo-container img {
  transform: scale(1);
}

.photo-container .mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: all 1.3s .5s ease-in-out;
}

.section-about-3d.active .photo-container .mask {
  top: -100%;
}

.section-about-3d .stamp {
  opacity: 0;
  transform: scale(1.5);
  transform-origin: right center;
  transition: all 1s .5s ease-in-out;
}

.section-about-3d.active .stamp {
  transform: scale(1);
  opacity: 1;
}

.about-3d .section-item-title {
  margin-bottom: 8.51851852vmin;
}

.about-3d-detail {
  position: relative;
  padding-bottom: 3.75rem;
  margin-bottom: 5vmin;
}

@media (min-width: 768px) {
  .about-3d-photo {
    padding-left: 6.25rem;
    padding-right: 4.375rem;
  }

  .rounded-logo.stamp {
    bottom: -8rem;
  }
}

@media (min-width: 992px) {
  .about-3d-photo,
  .about-3d-detail {
    margin-bottom: 11.85185185vmin;
  }
}

.about-3d-detail .lead {
  margin-bottom: 2.5rem;
}

.about-3d-detail .more {
  position: absolute;
  bottom: 0px;
  left: 15px;
}

.h2-3d {
  margin-bottom: 2.5rem;
  font-size: 3rem;
  line-height: 1.25;
  letter-spacing: -.035em;
}

.h2-flash {
  margin-bottom: 3rem;
  font-size: 3rem;
  line-height: 1.25;
}





.vertical-text-left {
  position: absolute;
  left: auto;
  right: 100%;
  margin-right: -34px;
  top: 0;
  transform: rotate(-90deg);
  transform-origin: top right;
  white-space: nowrap;
  text-align: right;
}

.vertical-text-right {
  position: absolute;
  right: auto;
  left: 100%;
  margin-left: -34px;
  top: 0;
  transform: rotate(90deg);
  transform-origin: top left;
  white-space: nowrap;
  text-align: left;
}

.vertical-text-left,
.vertical-text-right {
  font-size: 1rem;
  color: #666666;
  letter-spacing: .25em;
  text-transform: uppercase;
}

.about-3d .vertical-text-left,
.about-3d .vertical-text-right {
  top: 90px;
}

@media (max-width: 575px) {
  .rounded-logo.stamp {
    width: 7rem;
    height: 7rem;
    left: 3rem;
    bottom: -2rem;
  }
}

.project-carousel-3d {
  overflow: hidden;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 576px) {
  .project-carousel-3d .owl-carousel {
    width: 78.33333333%;
    position: static;
  }
}

.project-carousel-3d .owl-stage-outer {
  overflow: visible;
  transform: translate(0%, 0%);
  transition: all .4s ease-in-out;
}

@media (min-width: 768px) {
  .project-carousel-3d .project-carousel-item {
    padding-bottom: 54.04255319%;
  }
}

.project-carousel-3d:hover .owl-carousel .owl-stage-outer {
  transform: translate(-5rem, 0%);
}

.project-carousel-3d.move-left .owl-carousel .owl-stage-outer {
  transform: translate(-8rem, 0%);
}

.project-carousel-3d.move-right .owl-carousel .owl-stage-outer {
  transform: translate(-2rem, 0%);
}

.project-carousel-3d .owl-item .project-carousel-photo,
.project-carousel-3d .owl-item .project-carousel-date,
.project-carousel-3d .owl-item .project-carousel-detail {
  transition: all .4s ease-in-out; 
  transform: translate(0rem, 0%);
}

.project-carousel-3d .owl-item.active + .owl-item .project-carousel-photo {
  transform: translate(-4rem, 0%);
}

.project-carousel-3d:hover .owl-item.active + .owl-item .project-carousel-photo {
  transform: translate(-6rem, 0%);
}

.project-carousel-3d.move-left .owl-item.active + .owl-item .project-carousel-photo {
  transform: translate(-7rem, 0%);
}

.project-carousel-3d:hover .owl-item.active .project-carousel-date,
.project-carousel-3d:hover .owl-item.active .project-carousel-detail {
  transform: translate(5rem, 0%);
}

.project-carousel-3d.move-left .owl-item.active .project-carousel-date,
.project-carousel-3d.move-left .owl-item.active .project-carousel-detail {
  transform: translate(8rem, 0%);
}

.project-carousel-3d.move-right .owl-item.active .project-carousel-date,
.project-carousel-3d.move-right .owl-item.active .project-carousel-detail {
  transform: translate(2rem, 0%);
}

.project-carousel-3d .project-carousel-item:not(.text-white) .project-carousel-title,
.project-carousel-3d .project-carousel-item:not(.text-white) .project-carousel-date {
  color: #000000;
}

.project-carousel-3d .project-carousel-item .project-carousel-category,
.project-listing-category,
.project-masonry-category {
  color: #999999;
}

.project-carousel-3d .project-carousel-category,
.project-listing-category,
.project-masonry-category {
  font-size: .875rem;
  text-transform: uppercase;
}

.project-carousel-date {
  font-size: 1.5rem;
}

.project-carousel-3d .project-carousel-detail,
.project-carousel-3d .owl-item.active .project-carousel-detail {
  opacity: 1;
  animation: none;
}

.project-carousel-3d .project-carousel-detail {
  bottom: 2rem;
}

.project-carousel-3d .owl-item {
  overflow: hidden;
}

@media (min-width: 768px) {
  .project-carousel-3d .project-carousel-detail {
    bottom: 5rem;
  }
}



/*-------------------------------------------------------------------------------
  9. Home Flash
-------------------------------------------------------------------------------*/

.flash-item-nav {
  position: fixed;
  left: 15px;
  z-index: 500;
  padding-left: 0;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}

.flash-item-nav {
  transition: padding .2s ease-in-out;
}

.flash-item-nav:before {
  transition: width .2s ease-in-out;
}

.flash-item-nav a {
  transition: color .2s ease-in-out;
}

.flash-item-nav:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  margin-top: -1px;
  width: 0;
}

.flash-item-nav.active:before {
  width: 1.875rem;
}

.flash-item-nav.active {
  padding-left: 3rem;
}

.flash-item-nav a {
  color: #999999 !important;
}

.flash-item-nav a:hover,
.flash-item-nav.active a {
  color: #000000 !important;
  text-decoration: none;
}

.flash-item-nav:before {
  background: #000000;
}

.home-flash-dark .flash-item-nav a,
.home-flash.dark-horizontal .flash-item-nav a {
  color: #7f7f7f !important;
}

.home-flash-dark .flash-item-nav a:hover,
.home-flash.dark-horizontal .flash-item-nav a:hover,
.home-flash-dark .flash-item-nav.active a,
.home-flash.dark-horizontal .flash-item-nav.active a {
  color: #bbf116 !important;
}

.home-flash-dark .flash-item-nav:before,
.home-flash.dark-horizontal .flash-item-nav:before {
  background: #bbf116;
}

.item-nav-1 {
  top: calc(100% - 330px);
}

.item-nav-2 {
  top: calc(100% - 280px);
}

.item-nav-3 {
  top: calc(100% - 230px);
}

.item-nav-4 {
  top: calc(100% - 180px);
}

.item-nav-5 {
  top: calc(100% - 130px);
}

.item-nav-6 {
  top: calc(100% - 80px);
}

.flash-item {
  position: relative;
}

.flash-pin-2 {
  position: absolute;
  left: 0;
  top: 276px;
}

.flash-pin-3 {
  position: absolute;
  left: 0;
  top: 228px;
}

.flash-pin-4 {
  position: absolute;
  left: 0;
  top: 172px;
}

.flash-pin-5 {
  position: absolute;
  left: 0;
  top: 128px;
}

.flash-pin-6 {
  position: absolute;
  left: 0;
  top: 78px;
}


@media (max-width: 575px) {
  .flash-item-nav {
    display: none;
  }
}

@media (min-width: 1600px) {
  .flash-item-nav {
    left: 3.75rem;
  }
}

.home-flash-dark .home-flash-section .container,
.home-flash.dark-horizontal .home-flash-section .container,
.home-flash-dark .home-flash-section .container-fluid,
.home-flash.dark-horizontal .home-flash-section .container-fluid,
.home-flash .footer {
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease-in-out;
}

.home-flash-section {
  padding-bottom: 0;
}

.home-flash-section-dark {
  padding-top: 21.01851852vmin;
  margin-bottom: 0;
}

@media (min-width: 576px) and (max-width: 1599px) {
  .home-flash-section {
    padding-left: 10rem;
  }
}

.home-flash-dark .home-flash-section-dark .container,
.home-flash.dark-horizontal .home-flash-section-dark .container,
.home-flash-dark .home-flash-section-dark .container-fluid,
.home-flash.dark-horizontal .home-flash-section-dark .container-fluid,
.home-flash.dark-horizontal .footer {
  opacity: 1;
  pointer-events: all;
}

.home-flash {
  background: #ffffff;
  transition: background .3s ease-in-out;
}

.home-flash-dark,
.home-flash.dark-horizontal {
  background: rgb(255, 255, 255);
  color: #000;
}

.home-flash-dark hr,
.home-flash.dark-horizontal hr {
  border-top-color: rgba(206, 206, 206, 1);
}

.home-flash-dark a,
.dark-horizontal a,
.home-flash-dark strong,
.home-flash.dark-horizontal strong,
.home-flash-dark h1,
.home-flash.dark-horizontal h1,
.home-flash-dark .h1,
.home-flash.dark-horizontal .h1,
.home-flash-dark h2,
.home-flash.dark-horizontal h2,
.home-flash-dark .h2,
.home-flash.dark-horizontal .h2,
.home-flash-dark h3,
.home-flash.dark-horizontal h3,
.home-flash-dark .h3,
.home-flash.dark-horizontal .h3 {
  color: #7b4316;
}

.home-flash .section-item-title,
.section-item-title-xs,
.section-item-title-xs-narrow {
  font-size: 1.05rem;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: .4em;
  font-weight: bold;
}

.section-item-title-xs-narrow {
  letter-spacing: .1em;
  font-weight: normal;
}

.section-item-title-xs {
  margin-bottom: 1.25rem;
}

.home-flash-dark .section-item-title,
.home-flash-dark .section-item-title a {
  color: #666699;
  text-decoration: none;
}

.h1-flash {
  margin-bottom: 7.40740741vmin;
  background: linear-gradient(to bottom, #000, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 9.25925926vmin;
  /*line-height: 1;*/
}

.about-flash {
  position: relative;
}

.about-flash .vertical-text-right {
  right: auto;
  left: 0;
  margin-left: 0px;
  margin-top: 1.66666667vmin;
  color: #7f7f7f;
  font-weight: bold;
  font-size: 1.3rem;
}

.rounded-logo-scroll {
  float: right;
  width: 7.5rem;
  height: 7.5rem;
  position: relative;
  margin-top: 22px;
}

.rounded-logo-scroll svg {
  letter-spacing: 9px;
  word-spacing: 0;
  fill: #666699;
}

.scroll-icon {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 38px;
  border: #ffffff 2px solid;
  border-radius: 10px;
  padding-top: 18px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.scroll-icon i {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1px;
  background: #ffffff;
  border-radius: 10px;
}

.scroll-icon i:nth-child(1) {
  width: 2px;
  height: 2px;
}

.scroll-icon i:nth-child(2) {
  width: 4px;
  height: 4px;
}

.scroll-icon i:nth-child(3) {
  width: 6px;
  height: 6px;
}

.flash-video-container {
  position: relative;
  padding-right: 8.54700855%;
  padding-top: 8.54700855%;
}

.flash-video-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 14.28571429%;
  left: 8.54700855%;
  right: 0;
  background: url("../img/bg-dotted.png") 0px 2px;
  z-index: 1;
}

.flash-video-container.mask-skew .mask .inside {
  background: #2c1a6a;
}

.flash-video {
  display: block;
  width: 100%;
  position: relative;
  z-index: 50;
}

.flash-video img {
  border: #ffffff 8px solid;
  max-width: 100%;
}

.flash-video-icon {
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  background: #ffffff;
  position: absolute;
  z-index: 30;
  left: 50%;
  top: 50%;
  text-align: center;
  line-height: 4.75rem;
  font-size: 2.375rem;
  color: #ff0000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.flash-video-icon:before,
.flash-video-icon:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100px;
  background: #ffffff;
  opacity: .4;
}

.flash-video-icon:before {
  left: -.625rem;
  top: -.625rem;
  right: -.625rem;
  bottom: -.625rem;
}

.flash-video-icon:after {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  animation-name: pulsation;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes pulsation {
  0% {
    opacity: .5;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  15% {
    opacity: 0;
    -webkit-transform: scale(1.75);
        -ms-transform: scale(1.75);
         -o-transform: scale(1.75);
            transform: scale(1.75);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.75);
        -ms-transform: scale(1.75);
         -o-transform: scale(1.75);
            transform: scale(1.75);
  }
}

.flash-video-icon i {
  display: inline-block;
  vertical-align: middle;
  margin-left: .25rem;
  line-height: .75;
  transform: scale(1);
  transition: all .5s ease-in-out;
}

.services-flash {
  box-shadow: rgba(2,3,3,.1) 0 0 120px;
  margin-top: 80px;
  margin-bottom: 11.29629630vmin;
}

.services-flash .service-item {
  border: #40407a 1px solid;
  background: #331d7f;
  padding: 2.125rem 1.625rem 2.125rem 2rem;
  margin-left: -1px;
  margin-bottom: -1px;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  letter-spacing: -.025em;
}

@media (min-width: 576px) and (max-width: 767px) {
  .services-flash .service-item:nth-child(odd) {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .services-flash .service-item {
    margin-left: 0;
  }
}

.services-flash .service-item:hover {
  z-index: 10;
}

.services-flash .service-item:before {
  content: "";
  background: #bbf116;
  height: 5px;
  width: 0;
  position: absolute;
  left: -1px;
  bottom: -1px;
  transition: all .4s ease-in-out;
}

.services-flash .service-item:hover:before {
  width: calc(100% + 2px);
}

.services-flash .service-item:first-child {
  margin-left: 0;
}

.services-flash .service-item-title {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #ffffff;
}

.services-flash a:hover .service-item-title,
.services-flash .service-item-title:hover {
  color: #ffffff;
}

.services-flash .service-item-descr {
  display: flex;
  flex: 1 1 auto;
  line-height: 1.5;
  margin-top: 1rem;
}

.icon-design-graphic {
  display: inline-block;
  vertical-align: bottom;
  width: 5rem;
  height: 3.4375rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon-design-graphic.png");
  background-size: 100%;
}

.icon-design-web {
  display: inline-block;
  vertical-align: bottom;
  width: 4.0625rem;
  height: 3.3125rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon-design-web.png");
  background-size: 100%;
}

.icon-marketing {
  display: inline-block;
  vertical-align: bottom;
  width: 3.4375rem;
  height: 3.9375rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon-marketing.png");
  background-size: 100%;
}

.icon-photography {
  display: inline-block;
  vertical-align: bottom;
  width: 4.1875rem;
  height: 3.3125rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon-photography.png");
  background-size: 100%;
}

.service-item-icon {
  margin-top: 2.125rem;
  height: 4rem;
  line-height: 4rem;
}

.service-item-plus {
  height: 1rem;
  position: relative;
  margin-top: 2.625rem;
}

.service-item-plus:before,
.service-item-plus:after {
  content: "";
  display: block;
  width: 1rem;
  height: .25rem;
  background: #666699;
  position: absolute;
  left: 0;
  bottom: .375rem;
  transform: rotate(-180deg);
  transition: all .4s ease-in-out;
}

.service-item:hover .service-item-plus:before,
.service-item:hover .service-item-plus:after {
  background: #ffffff;
}

.service-item:hover .service-item-plus:after {
  transform: rotate(90deg);
}



.facts {
  margin-top: 9.07407407vmin;
}

.fact-item {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}

.fact-item-value {
  position: relative;
  padding-right: 1.5rem;
  line-height: 1.1;
  font-size: 2.75rem;
  visibility: hidden;
}

.fact-item-value > .inside {
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
}

.fact-item-param {
  font-size: 1.125rem;
  line-height: 1.44444444;
  letter-spacing: .025em;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .fact-item-value {
    line-height: .75;
    font-size: 3.75rem;
  }
}



.project-list-listing + .more-lg {
  margin-top: 4.375rem;
}

.project-list-masonry + .more-lg {
  margin-top: 6.25rem;
}

.grid-item {
  width: 100%;
}

.project-list-flash .project-item,
.project-list-listing .project-item {
  display: block;
  position: relative;
}

.project-list-flash .project-item {
  padding-bottom: 100%;
  overflow: hidden;
}

.project-list-listing .grid-item {
  display: block;
  margin-bottom: 5.625rem;
}

.project-list-masonry .grid-item {
  display: block;
  margin-bottom: 2.5rem;
  padding-left: 15px;
  padding-right: 15px;
}

.project-list-listing .project-item {
  padding-bottom: 44.44444444%;
  overflow: hidden;
}

.project-list-listing .project-listing-photo {
  transform: scale(1);
  transition: all 1s ease-in-out;
}

.project-list-listing a:hover .project-listing-photo {
  transform: scale(1.08);
}

.project-list-flash .section-item-title {
  margin-top: -.375rem;
  margin-bottom: 1.625rem;
}

.project-list-flash .project-carousel-detail,
.project-metro-detail {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  padding: 1.5rem 3.5rem 2.875rem;
  background: transparent;
  transition: all .5s linear;
}

.project-metro-detail {
  padding-left: 2.875rem;
  padding-right: 2.875rem;
  padding-bottom: 2.375rem;
}

.project-metro-title {
  margin-bottom: 1.125rem;
}

.project-list-flash .project-item:hover .project-carousel-detail {
  background: #191a1e;
}

.project-list-flash .project-carousel-title {
  padding-right: 2rem;
  font-family: 'Abril Fatface', cursive;
  font-weight: normal;
}

.project-list-title {
  padding-bottom: 3rem;
}

.project-list-title h2 {
  line-height: 1.333333;
}

.project-list-flash .project-carousel-category {
  margin-top: 1.125rem;
}

.project-list-flash .project-carousel-photo {
  transform: scale(1);
  transition: all 1s ease-in-out;
}

.project-list-flash a:hover .project-carousel-photo {
  transform: scale(1.08);
}

.project-item-more {
  padding-top: 3rem;
}

.project-masonry-photo {
  overflow: hidden;
}

.project-masonry-photo img {
  max-width: 100%;
  width: 100%;
}

.project-list-metro .project-item {
  height: 32.5rem;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.project-metro-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  opacity: 1;
  transition: all .3s ease-in-out;
}

a:hover .project-metro-photo img {
  transform: scale(1.1);
  opacity: 0;
}

@media (min-width: 576px) {
  .project-list-masonry .grid-item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .project-list-listing .grid-item {
    width: 100%;
  }

  .project-list-masonry .grid-item {
    width: 25%;
  }

  .project-list-title,
  .project-item-more {
    margin-left: 17.09401709%;
    margin-right: 25%;
  }

  .project-list-title {
    padding-bottom: 20.51282051%;
  }

  .project-item-more {
    padding-top: 30%;
  }
}

.project-carousel-category .divider,
.project-item .divider {
  margin-left: .625rem;
  margin-right: .625rem;
}

.project-carousel-go {
  position: absolute;
  right: 2.625rem;
  top: 1.375rem;
  opacity: 0;
  margin-right: 2rem;
  font-size: 3.75rem;
  transition: all .5s ease-in-out;
}

.project-item:hover .project-carousel-go {
  margin-right: 0;
  opacity: 1;
}

.project-list-flash .project-carousel-date,
.project-metro-date {
  top: 3.125rem;
  left: 3.5rem;
  font-size: 1.25rem;
  letter-spacing: .025em;
  font-weight: bold;
}

.project-metro-date {
  top: 2.625rem;
  left: 2.875rem;
}


.article-list-flash {
  margin-top: 2.375rem;
}

.article-list-flash > div {
  display: flex;
}

.article-list-flash .article-item {
  padding: 2.25rem 2.625rem 2.4375rem;
  background: #f6f7f7;
  overflow: hidden;
}

.article-list-flash .article-item-photo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  height: auto;
  padding-bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s ease-in-out;
}

.article-list-flash .article-item:hover .article-item-photo {
  opacity: 1;
}

.article-list-flash .article-item .article-item-photo {
  transition-property: opacity, transform;
  transition-duration: .5s, 8s;
  transform: scale(1);
}

.article-list-flash .article-item:hover .article-item-photo {
  transform: scale(1.2);
}

.article-list-flash .article-item-date {
  position: static;
  left: auto;
  bottom: auto;
  padding-bottom: 12%;
  margin-bottom: 0;
  color: #999999;
  font-size: .75rem;
  font-weight: bold;
  text-transform: uppercase;
}

.article-list-flash .article-item-date .date {
  display: block;
  margin-bottom: 1.75rem;
  line-height: .75;
  font-size: 2.6rem;
  color: #cccccc;
  font-weight: normal;
}

.article-list-flash .article-item-category {
  margin-bottom: 1.375rem;
}

.article-list-flash .article-item-category,
.article-list-flash .article-item-category a {
  color: #bbf116;
}


.footer-flash-about {
  padding-top: 16.66666667vmin;
  padding-bottom: 13.51851852vmin;
  font-size: 1.875rem;
  line-height: 1.6;
}

.home-flash .footer-flash-about {
  padding-top: 0;
}

.footer-flash {
  padding-top: 4.875rem;
  padding-bottom: 0;
}

.footer-content-flash h5 {
  margin-bottom: 2.25rem;
  font-size: .875rem;
  color: #7f7f7f;
  text-transform: uppercase;
  font-weight: bold;
}

.footer-content-flash .contact-item,
.footer-content-flash .contact-item a,
.footer-content-flash .social-rounded a {
  color: #ffffff;
}

.footer-content-flash .contact-item {
  margin-bottom: .625rem;
}

.footer-content-flash .contact-item,
.footer-content-flash .footer-nav {
  font-size: 1.125rem;
  line-height: 1.44444444;
}

.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav li {
  margin-bottom: .25rem;
}

.footer-content-flash .contact-item a:not(.phone-link):hover,
.footer-content-flash .footer-nav a:hover {
  color: #666699;
  text-decoration: none;
}

.footer-flash .site-info {
  border-top: none;
}

@media (min-width: 768px) {
  .footer-content-flash .social-rounded {
    margin-right: -.625rem;
    text-align: right;
  }

  .footer-flash .site-info {
    padding-top: 3.125rem;
    padding-bottom: 4rem;
  }
}

.footer-flash .copyright {
  text-transform: none;
}



/*-------------------------------------------------------------------------------
  10. Work Pages
-------------------------------------------------------------------------------*/

.nav-inline {
  margin-right: -15px;
  margin-bottom: 2.625rem;
  letter-spacing: -.015em;
}

.nav-inline li {
  margin-right: 2.25rem;
  margin-bottom: 1rem;
}

.nav-inline a {
  cursor: pointer;
}

.nav-inline .active a,
.nav-inline a:hover {
  text-decoration: none;
}

.text-center .nav-inline {
  margin-right: 0;
  justify-content: center;
}

.text-center .nav-inline li {
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}

.nav-inline-wide {
  letter-spacing: .025em;
}

.nav-inline-wide li {
  margin-right: 3.125rem;
}

.text-center .nav-inline-wide li {
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}

.nav-inline.text-black .active a,
.nav-inline.text-black a:hover {
  color: #b11d11;
}

.parallax-link a,
.parallax-link a:hover {
  position: relative;
  text-decoration: none;
  color: #666666 !important;
}

.parallax-link a:before {
  content: attr(data-text);
  position: absolute;
  width: 0%;
  transition: width cubic-bezier(0.82, 0, 0.21, 1) 0.3s;
  color: #b11d11;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
}

.parallax-link li.active > a:before,
.parallax-link a:hover:before {
    width: 100%;
}

.nav.flex-column li {
  margin-bottom: 1rem;
}

.nav.flex-column a {
  color: inherit;
  text-decoration: none;
}

.nav.flex-column .active a,
.nav.flex-column a:hover {
  color: #b11d11;
}


/*-------------------------------------------------------------------------------
  11. Project Card
-------------------------------------------------------------------------------*/

.project-card-mobile {
  padding-top: 5.375rem;
}

.project-card-promo {
  height: 0;
  padding-bottom: 44.79166667%;
  background-size: cover;
  background-position: 50% 20%;
  overflow: hidden;
  transition: all .1s linear;
}

.project-info {
  padding-top: 4.875rem;
  padding-bottom: 1.125rem;
  border-bottom: #eaeaea 1px solid;
}

.project-info-item {
  margin-bottom: 3.5rem;
}

.project-info-title {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}

.project-info-descr {
  line-height: 1.625;
  color: #999999;
}

.lead {
  font-weight: normal;
}

.lead-lg {
  font-size: 1.5rem;
}

.like-btn {
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  background: #f4f6f6;
  border: #f4f6f6 1px solid;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-size: 2.25rem;
  color: #bbf116;
}

.like-btn i {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  transform: scale(1);
  transition: all .2s ease-in-out;
}

.like-btn:hover i {
  transform: scale(1.08);
}

.pager {
  letter-spacing: .025em;
}

.pager i {
  vertical-align: middle;
  line-height: 1;
  font-size: 1.25rem;
}

.pager .ion-ios-arrow-left {
  margin-right: .5rem;
}

.pager .ion-ios-arrow-right {
  margin-left: .5rem;
}

.pager a {
  color: #000000;
  text-decoration: none;
}

.pager a:hover {
  color: #b11d11;
}

.pagination {
  margin-top: 7rem;
  font-size: .875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.page-link {
  border: none;
  padding: 0;
  background: transparent;
  margin-right: 1.625rem;
  color: #999999;
}

.page-item.disabled .page-link {
  color: #999999;
  opacity: .3;
}

.page-link:hover,
.page-item.active .page-link {
  background: transparent;
}

.page-item.active .page-link,
a.page-link:hover {
  color: #16171e;
}

.page-link i,
.page-link i:before {
  display: block;
  font-size: 1.5rem;
  line-height: .75;
}

.tags li {
  margin-right: 10px;
}

.tags .active .btn-outline-secondary,
.tags .btn-outline-secondary:hover,
.tags .btn-outline-secondary:not(:disabled):not(.disabled):active,
.theme-orange .tags .btn-outline-secondary:hover {
  background: transparent;
  border-color: #16171e !important;
  color: #16171e !important;
}

.next-project {
  position: relative;
  background: #eaeeef;
}

.next-project [class^="col-"] {
  position: static;
}

.next-project a {
  display: block;
  padding-top: 3.25rem;
  padding-bottom: 3rem;
  text-decoration: none;
  color: #000000;
}

.next-project-link {
  text-align: right;
}

.next-project-photo {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0;
  transition: all .5s .5s ease-in-out;
}

.prev-project-link .next-project-photo {
  left: 0;
  right: 50%;
}

.next-project-link .next-project-photo {
  left: 50%;
  right: 0;
}

.next-project a:hover .next-project-photo {
  opacity: 1;
}

.next-project h3,
.next-project .h3 {
  position: relative;
  top: 0;
  opacity: 1;
  font-size: 1.5rem;
  transition: all .4s .3s ease-in-out;
}

.next-project-promo {
  height: 24rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  align-items: center;
  background-position: 50% 0%;
  background-size: cover;
  text-align: center;
}

.next-title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.next-project .next-title {
  margin-bottom: .75rem;
  font-size: 1.125rem;
  color: #999999;
  position: relative;
  top: 0;
  opacity: 1;
  transition: all .4s .2s ease-in-out;
}

.next-project a:hover .next-title,
.next-project a:hover h3,
.next-project a:hover .h3 {
  top: -2rem;
  opacity: 0;
}

.screen-item {
  border: #cccccc 1px solid;
  margin-bottom: 30px;
  display: block;
}

.screen-item img {
  display: block;
  width: 100%;
}

.testimonial-text {
  margin-bottom: 5rem;
  letter-spacing: -.025em;
  font-size: 1.5rem;
  line-height: 1.73333333;
}

.testimonial-item-lg .testimonial-text {
  font-size: 2.25rem;
  line-height: 1.66666667;
}

.testimonial-author {
  letter-spacing: .05em;
}

.testimonial-author.text-grey strong {
  color: #000000;
}

.testimonial-author:before,
.testimonial-author:after {
  content: " - ";
}

@media (min-width: 768px) {
  .next-project-promo {
    height: 29.375rem;
  }

  .next-project a {
    padding-top: 5.625rem;
    padding-bottom: 5rem;
  }

  .next-project h3,
  .next-project .h3 {
    font-size: 1.875rem;
  }

  .testimonial-text {
    font-size: 1.875rem;
  }
}

.photo-list {
  overflow-x: hidden;
  overflow-y: visible;
}

.photo-item {
  overflow: hidden;
  text-align: center;
  margin-bottom: 5rem;
}

.project-card-web-promo img,
.photo-item-grey img,
.photo-item img {
  max-width: 100%;
}

.photo-item-grey {
  background: #dde2e4;
  padding: 7.29166667% 15px;
  text-align: center;
}

.photo-item-grey .inside {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  box-shadow: rgba(146,156,160,.75) 0 2.5rem 9.375rem;
}

.photo-item-grey img {
  transform: scale(1);
  transition: all .5s ease-in-out;
}

.photo-item-grey .inside img {
  width: 100%;
}

.photo-item-grey-parallax {
  height: 0;
  padding-bottom: 72.72727273%;
  padding-top: 0;
  overflow: hidden;
  position: relative;
}

.inside-left {
  width: 60%;
  position: absolute;
  left: 10%;
  top: 40%;
  z-index: 10;
}

.inside-right {
  width: 60%;
  position: absolute;
  left: 43.03030303%;
  top: -96.66666667%;
}

.inside-center {
  width: 76.60606061%;
  position: absolute;
  left: 11.75757576%;
  top: 17.16666667%;
}

@media (min-width: 768px) {
  .photo-list {
    margin-bottom: -10.75rem;
  }

  .photo-item {
    margin-bottom: 14.375rem;
  }

  .photo-item.col-md-6:nth-child(odd) {
    text-align: right;
    padding-right: 4.42708333%;
  }

  .photo-item.col-md-6:nth-child(even) {
    text-align: left;
    padding-left: 4.42708333%;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


.project-next-simple {
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
}

.project-card-web-promo {
  background: #dde2e4;
  height: 0;
  padding-bottom: 52.08333333%;
  overflow: hidden;
  position: relative;
}

.project-card-web-promo .screen-mobile {
  position: absolute;
  left: 14.58333333%;
  top: 18.7962963%;
  width: 20.83333333%;
}

.project-card-web-promo .screen-desktop {
  position: absolute;
  left: 28.90625%;
  top: 18.7962963%;
  width: 59.0625%;
}

.pallete-list {
  margin-right: -4rem;
}

@media (max-width: 767px) {
  .pallete-list {
    margin-bottom: 5rem;
  }

  .project-card-web-promo {
    padding-bottom: 80%;
  }

  .project-card-web-promo .screen-desktop,
  .project-card-web-promo .screen-mobile {
    margin-top: 4rem;
  }
}

.pallete-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 4rem;
  margin-bottom: 2.375rem;
  text-align: center;
}

.color {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 3.75rem;
  margin-bottom: 24px;
}

.color-title {
  color: #999999;
  font-size: .875rem;
  text-transform: uppercase;
}



/*-------------------------------------------------------------------------------
  12. News Pages
-------------------------------------------------------------------------------*/

.article-content {
  font-size: 1.125rem;
  line-height: 1.66666667;
}

.article-content .fs20 {
  line-height: 1.5;
}

.article-content .fs20 p {
  margin-bottom: 1.5em;
}

.article-content p {
  margin-bottom: 1.66666667em;
}

.article-content h2,
.article-content .h2 {
  margin-top: 5.5rem;
  margin-bottom: 3.125rem;
}

.article-content h4,
.article-content .h4 {
  margin-top: 3.75rem;
  margin-bottom: 2rem;
  font-family: 'Libre Baskerville', serif;
  letter-spacing: 0;
}

.article-content h4:first-child,
.article-content .h4:first-child {
  margin-top: 0;
}

.article-content .lead {
  margin-bottom: 50px;
  font-size: 1.5rem;
  color: #999999;
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: -.01em;
}

.article-content .dropcap:first-letter {
  float: left;
  margin-bottom: -1rem;
  margin-right: 1rem;
  font-size: 3.75rem;
  font-family: 'Libre Baskerville', serif;
  line-height: 1.275;
}

.article-content figure {
  margin-top: 3.5rem;
  margin-bottom: 4rem;
}

.article-content figure img {
  max-width: 100%;
  height: auto;
}

.article-content figcaption {
  display: block;
  margin-top: 1rem;
  text-align: center;
  font-size: 1rem;
  color: #999999;
}

.article-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-content ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.125rem;
}

.article-content ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #000000;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: .7em;
}

.mask-skew {
  overflow: hidden;
  position: relative;
}

.mask-skew .mask {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 120%;
  animation-fill-mode: forwards;
}

.mask-skew .mask .inside {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  transform: skewX(-10deg);
  transform-origin: bottom;
}


.blockquote {
  margin-top: 4.5rem;
  margin-bottom: 4.125rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.53333333;
  letter-spacing: -.025em;
}

.blockquote footer {
  margin-top: 2.5rem;
  position: relative;
  font-size: .875rem;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #999999;
}

.blockquote footer:before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1px;
  background: #a7a9b8;
  position: absolute;
  top: -1.25rem;
  left: 50%;
  transform: translate(-50%, 0);
}

.blockquote-status footer {
  text-transform: none;
  letter-spacing: 0;
}

.blockquote-status footer:before {
  display: none;
}



.article-carousel-promo .owl-nav [class*=owl-] {
  display: none;
}

.article-carousel-promo .owl-dots {
  margin-top: 1rem;
}

.article-promo-item {
  display: block;
  min-height: 35rem;
  background-position: 50% 20%;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.article-promo-item,
.article-promo-item a {
  color: #ffffff;
}

.article-carousel-promo-detail a:not(.btn) {
  text-decoration: underline;
}

.article-carousel-promo-detail a:not(.btn):hover {
  text-decoration: none;
}

.article-promo-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000;
  opacity: .25;
}

.article-promo .article-promo-item:before {
  display: none;
}

.article-promo-item .btn-outline-light:hover {
  background: #bbf116;
  border-color: #bbf116;
  color: #ffffff;
}

.bnr {
  position: relative;
  background: #181b31;
  display: block;
}

.bnr-photo {
  opacity: .5;
}

.bnr-photo img {
  width: 100%;
  height: auto;
}

.bnr-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1.25rem 1.875rem;
  text-align: center;
  color: #ffffff;
}

.bnr-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.bnr-title-sub {
  margin-bottom: 10px;
  font-size: .75rem;
  font-weight: bold;
  letter-spacing: .1em;
}

@media (min-width: 576px) {
  .article-carousel-promo .owl-nav [class*=owl-] {
    display: block;
  }

  .article-carousel-promo .owl-dots {
    display: none;
  }

  .article-promo-item {
    min-height: 39.375rem;
    padding: 10.625rem 4.75rem 3rem;
    align-items: flex-start;
  }

  .article-promo-item-md {
    min-height: 48.75rem;
  }
}

.news-info {
  border-bottom: #eaeaea 1px solid;
}

.news-info-item {
  margin-bottom: 3.375rem;
}

.news-info-title {
  margin-bottom: 2px;
  font-size: .75rem;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.article-author {
  border-top: #e5e5e5 1px solid;
  border-bottom: #e5e5e5 1px solid;
  padding-top: 3.125rem;
  padding-bottom: 2.8125rem;
}

.article-author-photo {
  width: 5rem;
}

.avatar-photo {
  background-position: 50% 50%;
  border-radius: 50%;
  background-size: cover;
  background-image: url("../img/no-avatar.gif");
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}

.avatar-photo:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.avatar-photo a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
}

.article-author-name {
  margin-bottom: 0;
}

.article-author-name a {
  color: #181b31;
  text-decoration: none;
}

.article-author-name a:hover {
  text-decoration: underline;
}

.article-author-status {
  font-size: .875rem;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.article-author-descr {
  margin-top: 10px;
  line-height: 1.625;
}

.comment-item {
  margin-bottom: 2rem;
}

.comment-item-photo {
  width: 4.375rem;
}

.comment-item-sub {
  margin-top: 1.75rem;
  margin-right: 1.25rem;
}

.comment-item-sub .comment-item-photo {
  width: 2.8125rem;
  margin-top: .25rem;
}

.comment-item-name {
  margin-top: 2px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: -.025em;
}

.comment-item-name a {
  color: inherit;
}

.comment-item-date {
  margin-top: .375rem;
  font-size: .875rem;
  text-transform: uppercase;
  color: #999999;
}

.comment-item-descr {
  margin-top: .375rem;
  line-height: 1.625rem;
  color: #666666;
}

.comment-item-sub .comment-item-descr {
  margin-top: 0;
}

.comment-item .btn {
  margin-top: .875rem;
}



/*-------------------------------------------------------------------------------
  13. Pages
-------------------------------------------------------------------------------*/

.img404 {
  width: 41.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.875rem;
}

.progress {
  border-radius: 0;
  height: .875rem;
  overflow: visible;
}

.progress-bar {
  position: relative;
  width: 0;
  transition: width 1s ease-in-out;
}

.progress-value {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: .5rem;
  color: #181b31;
  font-size: 1rem;
}



.filter-title {
  line-height: 1.625;
  color: #999999;
  font-weight: bold;
  text-transform: uppercase;
}

.filter-location {
  letter-spacing: -.025em;
  font-size: 2.25rem;
}

.filter-location a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.filter-location a:hover,
.filter-location .active a {
  color: #b11d11;
}

.job-item {
  margin-bottom: 4.625rem;
}

.job-item-title a {
  color: inherit;
}

.job-item-title {
  margin-bottom: 1rem;
}

.job-item-descr {
  line-height: 1.625;
  color: #666666;
}

.job-item-category {
  margin-top: 1.75rem;
  text-transform: uppercase;
  letter-spacing: .025em;
}


.timer-item,
.timer .divider {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.timer-item {
  min-width: 5.25rem;
  padding-left: .625rem;
  padding-right: .625rem;
  color: #999999;
}

.timer-item span {
  display: block;
  margin-bottom: .5rem;
  font-size: 3rem;
  font-family: 'Libre Baskerville', serif;
  color: #000000;
  line-height: 1;
}

.timer .divider {
  margin-top: .25rem;
}

.timer .divider:before {
  content: ":";
  font-size: 1.5rem;
  color: #999999;
  font-weight: bold;
}

@media (min-width: 576px) {
  .timer-item {
    min-width: 7.25rem;
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }
}


.stage-list {
  padding-bottom: 3.75rem;
}

.stage-item {
  background: #f5f5f5;
}

.stage-item-photo {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.stage-item-photo img {
  width: 100%;
}

.stage-item-detail,
.no-gutters > .stage-item-detail {
  padding: 4rem 4.5rem 3.5rem;
}

.stage-item .mask-skew .mask .inside {
  background-color: #f5f5f5;
}

.stage-item-num {
  margin-bottom: 2rem;
  font-size: 2.25rem;
  font-family: 'Libre Baskerville', serif;
  font-weight: bold;
}

.stage-item-title {
  margin-bottom: .75rem;
  font-size: 2.75rem;
  font-weight: normal;
  letter-spacing: -.025em;
}

@media (min-width: 1200px) {
  .stage-item-detail,
  .no-gutters > .stage-item-detail {
    padding: 7rem 7.5rem 6.625rem;
  }

  .stage-item-num {
    margin-bottom: 4.75rem;
  }

  .stage-item-title {
    font-size: 3.75rem;
  }
}

.member-item {
  margin-bottom: 4rem;
}

.member-item-photo {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 1.875rem;
}

.member-item-photo img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-item-name {
  margin-bottom: .25rem;
  font-size: 1.5rem;
  font-family: 'Libre Baskerville', serif;
  font-weight: bold;
}

.member-item-name a {
  color: inherit;
}

.member-item-status {
  font-size: .875rem;
  text-transform: uppercase;
  color: #666666;
}

.member-become {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background: #f4f6f6;
  text-align: center;
  text-decoration: none;
}

.member-become .inside {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  padding: 1rem 10% 2rem;
  transform: translate(-50%, -50%);
}

.member-become .icon {
  display: block;
  font-size: 3.75rem;
  color: #cccccc;
}

.member-become-title {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.875rem;
  line-height: 1.53333333;
  font-family: 'Libre Baskerville', serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
}


.service-promo-item {
  background: #f8f8f9;
  margin-bottom: 6.25rem;
}

.service-promo-item:last-child {
  margin-bottom: 0;
}

.service-promo-item-photo {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-promo-item-photo img {
  width: 100%;
}

.service-promo-item-detail,
.no-gutters > .service-promo-item-detail {
  background: #f5f5f5;
  padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 2.5rem;
    padding-left: 3rem;
}

.service-promo-item-title {
  margin-bottom: 18px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: -.025em;
}

.service-promo-item .nav.flex-column li {
  margin-bottom: .625rem;
}

@media (min-width: 1200px) {
  .service-promo-item-detail,
  .no-gutters > .service-promo-item-detail {
    padding: 5rem 3.75rem 5rem 6.125rem;
  }
}


.progress-item {
  border-top: #e2e2e2 1px solid;
  padding-top: 3rem;
  padding-bottom: 3.125rem;
}

.progress-item:first-child {
  border-top: none;
}

.progress-item-num {
  padding-bottom: .75rem;
  font-size: 6.25rem;
  font-weight: bold;
  color: #cccccc;
  line-height: 1.1;
}

.progress-item-title {
  margin-bottom: .5rem;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: -.025em;
}

.chip{
  background:#9dbe39; color:#fff;
  background: linear-gradient(transparent 55%, #9dbe39 0); /* 只塗底部 */
  padding:.1em .35em; border-radius:;
  -webkit-box-decoration-break: clone; /* 多行時每行各自著色 */
  box-decoration-break: clone;
  display:inline; /* 只跟著文字寬 */
}


.chip2{
  background:#9dbe39; color:#3b3b3b;
  background: linear-gradient(transparent 55%, #9dbe39 0); /* 只塗底部 */
  padding:.1em .35em; border-radius:;
  -webkit-box-decoration-break: clone; /* 多行時每行各自著色 */
  box-decoration-break: clone;
  display:inline; /* 只跟著文字寬 */
}


/* ================================
   Little Stories - Bento Magazine
================================ */

.pm-bento-section {
  position: relative;
  padding: 7em 0 8em;
  background:
    radial-gradient(circle at 10% 0%, rgba(120, 141, 222, 0.16), transparent 32%),
    radial-gradient(circle at 92% 18%, rgba(187, 241, 22, 0.18), transparent 24%),
    #f7f8fc;
}

.pm-bento-head {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 42px;
  align-items: end;
  margin-bottom: 3.8em;
}

.pm-section-kicker {
  margin: 0 0 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78em;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #788dde;
}

.pm-section-title {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(3em, 5vw, 5.2em);
  line-height: 0.95;
  letter-spacing: -0.06em;
  color: #25283b;
}

.pm-section-desc {
  margin: 0;
  max-width: 620px;
  font-size: 1.05em;
  line-height: 1.85;
  color: #70758a;
}

.pm-bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(210px, auto);
  gap: 18px;
}

.pm-bento-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 230px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid #e3e7f2;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  color: #2f3348;
  box-shadow: 0 18px 46px rgba(43, 54, 105, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pm-bento-tile:hover {
  transform: translateY(-6px);
  border-color: rgba(120, 141, 222, 0.42);
  box-shadow: 0 26px 70px rgba(43, 54, 105, 0.16);
  text-decoration: none;
}

/*.pm-bento-tile::after {
  content: "";
  position: absolute;
  right: -58px;
  top: -58px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: rgba(120, 141, 222, 0.12);
  transition: transform 0.25s ease;
}*/

.pm-bento-tile:hover::after {
  transform: scale(1.18);
}

.pm-bento-content,
.pm-bento-meta {
  position: relative;
  z-index: 1;
}

.pm-bento-category {
  display: inline-flex;
  margin-bottom: 18px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68em;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8e94a6;
}

.pm-bento-tile h3 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.22em;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: #262a3d;
}

.pm-bento-tile p {
  margin: 16px 0 0;
  color: #6d7287;
  font-size: 0.96em;
  line-height: 1.75;
}

.pm-bento-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(227, 231, 242, 0.9);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.76em;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #a2a7b6;
}

.pm-bento-large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 478px;
  background:
    linear-gradient(135deg, rgba(120, 141, 222, 0.95), rgba(82, 107, 208, 0.95)),
    #788dde;
  color: #fff;
}

/*.pm-bento-large::after {
  width: 280px;
  height: 280px;
  right: -90px;
  top: -90px;
  background: rgba(255, 255, 255, 0.14);
}*/

.pm-bento-large .pm-bento-category,
.pm-bento-large p,
.pm-bento-large .pm-bento-meta {
  color: rgba(255, 255, 255, 0.75);
}

.pm-bento-large h3 {
  max-width: 620px;
  color: #fff;
  font-size: clamp(2em, 3vw, 3.4em);
  line-height: 1.1;
  letter-spacing: -0.055em;
}

.pm-bento-large .pm-bento-meta {
  border-top-color: rgba(255, 255, 255, 0.22);
}

.pm-bento-dark {
  background: #252525;
  color: #fff;
}

/*.pm-bento-dark::after {
  background: rgba(187, 241, 22, 0.18);
}*/

.pm-bento-dark h3 {
  color: #fff;
}

.pm-bento-dark p,
.pm-bento-dark .pm-bento-category,
.pm-bento-dark .pm-bento-meta {
  color: rgba(255, 255, 255, 0.68);
}

.pm-bento-dark .pm-bento-meta {
  border-top-color: rgba(255, 255, 255, 0.16);
}

.pm-bento-lime {
  background: #bbf116;
  border-color: #bbf116;
}

.pm-bento-lime::after {
  background: rgba(255, 255, 255, 0.35);
}

.pm-bento-lime h3,
.pm-bento-lime p,
.pm-bento-lime .pm-bento-category,
.pm-bento-lime .pm-bento-meta {
  color: #252525;
}

.pm-bento-lime .pm-bento-meta {
  border-top-color: rgba(37, 37, 37, 0.16);
}

@media (max-width: 991px) {
  .pm-bento-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pm-bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pm-bento-large {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  .pm-bento-section {
    padding: 5em 0 6em;
  }

  .pm-bento-grid {
    grid-template-columns: 1fr;
  }

  .pm-bento-large {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 360px;
  }

  .pm-bento-large h3 {
    font-size: 2em;
  }

  .pm-bento-tile {
    min-height: 220px;
    padding: 22px;
    border-radius: 24px;
  }

  .pm-bento-meta {
    flex-direction: column;
    gap: 8px;
  }
}

/* ================================
   Blog Article Area Only
   Safe version - does not touch hero/sidebar/layout
================================ */

.blog-article-list-v2 {
  display: block;
}

.blog-article-list-v2 .blog-article-card {
  position: relative;
  display: block;
  margin-bottom: 32px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid #e3e7f2;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: #414559;
  box-shadow: 0 18px 46px rgba(43, 54, 105, 0.075);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.blog-article-list-v2 .blog-article-card:hover {
  transform: translateY(-5px);
  border-color: rgba(120, 141, 222, 0.42);
  box-shadow: 0 28px 70px rgba(43, 54, 105, 0.15);
  text-decoration: none;
}

.blog-article-list-v2 .blog-article-card::after {
  content: "";
  position: absolute;
  right: -72px;
  top: -72px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(120, 141, 222, 0.1);
  pointer-events: none;
}

.blog-article-list-v2 .blog-article-body,
.blog-article-list-v2 .blog-article-meta,
.blog-article-list-v2 .blog-article-content {
  position: relative;
  z-index: 1;
}

.blog-article-list-v2 .blog-article-category {
  display: inline-block;
  margin-bottom: 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72em;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8e94a6;
}

.blog-article-list-v2 .blog-article-title {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.45em, 2vw, 2.05em);
  line-height: 1.36;
  letter-spacing: -0.035em;
  color: #25283b;
}

.blog-article-list-v2 .blog-article-title a {
  color: inherit;
  text-decoration: none;
}

.blog-article-list-v2 .blog-article-title a:hover {
  color: inherit;
  text-decoration: none;
}

.blog-article-list-v2 .blog-article-desc {
  margin: 18px 0 0;
  color: #74798c;
  font-size: 1.02em;
  line-height: 1.85;
}

.blog-article-list-v2 .blog-article-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(227, 231, 242, 0.95);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82em;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #a2a7b6;
}

.blog-article-list-v2 .blog-article-meta a {
  color: #526bd0;
  text-decoration: none;
}

/* First article: blue featured */

.blog-article-list-v2 .blog-article-card.is-featured {
  min-height: 360px;
  padding: 42px;
  background:
    linear-gradient(135deg, rgba(120, 141, 222, 0.96), rgba(82, 107, 208, 0.96)),
    #788dde;
  color: #fff;
}

/*.blog-article-list-v2 .blog-article-card.is-featured::after {
  width: 290px;
  height: 290px;
  right: -110px;
  top: -110px;
  background: rgba(255, 255, 255, 0.14);
}*/

.blog-article-list-v2 .blog-article-card.is-featured .blog-article-category,
.blog-article-list-v2 .blog-article-card.is-featured .blog-article-desc,
.blog-article-list-v2 .blog-article-card.is-featured .blog-article-meta {
  color: rgba(255, 255, 255, 0.76);
}

.blog-article-list-v2 .blog-article-card.is-featured .blog-article-title {
  color: #fff;
  font-size: clamp(2em, 3vw, 3.35em);
  line-height: 1.16;
}

.blog-article-list-v2 .blog-article-card.is-featured .blog-article-meta {
  border-top-color: rgba(255, 255, 255, 0.22);
}

.blog-article-list-v2 .blog-article-card.is-featured .blog-article-meta a {
  color: #fff;
}

/* Second article: black card */

.blog-article-list-v2 .blog-article-card.is-dark {
  background: #252525;
  border-color: #252525;
  color: #fff;
}

/*.blog-article-list-v2 .blog-article-card.is-dark::after {
  background: rgba(187, 241, 22, 0.18);
}*/

.blog-article-list-v2 .blog-article-card.is-dark .blog-article-title,
.blog-article-list-v2 .blog-article-card.is-dark .blog-article-title a {
  color: #fff;
}

.blog-article-list-v2 .blog-article-card.is-dark .blog-article-category,
.blog-article-list-v2 .blog-article-card.is-dark .blog-article-desc,
.blog-article-list-v2 .blog-article-card.is-dark .blog-article-meta {
  color: rgba(255, 255, 255, 0.68);
}

.blog-article-list-v2 .blog-article-card.is-dark .blog-article-meta {
  border-top-color: rgba(255, 255, 255, 0.16);
}

.blog-article-list-v2 .blog-article-card.is-dark .blog-article-meta a {
  color: #fff;
}

/* Third article: green card */

.blog-article-list-v2 .blog-article-card.is-lime {
  background: #bbf116;
  border-color: #bbf116;
  color: #252525;
}

.blog-article-list-v2 .blog-article-card.is-lime::after {
  background: rgba(255, 255, 255, 0.35);
}

.blog-article-list-v2 .blog-article-card.is-lime .blog-article-title,
.blog-article-list-v2 .blog-article-card.is-lime .blog-article-title a,
.blog-article-list-v2 .blog-article-card.is-lime .blog-article-category,
.blog-article-list-v2 .blog-article-card.is-lime .blog-article-desc,
.blog-article-list-v2 .blog-article-card.is-lime .blog-article-meta,
.blog-article-list-v2 .blog-article-card.is-lime .blog-article-meta a {
  color: #252525;
}

.blog-article-list-v2 .blog-article-card.is-lime .blog-article-meta {
  border-top-color: rgba(37, 37, 37, 0.16);
}

/* Image cards */

.blog-article-list-v2 .blog-article-card.has-image {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  padding: 24px;
}

.blog-article-list-v2 .blog-article-image {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 220px;
  overflow: hidden;
  border-radius: 14px;
  background: #f2f2f2;
}

.blog-article-list-v2 .blog-article-image img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}

/* RWD */

@media (max-width: 991px) {
  .blog-article-list-v2 .blog-article-card.has-image {
    grid-template-columns: 1fr;
  }

  .blog-article-list-v2 .blog-article-image,
  .blog-article-list-v2 .blog-article-image img {
    min-height: 260px;
  }
}

@media (max-width: 767px) {
  .blog-article-list-v2 .blog-article-card,
  .blog-article-list-v2 .blog-article-card.is-featured {
    min-height: auto;
    padding: 24px;
    margin-bottom: 24px;
  }

  .blog-article-list-v2 .blog-article-card.has-image {
    padding: 20px;
    gap: 20px;
  }

  .blog-article-list-v2 .blog-article-title,
  .blog-article-list-v2 .blog-article-card.is-featured .blog-article-title {
    font-size: 1.55em;
    line-height: 1.38;
  }

  .blog-article-list-v2 .blog-article-meta {
    flex-direction: column;
    gap: 8px;
  }

  .blog-article-list-v2 .blog-article-image,
  .blog-article-list-v2 .blog-article-image img {
    min-height: 220px;
  }
}

@media (max-width: 480px) {
  .blog-article-list-v2 .blog-article-card,
  .blog-article-list-v2 .blog-article-card.is-featured,
  .blog-article-list-v2 .blog-article-card.has-image {
    padding: 20px;
  }

  .blog-article-list-v2 .blog-article-desc {
    font-size: 0.96em;
  }
}

/* ================================
   Blog Categories Sticky
   Desktop only
================================ */

@media (min-width: 992px) {
  .blog-list .secondary.col-md-4 {
    position: -webkit-sticky;
    position: sticky;
    top: 96px;
    align-self: flex-start;
    z-index: 2;
  }
}

