
html, body {
  height: 100%;
}

body {
  font-family: "Raleway", Arial, sans-serif;
  color: #999999;
  background: white;
  font-size: 15px;
  line-height: 1.8em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", Arial, serif;
  color: #3c4858;
  font-weight: bold;
}

a, button {
	color: #2196F3;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover {
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn i {
	vertical-align: middle;
    padding-right: 5px;
}

.link {
	color: #2196F3;	
	font-weight:500;
	font-size:13px;
}

.link:after {
	font-family: fontawesome;
    content: "\f178";
    padding-left: 10px;
}

.link:hover, .link:focus {
	color: #2196F3;	
	text-decoration:none;
	font-weight:bold;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
	padding-top: 0px;
}

.img-rounded {
	box-shadow: 2px 2px 2px rgba(0,0,0,0.14);
}


/* icon */

.circle-icon {
	width: 100px;
    height: 100px;
    background: #3c4858;
    text-align: center;
    line-height: 100px;
    color: #fff;
    -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    font-size: 36px;
	margin: 0 auto;
    margin-bottom: 15px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


/* video-block */

.video-block {
	position:relative;
	margin:30px 0;
}

.video-block i {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 60px;
   -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;	
    background: rgba(0,0,0,0.3);
    color: #fff;
    padding-left: 6px;
}

.video-block i:hover {
	background:#2196F3;
}



/* preloader */

.no-js #loader { 
	display: none;  
}

.js #loader { 
	display: block; 
	position: absolute; 
	left: 100px; 
	top: 0; 

	}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/Preloader.gif) center no-repeat #fff;
}



/* btn-download */

.btn-download {
	color: #fff;
    border: 2px solid #fff;
        padding: 10px 40px;
    display: inline-block;
    margin:0 10px 10px 0;
    -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    background: rgba(0,0,0,0.3);
    font-size: 18px;
}

.btn-download:hover, .btn-download:focus {
	color:#fff;
	text-decoration:none;
	background: rgba(0,0,0,0.8);
}

.btn-download i {
	padding-right:10px;
	font-size: 36px;
    vertical-align: sub;
}


/* Button Solid */

.btn-blue {
	background-color:#2196F3;
	color:#fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.btn-blue:hover, .btn-blue:focus {
	color:#fff;
	box-shadow:1px 3px 5px rgba(0,0,0,0.19);
}

.btn-red {
	background-color:#F44336;
	color:#fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.btn-red:hover, .btn-red:focus {
	color:#fff;
	box-shadow:1px 3px 5px rgba(0,0,0,0.19);
}

.btn-pink {
	background-color:#E91E63;
	color:#fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.btn-pink:hover, .btn-pink:focus {
	color:#fff;
	box-shadow:1px 3px 5px rgba(0,0,0,0.19);
}

.btn-purple {
	background-color:#9C27B0;
	color:#fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.btn-purple:hover, .btn-purple:focus {
	color:#fff;
	box-shadow:1px 3px 5px rgba(0,0,0,0.19);
}

.btn-green {
	background-color:#4CAF50;
	color:#fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.btn-green:hover, .btn-green:focus {
	color:#fff;
	box-shadow:1px 3px 5px rgba(0,0,0,0.19);
}

.btn-orange {
	background-color:#FF9800;
	color:#fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.btn-orange:hover, .btn-orange:focus {
	color:#fff;
	box-shadow:1px 3px 5px rgba(0,0,0,0.19);
}




/* Buttons  border */

.btn-border-blue {
	border: 2px solid #2196F3;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color:#3c4858;
}

.btn-border-blue:hover, .btn-border-blue:focus {
	background:#fff;
	color:#2196F3;
	text-decoration:none;
}

.btn-border-red {
	border: 2px solid #F44336;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color:#3c4858;
}

.btn-border-red:hover, .btn-border-red:focus {
	background:#fff;
	color:#F44336;
	text-decoration:none;
}

.btn-border-pink {
	border: 2px solid #E91E63;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color:#3c4858;
}

.btn-border-pink:hover, .btn-border-pink:focus {
	background:#fff;
	color:#E91E63;
	text-decoration:none;
}

.btn-border-purple {
	border: 2px solid #9C27B0;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color:#3c4858;
}

.btn-border-purple:hover, .btn-border-purple:focus {
	background:#fff;
	color:#9C27B0;
	text-decoration:none;
}

.btn-border-green {
	border: 2px solid #4CAF50;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color:#3c4858;
}

.btn-border-green:hover, .btn-border-green:focus {
	background:#fff;
	color:#4CAF50;
	text-decoration:none;
}

.btn-border-orange {
	border: 2px solid #FF9800;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color:#3c4858;
}

.btn-border-orange:hover, .btn-border-orange:focus {
	background:#fff;
	color:#FF9800;
	text-decoration:none;
}










.btn-play {
	background: rgba(0,0,0,0.2);
    color: #fff;
    width: 84px;
    height: 84px;
    display: block;
    text-align: center;
    line-height: 84px;
    font-size: 40px;
    border: 2px solid #fff;
    -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    margin: 0 auto;
    cursor: pointer;
}
.btn-play:hover {
	background: rgba(255,255,255,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}

.btn-play i {
	margin-left:10px;
}

.btn-faq {
	border: 2px solid #2196F3;
	background:#fff;
    padding: 10px 40px;
    font-weight: bold;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #3c4858;
}

.btn-faq:hover {
	text-decoration:none;
}




.margin-t-40 {
	margin-top:40px;
}

.margin-tb-20 {
	margin:20px 0;
}

.margin-b-10 {
	margin-bottom:10px;
}

.margin-b-60 {
	margin-bottom:60px;
}

.padd-30 {
	padding:30px;
}

.padd-tb-30 {
	padding-bottom:30px;
	padding-top:30px;
}

.padd-t-60 {
	padding-top:60px;
}

.padd-tb-60 {
	padding-bottom:60px;
	padding-top:60px;
}

.no-padd-bottom {
	padding-bottom:0 !important;
}




.navbar-brand {
	font-family: "Roboto Slab", Arial, serif;
	color: #3c4858 !important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
}

.kepler-nav {
	background: white;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 0;
	border: none;
	border-bottom:1px solid #e5e5e5;		
}

.kepler-nav .navbar-nav > li > a {
	font-size: 14px;
	color: #3c4858;
	text-transform: uppercase;
	font-weight: 800;
}

.kepler-nav .navbar-nav > li > a.active {
	color: #2196F3;
}

.kepler-nav .navbar-nav > li > a:hover {
	color: #2196F3;
}

.kepler-nav .navbar-nav>.active>a, .kepler-nav .navbar-nav>.active>a:focus, .kepler-nav .navbar-nav>.active>a:hover{
	background: transparent;
	color: #2196F3;
}

.kepler-nav .navbar-nav > .open > a {
	background-color: transparent;
}

.kepler-nav .navbar-nav > .open > a:focus, .kepler-nav .navbar-nav > .open > a:hover {
	background-color: transparent;
	color: #2196F3;
}

.kepler-nav .navbar-nav > li > .dropdown-menu {
	margin-top: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.kepler-nav .dropdown-menu {
	border:1px solid #ddd; 
}

.kepler-nav .dropdown-menu > li > a {
	padding: 8px 20px;
	font-weight:500;
}


.navbar-scroll {
	position: fixed;
    width: 100%;
    z-index: 999;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


@media (max-width:992px) and (min-width:768px) {
	.kepler-nav .nav>li>a {
		padding: 15px 10px;
		font-size: 13px;
	}
}


@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
	
	.kepler-nav .navbar-nav > li > .dropdown-menu {
		margin-top:0;
		position: static;
		float: none;
		border: none;
		box-shadow: none;
		padding: 0;
	}
		
}


/* background */

.bg-gray {
	background-color:#f7f7f7;
}

.bg-blue {
  background-color: #2196F3;
}


/* background image */

.background-img1 {
	background: url(../images/bg1.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.background-img2 {
	background: url(../images/bg2.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.background-img3 {
	background: url(../images/bg3.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.background-img4 {
	background: url(../images/bg4.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}





/* Section */

.section {
	padding-top: 80px;
	padding-bottom: 80px;
	border-bottom:1px solid #e5e5e5;
}

.section.no-border {
	border:none;
}

.section-title {
	margin-bottom:80px;
}

.section-title h2 {
	font-size: 36px;
}

.section-title h2 span {
	font-weight:normal;
	border-bottom: 2px solid;
}

.section-title p {
	font-size: 16px;
}

.section-title.white h2 {
	color: white !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.section-title.white p {
	color: white !important;
}



/* Features */

.features-one {
	margin-bottom: 60px;
}

.features-one i {
	color: #2196F3;
	font-size: 48px;
	float: left;
}

.features-one .content {
	margin-left: 65px;
}

/* Features-two */

.features-two {

}

.features-two img{
	box-shadow: 0px 2px 2px rgba(0,0,0,0.19);
}


/* faq */

.faq-box {
	background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    padding: 20px;
	margin-bottom:30px;
}

.faq-box i {
	float:left;
	font-size:24px;
	color: #2196F3;
}

.faq-box .content {
	margin-left:40px;
}

.faq-box .content h4 {
	margin-top:0;
}




/* team */

.team-box {
	text-align:center;
	margin-bottom:30px;
	background: #fff;
    padding: 10px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.team-box img {
	width: 130px;
    margin: 0 auto;
	margin-bottom: 20px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.19);
    border: 2px solid #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	
}

.team-social {
	margin:0;
	padding:0;
	list-style:none;
}

.team-social li {
    display: inline-block;
    padding: 0 10px;
}

.team-social li a {
	color: #3c4858;
}

.team-social li a:hover {
	color:#2196F3;
}


/* testimonials */

.testimonials {
	background: #fff;
    padding: 20px;
	border:1px solid #ddd;
	margin-bottom:30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.testimonials:after {
	font: normal normal normal 14px/1 FontAwesome;
	color:#ddd;
    content: "\f0e5";
    position: absolute;
    top: 10px;
    right: 34px;
    font-size: 24px;
}

.testimonials img {
	width: 42px;
    height: 42px;
    float: left;
    margin-right: 20px;
	border: 1px solid #fff;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.19);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.testimonials p {
	font-style: italic;
}

.testimonials .user {
	margin: 20px 0 0;
}

.testimonials .user .content {
	margin-left: 60px;
}

.testimonials .user .content h5 {
	margin-bottom:5px;
}

.testimonials .user .content p {
	font-size:12px;
	font-style:normal;
}


/* testimonials-two */

.testimonials-two {
	position: relative;
	background:#fff;
	margin-left: 30px;
	margin-bottom:30px;
	border: 1px solid #ddd;
    padding: 10px 10px 10px 54px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.testimonials-two img.image {
	width: 68px;
    height: 68px;
    position: absolute;
    border: 2px solid #fff;
    left: 0%;
    top: 50%;
    transform: translate(-50%,-50%);
	box-shadow: 0px 3px 2px rgba(0,0,0,0.19);
		
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.testimonials-two p {
	font-style:italic;
}

.testimonials-two span {
	font-weight:bold;
}



/* client */


.client-logo {
	padding:0;
	margin:0;
	list-style:none;
	text-align: center;
}

.client-logo li{
	display:inline-block;
	margin:10px;
}



/* price */


.price-box {
	text-align:center;
	background:#fff;
	border:1px solid #ddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:30px;
}

.price-box .header {
	font-family: "Roboto Slab", Arial, serif;
	color: #3c4858;
	text-align:center;
	background: #f7f7f7;
    padding: 30px 0 15px;
    border-bottom: 1px solid #ddd;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.price-box .header.highlights { 
	background-color:#2196F3;
	color:#fff;
}

.price-box .header .dollar {
	font-size: 24px;
    font-weight: bold;
   
}

.price-box .header .price {
	font-size: 60px;
    font-weight: bold;
    
}

.price-box .content {
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
	    padding: 0 20px;
}

.price-box .content li {
	border-bottom: 1px solid #ddd;
	padding: 10px;
}

.price-box .content li i {
	margin-right:5px;
	font-weight:bold;
}

.price-box .content li i.active {
	color: #2196F3;	
}



/* price-box-two */

.price-box-two {
	text-align:center;
	border: 1px solid #ddd;
	padding:10px;
	margin-bottom:30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.price-box-two.highlights {
	border:2px solid #2196F3 !important;
}

.price-box-two .header {
	margin:20px;
}

.price-box-two .header i {
	color:#2196F3;
	font-size:36px;
}

.price-box-two .price {
	margin: 20px 0;
}

.price-box-two .price  span {
	color:#2196F3;
}

.price-box-two .price  span.price {
	font-size:36px;
}

.price-box-two ul.content {
	margin:0;
	padding:0;
	list-style:none;
	min-height: 180px;
}

.price-box-two ul.content li {
	margin-bottom:5px;
}


/* contact */


.big-circle-holder{
	width: 71px;
    height: 71px;
    border: 1px solid #ccc;    
    line-height: 71px;
	font-size:24px;
    text-align: center;   
    margin: 10px auto;
	background: #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}




/* contact form */


.contact-form {
	margin-top:80px;
}

.contact-form .form-group {
	margin-bottom:25px;
}

.contact-form .form-control {
	background-color: transparent;
	border:1px solid #ccc;
	box-shadow:none;
}

.contact-form input.form-control  {
	height:45px;
}

.form-control:focus {
	border:2px solid #ccc;
}


/* forms */


.form-control {
	background-color: transparent;
	border:1px solid #ccc;
	box-shadow:none;
}

input.form-control  {
	height:45px;
}

.form-control:focus {
	border:2px solid #ccc;
	box-shadow:none;
}


/* contact-social */

.contact-social {
	padding:0;
	margin:0;
	margin-top:30px;
	list-style:none;
	text-align:center;
}

.contact-social li {
	display:inline-block;
	margin: 10px;
}

.contact-social li a{
	font-size:24px;
	color:#999;	
}

.contact-social li a:hover {
	color:#2196F3;
}


/* copyright */

.copyright {
	padding:10px;
}

.copyright a {
	color:#999;
	margin-right:10px;
}

.copyright a:hover {
	text-decoration:underline;
}




/* page-title */


.page-title {
	padding: 60px 0;
	border-bottom:1px solid #e5e5e5;
}

.page-title h2 {
	color:#fff;
	margin: 10px 0;
}

.page-title .breadcrumb {
	margin-bottom: 0;
    background: transparent;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
}

.page-title .breadcrumb li {
	color:#fff;
}

.page-title .breadcrumb li a {
	color:#fff;
}

.page-title .breadcrumb li a:hover {
	color:#2196F3;
}



/* contact form */

#contactForm {
		
}

#contactForm .help-block {
	color: red;
}

.contact-info {
	text-align: center;
}

.contact-info i {
	display: block;
	width: 36px;
	height: 36px;
	text-align: center;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.5);
	line-height: 36px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}



/* app-banner */

.app-block {
	margin-top:36px;
	margin-bottom:30px;
}

.app-block span {
	display: block;
    color: #fff;
    font-style: italic;
	margin-bottom: 10px;
    font-weight: bold;
}


.app-banner {
	padding-top:80px;
	padding-bottom:0; 
	min-height:350px;
	background: url(../images/banner4.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.app-banner h1 {
	color:#fff;
	margin-bottom: 25px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.app-banner ul {
	padding:0;
	margin:0;
	list-style:none;
}

.app-banner ul li {
	color: #fff;
    font-size: 18px;
    line-height: 36px;
}

.app-banner ul li i {
	padding-right: 10px;
}


@media (max-width:767px) {
	.app-banner .pull-right {
		float:none !important;
	}	
	
	.app-image img{
		    margin: 0 auto;
	}
}


/* landing-banner */

.landing-banner {
	padding-top:80px;
	padding-bottom:80px; 
	min-height:350px;
	background: url(../images/banner4.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.landing-banner h1 {
	color:#fff;
	margin-bottom: 25px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.landing-banner ul {
	padding:0;
	margin:0;
	list-style:none;
}

.landing-banner ul li {
	color: #fff;
    font-size: 18px;
    line-height: 36px;
}

.landing-banner ul li i {
	padding-right: 10px;
}

@media (max-width:767px) {
	.landing-banner .pull-right {
		float:none !important;
	}	
	
}


/* landing form */

.landing-form {
	padding: 20px;
    background: #fff;
    border-radius: 6px;
}





/* personal-banner */


.personal-banner {
	display: table;
	width: 100%;
	min-height:600px;
	background: url(../images/banner5.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.personal-banner .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.personal-banner .content h1 {
	color: #fff;
    font-size: 90px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.6);
}

.personal-banner .content p {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
	line-height:36px;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.6);
}

@media (max-width:667px) {

	.personal-banner .content h1 {
		font-size:60px;
	}
	
	.personal-banner .content h1 span {
		display:block;
	}
}

@media (max-width:442px) {

	.personal-banner .content h1 {
		font-size:48px;
	}
		
	.personal-banner .content p {
		font-size:21px;
	}
}


/* business-banner */

.business-banner {
	display: table;
	width: 100%;
	min-height:600px;
	background: url(../images/bg2.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.business-banner .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.business-banner .content h1 {
	color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    font-size: 70px;
    text-transform: uppercase;
}

.business-banner .content .btn-lg {
	padding: 10px 30px;
    margin: 10px 5px;
}

@media (max-width:442px) {
	.business-banner .content h1 {
		font-size:42px;
	}
}



/* progress-bar */

.progress-blue {
	background:#2196F3;
}



/* services */


.services {
	margin: 30px 15px;
}

.services:hover .circle-icon {
	color:#fff;
	background:#2196F3;
	cursor:pointer;
}


/* services-two */

.services-two {
	border: 1px solid #ddd;
    padding: 60px 20px 20px 20px;
    position: relative;
	margin: 40px 0;
	background:#fff;
	 -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.services-two .circle-icon {
	background:#2196F3;
	position: absolute;
    left: 50%;
    top: -2%;
    transform: translate(-50%,-50%);
	border: 2px solid #fff;
}

.services-two:hover .circle-icon {
	background:#3c4858;
}

@media (max-width:991px) {
	.services-two {
		margin-bottom:80px;
	}
}


/* services-three */

.services-three {
	
}

.services-three img {
	box-shadow: 0px 2px 2px rgba(0,0,0,0.19);
	margin-bottom:20px;	
}



/* counter-box */

.counter-box {
	text-align:center;
	font-size: 36px;
	margin-bottom:30px;
}

.counter-box i {
	display:block;
	margin-bottom:20px;
}

.counter-box span.counter {
	display:block;
	margin-bottom:20px;
}



/* port-item */

.port-item {
	margin-bottom:30px;
}

.port-item img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.19);
}

.port-item .details span {
	margin-right:10px;
}

.port-item .details span i {
    margin: 0 5px 0 0;
    font-size: 12px;
}

.port-details {
	margin:0;
	padding:0;
	list-style:none;
}

.port-details li span {
	font-weight:bold;
	min-width: 60px;
    display: inline-block;
}



/* callout */

.callout {
	padding: 45px 0;
}

.callout h2 {
	margin-bottom:30px;
}

.callout:hover {
	background:#2196F3;
	border-color:#2196F3;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.callout:hover h2 {
	color:#fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



/* pages-links */

.pages-links {
	margin:0;
	padding:0;
	list-style:none;
}

.pages-links li a {
	color:#999;
}

.pages-links li a:hover {
	text-decoration:underline;
}


/* news-list */

.news-list {
	margin:0;
	padding:0;
	list-style:none;
}

.news-list li{
	margin-bottom: 10px;
    border-bottom: 1px solid #212121;
    padding-bottom: 10px;
}

.news-list li:last-child {
	border:none;
}

.news-list li a {
	color:#999;
}

.news-list li a:hover {
	text-decoration:underline;
}

.news-list li span.date {
	display:block;
	font-size:12px;
	color:#ccc;
}

.news-list li span.date i {
	margin-right:5px;
}


/* social */

.social {
	margin:0;
	padding:0;
	list-style:none;
}

.social li {
	display:inline-block;
}

.social li a {
	width: 32px;
    height: 32px;
    background: #212121;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    color: #ccc;
    border-radius: 50px;
    margin-right: 5px;
}

.social li a:hover {
	color: #2196F3;
}


/* widget */

.widget {
	margin-bottom:30px;
}

.widget h4 { 
	margin-bottom:20px;
}


/* login */

.login-box {
	padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.19);
}

.login-box a {
	color:#999;
}

.login-box a:hover {
	text-decoration:underline;
}

.or {
	margin:10px 0;
	display:block;
}

a.password {
	display: block;
	padding:10px 0;
	color:#E91E63;
}


/* error-box */

.error-box {
	background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.19);
}


/* social login */

.social-login {
	width: 42px;
    height: 42px;
    background: #ddd;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    color: #fff;
    border-radius: 100px;
	margin: 10px;
}

.social-login:hover {
	color:#fff;
	opacity:.9;
}

.social-login.facebook {
	background: #233678;
}

.social-login.twitter {
	background: #54AEE1;
}

.social-login.gplus {
	background: #292929;
}

.social-login  i{
	color:#fff;
}



/* blog */

.post-container {
	background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.12);
}

.post-content {

}

.post-content img{
	margin-bottom:20px;
}

.post-content p {
	margin-bottom:15px;
}

.post-content .heading-title h3{
	margin: 10px 0 10px;
}

.post-content .heading-title h3 a {
	color:#3c4858;
}


.post-meta {
	margin-bottom:10px;
}

.post-meta span {
	position:relative;
	padding-right:20px;
	font-size:13px;
}

.post-meta span.posted-on::before, .post-meta span.author::before, .post-meta span.time::before {
	content: '';
    position: absolute;
    right: 10px;
    top: 8px;
    width: 3px;
    height: 3px;
    background: #ddd;
}


/* widget post */

.popular-post {
	display: block;
    clear: both;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 30px;
}

.popular-post.last {
	border-bottom:none;
}

.popular-post img{
	width:70px;
	height:70px;	
	float:left;
	border-radius:50px;
	border:2px solid #fff;
	box-shadow:1px 2px 2px rgba(0,0,0,0.12);
}

.popular-post .post-content-link {
	margin-left:80px;
}

.popular-post .post-content-link a{
	color:#999;
}

.popular-post .post-content-link a:hover{
	text-decoration:underline;
}


/* recent-comments */

.recent-comments {
	display: block;
    clear: both;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
}

.recent-comments.last {
	border-bottom:none;
}

.recent-comments .content {
	padding-left:20px;
}

.recent-comments .content a {
	color:#999;
}

.recent-comments .content a:hover {
	text-decoration:underline;
}

/* tags */

.tags {
	margin:0;
	padding:0;
	list-style:none;
}

.tags li {
	display: inline-block;
    margin-bottom: 7px;
}

.tags li a {
	color: #999;
    background: #fff;
    padding: 6px 10px;
}

.tags li a:hover {
    color: #2196F3;
}
	

/* widget-links */

.widget-links {
	padding:0;
	margin:0;
	list-style:none;
}

.widget-links li {
	margin-bottom:5px;
}

.widget-links li a {
	color:#999;
}

.widget-links li a:hover span {
	text-decoration:underline;
}

.widget-links li a i {
	padding-right:10px;
}


/* author-box */

.author-box {
	background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.12);
	margin-bottom:40px;
}

.author-image img {
	width: 70px;
    height: 70px;
    float: left;
	border:2px solid #fff;
	box-shadow:1px 2px 2px rgba(0,0,0,0.12);
	border-radius:50px;
}

.author-content {
	margin-left: 90px;
}

.author-bio {
	margin-bottom:10px;
}

.author-bio h4 {
	margin-bottom:0;
}



/* pagination */

.pagination>li>a, .pagination>li>span {
	color:#999;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #2196F3;
    border-color: #2196F3;
}


/* comment-list */

.comment-box {
	margin-bottom:30px;
}

.comment-list {
	padding:0;
	margin:0;
	list-style:none;
}

.comment-list ul {
	list-style:none;
	padding-left:80px;
}

.comment {
	position:relative;
}

.comment .avatar img {
	width:64px;
	height:64px;
	float:left;
	border-radius:50px;
	border:2px solid #fff;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.12);
}

.comment .comment-box {
	margin-left:80px;
	margin-bottom: 30px;
	margin-left: 80px;
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.12);
}

.comment-box .comment-title {
	margin-bottom:30px;
}

.comment .reply {
	    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 13px;
}

.comment .date, .comment .edit {
	font-size:13px;
}


/* reply-box */

.reply-box {
	background: #fff;
    padding: 20px;
    border-radius: 10px;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.12);
	margin-bottom:30px;
}


/* maps */

#map {
	width: 100%;
	height: 400px;
	margin-bottom:30px;
}


















/* =============  bg image ==========================  */



.bg-image .section-title p, .bg-image .section-title h2 {
	color:#fff;
}

.bg-image {
	border-bottom:none;
}



/* =============  Dark bg ==========================  */

.bg-dark {
	/*background:#24262d;
	color:#949ba2; */
	
	background:#111;
	color:#949ba2;
}

.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5 {
	color:#fff;
}



.bg-dark .price-box-two {
	border:1px solid #44464f;
}



/* dark-nav  */

.dark-nav {
	background: #111;
    border-bottom: 1px solid #292929;
}

.dark-nav .navbar-collapse {
	border-color:#212121;
}

.dark-nav .navbar-nav > li > a {
	color:#ccc;
}

.dark-nav .navbar-nav > .open > a:focus, .dark-nav .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #2196F3;
}

.dark-nav .navbar-brand {
	color:#fff !important;
}


/* team-box */

.dark .team-box {
	background: rgba(0,0,0,0.19);
}


/* section dark */

.section.dark {
	background:#111;
	border-bottom:1px solid #212121;
}

.section.dark hr {
	border-top:1px solid #212121;
}

.section.dark h1, .section.dark h2, .section.dark h3, .section.dark h4, .section.dark h5, .section.dark h6{
	color:#ccc;
}


/* modal */

.modal-content.dark {
	background:#222;
}

.modal-content.dark .modal-header {
	border-bottom:1px solid #212121;
}

.modal-content.dark .modal-header .close{
	color:#fff;
	opacity:1;
	font-size:36px;
}



/* form */

.dark .form-control {
	border:1px solid #999;
	color:#fff;
}

.dark .big-circle-holder {
	background:#000;
	border:1px solid #212121;
}

/* faq */

.dark .faq-box {
	background: rgba(0,0,0,0.19);
    border: 1px solid #44464f;
}


/* testimonials */

.dark .testimonials, .dark .testimonials-two {
	background: rgba(0,0,0,0.19);
    border: 1px solid #44464f;
}


/* price-box */

.dark .price-box {
	background: rgba(0,0,0,0.19);
    border: 1px solid #44464f;
}

.dark .price-box .header {
	background: transparent;
	border-bottom:none;
	color:#949ba2;
}

.dark .price-box .content li {
	border-bottom: 1px solid #292929;
}


/* services-two */

.dark .services-two {
	background: rgba(0,0,0,0.19);
    border: 1px solid #44464f;
}





/* price-box-two */

.dark .price-box-two {
	background: rgba(0,0,0,0.19);
    border: 1px solid #44464f;
}





/*  selection area   remove in production  */


.selection-header {
	display: table;
	width: 100%;
	min-height:400px;
	background: url(../images/banner4.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.selection-header .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.selection-header .content h1 {
	color: #fff;
    font-size: 80px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.6);
}

.selection-header .content h3 {
	color:#fff;
}

.selection-header .content p {
	color:#fff;
	font-size:18px;
}

.selection-title h2{
	text-align:center;
	font-size:32px;
	color:#2196F3;
	margin-top: 30px;
}


.selection-box {
	padding:60px 15px;
}


.item {
	text-align:center;
	margin: 40px 0;
}

.item h3 {
	font-size:18px;
}

.item:hover h3{
	color:#2196F3;
}







