

.navbar_Container{
    position:relative;
    width:100%;
}

.navbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    border-radius: 0.75rem 0.75rem 0 0;
    border: none;
    box-shadow: none;
    background: linear-gradient(180deg, #00000069, transparent);
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #a20e0e;
    /*background: url(../../innerPage/images/header_fill.png) repeat-x top;*/
    height: 150px !important;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top:0;
    left:0;
    border-radius:0.75rem 0.75rem 0 0;
}
.title {
    font-size: 16px;
    padding: 0 8px;
    margin-bottom:8px;
}
ul.nav.navbar-nav li a{
    color:#fff;
    text-transform:capitalize!important;
    font-family:'Open Sans', sans-serif;
    font-size:16px;
}

ul.dropdown-menu li a{
    font-size:14px!important;
}
ul.dropdown-menu .row .col-menu:nth-child(1){
    border-right:1px solid #ddd;
    padding-right:0;
}
ul.dropdown-menu .row .col-menu:nth-child(2) {
    padding-left: 0;
}

.navbar-nav > li > .dropdown-menu li {
box-shadow:none!important;
}
    .navbar-nav > li > .dropdown-menu li {
    border: none !important;
    padding: 4px;
}
    ul .nav.navbar-nav li a:hover {
        color: #f9844c !important;
    }

ul.nav.navbar-nav ul.dropdown-menu li a{
    color:#454545!important;
}

ul.nav.navbar-nav ul.dropdown-menu ul.menu-col li:hover {
    background:#f7f7f7;
    transition:ease-in 0.5s;
    & a
{
    color: #202426 !important;
}
}

ul.nav.navbar-nav {
    position: absolute;
    width: fit-content;
    height: fit-content;
    right: 60px;
    top: 50px;
    margin: auto;
    z-index:2;
}
ul.dropdown-menu{
    border-top:solid 5px #202426;
}
nav.navbar ul.dropdown-menu.megamenu-content > li {
    padding: 25px 0 20px;
}



.text_primary {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 63px;
    color: #f9844c;
    font-weight: 600;
    text-shadow: 2px 2px #232323;
    /*letter-spacing: 4px;*/
    line-height: normal;
}

    .text_primary .letter {
        color: #f9844c;
        letter-spacing: -15px;
        font-weight: 600;
        text-transform: uppercase;
        opacity: 0;
    }

        .text_primary .letter.clr-white {
            color: #fff;
        }

.letter2 {
    color: #f9844c;
    letter-spacing: -15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: normal;
}

.text_secondary {
    font-size: 24px;
    color: #fff;
    line-height: 1.1
}

    .text_secondary.text-center {
        width: 75%;
        text-wrap: normal;
        white-space: pre-wrap;
        align-content: center;
        margin: 10rem auto;
    }

.body_wrapper {
    width: 100vw;
    height: 100vh;
    background: #919191;
    padding: 0.5rem;
    position: relative;
}

.logo_wrapper {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.logo_img {
    max-width: 200px;
    height: auto;
}

.slider_wrapper {
    width: 100%;
    height: 100%;
    background: #ddd;
    border-radius: 0.75rem 0.75rem 0 0;
    position: relative;
}

.div_bg_1 {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0.75rem 0.75rem 0 0;
    overflow: hidden;
    
}
    .div_bg_1.lazy {
        background: linear-gradient(90deg, #ddd 20%, #ffffff 50%, #ddd);
    }
    .div_bg_1.lazy.visible {
        background: url(../img/sliders/Document_Specialist_L1.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: center;
    }
    .div_bg_1:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        background: linear-gradient(135deg, black, transparent);
        left: 0;
        bottom: 0;
        border-radius: 0.75rem 0.75rem 0 0;
    }

    .div_bg_1:after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        filter: brightness(1.3);
        right: 0;
        bottom: 0;
        border-radius: 0.75rem 0.75rem 0 0;
    }
.lazy.div_bg_1:after {
    background: linear-gradient(90deg, #ddd 20%, #ffffff 50%, #ddd);
}
.lazy.visible.div_bg_1::after {
    background: url(../img/sliders/Document_Specialist_L3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
}

.slide_bg_2_1 {
    filter: drop-shadow(0px 0px 6px white);
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    transform: translateX(-40%)skewY(10deg) skewX(15deg) scale(1.1) translate(480px, 60px)
    /*animation: marquee 120s linear infinite;*/
}

    .slide_bg_2_1.lazy {
        background: linear-gradient(90deg, #ddd 20%, #ffffff 50%, #ddd);
    }
    .slide_bg_2_1.lazy.visible {
        background: url(../img/sliders/Document_Specialist_L2.png);
        background-size: 50rem;
        background-repeat: repeat-x;
        background-position: center;
    }

/*.slide_bg_2_1:hover {
                animation-play-state: paused;
            }*/

.div_bg_2 {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0.75rem 0.75rem 0 0;
    overflow: hidden;
    background:linear-gradient(90deg, #000000 35%, #031424 50%, #0073a8 60%, #0073a7 100%);
    background-size: cover;
    background-repeat: no-repeat;
}

    .div_bg_2:after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        left: 15rem;
        filter: brightness(0.9);
        top: 0;
        bottom: 0;
        margin: auto
    }

.lazy.div_bg_2:after {
    background: linear-gradient(90deg, #ddd 20%, #ffffff 50%, #ddd);
}
.lazy.visible.div_bg_2::after {
    background: url(../img/sliders/Globe_Trotter_L3.png);
    background-repeat: no-repeat;
    background-size: 35rem;
    background-position-y: center;
}

.slide_bg_2_2 {
    
    width: 100%;
    height: 100%;
    
    z-index: 0;
    position: absolute;
    left: -150px;
}
    .slide_bg_2_2.lazy {
        background: linear-gradient(90deg, #ddd 20%, #ffffff 50%, #ddd);
    }
    .slide_bg_2_2.lazy.visible {
        background: url(../img/sliders/Globe_Trotter_L1.png);
        background-repeat: no-repeat;
        background-position: left;
    }

.div_bg_3 {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0.75rem 0.75rem 0 0;
    overflow: hidden;
}

    .div_bg_3.lazy {
        background:linear-gradient(90deg, #ddd 20%, #ffffff 50%, #ddd);
    }

        .div_bg_3.lazy.visible {
            background: url(../img/sliders/Solution_Innovators_L1.png);
            background-size: cover;
            background-repeat: no-repeat;
        }

    .div_bg_3:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        background: linear-gradient(180deg, #00000030, transparent);
        left: 0;
        bottom: 0;
        border-radius: 0.75rem 0.75rem 0 0;
    }

    .div_bg_3:after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        right: 0;
        bottom: 0;
        border-radius: 0.75rem 0.75rem 0 0;
        opacity: 0;
    }
.lazy.div_bg_3:after {
    background: linear-gradient(90deg, #ddd 20%, #ffffff 50%, #ddd);
}

.lazy.visible.div_bg_3:after {
    background: url(../img/sliders/Solution_Innovators_L2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.div_bg_4 {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0.75rem 0.75rem 0 0;
    overflow: hidden;
}

    .div_bg_4.lazy {
        background: linear-gradient(90deg, #ddd 20%, #ffffff 50%, #ddd);
    }
        .div_bg_4.lazy.visible {
            background: url(../img/sliders/Instant_Gratifiers_L1.png);
            background-size: cover;
            background-repeat: no-repeat;
        }

    .div_bg_4:after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        right: -250px;
        bottom: -30px;
        border-radius: 0.75rem 0.75rem 0 0;
        /*animation: swing 3s infinite;*/
    }

.lazy.div_bg_4:after {
    background: linear-gradient(90deg, #ddd 20%, #ffffff 50%, #ddd);
}

.lazy.visible.div_bg_4:after {
    background: url(../img/sliders/Instant_Gratifiers_L2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.div_bg_5 {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0.75rem 0.75rem 0 0;
    overflow: hidden;
    background: url(../img/sliders/l1bg.png);
    /*background: linear-gradient(90deg, #5749C6 50%,#5745C6 60%, #4B38C6 80%, #36269C 100% );*/
    background-size: cover;
    background-repeat: no-repeat;
}

.slide_bg_5_1 {
    width: 100%;
    height: 100%;
    background: url(../img/sliders/si_6.png);
    background-size: 60rem;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 0;
    position: absolute;
    top: 60px
}

        .div_bg_6 {
            position: relative;
            width: 100%;
            height: 100%;
            border-radius: 0.75rem 0.75rem 0 0;
            overflow: hidden;
            
        }

    .div_bg_6.lazy {
        background: linear-gradient(90deg, #ddd 20%, #ffffff 50%, #ddd);
    }

        .div_bg_6.lazy.visible {
            background: url(../img/sliders/Communication_Xperts_L1.png);
            background-size: cover;
            background-repeat: no-repeat;
            background-position-y: bottom;
        }
.div_bg_7 {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0.75rem 0.75rem 0 0;
    overflow: hidden;
    
    
}

    .div_bg_7.lazy {
        background: linear-gradient(90deg, #ddd 20%, #ffffff 50%, #ddd);
    }
        .div_bg_7.lazy.visible {
            background: url(../img/sliders/Instant_Gratifiers_L1.png);
            background-size: cover;
            background-repeat: no-repeat;
        }

    .slide_bg_7_1 {
        
        width: 100%;
        height: 100%;
        
        z-index: 0;
        position: absolute;
    }

        .slide_bg_7_1.lazy {
            background: linear-gradient(90deg, #ddd 20%, #ffffff 50%, #ddd);
        }
            .slide_bg_7_1.lazy.visible {
                background: url(../img/sliders/Change_Managers_L.png);
                background-size: cover;
                background-repeat: no-repeat;
                background-position: left;
            }

        .div_bg_8 {
            position: relative;
            width: 100%;
            height: 100%;
            border-radius: 0.75rem 0.75rem 0 0;
            overflow: hidden;
        }
            .div_bg_8.lazy {
                background: linear-gradient(90deg, #ddd 20%, #ffffff 50%, #ddd);
            }
                .div_bg_8.lazy.visible {
                    background: url(../img/sliders/Efficiency_Generators_L1.png);
                    background-size: cover;
                    background-repeat: no-repeat;
                    /*background-position:0 100px;*/
                }
            .div_bg_8:after {
                position: absolute;
                width: 100%;
                content: "";
                height: 100%;
                background: linear-gradient(180deg, #00000066, transparent);
            }

.slide_Wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.slide.slide1, .slide.slide3 {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.slide1, .slide3, .slide2, .slide4 {
    padding: 3.5rem 0;
}

.slide.slide4 {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.slide1 .text_primary, .slide1 .text_secondary, .slide2 .text_primary, .slide2 .text_secondary, .slide3 .text_primary, .slide3 .text_secondary, .slide4 .text_primary, .slide4 .text_secondary {
    padding: 0 3rem;
}

.text_list {
    padding: 0 3rem;
    display: flex;
    flex-direction: column;
    gap: 4px
}

    .text_list div {
        margin: 12px 0
    }

    .text_list span {
        position: relative;
        font-size: 16px;
        color: #ffffff;
        padding: 0.5rem 3rem 0.5rem 2rem;
        background: #00356e;
        text-transform: uppercase;
        box-shadow: 4px 4px 4px #333;
        border-radius: 0.25rem 0.25rem 0 0.25rem;
    }

        .text_list span:before {
            position: absolute;
            content: " ";
            top: 0;
            right: 0;
            margin-right: -30px;
            width: 10px;
            height: 34px;
            background: #68baff;
            -webkit-transform: skew(30deg);
        }

        .text_list span:after {
            position: absolute;
            content: " ";
            top: 0;
            right: 0;
            width: 40px;
            height: 100%;
            margin-right: -20px;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-bottom: 34px solid #e1e1e1;
            filter: drop-shadow(2px 5px 4px #333);
            border-radius: 0 0 0.25rem 0;
        }

    .text_list.right span {
        position: relative;
        font-size: 16px;
        color: #ffffff;
        padding: 0.5rem 3rem 0.5rem 2rem;
        background: #00356e;
        text-transform: uppercase;
        box-shadow: 4px 4px 4px #333;
        border-radius: 0.25rem;
    }

        .text_list.right span:before {
            position: absolute;
            content: " ";
            top: 0;
            left: 0;
            margin-left: -30px;
            width: 10px;
            height: 34px;
            background: #68baff;
            -webkit-transform: skew(-30deg);
        }

        .text_list.right span:after {
            position: absolute;
            content: " ";
            top: 0;
            left: 0;
            width: 40px;
            height: 100%;
            margin-left: -20px;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-bottom: 34px solid #e1e1e1;
            filter: drop-shadow(2px 5px 4px #333);
            border-radius: 0 0 0 0.25rem;
        }

.innerslide {
    position: absolute;
    z-index: 99;
    top: 200px;
    right: 100px
}

    .innerslide img {
        width: 500px;
    }

.footer_wrapper {
    border-top: 2px solid #00346e;
    display: flex;
    background: #FFF;
    border-radius: 0 0 0.75rem 0.75rem;
    min-height: 60px
}

.header_bg {
    padding-top: 2px
}

    .header_bg:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 5px;
        bottom: 10px;
        left: 0;
        background: #33bcff
    }

.col8.header_bg:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    bottom: 0px;
    left: 0;
    background: #00356e;
    border-radius: 0 0 0 0.75rem;
}

.col4.header_bg:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    bottom: 0px;
    left: 0;
    background: #00356e;
    border-radius: 0 0 0.75rem 0
}

.max-h {
    height: 90vh !important;
    max-height: 90vh !important
}
.moblogo{display:none}
.d-sm-none{display:none}
.d-none{display:none!important}
.dt_bg{display:block}
.mb_bg{display:none}
.opacity_0{opacity:0}
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

@media only screen and (max-width: 768px) {
    .logo{
        width:120px!important;
        left:8px!important;
        top:20px!important;
    }
    .navbar-default{
        padding:25px 0;
    }

    .navbar-header{
        margin-top:20px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        height: 500px !important;

    }
    ul.nav.navbar-nav {
        height: -webkit-fill-available;
        right: 10px;
        top: 70px;
        z-index: 200;
        background: #333;
        width: 90%;
        border-radius: 8px;
        padding: 10px;
        overflow-y: auto;
        scroll-behavior:smooth;

    }
        ul.nav.navbar-nav li{
            padding:10px 0;
            text-align:left;
        }
            .navbar-nav > li > .dropdown-menu {
                padding: 6px 0 0 0 !important;
            }
        ul.nav.navbar-nav li a {
        color: #f7f7f7!important;
    }
    .navbar-nav > li > .dropdown-menu{
        width:100%!important;
    }
    ul.nav.navbar-nav li a:hover,
    ul.nav.navbar-nav li a:focus {
        color: #fff900;
        background: transparent;
    }
    ul.dropdown-menu .row .col-menu {
    border:none!important;
    background:#f7f7f7!important;
    }
    .navbar-nav > li > .dropdown-menu li {
        background: #f7f7f7 !important
    }
    .navbar-default .navbar-toggle {
        border-color: transparent;
        background: #00356e;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #33bcff;
    }
        .row{
        margin:0!important
    }
    .body_wrapper {
        padding: 0 !important;
        border-radius: 0 !important;
    }
    .dt_bg {
        display: none
    }
    .mb_bg {
        display: block;
    }

    .div_bg_5 {
        background-image: url(../img/sliders/L1BG_mobile.png);
        border-radius: 0.75rem !important;
    }
    .div_bg_2 {
        border-radius: 0.75rem !important;
    }
    .div_bg_3 {
        background-image: url(../img/sliders/Solution_Innovators_L1_mobile.png);
        background-position-y:bottom;
        border-radius: 0.75rem !important;
    }
    .div_bg_6,.div_bg_4 {
        background-image: url(../img/sliders/Instant_Gratifiers_L1_mobile.png);
        background-position: -100px 0!important;
        border-radius: 0.75rem !important;
    }
    .div_bg_7 {
        background-image: url(../img/sliders/Instant_Gratifiers_L1_mobile.png);
        background-position-y: bottom;
        border-radius: 0.75rem !important;
    }
    .slide_bg_7_1.lazy.visible {
        background-position: center bottom;
        border-radius: 0.75rem !important;
        background-size:150vw;
    }
    .div_bg_8 {
        background-image: url(../img/sliders/Efficiency_Generators_L1_mobile.png);
        background-position: right top;
        background-size:40rem;
        border-radius: 0.75rem !important;
    }

    .slide_bg_2_2 lazy {
        background-image: url(../img/sliders/Globe_Trotter_L1.png);
        border-radius: 0.75rem !important;
    }
    .lazy.visible.div_bg_2::after {
        background: url(../img/sliders/Globe_Trotter_L3.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .div_bg_1.lazy.visible {
        background: none;
        background-size: contain;
        background-repeat:no-repeat;
        background-position-y: bottom;
        border-radius: 0.75rem !important;
    }
    .slide_bg_2_1 {
        background: url(../img/sliders/Document_Specialist_L1_mobile.png)!important;
        background-size: cover!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
        transform:none;
    }
    .lazy.visible.div_bg_1::after {
        background: none;
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: bottom;
        border-radius: 0.75rem !important;
    }
        /* .div_bg_1_mb{background-image:url(../img/sliders/mobile_slide1_2.png)}
    .div_bg_2_mb{background-image:url(../img/sliders/mobile_slide2_1.png)}
    .div_bg_4_mb{background-image:url(../img/sliders/mobile_slide4_1.png)}
    .div_bg_7_mb{background-image:url(../img/sliders/mobile_slide7.png)}
    .div_bg_8_mb{background-image:url(../img/sliders/mobile_slide8.png)}*/
        .slider_wrapper {
        background: #fff;
    }
    .slide1, .slide3, .slide2, .slide4 {
        padding: 0.5rem 1rem;
    }
        .slide1 .text_primary, .slide1 .text_secondary, .slide2 .text_primary, .slide2 .text_secondary, .slide3 .text_primary, .slide3 .text_secondary, .slide4 .text_primary, .slide4 .text_secondary {
            padding: 0 1rem;
        }
    .text_primary {
        font-size: 32px;
        /*letter-spacing: 4px;*/
        line-height: normal;
        text-align: center !important;
        margin-bottom:16px;
        margin-top:7rem;
    }

        .text_primary .letter {
            letter-spacing: -8px;
        }

    .text_secondary {
        font-size: 18px;
        line-height: 1.1;
        text-align: center !important;
        margin-bottom: 16px;
        color: #000 !important;
        white-space: unset !important;
    }

        .text_secondary.text-center {
            width: 100%;
            margin: 1rem auto;
        }

        .text_list{
            flex-direction:row;
            justify-content:space-between;
            padding:1rem 0;
            flex-wrap:wrap;
        }
    .slide.slide2 {
        display: flex;
        height: 100%;
        flex-direction: column;
        margin-bottom: 3rem;
        
       }

.slide.slide1, .slide.slide3, .slide.slide2 {
    justify-content: space-between;
}

.slide.slide4 {
    justify-content: space-between;
}

    .slide.slide4 .text_secondary.text-right, .slide.slide3 .text_secondary {
        width: 100% !important;
    }

.slide_bg_5_1 {
    background-size: 100%;
    top: 0;
}
.slide_bg_2_2{
    left:-200px;
}
/*.slide_bg_2_1 {
    transform:translateX(-140%)skewY(0deg) skewX(-15deg) scale(1.1) translate(120%, -12%)!important;
}*/

.innerslide {
    width:100%;
    height:100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    padding:1rem;
}
.innerslide {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .innerslide img {
        height: 80%;
        width: auto;
        max-width: 100%;
    }

.div_bg_4:after {
    background-size: 150vw!important;
    background-position: bottom!important;
    right: 0;
}

.slide_bg_7_1 {
    background-size: 150vw;
    background-position: center bottom;
}

.div_bg_2:after {
    background-size: 30rem;
    left:0;
    bottom:0;
    background-position:center;

}

.div_bg_1, .div_bg_1:after {
    background-position-x: center;
}
.div_bg_8{
    background-position:right bottom!important;
}
.text_list{gap:0;}
.text_list.text-right.right{text-align:left!important}
.text_list div{
    margin:6px 0;
}
.text_list span {
    font-size: 12px;
    padding: 0.25rem 0.25rem 0.25rem 0.5rem;
    background:none!important;
    color:#00356e!important;
    box-shadow:none;
    font-weight:600;
}
    .text_list span:before {
        margin-right: -20px;
        width: 4px;
        height: 22px;
        -webkit-transform: none;
        border-radius:5px;
        left:0;
    }
    .text_list span:after {
        content:none;
        width: 10px;
        margin-right: -15px;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 21px solid #e1e1e1;
    }

    .text_list span:nth-last-child(1) {
        margin-right: 16px;
    }

    .text_list.right span {
        position: relative;
        font-size: 12px;
        color: #ffffff;
        padding: 0.25rem 2rem 0.25rem 2rem;
        background: #00356e;
        text-transform: uppercase;
        box-shadow: 4px 4px 4px #333;
        border-radius: 0.25rem 0.25rem 0 0.25rem;
    }
        .text_list.right span:before {
            margin-left: 0;
            width: 6px;
            height: 20px;
            -webkit-transform: skew(35deg);
            position: absolute;
            content: " ";
            top: 0;
            right: 0;
            left:auto;
            margin-right: -20px;
            background: #68baff;
        }
        .text_list.right span:after {
            width: 10px;
            margin-left:;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-bottom: 21px solid #e1e1e1;
            position: absolute;
            content: " ";
            top: 0;
            left: auto;
            right:0;
            height: 100%;
            margin-right: -15px;
            filter: drop-shadow(2px 5px 4px #333);
            border-radius: 0 0 0.25rem 0;
        }

.footer_wrapper{
    flex-direction:column;
    min-height:70px!important;
    border-radius:0;
    padding-bottom:8px;
}
    .footer_wrapper div {
        width: 100%;
        margin-top: 0px !important;
    }
        .footer_wrapper div img{
             width:30px!important;
        }
    .footer_wrapper .header_bg:before, .footer_wrapper .header_bg:after {
        background: #ffffff00;
        height:0px;
    }

    .lazy.visible, .div_bg_5 {
        height: 380px;
        margin-top: auto;
    }
}

@media only screen and (max-width: 500px) {
    .d-sm-none{
        display:block;
    }
    .text_primary{
        font-size:28px;
    }
    .footer_wrapper div{
        text-align:center;
        flex-direction:column;
    }
}

@media only screen and (max-width: 425px) {
    .text_primary {
        font-size: 20px;
    }
        .text_primary .letter {
            letter-spacing: -5px;
        }
}


    /*.textreveal {
    animation: typing 4s steps(22, end) forwards
}
@keyframes marquee {
    from {
                transform: translateX(0%)skewY(14deg) skewX(15deg) scale(1.1) translate(482px, 100px)
            }

            to {
                transform: translateX(-40%)skewY(14deg) skewX(15deg) scale(1.1) translate(480px, 30px)
            }
        }

        @keyframes slowzoom{
            0%{
                transform:scale(1);
            }
            50%{
                transform:scale(1.1);
            }
            100%{
                transform:scale(1)
            }
        }
        @keyframes swing{
            0%{
                transform:translateY(4px);
            }
            50%{
                transform:translateY(-4px);
            }
            100%{
                transform:translateY(4px);
            }
        }

@keyframes typing {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
} */
