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

html {
  scroll-behavior: smooth;
}

:root {
  --theme-clr-dark: #24326d;
  --theme-clr1: #0fa520;
  --theme-clr2: #5163c3;
  --theme-clr3: #3cc14b;
  --theme-clr4: #e32115;
}

::selection {
  color: var(--theme-clr3);
  background-color: var(--theme-clr-dark);
}

body {
  font-size: 16px;
  line-height: 1.8;
  font-family: Poppins, sans-serif;
  color: var(--bs-gray-800);
  font-weight: 400;
}

a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: none;
  color: var(--theme-clr-dark);
}

button {
  margin: 0;
  padding: 0;
  outline: 0;
}

button:focus {
  outline: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.4;
  color: var(--theme-clr-dark);
}

h3 {
  font-size: 24px;
}

h5 {
  font-size: 16px;
  margin: 0 0 0.2rem;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-80 {
  padding-top: 80px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-20 {
  padding-bottom: 20px;
}

.default-btn {
  padding: 14px 27px;
  background-color: var(--theme-clr3);
  color: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.default-btn i {
  font-size: 20px;
}

.default-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: var(--theme-clr1);
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 5px;
}

.default-btn:hover {
  background-color: var(--theme-clr1);
  color: #fff;
}

.default-btn:hover::before {
  height: 100%;
  opacity: 1;
  border-radius: 5px;
}

#loading-page {
  background: #fff;
  text-align: center;
  z-index: 9999;
  position: fixed;
  height: 100vh;
  width: 100%;
  max-width: 100%;
}

#loading-page img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
}

.section-title span {
  line-height: 0;
  text-transform: capitalize;
  padding-bottom: 5px;
  font-weight: 400;
  color: var(--theme-clr4);
}

.section-title h2 {
  font-size: 35px;
  font-weight: 600;
  margin-top: 5px;
  line-height: 1.4;
  color: var(--theme-clr-dark);
}

.section-title p {
  padding-top: 10px;
}

.top-header {
  background-color: var(--theme-clr-dark);
}

.header-left {
  text-align: left;
}

.header-left .header-left-card ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.header-left .header-left-card ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.header-left .header-left-card ul li {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 1.2rem;
  color: #fff;
}

.header-left .header-left-card ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: var(--theme-clr3);
  left: -20px;
  top: 10px;
}

.header-left .header-left-card ul li:first-child::before {
  display: none;
}

.header-left .header-left-card ul li:last-child {
  margin-right: 0;
}

.header-left .header-left-card ul li .head-icon {
  color: var(--theme-clr3);
  font-size: 24px;
  transition: 0.5s;
  margin-right: 0.3rem;
}

.header-left .header-left-card ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.header-right {
  float: right;
}

.top-social-link {
  padding-top: 15px;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
}

.top-social-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-social-link ul li {
  display: inline-block;
  margin-right: 5px;
}

.top-social-link ul li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  background-color: var(--theme-clr3);
  color: #fff;
}

.top-social-link ul li a:hover {
  background-color: #fff;
  color: var(--theme-clr3);
}

.navbar-area {
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: sticky;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  top: 0;
  left: 0;
  z-index: 111;
  transition: ease-out 0.3s;
  box-shadow: 0 2px 7px -5px rgb(0 0 0 / 52%);
}

.navbar-light {
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}

.navbar-light .navbar-brand img {
  float: left;
  padding: 10px 0;
  width: 260px;
}

.navbar-light .navbar-brand .logo-two {
  display: none;
}

.navbar-light .navbar-brand-sticky {
  display: none;
}

.banner-area {
  background-color: var(--theme-clr1);
  position: relative;
  overflow: hidden;
}

.banner-area::before {
  content: "";
  position: absolute;
  overflow: hidden;
  z-index: 1;
  left: 20%;
  top: 0;
  width: 90%;
  height: 100%;
  background-image: url(../img/shape1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-area::after {
  content: "";
  position: absolute;
  overflow: hidden;
  left: 40%;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url(../img/shape2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-content {
  position: relative;
  z-index: 1;
}

.banner-content span {
  color: #fff;
}

.banner-content h1 {
  margin-top: 10px;
  font-size: 65px;
  color: #fff;
  font-family: playfair display, serif;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.3;
}

.banner-content p {
  color: #fff;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
}

.banner-content .banner-btn .contact-btn {
  padding: 12px 30px;
  border-radius: 3px;
  background-color: var(--theme-clr-dark);
  color: #fff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.banner-btn i {
  font-size: 20px;
}

.banner-content .banner-btn .contact-btn:hover {
  background-color: var(--theme-clr3);
  color: #fff;
}

.banner-content .banner-btn .get-btn {
  margin-left: 20px;
  padding: 12px 30px;
  border-radius: 3px;
  background-color: var(--theme-clr3);
  color: #fff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.banner-content .banner-btn .get-btn:hover {
  background-color: var(--theme-clr-dark);
  color: #fff;
}

.banner-img {
  padding: 100px 0;
  margin-right: 50px;
  position: relative;
}

.banner-img::before {
  content: "";
  position: absolute;
  top: 160px;
  right: -50px;
  border: 2px solid var(--theme-clr3);
  border-radius: 100px 0 100px 100px;
  width: 100%;
  height: 660px;
  background-color: transparent;
}

.banner-img img {
  border-radius: 100px 0 100px 100px;
  position: relative;
  z-index: 1;
}

.banner-img .dots {
  position: absolute;
  top: 60%;
  right: -215px;
  -webkit-animation: flash 7s infinite linear;
  animation: flash 7s infinite linear;
}

.banner-img .dots img {
  width: 180px;
  border-radius: 0;
}

.banner-shape .shape-icon {
  font-size: 600px;
  line-height: 1.2;
  color: #5f40c9;
  position: absolute;
  top: 50px;
  left: 20px;
}

.down-btn-area {
  float: left;
  margin-bottom: 70px;
}

.down-btn-area .down-btn {
  width: 45px;
  height: 45px;
  background-color: #8871d7;
  position: relative;
  z-index: 1;
  line-height: 45px;
  color: #fff;
  border-radius: 50px;
  font-size: 24px;
  text-align: center;
}

.down-btn-area .down-btn:hover {
  background-color: var(--theme-clr3);
}

.banner-area-two {
  background-color: #f5f8fe;
  position: relative;
}

.banner-area-two::before {
  content: "";
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  right: 0;
  background-image: url(../img/shape-bg-2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-img-two {
  position: relative;
  background-image: url(../img/banner-left.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 90%;
}

.banner-img-two::before {
  content: "";
  position: absolute;
  top: 0;
  right: -110px;
  width: 400px;
  height: 100%;
  -webkit-transform: skew(45deg);
  transform: skew(15deg);
  background-color: #f5f8fe;
}

.banner-img-two::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape-bg-1.png);
  background-position: center center;
  background-size: cover;
  z-index: 1;
}

.banner-img-two .banner-images {
  max-width: 420px;
  margin-left: auto;
  position: relative;
  z-index: 1;
  padding-top: 70px;
}

.banner-img-two .dots {
  position: absolute;
  top: 100px;
  right: 0;
  -webkit-animation: flash 7s infinite linear;
  animation: flash 7s infinite linear;
}

.banner-img-two .banner-half-circle {
  position: absolute;
  bottom: 0;
  right: -80px;
  width: 400px;
  height: 200px;
  border-radius: 200px 200px 0 0;
  background-color: #ebd391;
}

.banner-two-content span {
  color: var(--bs-gray-800);
}

.banner-two-content h1 {
  color: var(--theme-clr-dark);
  font-family: poppins, sans-serif;
  font-size: 52px;
}

.banner-two-content h3 {
  color: var(--theme-clr-dark);
}

.banner-two-content p {
  color: var(--bs-gray-800);
  max-width: 600px;
}

.banner-two-shape .shape-1 {
  position: absolute;
  top: 65px;
  left: 3%;
  -webkit-animation: flash 7s infinite linear;
  animation: flash 7s infinite linear;
}

.about-area .shape-1 {
  left: auto;
  right: 3%;
}

.banner-two-shape .shape-2 {
  position: absolute;
  bottom: 65px;
  left: 0;
}

.banner-two-shape .shape-3 {
  position: absolute;
  top: 65px;
  right: 3%;
  -webkit-animation: rotated360 7s infinite linear;
  animation: rotated360 7s infinite linear;
}

.banner-two-shape .shape-4 {
  position: absolute;
  bottom: -5px;
  right: 0;
}

.about-area .shape-4 {
  filter: invert(1);
}

.banner-area-three {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/home-three.jpg);
  position: relative;
}

.banner-area-three::before {
  content: "";
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

.banner-area-three::after {
  content: "";
  position: absolute;
  overflow: hidden;
  left: 20%;
  top: 0;
  width: 70%;
  height: 100%;
  background-image: url(../img/shape5.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-content-three {
  padding-top: 140px;
  padding-bottom: 215px;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.banner-content-three span {
  color: var(--theme-clr3);
}

.banner-content-three h1 {
  margin-bottom: 20px;
}

.banner-content-three p {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}

.about-area {
  position: relative;
  background: var(--theme-clr-dark);
  color: #fff;
  z-index: 1;
}

.about-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  width: 75%;
  height: 100%;
  background-image: url(../img/shape3.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}

.about-area p {
  color: #fff;
}

.about-img {
  margin-left: 70px;
  margin-bottom: 90px;
  margin-right: 30px;
  position: relative;
}

.about-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 60px;
  left: -70px;
  border: 2px solid var(--theme-clr3);
  border-radius: 0 100px 100px 100px;
  width: 100%;
  height: 570px;
  background-color: transparent;
}

.about-img .about-img-small {
  position: absolute;
  bottom: -60px;
  left: -40px;
}

.about-img-before {
  position: relative;
}

.about-img-before::before {
  border-color: var(--theme-clr-dark);
}

.about-content span {
  color: var(--theme-clr3);
}

.about-content h2 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 36px;
  color: #fff;
}

.about-content h2 b {
  color: var(--theme-clr3);
  font-weight: 600;
}

.about-content h3 {
  font-size: 18px;
  color: #594a69;
  margin-bottom: 20px;
}

.about-content p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
}

.about-content .about-counter {
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
}

.about-counter img {
  border-radius: 1rem;
  width: 35%;
}

.about-content .about-counter i {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: var(--theme-clr3);
  background-color: #fff8e5;
  border-radius: 3px;
  text-align: center;
  font-size: 26px;
  display: inline-block;
}

.about-content .about-counter .content {
  margin-left: 1rem;
  width: 60%;
}

.about-content .about-counter .content h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}

.about-content .about-counter .content span {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  display: block;
}

.about-btn .learn-btn {
  padding: 12px 30px;
  border-radius: 3px;
  background-color: var(--theme-clr3);
  color: #fff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.get-btn i,
.learn-btn i {
  font-size: 20px;
}

.about-btn .learn-btn:hover {
  background-color: var(--theme-clr-dark);
}

.about-btn .get-btn {
  margin-left: 20px;
  padding: 11px 30px;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid var(--theme-clr-dark);
  color: var(--theme-clr-dark);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.about-btn .get-btn:hover {
  background-color: var(--theme-clr-dark);
  color: #fff;
}

.about-img-2 {
  margin-left: 70px;
  margin-bottom: 90px;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}

.about-img-2 .about-img-small-2 {
  position: absolute;
  bottom: -210px;
  left: -60px;
  width: 90%;
}

.about-img-2 .about-dots {
  position: absolute;
  z-index: -1;
  bottom: -80px;
  right: -100px;
  -webkit-animation: flash 7s infinite linear;
  animation: flash 7s infinite linear;
}

.about-img-2 img {
  border-radius: 1.5rem;
}

.about-content-max {
  max-width: 580px;
  margin-right: auto;
  margin-left: 40px;
}

.about-img-3 {
  margin-bottom: 30px;
}

.about-polygon-shape {
  position: absolute;
  bottom: 10%;
  right: 5%;
}

.aboutaisuwarrya h2 {
  color: var(--theme-clr-dark);
  font-family: poppins, sans-serif;
  font-size: 52px;
  margin-top: 10px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.3;
}

.aboutaisuwarrya p {
  color: var(--bs-gray-600);
}

.kursk-university {
  background-color: var(--theme-clr3);
  color: #fff;
}

.kursk-university ul.list-items {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
}

.kursk-university h3 {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
}

.kursk-university h3 span {
  font-weight: 200;
  font-size: 18px;
  color: #fff;
}

.kursk-university p {
  color: #fff;
}

.apply-earlier {
  background-color: var(--theme-clr1);
  text-align: center;
}

.apply-earlier h2 {
  color: var(--theme-clr3);
  border-bottom: 1px solid rgb(255 255 255 / 32%);
  padding: 1rem 0;
}

.video-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  margin-bottom: 100px;
}

.video-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}

.video-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  width: 75%;
  height: 100%;
  background-image: url(../img/shape3.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.video-bg1 {
  background-image: url(../img/video-bg.jpg);
}

.video-bg2 {
  background-image: url(../img/video-bg2.jpg);
}

.video-area-two h3 {
  color: #fff;
  font-weight: 400;
  margin: 1rem 0;
}

.video-btn {
  position: relative;
}

.video-btn .video-play-btn {
  font-size: 40px;
  width: 90px;
  height: 90px;
  line-height: 100px;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  color: #fff;
  background-color: var(--theme-clr-dark);
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-btn .video-play-btn:hover {
  background-color: var(--theme-clr-dark);
}

.video-btn .video-play-btn:hover::before {
  border-color: var(--theme-clr-dark);
}

.video-btn .video-play-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--theme-clr-dark);
  border-radius: 100%;
  -webkit-animation: scale 1.6s linear infinite;
  animation: scale 1.6s linear infinite;
}

.video-content {
  margin-left: 50px;
}

.video-content .section-title h2 {
  color: #fff;
  max-width: 500px;
}

.video-area-two {
  background-image: url(../img/college.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.video-area-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-clr-dark);
  opacity: 0.8;
  z-index: -1;
}

.video-area-two::after {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  width: 75%;
  height: 100%;
  background-image: url(../img/shape3.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}

.video-btn-two {
  margin-bottom: 30px;
  text-align: center;
}

.video-btn-two .play-on-btn {
  font-size: 50px;
  width: 100px;
  height: 100px;
  line-height: 110px;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  color: #fff;
  background-color: var(--theme-clr3);
  position: relative;
  z-index: 1;
}

.video-btn-two .play-on-btn:hover {
  background-color: var(--theme-clr-dark);
}

.video-btn-two .play-on-btn:hover::before {
  border-color: var(--theme-clr-dark);
}

.video-btn-two .play-on-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--theme-clr3);
  border-radius: 100px;
  -webkit-animation: scale 1.6s linear infinite;
  animation: scale 1.6s linear infinite;
}

.video-content-two {
  position: relative;
  text-align: center;
}

.video-content-two .section-title h2 {
  color: #fff;
  max-width: 610px;
  margin: 0 auto;
}

.video-content-two .get-btn {
  margin-left: 20px;
  padding: 11px 30px;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.video-content-two .get-btn:hover {
  background-color: #fff;
  color: var(--theme-clr3);
}

.services-area {
  position: relative;
}

.service-text {
  margin-top: 50px;
  margin-bottom: 45px;
}

.services-card {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  padding: 30px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
}

.services-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 0;
  background-image: url(../img/services/services-img1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.services-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 5px;
  bottom: 0;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  background-color: var(--theme-clr-dark);
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.services-card .services-card-bottom {
  position: absolute;
  bottom: 0;
  width: 0;
  background-color: var(--theme-clr3);
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  border-radius: 5px;
}

.services-card:hover::before {
  opacity: 1;
  height: 100%;
}

.services-card:hover::after {
  opacity: 0.8;
  height: 100%;
  bottom: 0;
}

.services-card:hover h3 a {
  color: #fff;
}

.services-card:hover p {
  color: #cfcbcb;
}

.services-card:hover .services-more {
  background-color: var(--theme-clr3);
}

.services-card:hover .services-card-bottom {
  opacity: 1;
  width: 80%;
}

.services-card .services-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: var(--theme-clr3);
  font-size: 30px;
  background-color: transparent;
  border: 1px solid var(--theme-clr3);
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}

.services-card h3 {
  margin-bottom: 10px;
}

.services-card h3 a {
  color: var(--theme-clr-dark);
  display: block;
}

.services-card p {
  margin-bottom: 15px;
}

.services-card .services-more {
  height: 30px;
  line-height: 30px;
  width: 60px;
  font-size: 14px;
  background-color: var(--theme-clr-dark);
  color: #fff;
  border-radius: 20px;
}

.services-card .services-more:hover {
  background-color: var(--theme-clr1);
}

.service-view-btn {
  margin-bottom: 30px;
}

.service-view-btn .view-btn {
  padding: 11px 35px;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid var(--theme-clr-dark);
  color: var(--theme-clr-dark);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.view-btn i {
  font-size: 20px;
}

.service-view-btn .view-btn:hover {
  background-color: var(--theme-clr-dark);
  color: #fff;
}

.service-area-two .section-title {
  max-width: 785px;
  margin-left: auto;
  margin-right: auto;
}

.service-item {
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
  box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
  z-index: 1;
  background-color: #fff;
}

.service-item:hover::before {
  height: 100%;
  opacity: 1;
}

.service-item:hover::after {
  width: 80%;
  opacity: 1;
}

.service-item:hover .images .service-item-icon {
  background-color: #fff;
  color: var(--theme-clr3);
}

.service-item:hover .images .service-item-more {
  opacity: 1;
}

.service-item:hover .content {
  border-color: var(--theme-clr-dark);
}

.service-item:hover .content h3 a {
  color: #fff;
}

.service-item:hover .content p {
  color: #fff;
}

.service-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 5px;
  top: 0;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  background-color: var(--theme-clr-dark);
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.service-item::after {
  content: "";
  position: absolute;
  border-radius: 5px;
  bottom: 0;
  width: 0;
  background-color: var(--theme-clr3);
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  border-radius: 5px;
}

.service-item .images {
  position: relative;
}

.service-item .images a {
  display: block;
}

.service-item .images a img {
  border-radius: 5px;
}

.service-item .images .service-item-icon {
  position: absolute;
  bottom: -20px;
  left: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 30px;
  background-color: var(--theme-clr1);
  border-radius: 5px;
  text-align: center;
}

.service-item .images .service-item-more {
  position: absolute;
  bottom: -15px;
  right: 20px;
  height: 30px;
  line-height: 35px;
  width: 60px;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  background-color: var(--theme-clr3);
  color: #fff;
  border-radius: 20px;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.service-item .images .service-item-more:hover {
  background-color: var(--theme-clr1);
}

.service-item .content {
  padding: 40px 20px 20px;
  border-radius: 0 0 5px 5px;
}

.service-item .content h3 {
  margin-bottom: 10px;
}

.service-item .content h3 a {
  color: var(--theme-clr-dark);
}

.service-item .content p {
  margin-bottom: 0;
}

.service-shape .shape1 {
  position: absolute;
  top: 30%;
  left: 7%;
}

.service-shape .shape2 {
  position: absolute;
  top: 10%;
  left: -5%;
  z-index: -1;
}

.service-shape .shape3 {
  position: absolute;
  bottom: 20%;
  left: 0;
  z-index: -1;
}

.services-card-bg {
  position: relative;
}

.services-card-bg::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 0;
  background-image: none;
  background-repeat: no-repeat;
  border-radius: 5px;
  left: auto;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.services-card-bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 5px;
  bottom: 0;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  background-color: var(--theme-clr-dark);
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.services-card-bg:hover::before {
  opacity: 0;
  height: 100%;
}

.services-card-bg:hover::after {
  height: 100%;
  bottom: 0;
  opacity: 1;
}

.service-widget-title .section-title {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.services-details-content img {
  margin-bottom: 30px;
}

.services-details-content .services-details-card {
  margin-bottom: 30px;
}

.services-details-content .services-details-card h3 {
  margin-bottom: 10px;
}

.services-details-content .services-details-card p {
  margin-bottom: 0;
  font-size: 15px;
}

.services-details-content .services-item-area {
  margin-top: 30px;
}

.services-details-content .services-item-area .services-details-item {
  text-align: center;
  margin-bottom: 30px;
}

.services-details-content .services-item-area .services-details-item i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: var(--theme-clr3);
  font-size: 30px;
  background-color: transparent;
  border: 1px solid var(--theme-clr3);
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
}

.services-details-content .services-item-area .services-details-item h3 {
  margin-bottom: 10px;
}

.services-details-content .service-advantage .advantage-item {
  margin-bottom: 30px;
}

.services-details-content .service-advantage .advantage-item h3 {
  margin-bottom: 10px;
}

.services-details-content .service-advantage .advantage-item p {
  margin-bottom: 20px;
}

.services-details-content .service-advantage .advantage-item ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.services-details-content .service-advantage .advantage-item ul li {
  display: block;
  color: var(--theme-clr-dark);
}

.services-details-content .service-advantage .advantage-item ul li i {
  color: var(--theme-clr3);
  font-size: 24px;
  position: relative;
  top: 3px;
}

.services-details-content .service-advantage .service-content {
  background-color: var(--theme-clr-dark);
  padding: 50px 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.services-details-content .service-advantage .service-content h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}

.services-details-content .service-advantage .service-content h2 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 25px;
}

.services-details-content .service-advantage .service-content .default-btn {
  padding: 10px 26px;
  font-size: 15px;
  border-radius: 0;
}

.services-side-bar {
  margin-bottom: 30px;
}

.services-bar-widget {
  margin-bottom: 35px;
}

.services-bar-widget .title {
  font-size: 20px;
  color: var(--theme-clr-dark);
  padding: 0 30px 15px;
  font-weight: 600;
}

.services-bar-widget .services-bar-categories {
  padding: 0 20px;
}

.services-bar-widget .services-bar-categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.services-bar-widget .services-bar-categories ul li {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  background-color: #fbfbfb;
  padding: 12px 20px;
  border-radius: 5px;
}

.services-bar-widget .services-bar-categories ul li:hover {
  background-color: var(--theme-clr-dark);
}

.services-bar-widget .services-bar-categories ul li:hover a {
  color: #fff;
}

.services-bar-widget .services-bar-categories ul li i {
  color: var(--theme-clr3);
  margin-right: 15px;
}

.services-bar-widget .services-bar-categories ul li a {
  display: inline-block;
  color: var(--theme-clr-dark);
  font-weight: 400;
  font-weight: 600;
}

.services-bar-widget .services-bar-widget-tag {
  list-style: none;
  margin: 0;
  padding: 10px 20px 5px;
}

.services-bar-widget .services-bar-widget-tag li {
  display: inline-block;
  padding: 7px 15px;
  margin: 5px 2px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: var(--theme-clr-dark);
  font-size: 14px;
  font-weight: 500;
  border: 1px dashed var(--theme-clr3);
}

.services-bar-widget .services-bar-widget-tag li:hover {
  background-color: var(--theme-clr3);
}

.services-bar-widget .services-bar-widget-tag li a {
  color: var(--theme-clr-dark);
}

.services-bar-widget .services-bar-widget-tag li:hover a {
  color: #fff;
}

.services-bar-widget .services-bar-contact {
  margin-bottom: 30px;
  background-color: var(--theme-clr-dark);
  position: relative;
  padding: 50px;
  text-align: center;
  border-radius: 3px;
}

.services-bar-widget .services-bar-contact i {
  font-size: 60px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.services-bar-widget .services-bar-contact h3 {
  font-size: 28px;
  color: #fff;
  font-weight: 400;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.services-bar-widget .services-bar-contact span {
  font-size: 22px;
  position: relative;
  z-index: 1;
}

.services-bar-widget .services-bar-contact span a {
  display: block;
  color: var(--theme-clr3);
}

.services-bar-widget .services-bar-contact span a:hover {
  color: #fff;
}

.choose-area {
  background-color: #f9f9f9;
}

.choose-area .section-title h2 {
  max-width: 540px;
}

.choose-tab {
  margin-top: 30px;
}

.choose-tab .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.choose-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 25px;
}

.choose-tab .tabs li a {
  display: inline-block;
  position: relative;
  padding: 16px 30px;
  border-radius: 5px;
  font-weight: 600;
  color: var(--theme-clr-dark);
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.choose-tab .tabs li a:focus {
  color: #fff;
  background-color: var(--theme-clr3);
}

.choose-tab .tabs li.active a {
  color: #fff;
  background-color: var(--theme-clr3);
}

.choose-tab .tabs li.current a {
  color: #fff;
  background-color: var(--theme-clr3);
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.choose-item .choose-item-img {
  margin-bottom: 30px;
}

.choose-item .choose-item-img img {
  border-radius: 5px;
}

.choose-item .choose-item-content p {
  margin-bottom: 30px;
}

.choose-item .choose-item-list {
  margin-bottom: 30px;
}

.choose-item .choose-item-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.choose-item .choose-item-list ul li {
  display: block;
  font-weight: 500;
  margin-bottom: 7px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.choose-item .choose-item-list ul li:hover {
  color: var(--theme-clr3);
}

.choose-item .choose-item-list ul li:hover i {
  background-color: var(--theme-clr-dark);
  color: #fff;
}

.choose-item .choose-item-list ul li:last-child {
  margin-bottom: 0;
}

.choose-item .choose-item-list ul li i {
  font-size: 14px;
  color: var(--theme-clr-dark);
  width: 24px;
  height: 24px;
  line-height: 22px;
  border-radius: 50px;
  border: 1px solid var(--theme-clr-dark);
  text-align: center;
  margin-right: 7px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.choose-img {
  position: relative;
  margin-left: 50px;
  margin-bottom: 80px;
}

.choose-img img {
  border-radius: 5px;
}

.choose-img .images {
  position: absolute;
  bottom: -50px;
  left: -50px;
}

.choose-img .images img {
  border-radius: 5px;
}

.choose-content {
  margin-bottom: 30px;
}

.choose-content .section-title {
  margin-bottom: 40px;
}

.choose-content .section-title p {
  margin-bottom: 30px;
}

.choose-content-list {
  position: relative;
  margin-top: 30px;
  display: flex;
  min-height: 50px;
  align-items: center;
}

.choose-content-list i {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--theme-clr3);
  font-size: 24px;
  background-color: transparent;
  border-radius: 5px;
  text-align: center;
  border: 1px solid var(--theme-clr3);
}

.choose-content-list .content {
  margin-left: 75px;
}

.choose-content-list .content h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.choose-content-list .content p {
  margin-bottom: 0;
}

.choose-img-2 {
  margin-bottom: 30px;
  margin-left: 45px;
  position: relative;
  z-index: 1;
}

.choose-img-2 .choose-dots {
  position: absolute;
  bottom: -45px;
  right: -70px;
  z-index: -1;
}

.choose-content-bg {
  background-color: var(--theme-clr-dark);
  position: relative;
  z-index: 1;
  border-radius: 5px;
  padding: 70px 40px 70px 110px;
}

.choose-content-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 70%;
  border-radius: 5px;
  background-image: url(../img/shape9.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.choose-content-bg .section-title h2 {
  color: #fff;
  max-width: 520px;
}

.choose-content-bg .section-title p {
  color: #c1bcc7;
}

.choose-content-list-color .content h3 {
  color: #fff;
}

.choose-content-list-color .content p {
  color: #c1bcc7;
}

.choose-max {
  max-width: 680px;
  margin-left: auto;
  margin-right: 40px;
}

.choose-img-3 {
  margin-left: -400px;
  z-index: -1;
  margin-bottom: 30px;
}

.choose-bg {
  background-color: #fbfbfb;
}

.choose-content-title .section-title h2 {
  max-width: 520px;
}

.choose-content-title .book-btn {
  padding: 12px 27px;
  background-color: transparent;
  color: var(--theme-clr3);
  border-radius: 5px;
  position: relative;
  border: 1px solid var(--theme-clr3);
  z-index: 1;
}

.choose-content-title .book-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: var(--theme-clr1);
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 5px;
}

.choose-content-title .book-btn:hover {
  background-color: var(--theme-clr1);
  color: #fff;
  border-color: var(--theme-clr1);
}

.choose-content-title .book-btn:hover::before {
  height: 100%;
  opacity: 1;
  border-radius: 5px;
  border-color: var(--theme-clr1);
}

.project-title {
  margin-bottom: 30px;
}

.project-title-two {
  margin-bottom: 30px;
}

.project-title-two .section-title {
  text-align: center;
}

.project-title-two .section-title h2 {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.project-title-two .section-title p {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.project-text {
  margin-top: 50px;
  margin-bottom: 30px;
}

.project-text p {
  margin-bottom: 0;
}

.project-tab {
  margin-top: 20px;
}

.project-tab .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 25px;
}

.project-tab .tabs li a {
  display: inline-block;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  color: var(--theme-clr-dark);
}

.project-tab .tabs li a:focus {
  color: var(--theme-clr3);
}

.project-tab .tabs li.active a {
  color: var(--theme-clr3);
}

.project-tab .tabs li.current a {
  color: var(--theme-clr3);
}

.project-card {
  margin-bottom: 30px;
  border-radius: 1rem 1rem 0 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.project-card:hover .project-content {
  padding: 20px;
  height: auto;
  width: 100%;
  background-color: var(--theme-clr-dark);
  bottom: 0;
}

.project-card:hover .project-content .content {
  opacity: 1;
}

.project-card:hover .project-card-bottom {
  width: 80%;
  opacity: 1;
}

.project-card:hover .project-content-bg {
  background-color: #fff;
}

.project-card a {
  display: block;
}

.project-card a img {
  border-radius: 5px;
}

.project-card .project-content {
  position: absolute;
  bottom: -150px;
  left: 0;
  right: 0;
  background-color: var(--theme-clr-dark) ab;
  padding: 10px 20px;
  height: auto;
  border-radius: 0;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  overflow: hidden;
}

.project-card .project-content h3 {
  font-weight: 400;
  margin-bottom: 0;
}

.project-card .project-content h3 a {
  color: #fff;
}

.project-card .project-content .content {
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0;
}

.project-card .project-content .content p {
  color: #fff;
  margin-bottom: 15px;
}

.project-card .project-content .content .project-more {
  text-align: center;
  height: 30px;
  line-height: 35px;
  margin: 0 auto;
  width: 60px;
  font-size: 24px;
  background-color: var(--theme-clr3);
  color: #fff;
  border-radius: 20px;
}

.project-card .project-content .content .project-more:hover {
  background-color: var(--theme-clr1);
}

.project-card .project-card-bottom {
  position: absolute;
  bottom: 0;
  width: 0;
  background-color: var(--theme-clr3);
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  border-radius: 5px;
}

.project-card .project-content-bg {
  background-color: #ffffffdb;
}

.project-card .project-content-bg h3 {
  font-weight: 600;
  font-size: 16px;
}

.project-card .project-content-bg h3 a {
  color: var(--theme-clr-dark);
}

.project-card .project-content-bg .content p {
  color: var(--theme-clr-dark);
}

span.course-year {
  position: absolute;
  right: 15px;
  top: 15px;
  display: inline-block;
  background: var(--theme-clr3);
  color: #fff;
  padding: 2px 15px;
  border-radius: 30px;
  font-size: 16px;
  line-height: 26px;
}

.project-view-btn {
  margin-top: 20px;
  margin-bottom: 30px;
}

.project-view-btn .view-btn {
  padding: 11px 35px;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid var(--theme-clr-dark);
  color: var(--theme-clr-dark);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.project-view-btn .view-btn:hover {
  background-color: var(--theme-clr-dark);
  color: #fff;
}

.leader-area {
  background-image: url(../img/banner-left.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  height: 700px;
}

.leader-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}

.leader-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  width: 75%;
  height: 100%;
  background-image: url(../img/shape3.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.contact-form {
  padding: 45px;
  max-width: 800px;
  position: relative;
  z-index: 1;
}

.contact-form .section-title {
  margin-bottom: 30px;
}

.contact-form .section-title p {
  max-width: 415px;
  margin: 0 auto;
}

.contact-form .form-group {
  margin-bottom: 25px;
  position: relative;
}

.contact-form .form-group .form-control {
  height: 50px;
  color: #948b9f;
  border: 1px solid #ebebeb;
  background-color: #f8f9fb;
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
}

.contact-form .form-group .form-control:focus {
  outline: 0;
  border-color: var(--theme-clr3);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-form .form-group textarea.form-control {
  height: auto;
}

.contact-form .with-errors {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  color: red;
  font-weight: 400;
  display: block;
}

.contact-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}

.contact-form .default-btn {
  border: 0;
  outline: 0;
  padding: 14px 60px;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #948b9f;
}

.contact-form .form-group .form-control:-ms-input-placeholder {
  color: #948b9f;
}

.contact-form .form-group .form-control::-ms-input-placeholder {
  color: #948b9f;
}

.contact-form .form-group .form-control::placeholder {
  color: #948b9f;
}

.contact-area-bg {
  background-color: #fff;
  position: relative;
  margin-top: -250px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0 4px 6px -2px;
  border-radius: 10px;
  z-index: 2;
}

.contact-area-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-image: url(../img/contact-img.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.contact-img {
  position: absolute;
  top: 0;
  right: 0;
}

.contact-img img {
  border-radius: 0 10px 10px 0;
}

.contact-card {
  margin-bottom: 30px;
  position: relative;
}

.contact-card i {
  width: 65px;
  height: 65px;
  line-height: 65px;
  background-color: #fff4e5;
  color: var(--theme-clr3);
  display: inline-block;
  text-align: center;
  font-size: 26px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
}

.contact-card .content {
  padding-left: 85px;
}

.contact-card .content h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.contact-card .content p {
  margin-bottom: 0;
  color: var(--theme-clr-dark);
}

.contact-card .content p a {
  color: var(--theme-clr-dark);
}

.contact-card .content p a:hover {
  color: var(--theme-clr3);
}

.contact-card .content span {
  margin-bottom: 0;
  color: var(--theme-clr-dark);
}

.contact-card .content span a {
  color: var(--theme-clr-dark);
}

.contact-card .content span a:hover {
  color: var(--theme-clr3);
}

.apply-form .contact-form {
  padding: 0;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.single-content {
  margin-bottom: 30px;
}

.single-content h3 {
  font-size: 26px;
  color: var(--theme-clr-dark);
  margin-bottom: 10px;
  font-family: playfair display, serif;
}

.single-content p {
  margin-bottom: 0;
}

.map-area iframe {
  display: block;
  width: 100%;
  height: 600px;
}

.footer-area {
  background-color: #f5f5f5;
  background-image: url(../img/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.footer-area::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.95;
  z-index: -1;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget .footer-logo {
  margin-bottom: 30px;
}

.footer-widget .footer-logo .footer-logo-two {
  display: none;
}

.footer-widget h3 {
  margin-top: 30px;
  font-size: 24px;
  color: var(--theme-clr-dark);
  margin-bottom: 30px;
}

.footer-widget p {
  margin-bottom: 20px;
}

.footer-widget .social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widget .social-link li {
  display: inline-block;
  margin-right: 5px;
}

.footer-widget .social-link li a {
  border-radius: 3px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  color: var(--theme-clr-dark);
  background-color: #fff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.footer-widget .social-link li a:hover {
  background-color: var(--theme-clr3);
  color: #fff;
  border-radius: 50px;
}

.footer-widget .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-list li {
  display: block;
  color: var(--theme-clr-dark);
  margin-bottom: 7px;
}

.footer-widget .footer-list li a {
  color: var(--theme-clr-dark);
}

.footer-widget .footer-list li a:hover {
  color: var(--theme-clr3);
  letter-spacing: 0.15px;
}

.footer-widget .footer-list-two {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-list-two li {
  display: block;
  color: var(--theme-clr-dark);
  margin-bottom: 7px;
  position: relative;
  padding-left: 30px;
}

.footer-widget .footer-list-two li i {
  color: var(--theme-clr3);
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 20px;
}

.footer-widget .footer-list-two li a {
  color: var(--theme-clr-dark);
}

.footer-widget .footer-list-two li:hover {
  color: var(--theme-clr3);
}

.footer-widget .footer-list-two li:hover i {
  color: var(--theme-clr-dark);
}

.footer-widget .footer-list-two li:hover a {
  color: var(--theme-clr3);
}

.footer-widget .newsletter-form {
  position: relative;
  border-radius: 50px;
}

.footer-widget .newsletter-form .form-control {
  background: var(--theme-clr-dark);
  color: #fff;
  height: 50px;
  line-height: 50px;
  margin: 0;
  border-radius: 5px;
  border: none;
  padding: 0 25px;
}

.footer-widget .newsletter-form .form-control:focus {
  outline: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer-widget .newsletter-form .default-btn {
  margin-top: 15px;
  outline: 0;
  border: 0;
  padding: 12px 50px;
}

.footer-widget .newsletter-form .validation-danger {
  font-size: 16px;
  margin-top: 15px;
  color: red;
}

.footer-widget .newsletter-form .form-control::-webkit-input-placeholder {
  color: #948b9f;
}

.footer-widget .newsletter-form .form-control:-ms-input-placeholder {
  color: #948b9f;
}

.footer-widget .newsletter-form .form-control::-ms-input-placeholder {
  color: #948b9f;
}

.footer-widget .newsletter-form .form-control::placeholder {
  color: #948b9f;
}

.foot-gallery li {
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.foot-gallery li img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 0.3s ease-out;
}

.foot-gallery li:hover img {
  transform: scale(1.1);
}

.gallery-link {
  background: #24326d;
  align-items: center;
  display: flex;
  justify-content: center;
}

.foot-gallery li a {
  display: unset;
  color: #fff;
}

.copy-right-area {
  padding: 15px;
  background-color: var(--theme-clr-dark);
}

.copy-right-area .copy-right-text p {
  color: #fff;
  margin-bottom: 0;
}

.copy-right-area .copy-right-text p a {
  color: var(--theme-clr3);
  border-bottom: 1px solid var(--theme-clr3);
}

.copy-right-area .copy-right-text p a:hover {
  color: var(--theme-clr1);
  border-color: #fff;
}

#scrollTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 99;
  border: none;
}

.top-btn {
  background-color: var(--theme-clr3);
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px var(--theme-clr3);
  box-shadow: 0 0 15px var(--theme-clr3);
  font-size: 20px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.top-btn:hover {
  background-color: var(--theme-clr-dark);
  -webkit-box-shadow: 0 0 15px #08104d;
  box-shadow: 0 0 15px #08104d;
  color: #fff;
}

.footer-logo-one {
  width: 220px;
}

.profile-box {
  border-radius: 100%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin: auto;
}

.lazarenko {
  background: var(--theme-clr-dark);
  color: #fff;
  position: relative;
  z-index: 1;
}

.lazarenko::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/shape-bg-1.png);
  background-size: contain;
  z-index: -1;
}

.lazarenko h4 {
  color: #fff;
}

.lazarenko p,
.pradyuman p {
  text-align: justify;
}

.lazarenko img,
.pradyuman img {
  border-radius: 3rem 0.5rem;
}

ul.list-items {
  margin: 0 0 1rem;
}

ul.list-items li {
  padding: 0.3rem 0;
  list-style: none;
  display: flex;
}

ul.list-items li i {
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  font-size: 24px;
  color: var(--theme-clr4);
}

ul.list-items li b {
  color: var(--theme-clr-dark);
}

.lazarenko .section-title h2 {
  color: #fff;
}

.inner-header {
  padding: 3rem 0;
  text-align: center;
  background: #f2f4fb;
}

.inner-header h1 {
  font-weight: 800;
}

.inner-header nav ol {
  justify-content: center;
}

.single-news {
  box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
}

.single-news img {
  width: 100%;
}

.single-news a {
  display: block;
}

.news-content {
  padding: 1.5rem;
}

.news-content .tag {
  color: var(--main-color);
  font-size: 15px;
  display: block;
  margin-bottom: 8px;
}

.widget-sidebar {
  position: sticky;
  top: 120px;
}

.sidebar-widget.categories {
  border: 1px solid #ebf0ff;
  padding: 30px;
  overflow: hidden;
  position: sticky;
}

.sidebar-widget h3 {
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
  border-bottom: 1px solid #efefef;
}

.sidebar-widget h3::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 150px;
  height: 3px;
  background-color: var(--theme-clr-dark);
}

.categories li {
  display: block;
  border-bottom: 1px solid #f1f1f1;
}

.categories li:last-child {
  border: none;
}

.categories li a {
  padding: 0.8rem 0.2rem;
  color: var(--bs-gray-600);
}

.categories li a:hover {
  color: var(--theme-clr-dark);
}

.course-details ul {
  margin: 0;
}

.course-box {
  border-radius: 1rem;
  position: relative;
  margin: 1rem 2rem;
  padding: 2rem;
}

.color-1 .course-box {
  border: 3px solid var(--theme-clr1);
}

.color-2 .course-box {
  border: 3px solid var(--theme-clr-dark);
}

.color-1 .course-box h4,
.color-1 .course-box li i {
  color: var(--theme-clr1);
}

.color-2 .course-box h4,
.color-2 .course-box li i {
  color: var(--theme-clr-dark);
}

.syllabus-timeline {
  position: relative;
}

.number-box {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  right: -77px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.number-box::before {
  width: 92px;
  height: 5px;
  content: "";
  position: absolute;
  left: -15px;
  top: 26px;
  z-index: -1;
}

.color-1 .number-box,
.color-1 .number-box::before {
  background: var(--theme-clr1);
}

.color-2 .number-box,
.color-2 .number-box::before {
  background: var(--theme-clr-dark);
}

.number {
  color: #fff;
  font-size: 26px;
  line-height: 44px;
  display: block;
  margin: auto;
}

.number span {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  display: block;
  margin-top: -12px;
}

h3.number .sem {
  font-size: 18px;
}

.course-box li {
  font-size: 14px;
  line-height: 22px;
}

.course-box ul.list-items li i {
  margin-top: 0.1rem;
}

.international-students ul.list-items li .bxs-star {
  font-size: 16px;
}

.campus-life {
  text-align: center;
}

ul.gallery {
  display: flex;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery li {
  margin: 1rem;
  border-radius: 1rem;
  max-width: 320px;
  height: 200px;
  overflow: hidden;
}

.gallery li a {
  display: unset;
}

.gallery li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

label.error {
  color: red;
  font-size: 14px;
}

@keyframes scale {
  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes scale {
  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes rotate-in {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@-webkit-keyframes running-in {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, 150px);
    transform: translate(-10px, 150px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes running-in {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, 150px);
    transform: translate(-10px, 150px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes rotated360 {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}

@keyframes rotated360 {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}

/* ADMISSION HOME */
.admission {
  background: radial-gradient(circle at top left, #fdff64, #a50017);
}
.admission h3{
    color: #fff;
    background: #24326d;
    display: inline-block;
    padding: 0.125rem 0.5rem;
    margin-bottom: 2rem;
}
.admission  .thumb{
    height: 300px;
    overflow: hidden;
    border: 8px solid #fff;
    border-bottom-width: 4rem;
    box-shadow: 0 6px 12px rgb(0 0 0 / 15%);
}
.admission .thumb.rotateN5{
  transform: rotate(-5deg);
}

.admission .thumb.rotate1{
transform: rotate(1deg);
}

.admission .thumb.rotateN2{
  transform: rotate(-2deg);
  }
.admission .thumb img{
    transition: 300ms ease-out;
}

.admission .thumb:hover{
  
  transform: rotate(0);
}

.admission .thumb:hover img{
    transform: scale(1.05);
    transition: 300ms ease-in;
}

.admission .thumb.edit img{
    filter: brightness(125%);
}


.blogs-blog {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 31.79%));
    gap: 30px;
}

.blog-card {
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    border-radius: 5px;
    border: 8px solid #fff;
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    transition: .3s
}

.blog-card:hover{
    box-shadow: 0 6px 12px rgb(0 0 0 / 15%);
}

.blog-card img {
    width: auto;
    height: 220px;
    object-fit: cover;
    border-radius: 5px;
}

.blog-card-content {
    flex: 1;
    padding: 23px 25px 20px 25px;
}

.blog-card-title {
    font-size: 24px !important;
    margin-bottom: 10px !important;
    margin: 0 0 5px !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card-description {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--bs-gray-800) !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.blog-dot {
    width: 5px;
    height: 5px;
    background: #939393;
    border-radius: 50%;
}

.blog-card-meta span {
    font-size: 15px;
    color: #6c757d;
    font-weight:500;
}
.blog-details-page .blog-card-meta span{
    font-size:19px;
}

@media (max-width: 1399px) {
    
    .blogs-blog {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(298px, 31.79%));
        gap: 20px;
    }
    
}

@media (max-width: 1199px) {
    a.navbar-brand {
        width: 250px;
    }
}

@media (max-width: 991px) {
    
    .blogs-blog {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(338px, 31.79%));
    }
    
}
@media (max-width: 767px) {
    
    .blogs-blog {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(338px, 1fr))
    }
}