body {	
	font: 14px/24px 'Roboto', sans-serif;
	color: #333;
	background: #fff;
}

/* Standard Styles Starts */

a { color: #3498db; }
a:hover, 
a:focus {
	color: #2280bf;
}
a:focus { outline: none; }

.hr-1 {
	border-color: #dfdfdf;
}

/* Heading Styles Starts */

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	color: #292929;
	font-family: 'Roboto Condensed', sans-serif;
}
h1 { font-size: 48px; }
h2 { font-size: 42px; }
h3 { font-size: 36px; }
h4 { font-size: 30px; }
h5 { font-size: 24px; }
h6 { font-size: 18px; }

.font1, 
#nav {
	font-family: 'Roboto Condensed', sans-serif;
}
.font2, 
.section-sub-heading {
	font-family: 'Roboto', sans-serif;
}

/* Form & Buttons Styles Starts */

.btn-main {
	background-color: #333;
}

.btn-1 {
	background-color: #3498db;
}
.btn-main:hover, 
.btn-main:focus,
.btn-main:active,
.btn-main.active, 
.btn-1:hover, 
.btn-1:focus,
.btn-1:active,
.btn-1.active {
	background-color: #2280bf;
}
.btn-main, 
.btn-main:hover, 
.btn-main:focus,
.btn-main:active,
.btn-main.active, 
.btn-1, 
.btn-1:hover, 
.btn-1:focus,
.btn-1:active,
.btn-1.active {
	color: #fff;
}

/* Navigation Styles Starts */

#nav {
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #3f3e3e;
	border: none;	
}
	#nav.sticky-nav {
		width: 100%;
		z-index: 999;
	}
	#nav.fixednav {
		-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
		   -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
				box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);	
	}
	#nav .navbar-brand {
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
		height: auto;
		color: #fff;
		font-size: 24px;
		line-height: normal;
	}
		#nav .nav-item > a {
			padding-left: 15px;
			padding-right: 15px;			
			color: #fff;
			line-height: normal;
		}
		#nav .nav-item > a:hover, 
		#nav .nav-item.current > a {
			color: #3498db;
			text-decoration: none;
		}
		#nav .navbar-toggler {
			margin-top: 10px;
			background: none;
			border: none;	
			outline: none;
			cursor: pointer;
		}
		#nav .navbar-toggler span {
			color: #fff;
		}
		#nav .navbar-toggler:hover span {
			color: #3498db;
		}

/* Main Slider Styles Starts */

	#main-slider .carousel-caption {
		top: 30%;
		bottom: 0;
		left: 15%;
		right: 15%;
		text-align: unset;
		text-shadow: none;
	}
		#main-slider .carousel-caption h3 {
			line-height: 46px;
		}
		#main-slider .carousel-caption, 
		#main-slider .carousel-caption h3, 
		#main-slider .carousel-caption h5 {
			color: #fff;
			font-weight: 300;
		}

	#main-slider .carousel-control-prev, 
	#main-slider .carousel-control-next {
		top: 40%;
		bottom: auto;
		width: auto;
		height: auto;
		font-size: 48px;
		text-shadow: none;		
		background: none;
	}
	#main-slider .carousel-control-prev {
		left: 5%;
	}
	#main-slider .carousel-control-next {
		right: 5%;
	}
	
/* Carousel Fade Styles Starts */

	#main-slider.carousel-fade .carousel-item {
		opacity: 0;
		-webkit-transition: opacity 0.6s ease !important; 
		   -moz-transition: opacity 0.6s ease !important; 
				transition: opacity 0.6s ease !important; 
	}

	#main-slider.carousel-fade .carousel-item-next,
	#main-slider.carousel-fade .carousel-item-prev {
		left: 0 !important;
	}

	#main-slider.carousel-fade .carousel-item-next.carousel-item-left,
	#main-slider.carousel-fade .carousel-item-prev.carousel-item-right {
		-webkit-transform: none;
		   -moz-transform: none;
				transform: none;
	}

	@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
		#main-slider.carousel-fade .carousel-item-next.carousel-item-left,
		#main-slider.carousel-fade .carousel-item-prev.carousel-item-right {
			-webkit-transform: none;
			   -moz-transform: none;
					transform: none;
		}
	}

	#main-slider.carousel-fade .carousel-item-next,
	#main-slider.carousel-fade .active.carousel-item-right {
		-webkit-transform: none;
		   -moz-transform: none;		
				transform: none;
	}

	@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
		#main-slider.carousel-fade .carousel-item-next,
		#main-slider.carousel-fade .active.carousel-item-right {
			-webkit-transform: none;
			   -moz-transform: none;			
					transform: none;
		}
	}

	#main-slider.carousel-fade .carousel-item-prev,
	#main-slider.carousel-fade .active.carousel-item-left {
		-webkit-transform: none;
		   -moz-transform: none;
				transform: none;
	}

	@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
		#main-slider.carousel-fade .carousel-item-prev,
		#main-slider.carousel-fade .active.carousel-item-left {
			-webkit-transform: none;
			   -moz-transform: none;
					transform: none;
		}
	}

	/* THE FIX */
	#main-slider.carousel-fade .carousel-inner .carousel-item,
	#main-slider.carousel-fade .carousel-inner .active.carousel-item-left,
	#main-slider.carousel-fade .carousel-inner .active.carousel-item-right {
		opacity:0;
	}

	#main-slider.carousel-fade .carousel-inner .active,
	#main-slider.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
	#main-slider.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
		opacity: 1;
	}	

/* Section Area Styles Starts */

.section-area {
	padding-top: 75px;
	padding-bottom: 75px;
}
.section-area.alt {
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-inverse {
	background-color: #2a2a2a;
}
.section-inverse, 
.section-inverse a {
	color: #fff;
}
	.section-heading {
		margin-top: 0;
		margin-left: 35px;
		position: relative;
		font-weight: bold;
		text-transform: uppercase;
	}
		.section-heading::before {
			content: "";
			position: absolute;
			top: 20px;
			left: -35px;
			width: 22px;
			height: 3px;
			background-color: #2a2a2a;
		}
		.section-heading.text-center::before {
			left: 39%;
		}
	.section-sub-heading {
		margin-top: 10px;
		margin-bottom: 30px;
		line-height: 34px;
		font-weight: normal;
	}
	.section-content-1 p {
		margin-bottom: 0;
	}
	.section-content-1 p + p {
		margin-top: 25px;
	}

/* About Section Styles Starts */

.about-stats {
	margin-bottom: 0;
}
	.about-stats li {
		margin-top: 30px;
	}

/* Services Section Styles Starts */

.services-box {
	margin-top: 30px;
	padding: 25px;
	background-color: #f6f6f6;
	border: 1px solid #d9d9d9;
}
	.services-box .fa {
		margin-bottom: 10px;
		font-size: 48px;
	}	

/* Team Section Styles Starts */

.team-section {
	padding-bottom: 0;
}
	.team-section-content {
		margin-top: 30px;
		padding-bottom: 0;
		background-image: url(../images/bg/team-section-bg.jpg);
	}
		.team-bio-box {
			margin-top: 30px;
		}
			.team-bio-box-title {
				margin-top: 15px;
				margin-bottom: 0;
			}
			.team-bio-box-tag {
				font-size: 12px;
			}
			.team-bio-box-links {
				margin-bottom: 5px;
			}
				.team-bio-box-links li {
					padding-left: 8px;
					padding-right: 8px;
				}
					.team-bio-box-links li a:hover, 
					.team-bio-box-links li a:focus {
						color: #3498db;
					}	

/* Gallery Section Styles Starts */

.gallery-item {
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}
	.gallery-item, 
	.gallery-item a, 
	.gallery-item h6 {
		color: #fff;
	}
		.gallery-item img {
			-webkit-transform: scale(1.0);
			   -moz-transform: scale(1.0);
					transform: scale(1.0);
		}
		.gallery-item:hover img, 
		.gallery-item:focus img {
			-webkit-transform: scale(1.3);
			   -moz-transform: scale(1.3);
					transform: scale(1.3);			
		}
		.gallery-item .overlay {
			position: absolute;
			top: 0;
			right: 0;
			left: 0;
			bottom: 0;
			height: 100%;
			text-align :center;
			cursor: auto;
			opacity: 0;
			background: rgba(0, 0, 0, 0.6);
		}
		.gallery-item:hover .overlay, 
		.gallery-item:focus .overlay {
			opacity: 1;
		}
			.gallery-item .overlay .inner {
				height: 100%;
			}
				.gallery-item .overlay .inner::after {
					content: "";
					margin: 0 auto;
					position: absolute;
					top: 15px;
					left: 15px;
					bottom: 15px;
					right: 15px;
					border: 1px solid #fff;
				}
					.gallery-item-details {
						position: absolute;
						top: 27%;
						left: 0;
						right: 0;
						z-index: 99;
					}
					.gallery-item-details.alt {
						top: 40%
					}
						.gallery-item .overlay .inner h6 {
							margin-top: 0;
							margin-bottom: 5px;
							-webkit-transform: translateY(-75px);
							   -moz-transform: translateY(-75px);
								-ms-transform: translateY(-75px);				
									transform: translateY(-75px);
						}
						.gallery-item .overlay .inner p {
							margin-bottom: 10px;
							-webkit-transform: translateX(-75px);
							   -moz-transform: translateX(-75px);
								-ms-transform: translateX(-75px);				
									transform: translateX(-75px);
						}
						.gallery-item .overlay .inner .fa {
							margin-top: 5px;
							font-size: 30px;
							-webkit-transform: translateY(75px);
							   -moz-transform: translateY(75px);
								-ms-transform: translateY(75px);				
									transform: translateY(75px);								
						}
						.gallery-item .overlay:hover .inner p {
							-webkit-transform: translateX(0);
							   -moz-transform: translateX(0);
								-ms-transform: translateX(0);
									transform: translateX(0);
						}
						.gallery-item .overlay:hover .inner h6, 
						.gallery-item .overlay:hover .inner .fa {
							-webkit-transform: translateY(0);
							   -moz-transform: translateY(0);
								-ms-transform: translateY(0);
									transform: translateY(0);
						}

/* Testimonial Section Styles Starts */

.testimonial-box {
	margin-top: 30px;
	padding: 20px 10px 0;
	background-color: #f6f6f6;
	border: 1px solid #d9d9d9;
}
.testimonial-box:hover {
	-webkit-box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.2);
			box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.2);
}
	.testimonial-box-title {
		margin-top: 25px;
		color: #333;
	}
	.testimonial-box-quote {
		padding: 10px 20px;
		color: #6c6c6c;
		font-size: 14px;
		font-style: italic;
		border: none;
	}
		.testimonial-box-quote:before {
			content: "\f10d";
			margin-bottom: 15px;
			display: block;
			color: #3498db;
			font-size: 36px;
			font-style: normal;
		}	

/* Events Section Styles Starts */

.events-section-content {
	overflow: hidden;
}
	.events-section-content h2 {
		margin-top: 8px;
		margin-bottom: 20px;
		color: #fff;
		line-height: 52px;
	}	

/* Contact Form Styles Starts */

.contact-section .status {
	display: none;
}
.contact-form {
	margin-top: 40px;
}
	.contact-form .form-control {
		margin-bottom: 25px;
		padding: 15px 25px;
		color: #6c6c6c;
		background-color: #f6f6f6;
		border-color: #d9d9d9;
	}
	.contact-form .form-control:focus {
		background-color: #f2f2f2;
	}
	.contact-form input[type=text].form-control, 
	.contact-form input[type=email].form-control {
		height: 52px;
	}
	.contact-form textarea.form-control {
		line-height: 25px;
	}
	.contact-form .form-control::-webkit-input-placeholder { 
		color: #898989;
	}
	.contact-form .form-control::-moz-placeholder {
		color: #898989;
	}
	.contact-form .form-control:-ms-input-placeholder {
		color: #898989;
	}
	.contact-form .form-control:-moz-placeholder {
		color: #898989;
	}
	.contact-form .btn {
		margin-top: 15px;
		margin-bottom: 10px;
		padding: 12px 36px;
		font-size: 16px;
	}		

/* Footer Styles Starts */

.main-footer {
	padding-top: 25px;
	padding-bottom: 25px;	
	background-color: #2a2a2a;
}
	.main-footer, 
	.main-footer a {
		color: #bfbfbf;
	}
	.main-footer a:hover, 
	.main-footer a:focus {
		color: #fff;
	}
		.main-footer ul > li {
			font-size: 16px;
		}
		.main-footer ul > li + li {
			margin-left: 10px;
		}	

/* List Styles Starts */

.list-style-1 {
	margin-top: 25px;
}
	.list-style-1 li {
		padding-top: 2px;
	}
	.list-style-1 li::before {
		content: "\f00c";
		margin-right: 10px;
		color: #3498db;
	}	

/* Generic Styles Starts */

.parallax {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.spacer-xxs  { height: 5px;  }
.spacer-xs   { height: 10px; }
.spacer-sm   { height: 15px; }
.spacer-md	 { height: 20px; }
.spacer-lg	 { height: 25px; }
.spacer-xlg  { height: 40px; }
.spacer-xxlg { height: 60px; }

.text-color-brand   { color: #3498db; }
.text-color-grey    { color: #6c6c6c; }

.text-thin		 	{ font-weight: 100; }
.text-extra-light	{ font-weight: 200; }
.text-light		 	{ font-weight: 300; }
.text-normal 	 	{ font-weight: 400; }
.text-medium 	 	{ font-weight: 500; }
.text-bold		 	{ font-weight: 700; }
.text-ultra-bold 	{ font-weight: 900; }

.br-3 {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

.no-boxshadow, 
.contact-form .form-control, 
.contact-form .form-control:focus {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

.font-awesome, 
.testimonial-box-quote:before, 
.list-style-1 li::before {
	font-family: 'FontAwesome';
	src: url('../font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0');
	src: url('../font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
}

.animation, 
.animation a {
	-webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
		    transition: all 0.5s ease 0s;
}

.animation-1, 
.animation-1 a {
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
		    transition: all 1s ease;	
}