@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

:root {
  --colorred: #bd1d1d;
}

body {
  font-family: "Cabin", serif;
  font-size: 16px;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

span,
p {
  font-weight: 200;
}

b,
strong {
  font-weight: bold;
}

a {
  outline: 0 !important;
  text-decoration: none;
}

* {
  outline: 0 !important;
}

* > img {
  max-width: 100%;
}

main {
  background: #f1f1f1;
}

::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #bd1d1d;
}

::-webkit-scrollbar-thumb:hover {
  background: #bd1d1d;
}

.clred {
  color: #bd1d1d !important;
}

.custom-container {
  padding: 0 5vw;
  z-index: 1;
  position: relative;
}

#header {
  position: absolute;
  width: 100%;
  overflow-x: hidden;
}

#main_slider {
  position: relative;
  height: 100%;
  width: 100%;
  top: 0px;
  z-index: 0;
}

#main_slider .carousel-item img {
  min-height: 600px;
  object-fit: cover;
}

#main_slider .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 45%;
  /* left: 0; */
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  align-items: flex-end;
  list-style: none;
  flex-direction: column !important;
  margin-right: 7vw;
  margin-bottom: 0rem;
  margin-left: 0%;
}

.carousel-indicators [data-bs-target] {
  transform: rotate(90deg);
  margin-bottom: 5px;
  width: 17px;
  background-color: #fff;
  opacity: 1;
}

.carousel-indicators .active {
  background-color: #ec1c06;
  width: 25px;
  margin-right: -1px;
}

#main_slider .waveBtn {
  display: inline-block;

  transform: translate(0%, 0%);
}

#main_slider .waveBtn svg {
  height: 1em;
  margin-left: 5px;
  margin-bottom: 5px;
  color: #d42f35;
}

#main_slider .waveBtn .video-main {
  position: relative;
  display: inline-block;
}

#main_slider .waveBtn .video-main .waves {
  position: absolute;
  width: 110px;
  height: 110px;
  background: white;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;

  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

#main_slider .waveBtn .video-main .waves.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

#main_slider .waveBtn .video-main .waves.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

#main_slider .waveBtn .video-main .waves.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

#main_slider .waveBtn .video-main .video {
  height: 106px;
  width: 106px;
  line-height: 116px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: var(--clrRed);
  z-index: 999;
}

#main_slider .waveBtn .video-main .video .fa-play:before {
  content: "\f04b";
  font-size: 36px;
  margin-left: 7px;
}

.carousel-caption {
  top: 28%;
  z-index: 2;
}

.carousel-caption p {
  margin-bottom: 0.5rem;
}

@-webkit-keyframes waves {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes waves {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

#closer_videopopup {
  position: absolute;
  display: table-cell;
  right: 2%;
  top: 2%;
  font-size: 32px;
  text-align: center;
  vertical-align: middle;
  padding: auto;
  cursor: default;
  background: none;
  border: none;
  color: #ffffff;
  z-index: 100004;
}
#opct {
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
#videCont {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: auto;
  max-width: 720px;
  height: 0;
  height: auto !important;
}
#yt_video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
#vidBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
}
#vidBox video {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  opacity: 1 !important;
}
#video1 {
  cursor: pointer;
  cursor: hand;
}

#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -300px;
  margin-top: -250px;
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #aeaeae;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "Ã—";
}

#fade:hover ~ #boxclose {
  display: none;
}

.test:hover ~ .test2 {
  display: none;
}

.main_menu {
  z-index: 1;
  position: relative;

  margin-top: 40px;
}

.main_menu li {
  list-style-type: none;
}

.custom-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  overflow-x: hidden;
}

.content {
  display: none;
}
.side-categories {
  z-index: 9999;
  position: inherit;
  right: 75%;
  top: -40px;
  width: 75%;
  display: none;
  background: #fff;
}

#page-header .side-categories {
  top: -60px;
}

#header::-webkit-scrollbar {
  display: none;
}

#header {
  -ms-overflow-style: none; /* IE 11 */
  scrollbar-width: none;
}

#page-header::-webkit-scrollbar {
  display: none;
}

#page-header {
  -ms-overflow-style: none; /* IE 11 */
  scrollbar-width: none;
}

.side-categories .menu-top-left {
  background: #f1f1f1;

  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  height: 130px;
}

.side-categories .menu-left-item {
  background: #e4e2db;
  padding: 10px 20px 10px 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  /* height: 40.8rem; */
  height: 100%;
  justify-content: space-between;
}

.side-categories .menu-right-item {
  background: #fff;
  width: 100%;
  /*display: flex;*/
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
}

.menu-top-left img {
  width: 200px;
}

.side-categories .menu-top-right {
  background: #ffffff;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 130px;
}

.side-categories .menu-top-right input[type="text"],
.side-categories .menu-top-left input[type="text"] {
  width: 400px;
  height: 55px;
  padding-right: 50px;
  border-radius: 90px;
  padding-left: 10px;
  border: none;
  padding-bottom: 10px;
  background: #fff;
  border: 1px solid #bd1d1d;
  padding-top: 8px;
  color: #828b92;
  font-style: italic;
}

.menu-left-item .title {
  font-weight: 700;
  font-size: 22px;
  line-height: 36px;
  color: #bd1d1d;
  margin-bottom: 20px;
}

.menu-left-item ul,
.menu-right-item ul {
  padding-left: 0rem;
}

.menu-left-item ul li a,
.menu-right-item ul li a {
  color: #26384c;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
}

.menu-left-item ul li,
.menu-right-item ul li {
  display: flex;
}

.menu-left-item ul li:before,
.menu-right-item ul li:before {
  content: url("../img/line.svg");
  margin-right: 1ch;
}

.menu-right-item ul.twoCol {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1rem;
  column-gap: 0rem;
  max-width: 90%;
}

::placeholder {
  color: #828b92;
  font-style: italic;
}

.side-categories .menu-top-right button[type="submit"],
.side-categories .menu-top-left button[type="submit"] {
  margin-left: -50px;
  height: 44px;
  width: 44px;
  margin-top: -5px;
  color: white;
  border: 0;
  -webkit-appearance: none;
  background: #f1f1f1;
  border-radius: 90px;
}

.side-categories .menu-top-right button[type="submit"] img,
.side-categories .menu-top-left button[type="submit"] img {
  width: 22px;
}

.side-categories .menu-top-right .form-control,
.side-categories .menu-top-left .form-control {
  display: inline;
  border: none;
  box-shadow: none;
  outline: none;
}

.nav-icon-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: fit-content;
  position: absolute;
  right: 5vw;
  top: 50%;
  transform: translateY(-50%);
}

.nav-icon-wrapper > .input-wrapper > input {
  height: 60px;
  border-radius: 50px;
  border: 1px solid #fff;
  width: 470px;
  padding: 0 2rem;
  color: #828b92;
  font-style: italic;
  border: 1px solid #bd1d1d;
}

.nav-icon-wrapper > .input-wrapper {
  position: relative;
  margin: 0 !important;
}

.nav-icon-wrapper > .input-wrapper > button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  border: none;
  background: none;
  -webkit-appearance: none;
  padding: 0;
}

.nav-icon-wrapper > .input-wrapper > input::placeholder {
  color: #bd1d1d !important;
}

#navicon {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: fit-content;
  transition: none !important;
}
#navicon a {
  text-decoration: none;
}
#navicon img {
  height: 28px;
}

/* #navicon span {
  margin-top: -5px;
  font-size: 24px;
  margin-left: 35px;
  color: white;
  text-decoration: none;
} */

#navicon > .nav {
  align-items: center;
  gap: 0.5rem;
  background-color: red;
  padding: 0 2rem;
  height: 60px;
  border-radius: 50px;
  width: fit-content;
}

#navicon > .nav > p {
  margin: 0;
  font-size: 24px;
  color: #fff;
}

.custom0 {
  padding: 0vw 0vw 0vw 5vw;
}

.logo-opcty {
  opacity: 1;
}

.close-btn {
  width: 55px;
  height: 55px;
  border: 1px solid #bd1d1d;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
  margin-left: 25px;
}
.close-btn:hover {
  background: #f5f5f5;
}

.lang a {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 50px;
  color: #bd1d1d;
  text-decoration: none;
  margin-left: 20px;
  transition: 0.4s;
}

.lang a:hover {
  opacity: 0.7;
}

.menu-right-item .accordion {
  --bs-accordion-border-color: #ffffff;
  --bs-accordion-border-radius: 0;
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
}
.menu-right-item .accordion-button {
  border: none;
}
.menu-right-item .accordion-button:not(.collapsed) {
  background: #f1f1f1;
}
.menu-right-item .collapsed.accordion-button {
  border: 1px solid #f1f1f1;
}
.menu-right-item .accordion-body {
  background: #f1f1f1;
}

.menu-right-item .accordion-button:not(.collapsed)::after {
  background-image: url(../img/line.svg);
  margin-right: 25%;
}

.menu-right-item .accordion-button::after {
  background-image: url(../img/plus.svg);
  margin-right: 25%;
}

.menu-right-item .accordion-item,
.accordion-item:focus,
.accordion-item:active,
.accordion-header,
.accordion-header:focus,
.accordion-header:active,
.accordion-button,
.accordion-button:focus,
.accordion-button:active {
  outline: none !important;
}
.menu-right-item .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}
.menu-right-item .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.menu-right-item .accordion-item:first-of-type .accordion-button,
.accordion-button {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #bd1d1d !important;
}

.menu-social-area {
  width: 100%;
  height: 60px;
  margin-top: 45px;
}

.menu-contact-text {
  width: 70px;
}

.social-menu-line {
  height: 60px;
  width: 1px;
  background: #26384c;
  margin-right: 10px;
}

.social-menu-phone,
.social-menu-phone a {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: #26384c;
}

.social-menu-mail {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 12px;
}

.social-menu-mail,
.social-menu-mail a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #26384c;
}

.social-menu-mail > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-menu-mail > a > svg {
  width: 16px;
  height: 16px;
  fill: #26384c;
}

.d-mobil {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}

.home-demo .owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
  margin-top: -7rem;
  position: relative;
}

.top-bg {
  position: relative;
  z-index: 2;
}
.bottom-bg {
  position: relative;
  z-index: 2;
  margin-top: -125px;
}

.home-demo .owl-theme .owl-nav {
  margin-top: -8em !important;
  z-index: 9999;
  position: relative;
  margin-bottom: 120px;
}

.home-demo .owl-theme .owl-nav img {
  width: 45px;
}

#news {
  position: relative;
  z-index: 2;
  margin-top: -190px;
}

#news .news-title {
  width: 325px;
  height: 50px;
  background: #bd1d1d;
  border-radius: 0px 20px 0px 0px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}

#news .news-body {
  height: 140px;
  width: 100%;
  background: #ffffff;
  border-radius: 0px 50px 0px 0px;
  padding: 15px;
}

#news .news-img {
  margin-right: 15px;
}

#news .news-date {
  margin-top: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #828b92;
}

#news .news-text {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-top: 5px;
}

#news .all-news-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #ffffff;
  margin-right: 20px;
  transition: 0.3s;
}

#news .all-news-text:hover {
  color: #999;
}

#news .all-news-text2 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #000000;
  margin-left: 15px;
  margin-bottom: 15px;
  transition: 0.3s;
}

#news .all-news-text2:hover {
  color: #999;
}

#news .brd,
#news .brd2 {
  border-width: 0;
  border-right-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to bottom, #d4d4d4, white) 1;
  margin-top: -15px;
  padding-top: 15px;
}

#show_bg {
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 50%);
  width: 100%;
  height: 100%;
  background-size: cover;
  color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.news-button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 1rem;
}

.news-button-wrapper > a {
  display: block;
  width: 100%;
}

.customer-work-portal {
  background-color: #bd1d1d;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 220px;
  height: 60px;
  margin-bottom: 1rem;
}

.news-button-wrapper > img {
  height: 70px;
}

.ugm-presents {
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 220px;
  height: 60px;
  margin-bottom: 0.25rem;
}

.customer-work-portal > p {
  margin: 0;
  color: #fff;
}

.ugm-presents > p {
  margin: 0;
  color: #bd1d1d;
}

.show_img {
  z-index: -1;
  position: relative;
  width: 100% !important;
}

.show_text {
  text-align: center;
  margin-top: -80%;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  padding: 20px;
}

.home-demo .owl-carousel {
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
  color: #fff;
  text-decoration: none;
}

.show-group {
  width: 100%;
  height: 100%;
  color: #000;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.show-group .slogan {
  text-align: center;
  margin-top: -12%;
  z-index: 2;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #bd1d1d;
  width: 50%;
}

#circulars {
}

#circulars .circulars-title {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 55px;
  color: #b21921;
}

#circulars .owl-prev,
#circulars .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

#circulars .owl-prev img,
#circulars .owl-next img {
  width: 45px;
}

#circulars .owl-prev {
  left: 0;
}

#circulars .owl-next {
  left: 55px;
}

#circulars .owl-theme .owl-nav {
  position: relative;
  margin-left: -120px;
  margin-top: -12rem;
  margin-bottom: 12rem;
}

.circulars-box {
  background: #ffffff;
  border-radius: 15px;
  width: 96%;
  height: 200px;
  padding: 10px;
  margin: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

#circulars .owl-carousel .owl-stage-outer {
  height: calc(100% + 30px);
  margin: -15px;
  padding: 15px;
  width: calc(100% + 30px);
}

#circulars .owl-carousel.owl-loaded,
.owl-carousel .owl-stage-outer {
  overflow: initial;
}
#circulars .owl-item {
  opacity: 0;
  /*transition: opacity .75s linear;*/
}
#circulars .owl-item.active {
  opacity: 1;
}

#circulars .circulars-name {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffe1e1;
  border-radius: 15px 0px 15px 0px;
  width: 60%;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #b21921;
}

#circulars .circulars-date {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #6c6c6c;
}

#circulars .circulars-content {
  position: absolute;
  top: 45%;
  width: 95%;
  display: -webkit-box;
  padding: 0px 10px 0px 10px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: black;
}

.calendar {
  width: 24px !important;
}

#main_slider .carousel-caption span {
  position: relative;
}

#main_slider .carousel-caption p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: Cabin;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#main_slider .carousel-caption h2 {
  font-size: 50px;
}

#home-history-area {
  background: #f7f7f7;
  min-height: 600px;
  margin-top: -45px;
  position: relative;
  background-image: url(../img/round.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-y: 40%;
  background-position-x: 55%;
}

.history-bg {
  right: 0;
  height: 100%;
  z-index: -1;
  bottom: 0;
  background-image: url(../img/rounds.svg);
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  padding-top: 50px;
  background-position-y: 40px;
  margin-left: -10px;
  background-position-x: right;
}

#home-history-area .custom-container {
  padding: 1vw 0vw 0vw 12vw;
  position: relative;
  z-index: 11;
}

#home-history-area .tab {
  float: left;
  width: 22%;
  height: 300px;
  margin-right: 12%;
}

/* Style the buttons inside the tab */
#home-history-area .tab button {
  display: block;
  background-color: inherit;
  color: #bababa;
  padding: 1px 0px;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  margin-bottom: 20px;
}

/* Change background color of buttons on hover */
#home-history-area .tab button:hover {
  color: #999;
}

/* Create an active/current "tab button" class */
#home-history-area .tab button.active {
  color: #bd1d1d;
  border-bottom: 1px solid #bd1d1d;
  font-weight: 700;
}

/* Style the tab content */
#home-history-area .tabcontent {
  float: left;
  padding: 0px 12px;
  width: 60%;
  border-left: none;
  height: 300px;
  margin-top: -90px;
}

#home-history-area .tabcontent h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 55px;
  color: #bd1d1d;
}

#home-history-area .tabcontent p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #1a1a1f;
}

.custom-dflex {
  display: block;
}

#ask-area {
  margin-top: 50px;
  margin-bottom: 100px;
}

#ask-area .ask-box {
  background: #f7f7f7;
  border-radius: 15px;
  width: 97%;
  height: 350px;
  padding: 15px 15px 0px 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.3s;
  border: 1px solid #f7f7f7;
}

#ask-area .ask-box:hover {
  background: #f7f7f7;
  border-radius: 15px;
  height: 350px;
  border: 1px solid #dbdbdb;
  box-shadow: 0px 30px 40px rgba(67, 32, 30, 0.27);
  border-radius: 15px;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

#ask-area .ask-box .ask-date {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #828b92;
  margin-top: 5px;
}

#ask-area .ask-box .ask-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #26384c;
  margin-top: -35px;
  width: 100%;
  min-height: 62px;
}

#ask-area .owl-carousel .owl-stage-outer {
  height: calc(100% + 30px);
  padding: 15px 43px 80px 40px;
  width: calc(100% + 70px);
  margin-left: -2.3rem;
}

#ask-area .owl-carousel.owl-loaded,
.owl-carousel .owl-stage-outer {
  overflow: initial;
}
#ask-area .owl-item {
  visibility: hidden;
  transition: 1s;
}
#ask-area .owl-item.active {
  visibility: visible;
}

#ask-area .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px !important;
}

#ask-area .owl-theme .owl-dots .owl-dot span {
  width: 17px;
  height: 3px;
  background: #cdcbc3;
}

#ask-area .owl-theme .owl-dots .owl-dot.active span {
  background: #ec1c06;
  width: 30px;
}

#ask-area .owl-theme .owl-nav.disabled + .owl-dots {
  position: relative;
  z-index: 9999;
}

.page-news-area .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 25px !important;
}

.page-news-area .owl-theme .owl-dots .owl-dot span {
  width: 17px;
  height: 3px;
  background: #cdcbc3;
}

.page-news-area .owl-theme .owl-dots .owl-dot.active span {
  background: #ec1c06;
  width: 30px;
}

.page-news-area .owl-theme .owl-nav.disabled + .owl-dots {
  position: relative;
  z-index: 9999;
}

#ask-area .ask-area-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

#ask-area .ask-area-title span {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 55px;
  color: #bd1d1d;
  margin-bottom: 10px;
}

#ask-area .ask-area-title .line {
  margin-bottom: 20px;
  background: #bd1d1d;
  width: 120px;
  height: 1px;
}

#home-media-area {
}

#home-media-area .ugmtv {
  background-image: url(../img/ugmtv-bg.png);
  background-repeat: no-repeat;
  height: 450px;
  color: white;
}

#home-media-area .ugmedia {
  background: #26384c;
  height: 450px;
  color: white;
}

#home-media-area .ugmtv .custom-container {
  padding: 4vw 0vw 0vw 5vw;
}

#home-media-area .ugmedia .custom-container {
  padding: 2vw 5vw 0vw 0vw;
}

#home-media-area .waveBtn {
  display: inline-block;
  transform: translate(0%, 0%);
}

#home-media-area .waveBtn svg {
  height: 1em;
  margin-left: 5px;
  margin-bottom: 5px;
  color: #d42f35;
}

#home-media-area .waveBtn .video-main {
  position: relative;
  display: inline-block;
}

#home-media-area .waveBtn .video-main .waves {
  position: absolute;
  width: 110px;
  height: 110px;
  background: white;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;

  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

#home-media-area .waveBtn .video-main .waves.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

#home-media-area .waveBtn .video-main .waves.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

#home-media-area .waveBtn .video-main .waves.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

#home-media-area .waveBtn .video-main .video {
  height: 106px;
  width: 106px;
  line-height: 116px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: var(--clrRed);
  z-index: 999;
}

#home-media-area .waveBtn .video-main .video .fa-play:before {
  content: "\f04b";
  font-size: 36px;
  margin-left: 7px;
}

#home-media-area span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #ffffff;
  margin-bottom: -8px;
}

#home-media-area h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 38px;
  color: #ffffff;
}

#home-media-area .line {
  margin-bottom: 10px;
  background: #ffffff;
  width: 77px;
  height: 2px;
}

#home-media-area p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  padding-right: 2.5vw;
}

#home-media-area .ugmtv button {
  margin-top: 10px;
  width: 153px;
  height: 60px;
  background: #ffffff;
  border-radius: 90px;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #bf223b;
  transition: 0.4s;
}

#home-media-area .ugmtv button:hover {
  background: #26384c;
  color: #ffffff;
}

.w-50 {
  width: 50%;
}
.homemedia-carousel .owl-carousel {
  overflow: hidden !important;
}
.homemedia-carousel .owl-carousel .owl-item img {
  border-radius: 15px;
  width: auto;
  overflow: hidden !important;
}

/* Tabs */
.ugmedia .tabs {
  width: 100%;

  border-radius: 5px 5px 5px 5px;
}
.ugmedia ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
}
.ugmedia ul#tabs-nav li {
  float: left;
  font-weight: bold;
  margin-right: 30px;
  padding-bottom: 3px;
  cursor: pointer;
}

.ugmedia ul#tabs-nav li.active {
  border-bottom: 1px solid #bd1d1d;
}
.ugmedia #tabs-nav li a {
  text-decoration: none;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  opacity: 0.3;
}

.ugmedia #tabs-nav li.active a {
  opacity: 1;
}

.ugmedia .tab-content {
  padding: 10px;
}

.ugmedia .date {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #ffffff;
  display: flex;
  margin-bottom: 25px;
}

.ugmedia span {
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  line-height: 28px !important;
  color: #ffffff !important;
  margin-top: 20px !important;
}

.ugmedia .tab-content p {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 29px !important;
  color: #ffffff !important;
  margin-top: 20px !important;
  padding-right: 0vw !important;
}

.splide .splide__arrow {
  top: 0;
  bottom: 0;
  transform: none;
  border-radius: unset;
  width: 55px;
  opacity: 1;
  height: 55px;
  padding: 10px;
  background: none;
}

.splide__arrows {
  position: absolute;
  right: 0;
  margin-top: -90px;
}

.splide__arrow.splide__arrow--prev {
  left: auto;
  right: 62px;
  background-image: url(../img/white-prev.svg);
}

.splide__arrow.splide__arrow--next {
  right: 0;
  background-image: url(../img/white-next.svg);
}

.splide__arrow:disabled {
  opacity: 1 !important;
}

.splide__arrow:hover {
  opacity: 0.7 !important;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
  display: none;
}

.splide__slide .mcst {
  margin-left: 0.25rem !important;
}

.ugmedia .tab-content {
  margin-top: 25px;
}

#career-area {
  background: #f7f7f7;
}

#career-area img {
  margin-top: -60px;
}

.career-content h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 55px;
  color: #bd1d1d;
}

.career-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  width: 80%;
}

.career-content .job {
  width: 259px;
  height: 65px;
  background: #bd1d1d;
  border-radius: 90px;
  color: white;
  border: none;
  transition: 0.3s;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  padding: 0 25px;
}

.career-content .job:hover {
  color: #bd1d1d;
  background: none;
  border: 1px solid #bd1d1d;
}

.career-content .job .line {
  height: 37px;
  width: 1px;
  background: #ffffff;
}

.career-link {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 259px;
  height: 65px;
  background: #bd1d1d;
  border-radius: 90px;
  border: 1px solid #bd1d1d;
  transition: 0.3s;
  padding: 0 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-top: 1rem;
}

.career-link:hover {
  background: #ffffff;
  color: #bd1d1d;
}

.career-link:hover .line {
  background: #bd1d1d;
}

.career-link .line {
  height: 37px;
  width: 1px;
  background: #ffffff;
}

.career-content .intern {
  width: 259px;
  height: 65px;
  background: none;
  border-radius: 90px;
  border: 1px solid #bd1d1d;
  transition: 0.3s;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #bd1d1d;
  padding: 0 20px;
  margin-left: 10px;
}

.career-content .intern:hover {
  color: #ffffff;
  background: #bd1d1d;
  border: none;
}

.career-content .intern .line {
  height: 37px;
  width: 1px;
  background: #bd1d1d;
}

#questions-area {
  margin: 40px 0px 40px 0px;
}
#questions-area .accordion {
  --bs-accordion-border-color: #ffffff;
  --bs-accordion-border-radius: 0;
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  padding-left: 3rem;
}

#questions-area .accordion-button {
  border: none;
}
#questions-area .accordion-button:not(.collapsed) {
  background: #ffffff;
}
#questions-area .accordion-item {
  border-bottom: 1px solid #f1f1f1;
}

#questions-area .accordion-item:last-child {
  border-bottom: 1px solid #ffffff;
}

#questions-area .accordion-body span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #828b92;
}

#questions-area.accordion-button:not(.collapsed)::after {
  background-image: url(../img/line.svg);
  position: absolute;
  left: 0;
}

#questions-area .accordion-button::after {
  background-image: url(../img/plus.svg);
  position: absolute;
  left: 0;
}

#questions-area .accordion-button:not(.collapsed)::after {
  background-image: url(../img/line.svg);
  position: absolute;
  left: 0;
  margin-top: -13px;
}

#questions-area .accordion-item,
.accordion-item:focus,
.accordion-item:active,
.accordion-header,
.accordion-header:focus,
.accordion-header:active,
.accordion-button,
.accordion-button:focus,
.accordion-button:active {
  outline: none !important;
}
#questions-area .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}
#questions-area .accordion-button:not(.collapsed) {
  box-shadow: none;
}
#questions-area .accordion-item:first-of-type .accordion-button,
.accordion-button {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #bd1d1d !important;
}

#questions-area .accordion-button span {
  margin-left: 10px;
  color: #26384c;
  font-weight: 700 !important;
}

#questions-area .content-area {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin-left: 10%;
}

#questions-area .content-area h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #bd1d1d;
  margin-bottom: 20px;
}

#questions-area .content-area span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #828b92;
}

#questions-area .content-area p span,
#questions-area p span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  border-bottom: 1px solid #bf223b;
  color: #bf223b;
  margin: 20px 0px 10px 0px;
}

.content-area p,
.content-area span {
  font-weight: 400 !important;
}

footer {
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.ebulten-area {
  background-image: url(../img/bulten-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 550px;
  top: 25px;
  position: relative;
  border-radius: 20px;
  margin-bottom: 20px;
}

.bulten-margin {
  padding-top: 12%;
}

.bulten-bg {
  background: #f7f7f7;
  height: 100%;
  margin-top: 8.6%;
}
.ebulten-area .ebulten-content {
  width: 90%;
}

.ebulten-area .ebulten-content h3 {
  color: #bd1d1d;
  font-family: Cabin;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

.ebulten-area .ebulten-content span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #828b92;
}

.ebulten-area .ebulten-content input[type="text"] {
  background: #ffffff;
  border-radius: 90px;
  width: 60%;
  height: 55px;
  padding: 20px;
  border: none;
  outline: 0 none;
  box-shadow: none;
  margin-top: 20px;
}

.ebulten-area .ebulten-content button {
  background: #bf223b;
  border: none;
  border-radius: 90px;
  width: 25%;
  height: 55px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-top: 20px;
  margin-left: 20px;
  transition: 0.3s;
  box-shadow: none;
  outline: 0 none;
}

.ebulten-area .ebulten-content button:hover {
  color: #bf223b;
  background: #ffffff;
  border: 1px solid #bf223b;
}

.ebulten-area .ebulten-content input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #828b92;
}

.ebulten-area .cnt {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 20px;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #828b92;
}

.ebulten-area .cnt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.ebulten-area .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #ffffff;
  border: 1px solid #e4e2db;
  border-radius: 5px;
}

.ebulten-area .cnt input:checked ~ .checkmark {
  background-color: #2196f3;
}

.ebulten-area .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.ebulten-area .cnt input:checked ~ .checkmark:after {
  display: block;
}

.ebulten-area .cnt .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer .social-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: absolute;
  right: 5vw;
  top: 2vw;
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  z-index: 9999;
}
footer .social-area a {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .social-area a > i {
  font-size: 24px;
}

footer .social-area a > svg {
  width: 24px;
  height: 24px;
}

footer .social-area .fa-brands:hover {
  opacity: 0.7;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel button.owl-dot:hover {
  opacity: 0.7;
}

footer .footer-menu {
  color: #ffffff;
  padding-bottom: 30px;
}

footer .footer-menu ul {
  padding-left: 0rem;
}

footer .footer-menu ul li,
footer .footer-menu ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.01em;
  color: #ffffff;
}

footer .footer-menu h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 15px;
}

footer .footer-menu ul li:before,
footer .footer-menu ul li:before {
  content: url(../img/ft-menu-line.svg);
  margin-right: 0.7ch;
  top: -3px;
  position: relative;
}

footer .footer-menu ul li {
  display: flex;
}

footer .footer-menu li {
  list-style-type: none;
}

#copy-area .footer-logo {
  margin-top: -80px;
  margin-right: 10px;
}

#copy-area .address-title h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #26384c;
  width: 100px;
  margin-bottom: 0rem;
}

#copy-area .address-title {
  display: flex;
  align-items: center;
}

#copy-area .line {
  height: 60px;
  width: 1px;
  background: #000;
  margin-right: 10px;
}

/* #copy-area .address-content {
  width: 360px;
  margin-right: 10px;
} */

#copy-area .address-content span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #26384c;
}

#copy-area .social-title {
  display: flex;
  align-items: center;
}

#copy-area .social-title h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #26384c;
  width: 100px;
  margin-bottom: 0rem;
}

#copy-area .social-content h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 27px;
  color: #26384c;
  margin-bottom: 0.2rem;
}

#copy-area .social-content span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #26384c;
}

#copy-area .right-area {
  display: flex;
  font-style: normal;
  font-size: 14px;
  text-align: start;
  letter-spacing: 0.01em;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}

#copy-area .right-area span {
  border-bottom: 1px solid #26384c;
  color: #26384c;
  font-weight: 400;
}

#copy-area .foot-flex {
  display: flex;
  align-items: center;
  flex-direction: row;
}

#copy-area hr {
  border-top: 2px solid #c2c2c2;
}

#copy-area .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -10px;
}

#copy-area .copyright span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #26384c;
}

/* PAGE CSS START */

#page-header {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow-x: hidden;
}

#page-header .main_menu {
  margin-top: 60px;
}

.top-bar {
  width: 100%;
  height: 7.5vw;
  background-color: #26384c;
  background-image: url(../img/top-bar-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.top-bar span {
  color: #fff;
  font-size: 14px;
  letter-spacing: 4.97px;
  margin-bottom: 10px;
}

.top-bar h4,
.top-bar h1 {
  color: #fff;
  font-size: 30px;
  letter-spacing: 0px;
}

.margin-bar {
  margin-top: 158px;
}

.breadcrumb-area::-webkit-scrollbar {
  display: none;
}

.breadcrumb-area {
  overflow: scroll;
  -ms-overflow-style: none; /* IE 11 */
  scrollbar-width: none;
}

.breadcrumb {
  margin: 20px 0px 20px 0px;
  width: max-content;
}

.breadcrumb li {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}

.breadcrumb li a {
  color: black;
}

.breadcrumb-item.active {
  color: #bd1d1d;
  font-weight: 700;
  padding-right: 20px;
}

.breadcrumb-item + .breadcrumb-item::before {
  margin-top: -5px;
  color: #bd1d1d;
  content: "_";
}

.breadcrumb-area .back a {
  color: #bd1d1d;
}

main .content-area {
  padding: 0px 0px 10px 0px;
}

.card {
  border-radius: 10px !important;
  padding: 30px;
}

main .content-area .content-text {
  color: #5c6467;
  font-size: 16px;
  line-height: 30px;
  padding: 0px 15px 0px 0px;
}

.sidebar {
  border-radius: 10px;
  width: 100%;
  background: #fff;
}

.sidebar .accordion {
  --bs-accordion-bg: none !important;
}
.sidebar-pad {
  padding-left: 10px;
}

.sidebar .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.sidebar_title {
  background: #cdcbc3;
  color: white;
  /* padding-left: 20px; */
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  height: 70px;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  padding: 15px;
  line-height: 27px;
}

.sidebar-title h4 {
  margin-bottom: 0rem;
}

.sidebar ul {
  list-style: none;
  padding-left: 0rem;
  padding-top: 5px;
  padding-bottom: 0px;
}

.sidebar ul li {
  border-bottom: 1px solid #cdcbc3;
  padding: 12px 20px 12px 20px;
  font-size: 15px;
}

.sidebar ul li:last-child {
  border: none;
}

.sidebar ul li a {
  text-decoration: none;
  color: #26384c;
  line-height: 31px;
}

.sidebar .single-item .active a,
.sidebar .single-item ul li a:hover {
  color: var(--colorred) !important;
  font-weight: bold;
}

.sidebar .accordion-item .accordion-button:hover,
.sidebar .accordion-button:hover {
  color: var(--colorred) !important;
  font-weight: bold;
}

.sidebar .active a,
.sidebar ul li a:hover {
  color: var(--colorred) !important;
  font-weight: bold;
}

.sidebar .single-item ul li:last-child {
  border: none;
}

.single-item {
  list-style-type: none;
}
.sidebar .single-item ul {
  list-style: none;
  padding-left: 0rem;
  padding-top: 7px;
  padding-bottom: 0px;
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.sidebar .single-item ul li:before {
  content: none !important;
}

.sidebar .single-item ul li {
  border-bottom: 1px solid #f1f1f1;
  padding: 12px 20px 18px 20px !important;
  font-size: 15px;
}

.single-item ul li {
  border-bottom: 1px solid #f1f1f1 !important;
}

.sidebar .single-item ul li a {
  color: #26384c !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.cstmrg {
  background: #f1f1f1;
  width: 100%;
  height: 100px;
}

#services-map-area {
  margin-top: 100px;
  color: #4b4b4b;
  font-size: 16px;
}

#services-map-area span {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

#services-map-area span ::selection {
  background: white;
}

#services-map-area p {
  color: #000;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

#services-map-area ul.threeCol {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1rem;
  column-gap: 6.5rem;
  max-width: 100%;
  margin-top: 15px;
}

#services-map-area ul {
  list-style: none;
  padding-left: 0rem;
  line-height: 40px;
}

#services-map-area ul li:before {
  content: url(../img/location.svg);
  margin-right: 0.7ch;
  top: 1px;
  position: relative;
}

#services-map-area .map {
  margin-top: 80px;
  margin-bottom: 20px;
}

.container-map {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: none;
  min-height: auto;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
}

.board {
  z-index: 31;
}

.container-map .hide {
  cursor: pointer;
  /* background: #F9423A; */
  border-radius: 0px 10px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0px;
}

.map-contact-box {
  width: 266px;
  height: 196px;
  border-radius: 10px;
  background: #f4f4f4;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 15px 15px 15px;
  display: flex;
  flex-direction: column;
  color: #000;
  font-size: 16px;
}

.map-contact-box span {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.map-contact-box .contact-text a {
  color: #000;
  font-size: 16px;
}

.map-contact-box-mobil {
  display: none;
}

.sidebar .accordion {
  --bs-accordion-border-color: #ffffff;
  --bs-accordion-border-radius: 0;
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.sidebar.accordion-button {
  border: none;
}
.sidebar .accordion-button:not(.collapsed) {
  background: #f1f1f1;
}
.sidebar .collapsed.accordion-button {
  border-bottom: 1px solid #f1f1f1;
}
.sidebar .accordion-collapse {
  background: #e4e2db;
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.sidebar .accordion-button:not(.collapsed)::after {
  background-image: url(../img/line.svg);
  margin-right: 0%;
  margin-bottom: 12px;
}

.sidebar.accordion-button::after {
  background-image: url(../img/plus.svg);
  margin-right: 0%;
}

.sidebar .accordion-item,
.accordion-item:focus,
.accordion-item:active,
.accordion-header,
.accordion-header:focus,
.accordion-header:active,
.accordion-button,
.accordion-button:focus,
.accordion-button:active {
  outline: none !important;
}
.sidebar .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}
.sidebar .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.sidebar .accordion-item .accordion-button,
.sidebar .accordion-button {
  color: #26384c !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.sidebar .accordion-button:not(.collapsed) {
  background: #e4e2db;
  color: #bd1d1d !important;
  font-weight: 700;
}

.sidebar .accordion ul li:before {
  content: url(../img/line.svg);
  margin-right: 1ch;
}

.sidebar .accordion ul li {
  display: flex;
  border: none;
  padding: 10px;
}

.sidebar .accordion-button::after {
  background-image: url(../img/plus.svg);
  margin-right: 0%;
}

.sidebar .accordion ul {
  margin-bottom: 0rem;
  margin-top: -1rem;
}

.page-news-area input[type="text"] {
  width: 470px;
  height: 55px;
  padding-right: 50px;
  border-radius: 90px;
  padding-left: 10px;
  border: none;
  padding-bottom: 10px;
  background: #fff;
  border: 1px solid #bd1d1d;
  padding-top: 8px;
  color: #828b92;
  font-style: italic;
  margin-bottom: 30px;
}
.page-news-area button[type="submit"] {
  margin-left: 417px;
  height: 51px;
  width: 51px;
  margin-top: -82px;
  color: white;
  border: 0;
  -webkit-appearance: none;
  background: #f1f1f1;
  border-radius: 90px;
  position: absolute;
}

.page-news-area .form-control {
  border: none;
  box-shadow: none;
  outline: none;
}

.page-news-area .news-box {
  border-radius: 14px;
  border: 1px solid #c2c2c2;
}

.page-news-area .news-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px 10px 15px 10px;
  min-height: 100px;
}

#tab2 .owl-carousel .owl-item img {
  width: auto !important;
}

#tab2 .owl-theme .owl-nav {
  top: -107px;
  right: -5px;
  position: absolute;
}

#tab2 .owl-theme .owl-nav .disabled {
  opacity: 1;
  cursor: pointer;
}

#tab2 .owl-carousel .owl-nav button.owl-next {
  margin-left: 2px;
}

.contact-area .address {
  color: #26384c;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  height: 67px;
  width: 100%;
  border-right: 1px solid #d4d4d4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.contact-area .call {
  color: #26384c;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  height: 67px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.contact-area .call a,
.contact-area .mail a {
  font-size: 16px;
  font-weight: 400;
  color: #26384c;
}

.contact-area .mail {
  color: #26384c;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  height: 67px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #d4d4d4;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  margin-bottom: 15px;
}
.contact-area .mail span {
  font-weight: 700;
}

.contact-area .four {
  padding: 0px 20px 0px 20px;
  width: max-content;
}

/* COLUMNS */

.contact-area .col {
  display: block;
  float: left;
  margin: 0px 10px 15px 0px;
}

/* FORM */

.contact-area .form .plan input,
.contact-area .form .payment-plan input,
.contact-area .form .payment-type input {
  display: none;
}

.contact-area .form label {
  position: relative;
  color: #828b92;
  font-size: 16px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 90px;
  background: #f1f1f1;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-area .form .plan input:checked + label,
.contact-area .form .payment-plan input:checked + label,
.contact-area .form .payment-type input:checked + label {
  background-color: #bd1d1d;
  color: #fff;
}

.contact-area .map-box {
  border-radius: 10px;
  border: 1px solid #cdcbc3;
  margin-top: 30px;
  min-height: 490px;
  height: 100%;
}

.contact-area .map-box > img {
  width: 100%;
  object-fit: contain;
  height: 272px;
}

.contact-area .map-box .map-text-area {
  padding: 10px 15px 10px 15px;
  display: flex;
  flex-direction: column;
}

.gumruk-sirkuleri {
  margin-bottom: 8rem;
}

.gumruk-sirkuleri .table td,
.gumruk-sirkuleri .table th {
  height: 80px;
  vertical-align: middle;
}

.gumruk-sirkuleri .table > :not(caption) > * > * {
  padding: 0rem;
  font-weight: 400;
  color: #4b4b4b;
  padding: 0px 15px 0px 15px;
}

.gumruk-sirkuleri .table > :not(:last-child) > :last-child > * {
  border-bottom-color: transparent;
}

.gumruk-sirkuleri .table thead tr > * {
  color: #000;
}

.gumruk-sirkuleri .table thead tr > :nth-child(1) {
  border-right: none;
}

.gumruk-sirkuleri .table thead tr > :nth-child(2) {
  border-right: none;
}

.gumruk-sirkuleri .table thead tr > :nth-child(3) {
  border-right: none;
}

.gumruk-sirkuleri .table tr > :nth-child(1) {
  border-right: 1px solid #dedede;
}

.gumruk-sirkuleri .table tr > :nth-child(2) {
  border-right: 1px solid #dedede;
}

.gumruk-sirkuleri .table tr > :nth-child(3) {
  border-right: 1px solid #dedede;
}

.gumruk-sirkuleri .col1 {
  width: 15%;
}
.gumruk-sirkuleri .col2 {
  width: 20%;
}
.gumruk-sirkuleri .col3 {
  width: 50%;
}

.gumruk-sirkuleri .col4 {
  width: 15%;
}

.gumruk-sirkuleri .select1 {
  border-radius: 90px;
  border: 1px solid #cdcbc3;
  width: 20vw;
  height: 65px;
  flex-shrink: 0;
  color: #5c6467;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-left: 20px;
}

.gumruk-sirkuleri .form-select {
  background-position: right 1.5rem center;
}

.gumruk-sirkuleri .select1:focus,
.gumruk-sirkuleri .select2:focus,
.gumruk-sirkuleri .inpt:focus {
  outline: none !important;
  box-shadow: none !important;
}

.gumruk-sirkuleri .inpt {
  border-radius: 90px;
  border: 1px solid #cdcbc3;
  width: 20vw;
  height: 65px;
  flex-shrink: 0;
  margin-left: 10px;
  padding-left: 20px;
}

.gumruk-sirkuleri input::placeholder {
  color: #828b92 !important;
  font-style: normal;
  font-size: 16px;
}

.gumruk-sirkuleri .select2 {
  border-radius: 90px;
  border: 1px solid #cdcbc3;
  width: 10vw;
  height: 65px;
  flex-shrink: 0;
  color: #5c6467;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-left: 20px;
  margin-left: 10px;
}

.gumruk-sirkuleri .btn1 {
  width: 10vw;
  height: 65px;
  flex-shrink: 0;
  border-radius: 90px;
  background: #bf223b;
  transition: 0.3s;
  color: #fff;
  border: none;
  font-size: 16px;
}

.gumruk-sirkuleri .btn1:hover {
  background: #fff;
  color: #bf223b;
  border: 1px solid #bf223b;
}

.gumruk-sirkuleri .form1 {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gumruk-sirkuleri label {
  font-size: 18px;
}

.foot-flex {
  flex-direction: row;
}

.statistics-area .large-text {
  color: #344f6f;
  text-align: center;
  font-family: Cabin;
  font-size: 45px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.statistics-area .small-text {
  color: #26384c;
  font-family: Cabin;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 10px;
  min-width: 90px;
}

.statistics-area .text-areas {
  margin-top: -55px;
  width: min-content;
  display: flex;
  align-items: center;
}

.statistics-area img {
  width: 170px;
  height: 170px;
}

#subs-area {
  background-image: url(../img/subs-bg.png);
  width: 100%;
  padding: 20px 0px 20px 0px;
}

#subs-area .middle-left {
  position: absolute;
  top: 4vw;
  left: 40px;
  color: #26384c;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 60px;
}

#subs-area .middle-left2 {
  position: absolute;
  top: 2.5vw;
  left: 40px;
  color: #26384c;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 60px;
}

#subs-area .bottom-left {
  position: absolute;
  bottom: 0px;
  left: 32px;
  width: 120px;
  border-radius: 20px 0px 0px 0px;
  background: #fff;
  padding: 15px;
  color: #bd1d1d;
  text-align: center;
  transition: 0.3s;
}
#subs-area .bottom-left:hover {
  background: #bd1d1d;
  color: #fff;
}

#subs-area .top-left {
  position: absolute;
  left: 30px;
  top: 30px;
  color: #26384c;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#subs-area .middle-left3 {
  position: absolute;
  left: 35px;
  top: 70px;
  color: #26384c;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#subs-area .middle-left3 ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 262.5% */
  text-decoration-line: underline;
}

#subs-area .middle-left3 ul li::marker {
  color: #bd1d1d;
  font-size: 20px;
}

#subs-area .middle-left3 ul {
  padding-left: 1rem;
}

#subs-area .centered {
  position: absolute;
  left: 37%;
  top: 70px;
  color: #26384c;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#subs-area .centered ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 262.5% */
  text-decoration-line: underline;
}

#subs-area .centered ul li::marker {
  color: #bd1d1d;
  font-size: 20px;
}

#subs-area .centered ul {
  padding-left: 2rem;
}

.sustainability {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sustainability h4 {
  color: #213326;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.subs-button {
  display: flex;
  width: 220px;
  padding: 15px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 90px;
  background: #fff;
  border: none;
  margin-top: 15px;
  transition: 0.3s;
}

.subs-button:hover {
  background: #000;
  color: #fff;
}

.subs-text {
  position: absolute;
  bottom: 10px;
  left: 30px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.subs-icon {
  position: absolute;
  bottom: 10px;
  right: 30px;
  color: #fff;
  font-size: 20px;
}

.mbl-bg img {
  margin-right: 10px;
}

#show_bg_2 {
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(33, 51, 38, 0) 0%, #213326 100%);
  width: 100%;
  height: 100%;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.show_img2 {
  z-index: -1;
  position: relative;
  border-radius: 15px;
}

/* REVISITED */
.visit-button-wrapper {
  border: 1px solid rgba(189, 29, 29, 0.1);
  border-radius: 50px;
  height: 80px;
  width: fit-content;
  padding: 6px;
  position: relative;
}

.visit-button-wrapper > svg {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.visit-button-wrapper > a > button {
  height: 65px;
  width: 240px;
  transition: 0.3s;
}

.visit-button-wrapper > a > button:hover {
  opacity: 0.9;
}

.visit-button-wrapper > a > button > div {
  position: relative;
}

.visit-button-wrapper > a > button > div > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.visit-button-wrapper > a > button {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 0.5rem;
  border: none;
  border-radius: 50px;
  background: radial-gradient(circle, rgba(255, 75, 75, 1) 0%, rgba(189, 29, 29, 1) 100%);
  padding: 0 1rem 0 0.5rem;
  color: #fff;
  font-family: Cabin;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  text-decoration: none;
}

#subs-area .posta {
  position: relative;
  background: #edf1fc;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

#subs-area .posta:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  opacity: 1;
  background: linear-gradient(180deg, #fff 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 15px;
}

#subs-area .posta > .top-desc {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}

#subs-area .posta > .top-desc {
  color: #26384c;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
}

#subs-area .posta > .link {
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
}

#subs-area .posta > .link > a {
  color: #bd1d1d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

#subs-area .posta > img {
  width: 100%;
  object-fit: contain;
}

@media (max-width: 1600px) {
  #subs-area .posta > .top-desc {
    font-size: 20px;
  }
}

/* REVISITED */

/* PAGE CSS END */

@media screen and (max-width: 1720px) {
  .home-demo .owl-carousel {
    margin-top: -60px;
  }
  .ugmedia .tab-content p {
    font-size: 0.8em !important;
  }
  .mbs {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1650px) {
  #home-history-area .tabcontent h3 {
    font-size: 38px;
  }
}

@media screen and (max-width: 1600px) {
  .menu-contact-text {
    width: 80px;
  }
  .social-menu-phone,
  .social-menu-phone a {
    font-size: 22px;
  }
  .social-menu-line {
    margin-left: 5px;
  }
  #news .news-text {
    font-size: 13px;
  }

  .home-demo .owl-carousel {
    margin-top: -60px;
  }
  .home-demo .owl-theme .owl-nav {
    margin-top: -7em !important;
  }
  #circulars .circulars-name {
    width: 55%;
    font-size: 14px;
  }
  #circulars .circulars-date {
    width: 45%;
    font-size: 12px;
  }
  #home-history-area .tabcontent h3 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 30px;
  }

  #home-history-area .tab button,
  #home-history-area .tabcontent p {
    font-size: 16px;
  }
  #home-history-area .history-img img {
    width: 32%;
  }
  #home-history-area .tabcontent {
    margin-top: -60px;
    width: 60%;
  }

  #home-history-area {
    min-height: 36vw;
  }

  .homemedia-carousel .col-xxl-5,
  .homemedia-carousel .col-xxl-7 {
    flex: 0 0 auto;
    width: 50%;
  }
  .career-content p {
    width: 100%;
    font-size: 16px;
  }
  .ebulten-area .ebulten-content h3 {
    font-size: 30px;
    line-height: 50px;
  }
  .ebulten-area .ebulten-content span {
    font-size: 14px;
  }

  footer .footer-menu ul li,
  footer .footer-menu ul li a {
    font-size: 13px;
  }

  #copy-area .address-content span,
  #copy-area .social-content span {
    font-size: 12px;
  }

  #copy-area .address-title h4 {
    font-size: 16px;
    line-height: 24px;
  }
  #copy-area .social-title h4 {
    font-size: 16px;
    line-height: 24px;
  }

  #copy-area .social-content h3 {
    font-size: 20px;
  }
  #copy-area .right-area {
    font-size: 12px;
  }

  .top-bar span {
    font-size: 12px;
  }

  .top-bar h4,
  .top-bar h1 {
    color: #fff;
    font-size: 26px;
    letter-spacing: 0px;
  }
  .content-area .content-text {
    font-size: 14px;
    line-height: 26px;
  }
  .statistics-area img {
    width: 160px;
    height: 160px;
  }
  #subs-area .middle-left,
  #subs-area .middle-left2 {
    font-size: 20px;
  }
  #subs-area .top-left {
    font-size: 20px;
  }
  #subs-area .middle-left3,
  #subs-area .centered {
    top: 60px;
  }
  #subs-area .posta > .top-desc > p {
    font-size: 18px;
  }
  #subs-area .posta > .link > a {
    font-size: 16px;
  }
  #subs-area .top-left {
    top: 20px;
  }
  #subs-area .middle-left3 ul li,
  #subs-area .centered ul li {
    line-height: 24px;
    font-size: 12px;
  }
  .sustainability h4 {
    font-size: 30px;
  }
  .sustainability span {
    font-size: 14px;
  }
  .subs-text,
  .subs-icon {
    font-size: 18px;
  }
  .ebulten-area {
    min-height: 500px;
  }
}

@media screen and (max-width: 1600px) and (min-width: 993px) {
  .side-categories {
    z-index: 9999;
    position: inherit;
    right: 80%;
    top: -40px;
    width: 80%;
    display: none;
    background: #fff;
  }
}

@media screen and (max-width: 1475px) and (min-width: 1200px) {
  #subs-area .position-relative img {
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 993px) {
  .sustainability span {
    font-size: 20px;
  }
  .sustainability h4 {
    font-size: 35px;
  }
}

@media screen and (max-width: 1400px) {
  #main_slider .carousel-caption span {
    width: auto;
    position: relative;
    left: auto;
  }
  #home-history-area .tab button,
  #home-history-area .tabcontent p {
    font-size: 14px;
  }
  #home-history-area .tabcontent h3 {
    font-size: 30px;
    line-height: 45px;
  }

  #home-history-area .history-img img {
    width: 20%;
  }
  #home-history-area .tabcontent {
    margin-top: -65px;
  }
  #home-history-area .tab {
    margin-right: 10%;
  }
  .career-content p {
    font-size: 14px;
  }
  #home-history-area .tabcontent h3 {
    margin-bottom: 15px;
  }
  #home-history-area .tabcontent p {
    line-height: 25px;
  }
  .statistics-area .large-text {
    font-size: 35px !important;
  }
  .statistics-area .small-text {
    font-size: 18px !important;
  }
  .news-button-wrapper > a > .customer-work-portal,
  .news-button-wrapper > a > .ugm-presents,
  .news-button-wrapper > img {
    width: 180px;
  }
  .customer-work-portal {
    margin-bottom: 0.75rem;
  }
  .ugm-presents {
    margin-bottom: 0;
  }
  .news-button-wrapper > a > .customer-work-portal,
  .news-button-wrapper > a > .ugm-presents {
    height: 55px;
  }

  .customer-work-portal > p,
  .ugm-presents > p {
    font-size: 14px;
  }

  #navicon > .nav {
    height: 50px;
  }
  .nav-icon-wrapper > .input-wrapper > input {
    height: 50px;
  }
  .nav-icon-wrapper > .input-wrapper > button > svg {
    width: 43px;
    height: 43px;
  }
}

@media screen and (max-width: 1400px) and (min-width: 1301px) {
  .home-demo .owl-carousel {
    margin-top: -89px;
  }
  #news .brd2 {
    border-right-width: 0px;
  }
  .home-demo .owl-theme .owl-nav {
    margin-top: -6em !important;
  }
  #circulars .circulars-title {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    color: #b21921;
  }
  #home-history-area .tabcontent {
    margin-top: -90px;
  }
  #home-history-area .history-img img {
    width: 31%;
  }
  #home-history-area {
    margin-top: -40px !important;
  }
}

@media screen and (max-width: 1400px) and (min-width: 993px) {
  #home-history-area {
    margin-top: -70px;
  }
  .ugmedia span {
    font-size: 15px !important;
    line-height: 22px !important;
  }
  #home-media-area .ugmtv,
  #home-media-area .ugmedia {
    height: 420px;
  }
  .ugmedia .tab-content p {
    margin-top: 15px !important;
    font-size: 0.7em !important;
  }
  .career-content h4 {
    font-size: 34px;
  }
  #career-area img {
    margin-top: -40px;
  }

  .career-content .job,
  .career-content .intern,
  .career-link {
    width: 48%;
    height: 50px;
    font-size: 16px;
    padding: 0 17px;
  }

  .career-link {
    justify-content: space-between;
  }
  .social-menu-mail,
  .social-menu-mail a {
    font-size: 12px;
  }
  .social-menu-mail > a > svg {
    width: 12px;
    height: 12px;
  }
  .social-menu-phone,
  .social-menu-phone a {
    font-size: 14px;
  }
  .side-categories {
    z-index: 9999;
    position: inherit;
    right: 90%;
    top: -40px;
    width: 90%;
    display: none;
    background: #fff;
  }

  .side-categories .menu-right-item,
  .side-categories .menu-top-right {
    margin-left: -24px;
  }

  .menu-top-left img {
    width: 95% !important;
  }
  #copy-area .address-content span,
  #copy-area .social-content span {
    font-size: 12px;
  }

  #copy-area .address-title h4 {
    font-size: 15px;
    line-height: 20px;
  }
  #copy-area .social-title h4 {
    font-size: 15px;
    line-height: 20px;
  }

  #copy-area .social-content h3 {
    font-size: 18px;
  }
  #copy-area .right-area {
    font-size: 12px;
  }
  #copy-area .footer-logo {
    margin-top: -40px;
  }
  .sidebar .accordion-item .accordion-button,
  .accordion-button,
  #questions-area .accordion-item:first-of-type .accordion-button,
  .accordion-button,
  .menu-right-item .accordion-item:first-of-type .accordion-button,
  .accordion-button {
    font-size: 16px;
  }
  .ebulten-area {
    min-height: 400px;
  }
}

@media screen and (max-width: 1400px) and (min-width: 993px) {
  .map-contact-box {
    width: 240px;
    height: 170px;
    border-radius: 10px;
    background: #f4f4f4;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    color: #000;
    font-size: 14px;
  }

  .map-contact-box span {
    color: #000;
    font-size: 16px;

    font-weight: 500;
  }

  .map-contact-box .contact-text a {
    color: #000;
    font-size: 14px;
  }
}

@media screen and (max-width: 1300px) and (min-width: 993px) {
  .show_text {
    font-size: 12px;
    font-weight: 400;
    padding: 10px;
  }
  #circulars .circulars-title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 39px;
    color: #b21921;
  }
  #circulars .owl-prev img,
  #circulars .owl-next img {
    height: 40px;
  }
  #circulars .owl-prev {
    left: 30px;
    height: 50px;
  }

  #circulars .owl-next {
    left: 80px;
    height: 50px;
  }
}

@media screen and (max-width: 1300px) and (min-width: 992px) {
  .menu-top-left img {
    width: 94% !important;
  }
  .menu-left-item ul li a,
  .menu-right-item ul li a {
    font-size: 12px !important;
  }
  .home-demo .owl-carousel {
    margin-top: -50px;
  }
  #news .brd2 {
    border-right-width: 0px;
  }
  .home-demo .owl-theme .owl-nav {
    margin-top: -6em !important;
  }

  .show-group .slogan {
    width: 90%;
    font-size: 22px;
  }

  footer .footer-menu ul li,
  footer .footer-menu ul li a {
    font-size: 10px;
  }
  footer .footer-menu h4 {
    font-size: 14px;
  }
  .ebulten-area .ebulten-content span,
  .ebulten-area .cnt,
  .ebulten-area .ebulten-content input::placeholder {
    font-size: 12px;
    line-height: 16px;
  }
  .ebulten-area .ebulten-content span {
    line-height: 14px;
  }
  .ebulten-area .ebulten-content h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  .ebulten-area .checkmark {
    width: 18px;
    height: 18px;
  }
  .ebulten-area .ebulten-content input[type="text"],
  .ebulten-area .ebulten-content button {
    height: 40px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .ebulten-area {
    background-size: contain;
  }
  footer .social-area {
    top: 1vw;
    font-size: 18px;
  }
  #circulars .owl-theme .owl-nav {
    position: relative;
    margin-left: -150px;
    margin-top: -12rem;
    margin-bottom: 12rem;
  }
  .sidebar_title {
    font-size: 22px;
  }
  .sidebar ul li a {
    line-height: 24px;
    font-size: 14px;
  }
  .page-news-area .news-title {
    font-size: 14px;
  }
  #main_slider .carousel-caption p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: Cabin;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  #main_slider .carousel-caption h2 {
    font-size: 40px;
  }
  .contact-area .address,
  .contact-area .call a,
  .contact-area .mail a {
    font-size: 14px;
  }
  .contact-area .call {
    font-size: 22px;
  }
  .contact-area .mail {
    font-size: 14px;
  }
  .gumruk-sirkuleri .form1 {
    width: 100%;
  }
  .gumruk-sirkuleri .select2 {
    width: 12vw;
  }
  .gumruk-sirkuleri .select1,
  .gumruk-sirkuleri .inpt {
    width: 23vw;
  }
}

@media screen and (max-width: 1599px) and (min-width: 1400px) {
  .menu-top-right,
  .menu-right-item {
    margin-left: -24px;
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  .ebulten-area .col-lg-5,
  .mbl-bg {
    width: 100%;
  }
}

@media screen and (max-width: 1300px) and (min-width: 1200px) {
  .history-bg {
    right: 0;
    height: 100%;
    z-index: -1;
    bottom: 0;
    background-image: url(../img/rounds.svg);
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    padding-top: 50px;
    background-position-y: 40px;
    margin-left: -10px;
  }
  #home-history-area {
    min-height: 30vw;
    margin-top: -28px;
    background-position-x: 48%;
  }
  #home-history-area .tabcontent {
    margin-top: -40px;
    width: 60%;
  }
  #home-history-area .history-img img {
    width: 40%;
  }
  #home-history-area .tabcontent h3 {
    font-size: 24px;
    line-height: 30px;
  }
  #home-history-area .tab button,
  #home-history-area .tabcontent p {
    font-size: 12px;
  }
  #circulars .circulars-title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 39px;
    color: #b21921;
  }
  .show-group .slogan {
    width: 68%;
    font-size: 28px;
  }
  #subs-area .top-left {
    font-size: 18px;
    left: 30px;
    top: 15px;
  }
  #subs-area .middle-left3,
  #subs-area .centered {
    top: 35px;
  }
  #subs-area .centered {
    left: 45%;
  }
  #subs-area .bottom-left {
    padding: 10px;
  }
  .bulten-margin {
    padding-top: 10%;
  }
}

@media screen and (max-width: 1200px) and (min-width: 993px) {
  .career-content .job,
  .career-content .intern,
  .career-link {
    font-size: 12px;
  }
  #copy-area .address-content span,
  #copy-area .social-content span {
    font-size: 10px;
  }

  #copy-area .address-title h4 {
    font-size: 14px;
    line-height: 20px;
  }
  #copy-area .social-title h4 {
    font-size: 14px;
    line-height: 20px;
  }

  #copy-area .social-content h3 {
    font-size: 16px;
  }
  #copy-area .right-area {
    font-size: 10px;
  }
  #copy-area .footer-logo {
    margin-top: -30px;
    width: 210px;
  }

  #home-history-area .tab button,
  #home-history-area .tabcontent p {
    font-size: 12px;
  }
  #home-history-area .tabcontent h3 {
    font-size: 25px;
    line-height: 40px;
  }
  #home-history-area {
    margin-top: -40px;
    min-height: 40vw;
  }

  #home-history-area .history-img img {
    width: 18%;
  }
  #home-history-area .tab {
    margin-right: 3%;
  }
  #home-history-area .tabcontent {
    margin-top: -80px;
  }

  #home-history-area .tab {
    float: none;
    width: 550px;
    height: 50px;
    margin-right: 0%;
    margin-top: 0px;
    display: flex;
    margin-left: 10px;
  }

  /* Style the buttons inside the tab */
  #home-history-area .tab button {
    display: block;
    background-color: inherit;
    color: #bababa;
    padding: 1px 0px;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
    margin-bottom: 20px;
    margin-right: 30px;
  }

  /* Change background color of buttons on hover */
  #home-history-area .tab button:hover {
    color: #999;
  }

  /* Create an active/current "tab button" class */
  #home-history-area .tab button.active {
    color: #bd1d1d;
    border-bottom: 1px solid #bd1d1d;
    font-weight: 700;
  }

  /* Style the tab content */
  #home-history-area .tabcontent {
    float: none;
    padding: 0px 12px;
    width: 100%;
    border-left: none;
    height: 100%;
    margin-top: 0px;
  }
  #home-history-area .tabcontent h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    color: #bd1d1d;
  }

  #home-history-area .tabcontent p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #1a1a1f;
  }

  #home-history-area .mobil-tabs {
    overflow-y: hidden;
    height: 50px;
    margin-top: 104px;
    width: 100%;
    margin-bottom: 10px;
    overflow-x: overlay;
  }
  .custom-dflex {
    display: flex;
    flex-direction: column;
  }

  #home-history-area .mobil-tabs::-webkit-scrollbar-thumb {
    background: #f7f7f7;
  }
  #home-history-area .mobil-tabs::-webkit-scrollbar {
    width: 5px;
  }

  #home-history-area .mobil-tabs::-webkit-scrollbar-thumb {
    background: #f7f7f7;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  #services-map-area ul.threeCol {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    column-gap: 4rem;
    max-width: 100%;
    margin-top: 15px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1115px) and (min-width: 993px) {
  .ebulten-area .ebulten-content span,
  .ebulten-area .cnt,
  .ebulten-area .ebulten-content input::placeholder {
    font-size: 12px;
    line-height: 14px;
  }
  .ebulten-area .ebulten-content span {
    line-height: 12px;
  }
  .ebulten-area .ebulten-content h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0px;
  }
  .ebulten-area .checkmark {
    width: 16px;
    height: 16px;
  }
  .ebulten-area .ebulten-content input[type="text"],
  .ebulten-area .ebulten-content button {
    height: 35px;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 14px;
  }
  footer .social-area {
    top: 0.5vw;
    font-size: 16px;
  }
  .bulten-margin {
    padding-top: 9%;
  }
}
@media screen and (max-width: 1110px) and (min-width: 992px) {
  .sidebar_title {
    font-size: 20px;
    padding-left: 10px;
  }
  .sidebar ul li a {
    line-height: 24px;
    font-size: 12px;
  }
  .sidebar ul li {
    padding: 10px 15px 10px 15px;
    font-size: 12px;
  }
}

@media screen and (max-width: 1200px) {
  #home-media-area .ugmtv {
    background-size: cover;
  }
  .splide__arrows {
    margin-top: -82px;
  }
  .map-contact-box {
    display: none;
  }

  .map-contact-box-mobil {
    width: 266px;
    height: 196px;
    border-radius: 10px;
    background: #f4f4f4;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    left: 0;
    bottom: 0;
    padding: 20px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    color: #000;
    font-size: 16px;
    margin-top: 20px;
  }

  .map-contact-box-mobil span {
    color: #000;
    font-size: 18px;

    font-weight: 500;
  }

  .map-contact-box-mobil .contact-text a {
    color: #000;
    font-size: 16px;
  }

  .contact-area .address,
  .contact-area .mail {
    border: none;
  }
  .history-bg {
    background: none;
  }
  #home-history-area {
    background-image: none;
  }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .menu-top-left a img {
    width: 94% !important;
  }
  .menu-left-item ul li a,
  .menu-right-item ul li a {
    font-size: 12px !important;
  }
  .side-categories .menu-top-right input[type="text"] {
    width: 270px !important;
  }
  .home-demo .owl-theme .owl-nav {
    margin-top: -5em !important;
  }
  .home-demo .owl-carousel {
    margin-top: -40px;
  }
  .show-group .slogan {
    width: 90%;
    font-size: 20px;
  }
  #circulars .circulars-title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #b21921;
  }
  #circulars .owl-prev img,
  #circulars .owl-next img {
    height: 35px;
  }
  #circulars .owl-prev {
    left: 30px;
    height: 50px;
  }

  #circulars .owl-next {
    left: 70px;
    height: 50px;
  }
  #services-map-area ul.threeCol {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    column-gap: 4rem;
    max-width: 100%;
    margin-top: 15px;
    font-size: 14px;
  }
  #circulars .owl-theme .owl-nav {
    margin-top: -13rem;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .side-categories .menu-top-left {
    width: 100% !important;
    flex-direction: column;
    height: 190px !important;
  }
  .side-categories .menu-left-item {
    width: 100% !important;
  }
  .side-categories .menu-top-left input[type="text"] {
    width: 400px !important;
  }
  #subs-area .top-left {
    font-size: 16px;
    top: 10px;
  }
  #subs-area .middle-left3,
  #subs-area .centered {
    top: 30px;
    line-height: 20px;
  }
  #subs-area .centered {
    left: 42%;
  }
  #subs-area .middle-left3 ul li,
  #subs-area .centered ul li {
    line-height: 25px;
  }
  #subs-area .bottom-left {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) and (min-width: 575px) {
  .home-demo .owl-carousel {
    margin-top: -33px !important;
  }
  .bottom-bg {
    margin-top: -92px !important;
  }
  .show-group .slogan {
    width: 90%;
    font-size: 20px;
  }
}

@media screen and (max-width: 1550px) and (min-width: 993px) {
  .ugmedia span {
    margin-top: 10px !important;
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .ugmedia .tab-content p {
    margin-top: 15px !important;
    font-size: 1em !important;
  }
  .ugmedia .date {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1420px) {
  .menu-top-left img {
    width: 95%;
  }
  .side-categories .menu-top-right input[type="text"] {
    width: 300px;
  }
  .menu-left-item ul li a,
  .menu-right-item ul li a {
    font-size: 13px !important;
  }
  .nav-icon-wrapper > .input-wrapper > input {
    width: 400px;
  }
}

@media (max-width: 1200px) {
  #copy-area .line {
    height: 1px;
    width: 60px;
    background: #000;
    margin: 10px 0px 10px 0px;
  }
}

@media screen and (max-width: 992px) {
  .side-categories {
    width: 101%;
    right: 100%;
  }
  .side-categories .menu-left-item,
  .site-categories .menu-top-left {
    width: 43vw;
  }
  .custom0 {
    padding: 0vw;
  }
  .logo-opcty {
    opacity: 0;
  }
  .side-categories .menu-top-left {
    width: 44vw;
  }
  .menu-top-left img {
    width: 49%;
  }
  #news .brd {
    border-right-width: 0px;
  }
  #home-history-area {
    margin-top: -80px;
  }

  #home-history-area .custom-container {
    padding: 0 2vw;
    position: relative;
    z-index: 11;
  }

  #subs-area .middle-left3 ul li,
  #subs-area .centered ul li {
    line-height: 24px;
    font-size: 12px;
  }

  #home-history-area .tab {
    float: none;
    width: 550px;
    height: 50px;
    margin-right: 0%;
    margin-top: 0px;
    display: flex;
    margin-left: 10px;
  }

  /* Style the buttons inside the tab */
  #home-history-area .tab button {
    display: block;
    background-color: inherit;
    color: #bababa;
    padding: 1px 0px;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
    margin-bottom: 20px;
    margin-right: 30px;
  }

  /* Change background color of buttons on hover */
  #home-history-area .tab button:hover {
    color: #999;
  }

  /* Create an active/current "tab button" class */
  #home-history-area .tab button.active {
    color: #bd1d1d;
    border-bottom: 1px solid #bd1d1d;
    font-weight: 700;
  }

  /* Style the tab content */
  #home-history-area .tabcontent {
    float: none;
    padding: 0px 12px;
    width: 100%;
    border-left: none;
    height: 100%;
    margin-top: 0px;
  }
  #home-history-area .tabcontent h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    color: #bd1d1d;
  }

  #home-history-area .tabcontent p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #1a1a1f;
  }

  #home-history-area .mobil-tabs {
    overflow-y: hidden;
    height: 50px;
    margin-top: 104px;
    width: 100%;
    margin-bottom: 10px;
    overflow-x: overlay;
  }
  .custom-dflex {
    display: flex;
    flex-direction: column;
  }

  #home-history-area .mobil-tabs::-webkit-scrollbar-thumb {
    background: #f7f7f7;
  }
  #home-history-area .mobil-tabs::-webkit-scrollbar {
    width: 5px;
  }

  #home-history-area .mobil-tabs::-webkit-scrollbar-thumb {
    background: #f7f7f7;
  }

  .splide__arrows {
    display: none;
  }
  #home-media-area .ugmedia .custom-container {
    padding: 0 4vw;
  }
  #home-media-area .ugmedia {
    height: 100%;
  }
  .ugmedia .date {
    margin-top: 25px;
  }
  .splide__slide .mcst {
    margin-left: 0rem !important;
  }
  .ugmedia .tab-content {
    margin-top: 15px;
  }
  .ugmedia ul#tabs-nav {
    margin-top: 20px;
  }

  #career-area img {
    margin-top: 0px;
  }

  .reverse {
    flex-direction: column-reverse;
  }
  .ebulten-area {
    background-image: none;
    top: -110px;
  }

  footer .custom-container {
    padding: 0vw;
  }
  .ebulten-area .ebulten-content {
    width: 100%;
    padding: 5vw;
    background: #f7f7f7;
  }
  .ebulten-area .ebulten-content h3 {
    width: 100%;
    text-align: center;
  }

  .ebulten-area .col-lg-6 {
    width: 100% !important;
  }
  footer .social-area {
    display: none;
  }
  .footer-menu {
    display: none;
  }

  #copy-area .address-content,
  #copy-area .address-title h4,
  #copy-area .social-title h4 {
    width: 100%;
    font-size: 18px !important;
    text-align: center;
  }

  #copy-area .social-content h3 {
    line-height: 22px;
  }
  #copy-area .address-content span,
  #copy-area .social-content span {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #copy-area .social-title h4 {
    margin-top: 20px;
  }

  #copy-area .right-area span {
    line-height: 22px;
  }
  #copy-area .footer-logo {
    margin-top: -70px;
  }
  #copy-area .foot-flex {
    flex-direction: column;
  }

  #copy-area .copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    text-align: center;
  }

  .top-bar {
    height: 100px;
    background-size: auto;
  }
  .top-bar h4,
  .top-bar h1 {
    font-size: 26px;
    letter-spacing: 3px;
    text-align: center;
  }
  .cstmrg {
    margin-bottom: -50px;
  }
  .sidebar {
    margin-bottom: 70px;
  }
  #services-map-area {
    margin-top: 30px;
  }
  .content-area .col-lg-9,
  .content-area .col-lg-3 {
    flex: 0 0 auto;
    width: 100%;
  }
  .sidebar-pad {
    padding-left: 0px;
    margin-top: 20px;
  }
  #tab2 .owl-theme .owl-nav,
  #tab3 .owl-theme .owl-nav,
  #tab4 .owl-theme .owl-nav {
    display: none;
  }

  .gumruk-sirkuleri .col1 {
    width: 10%;
  }
  .gumruk-sirkuleri .col2 {
    width: 20%;
  }
  .gumruk-sirkuleri .col3 {
    width: 55%;
  }

  .gumruk-sirkuleri .col4 {
    width: 15%;
  }
  .gumruk-sirkuleri .form1 {
    display: flex;
    flex-direction: column;
  }
  .gumruk-sirkuleri .select1,
  .gumruk-sirkuleri .select2,
  .gumruk-sirkuleri .inpt,
  .gumruk-sirkuleri .btn1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .gumruk-sirkuleri label {
    margin-bottom: 10px;
  }
  .foot-flex {
    flex-direction: column;
  }
  .nav-icon-wrapper > .input-wrapper > input {
    width: 360px;
  }
  .mbl-bg {
    background: #f7f7f7;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .ugmedia ul#tabs-nav li {
    display: flex;
  }
  .ugmedia #tabs-nav li a {
    width: max-content;
  }
  #tabs-nav {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  /* #navicon {
    margin-left: -4rem !important;
  } */
  .side-categories .menu-left-item {
    height: auto;
  }
  .menu-social-area {
    margin-top: 15px;
  }
  #navicon > .nav > p {
    font-size: 20px;
  }
  .nav-icon-wrapper > .input-wrapper {
    display: none !important;
  }
  .d-mobil {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .carousel-caption {
    top: 20%;
    z-index: 2;
  }
  .logo img {
    width: 200px;
  }
  .fancybox__content {
    max-width: 700px !important;
  }

  .menu-top-left a img {
    width: 94%;
  }

  .side-categories .menu-left-item,
  .side-categories .menu-left-item {
    width: 100%;
  }
  .side-categories .menu-top-left {
    width: 100%;
  }

  .side-categories .menu-top-left {
    height: 185px;
  }
  .side-categories .menu-top-right {
    height: 120px;
  }

  .side-categories .menu-top-left input[type="text"] {
    width: 270px;
  }
  .menu-top-left {
    display: flex !important;
    flex-direction: column !important;
  }
  .d-mobil {
    display: flex;
    flex-direction: row;
  }
  .home-demo .owl-carousel {
    margin-top: -50px;
  }
  .bottom-bg {
    margin-top: -80px;
  }
  .home-demo .owl-theme .owl-nav {
    margin-top: -3em !important;
  }

  #news .custom-container {
    padding: 0vw;
  }

  .show_text {
    margin-top: -50%;
  }
  #ask-area .ask-box .ask-title {
    margin-top: -15px;
  }
  #ask-area .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -30px !important;
  }
  #home-media-area .ugmtv .w-50 {
    width: 100% !important;
  }
  #home-media-area .waveBtn {
    display: none;
  }
  #home-media-area .ugmtv button {
    width: 100%;
  }
  #home-media-area .ugmtv .custom-container {
    padding: 0 5vw;
    padding-top: 20px;
  }
  #home-media-area span {
    margin-bottom: 0px;
  }
  #home-media-area .ugmtv {
    height: 100%;
    padding-bottom: 25px;
  }
  .homemedia-carousel .col-xxl-5,
  .homemedia-carousel .col-xxl-7 {
    flex: 0 0 auto;
    width: 100%;
  }
  .ugmedia span,
  #home-media-area .line,
  .ugmedia .date,
  #home-media-area p {
    margin-left: 5px;
  }

  .career-content .intern {
    margin-left: 0px;
  }
  #questions-area .content-area {
    margin-left: 0%;
  }
  #questions-area .content-area {
    width: 100%;
  }
  .ebulten-area .ebulten-content button {
    margin-left: 0px;
  }
  .menu-social-area {
    height: 120px;
  }
  .margin-bar {
    margin-top: 101px;
  }
  #page-header .main_menu {
    margin-top: 40px;
  }
  #services-map-area ul.threeCol {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1rem;
    column-gap: 3rem;
    max-width: 100%;
    margin-top: 15px;
  }

  #services-map-area .map {
    margin-top: 30px;
  }
  #services-map-area p {
    line-height: 28px;
  }
  .boxPinShow {
    top: -6.5rem !important;
    left: -1.5rem !important;
  }
  #page-header .side-categories {
    top: -40px;
  }
  #main_slider .carousel-caption p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: Cabin;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  #main_slider .carousel-caption h2 {
    font-size: 35px;
  }

  .statistics-area .col-6 {
    padding-left: 12vw;
  }
  .statistics-area .large-text {
    font-size: 25px !important;
  }
  .statistics-area .small-text {
    font-size: 14px !important;
  }
  .statistics-area .text-areas {
    margin-top: -35px;
  }
  .statistics-area img {
    width: 70%;
  }

  #navicon {
    right: 3rem;
  }

  #navicon > .nav {
    padding: 0.5rem 1.5rem;
  }

  #navicon > .nav > p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  #circulars .circulars-title {
    width: 50%;
    line-height: 45px;
  }
  #circulars .owl-theme .owl-nav {
    position: absolute;
    margin-left: 0px;
    margin-top: 0rem;
    margin-bottom: 0rem;
    top: -6em;
    right: 10em;
  }
  #carousel-circulars {
    margin-top: 20px;
  }
}

@media screen and (max-width: 576px) {
  .fancybox__content {
    max-width: 550px !important;
  }
  .side-categories {
    width: 101%;
    right: 105%;
  }

  .side-categories .menu-top-left input[type="text"] {
    width: 205px;
    font-size: 11px;
  }

  .home-demo .owl-item img {
    height: 450px;
  }
  .home-demo .owl-carousel {
    margin-top: -25px;
  }
  .top-bg {
    margin-top: 67px;
  }
  .bottom-bg {
    margin-top: -92px;
  }
  #main_slider .carousel-caption {
    left: 4%;
    right: 4%;
  }
  #main_slider .carousel-indicators {
    display: none;
  }
  #main_slider p {
    font-size: 14px;
  }
  #main_slider span {
    font-size: 13px;
    margin-top: 4px;
  }
  #news {
    margin-top: -110px;
  }
  #navicon {
    right: 0.5rem;
  }
  #navicon > .nav {
    padding: 0.5rem 1rem;
    height: unset;
  }
  #navicon > .nav > p {
    font-size: 14px;
  }
  #news .news-title {
    width: 250px;
    font-size: 16px;
  }
  .show-group .slogan {
    width: 90%;
    font-size: 18px;
    margin-top: -18%;
  }
  #circulars .owl-theme .owl-nav {
    top: -8em;
  }
  .home-demo .owl-nav {
    display: none;
  }
  #ask-area .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 3px;
    background: #cdcbc3;
  }
  #ask-area .owl-theme .owl-dots .owl-dot.active span {
    background: #ec1c06;
    width: 25px;
  }
  #ask-area .ask-box .ask-title {
    margin-top: 9px;
  }
  #ask-area .ask-box,
  #ask-area .ask-box:hover {
    height: 380px;
  }
  .career-content .job,
  .career-content .intern,
  .career-link {
    width: 48%;
    font-size: 16px;
  }
  .ebulten-area .ebulten-content input[type="text"],
  .ebulten-area .ebulten-content button {
    width: 100%;
  }
  .side-categories .menu-top-left button[type="submit"] {
    margin-left: -48px;
    height: 42px;
    width: 42px;
    margin-top: 0px;
    color: white;
    border: 0;
    -webkit-appearance: none;
    background: #f1f1f1;
    border-radius: 90px;
    padding-bottom: 10px;
    padding-top: 7px;
  }
  .circulars-box {
    height: 165px;
  }

  .page-news-area input[type="text"] {
    width: 280px;
    height: 55px;
    padding-right: 50px;
    border-radius: 90px;
    padding-left: 10px;
    border: none;
    padding-bottom: 10px;
    background: #fff;
    border: 1px solid #bd1d1d;
    padding-top: 8px;
    color: #828b92;
    font-style: italic;
  }
  .page-news-area button[type="submit"] {
    margin-left: 227px;
    height: 51px;
    width: 51px;
    margin-top: -82px;
    color: white;
    border: 0;
    -webkit-appearance: none;
    background: #f1f1f1;
    border-radius: 90px;
    position: absolute;
  }

  .contact-area .form label {
    height: 40px;
    line-height: 40px;
  }

  .contact-area .col {
    margin: 0px 5px 15px 0px;
  }

  .contact-area .four {
    padding: 0px 10px 0px 10px;
  }

  .w-50 {
    width: 100% !important;
  }
  #questions-area .accordion {
    padding-left: 0rem;
  }
  #questions-area {
    margin: 40px 0px 110px 0px;
  }
  .mbl-bg {
    background: #f7f7f7;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .fancybox__content {
    max-width: 360px !important;
  }
  .side-categories {
    width: 101%;
    right: 107%;
  }
  .close-btn {
    width: 49px;
    height: 49px;
  }
  .side-categories .menu-top-left input[type="text"] {
    height: 49px;
  }
  .show-group .slogan {
    width: 95%;
    font-size: 14px;
    margin-top: -20%;
    line-height: 19px;
  }
  .top-bg {
    margin-top: 28px;
  }
  .home-demo .owl-carousel {
    margin-top: -16px;
  }
  #circulars {
    margin-top: -20px;
  }
  .show-group .slogan {
    margin-top: -17%;
  }
  #circulars .circulars-content {
    width: 90%;
  }

  #ask-area .ask-box {
    width: 99%;
  }
  #ask-area .custom-container {
    padding: 0 10vw;
  }
  #ask-area .ask-area-title span {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 5px;
  }
  .career-content .job {
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0 95px 0px 25px;
  }

  .career-content .intern,
  .career-link {
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0 75px 0px 25px;
  }
  .career-link {
    margin-top: 10px;
  }
  .side-categories .menu-top-left {
    height: 180px;
  }
  .top-bar {
    height: 100px;
    background-size: auto;
  }
  .top-bar h4,
  .top-bar h1 {
    font-size: 16px;
    letter-spacing: 0px !important;
    text-align: center;
  }
  .breadcrumb li {
    font-size: 14px;
    line-height: 18px;
  }
  #services-map-area ul.threeCol {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1rem;
    column-gap: 2rem;
    max-width: 100%;
    margin-top: 15px;
    font-size: 13px;
  }
  .boxPinShow {
    top: -5.7rem !important;
    left: -1.6rem !important;
  }

  .contact-area .form label {
    font-size: 14px;
  }
  #subs-area .top-left {
    font-size: 15px;
    top: 10px;
    left: 25px;
  }
  #subs-area .bottom-left {
    padding: 7px;
    left: 20px;
  }
  #subs-area .middle-left3,
  #subs-area .centered {
    top: 25px;
  }
  #subs-area .middle-left3 {
    left: 30px;
  }
  #subs-area .centered {
    left: 41%;
  }
  #subs-area .middle-left,
  #subs-area .middle-left2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 400px) {
  .contact-area .mail {
    color: #26384c;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    height: 67px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 16px;
    align-items: flex-start;
    align-content: flex-start;
  }
  .contact-area .mail a {
    font-size: 14px;
  }
}

@media screen and (max-width: 360px) {
  #circulars .circulars-title {
    font-size: 30px;
  }
  .career-content .job {
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0 75px 0px 25px;
  }

  .career-content .intern {
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0 55px 0px 25px;
  }
  .side-categories .menu-top-left {
    height: 160px;
  }
  .breadcrumb li {
    font-size: 10px;
    line-height: 18px;
  }
  .show-group .slogan {
    margin-top: -19%;
  }
}
@media screen and (max-width: 360px) {
  .side-categories .menu-top-left input[type="text"] {
    width: 190px;
  }
  .close-btn {
    margin-left: 10px;
  }
  .lang a {
    margin-left: 10px;
  }
}

@media screen and (min-width: 1200px) {
  #home-media-area .ugmtv {
    background-size: cover;
  }
}

@media screen and (min-width: 1600px) {
  .menu-top-left a img {
    width: 95%;
  }
  .side-categories .menu-top-right input[type="text"] {
    width: 470px;
  }
  #circulars .owl-theme .owl-nav {
    position: relative;
    margin-left: -190px;
  }
  #ask-area .ask-box .ask-title {
    margin-top: -15px;
  }
  #home-media-area h3 {
    font-size: 30px;
    line-height: 41px;
  }
  #home-media-area p {
    font-size: 16px;
    line-height: 20px;
  }
  .homemedia-carousel .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .homemedia-carousel .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  #home-media-area .ugmedia,
  #home-media-area .ugmtv {
    height: 475px;
  }
  #questions-area .content-area h3 {
    font-size: 50px;
  }
  .ebulten-area {
    background-image: url(../img/bulten-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 550px;
    top: 25px;
    position: relative;
    border-radius: 20px;
  }
  .carousel-caption {
    position: absolute;
    right: 22.5%;
    bottom: 1.25rem;
    left: 22.5%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    width: 55%;
  }
  .side-categories .menu-top-right,
  .side-categories .menu-right-item {
    margin-left: -24px;
  }
  .contact-area .address,
  .contact-area .call a,
  .contact-area .mail a {
    font-size: 20px;
  }
  .contact-area .call {
    font-size: 32px;
  }
  /* #copy-area .address-content {
    width: 430px;
    margin-right: 10px;
  } */
  .show_img {
    z-index: -1;
    position: relative;
    width: 100% !important;
    height: 683px;
    object-fit: cover;
  }
  .gumruk-sirkuleri .form1 {
    width: 85%;
  }
}

@media screen and (min-width: 2100px) {
  #circulars .circulars-title {
    font-size: 45px;
  }
  #ask-area .ask-box .ask-title {
    margin-top: 2px;
  }

  .homemedia-carousel .col-xxl-5 {
    flex: 0 0 auto;
    width: 33%;
  }
  .homemedia-carousel .col-xxl-7 {
    flex: 0 0 auto;
    width: 67%;
  }

  .ebulten-area {
    background-size: cover;
    min-height: 550px;
  }

  .boxPinShow {
    top: -150px !important;
    left: -14px;
  }

  .carousel-caption {
    position: absolute;
    right: 25%;
    bottom: 1.25rem;
    left: 25%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    width: 50%;
  }
  .carousel-caption span,
  p {
    font-size: 20px;
  }
  .gumruk-sirkuleri .form1 {
    width: 80%;
  }
}

@media screen and (min-width: 2200px) {
  footer {
    padding-bottom: 100px;
  }
  .bulten-margin {
    padding-top: 13%;
  }
  .ebulten-area {
    background-size: contain;
  }
}

@media screen and (min-width: 2400px) {
  .content-text ol li,
  .content-text ul li {
    font-size: 20px;
  }
  .ebulten-area {
    min-height: 650px;
  }

  .ebulten-area .ebulten-content span,
  .ebulten-area .cnt,
  .ebulten-area .ebulten-content input::placeholder {
    font-size: 18px;
  }

  .ebulten-area .ebulten-content h3 {
    font-size: 46px;
    line-height: 55px;
    margin-bottom: 20px;
  }

  .ebulten-area .checkmark {
    width: 25px;
    height: 25px;
  }

  .ebulten-area .ebulten-content input[type="text"],
  .ebulten-area .ebulten-content button {
    height: 65px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  footer .footer-menu ul li,
  footer .footer-menu ul li a {
    font-size: 18px;
  }

  footer .footer-menu h4 {
    font-size: 18px;
  }

  body {
    font-size: 18px;
  }

  #copy-area .address-content span,
  #copy-area .social-content span {
    font-size: 18px;
  }

  #copy-area .address-title h4 {
    font-size: 22px;
    line-height: 28px;
    width: 110px;
  }

  #copy-area .social-title h4 {
    font-size: 18px;
    line-height: 26px;
  }

  #copy-area .social-content h3 {
    font-size: 24px;
  }

  #copy-area .right-area {
    font-size: 18px;
  }

  #copy-area .address-content {
    margin-right: 20px;
  }

  footer .social-area {
    top: 2.5vw;
  }

  span,
  p {
    font-size: 18px;
    font-weight: 400;
  }

  #questions-area .accordion-button span {
    font-size: 22px !important;
  }

  .show-group .slogan {
    font-size: 36px !important;
    line-height: 44px;
  }

  /* #navicon span {
    font-size: 24px !important;
  } */

  #circulars .owl-prev img,
  #circulars .owl-next img {
    width: 55px;
  }

  #circulars .owl-prev {
    left: 0;
  }

  #circulars .owl-next {
    left: 65px;
  }

  .home-demo .owl-theme .owl-nav img {
    width: 55px;
  }

  .carousel-caption span,
  p {
    font-size: 20px;
  }

  .carousel-caption h2 {
    font-size: 2.5rem;
  }
  .statistics-area img {
    width: 100%;
  }

  .statistics-area .col-lg-4 {
    width: 25% !important;
  }
}

/* REVIZE */
/* REVIZE */
/* REVIZE */

.custom-padding {
  padding: 0 7vw;
}

.ugm-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 35;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.ugm-backdrop.show {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}

#ugm-header {
  background: #fff;
  position: relative;
  z-index: 100;
  width: 100%;
}

#ugm-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: headerAnimation 0.4s;
  animation: headerAnimation 0.4s;
}

#ugm-header .navbar-logo > a > img {
  object-fit: contain;
  width: 285px;
  height: 115px;
}

#ugm-header .navbar-desktop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 115px;
}

#ugm-header .navbar-list {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style-type: none;
  gap: 0.75rem;
  height: 100%;
}

#ugm-header .navbar-end > .search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 55px;
  height: 55px;
  background: #bd1d1d;
  border: 1px solid #bd1d1d;
  border-radius: 100%;
}

#ugm-header .navbar-desktop > .navbar-list > li {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  transition: all 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  -webkit-transition: all 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  -moz-transition: all 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  height: 100%;
}

#ugm-header .navbar-desktop > .navbar-list > li > a {
  pointer-events: none;
  color: #bd1d1d;
  font-family: Cabin;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 0.25rem;
}

#ugm-header .navbar-desktop > .navbar-list > .lang-link {
  color: #bd1d1d;
  font-family: Cabin;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

#ugm-header .navbar-desktop > .navbar-list > li > a + .drop-icon {
  pointer-events: none;
  user-select: none;
}

#ugm-header .navbar-desktop > .navbar-list > li > a + .drop-icon > svg {
  transition: rotate 0.3s cubic-bezier(0, 0.29, 0.69, 0.99);
  -webkit-transition: rotate 0.3s cubic-bezier(0, 0.29, 0.69, 0.99);
  -moz-transition: rotate 0.3s cubic-bezier(0, 0.29, 0.69, 0.99);
}

#ugm-header .navbar-desktop > .navbar-list > li:hover,
#ugm-header .navbar-desktop > .navbar-list > li.selected {
  background: #bd1d1d;
}

#ugm-header .navbar-desktop > .navbar-list > li:hover > a,
#ugm-header .navbar-desktop > .navbar-list > li.selected > a {
  color: #fff;
}

#ugm-header .navbar-desktop > .navbar-list > li:not(.navbar-dropdown):hover > a + .drop-icon > svg,
#ugm-header .navbar-desktop > .navbar-list > li.selected > a + .drop-icon > svg {
  rotate: 180deg;
}

#ugm-header .navbar-desktop > .navbar-list > li:hover > a + .drop-icon > svg > path,
#ugm-header .navbar-desktop > .navbar-list > li.selected > a + .drop-icon > svg > path {
  stroke: #fff;
}

#ugm-header .navbar-dropdown.selected > .navbar-dropdown-menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#ugm-header .navbar-dropdown-menu {
  display: none;
  padding: 0.5rem;
  background: #e4e2db;
  position: absolute;
  left: 50%;
  top: 115px;
  transform: translateX(-50%);
  min-width: 400px;
}

#ugm-header .navbar-dropdown-submenu {
  border-radius: 5px;
  padding: 0.5rem 0.75rem;
  display: flex;
  flex-direction: column;
}

#ugm-header .navbar-dropdown-submenu.expanded {
  background: #f1f1f1;
  gap: 0.5rem;
}

#ugm-header .navbar-dropdown-submenu > .submenu-heading {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
}

#ugm-header .navbar-dropdown-submenu > .submenu-heading > p {
  color: #26384c;
  font-family: "Cabin", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; /* 256.25% */
  transition: color 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  -webkit-transition: color 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  -moz-transition: color 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  margin: 0;
}

#ugm-header .navbar-dropdown-submenu.expanded > .submenu-heading > p {
  color: #bd1d1d;
}

#ugm-header .navbar-dropdown-link {
  padding: 0.5rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.75rem;
}

#ugm-header .navbar-dropdown-link > a {
  color: #26384c;
  font-family: "Cabin", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

#ugm-header .navbar-dropdown-link-icon {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#ugm-header .navbar-dropdown-link-icon > span {
  background: #bf223b;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: block;
}

#ugm-header .navbar-dropdown-submenu > .submenu-heading > .submenu-icon {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#ugm-header .navbar-dropdown-submenu > .submenu-heading > .submenu-icon > span {
  display: block;
  position: absolute;
  background: #bf223b;
  margin: 0;
}

#ugm-header .navbar-dropdown-submenu > .submenu-heading > .submenu-icon > span:first-child {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  -webkit-transition: opacity 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  -moz-transition: opacity 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
}

#ugm-header .navbar-dropdown-submenu > .submenu-heading > .submenu-icon > span:last-child {
  width: 2px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: rotate 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  -webkit-transition: rotate 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  -moz-transition: rotate 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
}

#ugm-header .navbar-dropdown-submenu.expanded > .submenu-heading > .submenu-icon > span:first-child {
  opacity: 0;
}

#ugm-header .navbar-dropdown-submenu.expanded > .submenu-heading > .submenu-icon > span:last-child {
  rotate: -270deg;
}

#ugm-header .navbar-dropdown-submenu > .submenu-list {
  height: 0;
  max-height: 300px;
  overflow: hidden;
  padding-left: 3rem;
  list-style-type: disc;
  transition: height 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  -webkit-transition: height 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  -moz-transition: height 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

#ugm-header .submenu-list > li::marker {
  color: #701515;
}

#ugm-header .submenu-list > li > a {
  color: #26384c;
  font-family: "Cabin", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; /* 256.25% */
  text-decoration: none;
  margin: 0;
}

#ugm-header .toggler-wrapper {
  display: none;
  cursor: pointer;
}

#ugm-header .toggler-wrapper > .menu-toggler {
  width: 30px;
  height: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#ugm-header .toggler-wrapper > .menu-toggler > span:nth-child(1) {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #bd1d1d;
  transition: rotate 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  -webkit-transition: rotate 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  -moz-transition: rotate 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
}

#ugm-header .toggler-wrapper > .menu-toggler > span:nth-child(2) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 1px;
  background: #bd1d1d;
  transition: opacity 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  -webkit-transition: opacity 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  -moz-transition: opacity 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
}

#ugm-header .toggler-wrapper > .menu-toggler > span:nth-child(3) {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #bd1d1d;
  transition: rotate 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  -webkit-transition: rotate 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  -moz-transition: rotate 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
}

#ugm-header .toggler-wrapper > .menu-toggler.expanded > span:nth-child(1) {
  rotate: 45deg;
  top: 50%;
  transform: translateY(-50%);
}

#ugm-header .toggler-wrapper > .menu-toggler.expanded > span:nth-child(2) {
  opacity: 0;
}

#ugm-header .toggler-wrapper > .menu-toggler.expanded > span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%);
  rotate: 135deg;
}

/* ======================================================================== */
/* ======================================================================== */
/* ======================================================================== */
/* ============================ MOBILE MENU =============================== */
/* ======================================================================== */
/* ======================================================================== */
/* ======================================================================== */

#ugm-header .navbar-mobile {
  display: none;
  position: absolute;
  background: #bd1d1d;
  width: 100%;
  top: 100%;
  left: 0;
}

#ugm-header .navbar-mobile.expanded {
  display: block;
}

#ugm-header .navbar-mobile.menu-toggler.expanded {
  display: block;
}

.navbar-search {
  padding: 1rem;
  width: 100%;
  position: relative;
}

.navbar-search > form > input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 1rem 4rem 1rem 1rem;
  border: none;
  height: 60px;
  border-radius: 90px;
  background: #fff;
}

.navbar-search > form > button {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 55px;
  height: 55px;
  background-color: #f1f1f1;
  border-radius: 100%;
  border: 1px solid #f1f1f1;
}

.navbar-search > form > input:focus {
  box-shadow: 0 0 0 0.05rem #701515;
  border-color: #701515;
}

.navbar-search > form > input:focus-within {
  outline: 0;
}

.navbar-search > form > input::placeholder {
  color: #bd1d1d;
  font-family: "Cabin", serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

#ugm-header .navbar-mobile-dropdown:not(:last-child),
#ugm-header .navbar-mobile-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#ugm-header .navbar-mobile-link {
  padding: 1rem;
}

#ugm-header .mobile-dropdown-heading {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}

#ugm-header .mobile-dropdown-heading > p,
#ugm-header .navbar-mobile-link > a {
  color: #fff;
  font-family: Cabin;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  margin: 0;
}

#ugm-header .mobile-dropdown-heading > .drop-icon {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#ugm-header .mobile-dropdown-heading > .drop-icon > span {
  display: block;
  position: absolute;
  background: #fff;
  margin: 0;
}

#ugm-header .mobile-dropdown-heading > .drop-icon > span:first-child {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  -webkit-transition: opacity 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  -moz-transition: opacity 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
}

#ugm-header .mobile-dropdown-heading > .drop-icon > span:last-child {
  width: 2px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: rotate 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  -webkit-transition: rotate 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  -moz-transition: rotate 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
}

#ugm-header .navbar-mobile-dropdown.expanded > .mobile-dropdown-heading > .drop-icon > span:first-child {
  opacity: 0;
}

#ugm-header .navbar-mobile-dropdown.expanded > .mobile-dropdown-heading > .drop-icon > span:last-child {
  rotate: -270deg;
}

#ugm-header .mobile-dropdown-menu {
  background: #e4e2db;
  max-height: 0;
  overflow: hidden;
}

#ugm-header .mobile-dropdown-submenu:not(:last-child) {
  border-bottom: 1px solid rgba(38, 56, 76, 0.2);
}

#ugm-header .mobile-dropdown-menu-link {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: start;
}

#ugm-header .mobile-submenu-heading {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

#ugm-header .mobile-submenu-heading > p {
  pointer-events: none;
}

#ugm-header .mobile-submenu-heading > p,
#ugm-header .mobile-dropdown-menu-link > a {
  color: #26384c;
  font-family: "Cabin", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

#ugm-header .mobile-submenu-heading > .sub-icon {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#ugm-header .mobile-submenu-heading > .sub-icon > span {
  display: block;
  position: absolute;
  background: #26384c;
}

#ugm-header .mobile-submenu-heading > .sub-icon > span:first-child {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  -webkit-transition: opacity 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  -moz-transition: opacity 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
}

#ugm-header .mobile-submenu-heading > .sub-icon > span:last-child {
  width: 2px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: rotate 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  -webkit-transition: rotate 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  -moz-transition: rotate 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
}

#ugm-header .mobile-dropdown-submenu.expanded > .mobile-submenu-heading > .sub-icon > span:first-child {
  opacity: 0;
}

#ugm-header .mobile-dropdown-submenu.expanded > .mobile-submenu-heading > .sub-icon > span:last-child {
  rotate: -270deg;
}

#ugm-header .mobile-dropdown-submenu > .mobile-submenu-links {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  -webkit-transition: max-height 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
  -moz-transition: max-height 0.2s cubic-bezier(0, 0.29, 0.69, 0.99);
}

#ugm-header .mobile-dropdown-submenu > .mobile-submenu-links > .mobile-submenu-list {
  background: #f1f1f1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 1rem 1rem 1rem 3rem;
}

#ugm-header .mobile-dropdown-submenu > .mobile-submenu-links > .mobile-submenu-list > li::marker {
  color: #701515;
}

#ugm-header .mobile-dropdown-submenu > .mobile-submenu-links > .mobile-submenu-list > li > a {
  color: #26384c;
  font-family: "Cabin", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

#ugm-search-modal .modal-header {
  border-bottom: none;
}

#ugm-search-modal .btn-close {
  --bs-btn-close-bg: none;
  opacity: 1;
  color: #701515;
  font-size: 3rem;
}

#ugm-search-modal .btn-close:focus {
  box-shadow: none;
}

#ugm-search-modal .modal-content {
  background-color: transparent;
  border-radius: 0;
  border: none;
}

.modal-backdrop {
  --bs-backdrop-opacity: 0.7;
}

/* ======================================================================== */
/* ======================================================================== */
/* ======================================================================== */
/* ============================== BANNER ================================== */
/* ======================================================================== */
/* ======================================================================== */
/* ======================================================================== */

#ugm-banner > .banner-wrapper {
  position: relative;
}

#ugm-banner > .banner-wrapper > .banner-image > img {
  max-width: 100%;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}

#ugm-banner > .banner-wrapper > .banner-content {
  padding: 1rem;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  gap: 1rem;
  height: 100%;
  z-index: 25;
}

#ugm-banner > .banner-wrapper > .banner-content > .banner-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

#ugm-banner > .banner-wrapper > .banner-content > .banner-description > span {
  color: #fff;
  text-align: center;
  font-family: Cabin;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

#ugm-banner > .banner-wrapper > .banner-content > .banner-description > h2 {
  color: #fff;
  text-align: center;
  font-family: Cabin;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

#ugm-banner > .banner-wrapper > .banner-content > .banner-description > p {
  color: #fff;
  text-align: center;
  font-family: Cabin;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

#ugm-banner .banner-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  z-index: 20;
}

#ugm-banner .ugm-customer-btn,
#ugm-banner .ugm-contact-btn {
  width: 270px;
  height: 70px;
  border-radius: 90px;
  text-decoration: none;
}

#ugm-banner .ugm-customer-btn {
  background: #fff;
  color: #bd1d1d;
  font-family: "Cabin", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

#ugm-banner .ugm-contact-btn {
  position: relative;
  background: #bd1d1d;
  padding: 1rem 1rem 1rem 5rem;
  display: flex;
  align-items: center;
  justify-content: start;
}

#ugm-banner .ugm-contact-btn > img {
  position: absolute;
  left: 0.25rem;
  top: 35%;
  transform: translateY(-50%);
}

#ugm-banner .contact-group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

#ugm-banner .contact-group > p {
  color: #fff;
  font-family: Cabin;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

#ugm-banner .contact-group > span {
  color: #fff;
  font-family: Cabin;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* ======================================================================== */
/* ======================================================================== */
/* ======================================================================== */
/* ============================== FOOTER ================================== */
/* ======================================================================== */
/* ======================================================================== */
/* ======================================================================== */

.ugm-follow-us {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ugm-follow-us > .follow-us-heading > h5 {
  color: #26384c;
  font-family: Cabin;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 36px */
  letter-spacing: 0.2px;
  margin: 0;
}

.ugm-follow-us > .follow-us-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.follow-us-icon {
  min-width: 25px;
}

.ugm-follow-us > .follow-us-wrapper > .follow-us-content {
  display: flex;
  gap: 0.25rem;
  justify-content: start;
  align-items: center;
}

.ugm-follow-us > .follow-us-wrapper > .follow-us-content > a {
  color: #26384c;
  font-family: Cabin;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; /* 187.5% */
}

.ugm-footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .footer-wrapper {
  display: grid;
  grid-template-columns: 5fr 5fr 2fr;
  gap: 1rem;
} */

/* ======================================================================== */
/* ======================================================================== */
/* ======================================================================== */
/* ========================= FOOTER YENI ================================== */
/* ======================================================================== */
/* ======================================================================== */
/* ======================================================================== */

#ugm-footer {
  padding: 2rem 0;
}

#ugm-footer > .custom-container > .divider {
  width: 100%;
  height: 1px;
  background: #c2c2c2;
  margin: 1rem 0 0 0;
}

#ugm-footer > .custom-container > .wrapper {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

#ugm-footer > .custom-container > .wrapper > .divider {
  width: 1px;
  background: #c2c2c2;
}

#ugm-footer > .custom-container > .wrapper > .left-content {
  width: 50%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1rem;
  align-items: center;
}

#ugm-footer > .custom-container > .wrapper > .left-content > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

#ugm-footer > .custom-container > .wrapper > .left-content > a > img {
  width: 263px;
  height: 187px;
  object-fit: contain;
}

#ugm-footer > .custom-container > .wrapper > .left-content > .contact-links {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

#ugm-footer > .custom-container > .wrapper > .left-content > .contact-links > .group {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#ugm-footer > .custom-container > .wrapper > .left-content > .contact-links > .group > p {
  min-width: 100px;
  width: 100px;
  margin: 0;
  font-size: 20px;
  font-family: Cabin;
  font-weight: 700;
  color: #26384c;
}

#ugm-footer > .custom-container > .wrapper > .left-content > .contact-links > .group > span {
  color: #26384c;
  font-family: Cabin;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

#ugm-footer > .custom-container > .wrapper > .left-content > .contact-links > .group > .divider {
  width: 1px;
  height: 60px;
  background: #26384c;
}

#ugm-footer > .custom-container > .wrapper > .left-content > .contact-links > .group > .contact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#ugm-footer > .custom-container > .wrapper > .left-content > .contact-links > .group > .contact > a {
  color: #26384c;
  font-family: Cabin;
  text-decoration: none;
}

#ugm-footer > .custom-container > .wrapper > .left-content > .contact-links > .group > .contact > a[href^="tel:"] {
  font-size: 26px;
  font-weight: 700;
}

#ugm-footer > .custom-container > .wrapper > .left-content > .contact-links > .group > .contact > a[href^="mailto:"] {
  font-size: 16px;
  font-weight: 400;
}

#ugm-footer > .custom-container > .wrapper > .left-content > .contact-links > .group > .social-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#ugm-footer > .custom-container > .wrapper > .left-content > .contact-links > .group > .social-links > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

#ugm-footer > .custom-container > .wrapper > .right-content {
  width: 50%;
  display: flex;
  justify-content: start;
  gap: 1rem;
}

#ugm-footer > .custom-container > .wrapper > .right-content > .divider {
  width: 1px;
  background: #c2c2c2;
}

#ugm-footer > .custom-container > .wrapper > .right-content > .left-links {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 1rem;
}

#ugm-footer > .custom-container > .wrapper > .right-content > .left-links > p {
  font-size: 20px;
  font-family: Cabin;
  font-weight: 700;
  color: #26384c;
  margin: 0;
}

#ugm-footer > .custom-container > .wrapper > .right-content > .left-links > .links {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 0.75rem;
}

#ugm-footer > .custom-container > .wrapper > .right-content > .left-links > .links > ul {
  margin: 0;
  padding-left: 1rem;
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

#ugm-footer > .custom-container > .wrapper > .right-content > .left-links > .links > ul > li::marker {
  color: var(--colorred);
}

#ugm-footer > .custom-container > .wrapper > .right-content > .left-links > .links > ul > li > a {
  font-size: 14px;
  font-family: Cabin;
  font-weight: 400;
  color: #26384c;
  text-decoration: none;
}

#ugm-footer .policy-links > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 1rem;
}

#ugm-footer .policy-links > ul > li > a {
  font-size: 14px;
  font-family: Cabin;
  font-weight: 400;
  color: #26384c;
  text-decoration: none;
}

#ugm-footer > .custom-container > .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

#ugm-footer > .custom-container > .copyright > .right-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#ugm-footer > .custom-container > .copyright > p {
  color: #26384c;
  font-size: 14px;
  font-family: Cabin;
  letter-spacing: 0.14px;
  text-align: center;
  margin: 0;
}

@media (max-width: 1600px) {
  #ugm-footer > .custom-container > .wrapper {
    flex-direction: column;
    align-items: start;
  }
  #ugm-footer > .custom-container > .wrapper > .divider {
    width: 100%;
    height: 1px;
  }
  #ugm-footer > .custom-container > .wrapper > .left-content,
  #ugm-footer > .custom-container > .wrapper > .right-content {
    width: 100%;
  }
  #ugm-footer > .custom-container > .wrapper > .left-content {
    grid-template-columns: 0.5fr 2fr;
  }
  #ugm-footer > .custom-container > .wrapper > .left-content > a {
    justify-content: start;
  }
}

@media (max-width: 1200px) {
  #ugm-footer > .custom-container > .wrapper > .left-content > .contact-links > .group > p,
  #ugm-footer > .custom-container > .wrapper > .right-content > .left-links > p {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  #ugm-footer > .custom-container > .wrapper > .left-content {
    grid-template-columns: 1fr;
  }
  #ugm-footer > .custom-container > .wrapper > .left-content > a {
    justify-content: center;
  }
  #ugm-footer > .custom-container > .wrapper > .right-content {
    flex-direction: column;
  }
  #ugm-footer > .custom-container > .wrapper > .right-content > .divider {
    width: 100%;
    height: 1px;
  }
  #ugm-footer > .custom-container > .copyright {
    flex-direction: column;
  }
  #ugm-footer > .custom-container > .divider {
    margin: 1rem 0;
  }
  #ugm-footer > .custom-container > .copyright > .right-content {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  #ugm-footer > .custom-container > .wrapper > .left-content > .contact-links {
    align-items: center;
    gap: 2rem;
  }
  #ugm-footer > .custom-container > .wrapper > .left-content > .contact-links > .group {
    flex-direction: column;
  }
  #ugm-footer > .custom-container > .wrapper > .left-content > .contact-links > .group > p {
    width: 100%;
    min-width: initial;
    text-align: center;
  }
  #ugm-footer > .custom-container > .wrapper > .left-content > .contact-links > .group > .divider {
    width: 60px;
    height: 1px;
  }
  #ugm-footer > .custom-container > .wrapper > .left-content > .contact-links > .group > span {
    text-align: center;
  }
  #ugm-footer > .custom-container > .wrapper > .right-content > .left-links > .links > ul {
    width: 100%;
  }
  #ugm-footer > .custom-container > .wrapper > .right-content > .left-links > .links {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  #ugm-footer .policy-links > ul {
    flex-direction: column;
    align-items: center;
  }
}

@keyframes headerAnimation {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@media (max-width: 1600px) {
  #ugm-header .navbar-dropdown-menu {
    min-width: 375px;
  }
  #ugm-banner .contact-group > span {
    font-size: 20px;
  }
  #ugm-banner > .banner-wrapper > .banner-content > .banner-description > span {
    font-size: 22px;
  }
  #ugm-header .navbar-desktop > .navbar-list > li > a,
  #ugm-banner .ugm-customer-btn,
  #ugm-banner > .banner-wrapper > .banner-content > .banner-description > p,
  .ugm-follow-us > .follow-us-heading > h5,
  #ugm-header .navbar-desktop > .navbar-list > .lang-link {
    font-size: 16px;
  }
  #ugm-header .navbar-end > .search-button {
    width: 50px;
    height: 50px;
  }
  #ugm-banner > .banner-wrapper > .banner-content > .banner-description > h2 {
    font-size: 52px;
  }
  .ugm-follow-us > .follow-us-wrapper > .follow-us-content > a {
    font-size: 12px;
  }
}

@media (max-width: 1400px) {
  #ugm-header .navbar-dropdown-menu {
    min-width: 325px;
  }
  #ugm-header .navbar-logo > a > img {
    width: 240px;

    height: 85px;
  }
  #ugm-header .navbar-end > .search-button {
    width: 45px;
    height: 45px;
  }
  #ugm-header .navbar-list {
    gap: 0.5rem;
  }
  #ugm-header .navbar-desktop > .navbar-list > li > a,
  #ugm-header .navbar-dropdown-submenu > .submenu-heading > p,
  #ugm-header .submenu-list > li > a,
  #ugm-header .navbar-dropdown-link > a,
  #ugm-header .navbar-desktop > .navbar-list > .lang-link {
    font-size: 14px;
  }
  #ugm-header .navbar-dropdown-submenu > .submenu-list {
    gap: 0.5rem;
  }
  #ugm-banner > .banner-wrapper > .banner-content > .banner-description > h2 {
    font-size: 46px;
  }
  #ugm-banner > .banner-wrapper > .banner-content > .banner-description > span {
    font-size: 20px;
  }
  .custom-padding {
    padding: 0 5vw;
  }
  #ugm-banner .ugm-customer-btn,
  #ugm-banner .ugm-contact-btn {
    width: 240px;
    height: 65px;
  }
  #ugm-banner .ugm-contact-btn {
    padding: 1rem 1rem 1rem 4.5rem;
  }
  #ugm-header .navbar-desktop {
    height: 85px;
  }
  #ugm-header .navbar-dropdown-menu {
    top: 85px;
  }
  #ugm-banner .ugm-contact-btn > img {
    width: 60px;
    height: 75px;
  }
}

@media (max-width: 1200px) {
  #ugm-header .navbar-dropdown-menu {
    min-width: 275px;
  }
  #ugm-header .navbar-desktop > .navbar-list > li > a,
  #ugm-header .navbar-dropdown-submenu > .submenu-heading > p,
  #ugm-header .submenu-list > li > a,
  #ugm-header .navbar-dropdown-link > a {
    font-size: 12px;
  }
  .follow-us-heading {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ugm-follow-us {
    align-items: center;
  }
  .ugm-follow-us > .follow-us-wrapper {
    align-items: start;
    justify-content: center;
  }
  #copy-area .right-area {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 992px) {
  #ugm-header .navbar-list {
    display: none;
  }
  #ugm-header .toggler-wrapper {
    display: flex;
  }
  #ugm-banner > .banner-wrapper > .banner-content > .banner-description > span {
    font-size: 18px;
  }
  #ugm-banner > .banner-wrapper > .banner-content > .banner-description > h2 {
    font-size: 40px;
  }
  #ugm-banner .contact-group > p,
  #ugm-banner .ugm-customer-btn {
    font-size: 14px;
  }

  #ugm-banner .contact-group > span {
    font-size: 18px;
  }
  #ugm-header .mobile-dropdown-menu-link > .lang-link {
    color: #fff;
    font-family: Cabin;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    margin: 0;
  }
}

@media (max-width: 768px) {
  #ugm-header .mobile-dropdown-heading > p,
  #ugm-header .navbar-mobile-link > a {
    font-size: 16px;
  }
  #ugm-header .mobile-submenu-heading > p,
  #ugm-header .mobile-dropdown-submenu > .mobile-submenu-links > .mobile-submenu-list > li > a,
  #ugm-header .mobile-dropdown-menu-link > a,
  #ugm-header .mobile-dropdown-menu-link > .lang-link {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  #ugm-header .navbar-search > form > input::placeholder {
    font-size: 12px;
  }
  #ugm-header .mobile-dropdown-heading > p,
  #ugm-header .navbar-mobile-link > a {
    font-size: 14px;
  }
  #ugm-header .mobile-submenu-heading > p,
  #ugm-header .mobile-dropdown-submenu > .mobile-submenu-links > .mobile-submenu-list > li > a,
  #ugm-banner > .banner-wrapper > .banner-content > .banner-description > p,
  #ugm-header .mobile-dropdown-menu-link > a,
  #ugm-header .mobile-dropdown-menu-link > .lang-link {
    font-size: 12px;
  }
  #ugm-header .mobile-dropdown-submenu > .mobile-submenu-links > .mobile-submenu-list {
    gap: 0.25rem;
  }
  #ugm-banner > .banner-wrapper > .banner-content > .banner-description > span {
    font-size: 16px;
  }
  #ugm-banner > .banner-wrapper > .banner-content > .banner-description > h2 {
    font-size: 32px;
  }
  #ugm-banner > .banner-wrapper > .banner-content {
    justify-content: start;
  }
  #ugm-banner .ugm-customer-btn,
  #ugm-banner .ugm-contact-btn {
    height: 60px;
  }
  #ugm-banner .ugm-contact-btn > img {
    width: 55px;
    height: 70px;
  }
  #ugm-banner .banner-navigation {
    flex-direction: column-reverse;
  }
  #ugm-footer > .custom-container > .wrapper > .right-content > .left-links > p {
    text-align: center;
  }
}
