/* ============= Reset CSS =============== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
p{
	padding-top: 12px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* =============== Main css =============== */
body {
	height:100%;
	font-family: "Roboto", sans-serif;
	line-height: 24px;
}

section {
	display: inline-block;
}

.no-padding {
	padding: 0;
}

.no-padding-left {
	padding-left: 0;
}

.no-padding-right {
	padding-right: 0;
}

.section-ctn {
	display: inline-block;
	width: 100%;
	font-size: 16px;
}

.section-ctn h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 16px;
}

.ctn_2 {
	/* min-height: 450px; */
	background: #E1E0E5;
}

.ctn_3 {
	/* min-height: 400px; */
	background: #FFFFFF;
}

.ctn_3 img {
	height: 275px;
	width: 175px;
}

.ctn_3-content {
	display: inline-block;
	margin-top: 32px;
}

.ctn_3 span {
	font-weight: bold;
}

.ctn_4 {
	min-height: 250px;
	background: #FFFFFF;
}

.footer {
	min-height: 70px;
	display: inline-block;
	width: 100%;
	background: #222;
	color:  #E1E0E5;
	border-top:1px solid #101010;
	font-size: 12px;
	padding: 20px 24px 24px;
}

.caption {
	text-align:center;
	background:white;
	padding:2% 15%;
}

.logo {
	width: 183px;
	height: 80px;
	margin-top: 0;
}

.activeLink {
	color: #F49211 !important;
}

.navbar-inverse .navbar-toggle {
	border-color: transparent;
}

.navbar-nav {
	float: right;
}

.navbar-inverse .navbar-nav > li {
	display: inline-block;
	float: none;
}

.navbar-inverse .navbar-nav > li > a {
	padding: 30px 25px 33px 25px;
	color: #ffffff;
	font-family: Lato;
	font-size: 21px;
	font-weight: bold;
	text-align: right;
	font-weight: 300;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #F49211;
	transition: color .5s ease-in-out;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
	top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
	top: 2px;
}

.navbar-toggle .icon-bar {
	position: relative;
	transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
	top: 6px;
	transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
	background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
	top: -6px;
	transform: rotate(-45deg);
}

.navbar.navbar-inverse {
	border: none;
	position: fixed;
	z-index: 20;
	opacity: 0.9;
	transition: background-color 1s ease-in-out;
}

.serv-list ul {
	margin-top: 8px;
	margin-bottom: 16px;
	margin-left: 48px;
}

.serv-list .fa {
	color: #F49211;
	font-size: 24px;
	margin-right: 7px;
}

.serv-list {
	width: 100%;
	margin-top: 8px;
}

.contact-list{
	margin: 2% 5%;
	text-align: center;
}

.contact-list .fa {
	color: #F49211;
	font-size: 34px;
}

.contact-list li span {
	margin-right: 10px;
	margin-top: 10px;
}

.contact-list li:first-of-type {
	vertical-align: top;
}

.contact-list > li:nth-child(1) > span:nth-child(3) {
	display: block;
	margin-left: 40px;
}

.contact-list > li:nth-child(3) > a {
	color: inherit;
	text-decoration: underline;
}

.contact-list .fa:hover{
	color: #222;
	transition: color .5s ease-in-out;
}

.text-bold {
	font-weight: bold;
}

.text-bottom {
	vertical-align: text-bottom;
}


/* ----- Text line ----*/
.text-bar-bottom:after {
    bottom: 0px;
    display: block; 
    width: 62px;
    height: 4px;
    /* margin: 0 auto; */
    margin-top: 16px;
    background: #F49211;
    content: "";
}

.text-bar-centered:after {
    bottom: 0px;
    display: block; 
    width: 55px;
    height: 4px;
    margin: 0 auto;
    margin-top: 16px;
    background: #F49211;
    content: "";
}

/* ----- Carousel -----*/
#myCarousel .carousel-control {
	top: 43%;
	background: transparent;
}
#myCarousel .fa-angle-right, #myCarousel .fa-angle-left {
	font-size: 78px;
}
.carousel img {
	width: 100%;
}
.carousel-inner .item {
	max-width: 100%;
	max-height: 100vh;
}
.carousel-inner>.item  div {
	width: 100%;
	top: 43%;
	padding-left: 10%;
	padding-right: 10%;
	color: #ffffff;
	background: transparent;
	font-style: italic;
	text-align: right;
}

.parallaxImg-1{
	width:100%;
	background-image:url('../images/deal.jpg');
	min-height: 600px;

	/* Parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.caption {
	margin-top: 25%;
}


/* ------- Media Queries ------ */
@media screen and (max-width: 767px) {
	.navbar.navbar-inverse {
		background: #333;
	}
	.navbar-nav {
		width: 100%;
		margin: 5px 10px;
	}
	.logo{
		width: 134px;
		height: 61px;
		margin-top: -3px;
	}		
	.section-ctn {
		padding: 32px 24px;
	}
	#myCarousel .fa-angle-left {
		margin-top: 3px;
	}
	.navbar-nav > li {
		width: 100%;
	}
	.navbar-inverse .navbar-nav > li > a {
		padding: 20px;
		text-align: center;
		font-size: 22px;
	}
	.img-ctn {
		margin: 0 auto;
		text-align: center;
	}
	#myCarousel .fa-angle-right, #myCarousel .fa-angle-left {
		font-size: 60px;
	}
	.ctn_3 .no-padding-right {
		padding-left: 0;
	}
	.contact-list li {
		width: 100%;
		display: block;
	}
	
}

/* @media screen and (min-width:767px) and (max-width:992px){
	.ctn_3 .no-padding-right {
		padding-left: 60px;
	}
} */


@media screen and (min-width: 767px) {
	.navbar.navbar-inverse {
		background: transparent;
	}
	.section-ctn {
		padding: 56px 32px;
	}
	.navbar.navbar-inverse {
		padding: 0 24px;
	}
	#myCarousel .fa-angle-right {
		margin-right: -40px;
	}
	#myCarousel .fa-angle-left {
		margin-left: -40px;
	}
	.parallaxImg-2 {
		background-image:url('../images/brick.jpg');
		min-height: 600px;

		/* Parallax scrolling effect */
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.img-ctn {
		margin: 0;
		text-align: left;
	}
	.ctn_3 .no-padding-right {
		padding-left: 30px;
	}
	
	.caption {
		position: absolute;
		margin-top: 150px;
	}
	.contact-list li {
		width: 30%;
		display: inline-block;
	}	
}