.header-1 {
    background: #ffffff8c;
}

.sticky {
    background: var(--white);
}

.header-main .main-menu ul li a {
    color: #1a4661;
    font-size: 26px;
}

.theme-btn.border-white {
    border: 2px solid #f25a29 !important;
}

.logo a img {
    max-width: 160px;
}

.icon svg path {
    fill: #f25a29;
}

/*Portfoilo-design*/

.portfolio_heading {
    color: #000;
    font-size: 50px;
    font-weight: 800;
    font-family: var(--heading);
    text-align: center;
    padding: 0px 0px 60px 0;
}

.gallery {}

.gallery .controls {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px;
    list-style: none;
    /* background: #161729; */
    /* box-shadow: 10px 10px 0px -5px rgb(126 34 133); */
    border-radius: 35px 0 35px 0px;
}

.gallery .controls .buttons {
    height: 40px;
    width: 178px;
    background: #161729;
    color: #fff;
    font-size: 13px;
    line-height: 40px;
    cursor: pointer;
    margin: 15px 5px;
    box-shadow: 6px 6px 12px rgb(0 0 0);
    text-align: center;
    font-weight: 500;
    border-radius: 15px;
}

.bg-cover {
    background: linear-gradient(90deg, rgba(20, 54, 74, 1) 0%, rgba(20, 54, 74, 1) 17%, rgba(242, 90, 41, 1) 100%);
}

.contact-info-box:hover .icon svg path {
    fill: white;
}

.gallery .controls .buttons.active {
    background: linear-gradient(320deg, #194661 0%, #f25a29 100%);
    color: #fff;
}

.gallery .image-connect {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.gallery .image-connect .image {
    height: 350px;
    width: 350px;
    overflow: hidden;
    border: 10px solid #1b1c35;
    margin: 20px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 4px 7px var(--theme);
}

.gallery .image-connect .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.gallery .image-connect .image:hover img {
    transform: scale(1.5);
}

.bi-about-section-4 {
    overflow: hidden;
    padding: 110px 0px 100px;
    background: var(--ogency-black);
}

.bi-about-img-wrapper4 {
    padding-bottom: 175px;
}

.bi-about-img-wrapper4 .about-circle-shape {
    left: -40px;
    z-index: -1;
    bottom: 90px;
}

.bi-about-img-wrapper4 .about-img2 {
    right: 0;
    bottom: 0;
}

.bi-about-text-4 .bi-section-title-4 {
    right: 0;
    top: 35px;
    width: 720px;
    position: absolute;
}

.bi-about-text-area-4 {
    padding-left: 15px;
    padding-top: 265px;
}

.bi-about-text-area-4 p {
    color: rgba(255, 255, 255, 0.6999);
}

.bi-abut-feature-list-4 {
    border-radius: 10px;
    margin: 30px 0px 40px;
    padding: 28px 0px 0px;
    background: linear-gradient(90deg, rgba(20, 54, 74, 1) 0%, rgba(20, 54, 74, 1) 17%, rgba(242, 90, 41, 1) 100%);
}

.bi-abut-feature-list-4 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bi-abut-feature-list-4 li {
    color: #fff;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    padding: 0px 25px;
    margin-bottom: 20px;
    font-family: var(--heading);
}

.bi-abut-feature-list-4 li i {
    width: 30px;
    font-size: 30px;
    margin-right: 15px;
    color: var(--base-color);
}

.bi-about-btn-cta .bi-btn-4 {
    margin-right: 30px;
}

.bi-about-cta-4 .inner-icon {
    color: #fff;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    border-radius: 100%;
    background-color: var(--base-color);
}

.bi-about-cta-4 .inner-text span {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.7);
}

.bi-about-cta-4 .inner-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}


span.logos-ss img {
    width: 62px;
    filter: brightness(0) invert(1);
    transition: all 500ms linear;
}

.service-one__item:hover span.logos-ss img {
    filter: brightness(1) invert(0);
}

.mobile-nav__content .logo-box img {
    width: 150px;
}

.main-menu__logo img {
    width: 200px;
}

.logo a {
    color: white;
    font-size: 35px;
    font-weight: 900;
}

a.exolax-text {
    width: 50%;
    display: flex;
    justify-content: center;
}

a.exolax-text img {
    width: 60%;
}

footer.footer-section {
    padding: 50px 0;
    background: #eee;
}

.footer-wrapper .footer-wrapper-items {
    margin-bottom: 0px;
}

.cta-section.dark-bg-style::before {
    background-color: transparent !important;
}

.gallery .image-connect a.image.website img {
    object-position: top;
}

.about-wrapper .about-content ul .about-list .icon {
    width: 50px;
    text-align: center;
}



.privacy-term-content {
    padding: 80px 0;
}

.privacy-term-content .content h2 {
    font-size: 40px;
    color: black;
}

.privacy-term-content .content h3 {
    color: black;
    font-weight: 500;
    margin-top: 20px;
}

.privacy-term-content .content ul {
    list-style: disc;
    padding-left: 1rem;
}

.privacy-term-content .content ul li p {
    margin: 0;
}

.privacy-term-content .content p {
    margin: 10px 0;
    color: black;
}

p.term-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial-left h2 {
    font-size: 45px;
}

.about-content-2 h2 {
    font-size: 50px;
}


section.news-details-section.section-padding .post-content p {
    margin: 15px 0 !important;
}


section.news-details-section.section-padding .post-content h4 {
    font-size: 26px;
    margin: 20px 0;
}

.mobile-contact {
    display: none !important;
}

.main-sidebar .single-sidebar-widget .search-widget form button {
    position: unset;
    border-radius: 10px;
    margin-top: 10px;
}

.main-sidebar .single-sidebar-widget .search-widget form input {
    margin-top: 10px;
}

.loader img {
    width: 50px;
}