@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent !important;
  tap-highlight-color: transparent !important;
}

body {
  font-family: "Poppins", sans-serif;
  user-select: none;
}
body ::-webkit-scrollbar {
  width: 3px;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p {
  color: #383838;
}
body p {
  font-size: 15px !important;
}
body ::-webkit-scrollbar-track {
  background: #fff0ee;
}
body ::-webkit-scrollbar-thumb {
  background: rgb(156, 155, 155);
}
body ::-webkit-scrollbar-thumb:hover {
  background: rgb(102, 101, 101);
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  position: relative;
}
body h2 {
  font-weight: 400;
  font-size: 30px;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  position: relative;
}
body h1 .float-icon,
body h2 .float-icon,
body h3 .float-icon,
body h4 .float-icon,
body h5 .float-icon,
body h6 .float-icon {
  position: absolute;
  top: -32px;
  left: 0px;
  width: 50px;
}
body h1 .float-icon img,
body h2 .float-icon img,
body h3 .float-icon img,
body h4 .float-icon img,
body h5 .float-icon img,
body h6 .float-icon img {
  width: 100%;
}
body h4 {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  color: #702C21;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
body h6 {
  font-family: "Poppins" !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-transform: lowercase;
  color: #272727;
  margin: 0px;
}
@media (max-width: 425px) {
  body h6 {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  body h2 {
    font-size: 27px;
  }
}
body h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #702C21;
  margin-bottom: 20px;
}
body p {
  margin: 0px;
}

.active {
  color: #702C21 !important;
  font-weight: 600;
  position: relative;
}
.active ion-icon {
  color: #702C21 !important;
}

.active-drop {
  color: white !important;
  font-weight: 600;
  position: relative;
}
.active-drop ion-icon {
  color: #702C21;
}

.table-container {
  overflow-x: scroll;
}

table {
  width: 100%;
  margin-top: 30px;
  white-space: nowrap;
}

th,
td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-size: 14px !important;
}

th {
  background-color: #702C21;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}

tr:nth-child(even) {
  background-color: #f7f7f7;
}

tr:hover {
  background-color: #f7f7f7;
}

.shimmer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.461);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 290;
  display: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1199px) {
  .container {
    padding: 0px 10px;
    max-width: 100%;
  }
}

.contact-button-sticky-desktop {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 300;
}
@media (max-width: 768px) {
  .contact-button-sticky-desktop {
    bottom: 40px;
  }
}
.contact-button-sticky-desktop .options {
  width: 300px;
  position: absolute;
  top: -320px;
  right: 0;
  border-radius: 10px;
  padding: 20px;
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  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: flex;
  align-items: center;
  color: black;
}
.contact-button-sticky-desktop .options .head .icon {
  width: 44px;
  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: 500;
  font-size: 16px;
  margin-bottom: 0px;
}
.contact-button-sticky-desktop .options .head .info .position {
  font-size: 12px;
  margin-left: 10px;
  opacity: 0.7;
}
.contact-button-sticky-desktop .options .content {
  margin-top: 20px;
  font-weight: 400;
  line-height: 25px;
  color: black;
}
.contact-button-sticky-desktop .options .button {
  margin-top: 10px;
}
.contact-button-sticky-desktop .options .button a {
  text-decoration: none;
  font-size: 15px;
  display: block;
  background: black;
  color: white;
  padding: 13px 20px;
  text-align: center;
  font-weight: 500;
  border-radius: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: 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: #197c5b;
  color: white;
}
.contact-button-sticky-desktop button {
  width: 150px;
  height: 50px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  border: none;
  color: white;
  border-radius: 50px;
  animation: borderPulse 2000ms infinite ease-out;
  display: none;
}

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

@keyframes borderPulse {
  0%, 45% {
    box-shadow: 0px 0px 0px 0px rgba(120, 119, 142, 0.7);
  }
  100% {
    box-shadow: 0px 0px 0px 15px rgba(242, 242, 242, 0.01);
  }
}
.submit-btn {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  text-transform: capitalize;
  color: #e6e6e6;
  background: #702C21;
  border: none;
  height: 42px;
  border-radius: 50px;
}

.title {
  display: flex;
  align-items: center;
}
.title h6 {
  margin-right: 10px;
  color: #702C21 !important;
}
.title .line {
  border: 1px solid #702C21;
  width: 97px;
  display: none;
}

.title-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.title-wrap .view-btn {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
}
.title-wrap .view-btn a {
  color: #702C21;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-wrap .view-btn a ion-icon {
  margin-left: 6px;
}

.chkbox {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 230px;
}
.chkbox img {
  width: 100%;
}

.unstyled {
  text-transform: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}

.more-btn {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 145px;
  height: 44px;
  padding: 0px 6px 0px 15px;
}
@media (max-width: 425px) {
  .more-btn {
    font-size: 14px;
    width: 135px;
    height: 43px;
  }
}
.more-btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  width: 29px;
  height: 29px;
}
.more-btn .icon ion-icon {
  color: white;
  width: 17.36px;
  height: 18.64px;
}

.view-btn {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  padding: 0px 6px 0px 15px;
}
@media (max-width: 425px) {
  .view-btn {
    font-size: 14px;
    width: 135px;
    height: 43px;
  }
}
.view-btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  width: 29px;
  height: 29px;
}
.view-btn .icon ion-icon {
  color: white;
  width: 17.36px;
  height: 18.64px;
}

.more-fld-btn {
  border: 1px solid #702C21;
  margin-top: 20px;
  border-radius: 50px;
  color: #702C21;
}
.more-fld-btn .icon ion-icon {
  color: #702C21;
}
.more-fld-btn:hover {
  background: #702C21;
  color: #fff;
  border: none;
}
.more-fld-btn:hover .icon ion-icon {
  color: #fff;
}

.view-fld-btn {
  border: 1px solid #702C21;
  border-radius: 50px;
  color: #702C21;
}
.view-fld-btn .icon ion-icon {
  color: #383838;
}
.view-fld-btn:hover {
  background: #702C21;
  color: #fff;
  border: none;
}
.view-fld-btn:hover .icon ion-icon {
  color: #fff;
}

.more-otl-btn {
  border: 1px solid #702C21;
  color: black;
  height: 40px;
}
.more-otl-btn ion-icon {
  color: black;
}

.contact-form {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 13px;
  padding: 20px 30px;
}
.contact-form p {
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 20px;
}
@media (max-width: 425px) {
  .contact-form p {
    font-size: 14px;
    line-height: 24px;
  }
}
.contact-form input {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  border: 1px solid rgba(122, 122, 122, 0.57);
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  text-indent: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7a7a7a;
}
@media (max-width: 425px) {
  .contact-form input {
    font-size: 13px;
    height: 35px;
    margin-bottom: 15px;
  }
}
.contact-form textarea {
  width: 100%;
  height: 134px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  border: 1px solid rgba(122, 122, 122, 0.57);
  border-radius: 5px;
  text-indent: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-top: 10px;
  color: #7a7a7a;
}
@media (max-width: 425px) {
  .contact-form textarea {
    font-size: 13px;
  }
}
.contact-form .btn-cta {
  width: 148px;
  height: 44px;
  background: #702C21;
  border: none;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  text-transform: capitalize;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 425px) {
  .contact-form .btn-cta {
    font-size: 14px;
    width: 120px;
    height: 40px;
  }
}
.contact-form .btn-cta ion-icon {
  font-size: 18px;
  margin-left: 15px;
  color: white;
}

.sidemenu {
  width: 80%;
  height: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 300;
  background: white;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: 0.2s;
}
.sidemenu .close {
  width: 100%;
  display: flex;
  align-items: center;
  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%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  display: none;
}
@media (max-width: 768px) {
  .sidemenu .btn-wrap {
    display: flex;
  }
}
.sidemenu .btn-wrap a {
  width: 316px;
  color: #702C21;
  border: 1px solid #702C21;
  margin-bottom: 10px;
  font-size: 16px;
  margin-right: 0px;
}
.sidemenu .btn-wrap a:hover {
  background: #702C21;
  color: white;
}
.sidemenu ul {
  width: 100%;
  margin-top: 20px;
}
.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: flex;
  flex-direction: column;
}
.sidemenu ul li .drop-down ul li {
  width: 100%;
}
.sidemenu ul li .drop-down ul li a {
  border-bottom: 1px solid rgba(54, 54, 54, 0.1764705882);
  padding: 0px;
  display: block;
  padding: 15px;
  font-size: 16px;
}
.sidemenu ul li .drop-down ul li a b {
  color: red;
  font-size: 11px;
  animation: blink 1s linear infinite;
}
.sidemenu 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;
  }
}
.sidemenu ul li .drop-down ul li:last-child a {
  border: none;
}
.sidemenu ul li .drop-down ul li .active-drop {
  background: #702C21;
  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: flex;
  align-items: center;
  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: #702C21;
  font-weight: 900;
  text-decoration-color: #702C21;
}

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

.nav-tab {
  width: 100%;
  height: 45px;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  background: #702C21;
  padding: 10px 0px;
}
@media (max-width: 425px) {
  .nav-tab {
    height: 40px;
  }
}
.nav-tab .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .nav-tab .container marquee {
    width: 100% !important;
    font-size: 12px !important;
  }
}

.btn-wrap {
  width: 38%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .btn-wrap {
    display: none;
  }
}
.btn-wrap a {
  width: 165px;
  height: 39px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.37);
  border-radius: 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-right: 10px;
}
.btn-wrap a:last-child {
  margin-right: 0px;
}
.btn-wrap a:hover {
  background: #ffffff;
  color: #702C21;
}
@media (max-width: 425px) {
  .btn-wrap a {
    font-size: 12px;
    line-height: 14px;
    padding: 14px 12px;
    margin-right: 5px;
    text-align: center;
  }
}

header {
  width: 100%;
  position: fixed;
  top: 45px;
  left: 0;
  z-index: 250;
  background: white;
  height: 80px;
}
@media (max-width: 425px) {
  header {
    top: 40px;
    height: 75px;
  }
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
header .container .hamburger {
  width: 32px;
  display: none;
}
@media (max-width: 768px) {
  header .container .hamburger {
    display: block;
  }
}
header .container .hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: rgb(0, 0, 0);
  margin-bottom: 6px;
  border-radius: 10px;
}
header .container .hamburger span:last-child {
  margin: 0;
}
header .container .logo {
  width: 24%;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  header .container .logo {
    width: 226px;
  }
}
@media (max-width: 768px) {
  header .container .logo {
    width: 280px;
  }
}
@media (max-width: 425px) {
  header .container .logo {
    width: 280px;
  }
}
@media (max-width: 377px) {
  header .container .logo {
    width: 240px;
  }
}
header .container .logo a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  header .container .logo a {
    margin-right: 10px;
  }
}
header .container .logo a img {
  width: 100%;
}
header .container .logo p {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 1024px) {
  header .container .logo p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  header .container .logo p {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  header .container .logo p {
    font-size: 10px;
  }
}
header .container .logo p b {
  font-weight: 700 !important;
  font-size: 30px !important;
  line-height: 29px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  header .container .logo p b {
    font-size: 26px !important;
  }
}
header .container nav {
  width: 83%;
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: -122px;
  padding-right: 70px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  header .container nav {
    display: none;
  }
}
header .container nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 93.6%;
  border-radius: 10px;
  padding: 0px;
}
header .container nav ul li {
  list-style: none;
  position: relative;
  margin-right: 15px;
}
header .container nav ul li:last-child {
  margin: 0;
}
header .container nav ul li a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalise;
  display: flex;
  align-items: center;
  color: #272727;
}
header .container nav ul li a:hover {
  color: #702C21;
}
header .container nav ul li a ion-icon {
  margin-left: 6px;
}
header .container nav ul li .drop-down {
  position: absolute;
  left: 0;
  top: 48px;
  width: 250px;
  max-height: 520px;
  overflow-y: scroll !important;
  scroll-padding: 0px;
  background: white;
  padding: 5px;
  padding-top: 6px;
  display: none;
  box-shadow: 0px 1px 16px rgba(207, 200, 200, 0.5215686275);
}
header .container nav ul li .drop-down ul {
  display: flex;
  flex-direction: column;
}
header .container nav ul li .drop-down ul li {
  width: 100%;
  margin-right: 0px;
}
header .container nav ul li .drop-down ul li a {
  border-bottom: 1px solid rgba(54, 54, 54, 0.1764705882);
  display: block;
  padding: 8px 8px;
  font-size: 13px;
  font-weight: 500;
}
header .container nav ul li .drop-down ul li a b {
  color: red;
  font-size: 11px;
  animation: blink 1s linear infinite;
}
header .container 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 .container nav ul li .drop-down ul li a:hover {
  background: #702C21;
  color: white;
}
header .container nav ul li .drop-down ul li .active-drop {
  background: #702C21;
  color: white;
}
header .container nav ul li .drop-down ul li:last-child a {
  border: none;
}
header .container nav ul li .drop-down:hover {
  display: block;
}
header .container nav ul li .drop-down-active {
  display: block;
}
header .container nav ul li .active {
  color: #702C21;
  font-weight: 900;
  text-decoration-color: #702C21;
}

#home-banner {
  width: 100%;
  height: 526px;
  margin: 0px;
  background-image: url(../assets/images/home/banner/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1;
  margin-top: 125px;
  position: relative;
}
@media (max-width: 425px) {
  #home-banner {
    margin-top: 110px;
    background-image: url(../assets/images/home/banner/banner-img.jpg);
    background-size: cover;
    background-position: center;
  }
}
#home-banner:after {
  content: "";
  height: 526px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  background-color: rgba(0, 0, 0, 0.4235294118) !important;
}
#home-banner .banner-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 7;
}
#home-banner .banner-slide .slide {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
#home-banner .banner-slide .slide .container .banner-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  position: relative;
}
#home-banner .banner-slide .slide .container .banner-content span {
  font-weight: 400;
  font-size: 30px;
  line-height: 19px;
  text-transform: capitalize;
  color: #ffffff;
}
@media (max-width: 768px) {
  #home-banner .banner-slide .slide .container .banner-content span {
    font-size: 19px;
  }
}
#home-banner .banner-slide .slide .container .banner-content p {
  color: white;
  text-align: center;
  margin: 20px 0px;
}
#home-banner .banner-slide .slide .container .banner-content .buttons {
  margin-top: 20px;
}
#home-banner .banner-slide .slide .container .banner-content .buttons a {
  padding: 12px 18px;
  border: 1px solid white;
  text-decoration: none;
  font-weight: 500;
  border-radius: 50px;
  font-size: 18px;
  color: white;
}
#home-banner .banner-slide .slide .container .banner-content .buttons a:hover {
  background: white;
  color: #383838;
}
#home-banner .banner-slide .slide .container .banner-content h1 {
  text-align: center;
  text-transform: capitalize;
}
#home-banner .banner-slide .slide .container .banner-content .play {
  width: 71px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #702C21;
  border-radius: 100%;
  margin-bottom: 55px;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
  -webkit-animation: pulse 1.5s infinite;
}
@media (max-width: 425px) {
  #home-banner .banner-slide .slide .container .banner-content .play {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
  }
}
#home-banner .banner-slide .slide .container .banner-content .play img {
  width: 36.21px;
}
@media (max-width: 425px) {
  #home-banner .banner-slide .slide .container .banner-content .play img {
    width: 30px;
  }
}
#home-banner .banner-slide .slide .container .banner-content .play:hover {
  -webkit-animation: none;
}
#home-banner .banner-slide .slide .container .banner-content h1 {
  font-weight: 600;
  font-size: 70px;
  line-height: 50px;
  text-transform: capitalize;
  color: #ffffff;
}
@media (max-width: 768px) {
  #home-banner .banner-slide .slide .container .banner-content h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
#home-banner .banner-slide .slide .container .banner-content h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 42px;
  text-transform: capitalize;
  color: #ffffff;
  letter-spacing: 1px;
}
@media (max-width: 550px) {
  #home-banner .banner-slide .slide .container .banner-content h2 {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  #home-banner .banner-slide .slide .container .banner-content h2 {
    font-size: 14px;
    line-height: 1px;
    letter-spacing: 0px;
  }
}
@media (max-width: 380px) {
  #home-banner .banner-slide .slide .container .banner-content h2 {
    font-size: 12px;
  }
}
@media (max-width: 319px) {
  #home-banner .banner-slide .slide .container .banner-content h2 {
    font-size: 9px;
  }
}

.about {
  padding: 60px 0px 0px 0px;
}
.about .container .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .about .container .box {
    flex-direction: column;
  }
}
.about .container .box .left-box {
  width: 49%;
}
@media (max-width: 768px) {
  .about .container .box .left-box {
    width: 100%;
    margin-bottom: 40px;
  }
}
.about .container .box .left-box h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
  color: #383838;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .about .container .box .left-box h2 {
    margin-bottom: 35px;
  }
}
.about .container .box .left-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  text-transform: capitalize;
  color: #383838;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .about .container .box .left-box p {
    line-height: 28px;
  }
}
@media (max-width: 375px) {
  .about .container .box .left-box p {
    font-size: 12px;
    line-height: 22px;
  }
}
.about .container .box .right-box {
  width: 43%;
}
.about .container .box .right-box img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .about .container .box .right-box {
    width: 100%;
  }
}

#home-fee-structure {
  margin-top: 148px;
}
#home-fee-structure .container h1 {
  color: #383838;
}
#home-fee-structure .container .table-container {
  overflow-x: scroll;
}
#home-fee-structure .container table {
  width: 100%;
  margin-top: 30px;
  white-space: nowrap;
}
#home-fee-structure .container th,
#home-fee-structure .container td {
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
#home-fee-structure .container th {
  background-color: #702C21;
  color: #ffffff;
}
#home-fee-structure .container tr:nth-child(even) {
  background-color: #f7f7f7;
}
#home-fee-structure .container tr:hover {
  background-color: #f7f7f7;
}

#school-pta {
  margin-top: 148px;
}
#school-pta .container h1 {
  color: #383838;
}
#school-pta .container table {
  width: 70%;
  margin-top: 30px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #school-pta .container table {
    width: 100%;
  }
}
#school-pta .container th,
#school-pta .container td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
#school-pta .container th {
  background-color: #702C21;
  color: #ffffff;
}
#school-pta .container tr:nth-child(even) {
  background-color: #f7f7f7;
}
#school-pta .container tr:hover {
  background-color: #f7f7f7;
}

#academics-curriculum {
  margin-top: 148px;
}
#academics-curriculum .container h1 {
  color: #383838;
}
#academics-curriculum .container .content {
  margin-top: 30px;
  background-color: #fff0ee;
  padding: 20px;
  border-radius: 10px;
}
#academics-curriculum .container .content h4 {
  color: #272727;
  line-height: 150%;
  text-transform: capitalize;
}
#academics-curriculum .container .content p {
  padding-bottom: 20px;
}
#academics-curriculum .container .content ul {
  padding-left: 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #academics-curriculum .container .content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
#academics-curriculum .container .content ul li {
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 10px;
}
#academics-curriculum .container .content ul li::marker {
  color: #702C21;
}

#academics-result {
  margin-top: 148px;
}
#academics-result .container h1 {
  text-transform: capitalize;
  color: #383838;
}
#academics-result .container h4 {
  text-align: center;
  margin-bottom: 0;
  line-height: 160%;
}
#academics-result .container .table-container {
  margin-bottom: 20px;
}

#academics-faculity {
  margin-top: 148px;
}
#academics-faculity .container h1 {
  color: #383838;
}
#academics-faculity .container .content {
  background-color: #fff0ee;
  padding: 5px;
  margin-top: 20px;
  border-radius: 10px;
}
#academics-faculity .container h3 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0px;
}
#academics-faculity .container table tr {
  background-color: #ffffff;
}

#academics-prescribed-books {
  margin-top: 148px;
}
#academics-prescribed-books .container h1 {
  color: #383838;
}
#academics-prescribed-books .container .content {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#academics-prescribed-books .container .content .class {
  width: calc(33.3333333333% - 20px);
  margin-bottom: 60px;
  background: #fff0ee;
  padding: 10px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  #academics-prescribed-books .container .content .class {
    width: calc(50% - 20px);
  }
}
@media (max-width: 500px) {
  #academics-prescribed-books .container .content .class {
    width: 100%;
  }
}
#academics-prescribed-books .container .content .class h4 {
  margin-top: 20px;
}
#academics-prescribed-books .container .content .class ul {
  padding-left: 20px;
}
#academics-prescribed-books .container .content .class ul li {
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 10px;
}
#academics-prescribed-books .container .content .class ul li::marker {
  color: #702C21;
}

#academics-teachers-training {
  margin-top: 148px;
}

#academics-class-strength {
  margin-top: 148px;
}
#academics-class-strength .container h1 {
  color: #383838;
}

#about-managing-committee {
  margin-top: 148px;
}
#about-managing-committee .container h1 {
  color: #383838;
}
#about-managing-committee .container h1 font .table-container table {
  width: 50% !important;
}

#more-annual-report {
  margin-top: 148px;
}
#more-annual-report .container h1 {
  color: #383838;
}
#more-annual-report .container h3 {
  font-style: italic;
  font-size: 16px !important;
  margin-bottom: 20px;
}
#more-annual-report .container h3 span {
  font-size: 16px !important;
  font-weight: 500;
}
#more-annual-report .container .content {
  margin-top: 30px;
  background-color: #fff0ee;
  padding: 20px;
  border-radius: 10px;
}
#more-annual-report .container .content h4 {
  color: #702C21;
  font-weight: 600;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 5px;
}
#more-annual-report .container .content p {
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 160%;
}
#more-annual-report .container .content i {
  font-family: "Playfair Display";
  font-weight: 600;
}

#affiliation {
  width: 100%;
  background: #a1bfff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 72px;
}
@media (max-width: 768px) {
  #affiliation {
    padding: 30px 15px;
  }
}
@media (max-width: 425px) {
  #affiliation {
    flex-direction: column;
    justify-content: center;
  }
}
#affiliation p {
  font-family: "Playfair Display";
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  margin-right: 40px;
}
@media (max-width: 425px) {
  #affiliation p {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0px;
  }
}
#affiliation a {
  text-decoration: none;
  padding: 10px;
  color: #702C21;
  font-weight: 500;
  font-size: 17px;
  line-height: 34px;
  background: rgb(250, 250, 250);
  width: 190px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

#home-facilities-and-galleries {
  width: 100%;
  display: flex;
  margin-top: 60px;
}
@media (max-width: 768px) {
  #home-facilities-and-galleries {
    flex-direction: column;
  }
}
#home-facilities-and-galleries .left {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 70px 72px;
  background-color: #702C21;
}
@media (max-width: 768px) {
  #home-facilities-and-galleries .left {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #home-facilities-and-galleries .left {
    padding: 50px 20px;
  }
}
#home-facilities-and-galleries .left .cap {
  width: 69px;
}
#home-facilities-and-galleries .left .cap img {
  width: 100%;
}
#home-facilities-and-galleries .left h2 {
  font-weight: 400;
  font-size: 39px;
  line-height: 56px;
  color: #383838;
  margin-bottom: 20px;
}
@media (max-width: 425px) {
  #home-facilities-and-galleries .left h2 {
    font-size: 32px;
    line-height: 45px;
  }
}
#home-facilities-and-galleries .left p {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-transform: capitalize;
  color: #383838;
}
@media (max-width: 425px) {
  #home-facilities-and-galleries .left p {
    line-height: 23px;
  }
}
#home-facilities-and-galleries .right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #home-facilities-and-galleries .right {
    width: 100%;
  }
}
#home-facilities-and-galleries .right .small-box {
  width: 50%;
}
@media (max-width: 425px) {
  #home-facilities-and-galleries .right .small-box {
    width: 100%;
  }
}
#home-facilities-and-galleries .right .small-box img {
  width: 100%;
  height: 100%;
}
#home-facilities-and-galleries .right .content-box {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 425px) {
  #home-facilities-and-galleries .right .content-box {
    padding: 80px 30px;
  }
}
#home-facilities-and-galleries .right .content-box h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
  color: #383838;
  margin-bottom: 15px;
}
#home-facilities-and-galleries .right .content-box p {
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  color: #383838;
  margin-bottom: 10px;
}
#home-facilities-and-galleries .right .content-box .learn-more {
  font-weight: 600;
  font-size: 15px;
  line-height: 34px;
  color: #702C21;
  text-decoration: none;
  border: 1px solid #702C21;
  padding: 9px 20px;
  border-radius: 50px;
  margin-top: 10px;
  cursor: pointer;
}
#home-facilities-and-galleries .right .content-box .learn-more:hover {
  color: #fff;
  background: #702C21;
  border: none;
}
#home-facilities-and-galleries .right .content-box .learn-more ion-icon {
  margin-left: 10px;
  font-size: 14px;
}
#home-facilities-and-galleries .right .b-one {
  background: #fff0ee;
  position: relative;
  overflow: hidden;
}
#home-facilities-and-galleries .right .b-one .float-icon2 {
  position: absolute;
  top: -75px;
  right: 2px;
  width: 145px;
}
#home-facilities-and-galleries .right .b-one .float-icon2 img {
  width: 100%;
}
#home-facilities-and-galleries .right .b-two {
  background: #fff0ee;
  position: relative;
}
@media (max-width: 425px) {
  #home-facilities-and-galleries .right .b-two {
    order: 1;
  }
}
#home-facilities-and-galleries .right .b-two .float-icon2 {
  position: absolute;
  bottom: -52px;
  right: 2px;
  width: 120px;
}
@media (max-width: 425px) {
  #home-facilities-and-galleries .right .b-two .float-icon2 {
    display: none;
  }
}
#home-facilities-and-galleries .right .b-two .float-icon2 img {
  width: 100%;
}
#home-facilities-and-galleries .right .b-two h3 {
  color: #383838;
}
#home-facilities-and-galleries .right .b-two p {
  color: #383838;
}
#home-facilities-and-galleries .right .b-two .learn-more {
  color: #702C21;
  text-decoration: none;
}
#home-facilities-and-galleries .right .b-two .learn-more:hover {
  color: #fff;
  background: #702C21;
  border: none;
}
@media (max-width: 425px) {
  #home-facilities-and-galleries .right .b-four {
    order: 2;
  }
}

.news {
  padding: 60px 0px;
}
.news .news-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .news-wrap .card {
  width: calc(33.3333333333% - 20px);
}
@media (max-width: 768px) {
  .news .news-wrap .card {
    width: calc(50% - 20px);
    margin-bottom: 80px;
  }
  .news .news-wrap .card:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 425px) {
  .news .news-wrap .card {
    width: 100%;
  }
}
.news .news-wrap .card .image {
  width: 100%;
  position: relative;
}
.news .news-wrap .card .image img {
  width: 100%;
}
.news .news-wrap .card .image .content {
  position: absolute;
  right: 0px;
  bottom: -50px;
  width: 320px;
  background: #ffffff;
  padding: 20px;
}
.news .news-wrap .card .image .content h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #272727;
  margin-bottom: 10px;
}
@media (max-width: 425px) {
  .news .news-wrap .card .image .content h5 {
    font-size: 14px;
    line-height: 20px;
  }
}
.news .news-wrap .card .image .content .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #7a7a7a;
}
@media (max-width: 425px) {
  .news .news-wrap .card .image .content .date {
    font-size: 10px;
    line-height: 13px;
  }
}

#blog {
  width: 100%;
  padding: 60px 0px;
}
#blog .card-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#blog .card-wrapper .card {
  width: calc(33.3333333333% - 20px);
  background: #e2e2e2;
  border-radius: 4.6744px;
}
@media (max-width: 768px) {
  #blog .card-wrapper .card {
    width: calc(50% - 20px);
    margin-bottom: 35px;
  }
  #blog .card-wrapper .card:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 425px) {
  #blog .card-wrapper .card {
    width: 100%;
  }
}
#blog .card-wrapper .card .thumbnail {
  width: 100%;
}
#blog .card-wrapper .card .thumbnail img {
  width: 100%;
}
#blog .card-wrapper .card .content-wrap {
  padding: 6px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 80px;
}
#blog .card-wrapper .card .content-wrap h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #272727;
}
@media (max-width: 425px) {
  #blog .card-wrapper .card .content-wrap h5 {
    font-size: 14px;
    line-height: 20px;
  }
}

.bottom-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 10px;
  line-height: 23px;
  text-transform: capitalize;
  color: #383838;
  margin-bottom: 10px;
}
@media (max-width: 425px) {
  .bottom-wrap {
    font-size: 10px;
    line-height: 13px;
  }
}

#contact {
  width: 100%;
  background: url(../assets/images/home/contact/1.png);
  background-position: center;
  background-size: cover;
  padding: 30px 0px;
  margin-top: 60px;
  display: none;
}
#contact .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #contact .box {
    flex-direction: column;
  }
}
#contact .box .left {
  width: 45%;
}
@media (max-width: 1024px) {
  #contact .box .left {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #contact .box .left {
    width: 100%;
  }
}
#contact .box .left h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: #ffffff;
}
@media (max-width: 425px) {
  #contact .box .left h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
#contact .box .left p {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
}
@media (max-width: 425px) {
  #contact .box .left p {
    font-size: 12px;
    line-height: 20px;
  }
}
#contact .box .right {
  width: 39%;
}
@media (max-width: 1024px) {
  #contact .box .right {
    width: 42%;
  }
}
@media (max-width: 768px) {
  #contact .box .right {
    width: 90%;
    margin-top: 40px;
  }
}
@media (max-width: 425px) {
  #contact .box .right {
    width: 100%;
  }
}

.inr-banner {
  width: 100%;
  height: 273px;
  margin: 0px;
  z-index: -1;
  margin-top: 124px;
  position: relative;
}
@media (max-width: 425px) {
  .inr-banner {
    margin-top: 109px;
  }
}
.inr-banner:after {
  content: "";
  height: 273px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4235294118);
}
@media (max-width: 425px) {
  .inr-banner:after {
    margin-top: 109px;
  }
}
.inr-banner .container {
  height: 100%;
}
.inr-banner .container .banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.inr-banner .container .banner-content h1 {
  font-weight: 600;
  font-size: 50px;
  line-height: 67px;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 50;
}
@media (max-width: 425px) {
  .inr-banner .container .banner-content h1 {
    font-size: 32px;
  }
}
.inr-banner .container .banner-content p {
  text-align: center;
  color: white;
}

#about-banner {
  background-image: url(../assets/images/about/banner/1.png);
  background-size: cover;
  background-position: center;
}

#news-banner {
  background-image: url(../assets/images/news/banner/1.png);
  background-size: cover;
  background-position: center;
}

#abt {
  margin-top: 128px;
}
@media (max-width: 768px) {
  #abt {
    width: 100%;
    padding-bottom: 0px;
    margin-top: 80px;
  }
}
#abt .box .left-box {
  width: 39%;
}
@media (max-width: 768px) {
  #abt .box .left-box {
    width: 100%;
    margin-bottom: 20px;
  }
}
#abt .box .left-box h3 {
  margin-bottom: 25px;
}
#abt .box .left-box .image-wrap {
  width: 100%;
  position: relative;
}
#abt .box .left-box .image-wrap .image-holder1 {
  width: 100%;
  height: 20%;
  margin-top: 20px;
}
#abt .box .left-box .image-wrap .image-holder1 .img1 {
  width: 100%;
  height: 100%;
}
#abt .box .left-box .image-wrap .image-holder1 .img1 img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#abt .box .left-box .image-wrap .image-holder2 {
  width: 100%;
  height: 25%;
  display: flex;
  justify-content: space-between;
}
#abt .box .left-box .image-wrap .image-holder2 .img2 {
  width: 58%;
  height: 100%;
}
#abt .box .left-box .image-wrap .image-holder2 .img2 img {
  width: 100%;
  height: 100%;
}
#abt .box .left-box .image-wrap .image-holder2 .img3 {
  width: 41%;
  height: 100%;
}
#abt .box .left-box .image-wrap .image-holder2 .img3 img {
  width: 100%;
  height: 100%;
}
#abt .box .left-box .image-wrap .image-holder3 {
  width: 100%;
}
#abt .box .left-box .image-wrap .image-holder3 .img4 {
  width: 100%;
  height: 10%;
}
#abt .box .left-box .image-wrap .image-holder3 .img4 img {
  width: 100%;
  height: 100%;
}
#abt .box .left-box .image-wrap .circle {
  position: absolute;
  top: 30%;
  right: 25%;
  background: white;
  width: 145px;
  border-radius: 100%;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  #abt .box .left-box .image-wrap .circle {
    top: 31.5%;
    right: 25%;
    width: 113px;
  }
}
@media (max-width: 768px) {
  #abt .box .left-box .image-wrap .circle {
    top: 35.5%;
    right: 33%;
    width: 130px;
  }
}
@media (max-width: 425px) {
  #abt .box .left-box .image-wrap .circle {
    top: 32.5%;
    right: 28%;
    width: 100px;
  }
}
@media (max-width: 390px) {
  #abt .box .left-box .image-wrap .circle {
    top: 34.5%;
    right: 31%;
    width: 74px;
  }
}
#abt .box .left-box .image-wrap .circle img {
  width: 100%;
  animation: spin 6s linear infinite;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
#abt .box .left-box .image-wrap .logo {
  position: absolute;
  top: 35.8%;
  left: 51.8%;
  width: 72px;
}
#abt .box .left-box .image-wrap .logo img {
  width: 100%;
}
@media (max-width: 1024px) {
  #abt .box .left-box .image-wrap .logo {
    top: 36.5%;
    left: 52.7%;
    width: 60px;
  }
}
@media (max-width: 768px) {
  #abt .box .left-box .image-wrap .logo {
    top: 38.8%;
    left: 53.7%;
    width: 65px;
  }
}
@media (max-width: 425px) {
  #abt .box .left-box .image-wrap .logo {
    top: 36.6%;
    left: 52.1%;
    width: 55px;
  }
}
@media (max-width: 390px) {
  #abt .box .left-box .image-wrap .logo {
    top: 38.6%;
    left: 53.5%;
    width: 35px;
  }
}
@media (max-width: 375px) {
  #abt .box .left-box .image-wrap .logo {
    top: 38.4%;
    left: 53.5%;
    width: 35px;
  }
}
#abt .box .right-box {
  width: 57%;
}
@media (max-width: 768px) {
  #abt .box .right-box {
    width: 100%;
  }
}
#abt .box .right-box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-transform: capitalize;
  color: #383838;
  margin-bottom: 10px;
}
@media (max-width: 425px) {
  #abt .box .right-box p {
    font-size: 14px;
  }
}

#objectives {
  width: 100%;
  color: white;
  margin-top: 60px;
}
#objectives .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media (max-width: 768px) {
  #objectives .box {
    flex-direction: column;
  }
}
#objectives .box .left {
  width: 40%;
}
@media (max-width: 768px) {
  #objectives .box .left {
    width: 100%;
  }
}
#objectives .box .left img {
  width: 100%;
  border-radius: 10px;
}
#objectives .box .right {
  width: 60%;
}
@media (max-width: 768px) {
  #objectives .box .right {
    width: 100%;
  }
}
#objectives .box .right h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #objectives .box .right h2 {
    margin-bottom: 0px;
  }
}
@media (max-width: 425px) {
  #objectives .box .right h2 {
    margin-bottom: 0px;
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  #objectives .box .right ul {
    padding: 0px;
  }
}
#objectives .box .right ul li {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
  list-style: none;
  display: flex;
}
@media (max-width: 425px) {
  #objectives .box .right ul li {
    font-size: 12px;
  }
}
#objectives .box .right ul li .icon {
  width: 18px;
  height: 18px;
  margin-right: 15px;
}
#objectives .box .right ul li .icon img {
  width: 18px;
  height: 19.57px;
}
@media (max-width: 768px) {
  #objectives .box .right ul li {
    font-size: 12px;
  }
}
#objectives .box .right ul li:last-child {
  margin-bottom: 0px;
}
#objectives .box .right .float-icon2 {
  position: absolute;
  width: 230px;
  top: -57px;
  right: 50px;
}
@media (max-width: 768px) {
  #objectives .box .right .float-icon2 {
    width: 200px;
    top: -100px;
  }
}
@media (max-width: 425px) {
  #objectives .box .right .float-icon2 {
    display: none;
  }
}
#objectives .box .right .float-icon2 img {
  width: 100%;
}

.facilities {
  width: 100%;
  margin-top: 140px;
  position: relative;
}
@media (max-width: 768px) {
  .facilities {
    margin-top: 134px;
  }
}
.facilities .float-icon {
  position: absolute;
  width: 250px;
  top: -100px;
  right: 50px;
}
.facilities .float-icon img {
  width: 100%;
}
@media (max-width: 768px) {
  .facilities .float-icon {
    display: none;
  }
}
.facilities .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .facilities .box {
    flex-direction: column;
  }
}
.facilities .box .left {
  width: 43%;
}
@media (max-width: 768px) {
  .facilities .box .left {
    width: 100%;
  }
}
.facilities .box .left img {
  width: 100%;
  border-radius: 10px;
}
.facilities .box .right {
  width: 53%;
}
@media (max-width: 768px) {
  .facilities .box .right {
    width: 100%;
  }
}
.facilities .box .right .breadcrumbs {
  justify-content: flex-start;
}
.facilities .box .right .breadcrumbs ul {
  margin-bottom: 20px;
}
.facilities .box .right .breadcrumbs ul li a {
  color: #7a7a7a;
  text-decoration: none;
}
.facilities .box .right h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
  color: #702C21 !important;
}
@media (max-width: 768px) {
  .facilities .box .right h6 {
    margin-top: 10px;
  }
}
.facilities .box .right h1 {
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #383838;
  margin-bottom: 10px;
}
@media (max-width: 425px) {
  .facilities .box .right h1 {
    font-size: 22px;
    line-height: 33px;
  }
}
.facilities .box .right p {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-transform: capitalize;
  color: #383838;
}
@media (max-width: 425px) {
  .facilities .box .right p {
    font-size: 14px;
    line-height: 27px;
  }
}
.facilities .box .right h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin-top: 19px;
  margin-bottom: 19px;
  text-transform: capitalize;
}
.facilities .box .right .list li {
  list-style: none;
  margin-bottom: 12px;
  padding-left: 13px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: #383838;
  margin-bottom: 15px;
}
.facilities .box .right .list li:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url(../assets/images/icons/check-tick.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  margin-right: 5px;
}
.facilities .box .right .split-ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
@media (max-width: 425px) {
  .facilities .box .right .split-ul {
    -moz-columns: 1;
         columns: 1;
  }
}

.facility-gallery {
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .facility-gallery {
    margin-top: 30px;
  }
}
.facility-gallery .card-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.facility-gallery .card-wrapper .card {
  width: calc(33.3333333333% - 20px);
  margin-bottom: 25px;
  text-decoration: none;
}
@media (max-width: 425px) {
  .facility-gallery .card-wrapper .card {
    width: calc(50% - 10px);
    margin-bottom: 16px;
  }
}
@media (max-width: 375px) {
  .facility-gallery .card-wrapper .card {
    width: calc(50% - 4px);
    margin-bottom: 7px;
  }
}
.facility-gallery .card-wrapper .card .thumbnail {
  width: 100%;
}
.facility-gallery .card-wrapper .card .thumbnail h3 {
  color: #702C21;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
}
@media (max-width: 425px) {
  .facility-gallery .card-wrapper .card .thumbnail h3 {
    font-size: 14px;
  }
}
.facility-gallery .card-wrapper .card .thumbnail img {
  width: 100%;
}
.facility-gallery .card-wrapper .card p {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #272727;
  margin-top: 10px;
}
@media (max-width: 425px) {
  .facility-gallery .card-wrapper .card p {
    font-size: 12px;
    margin-top: 0px;
  }
}

#news-page .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #news-page .box {
    flex-direction: column;
  }
}
#news-page .box .left {
  width: 73%;
}
@media (max-width: 768px) {
  #news-page .box .left {
    width: 100%;
  }
}
#news-page .box .left .news-wrap .card {
  width: calc(33.3333333333% - 10px);
  margin-bottom: 70px;
}
@media (max-width: 425px) {
  #news-page .box .left .news-wrap .card {
    width: 100%;
  }
}
#news-page .box .left .news-wrap .card .image .content {
  width: 245px;
  padding: 16px !important;
}
@media (min-width: 380px) and (max-width: 425px) {
  #news-page .box .left .news-wrap .card .image .content {
    width: 320px;
  }
}
@media (max-width: 375px) {
  #news-page .box .left .news-wrap .card .image .content {
    width: 100%;
  }
}
#news-page .box .left .news-wrap .card .image .content h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
}
#news-page .box .left .news-wrap .card .image .content .date {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}
#news-page .box .right {
  width: 24%;
}
@media (max-width: 768px) {
  #news-page .box .right {
    width: 100%;
    margin-top: 20px;
  }
}
#news-page .box .right .headline-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#news-page .box .right .headline-wrap .image {
  width: 100px;
}
#news-page .box .right .headline-wrap .image img {
  width: 100%;
}
#news-page .box .right .headline-wrap .headline {
  width: calc(100% - 115px);
}
#news-page .box .right .headline-wrap .headline p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #272727;
}
#news-page .box .right .headline-wrap .headline span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #7a7a7a;
  margin-top: 15px;
}

.course {
  width: 100%;
  margin-top: 160px;
}
@media (max-width: 768px) {
  .course {
    margin-top: 90px;
  }
}
.course .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .course .box {
    flex-direction: column;
  }
}
.course .box .float-icon {
  position: absolute;
  bottom: -55px;
  left: -120px;
  width: 200px;
}
.course .box .float-icon img {
  width: 100%;
}
@media (max-width: 1024px) {
  .course .box .float-icon {
    display: none;
  }
}
.course .box .left {
  width: 34%;
}
@media (max-width: 768px) {
  .course .box .left {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 26px;
  }
}
.course .box .left h1 {
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  text-transform: capitalize;
  color: #272727;
  margin-bottom: 30px;
}
.course .box .left .image {
  position: relative;
}
.course .box .left .image img {
  width: 100%;
}
.course .box .right {
  width: 62%;
}
@media (max-width: 768px) {
  .course .box .right {
    width: 100%;
  }
}
.course .box .right p {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #383838;
  margin-bottom: 30px;
}
.course .box .right h3 {
  font-family: "Poppins", sans-serif;
  color: #702C21;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.course .box .right ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 25px;
}
@media (max-width: 425px) {
  .course .box .right ul {
    padding-left: 10px;
    flex-direction: column;
  }
}
.course .box .right ul li {
  margin-right: 10px;
  list-style: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 10px;
}
.course .box .right ul li:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url(../assets/images/icons/check-tick.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  margin-right: 5px;
}

#eligibility {
  margin-top: 120px;
  position: relative;
}
#eligibility .float-icon2 {
  position: absolute;
  width: 300px;
  bottom: -55px;
  right: 0px;
}
#eligibility .float-icon2 img {
  width: 100%;
}
@media (max-width: 1024px) {
  #eligibility .float-icon2 {
    display: none;
  }
}
#eligibility .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  #eligibility .box {
    flex-direction: column;
  }
}
#eligibility .box .left {
  width: 75%;
  padding: 80px 240px 20px 72px;
  background: #702C21;
}
@media (max-width: 768px) {
  #eligibility .box .left {
    width: 100%;
    order: 2;
    margin-top: -10px;
    padding: 80px 20px 40px 20px;
  }
}
#eligibility .box .left h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}
#eligibility .box .left p {
  font-weight: 400;
  font-size: 13px;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 20px;
}
#eligibility .box .left p b {
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}
#eligibility .box .right {
  width: 36%;
  position: absolute;
  top: -70px;
  right: 72px;
}
@media (max-width: 768px) {
  #eligibility .box .right {
    width: 100%;
    position: static;
    order: 1;
  }
}
#eligibility .box .right .image {
  width: 100%;
  height: 100%;
  position: relative;
}
#eligibility .box .right .image img {
  width: 100%;
  height: 100%;
}

.admissions {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.admissions h3 {
  font-family: "Poppins", sans-serif;
  color: #702C21;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
}
.admissions p {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #383838;
  margin-bottom: 20px;
}
.admissions ul {
  width: 100%;
  display: flex;
  padding-left: 25px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
@media (max-width: 425px) {
  .admissions ul {
    padding-left: 10px;
    flex-direction: column;
  }
}
.admissions ul li {
  margin-right: 55px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #383838;
  list-style: none;
}
@media (max-width: 768px) {
  .admissions ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .admissions ul li {
    font-size: 12px;
    margin-right: 20px;
  }
}
.admissions ul li:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url(../assets/images/icons/check-tick.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  margin-right: 5px;
}

#scope {
  width: 100%;
  background: #d2e1ff;
  margin-top: 150px;
  padding: 40px 0px;
  position: relative;
}
#scope .float-icon2 {
  position: absolute;
  width: 200px;
  right: 0px;
  top: -60px;
}
#scope .float-icon2 img {
  width: 100%;
}
@media (max-width: 1024px) {
  #scope .float-icon2 {
    display: none;
  }
}
#scope .float-icon3 {
  position: absolute;
  width: 200px;
  left: 0px;
  bottom: -90px;
  z-index: -1;
}
#scope .float-icon3 img {
  width: 100%;
}
@media (max-width: 1024px) {
  #scope .float-icon3 {
    display: none;
  }
}
#scope .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #scope .box {
    flex-direction: column;
  }
}
#scope .box .left {
  width: 36%;
}
@media (max-width: 768px) {
  #scope .box .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
#scope .box .left .image {
  width: 100%;
  position: relative;
  margin-top: -140px;
}
#scope .box .left .image img {
  width: 100%;
}
#scope .box .right {
  width: 60%;
}
@media (max-width: 768px) {
  #scope .box .right {
    width: 100%;
  }
}
#scope .box .right h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #702C21;
  margin-bottom: 20px;
}
#scope .box .right p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #383838;
  margin-bottom: 20px;
}
#scope .box .right ul {
  width: 100%;
  padding-left: 25px;
}
@media (max-width: 425px) {
  #scope .box .right ul {
    padding-left: 10px;
  }
}
#scope .box .right ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #383838;
  list-style: none;
  margin-bottom: 20px;
}
#scope .box .right ul li:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url(../assets/images/icons/check-tick.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  margin-right: 5px;
}
#scope .sub-box {
  width: 100%;
}
#scope .sub-box h3 {
  font-family: "Poppins", sans-serif;
  color: #702C21;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#scope .sub-box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #383838;
  margin-bottom: 20px;
}

#faq {
  width: 100%;
}
#faq .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #faq .box {
    flex-direction: column;
    padding-top: 40px;
  }
}
#faq .box .left {
  width: 65%;
  padding: 80px 0px 40px 72px;
}
@media (max-width: 768px) {
  #faq .box .left {
    width: 100%;
    order: 2;
    padding: 40px 20px 40px 20px;
  }
}
#faq .box .left ul {
  width: 100%;
}
#faq .box .left ul li {
  padding: 15px;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
#faq .box .left ul li .qstn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#faq .box .left ul li .qstn p {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #702C21;
  margin-bottom: 10px;
  width: calc(100% - 25px);
}
#faq .box .left ul li .qstn .icon {
  width: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#faq .box .left ul li .qstn .icon img {
  width: 100%;
}
#faq .box .left ul li .qstn .icon2 {
  width: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
#faq .box .left ul li .qstn .icon2 img {
  width: 100%;
}
#faq .box .left ul li .ans {
  display: none;
  margin-left: 10px;
}
#faq .box .left ul li .ans p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #383838;
  margin-bottom: 15px;
}
#faq .box .left ul li .ans .inner-ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 30px;
}
#faq .box .left ul li .ans .inner-ul li {
  margin-right: 40px;
  border-bottom: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #383838;
  list-style: disc;
  padding: 0px;
  margin-bottom: 15px;
}
#faq .box .left ul .active-li {
  padding: 0px;
}
#faq .box .left ul .active-li .qstn {
  background: #702C21;
  padding: 15px 15px;
  margin-bottom: 10px;
}
#faq .box .left ul .active-li .qstn p {
  color: white;
}
#faq .box .left ul .active-li .qstn .icon {
  display: none;
}
#faq .box .left ul .active-li .qstn .icon2 {
  display: flex;
}
#faq .box .left ul .active-li .ans {
  display: block;
}
#faq .box .right {
  width: 33%;
  background: #d2e1ff;
  padding-left: 60px;
}
@media (max-width: 768px) {
  #faq .box .right {
    width: 100%;
    order: 1;
    padding-top: 50px;
    margin-top: 20px;
    padding: 50px 20px 0px 20px;
  }
}
#faq .box .right h4 {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #702C21;
  margin-bottom: 25px;
  font-family: "Playfair Display";
}
#faq .box .right .image {
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  #faq .box .right .image {
    position: static;
  }
}
#faq .box .right .image img {
  width: 100%;
}

#vldd-admission {
  width: 100%;
}
#vldd-admission .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #vldd-admission .box {
    flex-direction: column;
  }
}
#vldd-admission .box .left {
  width: 40%;
}
@media (max-width: 768px) {
  #vldd-admission .box .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
#vldd-admission .box .left .image {
  width: 100%;
}
#vldd-admission .box .left .image img {
  width: 100%;
}
#vldd-admission .box .right {
  width: 58%;
}
@media (max-width: 768px) {
  #vldd-admission .box .right {
    width: 100%;
  }
}
#vldd-admission .box .right ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px !important;
}
#vldd-admission .box .right ul li {
  font-weight: 400 !important;
  font-size: 13px !important;
  line-height: 17px !important;
  text-transform: capitalize !important;
  color: #383838 !important;
  margin-right: 20px !important;
  margin-bottom: 15px;
}

.vldd-structure {
  width: 100%;
}
.vldd-structure .box {
  width: 100%;
}
@media (max-width: 768px) {
  .vldd-structure .box {
    flex-direction: column;
  }
}
.vldd-structure .box .right {
  width: 58%;
}
@media (max-width: 768px) {
  .vldd-structure .box .right {
    width: 100%;
    order: 2;
  }
}
.vldd-structure .box .right table {
  width: 100%;
}
.vldd-structure .box .right table tr th {
  background: #702C21;
  padding: 15px;
  color: white;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}
.vldd-structure .box .right table tr td {
  background: #c0d1f5;
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #383838;
}
.vldd-structure .box .left {
  width: 42%;
}
@media (max-width: 768px) {
  .vldd-structure .box .left {
    width: 100%;
    order: 1;
  }
}
.vldd-structure .box .left .image {
  width: 100%;
  margin-right: -400px;
}
.vldd-structure .box .left .image img {
  width: 100%;
}

#gallery-banner {
  width: 100%;
  background: url(../assets/images/gallery/banner.png);
  background-size: cover;
  background-position: center;
}

.breadcrumbs {
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 100;
  margin-top: 40px;
  position: relative;
}
.breadcrumbs .float-icon {
  position: absolute;
  top: -25px;
  left: 0px;
  width: 50px;
}
.breadcrumbs .float-icon img {
  width: 100%;
}
.breadcrumbs .b-float-icon {
  position: absolute;
  top: -25px;
  left: 0px;
  width: 50px;
}
@media (max-width: 768px) {
  .breadcrumbs .b-float-icon {
    width: 40px;
  }
}
.breadcrumbs .b-float-icon img {
  width: 100%;
}
.breadcrumbs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  transition: all 0.4s;
}
.breadcrumbs ul li + li:before {
  padding: 10px;
  color: #a1bfff;
  font-weight: 400;
  content: ">";
}
.breadcrumbs li {
  float: left;
}
.breadcrumbs li a {
  color: #ffffff;
  text-decoration: none;
}
.breadcrumbs li .black-text {
  color: #7a7a7a;
}

.b-breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

#img-folders {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  flex-wrap: wrap;
  position: relative;
}
#img-folders .float-icon {
  width: 230px;
  position: absolute;
  top: 0px;
  left: -130px;
}
#img-folders .float-icon img {
  width: 100%;
}

.card {
  width: calc(33.3333333333% - 20px);
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .card {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
}
@media (max-width: 425px) {
  .card {
    width: 100%;
  }
}
.card .thumbnail {
  width: 100%;
}
.card .thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.card .thumbnail img:hover {
  opacity: 0.5;
}
.card .content {
  text-decoration: none !important;
}
.card .content h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #383838;
  margin-bottom: 10px;
  font-family: "Poppins" !important;
  text-decoration: none !important;
}
.card .content span {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  display: block;
  color: #ffffff;
}
.card .content .icon {
  position: absolute;
  bottom: -89px;
  right: 5px;
  width: 174.25px;
}
.card .content .icon img {
  width: 100%;
}

.card-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card-wrapper::after {
  content: "";
  width: calc(25% - 10px);
}
@media (max-width: 768px) {
  .card-wrapper::after {
    width: calc(33.3333333333% - 10px);
    margin-bottom: 20px;
  }
}

.card-4 {
  width: calc(25% - 10px);
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .card-4 {
    width: calc(33.3333333333% - 20px);
    margin-bottom: 20px;
  }
}
@media (max-width: 425px) {
  .card-4 {
    width: calc(50% - 20px);
  }
}

#gallery {
  margin-top: 180px;
}
#gallery h1 {
  font-weight: 500;
  font-size: 30px;
  line-height: 29px;
  color: #383838;
  margin-bottom: 50px;
}

#blogs-banner {
  background: url(../assets/images/blogs/banner.png);
  background-size: cover;
  background-position: center;
}

#home-blogs {
  width: 100%;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media (max-width: 425px) {
  #home-blogs {
    margin-bottom: 80px;
  }
}
#home-blogs .view-all {
  position: absolute;
  top: 50px;
  right: 0px;
  color: #702C21;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
}
@media (max-width: 425px) {
  #home-blogs .view-all {
    top: 156px;
    display: none;
  }
}
#home-blogs .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0px;
}
#home-blogs .title .float-icon {
  top: -25px;
  left: 18px;
}
#home-blogs h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
  color: #702C21;
  text-align: center;
  margin-bottom: 10px;
}
#home-blogs p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  #home-blogs p {
    margin-bottom: 40px;
  }
  #home-blogs p br {
    display: none;
  }
}
#home-blogs .card-wrapper .card {
  text-decoration: none;
  background: #e8e8e8;
  color: black;
  width: 100%;
  display: block;
}
#home-blogs .card-wrapper .card p {
  text-align: left;
}
#home-blogs .view-all-clrd-btn {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background: #702C21;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
@media (max-width: 425px) {
  #home-blogs .view-all-clrd-btn {
    display: flex;
  }
}

#blogs {
  margin-top: 60px;
}
#blogs h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
  color: #702C21;
  margin-bottom: 30px;
}
#blogs p {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 40px;
}

.blog-items .card {
  width: calc(25% - 15px);
  background: #e8e8e8;
  margin-bottom: 18px;
  text-decoration: none;
  color: black;
}
@media (max-width: 768px) {
  .blog-items .card {
    width: calc(33.3333333333% - 10px);
    margin-bottom: 20px;
  }
}
@media (max-width: 425px) {
  .blog-items .card {
    width: 100%;
  }
}
.blog-items .card .desc {
  padding: 15px 12px;
}
.blog-items .card .desc h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px !important;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.blog-items .card .desc p {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 15px !important;
}
.blog-items .card .desc .learn-more {
  font-weight: 500;
  font-size: 12px;
  line-height: 27px;
  text-transform: uppercase;
  color: #702C21;
  margin-top: 5px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.blog-items .card .desc .learn-more ion-icon {
  margin-left: 10px;
  font-size: 14px;
}

#blog-details {
  width: 100%;
  margin-top: 160px;
}
#blog-details .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#blog-details .box .left {
  width: 66%;
}
#blog-details .box .left .image {
  width: 100%;
  margin-bottom: 20px;
}
#blog-details .box .left .image img {
  width: 100%;
}
#blog-details .box .left h1 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #702C21;
}
#blog-details .box .left .bottom-wrap {
  margin-bottom: 20px;
}
#blog-details .box .left p {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
#blog-details .box .left .writer {
  width: 100%;
  display: flex;
  margin-top: 40px;
}
#blog-details .box .left .writer .icon {
  width: 71px;
  margin-right: 10px;
}
#blog-details .box .left .writer .icon img {
  width: 100%;
}
#blog-details .box .left .writer .details p {
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  color: #383838;
}
#blog-details .box .left .writer .details p b {
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  text-transform: capitalize;
  color: #383838;
}
#blog-details .box .right {
  width: 30%;
}
#blog-details .box .right .headline-wrap {
  margin-bottom: 40px;
}
#blog-details .box .right .headline-wrap .box {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  padding: 10px 0px;
}
#blog-details .box .right .headline-wrap .box:last-child {
  border-bottom: none;
}
#blog-details .box .right .headline-wrap .box .img {
  width: 130px;
}
#blog-details .box .right .headline-wrap .box .img img {
  width: 100%;
}
#blog-details .box .right .headline-wrap .box .hdln-cnt {
  width: calc(100% - 150px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#blog-details .box .right .headline-wrap .box .hdln-cnt h6 {
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  color: #272727;
  text-transform: capitalize;
  font-family: "poppins", sans-serif;
}
#blog-details .box .right .popular-tags {
  width: 100%;
  display: none;
}
#blog-details .box .right .popular-tags ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#blog-details .box .right .popular-tags ul li {
  list-style: none;
  margin-right: 24px;
  margin-bottom: 10px;
}
#blog-details .box .right .popular-tags ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #7a7a7a;
}

#related-posts {
  padding-top: 60px;
}
#related-posts h5 {
  margin-bottom: 40px;
}
#related-posts .blog-items .card {
  display: block;
  width: 100%;
  text-decoration: none;
  color: black;
  background: #e8e8e8;
}

#contact-banner {
  background: url(../assets/images/contact/1.png);
  background-position: center;
  background-size: cover;
  display: none;
}

#map {
  width: 100%;
  height: 450px;
  border-radius: 10px;
  margin-top: 145px;
  overflow: hidden;
}

#get-in-touch {
  width: 100%;
  padding-top: 60px;
}
#get-in-touch .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #get-in-touch .box {
    flex-direction: column;
  }
}
#get-in-touch .box .left {
  width: 45%;
}
@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: #702C21;
  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: flex;
  margin-bottom: 20px;
}
#get-in-touch .box .left .address-wrap .row .icon {
  display: flex;
  align-items: 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: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
  color: #706e6e;
  margin-bottom: 10px;
}
#get-in-touch .box .left .address-wrap .row .desc p {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  text-transform: capitalize;
  color: #272727;
  text-decoration: none;
  margin-bottom: 0px;
}
#get-in-touch .box .left .address-wrap .row .desc a {
  font-weight: 500;
  font-size: 14px;
  line-height: 9px;
  color: #272727;
  text-decoration: none;
  margin-bottom: 0px;
  display: block;
}
#get-in-touch .box .right {
  width: 40%;
}
@media (max-width: 768px) {
  #get-in-touch .box .right {
    width: 100%;
  }
}
#get-in-touch .box .right form {
  width: 100%;
  background: #fff0ee;
  border-radius: 5px;
  padding: 20px;
}
#get-in-touch .box .right form h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #702C21;
  margin-bottom: 20px;
}
#get-in-touch .box .right form .input-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 425px) {
  #get-in-touch .box .right form .input-wrap {
    flex-direction: column;
    margin-bottom: 0px;
  }
}
#get-in-touch .box .right form .input-wrap .input-holder {
  width: calc(50% - 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 input {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #7a7a7a;
  background: #ffffff;
  border: 1px solid rgba(122, 122, 122, 0.57);
  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 textarea {
  width: 100%;
  text-indent: 10px;
  background: #ffffff;
  border: 1px solid rgba(122, 122, 122, 0.57);
  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;
  }
}

.departments {
  width: 100%;
  margin-top: 160px;
}
@media (max-width: 768px) {
  .departments {
    margin-top: 130px;
  }
}
.departments .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .departments .box {
    flex-direction: column;
  }
}
.departments .box .left {
  width: 52%;
}
@media (max-width: 768px) {
  .departments .box .left {
    width: 100%;
    order: 2;
  }
}
.departments .box .left .breadcrumbs {
  justify-content: flex-start;
  margin-bottom: 10px;
}
.departments .box .left .breadcrumbs ul li a {
  color: #7a7a7a;
  text-decoration: none;
}
@media (max-width: 425px) {
  .departments .box .left .breadcrumbs ul li a {
    font-size: 11px;
  }
}
.departments .box .left h1 {
  font-weight: 600;
  font-size: 29px;
  line-height: 40px;
  color: #702C21;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .departments .box .left h1 {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 425px) {
  .departments .box .left h1 {
    font-size: 24px;
    margin-bottom: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.departments .box .left h1 .abt {
  display: flex;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-transform: capitalize;
}
.departments .box .left .desig {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 425px) {
  .departments .box .left .desig {
    font-size: 13px;
  }
}
.departments .box .left .desig b {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
}
@media (max-width: 425px) {
  .departments .box .left .desig b {
    font-size: 12px;
  }
}
.departments .box .left p {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-transform: capitalize;
  color: #383838;
  margin-bottom: 40px;
}
@media (max-width: 425px) {
  .departments .box .left p {
    font-size: 14px;
    line-height: 27px;
  }
}
.departments .box .right {
  width: 43%;
}
@media (max-width: 768px) {
  .departments .box .right {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
}
.departments .box .right .image {
  width: 100%;
}
.departments .box .right .image img {
  width: 100%;
}

.download {
  width: 100%;
  background: #702C21;
  padding: 6px 10px;
}
@media (max-width: 768px) {
  .download {
    margin-bottom: 30px;
  }
}
.download p {
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 27px !important;
  text-transform: uppercase !important;
  color: #000000;
  margin-bottom: 0px !important;
}
.download p span {
  color: #ff005c;
}
@media (max-width: 768px) {
  .download p {
    font-size: 12px;
  }
}
.download a {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  display: block;
}
@media (max-width: 768px) {
  .download a {
    font-size: 12px;
  }
}

#faculty-list {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 60px;
  overflow-x: auto;
}
@media (max-width: 768px) {
  #faculty-list {
    margin-top: 30px;
  }
}
#faculty-list .table-faculty-list {
  width: 100%;
}
#faculty-list .table-faculty-list tr th {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  background: #702C21;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px;
}
@media (max-width: 768px) {
  #faculty-list .table-faculty-list tr th {
    padding: 5px;
  }
}
#faculty-list .table-faculty-list tr td {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  background: #702C21;
  padding: 10px;
}
@media (max-width: 768px) {
  #faculty-list .table-faculty-list tr td {
    padding: 5px;
  }
}
@media (max-width: 425px) {
  #faculty-list .table-faculty-list tr td {
    font-size: 13px;
    line-height: 15px;
  }
}

#dept-facilities {
  width: 100%;
  margin-top: 60px;
}
#dept-facilities .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #dept-facilities .box {
    flex-direction: column;
  }
}
#dept-facilities .box .left {
  width: 43%;
}
@media (max-width: 768px) {
  #dept-facilities .box .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
#dept-facilities .box .left img {
  width: 100%;
}
#dept-facilities .box .right {
  width: 52%;
}
@media (max-width: 768px) {
  #dept-facilities .box .right {
    width: 100%;
  }
}
#dept-facilities .box .right ul li {
  font-weight: 400;
  font-size: 13px;
  line-height: 27px;
  margin-bottom: 5px;
  list-style: none;
  text-transform: capitalize;
}
#dept-facilities .box .right ul li:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url(../assets/images/icons/check-tick.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  margin-right: 5px;
}

#query-banner {
  background: url(../assets/images/registration/1.png);
  background-size: cover;
  background-position: center;
}

#registration-form {
  margin-top: 60px;
}
#registration-form h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
  color: #702C21;
  margin-bottom: 10px;
}
#registration-form p {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
#registration-form form {
  width: 50%;
  margin-top: 40px;
}
@media (max-width: 768px) {
  #registration-form form {
    width: 100%;
  }
}
#registration-form form p {
  font-weight: 700;
  font-size: 17px;
  line-height: 27px;
  text-transform: capitalize;
}
#registration-form form .input-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 425px) {
  #registration-form form .input-wrap {
    flex-direction: column;
  }
}
#registration-form form .input-wrap .input-holder {
  width: calc(50% - 30px);
  padding: 20px 0px;
}
@media (max-width: 425px) {
  #registration-form form .input-wrap .input-holder {
    width: 100%;
  }
}
#registration-form form .input-wrap .input-holder input {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #a8a8a8;
  margin-top: 20px;
  border: none;
  border-bottom: 1px solid #a8a8a8;
  padding-bottom: 10px;
  outline: none;
}
#registration-form form .input-wrap .input-holder select {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  border: none;
  background: none;
  margin-top: 28px;
  border-bottom: 1px solid #a8a8a8;
  padding-bottom: 10px;
  outline: none;
}
#registration-form form label {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-transform: capitalize;
}
#registration-form form .textarea-wrap {
  width: 100%;
  padding: 20px 0px;
}
#registration-form form .textarea-wrap textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #a8a8a8;
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #a8a8a8;
  outline: none;
}
#registration-form form .submit-btn {
  width: 177px;
  margin-top: 20px;
}

#announcements-banner {
  background: url(../assets/images/registration/1.png);
  background-size: cover;
  background-position: center;
}

#announcements-main h2 {
  text-align: left;
  margin-bottom: 45px;
}

.announcements {
  margin-top: 120px;
  position: relative;
}
.announcements .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .announcements .title-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.announcements .box {
  background: #fff0ee;
  padding: 10px;
}
.announcements .date {
  font-weight: 500;
  margin: 20px 0px;
  display: block;
  color: green;
}
.announcements .view-all {
  position: absolute;
  top: 50px;
  right: 0px;
  color: #702C21;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  margin-top: 0px;
}
@media (max-width: 425px) {
  .announcements .view-all {
    display: none;
  }
}
.announcements .title {
  display: flex;
  width: 100%;
  margin-bottom: 0px;
}
.announcements .title .float-icon {
  top: -25px;
  left: 44px;
}
.announcements h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
  color: #383838;
  text-align: left;
  margin-bottom: 10px;
}
.announcements p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 60px;
  text-align: left;
}
@media (max-width: 768px) {
  .announcements p {
    margin-bottom: 40px;
  }
  .announcements p br {
    display: none;
  }
}
.announcements .box-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .announcements .box-wrap {
    flex-direction: column;
  }
}
.announcements .box-wrap .box-left {
  width: 35%;
}
@media (max-width: 768px) {
  .announcements .box-wrap .box-left {
    width: 100%;
  }
}
.announcements .box-wrap .box-left .image {
  width: 100%;
}
.announcements .box-wrap .box-left .image img {
  width: 100%;
  border-radius: 10px;
}
.announcements .box-wrap .box-right {
  width: 62%;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .announcements .box-wrap .box-right {
    width: 100%;
  }
}
.announcements .box {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 425px) {
  .announcements .box {
    border-bottom: 1px solid rgba(128, 128, 128, 0.123);
    margin-bottom: 30px;
  }
  .announcements .box:last-child {
    border-bottom: none;
  }
}
.announcements .box h3 {
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 768px) {
  .announcements .box h3 {
    display: flex;
    align-items: flex-start;
  }
  .announcements .box h3 img {
    margin-right: 10px;
  }
}
.announcements .box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 20px;
  text-align: left;
}
.announcements .view-all-clrd-btn {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background: #702C21;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
@media (max-width: 425px) {
  .announcements .view-all-clrd-btn {
    display: flex;
  }
}

#online-pay-banner {
  background: url(../assets/images/registration/1.png);
  background-size: cover;
  background-position: center;
}

#online-payment {
  width: 100%;
  margin-top: 60px;
}
#online-payment h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
  color: #702C21;
  margin-bottom: 10px;
}
#online-payment p {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}
#online-payment .form-wrap {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
#online-payment .form-wrap form {
  width: 75%;
  background: #d9e5fe;
  border-radius: 5px;
  padding: 40px;
}
@media (max-width: 768px) {
  #online-payment .form-wrap form {
    width: 90%;
  }
}
@media (max-width: 425px) {
  #online-payment .form-wrap form {
    width: 100%;
    padding: 40px 20px;
  }
}
#online-payment .form-wrap form .input-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#online-payment .form-wrap form .input-wrap .input-holder {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  #online-payment .form-wrap form .input-wrap .input-holder {
    width: calc(50% - 15px);
  }
}
@media (max-width: 425px) {
  #online-payment .form-wrap form .input-wrap .input-holder {
    width: 100%;
  }
}
#online-payment .form-wrap form .input-wrap .input-holder label {
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
}
#online-payment .form-wrap form .input-wrap .input-holder input {
  border: 1px solid #c4c4c4;
  background: none;
  height: 47px;
  margin-top: 10px;
  outline: none;
  text-indent: 10px;
  font-size: 14px;
}
#online-payment .form-wrap form .btn-holder {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#online-payment .form-wrap form .btn-holder .pay-btn {
  background: #21980d;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  text-transform: capitalize;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  border: none;
  width: 164px;
  height: 44px;
}

#registration-banner {
  background: url(../assets/images/registration/1.png);
  background-size: cover;
  background-position: center;
}

#online-reg {
  margin-top: 60px;
}
#online-reg h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
  color: #702C21;
  margin-bottom: 20px;
}
#online-reg p {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
#online-reg .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  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: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 425px) {
  #online-reg .box form .input-wrap {
    flex-direction: column;
  }
}
#online-reg .box form .input-wrap .input-holder {
  width: calc(50% - 40px);
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #online-reg .box form .input-wrap .input-holder {
    width: calc(50% - 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;
}
#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;
  padding-bottom: 15px;
  margin-top: 31px;
}
#online-reg .box form .input-wrap .radio-wrap {
  display: flex;
}
#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: #702C21;
}
#online-reg .box form span {
  display: flex;
  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: flex;
}
#online-reg .box form .edu-details .input-holder {
  width: calc(14.2857142857% - 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: flex;
  align-items: center;
  justify-content: center;
  text-indent: 10px;
  outline: none;
}
#online-reg .box form .edu-details .input-holder #file-upload {
  padding: 13px 10px 10px 10px;
  border: none;
  opacity: 0;
}
#online-reg .box form .edu-details .input-holder .file-upload-label {
  background: #4e4e4e;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -50px;
  color: white;
  font-weight: 500 !important;
  font-size: 16px !important;
}
#online-reg .box form .all-btn {
  width: 133px;
  height: 44px;
  font-family: "Poppins", sans-serif;
  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 .clear-btn {
  background: #2797af;
}
#online-reg .box form .cancel-btn {
  background: #af9927;
}

footer {
  width: 100%;
  background: #702C21;
  padding: 60px 0px;
  margin-top: 60px;
}
footer .box-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  footer .box-wrap .box {
    margin-bottom: 40px;
  }
}
footer .box-wrap .box .logo {
  width: 80%;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
footer .box-wrap .box .logo a {
  width: 100%;
  display: flex;
  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;
}
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;
}
footer .box-wrap .box .social-icons {
  width: 100%;
  display: flex;
  margin-top: 30px;
}
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;
}
footer .box-wrap .box ul li {
  list-style: none;
  margin-bottom: 8px;
}
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: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
footer .box-wrap .box .c-details .icon {
  width: 18px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
footer .box-wrap .box .c-details .icon img {
  width: 100%;
}
footer .box-wrap .box .c-details .p-icon {
  margin-top: 8px;
  width: 20px;
}
footer .box-wrap .box .c-details a {
  text-decoration: none;
  color: white;
  text-transform: lowercase;
}
footer .box-wrap .box .c-details .g-map {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  height: 38px;
  width: 130px;
  border-radius: 5px;
  text-decoration: none;
  color: black;
  font-size: 14px;
  margin-top: 10px;
  line-height: 17px;
  text-align: center;
}
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 .for-line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
footer .for-line hr {
  border: 1px solid rgba(255, 255, 255, 0.25);
  width: 60%;
}
footer .copyright {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #ffffff;
}
footer .copyright br {
  display: none;
}
@media (max-width: 768px) {
  footer .copyright br {
    display: block;
  }
}
footer .copyright a {
  text-decoration: none;
  color: white;
}

.edit-action {
  background: red;
}

.facilities-and-galleries-home {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.facilities-and-galleries-home .facilities-and-galleries .card {
  width: 50%;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .about-img {
    display: none;
  }
  .about-res-img {
    display: block;
  }
}
@media (min-width: 768px) {
  .about-res-img {
    display: none;
  }
  .about-img {
    display: block;
  }
}
.manager-message {
  background: #702C21;
  color: white;
}
.manager-message .messages {
  margin-top: 60px;
  padding: 60px 0px;
}
@media (min-width: 768px) {
  .manager-message .messages {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .manager-message .messages {
    padding: 21px 0px;
  }
}
.manager-message .messages-2 {
  margin-top: 0px !important;
}
@media (min-width: 768px) {
  .manager-message .content {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .manager-message .content {
    width: 100%;
  }
}
.manager-message .content h2 {
  color: white;
}
.manager-message .content p {
  margin: 10px 0px;
  color: white;
  font-size: 15px;
}
.manager-message .content h3 {
  font-size: 18px;
  color: white;
}
@media (min-width: 768px) {
  .manager-message .manager-message-img,
  .manager-message .secretary-message-img {
    width: 40%;
    display: block;
  }
}
@media (max-width: 768px) {
  .manager-message .manager-message-img,
  .manager-message .secretary-message-img {
    display: none;
    width: 100%;
  }
}
.manager-message .manager-message-img img,
.manager-message .secretary-message-img img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .manager-message .manager-message-img-res,
  .manager-message .secretary-message-img-res {
    display: none;
  }
}
@media (max-width: 768px) {
  .manager-message .manager-message-img-res,
  .manager-message .secretary-message-img-res {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  .manager-message .manager-message-img-res img,
  .manager-message .secretary-message-img-res img {
    width: 100%;
    border-radius: 10px;
  }
}

.home-banner {
  padding: 80px 0;
  margin-top: 125px;
  background: #fff0ee;
}
.home-banner .banner-grid {
  display: grid;
  grid-template-columns: 45% 50%;
  gap: 5%;
  align-items: center;
}
.home-banner .banner-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}
.home-banner .banner-content .banner-text {
  font-size: 1.125rem;
  color: #4a5568;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.home-banner .banner-content .banner-buttons {
  display: flex;
  gap: 1rem;
}
@media (max-width: 425px) {
  .home-banner .banner-content .banner-buttons {
    flex-direction: column;
    width: 100%;
  }
}
.home-banner .banner-content .banner-buttons .btn {
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 425px) {
  .home-banner .banner-content .banner-buttons .btn {
    width: 100%;
    text-align: center;
  }
}
.home-banner .banner-content .banner-buttons .btn.btn-primary {
  background: #702C21;
  color: white;
}
.home-banner .banner-content .banner-buttons .btn.btn-outline {
  border: 2px solid #702C21;
  color: #702C21;
}
.home-banner .banner-content .banner-buttons .btn.btn-outline:hover {
  background: #702C21;
  color: white;
}
.home-banner .banner-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .home-banner {
    margin-top: 110px;
    padding: 40px 0;
    min-height: 600px;
    position: relative;
    background-image: url("../assets/images/home/banner/res-banner-img.webp");
    background-size: cover;
    background-position: center;
  }
  .home-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.29);
  }
  .home-banner .container {
    position: relative;
    z-index: 2;
  }
  .home-banner .banner-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .home-banner .banner-content h1 {
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
  }
  .home-banner .banner-content .banner-text {
    color: #fff;
    text-align: center;
    max-width: 600px;
    margin: 1.5rem auto;
  }
  .home-banner .banner-content .banner-buttons {
    justify-content: center;
  }
}
@media (max-width: 768px) and (max-width: 425px) {
  .home-banner .banner-content .banner-buttons {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .home-banner .banner-content .banner-buttons .btn-outline {
    border-color: #fff;
    color: #fff;
  }
  .home-banner .banner-image {
    display: none;
  }
}

@media (max-width: 768px) {
  .home-banner .banner-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 600px;
  }
  .home-banner .banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .home-banner .banner-content h1 {
    font-size: 35px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
  }
  .home-banner .banner-content .banner-text {
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 1.5rem 0;
  }
  .home-banner .banner-content .banner-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 768px) and (max-width: 425px) {
  .home-banner .banner-content .banner-buttons {
    flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .home-banner .banner-content .banner-buttons .btn.btn-primary {
    background: white !important;
    color: #702C21 !important;
    border: 2px solid white !important;
  }
  .home-banner .banner-content .banner-buttons .btn.btn-outline {
    background: transparent !important;
    border: 2px solid white !important;
    color: white !important;
  }
}/*# sourceMappingURL=styles.css.map */