.header {
    border-bottom: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
}
#testimonials {
    background: transparent;
    background-image: radial-gradient(#626262 -10%, transparent 10%);
    background-size: 5px 5px;
}
section.partnerLogos {
    background-image: url(../img/partnerBG.jpg);
    background-size: cover;
    background-position: center;
    color: #8a8a8a;
    position:relative;
}
/* section.partnerLogos::before{
    background-color: rgba(0, 0, 0, 0.37);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
  } */
section.partnerLogos .section-title h2 {
    background: color-mix(in srgb, #ffffff, transparent 90%);
    color: #ffffff;
}
section.partnerLogos .section-title p {
    color: #fff;
}
section.partnerLogos img {
    width: 150px;
    border: 1px solid #ffffff9e;
    /* padding: 20px; */
    /* background-color: #ffffff9e;
    margin-bottom: 20px; */
    /* filter: grayscale(100%);
    opacity: .6;
    cursor: pointer;
    object-fit: contain;
    aspect-ratio: 3 / 2; */
    background-color: white;
    opacity: 0.8;
    border-radius: 10px;
    margin: 7px 5px;
}
section.partnerLogos img:hover {
    /* width: 80%;
    border: 1px solid #4154f1;
    padding: 10px;
    background-color: #FFF;    
    filter: grayscale(0);
    opacity: 1; */
    opacity: 1; 
    cursor: pointer;
}
.contact .php-email-form input[type=text], .contact .php-email-form input[type=email], .contact .php-email-form textarea {
    padding: 6px 10px;
}
.contact .php-email-form button[type=submit] {
    border-radius: 0px;
}
.hero.contact {
    min-height: 60vh;
    background: url(../img/contactBanner.jpg) top center no-repeat;
    background-size: cover;
}
.top-intro {
    background-color: rgba(4, 63, 113, 1);
    position: static;
}
ul.header_social {
    display: block;
    margin: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
ul.header_social li {
    float: left;
    line-height: 100% !important;
    list-style: none;
}
ul.header_social li a i {
    display: inline-block;
    padding: 12px 12px 12px 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 17px !important;
    color: #E4F1FE;
    background-color: transparent;
    transition: all .5s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    width: 42px;
    text-align: center;
}
ul.header_contact li {
    /* padding: 10px 0 0 20px; */
    line-height: 20px;
    display: inline-block;
    color: #dedede;
}
ul.header_contact li i {
    display: inline-block;
    vertical-align: text-top;
    padding-left: 5px;
    font-size: 12px !important;
    color: #dedede;
}
div#top-intro ul{
    margin-bottom: 0rem;
}
.fixed-top {
    top: 41px;
}
.scrolled .fixed-top {
    top: 0px;
}
.carousel-item {
    /* height: 40rem; */
    height: 30rem;
}

button.carousel-control-prev, button.carousel-control-next{
    font-size: 75px;
    color:#043f71;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #043f71;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 6.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #000;
    text-align: center;
}
.carousel-caption h1 {
    color: #043f71;
    font-weight: 700;
    font-size: 28px;
}
.top-intro ul.header_contact a{
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
}
.top-intro ul.header_contact a:hover{
    color: #FFF;
}
.top-intro ul.header_contact li li a:hover{
    color: #4c5ef2;
}

ul.header_social li a i:hover {
    color: #fff;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

ul.header_social li a.linkedin i:hover {
    background-color: #00aff0;
}

ul.header_social li a.facebook i:hover {
    background-color: #3b5998;
}

ul.header_social li a.twitter i:hover {
    background-color: #4099ff;
}

ul.header_social li a.google-plus i:hover {
    background-color: #C92228;
}
.carousel-indicators [data-bs-target] {
    background-color: #043f71;
}
.navmenu .active, .navmenu .active:focus {
    background: #fff;
}
.navmenu .active, .navmenu .active:focus {
    background: #fff;
}

.navmenu .dropdown ul a.active {
    color: var(--nav-dropdown-hover-color);
}
ul.header_social{
    display: none;
}
ul.header_contact {
    line-height: 41px;
}
.row.our_partners {
    text-align: center;
    display: block;
}
.navmenu .listing-dropdown ul li a{
    text-transform: capitalize;
}
li:hover {
    background-color: #ffffff;
}
.header_contact.navmenu a{
    padding: 0px 12px;
    text-transform: capitalize;
}
.header_contact.navmenu li:hover {
    background-color: transparent;
    color:#FFF;
}
.top-intro ul.header_contact li li a {
    color:#012970;
}
/* 
.ruralInsuranceStyle{
    width: 500px;
    right: 0;
    left: auto;
}
li.listing-dropdown.aboutUStyle ul {
    width: auto;
    left: auto;
    right: 132px;
} */

@media (min-width: 1200px){
    li.listing-dropdown.ruralInsuranceStyle ul {
        width: 500px;
        margin: auto;
        right: 29px;
        left: auto;
    }
    li.listing-dropdown.personalInsurance ul {
        width: 1000px;
        margin: auto;
    }
    .navmenu .dropdown ul li:hover>a {
        color: #212529;
    }
    .navmenu .dropdown ul li:hover>a:hover {
        color: #4154f1;
    }
}

@media (max-width: 510px){
    section.partnerLogos img {
        width: 100px;
        border-radius: 5px;
        margin: 4px 2px;
    }
}
section#recent-posts {
    border-top: 1px solid #e3e6fd;
}
.navigation_bar {
    padding: 5px 0px;
    /* border-bottom: 1px solid #e3e6fd; */
    font-size: 12px;
    margin-top: 98px;
    color: #012970;
}
.navigation_bar a {
    color: #012970;
    /* text-decoration: underline; */
}
.navigation_bar i {
    padding: 0px 5px;
    font-size: 14px;
}
section#about img {
    border-radius: 10px;
}
.section#about .content {
    border-radius: 10px 0px 0px 10px;
}
.about .content h2 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
}
.about .content .btn-read-more {
    padding: 20px;
}
.about .content .btn-read-more span {
    font-weight: 300;
}
header#header {
    background-color: #FFF;
}
.about.section {
    padding: 0px 0px 60px 0px;
}
.scroll-top,.recent-posts .post-item .post-date,.about .content .btn-read-more,.footer .footer-newsletter .newsletter-form input[type=submit] ,.footer .social-links a:hover {
    background-color: #25335b;
}
.col-lg-6.d-flex.align-items-center.secondBox {
    background-color: #e8eaff;
    border-radius:0px 10px 10px 0px;
}
.col-lg-6.d-flex.align-items-center.secondBox .content, .content li:hover {
    background-color: transparent;
}
section#team {
    padding: 0px 0px 40px 0px;
}
.section-title {
    padding-bottom: 20px;
}
.team-member .member-img img{
    padding:40px 40px 20px 40px;
    border-radius: 15%;
}
.carousel-caption h1 {
    font-family: var(--nav-font);
    font-size: 38px;
    color:#fff;
    line-height: 60px;
}

@media (min-width: 510px){
    .carousel-item img{
        width:100%;
    }
}
.apna_blogs{
    padding-top: 100px;
}
.bg_banner{
    background: url(https://img.freepik.com/free-photo/stylish-family-walking-sunny-field_1157-34729.jpg?t=st=1736507030~exp=1736510630~hmac=03c729e57396885022d803da624a5000c1ce3823f1c422f79a5342d3b820b9d8&w=996) no-repeat center;
    height:400px;
    background-size: cover;
    background-position: top;
}
.cattle_blog .bg_banner{
    background: url(https://img.freepik.com/free-photo/long-shot-cows-walking-old-metal-bridge_23-2148214276.jpg?t=st=1736509022~exp=1736512622~hmac=3374048188b6abeaa7a5fe16e17d429775017a2f58748744be38ea4f092fd2a4&w=996) no-repeat center;
    
    background-size: cover;
}
.home_blog .bg_banner{
    background: url(https://img.freepik.com/free-photo/old-european-city-alicante-spain_1398-4862.jpg?t=st=1736509131~exp=1736512731~hmac=6bfc80d1c386e6d1006a4a8f8315266272de15bf10be1b2750cf927185d644e4&w=900) no-repeat center;
    background-position: center;
    
    background-size: cover;
}
.blog_read_more{
    position: absolute;
    bottom: 30px;
}