body {
	font-family: 'Poppins', sans-serif;
}
.top {
	width: 100%;
	height: auto;
	padding: 7px 0;
	background: #212668;
}
.top_left {
	width: 100%;
	height: auto;
	margin: 3px 0 0 0;
}
.top_left ul {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.top_left ul li {
	width: auto;
	float: left;
	list-style: none;
	font-size: 15px;
	color: #fff;
	margin: 0 20px 0 0;
	font-weight: 300
}
.top_left ul li a {
	color: #fff;
	text-decoration: none;
}
.top_left ul li a:hover {
	color: #9bcb3e;
	text-decoration: none;
}
.top_right {
	width: 100%;
	height: auto;
	overflow:hidden;
}
.top_right ul {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: right;
}
.top_right ul li {
	width: auto;
	float: left;
	list-style: none;
	margin: 0 4px 0 0;
}
.top_right ul li a {
	color: #fff;
	text-decoration: none;
}
.top_right ul li a:hover {
	color: #ccc;
	text-decoration: none;
}
.top_right ul li:last-child {
	border-right: 0px solid #fff;
}
.logo {
	width: 200px;
	height: 125px;
	text-align: center;
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 50%;
	margin: 0px auto;
	padding: 10px 0 0 0;
}
.logo img {
	max-width: 100%;
	height: auto;
}
.ap_1 {
	width: auto;
	float: right;
	height: auto;
	margin: 36px 0 0 0;
}
.ap_1 a {
	padding: 12px 25px;
	background: #45c4d3;
	color: #fff;
	text-decoration: none;
	border-radius: 15px;
	font-weight: 600;
}
.ap_1 a:hover {
	background: #000;
	text-decoration: none;
}
.header_bg {
	width: 100%;
	height: auto;
	padding: 7px 0;
}
.menu_wrap {
	width: 100%;
	height: auto;
	margin: 15px 0;
	float: left;
}
:hover {
	-webkit-transition: .6s ease;
	-moz-transition: .6s ease;
	-ms-transition: .6s ease;
	-o-transition: .6s ease;
	transition: .6s ease;
}
/*.f-nav {
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.9) !important;
	padding:0 0;
	border-radius: 0px;
	border-bottom: 1px solid #ccc;
}*/
/*******************Header end*****************/
.banner {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 450px;
	text-align: center;
}
.banner_text {
	width: 100%;
	position: absolute;
	top: 60px;
	z-index: 99;
	margin: 0 0 0 1%;
	max-width: 900px;
}
.banner_text h2 {
	margin: 0 0 15px 0;
	color: #fff;
	font-size: 34px;
	font-weight: 700;
	padding: 10px 20px;
	background: rgba(0,0,0,.8);
	display: inline-block;
}
.banner_text p {
	margin: 0 0 15px 0;
	color: #fff;
	font-size: 18px;
	text-shadow: 0 2px 2px #000;
	background: rgba(69,196,211,.8);
	padding: 10px 20px;
	border-radius: 29px 9px 0;
}
.banner_btns {
	height: auto;
	margin: 0px auto 0;
	overflow: hidden;
	padding: 30px 0;
}
.b_btn_1 {
	width: auto;
	float: left;
	margin: 0px 15px 0px 17px;
}
.b_btn_1 a {
	padding: 10px 10px;
    border-radius: 5px;
    background: #9bcb3e;
    color: #fff;
    border: 2px solid #9bcb3e;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}
.b_btn_1 a:hover {
	background: #000;
    text-decoration: none;
    color: #fff;
}
.b_btn_2 {
	width: auto;
	float: left;
	margin: 0 0px 0 0;
}
.b_btn_2 a {
	padding: 10px 10px;
    border-radius: 5px;
    background: #212668;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #212668;

}
.b_btn_2 a:hover {
background: #000;
    text-decoration: none;
    color: #fff;
}
.banner_pic {
	position: relative;
	width: 100%;
}
.banner_pic img {
	width: 100%;
	height: auto;
}
/***************/


.flexslider {
	width: 100%;
	margin: 0 auto;
	box-shadow: none;
	min-height: 450px;
}
.flexslider li {
	position: relative;
}
.flexslider li .meta {
	position: absolute;
	bottom: 52px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	margin: 0 auto;
	/* text-align: center; */
	left: 22%;
}
.flexslider li h2 {
	margin: 0;
	font-size: 28px;
	font-weight: 300;
	width: 50%;
	color: #fff;
}
.flexslider li h2 span
{
	font-weight:600;
}
.flexslider li p {
	background: rgba(51, 51, 51, 0.7);
	padding: 13px 18px 11px;
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 300;
}
.flexslider li h2, .flexslider li p {
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
.flexslider li.flex-active-slide .meta h1, .flexslider li.flex-active-slide .meta p {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.flexslider li.flex-active-slide .meta p {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	width: 100%;
	height: auto;
	max-width: 50%;
	margin: 10px 0 0 0;
}
.flexslider li.flex-active-slide .meta .category p {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}
.flexslider li.flex-active-slide .meta .category span {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}
 @-webkit-keyframes fadeInLeft {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInLeft {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @-webkit-keyframes fadeOutLeft {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
}
 @keyframes fadeOutLeft {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
}
/*******************Header end*****************/
.wrapper {
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0px 0;
}
.pert_1 {
	width: 100%;
	height: auto;
	padding: 0 0 50px 0;
	background: #f3f3f3;
}
.lp {
	width: 100%;
	height: auto;
	margin-top: -30px;
}
.lp_in {
	width: 20%;
	height: auto;
	float: left;
	background: #212668;
	text-align: center;
	border-right: 1px dotted #c9c9c9;
}
.lp_in:last-child {
	border-right: 0px dotted #c9c9c9;
}
.lp_in a {
	padding: 25px 0;
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 19px;
}
.lp_in a:hover {
	background: #9bcb3e;
}
.p_1_heading {
	width: 100%;
	height: auto;
}
.p_1_heading h6 {
	color: #292929;
	margin: 0 0 3px 0;
	font-size: 18px;
	font-weight: 300;
}
.p_1_heading h3 {
	color: #292929;
	margin: 0 0 10px 0;
	font-size: 50px;
	font-weight: 700;
}
.p_1_dec {
	width: 100%;
	height: auto;
	float: left;
}
.p_1_iner {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 2px solid #9bcb3e;
	padding: 0 0 10px 0;
	margin: 0 0 8px 0;
}
.p_1_iner h5 {
	color: #212668;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 0 0;
}
.p_1_iner p {
	color: #4d4d4d;
	font-size: 14px;
	font-weight: 300;
	margin: 0 0 0 0;
}
.more {
	width: 100%;
	height: auto;
}
.more a {
	color: #4d4d4d;
	font-size: 14px;
	text-decoration: none;
}
.more a:hover {
	color: #9bcb3e;
}
.p_r_1 {
	width: 100%;
	height: auto;
	min-height: 235px;
	background: url(../img/a-1.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 0 30px 0;
	padding: 25px;
}
.p_r_1_inner
{
	width:60%;
	float:right;
	height:auto;
}
.p_r_1 h3 {
	color: #000000;
	margin: 15px 0 0 0;
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
}
.p_r_1 h4 {
	color: #000000;
	margin: 0 0 10px 0;
	font-size: 30px;
	font-weight: 500;
}
.p_r_1 h5 {
	color: #9bcb3e;
	margin: 0 0 0 0;
	font-size: 22px;
	font-weight: 500;
}
.p_r_2 {
	width: 100%;
	height: auto;
	min-height: 235px;
	background: url(../img/a-2.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 25px;
}
.p_r_2 h3 {
	color: #ffffff;
	margin: 15px 0 5px 0;
	font-size: 26px;
	font-weight: 300;
}
.p_r_2 h4 {
	color: #fff;
	margin: 0 0 10px 0;
	font-size: 28px;
	font-weight: 600;
}
.pert_2 {
	width: 100%;
	height: auto;
	background: url(../img/bg-1.jpg) no-repeat;
	background-size: 100% 100%;
	padding:25px 0;
	overflow: hidden;
}
.p_2 {
	width: 100%;
	height: auto;
	float: left;
	max-width: 50%;
}
.p_2_heading {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	color: #fff;
	font-weight: 600;
	font-size: 50px;
}
.p_2_heading span {
	font-weight: 300;
	font-size: 32px;
	border-bottom: 1px solid #fff;
}
.p_2_1 {
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 18px 0;
}
.p_2_dec {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 15px 0 0 0;
}
.p_2_1_left {
	width: 8%;
	float: left;
	font-size: 46px;
	color: #fff;
	font-weight: 300;
	margin: 0 7px 0 0;
}
.p_2_1_right {
	width: 89%;
	float: left;
	color: #fff;
}
.p_2_1_right h5 {
	color: #ffffff;
	font-size: 23px;
	margin: 0 0 0 0;
}
.p_2_1_right p {
	color: #ffffff;
	font-size: 16px;
	margin: 0 0 0 0;
	font-weight: 300;
}
.p_r_2_more {
	width: 100%;
	height: auto;
	margin: 25px 0 0 0;
}
.p_r_2_more a {
	padding: 10px 25px;
	background: #9bcb3e;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	border-radius: 5px
}
.p_r_2_more a:hover {
	background: #000;
}
.pert_3 {
	width: 100%;
	height: auto;
	padding: 50px 0;
	overflow: hidden;
}
.p_3_heading {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	color: #242565;
	font-weight: 600;
	font-size: 50px;
	text-align: center;
}
.p_3_heading span {
	font-weight: 300;
	font-size: 32px;
	border-bottom: 1px solid #242565;
}
.p_3 {
	width: 100%;
	height: auto;
	text-align: center;
	max-width: 200px;
	margin: 0px auto;
}
.p_3_pic {
	width: 180px;
	height: 180px;
	border: 1px solid #9bcb3e;
	border-radius: 50%;
	padding: 45px 0 0 0;
	margin: 0px auto 15px;
}
.p_3_pic:hover {
	background: #ccc;
}
.p_3 h4 {
	font-size: 17px;
	color: #212668;
	margin: 0 0 5px 0;
}
.p_3 p {
	font-size: 14px;
	color: #595959;
	margin: 0 0 0 0;
}
.pert_4 {
	width: 100%;
	height: auto;
	padding: 50px 0;
	overflow: hidden;
	background: #dedede;
}
.p_4_pic {
	width: 400px;
	height: 400px;
	border-radius: 50%;
	overflow: hidden;
	border: 10px solid #fff;
}
.p_4_pic img {
	width: 100%;
	height: auto;
}
.p_4_m {
	width: 120%;
	height: auto;
	margin: 40px 0 0 -27px;
}
.p_4_m h3 {
	color: #9bcb3e;
	font-weight: 600;
	margin: 0 0 0 0;
	font-size: 36px;
	line-height: 30px;
}
.p_4_m h4 {
	color: #000000;
	font-weight: 600;
	margin: 0 0 0 0;
	font-size: 46px;
	line-height: 45px;
}
.p_4_m h5 {
	color: #000000;
	font-weight: 300;
	margin: 0 0 15px 0;
	font-size: 35px;
	line-height: 30px;
}
.p_4_m h6 {
	color: #000000;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
.p_4_m p {
	color: #595959;
	font-size: 14px;
	font-weight: 300;
	margin: 0 0 0 0;
}
.p_4_right {
	width: 97%;
	height: auto;
	margin: 30px 0 0 0;
	overflow: hidden;
	float: right;
}
.p_4_1 {
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 24px 0;
}
.p_4_1_left {
	width: 50px;
	height: 50px;
	float: left;
	background: #9bcb3e;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	margin: 0 12px 0 0;
	text-align: center;
	padding: 8px 0 0 0;
	border-radius: 50%;
}
.p_4_1_right {
	width: 80%;
	float: left;
}
.p_4_1_right h5 {
	color: #212668;
	font-size: 22px;
	margin: 0 0 5px 0;
}
.p_4_1_right p {
	color: #454444;
	font-size: 15px;
	margin: 0 0 0 0;
	font-weight: 300;
}
.pert_5 {
	width: 100%;
	height: 420px;
	padding: 50px 0 0;
	background: #212668;
}
.p_5_pic {
	width: 100%;
	height: auto;
}
.p_5_pic img {
	max-width: 110%;
	height: auto;
	max-height: 426px;
}
.pert_5 h2 {
	color: #fff;
	font-size: 38px;
	margin: 0 0 25px 0;
}
.pert_5 p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
.p_5_more {
	width: 100%;
	height: auto;
	margin: 30px 0 0 0;
}
.p_5_more a {
	padding: 10px 25px;
	background: #9bcb3e;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	border-radius: 5px;
}
.p_5_more a:hover {
	background: #000;
}
.pert_6 {
	width: 100%;
	padding: 50px 0;
	height: auto;
}
.blg {
	width: 100%;
	height: auto;
	position: relative;
	box-shadow: 0 0 5px #ccc;
}
.blg-pic {
	width: 100%;
	height: auto;
	position: relative;
}
.blg-pic img {
	width: 100%;
	height: auto;
}
.blg-time {
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	background: #9bcb3e;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	padding: 8px 10px 8px 0;
}
.blg-time span {
	background: #fff;
	color: #000;
	padding: 10px 0 1px 7px;
	font-size: 26px;
	line-height: 20px;
	margin: 0 10px 0 0;
}
.bb-left {
	width: 20%;
	float: left;
	height: auto;
	background: #fff;
	min-height: 200px;
	padding: 20px 0 0;
	text-align: center;
}
.bb_left_1 {
	width: 100%;
	float: left;
	padding: 10px 0;
	border-bottom: 1px solid #d1d3d5;
}
.bb_icon {
	width: 100%;
	height: auto;
	font-size: 24px;
	color: #bdbdbd;
}
.bb_icon:hover {
	color: #000;
}
.bb_text {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #bdbdbd;
}
.bb-right {
	width: 80%;
	height: auto;
	float: left;
	background: #f1f1f1;
	padding: 45px 5px 10px 15px;
	border-left: 1px solid #cdcdcd;
}
.bb_pic {
	margin: -70px 0 0 0;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
}
.bb-right h5 {
	color: #232323;
	font-size: 15px;
	font-weight: 300;
}
.bb-right h5 span {
	color: #a8d22d;
}
.bb-right h4 {
	font-size: 24px;
	font-weight: 500;
}
.bb-right h4 a {
	color: #000;
	text-decoration: none;
}
.bb-right h4 a:hover {
	color: #a8d22d;
}
.bb-right p {
	color: #232323;
	font-size: 15px;
	font-weight: 300;
}
.p_6_heading {
	text-align: center;
	margin: 30px 0 0 0;
}
.p_6_heading h3 {
	color: #242565;
	font-size: 42px;
	font-weight: 600;
}
.pert_7 {
	width: 100%;
	height: auto;
	padding: 0px 0 0;
	background: #e7e7e7;
}
.p_7_heading {
	width: 100%;
	height: auto;
	float: left;
	background: #9bcb3e;
	padding: 20px 35px;
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	line-height: 35px;
}
.p_7_heading span {
	font-weight: 300;
}
.bk_fm {
	width: 80%;
	height: auto;
	margin: 35px 0 0 50px;
}
.bk_fm h5 {
	color: #212668;
	font-size: 15px;
	margin: 0 0 5px 0;
}
.inp {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	position: relative;
}
.inp input {
	width: 100%;
	height: 40px;
	border: 1px solid #a2a2a2;
	border-radius: 5px;
	padding: 5px 10px 5px 30px;
	color: #b3b3b3;
	font-size: 15px;
	background: none;
}
.inp-ic {
	width: auto;
	position: absolute;
	top: 9px;
	left: 10px;
	color: #b3b3b3;
}
.inp-btn {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 10px 0 0 0;
}
.inp-btn input {
	width: 100%;
	height: 45px;
	background: #9bcb3e;
	border: 1px solid #9bcb3e;
	border-radius: 5px;
	padding: 5px 0;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.inp-btn input:hover {
	background: #212668;
	border: 1px solid #212668;
}
.p_7_bt {
	width: 100%;
	height: auto;
	min-height: 305px;
	background: #212668;
	padding: 58px 30px 50px 62px;
	overflow: hidden;
}
.cp-details {
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 20px 0;
}
.cp-icon {
	width: 40px;
	float: left;
	font-size: 25px;
	color: #fff;
	height: auto;
}
.cp-dec {
	width: 80%;
	float: left;
	height: auto;
	font-size: 16px;
	color: #fff;
	padding: 7px 0 0 0;
}
.cp-dec a {
	color: #fff;
	text-decoration: none;
}
.cp-dec a:hover {
	color: #9bcb3e;
}
.pert_8 {
	width: 100%;
	height: auto;
}
.pert_8 iframe {
	width: 100%;
	height: 400px;
	border: 1px solid #ccc;
}
.pert_9 {
	width: 100%;
	height: auto;
	padding: 50px 0;
}
.test {
	width: 90%;
	float: left;
	height: auto;
}
.test p {
	color: #696969;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}
.test h5 {
	color: #9bcb3e;
	font-size: 18px;
	font-weight: 500;
}
.lgs {
	width: 16%;
	height: auto;
	text-align: center;
	float: left;
}
.lgs img {
	max-width: 100%;
	height: auto;
}
/********Inner page************/

.inner-banner {
	width: 100%;
	height: auto;
}
.inner-banner img {
	width: 100%;
	height: auto;
}
.about-page {
	width: 100%;
	height: auto;
	padding: 50px 0;
}
.about-page ul li a {
	color: #212529;
	text-decoration: none;
}
.about-page ul li a:hover {
	color: #9bcb3e;
}
.about-pic {
	width: 100%;
	height: auto;
	text-align: right;
}
.about-pic img {
	max-width: 100%;
	height: auto;
}
.breadcumb_area {
	height: 170px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
}
.breadcumb_area {
	height: 170px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
}
.breadcumb_area:after {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	background-color: rgba(26, 43, 81, 0.85)
}
.breadcumb_section {
	position: relative;
	margin-top: 00px;
	width: 100%;
	height: 160px;
}
.page_title {
	display: inline-block;
	left: 0;
	margin-top: -24px;
	position: absolute;
	top: 50%;
	z-index: 99;
}
.page_pagination {
	right: 0;
}
.page_title>h3 {
	color: #fff;
	font-weight: 700;
	padding: 10px 30px 10px 0;
	text-transform: uppercase;
}
.page_pagination {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}
.page_pagination ul>li {
	padding: 0 5px;
}
.page_pagination ul>li>a, .page_pagination ul>li {
	text-transform: capitalize;
	color: #fff;
	display: inline-block;
}
.page_pagination ul>li>a:hover {
	color: #55b3c7;
}
#team .card {
	border: none;
	background: #ffffff;
}
.image-flip:hover .backside, .image-flip.hover .backside {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
 border-radius: .25rem;
}
.image-flip:hover .frontside, .image-flip.hover .frontside {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.mainflip {
	-webkit-transition: 1s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 1s;
	-moz-transition: 1s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transition: 1s;
	transform-style: preserve-3d;
	position: relative;
}
.frontside {
	position: relative;
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	z-index: 2;
	margin-bottom: 30px;
}
.backside {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: white;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
.frontside, .backside {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 1s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 1s;
	-moz-transform-style: preserve-3d;
	-o-transition: 1s;
	-o-transform-style: preserve-3d;
	-ms-transition: 1s;
	-ms-transform-style: preserve-3d;
	transition: 1s;
	transform-style: preserve-3d;
}
.frontside .card, .backside .card {
	min-height: 312px;
}
.backside .card a {
	font-size: 18px;
	color: #007b5e !important;
}
.frontside .card .card-title, .backside .card .card-title {
	color: #007b5e !important;
}
.man {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	margin: 0px auto;
}
.man img {
	max-width: 100%;
	height: auto;
}
.pro {
	width: 100%;
	height: auto;
	padding: 30px;
	background: #9bcb3e;
	margin: 40px 0 0 0;
}
.pro-pic {
	width: 100%;
	height: auto;
	border: 5px solid #212668;
}
.pro-pic img {
	max-width: 100%;
	height: auto;
	margin: 20px 0 -30px -20px;
}
.cont {
	width: 100%;
	height: auto;
	text-align: left;
	margin: 30px 0 0 0;
}
.cont a {
	background: #000;
	color: #fff;
	padding: 10px 25px;
	text-decoration: none;
}
.cont a:hover {
	background: #212668;
}
.map iframe {
	width: 100%;
	height:400px;
	border: 1px solid #ccc;
}
.loc {
	width: 100%;
	height: auto;
	margin: 30px 0 0 0;
}
.lc {
	width: auto;
	height: auto;
	float: left;
	margin: 0 15px 32px 0;
}
.lc a {
	padding: 10px 35px;
	border: 1px solid #9bcb3e;
	text-decoration: none;
	color: #9bcb3e;
}
.lc a:hover {
	border: 1px solid #212668;
	color: #212668;
}
.contact-full {
	width: 100%;
	height: auto;
	box-shadow: 0 0 15px #ccc;
	margin: 0px auto;
	overflow: hidden;
}
.con-left {
	width: 65%;
	float: left;
	height: auto;
	padding: 50px 34px 34px 34px;
}
.con-left h4 {
	margin: 0 0 10px 0;
	font-size: 24px;
	color: #0c213e;
	font-weight: 600;
}
.con-right {
	width: 35%;
	float: left;
	height: auto;
	background: #9bcb3e;
	padding: 50px 22px 34px 22px;
}
.con-right h4 {
	margin: 0 0 30px 0;
	font-size: 26px;
	color: #fff;
}
.cp-right {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 0 15px 0;
}
.cp-r-l {
	width: 40px;
	float: left;
	height: auto;
}
.cp-r-l img {
	max-width: 95%;
	height: auto;
}
.cp-r-r {
	width: 85%;
	float: left;
	height: auto;
	color: #fff;
	font-size: 16px;
}
.cp-r-r a {
	color: #fff;
	text-decoration: none;
}
.cp-r-r a:hover {
	color: #000;
}
.contact-scl {
	width: 100%;
	height: auto;
	margin: 35px 0 0 0;
}
.contact-scl a {
	margin: 0 10px 0 0;
	opacity: 0.5;
}
.contact-scl a:hover {
	opacity: 0.9;
}
.cp {
	height: 40px;
	border: 1px solid #ccc;
	width: 100%;
	margin: 0 0 15px 0;
	border-width: 0 0 1px 0;
	font-family: 'Poppins', sans-serif;
}
textarea.cp {
	height: 140px;
}
.cp-btn {
	width: 100%;
	position: relative;
	height: auto;
	margin-top: -38px;
	text-align: right;
}
.cp-btn input {
	width: 70px;
	height: 70px;
	background: #9bcb3e url(../img/shr.png) no-repeat;
	border-radius: 50%;
	background-position: 50% 50%;
	border: 1px solid #9bcb3e;
	text-indent: 9999px;
	cursor: pointer;
}
.cp-btn input:hover {
	background: #000 url(../img/shr.png) no-repeat;
	background-position: 50% 50%;
}
.contact-map {
	width: 100%;
	height: auto;
	margin: 40px auto 0;
}
.contact-map iframe {
	width: 100%;
	height: 400px;
	border: 1px solid #ccc;
}
.sidebar {
	background-color: #f6f6f6;
	padding: 15px;
}
.sidebar-widget {
	border: 1px solid #ddd;
	margin-bottom: 30px;
	padding: 10px;
}
.sidebar .widget-title {
	background: #E3E8F8 none repeat scroll 0 0;
	font-size: 16px;
	margin-bottom: 0;
	padding: 15px;
}
.event_location, .latest_post, .catagory_section, .achive_section {
	margin-bottom: 30px;
}
.event_location .map_area {
	height: 350px;
	width: 100%;
}
.search_post>h3, .event_location>h3, .latest_post>h3, .catagory_section>h3, .tag_section>h3, .achive_section>h3 {
	color: #5e5e5e;
}
.search-box {
	margin-top: 10px;
	position: relative;
}
.search-box > button {
	background: #9bcb3e none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}
.achive_section ul {
	margin-top: 10px;
	padding: 0;
}
.achive_section ul li {
	list-style: none;
}
.achive_section ul li>a, .catagory_section ul li>a {
	color: #444;
	display: block;
	padding: 5px 0 5px 10px;
	text-decoration: none;
}
.achive_section ul li>a:hover, .catagory_section ul li>a:hover {
	color: #068940;
}
.achive_section ul li>a>i, .catagory_section ul li>a>i {
	padding-right: 10px;
}
.catagory_section ul {
	margin-top: 10px;
	padding: 0;
}
.catagory_section ul li {
	list-style: none;
}
.latest_post .single_latest_post {
	border-bottom: 1px dashed #dadada;
	padding-bottom: 37px;
	padding-left: 100px;
	padding-top: 30px;
	position: relative;
	z-index: 1;
}
.latest_post .single_latest_post a
{
	text-decoration:none;
}
.latest_post .single_latest_post>a>h5 {
	color: #444;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	transition-duration: 500ms;
	text-decoration: none;
}
.latest_post .single_latest_post>a>h5:hover {
	color: #9bcb3e;
	text-decoration: none;
}
.latest_post .single_latest_post>p {
	margin: 0;
	color: #6f6f6f;
}
.latest_post .single_latest_post>img {
	left: 0;
	position: absolute;
	top: 30px;
	width: 90px;
	height: auto;
	z-index: 9;
}
.tag_section ul {
	margin-top: 10px;
	padding: 0px;
}
.tag_section ul>li {
	display: inline-block;
	margin: 2px;
}
.tag_section ul>li>a {
	background-color: #2c3e50;
	display: inline-block;
	padding: 5px 10px;
	width: auto;
	color: #fff;
	text-decoration: none;
}
.tag_section ul>li>a:hover {
	background-color: #9bcb3e;
	color:#fff;
}
.search_post>form input {
	border: 1px solid #dadada;
	height: 40px;
	margin-bottom: 10px;
	padding: 5px 15px;
	transition-duration: 500ms;
	width: 100%;
}
.search_post>form input:focus {
	box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);
}
.search_post h3 span, .event_speakers h3 span, .gallery_area.event_details h3 span, .latest_post h3 span, .catagory_section h3 span, .tag_section h3 span {
	color: #A578FF;
}
.latest_blog_news_area.blog.sidebar .pagination {
	padding-top: 50px;
}
.sv_more {
	width: 100%;
	height: auto;
	float: left;
	margin: 15px 0 0 0;
}
.sv_more a {
	padding: 8px 25px;
	border: 2px solid #262626;
	font-size: 15px;
	text-decoration: none;
	color: #262626;
	font-weight: 500;
	margin: 0 0 0 0;
}
.sv_more a:hover {
	border: 2px solid #068940;
	color: #068940;
}
.card-body p {
	font-size: 14px;
}
.testim
{
	width:100%;
	background:rgba(0,0,0,0.5);
	padding:20px;
	margin:0 0 30px 0;
	border:2px solid #000;
}
.testim p
{
	color:#fff;
}
.testim h5
{
	color:#9bcb3e;
	font-style:italic;
}
.tm {
	margin: 0 0 30px 0;
	text-align: center;
	border: 1px solid #ccc;
	background: #f2f2f2;
	padding: 32px;
	box-shadow: 10px 2px 8px #ccc;
}

.tm h4
{
	color: #9bcb3e;
	font-weight: 500;
	margin: 28px 0 20px 0;
	font-size:24px;
}
.tm-pic
{
	width:180px;
	height:180px;
	border-radius:50%;
	overflow:hidden;
	margin: 0 auto;
}
.tm-pic img
{
	width:100%;
	height:auto;
}


/***********footer*************/
footer {
	width: 100%;
	height: auto;
	padding: 50px 0 30px;
	background:#000223;
	border-top: 5px solid #9bcb3e;
}
.sc {
	width: 100%;
	height: auto;
	margin: 15px 0 0 0;
}
.sc a {
	margin: 0 4px 0 0;
}
.ft-logo {
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
}
.ft-logo img {
	max-width: 100%;
	height: auto;
}
footer h4 {
	color: #fff;
	font-size: 24px;
	margin: 20px 0 5px 0;
}
.line {
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
}
footer p {
	font-size: 14px;
	color: #c2c2c2;
	font-weight: 300;
}
footer h5 {
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
}
footer h6 {
	margin: 15px 0 10px 0;
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
}
.pay {
	width: 100%;
	height: auto;
}
.pay img {
	max-width: 100%;
	height: auto;
}
footer .list-group li {
	list-style: none;
	color: #c2c2c2;
	font-size: 16px;
	font-weight: 300;
	border-bottom: 2px dotted #353536;
	padding: 5px 0;
}
footer .list-group a {
	color: #c2c2c2;
	text-decoration: none;
}
footer .list-group a:hover {
	color: #9bcb3e;
}
.add {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.add li {
	list-style: none;
	float: left;
	border-bottom: 2px dotted #353536;
	padding: 7px 0;
	width: 100%;
}
.ic {
	width: 20px;
	height: auto;
	float: left;
	font-size: 16px;
	color: #919191;
}
.ic_text {
	width: 90%;
	height: auto;
	float: left;
	font-size: 14px;
	color: #c2c2c2;
}
.ic_text a {
	color: #c2c2c2;
	text-decoration: none;
}
.ic_text a:hover {
	color: #9bcb3e;
}
.email {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 0 25px 0;
}
.email-left {
	width: 100%;
	height: auto;
	position: relative;
}
.email-left input {
	width: 80%;
	height: 40px;
	background: #fff;
	border-radius: 25px 0 0 25px;
	padding: 5px 10px;
	font-size: 14px;
	color: #000;
	border: 1px solid #fff;
}
.email-right {
	width: 80px;
	position: absolute;
	top: 0;
	height: 40px;
	right: 0;
	z-index: 9;
}
.email-right input {
	width: 100%;
	height: 40px;
	background: #9bcb3e url(../img/ap.png) no-repeat;
	background-position: 50% 50%;
	border: 1px solid #fff;
	border-radius: 25px 25px 25px 25px;
}
.email-right input:hover {
	background: #000 url(../img/ap.png) no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}
.email-heading {
	width: 100%;
	height: auto;
	margin: 20px 0 5px 0;
	color: #9bcb3e;
	font-size: 18px;
	font-weight: 600;
}
.sml {
	width: 100%;
	height: auto;
	background: rgba(255,255,255,0.7);
	padding: 7px;
	margin: 7px 0 0 0;
	text-align: center;
}
.sml img {
	max-width: 80%;
	height: auto;
}
.sml:hover {
	background: rgba(255,255,255,1);
}
.m_pic {
	width: 100%;
	height: auto;
	background: #000;
}
.m_pic img {
	max-width: 100%;
	height: auto;
	border: 3px solid #eee;
}
.m_pic img:hover {
	opacity: 0.6;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-40 {
	margin-top: 40px;
}
.margin-top-50 {
	margin-top: 50px;
}
.last_footer {
	width: 100%;
	height: auto;
	padding: 10px 0;
	margin: 0px auto;
	background: #171717;
	overflow: hidden;
}
.nopadding {
	padding: 0px;
}
.overflow {
	overflow: hidden;
}
.cop {
	width: 100%;
	height: auto;
	text-align: center;
}
.cop img {
	width: auto;
	max-width: 100%;
}
.dental-icon {
	position: absolute;
	top: 20px;
	right: 50px;
	box-shadow: 10px 10px 5px #ccc;
	-moz-box-shadow: 10px 10px 5px #ccc;
	-webkit-box-shadow: 3px 6px 8px #000;
	-khtml-box-shadow: 10px 10px 5px #ccc;
}
.dental-icon img{
	max-width: 100%!important;
}
.team_grp_im_1 img {
	    width: 100%;
    padding: 10px 0 90px 0;
}


.testimonial{
	height: auto;
	width: 100%;
}
.inner-page{
	height: auto;
	width: 100%;
	padding: 0 0 58px 0;
}
.tps {
	width: 100%;
	margin: 0 0 30px;
}
.test-full {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.test-left {
	width: 70%;
	float: left;
	height: auto;
}
.star {
	width: 30%;
	float: right;
	height: auto;
	text-align: right;
	font-size: 20px;
	margin: 18px 0 0 0;
	color: #e99216;
}
.test p {
	color: #373737;
	font-size: 16px;
}
.tes_pic {
	width: 85px;
	height: 85px;
	float: left;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 10px 0 0;
}
.tes_name {
	width: 66%;
	float: left;
	height: auto;
	font-size: 20px;
	margin: 20px 0 0 0;
}
.tes_pic img {
	height: 85px;
	width: 85px;
}
.test {
    width: 100%;
    margin: 30px auto;
    background: #fff;
    padding: 25px;
    box-shadow: 0 0 30px #ccc;
	min-height: 263px;
}
.pay-left {
	width: 60%;
    height: auto;
	float: left;
}
.pay-right {
	width: 40%;
    height: auto;
	float: left;
}
.mk-btn {
	margin-left: 45px;
    margin-top: 45px;
    padding-bottom: 42px;
    border-bottom: 1px solid #222;
    width: 81%;
}
.flexslider li .meta1 {
	position: absolute;
	top: 12px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 96%;
	margin: 0 auto;
	text-align: center;
	margin-left: 4%;
}
@media only screen and (max-width: 600px) {
	.lp_in {
		width:100%;
	}
	.flexslider li .meta1 {
    position: relative;
    top: 0; 
	}
	.flexslider li .meta {
    position: relative;
		bottom: 0;
		    top: -25px;
	}
	.banner_btns {
		width:100%;
	}
	.b_btn_2 {
    width: 100%;
		margin-bottom:10px;
	}
	.b_btn_1 {
    width: 100%;
		margin:0;
	}
	.b_btn_2 a {
		font-size:14px;
		display:table;
		margin:auto;
	}
	.b_btn_1 a {
		font-size:14px;
		display:table;
		margin:auto;
	}
	.flexslider li h1 {
		color: #212668;
	}
	.flexslider {
    background: #fff !important;
	}
	.p_r_1_inner {
    width: 100%; 
	}
	.p_4_pic {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #fff;
    margin: auto;
}
	.p_4_m {
    width: 100%;
    height: auto;
    margin: 40px 15px 0 15px;
}
	.p_5_pic img {
    max-width: 100%;
    height: auto;
    max-height: 426px;
}
	.p_5_more a {
		display:table;
		margin-bottom:20px;
	}
	
	.pert_6 {
    width: 100%;
    padding: 50px 0;
    height: auto;
    margin-top: 130px;
}
	.pert_2 {
		background:#212668;
	}
	.p_2 {
    width: 100%;
    height: auto;
    float: left;
    max-width: 100%;
}
	.p_r_1 h4 {
		font-size:24px;
	}
	.p_r_1 h5 {
		font-size:16px;
	}
	.con-left {
    width: 100%; 
	}
	.con-right {
    width: 100%; 
	}
	.dental-icon {
    position: relative;
    top: 0;
    right: 0;
    box-shadow: none;
    width: 120px;
    margin: auto;
}
	.flexslider li .meta {
    position: relative;
    bottom: 0;
    top: -25px;
    left: 0;
}

.flexslider li h1 {
	width:100%;
	}
}
.partner-pic img {
	width: 175px;
    height: 54px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}