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

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.clear {
  margin: 0;
  padding: 0;
  clear: both;
}

body {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  scroll-behavior: smooth;
  color: #9f9f9f;
  background: linear-gradient( to bottom, rgba(5, 22, 30, 1) 0%, rgba(26, 101, 133, 1) 100% );
  line-height: 20px;
}
h1{
  font-family: 'Aboreto', cursive;
}
.common-icon-tab {
  text-align: center;
}
.number-tab {
  position: absolute;
  z-index: 1;
  font-size: 90px;
  left: -15px;
  bottom: 40px;
  opacity: 0.1;
}
.pro-div h2 {
  font-size: 24px;
  color: #fff;
  font-family: 'Aboreto', cursive;
}
.pro-div h3 {
  margin-bottom: 5px !important;
  font-family: 'Overlock', cursive;
}
.pro-div ul {
  column-count: 3;
  padding: 0;
  margin: 30px 0 0;
}
.pro-div ul li {
  margin: 0;
  padding: 0 10px;
  border-right: thin solid #054c6a;
}
.pro-div ul li:last-child {
  border: none;
}
.pro-div ul li h2 {
  font-size: 15px !important;
  color: #fff;
  opacity: 0.9;
  margin-bottom: 10px;
  font-family: 'Overlock', cursive !important;
}
.pro-div ul li .date {
  font-size: 15px !important;
  margin-bottom: 0 !important;
}
hr {
  margin: 1.5rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
.academics-area {
}
.wrapper {
  padding: 30px 0;
  text-align: right;
}
.wrapper a span {
  display: block;
  text-align: center;
}
.wrapper .icon {
  position: relative;
  background-color: #022434;
  border-radius: 50%;
  margin: 10px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  display: inline-block;
  align-items: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #333;
  text-decoration: none;
}
.wrapper .icon.active {
  background-color: #000000;
}
.wrapper .tooltip {
  position: absolute;
  top: 0;
  line-height: 1.5;
  font-size: 14px;
  background-color: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .icon:hover,
.wrapper .icon:hover .tooltip,
.wrapper .icon:hover .tooltip::before {
  background-color: #000000;
  color: #ffffff;
}
.academibdy {
  padding-top: 0;
}
.academibdy .bg-img {
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.academi__tab {
  padding: 30px 10px 0 0;
  min-height: 220px;
  display: flex;
  flex-direction: column-reverse;
  margin: 0 0 30px;
}
#researchBox .academi__tab{
  min-height: inherit;
}
.academi__tab__text {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.academi__tab__text__text h2 {
  margin: 0;
  font-size: 40px;
  color: #fff;
  margin-right: 20px;
  font-family: 'Aboreto', cursive;
}
.academi__tab__text__text h4 {
  margin: 0 0 5px;
  font-size: 20px;
  color: #fff;
  font-family: 'Overlock', cursive;
}
.academi__tab__text__text h3 {
  margin: 0;
  font-size: 26px;
  color: #fff;
  padding-bottom: 10px;
  font-family: 'Aboreto', cursive;
}
.skills__tab {
  padding: 10px 14px;
  height: 165px;
  margin: 0px 0 30px;
  text-align: center;
}
.skills__tab__text__text h3 {
  font-size: 21px;
  display: flex;
  justify-content: center;
  padding-top: 35px;
  line-height: 35px;
  font-weight: 400;
}
.skills__tab__text__text p {
  display: flex;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 26px;
}
.presentation__tab__text__text h3 {
  font-size: 21px;
  color: #fff;
  padding-left: 45px;
  padding-top: 35px;
  line-height: 35px;
}
.presentation__tab__text__text p {
  font-size: 18px;
  padding: 0px 0 5px 45px;
  line-height: 23px;
}
.academibdy h3{
  text-align: center;
  font-family: 'Overlock', cursive;
  font-weight: 700;
}

@media (max-width: 991px) {
  .academi__tab__text__text h4{font-size: 16px;}
  .academi__tab__text__text h3{font-size: 20px;}
  .academi__tab__text__text h2{font-size: 30px;}
  .section-heading {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .pro-div ul{
    column-count: unset;
  }
  .pro-div ul li{border-right: none;}
  .star-mt-mb{margin: 30px 0;}
  .academi__tab__text{padding: 15px;}
}