html {
    scrollbar-color: #fff #fff;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

body::-webkit-scrollbar {
    width: 0px;
}

body::-webkit-scrollbar-track {
    background: #fff;
}

body::-webkit-scrollbar-thumb {
    background: #fff;
}

body::-moz-scrollbar {
    width: 0px;
}

body::-moz-scrollbar-track {
    background: #fff;
}

body::-moz-scrollbar-thumb {
    background: #fff;
}

body::-o-scrollbar {
    width: 0px;
}

body::-o-scrollbar-track {
    background: #fff;
}

body::-o-scrollbar-thumb {
    background: #fff;
}

body::-ms-scrollbar {
    width: 0px;
}

body::-ms-scrollbar-track {
    background: #fff;
}

body::-ms-scrollbar-thumb {
    background: #fff;
}

@font-face {
    font-family: "PoppinsRegular";
    src: url("../fonts/JostMedium.eot");
    src: url("../fonts/JostMedium.eot") format("embedded-opentype"),
        url("../fonts/JostMedium.woff2") format("woff2"),
        url("../fonts/JostMedium.woff") format("woff"),
        url("../fonts/JostMedium.ttf") format("truetype"),
        url("../fonts/JostMedium.svg#JostMedium") format("svg");
}

@font-face {
    font-family: "PoppinsRegular";
    src: url("../fonts/JostRegular.eot");
    src: url("../fonts/JostRegular.eot") format("embedded-opentype"),
        url("../fonts/JostRegular.woff2") format("woff2"),
        url("../fonts/JostRegular.woff") format("woff"),
        url("../fonts/JostRegular.ttf") format("truetype"),
        url("../fonts/JostRegular.svg#JostRegular") format("svg");
}

@font-face {
    font-family: "PoppinsMedium";
    src: url("../fonts/PoppinsMedium.eot");
    src: url("../fonts/PoppinsMedium.eot") format("embedded-opentype"),
        url("../fonts/PoppinsMedium.woff2") format("woff2"),
        url("../fonts/PoppinsMedium.woff") format("woff"),
        url("../fonts/PoppinsMedium.ttf") format("truetype"),
        url("../fonts/PoppinsMedium.svg#PoppinsMedium") format("svg");
}

@font-face {
    font-family: "PoppinsExtraLight";
    src: url("../fonts/PoppinsExtraLight.eot");
    src: url("../fonts/PoppinsExtraLight.eot") format("embedded-opentype"),
        url("../fonts/PoppinsExtraLight.woff2") format("woff2"),
        url("../fonts/PoppinsExtraLight.woff") format("woff"),
        url("../fonts/PoppinsExtraLight.ttf") format("truetype"),
        url("../fonts/PoppinsExtraLight.svg#PoppinsExtraLight") format("svg");
}

@font-face {
    font-family: "PoppinsRegular";
    src: url("../fonts/PoppinsRegular.eot");
    src: url("../fonts/PoppinsRegular.eot") format("embedded-opentype"),
        url("../fonts/PoppinsRegular.woff2") format("woff2"),
        url("../fonts/PoppinsRegular.woff") format("woff"),
        url("../fonts/PoppinsRegular.ttf") format("truetype"),
        url("../fonts/PoppinsRegular.svg#PoppinsRegular") format("svg");
}

@font-face {
    font-family: "PoppinsSemiBold";
    src: url("../fonts/PoppinsSemiBold.eot");
    src: url("../fonts/PoppinsSemiBold.eot") format("embedded-opentype"),
        url("../fonts/PoppinsSemiBold.woff2") format("woff2"),
        url("../fonts/PoppinsSemiBold.woff") format("woff"),
        url("../fonts/PoppinsSemiBold.ttf") format("truetype"),
        url("../fonts/PoppinsSemiBold.svg#PoppinsSemiBold") format("svg");
}

.main-container {
    max-width: 1300px;
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
}

.head-container {
    max-width: 1320px;
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
}

/* CSS */
.button-home {
  background: #F1592A;
  border: 1px solid #F1592A;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: nunito,roboto,proxima-nova,"proxima nova",sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  min-height: 40px;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.button-home:hover,
.button-home:active {
  background-color: initial;
  background-position: 0 0;
  color: #FF4742;
}

.button-home:active {
  opacity: .5;
}

.social-links li a {
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.social-links img {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s !important;
    margin-right: 10px;
    width: 35px;
    padding: 6px;
}

.topsincecenter {
    display: flex;
    align-items: center;
    justify-content: end;
}


.social-links img:hover {
    text-decoration: none;
    transform: translate(0, -8px) !important;
    transition: 0.5s !important;
}

.desktop-header {
    padding: 15px 0;
}

.headrow {
    display: flex;
    align-items: center;
}

.social-links ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
}

.social-links i {
    margin-right: 20px;
}

.social-links a:hover {
    text-decoration: none;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner-form {
    position: absolute;
    top: 50%;
    left: 89%;
    transform: translate(-89%, -50%);
    background: rgb(255, 255, 255);

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 30%;
    max-width: 550px;
    z-index: 1;
}

.banner-form label {
    color: #1A1A1A;
    font-family: "PoppinsMedium";
    font-size: 13px;
    opacity: 1;
}

.banner-padd {
    padding: 20px;
}



.banner-form button {
    width: 100%;
    padding: 9px;
    background: #F1592A;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-top: 0;
}

.banner-form button:hover {
    background: #F1592A;
}

.banner-padd h2 {
    font-family: "PoppinsMedium";
    font-size: 22px;
    color: #1A1A1A;
    opacity: 1;
}


.banner-text {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-10%, -50%);
    width: 50%;
}

.banner-text h1 {
    padding: 20px;
    color: #fff;
    background-color: #F1592A;
    border-radius: 16px;
    opacity: 1;
    width: 70%;
    font-size: 30px;
    text-align: center;
}

.banner-text span {
    font-size: 35px;
    font-weight: 600;
}

.banner-form .form-control {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    width: 100%;
    padding: 0 0;
}

.banner-form .form-select {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    width: 100%;
    padding: 0 0;
}

.banner-form input {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    width: 100%;
}

.formbtm {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.phone-banner {
    display: none;
}

.desktop-banner {
    display: block;
}

/* years */
.yearswrapper {
    background-image: url(../images/years-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;

    position: relative;
    overflow: hidden;
}

.yearswrapper::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.yearsmargin {
    position: relative;
}

.yearsanskara {
    position: relative;
}

.valign-logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.yearbox p {
    font-size: 16px;
    font-weight: 600;
    font-family: "PoppinsMedium";
    color: #000;    text-align: center;
    padding-top: 10px;
}
.yearsmargin h2 {
    color: #243763;
    font-weight: 600;
    text-align: center;
    padding-bottom: 30px;
}

.yearsmargin span {
    color: #F1592A;
}


/* about */
.aboutwrapper {
    background: #DA171D;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.aboutmargin h2 {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    padding-bottom: 30px;
}

.aboutmargin span {
    color: #243763;
}

.aboutmargin p {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 14px;
    padding-right: 80px;
}

.infotextleft h6 {
    color: #fff;
    text-align: right;
    font-size: 15px;
}

.aboutleft {
    text-align: center;
    width: 260px;
}

.aboutcenter {
    display: flex;
    justify-content: center;
}

/* copy */
.copyp p {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: "PoppinsMedium";
}

footer {
    background-color: #fff;
    padding: 15px 0;
    position: relative;
    overflow: hidden;
}

/* school */
.schooldetail {
    display: flex;
    align-items: center;
    gap: 20px;
}

.schoolarrow a {
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #F37247;
    padding: 11px 16px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.schoolarrow a:hover {
    background-color: #243763;
    border: 2px solid #243763;
}

.schoolarrow img {
    width: 10px;
}

.schoolmargin h2 {
    color: #243763;
    font-weight: 600;
    text-align: center;
    font-size: 28px;
    padding-bottom: 30px;
    font-family: "PoppinsSemiBold";
}

.schoolmargin span {
    color: #F1592A;
}

.schoolwrapper {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.schoolbox h5 {
    color: #1A1A1A;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}

.schoolbox h6 {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 500;
    font-family: "PoppinsMedium";
}

.schooltop {
    padding-bottom: 30px;
}

.schoolimg {
    padding-top: 10px;
}

/* why */
.why-bg {
    position: absolute;
    right: -25px;
    bottom: 0;
}

.whywrapper {
    background-color: #FEF1EC;
    padding-top: 18%;
    margin-top: -15%;
    position: relative;
    z-index: -1;
    position: relative;
    overflow: hidden;
}

.whymargin h2 {
    color: #243763;
    font-weight: 600;
    font-size: 28px;
    font-family: "PoppinsSemiBold";
}

.whymargin span {
    color: #F1592A;
}

.whymargin h3 {
    font-size: 23px;
    font-weight: 500;
    font-family: "PoppinsMedium";
    color: #000;
    text-transform: uppercase;
}

.whyleft h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: "PoppinsMedium";
    color: #000;
}


.whyleft p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding-right: 140px;
}

.whyrow {
    padding: 50px 0;
}

.galleryleft h2 {
    color: #243763;
    font-weight: 600;
    font-size: 28px;
    font-family: "PoppinsSemiBold";
}

.galleryleft span {
    color: #F1592A;
}

.gallerywrapper {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.galleryleft select {
    color: #F1592A;
    background: #fff;
    border: none;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
    width: 100%;
}

.galleryleft .tab-navigation {
    padding-top: 50px;
}

.gallerytop {
    padding-bottom: 20px;
}

.imageGallery1 {
    display: flex;
    scroll-behavior: smooth;
    overflow-y: hidden;
    margin: 20px 0px;
    gap: 20px;
}

/* specialities */
.specialitieswrapper {
    padding: 60px 0;
    background-color: #FEF1EC;
    position: relative;
    overflow: hidden;
}

.specialitiesmargin h2 {
    color: #243763;
    font-weight: 600;
    text-align: center;
    font-size: 28px;
    font-family: "PoppinsSemiBold";
    padding-bottom: 30px;
}

.specialitiesmargin span {
    color: #F1592A;
}

.specicon {
    background: rgb(255, 255, 255);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px 15px;
    border-radius: 40px;
    text-align: center;
    width: 80px;
    display: block;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.iconorg {
    border: 10px solid #F1592A;
    margin-bottom: -40px;
}

.iconyell {
    border: 10px solid #FAA923;
    margin-top: -40px;
}

.specbox {
    position: relative;
    text-align: center;
}

.specwrap {
    border-radius: 17px;
    background: #fff;
    padding: 130px 50px 30px 50px;
    margin-top: -20px;
    position: relative;
    z-index: 0;
    margin: 0px 20px 0 20px;
    max-height: 300px;
    min-height: 280px;
}

.specwrap h6 {
    font-size: 16px;
    font-weight: 500;
    font-family: "PoppinsMedium";
    color: #000;
    line-height: 24px;
}

.or-line {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.ye-line {
    position: absolute;
    top: 0;
    z-index: 1;
}

.spectwobox {
    position: relative;
    text-align: center;
    margin-top: 40px;
}

.spectwowrap {
    border-radius: 17px;
    background: #fff;
    padding: 50px 50px 30px 50px;
    margin-top: -20px;
    position: relative;
    z-index: 0;
    margin: 0px 20px 0 20px;
    max-height: 300px;
    min-height: 280px;
}

.spectwowrap h6 {
    font-size: 16px;
    font-weight: 500;
    font-family: "PoppinsMedium";
    color: #000;
    line-height: 24px;
}

/* what */
.whatmargin h2 {
    color: #243763;
    font-weight: 600;
    text-align: center;
    padding-bottom: 30px;
    font-size: 28px;
    font-family: "PoppinsSemiBold";
}

.whatmargin span {
    color: #F1592A;
}

.what-bg {
    position: absolute;
    top: 0;
    left: 15%;
    transform: translate(0%, 0%);
}

.whatwrapper {
    padding: 60px 0;
    background-color: #F372471F;
    position: relative;
    overflow: hidden;
}



.whatwrapper .owl-item,
.item {
    position: relative;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.whatwrapper .item {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 90px;
    width: 207.3333333333333px;
    border-radius: 50%;
}

.whatwrapper .center .item {
    transform: scale(1.3);
    margin-top: 47px;
    border-radius: 50%;
}

.whatwrapper .item img {
    border-radius: 50%;
}

.whatwrapper .item p {
    display: none;
}

.whatwrapper .center .item p {
    display: block;
}

/* set z index */

.whatwrapper .owl-item.active.center {
    z-index: 5;
}

.whatwrapper .owl-item.active.right,
.whatwrapper .owl-item.active.left {
    z-index: 4;
}

.whatwrapper .item span {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}

.whatwrapper .item::before {
    width: 2px;
    height: 30px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -40px;
}

.whatwrapper .center .item span {
    display: none;
}

.whatwrapper .center .item::before {
    display: none;
}

.whatwrapper h5 {
    font-size: 15px;
    font-weight: 600;
    font-family: "PoppinsMedium";
    color: #000;
    padding-top: 30px;
}

.whatwrapper h6 {
    font-size: 14px;
    font-weight: 500;
    font-family: "PoppinsMedium";
    color: #000;
}

.whatwrapper .item p {
    font-size: 11px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 100px;

}


.whatwrapper .owl-carousel .owl-nav.disabled {
    display: block;
}

.whatwrapper .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    font-size: 40px;
    color: #F1592A;
}

.whatwrapper .owl-carousel .owl-nav button.owl-prev {
    color: inherit;
    font: inherit;
    font-size: inherit;
    color: #F1592A;
    position: absolute;
    left: 20px;
    font-size: 60px;
    top: 40%;
}

.whatwrapper .owl-carousel .owl-nav button.owl-next {
    color: inherit;
    font: inherit;
    font-size: inherit;
    color: #F1592A;
    position: absolute;
    right: 20px;
    font-size: 60px;
    top: 40%;
}


/* fac */

.facwrapper .owl-carousel .owl-nav button.owl-next {
    right: -30%;
    font-size: 60px;
    bottom: -100%;
}

.facwrapper {
    position: relative;
    overflow: hidden;
}



.fac-tabright {
    border: 1px solid #F1592A;
    padding: 15px;
    border-radius: 50px;
}

.fac-tabright img {
    border-radius: 50px;
}

.facwrapper .owl-carousel .owl-nav.disabled {
    display: block;
}

/* 
.facwrapper .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    color: #fff;
    border-radius: 100px;
    border: 1px solid #fff;
    font-size: 35px;
    top: 50%;
    display: inline-block;
    width: 60px;
    height: 60px;
    transform: rotate(0deg) translate(-50%, -50%);
}

.facwrapper .w3-black .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    color: #fff;
    border-radius: 100px;
    border: 1px solid #fff;
    font-size: 35px;
    top: 50%;
    display: inline-block;
    width: 60px;
    height: 60px;
    transform: rotate(0deg) translate(-50%, -50%);
}

.facwrapper .owl-carousel .owl-nav button.owl-prev {
    color: inherit;
    font: inherit;
    font-size: inherit;
    color: #fff;
    position: absolute;
    right: -20%;
    font-size: 60px;
    bottom: -25px;
}

.facwrapper .owl-carousel .owl-nav button.owl-next {
    color: inherit;
    font: inherit;
    font-size: inherit;
    color: #fff;
    position: absolute;
    right: -30%;
    font-size: 35px;
    bottom: -25px;
} */

.facwrapper .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.facwrapper .owl-carousel .owl-nav button.owl-next span {
    display: none;
}

.facwrapper .owl-carousel .owl-nav button.owl-next::before {
    background-image: url(../images/nav-arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    right: -20%;
    content: '';
    width: 55px;
    height: 55px;
    top: 30%;
    bottom: 50%;
    translate: 50px -50%;
}

.facwrapper .owl-carousel .owl-nav button.owl-prev::after {
    background-image: url(../images/nav-arrow-prev.png);
    background-repeat: no-repeat;
    position: absolute;
    right: -50px;
    content: '';
    width: 55px;
    height: 55px;
    top: 30%;
    bottom: 50%;
    translate: 100px -50%;
}




.facwrapper .nav-pills .nav-link.active {
    color: #fff;
    padding: 20px 4px;
    border-radius: 0;
    background: #FF0001;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-size: 13px;
    font-weight: bold;
}

/* Style the tab */
.facwrapper .tab {
    overflow: hidden;
    border: none;
    background-color: transparent;
}

/* Style the buttons inside the tab */
.facwrapper .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 1px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.facwrapper .tab button:hover {
    background-color: transparent;
    color: #000;
    font-size: 13px;
}

/* Create an active/current tablink class */
.facwrapper .tab button.active {
    background-color: transparent;
    color: #000;
    font-size: 13px;
}

/* Style the tab content */
.facwrapper .tabcontent {
    display: none;
    padding: 6px 12px;
    border: none;
    border-top: none;
}

.facbg {
    background-color: #F1592A;
    padding: 60px 0;
    position: relative;
}

.facbg::before {
    position: absolute;
    content: '';
    background-image: url(../images/fac-down.png);
    background-repeat: no-repeat;
    top: 0;
    height: 100px;
    width: 248px;
    right: 15%;
}

.facbg::after {
    position: absolute;
    content: '';
    background-image: url(../images/fac-shape.png);
    background-repeat: no-repeat;
    right: -230px;
    top: 0;
    height: 100%;
    width: 100%;
}

.facwrapper .item {
    text-align: center;
}

.facwrapper button {
    background-color: transparent;
    color: #fff;
    border: none;
    padding: 0 100px 0 0;
    font-family: "PoppinsMedium";
    font-size: 13px;
}

.facwrapper button.active {
    background-color: transparent;
    color: #000 !important;
    padding: 0 100px 0 0;
    font-family: "PoppinsMedium";
    font-size: 13px;
}

.facmargin {
    background: #D2CBC4;
    padding: 60px 0;
}

.facmargin p {
    margin: 0;
}

.fac-tableft h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: "PoppinsMedium";
    color: #000;
    padding-top: 10px;
}

.fac-tableft h2 {
    color: #243763;
    font-weight: 600;
    font-size: 28px;
    font-family: "PoppinsSemiBold";
}

.fac-tableft span {
    color: #F1592A;
}

.fac-tableft p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding-right: 40px;
}

.facrow {
    display: flex;
    align-items: center;
}


/*mridula*/
.phone-call {
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 240px;
  background: #28d146;
  position: fixed;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 999;
  display: inline-block;
  line-height: 30px;
  padding: 8px;
}

.phone-call:before {
  position: absolute;
  content: " ";
  z-index: -1;
  top: -5px;
  left: -5px;
  background-color: #28d146;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 0.6;
  -webkit-animation: pulse 1s ease-out;
  animation: pulse 1.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*mridula*/

.floweranimation {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation: illustration-2 ease-in-out 7s infinite;
    animation: illustration-2 ease-in-out 7s infinite;
}

@-webkit-keyframes illustration-2 {
    0% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    50% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    100% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
}

@keyframes illustration-2 {
    0% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    50% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    100% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
}

#hero-illustration-1 {
    left: 0;
    width: auto;
    height: 70%;
    -webkit-animation: illustration-1 ease-in-out 10s infinite;
    animation: illustration-1 ease-in-out 10s infinite
}

#hero-illustration-2 {
    right: 0;
    width: auto;
    height: 100%;
    -webkit-animation: illustration-2 ease-in-out 7s infinite;
    animation: illustration-2 ease-in-out 7s infinite
}

.schoolimg img {
    width: 100%;
}

.facwrapper button.active {
    color: #000 !important;
}

.facwrapper button:hover {
    color: #000;
}

/* responsive */
@media(max-width:1600.5px) {
    .facbg::before {
        right: 17%;
    }
}

@media(max-width:1199.5px) {
    .formbtm {
        margin-bottom: 6px;
    }

    .banner-form {
        width: 35%;
    }

    .banner-form button {
        padding: 6px;
        font-size: 15px;
        margin-top: 0;
    }

    .banner-padd h2 {
        font-size: 19px;
    }
}

@media(max-width:991.5px) {
    .whatwrapper .item p {
        margin-bottom: 60px;
    }

    .what-bg {
        left: 0%;
    }

    .facwrapper .owl-nav {
        display: none;
    }

    .facbg::before {
        display: none;
    }

    .fac-tabright {
        padding: 10px;
        margin-top: 10px;
    }

    .banner-form button {
        padding: 5px;
        font-size: 15px;
    }

    .ye-line {
        display: none;
    }

    .or-line {
        display: none;
    }

    .facwrapper .owl-carousel .owl-nav button.owl-next {
        right: 0;
        font-size: 40px;
        bottom: -15px;
    }

    .facwrapper .owl-carousel .owl-nav button.owl-next {
        border: none;
        width: auto;
        font-size: 30px;
    }

    .facwrapper .owl-carousel .owl-nav button.owl-prev {
        right: auto;
        font-size: 40px;
        bottom: -15px;
        left: 0;
    }

    .facwrapper .w3-black .owl-carousel .owl-nav button.owl-prev {
        border: none;
        font-size: 30px;
    }

    .min-logo-sec img {
        width: 170px;
    }

    .head-container {
        max-width: 1320px;
        padding: 0 20px;
    }

    .social-links ul {
        padding-left: 0;
        margin-bottom: 0;
    }

    .topsincecenter {
        justify-content: left;
    }

    .social-links img {
        margin-right: 5px;
        width: 35px;
        padding: 5px;
        padding-top: 15px;
    }

    .desktop-header {
        padding: 10px 0;
    }

    .fillspace {
        display: none;
    }


    .headrow {
        display: flex;
        align-content: center;
        align-items: center;
    }

    .phone-banner {
        display: block;
    }

    .desktop-banner {
        display: none;
    }

    .banner-form {
        position: static;
        transform: translate(0%, 0%);
        width: 100%;
        max-width: auto;
        z-index: 1;
        padding: 10px 20px;
    }

    .banner-padd {
        padding: 0;
    }

    .banner-padd h2 {
        font-size: 17px;
        margin-bottom: 5px;
    }


    .banner-form label {
        padding-bottom: 0;
    }

    .banner-form .form-control {
        padding-top: 0;
        box-shadow: none;
        outline: none;
    }

    .specialitieswrapper {
        padding: 20px 0;
    }

    .specialitiesmargin h2 {
        font-size: 22px;
        padding-bottom: 0;
        margin: 0;
    }

    .specwrap {
        padding: 60px 20px 20px 20px;
        margin-top: -20px;
        margin: 0px 15px 0 15px;
        max-height: auto;
        min-height: auto;
    }

    .spectwobox {
        margin-top: 20px;
    }

    .specwrap h6 {
        font-size: 13px;
        line-height: 19px;
    }

    .spectwowrap h6 {
        font-size: 13px;
        line-height: 19px;
    }

    .spectwowrap {
        padding: 30px 20px 50px 20px;
        margin-top: -20px;
        margin: 0px 15px 0 15px;
        max-height: auto;
        min-height: auto;
    }

    .iconorg {
        margin-top: 20px;
    }

    .schoolwrapper {
        padding: 20px 0;
    }

    .schoolmargin h2 {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .schooltop {
        padding-bottom: 10px;
    }

    .whyleft h4 {
        font-size: 17px;
    }


    .whyleft p {
        font-size: 14px;
        padding-right: 0;
    }

    .main-container {
        padding: 0 20px;
    }

    .yearswrapper {
        padding: 20px 0;
    }

    .yearsmargin h2 {
        padding-bottom: 0px;
        font-size: 20px;
        margin: 0;
    }

    .whatwrapper {
        padding: 20px 0;
    }

    .aboutwrapper {
        padding: 20px 0;
    }

    .whatwrapper .owl-carousel .owl-nav button.owl-next {
        display: none;
    }

    .whatwrapper .owl-carousel .owl-nav button.owl-prev {
        display: none;
    }

    .whatwrapper h5 {
        font-size: 13px;
        padding-top: 10px;
        margin: 0;
    }

    .whatwrapper h6 {
        font-size: 12px;
        margin: 0;
    }

    .whatwrapper p {
        font-size: 13px;
        padding: 0 0%;
    }

    .whatmargin h2 {
        padding-bottom: 0px;
        font-size: 22px;
    }


    .aboutmargin p {
        margin: 0;
        padding-right: 0;
    }

    .aboutmargin h2 {
        font-size: 20px;
        padding-bottom: 0;
    }

    .col-order-01 {
        order: 2;
    }

    .col-order-02 {
        order: 1;
    }

    .aboutleft img {
        width: 150px;
    }

    .copyp p {
        font-size: 11px;
        padding: 0 10px;
    }

    .yearbox {
        margin-top: 20px;
    }


    .gallerywrapper {
        padding: 20px 0;
        padding-bottom: 0;
    }

    .galleryleft .tab-navigation {
        padding-top: 0;
        padding-bottom: 15px;
    }

    .galleryleft h2 {
        font-size: 22px;
    }

    .fac-tableft p {
        font-size: 14px;
        padding-right: 0;
    }

    .facmargin {
        padding: 20px 0;
    }

    .fac-tableft h2 {
        font-size: 20px;
    }

    .fac-tableft h3 {
        font-size: 17px;
        padding-top: 0;
    }

    .whymargin h2 {
        font-size: 22px;
    }

    .whymargin h3 {
        font-size: 15px;
        margin: 0;
    }

    .whyrow {
        padding: 5px 0;
    }

    .why-bg img {
        width: 200px;
    }

    .banner-text {
        left: 0;
        transform: translate(0, -10%);
        width: 100%;
        right: 0;
        padding: 0 10px;
    }

    .banner-text h1 {
        width: 100%;
        font-size: 20px;
        padding: 10px;
    }

    .banner-text span {
        font-size: 20px;
    }

    .facwrapper button {
        padding: 0 0px 0 0;
    }

    .facbg {
        padding: 15px 0;
    }

    /*mridula*/
    .phone-call {
        width: 40px;
        height: 40px;
        line-height: 0;
        bottom: 200px;
    }
    .phone-call:before {
        top: -21px;
        left: -20px;
        display: none;
    }
}



@media(max-width:767px) {
    .schoolbox h5 {
        font-size: 14px;
    }

    .why-bg img {
        width: 100px;
    }

    .whatwrapper .item img {
        width: 130px;
    }
}