/******************  STARTUP.CSS  *****************************/

@charset "utf-8";
/* CSS Document */


/*
Theme Name: Startup Responsive Landing page Template
Version: 1.0
Author: Surjith SM
Author URI: http://themeforest.net/user/surjithctly
*/


/******************  Table of Contents  *****************************/

/*

1. GLOBAL STYLES
2. HEADER
3. HERO IMAGE
4. FEATURES
5. TESTIMONIALS
6. PLANS AND PRICING
7. FAQ
8. FOOTER
9. CUSTOM MEDIA QUERIES
10. BLOG

If you having trouble in editing css. please send a mail to support@surjithctly.in -
I will really help you

*/

/*========== 1. GLOBAL STYLES ==============*/

/*
@font-face {
	font-family: "Open Sans";
	src: url("../fonts/Open_Sans/OpenSans-Regular.ttf");
}
*/

/*
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins/Poppins.ttf");
	font-display: swap;

}
*/

/*
@font-face {
	font-family: "Nunito";
	src: url("../fonts/Nunito/Nunito-Regular.ttf");
}
*/

/*
@font-face {
	font-family: "Lato";
	src: url("../fonts/Lato/Lato-Regular.ttf");
}
*/

@font-face {
	font-family: "Noto Sans";
	src: url("../fonts/Noto_Sans/static/NotoSans-Regular.ttf");
}


@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter/static/Inter_24pt-Regular.ttf");
}

@font-face {
	font-family: "Space";
	src: url("../fonts/Space_Grotesk/static/SpaceGrotesk-Regular.ttf");
}

@font-face {
	font-family: "Lexend Deca";
	src: url("../fonts/Lexend_Deca/static/LexendDeca-Regular.ttf");
}

@font-face {
	font-family: "Lexend Deca Light";
	src: url("../fonts/Lexend_Deca/static/LexendDeca-Light.ttf");
}


body {
	font-family: 'Noto Sans';
	background: #FFF;
	font-weight: 400;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #384047;
	padding-top: 60px;
	font-size:12px;
}

strong,
b {
	font-weight: 600;
}

h1 {
	font-size: 40px;
	line-height: 60px;
	color: #384047;
	font-weight: 600;

}

h2 {
	font-size: 30px;
	font-weight: 600;
	margin: 15px 0;
}

h3 {
	font-size: 20px;
	margin: 10px 0;
	font-weight: 600;
}

h4 {
	font-size: 22px;
	margin: 10px 0;
	line-height: 32px;
}

h5 {
	font-size: 28px;
	line-height: 1.5;
	font-weight: 600;
	margin: 15px 0;
	color: #384047;
}

h6 {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	color: #3658ff;
}

a {
	color: #5173bd;
}

a:hover,
a:focus {
	color: #5173bd;
}

.preloader {
	background-color: #FFFFFF;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999;
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index: 9999999;
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #fff;
	/*border: 1px solid #e34e47;*/
}

.pace .pace-progress {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width 1s ease-in-out 1s linear;
	-moz-transition: width 1s ease-in-out 1s linear;
	-ms-transition: width 1s ease-in-out 1s linear;
	-o-transition: width 1s ease-in-out 1s linear;
	transition: width 1s ease-in-out 1s linear;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	max-width: 100%;
	position: fixed;
	z-index: 9999999;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	background: #61b5f0;
}

.pace.pace-inactive {
	display: none;
}

.btn,
.btn-lg,
.input-lg {
	border-radius: 3px;
}

.form-control {
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input-lg {
	height: 55px;
}

.btn-lg,
.btn-group-lg>.btn {
	padding: 10px 28px;
	height: 52px;
}

.breath {
	margin: 50px auto;
}

.highlight {
	background: #f4f4f4;
	margin-top: 40px;
}

.has-margin-vertical {
	margin: 20px 0 30px;
}

.has-margin-bottom {
	margin-bottom: 40px;
}

/*========== 1 a. SUB PAGES ==============*/


.subpage-head {
	background-color: #f4f4f4;
	padding-top: 20px;
	padding-bottom: 15px;
	margin-bottom: 40px;
}

/*========== 2. HEADER ==============*/

.masthead {
	position: relative;
	padding: 80px 15px;
	/*color: #9e2d2d;*/
	text-align: center;
	/*text-shadow: 0 1px 0 rgba(0, 0, 0, .1);*/
	background-color: #FFF;
	/*background-image:url(../images/header_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: center center;
	/*background-attachment: fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Initial Subtle Animation*/

.masthead .fade-in {
	animation: fadein 2s;
	-moz-animation: fadein 2s;
	/* Firefox */
	-webkit-animation: fadein 2s;
	/* Safari and Chrome */
	-o-animation: fadein 2s;
	/* Opera */
}

.loading * {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-ms-animation: none !important;
	-o-animation: none !important;
}

@keyframes fadein {
	from {
		-webkit-transform: translateY(145px);
		-moz-transform: translateY(145px);
		transform: translateY(145px);
	}

	to {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}

@-moz-keyframes fadein {

	/* Firefox */
	from {
		-webkit-transform: translateY(145px);
		-moz-transform: translateY(145px);
		transform: translateY(145px);
	}

	to {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes fadein {

	/* Safari and Chrome */
	from {
		-webkit-transform: translateY(145px);
		-moz-transform: translateY(145px);
		transform: translateY(145px);
	}

	to {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}

@-o-keyframes fadein {

	/* Opera */
	from {
		-webkit-transform: translateY(145px);
		-moz-transform: translateY(145px);
		transform: translateY(145px);
	}

	to {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}

/*animation ends*/

.logo {
	padding: 45px 0;
	text-align: center;
}

.btn-large {
	font-size: 18px;
	padding: 20px 50px;
	margin: 5px 10px;
}

.btn-success {
	background-color: #2ecc71;
	background-image: none;
	border: 0;
	-webkit-box-shadow: 0 3px 0 rgba(2, 154, 67, 1);
	box-shadow: 0 3px 0 rgba(2, 154, 67, 1);
	line-height: 1.8;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
	background-color: #29c36a;
	color: #FFF;
	border: 0;
	-webkit-box-shadow: 0 3px 0 rgba(2, 139, 61, 1);
	box-shadow: 0 3px 0 rgba(2, 139, 61, 1);
}

.btn-primary {
	background-color: #3658ff;
	background-image: none;
	border: 0;
	/*-webkit-box-shadow: 0 3px 0 rgba(2, 125, 154, 1);
	box-shadow: 0 3px 0 rgba(2, 125, 154, 1);*/
	line-height: 1.8;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #32aaff !important;
	color: #FFF !important;
	border: 0;
	/*-webkit-box-shadow: 0 3px 0 rgba(2, 125, 154, 1);
	box-shadow: 0 3px 0 rgba(2, 125, 154, 1);*/
}

.btn-warning {
	line-height: 1.8;
	-webkit-box-shadow: 0 3px 0 rgb(177, 116, 29);
	box-shadow: 0 3px 0 rgb(177, 116, 29);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
	-webkit-box-shadow: 0 3px 0 rgb(177, 116, 29);
	box-shadow: 0 3px 0 rgb(177, 116, 29);
}

.subscribe {
	padding: 45px 0;
}

.alertMsg {
	font-size: 14px;
	display: block;
	padding: 5px 17px;
	text-align: center;
}

.masthead .form-control {
	border: 0;
}

/* Boucing Arrow Animation */

@keyframes arrowbounce {
	from {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@-moz-keyframes arrowbounce {

	/* Firefox */
	from {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@-webkit-keyframes arrowbounce {

	/* Safari and Chrome */
	from {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@-o-keyframes arrowbounce {

	/* Opera */
	from {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

.scrollto,
.scrollto:hover {
	margin: 30px;
	display: block;
	color: #FFF;
	text-decoration: none;
	width: 200px;
	margin: 0 auto;
}

.scrollto--arrow {
	padding: 10px;
}

.scrollto--arrow img {
	animation: arrowbounce 1s alternate infinite;
	-moz-animation: arrowbounce 1s alternate infinite;
	/* Firefox */
	-webkit-animation: arrowbounce 1s alternate infinite;
	/* Safari and Chrome */
	-o-animation: arrowbounce 1s alternate infinite;
	/* Opera */
}

/*========== 3. HERO IMAGE ==============*/

.section-title {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
}

.section-title h2 {
	color: #384047;
}

.section-title h4 {
	color: #333;
}

.heroimg img,
.clientlogo img {
	max-width: 100%;
}

/*========== 4. FEATURES ==============*/

.features {
	margin: 25px 0;
}

.thumbnail {
	border: 0;
	text-align: center;
}

.thumbnail .caption p {
	color: #333;
}

/*Hover Animation*/

/*.thumbnail img {
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.thumbnail:hover img {
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	z-index:2;
}*/
/*========== 5. TESTIMONIALS ==============*/

.testblock {
	width: 100%;
	height: auto;
	padding: 20px;
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 10px;
	/*font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;*/
	position: relative;
	line-height: 28px;
	font-size: 14px;
}

.testblock p {
	text-align: left;
}

/*
.testblock:after {
	top: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}
*/
.clientblock {
	margin-top: 40px;
	margin-left: 10px;
}

.clientblock img {
	float: left;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.clientblock p {
	padding-left: 80px;
	padding-top: 13px;
}

.clientblock p strong {
	color: #384047;
	font-size: 16px;
}

/* Animation */

.testblock {
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

/*========== 6. PLANS AND PRICING ==============*/

.pricing {
	padding: 25px;
	color: #FFF;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/*border-radius: 5px;*/
}

.pricing .planname {
	text-transform: uppercase;
	font-weight: 600;
}

.pricing .price {
	font-size: 40px;
	font-weight: 300;
	margin: 10px 0;
}

.pricing .billing {
	text-transform: uppercase;
	color: #FFF;
	opacity: 0.7;
}

.pricing .price .curr {
	display: inline-block;
	font-size: 20px;
	vertical-align: super;
}

.pricing .price .per {
	display: inline-block;
	font-size: 20px;
	vertical-align: baseline;
}

.color1 {
	background-color: #5ca2e0;
}

.color2 {
	background-color: #7676c6;
}

.color3 {
	background-color: #885fc1;
}

/* Animation */

.pricing {
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.pricing:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 2;
}

/*========== 7. FAQ ==============*/

.faq p {
	margin-bottom: 25px;
}

/*==========8. FOOTER ==============*/


.footercta {
	padding: 60px 15px;
	color: #FFF;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	background-color: #6883cc;
	background-image: url(../images/footer_img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.footerlinks {
	text-align: center;
}

.footerlinks a {
	text-align: center;
	padding: 0 13px;
	display: inline-block;
	padding-bottom: 15px;
}



/*==========9. CUSTOM MEDIA QUERIES==============*/


/*MEDIA QUERIES*/

@media (max-width: 991px) {
	h1 {
		font-size: 35px;
		line-height: 50px;
		margin: 15px 0;
		padding: 0 50px;
	}

	h2 {
		font-size: 35px;
	}

	.testimonials [class*="col-"]:not(:first-child) {
		/*margin-top: 40px;*/
	}

	.planpricing [class*="col-"]:not(:first-child) {
		margin-top: 30px;
	}

	.breath {
		margin: 30px auto;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 30px;
		line-height: 40px;
		padding: 0 15px;
	}

	h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.subscribe [class*="col-"]:not(:first-child) {
		margin-top: 30px;
	}

	.masthead {
		padding: 40px 15px;
	}
}

@media (max-width: 480px) {

	/*Media Queries for smaller devices*/
	.masthead {
		background-attachment: scroll;
	}

}



/*=== v1.1 ===*/

@media (max-device-width: 992px) {

	.masthead {
		background-size: cover;
		background-attachment: scroll;
	}

}


/*=== v 2.0 ===*/


.signup-block {
	padding: 20px;
	background: rgba(255, 255, 255, 0.25);
	border-radius: 7px;
	margin-bottom: 25px;
}

.form-group.last {
	margin-bottom: 0;
}

.multiple-btns .btn+.btn {
	margin: 10px;
}


/*=== Vertical Signup ===*/

.signup-v-layout .masthead {
	padding: 15px;
}

.signup-v-layout .logo {
	padding: 10px 0;
}

/*=== Signup video ===*/

.signup-video .masthead {
	padding: 15px;
}

.signup-video .logo {
	padding: 10px 0;
}


/*=== Web App page ===*/

.web-app .masthead {
	padding-bottom: 0px;
}

.web-app .logo {
	padding: 15px 0;
}


/*=== Mob App page ===*/

.mob-app .masthead {
	padding: 15px;
}

.mob-app .logo {
	padding: 15px 0;
}


.mob-app .masthead {
	background-image: url(../images/header_color_3.jpg);
}

.multiple-links a img {
	margin: 5px;
}

.mob-app .footercta {
	background-image: url(../images/footer_color_3.jpg);
}



/*=== Navigation ===*/

.navbar-default {
	background-color: #FFF;
	padding: 10px;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
	color: #FFF;
	font-weight: bold;
}

.navbar-default .navbar-nav>li>a {
	color: #333;
	/*text-transform:uppercase;
font-weight:bold;
	font-family: Noto Sans;*/
	padding-right: 12px;
	padding-left: 12px;
	font-size: 13px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #333;
	background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: rgba(0, 0, 0, 0.5);
	background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #333;
	background-color: rgba(255, 255, 255, 0.21);
}

.navbar-brand {
	padding: 5px 0px;
}

@media (max-width: 991px) {

	.navbar-brand {
		padding: 5px 10px;
	}
}

/*========== 10. BLOG ==============*/

.pagination>li>a,
.pagination>li>span {
	color: #483f34;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	color: #917E68;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #5ca2e0;
	border-color: #3172AC;
	color: #FFFFFF;
}

.vertical-links li {
	border-bottom: 1px solid #E6DDD4;
	padding: 8px 0;
}

.tag-cloud a {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 2px 8px;
	border: 1px solid #eceae4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f8f7f3;
	font-size: 12px;
}

.tag-cloud a:hover {
	text-decoration: none;
}

.comments-block>.media {
	border-bottom: 1px solid #eadeda;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.comments-block>.media .media {
	border-top: 1px solid #eadeda;
	padding-top: 20px;
}

.media-object {
	width: 40px;
}

.comments-head {
	font-size: 35px;
	color: #53504c;
	border-bottom: 1px solid #eadeda;
	margin: 40px 0 20px;
	padding-bottom: 10px;
}







/******************  LP/CUSTOM.CSS  *****************************/



/*== FONTS ====================================*/
/*@import url(//fonts.googleapis.com/css?family=Crete+Round);
/* CUSTOM BS3 CHECKBOXES *

.crete{
	font-family: 'Crete Round', serif;
	font-weight: normal;
}
/*== BOOTSTRAP OVERRIDES ======================*/
.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	width: 100%;
}

.btn {
	font-weight: 600;
}

.btn-default {
	background-color: #FFFFFF;
	color: #616161;
	background-image: none;
	border: 1px solid #CCC;
	-webkit-box-shadow: 0 3px 0 rgba(128, 128, 128, 1);
	box-shadow: 0 3px 0 rgba(128, 128, 128, 1);
	line-height: 1.8;
}

.navbar-default .navbar-toggle {
	background-color: #fff;
}

.heroimg img,
.clientlogo img {
	max-width: 700px;
	height: auto;
}

.gfyitem.img-responsive {
	display: block !important;
}

/* LANDING PAGE STYLES ==================================*/
.text-center {
	text-align: center;
}

.masthead.lp {
	padding: 120px 0 70px;
}

.masthead.lp.color1 {
	background: radial-gradient(circle, #0a5270, #084d6a, #00415d 70%);
	/*background-image: url(/images/header_bg_dark.jpg);*/
	color: #fff;
}

.masthead.lp.color2 {
	color: #fff;
	background-color: #0c99d5;
	background-image: none;
	background-image: linear-gradient(to bottom, rgba(12, 153, 213, 0) 0, rgba(12, 153, 213, 0) 100px, #0c99d5 450px, #0c99d5), repeating-linear-gradient(118deg, rgba(12, 153, 213, 0) 0, #00a7e0 550px, rgba(12, 153, 213, 0) 550px, #00a7e0 800px, rgba(12, 153, 213, 0) 800px, #00a7e0 950px);
}

.masthead.lp .header {
	text-align: center;
	padding: 0px;
}

.masthead .heading {
	text-shadow: 1px 1px 3px rgba(1, 1, 1, 0.35);
}

.masthead.lp h1 {
	font-size: 60px;
	font-weight: 600;
	margin: 5px;
	line-height: 1.2;
}

.masthead.lp h3 {
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}

.thumbnail.text-left {
	text-align: left;
}

.changeCurrency-container {
	text-align: center;
	margin-bottom: 15px;
}

.changeCurrency-warning {
	padding: 10px 15px;
	font-size: 13px;
	margin-top: 15px;
	border: 1px solid #faebcc;
	color: #8a6d3b;
	background-color: #fcf8e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.changeCurrency {
	cursor: pointer;
}

/* LANDING PAGE NAVBAR ==================================*/
.masthead.lp .navbar.top {
	background: none;
}

.masthead.lp .navbar-default .navbar-nav>li>a:hover {
	color: #1a1a1a;
}

.masthead.lp .navbar .login-button {
	border: 1px solid #d1d1d1;
}

.masthead.lp .navbar .login-button:hover {
	border: 1px solid #aaa;
	background-color: #f1f1f1;
}


/*== PRICING PLAN =========================*/
.pricing {
	color: #1a1a1a;
	border: 1px solid #cacaca;
	border-top: 2px solid #81B6DC;
	font-weight: 400;
	padding: 0;
	background-color: #fff;

	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pricing:hover {
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.pricing .planwrapper {
	background-color: #fafafa;
	padding-top: 20px;
	/*border-bottom: 1px solid #ccc;*/
	min-height: 120px;
}

.pricing .planname {
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	border-bottom: 3px solid;
	padding-bottom: 5px;
}

.pricing .plandescription {
	color: #959595;
	font-size: 13px;
	margin-bottom: 25px;
}

.pricing .pricewrapper {
	margin: 0px;
	padding: 20px 0;
	border-radius: 0 0 5px 5px;
	min-height: 120px;
}

.pricing .price {
	font-weight: 400;
	margin: 0;
	line-height: 40px;
}

.pricing .pricepermonth {
	margin-bottom: 5px;
}

.pricing .priceperyear {
	font-size: 13px;
	color: #959595;
}

.pricing .features {
	margin: 20px 0;
	font-size: 14px;
}

.pricing .features ul {
	margin-bottom: 0;
}

.pricing .features li {
	margin-bottom: 5px;
}

/*== CUSTOM STYLES ===========================*/

.navbar.top {
	padding: 5px;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: rgba(255, 255, 255, 0.35);
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #4c90fe;
}

.navbar-default .navbar-nav>li>a.btn {
	padding: 8px 15px 6px;
	color: #fff;
	line-height: 19px;
	margin-top: 7px
}

.navbar .login-button,
.navbar-toggle {
	color: #333;
	/*text-transform: uppercase;*/
	font-weight: bold;

	border: 1px solid rgba(0, 0, 0, 0.2);
	/*padding: 7px 15px;*/
	margin-top: 7px;
	margin-bottom: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.section-title {
	margin: 80px 0 40px 0;
}

.highlight {
	background: #F5F5F5;
}

.section-title h4 {
	line-height: 32px;
	color: #333;
}

label {
	font-weight: 600;
	color: #777;
	width: 100%;
}

label small {
	font-size: 12px;
	color: #94a3a8;
	float: right;
}

.scrollto {
	text-align: center;
}

.scrollto:active,
.scrollto:focus {
	margin: 30px;
	display: block;
	color: #FFF;
	text-decoration: none;
	width: 200px;
	margin: 0 auto;
}

.scrollto.dark {
	color: #384047;
}

.help-block {
	font-size: 12px;
	color: #94a3a8;
	font-weight: 100;
}

.help-block.has-error {
	color: #C73F3D;
	font-weight: 600;
}

.sbc-logo {
	margin: 0 30px 0 101px
}

.job-tile:hover {
	cursor: pointer;
}

.job-tile.color0:hover {
	cursor: pointer;
	background-color: #E4EFF9;
}

.job-tiles .title {
	font-size: 35px;
}

.color0 {
	background-color: #f5f5f5;
	color: #919191;
}

.job-post ul {
	list-style-type: disc;
	margin-left: 0;
	padding-left: 30px;
}

.job-post ul ul,
ol ul,
.job-post ol ol,
ul ol {
	list-style-type: circle;
	margin-left: 10px;
	padding-left: 30px;
}

.list-icons {
	margin: 0 10px;
}

.list-icons li {
	width: 25%;
	float: left;
}

.list-icons .list-icons-container {
	display: block;
	min-height: 167px;
	background-color: #f8f8f8;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	padding: 10px;
	margin: 0 10px;
	text-align: center;
	font-weight: 900;
	color: #656565;
	line-height: 18px;
	font-size: 16px
}

.list-icons .list-icons-container:hover {
	background-color: #f1f1f1;
	border: 1px solid #dadada;
	text-decoration: none;
}

.list-icons .list-icons-container .small {
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
}

.list-icons .list-icons-container .avatar {
	border: 1px solid #e1e1e1;
	width: 95px;
	height: auto;
	margin-bottom: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#signupModal .modal-header,
#signupModal .modal-footer {
	background-color: #f8f8f8;
	text-align: center;
}

#signupModal .modal-body {
	padding: 30px 15px 45px;
}

.modal .heading {
	text-align: center;
	color: #333;
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 15px;
}

.login-link {
	font-weight: 400;
	color: #717171;
}

/* FORM STYLES ====================================*/
.signup-block {
	background-color: #fff;
	color: #828789;
	font-weight: 400;
}

.form-group {
	margin-bottom: 25px;
}

.form-control {
	font-weight: 600;
	background-color: #f5f5f5
}

.has-error .form-control {
	background-color: #FAE7E7;
}

.has-success .form-control {
	background-color: #E4F4E4;
}

.loading {
	padding: 10px;
	font-weight: 600;
}

.has-error.loading {
	color: #C73F3D
}

.hero-got-mail,
.hero-with-pencil {
	background: url("../images/hero-got-mail.jpg") 50% 0 no-repeat #FFF;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.hero-got-mail {
	background: url("../images/hero-got-mail.jpg") 50% 0 no-repeat #FFF;
}

.hero-with-pencil {
	background: url("../images/hero-with-pencil.jpg") 50% 0 no-repeat #FFF;
}

.form-column {
	border-right: 1px solid #e1e1e1;
}

.form-column .form-block {
	padding-right: 10px;
}

.form-title {
	margin-bottom: 30px;
	color: #343434;
}

.form-title h1 {
	margin: 0 0 10px 0;
	line-height: 32px;
	font-size: 22px;
	font-weight: 600;
}

.input-lg,
select.input-lg {
	height: 55px;
}

select.input-lg {
	padding-left: 12px;
}

select.input-lg option {
	padding: 0;
}

/* REGISTER AND LOG IN ============================*/
.login,
.register,
.forgot-password {
	height: 100vh;
	background-color: #f2f2f2;
	padding: 60px 0;
}

.register {
	background: url("../images/dashboard-preview-blurred.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/dashboard-preview-blurred.jpg', sizingMethod='scale')";
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/dashboard-preview-blurred.jpg', sizingMethod='scale')";
}

.login .signup-block,
.register .signup-block,
.forgot-password .signup-block {
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: 0px 3px 10px rgba(1, 1, 1, 0.1);
	box-shadow: 0px 3px 10px rgba(1, 1, 1, 0.1);
}

/*== HEADER =======================================*/
/*.web-app .masthead {
 
}*/
.masthead {
	overflow: hidden;
}

.masthead .hero-text h1 {
	font-weight: 400;
	/*font-size: 50px;*/
	line-height: 55px;
	/*text-shadow: 0 1px 2px rgba(0, 0, 0, .5);*/
}

.masthead .hero-text h2 {
	font-weight: 300;
	font-size: 26px;
	line-height: 35px;
}

/* BIG CTA BUTTON */
.cta_button.btn-lg {
	height: auto;
	font-size: 24px;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 15px 28px;
}

small {
	font-size: 14px;
	font-weight: 400;
}

.masthead .img-responsive {
	margin: 0 auto;
	max-width: none;
}

.free-cta {
	font-size: 35px;
	font-weight: normal;
	position: relative;
	top: 2px;
	line-height: 35px;
	display: inline-block;
	margin-left: 11px;
}

/*========== BROWSER MOCKUPS ==============*/
.browser-mockup {
	background-color: rgba(255, 255, 255, 0.3);
	border-top: 3em solid rgba(230, 230, 230, 0.7);
	box-shadow: 0 0.1em 1em 0 rgba(0, 0, 0, 0.4);
	position: relative;
	border-radius: 3px 3px 0 0;
	margin-bottom: -5px;
	display: inline-block;
}

.browser-mockup:before {
	display: block;
	position: absolute;
	content: '';
	top: -2em;
	left: 1.3em;
	width: 0.9em;
	height: 0.9em;
	border-radius: 50%;
	background-color: #f44;
	box-shadow: 0 0 0 2px #f44, 1.8em 0 0 2px #9b3, 3.6em 0 0 2px #fb5;
}

.browser-mockup>* {
	display: block;
}

/*== CUSTOM TOOLTIP =============================*/
.qtip-custom {
	padding: 10px 15px;
}

.qtip-custom .qtip-content {
	font-size: 14px;
	font-weight: 600;
}

/*== CUSTOM BLOCKS ==========================*
.testblock { background-color: #EAEAEA; }
.testblock:after{ border-top-color: #EAEAEA; }
.highlight .testblock { background-color: #FFFFFF; }
.highlight .testblock:after{ border-top-color: #FFFFFF; }
.header-testimonial, .features-benefits{ margin-top: 0; }
.header-testimonial .clientblock{
	margin-top: 0;
	margin-left: 0;
	width: 90px;
	float: left;
}
.header-testimonial .clientblock img{float: none; }
.header-testimonial .clientblock p{padding-left: 0; }
.header-testimonial .testblock {
	margin-left: 90px;
	width: auto;
	color: #444;
	font-size: 18px;
}*/
.header-testimonial .testblock:after {
	top: 20px;
	left: -15px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.clientblock img,
.header-testimonial .clientblock img {
	width: 67px;
	height: 67px;
}

.header-testimonial .testblock .user-name {
	/*font-family: 'Noto Sans';*/
	font-style: normal;
	color: #888;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 5px;
}

.features-benefits .section-title {
	margin-bottom: 40px;
}

.features-benefits .thumbnail {
	background-color: transparent;
}

.features-benefits .thumbnail img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #EAEAEA;
	max-width: 190px;
	margin-bottom: 10px;
}

.thumbnail .caption p {
	color: #858E91;
	font-weight: normal;
	font-size: 16px;
}

.features-benefits .thumbnail i {
	font-size: 150px;
}

.team .thumbnail img {
	width: 200px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.center-column {
	font-size: 20px;
	font-weight: 400;
	color: #333;
	line-height: 28px;
	max-width: 740px;
	margin: 80px auto;
}

.center-column p {
	text-align: left;
	margin: 0 0 15px;
}

.center-column.text-center p {
	text-align: center;
}

.center-column .section-title h2 {
	margin-top: 50px;
}

.copyright {
	background-color: #333;
	padding: 40px 0;
	margin-top: 0;
	text-align: center;
	font-size: 12px;
	color: #CCC;
}

.copyright a {
	color: #CCC;
}

.signup_form {
	padding: 50px 0;
	margin-top: 0;
}

.signup_form .section-title {
	margin: 0;
	display: inline-block;
}

.signup_form .section-title h2 {
	margin: 0;
}

.signup_form .cta_button.btn-lg {
	margin-top: 30px;
}

.signup_form.button_only {
	padding-top: 0;
}

.signup_form.button_only .cta_button.btn-lg {
	margin-top: 0;
}

.features-header .features-preview-img {
	overflow: hidden;
	padding-top: 10px;
}

/* FIXES THE GIF VIDEO FROM MOVING OUT OF CONTAINER */
.features-header .img-responsive {
	width: 100%;
	height: auto;
}

/*== FOOTER =====================================*/
.highlight.footer {
	margin-top: 0;
}

.footer {
	background-color: #424242;
}

.footer h1 {
	color: #AAA;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.footer ul {
	list-style-type: none;
	padding: 0;
}

.footer ul li {
	margin-bottom: 4px;
}

.footer ul li i {
	margin-right: 5px;
}

.footer,
.footer a {
	color: #FFF;
}

ul.icons-list {
	padding-left: 25px;
	position: relative;
}

ul.icons-list i {
	/*position: absolute; left: 0px */
}

.awards {
	margin: 80px 0 40px;
	position: relative;
}

.hero-awards {
	position: absolute;
	bottom: -40px
}

.hero-peeking-out {
	position: absolute;
	bottom: 10px;
	left: -96px;
}


/*==========9. CUSTOM MEDIA QUERIES==============*/

/* TABLETS AND LARGE SMARTPHONES */
@media (max-width: 767px) {

	.hero-awards,
	.masthead .browser-mockup {
		display: none;
	}

	.masthead .img-responsive {
		max-width: 100%;
	}

	.section-title {
		margin: 50px 0;
	}

	.features-benefits .thumbnail {
		margin-bottom: 0px;
	}

	.features-benefits .thumbnail i {
		font-size: 100px;
	}

	.row.awards div {
		text-align: center;
	}

	.sbc-logo {
		margin: 0 0px 30px 0px;
	}

	.footer .footermenu div {
		text-align: center;
		margin-bottom: 30px;
	}

	.footer .footermenu ul.icons-list i {
		position: relative;
	}

	.features-benefits .features>div {
		margin-bottom: 20px;
	}

	.login,
	.forgot-password {
		background-color: #fff;
		padding: 20px 0 0 0;
	}

	.login .signup-block,
	.register .signup-block,
	.forgot-password .signup-block {
		border: none;
		box-shadow: none;
	}

	.login-title img {
		width: 200px;
		height: auto;
	}

	.list-icons .list-icons-container {
		min-height: initial;
		text-align: left;
		line-height: 40px;
		margin-bottom: 10px;
	}

	.list-icons li {
		width: 100%;
		float: none;
	}

	.list-icons .list-icons-container .avatar {
		width: 40px;
		margin-bottom: 0px;
		margin-right: 5px;
	}

	#signupModal .modal-body {
		padding: 25px 15px 20px;
	}

	.modal .heading {
		font-size: 20px;
	}

	.heroimg img,
	.clientlogo img {
		max-width: 100%;
	}

	.navbar-nav {
		margin: 7px 0px 15px 0px;
	}

	.pricing {
		margin-bottom: 20px;
		border: 1px solid #cacaca;
		border-left: 2px solid #81B6DC;
	}

	/*
	.pricing .planwrapper,
	.pricing .pricewrapper{
		float: left;
		width: 50%;
	}
	.pricing .planwrapper{
		border: none;
		border-right: 1px solid #ccc;
		padding-top: 10px;
	}*/
	.pricing .pricewrapper {
		padding: 10px 0;
	}

	.pricing .features {
		margin: 10px 0;
		font-size: 14px;
	}

	.pricing .features li {
		margin-bottom: 3px;
	}

	.features-benefits .thumbnail {
		text-align: left;
	}

	.features-benefits .thumbnail img {
		float: left;
		width: 120px;
		margin-right: 15px;
	}

	.main-benefits {
		padding: 20px 0;
	}

	.main-benefits .thumbnail,
	.main-benefits .caption,
	.main-benefits .caption h3 {
		padding-bottom: 0;
		margin-top: 0px;
	}

	.masthead.lp {
		padding: 100px 0 50px;
	}

	.masthead.lp h3 {
		font-size: 20px;
	}

	.masthead.lp h1 {
		font-size: 40px;
		margin: 5px 0;
	}

	.cta_button.btn-lg {
		font-size: 20px;
		padding: 10px 20px;
		margin-top: 20px;
	}

	.masthead.lp .header {
		text-align: left;
		padding: 0 20px;
	}


}

/* REGULAR SMARTPHONES */
@media (max-width: 480px) {
	.masthead .hero-text h1 {
		font-size: 35px;
		line-height: 40px;
	}

	/*.header-testimonial .clientblock {
		width: 67px;
		float: none;
		position: absolute;
		left: calc(50% - 35px);
		top: -48px;
		z-index: 1;
	}*/
	.header-testimonial .testblock {
		margin-left: 0px;
		margin-top: 50px;
	}

	.header-testimonial .testblock:after {
		display: none;
	}

	.section-title h2 {
		font-size: 25px;
		line-height: 35px;
	}

	.section-title h4 {
		font-size: 16px;
		line-height: 32px;
	}

	.features-benefits .features>div {
		padding: 0;
	}

	.features-benefits .thumbnail .caption,
	.features-benefits .thumbnail .caption h3 {
		padding-top: 0;
		margin-top: 0;
	}

	.features-benefits .thumbnail img {
		float: right;
		width: 80px;
		margin-left: 10px;
	}

	.masthead.lp {
		padding: 80px 0 30px;
	}

	.masthead.lp h3 {
		font-size: 14px;
	}

	.masthead.lp h1 {
		font-size: 34px;
	}

	.cta_button.btn-lg {
		font-size: 18px;
	}

	small {
		font-size: 11px;
	}

}

/* End mobile */

@media (min-width: 768px) {
	.login-menu {
		padding-right: 8px;
	}

	.masthead .browser-mockup {
		display: inline-block;
	}

	.size700 .modal-dialog {
		width: 700px;
	}
}

@media (min-width: 992px) {
	.masthead .img-responsive {
		height: 458px;
		width: 794px;
	}

	.features-header .img-responsive {
		width: 940px !important;
		height: 479px !important;
	}

	.masthead .row {
		text-align: left;
	}

	.masthead .hero-text {
		padding-top: 15px;
	}

	.masthead .hero-text h1 {
		/*font-size: 50px;*/
		line-height: 55px;
	}
}

@media (min-width: 1200px) {
	.masthead .img-responsive {
		height: 570px;
		width: 988px;
	}

	.features-header .img-responsive {
		width: 1080px !important;
		height: 550px !important;
	}

	/*.masthead .hero-text{
		padding-top: 50px;
	}*/
	.masthead .hero-text h1 {
		/*font-size: 55px;*/
		line-height: 60px;
	}
}

@media (min-width: 1580px) {
	.cta_button.btn-lg {
		margin-top: 50px;
	}
}

@media (min-width: 1650px) {

	/*.masthead .hero-text{
		padding-top: 80px;
	}*/
}





/*== FONTS ====================================*/
/*@import url(//fonts.googleapis.com/css?family=Crete+Round);
/* CUSTOM BS3 CHECKBOXES */
/*@import url('bs3-checkbox.css');

.crete{
	font-family: 'Crete Round', serif;
	font-weight: normal;
}
/*== BOOTSTRAP OVERRIDES ======================*/
.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	width: 100%;
}

.btn {
	font-weight: 600;
}

.btn-default {
	background-color: #FFFFFF;
	color: #616161;
	background-image: none;
	border: 1px solid #CCC;
	-webkit-box-shadow: 0 3px 0 rgba(128, 128, 128, 1);
	box-shadow: 0 3px 0 rgba(128, 128, 128, 1);
	line-height: 1.8;
}

.navbar-default .navbar-toggle {
	background-color: #fff;
	border-color: #3658ff;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #3658ff;
}

.heroimg img,
.clientlogo img {
	max-width: 100%;
	height: auto;
}

.gfyitem.img-responsive {
	display: block !important;
}

.pricing {
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*== CUSTOM STYLES ===========================*/

.navbar.top {
	padding: 5px;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: 0px 2px 4px #ddd;
	background-color: white;
	/*border-bottom: 1px solid #EEE;*/
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #333;
}

.navbar-default .navbar-nav>li>a.btn {
	padding: 8px 15px 6px;
	color: #fff;
	line-height: 19px;
	margin-top: 7px
}

.navbar .login-button {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 7px 15px 4px;
	margin-top: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.changeCurrency-container {
	text-align: center;
	margin-bottom: 15px;
}

.changeCurrency-warning {
	padding: 10px 15px;
	font-size: 13px;
	margin-top: 15px;
	border: 1px solid #faebcc;
	color: #8a6d3b;
	background-color: #fcf8e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.pricing {
	color: #333;
	border: 1px solid #cacaca;
	border-top: 2px solid #81B6DC;
	font-weight: 400;
	padding: 0;
	background-color: #fff;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0px;
}

.section-title {
	margin: 80px 0 40px;
}

.highlight {
	background: #F8F8F8;
}

.section-title h4 {
	line-height: 32px;
	color: #333;
	/*font-family: 'Noto Sans'*/
}

label {
	font-weight: 600;
	color: #777;
	width: 100%;
}

label small {
	font-size: 12px;
	color: #94a3a8;
	float: right;
}

.scrollto {
	text-align: center;
}

.scrollto:active,
.scrollto:focus {
	margin: 30px;
	display: block;
	color: #FFF;
	text-decoration: none;
	width: 200px;
	margin: 0 auto;
}

.scrollto.dark {
	color: #384047;
}

.help-block {
	font-size: 12px;
	color: #94a3a8;
	font-weight: 100;
}

.help-block.has-error {
	color: #C73F3D;
	font-weight: 600;
}

.sbc-logo {
	margin: 0 30px 0 101px
}

.job-tile:hover {
	cursor: pointer;
}

.job-tile.color0:hover {
	cursor: pointer;
	background-color: #E4EFF9;
}

.job-tiles .title {
	font-size: 35px;
}

.color0 {
	background-color: #f5f5f5;
	color: #919191;
}

.job-post ul {
	list-style-type: disc;
	margin-left: 0;
	padding-left: 30px;
}

.job-post ul ul,
ol ul,
.job-post ol ol,
ul ol {
	list-style-type: circle;
	margin-left: 10px;
	padding-left: 30px;
}

.list-icons {
	margin: 0 10px;
}

.list-icons li {
	width: 50%;
	float: left;
}

.list-icons .list-icons-container {
	display: block;
	min-height: 167px;
	background-color: #f8f8f8;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	padding: 10px;
	margin: 0 10px;
	text-align: center;
	font-weight: 900;
	color: #656565;
	line-height: 18px;
	font-size: 16px
}

.list-icons .list-icons-container:hover {
	background-color: #f1f1f1;
	border: 1px solid #dadada;
	text-decoration: none;
}

.list-icons .list-icons-container .small {
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
}

.list-icons .list-icons-container .avatar {
	border: 1px solid #e1e1e1;
	width: 95px;
	height: auto;
	margin-bottom: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#signupModal .modal-header,
#signupModal .modal-footer {
	background-color: #f8f8f8;
	text-align: center;
}

#signupModal .modal-body {
	padding: 45px 15px 60px;
}

.modal .heading {
	text-align: center;
	color: #333;
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 15px;
}

.login-link {
	font-weight: 400;
	color: #717171;
}

/* FORM STYLES ====================================*/
.signup-block {
	background-color: #fff;
	color: #828789;
	font-weight: 400;
}

.form-group {
	margin-bottom: 25px;
}

.form-control {
	font-weight: 600;
	background-color: #f5f5f5
}

.has-error .form-control {
	background-color: #FAE7E7;
}

.has-success .form-control {
	background-color: #E4F4E4;
}

.loading {
	padding: 10px;
	font-weight: 600;
}

.has-error.loading {
	color: #C73F3D
}

.hero-got-mail,
.hero-with-pencil {
	background: url("../images/hero-got-mail.jpg") 50% 0 no-repeat #FFF;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.hero-got-mail {
	background: url("../images/hero-got-mail.jpg") 50% 0 no-repeat #FFF;
}

.hero-with-pencil {
	background: url("../images/hero-with-pencil.jpg") 50% 0 no-repeat #FFF;
}

.form-column {
	border-right: 1px solid #e1e1e1;
}

.form-column .form-block {
	padding-right: 10px;
}

.form-title {
	margin-bottom: 30px;
	color: #343434;
}

.form-title h1 {
	margin: 0 0 10px 0;
	line-height: 32px;
	font-size: 22px;
	font-weight: 600;
}

.input-lg,
select.input-lg {
	height: 55px;
}

select.input-lg {
	padding-left: 12px;
}

select.input-lg option {
	padding: 0;
}

/* REGISTER AND LOG IN ============================*/
.login,
.register,
.forgot-password {
	/*height: 100vh;*/
	background-color: #f2f2f2;
	padding: 60px 0;
}

.register {
	background: url("../images/dashboard-preview-blurred.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/dashboard-preview-blurred.jpg', sizingMethod='scale')";
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/dashboard-preview-blurred.jpg', sizingMethod='scale')";
}

.login .signup-block,
.register .signup-block,
.forgot-password .signup-block {
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: 0px 3px 10px rgba(1, 1, 1, 0.1);
	box-shadow: 0px 3px 10px rgba(1, 1, 1, 0.1);
}

/*== HEADER =======================================*/
.web-app .masthead {
	padding: 0px 0px 40px;
	background-image: radial-gradient(circle farthest-corner at 12.3% 19.3%, rgba(85, 88, 218, 1) 0%, rgba(95, 209, 249, 1) 100.2%);
}

.masthead {
	overflow: hidden;
	/*background-color: #111;*/
}

.masthead .hero-text h1 {
	font-weight: 600;
	/*font-size: 50px;*/
	line-height: 55px;
	/*text-shadow: 0 1px 2px rgba(0, 0, 0, .5);*/
}

.masthead .hero-text h2 {
	font-weight: 300;
	font-size: 26px;
	line-height: 32px;
}

/* BIG CTA BUTTON */
.cta_button.btn-lg {
	height: auto;
	font-size: 24px;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 15px 28px;
}

small {
	font-size: 14px;
	font-weight: 400;
}

.masthead .img-responsive {
	margin: 0 auto;
	max-width: none;
}

.free-cta {
	font-size: 35px;
	font-weight: normal;
	position: relative;
	top: 2px;
	line-height: 35px;
	display: inline-block;
	margin-left: 11px;
}

/*========== BROWSER MOCKUPS ==============*/
.browser-mockup {
	background-color: rgba(255, 255, 255, 0.3);
	border-top: 3em solid rgba(230, 230, 230, 0.7);
	box-shadow: 0 0.1em 1em 0 rgba(0, 0, 0, 0.4);
	position: relative;
	border-radius: 3px 3px 0 0;
	margin-bottom: -5px;
	display: inline-block;
}

.browser-mockup:before {
	display: block;
	position: absolute;
	content: '';
	top: -2em;
	left: 1.3em;
	width: 0.9em;
	height: 0.9em;
	border-radius: 50%;
	background-color: #f44;
	box-shadow: 0 0 0 2px #f44, 1.8em 0 0 2px #9b3, 3.6em 0 0 2px #fb5;
}

.browser-mockup>* {
	display: block;
}

/*== CUSTOM TOOLTIP =============================*/
.qtip-custom {
	padding: 10px 15px;
}

.qtip-custom .qtip-content {
	font-size: 14px;
	font-weight: 600;
}

/*== CUSTOM BLOCKS ==========================*
.testblock { background-color: #EAEAEA; }*/
.testblock {
	border: 3px solid #5bc0de;
}

*/ .testblock:after {
	border-top-color: #777;
}

.highlight .testblock {
	background-color: #FFFFFF;
}

.highlight .testblock:after {
	border-top-color: #FFFFFF;
}

.header-testimonial,
.features-benefits {
	margin-top: 0;
	/* border-bottom: 1px solid #ddd */
}

.header-testimonial .clientblock {
	margin-top: 0;
	margin-left: 0;
	text-align: center;
	/*width: 90px;
	float: left;*/
}

.header-testimonial .clientblock img {
	float: none;
}

.header-testimonial .clientblock p {
	padding-left: 0;
}

.header-testimonial .testblock {
	margin-left: 85px;
	width: auto;
	color: #444;
	/*font-size: 18px;*/
}

/*
.header-testimonial .testblock:after{
	top: 20px;
	left: -15px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}*/
.clientblock img,
.header-testimonial .clientblock img {
	width: 50px;
	height: 50px;
}

.header-testimonial .testblock .user-name {
	/*font-family: 'Open Sans', Arial, sans-serif;*/
	font-style: normal;
	color: #333;
	font-size: 11px;
	margin-bottom: 0;
	margin-top: 5px;
	text-align: center;
	line-height: 18px;
}

.features-benefits .section-title {
	margin-bottom: 40px;
}

.features-benefits .thumbnail {
	background-color: transparent;
}

.features-benefits .thumbnail img {
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	-ms-border-radius: 10%;
	-o-border-radius: 10%;
	border-radius: 10%;
	border: 2px solid #EAEAEA;
}

.thumbnail .caption p {
	color: #858E91;
	font-weight: normal;
	font-size: 16px;
}

.features-benefits .thumbnail i {
	font-size: 150px;
}

.team .thumbnail img {
	width: 200px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.center-column {
	font-size: 20px;
	font-weight: 400;
	color: #404040;
	line-height: 2;
	max-width: 740px;
	margin: 80px auto;
}

.center-column p {
	/*text-align: justify;*/
	margin: 0 0 15px;
}

.center-column.text-center p {
	text-align: center;
}

.center-column .section-title h2 {
	margin-top: 50px;
}

.copyright {
	background-color: #fff;
	padding: 20px 0 20px;
	margin-top: 0;
	text-align: center;
	font-size: 10px;
	color: #CCC;
}

.copyright a {
	color: #CCC;
}

.signup_form {
	padding: 50px 0;
	margin-top: 0;
}

.signup_form .section-title {
	margin: 0;
	display: inline-block;
}

.signup_form .section-title h2 {
	margin: 0;
}

.signup_form .cta_button.btn-lg {
	margin-top: 30px;
}

.signup_form.button_only {
	padding-top: 0;
}

.signup_form.button_only .cta_button.btn-lg {
	margin-top: 0;
}

.features-header .features-preview-img {
	overflow: hidden;
	padding-top: 10px;
}

/* FIXES THE GIF VIDEO FROM MOVING OUT OF CONTAINER */
.features-header .img-responsive {
	width: 100%;
	height: auto;
}

/*== FOOTER =====================================*/
.highlight.footer {
	margin-top: 0;
	/*border-top: 1px solid #ddd*/
}

.footer {
	background-color: #fff;
}

.footer h1 {
	color: #3658ff;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.footer ul {
	list-style-type: none;
	padding: 0;
}

.footer ul li {
	margin-bottom: 4px;
}

.footer ul li i {
	margin-right: 5px;
}

.footer,
.footer a {
	color: #333;
}

ul.icons-list {
	padding-left: 0px;
	position: relative;
}

ul.icons-list i {
	/* position: absolute; left: 0px */
}

.awards {
	margin: 80px 0 40px;
	position: relative;
}

.hero-awards {
	position: relative;
	bottom: 0px
}

.hero-peeking-out {
	position: absolute;
	bottom: 10px;
	left: -96px;
}


/*==========9. CUSTOM MEDIA QUERIES==============*/

/* TABLETS AND LARGE SMARTPHONES */
@media (max-width: 767px) {
	.hero-awards {
		display: inline
	}

	.masthead .browser-mockup {
		width: 70%;
		margin: 0 auto;
	}

	.masthead .img-responsive {
		max-width: 100%;
	}

	.section-title {
		margin: 50px 0;
	}

	.features-benefits .thumbnail {
		margin-bottom: 0px;
	}

	.features-benefits .thumbnail i {
		font-size: 100px;
	}

	.row.awards div {
		text-align: center;
	}

	.sbc-logo {
		margin: 0 0px 30px 0px;
	}

	.footer .footermenu div {
		text-align: center;
		margin-bottom: 30px;
	}

	.footer .footermenu ul.icons-list i {
		position: relative;
	}

	.features-benefits .features div {
		margin-bottom: 20px;
	}

	.login,
	.forgot-password {
		background-color: #fff;
		padding: 20px 0 0 0;
	}

	.login .signup-block,
	.register .signup-block,
	.forgot-password .signup-block {
		border: none;
		box-shadow: none;
	}

	.login-title img {
		width: 200px;
		height: auto;
	}

	.list-icons .list-icons-container {
		min-height: initial;
		text-align: left;
		line-height: 40px;
		margin-bottom: 10px;
	}

	.list-icons li {
		width: 100%;
		float: none;
	}

	.list-icons .list-icons-container .avatar {
		width: 40px;
		margin-bottom: 0px;
		margin-right: 5px;
	}

	#signupModal .modal-body {
		padding: 25px 15px 20px;
	}

	.modal .heading {
		font-size: 20px;
	}

}

/* REGULAR SMARTPHONES */
@media (max-width: 500px) {
	.masthead .hero-text h1 {
		font-size: 30px;
		line-height: 40px;
	}

	.cta_button.btn-lg {
		font-size: 20px;
		padding: 10px 20px;
	}

	/*.header-testimonial .clientblock {
		width: 50px;
		float: none;
		position: absolute;
		left: calc(50% - 35px);
		top: -48px;
		z-index: 1;
	}*/
	.header-testimonial .testblock {
		margin-left: 0px;
		margin-top: 50px;
	}

	.header-testimonial .testblock:after {
		display: none;
	}

	.section-title h2 {
		font-size: 25px;
		line-height: 35px;
	}

	.section-title h4 {
		font-size: 16px;
		line-height: 32px;
	}
}

/* End mobile */

@media (min-width: 768px) {
	.login-menu {
		padding-right: 8px;
	}

	.masthead .browser-mockup {
		display: inline-block;
	}

	.size700 .modal-dialog {
		width: 700px;
	}
}

@media (min-width: 992px) {
	.masthead .img-responsive {
		height: 458px;
		width: 794px;
	}

	.features-header .img-responsive {
		width: 940px !important;
		height: 479px !important;
	}

	.masthead .row {
		text-align: left;
	}

	.masthead .hero-text {
		/*	padding-top: 15px;*/
	}

	.masthead .hero-text h1 {
		/*font-size: 50px;*/
		line-height: 55px;
		padding: 0 90px;
	}
}

@media (min-width: 1200px) {
	.masthead .img-responsive {
		/*height: 570px;
		width: 988px;*/
	}

	.features-header .img-responsive {
		width: 1080px !important;
		height: 550px !important;
	}

	.masthead .hero-text {
		/*padding-top: 80px;*/
	}

	.masthead .hero-text h1 {
		/*font-size: 55px;*/
		line-height: 60px;
		padding: 0 200px;
	}
}

@media (min-width: 1580px) {
	.cta_button.btn-lg {
		margin-top: 50px;
	}

	.masthead.lp>.container {
		padding-top: 30px;
		padding-bottom: 40px;
	}
}

@media (min-width: 1650px) {

	.masthead .hero-text {
		/*padding-top: 80px;*/
	}
}


/*COUNTER CSS*/

.counter_wrapper {
	width: 980px;
	margin: 30px auto;
	position: relative;
}

.counter {
	padding: 20px 0;
	border-radius: 5px;
}

.count-title {
	font-size: 48px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
}

.count-text {
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
}

.fa-2x {
	margin: 0 auto;
	float: none;
	display: table;
	color: #4ad1e5;
}

/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Column Grids */
/*-=-=-=-=-=-=-=-=-=-=-=- */

.col_half {
	width: 49%;
}

.col_third {
	width: 32%;
}

.col_fourth {
	width: 23.5%;
}

.col_fifth {
	width: 18.4%;
}

.col_sixth {
	width: 15%;
}

.col_three_fourth {
	width: 74.5%;
}

.col_twothird {
	width: 66%;
}

.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
	position: relative;
	display: inline;
	display: inline-block;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}

.end {
	margin-right: 0 !important;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 380px;
}

.testblock {

	transition: transform 0.5s, box-shadow 0.5s;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.testblock:hover {
	-ms-transform: scale(1.03);
	/* IE 9 */
	-webkit-transform: scale(1.03);
	/* Safari 3-8 */
	transform: scale(1.03);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
}

.footer a {
	color: #b8b8d9;
	text-align: center;
}

.footermenu h4 {
	text-align: center;
}

.thumbnail img {

	transition: transform 0.5s, box-shadow 0.5s;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.thumbnail img:hover {
	-ms-transform: scale(1.03);
	/* IE 9 */
	-webkit-transform: scale(1.03);
	/* Safari 3-8 */
	transform: scale(1.03);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
}

.pricing .planwrapper {
	background-image: radial-gradient(circle farthest-corner at 10% 200%, rgba(37, 22, 131, 1) 0%, rgba(97, 170, 231, 1) 90%);
	background: white;
}

.pricing .planname,
.pricewrapper,
.pricing .priceperyear {
	color: #333
}

.testimonial p {
	font-size: 16px
}


.fade-in-image {
	animation: fadeIn 2s;
	-webkit-animation: fadeIn 2s;
	-moz-animation: fadeIn 2s;
	-o-animation: fadeIn 2s;
	-ms-animation: fadeIn 2s;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*

#solutions-content{
	width: 200px;
	font-family: Noto Sans;
}

.list-group-item {
	border: none;
	color:#333 !important;
	padding: 15px;
}
*/

.popover.bottom>.arrow {
	border-bottom-color: #ddd;
}

.popover {
	display: block;
	top: 35px;
	left: -28px;
	position: absolute;
	display: none;
	border: 1px solid #ddd;
	width: 200px;
	font-family: Lexend Deca;
}

.popover ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.popover li {
	/*padding: 15px 0;*/
}


.popover a {
	padding: 15px 0;
	color: #333;
	text-decoration: none;
	font-size: 13px;
	display:block;
	font-weight:600;
}

.popover a:hover {
	color:#3658ff;
}

li.solutionsLink {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	border: 0px;
}

li.featuresLink {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	border: 0px;
	padding: 15px;
}

.navbar-default .navbar-nav>li>a:hover{
	color:#3658ff;
}

.grey-box {
	background-color: #fff;
	padding: 80px 30px 80px 10px;
	height: 452px;
}

.white-box {
	background-color: #fff;
	padding: 0px;
	text-align: center;
}

.world-map{
	height:650px;
}

@media (max-width: 767px) {

	.world-map {
		height:380px;
	}

}

.table1 td:before {
    content: "\2714\0020";
    color:#04c904;
    font-size:18px;
}