/* ------------------------------------------------------------------------------

  
  1.  Global

      1.1 General
      1.2 Typography
      1.3 Fields
      1.4 Buttons
      1.5 Icons
      1.6 Loader
      1.7 Content styles

  2.  Header 

      2.1 Brand
      2.2 Vertical Panel
      2.3 Navbar Desctop
      2.4 Navbar Desctop Affix
      2.5 Navbar Mobile
      2.6 Navbar Mobile Affix
      

  3.  Main

      3.1 Slider

  4.  About

      4.1 Services
      4.1 Object map

  5.  Projects

      5.1 Project Carousel
      5.2 Magnific popup
      5.3 Project Details

  6.  Experience
  7.  Clients
  8   Blog

      8.1 Blog Details
      8.2 Widgets
      8.3 Widget Recent Post

  9.  Contacts  
  10. Footer
  11. Responsive styles

      11.1 Min width: 768px
      11.2 Min width 992px
      11.3 Min width 1200px 
      11.4 Max height 480px

    
    
/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/



/* 1.1 General */



@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('animate.css');
@import url('aos.css');
@import url('hover.css');
@import url('magnific-popup.css');
@import url('owl.carousel.css');
@import url('owl.transitions.css');
@import url('settings.css');
@import url('layers.css');
@import url('navigation.css');


html{
  font-size: 75%;
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: 'montserratlight', sans-serif;
  font-size: 1em;
  line-height: 1.65;
  color: rgba(255,255,255,0.5);
  background-color: #211825;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #c5a47e;
}

::selection{
  background-color:#c5a47e;
  color:#fff;
}

-webkit-::selection{
    background-color:#c5a47e;
    color:#fff;
}

::-moz-selection{
    background-color:#c5a47e;
    color:#fff;
}



/* 1.2 Typography */



@font-face {
  font-family: 'montserratlight';
  src: url('../fonts/montserrat/Montserrat-Light.ttf');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'montserratsemibold';
  src: url('../fonts/montserrat/Montserrat-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;

}

h1,
.h1{ 
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 8vmin;
  line-height: 1.2;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
}

h2,
.h2{ 
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 2.1875em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
}

h3,
.h3{
  font-size: 1.875em;
  line-height: 1.1;
  font-weight: normal;
  color:#fff;
}

h4,
.h4{
  font-size: 1.125em;
  line-height: 1.35;
  font-weight: normal;
  color:#fff;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a{
  color:inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover{
  text-decoration: none;
}

p{
  margin-bottom: 1.6em;
}

b, strong{
  font-family: 'Montserrat', sans-serif;
}

ul{
  list-style: none;
  padding-left: 0;
}

a {
  color:#c5a47e;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

a:hover,
a:focus {
  color:#c5a47e;
  outline: none;
}

a:focus{
  text-decoration: none;
}



/* 1.3 Fields */



.form-control,
textarea.form-control{
  font-size: 1em;
  height: 3.625em;
  border-radius: 0.75em;
  padding-left: 22px;
  color: #fff;
  background-color: #523460;
  border:1px solid #523460;
  -webkit-box-shadow:none;
          box-shadow:none;
      -webkit-appearance: none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

textarea.form-control{
  height: 7.9em;
  padding-top:1.1em;
  resize:none;
}

.form-control:focus{
  border-color:#c5a47e;
  outline: 0;
  -webkit-box-shadow:none;
          box-shadow:none;
}

.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #fff;
}

.form-control::-webkit-input-placeholder {
  color: #fff;
}

.form-control.error{
  border-color:#c5a47e;
}

.form-group{
  margin-bottom: 10px;
}

.wobble-error{
  -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
           animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}

label.error{
  display: none!important;
}



/* 1.4 Buttons */



.btn{
  position: relative;
  display: inline-block;
  border:0.2em solid #c5a47e;
  border-radius: 30px;
  padding:1.1em 2.2em 1.05em;
  font-size: 0.875em;
  color:#fff;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #682d87;
  border:0;
  -webkit-transition: all .3s ease-out!important;
          transition: all .3s ease-out!important;
}

.btn:hover,
.btn:focus{
  color: #fff;
  background-color: #323232;
  -webkit-box-shadow:none;
  box-shadow: none;
  outline: none!important;
}

.btn .icon-next{
  position: relative;
  top:-0.1em;
  margin-left: 0.6em;
  vertical-align: middle;
}

.btn-gray{
  background-color: #323232;
  border-color: #323232;
}

.btn-gray:hover{

  background-color: #c5a47e;
}

.btn-shadow-1{
  box-shadow:0 15px 34px rgba(0,0,0,0.18);
}

.btn-shadow-2{
  box-shadow:0 15px 34px rgba(0,0,0,0.18);
}



/* 1.5 Icons */



.icon-next{
  display: inline-block;
  width:0.94em;
  height: 0.75em;
  background:url(../img/img-icon/next.png) 0 0 no-repeat;
  background-size:0.94em 0.75em;
}



/* 1.6 Loader */



.loader{
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:#272727;
  color:#fff;
  text-align: center;
}

.loader-brand{
  position: absolute;
  left:0;
  width: 100%;
  top:50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c5a47e;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}



/* 1.7 Content styles */



.layout{
  position: relative;
  overflow: hidden;
}

.text-primary{
  color:#7d2ca7;
}

.page-lines{
  position: absolute;
  z-index: -1;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}

.page-lines .col-line{
  padding: 0;
}

.page-lines .line{
  position: absolute;
  left: 0;
  width: 1px;
  height: 50000px;
  background-color:rgba(255,255,255,0.08);
}

.page-lines .col-line:last-child .line:last-child{
  left: auto;
  right: 0;
}

.row-base{
  margin-top: -3em;
}

.col-base{
  margin-top: 3em;
}

.section {
	position: relative;
	padding-top: 5.1em;
	padding-bottom: 5.1em;
}

.section-header{
  position: relative;
}

.section-title{
  text-align: center;
  margin:0;
  margin-left: 0.32em;
}

.fade-title-left,
.fade-title-right{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 9.8em;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 0;
  top:0.03em;
  opacity: 0.03;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fade-title-right{
  left:100%;
}

.section-content{
  margin-top: 3.1em;
}



/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/



.header-inner .vertical-panel-content{
  bottom:auto;
  top:12.2vmin;
}



/* 2.1 Brand */



.brand-panel { position: relative; z-index: 4; text-align: left; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;width: 20%;}
.brand-panel img{ max-width:100%;}

.brand{
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size:4vmin;
  line-height: 1;
  color: #fff;
}

.brand:hover,
.brand:focus{
  color: #fff;
  text-decoration: none;
}

.brand-name{
  position: absolute;
  z-index: -1;
  bottom: -0.4em;
  right:-0.38em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 8.75em;
  line-height: 1;
  opacity: 0.04;
  color: #fff;
}

.slide-number{
  font-family: 'Oswald', sans-serif;
  margin-top: 8vmin;
}

.slide-number .current-number{
  font-size: 8vmin;
  letter-spacing: 0.1em;
  line-height: 1;
}

.slide-number sup{
  display: inline-block;
  position: relative;
  top:-3px;
  font-size: 2vmin;
  letter-spacing: 0.1em;
  color: #5e5e5e;
  vertical-align: top;
  margin-left: 0.46em;
}

.slide-number sup .delimiter{
  display: inline-block;
  margin-right: 0.4em;
}

.header-phone { font-family: 'montserratlight', sans-serif; font-weight: 600; font-size: 17px; letter-spacing: 3px; position: relative; z-index: 3;	color: #000; width: 40%; text-align: center;}

 @media (max-width: 480px){
  .header-phone{
    display: none;
  }
 }

  @media (min-width: 992px) and (max-width: 1200px){
  .header-phone{
    display: none;
  }
 }



/* 2.2 Vertical Panel */



.vertical-panel,
.vertical-panel-content{
  position: absolute;
  width: 19.735vmin;
  left: 0;
  bottom: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.vertical-panel{
  z-index: 3;
  height: 10000px;
  background-color: #2b2b2b;
}

.vertical-panel-content{
  z-index: 4;
}

.vertical-panel-info{
  margin-bottom: 3.5vmin;
}

.vertical-panel-info .line{
  height: 5vmin;
  width: 1px;
  margin:15px auto 0;
  background-color:#646464;
}

.vertical-panel-title{
  font-family: 'montserratsemibold';
  font-size: 10px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1em;
  color: #fff;
  position: relative;
  left: -6px;
  margin:0 auto;
  width: 1px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
   -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

@media (max-height: 850px){
  .vertical-panel-title{
    display: none;
  }
}

.social-list{
  margin-bottom: 3.5vmin;
}

.social-list li{
  margin-top: 3.8vmin;
}

.social-list .fa{
  font-size: 2.4vmin;
  color: #606060;
}

.social-list .fa:hover{
  color:#c5a47e;
  text-decoration: none;
}



/* 2.3 Navbar Desctop */



.navbar-desctop{ margin-top: 20px;
  display: none;
  position: relative;
  z-index: 2;
  top:0;
  left:0;
  width: 75%;
}

.navbar-desctop .brand{
  display: none;
  float:left;
  position: relative;
  top:-0.22em;
  font-size: 1.6em;
}

.navbar-desctop-menu{
  float: right;
  font-family:'montserratlight', sans-serif;
  font-weight: 400;
  font-size: 0.81em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.navbar-desctop-menu li{
  position: relative;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.navbar-desctop-menu li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.navbar-desctop-menu li a:hover,
.navbar-desctop-menu .active > a{
  color:  #9649bf;
}

.navbar-desctop-menu  > li{
  float: left;
  margin-left: 3.1em;
}

.navbar-desctop-menu > li > a { color: #000; background-color: transparent; margin-bottom: 1.5em; 	font-weight: 600; letter-spacing: 2px;	font-size: 15px;}

.navbar-desctop-menu li ul{
  position: absolute;
  z-index: 10;
  left: 100%;
  top:60%;
  visibility: hidden;
  min-width: 220px;
  opacity: 0;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  background:rgba(255, 255, 255, 0.98);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.navbar-desctop-menu > li > ul{
  left: -20px;
  margin-top: 10px;
}

.navbar-desctop-menu li:hover > ul{
  top:0;
  visibility: visible;
  opacity: 1;
}

.navbar-desctop-menu > li:hover > ul{
  top:100%;
}

.navbar-desctop-menu li li{
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.navbar-desctop-menu li li:last-child{
  border-bottom: 0;
}

.navbar-desctop-menu li li a{
  color: #000;
  padding: 12px 20px 10px; font-weight: 600;
}



/* 2.4 Navbar Desctop Affix */



.navbar-desctop.affix { position: fixed; z-index: 5; top: 0; background-color: rgba(104, 45, 135, 0.95);padding: 12px 100px 0; box-shadow: 0 0 35px rgba(0,0,0,0.1); width: 100%; margin: 0;}

.navbar-desctop.affix.affix-top{
  padding-top:2.2em;
}
.navbar-desctop.affix .navbar-desctop{ margin-top:10px;}
.navbar-desctop.affix .brand{
  display: inline-block;
}

.navbar-desctop.affix .navbar-desctop-menu li a{
  color: #fff;
}

.navbar-desctop.affix .navbar-desctop-menu li > a:hover,
.navbar-desctop.affix .navbar-desctop-menu .active > a{
  color:#d189f7;
}

.navbar-desctop.affix .navbar-desctop-menu li ul{ background-color: rgba(104, 45, 135, 0.95);}



/* 2.5 Navbar Mobile */



.navbar-mobile{
  position: absolute;
  z-index: 2;
  left: 0;
  top:0;
  width: 100%;
  padding:6vmin 0;
}

.navbar-mobile .brand{
  display: none;
  margin-left: 15px;
  font-size: 1.6em;
}

.navbar-collapse{
  border:0;
  background-color: rgba(50, 50, 50, 0.95);
  -webkit-box-shadow:none;
  box-shadow:none;
}

@media (max-height: 320px ){
  .navbar-collapse{
    max-height: 240px;
  }
}

.navbar-toggle{
  padding: 0;
  margin-top:0;
  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: #6a3089;
}

.navbar-nav-mobile{
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 0.9em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  padding-top: 1.2em;
  margin-bottom: 0;
}

.navbar-nav-mobile li{
  position: relative;
  border-top:1px solid rgba(255,255,255,0.1);
}

.navbar-nav-mobile li a{
  display: block;
  padding: 1em 1em;
  color: #fff;
  text-decoration: none;
}

.navbar-nav-mobile > .current > a{
  color: #c5a47e;
}

.navbar-nav-mobile li a .fa-angle-down{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.navbar-nav-mobile > .current > a .fa-angle-down{
  top:-0.2em;
  left:-0.3em;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navbar-nav-mobile > .active > a,
.navbar-nav-mobile > .active > a:hover{
  background-color: #6a3089;
  color: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.navbar-nav-mobile ul{
  display: none;
}

.navbar-nav-mobile ul ul{
  display: none;
}


.navbar-nav-mobile li a:hover,
.navbar-nav-mobile li .active > a{
  color: #c5a47e;
}



/* 2.6 Navbar Mobile Affix */



.navbar-mobile.affix{
  position: fixed;
  z-index: 5;
  background-color:rgba(104, 45, 135, 0.95);
  box-shadow: 0 0 35px rgba(0,0,0,0.1);
  padding: 1.2em 0;
}

.navbar-mobile.affix .brand{
  display: inline-block;
}

.navbar-mobile.affix .navbar-toggle .icon-bar{
  background-color:#c5a47e;
}



/*-------------------------------------------------------------------------------
  3. Main
-------------------------------------------------------------------------------*/



.main{
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.main-inner{
  position: relative;
  z-index: 1;
  min-height: 0;
  padding: 33.7vmin 0 33.7vmin;
}


.main-inner .page-lines{
  z-index: 1;
}

.main-inner:after{
  content:'';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top:0;
  background: -webkit-linear-gradient(bottom,  rgba(39,39,39,1) 0%,rgba(39,39,39,0.95) 26%,rgba(39,39,39,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top,  rgba(39,39,39,1) 0%,rgba(39,39,39,0.95) 26%,rgba(39,39,39,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.main-projects,
.main-contacts{
  padding: 34.2vmin 0 34vmin;
}

.main-project{
  padding: 33.7vmin 0 11vmin;
  background-size: cover;
  background-position: center 0;
}

.main-header{
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: right;
  padding-left: 38.5vmin;
}

.main-header h1{
  color: #fff;
  margin:0;
  margin-right: -0.32em;
}



/* 3.1 Slider */



.rev_slider{
  color: #fff;
  min-height: 420px;
}

.rev_slider .btn{
  -webkit-transition: background-color .3s ease-out!important;
          transition: background-color .3s ease-out!important;
}

.tp-caption{
  padding: 0 20px;
  text-align: right;
}

.arrow-left,
.arrow-right{
  position: absolute;
  z-index: 4;
  bottom: 4vh;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.arrow-left{
  left: 22vmin;
}

.arrow-right{
  right: 15px;
}

.arrow-left:after,
.arrow-right:before{
  content:'';
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  font-family: 'Oswald', sans-serif;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
}

.arrow-left:after{
  content:'Prev';
}

.arrow-right:before{
  content:'Next';
}

.arrow-left:before,
.arrow-right:after{
  content:'';
  display: inline-block;
  vertical-align: middle;
  width:1.3em;
  height: 1em;
  opacity: 0.25;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.arrow-left:hover:before,
.arrow-right:hover:after{
  opacity: 1;
}

.arrow-left:before{
  background: url(../images/prev.png) 0 0 no-repeat;
  background-size: 1.3em 1em;
  margin-right: 0.82em;
}

.arrow-right:after{
  background: url("../images/next.png") 0 0 no-repeat;
  background-size: 1.3em 1em;
  margin-left: 0.72em;
}

.slide-title{
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.slide-subtitle{
  font-size: 18px;
  line-height: 1.7;
}



/* ------------------------------------------------------------------------------- */
/*  4. About
/* ------------------------------------------------------------------------------- */



.bg-about{
  background: url(../img/bg/about.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.entry-title{
  font-size: 3.6em;
  margin:0 0 1em;
}

.entry-text{
  font-size: 1.6em;
  line-height: 1.6;
}

.about .fade-title-left{
  top:1em;
}

.col-about-title{
  margin-top: 0;
  margin-bottom:1.1em; 
}

.col-about-info p:last-child{
  margin-bottom: 0; 
}

.col-about-img{
  position: relative;
}

.col-about-img img{
  display: block;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}



/* 4.1 Services */



.row-services{
  margin-left: -4.1em;
  margin-right: -4.1em;
}

.col-service{
  padding: 0 4.1em;
}

.service-item{
  margin-bottom:2em; 
}

.service-item:last-child{
  margin-bottom: 0;
}

.service-item h4{
  margin-top: 0.8em;
  margin-bottom: 1.1em;
}

.services .service-item h4{
  margin-top: 1.25em;
}

.service-item p:last-child{
  margin-bottom: 0;
}


/* 4.2 Object Map */



.objects{
  position: relative;
}

.object-label{
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: #e5bf93;
  box-shadow:0  0  70px 8px rgba(197,164,126,0.75);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.object-label:hover{
  box-shadow:none;
}

.popover.top{
  margin-top: -20px;
}

.object-info{
  position: absolute;
  display: none;
  z-index: 1;
  left: 50%;
  bottom: 40px;
  width: 12.4em;
  margin-left: -6.2em;
  padding: 1.1em 1.3em 3em;
  border:0;
  background-color: rgba(0,0,0,0.3);
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow:none;
}

.object-info.in{
  display: block;
}

.object-info:before{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top: 14px solid rgba(0,0,0,0.3);
}

.object-title{
  font-size: 1em;
  font-family: 'montserratsemibold';
  font-weight: normal;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color:#c5a47e;
  padding: 0 0 1em;
  border-bottom:1px solid rgba(249,249,249,0.2);
  margin: 0 0 .5em;
}

.object-content{
  font-family: 'montserratlight', sans-serif;
  font-size: 0.75em;
  line-height: 2.6;
  color: #fff;
  padding: 0;
}

.popover.top>.arrow{
  border-top-color: transparent;
}

.popover.top>.arrow:after{
  border-top-color:rgba(0,0,0,0.6);
}




/* ------------------------------------------------------------------------------- */
/*  5. Projects
/* ------------------------------------------------------------------------------- */



.bg-projects{
  position: relative;
  background:url(../img/bg/projects.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.project{
  padding: 0;
  overflow: hidden;
}

.project figure{
  position: relative;
}

.project figure img{
  display: block;
  width: 100%;
  -webkit-transition: all 8s linear;
  -o-transition: all 8s linear;
  transition: all 8s linear;
}

.project figure:after{
  content:'';
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background-color: #111;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project.project-light figure:after{
  opacity: 0.4;
}
    
.project figcaption{
  position: absolute;
  z-index: 1;
  left: 0;
  top:0;
  right:0;
  bottom:0;
  margin: 1.2em 1.6em;
}

.project-title{
  position: relative;
  top:0;
  left:0;
  margin:0;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 1.56em;
  line-height: 1.45;
  letter-spacing: 0.07em;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project-category{
  position: absolute;
  left: 0;
  bottom: 0;
  margin:0 0 -0.8em;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.8em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project-zoom { position: absolute; left: 37%; bottom: 0; width: 6em; height: 6em; margin: 0; border-radius: 50%; background-color: rgba(104, 45, 135, 0.95); overflow: hidden; opacity: 0; -webkit-transform: scale(0.5); 	-ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); -webkit-transition: all 0.7s; -o-transition: all 0.7s; transition: all 0.7s;}

.project-zoom:after{
  content: '';
  position: absolute;
  left: 50%;
  top:50%;
  width: 40px;
  height:32px;
  background:url("../images/next.png") 0 0 no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.project figure:hover:after{
  opacity: 0;
}

.project figure:hover img{
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.project figure:hover .project-title{
  top:30px;
  opacity: 0;
}

.project figure:hover .project-category{
  opacity: 0;
  letter-spacing: 2em;
}

.project figure:hover .project-zoom{
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
}



/* 5.1 Carousel */



.owl-prev,
.owl-next{
  position: absolute;
  top:50%;
  font-family: 'Oswald', sans-serif;
  font-size:1em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}

.owl-prev:hover,
.owl-next:hover{
  opacity: 1;
}

.owl-prev{
  left: 0.8em;
  padding-left: 35px;
  background:url(../img/img-icon/prev.png) left 50% no-repeat;
  background-size: 1.3em 1em;
  
}

.owl-next{
  left: auto;
  right: 0.8em;
  padding-right: 35px;
  background:url(../img/img-icon/next.png) right 50% no-repeat;
  background-size: 1.3em 1em;
}



/* 5.2 Magnific popup */



.mfp-figure{
  box-shadow: none;
}

.mfp-iframe-scaler{
  overflow: visible;
}

.mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close{
  padding: 0;
  margin-top: -10px;
  font-family: inherit;
  font-size: 40px;
  font-weight: 300;
  line-height: 0;
}

img.mfp-img{
  min-height: 460px;
}


.mfp-title{
  padding-right: 40px;
  font-size:1.2em;
  line-height: 1.2;
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}

.mfp-counter{
  top:5px;
}

.mfp-bg{
  background-color: #141414;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b{
  display: none;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b{
  display: none;
}

.mfp-wrap .mfp-content {
  -webkit-perspective: 1300px;
          perspective: 1300px
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform:scale(0) rotateY(60deg);
  -o-transform:scale(0) rotateY(60deg);
  transform:scale(0) rotateY(60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
  -webkit-transform: rotateY(-60deg);
      -ms-transform: rotateY(-60deg);
       -o-transform: rotateY(-60deg);
          transform: rotateY(-60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform:rotateX(0);
      -ms-transform:rotateX(0);
       -o-transform:rotateX(0);
          transform:rotateX(0);
}

.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-wrap.mfp-removing .mfp-figure ,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform: rotateX(-60deg);
      -ms-transform: rotateX(-60deg);
       -o-transform: rotateX(-60deg);
          transform: rotateX(-60deg);
  
}

.mfp-zoom-out-cur, 
.mfp-zoom-out-cur 
.mfp-image-holder .mfp-close{
  cursor:url(../img/zoom-out.cur), zoom-out;
}

.mfp-removing.mfp-bg {
  opacity: 0;
}



/* 5.3 Project Details */



.project-title-info{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 2vmin;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 2.2em;
  margin-left: -1.8em;
}

.project-title-info .project-info-item{
  display: inline-block;
  margin-left: 1.8em;
}

.project-details-item{
  position: relative;
}

.project-details-img{
  position: relative;
  padding: 0;
}

.project-details-info{
  background-color: #c5a47e;
  padding: 4.8em 3.1em 4.8em;
  color:#fff;
}

.project-details-title{
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.9em;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 0.7em;
}

.project-details-title:before{
  content: '';
  position: absolute;
  bottom: -0.35em;
  width: 10em;
  border-top: 1px solid #ededed;
  left: -4.4em;
  width: 5.5em;
}

.project-details-descr{
  font-size: 1.1em;
  line-height: 1.62;
}

.project-details-descr p:last-child{
  margin-bottom: 0;
}

.project-details-item:nth-child(even) .project-details-info{
  right:0;
  left: auto;
  top:13%;
  background-color: #212121;
}



/* ------------------------------------------------------------------------------- */
/*  6. Experience
/* ------------------------------------------------------------------------------- */



.experience{
  text-align: center;
}

.text-parallax {
  background: no-repeat 0 0;
  display: inline-block;
}

.text-parallax-content{
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 21.8em;
  line-height: 1;
  overflow: hidden;
  margin-bottom: 0;
  background: #211825;
  color:#fff;
  mix-blend-mode: darken;
  -ms-mix-blend-mode:darken;
}

.experience-info{
  position: relative;
  top: -0.75em;
  font-family: 'Oswald', sans-serif;
  font-size: 1.5625em;
  line-height: 1.45;
  letter-spacing: 0.06em;
  display: inline-block;
  text-align: left;
  margin:0 0 0 0.5em;
}



/* ------------------------------------------------------------------------------- */
/*  7. Clients
/* ------------------------------------------------------------------------------- */



.clients{
  text-align: center; padding-top: 30px
}

.clients-list{
  margin:-3.8em -1.95em 0;
}

.clients-list .client{
  display: inline-block;
  vertical-align: middle;
  padding: 15px;
  margin:0; width: 24%;
}

.clients-list .client img{
  opacity: 0.8; max-width: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.clients-list .client a:hover img{
  opacity: 0.4;
}



/* ------------------------------------------------------------------------------- */
/*  8. Blog
/* ------------------------------------------------------------------------------- */



.bg-blog{
  background: url(../img/bg/blog.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.blog{
  position: relative;
  margin-bottom: 3em;
  margin-right: 1px;
  background-color: #373737;
  box-shadow:0 1px 15px rgba(0,0,0,0.08);
}

.blog:last-child{
  margin-bottom: 0;
}

.blog-thumbnail{
  position: static;
}

.blog-thumbnail-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 5px;
  padding: 0;
  border-radius: 0.25em 0 0 0.25em;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 0;
}

.blog-thumbnail-img img{
  border-radius: 0.25em 0.25em 0 0;
}

.blog-info{
  padding: 3.3em 3em;
}

.blog-info .blog-tags a{
  background-color: #434343;
}

.blog-tags{
  font-family: 'montserratsemibold';
  margin-top:-0.8em;
}

.blog-tags a{
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.77em 1.1em 0.77em;
  border-radius: 2em;
  background-color: #333333;
  text-transform: uppercase;
  color:#6f6f6f;
  margin-top: 0.8em;
  margin:0.8em 0.7em 0 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.blog-tags a:hover{
  background-color:#c5a47e;
  text-decoration: none;
  color: #fff;
}

.blog-title{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.333;
  margin: 1.8em 0 0.8em;
}

.blog-info p{
  margin-bottom: 0;
  color:#fff;
}

.blog-meta{
  font-size: 0.88em;
  color:#b4b4b4;
  overflow: hidden;
}

.blog-meta .author{
  color: #686868;
  float: left;
}

.blog-meta .author a{
  font-family: 'montserratsemibold';
  color:#686868;
}

.blog-meta .author a:hover{
  text-decoration: none;
  color:#c5a47e;
}

.blog-meta .time{
  float: right;
  color:#686868;
}

.blog-info .blog-meta{
  border-top:1px solid #474747;
  margin-top: 1.7em;
  padding-top: 1.7em;
}

.read-more{
  display: inline-block;
  font-family: 'montserratsemibold';
  font-size: 0.88em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.read-more{
  padding-right: 2em;
  background:url(../img/img-icon/read-more.png) right 50% no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.read-more:hover{
  text-decoration: none;
  background-position: 95% 50%;
}

.blog-info .read-more{
  margin-top: 2.8em;
}



/* 8.1 Blog Details */



.blog-details{
  margin-bottom:8.3em;
}

.col-secondary{
  margin-top: 7.1em;
}

.post-header{
  margin-bottom: 5em;
}

.post-header h3{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 2.2em;
  line-height: 1.43;
  margin:0 0 0 0;
}

.post-header .blog-meta{
  margin-top: 2.45em;
}

.post-thumbnail{
  margin-bottom: 2.5em;
}

.post-thumbnail img{
  width: 100%;
  border-radius: 0.25em;
}

.post .blog-tags{
  margin-top: 5.4em;
}



/* 8.2 Widgets */



.widget{
  margin-bottom: 3.65em;
}

.widget-title{
  font-family: 'montserratsemibold';
  font-weight: normal;
  font-size: 1.3em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 2.25em 0;
}



/* 8.3 Widget Recent Post */



.recent-post{
  margin-bottom: 1.7em;
  overflow: hidden;
}

.recent-post:last-child{
  margin-bottom: 0;
}

.recent-post-thumbnail{
  width: 9.32em;
  float: left;
}

.recent-post-thumbnail img{
  border-radius: 0.25em;
  max-width: 100%;
}

.recent-post-body{
  padding-left: 11.2em;
}

.recent-post-title{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.45;
  text-transform: none;
  letter-spacing: 0;
  margin:0;
  position: relative;
}

.recent-post-time{
  font-size: 0.88em;
  color:#b4b4b4;
  margin-top: 0.9em;
}



/* ------------------------------------------------------------------------------- */
/*  9. Contacts
/* ------------------------------------------------------------------------------- */



.bg-contacts{
  background: url(../img/bg/contacts.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.contacts .fade-title-right{
  left: 90%;
}

.row-field{
  margin-left: -5px;
  margin-right:-5px;
}

.col-field{
  padding: 0 5px;
}

.col-message{
  display: none;
  margin-top: 20px;
}

.col-address{
  font-size: 1.125em;
  line-height: 2.1;
  margin-top: 2em;
}

.form-submit{
  margin-top: 1.2em;
}

.success-message{
  display: none;
}

.error-message{
  display: none;
}

.success-message .fa{
  margin-right: 7px;
  font-size: 1.5em;
}

.contact-details{
  position: relative;
  overflow: hidden;
  margin-top: -1px;
}

.col-map{
  height: 35em;
}

.gmap{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  padding: 0;
  height: 100%;
}

.map-info{
  padding: 1.2em;
}
.map-title{
  margin-bottom: 2em;
}

.map-title h3{
  margin:0;
}

.map-address-row{
  margin-top: 1em;
}

.map-address-row .fa{
  float: left;
  margin: 0.35em 0.6em 0 0;
  width: 1.1em;
  text-align: center;
  color: #c5a47e;
  font-size: 1.2em;
}

.map-address-row  .text{
  display: block;
  overflow: hidden;
  font-size: 1.15em;
}

.contact-info{
  color:#fff;
  padding:0;
  background:url(../img/bg/contact-details.jpg) 50% no-repeat;
  background-size: cover;
}

.contact-info-content{
  padding: 5.5em 5.6em;
  background-color:rgba(197,164,125, 0.95);
}

.contact-info-title{
  font-family: 'Oswald', sans-serif;
  font-size: 80px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color:#fff;
  opacity: 0.1;
  position: absolute;
  top:100%;
  left: 100%;
  margin-top: -0.5em;
  margin-left: -2.3em;
  -webkit-transform:rotate(-90deg);
  transform:rotate(-90deg);
   -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.contact-row{
  position: relative;
  z-index: 1;
  margin-bottom: 2.3em;
}

.contact-row:last-child{
  margin-bottom: 0;
}

.contact-row h4{
  margin:0 0 0.8em;
  color:#fff;
}

.contact-row .fa{
  float: left;
  width: 1.1em;
  margin-top: -0.15em;
  padding: 1px;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.25;
}

.contact-body{
  padding-left: 2.6em;
}

.contact-content{
  font-size: 1.3em;
}

.phone-row{
  font-size: 1.3em;
  letter-spacing: 0.2em;
  margin-top: 0.5em;
}



/* ------------------------------------------------------------------------------- */
/*  10. Footer
/* ------------------------------------------------------------------------------- */



.footer {
	text-align: center;
	padding: 7.1em 0 5.5em;
	font-size: 12px;
	color: #aaa;
	background: #211825;
}

.footer .brand{
  margin-top: -0.45em;
  font-size: 3.4em;
}

.author-link{
  font-family: 'Montserrat', sans-serif;
  color: #d0d0d0;
}

.author-link:hover{
  text-decoration: none;
}



/* ------------------------------------------------------------------------------- */
/*  11. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 11.1 Min width 768px */



@media (min-width: 768px){



  html{
    font-size: 85%;
  }



  /* Slider */



  .arrow-left{
    top: 43.5vmin;
    bottom: auto;
  }

  .arrow-right{
    left: 28vmin;
    right: auto;
    margin-left: 5em;
    top: 43.5vmin;
    bottom: auto;
  }



  /* About */



  .entry{
    padding: 0 7.5em;
  }

  .col-about-spec{
    padding: 0 4.4em;
  }



  /* Project Carousel */



  .owl-prev{
    left: 3.6em
  }

  .owl-next{
    right:3.6em;
  }



  /* Projects Deatails */



  .project-details{
    margin-top: 7.1em;
  }


  .project-details-item{
    margin-bottom: 7.1em;
  }

 .project-details-info{
    position: absolute;
    z-index: 1;
    left: 0;
    top:13%;
    bottom: 13%;
    width: 55%;
  }

  .project-details-item:nth-child(odd) .project-details-img{
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-details-item:nth-child(even) .project-details-img{
    padding-right:15px;
    padding-left: 15px;
  }

}



/* 11.2 Min width 992px */



@media (min-width: 992px){



  html{
    font-size: 92%;
  }



  /* Content styles */



  .text-center-md{
    text-align: center;
  }

  .text-right-md{
    text-align: right;
  }

  .text-left-md{
    text-align: left;
  }



  /* Navbar Mobile */


  .navbar-mobile{
    position: absolute;
    left: -50000px;
    top: -50000px;
  }



  /* About */



  .col-about-img{
    padding-left: 0;
    left: -5px;
  }

  .col-about-img img{
    max-width: calc(100% + 5px);
  }



  /* Project Details */



  .project-details-item:nth-child(odd) .project-details-img{
    padding-left: 5px;
    padding-right: 15px;
  }

  .project-details-item:nth-child(even) .project-details-img{
    padding-right:5px;
    padding-left: 15px;
  }



  /* Blog Details */


  
  .col-primary{
    padding-right: 2.2em;
  }

  .col-secondary{
    margin-top: 10.62em;
    margin-left: -5px;
    padding:0 10px 0 0;
  }



  /* Contacts */


  .row-field{
    margin-left: -15px;
  }

  .col-map{
    position:static;
    height: 100%;
  }
}


/* 11.3 Min width 1200px */



@media (min-width: 1200px){


   html{
    font-size: 100%;
  }



   /* Header */



  .main-header{
    padding-left: 0;
  }



  /* Project Details */


  .project-details-info{
    width: 44%;
  }

}



/* 11.4 Max height 480px  */



  @media (max-height: 480px){



  /* Slider */



  .arrow-left{
    top: 43.5vmin;
    bottom: auto;
  }

  .arrow-right{
    left: 28vmin;
    right:auto;
    margin-left: 5em;
    top: 43.5vmin;
    bottom: auto;
  }
}
.header-home{ background:#fff; padding: 10px 0;}
.autocontainer{ max-width:1200px; margin: 0 auto;}

.header-block{ display:flex; align-items: center;}

.projects.section{ padding-top:0;}

.number-wraper { position: relative;margin-top:70px;}
.number-wraper:before{}
.number-block {position: relative;}
.number-1{ float:left; width:25%; text-align:center;}
.number-1:last-child .number-1-inner:before{ }
.number-1-inner { margin:0 15px; padding: 0; position: relative; text-align: center; min-height: 200px;}
.number-1-info{}
.number-1-info span { color: #fff; display: inline-block; font-size: 105px; font-weight: 700; margin-bottom: 0; line-height: 125px;}
/*.number-1-info span.number-count{ color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #9e22df;}
.number-1-info span.number-plus{ color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #9e22df;}*/

.numberbox { background: no-repeat 0 0; display: inline-block; margin-bottom: 20px;}

.number-1-info span.number-count { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 105px; line-height: 1; overflow: hidden;	margin-bottom: 0; background: #211825; color: #fff; mix-blend-mode: darken;-ms-mix-blend-mode: darken; vertical-align: top; float: left;}
.number-1-info span.number-plus{ font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 105px; line-height: 1; overflow: hidden;	margin-bottom: 0; background: #211825; color: #fff; mix-blend-mode: darken;-ms-mix-blend-mode: darken; vertical-align: top; display: inline-block;}
.number-1-info span.number-txt { display: block; font-size: 18px; font-weight: 300; line-height: 21px; margin-top: 10px; text-transform: uppercase; margin-bottom: 0; color: #1a1a1a; color: #fff; font-family: 'Oswald', sans-serif; letter-spacing: 3px;}
.number-1-icon { background: #ffd21d; border-radius: 100%; color: #122464; font-size: 24px; height: 55px; line-height: 55px; text-align: center; width: 55px; margin: 0 auto 20px;}
.number-1-icon i{}

.mapinfo{ margin-bottom: 30px;}
.mapinfo p{ font-size:16px; line-height: 25px; color: #f1f1f1;}

.addBlock{}
.addIcon{}
.addIcon i{}
.addDetail { width: 80%; text-align: left;}
.addBlock { margin-bottom: 30px; display: flex; text-align: left; font-size: 16px; line-height: 25px}
.addBlock .addIcon {  float: left; height: 40px; line-height: 40px; margin: 0 15px 0 0; text-align: center; width: 40px; border-radius: 50%; background: #7d2ca7;}
.addBlock .addIcon i { color: #fff; font-size: 15px;}
.addBlock .addDetail span { display: block; font-size: 14px; text-transform: uppercase; font-weight: 700; color: #fff; }

.addbox{}
.addbox ul{}
.addbox ul li{ margin-bottom: 15px; }
.addbox ul li i{ color: #7d2ca7; margin: 0 15px 0 0}
.addbox ul li span{}


.address-1-inner{}
.address-1-inner h3 { font-size: 21px; font-family: 'Oswald', sans-serif; font-weight: 400; letter-spacing: 2px;margin-bottom: 40px; text-align: left;}
.address-1-inner h3 img { max-width: 100%; width: 25px; margin: 0 6px 0 0;}
.addressmap{}
.addressmap iframe{ width:100%; height: 250px;}


.products-wraper{ padding: 0 0 100px; position: relative;}
.products-block { position: relative; margin-top: 60px; }
.products-1{ float: left; width: 25%; }
.products-1-inner{  margin: 10px; position: relative; overflow: hidden; transition: all 0.5s ease 0s; background: #100b12; box-shadow: 0px 10px 40px rgba(111,137,163,.2); border: 1px solid #e4e4e4; padding: 0; border-image: linear-gradient(to right, #6c3787 0px, #0b1e63 100%) 1;
  border-radius: 5px; /* this doesn't work */
  border-width: 1px;
  border-style: solid; top: 0;
}
 
.products-1-img{ position: relative; min-height: 200px; padding: 0 15px;}

.products-1-img img{ max-width: 100%; border-radius: 10px; transition: all 0.5s ease 0s;}
.products-1-info{ text-align: center;  width: 100%; z-index: 1; transition: all 0.5s ease 0s; display: flex; flex-wrap: wrap; row-gap: 30px;	-moz-column-gap: 20px; column-gap: 20px; margin-bottom: 30px}

.products-title{}
.products-title h3 { font-size: 22px; font-weight: 600; text-transform: uppercase; margin-bottom: 30px; line-height: 40px; text-align: center; padding: 8px 10px; border-image: linear-gradient(to right, #6c3787 0px, #0b1e63 100%) 1; border-width: 1px; border-style: solid; bottom-top-width: 0; margin-top: 0;}
.listing-item{ width: 46%; text-align: center;}
.listing-item strong{ display:block; }
.product-btn{ text-align:center; padding: 20px; border-image: linear-gradient(to right, #6c3787 0px, #0b1e63 100%) 1; border-width: 1px; border-style: solid;}
.product-btn a.themebtn { box-shadow: none; color: #8d12cb; text-transform: uppercase; font-weight: 700;}
.products-1-inner:hover{ top:-10px;}


.inner-banner-wraper { position: relative; background: rgba(24, 17, 27, .3); padding: 40px 0 40px;}
.inner-background{}
.background-bg{}
.background-bg img{ max-width:100%;}
.innerHeading{ margin-bottom:10px; text-align:center;}
.innerHeading h1{ color: #fff; font-size: 30px; font-weight: 700; line-height: 40px; letter-spacing:1px; margin-bottom:0;}
.breadcrum{ color:#fff; text-align:center;}
.breadCrumTP{}
.breadCrumTP ul{}
.breadCrumTP ul li{ display:inline-block;}
.breadCrumTP a { color: #fff; display: inline-block; font-size: 12px; font-weight: 700; padding: 0 5px; text-transform: uppercase;}
.breadCrumTP a:hover{ text-decoration:none; color:#1bb8ff;}

.aboutinner-wraper{ position: relative; padding: 50px 0;}
.aboutinner-block{}
.about-1{ float: left; width: 50%;}
.about-1-inner{ padding: 0 15px; margin: 15px 0;}
.about-1-img{ overflow: hidden; border-radius: 10px;}
.about-1-img img{ max-width: 100%; border-radius: 10px; transition: all 0.5s ease 0s;}
.about-1-img img:hover{ transform:scale(1.1)}
.about-1-info{}
.about-1-info p{ margin-bottom: 12px;}

.mission-wraper{ position: relative; padding: 50px 0;}
.mission-block{}
.mission-1{ float: left; width: 50%;}
.mission-1-inner{ padding: 0 15px; margin: 15px 0;}
.mission-1-img{}
.mission-1-img img{ max-width: 100%;}
.mission-1-info{}
.mission-1-info p{ margin-bottom: 12px;}

.innercontent-wraper{ padding: 80px 0 0; position: relative;}
.innercontent-block{}
.innercontent-1{}
.innercontent-1-inner{}
.innercontent-1-info{}
.innercontent-1-info h3 { color: #fff; 	font-size: 25px; margin-bottom: 25px;}
.innercontent-1-info p{ color: rgba(255,255,255,0.5);}
.innercontent-1-btn { display: flex; align-items: center;}
.inbtn1{}
.inbtn1:last-child{ margin-left:15px;}
.innercontent-1-btn img {max-width: 37px;margin: 0 15px 0 0;}
.innercontent-1-btn a.downbtn { background: #772c9d; color: #fff; padding: 12px 30px; display: inline-block; border-radius: 3px; border: 1px solid #772c9d;}
.innercontent-1-btn a.downbtn i{ margin: 0 6px 0 0}
.innercontent-1-btn a.downbtn:hover{ text-decoration:none; background: none; color: #772c9d;}

.productinn-wraper{ position: relative; padding: 100px 0;}
.productinn-block{}
.productinn-1{ float: left; width: 50%;}
.productinn-1-inner{ padding: 0 15px; margin: 15px 0;}
.productinn-1-img{ overflow: hidden; border-radius: 10px; }
.productinn-1-img img{ max-width: 100%; border-radius: 10px; transition: all 0.5s ease 0s;}
.productinn-1-img img:hover{ transform:scale(1.1)}
.productinn-1-info{ padding-left: 70px;}
.productinn-1-info ul{ margin-bottom: 12px;}
.productinn-1-info ul li{ padding: 6px 0 6px 20px; position: relative; text-align: left;}
.productinn-1-info ul li:before{ color: #812aae; content: "\f04d"; font-family: FontAwesome; font-size: 8px; left: 0; position: absolute; top: 12px; transform: rotate(45deg);}
.productinn-1-tag{ margin-left: 0; margin-top: 20px; background: #491b61; padding:10px 20px;}
.productinn-1-tag h4{}
.productinn-1-tag p{ margin: 0;}

.prooverview-wraper { position: relative; background: rgba(24, 17, 27, .3); padding: 70px 0;}
.prooverview-block{}
.prooverview-1{}
.prooverview-1-inner{}

.tabfetitle{}
.tabfetitle h3 { text-align: center; margin: 0 0 30px 0; text-transform: uppercase; letter-spacing: 2px;}
.tabfeature-block{}
.tabfeature-1{ float: left; width: 50%;}
.tabfeature-1-inner{ padding: 0 15px;}
.tabfeature-1-info{}
.tabfeature-1-info p{ text-align: left; margin-bottom: 15px;}
.tabfeature-1-info p strong{ color:rgba(255, 255, 255, .7)}
.tabfeature-1-info ul{}
.tabfeature-1-info ul li{ padding: 5px 0 5px 20px; position: relative; text-align: left;}
.tabfeature-1-info h4{ margin:20px 0 15px }
.tabfeature-1-info ul li:before{ color: #812aae; content: "\f04d"; font-family: FontAwesome; font-size: 8px; left: 0; position: absolute; top: 10px; transform: rotate(45deg);}
.tabfeature-img{ margin-top: 50px;}
.tabfeature-img img{ max-width:100%;  transition: all 0.5s ease 0s;}
.tabfeature-img img:hover{ transform:scale(1.1);}
.tabs{width:100%;display:inline-block}
.tab-links{margin:0 0 50px 0;padding:0; text-align: center;}
.tab-links:after{display:block;clear:both;content:''}
.tab-links li{position:relative;display:inline-block;margin:0 15px 0 0; font-family: 'Oswald', sans-serif;}
.tab-links a { color: #999; padding: 10px 30px; text-transform: capitalize; font-weight: 400; display: block; border-radius: 3px; font-size: 16px; letter-spacing: 1px; border: 1px solid rgba(255, 255, 255, .1);}
.tab-links a i{ margin: 0 5px 0 0}
.tab-links a:hover{text-decoration:none;color:#fff;background:#6f2a92}
.tab-links li a.current{color:#f1f1f1;background:#6f2a92}
.tab-links li.active a:hover{text-decoration:none;color:#f1f1f1;background:#6f2a92}
.tab{display:none}
.tab.active{display:block}


.video-wraper{ padding: 80px 0 0; position: relative;}
.video-block {}
.video-1{}
.video-1-inner{}
.video-1-iframe { max-width: 70%; margin: 70px auto 0;}
.video-1-iframe iframe{ width:100%; height: 400px; border: 10px solid #491b61; border-radius: 7px;}


.printer-wraper{ padding: 70px 0; position: relative;}
.printer-block{}
.printer-1{ float: left; width: 50%;}
.printer-1-inner{ padding: 0 15px;}
.printer-1-img{ overflow: hidden;  border-radius: 5px;}
.printer-1-img img{ max-width: 100%; border-radius: 5px; border: 5px solid #491b61; transition: all 0.5s ease 0s;}
.printer-1-img img:hover{ transform:scale(1.1);}
.printer-1-info{}
.printer-1-info h4 {letter-spacing: 2px;margin: 0 0 20px 0;font-size: 18px;font-weight: 600; text-align: left;}
.printer-1-info ul{}
.printer-1-info ul li{padding: 6px 0 6px 20px;position: relative;text-align: left;}
.printer-1-info ul li:before{color: #812aae;content: "\f04d";font-family: FontAwesome;font-size: 8px;left: 0;position: absolute;top: 12px;	transform: rotate(45deg);}

.printer-wraper.printer1-wraper{}
.printer-wraper.printer1-wraper .printer-1:first-child{ float: right;}

.printer-wraper.printer2-wraper{}
.printer-wraper.printer2-wraper .printer-1-inner{ min-height: 400px;}
.printer-wraper.printer2-wraper .printer-1-inner .printer-1-info{ padding: 25px;}
.printer-wraper.printer2-wraper.height260 .printer-1-inner{ min-height: 260px;}
.printer-wraper.printer2-wraper.height300 .printer-1-inner{ min-height: 300px;}
.printer-wraper.printer2-wraper.height340 .printer-1-inner{ min-height: 340px;}

.printer-wraper.subprinter-wraper .printer-block{ margin-top:50px;}
.printer-wraper.subprinter-wraper .printer-1{ width:100%;}
.printer-wraper.subprinter-wraper .printer-1-info ul{ text-align:center;}
.printer-wraper.subprinter-wraper .printer-1-info ul li { width: 47%; display: inline-block; padding: 15px 10px 15px 40px; border: 1px solid rgba(255, 255, 255, .1); margin: 10px; transition: all 0.5s ease 0s;}
.printer-wraper.subprinter-wraper .printer-1-info ul li:before{ left: 15px;	top: 22px;}

.printer-wraper.subprinter-wraper .printer-1-info ul li:hover:before{ color:#fff}
.printer-wraper.subprinter-wraper .printer-1-info ul li:hover{ background: #812aae; color: #fff;}


.printer-wraper.printer2-wraper .printer-1:nth-child(1) .printer-1-inner{ border: 1px solid #812aae;}
.printer-wraper.printer2-wraper .printer-1:nth-child(2) .printer-1-inner{ background: #812aae;}
.printer-wraper.printer2-wraper .printer-1:nth-child(2) .printer-1-inner .printer-1-info ul li{ color: #fff;}
.printer-wraper.printer2-wraper .printer-1:nth-child(2) .printer-1-inner .printer-1-info ul li:before{ color:#fff;}
.printer-wraper.printer2-wraper .printer-1:nth-child(3) .printer-1-inner{ background: #812aae;}
.printer-wraper.printer2-wraper .printer-1:nth-child(3) .printer-1-inner .printer-1-info ul li{ color: #fff;}
.printer-wraper.printer2-wraper .printer-1:nth-child(3) .printer-1-inner .printer-1-info ul li:before{ color:#fff;}
.printer-wraper.printer2-wraper .printer-1:nth-child(4) .printer-1-inner{border: 1px solid #812aae; }

.printerbox-wraper{ padding: 70px 0; position: relative;}
.printerbox-block{}
.printerbox-1{ float: left; width: 33.33%;}
.printerbox-1-inner{ margin: 15px;}
.printerbox-1-info{}
.printerbox-1-info h4{}
.printerbox-1-info ul{}
.printerbox-1-info ul li{ padding: 6px 0 6px 20px; position: relative;text-align: left;}
.printerbox-1-info ul li:before{ color: #812aae; content: "\f04d"; font-family: FontAwesome; font-size: 8px; left: 0; position: absolute;	top: 12px; transform: rotate(45deg);}

.heatbox-wraper{ padding: 70px 0; position: relative;}
.heatbox-block{}
.heatbox-1{ float: left; width: 33.33%;}
.heatbox-1-inner{ margin: 15px;}
.heatbox-1-img{ overflow: hidden; border-radius: 20px 0 20px 0;}
.heatbox-1-img img{ max-width:100%; border-radius: 20px 0 20px 0;transition: all 0.5s ease 0s;}
.heatbox-1-img img:hover{ transform:scale(1.1);}
.heatbox-1-info{ padding: 20px 0;}
.heatbox-1-info h4{ margin-bottom: 15px; text-align: left;}
.heatbox-1-info p{}

.modelbox-wraper{ padding:  0; position: relative;}
.modelbox-block{ margin-top: 60px;}
.modelbox-1{}
.modelbox-1-inner{}
.modelbox-1-img{ overflow: hidden; border-radius: 20px 0 20px 0; text-align: center;}
.modelbox-1-img img{ max-width:100%; border-radius: 20px 0 20px 0;transition: all 0.5s ease 0s;}
.modelbox-1-img img:hover{ transform:scale(1.1);}


.modelbox-1-info{ margin-top: 25px;}
.modelbox-1-info p{}

.hoverimg{ overflow: hidden;}
.hoverimg img{ max-width:100%; transition: all 0.5s ease 0s;}
.hoverimg img:hover{ transform:scale(1.1);}

.clients-wraper{  padding: 60px 0; position: relative; background: #fff; }
.clients-wraper:before{ position:absolute; left: 0; top: 0; width: 100%; height: 100%; content: ""; background:url("../images/bg2.jpg") repeat center center; background-size: cover; opacity: .1}


.footer-wraper{ background: #18111b;  padding:70px 0 0; position: relative;}
.footer-wraper:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url("../images/footer.png") no-repeat bottom center; background-repeat: no-repeat; background-size: cover; background-position: center; opacity: .05;}
.footer-top{ position:relative; margin-bottom: 60px;}
.footer-logo{ margin-bottom: 35px; }
.footer-logo img{ max-width:80%;}

.footer-txt{ font-size:15px; margin-top: 15px; color: rgba(255,255,255,0.5)}

.footer-social{ margin-top: 25px;}
.footer-social ul{}
.footer-social ul li{ float:left; margin:0 10px 0 0}
.footer-social ul li a { line-height: 40px; color: rgba(255,255,255,0.5); border-radius: 100%; display: block; 	float: left; height: 40px; margin: 0; text-align: center; width: 40px; border: 1px solid rgba(255,255,255,0.5);}
.footer-social ul li a:hover{ text-decoration:none; background:#7d2ca7; color:#fff;}

.footer-block{ position: relative;}
.footer-1{ float:left; width:33.33%;}
.footer-1-inner{ padding:0 15px;}

.footer-info{}
.footer-info p { color: #e4e4e4; font-size: 15px; line-height: 26px; margin: 15px 0; text-align: left;}
.footer-info a { color: #f7847e; font-size: 14px; font-weight: bold; text-transform: uppercase;}
.footer-info a:hover{ text-decoration:none;}
.footer-1-inner h3 { font-size: 18px; font-weight: bold; letter-spacing: 1px; margin-bottom: 25px; position: relative; text-transform: uppercase; padding-bottom:7px; color: #fff}
.footer-1-inner h3:before{ position:absolute; left:0; bottom:0; background:#fff; content:""; width:40px; height:2px;}
.addBlock{}
.addIcon{}
.addIcon i{}
.addDetail{}
.addBlock{ margin-bottom:25px;}
.addBlock .addIcon {  float: left; height: 35px; line-height: 35px; margin: -5px 10px 0 0; text-align: center; width: 35px; border-radius: 50%; }
.addBlock .addIcon i { font-size: 15px;}

.addBlock .addDetail { width: 80%; float: right; font-size: 15px; text-align: left; color: rgba(255,255,255,0.5);}
.addBlock .addDetail h5{ color:#fff; margin: 0 0 5px 0; font-weight: 600; font-size: 16px;}
.addBlock .addDetail p{ margin:0;}

.servlist{ float: left; width: 100%;}
.servlist li{ padding: 6px 0 6px 15px; position: relative; font-size: 15px; float: left; width: 50%; text-align: left; color: rgba(255,255,255,0.5)}
.servlist li:before { color: rgba(255,255,255,0.5); content: "\f04d"; font-family: FontAwesome; font-size: 8px; left: 0; position: absolute; top: 13px; transform: rotate(45deg);}
.servlist li a{ color: rgba(255,255,255,0.5);}
.servlist li a:hover{ text-decoration: none; color: #fff;}


.copyright{ padding:25px 0; margin-top: 50px; position: relative; border-top:1px solid rgba(255,255,255,0.1);}
.copyblock{}
.copy-1{ float:left; width:100%; text-align:center; color:rgba(255,255,255,0.5); font-size:15px; padding: 0 15px;}
.copy-1-inner{}
.copy-1-inner a{ color:#fff;}

@media screen and (min-width:1281px)
	
{
	
	
}
/*##################################    for width 1024px  ########################################*/
@media screen and (max-width:1259px)  
{
	.container{ width:98%; margin:0 auto; max-width:1000px;}

	
	
	

}

/*##################################    for width 768px  ########################################*/

@media screen and (max-width:990px)
{
	.container{ width:98%; margin:0 auto; max-width:750px;}
	.navbar-mobile{ padding: 4vmin 0;}
	.navbar-mobile.affix .navbar-toggle{ margin-top:12px;}
	.brand-panel .brand img{ margin:0; width:100%;}
	.brand img{ width:75%; margin-bottom: 15px;}
	.rev_slider_wrapper, .tp-fullwidth-forcer{ height:600px!important}
	.slide-title.tp-caption{ max-width:600px!important; width: 100%!important}
	.brand-panel{ margin-left:15px;}
	.navbar-mobile.affix{ padding:15px 0 0 0;}
	.number-1-info span.number-plus{ font-size:60px;}
	.number-1-info span.number-count{ font-size:60px;}
	.about-1{ width:100%;}
	.productinn-1{ width:100%;}
	.productinn-1-info {padding-left: 0;}
	.tabfeature-1{ width:100%;}
	.tabfeature-1:last-child{ margin-top:20px;}
	.video-1-iframe{ max-width:100%;}
	.printer-1{ width:100%;}
	.printer-1:last-child{ margin-top: 30px;}
	.printer-wraper.printer1-wraper{ padding:30px 0;}
	.heatbox-1{ width:50%}
	.navbar-nav-mobile li strong { background: url(../images/toogle-button2.png) no-repeat right -54px; height: 35px; position: absolute; right: 25px; top: 4px; width: 150px; z-index:200; cursor:pointer;}
	
    .navbar-nav-mobile li strong.opened { background-position: right 7px;}
	
	
	
	
}

/*##################################    for width 600px  ########################################*/

@media screen and (max-width:767px)
{
	.container{ width:98%; margin:0 auto; max-width:600px;}
	.navbar-mobile { padding: 7vmin 0;}
	.rev_slider_wrapper, .tp-fullwidth-forcer{ height:500px!important}
	.slide-title.tp-caption{ max-width:600px!important; width: 100%!important}
	.section-header{ width:100%;}
	.number-1-info span.number-plus{ font-size:50px;}
	.number-1-info span.number-count{ font-size:50px;}
	.number-1-info span.number-txt{ font-size:14px;}
	.footer-1{ width:100%;}
	.footer-1:nth-child(2){ margin:25px 0;}
	.productinn-wraper{ padding:60px 0;}
	.innercontent-wraper{ padding-top:60px;}
	.printer-wraper.subprinter-wraper .printer-1-info ul li{ width:100%; margin: 15px 0;}
	.mission-wraper{ padding:50px 0 0 0;}
	
	
	
}

/*##################################    for width 480px  ########################################*/

@media screen and (max-width:580px)
{
	.container{ width:98%; margin:0 auto; max-width:440px;}
	.rev_slider_wrapper, .tp-fullwidth-forcer{ height:275px!important}
	.slide-title.tp-caption{ max-width:600px!important; width: 100%!important}
	.number-1{ width:50%;}
	.mission-1{ width:100%;}
	.aboutinner-wraper{ padding-bottom:0; padding-top: 60px;}
	.video-1-iframe{ max-width:100%;}
	.video-1-iframe iframe{ height:250px;}
	.heatbox-1{ width:100%}
	.clients-list .client {padding: 8px;margin: 0;width: 46%;}
	.rev_slider{ min-height:100%;}
	.main{ min-height: 100%;}
	
	
	
	
}

/*##################################    for width 320px  ########################################*/

@media screen and (max-width:479px)
{
	.container{ width:98%; margin:0 auto;}	
	.brand-panel{ width:35%;}
	.arrow-left { top: auto; bottom: auto; bottom: 35px;}
	.arrow-right{ top: auto; bottom: auto; bottom: 35px;}
	.rev_slider_wrapper, .tp-fullwidth-forcer{ height:250px!important}
	.slide-title.tp-caption{ max-width:600px!important; width: 100%!important}
	.slide-title.tp-caption.tp-resizeme{ min-width:290px!important; font-size: 25px!important; line-height: 35px!important}
	.tp-parallax-wrap { left: 36px!important;min-width: 400px!important;}
	.tp-parallax-wrap:last-child{ left:50%!important; margin-top: 20px;}
	.tp-mask-wrap .btn.js-target-scroll{ font-size: 11px!important; padding: 10px 20px!important; margin-top: 20px;}
	.innercontent-1-btn img{ display:none;}
	.innercontent-1-btn a.downbtn{ padding:10px 11px;}
	
	
	

}








