/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideWrapper,
.lSSlideWrapper .lSFade {
    position: relative
}

.lSSlideWrapper .lSSlide,
.lSSlideWrapper.usingCss .lSFade>* {
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important
}

.lSSlideOuter,
.lSSlideOuter .lSPager.lSGallery {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideWrapper>.lightSlider:after {
    clear: both
}

.lSSlideOuter {
    overflow: hidden;
    user-select: none
}

.lightSlider:after,
.lightSlider:before {
    content: " ";
    display: table
}

.lightSlider {
    overflow: hidden;
    margin: 0
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height
}

.lSSlideWrapper .lSFade>* {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%
}

.lSSlideWrapper.usingCss .lSFade>* {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.lSSlideWrapper .lSFade>.active {
    z-index: 10
}

.lSSlideWrapper.usingCss .lSFade>.active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center
}

.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #428bca
}

.lSSlideOuter .media {
    opacity: .8
}

.lSSlideOuter .media.active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSGallery {
    list-style: none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    user-select: none
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
    transition: border-radius .12s linear 0s .35s linear 0s
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
    content: " ";
    display: table
}

.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(../img/controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .5;
    -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s
}

.lSAction>a:hover {
    opacity: 1
}

.lSAction>.lSPrev {
    background-position: 0 0;
    left: 10px
}

.lSAction>.lSNext {
    background-position: -32px 0;
    right: 10px
}

.lSAction>a.disabled {
    pointer-events: none
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden
}

.lSSlideOuter.vertical {
    position: relative
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0 !important
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0
}

.lSSlideOuter.vertical .lightSlider>* {
    width: 100% !important;
    max-width: none !important
}

.lSSlideOuter.vertical .lSAction>a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0
}

.lSSlideOuter.vertical .lSAction>.lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px
}

.lSSlideOuter.lSrtl {
    direction: rtl
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
    padding-left: 0;
    list-style: none
}

.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
    padding-right: 0
}

.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider>* {
    float: left
}

.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider>* {
    float: right !important
}

@-webkit-keyframes rightEnd {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -15px
    }
}

@keyframes rightEnd {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -15px
    }
}

@-webkit-keyframes topEnd {

    0%,
    100% {
        top: 0
    }

    50% {
        top: -15px
    }
}

@keyframes topEnd {

    0%,
    100% {
        top: 0
    }

    50% {
        top: -15px
    }
}

@-webkit-keyframes leftEnd {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 15px
    }
}

@keyframes leftEnd {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 15px
    }
}

@-webkit-keyframes bottomEnd {

    0%,
    100% {
        bottom: 0
    }

    50% {
        bottom: -15px
    }
}

@keyframes bottomEnd {

    0%,
    100% {
        bottom: 0
    }

    50% {
        bottom: -15px
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd .3s;
    animation: topEnd .3s;
    position: relative
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd .3s;
    animation: bottomEnd .3s;
    position: relative
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}

.lightSlider.lsGrab>* {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lightSlider.lsGrabbing>* {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

::root {
    --primary: #000;
    --secondary: #f5f5f5;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.7;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

section {
    width: 100%;
}

#mask {
    background-color: rgba(41, 47, 51, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120%;
    z-index: 40;
    display: none;
}

/*.content {*/
/*    margin: 0 auto;*/
/*    max-width: 1200px;*/
/*    width: 88%;*/
/*}*/

.content {
    margin: 0 auto;
    max-width: 2000px;
    width: 93%;
}

img {
    max-width: 100%;
}

.tc {
    text-align: center;
}

.flex {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
}

.jsb {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
}

.jc {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
}

.ac {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.afe {
    align-items: flex-end;
    -moz-align-items: flex-end;
    -webkit-align-items: flex-end;
    -o-align-items: flex-end;
    -ms-align-items: flex-end;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/* h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.2em;
}

h5 {
    font-family: 'Raleway', sans-serif;
}

h6 {
    font-family: 'Raleway', sans-serif;
}

p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

p a {
    font-family: 'Raleway', sans-serif;
}

h2 a {
    font-family: 'Raleway', sans-serif;
}

ul {}

ul li {
    font-family: 'Raleway', sans-serif;
}

ul li a {
    font-family: 'Raleway', sans-serif;
} */

h1 {
    font-family: "Prata", serif;
    font-weight: 400;
}

h2 {
    font-family: "Prata", serif;
    font-weight: 400;
}

h3 {
    font-family: "Prata", serif;
    font-weight: 400;
}

h4 {
    font-family: "Prata", serif;
    font-size: 0.8em;
    font-weight: 400;
}

h5 {
    font-family: "Prata", serif;
}

h6 {
    font-family: "Prata", serif;
}

p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

p a {
    font-family: 'Raleway', sans-serif;
}

h2 a {
    font-family: "Prata", serif;
}

ul {}

ul li {
    font-family: 'Raleway', sans-serif;
}

ul li a {
    font-family: 'Raleway', sans-serif;
}
/* ==========================================================================
   Flex Box Grid System
   ========================================================================== */

.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.grid-cell {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.grid--half>.grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
}

.grid--third>.grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
}

.grid--quarter>.grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
}

.grid--gutters {
    margin: -1em 0 1em -1em;
}

.grid--gutters>.grid-cell {
    padding: 1em 0 0 1em;
}

.small--gutters {
    margin: -0.5em 0 0.5em -0.5em;
}

.small--gutters>.grid-cell {
    padding: 0.5em 0 0 0.5em;
}

.double--gutters {
    margin: -2em 0 2em -2em;
}

.double--gutters>.grid-cell {
    padding: 2em 0 0 2em;
}

.triple--gutters {
    margin: -3em 0 3em -3em;
}

.triple--gutters>.grid-cell {
    padding: 3em 0 0 3em;
}

.gs-half {
    width: 50% !important;
}

.gs-third {
    width: 33.3333% !important;
}

.gs-third,
.gs-twothirds {
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    flex: none !important;
}

.gs-twothirds {
    width: 66.6667% !important;
}

.gs-quarter {
    width: 25% !important;
}

.gs-quarter,
.gs-threequarters {
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    flex: none !important;
}

.gs-threequarters {
    width: 75% !important;
}

.gs-1 {
    width: 8.333333% !important;
}

.gs-2 {
    width: 16.6666667% !important;
}

/* .gs-3 {
    width: 25% !important;
} */

.gs-3 {
    width: 20% !important;
}

.gs-4 {
    width: 33.333333% !important;
}

.gs-5 {
    width: 41.6666667% !important;
}

.gs-6 {
    width: 50% !important;
}

.gs-7 {
    width: 58.333333% !important;
}

.gs-8 {
    width: 66.6666667% !important;
}

.gs-9 {
    width: 75% !important;
}

.gs-10 {
    width: 83.333333% !important;
}

.gs-11 {
    width: 91.6666667% !important;
}

.gs-12 {
    width: 100% !important;
}

.demo {
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
}

/* ==========================================================================
   Contact form standard code
   ========================================================================== */

#contact_form {
    background-color: #F9F9F9;
    padding: 1em 1.8em;
    border: 1px solid #DDD;
}

.formRow {
    display: block;
    margin: 1em 0;
}

.formRow label {
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #FFF;
}

.formRow input {
    display: block;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #DDD;
    padding: 6px;
    height: 37px;
    font-size: 0.9em;
}

.formRow textarea {
    display: block;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #DDD;
    padding: 6px;
    height: 214px;
    font-size: 0.9em;
}

.formRow button {
    display: block;
    background-color: #333;
    color: #FFF;
    font-weight: 600;
    font-size: 0.9em;
    text-align: center;
    border: none;
    width: 100%;
    padding: 13px 10px 15px;
    margin: 24px 0 0;
    transition: all 0.3s ease 0s;
}

.formRow button:hover {
    background-color: #000;
}

/* ======= Fade effect =======*/

.fade-up {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
}

.fade-right {
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    opacity: 0;
    visibility: hidden;
}

.fade-down {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    opacity: 0;
    visibility: hidden;
}

.fade-left {
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    opacity: 0;
    visibility: hidden;
}

.fade-out {}

.active-fade .fade-up,
.active-fade .fade-right,
.active-fade .fade-down,
.active-fade .fade-left,
.active-fade.fade-up,
.active-fade.fade-right,
.active-fade.fade-down,
.active-fade.fade-left {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

/*=== Transitions ===*/
.delay-1 {
    transition: all 0.8s ease 0.3s;
    /*    transition: all 1.9s ease 0.8s;*/
}

.delay-2 {
    transition: all 0.8s ease 0.4s;
    /*    transition: all 1.9s ease 1.6s;*/
}

.delay-3 {
    transition: all 0.8s ease 0.5s;
    /*    transition: all 1.9s ease 2.4s;*/
}

.delay-4 {
    transition: all 1.3s ease 1.1s;
    /*    transition: all 1.9s ease 3.2s;*/
}

.delay-5 {
    transition: all 1.3s ease 1.4s;
    /*    transition: all 1.9s ease 4s;*/
}

.delay-6 {
    transition: all 1.3s ease 1.7s;
    /*    transition: all 1.9s ease 4.8s;*/
}

.delay-7 {
    transition: all 1.3s ease 2s;
    /*    transition: all 1.9s ease 5.6s;*/
}

.delay-8 {
    transition: all 1.3s ease 2.3s;
    /*    transition: all 1.9s ease 6.4s;*/
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*===================== NAV AND FOOTER =========================*/

header {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    background: #000032;
    z-index: 100;
}

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

.navigation img {
    margin: 10px 0 10px 0;
    max-width: 70%;
    min-width: 219px;
}

nav {
    display: block;
}

.subnav {
    position: absolute;
    left: -3000px;
    padding: 0;
    width: 200px;
}

.subnav li {
    margin: 0;
    padding: 3px 0;
}

.subnav li a:hover {
    color: #428bca;
}

nav li a {
    text-decoration: none;
    color: #fff;
    text-shadow: 2px 1px 7px rgba(0, 0, 0, 0.42);
    font-size: 0.9em;
}

nav li a:hover {
    color: #428bca;
}


header nav>ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
}

header nav>ul>li>a {
    color: #fbfbfb;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    padding: 0px 20px;
    display: inline-block;
}

header nav>ul>li>a :hover {
    color: #fbfbfb;
    font-weight: 700;
    font-size: 16px;
}

.mob-menu {
    transition: opacity 0.4s ease 0s;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -9999;
    opacity: 0;
    visibility: hidden;
    background-color: #15172C;
    overflow: auto;
}

.mob-menu .mob-subnav {
    margin: 0;
    padding-left: 20px;
}

.mob-menu .content .mob-subnav ul li a{
    border-top: 0 !important;
    border-bottom: 0;
    font-size: 0.85em;
    font-weight: 300;
}

.more_nav {
    position: absolute;
    width: 37px;
    top: 0;
    padding: 10px;
    z-index: 1;
    right: 30%;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}

.active-mobile .more_nav {
    transform: rotate(180deg);
}

/* .mob-menu .subnav {
    padding-bottom: 10px;
    display: none;
} */

.mob-menu li {
    position: relative;
}

.mob-menu .mob-subnav li a {
    padding: 5px 0;
    font-weight: 100 !important;
    font-size: 1em !important;
    margin: 10px 0;
}

.mob-menu .content ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    overflow: auto;
}

.mob-menu .content ul li a {
    font-weight: 600;
    color: white;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    font-size: 1.4em;
    text-align: center;
    color: #FFF;
    transition: var(--smooth);
}

.menu-close {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 30;
    transition: var(--smooth);
}

.mob-menu .content ul li {
    margin: 10px 0;
}

.mob-menu .content {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.menu-btn {
    display: none;
}

.mob-menu .logo {
    position: absolute;
    left: 50px;
    top: 18px;
}

header .content {
    position: relative;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav li {
    position: relative;
}

nav li a {
    display: inline-block;
    padding: 0 20px;
    text-decoration: none;
    color: inherit;
    font-size: 0.9em;
}

nav li:first-of-type a {
    padding-left: 0;
}

nav li:last-of-type a {
    padding-right: 0;
}

nav li ul.subnav {
    position: absolute;
    min-width: 150px;
    padding: 5px 15px;
    background: #15172C;
    z-index: 5;
    left: -10000px;
}

nav li:first-of-type:hover ul.subnav {
    left: -15px;
}

nav li:hover ul.subnav {
    left: 5px;
}

nav li ul.subnav li a {
    padding: 3px 0;
    display: block;
    color: white;
}


footer {
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: #000032;
}

footer nav>ul>li>a {
    color: #fbfbfb;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
    padding: 0px 20px;
    display: inline-block;
}

footer nav>ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
}

footer img {
    display: block;
    margin: auto;
}

.head_social {
    text-align: left;
    display: flex;
}

.head_social a {
    margin-right: 15px;
    padding: 3px;
}

footer .navigation img {
    display: flex;
}

.head_social a {
    text-decoration: none;
    color: #ffffff;
    opacity: 0.9;
    font-size: 1.5em;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.header_social {
    text-align: left;
    display: flex;
}

.header_social a {
    margin-right: 15px;
    padding: 3px;
}

footer .navigation img {
    display: flex;
}

.header_social a {
    text-decoration: none;
    color: #ffffff;
    opacity: 0.9;
    font-size: 1.5em;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.copyright {
    text-align: center;
    font-size: 0.8em;
    /* margin-top: 3em; */
    color: #e2e2e2;
    margin-bottom: 0;
}

.copyright a {
    color: #eeeeee;
}

.wpcc-banner .wpcc-message {
    display: block;
    flex: 1 1 auto;
    margin-right: 1em;
    max-width: 100%;
    font-family: sans-serif;
}

.wpcc-color-custom-255367333 .wpcc-btn {
    color: rgb(255, 255, 255);
    background-color: rgb(232, 79, 84);
    font-family: sans-serif;
}


/*===================== HERO =========================*/
section.hero {
    position: relative;
    padding: 0;
    z-index: 1;
}

#bgvid {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100vh;
    z-index: 0;
    object-fit: cover;
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    object-position: bottom;
    -moz-object-position: bottom;
    -webkit-object-position: bottom;
    -o-object-position: bottom;
    -ms-object-position: bottom;
    opacity: 1;
}

.hero:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 1, 33, 0.24);
}

.hero-inner {
    margin-top: 100px;
}

.video-overlay {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.hero-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.hero-text .content>div {
    max-width: 800px;
}

.hero-text h1 {
    font-family: "Prata", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5em;
    color: #FFF;
    max-width: 750px;
    line-height: 1.2;
}

.hero-text p {
    font-size: 1.1em;
    color: #fff;
    max-width: 650px;
    line-height: 1.6;
    margin-bottom: 2em;
}

/*===================== WELCOME SECTION =========================*/
.welcome {
    position: relative;
    padding: 5em 5em;
    overflow: hidden;
    /*margin: 4em 0;*/
    background-image: url(/img/nc_pattern12.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

/* .welcome-intro-text {
    display: flex;
    flex-direction: column;
    margin-right: 1em;
} */

.welcome-intro-text {
    display: flex;
    flex-direction: column;
    margin-right: 1em;
    text-align: left;
    align-items: left;
}

.welcome-intro-text h1 {
    text-align: left;
    font-size: 2.4em;
    color: black;
    max-width: 800px;
    line-height: 1.1;
    padding-bottom: 1em;
    border-bottom: 0.8px solid #000;
}

.welcome-intro-text p {
    text-align: left;
    font-size: 1em;
    color: #3C3C3C;
    max-width: 720px;
    line-height: 1.8;
}

.welcome-home {
    position: relative;
    padding: 3em 3em;
    overflow: hidden;
    /*margin: 4em 0;*/
    background-image: url(/img/nc_pattern8.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

/* .welcome-intro-text {
    display: flex;
    flex-direction: column;
    margin-right: 1em;
} */

.home-intro-text {
    display: flex;
    flex-direction: column;
    margin-right: 1em;
    text-align: center;
    align-items: center;
}

.home-intro-text h1 {
    text-align: center;
    font-size: 2.4em;
    color: black;
    max-width: 800px;
    line-height: 1.1;
    padding-bottom: 1em;
    border-bottom: 0.8px solid #000;
    font-family: "Prata", serif;
    font-weight: 400;
    font-style: normal;
}

.home-intro-text p {
    text-align: center;
    font-size: 1em;
    color: #3C3C3C;
    max-width: 720px;
    line-height: 1.8;
}

.project {
    position: relative;
    overflow: hidden;
    margin: 7em 0 2em 0;
}

.project-title p {
    color: #3C3C3C;
    line-height: 1.8;
}

.project-title h1 {
    margin: 20px 0;
    color: rgb(28, 28, 28);
    border-bottom: 0.8px solid #1f1f1f;
    padding-bottom: 1em;
}

.welcome img {
    position: absolute;
    /* width: 48vw;
    height: 100%; */
    max-width: 100%;
    top: 2em;
    bottom: 2em;
    right: 0;
    margin: auto;
    object-fit: cover;
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
}

/*===================== HOME PROJECTS =========================*/

.blue-left {
    background: #000032;
    padding: 9em 0;
    position: relative;
    overflow: hidden;
}

.blue-left h1 {
    border-bottom: 0.8px solid #fff;
    padding-bottom: 16px;
}

.blue-left h4 {
    font-size: 1.4em;
    margin: 20px 0;
    color: rgb(255, 255, 255);
}

.blue-left h2 {
    margin: 20px 0;
    color: rgb(255, 255, 255);
    border-bottom: 0.8px solid #fff;
    padding-bottom: 1em;
}

.blue-left p {
    font-size: 0.9em;
    margin: 0.5em 0;
    color: rgb(255, 255, 255);
}

.blue-left img:not(.service-inner) {
    position: absolute;
    width: 48vw;
    height: 70%;
    top: 2em;
    bottom: 2em;
    right: 0;
    margin: auto;
    object-fit: cover;
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
}

.blue-left .lSSlideOuter {
    position: absolute;
    width: 35vw !important;
    height: 70% !important;
    top: 2em;
    bottom: 2em;
    right: 0;
    margin: auto;
    object-fit: cover;
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
}

.blue-left.blue-right img {
    right: auto;
    left: 0;
}

.recycle-new {
    background-color: #000032;
    padding: 5em 0;
    position: relative;
    overflow: hidden;
    background-image: url(/img/nc_pattern8BLUE.svg);
    background-position: left top;
    background-repeat: no-repeat;

    p {
        color: white;
    }

}

.nc-wasterecycle {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.recycle {
    background: #000032;
    padding: 5em 0;
    position: relative;
    overflow: hidden;
    background-image: url(/img/nc_pattern6.svg);
    background-position: bottom;
    background-repeat: no-repeat;
}

.recycle h1 {
    border-bottom: 0.8px solid #fff;
    padding-bottom: 16px;
}

.recycle h4 {
    font-size: 1.4em;
    margin: 20px 0;
    color: rgb(255, 255, 255);
}

.recycle h2 {
    margin: 20px 0;
    color: rgb(255, 255, 255);
    border-bottom: 0.8px solid #fff;
    padding-bottom: 1em;
    text-align: left;
}

.recycle h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: white;
    line-height: 1.4em;
}

.recycle ul li {
    font-family: 'Raleway', sans-serif;
    color: white;
    font-weight: 600;
}

.recycle p {
    font-size: 0.9em;
    margin: 0.5em 0;
    color: rgb(255, 255, 255);
}

.recycle .terracyle img {
    max-width: 65%;
    margin: 1em;
    object-fit: cover;
}

.terracyle {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.recent-projects a {
    font-family: 'Raleway', sans-serif;
    /*    margin-top: 70px;*/
    font-size: 0.9em;
    color: rgb(255, 255, 255);
    /* border: 1px solid #ffffff; */
    /* padding: 1em 2em; */
    display: block;
}

.recent-projects img,
.home-news img {
    height: 0;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding-bottom: 66.6666667%;

}

.project-text-short {
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
}

.project-detail {
    margin: 0 0 3em 0;
}

.project-detail h4{
    text-align: center;
    margin: 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
}

.image-container {
    overflow: hidden;
    position: relative;
}

.hide {
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;

    p{
        margin: 0;
        padding: 5px 0;
    }

}

.image-container:hover .hide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 99;
    color: white;
    font-size: 15px;
    text-decoration: none;
    background-color: #012b966c;
}

.image-container:hover img{
    filter: grayscale(100%) blur(5px);
}

/* .project-detail:hover img:not(:hover){
    filter: blur(10px) grayscale(1);
} */

.image-container img {
    max-width: 100%;
    transition: all 0.7s;
    display: block;
    width: 100%;
    transform: scale(1);
}

.image-container:hover img {
    transform: scale(1.1);
}

.project-button {
    background-color: #F2F2F2;
    border: none;
    color: #000032;
    padding: 15px 47px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
}

.project-button:hover,
.project-button.active {
    background-color: #000032;
    color: white;
}

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

/* .carousel {
    position: fixed;
} */

#sidebar{
    position: sticky;
}

.sidebar{
    will-change: min-height;
    padding-top: 0!important;
    
}

.sidebar__inner{
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
    left: auto!important;
}

/*===================== HOME SERVICES =========================*/

.white-centre {
    background: #ffffff;
    padding: 2em 0 4em 0;
    position: relative;
    overflow: hidden;
    color: rgb(34, 34, 34);
    text-align: center;
    /* background-image: url(/img/nc_pattern10.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #ffffff; */
}

.white-centre h4 {
    font-size: 1.2em;
    margin: 17px 0;
}

.white-centre p {
    font-size: 0.9em;
    margin: 0.5em 0;
    text-align: center;
}

.white-centre a {
    font-size: 1em;
    font-weight: 500;
    color: #002A88;
    text-decoration: underline;
}

.white-project {
    background: #ffffff;
    padding: 5em 0 9em 0;
    position: relative;
    overflow: hidden;
    color: rgb(34, 34, 34);
    text-align: center;
}

.white-project h4 {
    font-size: 1.2em;
    margin: 20px 0;
}

.white-project p {
    font-size: 0.9em;
    margin: 0.5em 0;
    text-align: center;
}

.white-project a {
    font-size: 1em;
    font-weight: 500;
    color: #002A88;
    text-decoration: underline;
}

/*===================== HOME SERVICES =========================*/

.nc-waste {
    padding: 9em 5em;
    background: #000032;
}

.clients {
    margin: 4em 0;

}

.clients img {
    display: block;
    margin: 0 auto;
}

.clients h1 {
    text-align: center;
}

.logoSlider li img{
    height: 100px;
    padding: 7px;
    object-fit: contain;
}



/*===================== HOME TESTIMONIALS =========================*/


.testimonial {
    background-image: url(/img/nhs.png);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.testimonial::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgb(0, 0, 0);
    opacity: 0.75;
}

.testimonial h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: white;
    text-align: center;
    padding: 0 4em;
}

.testimonial h2 {
    color: white;
    text-align: center;
    margin: 1em 0 0 0;
}

.testimonial .content {
    position: relative;
    z-index: 2;
    padding: 4em 0;
}

.home-news {
    padding: 3em 0 5em 0;
    position: relative;
    overflow: hidden;
    /* background-image: url(/img/nc_pattern11.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #ffffff; */

    h1{
        text-align: center;
    }
}

.home-news h4 {
    color: #222;
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 0;
    font-family: "Prata", serif;
}

.home-news p {
    color: #222;
    margin-top: 1em;
}

.home-news a {
    color: #333;
    font-weight: 600;
}

.home-community {
    background-color: #000032;
    padding: 9em 5em;
    /* background-image: url(/img/nc_pattern6.svg);
    background-position: bottom;
    background-repeat: no-repeat; */
}

.home-community h1 {
    color: #ffffff;
    max-width: 800px;
    padding-bottom: 16px;
    border-bottom: 0.8px solid #fff;
}

.home-community p {
    color: #ffffff;
    max-width: 720px;
}

/*===================== Services =============================*/
.services-overlay {
    width: 100%;
    height: 130vh;
    object-fit: cover;
}

.services-landing {
    background: #000032;
    padding: 9em 0;
    position: relative;
    overflow: hidden;
    color: rgb(255, 255, 255);
    text-align: center;

    h4{
        font-size: 1.2em;
    }

    img{
        filter: invert(1);
    }
}

.team-landing {
    background: #000032;
    padding: 2em 0;
    position: relative;
    color: rgb(255, 255, 255);
    background-image: url(/img/nc_pattern6.svg);
    background-position: left bottom;
    background-repeat: no-repeat;

}

.team-landing h1, h2{
    text-align: center;
}

.stickypudding {
    position: sticky;
    top: 120px;
}

.services-landing p a {
    font-family: 'Raleway', sans-serif;
    color: white;
}

.home-services>div {
    padding: 1em 2em 0 2em !important;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.home-services:hover{
    background-color: #428bca56;
}

.team-text img {
    width: 100%;
    height: 0;
    padding-top: 125%;
    background-size: cover;
    background-position: center;
}

.team-text h4 {
    margin-bottom: 0;
}

.team-text p {
    margin-top: 0;
}

.service-inner {
    width: 100%;

    object-fit: cover;
}

/* .project-description {
    column-count: 2;
} */

.project-description p {
    text-align: left;
}

/*===================== Contact =========================*/
.contact-map {
    margin-top: 100px;
    position: relative;
    background: #000032;
    color: #ffffff;
}
.contact {
    padding: 3em 0 3em 0;
    position: relative;
    background: #000032;
    color: #ffffff;
}

.contact a {
    color: rgb(237, 237, 237);
}

.about-grid {
    align-items: baseline;
}

#contact_form {
    background: linear-gradient(127deg, rgb(0, 4, 56) 0%, rgba(0, 15, 52, 1) 57%);
    padding: 1em 1.8em;

}

.contact_forms {
    display: block;
}

#contact_form>div label,
aside form label {
    font-family: 'Raleway', sans-serif;
    display: block;
    font-size: 0.9em;
    font-weight: 500;
    margin: 0 0 4px;
    color: white;
}

#contact_form>div input,
aside form input {
    width: 100%;
    height: 40px;
    border: 1px solid #DDD;
    padding: 6px;
    font-family: 'Raleway', sans-serif;
    font-size: 0.9em;
}

#contact_form>div {
    width: 100%;
    margin: 1em 0;
    overflow: hidden;
}

#contact_form>div textarea {
    width: 100%;
    height: 160px;
    border: 1px solid #DDD;
    padding: 6px;
    font-family: 'Raleway', sans-serif;
    font-size: 0.9em;
}

button,
input,
optgroup,
select,
textarea {
    line-height: 1.15;
    margin: 0;
}

.btn-contact {
    border-radius: 28px;
    font-family: 'Mukta', sans-serif;
    font-weight: 400;
    letter-spacing: 1.3px;
    color: #ffffff;
    font-size: 1em;
    padding: 10px 40px 10px 40px;
    border: solid #e9e9e9 1px;
    text-decoration: none;
    width: 100%;
    background: transparent;
    display: inline-block;
    padding: 15px 40px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}

.btn-contact:hover {
    background: #fff;
    color: #15172C;
}

.fail-response {
    overflow: hidden;
    background: #cc0000;
    color: #fff;
    margin-bottom: 1.5em;
    padding: 15px;
}

.fail-response h2,
.fail-response p {
    margin: 0;
}


/*========== Button style ===========*/

.button-light {
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    color: #000032;
    width: 170px;
    border: 1px solid #888888;
    border-radius: 45px;
    transition: all 0.3s;
    cursor: pointer;
    background: white;
    font-size: 0.8em;
    padding: 5px 10px;
    margin-top: 15px;
  }
  
  .button-light:hover {
    background: #3e6dc9;
    color: white;
  }


  .button-dark {
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    color: #eaeaea;
    width: 170px;
    border: 1px solid #ececec;
    border-radius: 45px;
    transition: all 0.3s;
    cursor: pointer;
    background: #000032;
    font-size: 0.8em;
    padding: 5px 10px;
    margin-top: 15px;
    text-align: center;
  }
  
  .button-dark:hover {
    background: #3e6dc9;
    color: #ffffff;
    border: 1px solid #2e529a;
  }


/*===================== Responsive Styling =========================*/
@media only screen and (max-width: 4000px) {
    /* .welcome img {
        position: absolute;
        width: 34vw;
        height: 100%;
        top: 2em;
        bottom: 2em;
        right: 0;
        margin: auto;
        object-fit: cover;
        -moz-object-fit: cover;
        -webkit-object-fit: cover;
        -o-object-fit: cover;
        -ms-object-fit: cover;
    } */

    .blue-left img:not(.service-inner) {
        width: 35vw;
        height: 100%;
    }


}

@media only screen and (max-width: 2500px) {
    .welcome img {
        max-width: 50%!important;
    }
}

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

    .blue-left img:not(.service-inner) {
        position: absolute;
        width: 40vw;
        height: 70%;
        top: 2em;
        bottom: 2em;
        right: 0;
        margin: auto;
        object-fit: cover;
        -moz-object-fit: cover;
        -webkit-object-fit: cover;
        -o-object-fit: cover;
        -ms-object-fit: cover;
    }

    .blue-left .lSSlideOuter {
        position: absolute;
        width: 35vw !important;
        height: 70% !important;
        top: 2em;
        bottom: 2em;
        right: 0;
        margin: auto;
        object-fit: cover;
        -moz-object-fit: cover;
        -webkit-object-fit: cover;
        -o-object-fit: cover;
        -ms-object-fit: cover;
    }
}

@media only screen and (max-width: 1300px) {
    .welcome img {
        max-width: 50%;
    }

    .blue-left img:not(.service-inner) {
        position: absolute;
        width: 48vw;
        height: 65%;
        top: 2em;
        bottom: 2em;
        right: 0;
        margin: auto;
        object-fit: cover;
        -moz-object-fit: cover;
        -webkit-object-fit: cover;
        -o-object-fit: cover;
        -ms-object-fit: cover;
    }

    .blue-left .lSSlideOuter {
        position: absolute;
        width: 48vw !important;
        height: 65% !important;
        top: 2em;
        bottom: 2em;
        right: 0;
        margin: auto;
        object-fit: cover;
        -moz-object-fit: cover;
        -webkit-object-fit: cover;
        -o-object-fit: cover;
        -ms-object-fit: cover;
    }
}

@media only screen and (max-width: 1100px) {
    .blue-left img:not(.service-inner) {
        position: absolute;
        width: 48vw;
        height: 48%;
        top: 2em;
        bottom: 2em;
        right: 0;
        margin: auto;
        object-fit: cover;
        -moz-object-fit: cover;
        -webkit-object-fit: cover;
        -o-object-fit: cover;
        -ms-object-fit: cover;
    }

    .welcome img {
        display: none;
    }

    .welcome-intro-text p {
        text-align: center;
    }

    .welcome-intro-text h1 {
        text-align: center;
    }

    .welcome-intro-text{
        align-items: center;
    }

    .gs-6 {
        width: 51% !important;
    }
}

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

    .header_social {
        display: none;
    }

    .menu-btn {
        display: block;
    }

    .navigation ul {
        display: none;
    }

    .menu-btn img {
        max-width: 50% !important;
        float: right;
        min-width: 50px !important;
    }

    header nav>ul {
        list-style: none;
    }

    #heroSlider li {
        text-align: center;
    }

    .blue-left img {
        display: none;
    }

    .blue-left .lSSlideOuter {
        display: none;
    }

    .recycle {
        text-align: center;
    }

    .recycle ul {
        padding-left: 0;
    }

    .recycle ul li {
        text-align: center;
        list-style-position: inside;
    }

    .home-community h1 {
        text-align: center;
    }

    .gs-4 {
        width: 100% !important;
    }

    .gs-quarter {
        width: 50% !important;
    }

    

    .blue-left p {
        text-align: center;
    }

    .blue-left h2 {
        text-align: center;
    }

    .blue-left img {
        position: absolute;
        width: 48vw;
        height: 45%;
        top: 2em;
        bottom: 2em;
        right: 0;
        margin: auto;
        object-fit: cover;
        -moz-object-fit: cover;
        -webkit-object-fit: cover;
        -o-object-fit: cover;
        -ms-object-fit: cover;
    }

    .project-button {
        padding: 15px 30px;
        width: 33%;
        margin-bottom: 10px;
    }

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

    footer .menu-btn {
        display: none;
    }
}


@media only screen and (max-width: 950px) {
    .mob-menu .logo {
        width: 30%;
        position: absolute;
        left: 30px;
        top: 18px;
    }

    .welcome-home {
        background-image: none;
    }

    .recycle-new{
        background-image: none;
    }

    .welcome {
        background-image: none;
    }

}

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

    .menu-close img {
        width: 60%;
    }

    .gs-third {
        width: 100% !important;
    }

    .gs-3 {
        width: 35% !important;
    }

    .project-button {
        padding: 15px 30px;
        width: 49%;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 667px) {
    .gs-quarter {
        width: 100% !important;
    }

    .project-description {
        column-count: 1;
    }
}

@media only screen and (max-width: 568px) {
    .gs-third {
        width: 100% !important;
    }

    .gs-3 {
        width: 100% !important;
    }

    .project-detail {
        margin: 0;
    }
}

@media only screen and (max-width: 480px) {
    .hero-text {
        position: absolute;
        top: 30%;
        padding-left: 3em;
        z-index: 30;
        text-align: center;
        max-width: 370px;
    }

    .navigation img {
        max-width: 175px;
        min-width: 175px;
    }

    .hero-inner {
        margin-top: 84px;
    }

    .welcome {
        padding: 2em 0em;
    }

    .nc-waste {
        padding: 9em 0em;
    }

    .home-community {
        padding: 9em 0em;
    }

    .home-projects .gs-third {
        position: relative;
        margin: 1em 0;
    }

    .project-button {
        padding: 15px 30px;
        width: 100%;
        margin-bottom: 10px;
    }

}



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

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


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

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

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

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

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

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