@font-face {
	font-family: 'HelveticaNeueLTCom45Light';
    src: url('../frontend/fonts/HelveticaNeueLTCom45Light.eot');
    src: url('../frontend/fonts/HelveticaNeueLTCom45Light.eot') format('embedded-opentype'),
         url('../frontend/fonts/HelveticaNeueLTCom45Light.woff2') format('woff2'),
         url('../frontend/fonts/HelveticaNeueLTCom45Light.woff') format('woff'),
         url('../frontend/fonts/HelveticaNeueLTCom45Light.ttf') format('truetype'),
         url('../frontend/fonts/HelveticaNeueLTCom45Light.svg#HelveticaNeueLTCom45Light') format('svg');
}

@font-face {
	font-family: 'HelveticaNeueLTProHv';
    src: url('../frontend/fonts/HelveticaNeueLTProHv.eot');
    src: url('../frontend/fonts/HelveticaNeueLTProHv.eot') format('embedded-opentype'),
         url('../frontend/fonts/HelveticaNeueLTProHv.woff2') format('woff2'),
         url('../frontend/fonts/HelveticaNeueLTProHv.woff') format('woff'),
         url('../frontend/fonts/HelveticaNeueLTProHv.ttf') format('truetype'),
         url('../frontend/fonts/HelveticaNeueLTProHv.svg#HelveticaNeueLTProHv') format('svg');
}

@font-face {
	font-family: 'Helvetica43LightExtended';
    src: url('../frontend/fonts/Helvetica43LightExtended.eot');
    src: url('../frontend/fonts/Helvetica43LightExtended.eot') format('embedded-opentype'),
         url('../frontend/fonts/Helvetica43LightExtended.woff2') format('woff2'),
         url('../frontend/fonts/Helvetica43LightExtended.woff') format('woff'),
         url('../frontend/fonts/Helvetica43LightExtended.ttf') format('truetype'),
         url('../frontend/fonts/Helvetica43LightExtended.svg#Helvetica43LightExtended') format('svg');
}

*:focus, .form-control:focus {
	box-shadow: none;
}

.hel-45 {
	font-family: 'HelveticaNeueLTCom45Light' !important;
}

.hel-hv {
	font-family: 'HelveticaNeueLTProHv' !important;
}

.hel-43 {
	font-family: 'Helvetica43LightExtended' !important;
}

.font-helvetica {
	font-family: helvetica !important;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 1;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	margin: 0;
	padding: 0;
	line-height: 1.1;
}

p {
	margin: 0;
	padding: 0;
	line-height: 1;
}

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

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}
/* Custom Style */
header {
	/* background: rgba(255, 255, 255, 0.623); */
	background: rgba(255, 255, 255, 1);
	backdrop-filter: blur(5px);
}

textarea {
	resize: none;
}

.container {
	max-width: 1200px;
}

footer .container, header .container {
	max-width: 1300px;
}

.theme-bg {
	background: #f05191;
}

.theme-color {
	color: #f05191;
}

a.theme-color:hover {
	color: #f05191;
}
/* Nav */
.navbar-collapse {
	margin-bottom: 15px;
}

.navbar-nav li + li {
	border-left: 1px solid #d27fa5;
}

.nav-link {
	/* font-size: 18px; */
	font-size: 14px;
	font-weight: 700;
	color: #000 !important;
	line-height: 100%;
	padding: 0 12px !important;
	cursor: pointer;
}

.nav-link:hover, .nav-link.active {
	color: #f05191 !important;
}

.footer-socials ul {
	display: flex;
	padding-bottom: 40px;
}

.footer-socials ul li a {
	font-size: 45px;
	color: #fff;
}

.footer-socials ul li + li {
	margin-left: 40px;
}

.copyright {
	color: #ffff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
}

/* Banner Area */
.banner-area {
	padding: 100px 0 0;
}

.banner-area h2 {
	font-size: 46px;
	margin: 30px 0;
}

.btns-grp {
	display: flex;
	justify-content: center;
	flex-direction: column;
	max-width: 315px;
	margin: 0 auto;
}

.cmn-btn {
	padding: 22px 65px;
	font-size: 25px;
	text-align: center;
	border: 2px solid #f05191;
}

.cmn-btn:hover {
	background: transparent;
	color: #f05191!important;
}

a, button, input[type="submit"] {
	text-decoration: none;
	transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
}
/* Why Area */
.why-area {
	padding: 50px 0;
}

.why-area h2 {
	margin: 30px 0;
	font-size: 40px;
}

.why-area p {
	margin: 0 0 30px;
	font-size: 26px;
	font-weight: 300;
	line-height: 1.4;
}

/* Footer */
footer {
	padding: 80px 0 120px;
}

.footer-logos {
	display: flex;
	align-items: flex-end;
}

.footer-logos p {
	color: #fff;
	font-size: 43px;
	margin-left: 35px;
}

.footer-nav {
	padding: 40px 0;
}

.footer-nav ul {
	display: flex;
	flex-wrap: wrap;
}

.footer-nav ul li:first-child {
	padding-right: 12px;
}

.footer-nav ul li + li {
	padding: 0 12px;
	border-left: 1px solid #fff;
}

.footer-nav ul li a {
	color: #fff;
	font-size: 18px;
	line-height: 100%;
	font-weight: 700;
}

/* Director Area */
.director-video {
	background: url(../../images/frontend/pink-pattern.jpg) repeat center top;
	padding: 80px 0;
}

.heads-video-caro h2 {
	color: #fff;
	font-size: 46px;
	margin-bottom: 45px;
}

.video-carousel-holder {
	padding: 0 100px;
}

.video-carousel iframe {
	border: 20px solid #fff;
	border-radius: 15px;
}

.video-carousel .owl-nav {
    /* width: 100%;
    height: 100%;
    position: absolute;
    top:45%;
    transform: translate(-50%, -50%);
    left: 50%; */
	justify-content: space-between;
	display: flex;
}

.video-carousel .owl-nav button.owl-prev {
	left: -150px;
	background: url('../../images/frontend/prev.png') no-repeat center!important;
	background-size: contain!important;
}

.video-carousel .owl-nav button.owl-next {
	right: -150px;
	background: url('../../images/frontend/next.png') no-repeat center!important;
	background-size: contain!important;
}

.video-carousel .owl-nav button {
	position: absolute;
	text-indent: -9999px;
	width: 77px;
	height: 162px;
	top: 50%;
	transform: translate(0, -50%);
}

.owl-dots {
	text-align: center;
	margin-top: 15px;
}

.owl-dot {
	width: 20px !important;
	height: 20px !important;
	background: #fff !important;
	margin: 6px 10px;
	border-radius: 50%;
	border: 2px solid #fff!important;
}

.owl-dot.active {
	background: transparent!important;
}

.video-carousel .item {
	position: relative;
	padding-bottom: 56.25%;
    /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video-carousel .item iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* growing-women Area */
.growing-women {
	position: relative;
	background: #f2f2f2;
}

.growing-women-inner {
	position: absolute;
	top: 6%;
	left: 0;
	width: 100%;
	text-align: center;
}

.growing-women .growing-womenp-img,.women-img {
	width: 100%;
	height: auto;
}

.growing-women h2 {
	margin: 0 auto;
	font-size: 46px;
}

.women-sec {
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 54%, rgba(241,241,241,1) 100%);
}

.women-sec .col-md-3 {
	padding: 0 .1rem;
}

.women-sec p {
	margin: 0 0 30px;
	font-size: 26px;
	font-weight: 300;
	line-height: 1.4;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	width: 100%;
}

.video-container iframe,.video-container object,.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 10px solid #f05191;
	border-radius: 10px;
}

.map-area h2 {
	/* max-width: 690px; */
	max-width: 610px;
	margin-left: auto;
	margin-right: auto;
	font-size: 46px;
}

.map-area .btns-grp img {
	max-width: 200px;
	margin: 0 auto;
}
/* End growing-women Area */
/* Contact page */
.contact-form,.director,.about-banner-area,.costume-information-banner-area {
	padding: 100px 0 0;
	position: relative;
	z-index: 1;
}

.Contact-banner {
	margin-top: -80px;
}

.title {
	font-size: 46px;
	margin: 30px 0 10px;
}

.title-sm {
	font-size: 32px;
}

.title sup {
	font-size: 60%;
}

.cmn-text {
	margin: 0 0 30px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
}

.cmn-text-sm {
	font-size: 22px;
}

.cmn-text > p, .cmn-text-sm > p {
	margin: 0 0 30px;
	line-height: 1.4;
}

.contact-form .form-group {
	margin-bottom: 1.5rem;
}

.contact-form .fa-rotate {
	font-size: 30px;
}

.cst-control {
	background-color: #e1e1e1;
	border: 4px solid #f05191;
	height: 50px;
}

.cst-control:focus {
	border-color: #f05191;
	box-shadow: 0 0 0 0.2rem rgb(240 81 145 / 25%);
}

.cst-btn {
	border: none;
	font-size: 24px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 8px;
	color: #fff;
	border: 2px solid #f05191;
}

.cst-btn:hover {
	background: transparent;
	color: #f05191!important;
}

.cst-btn:focus {
	box-shadow: 0 0 0 0.2rem rgb(240 81 145 / 25%);
}

.captcha {
	min-width: 120px;
	max-width: 80%;
}

#captcha-refresh {
	cursor: pointer;
}
/* End Contact page */
/* Director page */
.enrl-right-form.director-form {
	position: static;
}

.director .container {
	position: relative;
	z-index: 2;
}

.director:after,.two-girls:after {
	background: linear-gradient(180deg, rgba(255,255,255,1) 40%, rgba(245,245,245,1) 54%, rgba(241,241,241,1) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 400px;
	content: '';
}

.two-girls {
	position: relative;
}

.two-girls img {
	position: relative;
	z-index: 2;
}

.group-location span {
	font-size: 20px;
	border-bottom: 2px solid #000;
	font-weight: 600;
}
/* End Director page */

/*---------------Enroll-----------
--------------------------------*/
.enroll-sec-banner {
	padding: 65px 0;
	background: rgb(246,246,246,1);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 54%, rgba(246,246,246,1) 100%);
	height: 900px;
}

.banner-img {
	max-width: 250px;
}

.banner-img img {
	object-fit: contain;
	height: auto;
}

.heading-with-icon {
	margin-bottom: 40px;
}

.enrl-right-form .heading-with-icon h1 {
	color: #ffffff;
	font: 500 48px/55px 'HelveticaNeueLTProHv';
	text-align: center;
	margin-left: 10px;
}

.heading-with-icon .img-icon {
	max-width: 18%;
}

.heading-with-icon img {
	height: auto;
}

.enrl-right-form-holder {
	position: absolute;
	z-index: 9;
}

.sec-02-right-img {
	text-align: center;
	margin-top: 50px;
}

.enrl-right-form {
	filter: drop-shadow(-7.641px 10.517px 17.5px rgba(1,1,1,0.43));
	background-color: #eeb8cf;
	border: 10px solid #f863c2;
	padding: 42px;
	border-radius: 10px;
	/* position: absolute;
	right: 15px;
	z-index: 9; */
	;
}

.enrl-right-form.individual-sc-director {
	position: absolute;
	/* right: 15px; */
	z-index: 9;
}

.enrl-right-form input,
.enrl-right-form select,
.enrl-right-form textarea {
	border-color: #62174e;
	border-width: 2px;
}

.enrl-right-form .form-row-heading {
	font-size: 20px;
	margin-bottom: 25px;
	padding-top: 9px;
}

.enrl-right-form label {
	font-weight: 600;
	font-size: 20px;
	max-width: 98%;
}

.enrl-right-form .form-check-inline {
	margin-top: 10px;
}

/* .enrl-right-form .form-cal-part input[type="text"] {
	width: calc(90% - 10px);
} */

.enrl-right-form .pl_value span.plus,
.enrl-right-form .eq_value span.qual {
	position: absolute;
	right: 8px;
	top: 15px;
}

.enrl-right-form .btn {
	background: #ef5896;
	color: #fff;
	border: none;
	outline: 0;
	border-right: 5px;
	margin-top: 0;
}

.hr-top {
	border-top: 2px solid #c82689;
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 3px;
}

.enrl-sec-02 {
	position: relative;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 54%, rgba(241,241,241,1) 100%);
	padding: 50px 0;
	margin-bottom: 100px;
	min-height: 1200px;
}

.enrl-sec-02 .container {
	position: relative;
}

.enrl-sec-02 .sec-02-right-img {
	position: absolute;
	bottom: -112px;
	right: 30px;
}

.enrl-sec-02 h2 {
	/* font: 500 50px/1.2 'HelveticaNeueLTProHv'; */
	font-size: 52px;
}

.enrl-sec-02 h4 {
	font-size: 25px;
	font-weight: 900;
	line-height: 1.4;
	margin: 32px 0;
}

.enrl-sec-02 p {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.4;
	font-family: 'Montserrat', sans-serif;
}

.enrl-sec-02 .content {
	padding-right: 30px;
}

.enrl-sec-02 .content h3 {
	font: 500 39px/1.2 'HelveticaNeueLTProHv';
	margin: 55px 0 35px;
}

.enrl-sec-02 .content ul li {
	font-size: 18px;
	line-height: 1.4;
	color: #d0528e;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	padding-left: 18px;
	margin-bottom: 18px;
}

.enrl-sec-02 .content ul li::before {
	position: absolute;
	content: '';
	background-color: #d0528e;
	width: 6px;
	height: 6px;
	left: 0;
	top: 13px;
	border-radius: 50%;
}

/*------------------Director V2 CSS-------------*/

.all-dirc-main-content > .all-directors:nth-child(even) .headshot-directr {
	float: left !important;
	margin: 0 25px 20px -25px;
	max-height: 350px;
}

.all-dirc-main-content > .all-directors:nth-child(even) .directr-fmly {
	margin: 15px -10px 20px 25px;
	float: right !important;
	max-height: 350px;
}

.all-dirc-main-content > .all-directors:nth-child(odd) .headshot-directr {
	margin: 5px -10px 20px 25px;
	float: right !important;
	max-height: 350px;
}

.all-dirc-main-content > .all-directors:nth-child(odd) .directr-fmly {
	float: left !important;
	margin: 0 25px 20px -25px;
	max-height: 350px;
}

.all-dirc-main-content .top-head-content h3 {
	margin-top: 12px;
	font-size: 42px;
	margin-bottom: 0!important;
	display: inline-block;
	padding-bottom: 0;
}

.all-dirc-main-content .top-head-content h2 {
	font-size: 35px;
}

.all-dirc-main-content .all-directors h3:after {
	margin: 15px 0;
}

.all-dirc-main-content .all-directors p {
	font-weight: 400;
	font-size: 20px;
}

.all-dirc-main-content .all-directors .bottom-content h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 21px;
	color: #f05191;
	margin: 12px 0;
}

.all-dirc-main-content .all-directors .bottom-content p {
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 30px;
	line-height: 1.4;
}

.all-dirc-main-content .all-directors .bottom-content ul,
.profile-details-text ul {
	padding: revert;
	margin: revert;
	list-style: inside;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
}

.all-dirc-main-content .all-directors .top-head-content {
	margin-bottom: 30px;
}

.all-dirc-main-content .all-directors .top-head-content p {
	text-transform: uppercase;
}

/* .all-dirc-main-content .all-directors img {
    box-shadow: 0 0 13px 2px rgba(209, 209, 209, 0.65);
-webkit-box-shadow: 0 0 13px 2px rgba(209, 209, 209, 0.65);
-moz-box-shadow: 0 0 13px 2px rgba(209, 209, 209, 0.65);
	background-color: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
} */
/*------------------End-------------------------*/
/*--------End Enroll--------*/
/* Daughter Group page */
.daughter-btn {
	width: 175px;
	padding: 15px 5px;
	border: 4px solid #d0528e;
	border-radius: 20px;
	margin: 0 15px;
	position: relative;
	z-index: 9;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.6);
}

.daughter-btn span {
	font-size: 18px;
	color: #d0528e;
	font-weight: bold;
	line-height: 1.2;
}

.daughter-bnr {
	margin-top: -150px;
}

.enrl-right-form textarea.form-control {
	background: #faebef;
}
/* End Daughter Group page */

.gray-bg {
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 54%, rgba(241,241,241,1) 100%);
}

.working-hands .title, .all-directors .title, .sc-director .title {
	position: relative;
}

.working-hands .title:after, .all-directors .title:after, .director-bio .title:after, .testimonial-title:after {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	margin: 12px auto 15px;
	background: #000;
}

.costume .theme-color {
	font-size: 30px;
	position: relative;
}

.costume .theme-color:after {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	margin: 12px auto 15px;
	background: #000;
}

.costume .theme-color.no-after {
	font-size: 22px;
}

.costume .theme-color.no-after:after {
	display: none;
}

.table_r_area {
	max-width: 800px;
	margin: 25px auto 0;
	letter-spacing: 1px;
}

.table_r_area .theme-bg {
	font-size: 20px;
}

.payment-btn {
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 25px;
	padding: 20px 10px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
	width: 100%;
}

.payment-btn span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.payment-btn span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.payment-btn:hover span {
	padding-right: 25px;
}

.payment-btn:hover span:after {
	opacity: 1;
	right: 0;
}

.sc-director {
	position: relative;
	padding: 50px 0;
	margin-bottom: 50px;
	min-height: 860px;
}

.location-icon {
	max-width: 100px;
	position: relative;
	display: block;
	margin: 0 auto;
}

.location-icon img {
	max-width: 70px;
	margin-bottom: 20px;
}

.location-name {
	position: relative;
	letter-spacing: 1px;
}

.location-name:after {
	display: block;
	content: '';
	width: 80px;
	height: 2px;
	margin: 15px auto 40px;
	background: #000;
}

.sharemyvoice-title span {
	color: #fff;
	padding: 4px 16px;
	border-radius: 16px;
	position: relative;
	top: -1px;
	margin-right: 4px;
	font-family: 'Helvetica43LightExtended';
	font-weight: bold;
}

.ltr-sp-1 {
	letter-spacing: 1px;
}

.help-block {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	position: absolute;
}

.help-block.with-errors {
	color: #FF0000;
}

/* Director About starts */
.director_describe {
	background: linear-gradient(to bottom, #ffe2ef 0%,#ffffff 100%);
	padding: 50px;
	padding-bottom: 0;
	border-radius: 50px;
	box-shadow: 0 10px 20px -10px #ddd;
	border: 3px solid #fdaccb;
}

.heading-director {
	margin-bottom: -60px;
	padding: 30px;
	background: #fdaccb;
	z-index: 9;
	position: relative;
	display: inline-flex;
	border-radius: 50px;
	top: 15px;
}

.cost-area {
	padding: 50px 0 0;
}

.each-cost-area {
	padding: 30px 0;
}

.each-cost-area img {
	max-width: 150px;
}
/* Director About ends */

/* Director - Meet You director starts */
.profile-banner {
	position: relative;
}

.profile-cover {
	height: 480px;
	object-fit: cover;
	width: 100%;
	object-position: top;
	filter: grayscale(100%);
}

.profile-banner .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background: linear-gradient(to bottom, rgb(0 0 0 / 25%) 0%,rgb(0 0 0 / 90%) 100%); */
	background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%,rgb(0 0 0 / 10%) 100%);
}

.host-profile {
	height: 200px;
	width: 200px;
	object-fit: cover;
	object-position: center -5px;
}

.host-profile.dummy {
	transform: rotate(-3deg) scale(1.15);
}

.profile-detail-container {
	margin: -100px auto 30px auto;
	border: 10px solid #fff;
	width: 200px;
	height: 200px;
	border-radius: 500px;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	background-color: #000;
}

.profile-details-text {
	padding: 30px;
	border: 5px solid #f05191;
	margin: 30px 0;
	box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%), 0 6.7px 5.3px rgb(0 0 0 / 5%), 0 12.5px 10px rgb(0 0 0 / 6%), 0 22.3px 17.9px rgb(0 0 0 / 7%), 0 41.8px 33.4px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 12%);
}

.profile-details-text h4 {
	margin: 15px 0;
	padding: 15px 30px;
	background: #f05191;
	display: inline-block;
	margin-left: -55px;
	border-radius: 30px 0 0 30px;
	color: #fff;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	z-index: 0;
}

.profile-details-text p {
	margin: 10px 0;
}

.profile-details-text h4:after {
	position: absolute;
	content: "";
	right: -7px;
	top: 37%;
	width: 50px;
	height: 50px;
	background: #f05191;
	transform: rotate(45deg) translateY(-50%);
	z-index: -1;
}
/* Director - Meet You director ends */

/* Validation css starts */
.has-error .form-control {
	border: 1.5px solid #FF0000;
}

.has-error .invalid-feedback {
	color: #FF0000;
}
/* Validation css ends */

/* Blog Page css starts*/
.blog .col-md-6:nth-child(1) .single-blog, .blog .col-md-6:nth-child(2) .single-blog {
	border-top: 0;
	padding-top: 0;
}

.single-blog {
	border-top: 1px solid #ccc;
	margin-top: 30px;
	padding-top: 30px;
}

.single-blog .blog-title {
	font-size: 26px;
	margin: 0 0 5px;
	font-family: 'HelveticaNeueLTProHv';
	line-height: 1.2;
}

.single-blog .published {
	font-size: 15px;
	margin: 0 0 20px;
	color: #666;
}

.single-blog .published:before {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	margin: 10px 0 15px;
	background: #000;
}

.single-blog .blog-content, .single-blog .blog-content > * {
	font-size: 18px;
	margin: 0 0 30px;
	line-height: 1.2;
	word-break: break-all;
}

.single-blog .blog-content > * {
	margin-bottom: 12px;
}

.single-blog .read-more {
	background: #ef5896;
	color: #fff;
	border: 2px solid #ef5896;
}

.single-blog .read-more:hover {
	background: transparent;
	color: #ef5896;
}
/* Blog Page css ends*/

/* Testimonials Page css starts */
.testimonials-area {
	padding: 50px 0;
}

.each-review {
	border: 5px solid #ea80a8;
	padding: 30px;
}

.each-review {
	border: 5px solid #ea80a8;
	padding: 30px;
	border-radius: 0 0 50px 0;
	margin: 25px 0;
	position: relative;
}

.each-review i {
	position: absolute;
	top: -20px;
	left: -20px;
	width: 40px;
	height: 40px;
	background: #f05191;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 24px;
	border-radius: 15px 0 0 0;
}
/* Testimonials Page css ends */

/* =======Testimonial========= */
.directors-testi {
	width: 100%;
	position: relative;
}

.testi-body-icon {
	width: 100px;
	height: 100px;
	background: #f05191;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffefef;
	margin: auto;
}

.testi-body-icon i {
	font-size: 49px;
}

.testi-body-text h2 {
	text-align: center;
	margin: 20px 0;
}

.testi-body-text p {
	font-size: 16px;
}

.testi-body-text p {
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
}

.testi-body-text p span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
 /* number of lines to show */
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.testi-body-btn a {
	display: block;
	margin: 30px auto;
	width: 160px;
	background: #ea80a8;
	padding: 13px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 22px;
}

.testi-body-btn a:hover {
	background: #cb2463;
}

.testi-owl-carousel .owl-nav {
	display: none;
}

.testi-owl-carousel .owl-dots {
	margin-top: 40px;
}

.testi-owl-carousel .owl-dot {
	border: 2px solid #f05191!important;
}

.testi-owl-carousel .owl-dot.active {
	background: #f05191!important;
}

a.readmore {
	font-weight: 600;
	color: #000;
}

.parents-block {
	background: #f1f1f1;
	padding-bottom: 30px;
}

.testi-modal .modal-header {
	background: #f05191;
	color: #fff;
}

.testi-modal .close {
	color: #fff;
}

.testi-modal .modal-body {
	padding: 25px 20px 25px 20px;
}

.testi-modal .modal-body p {
	font-size: 16px;
	line-height: 1.3;
}

.testi-body h2 span {
	color: #f05191;
}
/* =======Testimonial========= */

.navbar-brand {
	max-width: 25%;
}

.table td, .table th, .table thead th {
	vertical-align: middle;
}

.director-headshot {
	max-height: 350px;
}

.mainLoaderParent {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 1020;
}

.mainLoaderChild img {
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.spinner {
	background-color: #da84a7;
	padding: 10px;
	border-radius: 5px 0 0 5px;
	padding-right: 0;
	color: #fff;
}

/* Media queries start */
@media (max-width: 1440px) {
	.video-carousel .owl-nav button {
		width: 50px;
	}

	.video-carousel .owl-nav button.owl-prev {
		left: -100px;
	}

	.video-carousel .owl-nav button.owl-next {
		right: -100px;
	}
}

@media (max-width: 1439px) {
	.two-girls:after {
		display: none;
	}
}

@media (max-width: 1400px) {
	.video-carousel .owl-nav button.owl-prev {
		left: -90px;
	}

	.video-carousel .owl-nav button.owl-next {
		right: -90px;
	}
}

@media (max-width: 1350px) {
	.video-carousel .owl-nav button {
		width: 40px;
	}

	.video-carousel .owl-nav button.owl-prev {
		left: -75px;
	}

	.video-carousel .owl-nav button.owl-next {
		right: -75px;
	}

	.video-carousel iframe {
		border-width: 15px;
	}
}

@media (max-width: 1300px) {
	.navbar-brand {
		/* max-width: 350px; */
		max-width: 25%;
	}
}

@media (max-width: 1200px) {
	.enrl-right-form-holder {
		right: 15px;
	}
}

@media (max-width: 1199px) {
	.navbar-brand {
		/* max-width: 217px; */
		max-width: 20%;
	}

	.nav-link {
		/* font-size: 16px; */
		font-size: 12px;
	}

	.contact-form, .director,.about-banner-area,.costume-information-banner-area {
		padding: 50px 0 0;
	}

	.enrl-sec-02 .content h3 {
		font-size: 35px;
	}

	.enrl-right-form .heading-with-icon h1 {
		font-size: 35px;
	}
}

@media (max-width: 1024px) {
	.heading-director {
		margin-bottom: -30px;
		font-size: 30px;
	}

	.director_describe {
		padding: 30px;
		padding-bottom: 0;
	}

	.profile-details-text h4 {
		margin-left: -45px;
	}

	.form-check-inline .form-check-input[type=checkbox], .form-check-inline .form-check-input[type=radio] {
		transform: scale(2);
		-webkit-transform: scale(2);
		flex: 0 0 12px;
	}

	.policy-section .text-center img {
		width: 100%;
	}

	.policy {
		padding-top: 40px;
	}

	.sidenav li a, .next-btn a {
		display: inline-block;
	}

	.form-check-label {
		padding-left: 10px;
	}
}

@media (max-width: 991px) {
	.banner-area {
		padding: 30px 0 0;
	}

	.video-carousel-holder {
		padding: 0 80px;
	}

	.video-carousel iframe {
		border-width: 10px;
	}

	.banner-area h2,.heads-video-caro h2,.why-area h2,.growing-women h2,.map-area h2 {
		font-size: 36px;
	}

	.why-area p,.women-sec p {
		font-size: 22px;
	}

	.cmn-btn,.payment-btn {
		font-size: 23px;
	}

	.Contact-banner {
		margin-top: 0;
	}

	.cmn-text {
		font-size: 22px;
	}

	.cmn-text-sm {
		font-size: 20px;
	}

	.director:after {
		display: none;
	}

	.enroll-sec-banner {
		height: auto;
	}

	.banner-img {
		max-width: 175px;
	}

	.enrl-right-form, .enrl-right-form-holder {
		position: static;
		right: 0;
	}

	.enrl-sec-02 {
		margin-bottom: 370px;
		min-height: auto;
	}

	.enrl-sec-02 .sec-02-right-img {
		max-width: 400px;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: -400px;
	}

	.enrl-sec-02 .sec-02-right-img img {
		height: auto;
	}

	.enrl-right-form .heading-with-icon h1,.enrl-sec-02 h2 {
		font-size: 36px;
	}

	.enrl-sec-02 .content h3 {
		font-size: 30px;
	}

	.enrl-sec-02 h4,.enrl-sec-02 p {
		font-size: 22px;
	}

	.enrl-sec-02 .content ul li {
		font-size: 18px;
	}

	.navbar {
		padding: 15px 0;
	}

	.navbar-collapse {
		/* background: linear-gradient(to bottom, #f96da6 0%,#f0519178 100%); */
		background: linear-gradient(to bottom, #fff 0%,#fff 100%);
		padding: 15px 0;
		/* position: absolute; */
		z-index: 9;
		width: 100%;
		backdrop-filter: blur(5px);
		top: 80%;
	}

	.navbar-nav li + li {
		border-left: 0px !important;
		margin-top: 10px;
	}

	.footer-nav ul li {
		margin: 10px 0;
		padding: 0 12px;
	}

	.footer-nav ul li:first-child {
		padding-left: 0;
	}

	footer {
		padding: 50px 30px;
	}

	.footer-socials ul li a {
		font-size: 40px;
	}

	.sc-director {
		margin-bottom: 0;
	}

	.sc-director {
		padding: 30px 0 0;
		min-height: auto;
	}

	.title-sm {
		font-size: 30px;
	}

	.enrl-sec-02 .content {
		padding-right: 0;
	}

	.enrl-right-form.individual-sc-director {
		position: unset;
	}
}

@media (max-width: 768px) {
	.daughter-bnr {
		margin-top: -50px;
	}
}

@media (max-width: 767px) {
	.growing-women-inner {
		position: static;
		padding: 0 0 40px;
	}

	.video-carousel-holder {
		padding: 0 50px;
	}

	.video-carousel .owl-nav button {
		top: 45%;
	}

	.video-carousel .owl-nav button {
		width: 30px;
	}

	.video-carousel .owl-nav button.owl-prev {
		left: -50px;
	}

	.video-carousel .owl-nav button.owl-next {
		right: -50px;
	}

	.video-carousel iframe {
		border-width: 7px;
	}

	.why-area p,.women-sec p {
		font-size: 20px;
	}

	.cmn-btn,.payment-btn {
		font-size: 21px;
	}

	.title {
		font-size: 36px;
	}

	.cmn-text {
		font-size: 20px;
	}

	.cmn-text-sm {
		font-size: 18px;
	}

	.banner-img {
		max-width: 125px;
	}

	.enroll-sec-banner {
		padding: 20px 0 50px;
	}

	.enrl-sec-02 {
		padding: 30px 0;
	}

	.enrl-sec-02 .content h3 {
		font-size: 26px;
	}

	.enrl-sec-02 h4,.enrl-sec-02 p {
		font-size: 20px;
	}

	.enrl-sec-02 .content ul li {
		font-size: 18px;
	}

	.navbar-brand {
		max-width: 70%;
	}

	.footer-nav ul {
		flex-direction: column;
		align-items: center;
	}

	.footer-nav ul li + li {
		border: 0 !important;
		margin: 10px 0 0;
	}

	.footer-logos {
		flex-direction: column;
		align-items: center !important;
	}

	.footer-logos p {
		margin-left: 0 !important;
		margin-top: 15px;
	}

	.footer-socials ul {
		justify-content: center;
	}

	p.copyright {
		text-align: center;
		line-height: 24px;
	}

	.footer-logos p {
		font-size: 40px;
	}

	.footer-socials ul li a {
		font-size: 36px;
	}

	.enrl-right-form label {
		font-size: 18px;
	}

	.heading-with-icon {
		margin-bottom: 20px;
	}

	.enrl-sec-02 .content h3 {
		font-size: 25px;
	}

	.title-sm {
		font-size: 26px;
	}

	.heading-director {
		margin-bottom: 0px;
		font-size: 24px;
	}

	.cost-heading h2 {
		font-size: 30px;
	}

	.all-dirc-main-content > .all-directors:nth-child(even) .directr-fmly,
	.all-dirc-main-content > .all-directors:nth-child(odd) .directr-fmly,
	.all-dirc-main-content > .all-directors:nth-child(even) .headshot-directr,
	.all-dirc-main-content > .all-directors:nth-child(odd) .headshot-directr {
		float: none !important;
		margin: 0 auto 20px;
		display: block;
	}

	/* .host-profile {
		margin-top: -110px;
		height: 250px;
		max-width: 250px;
	} */
	
	.policy {
		padding-top: 0;
	}

	.enrl-right-form .form-check-inline {
		margin-left: 5px;
	}

	.enrl-right-form .form-check-inline:last-child {
		margin-top: 20px;
	}
}

@media (max-width: 640px) {
	.daughter-bnr {
		margin-top: 0px;
	}
}

@media (max-width: 599px) {
	.field1, .field2, .field_result {
		width: 30%;
	}

	.add, .equal {
		flex-grow: 1 !important;
	}
}

@media (max-width: 575px) {
	.video-carousel-holder {
		padding: 0 30px;
	}

	.video-carousel .owl-nav button {
		top: 42%;
	}

	.video-carousel .owl-nav button {
		width: 20px;
	}

	.video-carousel .owl-nav button.owl-prev {
		left: -35px;
	}

	.video-carousel .owl-nav button.owl-next {
		right: -35px;
	}

	.video-carousel iframe {
		border-width: 5px;
	}

	.banner-area h2,.heads-video-caro h2,.why-area h2,.growing-women h2,.map-area h2 {
		font-size: 24px;
	}

	.why-area p,.women-sec p {
		font-size: 18px;
	}

	.cmn-btn,.payment-btn {
		font-size: 18px;
	}

	.title {
		font-size: 24px;
	}

	.contact-form,.director,.about-banner-area,.costume-information-banner-area {
		padding: 30px 0 0;
	}

	.cmn-text {
		font-size: 18px;
	}

	.cmn-text-sm {
		font-size: 16px;
	}

	.banner-img {
		max-width: 100px;
	}

	.enrl-right-form .heading-with-icon h1, .enrl-sec-02 h2 {
		font-size: 24px;
	}

	.enrl-sec-02 .content h3 {
		font-size: 22px;
	}

	.enrl-sec-02 h4,.enrl-sec-02 p {
		font-size: 18px;
	}

	.enrl-sec-02 .content ul li {
		font-size: 16px;
	}
}

@media (max-width: 445px) {
	.cmn-text {
		text-align: center !important;
	}
}

@media (max-width: 430px) {
	.daughter-btn img {
		max-height: 75px;
	}
}

@media (max-width: 420px) {
	.footer-logos p {
		font-size: 36px;
	}

	.footer-socials ul li a {
		font-size: 30px;
	}

	.enrl-right-form label {
		font-size: 17px;
	}

	.heading-with-icon {
		margin-bottom: 10px;
	}

	.enrl-right-form {
		padding: 20px;
	}

	.title-sm {
		font-size: 22px;
	}
}

@media (max-width: 410px) {
	.daughter-btn {
		width: 150px;
	}

	.daughter-btn span {
		font-size: 16px;
	}
}

@media (max-width: 374px) {
	.daughter-btn span {
		font-size: 14px;
	}
}

@media (max-width: 320px) {
	.daughter-btn span {
		font-size: 12px;
	}
}
/* Media queries end */
