@charset "UTF-8";
/*------------------------------------------------------------------//
  Normalize:
//------------------------------------------------------------------*/
ul,
ul li {
  margin: 0;
  padding: 0;
}

a,
a:active,
a:hover,
input,
textarea {
  outline: none;
}

pre,
textarea {
  overflow: auto;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: 0 0;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
optgroup,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

ul li {
  list-style-type: none;
}

img {
  border: none;
}

textarea {
  resize: none;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

a {
  outline: none;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

input::-ms-clear {
  display: none;
}

* {
  outline: none !important;
}

/*------------------------------------------------------------------//
  Theme Options:
//------------------------------------------------------------------*/
/* Transition || Geçiş */
/* Scale */
/* Skew */
/* Rotate */
/* Placeholder Color */
/** Mobile Contact **/
main{
    overflow-x:clip;
}
#sticky-links {
  position: fixed;
  top: 50%;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transform:translatey(-50%);
  z-index:99999999999999999;
}
#sticky-links .sticky-link {
  display: block;
}
#sticky-links .sticky-link .logo {
  width: 180px;
}

.img-full{
    width:100%;
}
.mContact {
  display: none;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0px 0px;
  z-index: 99999999;
  border: none !important;
  /* font-family: open sans; */
}

.mContact .col-md-6 {
  width: 50% !important;
  float: left;
  padding: 7px !important;
}

.mContact .col-md-6 a {
  padding: 10px;
  font-size: 14px;
}

.mContact .col-md-6 span {
  font-weight: bold;
  color: #fff;
  padding: 5px;
  position: relative;
  top: 1px;
}

.mContact .wp {
  background: #55cd6c;
}

.mContact .tl {
  background: #171717;
}

.mContact .col-md-6 img {
  width: 30px;
}

/** Mobile Contact **/
/** Whatsapp Fixed **/
.whatsappFixed {
  position: fixed;
  top: 50%;
  z-index: 999999;
  background: rgba(29, 177, 84, 0.96);
  color: #fff;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.whatsappFixed a {
  color: #fff;
  font-size: 40px;
}

/** Whatsapp Fixed **/
/** Font Family **/
@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli-SemiBold.woff2") format("woff2"), url("../fonts/Muli-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Althea";
  src: url("../fonts/Althea-Bold.woff2") format("woff2"), url("../fonts/Althea-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Ellie Script";
  src: url("../fonts/Ellie-Script.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "Muli-Regular";
  src: url("../fonts/Muli-Regular.woff2") format("woff2"), url("../fonts/Muli-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*------------------------------------------------------------------//
  Main.CSS:
//------------------------------------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

.header {
  position: relative;
}

.header-logo {
  background: #f7f4e5;
  position: absolute;
  z-index: 999;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 20px;
}
.header-contact {
  position: absolute;
  z-index: 9999 !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}

.slider {
  padding-top: 70px;
  background: #f7f4e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-about {
  background: #f7f4e5;
  padding: 147px 0;
}
.home-about-text {
  text-align: center;
}
.home-about-text .title {
  font-family: "Montserrat";
  font-size: 52px;
  color: #52321b;
  font-weight: 800;
  line-height:1.2;
  margin-bottom: 10px;
  display: block;
}
.home-about-text .desc {
  display: block;
  font-family: "Montserrat";
  color: #52321b;
  font-size: 76px;
  line-height:1.2;
  margin-bottom: 36px;
}
.home-about-text p {
  font-family: "Montserrat";
  font-style: italic;
  font-size: 16px;
  color: #52321b;
  font-weight: 500;
  word-spacing: 2px;
  line-height: 1.4;
  margin:15px 0;
}


.home-content-service {
  padding: 50px 0;
}
.home-content-service .owl-item {
  padding-bottom: 5px;
}
.home-content-service h4 {
  background: #ebebeb;
  font-weight: bold;
  padding: 20px 15px;
  margin-bottom: 2px;
}
.home-content-service .rightSide {
  padding: 20px 15px;
  height: auto !important;
}
.home-content-service .rightSide li {
  margin-bottom: 17px;
  padding: 0px 9px;
}
.home-content-service figure a {
  background: #fff;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-content-service figure a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-content-service figure a:hover img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.home-content-service .nav-tabs {
  border-bottom: none !important;
  border-right: 1px solid #52321b;
  /* height: 60vh; */
}
.home-content-service a.more {
  width: 120px;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  margin-top: 15px;
  display: block;
  font-size: 13px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-content-service h5 {
  font-weight: bold;
  font-size: 36px;
  font-family: "Montserrat";
  color: #52321b;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
.home-content-service img {
  /* padding: 10px; */
}
.home-content-service p {
  font-family: "Montserrat";
  font-weight: normal;
  font-style: normal;
  color: #52321b;
  font-size: 17px;
}
.home-content-service p strong {
  font-weight: bold;
}
.home-content-service .article {
  /* margin-top: 20px; */
}
.home-content-service .article-fetures {
  /* padding: 15px 0; */
}
.home-content-service .article-fetures p {
  margin-bottom: 30px;
}

.home-content-service .gallery a {
  height: 185px;
  width: 100%;
  margin-bottom: 10px;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  position: relative;
  border-radius: 22px;
  display: block;
}

.home-content-service .owl-buttons {
  position: absolute;
  right: 0;
  bottom: 0px;
}
.home-content-service .owl-buttons div {
  border-radius: 0px !important;
  margin: 1px !important;
  opacity: 1 !important;
  font-size: 17px !important;
}
.home-content-service ul.nav-tabs {
  padding: 45px 0px;
}
.home-content-service ul.nav-tabs li {
  display: block;
  border: none;
  float: none;
  width: 100%;
}
.home-content-service ul.nav-tabs li a {
  position: relative;
  margin-right: 0px;
  border: none !important;
  border-radius: 0px !important;
  display: block;
  margin-bottom: 3px;
  color: #52321b;
  font-family: "Muli";
  font-size: 18px;
  font-style: normal;
  padding: 11.3px 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Muli-Regular";
  letter-spacing: 3px;
  font-size: 17px;
  text-align: center;
  font-weight: bold;
  padding: 11px 0;
  padding-right: 2px;
}
.home-content-service ul.nav-tabs li a:hover {
  opacity: initial;
}
.home-content-service ul.nav-tabs a.active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-content-service ul.nav-tabs a.active:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  height: 39px;
  width: 11px;
  background: #ffd300;
  z-index: 9999;
  position: absolute;
  right: -6px;
  top: 0;
}

.home-content-branch .text {
  border: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.home-content-branch .phone-number{
  color: #52321b;
  font-size: 18px;
  font-weight: bold;
}

.home-content-branch .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-content-branch .title {
  font-family: "Althea";
  color: #52321b;
  font-weight: bold;
  font-size: 33px;
  margin-bottom: 20px;
  display: block;
}

.home-content-branch .desc {
  font-family: "Montserrat";
  color: #52321b;
  font-size: 22px;
  margin-bottom: 10px;
  display: block;
}

.home-content-branch p {
  font-family: "Montserrat";
  margin-bottom: 10px;
  display: block;
  color: #52321b;
  font-size: 16px;
}

.home-content-branch a.more {
  display: inline-block;
  background: #7e5394;
  color: #fff;
  font-size: 16px;
  padding: 17px 50px;
  border-radius: 17px;
  margin: 15px 0;
}

.footer {
  padding-top: 60px;
  background: #f7f4e5;
}
.footer-banner {
  background: #f7f4e5;
  background: url(../images/banner.jpg);
  background-size: cover;
  height: 397px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 15px;
}
.footer-bottom {
  text-align: center;
  padding: 50px 0  20px;
}
.footer-bottom .title {
  font-family: "Althea";
  color: #52321b;
  font-size: 40px;
  display: block;
  margin-top: 10px;
  letter-spacing: 2px;
}
.footer-bottom .title::after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  background: #ffd300;
  margin: 15px auto;
}
.footer-bottom p {
  display: block;
  font-family: "Muli-Regular";
  color: #000000;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.1;
}
.footer-bottom p a {
  font-family: "Muli-Regular";
  color: #000000;
  font-size: 18px;
}

.copyright-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}


/* Price List */

.price-list-row .logo{
    width:100%;
    margin-bottom:20px;
}

.yellow-wrapper {
    background-color: #f9b708;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 15px;
}

.yellow-wrapper .yellow-wrapper-title {
    color: #000;
    text-align: center;
    font-size: 20px;
}