@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");

:root,
body.theme-primary {
  --primary-color: #176043;
  --secondary-color: #123b73;
}

body.theme-secondary {
  --primary-color: maroon;
  --secondary-color: gray;
}

body.theme-tertiary {
  --primary-color: purple;
  --secondary-color: orange;
}

body.theme-dark {
  --primary-color: #484f5c;
  --secondary-color: #19202a;
  --gray-200: #181818;
  --black: #ffffff;
  --white: #ffffff;
  --gray-700: #dadada;
  --gray-800: #b4b4b4;
  background-color: #121212;
}

body.theme-dark a:hover,
body.theme-dark a:focus,
body.theme-dark .btn-original,
body.theme-dark .btn-increase,
body.theme-dark .btn-decrease,
body.theme-dark .top-redirect-header,
body.theme-dark .main-header .top-header,
body.theme-dark .main-header .sub-header,
body.theme-dark .common-tabs .tabs-btn-mobile,
body.theme-dark .common-tabs .tabs-list li button,
body.theme-dark .gallery-tabs-content-top-text p,
body.theme-dark .counter-section .couter-listing li h3,
body.theme-dark .student-corner-section .diploma-courses h4,
body.theme-dark .farmer-corner-top-column a.farmer-corner-top-block:hover,
body.theme-dark .student-corner-section .ug-pg-result-wrap h4,
body.theme-dark h1,
body.theme-dark h2,
body.theme-dark h3,
body.theme-dark h4,
body.theme-dark h5,
body.theme-dark h6,
body.theme-dark .h1,
body.theme-dark .h2,
body.theme-dark .h3,
body.theme-dark .h4,
body.theme-dark .h5,
body.theme-dark .h6 {
  --white: $white;
  --primary-color: var(--white);
  color: var(--black);
}

body.theme-dark .news-tabs-section,
body.theme-dark .farmer-corner-item-left,
body.theme-dark .faculty-details-container,
body.theme-dark .footer-section .sub-footer-section,
body.theme-dark .faculties-container .card .card-info,
body.theme-dark .directorates-section .cards-wrap .cards,
body.theme-dark .student-corner-section .ug-pg-result-wrap {
  --white: #121212;
}

body.theme-dark .academic .heading h3 {
  --gray-800: #121212;
  --white: #121212;
}

body.theme-dark .custom-dropdown-ul {
  background-color: var(--gray-200);
}

body.theme-dark .custom-dropdown-ul .custom-dropdown-li.active.active {
  background-color: #000;
}

body.theme-dark .detail-data-container .left-sidebar-content>ul>li a svg,
body.theme-dark .custom-dropdown-trigger::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

body.theme-dark .logo-slider-section {
  background-color: var(--primary-color);
}

body.theme-dark .common-tabs .tabs-btn-mobile.active,
body.theme-dark .directorates-section {
  background-color: var(--gray-200);
}

body.theme-dark .useful-information-section {
  background-image: none;
}

body.theme-dark .btn,
body.theme-dark .btn-link {
  color: var(--black);
}

body.theme-dark .btn svg,
body.theme-dark .btn img,
body.theme-dark .btn-link svg,
body.theme-dark .btn-link img {
  -webkit-filter: brightness(0) invert(1) opacity(0.8);
  filter: brightness(0) invert(1) opacity(0.8);
}

:root {
  --red-500: #ea3232;
  --green-300: #5faa48;
  --green-400: #00a650;
  --green-500: #00a650;
  --green-600: #348866;
  --green-700: #186345;
  --gray-200: #f0f0f0;
  --gray-300: #cdcdcd;
  --gray-500: #e7e7e7;
  --gray-600: #aaaaaa;
  --gray-700: #4b4b4b;
  --gray-800: #383838;
  --black: #000000;
  --white: #ffffff;
  --sky: #1fb9d5;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::-moz-selection {
  background: var(--gray-800);
  color: var(--white);
}

*::selection {
  background: var(--gray-800);
  color: var(--white);
}

html {
  padding: 0;
  margin: 0;
  scroll-behavior: auto;
  font-size: 1rem;
}

html body {
  font-size: 1rem;
  color: var(--black);
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5em;
  line-height: 1.2;
  font-weight: 400;
  color: var(--black);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  text-decoration: underline;
}

h1,
.h1 {
  font-size: 3.25rem;
  font-family: "Oswald", sans-serif;
}

@media (max-width: 1240px) {

  h1,
  .h1 {
    font-size: 2.625rem;
  }
}

@media (max-width: 767px) {

  h1,
  .h1 {
    font-size: 2.3125rem;
  }
}

h2,
.h2 {
  font-size: 2.625rem;
  font-family: "Oswald", sans-serif;
}

@media (max-width: 1240px) {

  h2,
  .h2 {
    font-size: 2.1875rem;
  }
}

@media (max-width: 767px) {

  h2,
  .h2 {
    font-size: 1.75rem;
  }
}

h3,
.h3 {
  font-size: 2.125rem;
  font-family: "Oswald", sans-serif;
}

@media (max-width: 1240px) {

  h3,
  .h3 {
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {

  h3,
  .h3 {
    font-size: 1.5rem;
  }
}

h4,
.h4 {
  font-size: 1.625rem;
}

@media (max-width: 767px) {

  h4,
  .h4 {
    font-size: 1.375rem;
  }
}

h5,
.h5 {
  font-size: 1.25rem;
}

@media (max-width: 767px) {

  h5,
  .h5 {
    font-size: 1.125rem;
  }
}

h6,
.h6 {
  font-size: 1.125rem;
}

@media (max-width: 767px) {

  h6,
  .h6 {
    font-size: 1rem;
  }
}

p {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--gray-800);
}

p:not(:last-child) {
  margin-bottom: 1.25rem;
}

p a {
  text-decoration: underline;
}

ul,
ol {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
}

ul li,
ol li {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--gray-800);
}

ul li a,
ol li a {
  text-decoration: underline;
}

a {
  display: inline-block;
  color: var(--gray-700);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

a:hover,
a:focus {
  color: var(--primary-color);
}

.btn {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.75rem 1.75rem;
  color: var(--primary-color);
  border: 1px solid var(--gray-600);
  border-radius: 3.125rem 0 2.5rem 3.125rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  text-decoration: none;
  -webkit-transition: background-color 400ms, color 400ms, border-color 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, color 400ms, border-color 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, color 400ms, border-color 400ms, transform 400ms;
  transition: background-color 400ms, color 400ms, border-color 400ms, transform 400ms, -webkit-transform 400ms;
}

.btn:hover img,
.btn:focus img {
  -webkit-transform: rotate(41deg);
  transform: rotate(41deg);
}

.btn img {
  position: relative;
  top: 0;
  height: 0.875rem;
  width: 0.875rem;
  margin-left: 0.3125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-link {
  color: var(--primary-color);
  text-decoration: none;
}

.btn-link img {
  position: relative;
  top: 0;
  height: 0.875rem;
  width: 0.875rem;
  margin-left: 0.3125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-link:hover,
.btn-link:focus {
  color: var(--green-600);
}

.btn-link:hover img,
.btn-link:focus img {
  -webkit-transform: rotate(41deg);
  transform: rotate(41deg);
}

.btn-link.-white {
  color: var(--white);
}

@media (max-width: 991px) {
  .btn {
    font-size: 0.875rem;
    padding: 0.55rem 0.85rem;
  }
}

.heading-title {
  background: var(--black);
  display: inline-block;
  width: 100%;
  padding: 0.625rem;
}

.heading-title h3 {
  color: var(--white);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

button {
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

blockquote {
  border-left: 2px solid var(--primary-color);
  background-color: var(--gray-200);
  padding: 1.25rem;
}

.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row>* {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-xs-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 641px) {
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1241px) {
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

.container,
.container-lg,
.container-sm {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 1832px;
}

.container-lg {
  max-width: 1160px;
}

.container-sm {
  max-width: 1024px;
}

/* theme color options */
.theme-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.875rem;
  -moz-column-gap: 0.875rem;
  column-gap: 0.875rem;
  row-gap: 0.3125rem;
}

@media screen and (max-width:767px) {
  .theme-options {
    column-gap: 0.575rem;
  }
}

.theme-options .theme-field {
  position: relative;
  height: 1.0625rem;
  width: 1.0625rem;
}

.theme-options input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.theme-options input:checked+label {
  outline: 1px solid var(--primary-color);
  outline-offset: 1px;
}

.theme-options #primary-radio+label {
  background-color: #176043;
}

.theme-options #secondary-radio+label {
  background-color: maroon;
}

.theme-options #tertiary-radio+label {
  background-color: purple;
}

.theme-options #dark-radio+label {
  outline: solid 1px #666;
  background-color: #121212;
}

.theme-options label {
  display: block;
  font-size: 0;
  height: 100%;
  width: 100%;
  border-radius: 62.437rem;
}

/* custom-dropdown */
.custom-dropdown {
  position: relative;
  display: inline-block;
  max-width: 13.125rem;
  z-index: 9;
}

.custom-dropdown-trigger {
  position: relative;
  max-width: 100%;
  font-size: 0.875rem;
  padding: 0.375rem 2.5rem 0.375rem 1rem;
  border: 1px solid var(--gray-800);
  background-color: var(--white);
  color: var(--gray-800);
  border-radius: 1.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

@media screen and (max-width:767px) {

  .custom-dropdown-trigger,
  .custom-dropdown-li a {
    font-size: 0.675rem;
  }
}

.custom-dropdown-trigger.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.custom-dropdown-trigger.active::after {
  -webkit-transform: translateY(-50%) rotateX(180deg);
  transform: translateY(-50%) rotateX(180deg);
}

.custom-dropdown-trigger span {
  display: block;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
}

.custom-dropdown-trigger::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateX(0);
  transform: translateY(-50%) rotateX(0);
  background: url("../images/icons/select-dropdown-arrow.svg") no-repeat center;
  height: 0.3125rem;
  width: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.custom-dropdown-ul {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  padding-left: 0;
  list-style: none;
  background-color: var(--white);
  border: 1px solid var(--gray-800);
  border-top: none;
  max-height: 18.75rem;
  overflow: auto;
  opacity: 0;
  border-radius: 0 0 1.125rem 1.125rem;
  pointer-events: none;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.custom-dropdown-ul.active {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.custom-dropdown-li {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  line-height: 1.1;
  cursor: pointer;
  background-color: var(--white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.custom-dropdown-li:has(a) {
  padding: 0;
}

.custom-dropdown-li:not(:last-child) {
  border-bottom: 1px solid var(--gray-500);
}

.custom-dropdown-li:hover {
  background-color: var(--gray-200);
}

.custom-dropdown-li a {
  text-decoration: none;
  display: block;
  padding: 0.5rem 1rem;
}

.custom-dropdown-li.active,
.custom-dropdown-li.active a {
  background-color: var(--primary-color);
  color: white;
}

/* common headings with pattern */
.heading-left-pattern {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.1875rem;
}

.heading-left-pattern span {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: var(--green-400);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.0125rem;
  margin-right: 0.625rem;
}

.heading-center-pattern {
  text-align: center;
}

.heading-left-bottom-pattern {
  display: block;
}

.heading-left-bottom-pattern h1,
.heading-left-bottom-pattern h2,
.heading-left-bottom-pattern h3,
.heading-left-bottom-pattern h4,
.heading-left-bottom-pattern h5,
.heading-left-bottom-pattern h6 {
  margin-bottom: 0.8125rem;
}

.heading-right-pattern h1,
.heading-right-pattern h2,
.heading-right-pattern h3,
.heading-right-pattern h4,
.heading-right-pattern h5,
.heading-right-pattern h6 {
  display: inline;
  margin-bottom: 0;
  padding-right: 1.5625rem;
}

.heading-right-pattern.-white h1,
.heading-right-pattern.-white h2,
.heading-right-pattern.-white h3,
.heading-right-pattern.-white h4,
.heading-right-pattern.-white h5,
.heading-right-pattern.-white h6 {
  color: var(--white);
}

/* font increase decrease */
.btn-decrease,
.btn-original,
.btn-increase {
  padding: 0.3125rem 0.625rem;
  border: none;
  background-color: transparent;
}

/* mode button */
.button {
  border: none;
  width: 1.4375rem;
  height: 1.4375rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.25rem;
}

/* common-tabs */
.common-tabs .tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .common-tabs .tabs-list {
    display: none;
  }
}

.common-tabs .tabs-list li {
  background-color: var(--secondary-color);
  color: var(--white);
  font-family: "Oswald", sans-serif;
  font-size: 1.625rem;
  min-width: 14.875rem;
  border-right: 3px solid var(--white);
  text-align: center;
  list-style: none;
}

@media (max-width: 1536px) {
  .common-tabs .tabs-list li {
    min-width: 11.25rem;
  }
}

@media (max-width: 1440px) {
  .common-tabs .tabs-list li {
    font-size: 1.25rem;
  }
}

@media (max-width: 1240px) {
  .common-tabs .tabs-list li {
    min-width: 8rem;
  }
}

.common-tabs .tabs-list li.active {
  background-color: var(--primary-color);
}

.common-tabs .tabs-list li:first-child {
  border-top-left-radius: 0.75rem;
}

.common-tabs .tabs-list li:last-child {
  border-top-right-radius: 0.75rem;
  border-right: 0;
}

.common-tabs .tabs-list li button {
  color: inherit;
  background-color: inherit;
  border: none;
  width: 100%;
  border-radius: inherit;
  padding: 0.625rem 3.125rem;
}

@media (max-width: 1440px) {
  .common-tabs .tabs-list li button {
    padding: 0.625rem 2rem;
  }
}

.common-tabs .tabs-content {
  display: none;
}

.common-tabs .tabs-btn-mobile {
  display: none;
  background-color: var(--secondary-color);
  color: var(--white);
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  text-align: center;
  border: none;
  width: 100%;
  padding: 0.625rem 3.125rem;
  border-radius: 0.75rem;
}

.common-tabs .tabs-btn-mobile.active {
  background-color: var(--primary-color);
  border-radius: 0.75rem 0.75rem 0 0;
}

@media (max-width: 991px) {
  .common-tabs .tabs-btn-mobile {
    display: block;
  }

  .common-tabs .tabs-btn-mobile:not(:first-child) {
    margin-top: 0.625rem;
  }
}

/*read-more*/
.read-more-link {
  border: 1px solid var(--primary-color);
  border-radius: 50px 0 20px 50px;
  display: inline-block;
  padding: 0.6875rem 1.875rem;
  color: var(--primary-color);
  background-color: var(--white);
}

.read-more-link img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.read-more-link:hover {
  color: var(--primary-color);
}

.read-more-link:hover img {
  -webkit-transform: rotate(41deg);
  transform: rotate(41deg);
}

.read-more-link span {
  padding-right: 0.3125rem;
}

.left-border-heading {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: 2%;
  font-weight: 500;
  color: #585858;
}

.mb-29 {
  margin-bottom: 1.8125rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.accordion-section {
  width: 100%;
  padding: 50px 0;
}

.accordion-title {
  position: relative;
  list-style: outside none none;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 8px;
  width: 20px;
  height: 14px;
  background-image: url("../images/icons/accordion-icon.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.accordion-title:hover {
  color: var(--primary-color);
}

.accordion-title.active:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion {
  margin: 0;
  padding: 0;
}

.accordion li {
  list-style: none;
  border: 1px solid var(--gray-300);
  margin-bottom: 10px;
  padding: 12px 15px;
}

.accordion li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray-800);
  text-decoration: none;
}

.accordion li .accordion-content {
  list-style: outside none none;
  display: none;
  padding: 15px 5px;
}

.error_400 {
  padding-block: 3rem;
}

.error_400 .content_wrap {
  text-align: center;
}

.error_400 .content_wrap .title * {
  font-weight: bold;
  font-size: clamp(1.75rem, 1.25rem + 2vw, 3rem);
  margin: 0.1em 0;
}

.error_400 .content_wrap .title *:first-child {
  color: var(--primary-color);
}

.error_400 .content_wrap .title *:last-child {
  color: #626262;
  font-weight: 400;
}

.error_400 .content_wrap img {
  display: block;
  margin: 2% auto;
}

.error_400 .content_wrap .sub {
  font-size: clamp(1rem, 0.9rem + 0.4vw, 1.25rem);
  color: #626262;
}

.error_400 .content_wrap .sub .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  border-radius: 50px;
  margin-top: 1em;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-slider .slick-list:focus {
  outline: none;
}

.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-slider .slick-track:before,
.slick-slider .slick-track:after {
  display: table;
  content: "";
}

.slick-slider .slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.main-header {
  position: sticky;
  z-index: 999;
}

.main-header .top-redirect-header {
  max-width: 122rem;
  margin: 0 auto;
  padding: 0.625rem 3.937rem 0.6875rem;
  background-color: var(--gray-200);
}

@media (max-width: 1440px) {
  .main-header .top-redirect-header {
    padding: 0.625rem 1rem 0.6875rem;
  }
}

.main-header .top-redirect-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.6875rem;
  -moz-column-gap: 0.6875rem;
  column-gap: 0.6875rem;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 500;
  color: var(--green-700);
  text-decoration: none;
}

.main-header .top-redirect-header a .right-arrow-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background-color: var(--green-700);
}

.main-header .top-header {
  padding: 0.3125rem 1.25rem;
  background-color: var(--gray-200);
}

@media (max-width: 1240px) {
  .main-header .top-header {
    padding: 0.625rem 1rem;
  }
}

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

@media (max-width: 1240px) {
  .main-header .top-header-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    row-gap: 0.5rem;
  }
}

@media (max-width: 767px) {
  .main-header .top-header-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.main-header .top-header-left,
.main-header .top-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1240px) {
  .main-header .top-header-left {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.main-header .top-header-left .top-header-links li:last-child::after {
  content: none;
}

@media (max-width: 767px) {
  .main-header .top-header-left .top-header-links {
    display: none;
  }
}

@media (max-width: 767px) {
  .main-header .top-header-left .custom-dropdown {
    margin: 0;
  }
}

.main-header .top-header-right {
  position: relative;
}

@media (max-width: 1240px) {
  .main-header .top-header-right {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

.main-header .top-header-right .top-header-links {
  padding-right: 0;
}

@media (max-width: 767px) {
  .main-header .top-header-right .top-header-links {
    display: none;
  }
}

.main-header .top-header-right .top-header-links li .btn-decrease {
  font-size: 0.8125rem;
}

.main-header .top-header-right .top-header-links li .btn-original {
  font-size: 1rem;
}

.main-header .top-header-right .top-header-links li .btn-increase {
  font-size: 1.1875rem;
}

@media (max-width: 767px) {
  .main-header .top-header-right .increse-decrease {
    display: none;
  }
}

.main-header .top-header-right .mode-button {
  padding-right: 1.5625rem;
}

@media (max-width: 991px) {
  .main-header .top-header-right .mode-button {
    padding-right: 0.9625rem;
  }
}

.main-header .top-header-right .mode-button .light-mode {
  background-color: var(--white);
  margin-right: 0.4375rem;
}

.main-header .top-header-right .mode-button .dark-mode {
  background-color: var(--black);
  color: var(--white);
}

.main-header .top-header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-header .top-header-links li {
  position: relative;
  padding-right: 0.625rem;
  margin-right: 0.625rem;
}

.main-header .top-header-links li::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0.375rem;
  height: 0.75rem;
  width: 1px;
  background: var(--gray-700);
}

.main-header .top-header-links li a {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
}

.main-header .sub-header {
  background: var(--white);
  padding: 0.75rem 0;
}

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

.main-header .sub-header-dropdowns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 2.5%;
}

.main-header .sub-header .looking-for-dropdown {
  width: 100%;
  max-width: 16.8125rem;
}

@media (max-width: 576px) {
  .main-header .sub-header .looking-for-dropdown {
    display: none;
  }
}

.main-header .sub-header .looking-for-dropdown .custom-dropdown-trigger {
  width: 100%;
  text-align: left;
}

@media (max-width: 576px) {
  .main-header .sub-header .language-dropdown .custom-dropdown-trigger {
    display: none;
  }
}

@media (max-width: 576px) {
  .main-header .sub-header .custom-dropdown-trigger::after {
    right: 0.5rem;
  }
}

.main-header .sub-header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-decoration: none;
}

/* .main-header .sub-header .logo>img {
  width: 80px;
  height: 80px;
} */

.main-header .sub-header .logo .logo-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  margin-left: 10px;
  color: var(--gray-800);
}

.main-header .sub-header .logo .logo-title p {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.main-header .sub-header .logo .logo-title .h1 {
  font-size: 2.6rem;
}


@media screen and (max-width:767px) {
  .main-header .sub-header .logo>img {
    width: 60px;
    height: 60px;
  }

  .main-header .sub-header .logo .logo-title p {
    font-size: 1rem;
  }

  .main-header .sub-header .logo .logo-title .h1 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width:539px) {
  .main-header .sub-header .logo .logo-title .h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 991px) {
  .main-header .sub-header .logo img {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .main-header .sub-header .logo img {
    max-width: 92%;
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
}

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

.loader .loader-img svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 100px;
}

.loader .loader-img svg circle {
  fill: none;
  stroke: #fff;
  stroke-width: 10px;
  stroke-linecap: round;
  -webkit-animation: animate 2s linear infinite;
  animation: animate 2s linear infinite;
}

.loader svg:nth-child(1) circle {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  stroke: #43acff;
}

.loader svg:nth-child(2) circle {
  -webkit-filter: blur(20px);
  filter: blur(20px);
  stroke: #43acff;
}

@-webkit-keyframes animate {
  0% {
    stroke-dasharray: 295;
    stroke-dashoffset: 295;
  }

  50% {
    stroke-dasharray: 295;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 295;
    stroke-dashoffset: -295;
  }
}

@keyframes animate {
  0% {
    stroke-dasharray: 295;
    stroke-dashoffset: 295;
  }

  50% {
    stroke-dasharray: 295;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 295;
    stroke-dashoffset: -295;
  }
}

/* home banner */
.banner-section {
  width: 100%;
  height: 100%;
  position: relative;
  translate: 0 -2.625rem;
  margin-bottom: -2.625rem;
}

.banner-section .slick-prev,
.banner-section .slick-next {
  display: none !important;
}

.banner-section .banner-slider {
  width: 100%;
}

.banner-section .banner-slider .slick-track {
  display: flex;
}

.banner-section .banner-slider .banner-item {
  position: relative;
  height: auto;
}

.banner-section .banner-slider .banner-item .banner-image {
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.banner-section .banner-slider .banner-item .banner-container {
  position: relative;
  max-width: 120rem;
  height: 100%;
  margin: auto;
  z-index: 3;
}

.banner-section .banner-slider .banner-item .banner-container .banner-content {
  -webkit-clip-path: polygon(0 0, 100% 0, 81% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 81% 100%, 0% 100%);
  width: 65.9031rem;
  height: 100%;
  padding-left: 9.5625rem;
  padding-top: 8.8763rem;
  background: hsla(0, 0%, 0%, 0.4);
}

@media (max-width: 1440px) {
  .banner-section .banner-slider .banner-item .banner-container .banner-content {
    padding-left: 7rem;
  }
}

@media (max-width: 1240px) {
  .banner-section .banner-slider .banner-item .banner-container .banner-content {
    padding-top: 6.75rem;
    width: 43.75rem;
    padding-left: 5rem;
  }
}

@media (max-width: 991px) {
  .banner-section .banner-slider .banner-item .banner-container .banner-content {
    width: 600px;
  }
}

@media (max-width: 767px) {
  .banner-section .banner-slider .banner-item .banner-container .banner-content {
    -webkit-clip-path: unset;
    clip-path: unset;
    background: rgba(0, 0, 0, 0.2);
    padding: 4.25rem 1rem 0 2.5rem;
    width: 100%;
  }
}

.banner-section .banner-slider .banner-item .banner-container .banner-content .sm-line {
  width: 4.8288rem;
  height: 0.25rem;
  background-color: var(--green-300);
  border: none;
  margin-bottom: 1.875rem;
}

@media (max-width: 767px) {
  .banner-section .banner-slider .banner-item .banner-container .banner-content .sm-line {
    width: 3.125rem;
    margin-bottom: 0.9375rem;
  }
}

.banner-section .banner-slider .banner-item .banner-container .banner-content .heading {
  font-family: "Oswald", sans-serif;
  font-size: 4.1875rem;
  color: var(--white);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 11.8125rem;
  max-width: 700px;
}

@media (max-width: 991px) {
  .banner-section .banner-slider .banner-item .banner-container .banner-content .heading {
    font-size: 4rem;
    padding-bottom: 10rem;
  }
}

@media (max-width: 767px) {
  .banner-section .banner-slider .banner-item .banner-container .banner-content .heading {
    font-size: 3.125rem;
    padding-bottom: 8.75rem;
  }
}

@media (max-width: 767px) {
  .banner-section .banner-slider .banner-item .banner-container .banner-content .heading {
    font-size: 2.5rem;
  }
}

@media (max-width: 479px) {
  .banner-section .banner-slider .banner-item .banner-container .banner-content .heading {
    font-size: 1.8rem;
  }
}

.banner-section .banner-slider .banner-item .banner-container .banner-content .heading .h-sm,
.banner-section .banner-slider .banner-item .banner-container .banner-content .heading span {
  display: block;
}

.banner-section .banner-slider .banner-item .banner-container .banner-content .heading .h-sm {
  font-size: 2rem;
  margin-bottom: 1.25rem;
  position: relative;
}

@media (max-width: 991px) {
  .banner-section .banner-slider .banner-item .banner-container .banner-content .heading .h-sm {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .banner-section .banner-slider .banner-item .banner-container .banner-content .heading .h-sm {
    font-size: 1.375rem;
    margin-bottom: 0.625rem;
  }
}

.banner-section .banner-slider .banner-item .banner-container .banner-content .heading span {
  font-size: 2.75rem;
  margin-top: 1.25rem;
}

@media (max-width: 991px) {
  .banner-section .banner-slider .banner-item .banner-container .banner-content .heading span {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .banner-section .banner-slider .banner-item .banner-container .banner-content .heading span {
    font-size: 2rem;
    margin-top: 0.625rem;
  }
}

@media (max-width: 479px) {
  .banner-section .banner-slider .banner-item .banner-container .banner-content .heading span {
    font-size: 1.6rem;
    margin-top: 0.625rem;
  }
}

.banner-section .slide-counter--container {
  width: 100%;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
}

.banner-section .slide-counter--container .banner-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 120rem;
  margin: 0 auto;
  padding-bottom: 2.7669rem;
  padding-left: 9.75rem;
  align-items: center;
  gap: 0.6875rem;
}

@media (max-width: 767px) {
  .banner-section .slide-counter--container .banner-arrow {
    gap: 0.5rem;
  }
}

@media (max-width: 1440px) {
  .banner-section .slide-counter--container .banner-arrow {
    padding-left: 7rem;
  }
}

@media (max-width: 1240px) {
  .banner-section .slide-counter--container .banner-arrow {
    padding-left: 5rem;
  }
}

@media (max-width: 767px) {
  .banner-section .slide-counter--container .banner-arrow {
    padding-left: 2.5rem;
    padding-bottom: 1.25rem;
  }
}

.banner-section .slide-counter--container .banner-arrow .prev,
.banner-section .slide-counter--container .banner-arrow .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.banner-section .slide-counter--container .banner-arrow .banner-dots .banner-dots-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 0.6875rem;
}

.banner-section .slide-counter--container .banner-arrow .banner-dots .banner-dots-list li {
  font-size: 1rem;
  color: var(--white);
  list-style: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .banner-section .slide-counter--container .banner-arrow .banner-dots .banner-dots-list li {
    font-size: 0.875rem;
  }
}

.banner-section .slide-counter--container .banner-arrow .banner-dots .banner-dots-list li.slick-active {
  font-size: 1.5625rem;
  height: 2.625rem;
  width: 2.625rem;
  border-radius: 1.875rem;
  background-color: var(--primary-color);
  display: grid;
  place-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .banner-section .slide-counter--container .banner-arrow .banner-dots .banner-dots-list li.slick-active {
    font-size: 1.125rem;
    height: 1.875rem;
    width: 1.875rem;
  }
}

.input-group {
  margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
  .input-group {
    margin-bottom: 1rem;
  }
}

.input-group.mb-0 {
  margin-bottom: 0;
}

.input-group label {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--gray-800);
  margin-bottom: 0.25rem;
}

.input-group .input-filed {
  width: 100%;
  border-radius: 5px;
  padding: 0.5rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  outline: none;
  resize: none;
  border: solid 1px var(--gray-500);
  color: var(--black);
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

@media (max-width: 767px) {
  .input-group .input-filed {
    padding: 0.5rem 0.75rem;
  }
}

.input-group .input-filed.appearance-none::-webkit-inner-spin-button,
.input-group .input-filed.appearance-none::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.input-group .input-filed:focus {
  -webkit-box-shadow: 0 0 0px 2px rgba(var(--primary-color), 0.75);
  box-shadow: 0 0 0px 2px rgba(var(--primary-color), 0.75);
}

.input-group .input-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 1rem);
  background-size: 0.75rem;
  color: var(--black);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 1.9375rem;
}

@media (max-width: 767px) {
  .input-group .input-select {
    background-position-x: calc(100% - 0.75rem);
    padding-right: 1.6875rem;
  }
}

.input-group .checkbox-wrap {
  font-size: 1rem;
  display: inline-block !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.input-group .checkbox-wrap .checkbox {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
}

.input-group .radio-warp {
  display: inline-block !important;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin-right: 0.5rem;
}

.input-group .radio-warp:last-child {
  margin-right: 0;
}

.input-group .radio-warp .radio {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  width: 0.875rem;
  height: 0.875rem;
  vertical-align: text-bottom;
}

.input-group .radio-warp span {
  vertical-align: middle;
}

.footer-section {
  background-color: var(--secondary-color);
}

.footer-section .footer-container {
  max-width: 122rem;
  margin: 0 auto;
  padding: 0 4.75rem;
}

@media (max-width: 1440px) {
  .footer-section .footer-container {
    padding: 0 1rem;
  }
}

.footer-section .footer-container .footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--white);
  padding: 1.75rem 0;
  position: relative;
}

@media (max-width: 991px) {
  .footer-section .footer-container .footer-wrap {
    row-gap: 1.875rem;
    padding-bottom: 3.125rem;
  }
}

.footer-section .footer-container .footer-wrap .link-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 400px) {
  .footer-section .footer-container .footer-wrap .link-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer-section .footer-container .footer-wrap .link-wrap .links {
  width: 50%;
  padding-right: 1.875rem;
}

@media (max-width: 767px) {
  .footer-section .footer-container .footer-wrap .link-wrap .links {
    padding-right: 0;
  }
}

@media (max-width: 400px) {
  .footer-section .footer-container .footer-wrap .link-wrap .links {
    width: 100%;
  }
}

.footer-section .footer-container .footer-wrap .contact-section {
  padding-right: 1.875rem;
}

.footer-section .footer-container .footer-wrap .contact-section address a {
  color: #FFFFFF;
  text-decoration: none;
}

.footer-section .footer-container .footer-wrap .contact-section address a:hover {
  color: var(--green-600);
}

.footer-section .footer-container .footer-wrap .footer-heading {
  color: var(--white);
  text-transform: capitalize;
  position: relative;
}

.footer-section .footer-container .footer-wrap .footer-heading::after {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  left: 0;
  height: 0.125rem;
  width: 2.125rem;
  background: var(--green-600);
}

.footer-section .footer-container .footer-wrap .footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section .footer-container .footer-wrap .footer-contact ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.9375rem;
}

.footer-section .footer-container .footer-wrap .footer-contact ul li img {
  margin-right: 0.4375rem;
  width: 1.25rem;
  height: auto;
}

.footer-section .footer-container .footer-wrap .footer-contact ul li a {
  color: var(--white);
  text-decoration: none;
}

.footer-section .footer-container .footer-wrap .footer-contact ul li a:hover {
  color: var(--green-300);
}

.footer-section .footer-container .footer-wrap .footer-content {
  width: 25%;
}

@media (max-width: 1240px) {
  .footer-section .footer-container .footer-wrap .footer-content {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .footer-section .footer-container .footer-wrap .footer-content {
    width: 100%;
  }
}

.footer-section .footer-container .footer-wrap .footer-content-:first-child {
  padding-right: 0.9375rem;
}

.footer-section .footer-container .footer-wrap address {
  font-family: "Poppins", sans-serif;
  color: var(--white);
  font-size: 1rem;
  margin-top: 1.875rem;
  margin-bottom: 2.0625rem;
  font-style: normal;
}

.footer-section .footer-container .footer-wrap .footer-list {
  margin-top: 1.875rem;
}

.footer-section .footer-container .footer-wrap .footer-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section .footer-container .footer-wrap .footer-list ul li {
  margin-bottom: 0.9375rem;
}

.footer-section .footer-container .footer-wrap .footer-list ul li img {
  margin-right: 0.8125rem;
  border-radius: 0.25rem;
}

.footer-section .footer-container .footer-wrap .footer-list ul li a {
  color: var(--white);
  text-decoration: none;
  position: relative;
  padding-left: 1.5625rem;
}

.footer-section .footer-container .footer-wrap .footer-list ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../../frontend/images/icons/footer-arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-section .footer-container .footer-wrap .footer-list ul li a:hover {
  color: var(--green-600);
}

.footer-section .footer-container .footer-wrap .map-location {
  width: 100%;
  height: 12.4375rem;
  position: relative;
  margin-top: 1.875rem;
  border: 1px solid #ddd;
  border-radius: 0.625rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-section .footer-container .footer-wrap .map-location iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.footer-section .footer-container .footer-wrap .follow-us {
  margin-top: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem;
}

@media (max-width: 1536px) {
  .footer-section .footer-container .footer-wrap .follow-us {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

@media (max-width: 1440px) {
  .footer-section .footer-container .footer-wrap .follow-us {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 400px) {
  .footer-section .footer-container .footer-wrap .follow-us {
    gap: 0.625rem;
  }
}

.footer-section .footer-container .footer-wrap .follow-us img {
  display: block;
}

.footer-section .footer-container .footer-wrap .follow-us h3 {
  font-family: "Oswald", sans-serif;
  color: var(--white);
  margin: 0;
}

.footer-section .footer-container .footer-wrap .follow-us .block-line {
  width: 0.0625rem;
  height: 2.0625rem;
  background: #41618f;
  border: none;
}

.footer-section .footer-container .footer-wrap .follow-us .janvani-logo {
  width: 3.9375rem;
  height: 3.9375rem;
  display: grid;
  place-content: center;
  border-radius: 0.25rem;
  background-color: var(--white);
}

.footer-section .footer-container .footer-wrap .follow-us .social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.footer-section .footer-container .footer-wrap .follow-us .social-icon ul li {
  display: inline-block;
  position: relative;
}

.footer-section .footer-container .footer-wrap .follow-us .social-icon ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  border-radius: 50%;
  -webkit-transition: background-color 0.3s, -webkit-filter 0.3s ease;
  transition: background-color 0.3s, -webkit-filter 0.3s ease;
  transition: background-color 0.3s, filter 0.3s ease;
  transition: background-color 0.3s, filter 0.3s ease, -webkit-filter 0.3s ease;
  text-decoration: none;
  outline: 2px solid var(--primary-color);
}

.footer-section .footer-container .footer-wrap .follow-us .social-icon ul li a img {
  width: 49%;
  height: 49%;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.footer-section .footer-container .footer-wrap .follow-us .social-icon ul li a:hover {
  background-color: #ffffff;
}

.footer-section .footer-container .footer-wrap .follow-us .social-icon ul li a:hover:hover>svg>path {
  -webkit-filter: invert(47%) sepia(28%) saturate(1982%) hue-rotate(48deg) brightness(92%) contrast(90%);
  filter: invert(47%) sepia(28%) saturate(1982%) hue-rotate(48deg) brightness(92%) contrast(90%);
}

.footer-section .footer-container .footer-wrap .back-to-top-section {
  position: fixed;
  z-index: 999;
  bottom: 1rem;
  right: 1rem;
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}

.footer-section .footer-container .footer-wrap .back-to-top-section .back-to-top {
  display: grid;
  place-content: center;
  border: none;
  height: 2.75rem;
  width: 2.75rem;
  background: var(--primary-color);
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.footer-section .footer-container .footer-wrap .back-to-top-section .back-to-top:hover {
  background-color: var(--white);
}

.footer-section .footer-container .footer-wrap .back-to-top-section .back-to-top:hover svg {
  fill: var(--primary-color);
}

.footer-section .footer-container .visitor-standardimage-section {
  max-width: 122rem;
  margin: 0 auto;
  padding: 0 4.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5625rem 0;
}

@media (max-width: 991px) {
  .footer-section .footer-container .visitor-standardimage-section {
    margin: 1.5625rem 0;
    padding: 0.625rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0.9375rem;
  }
}

@media (max-width: 991px) {
  .footer-section .footer-container .visitor-standardimage-section {
    margin-top: 2.125rem;
  }
}

.footer-section .footer-container .visitor-standardimage-section .visitor-count {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #bccadc;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.6875rem;
  -moz-column-gap: 0.6875rem;
  column-gap: 0.6875rem;
  row-gap: 0.5rem;
}

@media screen and (max-width:640px) {
  .footer-section .footer-container .visitor-standardimage-section .visitor-count {
    width: 100%;
    justify-content: flex-start;
  }
}

.footer-section .footer-container .visitor-standardimage-section .visitor-count>span {
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: var(--green-300);
  padding: 0.125rem 0.6875rem;
  border-radius: 0.25rem;
  background-color: var(--white);
  opacity: 1 !important;
}

.footer-section .footer-container .visitor-standardimage-section .wc-standard-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1875rem;
}

@media (max-width: 640px) {
  .footer-section .footer-container .visitor-standardimage-section .wc-standard-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    gap: 0.7rem;
    justify-content: flex-start;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer-section .footer-container .visitor-standardimage-section .wc-standard-image img {
    width: 5.625rem;
  }
}

.footer-section .sub-footer-section {
  background-color: var(--white);
}

.footer-section .sub-footer-section .sub-footer-container {
  max-width: 122rem;
  margin: 0 auto;
  padding: 0.5625rem 4.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1440px) {
  .footer-section .sub-footer-section .sub-footer-container {
    padding: 0.5625rem 1rem;
  }
}

@media (max-width: 1240px) {
  .footer-section .sub-footer-section .sub-footer-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-section .sub-footer-section .sub-footer-container>p {
  color: var(--gray-800);
  font-size: 0.8125rem;
  line-height: 1.75rem;
  margin: 0;
}

.footer-section .sub-footer-section .sub-footer-container>p>a {
  text-decoration: none;
}

.main-menu {
  position: relative;
  interpolate-size: allow-keywords;
}

/* .main-menu.sticky-menu {
  position: fixed;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  animation: top-menu linear 0.8s;
} */
@keyframes top-menu {
  0% {
    top: -100%;
  }

  100% {
    top: 0;
  }
}

.main-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-menu-contain {
  position: relative;
}

.main-menu-list {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background: var(--secondary-color);
  border-radius: 0.25rem 0 0 0.25rem;
  margin-right: 0;
  width: 85%;
}

@media (max-width: 1240px) {
  .main-menu-list {
    border-radius: 0.25rem;
    width: 100%;
  }
}

.main-menu-list ul {
  padding: 0;
  margin: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.main-menu-list ul li a {
  display: block;
  font-size: 1rem;
  padding: 1.4375rem 0 1.3125rem;
  font-weight: 500;
  color: var(--white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

@media screen and (min-width: 1240px) {
  .main-menu-list .main-menu-contain>ul>li.has-children:before {
    content: '>';
    color: white;
    position: absolute;
    right: 20px;
    top: 51%;
    transform: translateY(-50%) rotate(90deg);
    font-size: 22px;
  }

  @media screen and (max-width:1400px) {
    .main-menu-list .main-menu-contain>ul>li.has-children:before {
      right: 12px;
      font-size: inherit;
    }
  }

  .main-menu-list .main-menu-contain>ul>li.has-children a {
    padding-right: 20px;
  }
}

@media screen and (min-width:1240px) {
  .main-menu-inner li>ul li.has-children a {
    position: relative;
  }

  .main-menu-inner li>ul li.has-children>a:after {
    content: '>';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-weight: 400;
    font-size: 22px;
  }
}


@media (max-width: 1536px) {
  .main-menu-list ul li a {
    font-size: 0.875rem;
  }
}

@media (max-width: 1240px) {
  .main-menu-list ul li a {
    text-align: center;
    border-right: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    padding: 0.75em 2.5em;
    font-size: 1rem;
  }
}

.main-menu-list ul li a:hover {
  color: var(--gray-500);
}

.main-menu-list ul li a .home-icon {
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-menu-list ul li a .home-icon:hover {
  fill: var(--gray-500);
}

.main-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

@media (max-width: 1240px) {
  .main-menu-inner {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    border-radius: 4px;
    width: 100%;
    background-color: var(--secondary-color);
    padding-top: 0.8125rem;
    -webkit-box-shadow: 0 12px 0px -12px rgba(0, 0, 0, 0.5);
    box-shadow: 0 12px 0px -12px rgba(0, 0, 0, 0.5);
  }
}

.main-menu-inner>.highlight {
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 1240px) {
  .main-menu-inner>.highlight {
    border: none;
  }

  .main-menu-inner>.highlight:last-child>a {
    border-bottom: none;
  }
}

@media (hover: hover) {
  .main-menu-inner>.highlight:hover {
    -webkit-transition: 0s;
    transition: 0s;
  }

  .main-menu-inner>.highlight:hover:not(.has-children) {
    border-bottom: 2px solid var(--white);
  }
}

@media (hover: hover) and (max-width: 1240px) {
  .main-menu-inner>.highlight:hover:not(.has-children) {
    border: none;
  }
}

.main-menu-inner>.highlight::before {
  content: "";
  position: absolute;
  left: 50%;
  height: 0.625rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 1.1875rem;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: var(--white);
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.main-menu-inner>.highlight:hover::before {
  opacity: 1;
}

@media (max-width: 1240px) {
  .main-menu-inner>.highlight:hover::before {
    opacity: 0;
  }
}

@media (max-width: 1240px) {
  .main-menu-inner>li {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.main-menu-inner>li {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.main-menu-inner>li>a {
  width: 100%;
  text-align: center;
}

.main-menu-inner>li>a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: white;
  height: 0.875rem;
  width: 0.125rem;
}

@media (max-width: 1240px) {
  .main-menu-inner>li>a::after {
    content: none;
  }
}

.main-menu-inner>li:last-child>a::after {
  content: none;
}

.main-menu-inner li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  list-style: none;
  background: var(--primary-color);
  padding-left: 0;
  width: 100%;
  border-top: solid 2px #123b73;
  min-width: 320px;
  overflow: hidden;
  height: 0;
}

.main-menu-inner li>ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}

.main-menu-inner li>ul li>ul {
  left: 100% !important;
  top: 0;
}

.main-menu-inner li>ul li:last-child {
  border-bottom: none;
}

@media (hover: hover) {
  .main-menu-inner li:hover>ul {
    height: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    border-top-color: white;
  }

  .main-menu-inner li:hover>ul a:hover {
    background-color: hsla(220, 100%, 5%, 0.15);
  }
}

.main-menu-inner .sb-menu {
  padding: 0;
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: visible;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-menu-inner .sb-menu ul {
  margin-left: 2px;
}

.main-menu-inner .sb-menu li a {
  padding: 0.75em 1em;
}

@media (max-width: 1240px) {
  .main-menu-inner .sb-menu {
    -webkit-transition: none;
    transition: none;
    position: static;
    height: auto;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    border-top-color: rgba(255, 255, 255, 0.4);
    background-color: hsla(214, 100%, 6%, 0.25);
  }

  .main-menu-inner .sb-menu li {
    padding: 0;
  }

  .main-menu-inner .sb-menu li a {
    padding: 0.75em 2.5em;
  }
}

.main-menu-inner .sb-menu>li>a {
  font-size: 15px;
  font-weight: 400;
}

.main-menu-inner .sb-menu .sub-menu a {
  font-size: 1.3rem;
  padding: 0.625rem;
  text-align: center;
}

.main-menu-inner ul {
  padding-left: 1rem;
}

.main-menu-inner ul li {
  width: 100%;
  margin: 0;
  list-style: none;
  position: relative;
}

.main-menu-inner .arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5em;
  height: 2.875em;
  background: url("../../frontend/images/icons/plus.png") no-repeat center center;
  cursor: pointer;
  z-index: 999;
}

.main-menu-inner .arrow.up {
  background: url("../../frontend/images/icons/minus.png") no-repeat center center;
}

.main-menu .search-bar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15.4%;
  flex: 0 0 15.4%;
  position: relative;
  background-color: var(--primary-color);
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

@media (max-width: 1240px) {
  .main-menu .search-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.875rem;
    margin-right: 6.875rem;
  }
}

.main-menu .search-bar input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0.625rem 0.625rem 0.625rem 4.125rem;
  line-height: normal;
  color: var(--white);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.0625rem;
  height: 100%;
}

.main-menu .search-bar input[type="search"]::-webkit-search-cancel-button {
  appearance: none;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path d="M6 6L18 18M6 18L18 6" stroke="white" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  background-size: contain;
  cursor: pointer;
}

@media (max-width: 640px) {
  .main-menu .search-bar input {
    padding-left: 3rem;
  }
}

.main-menu .search-bar input::-webkit-input-placeholder {
  color: var(--white);
  opacity: 1;
}

.main-menu .search-bar input::-moz-placeholder {
  color: var(--white);
  opacity: 1;
}

.main-menu .search-bar input:-ms-input-placeholder {
  color: var(--white);
  opacity: 1;
}

.main-menu .search-bar input::-ms-input-placeholder {
  color: var(--white);
  opacity: 1;
}

.main-menu .search-bar input::placeholder {
  color: var(--white);
  opacity: 1;
}

.main-menu .search-bar button {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  background-color: transparent;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 640px) {
  .main-menu .search-bar button {
    left: 1rem;
  }
}

.burger {
  position: relative;
  cursor: pointer;
  width: 2.375rem;
  height: 0;
  display: none;
  height: 100%;
}

.burger .burger-line {
  display: block;
  width: 100%;
  height: 0.125rem;
  opacity: 1;
  border: none;
  outline: none;
  border-radius: 1rem;
  background-color: var(--secondary-color);
}

.burger .burger-line:nth-child(2) {
  width: 70%;
  margin: 0.4375rem 0;
}

.menu-icon {
  display: none;
  cursor: pointer;
  color: var(--white);
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 0;
  font-size: 0;
  padding: 0;
}

@media (max-width: 1240px) {
  .menu-icon {
    display: block;
  }
}

.menu-icon .menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.75rem;
  margin-right: 0.75rem;
  margin-left: auto;
  padding: 0.3125rem;
  z-index: 9;
}

@media screen and (max-width:767px) {
  .menu-icon .menu-box {
    width: 2.60rem;
  }
}

.menu-icon .menu-box span {
  width: 100%;
  height: 0.25rem;
  margin-bottom: 0.375rem;
  background: var(--white);
  display: block;
  border-radius: 0.125rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu-icon .menu-box span:last-child {
  margin-bottom: 0;
}

.menu-icon.active span:nth-child(1) {
  transform: rotate(45deg) translateY(0.5rem) translateX(0.375rem);
  -webkit-transform: rotate(45deg) translateY(0.5rem) translateX(0.375rem);
}

.menu-icon.active span:nth-child(2) {
  opacity: 0;
}

.menu-icon.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-0.4375rem) translateX(0.375rem);
  -webkit-transform: rotate(-45deg) translateY(-0.4375rem) translateX(0.375rem);
}

.announcement-section {
  overflow: hidden;
}

@media (max-width: 1240px) {
  .announcement-section .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.announcement-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1240px) {
  .announcement-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.announcement-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 8%;
  padding: 1.25rem 0;
  background-color: var(--secondary-color);
}

@media (max-width: 1440px) {
  .announcement-left {
    width: 12%;
  }
}

@media (max-width: 1240px) {
  .announcement-left {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 767px) {
  .announcement-left {
    padding-bottom: 0;
  }
}

.announcement-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: -99vw;
  width: 100vw;
  height: 100%;
  background-color: inherit;
  z-index: -1;
}

.announcement-left h6,
.announcement-left .h6 {
  color: var(--white);
  margin-bottom: 0;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.announcement-right {
  position: relative;
  width: 92%;
  padding: 1.25rem 0 1.25rem 4.375rem;
  background-color: var(--primary-color);
}

@media (max-width: 1440px) {
  .announcement-right {
    width: 88%;
  }
}

@media (max-width: 1240px) {
  .announcement-right {
    width: 100%;
    padding-top: 4.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 991px) {
  .announcement-right {
    padding-top: 3.5rem;
  }
}

.announcement-right h6,
.announcement-right .h6 {
  color: var(--white);
  font-weight: 600;
  margin-bottom: 0.4375rem;
  letter-spacing: 0.03em;
}

.announcement-right::after {
  content: "";
  position: absolute;
  top: 0;
  right: -99vw;
  width: 100vw;
  height: 100%;
  background-color: inherit;
  z-index: -1;
}

.announcement-right-inner {
  overflow: hidden;
}

@media screen and (max-width:991px){
  .announcement-right-inner{
    margin-top: 10px;
  }
}

.announcement-right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

@media (max-width: 991px) {
  .announcement-right-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .announcement-lines {
    width: auto !important;
    position: relative;
    height: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .announcement-lines::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: var(--white);
  }
}

.announcement-lines span {
  color: var(--white);
  text-transform: uppercase;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  line-height: 1.466;
}

.announcement-lines span::after {
  content: "";
  display: inline-block;
  height: 0.75rem;
  width: 0.125rem;
  margin: 0.5rem 0.625rem 0;
  background-color: var(--white);
}

@media (max-width: 767px) {
  .announcement-lines span::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .announcement-lines span {
    font-size: 0.75rem;
  }
}

.announcement-lines sup {
  font-size: 0.6875rem;
  border-radius: 0.3125rem;
  background: var(--red-500);
  color: var(--white);
  padding: 0 0.36rem;
  margin-left: 0.4rem;
}

@media (max-width: 767px) {
  .announcement-lines sup {
    font-size: 0.625rem;
  }
}

.announcement-angle-left {
  position: absolute;
  left: -1px;
  top: 0;
  height: 100%;
  width: 3.75rem;
}

@media (max-width: 1240px) {
  .announcement-angle-left {
    left: 0;
    top: -1px;
    width: 100%;
    height: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.announcement-angle-left::before,
.announcement-angle-left::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
}

@media (max-width: 1240px) {

  .announcement-angle-left::before,
  .announcement-angle-left::after {
    height: 100%;
    width: 50%;
  }
}

.announcement-angle-left::before {
  top: 0;
  background-image: linear-gradient(118deg, var(--secondary-color) 50%, transparent 50%);
}

@media (max-width: 1240px) {
  .announcement-angle-left::before {
    background-image: linear-gradient(174deg, var(--secondary-color) 50%, transparent 50%);
  }
}

.announcement-angle-left::after {
  bottom: 0;
  background-image: linear-gradient(60deg, var(--secondary-color) 50%, transparent 50%);
}

@media (max-width: 1240px) {
  .announcement-angle-left::after {
    left: 50%;
    bottom: auto;
    background-image: linear-gradient(-174deg, var(--secondary-color) 50%, transparent 50%);
  }
}

@media (max-width: 767px) {
  .announcement-slider .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.announcement-item {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  border-right: 1px solid var(--white);
  width: 50%;
}

@media (max-width: 991px) {
  .announcement-item {
    border-right: none;
    text-align: center;
    width: 100%;
  }

  .announcement-item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 767px) {
  .announcement-item:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}

.announcement-item .announce-view-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-block-end: 15px;
}

.announcement-item .announce-view-link .btn {
    background-color: #FFF;
}

.announcement-item .announce-view-link .btn:hover {
    color: var(--primary-color);
}

.announcement-item .announce-view-link .btn > em > svg > path {
    fill: var(--primary-color);
}

body.theme-dark .announcement-item .announce-view-link .btn{
    background-color: transparent;
}

body.theme-dark .announcement-item .announce-view-link .btn > em > svg > path{
    fill: #FFFFFF;
}


.announcement-button-wrap {
  position: relative;
  min-width: 1.125rem;
  width: 1.125rem;
  height: auto;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.announcement-button-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.announcement-button-wrap .play-icon {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.announcement-button-wrap.stopped .pause-icon {
  opacity: 0;
}

.announcement-button-wrap.stopped .play-icon {
  opacity: 1;
}

.announcement-play-pause-button {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  font-size: 0;
  background-color: transparent;
  border: none;
  padding: 0;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.marquee:hover .marquee__item {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.marquee__seperator {
  margin: 0 2rem;
}

.marquee__item {
  display: inline-block;
  will-change: transform;
  -webkit-animation: marquee var(--animation-duration, 40s) linear infinite;
  animation: marquee var(--animation-duration, 40s) linear infinite;
}

.marquee.stopped .marquee__item {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.about-us-section {
  width: 100%;
  padding: 2.5rem 0;
}

@media (max-width: 991px) {
  .about-us-section .row {
    row-gap: 0.9375rem;
  }
}

.about-us-section p {
  margin: 0;
}

.about-us-section .about-line {
  position: relative;
  z-index: 9;
  text-align: right;
}

.about-us-section .about-line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-bottom: 0.0625rem dashed #00a650;
  width: calc(100% - 12.5rem);
  height: 0.0625rem;
  z-index: -1;
}

.about-us-section .about-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-us-section .about-slider .slick-list {
  padding-bottom: 0.625rem;
}

.about-us-section .about-slider-item {
  margin: 0 1.0306rem;
  height: auto;
}

.about-us-section .about-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #cfcfcf;
  border-radius: 2.0625rem;
  list-style: none;
  height: 2px;
  width: 60%;
  margin: 32.71px auto 0;
  padding-left: 0;
}

.about-us-section .about-slider .slick-dots .slick-active {
  background-color: var(--primary-color);
  height: 0.25rem;
}

.about-us-section .about-slider .slick-dots li[role=presentation] {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: -1px;
  cursor: pointer;
}

.about-us-section .about-slider .slick-dots li[role=presentation] button {
  display: none;
}

.about-btn-right-line-wrap {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 1.25rem;
}

.about-btn-right-line-wrap:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  height: 1px;
  border-bottom: 1px dashed var(--primary-color);
  margin-left: 0.5rem;
}

.about-us-section .about-slider .about-slider-image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  padding: 0.775rem;
  border: 0.0625rem solid var(--gray-300);
  height: 100%;
  margin: 0 auto;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0.25rem 0.75rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0.25rem 0.75rem;
  position: relative;
}

.about-us-section .about-slider .about-slider-image-wrap::before {
  content: "";
  -webkit-box-shadow: 0.625rem 0.625rem 0 0 var(--primary-color);
  box-shadow: 0.625rem 0.625rem 0 0 var(--primary-color);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.about-us-section .about-slider .about-slider-image-wrap .about-slider-image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  max-height: 175px;
}

.about-us-section .about-slider .about-slider-image-wrap .about-slider-title {
  width: 100%;
  min-height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-us-section .about-slider .about-slider-image-wrap .about-slider-title h6 {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-bottom: 0;
  padding: 0.5rem 0;
}

.about-us-section .about-slider .about-slider-image-wrap .about-slider-title p {
  font-size: 0.875rem;
  color: #727272;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
  padding-bottom: 0.625rem;
  line-height: 1.2;
}

.about-us-section .about-slider .about-slider-image-wrap .social-media ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.875rem;
}

.about-us-section .about-slider .about-slider-image-wrap .social-media ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #e7e7e7;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.about-us-section .about-slider .about-slider-image-wrap .social-media ul li a img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.about-us-section .about-slider .about-slider-image-wrap .social-media ul li a:hover {
  background: white;
  -webkit-box-shadow: 0 0 0 0.0625rem #5faa48;
  box-shadow: 0 0 0 0.0625rem #5faa48;
}

.about-us-section .about-slider .about-slider-image-wrap .social-media ul li a:hover img {
  -webkit-filter: invert(2);
  filter: invert(2);
}

.counter-section {
  background-color: var(--gray-200);
  padding: 1.875rem 0;
}

.counter-section .couter-listing {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem;
}

@media (max-width: 1240px) {
  .counter-section .couter-listing {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.5625rem 0;
  }
}

.counter-section .couter-listing li {
  list-style: none;
  line-height: 1.1;
}

@media (max-width: 1240px) {
  .counter-section .couter-listing li {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .counter-section .couter-listing li {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .counter-section .couter-listing li {
    width: 100%;
  }
}

.counter-section .couter-listing li .counter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}

@media (max-width: 1240px) {
  .counter-section .couter-listing li .counter-wrap {
    padding-top: 0;
  }
}

.counter-section .couter-listing li .counter-icon {
  background-color: var(--secondary-color);
  width: 5.375rem;
  height: 5.375rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0.25rem solid var(--white);
  -webkit-box-shadow: 0 0 0 0.125rem var(--primary-color);
  box-shadow: 0 0 0 0.125rem var(--primary-color);
}

.counter-section .couter-listing li .counter-icon img {
  max-width: 2.625rem;
  margin: 0 auto;
}

.counter-section .couter-listing li h3 {
  margin: 0;
  color: var(--secondary-color);
}

.student-corner-section .ug-pg-result-wrap {
  background-color: var(--white);
  padding: 1.75rem 3rem 3.25rem;
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}

@media (max-width: 991px) {
  .student-corner-section .ug-pg-result-wrap {
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media (max-width: 767px) {
  .student-corner-section .ug-pg-result-wrap {
    padding: 1rem;
  }
}

.student-corner-section .ug-pg-result-wrap h4 {
  font-size: 1.625rem;
  line-height: 1.6875rem;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Oswald", sans-serif;
  margin-bottom: 2rem;
}

.student-corner-section .ug-pg-left-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem;
  cursor: pointer;
}

.student-corner-section .ug-pg-left-images .student-tabs-content-top-text {
  padding: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
}

.student-corner-section .ug-pg-left-images .student-tabs-content-top-text a {
  color: var(--primary-color);
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  margin-bottom: 0;
  text-decoration: none;
}

@media (max-width: 767px) {
  .student-corner-section .ug-pg-left-images .student-tabs-content-top-text {
    padding: 12px;
  }

  .student-corner-section .ug-pg-left-images .student-tabs-content-top-text h6 {
    font-size: 16px;
  }
}

.student-corner-section .diploma-courses {
  background-color: var(--gray-200);
  padding: 1.75rem 3rem 3.25rem;
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}

@media (max-width: 991px) {
  .student-corner-section .diploma-courses {
    border-bottom-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

@media (max-width: 767px) {
  .student-corner-section .diploma-courses {
    padding: 1rem;
  }
}

.student-corner-section .diploma-courses h4 {
  font-size: 1.625rem;
  line-height: 1.6875rem;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Oswald", sans-serif;
  margin-bottom: 2rem;
}

.student-corner-section .ug-pg-right-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem;
}

@media screen and (max-width: 1200px) {

  .student-corner-section .ug-pg-left-images,
  .student-corner-section .ug-pg-right-images {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {

  .student-corner-section .ug-pg-left-images,
  .student-corner-section .ug-pg-right-images {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 540px) {

  .student-corner-section .ug-pg-left-images,
  .student-corner-section .ug-pg-right-images {
    grid-template-columns: 1fr;
  }
}

.student-corner-section .ug-pg-right-images>a {
  text-decoration: none;
  width: 100%;
  color: var(--white);
  font-size: 1.625rem;
  line-height: 1.75rem;
  padding: 4.9375rem 0;
  text-align: center;
  background-color: var(--primary-color);
  font-family: "Oswald", sans-serif;
}

@media (max-width: 991px) {
  .student-corner-section .ug-pg-right-images>a {
    padding: 4rem 0;
  }
}

@media (max-width: 576px) {
  .student-corner-section .ug-pg-right-images>a {
    font-size: 1.375rem;
  }
}

@media (max-width: 400px) {
  .student-corner-section .ug-pg-right-images>a {
    padding: 1.875rem 0;
  }
}

.student-corner-section .ug-pg-right-images>a:hover {
  background: var(--green-300);
}

.directorates-section {
  padding: 2.1875rem 0rem;
  background-color: #f5f5f5;
}

.directorates-section .cards-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
  margin-top: 1.875rem;
}

@media (max-width: 1240px) {
  .directorates-section .cards-wrap {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.875rem;
  }
}

@media (max-width: 640px) {
  .directorates-section .cards-wrap {
    grid-template-columns: 1fr;
  }
}

.directorates-section .cards-wrap .cards {
  background: var(--white);
  border-radius: 0.25rem;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0 0.125rem 0.5rem 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0 0.125rem 0.5rem 0;
  padding: 1.875rem;
}

.directorates-section .cards-wrap .cards .icon {
  margin-block-end: 1rem;
}

.directorates-section .cards-wrap .cards .icon img {
  width: 80px;
  height: 80px;
}

.directorates-section .cards-wrap .cards h4 {
  font-family: "Oswald", sans-serif;
  font-size: 1.525rem;
}

.directorates-section .cards-wrap .cards a {
  text-decoration: none;
  display: block;
}

@media (max-width: 991px) {
  .directorates-section .cards-wrap .cards {
    width: 100%;
  }
}

.useful-information-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 1.875rem 0;
}

.useful-information-section .useful-information-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 2.125rem;
  padding-bottom: 3.125rem;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.useful-information-section .listBox {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 1.25rem;
}

.useful-information-section .listBox .useful-information-box {
  position: relative;
  display: block;
  width: 100%;
  background: #cecece;
  border-radius: 0.625rem;
  text-decoration: none;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.useful-information-section .listBox .useful-information-box:hover {
  -webkit-transform: translateY(-0.625rem);
  transform: translateY(-0.625rem);
}

.useful-information-section .listBox .useful-information-box:after {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(27, 67, 142)), to(rgb(116, 141, 195)));
  background: linear-gradient(180deg, rgb(27, 67, 142) 0%, rgb(116, 141, 195) 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.625rem;
  mix-blend-mode: multiply;
}

.useful-information-section .listBox:nth-child(2) .useful-information-box::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(79, 160, 146)), to(rgb(154, 221, 147)));
  background: linear-gradient(180deg, rgb(79, 160, 146) 0%, rgb(154, 221, 147) 100%);
}

.useful-information-section .listBox:nth-child(3) .useful-information-box::after {
  background: linear-gradient(184deg, rgb(246, 119, 146) 0%, rgba(255, 143, 118, 0.6) 100%);
}

.useful-information-section .listBox:nth-child(4) .useful-information-box::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 167, 128)), to(rgba(247, 197, 110, 0.7)));
  background: linear-gradient(rgb(252, 167, 128) 0%, rgba(247, 197, 110, 0.7) 100%);
}

.useful-information-section .listBox:nth-child(5) .useful-information-box::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(117, 84, 250)), to(rgba(233, 153, 80, 0.6)));
  background: linear-gradient(180deg, rgb(117, 84, 250) 0%, rgba(233, 153, 80, 0.6) 100%);
}

.useful-information-section .listBox:nth-child(6) .useful-information-box::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(27, 67, 142)), to(rgba(116, 141, 195, 0.6)));
  background: linear-gradient(180deg, rgb(27, 67, 142) 0%, rgba(116, 141, 195, 0.6) 100%);
}

.useful-information-section .listBox:nth-child(7) .useful-information-box::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 128, 252, 0.6)), to(rgba(110, 181, 247, 0.8)));
  background: linear-gradient(180deg, rgba(250, 128, 252, 0.6) 0%, rgba(110, 181, 247, 0.8) 100%);
}

.useful-information-section .listBox:nth-child(8) .useful-information-box::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 157, 148, 0.5)), to(rgba(113, 188, 147, 0.5)));
  background: linear-gradient(180deg, rgba(67, 157, 148, 0.5) 0%, rgba(113, 188, 147, 0.5) 100%);
}

.useful-information-section .listBox:nth-child(9) .useful-information-box::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(185, 63, 99, 0.9)), to(rgba(255, 140, 127, 0.6)));
  background: linear-gradient(180deg, rgba(185, 63, 99, 0.9) 0%, rgba(255, 140, 127, 0.6) 100%);
}

.useful-information-section .listBox-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.4375rem;
  position: relative;
  z-index: 99;
}

.useful-information-section .listBox-1 h5 {
  color: var(--white);
  font-weight: 600;
  margin-bottom: 0;
}

.useful-information-section .useful-information-blocks-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
  opacity: 0.2;
}

.useful-information-section .useful-image-icon {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  padding: 0.9375rem;
  margin-right: 0.625rem;
  border-radius: 100%;
}

.useful-information-section .useful-image-icon img {
  max-width: 1.875rem;
}

.useful-information-section .show-more-less-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -1.25rem;
}

.useful-information-section .show-more-less-button button {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  padding: 0;
}

.useful-information-section .show-more-less-button .load-less-button {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.useful-information-section .shadow-shape {
  border-top: 1px solid var(--gray-500);
}

.useful-information-section .shadow-shape img {
  margin: 0 auto;
  display: block;
}

.farmer-corner-section {
  background-color: var(--secondary-color);
  padding-top: 3.375rem;
  padding-bottom: 4.125rem;
}

.farmer-corner-section .slick-slider {
  background-color: var(--gray-200);
  border-radius: 0.75rem;
  overflow: hidden;
}

.farmer-corner-section .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.farmer-corner-section .slick-arrow {
  position: absolute;
  right: 3.1%;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  mix-blend-mode: luminosity;
  border: 1px solid #7b7b7b;
  border-radius: 6.25rem;
  padding: 0;
  z-index: 9;
}

@media (max-width: 991px) {
  .farmer-corner-section .slick-arrow {
    top: 50%;
  }
}

@media (max-width: 640px) {
  .farmer-corner-section .slick-arrow {
    height: 2.375rem;
    width: 2.375rem;
  }
}

.farmer-corner-section .slick-arrow::before {
  content: "";
  height: 100%;
  width: 100%;
  background: url("../images/icons/arrow-right-blue.svg") no-repeat center;
}

.farmer-corner-section .slick-arrow:hover,
.farmer-corner-section .slick-arrow:focus {
  mix-blend-mode: normal;
  background-color: var(--white);
}

.farmer-corner-section .slick-arrow.slick-prev {
  top: calc(50% + 30px);
}

@media (max-width: 991px) {
  .farmer-corner-section .slick-arrow.slick-prev {
    left: 10px;
    top: 218px;
  }
}

@media (max-width: 640px) {
  .farmer-corner-section .slick-arrow.slick-prev {
    top: 168px;
  }
}

.farmer-corner-section .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.farmer-corner-section .slick-arrow.slick-next {
  top: calc(50% - 30px);
}

@media (max-width: 991px) {
  .farmer-corner-section .slick-arrow.slick-next {
    right: 10px;
    top: 218px;
  }
}

@media (max-width: 640px) {
  .farmer-corner-section .slick-arrow.slick-next {
    top: 168px;
  }
}

.farmer-corner-heading {
  margin-bottom: 2.6875rem;
}

.farmer-corner-top {
  margin-bottom: 1.875rem;
}

.farmer-corner-top-column {
  margin-bottom: 0.9375rem;
}

.farmer-corner-top-column:not(:last-child) {
  border-right: 1px solid rgba(var(--white), 60%);
}

.farmer-corner-top-column a.farmer-corner-top-block {
  height: 100%;
}

.farmer-corner-top-column a.farmer-corner-top-block:hover,
.farmer-corner-top-column a.farmer-corner-top-block:focus {
  opacity: 100%;
}

.farmer-corner-top-column a.farmer-corner-top-block:hover {
  background: #306abd;
  color: #176043;
}

.farmer-corner-top-icon {
  width: 4.375rem;
  height: 4.375rem;
  margin-bottom: 1rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .farmer-corner-top-icon {
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.625rem;
  }
}

.farmer-corner-top-block {
  opacity: 90%;
  display: block;
  text-align: center;
  padding-top: 1.5625rem;
  padding-bottom: 1rem;
  text-decoration: none;
}

.farmer-corner-top-block h6,
.farmer-corner-top-block .h6 {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 0;
  padding-inline: 0.2rem;
}

@media (max-width: 576px) {

  .farmer-corner-top-block h6,
  .farmer-corner-top-block .h6 {
    font-size: 0.875rem;
  }
}

.farmer-corner-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-radius: 0.75rem;
  overflow: hidden;
  height: auto;
}

@media (max-width: 991px) {
  .farmer-corner-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
  }
}

.farmer-corner-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 22%;
  background-color: var(--white);
  padding: 1.25rem 2.5rem;
}

@media (max-width: 1240px) {
  .farmer-corner-item-left {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .farmer-corner-item-left {
    width: 100%;
    padding: 1.25rem;
  }
}

.farmer-corner-item-img {
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.625rem;
  border: 6px solid var(--secondary-color);
  border-radius: 31.25rem;
  overflow: hidden;
}

.farmer-corner-item-img>img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0rem;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 640px) {
  .farmer-corner-item-img {
    border-width: 3px;
  }
}

.farmer-corner-item-img-wrap {
  max-width: 15.4375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .farmer-corner-item-img-wrap {
    max-width: 11rem;
  }
}

@media (max-width: 640px) {
  .farmer-corner-item-img-wrap {
    max-width: 8rem;
  }
}

.farmer-corner-item-right {
  position: relative;
  width: 78%;
  background-color: var(--gray-200);
  padding: 1.3125rem 12% 1.3125rem 2.875rem;
}

@media (max-width: 1240px) {
  .farmer-corner-item-right {
    width: 75%;
  }
}

@media (max-width: 991px) {
  .farmer-corner-item-right {
    width: 100%;
    padding: 2.5rem 1.5625rem 1.5625rem;
  }
}

.farmer-corner-item-right::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.9375rem solid transparent;
  border-bottom: 0.9375rem solid transparent;
  border-right: 1.25rem solid var(--gray-200);
}

@media (max-width: 991px) {
  .farmer-corner-item-right::before {
    top: -1.7rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 0.9375rem solid transparent;
    border-right: 0.9375rem solid transparent;
    border-bottom: 1.25rem solid var(--gray-200);
  }
}

.farmer-corner-item-quote {
  width: 4.125rem;
  height: 3.5rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 1240px) {
  .farmer-corner-item-quote {
    width: 3.5rem;
    height: 3rem;
  }
}

@media (max-width: 767px) {
  .farmer-corner-item-quote {
    width: 3rem;
    height: 2.5rem;
  }
}

.farmer-corner-item-quote-text {
  margin-bottom: 1.5625rem;
}

.farmer-corner-item-quote-text p {
  font-size: 1.375rem;
  font-weight: 500;
}

@media (max-width: 1240px) {
  .farmer-corner-item-quote-text p {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .farmer-corner-item-quote-text p {
    font-size: 1.125rem;
  }
}

@media (max-width: 576px) {
  .farmer-corner-item-quote-text p {
    font-size: 1rem;
  }
}

.farmer-corner-item-name h6 {
  color: var(--gray-800);
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.farmer-corner-item-name p {
  font-size: 0.875rem;
}

.news-tabs-section {
  padding-top: 1.375rem;
  padding-bottom: 4.25rem;
  margin-bottom: 1.375rem;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10.4375rem, var(--white)), color-stop(0, var(--secondary-color)));
  background-image: linear-gradient(180deg, var(--white) 10.4375rem, var(--secondary-color) 0);
}

@media (max-width: 991px) {
  .news-tabs-section {
    padding-bottom: 2.5rem;
  }
}

.news-tabs-section .common-tabs {
  -webkit-box-shadow: 0 0.25rem 2.1875rem 0 rgba(var(--black), 25%);
  box-shadow: 0 0.25rem 2.1875rem 0 rgba(var(--black), 25%);
  border-radius: 0.75rem;
}

.news-tabs-section .tabs-list li {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.news-tabs-section .tabs-content-wrap {
  padding: 1.25rem 2.3125rem;
  background-color: var(--white);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  border: 1px solid #dddddd;
}

@media (max-width: 991px) {
  .news-tabs-section .tabs-content-wrap {
    padding: 1.25rem;
    border-radius: 0.75rem;
  }
}

@media (max-width: 991px) {
  .news-tabs-section .tabs-content {
    padding: 0.9375rem 0.3125rem 0.625rem;
  }
}

.news-tabs-content-inner {
  max-height: 19.4375rem;
  overflow: auto;
  padding-right: 2.625rem;
  margin-bottom: 1.375rem;
}

@media (max-width: 767px) {
  .news-tabs-content-inner {
    padding-right: 1rem;
  }
}

.news-tabs-content-inner::-webkit-scrollbar {
  width: 0.3125rem;
}

.news-tabs-content-inner::-webkit-scrollbar-track {
  background-color: var(--gray-500);
  border-radius: 0.625rem;
}

.news-tabs-content-inner::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 0.625rem;
}

.news-tabs-content-line:not(:last-child) {
  margin-bottom: 1.1875rem;
  padding-bottom: 1.1875rem;
  border-bottom: 1px solid var(--gray-500);
}

.news-tabs-content-line p {
  font-weight: 500;
}

.news-tabs-content-line p sup {
  font-size: 0.6875rem;
  border-radius: 0.3125rem;
  background: var(--red-500);
  color: var(--white);
  padding: 0 0.36rem;
  margin-left: 0.4rem;
}

.btn-right-line-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 2.625rem;
}

.btn-right-line-wrap:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  height: 1px;
  border-bottom: 1px dashed var(--primary-color);
  margin-left: 0.5rem;
}

.news-tabs-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--green-700);
  margin-bottom: 0.1875rem;
}

.news-tabs-date img {
  height: 1.125rem;
  width: 1.125rem;
  margin-right: 0.75rem;
}

.gallery-tabs-section {
  padding-top: 1.3125rem;
  padding-bottom: 1.6875rem;
}

.gallery-tabs-wrap {
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0.25rem 2.125rem 0 rgba(var(--black), 14%);
  box-shadow: 0 0.25rem 2.125rem 0 rgba(var(--black), 14%);
  padding: 2rem;
}

@media (max-width: 991px) {
  .gallery-tabs-wrap {
    padding: 1.25rem;
  }
}

@media (max-width: 1240px) {
  .gallery-tabs-left {
    margin-bottom: 1.875rem;
  }
}

.gallery-tabs-right .common-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.gallery-tabs-right .tabs-content-wrap {
  height: 100%;
  -webkit-box-shadow: 0px 0.25rem 1.125rem 0px rgba(var(--black), 20%);
  box-shadow: 0px 0.25rem 1.125rem 0px rgba(var(--black), 20%);
}

@media (max-width: 767px) {
  .gallery-tabs-right .tabs-content-wrap {
    border-radius: 0.75rem;
  }
}

.gallery-tabs-right .gallery-tabs-content-inner p {
  color: var(--green-700);
  font-size: 1.125rem;
  font-weight: 500;
  margin-block: 1rem;
  padding: 0 5px;
}

@media screen and (max-width:991px) {
  .gallery-tabs-right .gallery-tabs-content-inner p {
    font-size: 1rem;
  }
}

.gallery-tabs-right .gallery-tabs-content-inner a {
  width: 100%;
}

.gallery-tabs-right .gallery-tabs-content-inner img {
  aspect-ratio: 8 / 4;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-tabs-right .gallery-tabs-content-top {
  aspect-ratio: 2/0.95;
}

.gallery-tabs-right .gallery-tabs-content-top:after {
  height: 50%;
}

.gallery-tabs-right .gallery-tabs-content-top-text {
  padding-top: 0;
}

.gallery-tabs-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .gallery-tabs-list-wrap .btn-link {
    margin-left: auto;
    margin-bottom: 1rem;
  }
}

.gallery-tabs-content-top {
  position: relative;
}

.gallery-tabs-content-top a {
  position: relative;
  padding-bottom: 50%;
  z-index: 9;
  width: 100%;
}

.gallery-tabs-content-top a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%);
}

.gallery-tabs-content-top a img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-tabs-content-top a h6 {
  color: var(--green-700);
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0;
}

.gallery-tabs-content-top-text {
  position: relative;
  padding: 0.5rem 1rem 1.5625rem 1rem;
  width: 100%;
  z-index: 1;
}

.gallery-tabs-content-top-text p {
  color: var(--green-700);
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .gallery-tabs-content-top-text p {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .gallery-tabs-content-bottom .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.gallery-tabs-bottom-img {
  position: relative;
  aspect-ratio: 2/1.02;
}

@media (max-width: 767px) {
  .gallery-tabs-bottom-img {
    margin-bottom: 0.625rem;
  }
}

.gallery-tabs-bottom-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.photo-gallery-sink-slider .top-item,
.video-gallery-sink-slider .top-item {
  position: relative;
}

.photo-gallery-sink-slider .top-item .thumb-wrap,
.video-gallery-sink-slider .top-item .thumb-wrap {
  position: relative;
  z-index: 9;
  width: 100%;
  padding-bottom: 30%;
}

@media (max-width:991px) {

  .photo-gallery-sink-slider .top-item .thumb-wrap,
  .video-gallery-sink-slider .top-item .thumb-wrap {
    padding-bottom: 40%;
  }
}

@media (max-width:479px) {

  .photo-gallery-sink-slider .top-item .thumb-wrap,
  .video-gallery-sink-slider .top-item .thumb-wrap {
    padding-bottom: 50%;
  }
}

.photo-gallery-sink-slider .top-item .thumb-wrap::after,
.video-gallery-sink-slider .top-item .thumb-wrap::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%);
}

.photo-gallery-sink-slider .top-item .thumb-wrap img,
.video-gallery-sink-slider .top-item .thumb-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
}

.bottom-sink-slider {
  position: relative;
}

.bottom-sink-slider .slick-arrow {
  border-radius: 100%;
  border: none;
  background: var(--primary-color);
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-sink-slider .slick-arrow svg {
  height: 12px;
  width: 12px;
}

@media (max-width:767px) {
  .bottom-sink-slider .slick-arrow {
    height: 30px;
    width: 30px;
  }

  .bottom-sink-slider .slick-arrow svg {
    height: 10px;
    width: 10px;
  }
}

.bottom-sink-slider .slick-arrow.prev {
  left: -10px;
}

.bottom-sink-slider .slick-arrow.next {
  right: -10px;
}

.bottom-sink-slider .slick-slide {
  padding: 0px;
}

.bottom-sink-slider .slick-slide img {
  padding: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: inset 0 0 10px 2px #fff;
  box-shadow: inset 0 0 10px 2px #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  aspect-ratio: 3 / 2;
}

@media (max-width: 767px) {
  .bottom-sink-slider .slick-slide img {
    aspect-ratio: 4 / 3;
  }
}

.bottom-sink-slider .slick-slide.is-active img {
  -webkit-box-shadow: inset 0 0 10px 2px var(--primary-color);
  box-shadow: inset 0 0 10px 2px var(--primary-color);
}

.gallery-tabs-section .top-item-iframe {
  position: relative;
  min-height: 300px;
  max-width: 100%;
  max-height: 300px;
}

.gallery-tabs-section .top-item-iframe iframe {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.gallery-tabs-section .top-item-iframe video {
  height: 300px;
  width: 100%;
}

.logo-slider-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f1f1f1;
}

.logo-slider-section .logo-slider .slick-list {
  padding: 2.2813rem 0 !important;
}

.logo-slider-section .sky-color {
  background-color: #e4eff1 !important;
}

.logo-slider-section .light-blue-color {
  background-color: #9ae6e2 !important;
}

.logo-slider-section .logo-box {
  height: 6.3181rem;
  -webkit-box-shadow: 0rem 0.25rem 1.5rem 0rem rgba(0, 0, 0, 0.1215686275);
  box-shadow: 0rem 0.25rem 1.5rem 0rem rgba(0, 0, 0, 0.1215686275);
  border-radius: 0.875rem;
  background-color: var(--white);
  margin: 0 0.4875rem;
  padding: 0.225rem 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-slider-section .logo-box>a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-slider-section .logo-box .jau_logo {
  width: 3.7219rem;
  height: 4.6294rem;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  color: var(--white);
}

@media (max-width: 767px) {
  .breadcrumb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1rem;
  }
}

.breadcrumb__link {
  color: var(--white);
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .breadcrumb__link {
    font-size: 0.875rem;
  }
}

.breadcrumb__link--home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4375rem;
}

.breadcrumb__link--home .home_logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.breadcrumb__link--active {
  color: #fbeb77;
}

.banner {
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-2.625rem);
  transform: translateY(-2.625rem);
  margin-bottom: -2.625rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--black), 0.7);
}

.banner__container {
  position: relative;
  max-width: 122rem;
  margin: 0 auto;
  padding: 7.875rem 0 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.1863rem;
}

.banner__container:before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.banner__container .banner__heading {
  text-align: center;
  font-size: 2.0625rem;
  font-weight: 500;
  color: var(--white);
  /* margin: 0;
  padding: 0 1.4375rem 0.9375rem; */
  /* border-bottom: 4px solid var(--green-500); */
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

@media (max-width: 767px) {
  .banner__container .banner__heading {
    font-size: 1.625rem;
  }
}

.about-us {
  max-width: 122rem;
  margin: 0 auto;
  padding: 2.125rem 3.9375rem;
}

@media (max-width: 1440px) {
  .about-us {
    padding: 2.125rem 1rem;
  }
}

.about-us__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .about-us__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1rem;
  }
}

.about-us__container .profile-card {
  width: 25%;
  position: relative;
  padding: 2.125rem 1rem;
  background-color: var(--green-700);
  border-radius: 0.3125rem;
}

@media (max-width: 991px) {
  .about-us__container .profile-card {
    width: 35%;
  }
}

@media (max-width: 767px) {
  .about-us__container .profile-card {
    width: 100%;
  }
}

.about-us__container .profile-card__overlay {
  position: absolute;
  background-image: url(../../frontend/images/about-us/profile-box_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.about-us__container .profile-card__content {
  position: relative;
  text-align: center;
}

.about-us__container .profile-card__content .profile-icon {
  width: 12.9319rem;
  height: 12.9319rem;
  border-radius: 50%;
  background-color: var(--white);
  padding: 0.71rem;
  margin: 0 auto 0.7113rem;
  overflow : hidden;
}

.about-us__container .profile-card__content .profile-icon > img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
}

@media (max-width: 576px) {
  .about-us__container .profile-card__content .profile-icon {
    width: 6.625rem;
    height: 6.625rem;
  }
}

.about-us__container .profile-card__content .heading {
  font-size: 1.4375rem;
  line-height: 2.1563rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.3881rem;
}

@media (max-width: 576px) {
  .about-us__container .profile-card__content .heading {
    font-size: 20px;
    line-height: normal;
  }
}

.about-us__container .profile-card__content .sub-heading {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--white);
  margin-bottom: 0.905rem;
}

@media (max-width: 576px) {
  .about-us__container .profile-card__content .sub-heading {
    font-size: 0.875rem;
    line-height: normal;
  }
}

.about-us__container .profile-card__content .download-btn {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(11.36%, #ffffff), color-stop(85.48%, #ececec), color-stop(108.16%, #ffffff));
  background: linear-gradient(180deg, #ffffff 11.36%, #ececec 85.48%, #ffffff 108.16%);
  color: var(--green-700);
  border: none;
  padding: 0.7756rem 2.0044rem;
  border-radius: 0.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.2931rem;
  -moz-column-gap: 1.2931rem;
  column-gap: 1.2931rem;
  margin: 0 auto 1.2931rem;
}

.about-us__container .profile-card__content .download-btn :hover .effect {
  -webkit-animation: jump 0.5s ease-in-out;
  animation: jump 0.5s ease-in-out;
}

@media (max-width: 1240px) {
  .about-us__container .profile-card__content .download-btn {
    padding: 0.7756rem;
    font-size: 14px;
    gap: 5px;
  }

  .about-us__container .profile-card__content .download-btn svg {
    width: 20px;
    height: 21px;
  }
}

@media (max-width: 576px) {
  .about-us__container .profile-card__content .download-btn {
    font-size: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 25px;
    width: 100%;
  }
}

@-webkit-keyframes jump {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes jump {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.about-us__container .profile-card__content .profile-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8387rem;
  -moz-column-gap: 0.8387rem;
  column-gap: 0.8387rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-us__container .profile-card__content .profile-links>a {
  width: 1.9781rem;
  height: 1.9781rem;
  border-radius: 50%;
  background-color: var(--gray-500);
  display: grid;
  place-content: center;
  border: 1px solid transparent;
}

.about-us__container .profile-card__content .profile-links>a:hover {
  border: 1px solid var(--green-300);
}

.about-us__container .about-content {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.5431rem 1.5rem 1.1681rem 2.3712rem;
}

@media (max-width: 1240px) {
  .about-us__container .about-content {
    padding: 1rem;
  }
}

@media (max-width: 991px) {
  .about-us__container .about-content {
    width: 65%;
  }
}

@media (max-width: 767px) {
  .about-us__container .about-content {
    padding: 0;
    width: 100%;
  }
}

.about-us__container .about-content h2 {
  font-size: 2.125rem;
  line-height: 1.6875rem;
  margin-bottom: 1.9181rem;
  margin-top: 0.625rem;
}

@media (max-width: 767px) {
  .about-us__container .about-content h2 {
    font-size: 1.625rem;
    line-height: 1.875rem;
  }
}

@media (max-width: 576px) {
  .about-us__container .about-content h2 {
    margin-bottom: 1.5625rem;
  }
}

.about-us__container .about-content p {
  font-size: 1rem;
  line-height: 1.75rem;
  color: var(--gray-800);
}

@media (max-width: 991px) {
  .about-us__container .about-content p {
    margin-bottom: 16px;
  }
}

@media (max-width: 576px) {
  .about-us__container .about-content p {
    line-height: normal;
  }
}

.about-us__container .news-section {
  width: 30%;
  background-color: var(--secondary-color);
}

@media (max-width: 991px) {
  .about-us__container .news-section {
    width: 100%;
  }
}

.about-us__container .news-section .news-header {
  padding: 1.25rem;
  border-bottom: 0.1875rem solid rgba(var(--white), 0.1);
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 576px) {
  .about-us__container .news-section .news-header {
    padding: 1rem;
  }
}

.about-us__container .news-section .news-header .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
}

.about-us__container .news-section .news-header .heading>span {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background-color: var(--white);
  display: grid;
  place-content: center;
}

.about-us__container .news-section .news-header .heading>h4 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 2.4081rem;
  color: var(--white);
}

@media (max-width: 576px) {
  .about-us__container .news-section .news-header .heading>h4 {
    font-size: 1.375rem;
  }
}

.about-us__container .news-section .news-header>a {
  color: var(--white);
}

@media (max-width: 576px) {
  .about-us__container .news-section .news-header>a {
    font-size: 0.875rem;
  }
}

.about-us__container .news-section .news-header>a>img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.about-us__container .news-section .news-listing {
  max-height: 19.8125rem;
  overflow-y: scroll;
  padding: 0 2rem;
}

.about-us__container .news-section .news-listing::-webkit-scrollbar {
  width: 0.3125rem;
}

.about-us__container .news-section .news-listing::-webkit-scrollbar-track {
  background-color: var(--gray-500);
  border-radius: 0.625rem;
}

.about-us__container .news-section .news-listing::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 0.625rem;
}

@media (max-width: 1240px) {
  .about-us__container .news-section .news-listing {
    padding: 0 1rem;
  }
}

@media (max-width: 991px) {
  .about-us__container .news-section .news-listing {
    margin-bottom: 16px;
  }
}

.about-us__container .news-section .news-listing .news-box {
  padding: 1.1875rem 0 1rem;
  border-bottom: 1px solid rgba(var(--white), 10%);
}

.about-us__container .news-section .news-listing .news-box .listing-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.7937rem;
  -moz-column-gap: 0.7937rem;
  column-gap: 0.7937rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.3125rem;
}

.about-us__container .news-section .news-listing .news-box .listing-date span {
  font-size: 1rem;
  line-height: 1.6875rem;
  font-weight: 500;
  color: var(--green-400);
}

.about-us__container .news-section .news-listing .news-box .info {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.4375rem;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .about-us__container .news-section .news-listing .news-box .info {
    font-size: 0.875rem;
    line-height: normal;
  }
}

.academic {
  background-image: url(../../frontend/images/about-us/academic_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.academic-container {
  max-width: 1952px;
  margin: 0 auto;
  padding: 2.5rem 3.937rem 2.6875rem;
}

@media (max-width: 1440px) {
  .academic-container {
    padding: 2.125rem 1rem;
  }
}

.academic-container .heading {
  text-align: center;
  margin-bottom: 1.9244rem;
}

.academic-container .heading h3 {
  margin-bottom: 0;
}

.academic-container .academic-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.academic-container .academic-slider .slick-list {
  padding-bottom: 0.625rem;
}

@media (max-width: 767px) {
  .academic-container .academic-slider .slick-list {
    padding: 0;
  }
}

.academic-container .academic-slider .slick .slick-slide:first-child .slide_inner {
  background-color: red;
}

.academic-container .academic-slider .slick .slick-slide:last-child .slide_inner {
  background-color: aqua;
}

.academic-container .academic-slider .academic-item {
  margin: 0 0.625rem;
  height: auto;
}

.academic-container .academic-slider .academic-item .academic-image {
  position: relative;
}

.academic-container .academic-slider .academic-item .academic-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}

.academic-container .academic-slider .academic-item .academic-image .overlay {
  position: absolute;
  background-image: url(../../frontend/images/about-us/image-overlay-rectangle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 65%;
  bottom: 0;
  left: 0;
  padding: 0 0.875rem 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.academic-container .academic-slider .academic-item .academic-image .overlay .academic-text {
  max-width: 14.6875rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: var(--white);
}

.academic-container .academic-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #cfcfcf;
  border-radius: 2.0625rem;
  list-style: none;
  height: 2px;
  width: 60%;
  margin: 32.71px auto 0;
  padding-left: 0;
}

@media (max-width: 1440px) {
  .academic-container .academic-slider .slick-dots {
    margin: 1.5625rem auto 0;
  }
}

.academic-container .academic-slider .slick-dots .slick-active {
  background-color: #176043;
  height: 0.25rem;
}

.academic-container .academic-slider .slick-dots li[role=presentation] {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: -1px;
  cursor: pointer;
}

.academic-container .academic-slider .slick-dots li[role=presentation] button {
  display: none;
}

.activities {
  max-width: 1952px;
  margin: 0 auto;
  padding: 3.25rem 3.937rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

@media (max-width: 1440px) {
  .activities {
    padding: 3.25rem 1rem 0;
  }
}

@media (max-width: 767px) {
  .activities {
    padding: 2.125rem 1rem;
  }
}

.activities ::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 10%;
  background-image: url(../../frontend/images/about-us/activity_shades.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.activities .content-section {
  z-index: 1;
  width: 75%;
  padding-right: 2.5625rem;
  padding-bottom: 1rem;
}

@media (max-width: 1240px) {
  .activities .content-section {
    width: 70%;
  }
}

@media (max-width: 991px) {
  .activities .content-section {
    padding-right: 1.25rem;
    width: 65%;
  }
}

@media (max-width: 767px) {
  .activities .content-section {
    padding: 0;
    width: 100%;
  }
}

.activities .content-section .heading {
  margin-bottom: 1.4806rem;
}

@media (max-width: 576px) {
  .activities .content-section .heading {
    margin-bottom: 1.125rem;
  }
}

.activities .content-section .heading h3 {
  line-height: 1.6875rem;
  margin-bottom: 0.8456rem;
}

.activities .content-section-text {
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: justify;
  color: var(--gray-800);
  margin-bottom: 3.4375rem;
}

@media (max-width: 576px) {
  .activities .content-section-text {
    margin-bottom: 2.5rem;
    font-size: 0.875rem;
    line-height: normal;
  }
}

.activities .activity-image {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

@media (max-width: 1240px) {
  .activities .activity-image {
    width: 30%;
  }
}

@media (max-width: 991px) {
  .activities .activity-image {
    width: 35%;
  }
}

@media (max-width: 767px) {
  .activities .activity-image {
    display: none;
  }
}

.activities .activity-image img {
  display: block;
}

.gallery {
  max-width: 1952px;
  margin: 0 auto;
  padding: 1.125rem 3.937rem 1.8125rem;
  text-align: center;
}

@media (max-width: 1440px) {
  .gallery {
    padding: 2.125rem 1rem;
  }
}

.gallery .heading {
  position: relative;
  text-align: center;
  padding-bottom: 1.9169rem;
}

@media (max-width: 576px) {
  .gallery .heading {
    padding-bottom: 4rem;
  }
}

.gallery .heading h3 {
  margin-bottom: 0;
}

.gallery .heading .gallery-slider-btn-group {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2537rem;
}

@media (max-width: 767px) {
  .gallery .heading .gallery-slider-btn-group {
    right: 0;
    top: 3.125rem;
    gap: 0.625rem;
  }
}

@media (max-width: 576px) {
  .gallery .heading .gallery-slider-btn-group {
    top: 6rem;
  }
}

.gallery .heading .gallery-slider-btn-group button {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  display: grid;
  place-content: center;
  border: 1px solid rgba(56, 56, 56, 0.3019607843);
  background-color: var(--white);
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

@media (max-width: 767px) {
  .gallery .heading .gallery-slider-btn-group button {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.gallery .heading .gallery-slider-btn-group button:hover {
  background-color: #f0f0f0;
  border-color: #383838;
}

.gallery .heading .gallery-slider-btn-group button svg {
  width: 1.1875rem;
  height: 1rem;
}

@media (max-width: 767px) {
  .gallery .heading .gallery-slider-btn-group button svg {
    width: 0.9375rem;
    height: 0.75rem;
  }
}

.gallery .heading .gallery-slider-btn-group button.active {
  background-color: var(--green-700);
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
}

.gallery .heading .gallery-slider-btn-group button.active svg path {
  fill: #fff;
}

.gallery .gallery-slider {
  margin-bottom: 2.6875rem;
}

@media (max-width: 767px) {
  .gallery .gallery-slider {
    margin-bottom: 1.5625rem;
  }
}

.gallery .gallery-slider .slick-prev,
.gallery .gallery-slider .slick-next {
  display: none !important;
}

.gallery .gallery-slider .gallery-item {
  margin: 0 0.625rem;
  height: auto;
}

.gallery .gallery-slider .gallery-item a {
  position: relative;
  height: 100%;
  width: 100%;
}

.gallery .gallery-slider .gallery-item a>img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.gallery .gallery-slider .gallery-item a .overlay {
  position: absolute;
  top: 0;
  background-image: url(../../frontend/images/about-us/image-overlay-rectangle.png);
  display: grid;
  place-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.gallery .gallery-slider .gallery-item a:hover {
  background: linear-gradient(180.24deg, #ffffff 17.68%, #b3b3b3 48.19%, #000000 99.79%);
}

.gallery .gallery-slider .gallery-item a:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.banner {
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-2.625rem);
  transform: translateY(-2.625rem);
  margin-bottom: -2.625rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--black), 0.7);
}

.banner__container {
  position: relative;
  max-width: 122rem;
  margin: 0 auto;
  padding: 7.875rem 0 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.1863rem;
}

.banner__container .banner__heading {
  text-align: center;
  font-size: 2.0625rem;
  font-weight: 500;
  color: var(--white);
  /* margin: 0;
  padding: 0 1.4375rem 0.9375rem; */
  /* border-bottom: 4px solid var(--green-500); */
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .banner__container .banner__heading {
    font-size: 1.625rem;
  }
}

.detail-data-container {
  max-width: 1952px;
  margin: 0 auto;
  padding: 2.8125rem 3.6875rem 4.8125rem;
  display: grid;
  grid-template-columns: 20% 80%;
  grid-auto-rows: auto;
  gap: 1.75rem;
  color: var(--gray-800);
}

@media (max-width: 1440px) {
  .detail-data-container {
    padding: 2.8125rem 1rem 4.8125rem;
    gap: 0;
    grid-template-columns: 25% 75%;
  }
}

@media (max-width: 1240px) {
  .detail-data-container {
    grid-template-columns: 30% 70%;
  }
}

.detail-data-container .left-sidebar {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: sticky;
  top: 5%;
  -webkit-box-shadow: 0px 4px 12px 0px var(--gray-200);
  box-shadow: 0px 4px 12px 0px var(--gray-200);
  border: 1px solid #eee;
  border-radius: 5px;
}

.detail-data-container .left-sidebar .header {
  background-color: var(--secondary-color);
  padding: 1.125rem 1rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media screen and (max-width:767px) {
  .detail-data-container .left-sidebar .header {
    border-radius: 5px;
  }

  .detail-data-container .left-sidebar .header.active-side-title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.detail-data-container .left-sidebar .header>h4 {
  font-size: 1.375rem;
  line-height: 2.0625rem;
  color: var(--white);
  font-weight: 500;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}

.detail-data-container .left-sidebar .header>h4 .mobile-side-toggle {
  display: none;
}

.detail-data-container .left-sidebar .header>h4 .mobile-side-toggle svg {
  height: 14px;
  width: 14px;
}

.detail-data-container .left-sidebar .header>h4 .mobile-side-toggle svg path {
  fill: #FFFFFF;
}

@media (max-width: 767px) {
  .detail-data-container .left-sidebar .header>h4 .mobile-side-toggle {
    display: block;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #FFFFFF;
  }

  .detail-data-container .left-sidebar-content {
    display: none;
  }
}

.detail-data-container .left-sidebar-content {
  padding: 1.4375rem;
}

.detail-data-container .left-sidebar-content>ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.detail-data-container .left-sidebar-content>ul>li a {
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 0.6875rem;
  padding: 8px 0;
}

.detail-data-container .left-sidebar-content>ul>li.active-sidebar-link a {
  color: var(--primary-color);
}

li.active-sidebar-link a {
  color: var(--primary-color);
}

body.theme-dark .left-sidebar-content>ul>li.active-sidebar-link a > span,
body.theme-dark .left-sidebar-content>ul>li ul li.active-sidebar-link a {
    background: #FFFFFF;
    display: inline-block;
    width: fit-content;
    padding-inline: 5px;
    border-radius: 3px;
}

body.theme-dark .left-sidebar-content>ul>li.active-sidebar-link a:hover > span,
body.theme-dark .left-sidebar-content>ul>li ul li.active-sidebar-link a:hover{
  color: var(--primary-color);
}

@media (max-width: 991px) {
  .detail-data-container .left-sidebar-content>ul>li a {
    line-height: normal;
    font-size: 0.950rem;
  }
}

.detail-data-container .left-sidebar-content>ul>li a span {
  width: calc(100% - 6px);
}

.detail-data-container .left-sidebar-content>ul>li a svg {
  margin-top: 6px;
}

.detail-data-container .left-sidebar-content>ul>li ul {
  margin: 0 0 0 16px;
  padding: 0;
}

.detail-data-container .left-sidebar-content>ul>li ul li {
  list-style: none;
  padding-left: 16px;
  position: relative;
}

.detail-data-container .left-sidebar-content>ul>li ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 6px;
  height: 2px;
  background-color: #4b4b4b;
}

.detail-data-container .left-sidebar-content>ul>li ul li a {
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.5;
}

.detail-data-container .detail-content {
  height: auto;
}

@media (max-width: 1440px) {
  .detail-data-container .detail-content {
    padding-left: 1.75rem;
  }
}

@media (max-width: 991px) {
  .detail-data-container .detail-content {
    padding-left: 1.375rem;
  }
}

@media (max-width: 767px) {
  .detail-data-container .detail-content {
    padding-left: 0;
  }
}

.detail-data-container .detail-content>p {
  font-size: 1rem;
  line-height: 1.75rem;
}

.detail-data-container .detail-content .heading {
  margin-bottom: 1.4763rem;
}

.detail-data-container .detail-content .table-container {
  margin-bottom: 2rem;
  overflow-x: auto;
}

.detail-data-container .detail-content .table-container table {
  width: 100%;
  min-width: 56.25rem;
  border-collapse: collapse;
  font-size: 1rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}

.detail-data-container .detail-content .table-container table thead th {
  background-color: var(--primary-color);
  color: var(--white);
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
  padding: 0.75rem 1.9375rem 0.625rem;
  border: 1px solid var(--gray-300);
}

.detail-data-container .detail-content .table-container table thead th:nth-child(2) {
  text-align: center;
  padding: 0.3125rem 1.9375rem 0.4375rem;
}

.detail-data-container .detail-content .table-container table thead .header-row th:first-child {
  text-align: start;
}

.detail-data-container .detail-content .table-container table thead .subheader-row th {
  padding: 0.3125rem 1.9375rem 0.4375rem;
  text-align: center;
}

.detail-data-container .detail-content .table-container table thead .subheader-row th:first-child {
  text-align: left;
}

.detail-data-container .detail-content .table-container table tbody tr td {
  font-size: 1rem;
  line-height: 1.625rem;
  padding: 0.5rem 1.9375rem 0.625rem;
  border: 1px solid var(--gray-300);
  border-bottom: 1px solid var(--gray-300);
}

.detail-data-container .detail-content .table-container table tbody tr td:nth-child(2),
.detail-data-container .detail-content .table-container table tbody tr td:nth-child(3),
.detail-data-container .detail-content .table-container table tbody tr td:nth-child(4) {
  text-align: center;
}

.detail-data-container .detail-content .table-container table tbody tr:nth-child(odd) {
  background-color: var(--gray-200);
}

.detail-data-container .detail-content .table-container table tbody tr:nth-child(even) {
  background-color: var(--gray-200);
}

.detail-data-container .detail-content .table-container table tbody tr:last-child {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.detail-data-container .detail-content .table-container table tbody .alt-row {
  background-color: #e0e0e0;
}

.detail-data-container .listing-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.9375rem;
}

.detail-data-container .listing-heading {
  font-family: "Oswald", sans-serif;
  font-size: 1.375rem;
  line-height: 1.75rem;
  letter-spacing: 2%;
  font-weight: 400;
  color: var(--gray-800);
}

.faculties-container {
  max-width: 120rem;
  margin: 0 auto;
  padding: 3.5625rem 12.3125rem 6.4375rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}

@media (max-width: 1440px) {
  .faculties-container {
    padding: 3.5625rem 1rem 6.4375rem;
  }
}

@media (max-width: 1240px) {
  .faculties-container {
    gap: 1.5625rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .faculties-container {
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .detail-data-container {
    display: flex;
    flex-wrap: wrap;
  }

  .detail-data-container .left-sidebar {
    width: 100%;
    position: relative;
    top: 0;
  }

  .detail-data-container .detail-content {
    width: 100%;
    margin-top: 2rem;
  }

  .detail-data-container .detail-content p {
    font-size: 0.9rem;
    line-height: normal;
  }
}

@media (max-width: 640px) {
  .faculties-container {
    gap: 1rem;
    grid-template-columns: 1fr;
  }
}

.faculties-container .card {
  padding-bottom: 4.1875rem;
  position: relative;
  cursor: pointer;
}

@media (max-width: 640px) {
  .faculties-container .card {
    width: 80%;
    margin: auto;
  }
}

@media (max-width: 400px) {
  .faculties-container .card {
    width: 100%;
  }
}

.faculties-container .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.faculties-container .card .more-info {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease, opacity 0.3s ease;
  transition: height 0.3s ease, opacity 0.3s ease;
}

.faculties-container .card:hover .more-info {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  opacity: 1;
}

.faculties-container .card .card-info {
  width: 75%;
  background-color: var(--white);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 1.375rem 1.625rem;
  -webkit-box-shadow: 0px 2px 4px 0px var(--gray-200);
  box-shadow: 0px 2px 4px 0px var(--gray-200);
  text-align: center;
}

@media (max-width: 991px) {
  .faculties-container .card .card-info {
    width: 85%;
    padding: 1rem;
  }
}

.faculties-container .card .card-info .heading {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: rgba(var(--black), 0.8);
  margin-bottom: 0.9375rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2%;
}

.faculties-container .card .card-info .sub-heading {
  color: #5e5e5e;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  font-weight: 500;
  letter-spacing: 4%;
  margin-bottom: 0.2475rem;
}

.faculties-container .card .card-info .social-icon-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6794rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.5025rem;
}

.faculties-container .card .card-info .social-icon-grp .icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: grid;
  place-content: center;
}

.faculties-container .card .card-info .social-icon-grp .facebook {
  background: #4969a8;
}

.faculties-container .card .card-info .social-icon-grp .twitter {
  background: #000000;
}

.faculties-container .card .card-info .read-more {
  font-size: 0.75rem;
  line-height: 1.0625rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 4%;
  color: #5e5e5e;
}

.faculty-details-container {
  max-width: 120rem;
  margin: 0 auto;
  padding: 2.4375rem 3.8125rem 5rem;
}

@media (max-width: 1440px) {
  .faculty-details-container {
    padding: 3.5625rem 1rem 6.4375rem;
  }
}

.faculty-details-container .faculty-content {
  padding: 2.125rem 1.875rem 7.0625rem;
  background: var(--gray-200);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  border-radius: 2rem;
}

@media (max-width: 1440px) {
  .faculty-details-container .faculty-content {
    padding: 1rem 1rem 5rem;
    gap: 1.25rem;
  }
}

@media (max-width: 991px) {
  .faculty-details-container .faculty-content {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 576px) {
  .faculty-details-container .faculty-content {
    padding-bottom: 30px;
  }
}

.faculty-details-container .faculty-content .profile-section {
  width: 25%;
}

@media (max-width: 991px) {
  .faculty-details-container .faculty-content .profile-section {
    margin: auto;
    max-width: 265px;
    width: auto;
  }
}

@media (max-width: 576px) {
  .faculty-details-container .faculty-content .profile-section {
    max-width: 100%;
  }
}

.faculty-details-container .faculty-content .profile-section .faculty-image {
  position: relative;
  margin-bottom: 4.9375rem;
}

@media (max-width: 1440px) {
  .faculty-details-container .faculty-content .profile-section .faculty-image {
    margin-bottom: 3.125rem;
  }
}

.faculty-details-container .faculty-content .profile-section .faculty-image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 75px 0 75px;
}

@media (max-width: 1440px) {
  .faculty-details-container .faculty-content .profile-section .faculty-image img {
    border-radius: 0 2.5rem 0 2.5rem;
  }
}

@media (max-width: 576px) {
  .faculty-details-container .faculty-content .profile-section .faculty-image img {
    border-radius: 2rem !important;
  }
}

.faculty-details-container .faculty-content .profile-section .social-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -38.5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6419rem;
  -moz-column-gap: 1.6419rem;
  column-gap: 1.6419rem;
}

@media (max-width: 1440px) {
  .faculty-details-container .faculty-content .profile-section .social-icon {
    bottom: -1.5625rem;
  }
}

.faculty-details-container .faculty-content .profile-section .social-icon .icon {
  width: 4.8312rem;
  height: 4.8312rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  display: grid;
  place-content: center;
}

.faculty-details-container .faculty-content .profile-section .social-icon .icon:hover {
  background-color: var(--gray-200);
}

@media (max-width: 1440px) {
  .faculty-details-container .faculty-content .profile-section .social-icon .icon {
    width: 3.125rem;
    height: 3.125rem;
  }

  .faculty-details-container .faculty-content .profile-section .social-icon .icon>svg {
    height: 25px;
  }
}

.faculty-details-container .faculty-content .profile-section .logo-section {
  background-color: var(--white);
  padding: 0.5625rem 3.625rem;
  border-radius: 1.875rem 0 1.875rem 0;
}

.faculty-details-container .faculty-content .faculty-detail {
  width: 45%;
  padding: 2.8125rem 1.875rem 4rem;
  background-color: var(--white);
  border-radius: 1.6875rem;
}

@media (max-width: 991px) {
  .faculty-details-container .faculty-content .faculty-detail {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .faculty-details-container .faculty-content .faculty-detail {
    padding: 1rem;
  }
}

.faculty-details-container .faculty-content .faculty-detail>h3 {
  font-size: 2rem;
  line-height: 1.75rem;
  font-weight: 500;
  letter-spacing: 2%;
  color: rgba(var(--black), 80%);
  margin-bottom: 1.1875rem;
  font-family: "Oswald", sans-serif;
}

@media (max-width: 767px) {
  .faculty-details-container .faculty-content .faculty-detail>h3 {
    font-size: 1.375rem;
  }
}

.faculty-details-container .faculty-content .faculty-detail>h6 {
  font-size: 1rem;
  line-height: 1.0625rem;
  letter-spacing: 4%;
  color: var(--gray-800);
  font-weight: 500;
  margin-bottom: 0.8125rem;
}

.faculty-details-container .faculty-content .faculty-detail .department-heading {
  letter-spacing: 2%;
  margin-bottom: 0.5625rem;
}

.faculty-details-container .faculty-content .faculty-detail .desc {
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--sky);
}

.faculty-details-container .faculty-content .faculty-detail .sm-border {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.6875rem;
  margin-bottom: 1.875rem;
}

.faculty-details-container .faculty-content .faculty-detail .sm-border span {
  width: 0.9375rem;
  height: 0.1875rem;
  background-color: var(--sky);
  border-radius: 30px;
}

.faculty-details-container .faculty-content .faculty-detail .sm-border :first-child {
  width: 2.6563rem;
}

.faculty-details-container .faculty-content .faculty-detail .about-data {
  font-size: 1rem;
  line-height: 1.75rem;
  color: var(--gray-800);
  margin-bottom: 31px;
}

.faculty-details-container .faculty-content .faculty-detail .publication-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6875rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.0625rem;
}

@media (max-width: 767px) {
  .faculty-details-container .faculty-content .faculty-detail .publication-counter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.faculty-details-container .faculty-content .faculty-detail .publication-counter .counter-box {
  width: 5.5625rem;
  height: 5.5625rem;
  border-radius: 50%;
  border: 1px solid var(--sky);
  display: grid;
  place-content: center;
  text-align: center;
  font-size: 0.8125rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: rgba(var(--black), 80%);
}

.faculty-details-container .faculty-content .faculty-detail .publication-counter .counter-box h4 {
  font-size: 2.375rem;
  line-height: 1.75rem;
  color: rgba(var(--black), 80%);
  font-weight: 500;
  margin-bottom: 5px;
}

.faculty-details-container .faculty-content .faculty-detail .identify-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.125rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1536px) {
  .faculty-details-container .faculty-content .faculty-detail .identify-container {
    gap: 1.25rem;
  }
}

@media (max-width: 576px) {
  .faculty-details-container .faculty-content .faculty-detail .identify-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.faculty-details-container .faculty-content .faculty-detail .identify-container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.1875rem;
}

.faculty-details-container .faculty-content .faculty-detail .identify-container h6 {
  font-family: "Oswald", sans-serif;
}

.faculty-details-container .faculty-content .teaching-experience {
  width: 30%;
  height: 100%;
  background-color: var(--white);
  border-radius: 1.6875rem;
  padding-bottom: 2.1875rem;
}

@media (max-width: 991px) {
  .faculty-details-container .faculty-content .teaching-experience {
    width: 100%;
  }
}

.faculty-details-container .faculty-content .teaching-experience .heading {
  font-size: 2rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: rgba(var(--black), 80%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Oswald", sans-serif;
  margin-bottom: 3.3125rem;
  padding: 3rem 1.8125rem 0;
}

@media (max-width: 767px) {
  .faculty-details-container .faculty-content .teaching-experience .heading {
    font-size: 1.375rem;
  }
}

.faculty-details-container .faculty-content .teaching-experience .heading>span {
  width: 2.6563rem;
  height: 0.1875rem;
  background-color: var(--sky);
}

.faculty-details-container .faculty-content .teaching-experience ul {
  list-style: none;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  padding: 0 1.8125rem 0;
  max-height: 611px;
  overflow: auto;
}

.faculty-details-container .faculty-content .teaching-experience ul::-webkit-scrollbar {
  width: 0.3125rem;
}

.faculty-details-container .faculty-content .teaching-experience ul::-webkit-scrollbar-track {
  background-color: var(--gray-500);
  border-radius: 0.625rem;
}

.faculty-details-container .faculty-content .teaching-experience ul::-webkit-scrollbar-thumb {
  background: var(--sky);
  border-radius: 0.625rem;
}

.faculty-details-container .faculty-content .teaching-experience ul ::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0.1875rem;
  border-radius: 1.875rem;
  left: 0;
  top: 0;
  background-color: #f5f5f5;
}

.faculty-details-container .faculty-content .teaching-experience ul li {
  padding-bottom: 2.25rem;
  position: relative;
  padding-left: 1.625rem;
}

.faculty-details-container .faculty-content .teaching-experience ul li ::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 6px;
  border: 2px solid var(--sky);
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background-color: var(--white);
}

.faculty-details-container .faculty-content .teaching-experience ul li::after {
  content: "";
  position: absolute;
  left: -1.8px;
  top: 11px;
  background-color: var(--sky);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

.faculty-details-container .faculty-content .teaching-experience ul li h4 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: rgba(var(--black), 80%);
  font-family: "Oswald", sans-serif;
}

@media (max-width: 767px) {
  .faculty-details-container .faculty-content .teaching-experience ul li h4 {
    font-size: 1.25rem;
  }
}

.faculty-details-container .faculty-content .teaching-experience ul li h6 {
  font-size: 1rem;
  line-height: 1.75rem;
  color: var(--gray-800);
}

.faculty-details-container .faculty-content .teaching-experience ul li a {
  font-size: 1rem;
  line-height: 1.75rem;
  color: var(--white);
  padding: 0.1875rem 1.625rem;
  background-color: var(--sky);
  text-decoration: none;
  border-radius: 1.875rem;
}

body.theme-dark .faculty-details-container .faculty-content .teaching-experience ul li a:hover{
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .faculty-details-container .faculty-content .teaching-experience ul li a {
    font-size: 14px;
  }
}

.faculty-details-container .heading-border-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  margin-bottom: 1.1875rem;
  color: rgba(var(--black), 80%);
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}

.faculty-details-container .heading-border-left span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background-color: #dadada;
}

/* gallery-slider popup style */
.img-gallery {
  width: 100%;
  padding: 2.1875rem 0rem;
  text-align: center;
}

.img-gallery .gallery-container {
  max-width: 1832px;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
}

.img-gallery .gallery-container .category {
  width: calc(33.333% - 30px);
  margin: 15px;
  padding: 20px;
  cursor: pointer;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
}

.img-gallery .gallery-container .category video,
.img-gallery .gallery-container .category iframe {
  width: 100%;
  max-height: 250px;
  border-radius: 10px;
  min-height: 250px;
}

@media (max-width: 767px) {
  .img-gallery .gallery-container .category {
    width: calc(50% - 30px);
  }
}

@media (max-width: 539px) {
  .img-gallery .gallery-container .category {
    width: 100%;
    margin: 10px 0;
  }
}

.img-gallery .gallery-container .category>img {
  width: 100%;
  /* height: 100%; */
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 10px;
}

.img-gallery .gallery-container .category>span {
  margin-top: 10px;
  display: block;
  font-weight: 500;
  text-align: left;
  font-size: 18px;
}

@media (max-width: 1560px) {
  .img-gallery .gallery-container .category>span {
    font-size: 16px;
  }
}

.img-gallery .gallery-container .gallery {
  display: none !important;
}

div.ppt {
  margin-left: 0;
}

.pp_gallery img {
  width: 100%;
  height: auto;
}

.pp_gallery ul a {
  max-width: 50px;
}

.pp_gallery ul a img {
  display: inline-block !important;
  height: 100%;
}

div.facebook .pp_nav .pp_pause,
div.facebook .pp_nav .pp_play {
  transition: none;
}

div.facebook .pp_nav p {
  margin-bottom: 0;
}

div.facebook .pp_nav .pp_description {
  margin-right: 0;
  margin-top: 5px;
}

.pp_pic_holder .pp_description {
  font-size: 16px;
  width: 100%;
}

@media (max-width: 1600px) {

  div.ppt,
  .pp_pic_holder .pp_description {
    font-size: 14px;
    margin: 0 0 10px !important;
  }
}

div.facebook .pp_top .pp_middle,
div.facebook .pp_content_container .pp_left,
div.facebook .pp_content_container .pp_right,
div.facebook .pp_bottom .pp_middle,
div.facebook .pp_left,
div.facebook .pp_middle,
div.facebook .pp_right,
div.facebook .pp_content,
div.facebook .pp_content {
  background: #fff !important;
}

.pp_bottom {
  display: none;
}

.pp_top {
  display: none;
}

.pp_expand {
  display: none !important;
}

.pp_content_container .pp_left {
  padding: 20px 0 0 20px;
}

.pp_content_container .pp_right {
  padding: 0 20px 20px 0;
}

.pp_content_container {
  border-radius: 10px;
  overflow: hidden;
}

/*# sourceMappingURL=style.css.map */

.common-details-data {
  padding: 2rem 0;
}

.common-details-data .new-section-para {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  padding-block: 30px;
}

.common-details-data .new-section-para .new-section-para-content {
  width: 100%;
  padding-block-start: 5px;
}

.common-details-data .new-section-para figure {
  max-width: 30%;
  width: 100%;
  max-height: 400px;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.common-details-data .new-section-para figure>img {
  object-fit: cover;
  width: 100%;
}

@media (max-width:991px) {

  .common-details-data .new-section-para .new-section-para-content,
  .common-details-data .new-section-para figure {
    max-width: 50%;
  }
}

@media (max-width:767px) {
  .common-details-data .new-section-para {
    flex-wrap: wrap;
  }

  .common-details-data .new-section-para .new-section-para-content,
  .common-details-data .new-section-para figure {
    max-width: 100%;
  }
}

/* pagination design starts */

.pagination {
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.pagination .page-item {
  min-width: 40px;
  text-align: center;
}

.pagination .page-item:is(:first-child, :last-child) span,
.pagination .page-item:is(:first-child, :last-child) a {
  border-radius: 100%;
  font-size: 30px;
  line-height: inherit;
  min-height: 40px;
  max-height: 40px;
  min-width: 40px;
  margin-inline: 0.5rem;
  display: flex;
  align-items: center;
}

.pagination .page-item .page-link {
  min-height: 40px;
  max-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  color: var(--primary-color);
  font-weight: 500;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: var(--primary-color);
}

.pagination .page-item.disabled span {
  background: #eee;
}

/* pagination design ends */

/* dark theme table text code start */

body.theme-dark table {
    color: #FFF;
    border: 0;
}

/* dark theme table text code end */