/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face { font-family: 'tit-light'; src:url('/wp-content/uploads/fonts/TitilliumWeb-Light.ttf'); }
@font-face { font-family: 'trumpGothicPro'; src:url('/wp-content/uploads/fonts/TrumpGothicPro-Bold.ttf'); }

/* ============================== */
/* Global */
/* ============================== */

html, body {
    font-size: 18px!important;
    font-family: 'tit-light', sans-serif!important;
    background-color: #FFFFFF!important;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'trumpGothicPro', sans-serif!important;
    /* font-family: 'tit-light', sans-serif!important; */
    font-weight: 900!important;
}

/* Styling back to top button */
#top-link{
    z-index: 100;
    color: #454545;
    border-radius: 1000px;
}
#top-link:hover {
    color: #C2CE50;
}

/* Scroll down arrow indicator */
.scroll-for-more .icon-angle-down {
    opacity: 1;
}
.scroll-for-more i {
	color: #fff!important;
}
.scroll-for-more:not(:hover) {
	opacity: 1!important;
}

.opacity-btn {
    position: relative;
    background-color: rgba(255, 255, 255, 0.2)!important;
    color: #FFFFFF!important;
    font-family: 'trumpGothicPro', sans-serif!important;
    overflow: hidden;
    z-index: 1;
}
.opacity-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(2px);
    -moz-backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.opacity-btn:hover {
    background-color: #C2CE50!important;
}

.pill-button {
    border-radius: 100px;
}

/* custom title styling */
.cus-title {
    font-size: 7vh!important;
    line-height: 105%;
    margin-bottom: 20px;
}
.cus-title2 {
    font-size: 6vh; 
    margin-bottom: 0px;
    line-height: 100%;
}
@media screen and (max-width: 849px) {
    .cus-title {
        font-size: 6vh!important;
    }
    .cus-title2 {
        font-size: 7vh; 
    }
}
.cus-subtitle {
    font-family: 'trumpGothicPro', sans-serif!important;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 3vh 10px;
    line-height: 100%;
}

.cus-footer-socials i {
	color: #fff;
}
.cus-footer-socials i:hover {
	color: #C2CE50;
}

/* Bottom Border animation for titles */
.title-border-cont {
    position: relative;
}
.title-border {
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 8px;
}
@media screen and (max-width: 1600px) {
    .title-border {
        margin-bottom: 0px;
    }
}
.title-border-white {
    background-color: #FFFFFF;
}
.title-border-navy {
    background-color: #151B39;
}

@media screen and (max-width: 849px) {
    .title-border {
        width: 100%;
        bottom: 6%;
    }
}

/* No padding for the a row with col class */
.no-padding-col > .col {
    padding: 0!important;
}
.no-padding-col-inner > .col > .col-inner{
    padding: 0!important;
}

/* custom fixed column */
.cus-col-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}
@media screen and (max-width: 849px) {
    .cus-col-fixed {
        position: static;
    }
}

/* custom absolute column */
.cus-col-absolute {
    position: absolute;
    top: 0;
    left: 0;
}

/* OverWritting the .is-full-height flatsome class padding */
.cus-full-height {
    min-height: 100vh!important;
    height: 100vh!important;
}
@media screen and (max-width: 849px) {
    .cus-full-height {
        min-height: unset!important;
        height: 80vh!important;
    }
}

/* Edititng the flatsome tooltipstered calss to have different background color */
.tooltipster-icon {
    background-color: #C2CE50!important;
}

/* Align items in the center */
.align-items-center {
    display: flex;
    align-items: center;
}

/* Justify content in the center */
.justify-center {
    display: flex;
    justify-content: center;
}

/* Max width of any elem */
.max-w-1600 {
    max-width: 1800px!important;
    padding-left: 50px!important;
    padding-right: 50px!important;
}
@media screen and (max-width: 1600px) {
    .max-w-1600 {
        max-width: 90%!important;
    }
}
@media screen and (max-width: 849px) {
    .max-w-1600 {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
}
@media screen and (max-width: 549px) {
    .max-w-1600 {
        max-width: 100%!important;
    }
}

.highlighted-text {
    padding: 15px 10px;
    border-left: 7px solid #C2CE50;
    background-color: rgba(230, 230, 230, 0.5);
    backdrop-filter: blur(7px);
    -moz-backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    font-weight: bold;
    font-size: 1.15rem;
    mix-blend-mode: multiply;
    width: max-content;
    word-break: break-all;
}

/* Play Button Styling */
.play-button {
    width: 70px!important;
    height: 70px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #ffffff;
    border-radius: 90px;
    backdrop-filter: blur(7px);
    -moz-backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    transition: all 0.3s ease-in-out;
    font-size: 34px;
}
.play-button > a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-button:hover {
    color: #151b39!important;
    background-color: rgb(21, 27, 57)!important;
    border-color: rgb(21, 27, 57)!important;;
}
.play-button .icon-play,
.play-button:hover .icon-play {
    color: #ffffff;
}
@media screen and (max-width: 849px) {
    .play-button {
        width: 50px!important;
        height: 50px!important;
        font-size: 26px;
    }
}

/* Pink text colour*/
.pColor {
    color: #C2CE50!important;
}

/* Bg white dots for both sections and columns elem */
.dot-bg {
    background-image: url('/wp-content/uploads/2022/01/bg-dots.svg');
    background-repeat: repeat;
    background-position: top left;
    background-size: 20px;
}
.dot-bg-col > .col-inner{
    background-image: url('/wp-content/uploads/2022/01/bg-dots.svg');
    background-repeat: repeat;
    background-position: top left;
    background-size: 20px;
}

/* The grey box that appears on over half of the selected sections */
.grey-box-right,
.grey-box-left {
    position: relative;
}
.grey-box-right::after,
.grey-box-left::after {
    content: "";
    width: 40vw;
    min-width: 400px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f0f0f0;
}
.grey-box-left::after {
    left: 0;
}
@media screen and (max-width: 849px) {
    .grey-box-right::after,
    .grey-box-left::after  {
        display: none;
    }
}

/* Meet the team box */
.could-be-you-cntr .box-image {
    position: relative;
    overflow: visible;
}
.could-be-you-cntr .box-image::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -55%;
    height: 10px;
    width: 70%;
    transform: translateX(-50%);
    /* border: 1px dashed #707070; */
    background-image: linear-gradient(to right, #707070 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 16px 2px;
    background-repeat: repeat-x;
}

.mtt-box {
    transition: all 0.2s ease-in-out;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.mtt-box:hover {
    background-color: #151B39;
}
.mtt-box:hover p {
    color: #FFFFFF!important;
}

@media screen and (max-width: 849px) {
    .could-be-you-cntr .box-image::after {
        left: -60%;
        background-size: 18px 2px;
    }
}

@media screen and (max-width: 549px) {
    .could-be-you-cntr .box-image::after {
        display: none;
    }
}


/* No overflow on elem */
.no-overflow {
    overflow: hidden;
}

/* Contact us general styling */
.contact-us label{
    margin-bottom: 1rem;
    background-color: transparent!important;
}
.contact-us label input,
.contact-us label textarea {
    background-color: transparent!important;
    color: #FFFFFF!important;
}

.contact-us label select {
    background-color: transparent!important;
}

.contact-us input:not([type='submit']):not([type='file']),
.contact-us label textarea,
.contact-us label select {
    border: none;
    border-bottom: 1px solid #C2CE50;
    box-shadow: none!important;
}

.contact-us input::placeholder,
.contact-us textarea::placeholder,
.contact-us select::placeholder,
.contact-us label select {
    color: #C2CE50!important;
    font-weight: 100!important;
    font-weight: lighter!important;
    text-transform: capitalize!important;
}

.contact-us input[type="submit"] {
    border-bottom: none;
    display: block;
    margin-left: auto;
    background-color: #C2CE50!important;
    border-radius: 100px;
    font-family: 'trumpGothicPro', sans-serif!important;
}

.contact-us-page-form .contact-us label input,
.contact-us-page-form .contact-us label textarea {
    background-color: transparent!important;
    color: #151B39!important;
}
/* Blend mode bg for sections  */
.mix-blend-mode-navy > .section-bg.bg-loaded {
    background-color: #151B39;
    background-blend-mode: multiply;
}
.mix-blend-mode-navy.banner:hover .banner-bg > .bg {
    background-color: #151B39;
    background-blend-mode: soft-light;
}
.mix-blend-mode-navydark.banner:hover .banner-bg > .bg {
    background-color: #151B39;
    background-blend-mode: multiply;
}
.mix-blend-mode-pink > .section-bg.bg-loaded,
.mix-blend-mode-pink.banner:hover .banner-bg > .bg {
    background-color: #C2CE50;
    background-blend-mode: multiply;
}
/* Social Media icons on MTT profiles */
.profile-socials > a.button:not(.is-outline) {
    color: #C2CE50!important;
}
.profile-socials > a.button:not(:first-child) {
    margin-left: 0.5rem;
}

/* Setting z-Index classes for ease layering */
.z-index100 {
    z-index: 100!important;
    position: relative!important;
}
.z-index5 {
    z-index: 5!important;
    position: relative!important;
}
.z-index4 {
    z-index: 4!important;
    position: relative!important;
}
.z-index3 {
    z-index: 3!important;
    position: relative!important;
}
.z-index2 {
    z-index: 2!important;
    position: relative!important;
}
.z-index1 {
    z-index: 1!important;
    position: relative!important;
}

/* Nav top bar (scroll position on page) */
#header.transparent #top-bar {
    display: none;
    transition: display 0.2s ease-in-out;
}
#header #top-bar {
    display: flex;
    background-color: transparent!important;
}
#top-bar.header-top {
    min-height: unset;
}
#top-bar ul,
#top-bar li {
    position: static!important;
}

/* #scrollIndicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 3px;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
} */
#scrollIndicator {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vh;
    height: 8px;
    transform-origin: top left;
    transform: translateX(100%) rotate(90deg);
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    z-index: 1000;
}

#scrollIndicator::-webkit-progress-bar {
    background: transparent;
}
#scrollIndicator::-webkit-progress-value {
    background: #C2CE50;
    background-attachment: fixed;
}
#scrollIndicator::-moz-progress-bar {
    background: #C2CE50;
    background-attachment: fixed;
}

/* Image Modal */
#custom-modal {
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
    height: 100vh;
    position: fixed;
    z-index: 10;
    display: none;
    top: 0;
    opacity: 0;
    z-index: 100;
}

#custom-image-modal-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(15, 15, 15, 0.5);
    backdrop-filter: blur(5px);
    opacity: 0;
}

#custom-modal-container {
    /* width: 100%; */
    max-width: 90vw;
    max-height: 90vh;
    height: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-51%) translateY(-50%);
    z-index: 12;
    display: flex;
    justify-content: center;
}

#custom-modal-container > img {
    /* width: 100%; */
    height: auto;
    max-height: 90vh;
}

#custom-modal-image{
    display: none;
}

#custom-modal-video-cont {
    position:relative;
    padding-top:56.25%;
    display: none;
    width: 90vw;
    max-width: 1200px;
}

#custom-modal-video {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#custom-modal-text-cont {
    height: 100%;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    overflow-y: scroll;
    background-color: #fff;
    display: none;
    opacity: 0;
    padding: 1rem;
}

#modal-close-button {
    height: 20px!important;
    height: 20px!important;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 15;
    color: #ffffff!important;
}
#modal-close-button:hover {
    cursor: pointer;
}

.textModalTitle {
    font-family: 'tit-light',sans-serif!important;
    font-weight: bold;
    color: #C2CE50;
    text-transform: uppercase;
    font-size: 110%;
    border-bottom: 1px solid #C2CE50;
    padding: 1rem 0;
}
.textModalTitle:hover {
    cursor: pointer;
}
.textModalContent p {
    line-height: 180%!important;
}

@media screen and (max-width: 849px) {
    #custom-modal,
    #custom-image-modal-overlay {
        max-width: 100vw!important;
    }
    #custom-modal-container,
    #custom-modal-container > img,
    #custom-modal-image,
    #custom-modal-video-cont,
    #custom-modal-video {
        max-width: 90vw!important;
    }
}

/* Custom Showreal Slider */
.custom-slider {
    display: flex;
    min-width: 100vw;
    min-height: 25vh;
    overflow-x: scroll;
    padding-left: 5vw;
    flex-wrap: nowrap!important;
    margin-bottom: -20vh;
}

.custom-slider::-webkit-scrollbar {
    height: 0.75rem;
    -webkit-appearance: inherit;
   -moz-appearance: inherit;
        appearance: inherit;
}

.custom-slider::-webkit-scrollbar-thumb {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background-color: #C2CE50;
}

.custom-slider > .col {
    width: 40vw!important;
    min-width: 40vw!important;
    max-width: 650px!important;
    height: calc(40vw / 1.5)!important;
    max-height: calc(650px)!important;
    margin: 0 0.5rem 1rem!important;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.custom-slider > .col > .col-inner,
.custom-slider > .col > .col-inner > .banner {
    height: 100%;
    min-height: 100%!important;
}
@media screen and (max-width: 849px) {
    .custom-slider > .col {
        width: 50vw!important;
        min-width: 50vw!important;
        height: calc(50vw / 1.5)!important;
    }
}
@media screen and (max-width: 549px) {
    .custom-slider > .col {
        width: 50vw!important;
        min-width: 50vw!important;
        height: 50vh!important;
        margin: 0 6px!important;
    }
}

/* ------- Custom Gird ------- */
.custom-grid {
    display: grid;
    height: 100%;
    grid-template-rows: repeat(10, 1fr);
    grid-template-columns: repeat(10, 1fr);
    grid-auto-rows: 1fr;
    grid-gap: 10px;
}
@media screen and (max-width: 1580px) {
    .custom-grid {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
}
@media screen and (max-width: 849px) {
    .custom-grid {
        padding: 0!important;
    }
}
.custom-grid::after {
    display: none;
}

.custom-grid > .col {
    padding: 0!important;
    min-height: 100px;
}
.custom-grid > .col > .col-inner {
    height: 100%!important;
    max-height: 100%!important;
    overflow: hidden!important;
}
.custom-grid > .col .banner {
    position: absolute!important;
    top: 50%!important;
    left: 0!important;
    transform: translateY(-50%)!important;
    height: 0!important;
}

.custom-grid > .col:nth-child(12n + 1),
.custom-grid > .col:nth-child(12n + 2) {
    grid-row: span 2;
    grid-column: span 3;
}
.custom-grid > .col:nth-child(12n + 3),
.custom-grid > .col:nth-child(12n + 4),
.custom-grid > .col:nth-child(12n + 5),
.custom-grid > .col:nth-child(12n + 6),
.custom-grid > .col:nth-child(12n + 7),
.custom-grid > .col:nth-child(12n + 9) {
    grid-row: span 4;
    grid-column: span 2;
}
.custom-grid > .col:nth-child(12n + 8) {
    grid-row: span 3;
    grid-column: span 4;
}
.custom-grid > .col:nth-child(12n + 10) {
    grid-row: span 4;
    grid-column: span 4;
}
.custom-grid > .col:nth-child(12n + 11),
.custom-grid > .col:nth-child(12n + 12) {
    grid-row: span 3;
    grid-column: span 2;
}

@media screen and (max-width: 849px) {
    .custom-grid {
        grid-template-rows: repeat(3, 1fr);
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 5px;
    }
    .custom-grid > .col:nth-child(7n + 1),
    .custom-grid > .col:nth-child(7n + 2),
    .custom-grid > .col:nth-child(7n + 3),
    .custom-grid > .col:nth-child(7n + 6),
    .custom-grid > .col:nth-child(7n + 7) {
        grid-row: span 1;
        grid-column: span 1;
    }

    .custom-grid > .col:nth-child(7n + 4) {
        grid-row: span 1;
        grid-column: span 2;
    }
    .custom-grid > .col:nth-child(7n + 5) {
        grid-row: span 2;
        grid-column: span 1;
    }

}
@media screen and (max-width: 549px) {
    .custom-grid {
        grid-template-rows: repeat(4, 1fr);
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2px;
    }
    .custom-grid > .col:nth-child(6n + 1),
    .custom-grid > .col:nth-child(6n + 2),
    .custom-grid > .col:nth-child(6n + 4),
    .custom-grid > .col:nth-child(6n + 6) {
        grid-row: span 1;
        grid-column: span 1;
    }

    .custom-grid > .col:nth-child(6n + 3) {
        grid-row: span 1;
        grid-column: span 2;
    }
    .custom-grid > .col:nth-child(6n + 5) {
        grid-row: span 2;
        grid-column: span 1;
    }

}

/* ------- Image Rotation Canvas -------- */
.canvas-container  > .section-content{
    min-height: 100%;
    display: flex;
}

#rotationCanvas {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0vw;
    opacity: 0;
}
#rotationCanvas.home {
    right: 8vw;
}

@media screen and (max-width: 849px) {
    #rotationCanvas {
        display: none;
    }
}

/* ------- Hamburger Menu --------- */
#cus-hamburger-menu {
    overflow: visible;
    position: relative;
}
#cus-hamburger-menu rect {
    position: relative;
}
#cus-hamburger-menu:hover {
    cursor: pointer;
}

#hb-menu-interface {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    min-width: 100vw;
    display: none;
    /* display: flex; */
    align-items: stretch;
    overflow-y: scroll;
}

#hbmi-col0 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vw;
    border-radius: 100%;
    background-color: #C2CE50;
    z-index: 0;
    opacity: 0;
    /* opacity: 1; */
}

#hbmi-col1 {
    width: 77.5%;
    height: fit-content;
    min-height: 100vh;
    padding: 10%;
    z-index: 1;
    opacity: 0;
    /* opacity: 1; */
}

#hbmi-col2 {
    width: 22.5%;
    height: 100%;
    min-height: 100vh;
    background-color: #151B39;
    padding: 10% 5%;
    z-index: 2;
    opacity: 0;
    /* opacity: 1; */
}

.hbmi-title {
    width: 100%;
    overflow: visible;
    position: relative;
    margin-top: 2rem;
}

.hbmi-title-border {
    height: 2px;
    background-color: #FFFFFF;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 8px;
}

.hbmi-title > h2,
.hbmi-title > h2 a {
    text-decoration: none;
    font-family: 'trumpGothicPro', sans-serif!important;
    font-weight: 700;
    font-size: 75px;
    color: #FFFFFF;
    margin-bottom: -10px!important;
    line-height: 100%;
}

.hbmi-links-cont {
    width: 100%;
    display: flex;
    padding-top: 1.5rem;
    flex-wrap: wrap;
}

.hbmi-links-col {
    display: flex;
    flex-direction: column;
    width: 25%;
    min-width: max-content;
    padding: 1.5rem 20px 10px 0;
}

.hbmi-links-sidebar-col {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 1.5rem;
}

.hbmi-links-col > p,
.hbmi-links-sidebar-col > p {
    margin: 0;
    color: #FFFFFF;
}

.hbmi-links-subtitle {
    font-family: 'trumpGothicPro', sans-serif!important;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    line-height: 100%;
    margin-bottom: 1rem;
    position: relative;
}

.hbmi-link {
    color: #FFFFFF;
    font-size: 18px;
    white-space: pre-wrap;   
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;  
    white-space: -o-pre-wrap;  
    word-wrap: break-word;
    word-wrap:break-word;
}

.hbmi-link:hover {
    color: #FFFFFF;
}

.cus-social-icons svg{
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding: 8px;
    overflow-y: visible!important;
    overflow-x: visible!important;
    margin-right: 5px;
}

.cus-social-icons svg,
.cus-social-icons svg path {
    transition: all 0.4s ease;
}

.cus-social-icons a {
    overflow: visible!important;
}

.cus-social-icons svg:hover {
    background-color: rgba(255, 255, 255, 0.9);
}
.cus-social-icons svg:hover path {
    fill: #151B39!important;
}
@media screen and (max-width: 549px) {
    .cus-social-icons svg {
        background-color: transparent;
        border-radius: 0%;
        padding-left: 0px;
        padding-right: 10px;
    }
}

/* Adding more padding to header elements */
#masthead .container {
    padding-right: 50px!important;
    padding-left: 50px!important;
}

/* Changing the hamburger menu icon */
#masthead .mobile-nav i.icon-menu::before {
    display: none;
}
#masthead .mobile-nav i.icon-menu {
    position: relative;
}
#masthead .mobile-nav i.icon-menu > svg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    transform: translateY(-100%);
}

/* Make Hamburger Menu Interface Link Columns min-width of 50% */
@media screen and (max-width: 1866px) {
    .hbmi-links-col {
        min-width: 50%;
    }
}
@media screen and (max-width: 1600px) {
    .hbmi-title {
        margin-top: 0;
    }
}
/* Make Hamburger Menu Interface Link Columns min-width of 100% */
@media screen and (max-width: 1160px) {
    .hbmi-links-col {
        min-width: 100%;
    }
    #hbmi-col1,
    #hbmi-col2 {
        padding: 15% 5%;
    }
}
@media screen and (max-width: 849px) {
    #masthead .container {
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
}

#footer {
    z-index: 20;
    position: relative;
}
.absolute-footer {
    display: none!important;
}

.footer-link,
.footer-link2 {
    font-size: 1rem;
    color: #ffffff;
    margin: 0!important;
}
.footer-link:hover a,
.footer-link2:hover a{
    color: #C2CE50!important;
}
.footer-link > a,
.footer-link2 > a {
    height: min-content;
    height: fit-content;
    min-height: unset;
    padding: 2px 0!important;
}

.footer-link2 {
    font-size: 1.5rem;
    font-family: 'trumpGothicPro', sans-serif!important;
    font-weight: 900!important;
    line-height: 110%!important;
    text-transform: uppercase!important;
}

.footer-companies {
    position: relative;
}
.footer-companies::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 150px;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, rgba(255,255,255,1) 95%);
}

.footer-companies .flickity-slider {
    display: flex;
    align-items: center;
}
.footer-companies .ux-logo {
    margin-right: 0.5rem!important;
    margin-left: 0.5rem!important;
}

.footer-main-logo:hover {
	cursor: pointer;
}

/* ------- End of Hamburger Menu --------- */
/* ------- Mobile Menu */

.mfp-content {
    width: 80%!important;
    min-width: 180px;
    max-width: 450px;
    background-color: #151B39!important;
    max-height: 100vh!important;
    display: flex;
    flex-direction: column;
}
#main-menu {
    position: relative;
    overflow-y: scroll;
    height: 100%;
}
#main-menu ul > li {
    padding-right: 7%!important;
    padding-left: 7%!important;
    border: none!important;
}
#main-menu ul .menu-item > a {
    padding: 12px 0!important;
    color: #FFFFFF!important;
    font-family: 'trumpGothicPro', sans-serif!important;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700!important;
}
#main-menu .nav-slide {
    overflow-x: hidden!important;
}

#mobile-menu-top-title {
    margin-top: 1rem;
}

#mobileMenuStaticBlock {
    background-color: #C2CE50;
    padding: 7%;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    align-self: flex-end;
}
@media screen and (max-width: 549px) {
    #mobileMenuStaticBlock {
        padding: 4% 7%;
    }
    #hbmi-links-mobile-static-sec > p:nth-child(3) {
        display: none;
    }
}

#hbmi-links-mobile-static-sec p {
    color: #FFFFFF!important;
    margin: 0;
    font-size: 17px;
}
#hbmi-links-mobile-static-sec p a{
    font-size: 18px;
}
#hbmi-links-mobile-static-sec p:nth-child(2) {
    margin-bottom: 0.5rem;
}

#mobile-menu-nav-title {
    display: none;
}
@media screen and (max-width: 849px) {
    #mobile-menu-nav-title {
        display: block;
        margin-bottom: -6px!important;
        margin-top: 1.2rem;
    }
}

.nav-slide-header > .toggle {
    font-family: 'trumpGothicPro', sans-serif!important;
    font-weight: 700;
    font-size: 50px;
    color: #FFFFFF!important;
    text-transform: capitalize!important;
    min-height: unset!important;
    opacity: 1;
    margin-bottom: 0;
    margin-right: 0;
    border-bottom: 2px solid #FFFFFF;
    padding-left: 0!important;
}

.nav-slide-header > .toggle i {
    font-size: 30px;
    opacity: 0.5;
}

.nav-slide-header > .toggle > p {
    line-height: 100%;
    margin-bottom: -6px!important;
    margin-top: 0.5rem;
}

.mfp-content .sub-menu,
.mfp-content .nav-slide-header {
    padding-top: 0!important;
}

button > svg.feather.feather-x {
    margin-top: 10px;
}

@media screen and (max-width: 849px) {
    .hbmi-title {
        margin-bottom: 1rem;
        border-bottom: 2px solid #FFFFFF;
    }
    .hbmi-title > h2 {
        font-size: 50px;
        margin-bottom: -6px!important;
    }
    .cus-social-icons {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 549px) {
    #main-menu ul .menu-item > a {
        padding: 8px 0!important;
    }
    .hbmi-title > h2,
    .nav-slide-header > .toggle  {
        font-size: 38px;
    }
    .nav-slide-header > .toggle > p {
        margin-top: 1rem;
    }
    #hbmi-links-mobile-static-sec p,
    #hbmi-links-mobile-static-sec p a{
        font-size: 16px;
    }
    .cus-social-icons {
        margin-top: 0.5rem;
    }
}

/* ------- End of Mobile Menu */

/* ------- Header Nav Link Item Menu --------- */
.header-main .nav > li > a{
    font-family: 'trumpGothicPro', sans-serif!important;
    font-weight: 700;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.6);
}

.header-main .nav > li > a:hover {
    color: rgba(255, 255, 255, 1);
}

.nav-spacing-xlarge>li {
    margin: 0 26px!important;
}
/* ------- End of Header Nav Link Item Menu --------- */

/* ============================== */
/* HOME PAGE */
/* ============================== */
/* Hero */
.hero-sec {
    padding: 0!important;
    min-height: 100vh;
}
@media screen and (max-width: 849px) {
    .hero-sec {
        padding-top: 120px!important;
        padding-bottom: 20px!important;
    }
}
@media screen and (max-width: 549px) {
    .hero-sec {
        padding-top: 100px!important;
        padding-bottom: 25px!important;
    }
}


.hero-sec-blue {
    background: rgba(7,125,211, 0.4);
    background: linear-gradient(90deg, rgba(7,125,211,0.4) 0%, rgba(0,0,0,0) 20%);
}
.hero-sec-brown {
    background: #473327;
    background: linear-gradient(90deg, rgba(71, 51, 39, 0.5) 0%, rgba(0,0,0,0) 20%);
}
.hero-sec-pink {
    background: rgba(255, 14, 93, 0.5);
    background: linear-gradient(90deg, rgba(255, 14, 93, 0.5) 0%, rgba(0,0,0,0) 20%);
}
.hero-sec-navy {
    background: rgba(21, 27, 57, 0.5);
    background: linear-gradient(90deg, rgba(21, 27, 57, 0.5) 0%, rgba(0,0,0,0) 20%);
}
.hero-sec-white {
    background: rgba(250,250,250, 0.6);
    background: linear-gradient(90deg, rgba(250,250,250,0.6) 0%, rgba(0,0,0,0) 20%);
}

@media screen and (max-width: 1030px) {
    .hero-sec-blue,
    .hero-sec-brown,
    .hero-sec-pink,
    .hero-sec-navy,
    .hero-sec-white {
        background-image: none;
    }
}

.hero-sec .section-content {
    height: 100%!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-h1 {
    margin-bottom: 1rem; 
    line-height: 110%;     
    font-family: 'trumpGothicPro', sans-serif;
    font-weight: 700;
    font-size: 120px;
}

@media screen and (max-width: 1600px) {
    .hero-h1 {
        font-size: 90px;
    }
}

/* Section Grid */
@media screen and (max-width: 549px){
    .cus-grid-item {
        max-height: 250px!important;
    }
}

/* Meet the team */

.home-mtt-row .mtt-box {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.home-mtt-row .mtt-box:nth-child(3) {
    border-right: none;
}
.home-mtt-row .mtt-box:nth-child(4),
.home-mtt-row .mtt-box:nth-child(5) {
    border-bottom: none;
}
.home-mtt-row .mtt-box:nth-child(5) {
    border-right: none;
}

@media screen and (max-width: 849px) {
    .home-mtt-row .mtt-box {
        border: none;
    }
    .home-mtt-row .mtt-box:nth-child(2n+1) {
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }
    .home-mtt-row .mtt-box:nth-child(2n+2) {
        border-bottom: 1px solid #cccccc;
    }
    .home-mtt-row .mtt-box:nth-child(5) {
        border-bottom: none;
    }
}

@media screen and (max-width: 549px) {
    .home-mtt-row .mtt-box {
        border-right: none!important;
        border-bottom: none!important;
    }
    .home-mtt-row .mtt-box > .col-inner,
    .home-mtt-row > .mtt-box-could-be-you > .col-inner {
        padding-top: 20px!important;
        padding-bottom: 20px!important;
    }
}

/* Phone Animation Section */

#phoneAnimCont {
    max-height: 80vh;
}

@media screen and (max-width: 849px) {
    #phoneAnimCont {
        display: none;
    }
}

/* Script to Screen Section */
.sTs-sec > .section-content {
    display: grid;
    grid-template-columns: 1fr;
}
.sTs-sec > .section-content > * {
    grid-row-start: 1;
    grid-column-start: 1;
}

.sTs-sec .hide-for-medium {
    display: flex;
}

.sTs-row {
    display: flex;
    justify-content: space-evenly;
    min-height: 100vh;
}
.sTs-row::after {
    display: none;
}

.sTs-col {
 opacity: 0;
}

@media screen and (max-width: 849px) {
    .sTs-col {
        opacity: 1;
    }
}

/* ============================== */
/* SERVICES PAGE */
/* ============================== */

.services-intro-cont {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: #000;
	
}
.services-intro-cont video {
	width: 100%;
	height: 100%;
}

#services-scrollTo {
    position: fixed;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    z-index: 19;
}

.srv-link {
    display: flex;
    align-items: center;
    background-color: transparent;
}

.srv-link:hover {
    cursor: pointer;
}

.srv-link > h4 {
    font-size: 22px;
    font-weight: bold;
    text-align: end;
    color: #FFFFFF;
    mix-blend-mode: darken;
    display: inline;
    margin: 0;
    text-transform: uppercase;
}

.srv-link > p {
    display: inline-block;
    min-width: 10px;
    width: 10px;
    min-height: 10px;
    height: 10px;
    background-color: hsla(0, 0%, 100%, 0.7);
    border-radius: 100%;
    margin: 0 0 0 1rem;
}

.cus-banner.banner .banner-layers a.hotspot,
.cus-banner.banner .banner-bg > .bg {
    transition: all 0.2s ease-in-out;
}
.cus-banner.banner:hover .banner-bg > .bg {
    background-color: #C2CE50;
    background-blend-mode: multiply;
    transform: scale(1.05);
}
.cus-banner.banner:hover .banner-layers a.hotspot{
    background-color: rgb(255, 255, 255)!important;
    color: rgba(0,0,0,1)!important;
}
.cus-banner.banner:hover {
    cursor: pointer;
}

.cus-panel .banner-layers > .text-box{
    padding: 0 30px!important;
}

.cus-panel-banner-overlay {
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 549px) {
    .cus-panel .banner-layers > .text-box{
        padding: 0px!important;
    }    
}

.sub-services-cont {
	display: grid;
/* 	flex-wrap: wrap; */
	grid-template-columns: repeat(4, 1fr);
}
.ssc2 {
	grid-template-columns: repeat(3, 1fr)!important;
}
.sub-services-item {
	padding: 0.75rem!important;
	display: flex;
}
@media screen and (max-width: 1500px) {
	.sub-services-cont {
		grid-template-columns: repeat(3, 1fr);
	}
	.ssc2 {
		grid-template-columns: repeat(2, 1fr)!important;
	}
}
@media screen and (max-width: 1000px) {
	.sub-services-cont {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 849px) {
	.ssc2 {
		grid-template-columns: repeat(1, 1fr)!important;
	}
}
@media screen and (max-width: 649px) {
	.sub-services-cont {
		grid-template-columns: repeat(1, 1fr);
	}
}
 .sub-services-item-inner {
	height: 100%;
	width: 100%;
/* 	background-color: rgb(21, 27, 57); */
	padding: 1rem!important;
	transition: all 0.15s ease-in-out;
	position: relative;
	display: flex;
	 flex-direction: column;
	align-items: center;
}
.sub-services-item-inner:hover {
	cursor: pointer;
	box-shadow: rgba(255, 14, 93, 0.4) 0px 8px 24px;
	transform: scale(1.015);
}

.sub-services-item-inner > img {
	position:absolute;
	z-index: -1;
	top:0;
	left:0;
	object-fit:cover;
	height:100%;
	width:100%;
}
.sub-services-title {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
/* 	background-color: rgb(21, 27, 57); */
}
.sub-services-title h2 {
	position:relative;
	z-index: 9;
	text-align: center;
	font-size: 2rem!important;
	color: #fff;
	text-transform: uppercase;
}
.sub-services-text {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	overflow-y: scroll;
	z-index: 9;
	opacity: 0;
}
@media screen and (max-width: 1024px) {
	.sub-services-title {
		position: static;
		height: unset;
		width: unset;
	}
	.sub-services-text {
		justify-content: flex-start;
		opacity: 1;
	}
}

/* Play Button Styling */
.play-button-services {
    z-index: 10;
}
.play-button-services .hotspot{
    width: 60px!important;
    height: 60px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #ffffff;
    backdrop-filter: blur(2px);
    -moz-backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background-color: transparent!important;
}
.play-button-services .hotspot:hover {
    color: #151b39!important;
}
.play-button-services .hotspot > .icon-play {
    font-size: 30px;
}

/* ============================== */
/* MTT */
/* ============================== */

.mtt-row .mtt-box:nth-child(4n+4) {
    border-right: unset;
}
/* .mtt-row .mtt-box:nth-child(9) {
    border-bottom: unset;
    border-right: unset;
} */

@media screen and (max-width: 849px) {
    .mtt-row .mtt-box {
        border: none;
    }
    .mtt-row .mtt-box:nth-child(2n+1) {
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }
    .mtt-row .mtt-box:nth-child(2n+2) {
        border-bottom: 1px solid #cccccc;
    }
}
@media screen and (max-width: 549px) {
    .mtt-row .mtt-box {
        border-right: none!important;
        border-bottom: none!important;
    }
    .mtt-row .mtt-box > .col-inner,
    .mtt-row .mtt-you > .col-inner {
        padding-top: 20px!important;
        padding-bottom: 20px!important;
    }
}

/* ============================== */
/* SECTION MASTER */
/* ============================== */
.sec-mast-h1 {
    font-size: 20vmin; 
    color: #ffffff; 
    text-transform: uppercase; 
    margin: 0;
}
.sec-mast-h2 {
    font-size: 6vh; 
    text-transform: uppercase; 
    margin: 0; 
    color: #a5a5a5;
    line-height: 0%;
}

@media screen and (max-width: 849px) {
    .sec-mast-h1 {
        font-size: 12vh;
    }
    .sec-mast-h2 {
        font-size: 4vh;
    }
}


.accordion-item .accordion-title {
    border-top: none!important;
    border-bottom: 1px solid #C2CE50;
    background-color: transparent!important;
    padding: 16px 0!important;
    padding-right: 40px!important;
}
.accordion-item .accordion-title.active {
    border-top: none!important;
    border-bottom: 1px solid #C2CE50;
}
.accordion-item .accordion-title .toggle,
.accordion-item .accordion-title.active .toggle {
    right: 0!important;
    left: unset;
}
.accordion-item .accordion-title > span {
    font-weight: bold;
    color: #C2CE50;
    text-transform: uppercase;
}
.accordion-item .accordion-title.active,
.accordion-item .accordion-title {
    color: #C2CE50;
}
.accordion-item a.accordion-title:hover {
    color: hsla(342, 93%, 35%, 0.6);
}

.accordion-item .accordion-inner {
    padding-left: 0!important;
}
.get-a-quote-cont {
    position: relative;
}
.get-a-quote {
    height: 200px;
    width: 180px;
    background-color: #C2CE50;
    position: absolute;
    right: 5%;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    padding: 15px;
}
.get-a-quote > a {
    min-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.get-a-quote > a > h2 {
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    font-size: 1.3rem;
}

#ampersand-sibling {
    position: relative;
}
#ampersand-sibling:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -10;
    top: 0;
    right: -100%;
    background-image: url('/wp-content/uploads/2022/01/unnamed-file.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Display box component */
.display-box {
    width: 100%;
    max-width: 800px;
    display: flex;
    align-items: center;
    position: relative;
}
.display-box.db-move-right {
    margin-left: auto;
}
.display-box.db-move-left {
    margin-right: auto;
}

.db-back-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    max-height: 100%;
    display: flex;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
}
@media screen and (max-width: 849px) {
    .display-box {
        flex-direction: column;
    }
    .db-back-content {
        position: static;
        transform: unset;

    }
}
.db-back-content > img {
    width: 100%;
}

.db-front-content {
    width: 100%;
    padding: 8%;
    z-index: 2;
}

.db-front-content * {
    color: #FFFFFF;
}

.db-front-content li {
    margin-bottom: 0; 
    font-weight: bold; 
    -webkit-text-stroke-width: 0.3px;
    -webkit-text-stroke-color: #ffffff;
}
/* End of Display box component */
/* custom db styling */
.pre-production-cont {
    background-color: #C2CE50;
}
.pre-production-amp {
    position: relative;
}
.pre-production-amp::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -10;
    top: 0;
    right: -100%;
    background-image: url('/wp-content/uploads/2022/01/unnamed-file.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.post-production-cont {
    background-color: #151B39;
}

@media screen and (max-width: 849px) {
    .pre-production-cont,
    .post-production-cont {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
}

/* Scroll trigger parallax text */
#vid-local {
    width: fit-content;
    height: 90vh;
}
#vid-local > h2{
    background: rgb(21,27,57);
    background: linear-gradient(135deg, rgba(21,27,57,1) 10%, rgba(231,9,75,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: sticky;
    top: 45%;
}

/* Parallax text section */
.parralax-img-cont {
    width: 100%;
    height: 100%;
}

.parralax-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 120%;
    width: 120%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

#parallax-text1{
    background-image: url('/wp-content/uploads/2022/01/parallax-text1.png');
}
#parallax-text2{
    background-image: url('/wp-content/uploads/2022/01/parallax-text2.png');
}
#parallax-text3{
    background-image: url('/wp-content/uploads/2022/01/parallax-text3.png');
}
#parallax-text4{
    background-image: url('/wp-content/uploads/2022/01/parallax-text4.png');
}
#parallax-text5 {
    background-image: url('/wp-content/uploads/2022/01/parallax-text5.png');
}
#parallax-text6 {
    background-image: url('/wp-content/uploads/2022/01/parallax-text6.png');
}

@media screen and (max-width: 849px) {
    .parralax-img  {
        opacity: 0.1;
    }
}
/* @media screen and (max-width: 549px) {
    .parralax-img  {
        display: none
    }
} */

/* ============================== */
/* SERVICE DETAILS */
/* ============================== */

.other-services {
    display: flex;
    flex-direction: row;
    word-break: keep-all;
    color: #FFFFFF;
    margin: 0;
    overflow-x: scroll;
    padding: 0.25rem 0;
}
.other-services a {
    text-decoration: none;
    color: #FFFFFF;
    word-break: keep-all;
    white-space: nowrap;
}

.other-services-row .col {
    display: flex;
    align-items: center;
}

.other-services > .hyphen {
    margin: 0 0.5rem;
}

.other-services::-webkit-scrollbar {
    height: 0.35rem;
}

.other-services::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 5px;
}
.other-services:hover::-webkit-scrollbar-thumb {
    background-color: #151B39;
}

.contact-us.services-pages input:not([type='submit']):not([type='file']),
.contact-us.services-pages textarea,
.contact-us.services-pages select {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6)!important;
}

.contact-us.services-pages input::placeholder,
.contact-us.services-pages textarea::placeholder,
.contact-us.services-pages select::placeholder,
.contact-us.services-pages select,
.contact-us.services-pages select option:first-child {
    color: rgba(255, 255, 255, 0.6)!important;
}

/* ============================== */
/* OUR STUDIO */
/* ============================== */
.our-studio-row {
    flex-wrap: nowrap!important;
}

.our-studio-link-col {
    min-height: 100vh;
    background-color: #151B39;
    min-width: 350px;
    flex: 1;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    opacity: 0;
}

@media screen and (max-width: 849px) {
    .our-studio-link-col {
        opacity: 1;
    }
}

.our-studio-link {
    color: #FFFFFF;
    box-sizing: border-box;
}
.our-studio-link:hover {
    cursor: pointer;
}

/* Custom Accordion styling */
.os-comp-tab { 
    display:flex; 
    flex-direction:column; 
    width:100%; 
    overflow-y: hidden;
    position: relative;
}
.os-comp-tab:hover { 
    cursor: pointer; 
}
.os-tab-title { 
    font-weight:bold;
    display: flex;
    align-items: center;
    margin: 0 10px;
}
.os-tab-title p {
    margin: 0;
}
.os-tab-title p svg {
    width: 1rem;
}
.os-tab-title .cus-subtitle {
    margin: 0;
}

.os-tab-content {
    padding-left: 10%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.os-tab-content p {
    margin: 0.5rem 0;
}
/* End of Custom Accordion styling */

.our-studio-content-col {
    min-height: 100vh;
    background-color: #C2CE50;
    position: relative;
    min-width: unset!important;
    flex: 1;
    padding: 0!important;
}
.our-studio-content-col > .col-inner {
    width: 100%;
    height: 100%;
}

#studio-close {
	position: absolute;
	top: 120px;
	right: 50px;
	height: 18px;
	width: 18px;
	transition: all 0.2s ease-in-out;
}

#studio-close:hover {
	transform: rotate(90deg);
}

@media screen and (max-width: 849px) {
	#studio-close {
		display: none;
	}
}

#our-studio-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.os-content-img {
    width: 90%;
    max-width: 1300px;
    height: auto;
    max-height: 60vh;
}

#our-studio-perspective {
    width: 100%;
    position: absolute;
    bottom: 1%;
    left: 0;
    display: flex;
    justify-content: center;
}

.os-btn {
    color: hsla(0, 0%, 100%, 0.75);
    font-family: 'trumpGothicPro', sans-serif;
    font-size: 1rem;
    padding: 2px 15px;
    border: 3px solid transparent;
    border-radius: 100px;
    box-sizing: border-box;
    line-height: 100%;
}

.os-btn-active {
    border: 3px solid #FFFFFF;
    border-radius: 100px;
    box-sizing: border-box;
    color: #FFFFFF;
}

#mini-map-cont {
    position: absolute;
    right: 20px;
    bottom: 20px;
    max-width: 200px;
}

#mini-map-cont img {
    width: 100%;
    height: auto;
}

.gallery-row {
    display: none;
    opacity: 0;
    height: 100%;
    width: 100%!important;
    justify-content: center;
    align-items: center;
    margin: 0 auto!important;
}

.gallery-row > .col {
    width: 90%;
    height: 90%;
    flex-basis: unset!important;
    padding: 0!important;
}

.gallery-row > .col > .col-inner {
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: scroll;
    padding: 0 40px!important;
    cursor: grab;
}

#os-label-btn,
#os-overlay {
    display: none;
}

@media screen and (max-width: 1366px) {
    #mini-map-cont {
        max-width: 130px;
    }

    .gallery-row > .col,
    .gallery-row > .col > .col-inner {
        max-width: 60vw!important;
    }

    .our-studio-link {
        font-size: 22px;
    }

    .os-btn {
        font-size: 0.75rem;
        padding: 0px 10px;
        border: 2px solid transparent;
    }

    .os-btn-active {
        border: 2px solid #FFFFFF;
    }
}
@media screen and (max-width: 1024px) {
    .our-studio-link-col {
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(-100%);
        z-index: 100;
        max-width: 350px;
        min-width: 25vw;
    }

    .our-studio-content-col {
        min-width: 100vw!important;
    }

    .gallery-row > .col,
    .gallery-row > .col > .col-inner {
        width: 100%;
        max-width: 100vw!important;
    }

    #mini-map-cont {
        display: none!important;
    }

    #os-label-btn {
        display: block;
        position: absolute;
        top: 25vh;
        right: 0;
        background-color: #151B39;
        width: fit-content;
        padding: 0.5rem 1rem;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        transform: rotate(-90deg);
        color: #ffffff;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 100%;
        font-weight: bold;
        box-shadow: rgba(0, 0, 0, 0.3) -1.95px 2px 2.5px;
    }
    #os-label-btn:hover {
        cursor: pointer;
    }

    #os-overlay {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.6);
    }
}
@media screen and (max-width: 549px) {
    .our-studio-link-col {
        max-width: 60vw;
        min-width: 250px;
    }

    .our-studio-link {
        font-size: 18px;
    }
    .our-studio-link {
        margin: 3vh 0px;
    }
    .our-studio-link:nth-child(6) {
        margin: 3vh 0px 6vh!important;
    }

    .os-tab-title {
        margin: 0!important;
    }
    .os-tab-content {
        padding-left: 5%!important;
    }

    .gallery-row > .col {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        height: 100%;
    }
    .gallery-row > .col > .col-inner {
        max-height: 85vh;
        min-height: 80vh;
        align-items: unset;
    }

    .os-content-img {
        width: 80%;
    }

    #our-studio-perspective {
        bottom: 12%;
    }
}

.gallery-row > .col > .col-inner::-webkit-scrollbar {
    display: none;
}

.os-gallery-container {
    width: 100%!important;
}
.os-gallery-container::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
.os-gallery-container::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
.os-gallery-container::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
.os-gallery-container::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

.gallery-item {
    opacity: 1;
    flex-basis: unset!important;
}

/* Hover Anim */
.gallery-item .banner .banner-layers a.hotspot,
.gallery-item .banner .banner-bg > .bg {
    transition: all 0.1s ease-in-out;
}
.gallery-item .banner:hover .banner-bg > .bg {
    background-color: #151B39;
    background-blend-mode: multiply;
}
.gallery-item .banner:hover .banner-layers a.hotspot{
    background-color: rgb(255, 255, 255)!important;
    color: rgba(0,0,0,1)!important;
}
.gallery-item .banner:hover {
    cursor: pointer;
}

/* ============================== */
/* CAREERS PAGE */
/* ============================== */
/* ------------------------------ */
/* Careers Landing page */
/* ------------------------------ */
.careers-job-row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.careers-job-row > .col > .col-inner {
    padding: 0!important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.careers-job-row > .col {
    padding: 0 2.5vw 0 0!important;
}

.careers-job-row h2 {
    text-transform: uppercase;
}

.careers-job-row .banner:hover .banner-bg > .bg {
    background-color: #C2CE50;
    background-blend-mode: multiply;
    transform: scale(1.1);
}

/* ------------------------------ */
/* Job Vacancies post container */
/* ------------------------------ */
.careers-job-cont #manage-ajax-response {
    padding-left: 0!important;
    padding-right: 0!important;
}
.careers-job-cont .caf-post-layout1 {
    display: flex!important;
    flex-direction: column!important;
}
.careers-job-cont .caf-post-layout1 .manage-layout1 {
    min-height: 100%!important;
    background-color: #fff!important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px!important;
}

.careers-job-cont #caf-post-layout1 .caf-featured-img-box {
    height: 50vh!important;
    max-height: 250px!important;
    position: relative;
    background-blend-mode: multiply;
    transition: background-color 0.2s ease-out;
}

.careers-job-cont #caf-post-layout1 .caf-featured-img-box:hover {
    background-color: #C2CE50!important;
}

.careers-job-cont #manage-post-area {
    padding: 20px!important;
}

.careers-job-cont .caf-post-title {
    background-color: unset!important;
}
.careers-job-cont .caf-post-title h2 {
    color: #C2CE50!important;
    font-size: 1.6em!important;
    line-height: 1.3!important;
    text-transform: uppercase!important;
    text-align: left!important;
}

.careers-job-cont .caf-content {
    font-size: 0.95rem!important;
    color: #777!important;
    text-transform: none!important;
    margin: 0.5rem 0 1rem 0;
}

.careers-job-cont .caf-content-read-more {
    text-align: left!important;
}
.careers-job-cont .caf-content-read-more a {
    background-color: #151b39!important;
    font-family: 'trumpgothicpro', sans-serif!important;
    font-size: 1.15rem!important;
    display: inline-block!important;
    line-height: 100%!important;
    border-radius: 99px!important;
    border: none!important;
    color: #fff!important;
    padding: 14px 30px!important;
    text-transform: uppercase!important;
}
.careers-job-cont .caf-content-read-more a:hover {
    background-color: #C2CE50!important;
}
.careers-job-cont #tp-load-more{
    background-color: #C2CE50!important;
    border-radius: 99px!important;
    padding: 4px 18px!important;
}

/* Icon Box Section / Statistic Section */
@media screen and (max-width: 849px) {
    .c-h3 {
        font-size: 5rem;
    }
    .outer-glow {
        margin-bottom: -60px!important;
    }
}
@media screen and (max-width: 549px) {
    .careers-icon-box .icon-box {
        flex-direction: column!important;
        margin-top: 1rem!important;
    }
    .careers-icon-box .icon-box .icon-box-img {
        width: 60px!important;
    }
    .outer-glow {
        margin-bottom: -40px!important;
    }
    .c-h3 {
        font-size: 8rem;
    }
}

/* ============================== */
/* CAREERS SINGLE POST PAGE */
/* ============================== */
.careers-hero {
    width: 100%;
    min-width: 100vw;
    height: 100vh;
    max-height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #C2CE50;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 849px) {
    .careers-hero {
        max-height: 50vh;
    }
}

.careers-hero-title {
    color: #ffffff;
}

.careers-contentSec {
    padding: 100px 0;
}

.careers-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    z-index: 10;
}

.careers-col1 {
    width: 55%;
    padding-right: 10%;
}

.content-cont {
    margin-top: 2rem;
}

.careers-col2 {
    width: 37.5%;
    padding-left: 2.5%;
}

.careers-col1 .cus-title {
    color: #C2CE50;
}
.careers-container {
    margin: 2rem 0 0.5rem;
}
.careers-subtitle,
.content-cont h2 {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #151B39;
    margin: 0.25rem 0;
}
.careers-subtitle > span {
    color: #C2CE50;
}

/* Contact form */
.careers-cf {
    width: 100%;
    background-color: #151B39;
    padding: 5% 10%;
}

.careers-socials {
    width: 100%;
    background-color: #C2CE50;
    padding: 5% 10%;
    margin-top: 10%;
}

.careers-socials > h2,
.careers-cf > h2 {
    color: #FFFFFF;
}

.careers-cv {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(250, 250, 250, 0.6);
    margin-bottom: 1rem;
}
.careers-cv  > label {
    color: rgba(255, 255, 255, 0.6)!important;
    font-weight: lighter;
    margin-bottom: 0.25rem;
    padding-left: 0.75rem;
    line-height: 100%;
    height: min-content;
}
.careers-cv input {
    margin-bottom: 0.25rem!important;
}

.careers-accept {
    display: flex;
    margin-top: 2rem!important;
}
.careers-accept > label {
    color: rgba(255, 255, 255, 0.6);
    font-weight: lighter;
    padding-left: 0.75rem;
}

/* ============================== */
/* INSIGHTS  PAGE */
/* ============================== */
.insights-col1 {
    width: 60%;
    padding-right: 5%;
}
.insights-col2 {
    width: 30%;
    padding-left: 2.5%;
}

.insights-col1 h2,
.insights-col1 h3,
.insights-col1 h4,
.insights-col1 h5,
.insights-col1 h6 {
    color: #C2CE50!important;
    font-weight: bold!important;
    text-transform: uppercase!important;
    margin: 0.25rem 0!important;
}

.insights-hero {
    position: relative;
}
#insights-hero-img {
    min-width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
}

/* ------------------------------ */
/* Post Category Filter Styling */
/* ------------------------------ */
.insights-ajax-post-cont #manage-ajax-response {
    padding: 0!important;
}

.insights-ajax-post-cont .selectcont {
    max-width: unset!important;
    padding: 0 10px!important;
}
.insights-ajax-post-cont .selectcont .dropdown > .init {
    text-align: start!important;
    font-size: 18px!important;
}
.insights-ajax-post-cont .selectcont .dropdown > .init > span:first-child {
    display: inline!important;
}
.insights-ajax-post-cont #caf-filter-layout2 span.result {
    padding-left: 5px!important;
    border-bottom: unset!important;
    text-transform: uppercase!important;
}
.insights-ajax-post-cont #caf-filter-layout2 li ul{
    right: unset!important;
}
.insights-ajax-post-cont #caf-filter-layout2 li ul a {
    text-transform: uppercase!important;
}

.insights-ajax-post-cont .caf-post-layout1 {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
}

.insights-ajax-post-cont .caf-post-title {
    /* margin-bottom: 0.5rem!important; */
    margin-left: 5px!important;
}

.insights-ajax-post-cont .caf-meta-content-cats a {
    pointer-events: none!important;
}

.insights-ajax-post-cont #caf-layout-pagination {
    margin-top: 2rem!important;
}
.insights-ajax-post-cont #caf-layout-pagination > li > .page-numbers {
    color: #151b39!important;
}
.insights-ajax-post-cont #caf-layout-pagination > li > .page-numbers.current {
    /* font-family: 'trumpGothicPro', sans-serif!important; */
    font-weight: bolder!important;
    color: #C2CE50!important;
    background-color: unset!important;
}

.insights-ajax-post-cont #manage-post-area {
    background-image: unset!important;
    display: flex;
    flex-direction: column-reverse;
}

.insights-ajax-post-cont .caf-meta-content-cats a {
    background-color: unset!important;
    color: #ffffff!important;
    font-size: 0.7rem!important;
    margin-top: 0.5rem!important;
}

.insights-ajax-post-cont article .caf-featured-img-box {
    position: relative;
}
.insights-ajax-post-cont article .caf-featured-img-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

/* ============================== */
/* INSIGHTS SINGLE POST TEMPLATE */
/* ============================== */

/* -------------------------- */
/* Similar Post Block */
/* -------------------------- */

/* Container */
.insights-similar-post {
    width: 100%;
  	height: 100px;
    margin-top: 10%;
  	position: relative;
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
}
.insights-similar-post .bg-img-anchor:hover {
	transform: translateX(-50%) translateY(-50%) scale(1.06);
}
.insights-similar-post .bg-img-anchor:hover:after {
	opacity: 0.3;
}

/* Bg Image */
.insights-similar-post > .bg-img-anchor {
	width: 100%;
  	height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
  	transition: all 0.25s ease-in;
    transform: translateX(-50%) translateY(-50%);
  	z-index: 1;
}
.insights-similar-post > .bg-img-anchor:after {
	content:"";
  	width: 100%;
  	height: 100%;
  	position: absolute;
    top: 50%;
    left: 50%;
  	transition: all 0.25s ease-in;
  	transform: translateX(-50%) translateY(-50%);
  	background-color: #ffffff;
  	opacity: 0;
}

.insights-similar-post > .bg-img-anchor > div {
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.insights-similar-post > .bg-img-anchor > div::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

/* Title and Category info */
.insights-similar-post > .info-area {
	z-index: 2;
  	position: relative;
  	padding: 15px;
}
.insights-similar-post > .info-area * {
	margin-bottom: 0px;
}

/* Title */
.insights-similar-post .caf-post-title > h2 > a {
	color: #ffffff;
  	margin-bottom: 1rem;
      font-size: 36px;
}

.insights-similar-post .caf-post-title > h2 > a:hover {
	 color: #C2CE50;
}

/* Categories */
.insights-similar-post .caf-meta-content-cats .sp-ul {
	list-style: none;
}
.insights-similar-post .caf-meta-content-cats .sp-ul > li {
    display: inline-block;
  	width: fit-content;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    margin: 1rem 10px 0 0;
    box-shadow: none;
  	color: #ffffff;
    font-size: .7rem;
}

/* ============================== */
/* PROJECTS PAGE */
/* ============================== */

/* Fixed Column */
.projects-fixed-col {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-right: 5vh;
    padding-left: 5vh;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
@media screen and (max-width: 849px){
    .projects-fixed-col {
        position: relative;
    }
}
/* .projects-fixed-col:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 32, 39, 0.75);
    background-blend-mode: multiply;
} */
 @media screen and (max-width: 849px) {
     .fixed-col {
         padding-top: 50px!important;
     }
 }
.projects-fixed-col .col-inner {
    min-height: 100%!important;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    padding: 0!important;
    z-index: 2;
}

#project-explore-link {
    font-size: 1.2rem;
    text-align: center;
    width: max-content;
    border-radius: 90px;
    display: block;
    margin-left: auto;
}
@media screen and (max-width: 549px) {
    #project-explore-link {
        margin-left: unset;
        margin-right: auto;
    }
}

#latest-project-cat {
    list-style: none;
    margin-top: 0.5rem;
}
#latest-project-cat > li {
    display: inline;
    margin-left: 0!important;
    margin-right: 1rem;
    position: relative;
    /* mix-blend-mode: difference; */
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 0!important;
}

@media screen and (max-width: 549px) {
    #latest-project-cat {
        margin-top: 0;
    }
    #latest-project-cat > li {
        margin-right: 10px!important;
        font-size: 0.7rem;
        padding: 0!important;
    }
}

/* ============================== */
/*  PROJECT PAGE */
/* ============================== */
.post-slider {
    display: flex;
    min-width: 100vw;
    min-height: 25vh;
    overflow-x: scroll;
    padding-left: 5vw;
    margin-bottom: -20vh;
}
.post-slider::-webkit-scrollbar {
    height: 0.75rem;
    -webkit-appearance: auto;
   -moz-appearance: auto;
        appearance: auto;
}

.post-slider::-webkit-scrollbar-thumb {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background-color: #C2CE50;
}

.post-slider-item {
    width: 40vw;
    min-width: 40vw;
    max-width: 650px;
    height: calc(40vw / 1.5);
    max-height: calc(650px);
    margin: 0 0.5rem 1rem;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.post-slider-item-bg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.25s ease-in-out;
}

.post-slider-item-overlay {
    width: 100%;
    height: 100%;
    /* background-color: rgba(15, 17, 29, 0.6); */
    background-color: rgba(253, 0, 84, 0.5);
    background-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    display: flex;
    flex-direction: column-reverse;
    color: #ffffff;
    font-weight: 600;
    font-size: 2rem;
    font-family: 'tit-light', sans-serif!important;
    padding: 25px 40px;
    backdrop-filter: blur(3px);
    -moz-backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

@media screen and (max-width: 849px) {
    .post-slider-item-overlay {
        display: none;
    }
}

.post-slider-item:hover .post-slider-item-bg {
    transform: scale(1.025);
}
.post-slider-item:hover .post-slider-item-overlay {
    opacity: 1;
}

@media screen and (max-width: 849px) {
    .post-slider-item {
        width: 50vw;
        min-width: 50vw;
        height: calc(50vw / 1.5);
    }
}
@media screen and (max-width: 549px) {
    .post-slider-item {
        width: 70vw;
        min-width: 70vw;
        height: calc(70vw / 1.5);
    }
}

/* Grid Layout */
.project-grid {
    display: grid;
    height: 100%;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
}

.project-grid-item {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.project-grid-item > a {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.project-grid-item:hover .post-slider-item-overlay {
    opacity: 1;
}

.project-grid-item:hover .project-grid-bg {
    transform: scale(1.025);
}

.project-grid-item:nth-child(7n + 1),
.project-grid-item:nth-child(7n + 2),
.project-grid-item:nth-child(7n + 3),
.project-grid-item:nth-child(7n + 6),
.project-grid-item:nth-child(7n + 7) {
    grid-row: span 1;
    grid-column: span 1;
}

.project-grid-item:nth-child(7n + 4) {
    grid-row: span 2;
    grid-column: span 1;
}
.project-grid-item:nth-child(7n + 5) {
    grid-row: span 1;
    grid-column: span 2;
}

.project-grid-bg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.25s ease-in-out;
}

/* ============================== */
/* IMAGE EDITING PAGE */
/* ============================== */
#img-edit-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100vw;
    height: 100%;
    min-height: 100vh;
    z-index: 1;
}

@media screen and (max-width: 849px) {
    #img-edit-cont {
        display: none;
    }
}

.img-edit-img {
    width: 100%;
    height: 100%;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

#img-edit-2 {
    width: calc(100vw / 2);
}

#img-edit-dragger {
    height: 100%;
    width: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;
}
#img-edit-dragger:hover {
    cursor: pointer;
}
#img-edit-dragger::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #ffffff;
    border-radius: 90px;
}

/* Other before and after image projects */
.img-edit-relative {
    position: relative;
    width: 100%;
}
.before-after-cont {
    width: 100%;
    height: 100%;
    min-height: 500px;
}
@media screen and (max-width: 849px) {
    .img-edit-relative,
    #img-edit-dragger {
        display: none;
    }
}

.before-after-img {
    width: 100%;
    height: 100%;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.before-after-img2 {
    width: calc(100% / 2);
}

.before-after-dragger {
    height: 100%;
    width: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;
}
.before-after-dragger:hover {
    cursor: grab;
}
.before-after-dragger::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #ffffff;
    border-radius: 90px;
    border: 1px solid #cccccc;
}

/* ============================== */
/* ABOUT ME PAGE */
/* ============================== */
.specialism-item {
    margin-bottom: 0;
    font-weight: bold;
    -webkit-text-stroke-width: 0.3px;
    -webkit-text-stroke-color: #ffffff;
}

@media screen and (max-width: 849px) {
    .hero-h1 {
        font-size: 80px;
    }
    .break-tag {
        display: none;
    }

    .careers-col1,
    .careers-col2,
    .insights-col1,
    .insights-col2 {
        width: 100%;
        min-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .careers-col2 {
        margin-top: 5vh;
    }
    .careers-socials {
        margin-top: 5%;
    }
}
@media screen and (max-width: 549px) {
    .hero-h1 {
        font-size: 54px;
        line-height: 95%;
    }
    .cus-title {
        font-size: 40px!important;
    }
    .careers-subtitle {
        font-size: 20px;
    }
    .careers-cv {
        flex-direction: column;
    }
    .careers-cv > span,
    .careers-cv input {
        max-width: 100%!important;
    }
}
