@charset "UTF-8";
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Cairo", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#page .whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  transition: 0.3s all ease-in-out;
  animation: bounce 1.5s ease-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: 10000;
}
#page .whatsapp-icon img {
  width: 100%;
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.offcanvas-menu #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas-menu #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #088395;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #088395;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Cairo", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #088395;
}

::-moz-selection {
  color: #fff;
  background: #088395;
}

::selection {
  color: #fff;
  background: #088395;
}

.cursor {
  width: 40px;
  height: 40px;
  border: 2px solid #747474;
  border-radius: 50%;
  position: absolute;
  z-index: 100000;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .cursor {
    border: none;
  }
}
.cursor .pointer {
  position: absolute;
  background-color: #088395;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .cursor .pointer {
    background-color: transparent;
  }
}
.cursor.expand::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  border: 8px solid #111612;
  border-radius: 50%;
  opacity: 0.5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.expand {
  animation: cursorAnimate 0.5s forwards;
  border: 1px solid #088395;
}

@keyframes cursorAnimate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(3);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.colorlib-nav.dark a {
  color: #fff;
}
.colorlib-nav.dark:not(.scrolled) .colorlib-nav-toggle.colorlib-nav-white > i {
  color: #fff;
  background: #fff;
}
.colorlib-nav.dark:not(.scrolled) .colorlib-nav-toggle.colorlib-nav-white > i::before, .colorlib-nav.dark:not(.scrolled) .colorlib-nav-toggle.colorlib-nav-white > i::after {
  background: #fff;
}
.colorlib-nav .top-menu {
  padding: 28px 92px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .colorlib-nav .top-menu {
    padding: 5px 10px;
  }
}
.colorlib-nav #colorlib-logo {
  font-size: 24px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 700;
  font-family: "Cairo", sans-serif;
}
.colorlib-nav #colorlib-logo a {
  color: #088395;
}
.colorlib-nav #colorlib-logo a span {
  color: #000;
}
.colorlib-nav #colorlib-logo a img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 159px;
}
.colorlib-nav a {
  padding: 5px 10px;
  color: #fff;
}
@media screen and (max-width: 1320px) {
  .colorlib-nav .menu-1 {
    display: none;
  }
}
.colorlib-nav ul {
  padding: 0;
  margin: 5px 0 0 0;
  line-height: 92.5px;
  text-align: left;
}
.colorlib-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  text-transform: uppercase;
}
.colorlib-nav ul li a {
  padding: 30px 15px;
  font-size: 15px;
  font-weight: 700;
  line-height: 33.73px;
  color: #111111;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.colorlib-nav ul li a:hover, .colorlib-nav ul li a:focus, .colorlib-nav ul li a:active {
  color: #088395;
}
@media screen and (max-width: 992px) {
  .colorlib-nav ul li a {
    padding: 20px 5px;
    font-size: 12px;
  }
}
.colorlib-nav ul li a span {
  margin-left: 5px;
}
.colorlib-nav ul li.has-dropdown {
  position: relative;
}
.colorlib-nav ul li.has-dropdown .dropdown {
  text-align: right;
  width: 240px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  background: #fff;
  padding: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.colorlib-nav ul li.has-dropdown .dropdown li {
  margin-bottom: 7px;
}
.colorlib-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.colorlib-nav ul li.has-dropdown .dropdown li:hover {
  background-color: #088395;
}
.colorlib-nav ul li.has-dropdown .dropdown li a {
  display: block;
  padding: 10px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 33.73px;
  color: #111111 !important;
}
.colorlib-nav ul li.has-dropdown .dropdown li a:hover, .colorlib-nav ul li.has-dropdown .dropdown li a.active {
  color: #fff !important;
  background-color: #088395;
}
.colorlib-nav ul li.has-dropdown:hover a, .colorlib-nav ul li.has-dropdown:focus a {
  color: #088395;
}
.colorlib-nav ul li.btn-cta a {
  padding: 30px 0px !important;
  color: #fff;
}
.colorlib-nav ul li.btn-cta a span {
  background: #088395;
  padding: 10px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.colorlib-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.colorlib-nav ul li.active > a {
  color: #088395;
  position: relative;
}
.colorlib-nav.scrolled .top-menu {
  padding: 5px 92px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .colorlib-nav.scrolled .top-menu {
    padding: 5px 10px;
  }
}
.colorlib-nav.scrolled .top-menu ul {
  line-height: 60px;
}
.colorlib-nav.scrolled .top-menu ul li:not(.active) a {
  color: #000;
}
.colorlib-nav.scrolled .top-menu ul li a {
  font-size: 13px;
}
.colorlib-nav.scrolled .top-menu ul li a:hover {
  color: #088395;
}
.colorlib-nav.scrolled .top-menu ul.dropdown li a {
  color: #999999;
}
.colorlib-nav.scrolled #colorlib-logo img {
  width: 120px;
}

.colorlib-heading {
  margin-bottom: 3em;
}
.colorlib-heading.colorlib-heading-sm {
  margin-bottom: 2em;
}
.colorlib-heading h2 {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
}
.colorlib-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}
.colorlib-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
.colorlib-heading.colorlib-heading2 h2 {
  font-size: 60px;
  font-weight: 700;
}
.colorlib-heading.colorlib-heading2 p {
  font-size: 24px;
  margin-bottom: 40px;
}

#colorlib-footer {
  background: #111612;
  color: rgba(255, 255, 255, 0.5);
  padding: 7em 0 4em 0;
}
#colorlib-footer h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 29.98px;
}
#colorlib-footer a {
  font-size: 16px;
  font-weight: 400;
  line-height: 29.98px;
  color: #F7F5EE;
}
#colorlib-footer .logo {
  width: 241px;
  height: 157px;
}
#colorlib-footer .logo img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  #colorlib-footer .logo {
    text-align: center;
    margin: 0 auto 40px;
  }
}
#colorlib-footer .has-dropdown span {
  margin-left: 5px;
}
#colorlib-footer .has-dropdown .dropdown {
  padding: 10px 0;
  display: none;
}
@media screen and (max-width: 992px) {
  #colorlib-footer .has-dropdown .dropdown {
    text-align: center;
  }
}
#colorlib-footer .colorlib-footer-links,
#colorlib-footer .contact-info {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #colorlib-footer .colorlib-footer-links,
  #colorlib-footer .contact-info {
    margin-bottom: 30px;
  }
}
#colorlib-footer .colorlib-footer-links li,
#colorlib-footer .contact-info li {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}
#colorlib-footer .colorlib-footer-links li button,
#colorlib-footer .contact-info li button {
  color: #F7F5EE;
  text-decoration: none;
}
#colorlib-footer .colorlib-footer-links li button:hover,
#colorlib-footer .contact-info li button:hover {
  color: #088395;
}
#colorlib-footer .colorlib-footer-links li button,
#colorlib-footer .contact-info li button {
  background-color: transparent;
  border: none;
  padding: 0;
}
#colorlib-footer .contact-info li {
  display: flex;
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  #colorlib-footer .contact-info li {
    width: 70%;
    margin: 20px auto;
    justify-content: center;
    align-items: center;
  }
}
#colorlib-footer .contact-info .icon {
  margin-left: 10px;
  font-size: 20px;
}
#colorlib-footer .contact-info .icon:first-of-type img {
  width: 16px;
}
#colorlib-footer .contact-info p, #colorlib-footer .contact-info a {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 29.98px;
  color: #F7F5EE;
}
#colorlib-footer .social {
  display: flex;
}
#colorlib-footer .social img {
  width: 30px;
}
#colorlib-footer .social img:first-of-type {
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  #colorlib-footer .social {
    justify-content: center;
    align-items: center;
  }
}
#colorlib-footer img {
  width: 100%;
}
#colorlib-footer h3 {
  color: #fff;
  font-size: 20px;
  padding-bottom: 15px;
  line-height: 1.5em;
}
#colorlib-footer h4 {
  color: #fff;
  font-size: 20px;
  border-bottom: 2px solid #088395;
  padding-bottom: 15px;
}
#colorlib-footer .colorlib-widget:not(.logo) {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  #colorlib-footer .colorlib-widget:not(.logo) {
    text-align: center;
    margin-bottom: 80px;
  }
}

#colorlib-offcanvas {
  position: fixed;
  z-index: 1000000;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1320px) {
  #colorlib-offcanvas {
    display: block;
  }
}
.offcanvas-menu #colorlib-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#colorlib-offcanvas a {
  color: #F7F5EE;
}
#colorlib-offcanvas a:hover {
  color: #088395;
}
#colorlib-offcanvas a span {
  margin-left: 5px;
}
#colorlib-offcanvas ul {
  padding: 0;
  margin: 0;
}
#colorlib-offcanvas ul li {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style: none;
}
#colorlib-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#colorlib-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#colorlib-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

nav .colorlib-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 25px !important;
  color: #000;
}
nav .colorlib-nav-toggle.active i::before, nav .colorlib-nav-toggle.active i::after {
  background: #444;
}
nav .colorlib-nav-toggle:hover, nav .colorlib-nav-toggle:focus, nav .colorlib-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
nav .colorlib-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all 0.2s ease-out;
}
nav .colorlib-nav-toggle i::before, nav .colorlib-nav-toggle i::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
}
nav .colorlib-nav-toggle.colorlib-nav-white > i {
  color: #000;
  background: #000;
}
nav .colorlib-nav-toggle.colorlib-nav-white > i::before, nav .colorlib-nav-toggle.colorlib-nav-white > i::after {
  background: #000;
}
nav .colorlib-nav-toggle i::before {
  top: -7px;
}
nav .colorlib-nav-toggle i::after {
  bottom: -7px;
}
nav .colorlib-nav-toggle:hover i::before {
  top: -10px;
}
nav .colorlib-nav-toggle:hover i::after {
  bottom: -10px;
}
nav .colorlib-nav-toggle.active i {
  background: transparent;
}
nav .colorlib-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff;
}
nav .colorlib-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff;
}
nav .colorlib-nav-toggle {
  position: absolute;
  left: 50px;
  top: 65px;
  padding: 6px 0 0 0;
  display: block;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 100000;
  border-bottom: none !important;
}
@media screen and (max-width: 1320px) {
  nav .colorlib-nav-toggle {
    display: block;
  }
}
nav .colorlib-nav-toggle i {
  background: #000;
}
nav .colorlib-nav-toggle i::before, nav .colorlib-nav-toggle i::after {
  background: #000;
}

.colorlib-social-icons {
  margin: 0;
  padding: 0;
}
.colorlib-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.colorlib-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #088395;
  padding-left: 10px;
  padding-right: 10px;
}
.colorlib-social-icons li a i {
  font-size: 20px;
}

.colorlib-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000000000000000000000000000;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

#president-speech,
#about,
#quality,
#competencies,
#services,
#partners,
#faq {
  padding: 0 104px 100px;
}
@media screen and (max-width: 767px) {
  #president-speech,
  #about,
  #quality,
  #competencies,
  #services,
  #partners,
  #faq {
    padding: 0 10px 100px;
  }
}

#values {
  padding: 60px 104px 100px;
}
@media screen and (max-width: 767px) {
  #values {
    padding: 0 10px 100px;
  }
}

#president-speech {
  padding-top: 100px;
}

.line-shape-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .line-shape-right {
    display: none;
  }
}

.line-shape-left {
  position: absolute;
  left: 104px;
  top: 0;
  height: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper {
  overflow: visible;
  margin-left: 65px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation {
  position: relative;
  bottom: -30px;
  width: 127px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D9D9D9;
  border-radius: 50%;
  position: relative;
  bottom: 0;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  font-size: 50px;
  color: #088395;
  width: 29px;
  height: 95px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
  color: transparent;
}

.swiper-button-prev {
  right: 0;
}
.swiper-button-prev::before {
  content: "«";
}

.swiper-button-next {
  left: 0;
}
.swiper-button-next::before {
  content: "»";
}

#colorlib-logo {
  font-size: 24px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 700;
  font-family: "Cairo", sans-serif;
}
#colorlib-logo a {
  color: #088395;
}
#colorlib-logo a span {
  color: #000;
}
#colorlib-logo a img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 185px;
}

#colorlib-hero {
  min-height: 100vh;
  background: #fff url(../images/loader.gif) no-repeat center center;
  position: relative;
}
#colorlib-hero .btn {
  font-size: 24px;
}
#colorlib-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#colorlib-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#colorlib-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#colorlib-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
  position: relative;
  padding: 50px 104px 0;
}
@media screen and (max-width: 767px) {
  #colorlib-hero .flexslider .slides li {
    padding: 50px 10px 0;
  }
}
#colorlib-hero .flexslider .slides li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#colorlib-hero .flexslider .flex-control-nav {
  bottom: 20px;
  z-index: 1000;
}
#colorlib-hero .flexslider .flex-control-nav li a {
  background: #fec009;
  box-shadow: none;
  width: 34px;
  height: 9px;
  cursor: pointer;
}
#colorlib-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: #088395;
}
#colorlib-hero .flexslider .welcome {
  font-size: 40px;
  font-weight: 700;
  line-height: 74.96px;
  color: #FDFDFD;
}
#colorlib-hero .flexslider .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 74.96px;
  color: #FDFDFD;
}
@media screen and (max-width: 767px) {
  #colorlib-hero .flexslider .title {
    font-size: 20px;
    line-height: 50px;
  }
}
#colorlib-hero .flexslider .slide2-content {
  width: 800px;
}
#colorlib-hero .flexslider .slide2-content .title {
  margin-bottom: 20px !important;
}
#colorlib-hero .flexslider .slide2-content .btn-learn {
  padding: 15px 20px 15px 20px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (width: 575px) {
  #colorlib-hero .flexslider .slide2-content .btn-learn {
    padding: 10px 15px 10px 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #colorlib-hero .flexslider .slide2-content {
    width: 100%;
  }
}
#colorlib-hero .flexslider .slide3 .slider-img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #colorlib-hero .flexslider .slide3 .slider-img {
    width: 40%;
    margin: auto;
  }
}
#colorlib-hero .flexslider .slide3 .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  color: #FDFDFD;
}
@media screen and (max-width: 991px) {
  #colorlib-hero .flexslider .slide3 .title {
    font-size: 22px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  #colorlib-hero .flexslider .slide3 .title {
    font-size: 16px;
    line-height: 35px;
  }
}
#colorlib-hero .flexslider .slide3 .content {
  padding-right: 70px;
}
@media screen and (max-width: 991px) {
  #colorlib-hero .flexslider .slide3 .content {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #colorlib-hero .flexslider .slide3 .content {
    padding-right: 0;
  }
}
#colorlib-hero .flexslider .slide3 .content .subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
  color: #FDFDFD;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  #colorlib-hero .flexslider .slide3 .content .subtitle {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #colorlib-hero .flexslider .slide3 .content .subtitle {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #colorlib-hero .flexslider .slide3 .content {
    padding-right: 0px;
    padding-top: 25px;
  }
}
#colorlib-hero .flexslider .flex-direction-nav {
  display: none;
}
#colorlib-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 100vh;
  z-index: 9;
}
#colorlib-hero .flexslider .slider-text > .slider-text-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  min-height: 100vh;
}
#colorlib-hero .flexslider .slider-text > .slider-text-inner h1,
#colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: rgb(255, 255, 255);
}
#colorlib-hero .flexslider .slider-text > .slider-text-inner .heading-section {
  font-size: 50px;
}
#colorlib-hero .flexslider .slider-text > .slider-text-inner .btn {
  padding: 15px 30px;
  background: #088395 !important;
  color: #fff;
  border: none !important;
  font-size: 18px;
}
#colorlib-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
  background: #111612 !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#colorlib-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#colorlib-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}
#colorlib-hero .flexslider .slider-text > .slider-text-inner .colorlib-lead {
  font-size: 20px;
  color: #fff;
}
#colorlib-hero .flexslider .slider-text > .slider-text-inner .colorlib-lead .icon-heart {
  color: #d9534f;
}

#president-speech {
  color: #111111;
  position: relative;
}
#president-speech img {
  border-radius: 20px;
}
#president-speech .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #president-speech .content {
    padding-right: 0;
  }
}
#president-speech .content h3, #president-speech .content h4 {
  text-align: center;
  font-weight: 700;
  line-height: 50px;
}
@media screen and (max-width: 499px) {
  #president-speech .content h3, #president-speech .content h4 {
    line-height: 30px;
  }
}
#president-speech .content h3 {
  font-size: 36px;
}
@media screen and (max-width: 499px) {
  #president-speech .content h3 {
    font-size: 26px;
  }
}
#president-speech .content h4 {
  font-size: 24px;
}
@media screen and (max-width: 499px) {
  #president-speech .content h4 {
    font-size: 22px;
  }
}
#president-speech .content p {
  font-size: 24px;
  line-height: 42px;
  font-weight: 400;
}
@media (max-width: 991px) {
  #president-speech .content {
    margin-bottom: 80px;
  }
}

#about {
  position: relative;
}
@media (max-width: 767px) {
  #about .line-shape-left {
    display: none;
  }
}
#about .content {
  width: 90%;
}
#about .content h2 {
  color: #111111;
  font-size: 48px;
  font-weight: 700;
  line-height: 89.95px;
}
@media screen and (max-width: 767px) {
  #about .content h2 {
    font-size: 32px;
  }
}
#about .content p {
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
  color: #111111;
}
#about .content a {
  display: inline-block;
  border-radius: 15px;
  margin-top: 15px;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 33.73px;
  text-align: center;
  color: #fff;
  background-color: #088395;
}
#about .content a.active {
  background-color: #fec009;
}
#about .content a .icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #5a6158;
  position: relative;
}
#about .content a .icon img {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #about .content {
    width: 100%;
  }
}

#values {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
@media screen and (max-width: 991px) {
  #values .value-box:not(:last-of-type) {
    margin-bottom: 80px;
  }
}
#values .colorlib-counter-label {
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  color: #111111;
}
#values .icon {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
  background: #314032;
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  #values .icon {
    margin-top: 50px;
  }
}
#values .icon img {
  width: 55px;
  height: 48px;
  top: 5px;
  left: 16px;
}
#values p {
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
  color: #111111;
  height: 210px;
}
@media screen and (max-width: 1200px) {
  #values p {
    height: 230px;
  }
}
@media screen and (max-width: 1005px) {
  #values p {
    height: 280px;
  }
}
@media screen and (max-width: 991px) {
  #values p {
    height: 220px;
  }
}
@media screen and (max-width: 820px) {
  #values p {
    height: 280px;
  }
}
@media screen and (max-width: 767px) {
  #values p {
    height: auto;
  }
}
#values a {
  font-size: 16px;
  font-weight: 700;
  line-height: 29.98px;
  text-decoration: underline;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 15px;
}
#values a:hover {
  background-color: #088395;
  color: #fff;
  gap: 10px;
}
#values .counter-wrap {
  border: 1px solid red !important;
}
#values .colorlib-counter {
  font-size: 40px;
  display: block;
  color: white;
  font-family: "Cairo", sans-serif;
  width: 100%;
  font-weight: 700;
  margin-bottom: 0.3em;
}

#quality {
  color: #111111;
}
#quality .content {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #quality .content {
    padding-left: 0;
  }
}
#quality .content h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 89.95px;
}
#quality .content p {
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
}
#quality .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#quality .content ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 29.98px;
}
#quality .images {
  display: flex;
  justify-content: center;
}
#quality .images .iso {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  #quality .images {
    justify-content: center;
    margin-top: 50px;
  }
}

#competencies h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 89.95px;
  margin: 0;
  color: #111111;
  margin-bottom: 20px;
}
#competencies .competency-card {
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #competencies .competency-card {
    width: 246px;
    height: 246px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #competencies .competency-card {
    margin-bottom: 30px;
  }
}
#competencies .competency-card .image {
  text-align: center;
}
#competencies .competency-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#competencies .competency-card .job-title {
  position: absolute;
  bottom: 10px;
  right: 10px;
  transition: 0.8s ease-in-out;
}
@media screen and (min-width: 1500px) {
  #competencies .competency-card .job-title {
    bottom: 20px !important;
    right: 25px !important;
  }
}
#competencies .competency-card .job-title .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 29.98px;
  color: #FFFFFF;
  margin: 0;
}
@media screen and (max-width: 991px) {
  #competencies .competency-card .job-title .name {
    font-size: 12px !important;
    line-height: 15px;
  }
}
@media screen and (max-width: 767px) {
  #competencies .competency-card .job-title .name {
    font-size: 16px;
    line-height: 20px;
  }
}
#competencies .competency-card .job-title .job {
  font-size: 14px;
  font-weight: 700;
  line-height: 26.24px;
  color: #FFFFFF;
  margin: 0;
}
@media screen and (max-width: 991px) {
  #competencies .competency-card .job-title .job {
    font-size: 11px !important;
    line-height: 15px;
  }
}
@media screen and (max-width: 767px) {
  #competencies .competency-card .job-title .job {
    font-size: 14px;
    line-height: 20px;
  }
}
#competencies .competency-card .job-title.main {
  bottom: 20px;
  right: 20px;
}
#competencies .competency-card .job-title.main .name, #competencies .competency-card .job-title.main .job {
  font-size: 20px;
  font-weight: 700;
  line-height: 37.48px;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 991px) {
  #competencies .competency-card .job-title.main .name {
    font-size: 16px;
  }
  #competencies .competency-card .job-title.main .job {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  #competencies .competency-card .job-title.main .name {
    font-size: 14px;
  }
  #competencies .competency-card .job-title.main .job {
    font-size: 12px;
  }
}
#competencies .competency-card .know-more a {
  position: absolute;
  bottom: 16px;
  right: 20px;
  opacity: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 29.98px;
  text-decoration: underline;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 15px;
  color: #088395;
  transition: 0.5s ease-in-out;
}
#competencies .competency-card .know-more a:hover {
  background-color: #088395;
  color: #fff !important;
  gap: 10px;
  opacity: 100%;
}
#competencies .competency-card:hover .job-title {
  transform: translateY(-55px);
}
#competencies .competency-card:hover .know-more a {
  opacity: 100%;
}
#competencies .competency-card.main, #competencies .competency-card.main {
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  min-height: 430px;
}
@media screen and (max-width: 991px) {
  #competencies .competency-card.main, #competencies .competency-card.main {
    min-height: 246px;
  }
}

#services h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 89.95px;
  color: #111111;
  position: relative;
}
#services h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  color: #111111;
  margin-bottom: 45px;
}
#services .individual-services {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #services .individual-services {
    margin-top: 100px;
  }
}
#services .service-card {
  display: flex;
  gap: 25px;
  width: 394px;
  height: 174px;
  border-radius: 20px;
  border: 1px solid #088395b3;
  padding: 30px 20px;
  position: relative;
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
#services .service-card h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 37.48px;
  text-align: right;
}
#services .service-card .show-more {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 116px;
  padding: 10px 15px 10px 15px;
  border-radius: 15px;
  background-color: #088395;
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 700;
  line-height: 29.98px;
  text-align: center;
}
#services .service-card .show-more:hover {
  background-color: #fec009;
}
#services .service-card:hover {
  background: linear-gradient(180deg, rgba(243, 240, 229, 0) 0%, #08839540 90%);
}

#partners h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  margin-bottom: 40px;
  color: #111111;
}
#partners .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
#partners .content .partner:not(:last-child):not(:first-child) {
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (max-width: 575px) {
  #partners .content .partner:not(:last-child):not(:first-child) {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#partners .content:first-of-type .partner {
  margin-right: 8px;
}
@media screen and (max-width: 575px) {
  #partners .content:first-of-type .partner {
    margin-right: 20px;
  }
}
#partners .content:last-of-type .partner {
  margin-left: 8px;
}
@media screen and (max-width: 575px) {
  #partners .content:last-of-type .partner {
    margin-left: 20px;
  }
}
#partners .content .partner {
  width: 13%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 575px) {
  #partners .content .partner {
    width: 30%;
  }
}

#faq h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  color: #111111;
}
#faq img {
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}
#faq .questions {
  width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  #faq .questions {
    width: 90%;
  }
}
#faq .accordion {
  background-color: #FDFDFD;
  color: #111111;
  cursor: pointer;
  padding: 15px 31px;
  width: 100%;
  outline: none;
  text-align: right;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2509803922);
  margin-bottom: 30px;
  font-size: 15px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 44.98px;
  max-height: 76px;
  overflow: hidden;
}
#faq .accordion.active {
  background: #F3F0E5;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
}
#faq .accordion.active .icon {
  transform: rotateZ(180deg);
}
#faq .accordion .acc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#faq .accordion .icon {
  width: 40px;
  height: 40px;
  background: #fec009;
  border: 2px solid #FDFDFD;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotateZ(0deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#faq .accordion .icon i {
  color: #fff;
  font-size: 20px;
}
#faq .panel {
  display: none;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  color: #575757;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

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

.features {
    text-align: center;
    padding: 20px 20px 5px 20px;
    margin: 10px;
    border-radius: 15px;
    background: linear-gradient(215deg, #99cbd387 45%, rgb(255 235 179) 100%);
    box-shadow: 2px 2px 12px 0px #c9e3e8;
}

