/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 */

/* Global Styles */

html, body {
	height: 100%;
}
body {
	padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
    height: 50px; /* .push must be the same height as .footer */
}
.img-portfolio {
	margin-bottom: 30px;
}
.img-hover:hover {
	opacity: 0.8;
}
/* Home Page Carousel */

header.carousel {
	height: 322px!important;
}
.page-top-margin {
	margin-top:70px;
}
header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
	height: 100%;
}
header.carousel .fill {
	width: 100%;
	height: 100%;
	background-position: center top;
	background-size: cover;
}
/* 404 Page Styles */

.error-404 {
	font-size: 100px;
}
/* Pricing Page Styles */

.price {
	display: block;
	font-size: 50px;
	line-height: 50px;
}
.price sup {
	top: -20px;
	left: 2px;
	font-size: 20px;
}
.period {
	display: block;
	font-style: italic;
}

/* Footer Styles */



/* Responsive Styles */


@media(max-width:991px) {
 .customer-img,  .img-related {
 margin-bottom: 30px;
}
 .nav-bg {
 background-image: url(../images/bg-header.jpg);
 background-repeat: no-repeat;
 background-position: right bottom;
 background-size:100%;
}
}
 @media(max-width:767px) {
 .img-portfolio {
 margin-bottom: 15px;
}
 header.carousel .carousel {
 height: 70%;
}
 .nav-bg {
 background-image: url(../images/bg-header.jpg);
 background-repeat: no-repeat;
 background-position: right bottom;
 background-size:100%;
}
hr.divide {border:none;}
h1.header{ margin-left:0px!important; font-size:14px!important;;}
div.header {
	margin-left:0px!important;
	padding-top: 5px!important;
	padding-bottom: 5px!important;
}

.page-top-margin{ margin-top:20px!important;}
.img-responsive{ width:100%; height:100%;}
}
.navbar-collapse, .navbar-inverse .navbar-form {
	border-color:#101010;
	background-color: #3e4095;
}
.nav > li > a {
	color:#fff;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	color:#fff;
	background-color:#3A3D8B!important;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color:#3A3D8B!important;
}
.nav > li > a:focus, .nav > li > a:hover {
	background-color:#3A3D8B;
}
.page-header {
	font-size: 22px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	padding:0px;
	margin-left: 0;
	color: #C30;
	border:none;
}
.h2, h2 {
	font-size:20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.login-bg{
	background-image: url(../images/bg.png);
	height:490px;
	
	background-repeat: no-repeat;
	background-position: right bottom;
}
.form-login {
	background-color: #3e4095;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	/*border-radius: 15px;*/
	border-color:#d2d2d2;
	border-width: 5px;
	box-shadow:0 1px 0 #cfcfcf;
	/*background-image: url(../images/bg-login.jpg);
	background-position: right top;
	background-repeat: repeat-y;*/
}
.form-login h4 {
	color:#fff;
}
.form-login p {
	margin:8px 0px 0px;
	color:#FFF;
}
.form-login p a:link, .form-login p a:visited {
	color:#FFF;
	margin-right: 5px;
	margin-left: 5px;
}
.nav-bg {
	background-repeat: no-repeat;
	background-position: right bottom;
}
.fa-bullhorn, .fa-newspaper-o {
	color:#cd3300;
}
footer {
	margin: 10px 0;
}
/*.navbar-inverse{ background-color:#ffd521;}*/
.navbar-inverse {
	background-color:#fff;
}
.navbar-nav>li {
}
.navbar-nav>li>a {
	padding-top:10px;
	padding-bottom:10px;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bolder;
}
.navbar-brand {
	height:90px;
	padding:5px;
}
.collapse {
	margin-top:0px;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	background-color:#C30;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	border:none;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 100%;
	height: 0;
	font-size: 0px;
}
hr.divide {
	border:none;
}
.box-header.with-border {
	border-bottom:1px solid #f4f4f4
}
.box-footer {
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	border-top:1px solid #f4f4f4;
	padding:10px;
	background-color:#fff
}
.box-body {
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	padding:10px
}
.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
	content:" ";
	display:table
}
.box-header:after, .box-body:after, .box-footer:after {
	clear:both
}
.form-group {
	margin-bottom:10px;
}
em {
	color:red;
}
.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
	display:inline-block;
	font-size:18px;
	margin:0;
	line-height:1
}
body {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:1.42857143;
	color:#333;
	background-color:#fff
}
.well {
	padding:5px 14px 14px;
}
.well p {
	font-size:12px;
	color:#999;
}
.navbar-inverse .navbar-nav > li > a {
	color:#fff
}
hr.divide {
	border:none;
}
footer a:link {
	padding-right:10px;
}
/* Tabs panel */
.tabbable-panel {
	border:1px solid #eee;
	padding: 10px;
}
/* Default mode */
.tabbable-line > .nav-tabs {
	border: none;
	margin: 0px;
}
.tabbable-line > .nav-tabs > li {
	margin-right: 2px;
	font-size:14px;
	font-weight:bolder;
}
.tabbable-line > .nav-tabs > li > a {
	border: 0;
	margin-right: 0;
	color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
	color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
	border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
	border: 0;
	background: none !important;
	color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
	color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
	margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
	border-bottom: 4px solid #f3565d;
	position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
	border: 0;
	color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
	color: #404040;
}
.tabbable-line > .tab-content {
	margin-top: -3px;
	background-color: #fff;
	border: 0;
	border-top: 1px solid #eee;
	padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
	padding-bottom: 0;
}
/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
	border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
	margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
	border-bottom: 0;
	border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
	margin-bottom: -2px;
	border-bottom: 0;
	border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
	margin-top: -10px;
	border-top: 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
/* tab ends */
label {
	font-weight:bolder;
	color:#333;
}
.nopadding {
	padding:0px;
}
.nomargin {
	margin:0px;
}
.form-control {
	font-size:13px;
}
h6 {
	color:#C60;
}
.navbar-toggle {
	background-color:#F90;
}
.nav-bg {
	background-image:url(../images/bg-header-01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.margin-btm {
	margin-bottom:5px;
}
h1.header {
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	color:#3e4095;
	margin-left:100px;
	
}
div.header {
	margin-left:140px;
	padding-top: 30px;
	padding-bottom: 30px;
}
/*about area*/



.about h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	color: #333;
	margin: 20px auto 46px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
.about h4 {
	font-size: 24px;
	color: #737373;
	margin-bottom: 45px;
}
.about-img img {
	width: 100%;
}
.single-about-detail {
	position: relative;
}
.pentagon-text h1 {
	font-size: 22px;
	color: #383838;
	margin-top: 0;
 transition: all .7s ease 0s;
 -webkit-transition: all .7s ease 0s;
 -moz-transition: all .7s ease 0s;
 -o-transition: all .7s ease 0s;
 -ms-transition: all .7s ease 0s;
	position: absolute;
	left: 15%;
	width: 50px;
	top: 5px;
}
.pentagon-text {
	width: 70px;
	height: 52px;
	background: #fff;
	position: relative;
	top: -30px;
	left: 43%;
}
.pentagon-text:before {
	content: "";
	position: absolute;
	top: -15px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 34px solid transparent;
	border-right: 35px solid transparent;
	border-bottom: 15px solid #fff;
}
.pentagon-text:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 0;
	height: 0px;
	border-left: 36px solid transparent;
	border-right: 34px solid transparent;
	border-top: 15px solid #fff;
}
.about-details {
	background: #dd4038;
	border-top: 2px solid #fff;


 transition: all .7s ease 0s;
 -webkit-transition: all .7s ease 0s;
 -moz-transition: all .7s ease 0s;
 -o-transition: all .7s ease 0s;
 -ms-transition: all .7s ease 0s;
	cursor: pointer;
	margin-bottom:20px;
}
.about-details h3 {
	font-size: 22px;
	color: #fff;
	margin-top: 0;
}
.about-details p {
	font-size: 13px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 0 25px;
	padding-bottom: 30px;
}
.single-about-detail:hover .about-details {
	background: #3a9dca;
}
.single-about-detail:hover .pentagon-text h1 {
	color: #3a9dca;
}
/*about area*/

.content-bg{
	background-image:url(../images/bg.png);
	opacity:30%;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
}
.content{/*        background:rgba(180,225,225,0.7);
*/ padding:40px 0px 40px 5px;}
.content h2{font-family: 'Oswald', sans-serif;
	font-size: 24px;
	color: #333;}
	.content p{ font-size:14px;}

.margin40px{ margin:40px 0px;}
.sha{
	background-image:url(../images/iconsSHA.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.navbar-inverse{ border:none}
.navbar{border-radius:0px;}
