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

  Template Name: Selena
  Description: Selena - Minimal Portfolio 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
      1.8 Helpers

  2.  Header 

      2.1 Navbar
      2.2 Nav Desctop
      2.3 Nav Mobile
      2.4 Navbar Affix
      2.5 Navbar Left
      

  3.  Main
  4.  About
  5.  Partners
  6.  Portfolio

      6.1 Portfolio Details
      
  7.  Contacts
  8.  Footer
  9.  Modals
  10.  Responsive styles

      10.1 Min width: 768px
      10.2 Min width 992px
      10.3 Min width 1200px
      10.4 Max width 1200 
      10.5 Max height 700

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



/* 1.1 General */



@import url('bootstrap.min.css');
@import url('owl.carousel.css');
@import url('owl.theme.default.css');
@import url('animsition.css');
@import url('font-awesome.min.css');
@import url('linearicons.css');
@import url('magnific-popup.css');
@import url('animate.css');
@font-face {
  font-family: 'NexaLight';
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/NexaLight.otf") format("opentype");
}

html{
  font-size: 85%;
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1em;
  line-height: 2;
  color: #4b4b4b;
  overflow-x:hidden;
  text-align: justify;
}

/* 1.2 Typography */



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

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

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

h2 i,
.h2 i{
  font-family: 'Playfair Display', serif;
  font-size: 1.1em;
}

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

h3 i,
.h3 i{
  font-family: 'Playfair Display', serif;
  font-size: 1.1em;
}

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

h4 i,
.h4 i{
  font-family: 'Playfair Display', serif;
  font-size: 1.1em;
}

h5,
.h5{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.35em;
  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: 1.15em;
  line-height: 1.35;
  font-weight: 700;
  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;
  text-align: justify;
}

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

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

a:hover,
a:focus {
  color:#303030;
  outline: none;
  text-decoration: underline;
}


a:focus{
  text-decoration: none;
}


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

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

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


/* 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{
  height:7em;
  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: #292929;
  border-right-width: 0;
  outline: 0;
  box-shadow: none;
}

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: #292929;
}

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

.input-group-btn{
  height: 100%;
  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;
}

.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-right:before{
  background: url(/assets/img/img-icon/next.png) 0 0 no-repeat;
  background-size: cover;
  margin-left: 0.72em;
}

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

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

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

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



/* 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: 10px 20px 10px 20px;
  font-size: 0.9375em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow:0 10px 20px rgba(0,0,0,0.2);
  background: linear-gradient(#b19355, #e1c977);
  -webkit-transition: all .3s ease-out!important;
          transition: all .3s ease-out!important;
}

.btn:hover,
.btn:focus{
  background: linear-gradient(#b19355, #e1c977);
  color: #fff;
  -webkit-box-shadow:none;
  box-shadow: none;
  outline: none!important;
}

.btn-dark{
  background: linear-gradient(15deg,#b19355, #e1c977);
  box-shadow:0 10px 20px rgba(0,0,0,0.2);
}



/* 1.5 Icons */



i.icon{
  display: inline-block;
  font-size: 3em;
  line-height: inherit;
  width:auto;
  height:auto;
}




/* 1.7 Content styles */



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

.row-base{
  margin:-4em -2em 0 -2em;
}

.col-base{
  padding:0 2em;
  margin-top:4em;
}

header p:last-child{
  margin-bottom: 0;
}

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

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

.section-static{
  position: static!important;
}

.section-content{
  margin-top: 4.8em;
}

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

.bg-left-fluid,
.bg-left-md-fluid,
.bg-left-lg-fluid{
  margin-top: 5em;
  height: 30em;
  background-size: cover;
  background-position: 50% 0;
}

.bg-right-fluid,
.bg-right-md-fluid,
.bg-right-lg-fluid{
  margin-top: 5em;
  height: 30em;
  background-size: cover;
  background-position: 50% 0;
}

.lead{
  font-size: 1.275em;
  line-height: 2;
  margin:1em 0 1.8em;
}

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

.navbar-space{
  padding-top: 4em;
}

.navbar-sm-space{
  padding-top: 4.3em;
}



/* 1.8 Helpers */



.text-white{
  color:#fff;
}

.text-dark{
  color:#030203;
}

.text-muted{
  color: #9a9a9a;
}

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

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

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

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

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

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

.pb-sm{
  padding-bottom: 4em!important;
}

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

.navbar-white{
  background:#fff;
}

.brand{
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size:1.875em;
  font-weight: 700;
  line-height: 1;
  color: #303030;
}

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

.navbar .brand{
  float: left;
  margin-left: 15px;
  color: #fff;
  margin-top: -0.2em;
}

.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;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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



/* 2.2 Nav Desctop */



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

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

.nav-desctop-list  li  a{
  text-decoration: none;
}

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

.nav-desctop-list > li > a{
  color: #fff;
  display: block;
  margin-top: 0.2em;
  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.6;
}

.nav-desctop-list li ul{
  position: absolute;
  z-index: 10;
  left: 0;
  top:60%;
  visibility: hidden;
  min-width: 16em;
  padding:1em 0;
  opacity: 0;
  white-space: nowrap;
  background:#f6f6f6;
  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: -2em;
  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 2.5em 1em;
}

.nav-desctop-list li li a{
  position: relative;
  color: #3b3b3b;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

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

.navbar-toggle{
  padding: 0;
  margin-top:0.7em;
  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:500;
  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{
  position: relative;
  display: block;
  padding: 1em 1em;
  text-decoration: none;
  color:#3b3b3b;
}

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

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


.nav-mobile-list ul{
  display: none;
  font-size:0.9em;
}

.nav-mobile-list li li a{
  color: #3b3b3b;
}



/* 2.4 Navbar Affix */



.navbar.white{
  position: absolute;
}

.navbar.affix{
  position: fixed;
}

.navbar.affix,
.navbar.light{
  top:0;
  z-index: 5;
  top:0;
  background-color: #f6f6f6;
}

.navbar.affix .nav-desctop-list li a,
.navbar.light .nav-desctop-list li a{
  color: #3b3b3b;
}


.navbar.affix .brand,
.navbar.light .brand{
  color:#303030;  
}

.navbar.affix .social-list li a,
.navbar.light .social-list li a{
  color:#3d3d3d;
}

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

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

.navbar.affix .navbar-toggle .icon-bar,
.navbar.light .navbar-toggle .icon-bar{
  background-color: #303030;
}



/* 2.5 Navbar Left */



.navbar-left{
  position: fixed;
  left:0;
  top:0;
  bottom: 0;
  width: 15em;
  text-align: center;
  background: #f5f5f5;
  padding: 0;
  margin:0;
}

.navbar-left .brand-panel{
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom:1px solid #e8e8e8;
}

.nav-left-list{
  position: absolute;
  padding:0 2em;
  top: 11em;
  right:0;
  left: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling:touch;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.75em;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 0;
}

.nav-left-list a{
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.nav-left-list > li{
  display: block;
  text-align: left;
  margin-top: 1.5em;
  margin-left: 25px;
}

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

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

.nav-left-list  li  a:hover, 
.nav-left-list  .active > a,
.nav-left-list  .current > a{
  opacity: 0.5;
  text-decoration: none;
}

.nav-left-list  .current > a:after,
.nav-mobile-list .current > a:after{
  position: absolute;
  font-family: 'Linearicons';
  content: "\e93a";
  padding-left: 0.9em;
  font-size: 0.8em;
  margin-top: 0.2em;
}
  
.nav-left-list ul{
  display: none;
  font-size:0.9em;
  padding-top: 1.5em;
}

.nav-left-list ul  li{
  margin-top: 2em;
}
.nav-left-list .active{
  border-bottom: 2px solid #e1c977;
}
.navbar-left address a{
  color:#595959;
}

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


.navbar-left .social-list{
  float: none;
  position: absolute;
  bottom:4em;
  width: 100%;
  left: 0;
}

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


.navbar-left .address-panel{
  left: 0;
  width: 100%;
  position: absolute;
  bottom:10em;
}

address{
  line-height: normal;
  margin-bottom:1em;
}



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



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

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

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

.main2 .opener{
  padding: 15em 0 13em;
}


.main-full .opener{
  height: 100vh;
}

.main h1{
  color: #fff;
}

main h1{
  margin-top: 0;
  margin-bottom: 0.2em;
}

.main .social-list{
  margin-top: 1.8em;
}

.main .social-list li a:hover{
  color: #fff;
  opacity: 0.5;
}

.video-bg {
  width: 100%;
  height: 100%;
}
.video-bg video{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-play{
  z-index: 1;
  position: absolute;
  left: 5%;
  bottom: 12em;
}
.bg-scroll{
  z-index: 1;
  position: absolute;
  right: 5%;
  bottom: 0em;
  cursor: pointer;
}

.bg-play .circle-play{
  width: 100px;
  height: 100px;
  border: 7px solid #e1c97a;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
}

.bg-play .circle-play img{
    width: 90px;
}

.bg-play .circle-play:hover{
  box-shadow: 0px 0px 60px rgba(255, 255, 255, 0.5);
}
.bg-layer{
    width: 100%;
    height: 100vh;
}
.bg-desc{
    position: absolute;
    bottom: 5%!important;
    left: 5%;
    color: #fff;
    text-align: left;
    z-index: 10;
}
.bg-desc h2{
    color: #fff;
    margin: 0;
}
.bg-desc p{
    font-size: 25px;
    margin: 0;
}



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




.skills-bar{
  margin-top: 3em;
}

.progress {
  overflow: visible;
  height: 0.5em;
  margin-bottom: 2.7em;
  border-radius: 0;
  box-shadow: none;
  background: #f0f0f0;
}

.progress:last-child{
  margin-bottom: 0;
}

.progress-bar-title{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.7em;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #141414;
  margin-bottom: 0.5em;
}

.progress-bar {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  background-color: #3b3b3b;
  color: #343434;
  width: 15%;
}

.progress-bar span {
  position: absolute;
  top: -30px;
  right: 0px;
}

.col-feature p:last-child{
  margin-bottom: 0;
}

.col-feature .icon{
  margin-top: -0.4em;
}

.col-feature h6{
  margin-top: 0.4em;
}

.section-main-clients{
  padding-top: 4em!important;
}

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

.client .quote {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  top: -2rem;
  left: -2rem;
  font-size: 10em;
  line-height: 1;
  color: #eae9e9;
  font-style: italic;
}

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

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

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

.owl-dot.active{
  background-color: #b0b0b0;
}

.statistic{
  position: relative;
  padding: 5em 0;
}


.col-stat .icon{
  margin-bottom: 0.5em;
}

.col-stat span{
  float: left;
  margin:0 1em 0 0;
  margin-right: 0.3em;
  display: block;
}


/*-------------------------------------------------------------------------------
  5. Partners
-------------------------------------------------------------------------------*/



.partners{
  text-align: center;
  padding:2em 0;
  margin:0 -5em;
}

.partner{
  display: inline-block;
  margin:3rem 5em;
}

.section-sm .partners{
  padding: 0;
}



/*-------------------------------------------------------------------------------
  6. Portfolio
-------------------------------------------------------------------------------*/



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

.filter-top{
  margin-top: 3em;
}

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

.filter li a{
  color:#3b3b3b;
}

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

.portfolio-container{
  margin-top:5em;
}

.col-portfolio{
  padding: 0;
}

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

.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: 1;
  text-align:center;
  color: #fff;
  background-color: rgba(221, 221, 221, 0.4);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}


.showcase-item-hover:hover{
  opacity: 0;
  color: transparent;
  background-color: transparent;
}

.showcase-item-hover2{
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 0;
  bottom:0;
  left: 0;
  right:0;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.showcase-item-hover2:before{
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 40%,rgba(0,0,0,0.6) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 40%,rgba(0,0,0,0.6) 100%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.showcase-item-hover2 .icon-plus{
  opacity: 0;
  font-size: 1.2em;
  position: absolute;
  z-index: 2;
  right:5%;
  top:5%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.showcase-item-info{
  position: absolute;
  top:50%;
  left: 0;
  opacity: 1;
  width: 100%;
  padding: 0 2em;
}

.showcase-item-info:hover{
  opacity: 0;
  -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-info2{
  position: absolute;
  z-index: 1;
  left: 7%;
  bottom:7%;
  right:6em;
}

.showcase-item-info2 .showcase-item-category{
  margin-top: 0.7em;
}

.showcase-item-title{
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: 800;
}

.showcase-item-category{
  margin-top: 0.4em;
  line-height: 1.6;
}

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

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

.showcase-item-hover2:hover{
  background-color: rgba(221, 221, 221, 0.4);
}

.showcase-item-hover2:hover:before,
.showcase-item-hover2:hover .icon-plus{
  opacity: 1;
}

.mfp-image-holder .mfp-content{
  max-width: 92%;
}

.mfp-bottom-bar{
  margin-top: -30px;
}

.mfp-title{
  font-size: 0.9em;
  letter-spacing: 0.05em;
  font-style: italic;
}

.isotope-item{
  width: 100%;
}

.isotope-pad{
  margin:-0.84em;
}

.isotope-pad .isotope-item{
  padding: 0.84em;
}



/* 6.1 Portfolio Details */



.portfolio-meta{
  text-align: center;
}

.row-meta{
  margin-top: -2em;
}

.col-meta{
  margin-top: 2em;
  text-align: center;
}

.col-meta .icon{
  line-height: 1;
  font-size: 2.1em;
  margin-bottom: 0.6em;
}

.col-meta h6{
  margin:0 0 0.4em 0;
}

.col-meta span{
  font-style: italic;
}

.col-meta-horizontal{
  text-align: left;
 }

.col-meta-horizontal h6{
  padding-top: 0.15em;
  padding-right: 5px;
}

.project-details-info{
  padding-top: 10em;
}

.project-detail-item{
  max-height: 800px;
  background-size:cover;
  background-position: 50%;
}

.owl-prev,
.owl-next{
  position: absolute;
  top:50%;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  background:rgba(0,0,0,0.4);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}

.owl-prev{
  left: 2em;
}

.owl-next{
  right: 2em;
}

.owl-prev:before{
  font-family: 'Linearicons';
  content: "\e93b";
}

.owl-next:before{
  font-family: 'Linearicons';
  content: "\e93c";
}

.owl-prev:hover,
.owl-next:hover{
  background:#313131;
}



/* ------------------------------------------------------------------------------- */
/*  7. Contacts
/* ------------------------------------------------------------------------------- */



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

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



/* ------------------------------------------------------------------------------- */
/*  8. Footer
/* ------------------------------------------------------------------------------- */



.footer{
  color: #4b4b4b;
  background: #f7f7f7;
  overflow: hidden;
}

.footer,
.footer a{
  color: #4b4b4b;
}

.footer a:hover{
  color: #303030;
  text-decoration: none;
}

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

.footer p{
  margin-bottom: 0;
}

.subscribe-title{
  line-height: 1.2;
  margin-bottom: 1.3em;
}

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

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




.nav-bottom{
  position: absolute;
  bottom: 1px;
  width: 100%;
  background: #e0e0e0;
  text-align: left;
  line-height: 1.1;
  padding: 20px;
}
.nav-bottom h6{
  font-size: 13px;
  padding-left: 33px;
  margin: 0;
}
.nav-bottom ul{
  padding-left: 33px;
}
.nav-bottom ul:last-of-type{
  margin: 0;
}
.nav-bottom a{
  font-size: 13px;
  text-decoration: none;
}
.nav-bottom .fa{
  font-size: 14px;
}



/* ------------------------------------------------------------------------------- */
/*  9. 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;
   border-radius: 0;
}

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

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



/* ------------------------------------------------------------------------------- */
/*  10. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 10.1 Min width 768px */



@media (min-width: 768px){

  html{
    font-size: 90%;
  }

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

  .section-content{
    margin-top: 4.8em;
  }



  /* Portfolio */



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




/* 10.2 Min width 992px */



@media (min-width: 992px){

  body{
    padding-left: 15em;
  }

  .body-no-sidebar{
    padding-left: 0;
  }

  html{
    font-size: 100%;
  }

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

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

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

  .md-hide{
    position: absolute;
    left: -9999999px;
  }

  .section,
  .section-md{
    position: relative;
    padding-top: 2.1em;
    padding-bottom: 2.1em;
  }

  .section-content{
    margin-top: 5.8em;
  }



  /* Navbar */



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

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

  .navbar .social-list{
    float: right;
  }

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

  .navbar-sm-space{
    padding-top: 0;
  }

  .container-left-md-fluid{
    padding-right: 4em;
  }

  .container-right-md-fluid{
    padding-left: 4em;
  }


  /* Portfolio */



  .bg-right-md-fluid{
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
    margin-top:0;
  }

  .bg-left-md-fluid{
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    margin-top:0;
  }
}


/* 10.3 Min width 1200px */




@media (min-width: 1200px){




  /* Helpers */



  .pull-right-lg{
    float: right;
  }

  .section,
  .section-lg{
    position: relative;
    padding-top: 7.1em;
  }

  .section-content{
    margin-top: 6.8em;
  }

  .bg-left-fluid{
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    margin-top:0;
  }

  .bg-right-fluid{
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
    margin-top:0;
  }

  .bg-right-sm-fluid{
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
    margin-top:0;
  }

  .bg-right-lg-fluid{
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
    margin-top:0;
  }

  .bg-left-lg-fluid{
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    margin-top:0;
  }

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

  .container-left-lg-fluid{
    padding-right: 4em;
  }

  .container-right-lg-fluid{
    padding-left: 4em;
  }



  /* Navbar */



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



  /* Portfolio */


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


/* 10.4 Max width 1200 */



@media(max-width: 1200px){

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


/* 10.5 Max height 700 */


@media(max-height: 700px){
 .navbar-left .address-panel{
    display: none;
  }
  .mobile-title{
    padding-top: 50px;
  }

 .nav-left-list{
   bottom: 12em;
 }

 .navbar-left .social-list{
  bottom: 3em;
 }
}


.mb-0{
  margin-bottom: 0;
}
.mb-1{
  margin-bottom: 10px;
}
.mb-2{
  margin-bottom: 20px;
}
.mb-3{
  margin-bottom: 30px;
}
.mb-4{
  margin-bottom: 40px;
}
.mt-0{
  margin-top: 0;
}
.mt-1{
  margin-top: 10px;
}
.mt-2{
  margin-top: 20px;
}
.mt-3{
  margin-top: 30px;
}
.mt-4{
  margin-top: 40px;
}

.pb-0{
  padding-bottom: 0;
}
.pb-1{
  padding-bottom: 10px;
}
.pb-2{
  padding-bottom: 20px;
}
.pb-3{
  padding-bottom: 30px;
}
.pb-4{
  padding-bottom: 40px;
}
.pt-0{
  padding-top: 0;
}
.pt-1{
  padding-top: 10px;
}
.pt-2{
  padding-top: 20px;
}
.pt-3{
  padding-top: 30px;
}
.pt-4{
  padding-top: 40px;
}




.title-grey{
  color: #ccc;
  font-size: 16px;
  font-weight: normal;
}

.left-text{
  color: #ccc;
  font-size: 15px;
  letter-spacing: 10px;
  transform: rotate(90deg);
}
.left-text p{
  position: absolute;
  width: 400px;
  margin: 0;
  bottom: -85px;
  left: 0px;
}



.stars-bg{
  position: absolute;
  right: 0px;
  top: 30%;
  transform: rotate(-55deg);
  width: 200px;
  margin-top: 50px;
}

.right-text{
  position: absolute;
  color: #ccc;
  font-size: 15px;
  letter-spacing: 10px;
  left: 0%;
  top: 20%;
}
.right-text p{
  position: sticky;
  transform: rotate(-90deg);
  margin-left: -135px;
}

.stars-bg-right{
  position: absolute;
  left: 0px;
  top: 30%;
  transform: rotate(55deg);
  width: 200px;
}
.home-work-img{
  width: 100%;
  height: 225px;
  object-fit: cover;
}
.home-work-img-first{
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.footer-autor{
  float: right;
}
.portfolio-img{
  width: 100%;
  height: 243px;
  object-fit: cover;
}
.what-session{
    text-align: center;
    cursor: pointer;
}
.what-session li{
    display: inline;
}
.what-session img{
    width: 80px;
}
.contact-active{
    border: 1px solid #c3a155;
    background: #fcfcfc;
}
.navbar-toggle.collapsed .icon-bar {
  background-color: #000;
}
.copyrights{
  margin: 0;
  font-size: 12px;
}
#foot-author{
  float: right;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.container{
  width: 100%!important;
  margin-top: 20px;
}
.tarifs-block{
  margin: 10px;
  border: 1px solid #ccc;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  height: 202px;
  padding-right: 20px;
}
.tarifs-block img{
  width: 300px;
  height: 200px;
  object-fit: cover;
  float: left;
  margin-right: 20px;
}
.tarifs-block h6{
  margin: 0;
  text-align: center;
  padding-top: 10px;
}
.tarifs-block p{
  padding: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  padding-top: 5px;
}
.hservices-img{
  width: 100%;
  height: 361px;
  object-fit: cover;
}
.vertical-text{
  position: absolute;
  top: 0px;
  left: 7px;
}
.vertical-text img{
  height: 300px;
}
.gold{
  color: #e1c977!important;
}
.gold img{
  width: 25px;
  margin-top: -10px;
}
.text-star{
  width: 20px;
  margin-top: -10px;
}



.pricingTable{
  padding: 100px 0 20px;
  border: 1px solid #ddd;
  text-align: center;
  position: relative;
  transition: all 0.5s ease 0s;
}

.pricingTable .title{
  width: 100%;
  padding: 10px 0;
  margin: 0;
  background: #f5f5f5;
  border: 1px solid #ddd;
  font-size: 22px;
  font-weight: 800;
  color: #ababab;
  text-transform: uppercase;
  position: absolute;
  top: 30px;
  left: -15px;
  transition: all 0.5s ease 0s;
}

.pricingTable:hover,
.pricingTable:hover .title{ border: 1px solid #25283d; }

.pricingTable .title:after{
  content: "";
  border-top: 15px solid #d2d2d2;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  bottom: -30px;
  left: -1px;
  transition: all 0.5s ease 0s;
}

.pricingTable:hover .title:after{ border-top: 15px solid #000; }

.pricingTable .price-value{
  font-size: 50px;
  color: #ababab;
  margin-bottom: 40px;
}

.pricingTable .month{
  display: block;
  font-size: 14px;
  color: #e1c977;
  line-height: 0;
  text-transform: uppercase;
}

.pricingTable .pricing-content{
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.pricingTable .pricing-content li{
  font-size: 14px;
  color: #848484;
  line-height: 45px;
  border-bottom: 1px solid #ddd;
}

.pricingTable .pricing-content li:nth-child(odd){ background: #f5f5f5; }

.pricingTable .pricing-content li:first-child{ border-top: 1px solid #ddd; }

.pricingTable .pricingTable-signup{
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #ababab;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s ease 0s;
}

.pricingTable .pricingTable-signup:hover{ color: #e1c977; }

.pricingTable .pricingTable-signup span{
  display: block;
  padding: 7px 30px;
}

.pricingTable .pricingTable-signup:before,
.pricingTable .pricingTable-signup:after,
.pricingTable .pricingTable-signup span:before,
.pricingTable .pricingTable-signup span:after{
  content: "";
  background: #e1c977;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.15s ease-in-out 0s;
}

.pricingTable .pricingTable-signup:before,
.pricingTable .pricingTable-signup:after{
  width: 2px;
  height: 0;
}

.pricingTable .pricingTable-signup span:before,
.pricingTable .pricingTable-signup span:after{
  width: 0;
  height: 2px;
  transition-delay: 0.15s;
}

.pricingTable .pricingTable-signup:after{
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

.pricingTable .pricingTable-signup span:before{
  right: 0;
  left: auto;
}

.pricingTable .pricingTable-signup span:after{
  top: auto;
  bottom: 0;
}

.pricingTable .pricingTable-signup:hover:before,
.pricingTable .pricingTable-signup:hover:after{
  height: 100%;
  transition-delay: 0.15s;
}

.pricingTable .pricingTable-signup:hover span:before,
.pricingTable .pricingTable-signup:hover span:after{
  width: 100%;
  transition-delay: 0s;
}
@media only screen and (max-width: 990px){
  .pricingTable{ margin-bottom: 30px; }
}

.sec-pad{
  padding-top: 10px
}
.container-left-lg-fluid h3{
  text-align: center;
}
.container-left-lg-fluid h6{
  text-align: center;
}