@font-face {
    font-family: FontSite;
    src: url('../fonts/NizarBBCKurdish-Bold.ttf');
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}



::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #0f111c;
}

body{
    color: #0d0f30;
}

.header-section {
    background: url(../images/slider-bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header{
    background: transparent;
}


#loading-screen {
    position: fixed;
    width: calc( 100vw - 12px);
    height: 100vh;
    background: #fecd36;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

h1 , h2 , h3 , h4 , h5 , h6 , a  {
	font-family: "FontSite";
}
p {
   font-family: 'DroidArabicKufiRegular';
}

a:hover, a:focus {
    text-decoration: unset;
}

.features-grid-info {
    margin: 3em 0;
}

.container {
    direction: rtl;
}


div#owl-demo {
    direction: ltr !important;
}

.top-header {
    padding: 0 30px;
}
div#fea {
    padding-top: 40px;
}

nav li {
    float: right;
}

#top {
	min-height: 80vh;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
    padding-top: 80px;
}

.top-nav ul li a{
    font-weight: 700;
    padding: 20px 15px;
    font-size: 18px;
}

.top-nav {
    margin: 0;
}
.logo {
    margin: 17px 0;
}

.top-nav ul li a{
    color: #0d0f30;    
}

.top-nav ul li.active a, .top-nav ul li a:hover {
    color: #fecd36;
    background: #0d0f30;
}
.intro-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    max-width: 800px;
    margin: auto;
    text-align: right;
    direction: rtl;
}

.intro-content form{
	width: 100%;
}


.intro-content h2 {
	margin-bottom: 10px;
    font-size: 38px;
}


.intro-content p {
    margin-bottom: 30px;
}
.intro-content .form-group{
    position: relative;
    box-shadow: 4px 20px 14px rgba(26, 28, 36, 0.1);
}
.intro-content input.form-control {
    padding: 30px;
    font-size: 18px;
}

.transport-state {
    width: 100%;
    padding: 20px;
}


.modal-dialog {
    margin-top: calc( 50vh - 200px);
}

.modal-content {
    background: #ffc535;
}

.modal-body .intro-content p {
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
}


 .message{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}


.message i {
    margin-bottom: 10px;
    background: #0d1030;
    padding: 15px;
    color: #fff;
    border-radius: 500px;
    font-size: 25px;
}

.message p {
    text-align: center;
}



.modal-content .intro-content .form-group {
    box-shadow: unset;
}

.modal-content button.close {
    font-size: 30px;
    padding: 0;
    margin: 0;
}

.modal-content .intro-content h2 {
    margin: 0;
    margin-bottom: 20px;
}



.section-head h3{
    font-size: 34px !important;	
    color: #0d0f30;
}


.features-info h4{
	font-size: 24px;
    color: #0d0f30;
}


.one-state {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    font-size: 32px;
    min-height: 150px;
}
.one-state h4 {
    font-size: 22px;
    margin-top: 20px;
}
.one-state i.fa.fa-check {
    color: #ffde79;
    background: #38cc29;
    font-size: 15px;
    padding: 8px;
    margin-bottom: 15px;
    border-radius: 50px;
}

.one-state * {
    opacity: 0.2;
}

.one-state.to-do i {
    background: #333 !important;
}


.one-state.done * {
    opacity: 1;
}

.one-state.in-progress * {
    opacity: 1;
}


a.btn.follow {
    position: absolute;
    top: 0;
    left: 0;
    background: #0d0f30;
    padding: 17px 30px 16px 30px;
    color: #fff;
    border-radius: 5px 0 0 5px;
    font-size: 19px;
}









.intro-content .form-control:focus {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

#owl-demo .item {
    margin: 10px;
}

.show-reel{
	background:#fff !important;
}
.show-reel h2{
	margin-bottom: 50px;
}

.vedio-container {
    max-width: 800px;
    overflow: hidden;
    margin: 80px  auto;
    min-height: 315px;
}


.footer{
	padding: 50px 0 ;
    background: #0e111c;
    color: #fff;
}

.footer h2 {
    font-size: 22px;
    margin-bottom: 30px;
}

.contact-form {
    width: 100%;
}


.icons {
    font-size: 24px;
}

.icons i {
    margin: 10px;
}

.icons a {
    color: #fff !important;
}
.icons a:hover {
    color: #fecd36 !important;
}
.contact-form input[type="submit"] {
    margin: 0;
    left: 0;
    text-align: center;
    text-indent: 0;
    margin-right: auto;
    border: 2px ridge #DBDBDB !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: unset;
    padding: 10px 20px 10px 50px;
    background-position: 10px center;
    width: unset;
    margin-top: 10px;
    background-color: #f5f5f5;
}

.download {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    margin-bottom: 30px;
}
.download  img {
    border-radius: 6px;
    height: 40px;
}

.download a {
    margin-left: 5px;
    margin-bottom: 5px;
}

#services {
    background: #fecd36;
    padding: 2em 0 4em;
}

.one-service{
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
}

.one-service img{
    width: 100px;

}


.bs-example {
  margin: 20px;
}
.rotate {
  -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
  -moz-transform: rotate(-180deg); /* Firefox */
  -ms-transform: rotate(-180deg); /* IE 9 */
  transform: rotate(-180deg); /* Standard syntax */
}


.panel-default > .panel-heading{
    background-color: #ffffff;    
}


.panel-group .panel {
    padding: 0px !important;
}


.panel-default > .panel-heading {
    padding: 0;
}


.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    font-size: 22px;
}
.panel-title > a {
    color: inherit;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.contact-form input[type="text"], .contact-form textarea{
    border-bottom: 1px ridge #b9b9b9;
    background: #f9f9f9;
    padding: 1em 10px 1em 0;
    margin-bottom: 15px;
}


ul.footer-nav {
    padding: 0 10px;
}

ul.footer-nav a {
    color: #fff;
}


ul.footer-nav a:hover {
    color: #fecd36;

}



p.copyright {
    margin: 0;
    background: #fecd36;
    color: #0f111c;
    padding: 6px;
    font-size: 12px;
    text-align: center;
    direction: rtl;
}
p.copyright a {
    font-family: 'DroidArabicKufiRegular';
}


.login-link{
    color: #ffffff !important;
    background: #0d1130;
    height: 46px;
    line-height: 6px;
    border-radius: 4px;
    margin-right: 10px;
    margin-top: 17px;
}









.logo {
    float: right;
}

.top-nav {
    float: left;
}

.features-icon , .features-icon1 {
    padding: 0;
}


/* desktop style */
@media (min-width: 992px)  {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 , 
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: right;
    }

    #top {
        padding-top: 80px;
    }

    #home {
        z-index: 9;
        width: 100%;
    }
    .links {
        padding-right: 50px;
    }
    .intro-content {
        min-height: 250px;
        background: #ffc535;
        padding: 30px;
    }

    .big-divice img {
        width: 80%;
        margin: auto;
        display: block;
        margin-top: 70px;
    }


}

/* mobile style */
@media (max-width: 992px)  {
    nav a#pull {
        top: 22px;
    }
    
    .features-grids img {
        max-width: 100px;
        margin: auto;
    }

    .features-grids {
        text-align: center;
    }
}