/* ===== General ===== */

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  transition: all .4s ease-in-out;
}

/* custom scrollbar */

html::-webkit-scrollbar {
  width: 5px;
}

html::-webkit-scrollbar-track {
  background: white;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

html::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #fec80c 30%, #ee4732 65%);
}

/* custom scrollbar close */

html, body {
  overflow-x: hidden;
  background: #fff;
  color: #111;
  font-family: 'Montserrat', sans-serif;
  overflow-y: auto;
}

a {
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

a:hover {
  color: white;
}

h1 {
  font-size: 32px;
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

h2 {
  font-size: 24px;
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

h3 {
  font-size: 18px;
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

h4 {
  font-size: 16px;
  margin: 0px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

h5 {
  font-size: 13px;
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

h6 {
  font-size: 10px;
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

p {
  font-size: 18px;
  margin: 0px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  display: block;
}

.container-fluid {
  padding: 0px 40px;
}

.fluid-fix {
  padding: 0px 20px;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

.padding-right {
  padding-right: 0px;
}

.padding-left {
  padding-left: 0px;
}

.red {
  color: red;
}

.yellow {
  color: yellow;
}

.green {
  color: rgb(104, 253, 4)
}

.blue {
  color: rgb(0, 153, 255)
}

.voilet {
  color: rgb(163, 73, 163);
}

.purple {
  color: purple;
}

.lime {
  color: lime;
}

.orange {
  color: orange;
}

.white {
  color: white;
}

/* ===== General ===== */

/* ===== BACK TO TOP CSS START HERE ===== */

#btn-back-to-top {
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: fixed;
  background: #ee4732;
  bottom: 20px;
  right: 20px;
  text-decoration: none;
  z-index: 99999990;
  font-size: 0;
  color: transparent;
  opacity: 1;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  display: none;
}

#btn-back-to-top::before {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fec80c;
  display: inline-flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease-in-out;
}

#btn-back-to-top:hover::before {
  box-shadow: rgb(0 0 0) 0px 0px 15px 0px;
  transition: all .3s ease-in-out;
}

#btn-back-to-top img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
}

/* ===== BACK TO TOP CSS END HERE ===== */

/* MODAL STYLE */

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}

/* MODAL STYLE END */

/* ===== fRENCHISE KIT CSS START HERE ===== */

#frenchise{
  background: url(../images/buil.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0px 50px;
  position: relative;
  z-index: 1;
}

#frenchise::after{
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000ab;
  z-index: -1;
}

h1.frenchise-txt{
  font-size: 35px;
  font-weight: 800;
  color: #fec80c;
}

a.frenchise-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
  background: #fec80c;
  color: black;
  font-size: 15px;
  font-weight: 500;
  width: 200px;
  border-radius: 20px;
  margin: 0 auto;
  transition: all .3s ease-in-out;
}

a.frenchise-btn:hover{
  background-color: black;
  color: #fec80c;
  transition: all .3s ease-in-out;
}

/* ===== fRENCHISE KIT CSS END HERE ===== */

/* ===== TOP BAR CSS START HERE ===== */

.topbar {
  padding: 5px 0px;
  max-height: 50px;
  background: #193b61;
}

.topbar .email-box {
  width: 50%;
}

.topbar .email-box .contact {
  width: 130px;
}

.topbar .email-box .contact a {
  font-size: 14px;
  font-weight: 400;
  color: rgb(254 200 12);
}

.topbar .email-box .email {
  margin-left: 50px;
}

.topbar .email-box .email a {
  font-size: 14px;
  color: rgb(254 200 12);
  font-weight: 500;
}

.topbar .social-platforms {
  width: 50%;
}

.topbar .social-platforms .social-icons {
  width: 80px;
  display: flex;
  justify-content: space-between;
}

.topbar .social-platforms .social-icons .facebook {
  color: rgb(254 200 12);
  transition: all .2s ease-in-out;
}

.topbar .social-platforms .social-icons .facebook:hover {
  width: 18px;
  height: 18px;
  transition: all .2s ease-in-out;
  color: #fff;
}

.topbar .social-platforms .social-icons .instagram {
  color: rgb(254 200 12);
  transition: all .2s ease-in-out;
}

.topbar .social-platforms .social-icons .instagram:hover {
  width: 19px;
  height: 19px;
  transition: all .2s ease-in-out;
  color: #fff;
}

.topbar .social-platforms .social-icons .youtube {
  color: rgb(254 200 12);
  transition: all .2s ease-in-out;
}

.topbar .social-platforms .social-icons .youtube:hover {
  width: 19px;
  height: 19px;
  transition: all .2s ease-in-out;
  color: #fff;
}

/* ===== TOP BAR CSS END HERE ===== */

/* ===== MAIN-BANNER CSS START HERE ===== */

#banner {
  position: relative;
  z-index: 99999;
}

/* ----- HEADER CSS START HERE ----- */

#header {
  display: block;
  width: 100%;
  top: 0;
  z-index: 555;
  background-color: transparent;
  padding: 15px 0;
  transition: all 0.5s linear;
  z-index: 99999999;
  background: #111;
}

#header.header-scrolled {
  position: fixed;
  z-index: 99999999;
  background: rgba(1, 1, 1, 0.900);
  padding: 10px 0px;
  transition: all 0.5s linear;
}

#header.header-scrolled a {
  color: #fec80c;
}

#header .logo {
  width: 25%;
}

#header .logo h1 {
  font-size: 25px;
  background: linear-gradient(to bottom, #fec80c 20%, #ee4732 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #000;
  font-family: 'roboto slab', sans-serif;
  font-weight: 900;
}

#header .menu {
  width: 60%;
}

.menu ul {
  justify-content: space-between;
}

.menu ul .menu-icon {
  display: none;
}

#header a img {
  width: 250px;
}

#header a {
  font-size: 13px;
  color: #fec80c;
  font-weight: 600;
  position: relative;
}

#header a:hover {
  color: #fec80c;
  transition: all .2s ease-in-out;
}

#header a::before {
  content: "";
  width: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  bottom: -5px;
  height: 1px;
  background: #fec80c;
  transition: all .4s ease-in-out;
}

#header a:hover::before {
  width: 100%;
  transition: all .4s ease-in-out;
}

#header .hover-none {
  width: 250px;
}

#header .hover-none::before {
  display: none;
}

/* ofcanvas css start here */

div#offcanvasRight {
  width: 40%;
  z-index: 999999999;
  background: #193b61;
  color: white;
  text-align: center;
}

.offcanvas-backdrop.show {
  z-index: 99999999;
}

#header .menu .offcanvas .offcanvas-body #menu ul li {
  display: block;
}

#header .menu .offcanvas .offcanvas-body #menu ul {
  margin-top: 50px;
}

/* offcanvas css end here */

/* ----- HEADER CSS END HERE ----- */

/* ===== SLIDER CSS START HERE ===== */

#content #slider .navigation ul li .li__hoverLine, #content #slider .navigation ul li .li__info, #content #slider .navigation ul li .li__info-mask .mask__infoContainer, #content #slider .navigation, #content #slider {
  width: 100%;
}

#content #slider {
  height: 100%;
}

#content #slider .navigation ul li a, #content #slider .backgroundImages .bi__imgCont .bi__imgCont-img, #content #slider .backgroundImages .bi__imgCont, #content #slider .backgroundImages, #content #slider .mainImages .mi__img, #content #slider .mainImages, #content {
  width: 100%;
  height: 100%;
}

#content #slider .navigation ul li, #content #slider .navigation ul {
  width: auto;
  display: table;
}

#content #slider .navigation ul li .li__info, #content #slider .navigation ul li .li__info-mask .mask__infoContainer, #content #slider .navigation ul li a, a {
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}

/* Styles */

html {
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a.full {
  width: 100%;
  height: 100%;
  display: block;
}

ul, li {
  list-style: none;
}

#content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

#content .c {
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0px;
  color: #fec80c;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 99999;
  text-align: center;
}

#content .c a {
  color: #fec80c;
  text-decoration: underline;
}

#content #slider {
  position: relative;
  /* Main images navigation */
  /* Background Images (Blur effect) */
  /* Navigation styles */
}

#content #slider img {
  display: none;
}

#content #slider .mainImages {
  position: relative;
}

#content #slider .mainImages .mi__img {
  position: absolute;
  top: 0;
  left: 0;
  /* -webkit-transform: scale(0.7);
  transform: scale(0.7); */
}

#content #slider .backgroundImages {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#content #slider .backgroundImages .bi__imgCont {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

#content #slider .backgroundImages .bi__imgCont .bi__imgCont-img {
  position: relative;
}

#content #slider .navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  z-index: 2;
}

#content #slider .navigation ul {
  margin: 90px auto;
}

#content #slider .navigation ul li {
  float: left;
  margin-right: 30px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

#content #slider .navigation ul li:last-child {
  margin-right: 0;
}

#content #slider .navigation ul li:hover .li__info {
  opacity: 0.9 !important;
}

#content #slider .navigation ul li.active .li__hoverLine .l {
  width: 100%;
}

#content #slider .navigation ul li a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#content #slider .navigation ul li .li__info, #content #slider .navigation ul li .li__info-mask .mask__infoContainer {
  overflow: hidden;
  opacity: 0.7;
}

#content #slider .navigation ul li .li__info h5, #content #slider .navigation ul li .li__info-mask .mask__infoContainer h5 {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  color: #fec80c;
  float: left;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  padding: 4px 0px 5px 0px;
}

#content #slider .navigation ul li .li__info h4, #content #slider .navigation ul li .li__info-mask .mask__infoContainer h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  color: white;
  float: left;
  padding-left: 6px;
  text-transform: uppercase;
}

#content #slider .navigation ul li .li__info-mask {
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  overflow: hidden;
}

#content #slider .navigation ul li .li__info-mask .mask__infoContainer {
  opacity: 1;
}

#content #slider .navigation ul li .li__hoverLine {
  height: 1px;
  float: left;
  margin-top: 8px;
}

#content #slider .navigation ul li .li__hoverLine .l {
  width: 0%;
  height: 1px;
  background: #fec80c;
  margin: 0 auto;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
}

/* ===== SLIDER CSS END HERE ===== */

/* ===== VIDEO CSS START HERE ===== */

#tour-to-zicas {
  padding-block: 40px;
  background: url(../images/video.jpg);
  background-attachment: fixed;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
}

#tour-to-zicas .glow-on-hover {
  border: none;
  outline: none;
  color: #fff;
  padding: 12px 20px;
  background: black;
  border: 1px solid #fff;
  cursor: pointer;
  margin-left: 30px;
  position: relative;
  z-index: 0;
  border-radius: 50px;
}

#tour-to-zicas .glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 50px;
  margin: 0 auto;
}

#tour-to-zicas .glow-on-hover:active {
  color: #000;
}

#tour-to-zicas .glow-on-hover:active:after {
  background: transparent;
}

#tour-to-zicas .glow-on-hover:hover:before {
  opacity: 1;
}

#tour-to-zicas .glow-on-hover:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 50px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

#tour-to-zicas h1 {
  color: white;
  font-size: 30px;
}

#tour-to-zicas h1 strong {
  font-family: roboto slab;
  font-weight: 800;
  color: #fec80c;
}

/* ===== VIDEO CSS END HERE ===== */

/* ===== ACADEMIES CSS START HERE ===== */

#academies {
  background-image: url(../images/school-bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 40px;
}

#academies .academics h1 {
  font-size: 35px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: 'roboto', sans-serif;
  color: white;
  letter-spacing: -2px;
  position: relative;
  margin-bottom: 35px;
}

#academies .academics h1::before {
  width: 15%;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 2px dashed #fff;
}

#academies .academics h1 a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #fdd200;
  transition: width .4s;
  left: 0px;
  right: 0;
  position: absolute;
  margin: 0 auto;
}

#academies .academics a:hover::after {
  width: 200px;
  transition: width .4s;
}

#academies .academics p {
  margin-top: 20px;
  color: #fdd200;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

#academies .academics_box .box img {
  width: 34%;
  margin: 0 auto -5px;
}

#academies .academics_box .box a {
  font-size: 25px;
  color: #fdd200;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}

#academies .academics_box .box a::before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #fdd200;
  transition: width .4s;
  left: 0px;
  right: 0;
  bottom: -5px;
  position: absolute;
  margin: 0 auto;
}

#academies .academics_box .box a:hover::before {
  width: 100%;
  transition: width .3s;
}

.box h2 {
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
  margin-top: 10px;
}

/* ===== ACADEMIES CSS END HERE ===== */

/* ===== WELCOME BOX CSS START HERE ===== */

.welcome-school {
  padding: 40px 0 40px 0;
}

.welcome-heading h1 {
  color: #0096df;
  font-size: 40px;
  position: relative;
  padding-bottom: 20px;
}

.welcome-heading h1::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  bottom: 0;
  border-bottom: 3px solid #0096df;
  width: 20%;
}

.welcome-heading p {
  font-size: 17px;
  color: black;
  line-height: 1.8;
  margin-top: 20px;
  margin-bottom: 10px;
}

.welcome-heading h3 {
  font-size: 17px;
  color: black;
  line-height: 1.8;
  margin-top: 20px;
}

strong.vision {
  color: #0096df;
  font-size: 30px;
  position: relative;
}

strong.vision::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 43px;
  bottom: 0;
  border-bottom: 3px solid #0096df;
  width: 63%
}

.group {
  width: 265px;
  display: flex;
  justify-content: space-between;
}

.group img {
  margin-right: 10px;
  margin-top: 10px;
  cursor: pointer;
}

.group img:last-child {
  margin-right: 0;
}

input[type="text"] {
  width: 60%;
  padding: 5px 20px;
  border-radius: 7px;
  border: 1px solid #0096df;
  outline: none;
  transition: all .4s ease-in-out;
}

input[type=text]:focus {
  width: 85%;
  outline: none;
  transition: all .4s ease-in-out;
}

.filter {
  position: relative;
  margin-right: 10px;
}

.filter::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 0;
  height: 187px;
  background: linear-gradient(135deg, #193b61 50%, transparent 50%);
  opacity: 0.5;
  transition: all .3s ease-in-out;
}

.filter::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 0;
  height: 187px;
  background: linear-gradient(135deg, transparent 50%, black 50%);
  opacity: 0.5;
  transition: all .3s ease-in-out;
}

.filter:hover::before {
  width: 100%;
  transition: all .3s ease-in-out;
}

.filter:hover::after {
  width: 100%;
  transition: all .3s ease-in-out;
}

/* WELCOME SECTION END HERE */

/* ===== WELCOME BOX CSS END HERE ===== */

/* ===== ADMISSION CSSS START HERE ===== */

.addmision-gif {
  background-image: url(../images/texture.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0 40px 0;
  background-attachment: fixed;
}

.gifs img {
  height: 137px;
  cursor: pointer;
  margin-top: 73px;
  width: 100%;
}

.snd-img img {
  width: 100%;
  cursor: pointer;
}

/* ===== ADMISSION CSS END HERE ===== */

/* ===== ABOUT CSS START HERE ===== */

section#about {
  padding-block: 40px;
  background: url(../images/about-bg.png) #193b61;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#about h1 {
  color: white;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  font-family: roboto;
  position: relative;
  margin-bottom: 50px;
}

#about h1::before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 13%;
  height: 2px;
  border: 2px dashed #fff;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}

#about .introduction{
  margin-bottom: 20px;
}

#about .introduction .school-icon {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  text-align: center;
  margin: 0 auto 20px;
  background: white;
  border: 2px solid black;
}

#about .introduction .school-icon .school {
  color: #193b61;
  width: 40px;
  height: 40px;
  margin: 15px auto 0px;
}

#about .introduction h2 {
  font-size: 20px;
  font-weight: 500;
  color: white;
  margin-bottom: 10px;
}

#about .introduction h3 {
  font-size: 15px;
  color: rgb(254, 200, 12);
  line-height: 1.5;
}

/* ===== ABOUT CSS END HERE ===== */

/* ===== NEWS CSS START HERE ===== */

section#news {
  padding-block: 50px;
  background: linear-gradient(135deg, #193b619c 50%, #0000009c 50%);
}

#news h1 {
  color: white;
}

#news p {
  color: white;
  font-size: 17px;
}

#news .spring-gala h1 {
  font-family: andika;
  color: white;
  font-weight: 400;
  text-align: center;
  font-size: 48px;
}

#news .admission-img{
  width: 40%;
  margin: 0 auto;
  margin-top: 12px;
}

#news .issue-date h1 {
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #000;
  font-size: 40px;
  text-align: center;
  font-weight: 900;
  font-family: roboto slab;
  letter-spacing: 0px;
}

#news .issue-date h1 span {
  font-family: roboto slab;
  font-size: 25px;
  font-weight: 900;
  display: block;
  text-align: right;
}

/* ===== NEWS CSS END HERE ===== */

/* ===== GOALS CSS START HERE ===== */

.goals {
  background-image: url(../images/porple.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0 40px 0;
}

.goals-box {
  margin-top: 35px;
}

.goals-heading h1 {
  font-size: 40px;
  position: relative;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  padding-bottom: 20px;
}

.goals-heading p {
  font-size: 17px;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

svg.bi.bi-bullseye {
  color: #fff;
  padding: 10px;
  margin-bottom: 15px;
}

svg.bi.bi-bullseye:hover {
  color: #fec80c;
}

svg.bi.bi-journal-arrow-down {
  color: rgb(255, 255, 255);
  padding: 10px;
  margin-bottom: 15px;
}

svg.bi.bi-journal-arrow-down:hover {
  color: #fec80c;
}

svg.bi.bi-globe-americas {
  color: rgb(255, 255, 255);
  padding: 10px;
  margin-bottom: 15px;
}

svg.bi.bi-globe-americas:hover {
  color: #fec80c;
}

svg.bi.bi-pencil-fill {
  color: #fff;
  padding: 10px;
  margin-bottom: 15px;
}

svg.bi.bi-pencil-fill:hover {
  color: #fec80c;
}

.goals-box h3 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

/* ===== GOALS CSS END HERE ===== */

/* ===== FEATURES CSS START HERE ===== */

/* ----- PARTICLES CSS START HERE ----- */

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
  width: 100%;
  height: 100%;
  background-color: #fec80c;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* ----- PARTICLES CSS END HERE ----- */

section#features {
  padding: 34px 0px 40px;
  top: 0px;
  width: 100%;
}

#features h1 {
  color: white;
  font-family: 'roboto', sans-serif;
  font-size: 35px;
  font-weight: 800;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

#features h1::before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 17%;
  height: 2px;
  border: 2px dashed #fff;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}

/* features tab css start here */

#features-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabs-nav li {
  display: block;
  background-color: #fff;
  color: #fefefe;
  position: relative;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.tabs-nav a {
  display: block;
  padding: 25px 20px 22px 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
  font-weight: bold;
  color: #000;
  font-size: 15px;
}

.tabs-nav li.active {
  background: #FFF;
  border-bottom: 3px solid #ee4732;
}

.tabs-content {
  background: #FFF;
  position: relative;
  box-shadow: 0px 0px 11px 6px rgba(53, 51, 51, 0.56);
}

.tabs-content div:not(:first-child) {
  display: none;
}

/* features tabs css end here */

/* ===== FEATURES CSS END HERE ===== */

/* ===== GALLERY CSS START HERE ===== */

#gallery {
  padding-block: 70px;
  background: url(../images/gallery.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

#gallery h1 {
  color: white;
  font-family: 'roboto', sans-serif;
  font-size: 35px;
  font-weight: 800;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

#gallery h1::before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 10%;
  height: 2px;
  border: 2px dashed #fff;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}

/* card css start here */

#gallery .card {
  position: relative;
  width: 346px;
  margin: 0 auto 30px;
  height: 230px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}

#gallery .card img {
  width: 100%;
}

/* card css end here */

#gallery .exams-box a:hover::before {
  width: 100%;
  transition: all .5s ease-in-out;
  visibility: visible;
}

#gallery .exams-box h3 {
  margin-top: 50px;
  font-family: roboto slab;
  color: #ee4732;
  position: relative;
  font-size: 15px;
}

#gallery .exams-box h3::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 50px;
  height: 2px;
  background: #ee4732;
  top: -15px;
}

/* ===== GALLERY CSS END HERE ===== */

/* ===== OUR MESSAGE CSS START HERE ===== */

#our-message {
  padding-block: 40px;
  background: url(../images/about-bg.png) black;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

#our-message h1 {
  color: white;
  font-family: 'roboto', sans-serif;
  font-size: 35px;
  font-weight: 800;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

#our-message h1::before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 17%;
  height: 2px;
  border: 2px dashed #fff;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}

#our-message .director-box {
  max-width: 240px;
  padding: 10px 20px;
  text-align: center;
  background: linear-gradient(to bottom, #fec80c 20%, #ee4732 80%);
  position: relative;
  margin: 0 0 50px;
}

#our-message .director-box::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -11px;
  margin: 0px auto;
  border-top: 11px solid rgb(254, 200, 12);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  width: 16px;
}

#our-message .director-box h1 {
  font-size: 18px;
  font-weight: 400;
  color: white;
  margin: 0px;
  background: none;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0;
  letter-spacing: 1px;
}

#our-message p {
  font-size: 16px;
  font-weight: 400;
  color: white;
}

#our-message h3 {
  text-align: end;
  color: white;
}

/* ===== OUR MESSAGE CSS END HERE ===== */

/* ===== CONTACT CSS START HERE ===== */

#contact {
  padding: 50px 0px;
}

#contact h1 {
  color: #000;
  font-family: 'roboto', sans-serif;
  font-size: 35px;
  font-weight: 800;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

#contact h1::before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 17%;
  height: 2px;
  border: 2px dashed #000;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}

#contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

#contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

#contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/* ===== CONTACT CSS END HERE ===== */

.footer-main {
  background-color: #193b61;
  padding: 10px 0 10px 0;
}

.footer-text {
  text-align: center;
}

.footer-text p {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

i.fa.fa-heart.pulse {
  color: red;
}

.footer-text a {
  color: #fff;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.modal {
  color: black;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999999;
}

/* GALLERY INDEX STYLE START HERE */

#gallery-part {
  margin-top: 30px;
  margin-bottom: 30px;
}

.pictures {
  margin-top: 10px;
  position: relative;
  margin-bottom: 10px;
}

.pictures img {
  margin: 0 auto;
  cursor: pointer;
  width: 100%;
}

.pictures::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 0;
  height: 213px;
  background: linear-gradient(135deg, #193b61 50%, transparent 50%);
  opacity: 0.5;
  transition: all .3s ease-in-out;
}

.pictures::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  width: 0;
  height: 213px;
  background: linear-gradient(135deg, transparent 50%, black 50%);
  opacity: 0.5;
  transition: all .3s ease-in-out;
}

.pictures:hover::before {
  width: 100%;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.pictures:hover::after {
  width: 100%;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

/* GALLERY INDEX STYLE END HERE */

/* ======================

ADMISSION FORM CSS START HERE

====================== */


.footer-main {
  background-color: #193b61;
  padding: 10px 0 10px 0;
}

.footer-text {
  text-align: center;
}

.footer-text p {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

i.fa.fa-heart.pulse {
  color: red;
}

.footer-text a {
  color: #fff;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.form-section{
  background: linear-gradient(to bottom, #fec80c 20%, #ee4732 80%);
  padding: 30px 0 30px 0;
}
.admission-form{
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin: 0 auto;
}
.admission-form img{
  width: 500px;
  margin: 20px 30px 20px 30px;
}
.name-input{
  text-align: center;
}
label {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.admin-btn{
  margin-top: 10px;
 
}
.admin-btn a{
  text-decoration: none;
  font-size: 15px;
  background-color: #0096df;
  margin-bottom: 10px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  display: inline-block;
  border: 1px solid blue;
  padding: 10px;
}
.admin-btn a:hover{
  color: black;
}
/* ======================

ADMISSION FORM CSS END HERE

====================== */
.pre-primary h1 {
  font-size: 25px;
  color: white;
  font-weight: 600;
  background: #193b61;
  padding: 10px 0px;
  text-align: center;
  border-radius: 0px 20px;
}

.pre-primary p {
  font-size: 20px;
  color: #193b61;
  display: flex;
  align-items: center;
}

.pre-primary p a {
  color: white;
  font-size: 19px;
  padding: 10px 10px;
  background: #193b61;
  border-radius: 0px 20px;
  margin-left: 5px;
  transition: all .3s ease-in-out;
}

.pre-primary p a:hover {
  background: transparent;
  border: 1px solid #193b61;
  border-radius: 20px 0px;
  color: #193b61;
  transition: all .3s ease-in-out;
}

.pre-curriculum h1 {
  font-size: 25px;
  color: white;
  font-weight: 600;
  background: #fec80c;
  padding: 10px 0px;
  text-align: center;
  border-radius: 0px 20px;
}

.pre-curriculum p {
  font-size: 20px;
  color: #fec80c;
  display: flex;
  align-items: center;
}

.pre-curriculum p a {
  color: white;
  font-size: 19px;
  padding: 10px 10px;
  background: #fec80c;
  border-radius: 0px 20px;
  margin-left: 5px;
  transition: all .3s ease-in-out;
}

.pre-curriculum p a:hover {
  background: transparent;
  border: 1px solid #fec80c;
  border-radius: 20px 0px;
  color: #fec80c;
  transition: all .3s ease-in-out;
}

#activities h1 {
  font-weight: 900;
  font-size: 30px;
  font-family: 'Roboto Slab';
  letter-spacing: 2px;
  color: #193b61;
  text-decoration: line-through;
  text-decoration-color: #fec80c;
  border-bottom: 1px solid #193b61;
}

#activities img{
  width: 100%;
  height: 267px;
}

#activities .kashmir-heading{
  font-size: 25px;
  font-weight: 600;
  font-family: montserrat;
  color: black;
  letter-spacing: 0px;
  text-decoration: none;
  border: none;
}
.middle{
  background-image: url(../images/gallery.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
 
}
.mid-level{
  padding-block: 20px;

}
.mid-level h1{
  font-size: 40px;
  font-weight: 500;
  font-family: 'Roboto Slab';
  color: #fff;
  text-align: center;
}
.mid-level p{
  font-size: 18px;
  color: #000;
  font-weight: 400;
  font-family: 'Roboto Slab';
}

/* amna school css start here */
.courses-new{
  background-image: url(../images/bg-summer.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0 40px 0;
  background-attachment: fixed;
}
.summer-text h1{
 font-weight: bold;  
 color: #fff;
}
.summer-text p{
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
.courses img{
 margin: 0 auto;
 width: 100%;
}
.summer img{
  margin: 0 auto;
  margin-top: 20px;
  width: 100%;
}
img.newsletter{
  width: 80%;
  margin: 0 auto;
}