@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");
.ratio img, .ratio object, .ratio iframe, .ratio video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ratio .contain {
  object-fit: contain !important;
}

.fixed-bg, .parallax {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.glass::before, .parallax::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.parallax {
  background-attachment: fixed;
  position: relative;
}

article {
  display: flow-root;
}
article h1, article h2, article h3, article h4 {
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
article h1 {
  font-size: 2.5rem;
}
article h2 {
  font-size: 2rem;
}
article h3 {
  font-size: 1.75rem;
}
article h4 {
  font-size: 1.5rem;
}
article p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
article p[style="float: left"] {
  margin-right: 2rem;
}
article p[style="float: right"] {
  margin-left: 2rem;
}
article p img {
  max-width: 100%;
  height: auto !important;
}
@media (max-width: 768px) {
  article p[style="float: left"], article p[style="float: right"] {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  article p img {
    width: 100%;
  }
}

/*====================================================================================================================*/
/*====================================================================================================================*/
@media (min-width: 992px) {
  *::-webkit-scrollbar {
    width: 12px;
    height: 0;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.05);
  }
  *::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 12px;
  }
}
.z-index-0 {
  z-index: 0 !important;
}
.z-index-1 {
  z-index: 1 !important;
}
.z-index-2 {
  z-index: 2 !important;
}
.z-index-3 {
  z-index: 3 !important;
}
.z-index-4 {
  z-index: 4 !important;
}
.z-index-5 {
  z-index: 5 !important;
}
.z-index-6 {
  z-index: 6 !important;
}
.z-index-7 {
  z-index: 7 !important;
}
.z-index-8 {
  z-index: 8 !important;
}
.z-index-9 {
  z-index: 9 !important;
}
.z-index-10 {
  z-index: 10 !important;
}
.z-index-11 {
  z-index: 11 !important;
}
.z-index-12 {
  z-index: 12 !important;
}
.z-index-13 {
  z-index: 13 !important;
}
.z-index-14 {
  z-index: 14 !important;
}
.z-index-15 {
  z-index: 15 !important;
}
.z-index-16 {
  z-index: 16 !important;
}

.line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
}

.line-1 {
  word-break: break-all;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  -o-line-clamp: 1;
}

.line-2 {
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
}

.line-3 {
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
}

.line-4 {
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  -ms-line-clamp: 4;
  -o-line-clamp: 4;
}

.line-5 {
  -webkit-line-clamp: 5;
  -moz-line-clamp: 5;
  -ms-line-clamp: 5;
  -o-line-clamp: 5;
}

.line-6 {
  -webkit-line-clamp: 6;
  -moz-line-clamp: 6;
  -ms-line-clamp: 6;
  -o-line-clamp: 6;
}

.tr-0 {
  transition: all 0s;
  --webkit-transion: all 0s;
  --moz-transion: all 0s;
  --ms-transion: all 0s;
  --o-transion: all 0s;
}
.tr-1 {
  transition: all 0.1s;
  --webkit-transion: all 0.1s;
  --moz-transion: all 0.1s;
  --ms-transion: all 0.1s;
  --o-transion: all 0.1s;
}
.tr-2 {
  transition: all 0.2s;
  --webkit-transion: all 0.2s;
  --moz-transion: all 0.2s;
  --ms-transion: all 0.2s;
  --o-transion: all 0.2s;
}
.tr-3 {
  transition: all 0.3s;
  --webkit-transion: all 0.3s;
  --moz-transion: all 0.3s;
  --ms-transion: all 0.3s;
  --o-transion: all 0.3s;
}
.tr-4 {
  transition: all 0.4s;
  --webkit-transion: all 0.4s;
  --moz-transion: all 0.4s;
  --ms-transion: all 0.4s;
  --o-transion: all 0.4s;
}
.tr-5 {
  transition: all 0.5s;
  --webkit-transion: all 0.5s;
  --moz-transion: all 0.5s;
  --ms-transion: all 0.5s;
  --o-transion: all 0.5s;
}
.tr-6 {
  transition: all 0.6s;
  --webkit-transion: all 0.6s;
  --moz-transion: all 0.6s;
  --ms-transion: all 0.6s;
  --o-transion: all 0.6s;
}

.bi {
  display: block !important;
  line-height: 0 !important;
}

/*====================================================================================================================*/
/* Pages */
/*====================================================================================================================*/
@media (min-width: 992px) {
  .main-navbar .navbar-brand {
    color: white !important;
  }
  .main-navbar .navbar-nav .nav-item .btn {
    border-radius: 2rem;
    letter-spacing: 0.4px;
  }
  .main-navbar .navbar-nav .nav-item .btn:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
  }
  .main-navbar .dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    height: 35px;
    width: 100%;
  }
  .main-navbar .dropdown.open-on-hover:hover .dropdown-toggle {
    background-color: var(--bs-light);
  }
  .main-navbar .dropdown.open-on-hover:hover .dropdown-menu {
    display: block !important;
    top: 100%;
  }
  .main-navbar .dropdown-menu {
    transform: translateX(-50%);
    left: 50%;
    margin-top: 16px;
  }
  .main-navbar .dropdown-menu::before, .main-navbar .dropdown-menu::after {
    content: "";
    position: absolute;
    top: -14px;
  }
  .main-navbar .dropdown-menu::before {
    left: calc(50% - 14px);
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid transparent;
  }
  .main-navbar .dropdown-menu::after {
    left: 50%;
    border-bottom: 15px solid #ffffff;
    border-right: 15px solid transparent;
  }
  .main-navbar .dropdown-menu.mega-menu {
    min-width: 650px;
  }
  .main-navbar .dropdown-menu.mega-menu::after {
    border-bottom: 15px solid var(--bs-light);
  }
  .main-navbar .social-list-wrapper {
    order: 1;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 991px) {
  .main-navbar {
    position: sticky !important;
    top: 0 !important;
    background-color: white;
    padding: 0 !important;
  }
  .main-navbar .navbar-brand {
    color: black !important;
  }
  .main-navbar .navbar-collapse {
    position: fixed;
    height: calc(100vh - 59px);
    width: 90%;
    max-width: 300px !important;
    background-color: white !important;
    border-top: 1px solid var(--bs-border-color);
    top: 59px;
    left: -100%;
  }
  .main-navbar .navbar-collapse.show {
    left: 0 !important;
  }
  .main-navbar .navbar-collapse .btn {
    text-align: left !important;
  }
  .main-navbar .navbar-collapse .navbar-nav {
    width: 100% !important;
    /*border-bottom: 1px solid var(--bs-border-color);
    margin-bottom: 1rem !important;*/
  }
  .main-navbar .navbar-collapse .navbar-nav .nav-item .btn {
    border-radius: 0 !important;
    border: 0 !important;
    font-weight: bold;
  }
  .main-navbar .navbar-collapse .dropdown {
    display: block !important;
  }
  .main-navbar .navbar-collapse .dropdown-menu {
    position: relative !important;
    box-shadow: none !important;
    background-color: var(--bs-light) !important;
    border-radius: 0 !important;
    top: 0 !important;
  }
}
.main-hero {
  background: linear-gradient(90deg, rgba(var(--bs-primary-rgb), 100%) 0%, rgba(255, 255, 255, 0) 80%) !important;
}
@media (max-width: 768px) {
  .main-hero {
    background-color: var(--bs-primary) !important;
  }
}
.main-registration-section {
  background-size: cover;
  background: #ffffff url("../images/background-1.svg") fixed center;
}
.main-registration-section::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  right: 0;
  height: 80px;
  z-index: 2;
  clip-path: polygon(100% 100%, 0% 100%, 0% 24.31%, 3.33% 33.68%, 6.67% 45.04%, 10% 57.44%, 13.33% 69.82%, 16.67% 81.11%, 20% 90.35%, 23.33% 96.77%, 26.67% 99.8%, 30% 99.18%, 33.33% 94.98%, 36.67% 87.55%, 40% 77.53%, 43.33% 65.76%, 46.67% 53.26%, 50% 41.09%, 53.33% 30.29%, 56.67% 21.78%, 60% 16.29%, 63.33% 14.29%, 66.67% 15.95%, 70% 21.12%, 73.33% 29.37%, 76.67% 39.99%, 80% 52.07%, 83.33% 64.58%, 86.67% 76.47%, 90% 86.7%, 93.33% 94.41%, 96.67% 98.93%, 100% 99.9%);
  background-size: cover;
  background: #ffffff url("../images/background-1.svg") fixed center;
}
.main-registration-section::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  height: 80px;
  z-index: 1;
  clip-path: polygon(100% 0%, 0% 0%, 0% 93.3%, 3.33% 82.67%, 6.67% 68.41%, 10% 52.09%, 13.33% 35.55%, 16.67% 20.61%, 20% 8.94%, 23.33% 1.84%, 26.67% 0.1%, 30% 3.91%, 33.33% 12.84%, 36.67% 25.91%, 40% 41.66%, 43.33% 58.34%, 46.67% 74.09%, 50% 87.16%, 53.33% 96.09%, 56.67% 99.9%, 60% 98.16%, 63.33% 91.06%, 66.67% 79.39%, 70% 64.45%, 73.33% 47.91%, 76.67% 31.59%, 80% 17.33%, 83.33% 6.7%, 86.67% 0.89%, 90% 0.54%, 93.33% 5.69%, 96.67% 15.77%, 100% 29.66%);
  background-size: cover;
  background: #ffffff url("../images/background-1.svg") fixed center;
}
@media (max-width: 768px) {
  .main-registration-section::before, .main-registration-section::after {
    height: 30px;
  }
}
.main-registration-section input::placeholder {
  font-weight: bold;
  color: var(--bs-primary);
}
.main-projects-section {
  background: linear-gradient(180deg, rgba(var(--bs-primary-rgb), 100%) 0%, rgba(255, 255, 255, 0) 80%) !important;
}
.main-projects-section::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  height: 80px;
  z-index: 1;
  clip-path: polygon(100% 0%, 0% 0%, 0% 93.3%, 3.33% 82.67%, 6.67% 68.41%, 10% 52.09%, 13.33% 35.55%, 16.67% 20.61%, 20% 8.94%, 23.33% 1.84%, 26.67% 0.1%, 30% 3.91%, 33.33% 12.84%, 36.67% 25.91%, 40% 41.66%, 43.33% 58.34%, 46.67% 74.09%, 50% 87.16%, 53.33% 96.09%, 56.67% 99.9%, 60% 98.16%, 63.33% 91.06%, 66.67% 79.39%, 70% 64.45%, 73.33% 47.91%, 76.67% 31.59%, 80% 17.33%, 83.33% 6.7%, 86.67% 0.89%, 90% 0.54%, 93.33% 5.69%, 96.67% 15.77%, 100% 29.66%);
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .main-projects-section::after {
    height: 30px;
  }
}
.main-team-section {
  background: linear-gradient(180deg, rgba(var(--bs-primary-rgb), 100%) 0%, rgba(255, 255, 255, 0) 80%) !important;
}
.main-news-section {
  background-size: cover;
  background: #ffffff url("../images/background-1.svg") fixed center;
}
.main-counts-section::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  right: 0;
  height: 50px;
  z-index: 1;
  clip-path: polygon(100% 100%, 0% 100%, 0% 10.17%, 3.33% 12.45%, 6.67% 22.09%, 10% 37.42%, 13.33% 55.79%, 16.67% 74.02%, 20% 88.96%, 23.33% 98.03%, 26.67% 99.66%, 30% 93.57%, 33.33% 80.81%, 36.67% 63.59%, 40% 44.88%, 43.33% 27.92%, 46.67% 15.64%, 50% 10.17%, 53.33% 12.45%, 56.67% 22.09%, 60% 37.42%, 63.33% 55.79%, 66.67% 74.02%, 70% 88.96%, 73.33% 98.03%, 76.67% 99.66%, 80% 93.57%, 83.33% 80.81%, 86.67% 63.59%, 90% 44.88%, 93.33% 27.92%, 96.67% 15.64%, 100% 10.17%);
  background-color: var(--bs-primary);
}
.main-counts-section::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  height: 50px;
  z-index: 1;
  clip-path: polygon(100% 0%, 0% 0%, 0% 6.68%, 3.33% 15.51%, 6.67% 26.38%, 10% 37.59%, 13.33% 47.39%, 16.67% 54.25%, 20% 57.1%, 23.33% 55.49%, 26.67% 49.67%, 30% 40.56%, 33.33% 29.57%, 36.67% 18.43%, 40% 8.87%, 43.33% 2.39%, 46.67% 0%, 50% 2.08%, 53.33% 8.3%, 56.67% 17.68%, 60% 28.77%, 63.33% 39.83%, 66.67% 49.12%, 70% 55.21%, 73.33% 57.13%, 76.67% 54.59%, 80% 47.98%, 83.33% 38.34%, 86.67% 27.18%, 90% 16.23%, 93.33% 7.21%, 96.67% 1.52%, 100% 0.07%);
  background-color: var(--bs-primary);
}
@media (max-width: 768px) {
  .main-counts-section::before {
    height: 25px;
  }
  .main-counts-section::after {
    height: 25px;
  }
}
.main-registration-bottom-section::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  height: 50px;
  z-index: 1;
  clip-path: polygon(100% 0%, 0% 0%, 0% 6.68%, 3.33% 15.51%, 6.67% 26.38%, 10% 37.59%, 13.33% 47.39%, 16.67% 54.25%, 20% 57.1%, 23.33% 55.49%, 26.67% 49.67%, 30% 40.56%, 33.33% 29.57%, 36.67% 18.43%, 40% 8.87%, 43.33% 2.39%, 46.67% 0%, 50% 2.08%, 53.33% 8.3%, 56.67% 17.68%, 60% 28.77%, 63.33% 39.83%, 66.67% 49.12%, 70% 55.21%, 73.33% 57.13%, 76.67% 54.59%, 80% 47.98%, 83.33% 38.34%, 86.67% 27.18%, 90% 16.23%, 93.33% 7.21%, 96.67% 1.52%, 100% 0.07%);
  background-color: white;
}
@media (max-width: 768px) {
  .main-registration-bottom-section::after {
    height: 25px;
  }
}

.page-hero {
  background: linear-gradient(90deg, rgba(var(--bs-primary-rgb), 100%) 0%, rgba(255, 255, 255, 0) 80%) !important;
}
@media (max-width: 768px) {
  .page-hero {
    background-color: var(--bs-primary) !important;
  }
}
@media (min-width: 991px) {
  .page .side-menu .navbar-collapse .navbar-nav {
    flex-direction: column !important;
  }
  .page .side-menu .navbar-collapse .nav-link {
    font-weight: bold;
    border-radius: 2rem;
  }
  .page .side-menu .navbar-collapse .nav-link.active {
    background-color: var(--bs-primary);
    color: #fff;
  }
  
  .news-height {
	height: 50px;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  
}

.re {
	color: red;
    margin: 0px 5px 0px 0;
    font-style: normal;
}

/*# sourceMappingURL=custom.css.map */
