@font-face {
    font-family:Candara Bold;
    src: url("../Font/CANDARAB.TTF");
}
@font-face {
    font-family:Myriad Pro Regular;
    src: url("../Font/MYRIADPRO-REGULAR.OTF");
}
@font-face {
    font-family:Myriad Pro Bold;
    src: url("../Font/MYRIADPRO-BOLD.OTF");
}
@font-face {
    font-family:Myriad Pro SemiBold;
    src: url("../Font/MYRIADPRO-SEMIBOLD.OTF");
}



.home-block-1-img img {
    width: 100%;
    height: 100vh;
}
.home-block-1 {
    position: relative;
}
.home-block-1-logo {
    position: absolute;
    top: 30px;
    left: 7%;
    display: flex;
}
.video-content {
    padding: 0px;
    margin: 0px;
    display: flex;
}
.video-content li {
    list-style-type: none;
    position: relative;
    margin-right: 65px
}
/*.video-content li.item1:after {*/
    /*position: absolute;*/
    /*content:"";*/
    /*background: url("../img/icon-1.png");*/
    /*width: 62px;*/
    /*height: 62px;*/
    /*left: -49px;*/
    /*top: -22px;*/
/*}*/
/*.video-content li.item2:after {*/
    /*position: absolute;*/
    /*content:"";*/
    /*background: url("../img/icon-2.png");*/
    /*width: 62px;*/
    /*height: 62px;*/
    /*left: -49px;*/
    /*top: -22px;*/
/*}*/
/*.video-content li.item3:after {*/
    /*position: absolute;*/
    /*content:"";*/
    /*background: url("../img/icon-3.png");*/
    /*width: 62px;*/
    /*height: 62px;*/
    /*left: -49px;*/
    /*top: -22px;*/
/*}*/
.video-content li a img{
    position: absolute;
    top: -43%;
    left:-50px;
}
.video-content li a {
    text-decoration: none;
    font-size: 15px;
    font-family: "Myriad Pro Regular";
    color: #FFFFFF;
    padding: 7px 16px 7px 20px;
    background: #4d6265;
    display: block;
}
.video-content li a:hover{
    background: #597073;
    cursor: pointer;
}

.languages-switcher a:first-child{
    text-decoration: none;
    font-size: 14px;
    font-family: Myriad Pro Bold;
    color: #FFFFFF;
}
.languages-switcher a:last-child{
    text-decoration: none;
    font-size: 14px;
    font-family: "Myriad Pro Regular";
    color: #FFFFFF;
}
.languages-switcher {
    color: #FFFFFF;
    position: absolute;
    top: 12px;
    right: 8px;
}
.home-video {
    position: absolute;
    bottom: 88px;
    right: 39px;
}
.hamburger-menu {
    display: inline-block;
    cursor: pointer;

}

.hamburger-menu-title p {
    font-size: 11px;
    font-family: Myriad Pro Regular;
    color: #FFFFFF;
    margin: 0px;
    padding-top: 9px;
}

.bar1, .bar2, .bar3 {
    width: 24px;
    height: 2px;
    background-color: #FFFFFF;
    margin: 3px 12px;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-8px, 5px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-2px, 0px);
}
.main-menu {
    position: fixed;
    right: 0px;
    top: 53px;
    width: 48px;
    height: 49px;
    background: #8cc63f;
    text-align: center;
}
.home-main-menu{
    position: absolute;
    width: 125px;
    right: 60px;
    background: #8cc63f;
    border-radius: 16px;
    top: 35px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all .5s;
}
.show_home-main-menu {
    opacity: 1;
    transition: all .5s;
    z-index: 2;
    visibility: visible;
}
.home-main-menu ul {
    padding: 0px;
    margin: 0px;
}
.home-main-menu ul li {
    list-style-type: none;
    /*padding: 8px 0px;*/
}

.home-main-menu ul li a {
    text-decoration: none;
    font-family: "Myriad Pro Regular";
    font-size: 13px;
    color: #FFFFFF;
    width: 100%;
    display: block;
    padding: 8px 0px;
}


.fullpage_nav-container ul {
    padding: 0px;
    margin: 0px;
}
.fullpage_nav-container ul li {
    list-style-type: none;
    width: 48px;
    height: 49px;
    background: #4d6265;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fullpage_nav-container ul li:hover{
    background: #8cc63f;
}
.fullpage_nav-container ul li a img{
    margin: auto;
}
.fullpage_nav-container ul li a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.fullpage_nav {
    position: absolute;
    right: 0px;
    top: 35%;
}
.home-block-2-img img {
    width: 100%;
    height: 100vh;
}
.home-block-2-item-title h3 {
    text-transform: uppercase;
    font-size: 35px;
    font-family: Candara Bold;
    text-shadow: 2px 2px rgba(0,0,0,0.4);
    color: #FFFFFF;
    margin-bottom: 18px;
    text-align: left;
}
.home-block-2 {
    position: relative;
}
.home-block-2-item {
    position: absolute;
    bottom: 115px;
    left: 6%;
    width: 456px;
}

.home-block-2-group .col-xs-12.col-md-6.group-item{
    padding-left: 10px;
    padding-right: 5px;
}
.home-block-2-group {
    background: rgba(141, 197, 69, 0.96);
    border-radius: 17px;
    padding: 20px 14px 0px 15px;
}
.home-block-2-group-title span{
    color: #FFFFFF;
    font-family: Myriad Pro Bold;
    font-size: 15px;
}
.home-block-2-group-title p {
    color: #FFFFFF;
    font-family: "Myriad Pro Regular";
    font-size: 15px;
}
.home-block-2-group-title p:nth-child(3){
    margin-bottom: 31px;
}
.media-right p {
    color: #FFFFFF;
    font-family: Myriad Pro Bold;
    font-size: 14px;
    margin: 0px;
}
.media-right span {
    color: #FFFFFF;
    font-family: "Myriad Pro Regular";
    font-size: 15px;
}
.media-content {
    margin-left: -10px;
}
.group-item {
    padding-bottom: 15px;
}






.home-block-3 {
    position: relative;
}
.home-block-3-img img {
    width: 100%;
    height: 100vh;
}
.home-block-3-group-title P {
    font-size: 35px;
    font-family: Candara Bold;
    color: #8cc63f;
}
.home-block-3-group-title span {
    font-size: 35px;
    font-family: Candara Bold;
    color: #4d6265;
}
.home-block-3-group-title h3 {
    margin-bottom: 35px;
    color: #8cc63f;
    text-transform: uppercase;
    font-size: 35px;
}
.home-block-3-group-content {
    width: 480px;
    overflow: auto;
    height: 375px;
}
.home-block-3-group-content p {
    text-align: justify;
    padding-right: 25px;
}
/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {

    border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #8cc63f;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #8cc63f;
}
.home-block-3-group {
    position: absolute;
    left: 7%;
    top: 110px;
}



.home-block-4 {
    position: relative;
}
.home-block-4-img img {
    width: 100%;
    height: 100vh;
}
.home-block-4-group-title h3 {
    font-family: Candara Bold;
    font-size: 22px;
    color: #4d6265;
    margin-top: 10px;
}
.home-block-4-group-content p {
    font-size: 13px;
    font-family: "Myriad Pro Regular";
    height: 115px;
    overflow: auto;
    text-align: center;
    margin: 0px;
    padding-right: 18px;
    padding: 0px 8px;
}
.home-block-4-group {
    width: 670px;
    height: 620px;
    background: url(../img/img-5.png);
    position: absolute;
    background-size: cover;
    top: 12px;
    left: 4%;
    display: flex;
    align-items: center;
}
.home-block-4-group-container {
    position: relative;
    width: 284px;
    text-align: center;
    margin: auto;
}
.home-block-5 {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.home-block-5-right-title {
    transform: translateX(500px);
    transition:all 1.5s linear;
}
.home-block-5-right-title h3 span{
    font-size: 35px;
    font-family: Candara Bold;
    color: #4d6265;
}
.home-block-5-right-title h3 {
    font-family:Candara Bold ;
    font-size: 35px;
    color: #8cc63f;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.home-block-5-right-group-content p {
    width: 355px;
    height: 200px;
    overflow: auto;
    text-align: justify;
    padding-right: 20px;
    font-size: 15px;
    color: #000000;
    font-family: "Myriad Pro Regular";
    margin: 0px ;
}

.home-block-5-right-group {
    transform:translateX(-500px);
    transition:all 1.5s linear;
}
.home-block-5-right {
    position: relative;
    width: 36%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.home-block-5-right img {
    width: 100%;
    height: 100vh;
    position: absolute;
    bottom: 0;
    right: 0;
}
.home-block-5-left {
    width: 65%;
    z-index: 10;
}
.home-block-5-left img {
    width: 100%;
    height: 100vh;
}



















.home-block-7 {
    margin-left: 9%;
    margin-right: 9%;
    padding-bottom: 28px;
}

.home-block-7-title h3 {
    font-family:Candara Bold;
    font-size: 35px;
    color: #8cc63f;
    text-align: center;
    margin: 0px;
    padding: 20px 0px 27px 0px;
}
.home-block-7-category {
    margin-bottom: 45px;
}
.home-block-7-category ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
}
.home-block-7-category ul li {
    list-style-type: none;
    background: #4d6265;
    padding: 12px 41px;
    border-radius: 7px;
    margin-right: 8px;
}
.home-block-7-category ul li a {
    text-decoration: none;
    font-size: 16px;
    font-family: Myriad Pro SemiBold;
    color: #FFFFFF;
}
.home-block-7-category ul li:hover{
    background: #8cc63f;
}
.home-block-7-item-img img {
    width: 100%;
}

.home-block-7-item-title p {
    font-family: "Myriad Pro Regular";
    font-size: 15px;
    color: #FFFFFF;
    margin: 0px;
}
.home-block-7-item-container {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.home-block-7-item-container:hover img{
    transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transition: all .5s;

}
.home-block-7-item-title {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.4);
    padding: 25px 21px 20px 21px;
}
.footer-img img {
    width: 100%;
    height: 100vh;
}

.footer-container {
    position: relative;
}
.footer-logo span {
    margin-right: 72px;
}
.footer-logo {
    position: absolute;
    top: 50px;
    left: 10%;
}
.footer-content-title h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-family: Candara Bold;
    color: #8cc63f;
    margin-bottom: 25px;

}
.footer-content-left-group p {
    font-family: "Myriad Pro Regular";
    font-size: 16px;
    color: #000000;
    margin-bottom: 4px;
}
.footer-content-left-group {
    margin-bottom: 10px;
}
.social a img{
   width:22px;
}
.social a {
    color: #4d6265;
    font-size: 24px;
    margin-right: 32px;
}
.social a :first-child{
    /*margin-left: 19px;*/
}
::placeholder {
    color: #000000;
    font-size: 14px;
    font-family: "Myriad Pro Regular";

}
.footer-content-between-content input {
    width: 365px;
    height: 40px;
    margin-bottom: 11px;
    padding-left: 15px;
}
.footer-content-between-content button:hover {
    background:grey;
}
.footer-content-between-content button {
    background: #b9c8c9;
    border: 1px solid #b9c8c9;
    color: #FFFFFF;
    font-family: Myriad Pro SemiBold;
    padding: 7px 25px;
    margin-left: 63%;
    margin-top: 9px;
    border-radius: 4px;
    text-transform: uppercase;
}
.footer-content {
    display: flex;
    position: absolute;
    top: 170px;
    left: 6%;
}
.footer-content-left {
    width: 33.3333%;
    padding-right: 55px;
}
.footer-content-between {
    width: 33.3333%;
    padding-right: 55px;
}
.footer-content-right {
    width: 33.3333%;
    padding-right: 55px;
}
.footer-allright p {
    color: #405a5d;
    font-family:Candara Bold;
    font-size: 14px;
    margin: 0px;
}
.footer-allright img {
    margin-bottom: 14px;
}
.footer-allright {
    width: 305px;
    text-align: center;
    position: absolute;
    bottom: 27px;
    left: 40%;
}


.home-block-6-container {
    position: relative;
}
.slider-03 {
    position: absolute;
    bottom: 0px;
    padding-bottom: 17px;
    padding-left: 6%;
    padding-right: 7%;
    padding-top: 22px;
    background: rgba(0,0,0,0.3);
}

.home-block-6-title h3 {
    position: absolute;
    bottom: 110px;
    z-index: 4;
    left: 56px;
    color: #FFFFFF;
    font-size: 26px;
    font-family: Candara Bold;
}
.home-block-6-node button {
    width: 48px;
    height: 48px;
    background: #4d6265;
    border: 1px solid #4d6265;
    border-radius:100%;
}
.home-block-6-node button:hover {
    background: #8cc63f ;
    border: 1px solid #8cc63f;
}
.home-block-6-node i {
    color: #FFFFFF;
    font-size: 35px;
}
.home-block-6-node button:first-child{
    position: absolute;
    top: 40%;
    left: 13px;
    z-index: 3;
}
.home-block-6-node button:last-child{
    position: absolute;
    top: 40%;
    right: 13px;
    z-index: 1;
}

.home-block-2-item{
    opacity: 0;
}
.show-home-block-2-item{
    animation: slider-1 2s ;
    opacity: 1;
}
/*.home-block-2:hover .home-block-2-item {*/
    /*animation: slider-1 2s ;*/
    /*opacity: 1;*/
/*}*/

@keyframes slider-1 {
    from {bottom: -50%;}
    to {bottom: 115px;}
}
.home-block-3-group {
    opacity: 0;
}
.show-home-block-3-group{
    animation: slider-2 2s ;
    opacity: 1;
}
/*.home-block-3:hover .home-block-3-group {*/
    /*animation: slider-2 2s ;*/
    /*opacity: 1;*/
/*}*/
@keyframes slider-2 {
    from {left: -30%;}
    to {left: 7%;}
}
.home-block-4-group {
    opacity: 0;
}
.show-home-block-4-group{
    animation: slider-3 2s ;
    opacity: 1;
}
/*.home-block-4:hover .home-block-4-group {*/
    /*animation: slider-3 2s ;*/
    /*opacity: 1;*/
/*}*/
@keyframes slider-3 {
    from {left: -30%;}
    to {left: 4%;}
}

.home-block-5-right-group {
    opacity: 0;
    z-index: 0;
}
.show-home-block-5-right-group{
    transform:translateX(0px);
    opacity: 1;
}
/*.home-block-5:hover .home-block-5-right-group {*/
    /*animation: slider-4 2s;*/
    /*opacity: 1;*/
/*}*/
@keyframes slider-4 {
    from {left: -50%;}
    to {left: 40px;}
}

.home-block-5-right-title {
    opacity: 0;
}
.show-home-block-5-right-title{
    transform: translateX(0px);
    opacity: 1;
}
/*body:hover .home-block-5-right-title {*/
    /*animation: slider-5 2s;*/
    /*opacity: 1;*/
/*}*/
@keyframes slider-5 {
    from {right: -50%;}
    to {right: 32%;}
}
.slider-02 .owl-stage-outer .owl-stage .owl-item .item img{
    height: 100vh;
}
.slider-03 .owl-stage-outer .owl-stage .owl-item .item img {
    opacity: 0.5;
}




.show-slider-02 {
    border: 3px solid #8cc63f;
}
.show-slider-02 img{
    opacity: 1 !important;
}
.home-block-1-title-logo {
    margin-top: 60px;
}
.home-block-1-title-content p {
    font-family: Candara Bold;
    font-size: 27px;
    color: #4d6265;
    margin: 10px 0px -10px 0px;
}
.home-block-1-title-content span {
    font-family: Candara Bold;
    font-size: 27px;
    color: #8cc63f;
}
.home-block-5-right-group-list-content {
    padding-right: 60px;
}
.home-block-5-right-group-list h3 {
    font-family: Candara Bold;
    font-size: 35px;
    color: #8cc63f;
    margin:0px 0px 27px 0px;
}
.home-block-5-right-group-list {
    position: absolute;
    left: 50px;
    top: 29%;
}
.home-block-5-right-group-list p {
    height: 170px;
    overflow: auto;
    text-align: justify;
    font-size: 15px;
    color: #000000;
    font-family: "Myriad Pro Regular";
    margin: 0px;
}
.list-utilities-container {
    margin-left: 7%;
    margin-right: 7%;
    align-items: stretch;
}
.list-utilities-title h3 {
    text-align: center;
    font-family: Candara Bold;
    font-size: 35px;
    color: #8cc63f;
    margin: 0px;
    padding: 37px 0px 35px 0px;
}
.list-utilities-item-title a {
    font-family: "Myriad Pro Regular";
    font-size: 17px;
    color: #FFFFFF;
    text-decoration: none;
}
.list-utilities-items {
    display: flex;
}

.list-utilities-item-title  {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 15px 0px;
    background: rgba(0,0,0,0.5);
    width: 100%;
    text-align: center;
}
.list-utilities-item-1 {
    position: relative;
}

.list-utilities-item-2 {
    position: relative;
}

.list-utilities-item-3 {
    position: relative;
}

.list-utilities-item-1 {
    width: calc(86% - (45% - 15px));
    margin:0px 0px 19px 0px;
}
.list-utilities-item-2 {
    width: calc(86% - (55% - 11px));
    margin:0px 17px 19px 17px;
}
.list-utilities-item-3 {
    width: 25%;
    margin:0px 0px 19px 0px;
}

.list-utilities-item-img img {
    width: 100%;
}



.list-information-left {
    background: #8cc63f;
    padding: 51px 0px 63px 0px;
    width: 41%;
}
.list-information-left-container {
    margin-right: 20%;
    margin-left: 20%;
}
.list-information-title h3 {
    font-size: 24px;
    color: #FFFFFF;
    font-family:Myriad Pro Bold;
    margin: 0px 0px 37px 0px;

}
.list-information-left-group input {
    display: none;
}
.list-information-left-group label {
    font-size: 15px;
    font-family: "Myriad Pro Regular" ;
    color: #FFFFFF;
    margin-bottom: 14px;
    font-weight: 500;
}
.list-information-left-group label:before{
    content: '\2714';
    border: 1px solid #FFFFFF;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    vertical-align: bottom;
    color: transparent;
    margin-right: 10px;
    margin-bottom: 3px;
    transition: all linear 0.2s;
    background: #8cc63f;
}
input[type=checkbox]:checked + label:before {
    color:#FFFFFF ;
    border: 1px solid #FFFFFF;
}
.list-information-right {
    background: #4d6265;
    width: 59%;
}
.form-group {
    display: flex;
}
.form-group .control-label {
    width: 25%;
    color: #FFFFFF;
    font-family: Myriad Pro Bold;
    font-size: 15px;
    margin-left: 15px;
}
.form-control {
    height: 40px;
    border-radius: 0;
}
.list-information-right-container {
    margin-left: 7%;
    margin-right: 10%;
}
.form-group {
    justify-content: space-between;
}
.form-group button {
    padding: 14px 38px;
    background: #8cc63f;
    border: 1px solid #8cc63f;
    color: #ffffff;
    border-radius:4px;
}
.form-group button:hover {
    background: #8cc63f;
    color: #ffffff;
}
.list-information-right {
    padding-top: 51px;
}

.list-information-container {
    display: flex;
}
.footer-allright-full .footer-allright {
    bottom: 0px;
}
.footer-img-full .footer-img img {
    height: 100%;
}
.list-utilities {
    padding-bottom:41px;
}
.normal-page{
    overflow: auto;
}
.green-space-img img{
    height:auto;
}
.green-space-container{
    width:80%;
    margin:auto;
}
.form-contact-buttons{
    text-align:center;
}
.form-contact-buttons button{
    margin-left:0px;
}
#gardenia-popup .modal-body .popup-inner .div-contact .div-contact-content span{
    font-weight: bold;
    font-size: 18px;
}
#gardenia-popup .modal-body .popup-inner .div-contact{
    display: flex;
    padding-top: 10px;
    color: white;
    flex-wrap: wrap;
}
#gardenia-popup .modal-body .popup-inner .div-contact-img{
    padding-right: 20px;
}
#gardenia-popup .modal-body .popup-inner{
    margin: auto;
    padding-left: 117px;
    width: 430px;
}
#gardenia-popup .modal-body .div-contact-text{
    width: 100%;
    font-size: 27px;
    font-weight: bold;
    padding-bottom: 8px;
    /* display: none; */
    text-transform: uppercase;
}
#gardenia-popup .modal-body button{
    z-index: 1000000;
    position: absolute;
    top: -3px;
    right: 4px;
    color: white;
    opacity: 1;
    font-size: 27px;
}
#gardenia-popup .modal-body{
    padding: 0px;
    background-image: url(/lib/images/popup-img.jpg);
    width: 757px;
    height: 501px;
    display: flex;
    align-items: center;
}
#gardenia-popup .modal-dialog{
    width: 757px;
    height: 501px;

}
#gardenia-popup{

    align-items: center;
}
/*.project-image-tab .list-inline li[data-name='image_interior']{*/
    /*display: none;*/
/*}*/
.popup-mail-backdrop .page-logo img{
    width:120px;
    margin:auto;
}
.popup-mail-backdrop .page-logo{
    display: flex;
    align-items: center;
    width:100%;
}
.promotion-text-content>p>span>span>strong:first-child{
    padding-right: 75px;
}