#fp-nav {}
#fp-nav ul {}
#fp-nav ul li {}
#fp-nav ul li a {}
#fp-nav ul li a span {
    background: white;
}
#fp-nav ul li a.active span {}


.sidebar-wrapper {
    position: fixed;
    width: 360px;
    height: 100vh;
    overflow: hidden;
    right: -360px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 99999;
    background: rgba(0,0,0,0.90);
    border-left: 1px solid white;
}



.sidebar-open .sidebar-wrapper {
    right: 0;
    padding: 90px 42px 0;
}
.sidebar-wrapper .sidebar {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.sidebar-wrapper .sidebar .nav {
    display: block;
    width: 100%;
    height: calc(100vh - 70px);
    overflow-y: auto;
    position: relative;
}



.sidebar-wrapper .sidebar .nav .nav-item {
    display: block;
    width: 100%;
    padding: 0;
    background: url('../img/icons/menuArrow.svg?v=1') no-repeat left center;
    background-size: 10px;
    background-color: transparent;
    border-bottom: dashed 1px rgba(255, 255, 255, 0.39);
}

.sidebar-wrapper .sidebar .nav .nav-item:first-child {padding: 15px 0;border-top: dashed 1px rgba(255, 255, 255, 0.39);background: none;}

.sidebar-wrapper .sidebar .nav .nav-item a {color: white;padding: 15px 0px;cursor: pointer;}

.sidebar-wrapper .sidebar .nav .nav-item:hover a,
.sidebar-wrapper .sidebar .nav .nav-item a:focus,
.sidebar-wrapper .sidebar .nav .nav-item.active a
{
    background-color: transparent;
    font-weight: bold;
    /* text-align: center; */
}

.sidebar-wrapper .sidebar .nav .nav-item a > span {
    color: rgba(0, 0, 0, 0.26);
    float: left;
    font-family: "toyota_bold","helvetica","arial";
    letter-spacing: -1px;
    font-size: 16px;
}
.sidebar-wrapper .sidebar .nav .nav-item a span.hover {display: none;}

.sidebar-wrapper .sidebar .nav .nav-item:hover a span,
.sidebar-wrapper .sidebar .nav .nav-item.active a span
{display: none;}

.sidebar-wrapper .sidebar .nav .nav-item:hover a span.hover,
.sidebar-wrapper .sidebar .nav .nav-item.active a span.hover
{
    font-family: "toyota","helvetica","arial";
    /* font-weight: bold; */
    display: inline-block;
    color: white;
    width: 100%;
    font-size: 26px;
    vertical-align: middle;
    /* margin: 18px 0 0 0; */
}



.sidebar-wrapper .sidebar .nav .nav-item .nav-link {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar-wrapper .sidebar .nav .nav-item .nav-link .logo-img {
width: 178px;display: inline-block;float: right;margin: 12px 0 0 0;}

.sidebar-wrapper .sidebar .nav .nav-item .nav-link.active,
.sidebar-wrapper .sidebar .nav .nav-item .nav-link:hover {
    background-color:#f2f2f2;
}

.sidebar-wrapper .sidebar .nav .nav-item .nav-link:after {
    /* content:''; */
    background-image: url('../img/icons/arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 15px;
    height: 20px;
    position: absolute;
    left: 17px;
    top: 47px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar-wrapper .sidebar .nav .nav-item .nav-link.active:after,
.sidebar-wrapper .sidebar .nav .nav-item .nav-link:hover:after {
    background-image: url('../img/icons/arrow_red.svg');
}

.sidebar-wrapper .sidebar .nav .nav-item .nav-link img {
}

.sidebar-wrapper .sidebar .nav .nav-item .nav-link .circle_arrow {
    width: 28px;
    float: left;
    margin: 39px 0 0 0;
}

.sidebar-wrapper .sidebar .nav .nav-item .nav-link small {
    color: #808080;
    font-size: 17px;
}

.sidebar-wrapper .sidebar .bottom_menu {
    position: fixed;
    width: 360px;
    background-color: #DD0F24;
    bottom: 0;
    height: 80px;
    padding: 0 20px;
    text-align: right;
    display: table;
}

.bottom_menu {}
.sidebar-wrapper .sidebar .bottom_menu:hover {
    background-color: black;
    text-align: center;
}
.sidebar-wrapper .sidebar .bottom_menu a {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.sidebar-wrapper .sidebar .bottom_menu a img {
    float: left;
    width: 35px;
    margin: 5px 0 0 0;
}
.sidebar-wrapper .sidebar .bottom_menu a span {
font-size: 29px;color: white;}


.toggle-menu {
    position: fixed;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.87);
    border: none;
    padding: 0px;
    top: 20px;
    right: 40px;
    color: black;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    width: 42px;
    height: 42px;
}


.toggle-menu.open {
    right: 400px;
}

.toggle-menu:focus {
    outline: 0;
}


.toggle-menu:focus, .toggle-menu:hover {
    background: rgba(255, 255, 255, 0.47);
}

.toggle-menu.open {
    color: white;
    z-index: 99999;
    background: transparent;
}



.toggle-menu .bars {
    width: 42px;
    height: 42px;
    position: relative;
    -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;
}

.toggle-menu .bars span  {
    display: block;
    position: absolute;
    height: 2px;
    width: 60%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    right: 8px;
    -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;
}

.welcome-index .toggle-menu .bars span, .toggle-menu.open .bars span {
    background: #fff;
}

.toggle-menu .bars span:nth-child(1) {
    top: 13px;
}

.toggle-menu .bars span:nth-child(2) {
    top: 20px;
    width: 60%;
}

.toggle-menu .bars span:nth-child(3) {
    top: 27px;
    width: 60%;  
}

.toggle-menu.open .bars {
    right: -370px;
}

.toggle-menu.open .bars span:nth-child(1) {
    top: 19px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.toggle-menu.open .bars span:nth-child(2) {
    opacity: 0;
    right: -60px;
}

.toggle-menu.open .bars span:nth-child(3) {
    top: 19px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.content-wrapper {
    margin-right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.content-wrapper::before, .content-wrapper::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
}
.sidebar-open .content-wrapper::before, .sidebar-open .content-wrapper::after {
    opacity: 1;
    visibility: visible;
}
.sidebar-open .content-wrapper {
    /* margin-right: 360px; */
}






/*END SITE BAR*/





.wrapperAbsolute {
    position: absolute;
    top: 0;
    right: 50%;
    margin: 0 -600px 0 0;
}



.navOmbri {
    
    position: fixed;
    left: 0px;
    margin: 0;
    width: 17%;
    min-width: 200px;
    height: calc(100vh);
    top: 0;
    z-index: 10;
    padding: 100px 50px 0 60px;
    direction: ltr;
    background-color: white;
    
}

.navOmbri .brandLogo {
    margin: 0 0 35px 0;
}

.navOmbri li {
    margin: 0 0 10px 0;
}

.navOmbri li a {
    color: black;
    font-size: 28px;
}

.navOmbri li a:hover, .navOmbri li.active a {
    color: grey;
}


.navOmbri .brandLogo img {
    
    width: 148px;
    
}

#fp-nav {
    top : 17%;
}


/********************************** SECTION1 *******************************************/



.home .section.section1 {

    min-height: 800px;
    background-color: white;
    background-size: cover;
    background-position: center right;
    text-align: center;
}

.home .section.section1 .wrapperSite {
    padding-top: 12%;
}
.home .section.section1 .brand {
    
    width: 86%;
    margin: 0 0 10px 0;
}

.home .section.section1 h2 {
    
    color: white;
    font-size: 1em;
    letter-spacing: 10px;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}


.home .section.section1 {
    
    position: relative;
    
}

.home .section.section1 .textOnVideo {
   
    position: absolute;
    z-index: 10;
    width: 890px;
    bottom: 0px;
    right: 50%;
    
    margin: 0 -595px 15% 0;
    
    
    
}

.home .section.section1 .wrapperSite {
    padding-left: 1%;
}


/********************************** SECTION2 *******************************************/
.home .section.section2 .wrapperSite {

    padding-left: 15%;
    
}

.home .section.section2 .text_pic {
    
    display: flex;
    justify-content: center;
    gap: 5%;
    align-items: flex-end;
    
    
}

.home .section.section2 .text_pic .pic {
    
    width: 50%;
    max-width: 900px;
    
}

.home .section.section2 .text_pic .pic img {
    
    width: 100%;
    
}
.home .section.section2 .text_pic .text {
    width: 450px;
}

.home .section.section2 .text_pic .text .titCont {
    padding: 67px 0 0 0;
    margin: 0 0 0px 0;
    min-height: 264px;
    background: url('../img/pages/home/musicSymbol.svg') top 27px left white no-repeat;
    background-size: 95px;
}

.home .section.section2 .text_pic .text .titCont h2 {
    
    font-size: 131px;
    letter-spacing: -12px;
    line-height: .6;
    
}
.home .section.section2 .text_pic .text .paragraph {
    
    text-align: justify;
    line-height: 1.4;
    
}

    
/********************************** SECTION3 *******************************************/


.home .section.section3 {
    background-color: white;
}

.home .section.section3 .gallery-carousel {
    
    width: 85%;
    margin: 44px auto 0;
    
}

.home .section.section3 .gallery-carousel .owl-item {
    padding: 0 80px;
}

.home .section.section3 .gallery-carousel .owl-item .item {
    
    display: flex;
    gap: 4%;
    flex-wrap: wrap;
    justify-content: left;
    
    
}

.home .section.section3 .gallery-carousel .owl-item .item .project {
    
    width: 30.5%;
    background: white;
    margin: 0 0 100px 0;
    
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    
}

.home .section.section3 .gallery-carousel .owl-item .item .project h3 {
    font-size: 17px;
    color: black;
    text-decoration: none;
    text-align: left;
}

.home .section.section3 .gallery-carousel .owl-item .item .project:hover h3 {
    color: grey;
/*    font-family: "fb_bold","helvetica","arial";*/
}

.home .section.section3 .gallery-carousel .owl-item .item .project .picture {
    
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    
    width: 100%;
    min-height: 240px;
    margin: 0 0 10px 0;
    
}

.home .section.section3 .gallery-carousel .owl-item .item .project:hover .picture {
    
    border-color: grey;
    
}

/*.home .section.section3 .gallery-carousel .owl-item .item a:nth-child(2) { background: red; --animate-delay: 1s;}
.home .section.section3 .gallery-carousel .owl-item .item a:nth-child(3) { --animate-delay: 1s;}*/




/********************************** SECTION4 *******************************************/


/*.home .section.section4 {
    
    background-size: 1614px;
    background-position-x: 510px;
    background-position-y: 120px;
    
}*/

.home .section.section4 .fp-tableCell {
    
    vertical-align: top;
    
}

.home .section.section4 .textCont {
    
    padding: 0;
    
}

.home .section.section4 .textCont .textAndPicture {
    
    margin: 80px auto 0;
    width: 960px;
    min-height: 820px;
    padding: 120px 11px 0 0;
    background-size: 974px;
    background-repeat: no-repeat;
    background-position: center bottom 0px;
    
}

.home .section.section4 .textCont .textAndPicture .text {
    
    background: transparent;
    width: 418px;
    line-height: 1.2;
    font-size: 20px;
    
}

/********************************** SECTION5 *******************************************/


.home .section.section5 {
    
    background-size: 330px;
    background-position-x: right;
    background-position-y: top;
    
}

.home .section.section5 .fp-tableCell {
    
    vertical-align: top;
    
}

.home .section.section5 .cont {
    
    padding-right: 16%;
    
}

.home .section.section5 .cont .galCont {
    
    width: 440px;
    margin: 280px auto 0;
    position: relative;
    
}

.home .section.section5 .cont .galCont .owl-dots {
    
    position: absolute;
    top: 38px;
    right: -47px;
    width: 20px;
    line-height: 1;
    
    
}
.home .section.section5 .cont .galCont .owl-dots .owl-dot {
    
    margin: 0;
}

.home .section.section5 .cont .galCont .owl-dots .owl-dot span {
    
    width: 10px;
    height: 10px;
    
}

.home .section.section5 .cont .galCont .owl-dots .owl-dot.active {
    margin-top: 9px;
}

.home .section.section5 .cont .galCont .owl-dots .owl-dot.active span {
    
    border-radius: 0;
    width: 15px;
    height: 15px;
    background: url('../img/pages/recommend/heart.svg') center center white no-repeat;
    background-size: 100%;
}


.home .section.section5 .cont .galCont .item {
    
    background: url('../img/pages/recommend/girshaim.svg') right top white no-repeat;
    background-size: 100px;
    min-height: 300px;
    
    
}

.home .section.section5 .cont .galCont .item .text {
    
    padding: 20px;
    text-align: right;
    font-size: 32px;
    min-height: 240px;
    
}

.home .section.section5 .cont .galCont .item .people {
    
    margin: 10px 0 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    
}

.home .section.section5 .cont .galCont .item .people .picture {
    
    background: center center no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
/*    border: 1px solid lightgrey;*/

/********************************** SECTION6 *******************************************/

.home .section.section6 {
    
    background-size: 580px;
    background-position-x: right;
    background-position-y: center;
    
    
    
}

.home .section.section6 .wrapperSite {
    
    
}

.home .section.section6 .formCont {
    
    margin: 0 56% 0 0;
    width: 340px;
    
    
}

.home .section.section6 .formCont .iconsCont {
    
    width: 280px;
    margin: 0 auto 20px;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
    
}

.home .section.section6 .formCont .iconsCont a {
    width: 80px;
    margin: 0 0 30px 0;
}

.home .section.section6 .formCont .iconsCont a img {
    width: 100%;
}

.home .section.section6 .formCont .addressLine {
    
    margin: 30px 0 0 0;
    
    color: #5b5959;
    text-align: center;
    
    
}



.project .wrapperSite {
    padding-left: 14%;
}

.project .firstProjectPic {
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.project .firstProjectPic .picture {
    
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 50%;
    height: calc(100vh);
    
}

.project .firstProjectPic .projData {
    
    width: 50%;
    text-align: center;
    
} 

.project .firstProjectPic .projData h1 {
    
    text-align: center;
    font-size: 40px;
    color: #c5c5c5;
    font-family: "fb","helvetica","arial";
    font-weight: normal;
    cursor: pointer;
}

.project .firstProjectPic .projData:hover h1 {
    
    color: black;
    
}

.project .firstProjectPic .projData .goDown {
    margin: 54px 0 0 0;
    cursor: pointer;
    display: inline-block;
    width: 28px;
}


.project .morePictures {
    
    margin: 30px 0 0 0;
    padding: 0 20% 0 40px;
    text-align: center;
}

.project .morePictures .picture {
    
    margin: 0 0 70px 0;
    
}

.project .morePictures .picture img {
    max-width: 1000px;
}


.project .morePictures .toHome a {
    display: block;
    text-align: center;
    color: black;
    padding: 0 0 60px 0;
    
}

.project .toHome a img {
    width: 20px;
    margin: 0 10px 0 0;
}

.project .toHome a:hover span {
    
    text-decoration: underline;
    
}


.modal-default .modal-header header{
    display: table;
    width: 100%;
}

.modal-default .modal-header header .col {
    vertical-align: middle;
}

.modal-default .modal-header header h2 {
    color: white;
    font-size: 57px;
}

.modal-default .modal-header header nav {}
.modal-default .modal-header header nav a {
    color: #A0A0A0;
    border-left: 1px solid white;
    padding: 0 7px;
}

.modal-default .modal-header header nav a:last-child {
    border-left: none;
}

.modal-default .modal-header header nav a:hover,
.modal-default .modal-header header nav a:focus,
.modal-default .modal-header header nav a.active {
    color: white;
    font-family: "fb_bold","helvetica","arial";
}


.modal-default .modal-body ul {
    display: table;
    width: 100%;
}

.modal-default .modal-body ul li {
    display: table-row;
    width: 100%;
}
.modal-default .modal-body ul li .col {
    display: table-cell;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 15px 0;
}

.modal-default .modal-body ul li .col.tit {
    font-family: "fb_bold","helvetica","arial";
}

.modal-default .modal-body ul li .col span:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #369D37;
    display: inline-block;
    margin: 0 0 0 10px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.modal-default .modal-body ul li .col span.not:before {
    background: red;
}

.modal-default .modal-body p {
    text-align: center;
    margin: 20px 0 0 0;
}
.modal-default .modal-body p small {
    color: grey;
}



.sidebar li.social {}
.sidebar li.social span {
    color: white;
}
.sidebar li.social .icons {
    float: left;
}
.sidebar li.social .icons a {
    margin: 0 10px 0 0;
}
.sidebar li.social .icons a img {
    width: 25px;
}
/*.sidebar-wrapper .sidebar li.nav-item:last-child {
    padding: 15px 0;
    border-bottom: none;
    background: none;
}
.sidebar-wrapper .sidebar li.nav-item:last-child span {}*/


a.goDown {
    color: #E0B382;
    background: transparent;
    border: none;
    border-bottom: 1px solid #E0B382;
    display: inline-block;
    margin: 10px 0 0 0;
    font-family: "fb_regular","helvetica","arial";
}

a.goDown:hover {
    /* background: #E0B382; */
    color: white;
    border-color: white;
}



.section5 {
}

.section5 .text {
    text-align: center;
    padding: 0px 0 0 0;
}



.home .section6 .wrapper {
    min-height: 850px;
}


.section6 img.devide {
    
}

.home .section.section6 .titleForm {
    font-family: "fb_regular","helvetica","arial";
    color: white;
}

.home .section.section6 .titleForm h3 {
    color: white;
    font-size: 29px;
    letter-spacing: 10px;
    margin: 14px 0 0 0;
}

.home .section.section6 .titleForm h2 {
    color: #E0B382;
    letter-spacing: 1px;
    font-size: 41px;
    font-family: "fb","helvetica","arial";
}

.home .section.section6 .credit {
    position: absolute;
    bottom: 0;
    text-align: left;
    width: 100%;
    padding: 30px 0 30px 40px;
    margin: 0;
}
.home .section.section6 .credit a {}



