/*................................reset...........................................*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*................................clearfix...........................................*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
@font-face {
  font-family: 'bebas_neue_regularregular';
  src: url('../fonts/bebasneue_regular.woff2') format('woff2'),
  url('../fonts/bebasneue_regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bebas_neuebold';
  src: url('../fonts/bebasneue_bold.woff2') format('woff2'),
  url('../fonts/bebasneue_bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

header{
  padding:40px 0;  
  position: fixed;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;  
  padding: 15px 0 13px;
  background: rgba(0,0,0,1);
}
.backcolor{
  background: rgba(0,0,0,1);
}

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width:767px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}
.logo {   
  float: left;   
}

/* ------------------------------------------
  MASK
  --------------------------------------------- */

  .mask {
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    transition: opacity 300ms;
    background: rgba(0,0,0, .5);
    visibility: hidden;
    position: fixed;
    opacity: 0;
    z-index: 2;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  }

  .android .mask {
    -webkit-transition: none;
    transition: none;
  }

  .js-nav-active .mask {
    visibility: visible;
    opacity: 1;
  }

  @media screen and (min-width: 767px) {
    .mask {
      display: none !important;
      opacity: 0 !important;
    }
  }

  .fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
  }
  .nav-collapse,
  .nav-collapse * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .nav-collapse,
  .nav-collapse ul {
    list-style: none;
    width: 100%;
    float: left;
  }

  @media screen and (min-width: 767px) {
    .nav-collapse {
      float: right;
      width: auto;   
    }
  }

  .nav-collapse li {
    float: left;
    width: 100%;
  }

  @media screen and (min-width: 767px) {
    .nav-collapse li {
      width: auto;
      margin: 0 2px;
    }
  }

  .nav-collapse a {       
    font-weight: 700;
    font-size: 14px;    
    border:1px solid rgba(0,0,0,0); 
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration: none; 
    padding: 5px 15px;
    color: #fff;
    width: 100%;
    float: left;
    text-align: center;  
  }

  .nav-collapse a:active,
  .nav-collapse .active a{  
    color: #a88359; 
    transition:all 0.5s; 
    background-color: #2f2d2a;
    border:1px solid #fff; 
  }
  .nav-collapse .active a:hover{
    color: #fff; 
    transition:all 0.5s; 
  }
  .nav-collapse a:hover{
   color: #a88359;    
   background-color: #2f2d2a;
   border:1px solid #fff;  
 }

 @media screen and (min-width: 767px) {
  .nav-collapse ul ul a {
    display: none;
  }
}
@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
  url("../icons/responsivenav.ttf") format("truetype"),
  url("../icons/responsivenav.woff") format("woff"),
  url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}
.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}
.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}
#banner{
  background: url(../img/banner.jpg) no-repeat top center;  
  background-size: cover;       
  text-align: center;
  padding:260px 0 50px;
  color: #ffffff;
}
#banner h1{
  font-family: 'bebas_neuebold';
  font-size: 128px;
  line-height: 154px;
  padding-top: 10px;
}
span.line{
  display: block;
  margin: 0 auto;
  width: 170px;
  height: 4px;
  background: #c69b6e;
}
#banner a{
  margin-top: 180px;
  display: block;
}
#banner a i{
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  line-height: 40px;
  text-align: center;
  color: #c69b6e;
  background-color: #2d2c29;
  font-size: 30px;   
}
#about{
  text-align: center;
  color: #1a1918;
  padding: 100px 0;
}
#about h2,#team h2,#work h2,#service h2,#price h2,#testimonial h2,#client h2,#fact h2,#contact h2,#find h2{
  font-family: 'bebas_neuebold';
  font-size: 56px;
  line-height: 67px;  
}
#about h3,#team h3,#work h3,#service h3,#price h3,#testimonial h3,#fact h3,#find h3{
  font-size: 18px;
  line-height: 22px; 
  color: #c59a6d;
  font-weight: 700; 
  text-align: left;
}
#about p.innerp,#team p.innerp,#work p.innerp,#service p.innerp,#price p.innerp,#testimonial p.innerp,#client p.innerp,#fact p.innerp,#contact p.innerp,#find p.innerp{
  font-weight: 600;
  padding-bottom: 45px;
}
#about .innerleft{
  width: 40%;
  float: left;
}
#about .innercenter{
  width: 20%;
  float: left;
}
#about .innerright{
  width: 40%;
  float: left;
}
#about p.openp{
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  padding-top: 25px;
}
#about article{
  padding: 30px;
  border: 1px solid #cccccc;
  margin-top: 30px;
}
#about article i{
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #c59a6d;
  border: 1px solid #cccccc;
}
span.squre{
 display: inline-block;
 margin: 0 auto;
 width: 8px;
 height: 8px;
 background: #c59a6d;
 position: relative;
 bottom: 2px;
}
#about h3.year{
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: 2px;
  line-height: 18px;
}
#about .innercenter{
 padding-top: 100px;
}
#about .innercenter.nopad{
 padding-top: 0px;
}
#about .lineyear{ 
  padding-left: 61px;
}
#about .lineyearright{
 padding-right : 59px;
}
#about .lineyearright h3.year{
  margin-right: 15px;
  margin-left: 0;
}
span.verticle{
 display:block;
 margin: 0 auto;
 width: 2px;
 height:90px;
 background: #cccccc;
}
span.newline{
 display:block;
 margin: 0 auto;
 width: 2px;
 height:50px;
 background: #cccccc;
}
#about button.more,#price button.more,#contact button.more{
  outline: 0;
  width: 170px;
  height: 35px;
  line-height: 25px;
  font-size: 14px;
  font-weight: 800;
  border: 1px solid #c59a6d;
  background-color: #c59a6d;
  color: #fff;
  margin-top: 3px;
  margin-bottom: 100px;
}
#about button.more:hover,#price button.more:hover,#contact button.more:hover{
  border: 1px solid #c59a6d;
  color: #c59a6d; 
  background-color: #fff;
  transition:all 0.5s; 
}
#about span.line{
  height: 1px;
  background: #cccccc;
}
#team{
  text-align: center;
  color: #1a1918;
  padding: 0 0 100px;
}
#team article img,#testimonial article img{  
  border:1px solid #cccccc;
  padding: 10px;
}
#team h3{
  font-size: 16px;
  padding-top: 10px;
}
#team h3 span.innerteam,#testimonial h3 span.innerteam{
  font-size: 14px;
  font-weight: 400;
  color: #777777;
}
#team .social{
  padding-top: 10px;
}
#team .social i{
  float: left;
  color: #777777;
  font-size: 12px;
  margin-right: 10px;
}
#team .social i:hover{
  cursor: pointer;
  color: #c59a6d; 
  transition:all 0.5s; 
}
#work{
  background-color: #1b1a18;
  text-align: center;
  padding: 100px 0 270px;
}
#work article{
  padding-top: 25px;
}
#work article img{  
  width: 100%;
  height: auto;
  border:1px solid #555555;
  padding: 15px;
}
#work a{
  text-decoration: none;
}
#work a h3:hover{
  color: #fff;
  transition:all 0.5s; 
}
#work h3{
  padding-top: 20px;
}
#work span.line{
  width: 75px;
  height: 1px;
  margin: 15px 0;
}
#work p.headp{
  font-size: 14px;
  font-weight: 400px;
  color: #cccccc;
  text-align: left;
}
#service{
  color: #1a1918;
  text-align: center;
  padding: 100px 0;
}
#service article{
  padding-top: 25px
}
#service h3{
  text-align: center;
  padding: 35px 0 25px;
}
#service p.openp,#price p.openp{
  font-weight: 400;
  font-size: 14px; 
}
#service article i{
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  color: #c59a6d;
  border: 1px solid #cccccc;
}
#service span.line{
  height: 1px;
  background: #cccccc;
  margin-top: 100px;
}
#price{
  color: #1a1918;
  text-align: center;
  padding: 0 0 100px;
}
#price article{
  border: 1px solid #fff;
  padding: 75px 0;
}
#price article:hover{
 border: 1px solid #cccccc;
 transition:all 0.5s; 
}
#price article h3{
  text-align: center; 
}
#price article h4{
  font-size: 72px;
  font-weight: 700;
  line-height: 86px;
}
#price article p.innerp{
  padding: 0;
}
#price article span.line{
  width: 70px;
  height: 1px;
  background: #c59a6d;
  margin: 30px auto;
}
#price p.openp{
  padding-bottom: 15px;
}
#price button.more{
  margin-bottom: 0;
  margin-top: 35px;
}
#video{
  background: url(../img/video.jpg) no-repeat top center;  
  background-size: cover;       
  text-align: center;
  padding:130px 0;
  color: #ffffff;
}
#video h5{
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
}
#video span.line{
  height: 2px;
  width: 100px;
  margin: 10px auto;
}
#testimonial{
  color: #1a1918;
  text-align: center;
  padding: 100px 0;
}
#testimonial p.openp{
  font-size: 16px;
  font-style: italic;
  padding: 30px 0 25px;
}
#testimonial h3{
 color: #1a1918;
 text-align: center;
 font-size: 14px;
}
#testimonial article img {
  margin: 0 auto;
}

#testimonial .bx-wrapper .bx-pager.bx-default-pager a{
  border: 1px solid #cccccc;
}
#testimonial .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
  top: 120%;
}
#testimonial .bx-wrapper .bx-pager.bx-default-pager a:hover, #testimonial .bx-wrapper .bx-pager.bx-default-pager a.active{
 border: 1px solid #c59a6d;
}
#testimonial span.line{
  height: 1px;
  background: #cccccc;
  margin-top: 180px;
}
#client{
  text-align: center;
  color: #1a1918; 
  padding: 0 0 100px;
}
#client img:last-child{
  margin-right:0;
}
#client img{
  margin-right:15px;
  width: 15%;
}
#fact{
  background: url(../img/banner.jpg) no-repeat top center;  
  background-size: cover;   
  text-align: center;
  color: #fff; 
  padding: 100px 0;
}
#fact article{
  padding-top: 25px;
}
#fact p.number{
  font-size: 56px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
}
#fact i,#find i{
  font-size: 48px;
}
#fact h3{
 padding-top: 10px;
}
#contact{  
  text-align: center;
  color: #1a1918; 
  padding: 100px 0;
}
#contact form{
  padding-top: 25px;
}
#contact input{
  outline: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  border: 1px solid #cccccc;
  padding-left: 15px;
}
#contact textarea{
  margin-top: 30px;
  outline: 0;
  width: 100%;
  height: 200px;
  line-height: 50px;
  font-size: 14px;
  border: 1px solid #cccccc;
  padding-left: 15px;
}
#contact input:focus,#contact textarea:focus{
 border: 1px solid #c59a6d;
}
#contact button.more{
  width: 220px;
  height: 50px;
  line-height: 48px;
  margin-bottom: 0;
  margin-top: 75px;
}
#find{
  background: url(../img/banner.jpg) no-repeat top center;  
  background-size: cover;   
  text-align: center;
  color: #fff; 
  padding: 100px 0;
}
#find h3{
  padding: 8px 0 25px;
  text-align: left;
}
#find p.openp,footer p.openp{
  font-size: 14px;
  text-align: left;
}
footer{
  color: #191918; 
  padding: 50px 0;
}
footer a{
  text-decoration: none;
  color: #191918; 
}
footer .social{
  float: right;
  padding-top: 10px;
}
footer .social i{
  color: #191918;
  font-size: 14px;
  margin-right: 10px;
}
footer .social i:hover,footer a:hover{
  cursor: pointer;
  color: #c59a6d; 
  transition:all 0.5s; 
}

/* New */

.os-animation {
  opacity: 0;
}
.os-animation.animated {
  opacity: 1;
}
.staggered-animation {
  opacity: 0;
}
.staggered-animation.animated {
  opacity: 1;
}
/*LOADER EFFECT*/
/*Paste this css to your style sheet file or under head tag*/
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
 position: fixed;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 9998;
 background: #c59a6d;
}
#spinningSquaresG{
  position:relative;
  width:234px;
  height:28px;
  margin:auto;
  top: 50%;
}

.spinningSquaresG{
  position:absolute;
  top:0;
  background-color:rgb(252,252,252);
  width:28px;
  height:28px;
  animation-name:bounce_spinningSquaresG;
  -o-animation-name:bounce_spinningSquaresG;
  -ms-animation-name:bounce_spinningSquaresG;
  -webkit-animation-name:bounce_spinningSquaresG;
  -moz-animation-name:bounce_spinningSquaresG;
  animation-duration:1.5s;
  -o-animation-duration:1.5s;
  -ms-animation-duration:1.5s;
  -webkit-animation-duration:1.5s;
  -moz-animation-duration:1.5s;
  animation-iteration-count:infinite;
  -o-animation-iteration-count:infinite;
  -ms-animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite;
  -moz-animation-iteration-count:infinite;
  animation-direction:normal;
  -o-animation-direction:normal;
  -ms-animation-direction:normal;
  -webkit-animation-direction:normal;
  -moz-animation-direction:normal;
  transform:scale(.3);
  -o-transform:scale(.3);
  -ms-transform:scale(.3);
  -webkit-transform:scale(.3);
  -moz-transform:scale(.3);
}

#spinningSquaresG_1{
  left:0;
  animation-delay:0.6s;
  -o-animation-delay:0.6s;
  -ms-animation-delay:0.6s;
  -webkit-animation-delay:0.6s;
  -moz-animation-delay:0.6s;
}

#spinningSquaresG_2{
  left:29px;
  animation-delay:0.75s;
  -o-animation-delay:0.75s;
  -ms-animation-delay:0.75s;
  -webkit-animation-delay:0.75s;
  -moz-animation-delay:0.75s;
}

#spinningSquaresG_3{
  left:58px;
  animation-delay:0.9s;
  -o-animation-delay:0.9s;
  -ms-animation-delay:0.9s;
  -webkit-animation-delay:0.9s;
  -moz-animation-delay:0.9s;
}

#spinningSquaresG_4{
  left:88px;
  animation-delay:1.05s;
  -o-animation-delay:1.05s;
  -ms-animation-delay:1.05s;
  -webkit-animation-delay:1.05s;
  -moz-animation-delay:1.05s;
}

#spinningSquaresG_5{
  left:117px;
  animation-delay:1.2s;
  -o-animation-delay:1.2s;
  -ms-animation-delay:1.2s;
  -webkit-animation-delay:1.2s;
  -moz-animation-delay:1.2s;
}

#spinningSquaresG_6{
  left:146px;
  animation-delay:1.35s;
  -o-animation-delay:1.35s;
  -ms-animation-delay:1.35s;
  -webkit-animation-delay:1.35s;
  -moz-animation-delay:1.35s;
}

#spinningSquaresG_7{
  left:175px;
  animation-delay:1.5s;
  -o-animation-delay:1.5s;
  -ms-animation-delay:1.5s;
  -webkit-animation-delay:1.5s;
  -moz-animation-delay:1.5s;
}

#spinningSquaresG_8{
  left:205px;
  animation-delay:1.64s;
  -o-animation-delay:1.64s;
  -ms-animation-delay:1.64s;
  -webkit-animation-delay:1.64s;
  -moz-animation-delay:1.64s;
}



@keyframes bounce_spinningSquaresG{
  0%{
    transform:scale(1);
    background-color:rgb(255,255,255);
  }

  100%{
    transform:scale(.3) rotate(90deg);
    background-color:rgb(197,154,109);
  }
}

@-o-keyframes bounce_spinningSquaresG{
  0%{
    -o-transform:scale(1);
    background-color:rgb(255,255,255);
  }

  100%{
    -o-transform:scale(.3) rotate(90deg);
    background-color:rgb(197,154,109);
  }
}

@-ms-keyframes bounce_spinningSquaresG{
  0%{
    -ms-transform:scale(1);
    background-color:rgb(255,255,255);
  }

  100%{
    -ms-transform:scale(.3) rotate(90deg);
    background-color:rgb(197,154,109);
  }
}

@-webkit-keyframes bounce_spinningSquaresG{
  0%{
    -webkit-transform:scale(1);
    background-color:rgb(255,255,255);
  }

  100%{
    -webkit-transform:scale(.3) rotate(90deg);
    background-color:rgb(197,154,109);
  }
}

@-moz-keyframes bounce_spinningSquaresG{
  0%{
    -moz-transform:scale(1);
    background-color:rgb(255,255,255);
  }

  100%{
    -moz-transform:scale(.3) rotate(90deg);
    background-color:rgb(197,154,109);
  }
}