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

  Template Name: Bauhaus
  Description: Bauhaus - OnePage Architecture & Interior HTML Template
  Author: Murren
  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 Helpers

  2.  Navbar 

      2.1 Navbar elements
      2.2 Navbar affix
      2.3 Sidebar Menu
      
  3.  Homepage

      3.1 Jumbotron
      3.2 Slider
      3.3 Section About
      3.4 Section Projects

          3.4.1 Projects Carousel

      3.5 Section Clients
      3.6 Section Partners
      3.7 Section Team
      3.8 Section Contacts
      3.9 Footer

  4.  Homepage v2

      4.1 Navbar
      4.2 Sections
      4.3 Section About
      4.4 Section Projects
      4.5 Section Partners
      4.6 Section Testimonials 
      4.7 Section Contacts

  5. Responsive styles

      5.1 Min width: 768px
      5.2 Min width 992px
      5.3 Min width 1200px 
      5.4 Min width 1550px 
      5.5 Min height 500px
      5.6 Min height 600px
      5.7 Min height 700px


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



/* 1.1 General */



@import url('bootstrap.css');
/*@import url('linearicons.css');*/
@import url('animate.css');
@import url('magnific-popup.css');
@import url('jquery.pagepiling.css');
@import url('owl.carousel.css');
@import url('settings.css');
/*@import url('layers.css');
@import url('navigation.css');*/


html{
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 2.1428;
  color: #666666;
  -webkit-overflow-scrolling:touch;
}

.body-fullpage{
  overflow: hidden;
}


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

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #D02A2F;
  border-radius: 10px;
}




/* 1.2 Typography */


h1,
.h1{ 
  font-size: 3.428rem;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.025em;
  margin:0.5em 0;
}

h2,
.h2{ 
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.166;
  color: #000;
  letter-spacing: 0;
  margin:2.6rem 0;
}

h3,
.h3{
  font-weight: 600;
  font-size: 2.142rem;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #000;
  margin:2.6rem 0;
}

h4,
.h4{
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0.025em;
  color: #000;
  margin:2.6rem 0;
}

h5,
.h5{
  font-weight: 600;
  font-size: 1.571rem;
  line-height: 1.1;
  letter-spacing:0;
  color: #000;
  margin:2.6rem 0;
}

h6,
.h6{
  font-weight: 600;
  font-size: 1.285rem;
  line-height: 1.3333;
  letter-spacing:0;
  color: #000;
  margin:2.6rem 0;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 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,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover{
  text-decoration: none;
}


strong{
  font-weight: 600;
}

p,
blockquote{
  margin-bottom: 2.6rem;
  font-size: 1rem;
  line-height: 2;
}

a {
  color:#D02A2F;
  -webkit-transition: color .1s ease-out;
       -o-transition: color .1s ease-out;
          transition: color .1s ease-out;
}

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


a:focus{
  text-decoration: none;
}


/* 1.3 Fields */

input::placeholder {
  color: #000 !important;
  font-size: 1rem;
  font-weight: 500;
}

input,
input[type='address'],
input[type='url'],
input[type='password'],
input[type='email'],
input[type="search"],
input[type="tel"],
textarea,
select{
  display: inline-block;
  width:100%;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.75em;
  color: #000;
  background-color:#fff;
  border:0;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  padding:0.2rem 1rem 0;
  height:3.6em;
  -webkit-box-shadow:none;
          box-shadow:none;
      -webkit-appearance: none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

textarea{
  padding-top: 0.8rem;
  height: 15rem;
  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,
select:focus{
  border-color: #D02A2F;
  outline: 0;
}

input.input-gray,
textarea.input-gray{
  color: #000;
  background: #f6f6f6;
}


input.input-gray:focus,
textarea.input-gray:focus{
  background: #fff;
}

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

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

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

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

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

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


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

.mc-label,
label.error{
  font-size: 0.93em;
  font-weight: 400;
  margin: 0.7em 0 0 0;
  color: #747474;
}


#form-popup {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  max-width: 450px;
  padding: 2rem 4rem;
  color: #fff;
  background: #272727;
  border: solid 5px #D02A2F;
}
#form-popup p {
  font-size: 1.2rem;
}
#form-popup .mfp-close {
  color: #fff;
}

/* 1.4 Buttons */
.thanks{
    width: 100%;
    height: 100vh;
    position: fixed;
    background-image: url('../images/bg/bb.jpg');
    background-color: #534d4b;
    background-position: center center;
    background-size: cover;
    top: 0;
    padding-bottom: 170px;
    color: #ededed;
    text-align: center;
    font-weight: 700;
  }
  .thanks__logotext{
    color: #fff;
  }
  .thanks.flex{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .thanks h2{
    font-size: 55px;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #fff;
  }
  .thanks h3{
    font-size: 35px;
    margin-bottom: 50px;
    color: #fff;
  }


.btn{
  color:#fff;
  letter-spacing: 0.025em;
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
  border:0;
  border-radius: 0;
  padding: .5em 3em;
  background-color: #000;
  text-decoration: none;
  -webkit-transition: all .3s ease-out!important;
          transition: all .3s ease-out!important;
}

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

.btn-upper{
  font-weight: 600;
  text-transform: uppercase;
}

.btn-yellow {
    background: #D02A2F;
    color: #fff !important;
}

.btn-yellow:hover,
.btn-yellow:focus{
  background: #000;
}



/* 1.5 Icons */



.icon{
  display: inline-block;
  font-size: 4.2rem;
}

.link-arrow{
  display: inline-block;
  color: #000;
  line-height: 1!important;
  font-weight: 600;
}

.link-arrow .icon{
  position: relative;
  margin-left: 0.5rem;
  font-size: 1.5em;
  vertical-align: middle;
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}

.link-arrow .ion-ios-arrow-right{
  vertical-align: middle;
  font-size: 1rem;
}

.link-arrow:hover{
  color: #D02A2F;
  text-decoration:none;
}

.link-arrow:hover .icon{
  -webkit-transform: translateX(0.5rem);
  -o-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}



/* 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;
  z-index: 999;
}

.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: #D02A2F;
  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 Helpers */



.text-dark{
  color: #000;
}

.text-muted{
  color: #999;
}

.text-white{
  color: #fff;
}

.text-primary{
  color: #D02A2F;
}

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

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

.rel-1{
  position: relative;
  z-index: 1;
}

.overflow-hidden{
  overflow: hidden;
}

.visible-xl{
  display: none;
}



/*-------------------------------------------------------------------------------
  2. Navbar
-------------------------------------------------------------------------------*/



.navbar{ 
  position: absolute;
  z-index: 10;
  left:0;
  top:0;
  width:100%;
  padding-top: 2.7rem;
  height: 7rem;
  margin:0;
  border-radius: 0;
  border:0;
  color: #fff;
}

.navbar .brand{
  background: url(../images/logo.png);
  background-size: cover;
  height: 4rem;
  width: 9rem;
  float: left;
  margin-top: -1.5rem;
  margin-right: 0.65rem;
  height: 4rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.affix .brand {
  background: url(../images/logo-dark.png);
  background-size: cover;
  height: 4rem;
  width: 9rem;
}




/* 2.1 Navbar elements */



.brand{
  line-height: 1.6;
  color: #000;
  display: inline-block;
}

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

.brand img{
  display: inline-block;
  vertical-align: top;
  margin-right: 0.65rem;
  height: 4rem;
}

.brand-info{
  display: inline-block;
}

.brand-name{
  font-family: 'Teko', sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1;
}

.brand-text{
  color: #868686;
  font-size: 0.857rem;
  font-weight: 300;
  margin-top: -0.3rem; 
}

.navbar-toggle{
  margin-top: -.5rem;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0;
  margin-right: 1.2rem;
  float: left;
  }

.navbar-toggle .icon-bar{
  margin-top: -.5rem;
  width: 35px;
  height: 3px;
  background-color: #D02A2F;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
.navbar-toggle:hover .icon-bar{
  background-color:  #D02A2F;
}
.navbar a {
  color: #fff;
}
.navbar .social-list{
  float: right;
  margin-top: -1.5rem;
}
.navbar .contact-top {
  float: right;
}

.social-list {
  text-align: center;
  overflow:hidden;
}

.social-list a {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  color:#fff;
  width: 1.5rem;
  height: 1.5rem;
  margin: 2px 0;
}
.footer-links a {
  color: #000;
}
.affix .social-list a {
  color: #000;
}
/*#link-telega {
  background: url(../images/telega-footer.png);
  background-size: cover;
}
#link-insta {
  background: url(../images/insta-footer.png);
  background-size: cover;
}
#link-facebook {
  background: url(../images/facebook-footer.png);
  background-size: cover;
}
#link-viber {
  background: url(../images/viber-footer.png);
  background-size: cover;
}
.affix #link-telega, .footer-links  #link-telega{
  background: url(../images/telega.png);
  background-size: cover;
}
.affix #link-insta, .footer-links  #link-insta{
  background: url(../images/insta.png);
  background-size: cover;
}
.affix #link-facebook, .footer-links  #link-facebook{
  background: url(../images/facebook.png);
  background-size: cover;
}
.affix #link-viber, .footer-links  #link-viber{
  background: url(../images/viber.png);
  background-size: cover;
}*/

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

.navbar-spacer{
  float: right;
  margin: -1.5rem 1.2rem 0;
  width: 1px;
  height: 5rem;
  background-color: #e0e0e0;
}

.navbar-address{
  float: left;
  margin-left: 4.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.navigation{
  float: right;
  margin-top: -0.3rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.navigation ul{
  list-style: none;
}

.navigation ul li{
  float: left;
  margin-right: .5rem;
}

.navigation ul li a {
  padding: 5px 10px;
}

.navigation ul .active a,
.navigation ul li a:hover {
  color: #fff;
  background: #D02A2F;
  text-decoration: none;
}
.contact-top {
  margin-top: -1rem;
}
.contact-top .icon {
  font-size: 16px;
  padding-right: 5px;
}
.contact-top p {
  line-height: 1.2;
  margin-bottom: 5px;
}
.work-hours {
  text-align: center;
  font-size: 12px;
}

.affix, .affix a {
  color: #000;
}

.overlay {
  background: rgb(0 0 0 / 70%);
  position: absolute;
  top: -7rem;
  width: 100%;
  height: 1000px;
}

.mob {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 100%;
}

.navbar-spacer-vertical {
  margin: 1.5rem 0;
  float: left;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}
/* 2.2 Navbar affix */



.navbar.affix{
  position: fixed;
  box-shadow: 0 0 65px rgba(0,0,0,0.07);
  background: #fff;
}



/* 2.3 Sidebar menu */



.click-capture{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  background: rgba(0,0,0,0.3);
  transition: opacity 0.5s;
}

.menu{
  position: fixed;
  top:0;
  bottom:0;
  left: 0;
  width: 70%;
  z-index: 100;
  background-color: #272727;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.close-menu{
  position: absolute;
  z-index: 2;
  top: 2.3rem;
  font-size: 2.1rem;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.close-menu:hover{
  color: #D02A2F;
}

.mobile-menu ul{
  opacity: 0;
  position: absolute;
  left: 0;
  top:9rem;
  bottom:10.5rem;
  padding-left: 15%;
  overflow-x:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  overflow-scrolling:touch;
  font-weight: 600;
  letter-spacing: -0.025rem;
  list-style: none;
  margin:0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
  -o-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
  transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
}

.mobile-menu ul li a {
  color: #fff;
  font-size: 1.2rem;

}

.mobile-menu ul .active > a,
.mobile-menu ul .active,
.mobile-menu ul li a:hover{
  text-decoration: none;
  color: #D02A2F;
}

.mobile-menu ul > li{
  font-size: 1.65rem;
  line-height: 1;
}

.mobile-menu ul > li{
  margin-top: 2rem;
}

.mobile-menu ul > li:first-child{
  margin-top: 0;
}

.menu-footer{
  color: #fff;
  position: absolute;
  left: 15%;
  bottom: 4rem;
}

.menu-footer .copy{
  opacity: 0;
  font-size: .7rem;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: all 0.5s 0.9s ease;
  -o-transition: all 0.5s 0.9s ease;
  transition: all 0.5s 0.9s ease;
}

.menu-is-opened .click-capture{
  visibility: visible;
  opacity: 1;
}

.menu-is-opened .menu{
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 65px rgba(0,0,0,0.07);
}

.menu-is-opened .menu .menu-lang,
.menu-is-opened .menu-list,
.menu-is-opened .menu .menu-footer .social-list,
.menu-is-opened .menu .menu-footer .copy{
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.menu-is-closed .menu .menu-lang,
.menu-is-closed .menu .menu-list,
.menu-is-closed .menu .menu-footer .social-list,
.menu-is-closed .menu .menu-footer .copy{
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay:0s;
  transition-delay: 0s;
}



/*-------------------------------------------------------------------------------
  3. Homepage
-------------------------------------------------------------------------------*/



.wrapper{
/*  padding-top:7rem;*/
  overflow-x:hidden;
}

.boxed{
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}

.boxed .container,
.boxed .container-fluid{
  padding: 0;
  max-width: 100%;
}

.left-boxed{
  left: 1.7rem;
}

.right-boxed{
  right:1.7rem;
}

.section{
  padding: 4rem 0 1.5rem;
}

.section-title{
  margin:0;
}

.section-title .link-arrow-2{
  margin-top:1.05rem;
}

.section-subtitle{
  display: inline-block;
  font-weight: 500;
  font-size: 1.142rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #D02A2F;
  margin-bottom: 1rem;
}



/* 3.1 Jumbotron */



.jumbotron{
  position: relative;
  overflow: hidden;
  padding:0;
  margin:0;
  color: #fff;
  background-color: #fff;
}


/* 3.2 Slider */



.rev_slider .link-arrow{
  color: #fff;
}

.rev_slider .link-arrow:hover{
  color:#D02A2F;
}

.rev_slider .link-arrow:hover .icon{
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}

.prod-img {
  width: 100%;
  margin-bottom: 2rem;
}

.btn .icon {
  vertical-align: middle;
  font-size: 2rem;
  padding-left: .5rem;
}
.small {
  padding: .7rem 0;
  font-size: 1rem !important;
}





.main-slider .owl-nav {
  top: 40%;
  width: 100%;
}
.main-slider .owl-prev, .main-slider .owl-next {
  font-size: 4rem;
  padding: 0 1rem;
  position: absolute;
  left: 0;
}
.main-slider .owl-next {
  left: auto;
  right: 0;
}
.main-slider .owl-dots {
  position: relative;
  margin-top: -4rem;
}
.main-slider .owl-dot {
  margin: 0;
  margin-right: .8rem;
}
.main-slider .owl-dot span {
  width: 2.3rem;
  height: .5rem;
}
.main-slider-item {
  padding-top: 7rem;
  background-size: cover;
  background-position: center;
  height: 100vh;
}
.row-slider {
  padding: 5rem 0 6rem;
}
.slider-left, .slider-right {
  padding: 2.5rem 3rem 2.5rem;
}
.slider-left .border-main{
  position: absolute;
  width: 25rem;
  height: 100%;
  border: solid 10px #D02A2F;
  border-right: none;
  top: 0.5rem;
  left: 0.5rem;
}
.border-main-top {
  position: absolute;
  top: .5rem;
  left: 25rem;
  border-right: solid 10px #D02A2F;
  height: 4rem;
}
.slider-left .border-main-top:after {
  display: block;
  content: '';
  border-right: 10px solid rgba(255,255,255,0);
  border-top: 10px solid #D02A2F;
  position: absolute;
  top: 4rem;
}
.border-main-bot {
  position: absolute;
  bottom: -.5rem;
  left: 25rem;
  border-right: solid 10px #D02A2F;
  height: 11rem;
}
.slider-left .border-main-bot:before {
  display: block;
  content: '';
  border-right: 10px solid #D02A2F;
  border-top: 10px solid rgba(255,255,255,0);
  position: absolute;
  top: -10px;
}

.slider-right {
  color: #fff;
  text-align: center;
  background: rgb(0 0 0 / 0.7);
}
.slider-right p {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}
.slider-right .form-bottom {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: 0;
}
.slider-title {
  font-family: 'Teko', sans-serif;
  font-size: 4rem;
  line-height: 1;
  margin: 3rem 0 1.5rem;
}
.slider-title span {
  display: block;
}

.slider-left p {
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
}
.slider-left p i {
  font-size: 1.8rem;
  position: absolute;
  top: -2px;
  left: -10px;
}
.slider-left p span{
  display: block;
  padding-left: 2.2rem;
}

.slider-price {
  position: absolute;
  top: 10rem;
  left: 26rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.slider-price span {
  font-size: 2.5rem;
}
.slider-left a {
  position: relative;
  padding-top: 4rem;
  color: #fff;
}


/* 3.3 Section About */



.section-about-title{
  margin-bottom: 2rem;
}
/*.section-about .icon {
  vertical-align: bottom;
  height: 2.4rem;
  font-size: 1.5rem;
  padding-right: .5rem;
}*/
.dots-image{
  display: inline-block;
  position: relative;
}

.dots-image img{
  display: block;
  position: relative;
  z-index: 1;
}
 #about {
  line-height: 1.8;
  padding: 2rem;
 }
#about p {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 0.5rem;
  position: relative;
}
#about i {
  font-size: 2rem;
  position: absolute;
  top: 8px;
  color: #D02A2F;
}
#about p span {
  display: block;
  padding-left: 40px;
}
#about p b {
  color: #D02A2F;
}
.vcenter {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  float: none;
}
/*.dots-image .dots{
  position: absolute;
  left:-20%;
  bottom: -15%;
  width: 101%;
  height: 57.2%;
  background:url(../images/bg/dots.png) 0 0 repeat;
}*/

.video-container{
  position: relative;
  width: 100%;
  height: 200px;
  overflow:hidden;
  margin: 0 auto;
  background: #000;
  margin: 15px 0;
}
.vid-rev {
    position: relative;
    width: 100%;
    min-height: 470px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
}
.vid-rev .youtube {
  position: initial;
}
.video-container iframe, .video-container object, .video-container embed{
  position:absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section-video-title {
  margin-bottom: 2rem;
  text-align: center;
}
.advan-image {
  width: 140px;
  height: 140px;
  padding: 35px 0;
  /*margin: 0 auto;*/
  text-align: center;
  background: #fff;
  border: solid 5px #D02A2F;
  position: relative;
}
.advan-image .skos {
  background: #ffffff;
  display: block;
  position: absolute;
  top: 40px;
  right: -5px;
  width: 5px;
  height: 50px;
}
.advan-image .skos:before {
  display: block;
  content: '';
  border-right: 5px solid #fff;
  border-top: 5px solid rgba(255,255,255,0);
  position: absolute;
  top: -5px;
}
.advan-image .skos:after {
  display: block;
  content: '';
  border-right: 5px solid rgba(255,255,255,0);
  border-top: 5px solid #fff;
  position: absolute;
  top: 50px;  
}

.benefits__number {
  font-family: 'Teko', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    opacity: 0;
}
.benefits__element {
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: left;
}
.benefits__element h3 {
  font-family: 'Teko', sans-serif;
  margin-top: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 2.5rem;
}
.benefits__element p {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  line-height: 1.5;
}

#where img {
  width: 100%;
}
#where h3 {
  color: #fff;
  margin: 1rem 0;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 3rem;
}

/* 3.3.1 Section How Work */
.dark {
  color: #fff;
}

#how-work {
  color: #fff;
  background-color: #272727;
}
#how-work img {
  height: 100%;
  width: 100%;
}
#how-work .row{
  display: flex;
  flex-flow: wrap;
  margin-bottom: 3rem;
}
.how-subtitle {
  font-size: 26px;
  font-weight: 500;
  color: #D02A2F;
}
.how-description {
  font-size: 1.1rem;
  line-height: 1.5;
}
.how-number {
  font-family: 'Teko', sans-serif;
  font-size: 10rem;
  line-height: initial;
  text-align: center;
  padding-top: 1rem;
  border: solid 12px #D02A2F;
}

.how-number .skos:before {
  display: block;
  content: '';
  border-right: 14px solid #272727;
  border-top: 14px solid rgba(255,255,255,0);
  position: absolute;
  top: -14px;
}
.how-number .skos {
  background: #272727;
  display: block;
  position: absolute;
  top: 70px;
  left: 14px;
  width: 14px;
  height: 35px;
}
.how-number .skos:after {
  display: block;
  content: '';
  border-right: 14px solid rgba(255,255,255,0);
  border-top: 14px solid #272727;
  position: absolute;
  top: 35px;  
}

.how-bullet {
  font-size: 1.5rem;
  font-weight: 700;
}
.how-bullet span {
  color: #D02A2F;
}
.how-bullet span big {
  font-size: 2.5rem;
}
.btn img {
  width: 2em !important;
  height: 1em !important;
  margin-top: -2px;
  padding-left: 10px;
}

.experience-box{
  position: relative;
  white-space:nowrap;
  margin:6rem 0;
}

@media (min-width: 992px){
  .experience-box{
    margin-top: 6rem;
  }
}

@media (min-width: 1200px){
  .experience-box{
    margin-top: 12.2rem;
  }
}

.experience-border{
  display: inline-block;
  vertical-align: middle;
  width: 12.15rem;
  height: 12.15rem;
  border:0.357rem solid #D02A2F;
}

.experience-content{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: -8rem;
  top:0.2rem;
}

.experience-number{
  display: inline-block;
  vertical-align: middle;
  font-size: 7.142rem;
  line-height: 1;
  font-weight: 600;
  color: #000;
}

.experience-info{
  display: inline-block;
  vertical-align: middle;
  margin:-1rem 0 0 0.8rem;
  font-size: 1.57rem;
  line-height: 1.181;
  color: #000;
}

.bg-dots{
  background:url(../images/bg/dots2.png) 0 0 repeat;
}
.bg-dots-dark {
  background: #272727 url(../images/bg/dots2-dark.png) 0 0 repeat;
}

.section-info{
  color: #1b1b1b;
  line-height: 1.111;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2rem;
}

.title-hr{
  width: 7rem;
  max-width: 100%;
  height: 0.28rem;
  background: #D02A2F;
}

.section-info .title-hr{
  margin:0 0 2rem;
}



#service {
  background: #272727 url(../images/sec-cam.png) no-repeat;
  background-position: left;
}
.service {
  color: #fff;
  background-color: #272727;
}

.col-service, .col-product{
  min-height: 260px;
  margin-top: 2rem;
  padding: 1rem 1.2rem 0;
}

.col-service h4 {
  width: 75px;
  height: 72px;
  text-align: center;
  font-size: 3.2rem;
  font-family: 'Teko', sans-serif;
  color: #fff;
  margin: 1rem 0;
  border: solid 8px #D02A2F;
}

.col-service h4 .skos:before {
  display: block;
  content: '';
  border-right: 10px solid #272727;
  border-top: 10px solid rgba(255,255,255,0);
  position: absolute;
  top: -10px;
}
.col-service h4 .skos {
  background: #272727;
  display: block;
  position: absolute;
  top: 88px;
  left: 30px;
  width: 10px;
  height: 10px;
}
.col-service h4 .skos:after {
  display: block;
  content: '';
  border-right: 10px solid rgba(255,255,255,0);
  border-top: 10px solid #272727;
  position: absolute;
  top: 10px;  
}
.col-service .title {
  font-size: 1.5rem;
  line-height: 1.2;
  padding-bottom: .5rem;
}
.col-service p {
  font-size: 1rem;
  line-height: 1.5;
}
.col-service p span {
  font-size: 1.1rem;
  display: block;
  font-weight: 500;
}



/* 3.4 Section Calculator */

.row-flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.border-yellow {
  padding: 0;
  border: solid 10px #D02A2F;
}

.border-yellow .skos:before {
  display: block;
  content: '';
  border-right: 11px solid #75716e;
  border-top: 11px solid rgba(255,255,255,0);
  position: absolute;
  top: -10px;
}
.border-yellow .skos {
  background: #75716e;
  display: block;
  position: absolute;
  top: 175px;
  left: -10px;
  width: 11px;
  height: 110px;
}
.border-yellow .skos:after {
  display: block;
  content: '';
  border-right: 11px solid rgba(255,255,255,0);
  border-top: 11px solid #75716e;
  position: absolute;
  top: 109px;  
}


.section-calculator {
  color: #fff;
  background: #221818 url(../images/bg-calc.jpg) no-repeat;
  background-size: cover;
}
.calculator-left {
  padding: 3rem;
}

.calculator-title {
  font-family: 'Teko', sans-serif;
  font-size: 7rem;
  line-height: .8;
}

.calculator-subtitle {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 2rem;
}

.calculator-right {
  text-align: center;
  padding: 3rem;
  background: rgb(0 0 0 / 0.7);
}

.calculator-right p {
  padding-top: 2rem;
  font-size: 1.2rem;
  line-height: 1.7;
  font-weight: 700;
}


.product-title {
  font-family: 'Teko', sans-serif;
  font-size: 5rem;
  line-height: 1;
}

.product-subtitle {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 2rem;
}

/* 3.4 Section Projects */

#projects .row {
  margin-bottom: 1.5rem;
}

.section-projects{
  padding: 0 0 2rem;
}

.filter-content{
  position: relative;
  overflow: hidden;
}

.filter{
  list-style: none;
  font-size: 1.142rem;
  font-weight: 600;
  color: #000;
  padding-left: 0;
  margin:0;
}

.filter li{
  display: inline-block;
}


.filter li a{
  padding: 5px 10px;
  color: inherit;
}

.filter li a:hover,
.filter .active a{
  background: #D02A2F;
  color: #000;
  padding: 5px 10px;
  text-decoration: none;
}

.section-projects .filter-content{
  margin:2rem 0 0 0;
}

.section-projects .filter{
  margin: 0;
}

.section-projects .view-projects{
  margin:0.85rem 0 0 0;
}

.view-projects{
  display: inline-block;
  font-style: italic;
  color: #999999;
}

.view-projects:hover{
  text-decoration: none;
  color: #D02A2F;
}



/* 3.4.1 Projects Carousel */



.project-carousel{
  margin-top: 5.92rem;
}

.owl-nav{
  position: absolute;
  top:50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-nav .disabled{
  color: #bcbcbc;
}

.owl-prev,
.owl-next{
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.owl-prev:hover,
.owl-next:hover{
  color: #D02A2F;
}

.owl-dots{
  text-align: center;
  margin-top: 5.857rem;
}

.owl-dot{
  display: inline-block;
  vertical-align: top;
   margin:0 0.6rem;
}

.owl-dot span{
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #cccccc;
}

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

.project-item{
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 2rem;
}

.project-item img{
  width:100%;
}

.item-shadow{
  position: relative;
}

.item-shadow: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) 46%,rgba(0,0,0,0.6) 100%); 
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 46%,rgba(0,0,0,0.6) 100%);
}

.project-item .link-arrow{
  position: absolute;
  z-index: 2;
  color: #fff;
  left: 2rem;
  bottom: 2rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.project-hover{
  position: absolute;
  z-index: 2;
  left: 0;
  top:0;
  width: 100.1%;
  height: 100%;
  padding: 2rem;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.project-title{
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  color: #fff;
  margin:0;
}

.project-hover .project-title{
  position: absolute;
  bottom: 8rem;
}

.project-description{
  opacity: 0;
  margin-top:12%;
  line-height: 1.71;
  color:#333333;
  -webkit-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
  transform: translateY(-1rem);
}

.project-item:hover .project-hover{
  background-color: rgba(255, 247, 0, 0.7);
}

.project-item:hover .project-hover .project-title{
  color: #000;
  -webkit-transform: translateY(-2rem);
  -ms-transform: translateY(-2rem);
  -o-transform: translateY(-2rem);
  transform: translateY(-2rem);
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.project-item:hover .project-hover .project-description{
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateY(0);
  -webkit-transition: all 0.4s 0.2s ease;
  -o-transition: all 0.4s 0.2s ease;
  transition: all 0.4s 0.2s ease;
}

.project-item:hover .link-arrow{
  color: #000;
}

.mfp-container{
  padding: 0;
}

@media (min-width: 900px){
  .mfp-container{
    padding: 0;
  }
}

.zoom-anim-dialog{
  background: #fff;
  padding: 2.6rem;
  margin:0 auto;
}



/*
* Fade-zoom animation for first dialog
*/
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out; 
  -webkit-transform: scale(0.8); 
  -moz-transform: scale(0.8); 
  -ms-transform: scale(0.8); 
  -o-transform: scale(0.8); 
  transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -ms-transform: scale(1); 
  -o-transform: scale(1); 
  transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8); 
  -moz-transform: scale(0.8); 
  -ms-transform: scale(0.8); 
  -o-transform: scale(0.8); 
  transform: scale(0.8); 
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out; 
  -moz-transition: opacity 0.3s ease-out; 
  -o-transition: opacity 0.3s ease-out; 
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-close-btn-in .mfp-close{
  color: #000;
}

.mfp-close{
  font-family: 'Linearicons';
  line-height: 1;
  width: auto;
  height: auto;
  top:0px;
  right: 8px;
  font-size: 2.6rem;
  transition: all 0.5s;
}

@media (min-width: 1200px){
  .mfp-close{
    top:5px;
    right: 15px;
  }
 
}

.project-detail-img{
  width: 100%;
  display: block;
}

.project-detail-title{
  font-size: 2.57rem;
  letter-spacing: -0.025em;
  line-height: 1.16666;
  margin:4rem 0 3.4rem 0;
}

@media (min-width: 1200px){

  .project-detail-img{
    padding-right: 7px;
  }

  .project-detail-title{
    font-size: 2.57rem;
    letter-spacing: -0.025em;
    line-height: 1.16666;
    margin:2.5rem 0 3.4rem 0;
  }
}


.project-detail-list{
  list-style: none;
  padding-left: 0;
  margin-top:3.6rem;
}

.project-detail-list li{
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 0.6rem;
  margin-top:0.65rem;
  overflow:hidden;
}

.project-detail-list li:last-child{
  padding-bottom: 0;
  border-bottom: 0;
}

.project-detail-list li .left{
  float: left;
  font-weight: 600;
}

.project-detail-list li .right{
  float: right;
}

.project-detail-meta{
  margin-top: 4.5rem;
  overflow:hidden;
}

.project-detail-meta .left{
  font-weight: 600;
}



/* 3.5  Section Clients */

.owl-carousel .owl-item img {
  width: auto;
}

.section-clients .section-title{
  margin-right: 7rem;
}

.client-carousel{
  margin-top: 2rem;
}


.client-box{
  position: relative;
  color: #808080;
  background-color: #fff;
  padding: 4rem 1rem 0;
}

.image-quote{
  position: absolute;
  top:-1rem;
  right: 3.28rem;
}

.client-img{
  width: 100px !important;
  position: relative;
  z-index: 1;
  margin: 0 0 -3rem 2.6rem;
  border-radius: 50%;
  background: #fff;
  border: solid #D02A2F 3px;
}

.client-title{
  letter-spacing: 0;
}

.client-name{
  font-size: 1.6rem;
  line-height: 1;
  color: #000;
}

.client-description {
  margin: 1rem 0 0;
  line-height: 1em;
}
.client-description h4 {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0;
}
.client-description p {
  color: #000;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.client-description span {
  font-family: 'Teko', sans-serif;
  font-size: 5rem;
  color: #D02A2F;
  line-height: 0.5;
}
.client-photo {
  padding: 0;
  overflow: hidden;
}

.client-carousel .owl-nav{
  right: 3rem;
  top: -1rem;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.client-carousel .owl-prev{
  margin-right: 2rem;
}



/* 3.6 Section Partners */



.partner-carousel{
  margin-top: 4rem;
}

.partner-carousel  .partner-carousel-item img{
  width: auto;
  margin:0 auto;
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.partner-carousel  .partner-carousel-item:hover img{
  opacity: 1;
}

.language {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #fff;
  padding: 5px;
  padding-right: 7px;
  border-radius: 10px 0 0 10px;
  border: 2px solid #D02A2F;
  border-right: 0;
  z-index: 998;
  
}
.language a {
  padding: 0;
  border: 0;
  color: #000;
  line-height: 1.2;
  background: none;
  width: 100%;
  cursor: pointer;
}
.language a:hover {
  text-decoration: underline;
}
a.language_active {
  font-weight: 700;
  color: #D02A2F;
}


/* 3.9 Footer */

.footer{
  color: #000;
  line-height: 1.71;
  padding: 5rem 0;
}
.footer a {
  color: #000;
}
.footer .contact-top i {
  color: #D02A2F;
}
.footer .brand {
  color: #fff;
  margin-bottom: 2rem;
}
.footer .social-list {
  text-align: left;
  margin: 1rem 0;
}
.footer p {
  font-size: .9rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.footer-contact a {
  font-size: .9rem
}
.footer-contact .icon {
  font-size: 16px;
  color: #D02A2F;
  padding-right: 5px;
}
footer .icon img {
  width: 2rem;
  padding-right: 10px;
}
.footer .social-list a {
  display: inline-block;
}

#copyright {
  line-height: 1.2;
  color: #fff;
  background: #212121;
  padding: 1.2rem 0;
}
#copyright p {
  margin-bottom: 0;
}
#copyright a {
  color: #fff;
}

/*-------------------------------------------------------------------------------
  4. Homepage v2
-------------------------------------------------------------------------------*/



/* 4.1 Navbar */



.navbar-2{
  background: transparent;
  padding-top: 3rem;
  -webkit-transition: all 0.3s  ease;
  -o-transition: all 0.3s  ease;
  transition: all 0.3s  ease;
}

.navbar-2 .navbar-bg{
  content:'';
  position: absolute;
  left: 0;
  right:0;
  top:-1px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.3s  cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: all 0.3s  cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.3s  cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.navbar-2 .brand{
  width: 18rem;
}

.navbar-2 .navbar-address{
  float: left;
  margin-left: 5rem;
}

.navbar-2 .social-list{
  float: left;
  margin-left: 7.5rem;
}

.navbar-white{
  background: transparent;
}

.navbar-white .navbar-bg{
  height: 0;
}

.navbar-white .brand,
.navbar-white .brand:hover,
.navbar-white .brand:focus,
.navbar-white .brand-text,
.navbar-white .navbar-address,
.navbar-white .navbar-address .text-dark,
.navbar-white .social-list a{
  color: #fff;
}

.navbar .brand-img-white{
  display: none;
}

.navbar-white .brand-img{
  display: none;
}

.navbar-white .brand-img-white{
  display: inline-block;
}

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

.navbar-white  .social-list a:hover{
  color: #D02A2F;
}

.copy-bottom{
  display: none;
  position: absolute;
  z-index: 10;
  left:0;
  bottom:2.4rem;
  color: #000;
}

.lang-bottom{
  display: none;
  position: absolute;
  z-index: 10;
  right:0;
  bottom:2.4rem;
  color: #000;
}

.copy-bottom.white{
  color: #fff;
}

.lang-bottom .menu-lang{
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.lang-bottom .menu-lang a:not(.active){
  color: #000;
}

.lang-bottom.white,
.lang-bottom.white .menu-lang a:not(.active){
  color: #fff;
}

.lang-bottom .menu-lang  a:hover,
.lang-bottom.white .menu-lang  a:hover{
  color: #D02A2F;
}

#pp-nav{
  z-index: 99;
  width: 2.1428rem;
  margin-top:0!important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#pp-nav .pp-nav-up,
#pp-nav .pp-nav-down{
  display: none;
  font-size: 2.1428rem;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#pp-nav .pp-nav-up{
  margin-bottom: 3.5rem;
}

#pp-nav .pp-nav-down{
  margin-top: 3.5rem;
}

#pp-nav li, .pp-slidesNav li{
  margin:1.928rem auto;
  width: 10px;
  height: 10px;
}

#pp-nav span, .pp-slidesNav span{
  left: 0;
  top:0;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: #000;
  border:0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#pp-nav .pp-nav-up:hover,
#pp-nav .pp-nav-down:hover,
#pp-nav.white .pp-nav-up:hover,
#pp-nav.white .pp-nav-down:hover{
  color: #D02A2F;
}

#pp-nav.white .pp-nav-up,
#pp-nav.white .pp-nav-down{
  color: #fff;
}

#pp-nav.white span, .pp-slidesNav span{
  background: #fff;
}

#pp-nav li .active span, .pp-slidesNav .active span,
#pp-nav span:hover, .pp-slidesNav span:hover{
  background: #D02A2F;
}



/* 4.2 Sections */



.pagepiling .section{
  background: #fff;
  padding-top: 11.3rem;
  padding-bottom: 7rem;
}

.pagepiling .section-1.pp-scrollable .vertical-centred{
  padding-top: 10rem;
  padding-bottom: 11rem;
}

.pagepiling .pp-scrollable{
  padding: 0;
}

.pp-scrollable .vertical-centred{
  padding-top: 11.3rem;
  padding-bottom: 7rem;
}

.scroll-wrap{
  position: relative;
  min-height: 100%;
}

.scrollable-content{
  white-space: nowrap;
  width: 100%;
  font-size: 0;
}

.scrollable-content:before{
  content: '';
  display: inline-block;
  height: 100vh;
  vertical-align: middle;
}

.vertical-centred{
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-size: 1rem;
}

.boxed-inner{
  position: relative;
  padding:0;
}

.section-bg{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.vertical-title{
  position: absolute;
  white-space: nowrap;
  width: 0;
  top:-0.55rem;
  left: 4.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.vertical-title span{
  display: block;
  float: right;
}

.section .intro{
  opacity: 0;
  -webkit-transition: opacity 1s 0.3s ease;
  -o-transition:opacity 1s 0.3s ease;
  transition: opacity 1s 0.3s ease;
}

.section:not(.scrollable-home) .intro{
  -webkit-transform: translateY(7rem);
  -ms-transform: translateY(7rem);
  -o-transform: translateY(7rem);
  transform: translateY(7rem);
  -webkit-transition: all 0.35s 0.6s ease;
  -o-transition:all 0.35s 0.6s ease;
  transition: all 0.35s 0.6s ease;
}

.section.active .intro{
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.display-1{
  font-size: 5.14rem;
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 0;
  text-transform: uppercase;
}

.subtitle-top{
  line-height: 1.714;
  margin-bottom: 2.8rem;
  letter-spacing: 0.1em;
}



/* 4.3 Section About */


.scrollable-home .vertical-centred {
  padding-top: 10rem;
  padding-bottom: 11rem;
}

.hr-bottom{
  position: absolute;
  margin-top: 13vh;
  margin-bottom: 0;
  height: 0.2858rem;
  width: 7.142rem;
  background: #D02A2F;
}

.title-uppercase{
  text-transform: uppercase;
  letter-spacing: -0.025em;
  line-height: 1.33333;
  margin:0 0 5rem;
}

.service-list{
  margin-bottom: 5rem;
  font-size: 1.2857rem;
  padding-left: 0;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: -0.025rem;
  font-weight: 300;
}

.service-list li{
  margin-bottom: 0.7rem;
}

.service-list li a{
  color: inherit;
}

.service-list li a:hover{
  color: #000;
  text-decoration: none;
}

.dots-image-2{
  display: inline-block;
  position: relative;
}

.dots-image-2 .dots {
  position: absolute;
  z-index: -1;
  left: -25%;
  bottom: -19%;
  width: 101%;
  top:50%;
  opacity: 0.8;
  background: url(../images/bg/dots.png) 0 0 repeat;
}


.dots-image-2 .experience-info{
  position: absolute;
  left: 12%;
  margin-top:-4.4rem;
  top:100%;
}

.experience-info .number{
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  font-size: 10.71rem;
  margin-right: 1.7rem;
}


.experience-info .text{
  display: inline-block;
  font-size: 1.571rem;
  font-weight: 600;
  line-height: 1.181;
  text-transform: uppercase;
}



/* 4.4 Section Projects */



.bg-changer{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  overflow:hidden;
}

.bg-changer .section-bg{
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s 0.2s ease,  transform 5s 0.2s ease;
  -o-transition: opacity 0.5s 0.2s ease,  transform 5s 0.2s ease;
  transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
}

.bg-changer .active{
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform:scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.bg-changer .section-bg:first-child{
  opacity: 1;
}

.scrollable-projects .vertical-title{
  top:7.4rem;
}

.row-project-box{
  margin-top: -30px;
}

.col-project-box{
  margin-top: 30px;
}

.project-box{
  display: block;
  padding-bottom: 30%;
  position: relative;
  border:1px solid #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s  ease;
}

.project-box-inner{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  padding:2.14rem 1.928rem;
}

.project-box h5{
  margin:0;
  color: #fff;
}

.project-category{
  color: #cccccc;
  margin-top: 0.5rem;
}

.project-box:hover{
  background: #D02A2F;
  text-decoration: none;
  border-color: transparent;
}

.project-box:hover h5{
  color: #000;
}

.project-box:hover .project-category{
  color:#666666;
}



/* 4.5 Section Partners */



.scrollable-partners  h2{
  margin-bottom: 7rem;
}

.row-partners{
  margin:-5rem -5rem 0;
}

.col-partner{
  padding:0 5rem;
  margin-top: 5rem;
  display: inline-block;
}

.col-partner img{
  max-width: 100%;
}



/* 4.6 Section Testimonials */



.icon-quote{
  display: inline-block;
  margin-top: -0.6rem;
  color:#D02A2F;
  font-size: 5.14rem;
}

.scrollable-testimonials .title-uppercase{
  margin-top: 7vh;
  margin-bottom: 3rem;
}

.review-carousel .text{
  font-family: 'Libre Baskerville', serif;
  font-size: 1.142rem;
  line-height: 1.875;
}

.review-author{
  margin-top: 5.7rem;
}

.author-name{
  font-size: 1.2857rem;
  line-height: 1.333;
  font-weight: 600;
}

.review-carousel .owl-nav{
  position: relative;
  top:0;
  margin-top:7.7vh;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.review-carousel .owl-prev,
.review-carousel .owl-next{
  font-size: 1.2857rem;
  width: 3.57rem;
  height: 3.57rem;
  line-height: 3.57rem;
  border:1px solid #fff;
  color: #fff;
  text-align: center;
  margin-right: 0.857rem;
}

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

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

.review-carousel .owl-prev:hover,
.review-carousel .owl-next:hover{
  background: #fff;
  color: #000;
}

.review-carousel .owl-prev.disabled,
.review-carousel .owl-next.disabled{
  cursor: default;
}

.review-carousel .owl-prev.disabled:hover,
.review-carousel .owl-next.disabled:hover{
  background: none;
  color: #fff;
}



/* 4.7 Section Contacts */



.map-2{
  width: 100%;
  height: 18rem;
  border: 0;
  text-align: center;
}

.contact-info{
  overflow:hidden;
  margin-top: 5.5rem;
}

.row-contact-info{
  margin:-5rem -4% 0;
}

.success-message,
.error-message{
  display: none;
  margin-top: 2rem;
}

.col-contact-info{
  padding:0 4%;
  margin-top: 5rem;
  padding-top: 5rem;
  border-top:1px solid #cacaca;
}

.col-contact-info:first-child{
  border-top:0;
  padding-top: 0;
}

.contact-info h3{
  font-size: 1.92rem;
  line-height: 1.06;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin:0 0 2rem 0;
}

.contact-info .col-right{
  word-wrap: break-word;
  padding-left: 0;
  padding-right: 0;
}

.contact-info-row{
  line-height: 1.5;
  margin-bottom: 2.14rem;
}

.contact-info-row:last-child{
  margin-bottom: 0;
}

.contact-info-row strong{
  font-size: 1.1428rem;
  text-transform: uppercase;
  color: #000;
}



/* ------------------------------------------------------------------------------- */
/*  8. Responsive styles
/* ------------------------------------------------------------------------------- */
@media (max-width: 1200px) {
  .navigation ul li {
    margin: 0;
  }
}
@media (max-width: 992px) {
.slider-title {
    font-size: 5rem
  }
  .main-slider {
    height: auto;
  }
  .slider-price {
    top: 13.5rem;
    left: 22rem;
  }


  .footer .social-list {
    text-align: left;
    margin: 2rem 0;
  }
}
@media (max-width: 798px) {
  .section-info {
    padding: 0 2rem;
  }
  .slider-title {
    font-size: 3rem
  }
  .owl-prev, .owl-next {
    font-size: 2rem;
  }
  .thanks h2{
    font-size: 25px;
    margin: 20px 0;
  }
  .thanks h3{
    font-size: 25px;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
/*  .wrapper {
    padding-top: 15rem;
  }*/
  #service {
    background: #272727;
  }
  .owl-carousel .owl-stage-outer {
    height: auto !important;
  }
  .benefits__element p {
    font-size: 1rem;
  }
  .col-service {
    margin-top: 0;
  }
  .section {
    padding: 2rem 0 0;
  }
  .section-info .title-hr {
    margin: 0 0 1rem;
    width: 5rem;
    max-width: 100%;
    height: 0.2rem;
  }
  .section-about-title {
    font-size: 1.6rem;
  }
  #advanage {
    padding-bottom: 2rem;
  }
  .footer .btn {
    margin-bottom: 2rem;
  }
  #where h3 {
    font-size: 1.2rem;
  }
  .client-name {
    font-size: 1.2rem;
  }
  .benefits__element h3 {
    margin-bottom: 0;
  }
  #about p span {
    font-size: 1.2rem;
    line-height: 1.5;
    padding-left: 35px;
  }
  #about i {
    font-size: 1.8rem;
  }
  .main-slider {
    height: auto;
  }
  .btn {
    padding: .5em 1em;
  }
  .main-slider-item {
    height: auto;
    padding-top: 10rem;
  }
  .main-slider-item {
    background-size: cover;
  }

  .slider-left {
    padding: 2rem 3rem 2.5rem;
  }
  .slider-right {
    padding: 2rem;
  }
  .slider-right p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
  .slider-title {
    font-size: 2.5rem;
  }
  .slider-title .min{
    font-size: 2rem;
  }
  .slider-price {
    top: 10rem;
    left: 16rem;
    font-size: 1rem;
  }

 .last {
    margin-right: 0;
  }
  .animated .navbar-spacer-vertical {
    display: none !important;
  }
  .animated .mob {
    display: none !important;
  }
  #product {
    padding: 0;
  }
  .how-work-img {
    order: 1;
  }
  .how-work-info {
    order: 2;
  }
  .how-bullet {
    line-height: 1.3;
    margin-bottom: 2rem;
  }

   .about-img {
    order: 1;
  }
  .about-text {
    order: 2;
  }

  .info-title {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .col-service, .col-product {
    min-height: auto;
  }
  .col-service h4 .skos {
    top: 66px;
    left: 33px;
  }
  .col-service p {
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
  }
  .border-yellow {
    margin: 1rem;
  }
  .calculator-right, .calculator-left {
    padding: 1.3rem;
  }
  .calculator-title {
    font-size: 3.5rem;
  }
  .calculator-subtitle {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .product-title {
    font-size: 2.5rem;
  }
  .product-subtitle {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .calculator-right p {
    padding-top: 0;
  }

  
  #copyright a {
    display: block;
  }

  .filter li a {
    font-size: 1rem;
  }

}
@media (max-width: 400px) {
  .slider-left, .slider-right {
    padding: 3.5rem 2rem 2.5rem;
  }
  .slider-left .border-main {
    width: 22rem;
  }
  .border-main-top, .border-main-bot {
    left: 22rem;
  }
  .slider-price {
    left: 15rem;
  }
}

@media (max-width: 330px) {
  .last{
    display: none;
  }
  #where h3 {
    font-size: 1rem;
  }
}

/* 5.1 Min width 768px */



@media (min-width: 768px){

  html{
    font-size: 13px;
  }

  .pull-sm-left{
    float: left;
  }

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


  /* Sidebar Menu */


  
  .menu{
    width: 30%;
  }


  /* Homepage */



  .boxed{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .boxed-inner{
    padding-left: 0;
  }

  .right-boxed{
    right: 3rem;
  }

  .left-boxed{
    left: 3rem;
  }
  


  /* Section About */



  .section-about{
    padding-top: 4rem;
  }



  /* Homepage v2 */



  .project-box{
    padding-bottom: 75%;
  }

  .row-contact-info{
    margin-top: -2rem;
  }

  .col-contact-info{
    padding-top: 4rem;
    margin-top: 2rem;
  }



  /* Footer */



  .footer-flex .flex-item{
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}




/* 5.2 Min width 992px */



@media (min-width: 992px){

  html{
    font-size: 14px;
  }



  /* Helpers */



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


  /* Sidebar Menu */



  .menu{
    width: 35%;
    max-width: 550px;
  }



  /* Homepage */



  .boxed{
    padding-left: 4.2857rem;
    padding-right: 4.2857rem;
  } 

  .right-boxed{
    right:4.2857rem;
  }

  .left-boxed{
    left: 4.2857rem;
  }

  .map{
    height: 36rem;
  }


  /* Homepage v2 */


  .boxed-inner .boxed{
    padding-left: 6rem;
  }

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

  .col-contact-info{
    border-top: 0;
    padding-top: 0;
  }

  .row-contact-info{
    margin-top: -5rem;
  }

  .col-contact-info{
    margin-top: 5rem;
  }

  .col-contact-info:nth-child(2n){
    border-left: 1px solid #cacaca;
  }

}


/* 5.3 Min width 1200px */




@media (min-width: 1200px){



  /* Helpers */



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



  /* Section Projects */



  .section-projects .filter-content{
    margin-top: 0;
  }



  /* Homepage v2 */



  .scrollable-testimonials .title-uppercase{
    margin-top: 22vh;
    margin-bottom: 0;
  }

  .scrollable-testimonials .vertical-centred{
    padding-top: 17rem;
    padding-bottom: 8rem;
  }

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



  /* Footer */



  .footer-flex .flex-item{
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}



/* 5.4 Min width 1550px */



@media (min-width: 1550px){
  .visible-xl{
    display:block!important;
  }
}



/* 5.5 Min Height 500px */



@media (min-height: 500px){

  #pp-nav .pp-nav-up,
  #pp-nav .pp-nav-down{
      display: block;
  }
  
}



/* 5.6 Min Height 600px */



@media (min-height: 600px){


  /* Sidebar Menu */


  .menu .menu-lang{
    top:7rem;
  }

/*  .mobile-menu ul{
    top:14rem;
    bottom: 20rem;
  }*/

  .mobile-menu ul > li{
    font-weight: 500;
    font-size: 1rem;;
  }

  .menu-footer{
    bottom: 6rem;
  }

  .menu-footer .copy{
    display: block;
  }
}



/* 5.7 Min Height 700px */



@media (min-height: 700px){



  /* Homepage v2 */



  .copy-bottom{
    display: block;
  }

  .lang-bottom{
    display: block;
  }
  
}

@media (max-width: 780px) {
  #top-form {
    display: none;
  }
}

