l/*

    Template Name    : Elite

	Description		 : Responsive HTML5 Template.

    Version          : 1.0

*/


/*

================================================

/* Table of Content

==================================================



1. Fonts - Raleway and Lato

2. Common CSS

3. Loader CSS

4. Scrool top Arrow

5. Header

6. Logo Bar 

7. Navigation

8. Banner Content

9. Header Bottom Arrow

10. About Us

11. Services

12. Our Team

13. Gallery

14. Blog

15. Contact us

16. Footer

17. Media Quries



/*

================================================

1. Fonts - Raleway and Lato

================================================

*/

@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i';

/*

================================================

2. Common CSS

================================================

*/



* {
	margin: 0;
	padding: 0;
}

p {
	font-size: 18px;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
}

a {
	color: #666666;
	transition: all 0.2s ease 0s;
}

a:hover {
	color: #337ab7;
	text-decoration: none;
}

section h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#337ab7;
}

section h2 span {
	color: #0070aa;
}

section {
	width: 100%;
	float: left;
	padding: 60px 0;
}


/*

================================================

3. Loader CSS

================================================

*/

.loader {
	background: url(../images/loader.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}


/*

================================================

4. Scrool top Arrow

================================================

*/

#scrool-top {
	background: #0070aa;
	border: 0 none;
	border-radius: 50%;
	bottom: 50px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	color: #fff;
	height: 40px;
	line-height: 40px;
	opacity: 0;
	position: fixed;
	right: 40px;
	text-align: center;
	transition: opacity 0.2s ease-out 0s;
	width: 40px;
	z-index: 9999;
}

#scrool-top.show {
	opacity: 1;
}

#scrool-top i {
	color: #fff;
}


/*

================================================

5. Header

================================================

*/

header {
	background-clip: initial;
	background-image: url("../images/banner.jpg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	width: 100%;
	position: relative;
	transition: opacity 0.3s ease 0s;
	z-index: 999;
}

header:before {
	/*background: #000;*/
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.6;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}


/*

================================================

6. Logo Bar 

================================================

*/

.logo-bar {
	float: left;
	padding: 20px 0;
	width: 100%;
	z-index: 99;
	background-image: url(../images/header.png);
	height: 199px;
    background-repeat: no-repeat;
}

.logo-bar img {
	margin-top: 7px;
}

.logo-bar.affix {
	/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.118);*/
}

.fadeInDown {
	animation-name: none !important;
}

.affix.fadeInDown {
	animation-delay: 0s;
	animation-direction: normal;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-name: fadeInDown !important;
	animation-play-state: running;
	animation-timing-function: ease;
}


/*

================================================

7. Navigation

================================================

*/

.navbar-default {
	background-color: inherit;
	border-color: inherit;
}

.navbar {
	border-radius: 0;
	min-height: auto;
	margin: 8px 0 0;
	border: none;
	z-index: 9;
}

.navbar-collapse {
	float: right;
}

.navbar-brand {
	display: none;
}

.navbar-nav>li {
	padding: 0 0 0 30px;
}

.navbar-nav>li:first-child {
	padding: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.navbar-nav>li>a {
	padding-bottom: 0;
	padding-top: 0;
}

.nav>li>a {
	padding: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background-color: inherit;
	color: #0070aa;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #0070aa;
}


/*

================================================

8. Banner Content

================================================

*/

.banner-content {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	text-align: center;
}

.banner-content h1 {
	color: #ffffff;
	font-weight: 700;
	font-size: 40px;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	letter-spacing: 2px;
}

.banner-content p {
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
	padding: 0 60px 30px;
}

.banner-content a {
	background: none;
	border-radius: 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 30px;
	border: solid 2px #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.banner-content a:hover {
	background: #ffffff;
	border: solid 2px #ffffff;
	color: #000000
}


/*

================================================

9. Header Bottom Arrow

================================================

*/

.bottom_row {
	bottom: 20px;
	cursor: pointer;
	height: 27px;
	left: 50%;
	margin-bottom: 30px;
	margin-left: -13px;
	position: absolute;
	width: 27px;
	z-index: 99999;
}

.fa.fa-angle-down {
	color: #ffffff;
	font-size: 32px;
	font-weight: 400;
	animation: 1s ease 0s normal both infinite running exter-bounce;
	opacity: 1;
}

@keyframes exter-bounce {
	0% {
		opacity: 0;
		transform: translate3d(0px, -150%, 0px);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}


/*

================================================

10. About Us

================================================

*/

.aboutus {
	position: relative;
	text-align: center;
	padding: 0;
}

.aboutus .about-img {
	padding: 0;
	background: url(../images/about-img.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 550px;
}

.aboutus .muszaki-img {
	padding: 0;
	background: url(../images/muszaki-img.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 650px;
}

.aboutus .about-txt {
	background: #0070aa;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
}

.aboutus .about-txt .about-inner {
	position: absolute;
	padding: 0 5%;
}

.aboutus h2 {
	color: #ffffff;
	font-weight: 400;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 24px;
	letter-spacing: 2px;
}

.aboutus p {
	color: #fff;
	line-height: 22px;
	letter-spacing: 0.2px;
	margin: 0 0 20px 0;
}


/*

================================================

11. Services

================================================

*/

.service-callouts {
	padding: 30px 0 0;
	text-align: center;
}

.service-callouts h2 {
	font-size: 18px;
}

.service-callouts i {
	font-size: 30px;
	padding-bottom: 18px;
	color: #0070aa;
}

.service-callouts div {
	border-right: 1px solid #ccc;
	padding: 50px;
	min-height: 280px;
}

.service-callouts div:nth-child(3),
.service-callouts div:nth-child(6) {
	border-right: medium none;
}

.service-callouts div:nth-child(4),
.service-callouts div:nth-child(5),
.service-callouts div:nth-child(6) {
	border-bottom: medium none;
}


/*

================================================

12. Our Team

================================================

*/


.contact-details img {
	width: 100%;
}

.ourteam {
	background-image: url(../images/team-bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 9;
	position: relative;
}

.ourteam:before {
	background: #000;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.team-cnt {
	padding: 30px 15px;
	background: #fff;
	display: inline-block;
	margin: 30px 0 0 0;
}

.ourteam h2 {
	color: #fff;
}

.ourteam h3 {
	margin: 0 0 5px 0;
	color: #0070aa;
	font-weight: 600;
	font-size: 16px;
}

.ourteam p {
	margin: 0 0 10px 0;
}

.ourteam img {
	width: 100%;
	height: auto;
}

.ourteam .img-box {
	opacity: 1;
	display: block;
	position: relative;
	margin: 0 0 15px 0;
}

.ourteam .img-box:after {
	content: "";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.60);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}

.img-box .text-center {
	position: absolute;
	z-index: 2;
	bottom: 50px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
	height: 0px;
	margin: 0px;
	opacity: 0;
}

.ourteam .img-box:after,
.img-box .text-center,
.img-box .text-center a {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.img-box .text-center i {
	font-size: 20px;
	letter-spacing: 10px;
	color: #fff;
}

.img-box .text-center a {
	width: 30px;
	height: 30px;
	text-align: center;
	border: 1px solid #f7f7f7;
	margin: 2px;
	padding: 5px;
	display: inline-block;
	color: #fff;
}

.img-box:hover:after {
	opacity: 1;
}

.img-box:hover .text-center {
	opacity: 1;
}

.img-box .text-center a {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.img-box .text-center a:hover {
	opacity: 0.6;
}

.img-box a:hover .text-center {
	border-color: #fff;
	color: #f7f7f7;
}


/*

================================================

13. Gallery

================================================

*/

.portfolio {
	padding-bottom: 0;
}

.gal-container {
	padding: 30px 0 0;
}

.gal-item {
	overflow: hidden;
	padding: 0;
}

.gal-item .box {
	height: 350px;
	overflow: hidden;
}

.box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

.gal-item a:focus {
	outline: none;
}

.gal-item a:after {
	content: "\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.30);
	position: absolute;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	text-align: center;
	line-height: 350px;
	font-size: 30px;
	color: #000000;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after {
	opacity: 1;
}

.modal-open .gal-container .modal {
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-open .gal-item .modal-body {
	padding: 0px;
}

.modal-open .gal-item button.close {
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #000;
	opacity: 1;
	color: #fff;
	z-index: 999;
	right: -12px;
	top: -12px;
	border-radius: 50%;
	font-size: 15px;
	border: 2px solid #fff;
	line-height: 25px;
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}

.modal-open .gal-item button.close:focus {
	outline: none;
}

.modal-open .gal-item button.close span {
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow: none;
}

.gal-container .modal-dialogue {
	width: 80%;
}

.gal-container .description {
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: left;
}

.gal-container .description h4 {
	margin: 0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}

.gal-container .modal.fade .modal-dialog {
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	top: 100px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
	opacity: 1;
}


/*

================================================

14. Blog

================================================

*/

.blog {
	background: #f7f7f7;
}

.blog h2 {
	margin-bottom: 30px;
}

.blog .thumbnail {
	padding: 0;
	margin-bottom: 30px;
	border: solid 1px #ccc;
	background: none;
	border-radius: 0;
}

.blog .thumbnail img {
	width: 100%;
}

.blog .hover-img {
	background: #333;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.blog .hover-img:hover>img {
	opacity: 0.6;
	transform: scale(1.1);
	transition-duration: 0.5s;
}

.blog .hover-img>img {
	min-height: 100%;
	transition-duration: 0.5s;
}

.blog .date {
	margin: 0 0 15px 0;
}

.blog .date span {
	color: #333;
	font-size: 12px;
	margin-right: 10px;
}

.blog .date span a {
	color: #0070aa;
	font-size: inherit;
	margin-left: 2px;
	text-transform: inherit;
}

.blog .thumbnail .caption {
	padding: 25px;
	background: #fff;
}

.blog div.caption h3 {
	margin-bottom: 10px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.blog div.caption h3 a:focus {
	text-decoration: none;
}

.blog div.caption a {
	color: #0070aa;
}

.blog div.caption p {
	margin-bottom: 20px;
}


/*

================================================

15. Contact us

================================================

*/

.contactus {
	padding: 0px 0 0 0;
}

.contact-inner {
	padding: 30px 0 60px;
	width: 100%;
	display: inline-block;
}

.contact-inner form {
	padding: 0 30px;
}

.form-item {
	background: #fff none repeat scroll 0 0;
	border-radius: 0;
	box-shadow: none;
	height: 45px;
	padding-left: 15px;
}

.btn-1 {
	background: #0070aa;
	border: medium none;
	border-radius: 0;
	color: #fff;
	padding: 12px 25px;
	text-transform: uppercase;
}

.btn-1:hover,
.btn-1:active,
.btn-1:focus {
	background: #333;
	color: #fff;
}

.contact-details {
	text-align: center;
}

a.btn.btn-default.wow.fadeInDown.animated.animated {
	border-radius: 0px;
	border: 2px solid;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding: 7px 25px;
	margin-top: 15px;
}

.contact-details div {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 30px;
	margin: 30px 0;
}

.contact-details div:nth-child(1),
.contact-details div:nth-child(4) {
	border-bottom: none;
}

.contact-details div:nth-child(3),
.contact-details div:nth-child(4) {
	border-bottom: none;
}

.contact-details div:nth-child(2),
.contact-details div:nth-child(4) {
	border-bottom: none;
	border-right: none;
}

.contact-details h3 {
	font-size: 30px;
	margin: 10px 0;
	text-transform: uppercase;
}

.contact-details i {
	color: #0070aa;
	font-size: 35px;
	padding-bottom: 18px;
}

.google-map iframe {
	width: 100%;
	height: 300px;
	border: solid 1px #ccc;
}

.google-map {
	position: relative;
	z-index: 9;
}

.google-map:before {
	/*background: #000 none repeat scroll 0 0;*/
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.7;
	position: absolute;
	right: 0;
	top: 0;
}


/*

================================================

16. Footer

================================================

*/

footer {
	padding: 25px 0;
	width: 100%;
	float: left;
}

footer p {
	color: #333;
	text-align: center;
	margin: 0;
}

.nav>li:nth-child(7)>a:nth-child(1) {
	background: #0070aa;
	padding: 8px;
	margin-top: -8px;
	color: #ffffff;
	border: 1px solid #0070aa;
}

.nav>li:nth-child(7)>a:nth-child(1):hover {
	background: transparent;
	padding: 8px;
	margin-top: -8px;
	color: #000000;
	border: 1px solid #0070aa;
}


/*

================================================

17. Media Quries 

================================================

*/

@media (min-width: 768px) {
	.gal-container .modal-dialog {
		width: 55%;
		margin: 50 auto;
	}
}

@media (max-width: 768px) {
	.gal-container .modal-content {
		height: 250px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav>li {
		padding: 0 0 0 15px;
	}
	.navbar {
		margin-top: 12px;
	}
	.banner-content h1 {
		font-size: 42px;
	}
	.aboutus .about-txt {
		position: static;
	}
	.aboutus .about-txt .about-inner {
		position: static;
		padding: 5%;
	}
	.service-callouts div {
		border: none;
	}
	.contact-details div {
		padding: 20px 4px;
		font-size: 12px;
	}
	.ourteam>div {
		padding: 0;
	}
	.services>div {
		padding: 0;
	}
	div.team-cnt div {
		padding: 0;
	}
	.blog div {
		padding: 0;
	}
	.contact-inner div {
		padding: 10px 0;
	}
	.contact-inner form {
		padding: 0 5px 0 15px;
	}
	.contactus div {
		padding: 0;
	}
	#scrool-top {
		right: 15px;
	}
}

@media (max-width: 767px) {
	.navbar {
		margin: 0;
	}
	.navbar-brand {
		display: block;
		padding: 0;
		width: 100%;
	}
	.navbar-nav>li {
		padding: 0;
	}
	.navbar-nav>li>a {
		padding-bottom: 10px;
	}
	.navbar-collapse {
		float: none;
	}
	.banner-content h1 {
		font-size: 35px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.aboutus .about-txt {
		position: static;
	}
	.aboutus .about-txt .about-inner {
		position: static;
		padding: 5%;
	}
	.aboutus .about-img {
		height: 300px;
	}
	.aboutus .muszaki-img {
		height: 300px;
	}
	.service-callouts div {
		border: none;
		padding: 20px 0;
	}
	div.team-cnt div {
		padding: 0;
	}
	.blog div div {
		padding: 0;
	}
	.contact-inner div {
		padding: 10px 0;
	}
	.contact-details div {
		border: none;
	}
	.ourteam .img-box {
		margin: 40px 0 15px;
	}
	.team-cnt {
		display: inherit;
	}
	.banner-content p {
		display: none;
	}
	#scrool-top {
		right: 15px;
	}
	.contact-inner form {
		padding: 0px;
	}
}

@media(min-width:768px) and (max-width:992px) {
	.navbar-default .navbar-nav>li>a {
		font-size: 10px;
	}
}