.header-area .header-logo img {
    width: 219px;
}
.header-2-area .header-2-main {
    background-color: #ffffff;
}
.header-2-area .header-2-logo img {
    width: 220px;
}
.service-details-area .service-details-content .text-wrapper ul{
    padding-left: 20px;
}
.service-details-area  h2, .service-details-area  h3, .service-details-area  h4, .service-details-area  h5, .service-details-area  h6 {
    font-weight: 500 !important;
    margin-top: 30px !important;
    font-size: 25px;
    color: #003049 !important;
    text-transform: capitalize !important;
}
.service-details-area  h1{
      font-weight: 500 !important;
    margin-top: 30px !important;
    font-size: 35px;
    color: #003049 !important;
    text-transform: capitalize !important;
}
.section-title {
     font-size: 40px !important;
}
.about-2-thumb-wrapper .info-text:before {
    background-color: #eb5b00;

}
.footer-logo img {
    width: 161px;
}
.footer-text .text {
    font-weight: 500;
    color: #ffffff;
}
.footer-meta-list li {
    color: #ffffff;
}
.footer-social a {
    background-color: #EB5B00;
    color: #ffffff;
}
.service-area-bg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #003049;
}
.header-2-area .header-2-top {
    background-color: #003049;
    margin: 0px;
    border-radius: 0;
}

.header-2-area .header-2-main {
    margin: 0px;
    border-radius: 0;
}

.header-2-area .header-2-contact-item:not(:first-child) {
    border-left: 1px solid #fff;
}
.service-box .thumb .main-img {
    width: 100%;
    border-radius: 15px 15px 15px 15px;
}
.service-box .service-btn {
     border-radius: 50px 50px 20px;
     right: 10px;
    bottom: 10px;
}
.service-area .rr-btn {
    padding: 16px 29px;
}
.process-2-box{
    padding: 25px 25px;
}
.about-2-content p{
    color: var(--primary);
}
.a-about-overflow {
    height: 300px;
    overflow-y: scroll;
}
@media only screen and (max-width: 1919px) {

    .header-2-area .header-2-main-inner {
        height: 99px;
    }

    .hero-area {
        margin-top: 130px;
        padding: 10px 10px 0;
    }

    .breadcrumb-area {
        margin-top: 130px;
        padding: 10px 10px 0;
    }
}

.about-2-content .feature-list ul {
    -moz-column-count: 2;
    column-count: 1;
}

.about-2-content .feature-list li {
    display: block;
    align-items: unset;
}

.about-2-content .feature-list li i {
    padding-right: 15px;
    color: var(--theme);
}
.testimonial-2-area-bg .area-shape-2 {
    width: 36%;
    position: absolute;
    bottom: 33px;
    left: -4%;
}

.testimonial-2-area-bg .area-shape-2 img {
    animation: t-SlideBottom 6s infinite;
}

.copyright-area {
    border-top: 2px solid;
}

@media only screen and (max-width: 1399px) {
    .footer-widget-wrapper>*:before {
        left: -34px;
    }
}

.text-cut2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hero-slide-bg:after {
    background: linear-gradient(90deg, rgb(34 32 86 / 0%) 0%, rgb(5 3 47 / 0%) 100%);
}

.hero-slide-tag {
    color: aliceblue;
}

@media (max-width: 575px) {
    html, body {
        width: 100%;
        overflow-x: hidden;
    }
    .hero-area {
        margin-top: 120px;
    }
        .hero-slide-tag {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    html, body {
        width: 100%;
        overflow-x: hidden;
    }
    .header-2-area .header-2-top {
        display: block;
    }

    .header-2-area .header-2-logo img {
        width: 190px;
    }

    .header-2-area .header-2-contact-meta {
        width: 100%;
        justify-content: normal;
    }

    .header-2-area .header-2-top-inner {
        justify-content: unset;
    }
    .header-2-area .header-2-social .text {
        font-size: 14px;
        white-space: nowrap;
    }
    /* .header-2-area .header-2-social {
        display: flex;
    } */
    .hero-slide-tag {
        font-size: 48px;      
        right: auto;
        left: 10px;
        bottom: 10%;
    }
       
}
@media only screen and (max-width: 991px) {
    .header-2-area .header-2-top-inner {
        justify-content: space-between;
    }
}