/*Body*/
html {
	height: 100%;
}

body {
	font-family: 'Proxima Nova Rg';
	font-weight: normal;
	font-style: normal;
	background: #f3f3f3;
	color: #7d7d7d;
    min-height:100%; 
    position:relative; 
	padding-bottom: 38px;
}

a:hover {
	text-decoration: none;
}

.hvr-underline-from-center:before {
	background: #3299CC;
	height: 2px;
	transition-duration: 0.3s;
}

li {
	list-style-type: none;
}

ul {
	padding: 0;
	margin: 0;
}

.disabled {
    pointer-events: none;
}

/*Header*/
#header {
	background: url(../img/bg.png);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

/*NavBar*/
nav.navbar {
	background: rgba(0,0,0,0.3);
	border-radius: 0;
	border: none;
	padding: 20px;
}

a.navbar-brand,
.navbar-light .navbar-brand {
	text-transform: uppercase;
	color: #FFF;
	font-size: 30px;
	letter-spacing: 5px;
	transition: all 0.5s;
}

a.navbar-brand:hover,
.navbar-light .navbar-brand:hover {
	text-shadow: 0px 0px 10px #BFEFFF;
	color: #FFF
}

a.nav-link,
.navbar-light .navbar-nav .nav-link {
	color: #eee;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-left: 10px;
	transition: all 0.5s;
}

a.nav-link:hover,
.active a.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
	color: #FFF;
	text-shadow: 0px 0px 10px #BFEFFF;
}

.navbar-light .navbar-toggler {
	border: 2px solid #fff;
}

.navbar i {
	color: #FFF;
}

.dropdown-item.active, 
.dropdown-item:active {
	background: rgba(0,0,0,0.1)!important;
	color: initial;
}

/*Welcome*/
.welcome {
	padding: 75px 0;
	text-align: center;
	color: #FFF;
}

.welcome p {
	font-size: 45px;
	letter-spacing: 7px;
	text-transform: uppercase;
}

.welcome h1 {
	font-size: 20px;
	text-transform: lowercase;
	margin-bottom: 30px;
}

.welcome h1 em {
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	text-shadow: 0px 0px 10px #BFEFFF;
}

.welcome .btn {

}

/*Buttons*/
.btn {
	border: none;
	border-radius: 0;
	transition: all 0.5s;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
	background: #33A1C9;
	text-transform: lowercase;
	font-variant: small-caps;
}

.btn:hover {
	background: #236B8E;
}

/*Title Bar*/
.titleBar {
	text-align: center;
}

.titleBar h1 {
	letter-spacing: 4px;
	color: #33A1C9;
	text-transform: uppercase;
	font-size: 24px;
	text-decoration: none; 
	position: relative; 
}

.titleBar h1:after {
	position: absolute;
	content: '';
	height: 2px;
	bottom: -6px; 
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 70px;
	background: #33A1C9;
	transition: all 0.5s;
	margin-bottom: 3px;
}

/*About Us*/
#aboutUs {
	text-align: center;
	margin-top: 50px; 
	margin-bottom: 30px;
}

/*Portfolio*/
#portfolio {
	text-align: center;
	margin-top: 50px; 
	margin-bottom: 30px;
}

.potfolioGrid {
	text-align: center;
	color: #FFF;
}

.portfolioItem {
	text-align: center;
	color: #fff;
	padding: 15px;
	margin-bottom: 30px;
	background: rgba(51, 161, 201,1);
	background: rgb(35, 107, 142);
}

.portfolioItem p {
	margin-top: 20px;
	text-transform: uppercase;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	margin-bottom: 0;
	letter-spacing: 3px;
}

.portfolioItem .portfolioImage {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0 10px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 10px 15px rgba(0,0,0,0.3);
	pointer-events: none;
}

/*Trusted*/
#trusted .row {
	margin-bottom: 20px;
}

#trusted p {
	color: #33A1C9;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
}

#trusted img {
	filter: grayscale(100%);
	transition: all 0.5s;
	height: 100px;
	display: block;
	margin: 0 auto;
	width: initial!important;
}

#trusted img:hover {
	filter: grayscale(0%);
}

/*Services*/
#serviceList {
	background: #FFF;
	padding: 20px 0;
	margin-top: 50px;
	color: #fff;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}

#serviceList .titleBar h1 {
	margin-bottom: 30px;
}

.serviceItem {
	text-align: center;
	background: rgba(51, 161, 201,1);
	background: linear-gradient(to bottom right, rgb(51, 161, 201), rgb(35, 107, 142));
	margin-right: 20px;
	margin-left: 20px;
	padding: 30px 0;
	margin-bottom: 30px;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
	transition: all 0.3s;
}

.serviceItem:hover {
	transform: scale(1.05) translate(0, -10px);
}

.serviceItem .serviceHeading,
.serviceItem .servicePrice {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.serviceItem .serviceDesc {
	text-transform: lowercase;
	letter-spacing: 1px;
}

/*ActionBtn*/
.actionBtn {
	padding: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
}

.actionBtn a {
	color: #7d7d7d;
	border: 2px solid #7d7d7d;
	padding: 7px;
	border-radius: 10px;
	transition: all 0.5s;
}

.actionBtn a:hover {
	border-radius: 20px;
	background: #33A1C9;
	border: 2px solid #33A1C9;
	color: #FFF
}

.actionBtn.portfolio {
	background: #fff;
	border-top: 1px solid #cecece;
}

/*Contact Us*/
#contactUs {
	text-align: center;
	margin-top: 50px; 
	margin-bottom: 30px;
}

/*Contact Us*/
.contactPage {
	color: #FFF;
	text-align: center;
	margin-bottom: 75px;
}

.contactPage a {
	color: #FFF;
}

.contactPage h2 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 20px;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	font-style: normal;
}

.contactPage h3 {
	font-size: 14px;
	color: #EEE;
}

.contactPage img {
	margin: 0 auto;
	display: block;
	text-align: center;
	height: 100px;
}

.contactPage .contactForm {
	background: #236B8E;
	text-align: center;
	color: #FFF;
	padding: 15px;
	margin: 0 10px;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
	transition: all 0.3s;
	margin-bottom: 20px;
}

.contactPage .contactForm:hover {
	transform: scale(1.05) translate(0, -10px);
}

/*Footer*/
.footer {
	letter-spacing: 3px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	background: #33A1C9;
	background: linear-gradient(to bottom right, #33A1C9, #236B8E);
	padding: 10px;
	font-size: 12px;
	position: absolute;
	width: 100%;
	bottom: 0;
}

.footer a {
	color: #FFF;
}

/*ScrollBar*/
::-webkit-scrollbar {
    width: 8px;
    background: #c4c4c4;
}

::-webkit-scrollbar-thumb {
    background: #33A1C9;
}

/*LightBox*/
.viewSite,
.lightBox {
	background: rgba(0,0,0,0.3);
	display: inline-block;
	padding: 6px;
	margin-top: 10px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.5s;
	width: 100%;
	color:#FFF;
	cursor: pointer;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

.viewSite:hover,
.lightBox:hover {
	background: rgba(0,0,0,0.5);
	color: #FFF;
}

.viewSite a,
.lightBox a {
	color: #fff;
}



