

body {
    text-align: right;
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
}

h4 {
    font-size: 19px;
    line-height: 1.5;
}
a {
    color: #007bff;
    font-weight: 400;
}
h4 a:hover {
    text-decoration: none;
    color: #182881;
}
h2 {
    color: #142197;
    font-weight: bold;
    letter-spacing: -1px;
}
.main__content {
    padding: 3rem 1rem;
}

.btn__yellow {
    background-color: #F9CA24;
    padding: 0.6rem 4rem;
    border-radius: 100px;
    font-weight: 700;
    letter-spacing: -1px;
}
.section__header  {
    font-weight: bold;
    color: #ffffff;
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: inline-block;
    padding-bottom: 12px;
    text-align: right;
    display: flex;
    background-color: #0138b7;
    position: absolute;
    top: 0;
    right: 0;
    width: 61%;
    height: 10%;
    text-align: center;
    justify-content: center;
    padding-top: 14px;
    padding-left: 16rem;
}
.section__header::after {
    content: '';
    position: absolute;
    bottom: 11px;
    right: 30%;
    width: 70%;
    height: 3px;
    background-color: #F9CA24;
}
.section__header h3 {
    position: absolute;
    top: 40%;
    right: 27%;
    transform: translate(-27px,-22px);
    font-size: 2.5rem;
}
.img__fixed {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 40%;
}
.row__top {
    padding-top: 4.5rem;
    padding-bottom: 4rem;
}
.mail-title {
    font-size: 1.1rem;
    line-height: 1.8;
}
@media (max-width:767px) {
    .carousel, .carousel-item, .carousel-inner, .carousel-item img {
        height: 65vh !important;
    }
}

@media screen and (max-width: 992px) {
    .img__fixed {
        position: relative;
        height: auto;
        margin-top: 20px;
        width: 100%;
    }
    .section__header {
        width: 100%;
    }
    .section__header {
        padding-left: 3rem;
    }
    .copyright {
        right: 0
    }
}

ul li {
    font-size: 1.1rem;
}

.copyright {
    background-color: #0138b7;
    color: #fff;
    padding: 0.5rem 0.7rem;
    width: 100%;
    margin-top: 20px;
    font-size: 1.1rem;
    position: fixed;
    bottom: -1px;
    z-index: -1;
}
.copyright a {
    color: #F9CA24;
}

.carousel,
.carousel-item,
.carousel-inner,
.carousel-item img {
    height: 100vh;
}

.arrow__icon {
    color: #0138b7;
    font-size: 1.4rem;
    font-weight: bold;
}