.section-title {
	text-align: center;
}
.section-title span {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;

	margin-bottom: 7px;
	text-transform: capitalize;
}
.section-title h2 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.2;
	text-transform: capitalize;
}
.separator {
	background-color: #ed1c47;
	height: 1px;
	margin: 15px auto 0;
	width: 85px;
}
.form-control:focus {
	border-color: #f9461d;
	box-shadow: none;
}
/*images_zoom*/
.img-scale figure {
	overflow: hidden;
	margin: 0px;
}
.img-scale img {
	display: block;
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.img-scale:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
/*button_CSS*/
.btn-text {
	display: inline-block;
	text-decoration: none;
	padding: 10px 25px;
	background-color: #ff2462;
	color: #fff;
	border: none;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	font-weight: 500;
	transform: perspective(1px) translateX(0px);
	transition: all 0.2s ease 0s;
	border: 1px solid #ff2462;
	cursor: pointer;
}
.btn-text:before {
	content: "";
	background: #fff;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease-in-out;
	z-index: -1;
}
.btn-text:hover {
	color: #ff2462;
}
.btn-text:hover:before {
	transform: scaleX(1);
}

/* Banner */
.tparrows{
	background:rgba(187, 176, 134, 0.66);
}
.tparrows:hover{
	background:#BBB086;
}
/* About */
.inner_creative {
	background: #fff;
	padding: 30px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.title_holder {
	margin-bottom: 14px;
}
.title_holder span {
	font-size: 19px;
	font-weight: 700;
	color: #000000;
	position: relative;
	padding-left: 20px;
	line-height: 1;
}
.title_holder span:before {
	position: absolute;
	content: "";
	width: 5px;
	height:100%;
	background-color: #E91F22;
	top: 0;
	left: 0;
}
.distracted p {
	text-align: center;
}
.definition p, .distracted p {
	margin: 0px;
}

/* Service */
.single_service {
	position: relative;
	text-align: center;
	overflow: hidden;
	-webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.08);
	-moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.08);
	box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.08);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	border-radius: 0 0 5px 5px;
}
.content_bar {
	padding: 15px 18px 22px 18px;
}
.content p {
	margin: 0px;
}
.common_img {
	overflow: hidden;
}

/* Priceing */
/*=======================
 Table Style 2
 =========================*/
.e-table2 {
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 3px;
	text-align: center;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.e-table2:hover {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.30);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
/* Table Head */
.e-table2 .e-table-head {
	position: relative;
	background: #1ba974;
	padding: 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.e-table2 .title {
	font-weight: 700;
	color: #333;
	background: #fff;
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	position: absolute;
	bottom: -38px;
	left: 50%;
	margin-left: -15%;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	border-radius: 30px;
}
.e-table2 .price {
	display: block;
	margin-bottom: 10px;
}
.e-table2 .price .amount {
	font-weight: 700;
	margin: 0;
	font-size: 45px;
	color: #fff;
	display: inline-block;
}
.e-table2 .amount span {
	position: relative;
	font-size: 20px;
}
.e-table2 .amount .currency {
	position: relative;
	top: -20px;
}
/* Table List */
.e-table2 .e-table-list {
	padding: 40px 20px 25px 20px;
	text-align: left;
	position: relative;
}
.e-table2 .e-table-list li {
	color: #555;
	position: relative;
	margin-bottom: 25px;
	list-style: none;
}
.e-table2 .e-table-list li:last-child {
	margin: 0;
}
.e-table2 .e-table-list li.cross {
	opacity: 0.5;
}
.e-table2 .e-table-list i {
	font-size: 13px;
	text-align: center;
	padding: 0;
	float: right;
}
/* Table Bottom */
.e-table2 .e-table-bottom {
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #e6e6e6;
}
@media (min-width: 768px) and (max-width: 991px) {
	.e-table2 .title {
		margin-left: -8%;
	}
}
/* Counter */
.counter_sec {
	background: url(../images/bg1.jpg) no-repeat 0 0;
	background-size: cover;
	position: relative;
}
.counter_sec:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
}
.single-fact {
    text-align: center;
    min-height: 200px;
    background: rgba(3, 155, 229, 0.35);
    border-radius: 10px;
}
.counter_full{
	width: 100%;
}
.single-fact h3 {
	margin-bottom: 0px;
	display: block;
	font-weight: 700;
	color: #fff;
}
.single-fact .counter {
	color: #fff;
	font-size: 55px;
	line-height: 1;
	font-weight: 700;
}

/* Team */
.single-team {
	position: relative;
}
.team-thumb {
	overflow: hidden;
}
.team-thumb a {
	position: relative;
	display: block;
}
.team-content {
	background: #fff none repeat scroll 0 0;
	border-bottom: 3px solid #ccc;
	overflow: hidden;
	padding: 23px 0;
	position: relative;
	transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
	z-index: 9;
}
.single-team.text-center .team-content {
	padding-left: 20px;
	padding-right: 20px;
}
.team-conetnt-info {
	opacity: 1;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}
.team-conetnt-info h5 {
	color: #293155;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0;
	text-transform: capitalize;
}
.team-conetnt-info h5 a {
	color: #293155;
}
.team-conetnt-info h5 a:hover {
	color: #f1b204;
}
.team-conetnt-info h6 {
	font-size: 12px;
	color: #555555;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	line-height: 16px;
	margin-bottom: 0;
}
.team-social-icons {
	position: absolute;
	left: -100%;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	border-bottom: 1px solid #47BB8F;
	-webkit-transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
	-moz-transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
	-ms-transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
	-o-transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
	transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}
.team-social-icons ul {
	padding-left: 0;
	margin-bottom: 0;
	font-size: 0;
	display: block;
	width: 100%;
}
.team-social-icons ul li {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	padding: 0 8px;
}
.team-social-icons ul li:first-child {
	padding-left: 0;
}
.team-social-icons ul li:last-child {
	padding-right: 0;
}
.team-social-icons ul li a {
	border: 1px solid #555;
	border-radius: 100%;
	color: #555555;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 27px;
	vertical-align: middle;
	width: 30px;
}
.team-social-icons ul li a:hover {
	border-color: #f1b204;
	color: #f1b204;
}
.single-team:hover .team-conetnt-info {
	opacity: 0;
}
.single-team:hover .team-social-icons {
	left: 0;
}
.bg-white .team-social-icons {
	background: #ffffff;
}
.bg-grey .team-social-icons {
	background: #f7f7f7;
}
.single-team:hover .team-content {
	margin-top: -45px;
}
.single-team::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background: #f1b204;
	-webkit-transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
	-moz-transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
	-o-transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
	transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	z-index: 9;
}
.single-team .team-content-info {
	opacity: 1;
}
.single-team .team-social-icons {
	padding-top: 0;
	left: 0;
	position: relative;
	border-bottom: none;
	height: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
	-moz-transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
	-o-transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
	transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
}
.single-team:hover:after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
.single-team:hover .team-conetnt-info {
	opacity: 1;
}
.single-team:hover .team-social-icons {
	padding-top: 15px;
	height: 45px;
	opacity: 1;
	visibility: visible;
}

/* testimonial */
.testimonial_home {
	position: relative;
	background: url(../images/bg_3.jpg) no-repeat 0 0;
	background-size: cover;
	width: 100%;
}
.testimonial_home:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #4e31bb;
	opacity: 0.5;
}
.testimonial_home .separator{
	background: #fff;
}
.items_test {
	position: relative;
}

.say_client {
	height: 90px;
	width: 90px;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	left: 0px;
	border: 5px solid #fff;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.38);
	z-index: 1;
}
.say_client img {
	border-radius: 50%;
	height: 100%;
	width: 100%;
}
.saying_box {
	background: #fff;
	margin-left: 30px;
	padding: 30px 20px 30px 90px;
	border-radius: 5px;
	position: relative;
}
.quotes_icon {
	position: absolute;
	top: 30px;
	right: 20px;
	font-size: 50px;
	transform: rotate(180deg);
	color: #dadada;
}
.saying_box h3 {
	margin: 0px;
}
.saying_box p {
	margin: 20px 0px 0px 0px;
}
.testimonial_silder .owl-nav button.owl-prev, .testimonial_silder .owl-nav button.owl-next {
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff !important;
    background: #000;
    display: inline-block;
    height: 40px;
    width: 40px;
}
.testimonial_silder .owl-nav button.owl-prev{
	left: 0px;
}
.testimonial_silder .owl-nav button.owl-next{
	right: 0px;
}

.testimonial_silder:hover .owl-nav button.owl-prev {
	left: -40px;
	opacity: 1;
}
.testimonial_silder:hover .owl-nav button.owl-next {
	right: -50px;
	opacity: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.testimonial_silder:hover .owl-nav button.owl-prev {
		left: -20px;
	}
	.testimonial_silder:hover .owl-nav button.owl-next {
		right: -30px;
	}
}

@media (max-width: 991px) {
	.testimonial_silder:hover .owl-nav button.owl-next {
		right: -20px;
	}
	.testimonial_silder:hover .owl-nav button.owl-prev {
		left: 0;
	}
}

@media (max-width: 767px) {
	.testimonial_silder .owl-nav {
		text-align: center;
	}
	.testimonial_silder .owl-nav button.owl-prev, .testimonial_silder .owl-nav button.owl-next {
		transition: all 0.3s;
		top: auto;
		opacity: 1;
		margin:20px 5px 0;
		transform: translate(0);
		bottom: -40px;
		position: static;
		display: inline-block;
	}
}


/* Contcat */
.info_contact {
	text-align: center;
	background: #f6f6f6;
	padding: 40px;
}
.info_contact i {
	background: #ff724c;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	width: 60px;
	height: 60px;
	line-height: 60px;
}
.info_contact p {
	margin: 15px 0px 0px;
}
.info_contact p span {
	display: block;
}
form .error {
	border-color: #e1534f !important;
}
.form-control{
	height: 50px;
	border-radius: 0px;
}
textarea.form-control{
	resize: none;
	padding-top: 12px;
}

/* Section */
.bg_solid {
	background: #009fe0;
}
.text_oneline h2{
margin: 0px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.5;
}

/* Blog */
.font_wid {
	font-weight: 600;
}
.blog_box {
	padding: 20px;
	background: #fff;
	box-shadow: 0px 9px 30px 0px rgba(0, 0, 0, 0.08);
}
.post_img {
	position: relative;
}
.post_date {
	color: #b1b1b1;
	margin: 10px 0px;
}
.post_detail h3 {
	margin-top: 0px;
}
