* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --darkBlue: #152631;
    --lightBlue: #2598c6;
    --yellow: #e7db2c;
}

body {
    height: 100%;
    width: 100%;
}


h4 {
    font-size: 4rem;
    font-weight: bold;
    color: var(--lightBlue);
    margin-bottom: 4rem;
    padding: 2.5rem;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.why-choose h4,
.our-philosophy h4,
.contact-us h4 {
    color: #fff;
}







.header {
    height: 65rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0 6rem;
    background-color: var(--darkBlue);
    background-image: url(Background.jpg);
    background-position: center;
    background-size: cover;
}





/*---------------     HEADER CONTENT LEFT     ----------------*/


.header-content-left {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
}

.header-content-left img {
    height: 10rem;
    width: 40rem;
    margin-bottom: 6rem;
}

.header-content-left p:nth-of-type(1) {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 2.5rem;
    margin-left: 2.5rem;
    position: relative;
    padding-left: 4rem;
    text-transform: uppercase;
}

.header-content-left p:nth-of-type(1) span {
    font-size: 2rem;
    color: var(--yellow);
}

.header-content-left p:nth-of-type(1)::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translate(-50%,-50%);
    width: 5rem;
    height: .2rem;
    background-color: var(--lightBlue);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
} 

.header-content-left p:nth-of-type(2) {
    color: #fff; 
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: bold;
}

.header-content-left p:nth-of-type(2) span {
    color: var(--lightBlue); 
    font-size: 4rem;
    font-weight: bold;
}

.header-content-left p:nth-of-type(3) span {
    font-size: 4rem;
    color: #fff;
    font-weight: bold;
}

.header-content-left p:nth-of-type(3) {
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--lightBlue);
}

.header-content-left p:nth-of-type(4) {
    font-size: 1.6rem;
    color: #fff;
    max-width: 40rem;
    margin: 2.5rem 0 4rem 0;
    line-height: 2.5rem;
}

.header-content-left a {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.header-content-left a:nth-of-type(1) {
    background-color: var(--lightBlue);
    color: #fff;
    padding: 1rem 5em;
    font-size: 2rem;
    width: 40rem;
    text-align: center;
}

.header-content-left a:nth-of-type(1):hover {
    background-color: var(--yellow);
    color: #000;
}

.header-content-left a:nth-of-type(2) {
    color: #fff;
    padding: 1rem 0;
    margin-top: 2.5rem;
    font-size: 1.6rem;
    width: 40rem;
}

.header-content-left a:nth-of-type(2):hover {
    color: var(--yellow);
}





.header-content-right {
    display: flex;
    justify-content: center;
    align-items: center;
}


.header-content-right iframe {
    width: 35rem;
    height: 20rem;
}



















/*----------------     OUR ACHIEVEMENTS     -----------------*/

.our-achievements,
.our-services {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 6rem;
    text-align: center;
}

.our-achievements h5 {
    margin-bottom: 4rem;
    color: var(--darkBlue);
    font-size: 2.5rem;
    font-weight: normal;
    width: 75rem;
}

.achievements-box,
.services-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-start;
    width: 100%;
    height: auto;
    margin: 2.5rem 0;
}

.achievement,
.service {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 30rem;
}

.achievement p:nth-of-type(1) {
    color: var(--lightBlue);
    font-size: 5rem;
    font-weight: bold;
}

.achievement p:nth-of-type(2) {
    color: var(--darkBlue);
    font-size: 2.2rem;
    font-style: italic;
    text-transform: uppercase;
}

.achievement p:nth-of-type(2) span {
    color: var(--lightBlue);
    font-size: 2.2rem;
    font-style: italic;
    text-transform: uppercase;
}




/*----------------     PROOF WHY CHOOSE     -----------------*/

.why-choose {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background-color: var(--darkBlue);
    padding: 10rem 15rem;
}
.why-choose-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.why-choose-box p {
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    font-weight: bold;
    position: relative;
    width: 80%;
    background-color: var(--lightBlue);
    padding: 1.5rem 0;
    margin-bottom: 5rem;
    text-align: center;
}

.why-choose-box ul {
    margin: 2.5rem;
}

.why-choose-box li {
    list-style:disc;
    padding: 1rem 0;
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 3.5rem;
}






/*------------------     OUR PHILOSOPHY     -------------------*/

.our-philosophy {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6rem 15rem 10rem 15rem;
    background-color: var(--darkBlue);
}

.our-philosophy p {
    color: #fff;
    font-size: 2.2rem;
    line-height: 3rem;
}

.our-philosophy p:nth-of-type(1) {
    margin-bottom: 3rem;
}


/*------------------     OUR PARTNERS     -------------------*/
/*------------------      WHO WE HELP     -------------------*/

.our-partners,
.who-we-help {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6rem 0 10rem 0;
}

.our-partners {
    background-color: rgb(246, 246, 246);
}

.img-container,
.img-container-two {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    padding: 5rem 0;
}

.img-container img {
    margin: 0 .5rem;
}

.img-container img:nth-of-type(1) {
    height: 6rem;
    width: 21rem;
}

.img-container img:nth-of-type(2) {
    height: 6rem;
    width: 25rem;
}

.img-container img:nth-of-type(3) {
    height: 5rem;
    width: 7.5rem;
}

.img-container img:nth-of-type(4) {
    height: 6rem;
    width: 22rem;
}




.img-container-two img:nth-of-type(1) {
    width: 12rem;
    height: 8rem;
}

.img-container-two img:nth-of-type(2),
.img-container-two img:nth-of-type(3) {
    width: 17rem;
    height: 9.5rem;
}

.img-container-two img:nth-of-type(4),
.img-container-two img:nth-of-type(5) {
    height: 10rem;
    width: 10rem;
}








/*------------------     OUR SERVICES     -------------------*/

.our-services {
    background-color: var(--darkBlue);
    background-color: #fff;
}

.service {
    width: 30rem;
    display: flex;
}

.service i {
    font-size: 5rem;
    color: var(--yellow);
    color: var(--lightBlue);
    margin-bottom: 1.5rem;
}

.service p {
    font-size: 2.5rem;
    color: #fff;
    color: var(--darkBlue);
    text-transform: uppercase;
}


/*------------------     CONTACT     -------------------*/

.contact-us {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--darkBlue);
    padding: 4rem 0;
}

.contact-us-content {
    height: 100%;
    width: 100%;
    padding: 2.5rem 5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.contact-us-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-us-box:nth-of-type(1),
.contact-us-box:nth-of-type(2) {
    margin-bottom: 5rem;
}

.contact-us-box i {
    font-size: 4rem;
    color: var(--lightBlue);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    margin-bottom: 1.5rem;
}

.contact-us-box i:hover {
    color: #fff;
}

.contact-us-box p {
    font-size: 2rem;
    color: #fff;
}


/*------------------     FOOTER     -------------------*/

.footer {
    text-align: center;
    background-color: var(--lightBlue);
    height: auto;
    color: #fff;
    padding: 3rem 0;
}

.footer p {
    font-size: 1.6rem;
}








/*------------------     MEDIA     -------------------*/


@media (max-width:900px) {

    h4 {
        font-size: 3.5rem;
    }

    .header {
        height: auto;
        flex-direction: column;
        padding: 6rem;
    }

    .header-content-left {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .header-content-right {
        width: 100%;
        margin-top: 2.5rem;
    }

    .header-content-left p:nth-of-type(1) {
        padding-bottom: 1.5rem;
        padding-left: 0;
        text-align: center;
    } 

    .header-content-left p:nth-of-type(1)::before {
        display: none;
    }

    .header-content-left p:nth-of-type(1)::after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 5rem;
        height: .2rem;
        background-color: var(--lightBlue);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
    }

    .header-content-left a:nth-of-type(2) {
        text-align: center;
    }

    .our-achievements h5 {
        font-size: 2rem;
        width: 70%;
    }

    .achievement,
    .service {
        padding: 0 2rem;
    }

    .achievement p:nth-of-type(1) {
        font-size: 4rem;
    }
    
    .achievement p:nth-of-type(2),
    .service p {
        font-size: 2rem;
    }
    
    .achievement p:nth-of-type(2) span {
        font-size: 2rem;
    }

    .why-choose {
        padding: 10rem;
    }

    .why-choose li {
        font-size: 2rem;
    }

    .service i {
        font-size: 4rem;
    }

    .our-philosophy p {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .img-container,
    .img-container-two {
        flex-wrap: wrap;
    }

    .img-container img,
    .img-container-two img {
        margin: 1rem;
    }
}



@media (max-width:725px) {

    h4 {
        font-size: 3rem;
    }

    .header-content-left p {
        text-align: center;
    }

    .header-content-left p:nth-of-type(1) {
        margin-left: 0;
    }

    .header-content-left img {
        height: 8rem;
        width: 30rem;
        margin-bottom: 6rem;
    }

    .header-content-left a:nth-of-type(1) {
        padding: 1rem 4em;
        width: 35rem;
    }

    .our-achievements {
        padding: 3rem;
    }

    .our-achievements h5 {
        font-size: 1.8rem;
        width: 100%;
    }

    .achievements-box {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: flex-start;
        width: 100%;
        height: auto;
        margin: 2.5rem 0;
    }

    .achievement p:nth-of-type(1) {
        font-size: 4rem;
    }

    .achievement p:nth-of-type(2) {
        font-size: 1.6rem;
    }   

    .achievement p:nth-of-type(2) span {
        font-size: 1.6rem;
    }

    .services-box {
        justify-content: center;
        align-content: center;
        padding: 0 2.5rem;
    }

    .service {
        display: flex;
    }
    
    .service i {
        font-size: 4rem;
        color: var(--yellow);
        color: var(--lightBlue);
        margin-bottom: 1.5rem;
    }
    
    .service p {
        font-size: 1.6rem;
        color: #fff;
        color: var(--darkBlue);
        text-transform: uppercase;
    }

    .why-choose {
        padding: 5rem;
    }

    .why-choose-box p {
        margin-bottom: 3rem;
    }

    .why-choose li {
        font-size: 2rem;
        line-height: 2.5rem;
        padding: .5 1rem;
    }

    .our-philosophy {
        padding: 6rem 5rem 10rem 5rem;
    }

    .footer p {
        font-size: 1.2rem;
    }

}



@media (max-width: 550px) {

    h4 {
        font-size: 2.5rem;
    }

    .header-content-left p:nth-of-type(1) {
        font-size: 2rem;
        margin-bottom: 2.5rem;
        margin-left: 0;
    }
    
    .header-content-left p:nth-of-type(1) span {
        font-size: 2rem;
    }
    
    .header-content-left p:nth-of-type(2),
    .header-content-left p:nth-of-type(2) span,
    .header-content-left p:nth-of-type(3),
    .header-content-left p:nth-of-type(3) span {
        font-size: 3rem;
    }
    
    .header-content-left p:nth-of-type(4) {
        font-size: 1.4rem;
    }

    .achievements-box,
    .services-box {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin: 0;
    }

    .achievement,
    .service {
        justify-content: center;
        align-items: center;
        align-content:initial;
        margin: 2rem 0;
    }

    .why-choose {
        padding: 2rem;
    }

    .why-choose li {
        font-size: 1.6rem;
    }

    .img-container,
    .img-container-two {
        flex-direction: column;
    }

    .img-container img,
    .img-container-two img {
        margin: 2.5rem 0;
    }

    .img-container img:nth-of-type(1) {
        height: 5rem;
        width: 19rem;
    }
    
    .img-container img:nth-of-type(2) {
        height: 5rem;
        width: 23rem;
    }
    
    .img-container img:nth-of-type(3) {
        height: 5rem;
        width: 7.5rem;
    }
    
    .img-container img:nth-of-type(4) {
        height: 6rem;
        width: 22rem;
    }
    
    .img-container-two img:nth-of-type(1) {
        width: 12rem;
        height: 8rem;
    }
    
    .img-container-two img:nth-of-type(2),
    .img-container-two img:nth-of-type(3) {
        width: 17rem;
        height: 9.5rem;
    }
    
    .img-container-two img:nth-of-type(4),
    .img-container-two img:nth-of-type(5) {
        height: 10rem;
        width: 10rem;
    }

}


@media (max-width: 470px) {

    h4 {
        font-size: 2rem;
    }

    .header-content-left a:nth-of-type(1) {
        padding: 1rem 2rem;
        width: 25rem;
    }

    .header-content-left a:nth-of-type(2) {
        padding: 1rem 0;
        margin-top: 2.5rem;
        font-size: 1.6rem;
        width: 30rem;
    }

    .header-content-left p:nth-of-type(4) {
        text-align: center;
    }

    .header-content-left a:nth-of-type(1) {
        padding: 1rem 2.5em;
        width: 30rem;
    }

    .header-content-left p:nth-of-type(1),
    .header-content-left p:nth-of-type(1) span {
        font-size: 1.6rem;
    }
    
    .header-content-left p:nth-of-type(2),
    .header-content-left p:nth-of-type(2) span,
    .header-content-left p:nth-of-type(3),
    .header-content-left p:nth-of-type(3) span {
        font-size: 2.5rem;
    }
}