@font-face {
	font-family: 'Arb-b';
    src:url('../fonts/ArbFONTS-Questv1-Bold.otf') format('otf'),
        url('../fonts/ArbFONTS-Questv1-Bold.svg') format('svg'),
        url('../fonts/ArbFONTS-Questv1-Bold.ttf') format('ttf'),
        url('../fonts/ArbFONTS-Questv1-Bold.woff') format('woff');
}
@font-face {
	font-family: 'droid-b';
	src:url('../fonts/DroidKufi-Bold.otf') format('otf'),
        url('../fonts/DroidKufi-Bold.svg') format('svg'),
        url('../fonts/DroidKufi-Bold.ttf') format('ttf'),
        url('../fonts/DroidKufi-Bold.woff') format('woff');
}
@font-face {
	font-family: 'droid-r';
	src:url('../fonts/DroidKufi-Regular.otf') format('otf'),
        url('../fonts/DroidKufi-Regular.svg') format('svg'),
        url('../fonts/DroidKufi-Regular.ttf') format('ttf'),
        url('../fonts/DroidKufi-Regular.woff') format('woff');
}
@font-face {
	font-family: 'opensans-b';
	src:url('../fonts/OpenSans-Bold.otf') format('otf'),
        url('../fonts/OpenSans-Bold.svg') format('svg'),
        url('../OpenSans-Bold.ttf') format('ttf'),
        url('../OpenSans-Bold.woff') format('woff');
}
@font-face {
	font-family: 'cairo';
	src:url('../fonts/Cairo-Bold.ttf') format('ttf');
}
 /* Grow */
 .hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
/*General css*/

body{
    font-family:'droid-r' ,sans-serif ,serif, arial;
    background-color: #fff;
    color: #000;
    text-align: right;
    direction: rtl;
    line-height: 1.5em;
}

a{
    -webkit-transition: all 0.4s; /* Safari */
    transition: all 0.4s;
	color: #001f84 ;
}
a:hover{
	text-decoration: none;
	color: #000 ;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'droid-b';
}
.form-group{margin-bottom: 0;}
button:focus,
.form-control:focus{outline: 0; box-shadow: none; border-color: #d91e18}
img{
	max-width: 100%;
	max-height: 100%;
}


ul,ol,p
{
    padding: 0;
    margin: 0;
}
.btn:focus{box-shadow: none;}

.dropdown-menu{text-align: right;}
.dropdown-toggle::after {
    border: 1px solid #000;
    border-width: 0 0 2px 2px;
    width: 8px;
	height: 8px;
    line-height: 0;
    font-size: 0;
    margin-bottom: 4px;
    margin-left: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

input.form-control:focus,
textarea.form-control:focus  {
    color: #495057;
    border-color: #001f84 !important;
    outline: 0;
    box-shadow: none;
}

body::-webkit-scrollbar ,
.navbar-collapse::-webkit-scrollbar,
.view-course .nav-pills::-webkit-scrollbar {
    width: 7px;
} 
body::-webkit-scrollbar-track,
.navbar-collapse::-webkit-scrollbar-track ,
.view-course .nav-pills::-webkit-scrollbar {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb,
.navbar-collapse::-webkit-scrollbar-thumb  {
  background-color: #001f84;
  outline: 1px solid #001f84;
	border-radius: 20px;
}

::selection {
  background: #001f84; /* WebKit/Blink Browsers */
	color: #fff;
}
::-moz-selection {
  background: #001f84; /* Gecko Browsers */
	color: #fff;
}
.top-header{
    width: 70%;
    margin: auto;
    margin-left: 0;
    background-color: #dadada;
    padding-left: 15%;
}
.top-header .row{
    padding: 10px 20px;
}
.top-header .contact ul{
    display: flex;
    justify-content: space-around;
    font-weight: bold;
}
.top-header .contact ul li{

    font-size: 14px;
    font-family: 'cairo';
}
.top-header .contact ul li p{
    display: inline-block;
    color: #001f84;
    margin-left: 10px;
}
.top-header .contact ul li p span{margin: 0 15px;}
header .social ul{ 
    display: flex;
    justify-content: center;
}
header .social ul li{margin: 0 20px;}
header .social ul li a{color: #000;}
header .social ul li:hover a{color: #001f84;}
.header{ 
    position: relative;
    font-family: 'Arb-b';
    font-size: 14px;
}
.header .col-lg-2,
.header .col-sm-1{align-self: center;}
.header-fixed
{
    background-color: #FFF;
    box-shadow: 0 4px 2px -2px #001f84;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
}
.header .logo{
    position: absolute;
    top: -65px;
    left: 0px;
    background: #FFF;
    width: 100%;
}
.header .logo img
{
    height: 118px;
    padding: 0px 16px 6px 23px;
}
.header-fixed.header .row{align-items: center;}
.header-fixed.header .logo {position: static;}
.header-fixed.header .logo img{
    height: 75px;
}
.navbar-light .navbar-nav .nav-link{
	color: #000;
    padding: 10px 17px;
}
.navbar-expand-lg .navbar-collapse{justify-content: center;}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:hover{
    color: #001f84;
}
.navbar-light .navbar-nav .nav-link.dropdown-toggle::after{
    margin-right: 10px;
    border-color:#000;
}
.navbar-light .navbar-nav .nav-link:hover::after{
    border-color: #FFF;
}
.nav-bar-light .navbar-toggler{border: none;}
li.nav-item.l-lang{display: none;}
.close-nav{
	position: absolute;
	top: 19px;
	left: 46%;
    color: #001f84;
    font-size: 25px;
    display: none;
}
.close-nav:hover{color: #000;}
.cta
{
    height: 50px;
    width: 50px;
    cursor: pointer;
}
.toggle-btn
{
    height: 2px;
    width: 25px;
    background-color: #001f84;
    position: relative;
    top: 50%;
    left: 0;
    margin: auto;
    transition: all 0.3s ease-in-out; 
}
.toggle-btn:before
{
      content: "";
      height: 2px;
      width: 25px;
      box-shadow: 0 -10px 0 0 #001f84;
      position: absolute;
      top: 0;
      left: 0;
      transition: all 0.3s ease-in-out; }
.toggle-btn:after 
{
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 10px 0 0 #001f84;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;                                                                                                                                                                                                   
}
.header .join a
{
	color: #FFF;
	background: #001f84;
	display: block;
	text-align: center;
    padding: 9px 0 12px;
    border-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #001f84;
}
.header .join a:hover
{
	background: #FFF;
    color: #001f84;
    border-color: #001f84
}
.header .lang{
    display: block;
    text-align: center;
    font-family: 'cairo';
    color: #000;
    font-weight: bold;
}
/* start main slider*/
.main-slider img
{
    height: 731px;
}

.main-slider .carousel-caption
{
    width: 100%;
    height: 100%;
    background: rgba(0,23,86,0.7);
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-slider .carousel-caption h3
{
    font-size: 24px;
    line-height: 62px;
}
.main-slider .carousel-caption h1
{
    font-size: 48px;
    line-height: 62px;
}
.main-slider .carousel-caption p
{
    line-height: 35px;
    padding: 0 24% ;
    margin: 40px 0 60px 0;
}
.main-slider .carousel-caption  a {
    font-family: 'droid-b';
    display: inline-block;
    border-radius: 6px;
    padding: 9px 50px 12px;
    background: #001f84;
    color: #FFF;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.main-slider .carousel-caption  a:hover
{
    background-color: #FFF;
    color: #001f84;
}
.main-slider .carousel-control-next, .carousel-control-prev{z-index: 22;}
.main-slider .carousel-indicators{bottom: 60px;}
.main-slider .carousel-indicators li{
    height: 7px;
    width: 15px;
}
/*start bout us*/
.about-us{
    padding: 100px 0;
    background-color: #f8f9fa;
}
.about-us h3{
   position: relative;
   color: #001f84;
   padding-bottom: 20px;
   margin-bottom: 25px;
   font-size: 24px;
}
.about-us h3::before
{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: #b2b3b5;
    width: 34px;
    height: 2px;
}
.about-us p{
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
.about-us a {
    font-family: 'droid-b';
    border-radius: 6px;
    padding: 9px 50px 12px;
    background: #001f84;
    color: #FFF;
    display: inline-block;
    margin-top: 60px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.about-us a:hover
{
    background-color: #FFF;
    color: #001f84;
}
.about-us .img{
    overflow: hidden;
    width: 85%;
    margin: auto;
    border-radius: 15px;
}

.about-us .img img{ animation: scale-img 40s linear infinite; }
@keyframes scale-img {
    50% {
      -webkit-transform:scale(1.2);
      -moz-transform:scale(1.2);
      -ms-transform:scale(1.2);
      -o-transform:scale(1.2);
      transform:scale(1.2);
    }
  }
/*start ourservice section*/
.ourservice{
    padding: 70px 0;
    overflow: hidden;
}
.s-head{
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.s-head::before
{
    content: "";
    position: absolute;
    bottom: 0;
    left: 48%;
    background: #b2b3b5;
    width: 47px;
    height: 2px;
    transform: translateY(-50%);

}
.s-head h3{
    font-size: 24px;
    color: #001f84;
    margin-bottom: 17px;
}
.s-head p{
    font-size: 14px;
    margin-bottom: 17px;
    color: #b2b3b5;
    font-family: 'droid-b';
}
.ourservice .service{
    display: flex;
    margin: 30px 0;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 40px 30px;
}
.ourservice .service .img{
    background: #001f84;
    width: 100px;
    text-align: center;
    border-radius: 50%;
    height: 100px;
    line-height: 6.2;
}
.ourservice .service .text{
    margin-right: 20px;
    padding-top: 20px;
}
.ourservice .service .text h6{
    font-size: 18px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.ourservice .service .text h6::before
{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: #b2b3b5;
    width: 32px;
    height: 2px;

}
.ourservice .service .text p
{
    color: #81868e;
    font-size: 14px;
    font-family: 'droid-r';
    line-height: 24px;
}
/*start last news section*/

.last-news .s-head{margin-bottom: 60px;}
.last-news .news .image{overflow: hidden;}
.last-news .news .image img{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 230px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.last-news .news:hover img{
    transform: scale(1.2);
}
.last-news .news h6{
    font-size: 16px;
    margin-top: 20px;
}
.last-news .news p{
    font-size: 14px;
    margin: 25px 0;
}
.last-news .news  a {
    font-family: 'droid-b';
    display: inline-block;
    border-radius: 6px;
    padding: 4px 40px 7px;
    background: #FFF;
    color: #001f84;
    border: 1px solid #ebebeb;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.last-news .news  a:hover
{
    background-color: #001f84;
    color: #FFF;
}
/*start testimonials section*/
.testimonials{
    padding: 50px 0;
    margin: 70px 0;
    background: #f8f9fa url('../img/testimoinails.png');
    
}
.testimonials .s-head{margin-bottom: 25px;}
.testimonials .testimonial{
    width: 62%;
    margin: auto;
}
.testimonials .testimonial .client{text-align: center;}
.testimonials .testimonial p{
    line-height: 30px;
    font-size: 14px;
}
/* blog section*/
.blog{margin-bottom: 70px;}
.blog .item{
    border-radius: 6px;
    padding: 14px 0;
    border: 1px solid #ebebeb;
    font-size: 14px;
    min-height: 260px;
}
.blog .item.links{
    background: #001f84 url('../img/links.png') no-repeat;
    color: #FFF;
}
.blog .item.links a{color: #FFF;}
.blog .item h6{
    font-size: 16px;
    padding-bottom: 14px;
    padding-right: 26px;
    border-bottom: 1px solid #ebebeb;
}
.blog .item ul{padding-top: 3px;}
.blog .item ul li
{
    text-align: center;
    margin: 11px 0;
    display: block;
}
.blog .item.mail h6{color: #001f84;}
.blog .item.mail p{
    font-size: 14px;
    padding: 22px 40px;
    text-align: center;
}
.blog .item.mail .form-group{
    position: relative;
    width: 82%;
    margin: auto;
}
.blog .item.mail input{
    height: 50px;
    padding-right: 60px;
    font-size: 14px;
}
.blog .item.mail .fa-envelope{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 23px;
    color: #b6b6b6;
}
.blog .item.mail .btn{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 50px;
    color: #FFF;
    background: #001f84;
    width: 50px;
}
.blog .item.tweets{
    background: #1DA1F2 url('../img/twitter.png') no-repeat;
    color: #FFF;
    font-size: 14px;
}
.blog .item.tweets .head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
}
.blog .item.tweets .head h6{
    border: 0;
    margin-bottom: 0;
}
.blog .item.tweets .head p{padding-left: 26px; font-family: 'cairo'}
.blog .item.tweets .tweet p{
    padding: 20px 92px;
    text-align: center;
    line-height: 24px;
    font-family: 'droid-b';
}
.blog .item.tweets  .carousel-indicators{
    bottom: -25px;
}
footer .footer{
    margin-bottom: 25px;
    font-size: 14px;
}

/*contact-box*/
.contact-box{
    background-color: #FFF;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1); 
    width: 70%;
    margin: -213px auto 20px;   
    position: relative;
    z-index: 99;
}  
.contact-box  .form-group{
    position: relative;
    margin-bottom: 20px;
}
.contact-box  label{
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #001f84;
}
.contact-box  .form-control{
    height: 55px;
    background: #f4f5f8;
    padding-right: 55px;
    border: 1px solid transparent;
}
.contact-box  textarea.form-control
{
    min-height: 200px;
    max-height: 200px;
}
.contact-box  .btn{
    height: 60px;
    color: #FFF;
    background: #001f84;
    border: 1px solid transparent;
    font-family: 'droid-b';
}

.contact-box  .btn:hover{
    color: #001f84;
    background: #FFF;
    border-color: #001f84;
}
footer .copyrights{font-family: 'droid-b'}
footer .copyrights .row{align-items: center;}
footer .copyrights .copyright {
    display: flex;
    align-items: center;
}
footer .copyrights .copyright .icon{
    background: #001f84;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 2;
    margin-left: 15px;
    font-size: 21px;
    cursor: pointer;
    color: #FFF;
    position: relative;
}
footer .copyrights .copyright .icon:hover i{
    animation: MoveUpDown 1s linear infinite;
    position: absolute;
    left: 28%;
    bottom: 0;
    transform: translateY(-50%)
}
@keyframes MoveUpDown {
    0%, 100% {
      bottom: 0;
    }
    50% {
      bottom: 10px;
    }
  }
footer .copyrights .ibtdi{ text-align: left;}
footer .copyrights .ibtdi a{color: #000;}
footer .copyrights .ibtdi a:hover{color: #001f84;}
footer .copyrights .ibtdi a img{width: 60px;}
/*static head*/
.static-head{
    background: #001f84;
    padding: 60px 0;
    text-align: center;
    color: #FFF;
}
.static-head h3{
    font-size: 25px;
    margin: 0;
}
/* about us page*/
.about-us.page {
    background: #FFF;
    padding: 100px 0 0;
}
.about-us.page .last
{
    margin-top: 30px;
}
.about-us.page .img{width: 100%;}
.about-us.page .vision
{
    margin-top: 90px;
}
.about-us.page ul li{
    margin: 20px 0;
    display: block;
    font-size: 14px;
}
.about-us.page ul li i{
    color: #001f84;
    margin-left: 10px;
    font-size: 17px;
}
/*request order page*/
.order .contact-box
{
    width: 100%;
    margin: 80px 0 60px 0;
}
.order .contact-box h5{
    font-size: 18px;
    margin: 20px 0;
}
.order .contact-box .form-control {padding: .375rem .75rem;}
.order .contact-box select.form-control {
    width: 99.5%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f4f5f8 url(../img/down2.png) no-repeat 6% 50%;
}
.order .form-group  input[type="radio"]{
    visibility: hidden;
    height: 0;
    width: 0;
}
.order .form-group label.test {
    cursor: pointer;
    color: #000;
    position: static;
    background: #f4f5f8;
    width: 116px;
    padding:16px;
    text-align: center;
    margin: 0;
    transform: translateY(0);
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.order .form-group label.test:hover
{
    background: #001f84;
    color: #FFF;
}

.order input[type="radio"]:checked + label.test {
    visibility: visible;
    background: #001f84;
    color: #FFF;
}

.order .send{text-align: center;}
.order .send .btn{
    height: 60px;
    color: #FFF;
    background: #001f84;
    border: 1px solid transparent;
    font-family: 'droid-b';
    text-align: center;
    width: 30%;
}
.order .send .btn:hover {
    color: #001f84;
    background: #FFF;
    border-color: #001f84;
}
/* loading screen*/
.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
}

.loading{
	width:100%;
	height:100%;
	display:block;
	position:absolute
	}

.loading:before,
.loading:after,
.loading>div{
	width:200px;
	height:200px;
	top:50%;
	left:50%;
	display:block;
	position:absolute;
	border-radius:50%;
	border:4px solid #001f84
	}

.loading:before
	{content:"";animation:scale 1s ease-in infinite}

.loading:after
	{content:"";animation:scale 2s ease-in infinite}

.loading>div{animation:scale 3s ease-in infinite}

@keyframes scale{
	from{transform:translate(-50%,-50%) scale(0,0)}
	to{transform:translate(-50%,-50%) scale(1,1)}
	}