.vlt-custom--8131 {
    bottom: -250px;
    left: -200px;
    max-width: 550px;
}

.vlt-custom--1451 {
    top: -25px;
    left: -30px;
    width: 256px;
    height: 208px;
}

.vlt-custom--1512 {
    bottom: -28vw;
    left: 50vw;
    width: 75vw;
    height: 75vw;
    background-size: cover;
}

.vlt-custom--4124 {
    top: 0;
    right: 0;
    bottom: 0;
    width: 40vw;
    height: 100%;
    background-position: top left;
    background-size: cover;
}

.vlt-custom--1259 {
    top: -20px;
    right: -5px;
    width: 256px;
    height: 208px;
}

.vlt-custom--2355 {
    bottom: -250px;
    left: 0;
    width: 389px;
    height: 550px;
}

.vlt-offcanvas-menu__navigation .sf-menu > li.active a{
    color: #A8401C;
}
.has-first-color{
    color: #A8401C;
}
.vlt-navbar .vlt-navbar-logo img {
    max-height: 40px !important;
}

.vlt-offcanvas-menu__navigation .sf-menu > li.active > a, .vlt-offcanvas-menu__navigation .sf-menu > li:hover > a {
    color: #A8401C !important;
}
p {
    margin: 0 0 0.5rem;
}
.case_study_ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 25px;
}
.case_study_ul_ul{
    list-style: disc;
    line-height: 25px;
}
.phone_icon{
    padding-right: 10px;
}
.contact_info_box .vlt-display-1 {
    text-transform: lowercase;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 32px;
    font-weight: 500;
}
.contact_info_box a{
    text-transform: lowercase;
    font-size: 22px;
    letter-spacing: 0.5px;
    line-height: 40px;
    font-weight: 500;
}

.vlt-offcanvas-menu__navigation .sf-menu > li > a {
    font-size: 1.5rem;
}
.vlt-offcanvas-menu__footer {
    padding-top: 2.25rem;
}

.vlt-offcanvas-menu__navigation .sf-menu > li > a{
    padding: 0px;
}
.vlt-offcanvas-menu__navigation .sf-menu > li {
    padding: 0.5rem 0;
}
.accordion {
    background-color: rgba(16, 16, 16, 0.5);
    color: #fff;
    cursor: pointer;
    padding: 10px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin-bottom: 5px;
    font-size: 18px;
}
.panel {
    padding: 0 18px;
    display: none;
    background-color: rgba(16, 16, 16, 0.5);
    ;
    overflow: hidden;
}
.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.accordion.active:after {
    content: "\2212";
}
.desktop_hidden{
    display: none;
}

.vlt-slide-photo__particle.topfix_img{
    top: -50px;
    right: -40px;
    width: 100px;
    transition-delay: 300ms;
}

.vlt-slide-photo__particle.sidefix_img{
    top: 40px;
    left: -30px;
    width: 80px;
    transition-delay: 600ms;
}

.vlt-slide-photo__particle.bottomfix_img{
    left: 30px;
    bottom: -10px;
    width: 50px;
    transition-delay: 900ms;
}

.video-background-controls button {
    font-size: 32px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    height: 32px;
    width: 32px;
    border-radius: 16px;
    line-height: 32px;
    border: none;
    background: none;
    -webkit-appearance: none;
    color: white;
    filter: drop-shadow(0px 0px 1px black);
    cursor: pointer;
    opacity: 1;
    transition: all 250ms ease-in-out;
    margin-left: 10px;
}

.video-background-controls button:hover {
    opacity: 0.5;
}

iframe {
    transition: opacity 500ms ease-in-out;
    transition-delay: 250ms;
}

.home_banner_contents{
    background: rgba(0, 0, 0, 0.7);
    z-index: 111;
}

@media only screen and (max-width: 575px) {
    .vlt-slide-photo__particle.sidefix_img{
        top: 40px;
        left: -10px;
        width: 40px;
        transition-delay: 600ms;
    }
    .vlt-slide-photo__particle.topfix_img{
        top: -10px;
        right: -10px;
        width: 50px;
        transition-delay: 300ms;
    }
    .vlt-animated-block h2{
        font-size: 2rem;
    }
    .vlt-post-thumbnail img{
        width: 100%;
    }
    .mobile_hidden{
        display: none;
    }
    .desktop_hidden{
        display: block;
    }
    .vlt-custom--1451 {
        top: -100px;
        left: -100px;
    }
}

@media only screen and (max-width: 991px) {
    .vlt-custom--4124 {
        right: 0;
        width: 50vw;
    }
}

@media only screen and (max-width: 767px) {
    .vlt-custom--4124 {
        right: -50vw;
        width: 100vw;
    }
}