body{
    max-width: 100vw;
    overflow-x: hidden;
    font-family: 'Roboto Slab', serif;
}

.section{
    padding: 100px 0;
}

/* HEADER */
.header-section{
    min-height: 700px;
}

.header-section .content-box{
    overflow: hidden;
}

.header-section .content-box .text-block{
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.header-section .headerimg{
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.header-section .content-box .darker-image img{
    filter: brightness(25%);
}

/* FORM GROUPS */
/* FORM ELEMENTS */
.form-group{
    margin-bottom: 15px;
}

.form-group input{
    border-radius: 0;
    border: 2px solid #8a8a8a;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.form-group input[type=text]{
    background-color: #eaeaea;
    border: 0;
    padding: 16px 15px;
}

.form-group input[type=email]{
    background-color: #eaeaea;
    border: 0;
    padding: 16px 15px;
}
.form-group label{
    font-weight: bolder;
    text-transform: uppercase;
}

.form-group textarea{
    border-radius: 0;
    border: 0;
    min-height: 250px;
    max-width: 100%;
    background-color: #eaeaea;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

button.btn.btn-primary {
    background-color: #f16413;
    color: black;
    border-radius: 0;
    border: none;
    padding: 10px 70px;
    font-weight: bolder;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}



button.btn.btn-primary:hover {
    background-color: #252525;
    color: #f16413;
    transform: scale(1.04);
}

button.btn.btn-primary:focus{
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    color: #212529;
    background-color: #fff!important;
    border: 2px solid #4f4f4f!important;
    outline: 0;
    box-shadow: none;
    transform: scale(1.01);
}


/* FOOTER */
.w-2-perc{
    width: 2%;
    z-index: 9;
}

.w-65-perc{
    width: 65%;
}

.w-33-perc{
    width: 33%;
}

.w-43-perc{
    width: 43%;
}

/* COLOR SETTINGS */
.bg-darkgrey{
    background-color: #252525;
}

.bg-lightgrey{
    background-color: #a49f99;
}

.bg-orange{
    background-color: #f16413;
}

.bg-beige{
    background-color: #d6cdc3;
}

/* TEXT COLOR */
.orange-text{
    color: #f16413;
}

.white-text{
    color: white;
}

/* FONT SETTINGS */
h1, h2, h3, h4, h5{
    text-transform: uppercase;
}

h2{
    font-weight: bolder;
    font-size: 3em;
}

h1{
    font-weight: bolder;
    font-size: 4em;
}

.h-360{
    height: 360px;
}

.h-354{
    height: 354px;
}

.h-350{
    height: 350px;
}

/* MARGIN AND PADDING */
.mb-30{
    margin-bottom: 30px;
}

.mb-80{
    margin-bottom: 80px;
}

.mt-30{
    margin-top: 30px;
}

.pt-20{
    padding-top: 20px;
}

.pt-30{
    padding-top: 30px;
}

.ptb-15-30{
    padding-top: 15px;
    padding-bottom: 30px;
}

.p-30{
    padding: 30px;
}

.p-30-15{
    padding: 30px 10px;
}

.p-30-20{
    padding: 30px 20px;
}

.p-100{
    padding: 100px;
}

.d-p-30{
    padding: 30px 40px 30px 0px;
}

.ptb-30{
    padding-top: 30px;
    padding-bottom: 30px;
}

.pl-50{
    padding-left: 50px;
}
.d-p-25{
    padding: 25px;
}

.mobile{
    display: none;
}

.footer .custom-ul li{
    font-size: 14px;
}

.custom-ul{
    list-style: none;
}

.custom-ul li{
    padding: 0;
}

.custom-ul.white-text li a{
    color: white;
}


.custom-ul.white-text li a:hover{
    color: white;
}

/* BUTTON */
.btn{
    border-radius: 0;
    padding: 10px 20px;
}

.btn-primary{
    background-color: #f16413;
    border: none;
}

.btn-primary:hover{
    background-color: #a24109;
    border: none;
}

.btn.btn-primary:active{
    background-color: #a24109;
    border: none;
}

.btn.btn-primary:focus{
    background-color: #a24109;
    border: none;
    box-shadow: none;
}

a.btn-secondary{
    background-color: #252525;
    border: none;
}

a.btn-secondary:hover{
    background-color: #000000;
    border: none;
}

a{
    text-decoration: none;
    color: black;
}

/* CONTENT ELEMENTS */
.section-bg{
    overflow: hidden;
    width: 100%;
}

.section-bg .two-perc-w{
    z-index: 3;
}

.section-bg .bgimg{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(25%);
    z-index: 1;
}

.section-bg .container{
    z-index: 3;
}

.navbar-toggler:focus{
    outline: 0;
    box-shadow: none;
}

button:focus{
    outline: 0;
    box-shadow: none;
}

img{
    max-width: 100%;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #f16413;
    border-radius: 0;
    transition: box-shadow .15s ease-in-out;
}

.navbar-toggler i{
    color: white;
}

h1, h2, h3, h4, h5, h6, a{
    font-family: 'Work Sans', sans-serif;
}

.circle-badge{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    bottom: 6%;
    right: 8%;
    z-index: 900;
    -webkit-transform: rotate(-14deg);
    -moz-transform: rotate(-14deg);
    -o-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    transform: rotate(-14deg);
}

.circle-badge span{
    margin-top: 63px;
    display: block;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    color: white;
    padding: 0 20px;
    line-height: 37px;
    font-family: 'Work Sans';
}



/* MOBILE */
@media only screen and (max-width: 600px) {
    .desktop{
        display: none!important;
    }

    .d-p-25{
        padding: 0;
    }

    .mobile{
        display: block;
    }

    .footer.mobile{
        background-color: #252525;
        padding: 50px 0;
    }

    .footer.mobile .custom-ul{
        text-align: center;
        padding: 0;
    }

    h1{
        font-size: 30px;
    }

    h2{
        font-size: 25px;
    }

    p{
        font-size: 14px;
    }

    .p-100{
        padding: 40px;
    }

    .mainLogo{
        width: 120px;
    }

    .imgtext{
        max-width: 100%;
        object-fit: cover;
    }

    .d-p-30{
        padding: 0;
    }

    .content-box .text-block h1{
        font-size: 2em;
    }

    .content-box .text-block{
        padding: 20px;
    }

    .section{
        padding: 40px 0;
    }

    .m-o-hidden{
        overflow: hidden;
    }

    .h-360{
        height: auto;
    }

    .imgbox{
        margin-bottom: 15px;
    }

    .circle-badge{
       display: none;
    }

}

.footerContentblock{
    left: 0;
    top: 0;
}

.footerblock{
    min-height: 250px;
}

.min-h-80-p{
    min-height: 82vh;
}


/* MOBILE */
@media only screen and (max-width: 1199px) {
    h1{
        font-size: 3em;
    }
    p{
        font-size: 14px;
    }
}


/* 4k */
@media only screen and (min-width: 2000px) {
    .w-43-perc{
        width: 58%;
    }
}

/* 4k */
@media only screen and (min-height: 1600px) {
    .header-section {
        min-height: 1330px;
    }
}
