/*!
Theme Name: Parshv Ajit Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: parshv-ajit-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Parshv Ajit Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

* {
    box-sizing: border-box;
}

body,
html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* overflow-x: hidden; */
}

body {
    margin: 0;
    padding: 0;
    font-family: "Nunito", sans-serif;
    color: #6B6B84;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    background: #FFFFFF;
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

p {
    margin: 0 0 30px 0;
}

p:last-child {
    margin: 0;
}

a {
    color: #000;
    text-decoration: none;
    transition: 0.5s all;
}

a:hover {
    color: #AE8640;

}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.208333;
    font-weight: 600;
}

h1,
.title {
    font-size: 48px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 24px;
}

section {
    padding: 100px 0;
    position: relative;
}

section.small-padding {
    padding: 70px 0;
}

section.pt-0 {
    padding-top: 0;
}

section.pb-0 {
    padding-bottom: 0;
}

section.p-0 {
    padding-top: 0;
    padding-bottom: 0;
}

input,
textarea,
select {
    font-family: "Nunito", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #696969;
    line-height: 1;
    padding: 22px;
    border-radius: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: #fff;
    width: 100%;
    box-shadow: 0px 1px 4px 0px #00000040;
    border: none;
}

::placeholder {
    color: #696969;
}

select {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 24 24" style="enable-background:new 0 0 512 512" xml:space="preserve" class="hovered-paths"><g><path d="M12 16a1 1 0 0 1-.71-.29l-6-6a1 1 0 0 1 1.42-1.42l5.29 5.3 5.29-5.29a1 1 0 0 1 1.41 1.41l-6 6a1 1 0 0 1-.7.29z" data-name="16" fill="%23000000" opacity="1" data-original="%23000000" class="hovered-path"></path></g></svg>');
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center right 22px;
	height: 71px;
}

.button {
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    padding: 17px 40px;
    line-height: 1;
    background: #3E5A79;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    text-align: center;
    cursor: pointer;
    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-radius: 12px 30px;
    min-width: 190px;
    align-items: center;
}

a.button i {
    margin-left: 8px;
}

.button:hover {
    color: #fff;
    background: #AE8640;
}

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

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.wrapper {
    width: 75%;
    margin: 0 auto;
    position: relative;
}

.wrapper.small {
    width: 68.75%;
}

.heading-group {
    margin-bottom: 30px;
}

.intro-description {
    margin-bottom: 30px;
}

.mb-37 {
    margin-bottom: 37px;
}

.brown {
    color: #AE8640;
}

.sub-heading {
    font-family: "Bubblegum Sans", sans-serif;
    color: #6B6B84;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 50px;
    position: relative;
    width: fit-content;
}

/*  */


.header-box>div a {
	display: flex;
	align-items: center;
}

.header-top-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header-bot-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.site-branding img {
    max-width: 222px;
}

ul.menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

ul.menu li:not(:last-child) {
    margin-right: 32px;
}

.header-bottom {
    padding: 15px 0;
    box-shadow: 0px 2px 5px 0px #0000001A;
}

.header-top {
    background: #3E5A79;
    color: #fff;
    padding: 8px 0;
}

ul.social-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-box>div:not(:last-child) {
    margin-right: 50px;
}

.header-box a {
    color: #fff;
}

.header-box>div a {
    font-size: 16px;
    font-weight: 700;
}

.header-box>div a i {
    margin-right: 10px;
}

.header-box span {
    display: block;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 700;
}

ul.social-links li:not(:last-child) {
    margin-right: 10px;
}

ul.social-links li a {
    display: flex;
    flex-wrap: wrap;
    height: 28px;
    width: 28px;
    color: #3E5A79;
    background: #ffffff;
    border-radius: 14px;
    align-items: center;
    justify-content: center;
}

ul.social-links li a i {
    font-size: 14px;
}

ul.menu li a {
    font-size: 18px;
    line-height: 1.64;
    text-transform: capitalize;
}

.header-top a:hover {
    color: #ae8640;
}

ul.menu ul.sub-menu {
    position: absolute;
    top: 70px;
    left: auto;
    background: #ffffff;
    z-index: 9;
    border-top: 5px solid #3e5a79;
    opacity: 0;
    visibility: hidden;
    min-width: 250px;
}

.menu .menu-item-has-children a:after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    color: #000;
    position: relative;
    top: 1px;
    left: 5px;
    transition: 0.5s all;
}

.menu li a:hover:after {
    color: #AE8640;
}

.sub-menu li a:last-child:after {
    content: none;
}

.menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

ul.menu ul.sub-menu li {
    border-bottom: 1px solid #ccc;
    margin: 0;
}

ul.menu ul.sub-menu a {
    padding: 15px;
    display: block;
    width: 100%;
}

.toggle {
    display: none;
    z-index: 99;
	cursor:pointer;
}

.bar {
    width: 34px;
    height: 3px;
    background-color: #3E5A79;
    margin: 3px 0;
    display: inline-block;
    margin-left: auto;
    border-radius: 5px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
	cursor:pointer;
	z-index:99;
}

.bar:first-child {
	width: 24px;
}
.bar:last-child {
	width: 17px;
}
span.bar.animate.bar:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 6px); width: 34px;
}
span.bar.animate.bar:nth-child(2) {
	opacity: 0;
}
span.bar.animate.bar:nth-child(3) {
	transform: rotate(45deg) translate(-7px, -8px); width: 34px;
}

.main-navigation  .button {
	display:none;
}
/* FOOTER */
footer.site-footer {
    position: relative;
    padding: 392px 0 0 0;
}

.footer-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.footer-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-block {
    max-width: 295px;
}

.footer-block:last-child {
    max-width: 234px;
}

.footer-block .site-branding {
    margin-bottom: 11px;
}

p.footer-descripton {
    font-size: 16px;
    line-height: 1.64;
    font-weight: 600;
}

.footer-block ul.social-links li a {
    width: 32px;
    height: 32px;
    background: #6B6B84;
    color: #fff;
    border-radius: 16px;
}

h2.footer-heading {
    font-family: Bubblegum Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.footer-menu a {
    font-size: 16px;
    line-height: 1;
}

.footer-menu li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -6px;
}

.footer-gallery>div {
    width: 33.33%;
    padding: 0 3px;
    margin: 3px 0;
}

.footer-gallery>div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.footer-wrap {
    padding-bottom: 42px;
}

.footer-bot-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.copyright-text {
    font-size: 16px;
    line-height: 1;
}

.privacy-menu ul li a {
    font-size: 14px;
    color: #6B6B84;
}

.privacy-menu ul {
    display: flex;
    flex-wrap: wrap;
}

.privacy-menu ul li:not(:last-child) {
    padding-right: 6px;
    margin-right: 6px;
    border-right: 2px solid;
}

.footer-element img {
    position: absolute;
}

.footer-element img:first-child {
    left: 0;
    top: 0;
    margin-left: -25%;
}

.footer-element img:nth-child(2) {
    right: 0;
    bottom: 0;
    margin-right: -25%;
    margin-bottom: -40px;
}

.footer-wrap .wrapper.small {
    width: 56.041666667%;
}

.footer-element img:nth-child(3) {
    right: 0;
    top: 0;
    margin-right: -25%;
    margin-top: -48px;
}

.footer-element img:nth-child(4) {
    left: 0;
    bottom: 0;
    margin-left: -150px;
    margin-bottom: -40px;
}

.footer-element img:last-child {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -180px;
}

.footer-block ul.social-links li a:hover {
    background: #3e5a79;
}

.privacy-menu ul li a:hover {
    color: #ae8640;
}

/* HERO-BANNER */
.banner-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
    align-items: center;
}

.banner-left .button:hover {
    background: transparent;
    border: 1px solid #fff;
}

.banner-left .button {
    border: 1px solid #3E5A79;
}

.banner-left {
    width: 35.972222222222%;
}

.banner-img {
    width: 48.125%;
}

.banner-img img {
    width: 100%;
}

section.hero-banner {
    background: linear-gradient(180deg, #EBCA66 0%, #3E5A79 100%);
    padding: 144px 0 252px 0;
	background:#ae8640;
}

.hero-banner-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-vector {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
}

.banner-vector img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ABOUT */
.about-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.about-content {
    width: 49.097222222%;
    color: #36366D;
}

.about-content .heading {
    color: #000;
}

.about-content .heading-group {
    width: 60%;
}

.about-img {
    width: 43.680555555%;
    position: relative;
}

.about-img .image {
    mask-image: url(https://staging-parshav.socialedtech.com/wp-content/uploads/2025/03/Img_mask-2.png);
    mask-repeat: no-repeat;
    mask-mode: alpha;
    position: relative;
    z-index: 999999;
    width: 100%;
    mask-size: 100% 100%;
}

.about-img::before {
    content: '';
    position: absolute;
    top: -13px;
    width: 100%;
    height: 110%;
    background: url(https://staging-parshav.socialedtech.com/wp-content/uploads/2025/03/mask-after.png);
    /* background: #000; */
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    z-index: -1;
}

.about-img .image img {
    position: relative;
    width: 100%;
}

.vector img {
    position: absolute;
}

.vector img:first-child {
    right: 0;
    bottom: 0;
    margin-bottom: 70px;
    margin-right: 20px;
}

.vector img:last-child {
    top: 0;
    left: 52%;
    transform: translateX(-50%);
    margin-top: -30px;
}

.sub-heading-group img {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -50px;
    margin-right: -100px;
}

.sub-heading-group {
    position: relative;
    width: fit-content;
}

.sepretor img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1017px;
    padding: 0 15px;
    object-fit: cover;
    object-position: center;
}

section.about-section {
    padding-bottom: 150px;
}

/*  */
.academies-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.academies-content {
    width: 49.30555555%;
    color: #36366D;
    position: relative;
}

.academies-img {
    width: 40.833333333333%;
}

.academies-content .heading {
    color: #000;
}

.academies-content .heading-group {
    width: 50%;
}

.academies-content .sub-heading-group img {
    margin-right: -150px;
    margin-top: -60px;
}

.academies-img ul {
    display: flex;
    flex-wrap: wrap;
}

.academies-img ul li {
    width: 100%;
}

.academies-img ul li img {
    width: 65%;
}

.academies-img ul li:last-child img {
    margin-left: auto;
    border-top-left-radius: 500px;
    position: relative;
    margin-top: -130px;
}

.academies-img ul li:first-child img {
    border-bottom-right-radius: 500px;
}

.academies-content-vector {
    position: absolute;
    right: 0;
}

.academies-section .elements img:last-child {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 100px;
}

.academies-section .elements img:first-child {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 50px;
}

/*  */
.center-content .heading-group {
    width: fit-content;
    margin: 0 auto 30px auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #AE8640;
}

.center-content.text-center {
    width: 60%;
    margin: 0 auto 70px auto;
}

.center-content .heading {
    font-weight: 700;
}


.center-content .intro-description {
    margin: 0;
}

.gallery-block img {
    border-radius: 30px;
    width: 100%;
    transition: 0.5s ease all;
    transform: scale(1);
    overflow: hidden;
}

.gallery-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery-block {
    width: 43.6805555%;
}

.gallery-block:nth-child(2) {
    width: 27.5%;
}

.gallery-block:last-child {
    width: 24.652777777%;
}

.gallery-block>div:not(:last-child) {
    margin-bottom: 20px;
}

.gallery-block:nth-child(2)>div:first-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery-block:nth-child(2)>div:first-child img {
    width: 48%;
}

.gallery-element img {
    position: absolute;
}

.gallery-element img:first-child {
    top: 0;
    right: 0;
    margin-top: -50px;
}

.gallery-element img:last-child {
    top: 0;
    left: 0;
    margin-top: -50px;
    margin-left: -50px;
}

.gallery-element img:nth-child(2) {
    top: 0;
    left: 35%;
    margin-top: -50px;
}

section.gallery-section {
    padding: 150px 0;
}

.why-row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.why-block {
    width: 33.33%;
    padding: 0 10px;
    margin: 10px 0;
}

.why-block>div {
    padding: 44px 88px;
    text-align: center;
    box-shadow: 0px 0px 5px 1px #00000040;
    border-radius: 10px;
    background: linear-gradient(white, white) padding-box, linear-gradient(129.71deg, rgba(255, 255, 255, 0.27) 49.95%, #AE8640 100%) border-box;
    border: 3px solid transparent;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-block h4 {
    font-weight: 700;
}

/*  */
.pathway-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.pathway-content {
    width: 55%;
}

.pathway-row {
    width: 40%;
}

.pathway-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
}

.pathway-block {
    width: 50%;
    padding: 0 20px;
    margin: 20px 0;
}

.pathway-block>div {
    padding: 40px 55px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px #33333333;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border: 3px solid #AE8640;
    border-radius: 50%;
    margin-bottom: 12px;
}

.pathway-block h5 {
    font-family: "Patrick Hand", cursive;
    line-height: 1;
    color: #333333;
    font-weight: 400;
}

/*  */
.cross:before,
.cross:after {
    content: '';
    border-top: 2px solid #AE8640;
    width: 16px;
    display: block;
    margin-top: 15px;
    transition: 0.3s;
}

.cross:after {
    transform: rotate(90deg);
    margin-top: -2px;
}

.accordian-heading.active .cross:before {
    transform: rotate(180deg);
}

.accordian-heading.active .cross:after {
    transform: rotate(0deg);
}


.accordian-heading {
    display: flex;
    justify-content: space-between;
}

.accordian-block {
    padding: 15px 30px;
    background: #F2F2F2;
    border-radius: 2px;
    cursor: pointer;
}

.accordian-block:not(:last-child) {
    margin-bottom: 20px;
}

.accordian-heading h6 {
    font-weight: 700;
    color: #000;
}

.accordian-content {
    display: none;
    padding-top: 20px;
}

.cta-row {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
}

.cta-block {
    width: 50%;
    padding: 0 20px;
    margin: 20px 0;
}

.map iframe {
    width: 100%;
    border: 1px solid #ccc !important;
    border-radius: 20px;
    height: 100%;
    position: absolute;
    inset: 0;
}

.map {
    position: relative;
    padding-top: 80%;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.form-col {
    width: 100%;
    padding: 0 10px;
    margin: 10px 0;
}

.form-col:nth-child(3),
.form-col:nth-child(4) {
    width: 50%;
}

.form-btn {
    margin-top: 16px;
    width: fit-content;
}

.form-btn p {
    display: inline-flex;
	align-items: center;
}

.form-btn span {
    flex: 0 0 auto;
}

.testi-wrap {
    max-width: 1087px;
    margin: 0 auto;
    position: relative;
}

.testi-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.testi-bg img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    object-position: center;
}

.testi-block {
/*     display: flex !important; */
}

.testi-slider {
    color: #fff;
    padding: 40px 90px;
}

.rating img {
    display: inline-block;
}

.client-review {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}

.rating {
    margin-bottom: 30px;
}

.client-details {
    width: fit-content;
    margin-left: auto;
}

.client-details span {
    display: block;
}

.testi-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 167px;
    height: 167px;
    flex: 0 0 auto;
    margin-left: 22px;
    margin-top: -50px;
}

.testi-right img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid #AE8640;
}

span.client-name {
    font-weight: 700;
}

span.client-info {
    font-size: 14px;
}

.testi-slider .slick-list {
    overflow: unset;
}

.slick-next {
    background: url('https://staging-parshav.socialedtech.com/wp-content/uploads/2025/03/right-arrow-e1743400539994.png') no-repeat center center;
    background-size: contain;
    width: 80px;
    height: 80px;
    z-index: 999999999;
    position: absolute;
    right: -60px;
    /* Adjust as needed */
    z-index: 9;
}

/* Remove default Slick arrow content */
.slick-next:before {
    content: '';
}

.slick-prev {
    background: url('https://staging-parshav.socialedtech.com/wp-content/uploads/2025/03/left-e1743422001702.png') no-repeat center center;
    background-size: contain;
    width: 80px;
    height: 80px;
    z-index: 999999999;
    position: absolute;
    left: -75px;
    z-index: 9;
}

/* Remove default Slick arrow content */
.slick-prev:before {
    content: '';
}

.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: url('https://staging-parshav.socialedtech.com/wp-content/uploads/2025/03/left-e1743422001702.png') no-repeat center center;
    background-size: contain;
}

.slick-next,
.slick-next:focus,
.slick-next:hover {
    background: url('https://staging-parshav.socialedtech.com/wp-content/uploads/2025/03/right-arrow-e1743400539994.png') no-repeat center center;
    background-size: contain;
}

.testi-elements img {
    position: absolute;
}

.testi-elements img:first-child {
    top: 0;
    left: 0;
    margin-left: -150px;
    margin-top: 30px;
}

.testi-elements img:last-child {
    right: 0;
    top: 0;
    margin-right: -150px;
    margin-top: 80px;
}

/*  */
.contact-block img {
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
}

.contact-row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.contact-block {
    width: 33.33%;
    padding: 0 15px;
    margin: 15px 0;
}

.contact-block>div {
    padding: 30px;
    /* text-align: center; */
    box-shadow: 0px 0px 5px 1px #00000040;
    border-radius: 10px;
    background: linear-gradient(white, white) padding-box, linear-gradient(129.71deg, rgba(255, 255, 255, 0.27) 49.95%, #AE8640 100%) border-box;
    border: 3px solid transparent;
    height: 100%;
}

.contact-block p,
.contact-block a {
    font-size: 18px;
}

.contact-block p {
    color: #000;
}

.contact-block h5 {
    font-family: "Patrick Hand", cursive;
    line-height: 1;
    color: #333333;
    font-weight: 400;
    margin-bottom: 18px;
    font-size: 30px;
    color: #3E5A79;
}

.bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.inner-banner {
    background: #ae8640;
    color: #fff;
    padding: 150px 0 250px 0;
}

.breadcrumb a {
    color: #ffff;
}

.gallery-grid {
    columns: 3;
    break-inside: avoid;
}

.gallery-grid .gallery-block {
    margin-bottom: 30px;
    break-inside: avoid;
    width: 100%;
}

.about-page .intro-description {
    margin: 0;
}

.values li:not(:last-child), .admission-block li:not(:last-child) {
    margin-bottom: 8px;
}

.values li , .admission-block li{
    font-weight: 400;
    position: relative;
    padding-left: 30px;
}

.values {
    margin-top: 70px;
}

.values li::before , .admission-block li::before{
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M222.15 427.05h-.19a9.088 9.088 0 0 1-6.5-2.93L44 237.68a9.09 9.09 0 0 1-.64-11.53 9.1 9.1 0 0 1 11.19-2.86l156.93 73.48c1.32.62 2.88.32 3.89-.73L454.75 45.85c3.24-3.39 8.54-3.76 12.22-.84s4.53 8.16 1.96 12.09L230.81 421.88c-.34.53-.74 1.01-1.18 1.46l-1.05 1.05a9.141 9.141 0 0 1-6.43 2.66z" fill="%23AE8640" opacity="1" data-original="%23000000" class=""></path></g></svg>');
    background-position: center;
    position: absolute;
    top: 7px;
    left: 0;
    background-size: 20px;
}

/*  */


.tabing-list {
  width:30%;
  padding:0 15px;
  margin: 15px 0;
}

.tabing-box .button {
    display: block;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -15px;
}

.tabing-contents {
    padding: 0 15px;
    width: 70%;
    margin: 15px 0;
}

.tabing-box:not(:last-child) {
    margin-bottom: 10px;
}
.academic-content:not(:last-child) {
    margin-bottom: 40px;
}

.academic-img {
    position: relative;
    padding-top: 70%;
}

.academic-img img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px 100px;
}
.academic-content .heading {
    color: #AE8640;
}
.tabing-list-wrap {
    position: sticky;
    top: 50px;
    position: -webkit-sticky;
}
section.academic-section {
    overflow-x: unset;
}
.tabing-box .button.active {
    color: #fff;
    background: #ae8640;
    width: 100%;
}

/* facilitie */
.facilitie-wrap {
    display: flex;
    flex-wrap: wrap;
/*     align-items: self-start; */
    margin: -20px;
}

.facilitie-img-block {
    width: 35%;
    margin: 20px 0;
    padding: 0 20px;
}

.facilitie-content-block {
    width: 65%;
    margin: 20px 0;
    padding: 0 20px;
	
}
.facilities-row:not(:last-child) {
    margin-bottom: 30px;
}
.facilitie-img {
    position: relative;
    padding-top: 70%;
}

.facilitie-img img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.facilitie-content-block > div {
    background: #ae8640;
    padding: 40px;
    border-radius: 30px;
    color: #fff;
	height:100%;
    position: relative;
}

.facilitie-content-block > div::before {
    position: absolute;
    content: '\f04b';
    color: #ae8640;
    transform: rotate(180deg);
    font-weight: 900;
    font-family: 'FontAwesome';
    left: -25px;
    top: 30px;
    font-size: 40px;
}

.facilities-row:nth-child(even) .facilitie-wrap{
    flex-direction: row-reverse;
}

.facilities-row:nth-child(even) .facilitie-content-block > div::before {
    right: -25px;
    left: unset;
    transform: rotate(0);
    color: #3E5A79;
}

.facilities-row:nth-child(even) .facilitie-content-block > div {
    background: #3E5A79;
}
.facilities-section .center-content.text-center {
    width: 90%;
}
/* addmission */
.admission-img-block-row {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
    margin: -15px;
}

.admission-part {
    width: 50%;
    padding: 0 15px;
    margin: 15px 0;
}

.admission-part .intro-description {
    margin: 0;
}

.admission-part .heading {
    font-family: "Bubblegum Sans", sans-serif;
    color: #6B6B84;
}

.admission-part .image {
    position: relative;
    padding-top: 100%;
}

.admission-part .image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.admission-img-block-row:not(:last-child) {
    margin-bottom: 50px;
}

.admission-img-block-row:nth-child(odd) {
    flex-direction: row-reverse;
}

.admission-block:not(:last-child){
	margin-bottom:30px;
}

.academic-section .elements img:first-child {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 50px;
}

.academic-section  .elements img:last-child {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 100px;
}

.facilities-section .elements img {
    position: absolute;
}

.facilities-section .elements img:first-child {
    top: 0;
    left: 0;
    margin-left: -50px;
}

.facilities-section .elements img:last-child {
    top: 0;
    right: 0;
    margin-right: -50px;
}
section.testimonial-section {
    overflow: hidden;
}
.icon img {
    width: 44px;
    object-fit: contain;
}
span.cross {
    margin-left: 16px;
}

.error-404 .title {
    margin-bottom: 20px;
    color: #000;
}
.error-img img {
    margin: 0 auto;
}

.testi-right, .client-info {
    display: none !important;
}