/* 

Theme Name: Habu - agency HTML template
Author: wpsmasher
Support: wpsmasher@gmail.com
Description: Responsive agency HTML template
Version: 1.0.0

------------------ Table of Contents -----------------------
1. index.html
    # Top Header Section
    # Menu Section
    # Banner Section
    # Features Section
    # Companies Section
    # Services Section
    # Projects Section
    # Speciality Section
    # Post Section
    # Review Section
    # Footer Section
    # Copyright Section

2. index-2.html
    # Menu Header Section
    # Banner Section
    # Features Section
    # Services Section

3. about.html
    # Page Header Section
    # About Section
    # Our Team Section
    # Experience Section

4. pricing.html
    # Pricing Section
    # Custom Project Section

5. portfolio.html
    # Portfolio Section

6. blog.html
    # Blog Section
    # Subscribe Section 

7. blog-details.html
    # Article Area
    # Comment Area
    # Sidebar Area

8. portfolio-details.html
    # Project Details Section

9. contact.html
    # Address Container
    # Contact Form Area

10. faq.html

11. career.html

12. team-member.html

*/

/* ##################### 1. index.html ##################### */
/* General header styling for mobile */
/* Base styles for the hamburger menu */

.toggle .bar {
    
    height: 14px;
    width: 100%;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Active state for the toggle */
.toggle.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.toggle.active .bar:nth-child(2) {
    opacity: 0;
}

.toggle.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

#site-header {
    position: fixed;
    width: 100%;
    top: 20px;
    z-index: 9999;

}

/* Hide the menu by default on mobile */
#mobile-menu {
    position: fixed;
    top: 30px;
    left: -100%; 
    width: 250px; 
    height: 100vh;
    background-color: #fff;
    transition: left 0.3s ease;
    z-index: 1000;
}

/* Display menu when active */
#mobile-menu.active {
    left: 0;
}

/* Toggle button styling */
.toggle {
    cursor: pointer;
}

.toggle .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px 0;
    transition: 0.3s;
}

/* Adjust for larger screens */
@media (min-width: 992px) {
    #mobile-menu {
        position: static;
        width: auto;
        height: auto;
        background: none;
        display: flex !important;
    }
    .toggle {
        display: none;
    }
}
/* Header_Button  Start */
@media (min-width: 1024px) {
    .menu-buttonn{
        display: block;
    }
}

@media (max-width: 1023px) {
    .menu-buttonn{
        display: none;
    }
}
/* Header_Button  End */
@media (min-width: 1024px){
    .menu-area ul li {
        display: inline;
        font-size: 17px!important;
        font-family: 'poppins', sans-serif;
        font-weight: 700;
        line-height: 1.286;
        margin-right: 41px;
    }
  }
  @media (max-width: 1024px){
    .menu-area ul li {
        display: inline;
        font-size: 13px!important;
        font-family: 'poppins', sans-serif;
        font-weight: 700;
        line-height: 1.286;
        margin-right: 41px;
    }
  }


html {
    margin-top: 0 !important;
}
.content-container {
    overflow-y: auto;
}
body {
    overflow-y: auto;
}


/* ------------- # Menu Section ------------- */

.header-banner{
    background-color: #f6f6f6;
    padding: 10px 18px;
    border-radius: 70px;
}
.menu-header {
    height: 85px;
}

.custom-logo-link img{
    height: 40%;
    width: 40%;
}

/* Menu Area */

.menu-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-area ul li {
    display: inline;
    font-size: 16px;
    font-family: 'poppins', sans-serif;
    font-weight: 700;
    line-height: 1.286;
    margin-right: 41px;
}

.menu-area ul li.current-menu-item>a, .menu-area ul li a:hover {
    color: #cda275;
}

.menu-area ul li a {
    color: #647589;
}

/* .menu-area ul li:last-child {
    margin: 0;
}

.menu-area>ul>li {
    position: relative;
}

/* Menu Ends */

/* Submenu area */

/* .menu-area>ul>li>ul {
    position: absolute;
    top: 280%;
    left: -10px;
    min-width: 176px;
    z-index: 999;
    background: white;
    box-shadow: 0px 0px 20px 3px rgba(150, 176, 203, 0.15);
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
}

.menu-area>ul>li>ul:before {
    content: ' ';
    background: transparent;
    width: 30px;
    height: 20px;
    position: absolute;
    z-index: 3;
    bottom: 100%;
    left: 10px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
}  */

.menu-area>ul>li>ul>li {
    border-bottom: 1px solid #f6f6f6;
}

.menu-area>ul>li>ul>li:last-child {
    border-bottom: none;
}

.menu-area>ul>li>ul li {
    line-height: 2;
    margin: 0;
    position: relative;
    display: block;
    font-size: 13px;
    padding: 10px 15px;
}

.menu-area>ul>li:hover>ul {
    opacity: 1;
    transition: 0.3s;
    visibility: visible;
    top: 185%;
}

/* Submenu area ends */

/* Second submenu area */

.menu-area>ul>li>ul>li ul {
    position: absolute;
    top: 0;
    left: 170%;
    width: 120px;
    padding: 5px 10px;
    z-index: 999;
    background: white;
    box-shadow: 0px 0px 20px 3px rgba(150, 176, 203, 0.15);
    opacity: 0;
    transition: 0.3s;
}

.menu-area>ul>li ul>li:hover>ul {
    opacity: 1;
    transition: 0.3s;
    left: 100%;
}

/* Menu Header Dark */

.menu-header.menu-header-dark {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999999;
    background: #151C4C;
    height: 90px;
    padding: 0;
    animation: scroll-header-animation 0.5s linear;
}

.menu-header-dark .menu-area > ul > li.current-menu-item > a, .menu-header-dark .menu-area > ul > li > a:hover {
    color: #fff;
}

.menu-header-dark .menu-area > ul > li > a {
    color: #b5b5b5;
}


.menu-header-dark .mean-container a.meanmenu-reveal span {
	background: #fff;
}

.menu-header-dark .mean-container a.meanmenu-reveal {
	color: #fff;
	border: 2px solid #fff;
}

/* ------------- # Banner Section ------------- */

section.banner {
    padding-top: 80px;
}

.banner-text h1 {
    font-size: 48px;
    font-family: 'Poppins', sans-serif;
    color: #747270;
    font-weight: 700;
    line-height: 1.333;
    text-align: left;
    margin: 0;
}

.banner-text p {
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
    color: #747270;
    line-height: 1.7;
    text-align: left;
    margin: 20px 0 30px 0;
}



/* banner floating text */

.banner-floating-text {
    position: absolute;
    bottom: 83px;
    left: -405px;
    height: 100%;
    width: max-content;
    transform: rotate(-90deg);
}

.banner-floating-text h1 {
    font-size: 200px;
    font-family: 'Poppins', sans-serif;
    color: rgba(30, 42, 120, 0.2);
    font-weight: 700;
}

/* ------------- # Features Section ------------- */

.feature, .f-point {
    max-width: max-content;
}

.f-point {
    float: left;
    margin-right: 25px;
}

.feature {
    overflow: hidden;
}

.f-point h4 {
    font-size: 100px;
    font-family: 'Poppins', sans-serif;
    color: rgba(100, 117, 137, 0.102);
    font-weight: bold;
    line-height: 0.78;
}

.f-icon svg {
    height: 50px;
    width: auto;
}

.f-description {
    width: 100%;
}

.f-description h5 {
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    color: #747270;
    font-weight: bold;
    margin-top: 22px;
    display: inline-block;
}

.f-description p {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #747270;
}

/* ------------- # Companies Section ------------- */

.companies {
    height: 200px;
    background-color: #f6f6f6;
}

.companies img {
    max-height: 87px;
}

.companies .slick-slide {
    margin-right: 40px;
    margin-left: 40px;
}

.companies .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}

/* ------------- # Services Section ------------- */

section.services-area {
    padding-bottom: 90px;
}

.service-box {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 20px 0px rgba(150, 176, 203, 0.15);
    padding: 32px;
    margin-bottom: 30px;
    transition: 0.3s;
}

.service-box:hover {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

.service-image svg {
    height: 55px;
}

.service-image {
    float: left;
    margin-right: 24px;
}

.service-text {
    overflow: hidden;
}

.service-text h3 a{
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #747270;
    font-weight: bold;
}

.service-text p {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #747270;
}

/* ------------- # Projects Section ------------- */

section.projects-area {
    background: #fbfbfb;
    padding-top: 1px;
    padding-bottom: 120px;
}

.project-thumbnail img {
    width: 100%;
}

.project-thumbnail {
    position: relative;
    color: #747270;
}

.project-thumbnail::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #cda275;
    opacity: 0;
    transition: 0.3s;
}

.project-thumbnail img{
    height: 230px;
}

.project-text h3 {
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 700;
    display: inline;
    text-transform: uppercase;
    margin-right: 7px;
}

.project-box {
    position: relative;
    margin-bottom: 30px;
}

.project-text {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.3s;
}

.project-box:hover .project-text, .project-box:hover .project-thumbnail::before {
    opacity: 1;
    transition: 0.3s;
}

.projects-holder {
    padding-bottom: 70px;
}

/* ------------- # Speciality Section ------------- */
.border-line>.col-5:first-child, .border-line>.col-5:nth-child(3){
    border-right: 1px solid #ccc;

}
.border-line>.col-5:first-child, .border-line>.col-5:nth-child(2){
    border-bottom: 1px solid #ccc;

}
.col-5.box{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
section.speciality-area {
    margin-top: 121px;
    margin-bottom: 120px;
}

.sp-text {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: rgb(100, 117, 137);
    line-height: 1.938;
    overflow: hidden;
    display: flex;
}

.sp-text p {
    display: inline-block;
    line-height: 1.5;
}

.sp-text img {
    margin-right: 8px;
    width: 30px;
    height: 30px;
}

.speciality-text {
    padding-right: 3rem;
}

/* speciality box */


.speciality-box {
    
    padding: 24px 12px;
}

.sp-box-text h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
}

.sp-box-text p {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: rgb(51, 51, 51);
    line-height: 1.75;
}

.sp-box-text {
    margin-top: 20px;
}

.sp-first-box {
    border-right: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    padding-top: 67px;
    float: left;
}

.sp-second-box {
    border-left: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    padding-top: 67px;
    overflow: hidden;
}

.sp-third-box {
    border-right: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
    padding-top: 44px;
    float: left;
}

.sp-fourth-box {
    border-left: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
    padding-top: 44px;
    overflow: hidden;
}

/* ------------- # Posts Section ------------- */

section.posts-area {
    background: #fbfbfb;
    padding-top: 1px;
    padding-bottom: 120px;
}

.post {
    box-shadow: 0px 5px 20px 0px rgba(150, 176, 203, 0.05);
    border-radius: 5px;
    background: #fff;
    margin-bottom: 30px;
}

.post-excerpt {
    padding-top:10px; 
}

.full-content{
    height: 100%!important;
    padding: 20px;
}

.post_h_excerpt a {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: rgb(255, 255, 255);
    border-radius: 2px;
    background-color: rgb(30, 42, 120);
    padding: 6px 16px;
}

.post_h_excerpt h2 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: rgb(34, 54, 69);
    font-weight: 700;
    line-height: 1.556;
    margin-top: 16px;
    margin-bottom: 22px;
}

.post_h_excerpt h2>a {
    font-size: inherit;
    background: none;
    padding: 0;
    color: inherit;
}

.post_h_excerpt p {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    color: rgb(100, 117, 137);
    line-height: 1.765;
    margin-bottom: 31px;
}

.post_h_excerpt hr {
    background-color: rgb(246, 246, 246);
    height: 1px;
}

hr{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.post-extra p {
    font-size: 14px;
    float: left;
    color: #212529;
}

.post-extra a {
    background-color: inherit;
    color: rgb(51, 51, 51);
    font-weight: 700;
    float: right;
    padding: 0;
}

.post-extra a:hover, .post-excerpt h2>a:hover {
    color: #1e2a78;
}

.post-extra {
    height: 20px;
}


.post-thumbnail .blog-thumbnail {
    width: 100%;
    height: 300px;
    border-radius: 5px 5px 0 0;
}

/* ------------- # Review Section ------------- */

section.review-area {
    padding-bottom: 120px;
    ;
}

.rating p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: rgb(100, 117, 137);
    font-weight: 400;
}

.rating span {
    margin-left: 17px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    padding: 12px 29px;
    background: #1e2a78;
    border-radius: 3px;
}

.rating svg {
    color: #ffc107;
}

.review {
    border-radius: 5px;
    border: 1px solid #eff0f5;
    box-shadow: 0px 10px 20px 0px rgba(150, 176, 203, 0.05);
}

.review-text {
    padding: 40px 30px 64px 30px;
}

.review-text p {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: rgb(100, 117, 137);
    line-height: 1.625;
    margin-top: 16px;
}

.client-profile {
    height: 119px;
    background-color: rgb(246, 246, 246);
    padding: 28px 0 27px 70px;
    position: relative;
}

.client-profile img {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    float: left;
    margin-right: 24px;
}

.client-details {
    overflow: hidden;
    margin-top: 8px;
}

.client-details h3 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: rgb(34, 54, 69);
    font-weight: 700;
}

.client-details h5 {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: rgb(100, 117, 137);
}

span.client-rating {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 700;
    padding: 12px 29px;
    background: #1e2a78;
    border-radius: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%)
}

.client-rating svg {
    color: #ffc107;
}


/* ------------- # Footer Section ------------- */

section.footer-area {
    background-color: #f6f6f6;
    padding: 120px 0;
}

section.footer-area h2 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color: #cda275;
    font-weight: bold;
    margin-bottom: 25px;
}

section.footer-area p, section.footer-area li a {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: rgb(100, 117, 137);
    line-height: 2.118;
}

section.footer-area ul li a:hover {
    color: rgb(34, 54, 69);
}

section.footer-area ul {
    list-style: none;
    display: flex;
    flex-flow: wrap column;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-flow: wrap column;
    -moz-column-gap: 64px;
    padding-left: 0;
    -webkit-column-gap: 64px;
    column-gap: 20px;
}


/* widget_3 */

.footer_menu-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.footer_menu-area ul li {
    display: inline;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.286;
    margin-right: 41px;
}

.footer_menu-area ul li.current-menu-item>a, .footer_menu-area ul li a:hover {
    color: rgb(34, 54, 69);
}

.footer_menu-area ul li a {
    color: #647589;
}

section.footer-area input {
    background: transparent;
    margin: 0;
    float: left;
    color: #1e2a78;
    transition: 0.3s;
}

section.footer-area input::placeholder {
    color: rgb(100, 117, 137);
}

section.footer-area form {
    overflow: hidden;
    height: 37px;
}

section.footer-area input[type="date"], section.footer-area input[type="datetime"], section.footer-area input[type="datetime-local"], section.footer-area input[type="email"], section.footer-area input[type="file"], section.footer-area input[type="month"], section.footer-area input[type="number"], section.footer-area input[type="password"], section.footer-area input[type="range"], section.footer-area input[type="search"], section.footer-area input[type="text"], section.footer-area input[type="tel"], section.footer-area input[type="time"], section.footer-area input[type="url"], section.footer-area input[type="week"] {
    padding: 7px 16px;
    width: 70%;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border: 1px solid rgb(224, 224, 224);
    height: 37px;
}

section.footer-area input[type="submit"], section.footer-area input[type="button"] {
    width: 30%;
    background: #cda275;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color:#747270;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 0;
    border: none;
    transition: 0.3s;
    height: 37px;
}

section.footer-area input[type="submit"]:hover {
    background: #747270;
    color: #cda275;
    transition: 0.3s;
}

section.footer-area input[type="submit"]:active {
    background: #1e2a78;
    transition: 0.3s;
}

.social_icons{
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
}
.social_icons>svg:hover{
    fill: #4554b4; 
}
a.go-to-top {
    position: absolute;
    top: 93%;
    left: calc(100% + 256px);
    color: white;
    background: #1e2a78;
    padding: 12px 15px;
    font-size: 14px;
}

a.go-to-top:hover {
    color: #747270;
    background: white;
}

@media screen and (max-width: 425px) {
    section.footer-area input[type="submit"], section.footer-area input[type="button"]{
        padding: 12px 0!important;
        height: 54px;
    }
    }
/* ------------- # Copyright Section ------------- */

.copyright p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: rgb(100, 117, 137);
    padding: 35px;
}

/* ##################### 2. index-2.html ##################### */

/* ------------- # Menu Section ------------- */

.home-02-menu-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    padding-top: 30px;
}

.home-02-menu-header .menu-area>ul>li>a {
    color: #b5b5b5;
}

.home-02-menu-header .menu-area>ul>li>a:hover, .home-02-menu-header .menu-area>ul>li.current-menu-item>a {
    color: #fff;
}

.home-02-menu-header .mean-container a.meanmenu-reveal {
    color: #fff;
    border: 2px solid #fff;
}

.home-02-menu-header .mean-container a.meanmenu-reveal span {
    background: #fff;
}

/* ------------- # Banner Section ------------- */

section.home-02-banner {
    background-image: url('../images/banner/02_home_banner_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 188px;
    position: relative;
    overflow: hidden;
}

section.home-02-banner::before {
    content: ' ';
    height: 100%;
    width: 100%;
    background-color: rgb(1, 9, 62);
    opacity: 0.902;
    position: absolute;
    top: 0;
    left: 0;
}

section.home-02-banner .bottom-arrow svg {
    fill: #fff;
    height: 47px;
    margin-bottom: 33px;
}

section.home-02-banner .banner-text h1 {
    color: #fff;
}

section.home-02-banner .banner-image {
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -webkit-fit-content;
}

section.home-02-banner .banner-text p {
    color: #dedede;
}


/* ------------- # Features Section ------------- */

section.home-02-features-area .f-point {
    position: absolute;
    right: 51px;
    margin-right: 0;
}

section.home-02-features-area .f-point h1 {
    font-size: 212px;
}

/* ------------- # Services Section ------------- */

section.home-02-services-area .service-image {
    float: inherit;
}

section.home-02-services-area .service-text p {
    font-size: 15px;
}

section.home-02-services-area .service-text {
    margin-top: 11px;
}

/* ##################### 3. about.html ##################### */


/* ------------- # About Section ------------- */

.about-area-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ------------- # Our Team Section ------------- */

.team-card>.row>div{
    margin-bottom: 30px;
}

.team_group{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px 24px;
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: 0px 5px 20px 0px rgba(150, 176, 203, 0.15);
}

.clone-img{
    height: 170px;
    width: 170px;
    border-radius: 50%;
}

.team-m-hea{
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: rgb(34, 54, 69);
    font-weight: bold;
    margin-top: 23px;
    margin-bottom: 9px;
    text-align: center;

}
.team-m-sub{
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: rgb(100, 117, 137);
    margin-bottom: 18px;
    text-align: center;


}

section.our-team {
    margin-bottom: 100px;
}



/* .member-bio h4 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: rgb(100, 117, 137);
    margin-bottom: 18px;
}

.member-social-profile {
    border-radius: 2px;
    background-color: rgb(34, 54, 69);
    width: 30px;
    height: 30px;
    display: inline-block;
    padding-top: 2.5px;
    transition: 0.3s;
    margin: 0 4px;
}

.member-social-profile a {
    color: #fff;
}

.member-social-profile:hover {
    background-color: #1e2a78;
    transition: 0.3s;
} */

/* ------------- # Experience Section ------------- */

.experience {
    background-color: #f6f6f6;
}

.experience .row {
    margin: 0;
}

.experience .speciality-box {
    width: inherit;
    height: inherit;
    margin: 60px 0;
}

.experience .sp-box-text p {
    margin: 0;
}

/* ##################### 4. pricing.html ##################### */

/* ------------- Pricing Section ------------- */

section.pricing-area {
    margin-bottom: 100px;
}

.price-box {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 20px 0px rgba(150, 176, 203, 0.15);
    padding: 40px 35px;
    margin: 15px 0;
}

.price-intro {
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid rgb(246, 246, 246);
}

.price-head h2 {
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    color: rgb(34, 54, 69);
    font-weight: bold;
    margin-top: 14px;
}

.price {
    margin-left: auto;
}

.price h6 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: rgb(100, 117, 137);
}

.price h3 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    background-color: rgb(30, 42, 120);
    padding: 7px 23px;
    border-radius: 3px;
    color: #fff;
}

/* ------------- Custom Project Section ------------- */

.custom-projects {
    background-color: rgb(251, 251, 251);
    padding-bottom: 19px;
    position: relative;
    overflow: hidden;
}

.custom-projects h1 {
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    color: rgb(30, 42, 120);
    font-weight: 700;
}

.custom-project-button button {
    background-color: rgb(30, 42, 120);
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding: 25px 52px;
    transition: 0.3s;
    border: none;
    border-radius: 5px;
}

.custom-project-button button:hover {
    background: #4554b4;
    transition: 0.3s;
}

/* shapes */

.custom-projects-shape-2 {
    position: absolute;
    top: -40px;
    left: 82px;
    height: 174px;
    width: 174px;
}

.custom-projects-shape-2 img {
    height: 100%;
    width: 100%;
    animation: spin 360s infinite linear;
}

/* circle-1 */

.custom-projects-circle-1 {
    position: absolute;
    bottom: -130px;
    left: -100px;
    height: 220px;
    width: 220px;
}

.custom-projects-circle-1 img {
    height: 100%;
    width: 100%;
}

/* circle-2 */

.custom-projects-circle-2 {
    position: absolute;
    bottom: -130px;
    right: 28%;
    height: 220px;
    width: 220px;
}

.custom-projects-circle-2 img {
    height: 100%;
    width: 100%;
    animation: spin 5s infinite linear;
}

/* circle-3 */

.custom-projects-circle-3 {
    position: absolute;
    top: -86px;
    right: -86px;
    height: 220px;
    width: 220px;
}

.custom-projects-circle-3 img {
    height: 100%;
    width: 100%;
}

.custom-projects-circle-4 {
    border-radius: 50%;
    background-color: rgb(11, 179, 255);
    opacity: 0.569;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: 50%;
}

/* ##################### 5. portfolio.html ##################### */

/* ------------- Portfolio Section ------------- */

.portfolio .section-heading {
    margin-bottom: 0;
}

.project-menu {
    margin-top: 35px;
    margin-bottom: 40px;
}

.project-menu button {
    border: none;
    background: transparent;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #647589;
    margin-right: 15px;
    margin-bottom: 15px;
}

.project-menu button:hover, .project-menu button.active {
    color: #1e2a78;
}

/* ##################### 6. blog.html ##################### */

/* ------------- Blog Section ------------- */

section.blog-area {
    background: #fff;
    padding-top: 1px;
    padding-bottom: 120px;
}

section.blog-area .post {
    box-shadow: 0px 5px 20px 0px rgba(150, 176, 203, 0.1);
    
}

/* ------------- Subscribe Section ------------- */

.subscribe-form input[type="email"] {
    width: 63%;
    border: 1px solid rgb(30, 42, 120);
    background: #fff;
    padding: 14px 27px;
    color: rgb(30, 42, 120);
    border-radius: 3px 0 0 3px;
}

.subscribe-form input[type="email"]::placeholder {
    color: rgb(183, 185, 200);
}

.subscribe-form button {
    width: 37%;
    background-color: rgb(30, 42, 120);
    color: #fff;
    border: none;
    padding: 15px 0;
    font-weight: 700;
    transition: 0.3s;
    border-radius: 0 5px 5px 0;
}

.subscribe-form button:hover {
    background: #4554b4;
    transition: 0.3s;
}

.subscribe-form {
    width: 500px;
    display: flex;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    margin-left: auto;
}

/* ##################### 7. blog-details.html ##################### */

section.blog-details {
    margin-top: 120px;
}

section.blog-details a:hover {
    color: rgb(30, 42, 120);
    transition: 0.3s;
}

section.blog-details input[type="text"], section.blog-details textarea {
    border: none;
    border-bottom: 1px solid rgb(235, 235, 235);
    color: rgb(34, 54, 69);
    padding-bottom: 10px;
}

section.blog-details input[type="text"]::placeholder {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: rgb(161, 161, 161);
    line-height: 1.857;
}

/* ------------- # Article Area ------------- */

.article-details {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-title h2 {
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    color: rgb(34, 54, 69);
    font-weight: 700;
    margin-bottom: 30px;
}

.article-author {
    width: max-content;
    display: inline-block;
}

.article-author img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.article-author h6, .article-author a {
    display: inline-block;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: rgb(100, 117, 137);
    font-weight: 400;
    transition: 0.3s;
}

.share-article {
    width: max-content;
    display: flex;
    align-items: center;
}

.share-article h6 {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: rgb(34, 54, 69);
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 20px;
}

.share-article svg {
    font-size: 16px;
    color: rgb(100, 117, 137);
    margin-right: 15px;
}

.article-thumbnail img {
    width: 100%;
    height: auto;
}

.article-body {
    padding: 60px 50px;
    border-bottom: 1px solid rgb(30, 42, 120, 0.05);
}

.article-body p {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    color: rgb(100, 117, 137);
    line-height: 1.765;
    margin: 0;
}

.article-body h2.article-subheading {
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    color: rgb(34, 54, 69);
    font-weight: 700;
    line-height: 1.531;
    margin: 60px 0 50px 0;
}

.article-tags {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.article-tags h6 {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: rgb(34, 54, 69);
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 5px;
}

.article-tags a, .article-tags span {
    font-weight: 700;
    font-size: 16px;
    color: rgb(100, 117, 137);
}

.article-tags span {
    margin-right: 5px;
}

.article-navigation {
    padding: 60px 50px;
    border-bottom: 1px solid rgb(30, 42, 120, 0.05);
    border-top: 1px solid rgb(30, 42, 120, 0.05);
}

.article-navigation a {
    font-size: 14px;
    color: rgb(34, 54, 69);
    font-weight: 700;
}

/* ------------- # Comment Area ------------- */

.comment-area {
    color: #647589;
    padding: 60px 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.comment-area h2, .comment-area h3 {
    font-family: 'Poppins', sans-serif;
    color: rgb(34, 54, 69);
    font-weight: 700;
}

.comment-area h2 {
    font-size: 18px;
}

.comment-area h3 {
    font-size: 14px;
    margin-bottom: 0;
}

.comment-area span {
    color: #647589;
    margin-left: 15px;
}

.comment-box {
    display: flex;
    margin-top: 60px;
}

.comment-details {
    display: flex;
    align-items: center;
}

a.comment-date {
    font-size: 12px;
    font-style: italic;
    color: #647589;
    margin-left: 15px;
}

.comment-author-thumbnail {
    margin-right: 13px;
}

.comment-author-thumbnail img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.main-comment p {
    line-height: 1.714;
    margin-top: 10px;
}

.main-comment button {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: rgb(30, 42, 120);
    font-weight: 700;
    border: none;
    background-color: transparent;
    padding-left: 0;
}

.comment-form input, .comment-form textarea {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 12px;
}

.comment-form textarea {
    height: 38px;
}

.comment-input {
    margin: 60px 0;
}

.comment-form {
    margin-top: 35px;
}

.comment-form button {
    border: none;
    transition: 0.3s;
}

.comment-form button:hover {
    transition: 0.3s;
}

.comment-form input[type="text"]:focus {
    border-bottom: 1px solid #000;
}

.comment-form textarea:focus {
    border-bottom: 1px solid #000;
}

/* ------------- # Sidebar Area ------------- */

h2.sidebar-widget-title {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: rgb(34, 54, 69);
    font-weight: 700;
    line-height: 1.667;
    margin-bottom: 20px;
}

.search-form {
    display: flex;
}

.sidebar-area>div {
    margin-bottom: 50px;
}

.search-form input {
    width: 87%;
}

.search-form button {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgb(235, 235, 235);
    color: rgb(161, 161, 161);
    font-size: 18px;
}

.sidebar-area ul {
    list-style: none;
    padding-left: 23px;
}

.sidebar-area li {
    position: relative;
}

.sidebar-area li>a {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: rgb(159, 164, 175);
    line-height: 2.571;
}

.sidebar-area li:before {
    content: "";
    border-color: transparent #777777;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -23px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.recent-post {
    display: flex;
    margin-bottom: 20px;
}

.recent-post-thumbnail {
    margin-right: 15px;
}

.recent-post-thumbnail img {
    width: 100px;
    height: 120px;
}

.recent-post-title h3 {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: rgb(34, 54, 69);
    font-weight: bold;
}

.recent-post-title span, .recent-post-title a {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: rgb(159, 164, 175);
}

.popular-tags a {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: rgb(141, 141, 141);
    background-color: rgb(244, 244, 244);
    padding: 10px 18px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.ad-banner img {
    width: 270px;
    height: auto;
}

/* ##################### 8. portfolio-details.html ##################### */

/* ------------- # Project Details Section ------------- */

.project-picture {
    width: 100%;
}

.project-picture img {
    width: 100%;
    height: auto;
}

.project-description {
    width: 100%;
    padding: 45px 39px;
    box-shadow: 0px 5px 20px 0 rgb(150, 176, 203, 0.15);
}

.project-description-point {
    margin-bottom: 13px;
}

.project-description h6, .project-description a {
    font-family: 'Poppins', sans-serif;
    color: #223645;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 0;
}

.project-description h5 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #223645;
    font-weight: 600;
    margin-right: 5px;
}


/* ------------- # Address Container ------------- */

.address-box {
    text-align: center;
    color: #ffffff;
    width: 185px;
    margin: 0 95px;
    position: relative;
}

.address-box a {
    color: #ffffff;
    text-decoration: none;
    display: block;
}

.address-box img {
    margin-bottom: 15px;
}

.address-container {
    padding: 47px 0;
    background: #1E2A78;
}

.address-container>.row>div::after {
    clear: both;
    content: ' ';
    background: #f6f6f6;
    position: absolute;
    right: 0;
    width: 0.5px;
    height: 100%
}

.address-container>.row>div:last-child::after {
    display: none;
}

/* ------------- # Contact Form Area ------------- */

/* .contact-form-area {
    margin-top: 114px;
    margin-bottom: 124px;
}

.contact-form-area h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #223645;
    margin-bottom: 39px;
}

.contact-form-area form input[type=text], .contact-form-area form input[type=email], .contact-form-area form textarea {
    width: 100%;
    padding: 15px 20px;
    border: none;
    box-shadow: 0px 5px 20px 0px rgba(150, 176, 203, 0.15);
    margin-bottom: 30px;
    transition: 0.3s;
}

.contact-form-area form input[type=text]:focus, .contact-form-area form input[type=email]:focus, .contact-form-area form textarea:focus {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

.contact-form-area form textarea {
    height: 300px;
}

.contact-form-area form input[type="submit"] {
    border: none;
}
 */


.card {
    border: 3px solid #000;
    border-radius: 0;
    margin-bottom: 20px;
}

.card-header {
    border-radius: 0;
    border: none;
    padding: 18px 25px;
    background: #fff;
}

.card-header-expanded {
    background: #1E2A78;
}

.card-header:first-child {
    border-radius: 0;
}

.card-header a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #647589;
}

.card-header a[aria-expanded="true"] {
    color: #fff;
}

.card-header a[aria-expanded="true"]:before {
    content: "\f056";
    font-family: FontAwesome;
    font-size: 25px;
    color: #fff;
    float: right;
    transition: 0.3s;
}

.card-header a[aria-expanded="false"]:before {
    content: "\f055";
    font-family: FontAwesome;
    font-size: 25px;
    color: #1E2A78;
    float: right;
    transition: 0.3s;
}

/* ##################### 11. career.html ##################### */

@media screen and (max-width: 1040px) {
    .pricing_cards {
        flex-wrap: wrap;
    }
}


.job-intro {
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 23px;
    border-bottom: 2px solid rgb(246, 246, 246);
}

.price h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #647589;
    font-weight: 400;
    margin-top: 15px;
}

.price h5>span {
    font-weight: 700;
}

.job-apply a {
    border: none;
    border-radius: 3px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 13px;
    color: #fff;
    background: #1E2A78;
}
.job-apply a:hover{
    background-color: #4554b4;
}

.job-offer>div {
    margin-bottom: 23px;
    border-bottom: 2px solid rgb(246, 246, 246);
}

.job-offer>div:last-child {
    border-bottom: none;
}

.job-offer>div>div {
    padding-bottom: 4px;
}

.job-text {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: rgb(100, 117, 137);
    line-height: 1.938;
    display: flex;
}

.job-text p {
    display: inline-block;
    line-height: 1.5;
}

.job-text svg {
    margin-right: 10px;
}

/* ##################### 12. team-member.html ##################### */

section.member-skills {
    margin-bottom: 110px;
}

.team-member-details h2 {
    color: #1E2A78;
}

.team-member-rating {
    margin-top: 12px;
    margin-bottom: 16px;
}

.team-member-details h4 {
    margin-top: 10px;
    color: #647589;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.team-member-rating span {
    font-size: 14px;
    color: #1e2a78;
    font-weight: 700;
    border-radius: 3px;
}

.team-member-rating svg {
    color: #ffc107;
    margin-left: 7px;
}

.specialities h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1E2A78;
}

/* ------------- # Member Experience Area ------------- */

.member-experience-area {
    padding: 110px 0;
    background: #F6F6F6;
}

.experience-box .title {
    display: flex;
    justify-content: center;
}

.experience-box .title h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #1E2A78;
    height: 72px;
    text-align: center;
    display: flex;
    align-items: center;
}

.experience-box .time p {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #647589;
    text-align: center;
}

.experience-box .company p {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #647589;
    text-align: center;
}

.experience-box .shape .outer {
    width: 20px;
    height: 20px;
    border: 3.5px solid #1E2A78;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
}

.experience-box .shape .inner {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1e2a78;
    margin-left: auto;
    margin-right: auto;
}

.shape {
    margin-bottom: 10px;
    position: relative;
}

.experience-box .shape .before {
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 4px;
    width: calc(50% - 9px);
    background: #1E2A78;
    animation-timing-function: linear;
}

.experience-box .shape .after {
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 4px;
    width: calc(50% - 9px);
    background: #1E2A78;
    animation-timing-function: linear;
}

.experiences > div:first-child .experience-box .shape .before,
.experiences > div:last-child .experience-box .shape .after {
    display: none;
}

/* ------------- # Member Skills Area ------------- */

.skill {
    margin-top: 40px;
}

.skill h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #223645;
    font-size: 20px;
    margin-bottom: 23px;
}

.skillbar {
    width: 100%;
    height: 10px;
    animation-timing-function: linear;
}

.skillbar > div {
    height: 100%;
    background-image: linear-gradient(#03BCFF, #5164FF);
    border-radius: 3px;
    position: relative;
}

.skillbar .skilltip {
    position: absolute;
    bottom: calc(100% + 11px);
    right: 0;
    transform: translateX(50%);
    padding: 10px 13px;
    box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
    border-radius: 23px;
    z-index: 9999;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #647589;
    margin: 0;
    background: #fff;
}

.skillbar .skilltip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -6px;
    left: 25px;
    box-sizing: border-box;
    border: 6px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
    box-shadow: -6px 6px 6px rgb(0, 0, 0, 0.16);
}




/* Sub-menu */
.menu-item{
    border-radius: 5px!important;
}
.menu-item:hover{
    border-radius: 5px!important;
}
.sub-menu{
    top: 95px;
    width: 100%;
    z-index: 9999;
    background: #3685E1;
    left: 0;
    border-radius: 10px;
}
.menu-item .sub-menu {
    display: none;
}
.menu-item:hover .sub-menu {
    display: block;
}
.menu-item .sub-menu {
    display: none;
    position: absolute;
    background-color: #747270;
    border-radius: 5px;
    padding: 25px;
}
.sub-menu li a{
    color: #fff!important;
    line-height: 2rem;
    font-family: 'Heebo', sans-serif!important;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
}
/* svg */
#menu-header-menu >.menu-item-has-children::after{
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='0.70em' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='black' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E") !important;
    text-rendering: auto;
    margin-left: 6px;
    transition: all 0.3s ease-in-out !important;
}
/* style.css */
/* Style your mega menu */
.mega-menu {
    padding: 30px;
}
.mega-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mega-menu ul li {
    display: inline-block;
    margin-right: 20px;
}
.mega-menu ul li:last-child {
    margin-right: 0;
}
.mega-menu ul li a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

/* media query */

@media (min-width: 1024px) {
    #menu-header-menu>.menu-item-has-children:hover.menu-item-has-children>ul {
        display: grid;
        grid-auto-flow: row;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2.5rem;
    }
}
@media (min-width: 1024px) {
    #menu-header-menu>.menu-item-has-children>.ul{
        padding: 20px;
        width: 100%;
        display: none;
        position: absolute;
        top: 60px;
        z-index: 9999;
        background: #86c296;
        left: 0;
        border-radius: 10px;
    }
}
@media (min-width: 1024px) {
    .menu-item-has-children>ul>li {
        padding: 10px 15px;
        width: 100%;
        transition: all .3s ease-in-out !important;
        color: #fff;
    }
}

@media (min-width: 1024px) {
    .menu-item-has-children>ul>li:hover {
        background-color: #cda275;
        transition: all .3s ease-in-out;
        color: #747270 !important;
        border-radius: 10px;

    }
}

/* function.php file code */
.menu-item-description{
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color: #ccc;
}
.menu_group{
    display: flex;
    gap: 12px;
    align-items: start;
}
.menu-item-image> .icon_img{
    width: 28px;
}
.menu-content p{
    margin-bottom: 5px;;
}
.menu-item-has-children>a{
    padding: 22px 0;
}

/* ----------services_Template--------------- */
.services-bg{
    padding: 120px 0;
}
.card-title a{
    color: #1E2A78;
}


/* ---------Single_services_page---------- */
.services-inner{
    padding: 80px 0;
}
.sec-heading{
    max-width: 950px;
}
.single-services {
    background: #fbfbfb;
    padding: 100px 0;
}

.sec-heading h5{
    color: #1E2A78;
    font-size: x-large;
    font-weight: 700;
}

.sec-heading h1{
    font-size: 42px;
    font-family: 'Poppins', sans-serif;
    color: rgb(100, 117, 137);
    line-height: 1.2; 
}

.servies-text h2{
    font-size: 30px;
    color: rgb(34, 54, 69);
    font-family: 'Poppins', sans-serif;
    line-height: 1.4; 
}

.servies-text p{
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: rgb(100, 117, 137);
    line-height: 1.7;
    font-weight: 400;
}
.services_img img{
    border-radius: 5px;
    width: fit-content;
    height: 450px;
}

@media screen and (max-width: 1040px) {
    .single-services {
        padding:70px 5px;
    }
}

@media screen and (max-width: 1040px) {
    .services-inner {
        padding: 40px 0;
    }
      
}



/* single_post_page */
.meta_link li>a:hover{
   fill: #0056b3;
}
.meta_link li{
    list-style-type: none;
}
.meta_link {
    padding-left: 0;  
    gap: 15px;
}
.entry-content .content>h1{
    font-size: 36px;
    font-weight: 600;
    color: #212529;
}
.entry-content .content>h2{
    font-size: 28px;
    font-weight: 600;
    color: #212529;
}
.entry-content .content>h3{
    font-size: 24px;
    font-weight: 600;
    color: #212529;
}
.entry-content .content>h4{
    font-size: 20px;
    font-weight: 600;
    color: #212529;
}
.entry-content .content>h5{
    font-size: 18px;
    font-weight: 600;
    color: #212529;
}
.entry-content .content>h6{
    font-size: 16px;
    font-weight: 600;
    color: #212529;
}


.inner_header{
    background-color: #ccc;
    padding: 100px 0;
}

.categorie_s{
    list-style: none;
}

.categorie_s>a{
    background-color: #1E2A78;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
   padding: 10px 15px;
   border-radius: 5px;
}

.title_h{
    font-size: 28px;
    font-weight: 500;
    color: #212529;
    font-family: 'Poppins', sans-serif;
    margin-top: 30px;
}

.p_excerpt{
    font-size: 18px;
    font-weight: 400;
    color:#212529;
    font-family: 'Poppins', sans-serif;
}

.post_images{
    width: 100%;
    height: 100%;
}
.related_postt{
    display: flex;
    gap: 10px;
    align-items: center;
}
.related_title{
    font-size: 14px;
    color: #1E2A78;
    font-weight: 500;
}

.related_images{
    overflow: hidden;
    width: 40%;
    border-radius: 5px;
}

.related_title{
    width: 60%;
}

.related_post_images{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: transform 0.3s ease-in-out;
}
.related_post_images:hover{
    border-radius: 5px;
    transform: scale(1.1);
    border-radius: 5px;
}

.author_img{
    width:58px;
    height:58px;
    border-radius: 100%;
}

.admin_text, .p_date{
    font-size: 16px;
    font-weight: 400;
    color:#212529;
    font-family: 'Poppins', sans-serif;
}

.contect_sec{
    padding: 70px 0;
}


.single_page{
    margin: 80px auto;
}

.entry-content .content>p{
    margin-top: 15px;
}

.entry-content .content>ul{
    margin-top: 20px;
    list-style-type: disc ;
}

.circul>ul{
    list-style-type: disc ;
    margin-top: 0;
}


.entry-content .post_content h2 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 7px;
}

.entry-content .post_content h3 {
    font-size: 22px;
    font-weight: 400;
}

.post_content{
    padding-bottom: 50px;
}

.social_links{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #00617f;
}

.sp_sidebar h3{
    font-size: 18px;
}

.author_name{
    margin-top: 20px;
}
.author_name h4{
    font-size: 18px;
}

.social_links{
background-color: #1E2A78;
}
.social_links:hover{
    background-color: #4554b4;
}
    
.social__share{
    gap: 10px;
    padding-bottom: 40px;
}
.contributor{
    margin-top: 40px;
}
.recent-postss{
    padding-top: 40px;
}

.recent-postss ul{
    padding-left: 0;
}

/* --------------Write for us Template-------- */
.description_editor{
    padding: 50px 0;
}

@media screen and (min-width: 425px) {
    .description_editor {
      padding: 50px 20px;
    }
  }

/* ------------- # FAQ Template ------------- */

.faq-box {
    margin-bottom: 105px;
}

.page-header {
    padding: 150px 0;
}

.page-header h1.page-title {
    font-family: 'Poppins', sans-serif;
    font-size: 58px;
    color: #ffffff;
    font-weight: 700;
}

.faq-box h2 {
    color: #223645;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 700;
    padding: 40px 20px;
}

.accordion_text{
    color: #647589;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;

}


.d_accordion{
    color: #647589;
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 20px 0;
}

.accordion_h {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;

}


.accordion_h.active_h, .accordion_h:hover {
    background-color: #1E2A78;
}
.accordion_h.active_h h3, .accordion_h:hover h3 {
    color: #ffffff;
}

.accordion_h.active_h svg path, .accordion_h:hover svg path {
    fill: #ffffff;
}

.accordion_h.active_h svg {
    rotate: 180deg;
}

.accordion-content {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}



/* popup */
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    transform: translate(-50%, -50%);
  }
  


  .popup-content {
    background-color: white;
    width: 60%;
    margin: 50px auto;
    padding: 20px;
    border-radius: 5px;
  }
  
  .close {
    float: right;
    cursor: pointer;
  }
  /* popup-form */
 
  .wpcf7-form-control{
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px;
  }
  .wpcf7-submit{
    background-color: #1E2A78;
    color: #fff;
    padding:10px 20px;
  }
  .wpcf7-form>label{
    color: #212529;
    font-family: 'Poppins', sans-serif;
  }

  .wpcf7-form-control {
    width: 100%;
  }
  .wpcf7-textarea{
    height: 100px;
   
  }
  .custom-gap>p{
    width: 100%;
  }
  .custom-gap{
    gap: 10px;
  }
  .form_h{
    text-align: center;
    font-size: 38px;
    font-weight: 500;
    color: #151C4C;
    font-family: 'Poppins', sans-serif;
  }

/* FAQ Responsiveness */
@media   screen and (max-width: 425px) {
    .pricing_cards{
        flex-wrap: wrap;
    }
  }


  /* Rank-Math */
  
#rank-math-toc h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}



#rank-math-toc nav ul li ul {
    padding-top: 12px;
    padding-left: 15px;
}

#rank-math-toc nav ul li,
#rank-math-toc nav ul li ul li {
    margin-bottom: 12px;
}

#rank-math-toc nav ul li a,
#rank-math-toc nav ul li ul li a {
    font-size: 14px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
}

#rank-math-toc nav ul li a:hover,
#rank-math-toc nav ul li ul li a:hover {
    text-decoration: underline;
}

#rank-math-toc nav ul li:last-child {
    margin-bottom: 0;
}

#rank-math-toc nav ul li ul li:last-child {
    margin-bottom: 0;
}

.category-list-mobile {
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
}
#rank-math-toc a.active {
    text-decoration: underline;
}
/* Style for the Table of Contents (TOC) */
#rank-math-toc {
    /* TOC container styles */
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}

/* Style for the TOC links */
#rank-math-toc a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s ease;
}

#rank-math-toc a.active {
    background-color: #eaeaea;
    color: #212529; 
    font-weight: 400; 
}


#rank-math-toc a:hover {
    background-color: #eaeaea;
}


.toc_list {
    /* Sidebar container styles */
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.toc_list {
    position: sticky;
    top: 20px; /* Adjust as needed */
}
@media (min-width: 992px) {
    .position-sticky-lg {
        position: -webkit-sticky;
        position: sticky;
        top: 8px;
        max-width: 200px; /* Adjust based on your requirements */
    }
}

@media (min-width: 1200px) {
    .position-sticky-xl {
        position: -webkit-sticky;
        position: sticky;
        top: 8px;
        max-width: 280px; /* Adjust based on your requirements */
    }
}



/* Blog Template */

.cate_card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    padding: 20px;
    margin-bottom: 20px; 
}

.cate_card:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

.blog-intro{
    padding-top: 50px;
}

input[type="checkbox"] + label:hover{
    background-color: #ffffff;
    color: #1E2A78;
}

.category-checkbox{
    margin:0 20px;
    
}
.blog-intro label {
    color: #ffffff;
    font-size: 18px;
    background-color: #1E2A78;
}
  /* Custom CSS styles */
  .main-div {
    padding-top: 60px;
    padding-bottom: 60px;
}

.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-title{
    margin-top: 10px!important;
}
.post-title>a{
    
    font-size:18px!important;
    color: #415678!important;
    line-height: 20px!important;
}

.post-slug {
    display: none; /* Remove the description */
}


/* check-box style */
.checkbox-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.checkbox-item {
    display: inline-block;
}

input[type="checkbox"] {
    display: none;
}

label {
    display: inline-block;
    padding: 8px 15px;
    color: #415678;
    background-color: #f0f0f0;
    border-radius: 5px;
    cursor: pointer;
}

input[type="checkbox"]:checked + label {
    background-color: #666699;
    color: #fff;
}

input[type="checkbox"] + label:hover {
    background-color: #ddd;
}


/* ---------Contact_page---------- */
.cf7{
    width: 100%;
    background-color: transparent;
}

.bg_cf7{
    padding: 50px 0;
}



/* Toggle_menu  */
@media screen and (max-width: 767px) {
    #site-header {
        top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    #menu-header-menu{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: baseline;
        gap: 20px;
    }
}
.toggle .bar:nth-child(2) {
    margin: 6px 0;
}
.toggle>span {
    width: 25px;
    height: 2px;
    border-radius: 4px;
    background: #cda275;
    display: block;
    cursor: pointer;
}
#site-header{
    position: relative;
}



@media(max-width:1023px){
    .menu-area{
        top: -190px;
        padding: 40px 15px 15px;
        width: 270px;
        position: absolute;
        left: -200%;
        background-color: #ffffff;
        transition: all .3s;
        z-index: 99;
        height: 140vh;
        color: #fff !important;
    }
    .active {
        left: 0 !important;
    }
    #mobile-menu > li > a{
        color: white !important;
    }
    .toggle.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .toggle.active .bar:nth-child(2) {
        opacity: 0;
    }
    .toggle.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}


.menu-area ul li a:active{
    color: #ffffff!important;
}



@media(max-width:1023px){

    #menu-header-menu li{
        text-align: center !important;
        color: white !important;
    }

    .menu-item-has-children>ul{
        display: none !important;
        position: relative;
        width: 100%;
        margin-top: 10px;
        margin-right: 0 !important;
        z-index: 10;
    }

    .menu-item-has-children.active>ul{
        display: block !important;
    }

    .menu-item-has-children>ul>li{
        padding : 10px 15px ;
        font-size: 15px;
        width : 100% ;
        color : white ;
        transition: all 0.3s ease-in-out !important;
        width: 100%;
        text-align: left;
    }


    .menu-item-has-children{
        position: relative;
        width: 100%;
    }

    .sub-menu .active{
        display: block !important;
    }
}


/* CSS styles for the code container and copy button */
.code-container {
    position: relative;
}

.copy-button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.copy-button:hover {
    background-color: #0056b3;
}






.download-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #fff !important; /* Icon color */
}
figure.wp-block-image {
    position: relative;
}

/* Forminator fomr */
.forminator-module-edit-link{
    display: none;
}