/* ----------------------------------------------------------------------------------------
* Author        : Ambidextrousbd
* Template Name : Nioti | One Page Multipurpose Html Template
* File          : Nioti main CSS file
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */


/* INDEX
----------------------------------------------------------------------------------------

01. General css

02. Navigation area css

03. Slider area css

04. About area css

05. Service area css

06. Portfolio/work area css

07. Team Area Css

08. Fun facts area css

09. Pricing area css

10. Testimonial area css

11. News area css

12. Video area css

13. Subsicribe area css

14. Contact area css

15. Google map area css

16. footer area css

-------------------------------------------------------------------------------------- */


/* Google Fonts lato and open sans */

@import url('https://fonts.googleapis.com/css?family=Lato:300,700,900|Open+Sans');

/* ----------------------------------------------------------------------------------------
*                                       01. General css
* -------------------------------------------------------------------------------------- */

html, body {
	height: 100%
}

body {
	color: #333;
	font-weight: 400;
	width: 100%;
	height: 100%;
	font-size: 15px;
	line-height: 1.6;
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #333;
	font-family: 'Lato', sans-serif;
}

.subtitle {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

p {}

a {
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

ul, li {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
}

.btn, input[type='submit'] {
	display: inline-block;
	background: transparent;
	padding: 10px 25px;
	font-weight: 300;
	border-radius: 0px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	color: #fff;
	background: #0facef;
	border: none;
	font-family: 'Lato';
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.btn.btn-trnsp {
	background: #0facef;
	border-radius: 1px;
	color: #fff;
}

.btn-big {
	border-radius: 1px;
	font-size: 20px;
	font-weight: 900;
}

.btn.btn-trnsp:hover {
	color: #333;
}

.section-big {
	padding: 95px 0px;
}

.section-small {
	padding: 50px 0px;
}

.section-title {
	margin: auto;
	max-width: 700px;
	margin-bottom: 60px;
}

.section-title.white h2 {
	color: #fff;
}

.section-title h2 {
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 25px;
	line-height: 30px;
	margin-top: 0;
	text-transform: uppercase;
}

.section-title h2:before {
	content: '';
	position: absolute;
	width: 70px;
	margin-left: -35px;
	height: 2px;
	left: 50%;
	bottom: 0px;
	background-color: #0facef;
}

.section-title h2 span {
	color: #0facef;
}

.section-title p {
	margin-top: 25px;
}


/* preloader css */

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background-image: url(../img/preloader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
}

.table {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.table-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

img {
	max-width: 100%;
}


/* ----------------------------------------------------------------------------------------
*                               02. Navigation area css
* --------------------------------------------------------------------------------------- */

.top-bar {
	color: #000;
	background: #fff;
	padding: 17px 0px;
}

.tlogo, .tphone, .tappoint {
	float: left;
	width: 33.33%;
}

.tlogo a {
    line-height: 62px;
}

.tphone {
    text-align: center;
}

.tphone p {
	text-align: center;
	font-size: 15px;
	margin-bottom:	0px;
}

.tphone span {
	color: #00a550;
	font-size: 24px;
	text-align: center;
	font-weight: 900;
}

.tappoint {
	text-align: right;
	margin-top: 20px;
}

.tappoint a {
	color: #fff;
	background: #00a550;
	padding: 15px 35px;
}

.tappoint a:hover {
	color: #333;
}

.menu-area.navbar-fixed-top {
	background: #00a550;
	top: 97px;
}

.menu-area.navbar-fixed-top.sticky-menu {
	top: 0px;
	height: 50px;
}

.sticky-menu {
	box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.mainmenu {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.sticky-menu .mainmenu {
	padding-top: 0px;
}

.navbar {
	margin-bottom: 0;
	border: 0px;
}

.sticky-menu .navbar {
	/* margin-top: 8px; */
}

.navbar-brand {
	padding: 0;
}

.navbar-brand:hover {
	color: #333;
}

.navbar-nav li {
	float: none;
	display: inline-block;
}

.navbar-nav li a {
	color: #fff;
	font-weight: 900;
	font-family: 'Lato';
	font-size: 14px;
}

.nav> li> a:hover, .nav> li> a:focus {
	background: none;
}

.mainmenu .navbar-nav li a:hover {
	color: #0facef;
	background: #fff;
}

.mainmenu .navbar-nav li.active a {
	color: #0facef;
	background: #fff;
}


/* Mobile Nav css */

.navbar-toggle .icon-bar {
	background: #333;
}


/* ----------------------------------------------------------------------------------------
*                               03. Slider area css
* -------------------------------------------------------------------------------------- */


/* Home carseoul
--------------------------- */

#slider, #slider .carousel, #slider .carousel .carousel-inner, #slider .carousel .carousel-inner .item {
	height: 100%;
	min-height: 400px;
}

#slider .main-container {
	padding: 0;
}

#slider .carousel-indicators {
	right: 100px;
	left: auto;
	width: 80px;
}

#slider .carousel-indicators li {
	width: 12px;
	height: 12px;
	border: 1px solid #0facef;
	border-radius: 0px;
	background: transparent;
	margin: 0px;
	margin-left: 7px;
}

#slider .carousel-indicators li.active {
	background: #0facef;
}

#slider .carousel-control.right, #slider .carousel-control.left {
	background-image: none;
}

#slider .carousel .item {
	min-height: 425px;
	height: 100%;
	width: 100%;
}

#slider .carousel .item:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.25);
}

#slider .carousel-control {
	width: 6%;
	text-shadow: none;
}

.carousel-fade .carousel-inner .item {
	transition-property: opacity;
	-ms-transition-property: opacity;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}

.right.carousel-control img, .left.carousel-control img {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -26px;
	padding: 20px 10px;
}

.carousel-control img:hover {
	background: #82b541;
}

.left.carousel-control img {
	left: 10px;
}

.right.carousel-control img {
	right: 10px;
}

.carousel-control {
	opacity: 1;
	filter: alpha(opacity=100);
}

.intro-text {
	text-align: center;
	display: block;
	margin: auto;
	width: 100%;
	max-width: 600px;
}

.intro-text .title {
	text-align: center;
}

.intro-text h2 {
    text-transform: uppercase;
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    color: #000;
}

.intro-text h1 {
	text-transform: uppercase;
	font-size: 110px;
	line-height: 110px;
	font-weight: 900;
	color: #0facef;
	margin-top: 0px;
}

@media (max-width: 767px) {
	.intro-text h2 {
	    font-size: 30px;
	}

	.intro-text h1 {
		font-size: 60px;
	}
}


/* Slide Background Image */

#slider .slide1 {
	background-image: url(../img/slider/01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#slider .slide2 {
	background-image: url(../img/slider/02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#slider .slide3 {
	background-image: url(../img/slider/03.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#slider .slide4 {
	background-image: url(../img/slider/04.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#slider .slide5 {
	background-image: url(../img/slider/05.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#slider .slide6 {
	background-image: url(../img/slider/06.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* ----------------------------------------------------------------------------------------
*                               04. About area css
* ---------------------------------------------------------------------------------------*/

.about-area {
	background: green;
}

.opening-hours-wrap {
	background-image: url(../img/about/about.png);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	height: 340px;
	color: #fff;
	padding: 10px 60px;
	background-size: cover;
}

.opening-hours-wrap:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(34, 173, 237, 0.9);
}

.opening-hours {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

.opening-hours li {
	padding-bottom: 10px;
}

.opening-hours-wrap h3 {
	margin-bottom: 20px;
	color: #fff;
	position: relative;
}

.about-details {
	margin-bottom: 25px;
	text-align: center;
	color: #fff;
}

.about-details h3 {
	margin-top: 0px;
	color: #0facef;
}

.about-details ul {
	margin-top: 10px;
	margin-left: 30px;
	list-style: none;
}

.about-details ul li {
	line-height: 30px;
	position: relative;
}

.about-details ul li:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	left: -30px;
	top: 50%;
	margin-top: -3px;
	border: 4px solid #0facef;
	border-radius: 50px;
}

.about-details .btn {
	margin-top: 20px;
}
.about-details p{
	text-align: justify;
	font-weight: bold;
}
.about-details p.p2{
	font-weight: bold;
}


/* ----------------------------------------------------------------------------------------
*                                   05. accordion area css
* --------------------------------------------------------------------------------------- */

.department-area {
	background: #f1f1f1;
	padding-bottom:0px;
}

.panel-according .panel-default {
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	margin-bottom: 10px;
	box-shadow: none;
	-webkit-box-shadow: 0;
}

.panel-according .panel-title a {
	overflow: hidden;
}

.accordian-box .panel-heading i.fa {
	margin-right: 15px;
}

.panel-according .panel-default .panel-heading {
	background-color: #0facef;
	padding: 0;
	color: #fff;
}

.panel-according .panel-default .panel-heading .panel-title {
	position: relative;
	font-size: 18px;
}

.panel-according .panel-default .panel-heading .panel-title .collapsed {
	background-color: #fff;
	color: #333;
}

.panel-according .panel-default .panel-heading .panel-title a.collapsed:after {
	line-height: 50px;
}

.panel-according .panel-default .panel-heading .panel-title a {
	padding:15px;
	display: block;
	border: 1px solid #eaeaea;
	border-bottom-color: transparent;
	text-transform: uppercase;
}

.panel-according>.panel-default>.panel-heading+.panel-collapse>.panel-body, .panel-according>.panel-group .panel-heading+.panel-collapse>.panel-body {
	border: 1px solid #eaeaea;
	border-top: none;
	padding: 20px 17px;
}

.according-icon .panel .panel-heading a:after {
	font-family: 'FontAwesome';
	font-size: 18px;
	width: 50px;
	height: 99%;
	line-height: 52px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

.according-icon .panel .panel-heading i.icon-fla {
	font-size: 22px;
}

.angle-icon .panel .panel-heading a:after {
	content: "\f106";
	color: #fff;
}

.angle-icon .panel .panel-heading a.collapsed:after {
	content: "\f107";
	color: #000;
}

.promo-img {
	text-align: center;
}


/* ----------------------------------------------------------------------------------------
*                               06. Booking area css
* --------------------------------------------------------------------------------------- */

.book-area .section-title p {
	color: #000
}

.book-area {
	background-image: url(../img/bg/booking.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	color: #fff;
}

.book-area:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(230, 230, 230, 0.8);
}

.form-control {
	display: block;
	border: 0px;
	width: 100%;
	height: 45px;
	padding: 5px 0px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #000;
	background-color: transparent;
	background-image: none;
	border-radius: 0px;
	box-shadow: none;
}

.contact-form-book .form-group {
	position: relative;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}
 
.book-area .contact-form-book .form-group input[type="text"]::-webkit-input-placeholder{
	color: #000 !important;
}
.book-area .contact-form-book .form-group input[type="email"]::-webkit-input-placeholder{
	color: #000 !important;
}
.book-area .contact-form-book .form-group textarea::-webkit-input-placeholder{
	color: #000 !important;
}

i.icon{
    position: absolute;
    right: 0;
    top: 15px;
    color: #333;
}
.contact-form-book select {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 12px 0px;
	background: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	color: #000;
}

.contact-form-book #message {
	padding-top: 10px;
	height: 150px;
}

.contact-form-book button.btn.btn-default {
	float: left;
}

.contact-form-book button.btn.btn-default:hover {
	background: #00ABE9;
	color: #333;
}

.contact-form-book .form-control:focus {
	border-color: none;
	outline: 0;
	box-shadow: none;
}

.success {
	background: #fff none repeat scroll 0 0;
	color: #50B948;
	font-weight: 700;
	padding: 20px;
	text-align: center;
}

.error {
	background: #fff none repeat scroll 0 0;
	color: #000;
	font-weight: 700;
	padding: 20px;
	text-align: center;
}


/* ----------------------------------------------------------------------------------------
*                                07. Team area css
* --------------------------------------------------------------------------------------- */

.team-area {
	background: #f1f1f1;
}

.team-member {
	text-align: center;
	transition: 0.3s ease-out;
	position: relative;
	overflow: hidden;
}

.member-image {}

.member-image img {
	width: 100%;
}

.member-info {
    transition: 0.3s ease-out;
    background: #fff;
    text-align: left;
    padding: 10px 15px 15px;
}

.team-member h3 {
	margin-bottom: 6px;
	margin-top: 0px;
	padding-top: 10px;
}

.member-info .text-muted {}

.member-social a {
	position: relative;
	margin: 10px 0px;
}

.member-social i.fa {
	font-size: 18px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	color: #333;
}

.member-hover {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	background: #0facef;
	color: #fff;
	text-align: left;
	padding: 10px 15px;
	transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
}

.team-member:hover .member-hover {
	opacity: 1;
	height: 50%;
}

.member-hover h3, .member-hover .text-muted, .member-hover i.fa {
	color: #fff;
}

.member-hover i.fa:hover {
	color: #333;
}

.member-hover .member-social {
	margin: 15px auto;
}

.member-hover p {
	text-align: left;
}


/* ----------------------------------------------------------------------------------------
*                               06. Portfolio/work area css
* --------------------------------------------------------------------------------------- */

.works.section-big {
	padding-bottom: 0px;
}

.portfolio .mix {
	display: none;
}

.filters {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	margin-bottom: 40px;
}

.filters li {
	display: inline-block;
	margin: 0px 15px;
	margin-bottom: 10px;
	cursor: pointer;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
}

.filters li.active {
	color: #0facef;
}

.work-items .item {
	position: relative;
	overflow: hidden;
	margin-top: 0px;
	margin: 0 -15px;
}

.work-items .item img {
	width: 100%;
	transition: 0.8s ease-out;
}

.work-items .overlay {
	background-color: rgba(102, 102, 102, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	text-align: center;
	opacity: 0;
	transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
	-ms-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
	-moz-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
	-webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.work-items .item:hover .overlay {
	opacity: 1;
	width: 100%;
	height: 100%;
}

.work-items .item:hover img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.work-items .overlay i.fa {
	font-size: 30px;
	color: #0facef;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 10px;
	border: 2px solid #0facef;
	transform: translate(-50%, -50%);
}


/* ----------------------------------------------------------------------------------------
*                                10. Testimonial area css
* --------------------------------------------------------------------------------------- */


.testimonial-area {}

.testimonial-list {}

.single-testimonial {
	padding: 0px 30px;
	text-align: center;
}
.single-testimonial img {}

.img-details img {}

.single-testimonial p {}

.single-testimonial .desg {
	font-size: 14px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
.img-details .desg span {
	color: #0facef;
}
.owl-theme .owl-controls {
	margin-top: 40px;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	border: 1px solid #0facef;
	float: left;
}
.owl-pagination {
	width: 110px;
	margin: auto;
}
.owl-page.active span {
	background: #0facef;
}
.owl-theme .owl-controls .owl-buttons div {
	font-size: 25px;
	background: none;
	padding: 5px;
}


/* ----------------------------------------------------------------------------------------
*                                   08. Fun facts area css
* --------------------------------------------------------------------------------------- */

.fun-facts-area {
	background-image: url(../img/bg/fun-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.fun-facts-area:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(51, 51, 51, 0.70);
}

.fun-fact h3 {
	font-size: 48px;
	font-weight: 900;
	color: #fff;
	margin-top: 0px;
}

.fun-fact p {
	color: #fff;
	font-size: 24px;
}


/* ----------------------------------------------------------------------------------------
*                                   09. Pricing area css
* --------------------------------------------------------------------------------------- */

.price-item {
	padding: 0 0px 0px;
	margin: 0;
	background-color: #f1f1f1;
	text-align: center;
	position: relative;
}

.price-item ul {
	margin-left: 0;
	list-style: none;
	padding-left: 0px;
}

.price-item.featured {
	background: ;
}

.price-item p.level {
	font-size: 24px;
	font-weight: 900;
	font-family: 'Lato';
	line-height: 70px;
	text-transform: uppercase;
	margin: 0;
	background: #0facef;
	color: #fff;
}

.price-item p.desc {
	font-size: 14px;
	margin-bottom: 0px;
}

.price-item p.price {
    background: #f1f1f1;
    line-height: 120px;
    margin: 0;
}

.price-item.featured p.price {
	color: #0facef;
}

.price-item p.price .dollar {
	font-size: 30px;
	position: relative;
	top: -30px;
}

.price-item p.price .number {
	font-size: 36px;
	font-weight: 900;
	font-family: 'Lato';
}

.price-item .features {
	margin: ;
}

.price-item .features li {
	padding: 12px 0;
	background: #fff;
	border-bottom: 1px solid #ddd;
}

.price-item a.btn {
	background: #333;
	width: 100%;
	padding: 15px 0px;
}

.price-item a.btn:hover {
	background: #0facef;
	color: #fff;
}

.price-item.featured a.btn {
	background: #0facef;
	color: #fff;
}

.price-item.featured a.btn:hover {
	background: #333;
	color: #fff;
}


/* ----------------------------------------------------------------------------------------
*                                   12. Video area css
* --------------------------------------------------------------------------------------- */

.video-area {
	background-image: url(../img/bg/video-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	position: relative;
	padding: 120px 0px;
}

.video-area:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(102, 102, 102, 0.60);
}

.video-content {
	position: relative;
}

.video-content h2 {
	color: #fff;
}

.video-content i.fa {
	color: #999;
	background: #00ABE9;
	border-radius: 100px;
	font-size: 50px;
	padding: 30px 0px 30px 15px;
	width: 110px;
}

.video-content i.fa:hover {
	color: #333;
}


/* ----------------------------------------------------------------------------------------
*                                   11. News area css
* --------------------------------------------------------------------------------------- */

.news-area {
	padding-bottom: 0px;
}

.single-news {}

.news-image img {
	width: 100%;
}

.news-content .subtitle {
	text-transform: inherit;
	line-height: 28px;
}

.news-content h3 {
	margin-bottom: 10px;
}

.news-content .subtitle i.fa {
	color: #82b541;
}

.news-content .btn {
	margin-top: 10px;
}

.news-meta {
	display: block;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
	color: #0facef;
}

.news-meta span {
	float: left;
	margin-right: 15px;
}

.news-meta span i.fa {
	margin-right: 4px;
}


/* news Modal css */

.news-modal .modal-content {
	border-radius: 0;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	min-height: 100%;
	padding: 100px 0;
}

.news-modal .modal-content h2 {
	margin-bottom: 10px;
	line-height: 40px;
}

.news-modal .modal-content img {
	width: 100%;
	height: auto;
}

.news-modal .modal-content .item-details {
	margin: 30px 0
}

.news-modal .close-modal {
	position: absolute;
	width: 75px;
	height: 75px;
	background-color: transparent;
	top: 25px;
	right: 25px;
	cursor: pointer
}

.news-modal .close-modal:hover {
	opacity: .3
}

.news-modal .close-modal .lr {
	height: 75px;
	width: 1px;
	margin-left: 35px;
	background-color: #2C3E50;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1051
}

.news-modal .close-modal .lr .rl {
	height: 75px;
	width: 1px;
	background-color: #2C3E50;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	z-index: 1052
}

.news-modal .modal-backdrop {
	opacity: 0;
	display: none
}


/* ----------------------------------------------------------------------------------------
*                                   16. Google Map area css
* --------------------------------------------------------------------------------------- */

#contactgoogleMap {
	width: 100%;
	min-height: 480px;
}

.contact-area {
	padding-bottom: 0px;
}
.contact-form-area .form-control {
	color:	#fff!important;
}
.contact-form-area .form-group {
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
}
.contact-form-area input[type="email"],.contact-form-area input[type="text"],.contact-form-area input[type="tel"],.contact-form-area textarea,::-webkit-input-placeholder {
	color: #fff !important;
}

.map-form-area {
	padding-bottom: 0px;
	position: relative;
}

.contact-form-area {
	width: 45%;
	padding: 50px 60px;
	position: absolute;
	right: 0px;
	top: 0;
	z-index: 99999;
	background: #333;
	opacity: .9;
	bottom: 0px;
}
.contact-form .small {
    margin-top: 25px;
}
.contact-form .form-control:focus{
	box-shadow:	none;
}


/* ----------------------------------------------------------------------------------------
*                                14. Subscribe area css
* --------------------------------------------------------------------------------------- */

.subscribe-area {
	background-color: #f1f1f1;
}

.subscribe-box {}

.subscribe-box h2 {
	margin-top: 0px;
	font-size: 22px;
}

.subscribe-box h2 span {
	color: #82b541;
}

.subscribe-box p {}

.newsletter-form {
	margin: auto;
}

.newsletter-form input {
	display: inline-block;
	height: 50px;
	width: 80%;
	padding: 5px 10px;
	background: #2A2A2A;
	float: left;
}

.subcriber-box input[type="email"]::-webkit-input-placeholder {
	color: #fff !important;
}

.newsletter-form .mc-submit {
	height: 50px;
	width: 20%;
	font-weight: bold;
	color: #fff;
	background-color: #0facef;
	border: none;
	font-size: 24px;
	position: relative;
	display: inline-block;
	float: left;
	text-align: center;
}

.newsletter-form .mc-submit:hover {
	color: #000;
}
.newsletter-form .form-control:focus{
	box-shadow: none;
}
.newsletter-form .form-control{
	color:	#fff;
}
.subscribe-area .error {
	text-align: left;
}
.mailchimp-alerts {
	display: block;
	width: 100%;
	text-align: left;
}

.mailchimp-alerts div {}

.mailchimp-submitting {}

.mailchimp-success {
	color: green;
}

.mailchimp-error {
	color: red;
}


/* ----------------------------------------------------------------------------------------
*                                   17. Footer area css
* --------------------------------------------------------------------------------------- */

.footer-area {
	background: #363636;
	padding: 80px 0px;
	color: #fff;
	font-size: 14px;
}

.footer-area h3 {
	color: #fff;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 25px;
}

.logo img {
	margin-bottom: 25px;
}

.footer-info i.fa {
    width: 25px;
    padding: 0;
    margin: 0;
}

.subcriber-box {
	margin-top: 20px;
}


/* -------------------- footer copy-right --------------------*/
.social {
	margin-top: 15px;
}

.social-links li {
	list-style: none;
	display: inline-block;
}

.social-links li a i {
	color: #fff;
	font-size: 24px;
	margin-right: 20px;
}


@media (min-width: 992px) {
	.social {
	    margin-top: 15px;
	    text-align: right;
	}
	.social-links li a i {
		margin-left: 20px;
		margin-right: 0px;
	}
}

.social-links li a:hover i {
	color: #0facef;
}

.copyright-area {
	padding: 30px 0px;
	background: #2A2A2A;
	color: #fff;
}

.footer-text p {
	margin-top: 10px;
}
.top-bar .tlogo{
	width: 35.33%;
}
.top-bar .tlogo img{
	width: 100%;
}


