/********************************/
/*            General css           */
/********************************/
body {
	padding: 0;
	margin: 0;
	height: 100%
}
.heading {
	font-size: 30px;
	font-weight: 400;
	animation-delay: 0.4s;
	transition-delay: 0.4;
	color: #e1450f;
	font-family: 'Playfair Display', serif;
	text-align: center;
	margin-top: 15px
}
.side-heading {
	font-size: 24px;
	font-weight: 400;
	animation-delay: 0.4s;
	transition-delay: 0.4;
	color: #e1450f;
	font-family: 'Roboto Slab', serif;
	margin-top: 15px;
}
.descrption {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	margin-top: 15px;
	text-align: justify
}
.descrption .fa {
	color: #e1450f;
	font-size: 75px;
	float: left;
	margin-right: 8px;
	border: 3px solid #e1450f;
	padding:15px
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	margin-top: 15px;
	text-align: center
}
.main {
	margin-top: 15px
}
.readmore {
	color: #e1450f;
	font-size: 16px;
	font-weight: 600;
	display: block
}
/********************************/
/*            Navigation        */
/********************************/
/* navbar */
.navbar-default {
	background-color: #fff
}
/* title */
.navbar-default .navbar-brand {
	height: auto;
	width: 100%;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #3facde;
}
.navbar-toggle {
	background-color: #fff;
	margin-top: 10%
}
/* link */
.navbar-default .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
.navbar-default .navbar-nav > li > ul {
	background-color: #95969a;
	margin-top: 1px;
	font-family: 'Open Sans', sans-serif;
}
.navbar-default .navbar-nav > li > ul a {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 400;
	margin-top: 8px;
}
.navbar-default .navbar-nav > li > ul a:hover {
	color: #e85f2d;
	background-color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #ea5721
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #ea5721;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .nav -color: #D5D5D5;
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
	border-top-color: #a62b1f;
	border-bottom-color: #a62b1f;
}
.pull-right {
	margin-top: 35px;
	background-color: #95969a;
}
/********************************/
/*            image-slider        */
/********************************/
.jk-slider {
	width: 100%;
	margin-top: -21px;
}
/********************************/
/*          Hero Headers        */
/********************************/
.hero {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0,0,0,.75);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.hero h1 {
	font-size: 36px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	animation-delay: 0.4s;
	transition-delay: 0.4;
	color: #fff;
	font-family: 'Playfair Display', serif;
}
.hero p {
	font-weight: 600;
	margin: 0;
	padding: 0;
	animation-delay: 1.0s;
	transition-delay: 0.8;
	color: #FFF;
	text-align: center
}
.fade-carousel .carousel-inner .item .hero {
	opacity: 0;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
	opacity: 1;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}
/********************************/
/*            Overlay           */
/********************************/
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #000;
	opacity: .6;
}
/********************************/
/*         Services Area        */
/********************************/
.service {
	position: relative;
	margin: o;
	padding: 0
}
.image {
	display: block;
	width: 100%;
	height: auto;
}
.my-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #000;
}
.service:hover .my-overlay {
	opacity: 0.8;
}
.text a {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-weight: 900;
	text-transform: uppercase;
}
/********************************/
/*            Why choose us     */
/********************************/
.parallax {
	/* The image used */
	background: url(../img/slider/parallax.jpg);
	/* Set a specific height */
	height: 450px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax .fa {
	color: #FFF
}
.parallax-inner {
	margin-top: 80px
}
.parallax-heading {
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	font-family: 'Playfair Display', serif;
}
.parallax h2 {
	color: #fff;
	font-size: 36px
}
/********************************/
/*            Our Clients          */
/********************************/
.slick-slide {
	margin: 0px 20px;
}
.slick-slide img {
	width: 100%;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/********************************/
/*     About Us page           */
/********************************/
.page-header {
	background: url(../img/about-header.jpg);
	width: 100%;
	height: 250px;
	top: 0
}
.page-header h2 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 36px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 180px;
}
.header-background {
	width: 100%;
	height: 250px;
	top: 0;
	background: url(../img/ackground.jpg)
}
.header-background h2 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 36px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 180px;
}
.header-background-contact {
	width: 100%;
	height: 250px;
	top: 0;
	background: url(../img/contac-header.jpg)
}
.header-background-contact h2 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 36px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 180px;
}
.vision-mission-team {
	background-color: #fff
}
.circle {
	width: 120px;
	height: 120px;
	background: #e1450f;
	border-radius: 100%;
	text-align: center;
	margin: auto;
}
.circle i {
	color: #FFF;
	font-size: 60px;
	padding: 15px;
	margin-top: 15px
}
.team {
	border: 1px solid #000000;
	margin-top: 75px;
	margin-bottom: 15px;
	height: 200px;
}
.team img {
	border-radius: 100%;
	margin-top: -60px;
}
.social-link-team .fa {
	margin-left: 5px;
	font-size: 30px;
}
.social-link-team .fa-facebook-square {
	color: #3b5998
}
.social-link-team .fa-facebook-square:hover {
	color: #e1450f
}
.social-link-team .fa-twitter-square {
	color: #55adee
}
.social-link-team .fa-twitter-square:hover {
	color: #e1450f
}
.social-link-team .fa-linkedin-square {
	color: #000
}
.social-link-team .fa-linkedin-square:hover {
	color: #e1450f
}
/*===========================
	footer
============================ */
.footer {
	background: #292929;
	padding: 50px;
}
.footer p {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	color: #ccc;
	text-align: justify;
	margin-top: -8px
}
.footer h2 {
	color: #eee;
	margin-bottom: 50px;
	font-size: 20px;
	text-transform: uppercase
}
ul.social-network {
	margin-top: 30px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
ul.social-network li {
	display: inline;
	font-size: 16px;
	margin-right: 10px;
}
ul.social-network li a {
	color: #ccc;
	padding: 5px 10px;
	background: #000;
	border-radius: 50%
}
.social-network li:hover .fa-twitter {
	color: #00abf0;
}
.social-network li:hover .fa-facebook {
	color: #39579a;
}
.social-network li:hover .fa-google-plus {
	color: #eb8984;
}
.social-network li:hover .fa-pinterest {
	color: #c9171e;
}
.social-network li:hover .fa-linkedin {
	color: #0077b5;
}
.footer h3 {
	color: #fff;
	margin-bottom: 50px;
	font-size: 16px;
}
.footer ul {
	text-decoration: none;
	list-style: none;
	margin-left: -40px;
	font-size: 14px;
	color: #ccc;
}
.footer ul li:hover {
	color: #fff;
	cursor: pointer;
}
.sub-footer a {
	color: #ccc;
	text-transform: uppercase
}
.sub-footer a:hover {
	color: #fff;
}
.sub-footer {
	background: #090909;
	padding: 30px;
	color: #CCC
}
.sub-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sub-footer ul > li {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	margin-right: 10px;
}
a.scrollup {
	color: #ccc;
	height: 40px;
	width: 40px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 40px;
	opacity: 0, 5;
	border-radius: 50%;
	z-index: 999;
}
a.scrollup :hover {
	color: #fff;
	height: 40px;
	width: 40px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 40px;
	opacity: 0, 5;
	border-radius: 100%;
	z-index: 999;
	background-color: #0e508d
}
