@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Bad+Script);

@font-face {
  font-family: helvetica;
  src: url("./font/helvetica-neue/Helvetica-Neue-Medium-Extended.otf");
}

@import url("colors/color-gold.css");

/* #PAGE LOAD */

body.royal_loader {
  background: none;
  visibility: hidden;
}

#royal_preloader {
  font-family: Arial;
  font-size: 12px;
  visibility: visible;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 9999999999;
  -webkit-transition: opacity 0.2s linear 0.8s;
  -moz-transition: opacity 0.2s linear 0.8s;
  -ms-transition: opacity 0.2s linear 0.8s;
  -o-transition: opacity 0.2s linear 0.8s;
  transition: opacity 0.2s linear 0.8s;
}

#royal_preloader.complete {
  opacity: 0;
}

#royal_preloader .background {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #000000;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}

#royal_preloader.number .name {
  position: absolute;
  top: 20%;
  left: 0px;
  right: 0px;
  text-transform: uppercase;
  color: #eeeeee;
  text-align: center;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s linear;
  -moz-transition: -moz-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  transition: transform 0.3s linear;
  -webkit-animation: fly 0.3s;
  -moz-animation: fly 0.3s;
  -ms-animation: fly 0.3s;
  -o-animation: fly 0.3s;
  animation: fly 0.3s;
}

#royal_preloader.number .percentage {
  color: #000;
  font-family: helvetica;
  font-weight: 400;
  text-align: center;
  margin: -35px 0px 0px -110px;
  background-image: url("../images/home/1as.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 105px 105px;
  padding-top: 100px;
  width: 220px;
  position: absolute;
  font-size: 16px;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s linear 0.5s;
  -moz-transition: all 0.3s linear 0.5s;
  -ms-transition: all 0.3s linear 0.5s;
  -o-transition: all 0.3s linear 0.5s;
  transition: all 0.3s linear 0.5s;
}

#royal_preloader.text .loader {
  position: absolute;
  font-family: "NexaBold";
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  top: 50%;
  left: 50%;
  width: 240px;
  margin-left: -120px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  font-size: 30px;
  white-space: nowrap;
}

#royal_preloader.text .loader div {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0%;
  background-color: #000000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: left 0.3s linear;
  -moz-transition: left 0.3s linear;
  -ms-transition: left 0.3s linear;
  -o-transition: left 0.3s linear;
  transition: left 0.3s linear;
}

#royal_preloader.logo .loader {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0px 0px -40px;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
}

#royal_preloader.logo .loader div {
  position: absolute;
  bottom: 0%;
  left: 0px;
  right: 0px;
  height: 100%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: bottom 0.3s linear;
  -moz-transition: bottom 0.3s linear;
  -ms-transition: bottom 0.3s linear;
  -o-transition: bottom 0.3s linear;
  transition: bottom 0.3s linear;
}

#royal_preloader.logo .percentage {
  position: absolute;
  width: 80px;
  height: 40px;
  line-height: 40px;
  top: 50%;
  left: 50%;
  margin: 40px 0px 0px -40px;
  color: #072e77;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

@-webkit-keyframes fly {
  0% {
    opacity: 0;
    top: 50%;
  }

  20% {
    opacity: 1;
    top: 40%;
  }

  100% {
    opacity: 0;
    top: 20%;
  }
}

@-moz-keyframes fly {
  0% {
    opacity: 0;
    top: 50%;
  }

  20% {
    opacity: 1;
    top: 40%;
  }

  100% {
    opacity: 0;
    top: 20%;
  }
}

@-ms-keyframes fly {
  0% {
    opacity: 0;
    top: 50%;
  }

  20% {
    opacity: 1;
    top: 40%;
  }

  100% {
    opacity: 0;
    top: 20%;
  }
}

@-o-keyframes fly {
  0% {
    opacity: 0;
    top: 50%;
  }

  20% {
    opacity: 1;
    top: 40%;
  }

  100% {
    opacity: 0;
    top: 20%;
  }
}

@keyframes fly {
  0% {
    opacity: 0;
    top: 50%;
  }

  20% {
    opacity: 1;
    top: 40%;
  }

  100% {
    opacity: 0;
    top: 20%;
  }
}

.tagline {
  font-size: 2.3em;
  letter-spacing: 0.02em;
  padding: 0;
}

.panel {
  height: 100vh;
  text-decoration: none;
}

/* #Home-Intro
================================================== */

.home {
  text-align: center;
  overflow: hidden;
}

.panel a {
  text-decoration: none;
  color: #000;
}

#sync1 .item {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  height: 100%;
  display: block;
}

#sync5 .item {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  height: 100%;
  display: block;
}

/* -----home banner--- */
.background-home1,
.background-home2,
.background-home3,
.background-home4{
  position: relative;
  overflow: hidden;
}

.background-home1::before,
.background-home2::before,
.background-home3::before,
.background-home4::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  transition: filter 0.5s ease;
  z-index: 0;
}

/* Set each background image */
.background-home1::before {
  background-image: url("../images/home/home-banner-1.jpg");
}

.background-home2::before {
  background-image: url("../images/home/home-banner-2.jpg");
}

.background-home3::before {
  background-image: url("../images/home/home-banner-3.jpg");
}
.background-home4::before {
  background-image: url("../images/home/home-banner-4.jpg");
}

/* Hover effect */
.background-home1:hover::before,
.background-home2:hover::before,
.background-home3:hover::before,
.background-home4:hover::before{
  filter: grayscale(0%);
}

/* Optional: put your content on top */
.background-home1 > *,
.background-home2 > *,
.background-home3 > * {
  position: relative;
  z-index: 1;
}

/* home banner -end------------ */

.background1 {
	background: url("../images/home/portfolio-banner-1.jpeg") no-repeat center center;
	background-size: cover;
	filter: grayscale(100%);
	transition: filter 0.4s ease; /* smooth transition */
   }
   
   .background1:hover {
	filter: grayscale(0%);
   }
   

.background2 {
  background: url("../images/home/home-portfolio-3.jpeg") no-repeat center center;
  background-size: cover;
  filter: grayscale(100%);
 transition: filter 0.4s ease; /* smooth transition */
}

  .background2:hover {
	filter: grayscale(0%);
   }


.background3 {
  background: url("../images/home/home-portfolio-4.jpeg") no-repeat center
    center;
  background-size: cover;
  	filter: grayscale(100%);
	transition: filter 0.4s ease; /* smooth transition */
}
.background3:hover {
	filter: grayscale(0%);
   }

.background4 {
  background: url("../images/home/home-portfolio-5.jpeg") no-repeat center
    center;
      filter: grayscale(100%);
 transition: filter 0.4s ease; /* smooth transition */
  background-size: cover;
  
}
.background4:hover {
	filter: grayscale(0%);
   }

#bar {
  width: 0%;
  max-width: 100%;
  height: 3px;
  background-color: #fff;
}

#progressBar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  height: 3px;
  width: 100%;
  background: #909090;
}

#sync2 {
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -160px;
  width: 320px;
  z-index: 200;
}

#sync2 .item {
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  width: 60px;
  z-index: 200;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

#sync2 .item img {
  height: 60px;
  width: 60px;
  display: block;
}

#sync2 .item:hover {
  border: 5px solid #808080;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

#sync2 .synced .item {
  border: 5px solid #808080;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.home-big-text {
  position: absolute;
  top: 50%;
  margin-top: -100px;
  left: 0;
  width: 100%;
  font-family: "NexaBold";
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
  font-size: 75px;
  line-height: 75px;
  z-index: 100;
  color: #fff;
}

.home-small-text {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 0;
  width: 100%;
  font-family: helvetica;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  z-index: 100;
}

.down-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 50px;
  margin-left: -100px;
  width: 200px;
  height: 50px;
  background: url("../images/scroll.png") no-repeat center bottom;
  background-size: 40px 22px;
  z-index: 1000;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  font-size: 10px;
  line-height: 10px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.down-button span {
  background: #313131;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 2px;
}

.down-button:hover {
  background-size: 35px 19px;
}

.border-top-dash {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 100;
}

.border-bottom-dash {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 100;
}

.border-left-dash {
  position: absolute;
  left: 30px;
  top: 0;
  height: 100%;
  z-index: 100;
}

.border-right-dash {
  position: absolute;
  right: 30px;
  top: 0;
  height: 100%;
  z-index: 100;
}

/* .logo{ 
	position:fixed;
	top:60px;
	left:120px;
	width:125px;
	height:22px;
	background:url('../images/home/logo.jpg')no-repeat center center;
	background-size:125px 50px;
	z-index:1002;
} */

.logo {
  position: fixed;
  top: 2%;
  left: 10%;
  width: 132px;
  height: 110px;
  background: url(../images/home/1as.png) no-repeat center center;
  background-size: 106px 102px;
  z-index: 1002;
}

.social-home {
  position: fixed;
  z-index: 1002;
  top: 53px;
  right: 57px;
  height: 30px;
}

.list-social li {
  padding: 0;
  list-style: none;
  text-align: center;
  width: 30px;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 2px;
  background: #414141;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.list-social li.icon-soc a {
  font-family: "FontAwesome";
  font-size: 13px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  margin: 0;
  padding: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.list-social li:hover {
}

.list-social li:hover.icon-soc a {
  opacity: 0.6;
}

.intro-nav {
  position: absolute;
  z-index: 500;
  top: 50%;
  left: 60px;
  margin-top: -90px;
}

.intro-nav li {
  padding: 0;
  list-style: none;
  text-align: left;
  display: block;
  cursor: pointer;
  margin-bottom: 16px;
}

.intro-nav li a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.intro-nav li a .dots-nav {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.intro-inactive {
  background: #313131;
  border: 1px solid #313131;
}

.intro-active {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #313131;
}

@media (max-width: 800px) {
  .cl-effect {
    position: absolute;
    top: 53% !important;
    margin-top: 60px;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
  }
}

.style-adjust {
  padding-top: 10%;
}

.style-adjust .color-ul {
  font-family: helvetica;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
}

@media (min-width: 481px) and (max-width: 767.98px) {
  .style-adjust .color-ul {
    font-family: helvetica;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
  }
  .style-adjust {
    padding-top: 13%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .width-reduce .one-third.column {
    width: 271px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .width-reduce .one-third.column {
    width: 169px;
  }
}

@media (max-width: 480.98px) {
  .style-adjust .color-ul {
    font-family: helvetica;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
  }
  .style-adjust {
    padding-top: 20%;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 2px !important;
  }
}

.style-adjust-colm .nav-tabs > li {
  float: revert !important;
  text-align: left;
  margin-bottom: -1px;
  text-transform: capitalize;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #000 !important;
  cursor: default;
  background-color: #d5d5d5;
  border: none !important;
  border-bottom-color: transparent;
}

.style-adjust-colm {
  padding-top: 2%;
}

.cl-effect {
  position: absolute;
  top: 50%;
  margin-top: 60px;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
}

.cl-effect a {
  position: relative;
  display: inline-block;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 12px;
  border: 2px solid #000;
  color: #000;
  text-align: center;
  overflow: hidden;
  z-index: 100;
}

.cl-effect a:hover,
.cl-effect a:focus {
  outline: none;
}

.cl-effect a {
  overflow: hidden;
  padding: 10px 45px;
}

.cl-effect a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cl-effect a span::before {
  position: absolute;
  margin-top: 15px;
  top: 100%;
  content: attr(data-hover);
  font-weight: 400;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cl-effect a:hover span,
.cl-effect a:focus span {
  top: -15px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}

.about {
  position: relative;
  margin: 0 auto;
  /* background: url('../images/home/31.jpg')no-repeat center center; */
  background-size: cover;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  height: 100%;
  display: block;
}

/* .mask-white{
	position: absolute;
	top: 8%;
	left: 135px;
	bottom:10px;
	right: 8%;
	background: rgba(0, 0, 0, 22%);
	z-index: 11;
} */

/* .mask-whitety-background-homee {
	position: absolute;
	top: 8%;
	left: 8%;
	bottom: 8%;
	right: 8%;
	background-image: url('../images/home/1-1.jpeg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10;
} */

.mask-whitety-background-home {
  position: absolute;
  top: 23%;
  left: 7%;
  bottom: 12%;
  right: 7%;
  /* background: rgba(0, 0, 0, 22%); */
  background-image: url("../images/home/home-page-banner-1.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}

.mask-whitety-background-about {
	position: absolute;
	top: 219px !important;
	left: 7%;
	bottom: 12%;
	right: 7%;
	overflow: hidden;
	z-index: 10;
   }
   
   .mask-whitety-background-about::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/home/home-aboutus-2.jpeg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: grayscale(100%);
	transition: filter 0.5s ease;
	z-index: 0;
   }
   
   /* Hover effect */
   .mask-whitety-background-about:hover::before {
	filter: grayscale(0%);
   }
   
   /* Make sure your content stays above the background */
   .mask-whitety-background-about > * {
	position: relative;
	z-index: 1;
   }
   

.mask-whitety-background-work {
  position: absolute;
  top: 23%;
  left: 7%;
  bottom: 12%;
  right: 7%;
  /* background: rgba(0, 0, 0, 22%); */
  background-image: url("../images/home/home-portfolio-2.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}

/* .mask-whitety-background-services {
	position: absolute;
	top: 8%;
	left: 8%;
	bottom: 8%;
	right: 8%;
	background: rgba(0, 0, 0, 22%);
	background-image: url('../images/home/15.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10;
} */

.mask-whitety-background-contact {
  position: absolute;
  top: 217px;
  left: 7%;
  bottom: 12%;
  right: 7%;
  background: rgba(0, 0, 0, 22%);
  background-image: url("../images/home/contact-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  filter: grayscale(100%);
	transition: filter 0.4s ease; /* smooth transition */

	&:hover{
		filter: grayscale(0%);	
	}
}

.big-text-sections {
  position: absolute;
  top: 264px;
  margin-top: -100px;
  left: 7%;
  width: 100%;
  font-family: "helvetica";
  text-transform: uppercase;
  text-align: left;
  font-size: 22px;
  line-height: 65px;
  letter-spacing: 1px;
  z-index: 100;
  color: #000;
}
.small-text-quotes {
  position: absolute;
  /*top: 93%;*/
  bottom: 75px;
  margin-top: -15px;
  left: 2%;
  width: 90%;
  margin-left: 5%;
  font-family: helvetica;
  color: #000000;
  font-weight: normal;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  z-index: 100;
}
.small-text-sections {
  position: absolute;
  /*top: 91.5%;*/
  bottom: 9%;
  margin-top: -15px;
  left: 2%;
  width: 90%;
  margin-left: 5%;
  font-family: helvetica;
  color: #000000;
  font-weight: normal;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  z-index: 100;
}

@media (max-width: 599.98px) {
  .small-text-quotes {
    position: absolute;
    top: 96.5%;
    margin-top: -15px;
    left: -2%;
    width: 90%;
    margin-left: 5%;
    font-family: helvetica;
    color: #000000;
    font-weight: normal;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    z-index: 100;
  }
  .big-text-sections {
    position: absolute;
    top: 17%;
    margin-top: -100px;
    left: 4%;
    width: 100%;
    font-family: "helvetica";
    text-transform: uppercase;
    text-align: left;
    font-size: 22px;
    line-height: 65px;
    letter-spacing: 1px;
    z-index: 100;
    color: #000;
  }
  .small-text-sections {
    position: absolute;
    top: 96.5%;
    margin-top: -15px;
    left: 0%;
    width: 90%;
    margin-left: 5%;
    font-family: helvetica;
    color: #000000;
    font-weight: normal;
    text-align: left;
    font-size: 17px;
    line-height: 20px;
    z-index: 100;
  }
  .item {
    bottom: 169px !important;
    margin: 0px !important;
  }
  .itemabout-page {
    bottom: 0px !important;
    margin: 0px !important;
  }
  .home .banner-slice {
    width: 86% !important;
    padding-top: 26.5% !important;
    bottom: 15% !important;
    text-align: center;
    align-self: center;
    display: inline-block;
  }
}

.work {
  position: relative;
  margin: 0 auto;
  /* background: url('../images/home/8.jpg')no-repeat center center; */
  background-size: cover;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  height: 100%;
  display: block;
}

.services {
  position: relative;
  margin: 0 auto;
  /* background: url('../images/home/25.png')no-repeat center center; */
  background-size: cover;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  height: 100%;
  display: block;
}

.contact {
  position: relative;
  margin: 0 auto;
  /* background: url('../images/home/contact-bg.jpeg')no-repeat center center; */
  background-size: cover;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  height: 100%;
  display: block;
}
@media (min-width: 850px) and (max-width: 1257px) {
  .item {
    bottom: 212px !important;
    margin: 0px !important;
  }
}

@media (min-width: 800px) {
  .item {
    bottom: 319px !important;
    margin: 0px !important;
  }

  .itemabout-page {
    bottom: 0px !important;
    margin: 0px !important;
  }

  .home .banner-slice {
    width: 86% !important;
    padding-top: 219px !important;
    bottom: 15% !important;
    text-align: center;
    align-self: center;
  }

  .home {
    text-align: -webkit-center;
  }
}

.contact-section-logo {
  position: absolute;
  top: 30%;
  margin-top: -100px;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .contact-section-logo {
    position: absolute;
    top: 46%;
    margin-top: -100px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
  }
}

@-webkit-keyframes arrow {
  0%,
  100% {
    top: 50px;
  }

  50% {
    top: 80px;
  }
}

@keyframes arrow {
  0%,
  100% {
    top: 50px;
  }

  50% {
    top: 80px;
  }
}

/* #Navigation
================================================== */

@font-face {
  font-family: "icomoon";
  src: url("font/icomoon.eot");
  src: url("font/icomoon.eot?#iefix") format("embedded-opentype"),
    url("font/icomoon.woff") format("woff"),
    url("font/icomoon.ttf") format("truetype"),
    url("font/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Common styles of menus */

.dl-menuwrapper {
  width: 240px;
  max-width: 240px;
  float: left;
  position: fixed;
  top: 7%;
  right: 60px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  -moz-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  z-index: 2000;
}

.dl-menuwrapper:first-child {
  margin-right: 23px;
}

.dl-menuwrapper button {
  border: none;
  width: 48px;
  height: 45px;
  text-indent: -900em;
  background: transparent;
  overflow: hidden;
  position: absolute;
  top: 20%;
  right: 0;
  cursor: pointer;
  outline: none;
  z-index: 2000;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
}

.dl-menuwrapper button:after {
  content: "";
  position: absolute;
  width: 60%;
  height: 3px;
  top: 13px;
  left: 9px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.dl-menuwrapper button:after {
  background: #000;
  box-shadow: 0 8px 0 #000, 0 16px 0 #000;
}

.dl-menuwrapper button:hover:after {
  box-shadow: 0 9px 0 #000, 0 18px 0 #000;
}

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.dl-menuwrapper li {
  position: relative;
}

.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  outline: none;
}

.dl-menuwrapper li a:before {
  content: "-";
  font-family: "Lato", sans-serif;
  font-weight: 400;
  padding-right: 15px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.dl-menuwrapper li:hover a:before {
  padding-right: 20px;
}

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1);
}

.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: "icomoon";
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: rgba(212, 204, 198, 0.7);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.45);
}

.dl-menuwrapper .dl-menu {
  margin: 10px 0 0 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  background-color: #fff;
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
  0% {
  }

  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }

  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut2 {
  0% {
  }

  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut3 {
  0% {
  }

  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut4 {
  0% {
  }

  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut5 {
  0% {
  }

  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}

@keyframes MenuAnimOut1 {
  0% {
  }

  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
  }

  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}

@keyframes MenuAnimOut2 {
  0% {
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes MenuAnimOut3 {
  0% {
  }

  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}

@keyframes MenuAnimOut4 {
  0% {
  }

  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}

@keyframes MenuAnimOut5 {
  0% {
  }

  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
}

.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }

  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }

  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}

.no-js .dl-menuwrapper li.dl-back {
  display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: "";
}

/* #Parallax Sections
================================================== */

.parallax-section {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 180px;
  padding-top: 180px;
  z-index: 2;
}

.z-index-pages {
  z-index: 100;
}

.parallax-about {
  background: url("../images/home/31.jpeg") repeat fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

@media only screen and (min-width: 1930px) {
  .parallax-about {
    background-size: cover;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax-about {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}

@media only screen and (max-width: 959px) {
  .parallax-about {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}

.parallax2-about {
  background: url("../images/home/31.jpeg") repeat fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

@media only screen and (min-width: 1930px) {
  .parallax2-about {
    background-size: cover;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax2-about {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}

@media only screen and (max-width: 959px) {
  .parallax2-about {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}

.parallax-work {
  background: url("../images/home/10.jpg") repeat fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

@media only screen and (min-width: 1930px) {
  .parallax-work {
    background-size: cover;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax-work {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}

@media only screen and (max-width: 959px) {
  .parallax-work {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}

.parallax2-work {
  background: url("../images/home/10.jpg") repeat fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

@media only screen and (min-width: 1930px) {
  .parallax2-work {
    background-size: cover;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax2-work {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}

@media only screen and (max-width: 959px) {
  .parallax2-work {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}

.parallax-services {
  background: url("../images/parallax/services.jpg") repeat fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

@media only screen and (min-width: 1930px) {
  .parallax-services {
    background-size: cover;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax-services {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}

@media only screen and (max-width: 959px) {
  .parallax-services {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}

.parallax2-services {
  background: url("../images/parallax/services2.jpg") repeat fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

@media only screen and (min-width: 1930px) {
  .parallax2-services {
    background-size: cover;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax2-services {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}

@media only screen and (max-width: 959px) {
  .parallax2-services {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}

.parallax-contact {
  background: url("../images/home/13.jpg") repeat fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

@media only screen and (min-width: 1930px) {
  .parallax-contact {
    background-size: cover;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax-contact {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}

@media only screen and (max-width: 959px) {
  .parallax-contact {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}

/* #Team
================================================== */

.team-member-head {
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  overflow: hidden; /* Ensures no overflow issues */
}

.team-member-head img {
  display: block; /* Removes any extra space below the image */
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease; /* Smooth transition for opacity */
  opacity: 0.4; /* Initial opacity */
}

.column-portfolio img {
  padding: 10px;
}

.team-member-head:hover img {
  opacity: 1; /* Full opacity on hover */
}

/* .team-members {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.123);
    color: white;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
} */

.team-member-head:hover .team-members {
  opacity: 1; /* Show overlay on hover */
  visibility: visible; /* Ensure visibility */
}

.team-members h5,
.team-members p {
  margin: 0;
}

.parallax-team {
  background: url("../images/home/9.jpg") repeat fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

@media only screen and (min-width: 1930px) {
  .parallax-team {
    background-size: cover;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax-team {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}

@media only screen and (max-width: 959px) {
  .parallax-team {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}

.parallax2-team {
  background: url("../images/home/9.jpg") repeat fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

@media only screen and (min-width: 1930px) {
  .parallax-team {
    background-size: cover;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax-team {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}

@media only screen and (max-width: 959px) {
  .parallax-team {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}

/* #About
================================================== */

.no-home-page .social-home {
  position: absolute;
}

.no-home-page .logo {
  position: absolute;
}

.about-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  display: block;
}

.subtext-wrapper {
  position: relative;
  width: 100%;
  font-family: "helvetica";
  color: #fff;
  font-weight: normal;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  z-index: 100;
}

.page-top-intro {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  display: block;
  padding-top: 70px;
  padding-bottom: 70px;
}

.page-top-intro p {
  font-family: helvetica;
  font-weight: normal;
  text-align: center;
  color: #000;
  font-size: 18px;
  line-height: 28px;
}

.about-process h5 {
  font-size: 15px;
}

.about-what-do h6 {
  font-size: 15px;
}

.about-top-text {
  position: relative;
  margin: 0 auto;
  width: 100%;
  /* overflow: hidden; */
  background: #fff;
  display: block;
  padding-top: 70px;
  padding-bottom: 70px;
}

.about-top-text h3 {
  text-align: left;
  padding-bottom: 30px;
}

.general-subtext {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 2px;
}

.padding-bottom-text {
  padding-bottom: 25px;
}

.line-sep-wrap {
  position: relative;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  width: 100%;
  display: block;
  overflow: hidden;
}

.line-sep {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 70px;
  display: block;
  overflow: hidden;
}

.about-process {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  display: block;
  background: #fff;
  padding-top: 0px;
  padding-bottom: 70px;
}

.about-process h5 {
  text-align: left;
  padding-bottom: 20px;
}

.about-process h5 span {
  font-family: helvetica;
  font-weight: normal;
  font-size: 25px;
  line-height: 25px;
  padding-right: 10px;
}

.about-numbers {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background: #ececec;
  display: block;
  padding-top: 70px;
  padding-bottom: 70px;
}

.count-wrap-num {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: block;
}

.count-wrap-num h6 {
  text-align: center;
  color: #000 !important;
}

.count-wrap-num h6 span {
  font-family: "FontAwesome";
  font-size: 18px;
  text-align: center;
}

.counter-wrap {
  position: relative;
  margin: 0 auto;
  font-family: "helvetica";
  font-weight: normal;
  text-align: center;
  width: 100%;
  font-size: 40px;
  line-height: 40px;
  padding-top: 30px;
  padding-bottom: 10px;
  text-transform: lowercase;
}

.about-team {
  position: relative;
  margin: 0 auto;
  background: #fff;
  width: 100%;
  overflow: hidden;
  display: block;
  padding-top: 70px;
  padding-bottom: 70px;
}

.about-team h3 {
  text-align: center;
  padding-bottom: 20px;
}

#sync3 .item {
  position: relative;
  margin: 0 auto;
  width: 99%;
  display: block;
  min-height: 220px;
  margin-bottom: 80px;
  overflow: hidden;
}

#sync3 .item img {
  float: left;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  display: inline-block;
}

#sync3 .item h6 {
  padding-left: 230px;
  text-align: left;
  padding-bottom: 20px;
}

#sync3 .item h6 span {
  font-family: helvetica;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  padding-left: 5px;
  text-transform: lowercase;
}

#sync3 .item .team-words {
  font-family: "helvetica";
  font-weight: 100;
  text-align: justify;
  color: #606060;
  padding-left: 230px;
  font-size: 14px;
}

#sync3 .item .team-social {
  padding-left: 230px;
  padding-top: 30px;
}

#sync3 .item .team-social li {
  display: inline-block;
  margin-right: 20px;
}

#sync3 .item .team-social a {
  font-family: helvetica;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  text-transform: lowercase;
  text-align: left;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

#sync3 .item .team-social a:hover {
  color: #313131;
}

#sync3 .item .team-words:before {
  font-family: "Bad Script", cursive;
  content: "-";
  font-weight: normal;
  font-size: 22px;
  line-height: 12px;
  padding-right: 5px;
}

#sync3 .item .team-words:after {
  font-family: "Bad Script", cursive;
  content: "-";
  font-weight: normal;
  font-size: 22px;
  line-height: 12px;
  padding-left: 5px;
}

#sync4 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -160px;
  width: 320px;
  z-index: 200;
}

#sync4 .item {
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  width: 50px;
  z-index: 200;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

#sync4 .item img {
  height: 50px;
  width: 50px;
  display: block;
}

#sync4 .item:hover {
  border: 5px solid #808080;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

#sync4 .synced .item {
  border: 5px solid #808080;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.about-what-do {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background: #fff;
  display: block;
  padding-top: 70px;
  padding-bottom: 70px;
}

.about-what-do h3 {
  text-align: center;
  padding-bottom: 20px;
}

.about-what-do h6 {
  text-align: left;
  padding-bottom: 20px;
}

.about-what-do h6 span {
  font-family: "FontAwesome";
  font-size: 18px;
  text-align: left;
  padding-right: 5px;
  text-transform: lowercase;
}

.button-wrap-down {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background: #ececec;
  display: block;
  padding-top: 70px;
  padding-bottom: 70px;
}

.button-wrap-down .cl-effect {
  position: relative;
  top: auto;
  margin-top: 0;
  left: auto;
  width: 100%;
  z-index: 100;
  text-align: center;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper {
  position: relative;
  width: 100%;
}

.bx-wrapper .bx-prev {
  left: 0;
  top: 50%;
  margin-top: -14px;
  background: url(../images/arrow-left.png) no-repeat center center;
  background-size: 10px 28px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.bx-wrapper .bx-next {
  right: 0;
  top: 50%;
  margin-top: -14px;
  background: url(../images/arrow-right.png) no-repeat center center;
  background-size: 10px 28px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.bx-wrapper .bx-prev:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.bx-wrapper .bx-next:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  outline: 0;
  width: 10px;
  height: 28px;
  text-indent: -9999px;
  z-index: 9;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.awwwards-wrap {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.awwwards-wrap p {
  font-family: "helvetica";
  font-weight: normal;
  padding-top: 20px;
  font-size: 28px;
  line-height: 32px;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
}

.awwwards-wrap p span {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 32px;
  padding-right: 10px;
}

.awwwards-wrap p em {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  font-style: normal;
}

/* #Work
================================================== */

.work-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  overflow: hidden;
  text-align: center;
  display: block;
}

.projects-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  text-align: center;
  overflow: hidden;
  display: block;
}

#projects-grid {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 2800px;
  text-align: center;
}

#projects-grid:after {
  content: "";
  display: block;
  clear: both;
}

.project-box {
  float: left;
  width: 25%;
  overflow: hidden;
}

.project-box img {
  width: 100%;
  height: auto;
  display: block;
}

.project-box.width2 {
  width: 50%;
}

.projects-box * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.project-box .cl-effect {
  margin-top: -25px;
  z-index: 1000;
}

.project-box .cl-effect a {
}

.project-box .cl-effect a {
  padding: 10px 25px;
}

.project-box .mask-white-project {
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 20%);
  z-index: 10;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.project-box:hover .mask-white-project {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 10%);
  border: 20px solid rgba(203, 171, 130, 0.4);
}

.project-box .border-top-dash-project {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
}

.project-box:hover .border-top-dash-project {
  top: 105%;
}

.project-box .border-bottom-dash-project {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
}

.project-box:hover .border-bottom-dash-project {
  bottom: 105%;
}

.project-box .border-left-dash-project {
  position: absolute;
  left: 20px;
  top: 0;
  height: 100%;
  z-index: 100;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
}

.project-box:hover .border-left-dash-project {
  left: 105%;
}

.project-box .border-right-dash-project {
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
  z-index: 100;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
}

.project-box:hover .border-right-dash-project {
  right: 105%;
}

/* ----tab section start------ */

.nav-tabs {
  border-bottom: none !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: none !important;
  border-bottom-color: transparent;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #cfcccc;
}

/* ----tab section end------ */
.logos-section {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #ececec;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.logos-section img {
  width: 100px;
  height: 65px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.testi-wrap {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.testi-in {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.testi-in .testi-small-img .arrow-down {
  left: 50%;
  width: 0;
  height: 0;
  z-index: 3;
  position: absolute;
  bottom: 0;
  margin-bottom: -13px;
  margin-left: -11px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
}

.testi-in .testi-small-img {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 50%;
  background-size: 90px 90px;
  background-repeat: no-repeat;
  background-position: center center;
}

.image-testi1 {
  background-image: url("../images/team1.jpg");
}

.image-testi2 {
  background-image: url("../images/team2.jpg");
}

.image-testi3 {
  background-image: url("../images/team3.jpg");
}

.testi-words {
  font-family: helvetica;
  font-weight: 300;
  text-align: center;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 3px;
}

.testi-words:before {
  font-family: "Bad Script", cursive;
  content: "-";
  font-weight: normal;
  font-size: 22px;
  line-height: 12px;
  padding-right: 5px;
}

.testi-words:after {
  font-family: "Bad Script", cursive;
  content: "-";
  font-weight: normal;
  font-size: 22px;
  line-height: 12px;
  padding-left: 5px;
}

.testi-name {
  font-family: "Bad Script", cursive;
  padding-top: 25px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 2px;
}

/* #Ajax Projects Expanders
================================================== */

.ajax-project-single-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background: #fff;
  display: block;
  padding-top: 40px;
}

.ajax-project-single-wrapper h2 {
  padding-bottom: 40px;
}

.ajax-project-top-text {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background: #fff;
  display: block;
  padding-bottom: 30px;
}

.ajax-project-top-text h4 {
  text-align: left;
  padding-bottom: 25px;
}

.ajax-project-top-text p {
  text-align: left;
  padding-bottom: 8px;
}

.ajax-project-top-text p span {
  font-family: "Bad Script", cursive;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  padding-right: 8px;
}

.project-slider-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.slider-project-ajax {
  position: relative;
  width: 100%;
}

.slider-project-ajax img {
  width: 100%;
  height: auto;
  display: block;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: "flexslider-icon";
  src: url("font/flexslider-icon.eot");
  src: url("font/flexslider-icon.eot?#iefix") format("embedded-opentype"),
    url("font/flexslider-icon.woff") format("woff"),
    url("font/flexslider-icon.ttf") format("truetype"),
    url("font/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  height: 0;
}

.flex-direction-nav a {
  display: block;
  width: 35px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 100;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.flex-direction-nav .flex-prev {
  left: 0;
  background: url("../images/arr1.png") no-repeat center center;
  background-color: rgba(60, 60, 60, 0.7);
}

.flex-direction-nav .flex-next {
  right: 0;
  background: url("../images/arr2.png") no-repeat center center;
  background-color: rgba(60, 60, 60, 0.7);
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
}

.flex-direction-nav a.flex-next:before {
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

.portfolio-ajax-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  text-align: center;
  display: block;
}

.relative {
  position: relative;
}

.portfolio {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 960px;
}

.expander-wrap {
  position: relative;
  display: none;
  text-align: center;
}

#expander-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/* Expander Item Controls */

.project-controls {
  position: relative;
  width: 100%;
  height: auto;
  top: 40px;
  max-width: 960px;
  margin: 0 auto;
}

.expander-inner {
  position: relative;
}

.cls-btn {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: block;
  height: auto;
}

.expander-wrap .cls-btn .close {
  position: relative;
  display: inline-block;
  color: #000;
  top: 0;
  margin-top: 40px;
  width: auto;
  height: auto;
  font-size: 30px;
  font-weight: 100;
  text-align: center;
  cursor: pointer;
  float: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.expander-close:hover {
  color: #3a3a3a;
  cursor: pointer;
}

/* #Slider Project
================================================== */

.project-single-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background: #fff;
  display: block;
  padding-top: 70px;
}

.project-single-wrapper h1 {
  padding-bottom: 40px;
}

.project-top-text {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background: #fff;
  display: block;
  padding-bottom: 30px;
}

.project-top-text h3 {
  text-align: left;
  padding-bottom: 30px;
}

.project-top-text p {
  text-align: left;
  padding-bottom: 8px;
}

.project-top-text p span {
  font-family: "Bad Script", cursive;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  padding-right: 8px;
}

.project-slider-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background: #fff;
  display: block;
  padding-bottom: 70px;
}

.project-wrap-slider {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background: #fff;
  display: block;
}

.slider-project img {
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
}

.slider-project {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  display: block;
}

.project-slider-wrapper .bx-wrapper .bx-prev {
  left: 10px;
  top: 50%;
  margin-top: -25px;
  background: url(../images/arrow-left.png) no-repeat center center;
  background-size: 10px 20px;
  &:hover {
    background-color: #dbdbdb;
    color: white !important;
  }
}

.project-slider-wrapper .bx-wrapper .bx-next {
  right: 10px;
  top: 50%;
  margin-top: -25px;
  background: url(../images/arrow-right.png) no-repeat center center;
  background-size: 10px 20px;
  &:hover {
    background-color: #e9e9e9;
    color: white !important;
  }
}

.project-slider-wrapper .bx-wrapper .bx-controls-direction a {
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
}

/* #Video Project
================================================== */

.project-video-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background: #fff;
  display: block;
  padding-bottom: 70px;
}

iframe {
  width: 100%;
  height: auto;
  display: block;
}

/* #Self-Hosted Video Project
================================================== */

video {
  width: 100%;
  height: auto;
  display: block;
}

video poster {
  width: 100%;
  height: auto;
  display: block;
}

/* #Split Layout Project
================================================== */

.full-section {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.half-top-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.half-bottom-section {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.close-project {
  position: fixed;
  top: 2px;
  right: 2px;
  width: 50px;
  height: 50px;
  background-image: url("../images/cross.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-color: #f1f1f1;
  z-index: 100;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.right-project {
  position: fixed;
  top: 2px;
  right: 54px;
  width: 50px;
  height: 50px;
  background-image: url("../images/arrow-right.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-color: #f1f1f1;
  z-index: 100;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.left-project {
  position: fixed;
  top: 2px;
  right: 106px;
  width: 50px;
  height: 50px;
  background-image: url("../images/arrow-left.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-color: #f1f1f1;
  z-index: 100;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.ms-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ms-section.ms-table {
  display: table;
  width: 100%;
}

.ms-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.controlArrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
}

.controlArrow.prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.controlArrow.next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.scrollable {
  overflow: scroll;
}

.ms-easing {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

#multiscroll-nav {
  position: fixed;
  z-index: 100;
  margin-top: -52px;
  top: 50%;
  opacity: 1;
}

#multiscroll-nav.right {
  right: 17px;
}

#multiscroll-nav.left {
  left: 17px;
}

.multiscroll-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}

.multiscroll-slidesNav.bottom {
  bottom: 17px;
}

.multiscroll-slidesNav.top {
  top: 17px;
}

#multiscroll-nav ul,
.multiscroll-slidesNav ul {
  margin: 0;
  padding: 0;
}

#multiscroll-nav li,
.multiscroll-slidesNav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 17px;
  position: relative;
}

.multiscroll-slidesNav li {
  display: inline-block;
}

#multiscroll-nav li a,
.multiscroll-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#multiscroll-nav li .active span,
.multiscroll-slidesNav .active span {
  background: #fff;
}

#multiscroll-nav span,
.multiscroll-slidesNav span {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

.multiscroll-tooltip {
  position: absolute;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  top: -2px;
}

.multiscroll-tooltip.right {
  right: 20px;
}

.multiscroll-tooltip.left {
  left: 20px;
}

/* #Services
================================================== */

.services-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: block;
}

.services-top-text {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background: #fff;
  display: block;
  padding-top: 70px;
  padding-bottom: 70px;
}

.services-top-text h3 {
  text-align: left;
  padding-bottom: 30px;
}

.services-top-text p {
  text-align: left;
  padding-bottom: 8px;
}

.services-top-text p span {
  font-family: "Bad Script", cursive;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  padding-right: 8px;
}

.services-top-icons {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background: #fff;
  display: block;
  padding-top: 70px;
  padding-bottom: 70px;
}

.services-top-icons img {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  padding-bottom: 20px;
}

.services-top-icons p {
  text-align: center;
}

.services-top-icons h6 {
  text-align: center;
  padding-bottom: 20px;
}

.services-steps {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background: #ececec;
  display: block;
  padding-top: 90px;
  padding-bottom: 90px;
}

.steps-wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  display: block;
  z-index: 3;
}

.steps-wrap h5 {
  text-align: center;
  z-index: 3;
}

.steps-wrap h5 span {
  font-family: "Bad Script", cursive;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 22px;
  line-height: 24px;
  padding-right: 8px;
}

.price-services-wrapper {
  position: relative;
  margin: 0 auto;
  background: #fff;
  width: 100%;
  overflow: hidden;
  display: block;
  padding-top: 70px;
  padding-bottom: 70px;
}

.price-wrap {
  position: relative;
  margin: 0 auto;
  background: #fff;
  width: 100%;
  overflow: hidden;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.price-services-wrapper h3 {
  text-align: center;
  padding-bottom: 20px;
}

.price-text-1 {
  font-family: "Bad Script", cursive;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 46px;
  text-align: center;
  color: #313131;
}

.price-text-2 h6 {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 20px;
  color: #313131;
}

.price-text-3 {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
  color: #606060;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.price-wrap .cl-effect {
  position: relative;
  top: auto;
  margin-top: 40px;
  left: auto;
  width: 100%;
  z-index: 100;
  text-align: center;
}

.services-options {
  position: relative;
  margin: 0 auto;
  background: #fff;
  width: 100%;
  overflow: hidden;
  display: block;
  padding-top: 70px;
  padding-bottom: 110px;
}

.options-wrap-services {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.options-wrap-services img {
  display: block;
  width: 100%;
  height: auto;
}

.slider-1st-slide h3 {
  text-align: left;
  padding-bottom: 30px;
}

.slider-1st-slide .general-subtext {
  text-align: left;
}

.slider-1st-slide .body-text {
  text-align: left;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #606060;
  padding-top: 25px;
}

.list-slider p {
  text-align: left;
  padding-bottom: 8px;
}

.list-slider p span {
  font-family: "Bad Script", cursive;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  padding-right: 8px;
}

.options-wrap-services .bx-wrapper .bx-prev {
  margin-left: -30px;
  top: auto;
  left: 50%;
  bottom: -30px;
  margin-top: 0;
  background: url(../images/arrow-left.png) no-repeat center center;
  background-size: 15px 15px;
  background-color: rgba(255, 255, 255, 0.9);
}

.options-wrap-services .bx-wrapper .bx-next {
  margin-right: -30px;
  top: auto;
  right: 50%;
  bottom: -30px;
  margin-top: 0;
  background: url(../images/arrow-right.png) no-repeat center center;
  background-size: 15px 15px;
  background-color: rgba(255, 255, 255, 0.7);
}

.options-wrap-services .bx-wrapper .bx-controls-direction a {
  width: 25px;
  height: 25px;
}

.twit-wrap {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
  background: url("../images/twit.png") no-repeat top center;
  background-size: 37px 30px;
}

.twit-words {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-align: center;
  color: #606060;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  line-height: 32px;
  font-style: italic;
  letter-spacing: 3px;
}

.twit-words:before {
  font-family: "Bad Script", cursive;
  content: "-";
  font-weight: normal;
  font-size: 22px;
  line-height: 12px;
  padding-right: 5px;
}

.twit-words:after {
  font-family: "Bad Script", cursive;
  content: "-";
  font-weight: normal;
  font-size: 22px;
  line-height: 12px;
  padding-left: 5px;
}

.twit-user {
  font-family: "Bad Script", cursive;
  font-weight: normal;
  font-size: 22px;
  text-align: center;
  line-height: 24px;
  padding-top: 20px;
}

/* #Contact
================================================== */

.contact-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: block;
}

.details-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: block;
  padding-top: 70px;
  padding-bottom: 70px;
}

.details-wrapper h3 {
  text-align: center;
  padding-bottom: 30px;
}

.details-wrapper h6 {
  text-align: center;
  padding-bottom: 20px;
}

.details-wrapper p {
  font-family: helvatica;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  line-height: 24px;
}

.social-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: #ececec;
  overflow: hidden;
  display: block;
  padding-top: 70px;
  padding-bottom: 70px;
}

.contact-social {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  overflow: hidden;
  display: block;
}

.contact-social li {
  display: inline-block;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}

.contact-social a {
  font-family: helvatica;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  text-transform: lowercase;
  text-align: center;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  color: #000;
}

.contact-social a span {
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 18px;
  color: #313131;
  text-align: center;
}

.contact-social a:hover {
  color: #313131;
}

.form-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: block;
  padding-top: 70px;
  padding-bottom: 70px;
}

.form-wrapper h3 {
  text-align: center;
  padding-bottom: 30px;
}

#ajax-form {
  width: 100%;
  font-family: "OpenSans-Light-webfont";
  font-size: 10px;
  line-height: 14px;
  color: #101010;
  margin: 0 auto;
}

label {
  display: block;
  font-family: "OpenSans-Light-webfont";
  font-size: 14px;
  line-height: 30px;
}

input {
  width: 96%;
  border: none;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 22px;
  padding-bottom: 10px;
  background: #fff;
}

textarea {
  width: 98%;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 22px;
  height: 62px;
  margin-top: 2px;
  padding-bottom: 10px;
  border: none;
  background: #fff;
}

.error {
  font: 10px/22px "Open Sans", sans-serif;
  text-transform: uppercase;
  display: none;
  color: #101010;
}

#ajaxsuccess {
  background: #f5f5f5;
  color: #101010;
  font: 20px/60px "Open Sans", sans-serif;
  height: 60px;
  display: none;
  padding-left: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.text-align-center {
  text-align: center;
  padding-top: 10px;
}

#ajax-form textarea:active,
#ajax-form input:active {
  color: #101010;
}

#ajax-form textarea:active,
#ajax-form input:hover {
  color: #101010;
}

#ajax-form textarea:focus,
#ajax-form input:focus {
  outline: none !important;
}

#ajax-form textarea,
#ajax-form input {
  border-bottom: 2px solid #313131;
  color: #101010;
}

#ajax-form input[type="text"] {
  padding-left: 2%;
  padding-right: 2%;
}

textarea {
  padding-left: 1%;
  padding-right: 1%;
}

#button-con {
  position: relative;
  z-index: 100;
  text-align: center;
  font-family: "Lato", sans-serif;
}

#button-con button {
  position: relative;
  display: inline-block;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 12px;
  border: 2px solid #313131;
  color: #313131;
  text-align: center;
  overflow: hidden;
  z-index: 100;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}

#button-con button:hover,
#button-con button:focus {
  outline: none;
}

#button-con button {
  overflow: hidden;
  padding: 10px 45px;
}

#button-con button span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

#button-con button span::before {
  position: absolute;
  margin-top: 15px;
  top: 100%;
  content: attr(data-hover);
  font-weight: 400;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#button-con button:hover span,
#button-con button:focus span {
  top: -15px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}

.map-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: block;
}

.map-wrapper iframe {
  height: 400px;
}

#map {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
}

.overlay {
  display: block;
  z-index: 10;
  text-align: center;
  height: 80px;
  width: 102px;
  background: transparent url(../images/marker.png) no-repeat bottom center;
}

.overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

.overlay_arrow.above {
  bottom: -13px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #000;
}

.overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #000;
}

/* #Footer
================================================== */

.footer {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background: #313131;
  display: block;
  padding-top: 70px;
  padding-bottom: 20px;
}

.logo-footer {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
  width: 125px;
  height: 108px;
  background: url(../images/home/1as.png) no-repeat top center;
  background-size: 105px 102px;
  z-index: 10;
}

.footer h6 {
  color: #fff;
  text-align: center;
  line-height: 30px;
}

.footer h6 span {
  text-align: center;
  font-family: helvatica;
  font-size: 18px;
  font-weight: normal;
  text-transform: lowercase;
  padding-left: 5px;
}

.footer p {
  color: #c7c7c7;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 1px;
}

/* #Media Queries
================================================== */

@media only screen and (max-width: 479px) {
  #sync2 {
    margin-left: -100px;
    width: 200px;
  }

  #sync4 {
    margin-left: -100px;
    width: 200px;
  }
}

@media only screen and (max-width: 800px) {
  .dl-menuwrapper button:after {
    background: #000;
    box-shadow: 0 6px 0 #000, 0 12px 0 #000;
  }

  .dl-menuwrapper button:hover:after {
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
  }

  h1 {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 3px;
  }

  .detail-title h1 {
    font-size: 18px;
  }

  h2 {
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  h3 {
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  h4 {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  h5 {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  h6 {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .social-home {
    position: absolute;
    top: auto;
    bottom: 120px;
    right: 0;
    width: 100%;
    text-align: center;
  }

  .no-home-page .social-home {
    position: absolute;
    width: 100%;
    top: 100px;
    right: auto;
    height: 30px;
  }

  @media only screen and (max-width: 800px) {
    .logo {
      top: 22px;
      left: 16%;
      margin-left: -62px;
      width: 120px;
      height: 53px;
      background: url(../images/home/1as.png) no-repeat center center;
      background-size: 60px 53px;
    }
  }

  .no-home-page .dl-menuwrapper {
    position: absolute;
  }

  .dl-menuwrapper {
    top: 80px;
    right: 0%;
    margin-left: -120px;
  }

  .dl-menuwrapper button {
    top: -38px;
    /* left: 50%; */
    margin-left: -24px;
  }

  .dl-menuwrapper button:after {
    width: 50%;
    left: 25%;
  }

  .dl-menuwrapper li a {
    padding: 15px 20px;
    text-align: center;
  }

  .dl-menuwrapper li a:before {
    content: "";
    padding-right: 0;
  }

  .dl-menuwrapper li:hover a:before {
    padding-right: 0;
  }

  .border-top-dash,
  .project-box .border-top-dash-project {
    display: none;
  }

  .border-bottom-dash,
  .project-box .border-bottom-dash-project {
    display: none;
  }

  .border-left-dash,
  .project-box .border-left-dash-project {
    display: none;
  }

  .border-right-dash,
  .project-box .border-right-dash-project {
    display: none;
  }

  #sync2 {
    bottom: 30px;
  }

  .big-text-sections {
    margin-top: -60px;
    font-size: 12px;
    line-height: 35px;
    letter-spacing: 2px;
  }

  .small-text-sections {
    margin-top: -15px;
    font-size: 12px;
    line-height: 22px;
  }

  .mask-white {
    top: 112px !important;
    left: 18px;
    bottom: 49px;
    right: 18px;
  }
  /* 	
	.mask-white {
		top: 18px;
		left: 18px;
		bottom: 18px;
		right: 18px;
	} */

  .intro-nav {
    display: none;
  }

  #sync3 .item img {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  #sync3 .item h6 {
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
  }

  #sync3 .item h6 span {
    text-align: center;
  }

  #sync3 .item .team-words {
    text-align: center;
    padding-left: 0;
  }

  #sync3 .item .team-social {
    padding-left: 0;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  #sync3 .item .team-social li {
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }

  #sync3 .item .team-social a {
    text-align: center;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1199px) {
  .project-box {
    width: 50%;
  }
}

@media only screen and (max-width: 559px) {
  .project-box {
    width: 100%;
  }

  .project-box.width2 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .style-adjust {
    padding-top: 17%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .home-big-text {
    margin-top: -110px;
    font-size: 36px;
    line-height: 36px;
  }

  .home-small-text {
    margin-top: -60px;
    font-size: 20px;
    line-height: 20px;
  }

  .down-button {
    margin-top: -10px;
  }

  .logo-footer {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .home-big-text {
    margin-top: -105px;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 2px;
  }

  .home-small-text {
    margin-top: -60px;
    font-size: 15px;
    line-height: 15px;
  }

  .down-button {
    margin-top: -15px;
  }

  .logo-footer {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 319px) {
  .home-big-text {
    margin-top: -105px;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 2px;
  }

  .home-small-text {
    margin-top: -60px;
    font-size: 15px;
    line-height: 15px;
  }

  .down-button {
    margin-top: -15px;
  }

  .logo-footer {
    padding-bottom: 0;
  }
}

/* #Font-Face
================================================== */

@font-face {
  font-family: "OpenSans-Light-webfont";
  src: url("font/OpenSans-Light-webfont.eot");
  src: url("font/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"),
    url("font/OpenSans-Light-webfont.woff") format("woff"),
    url("font/OpenSans-Light-webfont.ttf") format("truetype"),
    url("font/OpenSans-Light-webfont.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Sifonn-Basic";
  src: url("font/Sifonn-Basic.eot");
  src: url("font/Sifonn-Basic.eot?#iefix") format("embedded-opentype"),
    url("font/Sifonn-Basic.woff") format("woff"),
    url("font/Sifonn-Basic.ttf") format("truetype"),
    url("font/Sifonn-Basic.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NexaBold";
  src: url("font/NexaBold.eot");
  src: url("font/NexaBold.eot?#iefix") format("embedded-opentype"),
    url("font/NexaBold.woff") format("woff"),
    url("font/NexaBold.ttf") format("truetype"),
    url("font/NexaBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.background-opacity {
  /* background-color: #00000045; */
  padding: 5px;
}
.dl-trigger{
background: #ffffffc9 !important;
    border: 1px solid #888888 !important;
}
/* --------tab interiours------------- */

/* --tab interiours--------------- */
