.forleft0 {
    left: 0px !important;
}

.branch_changes {
    padding: 0px;
    display: inline-block;
    background: #1d2d4c;
    position: fixed;
    left: -300px;
    transition: 0.3s;
    top: 50%;
    bottom: auto;
    z-index: 99;
    margin-top: -110px;
    right: auto;
}

.branch_changes li:last-child a {
    border-bottom: 0px solid #ddd;
}

.branch_changes li a {
    color: #fff;
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #ddd;
}

.branch_changes ul {
    position: relative;
    padding: 0px;
    margin-bottom: 0px;
}

.branch_changes ul .fa-th-list {
    position: absolute;
    right: -40px;
    background: #1d2d4c;
    color: #fff;
    padding: 10px;
    font-size: 23px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

body {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    text-align: unset;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
    color: #808080;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
}

a:hover {
    text-decoration: none;
}

li {
    list-style-type: none;
}

div {
    position: relative;
}

#demo .container,
.navbar .container,
.footer .footer-btm .container,
.sec1 .container,
.upper-header .container {
    max-width: 1269px;
}

.container {
    max-width: 1180px;
}

.admission-list,
.holiday-list,
.registration-form,
.fee-detail,
.student,
.sec2,
.our-campus,
.event,
.visiting-days,
.gallery,
.fclty,
.map,
.rule,
.contact,
.about,
.message,
.sec6,
.sec4 {
    padding: 45px 0;
}

.upper-header {
    color: #dedede;
    background: #000;
    padding: 8px 0px 8px 0px;
    font-weight: 600;
}

.upper-header a {
    color: #B7B7B7;
}

.upper-header .e-id i {
    margin-right: 5px;
}

.upper-header a:hover {
    color: #a4dc7a;
}

.upper-header .u-ic {
    float: right;
}

.upper-header .u-ic i {
    margin-right: 30px;
}

.navbar {
    background: #fff;
}

.navbar.navbar-light .navbar-nav .nav-link {
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    text-transform: none;
    font-weight: 600;
    color: #ea0808;
    border: none;
}

.navbar .logo {
    height: 70px;
}

.navbar .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    width: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
    border-radius: 0 0 10px 10px;
    border: none;
    padding: 0;
    width: auto;
    margin-top: 0;
}

.navbar .dropdown-menu .dropdown-item i {
    margin-right: 14px;
    font-size: 16px;
    z-index: 999;
    left: 12px;
}

.navbar .dropdown-menu a {
    color: #ea0845;
}

.navbar .dropdown-menu a:hover i {
    color: #fff !important;
}

.navbar .dropdown-menu a:hover {
    background: #ea0845;
    color: #fff !important;
}

.navbar li a {
    display: inline-block;
    padding: 10px 58px 10px 20px;
    vertical-align: middle;
    position: relative;
    border-bottom: 1px solid #efeeee94;
    font-weight: 600;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar .dropdown-menu:hover {
    display: block;
}

.navbar li.active {
    border-bottom: 4px solid #a5c347;
}

.navbar li.active:nth-child(2) {
    border-bottom: 4px solid blue;
}

.navbar li.active a {
    color: #a5c347 !important;
}

.navbar li {
    margin-left: 15px;
}

.navbar li {
    position: relative;
}

.navbar li:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    background: #000;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 4px;
}

.navbar li:hover:after {
    width: 100%;
    left: 0;
}

.navbar li:nth-child(2):after {
    border-bottom: 4px solid #ff236c;
}

.navbar li:nth-child(3):after {
    border-bottom: 4px solid #00d2dc;
}

.navbar li:nth-child(4):after {
    border-bottom: 4px solid #a5c347;
}

.navbar li:nth-child(5):after {
    border-bottom: 4px solid #5d58ef;
}

.navbar li:nth-child(6):after {
    border-bottom: 4px solid #f0aa00;
}

.navbar li:nth-child(7):after {
    border-bottom: 4px solid #ea0808;
}

.navbar li:nth-child(8):after {
    border-bottom: 4px solid #80f;
}

.navbar li:nth-child(9):after {
    border-bottom: 4px solid #ea0808;
}

.navbar .dropdown:nth-child(2) .dropdown-item:hover,
.navbar .dropdown:nth-child(3) .dropdown-item:hover,
.navbar .dropdown:nth-child(4) .dropdown-item:hover,
.navbar .dropdown:nth-child(5) .dropdown-item:hover,
.navbar .dropdown:nth-child(6) .dropdown-item:hover {
    color: #fff!important;
}

.navbar .dropdown:nth-child(2) .dropdown-item:hover {
    background: #ff236c;
}

.navbar .dropdown:nth-child(3) .dropdown-item:hover {
    background: #00d2dc;
}

.navbar .dropdown:nth-child(4) .dropdown-item:hover {
    background: #a5c347;
}

.navbar .dropdown:nth-child(5) .dropdown-item:hover {
    background: #5d58ef;
}

.navbar .dropdown:nth-child(6) .dropdown-item:hover {
    background: #f0aa00;
}

.navbar .nav-item:nth-child(2) a {
    color: #ff236c !important
}

.navbar .nav-item:nth-child(3) a {
    color: #00d2dc !important;
}

.navbar .nav-item:nth-child(4) a {
    color: #a5c347 !important;
}

.navbar .nav-item:nth-child(5) a {
    color: #5d58ef !important;
}

.navbar .nav-item:nth-child(6) a {
    color: #f0aa00 !important;
}

.navbar .nav-item:nth-child(8) a {
    color: #80f !important;
}

.navbar .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #efeeee94;
}

.navbar .dropdown-menu .dropdown-item:nth-last-child(1) {
    border-bottom: none;
}

.navbar .dropdown-menu .dropdown-item:nth-last-child(1):hover {
    border-radius: 0 0 10px 10px;
}

.sec1.testttt .col-md-3:nth-child(1) .icon {
    background: #f0aa00;
}

.sec1.testttt .col-md-3:nth-child(2) .icon {
    background: #ff236c;
}

.sec1.testttt .col-md-3:nth-child(3) .icon {
    background: #64c8ff;
}

.sec1.testttt .col-md-3:nth-child(4) .icon {
    background: #A5C347;
}

#demo .carousel-item.item1 {
    width: 100%;
    height: 730px;
    opacity: 1;
    top: 0px;
    left: 0px;
    visibility: inherit;
    z-index: 20;
}

#demo .carousel-item.item2 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.69), rgba(31, 30, 30, 0.05)), url(../image/slider2-bg.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 730px;
    opacity: 1;
    top: 0px;
    left: 0px;
    visibility: inherit;
    z-index: 20;
}

#demo .carousel-item.item3 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.69), rgba(31, 30, 30, 0.05)), url(../image/slider3-bg.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 730px;
    opacity: 1;
    top: 0px;
    left: 0px;
    visibility: inherit;
    z-index: 20;
}

#demo .title1 {
    line-height: 60px;
    letter-spacing: -2px;
    font-weight: 700;
    font-size: 54px;
}

#demo .title1 .t1 {
    color: rgb(182, 98, 253);
}

#demo .title1 .t2 {
    color: rgb(254, 158, 0);
}

#demo .para {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    line-height: 37px;
    padding: 20px 0;
}

#demo .btn {
    background: #fe9e00;
    font-weight: 700;
}

.btn {
    border-radius: 35px;
    padding: 0px 40px;
    color: rgb(255, 255, 255);
    line-height: 50px;
    background: #000;
    font-weight: 600;
}

#demo .caption.c1 {
    padding-left: 65px;
    padding-top: 181px;
}

#demo .carousel-indicators {
    bottom: 38px;
    z-index: 99;
}

#demo .carousel-indicators li {
    background-color: transparent;
    border: 2px solid #ff236c;
    box-shadow: 0 0 1px #ff236c;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}

#demo .carousel-indicators .active {
    background: #ff236c;
}

#demo .item2 .t3 {
    color: #fff;
}

#demo .item2 .t1 {
    color: rgb(1, 172, 253);
}

#demo .item3 h3 {
    color: rgb(186, 131, 232);
    font-size: 38px;
    line-height: 50px;
    font-weight: 600;
}

#demo .item3 .t1 {
    color: rgb(235, 62, 222);
    font-size: 54px;
    font-weight: 600;
}

#demo .item3 .list1:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    content: "\f118";
    margin-right: 14px;
    font-size: 19px;
}

#demo .item3 .list1 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

#demo .item3 .ulist {
    padding: 20px 0;
}

#demo .btn:hover {
    background: #ef59ac;
}

.sec1 {
    background-color: #BAE7FF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -50px;
    margin-bottom: 0px;
    padding: 87px 0px 70px 0px;
}

.rule .bx2 i,
.sec1 .title span:after {
    background-color: #a5c347;
}

.vision .box1 .icon,
.sec1 .box1 .icon {
    background-color: #f0aa00;
    font-size: 45px;
    padding: 32px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    width: 41%;
    line-height: 43px;
    height: 118px;
    left: 84px;
    margin-bottom: 37px;
}

.sec1 .box1 .icon svg {
    width: 1em;
    height: 1em;
    fill: #fff;
    overflow: hidden;
}

.vision .box1 .icon,
.sec1 .box1 .ic2 {
    background-color: #ff236c
}

.sec1 h3 {
    color: #000;
    font-weight: 600;
    font-size: 23px;
}

.rule .bx3 i,
.sec1 .box1 .ic3 {
    background-color: #64c8ff;
}

.vision .box1 .icon3,
.sec1 .box1 .ic4 {
    background-color: #A5C347;
}

.sec7 .box1,
.sec1 .box1 {
    padding: 36px 0;
}

.rule .icon,
.vision .icon,
.sec1 .icon {
    transition: 0.5s;
}

.rule .r-box,
.vision .box1,
.sec2 .box1,
.sec1 .box1 {
    transition: 0.6s;
}

.sec2 .box1:hover {
    cursor: grab;
    transform: translate(0, -10px);
}

.sec2 .box1:hover,
.sec1 .box1:hover .icon {
    transition-duration: 1s;
}

.rule .r-box:hover .icon,
.vision .box1:hover .icon,
.sec1 .box1:hover .icon {
    transform: translate(0, -6px);
}

.sec7 .box1:hover,
.sec1 .box1:hover {
    background: #fff;
    border-radius: 14px;
    box-shadow: -1px 1px 20px 6px #dcdede;
    box-sizing: border-box;
}

.title span {
    border-color: #ff6d9d;
    border-bottom: 1px solid;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 180px;
}

.title span:after {
    background-color: #ff6d9d;
    bottom: -3px;
    border-radius: 20px;
    content: "";
    height: 6px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
}

.sub-title h3,
.title h2 {
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 4px;
}

.sec2 {
    background: url(../images/icon-box-bg.png);
    background-size: contain;
    background-position: 100% 50%;
    padding-bottom: 60px;
    text-align: center;
}

.sec2 .box1 {
    height: 570px!important;
    text-align: center;
    padding: 55px 30px 55px 30px;
    background-color: #fff;
    background-image: linear-gradient(180deg, #def5ff 0%, rgba(255, 255, 255, 0) 40%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #def5ff;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05) inset;
}

.sec2 svg {
    width: 17em;
    height: 10em;
    position: relative;
    display: block;
}

.sec2 .box1 h3 {
    font-size: 23px;
    color: #000;
    font-weight: bold;
    padding: 18px 0 11px;
}

.sec2 .box1 p {
    font-size: 16px;
    font-weight: 500;
    color: #565555;
    padding-bottom: 19px;
}

.sec2 .bx2 {
    background-image: linear-gradient(180deg, #fff4dc 0%, rgba(255, 255, 255, 0) 40%);
    border-color: #fff4dc;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05) inset;
}

.sec2 .bx3 {
    background-image: linear-gradient(180deg, #eee1ff 0%, rgba(255, 255, 255, 0) 40%);
    border-color: #f2e8ff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05) inset;
}

.sec2 .box1 a {
    font-weight: 600;
}

.title {
    margin-bottom: 50px;
}

.sec2 button.slick-next,
button.slick-next:hover {
    top: 106% !important;
    left: 51% !important;
}

button.slick-prev,
button.slick-prev:hover {
    top: 106% !important;
    left: 47% !important;
}

.sec3 {
    background: url(../images/sec3-bg.jpg);
    background-position: center center;
    background-repeat: repeat;
    background-attachment: fixed;
}

.sec3 .overlay {
    background-color: #5F5AF0;
    opacity: 0.98;
    padding: 50px 0;
}

.sec3 h2 {
    color: #fff;
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
}

.sec3 p {
    color: #fff;
    padding: 24px 0;
    font-weight: 600;
}

.sec3 .box1 {
    margin-bottom: 22px;
    background: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    display: flex;
    width: 539px;
}

.sec3 svg {
    width: 50px;
    height: 50px;
    position: relative;
    display: block;
}

.sec3 .hn12 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #202020;
    margin-top: 10px;
    margin-left: 28px;
}

.sec3 .ic3 svg {
    fill: #FFC259;
}

.sec3 .ic2 svg {
    fill: #64C8FF;
}

.sec3 .ic1 svg {
    fill: #FF236C;
}

.sec4 .in {
    background-size: auto;
    background-position: 99.5% 0%;
    background: url(../images/sec4-bg.png);
}

.sec4 img {
    border-radius: 20px;
}

.sec4 .left1 {
    margin-bottom: 30px;
}

.sec4 .img2 {
    margin-top: 94px;
}

.sec4 .form-box {
    box-shadow: 10px 0px 60px 0px rgba(0, 0, 0, 0.08);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px;
    border-radius: 10px;
    background: #fff;
}

.form-control {
    border-color: #eeeeee;
    border-radius: 30px;
    padding: 24px 25px;
    margin-bottom: -15px;
}

select.form-control {
    height: 49px;
    padding: 0 25px;
}

.sec4 .hn3 {
    color: #000;
    font-weight: bold;
    font-size: 24px;
}

.footer .btn,
.sec4 .btn {
    background-color: #f0aa00;
    font-weight: bold;
    padding: 11px 40px;
    margin-top: 37px;
    text-align: center;
    border: none;
    width: 100%;
    border-radius: 50px;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sec5 {
    background-color: #A5C347;
    opacity: 0.9;
    color: #fff;
    text-align: center;
}

.sec5 h2 {
    color: #fff;
}

.sec5 .title span:after {
    background-color: #fff;
}

.team .img1,
.sec5 .img1 {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transition: .5s ease;
    object-fit: cover;
}

.sec5 .img12 {
    width: 264px;
    height: 223px;
    overflow: hidden;
    border-radius: 20px;
}

.team .box1,
.sec5 .box1 {
    margin-bottom: 30px;
}

.gallery .overlay,
.team .overlay,
.sec5 .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #ffffff9e;
    border-radius: 20px;
}

.team .img12:hover .overlay,
.sec5 .img12:hover .overlay {
    opacity: 1;
}

.team .ic,
.sec5 .ic {
    padding-top: 89px;
}

.team .box1 i,
.sec5 .box1 i {
    background: #000;
    color: #fff;
    padding: 10px 14px;
    border-radius: 100px;
    font-size: 20px;
}

.sec5 .cn {
    padding-top: 37px;
}

.team h4,
.sec5 h4 {
    font-size: 28px;
    padding: 16px 0;
    font-weight: bold;
}

.team .btn,
.sec5 .btn {
    font-size: 17px;
    font-weight: bold;
    border-radius: 50px;
    border: none;
}

.team .box1 i:hover,
.sec5 .box1 i:hover,
.sec5 .btn:hover {
    background: #15b8fb;
    color: #fff;
}

.sec5 {
    padding: 50px 0 60px;
}

.footer .newsletter {
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 48px 60px 66px 60px;
    z-index: 10;
    border-radius: 20px;
    background: #fff;
    margin-bottom: -200px;
}

.footer .para {
    font-size: 22px;
    padding: 18px 0;
}

.footer .df {
    color: #8700ff;
}

.footer input {
    width: 362px;
}

.footer form {
    display: flex;
}

.footer .btn {
    margin-left: 10px;
    padding: 0 34px;
    margin-top: 31px;
}

.footer .img12 {
    display: inline-block;
    position: absolute;
    left: 135px;
    margin-top: -123px;
}

.footer .para,
.footer .hn2 {
    color: #000;
    font-weight: bold;
}

.footer .btn:hover {
    background: #000;
}

.footer {
    padding-top: 0;
}

.footer .footer-btm {
    background-color: #5D58EF;
    background-image: url(../images/footer-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-bottom: 30px;
}

.footer .ft-tp {
    top: -1px;
    overflow: hidden;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.footer .ft-tp svg {
    width: calc(200% + 1.3px);
    height: 260px;
    transform: translateX(-50%) rotateY(180deg);
    position: relative;
    left: 0;
    display: block;
}

.footer svg:not(:root) {
    overflow: hidden;
}

.footer svg:not([fill]) {
    fill: #5D58EF;
    transform: scaleY(-1);
}

.footer .footer-btm .elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.footer .footer-btm .bt-lg .para,
.footer .footer-btm .para12 {
    line-height: 34px;
    font-weight: 500;
}

.footer-btm .container {
    max-width: 1269px !important;
}

.footer .footer-btm .content {
    margin-top: 27px;
}

.footer .footer-btm .icon i {
    color: #fff;
    background-color: #3b5998;
    font-size: 20px;
    margin-right: 10px;
    text-align: center;
    padding: 10px 13px;
    border-radius: 4px;
}

.footer .footer-btm .icon .ic2 i {
    background-color: #ff2323;
}

.footer .footer-btm .icon .ic3 i {
    background: #1da1f2;
}

.footer .footer-btm .icon .ic4 i {
    background-color: #2a53af;
}

.footer .footer-btm .icon {
    margin-top: 32px;
}

.footer .footer-btm .ulist li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    content: "\f0da";
    margin-right: 19px;
    font-size: 19px;
    color: #fff;
}

.footer .footer-btm .ulist li a {
    color: #fff;
}

.footer .footer-btm .ulist {
    padding: 0;
    line-height: 40px;
}

.footer .footer-btm .ulist,
.footer .footer-btm .hn4 {
    font-weight: 500;
}

.chalkbox-logo-set {
    border-radius: 10px;
    padding: 1px;
    background: #fff;
    margin-left: 5px;
}

.navbar-light .navbar-brand {
    display: flex;
    align-items: center;
}

.navbar .navbar-brand span {
    color: #000 !important;
}

.navbar .navbar-brand span,
.footer .footer-btm .navbar-brand span,
.footer .footer-btm .hn4 {
    font-weight: 700;
    color: #fff
}

.navbar .navbar-brand span,
.footer .footer-btm .navbar-brand span {
    margin-left: 22px;
    font-size: 22px;
    font-weight: 700;
}

.footer .footer-btm .bt-lg img {
    border-radius: 10px;
}

.footer .footer-btm .bt-lg .blog {
    display: flex;
    padding: 12px 0;
    margin-bottom: 22px;
}

.footer .footer-btm .bt-lg .blog.b1 {
    border-bottom: 1px solid #ffffff40;
}

.footer .footer-btm .bt-lg .b-cn {
    line-height: 29px;
    margin-left: 29px;
    font-weight: 500;
}

.footer .footer-btm .bt-lg .para {
    color: #fff;
    font-size: 17px;
}

.footer .footer-btm .bt-lg .c1 {
    line-height: 32px;
}

.footer .footer-btm .bt-lg .ad {
    font-weight: 500;
    font-size: 15px;
}

.footer .logo {
    max-width: 31%;
}

.footer .footer-btm .navbar-brand span {
    margin-left: 5px;
    font-size: 22px !important;
}

.footer .footer-btm .bt-lg .ad i {
    position: absolute;
    margin-top: 7px;
    font-size: 16px;
}

.footer .footer-btm .bt-lg .ad span {
    margin-left: 23px;
}

.footer .footer-btm .bt-lg a:hover {
    color: yellow;
}

.footer .bt-lg .blog a {
    color: #fff;
    font-weight: 600;
}

.alert-dismissible {
    width: 25%;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 99;
    margin: 0;
}

.alert-dismissible p {
    font-weight: 600;
    margin: 0;
}

#scroll {
    position: fixed;
    display: none;
    text-decoration: none;
    bottom: 30px;
    right: 25px;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border: none;
    text-indent: 100%;
    background: url(../images/totop.png) no-repeat left top;
    z-index: 999;
    opacity: 0.8;
    text-indent: -9999px;
    background-size: 80px auto;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
}

#scroll:hover {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.message .title h2,
.about .title h2,
.sec6 .title h2 {
    text-align: left;
}

.message .title,
.about .title,
.sec6 .title {
    margin-bottom: 16px;
}

.sec4 .para-content,
.sec6 .para-content {
    background-color: #f1aa00;
    display: block;
    border-radius: 20px;
    color: #ffffff;
    float: left;
    padding: 40px 36px 20px 37px;
    position: relative;
    width: 100%;
    margin: 15px 0;
}

.sec4 .p2:after {
    display: none;
}

.sec4 .para-content:after,
.sec6 .para-content:after {
    border-color: #f1aa00;
    color: #f1aa00;
    content: ",,";
    font-weight: bold;
    position: absolute;
    top: -30px;
    right: 40px;
    font-size: 66px;
    z-index: 9;
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border: 1px solid;
    border-radius: 50%;
    line-height: 7px;
    text-align: center !important;
    letter-spacing: -4px;
}

.sec6 .tab-content {
    margin-left: -17px;
}

.sec4 .p1 {
    background: #fff;
    padding: 24px;
    height: 94%;
}

.max-height-600 {
    max-height: 600px;
}

.sec4 .p2 h4 {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.sec4 .p2 {
    padding: 10px 7px 10px 17px;
    margin-bottom: 0;
}

.sec4 .p1 p {
    font-weight: bold;
}

.sec4 h4,
.sec6 h4 {
    margin: 0 0 25px;
    font-weight: 600;
}

.sec6 .nav-pills .nav-link.active,
.sec6 .nav-pills .show>.nav-link {
    background: transparent;
    color: #fff;
    border: 2px solid #f1aa00;
    border-radius: 12px;
    box-shadow: 0 0 30px 19px rgba(240, 170, 0, 0.20), 0 0 0 5px #f0aa00;
}

.sec6 .nav-link {
    width: 148px;
    height: 177px;
    padding: 0;
    border-radius: 12px;
    background: transparent;
    margin: 13px;
    box-shadow: 0 0 30px 7px rgba(240, 170, 0, 0.20), 0 0 0 0px #94a3af;
}

.sec6 .nav-item img {
    border-radius: 12px;
}

.sec7 .icon {
    background-color: #64C7FE;
    font-size: 75px;
    padding: 25px;
    border-radius: 20px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    color: #fff;
    fill: #fff;
    line-height: 1;
    transition: all .3s;
    width: 131px;
    left: 72px;
}

.sec7 img {
    transform: rotate(315deg);
    margin-left: 3px;
}

.sec7 h4 {
    color: #000;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 21px;
}

.sec7 .cnt {
    margin-top: 52px;
}

.sec7 h5 {
    color: #808080;
    font-size: 24px;
}

.sec7 .ic12 {
    background-color: #9BBD33;
}

.sec7 .ic13 {
    background-color: #FF3076;
}

.sec7 .ic14 {
    background-color: #8700FF;
}

.sec7 .seprator {
    border-top: 1px solid #8080801f;
    padding-top: 60px;
}

.sec8 {
    background-color: #bae7ff;
    opacity: 0.96;
    padding: 36px 0;
    margin: 60px 0;
}

.sec8 .box2 {
    width: 539px;
}

.sec8 .box1 {
    background: #fff;
    border-radius: 15px;
}

.sec8 .date {
    top: -25px;
    margin-bottom: -15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #799f05;
    font-size: 17px;
    border-radius: 50px;
    color: #fff;
    padding: 9px 20px;
    width: auto;
    font-weight: 600;
    width: 194px;
    margin-left: 38px;
}

.sec8 img {
    border-radius: 15px 15px 0 0;
}

.sec8 .content-box {
    padding: 19px 40px;
}

.sec8 h4 {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 26px;
    font-weight: bold;
}

.sec8 h4 a {
    color: #000;
}

.sec8 p {
    color: #212020;
}

.sec8 .box3 .date {
    padding: 8px 27px;
    margin-left: 27px;
    font-size: 15px;
}

.sec8 .box3 .content-box {
    padding: 13px 29px;
    margin-bottom: 30px;
}

.sec8 .box3 p a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.sec8 .box3 .date {
    background-color: #ff236c;
}

.sec9 .title p {
    text-align: center;
    padding: 12px 148px 21px;
    color: #3a3838;
    font-size: 17px;
    font-weight: 500;
}

.sec9 .lg1:hover img {
    cursor: pointer;
    opacity: 0.6;
    filter: brightness( 100%) contrast( 100%) saturate( 0%) blur( 0px) hue-rotate( 0deg);
}

.footer-copyright {
    background-color: #433ED2;
    padding: 25px 0px 0;
}

.footer-copyright .overlay {
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.footer-copyright p {
    color: #fff;
}

.sec8 a:hover {
    color: #ecec27 !important;
}

.sec3 .icon {
    margin-top: 12px;
}

.sec8 .box2 .img-box {
    width: 539px;
    height: 416px;
    overflow: hidden;
}

.sec8 .box3 img,
.sec8 .box2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec8 .box3 .img-box {
    width: 264px;
    height: 175px;
}

.sec4 .marq {
    height: 93%;
    width: 100%;
}

.sec8 .title {
    margin-bottom: 35px;
}

.rule .title span,
.team .title span,
.sec8 .title span,
.sec2 .title span {
    color: #ff6d9d;
}

.sec1 .title span {
    color: #a5c347;
}


/*--index-end--**/

.bcrumb {
    background: linear-gradient(to right, #f0aa00, #ff3075, #8700ff);
}

.bcrumb .b-overlay {
    padding: 3px 0;
}

.bcrumb h1 {
    display: none;
}

.bcrumb a {
    color: #d6ece5;
}

.bcrumb .sp2,
.bcrumb a:hover {
    color: #fff;
}

.bcrumb i {
    margin: 0 11px;
}

.bcrumb .b-cr {
    font-weight: 600;
    font-size: 17px;
}

.vision .bdn {
    margin-top: 62px;
}

.vision .box1 {
    background-image: linear-gradient(180deg, #E0DFFF 0%, #FFFFFF 50%);
    box-shadow: 0px 10px 60px 0px rgba(180, 150, 250, 0.1);
    border-color: #DFDEFF;
}

.vision .bx2 {
    background-image: linear-gradient(180deg, #FFE8F0 0%, #FFFFFF 50%);
    border-color: #FFE7EF;
    box-shadow: 0px 10px 60px 0px rgba(255, 35, 108, 0.1);
}

.vision .bx3 {
    background-image: linear-gradient(180deg, #EDF8CD 0%, #FFFFFF 50%);
    border-color: #E7F3C1;
    box-shadow: 0px 10px 60px 0px rgba(165, 195, 71, 0.1);
}

.vision .box1 .icon1 {
    background-color: #5d58ef;
}

.vision .icon {
    color: #fff;
}

.vision .box1:hover {
    transform: none;
    cursor: context-menu;
}

.vision .icon:hover {
    background: #000;
}

.vision .box1 .icon {
    padding: 32px 32px 32px 33px;
    width: 38%;
    line-height: 47px;
    height: 111px;
    left: 93px;
    margin-bottom: 5px;
    width: 100px !important;
    height: 100px !important;
}

.vision .box1 {
    height: auto !important;
    padding-bottom: 0;
}

.message .title h2,
.about .title h2 {
    font-size: 35px;
    line-height: 48px;
}

.about .btn {
    padding: 0 45px;
    margin: 19px 0;
    background: #5d58ef;
}

.about .btn:hover {
    background: #ff6d9d;
    color: #fff;
}

.about .img12 img {
    border-radius: 20px;
}

.about .para {
    font-size: 19px;
    font-weight: 600;
}

.message img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.message .msg2 .nm,
.message h2 {
    color: #3247EF;
}

.message h4 {
    line-height: 35px;
    color: #000;
    padding: 5px 0 13px;
}

.message .left1 {
    margin-top: -5px;
}

.message .msg2 .title h2,
.message .nm {
    color: #ff3075;
}

.message p {
    font-weight: 600;
}

.message .sign {
    padding: 11px 0;
}

.message .msg2 .left1 {
    padding-left: 0;
}

.message .msg2 {
    padding-top: 50px;
}

.message .img {
    width: 363px;
    height: 260px;
    background: #fbfbfb;
    border-radius: 10px;
    overflow: hidden;
}

.ftr123 {
    padding-top: 0;
    margin-top: -81px;
}

.team .img12 {
    width: 264px;
    height: 223px;
}

.team .img1 {
    border-radius: 20px;
}

.team h4 {
    padding: 12px 0;
    color: #000;
}

.team p {
    margin-top: 23px;
    margin-bottom: 0;
    font-weight: bold;
}

.team .bx1 i:hover {
    background-color: #A5C347;
}

.team .btn {
    background-color: #A5C347;
    font-size: 15px;
    padding: 0px 28px;
}

.team .btn:hover {
    background: #000 !important;
    color: #fff;
}

.team .bx2 i:hover,
.team .bx2 .btn {
    background: #f0aa00;
}

.contact .fm .btn,
.team .bx3 i:hover,
.team .bx3 .btn {
    background: #8700ff;
}

.team .bx4 i:hover,
.team .bx4 .btn {
    background: #ff3075;
}

.contact .icon {
    font-size: 26px;
    padding: 16px;
    border-radius: 50px;
    color: #8700ff;
    border: 2px solid #8700ff;
}

.contact h4 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 21px;
}

.contact p {
    font-weight: 600;
}

.contact .adr {
    margin-bottom: 22px;
}

.contact .adr2 .icon {
    color: #FF236C;
    border-color: #FF236C;
}

.contact .adr3 .icon {
    color: #A5C347;
    border-color: #A5C347;
}

.contact .adr3 a {
    color: #f0aa00;
}

.contact .fm {
    background-image: url(../images/contact-building-bg.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    padding: 40px 68px;
}

.contact .fm .btn {
    margin-top: 37px;
}

.contact .left1 {
    margin-top: 59px;
}

.map iframe {
    width: 100%;
    height: 440px;
    border-radius: 20px;
    border: 0;
}

.rule i {
    background-color: #5d58ef;
    color: #fff;
    padding: 16px 18px;
    border-radius: 100px;
    font-size: 25px;
}

.rule p {
    color: #5d58ef;
    font-weight: 600;
}

.rule .r-box {
    margin-bottom: 12px;
}

.session .r-box.bx2 .icon i,
.fclty .list1,
.rule .bx2 p {
    color: #a5c347;
}

.session .r-box.bx3 .icon i,
.rule .bx3 p {
    color: #64c8ff;
}

.rule .bx4 i {
    background-color: #f0aa00;
}

.session .r-box.bx4 .icon i,
.rule .bx4 p {
    color: #f0aa00;
}

.rule .bx5 i {
    background-color: #ff3075;
}

.session .r-box.bx5 .icon i,
.rule .bx5 p {
    color: #ff3075;
}

.rule .bx6 i {
    background-color: #8700ff;
}

.session .r-box.bx6 .icon i,
.rule .bx6 p {
    color: #8700ff;
}

.enroll {
    background: none;
}

.enroll .icon {
    width: fit-content !important;
    padding: 30px !important;
    left: 53px !important;
    height: 98px !important;
    line-height: 40px !important;
}

.gallery .nav {
    justify-content: center;
}

.gallery .glry {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery .glry .overlay {
    opacity: 0;
    background-color: #080808bf;
}

.gallery .glry:hover .overlay {
    opacity: 1;
}

.gallery .glry i,
.gallery .glry h5 {
    background-color: #a5c347;
    text-align: center;
    color: #000;
}

.gallery .glry i {
    border-radius: 100px;
    padding: 15px;
    font-size: 20px;
}

.gallery .glry h5 {
    margin-top: 31%;
    padding: 23px 0;
    font-weight: 600;
    font-size: 22px;
}

.gallery .glry .icon {
    top: 27%;
    text-align: center;
    border-radius: 100px;
}

.gallery .nav-pills .nav-item .nav-link {
    border-radius: 30px;
    padding: 8px 23px;
    font-size: 19px;
    font-weight: 600;
    margin: 0 10px 10px;
}

.gallery .nav-pills .nav-item .nav-link {
    color: #fff;
    background-color: #5d58ef;
}

.gallery .nav-pills .nav-item .nav-link.active {
    background-color: #ff236c;
    box-shadow: 0 10px 20px rgba(255, 35, 108, 0.25);
}

.fclty .tab-list {
    display: block;
    padding-top: 29px;
}

.fclty .tab-list .nav-link:before {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f178";
    font-style: normal;
    right: 34px;
    left: auto;
    position: absolute;
    color: #808080;
}

.fclty .tab-list .nav-link:hover,
.fclty .tab-list .nav-link.active {
    background-color: #5d58ef;
    color: #fff !important;
}

.fclty .tab-list .nav-link.active:before {
    color: #fff;
}

.fclty .tab-list .nav-link {
    padding: 11px 23px;
    font-weight: bold;
    border-radius: 10px;
    background-color: #f6f6f6;
    color: #000;
    margin-bottom: 12px;
    font-size: 17px;
}

.fclty .content .img1 {
    border-radius: 10px;
    overflow: hidden;
    width: 726px;
    height: auto;
}

.fclty img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.fclty h5,
.fclty .content h4 {
    color: #000;
    font-weight: bold;
    font-size: 34px;
    padding: 27px 0 10px;
}

.fclty p {
    font-size: 17px;
}

.fclty .list:before {
    color: #ff236c;
    font-size: 18px;
    display: inline-block;
    font-family: FontAwesome;
    content: "\f19c";
    font-style: normal;
    left: 0;
    position: absolute;
}

.fclty .list {
    padding: 0 21px 24px 43px;
}

.fclty .mg1 {
    overflow: hidden;
    width: 348px;
    height: 277px;
    border-radius: 10px;
}

.fclty h5 {
    font-size: 24px;
}

.fclty ul {
    padding: 0;
}

.fclty .list1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 10px;
}

.fclty .feature {
    margin-top: 50px;
}

.student .cn-box {
    padding: 80px 2px 20px;
    border-radius: 20px;
    background-color: #9a4bde;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-top: -65px;
}

.student .toppers-box:nth-child(odd) .cn-box {
    background: #9BBD33;
}

.student .toppers-box:nth-child(even) .cn-box {
    background: #8700FF;
}

.student .cn-box p {
    margin-top: 0;
}

.student .r-img {
    display: block;
    max-width: 135px;
    margin: 0 auto;
    border-radius: 100px;
    overflow: hidden;
    z-index: 9;
    height: 135px;
    border: 4px solid #fff;
}

.student .r-img img {
    width: 100%;
    object-fit: cover;
}

.sub-title h3 {
    text-align: left;
}

.sub-title {
    margin-bottom: 45px;
}

.student .marks-list .sub-title {
    margin-bottom: 25px;
}

.student .table2 {
    margin-top: 22px;
}

.student .box1 {
    margin-bottom: 35px;
}

.student2 {
    padding-top: 0;
}

.student {
    padding-bottom: 45px;
}

.rule2 {
    padding-top: 0;
}

.our-campus .content,
.our-campus .title {
    margin-bottom: 30px;
}

.our-campus .video {
    border-radius: 20px;
    overflow: hidden;
    height: 450px;
}

.info-campus {
    background: none;
    margin: 0;
}

.info-campus .box1 {
    background: #d4f5f2;
}

.session .para {
    color: #7a7a7d;
    padding: 17px 160px 0;
}

.session .r-box .icon i {
    background: none;
    padding: 5px 7px;
    color: #5d62f1;
}

.session .p1 {
    margin-bottom: 8px;
    font-size: 21px;
    font-weight: 700;
}

.session .para-content {
    font-size: 15px;
    line-height: 23px;
    color: #000000;
    font-weight: 600;
}

.session .r-box {
    margin-bottom: 28px;
}

.school-time-sec .btn14 {
    background: #f0aa00;
}

.school-time-sec .btn15 {
    background: #5d58ef;
}

.visiting-days .title h2 {
    text-align: left;
}

.visiting-days .para1 {
    font-size: 19px;
    color: #000;
    font-weight: 600;
}

.visiting-days .inner {
    margin-bottom: 25px;
}

.visiting-days h5 {
    font-weight: 600;
    color: #000;
    margin-bottom: 1px;
}

.visiting-days .para2 {
    font-size: 17px;
    font-weight: 500;
    color: black;
}

.uniform .bdn {
    margin-top: 0;
}

.uniform h4 {
    color: #000;
    font-weight: 600;
    margin-bottom: 41px;
}

.uniform .box1 .icon {
    left: 221px !important;
}

.uniform .box1 {
    padding: 10px !important;
}

.uniform2 {
    padding-bottom: 20px;
}

.registration-form .online-reg .list:before,
.event .para:before {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f274";
    font-style: normal;
    right: 0;
    left: 0;
    position: absolute;
    color: #ff236c;
}

.event .para1 {
    font-size: 24px;
    font-weight: 700;
    color: #0fd2df;
    margin-top: 20px;
}

.event h5 {
    color: #3c2fef;
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 13px;
}

.event .para {
    font-size: 18px;
    margin-left: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 9px;
}

.event .event-date {
    margin-bottom: 30px;
}

.gallery .img12 {
    border-radius: 20px;
    overflow: hidden;
    width: 363px;
    height: 234px;
    margin-bottom: 30px;
}

.gallery img {
    width: 100%;
    object-fit: cover;
}

.holidays .para:before {
    content: "\f271";
}

.holidays .para {
    font-size: 19px;
    margin-bottom: 16px;
}

.upper-header .btn1 a {
    color: #fff;
    font-weight: 600 !important;
}

.upper-header .btn1 a:hover {
    color: #000;
}

.our-campus iframe {
    height: 100%;
    width: 100%;
}


/*---form---*/

.fee-detail .form-box,
.admission-list .form-box,
.registration-form .form-box {
    padding: 55px 40px 50px 40px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 10px 0px 60px 0px rgba(0, 0, 0, 0.08);
    margin: 0 40px;
}

.registration-form .form-tab ul {
    justify-content: center;
    padding-top: 25px;
}

.registration-form .form-tab .nav-item {
    border-radius: 40px;
}

.registration-form .nav-pills .nav-link {
    margin: 0 12px;
    border: 1px solid #da6c47;
    border-radius: 30px;
    padding: 3px 20px;
    font-weight: 700;
    font-size: 18px;
    color: #da6c47;
}

.registration-form .nav-pills .nav-link.active {
    background-color: #da6c47;
    color: #fff;
}

.registration-form h4 {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
}

.registration-form h5 {
    color: red;
    font-size: 19px;
    font-weight: 600;
}

.registration-form .fm {
    padding-top: 17px;
}

.registration-form h6 {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    background: #a5c347;
    color: #fff;
    padding: 10px 0;
    border-radius: 20px;
}

.registration-form .required:after {
    content: " *";
    color: red;
    font-size: 20px;
}

.registration-form form label {
    font-size: 17px;
    FONT-WEIGHT: 600;
    color: #000;
}

.registration-form .form-group {
    margin-bottom: 36px;
}

.registration-form .form-control {
    border-color: #7b7979;
    padding: 18px 25px;
}

.registration-form select.form-control {
    height: 38px;
    padding: 4px 25px;
}

.registration-form .hnd {
    margin: 30px 0;
}

.registration-form .query {
    padding: 42px 0;
}

.registration-form .query1 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}

.registration-form .copyright p {
    color: #fff;
    font-size: 17px;
}

.registration-form .online-reg .list:before {
    content: "\f0a4";
    position: relative;
    padding-right: 12px;
}

.registration-form .online-reg .list {
    margin-left: 12px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.registration-form .note {
    padding-top: 20px;
}

.fee-detail h4 {
    font-size: 26px;
    font-weight: 600;
    color: #6758ef;
}

.fee-detail .f-detail {
    margin-bottom: 20px;
}

.fee-detail h6,
.fee-detail .black {
    color: #000;
}

.fee-detail h6 {
    font-size: 20px;
    font-weight: 600;
}

.admission-list,
.registration-form .online-reg {
    margin-bottom: 26px;
}

.admission-list .cnfrm {
    background: #a5c36f;
    color: #fff;
    font-weight: bold;
}

.admission-list .cncl {
    background: #e45f5f;
}


/*---end-form---*/


/*-------------index1----------*/

.sec8 .cn-box h4 {
    margin-top: 8px;
    margin-bottom: 0px;
    line-height: 32px;
    font-size: 19px;
}

.sec8 .cn-box .content-box {
    padding: 2px 16px;
}

.sec8 .cn-box {
    margin-bottom: 15px;
}

.upper-header .btn1 .btn {
    font-size: 13px;
    padding: 7px 15px;
    line-height: 11px;
    margin-left: 10px;
}

.upper-header .btn1 .btn12 {
    background: #f0aa00;
}

.upper-header .btn1 .btn13 {
    background: #8700ff;
}

.upper-header .btn1 .btn14 {
    background: #ff3075;
}

.fixed-social-icon {
    z-index: 999;
}

.fixed-social-icon .icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -5px;
    width: 70px;
}

.fixed-social-icon .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 22px;
}

.fixed-social-icon .icon-bar a:hover {
    background-color: #000;
}

.fixed-social-icon .facebook {
    background: #3B5998;
    color: white;
}

.fixed-social-icon .twitter {
    background: #55ACEE;
    color: white;
}

.fixed-social-icon .google {
    background: #dd4b39;
    color: white;
}

.fixed-social-icon .linkedin {
    background: #007bb5;
    color: white;
}

.fixed-social-icon .youtube {
    background: #bb0000;
    color: white;
}

.fixed-social-icon .icon-bar a:hover {
    transform: translate(5px, 0);
}


/*----index1-end---*/


/*----responsive---*/

@media (max-width: 370px) and (min-width: 320px) {
    .vision .box1 .icon {
        left: 71px !important;
        width: 44% !important;
    }
    .uniform .box1 .icon {
        left: 74px !important;
    }
}

@media (max-width: 480px) and (min-width: 370px) {
    .vision .box1 .icon {
        width: 38% !important;
        line-height: 66px !important;
        height: 111px !important;
        left: 97px !important;
    }
    .uniform .box1 .icon {
        left: 103px !important;
    }
}

@media (max-width: 480px) and (min-width: 320px) {
    .school-time-sec .btn14 {
        margin-bottom: 12px;
    }
    .footer .footer-btm .navbar-brand span {
        font-size: 22px !important;
    }
    .sec7 .icon {
        display: none;
    }
}

@media (max-width: 768px) and (min-width: 480px) {
    .uniform .box1 .icon {
        left: 119px !important;
    }
    .footer .footer-btm .navbar-brand span {
        font-size: 14px !important;
    }
    .enroll .icon {
        left: 26px !important;
    }
}

@media (max-width: 768px) {
    .upper-header .btn1 {
        display: grid;
        line-height: 39px;
    }
    .sec8 .box2,
    .sec3 .box1 {
        width: auto;
    }
    .navbar .navbar-brand span {
        font-size: 13px;
        line-height: 19px;
    }
    #demo .carousel-item.item2,
    #demo .carousel-item.item3,
    #demo .carousel-item.item1 {
        height: auto;
    }
    #demo .caption.c1 {
        padding: 20px 0;
    }
    #demo .title1 {
        line-height: 43px;
        font-size: 36px;
    }
    #demo .para {
        font-size: 19px;
        line-height: 24px;
        padding: 5px 0;
    }
    .btn {
        padding: 0px 21px;
        line-height: 35px;
    }
    .sec1 {
        margin-top: -69px;
        padding: 84px 0 4px
    }
    .title {
        margin-bottom: 27px;
    }
    .sub-title h3,
    .title h2 {
        font-size: 25px;
        margin-bottom: 2px;
    }
    .sec7 .box1,
    .sec1 .box1 {
        padding: 27px 0;
    }
    .vision .box1 .icon,
    .sec1 .box1 .icon {
        padding: 20px;
        width: 70%;
        line-height: 42px;
        height: 101px;
        left: 22px;
        margin-bottom: 12px;
    }
    .sec1 h3 {
        font-size: 17px;
    }
    .sec2 .box1 {
        height: auto !important;
        padding: 14px 5px;
        margin-bottom: 25px;
    }
    .sec2 .box1 h3 {
        font-size: 20px;
        padding: 15px 0 0px;
    }
    p {
        font-size: 15px !important;
        line-height: 27px;
    }
    h3 {
        font-size: 20px;
    }
    .sec2 .box1 h3 {
        padding: 15px 0 0px;
    }
    .sec2 {
        padding-bottom: 30px;
    }
    .sec5,
    .sec9,
    .admission-list,
    .holiday-list,
    .registration-form,
    .fee-detail,
    .student,
    .sec2,
    .our-campus,
    .event,
    .visiting-days,
    .gallery,
    .fclty,
    .map,
    .rule,
    .contact,
    .about,
    .message,
    .sec6,
    .sec4 {
        padding: 30px 0;
    }
    .sec3 .overlay {
        padding: 20px 0;
    }
    h2 {
        font-size: 22px !important;
        line-height: 32px !important;
    }
    .sec3 p {
        padding: 3px 0;
    }
    .sec3 .box1 {
        padding: 5px 15px;
    }
    h5 {
        font-size: 15px !important;
        line-height: 23px !important;
    }
    .sec3 .hn12 {
        margin-left: 9px;
    }
    .sec4 .img2 {
        margin-top: 0;
    }
    .sec4 .p1 {
        height: auto;
    }
    .sec8 .box3 .img-box,
    .sec5 .img12 {
        width: auto;
        height: auto;
    }
    .team .box1,
    .sec5 .box1 {
        margin-bottom: 22px;
    }
    .sec7 .seprator {
        padding-top: 44px;
    }
    .sec7 .icon {
        padding: 4px;
        width: 90px;
        left: 32px;
    }
    h4 {
        font-size: 20px !important;
    }
    .sec7 h4 {
        margin-bottom: 9px;
    }
    .sec7 .cnt {
        margin-top: 25px;
    }
    .sec8 {
        margin: 0;
    }
    .sec8 .cn-box .content-box {
        padding: 1px 9px;
    }
    .sec8 .box3 .content-box {
        padding: 8px 13px;
        margin-bottom: 25px;
    }
    .sec9 .title p {
        padding: 0;
    }
    .sec9 {
        padding-bottom: 0;
    }
    .footer .ft-tp svg {
        height: 143px;
    }
    .footer .footer-btm .content {
        margin-top: 4px;
    }
    .footer .para {
        padding: 0;
    }
    .footer li {
        font-size: 15px;
    }
    .footer .footer-btm .ulist {
        line-height: 31px;
    }
    .vision .bdn {
        margin-top: 0;
    }
    .vision .box1 {
        height: auto !important;
    }
    .vision .box1 .icon {
        width: 52%;
        line-height: 66px;
        height: 111px;
        left: 49px;
    }
    .our-campus .video {
        height: 269px;
    }
    .message .img {
        width: auto;
        height: auto;
    }
    .message .fn-msg {
        padding: 0 15px;
    }
    .message .title h2 {
        padding: 17px 0 0;
    }
    .message .msg2 {
        padding-top: 20px;
    }
    .session .para {
        color: #7a7a7d;
        padding: 17px 0 0;
    }
    .upper-header .e-id1 {
        font-size: 12px;
    }
    .student,
    .rule2,
    .uniform2 {
        padding-bottom: 0;
    }
    .event .event-date {
        margin-bottom: 22px;
    }
    .fee-detail .form-box,
    .admission-list .form-box,
    .registration-form .form-box {
        padding: 15px;
        margin: 0;
    }
    h6 {
        font-size: 14px !important;
    }
    .fee-detail .f-detail {
        margin-bottom: 17px;
    }
    .fclty .feature {
        margin-top: 13px;
    }
    .fclty .list1 {
        font-size: 16px;
        margin-bottom: 13px;
    }
    .gallery .img12,
    .fclty .mg1,
    .fclty .content .img1 {
        width: auto;
        height: auto;
    }
    .contact .left1 {
        margin-top: 0;
    }
    .contact .icon {
        border: none;
    }
    .contact h4 {
        margin-bottom: 7px;
    }
    .contact .adr {
        margin-bottom: 12px;
    }
    .contact .fm {
        padding: 0 15px 15px;
    }
    .form-group {
        margin-bottom: 0px;
    }
    .registration-form .online-reg .list {
        font-size: 15px;
        margin-bottom: 7px;
    }
}

@media (max-width: 1024px) and (min-width: 780px) {
    .uniform .box1 .icon {
        left: 184px !important;
    }
    .enroll .icon {
        left: 32px !important;
    }
    .fclty .mg1,
    .gallery .img12,
    .fclty .content .img1,
    .sec8 .box2,
    .sec8 .box3 .img-box,
    .sec5 .img12 {
        width: auto;
        height: auto;
    }
    .gallery .img12 {
        height: auto;
    }
}


/*---end--responsive---*/