@font-face {
    font-family: 'A Jannat LT';
    src: url('../fonts/AJannatLT-Bold.eot');
    src: url('../fonts/AJannatLT-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AJannatLT-Bold.woff2') format('woff2'),
    url('../fonts/AJannatLT-Bold.woff') format('woff'),
    url('../fonts/AJannatLT-Bold.ttf') format('truetype'),
    url('../fonts/AJannatLT-Bold.svg#AJannatLT-Bold') format('svg');
    font-weight: bold;
}

@font-face {
    font-family: 'A Jannat LT';
    src: url('../fonts/AJannatLT.eot');
    src: url('../fonts/AJannatLT.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AJannatLT.woff2') format('woff2'),
    url('../fonts/AJannatLT.woff') format('woff'),
    url('../fonts/AJannatLT.ttf') format('truetype'),
    url('../fonts/AJannatLT.svg#AJannatLT') format('svg');
    font-weight: normal;
}

body {
    font-family: 'A Jannat LT', sans-serif;
    background-color: #F6F6F6;
}

a:hover, a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

::selection {
    background-color: #3A985C;
    color: #FFF;
}

.wow {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
}

.app-z button {
    background-color: #3A985C;
    color: #FFF;
    border: none;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 50px;
    margin-top: 10px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.app-z button:hover {
    background-color: #3B322D;
    color: #FFFFFF;
}

.app-z button a {
    color: #FFF;
}

.app-z button:hover a {
    color: #3A985C;
}

[type=email], [type=file], [type=number], [type=password], [type=tel], [type=url], code, samp, var {
    text-align: right;
    direction: rtl;
}

.form-control {
    min-height: 50px;
    background-color: #F6F6F6;
    border: none;
    border-radius: 25px;
    padding: 25px;
}

.menu-wrap {
    padding: 5px 0;
}

.top-header {
    padding-top: 43px;
    padding-bottom: 0;
    background-color: #39965b8f;
}

.sec-bg3 {
    background-color: #1c251f;
}

.menu-wrap.fixed {
    background: linear-gradient(89deg,#1c251f 3%,#1c251f 98%) ! important;
}

nav.navbar.visible-xs {
    background-color: #1c251f;
}

.footer {
    background-color: #1c251f !important;
}

/* Header */
.header-app {
    background-image: url(../images/bg-header.png);
    background-size: cover;
    background-position: center center;
    height: 100vh;
}

.header-app .overlay {
    position: absolute;
    width: 38.5%;
    height: 100vh;
    left: 0;
    z-index: 0;
}

.header-app .overlay:before {
    background-color: rgba(105, 2, 2, 0.6);
}

.header-app .row.top {
    padding-top: 35px;
}

.header-app .row.top i {
    height: 35px;
    width: 35px;
    line-height: 32px;
    border: 2px solid #FFF;
    color: #FFF;
    margin-top: 15px;
    font-size: 13px;
    border-radius: 50%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.header-app .row.top i:hover {
    color: #3A985C;
    background-color: #FFF;
}

.header-app h1 {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: bold;
    margin-top: 50px;
    line-height: 130px;
}

.header-app p {
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 50px;
}

.header-app span img {
    margin-left: 10px;
}

.header-app img.app1 {
    width: auto;
}

/* About */

.about {
    padding: 30vh 0 10vh 0;
}

.about h2 {
    font-weight: bold;
    color: #524441;
    font-size: 40px;
    padding-top: 12vh;
}

.about h2::after {
    content: "ـــــــــ";
    color: #3a985c;
    display: block;
    font-weight: normal;
    margin-top: -10px;
    font-size: 30px;
}

.about p {
    line-height: 2em;
    color: #524441;
    padding: 40px 0;
}

/* Features */

.features {
    padding: 50px 0 300px 0;
}

.features h2 {
    font-weight: bold;
    color: #524441;
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
}

.features h2::after {
    content: "ـــــــــ";
    color: #3a985c;
    display: block;
    font-weight: normal;
    margin-top: -10px;
    font-size: 30px;
}

.features .box {
    padding: 30px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.features .box:hover {
    background-color: #FFF;
    border-radius: 15px;
}

.features .box h3 {
    margin: 12px 0;
    font-size: 20px;
    font-weight: bold;
    color: #3A985C;
}

.features .box p {
    color: #444;
    margin-bottom: 30px;
    text-align: justify;
}

/* Download */

.download {
    background-image: url(../images/bg1.png);
    background-size: cover;
    background-position: center center;
    min-height: 600px;
}

.download h2 {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
    margin-top: 130px;
    line-height: 130px;
}

.download p {
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 50px;
}

.download span img {
    margin-left: 10px;
}

.download img.app4 {
    position: absolute;
    top: -250px;
}

/* Screen shots */

.screen-shots {
    padding: 100px 0;
}

.screen-shots h2 {
    font-weight: bold;
    color: #524441;
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
}

.screen-shots h2::after {
    content: "ـــــــــ";
    color: #3a985c;
    display: block;
    font-weight: normal;
    margin-top: -10px;
    font-size: 30px;
}

/* Contact us */

.contact-us {
    padding: 100px 0;
    background-color: #FFF;
}

.contact-us h2 {
    font-weight: bold;
    color: #524441;
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
}

.contact-us h2::after {
    content: "ـــــــــ";
    color: #3a985c;
    display: block;
    font-weight: normal;
    margin-top: -10px;
    font-size: 30px;
}

.contact-us form {
    padding: 0 10%;
}

.contact-us button {
    padding: 0 70px;
}

/* Footer */

.footer {
    background-color: #3B322D;
    padding: 30px 0;
}

.footer p {
    color: #e5dad4;
    padding-top: 15px;
}


/* Responsive */

@media only screen and (max-width: 768px) {
.header-app h1 {
    font-size: 30px;
    line-height: inherit;
}
.top-header {
    display: none;
}
.about {
    padding: 30px 0;
}
.about h2 {
    font-size: 25px;
    padding-top: 0;
}
.about p {
    padding: 0;
}
.features {
    padding: 50px 0;
}
.download h2 {
    font-size: 30px;
    line-height: inherit;
}
.download img.app4 {
    position: inherit;
    top: auto;
    margin: 20px 0;
}
}

@media only screen and (max-width: 480px) {
    .header-app h1 {
    font-size: 25px;
}
.header-app span img {
    margin: 0 0 5px 0;
}
.header-app .row.top i {
    height: 25px;
    width: 25px;
    line-height: 22px;
}
.app-z button {
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 12px;
}
.form-control {
    min-height: 30px;
    border-radius: 20px;
    padding: 10px;
}
.download img.app4 {
    position: inherit;
    top: auto;
}
.download span img {
    margin: 0 0 5px 0;
}
.download h2 {
    margin-top: 20px;
}
}