/*
Theme Name: Bremond
Theme URI: http://wp3.commonsupport.com/newwp/bremond
Author: Template Path
Author URI: http://themeforest.net/user/template_path
Description: This is Bremond WordPress theme
Version: 1.0.0
License: copyright commercial
License URI: http://themeforest.net/user/template_path
Text Domain: bremond
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
*/

/* Bremond WordPress Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Main Slider
3. What We Do
4. Our Experience
5. Why Choose Us
6. Testimonial
7. Feature Case
8. Client logo
9. Our Team
10. Funfact&form
11. Latest News
12. Google Map
13. Page Title
14. History
15. Footer


**********************************************/


/***

====================================================================
	Main Slider style
====================================================================

***/


/* style two */

.main-slider2 {
	min-height: 600px;
}

.main-slider2 .container-fluid {
	padding: 0px;
}

.main-slider2 .slider-wrapper {
	position: relative;
}

.main-slider2 .slider-wrapper .image img {
	min-height: 500px;
	width: 100%;
	max-width: none;
}

.main-slider2 .slider-caption {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	z-index: 5;
}

.main-slider2 .slider-caption .inner-box {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}

.main-slider2 .slider-caption-bg {
	max-width: 570px;
	background-color: rgba(255, 255, 255, 0.70);
	padding: 50px;
}

.main-slider2 h1 {
	position: relative;
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	line-height: 62px;
	margin-bottom: 20px;
}

.main-slider2 .dark h1 {
	color: #222;
}

.main-slider2 h2 {
	position: relative;
	color: #fff;
	font-size: 50px;
	font-weight: 500;
	line-height: 1.2em;
	font-family: 'Montserrat', sans-serif;
}

.main-slider2 .dark h2 {
	color: #222;
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 42px;
}

.main-slider2 .link-btn {
	padding-top: 30px;
	margin: 0 -10px;
}

.main-slider2 .theme-btn {
	margin: 0 10px 20px;
	visibility:hidden;/**********/
}


.main-slider2 .text {
	position: relative;
	font-size: 17px;
	font-weight: 400;
	max-width: 600px;
	color: #fff;
	line-height: 1.7em;
	margin-bottom: 30px;
}

.main-slider2 .dark .text {
	color: #222;
	margin-bottom: 0;
}

.main-slider2 .slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.50);
	z-index: 3;
}

.main-slider2.style-two .slide-overlay {
	background-color: rgba(20, 22, 26, 0.1)
}

/* slide animation */

.main-slider2 .owl-item .slider-caption * {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.main-slider2 .owl-item.active .slider-caption h1 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.main-slider2 .owl-item.active .slider-caption h2 {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.main-slider2 .owl-item.active .slider-caption .text {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.main-slider2 .owl-item.active .slider-caption .link-btn {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.main-slider2 .owl-item.active .slider-caption .slider-caption-bg {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

/* slide nav */

.slide-nav .owl-nav {
	padding: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0.97);
	    -ms-transform: translateY(-50%) scale(0.97);
	        transform: translateY(-50%) scale(0.97);
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.slide-nav:hover .owl-nav {
	-webkit-transform: translateY(-50%) scale(1);
	    -ms-transform: translateY(-50%) scale(1);
	        transform: translateY(-50%) scale(1);
	opacity: 1;
}

.slide-nav .owl-nav .owl-next,
.slide-nav .owl-nav .owl-prev {
	position: relative;
	width: 60px;
	height: 60px;
	line-height: 56px;
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
	font-size: 24px;
	color: #fff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.slide-nav .carousel-outer:hover .owl-nav .owl-next,
.slide-nav .carousel-outer:hover .owl-nav .owl-prev {
	opacity: 1;
	visibility: visible;
}

.slide-nav .owl-nav .owl-prev {
	left: 20px;
	float: left;
}

.slide-nav .owl-nav .owl-next {
	right: 20px;
	float: right;
}

.slide-nav .owl-nav .owl-next:hover,
.slide-nav .owl-nav .owl-prev:hover {
	color: #e4353a;
	border-color: #e4353a;
}

/***

==================================================================
	What We Do
==================================================================

***/

.what-we-do .text p {
	line-height: 29px;
}

.service-block-one-area {
	position: relative;
	padding-left: 40px;
}

.service-block-one {
	position: relative;
}

.service-block-one .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.service-block-one .inner-box .image {
	position: relative;
	overflow: hidden;
}

.service-block-one .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.service-block-one .inner-box .caption {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.60);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.service-block-one:hover .inner-box .caption {
	opacity: 0;
	visibility: hidden;
}

.service-block-one .icon-box {
	color: #fff;
	font-size: 55px;
	margin-bottom: 30px;
}

.service-block-one h4 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

.service-block-one .inner-box .overlay-box {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(230, 32, 45, 0.8);
}

.service-block-one .inner-box:hover .overlay-box {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.service-block-one .inner-box .overlay-box .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	padding: 10px 30px;
	vertical-align: middle;
}

.service-block-one .inner-box .overlay-box .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.service-block-one .inner-box .overlay-box h2 {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 18px;
}

.service-block-one .inner-box .overlay-box h2 a {
	position: relative;
	color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.service-block-one .inner-box .overlay-box h2 a:hover {
	color: #17b6e6;
}

.service-block-one .inner-box .overlay-box .text {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.9em;
	margin-bottom: 25px;
}

.service-block-one .inner-box .overlay-box .read-more {
	position: relative;
	background: #fff;
	color: #222;
	font-weight: 600;
	padding: 11px 18px;
	letter-spacing: 1px;
	font-size: 13px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-family: 'Montserrat', sans-serif;
}

.service-block-one .inner-box .overlay-box .read-more:hover {
	color: #e6202d;
}

/* services block three */

.service-block-three-area {
	position: relative;
	margin-top: -50px;
}

.service-block-three {
	position: relative;
}

.service-block-three .inner-box {
	position: relative;
	margin-bottom: 30px;
	z-index: 99;
}

.service-block-three .inner-box .image {
	position: relative;
	overflow: hidden;
}

.service-block-three .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.service-block-three .inner-box .caption {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: url(images/resource/shape-one.jpg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.service-block-three .inner-box:hover .caption {
	opacity: 0;
	visibility: hidden;
}

.service-block-three .icon-box {
	color: #e6202d;
	font-size: 55px;
	margin-bottom: 30px;
}

.service-block-three h4 {
	font-size: 20px;
	font-weight: 600;
	color: #222;
}

.service-block-three .inner-box .overlay-box {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(230, 32, 45, 0.8);
}

.service-block-three .inner-box:hover .overlay-box {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.service-block-three .inner-box .overlay-box .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	padding: 10px 30px;
	vertical-align: middle;
}

.service-block-three .inner-box .overlay-box .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.service-block-three .inner-box .overlay-box h2 {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 18px;
}

.service-block-three .inner-box .overlay-box h2 a {
	position: relative;
	color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.service-block-three .inner-box .overlay-box h2 a:hover {
	color: #17b6e6;
}

.service-block-three .inner-box .overlay-box .text {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.9em;
	margin-bottom: 25px;
}

.service-block-three .inner-box .overlay-box .read-more {
	position: relative;
	background: #fff;
	color: #222;
	font-weight: 600;
	padding: 11px 18px;
	letter-spacing: 1px;
	font-size: 13px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-family: 'Montserrat', sans-serif;
}

.service-block-three .inner-box .overlay-box .read-more:hover {
	color: #e6202d;
}

/* service block four */

.service-block-four {
	position: relative;
}

.service-block-four .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.service-block-four .inner-box .image {
	position: relative;
}

.service-block-four .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.service-block-four .inner-box .lower-content {
	position: relative;
}

.service-block-four .icon-box {
	position: absolute;
	right: 30px;
	top: -1px;
	color: #ffffff;
	background: #e6202d;
	width: 60px;
	height: 60px;
	font-size: 36px;
	line-height: 60px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 9;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.service-block-four .inner-box:hover .icon-box {
	color: #e6202d;
	background-color: #fff;
}

.service-block-four .lower-content {
	position: relative;
	border: 1px solid #e5e5e5;
	padding: 30px;
}

.service-block-four .lower-content h4 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
}

.service-block-four .lower-content h4 a {
	position: relative;
	color: #222222;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.service-block-four .lower-content .text {
	position: relative;
	margin-top: -15px;/*****/
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	visibility:hidden;/*****/
}

.service-block-four .lower-content:before {
	position: absolute;
	content: '';
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	display: block;
	-webkit-transform: scale(0.5);
	    -ms-transform: scale(0.5);
	        transform: scale(0.5);
	opacity: 0;
	background-color: #e6202d;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.service-block-four .inner-box:hover .lower-content:before {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

.service-block-four .inner-box:hover .lower-content .text,
.service-block-four .inner-box:hover .lower-content h4 a {
	color: #fff;
}

/* What we do three */

.what-we-do-three {
	position: relative;
}

.what-we-do-three:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: url(images/resource/map2.png) no-repeat center;
	left: 0;
	bottom: 0;
}

.what-we-do-three .owl-nav-style-one .owl-nav {
    position: absolute;
    transform: translate(-407px , -180px);
}

/* Services Block eight */

.service-block-eight{
	position:relative;
	margin-bottom:30px;
	z-index:99;
}

.service-block-eight .inner-box{
	position:relative;
	padding: 45px;
	background:  #fff;
	border: 1px solid #e5e9f2;
	transition: .5s ease;
}

.service-block-eight .inner-box .icon-box{
	position:relative;
	color: #e6202d;
	line-height: 50px;
	font-size: 52px;
	margin-bottom: 25px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius:  50%;
	transition: .5s ease;
}

.service-block-eight .inner-box h4{
	position:relative;
	font-size: 20px;
	color:#222222;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
}

.service-block-eight .inner-box h4 a {
	color: #222;

	transition:  .5s ease;
}

.service-block-eight .inner-box h4 a:hover {
	color: #e6202d;
}

.service-block-eight .inner-box .text{
	position:relative;
	color:#848484;
	font-size:18px;
	font-weight:300;
	line-height:1.6em;
	transition: .5s ease;
}

.service-block-eight .inner-box .read-more-btn {
	position: relative;
	margin-top: 10px;
	display:  inline-block;
	font-size: 15px;
	font-weight: 600;
	color: #222;
	text-transform: capitalize;
	font-family:  'Montserrat', sans-serif;
}

.service-block-eight .inner-box .read-more-btn span {
	position: relative;
	margin-left: 10px;
	top: 2px;
}

.service-block-eight .hvr-bounce-to-bottom:before {
	background-color: #e6202d;
}

.service-block-eight .inner-box:hover .icon-box,
.service-block-eight .inner-box:hover h4 a,
.service-block-eight .inner-box:hover .text,
.service-block-eight .inner-box:hover .read-more-btn {
	color: #fff;
}

/* service nine */

.service-block-nine {
	position: relative;
}

.service-block-nine .image {
	position: relative;
	overflow: hidden;
}

.service-block-nine .image:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 8;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(27, 27, 27, 0.68);
}

.service-block-nine .inner-box:hover .image:before {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.service-block-nine .image img {
	width: 100%;
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
	-webkit-transition-delay: .3s;
	     -o-transition-delay: .3s;
	        transition-delay: .3s;
}

.service-block-nine .inner-box:hover .image img {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}


.service-block-nine .lower-content {
	position: relative;
	padding: 20px 0 18px;
	padding-left: 95px;
	min-height: 60px;
	margin-bottom: 30px;
	background:  #fff;
}

.service-block-nine .lower-content:before {
	position: absolute;
	content: '';
	background-color: #e6202d;
	height: 4px;
	width: 100%;
	top: 0;
	left: 0;
	transition: .5s ease;
}

.service-block-nine .inner-box:hover .lower-content:before {
	height: 100%;
}

.service-block-nine .inner-box .icon-box {
	position: absolute;
	left: 0;
	top: 30px;
	width: 95px;
	color: #e6202d;
	font-size: 45px;
	line-height: 50px;
	text-align: center;
	transition: .5s ease;
}

.service-block-nine .inner-box .icon-box span {
	display: block;
}

.service-block-nine .inner-box h4 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 5px;
	padding-top: 10px;
	font-family:  'Montserrat', sans-serif;
}

.service-block-nine .inner-box h4 a {
	color: #333333;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.service-block-nine .inner-box h4 a:hover {
	color: #e4353a;
}

.service-block-nine .inner-box .service-text {
	position: relative;
	font-size: 15px;
	color: #777777;
	transition: .5s ease;
}

.service-block-nine .inner-box:hover .icon-box,
.service-block-nine .inner-box:hover .service-text,
.service-block-nine .inner-box:hover h4 a {
	color: #fff;
}


/* Service section two */

.service-section-two {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.service-section-two:before {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.service-section-two .service-block-six .inner-box {
	border: 0px;
}

.service-section-two .owl-nav-style-one .owl-nav .owl-next, 
.service-section-two .owl-nav-style-one .owl-nav .owl-prev {
	color: #fff;
}

/* service details */

.service-details {
	position: relative;
}

.service-details .content {
	padding: 0px 0 30px;
}

.service-details .content h1 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
}

.service-details .content h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}

.service-details .content p {
	margin-bottom: 0px;
}

.service-details .content p + p {
	margin-top: 15px;
}

/*** 

====================================================================
	Stacked Image Carousel
====================================================================

***/

.stacked-image-carousel {
	position: relative;
	margin-left: 40px;
}

.stacked-image-carousel:before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    background: url(images/resource/shape-two.png) no-repeat center;
    left: 0;
    bottom: -120px;
}

.stacked-image-carousel .slides{
	position:relative;
	width:100%;
	max-width: 330px;
	height: 410px;
	margin-bottom: 160px;
}

.stacked-image-carousel .slide{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:0;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.stacked-image-carousel .slide .image-box{
	position:relative;
	-webkit-box-shadow:0px 0px 3px 0px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 3px 0px rgba(0,0,0,0.10);
	-o-box-shadow:0px 0px 3px 0px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 0px 3px 0px rgba(0,0,0,0.10);
	box-shadow:0px 0px 3px 0px rgba(0,0,0,0.10);	
}

.stacked-image-carousel .slides .image-box img{
	display:block;
	width:100%;	
}

.stacked-image-carousel .slides .slide:nth-child(1).active+.slide{
	left:0px !important;
	top:0px !important;
}

.stacked-image-carousel .slides .slide:nth-child(3){
	position:absolute;
	left:200px;
	top:130px;
	z-index:2;
}

.stacked-image-carousel .slide.active,
.stacked-image-carousel .slides .slide:nth-child(3).active{
	left:200px !important;
	top:130px !important;
	z-index:5;
	box-shadow: 4px 13px 50px 2px rgba(0, 0, 0, 0.15);
}

/***

==================================================================
	Our Experience
==================================================================

***/

.our-experience {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.our-experience .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.our-experience .stacked-image-carousel:before {
	display: none;
}

.our-experience .video-image-box .image .overlay-link {
	z-index: 9;
}

.our-experience .video-image-box .overlay-link span {
	height: 81px;
	width: 81px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	line-height: 80px;
	font-size: 30px;
	padding-left: 6px;
}

.video-image-box.mb-30 .ripple,
.video-image-box.mb-30 .ripple:before,
.video-image-box.mb-30 .ripple:after {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    margin-top: -40px;
    margin-left: -40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-image-box.mb-30 .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.video-image-box.mb-30 .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}


.our-experience .tab-list {
	margin-bottom: 30px;
	border-bottom: 1px solid #d9d7d8;
}

.our-experience .tab-list li {
	position: relative;
	margin-right: 30px;
	margin-bottom: 0px;
}

.our-experience .tab-list li a {
	position: relative;
	color: #222;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 15px;
	display: inline-block;
}

.our-experience .tab-list li a:before {
	position: absolute;
	content: '';
	width: 0%;
	height: 2px;
	background-color: #e41f2c;
	left: 0;
	bottom: 0;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.our-experience .tab-list li a.active-btn:before {
	width: 100%;
}

.our-experience .tab-content .text {
	color: #222;
}

/* Experience two */

.our-experience-two {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.our-experience-two:before {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.text-block-one .text {
	margin-bottom: 30px;
}

.text-block-one .text p {
	color: rgba(255, 255, 255, 0.70);
	margin-bottom: 20px;
}

.text-block-one.dark .text p {
	color: #222;
}

/* our experience three */

.our-experience-three {
	position: relative;
}

.our-experience-three:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: url(images/resource/map2.png) no-repeat center;
	left: 0;
	bottom: 0;
}

.our-experience-three .service-block-three .inner-box .caption {
	background: #fff;
}


/***

==================================================================
	Why Choose us
==================================================================

***/

.why-chooseus .row {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.service-block-two-area .outer-box {
	position: relative;
	margin-left: -85px;
}

/* services block two */

.service-block-two {
	position: relative;
	margin-bottom: 60px;
}

.service-block-two:last-child {
	margin-bottom: 0px;
}

.service-block-two .inner-box {
	position: relative;
	padding-left: 130px;
	min-height: 60px;
}

.service-block-two .inner-box .icon-box {
	position: absolute;
	left: 0px;
	top: 0;
	width: 110px;
	height: 110px;
	color: #e6202d;
	font-size: 50px;
	line-height: 110px;
	text-align: center;
	background-color: #fcf2f3;
	overflow: hidden;
	transition: .8s ease;
}

.service-block-two .inner-box .icon-box:before {
    position: absolute;
    content: '';
    background-color: #e6202d;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0.5);
    opacity: 0;
    transition: .5s ease;
}

.service-block-two .inner-box:hover .icon-box:before {
	transform: scale(1);
	opacity: 1;
}

.service-block-two .inner-box:hover .icon-box {
	color: #fff;
}

.service-block-two .inner-box .icon-box span {
	position: relative;
	display: block;
}

.service-block-two .inner-box h4 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 12px;
	padding-top: 10px;
}

.service-block-two .inner-box h4 a {
	color: #333333;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.service-block-two .inner-box h4 a:hover {
	color: #e4353a;
}

.service-block-two .inner-box .service-text {
	font-size: 15px;
	color: #777777;
	padding-bottom: 12px;
}

/* Why choose us two */

.why-chooseus-two {
	position: relative;
}

.why-chooseus-two:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: url(images/resource/map2.png) no-repeat center;
	left: 0;
	bottom: 0;
}

/* services block five */

.service-block-five {
	position: relative;
	margin-bottom: 30px;
}

.service-block-five:last-child {
	margin-bottom: 0px;
}

.service-block-five .inner-box {
	position: relative;
	padding: 19px 0;
	padding-left: 105px;
	background:  #fff;
	transition: .5s ease;
}

.service-block-five .inner-box .icon-box {
	position: absolute;
	left: 0px;
	top: 25px;
	width: 110px;
	color: #e6202d;
	font-size: 50px;
	text-align: center;
	line-height: 60px;
	transition: .5s ease;
}

.service-block-five .inner-box .icon-box span {
	display: block;
}

.service-block-five .inner-box h4 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 12px;
	padding-top: 10px;
}

.service-block-five .inner-box h4 a {
	color: #333333;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.service-block-five .inner-box h4 a:hover {
	color: #e4353a;
}

.service-block-five .inner-box .service-text {
	font-size: 15px;
	color: #777777;
	padding-bottom: 12px;
	transition: .5s ease;
}

.service-block-five .inner-box:hover .icon-box,
.service-block-five .inner-box:hover .service-text,
.service-block-five .inner-box:hover h4 a,
.service-block-five .inner-box:hover {
	color: #fff;
}

.service-block-five .inner-box:hover {
	background-color: #e6202d;
}


/* Services Block six */

.service-block-six{
	position:relative;
	margin-bottom:30px;
	z-index:99;
}

.service-block-six .inner-box{
	position:relative;
	padding: 15px 22px 40px;
	text-align:center;
	background:  #fff;
	border: 1px solid #e5e9f2;
	transition: .5s ease;
}

.service-block-six .inner-box .icon-box{
	position:relative;
	color: #e6202d;
	margin:  0 auto;
	font-size: 48px;
	background-repeat: no-repeat;
	background-position: center;
	width:  80px;
	height:  80px;
	text-align:  center;
	line-height:  80px;
	border-radius:  50%;
	transition: .5s ease;
}

.service-block-six .inner-box h4{
	position:relative;
	font-size: 20px;
	color:#222222;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
}

.service-block-six .inner-box h4 a {
	color: #222;
	transition:  .5s ease;
}

.service-block-six .inner-box h4 a:hover {
	color: #e6202d;
}

.service-block-six .inner-box .text{
	position:relative;
	color:#848484;
	font-size:18px;
	font-weight:300;
	line-height:1.6em;
	transition: .5s ease;
}

.service-block-six .inner-box .read-more {
	position: relative;
	margin-top: 10px;
	display:  inline-block;
	text-transform: uppercase;
	font-size:  16px;
}

.service-block-six .hvr-bounce-to-bottom:before {
	background-color: #e6202d;
}

.service-block-six .inner-box:hover .icon-box,
.service-block-six .inner-box:hover h4 a,
.service-block-six .inner-box:hover .text {
	color: #fff;
}

/* sersvice block seven*/

.service-block-seven {
	position: relative;
	padding: 0;
}

.service-block-seven .inner-box {
	position: relative;
}

.service-block-seven .inner-box .image {
	position: relative;
	overflow: hidden;
}

.service-block-seven .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.service-block-seven .inner-box .caption {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(191, 27, 38, 0.85);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.service-block-seven:nth-child(1) .inner-box .caption,
.service-block-seven:nth-child(3) .inner-box .caption {
	background-color: rgba(244, 34, 48, .85);
}

.service-block-seven:hover .inner-box .caption {
	opacity: 0;
	visibility: hidden;
}

.service-block-seven .icon-box {
	color: #fff;
	font-size: 55px;
	margin-bottom: 30px;
}

.service-block-seven h4 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

.service-block-seven .inner-box .overlay-box {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(230, 32, 45, 0.8);
}

.service-block-seven .inner-box:hover .overlay-box {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.service-block-seven .inner-box .overlay-box .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	padding: 10px 30px;
	vertical-align: middle;
}

.service-block-seven .inner-box .overlay-box .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.service-block-seven .inner-box .overlay-box h2 {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 18px;
}

.service-block-seven .inner-box .overlay-box h2 a {
	position: relative;
	color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.service-block-seven .inner-box .overlay-box h2 a:hover {
	color: #17b6e6;
}

.service-block-seven .inner-box .overlay-box .text {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.9em;
	margin: 0 auto;
	margin-bottom: 25px;
	max-width: 350px;
}

.service-block-seven .inner-box .overlay-box .read-more {
	position: relative;
	background: #fff;
	color: #222;
	font-weight: 600;
	padding: 11px 18px;
	letter-spacing: 1px;
	font-size: 13px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-family: 'Montserrat', sans-serif;
}

.service-block-seven .inner-box .overlay-box .read-more:hover {
	color: #e6202d;
}


/* Our Mission */

.our-mission {
	position: relative;
	margin-bottom: -170px;
}

.mission-block .inner-box {
	position: relative;
	padding: 40px 30px 39px;
	padding-left: 75px;
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
	background-color: #fff;
}

.mission-block .count {
	position: absolute;
	left: 40px;
	top: 44px;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	color: #e6202d;
	font-weight: 600;
}

.mission-block h4 {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	color: #222;
	font-weight: 600;
	margin-bottom: 5px;
}

.mission-block h4 a {
	color: #222;
}

.list-style-six {
	position: relative;
	margin-top: 15px;
}

.list-style-six li {
	position: relative;
	color: #848484;
	font-size: 15px;
	font-weight: 300;
	padding-left: 25px;
	margin-bottom: 6px;
}

.list-style-six li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 10px;
	height: 12px;
	width: 12px;
	border: 2px solid #e6202d;
	border-radius: 50%;
}

.mission-block .text p {
	margin-bottom: 0px;
}

.mission-block .text p + p {
	margin-top: 22px;
}

.image-block-one {
	position: relative;
}

.image-block-one:before {
	position: absolute;
	content: '';
	background: url(images/resource/shape-three.png) no-repeat center;
	width: 50px;
	height: 150px;
	left: -48px;
	top: 50px;
}


/***

==================================================================
	Testimonial
==================================================================

***/

.testimonial {
	position: relative;
}

/*.testimonial:before {
	position: absolute;
	content: '';
	background: url(images/background/2.jpg) center no-repeat fixed;
	background-size: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 420px;
}*/

.testimonial:after {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 420px;
}

.testimonial .sec-title {
	z-index: 9;
}

.testimonial .owl-nav-style-three .owl-nav .owl-next, 
.testimonial .owl-nav-style-three .owl-nav .owl-prev {
	color: #fff;
}

.testimonial-block {
	position: relative;
	margin-bottom: 30px;
}

.owl-nav-style-three .testimonial-block {
	margin-bottom: 0px;
	margin-top: 100px;
}

.testimonial-block .inner-box {
	position: relative;
	padding: 40px 40px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

.testimonial-block .icon-box {
	position: relative;
	left: 0;
	font-size: 54px;
	color: #d4d6d9;
	display: block;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	display: inline-block;
	line-height: 60px;
}

.testimonial-block .text {
	font-size: 17px;
	margin-bottom: 15px;
	margin-top: 25px;
}

.testimonial-block .info-box {
	position: relative;
	padding-left: 85px;
	padding-top: 8px;
	padding-bottom: 30px;
}

.testimonial-block .info-box .image {
	position: absolute;
	left: 0;
	top: 0;
}

.testimonial-block .info-box .image img {
	border-radius: 50%;
}

.testimonial-block .info-box .name {
	display: block;
	font-size: 20px;
	line-height: 26px;
	color: #222;
	font-weight: 600;
}

.testimonial-block .info-box .designation {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #e6202d;
	font-weight: 400;
}

/* testiimonial block two */

.testimonial-two {
	position: relative;
}

.testimonial-two .owl-nav-style-four .owl-nav .owl-next, 
.testimonial-two .owl-nav-style-four .owl-nav .owl-prev {
	background-color: #fff;
}

.testimonial-block-two {
	position: relative;
	margin-bottom: 30px;
}

.owl-nav-style-three .testimonial-block-two {
	margin-bottom: 0px;
	margin-top: 100px;
}

.testimonial-block-two .inner-box {
	position: relative;
	text-align: center;
}

.testimonial-block-two .icon-box {
	position: relative;
	left: 0;
	font-size: 54px;
	color: #d4d6d9;
	display: block;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	display: inline-block;
	line-height: 60px;
}

.testimonial-block-two .text {
	font-size: 17px;
	margin: 0 auto;
	margin-bottom: 35px;
	margin-top: 25px;
	max-width: 900px;
}

.testimonial-block-two .info-box {
	position: relative;
	padding-left: 85px;
	padding-top: 8px;
	padding-bottom: 30px;
	max-width: 215px;
	text-align: left;
	margin: 0 auto;
}

.testimonial-block-two .info-box .image {
	position: absolute;
	left: 0;
	top: 0;
}

.testimonial-block-two .info-box .image img {
	border-radius: 50%;
}

.testimonial-block-two .info-box .name {
	display: block;
	font-size: 20px;
	line-height: 26px;
	color: #222;
	font-weight: 600;
}

.testimonial-block-two .info-box .designation {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #e6202d;
	font-weight: 400;
}

/* testimonial block three */

.testimonial-three .sec-title {
    margin-bottom: -85px;
    z-index: 99;
}

.testimonial-three .owl-nav-style-one .owl-nav {
    margin-top: -60px;
    position: relative;
    top: -100px;
    left: 83px;
}

.testimonial-block-three {
	position: relative;
}

.testimonial-block-three .big-image {
	position: relative;
	text-align: center;
}

.testimonial-block-three .big-image img {
	width: auto;
	margin:  0 auto;
}

.testimonial-block-three .inner-box {
	position: relative;
	background-color: #fff;
	margin-top: 125px;
}

.testimonial-block-three .icon-box {
	position: relative;
	left: 0;
	font-size: 54px;
	color: #d4d6d9;
	display: block;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	display: inline-block;
	line-height: 60px;
}

.testimonial-block-three .text {
	font-size: 17px;
	margin-bottom: 15px;
	margin-top: 25px;
}

.testimonial-block-three .info-box {
	position: relative;
	padding-top: 8px;
	padding-bottom: 30px;
}

.testimonial-block-three .info-box .image {
	position: absolute;
	left: 0;
	top: 0;
}

.testimonial-block-three .info-box .image img {
	border-radius: 50%;
}

.testimonial-block-three .info-box .name {
	display: block;
	font-size: 20px;
	line-height: 26px;
	color: #222;
	font-weight: 600;
	margin-bottom: 5px;
}

.testimonial-block-three .info-box .designation {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #e6202d;
	font-weight: 400;
}


/***

==================================================================
	Feature Case
==================================================================

***/

.feature-case {
	position: relative;
}

.feature-case .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.feature-case .inner-box .image {
	position: relative;
}

.feature-case .inner-box .image:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 0%;
	display: block;
	z-index: 1;
	background-color: rgba(230, 32, 45, 0.61);
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.feature-case .inner-box:hover .image:before {
	height: 100%;
}

.feature-case .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.feature-case .inner-box .lower-content {
	position: relative;
}

.feature-case .icon-box {
	position: absolute;
	right: 30px;
	top: -1px;
	color: #ffffff;
	background: #e6202d;
	width: 60px;
	height: 60px;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 9;
}

.feature-case .icon-box span {
	color: #fff;
}

.feature-case .lower-content {
	position: relative;
	border: 1px solid #e5e5e5;
	padding: 30px;
}

.feature-case .lower-content h4 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
}

.feature-case .lower-content h4 a {
	position: relative;
	color: #222222;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.feature-case .lower-content h4 a:hover {
	color: #e4353a;
}

.feature-case .lower-content .text {
	position: relative;
	margin-top: 15px;
}

/* feature-case-two */

.feature-case-two {
	margin-bottom: 100px;
}

.feature-case-two .inner-box {
	position: relative;
	min-height: 60px;
}

.feature-case-two .image {
	position: relative;
	overflow: hidden;
}

.feature-case-two .image img {
	width: 100%;
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
	-webkit-transition-delay: .3s;
	     -o-transition-delay: .3s;
	        transition-delay: .3s;
}

.feature-case-two:hover .image img {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}

.feature-case-two .image:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 8;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(230, 32, 45, 0.8);
}

.feature-case-two:hover .image:before {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.feature-case-two .inner-box .icon-box {
	position: relative;
	width: 80px;
	height: 80px;
	color: #e6202d;
	font-size: 40px;
	line-height: 80px;
	text-align: center;
	background-color: #fcf2f3;
	margin-bottom: 25px;
}

.feature-case-two .inner-box .icon-box span {
	display: block;
}

.feature-case-two .inner-box h4 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 12px;
	padding-top: 10px;
}

.feature-case-two .inner-box h4 a {
	color: #333333;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.feature-case-two .inner-box h4 a:hover {
	color: #e4353a;
}

.feature-case-two .inner-box .service-text {
	font-size: 15px;
	color: #222;
	padding-bottom: 12px;
}

/* Case details */

.case-details {
	position: relative;
}

.case-details .content {
	padding: 35px 0 90px;
}

.case-details .content h1 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 30px;
}

.case-details .content p + p {
	margin-top: 30px;
}


/***

==================================================================
	Parallax Section
==================================================================

***/

.parallax-section {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.parallax-section:before {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.parallax-section .client-logo-area {
	position: relative;
	border-top: 1px solid #ddd;
	padding-top: 65px;
}

.parallax-section .client-logo-area .owl-item img {
	width: auto;
	margin: 0 auto;
}

/***

==================================================================
	Our Team
==================================================================

***/

/* team block one */

.team-block-one {
	position: relative;
	margin-bottom: 30px;
}

.team-block-one .inner-box {
	position: relative;
}

.team-block-one .inner-box .image {
	position: relative;
	overflow: hidden;
}

.team-block-one .inner-box .overlay-box {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-align: center;
	background: rgba(0, 0, 0, 0.50);
	opacity: 0;
	-webkit-transform: translate(0, -30px);
	-ms-transform: translate(0, -30px);
	transform: translate(0, -30px);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.team-block-one .inner-box:hover .overlay-box {
	opacity: 1;
	-webkit-transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	transform: translate(0, 0px);
}

.team-block-one .inner-box .overlay-box .social-links {
	position: absolute;
	left: 0px;
	bottom: 40px;
	width: 100%;
}

.team-block-one .inner-box .overlay-box .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 4px;
	line-height: 24px;
}


.team-block-one .inner-box .overlay-box .social-links li a {
	position: relative;
	color: #848484;
	background: #fff;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.team-block-one .inner-box .overlay-box .social-links li a:hover {
	background: #e4353a;
	color: #fff;
}

.team-block-one .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.team-block-one .inner-box .lower-box {
	position: relative;
	padding-top: 32px;
	text-align: center;
}

.team-block-one .inner-box .lower-box h4 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
}

.team-block-one .inner-box .lower-box h4 a {
	color: #222;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.team-block-one .inner-box .lower-box h4 a:hover {
	color: #e41f2c;
}

.team-block-one .inner-box .lower-box .designation {
	position: relative;
	color: #9fa2a6;
	font-size: 16px;
}

/* team block two */

.team-block-two {
	position: relative;
	margin-bottom: 30px;
}

.team-block-two .inner-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.team-block-two .inner-box .image {
	position: relative;
	overflow: hidden;
}

.team-block-two .inner-box .image img {
	transition: .7s ease;
	transition-delay: .4s;
}

.team-block-two .inner-box:hover .image img {
	transform: scale(1.2);
}

.team-block-two .inner-box .overlay-box {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-align: center;
	background: rgba(230, 32, 45, 0.75);
	opacity: 0;
	-webkit-transform: translate(0, -90px);
	-ms-transform: translate(0, -90px);
	transform: translate(0, -90px);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.team-block-two .inner-box:hover .overlay-box {
	opacity: 1;
	-webkit-transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	transform: translate(0, 0px);
}

.team-block-two .social-links {
	position: relative;
	margin-top: 25px;
}

.team-block-two .social-links li {
	position: relative;
	display: inline-block;
	margin-right: 8px;
	line-height: 24px;
}

.team-block-two .social-links li a {
	position: relative;
	text-align: center;
	color: #848484;
	background: #fff;
	border: 1px solid #e5e5e5;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 43px;
	font-size: 15px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.team-block-two .social-links li a:hover {
	background: #e4353a;
	color: #fff;
}

.team-block-two .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.team-block-two .inner-box .lower-box {
	position: relative;
	max-width: 300px;
	border: 1px solid #e5e5e5;
	padding: 40px 30px;
}

.team-block-two .inner-box .lower-box h4 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

.team-block-two .inner-box .lower-box h4 a {
	color: #222;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.team-block-two .inner-box .lower-box h4 a:hover {
	color: #e41f2c;
}

.team-block-two .inner-box .lower-box .designation {
	position: relative;
	color: #e8303c;
	font-size: 16px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}


/***

==================================================================
	Funfact Section
==================================================================

***/

.funfact-section {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.funfact-section:before {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.funfact-section .outer-box {
	overflow: hidden;
}

.counter-area {
	margin: -1px;
	position: relative;
}

.fact-counter {
	position: relative;
	overflow: hidden;
	color: #ffffff;
}

.fact-counter .column {
	position: relative;
	z-index: 5;
	padding: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fact-counter .item {
	color: #222;
	width: 100%;
}

.fact-counter .column .icon span {
	position: relative;
	top: 0px;
	font-size: 50px;
	position: absolute;
	line-height: 70px;
	top: -5px;
	left: 0;
	margin-bottom: 20px;
	color: #ab7442;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.fact-counter .count-outer {
	margin-top: 10px;
	color: #ffffff;
	position: relative;
	font-size: 42px;
	font-weight: 500;
}

.fact-counter .count-outer .count-text {
	margin-bottom: 5px;
	display: block;
}

.fact-counter .item .inner-box {
	position: relative;
	text-align: center;
	padding-top: 25px;
}

.fact-counter .item .inner-box .icon-box {
	line-height: 60px;
}

.fact-counter .item .inner-box .icon-box i {
	color: #ff214f;
}

.fact-counter .item .inner-box .icon-box i:before {
	margin: 0;
	font-size: 48px;
}

.fact-counter .item .inner-box p {
	font-weight: 400;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.7);
}

/* style two */

.funfact-section-two .fact-counter .column {
	border: 0px;
	padding: 0 15px;
}

.funfact-section-two .fact-counter .item .inner-box {
	padding-left: 80px;
	text-align: left;
}

.funfact-section-two .fact-counter .item .inner-box .icon-box {
	position: absolute;
	left: 0;
}

.funfact-section-two .fact-counter {
	padding: 30px 0;
}

/*** 

====================================================================
	Contact Form Style
====================================================================

***/

/*Contact Form*/

.contact-form-section {
	position: relative;
}

.contact-form-section .row {
	margin: 0 -10px;
}

.contact-form-section .column {
	padding: 0 10px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
	display: block;
	width: 100%;
	height: 55px;
	font-size: 16px;
	color: #848484;
	line-height: 30px;
	padding: 12px 25px;
	font-weight: 300;
	background-color: #ffffff;
	border-radius: 0px;
	border: 1px solid #ececec;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: #ff214f;
}

.contact-form textarea {
	height: 150px;
	resize: none;
	padding: 12px 25px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #ff0000;
	font-weight: 500;
}

.contact-form .form-control:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-color: #e6202d;
}

/* form style two */

.contact-form.style-two input[type="text"],
.contact-form.style-two input[type="email"],
.contact-form.style-two input[type="password"],
.contact-form.style-two select,
.contact-form.style-two textarea {
	background: #f7f8f9;
	border-color: #f7f8f9;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.contact-form.style-two textarea {
	height: 250px;
}

/* form style three */

.contact-form.style-three input[type="text"],
.contact-form.style-three input[type="email"],
.contact-form.style-three input[type="password"],
.contact-form.style-three select,
.contact-form.style-three textarea {
	background: #f7f8f9;
	border-color: #f7f8f9;
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding-left: 50px;
}

.contact-form.style-three span {
	position: absolute;
	left: 30px;
	top: 13px;
	font-size: 24px;
	color: #ff214f;
}

/* Contact info */

.contact-info {
	position: relative;
	padding:60px 0;
}

.contact-info-list {
	/*display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;*/


display: flex;

-webkit-box-align: center;



align-items: center;



flex-wrap: wrap;

-webkit-box-pack: justify;



justify-content: space-between;
	
	
	
}

.contact-info-list li{
/*	position:relative;
	color:#111111;
	font-size: 16px;
	font-weight:400;
	padding: 18px 0;
	padding-left: 80px;
	background:#ffffff;
	margin-bottom: 10px;
	width:100%;*/
	position: relative;

color: #111111;

font-size: 16px;

font-weight: 400;

padding: 23px 0;

    padding-right: 0px;
    padding-left: 0px;

padding-left: 65px;

padding-right: 70px;

border-right: 1px solid #e5e5e5;

}

.contact-info-list li:last-child {
	padding-right: 0px;
	border-right: 0px;
}

.contact-info-list li .icon{
	position:absolute;
	left:0px;
	top: 24px;
	color: #e6202d;
	font-size: 45px;
	line-height:1em;
}

.contact-info-list li:last-child .icon{
}

/***

==================================================================
	Consultation Form
==================================================================

***/

.consultation {
	background: #edeff2;
	padding: 75px 30px 55px;
}

.consultation .sec-title .big-title {
	color: #d9dbde;
}

.consultation .row {
	margin: 0 -10px;
}

.consultation .column {
	padding: 0 10px;
}

.consultation .contact-form .form-group {
	margin-bottom: 20px;
}

.consultation .contact-form input[type="text"],
.consultation .contact-form input[type="email"],
.consultation .contact-form input[type="password"],
.consultation .contact-form select {
	height: 45px;
}

.consultation .contact-form textarea {
	height: 82px;
}

/* consultation style two */

.consultation-two {
	position: relative;
	background: #edeff2;
	padding: 40px 40px 40px;
}

.consultation-two h4 {
	font-size: 20px;
	font-weight: 600;
	color: #222;
	margin-bottom: 30px;
}

.consultation-two .contact-form .form-group {
	margin-bottom: 10px;
}

.consultation-two .contact-form input[type="text"],
.consultation-two .contact-form input[type="email"],
.consultation-two .contact-form input[type="password"],
.consultation-two .contact-form select {
	height: 45px;
}

.consultation-two .contact-form textarea {
	height: 120px;
}

/***

==================================================================
	News Blog
==================================================================

***/

.news-block-one {
	position: relative;
}

.news-block-one .inner-box {
	margin-bottom: 30px;
}

.news-block-one .image {
	position: relative;
	overflow: hidden;
}

.news-block-one .image:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 8;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(230, 32, 45, 0.8);
}

.news-block-one:hover .image:before {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.news-block-one img {
	width: 100%;
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
	-webkit-transition-delay: .3s;
	     -o-transition-delay: .3s;
	        transition-delay: .3s;
}

.news-block-one:hover img {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}

.news-block-one .overlay a {
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
	border-radius: 50%;
	color: #222;
	font-size: 20px;
	height: 60px;
	margin: 0 5px;
	line-height: 60px;
	opacity: 0;
	display: inline-block;
	text-align: center;
	-webkit-transform: translateX(0%) translateY(-30%) scale(0.5);
	    -ms-transform: translateX(0%) translateY(-30%) scale(0.5);
	        transform: translateX(0%) translateY(-30%) scale(0.5);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 60px;
}

.news-block-one .overlay a:hover {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
	color: #e6202d;
}

.news-block-one:hover .overlay a {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0%) scale(1);
	    -ms-transform: translateX(0) translateY(0%) scale(1);
	        transform: translateX(0) translateY(0%) scale(1);
}

.news-block-one .overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 10;
}

.news-block-one:hover .overlay {
	opacity: 1;
}

.news-block-one .lower-content {
	position: relative;
	z-index: 9;
	padding: 30px 36px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

.news-block-one .lower-content .post-meta {
	margin-bottom: 8px;
}

.news-block-one .lower-content .post-meta li {
	position: relative;
	color: #b8b8b8;
	font-size: 16px;
	font-weight: 500;
	padding-right: 8px;
	margin-right: 17px;
	margin-bottom: 8px;
	display: inline-block;
}

.news-block-one .lower-content .post-meta li:after {
	position: absolute;
	content: '/';
	color: #b8b8b8;
	right: -10px;
	top: 1px;
	font-size: 14px;
}

.news-block-one .lower-content .post-meta li:last-child::after {
	display: none;
}

.news-block-one .lower-content .post-meta li strong {
	color: #222;
	font-weight: 500;
}

.news-block-one .lower-content .post-meta li span {
	color: #e6202d;
}

.news-block-one .lower-content.style-two {
	margin: 0 50px;
	margin-top: -70px;
}

.news-block-one h4 {
	font-size: 20px;
	font-weight: 600;
}

.news-block-one h4 a {
	color: #222;
}

.news-block-one h4 a:hover {
	color: #e41f2c;
}

.news-block-one .text {
	margin-bottom: 15px;
}

.news-block-one .read-more-btn {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	color: #222;
}

.news-block-one .read-more-btn:hover {
	color: #e6202d;
}

/* news block two */

.news-block-two {
	position: relative;
}

.news-block-two .inner-box {
	margin-bottom: 30px;
}

.news-block-two .image {
	position: relative;
	overflow: hidden;
}

.news-block-two .image:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 8;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(230, 32, 45, 0.8);
}

.news-block-two:hover .image:before {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.news-block-two img {
	width: 100%;
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
	-webkit-transition-delay: .3s;
	     -o-transition-delay: .3s;
	        transition-delay: .3s;
}

.news-block-two:hover img {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}

.news-block-two .overlay a {
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
	border-radius: 50%;
	color: #222;
	font-size: 20px;
	height: 60px;
	margin: 0 5px;
	line-height: 60px;
	opacity: 0;
	display: inline-block;
	text-align: center;
	-webkit-transform: translateX(0%) translateY(-30%) scale(0.5);
	    -ms-transform: translateX(0%) translateY(-30%) scale(0.5);
	        transform: translateX(0%) translateY(-30%) scale(0.5);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 60px;
}

.news-block-two .overlay a:hover {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
	color: #e6202d;
}

.news-block-two:hover .overlay a {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0%) scale(1);
	    -ms-transform: translateX(0) translateY(0%) scale(1);
	        transform: translateX(0) translateY(0%) scale(1);
}

.news-block-two .overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 10;
}

.news-block-two:hover .overlay {
	opacity: 1;
}

.news-block-two .lower-content {
	position: relative;
	z-index: 9;
	padding: 30px 36px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

.news-block-two .lower-content .category {
	margin-bottom: 15px;
}

.news-block-two .lower-content .category a {
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	padding: 5px 10px;
	background-color: #e6202d;
}

.news-block-two .lower-content .post-meta {
	margin-bottom: 8px;
}

.news-block-two .lower-content .post-meta li {
	position: relative;
	color: #b8b8b8;
	font-size: 16px;
	font-weight: 500;
	padding-right: 8px;
	margin-right: 17px;
	margin-bottom: 8px;
	display: inline-block;
}

.news-block-two .lower-content .post-meta li:after {
	position: absolute;
	content: '/';
	color: #b8b8b8;
	right: -10px;
	top: 1px;
	font-size: 14px;
}

.news-block-two .lower-content .post-meta li:last-child::after {
	display: none;
}

.news-block-two .lower-content .post-meta li strong {
	color: #222;
	font-weight: 500;
}

.news-block-two .lower-content .post-meta li span {
	color: #e6202d;
}

.news-block-two h4 {
	font-size: 20px;
	font-weight: 600;
}

.news-block-two h4 a {
	color: #222;
}

.news-block-two h4 a:hover {
	color: #e41f2c;
}

.news-block-two .text {
	margin-bottom: 15px;
}

.news-block-two .link-btn {
	text-align: right;
}

.news-block-two .read-more-btn {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	color: #222;
}

.news-block-two .read-more-btn:hover {
	color: #e6202d;
}

/* single post */

.single-post .news-block-three .lower-content {
	padding: 30px;
	padding-bottom: 50px;
	border: 1px solid #e5e5e5;
}

.single-post .news-block-three .lower-content h1 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 20px;
}

.single-post .news-block-three .lower-content .post-meta {
	margin-bottom: 20px;
}

.single-post .news-block-three .lower-content p {
	margin-bottom: 30px;
}

.single-post .news-block-three .lower-content p:last-child {
	margin-bottom: 0px;
}

.block-quote {
    border-left: 0px;
    border: 1px solid #e5e5e5;
    border-left: 3px solid #e6202d;
    padding: 40px;
    margin: 35px 0;
}

/* share box */
.share-box {
	position: relative;
	border: 1px solid #e5e5e5;
	border-top: 0px;
	padding: 20px 40px;
}

.share-box li {
	display: inline-block;
	color: #222;
	font-size: 16px;
}

.share-box li a {
	color: #222;
	background: #edeff2;
	padding: 10px 20px;
	display: inline-block;
	transition: .5s ease;
}

.share-box li a:hover {
	background-color: #e6202d;
	color: #fff;
}

.share-box li span {
	color: #2c31ff;
}

/* Comments Area */

.single-post .comments-area{
	position:relative;
	margin-top: 50px;
}

.single-post .group-title{
	position:relative;
	margin-bottom:38px;
}

.single-post .group-title h2{
	position:relative;
	font-size:25px;
	color: #222;
	font-weight: 700;
	padding-bottom:0px;
}

.single-post .comments-area .comment-box{
	position:relative;
	padding:0px 0px 0px;
	margin-bottom:45px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.single-post .comments-area .comment-box.reply-comment{
	margin-left:100px;
}

.single-post .comments-area .comment-box:last-child .comment .comment-inner{
	margin-bottom:0px;
	padding-bottom:0px;
	border:0px;
}

.single-post .comments-area .comment-box:hover{
	border-color:#222222;	
}

.single-post .comments-area .comment{
	position:relative;
	font-size:14px;
	padding:0px 0px 40px 110px;
	border-bottom:1px solid #ebebeb;
}

.single-post .comments-area .comment .comment-inner{
	position:relative;
}

.single-post .comments-area .comment .comment-reply{
	position:relative;
	color:#111111;
	font-size:15px;
	font-weight:500;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.single-post .comments-area .comment .comment-reply .icon{
	font-size:13px;
	margin-right:8px;
}

.single-post .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:86px;
	overflow:hidden;
	margin-bottom:20px;
}

.single-post .comments-area .comment-box .author-thumb img{
	display:block;
}

.single-post .comments-area .comment-info{
	color:#3e5773;
	line-height:24px;
	font-size:13px;	
}

.single-post .comments-area .comment-box strong,
.single-post .comments-area .comment-box strong a{
	font-size: 18px;
	font-weight: 600;
	color:#111111;
	line-height:16px;
	text-transform: uppercase;
}

.single-post .comments-area .comment-box .text{
	color: #848484;
	font-size: 17px;
	margin-top:10px;
	margin-bottom:20px;
	line-height: 1.8em;
	font-weight:300;
}

.single-post .comments-area .comment-info .comment-time{
	position:relative;
	font-size: 16px;
	color: #848484;
}

.single-post .comments-area .comment-box .theme-btn{
	padding:5px 30px;
	font-size:12px;
	border:1px  solid #fbca00;
	text-transform:uppercase;
	letter-spacing:1px;
}




/*** 

====================================================================
	Map Style
====================================================================

***/

.map-section {
    position:  relative;
}

.home-google-map .google-map {
	width: 100%;
	height: 480px;
}

.map-section.map-two .home-google-map .google-map {
	width: 100%;
	height: 555px;
}

.home-google-map .gmnoprint {
	display: none;
}

.map-section .consultation .sec-title .big-title {
    color: rgba(255, 255, 255, 0.25);
}

.map-section .container {
    position:  relative;
}

.map-section .consultation {
    position:  absolute;
    left:  0;
    bottom: 0;
    max-width: 470px;
    padding: 68px 30px 50px;
    background-color: #e6202d;
}

.map-section .contact-form button {
	color: #ffffff;
    background: #101010;
    border-color: #101010;
}

.map-section .contact-form button:hover {
	color: #101010;
    background: #fff;
    border-color: #fff;
}



/***

==================================================================
	Project Section
==================================================================

***/

.project-block-one {
	position: relative;
}

.project-block-one .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.project-block-one .inner-box .image {
	position: relative;
	overflow: hidden;
}

.project-block-one .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.project-block-one .inner-box .caption {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 20px 30px;
	background: rgba(0, 0, 0, 0.60);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.project-block-one:hover .inner-box .caption {
	opacity: 0;
	visibility: hidden;
}

.project-block-one .icon-box {
	color: #fff;
	font-size: 55px;
	margin-bottom: 30px;
}

.project-block-one h4 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

.project-block-one h4 a {
	color: #fff;
}

.project-block-one .inner-box .overlay-box {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(230, 32, 45, 0.8);
}

.project-block-one .inner-box:hover .overlay-box {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.project-block-one .inner-box .overlay-box .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	padding: 35px 30px;
	vertical-align: bottom;
}

.project-block-one .inner-box .overlay-box .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: bottom;
}

.project-block-one .inner-box .overlay-box h2 {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 18px;
}

.project-block-one .inner-box .overlay-box h2 a {
	position: relative;
	color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.project-block-one .inner-box .overlay-box h2 a:hover {
	color: #17b6e6;
}

.project-block-one .inner-box .overlay-box .text {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.9em;
	margin-bottom: 25px;
}

.project-block-one .inner-box .overlay-box .read-more {
	position: relative;
	background: #fff;
	color: #222;
	font-weight: 600;
	padding: 11px 18px;
	letter-spacing: 1px;
	font-size: 13px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-family: 'Montserrat', sans-serif;
}

.project-block-one .inner-box .overlay-box .read-more:hover {
	color: #e6202d;
}

/* project block two */
.project-block-two {
	position: relative;
}

.project-block-two .inner-box {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

.project-block-two .inner-box .image {
	position: relative;
	overflow: hidden;
}

.project-block-two .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.project-block-two .inner-box .lower-box {
	position: relative;
	background: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.project-block-two .inner-box .caption {
	position: relative;
	padding: 20px 30px 30px;
	margin-bottom: -71px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.project-block-two .inner-box:hover .caption {
	transform: translateY(-70px);
}

.project-block-two h4 {
	font-size: 20px;
	font-weight: 600;
	color: #222;
}

.project-block-two h4 a {
	color: #222;
	transition: .5s ease;
}

.project-block-two h4 a:hover {
	color: #e6202d;
}

.project-block-two .inner-box .text {
	position: relative;
	transition: .5s ease;
	margin-bottom: 15px;
	color: #848484;
}

.project-block-two .link-btn {
	position: relative;
	transform: translateY(0px);
	transition: .5s ease;
}

.project-block-two .inner-box:hover .link-btn {
	transform: translateY(0px);
}

.project-block-two .link-btn .theme-btn {
	padding: 6px 20px;
}

/* project info */

.project-info {
	position: relative;
	padding: 30px 0 15px;
	background-color: #212733;
}

.project-info h4 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 25px;
	margin-left: 40px;
}

.project-info-list {
	position: relative;
}

.project-info-list li{
	position:relative;
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	font-weight:400;
	padding: 13px 0;
	padding-left: 80px;
	padding-right: 70px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.project-info-list li strong {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

.project-info-list li:last-child {
	padding-right: 0px;
	border-right: 0px;
}

.project-info-list li .icon{
	position:absolute;
	left: 40px;
	top: 21px;
	color: #fff;
	font-size: 30px;
	line-height:1em;
}

.project-info-list li:last-child .icon{
}

/* project details */

.project-details {
	position: relative;
}

.project-details .content {
	padding: 20px 0 70px;
}

.project-details .content h1 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
}

.project-details .content h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}

.project-details .content p {
	margin-bottom: 0px;
}

.project-details .content p + p {
	margin-top: 15px;
}


/***

==================================================================
	Client Logo
==================================================================

***/

.client-logo {
	position: relative;
}

.client-logo .client-logo-area {
    position: relative;
    padding: 35px 0;
}

.client-logo .client-logo-area li {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
}

.client-logo .client-logo-area .owl-item img {
	width: auto;
}

/***

==================================================================
	Pricing Plan
==================================================================

***/

.pricing-section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pricing-block-one {
	position: relative;
}

.pricing-block-one .inner-box {
	position: relative;
	padding: 40px 30px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	margin-bottom: 30px;
}

.pricing-block-one .category {
	font-size: 20px;
	color: #222;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 15px;
}

.pricing-block-one .price {
	font-size: 24px;
	color: #e6202d;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 24px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 25px;
}

.pricing-block-one .lower-box ul {
	position: relative;
	margin: 25px 0;
}

.pricing-block-one .lower-box ul li {
	font-size: 15px;
	color: #848484;
	padding-left: 18px;
	margin-bottom: 9px;
}

.pricing-block-one .lower-box ul li strong {
	position: relative;
	color: #222;
	font-weight: 500;
}

.pricing-block-one .lower-box ul li strong:before {
    content: '\f00c';
    position: absolute;
    left: -18px;
    top: 1px;
    line-height: 15px;
    font-size: 13px;
    font-family: 'FontAwesome';
    color: #e6202d;
}

.pricing-block-one .theme-btn {
    padding: 6px 22px;
    font-size: 13px;
}

/* standard plan */

.pricing-block-one.light .inner-box {
    padding: 70px 30px;
}
.pricing-block-one.standard .inner-box {
    background: #232936;
    padding: 70px 30px;
}

.pricing-block-one.standard .category {
    color: #c2c8d1;
}

.pricing-block-one.standard .text {
    color: #c2c8d1;
}

.pricing-block-one.standard .lower-box ul li {
    color: #c2c8d1;
}

.pricing-block-one.standard .lower-box ul li strong {
    color: #ddd;
}

.pricing-block-one .star {
	position: absolute;
	top: 0;
	right: 30px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background-color: #e6202d;

}

.pricing-block-one .star:before {
    position: absolute;
    content: '';
    top: 18px;
    left: 0;
    border: 19px solid transparent;
    border-top-color: #e6202d;
    border-left-color: #e6202d;
    border-right-color: #e6202d;
}

.pricing-block-one .star span {
	position: relative;
}


/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title{
	position:relative;
	color:#ffffff;
	background-color:#fafafa;
	background-size:cover;
	background-position:center center;
	text-align: center;
}

.page-title:before {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-title .outer-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 250px;
}

.page-title h1{
	position:relative;
	font-size:52px;
	line-height:1em;
	font-weight:600;
	margin-bottom:5px;
	letter-spacing:1px;
	color: #ffffff;
	text-transform:capitalize;
}

.page-title .bread-crumb{
	position:relative;
}

.page-title .bread-crumb li{
	position:relative;
	display:inline-block;
	line-height:30px;
	margin-left:20px;
	color: #ffffff;
	font-size: 15px;
	font-weight:500;
	text-transform:capitalize;
	font-family: 'Montserrat', sans-serif;
}

.page-title .bread-crumb li span {
	margin-right: 10px;
}

.page-title .bread-crumb li:before{
	content: '\f101';
	position:absolute;
	right: -21px;
	top:0px;
	width:20px;
	text-align:center;
	line-height:30px;
	font-family: FontAwesome;
}

.page-title .bread-crumb li:first-child{
	margin-left:0px;	
}

.page-title .bread-crumb li:last-child:before{
	display:none;	
}

.page-title .bread-crumb li a{
	color: #e6202d !important;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.page-title .bread-crumb li a:hover{
	color:#fa2964;
}


/*** 

====================================================================
	Our History
====================================================================

***/

.timeline-container {
	position: relative;
	overflow: hidden;
}

.timeline-container .timeline-block:before {
	content: '';
	position: absolute;
	left: 150px;
	top: 34px;
	height: 150%;
	border-right: 3px solid #d4d6d9;
}

.timeline-container .timeline-block:last-child:before {
	margin-bottom: 0px;
}

.timeline-container .timeline-block:after {
	content: '';
	position: absolute;
	left: 142px;
	top: 10px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background-color: #e6202d;
}

.timeline-container .timeline-block {
	position: relative;
	margin-bottom: 50px;
}

.timeline-container .timeline-block:last-child {
	margin-bottom: 30px;
}

.timeline-container .timeline-block .inner-box {
	position: relative;
	padding-left: 260px;
	min-height: 144px;
	z-index: 1;
}

.timeline-container .timeline-block .inner-box .left-info {
	position: absolute;
	left: 0px;
	top: 15px;
	width: 200px;
	padding-left: 70px;
}

.timeline-container .timeline-block .date {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	color: #e6202d;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.timeline-container .timeline-block .date strong {
	font-size: 15px;
	font-weight: 700;
	display: block;
	color: #222;
	
}

.timeline-container .timeline-block h4 {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 5px;
	color: #222;
}

.timeline-container .timeline-block .text-content {
	position: relative;
	line-height: 2em;
}

.broucher a {
	position: relative;
	padding: 20px 40px;
	padding-left: 90px;
	border: 1px solid #e5e5e5;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	color: #222;
	line-height: 18px;
	display: block;
	margin-bottom: 40px;
}

.broucher a span {
    position: absolute;
    left: 40px;
    top: 30px;
    margin-right: 20px;
    color: #e6202d;
    font-size: 32px;
}

/***

==================================================================
	Request Call Back
==================================================================

***/

.request-callback {
	position: relative;
	background-color: #212733;
	
}

.request-callback:before {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(images/resource/map3.png) no-repeat center;
	opacity: 0.4;
}

.request-callback .inner-box {
	position: relative;
	padding: 50px 40px;
	margin-bottom: 30px;
	
}

.request-callback h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

.request-callback .text {
	color: rgba(255, 255, 255, .7);
	margin-bottom: 23px;
}

.request-callback .phone-number {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 35px;
}

.request-callback .phone-number span {
	margin-right: 10px;
	font-size: 24px;
	position: relative;
	top: 4px;
}

/* faq section */
.faq-section .accordion-box .block .icon-outer {
	top: 18px;
	font-size: 20px;
}

.faq-section .accordion-box .block .acc-btn.active .icon-outer {
	color: #222;
}

/*** 

====================================================================
					Error Page Section
====================================================================

***/

.error-page-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 220px 0;
}

.error-page-section .content-box{
	position: relative;
	display: block;
	text-align: center;
	left: 0;
	width: 100%;
}

.error-page-section .content-box h1{
	position: relative;
	font-size: 240px;
	line-height: 1em;
	color: #ffffff;
	font-weight: 800;
	-webkit-text-shadow: 0 17px 34px rgba(0,0,0, 0.1);
	-moz-text-shadow: 0 17px 34px rgba(0,0,0, 0.1);
	-ms-text-shadow: 0 17px 34px rgba(0,0,0, 0.1);
	-o-text-shadow: 0 17px 34px rgba(0,0,0, 0.1);
	text-shadow: 0 17px 34px rgba(0,0,0, 0.1);
}

.error-page-section .content-box p{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 27px;
	color: #141414;
	font-weight: 500;
	margin-bottom: 20px;
}

.error-page-section .content-box p strong{
	font-weight: 600;
	font-size: 19px;
}


/***

==================================================================
	Main Footer
==================================================================

***/

.main-footer {
	position: relative;
	background-color: #191d26;
	background-repeat: no-repeat;
	background-position: center center;
	color: #ffffff;
}

.main-footer .widgets-section {
	position: relative;
	padding: 40px 0px 40px;
}

.main-footer .widgets-section:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: url(images/resource/map.png) no-repeat left center;
	left: 0;
	bottom: 0;
}

.main-footer .footer-column {
	position: relative;
}

.main-footer .footer-widget {
	position: relative;
	margin-bottom: 30px;
	padding-top: 45px;
}

.main-footer .footer-logo {
	position: relative;
	margin-bottom: 34px;
}

.main-footer .footer-logo img {
	display: block;
	max-width: 100%;
}

.main-footer .footer-column .widget-title {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-top: 15px;
	margin-bottom: 35px;
	color: #ffffff;
}

.main-footer .footer-column .widget-title:before {
	left: 0;
	bottom: 0;
	height: 2px;
	width: 15px;
	background-color: #b73637;
	content: "";
}

.main-footer .about-widget .text {
	font-size: 16px;
	color: #d4dae3;
	margin-bottom: 30px;
}

.social-icon-three {
	position: relative;
	display: block;
}

.social-icon-three li {
	position: relative;
	display: inline-block;
}

.social-icon-three li a {
	position: relative;
	display: inline-block;
	height: 50px;
	width: 50px;
	background-color: #2f333b;
	color: #ffffff;
	text-align: center;
	padding: 5px 0;
	line-height: 42px;
	font-size: 14px;
	margin-right: 0px;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-three li a:hover {
	background-color: #b73637;
}

/*=== Services Widget ===*/

.main-footer .services-widget {
	position: relative;
	padding-left: 25px;
}

.main-footer .services-widget .list li {
	position: relative;
	display: block;
	margin-bottom: 14px;
}

.main-footer .services-widget .list li a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	padding-left: 18px;
	color: #d4dae3;
	text-transform: capitalize;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .services-widget .list li a:hover {
	color: #e6202d;
}

.main-footer .services-widget .list li:last-child {
	margin-bottom: 0;
}

.main-footer .services-widget .list li a:before {
	content: '\f105';
	position: absolute;
	left: 0px;
	top: 3px;
	line-height: 15px;
	font-size: 16px;
	font-family: 'FontAwesome';
}

/*=== Newsletter Widget ===*/

.main-footer .newsletter-widget .text {
	color: #d4dae3;
	margin-bottom: 25px;
	font-size: 15px;
}

.main-footer .newsletter-widget {
	background-color: #11141a;
	padding: 45px 40px 60px;
	margin-bottom: 0px;
}

.main-footer .newsletter-widget input {
	height: 50px;
	color: #fff;
	width: 100%;
	padding: 0 18px;
	background-color: #292c31;
	margin-bottom: 20px;
	font-size:14px !important;
}

.main-footer .newsletter-widget input::-webkit-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #d4dae3;
}

.main-footer .newsletter-widget input:-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #d4dae3;
}

.main-footer .newsletter-widget input::-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #d4dae3;
}

.main-footer .newsletter-widget input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #d4dae3;
}

.main-footer .newsletter-widget input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #d4dae3;
}

.main-footer .newsletter-widget input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #d4dae3;
}

/*=== Footer Bottom ===*/

.main-footer .footer-bottom {
	position: relative;
	padding: 18px 0px;
	background: #11141a;
}

.main-footer .footer-bottom p {
	line-height: 30px;
	color: #d4dae3;
	font-size: 15px;
	font-weight: 500;
	margin: 0;
}

.main-footer .footer-bottom p a {
	color: #e6202d;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.main-footer .footer-bottom p a:hover {
	text-decoration: underline;
}
.bbtn {

    background: #053e7b !important;
	border-color:#053e7b !important;

}
.ggra{
	font-weight:500;
	
	}
.just{
	text-align:justify !important;	
	}
.cach .theme-btn.btn-style-one {

    visibility: hidden;

}
.btn-style-one{
	padding: 11px 15px !important;
	border-radius:3px !important;
	font-size:14px !important;
	
	}
@media (max-width: 768px) { .header-top { display: none; } }

@media (max-width: 768px) { .float-right { display: none; } }



.bread-crumb.clearfix {

    float: left !important;
    position: absolute;
    top: 190px;

}

.prev-post, .next-post{
	visibility:hidden;
	
	}
.rg{
	color:#e6202d !important;
	
	}