:root {
   --main-bg: #edeff7;
}
body {
   font-family: "Manrope", sans-serif;
   overflow-x: hidden;
}

.icon {
   width: 24px;
   height: 24px;
   stroke: #333;
}
header nav li::after {
   content: "";
   width: 5px;
   height: 5px;
   border-radius: 100%;
   background: #4184fa;
   display: inline-block;
}
header nav li .sub-nav li::after,
header nav li .sub-nav {
   display: none;
}
header nav li:hover .sub-nav {
   display: flex;
   -webkit-animation: 1s 0.1s fadeIn both;
   animation: 1s 0.1s fadeIn both;
}
.second-nav li.active::after,
.second-nav li:hover::after {
   content: "";
   width: 70%;
   height: 3px;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 9;
   display: block;
   clear: both;
   background: #6a758c;
   -webkit-animation: 0.8s 0.1s fadeInDown both;
   animation: 0.8s 0.1s fadeInDown both;
   cursor: pointer;
}
.second-nav li:hover::after {
   content: "";
   width: 70%;
   height: 3px;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 9;
   display: block;
   clear: both;
   background: #4184fa;
   -webkit-animation: 0.8s 0.1s fadeInDown both;
   animation: 0.8s 0.1s fadeInDown both;
   cursor: pointer;
}
.sliding-bg::after {
   content: "";
   display: block;
   background: #000000;
   background: linear-gradient(
      0deg,
      rgb(0 0 0 / 37%) 0%,
      rgba(0, 0, 0, 0.25) 100%
   );
   height: 120%;
   width: 100%;
   position: absolute;
   left: 0;
   top: -25px;
   transition: all ease-in-out 0.5s;
}
.overlay::after {
   content: "";
   display: block;
   background: #000000;
   background: linear-gradient(
      0deg,
      rgb(0 0 0 / 64%) 0%,
      rgb(0 0 0 / 54%) 100%
   );
   height: 120%;
   width: 100%;
   position: absolute;
   left: 0;
   top: -25px;
   transition: all ease-in-out 0.5s;
}
.projects {
   margin-top: -10rem;
   padding-top: 12rem;
}
.animation-pulse {
   /*box-shadow: 0 0 0 20px rgba(229,62,62, 0.5);
    transform: scale(0.8);*/
   animation: newpulse 2s infinite;
}

@keyframes newpulse {
   0% {
      transform: scale(0.8);
      box-shadow: 0 0 0 0 rgba(229, 62, 62, 1);
   }

   70% {
      transform: scale(1);
      box-shadow: 0 0 0 60px rgba(229, 62, 62, 0);
   }

   100% {
      transform: scale(0.8);
   }
}
.news-slider .owl-stage-outer {
   overflow: visible;
}
article p,
article ul {
   line-height: 1.5rem;
   margin-bottom: 1rem;
   font-size: 0.875rem;
   list-style: disc;
   list-style-position: inside;
}
article a {
   color: #4285fa;
   text-decoration: underline;
}
.owl-theme .owl-dots .owl-dot span {
   margin: 5px 2px;
}
.owl-theme .owl-dots .owl-dot span:hover {
   background: #4285fa;
}
.owl-theme .owl-dots .owl-dot.active span {
   background: #4285fa;
   width: 40px;
   transition: all ease-in-out 0.4s;
}
.four-slider .owl-item img {
   display: block;
}
.four-slider .focus,
.four-slider,
.four-slider .owl-item {
   height: 100%;
}
.partner-slider.owl-theme .owl-dots {
   margin-top: 2rem;
}
.history-slider .center .bg-white {
   width: 100% !important;
   height: 280px;
   display: flex;
   justify-content: center;
   flex-direction: column;
}
.history-slider .owl-stage {
   display: flex;
   align-items: center;
}
.owl-dot {
   margin-top: 2rem;
}
section {
   background-size: cover !important;
   background-position: top !important;
}
.news p,
.news a,
p {
   font-size: 0.9rem;
   line-height: 1.45rem;
   margin-bottom: 0.6rem !important;
}
@media only screen and (max-width: 500px) {
   .owl-dot {
      margin-top: 0.5rem;
   }
}
article h1 {
   font-size: 1.6rem;
   line-height: 2rem;
   margin-bottom: 0.6rem;
}

table {
   width: 100%;
   border-collapse: collapse;
   border: 1px solid #edeff7;
   font-size: 14px;
}

table th,
table td {
   border: 1px solid black;
   padding: 0.8rem;
   text-align: left;
   min-width: 200px;
}

table thead {
   background-color: #4184fa; /* Blue header */
   color: white;
}

table tr:nth-child(even) {
   background-color: #f9f9f9;
}

p {
   margin-bottom: 0.6rem !important;
}
.card:hover a.bg-white {
   background: #4c8bfa;
   color: white;
   transition: all ease-in-out 0.4s;
}
.card:hover a.bg-white span {
   transform: rotate(180deg);
   transition: all ease-in-out 1.5s;
   background: #6a758c;
   color: white;
}
.card:hover img {
   transform: scale(1.1);
   transition: all ease-in-out 0.4s;
}
.banner-slider .owl-stage,
.banner-slider .owl-stage-outer {
   height: 100%;
}
.owl-stage {
   display: flex;
}
.history-slider {
   border-top: 1px solid #4184fa;
   margin-top: 2rem;
}
.title h2 {
   font-size: 1.875rem;
   line-height: 2.25rem;
   font-weight: 800;
   width: 60%;
   text-align: center;
}
.four-slider h2,
.four-slider h3,
.news-slider h3 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   -webkit-line-clamp: 2;
   line-clamp: 2;
}
.four-slider p,
.news-slider p {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   -webkit-line-clamp: 4;
   line-clamp: 4;
}

.programs-slider .owl-dots {
   position: absolute;
   transform: rotate(180deg);
   top: 0;
   bottom: 0;
   margin: 0 auto !important;
   display: flex;
   left: 0;
   height: 100%;
   flex-direction: column;
   align-items: center;
   justify-content: space-between;
   padding: 3rem 0px;
}
.programs-slider .owl-dots .owl-dot span {
   margin: 0;
   width: 2px !important;
   height: 100%;
}

.programs-slider .owl-dots .owl-dot {
   height: 100%;
   margin: 0;
}
.sticky {
   display: block;
   position: fixed !important;
   -webkit-animation: 1s 0.1s fadeInDown both;
   animation: 1s 0.1s fadeInDown both;
   z-index: 9;
   width: 100%;
}
.history-slider .owl-nav {
   margin: 0;
   position: absolute;
   width: 104%;
   display: flex !important;
   justify-content: space-between;
   top: 50%;
   left: -2%;
}
.history-slider button {
   background: transparent !important;
   margin: 0 !important;
   text-align: center;
}
.owl-carousel a,
.related a {
   text-decoration: none;
}
article .news-slider h3 {
   -webkit-line-clamp: none;
   line-clamp: 0;
}
.social,
.related ul {
   list-style-type: none !important;
}