/*
	[Table of contents]

	## Shortcodes
		-- Photos Slider
			- Carousel Fade
			- Photos Slider Note
			- Opening Hours
			
		-- About Us
			- About Left
			- About Right
		
		-- Vision Mission
			- Section Banner
			- Our Vision
			- Our Mission
				- Our Mission List
			
		-- Our Popular Service
			- Popular Service Box
			- Popular Service Thumb
			
		-- All Service
			- Section Banner
			- Popular Service Thumb
			
		-- Our Gallery
			- Section Title
			- Our Gallery Thumb
		
		-- Our News
			- Section Title
			- News Box
				- Entry Cover
				- News Content
					- Entry Title
					- Entry Meta
					- Entry Content
					- Entry Footer
		
		-- Statistics Section
			- Statistics Box
			
		-- Testimonials Section
			- Section Title
			- Flexslider
			- Flex Slides
			- Flex Control
						
		-- Page Content
			- Blog Post List
				- Entry Cover
				- Entry Header
					- Entry Title
					- Entry Meta
				- Entry Content
				- Entry Footer
			- Widget Area
				- Recent News
					- Widget Heading
						- Widget Title
					- Widget News List
						- Entry Cover
						- Entry Content
						- Entry Footer
		
		-- Single Blog
			- Entry Cover
			- Entry Header
				- Entry Title
				- Entry Meta
			- Entry Content
			- Entry Footer
			
		-- About Author
			- Author Intro
			
		-- Widget Area
			- Recent News
			- Widget Heading
			- Widget News List
				- Entry Cover
				- Entry content
				- Entry Footer
				
		-- Contact Banner 
		-- Contact Section
			- Contact Heading
			- Contact Form
				- Alert Msg
		-- Map
			- Map Canvas
*/

/* ## Shortcodes */

/* -- Photos Slider */
.photos-slider {
	position: relative;
	margin-bottom: 90px;
	margin-top: 39px;
}

.header2-slider {
	margin-top: 39px;	
}
.photos-slider .carousel-control {
	padding: 18px 30px;
	text-shadow: none;
	position: absolute;
	bottom: 0;
	width: 0;
	opacity: 1;
	color: #fff;
	font-size: 15px;
	background-color: #306312;
	top: 75%;
}
.photos-slider .carousel-control.right{
	left: 60px;
}
.photos-slider .carousel-control.right,
.photos-slider .carousel-control.left {
	background-image: none;
}
.photos-slider .carousel-control.right:hover,
.photos-slider .carousel-control.left:hover {
	background-color: #48A614;
}

/* - Carsousel Fade */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 3;
}

/* - Photos Slider Note */
.photos-slider-note {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
}

/* - Opening Hours */
.opening-hours {
	float: right;
	right: 15px;
	position: relative;
	color: #fff;
	padding: 45px 0;
	max-width: 320px;
	clear: both;
}
.opening-hours::before {
	position: absolute;
	content: "";
	background-color: #000;
	opacity: 0.3;
	text-align: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.opening-hours h3 {
	font-family: 'Petrona', serif;
	font-size: 22px;
	letter-spacing: 2px;
	text-align: left;
	text-transform: capitalize;
}
.opening-hours span {
	margin-left: 12px;
}
.opening-hours span,
.opening-hours p {
	font-family: 'Petrona', serif;
	font-size: 14px;
	letter-spacing: 1px;
}
.opening-hours i {
	color: #306312;
	font-size: 20px;
}
.opening-hours p{
	margin-bottom: 0;
}
.opening-hours h3 {
	margin-top: 0;
}

/* -- About Us */
.about-us {
	padding: 0 0 80px;
}

/* - About Left */

.about-left .block-title span {
	font-size: 22px;
	color: #67686a;
	margin-top: -2px;
	letter-spacing: 1px;
	line-height: 26px;
	display: inline-block;
	
}
.about-left .block-content p {
	font-size: 16px;
	color: #545454;
	line-height: 27px;
}

/* - About Right */

.about-right .item {
  margin: 3px;
}
.about-right .item:hover {
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.about-right.item img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* -- Vision Mission */
/* - Section Banner */
.section-banner {	
	text-align: center;
	position: relative;
	background: url("../images/vision/vision.webp") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.section-banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #56B224;
	opacity: 0.5;
	display: inline-block;
	width: 100%;
}
.section-banner h3 {	
	position: relative;
	text-transform: uppercase;
	font-size: 28px;
	letter-spacing: 9px;
	padding: 102px 0;
	color: #fff;
	z-index: 2;
	margin-bottom: 0;
}

/* - Vision Mission: Container */
.vision-mission .container {
	padding: 90px 0;
	background-color: #fff;
}

/* - Our Vision */
.our-mission .block-title span ,
.our-vision .block-title span {
	margin-top: -5px;
	display: inline-block;
	color: #67686a;
	font-size: 22px;
}

/* - Our Mission List */
.our-mission .block-content {
	margin-left: -15px;
	padding-right: 15px;	
}

.our-mission-list li {
	line-height: 27px;
	font-size: 15px;
	text-align: left;
	padding-left: 5px;
	margin-bottom: 3px;
}
.our-vision p{
	color: #58595A;
	font-size: 15px;
	line-height: 27px;
	text-align: left;
}
.our-mission-list p {
	margin-bottom: 0;
}
.our-mission-list span {
	width: 22px;
}

/* -- Our Mission */
.our-mission h3 {
	margin-top: 0;
}

/* -- Our Popular Service  */
.our-popular-service {
	margin-bottom: 55px;
}

/* - Popular Service Box */

.popular-service-box {
	background-color: #306312;
	color: #fff;
	padding: 30px;
}
.popular-service-box .block-title span{
	margin-top: -5px;
	font-size: 22px;
	display: inline-block;
}
.popular-service-box p {
	font-size: 15px;
	line-height: 27px;
}

/* - Popular Service Thumb */
.popular-service-thumb .item {
  padding: 15px;
  margin-top: -10px;
}
.popular-service-thumb .item:hover {
	cursor: pointer;
	opacity: 0.6;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.popular-service-thumb.item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.popular-service-thumb.owl-carousel .owl-item img {
	border-radius: 100%;
	width: auto;
}
.popular-service-thumb {
	text-align: center;
}
.popular-service-thumb h3 {
	color:#595959;
	font-size: 18px;
}
.popular-service-thumb .col-md-3:hover h3 {
	color: #000;
}

/* -- All Service */
.all-service .all-service-thumb {
	margin:90px 0 95px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.all-services .popular-service-thumb.item img {
  display: block; 
}
.all-service-thumb .item:hover {
	cursor: pointer;
	opacity: 0.5;
}
.all-service-thumb.owl-carousel .owl-item img {
	border-radius: 100%;
	width: auto;
}
.all-service-thumb h3 {
	color:#737373;
	font-size: 18px;
}
.all-service-thumb .col-md-3:hover h3 {
	color: #000;
}

/* - Our Gallery */
.our-gallery {
	text-align: center;
	margin-bottom: 90px;
}

/* - Section Title */
.section-title{
	text-align: center;
	margin-bottom: 60px;
}
.section-title h3 {
	font-size: 22px;
	color: #67686a;
	line-height: 26px;
}
.section-title  p {
	font-size: 15px;
	line-height: 27px;
	color: #737373;
	padding: 0 150px;
}

/* - Our Gallery Thumb */
.our-gallery-thumb .col-md-4 {
	margin-bottom: 30px;
}
.our-gallery-thumb .col-md-4:hover img {
	opacity: 0.6;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

/* -- Our News */
.news-box {
	margin-bottom: 75px;
}
/* - Entry Cover */
.news-box .entry-cover img {
	border-radius: 100%;
}
.news-box .entry-cover:hover img {
	opacity: 0.7;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

/* Entry Title */
.news-box .entry-title a {
	font-size: 17px;
	color: #306312;
	text-align: left;
	line-height: 20px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;	
}
.news-box .entry-title:hover a {
	color: #da4c7e;
}

/* - Entry Meta */
.entry-meta i {
	margin-right: 10px;	
}
.entry-meta a {
	display: inline-block;
	color: #595959;
	font-size: 14px;
	text-decoration: none;
	line-height: 25px;
	margin-right: 25px;
	margin-bottom: 7px;
	margin-top: 10px;
	text-align: left;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.entry-meta a:hover {
	color: #000;
}

/* - Entry Content */
.entry-content p {
	color: #595959;
	font-size: 15px;
	max-height: 50px;
	overflow: hidden;
	line-height: 27px;
}

/* Entry Footer */
a.entry-footer {
	color: #A31F4E;;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 21px;
	text-align: left;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
a.entry-footer:hover {
	color: #56b224;
}

/* -- Statistics Section */
.statistics-section {	
	text-align: center;
	position: relative;
	background: url("../images/vision/vision.webp") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 240px;
}
.statistics-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #56B224;
	opacity: 0.5;
	display: inline-block;
	width: 100%;
}

/* - Statistics Box */
.statistics-box {
	font-size: 50px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	margin-top: 60px;
}
.statistics-box:hover {
	cursor: pointer;
}
.statistics-box h3 {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1px;
}

/* -- Testimonials Section */
.testimonial-section {
	margin: 80px 0 58px;
	text-align: center;
}

/* - Flexslider */
.testimonial-section .flexslider .slides img {
	width: auto;
	border-radius: 100%;
	margin-bottom: 30px;
}

/* - Flex Slides */
.testimonial-section .flex-slides {
    padding-bottom: 15px;
}
.testimonial-section .flexslider .flex-slides p {
	margin: 0 110px;
}
.testimonial-section .flexslider .flex-slides h3 {
	color: #56b224;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	margin-top: 25px;
}	

/* - Flex Control */
.testimonial-section .flex-control-paging li a.flex-active {
	height: 15px;
	width: 15px;
	border: 2px solid #56b224;
	background: #56b224;
	box-shadow: none;
}
.testimonial-section  .flex-control-paging li a {
	height: 15px;
	width: 15px;
	border: 2px solid #56b224;
	background-color: transparent;
	box-shadow: none;
}
.testimonial-section  .flex-control-paging li a:hover {
	background-color: transparent;
}

/* -- Page Content */
.page-content {
	margin-top: 120px;
	margin-bottom: 50px;
}

/* - Blog Post List */
.blog-post-list {
	margin-bottom: 50px;
	margin-left: 20px;
}

/* - Entry Cover */
.blog-post-list .entry-cover {
	margin: 40px 0 35px;
}
.blog-post-list .entry-cover img {
	margin-left: 0;
}
.blog-post-list .entry-cover:hover  img {
	opacity: 0.7;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

/* - Entry Title */
.blog-post-list .enetry-header .entry-title a {
	color: #67686a;
	font-size: 22px;
	text-decoration: none;
	text-align: left;
	display: inline-block;
	margin-bottom: 8px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.blog-post-list .enetry-header .entry-title:hover  a {
	color: #000;
}

/* - Entry Meta */
.blog-post-list .entry-meta a {
	font-size: 15px;
	margin-right: 45px;
}

/* - Entry Content */
.blog-post-list .entry-title h3 {
	margin-bottom: 0;
}
.blog-post-list .entry-content p {
	line-height: 30px;
	font-size: 15px;
	max-height: 70px;
	overflow: hidden;
	margin-bottom: 22px;
}
.blog-post-list .entry-content {
	margin-top: 5px;
}

/* -- Widget Area */
.widget-area {
	margin-top: 40px;
}

/* - Widget Heading */
.widget-heading {
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
}
.widget-heading > img {
	float: left;
	clear: both;
	margin-right: 12px;
}
/* - Widget News List */
.widget-news-list {
	display: inline-block;
	margin-bottom: 20px;
}
.widget-area span{
	margin-top: -5px;
	font-size: 22px;
	line-height: 26px;
	color: #67686a;
	letter-spacing: 1px;
	display: inline-block;
}
 
/* - Entry Cover */
.widget-area .widget-news-list  .entry-cover  img {
	border-radius: 100%;
}
.widget-area .widget-news-list  .entry-cover  img:hover {
	opacity: 0.5;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

/* - Entry Content */
.widget-news-list .entry-content a {
	color: #737373;
    font-size: 15px;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-news-list .entry-content:hover a {
	color: #000;
}

/* -- Single Blog */
/* - Entry Content */
.single-blog .entry-content  p {
	max-height: 300px;
}

/* - Entry Footer */
.single-blog .entry-footer {
	border-left: 5px solid #48a614;
	display: inline-block;
	padding-left: 15px;
	font-size: 15px;
	line-height: 33px;
	color: #48a614;
}

/* -- About Author */
.about-author {
	margin-bottom: 100px;
}
.about-author  img {
	border-radius: 100%;
}
.about-author img:hover {
	opacity: 0.5;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

/* - Author Intro */
.author-intro a {
	margin-top: 0;
	font-size: 17px;
	text-decoration: none;
	color: #56B224;
}
.author-intro p {
	color: #595959;
	font-size: 14px;
	margin-top: 15px;
	line-height: 25px;
}

/* -- Contact Banner */
.contact-banner {
	text-align: center;
	position: relative;
	background: url("../images/contact/contact.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: 39px;
}
.contact-banner h3 {	
	position: relative;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 2px;
	padding: 102px 95px;
	color: #fff;
	z-index: 999;
	line-height: 30px;
	float: right;
	text-transform: capitalize;
	clear: both;
}
.contact-banner h3::before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	bottom: -10px;
	background-color: #000;
	opacity: 0.5;
	display: inline-block;
	width: 100%;
	z-index: -1;
}

/* -- Contact Section */
.contact-section {
	padding: 90px 0;
}

/* Contact Heading */
.contact-heading .block-title > img {
	margin: 0 15px;
}
.contact-heading .block-title span {
	margin-top: -2px;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 26px;
	color: #67686A;
	text-transform: capitalize;
}
.contact-heading p {
	margin-left: 15px;
	font-size: 15px;
	line-height: 27px;
	color: #737373;
	margin-bottom: 30px;
}

/* - Contact Form */
.contact-form {
    display: inline-block;
	width: 100%;	
	padding-left: 35px;
}
.contact-form .form-control input {
	height: 40px;
}
.contact-form .form-group > input {
	min-height: 40px; 
}
.contact-form textarea {
	min-height: 230px;
}
.contact-form .form-control {
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 25px;
}
.contact-form .form-control:focus {
	border-color: #000;
}
.contact-form label,
.contact-form .form-group label {
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	font-family: 'Petrona', serif;
	margin-bottom: 10px;
}

.contact-form button,
.contact-form input[type="submit"] {
	background-color: #da4c7e;
    border-radius: 0 18px;
	border: none;
    color: #fff;
    padding: 10px 40px;
    text-decoration: none;
	font-size: 20px;
	margin-top: 18px;
	margin-left: 15px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.contact-form .btn-default:hover {
	background-color: #67686A;
	color: #fff;
}

/* - Alert Msg */
.alert-msg {
	color: #ccc;
	display: inline-block;
	width: 100%;
	margin: 10px 18px;
	position: relative;
	text-align: left;
	z-index: 1;
}
.alert-msg-success {
	color: #50B948;
}
.alert-msg-failure {
	color: #FF0000;
}

/* -- Map  */
.map{
	position: relative;
}

/* Map Canvas */
.map-canvas-1 {
	height: 150px;
}
.map-canvas {
	height: 400px;
}
.map-canvas-1,
.map-canvas {
    border: medium none;   
    width: 100%;	
}

/* ## media */
@media only screen and (min-width: 992px) and (max-width: 1200px) {		
	/* - Opening Hours */
	.opening-hours {
		max-width: 250px;
		padding: 10px 0;
	}
	.photos-slider .carousel-control {
		top: 65%;
		margin: 0 50px;
	}
	
	/* - Our Mission */
	.our-mission-list {
		margin-left: -25px;
	}
	
	/* - Popular Service Box */
	.popular-service-box {
		padding: 30px 30px 15px;
	}
	
	/* - Section Title */
	.section-title p {
		padding: 0 110px;
	}
	
	/* - Entry Meta */
	.news-box .entry-meta a {
		margin-right: 20px;	
	}
	
	/* Statistics Box */
	.statistics-box h3 {
		font-size: 18px;
	}
	
	/* - Contact Heading */
	.contact-heading p {
		margin-left: 18px;
	}
	.contact-heading h3 {
		margin-left: -25px;
	}
	/* Contact Form */
	.contact-form { 
		margin-left: 15px;
	}
	/* -- Page Content */
	.page-content {
		margin-top: 100px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	/* -- Photos Slider */
	.photos-slider {
		margin-top: 170px;
	}
	.header2-slider {
		margin-top: 0;
	}
	
	/* - Opening Hours */
	.opening-hours {
		max-width: 250px;
		padding: 10px 0;
	}
	.photos-slider .carousel-control {
		top: 65%;
		margin: 0 50px;
	}
	
	/* -- About Us */	
	.about-us {
		padding: 50px 0 60px;
	}
	
	/* - About Left */
	.about-left .col-md-10 {
		margin-left: -5px;
	}
	.about-left p {
		max-height: 130px;
		overflow: hidden;
	}
	
	/* - Our Mission List */
	.our-mission-list {
		margin-left: -25px;	
	}
	
	/* - Popular Service Box  */
	.popular-service-box {
		padding: 45px 0 15px 15px;
	}
	.popular-service-box .block-title span{
		font-size: 18px;
		margin-left: 5px;
	}
	.popular-service-box p {
		margin-left: 5px;
	}
	
	/* - Section Title */
	.section-title p {
		padding: 0 50px;		
	}
	.entry-cover img {
		margin-bottom: 20px;
		float: left;
		clear: both;
	}
	.news-box .entry-cover img {
		float: none;
	}
	/* Statistics Box */
	.statistics-box h3 {
		font-size: 16px;
	}
	
	/* - Flex Slides */
	.testimonial-section .flexslider .flex-slides p {
		margin: 0 30px;
	}
	
	.blog-post-list {
		margin-left: 0;
	}
	/* Widget Title */
	.widget-area .widget-title h3 {
		font-size: 21px;
	}	
		
	/* - Entry Footer */
	.single-blog .entry-footer {
		margin-top: 15px;
	}
	.contact-banner h3 {
		padding: 102px 50px 60px;
		font-size: 20px;
	}
	/* - Contact Heading */
	.contact-heading p {
		margin-left: 15px;
	}
	.contact-heading h3 {
		margin-left: -65px;
	}
	
	/* - Contact Form */
	.contact-form {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.photos-slider {
		margin-top: 70px;
	}
	.header2-slider {
		margin-top: 47px;
	}	
	
	/* Photos Slider Note */
	.photos-slider-note {
		padding: 0;
	}	
	.photos-slider .carousel-control {
		top: 76%;
		padding: 10px 20px;
	}
	.photos-slider .carousel-control.right {
		left: 35px;
	}
	
	/* - Opening Hours */
	.opening-hours {
		right: 0;
		padding-bottom: 5px;
		max-width: 225px;
	}
	.opening-hours h3 {
		font-size: 18px;
		margin-bottom: 5px;
		padding-top: 10px;
	}	
	.opening-hours span,
	.opening-hours p {
		font-size: 13px;
	}
	.opening-hours i {
		padding-top: 10px;
	}
	
	/* - About Left */
	.about-left .col-md-2 > img{
		float: right;
		clear: both;
	}
	.col-md-6.col-sm-6.col-xs-12.about-left.no-padding {
		margin-bottom: 20px;
	}
	.about-left .col-md-10 {
		margin-left: -5px;
	}
	.about-left h3 {
		line-height: 15px;
	}
	
	/* - Our Vision */
	.our-vision .col-md-2 > img {
		float: right;
		clear: both;
	}
	.our-vision .col-md-10 {
		margin-left: -5px;
	}
	.col-md-6.col-sm-6.our-vision {
		margin-bottom: 25px;
	}
	
	/* - Our Mission List */
	.our-mission .col-md-2 > img {
		float: right;
		clear: both;
	}
	.our-mission .col-md-10 {
		margin-left: -5px;
	}
	.our-mission-list {
		margin-left: -25px;	
	}
	.our-mission-list span {
		width: 30px;
	}
	
	/* - Popular Service Thumb */
	.popular-service-box .col-md-2 > img {
		float: right;
		clear: both;
	}
	.popular-service-box .col-md-10 {
		margin-left: -25px;
	}
	.popular-service-thumb { 
		margin-top: 40px;
	}
	.popular-service-thumb .col-md-3 {
		min-height: 235px;
	}
	
	/* - Section Title */
	.section-title p {
		padding: 0;
	}
	.section-banner h3 {
		font-size: 19px;
		margin-left: 10px;
	}
	
	/* - News Box */
	.news-box {
		text-align: center;
		display: inline-block;
		margin-bottom: 30px;
	}
	
	/* - Statistics Box */
	.statistics-box {
		font-size: 35px;
		margin-top: 40px;
		min-height: 90px;
		line-height: 20px;
	}
	.statistics-box h3 {
		font-size: 18px;
	}
	
	/* - Flex Slides */
	.testimonial-section .flexslider .flex-slides p {
		margin: 0;
	}
	
	/* -- Page Content */
	.page-content {
		margin-top: 0;
	}
	
	/* - Blog Post List */
	.blog-post-list {
		margin-left: 0;
	}
	.blog-post-list .enetry-header .entry-title a {
		font-size: 18px;
	}
	.blog-post-list .entry-content {
		margin-top: 10px;
	}
	
	.widget-area .widget-title h3 {
		font-size: 20px;
	}
	.page-content .col-md-8,
	.page-content .col-md-4 {
		padding: 0;
	}	
	/* -- About Author */
	.about-author {
		margin-bottom: 30px;
		display: inline-block;
	}
	.about-author img {
		margin-bottom: 20px;
	}
	
	/* - Contact Banner */
	.contact-banner {
		margin-top: 0;
	}
	.contact-banner h3 {
		font-size: 20px;
		padding: 100px 35px 40px;
	}
	.contact-banner h3::before {
		top: -20px;
	}	
	/* - Contact Heading */
	.contact-heading .block-title > img {
		margin-right: 20px;
		margin-left: 0;
	}
	.contact-heading .block-title span {
		margin-bottom: 0;
	}
	.contact-heading p {
		margin-left: 10px;
	}	
	/* - Contact Form */
	.contact-form {
		padding-left: 30px;
	}
}

.floating{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
       font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float-button{
	margin-top:16px;
}