@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'CoHeadlineW01';
	src: local('Co Headline W01 Regular'), local('CoHeadlineW01-Regular'), url('CoHeadlineW01-Regular.woff') format('woff'), url('CoHeadlineW01-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body {
	background-image: url(../images/pattern.png);
        font-family: 'CoHeadlineW01', sans-serif;
	font-size: 14px;
	color: #2b2d2e;
}
.navbar-brand img {
	padding: 20px;
	margin: 0px;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
nav, nav ul, nav ul li, nav ul li a, nav #menu-button {
	position: relative;
}
nav ul li a {
	padding-bottom: 10px;
	font-size: 18px;
	display: block;
	line-height: 32px;
	height: 35px;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
}
nav ul li a:before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	right: 50%;
	height: 6px;
	border-radius: 3px;
	background: #24BEDC;
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
nav ul li a:hover:before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 5px;
	right: 5px;
	height: 6px;
	background: #24BEDC;
	border-radius: 3px;
}
.btn-primary {
	background-color: #2b2d2e;
	border: 0;
	color: #fff;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.btn-primary:hover {
	background-color: #24BEDC;
	color: #2b2d2e;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.bg-faded .navbar-toggler-right {
	top: 45px;
}
.bg-faded {
	background-color: #fff;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active 
{
  display: block;
}
.carousel-caption {
	bottom: 70px;
}
.carousel-caption h3 {
	font-size: 70px;
	text-transform: uppercase;
}
.carousel-caption p {
	margin: auto;
	width: 95%;
	font-size: 18px;
	color: yellow;
}
.title {
	color: #24bedc;
	font-size: 24px;
	width: 100%;
	text-align: center;
	padding: 20px 0px 5px;
	text-transform: uppercase;
}
.explain {
	color: #666666;
	font-size: 14px;
	text-align: center;
	width: 100%;
}
.card:hover .card-img-top::after {
	content: "";
	width: 124px;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	cursor: pointer;
}
.card:hover > .icon > .card-img-top {
	width: 300px;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	cursor: pointer;
}
.card:hover > .card-block > .card-title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(to right, #ff0844 0%, #ffb199 80%);
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	cursor: pointer;
}
.card {
	margin: 120px 0;
	border: 0;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.card-img-top {
	margin: 0 auto;
	display: block;
	width: 300px;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.card-title {
	text-align: center;
	font-size: 15px;
	color: #2b2d2e;
}
.card-title::after {
	content: '';
	width: 80px;
	height: 6px;
	background: #2b2d2e;
	display: block;
	margin: 20px auto;
	border-radius: 3px;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.icon {
	min-height: 120px;
	display: block;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.about {
	position: relative;
	min-height: 500px;
}
/*
.aboutus {
	background: url(../images/aboutbg.jpg) no-repeat center;
	max-height: 664px;
	height: auto;
}
*/
.slideshow {
	list-style: none;
	z-index: 1;
}
.slideshow ul {

}
.slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 25% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	backface-visibility: hidden;
	animation: imageAnimation 24s linear infinite 0s;
}
.slideshow li:nth-child(1) span {
	background-image: url(../images/aboutbg01.jpg);
}
.slideshow li:nth-child(2) span {
	background-image: url(../images/aboutbg02.jpg);
	animation-delay: 18s;

}

 @keyframes imageAnimation {
 0% {
 opacity: 0;
 animation-timing-function: ease-in;
}
 12.5% {
 opacity: 1;
 animation-timing-function: ease-out;
}
 80% {
 opacity: 1;
}
 90.5% {
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
.no-cssanimations .slideshow li span {
	opacity: 1;
}
 @-moz-keyframes imageAnimation {
 0% {
 opacity: 0;
 animation-timing-function: ease-in;
}
 12.5% {
 opacity: 1;
 animation-timing-function: ease-out;
}
 80% {
 opacity: 1;
}
 90.5% {
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
.no-cssanimations .slideshow li span {
	opacity: 1;
}

.aboutcard {
	background: #2b2d2e;
	opacity: 0.8;
	padding: 20px;
	height: auto;
	/*max-height: 590px;
	min-height: 450px;*/
	margin: 40px;
}
.aboutcard h3 {
	color: #24bedc;
	font-size: 24px;
	width: 100%;
	text-align: center;
	padding: 20px 0px 10px;
	text-transform: uppercase;
}
.aboutcard p {
	text-align: justify;
	color: #fff;
	font-size: 16px;
}
#OurServicesProcess .card-block {
	flex: auto;
	padding: 150px 0;
}
.card-block .card-img-bottom {
	display: block;
	margin: 0px auto 20px;
}
.card-img-bottom:hover {
	animation-name: bounceIn;
	animation-duration: 1s;
	animation-fill-mode: both;
}
 @keyframes bounceIn {
 from, 20%, 40%, 60%, 80%, to {
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 transform: scale3d(.3, .3, .3);
}
 20% {
 transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
 transform: scale3d(.9, .9, .9);
}
 60% {
 opacity: 1;
 transform: scale3d(1.03, 1.03, 1.03);
}
 80% {
 transform: scale3d(.97, .97, .97);
}
 to {
 opacity: 1;
 transform: scale3d(1, 1, 1);
}
}
#OurServicesProcess .card-block .card-title::after {
	height: 0;
}
.map-container {
	margin-bottom: 20px;
	position: relative;
	left: -15px;
}
.location-details .widget-contact ul li, .location-details > *:last-child {
	margin-bottom: 0;
}
.map {
	height: 700px;
}
.map img {
	max-width: none;
}
.location-details .widget-contact ul {
	font-size: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.location-details .widget-contact ul li span {
	color: #24BEDC;
}
.location-details .widget-contact ul li a {
	color: #fff;
}
a.close-location-details {
	color: #24BEDC;
	font-size: 24px;
	position: absolute;
	right: 20px;
	text-decoration: none;
	top: 15px;
}
.location-details {
	background-color: #fff;
	color: #000;
	left: 50%;
	padding: 40px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	border-radius: 5px;
}
footer {
	height: 40px;
	padding: 0px;
}
footer ul {
	margin: 0;
	padding: 0;
}
footer ul li {
	float: left;
	margin-right: 10px;
	list-style: none;
	margin-top: 10px;
}
footer ul li a {
	color: #666;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
footer ul li a:hover {
	color: #24BEDC;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
footer span {
	float: left;
	margin-top: 15px;
	font-size: 14px;
}
footer span a {
	color: #24BEDC;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
footer span a:hover {
	color: #666;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-decoration: none;
}
/* go to top button 
------------------------------------------------------------------ */
#go-top {
	float: right;
	z-index: 600;
	text-align: center;
	margin-bottom: 20px;
}
#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	height: 50px;
	width: 50px;
	background: #666;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	color: #FFFFFF;
	text-align: center;
	border-radius: 50%;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#go-top a:hover {
	background: #24BEDC;
	color: #000000;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
#go-top a i {
	position: relative;
	margin-top: 10px;
	text-align: center;
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {
.carousel-caption h3 {
	font-size: 40px;
}
.carousel-caption p {
	font-size: 14px;
}
#OurServicesProcess .card-block {
	padding: 30px 0;
}
}
/* 
/* 03. =Preloader
/* =================================================================== */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 9999999;
	height: 100%;
	width: 100%;
}
.no-js #preloader, .oldie #preloader {
	display: none;
}
#loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	background: url("../images/loader.png") no-repeat center;
	-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
	animation: sk-rotateplane 1.2s infinite ease-in-out;
}
 @-webkit-keyframes sk-rotateplane {
 0% {
 -webkit-transform: perspective(120px);
transform: perspective(120px);
}
 50% {
 -webkit-transform: perspective(120px) rotateY(180deg);
 transform: perspective(120px) rotateY(180deg);
}
 100% {
 -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
 transform: perspective(120px) rotateY(180deg) rotateX(180deg);
}
}
 @keyframes sk-rotateplane {
 0% {
 -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
 transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
 50% {
 -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
 transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
 100% {
 -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
 transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {
.carousel-caption h3 {
	font-size: 20px;
}
.carousel-caption {
	bottom: 10px;
}
.aboutcard p {
	font-size: 12px;
}
.card {
	margin: 20px 0;
}
.location-details {
	width: 300px;
}
.about {
	position: relative;
	min-height: auto;
}
}
