body {
	overflow-x: hidden;
	font-family: 'Josefin Sans', 'Source Sans Pro', 'Helvetica Neue',
		'Lucida Grande', sans-serif;
	font-size: 18px !important;
	color: #666;
	width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

.text-muted {
	color: #666
}

p {
	font-size: 18px;
	line-height: 1.75
}

p.large {
	font-size: 16px
}

a, a:hover, a:focus, a:active, a.active {
	outline: 0
}

a {
	color: #333
}

a:hover, a:focus, a:active, a.active {
	color: #14b1eb;
	text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400
}

h2.topic-heading:after {
	background: #00aeef;
}

h2.topic-heading:after {
	display: block;
	content: "";
	height: 1px;
	width: 100px;
	margin: 15px auto 20px;
	position: relative;
}

.bg-light-gray {
	background-color: #f9f9f9
}

.navbar-default {
	background-color: #fff;
}

.navbar-default .navbar-collapse {
	border-color: rgba(255, 255, 255, .02)
}


.navbar-default .navbar-toggle {
	border-color: #fff !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
	{
	background-color: #fff
}

.navbar-default .nav li a {
	font-weight: 400;
	font-size: 18px;
	color: #000
}

.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
	color: #00aeef;
	outline: 0
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #00aeef;
	background-color: #fff;
}

.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus
	{
	color: #00aeef;
	background-color: #fff
}

@media ( min-width :768px) {
	.navbar-default {
		background-color: #fff;
		padding: 15px 0;
		-webkit-transition: padding .3s;
		-moz-transition: padding .3s;
		transition: padding .3s;		
		border: 0
	}
	.navbar-default .navbar-brand img {
		width: 100%;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;		
		transition: all .3s		
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px
	}
	.navbar-default.navbar-shrink {
		background-color: #fff;
		padding: 10px 0;
		border-bottom: 1px solid #EFEFEF;
	}
	.navbar-default.navbar-shrink .navbar-brand img {
		width: 80%;
		/* padding-top: 8px; */
	}
}

header {
	background-repeat: none;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	text-align: left;
	color: #333;
}

header .intro-text {
	padding-top: 100px;
	padding-bottom: 50px
}

header .intro-text .intro-lead-in {
	font-size: 22px;
	margin-bottom: 0px !important;
}

header .intro-text .intro-heading {
	font-size: 27px;
	line-height: 35px;
	font-weight: 300;
	color: #666;
	margin-bottom: 25px
}

.why-us {
	margin-top: 80px;
	padding-bottom: 60px;
}

.why-us img {
	margin: auto;
}

.why-us p {
	width: 94%;
	margin: auto;
	font-size: 18px;
	line-height: 23px;
}

.why-us h4 {
	font-size: 30px;
	font-weight: 400;
	color: #333;
}

.feature-text {
	font-size: 20px;
	line-height: 24px;
}

.color {
	color: #00aeef;
}

.banner-top {
	margin-top: 75px;
}

@media ( min-width :768px) {
	header .intro-text {
		padding-bottom: 200px
	}
	.intro-text {
		padding-top: 70px;
	}
	section .intro-text .intro-lead-in {
		font-size: 70px;
		margin-bottom: 0px;
		line-height: 70px;
		color: #333;
		font-weight: bold;
	}
	section .intro-text .intro-heading {
		font-size: 27px;
		line-height: 35px;
		text-align: left;
		font-weight: 300;
		color: #666;
		margin-bottom: 75px;
		padding-top: 60px;
	}
}

section {
	padding: 100px 0
}

section h2.section-heading {
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 15px
}

section h3.section-subheading {
	font-size: 16px;
	text-transform: none;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 75px
}

.topic-heading {
	margin: 15px 0;
	text-transform: none
}

.contact-detail {
	font-size: 18px;
	color: #999;
	margin-top: 10px;
}

.phone-icon{
	margin: auto;
	padding-right: 6px;
}

.email-icon{
	margin: auto;
	padding-right: 6px;
}


.why-us-section {
    height: 100%;        
}

.features-section {
    height: 100%;   
}

.contact-section {
    height: 100%;    
}

#comodo_secure_seal {
	float: right;
	z-index: -1;
}

.footer{
	text-align: center;
	font-size: 12px;
	margin: 10px 10px;
}

.footer-left{
	
}
.terms-info{
		float: left;
}

.privacy-policy{
		float: left;
		padding-left: 20px;
}

.copyright-info{
	
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

ul {
  text-align: left;
}

