
	@font-face {
		font-family: "Bukra";
			src: url('fonts/29ltbukraregular.ttf') format('truetype');
			font-weight: normal;
			font-style: normal;
	}



*{ outline:none !important;}
body{margin:0;padding:0;font-family: sans-serif;font-size:18px;background:#f6f6f6;color:#171838;-webkit-font-smoothing: antialiased;}
body{ height:100%;}
html{height:100%;direction: rtl;}


/* HTML ELEMENTS */
img{max-width:100%;}
p{ margin-bottom:20px;}
b{ font-weight:700;}
strong{ font-weight:700;}

nav, h1,h2,h3,h4 {font-family: 'Bukra';}

.iphone {
	    text-align: left;
	    padding-top: 3vh!important;
	    z-index: 9999;
}
.iphone img {
		    cursor: pointer;
	    -webkit-transition: all 400ms cubic-bezier(.19,-0.34,.02,1.39);
-moz-transition: all 400ms cubic-bezier(.19,-0.34,.02,1.39);
-ms-transition: all 400ms cubic-bezier(.19,-0.34,.02,1.39);
-o-transition: all 400ms cubic-bezier(.19,-0.34,.02,1.39);
transition: all 400ms cubic-bezier(.19,-0.34,.02,1.39);

}
.iphone img:hover {
	transform:scale(1.05);
}


.iphone img {
    max-height: 80vh;
}
.margin-top-10vh {
    line-height: 30px;
    margin-top: 11vh;
}

/* FORM ELEMENTS */
input[type="text"], input[type="email"] {
    width: 100%;
    height: 56px;
    background: none;
    border: none;
    /* border-bottom: 2px solid #797a9e; */
    padding: 10px;
    font-size: 20px;
    border-radius: 7px;
    margin-bottom: 30px;
    background: white;
    box-shadow: 0 0px 10px 1px #ddd;
}
input[type="text"]:focus,
input[type="email"]:focus{border-bottom: 2px solid #4bb5eb;}
textarea {
    width: 100%;
    height: 120px;
    background: none;
    border: none;
    /* border-bottom: 2px solid #797a9e; */
    padding: 0;
    font-size: 20px;
    /* color: #797a9e; */
    min-height: 60px;
    resize: vertical;
    max-height: 130px;
    background: white;
    border-radius: 7px;
    padding: 10px;
    box-shadow: 0 0px 10px 1px #ddd;
}
textarea:focus{border-bottom: 2px solid #4bb5eb;/* color:#fff; */}
button[type="button"]{ border:none; background:none;}
.form-group{ width:100%; float:left;}


/* TRANSITION */
.transition{-webkit-transition: 0.2s ease-in-out;-moz-transition: .2s ease-in-out;-ms-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out;}
.transition *{-webkit-transition: 0.2s ease-in-out;-moz-transition: 0.2s ease-in-out;-ms-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out;}



/* CUSTOM FANCYBOX*/
.fancybox-overlay{ background:rgba(0,0,0,0.8);}
.fancybox-opened .fancybox-skin{ box-shadow:none;}
.fancybox-opened .fancybox-skin{ border-radius:0;}


/* PARALLAX CONTET */
.parallax-content{ width:100%; float:left; position:relative;}
.parallax-content .parallax-object{ position:absolute; left:0;}


/* VERTICAL MIDDLE */
.ver-middle{ width:100%; height:100%; display:table;}
.ver-middle .inner{ display:table-cell; vertical-align:middle;}


/* VERTICAL BOTTOM */
.ver-bottom{ width:100%; height:100%; display:table;}
.ver-bottom .inner{ display:table-cell; vertical-align:bottom;}


/* BUTTONS */
.btn-green{height:56px;line-height:56px;display:inline-block;background:#ea4ba8;padding:0 40px;font-size:16px;font-weight:900;color:#fff;border-radius:5px;box-shadow: 0 23px 35px rgba(232, 75, 169, 0.3);}
.btn-green i{ font-size:25px; float:left; margin-right:10px; margin-top:16px;}
.btn-green:hover{     background: #1d9ed2;
    text-decoration: none;
    box-shadow: 0 23px 35px rgba(29, 158, 210, 0.3);
    color: #ffffff;}
    .btn-blue {
        height: 56px;
        line-height: 56px;
        display: inline-block;
        background: #6241a3;
        padding: 0 40px;
        font-size: 16px;
        font-weight: 900;
        color: #fff;
        margin-top: 10px;
        border-radius: 5px;
        box-shadow: 0 23px 35px rgba(97, 65, 162, 0.3);
    }
    .btn-blue i{ font-size:25px; float:left; margin-right:10px; margin-top:16px;}
.btn-blue:hover{background:#1d9ed2;text-decoration:none;box-shadow: 0 23px 35px rgba(29, 158, 210, 0.3);color: #ffffff;}
.btn-red{ height:56px; line-height:56px; display:inline-block;  background:#fe4967; padding:0 40px; font-size:16px; font-weight:900; color:#fff; border-radius:5px; box-shadow:0 23px 35px rgba(254,73,103,0.33);}
.btn-red i{ font-size:25px; float:left; margin-right:10px; margin-top:16px;}
.btn-red:hover{     background: #1d9ed2;
    text-decoration: none;
    box-shadow: 0 23px 35px rgba(29, 158, 210, 0.3);
    color: #ffffff;}


/* PRELOADER */
.preloader{ width:100%; height:100%; position:fixed; left:0; top:0; background:url(../img/preloader.gif) center no-repeat #fff; z-index:9;}
.preloader{-webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transform:all 0.2s ease; transition: all 0.2s ease;}
.page-loaded .preloader{transform: translateY(-100%); -o-transform:translateY(-100%); -ms-transform:translateY(-100%); -webkit-transform:translateY(-100%);}
.page-loaded .header{transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); -webkit-transform: translateY(0);}
.page-loaded .navbar-default{transform: translateY(0); transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); -webkit-transform: translateY(0);}


/* HEADER BLOG */
.header-blog{ width:100%; float:left;}
.header-blog .navbar-default{ margin-bottom:0; border-bottom:2px solid #e6e6ef;}
.header-blog .navbar-default .navbar-nav li a:hover{ color:#171838;}
.blog-sub-header{ width:100%; float:left; background:url(../img/blog-sub-header-bg.png) center no-repeat; padding:140px 0; text-align:center;}
.blog-sub-header h2{ font-size:70px; font-weight:900; margin:0;}


@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
.header .left-side{ display:none;}
.header{ width:100%; padding-left:15px; padding-right:15px;}
.header h1{ font-size:50px; line-height:60px; margin-bottom:30px;}
.header h1 b{ font-size:80px;}
.header .mockup{ margin-top:20px;}
.header .ver-middle{ padding-left:0;}
.header .navbar-default{ margin-bottom:0;}
.header .navbar-header{ width:auto; text-align:left; }
.header .navbar-nav li{ width:100%;}
.header .navbar-header .navbar-toggle{ border:none; margin:28px 0; padding:0; border-radius:none !important;}
.header .navbar-header .navbar-toggle .icon-bar{ background:#fff;}
.header .btn-googleplay{ width:100%;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{ background:none;}
.navbar-default .navbar-brand{ padding-left:0;}
.ver-bottom .inner{ vertical-align:top;}
.our-features .title{ font-size:50px;}
.about-app{ margin-top:0;}
.about-app h2{ margin-top:0;}
.screenshots .owl-controls .owl-nav{ display:none;}
.contact .btn-appstore{ width:100%; margin-bottom:30px;}
.contact .btn-googleplay{ width:100%;}
.how-it-work .title{ font-size:50px;}
.app-statistics .counter .number{ font-size:36px;}
.app-statistics .counter .symbol{ font-size:36px;}
.app-statistics .counter h5{ margin-bottom:30px;}
.our-pricing .title{ font-size:50px;}
.our-pricing .price-box.left{ border-radius:12px;}
.our-pricing .price-box.right{ border-radius:12px;}
.our-pricing .price-box.center{ margin:15px 0;}
.app-support .say-hello .half{ width:100%; padding:0;}
.app-support .say-hello .half.first{ margin:0;}
.app-support .say-hello .half.last{ margin:0;}
.download-app-for-free .btn-appstore{margin-right:0;/* margin-bottom:30px; */}
.screenshots .screenshot-carousel .center{ background:none;}
.screenshots .title{ font-size:50px;}
.testimonials .title{ font-size:50px;}
.testimonials .owl-nav{ display:none;}
.testimonials .testimonials-carousel .item{ padding:0;}
.why-choose-us .title{ font-size:50px;}
.why-choose-us p{ margin-bottom:50px;}
.download-app-for-free .title{ font-size:50px;}
.download-app-for-free .btn-appstore{/* width:100%; */}
.download-app-for-free .btn-googleplay{ width:100%;}
.download-app-for-free .mockup{ margin-top:50px;}
.demos h6{ margin-top:-30px;}
.blog-container .post-box .post-content .post-bottom-metas .tags{ width:100%;}
.pagination li{ display:none;}
.pagination li.prev{ display:block;}
.pagination li.next{ display:block;}
.pagination li.active{display:inline-block;}
.header-blog .navbar-default .navbar-toggle{ margin-top:20px;}
.header-blog .navbar-default .navbar-nav li{ width:100%; text-align:center;}

.margin-top-10vh {margin-top:0}

}


/* BLOG CONTAINER */
.blog-container{ width:100%; float:left;}
.blog-container .post-box{ width:100%; float:left; border-bottom:2px solid #e7e8ec; margin-bottom:140px;}
.blog-container .post-box .post-image{ width:100%; float:left; margin-bottom:30px;}
.blog-container .post-box .post-image img{ width:100%; border-radius:8px;}
.blog-container .post-box .post-content{ width:100%; float:left;}
.blog-container .post-box .post-content .post-metas{ width:100%; float:left; margin-bottom:30px;}
.blog-container .post-box .post-content .post-metas .author{ float:left; margin-right:30px;}
.blog-container .post-box .post-content .post-metas .author img{ float:left; border-radius:50%; border:4px solid #6241a3; margin-right:10px;}
.blog-container .post-box .post-content .post-metas .author .author-name{ width:200px; display:block; font-weight:900; color:#4b4c65; margin-top:10px;}
.blog-container .post-box .post-content .post-metas .author .post-date{ width:200px; display:block; color:#8a8a9c;}
.blog-container .post-box .post-content .post-metas .comments{ float:left; line-height:60px; color:#4b4c65; font-weight:900; margin-right:30px;}
.blog-container .post-box .post-content .post-metas .comments img{ margin-right:7px;}
.blog-container .post-box .post-content .post-metas .tags{ float:left; line-height:60px; color:#4b4c65; font-weight:900;}
.blog-container .post-box .post-content .post-metas .tags img{ margin-right:7px;}
.blog-container .post-box .post-content .post-metas .tags a{ color:#4b4c65; text-decoration:underline;}
.blog-container .post-box .post-content .post-metas .tags a:hover{ color:#7d78fe;}
.blog-container .post-box .post-content .post-title{ width:100%; float:left; margin-top:0; margin-bottom:24px; font-size:40px; font-weight:900;}
.blog-container .post-box .post-content .post-title a{ color:#171838;}
.blog-container .post-box .post-content .paragraph{ width:100%; float:left; font-size:18px; line-height:29px; color:#4b4c65; margin-bottom:40px;}
.blog-container .post-box .post-content blockquote{ width:100%; float:left; border-left:5px solid #ea4ba8; margin-bottom:40px;}
.blog-container .post-box .post-content blockquote p{ font-size:25px; line-height:35px; font-style:italic;}
.blog-container .post-box .post-content blockquote h5{ color:#ea4ba8; font-size:18px; font-weight:900;}
.blog-container .post-box .post-content .post-bottom-metas{ width:100%; float:left; border-top:2px solid #e8e8ec; padding-top:20px; margin-bottom:50px;}
.blog-container .post-box .post-content .post-bottom-metas .tags{ width:50%; float:left; margin:0; padding:0;}
.blog-container .post-box .post-content .post-bottom-metas .tags li{ float:left; margin-right:10px; margin-bottom:10px; list-style:none;}
.blog-container .post-box .post-content .post-bottom-metas .tags li a{ height:31px; float:left; line-height:31px; padding:0 18px; background:#ebebf4; color:#6241a3; font-weight:900; border-radius:4px;}
.blog-container .post-box .post-content .post-bottom-metas .tags li a:hover{ background:#6241a3; color:#fff; text-decoration:none;}
.blog-container .post-box .post-content .related-articles{ width:100%; float:left;}
.blog-container .post-box .post-content .related-articles .title{ font-size:50px; font-weight:900; margin-bottom:40px;}
.blog-container .post-box .post-content .related-articles .post{ width:100%; float:left; margin-bottom:40px;}
.blog-container .post-box .post-content .related-articles .post img{ width:100%; float:left; margin-bottom:10px; border-radius:4px;}
.blog-container .post-box .post-content .related-articles .post h5{ font-size:20px; font-weight:900;}
.blog-container .post-box .post-content .related-articles .post h5 a{ color:#171838;}
.blog-container .post-box .post-content .related-articles .post h5 a:hover{ color:#ea4ba8;}
.blog-container .post-box .post-content .btn-green{ float:left; margin-bottom:-30px; margin-left:40px;}
.blog-container .post-box .post-content .back-btn{ float:left; color:#ea4ba8; margin-bottom:40px; font-weight:900;}


/* BLOG SIDEBAR */
.blog-container .sidebar{ width:100%; float:left;}
.blog-container .sidebar .title{ font-size:30px; font-weight:900; margin-top:0; margin-bottom:30px;}
.blog-container .sidebar .categories{ width:100%; float:left; border-bottom:2px solid #e8e8ec; margin-bottom:50px; padding-bottom:50px;}
.blog-container .sidebar .categories ul{ width:100%; float:left; margin:0; padding:0;}
.blog-container .sidebar .categories ul li{ width:100%; float:left; margin:0; margin-bottom:15px; padding:0; list-style:none;}
.blog-container .sidebar .categories ul li a{ float:left; color:#4b4c65; font-weight:900;}
.blog-container .sidebar .categories ul li span{ width:23px; height:23px; float:right; text-align:center; line-height:23px; background:#b0b0c5; color:#fff; border-radius:50%;}
.blog-container .sidebar .categories ul li:hover a{ color:#6241a3;}
.blog-container .sidebar .categories ul li:hover span{ background:#6241a3;}
.blog-container .sidebar .popular{ width:100%; float:left; border-bottom:2px solid #e8e8ec; margin-bottom:50px; padding-bottom:50px;}
.blog-container .sidebar .popular .post{ width:100%; float:left; margin-bottom:20px;}
.blog-container .sidebar .popular .post img{ float:left; border-radius:50%; margin-right:12px;}
.blog-container .sidebar .popular .post h5{ margin-top:0; margin-bottom:4px; font-weight:900; line-height:20px;}
.blog-container .sidebar .popular .post h5 a{ color:#4b4c65;}
.blog-container .sidebar .popular .post h5 a:hover{ color:#6241a3;}
.blog-container .sidebar .popular .post small{ font-size:13px; color:#8a8a9c;}
.blog-container .sidebar .text-widget{ width:100%; float:left; border-bottom:2px solid #e8e8ec; margin-bottom:50px; padding-bottom:50px;}
.blog-container .sidebar .text-widget img{ width:100%; margin-bottom:15px;}
.blog-container .sidebar .text-widget p{ font-size:16px; line-height:23px; color:#4b4c65; margin:0;}
.blog-container .sidebar .tags{ width:100%; float:left; border-bottom:2px solid #e8e8ec; margin-bottom:50px; padding-bottom:50px;}
.blog-container .sidebar .tags ul{ width:100%; float:left; margin:0; padding:0;}
.blog-container .sidebar .tags ul li{ float:left; margin-right:10px; margin-bottom:10px; list-style:none;}
.blog-container .sidebar .tags ul li a{ height:31px; float:left; line-height:31px; padding:0 18px; background:#ebebf4; color:#6241a3; font-weight:900; border-radius:4px;}
.blog-container .sidebar .tags ul li a:hover{ background:#6241a3; color:#fff; text-decoration:none;}
.blog-container .sidebar .instagram{ width:100%; float:left;}
.blog-container .sidebar .instagram ul{ margin:0; padding:0; margin-left:-5px; margin-right:-5px;}
.blog-container .sidebar .instagram ul li{ width:33.33333%; float:left; margin:0; padding:5px; list-style:none;}
.blog-container .sidebar .instagram ul li img{ width:100%; border-radius:4px;}

/* PAGINATION */
.pagination{ width:100%; float:left; text-align:center; margin-bottom:150px;}
.pagination li{ float:none; display:inline-block;}
.pagination li.prev{ float:left;}
.pagination li.prev a{ width:auto;}
.pagination li.prev i{ font-size:14px; float:left; margin-top:5px; margin-right:8px;}
.pagination li.next{ float:right;}
.pagination li.next a{ width:auto;}
.pagination li.next i{ font-size:14px; float:right; margin-top:5px; margin-left:8px;}
.pagination li a{ width:35px; height:35px; border-radius:50%; border:none; background:none; font-size:16px; color:#4b4c65; font-weight:900;}
.pagination li a:hover{ background:none; color:#6241a3;}
.pagination li.active a{ background:#6241a3;}
.pagination li.active a:hover{ background:#ea4ba8;}

/* DEMO HOME */
.hero{ width:100%; height:776px; float:left; background:url(../img/demo-hero-bg.jpg) center no-repeat #706cff; text-align:center;}
.hero .logo{ margin-bottom:52px; margin-top:170px;}
.hero h3{ font-size:50px; font-weight:900; color:#fff; margin-top:0; margin-bottom:50px;}
.hero a{ margin:0 30px; margin-bottom:15px; box-shadow:0 23px 35px rgba(0,0,0,0.33)}
.hero .inner{vertical-align: top;}
.demos{ width:100%; float:left; padding-top:100px; text-align:center;}
.demos h3{ font-size:80px; font-weight:900; margin-bottom:61px;}
.demos h2{ font-size:50px; font-weight:900; margin-bottom:30px; margin-top:0;}
.demos a{ width:100%; float:left;}
.demos a img{ width:100%;}
.demos a:hover img{ opacity:0.6;}
.demos .btn-green{ width:auto; float:none; display:inline-block; margin-bottom:100px;}
.demos h6{ width:100%; float:left; font-weight:900; font-size:22px; margin-top:-50px; margin-bottom:100px; position:relative; z-index:2;}
.demo-footer{ width:100%; float:left; background:#17173b; text-align:center; padding:30px 0; margin-top:60px; color:#fff;}
.demo-footer p{ margin:0; opacity:0.6;}
.demo-footer a{ color:#fff; text-decoration:underline;}


/* NAVBAR */
.navbar-default{ background:none; border:none; padding:10px 0;}
.navbar-default{transform: translateY(-100%); -moz-transform:translateY(-100%); -ms-transform:translateY(-100%); -o-transform:translateY(-100%); -webkit-transform:translateY(-100%);}
.navbar-default{ transition-delay:0.2s !important; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transform:all 0.4s ease; transition: all 0.4s ease;}
.navbar-default .navbar-brand{ height:auto;}
.navbar-default .navbar-brand img{height: 80px;width: auto;}
.navbar-default .navbar-nav{margin-top:10px;padding-right: 0;}
.navbar-default .navbar-nav li{float: right;}
.navbar-default .navbar-nav li a{color: #fff;font-size: 14px;font-weight:900;/*  */}
.navbar-default .navbar-nav li a:hover{ color:rgba(255, 255, 255, 0.81);}


/* HEADER */
.header{/* width:100%; */height:100%;/* float:left; */background: url(../img/bgheader.png) center no-repeat #6241a3;background-size: cover;position:relative;transition-delay:0.2s;overflow:hidden;text-align:center;/* background: #6241a3; *//*background: -webkit-linear-gradient(-54deg, #e286e 20%, #392369 90%);background: -o-linear-gradient(-54deg, #e286e 20%, #392369 90%);background: -moz-linear-gradient(-54deg, #e286e 20%, #392369 90%);background: linear-gradient(-54deg, #6241a3 20%, #6241a3 90%); */}
.header{-webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transform:all 0.2s ease; transition: all 0.2s ease;}
.header{transform: translateY(50%); -moz-transform:translateY(50%); -ms-transform:translateY(50%); -o-transform:translateY(50%); -webkit-transform:translateY(50%); }
.header .iphone-mockup{ height:100%; position:absolute; left:-22%; bottom:-25%;}
.header h1{color:#fff;font-size: 60px;font-weight:900;/* line-height:100px; */}
.header .btn-appstore{height:78px;display:inline-block;border-radius:5px;padding:0 30px;border: 2px solid #fff;box-shadow:0 20px 55px rgba(0,0,0,0.33);color:#fff;text-align:left;margin-bottom:5%;font-family: sans-serif;text-decoration: none;}
.header .btn-appstore img{float:left;height:38px;margin:20px 0;margin-right:15px;-webkit-filter: brightness(1) invert(1);filter: brightness(1) invert(1);}
.header .btn-appstore span{display:inline-block;margin-top: 10px;color: #fff;opacity:0.55;}
.header .btn-appstore h3{width:186px;display:block;font-size: 20px;font-weight:900;margin:0;}
.header .btn-appstore:hover{text-decoration:none;background: #000;color:#fff;border: 2px solid #000;}
.header .btn-googleplay{ height:78px; display:inline-block; background:#ea4ba8; border-radius:5px; padding:0 30px; box-shadow:0 20px 55px rgba(0,0,0,0.33); color:#fff; text-align:left;}
.header .btn-googleplay img{ float:left; height:38px; margin:20px 0; margin-right:15px;}
.header .btn-googleplay span{ display:inline-block; margin-top:15px; opacity:0.55;}
.header .btn-googleplay h3{ width:220px; display:block;font-size:23px;font-weight:900;margin:0; }
.header .btn-googleplay:hover{ text-decoration:none; background:#1d9ed2; color:#171838;}


/* ABOUT APP */
.about-app{width:100%;position: relative;z-index: 99;padding-top:50px;background: rgba(234, 234, 234, 0.52);padding-bottom:200px;}
.about-app h2{font-size: 40px;font-weight:900;color:#15164b;margin-top: 12%;margin-bottom:40px;}
.about-app p{font-size: 22px;line-height: 32px;display:block;}
.about-app .btn-green{display:inline-block;margin-top: 30px;}
.about-app #video{ display:none;}


/* OUR FEATURES */
.our-features{width:100%;padding-top:120px;text-align:center;}
.our-features .title{font-size: 60px;font-weight:900;margin-top:0;margin-bottom:100px;}
.our-features .icon{ display:inline-block; margin-bottom:60px;}
.our-features .icon img{ width:70px; margin-bottom:30px;}
.our-features .icon figcaption{ width:100%; float:left; padding:0 35px;}
.our-features .icon figcaption h4{font-size: 20px;font-weight:900;margin-bottom:20px;}
.our-features .icon figcaption p{ font-size:17px; color:#77778c; margin:0; line-height:29px;}


/* DOWNLOAD FOR FREE */
.download-for-free{width:100%;float:left;text-align: center;padding:160px 0;background:url(../img/hero1.jpg) center no-repeat;}
.contact h2{font-size:50px;font-weight:900;margin-top:0;margin-bottom:25px;}
.contact p{ font-size:22px; line-height:29px; opacity:0.83; color:#fff; margin-bottom:70px;}
.contact .btn-appstore{height:78px;display:inline-block;border-radius:5px;padding:0 20px;margin-right:50px;color:#fff;border:2px solid #fff;}
.contact .btn-appstore img{float:left;height:38px;margin:18px 0;margin-right:15px;-webkit-filter: brightness(1) invert(1);filter: brightness(1) invert(1);}
.contact .btn-appstore span{ display:inline-block; margin-top:14px; opacity:0.55;}
.contact .btn-appstore h3{width:186px;display:block;font-size: 20px;text-align: left;font-weight:900;margin:0;}
.contact .btn-appstore:hover{ text-decoration:none; background:#171838; border:2px solid #171838;  box-shadow:0 20px 55px rgba(0,0,0,0.33);}
.contact .btn-googleplay{ height:78px; display:inline-block; border-radius:5px; padding:0 20px; margin-right:50px; color:#fff; border:2px solid #fff;}
.contact .btn-googleplay img{ float:left; height:38px; margin:18px 0; margin-right:15px; -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1); }
.contact .btn-googleplay span{ display:inline-block; margin-top:14px; opacity:0.55;}
.contact .btn-googleplay h3{ width:220px; display:block; font-size:23px; font-weight:900; margin:0; }
.contact .btn-googleplay:hover{ text-decoration:none; background:#171838; border:2px solid #171838;  box-shadow:0 20px 55px rgba(0,0,0,0.33);}


/* SCREENSHOT */
.screenshots{width:100%;/* float:left; */padding:100px 0;text-align:center;overflow: hidden;direction: ltr;}
.screenshots .title{font-weight:900;font-size: 60px;margin-bottom:50px;}
.screenshots .nav-tabs{ display:inline-block; border:none; margin-bottom:10px;}
.screenshots .nav-tabs li{ float:left;}
.screenshots .nav-tabs li.active a{ border-bottom:3px solid #ea4ba8; color:#171838; }
.screenshots .nav-tabs li.active a:hover{ background:none; border:none; border-bottom:3px solid #ea4ba8; color:#171838;}
.screenshots .nav-tabs li.active a:focus{ background:none; border:none; border-bottom:3px solid #ea4ba8; }
.screenshots .nav-tabs li a{ color:#bdbdce; font-size:17px; font-weight:900; background:none; border:none; border-bottom:3px solid transparent;}
.screenshots .nav-tabs li a:hover{ color:#ea4ba8;}
.screenshots .tab-content{width:100%;float: right;}
.screenshots .screenshot-carousel{width:100%;/* float:left; */margin:0;padding:0;}
.screenshots .screenshot-carousel li{ list-style:none; margin:0; padding:140px 0; text-align:center;}
.screenshots .screenshot-carousel li img{width:220px;display:inline-block;border-radius:12px;box-shadow:0 0 30px rgba(0,0,0,0.1);}
.screenshots .screenshot-carousel .center{padding:0;background:url(../img/screenshot-iphone-mockup.jpg) center no-repeat;background-size:cover;background-size:400px 717px;}
.screenshots .screenshot-carousel .center img{ width:251px; box-shadow:none; border-radius:0;}
.screenshots .owl-controls{ width:100%; float:left; text-align:center; position:relative; z-index:9;}
.screenshots .owl-controls .owl-nav{ width:410px; display:inline-block;}
.screenshots .owl-controls .owl-prev{ float:left; text-indent:-9999px; font-size:50px; color:#c6c7d8; margin-top:-113%;}
.screenshots .owl-controls .owl-prev:before{content:"\f104"; font-family:fontAwesome; float:left; text-indent:0;}
.screenshots .owl-controls .owl-prev:hover{ color:#6241a3;}
.screenshots .owl-controls .owl-next{ float:right; text-indent:-9999px; font-size:50px; color:#c6c7d8; margin-top:-113%;}
.screenshots .owl-controls .owl-next:before{content:"\f105"; font-family:fontAwesome; float:left; text-indent:0;}
.screenshots .owl-controls .owl-next:hover{ color:#6241a3;}


/* APP STATISTICS */
.app-statistics{ width:100%; float:left; text-align:center;}
.app-statistics .title{ font-size:60px; font-weight:900; margin-bottom:50px;}
.app-statistics .statistic-bar{ width:100%; height:415px; float:left; background:url(../img/app-statistic-bar.png) center no-repeat;}
.app-statistics .counter{ display:inline-block; float:none;}
.app-statistics .counter .symbol{ display:inline-block; font-size:70px; color:#ea4ba8; transform: translateY(20px);}
.app-statistics .counter .number{ display:inline-block; font-size:70px; color:#ea4ba8; padding:0;}
.app-statistics .counter .number span{ padding:0;}
.app-statistics .counter .number .odometer-digit{padding-right:5px;}
.app-statistics .counter h5{ width:100%; float:left; font-size:30px; font-weight:900; margin-top:-5px;}


/* OUR PRICING */
.our-pricing{ width:100%; float:left; background:url(../img/pricing-line-bg.png) bottom center no-repeat #171838; padding-bottom:200px; padding-top:150px; text-align:center;}
.our-pricing .title{ font-size:80px; font-weight:900; margin-bottom:130px; color:#fff;}
.our-pricing .no-margin{ margin:0;}
.our-pricing .no-padding{ padding:0;}
.our-pricing .price-box{ width:100%; float:left; background:#fff; border-radius:12px; padding-bottom:72px; overflow:hidden; box-shadow:0 0 87px rgba(0,0,0,0.34);}
.our-pricing .price-box.grey-bg{ background:#f6f7fa;}
.our-pricing .price-box.left{ border-radius:12px 0 0 12px;}
.our-pricing .price-box.right{ border-radius:0 12px 12px 0;}
.our-pricing .price-box.center{ position:relative; z-index:2; margin-top:-60px; padding-bottom:100px;}
.our-pricing .price-box .green-header{ width:150%; float:left; background:#ea4ba8; border-radius:50%; margin-left:-25%; padding:77px 0; margin-top:-50px;}
.our-pricing .price-box .green-header .stars{ width:100%; float:left; color:#fff; font-size:20px;}
.our-pricing .price-box .green-header .stars .big{ font-size:25px;}
.our-pricing .price-box .green-header .package-type{ width:100%; float:left; font-size:21px; font-weight:900; color:#fff; margin-top:10px; }
.our-pricing .price-box .green-header .price{ width:100%; float:left; font-size:88px; color:#fff;}
.our-pricing .price-box .green-header .price .currency{ font-size:42px; font-weight:300; margin-right:-24px;}
.our-pricing .price-box .green-header .price .per-month{ width:100%; float:left; font-size:17px; margin-top:-20px;}
.our-pricing .price-box .white-header{ width:150%; float:left; background:#fff; border-radius:50%; margin-left:-25%; padding:77px 0; margin-top:-50px;}
.our-pricing .price-box .white-header .price{ width:100%; float:left; font-size:88px; color:#6241a3;}
.our-pricing .price-box .white-header .price .currency{ font-size:42px; font-weight:300; margin-right:-24px;}
.our-pricing .price-box .white-header .price .per-month{ width:100%; float:left; font-size:17px; margin-top:-20px;}
.our-pricing .price-box .package-list{ width:100%; float:left; margin:0; margin-bottom:50px; margin-top:26px; padding:0;}
.our-pricing .price-box .package-list li{ width:100%; float:left; list-style:none; margin:5px 0; padding:0; font-size:17px;}
.our-pricing .price-box .package-list li.disabled{ opacity:0.7;}
.our-pricing .price-box .btn-green{ border-radius:56px;}
.our-pricing .price-box .btn-blue{ border-radius:56px;}


/* TESTIMONIALS */
.testimonials{width:100%;background:#6241a3;padding:130px 0;direction: ltr;overflow: hidden;}
.testimonials .title{font-size: 60px;font-weight:900;color:#fff;margin-top:0;margin-bottom:50px;}
.testimonials .testimonials-carousel{ width:100%; }
.testimonials .testimonials-carousel .item{ padding:32px;}
.testimonials .testimonial-box{width:100%;text-align: right;background:#fff;box-shadow:0 0 32px rgba(0,0,0,0.15);padding:30px;border-radius: 6px 6px 0px 56px;direction: rtl;position:relative;}
.testimonials .testimonial-user{width:100%; direction: rtl;}
.testimonials .testimonial-user img{border-radius: 10%;}
.testimonials .testimonial-user h5{ font-size:20px; font-weight:900; color:#545454; margin-bottom:0; margin-top:20px;}
.testimonials .testimonial-user span{color: #9c9c9c;font-size:15px;font-weight:700;}

.testimonials .owl-nav{ width:100%;float: left; }
.testimonials .owl-nav .owl-prev{float: left;text-indent:-9999px; opacity:0.3; margin-top:-250px; margin-left:-20px;}
.testimonials .owl-nav .owl-prev:hover{ opacity:0.6;}
.testimonials .owl-nav .owl-prev:before{float: left;content:"\f053";  text-indent:0; font-family:fontAwesome; color:#fff; font-size:30px;}
.testimonials .owl-nav .owl-next{ float:right; text-indent:-9999px; opacity:0.3; margin-top:-250px; margin-right:-20px;}
.testimonials .owl-nav .owl-next:hover{ opacity:0.6;}
.testimonials .owl-nav .owl-next:before{float: left;content:"\f054";  text-indent:0; font-family:fontAwesome; color:#fff; font-size:30px;}



/* WHY CHOOSE US */
.why-choose-us{ width:100%; float:left; padding:100px 0;}
.why-choose-us .title{font-size:60px; font-weight:900; margin-top:0; margin-bottom:50px;}
.why-choose-us .mockup-bg{ width:100%; height:271px; float:left; margin-bottom:40px; background:url(../img/why-choose-us-bg.jpg) top center no-repeat;}
.why-choose-us h4{ font-size:24px; font-weight:900; margin-bottom:20px;}
.why-choose-us p{ font-size:17px; color:#77778c; line-height:29px;}


/* DOWNLOAD APP FOR FREE */
.contact{width:100%;padding: 50px 0;text-align:center;background:url(../img/download-app-pattern-bg.png) center no-repeat;}
.download-app-for-free .title{font-size:60px; font-weight:900; margin-top:0; margin-bottom:70px;}
.download-app-for-free .mockup{ max-width:100%; display:inline-block; margin-top:150px;}
.download-app-for-free .btn-appstore{height:78px;display:inline-block;background:#ea4ba8;border-radius:5px;padding:0 30px;box-shadow:0 20px 55px rgba(232, 75, 169, 0.3);/* margin-right:50px; */color:#fff;text-align:left;}
.download-app-for-free .btn-appstore img{ float:left; height:38px; margin:20px 0; margin-right:15px; -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1); }
.download-app-for-free .btn-appstore span{ float:left; margin-top:15px; opacity:0.55;}
.download-app-for-free .btn-appstore h3{ width:186px; display:block; font-size:23px; font-weight:900; margin:0; }
.download-app-for-free .btn-appstore:hover{ text-decoration:none; background:#1d9ed2; color:#171838;}
.download-app-for-free .btn-appstore:hover img{-webkit-filter: brightness(0) invert(0); filter: brightness(0) invert(0);}
.download-app-for-free .btn-googleplay{ height:78px; display:inline-block; background:#6241a3; border-radius:5px; padding:0 30px; box-shadow:0 20px 55px rgba(97, 65, 162, 0.3); color:#fff; }
.download-app-for-free .btn-googleplay img{ float:left; height:38px; margin:20px 0; margin-right:15px; -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1); }
.download-app-for-free .btn-googleplay span{ float:left; margin-top:15px; opacity:0.55;}
.download-app-for-free .btn-googleplay h3{ width:220px; display:block; font-size:23px; font-weight:900; margin:0; }
.download-app-for-free .btn-googleplay:hover{ text-decoration:none; background:#8a8aff; color:#171838;}
.download-app-for-free .btn-googleplay:hover img{-webkit-filter: brightness(0) invert(0); filter: brightness(0) invert(0);}


/* FOOTER */
.footer{width:100%;background: #563991;text-align:center;position: relative;z-index: 99;font-size: 14px;padding-top: 17vh;}
.footer .title{ font-size:30px; font-weight:900; color:#fff; margin:30px 0;}
.footer form{ width:100%; max-width:550px; display:inline-block; border-bottom:2px solid #797a9e; padding:15px 0; margin-bottom:30px;}
.footer form:hover{ border-bottom:2px solid #ea4ba8;}
.footer form input[type="text"]{ width:80%; height:51px; float:left; border:none; background:none; font-size:20px; color:#fff;}
.footer form button[type="submit"]{ width:51px; height:51px; float:right; border-radius:50%; background:#5d5acd; border:none; font-size:18px;}
.footer form button[type="submit"]:hover{ background:#1d9ed2; box-shadow:0 20px 55px rgba(0,0,0,0.33);}
.footer:before {
    border-top: 25vh solid #f6f6f6;
    border-right: 100vw solid transparent;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}


.social-media{display: block;margin:0;padding:0;}
.social-media li{/* float: right; */display: block;margin:0 6px;padding:0;list-style:none;}
.social-media li a{padding: 8px 20px;float: right;/* text-align: center; */border-radius: 10px;display: inline-block;color:#fff;font-size: 23px;margin: 5px;width: 270px;}
.social-media li a:hover{text-decoration: none}
.social-media li a.instagram {
    background: #fc5c7d; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #fc5c7d, #6a82fb); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #fc5c7d, #6a82fb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.social-media li a.snapchat {
    background: #cac531; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #cac531, #feda03); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f5d15b, #feda03); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.social-media li a.instagram:hover {background: #fc5c7d;background: -webkit-linear-gradient(to right, #e04c6b, #6278e8);background: linear-gradient(to right, #e04c6b, #6278e8);}

.social-media li a.snapchat:hover {
    background: #cac531; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #cac531, #feda03); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #cac531, #ecce1b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.social-media li a span {
    font-size: 18px;
    margin-right: 10px;
}

@media only screen and (max-width: 1169px), only screen and (max-device-width: 1169px) {
.header h1{font-size: 50px;}
.header .iphone-mockup{left:-28%;}
.header .btn-appstore{/* margin-right:30px; */}
.contact .btn-appstore{ margin-right:4px;}
.testimonials .testimonial-box-left{/* width:420px; */}
.testimonials .testimonial-box-right{ width:420px;}
}

@media only screen and (max-width: 979px), only screen and (max-device-width: 979px) {
.navbar-header{width:100%;text-align:center;background: green;z-index: 9999999;}
.navbar-header .navbar-brand{float:none;display: inline-block;text-align: center;padding: 0;}
.navbar-header .navbar-brand img{display: inline;text-align: center;/* background: #d8ff00; */}

.navbar-header .navbar-toggle {
    background: aqua;
    position: absolute;
    right: 0;
}

.navbar-right{ width:100%;}
.ver-bottom .inner{ vertical-align:middle;}
.header h1{ font-size:90px;}
.header .iphone-mockup{left:-45%;}
.header .btn-appstore{/* margin-bottom:20%; */}
.our-features .icon figcaption{ padding:0;}
.our-features .icon figcaption h4{ font-size:26px;}
.app-statistics .counter h5{ margin-bottom:50px;}
.app-statistics .counter .number{ font-size:46px;}
.app-statistics .counter .symbol{ font-size:46px; transform:translateY(11px);}
.how-it-work .text-center{ text-align:left;}
.our-pricing .price-box .green-header .price{ font-size:60px;}
.our-pricing .price-box .green-header .price .currency{ font-size:28px; margin-right:-15px;}
.our-pricing .price-box .white-header .price{ font-size:60px;}
.our-pricing .price-box .white-header .price .currency{ font-size:28px; margin-right:-15px;}
.app-support .contact-us{ padding-left:0;}
.why-choose-us p{ margin-bottom:50px;}
.testimonials .title{ font-size:60px;}
.testimonials .testimonial-box-left{ width:100%;}
.testimonials .testimonial-box-right{ width:100%;}
.testimonials .owl-nav{ display:none;}
.testimonials .testimonial-box p{ font-size:22px; line-height:32px;}
.testimonials .testimonial-user h5{ font-size:30px; margin-top:10px;}
.testimonials .testimonial-user span{font-size: 16px;}


}


.bio {
    color: #fff;
    text-align: right;
    direction: rtl;
}

.bio h4 {
    line-height: 44px;
    font-size: 26px;
    font-weight: bold;
}

.header:after {
    border-bottom: 35vh solid #f6f6f6;
    border-right: 100vw solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    right: 0;
    width: 0;
}
@keyframes pound {
	from { transform: scale(.2); }
	50% { transform: scale(1); }
	to { transform: scale(.2); }
}
.circle-shape .dot {
  animation: 10s ease 0s normal none infinite running pound;
  transform-origin: center center 0;
}
.circle-shape .dot {
    background: #000;
    border-radius: 50%;
    position: absolute;
	opacity: 0.04;
}
.circle-shape .c11 {
	opacity: 0.02;
}
.circle-shape .c12,
.circle-shape .c13,
.circle-shape .c14,
.circle-shape .c15 {
	opacity: 0.05;
}

.c34{
	width: 34px;
	height: 34px;
}
.c44{
	width: 44px;
	height: 44px;
}
.c53{
	width: 53px;
	height: 53px;
}
.c84{
	width: 84px;
	height: 84px;
}
.c100{
	width: 100px;
	height: 100px;
}
.c140{
	width: 140px;
	height: 140px;
}
.c172{
	width: 172px;
	height: 172px;
}
.c206{
	width: 206px;
	height: 206px;
}
.c355{
	width: 355px;
	height: 355px;
}
.c393{
	width: 393px;
	height: 393px;
}

.c1{
	top: 4.8%;
	left: 6.6%;
	animation-delay: 3s;
}
.c2{
	top: 11.5%;
	left: 8.7%;
	animation-delay: 3.5s;
}
.c3{
	bottom: 0;
	left: -202px;
	animation-delay: 3.4s;
}
.c4{
	top: 39.9%;
	left: 4.7%;
	animation-delay: 4s;
}
.c5{
	bottom: 32.4%;
	left: 8%;
	animation-delay: 4.2s;
}
.c6{
	bottom: 49.02%;
	left: 13.1%;
	animation-delay: 4.5s;
}
.c7{
	top: 25.7%;
	left: 10.9%;
}
.c8{
	top: 25.8%;
	left: 20.2%;
}
.c9{
	top: 23.3%;
	left: 22.3%;
}
.c10{
	bottom: 22.2%;
	left: 30.7%;
}
.c11{
	top: 18.8%;
	left: 34.1%;
}
.c12{
	top: 24.1%;
	right: 43.7%;
}
.c13{
	bottom: 26.6%;
	right: 37.7%;
}
.c14{
	top: 1.8%;
	right: 7.3%;
}
.c15{
	top: 5.3%;
	right: 3.6%;
}
.c16{
	top: 30.4%;
	right: -280px;
}

/* circle-shape-2 */
.circle-shape-2 .c1 {
  left: 15.6%;
  top: 8.8%;
}
.circle-shape-2 .c4 {
  left: 4.2%;
  top: 27.1%;
}
.circle-shape-2 .c5 {
  bottom: 20%;
  left: 7.4%;
}
.circle-shape-2 .c6 {
  bottom: 52.4%;
  left: 12.7%;
}
.circle-shape-2 .c9 {
  left: inherit;
  top: inherit;
  right: 24.7%;
  bottom: 14.5%;
}
.circle-shape-2 .c8 {
  left: inherit;
  top: inherit;
  right: 21.6%;
  bottom: 17.8%;
}
.circle-shape-2 .c15 {
  right: 14%;
  top: 20.3%;
}
.circle-shape-2 .c16 {
  bottom: 4.3%;
  right: -100px;
  top: inherit;
}
/* Pages Header Circle Shape */
.pages-header .c16 {
  top: 0;
}
.pages-header .c13 {
  bottom: 37.9%;
}
.pages-header .c10 {
  bottom: 31.9%;
}
.pages-header .c1 {
  left: 10.8%;
  top: -55px;
}
.pages-header .c2 {
  left: 20.2%;
  top: -30px;
}

.circle-shape {
    z-index: -10;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.about-app:before {
    border-top: 35vh solid #f6f6f6;
    border-right: 100vw solid transparent;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}
.about-app:after {
    border-bottom: 35vh solid #f6f6f6;
    border-right: 100vw solid transparent;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -2;
}



.footer-bottom {
    padding: 20px 0;
    background: #0d0d21;
    margin-top: 20px;
}

.footer a.brand-logo {
    margin-bottom: 10px;
    display: block;
}

nav.navbar.navbar-default {
    position: absolute;
    z-index: 99;
    width: 100%;
}

header#home {
    padding-top: 110px;
}



nav.navbar.navbar-default.fixed-nav {
    position: fixed;
    background: rgba(97, 65, 162, 0.94);
    color: #FFF;
    width: 100%;
    right: 0;
    z-index: 9999999;
    border-radius: 0;
    left: 0;
    top: 0;
    margin-bottom: 0;
    text-align: center;
    /* height: 60px; */
    -webkit-animation: fixedNav 300ms;
    -moz-animation: fixedNav 300ms;
    animation: fixedNav 300ms;
    overflow: hidden;
}
.fixed-nav .navbar-brand {
	display: block;
	/* background: #ea4ba8; */
	padding: 0;
	height: 100%;
	margin: 0!important;
}
nav.navbar.navbar-default.fixed-nav .navbar-brand img {height: 100%;text-align: center;margin: 0;}
nav.navbar.navbar-default.fixed-nav .navbar-nav {margin-top: 0;}
@-webkit-keyframes fixedNav {
	0% {
		top: -64px;
	}
	100% {
		top: 0;
	}
}
@-moz-keyframes fixedNav {
	0% {
		top: -64px;
	}
	100% {
		top: 0;
	}
}
@keyframes fixedNav {
	0% {
		top: -64px;
	}
	100% {
		top: 0;
	}
}


/* Menu open

.collapse.in {
    background: rgba(23, 24, 56, 0.98);
    height: 100vh;
    position: fixed;
    top: 0;
    padding: 10vh 20px;
    bottom: 0;
    z-index: 9999;
    width: 100%;
}


.collapse.in .navbar-nav {margin: 0;}
.collapse.in .navbar-nav li {float:none;margin: 6vh 0;}
.collapse.in .navbar-nav li a {font-size: 30px;display: block;text-align: center;}

*/

.fixed-nav .navbar-header {
    /* background: red; */
    float: left;
    height: 50px;
    width: 100px;
}

.fixed-nav .navbar-collapse {
    float: right;
}


/* Phone Width */
@media (max-width: 860px) {

    *:after{
        border: 0!important;

    }

    *:before{
        border: 0!important;
    }

header:after
{
 	border: 0!important;
 	background: url(../img/bg.png) no-repeat bottom center;
 	background-size: contain;
 	height: 550px!important;
 	width: 100%!important;
}
.footer {
    padding-top: 20px;
}
    .center-md {
        text-align: center;
    }


.bio h1 {font-size:60px; line-height:80px}
.bio h4 {display: none;}

.nav-wrapper ul#nav-mobile {
	display: block;
 	margin-top: 15px;
	text-align: center;
}
    nav .nav-wrapper .brand-logo {
    position: relative;
    text-align: center;
    margin: auto;
    width: 100%;
}

}











nav.header-navbar {
    position: absolute;
    width: 100%;
    z-index: 99999;
    top: 30px;
}
nav.header-navbar.fixed-nav {
    position: fixed;
    background: rgba(86, 58, 145, 0.95);
    color: #FFF;
    width: 100%;
    right: 0;
    z-index: 9999999;
    top: 0;
    text-align: center;
    -webkit-animation: fixedNav 300ms;
    -moz-animation: fixedNav 300ms;
    animation: fixedNav 300ms;
}
.fixed-nav a.brand-logo {
	height: 60px;
	width: 60px;
}

.fixed-nav a.brand-logo img {height: 100%;width: auto;padding: 10px;left: 0;position: absolute;}

nav {
    background-color: transparent;
    box-shadow: none;
}

nav.header-navbar .row {
    margin-bottom: 0;
}
nav ul a {
    transition: background-color .3s;
    font-size: 14px;
    color: #fff;
    display: block;
    /* line-height: 20px; */
    padding: 10px 15px;
    font-weight: 900;
    cursor: pointer;
    text-decoration: none!important;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
a:focus {color: #fff;text-decoration:none;}
nav ul a:hover{text-decoration: none;color: rgba(255, 255, 255, 0.7607843137254902);/* background: #1d9ed2; */}
.fixed-nav nav ul a:hover {background: #1d9ed2;border-radius: 15px;}

ul#nav-mobile {
    text-align: right;
    padding:10px 0;
    margin: 0;
}

ul#nav-mobile li {
    display: inline-block;
    float: none;
}

nav .brand-logo {
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 2.1rem;
    padding: 0;
    left:0;
    white-space: nowrap;
}

.fixed-nav .nav-wrapper {
    position: relative;
    /* background: red; */
}


h3.screen-title {
    background: #4fa0e0;
    color: #fff;
    padding: 7px 13px;
    border-radius: 17px;
    direction: rtl;
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
}

p.screen-bio {
    /* background: #6141a2; */
    color: #4c3184;
    padding: 3px 14px;
    border-radius: 17px;
    direction: rtl;
    font-size: 18px;
    display: inline-block;
    /* font-weight: bold; */
}

.bio p {
    font-family: initial;
}

#features figcaption {
    height: 140px;
}


.contact textarea.error ,
.contact input.error {
	border-bottom-color: #F44336;
}


button.btn:focus {
    color: #fff;
}

.response-message.success {
    background: #11998e;
    background: -webkit-linear-gradient(to right, #11998e, #38ef7d);
    background: linear-gradient(to right, #11998e, #38ef7d);
    color: #fff;
    padding: 20px;
    font-family: bukra;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
}

.response-message.error {
    background: #FF0099;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #493240, #FF0099);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #493240, #FF0099); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        color: #fff;
    padding: 20px;
    font-family: bukra;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
}