/* content better media queries */
@font-face {
  font-family: "hanimation";
  font-style: normal;
  font-weight: 400;
  src: local("normal"), url("../fonts/hanimation_arabic_regular.otf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "hanimation";
  font-style: normal;
  font-weight: 600;
  src: local("normal"), url("../fonts/hanimation_arabic_semiBold.otf") format("truetype");
  font-display: swap;
}
header {
  position: absolute;
  width: 100%;
  z-index: 999;
  padding-top: 40px;
  top: 0;
}
@media screen and (max-width: 1040px) {
  header {
    padding-top: 16px;
  }
}
@media screen and (max-width: 991px) {
  header {
    padding: 8px 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#379d13), to(#44b31d94));
    background-image: linear-gradient(to right, #379d13, #44b31d94);
  }
}
header.with-bg {
  padding: 8px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#379d13), to(#44b31d94));
  background-image: linear-gradient(to right, #379d13, #44b31d94);
}
header.with-bg .content-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  header .content-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
header .content-header .logo a {
  display: block;
  height: 90px;
}
@media screen and (min-width: 1640px) {
  header .content-header .logo a {
    height: 130px;
  }
}
@media screen and (max-width: 1320px) {
  header .content-header .logo a {
    height: 100px;
  }
}
@media screen and (max-width: 1040px) {
  header .content-header .logo a {
    height: 60px;
  }
}
header .content-header .logo a img {
  max-width: 100%;
  max-height: 100%;
}
header .content-header .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  margin: 0 !important;
}
@media screen and (max-width: 1320px) {
  header .content-header .links {
    gap: 40px;
  }
}
@media screen and (max-width: 1040px) {
  header .content-header .links {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  header .content-header .links {
    position: absolute;
    top: 80px;
    width: 100%;
    right: 0;
    left: 0;
    background: #000000;
    padding: 12px 16px 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
  }
}
@media screen and (max-width: 640px) {
  header .content-header .links {
    top: 76px;
  }
}
@media screen and (max-width: 600px) {
  header .content-header .links {
    padding: 10px 16px 16px;
  }
}
header .content-header .links li.current-link a:after {
  width: 50px;
}
@media screen and (max-width: 768px) {
  header .content-header .links li.current-link a:after {
    width: 35px;
  }
}
header .content-header .links li.current-link a:before {
  width: 25px;
}
header .content-header .links li a {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 1320px) {
  header .content-header .links li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  header .content-header .links li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  header .content-header .links li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  header .content-header .links li a {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  header .content-header .links li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  header .content-header .links li a {
    font-size: 13px;
  }
}
header .content-header .links li a:after, header .content-header .links li a:before {
  content: "";
  position: absolute;
  right: 0;
  background: #FFFFFF;
  height: 5px;
  border-radius: 2.5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  header .content-header .links li a:after, header .content-header .links li a:before {
    height: 3px;
    border-radius: 1.5px;
  }
}
header .content-header .links li a:hover:after {
  width: 50px;
}
@media screen and (max-width: 768px) {
  header .content-header .links li a:hover:after {
    width: 35px;
  }
}
header .content-header .links li a:hover:before {
  width: 25px;
}
header .content-header .links li a:after {
  bottom: -10px;
  width: 0;
}
@media screen and (max-width: 991px) {
  header .content-header .links li a:after {
    bottom: -6px;
  }
}
header .content-header .links li a:before {
  bottom: -20px;
  width: 0;
}
@media screen and (max-width: 991px) {
  header .content-header .links li a:before {
    bottom: -13px;
  }
}
@media screen and (max-width: 768px) {
  header .content-header .links li a:before {
    display: none;
  }
}
header .responsive-lang-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  header .responsive-lang-menu {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  header .large-screen-lang-menu {
    display: none;
  }
}

.count {
  font-family: "hanimation", sans-serif;
  line-height: 18px;
  display: block;
  font-weight: 400;
  font-size: 11px;
  text-align: center;
  color: #FFFFFF;
  width: 18px;
  height: 18px;
  background: #f10b0b;
  opacity: 0.8;
  border-radius: 50%;
}

.lang-menu-li {
  position: relative;
}

.lang-menu {
  position: absolute;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  top: 104%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.lang-menu.border-black {
  border: 1p solid #379d13 !important;
  border-top: none;
}
.lang-menu.active-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.lang-menu li a {
  color: #000000 !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  display: block;
  padding: 4px 8px;
  border-bottom: 2px solid #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lang-menu li a:after, .lang-menu li a:before {
  display: none;
}
.lang-menu li a:hover {
  background-color: #eee;
}

.main-btn-lang {
  position: relative;
  padding: 10px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border: 2px solid #FFFFFF;
  background: transparent;
}
@media screen and (max-width: 640px) {
  .main-btn-lang {
    padding: 6px 10px;
  }
}
.main-btn-lang.black-color {
  border-color: #000000;
  width: 100px;
}
.main-btn-lang.black-color span.active {
  font-family: "hanimation", sans-serif;
  color: #D6603C;
  line-height: 1;
}
.main-btn-lang svg.land {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 640px) {
  .main-btn-lang svg.land {
    width: 35px;
    height: 35px;
  }
}
.main-btn-lang span.active {
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
}

/*START second-header*/
.second-header {
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .second-header {
    padding: 10px 0;
  }
}
.second-header .search-results {
  position: absolute;
  top: 120%;
  left: 0;
  right: 0;
  background: #FFFFFF;
  border-radius: 13px;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  overflow-x: hidden;
  height: 280px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
}
.second-header .search-results.active {
  top: 110%;
  opacity: 1;
  visibility: visible;
}
.second-header .search-results.custom-position-and-width {
  width: 280px;
  right: -100%;
  left: auto;
}
@media screen and (max-width: 1080px) {
  .second-header .search-results.custom-position-and-width {
    height: 280px;
  }
}
@media screen and (max-width: 640px) {
  .second-header .search-results.custom-position-and-width {
    width: 305px;
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 1080px) {
  .second-header .search-results {
    border-radius: 12px;
  }
}
.second-header .search-results li a {
  display: block;
  padding: 12px 12px;
  border-bottom: 1px solid #d9d6d6;
  color: #379d13;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.second-header .search-results li a:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#379d13), to(#44b31d94));
  background-image: linear-gradient(to right, #379d13, #44b31d94);
  color: #000000;
}
.second-header .search-results li:last-child a {
  border-bottom: none;
}
@media screen and (max-width: 1080px) {
  .second-header .search-results {
    height: 180px;
  }
}
.second-header .form-group-search {
  position: relative;
}
.second-header .form-group-search:focus-within .search-results {
  top: 110%;
  opacity: 1;
  visibility: visible;
}
.second-header:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #6d6d6d;
  opacity: 0.65;
  z-index: -1;
}
.second-header .logo a {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 90px;
}
@media screen and (max-width: 1140px) {
  .second-header .logo a {
    width: 60px;
  }
}
.second-header .logo a img {
  max-width: 100%;
}
.second-header .content-header {
  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;
}
@media screen and (max-width: 1140px) {
  .second-header .content-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.second-header .content-header .left-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1320px) {
  .second-header .content-header .left-header-content {
    gap: 20px;
  }
}
@media screen and (max-width: 1140px) {
  .second-header .content-header .left-header-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #b7b7b7;
  }
}
@media screen and (max-width: 640px) {
  .second-header .content-header .left-header-content {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.second-header .content-header .left-header-content .notification {
  position: relative;
}
.second-header .content-header .left-header-content .notification:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -2px;
  width: 8.4px;
  height: 8.4px;
  background: #f00;
  opacity: 0.8;
  border-radius: 50%;
}
.second-header .content-header .left-header-content .notification:hover svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: #FFED00;
}
.second-header .content-header .left-header-content .form-group-search {
  background: #FFFFFF;
  border-radius: 28px;
  padding: 10px 28px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  width: 290px;
}
@media screen and (max-width: 640px) {
  .second-header .content-header .left-header-content .form-group-search {
    width: calc(100% - 50px);
    border-radius: 14px;
  }
}
.second-header .content-header .left-header-content .form-group-search svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 28px;
}
.second-header .content-header .left-header-content .form-group-search input {
  border: none;
  font-family: "hanimation", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #4e4e4e;
  opacity: 0.96;
  outline: none;
  width: 100%;
  padding-left: 30px;
}
.second-header .content-header .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1320px) {
  .second-header .content-header .links {
    gap: 20px;
  }
}
@media screen and (max-width: 1140px) {
  .second-header .content-header .links {
    position: fixed;
    top: 0;
    right: -280px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 280px;
    background: #f5f5f5;
    z-index: 999;
    gap: 0;
    height: 100vh;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
.second-header .content-header .links.active-menu-res {
  right: 0;
}
.second-header .content-header .links.active-menu-res:after {
  opacity: 1;
  visibility: visible;
}
.second-header .content-header .links:after {
  content: "";
  position: fixed;
  width: calc(100% - 280px);
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -2;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.second-header .content-header .links li.current-link a span {
  color: #3f3f3f;
}
.second-header .content-header .links li.current-link a span:after {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .second-header .content-header .links li.current-link a span:after {
    width: 35px;
  }
}
.second-header .content-header .links li.current-link a span:before {
  width: 25px;
}
@media screen and (max-width: 1140px) {
  .second-header .content-header .links li {
    display: block;
    width: 100%;
  }
}
.second-header .content-header .links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}
@media screen and (max-width: 1140px) {
  .second-header .content-header .links li a {
    width: 100%;
    border-bottom: 1px solid #379d13;
    padding: 22px 16px;
  }
}
.second-header .content-header .links li a:hover span {
  color: #3f3f3f;
}
.second-header .content-header .links li a:hover span:after {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .second-header .content-header .links li a:hover span:after {
    width: 35px;
  }
}
.second-header .content-header .links li a:hover span:before {
  width: 25px;
}
.second-header .content-header .links li a span {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 1240px) {
  .second-header .content-header .links li a span {
    font-size: 16px;
  }
}
.second-header .content-header .links li a span:after, .second-header .content-header .links li a span:before {
  content: "";
  position: absolute;
  right: 0;
  background: #DA593B;
  height: 5px;
  border-radius: 2.5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .second-header .content-header .links li a span:after, .second-header .content-header .links li a span:before {
    height: 3px;
    border-radius: 1.5px;
  }
}
.second-header .content-header .links li a span:after {
  bottom: -10px;
  width: 0;
}
@media screen and (max-width: 991px) {
  .second-header .content-header .links li a span:after {
    bottom: -6px;
  }
}
.second-header .content-header .links li a span:before {
  bottom: -20px;
  width: 0;
}
@media screen and (max-width: 991px) {
  .second-header .content-header .links li a span:before {
    bottom: -13px;
  }
}

.user-menu-header {
  position: relative;
}
@media screen and (max-width: 1140px) {
  .user-menu-header {
    margin-right: auto;
  }
}
@media screen and (max-width: 640px) {
  .user-menu-header {
    display: none;
  }
}
.user-menu-header .title-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 18px calc(100% - 78px);
  grid-template-columns: 60px calc(100% - 78px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  cursor: pointer;
}
.user-menu-header .title-menu .info p {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 1;
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
}
.user-menu-header .title-menu .info p:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (min-width: 1650px) {
  .user-menu-header .title-menu .info p {
    font-size: 22px;
  }
}
.user-menu-header .title-menu .info span {
  font-weight: 400;
  font-size: 18px;
  color: #cf352f;
  opacity: 0.85;
  line-height: 1;
}
@media screen and (min-width: 1650px) {
  .user-menu-header .title-menu .info span {
    font-size: 20px;
  }
}
.user-menu-header .title-menu .img-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.user-menu-header .title-menu .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.user-menu-header .list-menu {
  padding: 20px 10px;
  position: absolute;
  width: 270px;
  border-radius: 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.44);
  left: 0;
  top: calc(100% + 20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}
.user-menu-header .list-menu.active {
  top: calc(100% + 12px);
  opacity: 1;
  visibility: visible;
}
.user-menu-header .list-menu > li {
  border-bottom: 1px solid #cbcbcb;
  padding: 14px 0;
}
.user-menu-header .list-menu > li:first-child {
  padding-top: 0;
}
.user-menu-header .list-menu > li:last-child {
  padding-top: 36px;
  border-bottom: none;
  padding-bottom: 0;
}
.user-menu-header .list-menu .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  padding: 0 24px;
}
.user-menu-header .list-menu .lang p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 22px;
  color: #000000;
}
.user-menu-header .list-menu .logout {
  display: block;
  width: calc(100% - 48px);
  margin: auto;
  border-radius: 5px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(209, 94, 58, 0.53);
  box-shadow: 0px 0px 10px rgba(209, 94, 58, 0.53);
  padding: 8px 40px;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: #757575;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.user-menu-header .list-menu .logout:hover {
  color: #379d13;
  background: #f5f5f5;
}
.user-menu-header .list-menu .notes-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 0 24px;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.user-menu-header .list-menu .notes-link svg path:last-child {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.user-menu-header .list-menu .notes-link:hover {
  color: #379d13;
}
.user-menu-header .list-menu .notes-link:hover svg path:last-child {
  fill: #379d13;
}
.user-menu-header .list-menu .head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 18px calc(100% - 78px);
  grid-template-columns: 60px calc(100% - 78px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}
.user-menu-header .list-menu .head .img-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.user-menu-header .list-menu .head .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.user-menu-header .list-menu .head .info p {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 1;
  margin-bottom: 8px;
  position: relative;
}
@media screen and (min-width: 1650px) {
  .user-menu-header .list-menu .head .info p {
    font-size: 22px;
  }
}
.user-menu-header .list-menu .head .info span {
  font-weight: 400;
  font-size: 18px;
  color: #cf352f;
  opacity: 0.85;
  line-height: 1;
}
@media screen and (min-width: 1650px) {
  .user-menu-header .list-menu .head .info span {
    font-size: 20px;
  }
}

.wrap-responsive-and-menu-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.wrap-responsive-and-menu-user .user-menu-header {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .wrap-responsive-and-menu-user .user-menu-header {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .wrap-responsive-and-menu-user .user-menu-header .img-box {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 640px) {
  .wrap-responsive-and-menu-user .user-menu-header .title-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 640px) {
  .wrap-responsive-and-menu-user .user-menu-header .title-menu p {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 640px) {
  .wrap-responsive-and-menu-user .user-menu-header .title-menu span {
    font-size: 14px;
  }
}

/*END second-header*/
.wrap {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 1140px) {
  .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
    position: relative;
  }
}

.wrap .hamburger-inner,
.wrap .hamburger-inner:before,
.wrap .hamburger-inner:after {
  background-color: #FFFFFF;
}

.hamburger {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  height: 24px;
  display: inline-block;
  position: relative;
  width: 30px;
}

.hamburger-inner {
  display: block;
  margin: -2px;
  position: relative;
  top: 50%;
}

.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
  background-color: #FFFFFF;
  border-radius: 25px;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner:after {
  -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner:before {
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#379d13), to(#44b31d94));
  background: linear-gradient(#379d13 0%, #44b31d94 100%);
  padding: 28px 0;
  margin-top: 90px;
}
@media screen and (max-width: 1080px) {
  footer {
    margin-top: 30px;
    padding: 20px 0;
  }
}
footer p {
  font-weight: 400;
  font-size: clamp(1.125rem, 0.9125rem + 1.0625vw, 2.1875rem);
  text-align: center;
  color: #FFFFFF;
  line-height: 1;
}
footer .list-social-btns {
  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;
  margin-top: 28px;
  gap: 12px;
}
footer .list-social-btns li a {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
}
@media screen and (max-width: 768px) {
  footer .list-social-btns li a {
    width: 50px;
    height: 50px;
  }
}
footer .list-social-btns li a svg {
  height: 100%;
  width: 100%;
}
footer .list-social-btns li a:hover {
  top: -4px;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

dl, ol, ul {
  margin-bottom: 0;
  padding: 0;
}

button {
  outline: none;
  cursor: pointer;
}

a {
  text-decoration: none;
}

body {
  font-family: "hanimation", sans-serif;
  font-size: 16px;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  direction: rtl;
  text-align: right;
  color: #000000;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}

.container-content {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  .container-content {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/*START HERO*/
.main-wrapper {
  margin-top: 146px;
}
@media screen and (max-width: 991px) {
  .main-wrapper {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .main-wrapper {
    margin-top: 149px;
  }
}
@media screen and (max-width: 640px) {
  .main-wrapper {
    margin-top: 145px;
  }
}
@media screen and (max-width: 600px) {
  .main-wrapper {
    margin-top: 136px;
  }
}

.hero {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 991px) {
  .hero {
    height: calc(100vh - 80px);
    margin-top: 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(#379d13), to(#44b31d94));
    background: linear-gradient(#379d13 0%, #44b31d94 100%);
  }
}
@media screen and (max-width: 768px) {
  .hero {
    height: auto;
    margin-top: 149px;
  }
}
@media screen and (max-width: 640px) {
  .hero {
    margin-top: 145px;
  }
}
@media screen and (max-width: 600px) {
  .hero {
    margin-top: 136px;
  }
}
.hero .hero-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 86.71%;
  width: 62%;
  z-index: 1;
}
@media screen and (max-width: 1550px) {
  .hero .hero-bg {
    width: 70%;
  }
}
@media screen and (max-width: 991px) {
  .hero .hero-bg {
    width: 100%;
    display: none;
  }
}
.hero .hero-bg-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 75%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .hero .hero-bg-bottom {
    max-width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .hero .hero-bg-bottom {
    max-width: 75%;
  }
}
.hero .container-content {
  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;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .hero .container-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .hero .container-content {
    padding-top: 30px;
    padding-bottom: 120px;
    height: auto;
  }
}
.hero .content-hero {
  position: relative;
  z-index: 3;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35% 65%;
  grid-template-columns: 35% 65%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .hero .content-hero {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}
@media screen and (max-width: 768px) {
  .hero .content-hero {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 30px;
  }
}
.hero .content-hero .description {
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  .hero .content-hero .description {
    padding-top: 0;
  }
}
.hero .content-hero .description h2 {
  font-weight: 600;
  font-size: clamp(1.25rem, 0.625rem + 3.125vw, 4.375rem);
  line-height: 133%;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .hero .content-hero .description h2 {
    color: #FFFFFF;
  }
}
.hero .content-hero .description p {
  margin-top: 30px;
  line-height: 140%;
  font-weight: 400;
  font-size: clamp(1rem, 0.825rem + 0.875vw, 1.875rem);
  color: #000000;
}
@media screen and (max-width: 991px) {
  .hero .content-hero .description p {
    color: #FFFFFF;
  }
}
@media screen and (max-width: 768px) {
  .hero .content-hero .description p {
    margin-top: 10px;
  }
}
.hero .content-hero .description .btn-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 14px 30px;
  border-radius: 38px;
  background: -webkit-gradient(linear, left top, left bottom, from(#379d13), to(#44b31d94));
  background: linear-gradient(#379d13 0%, #44b31d94 100%);
  width: 295px;
  margin-top: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hero .content-hero .description .btn-hero:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1640px) {
  .hero .content-hero .description .btn-hero {
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .hero .content-hero .description .btn-hero {
    margin-top: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 30px;
  }
}
.hero .content-hero .description .btn-hero span {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .hero .content-hero .description .btn-hero span {
    font-size: 18px;
  }
}
.hero .content-hero .features-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  padding-top: 60px;
  padding-right: 16%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (min-width: 1550px) {
  .hero .content-hero .features-list {
    padding-right: 20%;
  }
}
@media screen and (max-width: 1200px) {
  .hero .content-hero .features-list {
    padding-top: 20px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .hero .content-hero .features-list {
    padding-top: 0;
    padding-right: 6%;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .hero .content-hero .features-list {
    padding-right: 0;
  }
}
.hero .content-hero .features-list li {
  height: 170px;
  border-radius: 8px;
  background: transparent;
  border: 2px solid #FFFFFF;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding: 3px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hero .content-hero .features-list li:hover {
  border-color: #000000;
}
.hero .content-hero .features-list li:hover span {
  color: #000000;
}
.hero .content-hero .features-list li:hover svg path, .hero .content-hero .features-list li:hover svg g, .hero .content-hero .features-list li:hover svg rect {
  fill: #000000;
}
.hero .content-hero .features-list li svg path, .hero .content-hero .features-list li svg g, .hero .content-hero .features-list li svg rect {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .hero .content-hero .features-list li {
    height: 120px;
  }
}
@media screen and (max-width: 1600px) {
  .hero .content-hero .features-list li svg {
    height: 40px;
  }
}
.hero .content-hero .features-list li span {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 1600px) {
  .hero .content-hero .features-list li span {
    font-size: 16px;
  }
}

/*END HERO*/
/*START about-us*/
.about-us {
  margin-top: 90px;
}
@media screen and (max-width: 1080px) {
  .about-us {
    margin-top: 30px;
  }
}
.about-us .content-about-us {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 768px) {
  .about-us .content-about-us {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 15px;
  }
}
.about-us .content-about-us .img-box img {
  width: 100%;
  height: 100%;
}
.about-us .content-about-us .description {
  padding-top: 90px;
  padding-right: 80px;
}
@media screen and (max-width: 1080px) {
  .about-us .content-about-us .description {
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about-us .content-about-us .description {
    padding: 0;
  }
}
.about-us .content-about-us .description h3 {
  font-weight: 600;
  font-size: clamp(1.25rem, 0.625rem + 3.125vw, 4.375rem);
  color: #000000;
  line-height: 1;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .about-us .content-about-us .description h3 {
    margin-bottom: 12px;
  }
}
.about-us .content-about-us .description p {
  font-weight: 400;
  font-size: clamp(1rem, 0.825rem + 0.875vw, 1.875rem);
  color: #000000;
  line-height: 150%;
}
.about-us .content-about-us .description a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  padding: 16px 50px;
  border-radius: 38px;
  background: transparent;
  border: 2px solid #379d13!important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .about-us .content-about-us .description a {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .about-us .content-about-us .description a {
    padding: 10px 20px;
    gap: 15px;
  }
}
.about-us .content-about-us .description a:hover {
  background: #f5f5f5;
}
.about-us .content-about-us .description a:hover span {
  color: #379d13;
}
.about-us .content-about-us .description a:hover svg {
  right: 6px;
}
.about-us .content-about-us .description a:hover svg path {
  fill: #379d13;
}
.about-us .content-about-us .description a span {
  font-weight: 400;
  font-size: 27px;
  color: #000000;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .about-us .content-about-us .description a span {
    font-size: 20px;
  }
}
.about-us .content-about-us .description a svg {
  right: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .about-us .content-about-us .description a svg {
    width: 20px;
  }
}
.about-us .content-about-us .description a svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*END about-us*/
/*START health-section*/
.health-section {
  margin-top: 90px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .health-section {
    margin-top: 30px;
  }
}
.health-section .bg-health {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.health-section .content-health {
  padding: 120px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .health-section .content-health {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .health-section .content-health {
    padding: 40px 0;
  }
}
.health-section .content-health ul {
  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;
}
.health-section .content-health ul li {
  line-height: 1;
  font-weight: 600;
  font-size: clamp(1rem, 0.325rem + 3.375vw, 4.375rem);
  color: #6c6c6c;
}
.health-section .content-health ul li.dot {
  font-size: clamp(1rem, 0.075rem + 4.625vw, 5.625rem);
}

/*END health-section*/
/*START our-services*/
.our-services {
  margin-top: 90px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .our-services {
    margin-top: 30px;
  }
}
.our-services .title-our-services {
  font-weight: 600;
  font-size: clamp(1.625rem, 1.075rem + 2.75vw, 4.375rem);
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #000000;
  line-height: 1;
}
.our-services .boxes {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 8px;
  margin-top: 90px;
}
@media screen and (max-width: 1080px) {
  .our-services .boxes {
    margin-top: 30px;
  }
}
.our-services .boxes .box {
  padding: 44px 36px;
  border-radius: 8px;
  background: #FFFFFF;
  border: 2px solid #379d13;
  -webkit-box-shadow: 0px 2px 15px rgba(128, 124, 124, 0.5);
  box-shadow: 0px 2px 15px rgba(128, 124, 124, 0.5);
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .our-services .boxes .box {
    padding: 30px 20px;
  }
}
.our-services .boxes .box .icon {
  height: 120px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.our-services .boxes .box h4 {
  font-weight: 400;
  font-size: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
  text-align: center;
  color: #000000;
  line-height: 1;
  margin-top: 16px;
}
.our-services .boxes .box p {
  font-weight: 400;
  font-size: clamp(1rem, 0.925rem + 0.375vw, 1.375rem);
  text-align: center;
  color: #655757;
  line-height: 160%;
  margin-top: 16px;
}
.our-services .boxes .box .read-more-btn {
  margin-top: 20px;
  font-weight: 400;
  font-size: clamp(1.125rem, 1.0375rem + 0.4375vw, 1.5625rem);
  text-align: center;
  color: #424242;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  border: 0.5px solid #44b31d94;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 8px 42px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.our-services .boxes .box .read-more-btn:hover {
  background: #f5f5f5;
  border-color: #379d13;
}

/*END our-services*/
/*START our-achievements*/
.our-achievements {
  margin-top: 90px;
}
@media screen and (max-width: 1080px) {
  .our-achievements {
    margin-top: 30px;
  }
}
.our-achievements .title-our-achievements {
  font-weight: 600;
  font-size: clamp(1.625rem, 1.075rem + 2.75vw, 4.375rem);
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #000000;
  line-height: 1;
}
.our-achievements .content-our-achievements {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 60%;
  grid-template-columns: 40% 60%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1420px) {
  .our-achievements .content-our-achievements {
    -ms-grid-columns: 30% 70%;
    grid-template-columns: 30% 70%;
  }
}
@media screen and (max-width: 1040px) {
  .our-achievements .content-our-achievements {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .our-achievements .content-our-achievements {
    margin-top: 10px;
  }
}
.our-achievements .content-our-achievements > .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
@media screen and (max-width: 1040px) {
  .our-achievements .content-our-achievements > .img-box {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 400px;
    width: 400px;
  }
}
.our-achievements .content-our-achievements > .img-box img {
  max-width: 100%;
}
.our-achievements .content-our-achievements .slider-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
}
@media screen and (max-width: 1040px) {
  .our-achievements .content-our-achievements .slider-content {
    padding-bottom: 70px;
  }
}
.our-achievements .content-our-achievements .slider-content .swiper-slide .box-slide {
  -webkit-transform: scaleY(0.85);
  transform: scaleY(0.85);
}
.our-achievements .content-our-achievements .slider-content .swiper-slide.swiper-slide-active .box-slide {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.our-achievements .content-our-achievements .slider-content .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.our-achievements .content-our-achievements .slider-content .box-slide {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 280px 30px calc(100% - 310px);
  grid-template-columns: 280px calc(100% - 310px);
  gap: 30px;
  border-radius: 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 3px 25px #b9b9b9;
  box-shadow: 0px 3px 25px #b9b9b9;
  padding: 40px;
}
@media screen and (max-width: 1420px) {
  .our-achievements .content-our-achievements .slider-content .box-slide {
    -ms-grid-columns: 200px calc(100% - 230px);
    grid-template-columns: 200px calc(100% - 230px);
    padding: 20px;
  }
}
@media screen and (max-width: 680px) {
  .our-achievements .content-our-achievements .slider-content .box-slide {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 10px;
  }
}
.our-achievements .content-our-achievements .slider-content .box-slide .img-box {
  border-radius: 10px;
  overflow: hidden;
  height: 280px;
}
@media screen and (max-width: 1420px) {
  .our-achievements .content-our-achievements .slider-content .box-slide .img-box {
    height: 200px;
  }
}
@media screen and (max-width: 680px) {
  .our-achievements .content-our-achievements .slider-content .box-slide .img-box {
    height: 280px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .our-achievements .content-our-achievements .slider-content .box-slide .img-box {
    height: 200px;
  }
}
.our-achievements .content-our-achievements .slider-content .box-slide .img-box img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-achievements .content-our-achievements .slider-content .box-slide .description h4 {
  font-weight: 600;
  font-size: clamp(1.125rem, 0.9125rem + 1.0625vw, 2.1875rem);
  color: #000000;
  line-height: 50px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 680px) {
  .our-achievements .content-our-achievements .slider-content .box-slide .description h4 {
    margin-bottom: 0;
  }
}
.our-achievements .content-our-achievements .slider-content .box-slide .description p {
  font-weight: 400;
  font-size: clamp(1rem, 0.8875rem + 0.5625vw, 1.5625rem);
  color: #655757;
  line-height: 160%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.our-achievements .content-our-achievements .slider-content .box-slide .description a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  padding: 16px 30px;
  border-radius: 38px;
  background: transparent;
  border: 2px solid #379d13;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .our-achievements .content-our-achievements .slider-content .box-slide .description a {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .our-achievements .content-our-achievements .slider-content .box-slide .description a {
    padding: 10px 20px;
    gap: 15px;
  }
}
@media screen and (max-width: 680px) {
  .our-achievements .content-our-achievements .slider-content .box-slide .description a {
    margin-top: 10px;
  }
}
.our-achievements .content-our-achievements .slider-content .box-slide .description a:hover {
  background: #f5f5f5;
}
.our-achievements .content-our-achievements .slider-content .box-slide .description a:hover span {
  color: #379d13;
}
.our-achievements .content-our-achievements .slider-content .box-slide .description a:hover svg {
  right: 6px;
}
.our-achievements .content-our-achievements .slider-content .box-slide .description a:hover svg path {
  fill: #379d13;
}
.our-achievements .content-our-achievements .slider-content .box-slide .description a span {
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .our-achievements .content-our-achievements .slider-content .box-slide .description a span {
    font-size: 20px;
  }
}
.our-achievements .content-our-achievements .slider-content .box-slide .description a svg {
  right: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .our-achievements .content-our-achievements .slider-content .box-slide .description a svg {
    width: 20px;
  }
}
.our-achievements .content-our-achievements .slider-content .box-slide .description a svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.our-achievements .btn-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 1040px) {
  .our-achievements .btn-slider {
    position: absolute;
    bottom: 10px;
  }
}
.our-achievements .btn-slider .btn-slide {
  width: auto !important;
  height: auto !important;
}
.our-achievements .btn-slider .btn-slide svg {
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  border-radius: 50%;
  height: 60px !important;
  width: 60px !important;
  -webkit-box-shadow: 0px 1px 22px #44b31d94;
  box-shadow: 0px 1px 22px #44b31d94;
}
.our-achievements .btn-slider .btn-slide svg g {
  fill: #44b31d94;
}
.our-achievements .btn-slider .btn-slide svg path {
  fill: #fff;
}
.our-achievements .btn-slider .btn-slide.swiper-button-disabled svg {
  height: 40px !important;
  width: 40px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.our-achievements .btn-slider .btn-slide.swiper-button-disabled svg g {
  fill: #fff;
}
.our-achievements .btn-slider .btn-slide.swiper-button-disabled svg path {
  fill: #44b31d94;
}
.our-achievements .btn-slider .swiper-button-prev,
.our-achievements .btn-slider .swiper-button-next {
  position: relative;
  inset: 0;
  margin: 0;
  opacity: 1 !important;
}
.our-achievements .swiper-button-prev:after, .our-achievements .swiper-rtl .swiper-button-prev:after,
.our-achievements .swiper-button-next:after, .our-achievements .swiper-rtl .swiper-button-next:after {
  display: none;
}

/*END our-achievements*/
/*START contact-us*/
.contact-us {
  margin-top: 90px;
}
@media screen and (max-width: 1080px) {
  .contact-us {
    margin-top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .contact-us {
    margin-top: 30px;
  }
}
.contact-us .content-contact-us {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 90px calc(70% - 90px);
  grid-template-columns: 30% calc(70% - 90px);
  gap: 90px;
}
@media screen and (max-width: 1080px) {
  .contact-us .content-contact-us {
    gap: 30px;
    -ms-grid-columns: 30% 30px calc(70% - 30px);
    grid-template-columns: 30% calc(70% - 30px);
  }
}
@media screen and (max-width: 900px) {
  .contact-us .content-contact-us {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 10px;
  }
}
.contact-us .content-contact-us .description h3 {
  font-weight: 600;
  font-size: clamp(1.25rem, 0.625rem + 3.125vw, 4.375rem);
  color: #000000;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .contact-us .content-contact-us .description h3 {
    margin-bottom: 10px;
  }
}
.contact-us .content-contact-us .description p {
  font-weight: 400;
  font-size: clamp(1rem, 0.8875rem + 0.5625vw, 1.5625rem);
  line-height: 150%;
  color: #655757;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .contact-us .content-contact-us .description p {
    margin-bottom: 10px;
  }
}
.contact-us .content-contact-us .description ul li {
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .contact-us .content-contact-us .description ul li {
    margin-bottom: 5px;
  }
}
.contact-us .content-contact-us .description ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 900px) {
  .contact-us .content-contact-us .description ul li a {
    gap: 10px;
  }
}
.contact-us .content-contact-us .description ul li a:hover span {
  color: #379d13;
}
@media screen and (max-width: 900px) {
  .contact-us .content-contact-us .description ul li a svg {
    width: 22px;
    height: 22px;
  }
}
.contact-us .content-contact-us .description ul li a span {
  font-weight: 400;
  font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
  color: #4e4e4e;
}
.contact-us .content-contact-us .content-form .submit-btn {
  font-weight: 400;
  font-size: 35px;
  text-align: center;
  color: #FFFFFF;
  max-width: 295px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#379d13), to(#44b31d94));
  background: linear-gradient(#379d13 0%, #44b31d94 100%);
  display: block;
  border: none;
  font-family: "hanimation", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 24px;
  line-height: 50px;
}
@media screen and (max-width: 900px) {
  .contact-us .content-contact-us .content-form .submit-btn {
    max-width: inherit;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 20px;
  }
}
.contact-us .content-contact-us .content-form .submit-btn:hover {
  opacity: 0.8;
}
.contact-us .content-contact-us .content-form .form-group {
  margin-bottom: 24px;
}
.contact-us .content-contact-us .content-form .form-group input, .contact-us .content-contact-us .content-form .form-group textarea {
  font-family: "hanimation", sans-serif;
  width: 100%;
  padding: 10px 34px;
  font-weight: 400;
  font-size: clamp(1.125rem, 1.025rem + 0.5vw, 1.625rem);
  color: #868686;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #868686;
  border-radius: 4px;
  outline: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.contact-us .content-contact-us .content-form .form-group input:focus, .contact-us .content-contact-us .content-form .form-group textarea:focus {
  border-color: #379d13;
}
.contact-us .content-contact-us .content-form .form-group textarea {
  resize: none;
  height: 160px;
}

/*END contact-us*/
/*START login-page-and-register*/
.login-page-and-register {
  min-height: 100vh;
  position: relative;
}
.login-page-and-register.register-page {
  background-image: url("../images/register-img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.login-page-and-register.register-page:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#379d13), to(#44b31d94));
  background: linear-gradient(#379d13 0%, #44b31d94 100%);
  opacity: 0.68;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.login-page-and-register.register-page .images img {
  max-width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  transform: none;
  z-index: 2 !important;
}
.login-page-and-register.register-page .content-page-login {
  z-index: 3;
  position: relative;
}
.login-page-and-register.register-page .content-page-login form {
  position: relative;
  z-index: 3;
}
.login-page-and-register.register-page .content-page-login .form-group input {
  background: transparent;
}
.login-page-and-register.register-page:after {
  display: none;
}
.login-page-and-register:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#379d13), to(#44b31d94));
  background: linear-gradient(#379d13 0%, #44b31d94 100%);
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .login-page-and-register .logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
}
.login-page-and-register .images {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .login-page-and-register .images {
    display: none;
  }
}
.login-page-and-register .images img {
  position: absolute;
  max-width: 100%;
  height: 80%;
  z-index: 9;
  top: 50%;
  left: 4%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1550px) {
  .login-page-and-register .images img {
    left: 1%;
  }
}
@media screen and (max-width: 1440px) {
  .login-page-and-register .images img {
    max-width: 600px;
  }
}
@media screen and (max-width: 1280px) {
  .login-page-and-register .images img {
    max-width: 500px;
    height: 70%;
  }
}
.login-page-and-register .content-page-login {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70% 30%;
  grid-template-columns: 70% 30%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .login-page-and-register .content-page-login {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.login-page-and-register .content-page-login .max-width-custom {
  max-width: 70%;
}
@media screen and (max-width: 1280px) {
  .login-page-and-register .content-page-login .max-width-custom {
    max-width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .login-page-and-register .content-page-login .max-width-custom {
    max-width: 100%;
    width: 100%;
  }
}
.login-page-and-register .content-page-login .content-form {
  border-radius: 50px 0px 0px 50px;
  background: #FFFFFF;
  padding-right: 5%;
  padding-top: 60px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1550px) {
  .login-page-and-register .content-page-login .content-form {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1320px) {
  .login-page-and-register .content-page-login .content-form {
    padding-right: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .login-page-and-register .content-page-login .content-form {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .login-page-and-register .content-page-login .content-form {
    display: -ms-grid;
    display: grid;
    place-items: center;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    border-radius: 0;
  }
}
.login-page-and-register .content-page-login .content-form .title-page {
  font-weight: 600;
  font-size: clamp(1.375rem, 1.0875rem + 1.4375vw, 2.8125rem);
  color: #000000;
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1550px) {
  .login-page-and-register .content-page-login .content-form .title-page {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .login-page-and-register .content-page-login .content-form .title-page {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
}
.login-page-and-register .content-page-login .content-form .login-with {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media screen and (max-width: 640px) {
  .login-page-and-register .content-page-login .content-form .login-with {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.login-page-and-register .content-page-login .content-form .login-with li a {
  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: 8px;
  padding: 10px 28px;
  border-radius: 8px;
  background: #fff;
  border: 2px solid rgba(170, 170, 170, 0.41);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1550px) {
  .login-page-and-register .content-page-login .content-form .login-with li a {
    padding: 10px 16px;
  }
}
.login-page-and-register .content-page-login .content-form .login-with li a:hover {
  border-color: #379d13;
}
.login-page-and-register .content-page-login .content-form .login-with li a:hover span {
  color: #379d13;
}
@media screen and (max-width: 1440px) {
  .login-page-and-register .content-page-login .content-form .login-with li a svg {
    width: 24px;
    height: 24px;
  }
}
.login-page-and-register .content-page-login .content-form .login-with li a span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  color: #898989;
}
.login-page-and-register .content-page-login .content-form .or {
  margin-top: 28px;
  margin-bottom: 28px;
  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: 10px;
}
@media screen and (max-width: 1550px) {
  .login-page-and-register .content-page-login .content-form .or {
    margin-top: 16px;
    margin-bottom: 20px;
  }
}
.login-page-and-register .content-page-login .content-form .or span {
  font-weight: 400;
  font-size: 20px;
  color: rgba(137, 137, 137, 0.69);
  line-height: 1;
}
.login-page-and-register .content-page-login .content-form .have-account {
  margin-top: 30px;
  text-align: center;
  font-weight: 400;
  font-size: clamp(1.25rem, 1.175rem + 0.375vw, 1.625rem);
  color: #898989;
}
.login-page-and-register .content-page-login .content-form .have-account.mt-custom {
  margin-top: 4px;
}
@media screen and (max-width: 1550px) {
  .login-page-and-register .content-page-login .content-form .have-account {
    margin-top: 20px;
  }
}
.login-page-and-register .content-page-login .content-form .have-account a {
  color: #d64a37;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.login-page-and-register .content-page-login .content-form .have-account a:hover {
  color: #000000;
}
.login-page-and-register .content-page-login .content-form .submit-btn-login {
  font-weight: 400;
  font-size: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
  text-align: center;
  color: #FFFFFF;
  padding: 14px;
  border-radius: 11px;
  background: -webkit-gradient(linear, left top, left bottom, from(#379d13), to(#44b31d94));
  background: linear-gradient(#379d13 0%, #44b31d94 100%);
  display: block;
  border: none;
  width: 100%;
  font-family: "hanimation", sans-serif;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 640px) {
  .login-page-and-register .content-page-login .content-form .submit-btn-login {
    padding: 10px;
  }
}
.login-page-and-register .content-page-login .content-form .submit-btn-login:hover {
  opacity: 0.8;
}
.login-page-and-register .content-page-login .content-form .form-group {
  margin-bottom: 40px;
  position: relative;
}
.login-page-and-register .content-page-login .content-form .form-group.mb-custom {
  margin-bottom: 18px;
}
@media screen and (max-width: 640px) {
  .login-page-and-register .content-page-login .content-form .form-group {
    margin-bottom: 20px;
  }
}
.login-page-and-register .content-page-login .content-form .form-group .show-password, .login-page-and-register .content-page-login .content-form .form-group .hide-password {
  position: absolute;
  left: 0;
  bottom: 8px;
  cursor: pointer;
}
.login-page-and-register .content-page-login .content-form .form-group .hide-password {
  display: none;
}
.login-page-and-register .content-page-login .content-form .form-group input {
  font-family: "hanimation", sans-serif;
  border: none;
  border-bottom: 1px solid rgba(153, 145, 145, 0.46);
  padding-bottom: 8px;
  outline: none;
  width: 100%;
  font-weight: 600;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  color: rgba(137, 137, 137, 0.55);
}
.login-page-and-register .content-page-login .content-form .form-group input:focus {
  border-color: #379d13;
}

/*END login-page-and-register*/
/*START grid-pages*/
.grid-pages {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 90px calc(100% - 390px);
  grid-template-columns: 300px calc(100% - 390px);
  gap: 90px;
  margin-top: 50px;
  padding-bottom: 180px;
}
.grid-pages.padding-bottom-custom {
  padding-bottom: 0;
}
@media screen and (max-width: 1320px) {
  .grid-pages {
    gap: 30px;
    -ms-grid-columns: 300px 30px calc(100% - 330px);
    grid-template-columns: 300px calc(100% - 330px);
  }
}
@media screen and (max-width: 991px) {
  .grid-pages {
    margin-top: 16px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding-bottom: 0;
  }
}
.grid-pages .aside-img {
  position: absolute;
  bottom: -250px;
  right: -78px;
}
@media screen and (max-width: 991px) {
  .grid-pages .aside-img {
    display: none;
  }
}
.grid-pages .aside-img.custom-width {
  width: 142%;
  bottom: -180px;
}
.grid-pages aside {
  width: 300px;
  border-radius: 9px;
  position: relative;
  padding: 38px 0 80px 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 991px) {
  .grid-pages aside {
    position: fixed;
    z-index: 99;
    height: 470px;
    border-radius: 0;
    right: -300px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #d6d6d6;
    padding: 0;
  }
}
.grid-pages aside.active-aside {
  right: 0;
}
.grid-pages aside.active-aside .show-aside-list svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 991px) {
  .grid-pages aside .overflow-auto {
    overflow-y: auto;
    height: 100%;
    padding: 20px 0;
  }
}
.grid-pages aside .show-aside-list {
  width: 50px;
  height: 50px;
  place-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#167e31), to(#fbc660));
  background: linear-gradient(#167e31 0%, #fbc660 100%);
  border: none;
  position: absolute;
  top: 40px;
  left: -50px;
  display: none;
}
@media screen and (max-width: 991px) {
  .grid-pages aside .show-aside-list {
    display: -ms-grid;
    display: grid;
  }
}
.grid-pages aside .show-aside-list svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.grid-pages aside .aside-list {
  margin-bottom: 28px;
}
.grid-pages aside .aside-list:last-child {
  margin-bottom: 0;
}
.grid-pages aside:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6d6d6d;
  opacity: 0.32;
  z-index: -1;
  border-radius: 9px;
}
@media screen and (max-width: 991px) {
  .grid-pages aside:after {
    opacity: 1;
    background: #d6d6d6;
  }
}
.grid-pages aside .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px 8px;
  padding: 0 18px;
}
.grid-pages aside .tags .tag {
  border-radius: 25px;
  background: #e47b46;
  color: #FFFFFF;
  text-align: center;
  display: block;
  padding: 8px 16px;
  line-height: 1;
  font-weight: 400;
  font-size: 20px;
  min-width: 66px;
}
.grid-pages aside .head-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
}
.grid-pages aside .head-list h2 {
  font-weight: 600;
  font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
  color: #000000;
}
.grid-pages aside ul {
  margin-top: 8px;
}
.grid-pages aside ul.no-padding {
  padding-right: 0;
}
.grid-pages aside ul li a {
  padding: 0 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.grid-pages aside ul li a.active {
  background: #da593b;
}
.grid-pages aside ul li a.active svg path, .grid-pages aside ul li a.active svg rect {
  fill: #FFFFFF;
}
.grid-pages aside ul li a.active span {
  color: #FFFFFF;
}
.grid-pages aside ul li a:hover {
  background: #da593b;
}
.grid-pages aside ul li a:hover svg path, .grid-pages aside ul li a:hover svg rect {
  fill: #FFFFFF;
}
.grid-pages aside ul li a:hover span {
  color: #FFFFFF;
}
.grid-pages aside ul li a svg path, .grid-pages aside ul li a svg rect {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.grid-pages aside ul li a span {
  font-weight: 400;
  font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*END grid-pages*/
/*START breadcrumb-custom*/
.breadcrumb-custom {
  /*margin-bottom: 45px;*/
}
@media screen and (max-width: 1320px) {
  .breadcrumb-custom {
    margin-bottom: 20px;
  }
}
.breadcrumb-custom.custom-margin {
  margin-bottom: 28px;
}
@media screen and (max-width: 1320px) {
  .breadcrumb-custom.custom-margin {
    margin-bottom: 10px;
  }
}
.breadcrumb-custom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.breadcrumb-custom ul a, .breadcrumb-custom ul span {
  font-weight: 600;
  font-size: clamp(1rem, 0.925rem + 0.375vw, 1.375rem);
  color: #3f3f3f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1;
}
.breadcrumb-custom ul a:hover {
  color: #379d13;
}

/*END breadcrumb-custom*/
/*START services-boxes*/
.services-boxes {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 60px;
}
@media screen and (max-width: 1320px) {
  .services-boxes {
    gap: 20px;
  }
}
.services-boxes .service {
  border-radius: 8px;
  background: #FFFFFF;
  border: 3px solid #fac35f;
  height: 330px;
  padding: 30px 30px 20px 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 1650px) {
  .services-boxes .service {
    padding: 30px 30px 20px 30px;
  }
}
.services-boxes .service:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#167e31), to(#fbc660));
  background: linear-gradient(#167e31 0%, #fbc660 100%);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  border-radius: 8px;
  z-index: 1;
}
.services-boxes .service.active {
  border-color: transparent;
}
.services-boxes .service.active:after {
  opacity: 1;
}
.services-boxes .service.active .title {
  color: #FFFFFF;
}
.services-boxes .service.active svg path, .services-boxes .service.active svg rect {
  fill: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .services-boxes .service {
    border-color: transparent;
  }
  .services-boxes .service:after {
    opacity: 1;
  }
  .services-boxes .service .title {
    color: #FFFFFF !important;
  }
  .services-boxes .service svg path, .services-boxes .service svg rect {
    fill: #FFFFFF;
  }
}
.services-boxes .service:hover {
  border-color: transparent;
}
.services-boxes .service:hover:after {
  opacity: 1;
}
.services-boxes .service:hover .title {
  color: #FFFFFF;
}
.services-boxes .service:hover svg path, .services-boxes .service:hover svg rect {
  fill: #FFFFFF;
}
.services-boxes .service .icon {
  width: 122px;
  height: 122px;
  margin: auto;
  z-index: 2;
  position: relative;
}
.services-boxes .service .icon svg {
  width: 100%;
  height: 100%;
}
.services-boxes .service .icon svg path, .services-boxes .service .icon svg rect {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services-boxes .service .title {
  font-weight: 400;
  font-size: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
  text-align: center;
  color: #dd643e;
  line-height: 1;
  margin: 16px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}
.services-boxes .service a {
  margin: auto;
  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: 14px;
  border-radius: 10px;
  border: 2.5px solid #FFFFFF;
  padding: 8px 36px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}
.services-boxes .service a svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services-boxes .service a:hover svg path {
  fill: #44b31d94;
}
.services-boxes .service a:hover span {
  color: #44b31d94;
}
.services-boxes .service a span {
  font-weight: 400;
  font-size: clamp(1.125rem, 1.025rem + 0.5vw, 1.625rem);
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*END services-boxes*/
/*START tabs*/
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .tabs {
    gap: 10px;
  }
}
.tabs button {
  font-family: "hanimation", sans-serif;
  border: none;
  font-weight: 400;
  font-size: clamp(1rem, 0.925rem + 0.375vw, 1.375rem);
  text-align: center;
  color: #595959 !important;
  padding: 8px 40px;
  height: 50px;
  border-radius: 25px !important;
  background: rgba(218, 89, 59, 0.29) !important;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tabs button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .tabs button {
    padding: 8px 12px;
    border-radius: 8px !important;
  }
}
.tabs button.active {
  background: #da593b !important;
  color: #FFFFFF !important;
}

/*END tabs*/
/*START services-box-content*/
.services-box-content {
  border-radius: 9px;
  background: #f8f8f8;
  padding: 40px 60px;
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .services-box-content {
    padding: 20px;
  }
}
.services-box-content .status-order-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .services-box-content .status-order-list {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.services-box-content .status-order-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.services-box-content .status-order-list li span {
  font-weight: 400;
  font-size: 18px;
  color: #757575;
}
@media screen and (max-width: 991px) {
  .services-box-content .status-order-list li span {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .services-box-content .status-order-list li span {
    font-size: 12px;
  }
}
.services-box-content .box {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 0.5px solid #da593b;
}
.services-box-content .box:first-child {
  padding-top: 0;
}
.services-box-content .box:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.services-box-content .box .head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100% - 60px) 40px;
  grid-template-columns: calc(100% - 60px) 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.services-box-content .box .head .action-list {
  position: absolute;
  left: 10px;
  width: 120px;
  top: 50px;
  background: #FFFFFF;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services-box-content .box .head .action-list.active {
  top: 40px;
  opacity: 1;
  visibility: visible;
}
.services-box-content .box .head .action-list li a {
  display: block;
  padding: 8px;
  color: #000000;
  font-weight: 400;
  line-height: 1;
  border-bottom: 1px solid #379d13;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services-box-content .box .head .action-list li a:hover {
  color: #379d13;
}
.services-box-content .box .head .action-list li:last-child a {
  border-bottom: none;
}
.services-box-content .box .head .show-menu-post {
  border: none;
  padding: 0;
  background: transparent;
  line-height: 1;
  height: 30px;
  width: 30px;
}
.services-box-content .box .head .show-menu-post:hover svg circle {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: #379d13;
}
.services-box-content .box .title {
  font-weight: 600;
  font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
  color: #5a5a5a;
  margin-bottom: 6px;
}
.services-box-content .box .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.services-box-content .box .date span {
  font-weight: 400;
  font-size: 20px;
  color: #da593b;
  opacity: 0.8;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .services-box-content .box .date span {
    font-size: 15px;
  }
}
.services-box-content .box p {
  font-weight: 400;
  font-size: clamp(1rem, 0.925rem + 0.375vw, 1.375rem);
  line-height: 34px;
  color: #757575;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .services-box-content .box p {
    line-height: 24px;
  }
}
.services-box-content .box .apply-now {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 25px auto 0 auto;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.29);
  border: 3px solid #da593b;
  min-width: 214px;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services-box-content .box .apply-now:hover {
  background: #d0c7c7;
}
.services-box-content .box .apply-now svg {
  position: relative;
  top: -7px;
}
.services-box-content .box .apply-now span {
  font-weight: 600;
  font-size: 22px;
  color: #da593b;
  line-height: 1;
}

/*END services-box-content*/
/*start form*/
.two-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .two-items {
    margin-bottom: 16px;
    gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .two-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-bottom: 0;
  }
}

.submit-btn {
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 286px;
  height: 50px;
  border-radius: 25px;
  background: #da593b;
  border: none;
  margin-right: auto;
  display: block;
  margin-top: 30px;
}
.submit-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 575px) {
  .submit-btn {
    width: 100%;
  }
}

.form-group-pages {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 18px calc(100% - 118px);
  grid-template-columns: 100px calc(100% - 118px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 18px;
}
@media screen and (max-width: 768px) {
  .form-group-pages {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 575px) {
  .form-group-pages {
    margin-bottom: 16px;
  }
}
.form-group-pages.gray-form-group {
  display: block;
}
.form-group-pages.gray-form-group input, .form-group-pages.gray-form-group textarea {
  border: 1px solid #868686;
  border-radius: 4px;
  font-weight: 400;
  font-size: clamp(1.25rem, 1.175rem + 0.375vw, 1.625rem);
  color: #868686;
}
.form-group-pages.gray-form-group.attachments-group .attachments-label {
  border: 1px solid #868686;
  border-radius: 4px;
  background: #f8f8f8;
}
.form-group-pages.gray-form-group.custom-margin {
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .form-group-pages.gray-form-group.custom-margin {
    margin-bottom: 16px;
  }
}
.form-group-pages.custom-margin {
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .form-group-pages.custom-margin {
    margin-bottom: 16px;
  }
}
.form-group-pages.custom-width {
  -ms-grid-columns: 120px calc(100% - 138px);
  grid-template-columns: 120px calc(100% - 138px);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 575px) {
  .form-group-pages.custom-width {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.form-group-pages.attachments-group input {
  display: none;
}
.form-group-pages.attachments-group .attachments-label {
  height: 190px;
  width: 100%;
  border-radius: 25px;
  background: #FFFFFF;
  border: 1px solid #da593b;
  padding: 10px 20px;
  font-family: "hanimation", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #757575;
  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;
  background: #ededed;
}
.form-group-pages.attachments-group .attachments-label p {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-group-pages.attachments-group .attachments-label p span {
  display: block;
  margin-top: 6px;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  color: #757575;
  opacity: 0.72;
}
.form-group-pages .error-message {
  display: block;
  color: red;
  font-size: 15px;
  font-weight: 400;
}
.form-group-pages input, .form-group-pages textarea {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #FFFFFF;
  border: 1px solid #da593b;
  padding: 10px 20px;
  font-family: "hanimation", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #757575;
  opacity: 0.69;
}
.form-group-pages textarea {
  height: 190px;
  resize: none;
}
.form-group-pages label {
  font-weight: 600;
  font-size: clamp(1rem, 0.925rem + 0.375vw, 1.375rem);
  color: #757575;
}

/*end form*/
/*START order-details-page*/
.custom-height {
  height: 280px !important;
}
@media screen and (max-width: 640px) {
  .custom-height {
    height: 200px !important;
  }
}

.custom-bg {
  background: rgba(218, 89, 59, 0.12) !important;
}
.custom-bg span {
  color: #da593b !important;
}

.order-details-page {
  margin: 40px 0;
}
.order-details-page .content-form {
  max-width: 83%;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .order-details-page .content-form {
    max-width: 100%;
  }
}
.order-details-page .list-files {
  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;
}
.order-details-page .list-files a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  min-width: 152px;
  background: #e4e4ed;
  padding: 6px 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.order-details-page .list-files a:hover {
  background: #b9b7b7;
}
.order-details-page .list-files a span {
  display: block;
  width: calc(100% - 22px);
  font-weight: 400;
  font-size: 20px;
  color: #060606;
}
.order-details-page .header-page-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(80% - 40px) 40px 20%;
  grid-template-columns: calc(80% - 40px) 20%;
  gap: 40px;
  border-radius: 9px;
  background: #f8f8f8;
  padding: 40px 60px;
}
@media screen and (max-width: 1240px) {
  .order-details-page .header-page-section {
    padding: 20px;
  }
}
@media screen and (max-width: 1040px) {
  .order-details-page .header-page-section {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px;
  }
}
.order-details-page .header-page-section .details h2 {
  font-weight: 600;
  font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
  line-height: 34px;
  color: #5a5a5a;
}
.order-details-page .header-page-section .details p {
  margin-top: 30px;
  font-weight: 400;
  font-size: clamp(1rem, 0.925rem + 0.375vw, 1.375rem);
  line-height: 34px;
  color: #757575;
}
@media screen and (max-width: 640px) {
  .order-details-page .header-page-section .details p {
    margin-top: 10px;
    line-height: 24px;
  }
}
.order-details-page .header-page-section .details .attachments-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}
.order-details-page .header-page-section .details .attachments-count span {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  text-align: right;
  color: #757575;
}
@media screen and (max-width: 1040px) {
  .order-details-page .header-page-section .list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .order-details-page .header-page-section .list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.order-details-page .header-page-section .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 13px;
}
@media screen and (max-width: 1040px) {
  .order-details-page .header-page-section .list li {
    margin-bottom: 0;
  }
}
.order-details-page .header-page-section .list li:last-child {
  margin-bottom: 0;
}
.order-details-page .header-page-section .list li span {
  font-weight: 400;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  line-height: 34px;
  color: #757575;
}
.order-details-page .correspondence-and-notes .head {
  margin: 40px 0;
  border-radius: 9px;
  background: #f8f8f8;
  padding: 30px 54px;
}
@media screen and (max-width: 768px) {
  .order-details-page .correspondence-and-notes .head {
    padding: 20px;
    margin: 20px 0;
  }
}
.order-details-page .correspondence-and-notes .head h3 {
  line-height: 1;
  font-weight: 600;
  font-size: clamp(1.25rem, 1.175rem + 0.375vw, 1.625rem);
  color: #5a5a5a;
}
.order-details-page .messages-section {
  border-radius: 9px;
  background: #f8f8f8;
  padding: 40px 60px;
  margin-top: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1240px) {
  .order-details-page .messages-section {
    padding: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .order-details-page .messages-section {
    padding-left: 0;
  }
}
.order-details-page .messages-section .employee-message {
  background: rgba(218, 89, 59, 0.32);
  margin-top: 32px;
  padding: 18px;
  border-radius: 9px;
  width: 97%;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .order-details-page .messages-section .employee-message {
    width: 100%;
  }
}
.order-details-page .messages-section .employee-message p {
  margin-top: 8px;
  font-weight: 400;
  font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
  line-height: 34px;
  color: #575757;
}
.order-details-page .messages-section .list-files {
  padding-right: 10px !important;
}
.order-details-page .messages-section .date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 28px;
}
.order-details-page .messages-section .date-time li {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #757575;
}
.order-details-page .messages-section .user-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #5a5a5a;
}
.order-details-page .messages-section p {
  font-weight: 400;
  font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
  line-height: 34px;
  color: #757575;
}
.order-details-page .messages-section .message {
  margin-top: 30px;
}
.order-details-page .messages-section .message:first-child {
  margin-top: 0;
}

/*END order-details-page*/
.custom-margin-section {
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  .custom-margin-section {
    margin-top: 30px;
  }
}

.custom-margin-section2 {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .custom-margin-section2 {
    margin-top: 20px;
  }
}

.description-form {
  font-weight: 400;
  color: #655757;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  margin-bottom: 30px;
}

.nav-tabs {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav-tabs .nav-link {
  border: none;
}

.scale-1 {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

html[dir=ltr] .about-us .content-about-us .description a svg,
html[dir=ltr] .our-achievements .content-our-achievements .slider-content .box-slide .description a svg,
html[dir=ltr] .scale-1 {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.swiper {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  padding: 28px;
}
@media screen and (max-width: 1320px) {
  .swiper {
    padding: 28px 16px;
  }
}
.swiper.no-padding {
  padding-bottom: 0;
}