@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;500;600;700;800;900&display=swap");
@import url(../fonts/font.css);
:root {
  --height: 80px;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  list-style: none;
  box-sizing: border-box;
  outline: none;
  border: none;
}

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

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

html {
  overflow-x: hidden;
}

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

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

.mb0 {
  margin-bottom: 40px;
}

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

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

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

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

p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  opacity: 0.77;
  line-height: 26px;
}

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

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

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

.bg-theme {
  background: #a88a48;
}

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

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

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

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

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

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

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

.pb-50 {
  padding-bottom: 50px;
}

.color-black {
  color: #333;
}

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

header#pq-header {
  position: absolute;
  width: 100%;
  background: transparent;
 height: 0;
 z-index: 2;

}
header#pq-header .pq-top-header {
  background: transparent;
  padding: 10px 0;
  font-weight: 500;
}
@media screen and (max-width: 1365px) {
  header#pq-header .pq-top-header {
    font-size: 14px;
  }
}
header#pq-header .pq-top-header .pq-top-right {
  display: inline-flex;
  align-items: center;
}
header#pq-header .pq-top-header .pq-header-time ul {
  margin: 0;
  padding: 0;
  color: #000;
  list-style: none;
}
header#pq-header .pq-top-header .pq-header-time ul li i {
  margin-right: 10px;
  color: #a88a48;
}
header#pq-header .pq-top-header .pq-header-social {
  padding-left: 20px;
}
header#pq-header .pq-top-header .pq-header-social ul {
  margin: 0;
  padding: 0;
}
header#pq-header .pq-top-header .pq-header-social ul li {
  list-style: none;
  display: inline-block;
  float: left;
  border: unset !important;
  margin-right: 20px;
}
header#pq-header .pq-top-header .pq-header-social ul li a {
  color: #000;
  background: transparent;
  padding: 10px 0;
  display: inline-block;
}
@media screen and (max-width: 1365px) {
  header#pq-header .pq-top-header .pq-header-social ul li a {
    font-size: 14px;
  }
}
header#pq-header .pq-top-header .pq-header-contact.text-right ul {
  float: right;
}
header#pq-header .pq-top-header .pq-header-contact.text-right ul li {
  border: none;
  list-style: none;
  display: inline-block;
  border: none;
  padding: 10px 0;
  color: #000;
  float: left;
}
@media screen and (max-width: 1365px) {
  header#pq-header .pq-top-header .pq-header-contact.text-right ul li {
    font-size: 12px;
    padding: 10px 15px;
  }
}
header#pq-header .pq-top-header .pq-header-contact.text-right ul li a {
  color: #000;
}
header#pq-header .pq-top-header .pq-header-contact.text-right ul li a i {
  color: #a88a48;
  margin-right: 8px;
}
header#pq-header .pq-top-header .pq-header-contact.text-right ul li + li {
  margin-left: 20px;
}

.pq-bottom-header {
  transition: all 0.8s ease;
  position: relative;
}
.pq-bottom-header .navbar {
  padding: 0 !important;
  height: 90px;
  justify-content: center !important;
  gap: 20px !important;
}
.pq-bottom-header .navbar .navbar-brand img {
  height: 167px;
}
.pq-bottom-header .navbar .pq-menu-contain {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pq-bottom-header .navbar .navbar-nav {
  float: none;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.pq-bottom-header .navbar .navbar-nav li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
  color: #000;
  line-height: 80px;
  font-weight: 300;
}
@media (max-width: 1599px) {
  .pq-bottom-header .navbar .navbar-nav li {
    margin-right: 20px;
  }
}
@media (max-width: 1365px) {
  .pq-bottom-header .navbar .navbar-nav li {
    font-size: 14px;
    margin-right: 20px;
  }
}
.pq-bottom-header .navbar .navbar-nav li a {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 22px;
  font-weight: 800;
    letter-spacing: 1px;
    font-family: "Jost", sans-serif !important;
}
.pq-bottom-header .navbar .navbar-nav li i {
  color: #000;
  margin-left: 4px;
  font-size: 9px;
  margin-top: -3px;
  font-weight: 600;
  transform: translateY(-2px);
}
@media screen and (min-width: 1200px) {
  .pq-bottom-header .navbar .navbar-nav li i {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
.pq-bottom-header .navbar .navbar-nav li .sub-menu {
  background: #fff;
  position: absolute;
  top: 90px;
  left: -50%;
  padding: 15px 20px;
  display: inline-block;
  width: 100%;
  min-width: 270px;
  z-index: 999;
  box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
  transform: scale(1, 0);
  transform-origin: 0 0;
  border-radius: 10px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  /*border-radius: 0 0 10px 10px;*/
  overflow: hidden;
}
.pq-bottom-header .navbar .navbar-nav li .sub-menu li {
  line-height: 2;
  margin: 0;
  display: inline-block;
  width: 100%;
  color: #616161;
  position: relative;
  float: left;
  font-weight: 300;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1365px) {
  .pq-bottom-header .navbar .navbar-nav li .sub-menu li {
    font-size: 14px;
  }
}
@media (max-width: 1599px) {
  .pq-bottom-header .navbar .navbar-nav li .sub-menu li {
    margin-right: 20px;
  }
}
.pq-bottom-header .navbar .navbar-nav li .sub-menu li a {
  line-height: 2;
  text-transform: capitalize;
  padding: 9px 15px;
  display: inline-block;
  width: 100%;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.pq-bottom-header .navbar .navbar-nav li .sub-menu li a::before {
  content: "\ea6c";
  position: absolute;
  left: 98%;
  top: 50%;
  font-size: 16px;
  opacity: 0;
  transform: translate(-15px, -50%);
  transition: all 0.3s ease-in-out;
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.pq-bottom-header .navbar .navbar-nav li .sub-menu li a:hover::before {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}
.pq-bottom-header .navbar .navbar-nav li .sub-menu li + li a {
  border-top: 1px solid #e7e7e7;
}

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

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

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

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

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

.search-form {
  position: relative;
}

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

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

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

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

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

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

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

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


.logo {
    z-index: 2;
    position: relative;
    width: 165px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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




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

.svg-phone span {
  width: max-content;
  font-size: 13px;
  font-weight: 600;
  z-index: 100;
  transition: all 0.2s linear;
  display: inline-block;
  margin-left: 10px;
  color: #000;
}
.svg-phone svg {
  fill: #000;
  margin-right: 6px;
}

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

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

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

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

  .svg-phone {
    display: none;
  }

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

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

  .trigger {
    width: 55px !important;
  }

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

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

  .banner-one-wrapper .desc {
    margin-bottom: 20px !important;
  }
}
.mobile-menu.active {
  left: 0;
}

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

.mobile-menu .pq-submenu-icon {
  position: absolute;
  top: 0;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: #a88a48;
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

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

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

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

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

.hide-object-desktop.active .trigger .line {
  stroke: #000 !important;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1200px) {
  .hide-object-desktop {
    display: inline-flex !important;
  }
}
.pd_top_70 {
  padding-top: 70px;
}

.bg_op_1 {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.object-fit-cover {
  overflow: hidden;
  object-fit: cover;
  object-position: top;
}

.height_560px,
.height_560 {
  height: 560px !important;
}

.pd_left_70 {
  padding-left: 70px !important;
}

.title_all_box {
  position: relative;
}

.title_all_box.style_one .title_sections,
.title_all_box.style_two .title_sections {
  position: relative;
}

.title_all_box.style_one .title_sections .before_title,
.title_all_box.style_two .title_sections .before_title {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  padding: 0 0 10px 0;
  text-decoration: underline;
}

.title_all_box .title_sections h2 {
  font-size: 38px !important;
  line-height: 50px !important;
  font-weight: 700 !important;
  color: #fff !important;
  padding: 0 0 10px 0;
  transition: 0.5s ease-in-out;
  word-break: break-word;
}

.iletisim-container .title_sections h2 {
  color: #000 !important;
}

.mr_bottom_20 {
  margin-bottom: 20px;
}

.testimonial_sec {
  position: relative;
}

.testimonial_sec .swiper-container {
  overflow: hidden;
}

.testimonial_sec.style_one .icon_quotes {
  position: absolute;
  width: 120px;
  height: 120px;
  background: #a88a48;
  border-radius: 50%;
  text-align: center;
  line-height: 120px;
  top: 0;
  left: -150px;
}

.testimonial_sec.style_one .icon_quotes::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  left: 7px;
  top: 9px;
  background: transparent;
  border: 1px solid #fff;
}

.testimonial_sec.style_one .icon_quotes i {
  font-size: 50px;
  line-height: 120px;
  color: #fff;
}

.testimonial_sec.style_one .testimonial_box {
  position: relative;
  margin-bottom: 35px;
}

.testimonial_sec.style_one .testimonial_box .rating {
  position: relative;
  margin-bottom: 20px;
}

.testimonial_sec.style_one .testimonial_box .rating ul {
  margin: 0;
  padding: 6px 15px;
  background: #f0f3f9;
  border: 1px solid #e4e7ee;
  display: inline-block;
  border-radius: 30px;
}

.testimonial_sec.style_one .testimonial_box .rating ul li span {
  margin: 0px 3px;
  color: #a88a48;
  font-size: 16px;
}

.testimonial_sec.style_one .testimonial_box .rating ul li span:first-child {
  margin-left: 0;
}

.testimonial_sec.style_one .testimonial_box .authour_details.image_yes {
  position: relative;
}

.testimonial_sec.style_one
  .testimonial_box
  .authour_details.image_yes
  .details {
  position: relative;
  padding-top: 5px;
}

.testimonial_sec.style_one .testimonial_box .authour_details .details h2 {
  font-size: 22px;
  font-weight: 700;
  display: block;
  line-height: 30px;
  color: #fff;
  transition: 0.5s ease-in-out;
}

.testimonial_sec.style_one .testimonial_box .comment p,
span {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
}

.testimonial_sec.style_one .arrows {
  position: absolute;
  width: 143px;
  display: flex;
  bottom: 39px;
  justify-content: space-between;
}

.testimonial_sec.style_one .arrows .next-single-one,
.testimonial_sec.style_one .arrows .prev-single-one {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  display: inline-block;
  background-image: none !important;
  height: auto;
  width: auto;
}

.testimonial_sec.style_one .arrows .next-single-one::before,
.testimonial_sec.style_one .arrows .prev-single-one::before {
  width: auto;
  height: auto;
  line-height: inherit;
  background: none;
  box-shadow: inherit;
  font-size: 32px;
  color: #fff;
}

.testimonial_sec.style_one .arrows .prev-single-one::before {
  content: "\ea60";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.testimonial_sec.style_one .arrows .next-single-one {
  margin-left: 60px;
}

.testimonial_sec.style_one .arrows .next-single-one::before {
  content: "\ea6c";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.testimonial_sec.style_one .num_pagination {
  display: inline-block;
  padding: 0 65px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.testimonial_sec.style_one.light_color
  .num_pagination
  .swiper-pagination-fraction {
  color: #fff;
}

.testimonial_sec.style_one .num_pagination .swiper-pagination-current {
  font-size: 30px;
}

.pd_bottom_70 {
  padding-bottom: 70px;
}

.swiper-button-prev::before,
.swiper-button-next::before,
.prev-single-one::before,
.next-single-one::before,
.prev-single-one_three::before,
.next-single-one_three::before {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  transition: all 0.5s ease;
}

.testimonial_sec.style_one .arrows .next-single-one,
.testimonial_sec.style_one .arrows .prev-single-one {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  display: inline-block;
  background-image: none !important;
  height: auto;
  width: auto;
}

.pd_top_90 {
  padding-top: 90px;
}

.footer_area .pd_top_90:first-child {
  padding-top: 0 !important;
}

.pd_bottom_90 {
  padding-bottom: 90px;
}

.pd_bottom_40 {
  padding-bottom: 40px;
}

.footer_logo img {
  width: 150px;
}

.pd_bottom_30 {
  padding-bottom: 30px;
}

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

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

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

.contact_box_content {
  position: relative;
}
.contact_box_content .contact_box_inner {
  position: relative;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #e4e7ee;
  transition: all 0.5s ease;
  cursor: pointer;
  min-height: 125px;
  background: #fff;
}
.contact_box_content .contact_box_inner .icon_bx {
  position: absolute;
  left: 24px;
  bottom: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #a88a48;
  margin: auto;
  text-align: center;
  line-height: 40px;
}
.contact_box_content .contact_box_inner .icon_bx i {
  color: #fff;
  font-size: 16px;
}
.contact_box_content .contact_box_inner .contnet {
  margin-left: 55px;
}
.contact_box_content .contact_box_inner .contnet h3 {
  font-size: 18px;
  font-weight: 700;
  color: #282f3b;
  margin-bottom: 5px;
  line-height: 26px;
  transition: 0.5s ease-in-out;
}
.contact_box_content .contact_box_inner .contnet p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  transition: 0.5s ease-in-out;
}

.contact_box_content .contact_box_inner:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  border-color: #fff;
}

.social_media_v_one {
  position: relative;
}
.social_media_v_one ul {
  padding: 0;
  margin: 0;
}
.social_media_v_one ul li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px !important;
}
.social_media_v_one ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border-radius: 50px;
  background: #f0f3f9;
  color: #a88a48;
  transition: all 0.5s ease;
}
.social_media_v_one ul li a i {
  opacity: 0.8;
  transition: all 0.5s ease;
}
.social_media_v_one ul li a small {
  position: absolute;
  padding: 5px 15px;
  border-radius: 5px;
  background: #fff;
  color: #a88a48;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  min-width: 100px;
  text-align: center;
  margin: auto;
  left: -10px;
  right: 0;
  top: -35px;
  transition: all 0.5s ease;
  opacity: 0;
}
.social_media_v_one ul li a small::before {
  position: absolute;
  content: "";
  width: 12px;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 12px;
  bottom: -20px;
  left: 20px;
}

.social_media_v_one ul li a:hover small {
  opacity: 1;
}

.list_item_box {
  position: relative;
}
.list_item_box .list-inline {
  padding-left: 0;
  list-style: none;
}
.list_item_box .list-inline li {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  list-style: none;
}
.list_item_box .list-inline li .d-flex {
  justify-content: unset !important;
}
.list_item_box .list-inline li a {
  font-size: 16px;
  color: #282f3b;
}
.list_item_box .list-inline li small {
  font-size: 80%;
}
.list_item_box .list-inline li small .icon_bx {
  min-width: 20px;
  margin-right: 10px;
  position: relative;
}
.list_item_box .list-inline li small .icon_bx i {
  min-width: 20px;
  font-size: 18px;
  color: #a88a48;
}

.copyright-text {
  gap: 15px;
  flex-wrap: wrap;
  padding: 0 0 35px 0;
  align-items: flex-end;
}
.copyright-text .company {
  margin-bottom: -3px;
}
.copyright-text .company a {
  color: #a88a48;
}

.tp-blog__item {
  display: block;
  position: relative;
  overflow: hidden;
  height: 400px;
  background-color: rgba(30, 55, 55, 0.949);
}
.tp-blog__item::before {
  background: linear-gradient(360deg, #371e1e 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tp-blog__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-30%);
  background-color: rgba(115, 43, 43, 0.65);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s;
}
.tp-blog__item img {
  transition: 0.9s;
  width: 100%;
  height: 100%;
}
.tp-blog__item .tp-blog__content {
  position: absolute;
  bottom: 25px;
  left: 30px;
  z-index: 2;
}
.tp-blog__item .tp-blog__content span {
  font-weight: 700;
  font-size: 14px;
  color: #d7e3e3;
  padding-bottom: 27px;
  display: block;
}

.tp-blog__link a {
  font-weight: 700;
  font-size: 14px;
  color: #d7e3e3;
  transition: 0.3s;
}
.tp-blog__link a i {
  padding-left: 10px;
  transform: translateY(1px);
}

.tp-blog__title-sm {
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 18px;
  transition: 0.3s;
  width: 100%;
  max-width: 230px;
  display: inline-block;
}

.tp-blog__item:hover {
  cursor: pointer;
}
.tp-blog__item:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}

.tp-section-subtitle {
  font-size: 16px;
  color: #a88a48;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 17px;
}
.tp-section-subtitle::before {
  content: "";
  height: 2px;
  width: 10px;
  background-color: #000;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.tp-section-subtitle::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 30px;
  background-color: #a88a48;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-subtitle {
    font-size: 14px;
  }
}
.tp-section-title {
  font-size: 32px;
  color: #000;
  font-weight: 800;
  line-height: 1.2;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog__title-sm {
    font-size: 20px;
  }

  .tp-section-title {
    font-size: 42px;
  }
}
.tp-blog__area {
  padding: 20px 0 60px 0;
}

.gallery_section {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}
.gallery_section .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 480px;
  z-index: -1;
  overflow: hidden;
}
.gallery_section .bg-image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/shape.png) center/cover no-repeat;
  content: "";
  z-index: 1;
}
.gallery_section .bg-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.gallery_section .top_title {
  text-align: left;
  margin-bottom: 0;
}
.gallery_section .top_title h2 {
  text-transform: uppercase;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.gallery_section .top_title h2::before {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 5px;
  height: 5px;
  content: "";
  background: #ffffff;
}
.gallery_section .top_title h2::after {
  position: absolute;
  left: 0px;
  bottom: 8px;
  width: 5px;
  height: 5px;
  content: "";
  background: #a88a48;
}
.gallery_section .top_title h3 {
  text-transform: capitalize;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 10px;
}
.gallery_section .top_title P {
  font-size: 17px;
  color: white;
  margin-bottom: 0;
  padding-right: 100px;
  font-weight: 400;
  line-height: 30px;
}

.gallery_content {
  margin-top: 60px;
}
.gallery_content .gallery_item {
  position: relative;
  z-index: 1;
}
.gallery_content .gallery_item img {
  width: 100%;
  height: 350px;
}
.gallery_content .gallery_item .gallery_overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 92%;
  content: "";
  background: rgba(153, 19, 19, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  outline: 4px solid #ffffff;
  outline-offset: -20px;
}
.gallery_content .gallery_item .gallery_overlay a {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 36%;
  top: 50%;
  transform: rotate(50deg) translate(-50%, -50%);
  z-index: 1;
}
.gallery_content .gallery_item .gallery_overlay a i {
  font-size: 30px;
  transform: rotate(-50deg);
}
.gallery_content .gallery_item .gallery_overlay a:hover {
  color: #a88a48;
}

.gallery_overlay.index a {
  left: 40% !important;
  top: 55% !important;
  transform: rotate(50deg) translate(-50, -50%) !important;
}

.gallery_item:hover .gallery_overlay {
  opacity: 1;
  visibility: visible;
}

.services-item {
  background: #fff;
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
  margin-bottom: 30px;
}
.services-item .services-thumb {
  border-radius: 10px 10px 0 100px;
  overflow: hidden;
  position: relative;
}
.services-item .services-thumb .shine-animate {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.services-item .services-thumb .shine-animate::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
}
.services-item .services-thumb img {
  height: 240px;
  object-fit: cover;
  width: 100%;
}
.services-item .services-content {
  padding: 30px 30px 30px;
  position: relative;
}
.services-item .services-content .icon {
  width: 70px;
  height: 70px;
  background: #ecf6fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  line-height: 0;
  color: #a88a48;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  top: -55px;
  z-index: 2;
  transition: all 0.4s ease-out 0s;
}
.services-item .services-content .icon img {
  width: 36px;
  height: 36px;
}
.services-item .services-content .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}
.services-item .services-content .title a {
  color: inherit;
}
.services-item .services-content p {
  margin-bottom: 22px;
}
.services-item:hover {
  box-shadow: 0px 4px 30px 0px #cfdee4;
}
.services-item:hover .shine-animate::before {
  animation: hoverShine 1.2s;
}
.services-item:hover .services-content .icon {
  background: #a88a48;
}
.services-item:hover .services-content .icon img {
  filter: invert(1);
}

@keyframes hoverShine {
  100% {
    left: 125%;
  }
}
.btn {
  user-select: none;
  background: #faecec;
  border: medium none;
  border-radius: 10px;
  color: #a88a48;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 16px 20px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease-out 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn::before {
  content: "";
  position: absolute;
  transition-duration: 800ms;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: #a88a48;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.btn::after {
  content: "\ea6c";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  margin-left: 8px;
  font-size: 18px;
  line-height: 0;
  transition: all 0.3s ease-out 0s;
}

.btn:hover:before,
.btn:focus-visible:before {
  top: -40%;
}

.btn:hover {
  color: #fff;
}
.btn:hover::after {
  color: #fff;
}

.slider-dots--style1 {
  position: relative;
  margin-bottom: 0 !important;
}

.slider-dots--style1 ul.slick-dots {
  position: absolute;
  left: -74px;
  bottom: -27px;
  text-align: left;
  display: flex;
  transform: rotate(-90deg) translateX(50%);
  z-index: 5;
  width: auto;
  counter-reset: li;
}

.slider-dots--style1 ul.slick-dots li {
  height: auto;
  width: auto;
  margin: 10px 8px !important;
  font-weight: 400;
  position: relative;
  font-style: italic;
  font-size: 16px;
  transition: all 0.3s ease-in-out 0s;
}

.slider-dots--style1 ul.slick-dots li:first-child {
  margin-left: 0;
}

.slider-dots--style1 ul.slick-dots li:last-child {
  margin-right: 0;
}

.slider-dots--style1 ul.slick-dots li button {
  display: none;
}

.slider-dots--style1 ul.slick-dots li:before {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: -5px;
  top: 45%;
  background: #434343;
  transition: all 0.3s ease-in-out 0s;
}

.slider-dots--style1 ul.slick-dots li:after {
  counter-increment: li;
  content: "0" counter(li);
}

.slider-dots--style1 ul.slick-dots li.slick-active {
  color: #434343;
}

.slider-dots--style1 ul.slick-dots li.slick-active:before {
  width: 30px;
}

.event {
  padding-left: 35px;
}

.event__inner {
  background: url(../img/event-bg.jpg) no-repeat scroll left bottom;
}

.event__single {
  padding-left: 75px;
  padding-bottom: 55px;
}

.event__single__inner {
  display: flex;
  align-items: center;
}

.event__single__thumb {
  flex: 0 0 30%;
  position: relative;
}

.event__single__thumb img {
  visibility: hidden;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.3s ease-in-out 0.3s;
}

.event__single__date {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  padding: 17px 40px;
  opacity: 0;
  transform: rotate(-90deg) translateY(100%);
  transform-origin: left bottom;
  transition: all 0.5s ease-in-out 0.3s;
}

.event__single__date h3 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 0;
}

.event__single__content {
  padding-left: 52px;
  width: 50%;
  padding-right: 30px;
  background: #fff;
  transform: teanslateX(30px);
  transition: all 0.3s ease-in-out 0s;
}

.event__single__content h3 {
  font-weight: 700;
  font-size: 26px;
}

.event__single__content h3 a {
  color: #303030;
}

.event__single__content h3 a:hover {
  color: #009047;
}

.event__single__content p strong {
  color: #414141;
}

.event__single__content .event__single__content__location p {
  margin-bottom: 5px;
  font-size: 16px;
  color: #7f7f7f;
}

.event__single__content .event__single__content__location p i {
  padding-right: 5px;
  font-size: 20px;
}

.event__single:focus,
.event__single:active {
  outline: none !important;
  border: none !important;
}

.event__single.slick-active .event__single__thumb img {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.event__single.slick-active .event__single__date {
  bottom: -55px;
  opacity: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event__single {
    padding-left: 39px;
    padding-bottom: 55px;
  }

  .event__single__inner {
    align-items: flex-start;
  }

  .event__single__content {
    padding-left: 30px;
  }

  .event__single__content h3 {
    margin-top: -7px;
  }

  .event__single__date {
    padding: 10px 22px;
  }

  .event__single__date h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event__single {
    padding-left: 0;
    padding-bottom: 0;
  }

  .event__single__thumb {
    flex: 0 0 46%;
    padding-right: 5px;
  }

  .event__single__date {
    position: relative;
    transform: rotate(0) translateY(0);
  }

  .event__single__content {
    width: 54%;
    padding-left: 30px;
    padding-right: 0;
  }

  .event__single.slick-active .event__single__date {
    bottom: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .event__inner {
    background-position: left 9px;
  }

  .event__single {
    padding-left: 0;
    padding-bottom: 0;
  }

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

  .event__single__thumb {
    flex: 0 0 65%;
    padding-left: 30px;
  }

  .event__single__date {
    bottom: 15px;
    left: 100%;
    width: 100%;
  }

  .event__single__content {
    margin-top: 40px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .event__single.slick-active .event__single__date {
    bottom: 0;
    left: 100%;
  }

  .event {
    padding-left: 0;
  }

  .event__inner.event-slide-active.slider-dots--style1 ul.slick-dots {
    display: none !important;
  }
}
@media only screen and (max-width: 576px) {
  .event__inner {
    background-position: left 9px;
  }

  .event__single {
    padding-left: 0;
    padding-bottom: 0;
  }

  .event__single__inner {
    flex-wrap: wrap;
  }

  .event__single__thumb {
    flex: 0 0 100%;
    padding-left: 0;
  }

  .event__single__date {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    transform: rotate(0deg) translateY(0);
  }

  .event__single__content {
    margin-top: 30px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .event__single.slick-active .event__single__date {
    bottom: 0;
    left: 0;
  }

  .event {
    padding-left: 0;
  }

  .event__inner.event-slide-active.slider-dots--style1 ul.slick-dots {
    display: none !important;
  }
}
.event {
  position: relative;
}

.event__filters {
  margin-right: -15px;
  position: absolute;
  width: 38%;
  z-index: 5;
  right: 0;
  bottom: 0;
}

.event__filters .slick-list {
  padding: 0 !important;
}

.event__filters__single .event__filters__single__inner {
  padding: 15px;
  transition: transform 0.3s ease-in-out 0s;
  cursor: pointer;
}

.event__filters__single .event__filters__single__inner img {
  width: 100%;
}

.event__filters__single.slick-center .event__filters__single__inner {
  -webkit-transform: scale(1.33);
  transform: scale(1.33);
}

.event__filters__single:focus,
.event__filters__single:active,
.event__filters__single .slick-center,
.event__filters__single .slick-active {
  outline: none !important;
  border: none !important;
}

@media screen and (max-width: 1000px) {
  .pd_zero:first-child {
    display: none !important;
  }

  .pd_zero:nth-child(2) {
    padding-bottom: 70px !important;
  }

  .testimonial_sec.style_one .icon_quotes {
    display: none !important;
  }

  .testimonial_sec_wrapper {
    padding-left: 30px !important;
  }

  .testimonial_sec.style_one .num_pagination .swiper-pagination-current {
    font-size: 18px;
  }

  .title_sections h2 {
    font-size: 25px;
  }

  .title_all_box.style_one .title_sections .before_title,
  .title_all_box.style_two .title_sections .before_title {
    font-size: 19px;
    line-height: 0 !important;
  }

  .testimonial_sec.style_one .testimonial_box {
    padding: 5px;
  }

  .testimonial_sec.style_one .arrows {
    width: 103px;
    bottom: 25px;
    left: 12px;
  }

  .testimonial_sec.style_one .arrows .next-single-one::before,
  .testimonial_sec.style_one .arrows .prev-single-one::before {
    font-size: 23px;
  }

  .social_media_v_one {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event__filters {
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .event__filters {
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    width: 80%;
  }

  .gallery_section .top_title h3 {
    font-size: 25px;
  }

  .gallery_section .top_title h2 {
    font-size: 17px;
  }

  .gallery_section .top_title h2::after {
    bottom: 0;
  }

  .tp-section-title {
    font-size: 27px;
  }
}
@media only screen and (max-width: 576px) {
  .footer_area .contact_box_content {
    margin-bottom: 25px;
  }

  .copyright-text {
    flex-direction: column;
  }

  .footer_widgets_wrap .row:nth-child(2) .pd_bottom_40 {
    padding-bottom: 0 !important;
  }

  .event__filters {
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    width: 100%;
  }

  .tp-section-title {
    font-size: 22px;
  }

  .tp-blog__title-sm {
    font-size: 20px;
  }
}
.silder-for {
  position: relative;
  height: calc(100vh - 95px);
  margin-top: 95px;
}
.silder-for .swiper {
  height: 100%;
}

.silder-for .silder-content {
  position: absolute;
  left: 10%;
  top: 50%;
  width: 800px;
  transform: translateY(-50%);
  padding: 11px;
    border-top-left-radius: 46px;
    border-bottom-right-radius: 46px;
    background: #ad8b3d94;
}

@media only screen and (max-width: 1680px) {
  .silder-for .silder-content {
    left: 10%;
    top: 50%;
    width: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .silder-for .silder-content {
    left: 5%;
  }
}
@media only screen and (max-width: 575px) {
  .silder-for .silder-content {
    left: 0;
    width: 100%;
    padding: 20px 40px 20px 20px;
  }
}
.silder-for .silder-content p {
  font-size: 30px;
  font-weight: 200;
  line-height: 1.3;
  color: #fff;
}

@media only screen and (max-width: 1680px) {
  .silder-for .silder-content p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .silder-for .silder-content p {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.silder-for .silder-content .title {
  font-size: 38px !important;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
    color: #fff;
}

.silder-for .silder-content .title strong {
  color: inherit;
  font-weight: 800 !important;
}

.silder-for .silder-content .title span {
  font-weight: 300 !important;
  font-size: 100px;
}

@media only screen and (max-width: 1680px) {
  .silder-for .silder-content .title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .silder-for .silder-content .title {
    font-size: 45px;
    margin-bottom: 15px;
  }
}
.silder-for .silder-content .title .extext {
  font-style: italic;
  font-weight: 400;
}

.silder-for .silder-content .sub-title {
  font-weight: 400;
  margin-bottom: 30px;
  letter-spacing: 4px;
}

@media only screen and (max-width: 1680px) {
  .silder-for .silder-content .sub-title {
    margin-bottom: 10px;
  }
}
.silder-for .silder-img {
  overflow: hidden;
  height: 100%;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 991px) {
  .silder-for .silder-img {
    height: calc(100vh - 85px);
  }
}
.silder-for .silder-img.overlay-black-middle:before {
  background: linear-gradient(
    to right,
    rgba(33, 37, 41, 0.8) 0%,
    rgba(33, 37, 41, 0) 100%
  );
  z-index: 1;
  width: 80%;
  opacity: 1;
}

.silder-for .silder-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.silder-for .main-silder-swiper-04 .swiper-pagination {
  position: absolute;
  display: block;
  left: 0;
  bottom: 10px;
}

.silder-for .main-silder-swiper-04 .swiper-pagination span {
  background: #a38644;
    margin: 10px 5px;
    width: 18px;
    border-radius: 100px;
    opacity: 0.5;
    height: 15px;
    border: 1px solid white;
    transition: all 0.8s;
}

@media only screen and (max-width: 991px) {
  .silder-for .main-silder-swiper-04 .swiper-pagination span {
    height: 3px;
    width: 35px;
  }
}
.silder-for
  .main-silder-swiper-04
  .swiper-pagination
  span.swiper-pagination-bullet-active {
  opacity: 1;
}

#video-background {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

.silder-five {
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .silder-five .row .col-md-12 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .silder-five .row {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.silder-five .slider-one-pagination {
  position: absolute;
  left: 50%;
  z-index: 99999;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  padding: 30px 50px;
  transform: translate(-148px, -140px);
  box-shadow: #959da533 0 8px 24px;
}

@media only screen and (max-width: 991px) {
  .silder-five .slider-one-pagination {
    transform: translate(-50px, -31px);
  }
}
.swiper-pagination span {
  background: #a38644;
    margin: 10px 5px;
    width: 18px;
    border-radius: 100px;
    opacity: 0.5;
    height: 15px;
    border: 1px solid white;
    transition: all 0.8s;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.pd_right_30 {
  padding-right: 30px;
}

.breadcrumb-wrap {
  position: relative;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  z-index: 10;
  margin-top: 95px;
  overflow: hidden;
}
.breadcrumb-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: #172743;
  background: linear-gradient(
    90deg,
    rgba(67, 23, 23, 0.7) 0%,
    rgba(67, 23, 23, 0) 100%
  );
}
.breadcrumb-wrap .breadcrumb-bg {
  position: absolute;
  background: url(../img/breadcrumb.jpg);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 2;
}

.breadcrumb-wrap .container {
  z-index: 10;
  position: relative;
}
.breadcrumb-wrap .breadcrumb-link {
  margin-top: 0;
  margin-bottom: 0 !important;
  padding-bottom: 0;
  padding-top: 0;
  background: 0 0;
  display: block;
  position: relative;
}
.tpbreadcrumb {
  border-left: 8px solid #d7b263;
  padding: 0 0 0 10px;
}
.breadcrumb-wrap .breadcrumb-link span {
  font-size: 13px;
  display: inline-block;
  position: relative;
  opacity: 0.7;
}
.breadcrumb-link span + span::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-wrap .breadcrumb-link span + span {
  padding-left: 0.5rem;
}
.breadcrumb-wrap .breadcrumb-link a:hover {
  color: #a88a48;
}
.breadcrumb-wrap .breadcrumb-title {
  font-size: 34px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  line-height: 1;
}

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

.success-form .check {
  position: unset !important;
  font-size: 20px !important;
  flex-shrink: 0;
  color: #a88a48 !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;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.contact_form_box_inner {
  position: relative;
  padding: 50px 45px 35px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.contact_form_box_inner .contact_form_shortcode {
  position: relative;
}

.contact_form_shortcode label {
  font-size: 15px;
  font-weight: 400;
  line-height: 12px;
  color: #282f3b;
  width: 100%;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}

.contact_form_box_inner input,
.contact_form_box_inner input[type="text"],
.contact_form_box_inner input[type="email"],
.contact_form_box_inner input[type="number"],
.contact_form_box_inner textarea,
.contact_form_box_inner select {
  position: relative;
  height: 56px;
  line-height: 26px;
  border-radius: 5px;
  border: 1px solid #e4e7ee;
  width: 100%;
  padding: 4px 15px 0px 15px;
  display: block;
  transition: 0.5s ease-in-out !important;
  margin-bottom: 20px;
  color: #4a4e56;
  margin: 6px 0px 25px !important;
}

.contact_form_box_inner input:focus,
.contact_form_box_inner textarea:focus,
.contact_form_box_inner select:focus,
.contact_form_box_inner input:active,
.contact_form_box_inner textarea:active,
.contact_form_box_inner select:active {
  outline: 0px;
  border-color: #a88a48;
}

.title_all_box {
  position: relative;
}
.title_all_box .title_sections {
  position: relative;
}

.title_all_box.style_one .title_sections .before_title,
.title_all_box.style_two .title_sections .before_title {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color: #a88a48;
  padding: 0px 0px 10px 0px;
  text-decoration: underline;
}

.title_sections h2 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 500;
  color: #000;
  padding: 0px 0px 10px 0px;
}

.title_all_box .title_sections p {
  font-size: 16px;
  line-height: 27px;
  padding: 0px 0px 10px 0px;
  font-weight: 400;
  margin-bottom: 15px;
}

.contact_box_content {
  position: relative;
}

.contact_box_content.style_one .contact_box_inner {
  position: relative;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #e4e7ee;
  transition: all 0.5s ease;
  cursor: pointer;
  background: #fff;
}
.contact_box_content.style_one .contact_box_inner .icon_bx {
  position: absolute;
  left: 24px;
  bottom: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #a88a48;
  margin: auto;
  text-align: center;
  line-height: 40px;
  display: grid;
  place-items: center;
}
.contact_box_content.style_one .contact_box_inner .icon_bx span {
  color: #fff;
  font-size: 20px;
}
.contact_box_content.style_one .contact_box_inner:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  border-color: #fff;
}

.contact_box_content.style_one .contact_box_inner.icon_yes .contnet {
  margin-left: 55px;
}
.contact_box_content.style_one .contact_box_inner.icon_yes .contnet h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
  line-height: 26px;
}
.contact_box_content.style_one .contact_box_inner.icon_yes .contnet p {
  margin-bottom: 0px;
}
.contact_box_content.style_one .contact_box_inner.icon_yes .contnet p a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.contact_box_content.style_one .contact_box_inner.icon_yes .contnet p a:hover {
  color: #a88a48;
}

.pd_bottom_15 {
  padding-bottom: 15px;
}

.pd_bottom_40 {
  padding-bottom: 40px;
}

.social_media_v_one {
  position: relative;
}
.social_media_v_one ul {
  padding: 0;
  margin: 0;
}
.social_media_v_one ul li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px !important;
}
.social_media_v_one ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border-radius: 50px;
  background: #a88a48;
  color: #f0f3f9;
  transition: all 0.5s ease;
}
.social_media_v_one ul li a span {
  opacity: 0.8;
  transition: all 0.5s ease;
}
.social_media_v_one ul li a small {
  position: absolute;
  padding: 5px 15px;
  border-radius: 5px;
  background: #fff;
  color: #a88a48;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  min-width: 100px;
  text-align: center;
  margin: auto;
  left: -10px;
  right: 0;
  top: -35px;
  transition: all 0.5s ease;
  opacity: 0;
}
.social_media_v_one ul li a small::before {
  position: absolute;
  content: "";
  width: 12px;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 12px;
  bottom: -20px;
  left: 20px;
}

.social_media_v_one ul li a:hover small {
  opacity: 1;
}

.pd_left_30 {
  padding-left: 30px !important;
}

.contact_form_box_all.type_one
  .contact_form_box_inner
  .contact_form_shortcode
  textarea {
  height: 150px;
  padding: 20px 20px;
}

.form-group button {
  position: relative;
  display: inline-block;
  min-width: 160px;
  min-height: 60px;
  font-size: 12px;
  line-height: 60px;
  padding: 0px 20px;
  border-radius: 10px 0px 10px 0px;
  border: 1px solid #a88a48;
  background: #a88a48;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 10px !important;
  pointer-events: all;
  cursor: pointer;
}

.contact-map-section {
  padding-bottom: 90px;
}
.contact-map-section iframe {
  height: 545px;
  width: 100%;
}

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

.blog-detail-box {
  position: relative;
  background-repeat: repeat;
  background-position: center;
  overflow: hidden;
}

.blog-details-content {
  position: relative;
  display: block;
}

.blog-details-content h2 {
  display: block;
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 17px;
}

.blog-details-content .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 23px;
}

.blog-details-content .image-box img {
  width: 100%;
  display: inline-block;
  max-width: 100%;
  height: 450px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  object-fit: cover;
}

.blog-details-content .image-box .post-date {
  position: absolute;
  top: 20px;
  right: 0px;
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  border-radius: 20px 0px 0px 20px;
  padding: 0px 19px;
  background-color: #a88a48;
}

.blog-detail-box p {
  position: relative;
  color: #5f5e5e;
  font-weight: 500;
  margin: 0px;
  transition: all 500ms ease;
  font-size: 18px;
  line-height: 27px;
}

.default-side {
  position: relative;
  display: block;
  height: 100%;
}

.blog-sidebar {
  padding: 25px 30px;
  border: 1px solid rgba(199, 30, 3, 0.1);
}

.blog-sidebar .post-widget {
  margin-bottom: 45px;
  position: relative;
  z-index: 10;
}

.blog-sidebar .post-widget .widget-title {
  margin-bottom: 26px;
  position: relative;
  display: block;
}

.sidebar-widget .widget-title h3 {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 24px;
  padding-bottom: 10px;
  position: relative;
  color: #232323;
}
.sidebar-widget .widget-title h3::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  left: 0;
  bottom: 0;
  background-color: #a88a48;
}

.blog-sidebar .post-widget .post {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 27px;
  min-height: 87px;
  box-sizing: border-box;
}

.blog-sidebar .post-widget .post .post-thumb {
  width: 110px;
  height: 105px;
  flex-shrink: 0;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  background-color: #a88a48;
}

.blog-sidebar .post-widget .post .post-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.blog-sidebar .post-widget .post .title-t {
  padding: 0 20px 0 15px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.blog-sidebar .post-widget .post .title-t h5 {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
.blog-sidebar .post-widget .post .title-t h5 a:hover {
  color: #a88a48;
}

.blog-sidebar .post-widget .post .title-t .post-date {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #a88a48;
  font-weight: 500;
}

.blog-sidebar .post-widget .post:hover .post-thumb img {
  opacity: 0.5;
}

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

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

.detay-text {
  padding: 0 15px;
}

.service-sidebar .widget {
  margin-bottom: 30px;
  background-color: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
}

.all-post-list ul li:last-child a {
  border: unset !important;
}
.all-post-list ul li {
  border: none;
  padding: 0 !important;
  margin: 0;
}
.all-post-list ul li a {
  display: block;
  position: relative;
  color: #a88a48;
  font-size: 15px;
  font-weight: 600;
  padding: 22px 30px;
  line-height: normal;
  border-bottom: 1px solid #2766582e;
}
.all-post-list ul li a::after {
  content: "\EA54";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: absolute;
  top: 37%;
  right: 20px;
  background-color: #a88a48;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  transition: 0.5s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.all-post-list ul li a:hover {
  background-color: #a88a48;
  color: #fff;
  border-color: #fff !important;
}
.all-post-list ul li a:hover::after {
  background-color: #fff;
  color: #a88a48;
}
.all-post-list ul li a.active {
  background-color: #a88a48;
  color: #fff;
  border-color: #fff !important;
}
.all-post-list ul li a.active::after {
  background-color: #fff;
  color: #a88a48;
}

.accordion-item {
  border: unset;
}

.accordion-button:not(.collapsed) {
  background-color: unset !important;
  box-shadow: unset !important;
}

.accordion-button {
  border: unset !important;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-button .karakaya-accordion__number {
  background: -webkit-linear-gradient(0deg, #a88a48 0%, #a88a48 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: 700;
  padding-right: 15px;
}

.karakaya-accordion__title {
  color: #141f2b;
  font-size: 18px;
  font-weight: 500;
}

.accordion-button::after {
  margin-left: auto;
  content: "+";
  font-family: "Font Awesome 6 FREE";
  font-size: 20px;
  color: #141f2b;
  height: inherit;
  width: auto;
  background-image: none;
  flex-shrink: 0;
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out;
  background-image: url(../img/icon/down.svg);
  background-size: 0;
}

.accordion-button:not(.collapsed)::after {
  content: "-";
  font-family: "Font Awesome 6 FREE";
  font-size: 20px;
  color: #141f2b;
  background-image: none;
  transform: rotate(180deg) scale(1.8);
  margin-bottom: -10px;
}

.accordion-body {
  padding: 0rem 1.25rem;
  margin-top: 10px;
}

.accordion-body p {
  padding-left: 40px;
  font-weight: normal;
  margin-bottom: 15px;
  font-size: 18px;
  color: #777777;
  line-height: 26px;
}

.accordion-collapse.show {
  display: block !important;
}

.accordion-item {
  border-bottom: 1px solid #eaeaea;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #a88a48;
  outline: 0;
  box-shadow: unset;
  background-color: transparent;
}

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

@media screen and (max-width: 900px) {
  .accordion {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.about-content img {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-bottom: 25px;
}

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


 .telefon {
    background: #e2e2e2;
    border: 1px dashed #c2ab68;
    border-radius: 10px;
}

@media only screen and (max-width: 1200px) {
  .right-col:not(.left) .svg-phone {
    display: none !important;
  }
  .right-col {
    display: flex;
    gap: 1px;
    align-items: center;
  }
}

@media only screen and (max-width: 1000px) {
  .breadcrumb-title {
    font-size: 18px !important;
  }
  .service-left-col {
    order: 2 !important;
    margin-top: 30px !important;
    padding: 0 28px;
  }
  .right-col.left {
    
  }
  .pq-bottom-header .navbar .navbar-brand img {
    height: 107px !important;
    margin-top: -12px;
  }

  .title_all_box .title_sections h2 {
    font-size: 25px !important;
  }
}

.whatsapp {
  position: fixed;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  bottom: 50px;
  left: 30px;
  background-color: #25d366;
  z-index: 10;
}
.wp-logo::before {
  content: "";
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease;
  width: 100%;
  background: transparent url(../img/icon/whatsapp.svg) 50% no-repeat;
  background-size: auto;
  background-size: 30px;
}

.tel-header {
  display: grid;
  place-items: center;
  position: relative;
  height: max-content;
  margin-top: 6px;
}
.tel-header svg {
  width: 24px;
  height: 24px;
}

.world-svg {
  width: 25px !important;
  height: 25px !important;
  margin-right: 7px;
}

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

.tel-header .adak-tooltip {
  background-color: #fff;
  color: #000;
  left: 50% !important;
  transform: translateX(-50%);
  top: 29px !important;
  margin-left: 0 !important;
  width: max-content;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 25px !important;
  height: max-content !important;
  display: block;
}

.tel-header svg path {
  stroke: #000;
}

.tel-header:hover .adak-tooltip {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

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

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