/*---- Reset ----*/
*, *:after, *:before {box-sizing: inherit;}
* {margin:0;padding:0;border: 0 none; position: relative;}
:focus {
    outline: none;
}
html, body {
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	background: #FFF;
	overflow-x: hidden;
	font-weight: 400;
}
*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html, body, div, object, iframe, blockquote, ol, ul, li, form, fieldset, legend, label, table, header, footer, nav, section { 
	margin: 0; 
	padding: 0;
	border: 0;
} 
ol, ul { 
	list-style: none; 
}
header, footer, nav, section, article, hgroup, figure {
	display: block;	
}
legend {
	display: none;
}
:focus {
    outline: none;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
}
.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus {
    outline: none;
    outline-offset: -2px;
}
.btn.active, .btn:active {
    background-color: transparent;
    background-image: linear-gradient(245deg, transparent 1.2rem, #f0683e
 1.3rem, #f0683e);
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.btn-blank.active, .btn.btn-blank:active {
    background-color: transparent;
    background-image: linear-gradient(245deg, transparent 1.2rem, transparent 1.3rem, transparent);
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	outline: 0;
}
.flex {
	display: flex;
	flex-wrap: wrap;
} 
.active a {
    color: #000;
}
section {
    padding: 80px 0;
}
.nav>li>a:focus, 
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #000;
}
a:focus {
    outline: none;
    outline-offset: -2px;
}


/*-------- Global --------*/
.title-text {
    text-align: center;
    overflow: hidden;
    color: #8c2828;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 700;
}
.title-text span {
	display: inline-block;
	position: relative;
}
.title-text span:before, .title-text span:after {
    content: "";
    border-bottom: 2px solid #8c2828;
    width: 5em;
    margin: 0 1em;
    position: absolute;
    bottom: .5em;
}
.title-text span:before {
	right: 100%;
}
.title-text span:after {
	left: 100%;
}
p {
    color: #333333;
    line-height: 25px;
    margin-bottom: 12px;
    font-size: 17px;
}
.yellow {
    background: #ffb200;
}
.blue {
    background: #2888ce;
}
.orange {
    background: #ff8300;
}
.gray {
    background: #808080;
}

/*-------- Menu ---------*/
.navbar {
    margin-bottom: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    border-radius: 0;
}
.navbar.stickyHeader {
    webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}
.navbar-brand {
    padding: 4px 15px;
    height: auto;
}
.navbar-nav {
    margin: 36px 0;
}
.navbar-brand>img {
    display: block;
    width: 170px;
}
.navbar-nav {
    float: right;
    margin: 28px 0;
}
.navbar-nav>li>a {
    color: #8c2828;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
}

/*-------- Banner ---------*/
.header-banner {
    background-image: url(./images/banner.jpg);
    position: relative;
    height: 86vh;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 106px;
}
.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.header-banner h1 {
    color: #fff;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 40px;
}

/*-------- About Section ---------*/
.about-section {
	text-align: center;
}
.honeycomb {
    margin: 70px 0 0;
    text-align: center;
}
.honeycomb img {
    width: 100%;
}
.honeycomb-full {
    margin: 70px 0 0;
    text-align: center;
}
.honeycomb-full img {
    width: 80%;
}

/*-------- Service Section ---------*/
.service-section {
    background-image: url(./images/services.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.service-section h2 {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.59);
    padding: 40px;
    color: #333;
    margin: 0 20%;
    font-weight: 600;
}
.service-block {
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px;
    margin-top: 40px;
    min-height: 210px;
}
.service-block h6 {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.service-block li {
    font-size: 20px;
    font-weight: 400;
}


/*-------- Capibilities Section ---------*/
.slick-slide img {
    margin: 0 auto;
}
.slick-prev:before, .slick-next:before {
    font-size: 32px;
    opacity: 1;
    color: #8c2828;
}

/*--------- Contact Section ---------*/
.contact-section {
    background: #8c2828;
    padding: 80px 0;
    margin-bottom: 0;
}
.address h5 {
    font-size: 27px;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #fff;
}
.address ul {
    color: #fff;
}
.address li {
    margin-bottom: 12px;
    font-size: 17px;
}

.address li a {
    color: #fff;
}
.address li i {
    margin-right: 10px;
    min-height: 35px;
    float: left;
    padding-top: 3px;
}


/*------ Footer --------*/

footer {
    background-color: #333;
    padding: 20px 0;
}
footer .address h5 {
    font-size: 20px;
}
footer .address li {
    font-size: 15px;
}
footer .address li i {
    min-height: 30px;
}

/* Media Query For iPad */
@media screen and (max-width: 768px) {
	.navbar-brand>img {
		width: 180px;
	}
	.navbar {
		min-height: 96px;
	}
	.header-banner h1 {
		color: #fff;
		font-size: 27px;
	}
	.slick-next {
		right: 12px;
	}
	.slick-prev {
		left: 12px;
	}
}


/* Media Query For Mobile */
@media screen and (max-width: 468px) {
	.navbar-nav {
		float: none;
		margin: 28px 0;
		text-align: center;
	}
	.navbar-toggle {
		margin-top: 36px;
		background-color: #8c2828;
	}
	.header-banner h1 {
		font-size: 20px;
		line-height: 32px;
	}
	.service-section h2 {
		margin: 0;
	}
	.service-section h2 {
		font-size: 26px;
	}
	.service-block h6 {
		font-size: 22px;
	}
	.service-block li {
		font-size: 18px;
	}
	.service-block {
		min-height: auto;
	}
	.address h5 {
		font-size: 22px;
	}
	.address li {
		font-size: 15px;
	}
	.honeycomb-full,
	.honeycomb {
		margin: 30px 0 0;
	}
	.honeycomb-full img {
		width: 100%;
	}
	.slick-prev:before, .slick-next:before {
		font-size: 20px;
	}
	.title-text span:before, .title-text span:after {
		content: none;
	}
	.slick-next {
		right: -4px;
	}
	.slick-prev {
		left: -5px;
	}
	.navbar-toggle .icon-bar {
		background: #fff !important;
	}
	.navbar-collapse {
		background-color: #333333;
	}
	.navbar-nav>li>a {
		color: #f5f5f5;
	}
	.nav>li>a:focus, .nav>li>a:hover {
		color: #fff;
	}
}
