@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300..700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

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

.row {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}

.row>* {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

:root {
    --body-font-family: "Poppins", sans-serif;
    --heading-font-family: "Teko", sans-serif;
    --button-font-family: "Ubuntu", sans-serif;
    --e-global-color-white: #fff;
    --e-global-color-black: #000;
    --e-global-yellow: #f8d212;
    --e-global-heading: #1f283a;
    --e-global-body-text: #4c5457;
    --e-global-mneu: #313139;
    --e-global-menu-hover: #cc5600;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

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

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


/* .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: calc(100% - 100px);
    max-width: 1280px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
} */

.container {
    width: 100%;
    max-width: 132.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 auto;
}

.container-lg {
    width: 100%;
    max-width: 161.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 auto;
}

body {
    font-size: 1.8rem;
    line-height: 120%;
    font-weight: 400;
    position: relative;
    font-family: var(--body-font-family);
    margin: 0;
    padding: 0;
}

.section {
    position: relative;
    padding: 10rem 0;
    clear: both;
    width: 100%;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

h1,
h2,
h3 {
    font-family: var(--heading-font-family);
}


/* ================================================= */

.barr {
    position: absolute;
    right: 0;
    top: 0.8rem;
    width: 4.2rem;
    padding: 1rem 0;
    height: 6rem;
    display: none;
}

.logo-banner-container {
    position: relative;
    width: 100%;
    min-height: 85rem;
    /* min-height: 100vh; */
    background: #f5f7f9 url('../images/banner-bg.png') no-repeat;
    background-size: cover;
    /* background-size: contain; */
    background-position: center center;
}

.logo-banner-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14rem;
    background: url('../images/art01.png') no-repeat;
    background-size: cover;
}

.logo {
    width: 22.6rem;
    position: relative;
}

.logo a img {
    width: 100%;
    transition: 0.3s ease-out;
}

.menu-bar {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 6rem;
    width: 100%;
    z-index: 99;
}

.menu-bar-content {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.main-menu {
    position: relative;
    width: calc(100% - 22.6rem);
    /* max-width: 110.0rem; */
    margin-top: 0.8rem;
}

.sticky .main-menu ul {
    background: #f8d212;
    transition: 0.3s ease-in;
}

.sticky .logo a img {
    width: 60%;
    transition: 0.3s ease-out;
}

.main-menu ul {
    position: relative;
    display: flex;
    width: fit-content;
    gap: 2.8rem;
    padding: 2.2rem 2.4rem;
    /* background: #f8d212; */
    border-radius: 6rem;
    transition: 0.3s ease-out;
    margin-left: 16rem;
}

.main-menu ul li {
    list-style-type: none;
    position: relative;
}

.main-menu ul li a {
    display: block;
    font-family: var(--button-font-family);
    font-size: 1.8rem;
    line-height: 100%;
    color: var(--e-global-mneu);
    font-weight: 500;
    transition: 0.3s ease-out;
}

.main-menu ul li a:hover {
    color: var(--e-global-menu-hover);
    transition: 0.3s ease-in;
}

.main-menu ul li a.active {
    color: var(--e-global-menu-hover);
    transition: 0.3s ease-in;
}

.enqueryBtn {
    position: absolute;
    right: -26rem;
    top: 0.8rem;
    width: 100%;
    max-width: 48rem;
    min-height: 6rem;
    background: var(--e-global-yellow);
    display: flex;
    justify-content: flex-start;
    border: none;
    border-radius: 6rem;
    align-items: center;
    padding-left: 2.2rem;
    font-size: 1.8rem;
    line-height: 100%;
    font-family: var(--button-font-family);
    font-weight: 400;
    text-transform: uppercase;
    color: #151e2b;
}

.enqueryBtn:focus,
.enqueryBtn:focus-visible {
    outline: none;
    color: #151e2b;
}

.banner-content-area {
    position: relative;
    width: 100%;
    padding-top: 20.9rem;
    min-height: 82.9rem;
}

.float-wrap01 {
    width: 9.5rem;
    position: absolute;
    top: 18rem;
    left: 35.8%;
}

.float-wrap02 {
    width: 11.5rem;
    position: absolute;
    top: 60%;
    left: 8%;
}

.float-wrap01 img {
    width: 100%;
    display: block;
    animation: floatUpDown 10s ease-in-out infinite;
}

.float-wrap02 img {
    width: 100%;
    display: block;
    animation: floatUpDown 10s ease-in-out infinite;
}

.float-wrap03 {
    position: absolute;
    top: 75%;
    left: 20%;
}

.float-wrap03 img {
    width: 100%;
    display: block;
    animation: floatUpDown 10s ease-in-out infinite;
}


/* Smooth floating animation */

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-2.5rem);
        /* move up */
    }
    100% {
        transform: translateY(0);
    }
}

.banner-content {
    position: relative;
    width: 100%;
    padding-top: 8.4rem;
}

.banner-content span {
    display: block;
    font-family: var(--body-font-family);
    font-size: 1.8rem;
    line-height: 100%;
    color: var(--e-global-body-text);
}

.banner-content h1 {
    display: block;
    font-family: var(--heading-font-family);
    font-size: 7.0rem;
    line-height: 100%;
    color: var(--e-global-body-text);
    margin-top: 3.2rem;
    color: #1f283a;
}

.banner-content h1 span {
    color: #d28607;
    display: inline-block;
    font-family: var(--heading-font-family);
    font-size: 7.0rem;
    line-height: 100%;
}

.page-tear {
    position: relative;
    width: 48rem;
    height: 12rem;
    background: url('../images/tear-pg01.png') no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-tear h5 {
    display: block;
    font-family: var(--body-font-family);
    font-size: 1.8rem;
    line-height: 100%;
    color: #1f283a;
    font-weight: 300;
}

.page-tear h5 strong {
    font-weight: 800;
}

.banner-content-area .container {
    position: relative;
}

.banner-right-content {
    width: 100%;
    max-width: 79rem;
    position: absolute;
    top: -8rem;
    right: 0;
    height: 64rem;
}

.girls-img {
    position: absolute;
    right: 1rem;
}

.social-text {
    position: absolute;
    left: 2rem;
    top: 0;
}

.bag {
    position: absolute;
    left: 20%;
    bottom: 3%;
}

.bag img {
    width: 100%;
    display: block;
    animation: floatUpDown 10s ease-in-out infinite;
}

.lap {
    position: absolute;
    left: 37%;
    bottom: 3%;
}

.lap img {
    width: 100%;
    display: block;
    animation: floatUpDown 8s ease-in-out infinite;
}

.trust {
    position: absolute;
    left: 37%;
    bottom: 29%;
}

.float-wrap04 {
    position: absolute;
    right: 10%;
    top: 15%;
}

.float-wrap04 img {
    width: 100%;
    display: block;
    animation: floatUpDown 10s ease-in-out infinite;
}

.float-wrap05 {
    position: absolute;
    right: 30%;
    top: 14%;
}

.float-wrap05 img {
    width: 100%;
    display: block;
    animation: floatUpDown 10s ease-in-out infinite;
}


/* ========================================================= */

.what-we-do-section {
    position: relative;
    width: 100%;
    background: #f5f7f9;
    min-height: 50rem;
    padding: 12.0rem 0 18.0rem;
    /* background: url('../images/perticles01.png') no-repeat center center; */
}

.perticles {
    position: absolute;
    width: 100%;
    min-height: 87.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

.perticles img {
    display: block;
    animation: floatUpDown 10s ease-in-out infinite;
}

.what-content-area {
    position: relative;
    width: 100%;
    display: flex;
    gap: 3.2rem;
}

.left-imgt-area {
    position: relative;
    width: 100%;
    max-width: 72.0rem;
    display: flex;
    gap: 1.5rem;
}

.left_imgs {
    position: relative;
    width: 100%;
    max-width: 48.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.rigth_imgs {
    position: relative;
    width: 100%;
    max-width: 20.9rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.img01 {
    width: 100%;
    max-width: 48.4rem;
    height: 27.8rem;
    border-radius: 1.5rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img02 {
    width: 100%;
    max-width: 20.9rem;
    height: 38.4rem;
    border-radius: 1.5rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img03 {
    width: 100%;
    max-width: 22.0rem;
    height: 27.6rem;
    border-radius: 1.5rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img04 {
    width: 100%;
    max-width: 24.7rem;
    height: 27.6rem;
    border-radius: 1.5rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img05 {
    width: 100%;
    max-width: 21.0rem;
    height: 17.3rem;
    border-radius: 1.5rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-content-area {
    position: relative;
    width: 100%;
    max-width: calc(100% - 72.0rem);
}

.right-content-area h2 {
    display: block;
    font-family: var(--heading-font-family);
    font-size: 7.0rem;
    line-height: 100%;
    color: var(--e-global-heading);
    font-weight: 600;
    margin-bottom: 4.4rem;
}

.right-content-area p {
    display: block;
    font-family: var(--body-font-family);
    font-size: 1.8rem;
    line-height: 160%;
    color: #4c5457;
    font-weight: 400;
}

.counter-area {
    width: 100%;
    min-height: 30.5rem;
    position: relative;
    background: url('../images/curve.png') no-repeat;
}

.counter {
    width: 13.1rem;
    display: flex;
    flex-direction: column;
    gap: 2.0rem;
    float: left;
}

.counter h4 {
    display: block;
    font-family: var(--body-font-family);
    font-size: 1.8rem;
    line-height: 160%;
    color: #1f283a;
    font-weight: 400;
    text-align: center;
}

.counter h4 strong {
    display: block;
    font-family: var(--body-font-family);
    font-size: 3.6rem;
    line-height: 140%;
    color: #1f283a;
    font-weight: 800;
}

.one {
    position: absolute;
    top: 40%;
}

.two {
    position: absolute;
    top: 13%;
    left: 38%;
}

.three {
    position: absolute;
    top: 28%;
    right: 0;
}


/* ========================================================== */

.box-content-area {
    position: relative;
    width: 100%;
    padding-bottom: 7.5rem;
    background: url('../images/perticles02.png') no-repeat;
}

.perticles08 {
    position: absolute;
    top: 23%;
    left: 0;
    width: 25.3rem;
    height: 16.9rem;
    display: flex;
    justify-content: flex-start;
}

.perticles08 img {
    display: block;
    width: 100%;
    animation: floatUpDown 9s ease-in-out infinite;
}

.perticles07 {
    position: absolute;
    top: 0%;
    left: 76%;
    width: 21.3rem;
    height: 48.2rem;
    display: flex;
    justify-content: flex-start;
}

.perticles07 img {
    display: block;
    width: 100%;
    animation: floatUpDown 11s ease-in-out infinite;
}

.two-boxes-area {
    position: relative;
    width: 100%;
    padding: 0 5.7rem;
    display: flex;
    gap: 2.5rem;
    align-items: flex-start;
    justify-content: center;
}

.box-content {
    position: relative;
    width: 100%;
    max-width: 57.2rem;
    min-height: fit-content;
    background: #fffef0;
    border-radius: 2.0rem;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 7px 4px rgba(65, 72, 79, 0.09);
    box-shadow: 0px 0px 7px 4px rgba(65, 72, 79, 0.09);
    background: #fffef0 url('../images/art07.png') no-repeat top right;
    padding: 4.8rem;
}

.box-content h2 {
    display: block;
    font-family: var(--body-font-family);
    font-size: 3.0rem;
    line-height: 140%;
    color: #1f283a;
    font-weight: 600;
    margin: 3.2rem 0;
}

.box-content p {
    display: block;
    font-family: var(--body-font-family);
    font-size: 1.8rem;
    line-height: 170%;
    color: #5b5e64;
    font-weight: 400;
    margin-bottom: 1rem;
}

.mrtop {
    margin-top: 14.0rem;
}


/* ================================================================= */

.review-content-section {
    position: relative;
    width: 100%;
    min-height: 74.0rem;
    max-width: 192.0rem;
    margin: auto;
    /* background: #848e94; */
}

.review-content-section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 128rem;
    left: 0;
    top: -18rem;
    background: url('../images/review-bg2.png') no-repeat;
    /* background-position: center; */
}

.review-content {
    position: relative;
    width: 100%;
    z-index: 7;
    min-height: 74.0rem;
    display: flex;
    flex-direction: column;
}

.review-content h2 {
    display: block;
    font-family: var(--body-font-family);
    font-size: 8.6rem;
    line-height: 100%;
    color: #ececec;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3.8rem;
}

.student-slider-container {
    position: relative;
    width: 100%;
    padding-top: 8rem;
}

.student-slider-container .slick-track {
    display: flex;
    align-items: center;
    transition: all .4s ease;
    padding-top: 0px;
    padding-bottom: 9rem;
}

.student-slider-container .slick-track .slick-slide {
    height: 100% !important;
}

.review-txt {
    position: relative;
    width: 100%;
    max-width: 43.6rem;
    display: flex;
    flex-direction: column;
    padding: 0 2.4rem;
}

.review-img-area {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 85;
}

.review-img-area img {
    position: relative;
    z-index: 1;
}

.img-boxs {
    position: relative;
    width: 30.0rem;
    border-radius: 3.0rem;
    background: #fff;
    padding: 2.4rem;
}

.contents-rivew {
    position: relative;
    width: 100%;
    margin-top: 1.6rem;
}

.contents-rivew p {
    display: block;
    font-family: var(--body-font-family);
    font-size: 1.8rem;
    line-height: 160%;
    color: #5b5e64;
    font-weight: 400;
    text-align: center;
}

.names {
    position: relative;
    width: 100%;
    margin-top: 1.6rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.names h4 {
    display: block;
    font-family: var(--body-font-family);
    font-size: 2.2rem;
    line-height: 160%;
    color: #1f283a;
    font-weight: 700;
    text-align: center;
}

.names span {
    font-family: var(--body-font-family);
    font-size: 1.8rem;
    line-height: 160%;
    color: #1f283a;
    font-weight: 400;
    text-align: center;
}

.points {
    position: relative;
    width: auto;
    background: #fff;
    padding: 1.2rem 3.2rem;
    border-radius: 3rem;
    font-family: var(--body-font-family);
    font-size: 1.8rem;
    line-height: 120%;
    color: #2a2121;
    font-weight: 400;
    margin: 0.8rem 0;
}

.names h3 {
    display: block;
    font-family: var(--body-font-family);
    /* font-size: 1.8rem; */
    font-size: 1.3rem;
    line-height: 160%;
    color: #1f283a;
    font-weight: 700;
    text-align: center;
}

.points span {
    font-weight: 600;
    color: #fc801c;
}

.names h2 {
    display: block;
    font-family: var(--body-font-family);
    font-size: 3rem;
    line-height: 160%;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: .8rem 0 0;
}

.shape-review {
    position: relative;
    width: 6.4rem;
    height: 60.9rem;
    background: url('../images/shape.png') no-repeat;
    margin-top: 5%;
    z-index: 85;
}

.shape-review h4 {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 5.0rem;
    font-weight: 600;
    letter-spacing: 0.3rem;
    color: #1f2937;
    font-family: var(--heading-font-family);
    text-transform: uppercase;
    padding: 2.4rem 0;
}

.pen {
    position: absolute;
    top: -3rem;
    left: 10%;
    z-index: 2;
}

.pen img {
    display: block;
    animation: floatUpDown 10s ease-in-out infinite;
}


/* Smooth floating animation */

@keyframes swing {
    0% {
        transform: rotate(-5deg);
    }
    50% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(-5deg);
    }
}


/* ========================================================== */

.footer-sections {
    position: relative;
    width: 100%;
    background: #fff;
    min-height: 45rem;
}

.footer-sections::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 47rem;
    background: #f3f6ff;
}

.footer-sections::before {
    content: '';
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    min-height: 9.7rem;
    background: url('../images/fotterBG.png') no-repeat;
}

.footer-content-area {
    position: relative;
    width: 100%;
    padding: 10.0rem 9.4rem 5rem;
    z-index: 23;
}

.perticles06 {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
}

.perticles06 img {
    display: block;
    width: 100%;
    animation: floatUpDown 10s ease-in-out infinite;
}

.qucik-connect {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 1.5rem;
    -webkit-box-shadow: 0px 0px 7px 4px rgba(65, 72, 79, 0.09);
    box-shadow: 0px 0px 7px 4px rgba(65, 72, 79, 0.09);
    padding: 4.0rem 8.0rem;
    display: flex;
    align-items: center;
}

.ft-content {
    position: relative;
    width: 100%;
}

.ft-content h2 {
    display: block;
    font-family: var(--body-font-family);
    font-size: 4.8rem;
    line-height: 100%;
    color: #f48e09;
    font-weight: 600;
}

.ft-content p {
    display: block;
    font-family: var(--body-font-family);
    font-size: 2.8rem;
    line-height: 160%;
    color: #2d3340;
    font-weight: 400;
}

.qucik-connect .enqueryBtn {
    max-width: 24rem;
    border-radius: 0;
    position: relative;
    right: inherit;
    top: inherit;
    font-size: 2.6rem;
    line-height: 100%;
    font-family: var(--button-font-family);
    font-weight: 300;
    color: #2d3340;
    justify-content: center;
    padding: 0;
    text-transform: none;
    min-height: 9rem;
}

.fotter-bottom {
    position: relative;
    width: 100%;
    display: flex;
    gap: 10.5rem;
    justify-content: space-between;
    margin-top: 4.0rem;
}

.ft-btm-content {
    position: relative;
    width: auto;
}

.ft-btm-content h3 {
    display: block;
    font-family: var(--heading-font-family);
    font-size: 3.0rem;
    line-height: 100%;
    color: #2d3340;
    font-weight: 600;
    margin-bottom: 2.4rem;
}

.ft-btm-content p {
    display: block;
    font-family: var(--body-font-family);
    font-size: 1.4rem;
    line-height: 160%;
    color: #2d3340;
    font-weight: 400;
}

.ft-btm-content ul {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.ft-btm-content ul li {
    list-style-type: none;
    display: block;
    font-family: var(--body-font-family);
    font-size: 1.4rem;
    line-height: 160%;
    color: #2d3340;
    font-weight: 400;
    position: relative;
    padding-left: 2.8rem;
}

.ft-btm-content ul li a {
    list-style-type: none;
    display: block;
    font-family: var(--body-font-family);
    font-size: 1.4rem;
    line-height: 160%;
    color: #2d3340;
    font-weight: 400;
    position: relative;
    padding-left: 2.8rem;
}

.ft-btm-content ul li a:hover {
    color: var(--e-global-yellow);
    transition: all 0.3s;
}

.ft-btm-content ul li::after {
    content: '';
    position: absolute;
    width: 1.3rem;
    height: 1.3rem;
    border: 0.2rem solid #fcb51d;
    border-radius: 100%;
    left: 0;
    top: 0.4rem;
}

.mxwdth {
    max-width: 41.0rem;
}

.touch p {
    margin-bottom: 1.6rem;
    display: flex;
    gap: 2.0rem;
    align-items: center;
}

.sicials-network {
    position: relative;
    display: flex;
    gap: 1.6rem;
    margin-top: 2.8rem;
}

.sicials-network a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.2rem;
    height: 4.2rem;
    background: #fff;
    border-radius: 100%;
    color: var(--e-global-mneu);
    transition: all 0.3s;
}

.sicials-network a:hover {
    background: var(--e-global-yellow);
    transition: all 0.3s;
}

.bottom-copy-rights {
    position: relative;
    width: 100%;
    padding: 2.6rem 0;
    background: url('../images/border.jpg') no-repeat top center;
    z-index: 12;
}

.bottom-copy-rights p {
    display: block;
    font-family: var(--body-font-family);
    font-size: 1.4rem;
    line-height: 160%;
    color: #2d3340;
    font-weight: 400;
    text-align: center;
}

.formob {
    display: none;
}


/* ===================================== about page ================================== */

.inner-banner-container {
    position: relative;
    width: 100%;
    min-height: 64rem;
    background: #fff url('../images/inner-banner-bg.jpg') no-repeat;
    background-size: contain;
    background-position: top center;
}

.inner-banner-container.colorBg {
    background: #f5f7f9 url('../images/inner-banner-bg.jpg') no-repeat;
}

.inner-banner-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14rem;
    background: url('../images/art01.png') no-repeat;
    background-size: cover;
}

.inner-banner-content {
    position: relative;
    width: 100%;
    /* padding-top: 20.9rem; */
    min-height: 56.4rem;
}

.inner-banner-content .banner-content {
    padding-top: 24rem;
    padding-left: 2.4rem;
}

.inner-banner-content .banner-content h1 {
    font-size: 6rem;
}

.inner-banner-content .banner-content h1 span {
    font-size: 6rem;
}

.inner-banner-container .container {
    display: flex;
}

.banner-right-side {
    position: relative;
    margin-top: 9.8rem;
    max-width: 76.2rem;
    width: 100%;
}

.inner-side-img {
    position: relative;
    width: fit-content;
    margin-left: 28%;
}

.banner-right-side .float-wrap05 {
    position: absolute;
    right: inherit;
    left: 23%;
    top: 2%;
}

.banner-right-side .float-wrap01 {
    width: 9.5rem;
    position: absolute;
    top: inherit;
    bottom: 3%;
    left: inherit;
    right: -9.2rem;
}

.banner-right-side .float-wrap03 {
    position: absolute;
    top: 70%;
    left: 0;
}

.about-content-section {
    position: relative;
    width: 100%;
    background: #fffefb;
    padding: 8.2rem 0;
}

.heads {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.heads h2 {
    display: block;
    font-family: var(--heading-font-family);
    font-size: 7.0rem;
    line-height: 100%;
    color: var(--e-global-body-text);
    color: #1f283a;
    text-align: center;
    margin-bottom: 5.4rem;
    text-transform: uppercase;
}

.about-content-section span {
    color: #fff;
    display: inline-block;
    font-family: var(--body-font-family);
    font-size: 1.8rem;
    line-height: 100%;
    text-align: center;
    padding: 1.6rem 4.8rem;
    background: #f89507;
}

.heads p {
    color: #4c5457;
    display: block;
    font-family: var(--body-font-family);
    font-size: 1.8rem;
    line-height: 140%;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 400;
}

.heads h5 {
    color: #202426;
    display: block;
    font-family: var(--body-font-family);
    font-size: 2.4rem;
    line-height: 140%;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 600;
}

.about-content {
    position: relative;
    width: 100%;
    min-height: 82.0rem;
    margin-top: 7.4rem;
    display: flex;
    flex-direction: column;
    padding-left: 17rem;
    padding-right: 12.5rem;
}

.about-content::after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 6.8rem;
    left: 0;
    height: 62.3rem;
    background: url('../images/about-bg.jpg') no-repeat;
}

.top-part {
    position: relative;
    width: 100%;
    display: flex;
    gap: 6.2rem;
    align-items: flex-start;
}

.left-img-area {
    position: relative;
    width: 100%;
    max-width: 56.6rem;
    height: 56.7rem;
    background: #fff;
    padding: 1rem;
    border-radius: 1.2rem;
    z-index: 1;
}

.overlap {
    position: relative;
    width: 100%;
    height: 54.7rem;
    border-radius: 1.2rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-abt-content {
    position: relative;
    width: 100%;
    z-index: 1;
}

.right-abt-content h2 {
    display: block;
    font-family: var(--heading-font-family);
    font-size: 4.8rem;
    line-height: 100%;
    color: var(--e-global-body-text);
    color: #1f283a;
    text-align: left;
    text-transform: uppercase;
    margin-top: 8.6rem;
}

.four-txt-area {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem 0;
    padding-bottom: 4rem;
    border-bottom: 1px dotted #c4c7cc;
    margin-bottom: 4.2rem;
}

.grid-item {
    display: flex;
    gap: 2.2rem;
    width: 100%;
    max-width: 26.5rem;
    justify-content: flex-end;
}

.grid-item h3 {
    color: #32363d;
    display: block;
    font-family: var(--body-font-family);
    font-size: 1.6rem;
    line-height: 140%;
    text-align: right;
    margin-bottom: 1rem;
    font-weight: 600;
}

.grid-item span {
    padding: 0;
    background: none;
}

.grid-item:nth-child(even) {
    flex-direction: row-reverse;
}

.grid-item:nth-child(even) h3 {
    text-align: left;
}

.right-abt-content h4 {
    display: block;
    font-family: var(--body-font-family);
    font-size: 1.8rem;
    line-height: 100%;
    color: #5b5e64;
    text-align: left;
    margin-bottom: 1rem;
}

.right-abt-content h3.botm-txt {
    display: block;
    font-family: var(--body-font-family);
    font-size: 1.8rem;
    line-height: 100%;
    color: #d66a0a;
    text-align: left;
    margin-top: 4.3rem;
    font-weight: 800;
}

.right-abt-content p {
    display: block;
    font-family: var(--body-font-family);
    font-size: 1.8rem;
    line-height: 3.6rem;
    color: #5b5e64;
    text-align: left;
    margin-bottom: 0;
}

.bottom-part {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1;
    margin-top: 7.5rem;
}

.countersBx {
    position: relative;
    width: 100%;
    max-width: 74.8rem;
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 7px 4px rgba(65, 72, 79, 0.09);
    box-shadow: 0px 0px 7px 4px rgba(65, 72, 79, 0.09);
    padding: 4.0rem 8.0rem;
    display: flex;
    align-items: center;
    min-height: 14.3rem;
    justify-content: space-between;
}

.countersBx h4 {
    display: block;
    font-family: var(--body-font-family);
    font-size: 1.8rem;
    line-height: 3rem;
    color: #4c5457;
    text-align: left;
    margin-bottom: 0;
    font-weight: 400;
}

.countersBx h4 strong {
    font-size: 3.6rem;
    display: block;
}

span.divider {
    display: block;
    width: 1px;
    height: 100%;
    background: #eaecee;
    padding: 0;
}

.student-content-area {
    position: relative;
    width: 100%;
    padding: 6.2rem 0;
}

.student-content-area::after {
    content: '';
    position: absolute;
    width: 26.8rem;
    height: 16.5rem;
    left: 12.3rem;
    bottom: -20.2rem;
    z-index: 1;
    background: url('../images/doll.png');
}

.student-header {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.student-header h1 {
    position: absolute;
    width: 100%;
    font-family: var(--body-font-family);
    font-size: 17.2rem;
    line-height: 80%;
    color: #f5f5f5;
    text-align: center;
    margin-bottom: 0;
    font-weight: 800;
}

.student-header h2 {
    position: relative;
    width: 100%;
    font-family: var(--heading-font-family);
    font-size: 7rem;
    line-height: 100%;
    color: #1f283a;
    text-align: center;
    margin-bottom: 0;
    font-weight: 800;
    z-index: 1;
    text-transform: uppercase;
}

.student-list {
    position: relative;
    width: 100%;
    margin: 6.2rem 0;
}

.dotedline {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.student-list-box {
    position: relative;
    width: 100%;
    /* display: flex;
    gap: 2.4rem; */
}

.student-box {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 30.2rem;
}

.student-box:nth-child(odd) {
    width: 21.2rem;
}

.student-box:nth-child(odd) .studentpic {
    width: 21.2rem;
    height: 21.2rem;
}

.student-box:nth-child(odd) .studentpic .innerPics {
    width: 17.6rem;
    height: 17.6rem;
}

.studentpic {
    position: relative;
    width: 30.2rem;
    height: 30.2rem;
    border: 1px dotted #cdced1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.innerPics {
    position: relative;
    width: 24.8rem;
    height: 24.8rem;
    background: #ccc;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.nameTag {
    position: relative;
    width: 100%;
    margin-top: 9rem;
}

.nameTag p {
    display: block;
    font-family: var(--body-font-family);
    font-size: 2.4rem;
    line-height: 3.4rem;
    color: #1f283a;
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
}

.nameTag span {
    display: block;
    font-family: var(--body-font-family);
    font-size: 1.7rem;
    line-height: 3.4rem;
    color: #675711;
    text-align: center;
    margin-bottom: 0;
    font-weight: 400;
}

.first .cliped {
    position: absolute;
    top: -2.3rem;
    left: 6rem;
    z-index: 1;
}

.first .studentpic {
    top: 4.8rem;
}

.second {
    position: absolute;
    top: -4.2rem;
    left: 20%;
}

.second .cliped {
    position: absolute;
    top: -2.3rem;
    left: 10.6rem;
    z-index: 1;
}

.second .studentpic {
    top: 4.8rem;
}

.thirdstu {
    position: absolute;
    top: -0.5rem;
    left: 48.5%;
}

.thirdstu .cliped {
    position: absolute;
    top: -2.3rem;
    left: 6.5rem;
    z-index: 1;
}

.thirdstu .studentpic {
    top: 4.8rem;
    left: 0;
}

.fourthStu {
    position: absolute;
    top: -4rem;
    left: 69%;
}

.fourthStu .cliped {
    position: absolute;
    top: -2.3rem;
    left: 10.6rem;
    z-index: 1;
}

.fourthStu .studentpic {
    top: 4.8rem;
}


/* ===========================Contact page ============================  */

.conatct-content-section {
    position: relative;
    width: 100%;
    background: #f5f7f9;
    padding: 8.2rem 0;
}

.address-details {
    position: relative;
    width: 100%;
    display: flex;
    gap: 3.2rem;
    margin-top: 5.8rem;
}

.addressBx {
    position: relative;
    width: 100%;
    min-height: 36.1rem;
    background: #fff;
    padding: 4.8rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    align-items: flex-start;
    -webkit-box-shadow: 0px 0px 7px 4px rgba(65, 72, 79, 0.09);
    box-shadow: 0px 0px 7px 4px rgba(65, 72, 79, 0.09);
}

.addressBx::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12.36rem;
    height: 25.4rem;
    background: url('../images/art09.png');
}

.cntxt {
    position: relative;
    width: 100%;
    z-index: 2;
}

.cntxt span {
    display: block;
    font-family: var(--body-font-family);
    font-size: 1.8rem;
    line-height: 3rem;
    color: #848e94;
    text-align: left;
    margin-bottom: 2rem;
    font-weight: 400;
}

.cntxt h4 {
    display: block;
    font-family: var(--body-font-family);
    font-size: 1.8rem;
    line-height: 3rem;
    color: #1f283a;
    text-align: left;
    margin-bottom: 0;
    font-weight: 800;
}

.contact-form-area {
    position: relative;
    width: 100%;
    min-height: 85.6rem;
    padding: 50px 0;
}

.contact-form-area::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 52.3rem;
    height: 109.1rem;
    background: url('../images/cont-bg.png') no-repeat;
}

.contact-form-area::before {
    content: '';
    position: absolute;
    right: 7%;
    top: -31.5rem;
    width: 21.8rem;
    height: 49.0rem;
    background: url('../images/art12.png') no-repeat;
    animation: floatUpDown 10s ease-in-out infinite;
    z-index: 5;
}

.contact-parts {
    position: relative;
    width: 100%;
    display: flex;
    gap: 2.4rem;
}

.img-area {
    position: relative;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.cont-art {
    position: absolute;
    width: 100%;
    top: 23%;
    left: 7%;
}

.cont-art img {
    display: block;
    animation: floatUpDown 10s ease-in-out infinite;
}

.cont-art02 {
    position: absolute;
    width: 100%;
    max-width: 28.1rem;
    top: 4%;
    right: 1%;
}

.form-area {
    position: relative;
    width: 100%;
    z-index: 2;
}

.form-area::after {
    content: '';
    position: absolute;
    width: 9rem;
    height: 33.5rem;
    bottom: 8.4rem;
    right: -1.6rem;
    background: url('../images/pen.png') no-repeat;
    animation: floatUpDown 10s ease-in-out infinite;
}

.form-box-content {
    position: relative;
    width: 100%;
    max-width: 58.2rem;
    min-height: 60rem;
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 4px rgba(65, 72, 79, 0.09);
    box-shadow: 0px 0px 7px 4px rgba(65, 72, 79, 0.09);
    /* padding: 2.8rem 6rem; */
}

.form-box-content .page-tear {
    top: 2.8rem;
    margin: 0 auto;
}

.form-box-content .page-tear h5 {
    display: block;
    font-family: var(--heading-font-family);
    font-size: 4.2rem;
    line-height: 4.8rem;
    color: #1d2531;
    font-weight: 800;
    text-transform: uppercase;
    padding-top: 1.3rem;
}

.form-box-content .page-tear h5 span {
    color: #d28607;
}

.form-container {
    position: relative;
    width: 100%;
    padding: 0 6rem;
    display: flex;
    flex-direction: column;
    padding-top: 4.8rem;
    gap: 2rem;
    padding-bottom: 6rem;
}

.form-container .form-group {
    position: relative;
    width: 100%;
    margin: 0;
}

.form-container .form-group input {
    position: relative;
    width: 100%;
    height: 5.8rem;
    padding: 1.6rem 4.5rem 1.6rem 3.4rem;
    font-family: var(--body-font-family);
    font-size: 1.6rem;
    line-height: 100%;
    color: #1f283a;
    text-align: left;
    margin-bottom: 0;
    font-weight: 500;
    border: 1px solid #c3cdd7;
}

.form-container .form-group textarea {
    position: relative;
    width: 100%;
    height: 10.1rem;
    padding: 1.6rem 4.5rem 1.6rem 3.4rem;
    font-family: var(--body-font-family);
    font-size: 1.6rem;
    line-height: 100%;
    color: #1f283a;
    text-align: left;
    margin-bottom: 0;
    font-weight: 500;
    border: 1px solid #c3cdd7;
    resize: none;
}

.form-container .form-group input:focus,
.form-container .form-group textarea:focus {
    outline: none;
    border: 1px solid #c3cdd7;
}

.frm-icon {
    position: absolute;
    width: 3.5rem;
    height: 5.8rem;
    display: flex;
    align-items: center;
    right: 1rem;
    top: 0;
}

.frm-icon i {
    color: #ff9138;
}

.submitBtn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -8.2rem;
    height: 8.2rem;
    border: none;
    background: #f8d212;
    font-family: var(--body-font-family);
    font-size: 2rem;
    line-height: 100%;
    color: #1f283a;
    font-weight: 500;
    border-radius: 6rem;
}

.submitBtn:focus {
    outline: none;
}


/* ========================= faculty ============================== */

.faculty-container-area {
    position: relative;
    width: 100%;
    padding: 7.2rem 0;
}

.perticles09 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    overflow: hidden;
}

.perticles09 img {
    display: block;
    animation: floatUpDown 10s ease-in-out infinite;
}

.perticles10 {
    position: absolute;
    top: 25%;
    right: 13%;
}

.perticles11 {
    position: absolute;
    top: 40%;
    right: 0;
}

.faculty-container-area .heads span {
    color: #fff;
    display: inline-block;
    font-family: var(--body-font-family);
    font-size: 1.8rem;
    line-height: 140%;
    text-align: center;
    padding: 1.6rem 4.8rem;
    background: #f89507;
}

.faculty-container-area .heads h2 {
    text-transform: uppercase;
    margin-bottom: 3.6rem;
}

.faculty-description-area {
    position: relative;
    width: 100%;
    margin-top: 9rem;
    display: flex;
    gap: 4.8rem;
}

.left-part {
    position: relative;
    width: 100%;
    min-height: 41.5rem;
    max-width: 54rem;
}

.right-part {
    position: relative;
    width: 100%;
}

.pics {
    position: relative;
    width: 100%;
    max-width: 24.8rem;
    height: 29.4rem;
    border-radius: 1.6rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pics:nth-child(2) {
    max-width: 33.3rem;
    position: absolute;
    right: 0;
    top: 12.0rem;
    z-index: 3;
}

.right-part h2 {
    display: block;
    font-family: var(--heading-font-family);
    font-size: 4.8rem;
    line-height: 100%;
    color: #1f283a;
    text-align: left;
    text-transform: uppercase;
}

.point-out-opt {
    position: relative;
    width: 100%;
    margin-top: 5.8rem;
}

.point-out-opt ul {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.point-out-opt ul li {
    position: relative;
    width: 100%;
    display: flex;
    gap: 2.4rem;
    align-items: center;
}

.point-out-opt ul li span {
    display: block;
}

.point-out-opt ul li p {
    display: block;
    font-family: var(--body-font-family);
    font-size: 1.7rem;
    line-height: 2.4rem;
    color: #32363d;
    text-align: left;
    font-weight: 600;
}

.theacher-art01 {
    position: absolute;
    top: 12%;
    left: 26rem;
}

.theacher-art02 {
    position: absolute;
    bottom: 12%;
    left: 16rem;
}

.theacher-art03 {
    position: absolute;
    width: 13rem;
    height: 13rem;
    border-radius: 100%;
    border: 0.4rem solid yellow;
    top: 20%;
    left: 36.4rem;
}

.our-teachers-area {
    position: relative;
    width: 100%;
    background: #fffefb;
    padding: 8.2rem 0 4.2rem;
}

.teacher-listing {
    position: relative;
    width: 100%;
    margin-top: 9rem;
    display: flex;
    flex-direction: column;
    gap: 6.4rem;
}

.each-list {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.content-part {
    position: relative;
    width: 100%;
    display: flex;
    gap: 4.5rem;
}

.teacher-pics {
    width: 31.8rem;
    height: 31.8rem;
    background: red;
    border-radius: 1.6rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.teacher-descp {
    position: relative;
    width: calc(100% - 36.3rem);
    display: flex;
    flex-direction: column;
}

.nameTags {
    position: relative;
    width: auto;
    max-width: 39.7rem;
    background: url('../images/paper-cut.png') no-repeat;
    min-height: 7.3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 3.6rem;
    margin: 1.6rem 0 2.4rem;
}

.nameTags h2 {
    display: block;
    font-family: var(--body-font-family);
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #32363d;
    font-weight: 600;
}

.teacher-descp p {
    display: block;
    font-family: var(--body-font-family);
    font-size: 2.4rem;
    line-height: 3.6rem;
    color: #2b2f37;
    font-weight: 400;
}

.teacher-descp p span {
    color: #5b5e64;
}

span.dividers {
    width: 100%;
    margin: 1.6rem 0;
    height: 5px;
    background: url('../images/divider.png');
}

.readBtn {
    display: inline-block;
    padding: 1.8rem 1rem;
    font-family: var(--body-font-family);
    font-size: 2.4rem;
    line-height: 2.6rem;
    color: #2e3239;
    font-weight: 400;
    background: #fcd21c;
    width: fit-content;
    cursor: pointer;
    margin-top: 3.2rem;
}

.bottom-txt-area {
    position: relative;
    width: 100%;
    margin-top: 10.2rem;
}

.bottom-txt-area p {
    display: block;
    font-family: var(--body-font-family);
    font-size: 1.9rem;
    line-height: 3.6rem;
    color: #2b2f37;
    font-weight: 400;
    text-align: center;
}

.bottom-txt-area .countersBx {
    margin: 4rem auto 0;
    padding: 4.0rem;
    max-width: 100.9rem;
}

.bottom-txt-area .countersBx h4 strong {
    font-size: 2.8rem;
    display: block;
}

.bottom-txt-area .countersBx span.divider {
    display: block;
    width: 1px;
    height: 8rem;
    background: #eaecee;
    padding: 0;
}

.our-teachers-area .perticles08 {
    top: 91%;
    left: 0;
}

.showMore-content {
    position: relative;
    width: 100%;
    min-height: 37rem;
    background: #f9f8eb;
    margin-top: 6.7rem;
    display: none;
    -webkit-box-shadow: 0px 0px 7px 4px rgba(65, 72, 79, 0.09);
    box-shadow: 0px 0px 7px 4px rgba(65, 72, 79, 0.09);
    padding: 6.5rem 9.5rem;
}

.showMore-content p {
    display: block;
    font-family: var(--body-font-family);
    font-size: 1.9rem;
    line-height: 3.6rem;
    color: #5b5e64;
    font-weight: 400;
}

.showMore-content p strong {
    font-weight: 800;
}

.showMore-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 2.5rem;
    width: 2.1rem;
    height: 100%;
    background: url('../images/doted.png') repeat-y;
}

.showMore-content::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 9.6rem;
    height: 19.2rem;
    background: url('../images/art07-1.png') no-repeat;
}

.slider-content-area {
    position: relative;
    width: 100%;
    background: #fff url('../images/slider-Bg.jpg') no-repeat;
    background-position: top center;
    min-height: 600px;
    padding: 7.2rem 0 0;
}

.slider-content-area::after {
    content: '';
    position: absolute;
    width: 26.8rem;
    height: 16.5rem;
    left: 12.3rem;
    bottom: -20.2rem;
    z-index: 1;
    background: url('../images/doll.png');
}

.slider-content-area .heads h2 {
    text-transform: uppercase;
}

.slider-area {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.sliderBx {
    position: relative;
    width: 100%;
    max-width: 456px;
    min-height: 566px;
    background: #2e3239;
    overflow: hidden;
    border-radius: 15px;
}


/* ------------------------------------- */

.carousel-wrap {
    width: 100%;
}

.carousel-wrap .owl-stage-outer {
    width: 100%;
    padding: 60px 0;
}

.center-carousel .item {
    width: 456px;
    height: 566px;
    transition: all .4s ease;
    overflow: hidden;
    border-radius: 20px;
}

.center-carousel img {
    width: 100%;
    border-radius: 24px;
}


/* Center slide effect */

.center-carousel .item.big {
    width: 400px;
}

.center-carousel .item.middle {
    width: 320px;
    margin-top: 50px;
}

.center-carousel .item.small {
    width: 273px;
    margin-top: 75px;
}

.owl-item.center {
    transform: scale(1.2) !important;
    z-index: 2;
}

.owl-item {
    opacity: 1;
    /* transform: scale(0.8) !important; */
}

.owl-item.center {
    opacity: 1;
}


/* nav arrows */

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px !important;
}

.owl-nav {
    position: absolute;
    width: 100%;
    bottom: 25px;
}

.owl-nav .owl-prev {
    left: 47%;
    display: block;
    border: 1px solid !important;
    padding: 6px !important;
    width: 25px;
    border-radius: 100%;
    height: 25px;
}

.owl-nav .owl-prev span {
    line-height: inherit;
    height: fit-content;
    display: block;
    padding-bottom: 4px;
}

.owl-nav .owl-next {
    right: 47%;
    display: block;
    border: 1px solid !important;
    padding: 6px !important;
    width: 25px;
    border-radius: 100%;
    height: 25px;
}

.owl-nav .owl-next:focus,
.owl-nav .owl-prev:focus {
    outline: none;
}

.owl-nav .owl-next span {
    line-height: inherit;
    height: fit-content;
    display: block;
    padding-bottom: 4px;
}

.slideBx {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 26px;
}

.slideBx img {
    width: 100%;
}

.carasole-slider-area {
    position: relative;
    width: 100%;
    padding-bottom: 40px;
}

.slick-track {
    display: flex;
    align-items: center;
    transition: all .4s ease;
    padding-top: 50px;
    padding-bottom: 100px;
}

.slick-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-out;
    font-size: 30px;
    font-weight: bold;
}


/* .slick-slide .slick-center {
    width: 750px;
    height: 420px;
} */

.slick-dots {
    position: relative;
    bottom: 0;
    margin: 30px 0 0 0
}

.buttons {
    position: absolute;
    bottom: 5%;
    left: 48%;
    z-index: 2;
    pointer-events: none;
    transform: translate(-50%, -50%);
    width: 80px;
    display: flex;
    justify-content: space-between;
}

.next,
.prev {
    width: 26px;
    height: 26px;
    border: 1px solid;
    border-radius: 50%;
    pointer-events: auto;
    cursor: pointer;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center
}

.slick-slide {
    height: 454px;
    margin: 0;
    width: 290px;
    margin-top: 30px;
}

.slick-slide.slick-center {
    width: 430px;
    height: 515px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    margin-top: -50px;
    overflow: hidden;
}

.slick-slide.slick-center img {
    height: 580px;
    object-fit: cover;
    width: 100%;
}

.slick-slide.slick-center .slideBx {
    height: 550px;
}


/* ====================== gallery ============================== */

.gallery-content-section {
    position: relative;
    width: 100%;
    background: #fffefb;
    padding: 8.2rem 0;
}

.gallery-content-section .heads h2 {
    margin-bottom: 3.6rem;
}

.gallery-content-section .heads h3 {
    margin-bottom: 3.6rem;
    display: block;
    font-family: var(--body-font-family);
    font-size: 12.0rem;
    line-height: 100%;
    color: #e6e4e4;
    text-align: center;
    font-weight: 800;
}


/* ---------------------------------- */


/* ---- button-group ---- */

.gallary-puzzle-area {
    position: relative;
    width: 100%;
    margin: 2.4rem 0;
}

.button-group {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 2.4rem;
}

.button-group:after {
    content: '';
    display: block;
    clear: both;
}

.button-group .button {
    border-radius: 0;
    margin-left: 0;
    background: none;
    display: block;
    font-family: var(--body-font-family);
    font-size: 2.4rem;
    line-height: 3.5rem;
    color: #202426;
    text-align: center;
    font-weight: 400;
    border: none;
    padding: 0 1.2rem;
}

.button:hover {
    color: #cd950e;
}

.button:active,
.button.is-checked {
    color: #cd950e;
}

.button.is-checked {
    color: #cd950e;
}

.button:active {
    color: #cd950e;
}

.button:focus {
    color: #cd950e;
    outline: none;
}


/* ---- grid ---- */

.grid {
    position: relative;
    width: 100%;
    margin-top: 6.5rem;
}


/* clear fix */

.grid:after {
    content: '';
    display: block;
    clear: both;
}


/* ---- .element-item ---- */

.element-item {
    position: relative;
    float: left;
    /* width: 500px; */
    width: 31.25%;
    height: 320px;
    margin: 10px;
    padding: 0px;
    border-radius: 2.6rem;
    overflow: hidden;
    display: flex;
}

.element-item>* {
    margin: 0;
    padding: 0;
}

.element-item img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.gallary-puzzle-area .enqueryBtn {
    max-width: 24rem;
    border-radius: 0;
    position: relative;
    right: inherit;
    top: inherit;
    font-size: 2.6rem;
    line-height: 100%;
    font-family: var(--button-font-family);
    font-weight: 300;
    color: #2d3340;
    justify-content: center;
    padding: 0;
    text-transform: none;
    min-height: 7rem;
    margin: 2.4rem auto;
}


/* ====================================================== */

.tabs {
    width: 100%;
}

ul#tabs-nav {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 6rem;
    padding: 0px;
    overflow: auto;
}

ul#tabs-nav li {
    border-radius: 0;
    margin-left: 0;
    background: none;
    border: none;
    padding: 0 1.2rem;
    cursor: pointer;
}

ul#tabs-nav li:hover a,
ul#tabs-nav li.active a {
    color: #cd950e;
}

#tabs-nav li a {
    text-decoration: none;
    display: block;
    font-family: var(--body-font-family);
    font-size: 2.4rem;
    line-height: 3.5rem;
    color: #202426;
    text-align: center;
    font-weight: 400;
}

.tab-content {
    position: relative;
    width: 100%;
}

div#tabs-content {
    position: relative;
    width: 100%;
}

.ima-show-area {
    position: relative;
    width: 100%;
    display: flex;
    gap: 3.2rem;
}

.img-block {
    position: relative;
    width: 100%;
    max-width: calc(33.33% - 2.1rem);
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    justify-content: flex-start;
}

.gal-img-bx {
    position: relative;
    width: 100%;
    border-radius: 2.6rem;
    overflow: hidden;
}

.gal-img-bx img {
    /* width: 100%; */
}

.join-content-area {
    position: relative;
    width: 100%;
    min-height: 41.7rem;
    background: url('../images/joinBg.jpg') no-repeat;
}

.join-content {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 41.7rem;
    justify-content: center;
}

.join-content h3 {
    margin-bottom: 3.6rem;
    display: block;
    font-family: var(--body-font-family);
    font-size: 6.0rem;
    line-height: 4.8rem;
    color: #fff;
    text-align: center;
    font-weight: 400;
}

.join-content p {
    margin-bottom: 3.6rem;
    display: block;
    font-family: var(--body-font-family);
    font-size: 2.6rem;
    line-height: 4.8rem;
    color: #fcd21c;
    text-align: center;
    font-weight: 400;
}

.join-content .enqueryBtn {
    max-width: 24rem;
    border-radius: 0;
    position: relative;
    right: inherit;
    top: inherit;
    font-size: 2.6rem;
    line-height: 100%;
    font-family: var(--button-font-family);
    font-weight: 300;
    color: #2d3340;
    justify-content: center;
    padding: 0;
    text-transform: none;
    min-height: 7rem;
    margin: 2.4rem auto;
}


/* ======================== new added sections ============================ */

.specialise-section-area {
    position: relative;
    width: 100%;
    padding: 1rem 0 7.2rem;
    background: url('../images/art16.png') no-repeat;
}

.specialise-section-area h2 {
    display: block;
    font-family: var(--heading-font-family);
    font-size: 7.0rem;
    line-height: 100%;
    color: var(--e-global-heading);
    font-weight: 600;
    margin-bottom: 4.4rem;
    text-align: center;
}

.specialise_list {
    position: relative;
    width: 100%;
    max-width: 86.5rem;
    margin: 0 auto;
}

.list-part {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.left-part,
.right-part {
    position: relative;
    width: 100%;
    max-width: 42.8rem;
    min-height: 8rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 4.2rem;
    gap: 1.6rem;
}

.left-part h3,
.right-part h3 {
    font-size: 1.8rem;
    line-height: 100%;
    font-family: var(--button-font-family);
    font-weight: 800;
    color: #3a3d42;
}

.left-part h3 span,
.right-part h3 span {
    font-weight: 300;
}

.list-part:nth-child(1) .left-part {
    background: #ffea88;
    border: none;
}

.list-part:nth-child(2) .right-part {
    background: #fdf1e1;
    border: none;
}

.list-part:nth-child(3) .left-part {
    background: #f2e8f0;
    border: none;
}

.list-part:nth-child(4) .right-part {
    background: #edeff9;
    border: none;
}

.list-part:nth-child(4) .middle-line {
    height: 8rem;
}

.oval {
    width: 7.8rem;
    height: 7.8rem;
    border-radius: 100%;
    background: #e8bf00;
    font-size: 3.6rem;
    line-height: 100%;
    font-family: var(--button-font-family);
    font-weight: 800;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-part:nth-child(2) .left-part {
    justify-content: flex-end;
}

.list-part:nth-child(2) .left-part .oval {
    background: #f2a33b;
}

.list-part:nth-child(4) .left-part {
    justify-content: flex-end;
}

.list-part:nth-child(4) .left-part .oval {
    background: #c9d0f1;
}

.list-part:nth-child(3) .right-part .oval {
    background: #d0becc;
}

.middle-line {
    position: relative;
    width: 1px;
    height: 10.2rem;
    background: #d6d7db;
}

.program-content {
    position: relative;
    width: 100%;
    min-height: 8.4rem;
    background: #f6cecb;
    display: flex;
    justify-content: center;
    align-items: center;
}

.program-content p {
    font-size: 2.4rem;
    line-height: 100%;
    font-family: var(--button-font-family);
    font-weight: 300;
    font-style: italic;
    color: #3a3d42;
}

.who-we-content-area {
    position: relative;
    width: 100%;
    padding: 14rem 0;
}

.who-we-content-area h2 {
    display: block;
    font-family: var(--heading-font-family);
    font-size: 7.0rem;
    line-height: 100%;
    color: var(--e-global-heading);
    font-weight: 600;
    margin-bottom: 4.4rem;
    text-align: left;
}

.we-contentlist {
    position: relative;
    width: 100%;
    min-height: 33rem;
    background: #f1f0f0;
    border-radius: 3rem;
    display: flex;
}

.listing-area {
    position: relative;
    width: 100%;
    max-width: 70rem;
    padding: 2.4rem 0 4.6rem 5.6rem;
}

.listing-area ul {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.listing-area ul li {
    position: relative;
    list-style-type: none;
    font-family: var(--body-font-family);
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: var(--e-global-heading);
    font-weight: 400;
    text-align: left;
    padding: 2.4rem 0;
    border-bottom: 1px solid #d6d7db;
    margin-left: 5.2rem;
}

.listing-area ul li::before {
    content: '';
    position: absolute;
    width: 3.2rem;
    height: 3.2rem;
    top: calc(50% - 1.6rem);
    left: -5.2rem;
    background: url('../images/icon7.png');
}

.list-img-area {
    position: relative;
    width: 100%;
    max-width: calc(100% - 70rem);
}

.first-img {
    position: absolute;
    right: 0;
    top: -15rem;
}

.second-img {
    position: absolute;
    left: 12%;
    bottom: -6%;
}

.free-consultant {
    position: relative;
    width: 100%;
    margin-top: 13.5rem;
}

.free-consultant h2 {
    text-align: center;
    margin-bottom: 2.4rem;
}

.free-consultant h4 {
    display: block;
    font-family: var(--heading-font-family);
    font-size: 4.8rem;
    line-height: 100%;
    font-weight: 500;
    color: #606674;
    text-align: center;
}

.free-consultant .enqueryBtn {
    max-width: 40rem;
    border-radius: 0;
    position: relative;
    right: inherit;
    top: inherit;
    font-size: 2.6rem;
    line-height: 100%;
    font-family: var(--button-font-family);
    font-weight: 300;
    color: #2d3340;
    justify-content: center;
    padding: 0;
    text-transform: none;
    min-height: 9rem;
    margin: 3.6rem auto;
    z-index: 5;
}

.three-color-border {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}