:root {
    padding: 0px;
    padding-top: 0px;
    margin: 0;
    padding: 0;
    text-align: center;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --dark-blue: rgb(4, 30, 65);
    --dark-blue2: rgb(30, 53, 84);
    --color-red: #EA3636;
    --color-green: #41A883;
    --color-green2: #308667;
}

@font-face {
    font-family: "bahij-thin";
    src: url("/fonts/BAHIJ.TTF") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "bahij";
    src: url("/fonts/BAHIJ-BOLD.TTF") format("truetype");
    font-weight: bold;
    font-style: normal;
}

ul, body{
    padding-inline-start: 0px;
    -webkit-font-smoothing: antialiased;
}

body{
    font-family: "bahij", sans-serif;
    font-size: 18px;
}

body[style="direction: rtl;"]{
    text-align: right;
}

.center-footer {
    margin: auto;
    text-align: center;
    margin-right: 70px;
}

body[style="direction: rtl;"] .center-footer {
    margin: auto;
    text-align: center;
    margin-left: 70px;  
    margin-right: 0px;  
}

.center-all {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.megamenu {
    margin: 0px;
    padding: 30px;
}

.megamenu h1, .megamenu p, .megamenu h2, .megamenu h3, .megamenu h4, .megamenu h5, .megamenu h6 {
    color: white;
}

a.nav-link {
    color: rgba(255, 255, 255, 0.993);
    position: relative;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}

ul.navbar-nav.ml-auto{
    margin-right: 8px!important;
    margin-left: auto!important;
}

body[style="direction: rtl;"] ul.navbar-nav.ml-auto {
    margin-right: auto!important;
    margin-left: 41px!important;
}

@media (max-width:630px) {
    .top-info {
        display: none;
        visibility: hidden;
    }
}

@media screen and (max-width: 991px) {
    div.top-info {
        top: 13px;
        right: 90px;
    }
}

.navigation {
    background-color: var(--dark-blue);
    padding: 18px 20px 0px;
}

.dark-blue {
    background-color: var(--dark-blue);
    /* height: 104px; */
}

.logo-div {
    height: 70px;
    /* max-width: fit-content; */
    width: 200px;
    padding-left: 20px;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.megamenu {
    background-color: var(--dark-blue2);
    box-shadow: 10px;
}

#main_nav {
    padding-right: 30px;
    /* height: 85px; */
    padding-top: 20px;
}

/* ============ desktop view ============ */

@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static!important;
    }
    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
        border: 0px;
    }

    /* .navbar .nav-item .dropdown-menu{ display: none; }
      .navbar .nav-item:hover .nav-link{   }
      .navbar .nav-item:hover .dropdown-menu{ display: block; }
      .navbar .nav-item .dropdown-menu{ margin-top:0; } */
}

/* ============ mobile view ============ */

@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
    .top-bar{
        margin-top: 14px;
    }
}

/* ============ mobile view .end// ============ */

.list-unstyled li {
    /* width: 100%; */
    width: 300px;
}

.list-unstyled li a, .list-unstyled p {
    text-align: left;
    font-weight: 700;
    color: red;
    display: block;
    padding-bottom: 3px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: 400;
}

body[style="direction: rtl;"] .list-unstyled li a, body[style="direction: rtl;"] .list-unstyled p{
    text-align: right;
    font-weight: 700;
    color: red;
    display: block;
    padding-bottom: 3px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-family: "bahij", sans-serif;
}

body[style="direction: rtl;"].kurdish .list-unstyled li a, .list-unstyled p{
    font-family: "bahij", sans-serif;
}

body.kurdish{
    font-family: "bahij", sans-serif;
}


/* .list-unstyled li a:hover{
    color: var(--color-green);
    text-decoration: underline;
  } */

.list-unstyled p {
    margin-bottom: 5px;
}

nav {
    /* width: 80%; */
    /* margin: 0 auto; */
    background: #fff;
    /* padding: 50px 0; */
    box-shadow: 0px 5px 0px #dedede;
}

nav ul {
    list-style: none;
    text-align: center;
}

nav ul li.nav-item {
    display: inline-block;
    padding-top: 15px;
    border-bottom: none;
    /* margin-bottom: 5px; */
}

li>a {
    border-bottom: none;
}

nav ul .nav-item a.nav-link {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: 400;
    margin: 0 10px;
    padding-bottom: 20px;
}


nav ul li a.nav-link:hover {
    color: rgb(255, 255, 255);
}

/* stroke */


ul.list-unstyled a:hover {
    text-decoration: underline;
    color: var(--color-green);
}

body[style="direction: rtl;"] ul.list-unstyled a:hover{
    text-decoration: underline;
    color: var(--color-green);
}

/* red underline color */


.nav-item.navbar-clicked, .nav-item a.nav-link:hover:after {
    width: 100%;
}

/* .nav-link.show{ */

/* background-color: var(--color-red); */

/* border-bottom: 3px var(--color-red) solid; */

/* } */

.megamenu-content {
    /* padding-left: 15%; */
    border-left: 2px white solid;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    margin-left: 4%;
    /* width: 300px; */
}

body[style="direction: rtl;"] .megamenu-content{
    border-left: none;
    border-right: 2px white solid;
    margin-right: auto;
    margin-right: auto;
    padding-right: 40px;
    margin-right: 4%;
}


/* .megamenu-content.two-tab{
    width: 1000px;
  } */

.megamenu-title {
    font-weight: 700;
    padding-bottom: 22px;
}

.megamenu-header {
    font-weight: 700;
    padding-bottom: 30px;
    padding-right: 0px;
    padding-left: 5%;
}

body[style="direction: rtl;"] .megamenu-header{
    font-weight: 100;
    padding-bottom: 30px;
    padding-right: 5%;
    padding-left: 0px;
    font-size: 22px;
}

.dropdown-menu .row {
    /* margin: auto; */
    padding: auto;
}

.dropdown-menu p {
    font-size: 16px;
    direction: ltr;
}

body[style="direction: rtl;"] .dropdown-menu p.header-translatable{
    direction: rtl;
    font-family: "bahij", sans-serif;
}

body[style="direction: rtl;"] .dropdown-menu{
    text-align: right;
    font-family: "bahij", sans-serif;
}

.top-bar {
    position: absolute;
    top: 13px;
    right: 80px;
    left: auto;
    z-index: 2;
}

body[style="direction: rtl;"] .top-bar{
    position: absolute;
    top: 13px;
    z-index: 2;
    left: 80px;
    right: auto;
}


div.top-info{
    display: inline-block;
    width: 215px;
}

div.top-info p a{
    direction: ltr;
}

body[style="direction: rtl;"] div.top-info{
    width: 220px;
}


.top-info p, .top-info p a {
    color: var(--color-green);
    font-weight: 500;
    font-size: 14px;
    /* color: white; */
}

.top-info p a{
    margin-right: 10px;
}

.lang-menu{
    width: 120px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.lang-container{
    display: flex;
    width: 120px;
    height: 30px;
}

.selected-lang{
    color: white;
    display: inline-block;
}

.selected-lang-flag{
    content: '';
    display: inline-block;
    width: 45px;
    height: 20px;
    background-image: url(/images/flags/earth_icon.png);
    background-size: contain;
    background-position: 100%;
    background-repeat: no-repeat; 
    position: relative;
    top: 6px;
    margin-right: 10px;
}


/* .selected-lang:before{
    content: '';
    display: inline-block;
    width: 28px;
    height: 20px;
    background-image: url(https://flagicons.lipis.dev/flags/4x3/sa.svg);
    background-size: contain;
    background-position: 100%;
    background-repeat: no-repeat; 
} */

.lang-menu ul{
    margin: 0px;
    padding: 0px;
    background-color: var(--dark-blue2);
    border: 1px solid var(--dark-blue2);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    position: absolute;
    /* display: none; */
    top: 32px;
    right: -21px;
    width: 155px;
    display: none;
}

.lang-menu:hover ul{
    display: block;
}

.lang-menu ul li{
    list-style: none;
}

.lang-menu ul li a{
    text-decoration: none;
    width: 155px;
    display: block;
    padding: 5px 10px;
    color: white;
    text-align: left;
}

body[style="direction: rtl;"] .lang-menu ul li a{
    text-align: right;
}

.lang-menu ul li a:hover{
    background-color: rgb(44, 71, 107);
    width: 153px;
    border-radius: 5px;
}

.lang-menu ul li a::before{
    content: '';
    display: inline-block;
    width: 45px;
    height: 20px;
    background-size: contain;
    background-position: 100%;
    background-repeat: no-repeat; 
    position: relative;
    top: 6px;
    margin-right: 10px;
}

/* .en::before{
    background-image: url(/images/flags/us.svg);
}

.ar::before{
    background-image: url(/images/flags/iq.svg);
} */

/* .lang-menu ul li a.ku::before{
    background-image: url(/images/flags/ku.svg);
    width: 27px;
    height: 20px;
    margin-left: 18px;
} */




/* Footer */

.footer {
    background-color: var(--dark-blue2);
    padding: 40px 10% 3%;
    /* color: white; */
    margin: 0px;
}

.footer div>h1 {
    color: white;
    margin-bottom: 40px;
}

body[style="direction: rtl;"] .footer div>h1 {
    text-align: right;
}

.footer p {
    font-size: 16px;
    font-family: "bahij", sans-serif;
    color: white;
    text-align: left;
}

body[style="direction: rtl;"] .footer p {
    font-size: 18px;
    font-family: "bahij", sans-serif;
    color: white;
    text-align: right;
}

body[style="direction: rtl;"].kurdish .footer p {
    font-family: "bahij", sans-serif;
}

.footer h1 {
    text-align: left;
    background-color: transparent;
}

.footer div p a {
    color: var(--color-green);
}

body[style="direction: rtl;"] .footer div p a{
    direction: ltr;
}

body[style="direction: rtl;"].kurdish .footer div p a{
    direction: rtl;
}

.footer-bottom {
    background-color: #dfdfdf;
    padding-left: 10%;
    padding-right: 0%;
    padding-top: 50px;
    text-align: left;
}

body[style="direction: rtl;"] .footer-bottom {
    background-color: #dfdfdf;
    padding-right: 10%;
    padding-left: 0%;
    padding-top: 50px;
    text-align: right;
}

.footer-bottom p {
    color: rgb(92, 92, 92);
    padding-bottom: 20px;
}

.footer-social-row {
    margin-top: 40px;
    width: 166px;
    margin-left: 12px;
}

body[style="direction: rtl;"] .footer-social-row {
    margin-top: 40px;
    width: 166px;
    margin-right: 11px;
    margin-left: 0px;
}

.header-social-row {
    margin-top: 20px;
    margin-left: 0px;
}

.header-social-row a {
    margin-right: 10px;
}

.footer-social-row a {
    padding: 0px 10px 0px;
}


.modal-title {
    color: black;
}

.btn-main {
    background-color: var(--color-green);
    color: white;
    margin-top: 18px;
}

body[style="direction: rtl;"] .btn-main {
    background-color: var(--color-green);
    color: white;
    margin-top: 0px;
    margin-right: 20px;
}

.btn-main:hover {
    background-color: var(--color-green2);
    /* filter: brightness(85%); */
    /* background-color: var(--color-green); */
    color: white;
}

@media all and (min-width: 992px) {
    .navbar .dropdown-menu-end {
        right: 0;
        left: auto;
    }
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }
    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }
    .navbar .dropdown-menu.fade-down {
        /* top: 90%; */
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        position: absolute;
        /* top: -10px; */
    }
    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }
    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}

#under-construction-banner {
    height: 40px;
    width: 100%;
    background-color: rgb(228, 205, 0);
    text-align: center;
}

#under-construction-banner h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    color: #000000;
    font-size: 22px;
    margin-top: 5px;
}

#under-construction-banner i {
    margin-left: 20px;
    font-size: 21px;
}

.dotted-hr {
    width: 4%;
    text-align: center;
    margin-top: 40px;
    margin: 70px auto 20px;
    border: dotted #41a883c2 10px;
    border-bottom: none;
}

.footer-contact {
    margin-top: 100px;
    padding-bottom: 50px;
}

.megamenu-row-space {
    margin-left: 20%;
}

@media (max-width: 992px){
    .navbar{
        /* height: 100px */
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .navbar{
        /* height: 100px */
        padding-top: 20px;
        padding-bottom: 20px;
    }

    div.megamenu-row-space {
        margin-left: 0;
    }

    div.megamenu-content{
        margin-left: 0;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    h6.megamenu-title{
        padding-bottom: 10px;
        padding-top: 20px;
    }

    div.footer-contact {
        margin-top: 70px;
        padding-bottom: 40px;
    }

    div.footer p {
        text-align: center;
    }

    .footer div>h1 {
        text-align: center;
    }
    
    
    .footer-bottom {
        padding-top: 30px;
        text-align: center;
    }

    .footer-bottom img{
        margin-left: -40px;
    }

    /* .center-footer {
        margin: auto;
        text-align: center;
        margin-right: 30px;
        margin-top: 10px;
        margin-left: 0px;
    } */
    
    h1{
        font-size: 34px;
        text-align: center;
    }

    .header-space{
        display: none;
    }
}

i.arrow{
    color: white;
}

@media (max-width: 400px){
    h1{
        font-size: 32px;
    }
}

body[style="direction: rtl;"] .carousel-caption h1{
    margin-bottom: 50px;
}

.hidden{
    display: none !important;
}



#give1{
    position: relative;
    bottom: -57px;
    width: 50px;
    /* height: 30px; */
    right: 0px;
}

#give2{
    position: absolute;
    top: 30px;
    width: 40px;
}

#carousel-bottom-center{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 330px;
    bottom: 41px;
}


.dropdown:hover a.dropdown-toggle {
    border-bottom-color: #a92419;
}

.dropdown:has(button:hover) {

}
  


.nav-item a.nav-link:after {
/* #main_nav.ul.nav-item:after { */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: var(--color-red);
    height: 3px;
}

/* nav ul li a.nav-link, nav ul li a.nav-link:after, nav ul li a.nav-link:before { */
nav ul li a.nav-link, 
nav ul li a.nav-link:after, 
nav ul li a.nav-link:before {
    transition: all .5s;
}



.header h1{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 34px;
    font-weight: bold;
    /* border-bottom: red solid 2px; */
    /* width: 254px; */
    margin-left: auto;
    margin-right: auto;
}

.all-content-container {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.all-content-container.section2{
    background-color: #fdfdfd;
    /* margin-bottom: 0px; */
    /* padding-bottom: 0px; */
}

header h1:after {
    content: "";
    background: black;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 1px;
}
  
.header hr{
    width: 152px;
    /* color: red; */
    /* background-color: #d0d0d0; */
    background-color: var(--color-red);
    height: 2px;
    margin-top: 3px;
}

.header {
    text-align: center;
    /* background-color: rgba(4, 30, 65, 0.87); */
    color: rgba(4, 30, 65, 0.87);
    margin-bottom: 47px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 14px;
    width: 100%;
}

