.dnm_content_wrapper{
  position: relative;
  z-index: 2;
  opacity: 0;
}
.dnm_content_wrapper.open{
  opacity: 1;
}
div#fullpage {
  width:100%;
  right:  0%;
  left: 0;

}
.mob-img {
  display: none !important;
}
#fp-nav.fp-right{
  left:  0%;
  display: none;
  right: auto;
}
.fp-tableCell,
.section{
  max-height: calc( 100vh - 0px ) !important; 
  float: left;
  overflow: hidden;
  width: 100%;
}
.fp-tableCell{
  padding-top:  0px;
  padding-bottom: 0px;
  vertical-align: top;
}
.products {
  width: 100%;
  float: left;
  position: relative;
}
.about-warp,
.projects-section,
.products-wrapper{
  overflow: hidden;
}
.carts {
  width: 33.3%;
  float: left;
  padding: 0 5px;
  z-index: 2;
  opacity: 0; 
}
.pro-cart {
  width: 100%;
  float: left;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  cursor: pointer;
}
.banner-section{
  width: 100%;
  float: left;
  position: relative;
}
.banner-section .banner-content{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  transform: translateY(-50%);
  color: #fff;
}
.banner-section img{
  width: 100%;
}
.pro-cart img{
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pro-cart:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.banner-set{
  width: 100%;
  float: left;
  position: relative;
}
.banner-section .banner-set:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgb(0 0 0 / 30%);
}
span.count-active {
  font-size: 40px;
  font-weight: 300;
}
.banner-section .slick-dots {
  bottom: -30px;
}
.hover-eff{
  position: relative;
  width: 100%;
  float: left;
  height: 25px;
  text-align: center;
}
.hover-popup {
  position: absolute;
  bottom: 15px;
  padding: 3px 15px;
  background: #fff;
  left: 2px;
  z-index: 9;
  font-size: 16px;
  line-height: 24px;
}
.hover-texr{
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 91;
  right: 0;
  text-align: center;
  font-weight: 700;
  padding: 0 20px;
  color: #fff;
  transform: translateY(-50%);
  font-size: 20px;
}
.hover-texr img{
  opacity: 0;
  visibility: hidden; 
  width: 100px;
  transform: scale(0.0);
  position: absolute;
  top: -132%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hover-texr h3{
 color: #fff;
 font-size: 20px;
 font-weight: 700;
 transition: all 1s;
 margin: 0;
}
.hover-texr .hover-eff h3{
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;


}
.pro-cart:hover  .hover-texr .hover-eff h3{ 
  top: 80px;
  transition: all 1s;
  color: #0867B3;
}
.pro-cart:hover .hover-texr {  
  color: #0867B3;
}
.pro-cart:hover .hover-texr img{
  opacity: 1;
  transition: all 1s; 
  visibility: visible;  
  transform: scale(1);
}
.pro-cart:before{
  width: 101%;
  height: 101%;
  position: absolute;
  content: "";
  background: #fff;
  opacity: 0;
  transition: all 0.8s;
  left: 0;
  right: 0;
  z-index: 9;
}
.pro-cart:hover:before{

 opacity: 0.9;
}
.clients{
  width: 20%;
  float: left;
}
.clients img{
  width: 100%;
}
.fp-slidesNav.fp-bottom {
  bottom: 90px;
}
.about-section {
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
}
.about-block,
.para{
  width: 100%;
  float: left;
}
.about-section p{
  font-size: 16px;
  margin: 0 0 10px;
  color: #1f1f1f;
  line-height: 24px;
}
.abot-list {
  width: 25%;
  float: left;
  padding: 20px;
  transition: all 0.8s;
}
.abot-list img{
  transform: scale(0.8);
  transition: all 0.5s;
}
.abot-list:hover img{
  transform: scale(1);
}
.abot-list:first-child{
  padding-left: 0;
}
.abot-list:first-last{
  padding-right: 0;
}
.abot-list h3{
  margin: 10px 0 5px;
  font-size: 20px;
  font-weight: 700;
}
.contact-us {
  width: 100%;
  float: left;
  text-align: left;
  color: #707070;
  max-height: calc( 100vh - 150px );
  overflow: scroll; 
  padding: 30px 0 0px; 
}
.reachus {
  width: 65%;
  float: left;
}
.address {
  width: 100%;
  float: left;
}
.client-slide{
  width: 100%;
  float: left;
}
.slick-dots{
  bottom: -25px;
}
.slick-dots li button:before{
  color: #9B8579;
  opacity: 0.7;
  font-size: 12px;
}
.load-page{

  position: absolute;
  background: #0867B3;
  z-index: 999999;
  transition: all 0.9s;
  top: -150vh; 
  width: 100%;
  height: 100vh;  
}

.load-page.load-ani{
 position: absolute;
 webkit-animation-name: fade-in-up-sm;
 animation-name: fade-in-up-sm;
 top: 0;
 width: 100%;
 height: 100vh; 
}
.load-pages{

  position: absolute;
  background: #fff;
  z-index: 9999999;
  transition: all 0.9s;
  top: -100vh; 
  width: 100%;
  height: 100vh;  
}

.load-pages.load-anis{
 position: absolute;
 webkit-animation-name: fade-in-up-sm;
 animation-name: fade-in-up-sm;
 top: 0;
 width: 100%;
 height: 100vh; 
}
.load-page:before{
  height: 45%;
  top: 55%;
  width: 100%;
  position: absolute;
  content: "";
  background: #173661;
}
.load-page:after{
  height: 20%;
  top: 100%;
  width: 100%;
  position: absolute;
  content: "";
  background: #fff;
}
.load-page.active{
  top: -100vh;
  bottom:auto;
}
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #030303;
  z-index: 99999999999999; 
}
.cg-wrapper{
  z-index: 1;
}
#preloader img {
  max-width: 200px;
  width: 200px;
  display: block;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
}
.bg-init,
.animsition-overlay-slide {
  background-color: #173661;
}
.overlay-slide-in-top{
  z-index: 99999;
}
div#preloader.slow{
  top: -100vh;
  bottom:auto;
}
.slick-dots li.slick-active button:before{
  font-size: 12px;
  color: #9B8579;
  opacity: 1;  
}
.addr-section {
  width: 33.3%;
  float: left;
}
.addr-section {
  width: 33.3%;
  float: left;
  padding: 20px 20px 0;
  height: auto !important;
}
.addr-section:nth-child(3n+2){
  padding: 20px 10px 0;
}
.addr-section:nth-child(3n+1){
  padding: 20px 20px 0px 0;
}
.addr-section:nth-child(3n+3){
  padding: 20px 0px 0px 20px;
}
.addr-section:nth-child(4) {
  padding: 20px 10px 50px 10px;
}
.addr-section:nth-child(5) {
  padding: 20px 0px 50px 20px;
}
.addr-section:nth-child(6) {
  padding: 20px 0px 0px 0px;
}
.rach-head {
  width: 100%;
  float: left;
}
.rach-head label{
  width: 60px;
  float: left;
}
.rach-head span {
  font-weight: 900;
  font-size: 39.5px;
  color: #A8A8A8;
  vertical-align: middle;
  padding: 10px 20px 0;
  float: left;
  position: relative;
}
.addr-section p {
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  color: #1f1f1f;
  font-weight: 600;
}
.jion-us {
  width: 35%;
  float: left;
  padding-left: 40px;
}
.addr-section h3{
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #000;
}
.addr-section h4{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1f1f1f;
  margin: 0 0 10px;
}
.addr-section a{
  color: #3684c1;
}
.jion-text {
  width: 100%;
  float: left;
  line-height: 18px;
  font-size: 12px;
  padding-top: 20px;
}
.jion-text p{
  width: 100%;
  float: left;
  line-height: 24px; 
  font-size: 16px;
  font-weight: 400; 
  margin: 0 0 10px;
  color: #1f1f1f;
}
.jion-text a{
  color: #67A0F5;
  font-weight: 600;
}
.dnm_wrapper_section{
  height: 100vh;
}
.common-popup {
  position: fixed;
  z-index: 999999;
  background-color: rgb(255 255 255 /  0%);
  width: 100%;
  left: 7%; 
  top: 85%;
  transform: translateY(-50%);
  overflow: visible;
  z-index: -1;
  
  max-width: 72%;
  opacity: 0;
  border-radius: 0px; 
  text-align: left;  
  width: 22%;
  height: 10vh; 
}
.partitions { 
  left: 24%;
}
.finishes { 
  left: 33%;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
  background-color: #267abd; 
}
.common-popup.active {
   
  opacity: 1;
  z-index: 9999999;
  background-color: rgb(255 255 255 /  100%);
}
label.custom_form_label.form-left {
    width: 48%;
    margin-right: 2%;
}
label.custom_form_label.form-right {
    width: 48%;
    margin-left: 2%;
}
.common-popup.active{
  width: 450px;
    left: 0%;
    text-align: center;
    right: 0%;
    margin: 0 auto;
    padding: 45px;
    top: 50%;
    height: auto;
}
.common-popup p{
  margin: 0;
  font-size: 22px;
  line-height: 30px;
}
.content-popup{
  width: 100%;
  float: left;
  max-height: calc( 100vh - 200px );
  overflow-y: scroll;
  padding: 3px 0 30px;
}
.content-popup p{
  margin: 0;
}
.content-popup::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge add Firefox */
.content-popup {
  -ms-overflow-style: none;
  scrollbar-width: none; /* Firefox */
}
.content-popup::-webkit-scrollbar {
  width: 0px;
}
.content-popup::-webkit-scrollbar-thumb {
  background: #FFFFFF;
}
.popup_overlay{
  background: #fff;
  opacity: 1;
}
.popup_overlay {
    background: rgb(0 0 0 / 77%);
    opacity: 1;
}
.conttent-wrap:last-child {

}
.read-more-btn {
  width: 180px;
  float: left;
  padding: 0px ;
  text-align: center;
  border: 1px solid #0867B3;
  color: #0867B3;
  font-size: 16px;
  line-height:  24px;
  cursor: pointer;
  margin-top: 20px;
  height: 37px;
  position: relative;
  overflow: hidden;
  transition: all 0.6s;
}
.read-more-btn .labels{
  font-weight: 400;
  transition: all 0.6s;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
span.contact {
  position: absolute;
  left: 0;
  top: 38px;
  transition: all 0.6s;
  left: 0;
  width: 100%;
  
}
.read-more-btn:hover .labels{
  position: absolute;
  top: -50px;
  transition: all 0.6s; 
}
.read-more-btn:hover span.contact{
  top: 0;
  transition: all 0.6s;
  top: 54%;
  transition: all 0.6s;
  color: #fff;
  transform: translateY(-50%);
}
.read-more-btn:hover{
  background: #0867B3;
  color: #fff;
}
.conttent-wrap {
  width: 100%;
  float: left;
  padding-bottom: 80px;
}
.conttent-wrap:nth-child(even) .imag-section {
  float: left;
  padding-right: 45px;
  /*left: 55%;*/
}
.conttent-wrap:nth-child(odd) .imag-section { 
  padding-left: 45px;
  /*right: 55%;*/
  float: right;
}
.content-popup.open .conttent-wrap:nth-child(odd) .imag-section { 
 right: 0%;
}
.content-popup.open .conttent-wrap:nth-child(even) .imag-section { 
 left: 0%;
}
.imag-section {
  width: 55%; 
  position: relative;
  
  transition: all 0.5s;
}
.detail-wrap {
  width: 100%;
  float: left;
  overflow: hidden;
  transition: all 0.5s;
}
.conttent-wrap:nth-child(even) .details {
  padding-left: 45px;
}
.conttent-wrap:nth-child(odd) .details {
  padding-right: 45px;
}
.details {
  width: 45%;
  float: left; 
  /*display: none;*/
}
.detail-wrap h2{
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 0px; 
  color: #000;
}
.overhide1 {
  width: 100%;
  float: left;
  overflow: hidden;
  margin: 0 0 25px;
}
.detail-wrap  h3 {
  position: relative;
  font-weight: 900;
  font-size: 39.5px;
  color: #A8A8A8 ;
  margin: 0 0 0px; 
}
.detail-wrap  p{
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #1f1f1f;
}
.read-more span{
  vertical-align: middle;
  font-size: 10px;
}
.read-more {
  width: 100%;
  float: left;
  padding-top: 0px;
  color:#9C8579;
  font-size: 13px;
  line-height:  24px;
  transition: all 0.5s;
}
.read-more:hover{
  font-weight: 600;
  color: #85A084;
  font-size: 14px;
}
.read-more:hover span{
  vertical-align: middle;
  font-size: 12px;
  padding-left: 5px;
  -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 1s; 
  position: relative;
}
.close_popup {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #9B8579;
    cursor: pointer;
}
.panel-default {
  background-color: transparent;
  border: none;
  width: 100%;
  float: left;
  box-shadow: none;
  margin-bottom: 0;
  padding: 0px;
  cursor: pointer;
}
.modal-dialog {
  width: 100%;
  background: transparent;
  margin: 0 auto; 
}
.modal-content {
  padding-top: 0px;
  background-color: transparent;
  box-shadow: none;
  border: none; 
}
.modal-header {
  position: absolute;
  top: -25px;
  right: -55px;
  color: black;
  padding: 0;
  border: none;
  z-index: 999;
}
.modal-header .close {
  opacity: 1;
  width: 20px;
  margin-right: 22px;
  color: #0867B3;
  text-shadow: none;
}
.counter {
  position: absolute;
  bottom: 20px;
  right: -54px;
  padding: 0;
  border: none;
  z-index: 999;
  color: #251e1d;
  font-size: 20px;
  transform: rotate(-90deg);
}
.carousel {
  min-height: 74vh;
  /*overflow: hidden;*/
}
.carousel-inner {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.carousel-inner>.item {
  text-align: center;
  min-height: 74vh;
}
.carousel-inner>.item img {
  width: 100%;
  position: absolute;
  display: inline-block;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50% !important;
  transform: translateY(-50%);
}
.carousel-control.left, .carousel-control.right {
  background: none !important;
  filter: none !important;
  progid: none !important;
}
.scrolltop {
  position: absolute;
  right: 40px;
  bottom: 30px;
  cursor: pointer;
  width: 14px;
  height: 21px;
  background-color: transparent;
  text-indent: -9999px;
  display: block;
  background-image: url(../images/left-arrow.png);
  background-size: 14px;
  background-position: center;
  z-index: 9999;
  transform: rotate(90deg);
  -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.banner-wrap .scrolltop{
  display: none;
}
.scrolltop:hover {

  width: 16px;
  height: 23px; 
  background-size: 17px; 

}
.scrolltop.active {
  display: block;
}
.carousel-control {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  width: 45px;
  height: 30px;
}
.carousel-control.left{

  left: -55px;
}
.carousel-control.left img{
 transform: rotate(-180deg);
}
.carousel-control.right {
  right: -55px;
}
.modal-backdrop{
  z-index: 0;
  opacity: 0 !important;
}
.modal-open .modal {
  background: rgba(0, 0, 0, 0);
}
.modal{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  /*display: block !important;*/
  visibility: hidden;
  transition: all 1.2s;
  overflow: hidden;
}
.modal.hide{
  display: none !important;
}
#projectA{
  width: 22%;
  height: 41vh;
  top: 37vh; 
  left: 17%;
}
#projectB{
  width: 22%;
  height: 41vh;
  top: 37vh; 
  left:41%;
}
#projectC{
  width: 22%;
  height: 41vh;
  top: 37vh; 
  left: 66%;
}
.modal.active {
  position: fixed;
  top: 65px;
  right: 5%;
  bottom: 55px;
  left: 16%;
  padding-right: 4%;
  padding-top: 40px;
  z-index: 1050; 
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 1;
  visibility: visible;
  height: auto;
  width: auto;
}
#projectA.active,
#projectB.active,
#projectC.active{
 width: 81%;
 height: 82vh;
 top: 50%;
 transform: translateY(-50%);
 left: 11%;
 padding-left: 5%;
 background: #fff;
 z-index: 999999;
}
.modal-body{
  padding: 0; 
}

#fp-nav ul li  a svg {
  position: absolute;
  left: -3px;
  top: -6px;
  display: block;
  height: 28px;
  width: 28px;
  margin: -4px 0 0 -4px;
}
.popup-slide{
  width: 100%;
  float: left;
}
.popup-slide .slick-prev, .popup-slide .slick-next {
  top: auto;
  transform: none;
  bottom: -35px; 
  margin: 0 auto;
  width: 45px;
  height: 20px;

  cursor: pointer;
}
.popup-slide .slick-prev{
  left: -40px;
}
.popup-slide .slick-next{
  right: -40px;
}
.slick-prev:before {
  content: "";
  background-image: url(../images/arrow1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size:22px;
  width: 22px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-next:before {
  content: "";
  background-image: url(../images/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
  width: 22px;
  height: 26px;
  position: absolute;
  top: 4px;
  left: 0;
}
.about-wrapper{
  background: #fff;
}
.about {
  width: 100%;
  float: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding:  0px 120px;
  background: #fff;
  text-align: left;
}
.heading h2{
  width: 100%; 
  color:#343434;
  position: relative; 
  font-size: 65px; 
  font-weight: 300;

}
.about  h2{
  padding-bottom: 10px;
}
.about h3 {
  width: 100%;
  color: #292929;
  position: relative;
  font-size: 34px;
  margin:  0px 0 15px;
  float: left;
  font-weight: 700; 
  line-height: 40px;
}
.about p {
  width: 100%;
  color: #292929;
  position: relative;
  font-size:16px;
  margin: 0px 0 20px;
  float: left;
  font-weight: 400; 
  line-height: 26px;
}
.about p:last-child{
  margin-bottom: 0;
}
.services-section {
  width: 100%;
  float: left;
  background: #E4E4E4;
  padding: 40px  120px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); 
}
.servicess{
  width: 100%;
  float: left;
  padding-top: 10px;
  position: relative;
}
.service-list {
  width: 33%;
  float: left;
  padding: 10px;
  text-align: center;
  position: relative;
}
.service-list img{
  width: 100px;

}
.service-list h3 {
  width: 100%;
  color: #9B8579;
  position: relative;
  font-size: 16px;
  margin: 5px 0;
  float: left;
  font-weight: 600; 
  line-height: 27px;
}
.service-list p{
  width: 100%;
  color: #292929;
  position: relative;
  font-size:16px;
  margin: 0px 0;
  float: left;
  font-weight: 400; 
  line-height: 26px;
}

.service-read {
  position: absolute;
  right: -20px;
  bottom: 34px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
  color: #2198F3;
  left: auto;
  width: 33%;
}
.services{
  width: 100%;
  float: left;
  padding: 0  0px; 
  
}
.services h3{
  width: 100%;
  color: #292929;
  position: relative;
  font-size: 30px;
  line-height: 40px;
  margin:  0px 0 20px;
  float: left;
  font-weight: 700; 
}
.join span,
.service-read span{
  font-weight: 400;
  font-size: 11px;
}
.join:hover,
.service-read:hover{
  color: #9B8579;
}
.last-section {

}


.collaborate-section{
  background-image: url("../images/bg.png");
  background-size: cover;
  background-position: center;
}
.collaborate-section .heading h2{
  color: #fff;
  text-align: right;
}
.last-section p{
 width: 100%;
 color: #fff;
 position: relative;
 font-size: 26px;
 margin: 20px 0;
 float: left;
 text-align: right;
 font-weight: 300;
 font-family: 'Montserrat', sans-serif;
 line-height: 40px;
}
.join{ 
  font-size: 14px;
  text-align: right;

  color: #fff;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
}

.home-banner{
  width: 100%;
  float: left;
  position: relative;
  max-height: 100vh;
}
.home-banner .slick-dots{
  bottom: 20px;
}

.home-banners{
  width: 100%;
  float: left;
  position: relative;
}
.banner-txt {
  position: absolute;
  top: 200px; 
  font-size: 75px;
  line-height: 80px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  padding: 0 120px;
  max-width: 100%;
}
.banner-txt {
  position: absolute;
  top: auto;
  font-size: 34px;
  line-height: 47px;
  font-weight: 700;
  color: #fff;
  transform: none;
  text-align: left;
  padding: 0 120px;
  bottom: 40px;
  max-width: 100%;
}
.text-fade,
.text-slide{
  font-weight: 600;
  display: contents !important;
  float: left;
  max-width: 100%; 
  font-size: 34px 
  width: 100%;
}
.banner-item{
  position: relative;
  max-height: 100vh;
}
.banner-list{
  position: relative;
  max-height: 100vh;
  overflow: hidden;
}

.profile {
  width: 100%;
  float: left;
  position: relative;
  padding: 80px 0;
}
.profile-img {
  width: 45%;
  float: right;
  position: relative;
}

.pro-img {
  width: 47%;
  float: left;
}
.pro-content { 
  width: 45%;
  float: left;
   
}
.pro-img:nth-child(3){
  position: absolute;
  bottom: 0;
  left: 0;
}
.pro-img:nth-child(2){
 float: right;
}

.focus-section {
  width: 100%;
  float: left;
  /*position: relative;*/
  padding: 10px 120px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


.focus-list{
  width: 100%;
  float: left;
  padding-top:  0px;
  
  padding: 0  0px; 
}
.list-fc{
  width: 30%;
  float: left;
}
.list-fc:nth-child(3n+2){
  margin: 0 5%;
}
.list-fc h4{
  font-size: 23px;
  font-weight: 700; 
  line-height: 33px;
  color: #292929 ;
  text-transform: uppercase;
  margin: 0 0 20px;
}
h2.heads {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 30px;
  color: #85A084;
  text-transform: uppercase;
  margin: 0;
   margin: 0 0 20px;
   padding-bottom: 0;
}
.pro-content h3{
  font-size: 30px;
  line-height: 40px;
}
.section {
  text-align: left;
}
.behind-section {
  width: 100%;
  float: left;
  padding: 130px 120px;
  background: #E4E4E4;
}
.behind {
  width: 100%;
  position: absolute;
  padding:0 0px;
  left: 0;
  top: 0;
  height: 100%;
 /* top: 50%;
  transform: translateY(-50%);*/
}
.behind h3{
 font-size: 30px;
 width: 1126px;
 float: left;
 line-height: 40px;
 font-size: 60px;
 font-weight: 700;
 line-height: 70px;
 text-transform: uppercase;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 padding: 0  0px;
 left: 120px;
}
.behinds h3{
 font-size: 30px;
 width: 1146px;
 float: left;
 line-height: 40px;
 font-size: 55px;
 font-weight: 700;
 line-height: 65px;
 text-transform: uppercase;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 padding: 0  0px;
 left: 120px;
}
.behind-item.active{
  height: 100vh;
}
.behinds {
  width: 100%;
  position: absolute;
  padding: 0 0px;
  left: 0;
  top: 0;
  height: 100%;
}
.interactive {
  background: #9c867a;
}
.balanced{
  background: #ffc66b;
}
.soulful{
  background:#ebe9e7 ;
}
.crafty{
  background: #d1b2a1;
}
.progressive{
  background: #eed9e1;
}
.practical{
  background: #e1978c;
}
h2.heads{
  z-index: 99;
  position: relative;
}
.section.behind-warp{
  background:#86a083;
}
.services-list {
  width: 100%;
  float: left;
}
.list-sr {
  width: 50%;
  float: left;
  padding:  0px 30px 25px 0;
}
.ser-icon {
  width: 80px;
  float: left;
}

.services-warp.active .list-sr.open .ser-icon:hover img{
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.2,1.2);
}
.sr-ri {
  width: calc( 100% - 90px );
  float: right;
}
.sr-ri  h4{
  font-size: 14px;
  margin: 0 0 10px;
  color: #292929;
}
.sr-ri  p{
  font-size: 14px;
  line-height: 24px;
  color: #292929;
}

.projects-section {
  width: 100%;
  float: left;
  position: relative;
  padding: 80px 120px;
}
.projects-list,
.projects{
  width: 100%;
  float: left;
  position: relative;
}
.projects h3{
  width: 100%;
  color: #292929;
  position: relative;
  font-size: 30px;
  line-height: 40px;
  margin: 0px 0 20px;
  float: left;
  font-weight: 700;
}

.pro-list {
  width: 16.9%;
  float: left;
  position: relative;
  margin:0 1.2% 20px ;
  overflow: hidden;
  -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pro-list:hover .back-bg img{
 -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.2,1.2);
}
.pro-list:first-child{
  margin: 0 1.2% 20px 0;
}
.pro-list:nth-child(5n+5){
  margin: 0 0 20px 1.2%;
}
.pro-list:nth-child(5),
.pro-list:nth-child(2) {

  width: 19.5%;
}
.pro-list:nth-child(6) {
  position: absolute;
  bottom: 20px;
  left: 0;
  margin: 0;
}
.pro-list:nth-child(7) {
  position: absolute;
  bottom: 20px;
  left: 41.1%;
  margin: 0;
}
.pro-list:nth-child(8) {
  position: absolute;
  bottom: 20px;
  left: 60.5%;
  margin: 0;
}

.pro-name {
  width: 100%;
  float: left;
  opacity: 0;
  visibility: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  transition: all 0.6s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 18px;
}
.pro-list:hover:before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(155 133 121 / 60%);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  transition: all 0.6s; 
}
.pro-list:hover .pro-name {
  opacity: 1;
  visibility: visible;
}
.lasts-section{
  width: 100%;
  float: left;
  padding:60px 120px;
  background: #fff;
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.contact-left {
  width: 45%;
  float: right;
}

.contact-right {
  width: 45%;
  float: left;
}
.custom_form_label {
  position: relative;
  float: left;
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  margin-bottom: 25px;
  padding: 0 0px;
}
.custom_form_label .input_placeholder {
  margin: 0;
  position: absolute;
  pointer-events: none;
  color: #262626;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 9;
  opacity: 1;
}
button.submit_btn {
  color: #9B8579;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 15px;
  padding: 0;
  letter-spacing: 2px;
  transition: all 0.3s;
}
.map-load{
  width: 100%;
  float: left;
  overflow: hidden;
}
.map-load  img{
 -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1); 
}
.map-load:hover img{
 -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.2,1.2);
}
.pro-img { 
  overflow: hidden;
}
.pro-img img{
  -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
}
.pro-img:hover img{
 -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.2,1.2);
}
.back-bg {
  width: 100%;
  float: left;
  overflow: hidden;
}
.back-bg img{
  -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.back-bg:hover img{
 -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.2,1.2);
}
.ser-img {
  width: 100%;
  float: left;
  overflow: hidden;
}
.ser-img img{
  -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ser-img:hover img{
 -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.2,1.2);
}
button.submit_btn span{
  font-size:12px;
}
button.submit_btn:hover{
  font-size: 17px;
  font-weight: 600;
  color: #85A084;
}
button.submit_btn span{
  font-size: 13px;
}
button.submit_btn:hover span {
 -webkit-animation: linear infinite;
 -webkit-animation-name: run;
 -webkit-animation-duration: 1s; 
 position: relative;
}

@keyframes run {
  0% {
    left: 0;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 0;    
  }
}
.contact-left img{
  width: 100%;
}
.contact-left p{
  line-height: 26px;
  font-size: 16px;
  margin: 0;
  float: left;
  width: 100%;
  padding: 20px 0 0;
}
div.input_error {
  position: absolute;
}
.form_input_field.textarea {
  height: auto;
  width: 100%;
  resize: none;
}
.form_input_field {
  padding: 12px 15px;
  border: none;
  position: relative;
  z-index: 1;
  display: block;
  border-color: inherit;
  -webkit-appearance: none;
  width: 100%;
  margin-top: 0px;
  height: 49px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 98%, #17445b 4%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 98%, #17445b 4%);
  background-position: -2000px 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  color: #212121;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin: 1px 0 2px;
  background-color: #F3F3F3;
  border: none;
  border-bottom: none;
  /* box-shadow: 0 3px 6px 0px rgb(189 182 182 / 60%); */
  /* border-radius: 10px 0; */
  overflow: hidden;
  margin-top: 5px;
  /* box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 20%); */
}

.contact-right h3 {
  width: 100%;
  color: #292929;
  position: relative;
  font-size: 30px;
  line-height: 40px;
  margin:  0px 0 20px;
  float: left;
  font-weight: 700;
}

.form_input_field::-webkit-input-placeholder {  
  color: #212121;
}

.form_input_field:-ms-input-placeholder {  
  color: #212121;
}

.form_input_field::placeholder {
  color: #212121;
}
.mlll2 {
  position: relative; 
}
.banner-txt.mlll2{
  position: absolute;
}
/*.mlll2 .text-wrapper {
  position: relative;
  display: inline-block; 
  overflow: hidden;
}

.mlll2 .letter {
  transform-origin: 50% 100%;
  display: inline-block; 
}*/

.mlll2 {
  position: relative; 
}

.mlll2 .text-wrapper {
  position: relative;
  display: inline-block; 
  overflow: hidden;
}

.mlll2 .letter {
  display: inline-block; 
  transform-origin: 0 0;
}

.ml2 { 
}

.mll2 .letter ,
.mlll2 .letter, 
.mllll2 .letter ,
.ml2 .letter {
 /* display: inline-block; */
}
.ml6 {
  position: relative; 
}
.ml21 .text-wrapper,
.ml22 .text-wrapper,
.ml23 .text-wrapper,
.ml24 .text-wrapper,
.ml25 .text-wrapper,
.ml26 .text-wrapper,
.ml27 .text-wrapper,
.ml28 .text-wrapper,
.ml2 .text-wrapper {
  position: relative;
  display: inline-block; 
  overflow: hidden;
}
.ml21 .letter,
.ml22 .letter,
.ml23 .letter,
.ml24 .letter,
.ml25 .letter,
.ml26 .letter,
.ml27 .letter,
.ml2 .letter,
.ml6 .letter {
  display: inline-block;  

}
.client-logo {
  width: 100%;
  float: left;
  padding: 30px 10px;
}
.ml7 .letter.bold,
.ml13 .letter.bold,
.ml6 .letter.bold{
  color: #85A084;
  font-weight: 400;
  /*font-style: italic;*/
}
div#slider1 {
  background: #e1988d;

}
.behinds div#slider1 h3{
  color: #ffc66b;
}
.behinds div#slider1 h3 .bold{
  color: #fff;
  font-style: italic;
}
div#slider2 {
  background: #86a083;
}
.behinds div#slider2 h3{
  color: #ffc66b; 
}
.behinds div#slider2 h3 .bold{
  color: #fff;
  font-style: italic;
  font-weight: 400;
}
.behinds div#slider3 h3 .bold{ 
  font-style: italic;
}
.inactive {  
  display: none;  
}   
.behind-item{
  position: relative;
  width: 100%;
  float: left; 
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(00px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(00px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(1000px) translateY(00px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1); 
}
.behind-item.opens{
  position: relative;
  width: 100%;
  float: left; 
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(00px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(00px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(00px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 700ms cubic-bezier(0.215, 0.61, 0.355, 1); 
}
.behind-item.active:before{
  width: 200%;
  height: 100%;
  position: absolute;  
  content: "";  
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(00px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(00px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(-1000px) translateY(00px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1); 
  top: 0;
  left: 0;
  z-index: 9;
}
#slider1:before{
  background: #86a083; 
}
#slider0:before{
   
background: #86a083;
}
#slider1.active:before{
   
  background: #86a083;
}
#slider0.active:before{
   
  background: #86a083;

}

#slider2:before{
  background: #e1988d;
}
#slider3:before{
  background: #86a083;
}
#slider2.active:before{
  background: #e1988d;
}
#slider3.active:before{
  background: #86a083;
}
.behind-item.opens:before{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(0px) translateY(100px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(3000px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(100px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(100px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(-5000px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 3000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 3000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 9;
}
/*.behind-item.active{ 
   -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  visibility: visible;
}*/
.ml7 {
  position: relative; 
}
.ml7 .text-wrapper {
  position: relative;
  display: inline-block; 
  overflow: hidden;
}
.ml7 .letter {
  transform-origin: 0 100%;
  display: inline-block; 
}
.ml13 { 
  text-transform: uppercase; 
}

.ml13 .letter {
  display: inline-block; 
}
.behind-item.slick-slide{
  opacity: 0 !important;
  height: 100vh;

}
.behind-item.slick-slide.slick-current.slick-active{
  opacity: 1 !important;
}



#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */

  /* makes sure it stays on top */
}

.anmme2, .anmme22,
.anmme3, .anmme33,
.anmme4, .anmme44,
.anmme5, .anmme55,
.anmme6, .anmme66,
.anmme7, .anmme77, .anmme777,
.anmme1 {
  position: relative; 
}
.banner-txt.anmme1{
  position: absolute;
}
/*.anmm,e2 .anmme22,
.anmme3, .anmme33,
.anmme4, .anmme44,
.anmme5, .anmme55,
.anmme6, .anmme66,
.anmme7, .anmme77, .anmme777,
.anmme1 .text-wrapper {
  position: relative;
  display: inline-block; 
  overflow: hidden;
}

.anmme2, .anmme22,
.anmme3, .anmme33,
.anmme4, .anmme44,
.anmme5, .anmme55,
.anmme6, .anmme66,
.anmme7, .anmme77, .anmme777,
.anmme1 .letter {
  transform-origin: 50% 100%;
  display: inline-block; 
}*/

.anmme2, .anmme22,
.anmme3, .anmme33,
.anmme4, .anmme44,
.anmme5, .anmme55,
.anmme6, .anmme66,
.anmme7, .anmme77, .anmme777,
.anmme1 {
  position: relative; 
}

.anmme2  .text-wrapper, .anmme22  .text-wrapper,
.anmme3  .text-wrapper, .anmme33  .text-wrapper,
.anmme4  .text-wrapper, .anmme44  .text-wrapper,
.anmme5  .text-wrapper, .anmme55  .text-wrapper,
.anmme6  .text-wrapper, .anmme66  .text-wrapper,
.anmme7  .text-wrapper, .anmme77  .text-wrapper, .anmme777  .text-wrapper,
.anmme1 .text-wrapper {
  position: relative;
  display: inline-block; 
  overflow: hidden;
}

.anmme2  .letter , .anmme22  .letter ,
.anmme3  .letter , .anmme33  .letter ,
.anmme4  .letter , .anmme44  .letter ,
.anmme5  .letter , .anmme55  .letter ,
.anmme6  .letter , .anmme66  .letter ,
.anmme7  .letter , .anmme77  .letter , .anmme777  .letter ,
.anmme1 .letter {
  display: inline-block; 
  transform-origin: 0 0;
}
.anmme22  span.letters.done .letter,
.anmme1  span.letters.done .letter,
.anmme55  span.letters.done .letter,
.anmme66  span.letters.done .letter,
.anmme77  span.letters.done .letter, 
.anmme777  span.letters.done .letter{
  display: inherit;
}




.clients-section {
  width: 100%;
  float: left;
  padding: 60px 120px;
  background: #E4E4E4;
}
.clients-warp{
  background: #e4e4e4;
}

.client-box {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  padding: 0 120px;
  left: 0;
}
.clients-list{
  width: 100%;
  float: left;
}
.client-item{
  padding: 20px ;
}




.banner-image{
  width: 100%;
  float: left;
}









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



.banner-txt{
  text-transform: uppercase;
}

.back-bg img{
  width: 100%;
}














.saving-section {
  width: 100%;
  float: left;
  padding:  0px  0px;
  text-align: center;
  max-width: 100%;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.services-warp{
  background: #e4e4e4;
}

.saving-block {
  width: 100%;
  float: none;
  position: relative;
  max-width: 100%;
  height: 100vh;
  display: inline-block;
  margin: 0 auto;
}
.lifes-img {
  position: absolute;
  text-align: center;
  left: 0;
  width:620px;
  margin: 0 auto;
  right: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.flw-imgs {
  position: relative;
  width: 310px;
  float: left;
}

.lifes-list ul li.active:first-child {
  top: 0px;
  left: 140px;
  text-align: right;
}

.lifes-list ul li.active {
  position: absolute;
  width: 160px;
  width: auto;
  height: auto;
  top: auto;
  transform: none;
  left: auto;
  right: auto;
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.lifes-list ul li {
  position: absolute;
  width: 140px;
  height: 0; 
  transition: all 1.5s;
  opacity: 0;
  visibility: hidden;
  right: 0;
  margin: 0 auto;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.lifes-list ul li:first-child {
  top: 70px;
  left: -140px;
  text-align: right;
}
.lifes-list ul li.active:first-child {
  top: 70px;
  left:  0px;
  text-align: right;
}

.lifes-list ul li:nth-child(2) {
  top: 110px;
  right: -310px;
  text-align: left;
}
.lifes-list ul li.active:nth-child(2) {
  top: 110px;
  right: 20%;
  text-align: right;
}
.lifes-list ul li:nth-child(3) {
  top: 62%;
  transform: translateY(-50%);  
  right:-300px;
  text-align: right; 
}

.lifes-list ul li.active:nth-child(3) {
  top: 62%;
  transform: translateY(-50%);
  right: 34%;
  text-align: right; 
}
.lifes-list ul li:nth-child(4) {
  top: 50%;
  transform: translateY(-50%);  
  right: -300px;
  text-align: left; 
}
.lifes-list ul li.active:nth-child(4) {
  top: 50%;
  transform: translateY(-50%);  
  right:  0px;
  text-align: left; 
}
.lifes-list ul li:nth-child(5) {
 bottom: 23%;
 left:  -300px;
 text-align: right;
}
.lifes-list ul li.active:nth-child(5) {
  bottom: 23%;
  left: -60px;
  text-align: right;
}
.lifes-list ul li:nth-child(6) {
  bottom:  70px;
  right: -310px;
  text-align: right;
}
.lifes-list ul li.active:nth-child(6) {
  bottom:  70px;
  right: 37%;
  text-align: right;
}
.behinds .saving-section .lifes-list ul li:nth-child(2) h3,
.behinds .saving-section .lifes-list ul li:nth-child(4) h3,
.behinds .saving-section .lifes-list ul li:nth-child(6) h3{
  text-align: center;
  float: right;
}

.flw-imgs {
    padding: 5px;
    background: #eae9e7;
    position: relative;
    width: 310px;
    color: #ffff;
    width: 620px;
    /* border-radius: 50%; */
    margin: 0 auto;
    float: left;
    text-align: left;
    border: 4px solid #fff;
    display: block;
}

.behinds .saving-section h3,
.behinds .saving-section .flw-imgs h3{ 
  position: relative;
  top: auto;
  transform: none; 
  left: auto;
  text-align: center;
  width: 100%;
  margin: 0;
  color: #292929;
}
.behinds .saving-section .flw-imgs h3{
 /* color: #fff;*/
 font-weight: 400;
}
.behinds .saving-section h3{ 
  text-align: left;
}
.behinds .saving-section .lifes-list h3 { 
  color: #85A084 !important;
  font-style: italic;
  font-weight: 400;
}
.behinds .saving-section .lifes-list ul li.active:nth-child(1) h3 {
  color: #9c867a;
}
.behinds .saving-section .lifes-list ul li.active:nth-child(2) h3 {
  color: #ffc66b;
}
.behinds .saving-section .lifes-list ul li.active:nth-child(3) h3 {
  color: #54684a;
}
.behinds .saving-section .lifes-list ul li.active:nth-child(4) h3 {
  color: #d1b2a1;
}
.behinds .saving-section .lifes-list ul li.active:nth-child(5) h3 {
  color: #8d403a;
}
.behinds .saving-section .lifes-list ul li.active:nth-child(6) h3 {
  color: #e1978c;
}

.saving-block .text-wrapper{
  float: left;
  overflow: visible;
}


.line {
  width: 1px;
  height: 00px;
  position: relative;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
  top: 100px;
  right: 34px;
  left: 112px;
  display: none;
  z-index: 1;
  transform: all 3s;
}
.lifes-list ul li.active .line{
  height: 80px;
}
.line:before{
  position: absolute;
  content: "";
  background: #fff;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  top: 0;
  left: -3px;
}
.line:after{
 position: absolute;
 content: "";
 background: #fff;
 height: 7px;
 width: 7px;
 bottom: 0;
 left: -3px;
 border-radius: 50%;
 right: 0;
 margin: 0 auto;
}
.lifes-list ul li.active:nth-child(1) .line {
  background: #9c867a;
  top: 34px;
  transform: rotate(150deg);
  background: #292929;
  height: 120px;
}
.lifes-list ul li.active:nth-child(1) .line:before{
  background: #9c867a;
  background: #292929; 
}
.lifes-list ul li.active:nth-child(1) .line:after{
  background: #9c867a;
  background: #292929; 
}


.lifes-list ul li.active:nth-child(2) .line {
  background: #ffc66b;
  background: #292929;
  top: 34px;
  transform: rotate(28deg);
  left: 47px;
  height: 120px;
}
.lifes-list ul li.active:nth-child(2) .line:before{
  background:#ffc66b; 
  background: #292929;
}
.lifes-list ul li.active:nth-child(2) .line:after{
  background: #ffc66b;
  background: #292929;
}


.lifes-list ul li.active:nth-child(3) .line {
  background: #54684a;
  background: #292929;
  top: -24px;
  transform: rotate(90deg);
  right: -15px;
  left: auto;
}
.lifes-list ul li.active:nth-child(3) .line:before{
  background: #54684a;
  background: #292929; 
}
.lifes-list ul li.active:nth-child(3) .line:after{
  background: #54684a; 
  background: #292929;
}


.lifes-list ul li.active:nth-child(4) .line {
  background:#d1b2a1;
  background: #292929;
  top: -24px;
  transform: rotate(90deg);
  left: -15px;
  right: auto;
}
.lifes-list ul li.active:nth-child(4) .line:before{
  background:#d1b2a1; 
  background: #292929;
}
.lifes-list ul li.active:nth-child(4) .line:after{
  background:#d1b2a1; 
  background: #292929;
}


.lifes-list ul li.active:nth-child(5) .line {
 background: #9c867a;
 background: #292929;
 top: auto;
 transform: rotate(28deg);
 height: 120px;
 bottom: 35px;
}
.lifes-list ul li.active:nth-child(5) .line:before{
  background: #8d403a;
  background: #292929; 
}
.lifes-list ul li.active:nth-child(5) .line:after{
  background: #8d403a; 
  background: #292929;
}


.lifes-list ul li.active:nth-child(6) .line {
  background: #e1978c;
  background: #292929;
  top: auto;
  transform: rotate(150deg);
  bottom: 35px;
  left: 47px;
  height: 120px;
}
.lifes-list ul li.active:nth-child(6) .line:before{
  background: #e1978c;
  background: #292929; 
}
.lifes-list ul li.active:nth-child(6) .line:after{
  background: #e1978c;
  background: #292929; 
}

.behinds div#slider3 h3 .bold,
.behinds div#slider2 h3 .bold,
.behinds div#slider1 h3 .bold{
  font-size: 42px;
} 
div#slider1 {
    background: #86a083;
}
.lifes-lists{
  width: 100%;
  float: left;
}
.lifes-lists ul li{
  width: 33.333%;
  float: left;
  height: 50vh;
  text-align: center;
  position: relative;
}
.lifes-lists ul li:nth-child(1){
background: #e1998d;
}
.lifes-lists ul li:nth-child(2){
background:#ffc66c;
}
.lifes-lists ul li:nth-child(3){
background: #86a083;
}
.lifes-lists ul li:nth-child(4){
background:#b3dcce;
}
.lifes-lists ul li:nth-child(5){
background: #eae9e7;
}
.lifes-lists ul li:nth-child(6){
background: #9c8679;
}
.txt-wrap{
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.behinds .saving-section h3{
  text-align: center;
  font-size: 48px;
  line-height: 60px;
}
#slider0.active:before,
#slider1.active:before { 
    background: #86a083;
}
.saving-block .lifes-lists ul li .text-wrapper{
  width: 100%;
}
.saving-block .lifes-lists ul li h3{
  font-style: italic;
  font-weight: 400;
  font-size: 42px;
}
div#slider0{
  position: relative;
    width: 100%;
    float: left;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    -ms-transform: translateX(0px) translateY(00px) translateZ(0px) rotate(0deg) scale(1, 1);
    -o-transform: translateX(0px) translateY(00px) translateZ(0px) rotate(0deg) scale(1, 1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
}


.lifes-lists ul li .txt-wrap{
  opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.7) translateY(-50%);
    -moz-transform: scale(0.7) translateY(-50%);
    -ms-transform: scale(0.7) translateY(-50%);
    transform: scale(0.7) translateY(-50%);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    top: 47%;
}


.lifes-lists ul li.active .txt-wrap{
  opacity: 1;
   -webkit-transform: scale(1) translateY(-50%);
    -moz-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
    visibility: visible;
}
.lifes-lists ul li:nth-child(4) .txt-wrap,
.lifes-lists ul li:nth-child(5) .txt-wrap,
.lifes-lists ul li:nth-child(6) .txt-wrap{
  
     top: 53%;
}

.saving-block .lifes-lists ul li:nth-child(2) h3{ 
text-transform: lowercase;
font-weight: 700;
}
.saving-block .lifes-lists ul li h3{ 
text-transform: lowercase;
font-weight: 700;
}
/*.saving-block .lifes-lists ul li:nth-child(3) h3{
font-style: normal;
}
.saving-block .lifes-lists ul li:nth-child(4) h3{
text-transform: lowercase; 
}
.saving-block .lifes-lists ul li:nth-child(6) h3{ 
font-weight: 700;
}*/
























@media only screen and (min-width: 1650px){
  .behinds h3 { 
    width: 1212px;
    width: 100%;
    left: 180px; 
    font-size: 75px;
    line-height: 85px;
  }
  .behinds div#slider3 h3 .bold,
  .behinds div#slider2 h3 .bold{
    font-size: 62px;
  } 
.saving-block .lifes-lists ul li h3 { 
    font-size: 62px;
}
.behinds .saving-section h3 {
    text-align: center;
    font-size: 72px;
    line-height: 80px;
}
.flw-imgs,
.lifes-img{
  width: 820px;
}
  .list-sr { 
    padding: 20px 30px 35px 0;
  }
  .lifes-list ul li.active:nth-child(2) {
    top: 180px; 
  }
  .saving-section{
    padding: 0  0px;
  }
  .behind h3{ 
   width: 1337px; 
   font-size: 70px;
   line-height: 80px;
   left: 180px;
 }

 .lifes-list ul li:first-child {
  top: 100px; 
}
.lifes-list ul li.active:first-child {
  top: 100px; 
}



.lifes-list ul li.active:nth-child(6) {
  bottom:100px; 
}
.services{
  
}
#preloader img {
  max-width: 300px;
  width: 300px; 
}
.behind{
  padding: 0 0px;
}
.heading h2{
  font-size: 100px;
  line-height: 110px;
}
.lasts-section{
  padding: 100px 180px;
}
.service-read { 
  bottom: 54px;
}

.about{
  padding: 0 180px;
}
.last-section {

  padding: 0 180px 0 0;
} 

.join,
.service-read,
.service-list p,
.about p{
  font-size: 22px;
  line-height: 38px;
}
.service-list h3{
  font-size: 22px;
  line-height: 34px;
}
.banner-txt {

  font-size: 40px;
  line-height: 52px; 
  padding: 0 180px; 
}
.text-fade, .text-slide{
  font-size: 46px;
}
.read-more,
.submit_btn span,
.sing-up span,
.join span,
.service-read span{
  font-weight: 400;
  font-size: 19px;
}
.read-more span {
  vertical-align: middle;
  font-size: 13px;
}
.banner-txt {
  font-size:50px;
  line-height: 62px; 
}
h2.heads{
  font-size: 30px;
  line-height: 40px;
}
.list-fc h4{
  font-size: 35px;
  line-height: 45px;
}
.contact-right h3,
.projects h3,
.about h3{
  font-size: 50px;
  line-height: 60px; 
}
button.submit_btn{
  font-size: 23px;
}
.form_input_field{
  font-size: 22px;
  height: 55px;
}
.contact-left p{
  font-size: 22px;
  line-height: 32px;
}

button.submit_btn:hover {
  font-size: 25px;
  font-weight: 600;
  color: #85A084;
}
button.submit_btn span {
  font-size: 16px;
}
.sr-ri h4 {
  font-size: 20px; 
}
.sr-ri p{
  font-size: 20px;
  line-height: 30px;
}
.ser-icon{
  width: 120px;
}
.ser-icon img{
  width: 100%;
}
.sr-ri {
  width: calc( 100% - 135px );
  float: right;
}
.pro-name{
  font-size: 30px;
}
.projects-section,
.services-section,
.focus-section,
.behind-section { 
  padding: 130px 180px; 
}
.focus-list{
  padding: 0  0px;
}
.clients-section { 
  padding: 130px 180px; 
}
.client-box { 
  padding:  0px 180px; 
}

/*.behinds .saving-section h3,
.behinds .saving-section .flw-imgs h3{
  font-size: 40px; 
  line-height: 50px; 
}
.behinds .saving-section h3{
  font-size: 24px;
  text-align: center;
}
.behinds .saving-section .lifes-list h3 {
  font-size: 34px;
  line-height: 44px;
}*/
.flw-imgs {
  padding:10px;

}
    /*.lifes-img{
      width: 300px;
    }
    
    .saving-section{
      height: 570px;
      max-width: 980px;
    }
    .saving-block{
      width: 100%;
      max-width: 980px;
      height: 570px;
    }
    .lifes-list ul li.active{
      width: 260px;
    }*/
    .lifes-list ul li.active:nth-child(1) .line { 
      top: 44px;
      left: 214px;
      transform: rotate(150deg); 
    }
    .lifes-list ul li.active .line {
      height: 110px;
    }
    .lifes-list ul li:nth-child(2) .line { 
      top: 42px;
      transform: rotate(28deg);
      left: 41px; 
    }
    .lifes-list ul li:nth-child(3) .line { 
      top: -30px;
      transform: rotate(90deg);
      right: -6px;
      left: auto;
    }
    .lifes-list ul li:nth-child(4) .line { 
      top: -31px;
      transform: rotate(90deg);
      left: -4px;
      right: auto;
    }
    .lifes-list ul li:nth-child(5) .line { 
      top: auto;
      transform: rotate(28deg);
      bottom: 44px;
      left: 210px; 
    }
    .lifes-list ul li:nth-child(6) .line { 
      top: auto;
      transform: rotate(150deg);
      bottom: 35px;
      left: 28px;

    }
    .lifes-list ul li.active:nth-child(1) .line { 
      top: 44px;
      left: 214px;
      transform: rotate(150deg);
      height: 165px;
    }
    .lifes-list ul li.active .line {
      height: 110px;
    }
    .lifes-list ul li.active:nth-child(2) .line { 
      top: 42px;
      transform: rotate(28deg);
      left: 41px;
      height: 165px;
    }
    .lifes-list ul li.active:nth-child(3) .line { 
      top: -30px;
      transform: rotate(90deg);
      right: -15px;
      left: auto;
    }
    .lifes-list ul li.active:nth-child(4) .line { 
      top: -31px;
      transform: rotate(90deg);
      left: -15px;
      right: auto;
    }
    .lifes-list ul li.active:nth-child(5) .line { 
      top: auto;
      transform: rotate(28deg);
      bottom: 55px;
      left: 210px;
      height: 165px;
    }
    .lifes-list ul li.active:nth-child(6) .line { 
      top: auto;
      transform: rotate(150deg);
      bottom: 55px;
      left: 28px;
      height: 165px;
    }
  }



  @media only screen and (min-width: 1900px){
    .behind h3{ 
     width: 100%; 
     font-size: 86px;
     line-height: 100px;
   }

   .behind-item.opens:before{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-10000px) translateY(100px) translateZ(0px) rotate(0deg) scale(1, 1);
    -moz-transform: translateX(-10000px) translateY(3000px) translateZ(0px) rotate(0deg) scale(1, 1);
    -ms-transform: translateX(-10000px) translateY(100px) translateZ(0px) rotate(0deg) scale(1, 1);
    -o-transform: translateX(-10000px) translateY(100px) translateZ(0px) rotate(0deg) scale(1, 1);
    transform: translateX(-10000px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: 3000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 3000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 9;
  }
  
}
@media only screen and (min-width: 2100px){
     
  .saving-block .lifes-lists ul li h3 { 
    font-size: 72px;
}
.behinds .saving-section h3 {
    text-align: center;
    font-size: 82px;
    line-height: 90px;
}
.flw-imgs,
.lifes-img{
  width: 1020px;
}
}






@media only screen and (min-width: 1040px){
  .section.active .para {
    -webkit-transition: 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  }
  .collaborate-section.active .about-section .para{
   -webkit-transition: 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   transition: 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   opacity: 1;
   -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
   -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
   -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
   -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
   transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
 }
}
@media only screen and (min-width: 900px){
  ::-webkit-scrollbar {
    width: 0px;
  }

  .dnm_content_wrapper{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(0px) translateY(100px) translateZ(0px) rotate(0deg) scale(1, 1);
    -moz-transform: translateX(0px) translateY(100px) translateZ(0px) rotate(0deg) scale(1, 1);
    -ms-transform: translateX(0px) translateY(100px) translateZ(0px) rotate(0deg) scale(1, 1);
    -o-transform: translateX(0px) translateY(100px) translateZ(0px) rotate(0deg) scale(1, 1);
    transform: translateX(0px) translateY(100px) translateZ(0px) rotate(0deg) scale(1, 1);
    -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .dnm_content_wrapper.open{
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  }
  .carts {
    width: 33.3%;
    float: left;
    padding: 0 5px;
    z-index: 2;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(0px) translateY(300px) translateZ(0px) rotate(0deg) scale(1, 1);
    -moz-transform: translateX(0px) translateY(300px) translateZ(0px) rotate(0deg) scale(1, 1);
    -ms-transform: translateX(0px) translateY(300px) translateZ(0px) rotate(0deg) scale(1, 1);
    -o-transform: translateX(0px) translateY(300px) translateZ(0px) rotate(0deg) scale(1, 1);
    transform: translateX(0px) translateY(300px) translateZ(0px) rotate(0deg) scale(1, 1);
    -moz-transition: 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  
  #financial,

  #furniture{
   -webkit-transform: translateX(0px) translateY(00px) translateZ(0px) rotate(0deg) scale(1, 1);
   -moz-transform: translateX(0px) translateY(00px) translateZ(0px) rotate(0deg) scale(1, 1);
   -ms-transform: translateX(0px) translateY(00px) translateZ(0px) rotate(0deg) scale(1, 1);
   -o-transform: translateX(0px) translateY(00px) translateZ(0px) rotate(0deg) scale(1, 1);
   transform: translateX(0px) translateY(300px) translateZ(0px) rotate(0deg) scale(1, 1);
   -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 }


 .about-section .para{
   -webkit-transform: translateX(0px) translateY(00px) translateZ(0px) rotate(0deg) scale(1, 1);
   -moz-transform: translateX(0px) translateY(00px) translateZ(0px) rotate(0deg) scale(1, 1);
   -ms-transform: translateX(0px) translateY(00px) translateZ(0px) rotate(0deg) scale(1, 1);
   -o-transform: translateX(0px) translateY(00px) translateZ(0px) rotate(0deg) scale(1, 1);
   transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
   -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 }
 .collaborate-section .about-section .para {
   -webkit-transform: translateX(0px) translateY(100px) translateZ(0px) rotate(0deg) scale(1, 1);
   -moz-transform: translateX(0px) translateY(100px) translateZ(0px) rotate(0deg) scale(1, 1);
   -ms-transform: translateX(0px) translateY(100px) translateZ(0px) rotate(0deg) scale(1, 1);
   -o-transform: translateX(0px) translateY(100px) translateZ(0px) rotate(0deg) scale(1, 1);
   transform: translateX(0px) translateY(100px) translateZ(0px) rotate(0deg) scale(1, 1);
   -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 }
 .about-section .about-block,
 #coworking,
 .reachus,
 .client-slide,
 #partitions{
   -webkit-transform: translateX(0px) translateY(500px) translateZ(0px) rotate(0deg) scale(1, 1);
   -moz-transform: translateX(0px) translateY(500px) translateZ(0px) rotate(0deg) scale(1, 1);
   -ms-transform: translateX(0px) translateY(500px) translateZ(0px) rotate(0deg) scale(1, 1);
   -o-transform: translateX(0px) translateY(500px) translateZ(0px) rotate(0deg) scale(1, 1);
   transform: translateX(0px) translateY(500px) translateZ(0px) rotate(0deg) scale(1, 1);
   -moz-transition: 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   -o-transition: 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   -webkit-transition: 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   transition: 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 }
 #paypal,
 .jion-us,
 #finishes{
   -webkit-transform: translateX(0px) translateY(800px) translateZ(0px) rotate(0deg) scale(1, 1);
   -moz-transform: translateX(0px) translateY(800px) translateZ(0px) rotate(0deg) scale(1, 1);
   -ms-transform: translateX(0px) translateY(800px) translateZ(0px) rotate(0deg) scale(1, 1);
   -o-transform: translateX(0px) translateY(800px) translateZ(0px) rotate(0deg) scale(1, 1);
   transform: translateX(0px) translateY(800px) translateZ(0px) rotate(0deg) scale(1, 1);
   -moz-transition: 3000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   -o-transition: 3000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   -webkit-transition: 3000ms cubic-bezier(0.215, 0.61, 0.355, 1);
   transition: 3000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 }
 .clients-section.active .client-slide,
 .contactus-section.active .reachus,
 .contactus-section.active .jion-us,
 .about-warp.active .about-section .about-block,
 .about-warp.active .about-section .para,
 .products-wrapper.active #furniture,
 .products-wrapper.active #partitions,
 .products-wrapper.active #finishes,
 .projects-section.active #financial,
 .projects-section.active #coworking,
 .projects-section.active #paypal {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
#fp-nav ul li  a svg ellipse {
  opacity: 0;
  fill: transparent;
  stroke-dasharray: 360;
  stroke-dashoffset: 360;
  stroke: #337ab7;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(0.8, 0.8);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(0.8, 0.8);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(0.8, 0.8);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(0.8, 0.8);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(0.8, 0.8);
}
#fp-nav ul li  a.faded svg ellipse {
  stroke-dashoffset: 297;
}
#fp-nav ul li a.active  svg ellipse {
  opacity: 1; 
}
.banner-wrap,
.clients-section{
  overflow: hidden;
}
.banner-section {
 -webkit-transform: translateX(0px) translateY(700px) translateZ(0px) rotate(0deg) scale(1, 1);
 -moz-transform: translateX(0px) translateY(700px) translateZ(0px) rotate(0deg) scale(1, 1);
 -ms-transform: translateX(0px) translateY(700px) translateZ(0px) rotate(0deg) scale(1, 1);
 -o-transform: translateX(0px) translateY(700px) translateZ(0px) rotate(0deg) scale(1, 1);
 transform: translateX(0px) translateY(700px) translateZ(0px) rotate(0deg) scale(1, 1);
 -moz-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -webkit-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
 transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.detail-wrap .read-more{
 -webkit-transform: translateX(0px) translateY(400px) translateZ(0px) rotate(0deg) scale(1, 1);
 -moz-transform: translateX(0px) translateY(400px) translateZ(0px) rotate(0deg) scale(1, 1);
 -ms-transform: translateX(0px) translateY(400px) translateZ(0px) rotate(0deg) scale(1, 1);
 -o-transform: translateX(0px) translateY(400px) translateZ(0px) rotate(0deg) scale(1, 1);
 transform: translateX(0px) translateY(400px) translateZ(0px) rotate(0deg) scale(1, 1);
 -moz-transition: 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-transition: 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -webkit-transition: 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 transition: 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.banner-wrap.active  .banner-section {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}


.detail-wrap h2{
 -webkit-transform: translateX(0px) translateY(400px) translateZ(0px) rotate(0deg) scale(1, 1);
 -moz-transform: translateX(0px) translateY(400px) translateZ(0px) rotate(0deg) scale(1, 1);
 -ms-transform: translateX(0px) translateY(400px) translateZ(0px) rotate(0deg) scale(1, 1);
 -o-transform: translateX(0px) translateY(400px) translateZ(0px) rotate(0deg) scale(1, 1);
 transform: translateX(0px) translateY(400px) translateZ(0px) rotate(0deg) scale(1, 1);
 -moz-transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -webkit-transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
 transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
} 
.details.active .detail-wrap h2{
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.detail-wrap h3{
 -webkit-transform: translateX(0px) translateY(400px) translateZ(0px) rotate(0deg) scale(1, 1);
 -moz-transform: translateX(0px) translateY(400px) translateZ(0px) rotate(0deg) scale(1, 1);
 -ms-transform: translateX(0px) translateY(400px) translateZ(0px) rotate(0deg) scale(1, 1);
 -o-transform: translateX(0px) translateY(400px) translateZ(0px) rotate(0deg) scale(1, 1);
 transform: translateX(0px) translateY(400px) translateZ(0px) rotate(0deg) scale(1, 1);
 -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
 transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.details.active .detail-wrap h3{
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.detail-wrap p{
 -webkit-transform: translateX(0px) translateY(400px) translateZ(0px) rotate(0deg) scale(1, 1);
 -moz-transform: translateX(0px) translateY(400px) translateZ(0px) rotate(0deg) scale(1, 1);
 -ms-transform: translateX(0px) translateY(400px) translateZ(0px) rotate(0deg) scale(1, 1);
 -o-transform: translateX(0px) translateY(400px) translateZ(0px) rotate(0deg) scale(1, 1);
 transform: translateX(0px) translateY(400px) translateZ(0px) rotate(0deg) scale(1, 1);
 -moz-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -webkit-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
 transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.details.active .detail-wrap p{
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}


.details.active .detail-wrap .read-more{
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}

.banner-image .banner-item img{
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.2, 1.2);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.9, 0.9);
  -moz-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}

.banner-wrap.actives .banner-image .banner-item img{
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.banner-image.active .banner-item img{
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.banner-image .banner-item .banner-txt{
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.2, 1.2);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}
.banner-image.active .banner-item .banner-txt.active{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}














.projects-warp .pro-list{
 -webkit-transform: translateX( 0px) translateY(1200px) translateZ(0px) rotate(0deg) scale(1, 1);
 -moz-transform: translateX( 0px) translateY(1200px) translateZ(0px) rotate(0deg) scale(1, 1);
 -ms-transform: translateX(0px) translateY(1200px) translateZ(0px) rotate(0deg) scale(1, 1);
 -o-transform: translateX(0px) translateY(1200px) translateZ(0px) rotate(0deg) scale(1, 1);
 transform: translateX(0px) translateY(1200px) translateZ(0px) rotate(0deg) scale(1, 1);
 
} 
.projects-list.active .pro-list{
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.projects-list.active .pro-list4{

  -moz-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.projects-list.active .pro-list1{ 
  -moz-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.projects-list.active .pro-list3{ 
  -moz-transition: 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.projects-list.active .pro-list2{ 
  -moz-transition: 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.projects-list.active .pro-list7{

  -moz-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.projects-list.active .pro-list5{ 
  -moz-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.projects-list.active .pro-list6{ 
  -moz-transition: 1300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.projects-list.active .pro-list8{ 
  -moz-transition: 2500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 2500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 2500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:2500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.projects-list.active .pro-list10{

  -moz-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.projects-list.active .pro-list12{ 
  -moz-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.projects-list.active .pro-list11{ 
  -moz-transition: 1700ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1700ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1700ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1700ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.projects-list.active .pro-list9{ 
  -moz-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.map-load,
.back-bg,
.pro-img{
  position: relative;
  padding-top: 2px;
}

.pro-img:before{
  position: absolute;
  width: 100%;
  content: "";
  height: 100%;
  background: #fff;
  -moz-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.contact-section.active .map-load:before{
  background: #fff;
  width: 0;
}
.banner-wrap.active .pro-img:before,
.about-wrapper.active .pro-img:before{
  width: 0;
}
.about-wrapper.active .pro-img:before{
  width: 0;
}
.map-load:before,
.pro-list:before,
.back-bg:before{
  position: absolute;
  width: 100%;
  content: "";
  top: -1px;
  height: 101%;
  background: #fff;
  -moz-transition: 2500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 2500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 2500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:2500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.map-load:before{
  background:#fff;
}
.projects-warp.active .back-bg:before,
.projects-warp.active .pro-list:before,
.focus-warp.active .back-bg:before{
  height: 0;
  padding-top: 1px;
}




.list-sr{

 opacity: 0;
 visibility: hidden;
 visibility: visible;
 opacity: 1;
 
} 
.services-warp.active .list-sr.open{
  visibility: visible;
  opacity: 1;


  -moz-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ser-icon img{
 -moz-transition:  900ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-transition:  900ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -webkit-transition:  900ms cubic-bezier(0.215, 0.61, 0.355, 1);
 transition:  900ms cubic-bezier(0.215, 0.61, 0.355, 1);
 transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.3, 0.3);
}
.services-warp.active .list-sr.open .ser-icon img{
 transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.services-warp.active .list-sr .ser-icon img{
 transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.services-warp  .list-sr.open .ser-icon img {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}


.sr-ri p span {

 -moz-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -webkit-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
 transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
} 
.services-warp.active .list-sr.open .sr-ri p span.new{
  padding-right: 3px;
  display: inline-block;
  position: relative; 
}






}
@media only screen and (max-width: 1350px){
  .behind h3 { 
    font-size: 62px; 
    line-height: 78px; 
  }
  .behinds h3 { 
    font-size: 50px; 
    line-height: 60px; 
  }
  .behinds div#slider3 h3 .bold,
  .behinds div#slider2 h3 .bold{
    font-size: 37px;
  } 
}
@media only screen and (max-width: 1275px){
  .behind h3 { 
    font-size: 46px; 
    line-height: 56px; 
  }
  .behinds h3 { 
    font-size: 46px; 
    line-height: 56px; 
  }
  .behinds div#slider3 h3 .bold,
  .behinds div#slider2 h3 .bold{
    font-size: 31px;
  } 
}
@media only screen and (max-width: 1125px){
  .behind h3 { 
    font-size: 42px; 
    line-height: 68px; 
  }
  .behinds h3 { 
    font-size: 38px; 
    line-height: 48px; 
  }
  .behinds div#slider3 h3 .bold,
  .behinds div#slider2 h3 .bold{
    font-size: 25px;
  } 
}
@media only screen and (max-width: 1300px) and (max-height: 600px){
  .heading h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .behinds h3 { 
    font-size: 40px; 
    line-height: 50px; 
  }
  .behinds div#slider3 h3 .bold,
  .behinds div#slider2 h3 .bold{
    font-size: 27px;
  } 
  .projects-section { 
    padding: 40px 120px;
  }
  .lasts-section { 
    padding: 30px 120px; 
  }
  .contact-right h3 { 
    margin: 10px 0 10px; 
  }
  .custom_form_label { 
    margin-bottom: 20px; 
  }
  .form_input_field{
    height: 40px;
  }
  .banner-txt{
    font-size: 26px;
    line-height: 36px;
  }
  .last-section { 
    padding: 0 80px 0 0;
  }
  .about,
  .services-section,
  .banner-txt{
    padding: 0 120px;
  }
  .services-section {
    padding: 40px 120px;
  }
  .last-section p,
  .about h3{
    font-size: 22px;
    line-height: 32px;
    margin: 10px 0;
  }
  .service-list img{
    width: 80px;
  }
  .service-list h3{
    font-size: 16px;
    line-height: 26px;
    margin: 7px 0 2px;
  }
  .service-list p,
  .about p{
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 10px;
  }
  .service-list{
    padding: 5px 10px;
  }
  .focus-section { 
    padding: 60px 120px;
  }
}
@media only screen and (max-width: 1250px) and (max-height: 600px){
  .heading{
    padding:  0px 0 10px;
  }
  .abot-list {
    padding: 10px 10px;
  }
  .contact-right h3{
    margin: 0;

    font-size: 26px;
    line-height: 36px; 
  }
  .form_input_field {
    height: 37px;
  }
  .custom_form_label {
    margin-bottom: 13px;
  }
  .form_input_field.textarea {
    height: 63px; 
  }
  .contact-left {
    width: 43%;
    float: right;
  }
  .contact-left p {
    line-height: 26px;
    font-size: 16px;
    margin: 0;
    float: left;
    width: 100%;
    padding: 10px 0 0;
  }
}
@media only screen and (max-width: 1000px){ 

  div#fullpage {
    width: 100%; 
  }
  #fp-nav.fp-right {
    left: 4%;
    right: auto;
  }
  #projectA.active, #projectB.active, #projectC.active {
    width: 89%;
    height: 81vh;
    top: 65px;
    top: 50%;
    left: 10%;
  }
  .counter { 
    bottom: 59px;
    right: -42px;

  }
  .conttent-wrap{
    padding-bottom: 40px;
  }
  .common-popup{
    max-width: 84%;
  }
  .common-popup.active{
    left: 10%;
  }
}

@media only screen and (max-width: 900px){
  div#fullpage {
    width: 100%;
    right: auto;
    left: auto;
    position: relative;
    float: left;

  }
  .section{
    width: 100%;
    float: left;
    position: relative;
    height: auto;
    padding:  50px 40px  50px;
  }
  .section.banner-wrap{
    padding: 70px 0  0px;
  }
  .dnm_wrapper_section {
   height: auto; 
 }
 .contact-us{
  max-height: none;
  overflow: inherit;
  padding-top: 20px;
}
.banner-section {
  -webkit-transform: translateX(0px) translateY(300px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(300px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(300px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(300px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(300px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.banner-wrap.active  .banner-section {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.load-page{
  top: -150%;
}
.hover-texr h3,
.banner-section .banner-content{
  font-size: 18px;
}
.heading h2{
  font-size: 26px;
}
.carts{
  width: 100%;
  padding:0 0 20px 0;
  opacity: 1;
}
.content-popup.open .conttent-wrap:nth-child(odd) .imag-section {
  right: 0%;
}
.conttent-wrap:nth-child(odd) .imag-section {
  padding-left:  0px;
  right: 55%;
  float: right;
}
.imag-section{
  width: 100%;
}

.conttent-wrap:nth-child(odd) .details {
  padding-right: 0px;
  padding-top: 30px;
}
.details {
  width: 100%;
  float: left;

}
.common-popup.active {
  width: 90%;
  max-width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 30px; 
  top: 50%;
}
.dnm_content_wrapper.open{
  transform: none;
}
.content-popup {
  width: 100%;
  float: left;
  max-height: calc( 100vh - 170px );
  overflow-y: scroll;
}
.conttent-wrap:nth-child(even) .imag-section { 
  padding-right: 0px; 
  padding-bottom: 30px;
}
.conttent-wrap:nth-child(even) .details {
  padding-left: 0px;
}
.rach-head span, .detail-wrap h3, .heading h2{
  font-size: 26px;
  line-height: 36px;
}
.detail-wrap h2{
  font-size: 18px;
}.close_popup {
    position: absolute;
    right: 18px;
    top: 12px;
}
.overhide1 { 
  margin: 0 0 15px;
}
.abot-list{
  width: 100%;
  padding: 10px  0px;
}
.abot-list img {
  max-width:  82px;
  float: left;
  padding-right: 10px;
}
.abot-list h3{
  margin: 5px 0 5px;
  width: calc( 100% - 82px );
  float: left;
  font-size: 18px;
}
.about-section .abot-list p{
  width: calc( 100% - 82px );
  float: left;
}
.carousel-inner>.item img {
  width: 100%;
}
#projectA.active, #projectB.active, #projectC.active{
  top: 50%;
}
.hover-popup {
  position: absolute;
  bottom: 23%;
  padding: 5px 0px;
  background: #fff;
  left: 2px;
  z-index: 9;
  font-size: 14px;
}
.heading{
  padding:  0px 0  0px;
}
.clients{
  width: 100%;
  max-height: 155px;
  text-align: center;
}
.clients img{
 margin-top: -50px;
 max-width: 247px;
 display: inline-block;
}
.client-slide{
  padding-bottom: 40px;
}
.reachus {
  width: 100%;
  float: left;
  padding-bottom: 30px
}
.jion-us {
  width: 100%;
  float: left;
  padding-left:  0px;
  padding-top: 0px;
  padding-bottom: 20px
}
.counter {
  bottom: auto;
  right: auto;
  transform: none;
  top:111px;
  left: 0;
}
.addr-section{
  width: 100%;
  height: auto !important;
  border-bottom: 1px solid #0867B3; 
  position: relative;
}
.addr-section:nth-child(2n+2) {
  padding: 15px  0px 15px  0px;
}
.addr-section:nth-child(2n+1) {
  padding:  15px  0px 15px 0;
}
.btnAccordionToggle {
  color: #81c55f;
  float: right;
  position: absolute;
  font-size: 35px;
  line-height: 26px;
  cursor: pointer;
  right: -7px;
  top: 16px;
  transform: rotate(-180deg);
  transition:all 0.5s
}
.carousel-inner  .item{

} 
.btnAccordionToggle.active{
 top: 7px;
 right: -4px;

 transform: rotate( -0deg);
}
.btnAccordionToggle img{
  width: 27px;
}
.address-content{
  width: 100%;
  float: left;
  padding-top: 10px;
  position: relative;
}
.addr-section p{ 
}
.addr-section h3{
  margin: 0;
}
.addr-section h4{ 
}
#projectA.active, #projectB.active, #projectC.active{
 height: calc( 100% - 56px );
 width: 100%;
 left: 0;
 padding: 40px;
 top: 60px;
 transform: none;
 transition: all 0.5s; 
}
.banner-section .banner-content{
  padding: 0 20px;
}
.addr-section h3{
  font-size: 18px;
}
.modal-header {
  position: absolute;
  top: 135px;
  right: -25px;
  color: black;
  padding: 0;
  border: none;
  z-index: 999;
}
.carousel-control.left {
  left: -35px;
  width: 30px;
  bottom: auto;
}
.carousel-control.right {
  right: -35px;
  width: 30px;
  bottom: auto;
}
.hover-texr{
  font-size: 18px;
}
.desk-img {
  display: none !important;
}
.modal-body .mob-img {
  display: none !important;
}
.modal-body .desk-img {
  display: block !important;
}
.mob-img {
  display: block !important;
}
.section{
  height: auto !important;
}
.fp-tableCell, .section{
  max-height: none !important;
}
.popup-slide {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.scrolltop{
  right: 13px;
  position: fixed;
  opacity: 0;
}
.scrolltop.active.scroll{
  opacity: 0;
}
.scrolltop.active{
  opacity: 1;
}
.common-popup.active{
  transition: all 0.0s;
}
.read-more-btn:hover span.contact {
  top: 0;
  transition: all 0.6s;
  top: 57%;
  transition: all 0.6s;
  color: #fff;
  transform: translateY(-50%);
}
.banner-txt {
  position: absolute; 
  padding: 0 40px; 
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.about h3{
  font-size: 22px;
  line-height: 32px;
}
.about {
  width: 100%;
  float: left;
  position: relative;
  top: auto;
  transform: none;
  padding:  0px  0px; 
  text-align: left;
}
.profile {

  padding: 0px 0;
}
.profile-img {
  width: 100%; 
}
.pro-content {
  width: 100%;
  float: left;
  position: relative;
  top: auto;
  padding-top: 40px;
  transform: none;
}
.behind-section { 
  padding:  0px  0px; 
  min-height: 57vh;
}
.behind{
 padding: 0   0px;
 left:  0px;
}
.behind h3{
  left: 40px;
}
.lasts-section,
.client-box,
.services,
.focus-list { 
  position: relative;
  padding: 0  0px;
  left: 0;
  top: auto;
  transform: none;
}
.behind h3 {
 font-size: 30px;
 line-height: 44px;
 width: 290px;
}
.list-fc {
  width: 100%;
  float: left;
  padding:  0px 0 15px;
}
.contact-left {
  width: 100%;
  float: right;
}
.contact-right {
  width: 100%;
  float: left;
}
.list-fc:nth-child(3n+2) {
  margin: 0 0%;
}
.slick-prev {
  left: -30px;
}
.slick-next {
  right: -30px;
}
.focus-section { 
  padding:  0px;
  position: relative;
  transform: none;
  top: auto;
}
.slick-dotted.slick-slider{
  margin-bottom: 0;
}
.services-section {
  width: 100%;
  float: left;
  position: relative;
  top: auto;
  transform: none;
  padding:  0px  0px;
}
.service-list {
  width: 100%;
  float: left;
  height: auto !important;
  padding: 15px 0;
  text-align: center;
}
.clients-section,
.projects-section{
  padding: 0;
}

.list-sr {
  width: 100%;
  float: left;
  padding: 10px  0px 15px 0;
}
.service-read {
  position: relative;
  right: auto;
  bottom: auto;  
  width: 100%;
  float: left;
  text-align: center;
}
.last-section {
  width: 100%;
  float: left;
  position: relative;
  right: auto;
  top: auto;
  padding: 0  0px 0  ;
  transform: none;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}
.collaborate-section .heading h2 {
  color: #fff;
  text-align: center;
}
.join{
  font-size: 14px;
  text-align: center;
}
.last-section p{
  text-align: center;
  font-size: 20px;
  line-height: 30px;

}
.section.banner-wrap.active{
  padding-top: 0;
}
.fp-tableCell, .section{
  overflow: visible;
}
.banner-list { 
  background-position:center center;
  overflow:hidden; 
  width: 100%;
  float: left;
  /*height: 65vh;*/ 
}
.home-banner{
 /* max-height: 65vh;*/
}
.banner-list img{
  visibility: visible;
}
.collaborate-section { 
  background-position: left;
}
.list-fc h4{
  font-size: 18px;
}
.contact-right h3,
.projects h3,
.services h3{
  font-size: 20px;
  line-height: 30px;
}
.contact-left{
  padding-top:  0px;
}






.details.active .detail-wrap .read-more{
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}

.banner-image {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.2, 1.2);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.7, 1.7);
  -moz-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.banner-wrap.active  .banner-image {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.banner-image.active{
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}















.projects-warp .pro-list{
 -webkit-transform: translateX( 0px) translateY(1700px) translateZ(0px) rotate(0deg) scale(1, 1);
 -moz-transform: translateX( 0px) translateY(1700px) translateZ(0px) rotate(0deg) scale(1, 1);
 -ms-transform: translateX(0px) translateY(1700px) translateZ(0px) rotate(0deg) scale(1, 1);
 -o-transform: translateX(0px) translateY(1700px) translateZ(0px) rotate(0deg) scale(1, 1);
 transform: translateX(0px) translateY(1700px) translateZ(0px) rotate(0deg) scale(1, 1);
 
} 
.projects-warp.active .pro-list{
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.projects-warp.active .pro-list4{

  -moz-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.projects-warp.active .pro-list1{ 
  -moz-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.projects-warp.active .pro-list3{ 
  -moz-transition: 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.projects-warp.active .pro-list2{ 
  -moz-transition: 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.projects-warp.active .pro-list7{

  -moz-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.projects-warp.active .pro-list5{ 
  -moz-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.projects-warp.active .pro-list6{ 
  -moz-transition: 1300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.projects-warp.active .pro-list8{ 
  -moz-transition: 2500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 2500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 2500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:2500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.projects-warp.active .pro-list10{

  -moz-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.projects-warp.active .pro-list12{ 
  -moz-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.projects-warp.active .pro-list11{ 
  -moz-transition: 1700ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1700ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1700ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1700ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.projects-warp.active .pro-list9{ 
  -moz-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.map-load,
.back-bg,
.pro-img{
  position: relative;
}

.pro-img:before{
  position: absolute;
  width: 100%;
  content: "";
  height: 100%;
  background: #fff;
  -moz-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.contact-section.active .map-load:before{
  background: #fff;
  width: 0;
}
.banner-wrap.active .pro-img:before,
.about-wrapper.active .pro-img:before{
  width: 0;
}
.map-load:before,
.pro-list:before,
.back-bg:before{
  position: absolute;
  width: 100%;
  content: "";
  height: 100%;
  background: #fff;
  -moz-transition: 2500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 2500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 2500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:2500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.map-load:before{
  background:#fff;
}
.projects-warp.active .back-bg:before,
.projects-warp.active .pro-list:before,
.focus-warp.active .back-bg:before{
  height: 0;
}




.list-sr{
 -webkit-transform: translateX(  000px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
 -moz-transform: translateX(4000px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
 -ms-transform: translateX(4000px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
 -o-transform: translateX(4000px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
 transform: translateX( 000px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
 opacity: 0;
 visibility: hidden;
 visibility: visible;
 opacity: 1;
 
} 
.services-warp.active .list-sr.open{
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);

  -moz-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ser-icon img{
 -moz-transition:  900ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-transition:  900ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -webkit-transition:  900ms cubic-bezier(0.215, 0.61, 0.355, 1);
 transition:  900ms cubic-bezier(0.215, 0.61, 0.355, 1);
 transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.services-warp.active .list-sr.open .ser-icon img{
 transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}



.sr-ri p span {

 -moz-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
 -webkit-transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
 transition: 1900ms cubic-bezier(0.215, 0.61, 0.355, 1);
} 
.services-warp.active .list-sr.open .sr-ri p span.new{
  padding-right: 3px;
  display: inline-block;
  position: relative; 
}

.pro-list{
  width:45%;
  margin: 0 0 10px;
}

.pro-list:nth-child(5), .pro-list:nth-child(2) {
  width: 51%;
  float: right;
  margin-bottom: 12px;
}
.pro-list:nth-child(3) {
  /*  position: absolute;
  top: 27%;*/
  left: 0;
  margin: -5px 0 11px;
}
.pro-list:nth-child(5n+5) {
  margin: 0 0 10px 0;
}
.pro-list:nth-child(7),
.pro-list:nth-child(8),
.pro-list:nth-child(6) {
  position: relative;
  bottom: auto;
  left: auto; 
  float: left;
  margin: 0 0 10px;
}
.pro-list:nth-child(8){
  float: right;
  width: 51%;
}
.pro-name{
  opacity: 1;
}
h2.heads {
  font-size: 18px; 
  line-height: 30px; 
}
.sr-ri {
  width: calc( 100% - 73px );
  float: right;
}
.ser-icon {
  width: 65px;
  float: left;
}
.pro-name{
  font-size: 15px;
  line-height: 25px;
}
div#status,
#preloader{
  max-width: 100vh;
}
.slick-prev:before,
.slick-next:before { 
  background-size: 14px;
  width: 14px;
  height: 18px; 
}
.contact-left h3 {
  width: 100%;
  color: #292929;
  position: relative;
  font-size: 20px;
  line-height: 30px;
  margin:  0px 0 20px;
  float: left;
  font-weight: 700;
}
.contact-right{
  padding-top: 20px;
}
.behind-item.slick-slide { 
  height: 72vh;
}
.behinds h3 { 
  font-size: 30px; 
  line-height: 36px; 
  margin: 0;
}
.behinds div#slider1 h3 .bold,
.behinds div#slider3 h3 .bold,
.behinds div#slider2 h3 .bold{
  font-size: 22px;
  line-height: 20px;
} 
.section.behind-warp {
  background: #E4E4E4;
  max-width: 100%;
  overflow: hidden;
}
.saving-section { 
  padding: 0px   0px; 
}
.lifes-img{
  left: 0;
}
.behind-item.active {
  height:60vh;
}
.saving-block,
.saving-section{
  height: 60vh;
}
.section.behind-warp{
  padding: 0;
}
.lifes-list ul li:first-child {
  top: 50px; 
}
.lifes-list ul li.active:first-child {
  top: 50px; 
}
.lifes-list ul li:nth-child(2) {
  top: 97px; 
}
.lifes-list ul li.active:nth-child(2) {
  top: 97px; 
}
.lifes-list ul li:nth-child(3){
  top: 59%;
}
.lifes-list ul li.active:nth-child(3){
  top: 59%;
}
.lifes-list ul li:nth-child(4){
  top: 34px;
}
.lifes-list ul li.active:nth-child(4) {
  top: 34px; 
}
.lifes-list ul li:nth-child(5) {
  bottom: 23%; 
}
.lifes-list ul li.active:nth-child(5) {
  bottom: 23%;
  left:  0px;
  text-align: right;
}
.lifes-list ul li:nth-child(6) {
  bottom: 40px; 
}
.lifes-list ul li.active:nth-child(6) {
  bottom: 40px;
  right: 20px;
  text-align: right;
}
.behinds .saving-section .lifes-list h3{
  font-size: 24px;
}
.banner-list{
  background-image: none !important;
}
.behind-section {
  padding: 0px 0px;
  min-height: 60vh;
}
.behinds h3{
  padding: 0  0px;
  left: 20px;
  width: 100%;
}

.lifes-lists ul li{
  height: 30vh;
}
.saving-block .lifes-lists ul li h3 { 
    font-size: 15px;
}
.behinds .saving-section h3 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}
.lifes-img,
.flw-imgs{
  width: 225px;
}
label.custom_form_label.form-left {
    width: 100%;
    margin-right: 0%;
}
.contact-section{
    padding-top:  0px;
}
label.custom_form_label.form-right {
    width: 100%;
    margin-left: 0%;
}
}

@media only screen and (max-width: 400px){
 .pro-list:nth-child(5), .pro-list:nth-child(2) {
  width: 51%;
  float: right;
  margin-bottom: 15px;
}
.behinds h3 { 
  font-size: 28px; 
  line-height: 34px; 
  margin: 0;
}
.behinds div#slider1 h3 .bold,
.behinds div#slider3 h3 .bold,
.behinds div#slider2 h3 .bold{
  font-size: 22px;
  line-height: 20px;
} 
div#status, #preloader {
  max-width: 400px;
}
}

/* For mobile landscape layouts only */
@media only screen and (min-device-width:374px) and (max-device-width: 900px) and (orientation:landscape){
 #projectA.active, #projectB.active, #projectC.active {
  height: calc( 100% - 56px );
  width: 96%;
  left: 0;
  padding:30px 40px 20px;
  top: 60px;
  transform: none;
  transition: all 0.5s;
}
#projectA.active, #projectB.active, #projectC.active{
  height: calc( 100% - 56px );
  width: 88%;
  left: 8%;
  padding: 30px 40px 20px;
  top: 60px;
  transform: none;
  padding-left: 5%;
  transition: all 0.5s;
  max-width: 88%;
}
.carousel-control.left {
  left: 9px; 
}
.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
  left: 7%;
  left: auto;
  width: 92%;
  right: 0;
  float: right;
  text-align: right;
}
#projectA.active, #projectB.active, #projectC.active{
  height: calc( 100% - 56px );
  width: 88%;
  left: 8%;
  padding: 30px 40px 20px 0;
  top: 60px;
  transform: none;
  padding-left: 0;
  transition: all 0.5s;
  max-width: 88%;
}
.user_section .hamburger_menu #menus li label {
  padding-left: 0;
  padding-right: 11px;
  padding-bottom: 24px;
  margin: 0;
}
.modal-header {
  position: absolute;
  top: -30px;
  right: -55px;
  color: black;
  padding: 0;
  border: none;
  z-index: 999;
}
.counter {
  position: absolute;
  bottom: 20px;
  right: -38px;
  padding: 0;
  border: none;
  top: auto;
  z-index: 999;
  color: #251e1d;
  font-size: 18px;
  transform: rotate(-90deg);
  left: auto;
}
.hover-popup {
 position: absolute;
 bottom: 16px;
 padding: 5px 10px;
 background: #fff;
 left: 2px;
 z-index: 9;
 font-size: 14px;
 width: calc( 100% - 4px);
}
.hover-popup {
  position: absolute;
  bottom: 5px;
  padding: 5px 10px;
  background: #fff;
  left: calc( 7% + 2px );
  z-index: 9;
  font-size: 14px;
  width: calc( 93% - 4px);
}
span.count-active {
  font-size: 32px;
  font-weight: 300;
}
.user_section .hamburger_menu ul li {
  padding: 1px 20px;
  width: 100%;
  /* border-bottom: 2px solid #ccc; */
  text-align: left;
  cursor: inherit;
  font-size: 32px;
}
.list-fc h4{
  font-size: 18px;
}
.common-popup p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}
}
@media only screen and (max-width:400px){
.banner-txt {
  position: absolute; 
  padding: 0 40px; 
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
  }
@media only screen and (max-width:380px){


  .behind h3 {
   font-size: 28px;
   line-height: 37px;
   width: 290px;
 } 
 h2.heads{
  letter-spacing: 1px;
}

}
@media only screen and (max-width:372px){
  .behinds h3 { 
    font-size: 26px; 
    line-height: 32px; 
    margin: 0;
  }
  .behinds div#slider1 h3 .bold,
  .behinds div#slider3 h3 .bold,
  .behinds div#slider2 h3 .bold{
    font-size: 20px;
    line-height: 20px;
  } 

  .behind h3 {
   font-size: 25px;
   line-height: 35px;
   width: 290px;
 } 
 h2.heads{
  letter-spacing: 1px;
}
}

@media only screen and (max-width:372px){
  .behinds h3 { 
    font-size: 22px; 
    line-height: 28px; 
    margin: 0;
  }
  .behinds div#slider1 h3 .bold,
  .behinds div#slider3 h3 .bold,
  .behinds div#slider2 h3 .bold{
    font-size: 16px;
    line-height: 20px;
  } 

 .lifes-lists ul li{
  height: 30vh;
}
.saving-block .lifes-lists ul li h3 { 
    font-size: 14px;
}
.behinds .saving-section h3 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}
.lifes-img,
.flw-imgs{
  width: 225px;
}
.banner-txt {
  position: absolute; 
  padding: 0 40px; 
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}
}
@media only screen and (max-width:350px){
.banner-txt {
  position: absolute; 
  padding: 0 40px; 
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
  }