section.search-page {
  background-color: #DBE0E9 !important;
}

section.search-page .search-item {
  background-color: #2E264F;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 2rem;
  border-radius: 10px;
  color: #ffffff;
  transition: all 0.3s ease;
}

section.search-page .search-item:hover {
  background-color: #F56601;
  color: #000000;
}

.home_banner .bg-img video {
  min-height: 100vh;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

@media all and (min-width:1001px) {
  .home_banner .medal-symbole img {
    max-width: 173px;
  }
}

.sub-page-general main>section:nth-of-type(1) {
  position: relative;
  z-index: 3;
}

@media all and (max-width: 1000px) {

  .our_services_top .swiper figure img,
  .section-simple-container .swiper figure img,
  .section-to-right .swiper figure img {
    min-height: 300px;
    object-fit: cover;
  }
}

.pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 6px;
  margin-top: 70px;
}

.pagination li a {
  width: 30px;
  height: 30px;
  background: #dfdfdf;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  text-align: center;
  line-height: 30px;
  display: inline-block;
}

.pagination li a:hover {
  color: #fff;
  background: #2E264F
}

.pagination li.disabled a {
  opacity: .8
}

.pagination li.active a {
  background: #2E264F;
  color: #fff;
  font-weight: 500;
}

.pagination li.active span {
  width: 30px;
  height: 30px;
  background: #2E264F;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  display: inline-block;
}

.board-of-directors .items .slick-track {
  margin-right: 0 !important;
}

.home-blog-news .item .item-img img,
.blog-page .item .item-img img {
  width: 100%;
  min-height: auto !important;
  height: 420px;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  transition: all 1s ease;
}

.blog-page .item .item-img img {
  height: 320px;
}

@media(max-width: 991px) {
  .home-blog-news .item .item-img img {
    height: 320px;
  }

  .blog-page .item .item-img img {
    height: 270px;
  }
}

@media(max-width: 768px) {
  .home-blog-news .item .item-img img {
    height: 280px;
  }

  .blog-page .item .item-img img {
    height: 240px;
  }
}

.blog-page .item .item-description p,
.blog-page .item .item-description,
.home-blog-news .item .item-description,
.home-blog-news .item .item-description p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-page .item .item-img,
.home-blog-news .item .item-img {
  margin-bottom: 15px;
}

.blog-page .item .item-date,
.home-blog-news .item .item-date {
  margin-bottom: 10px;
}

.blog-page .item .item-date,
.home-blog-news .item .item-date {
  font-size: 14px
}

.blog-page .item .item-description,
.home-blog-news .item .item-description {
  margin-bottom: 20px;
  font-size: 15px;
}

.burger-menu .outside .inside .social-area a {
  color: #fff;
}

.burger-menu .outside .inside .social-area a:hover i {
  color: #FF6441;
}

.subelerimiz ul li::before {
  content: url(../images/icons/arrow-orange-up.svg);
  padding-right: 10px;
}

.thanks-page-section {
  background-color: #E94F2D;
  color: #fff;
}


/* subeler */
.subelerimiz ul li {
  width: 100%;
  max-width: 324px;
  display: flex;
}

.subelerimiz ul li .item {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: row;
  justify-content: space-between;
  transition: all 250ms ease;
}

.subelerimiz ul li .item::after {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #d14a1b;
}

.subelerimiz ul li .item:hover {
  color: #d14a1b;
}

/* subeler */

#page_popup .page-detail {
  padding: 20px 40px 40px;
  font-size: 16px;
}

#page_popup .page-detail h3 {
  font-size: 16px;
  margin-top: 25px;
}

#page_popup .modal-close-button {
  text-align: right;
  margin: 10px;
}

header .inside nav ul {
  padding: 0 25px;
}

header .inside nav ul li {
  width: auto !important
}

/* @media (max-width: 1650px) {
  header .inside nav ul {
    gap: 0px !important;
  }

  header .inside nav ul {
    padding: 0 15px;
  }
} */

@media (max-width: 767px) {
  header .inside .header-right .header-lang {
    display: flex !important;
  }

  header .inside .header-right .header-search {
    display: flex !important;
  }
}

header .inside nav ul li {
  padding: 3px 0 !important;
}

.technology-digital .td-slider .slick-slide {
  opacity: 1;
  transform: scale(1);
}

.text-85 {
  font-size: 85px;
}

@media all and (max-width: 1499px) {
  .text-85 {
    font-size: 80px;
  }
}

@media all and (max-width: 1450px) {
  .text-85 {
    font-size: 70px;
  }
}

@media all and (max-width: 1200px) {
  .text-85 {
    font-size: 65px;
  }
}

@media all and (max-width: 992px) {
  .text-85 {
    font-size: 55px;
  }
}

@media all and (max-width: 767px) {
  .text-85 {
    font-size: 35px;
  }
}

/* CONTRACTS AND POLICIES */
.subpages .subpages-item {
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 55px 40px;
  height: 100%;
  background: #0D9744;
  transition: all 300ms;
  border: 1px solid transparent;
  border-radius: 18px;
}

.subpages .subpages-item:hover {
  border-color: rgba(154, 213, 255, 0.5);
}

.subpages .subpages-item .subpages-item-title {
  text-wrap: balance;
}

/* CONTRACTS AND POLICIES */

/* POPUP */
#page_popup .page-detail {
  padding: 20px 40px 40px;
  font-size: 16px;
}

#page_popup .page-detail h1 {
  font-size: 19px !important;
  color: #E94F2D;
}

#page_popup .page-detail h3 {
  font-size: 16px;
  margin-top: 25px;
}

#page_popup .page-detail p {
  color: #000000;
}

#page_popup .modal-close-button {
  text-align: right;
  margin: 10px;
}

.popupmodal .modal-content {
  border-radius: 0;
}

.popupmodal .modal-dialog {
  min-height: calc(100% - 15px);
}

.popupmodal .modal-dialog.modal-dialog-center-left {
  margin: auto;
  margin-left: 15px;
}

.popupmodal .modal-dialog.modal-dialog-center-right {
  margin: auto;
  margin-right: 35px;
}

.popupmodal .modal-dialog.modal-dialog-top-center {
  margin: auto;
  margin-top: 15px;
  align-items: start;
}

.popupmodal .modal-dialog.modal-dialog-top-left {
  margin: auto;
  margin-top: 15px;
  margin-left: 15px;
  align-items: start;
}

.popupmodal .modal-dialog.modal-dialog-top-right {
  margin: auto;
  margin-top: 15px;
  margin-right: 35px;
  align-items: start;
}

.popupmodal .modal-dialog.modal-dialog-bottom-center {
  margin: auto;
  align-items: end;
}

.popupmodal .modal-dialog.modal-dialog-bottom-left {
  margin: auto;
  margin-left: 15px;
  align-items: end;
}

.popupmodal .modal-dialog.modal-dialog-bottom-right {
  margin: auto;
  margin-right: 35px;
  align-items: end;
}

.popupmodal .modal-dialog .modal-content {
  box-shadow: rgb(16 24 40 / 18%) 0px 0px 30px;
  border-radius: 6px !important;
  border: 0;
  overflow: hidden;
}

.popup-close-button {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #0D9744;
  font-size: 21px;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
}

.popup-close-button.light {
  background: #fff;
  color: #0D9744;
  border: none;
}

.popupmodal {
  color: #212529;
}

/* POPUP */

/* BOARD OF DIRECTORS */
.board-of-directors .board-of-directors-items .slider-item {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  border-radius: 10px;
  padding: 40px 29px 35px;
  background-color: #178D46;
  color: #fff;
  min-height: 440px;
  height: 100%;
  transition: background 0.3s ease;
}

@media all and (max-width: 767px) {
  .board-of-directors .board-of-directors-items .slider-item {
    min-height: 400px;
  }
}

.board-of-directors .board-of-directors-items .slider-item .item-img {
  position: absolute;
  top: 40px;
  transform: translateX(50%);
  right: 50%;
  transition: all 0.3s ease;
}
.board-of-directors .board-of-directors-items .slider-item .item-content{
  text-align: center;
}
.board-of-directors .board-of-directors-items .slider-item .item-name {
  font-weight: bold;
}

.board-of-directors .board-of-directors-items .slider-item .item-position {
  margin-bottom: 27px;
  font-size: 17px;
  color: #B3EB70;
  font-weight: 300;
}

.board-of-directors .board-of-directors-items .slider-item .item-description {
  max-height: 70px;
  overflow: hidden;
  transition: all 0.5s ease;
}

@media all and (max-width: 767px) {
  .board-of-directors .board-of-directors-items .slider-item .item-description {
    max-height: 63px;
  }
}

.board-of-directors .board-of-directors-items .slider-item:hover {
  background-color: #266a41;
}

.board-of-directors .board-of-directors-items .slider-item:hover .item-description {
  max-height: 440px;
}

.board-of-directors .board-of-directors-items .slider-item:hover .item-img {
  opacity: 0.22;
}

@media all and (max-width: 757px) {
  header .inside .header-logo img {
    max-width: 100px;
  }
}

/* BOARD OF DIRECTORS END */

/* BLOG_DETAIL START */
.blog-detail-page .blog-detail-content figure {
  margin-bottom: 20px !important;
}

.blog-detail-page .blog-detail-content figure img {
  border-radius: 20px;
  object-fit: cover;
  overflow: hidden;
}

.blog-detail-page .blog-detail-content video {
  display: block;
  margin: 0 auto;
  max-height: 500px;
}

.blog-detail-page .blog-detail-content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 16px;
}

.blog-item .item-bg img {
  max-height: 300px;
  object-fit: cover;
}


.home_news .blog-item .item-bg img {
  max-height: 250px;
  object-fit: cover;
}

.home_news .swiper-slide {
  height: auto;
}

.home_news .swiper-slide .blog-item {
  height: 100%;
}

/* BLOG_DETAIL END */

/* @media all and (max-width:1650px) {
  header .inside nav ul li a {
    padding: 0 10px;
    font-size: 14px;
  }

  header .inside .header-right .header_button {
    max-width: 130px;
    font-size: 15px;
    height: 42px;
  }
} */

@media all and (max-width:1365px) {
  header .inside nav ul li a {
    padding: 0 10px;
    font-size: 14px;
  }

  header .inside nav {
    display: none;
  }
}
@media all and (max-width:1450px) {
 .burger-menu .outside .inside nav ul li:hover a{
  transform: translateX(30px);
 }
}
@media all and (max-width:767px) {
 .burger-menu .outside .inside nav ul li:hover a{
  transform: translateX(12px);
 }
}
@media all and (max-width:574px) {
 .contact-page .contact-right .location-area .location-inf .location-item{
  max-width: none;
  width: 100%;
 }
}



.policy-page-content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 16px;
}

#page_popup .page-detail main {
  padding-top: 0;
  color: #000;
}

#page_popup .page-detail main ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 16px;
}

#page_popup .page-detail h1 {
  color: #1F462E;
}

.blog-page .form-container .blog_categories {
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  position: relative;
  margin-left: -4px;
  cursor: pointer;
}

.blog-page .form-container .blog_categories option {
  color: #000;
}

@media (min-width:768px) and (max-width:991px) {
  .blog-page .form-container .input-wrapper {
    margin-bottom: 15px;
  }
}

.tag_btn {
  background: #33714a;
  display: inline-block;
  vertical-align: top;
  padding: 3px 7px;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
  margin-right: 5px;
  transition: all 0.3s ease;
}

.tag_btn:hover {
  background: hsl(143.25deg 37.74% 41.57%);
}

.tags {
  font-size: 0;
}

.copyright {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.product-cards .product-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #6AB940;
  border-radius: 70px;
  text-align: center;
}

.product-cards .product-item .product-img {
  position: relative;
  z-index: 1;
  padding: 45px 40px 20px;
  border-bottom: 1px solid #6AB940;
}
.product-cards .product-item .product-name {
  position: relative;
  margin-bottom: -50px!important;
}

@media all and (max-width: 991px) {
  .product-cards .product-item .product-img {
    padding: 30px 13px 0px 13px;
  }
   .product-cards .product-item .product-name{
    margin-bottom: -16px!important;
  }
}
@media all and (max-width: 767px) {
  .product-cards .product-item .product-name{
    margin-bottom: -23px!important;
  }
}

.product-cards .product-item .product-img .img-shadow {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 700px;
  z-index: -1;
}

.product-cards .product-item .product-img .img-shadow img {
  filter: brightness(0) opacity(1) blur(3px);
  width: 100%;
}

@media all and (max-width: 991px) {
  .product-cards .product-item .product-img .img-shadow {
    bottom: 35px;
  }
}

@media all and (max-width: 767px) {
  .product-cards .product-item .product-img .img-shadow {
    bottom: 11px;
  }
}

.product-cards .product-item .product-content {
  text-align: center;
  padding: 40px 30px 45px;
}

@media all and (max-width: 767px) {
  .product-cards .product-item .product-content {
    padding: 30px 20px 35px;
  }
}

.product-cards .product-item .product-content .product-name span {
  position: relative;
  top: -14px;
}

@media all and (max-width: 991px) {
  .product-cards .product-item .product-content .product-name span {
    top: -9px;
  }
}
@media all and (max-width: 767px) {
  .product-cards .product-item .product-content .product-name {
    margin-bottom: -23px;
  }
}

.product-cards .product-item .product-content .product-content-description {
  max-width: 515px;
  margin-left: auto;
  margin-right: auto;
}

.product-cards .product-item:hover .btn-arrow {
  background-position: right;
}

/*HAMBURGER MENU EDIT*/
.burger-menu .outside .inside {
  overflow-y: unset !important;
  height: calc(100% - 60px);
}

.burger-menu .outside .inside .inside-container {
  height: 100%;
  overflow-y: auto;
  width: 100%;
  overflow-x: hidden;
}

@media(max-width: 991px) {
  .burger-menu .outside .inside {
    height: calc(100% - 20px);
  }
}

.burger-menu .outside .inside .inside-container .kriko-75 {
  height: 25px
}

@media (max-width: 1200px) {
  .burger-menu .outside .inside {
    padding-top: 14px !important
  }
}

.newsletter-wrapper .input-wrapper {
  gap: 19px;
  width: 100%;
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.28);
  color: #000;
}

.newsletter-wrapper .input-wrapper input,
.newsletter-wrapper .input-wrapper textarea {
  width: 100%;
  color: #000;
  font-size: 16px;
  resize: none;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
}
.newsletter-wrapper select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #000;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.28);
}
.newsletter-wrapper select:focus {
    outline: 0 !important
}

.newsletter-edit-form {
    background: #ededed;
    padding: 20px 50px 50px;
    border-radius: 30px;
}

footer form .custom-checkbox label {
    font-weight: 300 !important;
    font-size: 14px;
}
footer form .custom-checkbox label::before, .custom-checkbox label::before {
    top: 3px;
}
footer form .custom-checkbox label a, .custom-checkbox label a {
    color: #88C540;
}
.custom-checkbox label {
    font-size: 14px;
}
.contact-page .btn-arrow._hover-black:hover {
    background-color: transparent;
    color: #fff !important;
}
.contact-page .btn-arrow._hover-black:hover::before {
    filter: invert(0) brightness(100%) !important;
}

.search-popup .outside .inside {
    right: 95px !important
}
@media(max-width: 992px) {
    .search-popup .outside .inside {
        right: 25px !important;
        max-width: calc(100% - 50px);
    }
}

.sus-last .bg-img img{
  filter: invert(1) brightness(200%);
}

.btn-arrow{
  transition-delay: 0s!important;
}

@media all and (max-width:574px){
  .blog-detail-page{
    padding-top: 50px;
  }
}

.blog-page .blog-item .item-content .item-title + div{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  height: 4.2em;
  font-weight: 300;
  font-size: 16px;
  margin: 0;
}


header .language-button button:hover{
  background-color: #0D9744!important;
  color: #fff;
}
header .header-search,
header .burger-button{
  transition: all .3s ease;
}
header .header-search:hover{
  background-color: #0D9744!important;
}
header .burger-button:hover{
  background-color: #0D9744!important;
}

.banner_down_ui_area .inside .center-img {
  transform-origin: top center;
  animation: float_down 15s linear infinite;
}

@keyframes float_down {
  0% {
    transform: scale(0.92);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.92);
  }
}

@media all and (max-width:991px){
  .banner_down_ui_area .inside .content-area .box-item .item-icon{
    display: none;
  }
  .banner_down_ui_area .inside .content-area .box-item:hover{
    padding: 45px 19px 30px!important;
    transform: none!important;
    border: 1px solid #88C540!important;;
  }
}

.banner_down_ui_area .inside .content-area .slick-dots{
  bottom: -40px;
}

header .inside{
  overflow: unset;
}

.distributor_area{
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 36px;
  height: auto;
  min-height: 165px;
  border-radius: 20px;
  background-color: #fff;
  background: linear-gradient(to right, #FBF9F7 0%, #fff 85%);
  transition: all .3s ease;
}

.distributor_area:hover{
  background: linear-gradient(to right, rgba(240, 235, 228, 0.75) 0%, #fff 85%);
}

.distributor_area .logo-img img{
  max-width: 100%;
}

.distributor_area .section-mark{
  font-size: 18px;
  font-weight: 400;
}

@media all and (max-width:767px){
  .distributor_area{
    flex-direction: column;
    padding: 36px;
    align-items: flex-start;
    width: max-content;
    gap: 23px;
  }

  .distributor_area .logo-img img{
    max-width: 85%;
  }

  .distributor_area .section-mark{
    font-size: 16px;
  }
}

/* ---------------------------- */
header .inside .header-right .header_button{
  display: none;
}

header .inside .header-right{
  gap: 10px;
}
header .inside .header-right .header-search,
header .inside .header-right .language-button .dropdown button,
header .inside .header-right .burger-button{
  height: 50px;
  width: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0!important;
}

@media all and (max-width:1450px){
  header .inside .header-right .header-search,
  header .inside .header-right .language-button .dropdown button,
  header .inside .header-right .burger-button{
    height: 45px;
    width: 45px;
  }
}
header .inside .header-right .burger-button .layers{
  width: 21px;
}

header .inside nav ul li {
  position: static !important;
}

.mega-menu-parent-item {
  position: static;
}
.mega-menu-parent-item > a {
  position: relative;
  z-index: 2;
}
.mega-menu-parent-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 80%;
  width: 100%;
  height: 50px;
  z-index: 2;
  background-color: transparent;
  opacity: 0;
}
.mega-menu-parent-item:hover > a::after {
  opacity: 1;
}
.mega-menu-parent-item:hover .mega-menu-item {
  opacity: 1;
}

.mega-menu-item {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #152010;
  z-index: -50;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  border-top: 1px solid rgba(136, 197, 64, 1);
  border-bottom: 1px solid rgba(136, 197, 64, 1);
}
.mega-menu-item .mega-links {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.mega-menu-item .mega-links .row {
  padding-left: 50px;
  max-width: 510px;
}
.mega-menu-item .mega-links .row a {
  position: relative;
  display: inline-flex;
  gap: 11px;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  transition: all 0.3s ease;
  border: none;
  z-index: 1;
}
.mega-menu-item .mega-links .row a::before {
  content: url(/frontend/images/link-icon.svg);
}
.mega-menu-item .mega-links .row a::after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: 2px;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease;
  z-index: 1;
}
.mega-menu-item .mega-links .row a:hover::after {
  width: calc(100% - 60px);
}
.mega-menu-item.active {
  opacity: 1;
  visibility: visible;
  z-index: 48;
}/*# sourceMappingURL=style.css.map */

/* --------------------------- */
/* --------------------------- */

.banner_down_ui_area .inside {
  padding-bottom: 100px;
}
.banner_down_ui_area .inside .content-area {
  bottom: 100px;
}
@media all and (max-width: 991px) {
  .banner_down_ui_area .inside {
    padding-bottom: 0px;
  }
}
@media all and (max-width: 767px) {
  .banner_down_ui_area .inside {
    padding-bottom: 75px;
  }
  .banner_down_ui_area .inside .content-area {
    bottom: 0px;
  }
}
.banner_down_ui_area .inside .boxes-version-area .content-area {
  position: static !important;
  transform: none !important;
  max-width: none !important;
}
.banner_down_ui_area .inside .boxes-version-area .content-area .box-item {
  transform: none;
  margin: 0;
  height: 100%;
  margin: 0 auto;
}
.banner_down_ui_area .inside .boxes-version-area .content-area .box-item:hover {
  border-width: 1px;
  transform: none;
  padding: 45px 19px 30px;
}/*# sourceMappingURL=style.css.map */

.aboutus_corporate-culture {
  background-color: #F0EBE4;
  color: #000;
}

.aboutus_ethical-values {
  background-color: #1F462E;
  color: #fff;
}

.btn-arrow._white:hover::before {
  filter: invert(0) brightness(1000%) !important;
}/*# sourceMappinQgURL=style.css.map */

.home_news .section-mark{
  font-size: 18px;
  font-weight: 400;
}

@media all and (max-width:991px){
  .home_innovation .img-area{
    max-width: 500px;
  }
}
@media all and (max-width:767px){
  .home_memberships .inside .inside-top + .kriko-50{
    display: none;
  }
}

.sus-files {
  color: #000;
}
.sus-files .inside-top {
  display: flex;
  align-items: center;
  gap: 45px;
}
.sus-files .inside-top .section-title {
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 400;
  font-family: "Cal Sans";
}
.sus-files .inside-top .line {
  background-color: #0D9744;
  height: 1px;
  width: 100%;
}
.sus-files .items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sus-files .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  width: 300px;
  height: 205px;
  background-color: rgba(240, 235, 228, 0.29);
  border-radius: 20px;
  padding: 30px 20px;
  transition: all 0.3s ease!important;
  cursor: pointer;
  border: 1px solid transparent;
}
.sus-files .items .item:hover {
  background-color: rgba(240, 235, 228, 0.75);
  border: 1px solid #88C540;
}



.blog-detail-page  a.file.pdf:before {
    content: "\f1c1";
    position: relative;
    font-size: 31px;
    font-family: 'Font Awesome 6 Free';
}
.blog-detail-page  a.file {
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    transition: all .3s ease;
}
.blog-detail-page  .documents .items {
    display: flex;
    gap: 15px;
}

.blog-detail-page  a.file:hover {
    background-color: #33714a;
    border: 1px solid #33714a;
}

aside.sub-pages{
  position: relative;
  background: #f0ebe44a;
  border: 1px solid rgb(31 70 46);
  border-radius: 20px;
  padding: 22px 15px;
}
aside.sub-pages ul{
  list-style: none;
  margin-bottom: 10px;
}
aside.sub-pages ul li{
  margin-bottom: 5px;
  color: rgb(31 70 46);
  transition: all .2s ease;
}
aside.sub-pages ul li:hover{
  text-decoration: underline;
}

@media all and (max-width:991px){
  aside.sub-pages{
    border-radius: 10px;
    padding: 22px 12px;
  }
  aside.sub-pages ul{
    padding-left: 0;
  }
  aside.sub-pages ul li{
    font-size: 14px;
  }
}
/* @media all and (max-width:767px){
  aside.sub-pages{
    display: none;
  }
} */
@media all and (max-width:767px){
  aside.sub-pages{
    background: transparent;
    padding: 0;
    border: none;
  }
}
aside.sub-pages .dropdown .btn{
  background: transparent;
  color: #000;
  font-size: 13px;
  border-radius: 3px;
}
aside.sub-pages .dropdown ul{
  padding: 10px 15px;
}

.home_industry .figure{
  overflow: hidden;
  border-radius: 10px;
}
.home_industry .figure img{
  transition: all 1s ease-out;
}
.home_industry .figure:hover img{
  transform: scale(1.15);
}

.home_news .inside .blog-slider .blog-item .item-content .item-title{
  font-size: 17.5px;
}
.home_news .inside .inside-mid .news-general-description{
  font-size: 15px;
}
footer form .input-wrapper .send-button{
  margin-top: 7px;
}
footer form .input-wrapper .send-button svg{
  width: 16px;
  height: 16px;
  transition: all .3s ease;
}
/* footer form .input-wrapper .send-button:hover svg{
 filter: invert(1) brightness(.5);
} */

.burger-menu .outside .inside .inside-container figure{
  overflow: hidden;
  border-radius: 30px;
}
.burger-menu .outside .inside .inside-container figure img{
  width: 100%!important;
}
.contact-page-image{
  overflow: hidden;
  border-radius: 70px;
}