
body{
    background-color:#ffffff!important;
}

h1{
        color: #000066 !important;
}

h3{
        color: #000066 !important;
}
h4{
        color: #000066 !important;
}
h5{
        color: #000066 !important;
}
h6{
        color: #000066 !important;
}


.list_span {
    color: #777789 !important;
}


.inner-banner {
    background: url(../media/bg/extra-blog-banner.png) no-repeat !important;
    background-position: center;
    background-size: cover;
    height: clamp(170px, 10.417vw, 300px);
    display: grid
;
    align-items: center;
}




.calander{
        filter: brightness(0.5) sepia(1);
}


.shadow-4d{
    
    box-shadow: 0px 0px 2px #000066;

}


/*==================================================*/

.product-description .description-wrapper p strong big{
color:#000666;
}

.contact-section .contact-wrapper .form-container {
    padding: clamp(24px, 1.667vw, 48px);
    border-radius: clamp(8px, 0.781vw, 30px);
    background: #ffffff;
    height: 100%;
    border: 1px solid #000666;
}


.contact-section .contact-wrapper .contact-text-container {
   background: #ffffff;
    border: 1px solid #000666;
}

.blog-section .blog-block {
    box-shadow: 0px 0px 22px -15px;
}

.blog-section{
background:#fff;
}

.our-team-title  {
padding: 15px 10px;
    text-align: center;
}

.our-team-title a {
    font-size: 20px;
    font-weight: 500;
    color: #000066 !important;
    text-decoration: none;
    margin-top :2px;
}


.our-team-title p {
    color: #686869 !important;
    margin-top:3px;
}



.our_team{

    background: #fff;
    border-radius: 8px 8px 8px 8px;
        box-shadow: 0px 0px 5px #dcd9d9;

}

.our_team1 {
    box-shadow: 0px 6px 0px #000066;
    margin-bottom: 6px;
    border-radius: 8px;
}

.our-team-img
 {
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
}


.our-team-img::before {
    position: absolute;
    content: "";
    background: linear-gradient(3.65deg, #c822b06e 5.86%, rgb(13 168 168 / 7%) 82.23%);
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 8px 8px 0px 0px;
}

.our-team-img img {
    height: 280px !important;
    transition: .5s;
}







    @media (max-width: 991px) {
      .banner_height{
        height: 130px !important;
}
    }


@media (max-width: 490px) {
    .title-banner .banner-wrapper .banner-image1 {
      display:block !important; 
    }
	
	.title-banner .banner-wrapper .banner-image2{
             display:block !important; 
    }
}

.title-banner .banner-wrapper .banner-image1 {
    width: clamp(107px, 15.885vw, 520px);
}


.an55 h2{
    color:#000000 !important;
    margin-bottom:5px;
    font-size:22px !important;
}


.sidebar {
    box-shadow: 0px 0px 4px #dbd9d9;
}


.blog-detail-wrapper {
    box-shadow: 0px 0px 4px #dbd9d9;
}