@font-face {
  font-family: "regular";
  src: url("../fonts/ArbFONTS-Sukar-Regular.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "bold";
  src: url("../fonts/ArbFONTS-Sukar-Bold.ttf");
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "black";
  src: url("../fonts/ArbFONTS-Sukar-Black.ttf");
  font-weight: 900;
  font-style: bold;
  font-display: swap;
}
/* MAIN FONT FAMILY */
/* COLORS VARIABLES */
/* display grid mixin 
 DEFAULT VALUE 265PX DIVIDE WRAPPER TO 3 COLUMS 
 YOU NEED TO PUT VALUE IN MIXIN WITH PX  >>>  EXAMPLE 
@include displayGrid(265px);
*/
/*
---TEXT TRUNCATE
> $lines => the max number of lines to show before ellipses.
> $maxWidth => max width of text element.
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "regular";
}

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

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

img {
  max-width: 100%;
}

html {
  font-family: "regular";
  scroll-behavior: smooth;
  overflow-x: hidden;
  position: relative;
}

*::-webkit-scrollbar {
  background-color: #eeedf3;
  width: 8px;
}

*::-webkit-scrollbar-thumb {
  background-color: #00479b;
  border-radius: 25px;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #eeedf3;
          box-shadow: inset 0 0 6px #eeedf3;
  width: 10px;
}

.btn {
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:focus {
  outline: none;
  -webkit-box-shadow: 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;
  height: 150px;
}

input:-internal-autofill-selected {
  background-color: transparent !important;
}

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

.lg-outer {
  direction: ltr;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 10px;
  background-image: url("../images/chevron-down-solid.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  cursor: pointer;
  background-position: left 3% center;
}

[dir=ltr] select {
  background-position: right 3% center;
}

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

[dir=ltr] body {
  direction: ltr;
}

.text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-width: 100%;
  text-overflow: ellipsis;
  text-wrap: balance;
  font-family: "regular";
}

.content-text {
  color: #000000;
  font-family: "regular";
  line-height: 2;
  text-wrap: balance;
  font-size: 1.2rem;
}

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

figure.image-wrap {
  margin: 0;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(49%, rgba(84, 84, 84, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to left, rgba(84, 84, 84, 0.8) 49%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 3;
}

.overlay-main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(84, 84, 84, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to top, rgba(84, 84, 84, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 3;
}

.overlay-second {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
  z-index: 3;
  border-radius: 10px;
}

.head {
  margin-bottom: 30px;
}
.head .text {
  font-size: 1.3rem;
  padding: 0 30%;
}
.head > h3,
.head .title {
  font-size: 35px;
  line-height: 1;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: capitalize;
  color: #000000;
  -webkit-padding-after: 12px;
          padding-block-end: 12px;
  font-family: "bold";
}
.head.centered {
  text-align: center;
}
.head.centered h3,
.head.centered .title {
  text-align: center;
  margin: 0 auto 20px auto;
  font-size: 35px;
  font-weight: bold;
  font-family: "bold";
}
.head.centered h3::before,
.head.centered .title::before {
  left: 0;
  right: 0;
  margin: auto;
}
.head.centered .text {
  margin: auto;
  font-family: "regular";
  -webkit-line-clamp: 4;
}
.head.borderd {
  border: 1px solid #00479b;
  padding: 20px;
  border-radius: 16px;
  overflow: hidden;
}

.overlay-all {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  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;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.padding-page {
  padding-block: 120px 50px;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
.contact li {
  padding: 10px 0;
}
.contact li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  gap: 10px;
}
.contact li a svg {
  color: #00479b;
  padding: 5px;
  border-radius: 50%;
  font-size: 22px;
}

.location .map {
  height: 400px;
}

section {
  padding: 50px 0;
}

.page-loading .navbar-brand::before, .icon-scroll::before, .nav-bar .nav-flex .navbar-links > li > a::before {
  content: "";
  display: block;
  position: absolute;
}

.breadcrumpp {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text {
  color: #000000;
  font-family: "regular";
  line-height: 2;
  text-wrap: balance;
}

.border-circle {
  border-radius: 100%;
}

.text-center {
  text-align: center;
}

.element-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}

.row-gap-10 {
  row-gap: 10px;
}

.row-gap-20 {
  row-gap: 20px;
}

.row-gap-30 {
  row-gap: 30px;
}

.row-gap-40 {
  row-gap: 40px;
}

.row-gap-50 {
  row-gap: 50px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-y-10 {
  padding-block: 10px;
}

.p-y-20 {
  padding-block: 20px;
}

.p-y-30 {
  padding-block: 30px;
}

.p-y-40 {
  padding-block: 40px;
}

.p-y-50 {
  padding-block: 50px;
}

.p-x-5 {
  padding-inline: 5px;
}

.p-x-10 {
  padding-inline: 10px;
}

.p-x-15 {
  padding-inline: 15px;
}

.p-x-20 {
  padding-inline: 20px;
}

.p-x-25 {
  padding-inline: 25px;
}

.p-2 {
  padding: 2px;
}

.p-4 {
  padding: 4px;
}

.p-6 {
  padding: 6px;
}

.p-8 {
  padding: 8px;
}

.p-10 {
  padding: 10px;
}

.p-12 {
  padding: 12px;
}

.p-14 {
  padding: 14px;
}

.p-16 {
  padding: 16px;
}

.p-18 {
  padding: 18px;
}

.p-20 {
  padding: 20px;
}

.above-all {
  overflow: hidden;
  position: relative;
}

.p-relative {
  position: relative;
}

.z-50 {
  z-index: 50;
}

.upper-bar {
  padding: 8px 0;
  background-color: #00479b;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: none;
}
.upper-bar .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000000;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.upper-bar .wrapper .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.upper-bar .wrapper .navbar-brand img {
  width: 75px;
}
.upper-bar .wrapper .navbar-brand span {
  color: #00479b;
}
.upper-bar .wrapper .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}
.upper-bar .wrapper .icons .search-div {
  width: 80%;
}
.upper-bar .wrapper .icons .search-div .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  min-height: 35px;
  padding: 5px;
  min-width: 200px;
  border-radius: 6px;
}
.upper-bar .wrapper .icons .search-div .input-wrap button {
  background-color: transparent;
}
.upper-bar .wrapper .icons .languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 18px;
}
.upper-bar .wrapper .icons .languages img {
  width: 25px;
}
.upper-bar .wrapper .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.upper-bar .wrapper .social-links li {
  border-radius: 50%;
}
.upper-bar .wrapper .social-links li a {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 20px;
  background: transparent;
}

.nav-bar {
  color: #00479b;
  padding-block: 10px;
}
.nav-bar .nav-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 12px;
}
.nav-bar .nav-flex .navbar-brand {
  width: 65px;
}
.nav-bar .nav-flex .navbar-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nav-bar .nav-flex .navbar-links > li {
  position: relative;
}
.nav-bar .nav-flex .navbar-links > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  padding: 20px 5px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 6px;
  color: #000;
  font-weight: bold;
  font-family: "black";
}
.nav-bar .nav-flex .navbar-links > li > a::before {
  bottom: 0px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  margin: auto;
  width: 0;
  height: 10px;
  background-color: #307526;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
}
.nav-bar .nav-flex .navbar-links > li > a:hover, .nav-bar .nav-flex .navbar-links > li > a.active {
  color: #307526;
}
.nav-bar .nav-flex .navbar-links > li > a:hover::before, .nav-bar .nav-flex .navbar-links > li > a.active::before {
  width: 10px;
}
.nav-bar .nav-flex .navbar-links > li.menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
}
.nav-bar .nav-flex .navbar-links > li.menu-item-has-children > a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #000;
  /* Adjust the color and size as needed */
  display: inline-block;
  vertical-align: middle;
  /* Adjust vertical alignment if needed */
  margin-left: 5px;
  /* Adjust margin as needed */
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.nav-bar .nav-flex .navbar-links > li.menu-item-has-children > a:hover:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu {
  position: absolute;
  inset-block-start: 65px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
  width: 160px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: initial;
  color: #307526;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li {
  padding: 15px 10px;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li:not(:last-child) {
  border-bottom: 1px solid #a0a0a0;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li a {
  color: #307526;
  font-weight: bold;
  font-family: "bold";
  font-size: 14px;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li.menu-item-has-children {
  position: relative;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li.menu-item-has-children > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li.menu-item-has-children > a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #000;
  /* Adjust the color and size as needed */
  display: inline-block;
  vertical-align: middle;
  /* Adjust vertical alignment if needed */
  margin-left: 5px;
  /* Adjust margin as needed */
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li.menu-item-has-children > a:hover:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li.menu-item-has-children > .sub-menu {
  position: absolute;
  inset-block-start: 0;
  left: -100px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
  width: 160px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #307526;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li.menu-item-has-children:hover > .sub-menu {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  inset-block-start: 0px;
  left: -160px;
  opacity: 1;
  visibility: visible;
  z-index: 255;
}
.nav-bar .nav-flex .navbar-links > li:hover > .sub-menu {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  inset-block-start: 70px;
  opacity: 1;
  visibility: visible;
  z-index: 254;
}
.nav-bar .nav-flex .navbar-links li {
  position: relative;
}
.nav-bar .nav-flex .toggle-btn {
  width: 31px;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
  gap: unset;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10.5%;
          flex: 0 0 10.5%;
  cursor: pointer;
}
.nav-bar .nav-flex .toggle-btn .bar {
  background-color: #00479b;
  width: 70%;
  height: 3px;
}
.nav-bar .nav-flex .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  color: #000000;
  font-family: "bold";
}
.nav-bar .nav-flex .icons .languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 5px;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  font-family: "bold";
}
.nav-bar .nav-flex .icons .languages img {
  width: 25px;
}
.nav-bar .nav-flex .main-btn {
  margin: 0;
  min-width: 160px;
  font-family: "regular";
  padding: 6px;
}
.nav-bar .nav-flex .main-btn span {
  font-family: "bold";
  font-size: 1rem;
}

.navbar-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: -1200px;
  background-color: rgba(33, 36, 61, 0.6901960784);
  color: #000000;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 20px 20px 0 0;
  overflow: scroll;
  width: 90%;
  height: 100%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  text-align: start;
  border-left: 4px solid #fff;
  z-index: 99999;
}
.navbar-mobile::before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7019607843);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.7s all linear;
  transition: 0.7s all linear;
}
.navbar-mobile .nav-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  position: relative;
  margin-bottom: 20px;
  z-index: 55;
}
.navbar-mobile .nav-flex .navbar-brand img {
  width: 90px;
}
.navbar-mobile .nav-flex .close-btn {
  display: block;
  text-align: left;
  padding-left: 10px;
  font-size: 35px;
  color: #fff;
  margin: 10px;
}
.navbar-mobile .nav-flex::after {
  content: "";
  background-color: #000000;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -10px;
  right: -15px;
}
.navbar-mobile .mobile-links {
  padding: 15px;
  position: relative;
  z-index: 55;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.navbar-mobile .mobile-links li {
  position: relative;
  padding: 10px 0;
}
.navbar-mobile .mobile-links li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding: 5px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 6px;
  font-family: "regular";
  color: #fff;
  gap: 10px;
}
.navbar-mobile .mobile-links li a.active {
  color: #00479b;
  font-family: "bold";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #00479b;
}
.navbar-mobile .mobile-links li.menu-item-has-children {
  position: relative;
}
.navbar-mobile .mobile-links li.menu-item-has-children > a:after {
  content: "";
  inset-inline-end: 10px;
  top: 50%;
  position: absolute;
  -webkit-transform: rotate(0deg) translate(0, -50%);
          transform: rotate(0deg) translate(0, -50%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #fff;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  /* Adjust the color and size as needed */
  display: inline-block;
  vertical-align: middle;
  /* Adjust vertical alignment if needed */
  margin-left: 5px;
  /* Adjust margin as needed */
  transition: all 0.5s ease-in-out;
}
.navbar-mobile .mobile-links li.menu-item-has-children > a.arrow {
  padding: 10px;
}
.navbar-mobile .mobile-links li.menu-item-has-children > a.arrow::after {
  -webkit-transform: rotate(90deg) translate(0, -50%);
          transform: rotate(90deg) translate(0, -50%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.navbar-mobile .mobile-links li .sub-menu {
  background: rgba(33, 36, 61, 0.0784313725);
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 85%;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.navbar-mobile .mobile-links li .sub-menu > li {
  padding: 10px 10px 10px 0;
  position: relative;
}
.navbar-mobile .mobile-links li .sub-menu > li a {
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar-mobile .mobile-links li .sub-menu.show {
  opacity: 1;
  max-height: 1000px;
  visibility: visible;
  padding: 10px 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.navbar-mobile .mobile-links li.clicked > a {
  background-color: #00479b;
  color: #fff !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.navbar-mobile .mobile-links li {
  position: relative;
}
.navbar-mobile.active {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
}
.navbar-mobile.active::before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  width: 88%;
}

.nav-bar .nav-flex .toggle-btn .bar {
  background-color: #307526;
}

.fixed-nav {
  background-color: #fff;
}
.fixed-nav.fixed {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1882352941);
          box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1882352941);
  margin-bottom: 20px;
}

.header {
  margin-bottom: 50px;
}
.header .header-slider .item {
  position: relative;
  height: 500px;
}
.header .header-slider .item .image-wrap {
  height: 100%;
  position: relative;
}
.header .header-slider .item .image-wrap img,
.header .header-slider .item .image-wrap video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.header .header-slider .item .info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  z-index: 55;
}
.header .header-slider .item .info h2,
.header .header-slider .item .info h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.header .header-slider .item .info h2 {
  font-weight: bold;
}
.header .header-slider .item .info h3 {
  font-weight: normal;
}

footer {
  position: relative;
  padding: 50px 0 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #00479b;
}
footer .logo_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .content-text {
  color: white;
  font-family: "regular";
  line-height: 1.7;
  margin: 10px 0;
}
footer h6.title {
  color: white;
  font-size: 22px;
  font-family: "bold";
  border-bottom: 1px solid white;
  width: 174px;
}
footer .lower-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 20px;
}
footer .lower-footer p {
  font-size: 1rem;
  color: white;
  font-family: "bold";
}
footer .social_contact {
  margin-top: 60px;
}
footer .social_contact li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .social_contact li span i {
  color: white;
}
footer .social_contact li a,
footer .social_contact li p {
  color: white;
  font-size: 1rem;
  font-family: "regular";
  -webkit-margin-start: 2%;
          margin-inline-start: 2%;
}
footer .subscription-form-1 {
  margin-top: 60px;
}

.main-btn {
  background-color: #307526;
  padding: 10px;
  min-width: 170px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-align: center;
  border: 1px solid #307526;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  gap: 10px;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 6px;
}
.main-btn:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
  color: #000;
}
.main-btn.reversed {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.main-btn.reversed:hover {
  background-color: #307526;
  color: #fff;
  border: 2px solid #307526;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-links li {
  border-radius: 50%;
}
.social-links li a {
  width: 45px;
  height: 45px;
  padding: 10px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  background-color: #00479b;
  color: #fff;
  border-radius: 50%;
}
.social-links li a i {
  font-size: 1.4rem;
}
.social-links li.instagram a {
  background: linear-gradient(150deg, rgb(250, 225, 0) 0%, rgb(252, 183, 32) 20%, rgb(255, 121, 80) 35%, rgb(255, 28, 116) 56%, rgb(108, 28, 209) 99%);
}
.social-links li.whatsapp a {
  background-color: #67d449;
}
.social-links li.twitter a {
  background-color: #41a1f2;
}
.social-links li.facebook a, .social-links li.messenger a {
  background-color: #41a1f2;
}
.social-links li.snapchat a {
  background-color: rgba(255, 252, 0, 0.5490196078);
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  aspect-ratio: 1/1;
  margin: 0;
  background-color: #6d5d5d;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  border-radius: 50%;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #00479b;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 6px;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 58%;
  inset-inline-end: 0;
  inset-inline-start: 0;
  margin: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  height: 0;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  color: #00479b;
  font-size: 18px;
  margin: 0 5px;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  border: 2px solid #fff;
}
.owl-carousel .owl-nav button.owl-prev svg,
.owl-carousel .owl-nav button.owl-next svg {
  color: #00479b;
  font-size: inherit;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.owl-carousel .owl-nav .owl-prev {
  inset-inline-start: 20px;
  inset-block-end: 20px;
}
.owl-carousel .owl-nav .owl-next {
  inset-inline-start: 40px;
  inset-block-end: 20px;
}

.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  bottom: 10%;
  -webkit-margin-before: -35px;
          margin-block-start: -35px;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
          box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
  z-index: 5;
}
.icon-scroll, .icon-scroll::before {
  position: absolute;
  left: 50%;
}
.icon-scroll::before {
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
/* to-top-btn */
.up {
  position: fixed;
  inset-block-end: 20px;
  inset-inline-end: 20px;
  width: 30px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  background-color: #00479b;
  border: none;
  z-index: 10;
  border-radius: 5px;
  opacity: 0;
  -webkit-transform: translateY(calc(100% + 20px));
          transform: translateY(calc(100% + 20px));
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.up img {
  width: 25px;
}
.up.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.up > i {
  color: #fff;
}

.page-loading {
  position: fixed;
  inset-block-start: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999999955;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  display: none;
}
.page-loading .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  position: relative;
  width: 300px;
}
.page-loading .navbar-brand::before {
  width: 12px;
  height: 35px;
  background: red;
  right: 0;
  bottom: 0;
  offset-distance: 0%;
  -webkit-animation: move 1s linear forwards;
          animation: move 1s linear forwards;
  offset-path: path("M80.2 1167.16C51.49 1167.16 26.57 1167.16 0 1167.16C0 778.62 0 390.58 0 0.809998C171.95 0.809998 342.81 0.809998 515.69 0.809998C515.69 71.82 515.69 142.27 515.69 214.48C561.17 214.48 604.68 214.48 650.65 214.48C650.65 143.24 650.65 72.1 650.65 0C822.75 0 992.4 0 1163.9 0C1163.9 388.34 1163.9 776.28 1163.9 1165.7C1138.03 1165.7 1113.29 1165.7 1085.9 1165.7C1085.9 804.22 1085.9 443.69 1085.9 81.37C966.63 81.37 849.99 81.37 731.44 81.37C731.44 124.9 731.44 168.61 731.44 215.51C801.72 215.51 872.62 215.51 944.58 215.51C944.58 533.57 944.58 848.45 944.58 1164.9C847.13 1164.9 750.85 1164.9 651.65 1164.9C651.65 982.51 651.65 800.53 651.65 616.57C605.38 616.57 561.98 616.57 516.7 616.57C516.7 799.29 516.7 981.43 516.7 1165.69C417.89 1165.69 320.91 1165.69 222.21 1165.69C222.21 850.6 222.21 534.96 222.21 216.69C292.66 216.69 362.23 216.69 433.26 216.69C433.26 170.45 433.26 126.82 433.26 81.37C316.18 81.37 199.46 81.37 80.21 81.37C80.2 442.02 80.2 803.19 80.2 1167.16ZM869.1 297.52C822.61 297.52 778.89 297.52 733.64 297.52C733.64 563.11 733.64 827.46 733.64 1092.3C779.35 1092.3 823.63 1092.3 869.1 1092.3C869.1 826.87 869.1 563.09 869.1 297.52ZM298.81 296.68C298.81 563.64 298.81 827.93 298.81 1092.19C344.57 1092.19 388.07 1092.19 431.88 1092.19C431.88 826.14 431.88 561.85 431.88 296.68C386.5 296.68 343.62 296.68 298.81 296.68ZM647.27 536.47C647.27 455.42 647.27 376.66 647.27 297.94C603.26 297.94 560.78 297.94 518.99 297.94C518.99 378.69 518.99 457.35 518.99 536.47C562.47 536.47 603.89 536.47 647.27 536.47Z");
}
.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 svg {
  width: 100%;
  height: 100%;
}
.page-loading .navbar-brand svg path {
  stroke-width: 1px;
  fill: transparent;
  -webkit-animation: fadeLogo 3s cubic-bezier(0, 1.5, 1, 1.5) forwards;
          animation: fadeLogo 3s cubic-bezier(0, 1.5, 1, 1.5) forwards;
  stroke: #fff;
}
.page-loading .navbar-brand svg path:first-child {
  stroke-dasharray: 438;
  stroke-dashoffset: 438;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.page-loading .navbar-brand svg path:nth-child(2) {
  stroke-dasharray: 272;
  stroke-dashoffset: 272;
}
.page-loading .navbar-brand svg path:nth-child(3), .page-loading .navbar-brand svg path:nth-child(5), .page-loading .navbar-brand svg path:nth-child(6), .page-loading .navbar-brand svg path:nth-child(7), .page-loading .navbar-brand svg path:nth-child(15), .page-loading .navbar-brand svg path:nth-child(16), .page-loading .navbar-brand svg path:nth-child(18), .page-loading .navbar-brand svg path:nth-child(20), .page-loading .navbar-brand svg path:nth-child(22), .page-loading .navbar-brand svg path:nth-child(24), .page-loading .navbar-brand svg path:nth-child(25), .page-loading .navbar-brand svg path:nth-child(26), .page-loading .navbar-brand svg path:nth-child(27), .page-loading .navbar-brand svg path:nth-child(28), .page-loading .navbar-brand svg path:nth-child(30), .page-loading .navbar-brand svg path:nth-child(32), .page-loading .navbar-brand svg path:nth-child(33), .page-loading .navbar-brand svg path:nth-child(34), .page-loading .navbar-brand svg path:nth-child(48), .page-loading .navbar-brand svg path:nth-child(49) {
  stroke-dasharray: 30;
  stroke-dashoffset: 30;
}
.page-loading .navbar-brand svg path:nth-child(8) {
  stroke-dasharray: 2062;
  stroke-dashoffset: 2062;
}
.page-loading .navbar-brand svg path:nth-child(9), .page-loading .navbar-brand svg path:nth-child(10) {
  stroke-dasharray: 1032;
  stroke-dashoffset: 1032;
}
.page-loading .navbar-brand svg path:nth-child(11), .page-loading .navbar-brand svg path:nth-child(10) {
  stroke-dasharray: 1861;
  stroke-dashoffset: 1861;
}
.page-loading .navbar-brand svg path:nth-child(12), .page-loading .navbar-brand svg path:nth-child(13) {
  stroke-dasharray: 932;
  stroke-dashoffset: 932;
}
.page-loading .navbar-brand svg path:nth-child(14), .page-loading .navbar-brand svg path:nth-child(15), .page-loading .navbar-brand svg path:nth-child(21), .page-loading .navbar-brand svg path:nth-child(23), .page-loading .navbar-brand svg path:nth-child(39), .page-loading .navbar-brand svg path:nth-child(43), .page-loading .navbar-brand svg path:nth-child(45), .page-loading .navbar-brand svg path:nth-child(47) {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
}

@-webkit-keyframes fadeLogo {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fadeLogo {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes scaling {
  to {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
}
@keyframes scaling {
  to {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
}
@-webkit-keyframes fillLogo {
  to {
    fill: black;
  }
}
@keyframes fillLogo {
  to {
    fill: black;
  }
}
@-webkit-keyframes fillLogo2 {
  to {
    fill: red;
  }
}
@keyframes fillLogo2 {
  to {
    fill: red;
  }
}
@-webkit-keyframes moveX {
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes moveX {
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes movey {
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes movey {
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.form-wrapper form .input-wrap select,
.form-wrapper form .input-wrap textarea, .form-wrapper form .input-wrap input:not([type=checkbox]), .form-wrapper form .input-wrap input:not([type=submit]) {
  background-color: #f3f3f3;
  min-height: 45px;
  padding: 10px;
  direction: inherit;
  border-radius: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 16px;
  border: 1px solid transparent;
  color: #000000;
}
.form-wrapper form .input-wrap select::-webkit-input-placeholder, .form-wrapper form .input-wrap textarea::-webkit-input-placeholder, .form-wrapper form .input-wrap input:not([type=checkbox])::-webkit-input-placeholder, .form-wrapper form .input-wrap input:not([type=submit])::-webkit-input-placeholder {
  font-family: "bold";
  color: #000;
}
.form-wrapper form .input-wrap select::-moz-placeholder, .form-wrapper form .input-wrap textarea::-moz-placeholder, .form-wrapper form .input-wrap input:not([type=checkbox])::-moz-placeholder, .form-wrapper form .input-wrap input:not([type=submit])::-moz-placeholder {
  font-family: "bold";
  color: #000;
}
.form-wrapper form .input-wrap select:-ms-input-placeholder, .form-wrapper form .input-wrap textarea:-ms-input-placeholder, .form-wrapper form .input-wrap input:not([type=checkbox]):-ms-input-placeholder, .form-wrapper form .input-wrap input:not([type=submit]):-ms-input-placeholder {
  font-family: "bold";
  color: #000;
}
.form-wrapper form .input-wrap select::-ms-input-placeholder, .form-wrapper form .input-wrap textarea::-ms-input-placeholder, .form-wrapper form .input-wrap input:not([type=checkbox])::-ms-input-placeholder, .form-wrapper form .input-wrap input:not([type=submit])::-ms-input-placeholder {
  font-family: "bold";
  color: #000;
}
.form-wrapper form .input-wrap select::placeholder,
.form-wrapper form .input-wrap textarea::placeholder, .form-wrapper form .input-wrap input:not([type=checkbox])::placeholder, .form-wrapper form .input-wrap input:not([type=submit])::placeholder {
  font-family: "bold";
  color: #000;
}
.form-wrapper form .input-wrap select:focus,
.form-wrapper form .input-wrap textarea:focus, .form-wrapper form .input-wrap input:focus:not([type=checkbox]), .form-wrapper form .input-wrap input:focus:not([type=submit]) {
  outline: none;
  border: 1px solid #00479b;
}

.form-wrapper {
  padding: 15px;
  border-radius: 12px;
}
.form-wrapper form {
  margin: auto;
}
.form-wrapper form label {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.form-wrapper form .input-wrap {
  margin-bottom: 20px;
}
.form-wrapper form .input-wrap::-webkit-datetime-edit {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0;
}
.form-wrapper form .input-wrap::-webkit-calendar-picker-indicator {
  -webkit-box-flex: 3;
          flex: 3;
}
.form-wrapper form .input-wrap:focus {
  border: 2px solid #00479b;
}
.form-wrapper form input[type=submit].main-btn {
  background-color: #307526;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #307526;
  margin-bottom: 0;
  font-family: "bold";
  padding: 5px;
  min-width: 266px;
}
.form-wrapper form input[type=submit].main-btn:hover {
  background-color: #fff;
  color: #307526;
}
.form-wrapper form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  width: 100%;
}
.form-wrapper form .file-wrap {
  position: relative;
  height: 45px;
  margin-bottom: 15px;
}
.form-wrapper form .file-wrap .fake-file {
  background-color: #fff;
  min-height: 45px;
  padding: 10px;
  direction: inherit;
  border-radius: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 18px;
  border: 1px solid #a0a0a0;
  position: absolute;
  inset-block-start: 0;
  z-index: 1;
  width: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: left 1% center;
  background-size: 25px;
  color: #000000;
}
.form-wrapper form .file-wrap .fake-file.hide {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.form-wrapper form .file-wrap input[type=file] {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.form-wrapper form .file-wrap input[type=file]::-webkit-file-upload-button {
  display: none;
}
.form-wrapper form .file-wrap input[type=file].show {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.form-wrapper form span label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 15px;
}
.form-wrapper form span label input[type=radio] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  font-size: 18px;
}
.form-wrapper .wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 20px;
}
.form-wrapper .wrap-flex .input-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.form-wrapper .wrap-flex .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.form-wrapper .wrap-flex .wpcf7-checkbox .wpcf7-list-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
}
.form-wrapper .wrap-flex .wpcf7-checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
.form-wrapper .wrap-flex .wpcf7-checkbox .wpcf7-list-item label input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  accent-color: #00479b;
}
.form-wrapper br {
  display: none;
}

.wpcf7-form-control.wpcf7-select {
  background-color: #f3f3f3;
  min-height: 45px;
  padding: 10px;
  direction: inherit;
  border-radius: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 16px;
  border: 1px solid transparent;
  color: #000000;
  font-family: "bold";
}

.subscription-form-1 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  border-radius: 20px;
}
.subscription-form-1 p .wpcf7-spinner {
  margin: 0;
  width: 0;
}
.subscription-form-1 p .wpcf7-form-control-wrap {
  width: calc(100% - 115px);
}
.subscription-form-1 p .wpcf7-form-control-wrap input {
  border-inline-start-width: 0;
  width: 100%;
  height: 45px;
  background-color: transparent;
  border-radius: unset;
  border-radius: 20px;
  padding: 5px 10px;
  font-weight: bold;
  text-align: end;
  font-family: "regular";
  color: #808080;
}
.subscription-form-1 p [type=submit] {
  background-color: #307526;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  width: 115px;
  border: 0;
  font-size: 17px;
  font-family: "regular";
  cursor: pointer;
  height: 45px;
  border-radius: 20px;
}

.breadcrumpp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  height: 200px;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.breadcrumpp h3 {
  color: white;
  font-family: "bold";
  font-size: 32px;
  position: relative;
  z-index: 5;
}
.breadcrumpp .link {
  z-index: 5;
}
.breadcrumpp .link i {
  color: white;
}
.breadcrumpp .link a {
  color: white;
  font-family: "regular";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.breadcrumpp .link a:hover {
  color: #307526;
}
.breadcrumpp .link span {
  color: white;
  font-family: "regular";
}

.breadcrump-head {
  border: 1px solid #00479b;
  text-align: center;
  padding: 20px;
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  border-radius: 12px;
  margin-bottom: 30px;
}
.breadcrump-head h3 {
  color: #00479b;
}

.static_section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.static_section .head h3 {
  font-family: "bold";
  color: white;
}
.static_section .head .text {
  font-family: "regular";
  color: white;
}
.static_section .static_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.static_section .static_cards .static_card {
  background-color: white;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 15px;
  width: 23%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.static_section .static_cards .static_card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.static_section .static_cards .static_card:hover .icon {
  background-color: #307526;
}
.static_section .static_cards .static_card .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-radius: 10px;
  background-color: #00479b;
  width: 45px;
  height: 45px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.static_section .static_cards .static_card .icon img {
  width: 35px;
  height: 25px;
}
.static_section .static_cards .static_card .content {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.static_section .static_cards .static_card .content .info span {
  font-size: 20px;
  font-family: "bold";
}
.static_section .static_cards .static_card .content .info span i {
  font-size: 0.8rem;
}
.static_section .static_cards .static_card .content .text {
  font-family: "regular";
  font-size: 13px;
}

.printer_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.printer_lists .printer_list {
  width: 19%;
}
.printer_lists .printer_list img {
  height: 25px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.printer_slider .image-wrap {
  height: 40px;
}
.printer_slider .image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact_us .social_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  margin: 44px 0;
}
.contact_us .social_contact li {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.contact_us .social_contact li:hover span {
  background-color: #307526;
}
.contact_us .social_contact li:hover p,
.contact_us .social_contact li:hover a {
  color: #307526;
}
.contact_us .social_contact li span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  border-radius: 5px;
  background-color: #00479b;
  color: white;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.contact_us .social_contact li span i {
  font-size: 1rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.contact_us .social_contact li p,
.contact_us .social_contact li a {
  font-size: 1rem;
  font-family: "regular";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.about_section {
  position: relative;
}
.about_section .shape {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  inset-inline-start: 0;
}
.about_section .row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.about_section .head span {
  color: #307526;
  font-size: 1rem;
  font-family: "regular";
}
.about_section .head h3 {
  font-family: "bold";
  color: #000;
  font-size: 22px;
}
.about_section .image-wrap {
  height: 350px;
}
.about_section .image-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.about_section .text {
  -webkit-line-clamp: 4;
}
.about_section .main-btn {
  margin-top: 30px;
  font-family: "bold";
  font-size: 13px;
}

.last_news_section {
  position: relative;
}
.last_news_section .cat_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
.last_news_section .cat_list .image-wrap {
  height: 330px;
}
.last_news_section .cat_list .image-wrap:hover img {
  opacity: 1;
}
.last_news_section .cat_list .image-wrap img {
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}
.last_news_section .cat_list .text {
  font-family: "bold";
}

.blog_sec {
  position: relative;
}
.blog_sec .card_blog {
  background-color: white;
  padding: 1rem 1rem 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 99px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 99px rgba(0, 0, 0, 0.06);
}
.blog_sec .card_blog .btn {
  color: #307526;
  font-size: 16px;
  font-family: "bold";
}
.blog_sec .card_blog .img {
  height: 210px;
  width: 100%;
}
.blog_sec .card_blog .img img {
  width: 100%;
  height: 100%;
  border-radius: 9px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_sec .card_blog .content {
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 90%;
}
.blog_sec .card_blog .content .title {
  color: #000000;
  font-size: 18px;
  font-family: "bold";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 63px;
}
.blog_sec .card_blog .content .date {
  color: #545454;
  font-size: 15px;
  font-family: "regular";
  margin-bottom: 10px;
}
.blog_sec .card_blog .content .expert {
  color: #000000;
  font-size: 1rem;
  font-family: "regular";
  margin-bottom: 14px;
  overflow: hidden;
  height: 70px;
}

.filter_section {
  position: relative;
}
.filter_section .filter-component .filter-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.filter_section .filter-component .filter-controls .filter-btn {
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  background-color: transparent;
  font-size: 14px;
  font-family: "bold";
  padding: 10px 25px;
  -webkit-margin-end: 2%;
          margin-inline-end: 2%;
  margin-bottom: 4%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.filter_section .filter-component .filter-controls .filter-btn:hover {
  background-color: #307526;
  color: white;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.filter_section .filter-component .filter-controls .filter-btn.active {
  background-color: #307526;
  color: white;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.filter_section .filter-component .filter-items .filter-item {
  display: none;
}
.filter_section .filter-component .filter-items .filter-item.show {
  display: block;
}
.filter_section .filter-component .filter-items .filter-item .project-card {
  height: 300px;
  border-radius: 10px;
  position: relative;
  display: block;
	background-position: center center;
    background-size: cover;
}
.filter_section .filter-component .filter-items .filter-item .project-card .content {
  position: absolute;
  bottom: 30px;
  inset-inline-start: 10px;
  z-index: 100;
}
.filter_section .filter-component .filter-items .filter-item .project-card .content .card-body .number {
  font-size: 30px;
  color: white;
}
.filter_section .filter-component .filter-items .filter-item .project-card .content .card-body .text {
  color: white;
  font-size: 18px;
  font-family: "black";
}
.filter_section .filter-component .filter-items .filter-item .project-card .content .card-body .date {
  color: white;
  font-size: 12px;
  font-family: "black";
}

.adv_section {
  position: relative;
  display: block;
  margin-top: 30px;
}
.adv_section img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.main_section {
  position: relative;
  padding: 0 0 50px;
}
.main_section .grid-container {
  display: grid;
/*   grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); */
  gap: 20px;
  grid-auto-rows: 230px;
}
.main_section .grid-container .content {
  position: absolute;
  inset-inline-start: 3%;
  bottom: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 100;
}
.main_section .grid-container .content .text {
  color: white;
  font-family: "black";
}
.main_section .grid-container .content .date {
  color: white;
  font-size: 1rem;
}
.main_section .grid_list {
  position: relative;
  display: inline;
}
.main_section .grid_list .image-wrap {
  height: -webkit-fill-available;
}
.main_section .grid_list:nth-child(1) {
  grid-area: 1/1/span 1/span 2;
}
.main_section .grid_list:nth-child(1) .content .text {
  font-size: 24px;
}
.main_section .grid_list:nth-child(2) {
  grid-area: 2/1/span 1/span 1;
}
.main_section .grid_list:nth-child(2) .content .text {
  font-size: 14px;
}
.main_section .grid_list:nth-child(3) {
  grid-area: 2/2/span 1/span 1;
}
.main_section .grid_list:nth-child(3) .content .text {
  font-size: 14px;
}
.main_section .grid_list:nth-child(4) {
  grid-area: 1/3/span 2/span 2;
}
.main_section .grid_list:nth-child(4) .content .text {
  font-size: 34px;
}

.singe-news {
  position: relative;
}
.singe-news .content h3 {
  font-size: 30px;
  font-family: "black";
  color: #000;
}
.singe-news .content .image-wrap {
  height: 400px;
}
.singe-news .content .image-wrap img {
  border-radius: 22px;
}
.singe-news .content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}
.singe-news .content .info .autor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.singe-news .content .info .autor img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.singe-news .content .info .autor h6 {
  font-size: 16px;
  font-family: "regular";
  color: #000;
}
.singe-news .content .info .date {
  font-size: 14px;
  color: #307526;
  font-family: "regular";
}
.singe-news .content-text {
  font-family: "regular";
}

.head_sidebar {
  font-family: "bold";
}

.sidbar_news {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.sidbar_news .image-wrap {
  width: 50%;
  height: 110px;
}
.sidbar_news .image-wrap img {
  border-radius: 6px;
}
.sidbar_news .info {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sidbar_news .info .text {
  color: #000;
  font-size: 14px;
  font-family: "bold";
}
.sidbar_news .info .date {
  color: #464646;
  font-size: 12px;
  font-family: "regular";
}
.sidbar_news .info .read_more {
  display: block;
  color: #307526;
  font-size: 12px;
  font-family: "regular";
}

.author-profile {
  position: relative;
  text-align: center;
}
.author-profile .author-avatar {
  border: 2px solid #307526;
  border-radius: 50%;
  width: 160px;
  height: 160px;
}

.tags {
  margin-top: 20px;
}
.tags h3 {
  font-size: 31px;
}

.custom-tags,
.post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.custom-tags a,
.post-tags a {
  background-color: #307526;
  color: white;
  font-size: 1rem;
  font-family: "regular";
  -webkit-margin-end: 3%;
          margin-inline-end: 3%;
  border-radius: 20px;
  border: 1px solid #307526;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 5px 20px;
}
.custom-tags a:hover,
.post-tags a:hover {
  background-color: white;
  color: #307526;
}

.comment {
  margin-top: 30px;
}
.comment h3 {
  font-size: 31px;
}

.comment-form .comment-form-comment #comment {
  background-color: rgba(0, 0, 0, 0.06);
}
.comment-form .form-submit .submit {
  width: 200px;
  background-color: #307526;
  border: 1px solid #307526;
  color: white;
  height: 55px;
  border-radius: 10px;
  font-family: "bold";
  font-size: 18px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.comment-form .form-submit .submit:hover {
  background-color: white;
  color: #307526;
}

@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;
  }
}
@media screen and (max-width: 1199px) {
  .nav-bar {
    position: relative;
  }
  .nav-bar .nav-flex {
    gap: 15px;
  }
  .nav-bar .nav-flex .navbar-links {
    display: none;
  }
  .nav-bar .nav-flex .toggle-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-bar .nav-flex .contact-btn {
    display: none;
  }
  .nav-bar .nav-flex .icons {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    font-size: 24px;
    font-weight: bold;
    gap: 10px;
  }
  .nav-bar .nav-flex .icons .main-btn {
    min-width: 90px;
  }
  .navbar-mobile {
    opacity: 1;
    visibility: visible;
  }
  .navbar-mobile.active {
    opacity: 1;
    visibility: visible;
  }
  .navbar-mobile.active .main-btn {
    position: relative;
    z-index: 2;
    margin: 0;
    min-width: 120px;
  }
}
@media screen and (max-width: 991px) {
  .about-page .about .cont--edit .wrapper .text {
    position: unset;
    width: 100%;
  }
  .sec-p {
    padding-block: 25px;
  }
  .form-modal .form-wrapper {
    width: 80%;
  }
  .col--edit {
    margin-bottom: 30px;
  }
  .nav-bar .nav-flex .languages {
    margin-right: auto;
    margin-left: 0;
  }
  .upper-bar .wrapper .wrap-flex {
    width: auto;
  }
  .main_section .grid-container .grid_list .content .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .home-header .main-setion .item .info .btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fields .wrapper li {
    padding: 40px 20px;
  }
  .nav-bar .nav-flex .social-links {
    display: none;
  }
  .footer-bg-wrapper .copyright .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news-page .nwes-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
  }
  .logo-section .image-wrap {
    width: 40%;
  }
  .footer .wrapper .logo .image-wrap {
    margin: 0 auto 30px;
  }
  .footer .social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .head .text {
    width: 100%;
  }
  .form-wrapper form .wrap-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .copyright .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about_section .main-btn {
    margin-bottom: 20px;
  }
  .static_section .static_cards .static_card {
    width: 70%;
    margin-bottom: 20px;
  }
  footer .social_contact {
    margin-top: 10px;
  }
  .footer .logo_footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .lower-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main_section .grid-container {
    grid-template-columns: repeat(auto-fill, minmax(139px, 1fr));
  }
  .main_section .grid-container .grid_list .content .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .main_section .grid-container {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 15px;
  }
  .main_section .grid-container .grid_list {
    grid-area: unset;
  }
  .main_section .grid-container .grid_list .content .text {
    font-size: 13px;
  }
  .filter_section .filter-component .filter-controls {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .head .text {
    padding: 0;
  }
  .last_news_section .cat_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .last_news_section .cat_list .image-wrap {
    height: 221px;
  }
  section {
    padding: 25px 0;
  }
  .about_section .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .printer_lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .printer_lists .printer_list {
    width: 60%;
    margin-bottom: 20px;
  }
  .breadcrumpp h3 {
    font-size: 17px;
    text-align: center;
  }
  .singe-news .content h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */