.cus-head-sear{
    align-content: center;
}
.head-men{
    display:flex;
}

.main-menu ul .nav-link.li>a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 14px;
    margin-left: 8px;
}
                     

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}


.service-single-content p{
    margin-top: 16px;
    margin-bottom: 12px;
}





/* ============================================================
   CUSTOM SERVICE PARENT STYLING
   Applies only to elements inside .custom-service
   ============================================================ */

.custom-service {
    
  
    
    line-height: 1.6;
  
}

/* ------------------------------
   HEADINGS
--------------------------------- */

.custom-service h2 {
    font-size: 2rem;
                         
    margin-bottom: 15px;
}

.custom-service h3 {
    font-size: 1.6rem;
   margin-bottom: 15px;
    margin-top: 30px;
}

.custom-service h4,
.custom-service h5 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
   
}

/* ------------------------------
   PARAGRAPHS
--------------------------------- */

.custom-service p {
    margin-bottom: 15px;
    font-size: 1rem;
}

/* ------------------------------
   LINKS
--------------------------------- */

.custom-service a {
   
    text-decoration: none;
    font-weight: 600;
}

.custom-service a:hover {
    text-decoration: underline;
}

/* ------------------------------
   ORDERED LISTS
--------------------------------- */

.custom-service ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.custom-service ol li {
    margin-bottom: 10px;
    font-size: 1rem;
}

/* ------------------------------
   IMAGES
--------------------------------- */

.custom-service img {
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
    display: block;
}

/* ------------------------------
   FEATURED BANNER IMAGES
--------------------------------- */

.custom-service figure.wp-block-image {
    margin: 25px 0;
    text-align: center;
}





/* ------------------------------
   RESPONSIVE TWEAKS
--------------------------------- */

@media (max-width: 600px) {
    .custom-service {
        padding: 15px;
    }

    .custom-service h2 {
        font-size: 1.7rem;
    }

    .custom-service h3 {
        font-size: 1.4rem;
    }
}

.custom-service img{
    flex: 0 0 0%!important;
}


.cst-serv img{
    height:240px;
}
.post-featured-image img {
  
    object-fit: inherit;
   width:100%;
}
.custom-head-banner h2{
    color:#fff
}