.services-header{

    background-image: url("../img/about-header.png"); /* The image used */
    background-color: var(--white); /* Used if the image is unavailable */
    min-height: 300px;
    margin-top: 95.55px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    padding-top: 5rem !important;
    padding-bottom: 5rem;
    border-bottom: 5px solid var(--color2);
}

.services-header h2{
    color: var(--white);
    text-align: center;
}


/********************************************************************
SERVICES SECTION 1
********************************************************************/
.services-section1{
    min-height: 300px;
}

.services-section1 .__box-container{
    background-color: var(--white);
    margin-top: -200px;
    padding: 2rem;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.5);
}

.services-section1 .__box-container h3{
    color: var(--color3);
}


/* ------------------------TITLE BOX START HERE------------------------ */

.services-title {
    padding: 0px;
    margin: 0px;
    min-height: 90px;
}

.services-title .__top-title-box{
    background-color: var(--color1);
    padding: 1rem;
    height: 69.9px;
    width: 500px;
    clip-path: polygon(0% 0%, 87% 0%, 100% 100%, 0% 100%);
    z-index: 10;
    position: relative;
}


.services-title .__top-title-box h3{
    color: var(--black);
    margin: 0px;
}




.services-title .__bottom{
    position: relative;
}

.services-title .__bottom-title-box h3{
    color: var(--black);
    margin: 0px;
}


.services-title .__bottom-title-box{
    margin-top: -27px;
    background-color: var(--white);
    padding: 2rem 2rem 2rem 1rem;
    height: 93.9px;
    z-index: -1;
    width: 813px;
    position: absolute;
    border: 3px solid var(--color1);
    clip-path: polygon(0% 0%, 87.6% 0%, 100% 100%, 0% 100%);
}

.services-title .__bottom-title-box-mimic{
    margin-top: -27px;
    background-color: var(--color1);
    width: 820px;
    display: block;
    height: 93.9px;
    position: absolute;
    z-index: -2;
    clip-path: polygon(0% 0%, 87.3% 0%, 99.7% 100%, 0% 100%);
}

/* -----------------------TITLE BOX END HERE----------------------------- */



/********************************************************************
SERVICES SECTION 2
********************************************************************/
.services-section2{
    min-height: 250px;
}

.services-section2 h4{
}

.services-section2 .__box-container{
    background-color: var(--color1);
    height: 250px;
    padding: 20px;
    text-align: center;
}

.services-section2 .__box-container img{
    margin: auto;
    margin-bottom: 10px;
}


.services-section2 .__box-container p{
    color: var(--white);
}


/********************************************************************
SERVICES SECTION 3
********************************************************************/
.services-section3{
    min-height: 250px;
}


.services-section3 .__box-container{
    background-color: var(--color1);
    padding: 2rem;
    text-align: center;
    margin-top: 85.25px;
    height: 126px;
}


.services-section3 .__box-container p {
    color: var(--white);
}


/********************************************************************
SERVICES SECTION 4
********************************************************************/

.__orange-bg{
    background-color: var(--color2);
    z-index: -0;
    position: relative;
    padding-top: 3rem;
}

.services-section4{
    min-height: 250px;
    background-color: var(--color2);
    z-index: -10;
    position: relative;
}

.services-section4 .__box-container{
    background-color: var(--white);
    padding: 2rem;
    text-align: center;
    margin-top: 85.25px;
    height: 220px;
}

.services-section4 .__box-container img{
    margin: auto;
    margin-bottom: 1rem;
}

.services-section4 .__box-container p {
    color: var(--gray);
    font-weight: 700;
}


/********************************************************************
SERVICES SECTION 5
********************************************************************/
.services-section5{
    min-height: 250px;
}

.__s5.services-title .__top-title-box{
    width: 550px;
}

.services-section5 .__content-container{
    width: 500px;
    height: 208px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-left: 1rem;
}


.services-section5 .__content-container h3{
    color: var(--color1);
}

.services-section5 .__content-container .__horizontal-line{
    height: 4px;
    width: 200px;
    margin-bottom: 1rem;
    background-color: var(--color1);
}

/********************************************************************
SERVICES SECTION 6
********************************************************************/
.services-section6{
    background-color: var(--color2);
}





/********************************************************************
SERVICES SECTION 7
********************************************************************/
.services-section7{

}
/* ------------------------TITLE BOX START HERE------------------------ */

.services-section7  .__top-title-box{
    background-color: var(--color1);
    padding: 1rem;
    height: 69.9px;
    width: 100%;
}


.services-section7  .__top-title-box h3{
    color: var(--black);
    margin: 0px;
    text-align: center;
}




.services-section7 .__bottom{
    position: relative;
    margin-bottom: 2rem;
}

.services-section7  .__bottom-title-box h3{
    color: var(--black);
    margin: 0px;
}


.services-section7  .__bottom-title-box{
    background-color: var(--white);
    padding: 1rem;
    /* height: 69.9px; */
    width: 100%;
    border: 3px solid var(--color1);
    text-align: center;
}



/* -----------------------TITLE BOX END HERE----------------------------- */