@font-face {
  font-family: "din-font";
  src: url("fonts/Din-font/din-font.eot");
  src: url("fonts/Din-font/din-font.eot?#iefix") format("embedded-opentype"), url("fonts/Din-font/din-font.otf") format("otf"), url("fonts/Din-font/din-font.svg#din-font") format("svg"), url("fonts/Din-font/din-font.ttf") format("truetype"), url("fonts/Din-font/din-font.woff") format("woff"), url("fonts/Din-font/din-font.woff2") format("woff2");
}
@font-face {
  font-family: "geometric-font";
  src: url("fonts/Geometric-font/geometric-font.eot");
  src: url("fonts/Geometric-font/geometric-font.eot?#iefix") format("embedded-opentype"), url("fonts/Geometric-font/geometric-font.otf") format("otf"), url("fonts/Geometric-font/geometric-font.svg#geometric-font") format("svg"), url("fonts/Geometric-font/geometric-font.ttf") format("truetype"), url("fonts/Geometric-font/geometric-font.woff") format("woff"), url("fonts/Geometric-font/geometric-font.woff2") format("woff2");
}
@font-face {
  font-family: "Cairo-Regular";
  src: url("fonts/Cairo-font/Cairo-Regular.eot");
  src: url("fonts/Cairo-font/Cairo-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Cairo-font/Cairo-Regular.otf") format("otf"), url("fonts/Cairo-font/Cairo-Regular.svg#Cairo-Regular") format("svg"), url("fonts/Cairo-font/Cairo-Regular.ttf") format("truetype"), url("fonts/Cairo-font/Cairo-Regular.woff") format("woff"), url("fonts/Cairo-font/Cairo-Regular.woff2") format("woff2");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "din-font";
}

body {
  font-family: "din-font";
  direction: rtl;
  text-align: start;
  position: relative;
  background-color: #fff;
  overflow-x: hidden;
}

.text {
  overflow: hidden;
  color: #707070;
}

.image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  max-width: 100%;
}

h4 {
  font-size: 16px;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flex-d, .copyright .container, .footer .col--edit .contact li a, .navbar-mobile .nav-flex, .upper-bar .wrapper {
  display: flex;
  align-items: center;
}

.flex-d-s {
  display: flex;
  align-items: flex-start;
}

.btn {
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: none;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}

input,
select,
textarea {
  font-family: inherit;
  outline: none;
  width: 100%;
  border: 0;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

textarea {
  resize: none;
}

.main-btn {
  background-color: #CFAD7E;
  padding: 10px;
  min-width: 200px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-align: center;
  display: block;
  transition: all 0.5s ease-in-out;
  border: 1px solid #CFAD7E;
  margin: 0 auto 20px;
  font-size: 18px;
  display: block;
  border-radius: 6px;
}
.main-btn:hover {
  background-color: #fff;
  color: #CFAD7E;
  transition: all 0.5s ease-in-out;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4901960784);
}

.head {
  text-align: center;
}
.head h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.head .text {
  max-height: 75px;
  font-size: 18px;
  line-height: 2;
  width: 50%;
  margin: 0 auto 40px;
  color: #707070;
}

.wpml-ls-statics-footer {
  display: none;
}

.lg-outer {
  direction: ltr;
}

.overlay-all {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.6117647059);
}
.overlay-all.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}

.up {
  position: fixed;
  bottom: 10px;
  left: 15px;
  right: auto;
  background-color: #122442;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  border: 1px solid #fff;
  transition: all 0.5s ease-in-out;
  z-index: 9999;
  transform: scale(0);
}
.up img {
  width: 25px;
}

.up.active {
  transform: scale(1);
  right: auto;
  transition: all 0.5s ease-in-out;
}

.page-loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999999955;
  display: flex;
  align-items: center;
  justify-content: center;
  /*display: none;*/
}
.page-loading .navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: 1s fadelogo forwards;
          animation: 1s fadelogo forwards;
  transform: scale(1.5);
}
.page-loading .navbar-brand img {
  /*filter: brightness(0) invert(1);*/
  width: 145px;
}
.page-loading .navbar-brand .text {
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 10px 5px;
  font-size: 14px;
}
.page-loading .navbar-brand .text img {
  position: absolute;
  bottom: 1px;
  right: 0;
  left: 0;
  width: 100%;
}
.page-loading .navbar-brand:after {
  content: "";
  width: 0px;
  height: 0px;
  background-color: #fff;
  position: absolute;
  right: -120px;
  left: auto;
  border-radius: 50%;
  box-shadow: 0px 0px 85px 100px #fff;
  -webkit-animation: 2s ease-in-out fader infinite;
          animation: 2s ease-in-out fader infinite;
}

@-webkit-keyframes fader {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-500px, 10px);
  }
}

@keyframes fader {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-500px, 10px);
  }
}
.upper-bar {
  padding: 15px 0;
  background-color: #122442;
  border: 1px solid #122442;
  color: #000;
}
.upper-bar .wrapper {
  justify-content: space-between;
  color: #fff;
  gap: 20px;
  flex-wrap: wrap;
}
.upper-bar .wrapper div a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-bar {
  padding: 5px 0;
  background-color: #F5F5F5;
  color: rgba(0, 0, 0, 0.4);
}
.nav-bar .nav-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-bar .nav-flex .navbar-brand img {
  width: 160px;
}
.nav-bar .nav-flex .navbar-links {
  display: flex;
  align-items: center;
  gap: 35px;
}
.nav-bar .nav-flex .navbar-links li a {
  padding: 15px 0;
  font-size: 18px;
  transition: all 0.5s ease-in-out;
  border-radius: 6px;
  font-weight: bold;
  color: #122442;
}
.nav-bar .nav-flex .navbar-links li a:hover {
  color: #CFAD7E;
  transition: all 0.5s ease-in-out;
}
.nav-bar .nav-flex .navbar-links li a.active {
  color: #CFAD7E;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
}
.nav-bar .nav-flex .languages {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right:auto;
  margin-left:0;
}
.nav-bar .nav-flex .languages img {
  width: 20px;
}
.nav-bar .nav-flex .icons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav-bar .nav-flex .icons .search {
  color: rgba(0, 0, 0, 0.4);
  font-size: 20px;
  cursor: pointer;
}
.nav-bar .nav-flex .icons .language {
  display: flex;
  align-items: center;
  gap: 5px;
}
.nav-bar .nav-flex .icons .language img {
  width: 25px;
}

.navbar-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: -1200px;
  background-color: #fff;
  color: #707070;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  text-align: center;
  padding: 20px 20px 0 0;
  overflow: scroll;
  width: 90%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  transition: 1s ease-out all;
  text-align: start;
  border-left: 4px solid #122442;
}
.navbar-mobile .nav-flex {
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}
.navbar-mobile .nav-flex .navbar-brand img {
  width: 85px;
}
.navbar-mobile .nav-flex .close-btn {
  display: block;
  text-align: left;
  padding-left: 10px;
  font-size: 35px;
  color: #000;
  margin: 10px;
}
.navbar-mobile .nav-flex::after {
  content: "";
  background-color: #707070;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -10px;
  right: -15px;
}
.navbar-mobile .mobile-links {
  padding: 15px;
}
.navbar-mobile .mobile-links > li {
  padding: 10px 0;
  font-size: 18px;
  color: #000;
}
.navbar-mobile .mobile-links > li a.active {
  color: #122442;
  transition: all 0.5s ease-in-out;
  font-weight: bold;
}
.navbar-mobile.active {
  opacity: 1;
  visibility: visible;
  right: 0;
  transition: 1s ease all;
}

.breadcrump {
  background-color: #122442;
  color: #fff;
  padding: 15px 0;
}
.breadcrump .wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-header .main-slider .item {
  position: relative;
  height: 630px;
}
.home-header .main-slider .item .image-wrap {
  height: 100%;
  z-index: 1;
}
.home-header .main-slider .item .image-wrap video {
  -o-object-fit: cover;
     object-fit: cover;
}
.home-header .main-slider .item .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
  max-width: 50%;
}
.home-header .main-slider .item .info h2 {
  color: #fff;
  margin-bottom: 20px;
}
.home-header .main-slider .item .info .text {
  color: #fff;
  margin-bottom: 40px;
  line-height: 2;
  max-height: 105px;
  font-size: 18px;
}
.home-header .main-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
  color: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.home-header .main-slider .owl-nav .owl-prev,
.home-header .main-slider .owl-nav .owl-next {
  position: absolute;
  font-size: 30px;
  margin: 0 5px;
}
.home-header .main-slider .owl-nav .owl-prev svg,
.home-header .main-slider .owl-nav .owl-next svg {
  color: #fff;
  font-size: inherit;
  background-color: #CFAD7E;
  margin: 0;
  padding: 5px;
  width: 35px;
  height: 35px;
}
.home-header .main-slider .owl-nav .owl-prev:hover,
.home-header .main-slider .owl-nav .owl-next:hover {
  background-color: transparent;
}
.home-header .main-slider .owl-nav .owl-prev {
  right: 60px;
}
.home-header .main-slider .owl-nav .owl-next {
  left: 0;
}
.home-header .main-slider .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.home-header .main-slider .owl-dots .owl-dot {
  transition: all 0.5s ease-in-out;
}
.home-header .main-slider .owl-dots .owl-dot span {
  background-color: #fff;
  width: 20px;
  height: 20px;
  transition: all 0.5s ease-in-out;
}
.home-header .main-slider .owl-dots .owl-dot.active span {
  background-color: #122442;
  transition: all 0.5s ease-in-out;
}

.grid-section .wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.search-div {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9411764706);
  z-index: 9969;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease-in-out;
}
.search-div .close-search {
  color: #fff;
  font-size: 35px;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  min-height: auto;
  display: block;
  margin-top: 50px;
  margin-left: 0;
  cursor: pointer;
}
.search-div form {
  margin: 50px auto;
}
.search-div form .input-wrap {
  margin-bottom: 30px;
  position: relative;
}
.search-div form .input-wrap input {
  min-height: 50px;
  padding: 15px;
}
.search-div form .input-wrap input[type=submit] {
  position: absolute;
  left: 3px;
  right: auto;
  top: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 110px;
  padding: 10px;
  min-height: 40px;
  margin: 0;
}
.search-div.active {
  opacity: 1;
  visibility: visible;
  transition: 0.5s all ease-in-out;
}

.footer {
  padding: 20px 0;
}
.footer .col--edit h3 {
  font-size: 22px;
  font-weight: bold;
  color: #122442;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.footer .col--edit .logo .image-wrap {
  margin-bottom: 20px;
  width: 150px;
}
.footer .col--edit .logo .image-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .col--edit .logo .text {
  font-size: 14px;
  max-height: 116px;
  line-height: 2;
  color: #707070;
}
.footer .col--edit .links li {
  padding: 10px 0;
  color: #707070;
  transform: translateY(0px);
  transition: all 0.5s ease-in-out;
}
.footer .col--edit .links li:hover {
  transform: translateY(-8px);
  transition: all 0.5s ease-in-out;
  color: #122442;
}
.footer .col--edit .contact {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: #707070;
}
.footer .col--edit .contact li {
  padding: 10px 0;
}
.footer .col--edit .contact li a {
  gap: 10px;
}
.footer .col--edit .contact li a svg {
  color: #122442;
  padding: 5px;
  border-radius: 50%;
  font-size: 22px;
}
.footer .col--edit .social-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.footer .col--edit .social-links li a {
  width: 27px;
  height: 27px;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.copyright {
  padding: 15px 0;
  background-color: #122442;
  color: #1A2C48;
}
.copyright .container {
  gap: 20px;
  justify-content: space-between;
  color: #fff;
  flex-wrap: wrap;
}
.copyright .container .text {
  color: #fff;
  text-align: center;
}

.form-wrapper {
  background-color: #fff;
}
.form-wrapper form {
  width: 75%;
}
.form-wrapper form label {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #707070;
}
.form-wrapper form .input-wrap {
  margin-bottom: 20px;
}
.form-wrapper form .input-wrap input:not([type=checkbox]), .form-wrapper form .input-wrap input:not([type=submit]),
.form-wrapper form .input-wrap select:not([type=checkbox]),
.form-wrapper form .input-wrap select:not([type=submit]),
.form-wrapper form .input-wrap textarea:not([type=checkbox]),
.form-wrapper form .input-wrap textarea:not([type=submit]) {
  background-color: #f5f5f5;
  min-height: 45px;
  padding: 10px;
  direction: inherit;
  border-radius: 6px;
  flex-direction: row-reverse;
  font-size: 18px;
}
.form-wrapper form .input-wrap input::-webkit-datetime-edit,
.form-wrapper form .input-wrap select::-webkit-datetime-edit,
.form-wrapper form .input-wrap textarea::-webkit-datetime-edit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.form-wrapper form .input-wrap input::-webkit-calendar-picker-indicator,
.form-wrapper form .input-wrap select::-webkit-calendar-picker-indicator,
.form-wrapper form .input-wrap textarea::-webkit-calendar-picker-indicator {
  flex: 3;
}
.form-wrapper form .input-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 10px;
  background-image: url("../images/chevron-down-solid.svg");
  background-repeat: no-repeat;
  background-position: left 3% center;
  background-size: 16px;
  cursor: pointer;
}
.form-wrapper form .input-wrap .main-btn {
  background-color: #CFAD7E !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.form-wrapper form .input-wrap .main-btn:hover {
  background-color: #fff !important;
}
.form-wrapper form .wrap-flex {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-wrapper form .wrap-flex .input-wrap {
  flex: 1;
}
.form-wrapper form .wrap-sec {
  margin-bottom: 50px;
}
.form-wrapper form .wrap-sec h4 {
  margin-bottom: 20px;
  font-size: 20px;
}
.form-wrapper form .wrap-sec .text-tip {
  font-size: 14px;
  margin-right: 20px;
}
.form-wrapper form .wrap-sec .boxes-wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.form-wrapper form .wrap-sec .boxes-wrap .check-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 32%;
}
.form-wrapper form .wrap-sec .boxes-wrap .check-wrap input[type=checkbox] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  Accent-color: #122442;
  transform: scale(1.5);
}
.form-wrapper form .wrap-sec .boxes-wrap .check-wrap label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: normal;
}
.form-wrapper .main-btn {
  background-color: #CFAD7E;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.form-wrapper .main-btn:hover {
  background-color: #fff;
}

.projects-section {
  background-color: #fff;
  padding: 25px 0;
  margin-bottom: 50px;
}
.projects-section h3 {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: bold;
}
.projects-section .wrapper {
  display: block;
}
.projects-section .wrapper .box {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 10px;
  overflow: hidden;
  background-color: #F5F5F5;
  margin-bottom: 20px;
  border-radius: 12px;
}
.projects-section .wrapper .box .image-wrap {
  flex: 1;
  max-width: 43%;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
}
.projects-section .wrapper .box .body {
  padding: 10px;
  flex: 1;
}
.projects-section .wrapper .box h4 {
  text-align: start;
  margin-bottom: 20px;
  font-size: 22px;
  color: #122442;
}
.projects-section .wrapper .box .text {
  max-height: 205px;
  line-height: 1.8;
  margin-bottom: 25px;
}
.projects-section .wrapper .box .main-btn {
  min-width: 125px;
  margin: 0 0 20px 0;
  border-radius: 16px;
  min-width: 220px;
}

.subscribe {
  padding: 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.subscribe .info {
  z-index: 55;
  position: relative;
  max-width: 60%;
  text-align: start;
  text-align: right;
}
.subscribe .info .text {
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.8;
  max-height: 85px;
}
.subscribe .info .main-btn {
  margin: 0 0 20px;
}

.gallery {
  padding: 25px 0;
}
.gallery .images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 25px;
}
.gallery .images a {
  height: 250px;
}
.gallery .images a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.about {
  padding: 25px 0;
  z-index: 2;
  position: relative;
}
.about .row--edit {
  margin-top: -125px;
  justify-content: center;
}
.about .row--edit .col--edit {
  margin-bottom: 50px;
}
.about .row--edit .box {
  text-align: center;
  color: #fff;
  padding: 20px;
  background-color: #122442;
  transition: all 0.5s ease-in-out;
  display: block;
  border-radius: 12px;
}
.about .row--edit .box .icon {
  color: #fff;
  width: 45px;
  height: 55px;
  margin: 0 auto 20px;
}
.about .row--edit .box .icon img {
  transition: all 0.5s ease-in-out;
  -o-object-fit: contain;
     object-fit: contain;
}
.about .row--edit .box h4 {
  font-size: 22px;
  margin-bottom: 20px;
  max-height: 50px;
  overflow: hidden;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.about .row--edit .box .text {
  max-height: 100px;
  font-size: 16px;
  overflow: hidden;
  color: #fff;
  transition: all 0.5s ease-in-out;
  line-height: 2;
}
.about .row--edit .box:hover {
  background-color: #CFAD7E;
  transition: all 0.5s ease-in-out;
}
.about .row--edit .box:hover .icon img {
  filter: brightness(0) invert(1);
}
.about .row--edit .box:hover h4 {
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.about .row--edit .box:hover .text {
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.about .wrapper {
  display: flex;
  align-items: stretch;
  padding: 25px 0;
}
.about .wrapper .text-info-wrapp {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 1 1 65%;
}
.about .wrapper .text-info-wrapp h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
.about .wrapper .text-info-wrapp .text {
  line-height: 2;
  max-height: 160px;
}
.about .wrapper .image-wrap {
  width: 100%;
  height: 500px;
  flex: 1 1 32%;
}
.about .main-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 30px 0;
}

.partners .partners-slider .partner .image-wrap {
  width: 200px;
  margin: auto;
  height: 200px;
}
.partners .partners-slider .partner .image-wrap img {
  -o-object-fit: fill;
     object-fit: fill;
}
.partners .partners-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.partners .partners-slider .owl-nav .owl-next {
  right: 30px;
  left: auto;
}
.partners .partners-slider .owl-nav .owl-prev {
  left: 30px;
  right: auto;
}
.partners .partners-slider:hover .owl-nav .owl-next {
  right: 0;
  opacity: 1;
  visibility: visible;
  transition: 0.5s all ease-in-out;
}
.partners .partners-slider:hover .owl-nav .owl-prev {
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: 0.5s all ease-in-out;
}

.partners .partners-slider .owl-nav .owl-prev,
.partners .partners-slider .owl-nav .owl-next {
  position: absolute;
  transform: translateY(-50%);
  font-size: 35px;
  color: #122442;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease-in-out;
}

.services-section {
  padding: 25px 0;
}
.services-section .head .bg-head {
  height: 150px;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
}
.services-section .head .bg-head h3 {
  z-index: 5;
}
.services-section .wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}
.services-section .wrapper .box {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 10px;
  overflow: hidden;
  background-color: #F5F5F5;
  margin-bottom: 20px;
  border-radius: 12px;
  flex-direction: column;
}
.services-section .wrapper .box .image-wrap {
  height: 150px;
  border-radius: 12px;
  overflow: hidden;
}
.services-section .wrapper .box .image-wrap img {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
  -o-object-fit: contain;
     object-fit: contain;
}
.services-section .wrapper .box .body {
  padding: 10px;
}
.services-section .wrapper .box h4 {
  text-align: center;
  margin-bottom: 20px;
  color: #122442;
}
.services-section .wrapper .box .text {
  max-height: 60px;
  line-height: 1.8;
  margin-bottom: 25px;
}
.services-section .wrapper .box .main-btn {
  min-width: 125px;
  margin: 0 0 20px 0;
}
.services-section .wrapper .box:hover {
  background-color: #122442;
  transition: all 0.5s ease-in-out;
  color: #fff;
}
.services-section .wrapper .box:hover .image-wrap img {
  transition: all 0.5s ease-in-out;
  /*filter: brightness(0) invert(1);*/
}
.services-section .wrapper .box:hover .body {
  color: #fff;
}
.services-section .wrapper .box:hover .body h4 {
  color: #fff;
}
.services-section .wrapper .box:hover .body .text {
  color: #FFF;
}

.about-page {
  padding: 50px 0;
}
.about-page .about {
  padding: 0;
  margin: 0;
  background-color: #fff;
}
.about-page .about .text {
  line-height: 2;
}
.about-page .about .page-title {
  margin-bottom: 30px;
}
.about-page .about .page-title .text {
  line-height: 2;
}
.about-page .about .wrapper {
  display: flex;
  align-items: stretch;
  padding: 25px 0;
}
.about-page .about .wrapper .text-info-wrapp {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 1 48%;
}
.about-page .about .wrapper .text-info-wrapp h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
.about-page .about .wrapper .text-info-wrapp .text {
  line-height: 2;
  max-height: 160px;
}
.about-page .about .wrapper .image-wrap {
  width: 100%;
  height: 650px;
  flex: 1 1 48%;
}
.about-page .about .why-us {
  margin-bottom: 50px;
}
.about-page .about .why-us h3 {
  margin-bottom: 20px;
}

.services-page {
  background-color: #fff;
  padding: 25px 0;
}
.services-page .grid-section h3 {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: bold;
}
.services-page .grid-section .wrapper {
  display: grid;
  gap: 20px;
}

.media-center-page {
  background-color: #F5F5F5;
}
.media-center-page .grid-section {
  padding: 50px 0;
}
.media-center-page .grid-section .filter-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
  -moz-column-gap: 15px;
       column-gap: 15px;
  flex-wrap: wrap;
}
.media-center-page .grid-section .filter-btns::after {
  content: "";
  position: absolute;
  bottom: 0px;
  background-color: #707070;
  width: 100%;
  height: 1px;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.media-center-page .grid-section .filter-btns .filter-btn {
  padding: 20px;
  font-size: 18px;
  position: relative;
  flex: 1;
  transition: all 0.5s ease-in-out;
}
.media-center-page .grid-section .filter-btns .filter-btn::after {
  content: "";
  background-color: #122442;
  position: absolute;
  right: auto;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 2px;
  z-index: 3;
  transition: all 0.5s ease-in-out;
}
.media-center-page .grid-section .filter-btns .filter-btn.active {
  transition: all 0.5s ease-in-out;
  font-weight: bold;
  color: #122442;
  right: 0;
  left: auto;
}
.media-center-page .grid-section .filter-btns .filter-btn.active::after {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.media-center-page .grid-section .content-tab {
  display: none;
}
.media-center-page .grid-section .content-tab.active {
  display: block;
}
.media-center-page .grid-section .content-tab .wrapper {
  display: block;
}
.media-center-page .grid-section .content-tab .wrapper .box {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 10px;
  overflow: hidden;
  background-color: #F5F5F5;
  margin-bottom: 20px;
  border-radius: 12px;
}
.media-center-page .grid-section .content-tab .wrapper .box .image-wrap {
  flex: 1;
  max-width: 43%;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
}
.media-center-page .grid-section .content-tab .wrapper .box .body {
  padding: 10px;
  flex: 1;
}
.media-center-page .grid-section .content-tab .wrapper .box h4 {
  text-align: start;
  margin-bottom: 20px;
  font-size: 22px;
  color: #122442;
}
.media-center-page .grid-section .content-tab .wrapper .box .text {
  max-height: 150px;
  line-height: 1.8;
  margin-bottom: 25px;
}
.media-center-page .grid-section .content-tab .wrapper .box .main-btn {
  min-width: 125px;
  margin: 0 0 20px 0;
  border-radius: 16px;
  min-width: 220px;
}

.careers-page {
  padding: 50px 0;
  background-color: #fff;
}
.careers-page .page-title {
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}
.careers-page .form-wrapper h4 {
  font-size: 35px;
  font-size: calc(34px + 6 * (100vw - 1366px) / 554);
  margin-bottom: 30px;
  text-align: center;
  z-index: 2;
}

.register-page {
  padding: 50px 0;
}
.register-page h3 {
  margin-bottom: 40px;
  font-size: 24px;
  text-align: center;
}
.register-page .text {
  line-height: 2;
}

.partners-page .grid-section {
  padding: 50px 0;
}
.partners-page .grid-section .filter-btns {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.partners-page .grid-section .filter-btns .main-btn {
  margin: 0;
  background-color: #fff;
  color: #122442;
}
.partners-page .grid-section .filter-btns .main-btn.active {
  background-color: #122442;
  color: #fff;
}
.partners-page .grid-section .content-tab {
  display: none;
}
.partners-page .grid-section .content-tab.active {
  display: block;
}
.partners-page .grid-section .content-tab .wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}
.partners-page .grid-section .content-tab .wrapper .box {
  background-color: #F5F5F5;
}
.partners-page .grid-section .content-tab .wrapper .box .image-wrap {
  height: 200px;
}
.partners-page .grid-section .content-tab .wrapper .box h4 {
  text-align: center;
  font-size: 22px;
  color: #122442;
  padding: 15px 0;
}

.partners-page_2 {
  padding: 50px 0;
}
.partners-page_2 .head {
  text-align: start;
}
.partners-page_2 .head h3 {
  text-align: start;
  margin-bottom: 20px;
}
.partners-page_2 .head .text {
  text-align: start;
  margin: 0 0 40px 0;
}

.news-page .news-section .wrapper {
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
}

.contact-page {
  padding: 40px 0;
}
.contact-page .head .text {
  text-align: center;
  margin-bottom: 40px;
}
.contact-page .contact-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
  gap: 30px 5px;
}
.contact-page .contact-wrapper li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
}
.contact-page .contact-wrapper li label {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
.contact-page .contact-wrapper li a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
}
.contact-page .contact-wrapper li a svg {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  font-size: 18px;
}
.contact-page .contact-wrapper li a span {
  padding: 10px;
  font-size: 18px;
  border-radius: 6px;
}
.contact-page .contact-wrapper li:first-child a span,
.contact-page .contact-wrapper li:first-child a svg {
  background-color: #29A71A;
}
.contact-page .contact-wrapper li:nth-child(2) a span,
.contact-page .contact-wrapper li:nth-child(2) a svg {
  background-color: #2196F3;
}
.contact-page .contact-wrapper li:last-child a span,
.contact-page .contact-wrapper li:last-child a svg {
  background-color: #707070;
}
.contact-page .contact-wrapper .form-wrapper .input-wrap input {
  background-color: #F5F5F5;
  border-radius: 6px;
  min-height: 45px;
}
.contact-page .contact-wrapper .form-wrapper .input-wrap .button {
  background-image: linear-gradient(45deg, #f5ca5a, #83552f);
  color: #fff;
}

.contaact-section {
  padding: 25px 0;
}
.contaact-section .form-wrapper {
  padding: 25px 0;
  background-color: #F5F5F5;
}
.contaact-section .form-wrapper form .wrap-flex {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.contaact-section .form-wrapper form .wrap-flex .input-wrap {
  flex: 1;
}
.contaact-section .form-wrapper form .input-wrap {
  margin-bottom: 20px;
}
.contaact-section .form-wrapper form .input-wrap input,
.contaact-section .form-wrapper form .input-wrap textarea {
  width: 100%;
  border-radius: 6px;
  min-height: 45px;
  text-indent: 15px;
  padding: 10px 0;
  background-color: #fff;
  direction: inherit;
}
.contaact-section .form-wrapper form .input-wrap input::-moz-placeholder, .contaact-section .form-wrapper form .input-wrap textarea::-moz-placeholder {
  color: #707070;
  font-size: 14px;
}
.contaact-section .form-wrapper form .input-wrap input:-ms-input-placeholder, .contaact-section .form-wrapper form .input-wrap textarea:-ms-input-placeholder {
  color: #707070;
  font-size: 14px;
}
.contaact-section .form-wrapper form .input-wrap input::placeholder,
.contaact-section .form-wrapper form .input-wrap textarea::placeholder {
  color: #707070;
  font-size: 14px;
}
.contaact-section .form-wrapper form .input-wrap input.main-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 45px;
  border-radius: 6px;
  margin: 0 auto;
  background-color: #122442;
}
.contaact-section .form-wrapper form .input-wrap input.main-btn:hover {
  background-color: #fff;
  color: #122442;
}

.articles-section {
  padding: 25px 0;
}
.articles-section .wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
}
.articles-section .wrapper .box {
  background-color: #F5F5F5;
}
.articles-section .wrapper .box .body {
  padding: 15px;
}
.articles-section .wrapper .box .body h4 {
  color: #122442;
  margin-bottom: 10px;
  font-weight: bold;
}
.articles-section .wrapper .box .body .text {
  line-height: 1.6;
  max-height: 105px;
}

.single-page {
  padding: 25px 0;
}
.single-page .image-wrap {
  height: 400px;
  margin-bottom: 40px;
}
.single-page .head {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 30px;
}
.single-page .head .tittle_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-page .head .tittle_wrap img {
  width: 60px;
}
.single-page .head .flex-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-page .head .flex-wrap .image-wrap {
  width: 40px;
  height: 40px;
  margin: 0;
}
.single-page .head .flex-wrap .image-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
}
.single-page .head h4 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.single-page .head .date {
  font-size: 18px;
  color: #122442;
}
.single-page .text {
  line-height: 2;
  color: #707070;
  font-size: 18px;
}

@media screen and (max-width: 1920px) {
  .nav-bar .nav-flex .toggle-btn {
    display: none;
  }
  .navbar-mobile {
    opacity: 0;
    visibility: hidden;
  }
  .navbar-mobile.active {
    opacity: 0;
    visibility: hidden;
  }
  .news-page .news-section .wrapper {
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  }
}
@media screen and (max-width: 1199px) {
  .nav-bar {
    position: relative;
  }
  .nav-bar .nav-flex {
    gap: 25px;
  }
  .nav-bar .nav-flex .navbar-brand img {
    width: 85px;
  }
  .nav-bar .nav-flex .navbar-links {
    flex-direction: column;
    position: absolute;
    top: 75px;
    right: -500px;
    left: auto;
    background-color: #122442;
    visibility: hidden;
    opacity: 0;
    padding: 15px 0;
    z-index: 99999;
    transition: 1s alll ease-out;
    gap: 25px;
  }
  .nav-bar .nav-flex .navbar-links li {
    color: #fff;
  }
  .nav-bar .nav-flex .navbar-links li a.active {
    color: #fff;
  }
  .nav-bar .nav-flex .navbar-links.active {
    right: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    transition: 1s all ease;
  }
  .nav-bar .nav-flex .toggle-btn {
    display: flex;
    flex-direction: column;
    width: 31px;
    height: 21px;
    justify-content: space-between;
    cursor: pointer;
    order: 2;
  }
  .nav-bar .nav-flex .toggle-btn .bar {
    background-color: #122442;
    width: 100%;
    height: 3px;
  }
  .nav-bar .nav-flex .icons {
    margin-right: auto;
    margin-left: 0;
  }
  .navbar-mobile {
    opacity: 1;
    visibility: visible;
  }
  .navbar-mobile.active {
    opacity: 1;
    visibility: visible;
  }
  .news-page .news-section .wrapper {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
  .services-section .wrapper {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  }
}
@media screen and (max-width: 991px) {
  .col--edit {
    margin-bottom: 30px;
  }
  .about .wrapper {
    flex-direction: column;
  }
  .upper-bar .wrapper .wrap-flex {
    width: auto;
  }
  .services-page .grid-section .wrapper {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .upper-bar .wrapper {
    justify-content: center;
  }
  .upper-bar .wrapper .wrap-flex {
    width: auto;
  }
  .form-wrapper form {
    width: 100%;
  }
  .subscribe .info {
    max-width: 100%;
  }
  .home-header .main-slider .item .info {
    max-width: 100%;
  }
  .services-page .wrapper .box {
    flex-direction: column;
  }
  .services-page .wrapper .box .image-wrap {
    max-width: 100%;
    flex: auto;
    height: 200px;
  }
  .projects-section .wrapper .box {
    flex-direction: column;
  }
  .projects-section .wrapper .box .image-wrap {
    max-width: 100%;
    flex: auto;
    height: 200px;
  }
  .head .text {
    width: 100%;
  }
  .gallery .images {
    grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
  }
  .gallery .images a {
    height: 150px;
  }
  .about-page .head-wrapper {
    flex-direction: column;
  }
  .about-page .page-wrapper .content {
    width: 100%;
  }
  .form-wrapper form .wrap-flex {
    flex-direction: column;
  }
  .articles-section .wrapper {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
  .copyright .container {
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .media-center-page .grid-section .filter-btns {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .media-center-page .grid-section .filter-btns .filter-btn {
    padding: 20px 5px;
  }
}/*# sourceMappingURL=style.css.map */