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

@font-face {
  font-family: Droid-Kufi;
  src: url(../fonts/Droid_Kufi_Bold.ttf);
}
@font-face {
  font-family: Droid-Kufi;
  src: url(../fonts/Droid_Kufi_Regular.ttf);
}
body {
  font-family: Droid-Kufi;
  overflow-x: hidden;
}

body.rtl-mode {
  direction: rtl;
  text-align: right;
}

body:not(.rtl-mode) header .main-content .carousel_header .owl-next,
body:not(.rtl-mode) header .main-content .carousel_header .owl-prev {
  transform: rotateZ(180deg);
}
body:not(.rtl-mode) header .navbar .navbar-brand {
  left: 1rem;
}
body:not(.rtl-mode) #about .content .image {
  margin-right: 1rem;
}
body:not(.rtl-mode) #quick_links .link_7 img {
  margin-right: 1rem;
  margin-top: auto;
  margin-bottom: auto;
}
body:not(.rtl-mode) #news .image {
  margin-right: 2rem;
}
body:not(.rtl-mode) #news .card img {
  border-left: 0;
  border-right: 6px solid #e5b24c;
}
body:not(.rtl-mode) #footer .part_1 .footer_pattern {
  left: 15rem;
}

@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#progress_bar {
  position: fixed;
  width: 0;
  height: 4px;
  background-color: #e5b14c;
  top: 0;
  left: 0;
  z-index: 9999;
}

h2 {
  font-weight: bold;
}

.c-green {
  color: #0f684c;
  font-weight: bold;
}

section {
  padding: 5rem 0;
}

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

p {
  margin-bottom: 0;
}

img {
  object-fit: cover;
}

.show-more {
  position: relative;
  background-color: #01a2a6;
  padding: 1rem 3rem;
  border-radius: 100px;
  color: #fff;
  font-weight: 600;
  margin-top: 1rem;
  border: 0;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s linear;
}
.show-more a {
  color: #fff;
  transition: all 0.3s linear;
}
.show-more::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: #e5b24c;
  transform: translateY(-110%);
  transition: all 0.3s linear;
  z-index: -1;
}
.show-more:hover {
  transform: translateY(-3px);
  box-shadow: 0 2px 7px 0px #6a6a6a;
}
.show-more:active {
  transform: translateY(-1px);
}
.show-more:hover a {
  color: #fff;
}
.show-more:hover::after {
  transform: translateY(0);
}

.pattern {
  width: 200px;
  margin: 1rem 0;
}

.owl-carousel .owl-dots, .owl-carousel .owl-nav {
  display: block !important;
}

body.rtl-mode .owl-carousel .owl-nav button.owl-next, body.rtl-mode .owl-carousel .owl-nav button.owl-prev {
  transform: rotateY(180deg);
}

.owl-next:hover,
.owl-prev:hover {
  background-color: #0f684c !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  background: #e5b14c;
  color: #fff;
  border-radius: 50%;
  font-size: 1.5rem;
  transition: all 0.3s linear;
}

#testimonial .owl-carousel .owl-nav button.owl-next, #testimonial .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
}

#testimonial .owl-carousel .owl-nav button.owl-prev {
  left: -2.5rem;
}

#testimonial .owl-carousel .owl-nav button.owl-next {
  right: -2.5rem;
}

#partners .owl-carousel .owl-nav button.owl-next, #partners .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
}

#partners .owl-carousel .owl-nav button.owl-prev {
  left: -4.5rem;
}

#partners .owl-carousel .owl-nav button.owl-next {
  right: -4.5rem;
}

.loading {
  position: absolute;
  inset: 0;
  background-color: #0f684c;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}
.loading .circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(45deg, #e5b24c 0%, #e5b24c 35%, #e5b24c 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  transform: translateX(0);
  z-index: 2;
}
.loading .circle:nth-child(1) {
  animation: move-1 2s infinite;
}
.loading .circle:nth-child(3) {
  animation: move-3 2s infinite;
}

@keyframes move-1 {
  0% {
    z-index: 3;
    transform: translateX(0);
  }
  25% {
    z-index: 3;
    transform: translateX(80px);
  }
  50% {
    z-index: 3;
    transform: translateX(0);
  }
  50.1% {
    z-index: 1;
    transform: translateX(0);
  }
  75% {
    z-index: 1;
    transform: translateX(80px);
  }
  100% {
    z-index: 1;
    transform: translateX(0);
  }
}
@keyframes move-3 {
  0% {
    z-index: 1;
    transform: translateX(0);
  }
  25% {
    z-index: 1;
    transform: translateX(-80px);
  }
  50% {
    z-index: 1;
    transform: translateX(0);
  }
  50.1% {
    z-index: 3;
    transform: translateX(0);
  }
  75% {
    z-index: 3;
    transform: translateX(-80px);
  }
  100% {
    z-index: 3;
    transform: translateX(0);
  }
}
:root {
  --animate-duration: 2500ms;
  --animate-delay: 0.9s;
}

@media (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 2rem;
  }
}

.modal-backdrop {
  z-index: 1;
}

@media (max-width: 768px) {
  .modal {
    top: 10rem;
  }
}
.modal .modal-body input {
  margin-bottom: 1rem;
}
.modal .select2 {
  width: 100% !important;
  margin: auto;
  padding: 0.25rem 0;
  border: 1px solid #ced4da;
  border-radius: 6px;
}
.modal .select2-container--default .select2-selection--single {
  border: none;
}
.modal .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
}

header {
  height: 105vh;
}
header .navbar {
  background-color: #0f684c;
  padding: 1rem 0;
  position: relative;
}
header .navbar::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../icons/Repeat-pattern.svg);
  background-size: cover;
  z-index: 1;
}
header .navbar .navbar-toggler {
  background-color: #fff;
  border-color: #e5b24c;
}
header .navbar .navbar-brand {
  position: absolute;
  background: #fff;
  height: 140%;
  width: 150px;
  right: 1%;
  top: 0;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 25px;
  z-index: 99;
}
header .navbar .navbar-collapse {
  margin-right: calc(1% + 160px);
}
header .navbar .navbar-nav {
  position: relative;
  z-index: 2;
}
header .navbar .navbar-nav .nav-item {
  margin-left: 0.5rem;
}
header .navbar .navbar-nav .nav-item a {
  color: #fff;
}
header .navbar .navbar-nav .nav-item a:visited {
  color: #fff;
}
header .navbar .navbar-nav .nav-item a.active, header .navbar .navbar-nav .nav-item a:hover {
  color: #feca3d;
  position: relative;
}
header .navbar .navbar-nav .nav-item a.active::after, header .navbar .navbar-nav .nav-item a:hover::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 10%;
  background-color: #feca3d;
}
header .navbar .navbar-nav .nav-item .dropdown button {
  color: #fff;
}
header .navbar .navbar-nav .nav-item .dropdown button:hover {
  color: #e5b24c;
  border-bottom: 1px solid #e5b24c;
}
header .navbar .navbar-nav .nav-item .dropdown ul {
  right: -2rem;
  width: max-content;
  text-align: inherit;
  background-color: #0f684c;
}
header .navbar .navbar-nav .nav-item .dropdown ul li {
  color: #fff;
  margin-bottom: 1rem;
}
header .navbar .navbar-nav .nav-item .dropdown ul li a:hover {
  background-color: transparent;
}
header .navbar .btns {
  position: relative;
  z-index: 2;
}
header .navbar .btns .contact {
  background-color: #fff;
  border: none;
  padding: 1rem 1.5rem;
  margin-left: 0.5rem;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
header .navbar .btns .contact a {
  color: #000;
  transition: all 0.3s linear;
}
header .navbar .btns .contact::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: #e5b24c;
  transform: translateX(100%);
  transition: all 0.3s linear;
  z-index: -1;
}
header .navbar .btns .contact:hover a {
  color: #fff;
}
header .navbar .btns .contact:hover::after {
  transform: translateX(0);
}
header .navbar .btns .order {
  position: relative;
  background-color: #e5b14c;
  border: none;
  padding: 1rem 1.5rem;
  margin-left: 0.5rem;
  border-radius: 8px;
  overflow: hidden;
  z-index: 2;
}
header .navbar .btns .order a {
  color: #fff;
}
header .navbar .btns .order::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: #fff;
  transform: translateX(100%);
  transition: all 0.3s linear;
  z-index: -1;
}
header .navbar .btns .order:hover a {
  color: #e5b24c;
}
header .navbar .btns .order:hover::after {
  transform: translateX(0);
}
header .navbar .btns .search {
  background-color: #01a2a6;
  padding: 1rem;
  border-radius: 8px;
}
header .navbar .btns .search .search_icon {
  color: #fff;
}
header #button_canvas {
  background-color: #e5b24c;
  border: none;
  display: none;
}
header .offcanvas {
  background-color: #0f684c;
  width: 100%;
}
header .offcanvas .offcanvas-header img {
  height: 70px;
}
header .offcanvas .offcanvas-header .btn-close {
  color: #e5b24c;
  background: none;
}
header .offcanvas .offcanvas-header .btn-close .close {
  color: #fff;
  font-size: 2rem;
}
header .offcanvas .offcanvas-header .btn-close:active {
  border: none;
}
header .offcanvas .offcanvas-body ul:not(.dropdown ul) li {
  margin: 0.5rem;
  border-bottom: 1px solid #fff;
}
header .offcanvas .offcanvas-body ul:not(.dropdown ul) li:hover, header .offcanvas .offcanvas-body ul:not(.dropdown ul) li:hover a {
  color: #e5b24c;
  border-bottom-color: #e5b24c;
}
header .offcanvas .offcanvas-body ul:not(.dropdown ul) li a {
  color: #fff;
}
header .offcanvas .offcanvas-body .dropdown button {
  color: #fff;
}
header .offcanvas .offcanvas-body .dropdown button:hover {
  color: #e5b24c;
}
header .offcanvas .offcanvas-body .dropdown ul {
  background-color: #041c15;
}
header .offcanvas .offcanvas-body .dropdown ul li a:hover {
  background-color: transparent;
  color: #e5b24c;
}
header .offcanvas .offcanvas-body .btns {
  margin-top: 1rem;
}
header .offcanvas .offcanvas-body .btns button {
  padding: 0.5rem 1rem;
  border: none;
  background-color: #e5b24c;
  border-radius: 99px;
  transition: all 0.3s linear;
}
header .offcanvas .offcanvas-body .btns button a {
  color: #fff;
  transition: all 0.3s linear;
}
header .offcanvas .offcanvas-body .btns button:hover {
  background-color: #fff;
}
header .offcanvas .offcanvas-body .btns button:hover a {
  color: #6c757d;
}
header .main-content .carousel_header .item {
  position: relative;
}
header .main-content .carousel_header .item .image img {
  height: 100vh;
}
header .main-content .carousel_header .item .content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
header .main-content .carousel_header .item .content .image img:first-of-type {
  height: 75px;
}
header .main-content .carousel_header .item .content .image img:last-of-type {
  height: 20px;
  width: 75%;
  margin: auto;
}
header .main-content .carousel_header .item .content h6 {
  margin-bottom: 2rem;
}
header .main-content .carousel_header .owl-prev, header .main-content .carousel_header .owl-next {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  border-radius: 0;
}
header .main-content .carousel_header .owl-prev {
  right: -5px;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
}
header .main-content .carousel_header .owl-next {
  left: -5px;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}

#about {
  position: relative;
  padding-top: 0;
  background-image: linear-gradient(rgba(246, 237, 222, 0.5764705882), rgba(246, 237, 222, 0.5764705882)), url(../images/about-background.png);
  background-size: cover;
}
#about .row {
  --bs-gutter-x:0;
}
#about .three-boxes {
  position: relative;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 4;
  text-align: center;
}
#about .three-boxes .box {
  padding: 2rem 1rem;
  transition: all 0.3s linear;
}
#about .three-boxes .box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 6px 0 #ccc;
}
#about .three-boxes .box .icon img {
  height: 50px;
}
#about .three-boxes .box h3 {
  margin: 1rem 0;
}
#about .three-boxes .vision {
  background-color: #0f684c;
}
#about .three-boxes .message {
  background-color: #01a2a6;
}
#about .three-boxes .values {
  background-color: #e5b14c;
}
#about .content .row {
  align-items: center;
}
#about .content h2 {
  margin-bottom: 1rem;
}
#about .content h2 span {
  display: block;
}
#about .content h2 span:first-of-type {
  color: #707070;
  margin-bottom: 0.5rem;
  font-weight: 300;
}
#about .content h2 span:last-of-type {
  color: #0f684c;
}
#about .content p {
  line-height: 30px;
  margin-bottom: 2rem;
  color: #67635d;
}

#video {
  background: linear-gradient(rgba(15, 104, 76, 0.8235294118), rgba(15, 104, 76, 0.8235294118)), url(../images/video-section.png);
  background-size: cover;
  background-attachment: fixed;
}
#video .text-header {
  color: #fff;
  margin-bottom: 2rem;
}
#video #player {
  height: 500px;
}
#video .plyr__control--overlaid {
  width: 70px;
  height: 70px;
}
#video .plyr__control--overlaid svg {
  left: 50%;
  transform: translateX(-50%);
}

#quick_links .text-header {
  color: #0f684c;
  margin-bottom: 2rem;
}
#quick_links .row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}
#quick_links .link {
  text-align: center;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s linear;
}
#quick_links .link:hover {
  transform: scale(1.03);
}
#quick_links .link::after {
  position: absolute;
  content: "";
  height: 65%;
  width: 50%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../icons/quick_links_item.svg);
  background-size: cover;
  z-index: 1;
}
#quick_links .link h6 {
  display: inline-block;
  font-size: 1.5rem;
}
#quick_links .link img {
  width: 48px;
  margin: auto;
  margin-bottom: 1rem;
}
#quick_links .link_1 {
  background-color: #0f684c;
}
#quick_links .link_2 {
  background-color: #01a2a6;
}
#quick_links .link_3 {
  background-color: #e5b14c;
}
#quick_links .link_4 {
  background-color: #8A9535;
}
#quick_links .link_5 {
  background-color: #364E64;
}
#quick_links .link_6 {
  background-color: #7AC24F;
}
#quick_links .link_7 {
  background-color: #6A6900;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#quick_links .link_7 img {
  margin: 0 0 1rem 1rem;
}
#quick_links .link_7 h6 {
  margin-bottom: 1rem;
}

#news {
  padding: 5rem 0;
}
#news .row.first {
  --bs-gutter-x: 0;
  align-items: center;
}
#news .text-header {
  color: #0f684c;
  margin-bottom: 2rem;
}
#news .card {
  max-width: 90%;
  margin-right: 2rem;
  border: none;
  box-shadow: 0 0 6px 0px #c7c7c7;
}
#news .card .pic {
  overflow: hidden;
  height: 100%;
}
#news .card .pic img {
  border-left: 6px solid #e5b14c;
  border-radius: 0 !important;
  overflow: hidden;
  transition: all 0.3s linear;
}
#news .card .pic img:hover {
  transform: scale(1.2);
}
#news .card .card-body h5 {
  color: #0f684c;
}
#news .card .card-body p:first-of-type {
  color: #919191;
  margin: 0.5rem 0;
}
#news .card .card-body p:last-of-type {
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#news .card .card-body .read-more {
  text-align: end;
  margin-top: 0.5rem;
}
#news .card .card-body .read-more a {
  color: #0f684c;
  font-weight: 600;
}
#news .show-more {
  margin-right: 2rem;
}

#counter {
  padding: 5rem 0;
  text-align: center;
  background: url(../images/counter.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: #fff;
}
#counter .text-header {
  max-width: 55%;
  margin: auto;
  margin-bottom: 3rem;
}
#counter .item img {
  height: 50px;
}
#counter .item span {
  display: block;
  margin: 0.5rem 0;
  color: #feca3d;
  font-size: 1.5rem;
  font-weight: 600;
}

#new-projects {
  padding: 5rem 0;
  text-align: center;
}
#new-projects .text-header {
  margin-bottom: 2rem;
  color: #0f684c;
}
#new-projects .nav-tabs {
  justify-content: center;
  border-bottom: none;
}
#new-projects .nav-tabs .nav-link {
  background-color: #eee;
  margin: 0 0.25rem 2rem;
  border-radius: 99px;
  color: #0f684c;
}
#new-projects .nav-tabs .nav-link.active {
  background-color: #0f684c;
  color: #fff;
}
#new-projects .carousel_projects {
  position: relative;
}
#new-projects .carousel_projects .owl-dots .owl-dot span, #new-projects .carousel_projects .owl-nav .owl-dot span {
  background: #e5b14c !important;
}
#new-projects .carousel_projects .owl-dots .owl-dot.active span, #new-projects .carousel_projects .owl-nav .owl-dot.active span {
  background: #0f684c !important;
}
#new-projects .carousel_projects .owl-prev, #new-projects .carousel_projects .owl-next {
  position: absolute;
  top: 35%;
  width: 50px;
  height: 50px;
}
#new-projects .carousel_projects .owl-prev {
  right: -32px;
}
#new-projects .carousel_projects .owl-next {
  left: -32px;
}
#new-projects .show-more {
  margin-top: 0;
}
#new-projects .image {
  position: relative;
  margin-bottom: 7rem;
  transition: all 0.3s linear;
  transition-delay: 0.2s;
}
#new-projects .image img {
  width: 100%;
  border-radius: 6px;
  transition: all 0.3s linear;
  transition-delay: 0.2s;
}
#new-projects .image .capture {
  background-color: #0f684c;
  position: absolute;
  bottom: -20%;
  max-width: 90%;
  left: 5%;
  padding: 1rem 0.5rem;
  border-radius: 6px;
  text-align: start;
  transition: all 0.3s linear;
}
#new-projects .image .capture h5 {
  color: #feca3d;
}
#new-projects .image .capture small {
  color: #eef4f2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#new-projects .image:hover {
  transform: translateY(-10px);
}
#new-projects .image:hover img {
  box-shadow: 0 5px 6px 0 #2e2e2e;
}
#new-projects .image:hover .capture {
  bottom: 0;
}

#support {
  padding: 0 0 2rem 0;
}
#support .image {
  position: relative;
  margin: auto;
}
#support .image img {
  width: 100%;
}

#programs {
  background-image: url(../images/program_section.png);
  background-size: cover;
  color: #fff;
}
#programs .text-header {
  margin-bottom: 3rem;
}
#programs .row {
  --bs-gutter-x: 0 ;
}
#programs .item {
  text-align: center;
}
#programs .item .image {
  position: relative;
  overflow: hidden;
}
#programs .item .image img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
#programs .item .image img:hover {
  transform: scale(1.2);
}
#programs .item .image h4 {
  position: absolute;
  width: max-content;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

#reports .item {
  border-radius: 10px;
  padding: 1rem;
  padding-top: 1.5rem;
  position: relative;
}
#reports .item ul li {
  list-style: none;
  border-bottom: 1px dotted #000;
  padding: 0.5rem 0;
}
#reports .item ul li img {
  width: 40px;
  margin-left: 0.5rem;
}
#reports .item .read-more {
  text-align: end;
  color: #0f684c;
  font-weight: 600;
}
#reports .item .title {
  position: absolute;
  top: -20px;
  left: 5%;
  width: 90%;
  height: 40px;
  padding: 0.5rem;
  border-radius: 10px;
  text-align: center;
  color: #fff;
}
#reports .item .title h5 img {
  height: 25px;
}
#reports .report .title {
  background-color: #0f684c;
}
#reports .product .title {
  background-color: #01a2a6;
}
#reports .question {
  padding-top: 2rem;
}
#reports .question h6 {
  margin-bottom: 2rem;
}
#reports .question input {
  margin-bottom: 1rem;
}
#reports .question .title {
  background-color: #e5b14c;
}

#testimonial {
  background-image: linear-gradient(rgba(234, 239, 242, 0.5137254902), rgba(234, 239, 242, 0.5137254902)), url(../images/bg_testimonial.png);
  background-size: cover;
  background-position: bottom;
}
#testimonial .text-header {
  margin-bottom: 2rem !important;
}
#testimonial .text-header h2 {
  color: #0f684c;
}
#testimonial .text-header img {
  margin-bottom: 1.5rem;
}
#testimonial .carousel_testimonial .owl-dots, #testimonial .carousel_testimonial .owl-nav {
  margin-top: 2rem;
}
#testimonial .carousel_testimonial .owl-dots .owl-dot span, #testimonial .carousel_testimonial .owl-nav .owl-dot span {
  background: #e5b14c !important;
}
#testimonial .carousel_testimonial .owl-dots .owl-dot.active span, #testimonial .carousel_testimonial .owl-nav .owl-dot.active span {
  background: #0f684c !important;
}
#testimonial .carousel_testimonial .item {
  background-color: #fff;
  padding: 1rem;
  position: relative;
}
#testimonial .carousel_testimonial .item:hover .image img {
  box-shadow: 0 0 15px 0 #ccc;
}
#testimonial .carousel_testimonial .item:hover .image::after {
  opacity: 1;
  animation: rotating 0.3s linear infinite;
}
#testimonial .carousel_testimonial .item .quote img {
  width: 48px;
}
#testimonial .carousel_testimonial .item .quote_right, #testimonial .carousel_testimonial .item .quote_left {
  position: absolute;
}
#testimonial .carousel_testimonial .item .quote_right {
  top: 35px;
  right: 2rem;
}
#testimonial .carousel_testimonial .item .quote_left {
  bottom: 35px;
  left: 2rem;
  transform: rotate(180deg);
}
#testimonial .carousel_testimonial .item .image {
  position: relative;
  margin: auto;
  margin-bottom: 1rem;
  width: 170px;
  height: 170px;
}
#testimonial .carousel_testimonial .item .image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  border-radius: 50%;
  background-color: transparent;
  border: 2px dashed #0f684c;
  opacity: 0;
  transition: all 0.3s linear;
  z-index: 1;
}
#testimonial .carousel_testimonial .item .image img {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 50%;
  border: 4px solid #fff;
  outline: 1px solid #ddd;
  transition: all 0.3s linear;
  z-index: 0;
}
#testimonial .carousel_testimonial .item .content p {
  font-size: 1rem;
  width: 90%;
  margin: 0 auto 1rem;
}
#testimonial .carousel_testimonial .item .content h3 {
  font-size: 1.5rem;
  color: #0f684c;
}

#footer {
  position: relative;
  background-color: #0f684c;
  padding: 2.5rem 0;
}
#footer .part_1 {
  display: flex;
  color: #fff;
}
#footer .part_1 .logo img {
  width: 170px;
}
#footer .part_1 p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#footer .part_1 .footer_pattern {
  position: absolute;
  bottom: -55px;
  right: 15rem;
}
#footer .footer_links h5 {
  color: #e5b14c;
  margin-bottom: 1rem;
}
#footer .footer_links ul li {
  margin-bottom: 0.5rem;
  font-size: 14px;
}
#footer .footer_links ul li a {
  color: #fff;
}
#footer .footer_links ul li a .link_icon {
  color: #e5b14c;
  transition: all 0.3s linear;
}
#footer .footer_links ul li:hover .link_icon {
  margin-left: 0.5rem;
}
#footer .contacts {
  color: #fff;
}
#footer .contacts h5 {
  color: #e5b14c;
  margin-bottom: 1rem;
}
#footer .contacts .contact_info li {
  margin-bottom: 0.5rem;
}
#footer .contacts .email {
  color: #fff;
}
#footer .contacts .social {
  justify-content: space-between;
}
#footer .contacts .social img {
  transition: all 0.3s linear;
  border-radius: 50%;
}
#footer .contacts .social img:hover {
  transform: rotateZ(360deg);
  box-shadow: 0 0 14px 0 #fff;
}

hr {
  background-color: #0f684c;
}

.last {
  background-color: #09563D;
  padding: 1rem 0;
}
.last p {
  color: #fff;
}

@media (min-width: 1400px) {
  header .navbar .navbar-brand {
    height: 180%;
    width: 200px;
  }
  header .navbar .navbar-brand img {
    margin-top: 15%;
  }
  header .navbar .navbar-collapse {
    margin-right: calc(2% + 205px);
  }
  #quick_links .link::after {
    height: 85%;
  }
}
@media (min-width: 992px) and (max-width: 1000px) {
  #testimonial .owl-carousel .owl-nav button.owl-prev {
    left: -2rem;
  }
  #testimonial .owl-carousel .owl-nav button.owl-next {
    right: -2rem;
  }
  #partners .owl-carousel .owl-nav button.owl-prev {
    left: -2rem;
  }
  #partners .owl-carousel .owl-nav button.owl-next {
    right: -2rem;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  header .navbar .navbar-brand {
    height: 120%;
    width: 100px;
  }
  header .navbar .navbar-brand img {
    margin-top: 15%;
  }
  header .navbar .navbar-collapse {
    margin-right: calc(1% + 105px);
  }
  header .navbar .navbar-nav .nav-item {
    margin-left: 0;
  }
  header .navbar .navbar-nav .nav-item a {
    font-size: 14px;
  }
  header .navbar .btns .contact, header .navbar .btns .order, header .navbar .btns .search {
    padding: 0.5rem;
  }
  #quick_links .link::after {
    height: 60%;
  }
  #new-projects .image .capture {
    max-width: 95%;
    left: 2.5%;
  }
  #new-projects .image .capture h5 {
    font-size: 15px;
    font-weight: 600;
  }
  #footer .part_1 .footer_pattern {
    right: 10rem;
  }
}
@media (max-width: 992px) {
  header .navbar {
    position: relative;
    height: 64px;
  }
  header .navbar::after {
    display: none;
  }
  header .navbar .navbar-brand {
    right: 50%;
    transform: translateX(50%);
  }
  header .navbar .btns {
    width: 100%;
    margin-right: 4rem;
  }
  header .navbar .btns .contact, header .navbar .btns .order {
    display: none;
  }
  header .navbar .btns .search {
    position: absolute;
    left: 0;
    top: -28px;
  }
  header #button_canvas {
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
  #support .image h4 {
    top: 35%;
    right: 1.5rem;
    font-size: 1.5rem;
  }
  #support .image h4 p {
    font-size: 14px;
  }
  #support .image h2 {
    top: 35%;
    left: 8rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  header {
    height: 105vh;
  }
  header .navbar .btns .contact {
    padding: 0.5rem;
    margin-left: 0.5rem;
  }
  header .navbar .btns .order {
    padding: 0.5rem;
    margin-left: 0.5rem;
  }
  header .navbar .btns .search {
    padding: 0.5rem;
    top: -10px;
  }
  header .main-content .carousel_header .item .content {
    width: 90%;
  }
  header .main-content .carousel_header .item .content .image img:first-of-type {
    height: 55px;
  }
  header .main-content .carousel_header .item .content h6 {
    margin-bottom: 2rem;
  }
  header .main-content .carousel_header .owl-prev, header .main-content .carousel_header .owl-next {
    top: 70%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  header .main-content .carousel_header .owl-prev {
    right: 37%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
  }
  header .main-content .carousel_header .owl-next {
    left: 37%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
  }
  #about .three-boxes {
    flex-wrap: nowrap !important;
  }
  #about .text-content {
    text-align: center;
  }
  #quick_links .link::after {
    height: 40%;
  }
  #new-projects .row {
    justify-content: center;
  }
  #new-projects .image .capture h5 {
    font-size: 15px;
    font-weight: 600;
  }
  #support .image h4 {
    top: 35%;
    right: 1.5rem;
    font-size: 1rem;
  }
  #support .image h4 p {
    font-size: 14px;
  }
  #support .image h2 {
    top: 35%;
    left: 4rem;
    font-size: 1.5rem;
  }
  #testimonial .owl-carousel .owl-nav button.owl-next, #testimonial .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 103%;
    transform: translateY(0);
    width: 3rem;
    height: 3rem;
  }
  #testimonial .owl-carousel .owl-nav button.owl-prev {
    left: 38%;
  }
  #testimonial .owl-carousel .owl-nav button.owl-next {
    right: 38%;
  }
  #testimonial .owl-carousel .owl-dot {
    display: none;
  }
  #partners .owl-carousel .owl-nav button.owl-next, #partners .owl-carousel .owl-nav button.owl-prev {
    top: 103%;
    transform: translateY(0);
    width: 3rem;
    height: 3rem;
  }
  #partners .owl-carousel .owl-nav button.owl-prev {
    left: 38%;
  }
  #partners .owl-carousel .owl-nav button.owl-next {
    right: 38%;
  }
  #news .image {
    display: none;
  }
  #news .card {
    margin-bottom: 1.5rem;
  }
  #news .card img {
    width: 100%;
    border-left: 0;
    border-bottom: 6px solid #e5b14c;
  }
  #news .card .card-body p:first-of-type {
    margin: 1rem 0;
  }
  #news .card .card-body p:last-of-type {
    margin-bottom: 1rem;
  }
  #news .show-more {
    margin-right: 50%;
    transform: translateX(50%);
  }
  #reports .row {
    --bs-gutter-y: 3rem ;
  }
  #footer .part_1 {
    display: flex;
    flex-direction: column;
  }
  #footer .part_1 .logo {
    text-align: center;
  }
  #footer .part_1 .footer_pattern {
    display: none;
  }
  #footer .footer_links {
    margin: 1.5rem 0;
  }
  #footer .social {
    justify-content: center !important;
    margin-top: 1rem;
  }
  #footer .social li {
    margin-left: 0.5rem;
  }
}
@media (max-width: 576px) {
  #testimonial .owl-carousel .owl-nav button.owl-prev {
    left: 33%;
  }
  #testimonial .owl-carousel .owl-nav button.owl-next {
    right: 33%;
  }
  #partners .owl-carousel .owl-nav button.owl-prev {
    left: 33%;
  }
  #partners .owl-carousel .owl-nav button.owl-next {
    right: 33%;
  }
  #about .content .image {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  #about .content .image img {
    width: 75% !important;
  }
  #about .content .text-content {
    text-align: center;
  }
  .plyr__poster {
    background-size: cover;
  }
  #quick_links .link::after {
    height: 33%;
  }
  #quick_links .link h6 {
    font-size: 1rem;
    width: max-content;
    margin: 0 auto;
  }
  #quick_links .link_7 img {
    margin: auto 1rem;
  }
  #quick_links .link.link_7::after {
    height: 80%;
    width: 25%;
  }
  #news .image {
    display: none;
  }
  #news .card {
    margin-bottom: 1.5rem;
  }
  #news .card img {
    width: 100%;
    border-left: 0;
    border-bottom: 6px solid #e5b14c;
  }
  #news .card .card-body p:first-of-type {
    margin: 1rem 0;
  }
  #news .card .card-body p:last-of-type {
    margin-bottom: 1rem;
  }
  #counter .text-header {
    max-width: 100%;
  }
  #counter .row {
    --bs-gutter-y: 1.5rem;
  }
  #new-projects .row {
    justify-content: center;
  }
  #new-projects .image {
    margin-bottom: 5rem;
  }
  #new-projects .image .capture {
    bottom: -15%;
  }
  #support .image h4 {
    top: 35%;
    right: 0.5rem;
    font-size: 14px;
  }
  #support .image h2 {
    top: 35%;
    left: 3rem;
    font-size: 1rem;
  }
  #testimonial .text-header {
    width: 85% !important;
  }
  #footer .part_1 .footer_pattern {
    display: none;
  }
  #footer .footer_links {
    margin: 1.5rem 0;
  }
  #footer .social {
    justify-content: center !important;
    margin-top: 1rem;
  }
  #footer .social li {
    margin-left: 0.5rem;
  }
}
.page {
  background-color: #FBFBFB;
}
.page header {
  position: relative;
  height: 40vh;
  background-size: cover !important;
  background-position: center !important;
}
.page header .name_of_page h6 {
  color: #fff;
}
.page header .name_of_page h6 span:first-of-type {
  color: #e5b14c;
  margin-left: 0.5rem;
}
.page header .name_of_page h6 .arrow {
  color: #e5b24c;
}
.page header .title {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.page header .name_of_page {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
}
.page header .name_of_page h6 {
  color: #fff;
}
.page header .name_of_page h6 span:first-of-type {
  color: #e5b14c;
  margin-left: 0.5rem;
}
.page .page_cards {
  background-color: #e9e9e9;
}
.page .page_cards .row {
  --bs-gutter-y: 1.5rem;
}
.page .page_cards .box .image img {
  width: 100%;
  height: 250px;
}
.page .page_cards .box .card_content {
  padding: 1rem;
}
.page .page_cards .box .card_content h5 {
  font-size: 1rem;
  font-weight: bold;
}
.page .page_cards .box .card_content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1rem;
}
.page .pagination ul {
  margin-top: 2rem;
  margin-bottom: 0;
}
.page .pagination ul li {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #6c757d;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  margin-left: 0.5rem;
}
.page .pagination ul li.active {
  background-color: #0f684c;
}
.page .pagination ul li.active a {
  color: #fff;
}
.page .pagination ul li a {
  color: #6c757d;
}
.page .main_image {
  text-align: center;
  margin-bottom: 5rem;
}
.page .main_image img {
  width: 600px;
  height: 450px;
}
@media (max-width: 768px) {
  .page .main_image img {
    width: 80% !important;
    height: auto !important;
  }
}

#news_page header {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/news_page.png);
}
#news_page .page_cards .box {
  background-color: #fff;
  border-bottom: 6px solid #e5b24c;
}
#news_page .page_cards .box .card_content h5 {
  color: #0f684c;
}
#news_page .page_cards .box .card_content small {
  color: #6c757d;
}
#news_page .page_cards .box .card_content p {
  -webkit-line-clamp: 5;
}
#news_page .page_cards .box .card_content .read-more {
  text-align: end;
}
#news_page .page_cards .box .card_content .read-more a {
  color: #0f684c;
}

#programs_page header, #news_sub_Page header {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/programs_page.png);
}
#programs_page .page_cards .box, #news_sub_Page .page_cards .box {
  background-color: #01a2a6;
}
#programs_page .page_cards .box .card_content h5, #news_sub_Page .page_cards .box .card_content h5 {
  color: #fff;
  text-shadow: 0 2px 6px #303030;
}
#programs_page .page_cards .box .card_content p, #news_sub_Page .page_cards .box .card_content p {
  color: #fff;
  -webkit-line-clamp: 3;
}
#programs_page .page_cards .box .card_footer, #news_sub_Page .page_cards .box .card_footer {
  background-color: #e5b24c;
  color: #fff;
  padding: 0.5rem 1rem;
}
#programs_page .page_cards .box .card_footer span, #news_sub_Page .page_cards .box .card_footer span {
  padding: 4px;
  background-color: #01a2a6;
  border-radius: 4px;
}

#news_sub_Page header {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/news_page.png);
}
#news_sub_Page #subPageOfNewsContent .content_page .content h5 {
  color: #0f684c;
  margin-bottom: 1rem;
  font-weight: bold;
}
#news_sub_Page #subPageOfNewsContent .content_page .content small {
  color: #6c757d;
}
#news_sub_Page #subPageOfNewsContent .content_page .content p {
  margin: 1rem 0 2rem;
}
#news_sub_Page #subPageOfNewsContent .content_page .content .sub_images {
  padding: 1rem 0;
}
#news_sub_Page #subPageOfNewsContent .content_page .content .sub_images img {
  margin: 0 0.5rem;
  width: 40%;
}

#programs_sub_Page header {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/programs_page.png);
}
#programs_sub_Page #subPageOfProgramsContent .content_page .program_type {
  width: 30%;
}
@media (max-width: 768px) {
  #programs_sub_Page #subPageOfProgramsContent .content_page .program_type {
    width: 85%;
  }
}
#programs_sub_Page #subPageOfProgramsContent .content_page .program_type span {
  background-color: #e5b24c;
  color: #fff;
  padding: 0.25rem;
  border-radius: 4px;
}
#programs_sub_Page #subPageOfProgramsContent .content_page .program_type p {
  color: #01a2a6;
}
#programs_sub_Page #subPageOfProgramsContent .content_page #video {
  background: none;
  width: 75%;
  height: 450px;
  margin: 2.5rem auto;
}
@media (max-width: 768px) {
  #programs_sub_Page #subPageOfProgramsContent .content_page #video {
    width: 100%;
  }
}
#programs_sub_Page #subPageOfProgramsContent .content_page #video video {
  width: 100%;
  height: 400px;
}

.related.sub_page {
  padding-top: 0px;
}

@media (max-width: 576px) {
  .sub_page {
    padding: 3rem 0;
  }
}
.sub_page .social {
  background-color: #FFFBF2;
  border-top: 1px solid #F5D48E;
  border-bottom: 1px solid #F5D48E;
  padding: 0.5rem 1rem;
}
@media (max-width: 768px) {
  .sub_page .social {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .sub_page .social .date {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
.sub_page .social .date img {
  width: 24px;
}
.sub_page .social .date span:first-of-type {
  color: #6c757d;
}
.sub_page .social .date .added_date {
  margin: 0 2rem;
}
@media (max-width: 768px) {
  .sub_page .social .date .added_date {
    margin: 0 0;
  }
}
@media (max-width: 768px) {
  .sub_page .social .date .added_date:last-of-type {
    margin: 1rem 0;
  }
}
.sub_page .social #share span {
  display: none;
}
.sub_page .social #share .jssocials-share:last-child {
  margin-right: 0.6em;
}
.sub_page .social #share .jssocials-share-link {
  border-radius: 6px;
}
.sub_page .page_cards {
  background: none;
}
.sub_page .page_cards .text-header {
  margin-bottom: 2rem;
}
.sub_page .page_cards .text-header h2 {
  color: #0f684c;
}

#project_datails header {
  background: linear-gradient(rgba(0, 0, 0, 0.603), rgba(0, 0, 0, 0.603)), url(../images/projects_page.png);
}
#project_datails .project_data {
  padding: 0 0 5rem;
}
#project_datails .project_data h2 {
  color: #0f684c;
}
#project_datails .project_data .row {
  --bs-gutter-y: 1.5rem;
  margin-top: 1.5rem;
}
#project_datails .project_data .box {
  border: 1px solid #D4B165;
  padding: 1rem 2rem;
  justify-content: space-around;
  background-color: #fff;
  height: 100%;
}
@media (max-width: 576px) {
  #project_datails .project_data .box {
    flex-direction: column;
  }
}
#project_datails .project_data .box img {
  width: 35px;
}
#project_datails .project_data .box .icon {
  font-size: 2.5rem;
}
#project_datails .project_data .box h4 {
  color: #0f684c;
}
@media (max-width: 576px) {
  #project_datails .project_data .box h4 {
    margin: 1rem 0;
  }
}
#project_datails .project_data .box span {
  color: #D4B165;
}

.accordion .accordion-item .accordion-button {
  background-color: #F1F1F1;
  color: #01a2a6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}
.accordion .accordion-item .accordion-button::after {
  display: none;
}
.accordion .accordion-item .accordion-button a {
  color: #0f684c;
  transition: all 0.3s linear;
}
.accordion .accordion-item .accordion-button a .icon {
  font-size: 1.5rem;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #01a2a6;
  color: #fff;
}
.accordion .accordion-item .accordion-button:not(.collapsed) a {
  color: #fff;
  transform: rotate(90deg);
}

.rotate {
  transform: rotateX(180deg);
}

.library header {
  background: linear-gradient(rgba(0, 0, 0, 0.603), rgba(0, 0, 0, 0.603)), url(../images/library_page.png);
}
.library #content_page .row:last-of-type {
  --bs-gutter-x: 1rem !important;
}
.library #content_page .search_box {
  background-color: #FFFBF2;
  border: 1px solid #F5D48E;
  padding: 1rem 2rem;
  border-radius: 10px;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .library #content_page .search_box {
    flex-direction: column;
  }
}
.library #content_page .search_box input, .library #content_page .search_box .search {
  padding: 1rem;
  border-radius: 10px;
}
.library #content_page .search_box input {
  border: 1px solid #b8b8b8;
}
.library #content_page .search_box input {
  width: 35%;
}
@media (max-width: 768px) {
  .library #content_page .search_box input {
    width: 100%;
  }
}
.library #content_page .search_box input:focus {
  outline: none;
  border: 1px solid #0f684c;
}
.library #content_page .search_box .select2 {
  width: 35% !important;
  margin: auto;
  padding: 0.75rem 0;
  border: 1px solid #ced4da;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .library #content_page .search_box .select2 {
    width: 100% !important;
    margin: 1rem 0;
  }
}
.library #content_page .search_box .select2-container--default .select2-selection--single {
  border: none;
}
.library #content_page .search_box .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  margin: initial;
}
.library #content_page .search_box .search {
  width: 20%;
  background-color: #01a2a6;
  border: none;
  transition: all 0.3s linear;
}
@media (max-width: 768px) {
  .library #content_page .search_box .search {
    width: 100%;
  }
}
.library #content_page .search_box .search:hover {
  opacity: 0.8;
}
.library #content_page .search_box .search .icon {
  color: #fff;
}
.library #content_page .elements_library {
  background-color: #01a2a6;
  padding: 1rem 2rem;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .library #content_page .elements_library {
    margin-bottom: 3rem;
  }
}
.library #content_page .elements_library .color_white {
  color: #fff;
}
.library #content_page .elements_library h4 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
}
.library #content_page .elements_library img {
  width: 100%;
  margin: 0.5rem 0 2rem;
}
.library #content_page .elements_library a {
  display: block;
  padding: 1rem 0;
  color: #25DCE1;
  transition: all 0.3s linear;
}
.library #content_page .elements_library a:hover {
  color: #fff;
}
.library #content_page .elements_library a:not(:last-of-type) {
  border-bottom: 1px dotted #25DCE1;
}
.library .suggestion .article, .library .related .article {
  border: 1px solid #C5C5C5;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .library .suggestion .article, .library .related .article {
    flex-direction: column;
    text-align: center;
  }
}
.library .suggestion .article .image, .library .related .article .image {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .library .suggestion .article .image, .library .related .article .image {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.library .suggestion .article .image img, .library .related .article .image img {
  border-radius: 10px;
  width: 10rem;
}
@media (max-width: 768px) {
  .library .suggestion .article .image img, .library .related .article .image img {
    width: 80%;
  }
}
.library .suggestion .article h4, .library .suggestion .article a:first-of-type, .library .related .article h4, .library .related .article a:first-of-type {
  color: #0f684c;
  font-size: 1.25rem;
  font-weight: bold;
}
.library .suggestion .article p, .library .related .article p {
  margin: 0.5rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .library .suggestion .article .content, .library .related .article .content {
    margin: 1rem auto;
    text-align: center;
  }
}
.library .suggestion .article .content .date, .library .related .article .content .date {
  color: #6c757d;
}
@media (max-width: 768px) {
  .library .suggestion .article .content .date, .library .related .article .content .date {
    flex-direction: column;
  }
}
.library .suggestion .article .content .date .added_date, .library .related .article .content .date .added_date {
  margin-left: 2rem;
}
.library .suggestion .article .content .date img, .library .related .article .content .date img {
  width: 1.5rem;
}
.library .item {
  border: 2px solid #C5C5C5;
  border-radius: 10px;
  margin-bottom: 1rem;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.library .item:hover {
  transform: translateY(-4px);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.library .item .video {
  width: 96%;
  margin: 2%;
  border-radius: 10px;
  overflow: hidden;
}
.library .item .video video {
  width: 100%;
}
.library .item .video .plyr__controls {
  display: none;
}
.library .item .content {
  padding: 1rem 0.5rem;
}
.library .item .content a {
  color: #0f684c;
  font-weight: bold;
}
.library .item .content .date {
  margin-top: 1rem;
}
.library .item .content .date img {
  width: 1rem;
  margin-top: 2%;
}
.library .item .content .date small:first-of-type {
  font-size: 10px;
  color: #6c757d;
}
.library .item .content .date small {
  font-size: 12px;
}
.library .item .content .date .added_date {
  margin-left: 0.5rem;
}

#library_article .sub_page .main_image img {
  width: 50%;
  height: 350px;
}
#library_article .sub_page .content {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  #library_article .sub_page .content {
    text-align: center;
  }
}
#library_article .sub_page .content h5 {
  color: #0f684c;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
#library_article .sub_page .content .desc {
  line-height: 2rem;
}
#library_article .related .article {
  margin-bottom: 0;
}
#library_article .related .image img {
  width: 9rem;
}
#library_article .related .date img {
  width: 20px;
  transform: translateY(25%);
}
#library_article .related .date small {
  font-size: 0.75rem;
}

#library_video .sub_page .main_image .video {
  width: 75%;
  margin: 0 auto;
}
#library_video .content h4 {
  color: #0f684c;
  margin-bottom: 3rem;
  font-weight: bold;
}

#library_audios .audio_name h4, #library_audio .audio_name h4 {
  color: #0f684c;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
#library_audios span, #library_audio span {
  margin: auto;
}
#library_audios span .icon, #library_audio span .icon {
  color: #D4B165;
  font-size: 1.5rem;
}
#library_audios .social:not(ul.social), #library_audio .social:not(ul.social) {
  border: 1px solid #D4B165;
}
#library_audios #audio, #library_audios .related, #library_audio #audio, #library_audio .related {
  padding: 4rem 0;
}
#library_audios #audio .box, #library_audios .related .box, #library_audio #audio .box, #library_audio .related .box {
  padding: 0.5rem;
  border-radius: 8px;
}
#library_audios #audio #player1 .the-thumb-con, #library_audios .related #player1 .the-thumb-con, #library_audio #audio #player1 .the-thumb-con, #library_audio .related #player1 .the-thumb-con {
  display: none;
}
#library_audios #audio #player1 .ap-controls-left, #library_audios .related #player1 .ap-controls-left, #library_audio #audio #player1 .ap-controls-left, #library_audio .related #player1 .ap-controls-left {
  position: absolute;
  top: 110%;
  left: 0;
}
#library_audios #audio #player1 .con-playpause, #library_audios .related #player1 .con-playpause, #library_audio #audio #player1 .con-playpause, #library_audio .related #player1 .con-playpause {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
}
#library_audios #audio #player1 .con-playpause .playbtn, #library_audios .related #player1 .con-playpause .playbtn, #library_audio #audio #player1 .con-playpause .playbtn, #library_audio .related #player1 .con-playpause .playbtn {
  background-color: #0f684c;
}
#library_audios #audio #player1 .ap-controls-right, #library_audios .related #player1 .ap-controls-right, #library_audio #audio #player1 .ap-controls-right, #library_audio .related #player1 .ap-controls-right {
  padding-right: 15px;
  position: absolute;
  top: 127%;
  left: 2rem;
}
#library_audios #audio #player1 .total-time, #library_audios .related #player1 .total-time, #library_audio #audio #player1 .total-time, #library_audio .related #player1 .total-time {
  color: #000;
}
#library_audios #audio #player1 .curr-time, #library_audios .related #player1 .curr-time, #library_audio #audio #player1 .curr-time, #library_audio .related #player1 .curr-time {
  background-color: #0f684c;
}
#library_audios .download_audio, #library_audio .download_audio {
  border: 1px solid #D4B165;
  background-color: #fff;
  padding: 0.5rem 1rem;
}
#library_audios .download_audio a, #library_audio .download_audio a {
  color: #D4B165;
}
#library_audios .download_audio:hover a, #library_audio .download_audio:hover a {
  color: #fff;
}
#library_audios #content_page .article, #library_audio #content_page .article {
  position: relative;
}
@media (max-width: 768px) {
  #library_audios #content_page .article, #library_audio #content_page .article {
    padding: 1.5rem 0.5rem;
  }
}
#library_audios #content_page .article .row, #library_audio #content_page .article .row {
  align-items: center;
}
@media (max-width: 768px) {
  #library_audios #content_page .article .image, #library_audio #content_page .article .image {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
#library_audios #content_page .article .image img, #library_audio #content_page .article .image img {
  width: 100%;
  margin-left: 0;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  #library_audios #content_page .article .image img, #library_audio #content_page .article .image img {
    width: 85%;
  }
}
#library_audios #content_page .article p, #library_audio #content_page .article p {
  color: #0f684c;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
}

#library_audio .sub_page {
  padding: 2.5rem 0;
}
@media (max-width: 768px) {
  #library_audio .sub_page {
    padding: 1.5rem 0;
  }
}
#library_audio #audio {
  padding: 2.5rem 0;
}
@media (max-width: 768px) {
  #library_audio #audio {
    padding: 1.5rem 0;
  }
}
#library_audio p {
  color: #0f684c;
  font-weight: bold;
  text-align: start;
}
#library_audio .image {
  margin-left: 0;
  text-align: end;
}
#library_audio .image img {
  width: 100%;
}

#library_books .article .content {
  margin-left: auto;
}
#library_books .article .content .date {
  margin-top: 1rem;
}
#library_books .article .read {
  align-items: center;
  margin-left: 2rem;
}
#library_books .article .read .icon_book {
  font-size: 2rem;
  color: #e5b24c;
}
#library_books .article .read a {
  color: #0f684c;
}

#library_book {
  background-color: #fff;
}
#library_book .sub_page .book_box {
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  padding: 1rem;
}
#library_book .sub_page .book_box h4 {
  color: #0f684c;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #library_book .sub_page .book_box h4 {
    text-align: center;
    margin-bottom: 2rem;
  }
}
#library_book .sub_page .book_box .social {
  border: 1px solid #F5D48E;
  border-radius: 2px;
}
#library_book #book {
  text-align: center;
  padding: 3rem;
}
#library_book #book .book {
  margin: auto;
  height: 500px;
  width: 700px;
  overflow: scroll;
}
@media (max-width: 768px) {
  #library_book #book .book {
    width: 80%;
  }
}
@media (max-width: 768px) {
  #library_book #book .book img {
    width: 100%;
  }
}
#library_book #book button {
  background-color: #01a2a6;
  border-radius: 99px;
  border: none;
  margin-top: 2rem;
  padding: 0.5rem 1.5rem;
}
#library_book #book button a {
  color: #fff;
}
#library_book #book button a .download {
  font-size: 1.5rem;
}
#library_book .related .article .image img {
  border-radius: 0;
}
#library_book .related .article .content {
  margin-bottom: auto;
  margin-top: 1rem;
}
#library_book .related .article .content .date {
  margin-top: 1rem;
}
#library_book .related .article .content .date img {
  width: 1rem;
  margin-top: 3%;
}
#library_book .related .article .content .date small {
  font-size: 0.7rem;
}
#library_book .related .article .read {
  color: #e5b24c;
  text-align: center;
}
#library_book .related .article .read .icon_book {
  font-size: 2rem;
}

#testimonial_page header {
  background: linear-gradient(rgba(0, 0, 0, 0.603), rgba(0, 0, 0, 0.603)), url(../images/testimonial_page.png);
}
#testimonial_page .testimonial {
  padding: 5rem 0;
}
#testimonial_page .testimonial .row {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 2rem;
}
#testimonial_page .testimonial .item {
  text-align: center;
  padding: 1rem 1rem;
  position: relative;
}
#testimonial_page .testimonial .item .quote {
  position: absolute;
  left: 2rem;
  top: -1rem;
}
#testimonial_page .testimonial .item .quote img {
  width: 5rem;
}
#testimonial_page .testimonial .item .content h3 {
  margin: 2rem 0 0.5rem;
  color: #0f684c;
  font-size: 1.5rem;
  font-weight: bold;
}
#testimonial_page .testimonial .item button {
  box-shadow: 0 2px 6px 2px rgba(1, 162, 166, 0.3019607843);
}
#testimonial_page .testimonial .item button .arrow {
  margin-right: 1rem;
  font-size: 1.25rem;
}
#testimonial_page .testimonial_subpage {
  padding: 5rem 0;
}
#testimonial_page .testimonial_subpage .item {
  text-align: center;
  border: 0;
  box-shadow: none;
  width: 75%;
  margin: auto;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  #testimonial_page .testimonial_subpage .item {
    width: 100%;
  }
}
#testimonial_page .testimonial_subpage .item:hover {
  transform: translateY(0);
}
#testimonial_page .testimonial_subpage .item h3 {
  margin: 0;
  color: #0f684c;
}
#testimonial_page .testimonial_subpage .item p {
  margin-top: 2rem;
}
#testimonial_page .testimonial_subpage .social {
  border: 1px solid #F5D48E;
  border-radius: 2px;
}

#question_page header {
  background: linear-gradient(rgba(0, 0, 0, 0.603), rgba(0, 0, 0, 0.603)), url(../images/question_page.png);
}
#question_page .accordion {
  padding: 5rem 0;
}

#sera_page header {
  background: linear-gradient(rgba(0, 0, 0, 0.603), rgba(0, 0, 0, 0.603)), url(../images/sera_page.png);
}
#sera_page .content {
  padding: 5rem 0;
}
#sera_page .content .main_image {
  text-align: center;
}
#sera_page .content .main_image img {
  width: 400px;
}
#sera_page .content h2 {
  color: #0f684c;
}
#sera_page .content p {
  margin-bottom: 3rem;
}
#sera_page .content .social {
  border: 1px solid #F5D48E;
  border-radius: 2px;
}

#contact_page {
  background-color: #fff;
}
#contact_page header {
  background: linear-gradient(rgba(0, 0, 0, 0.603), rgba(0, 0, 0, 0.603)), url(../images/contact_page.png);
}
#contact_page .contact_box {
  padding: 5rem 0;
}
#contact_page .contact_box .box .row {
  --bs-gutter-x: 0;
}
#contact_page .contact_box .box .inputs {
  padding: 1rem;
  border: 1px solid #01a2a6;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact_page .contact_box .box .inputs h4 {
  color: #0f684c;
  margin-bottom: 1rem;
}
#contact_page .contact_box .box .inputs input, #contact_page .contact_box .box .inputs textarea {
  border: none;
  border-bottom: 1px solid #d6d6d6;
  margin: 1rem 0;
  width: 100%;
  padding: 0.5rem;
}
#contact_page .contact_box .box .inputs input::placeholder, #contact_page .contact_box .box .inputs textarea::placeholder {
  color: #d6d6d6;
}
#contact_page .contact_box .box .inputs input:focus, #contact_page .contact_box .box .inputs textarea:focus {
  outline: none !important;
  border-bottom: 2px solid #0f684c;
}
#contact_page .contact_box .box .inputs .dropdown button {
  border-bottom: 1px solid #d6d6d6;
  padding: 0.5rem;
  color: #0f684c;
}
#contact_page .contact_box .box .inputs .dropdown button span {
  color: #d6d6d6;
}
#contact_page .contact_box .box .inputs .dropdown .dropdown-toggle::after {
  background-image: url(../icons/dropdown.svg);
}
#contact_page .contact_box .box .inputs textarea::placeholder {
  margin-top: auto;
}
#contact_page .contact_box .box .inputs .show-more {
  border-radius: 6px;
  box-shadow: 0 2px 6px 1px rgba(1, 162, 166, 0.3607843137);
}
#contact_page .contact_box .box .contact_details {
  background-color: #01a2a6;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 1rem;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #contact_page .contact_box .box .contact_details {
    margin-top: 2rem;
    height: 115%;
  }
}
#contact_page .contact_box .box .contact_details .for_icon {
  background-color: #fff;
  padding: 0.5rem 1rem;
  margin-left: 0.5rem;
  border-radius: 10px;
}
#contact_page .contact_box .box .contact_details .for_icon .icon {
  color: #01a2a6;
  font-size: 1.25rem;
}
#contact_page .contact_box .box .contact_details h4, #contact_page .contact_box .box .contact_details span {
  color: #fff;
}
#contact_page .contact_box .box .contact_details h4 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5rem;
}
#contact_page .contact_box .box .contact_details h4 a {
  color: #fff;
}
#contact_page .contact_box .box .contact_details span {
  font-size: 1rem;
  font-weight: 400;
}
#contact_page .contact_box .box .contact_details .social_media {
  color: #fff;
}
#contact_page .contact_box .box .contact_details .social_media h5 {
  font-size: 1rem;
  margin-bottom: 1rem;
}
#contact_page .contact_box .box .contact_details .social_media ul li {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 0.5rem;
  line-height: 40px;
  transition: all 0.3s linear;
}
#contact_page .contact_box .box .contact_details .social_media ul li:hover {
  transform: translateY(-3px);
  box-shadow: 0 2px 6px 0 #fff;
}
#contact_page .contact_box .box .contact_details .social_media ul li a {
  color: #01a2a6;
}
#contact_page #map {
  padding: 4rem;
  height: 400px;
}
@media (max-width: 768px) {
  #contact_page #map {
    padding: 4rem 0;
  }
}

#courses_page {
  background-color: #fff;
}
#courses_page header {
  background: linear-gradient(rgba(0, 0, 0, 0.603), rgba(0, 0, 0, 0.603)), url(../images/contact_page.png);
}
#courses_page .row {
  --bs-gutter-y: 1.5rem;
}
#courses_page .box {
  border-radius: 10px;
  padding: 1rem;
  transition: all 0.3s linear;
}
#courses_page .box:hover {
  transform: translateY(-4px);
}
#courses_page .box .image {
  margin-bottom: 1rem;
}
#courses_page .box .image img {
  width: 100%;
}
#courses_page .box h5 {
  color: #0f684c;
  font-weight: bold;
}
#courses_page .box small {
  color: #919191;
}
#courses_page .box small img {
  width: 1rem;
}
#courses_page .box p {
  margin: 1rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#courses_page .box .read-more a {
  color: #0f684c;
}
#courses_page .content_subpage {
  padding: 5rem 0;
}
#courses_page .content_subpage .main_image {
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #courses_page .content_subpage .main_image {
    margin: auto;
    margin-bottom: 2rem;
  }
}
#courses_page .content_subpage .main_image img {
  width: 600px;
}
@media (max-width: 768px) {
  #courses_page .content_subpage .main_image img {
    width: 80%;
  }
}
#courses_page .content_subpage .course_details .text-header h2, #courses_page .content_subpage .course_details .text-header h5 {
  color: #0f684c;
}
#courses_page .content_subpage .course_details .text-header h2 {
  font-weight: bold;
  margin-bottom: 1rem;
}
#courses_page .content_subpage .course_details .text-header img {
  width: 150px;
}
#courses_page .content_subpage .course_details .text-header p {
  margin: 1rem 0 2rem;
}
#courses_page .content_subpage .course_details table {
  margin: 1.5rem 0;
  width: 60%;
  border: 1px solid #d4d4d4;
}
@media (max-width: 768px) {
  #courses_page .content_subpage .course_details table {
    width: 95%;
    margin: 1.5rem auto;
  }
}
#courses_page .content_subpage .course_details table tr .icon {
  margin-left: 0.5rem;
}
#courses_page .content_subpage .course_details table tr th, #courses_page .content_subpage .course_details table tr td {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid;
}
#courses_page .content_subpage .course_details table tr th {
  background-color: #D4B165;
  color: #fff;
  border-bottom-color: #fff;
}
#courses_page .content_subpage .course_details table tr td {
  border-bottom-color: #d4d4d4;
  color: #4A4A4A;
}
#courses_page .content_subpage .social {
  border: 1px solid #F5D48E;
  border-radius: 2px;
}

#gallery_page {
  background-color: #fff;
}
#gallery_page header {
  background: linear-gradient(rgba(0, 0, 0, 0.603), rgba(0, 0, 0, 0.603)), url(../images/pics_page.png);
}
#gallery_page .content .row {
  --bs-gutter-y: 1.5rem;
}
#gallery_page .content .box {
  border-radius: 10px;
  position: relative;
  transition: all 0.3s linear;
}
#gallery_page .content .box:hover {
  transform: translateY(-4px);
}
#gallery_page .content .box .image {
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
#gallery_page .content .box .image img {
  width: 100%;
}
#gallery_page .content .box .image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
#gallery_page .content .box .count {
  position: absolute;
  top: 1rem;
  left: 2rem;
  min-width: max-content;
  background-color: #fff;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
#gallery_page .content .box .count .icon {
  color: #D4B165;
  font-size: 1.5rem;
}
#gallery_page .content .box .count span {
  color: #0f684c;
  font-weight: bold;
  margin: 0 0.5rem;
}
#gallery_page .content .box .count p {
  display: inline-block;
  color: #6c757d;
}
#gallery_page .content .box .card_content {
  padding: 1rem;
}
#gallery_page .content .box .card_content a {
  font-size: 1.5rem;
  color: #0f684c;
  display: block;
  margin-bottom: 1rem;
  transition: all 0.3s linear;
}
#gallery_page .content .box .card_content a:hover {
  color: #D4B165;
}
#gallery_page .content .box .card_content small img {
  width: 1rem;
}
#gallery_page .content .box .card_content small span {
  color: #6c757d;
}
#gallery_page .album {
  padding: 5rem 0;
}
#gallery_page .album .item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
#gallery_page .album .item img {
  border-radius: 10px;
  height: 250px;
  overflow: hidden;
}
#gallery_page .album .lay-out {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
#gallery_page .album .lightBox {
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../imgs/img-3.jpg);
  background-position: center !important;
  background-size: cover !important;
  position: fixed !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}
#gallery_page .album .lightBox .icon {
  color: #fff;
  font-size: 2rem;
  margin: 0 1rem;
  cursor: pointer;
}
#gallery_page .album .lightBox #exit {
  position: absolute;
  top: 1rem;
  right: 0;
}

#grant_page {
  background-color: #fff;
}
#grant_page header {
  background: linear-gradient(rgba(0, 0, 0, 0.603), rgba(0, 0, 0, 0.603)), url(../images/pics_page.png);
}
#grant_page .accordion {
  padding: 5rem 0;
}

#askVisit_page {
  background-color: #fff;
}
#askVisit_page header {
  background: linear-gradient(rgba(0, 0, 0, 0.603), rgba(0, 0, 0, 0.603)), url(../images/pics_page.png);
}
#askVisit_page .ask_visit label {
  color: #0f684c;
  font-weight: 600;
}
@media (max-width: 768px) {
  #askVisit_page .ask_visit label {
    margin-bottom: 1rem !important;
  }
}
#askVisit_page .ask_visit button {
  width: 100%;
  border-radius: 6px;
  font-weight: 500;
}

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