@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.eot");
    src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto-Bold.eot");
    src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "Roboto-Medium";
    src: url("../fonts/Roboto-Medium.eot");
    src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Roboto-Light";
    src: url("../fonts/Roboto-Light.eot");
    src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.svg#Roboto-Light") format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Roboto-Thin";
   
    src: url("../fonts/Roboto-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal
}

#menu {
    position: absolute;
    width: 240px;
    height: 100vh;
    padding: 50px;
    background: rgba(255, 255, 255, .8);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transition: transform .7s cubic-bezier(0.77, 0.2, 0.05, 1);
    bottom: calc(-100vh + 220px);
    left: -270px;
    margin: 0
}

#menu li {
    padding: 10px 0;
    font-size: 22px
}

@media only screen and (min-width: 1000px) {
    #menu li {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

#menu a {
    position: relative;
    top: 170px;
    left: 17px;
    text-decoration: none;
    color: #6d6e70;
    font-family: "Roboto-Light";
    transition: color .3s ease
	
	
}

#menu a:hover {
    color: #d72835
}

#menuToggle {
    display: block;
    z-index: 100000;
    -webkit-user-select: none;
    user-select: none;
    position: fixed;
    left: 23px;
    top: 193px
}

@media only screen and (max-width: 480px) {
    #menuToggle {
        right: 13px !important;
        top: 20px !important
    }
}

#menuToggle input {
    display: block;
    width: 80px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none
}

#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #6d6e70;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform .5s cubic-bezier(0.77, 0.2, 0.05, 1), background .5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity .55s ease;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .5)
}

#menuToggle span:first-child {
    transform-origin: 0% 0%
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%
}

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #6d6e70;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, .5)
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2)
}

#menuToggle input:checked~span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px)
}

#menuToggle input:checked~ul {
    transform: translate(200px, 0);
    opacity: 1
}

*,
*::after,
*::before {
    box-sizing: border-box
	
	
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 0px;
   background-color: #fff
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #fff
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #000
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1.6rem;
    font-family: "Roboto-Thin", serif;
    color: #000;
   background-color: #f6f6f; 
    overflow-x: hidden
}

body::before {
    content: "mobile";
    display: none
}

@media only screen and (min-width: 960px) {
    body::before {
        content: "desktop"
    }
}

a {
    color: #d72835;
    text-decoration: none
}

h2 {
    font-family: "Roboto-Thin";
    font-size: 6rem;
    margin-bottom: 3rem;
    font-weight: normal
}

@media only screen and (max-width: 480px) {
    h2 {
        font-size: 4rem;
        margin-bottom: 3rem
    }
}

h3 {
    font-family: "Roboto-Thin";
    font-size: 3rem;
    font-weight: normal
}

@media only screen and (max-width: 768px) {
    h3 {
        font-size: 1.5rem
    }
}

@media only screen and (min-width: 960px) {
    .cd-section {
        height: 100vh
    }
}

.cd-section h1 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 2.6rem
}

@media only screen and (min-width: 768px) {
    .cd-section h1 {
        font-size: 3.2rem
    }
}

@media only screen and (min-width: 960px) {
    .cd-section h1 {
        font-size: 4.2rem
    }
}

.cd-block,
.cd-half-block {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden
}

.cd-block {
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.cd-section:first-of-type .cd-block {
    height: 100vh;
    background-color: #000
}

@media only screen and (min-width: 960px) {
    .cd-block {
        position: relative;
        width: 100%;
        min-height: 100vh;
        top: 0;
        left: 0;
        height: 100vh;
        box-shadow: 0 0 40px rgba(0, 0, 0, .7);
        visibility: hidden
    }
    .cd-section:first-of-type .cd-block {
        visibility: visible
    }
    .cd-block>* {
        visibility: visible
    }
}

.cd-block .cd-full-block {
    width: 100vw
}

.cd-half-block {
    background: #000;
    color: #fff
}

.cd-half-block:nth-of-type(1) {
    height: auto;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat
}

.cd-half-block p {
    font-size: 1.8rem;
    line-height: 1.8;
	padding: 0 5px 0 0
}

@media only screen and (min-width: 960px) {
    .cd-half-block {
        height: 100vh !important;
        width: 50%;
        position: absolute;
        top: 0;
        display: inline
    }
    .cd-section:nth-of-type(even) .cd-half-block:first-of-type,
    .cd-section:nth-of-type(odd) .cd-half-block:nth-of-type(2) {
        left: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    .cd-section:nth-of-type(odd) .cd-half-block:first-of-type,
    .cd-section:nth-of-type(even) .cd-half-block:nth-of-type(2) {
        right: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.cd-vertical-nav {
    position: fixed;
    z-index: 1;
    right: 3%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none
}

.cd-vertical-nav a {
    display: block;
    height: 40px;
    width: 40px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent url(../img/cd-icon-arrow.svg) no-repeat center center;
    -webkit-transition: opacity .2s 0s, visibility .2s 0s;
    -moz-transition: opacity .2s 0s, visibility .2s 0s;
    -o-transition: opacity .2s 0s, visibility .2s 0s;
    transition: opacity .2s 0s, visibility .2s 0s
}

.cd-vertical-nav a.cd-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 10px
}

.cd-vertical-nav a.inactive {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s 0s, visibility 0s .2s;
    -moz-transition: opacity .2s 0s, visibility 0s .2s;
    -o-transition: opacity .2s 0s, visibility 0s .2s;
    transition: opacity .2s 0s, visibility 0s .2s
}

@media only screen and (min-width: 960px) {
    .cd-vertical-nav {
        display: block
    }
}

.masonry {
    margin: 0 auto;
    display: flex;
    flex-flow: column wrap;
    width: 96%;
    height: 40vh;
    max-height: 650px !important;
    overflow: hidden;
    overflow-x: hidden !important;
   position: relative; 
    top: 60px;
    overflow-x: scroll;
	overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

@media only screen and (max-width: 480px) {
    .masonry {
        height: 450px
    }
}

.item a:hover {
    cursor: w-resize !important
}

#myVideo {
    object-fit: cover;
    width: 100vw;
    height: 100vh
}

.video {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: 0;
-ms-transform: scale(.7) translateX(-50%) translateY(-50%);
-moz-transform: scale(.7) translateX(-50%) translateY(-50%);
-webkit-transform: scale(.7) translateX(-50%) translateY(-50%);
transform: scale(.7) translateX(-50%) translateY(-50%);
}

.center {
    text-align: center
}

.padding {
    padding: 4em 0%
} 

.gallerypadding
{ padding: 0 0 0 15%
	
}

@media only screen and (max-width: 480px) {
    .padding {
        padding: 1em 0%
    }
}

#logo {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 23px;
    left: 23px;
    z-index: 100001
}

@media only screen and (max-width: 480px) {
    #logo {
        width: 25px;
        height: 25px;
        top: 5px;
        left: 10px;
        z-index: 100001
    }
}

.hideanimated {
    display: none
}

.animated {
    display: table
	
}

.fixed {
    display: flex;
    align-items: center;
    justify-content: center
}

.fixed h1 {
    position: absolute;
    top: 70%;
    font-size: 8rem
}

@media only screen and (max-width: 768px) {
    .fixed h1 {
        font-size: 4rem
    }
}

.fixed h1 span {
    color: #d72835
}

.box {
    margin: 3% auto;
    border: 2px solid #333;
    width: 62%;
    padding: 4% 2%;
    text-align: center;
    text-transform: uppercase;
    font-size: 3rem;
	cursor: pointer;
    z-index: -10 !important
	
}

@media only screen and (max-width: 768px) {
    .box {
        width: 82%;
        padding: 2% 1%;
        font-size: 2rem
    }
}

.box:hover,
.box.active {
    color: #fff;
    background-color:#5a5e62;
    cursor: pointer
}

#box1 {
    width: 92%;
    margin: 0 auto;
	padding: 25px 25px 5px 40px
}

#box1 div {
    height: 70vh;
    overflow-y: auto
}

#section2left {
    background-image: url("../img/img-6.jpg");
    background-size: cover;
    background-position: top left;
    display: flex;
    align-items: center;
    justify-content: center
}

#section3left {
    background-image: url("../img/img-3.jpg");
    background-size: cover
}
#section7left {
    background-image: url("../img/img-3.jpg");
    background-size: cover
}

#section4left {
    background-image: url("../img/our-services.jpg");
    background-size: cover;
	
}

#section5 .cd-full-block {
    background-color: #000 !important
}

#section5 .cd-full-block h2 {
    color: #fff
}

#section6 .cd-half-block {
    background-color: #000
}

#section6 #social {
    padding: 40px 20px 20px 20px;
    position: relative;
    bottom: 10px;
    right: 0px;
    border: 0;
    background: transparent;
    z-index: 1
}

.carousel {
    height: 100vh;
    background: #000
}

.flickity-viewport {
    width: 50vw;
    height: 100vh
}

.carousel-cell {
    width: 50vw;
    height: 100vh;
    display: block
}

.carousel-cell video {
    width: 50vw;
    height: 100vh
}

.carousel-cell .caption {
    padding: 10px 20px;
    margin: 0% auto;
    width: 80%;
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 10%;
    background: rgba(255, 255, 255, .5);
    display: table
}

.textbox {
    width: 100%;
    height: 100vh;
    position: relative;
}

.modal .timeline {
    width: 100% !important;
    max-width: 100% !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.modal .timeline:not(.timeline--horizontal):before {
    left: 96%
}

.modal .timeline .timeline__item {
    width: 96%
}

.modal .carousel {
    height: 75vh
}

.modal .flickity-viewport {
    width: 100%;
    height: 100%
}

.modal .carousel-cell {
    width: 100%;
    height: 100%
}

.modal .carousel-cell video {
    width: 100%;
    height: 100%
}

.modal .carousel-cell .caption {
    color: #fff
}

.modal .carousel-cell .caption h3 {
    font-size: 3rem;
    color: #000 !important
}

.modal .carousel-cell .caption p {
    font-size: 1.8rem;
    line-height: 1.8;
    color: #fff
}

.modal .carousel-cell h3 {
    font-size: 3rem;
    color: #000 !important
}

.modal .textbox {
    height: auto
}

.modal .textbox .bottomtext {
    padding: 6% 4%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0
}

.modal .textbox .bottomtext h2 {
    color: #fff
}

.modal .textbox .bottomtext p {
    font-size: 1.8rem;
    line-height: 1.8;
    color: #fff
}

.cd-vertical-nav {
    display: none !important
}

.bottomtext {
    padding: 6% 4% 6% 6%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: RGB(51, 51, 51, 0.7)
}

.bottomtext h2 {
    text-align: center
}

@media only screen and (max-width: 1200px) {
    .bottomtext {
        bottom: 0px
    }
}

.timeline {
    width: 49vw !important;
    max-width: 49vw !important
}

#map {
    margin: 0px;
    width: 50vw;
    height: 100vh;
    position: relative;
    overflow: hidden
}

@media only screen and (max-width: 960px) {
    #map {
        width: 100vw !important;
        height: 50vh
    }
}

@media only screen and (max-width: 480px) {
    #section2 h2,
    #section3 h2,
	 #section7 h2,
    #section4 h2,
    #section5 h2,
    #section6 h2 {
        margin-top: 3rem;
        font-size: 3rem
    }
    #menuToggle {
        width: 100%;
        min-height: 55px;
        background-color: rgba(255, 255, 255, .8);
        left: auto;
        right: 0px !important;
        top: 0px !important
    }
    #menuToggle span {
        position: absolute;
        top: 15px;
        right: 10px;
        background-color: #d72835 !important
    }
    #menuToggle span:nth-child(2) {
        top: 25px
    }
    #menuToggle span:nth-child(3) {
        top: 35px
    }
    #menuToggle input {
        width: 50px;
        height: 50px;
        top: 0px;
        right: 0px;
        left: auto
    }
    #menuToggle input:checked~span:nth-last-child(2) {
        opacity: 1;
        transform: rotate(-45deg) translate(0, -1px);
        top: 37px
    }
    #menuToggle input:checked~span:nth-child(2) {
        top: 20px
    }
    #menuToggle input:checked~ul {
        transform: translate(240px, 0)
    }
}

#social {
    padding: 20px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0.59);
    z-index: 10001
}

#social p {
    margin-bottom: 10px;
    font-size: 20px;
	color: darkgray;
    letter-spacing: 4px;
    text-transform: lowercase
}

#social a {
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 24px;
    opacity: 1;
    display: table;
    float: left;
    background-repeat: no-repeat;
    background-position: center center
}

#social #twitter {
    background-image: url("../img/twitterx.svg")
}

#social #twitter:hover {
    background-image: url("../img/twitterx_hover.svg")
}

#social #facebook {
	
    background-image: url("../img/facebook.svg")
	
}

#social #facebook:hover {
    background-image: url("../img/facebook_hover.svg")
}

#social #instagram {
    background-image: url("../img/instagram.svg")
}

#social #instagram:hover {
    background-image: url("../img/instagram_hover.svg")
}

#social #youtube {
    background-image: url("../img/youtube.svg")
}

#social #youtube:hover {
    background-image: url("../img/youtube_hover.svg")
}

.gallery-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    z-index: 500000;
    overflow-y: scroll;
}
.gallery-overlay .close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: white;
    cursor: pointer;
}
.gallery-overlay .inner {
    width: 100%;
    height: 100%;
}
.gallery-overlay.hidden {
    display: none;
}

.categoryimage {
    position: absolute;

    height: auto;
    max-width: 400px;
    max-height: 550px;
    object-fit: cover;
    object-position: 100% 0;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    overflow: hidden;
    font-weight: bold;
    font-size: 30pt;
    top: 0;
    color: white;
    filter: blur(0px) brightness(1) grayscale(0%) sepia(0%) contrast(100%) opacity(100%) saturate(100%);
    transform: translateX(0%) translateY(0px) translateZ(0px) scale(1) translate(0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) rotate(0deg);
    transition: all 0.2s ease;
}
.categoryimage .title {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    transition: all 0.2s ease;
    text-align: center;
    width: 100%;
    text-shadow: 0 0 5px black;
    filter: blur(0px) brightness(1);
    font-family: "Roboto-Thin", serif;
}

.categoryimage:hover {
    filter:  blur(0px) brightness(0.5) grayscale(0%) sepia(0%) contrast(100%) opacity(100%) saturate(100%);
    /*transform: translateX(10%) translateY(0px) translateZ(0px) scale(1.3) translate(0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) rotate(0deg);*/
    background-size: auto 200%;
    background-position: 49% center;
}

.categoryimage:hover .title {
    bottom: 50%;
    transform: translateY(50%);
    filter: blur(0px) brightness(1);
}

.categorylabel {
    position: absolute;
    text-align: center;
    bottom: 0;
    top: 10%;
    transition: all 0.2s ease;
}

.categorylabel:hover {
    top: 30%;
    bottom: 10%;
}

.gallery-container {
    text-align: center;
    height: 800px;
    width: 100%;
}

.gallery-div {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category1 {
    z-index: 1000;
    top: 250px;
    left: 10%;
    width: 20%;
    height: 550px;
    background-image: url('../categories/DSC_7968.jpg');
}

.category2 {
    top: 250px;
    left: 30%;
    width: 20%;
    height: 550px;
    background-image: url('../categories/DSC_3555.jpg');
}

.category3 {
    top: 250px;
    left: 50%;
    width: 20%;
    height: 550px;
    background-image: url('../categories/013.jpg');
}

.category4 {
    top: 250px;
    left: 70%;
    width: 20%;
    height: 550px;
    background-image: url('../categories/GDF03838.jpg');
}

/*# sourceMappingURL=style.css.map */