@import url("../../css2-1");
@import url("../../css2-2");
@import url(../fonts/font.css);
* {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  list-style: none;
  box-sizing: border-box;
  outline: none;
  border: none;
}

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

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

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

section {
  background-color: #fff;
}

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

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

.mb0 {
  margin-bottom: 40px;
}

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

img {
  width: 100%;
  height: auto;
}

::selection {
  color: #fff;
  background-color: #3d3f47;
}

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

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

p {
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
}

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

button {
  background-color: transparent;
  border: 0;
}

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

.bg-theme {
  background: #3d3f47;
}

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

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

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.type {
  color: #404040;
}
.type strong {
  font-weight: bold;
}
.type p {
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 18px;
  opacity: 0.7;
}

.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: 75px;
  word-wrap: break-word;
  margin-bottom: 22px;
}

.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: contain;
  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: #3d3f47 !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 #3d3f47;
  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);
  }
}
.copyright-area-inner {
  width: 100%;
}

.copyright-area {
  padding: 10px 0;
}
.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: #000;
  font-size: 18px;
}

.copyright-text span {
  color: #000;
}

.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 {
  padding: 10px 0;
  position: relative;
  gap: 5px;
}

.copyright-text .company a {
  color: #3d3f47;
  font-weight: 500;
  opacity: 1 !important;
}

.copyright-text a,
.copyright-text span {
  opacity: 1 !important;
}

.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: 1px solid #000;
  padding-left: 20px;
}

@media screen and (max-width: 800px) {
  .copyright-text {
    flex-direction: column;
  }
  .copyright-text span:first-child {
    margin-bottom: 10px;
  }
}

.footer .footer__main .info {
  padding-right: 130px;
}

.footer .footer__main .info .logo {
  margin-bottom: 26px;
}
.footer .footer__main .info .logo img {
  width: 170px;
  object-fit: contain;
}

.footer .footer__main .widget-link {
  padding-left: 34px;
  padding-top: 24px;
}

.footer .footer__main .widget-link .title {
  font-size: 14px;
  letter-spacing: 0.7px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #121212;
}

.footer .footer__main .widget-link ul li {
  margin-bottom: 10px;
}

.footer .footer__main .widget-link ul li a {
  font-weight: 400;
  display: inline-block;
  color: #121212;
  transition: all 0.3s ease-in-out;
}

.bg {
  background: #f7f7f7;
}

.contact-widget {
  position: relative;
  display: block;
  padding-right: 70px;
  margin-top: 5px;
}

.contact-widget .select-box {
  position: relative;
  padding-left: 53px;
  min-height: 41px;
  border-bottom: 1px solid #373737;
  margin-bottom: 27px;
}

.contact-widget .select-box .flag {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.contact-widget .select-box .flag:before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.contact-widget .select-box .flag:after {
  position: absolute;
  content: "";
  background: #4f4d4f;
  width: 1px;
  height: 22px;
  top: 4px;
  right: -16px;
}

.contact-widget .select-box .flag img {
  width: 100%;
  border-radius: 50%;
}

.contact-widget .select-box .nice-select {
  font-size: 17px;
  line-height: 27px;
  color: #a9a6a5;
  text-transform: capitalize;
  width: 100%;
}

.nice-select {
  position: relative;
  background: transparent;
  border: none;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0px;
  color: #d4c0cd;
  padding-right: 21px;
  height: auto;
  line-height: 28px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.contact-widget .select-box .nice-select:after {
  border-bottom: 2px solid #a9a6a5;
  border-right: 2px solid #a9a6a5;
  width: 8px;
  height: 8px;
  right: 6px;
  top: 8px;
  margin: 0px;
}

.contact-widget .info-box .single-item {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-widget .info-box .single-item h3 {
  margin-bottom: 10px;
}

.main-footer .footer-widget h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  font-weight: 700;
}

.main-footer p,
.main-footer a {
  color: #a9a6a5;
}

.contact-widget .info-box .single-item:last-child {
  margin-bottom: 0px;
}

footer {
  border-top: 5px solid #e4e4e4 !important;
  background-image: url(../img/footer-bg.jpg);
}

.subtitle {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #0a2540;
  background: #f4f7fb;
  padding: 8px 15px;
  border-radius: 30px;
}

h2.title {
  margin-top: 0;
  font-size: 42px;
  margin-bottom: 20px;
  color: #0a2540;
  line-height: 1.1em;
  letter-spacing: -1.25px;
  font-weight: 500;
  padding-bottom: 5px;
}

.rounded-10 {
  overflow: hidden;
  border-radius: 10px;
}

.bg-color {
  /* background-color: #3d3f47; */
  padding-top: 30px;
  padding-bottom: 10px;
}

.de_count {
  font-size: 16px;
  color: #35404e;
  font-weight: 500;
  padding: 0;
  transition: 0.5s;
  outline: none;
}
.de_count h3 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  margin-bottom: 0px;
  line-height: 1em;
  padding-bottom: 10px;
  letter-spacing: -0.5px;
  color: #fff;
}
.de_count h3 span {
  font-size: 52px;
  margin-right: 5px;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}
.de_count h4 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 26px;
  color: #fff;
}

.spacer-double {
  width: 100%;
  height: 60px;
  display: block;
  clear: both;
}

.bg-color-3 {
  background-color: #f4f7fb;
  padding-bottom: 10px;
  padding-top: 30px;
}
.bg-color-3 .de_count {
  font-size: 16px;
  color: #35404e;
  font-weight: 500;
}
.bg-color-3 .de_count h3,
.bg-color-3 .de_count h4 {
  color: #0a2540;
}

.heading-layout2 .heading-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  color: #023021;
}
@media screen and (max-width: 768px) {
  .heading-layout2 .heading-title {
    font-size: 28px !important;
    text-align: center;
  }
}

.blog-layout2 .post-item.featured-post {
  padding: 160px 60px 60px;
}

.blog-layout2 .post-item {
  box-shadow: none;
  border-radius: 0;
}

.post-item {
  position: relative;
  margin-bottom: 50px;
  transition: all 0.3s linear;
}

.bg-img {
  position: relative;
  z-index: 1;
}

.blog-layout2 .post-item.featured-post .post-body {
  padding: 40px 60px 60px;
  background-color: #fff;
}

.post-item .post-body {
  position: relative;
  padding-top: 36px;
}

.blog-layout2 .post-item.featured-post .post-meta-cat {
  top: -20px;
  left: 60px;
}

.post-item .post-meta-cat {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: flex;
  padding: 7px 13px;
  border-radius: 1px;
  background-color: #3d3f47;
  transition: all 0.3s ease-in-out 0s;
}
.post-item .post-meta-cat a {
  position: relative;
  font-size: 13px;
  padding: 2px 4px;
  color: #fff;
}
.post-item .post-meta-cat a:after {
  content: ",";
  position: absolute;
  top: 3px;
  right: -1px;
}
.post-item .post-meta-cat a:last-of-type:after {
  display: none;
}

.post-item .post-meta-cat a:after {
  content: ",";
  position: absolute;
  top: 3px;
  right: -1px;
}

.blog-layout2 .post-item.featured-post .post-title {
  font-size: 26px;
}

.post-item .post-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.post-item .post-title a {
  color: #121212;
}
.post-item .post-title a:hover {
  color: #3d3f47;
}

.post-item .post-desc {
  margin-bottom: 25px;
}
.post-item .post-desc p {
  line-height: 1.75;
}

.post-item .post-meta {
  margin-top: 26px;
  padding-top: 25px;
  border-top: 2px solid #d9e3e0;
}

.post-item .post-meta-date {
  color: #3d3f47;
}

.post-item .post-meta > * {
  position: relative;
  font-size: 13px;
  line-height: 1;
  margin-right: 8px;
  padding-right: 8px;
}
.post-item .post-meta > *:last-child {
  padding-right: 0;
  margin-right: 0;
}
.post-item .post-meta > *:last-child:after {
  display: none;
}

.post-item .post-meta > *:after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: -2px;
  width: 4px;
  height: 4px;
  background-color: #3d3f47;
}

.post-item .post-meta > *:last-child {
  padding-right: 0;
  margin-right: 0;
}

.post-item .post-meta-author {
  color: #03452f;
}

@media (min-width: 992px) {
  .posts-wrap {
    padding-inline-start: 70px;
    position: relative;
  }

  .posts-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 1px;
    background-color: #d9e3e0;
  }
}
.blog-layout2 .post-item:not(.featured-post) {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e9e9f0;
}

.blog-layout2 .post-item {
  box-shadow: none;
  border-radius: 0;
}

.blog-layout2 .post-item:not(.featured-post) .post-body {
  padding: 0;
}

.blog-layout2 .post-item:not(.featured-post) .post-meta-cat {
  display: inline-flex;
  position: static;
  padding: 0;
  margin-bottom: 12px;
  background-color: transparent;
  border-bottom: 2px solid #3d3f47;
  transform: translateY(0);
}

.blog-layout2 .post-item:not(.featured-post) .post-meta-cat a:first-of-type {
  padding-inline-start: 0;
}

.blog-layout2 .post-item:not(.featured-post) .post-meta-cat a {
  color: #3d3f47;
}

.btn-wide {
  min-width: 250px;
}

.btn-primary {
  color: #fff;
  background-color: #3d3f47;
}

.btn {
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 700;
  min-width: 195px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  transition: all 0.3s ease;
}

.btn:not(.btn-link) i {
  margin: 0 5px;
}

@media only screen and (max-width: 992px) {
  .sm-hide {
    display: none;
  }

  .blog-layout2 .post-item.featured-post {
    padding: 50px 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  h2.title {
    font-size: 30px;
    letter-spacing: -1.25px;
  }
}
@media screen and (max-width: 568px) {
  .de_count h3 span {
    font-size: 34px;
  }

  .bg-color-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .blog-layout2 .post-item.featured-post .post-body {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .bdt-item.swiper-slide-active {
    transform: scale(1.3);
  }
}
.bdt-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
  position: relative;
}

.bdt-img-wrap {
  border-radius: 8px;
  width: 100%;
  height: 234px;
  height: 100%;
}

.bdt-ps-item-wrapper-link {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.bdt-img-wrap .bdt-img {
  width: 105%;
  height: 105%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.bdt-item.swiper-slide-active {
  z-index: 1;
}

.urun-gruplari {
  padding: 67px 0;
}

.location-block_one {
  position: relative;
  margin-bottom: 30px;
  transition: all 0.7s ease;
  height: 430px;
  border-radius: 25px;
  overflow: hidden;
}
.location-block_one:hover img {
  transform: scale(1.1);
}

.location-block_one-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.location-block_one-inner a {
  display: block;
  width: 100%;
  height: 100%;
}

.location-block_one-image {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  background-color: #3d3f47;
}

.location-block_one-image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
  height: 100%;
}

.location-block_one.translate {
  top: 55px;
}

.owl-gallery .owl-stage-outer {
  padding: 40px 0;
}

.owl-gallery .owl-nav {
  position: absolute;
  left: -40px;
  top: 55%;
  right: -40px;
  margin-top: -60px;
}
.mobile-logo {
  display: none;
}
.top-bar__address {
  display: none !important;
}
.canli-piyasa-li {
  display: none;
}
@media only screen and (max-width: 1200px) {
  header.hidden {
    transform: translateY(0) !important;
    display: block !important;
  }
  .top-bar__address {
    display: block !important;
    padding: 0 25px;
  }
  .canli-piyasa-li {
    display: block !important;
  }
  .contact-info .__label {
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #5c5c5c;
  }
  .s-btns--gray a:not(:hover):not(:focus) {
    color: #d3d3d3;
  }
  .s-btns.custom a {
    font-size: 1.2rem;
  }
  .s-btns a i {
    vertical-align: middle;
    line-height: 1;
  }
  .contact-info > li p {
    color: #000;
    font-weight: 500;
    font-size: 16px !important;
  }
  .s-btns ul {
    margin-top: -10px;
    margin-left: -25px;
    line-height: 0;
    font-size: 0;
    letter-spacing: -1px;
  }
  .s-btns li {
    margin-top: 10px;
    margin-left: 25px;
  }
  .contact-info > li {
    margin-top: 20px;
    line-height: 1.4;
    font-size: 1.5rem;
    font-weight: 600;
    font-style: normal;
    color: #d3d3d3;
  }
  .contact-info {
    line-height: 1;
    text-align: left;
  }
  .owl-gallery .owl-nav {
    left: 15px;
    right: 15px;
  }
  .mobile-logo {
    display: block;
    width: 200px;
    margin-bottom: 30px;
    padding: 20px;
  }
}
.owl-gallery .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  width: 70px;
  height: 70px;
  line-height: 58px;
  border-radius: 50px;
  text-align: center;
  color: #fff !important;
  font-size: 26px !important;
  border: 6px solid #fff !important;
  background-color: #3d3f47 !important;
  font-family: "Font Awesome 5 Pro";
  transition: all 500ms ease;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  font-weight: 300;
}

.owl-gallery .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  width: 70px;
  height: 70px;
  line-height: 58px;
  border-radius: 50px;
  text-align: center;
  color: #fff !important;
  font-size: 26px;
  border: 6px solid #fff !important;
  background-color: #3d3f47 !important;
  font-family: "Font Awesome 5 Pro";
  transition: all 500ms ease;
}

.download {
  padding: 60px 0 0;
  background: #f7f7f7;
}

.download .download__content {
  padding-right: 30px;
}

.download .download__content .heading {
  margin-bottom: 16px;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #23262f;
}
@media screen and (max-width: 768px) {
  .download .download__content .heading {
    font-size: 34px !important;
  }
}

.fs-20 {
  font-size: 20px;
  color: #777e90;
}

.download .download__content .list {
  margin-top: 34px;
}

.download__content {
  padding-right: 30px;
}
.download__content .heading {
  margin-bottom: 16px;
  text-transform: capitalize;
  font-size: 48px;
  letter-spacing: -1px;
}
.download__content .list {
  margin-top: 34px;
}
.download__content .list li {
  margin-bottom: 21px;
}
.download__content .list li h6 {
  text-transform: none;
  margin-bottom: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #121212;
  font-size: 20px;
}
.download__content .list li h6 span {
  font-size: 20px;
  margin-right: 12px;
}
.download__content .list li p {
  text-transform: capitalize;
  letter-spacing: -0.03px;
  padding-left: 33px;
}
.download__content .group-button {
  margin-top: 31px;
  display: flex;
}
.download__content .group-button a {
  margin-right: 16px;
}

.icon-check:before {
  content: "\eb80";
  color: #3772ff;
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.download .download__image {
  position: relative;
  margin-top: 0px;
  margin-left: 30px;
  top: 6px;
}

.download .download__image .button {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  top: 66px;
  padding: 8px 15px;
  border: 2px solid #e6e8ec;
  border-radius: 90px;
  font-weight: 700;
  font-size: 14px;
  color: #23262f;
}

.copyright-area-inner {
  width: 100%;
}

.copyright-area {
  padding: 10px 0;
}
.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: #000;
  font-size: 18px;
}

.copyright-text span {
  color: #000;
}

.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 {
  padding: 10px 0;
  position: relative;
  gap: 5px;
}

.copyright-text .company a {
  color: #3d3f47;
  font-weight: 500;
  opacity: 1 !important;
}

.copyright-text a,
.copyright-text span {
  opacity: 1 !important;
}

.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: 1px solid #000;
  padding-left: 20px;
}

@media screen and (max-width: 800px) {
  .copyright-text {
    flex-direction: column;
  }
  .copyright-text span:first-child {
    margin-bottom: 10px;
  }
}

.footer .footer__main .info {
  padding-right: 130px;
}

.footer .footer__main .info .logo {
  margin-bottom: 26px;
}
.footer .footer__main .info .logo img {
  width: 170px;
  object-fit: contain;
}

.footer .footer__main .widget-link {
  padding-left: 34px;
  padding-top: 49px;
}

.footer .footer__main .widget-link .title {
  font-size: 14px;
  letter-spacing: 0.7px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #121212;
}

.footer .footer__main .widget-link ul li {
  margin-bottom: 10px;
}

.footer .footer__main .widget-link ul li a {
  font-weight: 400;
  display: inline-block;
  color: #121212;
  transition: all 0.3s ease-in-out;
}

.bg {
  background: #f7f7f7;
}

.contact-widget {
  position: relative;
  display: block;
  padding-right: 70px;
  margin-top: 5px;
}

.contact-widget .select-box {
  position: relative;
  padding-left: 53px;
  min-height: 41px;
  border-bottom: 1px solid #373737;
  margin-bottom: 27px;
}

.contact-widget .select-box .flag {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.contact-widget .select-box .flag:before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.contact-widget .select-box .flag:after {
  position: absolute;
  content: "";
  background: #4f4d4f;
  width: 1px;
  height: 22px;
  top: 4px;
  right: -16px;
}

.contact-widget .select-box .flag img {
  width: 100%;
  border-radius: 50%;
}

.contact-widget .select-box .nice-select {
  font-size: 17px;
  line-height: 27px;
  color: #a9a6a5;
  text-transform: capitalize;
  width: 100%;
}

.nice-select {
  position: relative;
  background: transparent;
  border: none;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0px;
  color: #d4c0cd;
  padding-right: 21px;
  height: auto;
  line-height: 28px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.contact-widget .select-box .nice-select:after {
  border-bottom: 2px solid #a9a6a5;
  border-right: 2px solid #a9a6a5;
  width: 8px;
  height: 8px;
  right: 6px;
  top: 8px;
  margin: 0px;
}

.contact-widget .info-box .single-item {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-widget .info-box .single-item h3 {
  margin-bottom: 10px;
}

.main-footer .footer-widget h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  font-weight: 700;
}

.main-footer p,
.main-footer a {
  color: #a9a6a5;
}

.contact-widget .info-box .single-item:last-child {
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero-slider {
  width: 100%;
  height: 700px;
  display: flex;
  position: relative;
  z-index: 0;
}
@media (max-width: 991px) {
  .hero-style-1 {
    height: 450px !important;
    min-height: auto;
  }
  .hero-slider .slide-inner {
    padding-top: 170px !important;
  }
  .hero-style-1 .slide-text {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}
.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}
.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  margin-top: -100px;
  text-align: center;
}
@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}
.hero-slider .swiper-button-prev {
  right: 65px;
  left: auto;
}
.hero-slider .swiper-button-prev:before {
  font-family: "Flaticon";
  content: "\f101";
  font-size: 20px;
  color: #fff;
}
.hero-slider .swiper-button-next {
  right: 25px;
}
.hero-slider .swiper-button-next:before {
  font-family: "Flaticon";
  content: "\f102";
  font-size: 20px;
  color: #fff;
}
.hero-slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
.hero-slider .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

/*----------------------------------
	#hero-style-1
-----------------------------------*/
.hero-style-1 {
  height: 100vh;
  min-height: 700px;
  position: relative;
  overflow: hidden;
}
.hero-style-1:before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: calc(100% - 112px);
  position: absolute;
  left: 100px;
  bottom: 0;
  z-index: 10;
}
@media (max-width: 991px) {
  .hero-style-1:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .hero-style-1 {
    height: 700px;
    min-height: auto;
  }
}
.hero-style-1 .slide-title {
  max-width: 615px;
}
.hero-style-1 .slide-title h2 {
  font-size: 3.6875rem;
  color: #ffffff;
  margin: 0 0 0.33em;
  line-height: 1em;
}
@media (max-width: 991px) {
  .hero-style-1 .slide-title h2 {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
@media (max-width: 767px) {
  .hero-style-1 .slide-title h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
.hero-style-1 .slide-title h2 span {
  -webkit-text-fill-color: rgba(0, 0, 0, 0.01);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
}
.hero-style-1 .slide-text {
  max-width: 615px;
}
.hero-style-1 .slide-text p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  margin: 0 0 2em;
}
@media (max-width: 767px) {
  .hero-style-1 .slide-text p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.hero-style-1 .container {
  position: relative;
}
.hero-style-1 .video-btns {
  position: absolute;
  right: 15px;
  top: calc(50% - 33px);
}
@media (max-width: 991px) {
  .hero-style-1 .video-btns {
    display: none;
  }
}
.hero-style-1 .video-btns a {
  background-color: #3d3f47;
  width: 75px;
  height: 75px;
  border-radius: 75px;
  text-align: center;
  line-height: 75px;
  display: inline-block;
  position: absolute;
  left: 25%;
  top: 33%;
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
}
@media (max-width: 767px) {
  .hero-style-1 .video-btns a {
    width: 55px;
    height: 55px;
    border-radius: 55px;
  }
}
.hero-style-1 .video-btns a .fi:before {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
}
.hero-style-1 .video-btns a:after {
  content: "";
  width: 75px;
  height: 75px;
  border-radius: 75px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: spineer 2s 1.5s infinite;
  animation: spineer 2s 1.5s infinite;
}
@media (max-width: 767px) {
  .hero-style-1 .video-btns a:after {
    width: 55px;
    height: 55px;
    border-radius: 55px;
  }
}
@-webkit-keyframes spineer {
  from {
    box-shadow: 0 0 0 0 rgba(217, 186, 80, 0.99);
  }
  to {
    box-shadow: 0 0 0 45px rgba(217, 186, 80, 0.01);
  }
}
@keyframes spineer {
  from {
    box-shadow: 0 0 0 0 rgba(217, 186, 80, 0.99);
  }
  to {
    box-shadow: 0 0 0 45px rgba(217, 186, 80, 0.01);
  }
}
.hero-style-1 .swiper-pagination .inner {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  position: absolute;
  bottom: 60px;
  color: #929292;
}
@media (max-width: 600px) {
  .hero-style-1 .swiper-pagination .inner {
    display: none;
  }
}
.hero-style-1 .swiper-pagination .swiper-pagination-current {
  color: #ffffff;
}
.hero-style-1 .social {
  position: absolute;
  left: 43px;
  top: 50%;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-style-1 .social {
    display: none;
  }
}
.hero-style-1 .social:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 50px;
  position: absolute;
  top: -80px;
  left: 6px;
}
.hero-style-1 .social a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
}
.hero-style-1 .social ul > li + li {
  margin-top: 15px;
}
.hero-style-1 .social a:hover {
  color: #3d3f47;
}
@media (max-width: 767px) {
  .hero-style-1 .swiper-button-prev,
  .hero-style-1 .swiper-button-next {
    display: block;
    margin-top: -95px;
  }
}
.hero-style-1 .scroll {
  position: absolute;
  bottom: 75px;
  left: 2.5%;
  transform: translateX(-50%);
  z-index: 100;
}
@media screen and (max-width: 1369px) {
  .hero-style-1 .scroll {
    left: 3.5%;
  }
}
@media (max-width: 767px) {
  .hero-style-1 .scroll {
    display: none;
  }
}
.hero-style-1 .scroll a {
  width: 30px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 50px;
  display: inline-block;
}

/*----------------------------------
	#hero-style-2
-----------------------------------*/
.hero-style-2,
.hero-style-3 {
  height: calc(100vh - 113px);
}
@media (max-width: 991px) {
  .hero-style-2,
  .hero-style-3 {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .hero-style-2,
  .hero-style-3 {
    height: 500px;
  }
}
@media screen and (min-width: 992px) {
  .hero-style-2,
  .hero-style-3 {
    min-height: 600px;
  }
  .hero-style-2 .slide-inner > .container,
  .hero-style-3 .slide-inner > .container {
    margin-top: -110px;
  }
}
.hero-style-2 .slide-title,
.hero-style-3 .slide-title {
  max-width: 615px;
}
.hero-style-2 .slide-title h2,
.hero-style-3 .slide-title h2 {
  font-size: 75px;
  font-size: 4.6875rem;
  color: #ffffff;
  margin: 0 0 0.33em;
  line-height: 1em;
}
@media (max-width: 1199px) {
  .hero-style-2 .slide-title h2,
  .hero-style-3 .slide-title h2 {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
@media (max-width: 767px) {
  .hero-style-2 .slide-title h2,
  .hero-style-3 .slide-title h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
.hero-style-2 .slide-text,
.hero-style-3 .slide-text {
  max-width: 615px;
}
.hero-style-2 .slide-text p,
.hero-style-3 .slide-text p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  margin: 0 0 2em;
}
@media (max-width: 767px) {
  .hero-style-2 .slide-text p,
  .hero-style-3 .slide-text p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.hero-style-2 .container,
.hero-style-3 .container {
  position: relative;
}
.hero-style-2 .social-container,
.hero-style-3 .social-container {
  margin-top: -160px;
  z-index: 1;
  position: relative;
}
@media (max-width: 991px) {
  .hero-style-2 .social-container,
  .hero-style-3 .social-container {
    margin-top: -100px;
  }
}
.hero-style-2 .social-container span,
.hero-style-3 .social-container span {
  color: white;
  padding-right: 20px;
  position: relative;
  top: -8px;
  display: inline-block;
}
.hero-style-2 .social,
.hero-style-3 .social {
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-style-2 .social,
  .hero-style-3 .social {
    display: none;
  }
}
.hero-style-2 .social ul,
.hero-style-3 .social ul {
  display: inline-block;
}
.hero-style-2 .social a,
.hero-style-3 .social a {
  background: rgba(255, 255, 255, 0.2);
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ffffff;
  padding: 5px 6px 1px;
  display: inline-block;
  border-radius: 5px;
}
.hero-style-2 .social ul li,
.hero-style-3 .social ul li {
  float: left;
}
.hero-style-2 .social ul > li + li,
.hero-style-3 .social ul > li + li {
  margin-left: 15px;
}
.hero-style-2 .social a:hover,
.hero-style-3 .social a:hover {
  color: #3d3f47;
}
.hero-style-2 .swiper-button-next,
.hero-style-3 .swiper-button-next,
.hero-style-2 .swiper-button-prev,
.hero-style-3 .swiper-button-prev {
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2) !important;
  display: inline-block;
  padding: 7px 15px;
  margin-top: -152px;
}
@media (max-width: 991px) {
  .hero-style-2 .swiper-button-next,
  .hero-style-3 .swiper-button-next,
  .hero-style-2 .swiper-button-prev,
  .hero-style-3 .swiper-button-prev {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .hero-style-2 .swiper-button-next,
  .hero-style-3 .swiper-button-next,
  .hero-style-2 .swiper-button-prev,
  .hero-style-3 .swiper-button-prev {
    margin-top: -95px;
  }
}
.hero-style-2 .swiper-button-prev,
.hero-style-3 .swiper-button-prev {
  right: 75px;
  border-radius: 5px 0 0 5px;
}
.hero-style-2 .swiper-button-next,
.hero-style-3 .swiper-button-next {
  border-radius: 0 5px 05px 0;
}

/*----------------------------------
	#hero-style-3
-----------------------------------*/
.hero-style-3 {
  height: 820;
}
@media (max-width: 991px) {
  .hero-style-3 {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .hero-style-3 {
    height: 500px;
  }
}
@media screen and (min-width: 992px) {
  .hero-style-3 {
    min-height: 600px;
  }
  .hero-style-3 .slide-inner > .container {
    margin-top: 0;
  }
}
.hero-style-3 .slide-inner {
  text-align: center;
}
.hero-style-3 .slide-title,
.hero-style-3 .slide-text,
.hero-style-3 .slide-btns {
  display: inline-block;
  margin: 0 auto;
}
.hero-style-3 .pagi-arrow {
  z-index: 1;
  margin-top: -150px;
  position: relative;
  text-align: center;
}
@media (max-width: 991px) {
  .hero-style-3 .pagi-arrow {
    margin-top: -50px;
  }
}
.hero-style-3 .pagi-arrow .swiper-button-prev,
.hero-style-3 .pagi-arrow .swiper-button-next {
  margin-top: 0;
  right: auto;
  position: static;
}
@media (max-width: 991px) {
  .hero-style-3 .pagi-arrow .swiper-button-prev,
  .hero-style-3 .pagi-arrow .swiper-button-next {
    padding: 2px 8px;
  }
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}
.site-header .navigation {
  background-color: #ffffff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.site-header .navigation > .container {
  position: relative;
}
.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}
.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus,
.site-header #navbar > ul li.current-menu-item a {
  text-decoration: none;
  color: #3d3f47 !important;
}
@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    font-size: 15px;

    font-weight: 800;
    text-transform: uppercase;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #ffffff;
    width: 100%;
    max-width: 400px;
    text-align: left;
    padding: 25px 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
  }
  .site-header #navbar > ul > li > ul.sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent #ffffff transparent;
    margin: 0 0 0 20px;
    padding-top: 1px;
    position: absolute;
    top: -11px;
  }
  .site-header #navbar > ul > li .sub-menu li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li .sub-menu a {
    display: block;
    padding: 10px 30px;
    color: #555555;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
  }
  .site-header #navbar > ul > li .sub-menu a:hover {
    padding-left: 35px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 95%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header
    #navbar
    > ul
    > li
    > .sub-menu
    > .menu-item-has-children
    > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e61a";
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #ffffff;
    padding: 20px;
    border-top: 2px solid #3d3f47;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}
@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .row,
  .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}
@media screen and (min-width: 1200px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}
@media (max-width: 1200px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #3d3f47;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 6px;
    z-index: 20;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 3px;
  }
  .site-header .navbar-header button span {
    background-color: #ffffff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:nth-child(2) {
    width: 10px;
  }
  .site-header .navbar-header button span:nth-child(3) {
    width: 14px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }

  .site-header #navbar ul a {
    color: #000000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #3d3f47;
  }
  .site-header #navbar .navbar-nav {
    height: max-content !important;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    color: #000000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }
  .site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #f2f2f2;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}
@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}

@media (max-width: 991px) {
  .page-wrapper {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }

  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
}
/*---------------------------------------
	#header-style-1
----------------------------------------*/
.header-style-1,
.header-style-2,
.header-style-3 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}

.header-style-1 .navbar-brand img,
.header-style-2 .navbar-brand img,
.header-style-3 .navbar-brand img {
  max-width: 201px;
}
.header-style-1 .navigation,
.header-style-2 .navigation,
.header-style-3 .navigation {
  background: transparent;
}
@media screen and (min-width: 1200px) {
  .header-style-1 .navigation,
  .header-style-2 .navigation,
  .header-style-3 .navigation {
    padding: 0 60px 0 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header-style-1 .navbar-brand,
  .header-style-2 .navbar-brand,
  .header-style-3 .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    margin-top: 7px;
  }
  .header-style-1 #navbar > ul > li > a,
  .header-style-2 #navbar > ul > li > a,
  .header-style-3 #navbar > ul > li > a {
    color: #ffffff;
    padding: 46px 15px;
    position: relative;
  }
  .header-style-1 #navbar > ul > li > a:before,
  .header-style-2 #navbar > ul > li > a:before,
  .header-style-3 #navbar > ul > li > a:before {
    content: "";
    background: transparent;
    width: 80%;
    height: 35px;
    border: 2px solid #3d3f47;
    border-radius: 50px;
    position: absolute;
    left: 10%;
    bottom: calc(50% - 17px);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
  }
  .header-style-1 #navbar > ul > li.current-menu-parent > a,
  .header-style-2 #navbar > ul > li.current-menu-parent > a,
  .header-style-3 #navbar > ul > li.current-menu-parent > a {
    font-weight: 600;
    color: #3d3f47;
  }
  .header-style-1 #navbar > ul > li.current-menu-parent > a:before,
  .header-style-2 #navbar > ul > li.current-menu-parent > a:before,
  .header-style-3 #navbar > ul > li.current-menu-parent > a:before,
  .header-style-1 #navbar > ul > li.current-menu-item > a:before,
  .header-style-2 #navbar > ul > li.current-menu-item > a:before,
  .header-style-3 #navbar > ul > li.current-menu-item > a:before {
    opacity: 1;
  }
  .header-style-1 #navbar ul.sub-menu li.current-menu-parent > a,
  .header-style-2 #navbar ul.sub-menu li.current-menu-parent > a,
  .header-style-3 #navbar ul.sub-menu li.current-menu-parent > a {
    color: #3d3f47;
  }
}
@media screen and (min-width: 1200px) {
  .header-style-1 #navbar > ul > li > a,
  .header-style-2 #navbar > ul > li > a,
  .header-style-3 #navbar > ul > li > a {
    padding: 46px 20px;
  }
}
@media screen and (min-width: 1365px) {
  .header-style-1 #navbar > ul > li > a,
  .header-style-2 #navbar > ul > li > a,
  .header-style-3 #navbar > ul > li > a {
    padding: 46px 25px;
  }
}
@media (max-width: 1200px) {
  .header-style-1 .navigation,
  .header-style-2 .navigation,
  .header-style-3 .navigation {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header-style-1 .navbar-brand,
  .header-style-2 .navbar-brand,
  .header-style-3 .navbar-brand {
    height: auto;
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .header-style-1 .donate-btn,
  .header-style-2 .donate-btn,
  .header-style-3 .donate-btn {
    display: none;
  }
}
.header-style-1 .cart-search-contact,
.header-style-2 .cart-search-contact,
.header-style-3 .cart-search-contact {
  position: absolute;
  right: 60px;
  top: 0;
  height: 113px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 29px;
  padding-left: 15px;
}
@media (max-width: 1200px) {
  .header-style-1 .cart-search-contact,
  .header-style-2 .cart-search-contact,
  .header-style-3 .cart-search-contact {
    right: 90px;
    top: 0;
    padding-top: 25px;
    border-left: unset !important;
  }
}
@media (max-width: 450px) {
  .header-style-1 .cart-search-contact,
  .header-style-2 .cart-search-contact,
  .header-style-3 .cart-search-contact {
    display: none;
  }
}
.header-style-1 .cart-search-contact button,
.header-style-2 .cart-search-contact button,
.header-style-3 .cart-search-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  position: relative;
}
.header-style-1 .cart-search-contact > div,
.header-style-2 .cart-search-contact > div,
.header-style-3 .cart-search-contact > div {
  float: left;
  position: relative;
}
.header-style-1 .cart-search-contact button > i,
.header-style-2 .cart-search-contact button > i,
.header-style-3 .cart-search-contact button > i {
  font-size: 20px;
  color: #ffffff;
}
.header-style-1 .cart-search-contact .header-search-form,
.header-style-2 .cart-search-contact .header-search-form,
.header-style-3 .cart-search-contact .header-search-form {
  position: absolute;
  width: 250px;
  right: 0;
  top: 84px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: -2px 18px 40px -9px #999999;
  z-index: 10;
}
@media (max-width: 991px) {
  .header-style-1 .cart-search-contact .header-search-form,
  .header-style-2 .cart-search-contact .header-search-form,
  .header-style-3 .cart-search-contact .header-search-form {
    top: 70px;
  }
}
@media (max-width: 767px) {
  .header-style-1 .cart-search-contact .header-search-form,
  .header-style-2 .cart-search-contact .header-search-form,
  .header-style-3 .cart-search-contact .header-search-form {
    top: 70px;
    right: 15px;
  }
}
.header-style-1 .cart-search-contact .header-search-form button i,
.header-style-2 .cart-search-contact .header-search-form button i,
.header-style-3 .cart-search-contact .header-search-form button i {
  color: #020202;
}
.header-style-1 .cart-search-contact .header-search-form-wrapper .fi:before,
.header-style-2 .cart-search-contact .header-search-form-wrapper .fi:before,
.header-style-3 .cart-search-contact .header-search-form-wrapper .fi:before {
  font-size: 22px;
  font-size: 1.375rem;
}
.header-style-1 .cart-search-contact .header-search-form-wrapper,
.header-style-2 .cart-search-contact .header-search-form-wrapper,
.header-style-3 .cart-search-contact .header-search-form-wrapper,
.header-style-1 .cart-search-contact .mini-cart,
.header-style-2 .cart-search-contact .mini-cart,
.header-style-3 .cart-search-contact .mini-cart {
  padding-top: 8px;
}
.header-style-1 .cart-search-contact form div,
.header-style-2 .cart-search-contact form div,
.header-style-3 .cart-search-contact form div {
  position: relative;
}
.header-style-1 .cart-search-contact form div button,
.header-style-2 .cart-search-contact form div button,
.header-style-3 .cart-search-contact form div button {
  position: absolute;
  right: 15px;
  top: 56%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-style-1 .cart-search-contact input,
.header-style-2 .cart-search-contact input,
.header-style-3 .cart-search-contact input {
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.header-style-1 .cart-search-contact .mini-cart,
.header-style-2 .cart-search-contact .mini-cart,
.header-style-3 .cart-search-contact .mini-cart {
  margin-right: 25px;
}
@media (max-width: 767px) {
  .header-style-1 .cart-search-contact .mini-cart,
  .header-style-2 .cart-search-contact .mini-cart,
  .header-style-3 .cart-search-contact .mini-cart {
    margin-right: 0;
  }
}
@media (max-width: 450px) {
  .header-style-1 .cart-search-contact .mini-cart,
  .header-style-2 .cart-search-contact .mini-cart,
  .header-style-3 .cart-search-contact .mini-cart {
    display: none;
  }
}
.header-style-1 .cart-search-contact .mini-cart .fi:before,
.header-style-2 .cart-search-contact .mini-cart .fi:before,
.header-style-3 .cart-search-contact .mini-cart .fi:before {
  font-size: 25px;
  font-size: 1.5625rem;
}
.header-style-1 .cart-search-contact .mini-cart .cart-count,
.header-style-2 .cart-search-contact .mini-cart .cart-count,
.header-style-3 .cart-search-contact .mini-cart .cart-count {
  background: #3d3f47;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 10px;
  font-size: 0.625rem;
  color: white;
  position: absolute;
  top: 0;
  right: -5px;
  border-radius: 50%;
}
.header-style-1 .cart-search-contact .mini-cart-content,
.header-style-2 .cart-search-contact .mini-cart-content,
.header-style-3 .cart-search-contact .mini-cart-content {
  background: #ffffff;
  width: 300px;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 84px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: -2px 18px 40px -9px #999999;
}
@media (max-width: 991px) {
  .header-style-1 .cart-search-contact .mini-cart-content,
  .header-style-2 .cart-search-contact .mini-cart-content,
  .header-style-3 .cart-search-contact .mini-cart-content {
    top: 70px;
  }
}
@media (max-width: 767px) {
  .header-style-1 .cart-search-contact .mini-cart-content,
  .header-style-2 .cart-search-contact .mini-cart-content,
  .header-style-3 .cart-search-contact .mini-cart-content {
    top: 70px;
  }
}
@media (max-width: 450px) {
  .header-style-1 .cart-search-contact .mini-cart-content,
  .header-style-2 .cart-search-contact .mini-cart-content,
  .header-style-3 .cart-search-contact .mini-cart-content {
    right: auto;
    left: -185px;
  }
}
.header-style-1 .cart-search-contact .mini-cart-content p,
.header-style-2 .cart-search-contact .mini-cart-content p,
.header-style-3 .cart-search-contact .mini-cart-content p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #020202;
  margin: 0;
  text-transform: uppercase;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-items,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-items,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-items {
  padding: 25px 20px;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #efefef;
}
.header-style-1
  .cart-search-contact
  .mini-cart-content
  .mini-cart-item:first-child,
.header-style-2
  .cart-search-contact
  .mini-cart-content
  .mini-cart-item:first-child,
.header-style-3
  .cart-search-contact
  .mini-cart-content
  .mini-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image {
  width: 50px;
  height: 50px;
  border: 2px solid #f3f3f3;
  float: left;
  margin-right: 15px;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.header-style-1
  .cart-search-contact
  .mini-cart-content
  .mini-cart-item-image
  img,
.header-style-2
  .cart-search-contact
  .mini-cart-content
  .mini-cart-item-image
  img,
.header-style-3
  .cart-search-contact
  .mini-cart-content
  .mini-cart-item-image
  img {
  display: block;
  width: 46px;
  height: 46px;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des {
  position: relative;
  overflow: hidden;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des a,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: left;
  color: #020202;
}
.header-style-1
  .cart-search-contact
  .mini-cart-content
  .mini-cart-item-des
  a:hover,
.header-style-2
  .cart-search-contact
  .mini-cart-content
  .mini-cart-item-des
  a:hover,
.header-style-3
  .cart-search-contact
  .mini-cart-content
  .mini-cart-item-des
  a:hover {
  color: #3d3f47;
}
.header-style-1
  .cart-search-contact
  .mini-cart-content
  .mini-cart-item-des
  .mini-cart-item-price,
.header-style-2
  .cart-search-contact
  .mini-cart-content
  .mini-cart-item-des
  .mini-cart-item-price,
.header-style-3
  .cart-search-contact
  .mini-cart-content
  .mini-cart-item-des
  .mini-cart-item-price {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #888;
  display: block;
  margin-top: 3px;
}
.header-style-1
  .cart-search-contact
  .mini-cart-content
  .mini-cart-item-des
  .mini-cart-item-quantity,
.header-style-2
  .cart-search-contact
  .mini-cart-content
  .mini-cart-item-des
  .mini-cart-item-quantity,
.header-style-3
  .cart-search-contact
  .mini-cart-content
  .mini-cart-item-des
  .mini-cart-item-quantity {
  font-size: 12px;
  font-size: 0.75rem;
  color: #444;
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
}
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action {
  padding: 20px 0 30px;
  border-top: 1px solid #efefef;
  text-align: center;
}
.header-style-1
  .cart-search-contact
  .mini-cart-content
  .mini-cart-action
  .theme-btn-s2,
.header-style-2
  .cart-search-contact
  .mini-cart-content
  .mini-cart-action
  .theme-btn-s2,
.header-style-3
  .cart-search-contact
  .mini-cart-content
  .mini-cart-action
  .theme-btn-s2 {
  float: right;
}
.header-style-1
  .cart-search-contact
  .mini-cart-content
  .mini-cart-action
  .mini-checkout-price,
.header-style-2
  .cart-search-contact
  .mini-cart-content
  .mini-cart-action
  .mini-checkout-price,
.header-style-3
  .cart-search-contact
  .mini-cart-content
  .mini-cart-action
  .mini-checkout-price {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #020202;
  display: inline-block;
}
.header-style-1 .cart-search-contact .mini-cart-content-toggle,
.header-style-2 .cart-search-contact .mini-cart-content-toggle,
.header-style-3 .cart-search-contact .mini-cart-content-toggle,
.header-style-1 .cart-search-contact .header-search-content-toggle,
.header-style-2 .cart-search-contact .header-search-content-toggle,
.header-style-3 .cart-search-contact .header-search-content-toggle {
  opacity: 1 !important;
  visibility: visible !important;
  right: 0 !important;
}
.header-style-1 .cart-search-contact .cart-toggle-btn,
.header-style-2 .cart-search-contact .cart-toggle-btn,
.header-style-3 .cart-search-contact .cart-toggle-btn,
.header-style-1 .cart-search-contact .search-toggle-btn,
.header-style-2 .cart-search-contact .search-toggle-btn,
.header-style-3 .cart-search-contact .search-toggle-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

/*---------------------------------------
	#header-style-2
----------------------------------------*/
@media screen and (min-width: 992px) {
  .header-style-2 {
    position: relative;
  }
  .header-style-2 #navbar > ul > li > a {
    font-weight: 600;
    color: #020202;
    position: relative;
  }
  .header-style-2 #navbar > ul > li > a:before {
    content: "";
    background-color: #e2e2e2;
    border: 0;
    width: 80%;
    height: 28%;
    position: absolute;
    left: 10%;
    top: 36%;
    border-radius: 50px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-style-2 #navbar > ul > li > a:hover:before {
    opacity: 1;
  }
  .header-style-2 #navbar > ul > li.current-menu-parent > a:before,
  .header-style-2 #navbar > ul > li.current-menu-item > a:before {
    opacity: 1;
  }
  .header-style-2 #navbar > ul .sub-menu li.current-menu-item a {
    color: #3d3f47;
  }
  .header-style-2 .cart-search-contact button > i {
    color: #555555;
  }
  .header-style-2 .cart-search-contact {
    border-color: #e2e2e2;
  }
  .header-style-2 #navbar > ul .sub-menu {
    background-color: #555555;
  }
  .header-style-2 #navbar > ul > li:hover > .sub-menu {
    top: 101%;
  }
  .header-style-2 #navbar > ul > li .sub-menu a {
    color: #ffffff;
  }
  .header-style-2 #navbar > ul > li > ul.sub-menu:before {
    border-color: transparent transparent #555555 transparent;
  }
}
@media (max-width: 1200px) {
  .header-style-2 .navigation {
    background-color: #ffffff;
  }
  .header-style-2 .cart-search-contact button > i {
    color: #555555;
  }
  .header-style-2 .cart-search-contact {
    border-color: #e2e2e2;
  }
}

/*---------------------------------------
	#header-style-3
----------------------------------------*/
.header-style-3 .topbar {
  background-color: #ffffff;
  padding: 11px 0;
}
@media (max-width: 991px) {
  .header-style-3 .topbar {
    text-align: center;
    padding: 15px 0 25px;
  }
}
.header-style-3 .social span {
  padding-right: 20px;
  position: relative;
  top: -6px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .header-style-3 .social span {
    display: none;
  }
}
.header-style-3 .social ul {
  display: inline-block;
}
@media (max-width: 1199px) {
  .header-style-3 .social ul {
    margin-left: 75px;
  }
}
@media (max-width: 991px) {
  .header-style-3 .social ul {
    margin-left: 0;
  }
}
.header-style-3 .social a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #020202;
  display: inline-block;
}
.header-style-3 .social ul li {
  float: left;
}
.header-style-3 .social ul > li + li {
  margin-left: 15px;
}
.header-style-3 .social a:hover {
  color: #3d3f47;
}
.header-style-3 .link-donate ul {
  display: inline-block;
}
@media (max-width: 991px) {
  .header-style-3 .link-donate ul {
    padding: 15px 0;
  }
}
.header-style-3 .link-donate ul li {
  float: left;
}
@media (max-width: 991px) {
  .header-style-3 .link-donate ul li {
    float: none;
  }
}
.header-style-3 .link-donate ul > li + li {
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .header-style-3 .link-donate ul > li + li {
    margin: 3px 0 0;
    padding: 0;
  }
}
.header-style-3 .link-donate ul > li + li:before {
  content: "";
  background-color: #020202;
  width: 2px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 5px;
}
@media (max-width: 991px) {
  .header-style-3 .link-donate ul > li + li:before {
    display: none;
  }
}
.header-style-3 .link-donate ul a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #020202;
  font-weight: 600;
}
.header-style-3 .link-donate ul a:hover {
  color: #3d3f47;
}
.header-style-3 .donate-btn-wrap {
  float: right;
}
@media (max-width: 991px) {
  .header-style-3 .donate-btn-wrap {
    float: none;
  }
}
.header-style-3 .donate-btn-2 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #3d3f47;
  border-bottom: 1px solid #3d3f47;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .header-style-3 .navbar-brand {
    position: absolute;
    top: -86px;
    left: 0;
  }
  .header-style-3 #navbar {
    margin-left: 150px;
  }
  .header-style-3 #navbar > ul > li > a {
    padding: 35px 20px;
  }
  .header-style-3 .cart-search-contact {
    height: 91px;
    right: 0;
    padding-top: 20px;
  }
  .header-style-3 .cart-search-contact .mini-cart {
    margin-right: 0;
  }
  .header-style-3 .cart-search-contact .mini-cart-content,
  .header-style-3 .cart-search-contact .header-search-form {
    top: 71px;
  }
}
@media (max-width: 1200px) {
  .header-style-3 .navbar-brand img {
    max-width: 100px;
  }
  .header-style-3 .navigation {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-nav {
    float: left;
    margin: 0;
    display: flex;
    flex-direction: row;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-header {
    float: left;
  }
}
@media screen and (min-width: 992px) {
  .site-header #navbar li {
    position: relative;
  }
}
.nav > li {
  position: relative;
  display: block;
}

.navbar > .container-fluid {
  display: block !important;
}

.header-style-1 .cart-search-contact form div,
.header-style-2 .cart-search-contact form div,
.header-style-3 .cart-search-contact form div,
.header-style-2 .cart-search-contact form div,
.header-style-3 .cart-search-contact form div {
  position: relative;
}

.header-style-1 .cart-search-contact input,
.header-style-2 .cart-search-contact input,
.header-style-3 .cart-search-contact input,
.header-style-2 .cart-search-contact input,
.header-style-3 .cart-search-contact input {
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

form div button,
.header-style-2 .cart-search-contact form div button,
.header-style-3 .cart-search-contact form div button {
  position: absolute;
  right: 15px;
  top: 56%;
  transform: translateY(-50%);
}

.header-style-1 .cart-search-contact button,
.header-style-2 .cart-search-contact button,
.header-style-3 .cart-search-contact button,
.header-style-2 .cart-search-contact button,
.header-style-3 .cart-search-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  position: relative;
}

.header-style-1 .cart-search-contact .header-search-form button i,
.header-style-2 .cart-search-contact .header-search-form button i,
.header-style-3 .cart-search-contact .header-search-form button i,
.header-style-2 .cart-search-contact .header-search-form button i,
.header-style-3 .cart-search-contact .header-search-form button i {
  color: #020202;
}

.header-style-1 .cart-search-contact button > i,
.header-style-2 .cart-search-contact button > i,
.header-style-3 .cart-search-contact button > i,
.header-style-2 .cart-search-contact button > i,
.header-style-3 .cart-search-contact button > i {
  font-size: 20px;
  color: #fff;
}

.header-style-1 .cart-search-contact .header-search-form,
.header-style-2 .cart-search-contact .header-search-form,
.header-style-3 .cart-search-contact .header-search-form,
.header-style-2 .cart-search-contact .header-search-form,
.header-style-3 .cart-search-contact .header-search-form {
  position: absolute;
  width: 250px;
  right: 0;
  top: 84px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  box-shadow: -2px 18px 40px -9px #999999;
  z-index: 10;
}

@media (max-width: 1200px) {
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 100%;
    max-width: 400px;
    height: 100vh !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -150%;
    top: 0;
    z-index: 1000;
  }

  .site-header #navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }

  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }

  .site-header .navbar-nav {
    float: none;
  }

  .site-header #navbar > ul > li {
    border-bottom: 1px solid #f2f2f2;
    float: none;
  }

  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
    padding: 10px 15px 10px 35px;
  }

  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .site-header #navbar ul a {
    color: #000;
  }

  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e61a";
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .site-header .slideInn {
    right: 0 !important;
  }

  .navbar-nav {
    flex-direction: column !important;
  }
}
@media (max-width: 767px) {
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}
.body-overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.3s;
}

.navbar-nav li:nth-child(3) {
  display: none;
}

.fi:before {
  margin: 0;
}

.hero-slider .swiper-button-next:after,
.hero-slider .swiper-rtl .swiper-button-prev:after {
  content: unset !important;
}
.hero-slider .swiper-button-prev:after,
.hero-slider .swiper-rtl .swiper-button-prev:after {
  content: unset !important;
}

.theme-btn-s1,
.theme-btn-s3,
.theme-btn-s6,
.theme-btn-s7 {
  background-color: transparent;
  font-size: 17px;
  font-size: 1.0625rem;
  border: 2px solid #fff;
  position: relative;
  padding: 13px 20px;
  border-radius: 5px;
  display: inline-block;
  user-select: none;
  font-weight: 700;
  color: #fff;
}

.theme-btn-s1:hover,
.theme-btn-s3:hover,
.theme-btn-s6:hover,
.theme-btn-s7:hover {
  color: #3d3f47;
  border-color: #3d3f47;
}

.sbtn {
  margin-left: 25px;
}

.success-form {
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  background-color: #3d3f47;
  align-items: center;
  font-family: "Urbanist", 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: #3d3f47 !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;
}

.type {
  color: #404040;
}
.type strong {
  font-weight: bold;
}

.type h3 {
  font-size: 1.925rem;
  line-height: 1.25;
  margin-bottom: 10px;
}

.contact {
  background-color: #f6f6f6;
  padding: 70px 0 0 0;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}

.form {
  display: grid;
  grid-auto-rows: auto;
  grid-gap: 25px;
}

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

.form .item {
  position: relative;
}

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

.form.contact .item input[type="text"],
.form.contact .item input[type="email"],
.form.contact .item input[type="tel"],
.form.contact .item textarea,
.form.contact .item select {
  height: 60px;
}

.form .item input[type="text"],
.form .item input[type="email"],
.form .item input[type="tel"],
.form .item textarea,
.form .item select {
  width: 100%;
  height: 55px;
  border-radius: 30px;
  padding: 0 20px;
  border: 0;
  background-color: #fff;
  box-shadow: 0 0 0 1px transparent;
  color: #0d0d0d;
  transition: 0.25s ease box-shadow;
}
.form .item input[type="text"]:hover,
.form .item input[type="email"]:hover,
.form .item input[type="tel"]:hover,
.form .item textarea:hover,
.form .item select:hover {
  box-shadow: 0 0 0 1px #3d3f47;
}

.form .item textarea {
  padding: 20px;
  height: 150px;
  resize: none;
  appearance: none;
}

.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 #3d3f47;
}

.form-right {
  padding: 0 20px;
}

@media only screen and (max-width: 991px) {
  .contact-content {
    padding-top: 40px !important;
  }

  .contact-content .contact-text {
    padding-top: 50px !important;
  }

  .contact-content .contact-text ul {
    padding: 50px;
  }

  .contact-content .contact-text .head {
    justify-content: flex-start;
    padding: 30px 50px;
    margin-top: 0;
    background: rgba(244, 244, 244, 0.9);
    overflow: hidden;
  }

  .contact-content .row.row-changed .contact-text .head h1:before {
    margin-left: 30px !important;
  }

  .contact-content .contact-text .head h1 {
    font-size: 28px;
  }

  .contact-content .row.row-changed .contact-text .head {
    margin-left: 0 !important;
  }

  .contact-content .contact-text .head h1:before {
    right: initial;
    width: 100vw;
    left: 100%;
    margin-left: 30px;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-content .contact-text ul {
    padding: 24px;
  }
  .header-search-form-wrapper {
    display: none !important;
  }
  .form .item:not(.full) {
    grid-column: 1 / span 2;
  }
  .mobile-phone {
    border-right: 1px solid #fff;
    padding-right: 14px;
    border-radius: 0 !important;
  }
}
.contact-form-box {
  position: relative;
  z-index: 100;
}

.contact-form-box .section-title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .google-map {
    position: relative;
  }

  .google-map {
    height: 400px;
  }

  .contact-form-box {
    padding: 0 0 30px 0;
  }
}
.contact-info-item {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.contact-info-item .contact-image .image-anime {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.contact-info-item .contact-image .image-anime img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-out;
}

.contact-info-item:hover .contact-image .image-anime:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.contact-info-item:hover .contact-image img {
  transform: scale(1.1);
}

.contact-info-item .contact-info-content {
  background: #fff;
  padding: 20px;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 30px;
  z-index: 3;
  overflow: hidden;
  word-break: break-all;
}

.contact-info-item .contact-info-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-info-item .contact-info-content p {
  margin-bottom: 0;
  font-size: 18px;
  word-break: break-all;
}

.contact-info-item .contact-info-content ul {
  padding: 10px 0;
  margin: 0;
  list-style: none;
}

.contact-info-item .contact-info-content ul li {
  display: inline-block;
  margin-right: 4px;
}

.contact-info-item .contact-info-content ul li a {
  display: block;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3d3f47;
  color: #fff;
  border-radius: 8px;
  transition: all 0.3s ease-out;
}

.contact-info-item .contact-info-content ul li a:hover {
  background: #0787f7;
  color: #fff;
}

.contact-info-item .contact-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  border-radius: 20px;
  background: #3d3f47;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.contact-info-item .contact-icon img {
  max-width: 50%;
  max-height: 50%;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .contact-information {
    gap: 40px;
  }

  .contact-title h3 {
    font-size: 23px !important;
  }

  .social-medias h4 {
    font-size: 22px !important;
  }

  .type h3 {
    font-size: 1.325rem;
  }

  .form-wrapper p {
    font-size: 16px;
  }
}
.google-map {
  width: 100%;
  height: 500px;
  margin-top: 40px;
  overflow: hidden;
}
.google-map iframe {
  width: 100%;
  height: 100%;
}

.contact-information {
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.contact-information ul.ul-contact li {
  display: flex;
  align-items: center;
  padding: 13px 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
}
.contact-information ul.ul-contact li .icon {
  margin-right: 20px;
}
.contact-information ul.ul-contact li .icon svg {
  display: block;
  transition: 0.4s;
  transform: translateY(0);
  width: 28px;
  height: 28px;
}
.contact-information ul.ul-contact li .icon svg .colorless {
  transition: 0.4s;
  fill: #000;
}
.contact-information ul.ul-contact li .icon svg .colored {
  transition: 0.4s;
  fill: #3d3f47;
}

.contact-title {
  position: relative;
}
.contact-title h3 {
  font-size: 26px;
  font-weight: 800;
}

.social-medias {
  padding-top: 30px;
  position: relative;
}
.social-medias h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  color: #000;
  margin-bottom: 20px;
}
.social-medias ul {
  display: flex;
  gap: 10px;
}
.social-medias ul li a {
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: #1111110d;
  display: grid;
  place-items: center;
  border-radius: 9999rem;
  transition: all 0.3s linear;
}
.social-medias ul li a:hover {
  background-color: #3d3f47;
  color: #fff;
}

.contact button {
  width: 205px;
  height: 60px;
  border-radius: 30px;
  background: linear-gradient(86deg, rgb(0 0 0 / 72%) 30%, rgb(161 158 175) 100%);
  border: 0;
  outline: 0;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.6px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.contact button::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  transform: scale(0, 1);
  opacity: 0;
  border-radius: 30px;
  z-index: -1;
  transition: 0.5s;
}
.contact button:hover::before {
  background: #0f1b24;
  opacity: 1;
  transform: scale(1, 1);
}

.contact h3 {
  margin-bottom: 20px;
}

.rx-amenities-img img {
  width: 100%;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 0;
  height: 300px;
}

.rx-amenities-contact {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rx-amenities-slider .amenities-animation > * {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
}

.rx-amenities-contact .inner-banner {
  margin-bottom: 16px;
  position: relative;
  left: -100px;
  width: calc(100% + 100px);
}

.rx-amenities-contact .inner-banner h4 {
  font-size: 48px;
  font-weight: 700;
  color: #131618;
  text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff,
    1px 1px 5px #555555;
}

.rx-amenities-contact p {
  margin-bottom: 16px;
}

.rx-amenities-slider .owl-dots {
  width: 100px !important;
  background-color: #fff;
  padding: 10px 0 0 10px;
  position: relative;
  margin: 0 auto;
}
.rx-amenities-slider .owl-dots .owl-dot span {
  margin: 5px !important;
  transition: all 0.3s ease-in-out;
}
.rx-amenities-slider .owl-dots .owl-dot.active span {
  width: 35px;
  background-color: #3d3f47;
}

.rx-amenities-slider .amenities-animation > * {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
}
.rx-amenities-slider :root {
  --transition: 0.75s cubic-bezier(0.255, 0.67, 0, 1.01);
}
.rx-amenities-slider .rx-slide {
  overflow: hidden;
  position: relative;
  transition: transform var(--transition), box-shadow var(--transition);
}
.rx-amenities-slider .active .amenities-animation > *:nth-child(1) {
  animation-name: fadeInRight;
  animation-delay: 1s;
}
.rx-amenities-slider .active .amenities-animation > *:nth-child(2) {
  animation-name: fadeInUp;
  animation-delay: 1.5s;
}
.rx-amenities-slider .active .amenities-animation > *:nth-child(3) {
  animation-name: fadeInUp;
  animation-delay: 2s;
}

@media screen and (max-width: 991px) {
  .rx-amenities-img img {
    border-radius: 30px !important;
  }

  .rx-amenities-contact .inner-banner h4 {
    font-size: 42px;
  }

  .rx-amenities-contact .inner-banner {
    left: 0 !important;
    width: 100%;
  }

  .rx-amenities-contact {
    align-items: center;
    text-align: center;
  }
}
.mb-24 {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .rx-amenities-contact .inner-banner h4 {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 1200px) {
  .rx-amenities-contact .inner-banner h4 {
    font-size: 45px;
  }

  .rx-amenities-contact .inner-banner {
    left: -50px;
  }
}
.amenities-btn a {
  border-radius: 4px;
  border-color: #000 !important;
  color: #000 !important;
}

.row-custom {
  flex-direction: row-reverse;
}
.row-custom .rx-amenities-img img {
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 0;
}
.row-custom .rx-amenities-contact .inner-banner {
  right: -100px;
  left: unset !important;
}
.row-custom .text {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .row-custom .rx-amenities-img img {
    border-radius: 30px !important;
  }
  .row-custom .rx-amenities-contact .inner-banner {
    right: 0 !important;
    width: 100%;
  }
  .row-custom .rx-amenities-contact {
    align-items: center;
    text-align: center;
  }
}
.post-desc.context {
  height: 97px;
}

.home-section {
  width: 100%;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  padding-top: 120px;
}

.light-content {
  color: #fff;
}

.bg-dark-1 {
  background-color: #000 !important;
  background-size: cover;
}

.bg-dark-alpha-30:before,
.bg-dark-alpha-30 .YTPOverlay:before {
  background: #111;
  opacity: 0.6;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-gradient-dark {
  background-image: linear-gradient(0deg, #010101 0%, transparent 60%);
}

.opacity-07 {
  opacity: 0.7 !important;
}

.end-0 {
  right: 0 !important;
}

.start-0 {
  left: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.top-0 {
  top: 0 !important;
}

.position-absolute {
  position: absolute !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

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

.min-height-100vh {
  min-height: 100vh !important;
  min-height: 100svh !important;
}

.home-content {
  width: 100%;
  position: relative;
  text-align: center;
}

.btn-mod.btn-small {
  padding: 7px 15px 6px;
}

.btn-mod.btn-border-w {
  border-color: rgba(255, 255, 255, 0.98);
}

.btn-mod.btn-circle {
  border-radius: 30px;
}

.btn-mod.btn-border-w {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}

.btn-mod.btn-small {
  height: auto;
  padding: 6px 15px;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.light-content a {
  color: rgba(255, 255, 255, 0.8);
}

.btn-mod,
a.btn-mod {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 13px;
  color: #fff;
  background: var(--color-dark-1);
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.065em;
  border-radius: 0;
  box-shadow: none;
  transition: var(--transition-default);
  cursor: pointer;
}

.btn-animate-y {
  position: relative;
  display: block;
  overflow: hidden;
}

.btn-animate-y-1 {
  display: block;
  transition: all 0.37s cubic-bezier(0.15, 0.7, 0.78, 1), opacity 0.37s linear;
}

.size-18 {
  font-size: 18.5px !important;
}

.btn-animate-y-2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 0.37s cubic-bezier(0.15, 0.7, 0.78, 1), opacity 0.37s linear;
}

.btn-mod:hover .btn-animate-y-1,
a:not(.no-hover):hover .btn-animate-y-1 {
  opacity: 0;
  transform: translate(0, -100%);
}

.btn-mod:hover .btn-animate-y-2,
a:not(.no-hover):hover .btn-animate-y-2 {
  opacity: 1;
  transform: translate(0, 0);
}

@media only screen and (max-width: 1366px) {
  .hs-title-1 {
    font-size: calc(0.5rem + 3vw) !important;
  }
}
.hs-title-1 {
  margin-top: 0;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.085;
  letter-spacing: -0.035em;
}

.scroll-down {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #010101 !important;
  font-size: 22px;
  text-decoration: none;
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: scroll-down-anim 1.15s infinite;
}

@keyframes scroll-down-anim {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.scroll-down:before {
  display: block;
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05),
    0px 1px 1px 0px rgba(0, 0, 0, 0.03), 0px 3px 5px 0px rgba(0, 0, 0, 0.03);
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.68, -3, 0.27, 5);
}

.scroll-down i {
  position: relative;
  top: 1px;
  z-index: 2;
}

.scroll-down:hover:before {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08),
    0px 1px 1px 0px rgba(0, 0, 0, 0.06), 0px 3px 5px 0px rgba(0, 0, 0, 0.06);
  transform: translate(-50%, -50%) scale(1.25);
}

@media screen and (max-width: 768px) {
  .home-section .container {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .header-style-1 .cart-search-contact,
  .header-style-2 .cart-search-contact,
  .header-style-3 .cart-search-contact,
  .header-style-2 .cart-search-contact,
  .header-style-3 .cart-search-contact {
    border-left: unset !important;
    right: 67px !important;
  }

  .sbtn {
    display: none !important;
  }
}
.img-blog {
  overflow: hidden;
  border-radius: 10px;
  height: 350px;
}
.img-blog img {
  height: 100%;
}

.blog_details_right_header {
  position: sticky;
  top: 60px;
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #eee;
}
.blog_details_right_header h3 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.popular_blog {
  margin-bottom: 15px;
}

.popular_blog_img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 20px;
  margin-right: 12px;
  flex-shrink: 0;
}
.popular_blog_img img {
  width: 100%;
  height: 100%;
}

.popular_blog_text {
  font-size: 16px;
  line-height: 18px;
  padding-top: 14px;
  font-weight: 500;
}

.mission-vision {
  background-color: #121c22;
  border-radius: 30px;
  padding: 70px 60px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mission-vision {
    padding: 70px 15px;
  }
}
.mission-vision .text {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  opacity: 0.7;
}

.title-mv {
  color: #3d3f47;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .title-mv {
    font-size: 30px;
  }
}

.abouts {
  position: relative;
}
.abouts .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 700px;
  opacity: 0.2;
  padding: 0;
}
.abouts .img::before {
  content: "";
  background: linear-gradient(
    to top,
    white,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.abouts .img img {
  width: 100%;
  height: 100%;
}

.gallery-box {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
}

.gallery-box .gallery-img {
  position: relative;
  overflow: hidden;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.gallery-box .gallery-img > img {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
  transition: all 0.5s;
}

.gallery-box .gallery-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  overflow: hidden;
  transition: all 0.5s;
}

.gallery-box:hover .gallery-img > img {
  filter: none;
  transform: scale(1.09, 1.09);
  transition: all 1s ease;
}

.video-gallery .item {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
}

.video-gallery .item .img {
  position: relative;
  overflow: hidden;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.video-gallery .item .img > img {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
  transition: all 0.5s;
}

.video-gallery .item .img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  overflow: hidden;
  transition: all 0.5s;
}

.video-gallery .item .video-icon {
  z-index: 2;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #3d3f47;
  border-radius: 50%;
  font-size: 17px;
  color: #fff;
}

.video-gallery .item:hover .img > img {
  filter: none;
  transform: scale(1.09, 1.09);
  transition: all 1s ease;
}

.flat-recommended .homelengo-box {
  margin-bottom: 30px;
}

.homelengo-box.list-style-1 {
  display: flex;
  border-color: transparent;
}

.homelengo-box {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e4e4e4;
}

.line {
  border: 1px solid #e4e4e4 !important;
}

.homelengo-box.list-style-1 .archive-top {
  width: 36.5%;
}

.homelengo-box.list-style-1 .images-group {
  width: 100%;
  height: 100%;
}

.homelengo-box .images-group {
  position: relative;
  display: block;
}

.homelengo-box.list-style-1 .images-style {
  height: 100%;
  width: 200px;
}

.homelengo-box .images-style {
  position: relative;
  overflow: hidden;
}

.homelengo-box.list-style-1 .images-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homelengo-box .images-style img {
  transition: all 0.3s ease;
  width: 100%;
}

.homelengo-box.list-style-1 .archive-bottom {
  flex-grow: 1;
  background-color: #ffffff;
}

.homelengo-box .archive-bottom {
  padding: 20px;
}

.homelengo-box.list-style-1 .content-top {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.homelengo-box.list-style-1 .content-top h6 {
  font-size: 18px;
  line-height: 25.2px;
  font-weight: 800;
  color: #bea311;
  text-transform: uppercase !important;
}

.text-line-clamp-1 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.link {
  transition: all 0.3s ease;
}

.homelengo-box.list-style-1 .archive-bottom .location {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #5c6368;
  column-gap: 7px;
}
.homelengo-box.list-style-1 .archive-bottom .location svg {
  flex-shrink: 0;
  width: 21px;
  height: 21px;
}

.p-custom {
  padding-left: 1.33rem;
}

.qodef-e-title-link {
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #1b3942;
  font-size: 18px;
  line-height: 1.26667em;
  word-wrap: break-word;
}

.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-arrow-holder {
  display: inline-flex;
  position: relative;
  top: -0.11em;
  left: 0.13em;
}

.qodef-e-arrow-holder svg {
  height: 0.5em;
  width: auto;
  fill: #3d3f47;
}

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

.about-title {
  font-size: 24px;
  font-weight: 800;
}

.dovizfiyatlari {
  position: relative;
  width: 100%;
  padding: 25px;
  background: #636363;
  border-radius: 16px;
}

tr {
  border-bottom: 1px solid #585858;
}

th {
  text-align: inherit;
  padding: 11px;
}

tbody tr:not(:first-child) th {
  padding: 17px 11px;
}

tbody tr:first-child {
  background: #3d3f47 !important;
}

tbody tr th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

tbody tr th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

td {
  color: white;
}

.percent-up {
  color: #50f333;
  font-size: 14px;
  position: relative;
  font-weight: 600;
}

.downicon {
  color: #f51818;
  font-size: 20px;
  position: relative;
  display: none;
}

.equalicon {
  color: #f3a718;
  font-size: 14px;
  position: relative;
  display: none;
}

.percent-down {
  color: #ff3636;
  font-size: 14px;
  font-weight: 600;
}

.percent-equals {
  color: #f3a718;
  font-size: 14px;
  position: relative;
}

.exchange-title {
  color: white;
}

.live-parent {
  display: none;
}

#data-alert-dan {
  display: none;
}

.upicon {
  font-size: 13px;
  color: #50f333;
}

.downicon {
  font-size: 13px;
}

tr:last-child {
  border-bottom: unset !important;
}

.piyasa-box {
  display: flex;
  background: linear-gradient(
    58deg,
    rgba(85, 85, 85, 1) 30%,
    rgb(58 58 58) 100%
  );
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 700px) {
  .piyasa-box {
    flex-direction: column;
  }
}
.piyasa-box .left-box {
  width: 130px;
  background: linear-gradient(
    0deg,
    rgba(236, 205, 79, 0.7217261904761905) 30%,
    rgba(247, 229, 153, 1) 100%
  );
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  color: #fff;
  font-size: 21px;
  row-gap: 12px;
  font-weight: 600;
  padding-top: 20px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 700px) {
  .piyasa-box .left-box {
    width: 100% !important;
    display: block;
    padding-bottom: 20px;
    text-align: center;
    padding-left: 0;
  }
  .piyasa-box .left-box span {
    display: inline-block;
    transition: all 0.3s ease-in-out;
  }
  .piyasa-box .left-box span:first-child {
    margin-right: 20px;
  }
}
.piyasa-box .right-box {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .piyasa-box .right-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .piyasa-box .right-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.piyasa-box .right-box .item {
  border-right: 1px solid #8c8c8c;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  align-items: center;
  padding-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1369px) {
  .piyasa-box .right-box .item {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .piyasa-box .right-box .item {
    border-bottom: 1px solid #8c8c8c;
    padding: 0 10px 15px 10px !important;
  }
}
.piyasa-box .right-box .item .title {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
}
.piyasa-box .right-box .item .bid {
  margin-bottom: 20px;
}
.piyasa-box .right-box .item .icons {
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 40px;
  top: 54%;
}

@media screen and (max-width: 768px) {
  .homelengo-box.list-style-1 {
    flex-direction: column;
  }
  .homelengo-box.list-style-1 .images-style {
    width: 100% !important;
    height: 300px;
  }
  .homelengo-box.list-style-1 .archive-top {
    width: 100% !important;
  }

  .contact-information {
    margin-bottom: 40px;
  }
  body {
    overflow-x: hidden;
  }
  .location-block_one {
    height: 300px !important;
  }
}

.mobile-phone {
  display: grid;
  place-items: center;
  overflow: hidden;
  float: left;
  position: relative;
  margin-top: 16px;
  margin-right: 5px;
  border-radius: 50%;
}

.mobile-phone svg {
  width: 27px;
  height: 27px;
}

@media screen and (min-width: 1200px) {
  .mobile-phone {
    display: none !important;
  }
}

.ft-project-section {
  z-index: 1;
  overflow: hidden;
  padding-top: 105px;
}

.ft-project-section:before {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 400px;
  position: absolute;
  background-color: #3d3f47;
  background: url(../img/hizmetler-bg.jpg);
  background-size: cover;
  opacity: 0.9;
}

.ft-project-itembox .ft-project-text .ft-btn a {
  background-color: #3d3f47;
}

.ft-project-section .ft-section-title {
  max-width: 420px;
}

.ft-project-section .ft-section-title span,
.ft-project-section .ft-section-title h2 {
  color: #fff;
}

.ft-section-title .sub-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0px 82px;
  position: relative;
}

.ft-section-title .sub-title:before {
  left: 0;
}

.ft-section-title .sub-title:before,
.ft-section-title .sub-title:after {
  top: 15px;
  content: "";
  height: 3px;
  width: 75px;
  position: absolute;
  background-color: #fff;
}

.ft-project-section .ft-section-title h2 {
  padding-bottom: 0;
}

.ft-project-section .ft-section-title span,
.ft-project-section .ft-section-title h2 {
  color: #fff;
}
.ft-section-title h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.333;
  padding: 10px 0px 20px;
}

.ft-btn a {
  color: #fff;
  height: 55px;
  z-index: 1;
  width: 170px;
  font-weight: 700;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  background: linear-gradient(86deg, rgb(0 0 0 / 72%) 30%, rgb(161 158 175) 100%);
}

.ft-section-title .sub-title:after {
  right: 0;
  display: none;
}

.ft-btn a:hover:after {
  animation: btn_shine 1.2s ease;
  animation-delay: 0.1s;
}

@keyframes btn_shine {
  100% {
    left: 200%;
  }
}

.ft-btn a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  transform: skewX(-20deg);
  background-image: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  z-index: -1;
}

.ft-project-slider-wrapper {
  padding-top: 50px;
}

.ft-project-slider-area .slick-dots {
  margin-top: 50px;
}

.ft-testimonial-slider-area .slick-dots li.slick-active,
.ft-project-slider-area .slick-dots li.slick-active,
.ft-service-slider-2 .slick-dots li.slick-active,
.ft-service-slider-wrapper .slick-dots li.slick-active {
  background-color: #3d3f47;
}

.ft-testimonial-slider-area .slick-dots li,
.ft-project-slider-area .slick-dots li,
.ft-service-slider-2 .slick-dots li,
.ft-service-slider-wrapper .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0px 8px;
  border-radius: 100%;
  position: relative;
  transition: 0.3s all ease;
  background-color: #ddd;
}

.ft-testimonial-slider-area .slick-dots li.slick-active:before,
.ft-project-slider-area .slick-dots li.slick-active:before,
.ft-service-slider-2 .slick-dots li.slick-active:before,
.ft-service-slider-wrapper .slick-dots li.slick-active:before {
  opacity: 1;
}

.ft-testimonial-slider-area .slick-dots li:before,
.ft-project-slider-area .slick-dots li:before,
.ft-service-slider-2 .slick-dots li:before,
.ft-service-slider-wrapper .slick-dots li:before {
  top: -5px;
  left: -5px;
  content: "";
  opacity: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border: 2px solid #3d3f47;
}

.ft-project-slider-area .slick-slide.slick-active {
  opacity: 1;
}

.ft-project-slider-area .slick-slide {
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
}
.slick-initialized .slick-slide {
  display: block;
}
.ft-item-innerbox {
  padding: 0px 15px;
}

.slick-current.slick-center .ft-project-itembox {
  margin-left: -200px;
  padding-left: 200px;
}

.ft-project-itembox .ft-project-img {
  overflow: hidden;
  border-radius: 5px;
}

.ft-project-itembox .ft-project-img img {
  height: 430px;
}

.slick-current.slick-center .ft-project-itembox .ft-project-text {
  opacity: 1;
}

.ft-project-itembox .ft-project-text {
  left: 0;
  top: 50%;
  opacity: 0;
  max-width: 370px;
  padding: 40px 30px;
  border-radius: 5px;
  position: absolute;
  background-color: #fff;
  transform: translateY(-50%);
  box-shadow: 1.045px 9.945px 60px 0px rgba(68, 68, 68, 0.15);
}

.ft-project-itembox .ft-project-text h3 {
  color: #3d3f47;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 50px;
  position: relative;
  padding-bottom: 15px;
}

.ft-project-itembox .ft-project-text h3:before {
  left: 0;
  top: 23px;
  content: "";
  height: 2px;
  width: 40px;
  position: absolute;
  background-color: #3d3f47;
}

.ft-project-itembox .ft-project-text .text {
  line-height: 1.5;
  padding-bottom: 25px;
}

@media screen and (max-width: 1100px) {
  .ft-section-title .sub-title:before,
  .ft-section-title .sub-title:after {
    top: 13px;
    height: 2px;
    width: 28px;
  }
  .ft-section-title .sub-title {
    font-size: 16px;
    padding: 0px 35px;
  }
}

@media screen and (max-width: 1000px) {
  .slick-current.slick-center .ft-project-itembox {
    margin-left: 0;
  }
  .ft-project-itembox .ft-project-text {
    max-width: 100%;
    position: static;
    transform: translateY(0);
  }
  .ft-project-itembox {
    max-width: 610px;
  }
  .slick-current.slick-center .ft-project-itembox {
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .ft-section-title h2 {
    font-size: 26px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 680px) {
  .ft-project-section .ft-section-title {
    padding-bottom: 20px;
  }
  .ft-project-itembox {
    max-width: 410px;
  }
}

.ft-testimonial-slider-area .slick-dots li button,
.ft-project-slider-area .slick-dots li button,
.ft-service-slider-2 .slick-dots li button,
.ft-service-slider-wrapper .slick-dots li button {
  display: none;
}

.ft-testimonial-slider-area .slick-dots,
.ft-project-slider-area .slick-dots,
.ft-service-slider-2 .slick-dots,
.ft-service-slider-wrapper .slick-dots {
  margin-top: 55px;
  position: static;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-bottom: 40px;
  text-align: center;
}

.ft-item-innerbox.normal .ft-project-itembox .ft-project-text {
  max-width: 100%;
  position: static;
  transform: translateY(0);
}

.ft-item-innerbox.normal .ft-project-itembox {
  max-width: 100%;
}

.btn-border {
  background-color: transparent;
  border: 2px solid #3d3f47;
  color: #3d3f47;
}

.btn-border:hover {
  background-color: #3d3f47;
  color: #fff;
  border-color: #3d3f47;
}

.active-two:not(.slick-cloned) {
  opacity: 1 !important;
}

header.sticky {
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.05);
}

header.hidden {
  transform: translateY(-100%);
}

header.sticky .cart-search-contact button i {
  color: #000;
}

header.sticky .sbtn .theme-btn-s1 {
  color: #3d3f47;
  border-color: #3d3f47;
}

header.sticky .mobile-phone {
  border-color: #000;
}

header.sticky .mobile-phone svg path {
  stroke: #000;
}

.sticky-logo {
  display: none !important;
}

header.sticky .sticky-logo {
  display: block !important;
}

header.sticky .logo {
  display: none !important;
}

header.sticky #navbar > ul > li > a {
  color: #000;
}

.footer-logo {
  width: 180px;
  margin-bottom: 20px;
  display: block;
}

.infos-f {
  border-right: 1px solid #e5e5e5;
  padding: 49px 0;
}

.footer-contact {
  border-left: 1px solid #e5e5e5;
  padding-top: 53px;
  padding-left: 109px;
  padding-bottom: 62px;
}

.footer-contact h5 {
  font-size: 32px;
  margin-bottom: 14px;
}

.footer-contact p {
  letter-spacing: 0;
  padding-right: 30px;
  font-size: 16px !important;
  font-weight: 400;
  display: inline-block;
  color: #121212;
  transition: all 0.3s ease-in-out;
}

.footer-contact form {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.footer-contact form input {
  width: 100%;
  border: 2px solid #e5e5e5;
  border-radius: 90px;
  padding: 11px 19px;
  outline: none;
}

.footer-contact form button {
  position: absolute !important;
  top: 6px;
  right: 6px;
  border: none;
  padding: 8px 24px;
  font-weight: 700;
  font-size: 14px;
  background: #3d3f47;
  border-radius: 90px;
  color: #fff;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.btn-action:after {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.13) 0px,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0)
  );
  content: "";
  height: 200%;
  left: -210%;
  opacity: 0;
  position: absolute;
  top: -50%;
  transition: all 0.7s ease 0s;
  width: 200%;
}

.btn-action:hover:after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}

.footer-contact .list-social {
  display: flex;
  margin-top: 28px;
}

.footer-contact .list-social li {
  margin-right: 24px;
  color: #23262f;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .infos-f {
    border-right: unset !important;
  }
  .footer .footer__main .widget-link {
    padding-left: 0 !important;
  }
  .footer-contact {
    padding-left: 0 !important;
    border-left: unset !important;
  }
  .footer .footer__main .widget-link {
    padding-top: 0 !important;
  }
  .footer-contact h5 {
    font-size: 25px !important;
  }
  .contact-widget {
    padding: 0 15px !important;
  }
  .sarrafiye {
    background-position: center !important;
  }
  .hero-style-1 .slide-title h2 {
    font-size: 1.9125rem !important;
  }
  .site-header #navbar .close-navbar {
    left: unset !important;
    right: 1rem !important;
    top: 2rem;
  }
  .hero-slider .slide-inner {
    align-items: flex-start !important;
  }
  .download .download__image .button {
    left: -21px;
    top: 18px;
  }
}

.blog-meta-one {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one .post-data {
  padding: 30px 35px 25px;
  border-bottom: 2px solid #3d3f47;
}
@media (max-width: 1199px) {
  .blog-meta-one .post-data {
    padding: 20px 20px 15px;
  }
}
.blog-meta-one .post-img {
  height: 350px;
  border-radius: 0 0 30px 30px;
  padding: 0 25px 25px 0;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 1199px) {
  .blog-meta-one .post-img {
    height: 250px;
  }
}
.blog-meta-one .post-img .round-btn {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.blog-meta-one:hover .round-btn {
  background: #3d3f47;
  color: #fff;
}

.blog-meta-one .post-data .blog-title {
  font-size: 20px;
  line-height: 1.281em;
}
@media (max-width: 1199px) {
  .blog-meta-one .post-data .blog-title {
    font-size: 22px;
  }
}

.bg-gray-cs {
  background-color: #f6f6f6;
}

/* Custom CSS for the currency and gold prices card */
.card.bg-secondary {
    background: linear-gradient(145deg, #2c3e50, #34495e) !important;
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

.card.bg-secondary h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #f1c40f;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.list-group-item.bg-dark {
    background-color: rgba(0, 0, 0, 0.2) !important;
    border: none;
    margin-bottom: 10px;
    border-radius: 10px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.list-group-item.bg-dark:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.list-group-item.bg-dark span {
    font-size: 1.1rem;
    font-weight: 600;
}

.list-group-item.bg-dark .text-warning {
    color: #f1c40f !important;
    font-weight: 700;
}
/*# sourceMappingURL=style.css.map */


/* Genel Kart Ayarları */
.card {
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    overflow: hidden;
    background-color: #ffffff;
}

.card:hover {
    transform: translateY(-10px);  /* Hover sırasında yukarı kaydırma */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.card-header {
    background-color: #f39c12;
    color: white;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    position: relative;
    transition: background-color 0.3s ease;
}

.card-header:hover {
    background-color: #e67e22;  /* Hover'da renk değişimi */
}

.card-body {
    padding: 30px;
    color: #666;
    font-size: 16px;
    transition: padding 0.3s ease;
}

.card-body:hover {
    padding: 30px 30px 40px;  /* Hover sırasında içerik genişlemesi */
}

.card-body p {
    line-height: 1.6;
    text-align: justify;
}

/* Kart Başlıkları ve Metinler */
.card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
    text-transform: capitalize;
}

.card-text {
    font-size: 14px;
    color: #777;
}

/* Kart Footer */
.card-footer {
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
    text-align: center;
    padding: 20px;
    font-size: 14px;
}

.card-footer .btn {
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 50px;
    background-color: #f39c12;
    color: white;
    border: none;
    transition: all 0.3s ease;
}

.card-footer .btn:hover {
    background-color: #e67e22;
    transform: translateY(-2px);
}

/* Kart İçin Ekstra Etkiler */
.card img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.card img:hover {
    transform: scale(1.1);  /* Hover sırasında resmin büyümesi */
}

/* Kart İçeriği Animasyonu */
.card-body, .card-footer {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s forwards;
}

.card-body:hover, .card-footer:hover {
    opacity: 1;
    transform: translateY(0);
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Kart Listesi */
.card-deck {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.card-deck .card {
    flex: 1 1 calc(33.3333% - 20px);
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .card-deck .card {
        flex: 1 1 100%;
    }
}


/* Genel Ayarlar */
.row {
    margin-bottom: 30px;
}

.col-lg-4, .col-md-6, .col-sm-12 {
    padding: 10px; /* Her kolona biraz iç boşluk veriyoruz */
}

/* Kartlar için Genel Ayar */
.card {
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.card:hover {
    transform: translateY(-8px); /* Hover sırasında yukarı kaydırma */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

/* Kart Başlığı */
.card-header {
    background-color: #f39c12;
    color: #fff;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    border-bottom: 1px solid #ddd;
    position: relative;
    transition: background-color 0.3s ease;
}

.card-header:hover {
    background-color: #e67e22; /* Hover sırasında renk değişimi */
}

/* Kart Görsel */
.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.card img:hover {
    transform: scale(1.1); /* Hover sırasında resmin büyümesi */
}

/* Kart Body (İçerik) */
.card-body {
    padding: 25px;
    color: #555;
    font-size: 16px;
    text-align: justify;
    transition: padding 0.3s ease;
}

.card-body:hover {
    padding: 25px 25px 40px; /* Hover sırasında içerik genişlemesi */
}

/* Kart Body Başlıkları */
.card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

/* Kart Footer */
.card-footer {
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
    text-align: center;
    padding: 20px;
    font-size: 14px;
}

.card-footer .btn {
    padding: 12px 30px;
    font-size: 16px;
    background-color: #f39c12;
    color: #fff;
    border-radius: 30px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
}

.card-footer .btn:hover {
    background-color: #e67e22;
    transform: translateY(-3px);
}

/* Kolonlara ve Karte Boyutlarına Uyum */
.col-lg-4, .col-md-6, .col-sm-12 {
    padding: 15px;
    flex: 1 1 calc(33.3333% - 30px); /* Büyük ekranlarda 3 kolon, orta ekranlarda 2 kolon */
    transition: transform 0.3s ease;
}

.col-lg-4:hover, .col-md-6:hover {
    transform: translateY(-5px); /* Hover sırasında kolonun da yukarı kayması */
}

/* Duyarlı Tasarım (Responsive Design) */
@media (max-width: 1024px) {
    .col-lg-4 {
        flex: 1 1 calc(50% - 20px); /* Orta ekranlarda 2 kolon */
    }
}

@media (max-width: 768px) {
    .col-lg-4, .col-md-6 {
        flex: 1 1 100%; /* Küçük ekranlarda tek kolon */
    }
}

/* Kart Animasyonları */
.card-body, .card-footer {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s forwards;
}

.card-body:hover, .card-footer:hover {
    opacity: 1;
    transform: translateY(0);
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Genel Tablo Stili - 3D Altın Çerçeveli */
.custom-table {
    width: 100%;
    margin-top: 20px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(145deg, #2a2d35, #3a3d47);
    border: 3px solid transparent;
    border-image: linear-gradient(45deg, #ffd700, #ffb700, #ffd700) 1;
    box-shadow: 0px 0px 20px rgba(255, 215, 0, 0.3), 
                inset 0px 0px 10px rgba(255, 215, 0, 0.15);
    transition: all 0.3s ease-in-out;
}

/* Tablo Başlıkları - Lüks Altın Efekt */
.custom-table th {
    background: linear-gradient(145deg, #1e1f26, #2c2e35);
    color: #ffd700;
    padding: 14px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: none;
    box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.4),
                2px 2px 6px rgba(255, 215, 0, 0.3);
}

/* Satır Hücreleri - Yumuşak Parlaklık */
.custom-table td {
    padding: 14px;
    text-align: center;
    font-size: 15px;
    color: #f1f1f1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(145deg, #3d4248, #2e3238);
    box-shadow: inset 2px 2px 4px rgba(255, 255, 255, 0.05),
                inset -2px -2px 4px rgba(0, 0, 0, 0.2);
}

/* Hover Efekti - Parıltılı 3D */
.custom-table tbody tr {
    transition: all 0.3s ease-in-out;
}

.custom-table tbody tr:hover {
    background: rgba(255, 215, 0, 0.07);
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0px 3px 12px rgba(255, 215, 0, 0.3);
}

/* Alış & Satış Fiyatı Efektleri */
.buying-price {
    color: #28a745; /* Yeşil */
    font-weight: bold;
    text-shadow: 0px 0px 5px rgba(40, 167, 69, 0.5);
}

.selling-price {
    color: #dc3545; /* Kırmızı */
    font-weight: bold;
    text-shadow: 0px 0px 5px rgba(220, 53, 69, 0.5);
}

/* Altın Türü Stili */
.custom-table td:first-child {
    color: #ffd700; /* Altın sarısı */
    font-weight: 600;
    text-shadow: 0px 0px 5px rgba(255, 215, 0, 0.7);
}

