﻿/* headding_Style */
.sect-tital h2 {
	margin-bottom: 10px;
}
.no-padding {
    padding: 0;
}
/*-------------------------------------------------------------------------------------------*/
/*  Main Banner        ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.main-banner {
	position: relative;
	margin-top: 0px;
	overflow: hidden;
}
.main-banner .banner-text span {
	font-weight: 600;
	color: #fff;
	font-size: 26px;
	display: block;
	margin-bottom: 5px;
	font-family: 'Poppins', sans-serif;
	text-transform: none;
	letter-spacing: 2px;
	line-height: 1;
}
.main-banner .banner-text h2 {
	font-size: 45px;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.3;
	text-transform: uppercase;
	padding: 10px 0;
	font-weight: 600;
}
.main-banner .banner-text p {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 1.8;
}
.main-banner .tp-parallax-wrap {
}
.main-banner .tp-mask-wrap {
	height: auto;
}
.main-banner .more-btn {
	background: #714da0;
	line-height: 30px;
	padding-left: 38px;
	padding-right: 38px;
	font-weight: 700;
	color: #fff;
}
.main-banner li .btn-text {
	line-height: 50px !important;
	height: 50px !important;
	padding-left: 38px;
	padding-right: 38px;
	font-size: 24px !important;
	letter-spacing: 1px;
	font-weight: 400;
	padding-top:0px !important;
	padding-bottom: 0px !important;
	background:#622B7D !important;
}
#wrapper .main-banner .tp-bullets {
	top: auto;
	left: 52%;
	display: block;
	visibility: visible;
	opacity: 1;
	bottom: 66px;
}
.main-banner .tp-bullet {
	width: 26px;
	height: 3px;
	background: #8f8f8f;
}
.main-banner .tp-bullet.selected {
	background: #714da0;
}
.tparrows.tp-leftarrow, .tparrows.tp-rightarrow {
	border: 1px solid #fff;
	z-index: 99;
	cursor: pointer;
	background: none;
	visibility: hidden;
}
.main-banner:hover .tparrows.tp-leftarrow, .main-banner:hover .tparrows.tp-rightarrow {
	visibility: visible;
}
.tparrows.tp-leftarrow:hover, .tparrows.tp-rightarrow:hover {
	background: #714da0;
	border: 1px solid #714da0;
}
.slotholder:before {
	border-top: none;
	border-bottom: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.4);
	content: '';
}

@media (max-width: 480px) {
	.main-banner .banner-text h2 {
		font-size: 25px;
	}
	.main-banner .banner-text p {
		line-height: 1.2;
		font-size: 15px;
	}
}
.img_slider {
	width: 100% !important;
	height: auto !important
}
/* Top_section */
.top_box {
	margin-top: 0px;
}
.schedule_box {
	width: 100%;
	background:#622B7D;
	padding: 25px 45px;
	color: #fff;
	box-shadow: 0px 0px 9px -4px #000;
	position: relative;
	transition: all 0.3s;
	top: 0;
}
.schedule_box:hover {
	top: -10px;
	transition: all 0.3s;
	background:#291139;
}
.schedule_box i {
/*	display: block;
*/	text-align: center;
	font-size: 65px;
	color: #fff;
	height: 60px;
	width: 60px;
	line-height: 60px;
}
.schedule_box h3 {
	color: #fff;
	display: inline-block;
	margin-left: 15px;
}
.schedule_box ul {
	list-style: none;
	margin: 8px 0px 0px;
	padding: 0px;
}
.schedule_box ul li {
	border-bottom: 1px solid #fff;
	display: inline-block;
	width: 100%;
	padding: 7px 0px;
}
.schedule_box ul li .day_session {
	float: left;
	width: 50%;
	white-space: nowrap;
	text-align: left;
	font-weight: 400;
	font-size: 14px;
}
.schedule_box ul li .time_top {
	float: right;
	width: 50%;
	white-space: nowrap;
	text-align: right;
	font-weight: 400;
	font-size: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.top_box {
		margin-top: 0;
	}
	.schedule_box {
		max-width: 400px;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.schedule_box i{
		font-size: 50px;
	}
	.schedule_box {
		max-width: 400px;
		margin: 0 auto;
	}
	.top_box {
		margin-top: 0;
	}
}
/* Make_Appointmaent_Section  */
.appoment_sec{
	position: relative;
}
.appoment_sec:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
		background: url(../images/bg_21.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0.1;
}
.home_one {
	padding:40px;
}
.position_none {
	position: static;
	padding: 0px;
	background: transparent;
}
.position_none .input-sm {
	border:1px solid rgba(210, 210, 210, 0.66);
}
.position_none textarea.input-sm{
    resize: none;
    height:200px;
}
.position_none .form-field-wrapper {
	width: 100%;
	padding: 0px;
	display: inline-block;
	float: none;
}
.position_none .form-field-wrapper:last-child {
	margin-bottom: 0px;
}
.position_none .send_btn {
	background: #0cb8b6;
	color: #fff;
	outline: none;
}
@media (min-width: 768px) and (max-width: 991px) {
	.home_one {
		padding:0px 0px 90px 0px;
	}
}

@media (max-width: 767px) {
		.home_one {
		margin:0;
		padding:0px;
	}
}

/* Service */
.tab_service {
}
.tab_service a h3 {
	color: #222;
	display: inline-block;
	font-size: 20px;
	vertical-align: middle;
	margin-left: 15px;
}
.tab_service a:hover h3, .tab_service a.active h3 {
	color: #0cb8b6;
}
.tab_service a .icon_service {
	height: 70px;
	width: 70px;
	line-height: 70px;
	background: #0cb8b6;
	display: inline-block;
	text-align: center;
	font-size: 35px;
	color: #fff;
	vertical-align: middle;
	transition: all 0.3s;
}
.tab_service a:hover .icon_service, .tab_service a.active .icon_service {
	background:#008482;
}

.service-test {
	display: none;
}
.service-tab {
	display: block;
}
.service_content_box a {
	color: #0cb8b6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.tab_service a h3{
	font-size: 18px;
}
.tab_service a .icon_service {
    height: 60px;
    width: 60px;
    line-height: 60px;
   }
}
/*-------------------------------------------------------------------------------------------*/
/* Counter STYLE    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.bg_picher {
	background: url(../images/heart-665183_1920.jpg);
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bg_picher:before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background:rgba(12, 184, 182, 0.58);
}
.single-fact {
	text-align: center;
	display: inline-block;
	width: 100%;
}
.single-fact .icon-boxed {
	width: 100px;
	height: 100px;
	font-size: 70px;
	color: #fff !important;
	text-align: center;
	line-height: 121px;
	margin: 0 auto;
}
.single-fact span {
	font-size: 50px;
	font-weight: 800;
	color: #fff !important;
	padding: 4px 0 10px;
	line-height: 1.2;
	display: block;
}
.fact-counter-wrapper h2 {
	font-size: 36px;
	line-height: 42px;
	color: #fff;
	margin: 0;
	margin-bottom: 27px;
}
.single-fact p {
	margin: 0;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff !important;
}

.single-fact .icon-box i:before {
	font-size: 50px;
}
/* Team */
.team_picher img {
	display: block;
	    width: 100%;
	border: 1px solid #f0f0f0;
}
.team_picher {
	position: relative;
}
.show_profile {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	height: 35px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 250ms ease 0s;
	transition: all 250ms ease 0s;
	visibility: hidden;
	z-index: 9;
	background: rgba(0, 0, 0, 0.21);
	height: 100%;
	width: 100%;
}
.show_profile a {
	background: #622B7D none repeat scroll 0 0;
	border-radius: 6px;
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	line-height: 33px;
	padding: 0 18px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin: 0 auto;
}
.show_profile a:hover {
	background: #fff;
}
.team_box:hover .show_profile {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: visible;
}
.team_detail {
	padding: 30px 0 25px 0;
	position: relative;
	text-align: center;
}
.team_detail:after {
	background: #f0f0f0;
	transition: all 0.3s;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 61px;
}
.team_detail h3 {
	margin-top: 0px;
}
.team_detail span {
	color: #909090;
	display: block;
	font-style: normal;
	line-height: 12px;
	margin-bottom: 18px;
	font-weight: 300;
}
.team_detail p {
	color: #666;
}
.social-links ul{
	margin: 0px;
	padding: 0px;
}
.social-links ul li {
	display: inline-block;
}
.social-links ul li a {
	color: #909090;
	background: rgba(0,0,0,0);
	font-size: 14px;
	margin-right: 22px;
}
.social-links ul li a:hover {
	color: #666;
}
.social-links ul li a:hover i {
	color: #1BB4B9;
}
.team_box:hover .team_detail:after{
	width: 100%;
	background:#622B7D;
}

/* =====tesitmorial====== */
.home_testimonial {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 30px 80px 0 rgba(20,52,92,0.2);
	padding:50px;
	background: #fff;
}
.client_detail {
	margin-top: 30px;
}
.client_img {
	display: inline-block;
	height: 60px;
	width: 60px;
	vertical-align: middle;
}
.client_img img {
	border-radius: 50%;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	height: 60px;
	width: 60px;
}
.client_definition {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin-left: 20px;
}
.client_definition p {
	color: #000;
	margin: 0px;
	line-height: 1;
	font-size: 18px;
}
.client_definition span {
	color: #0cb8b6;
}
.next_preview_btn .owl-nav .owl-prev, .next_preview_btn .owl-nav .owl-next {
	background: transparent;
	    color: #000;
	    font-size: 25px !important;
}
@media (max-width: 767px) {
.home_testimonial{
	padding: 30px;
}
}
/*=======Blog Section=========*/
.latest__block-post {
	padding: 20px;
	background: #f7f7f7;
}
.latest__block .more_btn__block {
	margin-top: 0;
}
.latest__block-title {
	font-size: 20px;
	margin: 5px 0px;
	font-weight: 800;
	text-transform: capitalize;
}
.latest__block-title:hover a {
	color: #0cb8b6;
}
.team__block-section .team-member {
	margin-bottom: 0;
}
.more_btn__block {
	color: #0cb8b6;
	font-weight: bold;
	display: inline-block;
	margin-top: 30px;
}
@media (max-width: 767px) {
	.more_btn__block {
		margin-top: 0;
	}
}


/* Service_Page */
/***========Services Section===================== ***/

.services-section {
	position: relative;
	padding: 95px 0px 60px;
}

.services-block {
	position: relative;
	margin-top: 0px;
}

.services-block .inner-box {
	position: relative;
	display: block;
	overflow: hidden;
}

.services-block .inner-box .image {
	position: relative;
	background: #333;
}

.services-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	opacity: 0.4;
}

.services-block .inner-box .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: block;
	padding: 30px 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;
	background-color: #fbb908;
	z-index: 9;
}

.services-block .inner-box:hover .image .overlay-box {
	opacity: 1;
	top: 0;
}

.services-block .inner-box .image .icon-box {
	position: absolute;
	left: 0px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	bottom: 0px;
	top: auto;
	color: #fff;
	font-size: 35px;
	z-index: 1;
	text-align: center;
	background-color: #ffb200;
	margin: 0px;
	border-radius: 0px;
	transform: inherit;
}

.services-block .inner-box .image .overlay-box .text {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 0px;
}

.services-block .inner-box .image .overlay-box .read-more {
	position: relative;
	float: right;
	color: #fff !important;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}

.services-block .inner-box .image .overlay-box .read-more:hover {
	text-decoration: underline;
}

.services-block .inner-box .lower-box {
	padding: 10px 0px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-left: 75px;
}

.services-block .inner-box .lower-box h3 {
	position: relative;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2em;
}

.services-block .inner-box .lower-box a {
	color: #fff;
	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;
}

.services-block .inner-box .lower-box a:hover {
	color: #ffb200;
}
/* Service_page */
.time_table {
	color: #222;
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.time_table:last-child {
	margin-bottom: 0px;
}
.time_table .icon_lf {
	float: left;
	margin-right: 20px;
}
.time_table .icon_lf i {
	font-size: 40px;
	height: 50px;
	line-height: 50px;
	width: 50px;
	color: #714da0;
}
.time_table .text_rg {
	float: left;
	width: calc(100% - 70px)
}
.time_table .text_rg ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.time_table .text_rg ul li {
	font-size: 14px;
}
.box-name {
}
.box-name .box-show {
	display: block;
	border: none;
	padding: 30px;
	background: #fff;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	border: 2px solid transparent;
	-webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
	box-shadow: 0 9px 21px rgba(0, 0, 0, 0.05);
	position: relative;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
/*Section_faq_home*/
.card {
	position: relative;
	overflow: hidden;
	margin: 10px 0 0px 0;
	border: none;
	border-radius: 0px;
}
.card-header {
	border-radius: 0px !important;
}
.card-header {
	padding: 0;
	background: #fff;
	border-bottom: none;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
	font-weight: bold;
	text-transform: capitalize;
}
.faq .panel-title > a, .panel-title a {
	display: block;
}
.faq .panel-default > .panel-heading a.collapsed, .panel-title a {
	background-position: right top;
}

.faq .panel-default > .panel-heading a, .panel-title a {
	padding: 15px 60px 15px 28px;
	color: #222;
	position: relative;
}
.faq .collape-plus, .panel-title a i {
	background: #714da0;
	background: -moz-linear-gradient(left, #714da0 0%, #4269f7 100%);
	background: -webkit-linear-gradient(left, #714da0 0%,#4269f7 100%);
	background: linear-gradient(to right, #714da0 0%,#4269f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#714da0', endColorstr='#4269f7',GradientType=1 );
	color: #fff;
}
.faq .collape-plus, .panel-title a i {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 48px;
	height: 100%;
	text-align: center;
}
.collape-plus:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.panel-title a[aria-expanded="true"] .fa-plus:before {
	content: "\f068";
	font-famiyl: 'FontAwesome';
}

/* Why_Choose */
.form_filed {
	margin-top: -100px;
}
.form_headding {
	padding: 20px 18px;
	text-align: center;
	background: red;
	color: #fff;
}
.form_headding h3 {
	margin-top: 0px;
	color: #fff;
}
.form_box {
	background: #ececec;
	padding: 40px 18px;
}
.form_filed .form-field-wrapper i {
	position: absolute;
	bottom: 7px;
	right: 18px;
	font-size: 23px;
	color: #19b5fe;
	pointer-events: none;
}
.form_filed .form-field-wrapper {
	margin: 0px;
}

.form_box .input-sm {
	border: 1px solid rgba(210, 210, 210, 0.66);
}
.form_box textarea.input-sm {
	resize: none;
	height: 200px;
}
.form_box .form-field-wrapper {
	width: 100%;
	padding: 0px;
	display: inline-block;
	float: none;
}
.form_box .form-field-wrapper:last-child {
	margin-bottom: 0px;
}
.form_box .send_btn {
	background: #19b5fe;
	color: #fff;
	outline: none;
	height: 44px;
}
.form-field-wrapper input, .form-field-wrapper textarea, .form-field-wrapper select {
	height: 44px;
}
.why_box {
	overflow: hidden;
}
.why_icon {
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-right: 20px;
}
.space_bot h2{
	margin-bottom: 15px;
}
.why_text {
	float: left;
	width: calc(100% - 70px);
}
.why_text h3 {
	margin-top: 0px;
	text-transform: uppercase;
}
.why_text p {
	margin: 0px;
}
@media (max-width: 991px) {
	.form_filed {
		margin: 0px;
		padding-bottom: 90px;
	}
}
@media (max-width: 767px) {
	.form_filed {
		margin: 0px;
		padding-bottom: 40px;
	}
}
.text_servic {
    background: #f5f5f5;
    padding: 30px 20px 30px 20px;
	}

.text_servic h3{
	margin-top: 0px;
  font-size: 20px;
}
.font_wid{
  font-weight: 600;
  color: #291139!important;
}

/* Blog_Section */
.blog_post {
	overflow: hidden;
}
.post_categre {
	float: left;
	width: 360px;
	position: relative;
	overflow: hidden;
}
.latest__block {
	width: calc(100% - 390px);
	float: left;
	margin-left: 30px;
}
.latest__block h3 {
	margin-top: 0px;
}
.post_date {
	width: 120px;
	text-align: center;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	position: absolute;
	bottom: -50px;
	left: 20px;
	transition: all 0.3s;
}
.blog_post:hover .post_date {
	bottom: 20px;
}

.update_post {
	border: 1px solid #ececec;
}
.post_news {
	border-bottom: 1px solid #ececec;
	padding: 20px 10px 20px 20px;
}
.post_news h3 {
	margin-top: 0px;
}
.more_read {
	padding: 10px 10px 10px 20px;
	font-weight: 600;
}
.more_read a {
	color: #08237e;
}
@media (max-width: 767px) {
	.post_categre {
		width: 100%;
	}
	.latest__block p {
		margin-bottom: 0px;
	}
	.latest__block {
		width: 100%;
		margin: 30px 0px 0px 0px;
	}
}

.sec-title {
	position: relative;
}
.sec-title h2 {
	position: relative;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.sec-title h2:before {
	position: absolute;
	content: '';
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	width: 270px;
	border-bottom: 2px solid #e4e4e4;
}
.sec-title h2:after {
	position: absolute;
	content: '';
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	width: 70px;
	border-bottom: 5px solid #1bbce8;
}
.center_bdr h2:before, .center_bdr h2:after {
	left: 50%;
	transform: translateX(-50%);
}
.l-line h2:before, .l-line h2:after {
	left: 0px;
	transform: translateX(0%);
}
.sec-title p {
	margin: 0px;
}
@media (max-width: 767px) {
.sec-title h2{
	margin: 0px;
}
}
.gri {
	background:#f9f9f9;
	}