* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


/* Default CSS */

body {
	padding: 0;
	margin: 0;
	font-family: 'Poppins';
	font-weight: normal;
}

a:hover {
	text-decoration: none;
}


/* End-color */

h1 {
	font-family: 'Playfair Display';
}

h2 {
	font-family: 'Playfair Display';
}

h3 {
	font-family: 'Playfair Display';
}

h4 {
	font-family: 'Playfair Display';
}

h5 {
	font-family: 'Playfair Display';
}

h6 {
	font-family: 'Playfair Display';
}

a {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	text-decoration: none;
	font-family: 'Poppins';
}

a:hover,
a:focus {
	text-decoration: none;
}

p {
	font-family: 'Poppins';
	font-weight: normal;
	text-align: inherit;
	font-size: 17px;
	line-height: 26px;
	word-spacing: 0px;
	letter-spacing: 0px;
	margin: 0;
	color: #000;
}

input:focus {
	outline: none !important;
}



/* Website Start Home */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

section {
	padding: 60px 0;
}
button.sub-menu-toggle {
	display: none;
}
header.header-one {
	padding: 0;
	background: #ffffff;
}

header.header-one .theme-menu-wrapper .container-fluid {
	padding: 0;
}
header.header_area .nav-menu > li > .sub-menu{
	border:none;
}
header.header_area .sub-menu > li:last-child > a {
    border: none;
}
.nav-menus-wrapper ul li a.active {
    color: #4c9d8f;
}
header.header_area .sub-menu li a.active {
    color: #4c9d8f;
}

.nav-menus-wrapper ul li a.active:before{
	opacity: 1;
    bottom: 8px;
	background:#4c9d8f;
} 
header.header_area .sub-menu > li > a {
    color: #343a40;
    text-transform: inherit;
    letter-spacing: 0;
    border-bottom: 1px solid #dee2e6;
    padding: 11px 0 10px;
}
header.header_area .sub-menu {
    top: 46px;
    min-width: 250px;
    padding: 15px 20px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
    background: #ffffff;
}
header.header-one #mega-menu-holder>ul>li>a {
	color: #111111;
	font-family: 'Poppins';
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	text-transform: capitalize;
	padding: 10px 17px;
	font-weight: 500;
	color: #424242;
}
.main_header_area .header-link a {
    padding: 0 14px 0 14px;
}
.nav-menus-wrapper .nav-menu > li > a {
	color: #111111;
	font-family: 'Poppins';
	font-size: 16px;
	line-height: 25px;
	text-transform: inherit;
	padding: 10px 17px;
	font-weight: 500;
	color: #424242;
	letter-spacing: 0;
}
.main_header_area {
    padding: 15px 0;
}
/* header.header_area .nav-menus-wrapper .current-menu-item a {
    color:#4c9d8f;
} */
.top-social-icon ul li:nth-child(4) a img {
    width: 80%;
}
header.header_area .nav-menus-wrapper .current-menu-item a :before {
	opacity: 1;
}

.nav-menus-wrapper .nav-menu > li > a:before {
	content: '';
	height: 1px;
	background: #424242;
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .35s;
	transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
}
header.header_area .nav-menu > li{
	position:relative;
}
.flex-header {
	display: flex;
	align-items: center;
}
header.header_area .main_header_area.sticky {
    padding: 10px 0;
    top: -87px;
}
header.header_area .nav-menus-wrapper .current-menu-item a{
	opacity: 1;
}

.nav-menus-wrapper .nav-menu > li > a:hover:before {
	opacity: 1;
	bottom: 8px;
}

.theme-menu-wrapper.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: #ffffff;
	margin: 0;
	padding-top: 0;
	box-shadow: 0px 13px 35px -12px rgb(35 35 35 / 15%);
	-webkit-animation: menu_sticky 0.7s ease-in-out;
	animation: menu_sticky 0.7s ease-in-out;
	padding: 14px 0;
}

.header-link {
	position: relative;
	margin-left: 20px;
}

.header-link a {
	font-size: 12px;
	text-transform: uppercase;
	background: #4c9d8f;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 0 30px 0 35px;
	line-height: 46px;
	position: relative;
	z-index: 9;
	display: inline-block;
	-webkit-transition: all .35s !important;
	transition: all .35s !important;
	-moz-transition: all .35s !important;
	-ms-transition: all .35s !important;
	text-decoration: none;
	border: none;
	font-family: "Poppins", sans-serif;
}

.header-link a:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 1px;
	z-index: -1;
	background: #4c9d8f;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: skew( -12deg, 0deg);
	transform: skew( -12deg, 0deg);
	-webkit-transition: all .35s !important;
	transition: all .35s !important;
	-moz-transition: all .35s !important;
	-ms-transition: all .35s !important;
}

.header-link a:hover {
	color: #fff;
	-webkit-box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
	box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
}

.main-logo h2 {
	width: 50%;
	font-size: 32px;
	margin-left: 15px;
	font-weight: bold;
	color: #111111;
}

.menu-wrapper {
	display: flex;
	align-items: center;
	float: left;
	justify-content: space-between;
	width: 100%;
	padding: 30px 0;
}

.menu-flex-wrap {
	display: flex;
	align-items: center;
	width: 70%;
	justify-content: flex-end;
}

/* .main-logo {
	display: flex;
	width: 30%;
} */
.main-logo{
    width: 250px;
}
.main-logo a img {
    width: 80%;
}
.top-header-menu {
    background: #f2f0ec;
    position: relative;
    z-index: 2;
    height: 46px;
}
.vission-title{
	position:relative;
}
.vission-title:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: skew( 
		-12deg, 
		0deg);
	transform: skew( 
		-12deg, 
		0deg);
	-webkit-transition: all .35s !important;
	transition: all .35s !important;
	-moz-transition: all .35s !important;
	-ms-transition: all .35s !important;
	background: #424242;
}
.top-header-menu:before {
	content: "";
	position: absolute;
	display: block;
	width: 48%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: #424242;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: skew( -12deg, 0deg);
	transform: skew( -12deg, 0deg);
	-webkit-transition: all .35s !important;
	transition: all .35s !important;
	-moz-transition: all .35s !important;
	-ms-transition: all .35s !important;
}

.top-header-left {
    position: relative;
    padding: 7px 0;
}

.top-header-left:after {
	content: '';
	width: 1000px;
	height: 100%;
	background: #424242;
	position: absolute;
	top: 0;
	right: 100%;
	z-index: 1;
}

.top-header-left ul li i {
	color: #f1ae44;
	margin-right: 5px;
}

.top-header-left ul li {
	display: inline-block;
}

.top-header-left ul li:first-child {
	margin-right: 15px;
}

.top-header-left ul li a {
	color: #ffffff;
	font-size: 13px;
	line-height: 32px;
	font-weight: 500;
}

.theme-menu-wrapper {
	background: #ffffff;
}


section.banner-main-wrapper {
	background: #4c9d8f;
	overflow: hidden;
	padding: 0;
}
.banner-content-main h5 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 26px;
    font-weight: normal;
    margin-bottom: 0;
    font-family: 'Poppins';
}
section.banner-main-wrapper .container .row .col-12:last-child {
	width: auto;
}

section.banner-main-wrapper .container .row {
	flex-wrap: inherit;
	align-items: center;
}

.banner-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.banner-main-wrapper .container-fulid .row {
    align-items: center;
}
.banner-image-wrapper {
    height: 600px;
}
.banner-content-main span {
	display: block;
	color: #ffffff;
	line-height: 25px;
	font-size: 23px;
	padding-bottom: 20px;
}

.banner-content-main h2 {
    font-size: 50px;
    font-weight: 500;
    color: #ffffff;
    line-height: 55px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.top-social-icon ul li:last-child a i {
    margin: 0;
}

.top-social-icon ul li a i {
    font-size: 20px;
    margin-right: 15px;
    color: #424242;
}
.banner-content-main p {
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 26px;
    font-weight: normal;
    padding-bottom: 30px;
    padding-top: 20px;
}

.banner-content-main {
    width: 80%;
    padding-left: 100px;
}

a.main-btn {
	font-size: 12px;
	text-transform: uppercase;
	background: #424242;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 0 30px 0 35px;
	line-height: 46px;
	position: relative;
	z-index: 9;
	display: inline-block;
	-webkit-transition: all .35s !important;
	transition: all .35s !important;
	-moz-transition: all .35s !important;
	-ms-transition: all .35s !important;
	text-decoration: none;
	border: none;
	font-family: "Poppins", sans-serif;
	position: relative;
}

a.main-btn:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 1px;
	z-index: -1;
	background: #424242;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: skew( -12deg, 0deg);
	transform: skew( -12deg, 0deg);
	-webkit-transition: all .35s !important;
	transition: all .35s !important;
	-moz-transition: all .35s !important;
	-ms-transition: all .35s !important;
}

a.main-btn:hover {
	background: #292929;
}

a.main-btn:hover:before {
	background: #292929;
}
.top-social-icon ul li {
	display: inline-block;
/* 	margin-left: 10px; */
}
.top-social-icon ul li:nth-child(1) img {
    width: 90%;
}
.top-social-icon ul li a {
	font-size: 30px;
	color: #000000;
}
.top-social-icon {
    padding: 7px 0;
    text-align: right;
}
.vision-right {
	padding: 60px 15px 60px 80px;
}

.theme-menu-wrapper.fixed .top-header-menu {
	display: none;
}

.theme-menu-wrapper.fixed .menu-wrapper {
	padding: 0;
}
.vission-title {
	padding: 70px 0 70px 0px;
	width: 100%;
	height: 100%;
}
.vision-effects {
	position: relative;
}
.vission-title:after {
	content: '';
	width: 3000px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	background: #424242;
}
section.vision-main-wrapper {
	padding: 0;
	border-style: solid;
	border-width: 0 0 2px;
	border-color: rgba(0, 0, 0, .1);
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	background-color: #ffffff;
}

.vision-content h3 {
	font-size: 27px;
	line-height: 34px;
	color: #111111;
}

.vision-image img {
	width: 100%;
}

/* .top-header-menu.vision-effects:before {
width: 26%;
left: -75px;
} */

.vission-title h2 {
	color: #fff;
	font-size: 46px;
	margin-bottom: 5px;
	line-height: 55px;
	position: relative;
	z-index: 11;
}

.gallery-slider .carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 50%;
	bottom: 0;
	z-index: 1;
	height: 0;
	transform: translate(0px, -50%);
	border: none;
	background: none;
	opacity: 1;
}

.gallery-slider span.carousel-control-next-icon i {
	font-size: 50px;
	color: #111111;
}

.get-main-wrapper .carousel-control-next-icon,
.carousel-control-prev-icon i {
	font-size: 50px;
	color: #111111;
}

.gallery-slider .carousel-control-next-icon {
	position: absolute;
	left: 194px;
}

.gallery-slider .carousel-control-prev-icon {
	position: relative;
	right: 127px;
}
.gallery-slider .carousel-control-next-icon {
	position: relative;
	left: 127px;
}
.gallery-slider .carousel-control-next-icon, .carousel-control-prev-icon {
	height: 60px;
	background: #eb7f25;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
}

.home-about-wrap {
	width: 65%;
	text-align: center;
	margin: 0 auto;
	    padding: 60px 0 0 0;
}

.border-effects {
	padding-bottom: 70px;
	margin-bottom: 70px;
	border-bottom: 1px solid #cccccc;
}

.top-header-menu.vision-effects {
	background: #ffffff;
}
section.gallery-slider {
    padding-bottom: 60px;
}
.common-title h2 {
	margin-bottom: 0;
	padding-bottom: 15px;
	font-size: 42px;
	line-height: 55px;
	font-weight: bold;
}

.home-about-wrap h6 {
	font-family: 'Poppins';
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 0;
	padding-bottom: 25px;
	display:none;
}

.home-about-wrap p {
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	padding-bottom: 25px;
}

.expert-main-wrap {
	text-align: center;
	margin: 0 auto;
	width: 65%;
}

a.main-btn.about-btn {
	background: #eb7f25;
}

a.main-btn.about-btn:before {
	background: #eb7f25;
}

a.main-btn.about-btn:hover:before {
	background: #000000;
}

a.main-btn.about-btn:hover {
	background: #000000;
}

.expert-main-wrap p {
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	padding-bottom: 55px;
}

.expert-inner-block {
	text-align: center;
}
.expert-inner-block h2 span {
    font-size: 20px;
    text-align: right;
}
.expert-inner-block h2 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-top: 20px;
	color: #000000;
}

.expert-inner-block p {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    padding: 10px 0 15px;
}
.expert-block .row .col-12 {
	margin-bottom: 60px;
}

section.gallery-slider .container .border-effects:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

section.medical-main-wrapper {
    padding: 0;
}
section.follow-main-wrapper {
    padding: 60px 0;
}

.medical-title h2 {
	margin-bottom: 0;
	padding-bottom: 15px;
	font-size: 41px;
	line-height: 42px;
	font-weight: bold;
}

.medical-inner-block ul {
	display: flex;
	flex-wrap: wrap;
}
.medical-inner-block ul li {
	margin-right: 25px;
	width: 31%;
	margin-bottom: 40px;
}


.medical-inner-block ul li:last-child {
	margin-right: 0;
}
.medical-inner-flex img {
	width: 100%;
	border-bottom: 10px solid #5dbec0;
	height: 285px;
	object-fit: cover;
}

.medical-title {
	margin-bottom: 20px;
}

.medical-inner-content h2 {
	margin-bottom: 0;
	font-size: 25px;
	font-weight: bold;
	padding: 10px 0 20px;
	line-height: 29px;
	color: #000000;
	height: 100px;
}

.medical-inner-block ul li:nth-child(3n + 1) .medical-inner-flex img {
	border-color: #5dbec0;
}
.medical-inner-block ul li:nth-child(3n + 1) .main-btn{
	background:#5dbec0;
}
.medical-inner-block ul li:nth-child(3n + 1) .main-btn:hover{
	background:#000000;
}
.medical-inner-block ul li:nth-child(3n + 1) .main-btn:before{
	background:#5dbec0;
}
.medical-inner-block ul li:nth-child(3n + 1) .main-btn:hover:before{
	background:#000000;
}

.medical-inner-block ul li:nth-child(3n + 2) .medical-inner-flex img {
	border-color: #e85e45;
}
.medical-inner-block ul li:nth-child(3n + 2) .main-btn{
	background:#e85e45;
}

.medical-inner-block ul li:nth-child(3n + 2) .main-btn:hover{
	background:#000000;
}
.medical-inner-block ul li:nth-child(3n + 2) .main-btn:before{
	background:#e85e45;
}
.medical-inner-block ul li:nth-child(3n + 2) .main-btn:hover:before{
	background:#000000;
}
.medical-inner-block ul li:nth-child(3n + 3) .medical-inner-flex img {
	border-color: #eb7f25;
}
.medical-inner-block ul li:nth-child(3n + 3) .main-btn{
	background:#eb7f25;
}

.medical-inner-block ul li:nth-child(3n + 3) .main-btn:hover{
	background:#000000;
}
.medical-inner-block ul li:nth-child(3n + 3) .main-btn:before{
	background:#eb7f25;
}
.medical-inner-block ul li:nth-child(3n + 3) .main-btn:hover:before{
	background:#000000;
}
section.past-main-wrapper .medical-inner-content {
    background: #ffffff;
    padding: 30px;
}
section.past-main-wrapper {
    background: #cccccc;
}
/* .medical-inner-block {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 70px;
	padding-bottom: 70px;
} */

/* section.medical-main-wrapper .container .medical-inner-block:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
} */

section.feedback-main-wrap {
    padding: 0;
    height: 270px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}
.iframe-videos {
    margin-bottom: 18px;
}
.iframe-videos iframe {
    width: 100%;
}
.testimonails-main {
    padding: 80px 0 0;
}
.feedback-title h2 {
    font-size: 43px;
    color: #ffffff;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0;
    display: inline-block;
    padding-top: 50px;
}
.flex-videos {
    margin-top: -190px;
    padding: 30px 30px 12px;
    background: #ffffff;
}
.testimonails-image {
	padding-top: 100px;
}

.testimonials-right {
	width: 500px;
	background: rgb(239, 168, 61);
	display: flex;
	justify-content: center;
	align-items: center;
}

.testimonails-main .container .row .col-12:last-child {
	padding-left: 100px;
}
.testimonials-right:before {
	content: "";
	width: 50%;
	height: 663px;
	background: #eb7f25;
	position: absolute;
	right: 0;
}

.testimonails-main .testimonials-right .item {
	width: 500px;
}

.icon-quote {
	font-family: "Playfair Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 150px;
	line-height: 1;
	margin-bottom: 40px;
	line-height: 105px;
	position: relative;
	height: 50px;
	color: #ffffff;
	font-weight: bold;
}

.testimonails-main .owl-dots {
	position: absolute;
	width: 50px;
	right: -68px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.testimonails-main .testimonial-slider button.owl-dot {
	display: block;
	margin-bottom: 10px;
}

.testimonails-main .testimonial-slider .owl-dots .owl-dot {
	background: #fff;
	position: relative;
	opacity: .3;
}

.testimonails-main .testimonial-slider button.owl-dot.active {
	opacity: inherit;
}

.owl-theme .owl-dots .owl-dot span {
	width: 0 !important;
}

.testimonails-main .testimonial-slider .owl-dots .owl-dot:before {
	background: #fff;
}

.testimonails-main .testimonial-slider .owl-dots .owl-dot:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: #ffffff;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: skew( -25deg, 0deg);
	transform: skew( -25deg, 0deg);
}

.tetimoninal-content h2 {
	font-size: 37px;
	line-height: 45px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 0;
	padding-bottom: 40px;
}

.tetimoninal-content p {
	font-size: 18px;
	color: #000000;
	line-height: 22px;
	font-weight: normal;
}

.follow-title {
	text-align: center;
}

.follow-title h2 {
	margin-bottom: 0;
	padding-bottom: 45px;
	font-size: 50px;
	line-height: 55px;
	font-weight: bold;
}

.follow-title p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
	padding-bottom: 25px;
	text-transform: uppercase;
	color: #986ac4;
	font-weight: normal;
	display:none;
}

.follow-image img {
	width: 100%;
}
section.wbinar-main-wrapper .follow-image {
    margin-bottom: 30px;
}
section.wbinar-main-wrapper{
	padding:100px 0 70px;
}
.webinar-btn {
    text-align: center;
    margin-top: 50px;
}
section.home-form-wrapper {
	background: #4c9d8f;
	padding: 60px 0 40px;
}

section.home-form-wrapper .follow-title h2 {
	color: #ffffff;
	padding-bottom: 50px;
}

.form-block-wrap {
    width: 80%;
    margin: 0 auto;
}

.form-inner {
	margin-bottom: 20px;
}

.form-inner input {
	width: 100%;
	padding: 20px 10px;
	background: #f1f0ec;
	font-size: 15px;
	font-weight: bold;
	border: none;
}

.form-inner input::placeholder {
	color: #7c7979;
}

.form-inner textarea::placeholder {
	color: #7c7979;
}

textarea:focus {
	outline: none;
}

.form-inner textarea {
	width: 100%;
	padding: 20px 10px;
	background: #f1f0ec;
	font-size: 15px;
	font-weight: bold;
	height: 150px;
	border:none;
}

.form-inner {
	text-align: center;
}
a.form-btn {
	text-align: center;
	display: inline-block;
	background: #eb7f25;
	padding: 10px 30px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}

a.form-btn:hover {
	background-color: #000000;
}
.wpcf7-submit.form-btn {
	text-align: center;
	display: inline-block;
	background: #eb7f25;
	padding: 10px 30px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	    width: 15%;
}

.wpcf7-submit.form-btn:hover {
	background-color: #000000;
}

.blog-main-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-main-image {
	height: 380px;
}

.blog-block-wrap h2 {
	font-size: 26px;
	line-height: 33px;
	padding: 20px 0;
	margin-bottom: 0;
	font-weight: bold;
	color: #111111;
}

.blog-block-wrap span {
	color: #e48275;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 18px;
	display: block;
	padding-bottom: 20px;
}

.blog-block-wrap p {
	font-size: 17px;
	line-height: 27px;
	color: #a4a7ab;
	padding-bottom: 20px;
	font-weight: normal;
}

.blog-block-wrap a.main-btn:hover:before {
	background-color: #000000;
}

.blog-block-wrap a.main-btn:before {
	background: #efa83d;
}

.blog-block-wrap a.main-btn:hover {
	background: #000000;
}

.blog-block-wrap a.main-btn {
	background: #efa83d;
}

.recent-blog ul li a {
	display: flex;
}

.recent-image {
	width: 30%;
	margin-right: 30px;
	height: 85px;
}

.recent-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.recent-content h3 {
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	width: 73%;
	font-weight: bold;
	margin-bottom: 0;
}

.recent-content {
	width: 70%;
}

.recent-blog {
	background: #f1f0ec;
	padding: 60px;
}

.recent-content span {
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	color: #e48275;
	padding-bottom: 7px;
}

.recent-blog ul li:last-child {
	margin-bottom: 0;
}

.recent-blog ul li {
	margin-bottom: 60px;
}

footer.footer-area {
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 300px 0 50px;
	display:none;
}

.footer-block h3 {
	font-size: 27px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 0;
	padding-bottom: 30px;
}

.footer-block ul li:last-child {
	margin-bottom: 0;
}

.footer-block ul li {
	margin-bottom: 12px;
}

.footer-block ul li a:hover {
	color: #ffffff;
}

.footer-block ul li a {
	font-size: 18px;
	color: #ededed;
	line-height: 24px;
	font-weight: normal;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.footer-address p {
	font-size: 18px;
	color: #ededed;
	line-height: 24px;
	font-weight: normal;
}

.footer-address ul li {
	margin-bottom: 0;
}

.footer-address ul {
	margin-top: 30px;
}

.footer-social-icon ul li a {
	font-size: 14px;
	background: #f1ae44;
	color: #fff !important;
	padding: 0 5px 0 15px;
	line-height: 42px;
	position: relative;
	z-index: 9;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
	min-width: 35px;
}

.footer-social-icon ul li a:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 1px;
	z-index: -1;
	background: #f1ae44;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: skew( -12deg, 0deg);
	transform: skew( -12deg, 0deg);
	-webkit-transition: all .35s;
	transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
}

.footer-social-icon ul li:last-child {
	margin-right: 0;
}

.footer-social-icon ul li {
	display: inline-block;
	margin-right: 20px;
}

.footer-social-icon {
	margin-top: 40px;
}

.footer-social-icon ul li:nth-child(4) a:before {
	background: #5dbec0;
}

.footer-social-icon ul li:nth-child(4) a {
	background: #5dbec0;
}
.footer-social-icon ul li:nth-child(1) a:before {
	background: #5dbec0;
}

.footer-social-icon ul li:nth-child(1) a {
	background: #5dbec0;
}
.footer-social-icon ul li:nth-child(2) a:before {
	background: #e85e45;
}

.footer-social-icon ul li:nth-child(2) a {
	background: #e85e45;
}
.copy-right {
	background: #424242;
	padding-bottom: 30px;
	border-top: 1px solid #5d5d5d;
	padding-top: 30px;
}

.copy-right-content p {
	text-align: center;
	font-size: 16px;
	color: #ededed;
}
.copy-right-content {
	display: flex;
	justify-content: space-between;
}
.copy-right-content a {
	display: inline-block;
	color: #2a9d8e;
	font-weight: bold;
	margin-left: 4px;
}

/* .......................about-page-css..................... */
section.breadcum-main {
	position: relative;
	background: #f2f0ec;
	padding: 0;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
.breadcrumb-container-inner {
	position: relative;
	padding: 95px 0 110px;
}
.breadcrumb-container-inner h2 {
    font-size: 36px;
    color: #424242;
    text-align: left;
    line-height: normal;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.breadcrumb-container-inner ul {
	margin-bottom: 0;
	background: #4c9d8f;
	display: inline-block;
	padding: 8px 30px 8px 40px;
	position: relative;
	letter-spacing: 1px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	font-size: 12px;
/* 	text-transform: uppercase; */
	font-weight: 600;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 11;
}

.breadcrumb-container-inner ul li a:after {
    content: '/';
    position: absolute;
    top: 0;
    right: -14px;
}

.breadcrumb-container-inner ul li a {
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    margin-right: 15px;
}
.breadcrumb-container-inner ul li {
	display: inline-block;
	font-size: 15px;
/* 	text-transform: capitalize; */
	color: #ffffff;
	font-weight: normal;
}
.breadcrumb-container-inner ul:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 1px;
	z-index: -1;
	background: #4c9d8f;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: skew( 
		-12deg, 
		0deg);
	transform: skew( 
		-12deg, 
		0deg);
	-webkit-transition: all .35s !important;
	transition: all .35s !important;
	-moz-transition: all .35s !important;
	-ms-transition: all .35s !important;
}
.breadcrumb-container-inner ul li a:hover {
	text-decoration: underline;
}
.main-image img {
	width: 100%;
}
.main-image {
	margin-bottom: 60px;
}
.inner-image-block img {
	width: 100%;
}
section.vision-main-block {
	background: #f9f9f9;
}
.vision-left-content .accordion-item .accordion-button h2 {
	font-size: 20px;
	line-height: 22px;
	color: #111111;
	margin-bottom: 0;
}
.vision-left-content .accordion-button{
	padding: 30px 40px;
}
.vision-left-content .accordion-item{
	border:none;
	margin-bottom:20px;
}
.accordion-button:focus{
	border-color:inherit;
	box-shadow:none;
}
.vision-left-content .accordion-body {
    padding: 0;
}
.vision-left-content .accordion-button:not(.collapsed){
	color: inherit;
	background-color: inherit;
	box-shadow: inherit;
}
.vision-body-content {
    padding: 30px 40px 10px;
    background: #f9f9f9;
}

.vision-left-content .accordion-button::after {
    content: '';
    background-image: none;
    position: absolute;
    right: 19px;
    top: 31px;
    width: 4px;
    height: 12px;
    background: #707070;
}
.vision-right-image img {
    width: 100%;
}
.vision-left-content h2 {
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: 38px;
    line-height: 55px;
    font-weight: bold;
}
.vision-left-content p {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}
.vision-left-content {
    margin-top: 20px;
}
.we-main-image img {
    width: 100%;
}
.we-main-content p:last-child {
    padding-bottom: 0;
}
.we-main-content p {
    font-size: 17px;
    line-height: 25px;
    padding-bottom: 20px;
    color: #000000;
}
.we-main-content {
    margin-top: 50px;
}
.we-main-content h3 {
    font-size: 30px;
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #000000;
    line-height: normal;
    font-weight: bold;
    padding-top: 10px;
}
.we-main-content ul {
    margin-top: 7px;
    padding: 0 20px;
}
.we-main-content ul li {
    font-size: 17px;
    padding-bottom: 15px;
    color: #000000;
    list-style: disc;
	line-height:25px;
}
.vision-left-content .accordion-button::before {
    content: '';
    position: absolute;
    top: 35px;
    right: 15px;
    width: 12px;
    height: 4px;
    background: #707070;
}
.vision-left-content .accordion-button:not(.collapsed)::after{
	background-image: inherit;
	display:none;
}
.vision-body-content p {
    font-size: 17px;
    line-height: 25px;
    color: #111111;
}
.inner-content-block h2 {
	margin-bottom: 0;
	padding-bottom: 15px;
	font-size: 42px;
	line-height: 55px;
	font-weight: bold;
}
.inner-content-block p {
	font-size: 18px;
	line-height: 28px;
	color: #000000;
}

/*.................contact-page-css......................  */

.get-inner-block h2 {
	margin-bottom: 0;
	padding-bottom: 15px;
	font-size: 42px;
	line-height: 55px;
	font-weight: bold;
}
.get-inner-block p {
	font-size: 18px;
	line-height: 28px;
	color: #000000;
}
.get-form {
	margin-bottom: 15px;
}

.get-form input {
	width: 100%;
	height: 57px;
	padding: 0 15px;
	margin-bottom: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #f2f0ec;
	border: none;
}
.get-form textarea {
	width: 100%;
	height: 100px;
	padding: 10px 15px;
	margin-bottom: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #f2f0ec;
	border: none;
}
section.colum-wrapper {
	padding: 0 0 100px;
}
.main-inner-colum {
    position: relative;
    background: #5dbec0;
}
section.colum-wrapper .row .col-12:nth-child(3) .main-inner-colum {
    background: #f1ae44;
}
section.colum-wrapper .row .col-12:nth-child(2) .main-inner-colum {
    background: #e36955;
}
.block-content i {
    color: #ffffff;
    font-size: 54px;
}
.block-content {
    position: relative;
    width: 100%;
    padding: 30px;
    text-align: center;
    height: 310px;
}
section.colum-wrapper .container .row .col-12:nth-child(2) .main-inner-colum .block-content:after {
	background: #e36955;
}
/* .block-content:after {
	content: "";
	position: absolute;
	display: block;
	height: 100%;
	top: 0;
	left: 0;
	right: 30px;
	z-index: -1;
	background: #f1ae44;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: skew( 
		-8deg, 
		0deg);
	transform: skew( 
		-8deg, 
		0deg);
	-webkit-transition: all .35s;
	transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
} */

/* .block-content:before {
	content: "";
	position: absolute;
	display: block;
	height: 100%;
	top: 0;
	left: 0;
	right: 30px;
	z-index: -1;
	background: #f1ae44;
} */
.content-inner h3 {
	margin: 18px 0;
	color: #ffffff;
	font-size: 26px;
	font-weight:bold;
}
.content-inner a {
	color: #ffffff;
	font-size:17px;
}
.content-inner p {
	color: #f7f7f7;
	font-size: 15px;
	line-height: 24px;
}
section.colum-wrapper .container .row .col-12:nth-child(1) .main-inner-colum .block-content:before {
	background: #5dbec0;
}
section.colum-wrapper .container .row .col-12:nth-child(1) .main-inner-colum .block-content:after {
	background: #5dbec0;
}
section.colum-wrapper .container .row .col-12:nth-child(2) .main-inner-colum .block-content:before {
	background: #e36955;
}

section.map-area {
	padding: 0;
}
.map-block iframe {
	display: block;
	width: 100%;
}
.expert-inner-block img {
    width: 70%;
}
.events-single-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.recent-title {
	width: 70%;
}
button.carousel__button.fancybox__button--thumbs {
	display: none;
}
button.carousel__button.fancybox__button--fullscreen {
	display: none;
}
button.carousel__button.fancybox__button--slideshow {
	display: none;
}
button.carousel__button.fancybox__button--zoom {
	display: none;
}
.carousel__viewport {
	display: none;
}
.events-single-image {
	margin-bottom: 30px;
	height: 250px;
}
.events-sidebar ul li a {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 22px;
	color: #111111;
}
.events-sidebar {
	background: #f2f0ec;
	margin-bottom: 30px;
	padding: 30px;
}
.events-sidebar ul li:last-child a {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.events-sidebar ul li a img {
	margin-right: 20px;
}
.recent-title h6 {
	font-family: 'Poppins';
	font-size: 15px;
	color: #111111;
	margin-top: 10px;
}
.events-sidebar h2 {
	font-size: 30px;
	line-height: 33px;
	margin-bottom: 0;
	padding-bottom: 30px;
}
.main-cover-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-cover-image {
	height: 500px;
	margin-bottom: 30px;
}
section.events-single .container .row .col-md-8 .row {
	margin-top: 40px;
}
.events-main-inner p {
	font-size: 16px;
	line-height: 25px;
	color: #111111;
}
.events-main-inner h2 {
	font-size: 34px;
	font-weight: 500;
	color: #111111;
	margin-bottom: 0;
	padding-bottom: 25px;
}
.events-main-inner h6 span {
	font-weight: bold;
}
.recent-title h4 {
	font-size: 19px;
	line-height: 24px;
	color: #111111;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.events-main-inner h6 {
	font-family: 'Poppins';
	font-size: 15px;
	color: #111111;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.founder-image img {
	width: 100%;
}
.founder-right-content h2 {
	font-size: 40px;
	line-height: 55px;
	color: #111111;
	margin-bottom: 0;
	padding-bottom: 8px;
}
section.founder-main-wrapper.inner-founder-deta .founder-image img {
    width: 80%;
}
.founder-right-content.inner-expert-deta {
    margin-top: 20px;
}
.founder-right-content.inner-expert-deta h2 {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    font-weight: bold;
    font-family: 'Poppins';
}
.founder-right-content h4 {
	font-size: 17px;
	line-height: 25px;
	font-weight: normal;
	font-family: 'poppins';
	margin-bottom: 0;
}
.founder-right-content h3:after {
	content: '';
	width: 80px;
	height: 1px;
	background: #eb7f25;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 9;
}
.founder-right-content ul {
	padding: 0 20px;
}
.founder-right-content ul li:last-child {
	margin-bottom: 0;
}

.founder-right-content ul li {
	list-style: disc;
	font-size: 17px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 12px;
}
.founder-right-content h3 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #111111;
	border-bottom: 1px solid #dee2e6;
	padding-bottom: 12px;
	position: relative;
	margin-top: 30px;
}
.founder-right-content .wp-block-columns {
    display: flex;
    margin-top: 50px;
}
.founder-right-content .quotes-header {
    position: relative;
    width: 95%;
    font-size: 24px;
    line-height: 45px;
    background: #f9f9f9;
    padding: 60px;
}
.founder-right-content .quotes-header:after {
    content: "";
    position: absolute;
    top: 36px;
    background-image: url(http://nextstep.net.in/special-achievers/wp-content/uploads/2021/09/noun-quotes.png);
    left: 10px;
    width: 41px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
}
.founder-right-content .quotes-header:before {
    content: "";
    position: absolute;
    top: -44px;
    background-image: url(http://nextstep.net.in/special-achievers/wp-content/uploads/2021/09/noun-quotes.png);
    right: 23px;
    width: 41px;
    z-index: 99;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    transform: rotate(
180deg);
}
.founder-right-content .wp-block-column iframe {
    width: 100%;
    height: 220px;
}
.founder-right-content .wp-block-column {
    width: 50%;
    margin-right: 40px;
}

section.main-events-wrapper .medical-inner-block {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.founder-right-content p {
	font-size: 17px;
	line-height: 26px;
	color: #000000;
}
.founder-right-content h5 {
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 30px;
	font-size: 24px;
	color: #111111;
}
.founder-icon ul li a i {
	color: #ffffff;
	font-size: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.founder-icon ul li a {
	display: inline-block;
	height: 40px;
	background: #3b5998;
	border-radius: 100%;
	width: 40px;
	position: relative;
}
.founder-icon:after {
	content: '';
	width: 80px;
	height: 1px;
	background: #eb7f25;
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 9;
}
.founder-icon {
	margin-top: 40px;
	border-top: 1px solid #cccccc;
	padding-top: 30px;
	position: relative;
}

.founder-icon ul li {
	display: inline-block;
	margin-right: 10px;
}
section.main-events-wrapper {
	padding: 100px 0 60px;
}
.main-page-image {
	height: 258px;
}
.main-page-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-events-inner h2 {
	margin-bottom: 0;
	font-size: 25px;
	font-weight: bold;
	    padding: 0px 0 30px;
	line-height: 29px;
	color: #000000;
}
.main-events-inner {
    background: #f2f0ec;
    padding: 40px;
}
.main-page-events {
	margin-bottom: 40px;
}
.main-events-inner h6 {
	font-family: 'Poppins';
	font-size: 15px;
	color: #111111;
}


.founder-right-content.coming-soon h4{
	font-size: 38px;
	line-height: 47px;
	margin-top: 30px;
}
.border-effects.expert-page-border{
	padding-bottom: 0px !important;
	border-bottom: none;
}
.certificate-image img {
    width: 100%;
}
.certificate-image {
    margin-bottom: 15px;
}
.certificate-image iframe {
    width: 100%;
    height: 332px;
}
section.media-main-wrapper {
    padding: 100px 0 85px;
}
.down-related-deta {
    margin-top: 50px;
    padding-top: 80px;
    border-top: 1px solid #cccccc;
}
.down-related-deta .follow-image {
    margin-bottom: 25px;
}
.webinar-cover-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.webinar-cover-image {
    height: 500px;
    margin-bottom: 30px;
}
.webinar-main-inner h6 {
    font-family: 'Poppins';
    font-size: 15px;
    color: #111111;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.webinar-main-inner h2 {
    font-size: 34px;
    font-weight: 500;
    color: #111111;
    margin-bottom: 0;
    padding-bottom: 25px;
}
.webinar-main-inner p:last-child {
    padding-bottom: 0;
}

.webinar-main-inner p {
    font-size: 16px;
    line-height: 25px;
    color: #111111;
    padding-bottom: 10px;
}
.webinar-sidebar ul li a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
    color: #111111;
}

.webinar-sidebar h2 {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 0;
    padding-bottom: 30px;
}
.webinar-sidebar {
    background: #f2f0ec;
    margin-bottom: 30px;
    padding: 30px;
}
.webinar-recent-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-right: 20px;
}
.webinar-recent-image {
    width: 30%;
    margin-right: 30px;
    height: 85px;
}
.webinar-recent-title {
    width: 70%;
}
.webinar-recent-title h4 {
    font-size: 19px;
    line-height: 24px;
    color: #111111;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.webinar-recent-title h6 {
    font-family: 'Poppins';
    font-size: 15px;
    color: #111111;
    margin-top: 10px;
}
.webinar-sidebar ul li:last-child a {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.contact-form-btn .wpcf7-submit {
    text-align: center;
    display: inline-block;
    background: #eb7f25;
    padding: 10px 30px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    border: none;
}
.contact-form-btn .wpcf7-submit:hover{
	background:#000000;
	color:#ffffff;
}