body{
	font-family: 'Nunito', sans-serif;
	padding: 0;
	margin: 0;
	color: #000;
}

img{
	width: 100%;
	height: auto;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	border-bottom: none;
}

/*Colours:
- Blue: #3298ed
- Grey (light): #f7f7f7
-Grey (dark): #3d3d3d
*/

/*Modal*/

.modal-header{
	border-bottom: none!important;
	background-color: #3298ed;
	display: block;
	margin: 0!important;
	vertical-align: middle;
}

.modal-header h2, .modal-header h4, .step-1 .modal-header h4{
	margin-top: 0;
	font-weight: 700;
	padding-top: 15px;
	background-color: transparent;
	border: none;
	color: #fff;
	font-size:18px;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 2px!important;
	padding-left: 15px;
}


.modal-header button.close:hover{
	opacity: 1;
}

.modal-body{
	padding: 15px 30px 30px 30px;
	max-height: 600px;
	overflow-y: auto;
}

.modal-body h3{
	color: #000;
	font-weight: 700;
	font-size: 20px;
	margin-top: 0;
	letter-spacing: 2px!important;
	text-transform: uppercase;
}

.modal-body span{
	background-color: #f7f7f7;
}

.modal-content{
	text-align: left;
	display: block;
	border-radius: 0;
}

.modal-content p{
	font-size: 15px!important;
}

.modal-content ul{
	padding-left: 15px;
	font-size: 15px;
}

.modal-content ul>li{
	padding-bottom: 10px;
}

.modal-content button{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
	background-color: #fff;
	padding: 10px 15px 10px 15px;
	float: right;
	vertical-align: middle;
	display: inline-block;
}

.modal-content button:hover{
	background-color: #fff!important;
}

.close{
	opacity: 100;
	display: inline-block;
	margin-top: 0;
}

/*Image ovelay hover effect 9 on home page our products section*/

.hovereffect {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.hovereffect .overlay {
	width: 100%;
	height: 360px;
	position: absolute;
	overflow: hidden;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	top: -200px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.1s ease-out 0.1s;
		transition: all 0.1s ease-out 0.1s;
}

.hovereffect:hover .overlay {
	opacity: 1;
	border: none;
	filter: alpha(opacity=100);
	margin-top: 200px;
	-webkit-transition-delay: 0s;
		transition-delay: 0s;
}

.hovereffect img {
	display: block;
	position: relative;
}

.overlay a.btn-primary {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 150px;
	background-color: #3298ed;
	color: #fff;
	border: none;
	font-size: 20px;
	padding: 10px;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transform: translateY(-200px);
		-ms-transform: translateY(-200px);
			transform: translateY(-200px);
	-webkit-transition: all ease-in-out 0.1s;
		transition: all ease-in-out 0.1s;
}

.hovereffect a.btn-primary:hover {
  	background-color: #3298ed;
  	border: none;
}

.hovereffect:hover a.btn-primary {
	color: #fff;
	background-color: #3298ed;
	border: none;
	-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
			transform: translateY(0px);
	-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
}

.topbar{
	padding-top: 10px;
	padding-bottom: 10px;
}

.topbar img{
	vertical-align: middle;
	width: 100%;
}

.topbar p{
	color: #fff;
}

.details {
	border-left: 3px solid #3298ed;
	padding-left: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.details p{
	color: #000;
	font-size: 18px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.details i{
	font-size: 20px;
	padding-right: 20px;
	color: #3298ed;
	vertical-align: middle;
}

.details a, .details a:hover{
	color: #000;
	font-size: 18px;
}

.slogan{
	text-align: right;
}

.slogan p{
	color: #3298ed;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 300;
}

/*menubar*/

.navbar-default {
	background-color: transparent;
	border: none;
	vertical-align: middle;
	margin-bottom: 0;
	float: none;
}

.navbar-nav>li{
	text-align: center!important;
	float: none!important;
}

.navbar-default ul {
	width: 100%;
	text-align: center;
}

.navbar-default ul li {
	display: inline-block;
	margin-right: 20px;
	padding-top: 0px;
	padding-bottom: 0;
	text-align: center;
}

.navbar-default ul li a{
	font-size: 15px;
	font-weight: 300!important;
	text-transform: uppercase;
	color: #fff!important;
	text-align: center;
}

.navbar-default ul li.active a, .navbar-default ul li a:hover, .navbar-default ul li a:focus, .navbar-default ul li a:active {
	background-color: transparent!important;
	color: #fff!important;
}

.nav>li>a{
	padding-left: 5px;
	padding-right: 0;
}

.navbar-default li.open>a{
	background-color: #3298ed!important;
	padding-right: 0;
}

/*Dropdown*/

.dropdown-menu ul{
	text-align: left;
	padding: 0;
}

.navbar-default li .dropdown-menu>li>a {
	color: #3298ed!important;
	width: auto;
	font-size: 15px;
	text-align: left;
	text-transform: capitalize;
	border-bottom: 1px solid #3298ed;
	background-color: #fff!important;
	padding: 10px;
}

.dropdown-menu li.open ul li a{
	background-color: #fff!important;
}

.navbar-default li .dropdown-menu>li {
	width: 100%;
	display: block;
	padding: 0;
}

.navbar-default li .dropdown-menu>li>a:hover {
	background-color: #3298ed!important;
	color: #fff!important;
	width: 100%;
}

.dropdown-menu {
	left: 0!important;
	border-radius: 0px;
	border:none;
	color: #3298ed;
	text-align: left;
	min-width: 250px!important;
	padding: 0;
	margin-right: 0;
}

.menubar{
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #3298ed;
	text-align: center;
}

.btn-primary{
	font-size: 18px;
	border-radius: 0;
	border: none;
	padding: 15px;
}

/*Home page*/

.home-header{
	background-image: url('/images/homeslider.jpg');
	background-size: cover;
	background-position: center;
	height: 350px;
}

.home-header h1{
	font-size: 80px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 20px;
	color: #fff;
	padding-top: 15px;
	margin-top: 0;
}

.home-header p{
	font-size: 14px;
	padding-bottom: 10px;
	line-height: 2;
	color: #fff;
}

.home-header .btn-primary{
	width: auto;
	background-color: #3298ed;
	font-weight: 300;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.testimonials{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background-color: #fafafa;
}

.testimonials .testimonial-body {
	font-size: 13px;
	font-weight: 300;
}

.testimonials .testimonial-caption {
	text-transform: uppercase;
	padding-top: 0px;
	margin-bottom: 10px;
}

.testimonials .testimonial-caption span {
	color: #3298ed;
	font-weight: 700;
	font-size: 13px;
}

.owl-theme .owl-nav{
	margin-top: 0;
}

.owl-theme .owl-nav [class*=owl-] {
	background-color: #231f20;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: #3298ed;
	border-radius: 100;
}

.features-heading{
	padding-top: 30px;
	text-align: center;
}

.features-heading h2{
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #3298ed;
	margin-top: 0;
}

.features-heading p {
	font-size: 14px;
}

.categories{
	padding-bottom: 60px;
	padding-top: 60px;
}

.categories a {
	white-space: nowrap;
}

.categories a>p, .categories a>img {
	color: #000;
}

.categories a:hover>p, .categories a:hover>img {
	color: #3298ed;
}

.cat-col {
	width: auto;
	float: left;
	text-align: center!important;
}

.cat-col .category{
	background-color: #f7f7f7;
	max-width: 220px;
	height: 220px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
}

.intro {
	position: absolute;
	width: 200px;
	text-align: center;
	top: 80%;
	z-index: 999;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

.intro-body {
	border: 3px solid #3298ed;
	padding: 5px;
	background-color: #3298ed;
	color: #fff;
}

.intro i {
	font-size: 30px;
	color: #3298ed;
	top: -20px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.cat-col img{
	width: 50%;
	padding: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.cat-col p{
	font-size: 20px;
}

.overview{
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

.overview h2{
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #3298ed;
	margin-top: 0;
}

.overview p{
	font-size: 14px;
	margin-bottom: 20px;
}

.video-wrapper{
	padding-top: 40px;
}

/*features page

.features-header{
	background-image: url('/images/images/overview.jpg');
	background-size: cover;
	background-position: center;
	height:300px;
	text-align: center;
}

.features-header h1{
	font-size: 80px;
	font-weight: 300;
	text-transform: uppercase;
	color: #3298ed;
	padding-top: 40px;
}

.features{
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

.features h2{
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #3298ed;
	margin-top: 0;
}

.features p{
	font-size: 15px;
}

.pricing{
	padding-bottom: 60px;
	padding-top: 60px;
	background-color: #f7f7f7;
	text-align: center;
}

.pricing h2{
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #3298ed;
	margin-top: 0;
}*/

/*features sub-headers pages*/

.screenshot {
	text-align: center;
}

.software-integration-header {
	background-image: url('/images/software-integration.jpg');
	background-size: cover;
	background-position: center;
	height:120px;
	text-align: center;
}

.software-integration-header  h1{
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	padding-top: 10px;
}

.step-by-step-header {
	background-image: url('/images/step-by-step.jpg');
	background-size: cover;
	background-position: center;
	height:120px;
	text-align: center;
}

.step-by-step-header h1{
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	padding-top: 10px;
}

.debtorsmart-header {
	background-image: url('/images/debtorsmart.jpg');
	background-size: cover;
	background-position: center;
	height:120px;
	text-align: center;
}

.debtorsmart-header h1 {
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	padding-top: 10px;
}

.reporting-header {
	background-image: url('/images/reporting.jpg');
	background-size: cover;
	background-position: center;
	height:120px;
	text-align: center;
}

.reporting-header h1 {
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	padding-top: 10px;
}

.timesmart-header {
	background-image: url('/images/timesmart.jpg');
	background-size: cover;
	background-position: center;
	height:120px;
	text-align: center;
}

.timesmart-header h1 {
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	padding-top: 10px;
}


.secsmart-header {
	background-image: url('/images/secsmart.jpg');
	background-size: cover;
	background-position: center;
	height:120px;
	text-align: center;
}

.smartapp-header {
	background-image: url('/images/smartapp.jpg');
	background-size: cover;
	background-position: center;
	height:120px;
	text-align: center;
}

.secsmart-header h1 {
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	padding-top: 10px;
}

.smartapp-header h1 {
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	padding-top: 10px;
}

.docsharesmart-header {
	background-image: url('/images/docsharesmart.jpg');
	background-size: cover;
	background-position: center;
	height:120px;
	text-align: center;
}

.docsharesmart-header h1 {
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	padding-top: 10px;
}

.plansmart-header {
	background-image: url('/images/plansmart.jpg');
	background-size: cover;
	background-position: center;
	height:120px;
	text-align: center;
}

.plansmart-header h1 {
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	padding-top: 10px;
}

.clientsmart-header {
	background-image: url('/images/clientsmart.jpg');
	background-size: cover;
	background-position: center;
	height:120px;
	text-align: center;
}

.clientsmart-header h1 {
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	padding-top: 10px;
}

.features-bar{
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 2px solid #3298ed;
	display: block;
}

.features-bar .col-md-6{
	padding-left: 0;
	padding-right: 0;
}

.features-bar a{
	color: #3298ed;
}

.features-bar a:hover{
	color: #3298ed;
	text-decoration: none;
	border-bottom: 0;
	cursor: pointer;
}

.nav-controls{
	text-align: right;
	font-size: 20px;
}

.all{
	font-size: 20px;
	text-align: left;
}

.paragraph h2{
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	color: #3298ed;
}

.paragraph p {
	font-size: 14px;
}

.paragraph a{
	color: #3298ed;
}

.paragraph a.active, .paragraph a:hover, .paragraph a:focus, .paragraph a:active{
	border-bottom: 0;
	text-decoration: none;
}

.paragraph ul>li {
	font-size: 14px;
}

.header{
	background-image: url('/images/home/slider1.jpg');
	background-size: cover;
	background-position: center;
	height:300px;
	text-align: center;
}

.header h1{
	font-size: 80px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	padding-top: 40px;
}

.heading{
	padding-top: 60px;
	padding-bottom: 60px;
}

/*.heading img{
	width:40%;
}*/

.heading h2{
	font-size: 60px;
	font-weight: 300;
	margin-top: 20px;
	color: #3298ed;
	text-align: left;
}

.heading span {
	display: inline-block;
	width: 100%;
}

.heading span>h2 {
	display: inline-block;
	width: 80%;
	text-align: center;
	vertical-align: middle;
}

.heading span>img {
	width: 10%;
	display: inline-block;
}

.paragraph{
	padding-bottom: 60px;
	font-size: 18px;
}

.screenshot{
	padding-bottom: 60px;
}

/*About page*/

.about-header{
	background-image: url('/images/about.jpg');
	background-size: cover;
	background-position: center;
	height:120px;
	text-align: center;
}

.about-header h1{
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	padding-top: 10px;
}

.about {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f7f7f7;
}

.about p{
	font-size: 14px;
}

.people{
	padding-top: 40px;
	padding-bottom: 60px;
	text-align: left;
}

.people h2{
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #3298ed;
	margin-top: 0;
}

.people h3{
	text-align: left;
	text-transform: uppercase;
}

.people p {
	font-size: 14px;
}

.mobile-button {
	display: none;
}

/*Getting Started page*/

.getting-started-header{
	background-image: url('/images/getting-started.jpg');
	background-size: cover;
	background-position: center;
	height:120px;
	text-align: center;
}

.getting-started-header h1{
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	padding-top: 10px;
}

.content{
	padding-top: 60px;
	padding-bottom: 60px;
}

.content h2{
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	color: #3298ed;
}

.content p {
	font-size: 14px;
}

.content strong{
	text-transform: uppercase;
	font-size: 16px;
	padding-bottom: 0;
	margin-bottom: 0;
}

/*Your challenges page*/

.your-challenges-header{
	background-image: url('/images/your-challenges.jpg');
	background-size: cover;
	background-position: center;
	height:120px;
	text-align: center;
}

.your-challenges-header h1{
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	padding-top: 10px;
}

.intro-video {
	background-color: #3298ed; 
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.intro-video h2 {
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	margin-top: 0;
	line-height: 1.5;
}

.intro-video .btn-primary {
	background-color: #fff;
	color: #3298ed;
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 50px;
	padding-right: 50px;
}

/*Frequently asked questions page*/

.faq-header{
	background-image: url('/images/faq.jpg');
	background-size: cover;
	background-position: center;
	height:120px;
	text-align: center;
}

.faq-header h1{
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	padding-top: 10px;
}

.questions {
	padding-top: 60px;
	padding-bottom: 60px;
}

.questions h2 {
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #3298ed;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
}

.panel-body {
	font-size: 14px;
}

.panel-default {
	border-radius: 0!important;
	border-color:#3298ed!important; 
}

.panel-default>.panel-heading {
	background-color: #3298ed;
	color: #fff;
	border-radius: 0!important;
}

.panel-title {
	font-size: 16px;
	border-radius: 0!important;
}

/*Free trial page*/

.free-trial-header {
	background-image: url('/images/free-trial.jpg');
	background-size: cover;
	background-position: center;
	height:180px;
	text-align: center;
}

.free-trial-header h1 {
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	padding-top: 10px;
}

.sage-one-header {
	background-image: url('../images/free-trial.jpg');
	background-size: cover;
	background-position: center;
	height:120px;
	text-align: center;
}

.sage-one-header h1 {
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	padding-top: 10px;
}

.sage-pastel-header {
	background-image: url('../images/free-trial.jpg');
	background-size: cover;
	background-position: center;
	height:120px;
	text-align: center;
}

.sage-pastel-header h1 {
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	padding-top: 10px;
}

.accufile-trial-header {
	background-image: url('../images/free-trial.jpg');
	background-size: cover;
	background-position: center;
	height:120px;
	text-align: center;
}

.accufile-trial-header h1 {
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	padding-top: 10px;
}

.accufile-trial-heading, .sage-pastel-heading, .sage-one-heading, .step1-heading {
	text-align: center;
}

.accufile-trial-heading h2, .accufile-trial-heading h3, .sage-pastel-heading h2, .sage-pastel-heading h3, .sage-one-heading h2 ,.sage-one-heading h3, .step1-heading h2, .step1-heading h3{
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	color: #3298ed;
	margin-top: 40px;
	margin-bottom: 0;
	text-align: center;
}

.accufile-trial-heading h4, .sage-pastel-heading h4, .sage-one-heading h4, .step1-heading h4 {
	font-size:25px;
	font-weight: 300;
	text-transform: uppercase;
	color: #3298ed;
	margin-top: 20px;
	margin-bottom: 0;
}

.accufile-trial-heading p, .sage-pastel-heading p, .sage-one-heading p, .step1-heading p {
	margin-top: 20px;
	font-size: 15px;
	margin-bottom: 40px;
}

.step-1 {
	padding-bottom: 60px;
}

.step-1 a {
	color: #000;
}

.step-2 {
	padding-bottom: 60px;
}

.integration-form p {
	margin-bottom: 0;
	padding-bottom: 0;
}

.integration-form table{
	text-align: center;
	background-color: #f7f7f7;
	margin-top: 20px;
}

.integration-form select {
	float: right;
}

.integration-form td {
	border: 1px solid #000;
	padding: 15px;
	margin-bottom: 10px;
}

.integration-form td>p {
	margin-bottom: 0;
	padding-bottom: 0;
	vertical-align: middle;
}

.integration-form span {
	font-size: 20px;
}

.integration-form .btn-primary {
	width: auto;
	padding: 5px 20px 5px 20px;
	background-color: #3298ed;
	color: #fff;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	border: 1px solid #3298ed;
}

.integration-form .btn-primary:hover {
	width: auto;
	padding: 5px 20px 5px 20px;
	background-color: #3298ed;
	color: #fff;
	border: 1px solid #3298ed;
	text-transform: uppercase;
}

#checkbox {
	vertical-align: middle;
	margin-left: 20px;
	margin-bottom: 5px;
}

.sage-one-form label, .sage-pastel-form label, .accufile-trial-form label {
	font-size: 18px;
}

.sage-one-form input, .sage-pastel-form input, .accufile-trial-form input {
	width: 100%;
	margin-bottom: 20px;
	padding: 5px;
}

.sage-one-form textarea, .sage-pastel-form textarea, .accufile-trial-form textarea {
	width: 100%;
	margin-bottom: 20px;
	padding: 5px;
}

.sage-one-form select, .sage-pastel-form select, .accufile-trial-form select {
	width: 100%;
	margin-bottom: 20px;
	padding: 5px;
}

.sage-one-form p, .sage-pastel-form p, .accufile-trial-form p {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 0;
}

.sage-one-form .btn-primary, .sage-pastel-form .btn-primary, .accufile-trial-form .btn-primary{
	width: auto;
	padding: 5px 20px 5px 20px;
	background-color: #3298ed;
	color: #fff;
	text-transform: uppercase;
	margin-top: 20px;
	margin-right: 40px;
	border: 1px solid #3298ed;
}

.sage-one-form .btn-primary:hover, .sage-pastel-form .btn-primary:hover, .accufile-trial-form .btn-primary:hover{
	width: auto;
	padding: 5px 20px 5px 20px;
	background-color: #fff;
	color: #3298ed;
	border: 1px solid #3298ed;
	text-transform: uppercase;
}

.contact-details h2, .financial-details h2, .sage-details h2 {
	padding-top: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
	color: #3298ed;
	text-transform: uppercase;
	text-align: left;
	font-size: 30px;
}

.accufile-trial-form .admin-email span, .sage-one-form .admin-email span, .sage-pastel-form .admin-email span{
	font-size: 13px;
	font-weight: 300;
	padding-left: 0;
}

#email2 {
	display: none;
}

.financial-details, .sage-details {
	text-align: left;
	padding-top: 40px;
	padding-bottom: 40px;
}

.sage-details .company a {
	font-size: 20px;
	padding-top: 20px;
}

/*terms and conditions modal*/

.step-1 .modal-body p {
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 0;
	margin-top: 0;
}

.step-1 .modal-body li>strong {
	text-decoration: underline;
	font-size: 18px;
	padding-top: 20px!important;
	padding-bottom: 0;
	margin-bottom: 0;
}

#numerical ol {
	list-style-type: decimal;
}

#no-list-style {
	list-style-type: none;
}

/*contact page*/

.contact-header{
	background-image: url('/images/contact.jpg');
	background-size: cover;
	background-position: center;
	height:120px;
	text-align: center;
}

.contact-header h1{
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	padding-top: 10px;
}

.contact-heading{
	padding-top: 60px;
	text-align: center;
}

.contact-heading h2{
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #3298ed;
	margin-top: 0;
}

.contact{
	padding: 40px;
}

.form{
	width: 100%;
}

.form input{
	padding: 10px;
	width: 100%;
	margin-bottom: 15px;
}

.form textarea{
	padding: 10px;
	width: 100%;
	margin-bottom: 15px;
}

.form .btn-primary{
	background-color: #3298ed;
	border: 1px solid #3298ed;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 15px;
	width: 30%;
}

.form .btn-primary:hover{
	background-color: #fff;
	border: 1px solid #3298ed;
	color: #3298ed;
}

::-webkit-input-placeholder{
	color: #3298ed;
	opacity: 1;
}

:-moz-placeholder{
	color: #3298ed;
	opacity: 1;
}

::-moz-placeholder{
	color: #3298ed;
	opacity: 1;
}

:-ms-input-placeholder{
	color: #3298ed;
	opacity: 1;
}

.contact-details{
	margin-left: 0px;
}

.contact-details p{
	font-size: 20px;
}

.contact-details a, .contact-details a:hover {
	color: #000;
}

.contact-details i{
	font-size: 35px;
	vertical-align: middle;
	padding-right: 25px;
	color: #3298ed;
	text-align: left;
}

.contact-details span{
	padding-left: 45px;
	display: block;
	margin-bottom: 10px;
}

#map{
	height: 400px;
	width: 100%;
}

/*footer-upper*/

.footer-upper{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #3d3d3d; 
}

.footer-upper img{
	width: 80%;
}

.footer-upper p{
	color: #fff;
	font-size: 18px;
	padding-top: 45px;
	margin-bottom: 0;
}

.footer-upper i{
	font-size: 40px;
	vertical-align: middle;
	padding-right: 20px;
}

.footer-upper a{
	color: #fff;
}

.footer-upper .btn-primary{
	width: 100%;
	background-color: #fff;
	color: #3d3d3d;
	margin-top: 50px;
	text-transform: uppercase;
}

.footer-upper .btn-primary:hover{
	background-color: #3298ed;
	color: #fff;
}

/*footer*/

.footer{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #212121;
}

.footer p{
	color: #fff;
	font-size: 15px;
	margin-bottom: 0;
	padding-top: 15px;
}

.footer a{
	color: #fff;
} 

.footer a:hover{
	color: #fff;
	cursor: pointer;
}

.footer .navbar{
	text-align: right;
	margin-bottom: 0;
}

.footer .navbar p{
	display: inline-block;
	padding-left: 15px;
	margin-bottom: 0;
	font-size: 15px;
}