a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}

p,
ul {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
}
.bg-light {
  background-color: #fff !important;
}
.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  position: relative;
  height: 65px;
  background-color: #fff;
  border: 1px solid #0e4194;
}

.header-center {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 1rem;
}

.header-center > a {
  display: flex;
  width: 100%;
}

.header-center > a > img {
  width: 100%;
}

.header-left {
  display: flex;
  align-items: center;
}

.header-left > i {
  font-size: 32px;
  margin-right: 0.5rem;
  display: flex;
  cursor: pointer;
}

.header-left > a,
.header-right > a {
  display: flex;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-right > a,
.header-left > a {
  transition: 0.3s ease-in-out;
}
.header-right > a:hover,
.header-left > a:hover {
  opacity: 0.5;
}

.header-right > a:not(:last-child) {
  margin-right: 1rem;
}

.header-right > a > i {
  margin-right: 0.3rem;
}

.flex-prev {
  opacity: 1 !important;
  left: 5px !important;
}
.flex-next {
  opacity: 1 !important;
  right: 5px !important;
}
.metaslider .flexslider {
  position: relative;
  margin-bottom: 0 !important;
}

ol.flex-control-nav.flex-control-paging {
  position: absolute !important;
  bottom: 15px;
}
.flex-control-nav > li > a.flex-active {
  background-color: #0b223b !important;
}
.flex-control-nav > li > a {
  background-color: #fff !important;
}

.footer-wrapper {
  padding: 3.5rem 0;
}

.footer-container.container {
  display: flex;
  border-top: 1px solid #ddd;
  padding-top: 3rem;
  align-items: baseline;
}

.footer-container.container > div {
  width: 100%;
}

.footer-list-title {
  display: flex;
  margin-bottom: 0.5rem;
}

.footer-list-title > span {
  display: flex;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.footer-list > ul > li:not(:last-child) {
  margin-bottom: 0.3rem;
}

.footer-list > ul > li > a {
  display: flex;
  color: #fff;
  font-size: 13px;
}

.home-bottom-wrapper {
  background-color: #0b223b;
  padding-top: 3.5rem;
}

.home-bottom-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.home-bottom-container.container > div {
  width: 100%;
}

.home-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-icon-text {
  display: flex;
  margin-top: 1rem;
}

.home-icon-text > span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.home-bottom-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 0 0rem 0;
}

.home-bottom-text > span {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 47%;
  font-size: 16px;
  font-weight: bold;
}

.contact-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 2rem;
  width: 70%;
  background-color: #ffffffdb;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.contact-wrapper > img {
  width: 100%;
}

.contact-content-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-content-title > span {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}

.contact-list-top {
  margin-bottom: 1.5rem;
}
.contact-list-bottom {
  margin-top: 1.5rem;
}
.contact-list-number {
  margin: 1.5rem 0;
}

.contact-list-top > span,
.contact-list > span,
.contact-list-bottom > span,
.contact-list-number > span {
  font-size: 16px;
  font-weight: bold;
}

.brand-contain {
  display: flex;
  align-items: center;
  justify-content: center;
  top: -200px;
  position: relative;
  z-index: 9;
}

.brand-wrapper {
  width: 55%;
  background-color: #fff;
}

.brand-wrapper-content {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.brand-image {
  height: 147px;
  border: 1px solid #0e4194;
  margin: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(33.333% - 2rem);
  overflow: hidden;
}

.brand-image > a > img {
  width: 100%;
  height: 100%;
  padding: 1rem;
}

.brand-image > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.brand-btn-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 5rem;
  width: 15%;
  position: relative;
  top: -50px;
  z-index: 99;
}

.brand-btn-content {
  display: flex;
  margin-bottom: 0.5rem;
}

.brand-btn-content > a {
  padding: 0.3rem;
  display: flex;
  width: 100%;
  background-color: #fff;
  border: 1px solid #0e4194;
  color: #0e4194 !important;
  font-size: 15px;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
.brand-btn-content > a:hover {
  background-color: #0e4194;
  color: #fff !important;
  border: 1px solid transparent;
}
.brand-banner {
  width: 100%;
}

.brand-banner > img {
  width: 100%;
}

.product-page-wrapper {
  display: flex;
  width: 100%;
}

.product-left {
  width: 20%;
  padding: 1.5rem;
  background-color: #0b223b;
}

.product-right {
  width: 80%;
  padding: 1.5rem;
}

.product-left-image {
  display: flex;
  width: 100%;
}

.product-left-image > img {
  width: 100%;
}

.product-left-image:not(:last-child) {
  margin-bottom: 2rem;
}

.product-right-image {
  display: flex;
  margin-bottom: 2rem;
}

.product-groups {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.product-groups-content {
  margin: 0.5rem;
  width: calc(33.333% - 1rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.product-groups-content-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-groups-content-text > span {
  margin-bottom: 0.3rem;
  color: #0e4194;
}
.product-groups-content-text > span:last-child {
  font-size: 14px;
}

span.groups-text-title {
  font-size: 15px;
  font-weight: bold;
}

.product-groups-title {
  margin-top: 2rem;
  padding: 0.5rem;
}

.product-groups-title > span {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #0e4194;
  color: #0e4194;
}

.product-groups-content-image {
  margin-bottom: 0.3rem;
}

.about-image {
  width: 98%;
  display: flex;
}

.about-image > img {
  width: 100%;
}

.about-wrapper {
  position: relative;
}

.about-content {
  position: absolute;
  right: 0;
  z-index: 9;
  top: 0;
  width: 50%;
  background-color: #ffffffdb;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
}

.about-content-text {
  display: flex;
  width: 60%;
}

.about-content-title {
  margin-bottom: 1rem;
}

.about-content-title > span {
  font-size: 18px;
  font-weight: bold;
}

.about-content-text > span {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.7;
}

.product-description > span {
  color: #0e4194;
}

.brand-image-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.brand-wrapper-content-title {
  margin: 1rem 1rem 0 1rem;
  font-size: 16px;
  color: #0e4194;
  font-weight: bold;
}

.metaslider {
  padding-top: 0 !important;
}

/* Menü css */
.menu-wrapper {
  position: fixed;
  top: 0;
  left: -100%;
  background-color: #fff;
  z-index: 9;
  bottom: 0;
  width: 30%;
  z-index: 999999;
  transition: 0.5s ease-in-out;
}
.menu-wrapper.menu-active {
  left: 0;
  z-index: 999999;
}
.body-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 80%);
  inset: 0;
  z-index: 999998;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.body-overlay.active {
  opacity: 1;
  visibility: visible;
}
.menu-top {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 1rem 0 1rem;
}

.menu-top > i {
  font-size: 35px;
  color: #0e4194;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
div#cssmenu > ul {
  padding: 1rem 2.5rem;
}

div#cssmenu > ul > li > a {
  font-size: 20px;
  font-weight: bold;
  color: #0e4194;
  display: flex;
}

div#cssmenu > ul > li > ul {
  margin-left: 1rem;
}

div#cssmenu > ul > li > ul > li > a {
  color: #181818;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 1em;
  margin-right: 1em;
  display: block;
  position: relative;
  padding: 1em 1em;
  font-weight: 400;
  line-height: 1.5;
}
/* Menü css end */
.mobile-header-wrapper {
  display: none;
}
@media screen and (max-width: 1025px) {
  .about-content-text {
    width: 80%;
  }

  .about-content {
    width: 70%;
  }

  .brand-btn-wrapper {
    width: 40%;
    margin-left: 0;
    top: -160px;
    padding: 1rem;
  }

  .brand-contain {
    top: -170px;
  }

  .brand-wrapper {
    width: 80%;
  }
  .menu-wrapper {
    width: 40%;
  }
}
@media screen and (max-width: 840px) {
  .header-wrapper {
    display: none;
  }
  .mobile-header-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .mobile-header-wrapper .header-center {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    width: 30%;
  }
  .mobile-wrapper-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 70%;
  }

  .mobile-wrapper-right > div:first-child {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 769px) {
  .home-icon {
    width: 50%;
    margin-bottom: 2.5rem;
    padding: 1rem;
  }

  .home-bottom-container {
    flex-wrap: wrap;
  }

  .home-bottom-text > span {
    width: 90%;
  }

  .home-icon-text > span {
    text-align: center;
  }

  .footer-container.container {
    flex-wrap: wrap;
  }

  .footer-container.container > div {
    width: 50%;
    margin-bottom: 2.5rem;
  }

  .metaslider {
    padding-top: 0 !important;
  }

  .about-content {
    position: relative;
  }

  .about-content {
    width: 100%;
  }

  .about-content-text {
    width: 80%;
  }
  .contact-wrapper {
    flex-direction: column;
  }

  .contact-content {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
  }

  .brand-btn-wrapper {
    width: 100%;
    top: 0;
  }

  .brand-contain {
    top: 0;
  }

  .brand-wrapper {
    width: 100%;
  }

  .product-left {
    width: 35%;
  }

  .product-right {
    width: 65%;
  }

  .product-groups-content {
    width: calc(50% - 1rem);
  }
  .menu-wrapper {
    width: 60%;
  }
}

@media screen and (max-width: 552px) {
  .brand-image {
    width: calc(50% - 2rem);
  }
  .product-page-wrapper {
    flex-direction: column-reverse;
  }

  .product-left,
  .product-right {
    width: 100%;
  }
  .product-groups-content-text > span {
    text-align: center;
  }
  .menu-wrapper {
    width: 80%;
  }

  .mobile-header-wrapper {
    flex-direction: column;
  }

  .mobile-header-wrapper .header-wrapper-right {
    width: 100% !important;
  }

  .mobile-wrapper-right {
    justify-content: center;
  }

  .mobile-header-wrapper .header-center > a > img {
    width: 100%;
  }

  .mobile-header-wrapper .header-center {
    width: 50%;
  }
}

@media screen and (max-width: 426px) {
  .brand-image {
    width: calc(100% - 2rem);
  }

  .product-groups-content {
    width: calc(100% - 1rem);
  }

  .product-right {
    padding: 1rem;
  }
}

@media screen and (max-width: 376px) {
  .home-icon {
    width: 100%;
  }

  .footer-container.container > div {
    width: 100%;
  }

  .footer-container.container {
    justify-content: center;
  }

  .footer-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-list > ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-list > ul > li > a {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .brand-image {
    width: calc(100% - 2rem);
  }

  .header-left > i {
    font-size: 29px;
  }

  .header-left > a,
  .header-right > a {
    font-size: 12px;
  }
}
