.w-100{
    width:100% !important;
}
.w-25{
    width:25% !important;
}
.p-a-0{
    padding: 0px !important;
}
.mt-20{
    margin-top: 20px;
    margin-bottom: 30px;
}
.mb-10{
    margin-bottom: 10px;
}
.d-inline-block{
    display: inline-block;
}
.h-55{
    height:55px;
}
@font-face {
    font-family: Greta;
    src: url('../fonts/Greta_Arabic_Regular.eot');
    src: url('../fonts/Greta_Arabic_Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Greta_Arabic_Regular.woff') format('woff'),
    url('../fonts/Greta_Arabic_Regular.otf') format("opentype")
}
html,body{
	min-height:100%;
}
main{
		min-height:90%;
}
body{
    font-family: 'Greta', 'Cairo', sans-serif;
}
body.inline-logo header .logo-container{
    display: inline-block;
    height: 133px;
}
body.inline-logo header nav{
    display: inline-block;
    top: 32px;
    right: 10px;
}
#dater{
    color: #fff;
    font-size: 140%;
    direction: ltr;
}
@media(min-width:992px){
    #dater{
       position: absolute;
       left: 10px;
       top: 35px;
    }
}
header{
    background-color: #000;
    padding: 5px;
}
.logo-container img{
    height: 75px;
}
header nav {
    position: relative;
    top: 10px;
}

header nav ul{
    list-style: none;
    padding:0px;
    margin:0px;
}
header nav ul li{
    float: right;
}
header nav > ul > li > a{
    text-decoration: none !important;
    position: relative;
    display: block;
    line-height: 70px;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    background: transparent;
    padding: 0 15px;
    font-weight: 700;
    font-size: 15px;
    overflow: hidden;
}
header nav > ul > li > a:before,
header nav > ul > li > a:after{
    content: "";
    background-color:#00aaff;
    width:0%;
    opacity: 0;
    position:absolute;
    bottom:0px;
    right:50%;
    height:5px;
    transition: all 0.4s ease-in-out;

}
header nav > ul > li > a:after{
    transform: rotate(180deg) translateX(-98%);
}
header nav > ul > li > a.active,
header nav > ul > li > a:hover{
    color:#00aaff;
    transition: all 0.2s ease-in-out;
}
header nav > ul > li > a:hover:before,
header nav > ul > li > a:hover:after{
    width:60%;
    opacity: 1;
}
header nav > ul > li > a.fa-pad{
    padding-top: 20px;
}
header nav > ul > li > a.fa-pad:before,
header nav > ul > li > a.fa-pad:after{
    width:0px !important;
}
/**/
header nav > ul > li > ul{
background:#000000;
    position: absolute;
    min-width: 200px;
    top:85px;
    max-height:0px;
    overflow:hidden;
    transition: 0.2s height ease;
z-index: 10;
}
/*fix hover sub-menu*/
header nav > ul > li > ul:after {
    content: " ";
    background: transparent;
    position: absolute;
    top: -15px;
    right:0px;
    width: 100%;
    height: 15px;
}
header nav > ul > li > ul:before {
    content: " ";
    border-color: transparent #000000;
    border-style: solid;
    border-width: 0.7em 0px 0.7em 1em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    transform: rotate(-90deg);
    position: absolute;
    right: 30px;
    top: -17px;
}
header nav > ul > li > ul > li{
    float: none;
    display: block;
    border-bottom: 1px solid #3c34347a;
}
header nav > ul > li > ul > li:last-child{
    border-bottom: none ;
}
header nav > ul > li > ul > li >a{
    padding: 10px 15px;
    display: block;
    color: #fff;
    text-decoration: none !important;
    transition: 0.4s all ease;
}
header nav > ul > li > ul > li >a:hover{
    background-color:#1b5282;
    color:#fff;
    transition: 0.2s all ease;
 }

/**/
/**/

header nav .search-form{
    position: absolute;
    width: 100%;
    z-index:10;
    display: none;

}

header nav .search-form input[type=text]{
    border: 1px solid #3c3838;
    padding: 15px 10px;
    width: 100%;
    background: #0a0a0ad4;
    color: #fff;
    font-size: 22px;
    outline: none;
    text-align: center;
}
header nav .search-form button{
    position: absolute;
    left: 10px;
    top: 15px;
    background: transparent;
    border: none;
    color: #fdfeff;
    text-shadow: 0px 0px 5px #00aaff;
    transition: 0.1s color ease-out;
}
header nav .search-form button:hover{
    color: #00aaff;
    transition: 0.1s color ease-in;
}
/**/
/**/
.filgoal-iframe{
    border: 1px solid #ccc;
    height: 275px;
    width:100%;
    margin:auto;
}
/**/
section.section{
    margin-top: 15px;
}
section.section .section-title{
    display: inline-block;
    padding: 4px 5px 4px 5px;
    border-right: 4px solid #172881;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom: 1px solid #172881;
    border-top: 1px solid #172881;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 0px;
}
section.section .section-title a {
    color: #000000;
    font-size: 110%;
}
section.section .wrapper-section-1{
    margin: 0px -5px;
}
section.section .wrapper-section-2{
    margin: 0px -10px;
}
/**/
footer{
    background: #000;
    min-height: 100px;
    color: #fff;
    padding: 10px;
    margin-top: 25px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}
footer a{
	color: #fff;
    width: 45%;
    display: inline-block;
}
footer h4 {
    border-bottom: 2px currentColor;
    padding-bottom: 10px;
    text-align: right !important;
    border-bottom-style: ridge;
}
.btn.btn-social{
	border-radius: 100%;
    background: red;
    width: 45px;
    padding: 9px 0px;
    display: inline-block;
    height: 45px;
    font-size: 25px;
	transition:all 0.3s ease;
}
.btn.btn-social:hover{
	opacity:0.8;
	colo:#fff;
	transition:all 0.3s ease;
}
.btn.btn-social.btn-tw{
	background:#5c92ff;
}
.btn.btn-social.btn-fb{
	background:#4267b2;
}
/**/
.float-search{
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 10;
    color: #fff;
    background: #00aaff;
    text-align: center;
    padding: 15px;
    border-radius: 100%;
    box-shadow: -1px 1px 1px 1px #616161;
}
@media(min-width: 992px){

    body.fixed-header{
        padding-top:85px;
    }
    body.fixed-header  > header{
        position: fixed;
        top: 0px;
        width: 100%;
        height: 85px;
        z-index: 16;
    }

    header nav > ul > li:hover > ul{
        max-height:999px;
        overflow: inherit;
        transition: 0.2s height ease;
    }
    header [data-action="nav-toggler"],
    header [data-action="nav-close"],
    header nav ul li [data-action="toggle-submenu"]{
        display: none;
    }
    header nav .search-form{
        /*float-search*/
        position: fixed;
        bottom: 0px;
        width: 100%;
        max-width: 1020px;
        left: 50%;
        transform: translateX(-50%) rotate(180deg);
    }
    header nav .search-form form{
        transform: rotate(180deg);
    }

}

@media(max-width:992px){
    header{
        padding:15px;
        overflow: hidden;
    }

    header [data-action="nav-close"]{
        position: absolute;
        left: 10px;
        top: 10px;
        background: #a00;
        color: #fff;
        border: none;
        border-radius: 100%;
        padding: 5px 7px;
        z-index:1;

    }
    header [data-action="nav-toggler"]{
        position: absolute;
        left: 12px;
        top: 13px;
        border: 2px solid #00aaff;
        color: #fff;
        background: transparent;
        padding: 3px 6px;
        font-size: 30px;
        border-radius: 3px;
    }
    header nav{
        position: fixed !important;
        height: 100vh;
        width: 315px;
        left: -100%;
        top: 0px;
        z-index: 999;
        background: #000;
        transition: 0.6s left cubic-bezier(0.21, 0.65, 0.47, 0.93);
        overflow: auto;
    }
    header nav.active{
        left:0px;
    }
    header nav ul li{
        float: none;
        position: relative;
    }
    header nav ul li [data-action="toggle-submenu"]{
        position: absolute;
        top: 21px;
        left: 20px;
        background: #337ab7;
        padding: 7px;
        border-radius: 100%;
        color: #fff !important;
        cursor: pointer;
        z-index: 1;
        box-shadow: 0px 0px 0px 2px #CCC;
    }
    header nav ul li [data-action="toggle-submenu"]:hover +a:before,
    header nav ul li [data-action="toggle-submenu"]:hover +a:after{
        width:60%;
        opacity: 1;
    }
    header nav [data-action="search-toggle"]{
        display: none;
    }
    header nav .search-form{
        display: block !important;
    }
    header nav ul li.sub-active ul{
        max-height: none;
        position: static;
        background: rgba(100,100,100,0.15);
    }
    header nav ul li.sub-active ul li a{
        padding-right:20px;
    }
    header nav ul li.sub-active > a{
        color: #00aaff;
    }
    header nav ul li.sub-active > a:before,
    header nav ul li.sub-active > a:after{
        width:60%;
        opacity:1;
    }
}
.video-container{
    display: block;
    margin: 15px auto;
    text-align: center;
    width: fit-content;
	min-height: 100%;
	margin-bottom: -100px;
}