.top-bar-wrapper {
    background-color: #0f0447;

}
body {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;;
}
.top-left a {
    color: #fff;
    font-size: 12px;
}

.top-bar-wrapper::before {
    background-color: #000;
}

header.header-1 .main-menu ul>li>a {
    padding: 7px;
    font-size: 14px;
}

header.header-1.sticky .main-menu ul li>a {
    padding: 7px;
}

.header_center_text {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff !important;
    text-decoration: none !important;
    border-right: 1px solid #fff;
    height: 30px;
    padding-top: 3px;
}

.btn_css_right {
    border-bottom-right-radius: 10rem;
    border-top-right-radius: 10rem;
    width: 13px;
    height: 25px;
    background-color: #000000;
    border: 1px solid #fff;
}

.btn_css_left {
    width: 13px;
    height: 25px;
    border-radius: 10rem 0 0 10rem;
    background-color: #d9d9d9;
    border: 1px solid #fff;
}

.btn_css_right_white {
    width: 13px;
    height: 25px;
    border-radius: 10rem 0 0 10rem;
    background-color: #ffffff;
    border: 1px solid #fff;
}

.btn_css_right_blue {
    border-bottom-right-radius: 10rem;
    border-top-right-radius: 10rem;
    width: 13px;
    height: 25px;
    background-color: #34ccff;
    border: 1px solid #fff;
}

.top-right .d-flex>div {
    display: flex;
    align-items: center;
    padding: 0 8px;
    border-left: 1px solid #fff;
    min-height: 40px;
}

header.header-1 .main-menu ul>li>ul {
    background-color: #0f0447;
}

header.header-1 .main-menu ul>li:hover>a {
    color: #0f0447;
}

header.header-1 .main-menu ul>li>ul li a:hover {
    color: #fff !important;
}

.logo_wrapper {
    position: relative;
    overflow: hidden;
    /* height: 60px; */
    background: linear-gradient(315deg, #ffff, #ffff);
}

.logo_div {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 5px;
    text-decoration: none;
}

.logo_img {
    width: 40px;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
}

.main_heading {
    font-size: 10px;
    font-weight: 600;
    color: #000;
    margin: 0;
    text-shadow:
        1px 1px 2px rgba(0, 0, 0, 0.7),
        0 0 10px rgba(255, 221, 87, 0.7);
}

/* Waves inside wrapper */
.wave {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: #0f04472d;
    border-radius: 1000% 1000% 0 0;
    /*     animation: wave 12s linear infinite; */
    z-index: 1;
}

.wave:nth-of-type(2) {
    bottom: -10px;
    /*     animation: wave 18s linear reverse infinite; */
    opacity: 0.7;
}

.wave:nth-of-type(3) {
    bottom: -20px;
    /*     animation: wave 22s linear infinite; */
    opacity: 0.5;
}

.single-slide {
    max-height: 550px;
}

.slick-track {
    opacity: 0.5;
    background-color: transparent !important;
}

.slide-bg img {
    background-color: #1d1c1c !important;
    opacity: 0.5;
}

.slick-track {
    background-color: transparent !important;
}

.hero-1 .single-slide .hero-contents h1 {
    font-size: 50px !important;
}

.important_alert_css {
    background-color: #0f0447;
    padding: 10px;
    color: #fff;
    width: 12%;
}

.hero-1 .slick-nav i {
    display: block;
    position: absolute;
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    z-index: 9999;
    color: #ffff;
    background: #0f0447;
    border: 1px solid #fff;
    border-radius: 50%;
}

.list-square li {
    list-style-type: square !important;
    color: #000;
    padding: 10px 0;
}

marquee ul {
    margin: 0;
    padding: 0 1rem;
}

.single-blog-item .post-featured-thumb .post-cat a {
    background-color: #0f0447;
    color: #fff;
}

.slick-next {
    right: -9px;
}

.slick-next:before,
.slick-prev:before {
    font-size: 40px !important;
    line-height: 1;
    opacity: 1 !important;
    color: #0f0447 !important;
    border: 1px solid #fff !important;
}

.img-wish {
    text-align: center !important;
    height: 150px;
    margin: 10px;
}

.img-wish img {
    width: 100%;
    height: 100%;
}

.slide-show .slick-slide {
    transform: scale(0.8);
    opacity: 1;
    transition: all 0.5s ease;
    z-index: 1;
    padding: 10px;
}

.slide-show .slick-center {
    transform: scale(1.2);
    opacity: 1;
    z-index: 2;

}

.slide-show .slick-slide img {
    width: 100%;
    border-radius: 10px;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.bg-gradient {
    background: linear-gradient(115.02deg, #0f0447 51.01%, #256AD7 102.64%) !important;
}

.left-bg-overlay::before {
    background: #0f0447;
}

.section-padding {
    padding: 64px 0px;
}

footer .footer-widgets-wrapper {
    padding-top: 10px !important;
}

.theme-btn {
    background-color: #0f0447;
    color: #fff;
}

.newsletter_widget .newsletter_box input {
    background-color: #fff;
}

#scrollUp {
    background-color: #0f0447;
    color: #fff;
}

.newsletter_widget .newsletter_box button {
    background-color: #0f0447;
    color: #fff;
    border: 1px solid #fff;
}

footer .footer-bottom {
    background-color: #fff;
    color: #000;
}

footer .single-footer-wid ul li a:hover {
    color: #d9d9d9 !important;
}

.get-in-touch .single-contact-info .icon {
    color: #fff;
}

.get-in-touch .single-contact-info .icon.id2 {
    color: #fff;
}

.get-in-touch .single-contact-info .icon.id3 {
    color: #fff;
}

.case-study-carousel-arrow div:hover {
    color: #fff;
    background: #0f0447;
    border-color: #0f0447;
}

.page-banner-wrap::before,
.page-banner-wrap::after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(95.06deg, #0f0447 37.5%, #0f0447 109.04%);
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
    text-decoration: none;
    color: #fff;
    background: #0f0447;
}

marquee {
    max-height: 250px !important;
} 
.get-in-touch .single-contact-info .contact-info { 
    font-size: 14px !important;
    line-height: 25px !important;
}
footer .single-footer-wid ul li a {
     font-size: 14px !important;
    line-height: 25px !important;
}

.about-quantech p {
    font-size: 14px !important;
    line-height: 25px !important;
}

footer .footer-bottom .bottom-content-wrapper{
    padding: 10px 0;
}