:root {
  --primary-font-family: "Brando Arabic Text", sans-serif;
  --knowledge-color: #00347D;
  --professionalism-color: #00B2B2;
  --dark-color: #001531;
  --growth-color: #C3D500;
  --energy-color: #ff5760;
  --vitality-color: #ffc800;
}

.col_1 {
  width: 8.3333333333%;
  padding: 0 15px;
}

.col_2 {
  width: 16.6666666667%;
  padding: 0 15px;
}

.col_3 {
  width: 25%;
  padding: 0 15px;
}

.col_4 {
  width: 33.3333333333%;
  padding: 0 15px;
}

.col_6 {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 460px) {
  .col_6 {
    width: 100%;
  }
}

.col_5 {
  width: 41.6666666667%;
  padding: 0 15px;
}
@media (max-width: 460px) {
  .col_5 {
    width: 100%;
  }
}

.col_7 {
  width: 58.3333333333%;
  padding: 0 15px;
}

.col_8 {
  width: 66.6666666667%;
  padding: 0 15px;
}

.col_9 {
  width: 75%;
  padding: 0 15px;
}

.col_10 {
  width: 83.3333333333%;
  padding: 0 15px;
}

.col_11 {
  width: 91.6666666667%;
  padding: 0 15px;
}

.col_12 {
  width: 100%;
  padding: 0 15px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  white-space: normal;
}

body {
  direction: rtl;
  font-family: var(--primary-font-family);
  font-size: 16px;
  text-align: right;
  color: #ffffff;
  line-height: 1.6;
  font-weight: 400;
}

img {
  max-width: 100%;
}

textarea {
  font-family: var(--primary-font-family);
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

input[type=button], input[type=submit], input[type=reset] {
  -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-family: "Brando Arabic";
}

.container {
  width: 1160px;
  margin: auto;
}
@media screen and (max-width: 1160px) {
  .container {
    width: 1024px;
  }
}
@media (max-width: 1040px) {
  .container {
    width: 740px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}

.justify-content-space-between {
  justify-content: space-between;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.txt_color {
  color: var(--professionalism-color);
}

section {
  padding: 120px 0;
}
@media (max-width: 768px) {
  section {
    padding: 60px 0;
  }
}

.main_header {
  position: fixed;
  top: 0;
  width: 100%;
  right: 0;
  z-index: 9999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: background-color 0.3s ease;
}
.main_header.scrolled {
  background-color: var(--dark-color);
}
.main_header .header_content {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  align-items: center;
  margin: auto;
}
@media (max-width: 1040px) {
  .main_header .header_content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .main_header .header_content .brand_wrapper {
    position: absolute;
    top: 30px;
  }
}
.main_header .header_content .brand_wrapper img {
  width: 180px;
  display: block;
}
.main_nav_icon {
  display: none;
  position: absolute;
  top: 28px;
  left: 20px;
  background-color: var(--growth-color);
  width: 48px;
  height: 48px;
  border-radius: 6px;
}
.main_nav_icon span {
  position: absolute;
  height: 1px;
  width: 16px;
  background-color: #fff;
  display: block;
  left: 16px;
}
.main_nav_icon span:nth-child(1) {
  top: 16px;
}
.main_nav_icon span:nth-child(2) {
  top: 24px;
}
.main_nav_icon span:nth-child(3) {
  top: 32px;
}
@media (max-width: 768px) {
  .main_nav_icon {
    display: block;
  }
}

@media (max-width: 768px) {
  .main_menu_wrapper {
    width: 100%;
    height: 84px;
  }
}
@media (max-width: 768px) {
  .main_menu_wrapper nav {
    display: none;
  }
}
.main_menu_wrapper nav.open {
  display: block;
  background-color: var(--knowledge-color);
  padding: 15px;
  margin: 95px -20px 0;
  height: 100vh;
}
.main_menu_wrapper nav ul {
  list-style: none;
  display: flex;
  gap: 0;
}
@media (max-width: 768px) {
  .main_menu_wrapper nav ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 1040px) {
  .main_menu_wrapper nav ul {
    gap: 0 10px;
  }
}
@media (max-width: 768px) {
  .main_menu_wrapper nav ul li {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #1e5354;
    padding-bottom: 10px;
  }
  .main_menu_wrapper nav ul li:last-child {
    border-bottom: 0;
    border: none;
    margin-bottom: 0;
  }
}
.main_menu_wrapper nav ul a {
  padding: 5px 15px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  background: none;
}
@media (max-width: 1040px) {
  .main_menu_wrapper nav ul a {
    padding: 5px 10px;
    font-size: 14px;
  }
}
.main_menu_wrapper nav ul a span {
  padding: 0 5px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  display: inline-block;
}
@media (max-width: 768px) {
  .main_menu_wrapper nav ul a {
    color: #fff;
    padding: 0 15px;
    font-size: 16px;
  }
}
.main_menu_wrapper nav ul a.active-section {
  color: var(--professionalism-color);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 30px;
}
@media (max-width: 768px) {
  .main_menu_wrapper nav ul a.active-section {
    background: none;
    color: #fff;
  }
}

section.hero {
  position: relative;
  padding: 150px 0 60px;
  height: 100vh;
  min-height: 800px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/bg-1.jpg?v=2);
  background-attachment: fixed;
}
section.hero:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: var(--knowledge-color);
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0.8;
}
section.hero .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  section.hero {
    background-position: left bottom;
    height: inherit;
    min-height: inherit;
  }
}
section.hero .headline_container {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding-top: 120px;
}
@media (max-width: 768px) {
  section.hero .headline_container {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  section.hero .headline_container {
    padding-top: 60px;
  }
}
section.hero .headline_container .headline {
  text-align: center;
}
section.hero .headline_container .headline h2 {
  font-size: 48px;
  margin-bottom: 30px;
  color: var(--growth-color);
}
@media (max-width: 1040px) {
  section.hero .headline_container .headline h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  section.hero .headline_container .headline h2 {
    font-size: 24px;
  }
}
section.hero .headline_container .headline p {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}
section.hero .headline_container .headline p strong {
  font-weight: 700;
  display: block;
}
@media (max-width: 768px) {
  section.hero .headline_container .headline p {
    font-size: 20px;
  }
}
section.hero .actions_list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1040px) {
  section.hero .actions_list {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  section.hero .actions_list {
    width: 100%;
    justify-content: center;
  }
}
section.hero .actions_list a {
  transition: all 0.5s ease-in;
  font-size: 18px;
  background: var(--professionalism-color);
  padding: 10px 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  height: 50px;
  font-weight: 600;
}
section.hero .actions_list a:last-child {
  background-color: var(--growth-color);
}
section.hero .actions_list a:last-child:hover {
  background: #649b25;
}
@media (max-width: 480px) {
  section.hero .actions_list a {
    font-size: 16px;
    padding: 5px 10px;
  }
}
section.hero .actions_list a:hover {
  background: var(--dark-color);
}
section.hero .actions_list a svg {
  height: 24px;
}

section.about-us {
  position: relative;
  padding: 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/bg-1.jpg?v=2);
  background-attachment: fixed;
}
section.about-us:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: var(--knowledge-color);
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0.9;
}
section.about-us .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 1040px) {
  section.about-us {
    background-position: right 0;
  }
}
section.about-us .content h2 {
  font-size: 42px;
  color: var(--growth-color);
}
@media (max-width: 768px) {
  section.about-us .content h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  section.about-us .content h2 {
    font-size: 26px;
  }
}
section.about-us .content .quotes {
  padding-top: 60px;
}
section.about-us .content .quotes svg {
  height: 80px;
  width: 80px;
  margin-right: -50px;
}
@media (max-width: 1040px) {
  section.about-us .content .quotes svg {
    height: 40px;
    width: 40px;
    margin-right: 0;
  }
}
section.about-us .content .quotes svg path {
  fill: var(--growth-color);
}
section.about-us .content .quotes p {
  font-size: 42px;
  padding-right: 0;
}
@media (max-width: 1040px) {
  section.about-us .content .quotes p {
    font-size: 24px;
  }
}
section.about-us .content .quotes p:after {
  display: none !important;
}
@media (max-width: 1040px) {
  section.about-us .content .quotes_author {
    font-size: 14px !important;
  }
}
section.about-us .content p {
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
  padding-right: 80px;
}
@media (max-width: 480px) {
  section.about-us .content p {
    font-size: 16px;
  }
}
section.about-us .content p:after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 60px;
  background-color: var(--growth-color);
  top: 20px;
  right: 10px;
  z-index: 1;
}
section.about-us .quotes_img {
  display: block;
}
@media (max-width: 786px) {
  section.about-us .row {
    display: block;
  }
  section.about-us .row .col_5, section.about-us .row .col_7 {
    width: 100%;
  }
}

section.vision-section {
  position: relative;
  background-image: url(../images/bg-5.jpg?v=2);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
section.vision-section:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: var(--knowledge-color);
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0.8;
}
section.vision-section .container {
  position: relative;
  z-index: 2;
}
section.vision-section h2 {
  font-size: 42px;
  color: var(--growth-color);
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  section.vision-section h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  section.vision-section h2 {
    font-size: 26px;
  }
}
section.vision-section p {
  font-size: 24px;
  margin-bottom: 15px;
  padding-right: 40px;
  position: relative;
}
@media (max-width: 480px) {
  section.vision-section p {
    font-size: 16px;
  }
}
section.vision-section p:after {
  content: "";
  position: absolute;
  display: block;
  height: 10px;
  width: 10px;
  background-color: var(--growth-color);
  top: 10px;
  right: 10px;
  z-index: 1;
  border-radius: 100%;
}
section.vision-section .col_8 {
  margin: auto;
}
@media (max-width: 768px) {
  section.vision-section .col_8 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  section.vision-section .col_6 {
    width: 100%;
  }
}
section.vision-section .icon_main_wrapper {
  width: 200px;
  margin: 0;
}
@media (max-width: 1040px) {
  section.vision-section .icon_main_wrapper {
    width: 120px;
  }
}
@media (max-width: 768px) {
  section.vision-section .icon_main_wrapper {
    display: none;
  }
}
section.vision-section .icon_main_wrapper svg path {
  stroke: var(--professionalism-color);
}

section.values-section {
  position: relative;
  background-image: url(../images/bg-3.jpg?v=2);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
section.values-section:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: var(--knowledge-color);
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0.9;
}
section.values-section .container {
  position: relative;
  z-index: 2;
}
section.values-section h2 {
  font-size: 42px;
  text-align: center;
  padding-bottom: 15px;
  color: var(--growth-color);
}
@media (max-width: 768px) {
  section.values-section h2 {
    font-size: 32px;
    text-align: right;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  section.values-section h2 {
    font-size: 26px;
  }
}
section.values-section p {
  font-size: 24px;
  text-align: center;
  padding-bottom: 60px;
}
section.values-section .values_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
section.values-section .values_wrapper .value_item {
  width: calc(20% - 20px);
  padding: 30px;
  border-image: initial;
  border-radius: 20px;
  border-top: none;
  border-left: none;
  background: rgba(8, 8, 8, 0.09);
}
@media (max-width: 1040px) {
  section.values-section .values_wrapper .value_item {
    width: 40%;
  }
}
@media (max-width: 768px) {
  section.values-section .values_wrapper .value_item {
    width: 100%;
    padding: 15px;
  }
}
section.values-section .values_wrapper .value_item .icon_wrapper {
  width: 50px;
  margin: auto;
}
section.values-section .values_wrapper .value_item .icon_wrapper svg path {
  stroke: var(--growth-color);
}
section.values-section .values_wrapper .value_content h4 {
  font-size: 22px;
  color: var(--growth-color);
  text-align: center;
}
section.values-section .values_wrapper .value_content p {
  font-size: 16px;
}

section.services-section {
  position: relative;
  background-image: url(../images/bg-4.jpg?v=2);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
section.services-section:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: var(--knowledge-color);
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0.9;
}
section.services-section .container {
  position: relative;
  z-index: 2;
}
section.services-section:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: var(--knowledge-color);
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0.9;
}
section.services-section .container {
  position: relative;
  z-index: 2;
}
section.services-section h2 {
  font-size: 42px;
  text-align: center;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  section.services-section h2 {
    font-size: 32px;
    text-align: right;
  }
}
@media (max-width: 480px) {
  section.services-section h2 {
    font-size: 26px;
  }
}
section.services-section p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  section.services-section p {
    text-align: right;
  }
}
section.services-section .services_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
section.services-section .services_wrapper .service_item {
  position: relative;
  width: calc(33.3333333333% - 20px);
  display: flex;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1040px) {
  section.services-section .services_wrapper .service_item {
    width: calc(33.3333333333% - 4px);
    margin-bottom: 4px;
  }
}
@media (max-width: 768px) {
  section.services-section .services_wrapper .service_item {
    width: 100%;
  }
}
section.services-section .services_wrapper .service_item .service_content {
  width: 100%;
  height: 100%;
  padding: 60px 20px 20px;
}
section.services-section .services_wrapper .service_item .service_content:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: var(--knowledge-color);
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0.6;
  transition: opacity 0.5s;
}
section.services-section .services_wrapper .service_item .service_content:hover:after {
  opacity: 0.2;
}
section.services-section .services_wrapper .service_item .service_content .content {
  position: relative;
  z-index: 2;
}
section.services-section .services_wrapper .service_item .service_content .content .number {
  font-size: 22px;
}
section.services-section .services_wrapper .service_item .service_content .content h3 {
  font-size: 24px;
  color: var(--growth-color);
  margin-bottom: 15px;
}
section.services-section .services_wrapper .service_item .service_content .content ul {
  padding-right: 30px;
}
section.services-section .services_wrapper .service_item .service_content a {
  color: #fff;
  display: block;
  font-size: 18px;
  width: 100%;
  height: 100%;
  padding: 240px 15px 15px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1040px) {
  section.services-section .services_wrapper .service_item .service_content a {
    padding: 15px;
  }
}
@media (max-width: 480px) {
  section.services-section .services_wrapper .service_item .service_content a {
    padding: 15px;
  }
}
section.services-section .services_wrapper .service_item .service_content a span.number {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 30px;
}
section.services-section .services_wrapper .service_item .service_content a span.number:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #fff;
}
section.services-section .services_wrapper .service_item:nth-child(1) {
  background-image: url(../images/s-1.jpg);
}
section.services-section .services_wrapper .service_item:nth-child(2) {
  background-image: url(../images/s-2.jpg);
}
section.services-section .services_wrapper .service_item:nth-child(3) {
  background-image: url(../images/s-3.jpg);
}
section.services-section .services_wrapper .service_item:nth-child(4) {
  background-image: url(../images/s-4.jpg);
}
section.services-section .services_wrapper .service_item:nth-child(5) {
  background-image: url(../images/s-5.jpg);
}
section.services-section .services_wrapper .service_item:nth-child(6) {
  background-image: url(../images/s-6.jpg);
}

.service-section-wrapper {
  position: relative;
  background-image: url(../images/bg-4.jpg?v=2);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-top: 1px solid #1d7381;
}
.service-section-wrapper:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: var(--knowledge-color);
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0.8;
}
.service-section-wrapper .container {
  position: relative;
  z-index: 2;
}
.service-section-wrapper .container {
  position: relative;
  z-index: 3;
}
.service-section-wrapper:nth-child(even) {
  background-color: #04313e;
}
.service-section-wrapper h2.title {
  position: relative;
  font-size: 32px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .service-section-wrapper h2.title {
    font-size: 22px;
  }
}
.service-section-wrapper h2.title:before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: var(--growth-color);
}
.service-section-wrapper h2.title:after {
  position: absolute;
  top: -30px;
  font-size: 40px;
  content: attr(service-number);
  color: var(--growth-color);
}
.service-section-wrapper .description {
  padding-right: 80px;
}
.service-section-wrapper .description p {
  font-size: 18px;
  margin-bottom: 5px;
}
.service-section-wrapper .list-item-service {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 60px;
  padding-right: 80px;
}
.service-section-wrapper .list-item-service .item-service {
  width: calc(25% - 60px);
}
@media (max-width: 1040px) {
  .service-section-wrapper .list-item-service .item-service {
    width: calc(33.3333333333% - 60px);
  }
}
@media (max-width: 768px) {
  .service-section-wrapper .list-item-service .item-service {
    width: calc(50% - 60px);
  }
}
@media (max-width: 480px) {
  .service-section-wrapper .list-item-service .item-service {
    width: 100%;
  }
}
.service-section-wrapper .list-item-service .item-service .icon_wrapper {
  width: 100px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .service-section-wrapper .list-item-service .item-service .icon_wrapper {
    width: 80px;
  }
}
.service-section-wrapper .list-item-service .item-service .icon_wrapper:after {
  content: "";
  height: 2px;
  width: 100px;
  position: absolute;
  bottom: 0;
  background-color: var(--growth-color);
}
.service-section-wrapper .list-item-service .item-service .content {
  padding-right: 20px;
  position: relative;
}
.service-section-wrapper .list-item-service .item-service .content:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 60px;
  height: 60px;
  background-color: var(--professionalism-color);
  opacity: 0.3;
  border-radius: 100%;
}
.service-section-wrapper .list-item-service .item-service .content h4 {
  position: relative;
  margin-top: 10px;
  z-index: 2;
}
.service-section-wrapper .list-item-service .item-service .content span {
  font-size: 18px;
}

.section_infos__wrapper {
  position: relative;
  background-image: url(../images/bg-3.jpg?v=2);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.section_infos__wrapper:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: var(--knowledge-color);
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0.95;
}
.section_infos__wrapper .container {
  position: relative;
  z-index: 2;
}
.section_infos__wrapper h2 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 50px;
  color: var(--growth-color);
}
@media (max-width: 768px) {
  .section_infos__wrapper h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .section_infos__wrapper h2 {
    font-size: 26px;
  }
}
.section_infos__wrapper .hero_infos__container {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-around;
  color: #BDCF13;
  flex-wrap: wrap;
}
.section_infos__wrapper .hero_infos__container .item {
  text-align: center;
}
.section_infos__wrapper .hero_infos__container .item .num {
  font-size: 42px;
  display: block;
  font-weight: 700;
  direction: ltr;
  color: var(--vitality-color);
}
@media (max-width: 480px) {
  .section_infos__wrapper .hero_infos__container .item .num {
    font-size: 26px;
  }
}
.section_infos__wrapper .hero_infos__container .item .label {
  font-size: 28px;
  color: #fff;
}
@media (max-width: 480px) {
  .section_infos__wrapper .hero_infos__container .item .label {
    font-size: 22px;
  }
}

section.why-us-section {
  position: relative;
  background-image: url(../images/bg-3.jpg?v=2);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
section.why-us-section:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: var(--knowledge-color);
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0.8;
}
section.why-us-section .container {
  position: relative;
  z-index: 2;
}
section.why-us-section h2 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 50px;
  color: var(--growth-color);
}
@media (max-width: 768px) {
  section.why-us-section h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  section.why-us-section h2 {
    font-size: 26px;
  }
}
section.why-us-section p.description {
  font-size: 18px;
  color: #fff;
  margin-bottom: 60px;
  width: 80%;
  margin: auto;
}
section.why-us-section .why-us-content-wrapper {
  padding-right: 10%;
  margin-top: 30px;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  section.why-us-section .why-us-content-wrapper {
    flex-wrap: wrap;
    padding-right: 0;
  }
}
section.why-us-section .why-us-content-wrapper .why-us-item {
  margin-bottom: 20px;
  width: calc(33.3333333333% - 20px);
  padding: 30px;
  background: rgba(0, 0, 0, 0.337254902);
  border-radius: 20px;
}
@media (max-width: 768px) {
  section.why-us-section .why-us-content-wrapper .why-us-item {
    width: 100%;
  }
}
section.why-us-section .why-us-content-wrapper .why-us-item .num {
  color: var(--growth-color);
  position: relative;
  font-size: 42px;
}

.partners-section {
  position: relative;
  background-image: url(../images/bg-6.jpg?v=2);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.partners-section:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: var(--knowledge-color);
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0.8;
}
.partners-section .container {
  position: relative;
  z-index: 2;
}
.partners-section h2 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .partners-section h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .partners-section h2 {
    font-size: 26px;
  }
}
.partners-section .content {
  margin: auto;
  padding: 40px;
  background-color: #dfeaf1;
  -webkit-border-radius: 20px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 20px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 20px;
  border-bottom-left-radius: 0;
}
.partners-section .content .list-partners-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.partners-section .content .list-partners-wrapper img {
  height: 62px;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .partners-section .content .list-partners-wrapper img {
    height: 42px;
  }
}

.main_footer {
  padding: 60px 0;
  text-align: center;
  position: relative;
  background-image: url(../images/bg-1.jpg?v=2);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.main_footer:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: var(--knowledge-color);
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0.9;
}
.main_footer .container {
  position: relative;
  z-index: 2;
}
.main_footer .brand_wrapper {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .main_footer .brand_wrapper {
    margin-top: 60px;
  }
}
.main_footer .brand_wrapper img {
  width: 160px;
}
.main_footer .company_details {
  color: #ffffff;
}
.main_footer .company_details span {
  display: block;
  text-align: center;
}
.main_footer .company_details span strong {
  display: block;
}
.main_footer .contact_infos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.main_footer .contact_infos p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 15px;
}
.main_footer .contact_infos p a {
  color: #fff;
}
.main_footer .contact_description {
  margin-top: 30px;
}
.main_footer .contact_description p {
  color: #fff;
}
@media (max-width: 1040px) {
  .main_footer .col_6 {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .main_footer .col_6 {
    width: 100%;
  }
}
@media (max-width: 1040px) {
  .main_footer #contact {
    width: calc(100% - 300px);
  }
}
@media (max-width: 768px) {
  .main_footer #contact {
    width: 100%;
    padding: 0;
  }
}

.contact-form-lp {
  text-align: right;
  -webkit-border-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 10px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  padding: 30px;
  background-color: var(--dark-color);
}
@media (max-width: 768px) {
  .contact-form-lp {
    margin-top: 60px;
  }
}
.contact-form-lp .head_section {
  margin-bottom: 40px;
}
.contact-form-lp .head_section h3 {
  font-size: 28px;
  color: #fff;
}
.contact-form-lp .head_section p {
  font-size: 18px;
  color: #fff;
}
.contact-form-lp label {
  color: #fff;
  margin-top: 5px;
}
.contact-form-lp .wpcf7-form input[type=text], .contact-form-lp .wpcf7-form input[type=tel], .contact-form-lp .wpcf7-form input[type=email] {
  padding: 10px;
  width: 100%;
  border: none;
  direction: rtl !important;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: var(--primary-font-family);
}
.contact-form-lp .wpcf7-form textarea {
  padding: 10px;
  width: 100%;
  border: 1px solid #e8e8e8;
  direction: rtl !important;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 5px;
  font-family: var(--primary-font-family);
  height: 120px;
}
.contact-form-lp .wpcf7-form input[type=submit] {
  padding: 10px 30px;
  border-radius: 5px;
  font-family: var(--primary-font-family);
  border: none;
  background-color: var(--growth-color);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  -webkit-appearance: none;
}

.copyright {
  background-color: var(--dark-color);
  text-align: center;
  padding: 20px 0;
  color: #fff;
}

a.scroll_Top {
  display: flex;
  width: 50px;
  height: 50px;
  position: fixed;
  border-radius: 10px;
  bottom: 60px;
  right: 50px;
  z-index: 99;
  padding: 6px;
  background-color: var(--professionalism-color);
}
@media (max-width: 768px) {
  a.scroll_Top {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */