@Font-face {
    font-family: Font_Ar1;
    src: url('duCo_WHeadline16_Lt.ttf');
}

@font-face {
    font-family: Font_Ar2;
    src: url('RH-Zak-Reg.otf');
}

@font-face {
    font-family: Font_Ar3;
    src: url('NIZAR COCON KURDISH BOLD.TTF');
}
body {
    font-family: Font_Ar1;
}

.MainTitle {
    font-family: Font_Ar2;
    /* font-display:block;
    font-size:large;*/
    /*color: #CC6633;*/
    color: #ee9405;
}

.SubTitle1 {
    font-family: Font_Ar1;
    font-size: large;
    /* font-display:block;
    font-size:large;*/
    color: black;
    padding-right:10px;
   /* margin-right:10px;*/
}
.SubTitle {
    font-family: Font_Ar1;
    font-size: medium;
    /* font-display:block;
    font-size:large;*/
    color: black;
    padding-right: 10px;
    text-align:right;
    /* margin-right:10px;*/
}

.FooterTitle {
    font-family: Font_Ar3;
    font-size: x-large;    
    /*color: black;*/
    padding-right: 10px;
}

.menu {
	box-sizing: border-box;
    width: 100%;
    height: 100px;
    z-index: 9999;
    position: fixed;
    height: 75px;
    /*background-color: #394555;*/
    background-image:  linear-gradient(to left, #262e39, #778399);
    opacity: 1.0;
    font-size: 16px;
    
    font-family: Font_Ar1;
    font-family: Font_Ar1;
    
    direction: rtl !important;
   
}

.logo-div{
    position: absolute;
    right: 10px;
}


.menu h1 {
	box-sizing: border-box;
    margin: 0;
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    display: inline-block;
    float: left;
	line-height: 75px;
    padding: 0 10px 0 10px;
    color: #edf0f3;
}

.menu img
{
    width: 180px;
    padding: 10px 10px 10px 10px;
    text-align: right;
    z-index: -1;

}
.menu > ul {
	list-style-type: none;
    padding: 0;
    margin: 0;
    float: right;
    margin-right: 220px;
    
}
.menu > ul ul {
	list-style-type: none;
	display: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
}
.menu > ul > li {
	float: right;
    display: inline-block;
}
.menu > ul li li {
	position: relative;
}
.menu > ul > li:hover > ul {
	display: block;
    top: 75px;
    opacity: 0.9;

}
.menu > ul > li > ul li:hover > ul {
	display: block;
    top:0;
    
    left: 100%;
}
.menu a {
	display: block;
    padding: 25px 40px 27px 40px;
    background-color: transparent; /*#394555;*/
    box-sizing: border-box;
    text-decoration: none;
    color: #dadcdf;
    
    font-weight: bold;
    font-family: Font_Ar1;
    font-size: 15px;
    min-width: 100px;
    text-align: right;
}
.menu > ul > li > a {
	border-right: 0px solid #262e39;
}
.menu > ul > li:first-child > a {
	border-left: 1px solid #2b3543;
}
.menu > ul > li > a:hover {
	background-color: #303a47;
    color: whitesmoke;
   
    
}
.menu > ul ul li a {
	display: block;
    padding: 25px 40px 25px 40px;
    background-color: #29323d;
    box-sizing: border-box;
    opacity: 1.0;
}
.menu > ul ul li a:hover {
	background-color: #1b2129;
    color: whitesmoke;
}
.menu > ul ul ul ~ a::after {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 6px 0px;
    border-color: transparent transparent transparent rgba(255,255,255,0.3);
}

.contact
{
    padding: 10px 20px  10px 20px;
    color: rgb(221, 232, 233);
    display: block;
}

.lang-switcher {
    
    z-index: 100000;
    position: fixed;
    left: 100px;
    top: 20px;
    color: aliceblue;
}
  .lang-switcher a{
    
    font-size:medium;
     color: aliceblue;
  }  
.menu label,
.menu input {
	display: none;
}
@media screen and (max-width: 700px) {
	.menu ul {
    	display: none;
    }
    .menu label {
    	display: block;
        float: left;
        text-align: center;
        width: 40px;
        border-left: 1px solid #2b3543;
        padding: 15px 25px 15px 25px;
        opacity: 0.8;
    }
    .menu input:checked ~ ul {
    	display: block;
        top: 100%;
        position: absolute;
        width: 100%;
        height: calc(100vh - 100%);
        overflow-y: scroll;
        overflow-x: hidden;
    }
	.menu input:checked ~ ul li,
    .menu input:checked ~ ul ul,
    .menu input:checked ~ ul a {
    	position: static;
        display: block;
        width: 100%;
        top: 0;
        left: 0;
    }
    .menu input:checked ~ ul ul ul ~ a::after {
    	border: 0;
    }
    .menu a {
    	background-color: #29323d;
    }
    
}

