html,
body {
    height: 100%;
	font-family: 'Roboto', sans-serif;
}

h1, h3, h4 {
	font-weight: 300;
}

h1 {
	font-size: 47px;
}

h2 {
	font-weight: 100;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-indicators .active {
    width: 70px;
    height: 5px;
	margin: 0;
	margin-right: 5px;
}

.carousel-indicators li {
    width: 70px;
    height: 5px;
	margin: 0;
	margin-right: 5px;
	border: none;
    border-radius: 0;
	background-color: rgba(255,255,255,0.4);
}

.carousel-caption {
    position: absolute;
    top: 40%;
    color: white;
}

.carousel-caption h1 {
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
}

.carousel-caption h2 {
	font-size: 21px;
    font-weight: 300;
}

#contactsbar {
	position: relative;
	background: #3F51B5;
	color: #c1c5e3;
	width: 100%;
	padding: 15px;
	z-index: 1001;
}

#contactsbar i {
	color: #f4f4f4;
    padding-right: 5px;
    font-size: 16px;
}

.contactsthumb {
	background: white;
	padding: 50px;
    border-radius: 3px;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.3);
}

.contactsthumb p {
	color: #636363;
    font-size: 15px;
    font-weight: 500;
}

.contactsthumb i {
    font-size: 13px;
    padding-right: 9px;
}

.vdivider {
    height: 30px;
	width: 0;
    border-left: 1px solid #E5E5E5;
	margin-top: 35px;
	position: absolute;
	display: inline-block;
	-webkit-transition: all .3s ease-out;
}

.navbar, .navbar-min, .navbar-min {
	margin-bottom: 0;
	background: white;
	border: none;
	min-height: 100px;
	top: 50px;
	box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.3);
	-webkit-transition: all .3s ease-out;
}

.navbar-min {
	min-height: 50px;
	height: 50px;
}

.navbar-toggle {
    background-color: #3F51B5;
}

.navbar-inverse .navbar-brand {
    color: black;
}

.navbar-brand {
    color: black;
	height: 75px;
    padding: 5px 15px;
	margin-top: 3px;
	-webkit-transition: all .3s ease-out;
}

.navbar-brand p {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -1px;
	font-weight: 300;
}

.navbar-brand-text {
    font-size: 25px;
    letter-spacing: -1px;
    color: black;
	padding-right: 70px;
    margin-left: 81px;
    margin-top: 25px;
}

.navbar-brand-min {
	margin-top: -6px;
    height: 49px;
	-webkit-transition: all .3s ease-out;
}

.navbar-brand-text-min {
    margin-left: 55px;
	margin-top: 0px;
	-webkit-transition: all .3s ease-out;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #3F51B5;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a {
    color: #3F51B5;
	font-size: 16px;
	text-transform: uppercase;
    font-weight: 400;
	-webkit-transition: all .3s ease-out;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #4E63D6;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color: #3F51B5;
	background: transparent;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    box-shadow: inset 0px -4px 0px 0px #3F51B5;
	color: #3F51B5;
	background-color: white;
}

.dropdown-menu {
	min-width: 200px;
	border: none;
	border-radius: 0;
}
.dropdown-menu.columns-2 {
	min-width: 497px;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
    padding-bottom: 20px;
    font-weight: 300;
}
.multi-column-dropdown {
    list-style: none;
    margin-left: -20px;
    padding-right: 20px;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #a8a8a8;
	font-size: 15px;
	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: black;
}
 
@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}

#sidebar {
    z-index: 1031;
    position: fixed;
    right: 250px;
    width: 0px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: white;
	border-left: 1px solid rgba(214, 214, 214, 0.6);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar.toggled {
    width: 250px;
}

.spmenu-nav {
    font-size: 15px;
    background: #ebebeb;
	padding: 0;
	list-style: none;
}

ul.spmenu-nav > li.active > a{
	border-left: 3px solid #3F51B5;
}

.spmenu-nav-sub {
    top: 0;
    width: 249px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.spmenu-nav-sub li {
    line-height: 40px;
}

.spmenu-nav-sub li a {
    line-height: 20px;
    margin-bottom: 10px;
}

.spmenu-nav li {
    line-height: 20px;
}

.spmenu-nav li a {
    display: block;
    text-decoration: none;
    color: #959595;
	padding: 10px;
	border-left: 3px solid #ebebeb;
}

.spmenu-nav li a:hover {
    text-decoration: none;
    color: black;
    border-left: 3px solid #3F51B5;
	-webkit-transition: all .3s ease-in;
}

.spmenu-nav li a:active,
.spmenu-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 249px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav-sub {
    top: 0;
    width: 249px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav-sub li {
    line-height: 40px;
}

.sidebar-nav-sub li a {
    padding-left: 40px;
    line-height: 20px;
    margin-bottom: 10px;
}

.sidebar-brand-name {
	position: relative;
	font-weight: 600;
}

.sidebar-brand-info {
    margin-top: 20px;
    line-height: 20px !important;
    text-align: center;
    font-size: 15px;
    padding-left: 15px;
}

.sidebar-nav li {
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
	padding-left: 35px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: black;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 100px;
    font-size: 18px;
    position: relative;
	margin-left: 45px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: white;
    background: none;
}

.flexrow {
	display: flex;
}

.flexcol {
	flex: 1;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.42857143;
    color: #555;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 2px solid #E4E4E4;
}

.form-control:focus {
    border-color: #3F51B5;
    outline: 0;
	box-shadow: none;
	font-weight: 600;
}

@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.navbar-nav-min>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	#contactsbar {
		position: fixed;
	}
}

@media (max-width: 768px) {
	.navbar-inverse .navbar-nav>li>a {
		font-size: 13px;
	}
	
	.navbar {
		min-height: 50px;
	}
	
	.navbar-brand-text {
		display: none;
	}
	
	.carousel-caption h1 {
		font-size: 33px;
		font-weight: 200;
		text-transform: uppercase;
	}
	
	#search {
		display: none;
	}
}

@media (max-width: 1024px) {
	.navbar-inverse .navbar-nav>li>a {
		font-size: 13px;
	}
	
	.navbar {
		min-height: 50px;
	}
	
	.navbar-brand-text {
		display: none;
	}
	
	.carousel-caption h1 {
		font-size: 35px;
		font-weight: 200;
		text-transform: uppercase;
	}
}

@media (max-width: 1199px) {
	.navbar-inverse .navbar-nav>li>a {
		font-size: 13px;
	}
	
	.navbar {
		min-height: 50px;
	}
	
	.navbar-brand-text {
		display: none;
	}
}

@media (max-device-width:480px) {
	.navbar {
		min-height: 50px;
		top: 70px;
	}
	
	.navbar-brand {
		height: 50px;
	}
	
	.flexrow {
		display: block;
	}
	
	h1 {
		font-size: 31px;
	}
}

@media (max-device-width:568px) {
	.navbar {
		min-height: 50px;
		top: 70px;
	}
	
	.navbar-brand {
		height: 50px;
	}
	
	.flexrow {
		display: block;
	}
	
	h1 {
		font-size: 31px;
	}
}

@media (max-device-width:667px) {
	.navbar {
		min-height: 50px;
		top: 70px;
	}
	
	.navbar-brand {
		height: 50px;
	}
	
	.flexrow {
		display: block;
	}
	
	h1 {
		font-size: 31px;
	}
}

@media (max-device-width:736px) {
	.navbar {
		min-height: 50px;
		top: 70px;
	}
	
	.navbar-brand {
		height: 50px;
	}
	
	.flexrow {
		display: block;
	}
	
	h1 {
		font-size: 31px;
	}
}

.nav-underline {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}

.nav-underline:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #3F51B5;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.nav-underline:hover:before, .nav-underline:focus:before, .nav-underline:active:before, ul#cmenu > li.active > a.nav-underline:before {
	left: 0;
	right: 0;
}

.sidebar-sweep {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.sidebar-sweep:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #E9E9E9;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.sidebar-sweep:hover, .sidebar-sweep:focus, .sidebar-sweep:active {
	color: black;
}
.sidebar-sweep:hover:before, .sidebar-sweep:focus:before, .sidebar-sweep:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.btn-group-lg>.btn, .btn-lg {
	padding: 15px 50px;
    text-transform: uppercase;
    border-radius: 5px;
}
 
.btn-default {
    color: white;
    background-color: transparent;
    border-color: #ccc;
	text-transform: uppercase;
	font-weight: 300;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus,
.btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: white;
    background-color: #3F51B5;
    border-color: #252525;
}

.btn-default:hover {
    color: white;
    background-color: #3F51B5;
    border-color: #252525;
}

.btn-default-footer {
    color: #3A3A3A;
    background-color: transparent;
    border-color: #3A3A3A;
    text-transform: uppercase;
    font-weight: 300;
	margin-left: 5px;
}

.btn-services {
	color: black;
}

.btn-primary {
    background-color: #3F51B5;
    border: 0;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.3);
    font-weight: 400;
    font-size: 17px;
}

.btn-primary:hover {
    background-color: #2D3A84;
    border-color: #3F51B5;
}

.btn-primary.focus, .btn-primary:focus {
    color: white;
    background-color: #4354B5;
    border-color: #3F51B5;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: white;
    background-color: #3F51B5;
    border-color: #204d74;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus,
.btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: white;
    background-color: #3F51B5;
    border-color: #122b40;
}

.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	font-size: 24px;
	line-height: 1.33;
	border-radius: 35px;
	border: none;
    outline: none;
}

.btn-circle, .fbtn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 22px;
}

.fbtn-circle {
	width: 50px;
    height: 50px;
    background: white;
    color: black;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.3);
	border-radius: 25px;
}

.btn-sidebar {
	position: fixed;
    right: 30px;
    top: 115px;
    z-index: 1031;
}

.btn-close-sidebar {
	position: fixed;
    right: 215px;
    top: 115px;
    z-index: 1032;
	display: none;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.about-section {
	color: white;
    padding: 100px 0 100px 0;
    background: #252525;
    border-bottom: 18px solid #3F51B5;
}

.services-section {
	color: black;
    padding: 100px 0 100px 0;
    background: #F5F5F5;
}

.services-section h1 {
	text-align: center;
}

.service-box img {
	float: left;
	padding: 0 25px 50px 0;
}

.service-box {
	padding-top: 50px;
}

.service-box h4 {
	font-size: 20px;
}

.profit-section {
	color: black;
    padding: 100px 0 100px 0;
    background: #EBEBEB;
}

.rateimg {
    background: url('/images/pic1.png') no-repeat;
    background-size: cover;
    padding: 100px 90px;
}
.rateimg2 {
    background: url('/images/pic2.png') no-repeat;
    background-size: cover;
    padding: 100px 90px;
}

.rateinfo {
    background: url('/images/rbg.png') no-repeat;
    background-size: contain;
    height: 85px;
    padding: 5px 15px;
}

.rateinfo p {
	font-size: 14px;
    padding-top: 25px;
    color: #8E8E8E;
}

section p {
	font-size: 17px;
	font-weight: 300;
	padding-bottom: 20px;
}

.rates-section {
	background: #f5f5f5;
	padding-top: 100px;
}

.feedback-section {
	padding: 100px 0 100px 0;
}

.feedback-section .form-group {
	padding-top: 50px;
}

.a-highlight {
	color: #3F51B5;
	letter-spacing: 5px;
}

.sheader {
	background: #3F51B5;
	padding-top: 93px;
    padding-bottom: 93px;
	color: white;
	margin-bottom: -90px;
}

.sheader h1 {
	display: inline;
	padding-right: 50px;
}

.sheader a {
	color: #eaeaea;
	font-size: 14px;
	padding-left: 25px;
	font-weight: 300;
}

.sheader a:hover {
	color: white;
	text-decoration: none;
}

.stitle {
	background: #f5f5f5;
	padding: 15px;
    height: 100px;
}

.stitle p {
	font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.sthumbs {
	background: #f5f5f5;
    box-shadow: inset 0px 90px 0 #3F51B6;
	padding-bottom: 50px;
}

.thumbnail {
    min-height: 525px;
	padding: 0;
	border-radius: 0;
	border: 0;
	box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.3);
}

.thumbnail .caption {
    padding: 15px;
}

.caption .heading {
	text-transform: uppercase;
    font-weight: 300;
}

.service-description {
	font-size: 20px;
    color: white;
}

.service-fullstory {
	padding-top: 100px;
	color: #636363;
	font-size: 15px;
}

footer {
    background: #252525;
	padding-top: 50px;
    padding-bottom: 50px;
}

footer p {
	color: #959595;
    line-height: 25px;
    font-size: 15px;
}

footer h4 {
	color: white;
	text-transform: uppercase;
}

footer a {
    color: #959595;
    text-decoration: none;
}

footer a:hover {
	color: #bababa;
}

footer li {
	color: #959595;
    margin-left: -25px;
}

.scrolltopbtn {
    position: absolute;
    right: 100px;
    z-index: 5000;
    margin-top: 28px;
}

.copyright {
	color: #c2c2c2;
	font-size: 13px;
	text-transform: uppercase;
	background: white;
	padding-top: 25px;
	padding-bottom: 25px;
}

.copyright a, a:hover {
	color: #c2c2c2;
}

.article .sheader .container p{
    display: inline;
    padding-right: 50px;
    font-size: 47px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 10px;
}
.article .service-description h1{
    font-size: 20px;
    color: white;
    font-weight: normal;
    margin: 0;
    line-height: normal;
}
.article-body{
    background: white;
    padding: 50px;
    border-radius: 3px;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.3);
}