@import url(http://digitalnock.in/demos/cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.html);
.logo-col {
    padding: 0;
    background: #594D5B;
}

html {
    overflow-x: hidden;
}

.logo-part {
    /* padding-top: 65px;*/
    padding-left: 75px;
    height: 50%;
    background-color: #b74343e0;
}

.nav-col {
    padding: 0;
}

.flexslider {
    border: 0 !important;
}

.flex-nav-prev {
    display: none;
}

.nav-part {
    height: 50%;
    background: #83dcb8;
}

.owl-prev {
    display: none;
}

img.right-arro {
    position: absolute;
    right: 75px;
    top: 10px;
}

.owl-prev.disabled {
    display: none;
}

.owl-next {
    content: "r";
    color: transparent;
}

.owl-next:after {
    content: url(../../images/right-arrow-2.png);
}

.owl-nav {
    position: absolute;
    top: -114px;
    right: 75px;
}

.carousel-inner {
    overflow: visible;
}

.col-md-10.left-tp.wow.fadeInUp.animated {
    position: relative;
    z-index: 5555555;
}

a:hover {
    text-decoration: none;
    color: white;
}

.logo-col ul li {
    list-style-type: none;
    line-height: 69px;
    color: #55490e;
    padding-bottom: 15px;
    padding-left: 40px;
}

.logo-col ul li a {
    color: #55490e;
}

.logo-col ul li a:before {
    content: '';
    display: block;
    width: 110px;
    height: 2px;
    background: #d9d9d9;
    position: relative;
    bottom: -50px;
    left: -82px;
}

.carousel-indicators li {
    display: inline;
}

.carousel-control.left {
    display: none;
}

.carousel-inner>.item>img {
    width: 100%;
}

.nav-part ul {
    position: absolute;
    bottom: 35px;
}

.slider-text p {
    color: #ecdb22;
    font-size: 131px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.slider-text p span {
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}


/*.slider-text{
  position: absolute;
  top: 30%;
  left: -265px;
  z-index: 55555;
  width: 100%;
}*/

.slider-text p span {
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    display: block;
    left: 68%;
    position: absolute;
    margin-top: -57px;
    width: 90%;
    left: 365px;
    font-size: 102px;
}

.layer-top,
.layer-down {
    /*background: #000000;*/
    height: 50%;
    width: 100%;
    position: absolute;
    display: block;
    z-index: 55;
    opacity: 0.55;
}

.layer-top {
    border: 60px solid;
    border-bottom: none;
}

.layer-down {
    bottom: 0;
    border: 40px solid #22ceeca3;
    border-top: none;
}


/*.layer-top {
    background: #000000;
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    z-index: 55;
    opacity: 0.5;
    border: 55px solid;
    border-color: rgb(37, 37, 37);
}*/

.carousel-indicators {
    bottom: 20px;
    z-index: 55;
}

.glyphicon-chevron-right:before {
    content: "\e080";
    content: url(../images/right-arrow.png) !important;
    left: -80px;
    position: relative;
    top: -25px;
}

ul.carousel-indicators li {
    border: none;
    color: #fff;
}

ul.carousel-indicators li:after {
    content: "- - -";
}

ul.carousel-indicators li:after {
    content: "- - -";
    position: relative;
    padding-left: 10px;
    padding-right: 5px;
}

ul.carousel-indicators li:last-child:after {
    display: none;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all .5s;
}

nav ul li a:hover {
    color: #555;
}

.carousel-indicators {
    bottom: 10px;
    z-index: 55;
    height: 40px;
}


/* stroke */

nav.stroke ul li a,
nav.fill ul li a {
    position: relative;
}

nav.stroke ul li a:after,
nav.stroke ul li a:after,
nav.fill ul li a:after {
    position: absolute;
    bottom: -27px;
    left: -30px;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #aaa;
    height: 1px;
}

nav.stroke ul li a:hover:after {
    width: 100%;
}

nav.fill ul li a {
    transition: all 2s;
    display: block;
    height: 25px;
}

nav.fill ul li a:after {
    text-align: left;
    content: '.';
    margin: 0;
    opacity: 0;
}

nav.fill ul li a:hover {
    color: #fff;
    z-index: 1;
}

nav.fill ul li a:hover:after {
    z-index: -10;
    animation: fill 1s forwards;
    -webkit-animation: fill 1s forwards;
    -moz-animation: fill 1s forwards;
    opacity: 1;
}


/* Keyframes */

@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 2px;
    }
    50% {
        width: 100%;
        height: 2px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}

.carousel-indicators .active {
    background: transparent;
    color: #22ceec;
}

.carousel-indicators {
    position: absolute;
    bottom: 50px;
    left: 0px;
    z-index: 15;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    margin-left: 0%;
    text-align: center;
    list-style: none;
}

.indica-child {
    padding-top: 10px;
    background: #000;
    padding-bottom: 10px;
}

.boot-nav {
    border: none;
    margin: 0;
    border-radius: 0;
    position: absolute;
    top: 100px;
    z-index: 5;
    right: 0;
}

.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:focus {
    border-color: #222;
}

.navbar-inverse .navbar-toggle {
    border-color: #222;
    margin: 0px 0px 0 0;
}

.header-menu {
    color: #fff;
    display: inline;
    padding-top: 7px;
    position: relative;
    top: 15px;
    left: -6px;
}

.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
    background-color: #eb650c;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}


/*.boot-nav{
    display: none;
}*/

.bar2 {
    left: 10px;
    position: relative;
}


/*inner page*/

.inner-nav {
    top: 80px;
}

.logo-col-inner {
    height: auto;
    padding-bottom: 65px;
}

.logo-col-inner {
    height: auto;
    padding-bottom: 65px;
}

.inner-header-col h2 {
    font-size: 112px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    margin-top: 0px;
}

.inner-header-col h2 span {
    font-size: 63px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-top: -26px;
    display: block;
}

.inner-header-fluid {
    background: url('../images/inner-bg.jpg');
}

.inner-header-col {
    padding: 0 0 170px 86px;
}

.grid-fluid .col-md-4 {
    padding: 0;
}

.grid-fluid .col-md-4 img {
    width: 100%;
    height: auto;
}

@media(max-width:767px) {
    .logo-width {
        border-radius: 6px;
        margin-top: 30px;
    }
}

@media(min-width:768px) {
    .hidden-md {
        display: none;
    }
    .logo-width {
        border-radius: 6px;
        margin-top: 428px !important;
    }
}

@media (max-width: 1400px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

@media screen and (max-width: 767px) {
    .logo-part,
    .nav-part {
        height: auto;
    }
    .logo-part img {
        width: 120px;
    }
    .header-menu {
        display: none;
    }
    .boot-nav {
        display: block;
    }
    .boot-nav {
        border: none;
        margin: 0;
        border-radius: 0;
        position: absolute;
        top: -70px;
        z-index: 5;
        right: 20px;
    }
    .slider-text p {
        color: #ecdb22;
        font-size: 31px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
    }
    .slider-text p span {
        font-weight: 100;
        font-family: 'Roboto', sans-serif;
        display: block;
        left: 68%;
        position: absolute;
        margin-top: -10px;
        width: 250px;
        left: 45px;
        font-size: 28px;
        padding-left: 15px;
    }
    .glyphicon-chevron-right:before {
        content: "\e080";
        content: url(../images/right-arrow.png) !important;
        left: 0;
        position: relative;
        top: -25px;
    }
    .layer-down {
        bottom: 0;
        border: 15px solid #ecdb22;
        border-top: none;
    }
    .layer-top {
        border: 15px solid;
        border-bottom: none;
    }
    .slider-text {
        position: absolute;
        top: 20%;
        left: 0;
        padding-left: 15px;
        z-index: 55555;
        width: 100%;
    }
    .logo-part {
        /*  padding-top: 30px;*/
        padding-left: 30px;
    }
    .logo-col {
        padding: 0;
        background: #d9d9d9;
        max-height: 105px;
    }
    .nav-part {
        display: none;
    }
}

.flex-row {
    display: flex;
}

.carousel-inner {
    overflow: hidden;
}

#myCarousel2 .carousel-inner {
    overflow: visible;
    z-index: 5555;
}

#arrow-control2 {
    display: none;
}

.slider-text {
    position: relative;
    top: 59px;
}

.slider-text p span {
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    display: block;
    left: 68%;
    position: absolute;
    margin-top: -80px;
    width: 500px;
    left: 365px;
    font-size: 102px;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .item,
.carousel-fade .active.left,
.carousel-fade .active.right {
    opacity: 0;
}

.carousel-fade .active,
.carousel-fade .next.left,
.carousel-fade .prev.right {
    opacity: 1;
}

.carousel-fade .next,
.carousel-fade .prev,
.carousel-fade .active.left,
.carousel-fade .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel.carousel-fade .item {
    -webkit-transition: opacity 0s ease-in-out;
    -moz-transition: opacity 0s ease-in-out;
    -ms-transition: opacity 0s ease-in-out;
    -o-transition: opacity 0s ease-in-out;
    transition: opacity 0s ease-in-out;
    opacity: 0;
}

.carousel.carousel-fade .active.item {
    transition: opacity 10s ease-in-out;
    opacity: 1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}

.carousel.carousel-fade .carousel-control {
    z-index: 3;
}

.carousel.carousel-fade .item {
    display: none;
}

.carousel.carousel-fade .active.item {
    display: block;
}

.axis {
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    z-index: 100;
}

a.dat-menu-button {
    color: #fff;
    position: relative;
    font-weight: 700;
    /* top: 29px; */
    width: 90px;
    height: 50px;
    padding-top: 15px;
    display: block;
    cursor: pointer;
}

.social-icons .fa {
    font-size: 18px;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}

.dat-menu-setup {
    background: url('../images/slide132.html');
}

.dat-menu-load .dat-menu-list {
    padding-left: 75px !important;
}

.logo-part img {
    /* position: fixed;*/
    z-index: 7777775;
    top: 4px;
    left: 50px;
}

.mail ul {
    margin-top: -10px;
}

.slider-text {
    position: relative;
    top: 120px;
}

.boot-nav {
    border: none;
    margin: 0;
    border-radius: 0;
    position: absolute;
    top: 65px;
    z-index: 5556;
    right: 0;
    position: fixed;
}

.nav-part ul {
    position: fixed;
    bottom: 35px;
    z-index: 55555;
}

.top-row-about {}

.left-tp {
    background: #d9d9d9;
    height: 100%;
    width: 82%;
}

.right-tp {
    background: #fff;
    /* height: 142px; */
    z-index: 55;
}

.col-md-7.left-tp-about-2 h2,
.process-fluid h2,
.projects-title,
.ind-title {
    font-size: 45px;
    font-weight: 100;
    color: #252525;
    margin: 30px 0 35px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
}

.col-md-7.left-tp-about-2 p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    color: #252525;
    box-shadow: 0 0 black;
    margin-bottom: 26px;
}

.col-md-7.left-tp-about-2 {
    padding-left: 170px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}

.right-tp-about-2 {
    padding: 0;
}


/*.right-tp-about-2 img{
    width: 100%;
}*/

.blank-green {
    background: #83dcb8;
}

.green-img img,
.wall-fluid img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.padding-0 {
    padding: 0;
}

.blank-green {
    background: #83dcb8;
    /*    max-width: 315px;*/
}

.green-right {
    background: #83dcb8;
}

.col-md-4.padding-0.green-img {
    width: 35%;
}

.black-bg {
    background: #d9d9d9;
    text-align: right;
    padding-right: 60px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 55px;
}

.c3 {
    position: absolute;
    width: auto !important;
    bottom: 0px;
    left: 20px;
}

.process-fluid h2 {
    margin-top: 30px;
    padding-left: 85px;
    font-weight: 400;
    margin-bottom: 15px;
}

.fRltQgDP_0:hover {
    width:
}

.process-fluid {
    background: #b8f248;
}

.col-md-3.question {
    position: relative;
    top: 110px;
    padding: 0;
}

.col-md-3.question p,
.col-md-3.taste p,
.col-md-3.selection p,
.col-md-3.completion p,
.clients p,
.detail p,
.risk p {
    display: inline;
    color: #252525;
    font-size: 16px;
}

.col-md-3.taste {
    position: relative;
    top: 105px;
    right: -75px;
}

.col-md-3.selection {
    position: relative;
    top: 65px;
    left: 100px;
}

.completion img,
.clients img,
.detail img,
.risk img {
    float: left;
    padding-right: 13px;
}

.col-md-3.completion {
    position: relative;
    top: 35px;
    left: 160px;
    width: 200px;
    padding: 0;
}

.roots-col {
    margin-top: -75px;
    padding-bottom: 0;
    margin-bottom: -85px;
}

.clients {
    padding-left: 26px;
    padding-right: 25px;
}

.clients p {
    padding-top: 7px;
    position: relative;
    top: 15px;
}

.risk img,
.clients img {
    padding-right: 20px;
}

.risk,
.detail {
    position: relative;
    top: -25px;
    left: 60px;
}

.risk p,
.detail p {
    position: relative;
    top: 15px;
}

.risk {
    padding: 0 15px 0 0;
    position: relative;
    top: -74px;
    left: 25px;
}

.container-fluid.process-fluid {
    padding: 0;
}

.process-arrow {
    text-align: right;
    padding-right: 60px;
    margin-top: -55px;
    background: #fff;
}

.white {
    transition: fill 2s;
}

.clients,
.detail {
    z-index: 55;
}

.boot-nav-open {
    border: none;
    margin: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    z-index: 5;
    right: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 6666;
}

.boot-nav-open .links-col {
    text-align: right;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 55555555;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: #006400f0;
    overflow-y: scroll;
    transition: 0.5s;
    overflow-x: hidden;
}

#myNav .nav-icon4 {
    top: 39px;
    left: 0px !important;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 10px 0px;
    text-decoration: none;
    font-size: 30px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: -25px;
    right: 45px;
    font-size: 60px;
}

.services-3 .pre-right {
    background: #ffe451;
}

.services-3 .arch-right {
    background: url(../../images/right-orange.jpg);
}

.services-3 .arch-col h3 {
    color: #eb650c;
}

.services-3 .post-col {
    padding-right: 20px;
}

.post-fluid.services-3 {
    background: url(../../images/int-bg.jpg) no-repeat;
}

@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }
    .overlay a {
        font-size: 20px
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

a.overlay-home {
    font-size: 64px;
    /* font-weight: 100; */
    font-family: 'Roboto', sans-serif;
    margin-bottom: 25px;
    margin-top: -150px;
}

.nav-menu-over li a,
.nav-menu-over li {
    display: inline-block;
    font-size: 24px;
    color: #fff;
}

.nav-menu-over li {
    margin: 0 40px;
}

.nav-menu-over li ul li {
    margin: 0;
}

.nav-menu-over li ul li a {
    font-size: 15px;
    color: #a5a5a5;
    display: block;
    padding-bottom: 0;
    padding-top: 4px;
    line-height: 19px;
}

.nav-menu-over li a:hover,
.nav-menu-over li ul li a:hover {
    color: #eb660d;
}

.nav-menu-over li ul {
    margin: 0;
    margin-left: -40px;
}

#myNav .nav-icon4.open {
    top: 40px;
    left: 37px;
}

#myNav .nav-icon4 {
    top: 39px;
    left: 37px;
}

.nav-icon4 span:nth-child(1) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}


/*#myNav .nav-icon4 span:nth-child(1) {
    top: 46px;
    left: 52px;
}
#myNav .nav-icon4 span:nth-child(2) {
    top: 57px;
    left: 52px;
}
#myNav .nav-icon4 span:nth-child(3) {
    top: 68px;
    left: 52px;
}
#myNav .nav-icon4.open span:nth-child(3) {
    top: 30px;
    left: 20px;
}
#myNav .nav-icon4.open span:nth-child(1) {
    top: 1px;
    left: 20px;
}*/

.nav-icon4 span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    left: 25px;
}

.nav-icon4 span:nth-child(3) {
    top: 26px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 20px;
}

.navbar-inverse .navbar-toggle {
    border-color: #222;
    margin: 5px 0px 0 0;
}

.nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 29px;
    background: #ea650c;
    left: 20px;
}

.nav-icon4 {
    width: 50px;
    height: auto;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 70%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navbar-inverse .navbar-toggle {
    padding: 0;
    margin-top: 0;
    position: absolute;
    width: 101%;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
}

.nav-icon4 {
    width: 50px;
    height: 42px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-right: 0px;
}

.footer-social-icons {
    width: 350px;
    display: block;
    margin: 0 auto;
}

.social-icon {
    color: #fff;
}

ul.social-icons {
    margin-top: 10px;
}

.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}

.social-icons a {
    color: #fff;
    text-decoration: none;
}

.fa-facebook {
    padding: 10px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: transparent;
}

.fa-facebook:hover {
    background-color: #3d5b99;
}

.fa-twitter {
    padding: 10px 12px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: transparent;
}

.fa-twitter:hover {
    background-color: #00aced;
}

.fa-rss {
    padding: 10px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #322f30;
}

.fa-rss:hover {
    background-color: #eb8231;
}

.fa-youtube {
    padding: 10px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: transparent;
}

.fa-youtube:hover {
    background-color: #e64a41;
}

.fa-linkedin {
    padding: 10px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: transparent;
}

.fa-linkedin:hover {
    background-color: #0073a4;
}

.fa-pinterest {
    padding: 10px 9px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: transparent;
}

.fa-pinterest:hover {
    background-color: #cb2027;
}

.nav-bottom {
    position: absolute;
    bottom: 0;
    padding: 0;
}

.social-icons a {
    color: #fff;
    text-decoration: none;
    display: inline;
}

.address,
.mail a {
    font-size: 14px;
    color: #fff;
}

ul li {
    list-style-type: none;
    font-weight: 500;
    color: #252525;
    line-height: 1.9;
    font-size: 16px;
}

.address {
    padding-left: 60px;
}

.dg-wrapper {
    width: 481px;
    height: auto;
    margin: 0 auto;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}

.dg-wrapper a {
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent url(../images/browser.html) no-repeat top left;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.dg-wrapper a.dg-transition {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


/*projects*/

.projects-title {
    font-weight: 500;
    color: #fff;
}

.projects-title span {
    font-size: 28px;
    font-style: italic;
    font-weight: 100;
    padding-left: 20px;
}

.project-fluid {
    /* background: url(../images/projects-bg.jpeg);*/
    background-color: #FF00FF;
    background-size: cover;
    padding-bottom: 60px;
}

span.dg-next {
    float: right;
    right: auto;
    margin-right: -50px;
    padding-top: 65px;
}

.dg-center {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px) translateZ(200px) rotateY(0deg);
}

.down-arr {
    text-align: right;
    padding-right: 60px;
    position: relative;
    bottom: 0;
    z-index: 4454545;
    float: right;
    padding-top: 153px;
}

.bouncer .fill ul li a:before {
    background: #e8f68a;
}

.bouncer-round .fill ul li a:before {
    background: #000;
}

.ind-title {
    font-weight: 500;
}

.ind-left-col p {
    font-weight: 100;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.col-md-5.ind-left-col {
    padding-left: 100px;
    background-color: lavender;
}

.ind-right-one h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 500;
}

body {
    font-family: 'Roboto', sans-serif;
}

.ind-one img {
    height: 350px;
}

.ind-two img {
    height: 350px;
}

.ind-three img {
    height: 350px;
}

.ind-right-one {
    background-size: 100% 100%;
}

.ind-left-col {
    padding-left: 165px;
    padding-right: 60px;
}

.col-md-5.padding-0.ind-right-one.school-left {
    width: 45%;
    height: 200px;
    background: #57d7e6;
}

.col-md-7.padding-0.ind-right-one.school-center {
    width: 55%;
    height: 200px;
    background: #373737;
    /*    padding: 20px 25px;*/
}

.col-md-4.ind-right-one.hospital.padding-0 {
    height: auto;
    background: #6c6c6c;
    /*    padding: 20px 25px;*/
}

.hospital img {
    width: 110% !important;
    height: 100%;
}

.magento {
    background: #57d7e6;
}

.ind-right-one {
    position: relative;
    overflow: hidden;
}

.ind-right-one img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}

.ind-right-one:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.ind-right-one:hover {
    transition: all 1s;
    background-size: 110%;
    transition: background 1s;
}

.ind-two {
    width: 34%;
    transition: all 1s;
}

.ind-three {
    width: 33%;
    transition: all 1s;
    transition: background 1s;
}

.ind-one {
    width: 33%;
}

.ind-right-one h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    padding-top: 10px;
    padding-left: 25px;
    z-index: 444;
}

.speak-col h2 {
    font-size: 48px;
    color: #252525;
    font-weight: 300;
    margin-top: 28px;
    margin-bottom: 25px;
}

.speak-col p {
    font-weight: 300;
    font-size: 16px;
}

.speak-col-para {
    font-weight: 300;
    font-size: 16px;
    color: #252525;
    line-height: 1.8;
}

.speak-col-para:before {
    content: url('../images/quote.png');
    position: absolute;
}

.speak-col-para:before {
    content: url(../images/quote.png);
    position: absolute;
    top: 85px;
}

.row.row315 {
    width: 100%;
    z-index: 2222;
    position: absolute;
    bottom: -240px;
}

.spk-client {
    float: right;
    padding: 35px 0 0 0;
    color: #252525;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    /* margin-left: -7px; */
    position: relative;
    left: -5px;
}

.client-image {
    padding-left: 30px;
    height: 240px;
    z-index: 44;
}

.training {
    color: #252525;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 20px;
    padding-left: 70px;
    margin-top: 25px;
    line-height: 0.85;
}

.root-fluid {
    background: #a0965a;
}

.bottom-height {
    height: 306px;
}

.a-root {
    text-align: right;
}

.a-root-p p {
    line-height: 1.8;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    text-align: justify;
    margin-left: 12%;
    width: 100%;
}

.a-root-parent {
    overflow: hidden;
    margin-bottom: -33px;
}

.root-right .black-bg {
    width: 86px;
    right: 0;
    padding-right: 30px;
}

.root-right {
    padding-left: 15px;
    z-index: -1;
}

.carousel-indicators .active {
    background: #31708f;
}

.adjust1 {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.adjust2 {
    margin: 0;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #31708f;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.media-object {
    margin: auto;
    margin-top: 15%;
}

@media screen and (max-width: 767px) {
    .media-object {
        margin-top: 0;
    }
}

#carousel-example-generic .carousel-inner {
    overflow: visible;
}

.client-image img {
    width: 100%;
    z-index: 55555;
}

#carousel-example-generic .glyphicon-chevron-right:before {
    content: "\e080";
    content: url(../images/right-arrow-2.png) !important;
    left: 177px;
    position: relative;
    top: -65px;
}

#carousel-example-generic .carousel-control.right {
    left: 58% !important;
    top: 272px;
    z-index: 555;
}

body {
    overflow-x: hidden;
}

.contact-title {
    font-size: 31px;
    color: #252525;
    font-weight: 350;
    margin: 0px 0 20px;
    background: #58ae39;
    padding: 1%;
}

.contact-left {
    padding-left: 65px;
}

.contact-left input {
    width: 100%;
    margin-bottom: 10px;
    height: 53px;
    background: #c6d8f4;
    padding: 0 20px;
    border: none;
    font-size: 26px;
    font-weight: 300;
    text-transform: capitalize;
    color: #252525;
}

.form-left {
    padding: 0 12px 0 0;
}

.request button {
    height: 120px;
    width: 100%;
    background: #dd6565;
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
}

.form-left input::placeholder {
    color: #252525;
}

.map-fluid {
    margin-top: 60px;
}

.address-div p span {
    font-size: 24px;
}

.address-div p {
    color: #607D8B;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.address-div {
    background: #E8E8E8;
    margin: 90px 0;
    width: 435px;
    height: 285px;
    padding-left: 175px;
    padding-top: 70px;
    z-index: 4443;
    position: relative;
}

.map-col p {
    font-weight: 300;
    font-size: 24px;
    color: #252525;
    padding: 35px 0 55px 0;
}

.email-link {
    padding-left: 20px;
}

.pnk-col ul {
    margin: 0;
    padding: 0;
}

.pnk-col ul li {
    display: inline;
    padding: 10px;
}

.pnk-col {
    background: #dd6565;
    padding: 17px 0;
    max-width: 445px;
    text-align: center;
}

.contact-scroll {
    float: right;
    position: relative;
}

.contact-scroll .black-bg {
    position: relative;
}

.carousel-indicators .active {
    background: transparent !important;
    width: 100%;
}

.indica-child.active {
    background: #000 !important;
    height: 40px;
    width: 100%;
    z-index: 52;
    position: relative;
}

.top-row-about {
    height: 215px;
}

.right-tp-about-2 p {
    color: #252525;
    font-size: 30px;
    line-height: 1;
    padding: 15px 15px 0 15px;
}

.right-tp-about-2 p span {
    color: #fff;
}

.right-tp-about-2 {
    background: #F53D3D;
}

.affix {
    top: 450px;
    position: fixed;
}

#sticky {
    width: 100%;
}

#sticky.stick {
    position: fixed;
    top: 0;
    z-index: 100000;
}

#sticky2 {
    width: 100%;
}

#sticky2.stick2 {
    position: fixed;
    bottom: 0;
    z-index: 10000;
}


/*
.root-right .down-to-process img{
    z-index: 34343434;
    bottom: 15px;
    position: fixed;
    right: 15px;
}
*/

.black-bg-black {
    background: #d9d9d9;
    text-align: right;
    padding-right: 60px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 55px;
}

.z-minuz {
    z-index: -1;
}

.z-minuz {
    z-index: 0;
}

#myCarousel2 .carousel-indicators {
    visibility: hidden;
}

.roots-col {
    z-index: 555;
}

.container-fluid.process-fluid {
    background: #006400c7 url(../images/triangle.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.z-minuz {
    display: flex;
}


/*.stick-here{
    position: fixed;
    top: 0;
}*/

button.tablinks {
    /*   background: #627b3c !important;*/
    border: navajowhite;
    padding: 11px;
    border-radius: 10px;
    font-size: 22px;
    color: white;
}


/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}


/* Fade in tabs */

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

div#London {
    display: block;
}

div#London {
    display: block;
}


/*
.school-left, .school-center{
height: auto !important;
}
*/

.ind-one {
    background: url(../images/ind-wooden-homes-1.jpg);
    background-size: cover;
}

.ind-two {
    background: url(../images/ind-wooden-homes-2.jpg);
    background-size: cover;
}

.ind-three {
    background: url(../images/ind-wooden-homes-3.jpg);
    background-size: cover;
}

.school-left,
.school-center,
.hospital {
    height: 200px;
}

.ind-right-one {
    height: 350px;
}

.c-parent {
    position: relative;
    /*    left: -75px;*/
}

.fluid-315 {
    background: #1ce0f2;
    height: 311px;
    padding: 0;
}

.ovelay-right {
    width: 49%;
    height: 100%;
    position: static;
    background: #1ce0f2;
    float: right;
    z-index: 5;
}

.row240 #carousel-example-generic .glyphicon-chevron-right:before {
    content: "\e080";
    content: url(../images/right-arrow-2.png) !important;
    left: 170px;
    position: relative;
    top: 0;
}

.c-three p {
    font-size: 18px;
    font-weight: 500;
    color: #084761;
    font-style: italic;
    margin-bottom: 0;
}

.speak-fluid:after {
    content: "";
    width: 36%;
    background: #fff;
    height: 236px;
    position: absolute;
    right: 0;
    top: 0;
}

.container-fluid.speak-fluid:before {
    content: "";
    height: 230px;
    position: absolute;
    background: #fff;
    width: 11%;
    z-index: 555;
}

.fluid-315:before {
    height: 270px;
    width: 12%;
    content: "";
    background: #1ce0f2;
    z-index: 333333;
    position: absolute;
}

.speak-fluid {
    position: relative;
    padding: 0;
}


/*.row240{
    background: 
}
*/

.pinkleft img {
    position: relative;
    left: -98px;
}

.pinkleft {
    width: 365px;
    padding: 100px 0 0 0;
    overflow: hidden;
    background: #dd6565;
}

.content-righter p,
.yellow-cont p {
    font-weight: 300;
    font-size: 16px;
    color: #252525;
    line-height: 2;
}

.yellow-cont p {
    position: relative;
    left: -23px;
}

.logo-inner {
    z-index: 333;
    top: 50px;
    left: 50px;
    position: relative;
}

.content-righter h3 {
    font-weight: 300;
    font-size: 48px;
    color: #252525;
}

.training-right {
    text-align: right;
}

.content-righter {
    padding-left: 40px;
    padding-top: 20px;
}

.left-tp {
    background: #d9d9d9;
    height: 100%;
    width: 81.4%;
}

.yellow-fluid {
    background: #eddc22;
    position: relative;
    top: -80px;
    z-index: -1;
}

.yellow-fluid .whiteleft {
    width: 126px;
}


/*.image-lefter {
    width: 40%;


}*/

.yellow-fluid .pinkleft {
    height: 250px;
}

.yellow-cont {
    padding: 45px 0 0 8px;
    height: 250px;
}

.yellow-cont .black-bg {
    background: #d9d9d9;
    text-align: right;
    padding-right: 60px;
    position: absolute;
    bottom: 0;
    right: -22px;
    width: 123px;
    height: 55px;
}


/*.trainin-left{
    width: 80%;
}
.trainin-right{
    width: 20%;
}*/

.story-col h2,
.prime h4 {
    font-size: 48px;
    font-weight: 300;
    color: #252525;
    padding-top: 5px;
    margin-bottom: 30px;
}

.prime h4 {
    color: #fff;
    padding-top: 25px;
    margin-bottom: 0;
    /* line-height: 1; */
}

.story-col p,
.companss-right p {
    font-weight: 300;
    color: #252525;
    line-height: 1.9;
    font-size: 16px;
}

.story-col {
    padding: -1px 10px 10px 10px;
}

.story-fluid {
    background: url(../../images/story.jpg);
    background-repeat: no-repeat;
    /* background-size: cover; */
    /*    background-position: 70px 0%;*/
}

.compass-col {
    background: #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32%;
    height: 285px;
}

.companss-right p span,
.story-col p span {
    font-weight: 700;
}

.companss-right {
    padding-left: 45px;
    padding-top: 80px;
    background: #e3de56;
    width: 68%;
    padding-bottom: 45px;
}

.story-col-down {
    padding-top: 50px;
}

.vision-para {
    font-size: 16px;
    font-style: italic;
    color: #252525;
    width: 80%;
    font-weight: 500 !important;
}

.prime p {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 15px;
}

.prime {
    padding: 0 0 0 0px;
}

.pro-top-fluid {
    background: url(../../images/gallery/background.png);
    height: 345px;
    padding: 0 15px;
}

.residential {
    font-size: 112px;
    color: #fff;
    margin: 10px 0 0 0;
    font-weight: 700;
}

h2.res2 {
    color: #fff;
    font-size: 64px;
    margin: -25px 0 0 0;
}

p.tag {
    color: #fff;
    font-size: 20px;
    margin: 73px 0 0 0;
    font-style: italic;
    font-weight: 800;
}

.residential-parent {
    padding-left: 76px;
}

.col-md-4.pro-item-left img {
    width: 344px;
}

.pro-item-left img {
    width: 343px;
    display: block;
}

.pro-item-left:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    /*    border: 15px solid #000;*/
}

.pro-left-sp {
    width: 706px !important;
}

.pro-left-sp img {
    width: 706px;
    height: 100%;
}

.pro-items-fluid {
    padding-right: 0;
    padding-top: 0px;
}

.pro-parent-item {
    padding: 0 0 20px 80px;
}

.pro-item-left {
    position: relative;
    padding: 0;
    /*    width: 343px;
    height: 433px;*/
    margin-bottom: 20px;
    border: 7px solid #fff;
    box-shadow: 0px 0px 10px #e2e2e2;
}

.pro-overlay {
    position: absolute;
    /* height: 335px;
    width: 264px;*/
    background: rgba(51, 51, 51, 0.90);
    top: 47px;
    opacity: 0;
    left: 40px;
    cursor: pointer;
    transition: all 0.7s;
    z-index: 555;
}

.pro-item-left:hover .pro-overlay {
    visibility: visible;
    opacity: 1;
    transition: all 0.7s;
    cursor: pointer;
}

.pro-overlay h4:after {
    content: "------------------------------";
    display: block;
    position: absolute;
    color: #c5b51e;
    line-height: 0;
    bottom: 0;
    padding: 0 10px;
}

.pro-overlay h4 {
    z-index: 444;
    color: #fff;
    font-size: 30px;
    position: relative;
    height: 50%;
    text-align: center;
    padding-top: 120px;
}

.pro-overlay h4:hover {
    cursor: pointer;
}

.pro-overlay p {
    color: #bcbcbc;
    font-size: 20px;
    text-align: center;
}

.pro-overlay p:after {
    content: "+";
    margin: auto;
    color: #fff;
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    font-size: 100px;
    font-weight: 100;
}

.pro-overlay {
    position: absolute;
    /* height: 335px;
    width: 264px;*/
    background: rgba(51, 51, 51, 0.90);
    top: 5px;
    opacity: 0;
    left: 30px;
    transition: all 0.7s;
    margin: auto;
    right: 40px;
}

.pro-items-fluid {
    background: url(../../images/pro-back.jpg);
}

.villa-items-fluid {
    background: url(../../images/villa-back.jpg);
}

.pro-arrow {
    text-align: right;
    background: #d9d9d9;
    /* padding: 0; */
}

.villas {
    background: url(../../images/green-villa.html);
    background-size: contain;
}

.green-villa-fluid {
    padding-left: 70px;
    display: flex;
}

.wall-fluid {
    display: flex;
}

.green-cont {
    background: url(../../images/grey-bg.jpg);
    width: 52%;
    padding-left: 90px;
}

.green-exa {
    width: 48%;
}

.green-exa img {
    width: 100%;
}

.green-cont h3 {
    color: #252525;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 15px;
}

.green-quote {
    color: #72a022;
    font-weight: 300;
    font-size: 40px;
    width: 350px;
    line-height: 1.1;
    margin-bottom: 15px;
}

.green-desc,
.wall-desk {
    font-size: 16px;
    color: #252525;
    padding-right: 55px;
    padding-bottom: 15px;
    line-height: 1.85;
    font-weight: 300;
}

.wall-desk {
    padding-bottom: 7px;
}

.wall-col-right h3 {
    font-size: 48px;
    font-weight: 300;
    color: #252525;
}

.wall-fluid img {
    width: 100%;
}

.wall-col-right h3 {
    color: #130202;
    font-size: 48px;
    font-weight: 300;
    margin: 50px 0 25px 0;
}

.wall-child {
    padding-left: 40px;
}

.wall-des {
    padding-bottom: 0px;
    line-height: 1.85;
    font-weight: 300;
}

.wall-col-right {
    background: #b0e356;
}

.wall-quote p {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    position: relative;
}

.wall-quote p:before {
    content: url(../../images/quote.png);
    position: absolute;
    left: -15px;
    top: -45px;
}

.wall-quote {
    padding-top: 122px;
    margin-left: -25px;
}

.terrace-cont {
    width: 65%;
}

.terrace-exa {
    width: 45%;
}

.terrace-cont h3 {
    margin-top: 60px;
    color: #7dad29;
    font-size: 48px;
}

.garden-exa img {
    width: 100%;
}

.garden-inner h3 {
    font-size: 48px;
    color: #7dad29;
    font-weight: 300;
    margin: 55px 0 40px 0;
}

.garden-inner p,
.arch-col p,
.post-col p {
    font-size: 16px;
    color: #252525;
    font-weight: 300;
    line-height: 1.85;
}

.arch-right img {
    width: 100%;
}

.arch-right {
    width: 18.6%;
}

.garden-inner {
    padding-left: 55px;
}

.garden-cont {
    background: url(../../images/garden-bg.html);
    background-size: cover;
}

.root-green-col {
    height: 55px;
    background: #d9d9d9;
    text-align: right;
    padding-right: 60px;
}

.root-green-fluid {
    background: #b0e356;
}

.green-quote {
    position: relative;
}

.green-quote:before {
    content: url(../../images/quote2.png);
    right: -20px;
    position: absolute;
    top: -25px;
}

.post-col p {
    padding-top: 50px;
}

.services-2 .arch-col h3 {
    color: #a3db42;
}

.services-2 .pre-right {
    background: #e36262;
}

.services-2 .service-title {
    background: #a3db42;
}

.services-2 .post-col {
    padding-bottom: 0;
}

p.sp-greener {
    font-size: 34px;
    color: #a3db42;
    padding-top: 25px;
    font-style: italic;
    line-height: 1;
}

.services-2 .pre-left h3 {
    position: relative;
    left: 51px;
    line-height: 0.6;
    z-index: 44;
    font-size: 38px;
    color: #fff;
}


/*services*/

.arch-cont {
    width: 81.4%;
}

.arch-col h2 {
    font-size: 48px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: -25px;
    color: #252525;
}

.arch-col h3 {
    color: #58d8eb;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 35px;
}

.arch-col {
    padding-bottom: 12px;
}

.services-2 .arch-col {
    padding-left: 0;
}

.pre-left h3 {
    position: relative;
    left: 45px;
    line-height: 0.1;
    z-index: 44;
    font-size: 48px;
    color: #000;
}

.pre-left {
    height: 287px;
    background: #d9d9d9;
    padding-top: 40px;
}

.pre-right {
    background: #ec4224;
    ;
}

.arch-right {
    background: url(../../images/side-img/img-wooden-homes-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.arch-right1 {
    background: url(../../images/prefab/side.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.arch-right11 {
    background: url(../../images/wood-cott.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.arch-right3 {
    background: url(../../images/imported-wooden-homes/side.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.arch-right4 {
    background: url(../../images/Banquet%20Halls/banqet-sideimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.post-col img {
    width: 100%;
}

.arch-left2 {
    width: 58%;
}

.arch-quote {}

.post-col {
    padding-bottom: 0px;
    padding-right: 0px;
    margin-top: -200px;
    padding-left: 185px;
}

.arch-quote {
    padding-top: 15px;
    padding-right: 25px;
}

.text-right {
    text-align: right;
}

.font16 {
    font-size: 16px;
}

.robotolight {
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
}

.arch-right-para {
    font-size: 32px;
    text-align: center;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    background: #d9eded;
    padding: 0 30px;
    margin-top: 60px;
    line-height: 30px;
    padding-right: 70px;
}

.services-2 .arch-col p {
    padding-right: 100px;
}

.services-2 .pre-right h2 {
    color: #fff;
    font-size: 32px;
}

.services-2 .pre-right {
    background: #e36262;
    text-align: right;
    padding-right: 0;
}

.services-2 .pre-right h2 {
    color: #fff;
    font-size: 32px;
    width: 284px;
    text-align: left;
    display: inline-block;
    padding-top: 115px;
}

.font32 {
    font-size: 32px;
}


/*.services-2 .post-right {
    padding: 70px 0 0 60px;
    width: 41.66666667%;
}*/

.sarch-left {
    width: 62.5%;
}

.sarch-right img {
    padding-top: 70px;
}

.sarch-left .post-col img {
    padding-right: 50px;
}

.exc-right {
    padding-left: 100px;
    padding-bottom: 25px;
}

.color25 {
    color: #252525;
}

.exc-right h2 {
    color: #12d4d6;
    margin-bottom: 25px;
    margin-top: 12px;
}

.exc-right p {
    width: 90%;
    padding-left: 2px;
    padding-bottom: 10px;
}

.line-hight-30 {
    line-height: 30px;
}

.font40 {
    font-size: 40px;
}

.excavation-left {
    text-align: right;
    padding: 20px 20px 0px 0;
}

.exc-row {
    padding-top: 25px;
}

.post-right {
    padding-top: 0px;
}

.post-right img {
    width: 100%;
    height: 100%;
}

.services-2 .post-right img {
    height: auto;
}

.font18 {
    font-size: 18px;
    font-style: normal;
}

.fineauthor {
    display: inline-block;
    float: right;
    color: #607D8B;
}

.finehouse {
    background: #d9d9d9;
    color: #607D8B;
    font-style: italic;
    padding: 30px 30px 50px;
    margin-top: 2px;
}

.container.greentree {
    padding-left: 103px;
    padding-top: 100px;
    padding-bottom: 75px;
    padding-right: 30px;
}

.dum-container .sarch-left {
    background: #2bc4c3;
}

.dum-para p {
    font-size: 16px;
    padding-bottom: 50px;
    padding-right: 50px;
    padding-top: 50px;
    line-height: 30px;
    padding-left: 170px;
}

.secondsarch-img img {
    padding-top: 0;
    width: 100%;
}

.secondsarch-para {
    background: #e36262;
    font-style: italic;
    line-height: 25px;
    padding-left: 30px;
    padding-top: 55px;
    padding-bottom: 30px;
}

.dum-container {
    /* padding-bottom: 70px;*/
}

.greentree .img-gt.img-gt-1 {
    background: url(../../images/green-wall2.html);
    padding-top: 90px;
    padding-left: 25px;
    padding-bottom: 10px;
}

.greentree .img-gt.img-gt-2 {
    background: url(../../images/terrace-garden2.html);
}

.greentree .img-gt.img-gt-3 {
    background: url(../../images/balconywooden-homes-2.jpg);
}

.para-gt {
    font-size: 14px;
    padding: 30px 25px;
    line-height: 30px;
}

.para-gt-div {
    background: #efefef;
}

.para-gt-divd8 {
    background: #d8d8d8;
}

.para-gt-divd8 .img-gt-1 {
    background: red;
}

.colorwhite {
    color: #fff;
}

.font33 {
    font-size: 33px;
}

.services-2 .post-right img {
    height: calc(100% - 225px);
}

.post-col p {
    padding-right: 50px;
    padding-bottom: 30px;
    padding-top: 60px;
}

.post-col:last-child p {
    padding-top: 35px;
}

.post-right-70 {
    padding: 0;
    width: 62.5%;
}

.post-right {
    width: 37.5%;
}

.setsq {
    padding-right: 10px;
}

.pencilset2 {
    padding-right: 0px;
}

.service-title {
    background: #12d4d6;
}

.service-title h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 300;
    margin-top: 10px;
    padding-left: 175px;
}

.service-title h2 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.post-down {
    margin-top: 0;
}

.blue-right {
    background: #a0a0a0;
    text-align: right;
    /* padding-right: 60px;*/
    /*    margin-top: -1px;*/
    font-size: 2.5vh;
}

.blue-left {
    margin-top: 15px;
    width: 370px;
    background: #a0a0a0;
    height: 55px;
}

.post-row {
    margin-bottom: -2px;
}

.pcm-row img {
    width: auto;
}

.exc-img.book1 {
    padding-right: 20px;
}

.pcm-row .exc-right h2 {
    color: #eb650c;
}

.pcm-row p {
    padding-top: 0 !important;
    width: 100%;
    padding-right: 0;
}

.unique,
.attension,
.exc-img.book2 {
    padding-right: 40px;
}

.pcm {
    padding-right: 28px;
}

.cost,
.unique {
    padding-right: 60px;
}

.pcm-row .exc-right {
    padding-left: 70px;
}

.customse .owl-stage {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.journey-title {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 10px;
}

.timeline-fluid {
    background: #83dcb8;
    padding-left: 160px;
}

{
    padding-left: 70px;
}

.root-root {
    background: #83dcb8;
    padding-top: 70px;
}

.timeline-fluid .owl-carousel .item h2 {
    font-weight: 100;
    font-size: 48px;
    position: relative;
    left: -20px;
}

.timeline-fluid .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    left: -260px;
    -moz-backface-visibility: hidden;
}

.timeline-fluid .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border: 5px solid #fff;
    box-shadow: 1px 1px 20px -2px black;
    box-sizing: content-box;
    border-bottom: 40px solid #fff;
}

.desk-fielding {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    padding-top: 150px;
}

.units {
    padding: 0 0px 0 8px;
}

.font32 {
    font-size: 32px;
}

.post-las-par {
    padding-top: 25px !important;
}

.secondsarch-para .robotobold,
.secondsarch-para .robotolight {
    color: #fff;
}

.sarch-right {
    width: 36.5%;
}

.font38 {
    font-size: 38px;
}


/*.desk-fielding p{
    position: absolute;
    bottom: 0;
}*/

.stick-here {
    /*    position: fixed;*/
    width: 100%;
    z-index: 444444;
}

.stick-here .left-tp {
    background: #d9d9d9;
    height: 100%;
    width: 82%;
}

.stick-here .right-tp {
    width: 18%;
}

.story-fluid {
    background: url(../../images/story.jpg);
    background-repeat: no-repeat;
    padding: 0 1px;
    background-size: cover;
    background-position: 0px 85%;
}

.col-md-offset-1.col-md-5.col-sm-6.story-col.story-col-down {
    padding-right: 0px;
}

.stick-here .right-tp {
    width: 18%;
    background: #fff;
    height: 100%;
}

.container-fluid.contact-fluid {
    /*    padding-top: 220px;*/
}

.root-green-col img {
    transform: rotate(180deg);
}

.pro-items-fluid .pro-arrow img {
    transform: rotate(180deg);
}

.green-villa-fluid {
    padding-left: 70px;
    display: flex;
    /*    padding-top: 215px;*/
}

.container-fluid.arch-fluid {
    /*    padding-top: 215px;*/
}

.stick-here.service-t .left-tp {
    background: #d9d9d9;
    height: 100%;
    width: 81.4%;
}

.stick-here.service-t .right-tp {
    width: 18.6%;
    background: #fff;
    height: 100%;
}

.owler {
    position: absolute;
    top: 0;
    height: 50%;
    left: 72px;
    color: #fff;
}

.slider-text {
    position: static;
    top: 0;
}

.slider-text p {
    color: #22ceec;
    font-size: 131px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding-bottom: 50px;
}

.robotobold {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.owl-parent {
    height: 50%;
}

.owl-parent .owl-carousel .owl-stage-outer {
    position: absolute;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    bottom: -100px;
}

.carousel-control.right {
    background-image: none;
    z-index: 555;
}

#sync1 .item {
    background: #0c83e7;
    margin: 5px;
    color: #fff;
    border-radius: 3px;
}

#sync2 .item {
    margin: 5px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#sync2 .item h1 {
    font-size: 18px;
}

.thumb-item img {
    width: 140px !important;
    height: 139px;
}

#sync2 .owl-item.active {
    width: 140px !important;
}

div#sync2 {
    position: absolute;
    padding: 30px 0 0 0;
}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}

#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}

#sync2 .owl-nav .owl-prev {
    display: none;
}

#sync2 .owl-nav .owl-next {
    color: transparent;
    background: transparent;
    z-index: 5;
    position: relative;
    top: -50px;
    left: -20px;
}

#sync2 .item p {
    font-size: 18px;
    font-weight: 500;
    color: #084761;
    font-style: italic;
    margin-bottom: 0;
    text-align: left;
}

#sync2 .owl-theme .owl-nav {
    position: relative;
}

#sync2 .owl-nav {
    text-align: right;
    position: relative;
}

.arow-first {
    width: auto !important;
    border: none !important;
    padding: 0 !important;
    top: 90px;
    box-shadow: none !important;
    transform: rotateY(180deg);
    position: relative;
}

#sync2 .owl-theme .owl-dots {
    text-align: center;
    margin-left: -260px;
    margin-top: -90px;
    -webkit-tap-highlight-color: transparent;
}

div#sync2:after {
    position: relative;
    display: block;
    content: "";
    width: 260px;
    height: 200px;
    background: #1ce0f2;
    position: absolute;
    right: 0;
    top: 25px;
}

.speak-fluid .owl-carousel .owl-stage {
    transition: all 1s !important;
}

.speak-fluid .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: -90px;
    left: -130px;
    position: relative;
}

.trainin-left {
    width: 81.4%;
}

.pinkleft {
    overflow: visible;
    background: #dd6565;
    padding-top: 0;
    z-index: 343;
    position: relative;
    margin-left: -7px;
    display: inline-block;
}

.yellow-cont .black-bg {
    background: #d9d9d9;
    text-align: right;
    padding-right: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.image-lefter {
    text-align: right;
    padding-right: 63px;
}

.yellow-fluid {
    background: #eddc22;
    position: relative;
    top: 0;
    z-index: 8;
}

.content-righter {
    padding-left: 0px;
    padding-top: 20px;
}

.content-righter p {
    width: 85%;
    margin-bottom: 0;
}

.pinkleft img {
    position: relative;
    left: -98px;
    top: 100px;
    z-index: 5;
}

.pinkleft img {
    position: relative;
    left: 0px;
    top: 100px;
    z-index: 5;
}

.school-center:after,
.hospital:after {
    content: "";
    /*background: #0000008a;*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.md-sm-hidden {
    display: none;
}

.compass-col {
    height: auto;
}

.services-2 .pre-left h3:last-child {
    line-height: 1.2;
    margin-top: 10px;
}

.image-lefter {
    text-align: right;
    padding-right: 63px;
    width: 545px;
}

.yellow-fluid .pinkleft {
    height: 250px;
    margin-bottom: -10px;
}

.yellow-cont .black-bg {
    right: -15px;
}

.yellow-cont {
    padding: 45px 0 0 25px;
}

.training-up {
    display: none;
}

.map-col a {
    color: #252525;
}

.units {
    width: 100%;
}

.garden-exa img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.padleft60 {
    padding-left: 60px;
}

.pre-left h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.arch-left2 {
    width:
}

.arch-right2 {
    background: #d9eded;
}

.arch-right-para {
    font-size: 32px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    background: #d9eded;
}


/*responsive*/

@media screen and (min-width: 1370px) {
    .ind-one,
    .ind-three,
    .ind-two {
        width: 33.33%;
    }
    .ind-one {
        width: 33%;
    }
    .ind-two {
        width: 35%;
    }
    .ind-three {
        width: 32%;
    }
    .dmagento {
        height: auto;
        background: #57d7e6;
    }
    .school-left,
    .school-center {
        height: auto !important;
    }
    .a-root-parent {
        overflow: hidden;
        margin-bottom: -28px;
        padding-right: 75px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .owl-parent .owl-carousel .owl-stage-outer {
        position: relative;
        top: 70%;
    }
    .slider-text p span {
        font-size: 73px;
        margin-top: -35px;
    }
    .slider-text p {
        font-size: 60px;
        padding-left: 335px;
        margin-top: 60px;
    }
    .owler {
        left: 0;
    }
    .logo-part {
        padding-left: 40px;
    }
    .container-fluid.process-fluid {
        overflow: hidden;
    }
    .project-fluid {
        overflow: hidden;
    }
    span.dg-next {
        margin-right: 0;
        padding-top: 0;
        margin-top: -70px;
    }
    svg:not(:root) {
        overflow: visible;
        scale: 3;
    }
    .ind-title {
        max-width: 20px 0 !important;
    }
    .story-fluid {
        background-size: 121% 100%;
    }
    .green-exa img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .service-title h2,
    .pre-left h3 {
        font-size: 36px;
    }
    .pro-items-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    .pro-parent-item {
        padding: 0;
    }
    .pro-item-left,
    .pro-item-left img {
        width: 100%;
        height: auto;
        max-height: 363px;
    }
    .pro-overlay h4 {
        padding-top: 100px;
    }
    .pro-overlay {
        height: 290px;
        width: auto;
    }
    .pro-overlay h4 {
        height: 55%;
    }
    .pro-item-left {
        width: auto !important;
    }
    .residential {
        font-size: 94px;
    }
    .image-lefter {
        text-align: center;
        padding-right: 0;
        width: 450px;
    }
    .image-lefter {
        text-align: center;
        padding-right: 0;
        width: 56%;
    }
    .image-lefter {
        width: 52%;
    }
    .content-righter p {
        width: 100%;
    }
    .content-righter {
        width: 45%;
    }
    .yellow-fluid .pinkleft {
        margin-left: -106px;
    }
    .content-righter h3 {
        font-size: 36px;
    }
    .yellow-cont {
        padding: 45px 0 0 0px;
        width: 47%;
    }
    .fluid-315:before,
    .container-fluid.speak-fluid:before {
        width: 5%;
    }
    div#sync2:after {
        width: 120px;
    }
    #sync2 .owl-next:after {
        margin-right: -65px;
    }
    .speak-fluid .owl-theme .owl-dots {
        left: -60px;
    }
    .request button {
        height: 120px;
        font-size: 22px;
        padding-top: 70px;
    }
    .timeline-fluid .owl-carousel .owl-stage {
        left: 300px;
    }
    .timeline-fluid {
        padding-left: 65px;
    }
    .nav-menu-over li {
        margin: 0 20px;
    }
    .nav-menu-over li a {
        font-size: 23px;
    }
    ul.nav-menu-over {
        padding: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .villas {
        background-size: cover;
        background-position: top;
    }
    .ind-left-col p {
        font-weight: 100;
        font-weight: 100;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        margin-bottom: 0;
        max-height: 265px;
    }
    .wall-col-right h3 {
        font-size: 40px;
    }
    .wall-quote p {
        font-size: 34px;
    }
    .wall-quote p:before {
        top: -30px;
    }
    .nav-menu-over li a {
        font-size: 18px;
    }
    ul.second-ul li {
        display: block;
        width: 140px !important;
    }
    .project-fluid,
    .process-fluid {
        padding-top: 50px !important;
    }
    .completion {
        position: relative;
        top: 35px;
        left: 77px;
        width: 200px;
        padding: 0;
    }
    .story-col-down {
        width: 55%;
    }
    .green-cont h3 {
        font-size: 40px;
    }
    .green-quote {
        font-size: 34px;
    }
    .green-quote:before {
        right: 30px;
        top: -25px;
    }
    .residential {
        padding-top: 50px;
    }
    .request button,
    .contact-left input {
        font-size: 20px;
    }
}

@media only screen and (min-width: 260px) and (max-width: 1024px) {
    ul.second-ul li {
        display: block;
        width: 150px !important;
    }
    .client-image img {
        width: 100%;
        max-width: 350px;
        margin: auto;
    }
    .wall-fluid,
    .green-exa {
        text-align: center;
        background: url(../../images/grey-bg.jpg);
    }
    .wall-col-right h3 {
        font-size: 36px;
        padding-top: 30px;
    }
    .wall-child {
        padding-left: 15px;
    }
    .wall-desk {
        padding-right: 0;
    }
    .wall-quote p:before {
        left: 30px;
    }
    .green-exa img,
    .wall-fluid img {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }
    .wall-fluid img {
        width: 400px;
    }
    .green-cont {
        width: 100%;
        padding-left: 30px;
    }
    .green-villa-fluid {
        padding-left: 0;
    }
    .training,
    .speak-col h2 {
        font-size: 38px;
    }
    .slider-text p {
        font-size: 85px;
        padding-bottom: 60px;
    }
    .slider-text p span {
        left: 253px;
        margin-top: -40px;
        font-size: 70px;
    }
    .left-tp-about-2 {
        padding-left: 80px;
    }
    .risk {
        padding: 0 15px 0 0;
        position: absolute;
        top: 275px;
        right: 0px;
        left: auto;
    }
    .detail {
        position: absolute;
        right: 0;
        top: 335px;
        left: 190px;
        margin: auto;
        bottom: 0;
    }
    .clients {
        padding-left: 26px;
        position: absolute;
        padding-right: 25px;
        bottom: 0;
        top: 350px;
        left: -55px;
    }
    .col-md-3.completion {
        position: relative;
        top: 35px;
        left: 75px;
    }
    .col-md-7.left-tp-about-2 h2,
    .process-fluid h2,
    .projects-title,
    .ind-title {
        font-size: 26px;
        margin: 30px 0 15px 0;
    }
    .right-tp-about-2 p {
        font-size: 25px;
    }
    .top-row-about {
        height: 150px;
    }
    img.height-fluid {
        max-height: 550px !important;
    }
    .height-fluid {
        max-height: 550px;
    }
    .owl-parent .owl-carousel .owl-stage-outer {
        position: relative;
    }
    .sm-full-width {
        width: 100%;
    }
    .sm-absolute {
        position: absolute;
    }
    .owler {
        height: 33%;
    }
    .col-md-7.left-tp-about-2 {
        width: 75%;
    }
    .c3 {
        position: absolute;
        width: 40% !important;
        bottom: 0px;
        left: 10px;
    }
    .right-tp-about-2 p {
        font-size: 22px;
    }
    .sm-width-75 {
        width: 75%;
    }
    .sm-width-25 {
        width: 25%;
    }
    .blank-green {
        background: #83dcb8;
        /*max-width: 29%;*/
    }
    .sm-hidden {
        display: none;
    }
    .sm-width-100 {
        width: 100%;
    }
    .row.flex-row.top-row-about-3 {
        max-height: 300px !important;
    }
    .svg-container {
        display: inline-block;
        position: relative;
        width: 100%;
        padding-bottom: 100%;
        vertical-align: middle;
        overflow: visible;
    }
    .svg-content {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
    }
    .roots-col {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 65px;
    }
    .btn {
        margin-right: 40%;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    svg:not(:root) {
        overflow: visible;
        scale: 3;
    }
    .ind-right-one {
        height: auto;
    }
    .timeline-fluid .owl-carousel .owl-stage {
        left: 266px;
    }
}

@media only screen and (max-width: 992px) {
    /*   svg:not(:root) {
      overflow: visible;
      transform: rotate(93deg);
      scale: 3;
      padding-top: 53px;
      padding-left: 250px;
  } */
    .exc-right h2 {
        font-size: 30px;
    }
    .exc-right {
        padding-left: 30px;
        padding-bottom: 25px;
    }
    .post-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .post-col {
        padding-left: 120px;
    }
    .arch-left2 .post-col {
        padding-left: 40px;
    }
    .pre-left h3 {
        left: 0px;
        width: 275px;
    }
    .arch-col {
        padding-left: 30px;
    }
    .arch-col h2 {
        font-size: 40px;
    }
    .pre-left {
        padding-right: 0;
        padding-left: 30px;
    }
    .arch-col h3 {
        font-size: 36px;
    }
    .story-col-down {
        width: 75%;
    }
    .logo-inner {
        z-index: 333;
        top: 30px;
        left: 15px;
        position: relative;
    }
    .boot-nav {
        top: 50px;
    }
    .story-fluid {
        background-size: 164% 100%;
        background-position: -50px 0%;
    }
    .col-md-3.question {
        position: relative;
        top: 110px;
        padding: 0;
        left: 80px;
    }
    .arch-right-para {
        font-size: 24px;
        padding-right: 0;
        margin-top: 15px;
    }
    .clients {
        padding-left: 26px;
        position: absolute;
        padding-right: 25px;
        bottom: 0;
        top: 235px;
        left: auto;
        right: 90px;
    }
    .col-md-3.taste {
        position: relative;
        top: 275px;
        right: -50px;
    }
    .detail {
        position: absolute;
        right: 0;
        top: 495px;
        left: auto;
        margin: auto;
        bottom: 0;
        right: 250px;
    }
    .container-fluid.process-fluid {
        height: 1000px !important;
        padding-top: 10px !important;
    }
    .col-md-3.selection {
        position: relative;
        top: 458px;
        left: 100px;
    }
    .col-md-3.completion {
        position: relative;
        top: 518px;
        left: 360px;
        width: 200px;
        padding: 0;
    }
    .risk {
        padding: 0 15px 0 0;
        position: absolute;
        top: auto;
        right: auto;
        left: 80px;
        top: auto;
        bottom: 92px;
    }
    .process-fluid h2 {
        text-align: center;
        padding-left: 0;
    }
    .black-bg-black {
        padding-right: 0;
    }
    .sm-block {
        display: block;
    }
    /* .ind-left-col {
        padding-bottom: 30px;
    }*/
    .ind-left-col {
        padding-left: 18px;
        padding-right: 25px;
        padding-top: 20px;
    }
    ul li {
        list-style-type: none;
        font-weight: 500;
        color: #252525;
        line-height: 1.9;
        font-size: 16px;
        margin-right: 40px;
    }
    .story-col h2,
    .prime h4 {
        font-size: 48px;
        font-weight: 300;
        color: #252525;
        padding-top: 5px;
        margin-bottom: 30px;
        margin-left: 17px;
    }
    .dropdown-content {
        display: none;
        /* position: absolute; */
        background-color: #ffffff00;
        min-width: 160px;
        overflow: auto;
        /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
        z-index: 1;
        margin-left: 31px;
    }
    .services-2 .pre-left h3 {
        left: 0px;
    }
    .pro-overlay h4:after {
        margin: auto;
        width: 100%;
    }
    .pro-overlay h4 {
        padding-top: 35px;
    }
    .pro-overlay h4 {
        padding-top: 35px;
        font-size: 22px;
    }
    .pro-overlay {
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
        height: auto;
    }
    .pro-overlay h4 {
        height: 37%;
    }
    .pro-overlay p:after {
        font-size: 60px;
        bottom: 0;
    }
    .pro-item-left img {
        height: 278px;
    }
    .pro-top-fluid {
        height: 250px;
    }
    .residential {
        font-size: 80px;
    }
    h2.res2 {
        font-size: 50px;
        margin: -11px 0 0 0;
    }
    .residential-parent {
        padding-left: 45px;
    }
    .yellow-cont {
        padding: 45px 0 0 45px;
        width: 47%;
    }
    .yellow-cont p {
        position: relative;
        left: -140px;
        top: -35px;
    }
    .training-right {
        display: none;
    }
    .image-lefter {
        width: 50%;
    }
    .content-righter {
        width: 50%;
    }
    .trainin-left {
        width: 100%;
    }
    .yellow-fluid .pinkleft {
        margin-left: -7px;
    }
    .yellow-cont p {
        position: relative;
        left: 0;
        top: 10px;
    }
    .yellow-cont {
        padding: 0;
    }
    .yellow-cont .black-bg {
        right: -30px;
    }
    #sync1 .item {
        background: #fff;
    }
    .speak-col-para:before {
        top: 50px;
    }
    div#sync2:after {
        width: 62px;
    }
    #sync2 .owl-next:after {
        margin-right: -160px;
        margin-top: 10px;
        display: block;
    }
    .fluid-315:before,
    .container-fluid.speak-fluid:before {
        width: 0%;
    }
    .stick-here .right-tp {
        width: 0;
        background: #fff;
        height: 0;
    }
    .address-div {
        margin-top: 0;
    }
    .address-div {
        padding-left: 65px;
        width: 100%;
        margin-top: 100px;
    }
    .email-link {
        padding-left: 0;
        margin-bottom: 30px;
    }
    .map-col p {
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 0;
    }
    .request {
        width: 100%;
        padding-left: 64px;
        padding-right: 12px;
    }
    .request button {
        height: 50px;
        font-size: 22px;
        padding-top: 0;
    }
    .nav-menu-over li {
        margin: 0 11px;
    }
    .greentree .img-gt.img-gt-1 {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .container.greentree {
        padding-left: 30px;
    }
    .services-2 .arch-col p,
    .services-2 .arch-col h3,
    .services-2 .arch-col h2 {
        padding-right: 0;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    #myNav .nav-icon4.open {
        top: 40px;
        left: 7px;
    }
    .arch-col h3,
    .pre-left h3 {
        font-size: 30px;
    }
    .pcm-row .exc-right {
        padding-left: 0;
    }
    .cost,
    .unique {
        padding-right: 0;
    }
    .pcm {
        padding-right: 0;
    }
    .exc-img.book2,
    .unique,
    .attension {
        padding-right: 0px;
    }
    .exc-img.book1 {
        padding-right: 0;
    }
    .services-2 .pre-right h2 {
        width: auto;
    }
    .dum-para p {
        padding-right: 0;
        padding-left: 0;
        margin: 0;
    }
    .sarch-left,
    .sarch-right {
        width: 100%;
    }
    .arch-left2 .customse {
        left: auto !important;
    }
    .arch-col h2 {
        font-size: 36px;
    }
    .arch-col .padleft60 {
        padding-left: 45px;
    }
    .arch-col h3 {
        margin-bottom: 15px;
    }
    .post-col {
        padding-left: 30px;
    }
    .md-sm-hidden {
        display: block;
    }
    .xs-hidden {
        display: none;
    }
    .wall-quote {
        padding-top: 30px;
        margin-left: -25px;
    }
    .exc-img img {
        max-width: 100%;
    }
    .excavation-left {
        padding: 20px 20px 0px 15px;
    }
    .exc-right {
        padding-left: 0;
        padding-right: 0;
    }
    .exc-right h2 {
        font-size: 26px;
    }
    .post-right-70 {
        padding: 0;
        width: auto;
    }
    .post-right {
        width: auto;
    }
    .arch-left2 {
        padding: 50px 0 0 20px;
    }
    .arch-left2 {
        width: 100%;
    }
    .arch-right-para {
        padding-right: 0;
        margin-top: 0px;
    }
    .wall-quote p {
        padding-bottom: 30px;
        font-size: 28px;
    }
    .wall-fluid img {
        width: 100%;
        max-width: 400px;
    }
    .green-desc {
        padding-right: 15px;
        margin-bottom: 0;
    }
    .green-quote {
        width: auto;
        font-size: 34px;
    }
    .garden-inner p {
        width: 70%;
    }
    .terrace-exa {
        padding-bottom: 50px;
    }
    .garden-inner h3 {
        font-size: 36px;
        margin: 35px 0 10px 0;
    }
    .green-cont h3 {
        font-size: 36px;
        text-align: center;
    }
    .green-quote {
        width: auto;
        font-size: 28px;
        text-align: center;
        position: relative;
        display: inline-block;
    }
    .green-quote:before {
        right: 20px;
        top: -25px;
    }
    .terrace-cont h3 {
        margin-top: 0;
        padding-top: 30px;
        text-align: center;
    }
    .wall-quote p:before {
        left: 15px;
        position: relative;
    }
    .logo-inner {
        top: 0px;
        left: 0px;
        width: 141px;
        border-radius: 10px;
    }
    .green-exa {
        width: 100%;
    }
    .green-cont {
        padding-left: 15px;
    }
    .wall-fluid {
        display: flex;
        padding-top: 40px;
    }
    .vision-para {
        width: 100%;
    }
    .story-col p {
        padding-right: 20px;
    }
    .story-fluid {
        background-size: 300% 103%;
        background-position: -100px 0%;
    }
    .compass-col {
        padding: 35px 0;
    }
    .story-col {
        padding-left: 15px;
    }
    .story-col-down {
        width: 90%;
    }
    .prime {
        padding: 0 0 0 15px;
    }
    .companss-right {
        padding-left: 15px;
    }
    .companss-right,
    .compass-col {
        width: 100%;
    }
    .col-md-2.right-tp.wow.fadeInLeft.animated {
        transition: all 0s;
        animation-duration: 0s;
    }
    .story-col h2,
    .prime h4 {
        font-size: 36px;
    }
    .owl-parent .owl-carousel .owl-stage-outer {
        position: relative;
        bottom: -50px;
    }
    .slider-text p {
        font-size: 34px;
    }
    .slider-text p span {
        left: 100px;
        margin-top: -48px;
        font-size: 50px;
    }
    .slider-text p span {
        font-size: 28px;
    }
    #projects-fluid-tp {
        display: none;
    }
    .owler {
        height: 50%;
    }
    .carousel-indicators {
        padding-left: 78px;
        padding-right: 78px;
    }
    img.height-fluid {
        max-height: auto !important;
        height: auto !important;
    }
    .height-fluid {
        max-height: auto !important;
        height: auto !important;
    }
    .owl-parent .owl-carousel .owl-stage-outer {
        position: relative;
        bottom: -150px;
    }
    .carousel-indicators {
        bottom: 5px;
    }
    .xs-block {
        display: block;
    }
    .col-md-7.left-tp-about-2 {
        width: 100%;
        padding-left: 30px;
    }
    .top-row-about {
        height: 90px;
    }
    .c3 {
        width: 33% !important;
        left: 26px;
    }
    .right-tp-about-2 {
        padding-top: 70px;
    }
    .right-tp-about-2 p {
        padding: 0px 0 0 0px;
    }
    .top-row-about-3 {
        height: 250px !important;
    }
    .owler {
        left: 0;
    }
    .col-md-3.question {
        left: 0;
        text-align: center;
    }
    .col-md-3.taste {
        text-align: center;
        position: relative;
        top: 140px;
        padding: 0;
        left: 0;
    }
    .clients {
        left: auto;
        right: auto;
    }
    .svg-content {
        display: none;
    }
    .clients {
        position: relative;
        top: 0;
        left: 0;
    }
    .col-md-3.taste {
        position: relative;
        top: 140px;
        right: -10px;
    }
    .col-md-3.selection {
        position: relative;
        top: 180px;
        left: auto;
        text-align: center;
    }
    .col-md-3.question p,
    .col-md-3.taste p,
    .col-md-3.selection p,
    .col-md-3.completion p,
    .clients p,
    .detail p,
    .risk p {
        display: block;
    }
    .completion img,
    .clients img,
    .detail img,
    .risk img {
        float: none;
        padding-right: 0px;
    }
    .col-md-3.completion {
        display: block;
        top: 225px;
        left: 0;
        width: 100%;
        padding: 0;
        text-align: center;
        position: relative;
    }
    .clients {
        position: relative;
        top: 275px;
        text-align: center;
        padding: 0;
    }
    .detail {
        position: relative;
        right: 0;
        top: 310px;
        left: auto;
        margin: auto;
        bottom: 0;
        right: 0;
        text-align: center;
    }
    .risk {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        top: auto;
        bottom: -358px;
        text-align: center;
        padding: 0;
    }
    .container-fluid.process-fluid {
        height: auto !important;
    }
    .ind-two,
    .ind-one,
    .school-left,
    .school-center {
        width: 50% !important;
    }
    .ind-three {
        width: 100%;
    }
    .col-md-5.ind-left-col {
        padding-left: 30px;
    }
    .client-image {
        padding-left: 0px;
        text-align: center;
        height: auto;
        z-index: 44;
    }
    .a-root {
        text-align: center;
    }
    .training,
    .speak-col h2 {
        font-size: 30px;
        text-align: center;
        padding: 0;
    }
    .ind-three img {
        height: 350px;
        object-fit: contain;
    }
    .a-root-p p {
        line-height: 1.8;
        font-weight: 300;
        font-size: 16px;
        color: #fff;
        text-align: justify;
        margin-left: 1%;
        width: 100%;
        padding: 10px;
    }
    .a-root-p {
        padding-bottom: 30px;
    }
    .c3 {
        width: 63% !important;
        left: 0px;
    }
    .blank-green {
        background: #83dcb8;
        /* max-width: 315px; */
        width: 40%;
    }
    .hospital img {
        width: 110% !important;
        height: 100%;
        object-fit: none;
    }
    #carousel-example-generic .glyphicon-chevron-right:before {
        content: "\e080";
        content: url(../images/right-arrow-2.png) !important;
        left: 0;
        position: relative;
        top: 0;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        right: 0;
        margin-right: auto;
    }
    #carousel-example-generic .carousel-control.right {
        left: auto !important;
        top: 272px;
        z-index: 555;
        right: 0;
    }
    svg:not(:root) {
        /*  overflow: visible;
       transform: rotate(93deg);
       display: block;
       left: -80px;
       padding-top: 35px;
       padding-left: 0px;
       top: -232px; */
    }
    .carousel-indicators {
        padding-left: 15px;
        padding-right: 15px;
    }
    .carousel-indicators li {
        font-size: 12px;
    }
    .container-fluid.process-fluid {
        padding-bottom: 100px;
    }
    .navbar-header {
        float: none;
        padding-left: 10px;
    }
    .ind-right-one h3 {
        font-size: 26px;
        padding-left: 15px;
    }
    .boot-nav {
        top: 15px;
    }
    a.overlay-home {
        padding-top: 25px;
        margin-bottom: 0;
    }
    /*#myNav{
    height: auto !important;
}*/
    #myNav .nav-menu-over {
        padding-left: 0;
    }
    .nav-menu-over li a {
        font-size: 18px;
    }
    .nav-bottom {
        display: none;
    }
    .overlay .closebtn {
        position: absolute;
        top: -15px;
        right: 10px;
        font-size: 60px;
    }
    a.overlay-home {
        font-size: 38px;
        padding-bottom: 20px;
        padding-top: 0;
    }
    .timeline-fluid .owl-next:after {
        display: none;
    }
    .overlay-content {
        margin-top: 0;
        /*top: 50px;*/
    }
    .nav-menu-over li a,
    .nav-menu-over li {
        display: block;
    }
    .logo-part img {
        position: absolute;
        z-index: 3333335;
        top: -14px;
        left: 17px;
    }
    .garden-inner {
        padding-left: 15px;
    }
    .garden-inner p {
        width: 85%;
    }
    .green-quote:before {
        content: "";
        right: 0;
        position: absolute;
        width: 15px;
        top: -25px;
        display: inline-block;
        background: url(../../images/quote2.png);
        height: 21px;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .wall-quote {
        padding-top: 30px;
        margin-left: 0;
    }
    .wall-quote p:before {
        content: "";
        position: relative;
        left: 0;
        display: inline-block;
        top: -10px;
        width: 15px;
        background: url(../../images/quote.png) no-repeat;
        background-size: 100%;
        height: 20px;
    }
    .pre-left {
        height: 235px;
    }
    .service-title h2 {
        padding-left: 30px;
        font-size: 28px;
    }
    .blue-center {
        background: #12d4d6;
    }
    .pre-left h3 {
        top: -50px;
    }
    .post-col p {
        padding-top: 60px;
    }
    .post-down p {
        padding-top: 20px;
    }
    .arch-col {
        padding-left: 35px;
        padding-bottom: 0;
    }
    .service-title h2,
    .post-col {
        padding-left: 15px;
    }
    .services-2 .pre-left h3 {
        font-size: 32px;
    }
    .service-title h2 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    p.sp-greener {
        font-size: 28px;
    }
    .yellow-center {
        background: #ffe451;
    }
    .pro-left-sp,
    .pro-left-sp img {
        width: 100% !important;
    }
    .pro-item-left {
        margin: 0 auto 35px auto;
        height: auto;
    }
    .pro-item-left img {
        height: auto;
        width: 100%;
        max-width: 343px;
    }
    .pro-items-fluid {
        padding-right: 15px;
    }
    .pro-parent-item {
        padding: 0;
    }
    .residential {
        font-size: 46px;
    }
    h2.res2 {
        font-size: 36px;
        margin: -11px 0 0 0;
    }
    .pro-top-fluid {
        height: 200px;
    }
    .pro-item-left {
        width: 100%;
        max-width: 343px;
    }
    .residential-parent {
        padding-left: 30px;
    }
    .villas h2.residential {
        padding-top: 25px;
    }
    .villas .res2 {
        margin-top: 0px;
    }
    .image-lefter {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .content-righter {
        width: 100%;
        padding-top: 100px;
    }
    .content-righter h3 {
        font-size: 36px;
        text-align: center;
    }
    .content-righter p {
        width: 100%;
        padding: 0 15px 15px 15px;
    }
    .yellow-fluid .image-lefter {
        width: 20%;
        float: left;
    }
    .yellow-cont p {
        /* left: 15px; */
        padding-left: 15px;
    }
    .yellow-cont {
        width: 80%;
    }
    .yellow-fluid .whiteleft {
        display: none;
    }
    .yellow-fluid .pinkleft {
        margin-left: 0;
        width: 100%;
    }
    .training-up {
        display: block;
        text-align: right;
    }
    .yellow-cont .black-bg {
        display: none;
    }
    .yellow-cont {
        height: auto;
    }
    .yellow-fluid .row {
        display: flex;
    }
    .yellow-fluid .pinkleft {
        height: 100%;
        margin-bottom: -10px;
    }
    .pinkleft {
        overflow: visible;
        background: #dd6565;
        padding-top: 0;
        z-index: 343;
        position: relative;
        margin-left: 0;
        display: inline-block;
        z-index: -1;
    }
    div#sync2:after {
        width: 0;
    }
    .client-page.client-image {
        display: none;
    }
    div#sync2 {
        position: relative;
        padding: 30px 0 0 0;
    }
    #sync2 .owl-next:after {
        margin-right: 0;
    }
    #sync2 .owl-nav .owl-next {
        display: none;
    }
    .fluid-315 {
        height: auto;
    }
    .speak-fluid .owl-theme .owl-dots {
        text-align: center;
        margin-top: 0;
        left: 0;
    }
    .client-page.client-image {
        display: block;
        padding-top: 30px;
    }
    .request,
    .contact-left {
        padding-left: 12px;
    }
    .contact-title {
        font-size: 36px;
        margin: 30px 0 30px;
    }
    .map-fluid {
        margin-top: 0;
    }
    .address-div {
        margin-top: 30px;
    }
    .address-div {
        padding-left: 12px;
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        height: auto;
        text-align: center;
        margin-bottom: 0px;
    }
    .map-col {
        text-align: center;
    }
    .map-col a {
        font-size: 20px;
    }
    .request button {
        font-size: 18px;
    }
    .units {
        width: 100%;
        object-fit: none;
        height: 29px;
        object-position: left;
    }
    .timeline-fluid {
        padding-left: 15px;
    }
    .timeline-fluid .owl-carousel .owl-stage {
        left: 40px;
    }
    .desk-fielding,
    .timeline-fluid .owl-carousel .owl-item img {
        max-width: 255px;
    }
    .desk-fielding {
        padding-left: 13px;
        padding-top: 20px;
        max-width: 295px;
    }
    .timeline-fluid .owl-carousel .owl-stage {
        left: auto;
    }
    .journey-title {
        font-size: 36px;
    }
    .image-fielding {
        text-align: center;
    }
    .image-fielding img {
        margin: auto;
    }
    .desk-fielding {
        text-align: center;
        padding-top: 20px;
        max-width: 100%;
    }
    .desk-fielding p {
        display: inline-block;
        max-width: 270px;
        text-align: justify;
    }
    .timeline-fluid .owl-carousel .item h2 {
        left: 20px;
    }
    .timeline-fluid .owl-carousel .item h2 {
        font-size: 36px;
    }
    .garden-inner {
        padding-left: 15px;
    }
    .pro-items-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    #myNav .nav-menu-over li {
        max-width: 310px;
        margin: auto;
    }
    ul.second-ul li {
        width: auto !important;
        padding-left: 107px;
    }
    ul.second-ul {
        position: relative !important;
    }
}

@media only screen and (max-width: 460px) {
    #myNav .nav-icon4.open {
        top: 40px;
        left: 7px;
    }
    .owl-carousel .owl-item img {
        width: 100% !important;
    }
    .arch-col .padleft60 {
        padding-left: 0px;
        padding-bottom: 0;
    }
    .arch-left2 .post-col {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 360px) {
    .garden-inner p {
        width: 90%;
    }
    .arch-left2 .post-col {
        padding-left: 0px;
    }
    .arch-col .padleft60 {
        padding-left: 0px;
    }
    p.sp-greener {
        font-size: 24px;
    }
    .owl-carousel .owl-item img {
        width: 50% !important;
    }
    .container-fluid.process-fluid {
        padding-bottom: 130px;
    }
    .right-tp-about-2 p {
        padding-left: 130px;
    }
    .col-md-5.ind-left-col {
        padding-bottom: 100px;
    }
    .owl-parent .owl-carousel .owl-stage-outer {
        position: relative;
        bottom: -95px;
    }
    .owl-parent .owl-carousel .owl-stage-outer {
        position: relative;
        bottom: -93px;
    }
    .logo-part img {
        position: fixed;
        z-index: 3333335;
        top: -12px;
        left: 15px;
        width: 100px;
    }
    .right-tp-about-2 {
        padding-top: 0;
    }
    a.dat-menu-button {
        top: 12px;
    }
    .navbar-toggle {
        padding: 5px 10px;
    }
    .navbar {
        min-height: 40px;
    }
    .post-col p {
        padding-top: 90px;
    }
    .post-down p {
        padding-top: 20px;
    }
    .services-2 .pre-left h3 {
        font-size: 28px;
    }
    .content-righter h3 {
        font-size: 28px;
        text-align: left;
        padding-left: 15px;
    }
    .pinkleft {
        width: 100%;
    }
    .pinkleft img {
        position: relative;
        left: 0px;
        top: 100px;
        z-index: 5;
        width: 100%;
    }
    .timeline-fluid .owl-next:after {
        visibility: hidden;
    }
}

.training-right img {
    width: 100%;
    height: 100%;
}

.training-right img {
    width: 254px;
    height: 100%;
}

ul.second-ul li {
    display: block;
    width: 155px;
}

ul.second-ul {
    position: absolute;
    text-align: left;
}

.hospita {
    background: url('../../images/hospital2.html');
    background-position: center;
}

.hotels2 {
    background: url('../../images/hotel2.html');
    background-position: center;
}

.schools2 {
    background: url('../../images/classwooden-homes-2.jpg');
    background-position: center;
}

.pure-button {
    border-radius: 0.6em;
    color: blue;
    cursor: pointer;
    display: inline-block;
    align-self: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    margin: 20px;
    padding: 1.2em 2.8em;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

.pure-button {
    color: blue;
    box-shadow: 0 0 40px 40px #12d4d6 inset, 0 0 0 0 #12d4d6;
    transition: all 150ms ease-in-out;
    &:hover {
        box-shadow: 0 0 10px 0 blue inset, 0 0 10px 4px blue;
    }
}

.enq-btn {
    margin: 34% 1% 0% 57%;
    width: 261px;
    padding: 10px 10px;
    text-align: center;
    font-size: 30px;
    background-color: #222222;
    color: white;
}

.enq-btn:hover {
    background-color: #ec4224;
    border-color: #222222;
}

.adon {
    margin-right: -23%;
    margin-left: 14%;
    position: relative;
}

.center {
    text-align: center;
    padding: 2%;
}

.pure-btn1 {
    border-radius: 0.6em;
    color: white;
    cursor: pointer;
    display: inline-block;
    align-self: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    margin: 20px;
    padding: 15px 18px 15px 14px;
    text-align: center;
    text-transform: uppercase;
    background-color: #7ac103;
    text-decoration: none;
}

.pure-btn1:hover {
    background-color: green;
    color: white;
}

.pure-btn2 {
    border-radius: 0.6em;
    color: white;
    cursor: pointer;
    display: inline-block;
    align-self: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    margin: 20px;
    padding: 15px 40px 15px 40px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background-color: #D1AF89;
}

.pure-btn2:hover {
    background-color: #AB7029;
    color: white;
}

@media only screen and (max-width: 321px) {
    .navbar-inverse .navbar-toggle {
        border-color: transparent !important;
    }
    .col-md-7.left-tp-about-2 {
        width: 100%;
        padding-left: 7px;
    }
    .right-tp-about-2 p {
        padding-left: 0px;
    }
    .col-md-5.ind-left-col {
        padding: 15px;
    }
    .a-root-p p {
        line-height: 1.8;
        font-weight: 300;
        font-size: 14px;
        color: #fff;
        text-align: justify;
        margin-left: 1%;
        width: 100%;
        padding: 10px;
    }
    .p-up {
        margin: 0px 12px 6px;
    }
}

@media only screen and (max-width :767px) {
    .col-12 {
        width: 100%;
        display: flex;
    }
    .indica-child {
        padding-top: 10px;
        background: #000;
        padding-bottom: 10px;
        margin-top: 50px;
    }
    .ind-title {
        margin-top: 2%;
    }
    .responsive-p {
        margin-top: 2%;
    }
}

@media (max-width:629px) {
    .responsive {
        display: none;
    }
    .data {
        font-size: 28px;
    }
    .responsive-btn {
        margin: 19% 1% 3% 21%;
        width: 150px;
        padding: 5px 4px;
        text-align: center;
        font-size: 25px;
        background-color: #222222;
        color: white;
    }
    .stick-here.service-t .left-tp {
        background: #d9d9d9;
        height: 100%;
        width: 72.4%;
    }
}

#default {
    text-align: center;
}

.carousel1 {
    margin: 0 auto;
    width: 900px;
    height: 500px;
    display: relative !important;
    margin-top: -1%;
}

.text-white {
    color: white !important
}

.carousel1 img {
    display: hidden;
    /* hide images until carousel prepares them */
    cursor: pointer;
    /* not needed if you wrap carousel items in links */
    width: 900px;
    height: 550px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    /* do X */
    .carousel1 {
        margin: 0 auto;
        width: 300px;
        height: 183px;
        display: relative !important;
        margin-top: 3%;
    }
    .carousel1 img {
        display: hidden;
        /* hide images until carousel prepares them */
        cursor: pointer;
        /* not needed if you wrap carousel items in links */
        width: 300px;
        height: 183px;
    }
    button.tablinks {
        background: #627b3c !important;
        border: navajowhite;
        padding: 10px;
        border-radius: 10px;
        font-size: 11px;
    }
    .m-0 {
        margin: 0px !important
    }
    .p-0 {
        padding: 0px !important;
    }
    .mt-5 {
        margin-top: 55px;
        margin-left: 3%
    }
    .image_right_height {
        height: 221px;
        width: 100%;
    }
}

.mb-5 {
    margin-top: 5px;
}

.main_image_width {
    width: 220px !important;
    height: 180px !important;
}

.font-for-head {
    font: normal 18px/1.5;
    overflow: hidden;
    font-family: 'Roboto', sans-serif
}

.over-visible {
    /* overflow: visible;*/
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: white;
}

.synch-carousels {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.synch-carousels>* {
    width: 100%;
}

.synch-carousels .right {
    order: -1;
}

.synch-carousels .left {
    overflow: hidden;
}

.synch-carousels .gallery {
    display: none;
}

.synch-carousels .slick-slide {
    outline: none;
}

.synch-carousels .slick-vertical .slick-slide {
    border: none;
}

.synch-carousels .gallery .slick-list {
    height: auto !important;
    margin: 0 -20px;
}

.synch-carousels .gallery .slick-slide {
    cursor: pointer;
}

.synch-carousels .gallery .slick-slide {
    margin: 0 20px;
}

.synch-carousels .nav-arrows {
    display: flex;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.synch-carousels .nav-arrows svg {
    fill: black;
}

.synch-carousels .arrow-left {
    margin-right: 35px;
}

.synch-carousels .photos-counter {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 0 20px;
    color: white;
    background: #292929;
}

.image {
    height: 100px;
}

@media screen and (min-width: 480px) {
    .synch-carousels .right {
        margin-bottom: 20px;
    }
    .synch-carousels .gallery {
        display: block;
    }
    .coverflow__image[data-coverflow-index] {
        position: absolute;
        left: 58%;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    .coverflow__image {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 330px;
        /* height: 400px; */
        -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .prev-arrow,
    .next-arrow {
        cursor: pointer;
        z-index: 10;
        position: absolute;
        top: 33%;
        padding: 1.5rem 2rem;
        color: rgba(255, 255, 255, 0.5);
        font-size: 3rem;
        line-height: 3rem;
        background: #00000069;
        border-radius: 1rem;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: color 200ms, background 200ms;
        transition: color 200ms, background 200ms;
    }
}

@media screen and (min-width: 1024px) {
    .synch-carousels .right {
        position: relative;
        width: calc(100% - 230px);
        margin-bottom: 0;
        order: 2;
    }
    .synch-carousels .left {
        width: 210px;
    }
    .synch-carousels .gallery .slick-slide {
        margin: 0 0 20px 0;
    }
    .synch-carousels .gallery .slick-list {
        margin: 0;
    }
}

.button_color {
    background-color: transparent;
    cursor: pointer;
    border: none;
}

.button_color:hover {
    background-color: transparent;
    cursor: pointer;
    border: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .c1 {
        text-align: center
    }
}


/*   @media only screen and (max-width: 1300px) and (min-width: 768px)
    .slider-text p {
    font-size: 60px;
    padding-left: 335px;
    margin-top: 60px;
}*/

@media only screen and (max-width: 1300px) and (min-width: 768px) {
    .slider-text p {
        font-size: 60px !important;
        padding-left: 335px !important;
        margin-top: 60px !important;
    }
}


/*----------------------------*\
      Coverflow Album Slider 
\*-----------------------------*/

.coverflow {
    position: relative;
    height: 600px;
    padding: 50px;
    overflow: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.coverflow__image {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 800px;
    height: 500px;
    -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.coverflow__image[data-coverflow-index] {
    position: absolute;
    left: 35%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.coverflow__image[data-coverflow-index]:before {
    content: " ";
    z-index: 1;
    position: absolute;
    top: 300px;
    width: 100%;
    height: 10%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
}

.coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="1"] {
    z-index: 10;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    box-shadow: 0 1px 25px 10px rgba(0, 0, 0, 0.6);
}

.coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="2"] {
    z-index: 9;
    -webkit-transform: translateX(10px) scale(0.65) rotateY(-45deg);
    transform: translateX(10px) scale(0.65) rotateY(-45deg);
    opacity: 0.5;
}

.coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="3"] {
    z-index: 8;
    -webkit-transform: translateX(100px) scale(0.5) rotateY(-45deg);
    transform: translateX(100px) scale(0.5) rotateY(-45deg);
    opacity: 0.33333;
}

.coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="4"] {
    z-index: 7;
    -webkit-transform: translateX(190px) scale(0.35) rotateY(-45deg);
    transform: translateX(190px) scale(0.35) rotateY(-45deg);
    opacity: 0.16667;
}

.coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="5"] {
    z-index: 6;
    -webkit-transform: translateX(280px) scale(0.2) rotateY(-45deg);
    transform: translateX(280px) scale(0.2) rotateY(-45deg);
    opacity: 0;
}

.coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="6"] {
    z-index: 5;
    -webkit-transform: translateX(370px) scale(0.05) rotateY(-45deg);
    transform: translateX(370px) scale(0.05) rotateY(-45deg);
    opacity: -0.16667;
}

.coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="7"] {
    z-index: 4;
    -webkit-transform: translateX(460px) scale(-0.1) rotateY(-45deg);
    transform: translateX(460px) scale(-0.1) rotateY(-45deg);
    opacity: -0.33333;
}

.coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="8"] {
    z-index: 3;
    -webkit-transform: translateX(550px) scale(-0.25) rotateY(-45deg);
    transform: translateX(550px) scale(-0.25) rotateY(-45deg);
    opacity: -0.5;
}

.coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="9"] {
    z-index: 2;
    -webkit-transform: translateX(640px) scale(-0.4) rotateY(-45deg);
    transform: translateX(640px) scale(-0.4) rotateY(-45deg);
    opacity: -0.66667;
}

.coverflow[data-coverflow-position="1"] .coverflow__image[data-coverflow-index="10"] {
    z-index: 1;
    -webkit-transform: translateX(730px) scale(-0.55) rotateY(-45deg);
    transform: translateX(730px) scale(-0.55) rotateY(-45deg);
    opacity: -0.83333;
}

.coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="1"] {
    z-index: 9;
    -webkit-transform: translateX(-410px) scale(0.65) rotateY(45deg);
    transform: translateX(-410px) scale(0.65) rotateY(45deg);
    opacity: 0.5;
}

.coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="2"] {
    z-index: 10;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    box-shadow: 0 1px 25px 10px rgba(0, 0, 0, 0.6);
}

.coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="3"] {
    z-index: 9;
    -webkit-transform: translateX(10px) scale(0.65) rotateY(-45deg);
    transform: translateX(10px) scale(0.65) rotateY(-45deg);
    opacity: 0.5;
}

.coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="4"] {
    z-index: 8;
    -webkit-transform: translateX(100px) scale(0.5) rotateY(-45deg);
    transform: translateX(100px) scale(0.5) rotateY(-45deg);
    opacity: 0.33333;
}

.coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="5"] {
    z-index: 7;
    -webkit-transform: translateX(190px) scale(0.35) rotateY(-45deg);
    transform: translateX(190px) scale(0.35) rotateY(-45deg);
    opacity: 0.16667;
}

.coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="6"] {
    z-index: 6;
    -webkit-transform: translateX(280px) scale(0.2) rotateY(-45deg);
    transform: translateX(280px) scale(0.2) rotateY(-45deg);
    opacity: 0;
}

.coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="7"] {
    z-index: 5;
    -webkit-transform: translateX(370px) scale(0.05) rotateY(-45deg);
    transform: translateX(370px) scale(0.05) rotateY(-45deg);
    opacity: -0.16667;
}

.coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="8"] {
    z-index: 4;
    -webkit-transform: translateX(460px) scale(-0.1) rotateY(-45deg);
    transform: translateX(460px) scale(-0.1) rotateY(-45deg);
    opacity: -0.33333;
}

.coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="9"] {
    z-index: 3;
    -webkit-transform: translateX(550px) scale(-0.25) rotateY(-45deg);
    transform: translateX(550px) scale(-0.25) rotateY(-45deg);
    opacity: -0.5;
}

.coverflow[data-coverflow-position="2"] .coverflow__image[data-coverflow-index="10"] {
    z-index: 2;
    -webkit-transform: translateX(640px) scale(-0.4) rotateY(-45deg);
    transform: translateX(640px) scale(-0.4) rotateY(-45deg);
    opacity: -0.66667;
}

Going With Down .coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="1"] {
    z-index: 8;
    -webkit-transform: translateX(-500px) scale(0.5) rotateY(45deg);
    transform: translateX(-500px) scale(0.5) rotateY(45deg);
    opacity: 0.33333;
}

.coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="2"] {
    z-index: 9;
    -webkit-transform: translateX(-410px) scale(0.65) rotateY(45deg);
    transform: translateX(-410px) scale(0.65) rotateY(45deg);
    opacity: 0.5;
}

.coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="3"] {
    z-index: 10;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    box-shadow: 0 1px 25px 10px rgba(0, 0, 0, 0.6);
}

.coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="4"] {
    z-index: 9;
    -webkit-transform: translateX(10px) scale(0.65) rotateY(-45deg);
    transform: translateX(10px) scale(0.65) rotateY(-45deg);
    opacity: 0.5;
}

.coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="5"] {
    z-index: 8;
    -webkit-transform: translateX(100px) scale(0.5) rotateY(-45deg);
    transform: translateX(100px) scale(0.5) rotateY(-45deg);
    opacity: 0.33333;
}

.coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="6"] {
    z-index: 7;
    -webkit-transform: translateX(190px) scale(0.35) rotateY(-45deg);
    transform: translateX(190px) scale(0.35) rotateY(-45deg);
    opacity: 0.16667;
}

.coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="7"] {
    z-index: 6;
    -webkit-transform: translateX(280px) scale(0.2) rotateY(-45deg);
    transform: translateX(280px) scale(0.2) rotateY(-45deg);
    opacity: 0;
}

.coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="8"] {
    z-index: 5;
    -webkit-transform: translateX(370px) scale(0.05) rotateY(-45deg);
    transform: translateX(370px) scale(0.05) rotateY(-45deg);
    opacity: -0.16667;
}

.coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="9"] {
    z-index: 4;
    -webkit-transform: translateX(460px) scale(-0.1) rotateY(-45deg);
    transform: translateX(460px) scale(-0.1) rotateY(-45deg);
    opacity: -0.33333;
}

.coverflow[data-coverflow-position="3"] .coverflow__image[data-coverflow-index="10"] {
    z-index: 3;
    -webkit-transform: translateX(550px) scale(-0.25) rotateY(-45deg);
    transform: translateX(550px) scale(-0.25) rotateY(-45deg);
    opacity: -0.5;
}

.coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="1"] {
    z-index: 7;
    -webkit-transform: translateX(-590px) scale(0.35) rotateY(45deg);
    transform: translateX(-590px) scale(0.35) rotateY(45deg);
    opacity: 0.16667;
}

.coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="2"] {
    z-index: 8;
    -webkit-transform: translateX(-500px) scale(0.5) rotateY(45deg);
    transform: translateX(-500px) scale(0.5) rotateY(45deg);
    opacity: 0.33333;
}

.coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="3"] {
    z-index: 9;
    -webkit-transform: translateX(-410px) scale(0.65) rotateY(45deg);
    transform: translateX(-410px) scale(0.65) rotateY(45deg);
    opacity: 0.5;
}

.coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="4"] {
    z-index: 10;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    box-shadow: 0 1px 25px 10px rgba(0, 0, 0, 0.6);
}

.coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="5"] {
    z-index: 9;
    -webkit-transform: translateX(10px) scale(0.65) rotateY(-45deg);
    transform: translateX(10px) scale(0.65) rotateY(-45deg);
    opacity: 0.5;
}

.coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="6"] {
    z-index: 8;
    -webkit-transform: translateX(100px) scale(0.5) rotateY(-45deg);
    transform: translateX(100px) scale(0.5) rotateY(-45deg);
    opacity: 0.33333;
}

.coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="7"] {
    z-index: 7;
    -webkit-transform: translateX(190px) scale(0.35) rotateY(-45deg);
    transform: translateX(190px) scale(0.35) rotateY(-45deg);
    opacity: 0.16667;
}

.coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="8"] {
    z-index: 6;
    -webkit-transform: translateX(280px) scale(0.2) rotateY(-45deg);
    transform: translateX(280px) scale(0.2) rotateY(-45deg);
    opacity: 0;
}

.coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="9"] {
    z-index: 5;
    -webkit-transform: translateX(370px) scale(0.05) rotateY(-45deg);
    transform: translateX(370px) scale(0.05) rotateY(-45deg);
    opacity: -0.16667;
}

.coverflow[data-coverflow-position="4"] .coverflow__image[data-coverflow-index="10"] {
    z-index: 4;
    -webkit-transform: translateX(460px) scale(-0.1) rotateY(-45deg);
    transform: translateX(460px) scale(-0.1) rotateY(-45deg);
    opacity: -0.33333;
}

.coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="1"] {
    z-index: 6;
    -webkit-transform: translateX(-680px) scale(0.2) rotateY(45deg);
    transform: translateX(-680px) scale(0.2) rotateY(45deg);
    opacity: 0;
}

.coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="2"] {
    z-index: 7;
    -webkit-transform: translateX(-590px) scale(0.35) rotateY(45deg);
    transform: translateX(-590px) scale(0.35) rotateY(45deg);
    opacity: 0.16667;
}

.coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="3"] {
    z-index: 8;
    -webkit-transform: translateX(-500px) scale(0.5) rotateY(45deg);
    transform: translateX(-500px) scale(0.5) rotateY(45deg);
    opacity: 0.33333;
}

.coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="4"] {
    z-index: 9;
    -webkit-transform: translateX(-410px) scale(0.65) rotateY(45deg);
    transform: translateX(-410px) scale(0.65) rotateY(45deg);
    opacity: 0.5;
}

.coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="5"] {
    z-index: 10;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    box-shadow: 0 1px 25px 10px rgba(0, 0, 0, 0.6);
}

.coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="6"] {
    z-index: 9;
    -webkit-transform: translateX(10px) scale(0.65) rotateY(-45deg);
    transform: translateX(10px) scale(0.65) rotateY(-45deg);
    opacity: 0.5;
}

.coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="7"] {
    z-index: 8;
    -webkit-transform: translateX(100px) scale(0.5) rotateY(-45deg);
    transform: translateX(100px) scale(0.5) rotateY(-45deg);
    opacity: 0.33333;
}

.coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="8"] {
    z-index: 7;
    -webkit-transform: translateX(190px) scale(0.35) rotateY(-45deg);
    transform: translateX(190px) scale(0.35) rotateY(-45deg);
    opacity: 0.16667;
}

.coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="9"] {
    z-index: 6;
    -webkit-transform: translateX(280px) scale(0.2) rotateY(-45deg);
    transform: translateX(280px) scale(0.2) rotateY(-45deg);
    opacity: 0;
}

.coverflow[data-coverflow-position="5"] .coverflow__image[data-coverflow-index="10"] {
    z-index: 5;
    -webkit-transform: translateX(370px) scale(0.05) rotateY(-45deg);
    transform: translateX(370px) scale(0.05) rotateY(-45deg);
    opacity: -0.16667;
}

.coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="1"] {
    z-index: 5;
    -webkit-transform: translateX(-770px) scale(0.05) rotateY(45deg);
    transform: translateX(-770px) scale(0.05) rotateY(45deg);
    opacity: -0.16667;
}

.coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="2"] {
    z-index: 6;
    -webkit-transform: translateX(-680px) scale(0.2) rotateY(45deg);
    transform: translateX(-680px) scale(0.2) rotateY(45deg);
    opacity: 0;
}

.coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="3"] {
    z-index: 7;
    -webkit-transform: translateX(-590px) scale(0.35) rotateY(45deg);
    transform: translateX(-590px) scale(0.35) rotateY(45deg);
    opacity: 0.16667;
}

.coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="4"] {
    z-index: 8;
    -webkit-transform: translateX(-500px) scale(0.5) rotateY(45deg);
    transform: translateX(-500px) scale(0.5) rotateY(45deg);
    opacity: 0.33333;
}

.coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="5"] {
    z-index: 9;
    -webkit-transform: translateX(-410px) scale(0.65) rotateY(45deg);
    transform: translateX(-410px) scale(0.65) rotateY(45deg);
    opacity: 0.5;
}

.coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="6"] {
    z-index: 10;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    box-shadow: 0 1px 25px 10px rgba(0, 0, 0, 0.6);
}

.coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="7"] {
    z-index: 9;
    -webkit-transform: translateX(10px) scale(0.65) rotateY(-45deg);
    transform: translateX(10px) scale(0.65) rotateY(-45deg);
    opacity: 0.5;
}

.coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="8"] {
    z-index: 8;
    -webkit-transform: translateX(100px) scale(0.5) rotateY(-45deg);
    transform: translateX(100px) scale(0.5) rotateY(-45deg);
    opacity: 0.33333;
}

.coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="9"] {
    z-index: 7;
    -webkit-transform: translateX(190px) scale(0.35) rotateY(-45deg);
    transform: translateX(190px) scale(0.35) rotateY(-45deg);
    opacity: 0.16667;
}

.coverflow[data-coverflow-position="6"] .coverflow__image[data-coverflow-index="10"] {
    z-index: 6;
    -webkit-transform: translateX(280px) scale(0.2) rotateY(-45deg);
    transform: translateX(280px) scale(0.2) rotateY(-45deg);
    opacity: 0;
}

.coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="1"] {
    z-index: 4;
    -webkit-transform: translateX(-860px) scale(-0.1) rotateY(45deg);
    transform: translateX(-860px) scale(-0.1) rotateY(45deg);
    opacity: -0.33333;
}

.coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="2"] {
    z-index: 5;
    -webkit-transform: translateX(-770px) scale(0.05) rotateY(45deg);
    transform: translateX(-770px) scale(0.05) rotateY(45deg);
    opacity: -0.16667;
}

.coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="3"] {
    z-index: 6;
    -webkit-transform: translateX(-680px) scale(0.2) rotateY(45deg);
    transform: translateX(-680px) scale(0.2) rotateY(45deg);
    opacity: 0;
}

.coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="4"] {
    z-index: 7;
    -webkit-transform: translateX(-590px) scale(0.35) rotateY(45deg);
    transform: translateX(-590px) scale(0.35) rotateY(45deg);
    opacity: 0.16667;
}

.coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="5"] {
    z-index: 8;
    -webkit-transform: translateX(-500px) scale(0.5) rotateY(45deg);
    transform: translateX(-500px) scale(0.5) rotateY(45deg);
    opacity: 0.33333;
}

.coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="6"] {
    z-index: 9;
    -webkit-transform: translateX(-410px) scale(0.65) rotateY(45deg);
    transform: translateX(-410px) scale(0.65) rotateY(45deg);
    opacity: 0.5;
}

.coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="7"] {
    z-index: 10;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    box-shadow: 0 1px 25px 10px rgba(0, 0, 0, 0.6);
}

.coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="8"] {
    z-index: 9;
    -webkit-transform: translateX(10px) scale(0.65) rotateY(-45deg);
    transform: translateX(10px) scale(0.65) rotateY(-45deg);
    opacity: 0.5;
}

.coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="9"] {
    z-index: 8;
    -webkit-transform: translateX(100px) scale(0.5) rotateY(-45deg);
    transform: translateX(100px) scale(0.5) rotateY(-45deg);
    opacity: 0.33333;
}

.coverflow[data-coverflow-position="7"] .coverflow__image[data-coverflow-index="10"] {
    z-index: 7;
    -webkit-transform: translateX(190px) scale(0.35) rotateY(-45deg);
    transform: translateX(190px) scale(0.35) rotateY(-45deg);
    opacity: 0.16667;
}

.coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="1"] {
    z-index: 3;
    -webkit-transform: translateX(-950px) scale(-0.25) rotateY(45deg);
    transform: translateX(-950px) scale(-0.25) rotateY(45deg);
    opacity: -0.5;
}

.coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="2"] {
    z-index: 4;
    -webkit-transform: translateX(-860px) scale(-0.1) rotateY(45deg);
    transform: translateX(-860px) scale(-0.1) rotateY(45deg);
    opacity: -0.33333;
}

.coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="3"] {
    z-index: 5;
    -webkit-transform: translateX(-770px) scale(0.05) rotateY(45deg);
    transform: translateX(-770px) scale(0.05) rotateY(45deg);
    opacity: -0.16667;
}

.coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="4"] {
    z-index: 6;
    -webkit-transform: translateX(-680px) scale(0.2) rotateY(45deg);
    transform: translateX(-680px) scale(0.2) rotateY(45deg);
    opacity: 0;
}

.coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="5"] {
    z-index: 7;
    -webkit-transform: translateX(-590px) scale(0.35) rotateY(45deg);
    transform: translateX(-590px) scale(0.35) rotateY(45deg);
    opacity: 0.16667;
}

.coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="6"] {
    z-index: 8;
    -webkit-transform: translateX(-500px) scale(0.5) rotateY(45deg);
    transform: translateX(-500px) scale(0.5) rotateY(45deg);
    opacity: 0.33333;
}

.coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="7"] {
    z-index: 9;
    -webkit-transform: translateX(-410px) scale(0.65) rotateY(45deg);
    transform: translateX(-410px) scale(0.65) rotateY(45deg);
    opacity: 0.5;
}

.coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="8"] {
    z-index: 10;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    box-shadow: 0 1px 25px 10px rgba(0, 0, 0, 0.6);
}

.coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="9"] {
    z-index: 9;
    -webkit-transform: translateX(10px) scale(0.65) rotateY(-45deg);
    transform: translateX(10px) scale(0.65) rotateY(-45deg);
    opacity: 0.5;
}

.coverflow[data-coverflow-position="8"] .coverflow__image[data-coverflow-index="10"] {
    z-index: 8;
    -webkit-transform: translateX(100px) scale(0.5) rotateY(-45deg);
    transform: translateX(100px) scale(0.5) rotateY(-45deg);
    opacity: 0.33333;
}

.coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="1"] {
    z-index: 2;
    -webkit-transform: translateX(-1040px) scale(-0.4) rotateY(45deg);
    transform: translateX(-1040px) scale(-0.4) rotateY(45deg);
    opacity: -0.66667;
}

.coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="2"] {
    z-index: 3;
    -webkit-transform: translateX(-950px) scale(-0.25) rotateY(45deg);
    transform: translateX(-950px) scale(-0.25) rotateY(45deg);
    opacity: -0.5;
}

.coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="3"] {
    z-index: 4;
    -webkit-transform: translateX(-860px) scale(-0.1) rotateY(45deg);
    transform: translateX(-860px) scale(-0.1) rotateY(45deg);
    opacity: -0.33333;
}

.coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="4"] {
    z-index: 5;
    -webkit-transform: translateX(-770px) scale(0.05) rotateY(45deg);
    transform: translateX(-770px) scale(0.05) rotateY(45deg);
    opacity: -0.16667;
}

.coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="5"] {
    z-index: 6;
    -webkit-transform: translateX(-680px) scale(0.2) rotateY(45deg);
    transform: translateX(-680px) scale(0.2) rotateY(45deg);
    opacity: 0;
}

.coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="6"] {
    z-index: 7;
    -webkit-transform: translateX(-590px) scale(0.35) rotateY(45deg);
    transform: translateX(-590px) scale(0.35) rotateY(45deg);
    opacity: 0.16667;
}

.coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="7"] {
    z-index: 8;
    -webkit-transform: translateX(-500px) scale(0.5) rotateY(45deg);
    transform: translateX(-500px) scale(0.5) rotateY(45deg);
    opacity: 0.33333;
}

.coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="8"] {
    z-index: 9;
    -webkit-transform: translateX(-410px) scale(0.65) rotateY(45deg);
    transform: translateX(-410px) scale(0.65) rotateY(45deg);
    opacity: 0.5;
}

.coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="9"] {
    z-index: 10;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    box-shadow: 0 1px 25px 10px rgba(0, 0, 0, 0.6);
}

.coverflow[data-coverflow-position="9"] .coverflow__image[data-coverflow-index="10"] {
    z-index: 9;
    -webkit-transform: translateX(10px) scale(0.65) rotateY(-45deg);
    transform: translateX(10px) scale(0.65) rotateY(-45deg);
    opacity: 0.5;
}

.coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="1"] {
    z-index: 1;
    -webkit-transform: translateX(-1130px) scale(-0.55) rotateY(45deg);
    transform: translateX(-1130px) scale(-0.55) rotateY(45deg);
    opacity: -0.83333;
}

.coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="2"] {
    z-index: 2;
    -webkit-transform: translateX(-1040px) scale(-0.4) rotateY(45deg);
    transform: translateX(-1040px) scale(-0.4) rotateY(45deg);
    opacity: -0.66667;
}

.coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="3"] {
    z-index: 3;
    -webkit-transform: translateX(-950px) scale(-0.25) rotateY(45deg);
    transform: translateX(-950px) scale(-0.25) rotateY(45deg);
    opacity: -0.5;
}

.coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="4"] {
    z-index: 4;
    -webkit-transform: translateX(-860px) scale(-0.1) rotateY(45deg);
    transform: translateX(-860px) scale(-0.1) rotateY(45deg);
    opacity: -0.33333;
}

.coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="5"] {
    z-index: 5;
    -webkit-transform: translateX(-770px) scale(0.05) rotateY(45deg);
    transform: translateX(-770px) scale(0.05) rotateY(45deg);
    opacity: -0.16667;
}

.coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="6"] {
    z-index: 6;
    -webkit-transform: translateX(-680px) scale(0.2) rotateY(45deg);
    transform: translateX(-680px) scale(0.2) rotateY(45deg);
    opacity: 0;
}

.coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="7"] {
    z-index: 7;
    -webkit-transform: translateX(-590px) scale(0.35) rotateY(45deg);
    transform: translateX(-590px) scale(0.35) rotateY(45deg);
    opacity: 0.16667;
}

.coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="8"] {
    z-index: 8;
    -webkit-transform: translateX(-500px) scale(0.5) rotateY(45deg);
    transform: translateX(-500px) scale(0.5) rotateY(45deg);
    opacity: 0.33333;
}

.coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="9"] {
    z-index: 9;
    -webkit-transform: translateX(-410px) scale(0.65) rotateY(45deg);
    transform: translateX(-410px) scale(0.65) rotateY(45deg);
    opacity: 0.5;
}

.coverflow[data-coverflow-position="10"] .coverflow__image[data-coverflow-index="10"] {
    z-index: 10;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    box-shadow: 0 1px 25px 10px rgba(0, 0, 0, 0.6);
}

.prev-arrow,
.next-arrow {
    cursor: pointer;
    z-index: 10;
    position: absolute;
    top: 50%;
    padding: 1.5rem 2rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 3rem;
    line-height: 3rem;
    background: #00000069;
    border-radius: 1rem;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: color 200ms, background 200ms;
    transition: color 200ms, background 200ms;
}

.prev-arrow:hover,
.next-arrow:hover,
.prev-arrow:focus,
.next-arrow:focus {
    color: rgba(255, 255, 255, 0.9);
    background: rgba(0, 0, 0, 0.5);
}

.prev-arrow {
    left: 0%;
}

.prev-arrow:before {
    content: "❮";
}

.next-arrow {
    right: 0%;
}

.next-arrow:after {
    content: "❯";
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 999999;
        margin-top: 40%;
    }
    .coverflow {
        position: relative;
        height: 370px;
        padding: 60px;
        overflow: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
        padding-top: 90px;
    }
    element.style {
        font-size: 14px;
        background-image: url(img/button/btnwooden-homes-1.jpg);
        background-color: transparent !important;
    }
    .pure-btn2 {
        border-radius: 0.6em;
        color: white;
        cursor: pointer;
        display: inline-block;
        align-self: center;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1;
        margin: 20px;
        padding: 17px 48px 17px 43px;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        background-color: #D1AF89;
        margin-left: 26%;
    }
    .prev-arrow,
    .next-arrow {
        cursor: pointer;
        z-index: 10;
        position: absolute;
        top: 50%;
        padding: 1.5rem 2rem;
        color: rgba(255, 255, 255, 0.5);
        font-size: 3rem;
        line-height: 3rem;
        background: #00000069;
        border-radius: 1rem;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: color 200ms, background 200ms;
        transition: color 200ms, background 200ms;
    }
    .cntct {
        {
            font-size: 22px;
            /* text-align: center; */
            margin-left: 59px;
        }
    }
    .coverflow__image[data-coverflow-index] {
        position: absolute;
        left: 58%;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    .coverflow__image {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 330px;
        -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .prev-arrow,
    .next-arrow {
        cursor: pointer;
        z-index: 15;
        position: absolute;
        top: 50%;
        padding: 1.5rem 2rem;
        color: rgba(255, 255, 255, 0.5);
        font-size: 3rem;
        line-height: 3rem;
        background: #000000ba;
        border-radius: 1rem;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: color 200ms, background 200ms;
        transition: color 200ms, background 200ms;
    }
    .coverflow__image {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        height: auto;
        -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }
}

@media(max-width: 576px) {
    .slider-text p {
        display: none;
    }
    .mt-20px {
        margin-top: -20px;
    }
}

@media(min-width: 577px) and (max-width: 768px) {
    .slider-text p {
        margin-top: 10%;
        font-size: 40px
    }
}

@media(min-width: 768px) {
    .mt-20 {
        margin-top: 50px !important
    }
    .mt-10 {
        margin-top: 10px;
    }
    .slick-slide img {
        display: block;
        width: 784px;
        height: 500px;
        margin-left: 50px;
    }
    .pal {
        left: -50px;
    }
    .mtb {
        margin-top: 5%;
        margin-bottom: 5%;
    }
}

.br {
    display: block;
    margin-bottom: 10px !important;
}

.required-error {
    position: absolute;
    top: 7px;
    right: 18px;
}

.ml-4 {
    margin-left: 4%;
}

.pd-10 {
    padding: 0 10px;
}