/*@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);*/

@font-face {
  font-family: 'Noto Kufi Arabic';

  src: url(/fonts/NotoKufiArabic-Regular.eot?a99f9aba46d0d15d381e477f58888bcc);

  src: url(/fonts/NotoKufiArabic-Regular.woff?aac239283bdb4ad1a45401884311ea7d) format('woff2'),
         url(/fonts/NotoKufiArabic-Regular.woff?aac239283bdb4ad1a45401884311ea7d) format('woff');
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Noto Kufi Arabic", sans-serif;
}

:root {
    --main-color: #0000b3;
    --main-dark-color: #142344;
    --main-light-color: #e8e8e8;
    --secondary-color: #d40d00;
}

.mt-6{
    margin-top: 6rem;
}
h4{
    line-height: 3rem;
}
p{
    line-height: 2rem;
}
.bg-brand {
    background-color: var(--main-color);
}

.bg-light {
    background-color: var(--light-color);
}

header {
    position: absolute;
    z-index: 10;
    width: 100%;
    color: #fff;;
}

#welcome {
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.nav_top{
    padding-right: 8%;
}
.btn{
    background-color: #ff0000;
    border-radius: 0;
    border-top-left-radius: 100px;
    padding: 5px;
    width: 150px;
    border-color: #ff0000;
    font-size: 1rem;

}
.caption2 {
    width: 50%;
    bottom: 0;
    padding-bottom: 0;
    right: 10%;
}
.carousel_btn{
    width: 50%;
    margin-top: 30px;
    padding: 15px;
    border-top-left-radius: 100px;
    background-color: #ff0000;
    font-size: 1.3rem;
}
.img_carousel{
    padding-right: 25%;
    width: 100%;
}

.caption_8{
    right: 10%;
    top: 40%;
    bottom: auto;
    left: 50%;
    color: #212529;
    text-align: right;
    padding: 10px;
}
.lan_top{
    border: solid 1px #ffffff;
    border-top-left-radius: 100px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 7px;
    text-align: center;
}
.text_left{
    text-align: left;
}
.text_right{
    text-align: right;
}
.title_3{
    width: 50%;
    margin-top: 50px;
    margin-bottom: 50px; 
    margin-left: 10%;
    margin-right: 10%;
}
.img_3{
    padding-right: 25%;
    width: 100%;
}
.readmore_3{
    width: 50%;
    margin-top: 30px;
    padding: 10px;
    border-top-left-radius: 100px;
    background-color: #ff0000;
}
.img_5{
    width: 200px;
}
.img_6{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.img_8{
    width: 100%;
}
.navbar-light .navbar-toggler {
    border-color: rgb(243 239 239);
    margin-left: 5px;
    margin-right: 5px;
}
.text_1{
    padding: 100px;
}
.img_2{
    padding-top: 50px;
    width: 40%;
}
.text_right{
    text-align: right;
}
.text_left{
    text-align: left;
}
/* ------------------------------------------------------ */
.sloped-main {
    overflow: hidden;
}

.slope-top, .slope-bottom {
    height: 5rem;
    width:110%;
    top:-5%;
    left:-5%;
    background-color: #fff;
}

.slope-top{
    transform:rotate(2deg);
    margin-bottom: -2rem;
}

.slope-bottom{
    transform:rotate(-2deg);
    margin-top: -2rem;
}

.sloped-main .content{
    padding-top: 4rem;
    padding-bottom: 4rem;
    color: #fff;
}

#partnerships{
    padding-top: 8rem;
    padding-bottom: 8rem;
}

#blog{
    padding-top: 8rem;
    padding-bottom: 8rem;
}

footer{
    padding-top: 2rem;
}
.display_12 {
    margin-top: 10px;
}

.icon_12 {
    font-size: 16px;
    padding-top: 6px;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
}
/* Node */

.img_node {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.img_node_v {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.img_show {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.mt_10 {
    margin-top: 100px;
    margin-bottom: 80px;
}
