/* ----------------------------------------------------------------------------------------
* Author        : Designcare
* Template Name : Meditem | One Page Multipurpose Html Template
* File          : Meditem 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:400,400i,700,900|Open+Sans:400,400i,600,700');


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

html, body {

}
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: #273e50;
	font-family: 'Lato', sans-serif;
}

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


.header_logo{
	max-width:200px;
	height: auto;
}

p {}





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


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

a:hover {
	text-decoration: none;
}


.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}

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

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;
}

.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 0px 10px;
    font-size: 15px;
    color: #333;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
}

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

.big_btn{
	font-weight: 900;
	color: #fff;
	border: 1px solid #fff;
	padding: 12px 15px;
	display: inline-block;
	text-transform: capitalize;
    position: relative;
    margin-right: 10px;
}

.btn_active{
	background: orange;
	color: #fff;
	border-color: #007bb6;
}

.big_btn:hover{	
	background: #007bb6;
	color: #fff;
	border-color: #007bb6;
}


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

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

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

.mb-30{
    margin-bottom: 30px;
}

.mb-60{
    margin-bottom: 60px;
}

.mt-30{
    margin-top: 30px
}

.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;
	display: inline-block;
}

.section-title h2 span{
    color: #007bb6;
}

.section-title h2::before {
    content: '';
    position: absolute;
    width: 170px;
    height: 2px;
    bottom: 0px;
    background-color: #007bb6;
    left: 50%;
    margin-left: -84px;
}

.section-title h2::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #273e50;
    border-radius: 50%;
    left: 50%;
    margin-left: -3px;
    bottom: -2px;
}

.section-title h2 span:after {
    content: '';
    position: absolute;
    width: 28px;
    height: 2px;
    background-color: #fff;
    left: 50%;
    margin-left: -14px;
    bottom: 0;
}

.section-title.white h2 span:after {
    content: '';
    position: absolute;
    width: 28px;
    height: 2px;
    background-color: #f1f1f1;
    left: 50%;
    margin-left: -14px;
    bottom: 0;
}


.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;
	vertical-align: middle;
}

img {
	max-width: 100%;
}

@media print {
	.closmodal {display: none}
}
/* ----------------------------------------------------------------------------------------
*                               02. Navigation area css
* --------------------------------------------------------------------------------------- */
.menu-area  {    
    background-color: #007bb6; 
}
.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;
}

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

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

.mainmenu {   
    margin-top: 15px;
    margin-bottom: 15px;    
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

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

.navbar-brand {
    display: block;
    padding: 0;
    height: 33px;
}

.navbar-brand>img {
    display: block;
    margin-top: -5px;
}

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

.navbar-nav li a {
    color: #fff;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    padding-bottom: 3px;
    text-transform: uppercase;

}

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

.mainmenu .navbar-nav li.active a {
    border-bottom: 1px solid #fff;
}

.menu-area .a_button {
    border: 1px solid #fff;
    padding: 10px 15px;
    color: #fff;
}

.menu-area .a_button:hover {
    background: #fff;
    color: #000
}

.header-space {
    height: 74px;
}


/* ----------------------------------------------------------------------------------------
*                               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;
	bottom: 5px
}

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

#slider .carousel-indicators li.active {
	background: #007bb6;
}

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

#slider .carousel .item {
	
	height: 100%;
	width: 100%;
}

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

#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 .title {
    text-align: left;
    max-width: 600px;
}

.intro-text h2 {
    font-weight: 700;
    color: #fff;
    font-size: 2.5em;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px
}

.intro-text h1 {
	text-transform: uppercase;
	font-size: 3em;
	font-weight: 900;
	color: #007bb6;
	margin-top: 0px;
	margin-bottom: 40px;
}

@media (min-width: 992px) {
	.intro-text h2 {
	    line-height: 65px
	}
}


/* 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;
}


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

.about-area {
	background: #fff;
}

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

.opening-hours-wrap:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 123, 182, 0.80);
}

.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 .service-box {
    margin-bottom: 30px;
}

.about-details h3 {
	margin-top: 0px;
	color: #007bb6;
	margin-bottom: 20px;
	font-size: 24px;
}

.about-details p {
    margin-bottom: 30px;
}


.about-details .service-box i.fa {
    color: #000;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 25px;
}
.about-details .service-box h4 {
    margin-top: 0;
    position: relative;
    margin-bottom: 10px;
    color: #273e50
}
.about-details .btn:hover{
	background: #007bb6;
}



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

.department-area {
	background: #FFFFFF;
}

.single-service {
    margin-top: 30px;
    padding: 20px 25px 10px;
	background: #fff;
	border: 1px solid #ddd;
}

.single-service i.fa{
    float: left;
    margin-right: 15px;
    font-size: 25px;
}

.single-service h3{
    font-size: 20px;
    margin-top: 0px;
}
.single-service:hover .ser-title i.fa,
.single-service:hover .ser-title h3{
    color: #007bb6;
}


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

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

.contact-form-book {
    margin-bottom: 95px;
}

.featured-image {
    margin-top: 42px;
}

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

.book-area select#catagory {
    padding-left: 0px;
}

.book-area select#doctor {
    padding-left: 0px;
}

.book-area .form-control {
	padding: 10px 4px;
	color: #000;
}

.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 .btn:hover {
	background: #007bb6;
}

.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;
	margin-top: 30px
}

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

.team-member h3{
    margin-bottom: 5px;
    color: #fff;
}

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

.member-social i.fa {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    color: #fff;
}
.member-social i.fa:hover {
   color: #273e50
}

.member-hover {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	background-color: rgba(0, 123, 182, 0.90);
	color: #fff;
	text-align: center;
	transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;

}

.hover-text {
    position: absolute;
    top: 50%;
    padding: 20px;
    transform: translate(-0%, -50%);
}

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




/* ----------------------------------------------------------------------------------------
*                               06. Portfolio/work area css
* --------------------------------------------------------------------------------------- */
.works {
    background: #f1f1f1;
}
.works.section-big {
	padding-bottom: 0px;
}

.portfolio .mix {
	display: none;
}

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

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

.filters li.active {
	color: #007bb6;
}

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

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

.work-items .overlay {
	background-color: rgba(0, 123, 182, 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: 20px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 10px 15px;
	border: 2px solid #fff;
	transform: translate(-50%, -50%);
}


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


.testimonial-area {

}

.testimonial-list {}

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

.img-details h4 {
    font-size: 20px;
    color: #007bb6;
    margin-top: 10px;
    margin-bottom: 5px;
}
.single-testimonial p {}

.single-testimonial .desin{
	margin-bottom: 10px;
}
.img-details .desg span {
	color: #007bb6;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	filter: Alpha(Opacity=50);
	border: 1px solid #007bb6;
}

.owl-controls .owl-page{
	margin-top: 25px;
    text-align: center;
    display: inline-block;
}

.owl-page.active span {
	background: #007bb6;
}
.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(0, 0, 0, 0.80);
}

.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;
	text-align: center;
	position: relative;
	border: 1px solid #ddd;
	margin-top: 30px;
}

.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: #273e50;
	color: #fff;
}

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

.price-item p.price {
    line-height: 60px;
    margin: 0;
    margin-top: 15px;
}

.price-item.featured p.price {
	color: #007bb6;
}

.price-item.featured .info p.level {
    background: #007bb6;
}

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

.price-item.featured p.price {
	color: #007bb6;
}

.price-item .features {
    margin-bottom: 15px;
}

.price-item .features li {
	padding: 10px 0;
	background: #fff;
}

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

.price-item a.btn:hover {
	background: #007bb6;
	color: #fff;
}

.price-item.featured a.btn {
	background: #007bb6;
	color: #fff;
}

.price-item.featured a.btn:hover {
	background: #007bb6;
	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(0, 0, 0, 0.60);
}

.video-content {
	position: relative;
}

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

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

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


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

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

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

.single-news{
	margin-top: 30px
}

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

.news-content .btn {
	margin-top: 10px;
	background: #273e50
}

.news-content .btn:hover {
	background:#007bb6;
	color: #fff;
}

.news-image {
    position: relative;
}

.blog-date {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color:rgba(39, 62, 80, 0.70);
    padding: 10px 15px;
}

.news-meta {
    display: block;
    clear: both;
    color: #fff;
}

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

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


/* 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
}

.news-modal .news-image {
	margin-bottom: 15px;
}


/* ----------------------------------------------------------------------------------------
*                                   15. Contact area css
* --------------------------------------------------------------------------------------- */
.contact-form .form-control {

    padding: 0px 10px;
    color: #333;
    background-color: #fff;
}

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

.contact-form .form-group {
    border: 1px solid #bbb;
    margin-bottom: 30px;
}

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

#submitButton:hover {
    background: #007bb6;
}

.success {
    background: transparent;
    color: #72b443;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

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


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

.map-contact-area {
	background: #efefef;
	position: relative;
}

#contactgoogleMap {
    height: 500px;
}
#contactaddress {
    height: 65px;
    background-color: #007bb6;
    color:white;
	vertical-align: center;
	padding:15px;
	margin: 0;
}

.map-area {
    position: absolute;
    right: 0px;
    top: 0;
    width: 42%;
}

.contact-form {
	padding: 24px 0px;
}



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

.newsletter-form {
	margin: auto;
	border: 1px solid #fff;
}

.newsletter-form input {
	display: inline-block;
	height: 50px;
	width: 80%;
	padding: 5px 10px;
	background: transparent;
	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: #007bb6;
	border: none;
	font-size: 24px;
	position: relative;
	display: inline-block;
	float: right;
	text-align: center;
	
}
.newsletter-form .mc-submit:hover {
	color: #333
}

.subscribe-area .error {
	text-align: left;
}
.mailchimp-alerts {
	display: block;
	width: 100%;
	text-align: left;
}

.mailchimp-success {
	color: green;
}

.mailchimp-error {
	color: red;
}


/* callto action */
.callto_area {
    padding: 30px 0px;
    position: relative;
    overflow: hidden;
    background-color: lightgray
}

.callto_area:before {
    position: absolute;
    content: "";
    width: 60%;
    height: 100%;
    background: #007bb6;
    transform: rotate(18deg) scaleY(3.5) translate(-47px);
}
.call_text h2{
	color: #fff;
	margin: 0px;
    margin-top: 10px;
}

.call {
    margin-top: 5px;
	text-align: right;
}

.call a {
    font-size: 45px;
	font-weight: 900
}
.call a :hover{
    color: #007bb6;
}


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

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

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

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

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

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


/* ----------------------------------------------------------------------------------------
*                                   18. Footer copy right area css
* --------------------------------------------------------------------------------------- */

.social {
	margin-top: 15px;
}

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

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


@media (min-width: 992px) {
	.social {
	    margin-top: 15px;
	    text-align: right;
	}
}

.social-links li a:hover i {
	color: #007bb6;
}

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

.footer-text p {
	margin-top: 15px;
}

/* ----------------------------------------------------------------------------------------
*                                   19. Scroll-to-top area css
* --------------------------------------------------------------------------------------- */

#scroll-to-top{
    background-color: #273e50;
    display: none;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999
}

#scroll-to-top:hover{
    background-color: #007bb6;
    color: #fff;
}


