/* ------------------------------------------------------------------
                    Default Style
------------------------------------------------------------------- */
body { font-family: 'Exo', sans-serif; overflow-x:hidden !important;}
p {
    color: #969595;
    line-height: 23px;
    font-family: "Roboto", sans-serif;
}
.heading {
    text-align: center;
    margin-bottom: 50px;
}
.heading h2 {
    color: rgba(55, 55, 55, 0.8);
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.heading h2:before {
    border-left: 55px solid #dadada;
    border-right: 55px solid #dadada;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -70px;
    position: absolute;
    width: 130px;
}
.heading h2:after {
    background: #4395d0 none repeat scroll 0 0 padding-box content-box;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    bottom: -7px;
    content: "";
    height: 15px;
    left: 50%;
    margin-left: -13px;
    padding: 0 0 5px 5px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 15px;
}
.heading p {
    color: #969595;
    margin: 0 auto;
    width: 65%;
    line-height: 24px;
    font-size: 15px;
    font-weight: 300;
}
#feature { padding: 100px 0px }

/* ===[ Variables ]=== */
.primary-button {
    background: #008DD5;
    color: #fff;
    border-radius: 3px;
}
/* -------- Pre Loader -------- */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fefefe;
	z-index:9999;
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%;
	top:50%;
	background-image:url('../images/preloader.gif');
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px;
}
/* ------------------------------------------------------------------
                    Header Style
------------------------------------------------------------------- */
header {
    background: url(../images/mockup/bg-1.png) no-repeat center center;
    min-height: 800px;
    background-size: cover;
}
.navbar {
    border: 0 none;
    border-radius: 0;
    padding-top: 15px;
    /*-webkit-transition: .3s ease;
    transition: .3s ease;*/
}
.navbar-brand{
    font-size: 25px;
    padding: 8px 0;
}
.navbar-brand span {
  color: #008dd5;
}
.navbar a { color: #fff; }
ul.nav a {
    font-family: 'Exo', sans-serif;
    background: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background: none;
    color: #cecece;
}
.nav > li.active a { color: #fff; }
.nav li.active{
	position:relative;
}
.nav li.active::before {
  border-left: 1px solid #4395d0;
  border-top: 1px solid #4395d0;
  content: "";
  height: 8px;
  left: 8px;
  position: absolute;
  top: 12px;
  width: 13px;
}
.nav li.active::after {
  border-right: 1px solid #4395d0;
  border-bottom: 1px solid #4395d0;
  content: "";
  height: 8px;
  right: 8px;
  position: absolute;
  bottom: 12px;
  width: 13px;
}
.is-sticky .nav > li > a:focus,
.is-sticky .nav > li > a:hover {
    background: none;
    color: #4395d0 !important;
}
.is-sticky .nav > li.active a { color: #4395d0 !important }
.is-sticky .navbar {
    background: #fff;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.is-sticky .navbar ul.nav a {
    color: rgba(55,55,55,.8);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.is-sticky .navbar a.navbar-brand { color: #282828; }
header .navbar-nav button.btn.btn-primary {
    margin-top: 10px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    outline: none;
    box-shadow: none;
    line-height: 16px;
}
header .navbar-nav .modal-dialog {
    margin-right: 0;
    margin-left: auto;
    margin-top: 0;
}
header .navbar-nav .modal-content {
    height: 100vh;
    border-radius: 0;
    overflow-y: scroll;
    box-shadow: none;
    border-color: #fff;
}
header .modal-header button.close {
    float: left;
    font-size: 25px;
    color: #000;
    opacity: 1;
}
.login_modal_cont h4 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
}
.login_modal_cont p {
    font-size: 18px;
    color: #000;
}
.login_modal_cont p a {
    color: #139cd4;
    text-transform: capitalize;
}
.login_modal_cont form .form-group {
    position: relative;
}
.login_modal_cont form input {
    height: 50px;
    outline: none;
    box-shadow: none;
    border: 1px solid #dcdcdc;
    color: #3c4852;
    padding-left: 50px;
    font-size: 16px;
}
.login_modal_cont form .form-group i {
    color: #4395d1;
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 20px;
}
.login_modal_cont form {
    margin-top: 20px;
}
.login_modal_cont form a.forgot_pw {
    width: auto;
    display: block;
    text-align: right;
    color: #3c4852;
    text-transform: capitalize;
}
.login_modal_cont form button {
    background: #404042;
    border: 1px solid #404042;
    color: #fff;
    padding: 8px 30px;
    font-size: 18px;
    border-radius: 50px;
    margin-right: 0;
    margin-left: auto;
    display: block;
    margin-top: 15px;
    transition: .5s ease-in-out;
}
.login_modal_cont form button:hover {
    background: transparent;
    color: #404042;
    transition: .5s ease-in-out;
}
#confirm_screen input {
    display: inline-block;
    padding: 10px;
    width: 50px;
    margin-right: 5px;
    text-align: center;
}
#confirm_screen input:last-child {margin-right: 0;}
.login_modal_cont form h5 {
    color: #66717a;
}
.login_modal_cont form h5 span {
    color: #f00;
}
header.header {
    background: #fff;
    min-height: 100% !important;
}
header.header .nav > li > a {
    color: #000;
}
header.header .color_logo {
    display: block !important;
}
header.header .white_logo {
    display: none !important;
}
header.header .navbar-nav button.btn.btn-primary {
    background: #4395d0;
    border: 1px solid #4395d0;
    color: #fff;
}
.is-sticky .navbar-nav button.btn.btn-primary {
    background: #4395d0;
    border: 1px solid #4395d0;
    color: #fff;
}

/* ------------------------------------------------------------------
                ====[ Intro Style ]====
------------------------------------------------------------------- */
#intro {
    color: #fff;
    font-family: 'Exo', sans-serif;
    position: relative;
}
.intro-text {
    position: absolute;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
    margin-top: 130px;
}

.intro-text h1 {
    font-size: 27px;
    font-weight: 500;
    line-height: 52px;
    margin-top: 0;
    text-transform: uppercase;
}
.intro-text h4 {
    font-size: 16px;
    line-height: 26px;
    word-spacing: 2px;
}
.intro-text h1 span { color: #fff;font-weight: 600; }
.intro-text a.btn {
    border-radius: 5px;
    margin-top: 42px;
    padding: 15px 40px;
    background: #fff;
    border: none;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    border:1px solid #fff;
    color: #4395d0;
}
.intro-text a.btn:hover {
    background: transparent;
    color: #fff;
}
.intro-image img { margin-top: 90px; }

/* ------------------------------------------------------------------
                ====[ Features ]====
------------------------------------------------------------------- */
#app-features {
    padding: 100px 0;
    background: #F7F8FA;
    z-index:100;
    position:relative;
}
#app-features .single-feature {
    margin-bottom: 80px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
#app-features .single-feature:first-child { margin-top: 30px }
#app-features .single-feature:last-child { margin-bottom: 0 }
#app-features .single-feature .single-feature-content { text-align: right }
#app-features .single-feature .single-feature-content h3 {
    margin-top: 0;
    font-size: 25px;
    color: rgba(55, 55, 55, 0.8);
    font-weight: 300;
}
#app-features .single-feature .single-feature-content p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
}
#app-features .single-feature .single-feature-icon .feature-icon-box {
    font-size: 35px;
    color: #dadada;
    text-align: center;
    position: relative;
    height: 85px;
    margin-top: 10px;
}
#app-features .single-feature .single-feature-icon .feature-icon-box:before {
    border: 2px solid #dadada;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-6deg);
    transform: skewY(-6deg);
    width: 100%;
}
#app-features .single-feature .single-feature-icon .feature-icon-box:after {
    border: 2px solid #dadada;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(6deg);
    transform: skewY(6deg);
    width: 100%;
    top: 0;
}
#app-features .single-feature .single-feature-icon .feature-icon-box .icon-hover {
    display: inline-block;
    height: 55px;
    margin-top: 15px;
    padding-top: 5px;
    width: 65px;
    position: relative;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
#app-features .single-feature .single-feature-icon .feature-icon-box .icon-hover:after {
    border-bottom: 5px solid #f7f8fa;
    border-left: 33px solid transparent;
    border-right: 33px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
    z-index: 2;
}
#app-features .single-feature .single-feature-icon .feature-icon-box .icon-hover:before {
    border-left: 33px solid transparent;
    border-right: 33px solid transparent;
    border-top: 5px solid #f7f8fa;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;
}
#app-features .single-feature:hover .icon-hover {
    background: #ed1f24;
    color: #fff;
}
#app-features .single-feature:hover .icon-hover:after { visibility: visible }
#app-features .single-feature:hover .icon-hover:before { visibility: visible }
#app-features .sf-top .single-feature-icon:before {
    position: absolute;
    content: "";
    background: #4395d0;
    width: 12px;
    height: 12px;
    left: 50%;
    margin-left: -5px;
    bottom: -5px;
    border-radius: 100px;
    z-index: 1;
}
#app-features .sf-center { position: relative }
#app-features .sf-center:before {
    border-right: 2px dashed #dadada;
    content: "";
    height: 100px;
    position: absolute;
    right: 48px;
    top: -100px;
}
#app-features .sf-center:after {
    border-right: 2px dashed #dadada;
    content: "";
    height: 100px;
    position: absolute;
    right: 48px;
    bottom: -80px;
}
#app-features .sf-center .single-feature-icon:before {
    position: absolute;
    content: "";
    background: #4395d0;
    width: 12px;
    height: 12px;
    left: 50%;
    margin-left: -5px;
    top: 5px;
    border-radius: 100px;
    z-index: 1;
}
#app-features .sf-center .single-feature-icon:after {
    position: absolute;
    content: "";
    background: #4395d0;
    width: 12px;
    height: 12px;
    left: 50%;
    margin-left: -5px;
    bottom: -5px;
    border-radius: 100px;
    z-index: 1;
}
#app-features .sf-bottom .single-feature-icon:before {
    position: absolute;
    content: "";
    background: #4395d0;
    width: 12px;
    height: 12px;
    left: 50%;
    margin-left: -5px;
    top: 5px;
    border-radius: 100px;
    z-index: 1;
}
#app-features .featured-center img {
    display: block;
    margin: 0 auto;
}
#app-features .features-right .single-feature .single-feature-content { text-align: left }
#app-features .features-right .sf-center:before {
    left: 50px;
    right: auto;
}
#app-features .features-right .sf-center:after {
    left: 50px;
    right: auto;
}

/* ------------------------------------------------------------------
                ====[ App Description ]====
------------------------------------------------------------------- */
.app-description { padding: 100px 0 200px 0 }
.app-description .heading {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
}
.app-description .heading h2:before {
    left: 0;
    margin-left: 0;
}
.app-description .heading h2:after {
    left: 0;
    margin-left: 58px;
}
.app-description .ad-mobiles { position: relative }
.app-description .ad-mobiles .ad-frame-one {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.app-description .ad-mobiles .ad-frame-one img {
    height: auto;
    width: 240px;
}
.app-description .ad-mobiles .ad-frame-two {
    position: absolute;
    top: 20px;
    left: 31%;
    z-index: 1;
}
.app-description .ad-mobiles .ad-frame-two img {
    height: auto;
    width: 230px;
}
.app-description .app-description-content p {
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 10px;
    color:#000;
}
.app-description .app-description-content h4 {
    color:#000;
    margin-top:40px;
}
.app-description .app-description-content h2 {
    color:#000;
    margin-top:20px;
}
.app-description .app-description-content li {

    line-height:28px;
}

.app-description .app-description-content p:last-child { margin-bottom: 0 }

/* ------------------------------------------------------------------
                ====[ App Benifits ]====
------------------------------------------------------------------- */
.benifits {
    padding: 100px 0 100px 0;
    background: #F7F8FA;
}
:focus {
    outline: none;
}
.benifits .benefits-left {
    text-align: right;
    margin-top: 0px;
}
.benifits .benefits-left .row:hover h3 { color: #4395d0; }
.benifits .benefits-left .row:hover .bl-icon {
    background: #4395d0;
    color: #fff;
}
.benifits .benefits-left h3 {
    font-size: 18px;
    font-weight: 300;
    color: rgba(55, 55, 55, 0.8);
    margin-bottom: 15px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;font-weight: 600;
}
.benifits .benefits-left p {
    font-size: 15px;
    font-weight: 300;
}
.benifits .benefits-left .bl-icon {
    background: #dadada none repeat scroll 0 0;
    height: 35px;
    margin: 10px auto 0 auto;
    padding-top: 7px;
    text-align: center;
    width: 35px;
    border-radius: 100px;
    position: relative;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.benifits .benefits-left .bl-icon:before {
    background: #d8d9db none repeat scroll 0 0;
    bottom: -35px;
    content: "";
    height: 25px;
    left: 50%;
    position: absolute;
    width: 1px;display: none;
}
.benifits .benefits-left .bl-icon:after {
    background: #d8d9db none repeat scroll 0 0;
    bottom: -36px;
    content: "";
    height: 1px;
    position: absolute;
    right: -183px;
    width: 200px;
    z-index: 1;display: none;
}
.benifits .benefits-left .bl-icon i {
    font-size: 15px;
    color: #fff;
}
.benifits .benefits-right {
    text-align: left;
    margin-top: 0px;
}
.benifits .benefits-right .row:hover h3 { color: #4395d0 }
.benifits .benefits-right .row:hover .br-icon {
    background: #4395d0;
    color: #fff;
}
.benifits .benefits-right h3 {
    font-size: 18px;
    font-weight: 600;
    color: rgba(55, 55, 55, 0.8);
    margin-bottom: 15px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.benifits .benefits-right p {
    font-size: 15px;
    font-weight: 300;
}
.benifits .benefits-right .br-icon {
    background: #dadada none repeat scroll 0 0;
    height: 35px;
    margin: 10px auto 0 auto;
    padding-top: 7px;
    text-align: center;
    width: 35px;
    border-radius: 100px;
    position: relative;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.benifits .benefits-right .br-icon:before {
    background: #d8d9db none repeat scroll 0 0;
    bottom: -35px;
    content: "";
    height: 25px;
    left: 50%;
    position: absolute;
    width: 1px;display: none;
}
.benifits .benefits-right .br-icon:after {
    background: #d8d9db none repeat scroll 0 0;
    bottom: -36px;
    content: "";
    height: 1px;
    position: absolute;
    right: 17px;
    width: 200px;
    z-index: 1;display: none;
}
.benifits .benefits-right .br-icon i {
    font-size: 15px;
    color: #fff;
}
.benifits .center-mobile-frame { position: relative }
.benifits .center-mobile-frame .benifits-image img {
    display: block;
    margin: 0 auto;
}
.benifits .center-mobile-frame span.bullets-left {
    display: block;
    height: 10px;
    left: 50%;
    margin-left: -44px;
    position: absolute;
    top: 153px;
    width: 88px;display: none;
}
.benifits .center-mobile-frame span.bullets-left::before {
    border: 3px solid #fff;
    border-radius: 100px;
    content: "";
    height: 15px;
    position: absolute;
    width: 15px;
    left: 0;
    background:#282828;
}
.benifits .center-mobile-frame span.bullets-left::after {
    border: 3px solid #fff;
    border-radius: 100px;
    content: "";
    height: 15px;
    position: absolute;
    width: 15px;
    right: 0;
    background:#282828;
}
.benifits .center-mobile-frame span.bullets-right {
    display: block;
    height: 10px;
    left: 50%;
    margin-left: -44px;
    position: absolute;
    bottom: 130px;
    width: 88px;display: none;
}
.benifits .center-mobile-frame span.bullets-right::before {
    border: 3px solid #fff;
    border-radius: 100px;
    content: "";
    height: 15px;
    position: absolute;
    width: 15px;
    left: 0;
    background:#282828;
}
.benifits .center-mobile-frame span.bullets-right::after {
    border: 3px solid #fff;
    border-radius: 100px;
    content: "";
    height: 15px;
    position: absolute;
    width: 15px;
    right: 0;
    background:#282828;
}

/* ------------------------------------------------------------------
                ====[ App Screenshot ]====
------------------------------------------------------------------- */
.app-screenshot {
    padding: 100px 0 70px 0;
    min-height: 966px;
}
.app-screenshot .container-fluid{
    padding: 0 20px 0 10px;
    width:90%;
}
.app-screenshot .heading { margin-bottom: 0 }
.app-screenshot .screenshots { position: relative }
.app-screenshot .screenshots .owl-wrapper-outer {
    padding-top: 80px;
    padding-bottom: 120px;
    height:auto;
    margin-left: -8px;
    width: 102%;
}
.app-screenshot .screenshots .owl-item {
    padding: 0 5px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.app-screenshot .screenshots .owl-item img {
    width: 100%;
    display: block;
    margin: 0 auto;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    height:auto;
}
.app-screenshot .screenshots .owl-item.active {
    position: relative;
    top: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    margin: 0 13px;
}
.app-screenshot .screenshots .owl-item.active img {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    height:auto;
}
.app-screenshot .screenshots .owl-controls .owl-buttons {
    display: inline-block;
    margin-top: -55px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.app-screenshot .screenshots .owl-controls .owl-buttons .owl-prev {
    float: left;
    border-right: 2px solid #1050d0;
    border-top: 2px solid #1050d0;
    height: 40px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 40px;
    margin-left: -30px;
    text-indent: 9999px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.app-screenshot .screenshots .owl-controls .owl-buttons .owl-prev:hover { border-color: #ed2327 }
.app-screenshot .screenshots .owl-controls .owl-buttons .owl-next {
    float: right;
    border-right: 2px solid #1050d0;
    border-top: 2px solid #1050d0;
    height: 40px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 40px;
    margin-right: -40px;
    text-indent: -9999px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.app-screenshot .screenshots .owl-controls .owl-buttons .owl-next:hover { border-color: #ed2327 }
.app-screenshot .screenshots .owl-controls .owl-pagination {
    text-align: center;
    margin-top: 0;
}
.app-screenshot .screenshots .owl-controls .owl-pagination .owl-page {
    display: inline-block;
    width: 5px;
    height: 15px;
    background: #dadada;
    margin-right: 15px;
    text-indent: -9999px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    border-radius: 3px;
}
.app-screenshot .screenshots .owl-controls .owl-pagination .owl-page:last-child { margin-right: 0 }
.app-screenshot .screenshots .owl-controls .owl-pagination .owl-page.active {
    background: #4395d0;
    height: 30px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

/* ------------------------------------------------------------------
                ====[ Pricing Plans ]====
------------------------------------------------------------------- */
.pricing-plan {
    background: #F7F8FA;
    padding: 100px 0;
    font-family: "Exo", sans-serif;
}
.pricing-plan .heading { margin-bottom: 100px }
.pricing-plan .plan-single {
    background: #fff;
    border: 1px solid #dadada;
}
.pricing-plan .plan-single .pricing-header { text-align: center }
.pricing-plan .plan-single .pricing-header h4 {
    margin-top: 40px;
    font-size: 25px;
    font-weight: 300;
    color: rgba(55, 55, 55, 0.8);
}
.pricing-plan .plan-single .pricing-header p {
    font-size: 18px;
    font-weight: 300;
}
.pricing-plan .plan-single .price {
    text-align: center;
    margin: 70px 0 40px 0;
}
.pricing-plan .plan-single .price p {
    font-size: 50px;
    font-weight: 300;
    font-family: "Exo", sans-serif;
    display: inline-block;
    position: relative;
}
.pricing-plan .plan-single .price p sup {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: -15px;
}
.pricing-plan .plan-single .price p sub {
    position: relative;
    font-size: 16px;
    bottom: 0;
}
.pricing-plan .plan-single .price p sub:before {
    content: "/";
    position: absolute;
    left: -8px;
    bottom: 12px;
}
.pricing-plan .plan-single .pricing-content { padding: 0 50px }
.pricing-plan .plan-single .pricing-content ul li {
    padding-bottom: 20px;
    font-size: 15px;
    color: #969595;
}
.pricing-plan .plan-single .pricing-content ul li:last-child { padding-bottom: 0 }
.pricing-plan .plan-single .pricing-content ul li span {
    float: right;
    display: inline-block;
}
.pricing-plan .plan-single .pricing-content p {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 45px;
}
.pricing-plan .plan-single .pricing-content p a.choose-plan-btn {
    font-family: "Exo",sans-serif;
    font-size: 17px;
    background: #969595;
    color: #fff;
    padding: 15px 40px;
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.pricing-plan .plan-single .pricing-content p a.choose-plan-btn:hover {
    text-decoration: none;
    background: #ed2327;
    color: #fff;
}
.pricing-plan .f-plan {
    width: 355px;
    margin-left: 46px;
}
.pricing-plan .featured-plan {
    width: 100%;
    border: 1px solid #ed2327;
    position: relative;
    z-index: 1;
    top: -13px;
    box-shadow: 0 0 54px rgba(0, 0, 0, 0.2);
}
.pricing-plan .featured-plan .pricing-header h4 {
    margin-top: 50px;
    font-size: 30px;
    color: #ed2327;
}
.pricing-plan .featured-plan .pricing-header p {
    font-size: 20px;
    color: #ed2327;
}
.pricing-plan .featured-plan .price p {
    color: #ed2327;
    font-size: 50px;
}
.pricing-plan .featured-plan .price p sub { color: #969595 }
.pricing-plan .featured-plan .pricing-content ul li {
    font-size: 15px;
    color: rgba(55, 55, 55, 0.8);
}
.pricing-plan .featured-plan .pricing-content p { margin-bottom: 50px }
.pricing-plan .featured-plan .pricing-content p a.choose-plan-btn {
    font-size: 20px;
    border: 1px solid #ed2327;
    background: #ed2327;
}
.pricing-plan .featured-plan .pricing-content p a.choose-plan-btn:hover {
    background: #fff;
    color: rgba(55, 55, 55, 0.8);
}
.pricing-plan .t-plan {
    width: 355px;
    margin-left: -1px;
}

/* ------------------------------------------------------------------
                ====[ Subscribe ]====
------------------------------------------------------------------- */
.subscribe {
    background: url(../images/mockup/subscribe_background.png);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
    position: relative;
}
.subscribe:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.6);
    left: 0;
    top: 0;
}
.subscribe h4 {
    font-size: 40px;
    font-family: "Exo", sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin-top: 21px;
}
.subscribe form { text-align: right }
.subscribe form input[type="email"] {
    width: 470px;
    height: 60px;
    border: 0 none;
    border-radius: 3px;
    padding: 0 15px;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    outline:none;
}
.subscribe form input[type="submit"] {
    background: #4395d0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 60px;
    padding: 0 40px;
    margin-left: 30px;
    position: relative;
    top: 2px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    border: 2px solid #4395d0;
}
.subscribe form input[type="submit"]:hover {
    text-decoration: none;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

/* ------------------------------------------------------------------
                ====[ App Video ]====
------------------------------------------------------------------- */
.app-video { padding: 100px 0; display: none; }
.app-video .video-wrapper iframe {
    display: block;
    margin: 0 auto;
    border:0;
}

/* ------------------------------------------------------------------
                ====[ Download App ]====
------------------------------------------------------------------- */
.app-downloads {
    background: url(../images/mockup/bg-1.png);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    min-height: 426px;
}
.app-downloads:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.6);
    left: 0;
    top: 0;
}
.app-downloads .heading h2 { color: #fff }
.app-downloads .heading h2 span { color: #fff }
.app-downloads .heading p { color: #fff }
/* .app-downloads .app-download-btns { margin-top: 30px } */
.app-downloads .app-download-btns ul { text-align: center }
.app-downloads .app-download-btns ul li { display: inline-block }
.app-downloads .app-download-btns ul li:first-child { margin-right: 25px }
.app-downloads .app-download-btns ul li a {
    /*background: #4395d0;*/
    color: #fff;
    padding: 20px 60px;
    font-size: 28px;
    font-weight: 700;
    border-radius: 3px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    border: 2px solid transparent;
}
.app-downloads .app-download-btns ul li a:hover {
    text-decoration: none;
    background: transparent;
    color: #fff;
    /*border: 2px solid #fff;*/
}
.app-downloads .review-carousel {
    padding: 0 250px;
    margin-top: 100px;
}
.app-downloads .review-carousel #app-reviews .review-content p {
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}
.app-downloads .review-carousel #app-reviews .client-details {
    text-align: center;
    margin-top: 40px;
}
.app-downloads .review-carousel #app-reviews .client-details img {
    display: inline;
    height: 80px;
    width: 80px;
}
.app-downloads .review-carousel #app-reviews .client-details p {
    display: inline-block;
    text-align: center;
    margin-left: 20px;
    text-transform: uppercase;
    position: relative;
    top: 10px;
    font-family: "Exo", sans-serif;
    font-weight: 700;
}
.app-downloads .review-carousel #app-reviews .client-details p span { display: block }
.app-downloads .review-carousel #app-reviews .client-details p span:first-child {
    color: #4395d0;
    font-size: 15px;
}
.app-downloads .review-carousel #app-reviews .client-details p span:last-child {
    color: #fff;
    font-size: 13px;
}
.app-downloads .review-carousel #app-reviews .owl-controls .owl-pagination {
    text-align: center;
    margin-top: 60px;
}
.app-downloads .review-carousel #app-reviews .owl-controls .owl-pagination .owl-page {
    display: inline-block;
    width: 5px;
    height: 15px;
    background: #dadada;
    margin-right: 15px;
    text-indent: -9999px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    border-radius: 3px;
}
.app-downloads .review-carousel #app-reviews .owl-controls .owl-pagination .owl-page:last-child { margin-right: 0 }
.app-downloads .review-carousel #app-reviews .owl-controls .owl-pagination .owl-page.active {
    background: #4395d0;
    height: 30px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

/* ------------------------------------------------------------------
                ====[ Contact ]====
------------------------------------------------------------------- */
.contact { padding: 100px 0 }
.contact .contact-form form {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}
.contact .contact-form form .form-group input[type="text"] {
    width: 100%;
    height: 50px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #4395d0;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;box-shadow:none;
}
.contact .contact-form form .form-group input[type="text"]:focus { border-bottom-color: rgba(55,55,55,.8); outline: none; box-shadow:none;}
.contact .contact-form form .form-group input[type="email"] {
    width: 100%;
    height: 50px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #4395d0;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;box-shadow:none;
}
.contact .contact-form form .form-group input[type="email"]:focus { border-bottom-color: rgba(55,55,55,.8); outline: none;box-shadow:none;}
.contact .contact-form form .form-group textarea {
    margin-top: 20px;
    width: 100%;
    height: 100px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #4395d0;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    resize:none;box-shadow:none;
}
.contact .contact-form form .form-group textarea:focus { border-bottom-color: rgba(55,55,55,.8); outline: none;box-shadow:none; }
.contact .contact-form form .form-group .form-btn {
    text-align: center;
    margin-top: 50px;
    font-family: "Exo", sans-serif;
}
.contact .contact-form form .form-group .form-btn button {
    background: #4395d0;
    color: #fff;
    font-size: 20px;
    border: 1px solid #4395d0;
    padding: 10px 30px;
    border-radius: 3px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.contact .contact-form form .form-group .form-btn button:hover {
    background: #fff;
    color: #4395d0;
}
.contact .contact-form #form-messages {
	/* margin-top: 50px; */
	text-align: center;
	padding: 10px;
	color: green;
	font-weight: bold;
	font-size: 20px;
}
/* ------------------------------------------------------------------
                ====[ Footer ]====
------------------------------------------------------------------- */
.footer {
    padding: 50px 0;
    background: #282828;
    background-image: linear-gradient(#4395d0, #135483);
}
.footer .footer-content {
    text-align: center;
    color: #fff;
}
.footer .footer-content h4 {
    font-size: 30px;
    margin-bottom: 20px;
}
.footer .footer-content p {
    font-size: 16px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}
.footer .footer-content ul { margin-bottom: 0 }
.footer .footer-content ul li {
    list-style-type: none;
    display: inline;
    padding-right: 30px;
}
.footer .footer-content ul li:last-child { padding-right: 0 }
.footer .footer-content ul li a { -webkit-transition: 0.5s ease; transition: 0.5s ease }
.footer .footer-content ul li a:hover { color: #4395d0}

/* ------------------------------------------------------------------
                    Signup banner
------------------------------------------------------------------- */

.signup_banner {
    padding: 100px 0;
    background: #4395D2;
}
.signup_banner h2 {
    text-align: left;
    color: #fff;
    font-weight: 600;
    margin: 0;
    font-size: 35px;
}
.signup_form {
    padding: 50px 0;
    background: #f6f8fa;
}
.signup_form form {
    padding: 30px;
    background: #fff;
    box-shadow: rgba(1, 0, 0, 0.24) 0px 3px 6px;
    border-radius: 5px;
}
.signup_form form .phone_drop {
    display: flex;
}
.signup_form form label {
    color: #3C4853;
    display: block;
    font-size: 15px;
}
.signup_form form .form-check input {
    width: 30px;
    height: 30px;
    margin-top: 0;
    margin-right: 10px;
}
.signup_form form .form-check {
    display: flex;
    align-items: flex-start;
}
.signup_form form input {
    height: 50px;
    width: 100%;
    outline: none;
    box-shadow: none;
    background: #fff;
    border: 1px solid #dcdcdc;
    color: #000;
    font-size: 16px;
}
.signup_form form select {
    height: 50px;
    width: 100%;
    outline: none;
    box-shadow: none;
    background: #fff;
    border: 1px solid #dcdcdc;
    color: #000;
    font-size: 16px;
}
.signup_form form textarea {
    width: 100%;
    outline: none;
    box-shadow: none;
    background: #fff;
    border: 1px solid #dcdcdc;
    color: #000;
    font-size: 16px;
}
.signup_form form button {
    background: #404042;
    border: 1px solid #404042;
    color: #fff;
    padding: 8px 30px;
    font-size: 18px;
    border-radius: 50px;
    margin-left: 0;
    display: block;
    margin-top: 15px;
    transition: .5s ease-in-out;
}
.signup_form form button:hover {
    background: transparent;
    color: #404042;
    transition: .5s ease-in-out;
}
.signup_form form label.form-check-label {
    font-weight: 400;
}

.profie_row {
    position: relative;
    width: 128px;
    height: 128px;
    margin-bottom: 15px;
}
.profie_row .profile-pic {
    width: 128px;
    height: 128px;
    display: inline-block;
    object-fit: cover;
}

.profie_row .file-upload {
    display: none !important;
}
.profie_row .circle {
    border-radius: 100% !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    top: 0;
}
.profie_row img {
    max-width: 100%;
    height: auto;
}
.profie_row .p-image {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #666666;
    transform: translate(-50%,-50%);
}
.profie_row .p-image:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.profie_row .upload-button {
  font-size: 35px;
  color: #000;
}

.profie_row .upload-button:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  color: #999;
}

/* ------------------------------------------------------------------
                    Otp screen
------------------------------------------------------------------- */

.otp_wrap {
    padding: 50px 0;
}
.otp_wrap h4 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
}
.otp_wrap p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.otp_wrap form input {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    color: #000;
    box-shadow: none;
    outline: none;
    font-size: 16px;
}
.otp_wrap form h5 {
    color: #66717a;
}
.otp_wrap form h5 span {
    color: #ff0000;
}
.otp_contain form button {
    background: #404042;
    border: 1px solid #404042;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    transition: .5s ease-in-out;
}
.otp_contain form button:hover {
    background: transparent;
    color: #404042;
    transition: .5s ease-in-out;
}



.success_wrap {
    padding: 50px 0;
    background: #f6f8fa;
}
.success_wrap .success_cont {
    padding: 30px;
    background: #fff;
    text-align: center;
}
.success_wrap .success_cont h3 {
    color: #000;
    font-weight: 600;
}
.success_wrap .success_cont p {
    color: #000;
    font-size: 16px;
}
.success_wrap .success_cont button {
    background: #404042;
    border: 1px solid #404042;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
    transition: .5s ease-in-out;
}
.success_wrap .success_cont button:hover {
    background: transparent;
    color: #404042;
    transition: .5s ease-in-out;
}


/* ------------------------------------------------------------------
                    Helping Classes
------------------------------------------------------------------- */
.no-padding {
    padding-left: 0;
    padding-right: 0;
}

/* 7-10-19 */

.mobile-light {
    position: absolute;
    width: 320px;
    z-index: 1;
}
.intro-image img {
    display: block;
    float: right;
    margin-top: 80px;
    width: 80%;
}
.mobile-dark {
    position: absolute;
    right: 65px;
    top: 48px;
    width: 290px;
    z-index: 2;
}
.intro-image {
    position: relative;
}

.color_logo {display: none !important;}
.is-sticky .white_logo{display: none !important }
.is-sticky .color_logo {display: block !important;}
.btn-success { color: #232323;}
.intro-text2 {
    margin-top: 80px;
}
.login_modal_cont .apply_contact {margin-top: 20px;}
.login_modal_cont .apply_contact a {
    background: #4395d1;
    border: 1px solid #4395d1;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    text-transform: capitalize;
    font-size: 16px;
    text-decoration: none;
    transition: .5s ease-in-out;
    color: #fff !important;
}
.login_modal_cont .apply_contact a:hover {
    background: transparent;
    color: #4395d1 !important;
    transition: .5s ease-in-out;
}
@media screen and (max-width:767px) {
    header .navbar-toggle {
        background: #4395d2;
    }
    header .navbar-toggle .icon-bar {background: #fff;}
    .signup_banner h2 {text-align: center;}
    .embed_svg {
        height: 50px !important;
    }
    .app-description .app-description-content p {
        text-align: center;}

        .intro-text {
            margin-bottom: 40px;
        }

        .benifits .center-mobile-frame {
            top: 0 !important;
            margin: 40px 0;
        }
        .app-screenshot .screenshots .owl-controls .owl-buttons {
            top: 46% !important;
        }

        .row.feature {
            width: 100% !important;
            margin-right: 0;
            margin-left: 0;
        }
        .benifits .center-mobile-frame .benifits-image img {
            width: 70% !important;
        }

        .intro-text a.btn{
            width: 200px;
            margin-top: 14px;
            margin-bottom: 7px;
        }
        .app-description .ad-mobiles { display: none;}
        .app-description { padding: 50px 0 50px 0;}
        .mobile_resp{display: table;}
        .col-sm-3 { display: table-header-group; }
        .col-sm-9 { display: table-footer-group; }

        .pricing-plan .row {
            margin-right: 0;
            margin-left: 0;
        }
        .intro-image {
            display: none;
        }
        .benifits {
            padding: 50px 0 50px 0 !important;
        }
        .app-screenshot .screenshots .owl-controls .owl-buttons .owl-next, .app-screenshot .screenshots .owl-controls .owl-buttons .owl-prev {
            height: 10px;
            width: 10px;
        }
        .app-screenshot {
            min-height: 700px;
            padding: 50px 0 !important;
        }
        .app-screenshot .screenshots .owl-wrapper-outer {
            height: 660px !important;
            padding-top: 0 !important
        }
        .heading h2 {
            font-size: 21px !important;
            line-height: 40px;
            font-weight: 600;
        }
        .is-sticky .navbar a.navbar-brand { padding-left: 10px; }
        .navbar-brand { padding-left: 10px; }
        .col-sm-12.video-wrapper iframe
        {
            height: 270px !important;
        }
        .navbar-header embed {
            height: 40px !important;
        }
        .navbar-header img {
            height: 40px !important;
        }
        .navbar-toggle.collapsed {
            margin: 12px;
        }
        .app-description div div div {
            padding: 0 8px;
        }
        .app-description div div div h2 {
            font-weight: 600;
            font-size: 22px;
        }
        .app-description div div div h4 {
            font-weight: 600;
            font-size: 22px;
        }
        .app-description div div div p {
            text-align: justify !important;
        }
    }

    @media (min-width:768px) and (max-width:1024px){
        .app-screenshot {
            min-height: 970px !important;
        }
        .app-video {
            padding-bottom: 0;
        }
        header {
            min-height: 800px !important;
        }
        .col-sm-12.ad-mobiles {
            display: none;
        }
        .app-description .col-sm-7 {
            width: 100%;
        }
        .app-description {
            padding-bottom: 0;
        }
        .app-description .heading h2:after {
            left: 50%;
            margin-left: -12px;
        }
        .app-description .heading h2:before {
            left: 50%;
            margin-left: -70px;
        }
        .heading h2 {
            text-align: center;
        }
        .app-screenshot .screenshots .owl-wrapper-outer {
            height: 800px !important;
        }
        .app-screenshot {
            height: 1120px !important;
        }
        .benifits-image {
            display: none;
        }
        .benifits .center-mobile-frame span.bullets-left::before, .benifits .center-mobile-frame span.bullets-left::after,
        .benifits .center-mobile-frame span.bullets-right::before, .benifits .center-mobile-frame span.bullets-right::after,
        .benifits .benefits-right .br-icon:before,.benifits .benefits-left .bl-icon:before, .benifits .benefits-left .bl-icon:after,
        .benifits .benefits-right .br-icon:after{
            display: none;
        }
        .col-sm-4.benefits-left, .col-sm-4.benefits-right {
            width: 50%;
        }
        .pricing-plan .row {
            margin-right: 0px;
            margin-left: 0px;
        }
        .subscribe h4 {
            line-height: 20px;font-size: 20px;margin-top: 50px !important;
        }
        .subscribe .col-sm-8.wow.fadeInUp {
            padding: 0;
        }
        .subscribe form input[type="email"] {
            width: 60% !important;
        }
        .subscribe .col-sm-4.wow.fadeInUp {
            padding: 0;
            width: 26%;
        }
        .subscribe .col-sm-8.wow.fadeInUp {
            width: 73%;
        }
    }

    #app-features {
        display: none;
    }
    .pricing-plan {
        display: none;
    }
    .subscribe {
        display: none;
    }
    .app-screenshot {
        min-height: 840px;padding-bottom: 0;
    }
    .navbar-header embed {
        height: 50px;
        margin-top: 0px;
    }
    .embed_svg {
        height: 40px;
    }
    .col-md-12.thanks_section p 
    {
        background: #FFC200;
        color: #fff;
        text-align: center;
        padding: 60px 0;
        border-radius: 10px;
        font-size: 18px;
    }
    .donation .col-md-12.heading
    {
        margin-bottom: 10px;
    }
    
    @media (min-width:768px) and (max-width:1023px) {
        .intro-text {
            transform: translateY(16%) !important;
        }
        .navbar-header embed {
            height: 22px !important;
        }
        .nav > li > a {
            padding: 15px 10px !important;
        }
        .app-description .app-description-content p {
            text-align: center;
        }
    }
    .panel.panel-default {
        margin: 18px 0;
    }
    .panel-default > .panel-heading {
        background-color: #daf1ff;
        cursor: pointer;
    }
    .panel-body p {
        text-transform: capitalize;
    }
    h2.wow.fadeInUp {
        font-size: 24px;
    }
    .benifits .benifits-image img {
        width: 264px;
    }
    .privacy p {    
        font-size: 16px !important;
        line-height: 28px;
        color: #575757;
        font-weight: 300;
    }
    
.select2-container .select2-selection--single {
    height: 50px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dcdcdc !important;
    border-radius: 4px;

}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
}

.favorite-btn{
	width: 20px;
	height: 20px;
	background: #d2dfea;
	padding: 0px 2px 10px 0px;
}