@charset "utf-8";

body {
	font-family:'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	color: antiquewhite;
}
h1 {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 700;
}
a {
	color: #FFFFFF;
}
.link-blue {
	color: #0F75BC;
}


.fix-background-index {
	background-image: url(../assets/img/hero-img/hero-index.jpeg);
	background-attachment: fixed;
	background-position: 0% 0%;
	background-size: cover;
}

.grey-text {
	color: rgba(98,96,96,1.00);
}
a:hover {
	color: #8E9193;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
.text-blue {
	color: #1B75BC;
}
.navbar {
	background-color: rgba(27,117,188,0.85);
	color: #82A701;
	font-size: 16px !important;
	/* [disabled]letter-spacing: 1px; */
	text-transform: uppercase;
	font-weight: bold;
	border-width: 0px;
}
.navbar .navbar-nav > li > a {
	color: #ffffff;
	padding-top: 32px;
	padding-bottom: 34px;
}
/* change the background color of the navigation menu list LH*/
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
	color: #1B75BC;
	background-color: #82A701;
}
.grey-background {
	background-color: rgba(205,201,201,1.00);
}

.band-hero {
	padding-top: 200px;
	padding-bottom: 200px;
	background-size: cover;
	background-attachment: fixed;
}
.band-hero-aboutus {
	padding-top: 200px;
	padding-bottom: 200px;
	background-image: url(../assets/img/hero-img/hero-aboutus.jpg);
	background-size: cover;
}

.band-hero-services {
	padding-top: 200px;
	padding-bottom: 200px;
	background-image: url(../assets/img/hero-img/hero-services.jpg);
	background-size: cover;
	background-position: 100%;
	/* [disabled]height: 611px; */
	max-width: none;
}
.band-hero-contact {
	padding-top: 200px;
	padding-bottom: 200px;
	background-image: url(../assets/img/hero-img/hero-contact.jpg);
}


.band-aboutus {
	background-color: #EF540A;
	padding-top: 100px;
	padding-bottom: 100px;
	font-size: medium;
}
.band-aboutus-index {
	background-color: rgba(239,84,10,0.80);
	/* [disabled]padding-top: 100px; */
	/* [disabled]padding-bottom: 100px; */
	font-size: medium;
}
.band-services {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #1B75BC;
	background-position: 0 0%;
	background-size: cover;
}
.band-contact {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #82A701;
}
.band-portfolio {
	/* [disabled]padding-top: 60px; */
	padding-bottom: 100px;
	background-color: none;
}
.band-footer {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #09263C;
}
.text-portfolio {
	background-color: rgba(0,0,0,0.60);
	position: absolute;
	left: 100px;
	bottom: 65px;
	float: right;
	padding: 2px 10px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 300;
}
.text-services {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
}
.text-option1 {
	font-size: 22px;
}
.padding-50-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding-0-50 {
	/* [disabled]padding-top: 50px; */
	padding-bottom: 50px;
}
.padding-10-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.icon-100 {
	font-size: 100px;
}
.non-decoration {
	text-decoration: none;
	list-style-type: none;
}

/* Mobile View*/
@media (max-width:767px){
h1 {
	font-size: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
.navbar .navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar {
	padding-top: 0px;
	padding-bottom: 15px;
}
.text-option1 {
	font-size: 15px;
}
.band-hero-services {
	padding-top: 100px;
	padding-bottom: 100px;
}

	

}

/* Tablet View*/
@media (min-width: 768px) and (max-width: 991px) {
h1 {
	font-size: 30px;
}
.text-option1 {
	font-size: 20px;
}

}

/* Desktop View*/
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Extra Large Devices*/
@media (min-width: 1200px) {
}
