@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap");
@import url(../fonts/font.css);
:root {
  --height: 80px;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-content: "";
}

* {
  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;
}

body {
  line-height: 1.2;
  scroll-behavior: smooth;
  font-family: "Jost", sans-serif !important;
  background-color: #fff;
}

section {
 
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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;
}

.mt0 {
  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;
}

.mb0 {
  margin-bottom: 40px;
}

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

::selection {
  color: #fff;
  background-color: #b19660;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

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

p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  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: #b19660;
}

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

.mb-15 {
  margin-bottom: 15px !important;
}

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

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

.mt-50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 40px !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.color-black {
  color: #333;
}

.pt-100 {
  padding-top: 100px;
}

#top-bar__navigation-toggler {
  color: #fff;
  position: relative;
  top: 3px;
  outline: none;
  transition: all 0.2s linear;
}

.hide-object-desktop {
  display: none;
}

.trigger {
  width: 65px;
  cursor: pointer;
  transition: transform 400ms;
  user-select: none;
  transform: scaleY(0.7);
  overflow: visible;
  height: 100%;
}
.trigger .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
}

.trigger .line.bottom {
  stroke-dasharray: 30 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}

.trigger .line.top {
  stroke-dasharray: 40 160;
}

.trigger .line.middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}

#top-bar__navigation-toggler.active .trigger {
  transform: rotate(45deg);
}

#top-bar__navigation-toggler.active .trigger .line.top {
  stroke-dashoffset: -64px;
}

#top-bar__navigation-toggler.active .trigger .line.middle {
  transform: rotate(90deg);
}

#top-bar__navigation-toggler.active .trigger .line.bottom {
  stroke-dashoffset: -64px;
}

@media screen and (max-width: 1200px) {
  .hide-object-desktop {
    display: inline-flex !important;
  }
}
.right-col {
  display: flex;
  align-items: center;
  gap: 0;
}

.pq-bottom-header.active .trigger .line {
  stroke: #000 !important;
}

.mobile-menu.active {
  left: 0;
}

.mobile-menu {
  position: fixed;
  left: -100%;
  top: 0;
  height: 100vh;
  background-color: #fff;
  z-index: 1000;
  width: 300px;
  padding: 50px 20px;
  transition: 400ms;
  overflow-y: auto;
  box-shadow: 0 25px 70px 0 rgba(0, 0, 0, 0.07);
}
.mobile-menu img {
  max-width: 150px;
  margin-bottom: 34px;
}
.mobile-menu li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
}
.mobile-menu li ul {
  margin-left: 20px;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.3s ease-in-out;
}
.mobile-menu li.submenu-custom {
  position: relative;
}
.mobile-menu li.submenu-custom:hover::before {
  color: #b19660;
}
.mobile-menu li.submenu-custom::before {
  content: "+";
  right: 5px;
  position: absolute;
  font-size: 20px;
  top: -3px;
}
.mobile-menu li + li {
  margin-top: 15px;
}

.mobile-menu .pq-submenu-icon {
  position: absolute;
  top: 12px;
  right: 15px;
  color: #b19660;
  display: grid;
  place-items: center;
  cursor: pointer;
  font-size: 14px;
}

.mobile-menu li.menu-item-has-children {
  position: relative;
}

.mobile-menu li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  height: 40px;
  font-size: 18px;
}

.mobile-menu li.menu-item-has-children ul.active {
  display: block;
  min-height: max-content;
  opacity: 1;
  visibility: visible;
  max-height: max-content;
  overflow: hidden;
  transform: scaleY(1);
}

.primary-btn {
  border: 2px solid #b19660;
  color: #b19660;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 2;
  overflow: hidden;
  font-weight: 500;
  gap: 0.7rem;
  font-size: 16px;
  border-radius: 0 !important;
  padding: 10px 20px;
}
.primary-btn::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #b19660;
  color: #fff;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.primary-btn svg {
  width: 19px;
}
.primary-btn svg path {
  fill: #b19660;
}
.primary-btn:hover {
  color: #fff;
}
.primary-btn:hover::after {
  width: 100%;
}
.primary-btn:hover svg path {
  fill: #fff;
}

header#pq-header {
  position: absolute;
  width: 100%;
  background: transparent;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
header#pq-header .pq-top-header {
  background: transparent;
  padding: 10px 0;
  font-weight: 500;
}
@media screen and (max-width: 1365px) {
  header#pq-header .pq-top-header {
    font-size: 14px;
  }
}
header#pq-header .pq-top-header .pq-top-right {
  display: inline-flex;
  align-items: center;
}
header#pq-header .pq-top-header .pq-header-time ul {
  margin: 0;
  padding: 0;
  color: #fff;
  list-style: none;
}
header#pq-header .pq-top-header .pq-header-time ul li i {
  margin-right: 10px;
  color: #b19660;
}
header#pq-header .pq-top-header .pq-header-social {
  padding-left: 20px;
}
header#pq-header .pq-top-header .pq-header-social ul {
  margin: 0;
  padding: 0;
}
header#pq-header .pq-top-header .pq-header-social ul li {
  list-style: none;
  display: inline-block;
  float: left;
  border: unset !important;
  margin-right: 20px;
}
header#pq-header .pq-top-header .pq-header-social ul li a {
  color: #fff;
  background: transparent;
  padding: 10px 0;
  display: inline-block;
}
@media screen and (max-width: 1365px) {
  header#pq-header .pq-top-header .pq-header-social ul li a {
    font-size: 14px;
  }
}
header#pq-header .pq-top-header .pq-header-contact.text-right ul {
  float: right;
}
header#pq-header .pq-top-header .pq-header-contact.text-right ul li {
  border: none;
  list-style: none;
  display: inline-block;
  border: none;
  padding: 10px 0;
  color: #fff;
  float: left;
}
@media screen and (max-width: 1365px) {
  header#pq-header .pq-top-header .pq-header-contact.text-right ul li {
    font-size: 12px;
    padding: 10px 15px;
  }
}
header#pq-header .pq-top-header .pq-header-contact.text-right ul li a {
  color: #fff;
}
header#pq-header .pq-top-header .pq-header-contact.text-right ul li a i {
  color: #b19660;
  margin-right: 8px;
}
header#pq-header .pq-top-header .pq-header-contact.text-right ul li + li {
  margin-left: 20px;
}

.pq-bottom-header {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.8s ease;
  position: relative;
}
.pq-bottom-header .navbar {
  padding: 0 !important;
  height: 110px;
  justify-content: center !important;
  gap: 20px !important;
}
.pq-bottom-header .navbar .navbar-brand img {
  height: 50px;
}
.pq-bottom-header .navbar .pq-menu-contain {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pq-bottom-header .navbar .navbar-nav {
  float: none;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.pq-bottom-header .navbar .navbar-nav li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
  color: #fff;
  line-height: 80px;
  font-weight: 300;
}
@media (max-width: 1599px) {
  .pq-bottom-header .navbar .navbar-nav li {
    margin-right: 25px;
  }
}
@media (max-width: 1365px) {
  .pq-bottom-header .navbar .navbar-nav li {
    font-size: 14px;
    margin-right: 20px;
  }
}
.pq-bottom-header .navbar .navbar-nav li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 1px;
}
.pq-bottom-header .navbar .navbar-nav li i {
  color: #fff;
  margin-left: 4px;
  font-size: 9px;
  margin-top: -3px;
  font-weight: 600;
  transform: translateY(-2px);
}
.pq-bottom-header .navbar .navbar-nav li .sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  padding-left: 0;
  display: inline-block;
  width: 245px;
  z-index: 999;
  box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
  transform: scale(1, 0);
  transform-origin: 0 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  overflow: hidden;
  border-radius: 10px;
}
.pq-bottom-header .navbar .navbar-nav li .sub-menu li {
  line-height: 2;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  color: #616161;
  position: relative;
  float: left;
  font-weight: 300;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1365px) {
  .pq-bottom-header .navbar .navbar-nav li .sub-menu li {
    font-size: 14px;
  }
}
@media (max-width: 1599px) {
  .pq-bottom-header .navbar .navbar-nav li .sub-menu li {
    margin-right: 20px;
  }
}
.pq-bottom-header .navbar .navbar-nav li .sub-menu li a {
  line-height: 2;
  text-transform: capitalize;
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.pq-bottom-header .navbar .navbar-nav li .sub-menu li a:hover {
  background-color: #b19660;
  color: #fff;
}

.navbar .navbar-nav li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

header#pq-header .pq-menu-search-block {
  position: relative;
  margin: 0 0 0 10px;
}

@media (max-width: 1023px) {
  header#pq-header .pq-menu-search-block {
    margin-left: auto;
  }
}
.pq-menu-search-block .offcanvas {
  position: fixed;
  z-index: 1050;
  background-color: #fff !important;
  padding: 45px;
  height: 100%;
  top: 0;
  right: 0;
  transform: translateX(-100%) !important;
  transition: all 0.5s ease;
  overflow: hidden;
  width: 350px;
}

.pq-menu-search-block .offcanvas.show {
  display: block;
  transform: translateX(0%) !important;
}

.pq-menu-search-block .offcanvas .search-form {
  margin: 30px auto;
  width: 100%;
}

.search-form {
  position: relative;
}

.offcanvas .btn-close {
  opacity: 1;
  background: none;
  color: #fff;
  font-size: 0;
  position: absolute;
  right: 1rem;
  top: 2rem;
  transform: translateY(-50%);
  line-height: normal;
  padding: 0;
  box-shadow: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 300;
}

.offcanvas .btn-close:before {
  font-size: 20px;
  content: "\eb98";
  font-family: remixicon !important;
  font-style: normal;
  color: #000;
  -webkit-font-smoothing: antialiased;
}

.search-form label {
  display: block;
  position: relative;
}
.search-form label::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #616161;
  width: 0;
  height: 1px;
  transition: all 1.5s ease-in-out;
}

.pq-menu-search-block .offcanvas.show .search-form label::before {
  width: 100%;
}

.offcanvas .search-form .search-field {
  border: none;
  color: #616161;
  padding-left: 30px;
  width: 100%;
  float: none;
  font-size: 16px;
  padding: 0 15px 0 35px;
  height: 54px;
  line-height: 54px;
  outline: none;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}

.search-submit {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 20px;
  position: absolute;
  text-align: center;
  color: #000;
  line-height: 54px;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}

.search-submit:before {
  content: "\f0cd";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

header#pq-header .pq-menu-search-block {
  position: relative;
}
header#pq-header .pq-menu-search-block a {
  color: #fff;
  font-size: 22px;
  transition: all 0.5s ease-in-out;
  text-align: center;
  display: inline-block;
}

@media (max-width: 1200px) {
  .pq-menu-contain {
    display: none !important;
  }

  .pq-top-header {
    display: none !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: inline-block !important;
  }

  header#pq-header .pq-bottom-header .navbar-toggler {
    font-size: 20px;
    padding: 12px 18px;
    line-height: normal;
    float: right;
    outline: none;
    margin: 0 0 0 30px;
    color: #000;
    box-shadow: none;
    background: #fff;
  }

  header#pq-header .pq-bottom-header .navbar .navbar-collapse {
    display: none !important;
  }

  .navbar {
    justify-content: space-between !important;
  }

  .navbar-nav {
    float: left;
    width: 100%;
    display: inline-block;
  }
  .navbar-nav li {
    float: left;
    width: 100%;
    display: inline-block;
    line-height: normal;
    position: relative;
    font-size: 16px;
    position: relative;
  }
  .navbar-nav li:hover i {
    color: #fff !important;
  }
  .navbar-nav li:hover .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    padding-left: 0;
    background: #f5f5f5;
    box-shadow: none;
    display: inline-block;
    width: 100%;
  }
  .navbar-nav li:hover .sub-menu li a {
    padding: 10px 30px;
  }
  .navbar-nav li i {
    margin-left: 0;
    opacity: 1;
    font-size: 12px;
    position: absolute;
    right: 0;
    margin-top: 0;
    top: 0;
    padding: 22px;
    color: #000;
    transform: none;
    display: inline-block;
  }
  .navbar-nav li a {
    color: #000 !important;
  }
  .navbar-nav li a:hover {
    background-color: #b19660;
    color: #fff !important;
  }
}
.background-bg {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: translateY(-3000%) scale(0.7);
  transition: all 0.3s ease-in-out;
}

.pq-bottom-header.sticky .background-bg {
  transform: translateY(-1px) scale(1);
}

.pq-bottom-header.sticky {
  box-shadow: -2px 3px 90px -20px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.pq-bottom-header.sticky .navbar .navbar-nav li a {
  color: #000;
}
.pq-bottom-header.sticky .navbar .navbar-nav li i {
  color: #000;
}
.pq-bottom-header.sticky .pq-menu-search-block a {
  color: #000 !important;
}
.pq-bottom-header.sticky .navbar-brand img {
  filter: unset !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: space-between !important;
  }
}
.navbar-c {
  display: flex;
  height: 100%;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pq-bottom-header .container-fluid {
  padding: 0 30px !important;
}

.language {
  position: relative;
  margin-right: 5px;
}
.language .current {
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.language .current::after {
  content: "";
  position: absolute;
  width: 73px;
  height: 25px;
  background-color: transparent;
  opacity: 0;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateZ(0);
}
.language .current span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: color 0.25s ease;
}
.language .current svg {
  margin-left: 5px;
  width: 25px;
  fill: #fff;
  transition: all 0.25s ease;
  flex-shrink: 0;
}
.language .current svg path {
  fill: #fff;
}
.language .current img {
  margin-right: 5px;
  height: 20px;
  width: 20px;
}
.language .list {
  transition: all 0.25s ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: calc(100% + 25px);
  transform: translateX(-50%) translateZ(0);
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.language .list li {
  display: flex;
  justify-content: center;
  align-items: center !important;
  flex-wrap: nowrap;
  flex-direction: row;
}
.language .list li a {
  font-size: 14px;
  color: #231f2d;
  transition: color 0.25s ease;
  font-weight: 500;
  padding: 10px 25px;
  transition: all 0.2s ease-in-out;
  flex-shrink: 0;
}
.language .list li a img {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}
.language .list li a:hover {
  background-color: #b19660;
  color: #fff;
}

.language.active .list {
  opacity: 1;
  visibility: visible;
}

.header.sticky .language span {
  color: #000;
}
.header.sticky .language svg {
  fill: #000;
}

.svg-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 14px;
  position: relative;
  cursor: pointer;
}
.svg-phone svg {
  width: 20px;
  height: 20px;
}

.svg-phone span {
  position: absolute;
  top: 90%;
  left: 26px;
  transform: translate(-50%, -50%);
  width: max-content;
  height: 100%;
  padding: 1px 10px;
  background-color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 13px;
  z-index: 100;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
}

.svg-phone span::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-color: #fff transparent;
  border-width: 0 5px 5px;
  top: -2px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.svg-phone:hover .call-us {
  visibility: visible;
  opacity: 1;
  top: 50px;
}

.svg-phone svg {
  fill: #fff;
  margin-right: 6px;
}

.svg-phone a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.pq-bottom-header.active .language .current svg path {
  fill: #000;
}
.pq-bottom-header.active .svg-phone svg {
  fill: #000;
}
.pq-bottom-header.active .right-col.left .language {
  color: #000 !important;
}

.right-col.left {
  gap: 15px;
}
.right-col.left .language {
  font-size: 17px;
  color: #fff;
}
.right-col.left .language a {
  font-size: 20px;
  padding: 10px 17px;
}

@media screen and (max-width: 768px) {
  .right-col.left {
    gap: 0 !important;
  }
  .right-col.left .language {
    display: none;
  }

  .svg-phone {
    display: none;
  }

  .navbar-brand {
    margin-right: 0 !important;
  }

  header#pq-header .pq-menu-search-block a {
    font-size: 19px !important;
  }

  .trigger {
    width: 55px !important;
  }

  .pq-bottom-header .navbar {
    gap: 0 !important;
  }

  .banner-one-wrapper .title-banner {
    font-size: 22px !important;
    line-height: 34px !important;
    margin-bottom: 10px !important;
  }

  .banner-one-wrapper .desc {
    margin-bottom: 20px !important;
  }
}
.pq-bottom-header.hidden {
  transform: translateY(-100%) !important;
}

.br-style-com {
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  margin: 50px 10px;
}

.about-section {
  position: relative;
  padding: 120px 0;
  background-color: #111;
}

.dsn-bg-pattern:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/bg-line.png);
  background-repeat: no-repeat;
  opacity: 0.5;
  background-position: center center;
  background-size: cover;
}

.d-grid:not(.dsn-isotope):not(.d-grid-no-space) {
  gap: 50px 60px;
}

@media only screen and (min-width: 768px) {
  .about-section .d-grid {
    grid-template-columns: 70% auto;
  }
}
.d-grid:not(.dsn-isotope) {
  display: grid;
}

.about-section .box-info {
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-section .box-info {
    padding: 80px 0 80px 0;
  }
}
.about-section .box-info p {
  max-width: 350px;
  color: #d9d9d9;
}
.about-section .box-info .section-title {
  text-transform: uppercase;
}
.about-section .box-info .section-title .description {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
}
.about-section .box-info .v-middle {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  transform: translate(0, -50%);
}
.about-section .box-info .v-middle .dsn-animate-number {
  font-size: 450px;
  font-weight: 400;
  line-height: 340px;
  vertical-align: middle;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-color: transparent;
  background-image: linear-gradient(180deg, #fff4e24a 0%, #9c9c9c07 100%);
}
.about-section .box-info .v-middle .description-number {
  display: flex;
  justify-content: center;
  margin-top: -105px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.about-section .box-info .title-h2 {
  font-size: 28px;
  letter-spacing: 0.105em;
  color: #fff;
  overflow: hidden;
  font-weight: 300;
}
.about-section span:after,
.about-section span:before {
  background-color: #b19660;
}

.circle-after.circle-before.circle-both-before {
  padding-left: 30px;
  padding-right: 0;
}

.circle-after,
.circle-before,
.square-after,
.square-before {
  position: relative;
}

.circle-after.circle-before.circle-both-before:after {
  right: auto;
  left: 10px;
}

.circle-after:after,
.circle-before:before,
.square-after:after,
.square-before:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.circle-before:before,
.square-before:before {
  left: 0;
}

@media only screen and (min-width: 768px) {
  .about-section .img-box-parallax {
    height: 100%;
  }

  .about-section .img-box-parallax img {
    border-radius: 160px 160px 160px 160px;
  }
}
img:not(.dsn-lazy-loading) {
  transition: filter 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.about-section .img-box-parallax img {
  height: 490px;
  width: 100%;
  max-width: 285px;
}

.img-box-parallax img {
  display: initial;
}

.cover-bg-img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 1200px) {
  .about-section .container {
    max-width: calc(1200px + 50px);
  }
}
.bg-color2 {
  background-color: #111;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.banner-section-three .swiper-slide {
  position: relative;
  height: 100vh;
  text-align: right;
}

.banner-section-three .swiper-slide {
  position: relative;
  height: 100vh;
  text-align: right;
}

.banner-section-three .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.banner-section-three .swiper-slide .right-img {
  height: 100%;
  margin-left: auto;
  width: 70%;
}

.banner-section-three .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .banner-section-three .swiper-slide img {
    width: 40%;
  }
}
.banner-section-three .swiper-slide .banner-three-content {
  width: 100%;
  max-width: 600px;
  position: absolute;
  left: 90px;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  z-index: 3;
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner-section-three .swiper-slide .banner-three-content {
    max-width: 500px;
    left: 45px;
  }
}
@media (max-width: 767px) {
  .banner-section-three .swiper-slide .banner-three-content {
    max-width: 280px;
    left: 20px;
  }
}
.banner-section-three .swiper-slide .banner-three-content h2 {
  font-size: 49px;
  line-height: 1.25;
  margin-bottom: 15px;
  color: #fff;
}

@media (max-width: 767px) {
  .banner-section-three .swiper-slide .banner-three-content h2 {
    font-size: 30px;
  }

  .banner-section-three .swiper-slide img {
    width: 100%;
  }

  .banner-section-three .swiper-pagination-num {
    width: max-content !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-section-three .swiper-slide .banner-three-content h2 {
    font-size: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-section-three .swiper-slide .banner-three-content h2 {
    font-size: 65;
  }
}
.banner-section-three .swiper-slide .banner-three-content .context {
  margin-bottom: 50px;
  color: #fff;
  height: 57px;
}
.banner-section-three .swiper-slide .banner-three-content .context p,
.banner-section-three .swiper-slide .banner-three-content .context span {
  color: #fff;
}

.banner-section-three .swiper-pagination-num {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: 90%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 20px;
  width: 220px;
  z-index: 999;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-section-three .swiper-pagination-num {
    left: 85%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-section-three .swiper-pagination-num {
    left: 85%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-section-three .swiper-pagination-num {
    left: 80%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .banner-section-three .swiper-pagination-num {
    left: 75%;
  }
}
@media (max-width: 576px) {
  .banner-section-three .swiper-pagination-num {
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
    flex-direction: row;
  }
}
.banner-section-three .swiper-pagination-bullet {
  height: 23px;
  width: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  background-color: transparent;
  opacity: 0.7;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .banner-section-three .swiper-pagination-bullet {
    font-size: 17px;
  }
}
.banner-section-three .swiper-pagination-bullet-active {
  font-size: 30px;
  position: relative;
  margin-right: 82px !important;
  opacity: 1;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .banner-section-three .swiper-pagination-bullet-active {
    font-size: 24px;
    margin-right: 42px !important;
  }
}
.banner-section-three .swiper-pagination-bullet-active::after {
  content: "";
  height: 1px;
  width: 30px;
  background-color: #fff;
  position: absolute;
  left: 39px;
  top: 50%;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .banner-section-three .swiper-pagination-bullet-active::after {
    width: 30px;
  }

  .btn--primary-two::before,
  .btn--primary-two::after {
    background-color: transparent !important;
    border-color: transparent !important;
  }

  .banner-section-three .swiper-slide {
    height: 80vh;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.swiper-slide-active h2 {
  animation: fadeInDown 1.7s;
}

.swiper-slide-active .desc {
  animation: fadeInUp 1.7s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.eg-btn {
  text-align: center;
  display: inline-flex;
  text-decoration: none;
  transition: all 0.45s ease-in-out;
  text-transform: capitalize;
  cursor: pointer;
  border: 2px solid #acacac;
  position: relative;
  color: #acacac;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 35px;
}

.swiper-slide-active .eg-btn {
  animation: fadeInUp 1.7s;
}

.btn--primary-two::before {
  border-right: 2px solid #acacac;
  border-bottom: 2px solid #acacac;
  left: -2px;
  top: -2px;
}

.btn--primary-two::after {
  border-left: 2px solid #acacac;
  border-top: 2px solid #acacac;
  right: -2px;
  bottom: -2px;
}

.btn--primary-two::before,
.btn--primary-two::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background-color: #141618;
  transition: all 0.55s ease;
}

.btn--primary-two:hover::before,
.btn--primary-two:hover::after {
  width: 0;
  height: 0;
}

@media screen and (max-width: 800px) {
  .about-section {
    padding: 100px 0 40px 0;
  }

  .about-section .box-info .title-h2 {
    font-size: 17px;
    line-height: 24px;
  }

  .about-section .box-info p {
    font-size: 15px;
  }

  .about-section .img-box-parallax img {
    max-width: 100%;
    border-radius: 17px;
    height: 300px;
  }

  .about-section .box-info .v-middle {
    display: none;
  }
}
.qodef-section-title {
  text-align: left;
}
.qodef-section-title .qodef-m-subtitle {
  color: #1b3942;
  letter-spacing: 0.108em;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 9px;
  justify-content: flex-start;
}
.qodef-section-title .qodef-m-subtitle::before {
  content: "";
  width: 9px;
  height: 9px;
  border: 1px solid currentColor;
  border-radius: 50%;
  box-sizing: border-box;
  margin-bottom: 1px;
}
.qodef-section-title h2 {
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #1b3942;
  font-size: 40px;
  line-height: 1.13208em;
  overflow: hidden;
  word-wrap: break-word;
}

.sektorler {
  padding: 30px 15px 80px 0;
  background-color: #f7f7f7;
}

.qodef-clients-list {
  --qode-grad-color-1: #ffffff00;
  --qode-grad-color-2: #fff;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(
      90deg,
      var(--qode-grad-color-1),
      var(--qode-grad-color-2) 35%,
      var(--qode-grad-color-2) 65%,
      var(--qode-grad-color-1)
    ),
    linear-gradient(
      to top,
      var(--qode-grad-color-2) 10px,
      var(--qode-grad-color-1) 10px
    );
}

.qodef-e .qodef-e-title-text {
  background-repeat: no-repeat;
  transition: background-size 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: 0 100%;
}
.qodef-e .qodef-e-arrow-holder {
  display: inline-flex;
  position: relative;
  top: -0.11em;
  left: 0.13em;
}
.qodef-e .qodef-e-arrow-holder svg {
  height: 0.38em;
  width: auto;
  fill: #b19660;
}
.qodef-e .qodef-portfolio-author-info {
  margin: 7px 0 29px;
}
.qodef-e .qodef-portfolio-author-info .qodef-m-inner {
  display: flex;
  align-items: center;
}
.qodef-e .qodef-e-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-e .qodef-e-inner .qodef-e-content {
  margin: 0;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-e .qodef-e-inner .qodef-e-content p {
  color: #abaeaf;
}
.qodef-e .qodef-e-inner .qodef-e-content h4 {
  max-width: 768px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #1b3942;
  font-size: 23px;
  line-height: 1.26667em;
  word-wrap: break-word;
}

.qodef-e-media {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 0px 50px 0px 50px;
}

.qodef-e-media-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0px 50px 0px 50px;
}

.qodef-e-media-image a,
.qodef-e-media-image img {
  display: block;
  width: 100%;
  height: 400px;
}

.slider-content {
  padding: 50px 0 0 0;
}

.qodef-e:hover .qodef-e-title-text {
  background-size: 100% 1px;
}
.qodef-e:hover .qodef-e-title-text:hover {
  color: #111;
}

.opacity-medium {
  background: linear-gradient(to top, #141622 7%, transparent 100%);
}

.opacity-medium {
  opacity: 0.75;
}

.opacity-extra-medium,
.opacity-full,
.opacity-full-dark,
.opacity-light,
.opacity-medium,
.opacity-very-light {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.cover-background {
  background-size: cover;
  background-position: center center !important;
  position: relative;
  height: 500px;
  padding-bottom: 9%;
  display: flex;
  background-repeat: no-repeat !important;
  justify-content: center;
  align-items: flex-end;
}

.alt-font {
  font-weight: 300 !important;
  color: #fff;
  font-size: 2.675rem;
  line-height: 2.7rem;
}
.alt-font span {
  font-weight: 600 !important;
}

.animation-zoom {
  animation: zoom-in-zoom-out 2s linear 0.5s infinite alternate both;
}
.animation-zoom a {
  border-color: rgba(255, 255, 255, 0.3) !important;
  z-index: 1;
  border-radius: 50%;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
}

@keyframes zoom-in-zoom-out {
  0%,
  100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
}
.video-icon-box > span {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.video-icon-large .video-icon {
  width: 85px;
  height: 85px;
  font-size: 20px;
}

.video-icon {
  position: relative;
  display: inline-flex;
  color: #fff;
  font-size: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.bg-13 {
  background-image: url(../img/markalar-bg-home.jpg);
  background-color: #b19660;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0 80px 0;
}
.bg-13 .section-title {
  position: relative;
}
.bg-13 .section-title .title-header {
  position: relative;
  margin-bottom: 17px;
}
.bg-13 .section-title h5 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  color: #fff;
}
.bg-13 .section-title h2.title {
  font-weight: 700;
  font-size: 33px;
  line-height: 43px;
  overflow: hidden;
  margin-bottom: 0;
  color: #fff;
}

.ttm-bg {
  box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
  background-color: #fff;
  padding: 3rem;
  z-index: 2;
}

.ttm-client-logo-tooltip,
.ttm-client-logo-tooltip-inner {
  position: relative;
  overflow: hidden;
}

.ttm-client-logo-tooltip img {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 150px !important;
  height: 80px;
  object-fit: contain;
  filter: grayscale(1);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.ttm-client-logo-tooltip img:hover {
  filter: grayscale(0);
}

.client-section {
  margin-top: -90px;
  z-index: 2;
}

.buttons {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 3rem;
  gap: 10px;
}
.buttons button {
  border-radius: 0;
  width: 48px;
  height: 48px;
  box-shadow: unset;
  color: #000;
  font-size: 25px;
  background-color: transparent;
  border: 1px solid rgb(0 0 0 / 31%);
}

@media screen and (max-width: 800px) {
  .bg-13 .section-title h2.title {
    font-size: 24px;
    line-height: 29px;
  }

  .buttons {
    justify-content: flex-start !important;
  }

  .bg-13 .section-title {
    padding-bottom: 0 !important;
  }

  .animation-zoom a {
    margin-top: 30px;
  }

  .qodef-clients-list {
    -webkit-mask-image: unset !important;
  }

  .qodef-section-title h2 {
    font-size: 26px;
  }
  .slider-content {
    padding: 35px 0 0 0;
  }
}
.slider-content .swiper-pagination-progressbar {
  width: 100%;
  height: 2px;
  top: auto;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  background: #d4d4d4;
}
.slider-content
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #b19660;
}

.copyright-area {
  border-top: 1px solid rgba(218, 216, 216, 0.7);
  padding: 28px 0 10px 0;
  margin-top: 30px;
}
.copyright-area .container {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  gap: 15px;
}
.copyright-area p {
  margin-right: 25px;
  color: #094048;
  font-size: 18px;
}

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

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

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

.copyright-text {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 25px 23px;
  position: relative;
  gap: 5px;
}

.copyright-text .company a {
  color: #b19660;
  font-weight: 500;
}

.ps-footer__box {
  background-color: #f0f2f5;
  border-radius: 4px;
  margin-top: 20px;
  padding: 40px;
  margin-bottom: 45px;
}

.ps-footer--contact .ps-footer__fax {
  margin-bottom: 5px;
  line-height: 36px;
  font-size: 22px;
  font-weight: 600;
  color: #b19660;
}

@media (min-width: 1280px) {
  .ps-footer--contact .ps-footer__fax {
    font-size: 24px;
  }
}
.ps-footer--contact .ps-footer__work {
  padding-left: 0;
  line-height: 1.6em;
  margin-bottom: 30px;
  font-size: 14px;
  color: #5b6c8f;
}

.ps-footer--contact hr {
  display: none;
}

@media (min-width: 960px) {
  .ps-footer--contact .ps-footer__email {
    padding: 5px 25px;
  }
}
@media (min-width: 768px) {
  .ps-footer--contact .ps-footer__email {
    padding: 5px 10px;
  }
}
.ps-footer--contact .ps-footer__email {
  background-color: white;
  padding: 5px 25px;
  border-radius: 40px;
}

.ps-footer--contact .ps-footer__email {
  font-weight: 600;
  color: #b19660;
  font-size: 16px;
}

.ps-footer--contact .ps-footer__email i {
  margin-right: 15px;
  font-weight: bold;
}

.footer-container a.button.button-light {
  font-size: 100% !important;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .ps-footer--address,
  .ps-footer--newsletter {
    padding-top: 0;
  }
}
.ps-footer--address {
  padding-top: 30px;
}

.ps-footer--address .ps-logo {
  display: none;
}

.ps-footer--address p {
  font-size: 16px;
  line-height: 26px;
  color: #5b6c8f;
  width: 100%;
  max-width: 250px;
}

.ps-footer--address p a {
  text-decoration: underline !important;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

.ps-social li {
  margin: 5px 9px;
  display: inline-block;
}

.ps-social__link {
  color: #5b6c8f;
  position: relative;
  font-size: 20px;
}

.ps-social__link.facebook .ps-tooltip {
  background-color: #3b5998;
}

.ps-social__link .ps-tooltip {
  color: #fff;
  position: absolute;
  content: "";
  top: -30px;
  left: 50%;
  margin-left: -30px !important;
  height: 20px;
  opacity: 0;
  visibility: hidden;
  padding: 2px 5px;
  width: 60px;
  font-size: 10px;
  transition: 350ms ease 0s;
  text-align: center;
  line-height: 16px;
  white-space: nowrap;
}

.ps-social__link.facebook .ps-tooltip::before {
  border-top-color: #3b5998;
}

.ps-social__link .ps-tooltip::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -3px;
  border-top: 6px solid #b19660;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.ps-social__link:hover .ps-tooltip {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.ps-social__link.instagram .ps-tooltip {
  background-color: #d95766;
}

.ps-social__link.instagram .ps-tooltip::before {
  border-top-color: #d95766;
}

.ps-social__link.youtube .ps-tooltip {
  background-color: #cc181e;
}

.ps-social__link.youtube .ps-tooltip::before {
  border-top-color: #cc181e;
}

.ps-social__link.pinterest .ps-tooltip {
  background-color: #cb2027;
}

.ps-social__link.pinterest .ps-tooltip::before {
  border-top-color: #cb2027;
}

.ps-social__link.linkedin .ps-tooltip {
  background-color: #176dba;
}

.ps-social__link.linkedin .ps-tooltip::before {
  border-top-color: #176dba;
}

@media (min-width: 768px) {
  .ps-footer--address,
  .ps-footer--newsletter {
    padding-top: 0;
  }
}
.ps-footer--newsletter {
  padding-top: 30px;
}

.ps-footer--newsletter .ps-footer__title {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 1px;
  color: #b19660;
  font-weight: 600;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  gap: 10px;
}

@media (min-width: 1280px) {
  .ps-form--newsletter .ps-input {
    height: 46px;
    margin-bottom: 0;
    width: calc(100% - 140px);
    padding: 11px 15px;
    margin: 0;
    float: left;
  }
}
.ps-form--newsletter .ps-input {
  padding: 9px 15px;
  height: 46px;
  color: #5b6c8f;
  background-color: white;
  border-radius: 40px !important;
  border-color: white;
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
}

@media (min-width: 1280px) {
  .ps-form--newsletter .ps-btn {
    margin-left: 10px;
    width: 130px;
  }
}
@media (min-width: 768px) {
  .ps-form--newsletter .ps-btn {
    width: auto;
  }
}
.ps-form--newsletter .ps-btn {
  padding: 10px 35px;
  font-size: 16px;
  flex-shrink: 0;
  text-transform: capitalize;
}

.ps-btn,
button.ps-btn {
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px !important;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
  height: max-content;
  text-align: center;
  padding: 10px 25px;
  line-height: 24px;
  display: inline-block;
  width: 100%;
}

.ps-btn--warning {
  border: 1px solid #b19660 !important;
  background-color: #b19660 !important;
  color: white !important;
}

.ps-footer--newsletter p {
  font-size: 16px;
  line-height: 26px;
  color: #5b6c8f;
  margin-bottom: 10px;
}

.ps-footer--listpage .ps-footer__list {
  margin-bottom: 35px;
}

.ps-footer--listpage .ps-footer__list li {
  padding: 6px 0;
  font-size: 16px;
}

.ps-footer--listpage .ps-footer__list li a {
  display: block;
  font-weight: 400;
  color: #5b6c8f;
  transition: all 0.4s ease;
}

.copyright-text ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright-text ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

.copyright-text ul li + li {
  margin-left: 15px;
  border-left: 2px solid #000;
  padding-left: 20px;
}

.banner3-section {
  position: relative;
  height: 100vh;
}

.banner3-section #home3-banner-bg {
  height: 100vh;
  min-height: 600px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media (max-width: 767px) {
  .banner3-section #home3-banner-bg {
    min-height: 560px;
    height: unset;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner3-section .banner-wrapper {
  width: 100%;
  z-index: 1000;
  position: relative;
  height: 100%;
}

.banner3-section .banner3-slider {
  height: 100%;
}

.banner3-section .banner3-slider .swiper-wrapper .swiper-slide {
  height: 100%;
}

.eg-card3 {
  display: flex;
  height: 100%;
  align-items: end;
  position: relative;
  padding: 100px 45px;
}

@media (max-width: 1699px) {
  .eg-card3 {
    padding: 100px 25px;
  }
}
.eg-card3::after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.eg-card3 .card-content .catgory-and-title {
  transform: translateY(55px);
  will-change: transform;
  transition: transform 0.5s ease;
}

@media (max-width: 1699px) {
  .eg-card3 .card-content .catgory-and-title {
    transform: translateY(100px);
  }
}
.eg-card3 .card-content .catgory-and-title > a {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: 0 0;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 28px;
  margin-bottom: 10px;
}

.eg-card3 .card-content .catgory-and-title h5 {
  margin-bottom: 10px;
  min-height: 76px;
}

.eg-card3 .card-content .catgory-and-title h5 a {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  transition: 0.35s;
}

@media (max-width: 1699px) {
  .eg-card3 .card-content .catgory-and-title h5 a {
    font-size: 32px;
  }
}
.eg-card3 .card-content .catgory-and-title h5 a:hover {
  color: #cacaca;
}

.eg-card3 .card-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  transform: translateY(100%);
  opacity: 0;
  will-change: transform;
  transition: transform 0.5s ease, opacity 0.25s ease;
}

.eg-card3.two {
  position: relative;
  padding: 0;
  height: 100%;
  transition: 0.5s;
}

.eg-card3.two .card-img {
  height: 100%;
}

.eg-card3.two .card-img img {
  min-height: 350px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.eg-card3.two .card-content {
  background: linear-gradient(357deg, #000 1.72%, rgba(0, 0, 0, 0) 49.89%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: unset;
  padding: 60px;
  display: flex;
  justify-content: end;
  flex-direction: column;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .eg-card3.two .card-content {
    padding: 30px 20px;
  }
}
.eg-card3.two .card-content .view-btn {
  position: absolute;
  right: 85px;
  top: 85px;
  transition: 0.5s;
  opacity: 0;
}

.eg-card3.two .card-content .catgory-and-title {
  transform: unset;
}

.eg-card3.two .card-content .catgory-and-title > a {
  color: #0d1720;
  font-size: 14px;
  background-color: #fff;
  padding: 0 12px;
  margin-bottom: 20px;
}

.eg-card3.two .card-content .catgory-and-title h5 {
  margin-bottom: 0;
}

.eg-card3.two .card-content .catgory-and-title h5 a {
  font-size: 24px;
}

.eg-card3.two:hover .card-content .view-btn {
  right: 35px;
  top: 35px;
  opacity: 1;
}

.eg-card3.three {
  position: relative;
  padding: 0;
  height: 100%;
  transition: 0.5s;
}

.eg-card3.three::after {
  display: none;
  visibility: hidden;
}

.eg-card3.three .card-img {
  height: 100%;
}

.eg-card3.three .card-img img {
  min-height: 350px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .eg-card3.three .card-img img {
    width: 100%;
  }
}
.eg-card3.three .card-content {
  background: linear-gradient(357deg, #000 1.72%, rgba(0, 0, 0, 0) 49.89%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: unset;
  padding: 50px 40px;
  display: flex;
  justify-content: end;
  flex-direction: column;
  transition: 0.5s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .eg-card3.three .card-content {
    padding: 40px 20px;
  }
}
@media (max-width: 991px) {
  .eg-card3.three .card-content {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .eg-card3.three .card-content {
    padding: 30px 20px;
  }
}
.eg-card3.three .card-content .view-btn {
  position: absolute;
  right: 85px;
  top: 85px;
  transition: 0.5s;
  opacity: 0;
}

.eg-card3.three .card-content .catgory-and-title {
  transform: unset;
}

.eg-card3.three .card-content .catgory-and-title > a {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: 0 0;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 17px;
  margin-bottom: 13px;
}

.eg-card3.three .card-content .catgory-and-title h5 {
  margin-bottom: 0;
}

.eg-card3.three .card-content .catgory-and-title h5 a {
  font-size: 24px;
}

@media (max-width: 576px) {
  .eg-card3.three .card-content .catgory-and-title h5 a {
    font-size: 22px;
  }
}
.eg-card3.three:hover .card-content .view-btn {
  right: 35px;
  top: 35px;
  opacity: 1;
}

.eg-card3:hover .card-content p {
  transform: translateY(0);
  opacity: 1;
}

.eg-card3:hover .card-content .catgory-and-title {
  transform: translateY(0);
}

[data-anim-wrap] {
  pointer-events: none;
}

[data-anim-wrap].animated {
  pointer-events: auto;
}

[data-anim*="cover-white"]::after,
[data-anim-child*="cover-white"]::after {
  background-color: white;
}

[data-anim*="cover-black"]::after,
[data-anim-child*="cover-black"]::after {
  background-color: black;
}

[data-anim*="cover-light-1"]::after,
[data-anim-child*="cover-light-1"]::after {
  background-color: var(--color-light-1);
}

[data-anim*="cover-accent-1"]::after,
[data-anim-child*="cover-accent-1"]::after {
  background-color: var(--color-accent-1);
}

[data-anim*="cover-accent-2"]::after,
[data-anim-child*="cover-accent-2"]::after {
  background-color: var(--color-accent-2);
}

@keyframes reveal {
  100% {
    opacity: 1;
  }
}
[data-anim^="img-right"],
[data-anim-child^="img-right"] {
  overflow: hidden;
  display: block;
  position: relative;
}

[data-anim^="img-right"]::after,
[data-anim-child^="img-right"]::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: 0;
  z-index: 20;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  transform-origin: right;
  animation-duration: 2.4s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-fill-mode: both;
}

[data-anim^="img-right"] > *,
[data-anim-child^="img-right"] > * {
  transform-origin: center;
  animation-duration: 2.4s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-fill-mode: both;
}

[data-anim^="img-right"].is-in-view::after,
[data-anim-child^="img-right"].is-in-view::after {
  animation-name: imgRight;
}

[data-anim^="img-right"].is-in-view > *,
[data-anim-child^="img-right"].is-in-view > * {
  animation-name: imgReveal;
}

@keyframes imgRight {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes imgReveal {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1.01);
  }
}
[data-anim^="slide-"],
[data-anim-child^="slide-"] {
  opacity: 0;
  transition-property: opacity, transform;
  pointer-events: none;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-anim^="slide-"].is-in-view,
[data-anim-child^="slide-"].is-in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

[data-anim^="slide-up"],
[data-anim-child^="slide-up"] {
  transform: translate3d(0, 40px, 0);
}

[data-anim^="slide-down"],
[data-anim-child^="slide-down"] {
  transform: translate3d(0, -40px, 0);
}

[data-anim^="slide-right"],
[data-anim-child^="slide-right"] {
  transform: translate3d(-40px, 0, 0);
}

[data-anim^="slide-left"],
[data-anim-child^="slide-left"] {
  transform: translate3d(40px, 0, 0);
}

[data-anim^="fade"],
[data-anim-child^="fade"] {
  opacity: 0;
  transition-property: opacity;
  pointer-events: none;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-anim^="fade"].is-in-view,
[data-anim-child^="fade"].is-in-view {
  opacity: 1;
  pointer-events: auto;
}

[data-anim*="delay-1"],
[data-anim-child*="delay-1"] {
  transition-delay: 0.1s;
  animation-delay: 0.1s;
}

[data-anim*="delay-1"]::after,
[data-anim-child*="delay-1"]::after {
  animation-delay: 0.1s;
}

[data-anim*="delay-1"] > *,
[data-anim-child*="delay-1"] > * {
  animation-delay: 0.1s;
}

[data-anim*="delay-2"],
[data-anim-child*="delay-2"] {
  transition-delay: 0.2s;
  animation-delay: 0.2s;
}

[data-anim*="delay-2"]::after,
[data-anim-child*="delay-2"]::after {
  animation-delay: 0.2s;
}

[data-anim*="delay-2"] > *,
[data-anim-child*="delay-2"] > * {
  animation-delay: 0.2s;
}

[data-anim*="delay-3"],
[data-anim-child*="delay-3"] {
  transition-delay: 0.3s;
  animation-delay: 0.3s;
}

[data-anim*="delay-3"]::after,
[data-anim-child*="delay-3"]::after {
  animation-delay: 0.3s;
}

[data-anim*="delay-3"] > *,
[data-anim-child*="delay-3"] > * {
  animation-delay: 0.3s;
}

[data-anim*="delay-4"],
[data-anim-child*="delay-4"] {
  transition-delay: 0.4s;
  animation-delay: 0.4s;
}

[data-anim*="delay-4"]::after,
[data-anim-child*="delay-4"]::after {
  animation-delay: 0.4s;
}

[data-anim*="delay-4"] > *,
[data-anim-child*="delay-4"] > * {
  animation-delay: 0.4s;
}

[data-anim*="delay-5"],
[data-anim-child*="delay-5"] {
  transition-delay: 0.5s;
  animation-delay: 0.5s;
}

[data-anim*="delay-5"]::after,
[data-anim-child*="delay-5"]::after {
  animation-delay: 0.5s;
}

[data-anim*="delay-5"] > *,
[data-anim-child*="delay-5"] > * {
  animation-delay: 0.5s;
}

[data-anim*="delay-6"],
[data-anim-child*="delay-6"] {
  transition-delay: 0.6s;
  animation-delay: 0.6s;
}

[data-anim*="delay-6"]::after,
[data-anim-child*="delay-6"]::after {
  animation-delay: 0.6s;
}

[data-anim*="delay-6"] > *,
[data-anim-child*="delay-6"] > * {
  animation-delay: 0.6s;
}

[data-anim*="delay-7"],
[data-anim-child*="delay-7"] {
  transition-delay: 0.7s;
  animation-delay: 0.7s;
}

[data-anim*="delay-7"]::after,
[data-anim-child*="delay-7"]::after {
  animation-delay: 0.7s;
}

[data-anim*="delay-7"] > *,
[data-anim-child*="delay-7"] > * {
  animation-delay: 0.7s;
}

[data-anim*="delay-8"],
[data-anim-child*="delay-8"] {
  transition-delay: 0.8s;
  animation-delay: 0.8s;
}

[data-anim*="delay-8"]::after,
[data-anim-child*="delay-8"]::after {
  animation-delay: 0.8s;
}

[data-anim*="delay-8"] > *,
[data-anim-child*="delay-8"] > * {
  animation-delay: 0.8s;
}

[data-anim*="delay-9"],
[data-anim-child*="delay-9"] {
  transition-delay: 0.9s;
  animation-delay: 0.9s;
}

[data-anim*="delay-9"]::after,
[data-anim-child*="delay-9"]::after {
  animation-delay: 0.9s;
}

[data-anim*="delay-9"] > *,
[data-anim-child*="delay-9"] > * {
  animation-delay: 0.9s;
}

[data-anim*="delay-10"],
[data-anim-child*="delay-10"] {
  transition-delay: 1s;
  animation-delay: 1s;
}

[data-anim*="delay-10"]::after,
[data-anim-child*="delay-10"]::after {
  animation-delay: 1s;
}

[data-anim*="delay-10"] > *,
[data-anim-child*="delay-10"] > * {
  animation-delay: 1s;
}

[data-anim*="delay-11"],
[data-anim-child*="delay-11"] {
  transition-delay: 1.1s;
  animation-delay: 1.1s;
}

[data-anim*="delay-11"]::after,
[data-anim-child*="delay-11"]::after {
  animation-delay: 1.1s;
}

[data-anim*="delay-11"] > *,
[data-anim-child*="delay-11"] > * {
  animation-delay: 1.1s;
}

[data-anim*="delay-12"],
[data-anim-child*="delay-12"] {
  transition-delay: 1.2s;
  animation-delay: 1.2s;
}

[data-anim*="delay-12"]::after,
[data-anim-child*="delay-12"]::after {
  animation-delay: 1.2s;
}

[data-anim*="delay-12"] > *,
[data-anim-child*="delay-12"] > * {
  animation-delay: 1.2s;
}

[data-anim*="delay-13"],
[data-anim-child*="delay-13"] {
  transition-delay: 1.3s;
  animation-delay: 1.3s;
}

[data-anim*="delay-13"]::after,
[data-anim-child*="delay-13"]::after {
  animation-delay: 1.3s;
}

[data-anim*="delay-13"] > *,
[data-anim-child*="delay-13"] > * {
  animation-delay: 1.3s;
}

[data-anim*="delay-14"],
[data-anim-child*="delay-14"] {
  transition-delay: 1.4s;
  animation-delay: 1.4s;
}

[data-anim*="delay-14"]::after,
[data-anim-child*="delay-14"]::after {
  animation-delay: 1.4s;
}

[data-anim*="delay-14"] > *,
[data-anim-child*="delay-14"] > * {
  animation-delay: 1.4s;
}

[data-anim*="delay-15"],
[data-anim-child*="delay-15"] {
  transition-delay: 1.5s;
  animation-delay: 1.5s;
}

[data-anim*="delay-15"]::after,
[data-anim-child*="delay-15"]::after {
  animation-delay: 1.5s;
}

[data-anim*="delay-15"] > *,
[data-anim-child*="delay-15"] > * {
  animation-delay: 1.5s;
}

[data-anim*="delay-16"],
[data-anim-child*="delay-16"] {
  transition-delay: 1.6s;
  animation-delay: 1.6s;
}

[data-anim*="delay-16"]::after,
[data-anim-child*="delay-16"]::after {
  animation-delay: 1.6s;
}

[data-anim*="delay-16"] > *,
[data-anim-child*="delay-16"] > * {
  animation-delay: 1.6s;
}

[data-anim*="delay-17"],
[data-anim-child*="delay-17"] {
  transition-delay: 1.7s;
  animation-delay: 1.7s;
}

[data-anim*="delay-17"]::after,
[data-anim-child*="delay-17"]::after {
  animation-delay: 1.7s;
}

[data-anim*="delay-17"] > *,
[data-anim-child*="delay-17"] > * {
  animation-delay: 1.7s;
}

[data-anim*="delay-18"],
[data-anim-child*="delay-18"] {
  transition-delay: 1.8s;
  animation-delay: 1.8s;
}

[data-anim*="delay-18"]::after,
[data-anim-child*="delay-18"]::after {
  animation-delay: 1.8s;
}

[data-anim*="delay-18"] > *,
[data-anim-child*="delay-18"] > * {
  animation-delay: 1.8s;
}

[data-anim*="delay-19"],
[data-anim-child*="delay-19"] {
  transition-delay: 1.9s;
  animation-delay: 1.9s;
}

[data-anim*="delay-19"]::after,
[data-anim-child*="delay-19"]::after {
  animation-delay: 1.9s;
}

[data-anim*="delay-19"] > *,
[data-anim-child*="delay-19"] > * {
  animation-delay: 1.9s;
}

[data-anim*="delay-20"],
[data-anim-child*="delay-20"] {
  transition-delay: 2s;
  animation-delay: 2s;
}

[data-anim*="delay-20"]::after,
[data-anim-child*="delay-20"]::after {
  animation-delay: 2s;
}

[data-anim*="delay-20"] > *,
[data-anim-child*="delay-20"] > * {
  animation-delay: 2s;
}

.hero.-type-9 {
  position: relative;
  z-index: 0;
}

.hero.-type-9 .hero__slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 20px);
  margin: 10px;
}

.hero.-type-9 .hero__bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  border-radius: 16px;
  z-index: -1;
}

.hero.-type-9 .hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero.-type-9 .hero__subtitle {
  text-transform: uppercase;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .hero.-type-9 .hero__subtitle {
    margin-bottom: 20px;
  }
}
.hero.-type-9 .hero__title {
  font-size: 37px;
  max-width: 1000px;
}

@media (max-width: 767px) {
  .hero.-type-9 .hero__title {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .hero.-type-9 .hero__title {
    font-size: 36px;
  }
}
.hero.-type-9 .hero__nav {
  padding: 0 60px;
  z-index: 5;
}

@media (max-width: 767px) {
  .hero.-type-9 .hero__nav {
    top: unset;
    transform: none;
    bottom: 20px;
    padding: 0 20px;
  }
}
.hero.-type-9 .hero__pagination {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
}

.pagination.-type-number {
  display: grid;
  gap: 15px;
}

.pagination.-type-number .pagination__item {
  display: flex;
  align-items: center;
  color: white;
  font-size: 17px;
  font-weight: 500;
  opacity: 0.5;
}

.pagination.-type-number .pagination__item::after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: white;
  transform-origin: right;
  margin-left: 15px;
  transition: all 0.2s;
}

.pagination.-type-number .pagination__item:last-child::after {
  display: none;
}

.pagination.-type-number .pagination__item.is-active {
  opacity: 1;
}

.pagination.-type-number .pagination__item.is-active::after {
  width: 50px;
}

.pagination.-type-progress {
  position: relative;
  height: 2px;
  z-index: 5;
}

.pagination.-type-progress .swiper-pagination-progressbar-fill {
  background-color: white;
}

.hero__slider {
  overflow: hidden;
}

.success-form {
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  background-color: #b19660;
  align-items: center;
  font-family: "Jost", sans-serif;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: none;
  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 {
  position: unset !important;
  font-size: 20px !important;
  flex-shrink: 0;
  color: #b19660 !important;
  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;
}

.contact-fluid {
  padding-top: 110px;
}

.m-b30 {
  margin-bottom: 30px;
}

.contact-info {
  margin: 0px;
}

.contact-info .section-head {
  margin-bottom: 40px;
}

.contact-s-title {
  font-family: Cocogoose Classic Trial;
  font-weight: 400;
  font-size: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #b19660;
}

.contact-info .section-head .contact-l-title .contact-title {
  font-size: 24px;
  color: #000;
  margin-bottom: 0px;
  font-weight: 800;
  text-transform: capitalize;
}

.contact-icon {
  display: flex;
  padding: 0 15px;
}

.contact-icon .contact-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  min-width: 70px;
  margin-right: 30px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
}

.contact-icon .contact-media i {
  font-size: 46px;
  color: #000;
}

.contact-icon .contact-icon-info .contact-icon-title-info {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #666666;
}

.contact-icon .contact-icon-info .contact-icon-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  color: #000;
  display: block;
}

.contact-form {
  padding: 27px;
}

.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;
  background-color: transparent;
  position: relative;
  width: 100%;
  outline: none;
  color: #202122;
  font-weight: 600;
}

.input-animate.input .spin {
  background: #b19660;
  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: 60px;
}

.form-btn-center {
  padding-top: 10px;
}

.form-btn-center .btn-form-cs {
  background-color: #b19660;
  color: #fff;
  padding: 15px 40px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  border-radius: 100vmax;
  display: inline-flex;
  align-items: center;
}

.form-btn-center .btn-form-cs i {
  margin-right: 6px;
}

.input-animate.input input:focus .spin {
  width: 100%;
}

.gmap-outline {
  display: flex;
  filter: grayscale(100%);
  overflow: hidden;
  position: relative;
  border-radius: 16px;
}

.gmap-outline iframe {
  width: 100%;
  height: 500px;
}

.menu-item-has-children ul li {
  width: 100%;
  padding-block: 0 !important;
}

.mv-title {
  font-size: 23px;
  font-weight: 700;
  opacity: 0.89;
}

@keyframes animateScroll {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-15px, -15px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(15px, 15px);
  }
}
.sx-contact-form-icon-bx .col-md-6 {
  padding: 15px 10px 15px 0;
}

.sx-contact-form-icon-bx .col-md-6:first-child {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.sx-contact-form-icon-bx .col-md-6:nth-child(2) {
  border-bottom: 1px solid #e6e6e6;
}

.sx-contact-form-icon-bx .col-md-6:nth-child(3) {
  border-right: 1px solid #e6e6e6;
}

.contact-right {
  background-color: #fafafa;
}

.medias {
  display: flex;
  gap: 10px;
  padding: 15px 0;
}
.medias a {
  border: 1px solid #d4d3d3;
  padding: 6px 9px;
  font-size: 17px;
}

.breadcrumb-wrap {
  position: relative;
  padding-top: 235px;
  padding-bottom: 60px;
  z-index: 10;
  overflow: hidden;
}
.breadcrumb-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #03020a;
  z-index: -1;
}
.breadcrumb-wrap .breadcrumb-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.6;
  z-index: 2;
}
.breadcrumb-wrap .breadcrumb-bg-2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: 1;
  background: url("../img/kurumsal-sirket-profili.jpg") !important;
}
.breadcrumb-wrap .container {
  z-index: 10;
  position: relative;
}
.breadcrumb-wrap .container-fluid {
  z-index: 10;
  position: relative;
}
.breadcrumb-wrap .breadcrumb-link {
  display: inline-block;
  padding: 5px 0;
  z-index: 5;
  margin-top: 15px;
}
.breadcrumb-wrap .breadcrumb-link span {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}
.breadcrumb-wrap .breadcrumb-link a:hover {
  color: #b19660;
}
.breadcrumb-wrap .breadcrumb-title {
  font-size: 40px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 0;
}

.breadcrumb-no-margin-my {
  margin: 10px 10px 0 10px;
}

.img-content {
  height: 500px;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}
.img-content img {
  width: 100%;
  height: 100%;
}

.detay-text p,
.detay-text span {
  font-size: 18px;
  color: #000;
  opacity: 0.6;
  margin-top: 15px;
  line-height: 1.7;
  font-weight: 400;
}

.detay-text ul li,
.detay-text ol li {
  font-size: 17px;
  color: #000;
  opacity: 0.6;
  margin-top: 15px;
  line-height: 1.7;
  font-weight: 400;
}

.widget {
  border: none;
  padding: 30px;
  margin-bottom: 55px;
  border-radius: 30px;
  background-color: #fffdf4;
}
.widget .widget-title {
  display: block;
  margin-bottom: 20px;
  position: relative;
  width: auto;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  padding-left: 50px;
  padding-bottom: 0;
  text-transform: capitalize;
  color: #031b4e;
}
.widget .widget-title::before {
  content: "";
  background-image: url(../img/imgLogo/favicon.png);
  width: 35px;
  height: 35px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute;
  left: 0;
  font-size: 22px;
  color: #b19660;
  top: 50%;
  transform: translate(0, -50%);
}

.widget-recent-post .recent-post-list-li:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border-top: none;
}

.widget-recent-post .recent-post-list-li {
  display: flex !important;
  align-items: center;
  width: 100%;
  margin-top: 18px;
  padding-bottom: 18px;
  line-height: 26px;
  border-bottom: 1px solid rgba(24, 26, 23, 0.1);
}

.widget-recent-post .recent-post-list-li:last-child {
  border-bottom: none;
}

.widget-recent-post .recent-post-list-li > a {
  width: 91px;
  height: 91px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 20px;
  display: inline-block;
}

.widget-recent-post .recent-post-list-li > a img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.widget-recent-post .pbmit-rpw-content {
  display: flex;
  flex-direction: column;
  font-weight: 500;
}

.widget-recent-post .pbmit-rpw-title a {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 20px;
}

.widget-recent-post .pbmit-rpw-title a:hover {
  color: #b19660;
}

.pbmit-rpw-content .pbmit-rpw-date a {
  color: #b19660;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.post-navigation {
  border-top: 1px solid rgba(24, 26, 23, 0.1);
  margin-top: 30px;
}

.post-navigation .nav-links {
  margin-top: 0;
  padding: 40px 0 8px;
  display: -ms-flexbox;
  display: flex;
  align-items: normal;
  width: 100%;
}

.post-navigation .nav-previous {
  width: 50%;
  margin-right: auto !important;
}

.post-navigation .nav-links a {
  display: block;
  text-align: left;
  width: 375px;
  transition: all 0.3s ease-in;
}

.post-navigation .nav-links .nav-previous .pbmit-post-nav-icon {
  justify-content: flex-start;
}

.post-navigation .pbmit-post-nav-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 5px;
}

.post-navigation .nav-links .pbmit-post-nav-icon i {
  font-size: 24px;
  color: #b19660;
  font-weight: 400;
  transition: all 0.3s ease-in;
}

.post-navigation .nav-links .pbmit-post-nav-head {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  margin-left: 4px;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  margin-top: 1px;
  color: rgba(177, 150, 96, 0.8);
}

.post-navigation .nav-links .nav-previous .pbmit-post-nav-wrapper {
  text-align: left;
}

.post-navigation .nav-links .pbmit-post-nav-wrapper {
  display: block;
}

.nav-links .pbmit-post-nav-wrapper {
  text-align: left;
  word-break: break-word;
}

.post-navigation .nav-links .nav-title {
  font-size: 20px;
  line-height: 22px;
  margin-top: 5px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.25s ease-in-out;
}

.post-navigation .nav-links .nav-next {
  width: 50%;
  text-align: right;
  margin-left: auto;
}

.post-navigation .nav-links .nav-next a {
  display: block;
  text-align: right;
  margin-left: auto;
}

.post-navigation .nav-links .nav-next .pbmit-post-nav-wrapper {
  text-align: right;
}

.post-navigation .nav-links .nav-next .pbmit-post-nav-head {
  margin-right: 4px;
}

.service-nav-item {
  background: #ebf3ee;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 25px;
}

.service-nav-item a {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  padding: 24px 0;
  line-height: 20px;
  transition: all 0.3s ease-in-out 0s;
}

.service-nav-item li + li a {
  border-top: 1px dashed rgba(10, 64, 32, 0.2);
}

.service-nav-item a.active,
.service-nav-item a:hover {
  color: #b19660;
}

.service-nav-item a img {
  width: 20px;
  margin-right: 22px;
  opacity: 0.3;
  transition: all 0.3s ease-in-out 0s;
}

.service-nav-item a.active img,
.service-nav-item a:hover img {
  opacity: 1;
}

.feature-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  border-right: 1px solid #e4e4e4;
}
.feature-box .feature-box-content p {
  width: 80% !important;
  margin-bottom: 0;
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  margin: 0 auto;
  color: #717580;
  font-size: 17px;
  line-height: 32px;
}
.feature-box .feature-box-icon-rounded {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px !important;
  height: 100px !important;
  border-radius: 50% !important;
  width: 100px !important;
  transition: 0.3s;
  width: 42px;
  height: 42px;
}
.feature-box .feature-box-icon-rounded::before {
  width: 100%;
  height: 50%;
  background-color: #b19660;
  opacity: 0.12;
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-40deg);
  transform-origin: bottom center;
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}
.feature-box .feature-box-icon-rounded i {
  position: relative;
  z-index: 1;
  display: flex;
  font-size: 42px;
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}
.feature-box .alt-font {
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  font-weight: 600 !important;
  margin-bottom: 5px !important;
  color: #262b35;
  font-size: 19px;
  display: inline-block !important;
}

.icon-with-text-style:nth-child(2) .feature-box {
  border: unset !important;
}

.icon-with-text-style:nth-child(4) .feature-box {
  border: unset !important;
}

.icon-with-text-style:nth-child(6) .feature-box {
  border: unset !important;
}

.icon-with-text-style:hover .feature-box-icon-rounded {
  transform: scale(1);
}
.icon-with-text-style:hover .feature-box-icon-rounded::before {
  height: 100%;
  transform-origin: center;
  opacity: 1;
}
.icon-with-text-style:hover .feature-box-icon-rounded i {
  color: #fff;
}

.flex-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.two-offset {
  width: 100%;
}

.anim-overlay {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.anim-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  height: 398px;
  background-color: #000;
  transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
}
.anim-overlay img {
  width: calc(100% - 70px);
  margin: 0 auto;
  display: block;
  height: 398px;
}

.js-scrollanim.js-scrollanim-active {
  pointer-events: auto;
}

.padding-top-20 {
  padding-top: 10px;
}

.headline-s {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.2;
}

.anim-text-double-fill {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  color: transparent !important;
}

.anim-text-double-fill:before,
.anim-text-double-fill:after {
  content: attr(data-text);
  overflow: hidden;
  width: 0%;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: transparent !important;
  white-space: nowrap;
  transform: translateY(-50%);
  transition: 1s cubic-bezier(0.767, 0.01, 0.18, 1.01);
}

.anim-text-double-fill:before {
  z-index: 2;
  background-color: transparent;
  transition-delay: 0.3s;
}

.anim-text-double-fill:before {
  color: #b19660;
}

.js-scrollanim.js-scrollanim-active .anim-text-double-fill:before,
.js-scrollanim.js-scrollanim-active .anim-text-double-fill:after {
  width: 100%;
}

.anim-text-double-fill.invert:before {
  color: #000;
}

.js-page-in-anim-active .after-preloader-anim.anim-overlay:before,
.js-page-in-anim-active .after-preloader-anim .anim-overlay:before,
.js-scrollanim.js-scrollanim-active.anim-overlay:before,
.js-scrollanim.js-scrollanim-active .anim-overlay:before,
.swiper-slide.swiper-slide-active .anim-overlay:before {
  transform: translateX(105%);
}

.tr-delay-01,
.tr-delay-01:before,
.tr-delay-01:after {
  transition-delay: 0.1s !important;
}

.tr-delay-02,
.tr-delay-02:before,
.tr-delay-02:after {
  transition-delay: 0.2s !important;
}

.subhead-s {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: capitalize;
}

.president .img {
  margin-bottom: 13px;
  height: 300px;
}
.president .img img {
  width: 100%;
  height: 100%;
}
.president .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.president .name .name-title h3 {
  font-size: 28px;
  line-height: 1.15;
  white-space: nowrap;
  font-weight: 700;
  color: #b19660;
  margin-bottom: 7px;
}
.president .name .name-title p {
  font-size: 14px;
  font-weight: 600;
  color: #4b4b4b;
  line-height: 1.25;
}

.text p {
  font-size: 18px;
  line-height: 1.5;
  color: #4b4b4b;
  margin-bottom: 25px;
}

.img-br-style-500 {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 16px;
}
.img-br-style-500 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-sektors .item {
  overflow: hidden;
  border-radius: 16px;
  height: 200px;
  cursor: pointer;
}
.owl-sektors .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.owl-sektors .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 4px;
  border-radius: 0 !important;
  transition: all 0.2s linear;
  border: 1px solid #b19660;
  background-color: #fff;
}
.owl-sektors .owl-dots .owl-dot.active span,
.owl-sektors .owl-dots .owl-dot:hover span {
  background-color: #b19660;
}

.sektor {
  padding: 0 !important;
}

@media screen and (min-width: 1200px) {
  .sektor .container-fluid {
    padding: 0;
  }
}
.portfolio-item {
  position: relative;
  z-index: 2;
  width: 100%;
  max-height: 535px;
  min-height: 535px;
  overflow: hidden;
}
.portfolio-item .portfolio-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  transition: height 0.8s;
}
.portfolio-item .portfolio-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgba(177, 150, 96, 0.9) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.portfolio-item .portfolio-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 3;
}
.portfolio-item .portfolio-content h4 {
  color: #000;
  margin-top: 0px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  transition: all 0.3s ease-in-out 0s;
}
.portfolio-item .portfolio-content h4 a {
  color: #000;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out 0s;
}
.portfolio-item .portfolio-content .sub-title {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  transition: all 0.3s ease-in-out 0s;
}
.portfolio-item:hover .portfolio-image {
  height: 100%;
}
.portfolio-item:hover .portfolio-image::before {
  opacity: 1;
}
.portfolio-item:hover .portfolio-content h4 a,
.portfolio-item:hover .portfolio-content .sub-title {
  color: #fff;
}

.cs-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 650px;
}

@media screen and (max-width: 767px) {
  .cs-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 0 15px;
  }
}
.cs-slider__main {
  position: relative;
  width: 87%;
  overflow: hidden;
  border-radius: 16px;
}

@media screen and (max-width: 1199px) {
  .cs-slider__main {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .cs-slider__main {
    width: 100%;
    height: 400px;
  }
}
.cs-slider__main-item {
  cursor: e-resize;
}

.cs-slider__thumb {
  width: 13%;
  padding-left: 30px;
}

@media screen and (max-width: 1199px) {
  .cs-slider__thumb {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .cs-slider__thumb {
    width: 100%;
    height: 150px;
    padding-top: 30px;
    padding-left: 0;
  }
}
.cs-slider__thumb-item {
  position: relative;
  outline: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 16px;
}

@media screen and (max-width: 767px) {
  .cs-slider__thumb-item {
    width: calc(50vw - 37px);
  }
}
.cs-slider__thumb-item.swiper-slide-thumb-active:after {
  background-color: transparent;
}

.cs-slider__thumb-item:after {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  transition: background-color 0.2s ease;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
}

.cs-slider__main-slider,
.cs-slider__thumb-slider {
  height: 100%;
}

.cs-slider__info {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 50%;
  padding: 25px 22px;
  background-color: #fff;
  z-index: 10;
}

@media screen and (max-width: 991px) {
  .cs-slider__info {
    min-width: 70%;
    padding: 15px 10px;
  }
}
.cs-slider__title {
  margin-bottom: 0;
}

.cs-slider__desc {
  margin-top: 3px;
  color: #b19660;
}

.cs-slider__thumb-item img {
  height: 100%;
  width: 100%;
}

.cs-slider__main-item {
  width: 100%;
  height: 100%;
}
.cs-slider__main-item img {
  width: 100%;
  height: 100%;
}

.case-study-navigation-section .details-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 50px;
  border: 1px solid #eee;
}

.case-study-navigation-section .details-navigation img {
  width: 100px;
  opacity: 0.3;
}

@media (max-width: 991px) {
  .case-study-navigation-section .details-navigation {
    padding: 40px 20px;
  }
}
@media (max-width: 576px) {
  .case-study-navigation-section .details-navigation {
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 20px;
  }
}
.case-study-navigation-section .details-navigation .single-navigation {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: 0.35s;
}

.case-study-navigation-section .details-navigation .single-navigation .arrow {
  width: 30px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid rgba(13, 23, 32, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
}

.case-study-navigation-section
  .details-navigation
  .single-navigation
  .arrow
  svg {
  fill: rgba(13, 23, 32, 0.16);
  transition: 0.35s;
}

.case-study-navigation-section
  .details-navigation
  .single-navigation
  .arrow:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.case-study-navigation-section
  .details-navigation
  .single-navigation
  .arrow:hover
  svg {
  fill: var(--white-color);
}

.case-study-navigation-section .details-navigation .single-navigation .content {
  max-width: 301px;
  width: 100%;
  line-height: 1;
  transition: 0.35s;
}

.case-study-navigation-section
  .details-navigation
  .single-navigation
  .content
  > a {
  color: var(--paragraph-color);
  font-family: var(--font-montserrat);
  font-size: 14px;
  font-weight: 500;
  transition: 0.35s;
  margin-bottom: 5px;
  display: inline-block;
}

.case-study-navigation-section
  .details-navigation
  .single-navigation
  .content
  h6 {
  transition: 0.35s;
  margin-bottom: 0;
  line-height: 1;
}

.case-study-navigation-section
  .details-navigation
  .single-navigation
  .content
  h6
  a {
  color: var(--title-color);
  font-family: var(--font-montserrat);
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  transition: 0.35s;
}

.case-study-navigation-section
  .details-navigation
  .single-navigation
  .content
  h6
  a:hover {
  color: var(--primary-color);
}

.case-study-navigation-section .details-navigation > svg {
  fill: #dfebf7;
}

@media (max-width: 991px) {
  .case-study-navigation-section .details-navigation > svg {
    display: none;
  }
}
.case-study-navigation-section {
  margin-top: 30px;
}
.case-study-navigation-section .container {
  padding: 0;
}

.detay-sidebar {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.detay-sidebar button {
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  height: 50px;
  padding: 10px 30px;
  background-color: rgba(0, 0, 0, 0);
  z-index: 3;
  position: relative;
  overflow: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
  margin-right: 10px;
  cursor: pointer;
}
.detay-sidebar button::before {
  transition-duration: 800ms;
  position: absolute;
  width: 110%;
  height: 110%;
  content: "";
  bottom: 0;
  left: 50%;
  pointer-events: none;
  background: #b19660;
  transform: translateX(-50%) translateY(-110%);
  border-radius: 0%;
  z-index: -1;
  transition: 0.65s;
}
.detay-sidebar button a {
  font-size: 16px;
  color: #676767;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.2s ease-in-out;
}
.detay-sidebar button a svg {
  width: 30px;
  height: 25px;
}
.detay-sidebar button .product-web-site svg {
  stroke: #000;
}
.detay-sidebar button:hover {
  border-color: #cbaf76;
}
.detay-sidebar button:hover::before {
  transform: translateX(-50%) translateY(0);
}
.detay-sidebar button:hover a {
  color: #fff;
}
.detay-sidebar button:hover a svg path {
  fill: #fff;
}
.detay-sidebar button:hover .product-web-site svg {
  stroke: #fff;
}

.v1 .content {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 45px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 20px 0 rgba(162, 162, 162, 0.1);
}
.v1 .content .img-field {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  overflow: hidden;
  width: 100%;
  border: 1px solid #b19660;
  height: 120px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: none;
  margin-bottom: 15px;
}
.v1 .content .img-field img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border: none;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}
.v1 .content .text-field {
  color: #787878;
  font-size: 18px;
  line-height: 1.5;
  max-height: 54px;
  height: auto;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.v1 .content .text-field p {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #787878;
}
.v1 .content .link-field {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  display: flex;
  justify-content: center;
  width: calc(100% - 40px);
  margin-top: 4px;
  transition: all 0.2s ease-in-out;
}
.v1 .content .link-field a {
  color: #676767;
  font-size: 16px;
  line-height: 1.5;
}
.v1 .content .link-field a:hover {
  color: #b19660;
}
.v1 .content .link-field a:hover svg path {
  stroke: #b19660;
}
.v1 .content .link-field a svg {
  margin-left: 6px;
  width: 5px;
  transition: all 0.2s ease-in-out;
  margin-top: -4px;
}
.v1 .content:hover {
  box-shadow: 0 0 20px 0 rgba(162, 162, 162, 0.35);
  padding-bottom: 45px;
  margin-bottom: 0;
}
.v1 .content:hover .text-field {
  color: #b19660;
}
.v1 .content:hover .text-field p {
  color: #b19660;
}
.v1 .content:hover .link-field {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}

.v1.v2 .content:hover {
  padding-bottom: 20px !important;
  cursor: pointer;
}

.typography {
  color: #0d0d0d;
}

.form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: auto;
  grid-gap: 25px;
}

.form .full {
  grid-column: 1 / span 2;
}

.typography h2 {
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 15px;
  margin-top: 10px;
}

.typography strong,
.typography b {
  font-weight: bold;
}

.form .item {
  position: relative;
}

.form-control-wrap {
  position: relative;
}

.form .item input[type="text"],
.form .item input[type="email"],
.form .item input[type="tel"],
.form .item textarea,
.form .item select {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  padding: 0 20px;
  border: 0;
  background-color: white;
  box-shadow: 0 0 0 1px #d9d9d9;
  color: #0d0d0d;
  transition: 0.25s ease box-shadow;
  font-size: 1rem;
  outline: unset;
}

.form .item input[type="text"]:focus,
.form .item input[type="email"]:focus,
.form .item input[type="tel"]:focus,
.form .item textarea:focus,
.form .item select:focus {
  box-shadow: 0 0 0 1px #b19660;
}

.form .item .custom-file {
  height: 50px;
}

.form .item.custom-file,
.form .item .custom-file {
  position: relative;
}

.form .item.custom-file > span,
.form .item .custom-file > span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.form .item.custom-file > span input,
.form .item .custom-file > span input {
  height: 100%;
}

input[type="file"] {
  cursor: pointer;
}

.form .item .custom-file .file {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 1px #b19660;
  border-radius: 10px;
  transition: 0.25s ease all;
}

.form .item .custom-file .file span {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
}

.form .item .custom-file .file svg {
  height: 15px;
  width: 15px;
  fill: #b19660;
  margin-left: 15px;
  transition: 0.25s ease fill;
}

.form .item .custom-file > span:hover + .file,
.form .item .custom-file > span.focus + .file {
  background-color: #fef0dd;
}

.button.type--bordered.gray {
  box-shadow: 0 0 0 1px #bfbfbf;
  background-color: white;
}

.button {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border-radius: 10px;
  font-size: 1.125rem;
  transition: 0.25s ease all;
  border: 0;
  outline: unset;
  cursor: pointer;
  margin-top: 0 !important;
  width: 100%;
}

.button svg {
  fill: #b19660;
  transition: 0.25s ease fill;
  height: 15px;
  width: 15px;
  margin-left: 15px;
}

.button.type--bordered.gray:hover {
  box-shadow: unset;
  background-color: #b19660;
  color: white;
}
.button.type--bordered.gray:hover svg {
  fill: white;
}

.context {
  line-height: 1.5;
  color: #404040;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 62px;
  word-wrap: break-word;
  margin-bottom: 22px;
}

.mouse-btn-down {
  height: 68px;
  margin: 0 auto;
  width: 30px;
}

.chevron {
  position: absolute;
  height: 7px;
  width: 28px;
  cursor: pointer;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.animate-move {
  animation: move 3s linear 1s infinite;
}

@keyframes move {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px);
  }
}
.chevron:after,
.chevron:before {
  position: absolute;
  height: 100%;
  width: 51%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  content: "";
  background-color: rgba(255, 225, 160, var(--tw-bg-opacity));
}

.chevron:before {
  --tw-skew-y: 30deg;
  --tw-bg-opacity: 1;
  left: 0;
}

.animate-move2 {
  animation: move 3s linear 2s infinite;
}

.animate-move3 {
  animation: move 3s linear 3s infinite;
}

.chevron:after {
  right: 0;
  --tw-skew-y: -30deg;
  --tw-bg-opacity: 1;
}

.ps-footer--listpage .ps-footer__list {
  height: 95px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.ps-footer--listpage .ps-footer__list li {
  width: 100%;
  max-width: 250px;
}

@media screen and (max-width: 900px) {
  .ps-footer--listpage .ps-footer__list {
    height: max-content;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .input-group {
    flex-direction: column;
  }
  .ps-form--newsletter .ps-btn {
    width: 100%;
    padding: 5px 25px;
    font-size: 15px;
  }
  .ps-footer--newsletter p {
    margin-bottom: 10px;
  }
  .ps-footer--newsletter .ps-footer__title {
    font-size: 21px;
    line-height: 10px;
    margin-bottom: 10px;
  }
  .ps-footer--contact .ps-footer__fax {
    margin-bottom: 5px;
    line-height: 21px;
    font-size: 18px;
  }
  .ps-form--newsletter .ps-input {
    padding: 5px 14px;
    height: 40px;
    margin-bottom: 0;
  }
  .hero.-type-9 .hero__slide {
    height: 60vh !important;
  }
  .hero__slider .swiper-wrapper {
    height: 100% !important;
  }
  .hero.-type-9 .hero__title {
    font-size: 29px;
  }
  .hero.-type-9 .hero__subtitle {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .ps-footer--listpage .ps-footer__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .copyright-text {
    flex-direction: column;
  }
  .company {
    margin-bottom: 5px;
  }
  .qodef-e .qodef-e-inner .qodef-e-content h4 {
    font-size: 24px;
  }
}

@media screen and (max-width: 400px) {
  .ps-footer--listpage .ps-footer__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.pq-bottom-header.sticky .language .current svg path {
  fill: #000;
}

.pq-bottom-header.sticky .svg-phone svg {
  fill: #000;
}

.pq-bottom-header.sticky .right-col.left .language {
  color: #000;
}

.more {
  width: fit-content;
  margin-top: 13px;
  display: flex;
  align-items: center;
}

.text {
  transition: 0.33s ease all;
  text-transform: none;
  color: #fff;
  font-size: 1.125rem;
}

.more .icon-field {
  position: relative;
  margin-left: 30px;
}

.more .icon-field .frame,
.firm-info .content .more .icon-field .frame-hidden {
  pointer-events: none;
  transition: 0.45s ease all;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.more .icon-field .frame {
  transform: perspective(1000px) rotateY(0deg);
}

.stroke-carrot-orange {
  stroke: #b19660;
}

.stroke-2 {
  stroke-width: 2;
}

.fill-none {
  fill: none;
}
.w-45 {
  width: 45px;
}

.more .icon-field .frame .arrow,
.firm-info .content .more .icon-field .frame-hidden .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fill-white {
  fill: #fff;
}

.w-15 {
  width: 15px;
}

.more .icon-field .frame-hidden {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: perspective(1000px) translateX(-100%) translateY(-50%)
    rotateY(-90deg);
  opacity: 0;
}

.more .icon-field .frame-hidden {
  pointer-events: none;
  transition: 0.45s ease all;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.more .icon-field .frame-hidden .bg {
  mask-image: linear-gradient(270deg, #000, rgba(0, 0, 0, 0.75));
}

.more .icon-field .frame-hidden .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.more:hover .text {
  color: #b19660 !important;
}

.more:hover .icon-field .frame {
  transform: perspective(1000px) translateX(50%) rotateY(90deg);
  opacity: 0;
}

.more:hover .icon-field .frame-hidden {
  transform: perspective(1000px) translateX(-50%) translateY(-50%) rotateY(0deg);
  opacity: 1;
  transition-delay: 0.1125s;
}

.fill-carrot-orange {
  fill: #b19660;
}

.page-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.page-pagination ul li a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: #00000014 0 10px 36px, #00000005 0 0 0 1px;
  display: grid;
  font-weight: 500;
  font-size: 15px;
  place-items: center;
  transition: all 0.2s ease-in-out;
}
.page-pagination ul li a:hover {
  background-color: #b19660;
  color: #fff;
}
.page-pagination ul li a.current {
  background-color: #b19660;
  color: #fff;
}

.pq-bottom-header:not(.sticky) .navbar .navbar-brand img:nth-child(2) {
  display: none;
}

.pq-bottom-header.sticky .navbar .navbar-brand img:nth-child(1) {
  display: none !important;
}

.pq-bottom-header.sticky .navbar .navbar-brand img:nth-child(2) {
  display: block;
}

@media screen and (min-width: 1200px) {
  .order-lg-first:not(.blog-itemd) {
    position: sticky;
    top: 30px;
    height: max-content;
  }
  .pq-bottom-header.sticky .order-lg-first:not(.blog-itemd) {
    top: 120px;
  }
}

.alt-font .fw-600 {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  transition: width 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  will-change: width;
  overflow: hidden;
}

.alt-font .fw-600 span {
  display: none;
  position: absolute;
  left: 0;
  top: 7px;
  opacity: 0;
}

.alt-font .fw-600 span.active {
  position: relative !important;
  opacity: 1 !important;
  display: inline-block;
  animation: 0.8s cubic-bezier(0.86, 0, 0.07, 1) both fadeOutUp;
}

@keyframes sloganSlideOut {
  0% {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }

  100% {
    transform: translateY(-65%) rotateX(95deg);
    opacity: 0;
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.banner3-slider {
  position: relative;
}

.banner3-slider .buttons {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: max-content;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  z-index: 100;
}

.banner3-slider .buttons div {
  border-radius: 10px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 0.5;
  display: grid;
  place-items: center;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  & > i {
    margin-top: 3px;
  }
}

.banner3-slider .buttons div:first-child {
  transform: translateX(-200%);
}

.banner3-slider .buttons div:last-child {
  transform: translateX(200%);
}

.pq-bottom-header.sticky .trigger .line {
  stroke: #000 !important;
}

@media screen and (min-width: 768px) {
  .navbar .navbar-brand img:nth-child(3) {
    display: none;
  }
  .navbar .navbar-brand img:last-child {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .navbar .navbar-brand img:nth-child(1) {
    display: none !important;
  }

  .navbar .navbar-brand img:nth-child(2) {
    display: none !important;
  }

  .navbar .navbar-brand img:nth-child(3) {
    display: none;
  }

  .pq-bottom-header.sticky .navbar .navbar-brand img:nth-child(3) {
    display: block !important;
  }

  .pq-bottom-header.sticky .navbar .navbar-brand img:nth-child(4) {
    display: none !important;
  }
}

@media screen and (max-width: 520px) {
  .pq-bottom-header .navbar .navbar-brand img {
    height: 64px;
  }
  header#pq-header .pq-menu-search-block {
    display: none !important;
  }
  .hero__pagination.is-in-view {
    display: none !important;
  }
}

.close-mobile {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 29px;
  color: #b19660;
  cursor: pointer;
}

.mobile-phone-s {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 400;
  border: 1px solid #b19660;
  width: 100%;
  border-radius: 6px;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  justify-content: center;
  color: #b19660;
  & > svg {
    width: 21px;
  }
  &:hover {
    color: #b19660;
    border-color: #b19660;
  }
}

.mobile-menu .socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px !important;
  margin: 0 auto;
  width: max-content;
}

.mobile-menu .socials a {
  display: flex;
  align-items: center;
  width: 35px;
  height: 35px;
  justify-content: center;
  font-size: 18px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
  border-radius: 9999rem;
  &:hover {
    border-color: #b19660;
    color: #b19660;
  }
}

.slider-controls {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.993);
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 10;
  background-color: #fff;
}

.slider-controls .swiper-button-next,
.slider-controls .swiper-button-prev {
  position: static;
  height: max-content;
  margin: 0;
}

.slider-controls .swiper-button-next::after,
.slider-controls .swiper-button-prev::after {
  color: #000;
  font-size: 12px;
}

.slider-controls .swiper-pagination {
  position: static;
  margin: 0 10px;
  color: #000;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: unset !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: unset !important;
}

.search-title h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
  padding: 0 0 20px 0;
}

.search-data {
  width: 100%;
  max-height: 250px;
  height: 100%;
  padding: 2rem 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden;
  align-items: center;
}

.img-search {
  width: 270px;
  margin-right: 30px;
  overflow: hidden;
}

.img-search a {
  width: 100%;
  height: 100%;
  display: block;
}

.img-search .figure-img-search {
  width: 100%;
  object-fit: cover;
  transition: all 0.2s;
  max-width: 260px;
  height: 200px;
}

.search-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 270px);
  min-height: 200px;
  height: 100%;
  overflow: hidden;
}

.search-text aside {
  line-height: 1;
  margin-bottom: 12px;
}

.search-text aside a {
  display: inline-flex;
  align-items: center;
  color: #b19660 !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
}

.search-text aside a::before {
  content: "";
  display: inline-flex;
  width: 6px;
  height: 6px;
  border: 1px solid #b19660;
  background: transparent;
  margin-right: 9px;
  border-radius: 50%;
}

.search-text h4 {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 1.4em;
}

.search-text h4 a {
  color: #000;
}

.grid-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 992px) {
  .grid-content {
    grid-template-columns: repeat(1, 1fr);
  }
}

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