@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i);

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    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
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

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: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[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
}

@font-face {
    font-family: Roboto;
    src: url(/assets/fonts/Roboto-Thin.ttf);
    src: url(/assets/fonts/Roboto-Light.ttf);
    src: url(/assets/fonts/Roboto-Black.ttf);
    src: url(/assets/fonts/Roboto-Bold.ttf);
    src: url(/assets/fonts/Roboto-Regular.ttf);
    font-style: normal;
    font-display: swap
}

*,
:after,
:before {
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

:root {
    --replace-offset: 50%;
    --replace-offset-2: calc(-100% - var(--replace-offset)*-1);
    --whiteColor: 255, 255, 255;
    --secondryColor: 255, 148, 0;
    --lightColor: 227, 245, 204
}

body,
html {
    height: 100%;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 2.5rem;
    font-size: 16px;
    scrollbar-width: none;
    -ms-overflow-style: none
}

button:focus {
    outline: none
}

html {
    scroll-behavior: smooth
}

.hide {
    display: none
}

.navigation-wrapper .menu-burger-wrapper {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 50;
    height: 150px;
    padding: 0 50px;
    pointer-events: none;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navigation-wrapper .menu-burger-wrapper .trigger {
    cursor: pointer;
    pointer-events: all;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    transition: opacity .3s, transform .2s;
    -webkit-transition: opacity .3s, transform .2s
}

.navigation-wrapper .menu-burger-wrapper .header__logo.js-replace.js-replace--reverse .js-replace__item.js-replace__item--active .trigger * {
    color: #fff
}

.navigation-wrapper .menu-burger-wrapper .header__logo.js-replace.js-replace--reverse .js-replace__item.js-replace__item--active .trigger .line {
    background-color: #fff
}

.navigation-wrapper .menu-burger {
    width: 25px;
    height: 20px;
    position: relative;
    transition: transform .35s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition: transform .35s cubic-bezier(.785, .135, .15, .86)
}

.menu-burger .line {
    background-color: #003e33
}

.navigation-wrapper .menu-burger .line {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    transition: transform .4s cubic-bezier(.785, .135, .15, .86), background-color .3s, left .2s;
    -webkit-transition: transform .4s cubic-bezier(.785, .135, .15, .86), background-color .3s, left .2s
}

.navigation-wrapper.menu-active .menu-burger .line {
    background-color: #fff
}

.navigation-wrapper .menu-burger .line-top {
    top: 0;
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%
}

.navigation-wrapper .menu-burger .line.line-center {
    top: 50%;
    transform: translateY(-50%) scaleX(1);
    -webkit-transform: translateY(-50%) scaleX(1);
    transition: transform .3s .2s, opacity .2s, background-color .3s;
    -webkit-transition: transform .3s .2s, opacity .2s, background-color .3s
}

.navigation-wrapper .menu-burger .line-bottom {
    bottom: 0;
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%
}

.navigation-wrapper .menu-burger-wrapper .trigger:hover {
    opacity: .8
}

.navigation-wrapper:not(.menu-active) .trigger:hover .menu-burger .line-top {
    left: 3px
}

.navigation-wrapper:not(.menu-active) .trigger:hover .menu-burger .line-bottom {
    left: -3px
}

.navigation-wrapper.menu-active .menu-burger .line-top {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.navigation-wrapper.menu-active .menu-burger .line.line-center {
    opacity: 0;
    transform: translate(-10px, -50%) scaleX(0);
    -webkit-transform: translate(-10px, -50%) scaleX(0);
    transition: transform .3s, opacity .2s, background-color .3s .3s;
    -webkit-transition: transform .3s, opacity .2s, background-color .3s .3s
}

.navigation-wrapper.menu-active .menu-burger .line-bottom {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.navigation-wrapper .menu-burger-wrapper .label {
    position: relative;
    overflow: hidden;
    transition: width .3s .3s, color .3s;
    -webkit-transition: width .3s .3s, color .3s;
    display: flex;
    align-self: center;
    padding: 0 10px
}

.navigation-wrapper .menu-trigger .label span {
    transition: transform .8s ease
}

.menu-trigger.reverse>* {
    color: #fff;
    transition: color .2s ease-in-out
}

.menu-trigger.reverse .menu-burger .line {
    background-color: #fff;
    transition: color .2s ease-in-out
}

.navigation-wrapper.menu-active .menu-trigger>.label>span {
    position: absolute;
    color: #fff
}

.menu-content .menu-wrapper {
    width: 100%;
    z-index: 49;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #313131;
    color: #fff;
    transform: translate3d(100%, 0, 0);
    transition: transform .5s ease-in-out
}

.menu-content .menu-wrapper.active {
    transform: translateZ(0)
}

.menu-content .menu-wrapper .company-logo {
    background: url(/assets/images/aadya.svg) no-repeat 50%/250px auto;
    height: 150px;
    width: 100%
}

.menu-items .company-logo {
    width: 150px;
    height: 80px;
    background: url(/assets/images/aadya.svg) no-repeat 50%/150px auto;
    position: relative;
    transition: height, background .2s ease-in-out
}

.fix-header .menu-items .company-logo {
    width: 150px;
    height: 60px;
    background: url(/assets/images/aadya.svg) no-repeat 50%/120px auto
}

.navigation-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    transition: width .4s ease-in-out
}

.fix-header .navigation-wrapper {
    width: 80%
}

.menu-content .menu-wrapper+.menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(34, 34, 35, .8);
    transition: transform .5s ease-in-out;
    will-change: opacity
}

.menu-content .menu-wrapper.active+.menu-overlay {
    z-index: 19
}

.menu-content .menu-wrapper .menu-items {
    width: 100%;
    margin: 50px 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-content .menu-wrapper .menu-items ul {
    text-align: center;
    padding: 0 20px
}

.menu-content .menu-wrapper .menu-items ul li:not(:last-child) {
    margin-bottom: 30px
}

.menu-content .menu-wrapper .menu-items ul li {
    display: block;
    overflow: hidden
}

.menu-content .menu-wrapper .menu-items ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    font-size: 1.75rem;
    line-height: 2rem;
    transition: color .3s;
    -webkit-transition: color .3s;
    cursor: pointer;
    transition: color .25s cubic-bezier(.785, .135, .15, .86)
}

.menu-content .menu-wrapper .menu-items ul li a:hover {
    opacity: .8
}

.main {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%
}

.main>section {
    min-height: 100%;
    position: relative;
    overflow: hidden
}

.main>section#contact {
    height: 100%
}

#contact .page-bg,
#intro .page-bg,
#proficiency .page-bg,
#project .page-bg,
#prophecy .page-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

#project .content- {
    flex: unset
}

.home-hero {
    background-image: url(/assets/images/background.jpg);
    background-size: cover;
    background-position: 50%;
    height: 100vh;
    color: #fff
}

.home-hero:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .6) 60%, rgba(0, 0, 0, .75))
}

#contact .page-bg,
#intro .page-bg,
#proficiency .page-bg {
    background-color: rgba(0, 62, 51, .5019607843137255)
}

#project .page-bg,
#prophecy .page-bg {
    background-color: rgba(var(--lightColor), .9)
}

#project.home-hero,
#prophecy.home-hero {
    color: #000
}

section .left-aligned-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative
}

section .left-aligned-section .content {
    width: 100%;
    max-width: 1450px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 85px 0;
    position: relative
}

.organization-structure {
    margin-left: auto;
    margin-right: 20px;
    position: absolute;
    right: 0;
    bottom: 20px
}

section#proficiency .left-aligned-section .content {
    justify-content: unset !important
}

#contact .content {
    padding: 0
}

#contact .content .content-,
#contact .content .content- .wrapper {
    height: 100%
}

.content>div {
    flex: 1;
    width: 100%
}

#contact .wrapper {
    max-width: 500px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 74px 20px;
    display: flex;
    flex-flow: column;
    align-items: center
}

.content .glider-wrapper {
    max-width: 500px
}

.content .intro-glider-border {
    max-height: 230px;
    overflow: hidden
}

.glider-contain {
    margin-bottom: unset !important
}

.glider-slide {
    background: transparent !important;
    border: 1px solid transparent !important;
    padding: 15px;
    font-size: 1rem;
    line-height: 26px;
}

.item.glider-slide {
    flex-flow: column
}

.glider {
    max-height: 250px;
    display: flex;
    align-items: center;
    padding-bottom: 23px
}

#gliderproficiency.glider {
    max-height: unset
}

.content- {
    padding: 0 15px
}

section .left-aligned-section .content>div:not([class]) {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    color: rgba(var(--whiteColor), 1);
    z-index: 0
}

.heading,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Playfair Display, serif;
    font-weight: 700
}

h1 {
    font-size: 1.7em;
    margin-block-end: .99em
}

h1:not([class]) {
    position: relative;
    letter-spacing: .1rem
}

h1:not([class]):after {
    background-color: rgba(var(--secondryColor), 1);
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 24px;
    height: 7px;
    margin: -3.5px 0 0 -12px;
    -webkit-transition: .72s cubic-bezier(.52, .01, .16, 1);
    -moz-transition: .72s cubic-bezier(.52, .01, .16, 1);
    transition: .72s cubic-bezier(.52, .01, .16, 1);
    transition-delay: 0s;
    -webkit-transform: skewY(-16deg) scaleX(1);
    -moz-transform: skewY(-16deg) scaleX(1);
    -ms-transform: skewY(-16deg) scaleX(1);
    -o-transform: skewY(-16deg) scaleX(1);
    transform: skewY(-16deg) scaleX(1);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.who__we__are {
    font-size: 1rem;
    font-weight: 200;
    letter-spacing: .05em;
    position: relative;
    border-radius: 10px;
    line-height: 30px
}

.dark-color {
    color: #000
}

.light-color {
    color: #fff
}

.content- {
    max-width: 500px
}

.project-process .content- {
    max-width: 1005px
}

.diagram-container,
.partnershipteam-container,
.projectprocess-container,
.projectprocessaa-container {
    flex: 1;
    width: 100%;
    max-width: 500px;
    display: flex;
    justify-content: center
}

.projectprocess-container,
.projectprocessaa-container {
    justify-content: unset
}

.projectprocessaa-container picture img {
    width: 100%
}

.organization-structure {
    padding: 0 10px;
    border-radius: 20px;
    border: 2px solid #003e33;
    color: #003e33
}

#project .content:first-child {
    flex-flow: column
}

.diagram-container:before {
    content: "";
    background-image: url(/assets/images/diagram.webp)no-repeat
}

.project-process-container-wrapper {
    display: flex;
    justify-content: center
}

.projectprocess-container,
.projectprocessaa-container {
    display: flex;
    flex-flow: column
}

.projectprocess-container .project-heading,
.projectprocessaa-container .project-heading {
    font-size: .9rem;
    height: 80px;
    padding: 10px;
    line-height: 24px
}

.partnershipteam-container img,
.projectprocess-container img,
.projectprocessaa-container img {
    width: 100%
}

.projectprocess-container:before {
    content: "";
    background-image: url(/assets/images/projectprocess.webp)no-repeat
}

.projectprocessaa-container:before {
    content: "";
    background-image: url(/assets/images/projectprocessaa.webp)no-repeat
}

.partnershipteam-container:before {
    content: "";
    background-image: url(/assets/images/partnershipteam.webp)no-repeat
}

.glider-dot {
    border: 1px solid transparent;
    transition: all .2s ease-in-out
}

.glider-dot.active {
    background: #ff9400 !important;
    width: 25px
}

#proficiency .glider-dots {
    margin-top: -20px !important;
    position: relative;
    z-index: 1
}

#proficiency .glider-contain.multiple {
    margin-top: 40px;
    overflow: hidden;
    max-height: 635px
}

.address-wrapper a {
    color: #00c4ff !important
}

.address-wrapper .navigate {
    margin-top: 10px
}

.project-section:not(.active) {
    display: none !important
}

@media screen and (min-width:993px) {
    .navigation-wrapper .menu-burger-wrapper {
        display: none
    }

    .navigation-wrapper .menu-items {
        height: 85px;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: height .3s ease-in-out
    }

    .fix-header .navigation-wrapper .menu-items {
        height: 65px
    }

    .navigation-wrapper .menu-items .localnav-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
        height: auto;
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background-color: hsla(0, 0%, 100%, .72);
        box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28)
    }

    .navigation-wrapper .menu-items .primary-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        list-style: none;
        position: relative;
        margin: 0 0 0 auto;
        height: 100%
    }

    .navigation-wrapper .menu-items .primary-menu li {
        height: 100%;
        display: flex;
        align-items: center;
        border-bottom: 2px solid transparent;
        transition: all .2s ease-in-out
    }

    .navigation-wrapper .menu-items .primary-menu li a {
        text-decoration: none;
        color: #000;
        padding: 0 20px;
        height: 100%;
        display: flex;
        align-items: center
    }

    .navigation-wrapper .menu-items .primary-menu li.active {
        border-bottom: 2px solid rgba(var(--secondryColor), 1)
    }
}

@media screen and (min-width:720px) {
    .menu-content .menu-wrapper {
        max-width: 720px
    }
}

@media screen and (max-width:700px) {
    .home-hero {
        height: unset
    }
}

@media screen and (max-width:850px) {
    .glider {
        padding: 0 !important
    }

    #intro .glider-container {
        margin-top: 30px
    }
}

@media screen and (max-height:800px) {
    .home-hero {
        height: unset
    }
}

@media screen and (max-width:992px) {
    html {
        font-size: 14px
    }

    .navigation-wrapper .menu-burger-wrapper {
        padding: 0 20px;
        height: 80px
    }

    section .left-aligned-section .content {
        flex-flow: column;
        justify-content: center;
        min-height: 100vh
    }

    .content>div {
        flex: unset
    }

    .navigation-wrapper .menu-items {
        display: none
    }

    #gliderproficiency .glider-slide {
        padding: 5px
    }

    #gliderproficiency .item {
        margin: 0
    }

    .wrapper {
        border-radius: unset !important
    }

    img {
        width: 100%
    }

    #gliderproficiency .item>ul {
        padding-inline-start: 20px
    }

    .project-process-container-wrapper {
        flex-flow: column;
        align-items: center
    }

    .projectprocess-container .project-heading,
    .projectprocessaa-container .project-heading {
        height: 30px
    }

    .project-process .content- {
        max-width: 500px
    }
}

.hide-scrollbar {
    overflow: auto
}

#slide-menu .primary-menu.slide-side-menu li.active a {
    color: rgba(var(--secondryColor), 1)
}

.wrapper {
    max-width: 350px;
    width: 100%;
    background: rgba(0, 62, 51, .9803921568627451);
    padding: 25px;
    position: relative
}

.wrapper h2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff
}

.wrapper .input_field {
    margin-bottom: 5px;
    position: relative
}

::placeholder {
    color: hsla(0, 0%, 100%, .3)
}

.wrapper .input_field label {
    width: 100%;
    position: absolute;
    height: 40px;
    left: 0
}

div#submit {
    display: flex;
    justify-content: center;
    background-color: #0d6d48;
    color: #eee;
    cursor: pointer
}

.wrapper .input_field input[type=text],
.wrapper textarea {
    border: 1px solid transparent;
    width: 100%;
    padding: 10px;
    background-color: rgba(128, 164, 108, .16);
    color: #fff
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    border: 1px solid rgba(128, 164, 108, .16);
    -webkit-text-fill-color: rgba(128, 164, 108, .16);
    background-color: rgba(128, 164, 108, .16) !important;
    -webkit-box-shadow: 0 0 0 30px rgba(128, 164, 108, .16) inset !important;
    box-shadow: inset 0 0 0 30px rgba(128, 164, 108, .16) !important
}

.wrapper .input_field input[type=text]:focus,
.wrapper textarea:focus {
    border: 1 solid transparent;
    outline-offset: unset;
    outline: none
}

.wrapper .input_field textarea+label {
    height: 100%
}

.wrapper textarea {
    resize: none;
    height: 80px
}

.wrapper .btn input[type=submit] {
    border: 0;
    margin-top: 15px;
    padding: 10px;
    text-align: center;
    width: 100%;
    background-color: rgba(var(--lightColor), .9);
    color: #332902;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
    border-radius: 25px;
    cursor: pointer
}

.copy-right {
    color: rgba(var(--lightColor), .6);
    position: absolute;
    bottom: 5px;
    font-size: .68rem
}

#error_message {
    margin-bottom: 0;
    line-height: unset;
    color: #fe8b8e;
    padding: 0;
    text-align: center;
    font-size: 14px;
    line-height: .8px;
    top: 80px;
    width: calc(100% - 50px);
    transition: all .5s ease
}

.map-wrapper {
    position: absolute;
    left: 0
}

.map-wrapper:before {
    content: "";
    background-color: red;
    width: 100%;
    height: 100px
}

.map-wrapper,
iframe {
    width: 100%;
    height: 100%
}

.accordions {
    font-family: arial
}

.accordion-item {
    background-color: #1c3f38;
    box-shadow: 0 1px 0 2px #001e18
}

.accordion-item .accordion-title {
    cursor: pointer;
    padding: 0 20px;
    transition: all .4s;
    border-radius: 5px 5px 0 0
}

.accordion-item .accordion-title.active-title {
    background-color: #001f1a;
    color: #fff
}

.accordion-item .accordion-title h2 {
    margin: 0;
    font-size: 18px;
    display: flex;
    justify-content: space-between
}

.accordion-item .accordion-title i.fa-chevron-down {
    transform: rotate(0);
    transition: .4s
}

.accordion-item .accordion-title i.fa-chevron-down.chevron-top {
    transform: rotate(-180deg)
}

.accordion-item .accordion-content {
    display: none;
    line-height: 1.7;
    padding: 20px;
    background-color: #12312c;
    border-radius: 0 0 5px 5px
}

.accordion-item .accordion-content.active {
    display: block
}

.accordion-item .accordion-content p {
    margin: 0
}

.item,
div.slick-slide>div {
    margin: 10px
}

.item {
    align-items: center;
    background-color: #12312c;
    height: 600px;
    justify-content: center
}

.item>div {
    padding: 10px;
    background-color: #001f1a;
    color: #fff
}

.item>div,
.item>ul {
    width: 100%
}

.item>div {
    flex: 0 0 50px
}

.item>ul {
    flex: 1;
    background-color: #12312c;
    margin-top: 0;
    padding-block-start: 20px;
    padding-block-end: 20px;
    padding-inline-end: 20px
}

.item li,
ul li {
    font-size: .95rem;
    line-height: 1.5rem;
    padding: 5px 0;
    list-style-type: unset
}

ul.mission-container li,
ul.vision-container li {
    font-size: 1.15rem
}

.item>ul>li.sub-section-header {
    list-style-type: none
}

h4 {
    color: #fff;
    font-size: 80px
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #ff9400 !important
}

input:-internal-autofill-selected {
    border: unset;
    background-color: transparent
}

.place-card .place-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 14px;
    color: #fff
}

.place-card div {
    color: #cacaca;
    font-family: Roboto, Arial;
    font-size: 12px;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.place-card div.address {
    margin-top: 10px
}

form {
    width: 100%
}

.wrapper>div[style^=background-color] {
    max-width: 100%;
    padding: 20px !important;
    line-height: 1rem;
    background-color: #003e33 !important
}

.google-maps-link a,
.navigate-text {
    color: #00c4ff !important
}

.multiple .glider-next,
.multiple .glider-prev {
    top: unset !important
}

.multiple .glider-next {
    right: 47px !important
}

.glider-next,
.glider-prev {
    width: unset !important;
    left: unset !important;
    bottom: 50px
}

.multiple .glider-prev {
    right: 80px
}

.glider-track {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    z-index: 1
}

.glider::-webkit-scrollbar {
    opacity: 0;
    height: 0
}

.glider-next,
.glider-prev {
    position: absolute;
    width: 10px;
    z-index: 2;
    font-size: 40px;
    text-decoration: none;
    left: -42px;
    border: 0;
    top: 40%;
    cursor: pointer;
    color: #a89cc8;
    opacity: 1;
    line-height: 1;
    transition: opacity .25s cubic-bezier(.17, .67, .83, .67), color .5s cubic-bezier(.17, .67, .83, .67)
}

#main .glider-next:hover,
#main .glider-prev:hover {
    color: #8cc9f0
}

.multiple .glider-next,
.multiple .glider-prev {
    font-size: 20px;
    top: 37%
}

.glider-next {
    right: -23px;
    left: auto
}

.multiple .glider-next {
    right: -18px
}

.multiple .glider-prev {
    left: -22px
}

.glider-next.disabled,
.glider-prev.disabled {
    opacity: .25;
    color: #666;
    cursor: default
}

.glider-slide {
    align-content: center;
    background: #f5f5f5;
    width: 100%
}

.glider-hide {
    opacity: 0
}

.glider-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0
}

.glider-dot {
    display: block;
    cursor: pointer;
    color: #ccc;
    border-radius: 99px;
    background: #ccc;
    width: 12px;
    height: 12px;
    margin: 7px
}

.glider-dot.active {
    background: #a89cc8
}

@media(max-width:36em) {
    .glider::-webkit-scrollbar {
        opacity: 1;
        -webkit-appearance: none;
        width: 7px;
        height: 3px
    }

    .glider::-webkit-scrollbar-thumb {
        opacity: 1;
        border-radius: 99px;
        background-color: hsla(0, 0%, 61.2%, .25);
        -webkit-box-shadow: 0 0 1px hsla(0, 0%, 100%, .25);
        box-shadow: 0 0 1px hsla(0, 0%, 100%, .25)
    }
}

.glider-contain {
    padding: 100px;
    width: 100%;
    position: relative
}

.glider {
    margin: 0 auto;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    overflow: -moz-scrollbars-none;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none
}

.glider-slide img {
    width: 100%;
    height: 300px !important
}

.glider-contain {
    padding: 0;
    width: 75%;
    margin: 0 auto
}

@media(max-width:575px) {
    .glider-contain {
        width: 90%
    }
}

.glider-slide {
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f5f5f5
}

.multiple .glider-slide {
    min-height: 150px
}

#main code {
    margin: 0
}

#main pre {
    padding: 0;
    border-radius: 8px;
    max-width: 600px;
    margin: 0 auto 25px
}

header.major h2:after {
    margin-top: .2em
}

.demo {
    padding: 60px 0;
    border-top: 1px solid #ddd
}

.demo.first {
    border-top: 0;
    padding-top: 0
}

li {
    list-style-type: none
}

#add {
    display: none
}

.glider-slide h1 {
    margin: 0
}

.glider-slide {
    transition: background .2s ease-in-out
}

#addSlide,
#removeSlide {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.code p,
.demo p {
    max-width: 600px;
    margin: 2em auto
}

.settings {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.settings li {
    width: 50%;
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding: 50px 25px 50px 0
}

.settings li:last-child,
.settings li:nth-last-child(2) {
    border: 0
}

.settings.uneven li:nth-last-child(2) {
    border-bottom: 1px solid #ddd
}

@media(max-width:575px) {
    .settings li {
        width: 100%
    }

    .settings li:nth-last-child(2) {
        border-bottom: 1px solid #ddd
    }
}

.setting-name {
    color: #000;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    margin-bottom: 10px
}

.setting-name,
.settings .type {
    font-weight: 700
}

.settings a {
    color: #3d7e9a;
    border: 0
}

.indent {
    display: inline-block;
    padding-left: 25px;
    margin-top: 12px
}

.little-margin {
    margin: 12px 0
}

.aside {
    display: block;
    font-style: italic;
    font-size: .9em;
    margin-top: 15px
}

.questions>li {
    padding-bottom: 35px;
    text-align: left;
    padding-top: 35px;
    border-bottom: 1px solid #ddd
}

.questions .answer {
    max-width: none;
    width: auto;
    margin: 0 0 10px;
    padding: 0
}

.questions .question {
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    margin: .5em auto 10px;
    display: inline-block
}

.questions li:last-child {
    border: 0
}

@media(max-width:575px) {
    .questions .question {
        border: 0;
        margin-bottom: 20px
    }
}

.script-features li {
    margin-bottom: 12px;
    font-size: 18px
}

@media(max-width:575px) {
    .script-features li {
        text-align: left
    }
}

.script-features .fa-check {
    color: #9acd32;
    display: inline-block;
    padding-right: 7px;
    font-size: 12px;
    position: relative;
    top: -1px
}

#main .glider-slide h1 {
    color: #8cc9f0;
    font-weight: 700
}

#main .glider-slide:nth-child(3n) h1 {
    color: #efa8b0
}

#main .glider-slide:nth-child(2n) h1 {
    color: #a89cc8
}

.gradient-border {
    position: relative;
    box-shadow: 0 0 3px 0 rgba(247, 186, 233, .5);
    border: 3px solid;
    border-image: linear-gradient(90deg, #8cc9f0, #efa8b0, #a89cc8) 5;
    border-right: 0;
    border-left: 0
}

.gradient-border:before {
    left: 0;
    border-image: linear-gradient(180deg, #8cc9f0, #efa8b0, #a89cc8) 5
}

.gradient-border:after,
.gradient-border:before {
    position: absolute;
    top: 0;
    content: " ";
    bottom: 0;
    border-right: 3px solid;
    z-index: 2
}

.gradient-border:after {
    right: 0;
    border-image: linear-gradient(180deg, #a89cc8, #8cc9f0, #efa8b0) 5
}

.glider-dots {
    margin-top: 15px
}

.glider-contain {
    margin-bottom: 25px
}

.glider-slide {
    background: #fff
}

.multiple .gradient-border,
.multiple .gradient-border:after,
.multiple .gradient-border:before {
    border-width: 2px
}

#nav ul li a,
#nav ul li a:after {
    background-color: transparent;
    border: 1px solid transparent;
    transition: border .25s linear, background-color .25s linear
}

#nav ul li a.active {
    border: 1px solid #a89cc8
}

#header>p {
    max-width: 600px;
    margin: 0 auto 2em
}

#nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media(max-width:480px) {
    #nav {
        width: calc(100% - 2em);
        max-width: calc(100% - 2em)
    }

    #nav ul {
        display: flex
    }
}

.spotlight .content>p {
    font-size: 18px
}

@media screen and (max-width:736px) {
    #nav {
        display: block
    }

    #nav ul {
        width: 734px
    }

    .spotlight {
        margin-top: 50px
    }
}

code.slim {
    margin: 0 5px;
    padding: .15em .4em
}