/* --------------------------
:: Template Name: App Landing Page 
:: Template Author: CodeGlamour
:: Template Author URI: https://www.codeglamour.com/
:: Description: App Landing is a One Page App Landing Template. It's very clean, creative & beautiful. It's super responsive & ultra light.
:: Version: v1.0
:: Created: 09/02/2019  MM/DD/YYYY
-------------------------- */

/*------------------------------------------------------------------------------------

[Table of contents]

01.Base CSS
02.Main Header CSS
03.Main Banner CSS
04.How it works CSS
05.Advance Features CSS
06.Why is the best & About Special Section
07.Fact CSS
08.Pricing Plane CSS
09.Video Section CSS
10.Our Blog CSS
11.Clients Testimonial CSS
12.App ScreenShorts
13.Newsletter CSS
14.Contact Us CSS
16.Responsive CSS
17.Proloader CSS

--------------------------------------------------------------------------------------*/

/* -----------------------------------
:: 1. Base CSS Start
------------------------------------ */

*{
	padding: 0;
	margin: 0;
}
body{
	font-family: 'Lato', sans-serif;
    background-color: #fff;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
{
	font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin-top:0;
    line-height: 1;
}

p {
    font-size: 15px;
    font-weight: 300;
    margin-top: 0;
    color:#4d4f51;

}
a{
	color: #726a84;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
    color: #4c0001;
}

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

ul > li{
	color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.card-body{
    color: #4d4f51;
    font-size: 14px;
}

/* ------ Helper Classes -------------- */

.bold{
    font-weight: 600;
}

.mobile-device {
    background: #fff;
    border: 1px solid #edf4f8;
    margin: 0 auto;
    position: relative;
    max-width: 255px;
    border-radius: 36px;
    padding: 55px 0;
    -webkit-box-shadow: inset 0 4px 10px 1px #fff, inset 0 0 6px 0 rgba(66,77,86,.5), 0 2px 0 #aeb5bb, 0 20px 50px -25px rgba(0,0,0,.5);
    box-shadow: inset 0 4px 10px 1px #fff, inset 0 0 6px 0 rgba(66,77,86,.5), 0 2px 0 #aeb5bb, 0 20px 50px -25px rgba(0,0,0,.5);
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}




.pt-15 {
    padding-top: 15px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-150 {
    padding-top: 150px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-100 {
    padding-right: 100px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-100 {
    padding-left: 100px;
}

section{
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-heading{
    margin-top: 30px;
	margin-bottom: 60px;
}

.section-heading > h2 {
    font-weight: 300;
    color: #4d4f51;
    font-size: 48px;
    margin: 0;
}

.section-heading > p {
    font-weight: 300;
    color: #4d4f51;
    margin: 0;
    font-size:21px;
}

.line-title-white,
.line-title-center,
.line-title-left {
    width: 80px;
    height: 2px;
    background-color: #121212;
    margin-top: 15px;
    margin-bottom: 10px;
}

.line-title-center {
    margin-left: calc(50% - 40px);
}
.line-title-left {
    margin-left: 5px;
}

.line-title-white,
.line-title-center-footer,
.line-title-left {
    width: 80px;
    height: 2px;
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
}

.line-title-center-footer {
    margin-left: calc(50% - 40px);
}


.btn{
    min-width: 167px;
    text-align: center;
    border-radius: 10px;
}

.img-padding-tb{
    padding: 30px 0 30px;
}

/* --------------------------
:: 2. Header Area CSS
-------------------------- */

.main-header {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
    padding: 0 4%;
}
.navbar{
	padding: 1.2rem 1rem;
}

.navbar .collapse.show ul{
	
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }

.top_menu .navbar-brand {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1;
    padding: 0;
}

.top_menu .navbar-brand:hover,
.top_menu .navbar-brand:focus {
    color: #fff;
}

.top_menu .navbar-brand .logo{
    margin-top: -8px;
}

.top_menu .navbar-brand .logo-sticky{
    height: 50px;
    margin-top: -8px;
}

.top_menu{
    position: relative;
    z-index: 2;
}

.top_menu #nav .nav-link {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 10px 15px;

}

.top_menu #nav .nav-link:hover {
    color: rgb(138, 17, 90);
}

.top_menu nav ul li > a:hover {
    color: rgb(138, 17, 90);
}

.line {
    border-top: 1px solid #f8f9fa;
    margin-top: 0;
    margin-bottom: 0;
}

/* stcicky css */
.main-header.sticky {
    background-image: -webkit-linear-gradient(150deg, #013388, #ED1C24);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    height: 82px;
    position: fixed;
    top: 0;
    z-index: 99;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.main-header.sticky .top_menu .navbar-brand {
    color: #ffffff;
}

.main-header.sticky .top_menu #nav .nav-link {
    color: #ffffff;
}

.main-header.sticky .top_menu #nav .nav-link:hover{
    color: #ff888a;
}




/* --------------------------
:: 3. Main Banner Area CSS
-------------------------- */
.main_banner_area{
    padding: 130px 0 70px;
    background-image: url(http://via.placeholder.com/1920x500);
    min-height: 680px;
    position: relative;
    z-index: 1;
    background-position: bottom center;
    background-size: cover;
}
.main_banner_area:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    /*background-image: -moz-linear-gradient(135deg, #E7344C, #C2187E, #E7344C);
    background-image: -webkit-linear-gradient(135deg, #E7344C, #C2187E, #E7344C);
    background-image: -ms-linear-gradient(135deg, #E7344C, #C2187E, #E7344C);
    background-image: -linear-gradient(135deg, #E7344C, #C2187E, #E7344C);*/

    background-image: -moz-linear-gradient(150deg, #013388, #ED1C24);
    background-image: -webkit-linear-gradient(150deg, #013388, #ED1C24);
    background-image: -ms-linear-gradient(150deg, #013388, #ED1C24);
    background-image: -linear-gradient(150deg, #013388, #ED1C24);

    opacity: 1;   
}
.main_banner_area_blog{
	background: rgba(0, 0, 0, 0) url(../images/blog-img/5.jpg) no-repeat scroll center center / cover;
    position: relative;
    padding-top: 50px;
    padding-bottom: 60px;
}

.main_banner_area_blog:before{
	background: rgba(194, 24, 126, 0.397) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.info-blog a{
    color:white;
}



.main_banner_area .info{
    padding: 82px 0;
}

.blog{
	padding: 90px 0;
}

.info > p{
    color: #f1f2f3;
    font-size: 17px;
}

.info button{
    color: #fff;
    padding: 10px;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 50px;
}

.info button:hover {
    background-color: #ffffff;
    color: #070000;
    border: 1px solid #ffffff;
    
}
.info .app-download-btn a{
    border:none;
    background-color: #ffffff;
    color: #121212;
    padding: 15px 20px;
}
/* --------------------------
:: 4. How it works Area CSS
-------------------------- */
.how-it-single {
    padding: 40px;
    margin-bottom: 30px;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    border-radius: 10px;
}

.how-it-single:hover {
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
            box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
}

.how-it-single p {
    margin-bottom: 0;
    font-size: 17px;
}

.how-it-single > h4 {
    color: #4d4f51;
    margin-bottom: 5px;
    margin-top:15px;
    text-align: center;
}
.how-it-single h4 i {
    margin-left: 0px;
    font-size: 70px;
    color: #121212;
}
.how-it-single span>img{
    border:#d5d5d5 1px solid;
    width: 200px;
    height: 200px;
}

/* --------------------------
:: 5. Feature Area CSS
-------------------------- */

.feature-single{
    margin-top: 30px;
    margin-bottom: 30px;
}

.feature-single h4{
    padding-top: 1rem;
    color: #4d4f51;
}

.feature-left .feature-single h4 i{
    
    font-size: 25px;
    color: #ffffff;
    background: #C2187E;
    background-image: -moz-linear-gradient(150deg, #013388, #ED1C24);
    background-image: -webkit-linear-gradient(150deg, #013388, #ED1C24);
    background-image: -ms-linear-gradient(150deg, #013388, #ED1C24);
    background-image: -linear-gradient(150deg, #013388, #ED1C24);
    border: 1px #000000;
    border-radius: 50px;
    padding: 10px;
}

html:lang(en) .feature-left .feature-single h4 i {
    float: right;
    margin-left: 15px;
}

html:lang(ar) .feature-left .feature-single h4 i {
    float: left;
    margin-right: 15px;
}

.feature-right .feature-single h4 i {
    font-size: 25px;
    color: #ffffff;
    background: #C2187E;
    background-image: -moz-linear-gradient(150deg, #013388, #ED1C24);
    background-image: -webkit-linear-gradient(150deg, #013388, #ED1C24);
    background-image: -ms-linear-gradient(150deg, #013388, #ED1C24);
    background-image: -linear-gradient(150deg, #013388, #ED1C24);
    border: 1px #000000;
    border-radius: 50px;
    padding: 10px;
}

html:lang(en) .feature-right .feature-single h4 i {
    float: left;
    margin-right: 15px;
}

html:lang(ar) .feature-right .feature-single h4 i {
    float: right;
    margin-left: 15px;
}

.feature-img {
    text-align: center;
    margin-bottom: 30px;
}
.feature-single p{
     display: inline-block;
     padding: 0 55px;
     margin-top:-15px;
}
.feature-single li {
    color: #4d4f51;
}

/* --------------------------
:: 6. Why is the best & Special Area CSS
-------------------------- */

.app-download-area {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
    margin-top: 45px;
    margin-bottom: 0px;
    margin-top: 50px;
}

.app-download-btn a {
    border: 1px solid #000000;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.app-download-btn.active a,
.app-download-btn a:hover {
    border-color: transparent;
    background-color: #121212;
}

.app-download-btn a i {
    color: #070000;
    font-size: 24px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

html:lang(en) .app-download-btn a i {
    margin-right: 15px;
}
html:lang(ar) .app-download-btn a i {
    margin-left: 15px;
}

.app-download-btn a p {
    font-size: 16px;
    line-height: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #070000;
    font-weight: 500;
}

.app-download-btn a p span {
    font-size: 12px;
    display: block;
}

html:lang(en) .app-download-btn:first-child {
    margin-right: 20px;
}
html:lang(ar) .app-download-btn:first-child {
    margin-left: 20px;
}

.app-download-btn a:hover i,
.app-download-btn.active a i,
.app-download-btn.active a p,
.app-download-btn a:hover p {
    color: #fff;
}


#about .feature-single{
    margin-bottom: 30px;
}

#about .feature-single h4{
    padding-top: 1rem;
}

#about .feature-left, .feature-right{
    
}

#about.feature-left .feature-icon {
    float: right;
    margin-left: 2rem;
}

#about .feature-right .feature-icon {
    float: left;
    margin-right: 2rem;
}

#about .feature-icon {
    width: 6rem;
    height: 6rem;
    color: #41c9a2;
    text-align: center;
    margin-bottom: 1rem;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

#about .feature-icon i {
    font-size: 30px;
    line-height: 6rem;
}

#about .feature-icon:hover {
    color: #41c9a275;
}

.feature-img1 {
    min-width: 100%;
    height: auto;
    padding-top: 70px;
}


/* --------------------------
:: 7. Facts Area CSS
-------------------------- */

.facts_area {
    z-index: auto;
    background-image: -webkit-linear-gradient(135deg, #070000, #4c0001, #070000);
}
.single-fact{
    padding-top: 30px;
    padding-bottom: 30px;
}

.facts-content > i {
    color: #ffffff;
    font-size: 36px;
}

.counter-area {
    min-width: 100px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.counter-area > h3 {
    color: #ffffff;
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1;
}

.facts-content > p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
}


/* --------------------------
:: 8. Pricing Plan Area CSS
-------------------------- */

.section-heading h6{
    font-size: 1em;
    color: #A1A0A1;
    width: 500px;
    margin: 0 auto;
}
.pricing-btn button{
    border-radius: 10px;
    margin-bottom: 50px;
}
.pricing-btn button:hover{
    background-image: -webkit-linear-gradient(135deg, #E7344C, #C2187E, #E7344C);
    color:#fff;
}
.pricing-plane-area {
    background: #f5f9fc;
}

@import url("https://fonts.googleapis.com/css?family=Merriweather|Poppins&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
}

.content {
    display: grid;
    grid-template-areas: "1 2 3";
    justify-content: space-around;
    

    margin-bottom: 30px;
}

.content section {
    text-align: center;
    border-radius: 10px;
    padding: 40px;
    width: 300px;
    /*background-image: -webkit-linear-gradient(135deg, #E7344C, #C2187E, #E7344C);*/
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
}

.content section i {
    margin-bottom: 0.5em;
    font-size: 3.5em;
    color: #000;
}

.content section br {
    display: inline-block;
    width: 100px;
    height: 2px;
    background: #fd060683;
    content: "";
    margin-bottom: 1em;
}

.content section h2 {
    font-size: 1.2em;
    -bottom: 2em;
    color: #000;
}

.content section h2:first-of-type {
    margin-bottom: 1em;
    color: #000;
     font-family: 'Lato', sans-serif;
}

.content section h1 {
    font-size: 1.5em;
    margin-bottom: 2em;
    color: #000;
    font-family: 'Lato', sans-serif;
}

.content section button {
    width: 100%;
    padding: 10px 0;
    border: none;
    outline: none;
    background: rgb(223, 82, 166);
    color: #fff;
    font-size: 0.8em;
    border-radius: 10px;
    margin-top: 20px;
}

.content section button:hover {
    background-image: -webkit-linear-gradient(135deg, #E7344C, #C2187E, #E7344C);
    transition: 0.1s all ease-in-out;
     color: #ffffff;
     border-radius: 10px;
}


/* --------------------------
:: 9 OUR TEAM Area CSS
-------------------------- */

.team-member {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #ececec;
    border-radius: 10px;
}

.team-box img {
    display: block;
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.team-overlay {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.team-member-content {
    white-space: nowrap;
    color: #fff;
    position: absolute;
    overflow: hidden;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.team-member-content ul li {
    margin-bottom: 5px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.team-member-content ul li:hover {
    margin-right: 7px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background-color: #fff;
}

.team-member-content ul li a i {
    height: 40px;
    font-size: 13px;
    text-align: center;
    color: #fff;
}

.team-member-content ul li:hover i{
    color: #C2187E;
}

.team-box-name {
    padding: 18px 0;
    background: -webkit-linear-gradient(135deg, #E7344C, #C2187E, #E7344C);
}

.blog-box, .team-box-name {
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.team-box-name h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.team-box-name h6 {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 3px;
    color: #fff;
}

.team-box:hover .team-overlay {
    opacity: 0.7;
    background: -webkit-linear-gradient(135deg, rgba(231, 52, 76, 0.493), rgba(194, 24, 126, 0.5), rgba(231, 52, 76, 0.507));
    border-radius: 10px;
}


/* --------------------------
:: 10 Video Area CSS
-------------------------- */

.video-area {
    margin-top: 0px;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    height: 460px;
    border-radius: 2px;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
}

.video-area:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-image: -moz-linear-gradient(135deg, #070000, #4c0001, #070000);
    background-image: -webkit-linear-gradient(135deg, #070000, #4c0001, #070000);
    background-image: -ms-linear-gradient(135deg, #070000, #4c0001, #070000);
    background-image: -linear-gradient(135deg, #070000, #4c0001, #070000);
    opacity: .6;
}

.video-area .video-play-btn a {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    color: #000;
    text-align: center;
    display: block;
    
    line-height: 86px;
    padding-left: 5px;
    padding-bottom: 80px;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.video-area .video-play-btn a:hover {
    background-color: #C2187E;
    color: #fff;
}

.box-icon-1 {
    margin-bottom: 0px;
    padding: 25px;
}

.box-icon-top {
    display: flex !important;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.box-icon-1 i {
    margin-right: 15px;
    font-size: 30px;
    color: #121212;
}

.box-icon-1 h4 {
    font-size: 25px;
    font-weight: 600;
    color: #121212;
}

.box-icon-1 p {
    margin-bottom: 0px;
}

/* --------------------------
:: 11. Blog Area CSS
-------------------------- */

#blog {
  background: #fff;
}
#blog .blog-item-area {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
}
#blog .blog-item-area:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
#blog .blog-item-area:hover .blog-item-img:before {
  opacity: 1;
  height: 100%;
  width: 100%;
}
#blog .blog-item-img {
  position: relative;
}
#blog .blog-item-img img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#blog .blog-item-img:before {
  width: 50%;
  height: 50%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(194, 24, 126, 0.486);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#blog .blog-item-text {
  border: 1px solid #f1f1f1;
  padding: 20px;
}
#blog .blog-item-text .meta-tags {
  margin-bottom: 10px;
}
#blog .blog-item-text .meta-tags span {
  color: #999;
  margin-right: 10px;
}
#blog .blog-item-text .meta-tags span i {
  margin-right: 5px;
}
#blog .blog-item-text .meta-tags span a {
  color: #999;
  float: right;
}
#blog .blog-item-text .meta-tags span a:hover {
  color: #2a3855;
}
#blog .blog-item-text h3 {
  line-height: 26px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
#blog .blog-item-text h3 a {
  color: #640002;
  font-size: 18px;
}
#blog .blog-item-text h3 a:hover {
  color: #070000;
}
#blog .blog-item-text p {
  line-height: 25px;
}

.btn-blog {
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 10px;
    min-width: 116px;
}

.btn-blog:hover {
  color: #fff;
  background-image: -webkit-linear-gradient(135deg, #E7344C, #C2187E, #E7344C);
  border: 1px solid #000;
  
  border-radius: 10px;
}

/* --------------------------
:: 12 App Screenshots Area CSS
-------------------------- */

.app_screenshots_slides {
    
    margin-bottom: 30px;
}

.app_screenshots_slides .single-shot {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85)
}

.app_screenshots_slides .center .single-shot {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.app-screenshots-area .owl-dot {
    height: 11px;
    width: 11px;
    border: 3px solid #a49fba;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    margin-top: 50px;
}

.app-screenshots-area .owl-dot.active {
    background-color: #C2187E;
    border: transparent;
    background-image: -webkit-linear-gradient(150deg, #013388, #ED1C24);
}

.app-screenshots-area .owl-dots {
    height: 100%;
    width: 100%;
    text-align: center;
}



/* --------------------------
:: 12 Testimonials Area CSS
-------------------------- */
.clients_testimonial_area .client-name > h5 {
    color: #070000;
    font-size: 22px;
    margin-top: 5px;
}

.clients_testimonial_area .star-icon > i {
    font-size: 18px;
    color: #f1b922;
}

.clients_testimonial_area .client-description > p {
    max-width: 1010px;
    margin: auto;
    margin-bottom: 15px;
    font-size: 16px;
}

.clients_testimonial_area .client > i {
    font-size: 36px;
    color: #C2187E;
    margin-bottom: 30px;
}

.clients_testimonial_area .client-name > p {
    color: #b5aec4;
}

.clients_testimonial_area ul>li{
    color: #f8f9fa;
}

.clients_testimonial_area .slick-dots {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.clients_testimonial_area .slick-dots li button {
    width: 12px;
    height: 12px;
    text-indent: -999999999999999999999999px;
    border: 3px solid #a49fba;
    background-color: #fff;
    border-radius: 50%;
    margin: 5.5px;
    outline: none;
}

.clients_testimonial_area .slick-dots li.slick-active button {
    background-color: #C2187E;
    border-color: #C2187E;
}

.clients_testimonial_area .slick-slide.client-thumbnail {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 129px;
}


.clients_testimonial_area .slick-slide img {
    display: block;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.clients_testimonial_area .slick-slide.slick-current img {
    width: 100px !important;
    height: 100px !important;
}

.clients_testimonial_area .slick-arrow {
    position: absolute;
    width: 30px;
    background-color: #f8f9fa;
    height: 100%;
    text-align: center;
    font-size: 24px;
    color: #b5aec4;
    display: block;
    line-height: 550%;
    left: 0;
    z-index: 90;
    cursor: pointer;
}

.clients_testimonial_area .slick-arrow.fa-angle-right {
    left: auto;
    right: 0;
    top: 0;
}

/* --------------------------
:: 13. contact-us Area CSS
-------------------------- */

#faq .card-header{
    background-color: white;
}
#faq .accordion { margin-bottom: 30px;}
#faq h3 {padding: 0 1.25rem; margin: 0; font-size: 18px; color: #163180; font-weight: 900;}
#faq .card{
    padding: 15px 0 0 0;
    border-width: 0 0 0 3px;
    border-style: solid;
    -webkit-border-image: -webkit-linear-gradient(135deg, #070000, #4c0001, #070000);
    -o-border-image: -o-linear-gradient(135deg, #070000, #4c0001, #070000);
    border-image: linear-gradient(135deg, #070000, #4c0001, #070000);
}

.faq-img{
    margin-bottom: 20px;
}

#faq .card li {
    color: #4d4f51;
    font-size: 14px;
}

#faq .card-header {
    position: relative;
}
#faq .card-header h6 { line-height: 1.4;}

html:lang(en) #faq .card-header {
    margin-right: 15px;
}

html:lang(ar) #faq .card-header {
    margin-left: 15px;
}
#faq .card-header i {
    position: absolute;
    top: 50%;
    margin-top: -12px;
}
html:lang(en) #faq .card-header i {
    right: 0;
}

html:lang(ar) #faq .card-header i {
    left: 0;
}

/* --------------------------
:: 13. contact-us Area CSS
-------------------------- */

.contact-tags{
    padding-top: 20px;
    padding-bottom: 0px;
}
.contact-tags i{
    font-size: 25px;
    color: #ffffff;
    background: #C2187E;
    background-image: -moz-linear-gradient(150deg, #013388, #ED1C24);
    background-image: -webkit-linear-gradient(150deg, #013388, #ED1C24);
    background-image: -ms-linear-gradient(150deg, #013388, #ED1C24);
    background-image: -linear-gradient(150deg, #013388, #ED1C24);
    border: 1px #000000;
    border-radius: 50px;
    padding: 10px;
}
.contact-tags p{
    margin-top: 13px;
}
.card{
    border-radius: 10px;
    padding: 30px;
}
.form-group input{
    width: 100%;
    height: 50px;
}
.form-group input:focus, .form-group textarea:focus {
    border: 1px solid #C2187E !important;
    box-shadow: 0 0 3px #C2187E !important;
    -moz-box-shadow: 0 0 3px #C2187E !important;
    -webkit-box-shadow: 0 0 3px #C2187E !important;
}
    
input:focus, textarea:focus, select:focus {
    outline-offset: 0px !important;
    outline: none !important;
}
form{
    margin-top: 30px;
}
.contact-btn button{
    margin-top: 20px;
    border-radius: 10px;
    float: right;
}
.contact-btn button:hover{
    background-color: #C2187E;
    color:white;
    border-radius: 10px;
}

/* --------------------------
:: 14. Newsletter Area CSS
-------------------------- */

.newsletter_area .section-heading > h2{
	font-weight: 300;
    color: linear-gradient(135deg, #070000, #4c0001, #070000);
    font-size: 40px;
    margin: 0;
    text-transform: uppercase;
}

.newsletter{
	margin: 0 auto;
    margin-bottom: 30px;
}

.newsletter .form-control{
	font-size: 18px;
    padding: 15px 15px;
    border-radius: 25px !important;
}
.newsletter span{
	position: absolute;
    right: 1%;
    top: 9%;
    z-index: 98;
}

.input-group input:focus, .input-group textarea:focus {
    border: 1px solid #C2187E !important;
    box-shadow: 0 0 3px #C2187E !important;
    -moz-box-shadow: 0 0 3px #C2187E !important;
    -webkit-box-shadow: 0 0 3px #C2187E !important;
}
    
input:focus, textarea:focus, select:focus {
    outline-offset: 0px !important;
    outline: none !important;
}

.input-group-btn button:hover{
    color: #fff;
    background: #121212;
    border: 1.5px solid #ffffff;
    border-radius: 25px 25px 25px 25px !important;
}

.input-group-btn button{
    background-image: -moz-linear-gradient(150deg, #013388, #ED1C24);
    background-image: -webkit-linear-gradient(150deg, #013388, #ED1C24);
    background-image: -ms-linear-gradient(150deg, #013388, #ED1C24);
    background-image: -linear-gradient(150deg, #013388, #ED1C24);
    color: #fff;
    border: 1px solid #f6f6f6;
    padding: 12px;
    border-radius: 25px 25px 25px 25px !important;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #121212;
  border-color: #f6f6f6;
}
.btn-primary {
    color: #fff;
    background-color: #121212;
    border-color: #ffffff;
  }

.subscribe-heading{
    margin-top: 30px;
    margin-bottom: 60px;
}

.subscribe-heading h2{
    font-weight: 300;
    color: #fff;
    font-size: 40px;
    margin: 0;
    text-transform: uppercase;
}


/* --------------------------
:: 15. Footer Area CSS
-------------------------- */

footer{
/*    background-image: -webkit-linear-gradient(135deg, #E7344C, #C2187E, #E7344C);*/
    background-color:#121212;
    padding: 25px 0;
}

.social-icons{
/*    margin-top: 15px;
    margin-bottom: 25px;*/
}

.social-icons li a{
    
/*    background-image: -moz-linear-gradient(150deg, #013388, #ED1C24);
    background-image: -webkit-linear-gradient(150deg, #013388, #ED1C24);
    background-image: -ms-linear-gradient(150deg, #013388, #ED1C24);
    background-image: -linear-gradient(150deg, #013388, #ED1C24);*/
    border: 1px solid #898788;
    border-radius: 100px;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1;
    color: #898788;

}
.social-icons li a i{
    font-size: 21px;
}

.social-icons li a:hover{
    background: #ffffff none repeat scroll 0 0;
    color: #121212;
}

.copy-right{
    color: #fff;
    font-size: 18px;
    margin-top:20px;
}

.copy-right a{
    color: #fff;
}


/* --------------------------
:: 17. Preloader CSS
-------------------------- */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-image: -moz-linear-gradient(150deg, #013388, #ED1C24);
    background-image: -webkit-linear-gradient(150deg, #013388, #ED1C24);
    background-image: -ms-linear-gradient(150deg, #013388, #ED1C24);
    background-image: -linear-gradient(150deg, #013388, #ED1C24);
}

/* --------------------------
:: Blog Details
-------------------------- */

.blockquote{
	background-color: #f6f6f6;
    border: 0 none;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin: 60px 0 30px 30px;
    padding: 30px;
}

.social{
	background-color: #f6f6f6;
	padding: 15px 30px;
}

.social_links{
	margin-top: -12px;
}

.social_tags{
	margin-top: -6px;
}

.blog-left-sidebar input{
	background-color: #f7f7f7;
    border: medium none;
    border-radius: 10px;
    height: 45px;
    padding: 10px 45px 10px 15px;
    width: 100%;
}

.blog-left-sidebar button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #C2187E;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 30px;
    width: 70px;
}

.btn-round{
    padding: 10px;
	border-radius: 10px;
    color: #000;
    background-color: #dddddd; 
    font-size: 12px;
}
.button a:hover{
    color: #fff;
    background-color: #C2187E;
}

.section_comments{
    margin-top: 50px;
}

.ozient-folding-cube {
  top: 41%;  
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.ozient-folding-cube .ozient-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.ozient-folding-cube .ozient-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: ozient-foldCubeAngle 2.4s infinite linear both;
          animation: ozient-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.ozient-folding-cube .ozient-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.ozient-folding-cube .ozient-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.ozient-folding-cube .ozient-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.ozient-folding-cube .ozient-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.ozient-folding-cube .ozient-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.ozient-folding-cube .ozient-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes ozient-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes ozient-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}
.pb-0{
    padding-bottom: 0;
}
.pt-40{
    padding-top: 40px;
}
.mt-30{
    margin-top: 30px;
}
.opayBg{
    background-image: -webkit-linear-gradient(150deg, #013388, #ED1C24);
}
.opayBg h2, .opayBg p, .opayBg .app-download-btn a, .opayBg .app-download-btn a i, .opayBg .app-download-btn a p, .opayBg .app-download-btn a span {
    color: #ffffff;
}
.opayBg .app-download-btn a {
    border-color:#ffffff;
}
.opayBg .app-download-btn a:hover {
    border-color:#ffffff;
    background-color: #ffffff;
    color: #121212;
}
.opayBg .app-download-btn a:hover p, .opayBg .app-download-btn a:hover span, .opayBg .app-download-btn a:hover i{
    color: #121212;
}
.about-img{

    padding-bottom: 0;
}
.about-img{
    background: url(../images/bg-img/about-bg.png) no-repeat scroll center center / cover;
    min-height: 600px;
}
.about-img h2, .about-img p{
    color: #ffffff;
}
.about-img .section-heading {

}

.app-screenshots-area .section-heading  {
    margin-bottom: 15px;
}
.registration-steps { margin-bottom: 60px;}
.registration-steps ul { list-style: none; padding: 0; margin: 0;}
.registration-steps ul li {
    font-weight: 300;
    color: #4d4f51;
    font-size: 21px;
}
.registration-steps ul li + li { margin-top: 10px;}