:root {
  --main: #C8BD5B;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url(../webfonts/Montserrat-Arabic\ Bold\ 700.otf);
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url(../webfonts/Montserrat-Arabic\ Regular\ 400.otf);
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url(../webfonts/Montserrat-Arabic\ Medium\ 500.otf);
}
@font-face {
  font-family: "Montserrat-Light";
  src: url(../webfonts/Montserrat-Arabic\ Light\ 300.otf);
}
@font-face {
  font-family: "sfn-arabic";
  src: url(../webfonts/sf-arabic-rounded.ttf);
}
.font-sf,
.font-sf * {
  font-family: "sfn-arabic" !important;
}
.btn{
  background: #1DA599;
  padding: 5px 15px;
  border-radius: 10px;
  font-family: "Montserrat-Medium";
  font-size: 19px;color: white;
}
.f-size-13 {
  font-size: 13px;
}

.list-style-disc,
.list-style-disc li {
  list-style: disc;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--main);
}

a {
  text-decoration: none;
  color: #1DA599;
  transition: all ease-in-out 0.3s;
}
a:hover {
  text-decoration: none;
  color: #E58A00;
}

.btn-primary {
  background: #1DA599;
  border-color: lightgrey;
}

.btn-primary:hover {
  background: #E58A00;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.mt-120 {
  margin-top: 120px;
}

body,
html {
  overflow-x: hidden !important;
  padding: 0 !important;
  font-family: "Montserrat-Regular";
}

p {
  font-family: "sfn-arabic";
}

.body_container {
  max-width: 1900px;
  margin: auto;
  overflow-x: hidden;
}

.banner {
  position: relative;
}
.banner .navbar_container {
  position: absolute;
  top: 15px;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, 0);
}
.banner .navbar_container .navbar-brand {
  margin: 0;
}
.banner .navbar_container li.nav-item.dropdown {
  margin: 0 1vw;
}
.banner .navbar_container li.nav-item.dropdown a {
  font-weight: 600;
  color: #212830;
}
.banner .swiper-slide h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #212830;
  font-size: 45px;
}
.banner .swiper-pagination-bullet {
  width: 15px;
  height: 6px;
  border-radius: 10px;
}
.banner .swiper-pagination-bullet-active {
  background-color: #1DA599;
  width: 50px;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 25px;
}

.section {
  margin: 5em 0;
}

.slider_card {
  background: #F0F0F0;
  border-radius: 10px;
  position: relative;
}
.slider_card .tag {
  position: absolute;
  top: 0;
  transform: translate(0, -50%);
  left: 0;
  z-index: 2;
  background: #8B6539;
  padding: 3px 10px;
  padding-inline-start: 5px;
  color: white;
  font-size: 17px;
  font-weight: bold;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.slider_card .tag img {
  width: 15px;
}
.slider_card .slider_body {
  overflow: hidden;
}
.slider_card .slider_body img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.slider_card .slider_body .content {
  padding: 10px 0;
  padding-inline-end: 10px;
}
.slider_card .slider_body .content h2 {
  color: #E58A00;
  font-weight: 600;
  font-size: 14px;
}
.slider_card .slider_body .content p {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin: 0;
}
.slider_card .slider_body .content a {
  color: #8B6539;
  font-weight: 600;
}
.slider_card .slider_body .swiper-pagination.swiper-pagination-bullets {
  width: calc(50% + 12px);
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 7px 0;
}
.slider_card .slider_body .swiper-pagination-bullet {
  background-color: white;
}
.slider_card .slider_body .swiper-pagination-bullet {
  opacity: 0.5;
}
.slider_card .slider_body .swiper-pagination-bullet-active {
  opacity: 1;
}
.slider_card .slider_body .arrows {
  position: absolute;
  display: flex;
  z-index: 11;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 47%;
  left: 3%;
}
.slider_card .slider_body .arrows div {
  position: static;
}
.slider_card .slider_body .swiper-button-next:after,
.slider_card .slider_body .swiper-button-prev:after,
.slider_card .slider_body .swiper-button-next2:after,
.slider_card .slider_body .swiper-button-prev2:after {
  font-size: 20px;
  font-weight: bold;
  color: white;
}
.slider_card .slider_body .swiper-button-next,
.slider_card .slider_body .swiper-button-prev,
.slider_card .slider_body .swiper-button-next2,
.slider_card .slider_body .swiper-button-prev2 {
  height: 10px;
}
.slider_card.full .swiper-pagination.swiper-pagination-bullets {
  width: 51% !important;
}
.slider_card.full .slider_body .content {
  padding: 40px 20px;
}
.slider_card.full .slider_body .content a {
  color: #1DA599;
}
.slider_card.full .slider_body .content h2 {
  font-weight: bold;
  font-size: 23px;
}
.slider_card.full .slider_body img {
  height: 280px;
  border-bottom-left-radius: 0;
}
.slider_card.full .slider_body .swiper-pagination.swiper-pagination-bullets {
  border-bottom-right-radius: 0;
}
.slider_card.training img {
  height: 225px !important;
}

.sec-3 {
  background: #1DA599;
}
.sec-3 img {
  margin-top: -25px;
  width: 100%;
}
.sec-3 h3 {
  color: white;
  font-size: 55px;
  text-align: center;
  max-width: 350px;
  margin: auto;
  font-weight: 400;
  line-height: 1.5;
}
.sec-3 h3 strong {
  font-weight: bold;
}
.sec-3 .btn {
  background: white;
  color: #C8BD5B;
  font-weight: bold;
  margin-top: 1em;
}

.sec-4,
.education {
  position: relative;
}
.sec-4 .swiper-button-next,
.sec-4 .swiper-button-prev,
.education .swiper-button-next,
.education .swiper-button-prev {
  color: white;
  background: var(--main);
  width: 40px;
  height: 40px;
  border-radius: 10px;
}
.sec-4 .swiper-button-next:after,
.sec-4 .swiper-button-prev:after,
.education .swiper-button-next:after,
.education .swiper-button-prev:after {
  font-size: 22px;
  font-weight: bold;
}

.card2 {
  border-radius: 30px;
  padding-bottom: 20px;
}
.card2 .category {
  position: absolute;
  top: -5px;
  transform: translate(0, -50%);
  left: 0;
  z-index: 0;
  background: #8B6539;
  padding: 3px 10px;
  padding-bottom: 35px;
  min-width: 40%;
  padding-inline-start: 15px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
}
.card2 .category img {
  width: 10px;
  margin: 0 5px;
}
.card2 .img {
  height: 400px;
  background-size: cover;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
.card2 .img .tag {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 35px;
  margin: 0;
}
.card2 .img .content {
  color: white;
}
.card2 .img .content h3 {
  font-weight: bold;
  font-size: 23px;
}
.card2 .img .content p {
  font-size: 12px;
}

.footer {
  background: #212830;
  color: white;
  padding: 5em 0;
}
.footer a {
  color: white;
}
.footer h4 {
  font-family: "Montserrat-Medium";
  font-size: 16px;
}
.footer h4 {
  font-family: "Montserrat-Medium";
  font-size: 16px;
}
.footer .links a {
  font-family: "Montserrat-Light";
  font-size: 13px;
  margin: 5px 0;
  display: inline-block;
}
.footer .col-md-4:last-child {
  text-align: end;
}
.footer .footer_logo {
  width: 170px;
}
.footer .terms {
  margin: 1em 0;
  display: flex;
  gap: 12px;
  justify-content: end;
}
.footer .terms a,
.footer .terms span {
  font-family: "Montserrat-Light";
  font-size: 12px;
}
.footer .social {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
  margin-top: 2em;
}
.footer h5 {
  font-size: 15px;
  margin-top: 3em;
  margin-bottom: 1em;
}
.footer form {
  display: flex;
  justify-content: center;
}
.footer form input {
  background: #D9D9D9;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  border: 0;
  color: #929292;
  font-size: 12.5px;
  padding: 10px;
}
.footer form button {
  border: 0;
  background: #1DA599;
  font-size: 15px;
  color: white;
  padding: 0 20px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}

.banner_internal {
  position: relative;
}
.banner_internal .container {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0.75rem;
}
.banner_internal .container span.category {
  border: white solid 1px;
  padding: 8px;
  border-radius: 5px;
  font-size: 11px;
  color: white;
}
.banner_internal .container span.category img {
  width: 15px;
}

.breadcrumbs {
  margin-bottom: 6em;
}
.breadcrumbs h1 {
  background: #5BC866;
  color: white;
  padding: 15px;
  display: inline-block;
  border-radius: 5px;
  margin-top: -50%;
  position: relative;
  font-size: 32px;
}
.breadcrumbs h1.m40 {
  margin-top: -40% !important;
}
.breadcrumbs h1.m30 {
  margin-top: -30% !important;
}
.breadcrumbs h1.m20 {
  margin-top: -20% !important;
}
.breadcrumbs h1.m10 {
  margin-top: -10% !important;
}
.breadcrumbs h1.m5 {
  margin-top: -5% !important;
}
.breadcrumbs h1.p30 {
  padding: 30px;
}
.breadcrumbs .categories {
  display: flex;
  gap: 5px;
  justify-content: end;
}
.breadcrumbs .categories li {
  color: black;
  font-size: 17px;
}
.breadcrumbs .categories li a {
  background: #CECECE;
  color: white;
  padding: 5px;
  border-radius: 5px;
  display: inline-block;
}

.blog_card {
  background: #F7F7F7;
  padding: 2em 1em;
  border-radius: 5px;
  transition: all ease-in-out 0.3s;
  margin-bottom: 4em;
}
.blog_card .header_top {
  display: flex;
  justify-content: space-between;
}
.blog_card .header_top span {
  font-family: "Montserrat-Light";
  font-size: 12px;
}
.blog_card .header_top span:last-child {
  border-radius: 35px;
  border: 1px solid;
  padding: 3px 20px;
}
.blog_card img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  margin-top: 1em;
}
.blog_card h3 {
  color: #5BC866;
  font-size: 25px;
  font-family: "Montserrat-Medium";
  margin: 1em 0;
}
.blog_card h4 {
  font-size: 20px;
  font-family: "Montserrat-Light";
}
.blog_card.book {
  padding: 0;
  border-radius: 20px;
}
.blog_card.book h3 {
  margin-bottom: 10px;
  color: var(--main);
}
.blog_card.book img {
  margin: 0;
  height: 400px;
}
.blog_card.book .content {
  padding: 20px;
}
.blog_card.book .btns {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
}
.blog_card.book .btns span {
  background: var(--main);
  color: white;
  font-size: 14px;
  padding: 3px 15px;
  border-radius: 35px;
}
.blog_card.book .btns span img {
  width: 18px;
  height: auto;
  border-radius: 0;
  margin: 0 3px;
}
.blog_card p {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 0;
  display: inline;
}
.blog_card a {
  font-size: 13px;
  color: var(--main);
}
.blog_card:hover {
  background: var(--main);
}
.blog_card:hover span,
.blog_card:hover h3,
.blog_card:hover h4,
.blog_card:hover p,
.blog_card:hover a {
  color: white;
}
.blog_card:hover .btns span {
  color: var(--main);
  background: white;
}
.blog_card:hover .btns span img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(76%) saturate(344%) hue-rotate(75deg) brightness(92%) contrast(85%);
}
.blog_card:hover .btns.v2 img {
  filter: brightness(0) saturate(100%) invert(43%) sepia(97%) saturate(334%) hue-rotate(318deg) brightness(92%) contrast(91%);
}

.note {
  background: #F0F0F0;
  border-bottom-left-radius: 45px;
  border-top-right-radius: 45px;
  overflow: hidden;
  margin-bottom: 5em;
}
.note img {
  width: 100%;
  border-top-right-radius: 50px;
  border: 2px black solid;
  box-shadow: 0 0 0 15px var(--main);
}
.note .content {
  padding: 4vw 6vw;
}
.note .content h3 {
  font-size: 37px;
  font-family: "Montserrat-Medium";
  background: var(--main);
  padding: 5px 10px;
  border-radius: 15px;
  color: white;
  display: inline-block;
  margin: auto;
}
.note .content h2 {
  font-size: 24px;
  font-family: "Montserrat-Medium";
  line-height: 2;
}
.note .content h2 span,
.note .content h2 a {
  color: var(--main);
  font-weight: 900;
}
.note .content h2 a {
  text-decoration: underline;
}
.note.style2 {
  border-radius: inherit;
  border-bottom-right-radius: 45px;
  border-top-left-radius: 45px;
}
.note.style2 img {
  border-top-right-radius: 0;
  border-top-left-radius: 45px;
  box-shadow: inherit;
  border: 0;
}
.note.style2 .img {
  position: relative;
  transition: all ease-in-out 0.3s;
}
.note.style2 .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(107, 97, 11, 0.46);
  z-index: 0;
}

.edu-sec2 {
  margin-bottom: 5em;
}
.edu-sec2 h3 {
  display: inline-block;
  font-size: 19px;
  font-family: "Montserrat-Bold";
  background: var(--main);
  padding: 5px 10px;
  border-radius: 15px;
  color: white;
}
.edu-sec2 .content * {
  font-family: "Montserrat-Regular";
  font-size: 16px;
}
.edu-sec2 .content * strong {
  color: var(--main);
}

.edu-sec3 {
  margin-bottom: 350px;
  background: var(--main);
  padding: 3em 0;
}
.edu-sec3 h3 {
  display: inline-block;
  font-size: 19px;
  font-family: "Montserrat-Bold";
  padding: 5px 10px;
  border-radius: 15px;
  color: white;
}
.edu-sec3 .content * {
  font-family: "Montserrat-Regular";
  font-size: 16px;
}
.edu-sec3 .content * strong {
  color: var(--main);
}
.edu-sec3 .row {
  margin-top: 30px;
  margin-bottom: -250px;
}

.edu-card {
  border-radius: 30px;
  padding-bottom: 20px;
  background: var(--main);
}
.edu-card .img {
  height: 400px;
  background-size: cover;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}
.edu-card .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.4));
  z-index: 0;
  border-radius: 30px;
  transition: all ease-in-out 0.3s;
}
.edu-card .img:hover::before {
  background: rgba(0, 0, 0, 0.4);
}
.edu-card .img .content {
  z-index: 1;
  color: white;
}
.edu-card .img .content h3 {
  display: inline-block;
  font-size: 13px;
  font-family: "Montserrat-Medium";
  background: var(--main);
  padding: 5px 10px;
  border-radius: 15px;
}
.edu-card .img .content p {
  font-size: 13px;
  font-family: "Montserrat-Regular";
}
.edu-card .img.style2 {
  justify-content: space-between;
  align-items: start;
}
.edu-card .img.style2 .tag {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 35px;
  margin: 0;
  display: flex;
  gap: 5px;
  align-items: center;
}
.title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 2.5em;
}

.training_sec1 {
  background: #F0F0F0;
  border-top-left-radius: 45px;
  margin-bottom: 5em;
}
.training_sec1 .img {
  position: relative;
}
.training_sec1 .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 70%;
  background: var(--main);
  z-index: 0;
  transition: all ease-in-out 0.3s;
}
.training_sec1 .img img {
  max-width: 100%;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
.training_sec1 .content {
  padding: 2vw 6vw;
}
.training_sec1 .content h2 {
  font-size: 20px;
  font-family: "Montserrat-Medium";
  line-height: 2;
}
.training_sec1 .content h3 {
  display: inline-block;
  font-size: 19px;
  font-family: "Montserrat-Bold";
  background: var(--main);
  padding: 5px 10px;
  border-radius: 10px;
  color: white;
  width: 100%;
  text-align: center;
}

.courses_title {
  font-size: 22px;
  font-family: "Montserrat-Bold";
  color: #F7F7F7;
  background: var(--main);
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 0;
  transform: translate(0, 50%);
  position: relative;
  z-index: 1;
}
.courses_title.main_color {
  color: var(--main);
  background: #F7F7F7;
}

.courses {
  margin-bottom: 5em;
  padding: 5em;
  padding-top: 6em;
  padding-bottom: 3em;
  background: #F0F0F0;
  border-radius: 20px;
  overflow: hidden;
}
.courses.education {
  padding-top: 4em;
}
.courses.main_color {
  background: var(--main);
}

.course_card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 3em;
}
.course_card .main {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.course_card .main.h-230 {
  height: 230px;
}
.course_card .content {
  padding: 1em;
  background: var(--main);
  transition: all ease-in-out 0.3s;
}
.course_card h3 {
  font-size: 19px;
  font-family: "Montserrat-Bold";
  color: white;
  margin: 0;
}
.course_card h4 {
  background: white;
  font-family: "Montserrat-Medium";
  color: var(--main);
  font-size: 10px;
  border-radius: 10px;
  margin: 0;
  min-width: 60px;
  text-align: center;
  padding: 3px 5px;
}
.course_card p {
  font-size: 11px;
  color: white;
}
.course_card span.date {
  background: rgba(0, 0, 0, 0.5);
  padding: 3px 5px;
  position: absolute;
  top: 15px;
  margin-inline-start: 15px;
  font-size: 10px;
  color: white;
}
.course_card span:not(.date) {
  font-size: 10px;
  color: black;
  display: flex;
  gap: 3px;
  align-items: center;
}
.course_card span:not(.date) img {
  width: 10px;
  height: auto;
}
.course_card:hover {
  box-shadow: 0 0 5px 3px lightgray;
}
.course_card:hover .content {
  padding: 1em;
  background: white;
}
.course_card:hover .content h3 {
  color: var(--main);
}
.course_card:hover .content h4 {
  background: var(--main);
  color: white;
}
.course_card:hover .content p {
  color: black;
}

.mb-sm-1 {
  margin-bottom: 1em;
}

.nav-tabs {
  border-bottom: 0;
  margin-bottom: 2em;
  justify-content: center;
}

.nav-tabs .nav-link {
  padding: 0;
  padding-bottom: 7px;
  margin: 15px;
  color: black;
  font-size: 14px;
}
.nav-tabs .nav-link.active {
  color: var(--main);
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--main);
}

.main_color .nav-tabs .nav-link.active {
  color: white;
}
.main_color .course_card .content {
  background: white;
  box-shadow: 0 0 5px 3px lightgray;
  padding: 1em;
  background: white;
}
.main_color .course_card .content h3 {
  color: var(--main);
}
.main_color .course_card .content h4 {
  background: var(--main);
  color: white;
}
.main_color .course_card .content p {
  color: black;
}
.main_color .course_card:hover {
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1411764706);
}
.main_color .course_card:hover .content {
  background: var(--main);
}
.main_color .course_card:hover h3 {
  color: white;
}
.main_color .course_card:hover h4 {
  background: white;
  color: var(--main);
}
.main_color .course_card:hover p {
  color: white;
}

.edu_slider_card {
  margin: 4em 0;
}
.edu_slider_card .slider_card .slider_body .swiper-pagination.swiper-pagination-bullets {
  left: inherit;
  right: 0;
}
.edu_slider_card .slider_card .slider_body .arrows {
  right: 3%;
  left: inherit;
}
.edu_slider_card .slider_card .slider_body img {
  height: 500px;
}
.edu_slider_card .slider_card .slider_body .content {
  padding: 15px;
}
.edu_slider_card .slider_card .tag {
  background: var(--main);
}
.edu_slider_card .slider_card .slider_body .content h2 {
  color: var(--main);
  font-weight: bold;
  font-size: 35px;
}
.edu_slider_card .slider_card .slider_body .content a {
  color: var(--main);
}

.nawafez .nav-tabs {
  margin-bottom: 0;
  justify-content: start;
  gap: 15px;
}
.nawafez .nav-tabs .nav-link {
  font-size: 18px;
  padding: 15px 10px;
  margin: 0;
  background: #F0F0F0;
  color: var(--main);
}
.nawafez .nav-tabs .nav-link.active {
  color: white;
  background: var(--main);
  border: 0;
}
.nawafez .courses {
  border-top: 15px solid var(--main);
  border-top-left-radius: 0;
}
.nawafez .edu-card .content p {
  margin-bottom: 5px;
  display: inline;
}
.nawafez .edu-card .content a {
  color: white;
}
.nawafez .edu-card .img .content h3 {
  display: block;
  font-size: 19px;
  font-family: "Montserrat-bold";
  background: transparent;
  padding: 0;
}
.nawafez.news .courses {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.nawafez.news .tabs_c {
  margin-bottom: 2em;
}
.nawafez.news .nav-link {
  font-size: 16px;
  font-family: "Montserrat-Regular";
  padding: 2px 15px;
  border-radius: 35px;
  border: solid gray 1px;
}

.gallery {
  background: var(--main);
  overflow: hidden;
  padding: 5em 0;
  margin-bottom: 5em;
}
.gallery .swiper-slide .img {
  position: relative;
}
.gallery .swiper-slide .img img {
  width: 100%;
}
.gallery .swiper-slide .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7411764706);
  z-index: 1;
  transition: all ease-in-out 0.3s;
}
.gallery .swiper-slide .d-flex {
  margin-top: 20px;
  color: white;
}
.gallery .swiper-slide .d-flex h2 {
  display: none;
  font-size: 35px;
  font-family: "Montserrat-Regular";
  max-width: 350px;
}
.gallery .swiper-slide .d-flex h3 {
  display: none;
  font-size: 28px;
  font-family: "Montserrat-Regular";
}
.gallery .swiper-slide.swiper-slide-active .img::after {
  background: transparent;
}
.gallery .swiper-slide.swiper-slide-active .d-flex h2,
.gallery .swiper-slide.swiper-slide-active .d-flex h3 {
  display: block;
}
.gallery .swiper-button-next,
.gallery .swiper-button-prev {
  color: white;
  background: var(--main);
  width: 40px;
  height: 40px;
  border-radius: 10px;
}
.gallery .swiper-button-next:after,
.gallery .swiper-button-prev:after {
  font-size: 22px;
  font-weight: bold;
}
.gallery.internal {
  padding: 2em 4em;
}
.gallery.internal .content {
  max-width: 700px;
  color: white;
}
.gallery.internal .images {
  margin-top: 3em;
}
.gallery.internal .demo-gallery > ul > li a > img {
  transition: transform 0.15s ease 0s;
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.gallery.internal .demo-gallery > ul > li {
  margin-bottom: 15px;
  width: calc(24% + 8px);
  display: inline-block;
  margin-right: 15px;
  list-style: outside none none;
  margin: auto;
}
.gallery.internal .demo-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
}
.gallery.internal .demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.15s ease 0s;
}
.gallery.internal .demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.3s ease 0s;
}

.videos .yt-link, .videos .yt-link:hover, .videos .yt-link:focus {
  text-decoration: none;
}
.videos .yt-bg {
  height: 280px;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}
.videos .uk-icon-youtube-play {
  font-size: 40px;
  color: #d40000;
}
.videos .uk-modal {
  background: rgba(0, 0, 0, 0.95);
}
.videos .uk-grid > * {
  padding-left: 0;
  margin-left: 25px;
}
.videos .video_card {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 2em;
  background: var(--main);
}
.videos .video_card h2 {
  margin: 0;
  padding: 5px 15px;
  font-family: "Montserrat-Bold";
  font-size: 15px;
  color: white;
}

.about_us {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 9px -6px #696969;
}
.about_us .row_c {
  display: flex;
}
.about_us .content {
  width: 70%;
  background: #F0F0F0;
}
.about_us .content h2 {
  background: var(--main);
  color: white;
  font-size: 30px;
  text-align: center;
  font-family: "Montserrat-Medium";
  padding: 0.3em 0;
}
.about_us .content p {
  font-size: 21px;
  padding: 2em;
}
.about_us .img {
  min-height: 300px;
  width: 30%;
  background-position: center;
  background-size: cover;
}

.goals_card {
  background: var(--main);
  border-radius: 15px;
  padding: 10px;
  max-width: 300px;
  margin: auto;
  margin-bottom: 1.5em;
}
.goals_card img {
  height: 70px;
  width: auto;
  display: block;
  margin: auto;
  margin-bottom: 1em;
}
.goals_card p {
  color: white;
  font-size: 15px;
}

.contact_brief {
  font-size: 21px;
}

.form_card {
  background: #F8F8F8;
  padding: 2em;
  padding-top: 5em;
  border-radius: 15px;
  position: relative;
  /* overflow: hidden; */
  max-width: 900px;
  margin: auto;
  margin-bottom: 6em;padding-bottom: 0;
}
.alert {
  padding: .5em;
}
.btn{
  transform: translate(0,50%);
}
.form_card .border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: var(--main);
}
.form_card label {
  font-size: 20px;
  text-align: end;
  width: 100%;
}
.form_card input {
  background: #E1E1E1;
  border-radius: 10px;
  height: 50px;
  border: 0;
}
.form_card textarea {
  background: #E1E1E1;
  border-radius: 10px;
  border: 0;
}

.contacts_info {
  max-width: 900px;
  margin: auto;
  margin-bottom: 6em;
}
.contacts_info h5 {
  font-size: 18px;
}
.overlay_c .img{
  position: relative;
}
.overlay_c .img::before{
  position: absolute;
  background: #00000065;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;height: 100%;
  content: "";
  border-radius: 30px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .breadcrumbs h1 {
    font-size: 20px;
  }
  .breadcrumbs .categories li {
    color: black;
    font-size: 11px;
  }
  .gallery.internal .demo-gallery > ul > li {
    width: calc(31% + 8px);
  }
}
@media only screen and (max-width:480px) {
  .banner .swiper-slide h2 {
    font-size: 22px;
    top: 55%;
}
.banner {
  z-index: 3;
}
ul.navbar-nav {
  background: #1da599;
  padding: 1em;
}
.banner a.dropdown-item {
  font-size: 11px;
}
a.navbar-brand img {
  max-width: 90px;
}
  .slider_card .slider_body .content {
    padding-bottom: 3em;
  }
  .slider_card .slider_body .swiper-pagination.swiper-pagination-bullets {
    width: 100% !important;
  }
  .slider_card .slider_body .arrows {
    width: 95% !important;
  }
  .sec-3 {
    padding-bottom: 2em;
  }
  .sec-3 h3 {
    margin-top: 0.5em;
  }
  .sec-3 img {
    margin-top: -15px;
  }
  .footer {
    padding: 3em 0;
    padding-top: 1em;
    text-align: center;
  }
  .col-md-4.text-center h4 {
    margin-top: 1em;
  }
  .footer h5 {
    margin-top: 2em;
  }
  .footer .col-md-4:last-child {
    text-align: center;
    order: -1;
    margin-bottom: 2em;
  }
  .footer .terms,
  .footer .social {
    justify-content: center;
  }
  .footer .footer_logo {
    margin-top: 2em;
  }
  .breadcrumbs h1 {
    font-size: 12px;
  }
  .breadcrumbs .categories li {
    font-size: 10px;
  }
  .banner_internal img.w-100 {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .note .content h2 {
    font-size: 16px;
  }
  .edu-sec2 h3 {
    font-size: 16px;
  }
  .edu-sec2 .content * {
    font-size: 14px;
  }
  .edu-sec3 {
    margin-bottom: 280px;
  }
  .note .content h3 {
    font-size: 22px;
    padding: 5px 15px;
  }
  .title {
    font-size: 20px;
  }
  .training_sec1 {
    border-radius: 0 !important;
    padding-bottom: 2em;
  }
  .training_sec1 .col-md-5 {
    order: -1;
  }
  .training_sec1 .img {
    margin-bottom: 2em;
  }
  .training_sec1 .img::before {
    width: 60%;
  }
  .courses {
    padding: 1em;
    padding-top: 5em;
    padding-bottom: 0em;
  }
  .training_sec1 .content h2 {
    font-size: 16px;
  }
  .training_sec1 .content h3 {
    font-size: 17px;
    padding: 10px;
  }
  .breadcrumbs h1.p30 {
    padding: 15px;
  }
  .edu_slider_card .slider_card .slider_body .content h2 {
    font-size: 25px;
    margin-top: 1em;
  }
  .nawafez .courses {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-top: 1em;
  }
  .nawafez .nav-tabs .nav-link {
    width: 100%;
  }
  .gallery .swiper-slide .d-flex h3,
  .gallery .swiper-slide .d-flex h2 {
    font-size: 12px;
  }
  .gallery .swiper-button-next,
  .gallery .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .gallery .swiper-button-next:after,
  .gallery .swiper-button-prev:after {
    font-size: 13px;
  }
  .gallery {
    background: var(--main);
    overflow: hidden;
    padding: 2em 0;
    margin-top: -3em;
    margin-bottom: 3em;
  }
  .gallery.internal {
    padding: 2em 1em;
  }
  .gallery.internal .demo-gallery > ul > li {
    width: calc(45% + 8px);
  }
  .tabs_c {
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: center !important;
  }
  .tabs_c .cate h4 {
    font-size: 25px;
    margin-bottom: 1em;
  }
  .tabs_c nav {
    width: 100%;
  }
  .videos .video_card h2 {
    font-size: 13px;
    text-align: center;
  }
  .form_card label {
    font-size: 16px;
    text-align: start;
    margin-bottom: 0.8em;
  }
  .contacts_info .d-flex {
    margin-bottom: 2em;
  }
  .banner .swiper-slide img {
    height: 280px;
}
}/*# sourceMappingURL=style.css.map */