/* General
======================*/
*,
:focus {
    outline: 0!important;
}
/*Fonts
==============================*/
@font-face {
    font-family: "Al-Jazeera";
    src:url('../css/fonts/Al-Jazeera-Arabic-Bold.ttf') format('truetype');
}

body {
    font-family: 'Droid Arabic Kufi', sans-serif;
    overflow-x: hidden;
}

/* Lists- Links
======================*/
a,a:hover,a:focus {
    text-decoration: none;
}
ul,li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* img
==========================*/
img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Forms
======================*/
.form-group {
    position: relative;
    overflow: hidden;
}
.form-group label {
    display: block;
    text-align:right;
    font-weight: 600;
    font-size: 13px;
    line-height: 25px;
    margin: 0 0 10px 0;
    color: #121212;
}
.form-control {
    color: #1ba067;
    border: 1px solid #d6d6d6;
    margin: 0 auto;
    padding: 0px 15px;
    height: 40px;
    font-weight: 400;
    line-height: 40px;
    background-color: #fff;
    border-radius: 0;
    font-size: 12px;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-control:hover,
.form-control:focus {
    outline: 0;
    border: 1px solid #094561;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
textarea.form-control {
    height: 120px!important;
    resize: none;
    overflow-x: hidden;
    line-height: 30px;
}

/* Button
======================*/
.custom-btn {
    border: 0;
    display: inline-block;
    color: #ffffff;
    background: #1ba067;
    line-height: 35px;
    border-radius: 0;
    font-size: 16px;
    padding: 0 40px;
    min-width: 230px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.custom-btn:hover ,
.custom-btn:focus {
    background: #474c62;
    color: #fff;
}

/* Page Setting
======================*/
#wrapper {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.main {
    display: block;
    position: relative;
    width: 100%;
}
.page-content {
    position: relative;
    display: block;
    width: 100%;
}
.section-setting{
    display: block;
    position: relative;
    padding: 80px 0px;
    background: #fff;
}
.owl-carousel .owl-wrapper-outer{
    direction: ltr;
}

/*Section title
========================*/
.section-title{
    display: block;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
.section-title h3{
    color: #3f4046;
    position: relative;
    font-size: 22px;
    margin: 0 auto;
    line-height: 35px;
    display: inline-block;
    font-weight: bold;
    font-family: "Al-Jazeera";
}
.section-title h3 span{
    display: inline-block;
    color: #0e9b5f;
    margin-left: 5px;
}
.section-title p {
    display: block;
    position: relative;
    font-size: 13px;
    color: #3f4046;
    line-height: 30px;
    max-width: 767px;
    margin: 10px auto;
    font-weight: 400;
}
.section-title span.border{
    display:inline-block;
    margin:0 auto;
    background: #0e9b5f;
    width: 80px;
    height: 2px;
}
.section-title p.custom{
    font-size: 18px;
    color: #555;
    line-height: 25px;
    max-width: 991px;
}
#screenshot .section-title h3 span{
    color:#1e94c9;
}
@media all and (max-width:480px){
    .section-title h3 , .about-content h2{
        font-size: 22px;
        letter-spacing: .5px;
    }
    
}

/*Header
===========================*/
.header {
    position: fixed;
    background: transparent;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    padding: 5px 0 2px;
    border-top: 3px solid #0e93cb;
    min-height: 80px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.header.col{
    background:#fff;
   -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.header > .container {
    position: relative;
    margin-bottom: -70px;
}
.header .navbar-collapse > .container {
    position: relative;
}
.header .logo {
    position: relative;
    margin: 0;
    float: right;
    z-index: 9999;
    height: 70px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.header-colp{
    padding: 0;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-box-shadow: 1px 1px 5px #e0e0e0;
       -moz-box-shadow: 1px 1px 5px #e0e0e0;   
            box-shadow: 1px 1px 5px #e0e0e0;
}
.header-colp .logo{
    height: 45px;
    width: 220px;
    margin-top: 5px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.header .logo img {
    height: 100%;
}
.btn-responsive-nav {
    display: none;
}
.header nav {
    float: left;
    margin:0px;
}
@media all and (min-width:992px) {
    .nav-main > ul.navbar-nav{
        padding: 10px 0;
    }
    .nav-main > ul.navbar-nav > li > a {
        padding: 0 16px;
        line-height: 50px;
        font-size: 13px;
        color: #3a3b40;
        font-weight: 400;
        -webkit-transition: all ease 0.25s;
        -moz-transition: all ease 0.25s;
        transition: all ease 0.25s;
    }
    .nav-main > ul.navbar-nav > li > a:before{
	content:" ";
	position:absolute;
	left: 0px;
	top: 8px;
	background: #edebeb;
	height: 30px;
	width: 1px;
}
.nav-main > ul.navbar-nav > li:last-child > a:before{
    display:none;
}
    .nav-main > ul.navbar-nav > li > a >i{
        margin-left:10px;
    }
    .nav-main > ul.navbar-nav > li > a:focus ,
    .nav-main > ul.navbar-nav > li > a:hover ,
    .nav-main > ul.navbar-nav > li.active > a ,
    .nav-main > ul.navbar-nav > li.active > a:focus{
        background: transparent;
        color: #1e94c9;
    }
}
@media all and (max-width:991px) {
    .header {
        clear: both;
        border-bottom: 1px solid #f9f9f9;
    }
    .header ul.navbar-nav {
        float: none;
        padding: 10px 0;
    }
    .header > .container {
        margin-bottom: 0;
    }
    .header .nav-main-collapse {
        top: 0;
        position: relative;
        background: #1e94c9;
        max-height: 300px;
        width: 100%;
        overflow: hidden;
        z-index: 99;
    }
    .header.colored .nav-main-collapse {
        top: -13px;
    }
    .header .nav-main-collapse.collapse {
        display: none !important;
    }
    .header .nav-main-collapse.collapse.in {
        overflow: hidden !important;
        display: block !important;
    }
    .header .nav-main {
        display: block;
        float: none;
        width: 100%;
        padding:   0;
        clear: both;
    }
    .header .nav-main ul li {
        clear: both;
        float: none;
        display: block;
    }
    .header .nav-main ul ul {
        margin-left: 20px !important;
    }
    .nav-main .navbar-nav li a {
        position: relative;
        display: block;
        /* font-weight: 400; */
        overflow: hidden;
        font-size: 13px;
        color: #fff;
        text-decoration: none;
        padding: 0 10px;
        line-height: 30px;
    }
    .nav-main .navbar-nav li a i{
        display: none;
    }
    .nav-main .navbar-nav li > a:hover,
    .nav-main .navbar-nav li > a:focus , 
    .nav-main .navbar-nav li.active > a,
    .nav-main .navbar-nav li.active > a:hover {
        background: #229d65;
        color: #fff!important;
    }
    .btn-responsive-nav {
        display: block;
        position: absolute;
        background: #18aa6b;
        top: 8px;
        left: 15px;
        width: 40px;
        height: 40px;
        padding: 5px;
        border-radius: 0;
        color: #FFF;
        border: none;
        z-index: 1;
        -webkit-transition: background ease 0.4s;
        -moz-transition: background ease 0.4s;
        transition: background ease 0.4s;
    }
    .btn-responsive-nav span{
        height: 2px;
        text-align: center;
        display: block;
        background-color: #fff;
        margin: 5px auto;
    }
    .btn-responsive-nav:hover,
    .btn-responsive-nav:active,
    .btn-responsive-nav:focus {
        color: #fff;
        background: #121212;
        outline: 0;
        box-shadow: none;
    }   
}
@media all and (max-width:380px){
     .btn-responsive-nav{
        height: 35px;
        width: 35px;
        top: 5px;
    }
    .btn-responsive-nav i{
        font-size:21px;
    }
}

/*Features
===============================*/
.our-features{
    background: #f8f8f8;
}
.our-features .feat-item {
    margin: 15px auto;
    -webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,.17);
    -moz-box-shadow: 0 5px 15px -5px rgba(0,0,0,.17);
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.17);
    overflow: hidden;
    background-color: #229d65;
}
.our-features .feat-item .feat-icon  {
    float: right;
    width: 115px;
    background-color: #fff;
    padding: 31px 22px;
    position: relative;
}
.our-features .feat-item .feat-icon img{
    width: 70px;
    height: 71px;
}
.our-features .feat-item .feat-content {
    padding: 15px 130px 15px 5px;
    display: block;
    position: relative;
    margin: 0px auto;
    text-align: right;
}
.our-features .feat-item .feat-content h3{
    color: #ffffff;
    display: block;
    position: relative;
    font-size: 13px;
    line-height: 25px;
    margin: 10px auto;
    font-weight: 600;
}
.our-features .feat-item .feat-content p{
	margin: auto;
	font-size: 13px;
	color: #ffffff;
	line-height: 25px;
}
.our-features .feat-item:hover{
    background-color: #1e94c9;
}
.our-features .feat-item:hover h3 ,
.our-features .feat-item:hover p{
    color:#ffffff;
}

/*Gallery 
=============================*/
#screenshot{
    padding-bottom:0;
}
.carousel{
    position: relative;
    padding: 0;
    max-height: 390px;
}
.carousel .carousel-item{
    opacity: 1!important;
}
.carousel-item {
    width: 240px!important;
    height: auto!important;
    top: 0px!important;
}
.carousel .carousel-item{
    opacity: 1!important;
}
.carousel-item img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

/*Dowmload
=======================*/
.download{
    background: #4a4f65;
    padding-bottom: 20px;
}
.download .section-title p{
    color:#fff;
}
.download .section-title h3{
    color: #0d9b5e;
}
.download .section-title h3 span{
color:#fff;
}
.app-down{
    margin: 10px auto;
}
.app-down li{
    display: inline-block;
}
.app-down li a{
    display: block;
    position: relative;
    margin: 5px;
}
.app-down li a img{
    background: #000;
    border-radius: 5px;
    overflow: hidden;
}

/*About
============================*/
.about{
    background: #1e94c9;
}
.about .section-title p{
    color:#47dbe0;
}
.about .section-title span.border{
    background-color:#47dbe0;
}
.about .section-title h3{
    color: #ffffff;
}
.about .section-title h3 span{
color:#fff;
}
.about .how-text{
    color: #fff;
    line-height: 25px;
    font-size: 14px;
    margin: 0px auto  25px;
}
.about video{
    border: 5px solid #47dbe0;
}

/*Copy-rights 
=============================*/
.copy-rights {
    overflow: hidden;
    position: relative;
    display: block;
    padding: 0;
    background: #1e94c9;
}
.copy-rights p {
    color: #fff;
    font-size: 13px;
    line-height: 50px;
    margin: 0;
    text-align: right;
}
.copy-rights ul{
    text-align:left;
}
.copy-rights ul li{
    display:inline-block;
    vertical-align: middle;
}
.copy-rights ul li a{
    display: block;
    position: relative;
    color: #fff;
    width: 35px;
    height: 50px;
    padding: 8px 0;
    text-align: center;
}
.copy-rights .power {
    color: #fff;
    background: #1ba067;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

/*Welcome Home 
==========================*/
.welcome-home {
    position: relative;
    padding-top: 140px;
    background-color: #fff;
    min-height: 640px;
}
.welcome-home:before{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/left-home-img.png) left;
    width: 540px;
    height: 360px;
    background-repeat: no-repeat;
}
.welcome-home:after{
    content: " ";
    position: absolute;
    bottom: 0px;
    right: 0;
    background: url(../images/header-bottom.png) right;
    width: 624px;
    height: 260px;
    background-repeat: no-repeat;
}
.wel-head{
    position: relative;
    z-index: 9999;
    width: 100%;
    height: 100%;
}
.wel-head .title{
    color: #1e94c9;
    display: block;
    position: relative;
    font-size: 22px;
    margin: 0;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: "Al-Jazeera";
}
.wel-head .title:after{
    content:" ";
    position:absolute;
    background: #0e9b5f;
    width: 40px;
    bottom: -5px;
    right: 0;
    height: 2px;
}
.wel-head .info-text{
    color: #3f4046;
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    line-height: 30px;
}
.wel-home-img img{height: 500px;}
.wel-head .app-down {
    display: block;
    position: relative;
    margin: 200px 35px 0;
}

/* Responsive
=====================*/
@media all and (min-width:992px) and (max-width:1200px){
    .our-features .feat-item .feat-content {
        padding: 10px 110px 10px 10px;
    }
    .our-features .feat-item .feat-icon{
        width: 100px;
        padding: 40px 10px;
    }   
}
@media all and (max-width:991px){
      .welcome-home:before ,.welcome-home:after{
        display: none;
    }
    .wel-home-img{
        display: none;
    }
    .welcome-home{
        padding-top: 70px;
        min-height: auto;
    }
    .wel-head{
        padding: 15px;
        text-align: center;
    }
    .wel-head .title:after{
        left:0;
        right:0;
        margin:auto;
    }
    .wel-head .app-down{
        margin: 15px auto;
    }
    .our-features .feat-item .feat-content{
        padding: 5px 130px 5px 10px;
    }
}
@media all and (max-width:767px){
    .copy-rights p , .copy-rights ul{
        text-align:center;
    }
}
@media all and (max-width:480px){
    .wel-head .title{
        font-size: 21px;
        line-height: 30px;
    }
    .wel-head{
        padding: 5px;
        text-align:center;
    }
   .our-features .feat-item .feat-icon{
        float: none;
        display: block;
        width: 100%;
        padding: 10px;
    }
    .our-features .feat-item .feat-content{
        padding: 10px;
        text-align: center;
    }
    .form-group{
        padding: 0 5px;
    }
    .copy-rights p{
        padding: 5px 0px;
        text-align: center;
        line-height: 25px;
        font-size: 12px;
    }
    .copy-rights p .power{
        float: none;
        margin: 5px auto;
        display: block;
        line-height: 25px;
        height: 25px;
    }
}

