@import"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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";

* {
    padding: 0px;
    margin: 0px
}

img {
    width: 100%
}

a, p, span, label, marquee, ul, li {
    font-family: "khand", sans-serif;
    margin: 0px
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    margin-bottom: 0px
}

p, span, a, ul, li {
    font-size: 1.2em;
    margin-bottom: 0px
}

figure {
    margin-bottom: 0px;
}
figure.img-container {
    width: 100%
}
figure.img-container img {
    width: 100%
}
.normal-section {
    width: 100%
}

.normal-section.backg-theme {
    background-color: #185988
}
.normal-section.backg-second {
    background-color: #eb9500
}

.normal-section.backg-third {
    background-color: #59a14c
}

.bg-high-g {
    background-color: #aaa
}

.bg-high-gl {
    background-color: #eee
}

.bg-high-gxl {
    background-color: #fafafa
}

.mid-container {
    width: 80%;
    margin: 0px auto
}

.sm-container {
    width: 80%;
    margin: 0px auto
}

.mr-t1 {
    margin-top: 10px
}

.mr-t2 {
    margin-top: 20px
}
.mr-ad-btn {
    margin-top: 25px
}
}
.mr-t3 {
    margin-top: 30px
}

.mr-t4 {
    margin-top: 40px
}

.mr-t5 {
    margin-top: 50px
}

.mr-t6 {
    margin-top: 60px
}
inp-box>.mr-l1 {
    margin-top: 10px
}
inp-box>.mr-l2 {
    margin-top: 20px
}
inp-box>.mr-l3 {
    margin-top: 30px
}
.mr-b1 {
    margin-bottom: 10px
}

.mr-b2 {
    margin-bottom: 20px
}

.mr-b3 {
    margin-bottom: 30px
}

.mr-b4 {
    margin-bottom: 40px
}

.mr-b5 {
    margin-bottom: 50px
}

.mr-b6 {
    margin-bottom: 80px
}

.pd-t1 {
    padding-top: 10px
}

.pd-t2 {
    padding-top: 20px
}

.pd-t3 {
    padding-top: 30px
}

.pd-t4 {
    padding-top: 40px
}

.pd-t5 {
    padding-top: 50px
}

.pd-t6 {
    padding-top: 60px
}

.pd-b1 {
    padding-bottom: 10px
}

.pd-b2 {
    padding-bottom: 20px
}

.pd-b3 {
    padding-bottom: 30px
}

.pd-b4 {
    padding-bottom: 40px
}

.pd-b5 {
    padding-bottom: 50px
}

.pd-b6 {
    padding-bottom: 60px
}

.display-none {
    display: none
}

.btn-thm {
    background: #F49B18;
    border: 1px solid #F49B18;
    padding: 8px 10px;
    color: #fff;
    text-decoration: none;
    outline: none;
    transition: .2s ease-in;
    border-radius: 5px
}

.btn-thm-lg {
    font-size: 15px
}

.btn-thm-md {
    font-size: 14px
}

.btn-thm-sm {
    font-size: 13px
}

.btn-thm-xs {
    border-radius: 2px;
    padding: 2px 10px;
    font-size: 10px
}

.btn-thm:hover {
    background: #fff;
    color: #185988;
    text-decoration: none
}

.box-btn .btn-thm {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 2px
}

.sec-heads {
    margin-bottom: 60px
}

.sec-heads p {
    text-align: left;
    font-size: 16px
}

h2.main-head {
    font-family: "Poppins", sans-serif;
    position: relative;
    text-align: center
}

h2.main-head:after {
    position: absolute;
    content: "";
    background-image: url("../images/icons/svg/ribbon-m.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 300px;
    height: 30px;
    left: 0;
    right: 0;
    margin-top: -14px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    top: 100%
}
@media screen and (max-width: 425px){
    h2.main-head:after {
    background-size: 100% 100%;
    width: 90%;
    height: 30px;
    }
}

h3.sub-head {
    padding-left: 15px;
    border-left: 2px solid #185988;
    font-weight: 500;
    position: relative
}

h3.sub-head:before {
    position: absolute;
    content: "";
    height: 8px;
    border-left: 6px solid #185988;
    border-top: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

h4.box-head {
    font-weight: 400;
    font-size: 18px
}

.parallex-section h2.main-head {
    color: #fff
}

.section-overlay {
    width: 100%;
    position: relative
}

.section-overlay .div-o {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.section-overlay .div-o.od{
    background-color: rgba(30, 90, 150, .7)
}

.section-overlay .div-o.ol {
    background-color: rgba(255, 255, 255, .5)
}

.section-overlay .div-o.ot {
    background-color: rgba(0, 0, 0, 0)
}

.section-overlay .div-o.o-theme {
    background-color: rgba(181, 133, 134, .8)
}

.section-overlay .mid-container {
    position: relative;
    z-index: 2
}

.section-overlay .sm-container {
    position: relative;
    z-index: 2
}

.banner-section {
    position: relative
}

.banner-image {
    position: inherit
}

.banner-head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center
}

.banner-head h1 {
    border: 2px solid #fff;
    padding: 5px 15px;
    text-align: center;
    color: #fff
}

@media screen and (max-width: 650px) {
    .banner-head h1 {
        font-size: 1.1em
    }
}

.style-head {
    padding-left: 20px;
    border-left: 4px solid #f49b18;
    font-weight: 500;
    position: relative;
    font-size: 32px;
    margin-bottom: 25px
}

.style-head:before {
    position: absolute;
    content: "";
    height: 10px;
    border-left: 10px solid #F49B18;
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.parallex-section {
    background-image: url("../images/parallex-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.parallex-section-bg-2 {
    background-image: url("../images/parallex-image-2.jpg")
}

.inp-box input,
.inp-box textarea {
    transition: .2s ease-out;
    width: 100%;
    padding: 8px 10px;
    outline: none;
    border: 1px solid #F49B18;
    position: relative
}

.inp-box input:focus, .inp-box textarea:focus {
    box-shadow: 0px 0px 6px 2px rgba(181, 133, 134, .8);
    z-index: 999
}

.inp-box select {
    transition: .2s ease-out;
    width: 100%;
    padding: 6px 10px;
    outline: none;
    border: 1px solid #F49B18;
    position: relative;
    border-radius: 0px;
    height: fit-content;
}

.inp-box select:focus {
    box-shadow: 0px 0px 6px 2px rgba(181, 133, 134, .8);
    z-index: 999
}

.inp-box ul {
    list-style-position: inside;
    margin-top: 5px;
    margin-bottom: 0px
}

.inp-box ul li {
    font-size: 13px;
    color: #aaa
}

.inp-box-rc {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.inp-box-rc input {
    margin-right: 10px
}

.inp-box-rc label {
    margin-bottom: 0px
}

.btn-box button {
    width: 100%
}

.map-div {
    width: 100%
}

.map-div iframe {
    width: 100%
}

.box-div {
    padding: 5px 10px;
    border: 1px solid #eee;
    background-color: #fefefe;
    display: flex;
    align-items: center
}

.box-div b {
    margin-right: 5px;
    font-weight: 500
}

.boxed {
    width: 100%
}

.boxed label {
    display: inline-block;
  	width: -moz-fit-content;
  	width: fit-content;
  	height: -moz-fit-content;
  	height: fit-content;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #185988;
    transition: all .3s;
    font-size: 14px;
    cursor: pointer
}

.boxed input[type=radio] {
    display: none
}
.boxed input[type=radio]:checked+label {
    background: #185988;
    border: solid 1px #185988;
    color: #fff
}

.boxed input[type=checkbox] {
    display: none
}
.boxed input[type=checkbox]:checked+label {
    background: #185988;
    border: solid 1px #185988;
    color: #fff
}

.pop-iframe {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99999;
    display: none;
    justify-content: center;
    align-items: center;
    animation-name: fadeInOpacity;
    animation-duration: .5s;
    animation-iteration-count: 0
}

.in-pop-iframe {
    width: 50%;
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, .2)
}

.pop-iframe-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #eb9500;
    color: #fff
}

.pop-iframe-head .iframe-title {
    font-size: 20px;
    font-weight: 400
}

.pop-iframe-head .close-iframe {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer
}

.pop-iframe-body {
    width: 100%;
    height: 380px
}

.pop-iframe-body iframe {
    width: 100%;
    height: 100%
}
@media screen and (max-width: 1024px) {
    .in-pop-iframe {
        width: 60%
    }

    .pop-iframe-body {
        height: 360px
    }
}

@media screen and (max-width: 768px) {
    .in-pop-iframe {
        width: 80%
    }
}

@media screen and (max-width: 520px) {
    .in-pop-iframe {
        width: 90%
    }
    .pop-iframe-body {
        height: 320px
    }
}

@keyframes topBot {
    0% {
        transform: translateY(20px)
    }
    50% {
        transform: translateY(-20px)
    }
    100% {
        transform: translateY(0px)
    }
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}
/********************** header ***********************/
header {
    width: 100%;
    background-image: url("../images/header_texture.png")
}

.head-top {
    width: 100%;

}

.head-top .in-head-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.head-top .in-head-top .head-marq {
    width: 80%;
    padding: 8px 0px
}

.head-top .in-head-top .head-marq marquee {
    color: #fff;
    font-size: 13px;
    line-height: normal
}

.head-top .in-head-top .head-btn {
    padding: 5px 20px;
    width: 20%;
    height: 40px;
    position: absolute;
    right: 10%;
    top: 0px;
}

.head-top .in-head-top .head-btn a {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    width: max-content;
    float: left;
    margin-left: 15px;
}

.head-top .in-head-top .head-btn:before {
    position: absolute;
    content: "";
    width: 20px;
    top: 0;
    left: 0;
}

.inHeader {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.inHeader .head-left {
    width: 200px;
    margin-top: 10px;
}

.inHeader .head-right {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
    margin-bottom: 7px;
}

.head-icon-only-ul {
    list-style-type: none;
}

.head-text-ul {
    list-style-type: none
}

.head-text-ul ul li {
    display: inline-block;
    margin-right: 10px
}

.head-text-ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding-left: 15px;
    position: relative
}

.head-icon-only-ul li a i {
    font-size: 20px
}

.inHeader .head-right .head-info {
    width: 28%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
}

.inHeader .head-right .head-info p {
    margin-bottom: 0px
}

.inHeader .head-right .head-info .head-text {
    width: 100%;
    font-size: 1.1em;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-align: right
}

.inHeader .head-right .head-info .head-text i {
    font-size: 1.5em;
    color: #F49B18
}

.inHeader .head-right .head-info .head-data {
    width: 100%;
    font-size: 1em;
    text-align: right
}

@media screen and (max-width: 980px) {
    .head-top .in-head-top .head-marq {
        width: 100%
    }
    .head-top .in-head-top .head-btn {
        display: none
    }
    .inHeader {
        flex-wrap: wrap;
        justify-content: flex-start
    }
    .inHeader .head-right {
        display: none
    }
}

@media screen and (max-width: 425px){
    h2.main-head:after {
    background-size: 100% 100%;
    width: 90%;
    height: 30px;
    }
    .in-head-top {
    position:absolute;
    right: 0px;
    }
    .foot-icon-only-ul {
    list-style-type: none;
    margin: auto;
    width: 140px;
    padding: 0 20px;
    }
    .inhead-icon-only-ul {
    list-style-type: none;
    margin: auto;
    width: 140px;
    padding: 0;
    }
}
/***************** Navigation ***************/
.toggle-bar {
    width: 100%;
    background: #185988;
    display: none;
    justify-content: space-between;
    align-items: center
}

.toggle-bar .tog-btn {
    width: 50%
}

.toggle-bar .tog-btn button {
    border: none;
    color: #fff;
    background: none;
    outline: none;
    cursor: pointer
}

.toggle-bar .head-btn {
    padding: 8px 0px;
    width: 50%;
    background: #eb9500;
    position: relative
    display: none;
}

.toggle-bar .head-btn a {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none
}

.toggle-bar .head-btn:before {
    position: absolute;
    content: "";
    width: 20px;
    top: 1px;
    left: -1px;
}

nav {
    background: #185988;
    padding: 10px 0px
}

nav .nav-ul {
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0px
}

nav .nav-ul li {
    display: inline-block;
    margin-right: 25px
}

nav .nav-ul li a {
    color: #ffffff;
    font-family: "Khand", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px
}

nav .nav-ul li.has-child {
    position: relative;
    padding-right: 20px
}

nav .nav-ul li.has-child ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 9999999;
    top: 100%;
    left: 0;
    min-width: 200px;
    max-width: fit-content;
    list-style-type: none;
    background: #185988;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, .1);
    transform: translateY(10px);
    transition: .2s ease-in
}

nav .nav-ul li.has-child ul li {
    display: block;
    margin-right: 0px;
    border-bottom: 1px solid #eee;
    transition: .2s ease-in
}

nav .nav-ul li.has-child ul li a {
    display: block;
    padding: 8px 10px;
    font-size: 1em;
    white-space: nowrap
}

nav .nav-ul li.has-child ul li:nth-last-child(1) {
    border-bottom: none
}

nav .nav-ul li.has-child ul li:hover {
    background: #F49B18
}

nav .nav-ul li.has-child:hover ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px)
}

nav .nav-ul li.has-child:after {
    position: absolute;
    content: "";
    right: 0;
    top: 10px;
    width: 10px;
    border-top: 8px solid #fff;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0)
}

@media screen and (max-width: 1024px) {
    .toggle-bar {
        display: flex
    }
    nav .nav-ul {
        display: none
    }
    nav .nav-ul li {
        display: block;
        margin-right: 0px;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee
    }
    nav .nav-ul li.has-child {
        padding-right: 0px
    }
    nav .nav-ul li.has-child ul {
        width: 100%
    }
    nav .nav-ul li.has-child ul li {
        margin-bottom: 0px
    }
    nav .nav-ul li:nth-last-child(1) {
        border-bottom: none
    }
}

.img-404 {
    width: 200px;
    margin: 0px auto
}


.info-404 {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.info-404 h3 {
    text-align: center;
    color: #aaa;
    margin-bottom: 10px;
}

.banner-tab-section {
    position: relative;
    z-index: 9999;
    transform: translateY(-50%)
}

.bannerTab {
    width: 90%;
    margin: 0px auto;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    overflow: hidden;
    box-shadow: 0px 6px 6px 3px rgba(0, 0, 0, .1);
    border-radius: 10px
}

.bannerTab li {
    width: 33.3%;
    background: #fafafa;
    padding: 10px 20px
}

.bannerTab li:nth-child(1) {
    background-color: #eb9500;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.bannerTab li:nth-child(2) {
    background-color: #59a14c
}

.bannerTab li:nth-child(3) {
    background-color: #eb9500;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.tabInfo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.tabName {
    width: 80%
}

.tabName a {
    text-decoration: none;
    color: #fff
}

.tabName a i {
    margin-left: 15px
}

.tabIcon {
    width: 18%
}

.tabIcon img {
    width: 100%
}

@media screen and (max-width: 768px) {
    .bannerTab {
        width: 100%
    }
}

@media screen and (max-width: 700px) {
    .banner-tab-section {
        transform: translateY(-20%)
    }
    .bannerTab {
        width: 100%
    }
    .bannerTab li {
        width: 100%
    }
    .bannerTab li:nth-child(1) {
        background-color: #eb9500;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 10px
    }
    .bannerTab li:nth-child(3) {
        background-color: #eb9500;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px
    }
    .tabIcon {
        width: 30px
    }
}

.home-about {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.about-text {
    width: 48%
}

.about-text p {
    margin-bottom: 20px
}

.about-text .about-highlight {
    font-weight: 500
}

.about-image {
    width: 48%
}

.about-image figure {
    border: 2px solid #fff;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .07)
}

@media screen and (max-width: 768px) {
    .about-text {
        width: 100%;
        order: 2
    }

    .about-image {
        order: 1;
        width: 100%;
        margin: 0px auto;
        margin-bottom: 25px
    }
}

.teac-testi-ul {
    width: 100%;
    list-style-type: none
}

.teac-testi-ul li {
    display: block;
    width: 100%;
    padding: 15px
}

.in-teac-testi {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #f1f1f1;
    padding: 60px 30px;
    box-shadow: 0 .2rem .9rem 0 rgba(0, 0, 0, .13);
    overflow: hidden
}

.teac-testi-img {
    position: relative;
    width: 35%
}

.teac-testi-img figure {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0px auto;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #fff;
    background-color: #f1f1f1;
    z-index: 99
}

.teac-testi-img figure img {
    height: 100%;
    object-fit: cover
}

.teac-testi-img:after {
    position: absolute;
    content: "";
    top: 0;
    left: -20px;
    right: 0;
    margin: auto;
    width: 120%;
    height: 65%;
    background-color: #185988;
    z-index: 9;
    transform: rotate(125deg)
}

.teac-testi-data {
    position: relative;
    z-index: 99;
    width: 65%
}

.teac-testi-data p {
    color: #185988;
    font-size: 15px
}

.teac-testi-data p.teac-testi-name {
    margin-top: 20px;
    text-align: right
}

.teac-testi-data p.teac-testi-name span {
    display: inline-block;
    padding: 5px 10px;
    color: #185988;
    font-weight: 500
}

@media screen and (max-width: 1024px) {
    .teac-testi-img:after {
        width: 150%
    }
}

@media screen and (max-width: 768px) {
    .teac-testi-img:after {
        width: 143%;
        transform: rotate(90deg) translateY(30%)
    }
}

@media screen and (max-width: 700px) {
    .teac-testi-img {
        width: 100%;
        margin-bottom: 10px
    }
    .teac-testi-img:after {
        width: 200%;
        height: 60%;
        top: 0;
        left: -50%;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(0deg) translateX(0%) translateY(0%)
    }
    .teac-testi-data {
        width: 100%
    }
    .teac-testi-data p {
        text-align: center
    }
}
.home-faci {
    width: 100%;
    display: flex;
    justify-content: space-between
}


.faciUl {
    width: 100%;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 0px 0px 50px 50px
}

.faciUl li {
    border-radius: 0px 0px 50px 50px;
    width: 250px;
    margin: 1%;
    border-top: 10px solid #fff;
    box-shadow: 0px 0px 10px #999;
    background-image: radial-gradient(circle, #FFCC00, #F49B18);
    overflow: hidden
}

.faciUl li .faci-icon {
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
}



.faciUl li .faci-name {
    width: 100%;
    text-align: center;
    margin-top: -35px
}

.faciUl li .faci-name span {
    font-size: 18px;
    color: #000
}

.faciUl li .faci-name-title {
    width: 100%;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 10px;
}

.faciUl li .faci-name-title span {
    margin-top: -10px;
    font-size: 1.5em;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #000
}

.faciUl li:hover .faci-icon {
    animation-name: topBot;
    animation-duration: .5s;
    animation-iteration-count: 1;
    filter: grayscale(0)
}

.enroll-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.enroll-form .inp-box {
    width: 20%
}
.enroll-form .inp-box input, .enroll-form .inp-box select {
    background: #f8f8fa
}

.enroll-form .btn-box {
    width: 20%
}

.enroll-form .btn-box button {
    border-radius: 0px;
    outline: none
}

.enroll-form .btn-box button.btn-thm:hover {
    background-color: #7b1e20;
    color: #fff
}

.contact-details-ul {
    width: 100%;
    margin-top: 30px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: stretch
}

.contact-details-ul li {
    display: inline-block;
    width: 30%;
    padding: 20px 30px;
    border: 1px solid #fafafa;
    background-color: rgba(255, 255, 255, .05);
    position: relative;
    overflow: hidden
}

.contact-details-ul li:before {
    content: "";
    position: absolute;
    width: 30%;
    height: 200%;
    top: -50%;
    left: 0;
    right: 0;
    margin: auto;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2));
    transform: rotate(30deg)
}

.con-det-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.con-det-head span:nth-child(1) {
    color: #eb9500;
    font-size: 40px;
    text-align: left
}

.con-det-head span:nth-child(2) {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    text-align: right
}

.con-det-data {
    width: 100%
}

.con-det-data p {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px
}

.con-det-data p:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 100%;
    background-color: #aaa
}



@media screen and (max-width: 768px) {
    .faciUl li {
        width: 250px;
        margin-bottom: 50px
    }

    .enroll-form {
        justify-content: space-between
    }

    .enroll-form .inp-box {
        width: 50%
    }

    .enroll-form .btn-box {
        width: 100%
    }

    .contact-details-ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .contact-details-ul li {
        display: block;
        width: 60%;
        margin: 0px auto;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 425px) {
    .faciUl {
        justify-content: centre
    }

    .faciUl li {
        width: 250px;
        margin: 0%;
        margin-bottom: 50px
    }

    .enroll-form .inp-box {
        width: 100%
    }

    .enroll-form .btn-box {
        width: 100%
    }

    .contact-details-ul li {
        width: 100%
    }
}

.updates-div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.updates-slider {
    width: 48%
}

.updates-slider-ul {
    margin-top: 15px;
    list-style-type: none
}

.updates-slider-ul li {
    display: block
}

.up-slider-head {
    padding: 8px 10px;
    background-color: #eb9500
}

.up-slider-head .box-head {
    line-height: normal;
    color: #fff
}

.up-slider-img {
    min-height: 100px;
    max-height: 275px;
    border: 1px solid #eee;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

.up-slider-img img {
    width: 100%
}

.up-slider-desc {
    padding: 40px 0px 0px 0px;
    position: relative
}

.up-slider-desc .noti-date {
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%)
}

.up-slider-desc .noti-date span {
    display: block;
    text-align: center;
    padding: 5px;
    color: #fff;
    width: 100%
}

.up-slider-desc .noti-date span:nth-child(1) {
    background-color: #185988;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 500
}

.up-slider-desc .noti-date span:nth-child(2) {
    background-color: rgba(0, 0, 0, .5)
}

.update-dates {
    width: 45%
}

.updates-dates-ul {
    margin-top: 15px;
    width: 100%;
    list-style-type: none;
    max-height: 380px;
    overflow-y: scroll
}

.updates-dates-ul li {
    display: block;
    width: 100%;
    margin-bottom: 15px
}

.updates-dates-ul::-webkit-scrollbar {
    width: .3em;
    cursor: pointer
}

.updates-dates-ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1)
}

.updates-dates-ul::-webkit-scrollbar-thumb {
    background-color: #185988
}

.up-date-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border: 1px solid #eee;
    background-image: linear-gradient(#eee, #fafafa, #fefefe, #fafafa, #eee)
}

.up-date-date {
    width: 20%;
    border-right: 1px solid #aaa;
    padding: 5px
}

.up-date-date span {
    display: block;
    text-align: center;
    width: 100%
}

.up-date-date span:nth-child(1) {
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 500
}

.up-date-date span:nth-child(2) {
    font-size: 14px
}

.up-date-head {
    width: 80%;
    padding: 5px;
    display: flex;
    align-items: center;
    border-left: 1px solid #aaa
}

.up-date-desc {
    border: 1px solid #eee;
    border-top: none
}

.up-date-desc p {
    padding: 8px 10px
}

@media screen and (max-width: 768px) {
    .updates-slider {
        width: 100%;
        margin-bottom: 20px
    }

    .update-dates {
        width: 100%
    }
}

.home-acp-ul {
    width: 100%;
    list-style-type: none;
    display: flex;
    justify-content: center;
    position: relative
}

.home-acp-ul li {
    display: inline-block;
    width: 30%;
    position: relative;
    margin-right: 4%;
    overflow: hidden
}

.home-acp-ul li.mr-0 {
    margin-right: 0
}

.home-acp-ul li:hover .acp-name {
    height: 50%
}

.home-acp-ul li:hover .acp-info {
    transform: translateY(0%)
}

.home-acp-ul li:nth-child(odd) .acp-name {
    background-color: rgba(255, 169, 21, .7803921569)
}

.home-acp-ul li:nth-child(even) .acp-name {
    background-color: rgba(125, 213, 109, .6196078431)
}

.acp-img {
    width: 100%
}

.acp-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    transition: .3s ease-in
    padding: 20px;
}

.acp-name h5 {
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-align: center
}

.acp-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(0, 0, 0, .8);
    z-index: 999;
    padding: 15px 10px;
    transform: translateY(100%);
    transition: .2s ease-out
}
.acp-info h5{
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}
.acp-info p {
    width: 100%;
    text-align: center;
    color: #fff;
    transition: .5s ease-in-out
}

.acp-info p a {
    font-size: 30px
    color: white;
    style:none;
}

@media screen and (max-width: 1024px) {
    .acp-name h5 {
        font-size: 20px
    }

    .acp-info p {
        font-size: 14px
    }

    .acp-info p a {
        font-size: 20px
    }
}

@media screen and (max-width: 768px) {
    .home-acp-ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch
    }

    .home-acp-ul li {
        width: 49%;
        position: relative;
        margin-right: 0%;
        margin-bottom: 2%
    }

    .acp-name h5 {
        font-size: 25px
    }

    .acp-info p {
        font-size: 15px
    }

    .acp-info p a {
        font-size: 30px
    }
}

@media screen and (max-width: 546px) {
    .acp-name h5 {
        font-size: 20px
    }

    .acp-info span{
        color:#fff; 
        text-align:center; 
        font-size:1.5em
    }

    .acp-info p a {
        font-size: 1.5em
        color:#fff;
    }
}

@media screen and (max-width: 425px) {
    .home-acp-ul {
        justify-content: center
    }

    .home-acp-ul li {
        width: 100%;
        position: relative;
        margin-bottom: 20px
    }

    .acp-name h5 {
        font-size: 25px
    }

    .acp-info p {
        font-size: 15px
    }

    .acp-info p a {
        font-size: 30px
    }
}

.stu-testi-ul {
    list-style-type: none
}

.stu-testi-ul li {
    display: inline-block;
    position: relative;
    padding: 15px
}

.stu-testi-ul li .in-stu-testi {
    position: inherit;
    width: 100%;
    height: 100%;
    box-shadow: 0 .2rem .9rem 0 rgba(0, 0, 0, .13);
    background-color: #fff;
    padding: 2rem;
    border-radius: .8rem
}

.stu-testi-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative
}

.stu-testi-head:after {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    color: #185988;
    right: 0;
    font-size: 5rem;
    opacity: .5
}

.stu-testi-head .stu-testi-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(181, 133, 134, .8)
}

.stu-testi-head .stu-testi-img img {
    height: 100%;
    object-fit: cover
}

.stu-testi-head .stu-testi-info {
    margin-left: 2rem;
    text-transform: uppercase
}

.stu-testi-head .stu-testi-info p {
    color: #185988
}

.stu-testi-desc {
    margin-top: 10px
}

.stu-testi-desc p {
    font-size: 14px
}

@media screen and (max-width: 425px) {
    .stu-testi-head .stu-testi-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        overflow: hidden;
        border: 2px solid rgba(181, 133, 134, .8);
        margin: 0px auto
    }

    .stu-testi-head .stu-testi-img img {
        height: 100%;
        object-fit: cover
    }

    .stu-testi-head .stu-testi-info {
        width: 100%;
        margin-left: 0;
        margin-top: 15px
    }

    .stu-testi-head .stu-testi-info .box-head {
        text-align: center
    }

    .stu-testi-head .stu-testi-info p {
        text-align: center
    }
}

footer {
    width: 100%;
    background-image: url("../images/header_texture.png");
    position: relative
}

footer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 15px;
    border-top: 10px solid #185988;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    left: 0;
    right: 0;
    top: 0;
    margin: auto
}

.foot-data {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.in-foot-data {
    width: 22%
}

.in-foot-data h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px
}

.foot-logo {
    width: 175px;
    margin-left: -15px;
}

.foot-text {
    width: 100%
}

.foot-text p {
    width: 100%
}

.foot-icon-ul {
    list-style-type: none
}

.foot-icon-ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px
}

.foot-icon-ul li .foot-icon {
    width: 30px;
    font-size: 20px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.foot-icon-ul li .foot-icon i {
    color: #F49B18;
    transform: translateY(2px)
}

.foot-text-ul {
    list-style-type: none
}

.foot-text-ul li {
    display: inline-block;
    margin-right: 15px
}

.foot-text-ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding-left: 15px;
    position: relative
}

.foot-text-ul li a:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 16px;
    background-color: #F49B18;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 3px 0px 0px 6px;
}

.foot-icon-only-ul {
    list-style-type: none;
    margin: auto;
    width:100%;
}
.inhead-icon-only-ul {
    list-style-type: none;
    margin: auto;
    width:140px;
}

.foot-icon-only-ul li {
    display: inline-block;
    margin-right: 15px
}
.inhead-icon-only-ul li {
    display: inline-block;
    margin-right: 15px
}
.foot-icon-only-ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: .2s ease-in-out;
    color: #f49b18;
}
.inhead-icon-only-ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: .2s ease-in-out;
    color: #f49b18;
}
.foot-icon-only-ul li a i {
    font-size: 20px
}
.inhead-icon-only-ul li a i {
    font-size: 20px
}

.foot-icon-only-ul li a:hover {
    background-color: #185988;
    color: #fff
}
.inhead-icon-only-ul li a:hover {
    background-color: #185988;
    color: #fff
}

.cr-info {
    background-image: linear-gradient(#185988, #185988, #003366);
    padding: 10px 0px
}

.cr-info p {
    margin-bottom: 0px;
    text-align: center;
    color: #fff
}

.cr-info .dAndM img {
    width: 40px
}

.cr-info .dAndM a {
    text-decoration: none;
    color: #fff
}

@media screen and (max-width: 768px) {
    .foot-data {
        align-items: stretch
    }

    .in-foot-data {
        width: 49%;
        margin-bottom: 2%
    }
}

@media screen and (max-width: 600px) {
    .foot-logo {
        margin: 0px auto
    }

    .foot-info .foot-text p {
        text-align: center
    }

    .foot-data {
        align-items: flex-start
    }

    .in-foot-data {
        width: 100%;
        margin-bottom: 20px;
        border: 1px solid #e5bebf;
        padding: 15px
    }

    .in-foot-data h3 {
        text-align: center
    }

    .foot-icon-only-ul {
        text-align: center
    }
    .inhead-icon-only-ul {
        text-align: center
    }
    .foot-icon-only-ul li {
        margin: 0px 5px 5px 5px;
    }
    .inhead-icon-only-ul li {
        margin: 0px 5px 5px 5px;
    }
}

.about-sch {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 70px;
}

.about-sch-image {
    width: 45%;
    height: 100%;
    border: 4px solid #fff;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, .1)
}

.about-sch-image .img-container {
    width: 100%
}

.about-sch-txt {
    width: 52%
}

.about-sch-txt .style-head {
    margin-bottom: 30px
}

.about-sch-txt p {
    position: relative;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    .about-sch {
        align-items: flex-start
    }
}

@media screen and (max-width: 768px) {
    .about-sch {
        flex-wrap: wrap;
        flex-direction: column-reverse
    }

    .about-sch-txt {
        width: 100%;
        margin-bottom: 20px
    }

    .about-sch-txt p:after {
        display: none
    }

    .about-sch-image {
        width: 80%;
        margin: 0px auto
    }
}

@media screen and (max-width: 520px) {
    .about-sch-image {
        width: 100%
    }
}

.our-mission-text p {
    color: #fff;
    text-align: center
}

.our-mission-text ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.our-mission-text ul li {
    display: block;
    width: fit-content;
    text-align: center;
    color: #eb9500;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 15px;
    position: relative
}



.aims-obj {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch
}

.aims-obj-image {
    width: 45%
}

.aims-obj-txt {
    width: 52%
}

.aims-obj-txt p {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px
}

.aims-obj-txt p:before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 500
}

@media screen and (max-width: 1024px) {
    .aims-obj {
        align-items: flex-start
    }
}

@media screen and (max-width: 768px) {
    .aims-obj {
        flex-wrap: wrap
    }

    .aims-obj-image {
        width: 80%;
        margin: 0px auto;
        margin-bottom: 20px
    }

    .aims-obj-txt {
        width: 100%
    }
}

@media screen and (max-width: 520px) {
    .aims-obj-image {
        width: 100%
    }
}

.web-msg {
    width: 100%;
    position: relative;
    background-color: #f4f4f4
}

.web-msg-img {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position:right top;
    background-image: url('uploads/banner-img-crop/hvNDm-1SF4i-BaGtE-DIPK0-qmGa7.jpeg');
}

.web-msg-quote {
    max-width: 100%;
    position: unset;
    display:flex;
    flex-wrap: wrap;
    padding: 0px;
    background-color: rgba (225 225 225 .75);
}

.qil {
    margin-top:50px;
    margin-left:50px;
    width: 75px;
}

.web-msg-quote p {
    width: 100%;
    font-size: 20px;
    color: #185988;
    padding: 30px;
}

.web-msg-quote:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 50%;
    top: 0;
    left: 0;
    border-top: 5px solid #F49B18;
    border-left: 5px solid #F49B18;
}

.web-msg-quote:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 50%;
    bottom: 0;
    right: 0;
    border-bottom: 5px solid #F49B18;
    border-right: 5px solid #F49B18;
}

.web-msg-name {
    width: fit-content;
    position: absolute;
    bottom: 0;
    right: 20px;
    padding: 8px 20px;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    background-color: #185988;
    color: #fff;
    transform: translateY(50%)
}

.web-msg-text {
    width: 100%;
    margin-top: 50px
}

.web-msg-text p {
    margin-bottom: 20px
}

.web-msg-text img,
.web-msg-text b,
.web-msg-text i {
    display: block
}

.web-msg-text img {
    width: 100px
}
@media screen and (min-width: 1024px) {
    .web-msg-quote {
        position: absolute;
        top:50px;
        left:50px;
        max-width: 45%;
        display: flex;
        flex-wrap:wrap;
        background-color: rgba(225 225 225 .75);
    }
    .qil {
    margin-top: 50px;
    margin-left: 50px;
    width: fit-content;
    }
    .qil img{
    width: 75;
    }
    
    .web-msg-quote p {
        width: 100%;
        height: 209px;
        font-size: 28px;
        color: #185988;
        padding: 36px;
        background-color:rgba(255, 255, 255, 0.75);

    }
}
@media screen and (max-width: 1024) {
    .web-msg-quote {
    max-width: 100%;
    position: unset;
    display: flex;
    flex-wrap:nowrap;
    }

    .web-msg .web-msg-quote p {
        max-width:100%;
        font-size: 1.1em;
        color: #185988;
        padding: 10px
    }
    .web-msg .web-msg-quote .qil {
    margin: 50px auto;
    width: 20%;
    }
    .web-msg .web-msg-quote .qil img{
    width: 75px;
    }

    .web-msg-quote:before {
        border-top: 5px solid #eb9500;
        border-left: 5px solid #eb9500
    }

    .web-msg-quote:after {
        border-bottom: 5px solid #eb9500;
        border-right: 5px solid #eb9500
    }

    .web-msg-name {
        bottom: unset;
        top: 0;
        padding: 5px 10px;
        right: 10px;
        transform: translateY(-50%);
        font-size: 1em
    }
}

.web-table {
    width: 100%
}

.table-name {
    width: 100%;
    margin-bottom: 20px
}

.table-name span {
    display: inline-block;
    width: fit-content;
    padding: 8px 30px;
    background-color: #eb9500;
    color: #fff;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-size: 1.1em;
    position: relative
}

.table-name span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20px;
    border-left: 10px solid #fff;
    border-top: 20px solid rgba(0, 0, 0, 0);
    border-bottom: 20px solid rgba(0, 0, 0, 0)
}

.table-name span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 20px;
    border-left: 10px solid #eb9500;
    border-top: 20px solid rgba(0, 0, 0, 0);
    border-bottom: 20px solid rgba(0, 0, 0, 0);
    transform: translateX(100%)
}

.main-table {
    width: 100%
}

.main-table table {
    width: 100%;
    border-color: #eee
}

.main-table table thead {
    background-color: #fafafa
}

.main-table table th,
.main-table table td {
    padding: 5px 10px;
    text-transform: uppercase
}

.main-table table th {
    font-weight: 500
}

.main-table p {
    position: relative;
    padding-left: 20px
}

.main-table p:before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    font-weight: 500
    font-size: 1em;
    margin-bottom: 10px;
    border-left: 4px solid #F49B18;
    padding-left: 10px;
}

.table-notes-ul {
    width: 100%;
    list-style-type: none
}

.table-notes-ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px
}

.table-notes-ul li:before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 500
}

.many-web-tables {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.many-web-tables .web-table {
    width: 49.5%
}

@media screen and (max-width: 768px) {
    .many-web-tables {
        flex-wrap: wrap
    }

    .many-web-tables .web-table {
        width: 100%
    }
}

.text-only-tab .web-table {
    position: relative;
    padding: 2%;
    padding-top: 0
}

.text-only-tab .web-table:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #eb9500
}

.slider-and-text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.slider-and-text.flx-rev {
    flex-direction: row-reverse
}

.slider-images-ul {
    width: 40%;
    list-style-type: none
}

.slider-images-ul li {
    display: block;
    width: 100%
}

.slider-text {
    width: 58%
}

@media screen and (max-width: 1024px) {
    .slider-and-text {
        flex-wrap: wrap;
        gap: 20px
    }

    .slider-and-text.flx-rev {
        flex-direction: column-reverse
    }

    .slider-images-ul {
        width: 60%;
        margin: 0px auto
    }

    .slider-text {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .slider-images-ul {
        width: 80%
    }
}

@media screen and (max-width: 425px) {
    .slider-images-ul {
        width: 100%
    }
}

.icon-txt-image-ul {
    width: 100%;
    list-style-type: none
}

.icon-txt-image-ul li {
    display: block;
    margin-bottom: 30px;
    position: relative
}

.icon-txt-image-ul li:nth-last-child(1) {
    margin-bottom: 0px
}

.icon-txt-image-ul li:nth-child(even) .iti-li-icon-text {
    flex-direction: row-reverse
}

.icon-txt-image-ul li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #eb9500
}

.iti-li-icon-text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 15px
}

.iti-li-icon {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #eb9500
}

.iti-li-text {
    width: 90%;
    padding: 15px
}

.iti-li-text .box-head {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #185988
}

.iti-li-images {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    justify-content: center;
    align-items: center;
    padding: 0% 1%
}

.iti-li-images .img-container {
    border: 2px solid #fff;
    width: 24%;
    margin-bottom: 1%;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, .1)
}

@media screen and (max-width: 1024px) {
    .iti-li-icon {
        width: 18%;
        padding: 25px
    }

    .iti-li-text {
        width: 85%;
        padding: 20px
    }
}

@media screen and (max-width: 768px) {
    .iti-li-icon-text {
        display: block
    }

    .iti-li-icon {
        width: 15%;
        padding: 20px;
        float: left;
        margin-right: 15px;
        margin-bottom: 15px
    }

    .iti-li-text {
        width: 100%;
        padding: 20px
    }
}

@media screen and (max-width: 425px) {
    .iti-li-icon {
        width: 20%;
        padding: 10px
    }

    .iti-li-images {
        gap: unset;
        justify-content: space-between
    }

    .iti-li-images .img-container {
        width: 49%;
        margin-bottom: 2%
    }
}

.contact-div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative
}

.contact-info {
    width: 58%
}

.contact-info-ul {
    width: 100%;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.contact-info-ul li {
    display: block;
    width: 49%;
    margin-bottom: 3.5%;
    position: relative
}

.contact-info-ul li:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #eb9500;
    z-index: 2
}

.con-info-head {
    position: relative;
    z-index: 3;
    width: fit-content;
    margin: 0px auto;
    padding: 8px 15px;
    text-align: center;
    background-color: #fff
}

.con-info-head i {
    display: inline-block;
    color: #185988;
    margin-right: 5px;
    font-size: 18px
}

.con-info-head span {
    display: inline-block;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: uppercase
}

.con-info-det {
    width: 100%;
    padding: 0 10px
}

.con-info-det p {
    text-align: center
}

.contact-form {
    position: sticky;
    width: 40%;
    top: 20px;
    left: 0
}

.in-contact-form {
    width: 100%;
    padding: 20px;
    border-radius: 0;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, .1);
    background-color: #fff
}

@media screen and (max-width: 768px) {
    .contact-div {
        flex-wrap: wrap;
        flex-direction: column-reverse
    }

    .contact-info {
        width: 100%
    }

    .contact-form {
        width: 100%;
        position: unset;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 425px) {
    .contact-info-ul li {
        width: 100%;
        margin-bottom: 10%
    }
}

.all-gallery {
    width: 100%
}

.gallery-div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative
}

.gallery-div:before {
    content: "";
    position: absolute;
    top: 25px;
    left: 5px;
    width: 1px;
    height: 100%;
    background-color: #aaa;
    z-index: 5
}

.gallery-session {
    width: 8%;
    cursor: pointer;
    background-color: #fff;
    padding: 5px 0px;
    box-sizing: border-box;
    position: relative;
    z-index: 6
}

.gallery-session .box-head {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    font-style: italic
}

.gallery-session .box-head:after {
    content: "";
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-left: 10px solid #eb9500;
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    transition: .3s cubic-bezier(0.4, 0, 1, 1)
}

.gallery-session.open-gall .box-head:after {
    transform: rotate(90deg)
}

.gallery-ul {
    width: 90%;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.gallery-ul li {
    width: 48%;
    display: block;
    margin-bottom: 4%
}

.gallery-ul li.load-btn-wrap {
    width: 100%;
    margin-bottom: 0;
    text-align: center
}

.gallery-ul li.load-btn-wrap button {
    outline: none;
    background-color: #185988;
    border: 1px solid #185988;
    color: #fff;
    font-size: 12px;
    padding: 0 5px 2px 5px;
    border-radius: 3px;
    cursor: pointer
}

.in-gal-li {
    width: 100%;
    position: relative
}

.gal-li-img {
    width: 50%;
    height: 180px;
    overflow: hidden
}

.gal-li-img .img-container {
    height: 100%
}

.gal-li-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gal-li-desc {
    width: 55%;
    position: absolute;
    height: 100%;
    top: 5px;
    right: 0;
    bottom: 5px;
    margin: auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, .1)
}

.gal-li-desc .box-head {
    margin-bottom: 5px
}

.gal-li-desc p {
    font-size: 14px;
    margin-bottom: 5px
}

@media screen and (max-width: 1024px) {
    .gallery-session {
        width: 10%
    }

    .gallery-ul {
        width: 88%
    }

    .gallery-ul li {
        width: 48%;
        margin-bottom: 0px
    }

    .gal-li-img {
        width: 100%;
        position: relative;
        z-index: 6
    }

    .gal-li-desc {
        width: 90%;
        position: relative;
        margin: 0px auto;
        transform: translateY(-30%);
        z-index: 7
    }
}

@media screen and (max-width: 580px) {
    .gallery-session {
        width: 20%
    }

    .gallery-ul {
        width: 78%
    }

    .gallery-ul li {
        width: 100%
    }
}

.single-gallery {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.single-gallery-img {
    width: 30%;
    position: relative
}

.single-gallery-img:after {
    content: "";
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-left: 20px solid #eb9500;
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    transform: translateX(100%)
}

.single-gallery-desc {
    width: 70%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px 20px 20px 30px;
    background-color: #eee
}

.single-gallery-desc .box-head {
    margin-bottom: 5px
}

@media screen and (max-width: 768px) {
    .single-gallery-img {
        width: 50%
    }

    .single-gallery-img:after {
        height: 15px;
        border-left: 10px solid #eb9500;
        border-top: 8px solid rgba(0, 0, 0, 0);
        border-bottom: 8px solid rgba(0, 0, 0, 0)
    }

    .single-gallery-desc {
        width: 50%;
        padding: 10px 10px 10px 20px;
        box-sizing: border-box
    }
}

@media screen and (max-width: 768px) {
    .single-gallery {
        flex-wrap: wrap
    }
    .single-gallery-img {
        width: 100%
    }
    .single-gallery-img:after {
        content: "";
        height: -moz-fit-content;
        height: fit-content;
        width: 30px;
        position: absolute;
        top: unset;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        border-top: 20px solid #eb9500;
        border-left: 15px solid rgba(0, 0, 0, 0);
        border-right: 15px solid rgba(0, 0, 0, 0);
        transform: translateX(0%);
        transform: translateY(100%)
    }
    .single-gallery-desc {
        width: 100%;
        padding: 30px 20px 20px 20px
    }
}

.gallery-type-filter {
    width: 100%
}

.gallery-type-filter ul {
    width: 100%;
    list-style-type: none;
    text-align: center
}

.gallery-type-filter ul li {
    display: inline-block;
    width: 200px;
    min-width: -moz-fit-content;
    min-width: fit-content
}
.gallery-type-filter ul li .boxed {
    width: 100%
}

.gallery-type-filter ul li .boxed label {
    width: 100%;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: uppercase
}

.image-gallery, .video-gallery {
    width: 100%
    }
.image-gallery ul, .video-gallery ul {
    width: 100%;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%
}
.image-gallery ul li, .video-gallery ul li {
    width: 22%;
    margin-bottom: 2%;
    cursor: pointer;
    height: 180px;
    overflow: hidden
}
.image-gallery ul li img, .video-gallery ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
@media screen and (max-width: 768px) {
    .image-gallery ul, .video-gallery ul {
        gap: 1%
    }
.image-gallery ul li, .video-gallery ul li {
        width: 30%;
        margin-bottom: 1%
    }
}
@media screen and (max-width: 520px) {
    .gallery-type-filter ul {
        width: 100%;
        list-style-type: none;
        text-align: center;
        display: flex;
        justify-content: space-between
    }
	.gallery-type-filter ul li {
        display: inline-block;
        width: 49%;
    min-width: -moz-fit-content;
    min-width: fit-content
    }
    .image-gallery ul, .video-gallery ul {
        gap: 0;
        justify-content: space-between
    }
    .image-gallery ul li, .video-gallery ul li {
        width: 49%;
        margin-bottom: 2%
    }
}
/********************************************* Career Page **********************************/
.career-div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative
}

.job-list {
    width: 50%
}

.job-list-ul {
    width: 100%;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.job-list-ul li {
    width: 49%;
    margin-bottom: 40px;
    position: relative
}

.job-list-ul li:before {
    content: "";
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #eb9500;
    z-index: 2
}

.job-head {
    position: relative;
    z-index: 3;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px
}

.job-head i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #fff;
    background-color: #eb9500;
    font-style: unset
}

.job-info {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 0 10px
}

.job-info .box-head {
    text-align: center;
    margin-bottom: 5px
}

.job-info p {
    text-align: center;
    margin-bottom: 5px
}

.job-info .box-btn {
    text-align: center
}

.career-form {
    width: 45%;
    position: sticky;
    left: 0;
    top: 0
}

.in-career-form {
    width: 100%;important;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 0 6px 3px rgba(0, 0, 0, .1)
}

.in-career-form .box-head {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase
}

.in-career-form hr {
    margin: 15px 0 5px 0
}

.job-details {
    width: 100%;
    margin-top: 40px
}

.job-details .style-head {
    font-weight: 400;
    margin-bottom: 15px
}

.job-details .para-desc {
    margin-bottom: 15px
}

.job-details .job-rr-ul {
    list-style-type: none;
    margin-bottom: 15px
}

.job-details .job-rr-ul li {
    position: relative;
    padding-left: 15px
}

.job-details .job-rr-ul .table-notes-ul li:before {
position: absolute;
    content: "";
    width: 3px;
    height: 16px;
    background-color: #F49B18;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 3px 0px 0px 6px;
}
.job-details .job-rr-ul li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #eb9500;
    left: 0;
    top: 8px
}
.frm-mand-details {
    width: 100%;
    margin-top: 40px
}

.frm-mand-details .style-head {
    font-weight: 400;
    margin-bottom: 15px
}

.frm-mand-details .para-desc {
    margin-bottom: 15px
}

.frm-mand-details .head-desc-ul {
    list-style-type: none;
    margin-bottom: 15px
}

.frm-mand-details .head-desc-ul li {
    position: relative;
    padding-left: 15px
}

.frm-mand-details .head-desc-ul li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #eb9500;
    left: 0;
    top: 8px
}

@media screen and (max-width: 1024px) {
    .job-list {
        width: 53%
    }
}

@media screen and (max-width: 768px) {
    .job-list {
        width: 40%
    }
    .job-list-ul li {
        width: 100%
    }
    .career-form {
        width: 58%
    }
}

@media screen and (max-width: 520px) {
    .career-div {
        flex-wrap: wrap
    }
    .job-list {
        width: 100%;
        margin-bottom: 4%
    }
    .job-list-ul li {
        width: 49%
    }
    .career-form {
        width: 100%
    }
}

@media screen and (max-width: 320px) {
    .job-list-ul li {
        width: 100%
    }
}

.teacher-wrapper {
    padding-bottom: 70px;
    margin-top: 60px;
}

.teacher-box-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.teacher-box-wrap .teacher-box {
    box-shadow: 0 1px 3.84px .16px rgba(0, 0, 0, .14);
    margin-bottom: 10px
}

.teacher-box-wrap .teacher-box .teacher-info-wrap {
    padding: 20px;
    text-align: center
}

.teacher-box-wrap .teacher-box .teacher-info-wrap h3 {
    font-size: 16px;
    font-weight: 600;
    color: #444;
    margin-bottom: 5px
}

.teacher-box-wrap .teacher-box .teacher-info-wrap p {
    color: #727272;
    font-size: 14px;
    margin-bottom: 0
}

.facilities-wrapper {
    padding: 60px 0;
    background: #f7f7f7
}

.facilities-wrapper .facilitie-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.facilities-wrapper .facilitie-box-wrap .facilitie-box {
    width: 170px;
    text-align: center;
    margin: 0 16px;
    margin-bottom: 25px;
    padding: 20px 8px
}

.facilities-wrapper .facilitie-box-wrap .facilitie-box .fac-icon-box {
    width: 125px;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 15px;
    border: solid 4px #E6E6E6;
}

.facilities-wrapper .facilitie-box-wrap .facilitie-box h3 {
    font-size: 14px;
    font-weight: 500
}

.sch-update-wrapper {
    padding-top: 60px
}

.messages-wrapper {
    padding-bottom: 60px
}

.message-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.message-box-wrap .message-box {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.message-box-wrap .message-box .per-img {
    width: 27%
}

.message-box-wrap .message-box .per-img img {
    height: 100%;
    object-fit: cover
}

.message-box-wrap .message-box .msg-con-box {
    width: 70%;
    padding: 10px;
    background: #fafafa
}

.message-box-wrap .message-box .msg-con-box .per-name-box {
    margin-bottom: 10px
}

.message-box-wrap .message-box .msg-con-box .per-name-box h3 {
    font-size: 20px;
    font-weight: 500
}

.message-box-wrap .message-box .msg-con-box .per-name-box h3 span {
    font-size: 14px;
    color: #185988;
    font-family: "Roboto", sans-serif
}

.message-box-wrap .message-box .msg-con-box .per-msg p {
    font-size: 14px;
    color: dimgray
}

.message-box-wrap .message-box .msg-con-box .per-msg .know-more-btn {
    font-size: 14px;
    color: #185988;
    margin-top: 10px;
    display: inline-block
}

.message-box-wrap .message-box .msg-con-box .per-msg .know-more-btn:hover {
    text-decoration: none
}

.about-section {
    padding: 60px 0
}

.statistics-wrapper {
    padding: 30px 0;
    background: #f3f3f3
}

.counter-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.counter-wrap .counter-box {
    text-align: center;
    width: 220px;
    margin: 0 5px
}

.counter-wrap .counter-box .counter-icon i {
    color: #eb9500
}

.counter-wrap .counter-box .counter-no {
    margin: 5px 0
}

.counter-wrap .counter-box .counter-no h3 {
    font-size: 20px
}

.counter-wrap .counter-box .counter-title {
    color: dimgray
}

#teachers-slider .owl-nav {
    text-align: center
}

#teachers-slider .owl-nav button {
    background: #185988;
    color: #fff;
    width: 20px;
    margin: 0 2px
}

#teachers-slider .owl-nav .disabled {
    background: #d19ea0
}

.iview-caption.sliderCaption {
    background: rgba(0, 0, 0, 0);
    text-shadow: unset;
    height: auto !important;
    color: #185988;
    top: 50%;
    transform: translateY(-50%)
}

.iview-caption.sliderCaption .caption-contain {
    height: auto !important
}

.form-err-msg {
    text-align: center;
    margin-top: 10px;
    color: red;
    display: none
}

.btn-thm:focus {
    outline: none
}

.aim-wrapper {
    padding: 60px 0;
    margin-top:70px;
}

.cbse-mandatory-wrap {
    padding: 60px 0
}

.cbse-mandatory-wrap .man-div {
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box
}

.cbse-mandatory-wrap .man-div .single-man {
    margin-top: 30px
}

.cbse-mandatory-wrap .man-div .single-man .manTable {
    margin-top: 5px;
    width: 100%
}

.cbse-mandatory-wrap .man-div .single-man .manTable table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #c1c1c1;
    margin-bottom: 0px
}

.cbse-mandatory-wrap .man-div .single-man .manTable table caption {
    background: #fafafa;
    border: 1px solid #eee;
    margin-bottom: 0px !important;
    padding: 8px 5px;
    font-size: 16px;
    font-weight: 500;
    caption-side: top;
    color: #212529;
    text-align: center
}

.cbse-mandatory-wrap .man-div .single-man .manTable table thead {
    background-color: #f3f3f3
}

.cbse-mandatory-wrap .man-div .single-man .manTable table thead th {
    font-weight: 600;
    color: #212529
}

.cbse-mandatory-wrap .man-div .single-man .manTable table thead th.sNoTD {
    white-space: nowrap
}

.cbse-mandatory-wrap .man-div .single-man .manTable table th,
.cbse-mandatory-wrap .man-div .single-man .manTable table td {
    padding: 3px 5px !important
}

.cbse-mandatory-wrap .man-div .single-man .manTable table tbody td {
    text-align: left
}

.cbse-mandatory-wrap .man-div .single-man .manTable table tbody td.sNoTD {
    white-space: nowrap
}

.cbse-mandatory-wrap .man-div .single-man .manTable table tbody td .btnDiv {
    width: 100%;
    margin-bottom: 2px
}

.cbse-mandatory-wrap .man-div .single-man .manTable table tbody td .btnDiv a {
    display: flex;
    color: #000;
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/download.svg);
    background-size: cover;
    background-position: center
}

.cbse-mandatory-wrap .man-div .single-man .manNotes {
    margin-top: 15px
}

.cbse-mandatory-wrap .man-div .single-man .manNotes h3 {
    font-size: 18px
}

.cbse-mandatory-wrap .man-div .single-man .manNotes ul {
    list-style-type: none;
    margin-top: 10px
}

.cbse-mandatory-wrap .man-div .single-man .manNotes ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px
}

.cbse-mandatory-wrap .man-div .single-man .manNotes ul li:before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 500
}
..adm-mandatory-wrap .adm-frm-data-div {
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box
}

..adm-mandatory-wrap .adm-frm-data-div .single-man {
    margin-top: 30px
}

..adm-mandatory-wrap .adm-frm-data-div .single-man .manTable {
    margin-top: 5px;
    width: 100%
}

..adm-mandatory-wrap .adm-frm-data-div .single-man .manTable table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #c1c1c1;
    margin-bottom: 0px
}

..adm-mandatory-wrap .adm-frm-data-div .single-man .manTable table caption {
    background: #fafafa;
    border: 1px solid #eee;
    margin-bottom: 0px !important;
    padding: 8px 5px;
    font-size: 16px;
    font-weight: 500;
    caption-side: top;
    color: #212529;
    text-align: center
}

..adm-mandatory-wrap .adm-frm-data-div .single-man .manTable table thead {
    background-color: #f3f3f3
}

..adm-mandatory-wrap .adm-frm-data-div .single-man .manTable table thead th {
    font-weight: 600;
    color: #212529
}

..adm-mandatory-wrap .adm-frm-data-div .single-man .manTable table thead th.sNoTD {
    white-space: nowrap
}

..adm-mandatory-wrap .adm-frm-data-div .single-man .manTable table th,
..adm-mandatory-wrap .adm-frm-data-div .single-man .manTable table td {
    padding: 3px 5px !important
}

..adm-mandatory-wrap .adm-frm-data-div .single-man .manTable table tbody td {
    text-align: left
}

..adm-mandatory-wrap .adm-frm-data-div .single-man .manTable table tbody td.sNoTD {
    white-space: nowrap
}

..adm-mandatory-wrap .adm-frm-data-div .single-man .manTable table tbody td .btnDiv {
    width: 100%;
    margin-bottom: 2px
}

..adm-mandatory-wrap .adm-frm-data-div .single-man .manTable table tbody td .btnDiv a {
    display: flex;
    color: #000;
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/download.svg);
    background-size: cover;
    background-position: center
}

..adm-mandatory-wrap .adm-frm-data-div .single-man .manNotes {
    margin-top: 15px
}

..adm-mandatory-wrap .adm-frm-data-div .single-man .manNotes h3 {
    font-size: 18px
}

..adm-mandatory-wrap .adm-frm-data-div .single-man .manNotes ul {
    list-style-type: none;
    margin-top: 10px
}

..adm-mandatory-wrap .adm-frm-data-div .single-man .manNotes ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px
}

..adm-mandatory-wrap .adm-frm-data-div .single-man .manNotes ul li:before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 500
}
.social-share-wrap {
    display: flex;
    align-items: center;
    margin-top: 10px
}

.social-share-wrap ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 20px
}

.social-share-wrap ul li {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #185988;
    border-radius: 50%;
    margin-right: 10px;
    transition: all .3s ease-in-out
}

.social-share-wrap ul li a {
    color: #185988;
    display: block
}

.social-share-wrap ul li:hover {
    background-color: #185988
}

.social-share-wrap ul li:hover a {
    color: #fff
}

.share-wrap {
    margin-top: 20px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 20px
}

.share-wrap ul {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 20px
}

.share-wrap ul li {
    display: inline-block;
    width: 30px;
    margin-bottom: 0
}

.share-wrap ul li a {
    color: #185988
}

.bottom-con-btn .whatsapp_btn {
    display: inline-block;
    position: fixed;
    bottom: 165px;
    z-index: 9999999;
    right: 0;
    left: auto;
    transition: all .3s ease-in-out
}

.bottom-con-btn .whatsapp_btn a {
    width: 60px;
    height: 60px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    line-height: 60px;
    margin-right: 20px;
    font-size: 30px;
    color: #25d366;
    box-shadow: rgba(0, 0, 0, .15) 0 3px 12px
}

.bottom-acal-btn .acal_btn {
    display: inline-block;
    position: fixed;
    bottom: 90px;
    z-index: 9999998;
    right: 0;
    left: auto;
    transition: all .3s ease-in-out
}

.bottom-acal-btn .acal_btn a {
    width: 60px;
    height: 60px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    line-height: 60px;
    margin-right: 20px;
    font-size: 30px;
    color: #25d366;
    box-shadow: rgba(0, 0, 0, .15) 0 3px 12px
}
.tc-list-wrapper {
    padding: 60px 0
}

@media screen and (max-width: 1024px) {
    .message-box-wrap .message-box {
        width: 100%;
        margin-bottom: 20px
    }
    .message-box-wrap .message-box .per-img {
        width: 32%
    }
    .message-box-wrap .message-box .msg-con-box {
        width: 65%;
        padding: 20px
    }
    .facilities-wrapper .facilitie-box-wrap .facilitie-box {
        margin: 0 7px 14px 7px
    }
}

@media screen and (max-width: 991px) {
    .facilities-wrapper .facilitie-box-wrap .facilitie-box {
        margin: 0 4px 8px 4px
    }

    .counter-wrap .counter-box {
        width: 23%
    }
}

@media screen and (max-width: 800px) {
    .facilities-wrapper .facilitie-box-wrap .facilitie-box {
        width: 220px;
        margin: 0 10px 20px 10px
    }
    .statistics-wrapper {
        padding-bottom: 10px
    }
    .counter-wrap .counter-box {
        width: 32%;
        margin-bottom: 20px
    }
    .gallery-div {
        flex-wrap: wrap
    }
    .gallery-div:before {
        display: none
    }
    .gallery-div .gallery-session {
        width: 100%;
        border-bottom: 1px solid #185988;
        margin-bottom: 10px
    }
    .gallery-div .gallery-ul {
        width: 100%
    }
    .gallery-div .gallery-ul .gal-li-img {
        height: 200px
    }
    .gallery-div .gallery-ul .gal-li-desc {
        top: 0;
        bottom: 0;
        transform: translateY(-22%)
    }
}

@media screen and (max-width: 768px) {
    .facilities-wrapper .facilitie-box-wrap .facilitie-box {
        width: 210px
    }
}

@media screen and (max-width: 700px) {
    .facilities-wrapper .facilitie-box-wrap .facilitie-box {
        width: 190px
    }
    .counter-wrap .counter-box {
        width: 35%
    }
}

@media screen and (max-width: 640px) {
    .facilities-wrapper .facilitie-box-wrap .facilitie-box {
        width: 172px
    }

    .counter-wrap .counter-box {
        margin: 0px 10px 20px 10px
    }
}

@media screen and (max-width: 600px) {
    .facilities-wrapper .facilitie-box-wrap .facilitie-box {
        width: 46%
    }
    .counter-wrap .counter-box {
        width: 40%
    }
}

@media screen and (max-width: 480px) {
    .message-box-wrap .message-box .per-img, .message-box-wrap .message-box .msg-con-box {
        width: 100%
    }
    .facilities-wrapper .facilitie-box-wrap .facilitie-box {
        width: 40%
    }
    .counter-wrap .counter-box {
        width: 45%
    }
}

@media screen and (max-width: 425px) {
    .facilities-wrapper .facilitie-box-wrap .facilitie-box {
        margin: 0 9.5px 20px 9.5px
    }
    .facilities-wrapper .facilitie-box-wrap .facilitie-box .fac-icon-box {
        width: 130px;
        height: 130px;
        line-height: 100px;
        padding: 0
    }
    .facilities-wrapper .facilitie-box-wrap .facilitie-box .fac-icon-box img {
        width: 55%
    }
    .counter-wrap .counter-box {
        width: 44%;
        margin: 0px 6px 20px 5px
    }
}

@media screen and (max-width: 375px) {
    .facilities-wrapper .facilitie-box-wrap .facilitie-box {
        margin: 0 8px 15px 8px
    }
    .facilities-wrapper .facilitie-box-wrap .facilitie-box h3 {
        font-size: 12px
    }
    .counter-wrap .counter-box {
        width: 65%;
        margin: 0px 5px 20px 5px;
        border: 1px solid #ccc;
        padding: 15px
    }

    .goog-te-gadget-simple {
        background-color: #FFF;
        border-left: 1px solid #D5D5D5;
        border-top: 1px solid #9B9B9B;
        border-bottom: 1px solid #E8E8E8;
        border-right: 1px solid #D5D5D5;
        font-size: 10pt;
        padding-top: 1px;
        padding-bottom: 2px;
        cursor: pointer;
        width: max-content;
        display: flex;
        flex-wrap: wrap;
    }
    div#\:0\.targetLanguage {
        display: flex;
        flex-wrap: wrap;
}

    .call_btn a, .whatsapp_btn a {
        width: 6rem;
        height: 6rem;
        text-align: center;
        display: inline-block;
        border-radius: 50%;
        background: #fff;
        line-height: 6rem;
        margin-right: 2rem;
        font-size: 3rem;
        color: #8b3eea;
        -webkit-box-shadow: rgba(0, 0, 0, .15) 0 3px 12px;
        box-shadow: rgba(0, 0, 0, .15) 0 3px 12px;
    }


}

.cta-wrapper {
    background: url(../images/cta-bg.jpg) repeat;
    text-align: center;
    font-size: 1rem;
    margin-top: 0px;
    padding: 60px 0px;
}
.cta-wrapper .cta-txt {
    text-align: center;
    font-size: 1.75rem;
}

.cta-wrapper .cta-btn a {
    font-family: "Poppins", sans-serif;
    font-size: calc(2rem + 2vw);
    color:#185988;;
    text-decoration:none;
    width: fit-content;
    text-align: center !important;
}

/* From Uiverse.io by JaydipPrajapati1910 */ 
.cta-btn {
  align-self: center;
  background: rgba(200, 200, 200, .5);
  position: relative;
  padding: 5px 15px;
  display: flex;
  margin: 0 auto;
  font-size: calc(2rem + 1vw);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #185988;
  border-radius: 25px;
  outline: none;
  overflow: hidden;
  text-align: center;
}
.cta-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: '';
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  left: -5em;
  text-align: center;
  z-index: -1;
}

.cta-btn:hover {
    background: rgba(20, 65, 100, .8);
    }
.cta-btn:hover .cta-txt{
    color: rgba(255, 255, 255, .8);
    }
@media screen and (max-width: 480px) {
    .cta-wrapper .cta-btn a {
    font-family: "Poppins", sans-serif;
    font-size: calc(1rem + 2vw);
    }
    .cta-btn {
  
  border-radius: 10px;
    }
}
.diff-wrapper {
    padding-bottom: 60px;
}

.diff-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: fit-content;
    background-color: #fafafa;
}

.diff-box-wrap .diff-box .diff-pt-box {
        width: 48%;
        padding: 10px;
        background: #fafafa;

}
    
.diff-img {
    width: 50%
}



.diff-pt {
    padding: 0px;
}

.diff-pt ul {
    list-style-type: none;
    margin-left: 10%;
    margin-top: 5%;
    padding: 10px;
    font-family: "khand";
}

.diff-pt ul li {
    list-style-type: none;
    border-left: 5px solid #daa71d;
    margin-bottom: 5px;
    padding-left: 10px;
    font-size: larger;
}



@media screen and (max-width: 1024px) {
    .diff-box-wrap .diff-box .diff-img, .diff-box-wrap .diff-box .diff-pt-box {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {

    .diff-box-wrap .diff-box .diff-img, .diff-box-wrap .diff-box .diff-pt-box {
        width: 100%;
    }
}



.in-head-top {
    width: fit-content;
    position: absolute;
    right: 10%;
    padding: 5px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 30px;
}



.header-tab {
    width: 20%;
    min-width: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    right: 10%;
    top: 0px;
}

.social-icons a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    margin-right: 15px;
    display: flex
}

.social-icons a:hover {
    color: #F49B18;
}

.translate-button {
    display: flex;
    align-items: center;
    margin-left: -50px;
}

.bglg {
    background-color: #f1f1f1
}

/*# sourceMappingURL=style.css.map */