#header.header-transparent .header-body:not(.header-border-bottom) {
    border-bottom: 1px solid transparent !important;
}

.about-custom-text-11{
    font-size: 52px !important;
}

.page-header {
    margin-top: 0 !important;
    border-top: none !important;
}

.page-header.page-header-background {
    padding: 240px 30px 300px 30px;
    margin-bottom: 0;
    background-position: 0 100%;
    background-size: cover;
}

.header-btn-collapse-nav{
    background-color: var(--primary) !important;
}

.page-header{
   min-height: 520px;
   background-size: cover;
}

.pricing-card{
    background-color: #363636;
}

.pricing-card .price{
    color: #fff !important;
}


.service-section-title{
    text-transform: capitalize;
}



.pricing-card h4{
    color:#fff;
}

.pricing-card  li{
    color:#fff;
}

.pricing-card .card-body{
    padding: 0.8rem;
}

.pricing-card  i{
    background-color:#fff !important;
    color:#000 !important;
}

.pricing-card .pricing-card-feature h4{
    color: var(--primary) !important;
}

.pricing-card .pricing-card-feature .price{
    color: var(--primary) !important;
}

.pricing-card .pricing-card-feature li{
    color: #000;
}

.pricing-card .pricing-card-feature i{
    background-color: var(--primary) !important;
    color:#fff !important;
}

@media (max-width: 768px){
  .page-header{
     min-height: 320px;
  }

  
.page-header.page-header-background {
    padding: 220px 60px 200px 100px;
}
}


section.section.section-overlay-opacity.section-overlay-opacity-scale-8:before {
    background: var(--dark-rgba-80);
}



html.sticky-header-active #header.header-transparent .header-body:not(.header-border-bottom) {
    border-bottom-color: transparent !important;
}

.portfolio-detail .wp-block-heading{
    padding: 2px 0 !important;
    margin: 2px 0 !important;
    font-size: 18px;
    font-weight: 700;
}


.client-logos{
    width: 100%;
    height: 165px;
    border:2px solid #fff;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 5px;

}


.client-logos img {
    max-width: 200px;
    max-height: 120px;
    object-fit: contain;
    margin: 0 auto;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.blog-card{
    overflow: hidden;
}

.blog-card-bg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 260px;
    height: 100%;
}

.our-services .service-card {
    padding: 45px 25px 45px 35px;
    min-height: 270px;
}

html.dark .thumbnail, html.dark .img-thumbnail, html.dark .thumb-info {
    background-color: transparent;
    border-color: transparent;
}

#readMoreContent {
    transition: all 0.4s ease;
}
#readMoreBtn {
    margin-top: 15px;
}

/* Tablet */
@media (max-width: 991px){
    .blog-card-bg{
        min-height: 220px;
    }
}

/* Mobile */
@media (max-width: 767px){

    .blog-card .row{
        display:block;
    }

    .blog-card-bg{
        min-height: 240px;
        border-radius: 0 !important;
    }

    .blog-card .card-body{
        padding: 20px;
    }
}

/* Small phones */
@media (max-width: 480px){
    .blog-card-bg{
        min-height: 200px;
    }
}



@media (min-width: 992px) {
    #header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
        color: var(--primary);
    }
}
.service-margin{
	margin-left: 45px;
}

.pricing-table .plan .plan-header h3 {
	background: transparent;
}

.approach-img {
    position: relative;
    display: block;
    background-image: url("../img/our-approach1.png");
}

