body {
    background-color: #ffffff;
    font-family: 'Tajawal Medium', Arial, sans-serif;
    color: #3a4151;
}

/* REST */
a{
    outline: 0 !important;
    color: #ec1654;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
a:hover{
    color: #222020;
    text-decoration: none;
}
.section-background{
    background-color: #f5f6fb;
}
.section-background-primary{
    background-color: #ec1654;
    color: #ffffff;
}
.owl-carousel .owl-item > div{
    border: 10px solid transparent;
}
.owl-nav{
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
}
.owl-prev, .owl-next{
    display: inline-block;
    margin: 0px 6px;
    color: #ec1654;
}
/* REST */

/* LANDING HEADER */
.landing-header{
    position: relative;
    background: #f5f5f5;
    background-image: url('../images/bg.png');
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0, 0, 0, 0.33) 100%), url('../images/bg.png');;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    overflow: hidden;
}
.header-logo{
    display: inline-block;
    width: 250px;
}
.header-logo img{
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.header-head{
    padding-top: 60px;
    display: block;
}
.header-head h1{
    font-family: 'Tajawal Bold', Arial, sans-serif;
    margin: 0px;
}
.header-head h2{
    font-family: 'Tajawal Bold', Arial, sans-serif;
    color: #ec1654;
    font-size: 28px;
    margin-bottom: 30px;
}
.header-head p{
    margin: 0px;
    font-size: 20px;
}
.app-download{
    margin: 30px 0px;
    text-align: center;
}
.app-download > a{
    display: inline-block;
    margin-left: 10px;
}
.app-header-preview{
    display: inline-block;
}
.app-header-preview img{
    width: 100%;
    height: auto;
}
/* END LANDING HEADER */

/* PAGE WIDGET */
.page-widget{
    padding: 50px 0px;
}
.page-widget-head{
    text-align: center;
    margin-bottom: 20px;
}
.page-widget-head h2{
    font-family: 'Tajawal Bold', Arial, sans-serif;
}
.page-widget-body{
    padding: 35px 0px;
}
/* END PAGE WIDGET */

/* APP SPECIFICATIONS */
.app-specifications{
    text-align: center;
    background: url(../images/element-bg.png) no-repeat 60px center;
}
.app-specifications-margin{
    margin-bottom: 50px;
}
.app-specifications img{
    width: 80px;
    margin-bottom: 15px;
}
.app-specifications p{
    font-size: 16px;
    font-family: 'Tajawal Bold', Arial, sans-serif;
    margin: 0px;
}
.brand-logo{
    text-align: center;
}
.brand-logo img{
    width: 90%;
    margin-top: 25px;
}
/* END APP SPECIFICATIONS */

/* APP SCREENSHOTS */
.app-screen-card{
    -webkit-box-shadow: 0px 0px 16px -3px rgba(212,212,212,1);
    -moz-box-shadow: 0px 0px 16px -3px rgba(212,212,212,1);
    box-shadow: 0px 0px 16px -3px rgba(212,212,212,1);
}
/* END APP SCREENSHOTS */

/* CONTACT */
.contact-card{
    text-align: center;
}
.contact-card i, .contact-card a{
    display: block;
    color: #ffffff;
}
.contact-card i{
    font-size: 30pt;
    margin-bottom: 10px;
}
.contact-card a{
    margin-top: 5px;
}
/* END CONTACT */

/* FOOTER */
.footer{
    padding: 30px 0px;
}
.vat-container{
    text-align: center;
    border-bottom: 1px solid #ececec;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.vat-container img{
    width: 50px;
    margin-bottom: 10px;
}
.contactus{
    text-align: left;
}
.contactus div{
    display: inline-block;
    margin-right: 10px;
}
.contactus div i{
    margin-left: 5px;
}
/* END FOOTER */

/* ---- Responsive ---- */
@media (max-width: 767px) {

    /* LANDING HEADER */
    .landing-header{
        position: relative;
        background: #f5f5f5;
        background-image: url('../images/bg-mobile.png');
        background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0, 0, 0, 0.33) 100%), url('../images/bg.png');;
        background-position: right bottom;
        background-repeat: no-repeat;
        height: auto;
        text-align: center;
    }
    .header-logo img{
        margin-bottom: 0px;
    }
    .header-head h1{
        font-size: 30px;
    }
    .header-head h2{
        font-size: 24px;
    }
    .header-head p{
        font-size: 18px;
    }
    .app-download > a{
        display: block;
        margin-bottom: 10px;
    }
    .app-header-preview{
        display: block;
        margin-bottom: 30px;
    }
    .app-header-preview img{
        width: 70%;
    }
    /* END LANDING HEADER */

    /* APP SPECIFICATIONS */
    .app-specifications{
        background: url(../images/element-bg.png) no-repeat center center;
    }
    .brand-logo img{
        width: 70%;
        margin-top: 25px;
    }
    /* END APP SPECIFICATIONS */

    /* FOOTER */
    .footer{
        text-align: center;
    }
    .contactus{
        text-align: center;
        margin-top: 10px;
    }
    /* END FOOTER */

}