::-webkit-scrollbar {
    width: 5px;
    height: 5px;
	background-color: rgba(0, 0, 0, 0)
}
::-webkit-scrollbar-button {
	height: 0px;
}
::-webkit-scrollbar-track {
	/* 3 */
}
::-webkit-scrollbar-track-piece {
	/* 4 */
}
::-webkit-scrollbar-thumb {
	background-color: #1f1f1f;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #c8b47c;
}
::-webkit-scrollbar-corner {
	/* 6 */
}
::-webkit-resizer {
	height: 0px;
}
*{padding: 0; margin: 0;}
a{text-decoration: none;}
body{
    background-image: url('../img/bg1.jpg');
    background-size:cover;
    background-position:center center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
    background-attachment: fixed;
    background-color: #656565;
    overflow-x: hidden;
    overflow-y: scroll;
}

.header{width: 100%;overflow: hidden;/* box-shadow: 0 0 12px black; */position: relative;z-index: 1000;height: auto;transition: all 0.3s;/* background-color: #862626; */}
.header-sticky{
    position: fixed;
    background-color: #ababab;
    background-image: url('../img/bg/b (9).png');
}

#menuBtn{
    display: none;
}
#fullScreenBtn{
    width: 39px;
    height: 35px;
    background-image: url('/theme/img/full-screen.png');
    background-size: 100% 100%;
    margin: 8px 10px 0 0;
    opacity: 0.8;
}
.header-btns{
    margin: 15px 0 15px 40px;
    z-index: 10000;
}
#pageAudio{display: none;}
#bars {
    height: 25px;
    width: 40px;
    float: right;
    position: relative;
    margin: 15px 10px 0px 0px;
    cursor: pointer;
    /* box-shadow: inset 0px -3px 3px #565656; */
    user-select: none;
}

.bar {
   background: rgb(72, 72, 72);
   bottom: 1px;
   height: 3px;
   position: absolute;
   width: 3px;
   animation: sound 0ms -800ms linear infinite alternate;
}

@keyframes sound {
    0% {
       opacity: .35;
        height: 3px; 
    }
    100% {
        opacity: 1;       
        height: 100%;        
    }
}

.bar:nth-child(1)  { left: 1px; animation-duration: 474ms; }
.bar:nth-child(2)  { left: 5px; animation-duration: 433ms; }
.bar:nth-child(3)  { left: 9px; animation-duration: 407ms; }
.bar:nth-child(4)  { left: 13px; animation-duration: 458ms; }
.bar:nth-child(5)  { left: 17px; animation-duration: 400ms; }
.bar:nth-child(6)  { left: 21px; animation-duration: 427ms; }
.bar:nth-child(7)  { left: 25px; animation-duration: 441ms; }
.bar:nth-child(8)  { left: 29px; animation-duration: 419ms; }
.bar:nth-child(9)  { left: 33px; animation-duration: 487ms; }
.bar:nth-child(10) { left: 37px; animation-duration: 442ms; }
.header-btn{
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0, 2.79, 1, 3.54);
    font-size: 35px;
    font-weight: 100;
    color: #505050;
    margin: 0 10px 0 0;
    user-select: none;
}
.header-btn:hover{
    transform: scale(1.1);
    text-shadow: 0 0 5px black;
    color: white;
}
.nav{margin: auto;display: table;}
.nav-item{margin: 0 15px;}
.nav-item-link{
    display: block;
    position: relative;
    font-family: Gineso;
    font-size: 25px;
    text-transform: uppercase;
    color: #6f6f6f;
    padding: 50px 5px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-weight: bolder;
    user-select: none;
}
.nav-item-link:before {
    content: '';
    display: block;
    position: absolute;
    height: 20%;
    width: 1px;
    bottom: 54px;
    right: -15px;
    margin: auto;
    transition: all 0.3s ease-in-out;
    background-color: #6f6f6f;
  }
  .nav-item:nth-last-child(1) .nav-item-link::before{
      display: none;
  }
  .nav-item-link:hover {
    color: black;
    text-shadow: 0 0 1px black;
 }
.logo-container{margin: auto;display: table;position: absolute;top: 39px;left: 45px;z-index: 2000;}
.logo{
    width: 57px;
    opacity: 0.6;
    transition: all 0.3s;
}
.logo:hover{
    opacity: 0.8;
}
.home-logo{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    width: 225px;
    height: auto;
    display: block;
    margin: 10% auto 40px auto;
    display: none;
}
.home-logo-img{
    width: 100%;
}
/*-------------------------------------------projects-----------------------------------------------*/
.projects-main-container{width: 100%;min-height: 90vh;height: auto;position: relative;margin-top: 3px;z-index: 500;/* padding: 0 0 110px 0; *//* overflow: hidden; *//* display: none; */}
.projects-container{width: 150px;min-height: 90vh;height: auto;background-image: url(../img/bg/light-paper-fibers.png);background-color: rgba(179, 150, 73, 0.2);box-shadow: 0 0 20px #313131;position: absolute;transition: all 0.4s;animation-duration: 1s;}
.projects-container-full{width: 98% !important;/* position: absolute; *//* min-height: 90vh; */}
.projects-container-less{min-height: 100%;}
.projects-head{
    font-family: Gineso;
    font-size: 18px;
    text-align: right;
    padding: 0 10px 2px 0;
    user-select: none;
    cursor: pointer;
    /* border-bottom: 1px dashed #c4b283; */
    position: relative;
    /* background-color: #252525; */
    /* color: #c4b183; */
    line-height: 2;
    transition: all 0.3s;
}
.projects-head:hover{
    text-shadow: 0 0 1px black;
}
.projects-head i{
    color: #c6b486;
    font-size: 18px;
    padding: 0 5px 0 0;
    display: none;
}
.projects-content-container{height: 100%;width: 100%;/* position: relative; */border: 0;border-spacing: 0;}
.projects-content-empty{width: 150px;height: 100%;}
.projects-content{vertical-align: top;display: none;overflow: hidden;/* height: 0px; */overflow: scroll;padding: 3% 0px 0 0;}
.projects-container:nth-child(1){
    animation-delay: 0.3s;
}
.projects-container:nth-child(2){top: 40px;width: 130px;animation-delay: 0.6s;}
.projects-container:nth-child(3){top: 80px;width: 110px;animation-delay: 1s;}

.projects-item-container{padding: 2% 10px;}
.projects-item{width: 100%;height: 310px;position: relative;overflow: hidden;display: block;cursor: pointer;}
.projects-item-image{
    width: 100%;
    height: 280px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.6;
    transition: all 0.3s;
    position: relative;
    z-index: 0;
}
.projects-item-head{
    position: relative;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-family: Gineso;
    font-size: 19px;
    text-transform: capitalize;
    /* border-bottom: 1px dotted #636363; */
    color: #2f2f2f;
    /* background-image: linear-gradient(to top, #c2b080 , rgba(196, 178, 131, 0)); */
    user-select: none;
}


.projects-item:hover .projects-item-image{
    opacity: 1;
    transform: scale(1.2);
}

.project-item-loadbar{
    width: 0%;
    height: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 3px #ffffff;
    transition: all 0.2s;
    position: absolute;
}
.project-head{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    /* border-bottom: 1px dashed #92845d; */
    user-select: none;
}
.project-content{
    vertical-align: top;
    overflow: hidden;
    display: none;
    animation-duration: 0.6s;
    animation-iteration-count: 1;
}
.project-content-conten{}
.project-content-content-container{}
.project-content-container{
    overflow: hidden;
    display: flex;
    flex-direction: row;
}
.project-content-body{align-self: flex-end;padding: 0 5px;}
.project-content-image{
    align-self: flex-start;
}
.project-title{
    font-family: Gineso;
    font-size: 25px;
    border-bottom: 1px solid #5d5d5d;
    padding: 0px 10px 0 0px;
    text-shadow: 0 0 1px #131212;
    margin: 0 0 5px 0;
}

.project-first-image-container{
    padding: 5px;
}
.project-first-image{height: auto;width: 96%;margin: 0 4% 0 0;/* background-size: contain; *//* background-position: center top; *//* background-repeat: no-repeat; *//* border-right: 1px dashed #717171; *//* background-color: white; */}
.project-body{padding: 0 20px;text-align: left;}
.project-body *{text-align:justify !important;}
.project-images{
    padding: 5px 0 30px 0;
}
.back-to-projects{
    text-align: right;
    padding: 0 2% 0 2%;
    font-family: Gineso;
    font-size: 20px;
    text-align: right;
    font-weight: bold;
    text-shadow: 0 0 1px black;
    margin-bottom: 100px;
    margin-top: 5px;
}
.back-to-projects-btn{
    cursor: pointer;
    user-select: none;
}
.project-images-item-container{
    padding: 10px;
}
.project-images-item{width: 100%;height: 100px;background-size: cover;background-repeat: no-repeat;background-position: center;cursor: pointer;transition: all 0.3s;/* border: 1px dashed rgba(0, 0, 0, 0.4); */border-radius: 2px;box-shadow: inset 1px 1px 4px #796b45;filter: grayscale(1);}
.project-images-item:hover{transform: scale(1.1);filter: grayscale(0);}





.slider-section{width: 100vw;height: 90vh;top: 93vh;left: 0;right: 4vw;/* margin: auto; */position: fixed;z-index: 1000;flex-direction: column;display: none;transition: all 0.4s;/* animation-duration: 1s; *//* animation-delay: 0.3s; *//* transition-timing-function: ease-in-out; */}
.slider-section-head{overflow: hidden;position: relative;}
.slider-section-head-text{
    clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
    border-radius: 0px;
    -webkit-clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
    background-color: rgb(0, 0, 0);
    width: 150px;
    float: right;
    color: rgb(255, 255, 255);
    padding: 5px 0px 5px 15px;
    text-align: center;
    font-family: Gineso;
    font-size: 18px;
    text-transform: capitalize;
    margin: 0 40px -2px 0;
    color: rgb(196, 173, 114);
    text-shadow: 0 0 0px white;
    cursor: pointer;
    user-select: none;
}
.slider-section-open{
    top: 10vh !important;
}


#sliderContainer{background-color: #000000;flex: 1;box-shadow: 0 0 20px black;}
#sliderCloser{display: table;position: absolute;right: 20px;top: 10px;color: white;font-size: 30px;border-radius: 1px;cursor: pointer;text-shadow: 0 0 10px black;user-select: none;z-index: 10;}
.slider-controler{
    margin: auto;
    position: absolute;
    top: 50%;
    width: 82%;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 10;
}
.slider-controler-btn{
    color: rgb(255, 255, 255);
    width: 30px;
    height: 32px;
    font-size: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    text-shadow: 0 0 10px black;
    user-select: none;
}
#slider{
    width: 100%;
    height: 88%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    animation-duration: 0.5s;
    border: 50px solid rgb(0, 0, 0);
    box-sizing: border-box;
}
#slider iframe{
    width: 100%;
    height: 100%;
}
#sliderPrev{
    left: 0;
}
#sliderNext{
    right: 0;
}

#sliderImages{
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    overflow: scroll;
    padding: 0 0 10px 0;
}
#sliderImagesContainer{
    width: max-content;
    min-width: 100%;
    height: 100%;
    transition: all 0.6s;
    right: 0;
    position: relative;
}
.minislider-item{
    width: 100px;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    /* background-color: #191919; */
    /* margin: 0px 20px; */
    cursor: pointer;
    box-shadow: 0 0 0 8px black;
    transform: scale(0.7);
    transition: all 0.2s;
    position: relative;
    left: 0;
    text-align: center;
    color: #e2e2e2;
    text-transform: uppercase;
    font-size: 17px;
    font-family: Arial;
    line-height: 23px;
}

.EmbeddedBranding{display: none;}

/*-------------------------------------------team-----------------------------------------------*/

.team-container{margin-top: 0vh;position: relative;height: auto;}
.team-item-container{padding: 0 15px 100px 15px;transition: all 0.3s;position: relative;height: auto;}

.team-item-container-inActive{
    opacity: 0;
    transition: all 0s;
}
.team-item-container-Active{
    width: 100%;
    transform: scale(1);
    height: auto;
    opacity: 1;
    position: absolute;
}
.team-item-container-Active .team-item{
    width: 40%;
    height: 300px;
    background-position: left;
}
.team-item-container-Active .member-dt-container{width: 45%;height: auto;padding: 5% 0 0 15%;opacity: 1;}
.team-item{/* background-color: rgba(135, 135, 135, 0.46); */height: 34vh;background-image: url(/theme/img/contacjhft.png);background-size: contain;background-position: center;background-repeat: no-repeat;/* box-shadow: inset 0 0 7px black; */position: relative;cursor: pointer;width: 100%;transition: all 0.5s;}

.team-navigation{width: 100%;height: 60px;position: fixed;bottom: 0;display: none;}
.team-navigation-btns-container{
    width: 100%;
    height: 50%;
    overflow: hidden;
    position: relative;
    /* display: none; */
}
.team-navigation-btn-container{
    height: 100%;
    padding: 0 15px 0 0;
}
.team-navigation-btn{
    background-color: rgb(29, 29, 29);
    height: 100%;
    width: 95%;
    font-family: Gineso;
    font-size: 21px;
    color: rgb(192, 168, 168);
    text-align: right;
    line-height: 30px;
    padding: 0 5% 0 0;
    text-shadow: 0 0 0px white;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 2px 5px 5px 0px black;
    clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
    border-radius: 0px;
    -webkit-clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
    transition: all 0.3s;
    user-select: none;
}
.team-navigation-btn-Active{
    background-color: rgb(0, 0, 0);
}
.team-navigation-title{
    height: 50%;
    width: 100%;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    line-height: 30px;
    padding-left: 1%;
    font-family: Gineso;
    font-size: 18px;
    text-transform: capitalize;
    box-shadow: 0 0 11px black;
    position: relative;
}

.member-container{display: none;position: relative;overflow: hidden;}

.member-img-container{
    padding: 0px 10px 0px 10px;
    position: relative;
}
.member-img{
    width: 100%;
    height: 250px;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    cursor: pointer;
}
.member-dt-container{
    position: fixed;
    width: 0%;
    height: 0%;
    overflow: hidden;
    left: 0;
    top: 0;
    /* opacity: 0; */
    /* background-color: rgba(208, 13, 13, 0.73); */
}
.member-dt-img{
    width: 37%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 450px;
    float: right;
    margin: 0 5% 0 0;
    cursor: pointer;
}
.member-dt-text{
    float: right;
    height: 100%;
    width: 40%;
    opacity: 0;
}
.member-dt-name{
    font-family: Gineso;
    font-weight: bold;
    font-size: 65px;
    text-shadow: 0 0 1px black;
    text-transform: capitalize;
}
.member-dt-desc{
    font-family: Gineso;
    font-weight: bold;
    font-size: 37px;
    color: rgb(0, 0, 0);
    line-height: 1;
    text-transform: capitalize;
    text-shadow: 0 0 1px rgb(255, 0, 0);
}
.member-dt-body{
    font-family: Gineso;
    font-weight: bold;
    font-size: 32px;
    text-shadow: 0 0 1px black;
    margin: 20px 0 0 0;
}



/*-------------------------------------------vision-----------------------------------------------*/
.vision-bg{
    background-image: url('/theme/img/fr (1).png');
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.5;
    display: none;
}
.vision-col-container{padding: 10px 40px 10px 40px;}
.vision-container{/* background-image: url('/theme/img/bgff.png'); */background-size: contain;background-position: top center;background-repeat: no-repeat;/* background-color: rgba(255, 255, 255, 0.53); */position: relative;width: 100%;height: auto;overflow: hidden;}
.vision-description{
    text-align: center;
    font-family: Gineso;
    font-size: 20px;
    font-weight: bolder;
    text-shadow: 0 0 1px black;
    line-height: 1.5;
    margin-top: 10px;
    position: relative;
}
.vision-description::after{
    content: " ";
}
.vision-body{
    padding: 10px;
    /* background-color: rgba(255, 255, 255, 0.46); */
}





/*-------------------------------------------contact-----------------------------------------------*/

.map-container{overflow: hidden;position: relative;/* height: 76vh; */width: 100vw;}
.map-img-container{background-color: rgba(196, 177, 131, 0);width: 100%;height: 77.5vh;overflow: hidden;/* position: absolute; */z-index: 10;transition: all 0.6s;top: 0;right: 0;left: 0;bottom: 0;margin: auto;}
.map-img-container-zoom{
    transform: scale(3.5);
    right: 100vw;
    top: 10vh;
    left: -81vw;
    background-color: rgba(196, 177, 131, 0);
    width: 100vw;
    overflow: hidden;
    position: relative;
    z-index: 10;
    transition: all 0.6s;
}
#mapImage{
    transition: all 0.8s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.34, 1.01);
    width: 100%;
}
.mapImageActive{transform: scale(2.7) translate(-22%,0%);}
#mapBg{opacity: 1;transition: all 0.8s;}
.mapBgActive{
    opacity: 0.25 !important;
}
#mapHatch{opacity:0.6;transition: all 0.3s;cursor: pointer;}
.mapHatchActive{
    opacity: 1 !important;
}
#mapHatch:hover{ opacity:1;}


.contact-container{
    display: none;
    margin: 20px 0 0 0;
}
.contact-container a i{
    font-size: 33px;
    margin-right: 20px;
}
.map-hatch{
    position: absolute;
    z-index: 10000000;
    top: 35%;
    right: 13.5%;
    height: 23%;
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.7s;
    user-select: none;
}
.map-hatch:hover{
    opacity: 1;
}


.desctop-contact-container{
    z-index: 1000000;
    position: absolute;
    overflow: hidden;
    width: 50%;
    left: 6vw;
    top: 23%;
    transition: all 0.5s;
    transition-delay: 0.7s;
    opacity: 0;
    display: none;
}
.desctop-contact-container .contact-item-container{}
.desctop-contact-container .contact-item-head{}

.desctop-contact-container .contact-item-text{
    box-shadow: inset 0 0 0px white;
}
.desctop-contact-container .contact-item-text-f a{
   font-size: 2.68vw !important;
}
.desctop-contact-container .contact-item-address{
    text-align: justify;
}
.desctop-contact-container .contact-item-text a{color: rgb(0, 0, 0);font-size: 2.85vw;font-weight: bolder;transition: all 0.5s;/* text-shadow: 0 0 3px white; */text-align: justify;}




.contact-item-head{font-family: Gineso;font-weight: bold;text-shadow: 0px 0 1px black;font-size: 24px;text-transform: capitalize;}
.contact-item-text{
    font-family: Gineso;
    font-weight: bold;
    font-size: 16px;
    /* text-transform: capitalize; */
    font-style: normal;
    line-height: 1;
    padding: 0 0 3px 10px;
    margin: 0 0 25px 0;
    /* box-shadow: 9px 5px 5px -2px #2b2e33, inset 0px -1px 0px 0px #000000; */
    text-shadow: 0 0 1px black;
}
.contact-item-text-last{
    margin: 0px 4vw 0px 0;
    float: right;
}
.contact-item-address{
    font-style: normal;
}
.contact-item-text a{
    color: rgb(0, 0, 0);
}
.desctop-contact-container .contact-item-text a i {
    font-size: 50px;
    margin-left: 2vw;
    color: rgb(0, 0, 0);
}
.desctop-contact-container .contact-item-text a:hover{
    text-shadow: 0 0 2px red;
}
.desctop-contact-container-visible{
    display: block;
}
.desctop-contact-container-unvisible{
    display: none;
}

.under-construction{
    font-family: Gineso;
    font-size: 58px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-align: center;
    margin: 90px 0 0 0;
    /* display: none; */
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0.3;
    /* text-shadow: 0 0 5px black; */
    display: none;
}
@media only screen  and (max-width : 1367px) {

    .projects-item{height: 230px;}
    .projects-item-image{ height: 200px; }

    .slider-section{
        height: 85vh;
        top: 92vh;
    }
    .slider-section-open{
    top: 15vh !important;
}
    #slider{
        border: 20px solid rgb(0, 0, 0);
    }
    .project-body{
        padding: 0 20px;
    }
    .desctop-contact-container .contact-item-text a{
        font-size: 2.85vw;
    }
    .map-img-container-zoom{
        top: 8vh;
    }

    .member-dt-img{
        background-size: 320px;
    }
    .member-dt-text{
    }
    .member-dt-name{
        font-size: 40px;
    }
    .member-dt-desc{
        font-size: 26px;
    }
    .member-dt-body{
        font-size: 19px;
    }

    .project-content-image{
    align-self: center;
}
    
}

@media only screen  and (max-width : 1024px) {

    *{cursor: none !important;}

    .project-first-image{border: 0;background-size: contain;width: 100%;/* margin: 0 1% 0 0; */}
    .team-container{
    margin-top: 0vh;
}
    .desctop-contact-container .contact-item-text a{
        font-size: 2.85vw;
    }
    .map-img-container-zoom{top: 8vh;}

    .member-dt-img{
        background-size: 300px;
        width: 40%;
    }
    .member-dt-text{
    }
    .member-dt-name{
        font-size: 35px;
    }
    .member-dt-desc{
        font-size: 22px;
    }
    .member-dt-body{
        font-size: 17px;
    }
    .project-content-container{
    flex-direction: column-reverse;
    }
    .project-body *{text-align: left !important;}
}
@media only screen and (max-width: 768px) {
    
    .logo-container{
        top: 10px;
        left: 50px;
    }
    .logo{
        width: 45px;
    }
    #menuBtn{display: block;}
    .header-btns{
    position: relative;
    top: 0;
    }
    .nav{
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #ffffffe0;
    z-index: 1000;
    background-image: url(../img/bg1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    background-attachment: fixed;
    top: 0px;
    display: none;
    }
    .nav-item{
        float: none;
        margin: auto;
        display: table;
        margin: auto;
        margin: 23px auto 0 auto;
    }
    .nav-item-link{
    padding: 0px 5px;
}
    .nav-item:first-child{margin-top: 70px;}
    .nav-item-link:before {
        display: none;
    }
      .member-dt-container{
        text-align: center;
    }
    .member-dt-text-table{margin: auto;}
    .member-dt-text-row{
        vertical-align: top;
    }
    .member-dt-img{
        background-size: auto 85%;
        width: 100%;
        float: none;
        height: 50%;
        background-position: bottom center;
        margin: 40px 0 10px 0;
    }
    .member-dt-text{
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    }
    .member-dt-name{
        font-size: 35px;
    }
    .member-dt-desc{
        font-size: 22px;
    }
    .member-dt-body{
        font-size: 17px;
    }

    .team-container{
    margin-top: 7vh;
    }
    .team-item-container-Active .team-item{
        width: 100%;
        float: none;
        height: 250px;
        background-position: center;
    }
    .team-item-container-Active .member-dt-container{
        width: 90%;
        padding: 1% 5% 5%5%;
    }
    .member-dt-container{
        width: 90%;
        overflow-y: hidden;
    }
    
    .member-container{margin: 20px 0 70px 0;}

    .contact-container{display: block;}

    .desctop-contact-container{display: none;}
    .desctop-contact-container-visible{
        display: none;
    }
    .map-img-container-zoom{
        top: 4.5vh;
    }
    .map-img-container-zoom .map-img{
        opacity: 0.7;
    }

    .slider-section{
        /* width: 93vw; */
        /* right: 4vw; */
        top: 80vh;
    }

    .back-to-projects{}

    .mapImageActive{
    transform: scale(3) translate(-31%,3.5%);
    }
    .map-img-container{
    height: 47vw;
}
}



@media only screen  and (max-width : 540px) {
    .nav-item:first-child{margin: 120px auto 0 auto;}
    .nav-item{margin: 70px auto 0 auto;}

    .projects-container-less{width: 0% !important;/* position: relative; */overflow: hidden;}
   .projects-container-less .projects-head{display: none;}

    .projects-content-empty{
        width: 0px;
    }
    .projects-containe{
        
    }
    .projects-content{
        padding: 0 0px 0 0;
    }
    .projects-container-full{
        z-index: 10;
        background-color: rgba(179, 150, 73, 0.4);
    }
    .project-title{
        margin: 0 0 0 10px;
    }

    .map-img-container-zoom{
        transform: scale(4);
        right: 100%;
        top: 3.5vh;
        left: -100%;
    }
    .map-hatch{
    top: 33.9%;
    right: 13.4%;
    cursor: none;
    }

    .map-img-container {
        height: 47vw;
    }
    
}