
/* HEADER - HEADER - HEADER - HEADER - HEADER - HEADER - */
/* HEADER - HEADER - HEADER - HEADER - HEADER - HEADER - */
/* HEADER - HEADER - HEADER - HEADER - HEADER - HEADER - */
.headerContent{
    display: flex;
    align-items: center;
    min-height: initial;
    max-height: 60vh;
    overflow: hidden;
}
.headerContent .content {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
}
.headerContent .content{
    color: #d5d5d5;
}
/* GENERAL - GENERAL - GENERAL - GENERAL - GENERAL -  */ 
/* GENERAL - GENERAL - GENERAL - GENERAL - GENERAL -  */ 
/* GENERAL - GENERAL - GENERAL - GENERAL - GENERAL -  */ 
.contentContainer{
    padding: 135px 0;
    background: #0a101e;
}
.contentContainer img{
    max-width: 100%;
}
.contentContainer h2,
.contentContainer h3,
.contentContainer h4{
    color: #d5d5d5;
    font-size: 32px;
    font-weight: 700;
    margin-left: 0;
    margin-right: 18px;
    margin-top: 18px;
    margin-bottom: 32px;
}
.contentContainer p,
.contentContainer ul{
    font-size: 16px;
    color: #d5d5d5
}
.contentContainer ul{
    padding-left: 18px;
}
.contentContainer ul li{
    list-style-type: square;
    margin-bottom: 12px;
}



/* LAYOUT 1 - LAYOUT 1 -LAYOUT 1 -LAYOUT 1 -LAYOUT 1 -LAYOUT 1 */
/* LAYOUT 1 - LAYOUT 1 -LAYOUT 1 -LAYOUT 1 -LAYOUT 1 -LAYOUT 1 */
/* LAYOUT 1 - LAYOUT 1 -LAYOUT 1 -LAYOUT 1 -LAYOUT 1 -LAYOUT 1 */
.newContainer h2,
.newContainer h3,
.newContainer h4{
    margin-top: 0;
}

/* LAYOUT 2 - LAYOUT 2 -LAYOUT 2 -LAYOUT 2 -LAYOUT 2 -LAYOUT 2 */
/* LAYOUT 2 - LAYOUT 2 -LAYOUT 2 -LAYOUT 2 -LAYOUT 2 -LAYOUT 2 */
/* LAYOUT 2 - LAYOUT 2 -LAYOUT 2 -LAYOUT 2 -LAYOUT 2 -LAYOUT 2 */
.text2col {
    column-count: 2;
    column-gap: 85px;
    column-rule: 1px solid #d5d5d5;
}.text2col p:first-child{
    margin-top: 0;
}
@media(max-width:992px){
	.text2col {
        column-count: unset;
    }.text2col p:first-child{
        margin-top: 16px;
    }
}

/* LAYOUT 3 - LAYOUT 3 -LAYOUT 3 -LAYOUT 3 -LAYOUT 3 -LAYOUT 3 */
/* LAYOUT 3 - LAYOUT 3 -LAYOUT 3 -LAYOUT 3 -LAYOUT 3 -LAYOUT 3 */
/* LAYOUT 3 - LAYOUT 3 -LAYOUT 3 -LAYOUT 3 -LAYOUT 3 -LAYOUT 3 */

.text3col {
    column-count: 3;
    column-gap: 51px;
    column-rule: 1px solid #d5d5d5;
}.text3col p:first-child{
    margin-top: 0;
}
@media(max-width:992px){
	.text3col {
        column-count: unset;
    }.text2col p:first-child{
        margin-top: 16px;
    }
}

/* LAYOUT 4 - LAYOUT 4 -LAYOUT 4 -LAYOUT 4 -LAYOUT 4 -LAYOUT 4 */
/* LAYOUT 4 - LAYOUT 4 -LAYOUT 4 -LAYOUT 4 -LAYOUT 4 -LAYOUT 4 */
/* LAYOUT 4 - LAYOUT 4 -LAYOUT 4 -LAYOUT 4 -LAYOUT 4 -LAYOUT 4 */

.textCenter{
    text-align: center;
}

/* LAYOUT 5 - LAYOUT 5 -LAYOUT 5 -LAYOUT 5 -LAYOUT 5 -LAYOUT 5 */
/* LAYOUT 5 - LAYOUT 5 -LAYOUT 5 -LAYOUT 5 -LAYOUT 5 -LAYOUT 5 */
/* LAYOUT 5 - LAYOUT 5 -LAYOUT 5 -LAYOUT 5 -LAYOUT 5 -LAYOUT 5 */
.boxImg{
    position: relative;
    margin-bottom: 32px;
}
.boxImg img{
    min-height: 300px;
    object-fit: cover;
    object-position: center;
}
.boxImgText {
    position: absolute;
    bottom: 0;
    background: rgba(10, 16, 30, .85);
    padding: 18px;
}
.boxImgText h2,
.boxImgText h3,
.boxImgText h4{
    margin: 0;
}
/* LAYOUT 6 - LAYOUT 6 -LAYOUT 6 -LAYOUT 6 -LAYOUT 6 -LAYOUT 6 */
/* LAYOUT 6 - LAYOUT 6 -LAYOUT 6 -LAYOUT 6 -LAYOUT 6 -LAYOUT 6 */
/* LAYOUT 6 - LAYOUT 6 -LAYOUT 6 -LAYOUT 6 -LAYOUT 6 -LAYOUT 6 */

.galleryBox{
    position: relative;
}
.galleryBox img{
    min-height: 300px;
    object-fit: cover;
    object-position: center;
}
.galleryBox h1,
.galleryBox h2,
.galleryBox h3,
.galleryBox h4{
    margin-bottom: 0;
}


/* CONTACT FORM - CONTACT FORM - CONTACT FORM - CONTACT FORM - CONTACT FORM -  */
/* CONTACT FORM - CONTACT FORM - CONTACT FORM - CONTACT FORM - CONTACT FORM -  */
/* CONTACT FORM - CONTACT FORM - CONTACT FORM - CONTACT FORM - CONTACT FORM -  */ 

.contact{
    padding: 85px 0;
    background: #0a101e;
}
.contact .socialLink{
    padding-left: 0;
}
.contact .noPadding{
    padding: 0;
}
.contact .noMarginTop{
    margin-top: 0; 
}
.contact .noMarginBottom{
    margin-bottom: 0;
}
.contact .input-field label{
    color: #d5d5d5;
    margin-left: 8px;
}
.contact .input-field input[type=text]:focus + label,
.contact .input-field input[type=email]:focus + label,
.contact textarea.materialize-textarea:focus + label{
    color: #d5d5d5;
    top: -6px ;
}
.contact label.active{
    top: -6px;
}
.contact .input-field input[type=text],
.contact .input-field input[type=email],
.contact textarea.materialize-textarea {
    border: 1px solid #d5d5d5;
    box-shadow: none;
    color: #d5d5d5;
    padding-left: 8px;
}
.contact .input-field input[type=text]:focus,
.contact .input-field input[type=email]:focus,
.contact textarea.materialize-textarea:focus {
    border-bottom: 1px solid #d5d5d5;
    box-shadow: 0 1px 0 0 #d5d5d5;
}
.contact textarea.materialize-textarea{
    min-height: 135px;
    box-sizing: content-box;
}
.contact input.captcha{
    padding-left: 6px;
}
.contact .input-field {
    margin-bottom: 0;
}
.contact .sendBtn{
    opacity: .3;
    width: 100px;
    cursor: pointer;
    border: none;
    margin-left: .75rem;
    background: transparent;
    border: 1px solid #d5d5d5;
    font-size: 16px;
    color: #d5d5d5;
    padding: 14px 22px;
    transition: all .32s ease-in-out;
}.contact .sendBtn:hover{
    color:#fff;
    background: #d5d5d5
}
.contact h2{
    color: #d5d5d5;
    font-size: 32px;
    margin-top: 0;
}
.contact address{
    font-style: initial;
}
.contact p{
    font-size: 16px;
    color: #d5d5d5;
}
.contact .socialLink{
    margin-top: 32px;
}
.contact .socialLink li{
    display: inline-block;
}
.contact .socialLink li a{
    display: inline-block;
    color: #d5d5d5;
    font-size: 22px;
    text-align: center;
    width: 50px;
    height: 50px;
    border: 1px solid #d5d5d5;
    margin-right: 12px;
    padding-top: 6px;
    transition: all .32s ease-in-out;
}.contact .socialLink li a:hover{
    background: #d5d5d5;
    color: #fff;
}
