header {
    position: relative;
    text-align: left;
    margin-bottom: -4px;
}
header>img, header>picture>img {
    width: 100%;
}
header > h1 {
    position: absolute;
    top: 40%;
    right: 10%;
    font: 300 2.5rem 'Readex Pro';
    padding-bottom: 10px;
    color: #E6F7FF;
    text-align: right;
    border-bottom: 2px solid red;
}

.about-1 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.about-1 > img {
    width: 40vw;
    padding: 3rem 2rem 3rem 3rem;
}
@media (max-width: 850px){
    .about-1 > img {
        width: 50vw;
        height: 60vh;
        object-fit: cover;
    }
}
@media (max-width: 680px){
    header > h1 {
        top: 30%;
        right: 7%;
        font-size: 2.2rem;
    }
    .about-1 {
        flex-direction: column-reverse;
    }
    .about-1 > img {
        width: 80vw;
        object-fit: contain;
        height: auto;
        padding: 2rem;
    }
}
@media (max-width: 560px){
    .about-header > picture > img{
        width: 100%;
        height: 50vh;
        overflow: hidden;
        object-fit:cover
    }
}
@media (max-width: 400px){
    .about-1 > img {
        width: 90vw;
    }
}
.aboutus p{
    padding: 3rem 3rem 3rem 2rem;
    text-align: right;
    font: 300 1.3rem/1.8rem 'Readex Pro';
}
.aboutus > p {
    padding-top: 0;
}
.aboutus a {
    text-decoration: none;
    color: #004f74;
    font-weight: 400;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}
.aboutus a:hover {
    font-size: 1.4rem;
    color: #006ea0;
}
.heading {
    font: 400 1.4rem 'Readex Pro';
    color: #00344d;
    text-align: center;
}


#vision2030-header>picture>img {
    display: block;
    max-height: 80vh;
    object-fit: cover;
    object-position: 0% 0%;
}
@media (min-width: 1440px){
    #vision2030-header {
        background-color: rgb(4,2,1);
    }
    #vision2030-header>picture>img {
        margin: 0 auto;
        max-width: 90%;
    }
}
.vision2030 {
    background: linear-gradient(180deg, rgba(4,2,1,1) 0%, rgb(18, 24, 41) 100%);
    color: #fae7e7;
    padding-bottom: 3rem;
    text-align: right;
}
.vision2030 > h2 {
    font: 300 1.6rem 'Readex Pro';
    border-bottom: 1px solid red;
    margin: 0 2rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.vision2030 > p {
    padding: 2rem 3rem;
    font: 300 1.2rem/1.8rem 'Readex Pro';
}


.vision-header>img{
    max-height: 50vh;
    object-fit: cover;
}
@media (max-width: 450px){
    .vision-header>img{
        height: 50vh;
    }
}
.vision>h2, .mission>h2, .goals>h2{
    font: 300 1.6rem 'Readex Pro';
    margin: 2rem 0;
    padding: 1rem;
}
.vision, .mission {
    width: 70%;
    margin: 3rem;
    text-align: right;
}
.vision>h2, .goals>h2{
    border-bottom: 2px solid red;
    text-align: right;
}

.mission > h2 {
    border-bottom: 2px solid #007db7;
    text-align: left;
}
.vision {
    margin-left: auto;
}
.goals > h2{
    width: 70%;
    margin: 3rem 3rem 1rem auto;
}
.goals > ul {
    margin: 0 3rem 3rem 3rem;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.goal {
    width: 12rem;
    height: 16rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: right;
    align-items: center;
    margin: 2rem;
    padding: 1rem;
    background-color: #e0edf8;
    border-radius: 10px;
    box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.25);
    transition: all 200ms ease-in-out;
}
.goal > img {
    width: 3rem;
    margin: 2rem auto;
}
.goal:hover {
    transform: scale(1.05,1.05) translateY(-10px);
}
@media (max-width: 500px){
    .goals>ul {
        margin: 0 2.5rem 2.5rem 2.5rem;
    }
    .goal {
        width: 11rem;
        margin: 1.5rem;
    }
    .goal > img {
        margin: 1.5rem auto;
    }
}
@media (max-width: 400px){
    .goals>ul {
        margin: 0 1.8rem 1.8rem 1.8rem;
    }
    .goal {
        width: 10rem;
        margin: 1rem;
    }
    .goal > img {
        margin: 1rem auto;
    }
}
@media (max-width: 350px){
    .goal {
        width: 14rem;
    }
}


.service-header>img {
    max-height: 80vh;
    object-fit: cover;
}
.service-header > h1 {
    background-color: rgba(0, 15, 31, 0.363);
}
.service-container {
    border-top: 2px solid red;
    text-align: right;
}
.service-name {
    font: 600 2rem 'Readex Pro';
    padding: 1rem;
    margin: 1rem;
}
.service-container > h4:nth-child(2) {
    text-align: center;
    font-size: 1.3rem;
}
.service-container > h4 {
    font: 400 1.1rem 'Readex Pro';
    padding: 1rem 2rem;
}
.service-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0 3rem 3rem 3rem;
    font: 400 1.1rem 'Readex Pro';
}
.service-content > ul {
    list-style: none;
}
.service-content > ul > li {
    padding: 0.5rem;
}
.service-content > img {
    width: 40vw;
    object-fit: contain;
}
@media (max-width: 560px){
    .service-header>img {
        height: 50vh;
    }    
    .service-content {
        flex-direction: column-reverse;
    }
    .service-content > img {
        width: 75vw;
        margin: 2rem auto;
    }
}
@media (max-width: 310px){
    .service-header>h1{
        font-size: 2rem;
    }
}
#ITSystems, #Development {
    color: #011a4b;
}
#ITSystems>h3, #Development>h3 {
    border-bottom: 1px solid red;
}
#Software, #Network {
    background-color: #0b4072;
    color: #ddf2fe;
}
#Software>h3, #Network>h3 {
    border-bottom: 1px solid #ceeeff;
}



.contact-header{
    top: 0;
    left: 0;
    margin: 2rem;
    margin-top: 0;
    padding-top: 2rem;
    text-align: right;
    position: relative;
    color: #001236;
    border-bottom: 2px solid #0063BE;
    border-top: 1px solid #001236;
}
header > p {
    font: 300 1.5rem 'Readex Pro';
    text-align: center;
    margin-bottom: 2rem;
    padding: 0 2rem;
}
.contact-container {
    display: flex;
    flex-direction: row-reverse;
}
.contact-details {
    display: flex;
    flex-direction: column;
    align-items:end;
    text-align: center;
    background-color: #055e8b;
    color: #e0edf8;
    width: 40%;
    padding: 2rem 2rem 0 0;
}
.contact-details > h2 {
    font: 300 1.3rem 'Readex Pro';
    padding-bottom: 0.5rem ;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e0edf8;
}
.contact-details > a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    align-items: center;
    padding: 1rem;
    text-decoration: none;
    color: #e0edf8;
    transition: all 200ms ease-in-out;
}
.contact-details > a:hover {
    background-color: #e6f7ff29;
}
.contact-details > a img {
    width: 2.5rem;
    padding: 0.5rem;
}
.contact-details span {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    text-wrap: nowrap;
}
#emailSpan {
    padding-right: 0.5rem;
}
.contact-details > p {
    text-align: right;
    padding: 1rem;
}
@media (max-width: 855px){
    .contact-details>h2 {
        margin-left: 2rem;
    }
    .contact-details>a {
        flex-wrap: wrap;
        justify-content: end;
    }
    .contact-details span {
        padding-left: 5rem;
    }
}

input, textarea {
    width: 80%;
    display: block;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 6px 0 16px auto;
    resize: vertical;
    text-align: right;
}

input[type=submit] {
    background-color: #3791ff;
    color: white;
    padding: 1rem 2rem;
    max-width: 30%;
    min-width: 120px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    text-align: center;
}
input[type=submit]:hover {
    background-color: #1268d0;
}

.contact-form {
    width: 60%;
    background-color: #ceeeff;
    padding: 5rem;
    text-align: right;
}
@media (max-width: 560px){
    .contact-container {
        flex-direction: column;
    }
    .contact-details, .contact-form {
        width: 100%;
    }
    .contact-details {
        padding: 3rem;
        font-size: 1.1rem;
    }
    input,textarea {
        font-size: 1rem;
    }
    #whatsappSpan {
        padding-left: 3rem;
    }
    #emailSpan {
        padding-left: 1rem;
    }
}
@media (max-width: 350px){
    .contact-header{
        font-size: 2.1rem;
    }
}


.success-body {
    text-align: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.success-body>footer{
    margin-top: auto;
}
.success-card>h1 {
  color: #055e8b;
  font-weight: 900;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.success-card>p {
  color: #404F5E;
  font-size:1.3rem;
  margin: 0;
}
.success-card i {
    color: #ceeeff;
    font-size: 6rem;
    line-height: 200px;
    margin-left:-15px;
}
.success-card {
    font-family: 'Readex Pro';
    background: #ceeeff;
    padding: 60px;
    border-radius: 4px;
    box-shadow: 0 2px 3px #C8D0D8;
    display: inline-block;
    margin: 10rem auto;
}
.success-card>div {
    border-radius:200px;
    height:200px;
    width:200px;
    background: #055e8b;
    margin:0.2rem auto;
}