/* ------------------------------------------------------------------
                    Default Style
------------------------------------------------------------------- */
body { font-family: 'Exo', sans-serif; overflow-x:hidden !important;}
p {
    color: black;
    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: #2A61F2 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: black;
    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 #fff;
  border-top: 1px solid #fff;
  content: "";
  height: 8px;
  left: 8px;
  position: absolute;
  top: 12px;
  width: 13px;
}
.nav li.active::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  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: #ffffff98 !important;
}
.is-sticky .nav > li.active a { color: #fff !important }
.is-sticky .navbar {
    background: #2A61F2;
    padding: 15px;
    -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: #fff;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.is-sticky .navbar a.navbar-brand { color: #282828; }

/* ------------------------------------------------------------------
                ====[ 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: #2A61F2;
    margin-right: 10px;
}
.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: #2A61F2;
    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: #2A61F2;
    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: #2A61F2;
    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: #2A61F2;
    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: #2A61F2; }
.benifits .benefits-left .row:hover .bl-icon {
    background: #2A61F2;
    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: #2A61F2 }
.benifits .benefits-right .row:hover .br-icon {
    background: #2A61F2;
    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: #2A61F2;
    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: #2A61F2;
    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 #2A61F2;
}
.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.4);
    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: #2A61F2;
    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: #2A61F2;
    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: #2A61F2;
    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 #2A61F2;
    -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 #2A61F2;
    -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 #2A61F2;
    -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: #2A61F2;
    color: #fff;
    font-size: 20px;
    border: 1px solid #2A61F2;
    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: #2A61F2;
}
.contact .contact-form #form-messages  {
  margin-top: 50px;
  text-align: center;
}
/* ------------------------------------------------------------------
                ====[ Footer ]====
------------------------------------------------------------------- */
.footer {
    padding: 50px 0;
    background: #2A61F2;
}
.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 i {
    color: #fff;
}
.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: #2A61F2}

/* ------------------------------------------------------------------
                    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;
}
@media screen and (max-width:767px) {
    .is-sticky .navbar ul.nav a{
        color: #000;
    }
    .is-sticky .nav > li.active a {
        color: #2A61F2 !important;
    }
    .navbar-toggle {
        margin-top: 16px;
    }

    .is-sticky .navbar {
        background: #fff;
    }

.embed_svg {
    height: 42px;
}
.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: 70px !important;
    margin-left: 10px;
}
.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: 70px;
    margin-top: -10px;
}
.embed_svg {
    height: 110px;
}
.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: 68px !important;
    margin-left: 20px;
}
.nav > li > a {
    padding: 15px 10px !important;
}
.app-description .app-description-content p {
    text-align: center;
}
.privacy-terms p {
    text-align: left !important;
}
.nav li.active::before, .nav li.active::after {
    border: none;
}
}
.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;}

.privacy-terms {
    margin-bottom: 20px;
}
.privacy-terms h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
}
.privacy-terms h4 {
    margin-top: 30px;
}