.container.work-contain .col-lg-12 .col-xs-4.centerText:before {
    content: " ";
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
    height: 200px;
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 33;
    left: 0;
}

body .uwy.userway_p3 {
    top: auto;
    left: 13px !important;
    bottom: 20px !important;
    right: auto;
}

/*---------------------------
         BLOG
-----------------------------*/
.work-scroll.blog {
    min-height: 1000px
}

.col-xs-8.work-scroll.portfolio,
.our-work .col-xs-8.work-scroll {
    background: #F8F3EC
}

.work-scroll.blog .work-text h2 span {
    display: none
}

.blog .col-xs-12.post {
    padding: 5% 5% 7%;
}

.blog .col-xs-12.post p {
    color: #191e23;
    margin: 0 0 15px;
    text-align: left !important
}

.blog .col-xs-12.post p strong {
    font-weight: 700;
}

.blog .col-xs-12.post p a {
    font-size: 14px;
    line-height: 16px;
    color: rgba(245, 136, 0, 1.00)
}

.blog .col-xs-12.post p a:hover {
    color: #191e23;
}

.tabs section p a {
    color: #191e23;
    font-size: 14px;
    line-height: 17px;
}

.tabs section p a:hover {
    color: #191e23;
    font-size: 14px;
    line-height: 17px;
}

.icons a img {
    width: 30px;
    display: inline-block;
    padding: 0 5px 10px;
}

.back span {
    position: fixed;
    top: 140px;
    left: 6%;
    z-index: 1000000
}

.back span a {
    color: #191e23;
    font-weight: 700;
    font-size: 14px;
}

.contact .black {
    background: #191e23;
    padding: 0% 0% 0 !important;
}

.contact .black .col-lg-12 {
    padding: 0 0 50px !important;
}

p.type {
    font-family: "raleway", sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #191e23;
    text-align: center;
    padding: 0 20px;
}

#myBtn {
    display: block;
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #515151;
    color: #fff;
    cursor: pointer;
    padding: 13px 20px;
    border-radius: 1px;
    font-size: 17px;
    font-family: "raleway", sans-serif;
    font-weight: 700;
}

#myBtn:hover {
    background-color: #555;
    /* Add a dark-grey background on hover */
    color: #fff;
}

.iframe {
    width: 100%;
    padding: 0 0% 25px;
    height: 400px;
}

#contact-form {
    padding: 0 15%;
}

.work-contain .row {
    margin-bottom: 0px !important
}

.nav-float {
    position: absolute;
    width: 200px;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1000000;
}

.open .nav-float {
    position: absolute;
    width: 63px;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1000000;
}

.nav-float a {
    width: 100%;
    height: 100%;
    position: absolute;
}

.serv {
    display: inline-block;
    width: 47%;
    margin: 1%;
    vertical-align: top
}

.our-services .black .serv p {
    font-size: 14px;
    line-height: 20px;
}

.mobile-yes {
    display: none !important
}

.mobile-no {
    display: inherit !important
}


.footer-left {
    width: 60% !important
}

.footer-right {
    width: 35%
}

.footer-right a:hover,
.footer-left a:hover {
    color: #191e23;
    font-size: 14px;
}

.our-services #contact-data-1 {
    padding: 0;
    text-align: center;
    color: #fff;
    background: #191e23
}

#contact-data-1 {
    padding: 5% 10%;
    text-align: center;
    color: #fff;
    background: #191e23
}

#contact-data-1 h2 {
    margin-bottom: 20px;
}

#contact-data-1 p {
    text-align: center;
    color: #fff;
    padding: 0 5%;
}

.work {
    transition: transform 0.3s;

    text-shadow: 0px 0px 12px rgba(0, 0, 0, 1);
}

.work-scroll .col-lg-12 a {
    overflow: hidden
}

.work:hover {
    background-blend-mode: multiply !important;
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    background-position: center;
    transition: transform 0.3s;
}

.black .centerText h4.page-head {
    color: #fff !important;
}

.black #headline-hidden.visible {
    display: flex;
    height: 150px;
    z-index: 10;
    position: fixed;
    transform: translate(0%);
    transition: transform 500ms ease-in-out;
    opacity: 1;
    top: 0;
    overflow: visible;
    right: 0
}

.black #headline-hidden.visible h4 {
    color: #191e23;
    letter-spacing: -1px;
    text-align: center;
    transform: scale(1);
    transition: transform 500ms ease-in-out;
    position: absolute;
    font-size: 25px;
    line-height: 25px;
    top: 20px;
    right: 20px;

}

.black #headline-hidden.visible .centerText {
    text-align: center;
    background: none;
    background-size: 0;
    padding-bottom: 0;
    width: 100%;
}

.black .centerText {
    position: sticky;
    top: 28%;
    margin: 0;
    padding: 0;
}


.lds-grid {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-grid div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
    top: 8px;
    left: 8px;
    animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
    top: 8px;
    left: 32px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
    top: 8px;
    left: 56px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
    top: 8px;
    left: 80px;
    animation-delay: -0.4s;
}




.lds-grid div:nth-child(5) {
    top: 32px;
    left: 8px;
    animation-delay: 0s;
}

.lds-grid div:nth-child(6) {
    top: 32px;
    left: 32px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(7) {
    top: 32px;
    left: 56px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
    top: 32px;
    left: 80px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(9) {
    top: 56px;
    left: 8px;
    animation-delay: 0s;
}

.lds-grid div:nth-child(10) {
    top: 56px;
    left: 32px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(11) {
    top: 56px;
    left: 56px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(12) {
    top: 56px;
    left: 80px;
    animation-delay: -0.4s;
}


.lds-grid div:nth-child(13) {
    top: 80px;
    left: 8px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(14) {
    top: 80px;
    left: 32px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(15) {
    top: 80px;
    left: 56px;
    animation-delay: -0.4s;
}







@keyframes lds-grid {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}



.our-story .hero {
    height: 330px !important;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.col-lg-12 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.industry .work {
    height: 250px;
    background: #b3b5b8;
    position: relative;
    overflow: hidden;
}

.container.work-contain .centerText h4 span {
    width: 100%;
    display: block;
    padding: 0 0 0;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    position: relative;
    z-index: 10;
}

.container.work-contain .centerText h4 span a {
    width: 100%;
    display: block;
    padding: 0 0 0;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 500;
    color: #191e23;
    font-size: 13px;
}

.container.work-contain .centerText h4 span a:hover {
    width: 100%;
    display: block;
    padding: 0 0 13px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: #FF8200
}

.industries {}

.form-group {
    margin-bottom: 15px;
    width: 47%;
    display: inline-block;
    border: #191e23 solid 1px;
    margin: 1%;
    background: #fff;
    padding: 0;
}

.form-group-full {
    margin-bottom: 15px;
    width: 96%;
    display: inline-block;
    border: #191e23 solid 1px;
    margin: 1%;
    background: #fff;
}

.form-group.button {
    width: 300px;
    float: none;
    margin: 1% auto;
    text-align: center;
    display: block;
    padding: 13px 2%;
}

.btn.gray {
    width: 100%;
    color: #191e23 !important;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none;
    background: #fff !important;
    border: none;
    border-radius: 0px !important;
    padding: 20px;
    opacity: 1;
}

.form-group.button button {
    width: 100%;
    color: #191e23;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none;
    background: none;
    border: none
}

.form-group.button:hover {
    background: #191e23;
    color: #fff;
    transition: all 0.3s ease 0.3s;
}

.form-group.button:hover button {
    color: #fff;
    transition: all 0.3s ease 0.3s;
}

.form-group.full-width {
    width: 96.5%;
}

#contact-form {
    margin: 30px 0 50px;
}

.form-group input,
textarea {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    ;
    color: #191e23;
    position: relative;
    z-index: 10;
    height: auto;
    padding-top: 15px;
    padding-right: 3em;
    padding-left: 1.9em;
    -webkit-transition: all .3s cubic-bezier(.19, 1, .22, 1);
    transition: all .3s cubic-bezier(.19, 1, .22, 1);
    letter-spacing: .02em;
    border: none !important;
    outline: 0 !important;
    background: 0 0;
    box-shadow: none !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}




/*---------TABS--------*/
*:focus {
    outline: 1px dotted blue;
}

.our-work .tabs {
    position: relative;
    overflow-x: auto;
    overflow-y: auto;
    height: 100%;
    width: 100% !important;
    background-color: transparent;
    margin: 35px auto 0;
    white-space: normal;
    color: #191e23;
}

.our-work .tabs section {
    padding: 5% 5% 1%;
}

.our-work .tabs section p {
    font-size: 14px;
    line-height: 17px;
}

.our-work .tabs>ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.our-work .tabs>ul .indicator {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 20%;
    background: #1E88E5;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.our-work .tabs>ul li {
    display: inline-block;
    width: 31%;
    margin: 1%;

}

.our-work .tabs>ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    -webkit-transition: all 0.1s ease 0.1s;
    transition: all 0.1s ease 0.1s;
    border: #191e23 1px solid;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #191e23;
    padding: 15px 2%;
    width: 100%
}

.our-work .tabs>ul li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #191e23;
    -webkit-transform: translateZ(0) translateY(100%);
    transform: translateZ(0) translateY(100%);
    -webkit-transition: all 0.1s ease 0.1s;
    transition: all 0.1s ease 0.1s;
    z-index: -1;
}

.our-work .tabs>ul li a:hover,
.our-work .tabs>ul li a[aria-selected] {
    color: white;

}

.our-work .tabs>ul li a:hover:before,
.our-work .tabs>ul li a[aria-selected]:before {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
}

.our-work .tabs>section[aria-hidden="true"] {
    display: none;
}

/*---------END TABS--------*/


.padding-top-90 {
    padding-top: 20% !important;
}

.pb .container {
    max-width: 100% !important;
}

.sidenav {
    /* padding: 1% 10% 1% 10%; */
    float: left
}

.sidenav:before,
.sidenav:after {
    content: " ";
    clear: both
}

.sidenav .nav a {
    color: #191e23;
    font-size: 13px;
    line-height: 15px;
    padding: 15px 2%;
    width: 100%
}

.sidenav .nav {
    font-size: 14px;
    line-height: 18px;
    color: #191E23;

    width: 48%;
    margin: 1%;
    border: #191E23 1px solid;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidenav.industry .nav {
    width: 31%;
    color: #191E23;
    min-height: 0px;
}

.sidenav .nav:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #191E23;
    -webkit-transform: translateZ(0) translateY(100%);
    transform: translateZ(0) translateY(100%);
    -webkit-transition: all 0.2s ease 0.2s;
    transition: all 0.2s ease 0.2s;
    z-index: -1;
}

.sidenav .nav:hover {
    color: #fff;
    -webkit-transition: all 0.2s ease 0.2s;
    transition: all 0.2s ease 0.2s;
}

.sidenav .nav:hover:before,
.sidenav .nav.active {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    color: #fff
}

.sidenav .nav.active {
    background: #191E23;
}

.sidenav .nav:hover a,
.sidenav .nav a:hover,
.sidenav .nav.active a {
    color: #fff;
    -webkit-transition: all 0.2s ease 0.2s;
    transition: all 0.2s ease 0.2s;
}


.sidenav .text {
    width: 100%;
    float: left;
    border: none;
    margin-top: 25px
}

.sidenav .text p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #191e23;
    text-align: left;

}



.compass {
    position: relative;
    width: 100%;
    z-index: 1
}

.dial {
    position: absolute;
    height: 73%;
    z-index: 2;
    top: 13.5%;
    left: 43.5%;
    margin: 0 auto;
}

.ruler {
    position: absolute;
    width: 58%;
    top: 53%;
    left: -3%;
    vertical-align: top;
}

.dot {
    position: absolute;
    width: 50%;
    top: -25%;
    right: -22%;
    vertical-align: top;
}

.line {
    position: absolute;
    width: 50%;
    top: 52%;
    right: -5%;
    vertical-align: top;
}

.line-vert {
    position: absolute;
    height: 105%;
    top: -5%;
    left: 62%;
    vertical-align: top;
}

.circle {
    position: absolute;
    height: 10px;
    top: -1%;
    right: 2%;
    vertical-align: top;
}

.tile1,
.tile2,
.tile3,
.tile4 {
    width: 47.25%;
    display: inline-block;
    padding: 0;
    margin: 0% .5% 2%;
}




.animate-head {
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 3%;
    right: 3%;
    transform: scale(0.5) translate(270%, 170%);
    transition: all 1s;
    z-index: 100
}

.our-services .hero {
    overflow: visible;

}


/*
#headline-hidden.visible {
	    display: flex;
    height: 150px;
    z-index: 1000000;
    position: fixed;
    top: 0;
    right: 37%;
    transform: scale(0.5) translate(200%, -10%);
    transition: all .2s;
	opacity: 1;
 	overflow: visible
}
 */

#headline-hidden {
    display: flex;
    opacity: 1;
    background: none;
    transform: scale(1);
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 200px;
    z-index: 10000
}

#headline-hidden h4 {
    margin: 0 auto;
}


#headline-hidden.visibles {
    display: flex;
    height: 150px;
    z-index: 1000000;
    position: fixed;
    transform: translate(70%);
    transition: transform 500ms ease-in-out;
    opacity: 1;
    top: 0;
    overflow: visible
}

#headline-hidden.visibles h4 {
    color: #191e23;
    letter-spacing: -3px;
    text-align: center;
    transform: scale(.25);
    transition: transform 500ms ease-in-out;

}

#headline-hidden.visibles .centerText {
    text-align: center;
    background: none;
    background-size: 0;
    padding-bottom: 0;
}

#headline-hidden-wrap.visibles.centerText {
    background: none !important
}

#headline-hidden.visible2 {
    display: flex;
    height: 150px;
    z-index: 1000000;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 1;
    overflow: visible
}

#headline-hidden.visible2 h4 {
    color: #191e23;
    letter-spacing: -3px;
    text-align: center;
    transform: scale(.25);


}

#headline-hidden.visible2 .centerText {
    text-align: center;
    background: none;
    background-size: 0;
    padding-bottom: 0;
}

#headline-hidden-wrap.visible2.centerText {
    background: none !important
}



.divide {
    padding: 25px 0;
    margin-top: 5px
}




body {
    overflow: visible;
    background: #F8F3EC;
}

p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}

div,
section,
footer,
section .content {
    overflow: visible
}

.container {
    width: 100% !important;
    padding: 0 !important
}

.textpadding {
    padding-left: 8%;
    padding-right: 8%;

}

.row {
    position: relative;
}

.right-padding {
    padding-right: 10%;
}


footer {
    padding: 25px 8% 40px;
    border-top: #191e23 2px solid;
    background: #F8F3EC;
    float: left;
}

footer p,
footer p a {
    font-size: 17px;
    color: #191E23;
}

footer a {
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 2.1px;
    color: #191E23;
}

.footer-section,
.footer-contact {
    gap: 20px;
    display: flex;
    color: #191E23;
}

.footer-right {
    text-align: right;
}

.footer-icons {
    /* width: 100%; */
}

.footer-icons a img {
    width: 33.476px;
    height: 33.476px;
    aspect-ratio: 1/1;
    display: inline-block;
    padding: 0 5px 10px;
}

.footer-icons a:hover {
    transition: 300ms;
}

.site-footer {
    background-color: #F8F3EC;
    background-image: url("../images/Point\ B\ 2025\ Monogram__Orange\ and\ Gray__RGB\ 1.png");
    background-repeat: no-repeat;
    background-position: 90% bottom;
    background-size: 120px;
    padding: 30px 50px;
    z-index: 99;
}

@media (max-width: 768px) {
    .site-footer {
        background-size: 90px;
    }

    .footer-section {
        flex-direction: column;
    }

}

.pb .hero .background-content {
    width: 100%;
    float: left;
    position: absolute;
    z-index: -10;
    height: 100%;
    -webkit-transform: scale(1.00);
    transform: scale(1.00);
}

.bx-wrapper {
    width: 75%;
    display: inline-block;
    height: 100%;
    float: left;
    padding: 0;
    border: none;
    box-shadow: none;
    margin: 0;
}

.bx-wrapper:nth-child(2) {
    width: 25%;
    display: inline-block;
    height: 50%;
    float: left
}

.bx-wrapper:nth-child(3) {
    width: 25%;
    display: inline-block;
    height: 50%;
    float: left
}

.bx-viewport {
    height: 100% !important
}

.bx-wrapper .bxslider,
.bx-wrapper .bxslider2,
.bx-wrapper .bxslider3 {
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

.bx-wrapper .bxslider div,
.bx-wrapper .bxslider2 div,
.bx-wrapper .bxslider3 div {
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    left: 0;
}

.bx-wrapper .bxslider div:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, .4) 0%, rgba(0, 0, 0, .8) 100%);
    opacity: 0.6;
}

.bx-wrapper .bxslider div div:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: none !important;
    opacity: 1;
}

.bx-controls-direction a {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.bx-wrapper .bxslider .text {
    position: absolute;
    bottom: 5%;
    padding: 10% 10% 0;
    height: 400px;
    width: 85%;
}

.bx-wrapper .bxslider h2 {
    position: absolute;
    letter-spacing: -3px;
    bottom: 70px;
    font-family: Raleway;
    font-size: 80px;
    font-style: normal;
    font-weight: 300;
    line-height: 84px;
    color: #F8F3EC;
}

.bx-wrapper .bxslider a {
    font-size: 15px;
    line-height: 17px;
    display: block;
    padding: 15px 70px 15px 15px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    background: #191E23;
    margin: 15px 0 0 0;
    width: fit-content;
    font-weight: 500;
    bottom: 0;
    position: absolute;
}

.bx-wrapper .bxslider a:before {
    content: " ";
    position: absolute;
    display: block;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    background: url(../images/orange-arrow.svg) no-repeat center right;
    background-size: 50%;
    width: 45px;
    height: 45px;
    top: 0;
    right: 15px;
}

.bx-wrapper .bxslider a:hover {
    background: #7D7D7D;
}

.bx-wrapper .bxslider2 div:hover::after,
.bx-wrapper .bxslider3 div:hover::after {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1
}

.bx-wrapper .bxslider2 div h2,
.bx-wrapper .bxslider3 div h2 {
    font-size: 32px;
    line-height: 32px;
    position: absolute;
    bottom: 0;
    padding: 10%;
    opacity: 0;
    z-index: 2
}

.bx-wrapper .bxslider2 div:hover h2,
.bx-wrapper .bxslider3 div:hover h2 {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;

}



.navbar-new {
    position: fixed;
    left: 6%;
    top: 5%;
    z-index: 99999999;
}

.menu-block {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 80px;
}

.menu-nav {
    display: flex;
    align-items: center;
    background-color: #fff;
    height: 100%;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 65px;
    /* padding-top: 18px; */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    /*--| animation |--*/
    transition: 0.5s;
    transform-origin: left center;
    transform: translateX(-100%);
    opacity: 0;
}

.menu-nav_active {
    transform: translateX(0);
    opacity: 1;
    margin-left: 80px;
    z-index: 2;
    transition: 0.5s;
    transform-origin: left center;
}

.menu-nav a:hover {
    color: #191e23;
}

.menu-nav__link {
    display: inline-block;
    color: #222;
    margin-right: 35px;
}

.menu-nav_active .menu-nav__link:nth-child(5) {
    display: inline-block !important;
}

.menu-contact {
    height: 100%;
    background: #FF8200;
    /* width: 100px; */
    margin: 0;
    width: 100%;
    max-width: 105px;
    text-align: center;
    align-items: center;
    display: flex;
    padding: 20px;
}

.menu-btn {
    display: block;
    width: 340px;
    height: 80px;
    background-color: #fff;
    border-radius: 0%;
    position: absolute;
    left: 0;
}

.menu-btn .logo {
    width: 230px;
    height: 80px;
    vertical-align: inherit !important;
    display: inline-block;
    padding: 15px 40px 15px 20px;

}

.menu-btn .logo img {
    width: 100%;
    height: auto
}

.btn-wrap {
    background: #191e23;
    height: 100%;
    width: 80px;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-left: -5px;
    transition: 0.5s;
    transform-origin: left center;
}

.btn-wrap_active {
    transform: translateX(641px);
    transition: 0.5s;
    transform-origin: left center;
    z-index: 10;
    width: 80px;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 28%;
    margin-left: 0px;
    width: 35px;
    height: 2px;
    background-color: #fff;
    z-index: 2
}



.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    left: 0px;
    transition: 0.2s;
}

.menu-btn span:before {
    transform: translateY(-5px);

}

.menu-btn span:after {

    transform: translateY(5px);

}


.menu-btn_active span {
    height: 0;
}

.menu-btn_active span:before {
    transform: rotate(45deg);
}

.menu-btn_active span:after {
    transform: rotate(-45deg);
}



.menu-btn_active .logo {
    transform-origin: left center;
    opacity: 0;
    transition: 0.2s;
}

.logo-mobile {
    width: 80px;
    height: 80px;
    vertical-align: inherit !important;
    padding: 15px 21px 15px 20px;
    display: none;
    position: absolute;
    left: 0;
    z-index: 3;
    transition: 0.5s;
    transform-origin: left center;
}

.menu-btn .logo-mobile {
    opacity: 0;
    transition: 0.2s;
}

.menu-btn_active .logo-mobile {
    opacity: 1;
    display: inline-block;
    transition: 0.2s;
}

.right {
    text-align: right !important;
}


/*--------------------------------------------------
      BLACK NAV
---------------------------------------------------*/
.interior .menu-btn {
    background: transparent
}

.interior .menu-btn .logo {
    background: #191e23;
}

.interior .menu-btn .logo-mobile {
    background: #191e23;
}

.interior .btn-wrap {
    background: #7d7d7d;
}

.interior .menu-nav_active {
    background: #191e23;
}

.interior .menu-nav__link {
    color: #fff
}

.interior .menu-nav a:hover {
    color: #cecece;
}



/*--------------------------------------------------
      STICKY
---------------------------------------------------*/

.page {
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3;
}

.title-bar {

    background: transparent;
    z-index: 1000000
}

.title-bar.sticky {

    top: 0;
    padding: 100px 0;
    display: block;
}

.title-text {
    width: 100%
}




/*--------------------------------------------------
OUR STORY
---------------------------------------------------*/
.white {
    background: #F8F3EC;
}

.our-story #hero {
    background: url("../images/CaryNancySara_BW\ 1.png") #F8F3EC -0.074px -332px / 100.008% 200.373% no-repeat;
    background-size: cover;
    background-position: top;
}

.our-story {
    color: #191e23 !important;
}

h4 .page-head {
    color: #191e23 !important;
}

.our-story h4 {
    color: #FF8200;
    font-family: Raleway;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
}

.behind {
    z-index: 99;
}

#story .centerText h4 {
    font-size: 130px;
    line-height: 105px;
    color: #191e23;
    letter-spacing: -3px;
    margin-top: 15%;
    text-align: center;
    padding-bottom: 20px;
}

#story .textpadding {
    padding-left: 0%;
    padding-right: 9.5%;
}

.bottom {
    position: absolute !important;
    bottom: 50px;
}

.bottom p {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
}

.centerText {
    /* background: url(../images/OS-arrow.png) no-repeat center bottom;
    background-size: 155px;
    padding-bottom: 83px; */
    flex-direction: column;
    align-items: center;
}

.centerText img {
    width: 160px;
}

.centerText h4 {
    font-size: 130px;
    line-height: 105px;
    color: #191e23;
    letter-spacing: -3px;
    font-weight: 100;
}

.col-lg-12.team-photo {
    display: flex;
    flex-wrap: wrap;
}

.team {
    background: #b3b5b8;
    position: relative;
    overflow: hidden;
    padding: 0;
    float: none;
    aspect-ratio: 1;
}

.team a {
    display: table-cell;
    vertical-align: bottom;
}

.team.g {
    background: #828282
}

.team:hover img {
    opacity: .4;
}

.team-text {
    position: absolute;


}

.team img {
    width: 100%;
    position: relative;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.2s;
}

.team .team-text p {
    display: none;
    transition: 0.2s;
}

.team .team-text p {
    color: #fff;
    line-height: 1.5rem;
    font-size: 15px;
}

.team:hover .team-text {
    z-index: 100;
    position: relative
}

.team:hover:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(88, 88, 88, .4) 0%, rgba(0, 0, 0, .6) 100%);
    opacity: 0.8;
}

.team:hover .team-text {
    position: absolute;
    z-index: 10000;
    padding: 10% 7%;
    width: 100%;
    bottom: 0;
}

.team:hover .team-text h4 {
    color: #FF8200;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1px;
    /* letter-spacing: -3px; */
    transform: scale(1);
    transition: 0.2s;
}

.team:hover .team-text p {
    display: block;
    transform: scale(1);
    transition: 0.2s;
}

.team:hover .team-text p span {
    color: #191E23;
    font-size: 15px;
    line-height: 13px;
    margin-bottom: 0;
    letter-spacing: 0;
    font-family: big-caslon-fb, serif;
    font-weight: 700;
    font-style: normal;
    padding: 10px;
    background: #FF8200;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: none;
}

.client {
    height: 120px;
    background: none;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.client.g {
    background: none
}

.client .logo {
    height: 100%;
    width: 100%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.client img {
    width: 70%;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    max-height: 100px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

#story .stack {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 900px;
    text-align: left;
    padding-bottom: 10px;
}

#story .line-effect {
    display: block;
    margin: 0 auto;
    line-height: 1.15;
    letter-spacing: 0.2px;

    /* Typing */
    opacity: 0;
    transform: translateY(6px);
}

#line1 {
    font-size: clamp(28px, 5vw, 40px);
    color: #FF8200;
    animation: lineIn 900ms ease forwards;
    animation-delay: 0.6s;
    font-weight: 400;
}

#line2 {
    margin-top: 14px;
    font-size: clamp(28px, 5vw, 40px);
    color: #FF8200;
    animation: lineIn 900ms ease forwards;
    animation-delay: 1.6s;
    font-weight: 400;
}

/* Einblend-Animation */
@keyframes lineIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.type-cursor::after {
    content: "▍";
    display: inline-block;
    margin-left: 2px;
    transform: translateY(-1px);
    opacity: 0.85;
    animation: blink 900ms steps(1) infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

/*--------------------------------------------------
OUR WORK
---------------------------------------------------*/
.top {}

.our-work .hero {
    overflow: scroll
}

.container.work-contain {}

.our-work .container.work-contain .centerText {
    position: sticky;
    top: 44%;
    padding: 0 5%;
}

.container.work-contain .centerText {
    position: sticky;
    top: 33%;
    padding: 0 5%;
}

.work-scroll {
    height: auto;
    padding: 0 !important;

    margin-right: 0
}

.our-work #hero {
    background: #F8F3EC no-repeat;
    background-size: cover;
    background-position: center top
}

.our-work {
    color: #191e23 !important;
}

.work-scroll .col-lg-12 {
    padding-right: 0
}

.work-scroll .col-lg-12 a {
    display: block;
    padding: 0 !important
}

.work {
    height: 370px;
    background: #b3b5b8;
    position: relative;
    overflow: hidden;
    background-position: center
}

.work-text:after {
    content: " ";
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, .4) 0%, rgba(0, 0, 0, .8) 100%);
    opacity: 0.6;
    position: absolute;
    height: 100%;
    width: 126%;
    z-index: 1;
    top: 0;
    left: 0;

}


.work-tile {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: table;

    box-sizing: border-box;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.3s;
}

.work-text {
    display: table-cell;
    vertical-align: bottom;
    padding: 40px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.work-text h2 {
    position: relative;
    z-index: 3;
    font-size: 35px;
    line-height: 35px
}

.centerText h4.page-head {
    color: #191E23 !important;
}

.our-work .centerText {
    text-align: center;
    background: none;
}

.our-work h4 {
    font-family: Raleway;
    font-size: 96px;
    font-style: normal;
    font-weight: 200;
    line-height: 94px;
    text-align: left;
}

.our-work.project h4 {
    font-size: 46px;
    line-height: 50px;
}

.team:hover {
    background: #191e23
}



/*--------------------------------------------------
OUR WORK - CLIENTS
---------------------------------------------------*/

.portfolio img {
    width: 100%;
}

.portfolio .col-lg-12 {
    display: flex
}

.portfolio .col-lg-12 div {
    flex: 1
}

.portfolio .col-lg-12 {
    clear: both;
    content: "";
}

.portfolio .col-lg-12,
.portfolio .col-xs-12,
.portfolio .col-xs-8 {
    padding: 0;
}

.portfolio .col-xs-4 {
    background: #191e23;
    right: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.portfolio .col-xs-6 {
    left: 0;
    background: #191e23;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.portfolio .col-xs-4 {
    padding: 20px 2%;
    height: 100%;
}

.portfolio .col-xs-6 {
    padding: 0;
    height: 100%;
}

.portfolio h5 {
    color: #fff;
    font-size: 25px;
    line-height: 1em;
    text-align: left;

}

.portfolio p {
    color: #fff;
    font-size: 15px;
    line-height: 1.7em;
}

.portfolio-text {
    background: #191e23
}


/*--------------------------------------------------
OUR Services
---------------------------------------------------*/

.our-services .navbar-new {
    position: fixed;
    left: 6%;
    z-index: 100;
}

.our-work .navbar-new {
    position: fixed;
    left: 6%;
    z-index: 100;
}

.our-services .col-xs-4 h4 {
    color: #191e23;
    font-family: Raleway;
    font-size: 96px;
    font-style: normal;
    font-weight: 200;
    line-height: 94px;
    text-align: left;
}

.our-services .container.work-contain .centerText {
    position: sticky;
    top: 28%;
    margin: 0;
}

.our-services .centerText {
    text-align: center;
    background: none;
    background-size: 0;
    padding-bottom: 0;
}

.black {
    background: #191E23;
    padding: 17% 9% 15% !important;

}

.black .col-lg-12 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.black.no-flex .col-lg-12 {
    display: block;
    justify-content: center;
    align-items: center;
    width: 80%
}

.black.no-flex .col-lg-12:nth-child(1),
.black.no-flex .col-lg-12:nth-child(3),
.black.no-flex .col-lg-12:nth-child(5),
.black.no-flex .col-lg-12:nth-child(7),
.black.no-flex .col-lg-12:nth-child(9),
.black.no-flex .col-lg-12:nth-child(11) {
    text-align: right;
    float: right
}

.animate-1 {
    position: relative;
    padding: 0 10%
}

.our-services .black .col-lg-12 {
    padding: 50px 0;
}

.our-services .black h4 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 5px;
}

.our-services .black p {
    font-size: 16px;
    line-height: 25px;
}


.services h4 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 5px;
}

.services p {
    font-size: 16px;
    line-height: 36px
}




.project .container.work-contain .centerText,
.industry .container.work-contain .centerText,
.industries .container.work-contain .centerText {
    position: sticky;
    top: 28%;
    padding: 0 5%;
}

/*--------------------------------------------------
MOBILE 1350
---------------------------------------------------*/
@media (max-width: 1350px) {
    .sidenav .text p {
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
        color: #191e23;
        text-align: center;
    }


    /*-----------------------
    Our Works
    -------------------------*/
    .our-work .col-xs-4.centerText {
        width: 45%;
    }

    .our-work .col-xs-8.work-scroll {
        width: 55%;
    }

    .portfolio h5 {
        color: #fff;
        font-size: 20px;
        line-height: 1em;
        text-align: center;
        margin: 0 auto 12px;
    }

    .portfolio p {
        color: #fff;
        font-size: 13px;
        line-height: 1.7em;
        text-align: center;
    }

    .col-lg-12.portfolio-text {
        display: block !important;

    }

    .portfolio-text .col-xs-8,
    .portfolio-text .col-xs-4 {
        width: 100%;

    }

    .portfolio-text .col-xs-4 {
        padding-left: 10%;
        padding-right: 10%;
    }

    /*-----------------------
    Services
    -------------------------*/

    .black .col-lg-8,
    .black .col-lg-4 {
        width: 100%
    }
}


/*--------------------------------------------------
MOBILE 1250
---------------------------------------------------*/
@media (max-width: 1250px) {

    .navbar-new {
        position: fixed;
        left: 6%;
        top: 5%;
    }

    .sidenav {
        padding: 1% 10% 6% 10%;
        float: left;
    }

    .sidenav .text {
        width: 100%;
        float: left;
        border: none;
        margin-top: 7px;
    }



    /*-----------------------
    Our Work
    -------------------------*/

    .project .container.work-contain .centerText,
    .our-work .container.work-contain .centerText,
    .industries .container.work-contain .centerText .industry .container.work-contain .centerText {
        position: sticky;
        top: 190px;
        padding: 0 2%;
    }

    .container.work-contain {
        margin-top: 190px;
    }

    .our-services .col-xs-4.centerText,
    .our-work .col-xs-4.centerText {
        width: 100%;
    }

    .our-work .col-xs-8.work-scroll,
    .our-services .col-xs-8.work-scroll {
        width: 100%;
    }

    .container.work-contain .centerText {
        position: relative;
        top: 0;
        padding: 0 2%;
    }

    .our-work .tabs {
        display: block;
    }

    .our-work .tabs>ul {
        padding-left: 10%;
        padding-right: 10%;
    }

    .our-work .tabs section {
        padding: 3% 5% 7%;
    }


    /*-----------------------
    Services
    -------------------------*/

    .black .col-lg-8,
    .black .col-lg-4 {
        width: 100%
    }

    .our-services .container.work-contain .centerText {
        position: sticky;
        top: 0;
        margin: 0;
        padding: 0;
    }





}




/*--------------------------------------------------
MOBILE 1100
---------------------------------------------------*/
@media (max-width: 1100px) {

    .navbar-new,
    .our-work .navbar-new {
        position: absolute;
        left: 6%;
        top: 5%;
        z-index: 100;
    }

    .back span {
        position: absolute;
        top: 140px;
        left: 6%;
        z-index: 1000000;
    }

    .sidenav {
        padding: 1% 10% 6% 10%;
        float: left;
    }

    .sidenav .text {
        width: 100%;
        float: left;
        border: none;
        margin-top: 7px;
    }



    /*-----------------------
    Our Work
    -------------------------*/

    .project .container.work-contain .centerText,
    .our-work .container.work-contain .centerText,
    .industries .container.work-contain .centerText .industry .container.work-contain .centerText {
        position: sticky;
        top: 190px;
        padding: 0 2%;
    }

    .container.work-contain {
        margin-top: 190px;
    }

    .our-services .col-xs-4.centerText,
    .our-work .col-xs-4.centerText {
        width: 100%;
    }

    .our-work .col-xs-8.work-scroll,
    .our-services .col-xs-8.work-scroll {
        width: 100%;
    }

    .container.work-contain .centerText {
        position: relative;
        top: 0;
        padding: 0 2%;
    }

    .our-work .tabs {
        display: block;
    }

    .our-work .tabs>ul {
        padding-left: 10%;
        padding-right: 10%;
    }

    .our-work .tabs section {
        padding: 5% 5% 6%;
    }


    /*-----------------------
    Services
    -------------------------*/

    .black .col-lg-8,
    .black .col-lg-4 {
        width: 100%
    }

    .our-services .container.work-contain .centerText {
        position: sticky;
        top: 0;
        margin: 0;
        padding: 0;
    }

}



/*--------------------------------------------------
MOBILE 800
---------------------------------------------------*/
@media (max-width: 800px) {
    .menu-block {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: visible;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        height: 80px;
    }

    .our-work .navbar-new {
        position: fixed;
        left: 6%;
        z-index: 100;
    }

    .menu-nav__link {
        display: block;
        color: #222;
        margin-right: 35px;
    }

    .menu-nav_active {
        transform: translateX(0);
        opacity: 1;
        margin-left: 80px;
        transition: 0.5s;
        transform-origin: left center;
        height: 205px;
        top: 62px;
        margin-top: 125px;
        width: 297px;
        z-index: 1000;
    }

    .btn-wrap_active {
        transform: translateX(67px);
        transition: 0.5s;
        transform-origin: left center;
        border-right: 10px #fff solid;
        width: 80px;
        z-index: 1001;
    }

    .interior .menu-nav_active {
        background: rgba(0, 0, 0, 0.85);
    }

    .interior .btn-wrap {
        background: #515151;
        border-right: #191e23 0px solid;
    }

    .mobile-yes {
        display: block
    }

    .mobile-no {
        display: none !important
    }

    #story {
        position: relative !important;
        bottom: 0;
        padding: 0 0 0% !important;
    }

    #teams-point {
        padding-top: 0% !important;
    }

    .black .col-lg-4 {
        width: 35%;
    }

    #headline-hidden {
        z-index: 0
    }
}

/*--------------------------------------------------
MOBILE 700
---------------------------------------------------*/
@media (max-width: 700px) {
    #myBtn {
        display: block
    }

    .navbar-new {
        position: absolute;
        left: 6%;
        top: 20px;
        z-index: 100;
    }

    .container.work-contain {
        margin-top: 190px;
    }

    .footer-left {
        width: 100% !important;
    }

    .footer-left p {
        text-align: center
    }

    .bx-wrapper:nth-child(2),
    .bx-wrapper:nth-child(3) {
        display: none;
    }

    .bx-wrapper {
        width: 100%;
        display: inline-block;
        height: 100%;
        float: left;
        padding: 0;
        border: none;
        box-shadow: none;
        margin: 0;
    }

    .our-story .hero {
        height: auto
    }

    .col-xs-6 {
        width: 100%;
    }

    #headline-hidden {
        display: block;
        opacity: 1;
        background: none;
        transform: scale(1);
        overflow: hidden;
        padding: 0;
        margin: 0;
        position: relative;
        bottom: auto;
        margin-top: 30%;
        z-index: 10000;
    }

    #headline-hidden.visible {
        display: block;
        height: 100%;
        z-index: 1000000;
        position: relative;
        transform: translate(0);
        transition: transform 500ms ease-in-out;
        opacity: 1;
        top: 0;
        overflow: visible;


        background: none;

        padding: 0;
        margin: 0;
        bottom: auto;
        margin-top: 30%;
    }

    #headline-hidden.visible h4 {
        color: #191e23;
        letter-spacing: -3px;
        text-align: center;
        transform: scale(1);
        transition: transform 500ms ease-in-out;
    }

    #headline-hidden.visible .centerText {
        text-align: center;
        background: url(../images/arrow.svg) no-repeat center bottom;
        background-size: 155px;
        padding-bottom: 83px;
    }

    .centerText h4 {
        font-size: 90px;
        line-height: 73px;
        color: #191e23;
        letter-spacing: -3px;
    }

    #divider-1 {
        display: none;
    }

    .text-left .padding-top-100 {
        padding-top: 0;
    }

    .page {
        display: block;
        position: relative;
        top: 0;
    }

    .bottom {
        position: relative !important;
        bottom: 0;
        padding: 0 0 10% !important
    }

    .textpadding {
        padding: 10% !important;
        text-align: center !important
    }

    .centerText {
        padding-bottom: 83px !important
    }

    .title-bar.sticky {
        top: 0;
        padding: 0 0;
        display: block;
    }

    .padding-bot-100 {
        padding-bottom: 0px;
    }

    .padding-top-50 {
        padding-top: 0px;
    }

    .right-padding {
        padding: 0% 10% 10%;
    }

    .footer-right {
        text-align: center
    }

    /*-----------------------
    Our work
    -------------------------*/

    .team {
        width: 50% !important;
    }

    .client {
        width: 33.33%
    }


    /*-----------------------
    Our work
    -------------------------*/
    .our-work .container.work-contain .centerText {
        position: sticky;
        margin: 0 0 0 0;
        padding: 0 6%;
        top: 0;
    }

    .work-scroll {
        background: #fff;
        padding: 5% 0% 0% !important;
        width: 100%;
    }

    .our-work .tabs {
        position: relative;
        overflow-x: auto;
        overflow-y: auto;
        height: 100%;
        width: 100% !important;
        background-color: transparent;
        margin: 35px auto 0;
        white-space: normal;
        color: #191e23;
        display: block;
    }


    /*-----------------------
    Services
    -------------------------*/
    .our-services .container.work-contain .centerText {
        position: sticky;
        margin: 0 0 0 0;
        padding: 0 6%;
        top: 0;
    }

    .black {
        background: #191e23;
        padding: 10% 10% 15% !important;
        width: 100%;
    }

    .black .col-lg-8,
    .black .col-lg-4 {
        width: 100%
    }

    .black .col-lg-4 {
        display: none
    }

    .black .col-lg-8 h4,
    .black .col-lg-8 p {
        text-align: center;
    }

    .black #headline-hidden.visible h4 {
        display: none
    }

    .our-services .black .col-lg-12 {
        padding: 20px 0;
    }

}


/*--------------------------------------------------
MOBILE 500
---------------------------------------------------*/
@media (max-width: 600px) {

    .bx-wrapper .bxslider h2 {
        font-size: 50px;
        line-height: 49px;
        position: relative;
        letter-spacing: -3px;
        bottom: 0;
    }

    .centerText h4 {
        font-size: 70px;
        line-height: 60px;
        color: #191e23;
        letter-spacing: -3px;
    }

    #headline-hidden {
        display: block;
        opacity: 1;
        background: none;
        transform: scale(1);
        overflow: hidden;
        padding: 0;
        margin: 0;
        position: relative;
        bottom: auto;
        margin-top: 23%;
        z-index: 0;
    }

    .centerText {
        text-align: center;
        background: url(../images/arrow.svg) no-repeat center bottom;
        background-size: 105px;
        padding-bottom: 83px;
    }

    #headline-hidden .centerText {
        padding-bottom: 50px !important;
    }

    .our-story h4 {
        color: #FF8200;
        font-size: 60px;
        line-height: 60px;
        font-weight: 700;
        margin-bottom: 10px;
        letter-spacing: -3px;
    }
}


/*--------------------------------------------------
MOBILE 500
---------------------------------------------------*/
@media (max-width: 500px) {

    .our-work .tabs>ul li a {
        display: block;
        position: relative;
        overflow: hidden;
        text-decoration: none;
        text-align: center;
        font-weight: 500;
        -webkit-transition: all 0.3s ease 0.4s;
        transition: all 0.3s ease 0.4s;
        border: #191e23 1px solid;
        float: left;
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        line-height: 18px;
        color: #191e23;
        padding: 15px 15px;
        width: 100%;
    }
}



/*--------------------------------------------------
MOBILE 400
---------------------------------------------------*/
@media (max-width: 400px) {
    .menu-nav_active {
        transform: translateX(0);
        opacity: 1;
        margin-left: 80px;
        transition: 0.5s;
        transform-origin: left center;
        height: 205px;
        top: 62px;
        margin-top: 125px;
        width: 240px;
        z-index: 1000;
        padding-right: 25px;
    }

    .btn-wrap_active {
        transform: translateX(10px);
        transition: 0.5s;
        transform-origin: left center;
        border-right: 10px #fff solid;
        width: 80px;
        z-index: 1001;
    }

    .our-work .tabs>ul li a {
        display: block;
        position: relative;
        overflow: hidden;
        text-decoration: none;
        text-align: center;
        font-weight: 500;
        -webkit-transition: all 0.3s ease 0.4s;
        transition: all 0.3s ease 0.4s;
        border: #191e23 1px solid;
        float: left;
        font-family: 'Raleway', sans-serif;
        font-size: 12px;
        line-height: 14px;
        color: #191e23;
        padding: 15px 15px;
        width: 100%;
    }


}

/* 
.content-wrapper {
    position: relative;
} */

#blobs {
    position: fixed;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
}

/* #blobs {
    position: fixed;
    top: 60vh;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
} */

.blob {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    will-change: transform;
}