.header_wrapper .box-text h1, .header_wrapper h1 {
    margin-bottom: 35px;
    font-family: Sumana, serif;
    font-weight: 400;
}

.header_wrapper .box-text h1 span, .header_wrapper h1 span {
    display: block;
    font-size: 45%;
    font-weight: 400;
    line-height: 1;
    padding-top: 5px;
}

.qodef-title .qodef-title-holder h1 span {
    font-family: Sumana, serif;
    font-weight: 400;
}

.portfolio-item-template-default .qodef-wrapper-inner .qodef-content-inner .qodef-title .qodef-title-holder h1 span {
    font-family: Sumana, serif;
    font-weight: 400;
}

.carousel-inner .qodef-slide-title span{
    font-family: Sumana, serif;
    line-height: 1;
}

.qodef-logo-wrapper a img.qodef-light-logo {
    transform: translateY(-200%) !important;
}

.qodef-sticky-header .qodef-logo-wrapper a img.qodef-normal-logo {
    transform: translateY(0%) !important;
}

.mg-top {
    margin-top: 1em;
}

.pd-bot {
    padding-bottom: .5em;
}

.border-20 {
    border: 2px solid #1B87C6;
    border-radius: 20px;
    padding: 12px 16px;
}


/*===== Config Color =====*/

.color-white {
    color: #ffffff !important;
}

.color-dark {
    color: #3C4347 !important;
}

.color-primary {
    color: #1B87C6 !important;
}

/* ========================================= */
/*               10/01/2024                  */
/* ========================================= */
.qodef-testimonials:not(.owl-carousel, .owl-theme),
.qodef-owl-slider:not(.owl-carousel, .owl-theme) .qodef-portfolio-single-media:not(:first-child) {
    display: none;
}

body.no-mousemove-yet.home #qodef-home-main-slider .carousel-inner {
    transition: none;
    position: initial;
}

body.no-mousemove-yet.home #qodef-home-main-slider .carousel-inner>.item:not(:first-child),
body.no-mousemove-yet.home #qodef-home-main-slider .carousel-inner>.item:not(:first-child) .qodef-image,
body.no-mousemove-yet.home #qodef-home-main-slider .carousel-inner>.item:not(:first-child) img {
    display: none !important;
    visibility: hidden !important;
    background: none !important
}
body.no-mousemove-yet.home #qodef-home-main-slider .carousel-inner>.item,
body.home #qodef-home-main-slider .carousel-inner>.item.active {
    display: block;
}

body.home #qodef-home-main-slider .carousel-inner>.item,
body.home #qodef-home-main-slider .carousel-inner .item .qodef-image {
    height: 100% !important;
}

body.no-mousemove-yet.home #qodef-home-main-slider .carousel-inner>.item:first-child {
    transition: none;
}    

body.no-mousemove-yet.home #qodef-home-main-slider .carousel-inner>.item:first-child .qodef-slider-content .qodef-slider-content-inner.one_by_one.from_bottom,
body.no-mousemove-yet.home #qodef-home-main-slider .carousel-inner>.item:first-child .qodef-slider-content .qodef-text.one_by_one.from_bottom .qodef-el {
    animation: none;
    top: 0;
    opacity: 1;
}

body.home #qodef-home-main-slider.carousel.qodef-full-screen{
    height: 100vh !important;
}

@media only screen and (max-width: 480px){
    body.no-mousemove-yet .qodef-grid {
        width: 300px !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 600px){
    body.no-mousemove-yet .qodef-grid {
        width: 420px !important;
    }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
    body.no-mousemove-yet .qodef-grid {
        width: 600px !important;
    }
}
@media only screen and (max-width: 768px) {
    body.no-mousemove-yet.qodef-light-header .qodef-section.header_wrapper{
        background-image: none !important;
        background-color: #002244 !important;
    }
    body.no-mousemove-yet.qodef-light-header .qodef-section.header_wrapper .qodef-parallax-content-outer{
        background: none !important;
    }
}

@media screen and (max-width: 1024px){
    body.home #qodef-home-main-slider.carousel.qodef-full-screen{
        min-height: 790px;
    }

    body.no-mousemove-yet .qodef-page-header {
        display: none !important;
    }

    body.no-mousemove-yet .qodef-mobile-header {
        display: block !important;
        width: 100%;
        max-width: 100%;
        height: 100px;
    }

    body.no-mousemove-yet .qodef-mobile-header .qodef-mobile-menu-opener{
        float: left;
        position: relative;
        z-index: 2;
        height: 100%;
    }

    body.no-mousemove-yet .qodef-mobile-header .qodef-mobile-header-inner{
        height: 100px;
        background-color: #fff;
        position: relative;
    }

    body.no-mousemove-yet .qodef-mobile-header .qodef-grid{
        height: 100%;
    }

    body.no-mousemove-yet .qodef-mobile-header .qodef-mobile-header-inner .qodef-mobile-header-holder{
        position: relative;
        z-index: 2;
        height: 100%;
    }

    body.no-mousemove-yet .qodef-vertical-align-containers .qodef-position-right{
        position: relative;
        float: right;
        z-index: 2;
        height: 100%;
        text-align: right;
    }

    body.no-mousemove-yet .qodef-vertical-align-containers .qodef-position-center {
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        text-align: center;
        z-index: 1;
    }
     
    body.home #qodef-home-main-slider {
        height: calc(100vh - 100px) !important;
    }

    body.home #qodef-home-main-slider .carousel-inner>.item .qodef-slide-subtitle {
        margin-bottom: 16px !important;
    }

    body.home #qodef-home-main-slider .carousel-inner>.item .qodef-slide-subtitle span {
        font-size: 16px !important;
        line-height: 20px !important;
        letter-spacing: 0px !important;
    }

    body.home #qodef-home-main-slider .carousel-inner>.item .qodef-slide-title {
        margin-bottom: 18px !important;
    }

    body.home #qodef-home-main-slider .carousel-inner>.item .qodef-slide-title{
        font-size: 48px !important;
    }
    body.home #qodef-home-main-slider .carousel-inner>.item .qodef-slide-title span {
        font-size: 48px !important;
        line-height: 48px !important;
        letter-spacing: 0px !important;
    }

    body.home #qodef-home-main-slider .carousel-inner>.item .qodef-slide-text span {
        font-size: 22px !important;
        line-height: 28px !important;
        letter-spacing: 0px !important;
    }

    body.no-mousemove-yet .qodef-grid {
        width: 768px;
    }

    body.no-mousemove-yet .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    body.no-mousemove-yet .fa-bars:before {
        content: "\f0c9";
    }
    body .mobile-menu-trigger{
        font-size: 1.5em;
        display: table;
        height: 100%;
    }
    /* body .mobile-menu-trigger:hover{
        color : #1B87C6;
        cursor: pointer;
    } */
}

@media only screen and (min-width: 769px) {
    .menu-case-studies-container ul.menu {
        width: 100%;
        flex-direction: row;
        justify-content: center;
    }
}

.menu-case-studies-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 30px;
}

.menu-case-studies-container ul.menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.menu-case-studies-container ul.menu li a {
    background-color: #f2f9fd;
    border-color: #f2f9fd;
    outline-color: #f2f9fd;
    border-radius: 24px;
    color: #1B87C6;
    cursor: pointer;
    display: block;
    font-size: 15px;
    line-height: 23px;
    margin: 0 10px 20px 0;
    padding: 11px 15px;
    transition: .15s ease;
}

.menu-case-studies-container ul.menu li.current-menu-item a {
    background-color: #1b87c6;
    border-color: #1b87c6;
    outline-color: #1b87c6;
    color: #FFF;
}

.menu-case-studies-container ul.menu li a:hover,
.menu-case-studies-container ul.menu li a:focus,
.menu-case-studies-container ul.menu li a:visited {
    outline: none;
    box-shadow: 0 1px 5px 0 #1b87c6;
}

@media only screen and (max-width: 768px) {
    .loading-hd-image .vc_column_container>.vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }
}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}