.header {
    position: relative;
    width: var(--w-full);
    z-index: 999;
    transition: .5s;
    padding: 1rem 0 1rem;
    background: #fff;
}
.header.home-header {
    background: none;
    position: fixed;
    top: 0;
    width: 100%}
.header.home-header::before {
    display: none;
}
.header.header-inner {
    position: fixed;
    top: 0;
}
.header::before {
    content: "";
    width: 100%;
    height: .5rem;
    position: absolute;
    left: 0;
    bottom: -.5rem;
    background: url('../images/header-line.png') no-repeat center / 100%;
    z-index: -1;
}
.header-wrapper {
    padding: 0 1%;
    display: var(--flex);
    justify-content: space-between;
    align-items: center;
}
.header::after {
    background: url(../images/bg.webp) repeat;
    width: 100%;
    height: 0;
    position: fixed;
    top: 0;
    content: '';
    left: 0;
    opacity: 0;
    z-index: -1;
    right: 0;
    margin: auto;
}
.header.header_hover::after {
    opacity: 0;
    height: 100%;
    display: none;
}
.header-wrapper .navbar {
    width: var(--w-full);
    position: static;
    padding: 0;
}
.navbar-menu>ul {
    display: var(--flex);
}
.navbar-menu ul li {
    margin: 4.5rem 8px 0 8px;
    position: relative;
    z-index: 9;
    padding-bottom: 1.5rem;
}
.navbar-menu ul li:nth-last-child(2) .sub-menu, .navbar-menu ul li:nth-last-child(1) .sub-menu {
    right: 0;
}
.navbar-menu ul li>a {
    font-size: 2rem;
    padding: 1.3rem 1rem;
    font-weight: 400;
    color: var(--fontcolor);
    line-height: 2.1rem;
    transition: 0.3s;
    letter-spacing: 0.9px;
}
.navbar-menu ul li:hover >a, .navbar-menu ul li a.active {
    color: var(--Redcolor);
}
.admission-btn {
    position: relative;
}
.navbar-menu ul .admission-btn>a {
    background: #EE7832;
    color: #fff;
    padding: 1.5rem 3.5rem;
    border-radius: 35px;
}
.navbar-menu ul .admission-btn:hover>a {
    background: var(--Redcolor);
    color: #fff;
}
.admission-btn p {
    position: absolute;
    font-size: 1.4rem;
    text-align: center;
    width: 100%;
    line-height: 1.6rem;
    margin-top: .5rem;
}
.admission-btn p span {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    margin: 0;
}
.header_hover .navbar-menu li:hover {
    position: relative;
    z-index: 99;
}
.header_hover .admission-btn p, .header_hover .admission-btn p span {
    color: #ffffff52;
}
.hamberger {
    margin-left: 2.5rem;
    margin-top: 0;
}
.logo-home {
    position: relative;
    z-index: 9;
}
.header.sticky {
    background: #fff;
    padding: 1rem 0;
    position: fixed;
}
.header.home-header.sticky {
    background: #000000e0;
}
.home-header .navbar-menu ul li>a {
    color: #fff!important;
}
.home-header .slide-toggle .bar {
    background: #fff;
}
.logo-home a {
    transition: .5s;
    width: var(--w-full);
}
.sticky .logo-home a {
    width: 80%;
    transition: .5s;
}
main {
    margin-top: 15rem;
    overflow: hidden;
}
.logo-two {
    display: none;
}
.header_hover .logo-two {
    display: block;
}
.header_hover .logo-one {
    display: none;
}
.side-menu {
    overflow-y: auto;
    background-color: var(--Redcolor);
    width: 78rem;
    padding: 18rem 5rem 10rem 10rem;
    position: fixed;
    right: 0;
    bottom: -100vh;
    z-index: 9999;
    height: 100vh;
    transition: all .5s ease-in-out;
    opacity: 1;
}
.side-menu.open-slide {
    bottom: 0;
    opacity: 1;
    z-index: 9999;
}
.slide-toggle .bar {
    width: 2.6rem;
    height: .2rem;
    background: #666;
    border-radius: .2rem;
    transition: 0.2s ease;
    display: block;
    cursor: pointer;
}
.slide-toggle .bar:nth-child(2) {
    width: 2rem;
}
.slide-toggle .bar:nth-child(3) {
    width: 1.4rem;
}
.slide-toggle .bar:not(:first-child) {
    margin-top: .8rem;
}
.slide-toggle.open-slide .bar:first-child {
    transform: rotate(-45deg);
    background: var(--colorwhite);
    margin-top: 2rem;
}
.slide-toggle.open-slide .bar:nth-child(2) {
    opacity: 0;
}
.slide-toggle.open-slide .bar:nth-child(3) {
    margin-top: -1.2rem;
    transform: rotate(45deg);
    background: var(--colorwhite);
    width: 2.6rem;
}
.slide-toggle:hover .bar:nth-child(2) {
    width: 2.5rem;
}
.side-menu a {
    font-size: 1.8rem;
    padding: 1rem 0;
    color: var(--colorwhite);
    line-height: 2.2rem;
    position: relative;
}
.side-menu a::before {
    height: .5rem;
    width: .5rem;
    background: var(--colorwhite);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .5s;
    content: '';
    opacity: 0;
    top: 0;
    margin: auto;
}
.side-menu a:hover::before {
    opacity: 1;
}
.side-menu a:hover {
    padding-left: 1.5rem;
    color: var(--colorwhite);
    border-color: var(--colorwhite);
}
.ham-repeat span {
    font-size: 1.8rem;
    color: var(--colorwhite);
    font-weight: bold;
    display: block;
    padding: 0 0 3rem;
    border-bottom: .1rem solid #ffffff5c;
    margin-bottom: 2.5rem;
}
.ham-repeat {
    padding: 0 0 4rem;
}
.ham-repeat a span {
    padding: 3rem 0 0;
    border-top: .1rem solid #ffffff5c;
    margin: 0;
    border-bottom: 0;
}
.menu-ham .ham-repeat:last-child a:hover {
    padding-left: 0;
}
.menu-ham .ham-repeat:last-child a::before {
    display: none;
}
.side-menu h3 a {
    font-size: 1.75rem;
    color: #393939;
    padding: .2rem 0;
}
.opacity-bg {
    background: url(../images/bg.webp) repeat;
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
    z-index: 999;
    width: var(--w-full);
    height: 0;
}
.open-slide + .opacity-bg {
    opacity: 0.8;
    height: var(--H-full);
}
.slide-toggle {
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 99999;
    width: 2.6rem;
    height: 2.4rem;
}
.side-menu .close-icon {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-block;
    filter: brightness(30%);
    cursor: pointer;
    position: absolute;
    right: 3rem;
    top: 7rem;
    display: none;
}
.menu-ham {
    width: 50%;
    padding: 0 4rem;
}
.side-menu h5 {
    margin-bottom: 0;
    color: #333;
}
.side-menu::-webkit-scrollbar {
    width: .6rem;
}
.side-menu::-webkit-scrollbar-track {
    background-color: #FFDE00;
    border-radius: 1rem;
}
.side-menu::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: #000;
}
.sub-menu {
    background: #DA3948;
    width: 34rem;
    padding: 3.5rem 2.5rem 3.5rem 3.5rem;
    visibility: hidden;
    transform: translateY(-5rem);
    opacity: 0;
    position: absolute;
    top: 11rem;
    transition: 0.3s;
    z-index: 1;
    display: none;
}
.sub-menu a {
    font-size: 1.8rem;
    padding: 1rem 0;
    color: var(--colorwhite);
    line-height: 2.2rem;
    position: relative;
    font-weight: 400;
}
.sub-menu a::before {
    height: .5rem;
    width: .5rem;
    background: var(--colorwhite);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .5s;
    content: '';
    opacity: 0;
    top: 0;
    margin: auto;
}
.sub-menu a:hover::before {
    opacity: 1;
    display: none;
}
.sub-menu a:hover {
    padding-left: .3rem;
    color: #F3BE34;
    border-color: var(--colorwhite);
}
.drop-menu:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    display: block;
}
.drop-menu1:hover .sub-menu1 {
    visibility: visible;
    opacity: 1;
}
.drop-menu1 {
    position: relative;
}
.drop-menu1::before {
    background: url('../images/arrow-white.svg') no-repeat right center;
    height: 1.3rem;
    width: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    z-index: 9;
}
.sub-menu1 {
    background: #DA3948;
    width: 34rem;
    padding: 2.5rem 4.5rem;
    visibility: hidden;
    transform: translateX(28rem);
    opacity: 0;
    position: absolute;
    top: -2rem;
    transition: 0.3s;
    z-index: 1;
}
.navbar-menu ul li:nth-last-child(1) .sub-menu1 {
    transform: translateX(-35rem);
}
.header.inner-header {
    background: #FFF;
    position: fixed;
    top: 0;
}
.header.inner-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: var(--w-full);
    z-index: 999;
}
.inner-header .hamberger .slide-toggle img {
    filter: brightness(0);
}
.header.header_hover .navbar-menu ul li >a {
    color: var(--fontcolor);
}
.header.header_hover .navbar-menu ul li.sub-menu:hover a {
    color: #fff;
}
.header.header_hover .hamberger .slide-toggle img {
    filter: unset;
}
.submenu_section {
    position: absolute;
    right: 9rem;
    top: 1rem;
}
.submenu_section ul li {
    padding: 0 8px 0 8px;
    font-size: 1.4rem;
    margin: 0;
}
.submenu_section ul li a {
    font-size: 1.4rem;
    font-weight: 400;
}
.submenu_section ul li a:hover {
    color: #F3BE34;
}
.submenu_section ul {
    display: flex;
    align-items: center;
}
.sticky .navbar-menu .submenu_section ul li a {
    font-size: 1.35rem;
}
.sub-menu1.sub-menu-right {
    transform: translateX(-34rem);
}
.apply-bnr {
    font-family: var(--familyMonts);
    background: #3053D3;
    border-radius: 3.5rem;
    padding: .8rem 1.5rem!important;
    font-size: 2.4rem;
    font-weight: 500 !important;
    color: #fff!important;
}
.apply-bnr:hover {
    background: #DA3948!important;
}
ul.sec-menu {
    position: relative;
}
ul.sec-menu li:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 23%;
    width: 1px;
    height: 22%;
    background-color: #f5f5dc6b;
}
ul.sec-menu li:first-child:before {
    display: none;
}
ul.inr-sub-menu {
    position: relative;
}
ul.inr-sub-menu li:before {
    content: "";
    position: absolute;
    left: -8px;
    top: 15px;
    background: #313a6c85;
    width: 1px;
    height: 24%}
ul.inr-sub-menu li:first-child:before {
    display: none;
}
.submenu_section ul li {
    padding: 0 8px 0 8px;
    font-size: 1.4rem;
    margin: 0;
}
.submenu_section ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 34%;
    height: 35%;
    width: 1px;
    background-color: #f5f5dc6b;
}
.submenu_section ul li:last-child:before {
    display: none;
}
.submenu_section.seprtr ul li:before {
    background-color: #313a6c85;
}
.submenu_section.seprtr ul li:first-child:before, .submenu_section ul li:first-child:before {
    display: none;
}
.sticky .navbar-menu ul li >a {
    font-size: 1.6rem;
}
@media (max-width:1749px) {
    .logo-home a {
    width: 90%}
.sticky .logo-home a {
    width: 70%}
.navbar-menu ul li >a {
    font-size: 1.5rem;
    padding: 1.3rem .7rem;
}
main {
    margin-top: 14rem;
}
}@media (max-width:1649px) {
    .navbar-menu ul li >a {
    font-size: 1.4rem;
    padding: 1.3rem 0.5rem;
}
.sticky .navbar-menu ul li >a {
    font-size: 1.3rem;
}
.sticky .navbar-menu ul li > a {
    font-size: 1.3rem;
}
.logo-home a {
    width: 80%}
.hamberger {
    margin-left: 1rem;
}
main {
    margin-top: 13rem;
}
.submenu_section {
    right: 7rem;
}
}@media (max-width:1499px) {
    .logo-home {
    width: 22%;
    transition: .5s;
}
.logo-home a, .sticky .logo-home a {
    width: 100%}
.sticky .logo-home {
    width: 18%}
.admission-btn p span {
    font-size: 1.6rem;
}
main {
    margin-top: 13rem;
}
}@media (max-width:1399px) {
    main {
    margin-top: 12rem;
}
.header {
    padding: 1.2rem 0;
}
.side-menu {
    padding: 5rem 5rem 5rem 5rem;
}
.logo-home {
    width: 22%}
.navbar-menu ul li >a {
    font-size: 1.3rem;
    padding: 1rem 0.15rem;
}
.sticky .navbar-menu ul li > a {
    font-size: 1.3rem;
}
.navbar-menu ul .admission-btn >a {
    padding: 1rem 2rem;
}
.side-menu a, .sub-menu a {
    font-size: 1.5rem;
    padding: .8rem 0;
    line-height: 1.8rem;
}
.side-menu {
    width: 65rem;
    padding: 12rem 5rem 8rem 5rem;
}
.ham-repeat span {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    padding: 0 0 2rem;
}
.sub-menu {
    padding: 2.5rem 3.5rem;
    width: 30rem;
    top: 9.3rem;
}
.sub-menu1 {
    width: 30rem;
    transform: translateX(-30rem);
    padding: 2.5rem 3.5rem;
}
.header::before {
    bottom: -.3rem;
    height: .4rem;
}
.submenu_section {
    right: 6rem;
}
.navbar-menu ul li {
    padding-bottom: 1rem;
}
.slide-toggle {
    margin-top: 2rem;
}
.sub-menu1.sub-menu-right {
    transform: translateX(-30rem);
}
}@media (max-width:1199px) {
    main {
    margin-top: 8rem;
}
.logo-home a img {
    max-width: var(--w-full);
}
.navbar-menu ul li >a, .sticky .navbar-menu ul li > a {
    font-size: 1.2rem;
    padding: .5rem .3rem;
}
.hamberger {
    margin-left: 1.5rem;
}
.side-menu {
    padding: 4rem;
}
.admission h4 {
    font-size: 1.6rem;
}
.navbar-menu ul li {
    padding-bottom: 1rem;
    margin-top: 3rem;
}
.sub-menu {
    top: 9rem;
}
.ham-repeat {
    padding: 0 0 2rem;
}
.ham-repeat span {
    padding: 0 0 1rem;
}
.logo-home {
    width: 20%}
.submenu_section ul li a {
    line-height: 1.3rem;
}
.submenu_section ul li {
    margin-top: 0;
}
.slide-toggle {
    margin-top: 1rem;
}
.sub-menu, .sub-menu1 {
    width: 26rem;
    padding: 2rem 3rem;
}
.sub-menu1 {
    transform: translateX(-27rem);
}
.sub-menu1.sub-menu-right {
    transform: translateX(-27rem);
}
}@media (max-width:991px) {
    .fixed-icon, .header .navbar-menu {
    display: none;
}
.logo-home {
    width: 90%;
    text-align: center;
    margin: auto;
    transition: .5s ease-in-out;
}
.sticky .logo-home {
    width: 50%}
.header-wrapper {
    padding: 0 5%}
.side-menu {
    width: 90%}
.header::before {
    height: .2rem;
    bottom: 0;
}
.logo-home a {
    width: 100%;
    margin: auto;
}
}@media (max-width:767px) {
    .header.home-header {
    position: relative;
    background: #000;
}
.header.home-header.sticky {
    position: fixed;
}
.menu-ham {
    width: 100%;
    padding: 0 2rem;
}
.side-menu {
    padding: 8rem 2rem;
}
}@media (max-width:575px) {
    .sticky .logo-home {
    width: 60%}
.sticky .logo-home a img {
    max-width: var(--w-full);
}
.slide-toggle {
    width: 2.5rem;
}
.side-menu a, .sub-menu a {
    font-size: 1.4rem;
    padding: .5rem 0;
}
main {
    margin-top: 12rem;
}
.logo-home {
    width: 24rem;
}
}@media (max-width:399px) {
    main {
    margin-top: 8rem;
}
}.popup-modal .btn-close, #admissionModal .btn-close {
    font-size: 28px;
    position: absolute;
    top: -18px;
    right: 25px;
    opacity: 1;
}
.popup-modal .modal-body, #admissionModal .modal-body {
    padding: 0;
    position: relative;
}
.popup-modal .modal-content, #admissionModal .modal-content {
    background: transparent;
    border-radius: 10px;
}
.admission-img {
    max-width: 100%;
    height: 100%}
@media only screen and (max-width:600px) {
    .admission-img {
    width: 100%;
    height: 100%;
    padding: 30px;
}
.popup-modal .btn-close, #admissionModal .btn-close {
    right: 11px;
    top: -3px;
}
.popup-modal .modal-body, #admissionModal .modal-body {
    bottom: 75px;
}
}.popup-modal .btn-close, #admissionModal .btn-close {
    background: transparent url('../images/close-btn.svg') center /1em auto no-repeat;
}
.searchable ul {
    display: none;
    list-style-type: none;
    background-color: #f5f5f5;
    border-radius: 5px;
    border-top: none;
    max-height: 300px;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: .5rem;
}
.home-submit.searchable ul li a {
    color: #333;
}
.searchable ul li {
    padding: 10px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    text-align: left;
    margin: 0;
}
.searchable ul li.selected {
    background-color: #FDEBE7;
    color: #0096A1;
}
.searchable ul li:first-child {
    padding-left: 9px;
}
.pagination_loader {
    font-size: 20px;
}
.moretext {
    display: none;
}
@media (max-width:1649px) {
    .searchable ul {
    max-height: 360px;
}
}@media (max-width:1399px) {
    .searchable ul {
    max-height: 300px;
}
}@media (max-width:1199px) {
    .searchable ul {
    max-height: 260px;
}
}@media (max-width:1199px) {
    .searchable ul {
    max-height: 300px;
}
}.qcontact-link {
    position: fixed;
    padding: 8px;
    display: block;
    background: #211c3a;
    color: #fff;
    border-radius: .8rem 0 0 .8rem;
    margin-right: -145px;
    line-height: 1;
    bottom: 140px;
    right: 0;
    z-index: 12;
}
.qcontact-link.whatsapp {
    background: rgb(37, 211, 102);
    bottom: 96px;
}
.qcontact-link.brochurefile {
    background: #da3948;
    bottom: 48px!important;
}
.qcontact-link.chat {
    bottom: 75px!important;
    filter: drop-shadow(-1px 1px 1px rgba(0, 0, 0, .2));
    background: #2f06ff;
}
.qcontact-link img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.qcontact-link span {
    display: inline-block;
    padding-left: 2rem;
    line-height: 1;
}
@media (hover:hover) {
    .qcontact-link: hover {
    margin-right: 0;
    color: #fff;
}
}@media (max-width:991.98px) {
    .qcontact-link {
    padding: .9rem 1.2rem;
    margin-right: -135px;
}
.qcontact-link.whatsapp {
    background: rgb(37, 211, 102);
    bottom: 17.4rem;
    filter: drop-shadow(-1px 1px 1px rgba(0, 0, 0, .2));
}
.qcontact-link.brochurefile {
    background: #da3948;
    bottom: 12.5rem!important;
    filter: drop-shadow(-1px 1px 1px rgba(0, 0, 0, .2));
}
.qcontact-link.chat {
    bottom: 7.7rem!important;
    filter: drop-shadow(-1px 1px 1px rgba(0, 0, 0, .2));
    background: #2f06ff;
}
.qcontact-link span {
    padding-left: 1.3rem;
}
}@media (max-width:575px) {
    .qcontact-link img {
    max-width: 2rem;
}
.qcontact-link {
    margin-right: -130px;
}
}.featured-img.img-box {
    margin-bottom: 20px;
}
.featured-content.img-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: black;
    text-transform: capitalize;
    font-family: var(--familyRobo);
    padding-bottom: 5px;
}
.featured-content.img-content h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 22px;
    color: black;
    text-transform: capitalize;
    font-family: var(--familyRobo);
}
.featured-content.img-content h6 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: black;
    text-transform: capitalize;
    font-family: var(--familyRobo);
}
.btn-custom {
    font-family: var(--familyMonts);
    background: #3053d3;
    border-radius: 3.5rem;
    padding: 0.8rem 1.5rem!important;
    font-size: 16px;
    font-weight: 500!important;
    color: #fff!important;
}
.table {
    font-size: 15px;
    border-collapse: collapse;
}
.btn.btn-primary {
    background: #be283c;
    border: none;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.Infrastructure-sec {
    background-color: #d3f2f5;
}
@media (max-width:767px) {
    .col-xs-6 {
    width: 50%}
}footer {
    background: #010055;
    padding: 50px 0 0;
    overflow: hidden;
}
.f-menu {
    width: 14%;
    padding-right: 2%}
.f-menu:nth-child(5), .f-menu:nth-child(2), .f-menu:nth-child(3), .f-menu:nth-child(4) {
    width: 20%}
.f-menu:nth-child(7) {
    width: 20%;
    padding-right: 0;
}
footer span {
    color: var(--colorwhite);
    margin-bottom: 2rem;
    font-family: var(--familyRobo);
    font-size: 1.6rem;
    font-weight: 500;
    display: block;
}
footer a span {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
footer a {
    font-size: 1.4rem;
    color: var(--lightgrey);
    display: block;
    padding: .4rem 0;
    position: relative;
    font-family: var(--familyRobo);
    line-height: 1.8rem;
}
footer a:hover,  footer a:hover span {
    color: #f3c326;
    padding-left: 0;
}
footer a::before {
    height: .5rem;
    width: .5rem;
    background: #eee;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s;
    content: '';
    opacity: 0;
    top: 0;
    margin: auto;
}
.f-menu-bottom {
    display: var(--flex);
    justify-content: space-between;
    width: var(--w-full);
    text-align: center;
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: .2rem solid #ffffff1c;
}
.copyright {
    align-items: center;
    display: var(--flex);
    justify-content: center;
    padding: 10px 0;
}
.copyright p {
    font-size: 16px;
    color: var(--colorwhite);
    padding-left: 2rem;
    padding-bottom: 0;
}
.copyright p a {
    display: inline;
}
.quick-menu {
    background: #3053D3;
    padding: 1.5rem 0;
    margin: 5rem 0 0;
}
.quick-inn {
    display: var(--flex);
    justify-content: center;
    width: 100%;
    align-items: center;
}
footer .quick-inn a {
    padding: 0 1rem;
    margin: 0 1rem;
    position: relative;
}
footer .quick-inn a::before {
    background: #fff;
    height: .9rem;
    width: .9rem;
    position: absolute;
    left: -1.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    opacity: 1;
    transition: 0.5s;
}
footer .quick-inn a:hover::before {
    border-radius: 100%;
    background: #EE7832;
}
footer .quick-inn a:first-child::before {
    display: none;
}
.newsletter input {
    width: var(--w-full);
    height: 5rem;
    border: 0;
    font-size: 12px;
    padding: .5rem 3rem;
    color: #8D8D8D;
    background: #fff;
    border-radius: 3.5rem;
}
.newsletter {
    position: relative;
    width: 100%}
.newsletter button {
    background: none;
    border: 0;
    position: absolute;
    right: 3rem;
    bottom: 3.2rem;
    margin: auto;
}
.newsletter p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #fff;
    padding: 2rem 0 1rem;
}
.follows {
    margin: 2rem 0 0;
    display: var(--flex);
    align-items: center;
}
.follows span {
    margin-bottom: 0;
    font-size: 14px!important;
    margin-right: 8px!important;
}
.follows ul {
    display: var(--flex);
}
.follows a {
    width: 2.7rem;
    height: 2.7rem;
    margin: .2rem;
    border-radius: .3rem;
    display: var(--flex);
    align-items: center;
    justify-content: center;
}
.follows a::before, .copyright a::before {
    display: none;
}
.copyright a:hover {
    padding-left: 0;
}
.follows a:hover {
    padding: 0;
}
.facebook:hover {
    background: #3B5998;
}
.twitter:hover {
    background: #55ACEE;
}
.youtube:hover {
    background: #bb0000;
}
.linkden:hover {
    background: #007bb5;
}
.instagrame:hover {
    background: #f40083;
}
.threads:hover {
    background: #000000d4;
}
.mobile-footer-menu, .mobile-bottom-menu {
    display: none;
}
.m-call p {
    font-size: 1.8rem;
}
.m-call {
    background: var(--bluecolor);
}
.m-email {
    background: var(--yellowcolor);
}
.m-email p {
    font-size: 1.5rem;
}
.f-menu.f-menu-other {
    display: none;
}
.errEmail {
    position: absolute;
}
@media (max-width:1649px) {
    footer a {
    font-size: 1.4rem;
}
footer span a {
    font-size: 1.6rem;
}
.follows span {
    font-size: 1.5rem;
    margin-right: 2rem;
}
}@media (max-width:1399px) {
    .f-menu {
    width: 14%}
.f-menu:nth-child(7) {
    width: 20%}
footer .quick-inn a {
    padding: 0 .5rem;
    margin: 0 .5rem;
}
footer .quick-inn a::before {
    height: .5rem;
    left: -.7rem;
    width: .5rem;
}
.f-menu:nth-child(3), .f-menu:nth-child(4), .f-menu:nth-child(2), .f-menu:nth-child(5) {
    width: 20%}
footer a, .newsletter p {
    font-size: 1.3rem;
}
footer a span,  footer span {
    font-size: 1.6rem;
}
}@media (max-width:1199px) {
    .newsletter input {
    font-size: 1.4rem;
}
}@media (max-width:991px) {
    .f-menu-bottom {
    flex-wrap: wrap;
    justify-content: center;
}
.newsletter {
    width: var(--w-full);
}
.follows {
    flex-wrap: wrap;
    justify-content: center;
    width: var(--w-full);
    padding:  0;
    margin: 0;
}
.follows span, .newsletter span, .mobile-footer-menu a {
    font-size: 1.8rem;
    margin-right: 0;
    display: block;
    width: var(--w-full);
    font-family: var(--familyIBM);
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: 500;
}
.copyright {
    width: var(--w-full);
    justify-content: center;
}
.copyright p a {
    font-size: 1.2rem;
}
.newsletter input {
    font-size: 1.4rem;
    background: #fff;
    color: var(--fontcolor);
    font-style: normal;
}
.newsletter img {
    filter: invert(100);
}
.newsletter span {
    display: block;
}
.newsletter button {
    top: unset;
    margin: auto;
}
.f-menu {
    width: 100%;
    margin-bottom: .4rem;
    padding-right: 0;
}
.f-menu:nth-child(5) {
    width: 100%}
.f-menu:nth-child(7) {
    width: 100%;
    text-align: center;
    border-top: 0rem solid #ffffff63;
    padding: 2rem 0 0;
    margin: 1rem 0 0;
}
footer span {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    text-transform: capitalize;
}
.newsletter p {
    padding: 0 0 1rem;
    font-size: 1.2rem;
}
footer .quick-inn a {
    padding: 0 1rem;
    margin: .5rem;
}
.quick-inn {
    flex-wrap: wrap;
}
footer .quick-inn {
    padding: 0 ;
    justify-content: left;
}
footer .quick-inn a {
    padding: .4em 0;
    margin: .5% 1%;
    width: 48%}
.menu-ul-ftr {
    height: 0;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: height .3s ease-in-out;
    padding: 0 3rem;
}
footer a:hover {
    padding-left: 0;
}
footer a:hover::before {
    display: none;
}
.f-menu:nth-child(6) {
    border: 0;
    padding: 0 0 3rem;
    width: 100%}
footer {
    margin-bottom: 6.5rem;
}
.quick-menu {
    padding: 2rem 0;
    margin: 3rem 0 0;
}
.follows span {
    margin: 0 1rem 0 0;
    font-size: 1.4rem;
    width: auto;
}
footer .quick-inn a::before, .f-menu:nth-child(2), .f-menu:nth-child(3), .f-menu:nth-child(4), .f-menu:nth-child(5) {
    display: none;
}
.mobile-footer-menu {
    display: block;
    width: 100%;
    text-align: center;
}
.mobile-bottom-menu {
    background: #253c88;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    display: block;
}
.mobile-bottom-menu>ul {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    z-index: 999999;
    position: relative;
}
.mobile-bottom-menu ul p, .mobile-bottom-menu ul figure {
    margin: 0;
    color: #fff;
    transition: 0.3s;
}
.mobile-bottom-menu ul figure {
    margin-bottom: 1.5rem;
    height: 2.5rem;
}
.mobile-bottom-menu>ul>li {
    text-align: center;
    transition: 0.3s;
    width: 25%;
    background: #253c88;
    border-right: .2rem solid #2e4690;
}
.mobile-bottom-menu>ul>li a {
    padding: 12px 0;
    display: block;
}
.togglee.active {
    background: #000;
}
.mobile-bottom-menu>li a:hover {
    background: #222;
}
.mobile-bottom-menu ul p {
    font-size: 10px;
    color: #fff;
    margin-top: -9px;
    padding-bottom: 0;
    line-height: 11px;
}
.goback a {
    background-image: linear-gradient(#0161A0, #0676C0);
}
.mobile-bottom-menu ul li:hover figure {
    transform: translateY(2px);
}
.mobile-bottom-menu ul li:last-child {
    border-right: 0;
}
.call-mobile {
    overflow-y: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    width: 100%;
    transform: translateY(100%);
    height: 40vh;
    display: grid;
    padding-bottom: 6.5rem;
}
.call-mobile.show {
    transform: translateY(0);
}
.call-mobile a {
    color: #2A2727;
    font-size: 1.7rem;
    font-weight: 600;
    width: 100%;
    padding: 1.8rem 2.5rem;
    margin: 1.5rem auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 7rem;
    font-family: 'Montserrat',  sans-serif;
}
.call-mobile a img {
    margin-right: 1.8rem;
}
.call-mobile a p {
    color: #fff;
    font-family: 'Montserrat',  sans-serif;
    font-size: 1.4rem;
}
.call-inner {
    padding: .8rem 2rem;
    align-self: flex-end;
    background: #000;
}
.inquiry-now {
    background: #D93E3E;
}
.admission-button a {
    background: #FCCF14;
    padding: 2rem 2rem;
    margin: 0;
}
.admission-button span {
    font-weight: 600;
    font-size: 1.6rem;
    color: #000;
    width: 100%}
.call-mobile .admission-button p {
    font-size: 3rem;
    font-weight: bold;
    color: #000;
}
.enquiry-mobile {
    overflow-y: auto;
    background: #222;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    width: 100%;
    transform: translateY(100%);
    height: 60vh;
    display: grid;
    padding-bottom: 6.5rem;
}
.enquiry-mobile.show1 {
    transform: translateY(0);
}
.enquiry-mobile a {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 700;
    width: 100%;
    padding: 1.6rem 2.5rem;
    margin: 2rem auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6rem;
    font-family: 'Montserrat', sans-serif;
}
.enquiry-mobile a p {
    color: #fff;
    font-size: 1.6rem;
}
.enquiry-mobile span {
    font-size: 1.2rem;
    font-weight: normal;
    display: block;
    text-transform: capitalize;
    line-height: 1.8rem;
}
.pg-p {
    background-color: #253C88;
}
.ug-p {
    background-color: #253C88;
}
.res-p, .other-p {
    background-color: #005479;
}
.mobile-bottom-menu .search-home .submit-btn a {
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 2rem;
    left: auto;
    width: auto;
}
.insurance-mobile {
    overflow-y: auto;
    background: #F3BE34;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    width: 100%;
    transform: translateY(100%);
    height: 100vh;
    display: grid;
    padding-bottom: 8rem;
}
.insurance-mobile.show2 {
    transform: translateY(0);
}
.main-links {
    padding: 8rem 0 0;
    background: #F3BE34;
    align-self: flex-start;
}
.main-links>li>a {
    font-size: 1.6rem;
    padding: .8rem;
    border-bottom: .1rem solid #ddddddba;
    font-weight: 600;
}
.main-links>li:last-child a {
    border-bottom: 0;
}
.link-other {
    background: #F3BE34;
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
}
.m-drop-sub {
    background: #EAE5DA;
    display: none;
}
.m-drop-sub a {
    padding: .7rem 1rem;
    font-size: 1.3rem;
    border-bottom: .1rem dotted #00000036;
    color: #000;
    line-height: 1.8rem;
}
.m-drop-sub a:last-child {
    border-bottom: 0;
}
.m-drop>a {
    position: relative;
}
.m-drop>a::before {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 3rem;
    font-weight: 300;
    line-height: 2rem;
    height: 2rem;
    transition: 0.5s;
}
.m-drop.active>a::before {
    transform: rotate(45deg);
}
.megha-box label {
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
}
.m-drop-sub::-webkit-scrollbar {
    width: 3px;
}
.m-drop-sub::-webkit-scrollbar-track {
    background-color: #999;
    border-radius: 10px;
}
.m-drop-sub::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #FFDE00;
}
.call-now {
    background: #F3BE34;
}
.call-mobile a.mail-now {
    background: #3053D3;
    color: #fff;
}
.m-search-ftr {
    padding: 30rem 2rem 0;
    align-self: flex-end;
}
.m-search-ftr .search-home input {
    padding: 1rem 5rem 1rem 3rem;
    height: 6rem;
    border-radius: 6rem;
    border: 0;
    font-style: italic;
}
.home-submit.searchable ul li a {
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 500;
}
.m-search-ftr .search-home {
    margin: 3rem 0 3rem;
    position: relative;
}
.main-links ul ul, .link-other ul ul {
    display: none;
}
.step-3 {
    position: relative;
}
.main-links li {
    border-bottom: .1rem solid #0000005e;
    position: relative;
    z-index: 9;
}
.link-other li {
    border-bottom: .1rem solid #0000005e;
    position: relative;
}
.main-links a {
    font-size: 1.8rem;
    line-height: 3rem;
    padding: 1.3rem 3rem;
}
.main-links li::after, .link-other li::after, .step-3::after {
    background: url('../images/arrow-m-blk.svg') no-repeat;
    content: '';
    height: 2rem;
    width: 2rem;
    position: absolute;
    right: 3rem;
    top: 2rem;
    transition: 0.2s;
    z-index: -1;
}
.main-links li:first-child::after {
    position: absolute;
}
.link-other li::after {
    filter: invert(100);
}
.main-links li.active::after, .link-other li.active::after, .step-3.active::after {
    transform: rotate(90deg);
}
.link-other a {
    font-size: 1.8rem;
    text-transform: uppercase;
    line-height: 2rem;
    padding: 1.6rem 3rem;
    width: 100%;
    color: #000;
}
.main-links ul li:last-child, .link-other ul li:last-child, .main-links ul ul li, .link-other ul ul li {
    border-bottom: 0;
}
.main-links ul li:last-child {
    border-bottom: none;
}
.last_menu_bdr {
    border-bottom: .1rem solid #0000005e!important;
}
.menu-bx-inn {
    width: 100%}
.link-other ul ul a, .main-links ul ul a {
    padding: .8rem 2rem .8rem 5rem;
    text-transform: capitalize;
    border: 0;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #333;
    position: relative;
}
.main-links ul ul a {
    font-size: 1.6rem;
    color: #333;
    text-transform: capitalize;
}
.link-other ul ul, .main-links ul ul {
    padding: 0 0 2rem;
}
.link-other ul ul li::after, .main-links ul ul li::after {
    display: none;
}
.main-links ul ul li.step-3::after {
    display: block;
    top: 1rem;
    background-size: .7rem;
    height: 1.6rem;
    width: 1rem;
}
.main-links ul ul .step-3 a {
    font-weight: 500;
}
.main-links ul ul li.step-3 ul a {
    font-weight: normal;
    padding-left: 6rem;
}
.main-links ul ul li.step-3 ul a::before {
    left: 4.7rem;
    top: 1.7rem;
}
.main-links ul ul a::before, .link-other ul ul a::before {
    background: #0006;
    position: absolute;
    left: 3.7rem;
    top: 1.5rem;
    content: '';
    height: .4rem;
    width: .4rem;
    border-radius: 100%}
.link-other ul ul a::before {
    background: #0006;
}
.link-other.arrow_hide li:after {
    position: inherit;
}
a.apply-bnr {
    padding: 1.8rem 2.5rem!important;
    font-size: 1.7rem;
    font-weight: bold;
    background: #DA3948;
}
a.apply-bnr img {
    margin-left: 1.5rem;
}
.main-links {
    padding: 4rem 0 0;
}
}@media (max-width:575px) {
    footer {
    padding: 4rem 0 0;
}
.f-menu-bottom {
    padding: 0;
    margin: 0;
    border: 0;
}
.f-menu, .f-menu:nth-child(5) {
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
}
.newsletter button {
    bottom: 2.2rem;
}
.copyright p {
    padding: 0;
    width: 100%;
    text-align: center;
}
.copyright {
    flex-wrap: wrap;
}
.m-search-ftr .search-home {
    margin: 2rem 0;
}
.m-search-ftr {
    padding: 1.5rem 2rem 0;
}
}@media (max-width:375px) {
    .main-links a {
    font-size: 1.8rem;
    line-height: 3rem;
    padding: 1.3rem 1.5rem;
}
.main-links li::after, .link-other li::after, .step-3::after {
    right: 1rem;
}
.call-mobile a {
    font-size: 1.4rem;
    padding: 1.5rem 2rem;
}
.call-mobile a img {
    margin-right: 1rem;
}
.link-other a {
    padding: 1.6rem 1.5rem;
}
footer .quick-inn a {
    width: 47%}
.follows {
    margin: 1rem 0 0;
}
.m-search-ftr {
    padding: 28rem 2rem 0;
}
}@media (max-width:320px) {
    .m-search-ftr {
    padding: 25rem 2rem 0;
}
.main-links {
    padding: 2rem 0 0;
}
}div.quick-inn a {
    font-size: 1.3rem;
}
@media only screen and (max-width:600px) {
    .mobile-footer-menu {
    display: none;
}
footer .quick-inn a::before, .f-menu:nth-child(2), .f-menu:nth-child(3), .f-menu:nth-child(4), .f-menu:nth-child(5) {
    display: block;
    text-align: center;
}
footer .container {
    display: var(--flex);
    flex-wrap: wrap;
}
.f-menu {
    width: 100%;
    padding-right: 2%}
.f-menu:nth-child(5), .f-menu:nth-child(2), .f-menu:nth-child(3), .f-menu:nth-child(4) {
    width: 100%}
.f-menu:nth-child(7) {
    width: 100%;
    padding-right: 0;
}
.menu-ul-ftr {
    height: auto;
    overflow: unset;
    padding: 0 2rem;
    text-align: center;
}
}


.top-sec{
    padding-top: 7px;
    padding-bottom: 7px;
    background:#f3c326;
    position:relative;
}
.seon-sec{
    position: relative;
}
.top-sec2 ul li{
    display: table-cell;
    padding-right: 20px;
}
.top-sec2 a{
    color: #333333;
    font-weight: 500;
}
.top-sec2 a:hover{
    color: #333333;
}
.top-sec2 ul li i{
    padding-right: 5px;
}
.seon-sec2{
    position: absolute;
    z-index: 999;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.seon-sec3{
    position: relative;
}
.top-sec3 ul li{
    display: table-cell;
    padding-right: 10px;
}
.top-sec3{
    float: right;
    padding-top: 4px;
}
.top-sec3 ul li a{
    color: #000000;
    font-weight: 500;
}
.top-sec3 ul li a:hover{
    color: #000000;
}
.top-sec3 ul li{
    color: #000000;
}
@media only screen and (min-width: 767px) {
div.ruby-wrapper{
    float: right;
}
}
.msusd{
    padding-top: 10px;
}

.seon-sec2::before {
    background: linear-gradient(#333333,transparent);
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 90%;
    z-index: 0;
}
.logo-sec img{
    z-index: 999;
    position: relative;
}
.blink-bg {
    color: #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    animation: blinkingBackground 2s infinite;
    background-color: #0e254f;
    -webkit-border-radius: 10px;
    border-radius: 30px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Roboto;
    font-size: 15px;
    padding: 4px 20px 5px 20px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
    0% {
        background-color: #0e254f;
    }
    50% {
        background-color: #0188a9;
    }
    100% {
        background-color: #0e254f;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #0e254f;
    }
    50% {
        background-color: #0188a9;
    }
    100% {
        background-color: #0e254f;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #0e254f;
    }
    50% {
        background-color: #0188a9;
    }
    100% {
        background-color: #0e254f;
    }
}

@keyframes glowing {
    0% {
        background-color: #0e254f;
    }
    50% {
        background-color: #0188a9;
    }
    100% {
        background-color: #0e254f;
    }
}
.social-icons{
    padding-top: 3px;
}
.social-icons ul {
    text-align: center;
}
.social-icons ul li{
    display: inline-grid;
    padding-right: 0px;
}
.social-icons i {
    background-color: #ffffff;
    margin-left: 5px;
    padding: 7px;
    font-size: 15px;
    border-radius: 15px;
    line-height: 10px;
}

.fa-facebook {
    color: #3b5998 !important;
}
.fa-youtube {
    color: #FF0000 !important;
}
.fa-instagram {
    color: #8a3ab9 !important;
}
.fa-linkedin {
    color: #2867B2 !important;
}
.numsss{
    background: #010055;
}
.numsss h1{
    color: #ffffff;
}
.numsss .counter__home{
    color: #DA3948;
}
.numsss .counter__p{
    color: #333333;
}
.pt-50{
    padding-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
.cour-sec{
    background: #010055;
}
.courbox1{
    background: #DA3948;
    width: 150px;
    height: 150px;
    padding: 20px;
    border-radius: 50%;
    border: 3px solid #ffffff;
}
.courbox2 h4{
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    padding-top: 10px;
    font-weight: 700;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.courbox1 img{
    width: 80px;
    height: 80px;
    margin-top: 10px;
}
.cour-secgd a:hover .courbox1{
    background: #3053D3;
}
.cour-secgd2 .courbox1 {
    background: #3053D3;
}
.cour-secgd2 a:hover .courbox1{
    background: #DA3948;
}
.sdfggjjj .wc__div {
    padding: 0;
}
.sdfsdfs p{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.spacex{
  padding-top: 20px;
}
.spacex1{
  padding-top: 1px;
}
.spacex2{
  padding-top: 2px;
}
.spacex3{
  padding-top: 3px;
}
.spacex4{
  padding-top: 4px;
}
.spacex5{
  padding-top: 5px;
}
.spacex6{
  padding-top: 6px;
}
.spacex7{
  padding-top: 7px;
}
.spacex8{
  padding-top: 8px;
}
.spacex9{
  padding-top: 9px;
}
.spacex10{
  padding-top: 10px;
}
.spacex11{
  padding-top: 11px;
}
.spacex12{
  padding-top: 12px;
}
.spacex13{
  padding-top: 13px;
}
.spacex14{
  padding-top: 14px;
}
.spacex15{
  padding-top: 15px;
}
.spacex16{
  padding-top: 16px;
}
.spacex17{
  padding-top: 17px;
}
.spacex18{
  padding-top: 18px;
}
.spacex19{
  padding-top: 19px;
}
.spacex20{
  padding-top: 20px;
}
.spacex21{
  padding-top: 21px;
}
.spacex22{
  padding-top: 22px;
}
.spacex23{
  padding-top: 23px;
}
.spacex24{
  padding-top: 24px;
}
.spacex25{
  padding-top: 25px;
}
.spacex26{
  padding-top: 26px;
}
.spacex27{
  padding-top: 27px;
}
.spacex28{
  padding-top: 28px;
}
.spacex29{
  padding-top: 29px;
}
.spacex30{
  padding-top: 30px;
}
.spacex31{
  padding-top: 31px;
}
.spacex32{
  padding-top: 32px;
}
.spacex33{
  padding-top: 33px;
}
.spacex34{
  padding-top: 34px;
}
.spacex35{
  padding-top: 35px;
}
.spacex36{
  padding-top: 36px;
}
.spacex37{
  padding-top: 37px;
}
.spacex38{
  padding-top: 38px;
}
.spacex39{
  padding-top: 39px;
}
.spacex40{
  padding-top: 40px;
}
.spacex41{
  padding-top: 41px;
}
.spacex42{
  padding-top: 42px;
}
.spacex43{
  padding-top: 43px;
}
.spacex44{
  padding-top: 44px;
}
.spacex45{
  padding-top: 45px;
}
.spacex46{
  padding-top: 46px;
}
.spacex47{
  padding-top: 47px;
}
.spacex48{
  padding-top: 48px;
}
.spacex49{
  padding-top: 49px;
}
.spacex50{
  padding-top: 50px;
}
.spacex51{
  padding-top: 51px;
}
.spacex52{
  padding-top: 52px;
}
.spacex53{
  padding-top: 53px;
}
.spacex54{
  padding-top: 54px;
}
.spacex55{
  padding-top: 55px;
}
.spacex56{
  padding-top: 56px;
}
.spacex57{
  padding-top: 57px;
}
.spacex58{
  padding-top: 58px;
}
.spacex59{
  padding-top: 59px;
}
.spacex60{
  padding-top: 60px;
}
.spacex61{
  padding-top: 61px;
}
.spacex62{
  padding-top: 62px;
}
.spacex63{
  padding-top: 63px;
}
.spacex64{
  padding-top: 64px;
}
.spacex65{
  padding-top: 65px;
}
.spacex66{
  padding-top: 66px;
}
.spacex67{
  padding-top: 67px;
}
.spacex68{
  padding-top: 68px;
}
.spacex69{
  padding-top: 69px;
}
.spacex70{
  padding-top: 70px;
}
.spacex71{
  padding-top: 71px;
}
.spacex72{
  padding-top: 72px;
}
.spacex73{
  padding-top: 73px;
}
.spacex74{
  padding-top: 74px;
}
.spacex75{
  padding-top: 75px;
}
.spacex76{
  padding-top: 76px;
}
.spacex77{
  padding-top: 77px;
}
.spacex78{
  padding-top: 78px;
}
.spacex79{
  padding-top: 79px;
}
.spacex80{
  padding-top: 80px;
}
.spacex81{
  padding-top: 81px;
}
.spacex82{
  padding-top: 82px;
}
.spacex83{
  padding-top: 83px;
}
.spacex84{
  padding-top: 84px;
}
.spacex85{
  padding-top: 85px;
}
.spacex86{
  padding-top: 86px;
}
.spacex87{
  padding-top: 87px;
}
.spacex88{
  padding-top: 88px;
}
.spacex89{
  padding-top: 89px;
}
.spacex90{
  padding-top: 90px;
}
.spacex91{
  padding-top: 91px;
}
.spacex92{
  padding-top: 92px;
}
.spacex93{
  padding-top: 93px;
}
.spacex94{
  padding-top: 94px;
}
.spacex95{
  padding-top: 95px;
}
.spacex96{
  padding-top: 96px;
}
.spacex97{
  padding-top: 97px;
}
.spacex98{
  padding-top: 98px;
}
.spacex99{
  padding-top: 99px;
}
.spacex100{
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .spacex{
  padding-top: 0px;
}
.spacex1{
  padding-top: 0px;
}
.spacex2{
  padding-top: 0px;
}
.spacex3{
  padding-top: 0px;
}
.spacex4{
  padding-top: 0px;
}
.spacex5{
  padding-top: 0px;
}
.spacex6{
  padding-top: 0px;
}
.spacex7{
  padding-top: 0px;
}
.spacex8{
  padding-top: 0px;
}
.spacex9{
  padding-top: 0px;
}
.spacex10{
  padding-top: 0px;
}
.spacex11{
  padding-top: 0px;
}
.spacex12{
  padding-top: 0px;
}
.spacex13{
  padding-top: 0px;
}
.spacex14{
  padding-top: 0px;
}
.spacex15{
  padding-top: 0px;
}
.spacex16{
  padding-top: 0px;
}
.spacex17{
  padding-top: 0px;
}
.spacex18{
  padding-top: 0px;
}
.spacex19{
  padding-top: 0px;
}
.spacex20{
  padding-top: 0px;
}
.spacex21{
  padding-top: 0px;
}
.spacex22{
  padding-top: 0px;
}
.spacex23{
  padding-top: 0px;
}
.spacex24{
  padding-top: 0px;
}
.spacex25{
  padding-top: 0px;
}
.spacex26{
  padding-top: 0px;
}
.spacex27{
  padding-top: 0px;
}
.spacex28{
  padding-top: 0px;
}
.spacex29{
  padding-top: 0px;
}
.spacex30{
  padding-top: 0px;
}
.spacex31{
  padding-top: 0px;
}
.spacex32{
  padding-top: 0px;
}
.spacex33{
  padding-top: 0px;
}
.spacex34{
  padding-top: 0px;
}
.spacex35{
  padding-top: 0px;
}
.spacex36{
  padding-top: 0px;
}
.spacex37{
  padding-top: 0px;
}
.spacex38{
  padding-top: 0px;
}
.spacex39{
  padding-top: 0px;
}
.spacex40{
  padding-top: 0px;
}
.spacex41{
  padding-top: 0px;
}
.spacex42{
  padding-top: 0px;
}
.spacex43{
  padding-top: 0px;
}
.spacex44{
  padding-top: 0px;
}
.spacex45{
  padding-top: 0px;
}
.spacex46{
  padding-top: 0px;
}
.spacex47{
  padding-top: 0px;
}
.spacex48{
  padding-top: 0px;
}
.spacex49{
  padding-top: 0px;
}
.spacex50{
  padding-top: 0px;
}
.spacex51{
  padding-top: 0px;
}
.spacex52{
  padding-top: 0px;
}
.spacex53{
  padding-top: 0px;
}
.spacex54{
  padding-top: 0px;
}
.spacex55{
  padding-top: 0px;
}
.spacex56{
  padding-top: 0px;
}
.spacex57{
  padding-top: 0px;
}
.spacex58{
  padding-top: 0px;
}
.spacex59{
  padding-top: 0px;
}
.spacex60{
  padding-top: 0px;
}
.spacex61{
  padding-top: 0px;
}
.spacex62{
  padding-top: 0px;
}
.spacex63{
  padding-top: 0px;
}
.spacex64{
  padding-top: 0px;
}
.spacex65{
  padding-top: 0px;
}
.spacex66{
  padding-top: 0px;
}
.spacex67{
  padding-top: 0px;
}
.spacex68{
  padding-top: 0px;
}
.spacex69{
  padding-top: 0px;
}
.spacex70{
  padding-top: 0px;
}
.spacex71{
  padding-top: 0px;
}
.spacex72{
  padding-top: 0px;
}
.spacex73{
  padding-top: 0px;
}
.spacex74{
  padding-top: 0px;
}
.spacex75{
  padding-top: 0px;
}
.spacex76{
  padding-top: 0px;
}
.spacex77{
  padding-top: 0px;
}
.spacex78{
  padding-top: 0px;
}
.spacex79{
  padding-top: 0px;
}
.spacex80{
  padding-top: 0px;
}
.spacex81{
  padding-top: 0px;
}
.spacex82{
  padding-top: 0px;
}
.spacex83{
  padding-top: 0px;
}
.spacex84{
  padding-top: 0px;
}
.spacex85{
  padding-top: 0px;
}
.spacex86{
  padding-top: 0px;
}
.spacex87{
  padding-top: 0px;
}
.spacex88{
  padding-top: 0px;
}
.spacex89{
  padding-top: 0px;
}
.spacex90{
  padding-top: 0px;
}
.spacex91{
  padding-top: 0px;
}
.spacex92{
  padding-top: 0px;
}
.spacex93{
  padding-top: 0px;
}
.spacex94{
  padding-top: 0px;
}
.spacex95{
  padding-top: 0px;
}
.spacex96{
  padding-top: 0px;
}
.spacex97{
  padding-top: 0px;
}
.spacex98{
  padding-top: 0px;
}
.spacex99{
  padding-top: 0px;
}
.spacex100{
  padding-top: 0px;
}
}
.ggssg .wc__coldiv{
    margin-top: 0;
}
.sdfsfsdpptes .tt_text p{
    padding-bottom: 10px;
}
.sdfsfsdpptes .tt_name h4 {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 16px;
    color: #1d1d1e;
    line-height: 26px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.sfsfsd h4{
    text-align: center !important; 
    width: 100%;
    font-size: 25px;
    line-height: 35px;
}
.sfsfsf{
    font-size: 3.4rem !important;
    line-height: 3.8rem !important;
}    
.issnns p{
    text-align: center;
}
.bosdsdf{
    background: #010055;
    padding: 20px;
    border-radius: 10px;
    margin-top: 28px !important;
}
.bosdsdf ul li{
color: #ffffff;
font-size: 16px;
line-height: 26px;
background: #3053D3;
border-radius: 5px;
padding: 10px;
margin-bottom: 5px;
}
.bosdsdf marquee{
    height: 275px;
}
.sdfsdf .Activities-sec .col-lg-4{
    padding: 0;
}
.footer-section h4{
    color: #ffffff;
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.foot-contact{
    padding: 0;
    margin: 0;
}
.foot-contact li{
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 10px;
    color: #ffffff;
}
.foot-contact li a{
    color: #ffffff;
}
.foot-contact li i{
    font-size: 18px;
    line-height: 28px;
    float: left;
    width: 30px;
}
.foot-contact li p{
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #ffffff;
}
.footer-section p span{
    font-weight: 500;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.footer-section ul li{
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 7px;
    margin: 0;
}
.footer-section ul li a{
    font-size: 16px;
    line-height: 26px;
    display: contents;
} 
footer span{
    margin-bottom: 0 !important;
}
.vv1{
    padding-left: 30px;
}
.footer-section img{
    border-radius: 0;
}
.quick-inn a{
    font-size: 16px !important;
}
@media only screen and (max-width: 767px) {
.mob-none{
    display: none !important;
}
.top-sec3 {
  float: right;
  padding-top: 3px;
}
.logo-sec img{
    width: 270px;
    position: relative;
    z-index: 0;
}
.abtse3{
    padding-left:0 !important;
}
}
@media only screen and (max-width: 450px) {
.mob-none450{
    display: none !important;
}
.top-sec3 ul li{
    padding-right: 5px;
}
.social-icons i{
    margin-left: 0;
}
}
.cousss .sec_title{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}


.sdddssdfsf{
    border: 1px solid #010055;
    margin-top: 10px;
    border-radius: 30px;
    padding-right: 20px;
}
.aoous{
    background: #010055;
    padding: 10px 10px 10px 30px;
    border-radius: 30px;
}
.aoous h4{
    color: #ffffff;
    font-size: 21px;
    line-height: 31px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.aoous h4 i{
    font-size: 18px;
    line-height: 28px;
    margin-right: 7px;
}
.text-danger-glow {
  color: #f3c326;
  text-shadow: 0 0 20px #f3c326, 0 0 30px #f3c326, 0 0 40px #f3c326, 0 0 50px #f3c326, 0 0 60px #f3c326, 0 0 70px #f3c326, 0 0 80px #f3c326;
}

.blink {
  animation: blinker 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
}
@keyframes blinker {  
  from { opacity: 1; }
  to { opacity: 0; }
}
.mass{
    font-size: 16px;
    line-height: 26px;
    padding-top: 12px;
}