/*------------------------------------------------------------------//
  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:
//------------------------------------------------------------------*/
/** Mobile Contact **/
.mContact {
  /* display: none; */
  text-align: center;
  position: fixed;
  bottom: -3px;
  width: 100%;
  padding: 3px 0px;
  z-index: 99999999;
  border: none !important;
  /* border-top-left-radius: 51px; */
  /* border-top-right-radius: 30px; */
}

.mContact .col-md-6 {
  width: 50% !important;
  float: left;
  /* border-radius: 30px; */
  padding: 0 !important;
}

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

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

.mContact .wp {
  background: #55cd6c;
  background: #58D164;
  background: -webkit-gradient(linear, left top, left bottom, from(#58D164), to(#2CB842));
  background: linear-gradient(to bottom, #58D164 0%, #2CB842 100%);
}

.mContact .tl {
  background: -webkit-gradient(linear, left top, left bottom, from(#e94079), to(#bf1d53));
  background: linear-gradient(to bottom, #e94079, #bf1d53);
  background: -webkit-gradient(linear, left top, left bottom, from(#00488e), to(#021930));
  background: linear-gradient(to bottom, #00488e, #021930);
  background: -webkit-gradient(linear, left top, left bottom, from(#00488e), to(#0a3f74));
  background: linear-gradient(to bottom, #00488e, #0a3f74);
}

.mContact img {
  width: 30px;
}

/* --- Mobile Menu --- */
/* --- Mobile Menu --- */
.mobile-menus {
  position: fixed;
  left: -300px;
  top: 0;
  left: -200% !important;
  width: 80%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 999999999999;
  height: 100%;
  border-left: 0 !important;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* justify-content: space-between; */
  overflow-y: auto !important;
  background: linear-gradient(199.84deg, #000 13.26%, rgb(32, 22, 22) 55.65%, rgb(0, 0, 0) 100.77%);
}

.mobile-menu-list ul {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  /* margin-bottom: 30px; */
}

.mobile-menu-list ul li a {
  color: #ffffff !important;
  border: none;
  font-size: 15px;
  border-bottom: 1px solid rgba(210, 210, 210, 0.1294117647);
  line-height: 35px !important;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: inherit;
  padding: 10px 0%;
  font-weight: 600;
  display: block;
  /* letter-spacing: 0.5px; */
}

.mobile-social {
  margin-top: 30px;
}

.mobile-menu-list ul li a i {
  margin-right: 10px;
}

.mobile-menu-list ul li ul {
  background: none !important;
}

.mobile-menu-list ul li ul li a {
  position: relative;
  padding-left: 10px !important;
  padding: 3px 0%;
}

.mobile-menu-list ul li ul li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 12px;
  top: 0;
  line-height: 46px;
  width: 40px;
  height: 46px;
  display: block;
  color: #ffffff;
  opacity: 0;
}

.mobile-menu-list ul li ul li ul li a {
  position: relative;
  padding-left: 15px !important;
}

.mobile-menu-list ul li ul li ul li a:before {
  left: 22px;
}

.mobile-menu-list ul li ul {
  max-height: 0 !important;
  overflow: hidden;
  transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.mobile-menu-list ul li.acik > ul {
  max-height: 500px !important;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.mobile-menu-list ul li.menu-item-has-children a {
  position: relative;
  overflow: hidden;
}

.mobile-menu-list ul li.menu-item-has-children > a:after {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  width: 46px;
  font-weight: bold;
  content: "\f107";
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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;
}

.mobile-menu-list ul li.menu-item-has-children.acik > a:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mobile-menu-listul li a:hover {
  /* background-color: #dcdcdc; */
  /* color: #000 !important; */
  /* -webkit-transition: all .5s; */
  -o-transition: all 0.5s;
  /* transition: all .5s; */
}

.mobile-menu-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.mobile-menu-list::-webkit-scrollbar {
  width: 1px;
  background-color: #fff;
}

.mobile-menu-list::-webkit-scrollbar-thumb {
  background-color: #3b559e;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mobile-menus.mobile-menus-active {
  left: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* overflow-y: auto; */
}

html.mobile-menus-active {
  overflow: hidden;
}

nav.mobile-menu-list {
  padding-top: 95px;
}

body {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  left: 0%;
}

body.mobile-menus-active {
  /* left: 65%; */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menuClose {
  width: 100%;
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 999999999999;
  top: 0;
  background: rgba(32, 32, 32, 0.6705882353);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(42, 42, 66, 0.3490196078);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.menuClose.mobile-menus-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menuClose,
.mobile-menus {
  z-index: 999999999999;
  top: 0;
}

.mobil-menu-btn {
  position: relative;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
  background: #888888;
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
  width: 24px;
  height: 2px;
}

.mobil-menu-btn:before {
  content: "";
  position: absolute;
  right: 0;
  width: 27px;
  bottom: 7px;
  height: 2px;
  background: #888888;
  -webkit-transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-menu-list ul li a img {
  width: 30px;
  margin-right: 5px;
}

.mobil-menu-btn:after {
  content: "";
  position: absolute;
  right: 0;
  width: 15px;
  top: 7px;
  height: 2px;
  background: #888888;
  -webkit-transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-hamburger-menu {
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  width: 40px;
  height: 36px;
}

.mobil-menu-logo img {
  width: 140px;
}

.mobil-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 90%;
}

.mobil-menu-close {
  color: rgba(255, 255, 255, 0.6588235294);
  font-size: 30px;
}

.mobil-menu-buttons a {
  font-weight: 500;
  width: 90%;
  font-size: 16px;
  background-color: #ffffff;
  /* border-radius: 20px 20px 20px 20px; */
  color: #426c87;
  padding: 15px 4px;
  display: block;
  text-align: center;
  opacity: inherit !important;
  margin-top: 14px;
}

.mobil-menu-buttons {
  /* display: flex; */
}

.mobil-menu-buttons-one a {
  font-family: "Nunito", Sans-serif;
  font-weight: 500;
  width: 90%;
  font-size: 16px;
  background-color: #0091ac;
  border-radius: 20px 20px 20px 20px;
  color: #fff;
  padding: 15px 4px;
  display: block;
  text-align: center;
  opacity: inherit !important;
  margin-top: 21px;
  border: 1px solid;
}

.mobil-menu-buttons-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-social a:last-child {
  margin-right: 0px;
}

.mobile-social a {
  width: 45px;
  height: 45px;
  font-size: 21px;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* background: #fff; */
  border-radius: 100%;
  color: #ffffff;
  margin-right: 23px;
  border: 1px solid;
}

.header-menu-btn {
  width: 3rem;
  height: 1.5625rem;
  position: relative;
  cursor: pointer;
  display: none;
}

.header-menu-btn .menu {
  display: block;
  margin-top: 30px;
  font-weight: 600;
  color: #ffffff;
}

.header-menu-btn .line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(185deg, #FDEBCB 0%, #ad974c 100%);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -webkit-transition: background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s, -webkit-transform 0.5s 0.08s;
  transition: background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s, -webkit-transform 0.5s 0.08s;
  transition: transform 0.5s 0.08s, background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s;
  transition: transform 0.5s 0.08s, background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s, -webkit-transform 0.5s 0.08s;
  -webkit-transition: transform 0.5s 0.08s, background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s;
}

.header-menu-btn .line-center {
  top: 50%;
  margin-top: -1.5px;
}

.header-menu-btn .line-top {
  top: 0;
}

.header-menu-btn .line-bottom {
  bottom: 0;
}

.header-menu ul li {
  position: relative; /* BUNU EKLE - yoksa Ã§alÄ±ÅŸmaz */
}

.header-menu ul li ul {
  position: absolute;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden; /* EKLE */
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  background: #ffff;
  border-radius: 6px;
  padding: 8px 11px;
  white-space: nowrap;
  transition: all 0.5s ease;
  box-shadow: -20px 50px 70px #0814201a;
  z-index: 9999999;
  top: 100%; /* DEÄžÄ°ÅžTÄ° - 80px yerine */
  margin-top: 5px; /* EKLE */
}

/* BoÅŸluÄŸu dolduran gÃ¶rÃ¼nmez alan - EKLE */
.header-menu ul li ul:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  background: transparent;
  z-index: 1;
}

.header-menu ul li ul:after {
  content: "";
  background-color: #FFF;
  border-radius: 10px;
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  z-index: -1;
}

.header-menu ul li ul li {
  margin: 0;
  float: none;
  /* margin-bottom: 5px; */
  display: block;
  padding: 0;
}

.header-menu ul li ul li ul li {
  margin-left: 5px;
}

.header-menu ul li ul li a {
  border-radius: 20px;
  display: block;
  padding: 0;
  white-space: nowrap;
  font-size: 15px;
  line-height: 34px;
  padding: 0 15px;
  font-weight: 500;
  opacity: inherit;
  display: block;
  font-weight: 500;
  color: black;
}

.header-menu ul li ul li ul {
  top: -10px;
  left: 125%;
  transition: all, .5s;
  padding: 10px;
  padding-left: 15px;
}

.header-menu ul li ul li ul:after {
  left: 10px;
}

.header-menu ul li ul li a:hover {
  background-color: #000000;
  color: #fff;
}

.header-menu ul li:hover>ul {
  opacity: 1;
  visibility: visible; /* EKLE */
  pointer-events: auto;
  transition: all, .5s;
}

/* BUNU SÄ°L VEYA YORUM SATIRINA AL - siyah Ã§ubuk kalkacak
.header-menu ul li ul:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  z-index: 0;
  -webkit-transform: translateX(-50%);
  border-radius: 20px;
  background: #000000;
  width: 50px;
  height: 5px;
  position: absolute;
  left: 50%;
}
*/

.header-menu ul li ul li ul:before {
  left: 8px;
  top: 10px;
  width: 5px;
  height: 50px;
  border-radius: 20px 0 0 20px;
}

.header-menu ul li ul li:hover ul {
  top: -10px;
  left: 100%;
  transform: translateX(0);
  transition: all, .5s;
  list-style-type: none;
}

/** Mobile Menu (END) **/
/* Transition || GeÃ§iÅŸ */
/* Scale */
/* Skew */
/* Rotate */
/* Placeholder Color */
/** Whatsapp Fixed **/
.whatsappFixed {
  position: fixed;
  top: 50%;
  z-index: 999999;
  background: rgba(29, 177, 84, 0.9607843137);
  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;
}

@-webkit-keyframes pulseVideo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes pulseVideo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
/** Whatsapp Fixed **/
/** Font Family **/
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (min-width: 1400px) {
  .c-container {
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@font-face {
  font-family: "FinalSixMedium";
  src: url("../fonts/FinalSix-Medium.woff2") format("woff2"), url("../fonts/FinalSix-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FinalSixBold";
  src: url("../fonts/FinalSix-Bold.woff2") format("woff2"), url("../fonts/FinalSix-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat", sans-serif;
  background: #252320;
}

.header {
  background: linear-gradient(269deg, rgba(34, 30, 22, 0.51) 0%, rgba(25, 25, 25, 0.51) 100%);
  position: absolute;
  width: 100%;
  z-index: 9;
}
.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 22PX;
}
.header-top .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top .item {
  color: #fff;
  margin-right: 15px;
}
.header-top .item a {
  color: #fff;
  font-weight: 400;
}
.header-top .item i {
  margin-right: 7px;
}
.header-top .social a {
  color: #fff;
  margin-right: 15px;
}
.header-top .social a:last-child {
  margin-right: 0;
}
.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}
.header-menu ul li {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
.header-menu ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-menu ul li a:hover {
  color: #FCD487;
}
.header-menu ul li:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  top: 0;
  background: #fff;
  right: -6px;
  top: 1px;
}
.header-menu ul li:last-child::after {
  display: none;
}
.header-right .contact {
  background: linear-gradient(185deg, #FDEBCB 0%, #ad974c 100%);
  color: #000;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: initial;
  font-size: 13px;
  transform: scale(1);
  animation: pulse 2s infinite;
  opacity: initial !important;
}
.header-right .contact:hover {
  color: #000;
  opacity: initial;
}

.slider {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.slider::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 40%);
  position: absolute;
  top: 0;
}

.slider #vid1 {
  width: 100%;
  height: 100vh;
}

.slider .vjs-no-js {
  display: none;
}

.slider .vjs-big-play-button {
  display: none !important;
}

.slider .video-js {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.slider .video-js .vjs-modal-dialog,
.slider .video-js .vjs-tech,
.slider .vjs-button > .vjs-icon-placeholder:before,
.slider .vjs-modal-dialog .vjs-modal-dialog-content,
.slider .vjs-playback-rate .vjs-playback-rate-value,
.slider .vjs-playback-rate > .vjs-menu-button {
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-content {
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 9;
  width: 59%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}

.slider-content .text {
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  /* letter-spacing: 10px; */
}

.slider-content .text span {
  color: #8D7800;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 10px;
}

.slider-content .title {
  font-size: 100px;
  font-weight: 700;
  color: #FEECCC;
  font-family: "FinalSixMedium";
  text-align: center;
  text-transform: uppercase;
}

.slider-content .desc {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  line-height: 1.2;
}

.slider-content .separator-container {
  position: relative;
  width: 100%;
  height: 20px;
  margin: 20px 0;
}

.slider-content .separator {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #fff;
}

.slider-button {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#caad2d), to(#956c2a));
  background: linear-gradient(#caad2d, #956c2a);
  width: 200px;
  height: 50px;
  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;
  border: 1px solid #8D7800;
  color: #ffffff;
  font-weight: 500;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  opacity: initial !important;
  font-size: 18px;
}

.slider-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d4b830), to(#a07730));
  background: linear-gradient(#d4b830, #a07730);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  border-color: #9a8400;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.home-about {
  padding: 80px 0;
}
.home-about h3 {
  font-size: 32px;
  font-weight: 300;
  color: #AD974C;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.home-about span {
  font-family: "FinalSixMedium";
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 30px;
  display: block;
}
.home-about p {
  color: #fff;
  line-height: 1.8;
  margin-bottom: 35px;
}
.home-about a.more {
  float: right;
  background: linear-gradient(185deg, #FDEBCB 0%, #ad974c 100%);
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 40px;
  letter-spacing: 1px;
}
.home-text .title {
  font-family: "FinalSixMedium";
  color: #fff;
  font-size: 75px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}
.home-text .desc {
  font-size: 20px;
  font-weight: 300;
  color: #AD974C;
  text-transform: uppercase;
}
.home-text p {
  color: #fff;
  line-height: 1.8;
  margin-bottom: 35px;
}
.home-spec {
  padding: 80px 0;
}
.home-spec-inner {
  background: url(../images/specbg.jpg);
  padding: 50px;
}
.home-spec h3 {
  font-family: "FinalSixMedium";
  color: #252320;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
}
.home-spec span {
  font-size: 20px;
  font-weight: 400;
  color: #AD974C;
  text-transform: uppercase;
  margin-bottom: 40px;
  display: block;
}
.home-spec p {
  color: #252320;
  line-height: 1.8;
  margin-bottom: 50px;
  font-style: italic;
}
.home-spec a.more {
  background: #252320;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 40px;
  letter-spacing: 1px;
}
.home-shorts {
  padding-bottom: 50px;
}
.home-shorts-head {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
}
.home-shorts-head h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  font-family: "FinalSixMedium";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.home-shorts-head p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
}
.home-shorts-slider .item {
  margin: 0 15px;
  overflow: hidden;
}
.home-shorts-slider .item a {
  position: relative;
  display: block;
}
.home-shorts-slider .item a:hover {
  opacity: initial;
}
.home-shorts-slider .item a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.home-shorts-slider .item img {
  width: 100%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.home-shorts-slider .item .seperator {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(8.37%, #241F1C), color-stop(35.88%, rgba(58, 55, 53, 0.75)), to(rgba(102, 102, 102, 0)));
  background: linear-gradient(360deg, #241F1C 8.37%, rgba(58, 55, 53, 0.75) 35.88%, rgba(102, 102, 102, 0) 100%);
  top: 0;
}
.home-shorts-slider .item .bottom {
  position: absolute;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 25px;
  z-index: 99;
}
.home-shorts-slider .item .text {
  font-size: 35px;
  color: #f5f3ec;
  font-weight: 600;
  margin-bottom: 7px;
}
.home-shorts-slider .item .desc {
  font-size: 20px;
  color: #f5f3ec;
  height: 30px;
}
.home-shorts-slider .item .icon {
  width: 60px;
  height: 60px;
  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;
  background: linear-gradient(185deg, #FDEBCB 0%, #ad974c 100%);
  border-radius: 100%;
  color: #000;
}
.home-shorts-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 25px;
  color: #6C6464;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  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;
  cursor: pointer;
  border-radius: 100%;
  border: 1px solid;
  background: linear-gradient(185deg, #FDEBCB 0%, #ad974c 100%);
  border-radius: 100%;
  color: #000;
}
.home-shorts-slider .slick-next {
  right: 0px;
}
.home-shorts-slider .slick-prev {
  left: 0px;
}
.home-service {
  padding-bottom: 80px;
}
.home-service-head {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
}
.home-service-head h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  font-family: "FinalSixMedium";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.home-service-head p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
}
.home-service .item {
  position: relative;
  display: block;
  height: 100%;
  cursor: pointer;
  border: 1px solid #AD974C;
  margin: 0 15px;
}
.home-service .item .img {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  overflow: hidden;
}
.home-service .item .img img {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  width: 100%;
}
.home-service .item .title {
  position: absolute;
  bottom: 15px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "FinalSixMedium";
  text-transform: uppercase;
  z-index: 99;
  left: 15px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.2s linear;
          transition-delay: 0.2s linear;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  opacity: 1;
}
.home-service .item .hover {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition-delay: 0.2s linear;
  transition-delay: 0.2s linear;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 99;
  opacity: 0;
  text-align: center;
  width: 450px;
}
.home-service .item .hover ul li {
  display: block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.2s linear;
          transition-delay: 0.2s linear;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  opacity: 1;
}
.home-service .item .hover ul li a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 15px;
}
.home-service .item .seperator {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(8.37%, #000000), color-stop(35.88%, rgba(58, 55, 53, 0.75)), to(rgba(102, 102, 102, 0)));
  background: linear-gradient(360deg, #000000 8.37%, rgba(58, 55, 53, 0.75) 35.88%, rgba(102, 102, 102, 0) 100%);
  top: 0;
}
.home-service .item:hover .img {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.home-service .item:hover .img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.home-service .item:hover .title {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-delay: 0.2s linear;
          transition-delay: 0.2s linear;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  opacity: 0;
}
.home-service .item:hover .hover {
  opacity: 1;
}
.home-before-after {
  padding-bottom: 80px;
}
.home-before-after-head {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
}
.home-before-after-head h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  font-family: "FinalSixMedium";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.home-before-after-head p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
}
.home-before-after-slider .item {
  margin: 0 15px;
}
.home-before-after-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 25px;
  color: #6C6464;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  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;
  cursor: pointer;
  border-radius: 100%;
  border: 1px solid;
  background: -webkit-gradient(linear, right top, left top, from(#A48B78), color-stop(50%, #F0DDD7), to(#A48B78));
  background: linear-gradient(270deg, #A48B78 0%, #F0DDD7 50%, #A48B78 100%);
  border-radius: 100%;
  color: #000;
  background: -webkit-gradient(linear, left top, right top, from(rgba(56, 25, 1, 0.153)), color-stop(49.04%, rgba(251, 223, 213, 0.45)), to(rgba(188, 156, 133, 0.45)));
  background: linear-gradient(90deg, rgba(56, 25, 1, 0.153) 0%, rgba(251, 223, 213, 0.45) 49.04%, rgba(188, 156, 133, 0.45) 100%);
  backdrop-filter: blur(7.7px);
}
.home-before-after-slider .slick-next {
  right: 0px;
}
.home-before-after-slider .slick-prev {
  left: 0px;
}
.home-content {
  padding: 80px 0;
}
.home-content img {
  border: 1px solid #AD974C;
}
.home-content h2 {
  font-family: "FinalSixMedium";
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.home-content span {
  color: #AD974C;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 30px;
  display: block;
}
.home-content p {
  color: #fff;
  line-height: 1.8;
  margin-bottom: 20px;
}
.home-content a.more {
  background: linear-gradient(185deg, #FDEBCB 0%, #ad974c 100%);
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 40px;
  letter-spacing: 1px;
}
.home-spec-two-inner {
  background: url(../images/specbg.jpg);
}
.home-spec-two .content {
  padding: 45px;
}
.home-spec-two h3 {
  font-family: "FinalSixMedium";
  color: #AD974C;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
}
.home-spec-two span {
  font-size: 20px;
  font-weight: 400;
  color: #252320;
  text-transform: uppercase;
  margin-bottom: 40px;
  display: block;
}
.home-spec-two p {
  color: #252320;
  line-height: 1.8;
  margin-bottom: 50px;
  font-style: italic;
}
.home-spec-two a.more {
  background: #252320;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 40px;
  letter-spacing: 1px;
}
.home-spec-three {
  padding: 80px 0;
}
.home-spec-three-inner {
  background: #F5F3EC;
  padding: 40px;
}
.home-spec-three img {
  border: 1px solid #AD974C;
}
.home-spec-three .in {
  text-align: center;
}
.home-spec-three h3 {
  font-size: 50px;
  font-weight: 300;
  color: #252320;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "FinalSixMedium";
  font-weight: 400;
}
.home-spec-three span {
  color: #AD974C;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 30px;
  display: block;
  padding: 30px 0;
}
.home-spec-three p {
  color: #252320;
  line-height: 1.8;
  margin-bottom: 50px;
}
.home-spec-three a.more {
  background: #252320;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 40px;
  letter-spacing: 1px;
  transform: scale(1);
  animation: pulse 2s infinite;
  opacity: initial !important;
}
.home-banners {
  background: url(../images/biobg.jpg);
  height: 100%;
  text-align: center;
  padding: 100px 0;
}
.home-banners h3 {
  font-size: 40px;
  font-weight: 300;
  color: #252320;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "FinalSixMedium";
  font-weight: 400;
}
.home-banners span {
  color: #AD974C;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 30px;
  display: block;
  padding: 30px 0;
}
.home-banners p {
  margin: 0 auto;
  color: #252320;
  line-height: 1.8;
  width: 60%;
}
.home-services {
  padding-bottom: 80px;
}
.home-services-head {
  text-align: center;
  padding: 80px 0;
}
.home-services-head h3 {
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "FinalSixMedium";
  font-weight: 400;
}
.home-services-head span {
  color: #AD974C;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 30px;
  display: block;
}
.home-services-head p {
  color: #fff;
  line-height: 1.8;
  width: 60%;
  margin: 0 auto;
}
.home-services-content a.title {
  font-family: "FinalSixMedium";
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  padding: 20px 0;
  display: block;
}
.home-services-content p {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
}
.home-services-content a.more {
  display: inline-block;
  background: linear-gradient(185deg, #FDEBCB 0%, #ad974c 100%);
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 40px;
  letter-spacing: 1px;
}
.home-comments {
  background: url(../images/biobg.jpg);
  background-size: cover;
  padding-bottom: 60px;
}
.home-comments-head {
  text-align: center;
  margin: 0 auto;
  padding: 60px 0;
}
.home-comments-head h2 {
  color: #252320;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  font-family: "FinalSixMedium";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.home-comments-head p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #252320;
}
.home-comments .testimonial-slider {
  margin: 0 auto;
  padding: 20px 0;
}
.home-comments .testimonial-slider .testimonial-item {
  padding: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-comments .testimonial-slider .testimonial-item .testimonial-content {
  background-color: #fff;
  border-radius: 8px;
  padding: 50px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  opacity: 0.5;
}
.home-comments .testimonial-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.home-comments .testimonial-header .avatar {
  width: 50px;
  height: 50px;
  background-color: #AD974C;
  border-radius: 50%;
  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;
  font-size: 18px;
  color: white;
  margin-right: 15px;
}
.home-comments .testimonial-header .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-comments .testimonial-header .user-info .user-name {
  font-weight: 400;
  margin: 0;
  color: #252320;
  font-size: 20px;
}
.home-comments .testimonial-header .user-info .rating {
  color: #AD974C;
  margin-top: 5px;
}
.home-comments .testimonial-text {
  font-size: 14px;
  line-height: 1.6;
}
.home-comments .slick-center .testimonial-content {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  opacity: 1 !important;
}
.home-comments .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 25px;
  color: #6C6464;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  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;
  cursor: pointer;
  border-radius: 100%;
  background: linear-gradient(185deg, #FDEBCB 0%, #ad974c 100%);
  border-radius: 100%;
  color: #000;
}
.home-comments .slick-next {
  right: 30px;
}
.home-comments .slick-prev {
  left: 30px;
}
.home-spec-four {
  padding: 80px 0;
  background: #252320;
}
.home-spec-four-inner {
  background: #F5F3EC;
  padding: 40px;
}
.home-spec-four img {
  border: 1px solid #AD974C;
}
.home-spec-four h3 {
  font-size: 50px;
  font-weight: 300;
  color: #252320;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "FinalSixMedium";
  font-weight: 400;
}
.home-spec-four span {
  color: #AD974C;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 30px;
  display: block;
  padding: 30px 0;
}
.home-spec-four p {
  color: #252320;
  line-height: 1.8;
  margin-bottom: 50px;
}
.home-spec-four a.more {
  background: #252320;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 40px;
  letter-spacing: 1px;
  transform: scale(1);
  animation: pulse 2s infinite;
  opacity: initial !important;
}
.home-contact {
  background: url(../images/contactbg.jpg);
  padding: 60px 0;
}
.home-contact input[type=text] {
  background: #fff;
  border: 0;
  height: 50px;
  width: 100%;
  margin-bottom: 15px;
  color: #252320;
  font-size: 17px;
  padding: 15px;
}
.home-contact input[type=text]::-webkit-input-placeholder {
  color: #C6C1C1;
  font-size: 17px;
}
.home-contact input[type=text]::-moz-placeholder {
  color: #C6C1C1;
  font-size: 17px;
}
.home-contact input[type=text]:-ms-input-placeholder {
  color: #C6C1C1;
  font-size: 17px;
}
.home-contact input[type=text]::-ms-input-placeholder {
  color: #C6C1C1;
  font-size: 17px;
}
.home-contact input[type=text]::placeholder {
  color: #C6C1C1;
  font-size: 17px;
}
.home-contact input[type=tel] {
  background: #fff;
  border: 0;
  height: 50px;
  width: 100%;
  margin-bottom: 15px;
  color: #252320;
  font-size: 17px;
  padding: 15px;
}
.home-contact input[type=tel]::-webkit-input-placeholder {
  color: #C6C1C1;
  font-size: 17px;
}
.home-contact input[type=tel]::-moz-placeholder {
  color: #C6C1C1;
  font-size: 17px;
}
.home-contact input[type=tel]:-ms-input-placeholder {
  color: #C6C1C1;
  font-size: 17px;
}
.home-contact input[type=tel]::-ms-input-placeholder {
  color: #C6C1C1;
  font-size: 17px;
}
.home-contact input[type=tel]::placeholder {
  color: #C6C1C1;
  font-size: 17px;
}
.home-contact input[type=email] {
  background: #fff;
  border: 0;
  height: 50px;
  width: 100%;
  margin-bottom: 15px;
  color: #252320;
  font-size: 17px;
  padding: 15px;
}
.home-contact input[type=email]::-webkit-input-placeholder {
  color: #C6C1C1;
  font-size: 17px;
}
.home-contact input[type=email]::-moz-placeholder {
  color: #C6C1C1;
  font-size: 17px;
}
.home-contact input[type=email]:-ms-input-placeholder {
  color: #C6C1C1;
  font-size: 17px;
}
.home-contact input[type=email]::-ms-input-placeholder {
  color: #C6C1C1;
  font-size: 17px;
}
.home-contact input[type=email]::placeholder {
  color: #C6C1C1;
  font-size: 17px;
}
.home-contact input[type=submit] {
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 40px;
  letter-spacing: 1px;
  border: 0;
  background: linear-gradient(185deg, #FDEBCB 0%, #ad974c 100%);
}
.home-contact textarea {
  width: 100%;
  height: 100px;
  width: 100%;
  padding: 15px;
  margin-bottom: 25px;
}
.home-contact textarea::-webkit-input-placeholder {
  color: #C6C1C1;
  font-size: 17px;
}
.home-contact textarea::-moz-placeholder {
  color: #C6C1C1;
  font-size: 17px;
}
.home-contact textarea:-ms-input-placeholder {
  color: #C6C1C1;
  font-size: 17px;
}
.home-contact textarea::-ms-input-placeholder {
  color: #C6C1C1;
  font-size: 17px;
}
.home-contact textarea::placeholder {
  color: #C6C1C1;
  font-size: 17px;
}
.home-contact .title {
  color: #AD974C;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.home-contact .desc {
  color: #fff;
  line-height: 1.6;
  margin-bottom: 25px;
}

.footer {
  background: #121212;
  padding: 30px 0;
  position: relative;
}
.footer .title {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.footer .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.7411764706);
}
.footer .item .text {
  line-height: 1.6;
  font-size: 16px;
}
.footer .item .text a {
  color: rgba(255, 255, 255, 0.7411764706);
}
.footer .item .icon {
  font-size: 18px;
  margin-right: 15px;
}
.footer-bottom {
  text-align: right;
}
.footer-social a {
  color: #f1dd8d;
  font-size: 30px;
  margin-right: 15px;
}
.footer .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-logo {
  text-align: center;
}
.footer-map {
  border: 0;
  overflow-y: hidden;
  height: 300px;
}
.footer-map iframe {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border: 0 !important;
  border-bottom: 1px solid #121212;
}



.single {
}

.single-detail .section {
  padding: 40px 0;
  margin: 40px 0;
  background: #252321;
}

.single-detail-head {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom ,#d4d4d4,#d4d4d4);
  background: linear-gradient(180deg, #000000 0%, #353434bd 100%);
}

.single-detail-head-bottom {
  margin-bottom: 20px;
}

.single-detail-head-bottom .breadcrumbs span {
  color: #ffffff;
  /* padding: 0 5px; */
  font-size: 15px;
}

.single-detail-head-bottom .breadcrumbs a {
  color: #ffffff;
 
}

.single-detail-head-bottom .breadcrumbs span a {
  color: #5d5c63;
}

.single-detail-head-bottom .breadcrumbs span:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin: 0 0 0 15px;
  display: none;
}

.single-detail-head-bottom .breadcrumbs span:first-child {
  padding-left: 0;
}

.single-detail-head-bottom .breadcrumbs span:last-child {
  padding-right: 0;
}

.single-detail-head-bottom .breadcrumbs span:last-child:after {
  display: none;
}

.single-detail-head-bottom .breadcrumbs span:last-child span:after {
  display: none;
}

.single-detail-content p {
  font-size: 1rem;
}

.single-detail-head-h1 {
  color: #e94079;
  margin-bottom: 15px;
}

.single-detail-head-h1 h1 {
  font-size: 38px;
  display: block;
  margin-bottom: 20px;
  color: #ffffff;
  /* text-shadow: 1px 1px 20px rgb(179 175 175); */
}

.single-detail-head-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e94079;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 140px;
  height: 50px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.8s var(--generalTransition);
  transition: all 0.8s var(--generalTransition);
}

.single-detail-head-button a {
  display: block;
  width: 100%;
  color: #fff;
}

.single-detail-head-button:hover {
  background: #353535;
}

.single-detail-road {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
  margin-bottom: 60px;
}

.single-detail-road-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}

.single-detail-road-inner .item {
  padding-right: 45px;
}

.single-detail-road-inner .item a {
  font-size: 16px !important;
  display: block;
  font-weight: 400;
  cursor: pointer;
  line-height: 60px;
  color: #000;
}

.single-detail-road-inner .item a:hover {
  color: #e94079;
  -webkit-transition: var(--generalTransition);
  transition: var(--generalTransition);
}

.single-detail-road-inner .item:nth-child(1) a {
  position: relative;
}

.single-detail-road-inner .item:nth-child(1) a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #01478c;
  left: 0;
  bottom: -1px;
  z-index: 99;
}

.single-detail-content {
  padding-bottom: 100px;
}

.single-detail-content ul {
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 15px;
}

.single-detail-content ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
}

.single-detail-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: #e94079;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.single-detail-content p {
  font-weight: 400;
}

.single-detail-content ul {
  font-size: 14px;
}

.single-detail-summary {
  background: #e940792e;
}

.single-detail-summary .title .line::before,
.single-detail-summary .title .line::after {
  background-color: #FFF !important;
}

.single-detail-summary-content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  background: #fff;
  height: 90px;
  border-radius: 25px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
  box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
  -webkit-transition: var(--generalTransition);
  transition: var(--generalTransition);
}

.single-detail-summary-content .item .icon i {
  font-size: 30px;
  color: #333333;
}

.single-detail-summary-content .item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-detail-summary-content .item .text .title {
  color: #333333;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
}

.single-detail-content ul li strong {
font-weight: 600;
}

table{
width:100%;
}
table, th, td {
border: 1px solid !important;
padding:5px !important;
margin-bottom:15px !important;
}

.single-detail-summary-content .item .text .desc {
  color: #333333;
  font-weight: 400;
}

.single-detail-summary-content .item:hover {
  background: #333;
}

.single-detail-summary-content .item:hover .icon i {
  color: #fff;
}

.single-detail-summary-content .item:hover .text .title,
.single-detail-summary-content .item:hover .text .desc {
  color: #fff;
}

.single-detail-contact-head {
  padding-top: 100px;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 50px;
  color: #333;
}

.single-detail-contact .contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  margin-bottom: 25px;
  min-height: 80px;
}

.single-detail-contact .contact-inner .icon {
  font-size: 50px;
  color: #fff;
  padding: 0 20px;
}

.single-detail-contact .contact-inner .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-detail-contact .contact-inner span {
  font-size: 18px;
  color: #fff;
}

.single-detail-contact .contact-inner a {
  font-size: 18px;
  color: #fff;
}

.single-detail-contact .tl {
  background: #333333;
}

.single-detail-contact .wp {
  background: #3bc039;
}

.single-detail-contact .insta {
  background: linear-gradient(-60deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
/* Faq */

.single-detail-faq-content-faq {
  width: 100%;
  margin-bottom: 150px;
}

.single-detail-faq-content-header {
  padding: 21px 20px;
  color: #22252a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #f3f3f3;
  margin-bottom: 15px;
  border-radius: 0;
  border: 1px solid #f3f3f3;
  background: #f5f3ec;
}

.single-detail-faq-content-header h4 {
  margin: 0;
  font-weight: 500;
  font-size: 17px;
}

.single-detail-faq-content-header i {
  color: #050505;
}

.single-detail-faq-content-faqitem .single-detail-faq-content-header .fa.fa-minus {
  display: none;
  color: #e61c49;
}

.single-detail-faq-content-faqitem.jquery-accordion-active .fa.fa-minus {
  display: block;
  color: #050505;
}

.single-detail-faq-content-faqitem.jquery-accordion-active .fa.fa-plus {
  display: none;
  color: #e61c49;
}

.single-detail-faq-content-faqitem .single-detail-faq-content-content {
  padding: 15px;
  display: none;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 400;
}

.single-article-head {
  margin-bottom: 60px !important;
  text-align: center;
}

.single-article-head .dec {
  font-weight: 300;
}

.single-article-head .title {
  display: block;
  padding: 9px 0;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
  letter-spacing: 1px;
}

.single-article-content .item figure {
  position: relative;
}

.single-article-content .item img {
  position: relative;
  max-width: 100%;
  border-radius: 25px;
  width: 100%;
}

.single-article-content .item .text {
  padding: 15px;
  max-height: 273px !important;
  overflow: hidden;

}
.single-article-content .item .texttwo {
  padding: 15px;
  max-height: 273px !important;
  overflow: hidden;

}

.single-article-content .item .texttwo .home-article-post-title a {
  font-size: 20px;
  color: #a17a2a;
  display: block;
  margin-bottom: 14px;
  height: 41px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
}

.single-article-content .item .texttwo p {
  color: #000000;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.single-article-content .item .texttwo a.more {
  color: #121212;
  display: block;
  font-weight: 500;
  background: #e94079;
  padding: 3px 32px;
  line-height: 42px;
  width: max-content;
  border-radius: 25px;
  background: #f1dd8d;
  margin-top: 15px;
}

.single-article-content .item .text .home-article-post-title a {
  font-size: 20px;
  color: #a17a2a;
  display: block;
  margin-bottom: 14px;
  height: 41px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
}

.single-article-content .item .text p {
  color: #ffffff;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.single-article-content .item .text a.more {
  color: #121212;
  display: block;
  font-weight: 500;
  background: #e94079;
  padding: 3px 32px;
  line-height: 42px;
  width: max-content;
  border-radius: 25px;
  background: #f1dd8d;
  margin-top: 15px;
}

.home-article .slick-list {
  padding-bottom: 26px;
}

.home-article .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

.u-box-shadow {
  -webkit-box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
  box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
}

.u-radius {
  border-radius: 30px !important;
}

.single-detail-contact {
  padding: 50px 0;
}

.single-detail-contact-head {
  padding-top: 100px;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 50px;
  color: #333;
}

.single-detail-contact .contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  margin-bottom: 25px;
  min-height: 80px;
}

.single-detail-contact .contact-inner .icon {
  font-size: 50px;
  color: #fff;
  padding: 0 20px;
}

.single-detail-contact .contact-inner .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-detail-contact .contact-inner span {
  font-size: 18px;
  color: #fff;
}

.single-detail-contact .contact-inner a {
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
}

.single-detail-contact .tl {
  background: #333333;
}

.single-detail-contact .wp {
  background: #3bc039;
}

.single-detail-contact .insta {
  background: linear-gradient(-60deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.single-social .item a {
  text-decoration: none;
}

.single-social .item a .single-social-item {
  display: flex;
  background: #203970;
  border-radius: 20px;
  background: linear-gradient(to bottom, #c5124e, #8b0b36);
  box-shadow: 0px 6px 0px 0px rgb(255 255 255 / 34%);
  align-items: center;
  padding: 10px 0;
  background: linear-gradient(to bottom, #1963ab, #0a3f74);
}

.single-social-item .icons {
  font-size: 30px;
  color: #ffffff;
  width: 78px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  text-align: center;
}

.single-social-item .texts strong {
  display: block;
  color: #ffffff;
  opacity: initial;
  font-size: 19px;
  font-weight: 500;
}

.single-social-item .texts {
  line-height: 25px;
}

.single-social-item .texts span {
  display: block;
  color: #ffffff;
  opacity: initial;
  font-size: 14px;
}

.single-social .item {
  margin-bottom: 17px;
  /* box-shadow: 6px 5px 0px 0px rgb(255 255 255 / 24%); */
}

.single-detail-contact {
  padding: 50px 0;
}

.single-contact-widget {
  background-color: #fff;
  position: relative;
  z-index: 9;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  overflow: hidden;
}

.single-contact-form input {
  width: 100%;
  padding: 15px;
  border: 0;
  width: 100%;
  border-radius: 10px;
  padding-left: 27px;
  font-size: 15px;
  color: #999999;
  background-color: #f5f5f5;
  font-family: "Poppins", serif;
  margin-bottom: 15px;
}

.single-contact-form .col-tel {
  margin-bottom: 15px !important;
  position: relative;
}

.single-contact-widget form .form-group .intl-tel-input {
  width: 100%;
}

.single-contact-form textarea {
  padding: 15px;
  border: 0;
  width: 100%;
  border-radius: 10px;
  padding-left: 27px;
  font-size: 15px;
  color: #999999;
  background-color: #f5f5f5;
  font-family: "Poppins", serif;
  height: 100px;
  resize: none;
}

.single-contact-form button {
  font-size: 16px;
  color: #fff;
  border: 0;
  line-height: 1;
  width: 100%;
  margin-top: 15px;
  font-weight: 500;
  height: 60px;
  border-radius: 25px;
  background: #279d9c;
  width: 209px !important;
  font-family: "Poppins", serif;
  background: linear-gradient(to bottom, #e94079, #bf1d53);
  background: linear-gradient(to bottom, #00488e, #0a3f74);
}

.single-contact-left {
  padding: 80px 45px;
  background-size: cover;
  background: #e94079;
  color: #FFF;
  background: linear-gradient(to bottom, #e94079, #bf1d53);
  background: linear-gradient(to bottom, #00488e, #0a3f74);
}

.single-contact-right {
  padding: 50px;
}

.single-contact-right .single-detail-contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 5px;
}

.single-contact-left .single-detail-contact-title {
  color: #FFF;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 5px;
}

.single-detail-content {
  padding-bottom: 15px;

}

.single-detail-content ul {
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 15px;
}

.single-detail-content p {
  letter-spacing: .025em;
  margin-bottom: 20px;
  line-height: 1.8;
}

.single-detail-content h1 {
  font-size: 28px;
  margin-bottom: 25px;
}

.single-detail-content h2 {
  font-size: 28px;
  margin-bottom: 25px;
}

.single-detail-content h3 {
  font-size: 28px;
  margin-bottom: 25px;
}

.single-detail-content h4 {
  font-size: 28px;
  margin-bottom: 25px;
}

.single-detail-content ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 13px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: .025em;
}

.single-detail-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: #000000de;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.single-detail-content p {
  font-weight: 400;
}

.single-detail-summary-head {color: #ffffff;font-size: 50px;font-weight: 700;line-height: 1.3;margin-bottom: 15px;font-family: "FinalSixMedium";text-transform: uppercase;letter-spacing: 1px;TEXT-ALIGN: CENTER;}

.single-detail-summary-head .line {
  margin: 0 auto;
}

.single-detail-summary-head .line {
  width: 15px;
  height: 15px;
  position: relative;
  border-radius: 100%;
  border: 2px solid #050505;
  margin-top: 16px;
  display: none;
}

.single-detail-summary-head .line:before {
  content: "";
  width: 45px;
  height: 2px;
  background: #050505;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
}

.single-detail-summary-head .line:after {
  content: "";
  width: 45px;
  height: 2px;
  background: #e6e6e6;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: -90px;
}

.single-detail-summary-head .line.reverse:before {
  background-color: #050505;
}

.single-detail-summary-head .line.reverse::after {
  background-color: #050505;
}

.single-detail-summary-head .line:before {
  left: -47px;
}

.single-detail-summary-head .line:after {
  right: -47px;
}


.home-content-title {
  padding: 50px 0;
  font-size: 50px;
  font-weight: 700;
  color: #4C4C4C;
  margin-bottom: 30px;
  text-align: center;
}
.home-content-title span {
  display: inline-block;
  position: relative;
}
.home-content-title span:after {
  display: block;
  position: relative;
  content: "";
  background-color: #DEDA62;
  height: 4px;
  width: 100%;
  margin-top: 5px;
}

.single-video .item img {
  padding: 5px;
}

.single-video .first-video {
  position: relative;
}

.single-video .first-video .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.single-video .first-video a {
  opacity: inherit;
  margin-bottom: 15px;
  display: block;
}

.single-video .first-video .butons-btn {
  position: relative;
  background: #134b73;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #fff;
  z-index: 1;
}

.single-video .slick-arrow:before {
  display: none;
}

.single-video .first-video img {
  border-radius: 20px;
}

.single-video .bottom-video {
  border-radius: 20px;
  margin-top: 15px;
}

.single-video .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 39px;
  background-color: #0091ac;
  border-radius: 100%;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  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;
  cursor: pointer;
}

.single-video .slick-arrow:hover {
  background: #0091ac;
  color: #faefe9;
}

.single-video .slick-next {
  right: 0;
}

.single-video a {
  position: relative;
}

.single-video a img {
  border-radius: 25px;
}

.single-video .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  border-radius: 100%;
}

.single-video .play-button .butons-btn {
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.single-article-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 39px;
  border-radius: 100%;
  color: #121212;
  background: #f1dd8d;
  -webkit-transition: all .5s;
  transition: all .5s;
  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;
  cursor: pointer;
}

.single-article-slider .slick-arrow:hover {
  background: #af9f5f;
  color: #faefe9;
  /* background: linear-gradient(1deg, #000000 0%, #4d4b4b 100%); */
}

.single-article-slider .slick-next {
  right: -25px;
}

.single-article-slider .slick-prev {
  left: -25px;
}

.single-article-slider .slick-arrow:before {
  display: none;
}

.single-comments-slider .item .in {
  position: relative;
  /* box-shadow: 0 15px 30px rgba(93,92,99,.15); */
  border-radius: 20px;
  background: #fff;
  /* margin-left: 10px; */
  margin-right: 10px;
  text-align: center;
  border: 3px solid #ededed;
  padding: 9px 0px;
}

.single-comments-slider .item {
  margin-left: 15px;
  margin-right: 15px;
  /* padding: 22px 0; */
  background: #ffff;
  outline: none;
}

.single-comments-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* padding: 46px 0px; */
}

.single-comments-slider .item .title {
  font-size: 22px;
  display: block;
  color: #333333;
  font-weight: 500;
  margin-bottom: 6px;
}

.single-comments-slider .item .stars {
  color: #f5a622;
  margin-bottom: 15px;
}

.single-comments-slider .item p {
  font-size: 16px;
  font-weight: 400;
  padding: 0 16px;
}

.single-comments-slider .slick-arrow:before {
  display: none;
}

.single-comments-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 39px;
  border-radius: 100%;
  background: linear-gradient(to bottom, #00488e, #0a3f74);
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  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;
  cursor: pointer;
}

.single-comments-slider .slick-arrow:hover {
  background: #0091ac;
  color: #faefe9;
  background: linear-gradient(to top, #e94079, #bf1d53);
}

.single-comments-slider .slick-next {
  right: -25px;
}

.single-comments-slider .slick-prev {
  left: -25px;
}

.single-comments-slider .slick-arrow:before {
  display: none;
}

.contact-area {
  padding: 75px 0 0 0;

}

.contact-widget {
  background-color: #fff;
  position: relative;
  z-index: 9;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: 100px;
  border-radius: 10px;
  overflow: hidden;
}

.contact-widget form input,
.contact-widget form textarea {
  width: 100%;
  padding: 15px;
  border: 0;
  width: 100%;
  border-radius: 10px;
  padding-left: 27px;
  font-size: 15px;
  color: #999999;
  background-color: #f5f5f5;
  margin-bottom: 15px;
}

.contact-widget form textarea {
  height: 100px;
  resize: none;
}

.contact-widget form button {
  font-size: 16px;
  color: #fff;
  border: 0;
  line-height: 1;
  width: 100%;
  font-weight: 500;
  height: 60px;
  border-radius: 25px;
  background: #279d9c;
  width: 209px !important;
  background: linear-gradient(1deg, #000000 0%, #4d4b4b 100%);
  text-transform: uppercase;
}

.contact__left {
  padding: 80px 45px;
  background-size: cover;
  background: red;
  color: #FFF;
  background: linear-gradient(174deg, #252321 0%, #252321 100%);
}

.contact__right {
  padding: 50px;

}

.contact__left h4 {
  color: #FFF;
  margin-bottom: 0;
}

.single-social .item a {
  text-decoration: none;
}

.single-social .item a .single-social-item {
  display: flex;
  background: #203970;
  border-radius: 20px;
  background: linear-gradient(1deg, #4f4e4b 0%, #4d4b4b 100%);
  box-shadow: 0px 6px 0px 0px rgb(255 255 255);
  align-items: center;
  padding: 10px 0;
}

.single-social-item .icons {
  font-size: 30px;
  color: #ffffff;
  width: 78px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  text-align: center;
}

.single-social-item .texts strong {
  display: block;
  color: #ffffff;
  opacity: initial;
  font-size: 19px;
  font-weight: 500;
}

.single-social-item .texts {
  line-height: 25px;
}

.single-social-item .texts span {
  display: block;
  color: #ffffff;
  opacity: initial;
  font-size: 14px;
}

.single-social .item {
  margin-bottom: 35px;
  /* box-shadow: 6px 5px 0px 0px rgb(255 255 255 / 24%); */
}

.contact__left .title {
  color: #FFF;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}

.box-shadow {
  box-shadow: inset 1px 1px 30px -20px #00000069;
}

.contact__left p {
  margin-bottom: 25px;
}

.contact__right .title {
  color: #000;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}

.contact__right p {
  margin-bottom: 25px;
}


.page-content {
  padding-top: 116px;
}

.single-headers{
  position: relative;
  background: none;
}



.single-header {
    position: relative;
    background: #121212;
    height: 500px;
    overflow: hidden;
    z-index: initial !important;
}

.single-header::after {
    position: absolute;
    content: "";
    background: url(../images/effect.png);
    width: 2000px;
    height: 2000px;
    top: -253px;
    left: -15px;
    background-repeat: no-repeat;
    z-index: 5;
    pointer-events: none;
}

.single-head {
    position: relative;
    z-index: 9999;
}

.single-head-title h1 {
    padding-top: 20px;
    font-style: italic;
    font-size: 65px;
    color: #000;
    margin-bottom: 25px;
}

.single-head img {
    position: relative;
    margin-top: -350px;
    z-index: 9999;
}

.single-head p {
    font-family: "Switzer-Regular";
    letter-spacing: 0.025em;
    margin-bottom: 30px;
    line-height: 1.7;
    font-size: 18px;
}

.single-detail{
  background: #F5F3EC;
}
.single-headers {
    position: relative;
    height: 500px;
    z-index: 999999;
}
.single-headerstwo {
    position: relative;
    height: 200px;
}


.single-before-after{
  background: #252320;
}

.single-shorts h2{
  color: #000;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(247, 236, 89, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(241, 229, 58, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(235, 238, 81, 0);
  }
  
}

.header .language.dropdown {
  position: relative;
  display: block;
  z-index: 99;
  width: 130px;
}
.header .language.dropdown .drop-btn {
  width: 100%;
  padding: 4px 9px;
  outline: none;
  position: relative;
  font-size: 15px !important;
  color: #ffffff;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  border-radius: 20px;
  font-weight: 500;
  font-style: normal;
}
.header .language.dropdown .drop-btn img {
  width: 30px;
  margin-right: 8px;
  pointer-events: none;
}
.header .language.dropdown .drop-btn:after {
  content: "›";
  position: absolute;
  right: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  font-size: 23px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #ffffff;
}
.header .language.dropdown .dropdown-content {
  position: absolute;
  border-radius: 5px;
  top: 90px;
  left: 0;
  right: 1px;
  outline: none;
  background-color: #ffffff;
  text-align: left;
  opacity: 0;
  font-size: 14px;
  z-index: 99;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0, 1.2, 0.4, 1.1);
  transition: all 0.3s cubic-bezier(0, 1.2, 0.4, 1.1);
  border: 1px solid rgba(191, 191, 191, 0.231372549);
  border-radius: 20px;
}
.header .language.dropdown .dropdown-content a {
  opacity: initial;
  display: block;
  padding: 10px 12px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  /* transition: .3s; */
  position: relative;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 20px;
}
.header .header-tig .language.dropdown .dropdown-content a > img {
  width: 30px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  padding-right: 5px;
}
.header .language.dropdown .dropdown-content a:hover {
  background-color: #ab975540;
  /* color: #fff; */
  /* left: 0; */
  /* color: #0091ac; */
}
.header .language.dropdown .dropdown-content a:hover:after {
  content: "✔";
  display: none;
  right: 20px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
}
.header .language.dropdown .dropdown-content.open {
  display: block;
  height: auto;
  top: 111%;
  -webkit-box-shadow: -20px 50px 70px rgba(8, 20, 32, 0.1019607843);
  box-shadow: -20px 50px 70px rgba(8, 20, 32, 0.1019607843);
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0, 1.2, 0.4, 1.1);
  transition: all 0.5s cubic-bezier(0, 1.2, 0.4, 1.1);
  pointer-events: auto;
  white-space: nowrap;
  width: 140px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 20px;
}
.header .language .dropdown-content.open a > img.img-flag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.header .language.dropdown .dropdown-content a > img {
  width: 30px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  padding-right: 5px;
}

.header .right{
  display: flex;
  align-items: center;
}

.header .right .social{
  margin-right: 10px;
}

.footer-social {
  text-align: center;
  padding-top: 20px;
	display:none;
}

.footer-bottom .titles {
     font-size: 17px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
    margin-top: -24px;
}


.footer-bottom img{
  border-radius: 10px;
}
