* {

	margin: 0;

	padding: 0;

	box-sizing: border-box;

}



html {

	overflow-x: hidden;

}



body {

	font-family: 'Poppins', sans-serif;

	overflow-x: hidden;

	font-weight: 400;

	color: #1f1f1f;

}



a {

	text-decoration: none;

	-moz-transition: all .3s ease-in-out;

	-webkit-transition: all .3s ease-in-out;

	transition: all .3s ease-in-out;

}



a:hover {

	text-decoration: none;

}

.btn.btn-lg {
	padding: 8px 35px;
	font-size: 16px;
}

.btn.btn-lg i {
	margin-left: 10px;
}

.btn-theme {
	background-color: #4c2056;
	border-color: #713381;
	color: #fff;
}

.btn-theme:hover {
	background-color: #f49825;
	border-color: #f49825;
	color: #fff;
}

.btn-primary {
	background-color: #6f317e;
	border-color: #6f317e;
}

.btn-primary:hover {
	background-color: #713381;
	border-color: #713381;
}

.btn-cyan {
	background-color: #f49825;
	border-color: #f49825;
	color: #fff;
}

.btn-cyan:hover {
	background-color: #fff;
	border-color: #fff;
	color: #713381;
}

.btn-white {
	background-color: #fff;
	border-color: #fff;
	color: #723481;
}

.btn-white:hover {
	background-color: #713381;
	border-color: #713381;
	color: #fff;
}

.header {
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	z-index: 99999;
}

.header .navbar {
	background-color: #fff;
}


.navbar .navbar-brand img {
	width: 250px;
}

.navbar .nav-link {
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 0.9rem !important;
	padding-right: 0.9rem !important;
	color: #1f1f1f;
}

.navbar .nav-link.callbtn {
	display: flex;
	align-items: center;
	gap: 10px;
	background-color: #f49825;
	color: #fff;
	padding: 1.2rem 1.5rem !important;
	margin-left: 1rem;
	border-radius: 0px 30px 30px 0px;
}

.navbar .nav-link.callbtn i {
	font-size: 32px;
}

.navbar .nav-link.callbtn .callbtn-right {
	display: flex;
	flex-direction: column;
}

.navbar .nav-link.callbtn .callbtnNum {
	font-size: 16px;
}

.home-banner {
	position: relative;
}

.home-banner .home-banner-content {
	padding: 155px 0 210px;
	color: #fff;
	background-color: #7133819c;
	position: relative;
}

.home-banner video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	/* background-image: url(../images/banner-img.jpg); 
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top; */
}

.home-banner h1 {
	font-size: 60px;
	line-height: 1.05;
}

.home-banner h2 {
	font-size: 45px;
}

.home-banner .banner-options {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}

.home-banner .banner-options a {
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 8px 15px;
	border-radius: 32px;
	font-size: 14px;
	color: #000;
}

.home-banner .banner-options a i {
	margin-right: 10px;
	font-size: 18px;
}

.home-banner .banner-options a:hover {
	background-color: #f49825;
	color: #fff;
}

.banner-bottom-section {
	margin-top: -80px;
	position: relative;
}

.banner-bottom {
	padding: 15px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 5px 20px #0000003b;
}

.banner-bottom .banner-bottom-left {
	display: flex;
	align-items: center;
	gap: 15px;
}

.banner-bottom .banner-bottom-left h2 {
	font-size: 24px;
	color: #713381;
}

.banner-bottom .form-control,
.banner-bottom .form-select {
	background-color: #f7fbff;
	border: 1px solid #d2e1f8;
	padding: 10px 12px;
}

.banner-bottom .form-control:focus,
.banner-bottom .form-select:focus {
	box-shadow: none;
}

.banner-bottom .btn-primary {
	flex-shrink: 0;
}

.banner-bottom .btn i {
	margin-left: 8px;
}

.specialist-section {
	padding: 90px 0;
}

.specialist-section img {
	width: 100%;
}

.specialist-section h3 {
	color: #713381;
	font-size: 45px;
	margin-bottom: 0;
}

.specialist-section h2 {
	color: #f49825;
	font-weight: bold;
	font-size: 55px;
	line-height: 1;
}

.specialist-section p {
	font-size: 18px;
	text-align: justify;
}

.specialist-strip-section .speciality-card {
	display: flex;
	gap: 15px;
	align-items: center;
}

.specialist-strip-section .speciality-card img {
	width: 60px;
	flex-shrink: 0;
}

.specialist-strip-section .speciality-card h5 {
	margin-bottom: 0;
	color: #713381;
}

.specialist-strip-section .speciality-card h5 b {
	font-size: 24px;
}

.specialist-strip-section .specialist-strip-inner {
	background-color: #efefef;
	padding: 15px 30px;
	border-radius: 10px;
}

.headings p {
	text-align: center !important;
}

.headings h2 {
	color: #713381;
	font-size: 45px;
	text-align: center;
}

.headings h3 {
	color: #f49825;
	font-size: 55px;
	font-weight: bold;
	text-align: center;
}

.disability-section {
	padding: 50px 0;
}

.service-card-row {
	padding-top: 42px;
}

.service-card {
	border: 1px solid #713381;
    background-color: #f1f1f1;
	overflow: hidden;
	border-radius: 15px;
	height: 100%;
}

.service-card img {
	width: calc(100% - 2rem);
	margin: 1rem auto;
	border-radius: 22px;
	aspect-ratio: 323 / 223;
	object-fit: cover;
}

.service-card .card-body {
	padding-bottom: 40px;
}

.service-card .card-title {
	color: #713381;
	text-align: center;
	font-size: 25px;
}

.service-card .card-text {
	font-size: 18px;
	color: #404040;
}

.service-card .card-footer {
	background-color: transparent;
	border: 0;
	text-align: center;
	padding: 0;
}

.service-card .card-footer a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	height: 55px;
	color: #fff;
	z-index: 1;
}

.service-card .card-footer a::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	width: 500px;
	height: 140px;
	background-color: #713381;
	border-radius: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.service-card .card-footer a i {
	margin-left: 10px;
}

.why-choose-inner {
	background-color: #f49825;
	padding: 45px 45px 0;
	border-radius: 20px;
	color: #fff;
}

.why-choose-inner .why-choose-left {
	margin-bottom: 45px;
}

.why-choose-inner img {
	max-width: 100%;
}

.why-choose-inner h2 {
	margin-bottom: 20px;
}

.why-choose-inner ul li {
	margin-bottom: 16px;
}

.why-choose-inner ul li:last-child {
	margin-bottom: 0;
}

.testimonial-section {
	padding: 50px 0;
}

.testimonial-section .card {
	background-color: #fdf3ff;
	border: 1px solid #713381;
}

.testimonial-section .quote-img {
	margin-bottom: 20px;
	width: 30px !important;
}

.testimonial-section .card-user {
	display: flex;
	align-items: center;
	gap: 10px;
}

.testimonial-section .card-user img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
}


.testimonial-section .card-user h5 {
	margin-bottom: 0;
	font-size: 14px;
}

.testimonial-section .card-user h6 {
	margin-bottom: 0;
	font-size: 14px;
	color: #713381;
}

.contact-home-section {
	padding: 50px 0;
	background-color: #e5e5e5;
}

.contact-home-section .contact-home-left {
	padding: 30px;
	background-color: #fff;
	border-radius: 16px;
	height: 100%;
}

.contact-home-section .contact-top {
	padding: 30px;
	background-color: #f5f5f5;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 16px;
	margin-bottom: 40px;
}

.contact-home-section .contact-top img {
	margin-bottom: 20px;
}

.contact-home-section .contact-top p {
	text-align: center;
	color: #713381;
}

.contact-home-section .contact-details-card {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 16px;
}

.contact-home-section .contact-details-card img {
	width: 40px;
}

.contact-home-section .contact-details-card h6 {
	color: #f49825;
	margin-bottom: 0;
}

.contact-home-section .contact-details-card p {
	color: #713381;
	margin-bottom: 0;
	font-size: 22px;
}

.contact-home-section .contact-details-card a {
	color: inherit;
}

.contact-home-section .contact-home-right {
	height: 100%;
	background-color: #713381;
	padding: 30px;
	border-radius: 16px;
	color: #fff;
}

.contact-home-section .contact-home-right h4 {
	font-size: 45px;
	line-height: 1;
	margin-bottom: 45px;
}

.contact-home-section .contact-home-right h5 {
	font-size: 25px;
}

.contact-home-section .contact-home-right .btn {
	padding: 12px;
}

.contact-home-section .contact-home-right .form-control,
.contact-home-section .contact-home-right .form-select {
	background-color: #511b5e;
	border-color: #c654e3;
	color: #fff;
	padding: 15px;
}

.contact-home-section .contact-home-right .form-control::placeholder,
.contact-home-section .contact-home-right .form-select::placeholder {
	color: #fff;
}

.contact-home-section .contact-home-right textarea.form-control {
	height: 160px;
}

footer {
	padding: 50px 0;
}

footer .nav-row {
	display: flex;
	column-gap: 70px;
	justify-content: center;
	margin-bottom: 30px;
}

footer .nav {
	list-style: disc;
	padding-left: 25px;
}

footer .nav .nav-item::marker {
	color: #f49825;
}

footer .nav .nav-link {
	color: #713381;
	padding: 4px 0;
}

footer .footer-info {
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: end;
	height: 100%;
}

footer .footer-info p {
	color: #a8aeb2;
	margin-bottom: 0;
}

footer .footer-info a {
	color: #a8aeb2;
}

footer .footer-info img {
	width: 235px;
	margin-bottom: 10px;
}

.inner-banner {
	padding: 150px 0 60px;
	min-height: 500px;
	background-color: #713381;
	background-image: url(../images/about-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.inner-banner img {
	width: 100%;
	height: 100%;
	border-radius: 18px;
	object-fit: cover;
}

.inner-banner h1 {
	font-size: 75px;
	line-height: 1;
}

.inner-banner .btn {
	padding: 16px 30px;
}

.outer-section-container {
	padding: 90px 0 150px;
	background-color: #f49825;
}

.outer-section-container .why-choose-inner {
	background-color: #713381;
}

.outer-section-container .headings h2 {
	color: #fff;
}

.outer-section-container .headings h3 {
	color: #713381;
}

.excellence-section {
	padding: 50px 0;
}

.excellence-section .excellence-inner {
	background-color: #e3e2de;
	border-radius: 20px;
	overflow: hidden;
}

.excellence-section .headings {
	margin-bottom: 40px;
}

.excellence-section .excellence-left {
	padding: 60px;
}

.excellence-section .excellence-left h2 {
	margin-bottom: 20px;
}

.excellence-section .excellence-left ul {
	margin-bottom: 30px;
}

.excellence-section .excellence-left ul li {
	margin-bottom: 16px;
}

.excellence-section .excellence-left ul li::marker {
	color: #92a6bf;
}

.excellence-section .excellence-left p,
.excellence-section .excellence-left ul li {
	font-size: 18px;
	color: #404040;
}

.excellence-section .excellence-right {
	display: flex;
	justify-content: end;
}

.excellence-section .excellence-right img {
	height: 100%;
}

.contact-section {
	padding: 90px 0;
}

.contact-section .contact-form .btn-cyan {
	padding: 15px 35px;
}

.contact-section .contact-form .btn-cyan:hover {
	background-color: #713381;
	border-color: #713381;
	color: #fff;
}

.contact-section .contact-form .form-control,
.contact-section .contact-form .form-select {
	background-color: #efefef;
    border-color: #713381;
    color: #713381;
	padding: 15px;
}

.contact-section .contact-form .form-control::placeholder,
.contact-section .contact-form .form-select::placeholder {
	color: #713381;
}

.contact-section iframe {
	width: 100%;
	height: 100%;
	min-height: 350px;
}

.headings-white {
	color: #fff;
	text-align: center;
}

.headings-white h3 {
	color: #fffa67 !important;
}

.headings-white .btn {
	padding: 15px 20px;
}

.outer-section-container.outer-cyan {
	padding-top: 140px;
}

.inner-banner-one {
	padding-bottom: 0;
	background: #f0b0ff;
	color: #32c6ba;
	min-height: auto;
}

.inner-banner-one .inner-banner-left {
	padding-bottom: 60px;
}

.inner-banner-one .inner-banner-left h1 {
    color:#723481;
}

.inner-banner-one .inner-banner-right {
	position: relative;
	height: 100%;
}

.inner-banner-one .inner-banner-right img {
	position: absolute;
	right: 0;
	bottom: -110px;
}

.skills-content {
	color: #fff;
}

.skills-content h3 {
	font-size: 45px;
	color: #ea91ff;
}

.skills-content h2 {
	font-size: 55px;
	color: #fff;
}

.skills-content ul li {
	margin-bottom: 12px;
}

.skills-img {
	position: relative;
	height: 100%;
	width: 100%;
}

.skills-img img {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	object-fit: cover;
}

.row-invers {
	flex-direction: row-reverse;
}

.referral-form-section {
	padding: 90px 0;
	background-color: #f5f5f5;
}

.referral-form-section .form-card {
	background-color: #fff;
	padding: 50px;
	margin-bottom: 30px;
	border-radius: 15px;
}

.referral-form-section .form-card h2 {
	text-align: center;
	margin-bottom: 50px;
}

.referral-form-section .form-card .form-label,
.referral-form-section .form-card .form-check-label {
	color: #713381;
}

.referral-form-section .form-card .form-select,
.referral-form-section .form-card .form-control {
	padding: 10px 15px;
	background-color: #f4f4f4;
}

.referral-form-section .btn-cyan {
	padding: 15px 15px;
	text-transform: uppercase;
}

.referral-form-section .btn-cyan:hover {
	background-color: #713381;
	color: #fff;
}

.specialist-strip-section {
	padding-bottom: 50px;
}

.service-content-sec {
	padding: 60px 0;
	background-color: #8d38a3;
	color: #fff;
	text-align: center;
}

.service-content-sec h2 {
	margin: 20px 0;
}

.service-inner-section {
	padding: 60px 0;
}

.service-inner-section .headings {
	margin-bottom: 40px;
}

.service-inner-section h2 {
	font-weight: 400;
}

.service-inner-section .service-card .card-text {
	text-align: center;
}

.service-inner-section .service-card img {
	aspect-ratio: 521 / 263;
}

.key-elegible-sec .headings {
	margin-bottom: 65px;
}

.key-elegible-sec .headings h2 {
	font-weight: 400;
	margin-bottom: 20px;
}

.key-elegible-sec .key-elegible-left {
	position: relative;
	height: 100%;
	min-height: 300px;
}

.key-elegible-sec .key-elegible-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 22px;
	object-position: top;
}

.key-elegible-sec p {
	font-size: 18px;
	text-align: left;
}

.support-card {
	background-color: #f0f0f0;
	padding: 25px;
	border-radius: 20px;
	height: 100%;
}

.support-card h5 {
	color: #713381;
	font-size: 30px;
	margin-bottom: 20px;
}

.support-card p {
	font-size: 18px;
	text-align: left;
}

.support-card p:last-child {
	margin-bottom: 0;
}

.conclution-section .conclution-inner {
	background-color: #f49825;
	padding: 40px;
	border-radius: 20px;
	color: #fff;
}

.conclution-section .conclution-inner h2 {
	font-size: 45px;
	font-weight: bold;
}

.conclution-section .conclution-inner p {
	margin-bottom: 0;
	font-size: 22px;
	text-align: justify;
}

.faq-block .accordion-item {
	border: 0;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

.faq-block .accordion-item .accordion-button {
	border-radius: 0;
	background-color: #e7e7e7;
	font-size: 22px;
}

.faq-block .accordion-item .accordion-button:focus {
	box-shadow: none;
}

.faq-block .accordion-item .accordion-button:not(.collapsed) {
	background-color: #713381;
	color: #fff;
	box-shadow: none;
}

.faq-block .accordion-item .accordion-button:not(.collapsed)::after {
	filter: invert(98%) sepia(19%) saturate(0%) hue-rotate(197deg) brightness(113%) contrast(100%);
}

.faq-block .accordion-item .accordion-body {
	background-color: #713381;
	color: #fff;
	padding-top: 0;
}

@media screen and (max-width: 1199px) {
	.navbar .nav-link {
		padding-left: 0 !important;
		padding-right: 0.7rem !important;
	}

	.home-banner h1 {
		font-size: 45px;
	}

	.home-banner h2 {
		font-size: 32px;
	}

	.inner-banner h1 {
		font-size: 80px;
	}
}

@media screen and (max-width: 991px) {
	.navbar .nav-link.callbtn {
		margin-left: 0rem;
		border-radius: 40px;
	}

	.header .navbar {
		border-radius: 30px;
		padding: 10px 0px;
	}

	footer .footer-info {
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.home-banner br {
		display: none;
	}

	.inner-banner h1,
	.home-banner h2 {
		text-align: center;
	}

	.outer-section-container.outer-cyan {
		padding-top: 180px;
	}

	.inner-banner-one .col-lg-4 {
		margin-bottom: -160px;
	}

	.inner-banner-one .inner-banner-right {
		display: flex;
		justify-content: center;
	}

	.inner-banner-one .inner-banner-right img {
		position: static;
		max-width: 100%;
	}

	.skills-img {
		display: flex;
		justify-content: center;
	}

	.skills-img img {
		max-width: 350px;
	}
}

@media screen and (max-width: 767px) {
	.home-banner h2 {
		font-size: 28px;
	}

	.home-banner h1 {
		font-size: 36px;
	}

	.inner-banner h1 {
		font-size: 50px;
	}
	.home-banner .banner-options {
		flex-direction: column;
	}
}

@media screen and (max-width: 574px) {
	footer .nav-row {
		flex-direction: column;
	}
}

@media screen and (min-width: 992px) {
	.navbar-expand-lg .navbar-nav {
		align-items: center;
	}

	.navbar>.container-fluid {
		padding: 0;
	}

	.header .navbar {
		border-radius: 60px;
		/* overflow: hidden; */
		padding: 0;
		padding-left: 16px;
	}

	.home-banner {
		min-height: 700px;
	}

	.home-banner .home-banner-content {
		min-height: 700px;
	}

	.skills-img img {
		position: absolute;
		left: 0;
		top: 0;
	}

	.key-elegible-sec .key-elegible-left img {
		position: absolute;
		left: 0;
		top: 0;
	}
}

/* dropdown menu  mega menu */


.nav-item .megadropdown{
	position: absolute;
    min-width: 100%;
    left: 0;
	padding-top: 30px;
	display: none;
}
.nav-item:hover .megadropdown{
	display: block;
}
.megadropdown-inner{
    background: #fff;
    border-radius: 15px;
    padding: 25px;
}
.megadropdown-inner ul{
	padding: 0;
	margin: 0;
}
.megadropdown-inner ul li{
	list-style: none;
	border-bottom: solid 1px #ccc;
	padding: 10px 0;
}
.megadropdown-inner ul li:last-child{
	border: none;
}
.megadropdown-inner ul li a{
	color: #000;
	font-size: 13px;
}
.megadropdown-inner ul li a:hover{
	color:#f49825;
	
}
.megadropdown-inner h3{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}



/* dropdown submenu  mega menu */

.megadropdown-inner ul li{
	position: relative;
}
.megadropdown-inner ul li ul{
	display: none;
    position: absolute;
    left: 25%;
    z-index: 999;
    top: 70%;
    background: #713381;
    min-width: 350px;
    border-radius: 15px;
	padding: 0 20px;
}
.megadropdown-inner ul li:hover ul{
	display: block;
}
.megadropdown-inner ul li ul li{
	border-bottom: solid 1px #aea6af;
}
.megadropdown-inner ul li ul li a{
	color: #fff;
}


/* clickable button on footer  */

.clickable_btn{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: auto;
}

@media screen and (max-width: 767px){
	.clickable_btn{
		display: block;
		margin-bottom: 30px;
		gap: 20px;
	}
}





/* rotating-text */

.content {
    position: relative;
    z-index: 99;
    text-align: center;
    padding: 0 1rem;
}


.rotating-text {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rotating-text h2 {
    color: white;
    font-size: 2rem;
    font-weight: 700;
    max-width: 42rem;
    opacity: 1;
    transition: opacity 0.5s ease;
    white-space: nowrap;
}

.rotating-text h2.fade {
    opacity: 0;
}



@media (min-width: 768px) {
    .rotating-text  h2 {
        font-size: 2.25rem;
    }
}

@media (max-width: 991px){
    .navbar .navbar-brand img{
            width: 200px;
    }
}
