.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%);
}
.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::-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;
}

@keyframes run {
  0% {
    left: 0;
}
50% {
    left: 10px;
}
100% {
    left: 0;    
}
}
.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: 999;
  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:   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;
}
.services h3{
  width: 100%;
  color: #292929;
  position: relative;
  font-size: 30px;
  line-height: 40px;
  margin: 20px 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;
}

.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: 120px 120px;
}


.focus-list{
  width: 100%;
  float: left;
  padding-top: 20px;
}
.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;
}
.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 120px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.behind h3{
 font-size: 30px;
 line-height: 40px;
 font-size: 68px;
 font-weight: 700;
 line-height: 78px;
 text-transform: uppercase;
}
.section.behind-warp{
  background:#E4E4E4;
}
.services-list {
  width: 100%;
  float: left;
}
.list-sr {
  width: 50%;
  float: left;
  padding: 10px 30px 15px 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: 20px 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: #E4E4E4;
}
.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;
  letter-spacing: 2px;
  transition: all 0.3s;
}
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;    
  }
}
.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;
  padding: 1px 0 2px;
}
.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);
}
.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);
}
.people-img { 
  overflow: hidden;
}
.people-img img{
  display: block;
  -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% ;
}
.people-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-bgs{
  width: 100%;
  float: left;
  overflow: hidden;
}
.back-bgs img{
  display: block;
  -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-bgs: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;
}
.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: 20px 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; 
}

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

.ml6 .letter {
 /* display: inline-block; */
}


.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;
}
.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, .anmme11 {
  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 , .anmme11{
  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 , .anmme11 .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, .anmme11 .letter {
  display: inline-block; 
  transform-origin: 0 0;
}
.anmme22  span.letters.done .letter,
.anmme1  span.letters.done .letter, .anmme11  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;
}




















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





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

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

.services-warp{
  background: #e4e4e4;
}


@media only screen and (min-width: 1650px){
  .heading h2{
    font-size: 100px;
    line-height: 110px;
  }
  .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;
  }

  .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;
  }
  .read-more span {
    vertical-align: middle;
    font-size: 13px;
}
  .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;
  }
  .contact-left p b, .contact-left strong{
    vertical-align:  ;
  }
  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; 
}
.clients-section { 
    padding: 130px 180px; 
}
.client-box { 
    padding:  0px 180px; 
}
#preloader img {
    max-width: 300px;
    width: 300px; 
}
}











@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);
  }
  .about-section .para,
  #financial,

  #furniture{
   -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: 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 {
  -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.actives .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);
}
.ser-img,
.map-load,
.back-bg,
.pro-img{
  position: relative;
   -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);
}
.ser-img:before,
.people-img:before,
.pro-img:before{
  position: absolute;
  width: 100%;
  content: "";
  top: -1px;
  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);
}
.people-img:before{
 -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);
}
.people-wrapper2  .people-img:before{
  left: 0;
}
.banner-wrap.active .map-load:before,
.contact-section.active .map-load:before{
  background: #fff;
  width: 0;
}
.banner-wrap.active  .ser-img:before,
.people-wrapper1.active .people-img:before,
.people-wrapper2.active .people-img:before,
.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;
 
} 
.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(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);
}



.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; 
}
}
@media only screen and (max-width: 1275px){
.behind h3 { 
    font-size: 52px; 
    line-height: 68px; 
}
}
@media only screen and (max-width: 1125px){
.behind h3 { 
    font-size: 42px; 
    line-height: 68px; 
}
}
@media only screen and (max-width: 1300px) and (max-height: 600px){
  .heading h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .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;

  }
  .slick-prev:before,
.slick-next:before { 
    background-size: 14px;
    width: 14px;
    height: 18px; 
}
  .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: 20px;
  font-weight: 400;
  line-height: 31px;
}
.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; 
}
.values-section,
.lasts-section,
.client-box,
.services,
.focus-list,
.behind { 
    position: relative;
    padding: 0  0px;
    left: 0;
    top: auto;
    transform: none;
}
.behind h3 {
    font-size: 20px;
    line-height: 30px;
}
.list-fc {
    width: 100%;
    float: left;
    padding: 15px 0;
}
.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;
}
.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;
  min-height: 65vh; 
}
.banner-list img{
  visibility: visible;
}
.collaborate-section { 
  background-position: left;
}












.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;
}
.people-img:before,
.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);
}
.people-wrapper2  .people-img:before{
  left: 0;
}
.contact-section.active .map-load:before{
  background: #fff;
  width: 0;
}
.people-wrapper.active .people-img:before,
.people-wrapper1.active .people-img:before,
.people-wrapper2.active .people-img:before,
.banner-wrap.active .pro-img:before,
.banner-wrap.active .map-load: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;
}
.common-popup p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}



.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;
 
} 
.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(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);
}



.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; 
}


h2.heads {
    font-size: 18px; 
    line-height: 30px; 
}
}

@media only screen and (max-width: 400px){
  
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;
}

}

