.header-main-menu #menu-main-menu {
    display: flex;
    gap: 24px;
}

.header-main-menu #menu-main-menu li a {
    font-size: 18px;
    color: #ebebec;
    font-weight: 500;
}

.blog-style-class .postbox__thumb img {
    border-radius: 6px 6px 0 0;
    max-width: 100%;
}

.blog-style-class .postbox__content-2 {
    padding: 24px;
}

.blog-style-class {
    background-color: #F1F2F6;
    margin-bottom: 50px;
    border-radius: 6px;
}

.blog-style-class .postbox__title a{
    color: #0A2E6B;
    margin-bottom: 12px;
    margin-top: 12px;
}

.blog-style-class .postbox__title a:hover {
    color: #ff9958;
}


.blog-style-class .postbox__text-2 p {
    color: #0A2E6B;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.blog-style-class .postbox__read-more a span {
    color: #0A2E6B;
    font-size: 18px;
    font-weight: 400;
}

.blog-style-class .postbox__read-more {
    padding-top: 20px;
}

.blog-style-class .postbox__meta span {
    color: #0A2E6B;
    padding-right: 22px;
}

.blog-style-class .postbox__meta span a{
    color: #0A2E6B;
}


/*Blog sidebar style*/
.blog-sidebar-style {
    background-color: #F1F2F6;
    padding: 28px;
    border-radius: 6px; 
    margin-bottom: 20px;
    
}

.sidebar__widget .sidebar__widget-content .wp-block-heading {
    color: #0A2E6B;
    font-size: 25px;
    line-height: 18px;
    font-weight: 600;
    padding-bottom: 15px;
    
}

.sidebar__widget .sidebar__widget-content  .wp-block-search__label {
    color: #0A2E6B;
    padding-bottom: 5px;
}

.sidebar__widget .sidebar__widget-content .wp-block-latest-posts__list li:not(:last-child) {
    padding-bottom: 12px;
}

.sidebar__widget .sidebar__widget-content .wp-block-latest-posts__list li a {
    color: #0A2E6B;
}


.sidebar__widget .sidebar__widget-content .wp-block-latest-comments__comment {
    margin-bottom: 0;
}

.sidebar__widget .sidebar__widget-content .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    color: #8f8fb9;
}
.sidebar__widget .sidebar__widget-content .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
    color: #0A2E6B;
}


/*Blog details style*/
.postbox__details .postbox__content {
    padding: 24px;
}

.postbox__details .postbox__content .postbox__title {
    padding: 12px 0;
    color: #0A2E6B;
}


.postbox__details .postbox__content .postbox__text p {
    color: #0A2E6B;
    line-height: 26px;
}

.postbox__details .postbox__content .details-tag {
    padding-top: 20px;
}



.postbox__details .postbox__content .details-tag .postbox__details-share-wrapper .postbox__details-tag span {
    color: #0A2E6B;

}

.postbox__details .postbox__content .details-tag .postbox__details-share-wrapper .postbox__details-tag a {
    color: #0A2E6B;
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    margin-left: 6px;
}


.postbox__details .postbox__content .details-tag .postbox__details-share-wrapper .postbox__details-tag a:hover {
    background-color: #0059e8;
    color: #fff;
}


.postbox__area {
    padding-top: 120px;
    padding-bottom: 100px;
}

.postbox__comment.postbox-details-comment-wrapper .tp-form-input-box input {
    border: 1px solid rgb(178, 211, 255);
    margin-bottom: 15px;
    border-radius: 5px;
    color: #01010a;
}

.postbox__comment.postbox-details-comment-wrapper .tp-form-textarea-box textarea {
    border: 1px solid rgb(178, 211, 255);
    border-radius: 5px;
    color: #01010a;
}



.postbox__comment.postbox-details-comment-wrapper .form-inner-btn .tp-btn-theme {
    padding: 10px 15px;
    border: 1px solid rgb(178, 211, 255);
    color: #0A2E6B;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    transition: .35s ease;
}

.postbox__comment.postbox-details-comment-wrapper .form-inner-btn .tp-btn-theme:hover {
    background-color: #0059e8;
    color: #fff;
}


.team-section .social .links li a {
    color: #0A2E6B;
}

.team-section .social .links {
    display: flex;
    gap: 15px;
}

.testimonial .client-img img {
    border-radius: 50%;
}

.pricing-section .pricing-box i {
    font-size: 45px;
    color: var(--p1);
}

.contact-form-section #contact-form span {
    display: block;
}


.breadcrumb__ptr .breadcrumb__list {
    text-align: center;
    padding-top: 8px;
}

.breadcrumb__ptr .breadcrumb__list .current-item {
    color: #ff9958;
    padding-left: 3px;
}


.breadcrumb__ptr .breadcrumb__list a.home {
    padding-right: 2px;
}


.header-section .dark_btn i {
    font-size: 24px;
    transform: rotate(-20deg);
}


.testimonial .testimonial-inner .testimonial-box i {
    color: #ff9958;
}


.why-choose .choose_icon_width i {
    font-size: 24px;
    transform: rotate(-20deg); 
    color: #fff;
}


.faq-section .plugin-icon-class i {
    line-height: 1%;
}

.contact-info-repeater span {
    line-height: 25px;
}


.dicscuss_projects .dicscuss-content .choose_icon_width i {
    font-size: 24px;
    transform: rotate(-20deg);
}

@media (max-width: 991px) {
    .why-choose .right-img img {
        width: 100%; 
    }

    .why-choose .choose_icon_width {
        margin-right: 10px;
    }
    .why-choose .choose_icon_width i {
        font-size: 17px;
    }
}

.header-transparency {
    background: transparent !important;
}


.header-transparency.header-fixed {
    background-color: rgb(10 46 107) !important;
}

#rtlBtn {
    text-transform: uppercase;
}


.tp-error-area .tp-error-content-box .error-title {
    color: #0A2E6B;
    font-size: 180px;
    font-weight: 700;
}

.tp-error-area .tp-error-content-box .tp-error-title {
    color: #0A2E6B;
    padding-bottom: 30px;
}

.tp-error-area .tp-error-content-box .tp-btn-black {
    border: 1px solid #0A2E6B;
    padding: 15px 20px;
    border-radius: 4px;

}

.tp-error-area .tp-error-content-box .tp-btn-black span {
    color: #01010a;
    font-size: 16px;
    font-weight: 600;
    transition: .35s ease all;
}


.tp-error-area .tp-error-content-box .tp-btn-black:hover span {
    color: #FF9958;
}


.tp-error-area .tp-error-content-box .error-description {
    color: #0A2E6B;
}

.footer_section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.menu-footer-menu-container .menu {
    padding-left: 1px;
}
.menu-footer-menu-container .menu li a {
    font-size: 19px;
    font-weight: 500 !important;
    color: #ffff;
    position: relative;
    padding-left: 20px;
}

.menu-footer-menu-container .menu li:not(:last-child) {
    padding-bottom: 8px;
}

.menu-footer-menu-container .menu li a::before {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    background-image: url('../img/point.png');
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;

}

.postbox__area .no-results.not-found {
    text-align: center;
    max-width: 800px;
}

.postbox__area .no-results.not-found .page-header .page-title {
    color: #0A2E6B;
}


.postbox__area .no-results.not-found .pageontent p {
    color: #01010a;
    padding: 20px 0;
    padding-bottom: 50px;
}



.postbox__area .no-results.not-found input {
    padding: 20px 30px;
    width: 100%;
    background-color: #F1F2F6;
    border: none;
    color: #01010a;
}

.postbox__area .no-results.not-found form {
    position: relative;
}


.postbox__area .no-results.not-found button {
    position: absolute;
    top: 50%;
    right: 25px;
    left: auto;
    transform: translateY(-50%);
    color: #01010a;
}



.header-section .navbar .main-menu {
    display: flex;
    gap: 32px;
}


.header-section .navbar .main-menu .show-dropdown a {
    margin-right: 20px;
}


.header-section .navbar .main-menu li a {
    font-size: 18px;
    font-weight: 500;
}

.header-section .navbar .main-menu li.current-menu-item a {
    color: #FF9958;
}





.header-section .navbar .main-menu li.menu-item-has-children a::before {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    right: -18px;
    top: 11px;
    font-size: 15px;
    line-height: 1.2;
}


@media (max-width: 991px) {

    .header-section .navbar .main-menu {
        display: block;
    }

    .header-section .navbar .main-menu li:not(:last-child) {
        padding-bottom: 10px;
    }
}


@media (max-width: 640px) {
    .standard-logo img {
        width: 160px;
    }

    .header-section {
        background-color: rgba(var(--f1), 1) !important;
    }
    

    .header-section .right-area .dark_btn i {
        font-size: 22px;
    }
    
}

@media (min-width: 641px) and (max-width: 1024px) {
    .header-section {
        background-color: rgba(var(--f1), 1) !important;
    }
}


.blog_card .comment-footer i {
    font-size: 19px;
    color: rgb(10 46 107);
}

.text-logo-slider .slider-inner {
    display: flex;
    gap: 50px;
    align-items: center;
}

.text-logo-slider .slider-inner img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}


@-webkit-keyframes rotating {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
}
  
.rotating {
    animation: rotating 3s linear infinite reverse;
}


#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    display: inline;
}

.wpcf7-response-output {
    border-color: #0059E8;
    border-radius: 4px;
    color: rgb(10 46 107);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #0059E8;
    border-radius: 4px;
    color: rgb(10 46 107);
}



/*Filteriable Gallery*/
.filterable-gallery ul.filter-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding-bottom: 20px;
} 

.filterable-gallery ul.filter-tabs li {
    cursor: pointer;
}

.filterable-gallery ul.filter-tabs li {
    cursor: pointer;
    padding: 12px 24px;
    border: 1px solid rgb(178, 211, 255);
    border-radius: 50px;
    color: rgb(10 46 107);
}


.filterable-gallery ul.filter-tabs li.active {
    background-color: #443dfc;
    color: white;
}

.filterable-gallery .item-content h4 {
    color: rgb(0 89 232);
    font-size: 24px;
    margin-bottom: 8px;
}

.filterable-gallery .item-content span {
    color: rgb(0 0 0);
    font-size: 14px;
}

.filterable-gallery .gallery-item-column {
    position: relative;
}

.filterable-gallery .gallery-item-column:hover .item-content {
    opacity: 1;
    visibility: visible;
}

.filterable-gallery .item-content {
    background-color: #fff;
    width: 100%;
    transition: .65s ease all;
    padding: 20px 35px;
}

.filterable-gallery .item-content {
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
