:root{
    --thm-base:#3a6098;
    --blue-bg:#3a6098;
}

body{
    overflow-x: hidden;
    background-color: var(--blue-bg);
}

.breadcrumb {
    display: flex;
    list-style: none;
    padding: 20px 0;
    background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    padding: 0 10px;
    color: #6c757d;
}

.breadcrumb-item a {
    text-decoration: none;
    color: white;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.breadcrumb-item.active,.breadcrumb-item + .breadcrumb-item::before,.blog-page-one .sec-title h2,.partner-area__sec-title h2,.single-choose-style1 .text h3 ,.single-choose-style1 .text p,.job-title-box .left h3{
    color: white;
}



.career-form form {
    display: flex;
    flex-direction: column;
}

.career-form label {
    margin-top: 10px;
    font-weight: bold;
}

.career-form input[type="text"],
.career-form input[type="email"],
.career-form input[type="tel"],
.career-form input[type="file"] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.career-form input[type="submit"] {
    margin-top: 20px;
    padding: 10px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.career-form input[type="submit"]:hover {
    background-color: #7d9ecf;
}

.contact-form-section {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.contact-form-wrapper {
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contact-form-style3 .form-group {
    margin-bottom: 20px;
}

.contact-form-style3 label {
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

.contact-form-style3 .form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.contact-form-style3 textarea.form-control {
    resize: none;
}

.btn-submit {
    background-color: var(--thm-base);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit:hover {
    background-color: var(--thm-base);
}

.main-slider .image-layer{
    background-blend-mode: unset;
}

.features-style3-img-box .inner-img img {
    width: 500px;
}

.features-style3-img-box:before {
    background-image: unset;
    
}

.single-blog-style1 .img-holder img {
    mix-blend-mode: unset;
    height: 200px;
    width: 100%;
}

.single-partner-logo-box a{
    height: 100px;
    object-fit: contain;
}

.single-partner-logo-box a img {
    height: 80px;
}

.owl-carousel .owl-stage-outer{
    display: flex;
    justify-content: center;
}

.single-team-style1 .img-holder .inner img {
    
    mix-blend-mode: unset;
    height: 350px;
    object-fit: cover;
}

.sidebar-categories-box{
    padding: 10px 10px;
}

.sidebar-categories-box li {
    
    display: flex;
    justify-content: space-between;
}

.blog-details-area,.blog-page-three ,.features-style3-area ,.intro-style2-area ,.career-details-area {
    padding: 0 0 100px;
}

.main-menu .main-menu__list>li>ul{
    left:-50px;
}

.job-description-content ul li{
    margin-top: 10px;
    color: black;
}
 .career-form input[type='text'], .career-form input[type='email'], .career-form input[type='tel']{
    color:gray;
}

#careers .container form {
    border: 2px solid #e0e0e0; /* Adds a light grey border */
    border-radius: 8px; /* Rounds the corners */
    padding: 20px; /* Adds space inside the form */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
    background-color: #fff; /* Sets the background color to white */
    max-width: 600px; /* Optional: limits the form width */
    margin: 0 auto; /* Centers the form horizontally */
}

#careers .container form input[type="text"],
#careers .container form input[type="email"],
#careers .container form input[type="tel"],
#careers .container form input[type="file"],
#careers .container form input[type="submit"] {
    display: block;
    width: 100%; /* Makes the input fields full width */
    padding: 10px;
    margin-bottom: 15px; /* Adds space between inputs */
    border: 1px solid #ccc; /* Adds border to inputs */
    border-radius: 4px; /* Rounds the input fields */
    box-sizing: border-box; /* Ensures padding doesn't affect input width */
}

#careers .container form input[type="submit"] {
    background-color: var(--blue-bg); /* Green background for submit button */
    color: white;
    cursor: pointer;
    border: none;
}

#careers .container form input[type="submit"]:hover,#careers .container form input[type="submit"] ,.btn-one:after{
    background-color:#7d9ecf; /* Darker green on hover */
}

.footer-area{
    background-color: #ddd;
}

.footer-widget-links ul li a,.single-footer-widget .our-company-info .bottom-text p,.single-footer-widget .title h3{
    color: black;
}
.job-title-box {
    background-color:var(--blue-bg) ;
}



.know-more .btn{
    background-color: #244d8b;
    width:200px;
    margin-top: 30px;
   
}

.know-more .btn a{
    color: white;
    
}

a{
    color: gray;
}

.blog-page-one{
    padding: 0;
}

.footer-menu ul{
    color: white;
}
.mobile-nav__content {
    background-color: white;
}

.mobile-nav__content .main-menu__list>li>a,.mobile-nav__contact li>i ,.mobile-nav__contact li a,.mobile-nav__content .main-menu__list>li>ul>li>a,.mobile-nav__content .main-menu__list>li>a.expanded,.footer-widget-links ul li a:hover  {
    color: #244d8b;
}

.mobile-nav__content .main-menu__list>li>a{
    border-top: #244d8b solid 1px;


}
.mobile-nav__content .main-menu__list>li>a>button{
    background-color: #244d8b;
}

.single-blog-style1{
    padding-right: 0;
}

.single-blog-style1{
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.single-blog-style1 .img-holder,.single-blog-style1 .img-holder img,.single-blog-style1 .img-holder .inner:after,.single-blog-style1 .img-holder .inner  {
    border-radius: 8px 8px 0 0;
}

.single-blog-style1 .text-holder .blog-title{
    text-align: center;
    padding: auto 5px;
}

.single-blog-style1 .text-holder .bottom{
    justify-content: center;
}

.mobile-nav__close{
    color: #244d8b;
    top:10px
}

.blog-details-box{
    margin-right: unset;
}

.footer-top .single-widget{
    padding-left: 30px;
}

.footer-widget-links ul li {
    display:flex;
    gap:10px;
    align-items: center;
}

.footer-area--style3 .footer-top{
    margin-top:50px;
}

.footer-social-link ul li a,.footer-social-link ul li a:before{
    background-color: unset;
}

.footer-bottom .bottom-inner{
    justify-content: center;
}

.blog-details-img-box .inner img{
    mix-blend-mode: unset;
}

.header-menu-style1 ul,.header-social-link-style1 ul{
    margin-bottom: 0;
}

.main-header-style3__top {
    background-color: #1a1c23;
}

.features-style3-area,.blog-page-one,.faq-style1-area,.partner-area,.career-details-area,.blog-page-three,.choose-style1-area,.wealth-secure-area ,.intro-style2-area,.contact-form-section,.blog-details-area {
    padding:100px 0 100px;

}

.blog-page-one,.partner-area,.choose-style1-area,.team2{
    background-color: var(--blue-bg);
   
}

.intro-style2-area,.blog-page-three,.contact-form-section,.blog-details-area,.career-details-area {
    margin:50px;
    border-radius: 20px;
}



.job-list-table-box .job-list-table thead tr th,.job-list-table-box .job-list-table tbody ,.job-list-table-box .job-list-table tbody tr td  {
    border:2px solid var(--blue-bg);
}

.job-list-table-box .job-list-table .header,.contact-form-section{
    background-color: white;
}

.footer-area--style3 .footer-top {
    /* border-top: 0px solid #2f3139; */
    border-bottom: 1px solid #2f3139;
    padding-top: 100px;
    padding-bottom: 50px;
    border-radius: 90px 90px 0 0;
}
.btn-one:after,#careers .container form input[type="submit"] {
    background-color: var(--blue-bg);
    color: white;
}



.accordion-box .block .acc-content {
    padding-bottom: 24px;
    background-color: white;
}

.btn-one .txt{
    color: white;
}

.footer-area--style3 .footer-top {
    border-top: 1px solid #2f3139;
}

.footer-area {
    background-color: white;
    border-radius: 90px 90px 0 0;
}

.sidebar-categories-box {
    background-color: white;
}

.header-menu-style1 ul li  {
    color:white;
}

.single-blog-style1 .text-holder .blog-title{
    font-size: 18px;
}

.job-title-box{
    background-color: var(--blue-bg);
    border:1px solid var(--blue-bg);
    border-radius: 20px;
}

.blog-details-text-box .blog-details-title:before{
    background-image: unset;
    background-color: #43a7d8;
}
@media(max-width:768px){
    .scroll-to-top{
        display: none;
    }
    .main-menu-style3 .container{
        padding: 0 5px;
    }

    .scroll-to-target .scroll-to-top{
        display: none;
    }

    #careers .container form {
        padding:5px;
        border:unset;
        box-shadow: unset;
        margin-top: 40px;
    }
    .contact-form-wrapper {
        background-color: #fff;
        padding: 40px 20px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .single-footer-widget{
        padding-left:unset;
    }
    .breadcrumb{
        justify-content: center;
    }

    .intro-style2-area, .blog-page-three, .contact-form-section,.blog-details-area,.career-details-area {
        margin: 10px;
        border-radius: 10px;
    }

    .footer-area--style3 .footer-top,.footer-area{
        border-radius: 30px 30px 0 0;
        background-color: white;
    }
    
    

.description-overlay div{
    height:300px;
    overflow:scroll;
}

}
.handle-preloader{
            background-color: #3a6098;
}
.main-slider-style3 .image-layer:after{
opacity: 0.2;
}

.single-partner-logo-box {
    background:white;
}
.Disclaimer {
    font-weight: bold;
}
.disclaimer{
    background-color: #3a6098; 
    color: white; 
    text-align: justify;
    padding:10px 0;
}

.sec-title .sub-title p{
    font-size: 16px;
    text-align: justify;
}

.single-footer-widget .our-company-info .bottom-text p,
p,
.job-description-content ul li{
    text-align: justify;
}

.img-holder {
    position: relative;
}

.description-overlay {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black */
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.img-holder:hover .description-overlay {
    opacity: 1;
}

.description-overlay p {
    padding: 10px;
    text-align: center;
}

.colwhite{
    color: white;
}

.sec-title2 h2 {
    color: white;
    font-size: 48px;
    line-height: 1.1em;
    font-weight: 500;
    text-transform: capitalize;
}
.features-style3-img-box{
        padding-top: 150px;
}

.img-holder {
    position: relative;
    overflow: hidden;
}

.img-holder img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.img-holder .inner:hover img {
    transform: scale(1.1);
}

.img-holder .hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Dark semi-transparent overlay */
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.img-holder .hover-overlay p {
    padding: 20px;
    font-size: 14px;
}

.img-holder .inner:hover .hover-overlay {
    opacity: 1;
}

.whitetext{
    color: white !important;
}

.main-slider .main-slider-content .text p{
    color: white;
    font-size: 24px;
}

.main-menu-style3 .main-menu__wrapper-inner{
        justify-content: space-evenly;
}


