@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap" rel="stylesheet"');
:root {
  --color-primary: #ffda79;
  --color-yuppie: teal;
  --color-modern: deeppink;
  --color-dandy: tomato;
  --color-dark: #1f2937;
  --color-medium-light: #eeeeee;
  --color-light: #fff;
  --shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
  --font-base: Lato, sans-serif;
  --font-title: "Playfair Display", serif;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.container {
  padding: 0px 30px;
}

@media (max-width: 768px) {
  .container {
    padding: 0px 15px;
  }
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
  box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
  background: grey;
}

body {
  font-family: "Open Sans", sans-serif;
}

p,
a {
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0px;
}

h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 58px;
}

@media (max-width: 425px) {
  h1 {
    font-size: 20px;
    line-height: 29px;
  }
}

h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 49px;
  margin-bottom: 20px;
}

@media (max-width: 425px) {
  h2 {
    font-size: 20px;
    line-height: 39px;
  }
}

h3 {
  font-weight: 600;
  font-size: 25px;
}

@media (max-width: 425px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media (max-width: 425px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-weight: 700;
  font-size: 14px;
}

h6 {
  font-weight: 600;
  font-size: 16px;
}

.underlined-heading {
  position: relative;
  margin-bottom: 30px;
}

.underlined-heading:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 94%;
  height: 1px;
  background: rgba(30, 30, 30, 0.514);
}

@media (max-width: 500px) {
  .underlined-heading:after {
    display: none;
  }
}
.bold-text {
  font-weight: 600;
  font-size: 14px;
}

.title-with-icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .title-with-icon {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.title-with-icon .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  width: 30px;
}

.title-with-icon .icon img {
  width: 100%;
}

.for-margin-top {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .for-margin-top {
    margin-top: 0px;
  }
}

.margin-top {
  margin-top: 110px !important;
}

.breadcrumbs {
  z-index: 100;
  margin-top: 40px;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.breadcrumbs ul {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs ul li {
  list-style: none;
}

.breadcrumbs ul li a {
  color: rgba(242, 24, 79, 0.72);
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
}

.outline-btn {
  font-weight: 700;
  font-size: 16px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  width: 156px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.outline-btn .icon {
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
}

.outline-btn .icon img {
  width: 100%;
}

.filled-btn {
  background: #f2184f;
  border-radius: 5px;
  width: 141px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filled-btn .icon {
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
}

.filled-btn .icon img {
  width: 100%;
}

.sidemenu {
  width: 80%;
  height: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 300;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sidemenu .close {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
}

.sidemenu .close ion-icon {
  font-size: 35px;
}

.sidemenu .close span {
  font-weight: 800;
  font-size: 18px;
}

.sidemenu .menu-wrap {
  height: calc(100% - 100px);
  overflow-y: scroll;
  padding: 0px 10px;
}

.sidemenu .btn-wrap {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
  display: none;
}

@media (max-width: 768px) {
  .sidemenu .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sidemenu .btn-wrap a {
  width: 316px;
  color: #f2184f;
  border: 1px solid #f2184f;
  margin-bottom: 10px;
  font-size: 16px;
  margin-right: 0px;
}

.sidemenu .btn-wrap a:hover {
  background: #f2184f;
  color: white;
}

.sidemenu ul {
  width: 100%;
  margin-top: 20px;
  height: calc(100% - 100px);
  overflow-y: scroll;
  padding: 0px 10px;
}

.sidemenu ul li {
  list-style: none;
  position: relative;
}

.sidemenu ul li .drop-down {
  padding-left: 20px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  display: none;
}

.sidemenu ul li .drop-down ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidemenu ul li .drop-down ul li {
  width: 100%;
}

.sidemenu ul li .drop-down ul li a {
  border-bottom: 1px solid #3636362d;
  padding: 0px;
  display: block;
  padding: 15px;
  font-size: 16px;
}

.sidemenu ul li .drop-down ul li a b {
  color: #f2184f;
  font-size: 11px;
  -webkit-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
}

.sidemenu ul li .drop-down ul li a b ion-icon {
  margin-left: 5px;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.sidemenu ul li .drop-down ul li:last-child a {
  border: none;
}

.sidemenu ul li .drop-down ul li .active-drop {
  background: #f2184f;
  color: white;
}

.sidemenu ul li .active-drop {
  display: block;
}

.sidemenu ul li a {
  text-decoration: none;
  display: block;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  color: black;
}

.sidemenu ul li a ion-icon {
  margin-left: 10px;
}

.sidemenu ul li:last-child a {
  border: none;
}

.sidemenu ul li .active {
  color: #f2184f;
  font-weight: 900;
  text-decoration: underline;
  -webkit-text-decoration-color: #f2184f;
  text-decoration-color: #f2184f;
}

.sidemenu-active {
  right: 0;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header {
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 82px;
  z-index: 200;
  background: white;
  padding: 10px 98px 10px 0px;
}

@media (max-width: 768px) {
  header {
    display: none;
  }
}

header .header-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .header-wrap .logo {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1024px) {
  header .header-wrap .logo {
    width: 100%;
  }
}

@media (max-width: 768px) {
  header .header-wrap .logo {
    width: 52%;
  }
}

@media (max-width: 425px) {
  header .header-wrap .logo {
    width: 80%;
  }
}

header .header-wrap .logo a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
}

@media (max-width: 1024px) {
  header .header-wrap .logo a {
    margin-right: 10px;
  }
}

header .header-wrap .logo a img {
  width: 100%;
}

header .header-wrap .logo p {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #ffffff;
  width: 100%;
}

@media (max-width: 1024px) {
  header .header-wrap .logo p {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  header .header-wrap .logo p {
    font-size: 14px;
  }
}

@media (max-width: 425px) {
  header .header-wrap .logo p {
    font-size: 10px;
  }
}

header .header-wrap .logo p b {
  font-weight: 700 !important;
  font-size: 30px !important;
  line-height: 29px;
  color: #ffffff;
}

@media (max-width: 1024px) {
  header .header-wrap .logo p b {
    font-size: 26px !important;
  }
}

header .header-wrap nav {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
}

@media (max-width: 768px) {
  header .header-wrap nav {
    display: none;
  }
}

header .header-wrap nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-radius: 10px;
  padding: 0px;
}

header .header-wrap nav ul li {
  list-style: none;
  position: relative;
  margin-right: 15px;
}

header .header-wrap nav ul li:last-child {
  margin: 0;
}

header .header-wrap nav ul li a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalise;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #272727;
}

header .header-wrap nav ul li a ion-icon {
  margin-left: 6px;
}

header .header-wrap nav ul li .drop-down {
  position: absolute;
  right: -45px;
  top: 48px;
  width: 245px;
  max-height: 520px;
  overflow-y: scroll !important;
  scroll-padding: 0px;
  background: white;
  padding: 5px;
  padding-top: 6px;
  display: none;
  -webkit-box-shadow: 0px 1px 16px #cfc8c885;
  box-shadow: 0px 1px 16px #cfc8c885;
}

header .header-wrap nav ul li .drop-down ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header .header-wrap nav ul li .drop-down ul li {
  width: 100%;
  margin-right: 0px;
}

header .header-wrap nav ul li .drop-down ul li a {
  border-bottom: 1px solid #3636362d;
  display: block;
  padding: 8px 8px;
  font-size: 13px;
  font-weight: 500;
}

header .header-wrap nav ul li .drop-down ul li a b {
  color: #f2184f;
  font-size: 11px;
  -webkit-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
}

header .header-wrap nav ul li .drop-down ul li a b ion-icon {
  margin-left: 5px;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

header .header-wrap nav ul li .drop-down ul li a:hover {
  background: #f2184f;
  color: white;
}

header .header-wrap nav ul li .drop-down ul li .active-drop {
  background: #f2184f;
  color: white;
}

header .header-wrap nav ul li .drop-down ul li:last-child a {
  border: none;
}

header .header-wrap nav ul li .drop-down:hover {
  display: block;
}

header .header-wrap nav ul li .drop-down-active {
  display: block;
}

header .header-wrap nav ul li .active {
  color: #f2184f;
  font-weight: 900;
}

.active-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.19);
}

.res-header {
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0px;
  z-index: 200;
  background: none;
  padding: 10px 0px;
  background: white;
  display: none;
}

@media (max-width: 768px) {
  .res-header {
    display: block;
  }
}

.res-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.res-header .logo {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.res-header .logo img {
  width: 100%;
}

.res-header .responsive-ham {
  display: block;
  width: 35px;
}

.res-header .responsive-ham span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  background: black;
}

.contact-button-sticky-desktop {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 300;
}

@media (max-width: 768px) {
  .contact-button-sticky-desktop {
    bottom: 80px;
  }
}

.contact-button-sticky-desktop .options {
  width: 320px;
  height: 310px;
  position: absolute;
  top: -320px;
  right: 0;
  border-radius: 10px;
  padding: 20px;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: white;
}

.contact-button-sticky-desktop .options .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 25px;
  color: black;
}

.contact-button-sticky-desktop .options .close ion-icon {
  width: 22px;
  height: 22px;
  color: black;
  border-radius: 100%;
}

.contact-button-sticky-desktop .options .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
}

.contact-button-sticky-desktop .options .head .icon {
  width: 55px;
  border-radius: 100%;
}

.contact-button-sticky-desktop .options .head .icon img {
  width: 100%;
}

.contact-button-sticky-desktop .options .head .info .title {
  margin-left: 10px;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0px;
}

.contact-button-sticky-desktop .options .head .info .icon {
  width: 80px;
}

.contact-button-sticky-desktop .options .head .info .icon img {
  width: 100%;
}

.contact-button-sticky-desktop .options .head .info .position {
  font-size: 14px;
  margin-left: 10px;
  opacity: 0.7;
}

.contact-button-sticky-desktop .options .optn-content {
  margin-top: 20px;
  font-weight: 400;
  line-height: 25px;
  color: black;
}

.contact-button-sticky-desktop .options .button {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-button-sticky-desktop .options .button a {
  text-decoration: none;
  font-size: 15px;
  display: block;
  background: black;
  color: white;
  padding: 11px 20px;
  text-align: center;
  font-weight: 500;
  border-radius: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.contact-button-sticky-desktop .options .button a .desk-show,
.contact-button-sticky-desktop .options .button a .mob-show {
  display: none;
}

@media (min-width: 768px) {
  .contact-button-sticky-desktop .options .button a .desk-show {
    display: block;
  }
}

@media (max-width: 768px) {
  .contact-button-sticky-desktop .options .button a .mob-show {
    display: block;
  }
}

.contact-button-sticky-desktop .options .button a ion-icon {
  margin-right: 10px;
  font-size: 20px;
}

.contact-button-sticky-desktop .options .button a:nth-child(1) {
  background: #eee;
  color: black;
}

.contact-button-sticky-desktop .options .button a:nth-child(2) {
  background: #075e54;
  color: white;
}

.contact-button-sticky-desktop button {
  width: 150px;
  height: 50px;
  background: #ffd600;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  border: none;
  -webkit-animation: borderPulse 2000ms infinite ease-out;
  animation: borderPulse 2000ms infinite ease-out;
  display: none;
}

.contact-button-sticky-desktop button ion-icon {
  font-size: 22px;
}

.contact-button-sticky-desktop-active .options {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes borderPulse {
  0%,
  45% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(120, 119, 142, 0.7);
    box-shadow: 0px 0px 0px 0px rgba(120, 119, 142, 0.7);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(242, 242, 242, 0.01);
    box-shadow: 0px 0px 0px 15px rgba(242, 242, 242, 0.01);
  }
}

@keyframes borderPulse {
  0%,
  45% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(120, 119, 142, 0.7);
    box-shadow: 0px 0px 0px 0px rgba(120, 119, 142, 0.7);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(242, 242, 242, 0.01);
    box-shadow: 0px 0px 0px 15px rgba(242, 242, 242, 0.01);
  }
}

.vertical {
  width: 82px;
  height: 100%;
  background: #001e5e;
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px 0px;
  z-index: 300;
}

@media (max-width: 768px) {
  .vertical {
    display: none;
  }
}

.vertical .hamburger {
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
}

.vertical .hamburger span {
  width: 100%;
  height: 2px;
  background: white;
  margin-bottom: 6px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .vertical .hamburger span {
    background: white;
  }
}

.vertical .hamburger span:last-child {
  margin: 0;
}

.vertical .drop-down {
  display: none;
}

.vertical nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vertical nav .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  position: relative;
  bottom: 240px;
}

.vertical nav .btn-wrap a {
  width: 165px;
  height: 39px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.37);
  border-radius: 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-right: 10px;
}

.vertical nav .btn-wrap a:last-child {
  margin-right: 0px;
}

.vertical nav .btn-wrap a:hover {
  background: #ffffff;
  color: #001e5e;
}

.content-wrap {
  width: calc(100% - 82px);
  min-height: 100vh;
  position: absolute;
  right: 0;
  overflow-y: scroll;
}

@media (max-width: 768px) {
  .content-wrap {
    width: 100%;
    overflow: auto;
  }
}

.banner {
  width: 100%;
  height: 80vh;
  margin: 0px;
  z-index: -1;
  margin-top: 85px;
  position: relative;
}

@media (max-width: 768px) {
  .banner {
    background: url(../assets/images/home/sourabh-veterinary-res-banner.webp);
    height: 100vh;
    background-size: cover;
    background-position: center;
    margin-top: 0px;
  }
}

.banner .container {
  height: 100%;
}

.banner .container .play {
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background: white;
  z-index: 10;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 0 rgba(250, 251, 252, 0.5);
  box-shadow: 0 0 0 0 rgba(250, 251, 252, 0.5);
  -webkit-animation: pulse 1.5s infinite;
  -webkit-box-shadow: 1 1 1 1 #ffffff;
  box-shadow: 1 1 1 1 #ffffff;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.banner .container .play img {
  width: 23.2px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.banner .container .banner-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  position: relative;
}

.banner .container .banner-content span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 20px;
  color: white;
}

@media (max-width: 425px) {
  .banner .container .banner-content span {
    margin-bottom: 20px;
  }
}

.banner .container .banner-content h1 {
  font-weight: 700;
  font-size: 34px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .banner .container .banner-content h1 {
    font-size: 55px;
  }
}

@media (max-width: 550px) {
  .banner .container .banner-content h1 {
    font-size: 42px;
  }
}

@media (max-width: 425px) {
  .banner .container .banner-content h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}

.banner .container .banner-content p {
  color: white;
  margin-bottom: 30px;
}

@media (max-width: 425px) {
  .banner .container .banner-content p {
    line-height: 21px;
    margin-bottom: 30px;
  }
}

.banner .container .banner-content .filled-btn {
  width: 200px;
}

#about-banner {
  height: 429px;
  background: url(../assets/images/about/sourabh-veterinary-about-banner.webp);
}

@media (max-width: 425px) {
  #about-banner {
    background: url(../assets/images/about/sourabh-veterinary-about-banner.webp);
  }
}

#about-banner .banner-content {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#about-banner .banner-content span {
  font-size: 16px;
}

#about-banner .banner-content h2 {
  font-size: 34px;
  color: white;
}

.for-responsive .content .res-image {
  width: 100%;
  margin-bottom: 20px;
  display: none;
}

.for-responsive .content .res-image img {
  width: 100%;
}

@media (max-width: 768px) {
  .for-responsive .content .res-image {
    display: block;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .for-responsive .image {
    display: none;
  }
}

.for-responsive .image img {
  width: 100%;
}

.about {
  margin-top: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.about .content {
  width: 55%;
}

@media (max-width: 768px) {
  .about .content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.about .image {
  width: 40%;
}

@media (max-width: 768px) {
  .about .image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
  }
}

.about .image img {
  width: 100%;
}

#about-page .content {
  width: 58%;
}

@media (max-width: 768px) {
  #about-page .content {
    width: 100%;
  }
}

#about-page .image {
  width: 38%;
}

#video {
  margin-top: 60px;
  width: 100%;
  height: 526px;
  background: url(../assets/images/home/sourabh-veterinary-thumbnail.webp);
  background-position: center;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#video:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.193);
}

#video .play {
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background: white;
  z-index: 10;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 0 rgba(250, 251, 252, 0.5);
  box-shadow: 0 0 0 0 rgba(250, 251, 252, 0.5);
  -webkit-animation: pulse 1.5s infinite;
  -webkit-box-shadow: 1 1 1 1 #ffffff;
  box-shadow: 1 1 1 1 #ffffff;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

#video .play img {
  width: 23.2px;
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.section-with-background {
  margin-top: 60px;
  width: 100%;
  background: #202c45;
  padding: 40px 0px;
}

.section-with-background .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .section-with-background .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.section-with-background .box:last-child {
  margin-bottom: 0px;
}

.section-with-background .box .content {
  width: 57%;
}

@media (max-width: 768px) {
  .section-with-background .box .content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.section-with-background .box .content h2 {
  color: white;
  position: relative;
  margin-bottom: 10px;
}

.section-with-background .box .content h2::after {
  content: "";
  bottom: 0px;
  left: 0px;
  width: 50.5%;
  position: absolute;
  height: 1px;
  background: white;
}

.section-with-background .box .content h3,
.section-with-background .box .content p,
.section-with-background .box .content a {
  color: white;
}

.section-with-background .box .content h3 {
  margin-bottom: 20px;
}

.section-with-background .box .image {
  width: 40%;
}

@media (max-width: 768px) {
  .section-with-background .box .image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
  }
  .section-with-background .box .image img {
    width: 100%;
  }
}

.section-with-background .box .image img {
  border-radius: 12px;
}

#mission-vision .box .content .title-with-icon {
  margin-bottom: 30px;
}

#mission-vision .box .content .title-with-icon .icon {
  width: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mission-vision .box .content .title-with-icon .icon img {
  width: 100%;
}

#mission-vision .box .content .title-with-icon h2 {
  margin-bottom: 0px;
}

#mission-vision .box .content .title-with-icon h2:after {
  display: none;
}

.announcements {
  margin-top: 60px;
  width: 100%;
  display: none;
}

.announcements .title-with-icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.announcements h2 {
  text-align: center;
  margin-bottom: 40px;
}

.announcements .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .announcements .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.announcements .box .image {
  width: 42%;
}

@media (max-width: 768px) {
  .announcements .box .image {
    width: 100%;
  }
}

.announcements .box .image img {
  width: 100%;
}

.announcements .box .content {
  width: 55%;
}

@media (max-width: 768px) {
  .announcements .box .content {
    width: 100%;
  }
}

.announcements .box .content .announcements-wrap {
  width: 100%;
  height: 500px;
  overflow-y: scroll;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .announcements .box .content .announcements-wrap {
    margin-top: 30px;
  }
}

.announcements .box .content .announcements-wrap .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .announcements .box .content .announcements-wrap .row {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 20px;
  }
}

.announcements .box .content .announcements-wrap .row .date {
  width: 100px;
  height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #202c45;
  color: white;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
}

.announcements .box .content .announcements-wrap .row .box-wrap {
  width: calc(100% - 115px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .announcements .box .content .announcements-wrap .row .box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.announcements .box .content .announcements-wrap .row .content-line {
  width: calc(100% - 95px);
  padding-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .announcements .box .content .announcements-wrap .row .content-line {
    width: 100%;
    padding-bottom: 0px;
    border: none;
  }
}

.announcements .box .content .announcements-wrap .row .details-btn {
  color: black;
  text-decoration: underline;
  -webkit-text-decoration-color: black;
  text-decoration-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
}

.announcements .box .content .announcements-wrap .row .details-btn .icon {
  width: 16px;
  margin-left: 5px;
}

.announcements .box .content .announcements-wrap .row .details-btn .icon img {
  width: 100%;
}

.announcements .box .content .announcements-wrap .row:last-child .content-line {
  border-bottom: none;
  padding-bottom: 0px;
}

.announcements .box .content .btn-holder {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .announcements .box .content .btn-holder {
    margin-top: 10px;
  }
}

footer {
  width: 100%;
  background: #0b1324;
  padding: 60px 0px;
  margin-top: 60px;
}

footer .box-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 425px) {
  footer .box-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  footer .box-wrap .box {
    margin-bottom: 40px;
  }
}

footer .box-wrap .box .logo {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  footer .box-wrap .box .logo {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

footer .box-wrap .box .logo a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 18px;
}

footer .box-wrap .box .logo a img {
  width: 100%;
}

footer .box-wrap .box .logo p {
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
}

@media (max-width: 425px) {
  footer .box-wrap .box .logo p {
    text-align: center;
  }
}

footer .box-wrap .box .logo p b {
  font-weight: 700;
  font-size: 27px;
  line-height: 31px;
}

footer .box-wrap .box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-transform: capitalize;
  color: #ffffff;
}

@media (max-width: 425px) {
  footer .box-wrap .box p {
    text-align: center;
  }
}

footer .box-wrap .box .social-icons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

@media (max-width: 425px) {
  footer .box-wrap .box .social-icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer .box-wrap .box .social-icons .icon {
  width: 23px;
  margin-right: 10px;
}

footer .box-wrap .box .social-icons .icon img {
  width: 100%;
}

footer .box-wrap .box h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 20px;
}

@media (max-width: 425px) {
  footer .box-wrap .box h6 {
    text-align: center;
  }
}

footer .box-wrap .box ul li {
  list-style: none;
  margin-bottom: 8px;
}

@media (max-width: 425px) {
  footer .box-wrap .box ul li {
    text-align: center;
  }
}

footer .box-wrap .box ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  color: #ffffff;
  text-decoration: none;
}

footer .box-wrap .box .c-details {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}

@media (max-width: 425px) {
  footer .box-wrap .box .c-details {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

footer .box-wrap .box .c-details .icon {
  width: 20px;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}

@media (max-width: 768px) {
  footer .box-wrap .box .c-details .icon:nth-child(1) img {
    width: 30px !important;
  }
}

footer .box-wrap .box .c-details .icon img {
  width: 100%;
}

footer .box-wrap .box .c-details a {
  text-decoration: none;
  color: white;
  text-transform: lowercase;
}

@media (max-width: 425px) {
  footer .box-wrap .box .c-details a {
    text-align: center;
  }
}

@media (max-width: 425px) {
  footer .box-wrap .box .c-details p br {
    display: none;
  }
}

footer .box-wrap .b1 {
  width: 32%;
}

@media (max-width: 768px) {
  footer .box-wrap .b1 {
    width: 47%;
  }
}

@media (max-width: 425px) {
  footer .box-wrap .b1 {
    width: 100%;
  }
}

footer .box-wrap .b2 {
  width: 11%;
}

@media (max-width: 768px) {
  footer .box-wrap .b2 {
    width: 18%;
  }
}

@media (max-width: 425px) {
  footer .box-wrap .b2 {
    width: 100%;
  }
}

footer .box-wrap .b3 {
  width: 15%;
}

@media (max-width: 768px) {
  footer .box-wrap .b3 {
    width: 25%;
  }
}

@media (max-width: 425px) {
  footer .box-wrap .b3 {
    width: 100%;
  }
}

footer .box-wrap .b4 {
  width: 30%;
}

@media (max-width: 768px) {
  footer .box-wrap .b4 {
    width: 47%;
  }
}

@media (max-width: 425px) {
  footer .box-wrap .b4 {
    width: 100%;
  }
}

footer hr {
  background: rgba(255, 255, 255, 0.15);
  border: grey;
  height: 1px;
  width: 100%;
  display: none;
}

@media (max-width: 425px) {
  footer hr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

footer .copyright {
  width: 100%;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  margin-top: 90px;
}

@media (max-width: 425px) {
  footer .copyright {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
}

footer .copyright hr {
  background: rgba(255, 255, 255, 0.15);
  border: grey;
  height: 1px;
  width: 35%;
}

@media (max-width: 425px) {
  footer .copyright hr {
    display: none;
  }
}

@media (max-width: 768px) {
  #dean {
    position: relative;
    top: 50px;
  }
}

#dean h1 {
  margin-bottom: 7px;
  line-height: 45px;
}

#dean h1:after {
  width: 47%;
}

#dean h4 {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #director {
    position: relative;
    top: 50px;
  }
}

#director h1 {
  margin-bottom: 7px;
  line-height: 45px;
}

#director h1:after {
  width: 65%;
}

#director h4 {
  margin-bottom: 20px;
}

.gallery {
  width: 100%;
}

.gallery .card-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery .card-wrapper::after {
  content: "";
  width: calc(100% / 3 - 20px);
}

.gallery .card-wrapper .card {
  width: calc(100% / 3 - 20px);
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .gallery .card-wrapper .card {
    width: calc(100%);
    margin-top: 30px;
  }
}

.gallery .card-wrapper .card .thumbnail {
  width: 100%;
  position: relative;
}

.gallery .card-wrapper .card .thumbnail img {
  width: 100%;
}

.gallery .card-wrapper .card .thumbnail .card-name {
  position: absolute;
  bottom: -12px;
  left: 20px;
  background: #f2184f;
  width: 200px;
  height: 44px;
  border-radius: 6.47244px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.gallery .card-wrapper .card .thumbnail .folder {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background: rgba(0, 0, 0, 0.54);
  border-radius: 7.55118px;
}

.gallery .card-wrapper .card .thumbnail .folder img {
  width: 31.28px;
}

#gallery-inner h1 {
  margin-bottom: 20px;
}

#gallery-inner .card-wrapper::after {
  content: "";
  width: calc(100% / 2 - 12px);
}

#gallery-inner .card-wrapper .card {
  width: calc(100% / 4 - 20px);
}

@media (max-width: 768px) {
  #gallery-inner .card-wrapper .card {
    width: calc(100% / 2 - 20px);
  }
}

@media (max-width: 768px) {
  #gallery-inner .card-wrapper .card {
    width: 100%;
  }
}

#gallery-inner .card-wrapper .card:hover {
  opacity: 0.7;
}

#gallery-inner .card-wrapper video {
  width: calc(100% / 4 - 20px);
  height: 278px;
  margin-bottom: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

#get-in-touch {
  width: 100%;
  padding-top: 60px;
}

#get-in-touch .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 768px) {
  #get-in-touch .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#get-in-touch .box .left {
  width: 40%;
}

@media (max-width: 768px) {
  #get-in-touch .box .left {
    width: 100%;
    margin-bottom: 20px;
  }
}

#get-in-touch .box .left h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #f2184f;
  margin-bottom: 30px;
}

#get-in-touch .box .left p {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

#get-in-touch .box .left .address-wrap {
  width: 100%;
}

#get-in-touch .box .left .address-wrap .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

#get-in-touch .box .left .address-wrap .row .icon {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
}

@media (max-width: 425px) {
  #get-in-touch .box .left .address-wrap .row .icon {
    width: 30px;
    height: 30px;
  }
}

#get-in-touch .box .left .address-wrap .row .icon img {
  width: 30px;
}

@media (max-width: 425px) {
  #get-in-touch .box .left .address-wrap .row .icon img {
    width: 15px;
  }
}

#get-in-touch .box .left .address-wrap .row .desc {
  width: calc(100% - 65px);
}

#get-in-touch .box .left .address-wrap .row .desc span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 20px;
  line-height: 21px;
  margin-bottom: 15px;
}

#get-in-touch .box .left .address-wrap .row .desc .c-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 14px;
}

#get-in-touch .box .left .address-wrap .row .desc .c-line div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#get-in-touch .box .left .address-wrap .row .desc .c-line div a {
  font-weight: 600;
  font-size: 14px;
  display: block;
  text-decoration: none;
  color: black;
}

#get-in-touch .box .left .address-wrap .row .desc p {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 14px;
}

#get-in-touch .box .left .address-wrap .row .desc a {
  font-weight: 600;
  font-size: 14px;
  color: black;
}

#get-in-touch .box .right {
  width: 50%;
}

@media (max-width: 768px) {
  #get-in-touch .box .right {
    width: 100%;
  }
}

#get-in-touch .box .right form {
  width: 100%;
}

#get-in-touch .box .right form h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #f2184f;
  margin-bottom: 20px;
}

#get-in-touch .box .right form .input-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 425px) {
  #get-in-touch .box .right form .input-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0px;
  }
}

#get-in-touch .box .right form .input-wrap .input-holder {
  width: calc(100% / 2 - 10px);
}

@media (max-width: 425px) {
  #get-in-touch .box .right form .input-wrap .input-holder {
    width: 100%;
  }
}

#get-in-touch .box .right form .input-wrap .input-holder label {
  font-weight: 600;
  font-size: 14px;
}

#get-in-touch .box .right form .input-wrap .input-holder input {
  margin-top: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #7a7a7a;
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  text-indent: 10px;
  font-family: "Poppins";
}

@media (max-width: 425px) {
  #get-in-touch .box .right form .input-wrap .input-holder input {
    margin-bottom: 15px;
  }
}

#get-in-touch .box .right form .input-wrap .fullwidth {
  width: 100%;
}

#get-in-touch .box .right form .input-wrap textarea {
  margin-top: 6px;
  width: 100%;
  text-indent: 10px;
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  height: 144px;
  padding: 10px 0px;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

@media (max-width: 425px) {
  #get-in-touch .box .right form .input-wrap textarea {
    margin-bottom: 15px;
  }
}

#get-in-touch .box .right form .filled-btn {
  outline: none;
  border: none;
}

.facility {
  margin-bottom: 60px;
}

.facility .content {
  width: 56%;
}

@media (max-width: 768px) {
  .facility .content {
    width: 100%;
  }
}

.facility .content h1 {
  margin-bottom: 20px;
  line-height: 1.5;
}

.facility .image {
  margin-right: -40px;
}

@media (max-width: 768px) {
  .facility .image {
    width: 100%;
    margin-right: 0px;
  }
}

#facilities-available {
  width: 100%;
  margin-top: 60px;
}

#facilities-available h3 {
  margin-bottom: 20px;
}

#facilities-available ul {
  padding-left: 25px;
}

#facilities-available ul li {
  list-style: none;
  margin-bottom: 15px;
  position: relative;
}

#facilities-available ul li::after {
  content: "";
  width: 10px;
  height: 10px;
  background: rgba(242, 24, 79, 0.45);
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 0px;
  left: -25px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.department {
  width: 100%;
  margin-bottom: 60px;
}

.department .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .department .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.department .box .image {
  width: 40%;
}

@media (max-width: 768px) {
  .department .box .image {
    width: 100%;
  }
}

.department .box .image img {
  width: 100%;
}

.department .box .content {
  width: 55%;
}

@media (max-width: 768px) {
  .department .box .content {
    width: 100%;
  }
}

.department .box .content h1 {
  line-height: 42px;
  margin-bottom: 20px;
}

.registration {
  width: 100%;
}

.registration .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.registration form {
  width: 54%;
  margin-top: 40px;
  background: #e2ebfc;
  border-radius: 6px;
  padding: 30px 50px;
}

@media (max-width: 768px) {
  .registration form {
    width: 100%;
  }
}

.registration form p {
  font-weight: 700;
  font-size: 17px;
  line-height: 27px;
  text-transform: capitalize;
}

.registration form .input-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 425px) {
  .registration form .input-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.registration form .input-wrap .input-holder {
  width: calc(100% / 2 - 20px);
  padding: 10px 0px 15px 0px;
}

@media (max-width: 425px) {
  .registration form .input-wrap .input-holder {
    width: 100%;
  }
}

.registration form .input-wrap .input-holder input {
  width: 100%;
  height: 44px;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  margin-top: 6px;
  border: 1px solid rgba(0, 0, 0, 0.61);
  border-radius: 5px;
  text-indent: 10px;
  color: #3c3c3c;
  outline: none;
  background: none;
}

.registration form .input-wrap .input-holder select {
  width: 100%;
  height: 44px;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  border: none;
  background: none;
  margin-top: 6px;
  border: 1px solid rgba(0, 0, 0, 0.61);
  border-radius: 5px;
  outline: none;
  color: #3c3c3c;
  background: none;
}

.registration form label {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #3c3c3c;
  font-family: "Open Sans";
  text-transform: capitalize;
}

.registration form .textarea-wrap {
  width: 100%;
  padding: 10px 0px;
}

.registration form .textarea-wrap textarea {
  width: 100%;
  height: 87px;
  margin-top: 6px;
  background: none;
  color: #3c3c3c;
  border: 1px solid rgba(0, 0, 0, 0.61);
  border-radius: 5px;
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #a8a8a8;
  outline: none;
}

.registration form .filled-btn {
  width: 177px;
  margin-top: 20px;
  outline: none;
  border: none;
}

.registration table,
.registration td {
  border: 1px solid;
}

.registration table {
  margin-top: 40px;
  width: 100%;
  padding: 80px 60px;
  border: none;
  background: rgba(201, 218, 252, 0.87);
}

@media (max-width: 768px) {
  .registration table {
    padding: 20px;
  }
}

.registration table tr td {
  padding: 15px;
  font-weight: 600;
  font-size: 14px;
}

.registration table tr:nth-child(even) {
  background: rgba(0, 30, 94, 0.14);
}

.courses .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .courses .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.courses .box .image {
  width: 40%;
}

@media (max-width: 768px) {
  .courses .box .image {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.courses .box .image img {
  width: 100%;
}

.courses .box .content {
  width: 55%;
}

@media (max-width: 768px) {
  .courses .box .content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.courses .box .content h1 span {
  font-weight: 600;
  font-size: 21px;
}

.courses .box .content h4 {
  font-size: 18px;
}

.courses .box .content ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 28px;
  padding-top: 8px;
}

.courses .box .content ul li {
  list-style: none;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-right: 30px;
  margin-bottom: 10px;
}
@media (max-width: 425px) {
  .courses .box .content ul li {
    width: 100%;
  }
}

.courses .box .content ul li::after {
  content: "";
  width: 10px;
  height: 10px;
  background: rgba(242, 24, 79, 0.45);
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 0px;
  left: -25px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

#eligibility {
  margin-top: 60px;
}

#admsn-process {
  margin-top: 60px;
}

#scope {
  margin-top: 60px;
}

#abt-university {
  margin-top: 60px;
}

#course-highlights {
  margin-top: 60px;
}

#syllabus {
  margin-top: 60px;
}

.uppercase {
  text-transform: uppercase;
}

.uppercase-list {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

.table-contents .box .content table {
  border: none;
}

.table-contents .box .content table th,
.table-contents .box .content table td {
  border: 1px solid rgba(0, 0, 0, 0.42);
  padding: 10px;
}

.table-contents .box .content table th {
  background: rgba(242, 24, 79, 0.31);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.table-contents .box .content table td {
  font-weight: 600;
  font-size: 14px;
}

#online-reg {
  margin-top: 60px;
}

#online-reg h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
  color: #f2184f;
  margin-bottom: 20px;
}

#online-reg p {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}

#online-reg .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

#online-reg .box h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 27px;
  margin-bottom: 30px;
}

#online-reg .box form {
  width: 95%;
  border: 1px solid #cecece;
  padding: 20px;
  margin-bottom: 60px;
}

#online-reg .box form .input-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 425px) {
  #online-reg .box form .input-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#online-reg .box form .input-wrap .input-holder {
  width: calc(100% / 2 - 40px);
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #online-reg .box form .input-wrap .input-holder {
    width: calc(100% / 2 - 20px);
  }
}

@media (max-width: 768px) {
  #online-reg .box form .input-wrap .input-holder {
    width: 100%;
  }
}

#online-reg .box form .input-wrap .input-holder p {
  font-size: 14px;
  color: black;
}

#online-reg .box form .input-wrap .input-holder label {
  font-weight: 600;
  font-size: 14px;
  line-height: 10px;
}

#online-reg .box form .input-wrap .input-holder select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #cccaca;
  margin-top: 31px;
  height: 40px;
  padding-left: 10px;
}

#online-reg .box form .input-wrap .input-holder .radio-btn-holder {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#online-reg .box form .input-wrap .input-holder .radio-btn-holder input {
  width: 3%;
  margin-top: 0px;
}

#online-reg .box form .input-wrap .radio-wrap .radio-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 20px !important;
}

#online-reg .box form .input-wrap .radio-wrap .radio-btn-wrap input {
  width: 11px;
  margin-right: 10px;
}

#online-reg .box form hr {
  margin: 30px 0px;
}

#online-reg .box form p {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 20px;
  color: #001e5e;
}

#online-reg .box form span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}

#online-reg .box form span input {
  width: 2%;
  margin-top: 6px;
  margin-right: 5px;
}

@media (max-width: 425px) {
  #online-reg .box form span input {
    width: 3%;
  }
}

#online-reg .box form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #cccaca;
  margin-top: 31px;
  padding-bottom: 15px;
  font-size: 12px;
}

#online-reg .box form .edu-details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#online-reg .box form .edu-details .input-holder {
  width: calc(100% / 7 - 10px);
  height: 48px;
  margin-bottom: 20px;
}

#online-reg .box form .edu-details .input-holder input {
  height: 100%;
  margin-top: 0px;
  border: 1px solid #cacaca;
  padding-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-indent: 10px;
  outline: none;
}

#online-reg .box form .edu-details .input-holder label {
  color: black;
}

#online-reg .box form .edu-details .input-holder #file-upload {
  padding: 13px 10px 10px 10px;
  border: none;
}

#online-reg .box form .all-btn {
  width: 133px;
  height: 44px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #ffffff;
  border-radius: 5px;
  border: none;
  margin-top: 40px;
  margin-right: 20px;
}

#online-reg .box form .submit-btn {
  background: #f2184f;
}

#online-reg .box form .clear-btn {
  background: #2797af;
}

#online-reg .box form .cancel-btn {
  background: #af9927;
}

.mobile-sticky-btn {
  display: none;
}

@media (max-width: 768px) {
  .mobile-sticky-btn {
    display: block;
    width: 100%;
    height: 60px;
    background: #001e5e;
    position: fixed;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    z-index: 100;
  }
  .mobile-sticky-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 2 - 10px);
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    background: #002c8a;
    font-size: 16px;
    font-weight: 500;
  }
}

#student-carousel {
  padding: 60px 0px;
}

.approved {
  background: #a3ffa3;
  padding: 25px 0px;
}

.approved .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .approved .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.approved .container .content {
  font-size: 25px;
  color: black;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 768px) {
  .approved .container .content {
    font-size: 22px;
  }
}

.approved .container .content a {
  background: none;
  border: 2px solid black;
  color: black;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 18px;
  margin-left: 30px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .approved .container .content a {
    display: block;
    width: 150px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
  }
}

.off {
  display: none !important;
}

#teachers-training {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  width: 100%;
}

@media (max-width: 425px) {
  #teachers-training {
    padding: 10px;
  }
}

#teachers-training .desc-wrap {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 425px) {
  #teachers-training .desc-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#teachers-training .desc-wrap .logo {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

#teachers-training .desc-wrap .logo img {
  width: 100%;
}

#teachers-training .desc-wrap p {
  width: calc(100% - 100px);
}

@media (max-width: 425px) {
  #teachers-training .desc-wrap p {
    width: 100%;
  }
}

#teachers-training .contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

#teachers-training .contact-details .box {
  width: calc(100% / 2 - 20px);
  padding: 30px;
  padding-top: 10px;
  margin-bottom: 15px;
  border: 1px solid rgba(104, 102, 102, 0.137);
}

@media (max-width: 768px) {
  #teachers-training .contact-details .box {
    width: 100%;
  }
}

#teachers-training h6 {
  text-decoration: underline;
  margin-bottom: 5px;
}

#teachers-training a {
  text-decoration: none;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 8px;
}

.image-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.image-wrapper .image-card {
  width: calc(100% / 5 - 10px);
}
.image-wrapper .image-card img {
  width: 100%;
}
@media (max-width: 768px) {
  .image-wrapper .image-card {
    width: calc(100% / 3 - 10px);
  }
}
/*# sourceMappingURL=styles.css.map */

#home-banner #slider,
.wrap,
.slide-content {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
#home-banner .wrap {
  position: relative;
}
#home-banner .homeSlide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  visibility: hidden;
  opacity: 0;
}
#home-banner .slide1 {
  background-image: url("../assets/images/homepage/1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#home-banner .slide-is-active {
  visibility: visible;
  opacity: 1;
}
#home-banner .slide-transition {
  transition: all 0.5s ease-in-out;
}
#home-banner .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* New Gallery css */


.our-gallery{
  width: 100%;
  padding: 60px 50px;
  
}

.our-gallery .image-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* For tablets (small screens) */
@media (max-width: 768px) {
  .our-gallery .image-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* For mobile (smallest screens) */
@media (max-width: 480px) {
  .our-gallery .image-container {
    grid-template-columns: 1fr;
  }
}

.our-gallery .image-container img{
  width: 100%;
  max-height: 300px;
  height: 300px;
  object-fit: cover;
  border: 2px solid gray;
  overflow: hidden;
}

.gallery_heading{
  margin: 50px 0;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
}


.image-container {
  position: relative;
}
.tab {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.tab img {
  width: 100%;
  height: auto;
}
.tab-content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px;
  display: none;
  font-size: 18px;
}
.tab:hover .tab-content {
  display: block;
}
.tab-content a {
  color: white;
  text-decoration: none;
}
.tab-content a:hover {
  text-decoration: underline;
}



