@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&amp;display=swap");
@import "../fonts/font.css";
* {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  list-style: none;
  box-sizing: border-box;
  outline: none;
  border: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-x: hidden;
}

body {
  line-height: 1.2;
  scroll-behavior: smooth;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

section {
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

svg {
  width: 30px;
  height: 30px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

::selection {
  color: #fff;
  background-color: #104cba;
}

::-moz-selection {
  color: #fff;
  background-color: #104cba;
}

::-webkit-scrollbar {
  width: 0.375rem;
}

::-webkit-scrollbar-thumb {
  background-color: #bbbbbb;
  border-radius: 0 6px 6px 0;
}

a {
  transition: 0.3s all ease-in-out;
  color: inherit;
}

p {
  font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #000000;
    line-height: 26px;
}

p + p {
  margin-top: 10px;
}

img {
  max-width: 100%;
  height: auto;
  object-position: center;
  object-fit: cover;
}

.page-padding {
  padding: 70px 0;
}

.bg-theme {
  background: #104cba;
}

.navbar-bg-switch {
  position: fixed !important;
  width: 100%;
  top: 0 !important;
  left: 0 !important;
  transition: all 0.4s ease-out;
  z-index: 999 !important;
}

.navbar-collapse {
  display: flex;
  align-items: end;
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand .logo-light {
  opacity: 1;
  filter: alpha(opacity=0);
  height: auto;
    width: 217px;
    margin-top: -38px;
}

.navbar-header .logo {
  transition: all 0.4s ease-out;
}

.navbar-brand > img {
  display: block;
}

.logo {
  padding-top: 25px;
  transition: all 0.4s ease-out;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: normal;
  color: #111;
  cursor: pointer;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff !important;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav li.active {
  color: #ccc !important;
  text-decoration: none;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  display: block;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}

.main-navigation .navbar-nav li a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 70px 15px 35px 15px;
  transition: all 0.4s ease-out;
}

.navbar-nav > .active > a {
  color: #ccc !important;
  background: none;
  text-decoration: none;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.logo .logo-dark {
  opacity: 0;
  filter: alpha(opacity=0);
  height: 0;
}

.collapse.in {
  display: block;
}

.navbar-collapse.show {
  height: max-content;
  transition: all 0.4s ease-in-out;
  transform: translateX(-50%) scaleY(1);
  background-color: #fff;
}
.navbar-collapse.show ul {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.navbar-collapse.show ul li a {
  padding: 10px 15px;
}

.main-navigation-bg {
  height: 58px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  background: rgb(255, 255, 255);
  transition: all 0.4s ease-out;
}

.main-navigation-bg .navbar-nav li a {
  color: #000;
  padding: 0 15px 10px 15px;
  transition: all 0.4s ease-out;
}

.main-navigation-bg .logo {
  padding-top: 3px;
  transition: all 0.4s ease-out;
}

.main-navigation-bg .logo .logo-light {
  opacity: 0;
  filter: alpha(opacity=0);
  height: 0;
}

.main-navigation-bg .logo .logo-dark {
  opacity: 1;
  filter: alpha(opacity=100);
  height: auto;
  width: 151px;
    margin-top: 22px;
}

.upper-page {
  transition: all 0.4s ease-out;
}

.upper-page.active {
  width: 100%;
}

.navbar.main-navigation-bg .navbar-toggle span {
  background-color: #000 !important;
}

.language-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  cursor: pointer;
  z-index: 10;
  margin-bottom: 32px;
  margin-left: 10px;
}
.language-content span {
  font-size: 17px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.language-content span svg {
  width: 30px;
  height: 30px;
  transition: all 0.3s ease-in-out;
  fill: #fff;
}
.language-content .dropdown-lang {
  position: absolute;
  top: 150%;
  z-index: 10;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.15);
  float: left;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
}
.language-content .dropdown-lang ul {
  display: block;
  height: max-content;
  width: max-content;
}
.language-content .dropdown-lang ul li {
  width: 100%;
  height: max-content;
  padding: 5px 0;
}
.language-content .dropdown-lang ul li a {
  display: block;
  width: 100%;
  padding: 0.25rem 1.1rem;
  clear: both;
  font-weight: 500;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.language-content .dropdown-lang.active {
  visibility: visible;
  opacity: 1;
  top: 150%;
}

.main-navigation-bg .navbar-collapse {
  align-items: center;
}

.main-navigation-bg .language-content span svg {
  fill: #000;
}

.main-navigation-bg .language-content {
  margin-bottom: 20px;
}

.upper-page {
  position: relative;
  width: calc(100% - 70px);
  height: 100vh;
  overflow: hidden;
  left: 0;
  top: 0;
  margin: 0 auto;
  z-index: 2;
 display: grid;
 place-items: center;
}
.upper-page .dots {
  position: absolute;
  display: block;
  width: calc(33% - 300px);
  height: calc(100% - 300px);
  top: 150px;
  right: 150px;
  bottom: 150px;
  left: 150px;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 1;
}
.upper-page .dots-reverse {
  position: absolute;
  display: block;
  width: calc(33% - 300px);
  height: calc(100% - 300px);
  top: 150px;
  right: 0;
  bottom: 150px;
  left: 66%;
  margin-left: 150px;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 1;
}

.the-dots {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  background-image: radial-gradient(rgba(119, 119, 119, 0.75) 5%, transparent 0);
  background-size: 30px 30px;
}

.hero-fullscreen {
  position: absolute;
  width: 100%;
  height: calc(100% - 70px);
  left: 0;
  margin: auto 0;
  overflow: hidden;
  z-index: 0;
}

.hero-fullscreen-FIX {
  width: 100%;
  height: 100%;
}

.hero-bg, .hero-bg-FIX {
  transform: scale(1.6);
  opacity: 1;
  filter: alpha(opacity=100);
}

.hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-bg, .hero-bg-show {
  transition: all 1.5s ease;
}

.waves {
  position: absolute;
  width: 100%;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
}

.hero-bg-show {
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.parallax {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 200px 0;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.swiper-slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #111;
  backface-visibility: hidden;
}

.swiper-slide-inner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  transition: opacity 0.6s ease-in-out, transform 2s ease 0.7s;
  transform: scale(1.15);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.swiper-slide-inner-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.overlay:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.overlay-dark-75:before {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgb(0 0 0 / 51%) 100%);
    pointer-events: none;
 
  pointer-events: none;
}

.swiper-slide-inner-txt {
  position: absolute;
  width: 96% !important;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s ease;
  user-select: none;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 15;
}

.hero-subheading {
  position: relative;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: normal;
  color: #fff;
  backface-visibility: hidden;
  margin: -1px auto;
  z-index: 1;
}
.hero-subheading span {
  position: relative;
  display: inline-block;
  padding-right: 60px;
  margin-right: 10px;
  margin-left: 70px;
  line-height: 1;
  color: #fff;
}
.hero-subheading span::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: -40px;
  width: 30px;
  height: 0;
  margin-top: -1px;
  border-top: 1px solid #fff;
}

.hero-subheading span::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 16px;
  width: 30px;
  height: 0;
  margin-top: -1px;
  border-top: 1px solid #fff;
}

.divider-m {
  height: 50px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: none;
  z-index: -1;
}

.hero-heading {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-align: center;
  text-transform: none;
  letter-spacing: -0.04em;
  color: #fff;
  margin: -6px auto 0 auto;
  backface-visibility: hidden;
  width: 100%;
  line-height: 1.15;
  z-index: 1;
}

.more-wraper-center {
  position: relative;
  width: 120px !important;
  max-width: 120px;
  height: 120px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 1;
}

.more-button-bg-center {
  background: none;
  border: 1px dashed #fff;
}

.more-button-circle {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-clip: content-box;
  padding: 2.5px;
  cursor: pointer;
}

.more-button-txt-center {
  position: absolute;
  top: 60px;
  left: 60px;
  width: 120px !important;
  transform: translate(-50%, -50%);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: normal;
  color: #111;
  margin: 0 auto;
  cursor: pointer;
}
.more-button-txt-center span {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

.swiper-container-wrapper {
  padding-top: 0 !important;
  height: 100% !important;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.bg-img-1 {
  background-image: url(../img/header-galeri.jpg);
}

.swiper-slide-duplicate-active .swiper-slide-inner-bg, .swiper-slide-active .swiper-slide-inner-bg {
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.swiper-slide-active .swiper-slide-inner-txt {
  transition: opacity 1.8s ease 1.2s;
  opacity: 1;
  filter: alpha(opacity=100);
}

.more-wraper-center:hover .more-button-circle {
  animation: spin 5s linear infinite;
}

.title-custom h1 {
  font-size: 48px;
  line-height: 80px;
  font-weight: 900;
  margin-bottom: 20px;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  text-align: center;
}

.mtf-border-text {
  letter-spacing: 0;
  -webkit-text-stroke-width: 2px;
  -moz-text-stroke-width: 2px;
  -webkit-text-stroke-color: #010d0d;
  -moz-text-stroke-color: #010d0d;
  color: transparent !important;
  font-size: 40px;
  margin-bottom: 30px;
  height: 100%;
}

.title-custom {
  display: block;
  overflow: hidden;
}

.about .logo img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}

.content-about {
  width: 100%;
  max-width: 900px;
  margin: 30px auto 15px auto;
}

.about .row {
  flex-direction: column;
}
.about a {
  display: block;
  border: 1px solid #333;
  padding: 10px 20px;
  border-radius: 9999px;
  width: max-content;
  margin: 25px auto 0 auto;
}
.about a:hover {
  color: #000;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.clients {
  margin-top: 50px;
}
.clients .clients__title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 60px;
}
.clients .clients__item-inner {
  opacity: 0.6;
  transition: 0.3s ease;
}
.clients .clients__item-inner:hover {
  opacity: 1;
}
.clients .clients__item-inner img {
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-padding.kalite {
  background-image: url(../img/dot-gray.jpg);
  padding-top: 125px;
  padding-bottom: 138px;
  overflow: hidden;
}

.py-10 {
  padding-bottom: 10px;
}

.scroll-btn {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
}

.flex-grow-1 {
  flex-grow: 1;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.mx-auto {
  margin-inline-start: auto;
}

.lqd-scrl-indc {
  writing-mode: vertical-lr;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.link-medium a {
  font-weight: 500;
  color: #000;
}

.lqd-stickybar-wrap .lqd-scrl-indc .lqd-scrl-indc-inner {
  flex-direction: row-reverse;
}

.lqd-scrl-indc-inner {
  color: inherit;
}

.lqd-scrl-indc-txt {
  margin: 1em 0;
}

.lqd-scrl-indc-style-dot .lqd-scrl-indc-line {
  position: relative;
  width: 1px;
  height: 60px;
  color: inherit;
}

.rotate-180 {
  transform: rotate(180deg);
}

.lqd-stickybar-wrap .lqd-scrl-indc .lqd-scrl-indc-line {
  transform: rotate(-180deg) translate3d(0, 0, 0);
}

.bg-black {
  background-color: #000 !important;
}

.lqd-scrl-indc-style-dot .lqd-scrl-indc-line:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -0.5px;
  background: currentColor;
  opacity: 0.3;
}

.lqd-scrl-indc-style-dot .lqd-scrl-indc-el {
  width: 8px;
  height: 8px;
  top: 54px;
  background-color: #000;
  left: -4px;
}

.lqd-scrl-indc-inner {
  flex-direction: row-reverse;
}

.rounded-4 {
  border-radius: 4px !important;
}

.inline-block {
  display: inline-block;
}

.waves {
  z-index: 2 !important;
}

.nopadding {
  position: relative;
}

.swiper-wape-carousel {
  position: relative;
}
.swiper-wape-carousel:hover .waves-btn {
  left: 3rem;
}
.swiper-wape-carousel:hover .waves-btn.next {
  right: 0;
  left: unset;
}

.waves-btn {
  position: absolute;
  left: -20%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  color: #fff;
  font-size: 20px;
  z-index: 5;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.waves-btn.next {
  right: -20%;
  left: unset;
}

.content-right p {
  font-size: 16px;
}

.center-block .title-custom .mtf-border-text {
  font-size: 39px;
}
.center-block .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px 15px;
  margin-top: 25px;
}
.center-block .items .item {
  display: grid;
  place-items: center;
}
.center-block .items .item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.center-block .items .item h2 {
  font-size: 16px;
    margin-top: 10px;
    font-weight: 900;
    color: red;
    text-align: center;
}
.center-block .items .item div.count {
  font-size: 16px;
  font-weight: 500;
  margin-top: 6px;
}

.vew-all {
  margin: 35px auto 0 auto;
  width: max-content;
}
.vew-all a {
  position: relative;
  z-index: 2;
  font-size: 13px;
  font-weight: 500;
  color: #1d1d1d;
}
.vew-all a span {
  display: inline-block;
}
.vew-all a span svg {
  width: 18px;
  height: 18px;
}
.vew-all a::after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1d1d1d;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  opacity: 0.05;
  z-index: -1;
}
.vew-all a:hover {
  text-decoration: underline !important;
}

.title-custom.small h1 {
  font-size: 35px;
  line-height: 51px;
}
.title-custom.small .mtf-border-text {
  font-size: 35px;
  line-height: 48px;
}

.owl-koleksiyon {
  margin-top: 20px;
  padding: 20px 0;
}
.owl-koleksiyon .owl-stage-outer {
  padding: 15px 0;
  text-align: -webkit-center;
}
.owl-koleksiyon .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  position: relative;
  margin-right: 13px;
  transition: all 0.4s ease-in-out;
}
.owl-koleksiyon .owl-dots .owl-dot.active span {
  background-color: #000;
  width: 6px;
  height: 6px;
}
.owl-koleksiyon .owl-dots .owl-dot.active span::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid #000;
  transition: all 0.4s ease-in-out;
}

.mtf-iconbox {
  transition: transform 0.85s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-radius: 15px;
  background-color: #f8f5fb;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  margin: 0;
  padding: 25px 15px;
  position: relative;
}
.mtf-iconbox span {
  position: absolute;
  border-radius: 15px;
  transition: opacity 0.3s;
  opacity: 0;
  background-color: rgba(142, 114, 235, 0.17);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.mtf-iconbox .iconbox {
  position: relative;
  flex-grow: 1;
  transition: box-shadow 0.3s ease, background 0.3s ease;
  display: flex;
  flex-direction: column;
}
.mtf-iconbox .iconbox .iconbox-icon-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50px;
  margin-bottom: 20px;
}
.mtf-iconbox .iconbox .iconbox-icon-container svg {
  width: 45px;
  height: 45px;
  line-height: 0;
  fill: currentColor;
  transition: fill 0.3s, stroke 0.3s;
  display: inline-block;
  vertical-align: middle;
}
.mtf-iconbox .iconbox .iconbox-icon-container svg path {
  transition: fill 0.3s, stroke 0.3s;
}
.mtf-iconbox .iconbox h3 {
  display: inline-block;
  transition-property: color, background;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  color: #3C4B62;
  font-size: 14px;
  margin: 0;
}
.mtf-iconbox:hover {
  transform: scale(1.1);
}
.mtf-iconbox:hover .iconbox h3 {
  color: attr(data-color);
}
.mtf-iconbox:hover > span {
  opacity: 1;
}
.mtf-iconbox:hover svg path {
  fill: currentColor;
  color: currentColor;
}

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

.mtf-section {
  position: relative;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

.flex {
  display: flex;
}

.lqd-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.lqd-bnr-bnns-h-wrap-first {
  padding: 50px 0;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.lqd-bnr-bnns-h {
  font-size: 5vw;
  margin: 0 0 1em;
  font-weight: 700;
  line-height: 1.25em;
}

.fullwidth {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-inline-start: -50vw;
  margin-inline-end: -50vw;
}

.lqd-bnr-bnns {
  height: 140vh;
}

.relative {
  position: relative;
}

.lqd-bnr-bnns .module-sticky {
  inset-inline-start: 0;
  top: 0;
}

.h-vh-100 {
  height: 100vh;
}

.lqd-css-sticky {
  position: sticky !important;
  top: 30px;
}

.lqd-bnr-bnns-h,
.lqd-bnr-bnns-h-inner {
  font-size: clamp(55px, 5vw, 108px);
    font-weight: 700;
    text-shadow: 4px 4px 4px #00000069;
}

.lqd-bnr-bnns-h-inner {
  color: #fff;
}

.m-0 {
  margin: 0;
}

.lqd-bnr-bnns-h-wrap-last {
  max-width: 800px;
  margin: 0 auto;
}

.ts-line {
  display: block;
}

.line {
  overflow: hidden;
}

.split-chars {
  display: block;
  height: max-content;
  overflow: hidden;
}

.page-header {
  position: relative;
  display: block;
  padding: 265px 0 132px;
  overflow: hidden;
  z-index: 1;
}
.page-header .page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.page-header .page-header__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #0a184a;
  opacity: 0.7;
  content: "";
  z-index: -2;
}

.title-custom span{
  display: block;
}

.bananas-banner{
  overflow: hidden;
}

.page-header__inner {
  position: relative;
  display: block;
}
.page-header__inner h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 45px;
  line-height: 53px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.page-header__inner .icon-box {
  position: relative;
  display: block;
}
.page-header__inner .icon-box span {
  color: #fff;
  font-size: 40px;
  transform: rotate(90deg);
  margin-top: 10px;
}
.page-header__inner .thm-breadcrumb {
  position: relative;
  display: block;
  margin-top: 13px;
}
.page-header__inner .thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
}
.page-header__inner .thm-breadcrumb li span {
  text-transform: capitalize;
}
.page-header__inner .thm-breadcrumb li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar {
  padding: 20px;
  background-color: #4d4d4d;
  border-radius: 13px;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
.sidebar ul li {
  display: block;
}
.sidebar ul li a {
  display: block;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s all ease-in-out;
  position: relative;
  color: #ffffff;
}
.sidebar ul li a.active {
  transform: translateX(10px);
  color: #fb0909;
}
.sidebar ul li a.active::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 40px;
  height: 5px;
  border-radius: 16px;
  transition: 0.3s all ease-in-out;
}

.about-content {
  padding: 30px;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
  position: relative;
}
.about-content .slide-item {
  position: relative;
  display: block;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.about-content .slide-item .slide-item-content {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.about-content .slide-item .slide-item-content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
 
  opacity: 0.9;
  z-index: 1;
}
.about-content .slide-item .slide-item-content .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  opacity: 1;
}
.about-content .slide-item .slide-item-content .image-layer a {
  display: block;
}

.banner_about {
  margin-top: 25px;
}
.banner_about .owl-item.active .image-layer {
  opacity: 1;
}
.banner_about .owl-dots {
  position: absolute !important;
  left: 20px !important;
  top: 50%;
  bottom: inherit !important;
  transform: translate3d(0px, -50%, 0) !important;
  margin: inherit !important;
  width: 50px !important;
}
.banner_about .owl-dots .owl-dot {
  display: block !important;
  position: relative;
  left: 0 !important;
  opacity: 1;
  background: transparent;
  border-radius: 30px;
  transform: inherit !important;
  transition: all 500ms ease 0ms !important;
}
.banner_about .owl-dots .owl-dot:hover span {
  width: 10px;
  height: 15px;
  background-color: #104cba;
  border-color: #104cba;
}
.banner_about .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: all 500ms ease 0ms !important;
}
.banner_about .owl-dots .owl-dot.active span {
  width: 10px;
  height: 15px;
  background-color: #104cba;
  border-color: #104cba;
}

.sertifika-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
}

.item-sertifika {
  padding: 15px;
  border: 2px dashed #333;
}
.item-sertifika img {
  margin: 0 auto;
  width: 100%;
  height: 110px;
  object-fit: contain;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.custom-w p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.metro .items.height-1 {
  height: 530px;
}
.metro .items.height-2 {
  height: 250px;
}
.metro .items.height-2 {
  height: 250px;
}
.metro .items.height-2 img {
  height: 250px !important;
  width: 100%;
  object-fit: cover;
}
.metro .item-img {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.metro .item-img a {
  width: 100%;
  height: 100%;
  display: block;
}
.metro .item-img a .inner {
  transform: scale(1.2);
  transition: all 0.8s ease-in-out;
  transition-delay: 0.4s;
  position: relative;
  z-index: 1;
  height: 100%;
}
.metro .item-img a .inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.row:not(.gx-5):not(.gx-lg-5) > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
}

.uretim {
  margin-top: 25px;
}
.uretim .items .item img {
  width: 75px;
  height: 75px;
}

.work-carousel .swiper-slide {
  padding: 0 15px;
}

.work-carousel .content .item-img {
  position: relative;
  height: 480px;
  line-height: 0;
}

.work-carousel:hover .swiper-button-next,
.work-carousel:hover .swiper-button-prev {
  opacity: 1;
}

.work-carousel .swiper-button-next, .work-carousel .swiper-button-prev {
  color: #000;
  width: 60px;
  height: 60px;
  border-radius: 0;
  border: 0;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
}

.work-carousel .swiper-button-next,
.work-carousel .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.work-carousel .swiper-button-next:after,
.work-carousel .swiper-button-prev:after {
  font-size: 16px;
}

.preloader-close {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 30px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 99999999;
}

.handle-preloader .animation-preloader .spinner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 45px auto;
  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.handle-preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #4d4d4d;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  z-index: 9999999;
}
.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
.handle-preloader .animation-preloader .spinner {
  border: 3px solid #ffffff;
}
.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
  letter-spacing: 15px;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes zoomInOut {
  0% {
    transform: rotate(0deg) scale(0.7);
    opacity: 0;
  }
  50% {
    transform: rotate(180deg) scale(1);
    opacity: 1;
  }
  100% {
    transform: rotate(360deg) scale(0.7);
    opacity: 0;
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
.breadcrumb-b {
  height: 550px;
}
.breadcrumb-b .swiper-slide-inner {
  display: grid;
}
.breadcrumb-b .swiper-slide-inner .page-header__inner {
  z-index: 15;
}

.imago.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imago .inner.animated {
  transform: scale(1);
}

.imago {
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  transition: all 2.5s ease-in-out;
  transition-delay: 0.3s;
  position: relative;
}

.masonary {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-template-rows: minmax(250px, 1fr);
  grid-auto-flow: dense;
  gap: 20px;
}
.masonary .item-img {
  height: 250px;
}
.masonary .item-img:nth-child(1) {
  grid-row: span 2;
  grid-column: span 2;
  height: 520px;
}
.masonary .item-img:nth-child(2) {
  grid-row: span 1;
}
.masonary .item-img:nth-child(3) {
  grid-row: span 2;
  height: 520px;
}
.masonary .item-img:nth-child(8) {
  grid-row: span 2;
  grid-column: span 2;
  height: 520px;
}
.masonary .item-img:nth-child(6) {
  grid-row: span 2;
  grid-column: span 1;
  height: 520px;
}
.masonary .item-img:nth-child(11) {
  grid-row: span 1;
  grid-column: span 2;
  height: 250px;
}

.swiperUretim img {
  width: 100%;
  height: 480px;
}

.clients__list {
  margin-top: 50px;
}

.contact-info {
  margin: 0;
}
.contact-info .section-head {
  margin-bottom: 40px;
}
.contact-info .section-head .contact-s-title {
  font-weight: 400;
  font-size: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #104cba;
}
.contact-info .section-head .contact-l-title .contact-title {
  font-size: 60px;
  color: #000;
  margin-bottom: 0;
  font-weight: 800;
  text-transform: capitalize;
  overflow: hidden;
}
.contact-info .contact-icon {
  display: flex;
}
.contact-info .contact-icon .contact-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  min-width: 70px;
  margin-right: 30px;
  border-radius: 50%;
  background-color: #FAFAFA;
  text-align: center;
}
.contact-info .contact-icon .contact-media i {
  font-size: 30px;
  color: #202122;
}
.contact-info .contact-icon .contact-icon-info {
  overflow: hidden;
}
.contact-info .contact-icon .contact-icon-info .contact-icon-title-info {
  display: block;
  color: #666666;
}
.contact-info .contact-icon .contact-icon-info .contact-icon-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 5px;
  color: #000;
  display: block;
}

.contact-form {
  padding: 50px;
}
.contact-form .contact-form-title {
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 24px;
  text-transform: capitalize;
  color: #000;
}
.contact-form .contact-form-cs .input.input-animate {
  position: relative;
  width: 100%;
  outline: none;
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: none;
  margin-bottom: 30px;
  height: 100%;
  min-height: 44px;
}
.contact-form .contact-form-cs .input.input-animate::before {
  content: "";
  background: rgba(135, 135, 135, 0.2);
  z-index: 3;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.input-animate.input input,
.input-animate.input textarea {
  border-radius: 0px;
  font-size: 14px;
  height: 40px;
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: none;
  position: relative;
  width: 100%;
  outline: none;
  color: #202122;
  font-weight: 600;
}

.input-animate.input .spin {
  background: #104cba;
  z-index: 4;
  width: 0;
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: none;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.input-animate.input.textarea textarea {
  resize: none;
  padding: 5px 0px;
  height: 130px;
}

.form-btn-center {
  padding-top: 10px;
}
.form-btn-center .btn-form-cs {
  background-color: #104cba;
  color: #fff;
  padding: 25px 60px 20px 60px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  border: 1px solid #104cba;
  border-radius: 100vmax;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.form-btn-center .btn-form-cs i {
  margin-right: 10px;
  font-weight: 400;
}
.form-btn-center .btn-form-cs:hover {
  background-color: #fff;
  color: #104cba;
  border-color: #104cba;
}

/*SUCCESS FORM*/
.success-form {
  display: none;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  background-color: #104cba;
  align-items: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  font-weight: 500;
  width: 100%;
  letter-spacing: 0.7px;
  transition: all 0.5s ease-in-out;
  margin-bottom: 20px;
  grid-area: span 1/2 span;
}

.success-form .check {
  font-size: 20px;
  color: #104cba;
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 15px;
}

.success-form.active {
  visibility: visible;
  opacity: 1;
  display: flex;
}

.footer .mtf-bottom-section {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
  padding: 50px 40px 40px 40px;
  background: #f5f5f5;
}
.footer .mtf-bottom-section .mtf-social {
  display: block;
}
.footer .mtf-bottom-section .mtf-social ul {
  display: inline-flex;
  list-style: none;
}
.footer .mtf-bottom-section .mtf-social ul li a {
  display: inline-flex;
  color: #666666;
  font-size: 24px;
  width: 50px;
}
.footer .mtf-bottom-section .mtf-social span {
  display: block;
  margin-top: 10px;
  color: #666666;
}
.footer .padding-fotter {
  padding: 55px 0 0 0;
}
.footer .padding-fotter .footer-logo img {
  width: 100%;
  max-width: 300px;
}
.footer .padding-fotter .widget_about-call-section {
  display: flex;
  align-items: center;
}
.footer .padding-fotter .widget_about-call-section .mtf-icon {
  color: #666666;
  font-size: 32px;
  width: 60px;
  margin-right: 5px;
}
.footer .padding-fotter .widget_about-call-section .mtf-icon-section {
  color: #666666;
}
.footer .padding-fotter .widget_about-call-section .mtf-icon-section span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
.footer .padding-fotter .widget_about-call-section .mtf-icon-section a {
  display: block;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  text-transform: lowercase;
  color: #666666;
}
.footer .padding-fotter .widget_about-call-section + .widget_about-call-section {
  margin-left: 35px;
}

.copyright-area {
  margin-top: 15px;
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  padding: 28px 0;
}
.copyright-area .container {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.copyright-area .container p {
  margin-right: 25px;
  color: #666666;
}
.copyright-area .container ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright-area .container ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
}
.copyright-area .container ul li + li {
  margin-left: 15px;
  border-left: 2px solid #666;
  padding-left: 20px;
}

.sanatustuCopy a {
  color: #000 !important;
}

.sanatustuSpanF {
  font-size: 24px;
  color: #000;
  font-family: "NADALL";
}

.sanatustuSpanL {
  font-family: "Quizma-LightDemo";
  color: #000;
  font-size: 25px;
}

.contact-page{
  padding: 70px 0 0 0;
}

.location-map iframe {
  width: 100%;
  height: calc(300px + 140 * (100vw - 320px) / 1600);
  margin-bottom: -6px;
}

.content-about p,
.content-about span,
.content-about div{
  line-height: 1.5;
  color: #333;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-header__inner h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .masonry {
    column-count: 3;
  }
}
@media screen and (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-header {
    float: left;
  }
  .navbar {
    border-radius: 4px;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav li {
    float: left;
  }
  .navbar-nav li a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 880px) {

  .main-navigation .navbar-nav li a {
    padding: 0 15px 0 15px;
    color: #000 !important;
  }
  .logo {
    padding-top: 27px !important;
  }
  .navbar > .container {
    max-width: 750px;
    flex-wrap: unset !important;
  }
  .navbar {
    padding: 0 !important;
  }
  .hero-fullscreen {
    height: 100%;
  }
  .upper-page {
    width: 100%;
  }
  .navbar-collapse {
    display: block;
    min-width: 250px;
    left: 30% !important;
  }
  .masonry {
    column-count: 2;
  }
  .language-content {
    align-items: start;
    justify-content: start;
  }
  .language-content span svg {
    fill: #000;
  }
  .main-navigation-bg .logo .logo-dark{
    margin-top: -16px !important;
  }
  .main-navigation .navbar-toggle{
    margin-top: -11px !important;
  }
}
@media screen and (max-width: 768px) {
  .navbar-toggle {
    margin-top: 10px;
    margin-right: -11px;
    transition: all 0.4s ease-out;
  }
  .navbar-toggle .icon-bar {
    background: #000;
  }
  .main-navigation {
    width: calc(100% - 100px);
    position: relative;
  }
  .navbar-collapse {
    background: rgb(0, 0, 0);
    margin-top: 7px;
  }
  .navbar-collapse {
    top: 100%;
    left: -60%;
    width: 100%;
    height: 0;
    transform: translateX(-50%) scaleY(0);
    position: absolute;
    display: block;
  }
  .swiper-right-alternative {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .title-custom h1 {
    font-size: 31px;
    line-height: 44px;
  }
  .mtf-border-text {
    font-size: 30px;
  }
  .title-custom.small h1 {
    font-size: 26px;
    line-height: 37px;
  }
  .title-custom.small .mtf-border-text {
    font-size: 29px;
    line-height: 48px;
  }
  .lqd-bnr-bnns {
    height: 30vh;
  }
  .page-header__inner h2 {
    font-size: 35px;
    line-height: 55px;
  }
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  .masonry {
    column-count: 1;
  }
  .widget-component{
    justify-content: center !important;
  }
  .footer .padding-fotter .widget_about-call-section .mtf-icon {
    color: #666666;
    font-size: 30px;
    width: 30px;
    margin-right: 16px;
  }
  .footer .padding-fotter .widget_about-call-section .mtf-icon-section a {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .copyright-area .container{
    flex-direction: column;
    justify-content: center;
  }
  .copyright-area .container p{
    margin-right: 0;
    margin-bottom: 5px;
  }
  .copyright-area .container ul{
    margin-bottom: 5px;
  }
  .footer-logo{
    width: max-content;
    margin: 0 auto;
  }
  .lqd-section{
    margin-top: 25px !important;
  }
  .page-header__inner .thm-breadcrumb{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  position: absolute;
  top: 0;
  left: 0;
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  opacity: 0;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  color: #ffffff;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.3s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.5s;
}

@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 30px;
    letter-spacing: 10px;
  }
  .waves {
    height: 2vh;
    min-height: 76px;
  }
  .navbar-collapse{
    left: 7% !important;
  }
}

/*# sourceMappingURL=style.css.map */
