/*!
  Theme Name: ganesh-sharma
  Theme URI: sharmaganesh.com
  Author: Genesis Web Technology
  Author URI: https://www.genesiswtech.com/
  Description: This is a custom theme fr Ganesh Sharma.
  Version: 1.0.0
  Tested up to: 5.4
  Requires PHP: 5.6
  License: GNU General Public License v2 or later
  License URI: LICENSE
  Text Domain: ganesh-sharma
  Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

  This theme, like WordPress, is licensed under the GPL.
  Use it to make something cool, have fun, and share what you've learned.

  ganesh-sharma is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
  Underscores is distributed under the terms of the GNU GPL v2 or later.

  Normalizing styles have been helped along thanks to the fine work of
  Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
  */

@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --primary: #0a2458;
  --secondary: #9c8f7f;
  --text: #333;
  --dark: #323232;
  --transition: all 0.5s linear;
  --transition-2: all 0.5s ease-in-out;
  --primary-font: "EB Garamond", serif;
  --secondary-font: "Montserrat", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

body {
  font-family: var(--secondary-font);
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
h1,
h2,
h3,
h5,
h4,
h6 {
  font-family: var(--primary-font);
  font-weight: bold;
}
span {
  font-family: var(--secondary-font);
}
img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

p {
  color: var(--text);
  font-family: var(--secondary-font);
}

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

.site-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  /* background: var(--primary); */
  padding: 15px 0;
}
.custom-logo {
  padding: 15px 0;
  width: 500px;
  /* filter: brightness(0) invert(1); */
}
.banner__section {
  height: 100svh;
  position: relative;
}

.banner__section,
.banner__img {
  height: 100svh;
}
.banner__img {
  position: relative;
}
.banner__img .banner-content {
  position: absolute;
  left: 16.3%;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.banner__img .banner-content h1 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: clamp(32px, 4vw, 57px);
  margin: 0;
}
.banner__img .banner-content h1 span {
  font-size: clamp(14px, 2vw, 16px);
  display: block;
  margin-bottom: 16px;
  font-weight: 700;
}
.banner__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: inherit;
  max-width: inherit;
}
.banner__img .btn {
  margin-top: 30px;
  background: #1d58ba;
  border: 1px solid #1d58ba;
  font-family: var(--secondary-font);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.16em;
  border-radius: 50px;
  text-transform: uppercase;
}
.banner__img .btn:hover {
  background: #992020;
}
.banner__img .banner-content img {
  width: 80px;
  filter: invert(1);
  margin-bottom: 40px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 25px;
  position: relative;
  z-index: 999;
  padding-top: 16px;
}

.header-right ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-right ul > li {
  margin: 12px;
}

.header-right ul > li > a {
  color: #fff;
  font-weight: 500;
  font-size: 25px;
  font-family: var(--primary-font);
}

/* .header-right::before {
    content: "";
    backdrop-filter: blur(3px);
    z-index: -1;
    position: absolute;
    right: 0;
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -ms-border-radius: 15px 15px 0px 0px;
    -o-border-radius: 15px 15px 0px 0px;
    pointer-events: none;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  } */

.header-right.show-nav::before {
  width: 100%;
}

.burger__menu {
  cursor: pointer;
}

.btn {
  display: inline-block;
  padding: 16px 24px;
  background: #1d58ba;
  border: 1px solid #1d58ba;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #ffffff;

  &:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
  }
}

.header-socials {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.header-socials > a {
  color: #fff;
  margin-left: 12px;
  font-size: 18px;
  display: inline-block;
  line-height: 100%;
}

/* .main-navigation {
    opacity: 0;
    visibility: hidden;
    padding: 25px;
    width: 0;
    max-width: 500px;
    position: absolute;
    right: 0;
    top: 100%;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.5s;
    -webkit-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.5s;
    -moz-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.5s;
    -ms-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.5s;
    -o-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.5s;
    text-align: right;
    overflow: hidden;
  }

  .main-navigation.show {
    backdrop-filter: blur(3px);
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s;
    -webkit-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s;
    -moz-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s;
    -ms-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s;
    -o-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s;
  } */

.main-navigation > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 30px;
  row-gap: 15px;
}

.main-navigation ul li {
  display: inline-block;
}
.main-navigation > div > ul > li > ul > li {
  width: 100%;
}
.main-navigation ul li a {
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
  color: #111;
  display: inline-block;
  font-family: var(--primary-font);
}

.main-navigation ul li i {
  color: #111;
  font-size: 13px;
  margin-left: 5px;
  /* position: absolute;
    right: 0;
    top: 8px; */
  cursor: pointer;
  display: inline-block;
  flex: 0 0 44px;
  height: 44px;
  left: auto;
  padding: 8px 5px;
  position: relative;
  text-align: center;
  line-height: 24px;
  width: 44px;
  z-index: 0;
  cursor: pointer;
}

.main-navigation > div > ul > li {
  position: relative;
}

.main-navigation > div > ul > li.menu-item-has-children > a {
  padding-right: 20px;
}

.main-navigation > div > ul > li > ul {
  order: 3;
  flex: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -ms-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
}

.main-navigation > div > ul > li > ul > li > a {
  font-size: 17px;
}

.banner__content {
  position: absolute;
  left: 0;
  top: 55%;
  width: 100%;
  z-index: 999;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.page__banner__content {
  top: auto;
  bottom: 0;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

.banner__content span {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
}

.banner__content h1,
.banner__content h2 {
  font-weight: 500;
  font-size: clamp(32px, 4vw, 50px);
  color: #ffffff;
  margin: 0;
  width: 40%;
  line-height: 100%;
  margin-top: 20px;
}

.banner__content h1 {
  width: 60%;
}

.banner__featured--institute {
  margin-top: 50px;
}

.featured__items h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
}

.featured__items span {
  display: block;
  margin-bottom: 20px;
  margin-top: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.featured__items img {
  height: 40px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.banner__featured--institute .swiper-slide.swiper-slide-next {
  opacity: 0.2;
}

.banner__desc {
  margin-top: 100px;
}

.banner__desc p {
  font-weight: 400;
  font-size: 18px;
  width: 38%;
  line-height: 26px;
  color: #ffffff;
}
.hamburger-menu {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 24px;
  cursor: pointer;
  position: relative;
  z-index: 10001;
}

.line {
  display: block;
  width: 75%;
  height: 3px;
  background-color: #fff;
  border-radius: 500px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}

.line--middle {
  width: 100%;
}

.line--bottom {
  width: 60%;
}

/* Cross animation */
/* .header-right.show-nav .line--top {
    transform: translateY(10.5px) rotate(45deg);
    width: 100%;
  }

  .header-right.show-nav .line--middle {
    opacity: 0;
  }

  .header-right.show-nav .line--bottom {
    transform: translateY(-10.5px) rotate(-45deg);
    width: 100%;
  } */

.hamburger-menu:hover .line {
  width: 100%;
}

.row__news {
  display: flex;
  align-items: center;
  gap: 30px;
}

.row__news > a {
  display: block;
  flex: 1;
  align-self: 4/3;
}
.row__news > a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.row__news > div {
  color: #ffffff;
  flex: 2;
}

.row__news > div h3 {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 12px;
}

.row__news > div a {
  color: #fff;
}

.row__news > div span {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  text-decoration-line: underline;
  color: #ffffff;
  margin-right: 5px;
}

.row__news {
  margin-bottom: 30px;
}

.news__container {
  margin-top: 20px;
  padding-top: 35px;
  border-top: 2px dashed #22222228;
  overflow: auto;
  scrollbar-width: none;
}

.login__form,
.appoinment__form {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px dashed #ffffff28;
}

.form-wrap label,
.appoinment__form label,
.small__heading p,
.form__wrapper p {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: #111;
}

.form__wrapper form {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px;
}

.form__wrapper p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #222;
  grid-column: span 6;
}

.form__wrapper p > span {
  color: red;
}

.form__wrapper input,
.form__wrapper textarea {
  height: 45px;
  padding: 9px;
  border: 1px solid #aaa;
  font-family: var(--secondary-font);
  width: 100%;
  border-radius: 5px;
}

.form__wrapper p:nth-last-child(4),
.form__wrapper p:nth-last-child(5),
.form__wrapper p:nth-last-child(6) {
  grid-column: span 4;
}

.form__wrapper p:nth-last-child(2),
.form__wrapper p:nth-last-child(3) {
  grid-column: span 12;
}

.form__wrapper p:nth-last-child(3) textarea {
  height: 150px;
}

.form-wrap input,
.appoinment__form input {
  height: 45px;
  padding: 9px;
  font-weight: 500;
  border: 1px solid #aaa;
  font-family: var(--secondary-font);
  width: 100%;
  border-radius: 5px;
}

.form-wrap input[type="text"],
.form-wrap input[type="email"],
.form-wrap input[type="password"] {
  font-size: 18px;
}

.form__wrapper input[type="submit"] {
  background: var(--primary);
  color: #fff;
  width: auto;
  padding: 15px 30px;
  border: none;
  cursor: pointer;
}

.form-wrap input[type="submit"],
.appoinment__form input[type="submit"],
.button-submit {
  background: var(--primary);
  color: #fff;
  width: auto;
  padding: 15px 30px;
  border: none;
  cursor: pointer;
}

.form-wrap p,
.appoinment__form p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #222;
}

.heading-wrap {
  margin-bottom: 30px;
}

.heading-wrap h1,
.heading-wrap h2 {
  font-weight: 500;
  font-size: clamp(32px, 4vw, 50px);
  margin: 0;
  line-height: 100%;
}

.heading-wrap p {
  margin: 0;
}

.form-wrap p a {
  color: #111;
  font-weight: 600;
  text-decoration: underline;
}

.form-wrap p a:hover {
  text-decoration: none;
}

.header-account {
  gap: 10px;
  position: relative;
}

.header-account > a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
}

.header-account > a img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
}

.header-account span {
  color: #111;
  font-size: 14px;
  font-weight: 500;
}
.home .header-account span {
  color: #fff;
}

.header-account-dropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 150%;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  transition: 0.3s linear;
}

.header-account:hover .header-account-dropdown {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header-account-dropdown ul li a {
  font-size: 16px;
  color: #111;
}

.about__container {
  position: relative;
}

.about__container > div:first-child {
  height: 500px;
  overflow-y: auto;
  scrollbar-width: none;
  position: relative;
}

/* .content__lock::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    backdrop-filter: blur(10px);
  }

  .content__lock {
    padding: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0, var(--primary) 50%, #000000 100%);
    width: 100%;
    z-index: 1;
    text-align: center;
  } */

.content__lock {
}

.content__area,
.content__area p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
  font-family: var(--primary-font);
  color: #111;
}

.content__area p,
.content__area div {
  margin: 20px 0 0 0;
}

.content__area h2,
.content__area h3,
.content__area h4,
.content__area h5,
.content__area h6 {
  color: #111;
  margin-top: 25px;
  margin-bottom: 12px;
}

.content__area em {
  color: unset;
}

.content__area figcaption {
  display: block;
  margin-top: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #44403cd5;
}

.content__area p > img {
  width: 100%;
  margin: 15px 0;
}

.featured--socials {
  padding: 14px 15px;
  padding-bottom: 6px;
  display: block;
  width: max-content;
  background: #365960;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0px 8px 8px 8px;
  margin-top: 75px;
  position: relative;
  transition: 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.featured--socials::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid #365960;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
}

.featured--socials > a {
  color: #fff;
  font-size: 18px;
  margin-right: 13px;
}

.featured--socials > a:last-child {
  margin-right: 0;
}

.featured__items:hover .featured--socials {
  transition: 0.3s linear;
  margin-top: 40px;
  visibility: visible;
  opacity: 1;
}

.search__modal {
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  padding: 30px;
  z-index: 999999;
  backdrop-filter: blur(3px);
  position: absolute;
  background: var(--primary);

  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}

.search__modal input {
  height: 40px;
  padding: 9px;
  color: #fff;
  font-family: var(--primary-font);
  width: 100%;
  font-size: 20px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  line-height: 37px;
}

.search__modal svg {
  position: absolute;
  right: 12px;
  top: 9px;
}

.search__modal.show {
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s linear;
}

.banner__content.news__banner__content {
  top: 60%;
  max-height: 740px;
  overflow-y: auto;
}

.banner__content.news__banner__content .about__container > div:first-child {
  max-height: 500px;
  height: 100%;
}

/* New css update */
.news-banner__section.banner__section {
  background-color: #fff;
  height: unset;
}
.news-banner__content span {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #303030;
}
.news-banner__content h1,
.news-banner__content h2 {
  font-weight: 500;
  font-size: clamp(32px, 4vw, 50px);
  color: #111;
  line-height: 100%;
  color: #181818;
  margin: 10px 0 0 0;
}
.news__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  row-gap: 20px;
}
.news__container .row__news {
  margin: 0;
}
.header-default {
  position: relative;
}

.header-default .header-right ul > li > a,
.header-default .header-socials > a {
  color: #111;
}

.header-default .line {
  background: #111;
}

.header-default .header__search path {
  stroke: #111;
}
.news-banner__section .row__news > div span,
.news-banner__section .row__news > div a,
.news-banner__section .banner__content span,
.news-banner__content p,
.single-post__section .content__area {
  color: #303030;
}
.news-banner__section .row__news > div h3,
.news-banner__section .banner__content h2,
.header-default .main-navigation ul li a,
.header-default .main-navigation ul li i {
  color: #181818;
}
.news-banner__section .banner__content h2 {
  margin-top: 10px;
}
.news-banner__section .banner__content,
.news-banner__content {
  position: unset;
  transform: unset;
  padding: 70px 0;
  background: unset;
}

.appoinment__form form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.gallery__section .gallery-wrapper {
  margin-top: 25px;
}
#gallery-1 .gallery-item {
  width: 33.333%;
  float: left;
  padding: 5px;
  margin: 0;
}
#gallery-1 .gallery-item > div {
  margin: 0;
}
#gallery-1 .gallery-item img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.single-post__section h1,
.single-post__section h2,
.single-post__section img,
.single-post__section .single__container,
.single-post__section .featured__img {
  width: 100%;
}
.single-post__section .featured__img img {
  border-radius: 10px;
  width: 100%;
  margin: auto;
}
.single-post__section .single__container > div {
  height: unset;
}

.single-post__section .single__container .content__area h2,
.single-post__section .single__container .content__area h3,
.single-post__section .single__container .content__area h4,
.single-post__section .single__container .content__area h5,
.single-post__section .single__container .content__area h6 {
  color: #111;
}
.single-post__section .content__area {
  margin: 0;
}
.single-post__section .content__area p {
  margin: 6px 0 0;
}
.single-post__section .content__area ol,
.single-post__section .content__area ul {
  list-style: none;
  margin: 0 20px;
  padding: 0;
}
.single-post__section .content__area ul li {
  list-style: circle;
}
.involvement-company {
  display: flex;
  align-items: center;
  gap: 20px;
  row-gap: 10px;
  border-bottom: 1px dashed #e5e5e5;
  padding: 0 0 15px;
}
.involvement-company h1 {
  margin: 0;
}
.involvement__gallery,
.involvement__news {
  margin-top: 40px;
}
.involvement-company .company-logo img {
  width: 130px;
}
.involvement__gallery h2,
.involvement__news h2 {
  margin: 0;
}
.company-social-media {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0 15px;
}
.company-social-media a {
  display: block;
  line-height: 1;
  color: #303030;
  margin-bottom: -4px;
  transition: all 0.3s ease-in-out;
}
.company-social-media a:hover {
  opacity: 80%;
}
.company-social-media a:last-child {
  padding-left: 12px;
  border-left: 1px solid #303030;
  font-weight: 500;
  margin-left: 5px;
}
.company-social-media a:last-child i {
  display: inline-block;
  animation: arrowMove 1s infinite ease-in-out;
}
@keyframes arrowMove {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.involvement__news .news__container .row__news {
  flex-direction: column;
  gap: 0;
  background-color: var(--primary);
}
.involvement__news .news__container .row__news > a,
.involvement__news .news__container .row__news > div {
  width: 100%;
}
.involvement__news .news__container .row__news > div {
  padding: 20px 25px 25px;
}
.involvement__news .news__container .row__news > a img {
  width: 100%;
  aspect-ratio: 5/3;
}
.involvement__news .row__news > div a,
.involvement__news .row__news > div h3,
.involvement__news .row__news > div span {
  color: #fff;
}
.involvement__news .news__container {
  grid-template-columns: repeat(3, 1fr);
}
.involvement__news .row__news > div h3 {
  font-size: 22px;
  margin-top: 8px;
}

.other-information__content a,
.other-information__content span {
  display: block;
  text-decoration: underline;
  text-underline-offset: 6px;
  font-size: clamp(22px, 2vw, 26px);
  font-weight: 600;
  color: var(--primary);
  transition: all ease-in-out 0.3s;
}
.other-information__content a:hover {
  color: var(--dark);
}
.other-information__content a:not(:last-child) {
  margin-bottom: 30px;
}
/* .bank-account-detail,
.message-review-container {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 60px;
  row-gap: 30px;
  flex-wrap: wrap;
  margin: 40px 0 0;
} */
.bank-account-wrapper img {
  height: 200px;
  margin: 0 0 25px;
}
.bank-account-wrapper p {
  color: var(--primary);
  margin: 0 !important;
  font-size: 18px;
  font-weight: 600;
}

.message-review-container .message-review > img {
  height: 160px;
}
.message-review-container .message-review-logo img {
  height: 60px;
  margin: 0 0 14px;
}

.news-banner__section .author-date,
.news-banner__section .author-date > div {
  display: flex;
  align-items: center;
  gap: 30px;
}
.news-banner__section .author-date > div {
  gap: 10px;
}
.news-banner__section .author-date .author img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50px;
}
.news-banner__section .author-date .date img {
  width: 16px;
}
.news-banner__section .author-date > div span {
  font-size: clamp(14px, 2vw, 16px);
}
.author-sharethis {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 0 0;
}

.contact__content h2 {
  width: 100%;
}

/* offcanvas */
.offcanvas {
  min-height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100000;
  left: -100%;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  display: block;
}
.offcanvas.show {
  left: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.offcanvas__content {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  max-width: 1320px;
  margin: auto;
}
.offcanvas__nav {
  flex: 0 1 70%;
  padding: 50px 0;
  padding-bottom: 30px;
}
.offcanvas__aside {
  flex: 0 1 26%;
  border-left: 1px solid #2f55a2bd;
  padding-left: 22px;
}
/* .offcanvas::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000c;
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    opacity: 0.6;
  } */
.offcanvas .offcanvas__bar {
  width: 100%;
  position: relative;
  z-index: 10;
  height: 100%;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.offcanvas .offcanvas__bar .offcanvas__sidebar {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: 100%;
  min-width: 100%;
  background: #fff;
  position: relative;
  z-index: 10;
  height: 100%;
  overflow-y: auto;
}
.offcanvas .offcanvas__bar.showbar {
  left: 0;
}

.offcanvas__content {
}

.offcanvas__logo {
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}
.offcanvas__logo .custom-logo-link {
  display: block;
}
.offcanvas__logo a img {
  width: 500px;
  filter: none;

  margin: 0 auto;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.offcanvas__close {
  position: absolute;
  top: 10px;
  background: #fff;
  width: 50px;
  height: 50px;
  z-index: 100;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  color: var(--primary);
  flex-direction: column;
  text-transform: uppercase;
  font-size: 14px;
}

.offcanvas__close .offcanvas__icon {
  width: 20px;
  line-height: 0;
}
.offcanvas__close .offcanvas__icon span {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 2px;
  vertical-align: top;
  background: var(--primary);
}
.offcanvas__close .offcanvas__icon span + span {
  margin-top: 5px;
}

.offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(1) {
  -webkit-animation: ease 0.3s 0.3s icon1 forwards;
  animation: ease 0.3s 0.3s icon1 forwards;
}

.offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(2) {
  -webkit-animation: ease 0.3s 0.3s icon2 forwards;
  animation: ease 0.3s 0.3s icon2 forwards;
}

.offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(3) {
  -webkit-animation: ease 0.3s 0.3s icon3 forwards;
  animation: ease 0.3s 0.3s icon3 forwards;
}
@-webkit-keyframes icon1 {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    top: 7px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes icon1 {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    top: 7px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes icon2 {
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes icon2 {
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes icon3 {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    bottom: 7px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    bottom: 7px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@keyframes icon3 {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    bottom: 7px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    bottom: 7px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
.offcanvas ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.offcanvas #primary-menu {
  padding: 0;
}
.offcanvas #primary-menu > li > a {
  color: var(--primary);
  font-size: clamp(22px, 2vw, 26px);
  display: inline-block;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

/* .offcanvas #primary-menu > li > ul,
  .offcanvas #primary-menu > li > ul > li > ul {
    display: none;
  }

  .offcanvas #primary-menu > li > ul.show {
    display: block;
  } */

/* .offcanvas #primary-menu > li.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    margin-left: 15px;
  } */

.offcanvas #primary-menu li {
  position: relative;
  cursor: pointer;
}
.offcanvas #primary-menu > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(33.33% - 20px);
}

.offcanvas #primary-menu > li > a:hover,
.offcanvas #primary-menu > li a.show-active,
.offcanvas #primary-menu > li.menu-item-has-children ul li a.show-active,
.offcanvas #primary-menu > li:hover > a {
  /* background: #00000012; */
}

.offcanvas #primary-menu > li > ul > li:hover {
  /* background: rgba(255, 255, 255, 0.1); */
}
.offcanvas #primary-menu li.menu-item-has-children span {
  color: var(--primary);
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 20px;
  width: 40px;
  height: 40px;
  background: #fff;
  right: 3px;
}
.offcanvas #primary-menu li.menu-item-has-children span i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.offcanvas
  #primary-menu
  li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > ul {
  background: #fff;
  margin: 0;
  margin-top: 5px;
  border-radius: 0;
  padding: 0;
  border-bottom: 1px solid transparent;
}
.offcanvas #primary-menu > li.menu-item-has-children > span {
  top: 21px;
}

.offcanvas #primary-menu > li.menu-item-has-children ul li a {
  font-weight: 500;
  font-size: clamp(20px, 2vw, 22px);
  line-height: 24px;
  padding: 10px;
  color: var(--primary);
  display: block;
}
.offcanvas #primary-menu > li.menu-item-has-children ul li:last-child a {
  border-bottom: none;
}

.offcanvas
  #primary-menu
  > li.menu-item-has-children
  ul
  li.menu-item-has-children
  ul
  li
  a {
  padding-left: 40px;
}

.offcanvas
  #primary-menu
  > li.menu-item-has-children
  ul
  li.menu-item-has-children
  ul
  li.menu-item-has-children
  ul
  li
  a {
  padding-left: 60px;
}

.offcanvas__aside > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.offcanvas__aside > div > ul > li {
  margin-bottom: 12px;
  line-height: 1.2;
}

.offcanvas__aside > div > ul > li > a {
  color: var(--primary);
}

.offcanvas__socials {
  margin-bottom: 12px;
}

.offcanvas__socials > a {
  display: inline-block;
  margin-right: 10px;
  color: var(--primary);
  font-size: 18px;
}

.home .site-branding .custom-logo {
  display: none;
}

.offcanvas__aside-content {
  margin-top: 90px;
}
.offcanvas__aside-content h3 {
  font-weight: 500;
  color: var(--primary);
  font-size: 18px;
  margin: 0;
}
.offcanvas__aside-content p {
  margin: 0;
  color: var(--primary);
  font-size: 16px;
}

.about__title {
  margin-bottom: 10px;
}

.about__title span {
  font-size: 12px;
  color: #1d58ba;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.about__title h1 {
  font-size: 30px;
  line-height: 49px;
  color: var(--primary);
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.03em;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5em;
}


.site-info {
  padding: 12px 0;
}
.site-info p {
  font-size: 14px;
  font-weight: 500;
}

.login__form .form-wrap {
  margin-bottom: 15px;
}

@media (max-width: 1200px) {
  .offcanvas #primary-menu > li {
    width: calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .news__container {
    grid-template-columns: repeat(1, 1fr);
  }
  .news-banner__section .banner__content {
    padding: 40px 0;
  }
  #gallery-1 .gallery-item {
    width: 50%;
  }
  /* .single-post__section .featured__img img {
    height: 350px;
  } */
  .offcanvas__aside {
    padding: 20px 0 0 0;
    border-left: unset;
    border-top: 1px solid #2f55a2bd;
  }
  .offcanvas__aside-content {
    margin-top: 0;
  }
  .offcanvas__aside {
    display: flex;
    align-items: start;
    gap: 20px;
    justify-content: space-between;
  }
  .offcanvas__nav {
    padding: 30px 0;
  }
}
@media (max-width: 567px) {
  .appoinment__form form {
    grid-template-columns: repeat(1, 1fr);
  }
  .single-post__section .featured__img img {
    /* height: 300px; */
  }
  .offcanvas #primary-menu > li {
    width: 100%;
  }
  .offcanvas__aside {
    display: block;
  }
  .offcanvas__socials {
    margin-bottom: 5px;
  }
  .news-banner__section .author-date {
    gap: 20px;
  }
}
@media (max-width: 389px) {
  .news__container .row__news {
    align-items: unset;
  }
}
