/* [Master Stylesheet]
----------------------------------------
1. General Style
2. Typography
3. Header Area
4. Presentation Area
5. Video Area
6. Call To Action Area
7. Footer Area
----------------------------------------
*/


/*
---------------------------------------
1. General Style
---------------------------------------
*/

@import url('https://fonts.googleapis.com/css?family=Assistant:400,600,700');

@import url('https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:400,500');


@font-face {
    font-family: 'FrankRuehl';
    src: url('../../fonts/FrankRuehl-Regular.woff2') format('woff2'),
        url('../../fonts/FrankRuehl-Regular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Bold Face Lie';
    src: url('../../fontsBoldFaceLie-Regular.woff2') format('woff2'),
        url('../../fontsBoldFaceLie-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



html{
    font-size:100%;
}

body {
	background: #7c8bc1 none repeat scroll 0 0;
	font-family: 'Assistant', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	margin: 0;
	padding: 0;
    position:relative;
    overflow-x: hidden;
    direction: rtl;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

a{
	color:#0199ed;
	text-decoration:none;
	-webkit-transition:all 0.3s ease-in-out;
	     transition:all 0.3s ease-in-out;
}

a,
a > *{
	outline:none;
	cursor:pointer;
	text-decoration:none;
}

a:focus,
a:hover{
	outline:none;
	color:#838383;
	text-decoration:none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { 
    color: inherit; 
}


/*
-------------------------------------
2. Typography
-------------------------------------
*/

h1,
h2,
h3,
h4,
h5,
h6{
	padding:0;
	color:#353535;
	margin:0 0 20px;
    font-family: 'FrankRuehl';
	font-weight:600;
	letter-spacing:1px;
}

h1 {
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
    font-family: 'FrankRuehl';
}

h2 {
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    font-family: 'FrankRuehl';
}

h3 {
	font-size: 24px;
	line-height: 38px;
    text-transform: uppercase;
    font-family: 'FrankRuehl';
}

h4 {
	font-size: 20px;
	line-height: 30px;
    font-family: 'FrankRuehl';
}

h5 {
	font-size: 18px;
    font-family: 'FrankRuehl';
}

h6 {
	font-size: 16px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { 
    color: inherit;
}

p {
    margin: 0;
    padding: 0;
    font-family: 'Assistant', sans-serif;
    color: #444;
}



ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.title h2 {
    color: #46c6fb;
}

/*
-------------------------------------
3. Header Area
-------------------------------------
*/


.header-area {
    background-image: url(../../assets/hanan/banner.png);
    background-size: cover;
    padding: 20px 0 20px 0;
    background-position: bottom;
}

.banner-text h2 {
    font-family: 'FrankRuehl';
    font-size: 190px;
    line-height: 160px;
    font-weight: 100;
    color: #ffffff;
}

.banner-text h5 {
    font-family: 'FrankRuehl';
    font-size: 67px;
    color: #ffffff;
}


/*
-------------------------------------
4. Presentation Area
-------------------------------------
*/

.presentation-bg {
    padding: 90px 0;
}

.presentation-text p {
    font-size: 26px;
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    line-height: 35px;
    color: #fff;
    border-bottom: 3px solid #fff;
}

p.second {
    font-size: 26px;
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 500;
    line-height: 35px;
    color: #fff; 
}

.presentation-text p {
    margin-bottom: 30px;
    padding-bottom: 25px;
}

span.second-head,
span.second-middle{
    display: block;
    margin-bottom: 30px;
}

.presentation-btn {
    margin-top: 90px;
}

.presentation-btn a img {
    max-width: 16%;
}

.presentation-btn a {
    color: #fff;
    font-size: 45px;
    border-radius: 50px;
    padding: 10px 30px;
    background: #45f0df;
}


img.img1 {
    margin-right: 20px;
}

img.img2 {
    margin-left: 20px;
}


/*
-------------------------------------
5. Video Area
-------------------------------------
*/

.person-img{
    text-align: center;
}

.video-bg {
    padding: 30px 0 50px 0;
}
    
.video-title h3 {
    font-family: 'FrankRuehl';
    color: #fff;
    font-size: 35px;
    line-height: 45px;
}

.video-para {
    position: relative;
    z-index: 1;
}

.video-para:before {
    position: absolute;
    content: "";
    top: -2%;
    left: 15%;
    height: 100%;
    width: 80%;
    background-image: url(../../assets/hanan/text-bg2.png);
    background-size: cover;
    z-index: -1;
}

.video-para p {
    color: #fff;
    font-size: 26px;
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    line-height: 35px;
}

.video-para p strong {
    font-size: 30px;
    display: block;
    color: #fff;
}


/*
-------------------------------------
6. Call To Action Area
-------------------------------------
*/

.call-bg {
    padding: 40px 0 0 0;
}


.call-text {
    background: #44456f;
    padding: 30px;
    box-shadow: 0px 0px 5px 5px #2222;
}

.call-head h3 {
    color: #fff;
    font-family: 'FrankRuehl';
    font-size: 50px;
}

.call-head {
    border-bottom: 2px solid #fff;
    margin-bottom: 25px;
}

.call-text span {
    color: #fff;
    font-size: 25px;
    font-family: 'FrankRuehl';
    display: inline-block;
    margin-bottom: 20px;
}

.call-details p {
    font-family: 'Assistant', sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 35px;
}

.person-img img {
    max-width: 53%;
    margin-top: 3px;
}

/*
-------------------------------------
7. Footer Area
-------------------------------------
*/

.footer-area {
    background: #44456f;
}


.footer-bg {
    padding: 90px 0 50px 0;
}

.send-btn a img {
    max-width: 15%;
    margin-left: 15px;
}

.paypal {
    text-align: right;
}

.paypal img {
    max-width: 45%;
}

.send-btn {
    text-align: left;
    margin-top: 10px;
}

.send-btn a {
    font-family: 'Assistant', sans-serif;
    font-size: 55px;
    color: #fff;
    font-weight: 400;
}

.contact {
    text-align: center;
    margin-top: 50px;
}

.contact a img {
    max-width: 3%;
    margin-top: -50px;
    margin-left: 10px;
}

.contact a {
    font-size: 38px;
    color: #fff;
}


.copy-right p {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
}


.copy-right i {
    font-size: 25px;
    margin-left: 10px;
}

@media only screen and (max-width: 991px) {
    .banner-text h2{
        font-size: 80px;
        line-height: 1.2em;
    }

    .presentation-btn img{
        display: none;
    }

    .marg-left{
        margin-left: 0;
    }

    .send-btn{
        text-align: center;
    }

    .send-btn img{
        display: none;
    }

    .footer-bg{
        text-align: center;
    }

    .contact a{
        font-size: 24px;
    }

    .copy-right p{
        font-size: 24px;
    }

    .copy-right svg{
        margin-left: 7px;
    }

    .paypal{
        margin-bottom: 20px;
        text-align: center;
    }
}






