.main-container {
  position: relative;
  overflow: hidden;
}
.main-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #0e2842 100%, #346392 0%);
  opacity: 0.8;
}
.img-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 1;
}
.touch-container {
  background: linear-gradient(to left, #e5fff3 0%, #e0f1ff 30%, #fdf2ef 100%);
}
.conatct-form-group {
  display: flex;
  gap: 1.8rem;
}
.width {
  width: 50%;
}
.about-container {
  background: linear-gradient(0deg, #0e2842 0%, #346392 100%);
}
.about-content ul li a {
  color: #0c8cd6;
  text-decoration: none;
}
.about-content ul li a:hover {
  color: #0e2842;
}
.about-content {
  h2 {
    color: #ffffff;
  }
  ul {
    list-style: none;
    li {
      color: #ffffff;
    }
  }
}
.about-content-2 {
  h2 {
    color: #ffffff;
  }
  ul {
    list-style: disc;
    li {
      color: #ffffff;
    }
  }
}
.UniversityFee {
  background-color: #f5f7fa;
  padding-bottom: 5rem;
}
table thead th {
  background-color: #0c8cd6 !important;
  color: #ffffff !important;
}
.uk-content ul li {
  color: black;
}
.studyinrussuia ul {
  a {
    text-decoration: none;
  }
  li {
    color: #0c8cd6;
  }
}
.studyinrussuia ul li {
  color: #0c8cd6;
}
.abroad-list ul {
  list-style: none;
  padding: 0;
  li a {
    text-decoration: none;
  }
}
.link-section {
  background: linear-gradient(to left, #e5fff3 0%, #e0f1ff 30%, #fdf2ef 100%);
}
.about-area {
  /* background: linear-gradient(to left, #e5fff3 0%, #e0f1ff 30%, #fdf2ef 100%); */
}
.team-section {
  position: relative;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.team-img {
  width: 238px;
  height: 238px;
  transition: 0.2s;
}
.team-section:hover .team-img {
  transform: translate3d(0, -2px, 10px);
  box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.205);
}
.contact-btn {
  width: 25%;
}
.third-info {
  ul li {
    margin: 7px 0;
    a {
      text-decoration: none;
      color: #0c8cd6;
    }
  }
}
.third-info ul li a:hover {
  color: #0e2842;
}
.second-info {
  background: linear-gradient(to left, #e5fff3 0%, #e0f1ff 30%, #fdf2ef 100%);
}
.uk-content-2 {
  background: linear-gradient(to left, #e5fff3 0%, #e0f1ff 30%, #fdf2ef 100%);
}
.line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #182637;
  border-radius: 3px;
  transition: 0.3s;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.team-section:hover .line {
  background-color: #00aef0;
}
.course-section{
  background-color: black;
}
.test-prep-container{
   background: linear-gradient(to left, #e5fff3 0%, #e0f1ff 30%, #fdf2ef 100%);
}
.prep-card{
  background-color: #ffffff;
}