/* ======= Google fonts (Oswald & Didact Gothic) ======= */
@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Oswald:wght@200;300;400;500;600;700&display=swap");

/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark],
[data-overlay-darkgray],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-darkgray] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-darkgray]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay-dark]:before {
  background: #000;
}

[data-overlay-darkgray]:before {
  background: #272727;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}

[data-overlay-darkgray] h1,
[data-overlay-darkgray] h2,
[data-overlay-darkgray] h3,
[data-overlay-darkgray] h4,
[data-overlay-darkgray] h5,
[data-overlay-darkgray] h6,
[data-overlay-darkgray] span {
  color: #fff;
}

[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
  color: #999;
}

[data-overlay-dark] p {
  color: #999;
}

[data-overlay-darkgray] p {
  color: #999;
}

[data-overlay-light] p {
  color: #999;
}

[data-overlay-dark="0"]:before,
[data-overlay-darkgray="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-darkgray="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-darkgray="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-darkgray="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-darkgray="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-darkgray="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-darkgray="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-darkgray="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-darkgray="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-darkgray="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-darkgray="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

/* ======= Basic style ======= */

.float {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 30px;
  right: 30px;
  background-color: transparent;
  border: 1px solid #b19777;
  color: white;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  box-shadow: 0px 2px 3px -1px var(--clr-common-black);
  z-index: 100;
  padding-top: 5px;
  text-decoration: none;
}

.my-float {
  margin-top: 18px;
}

html,
body {
  -font-smoothing: grayscale;
  -font-smoothing: antialiased;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
  user-select: none;
}

body {
  font-family: "Didact Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #999;
  overflow-x: hidden !important;
  background: #272727;
}

p {
  font-family: "Didact Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #999;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.25em;
  margin: 0 0 20px 0;
}

img {
  width: 100%;
  height: auto;
}

img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #323232;
}

span,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

b {
  font-weight: 400;
  /* color: #b19777; */
  color: #e74c4c;
}

/* text field */
button,
input,
optgroup,
select,
textarea {
  font-family: "Oswald", sans-serif;
}

textarea {
  max-height: 20vh;
  min-height: 20vh;
}

input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="tel"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
  outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
input[type="tel"],
textarea {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-family: "Didact Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  background-image: none;
  border-bottom: 1px solid #323232;
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input:focus,
textarea:focus {
  border-bottom-width: 1px;
  border-color: #b19777;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  text-shadow: none;
  box-shadow: none;
  line-height: 1.75em;
  transition: background-color 0.15s ease-out;
  background: #b19777;
  border: 1px solid transparent;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
  background-color: #323232;
  color: #fff;
  border: 1px solid transparent;
}

select {
  padding: 10px;
  border-radius: 5px;
}

table,
th,
tr,
td {
  border: 1px solid #ececec;
}

th,
tr,
td {
  padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline;
}

/* submit and alert success  */
input[type="submit"] {
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background: #b19777;
  color: #fff;
  padding: 8px 24px;
  margin: 0;
  position: relative;
  font-size: 16px;
  letter-spacing: 3px;
}

.alert-success {
  background: transparent;
  color: #999;
  border: 1px solid #b19777;
  border-radius: 0px;
}

/* blockquote */
/* blockquote {
  padding: 45px;
  display: block;
  position: relative;
  background-color: #323232;
  overflow: hidden;
  margin: 35px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #999;
}

blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
}

blockquote:before {
  content: "\e645";
  font-family: "Themify";
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.07;
  line-height: 1;
  color: #fff;
}

blockquote p {
  margin-bottom: 0;
}

blockquote p a {
  color: inherit;
}

blockquote cite {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 60px;
  border-color: inherit;
  line-height: 1;
  margin-top: 22px;
  font-style: normal;
  color: #b19777;
  font-weight: 400;
}

blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  color: #b19777;
} */

/* Placeholder */
::-webkit-input-placeholder {
  color: #999;
  font-size: 15px;
  font-weight: 400;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100%;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.pattern {
  background-repeat: repeat;
  background-size: auto;
}

.bold {
  font-weight: 600;
}

.count {
  font-family: "Oswald", sans-serif;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}

.v-bottom {
  position: absolute;
  width: 100%;
  bottom: 5%;
  left: 0;
  transform: translate(0%, -5%);
}

.js .animate-box {
  opacity: 0;
}

.map {
  filter: grayscale(100%);
}

:root {
  scroll-behavior: auto;
}

/* ======= Helper style ======= */
.mt-0 {
  margin-top: 0 !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}


/* ======= Selection style ======= */
::-webkit-selection {
  color: #999;
  background: rgba(0, 0, 0, 0.1);
}

::-moz-selection {
  color: #999;
  background: rgba(0, 0, 0, 0.1);
}

::selection {
  color: #999;
  background: rgba(0, 0, 0, 0.1);
}

/* ======= Owl-Theme custom style ======= */
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0px;
  line-height: 0.7;
  display: block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 3px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
  border: 1px solid #b19777;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: none;
}

/* ======= Section style ======= */
.section-padding {
  padding: 90px 0;
}

.section-padding2 {
  padding: 0 0 90px 0;
  position: relative;
}

.section-padding h6 {
  /* color: #b19777; */
  color: #e74c4c;
  font-size: 20px;
  margin-bottom: 20px;
}

.section-title {
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 10px;
  word-spacing: 5px;
  margin-bottom: 30px;
}

.section-title span {
  /* color: #ff5555; */
  color: #e74c4c;
}

.section-title2 {
  font-size: 35px;
  font-weight: 300;
  /* color: #b19777; */
  color: #e74c4c;
  position: relative;
  line-height: 1.25em;
  margin-bottom: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* ======= Navbar style ======= */
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 99;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 90px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.navbar-toggler-icon {
  background-image: none;
}

.navbar .navbar-toggler-icon,
.navbar .icon-bar {
  color: #fff;
  font-size: 1.5rem;
}

.navbar .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
  margin: 1px;
  transition: all 0.4s;
  transition: all 0.4s;
  padding-right: 12px;
  padding-left: 12px;
  font-family: "Oswald", sans-serif;
}

.navbar .navbar-nav .nav-link.nav-color {
  color: #fff;
}

.navbar .navbar-nav .nav-link:hover {
  color: #ff5555;
}

.navbar .navbar-nav .active {
  color: #ff5555 !important;
}

.navbar .navbar-nav .active i {
  color: #b19777;
}

.nav-scroll {
  background: #272727;
  padding: 0 0 0 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, transform 0.5s;
  transform: translateY(100px);
  transform: translateY(100px);
  border: none;
  border-bottom: 1px solid #323232;
  height: 80px;
}

.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
  color: #b19777;
}

.nav-scroll .navbar-nav .nav-link {
  color: #fff;
}

.nav-scroll .navbar-nav .active {
  color: #e74c4c !important;
}

.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #fff;
}

.nav-scroll .logo-img {
  width: 125px;
}

.nav-scroll .logo-img {
  margin-bottom: 0px;
}

.nav-scroll .logo-wrapper .logo h2 {
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  font-weight: 500;
  display: block;
  width: 100%;
  position: relative;
  color: #b19777;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.nav-scroll .logo-wrapper .logo span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  color: #b19777;
  font-weight: 400;
  letter-spacing: 4px;
  display: block;
  margin-top: 0px;
  line-height: 1.2em;
  text-transform: uppercase;
}

.nav-scroll .logo-wrapper {}

.logo-wrapper {
  float: left;
}

.logo-wrapper .logo h2 {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 500;
  display: block;
  width: 100%;
  position: relative;
  color: #b19777;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.logo-wrapper .logo h2 a i {
  color: #fff;
  font-size: 20px;
  vertical-align: super;
}

.logo-wrapper .logo span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  color: #b19777;
  font-weight: 400;
  letter-spacing: 4px;
  display: block;
  margin-top: 0px;
  line-height: 1.2em;
  text-transform: uppercase;
}

.logo {
  padding: 0;
}

.logo-img {
  padding: 20px 0;
  width: 125px;
  text-align: center;
}

.dropdown .nav-link i {
  padding-left: 0px;
  font-size: 8px;
  color: #ff4500;
}

.navbar .dropdown-menu .dropdown-item {
  padding: 6px 0;
  font-family: "Didact Gothic", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  position: relative;
  transition: all 0.4s;
  transition: all 0.4s;
  background-color: transparent;
}

.navbar .dropdown-menu .dropdown-item span {
  display: block;
  cursor: pointer;
}

.navbar .dropdown-menu .dropdown-item i {
  padding: 13px 0 0 5px;
  font-size: 8px;
  float: right;
}

.navbar .dropdown-menu .dropdown:hover>.dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
  color: #b19777;
}

.navbar .dropdown-toggle::after {
  /* display: unset; */
}

.navbar .dropdown-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

.navbar .dropdown-menu li:last-child {
  border-bottom: none;
}

.navbar .dropdown-menu .dropdown-menu.pull-left {
  top: 0;
  left: 100%;
  right: auto;
}

/* Navbar Media Query */
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transform: translateY(20px);
    width: 199px;
    padding: 15px;
    border-radius: 0;
    border: 0;
    background-color: #272727;
    transition: all 0.3s;
    transition: all 0.3s;
  }

  .navbar .dropdown-menu .dropdown-menu {
    right: calc(100% + 8px);
    top: 30px;
    left: 215;
    min-width: 199px;
    transform: translateY(0);
  }

  .navbar .dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .navbar .dropdown-toggle::after {
    /* display: unset; */
  }

}

@media (max-width: 768px) {
  .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }

  .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
    content: none;
  }

  .navbar-nav .nav-item.dropdown .dropdown-menu {
    position: static;
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: #272727;
    width: 100%;
    color: #b19777;
  }

  .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
    color: #b19777;
  }

  .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-divider {
    margin: 0.5rem 0;
    border-color: #999;
  }

  .navbar-toggler {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
    background: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-scroll {
    background: #272727;
  }

  .logo-wrapper {
    float: left;
    padding: 26px 0 26px 15px;
  }

  .nav-scroll .logo-wrapper {
    padding: 22px 15px;
    background-color: transparent;
  }

  .nav-scroll .logo-img {
    width: 115px;
  }

  .navbar .logo {
    text-align: left;
    margin-left: 0px;
  }

  /* .nav-scroll .logo {} */
  .logo-img {
    margin-bottom: 0px;
    width: 150px;
    padding: 0;
  }

  .navbar button {
    margin-right: 0px;
    outline: none !important;
    background: transparent;
    margin-top: 10px;
    border: none;
  }

  .navbar button:hover {
    background: transparent;
  }

  .navbar button:active,
  .navbar button:focus,
  .navbar button:hover {
    background: transparent;
    outline: none;
    color: transparent !important;
  }

  .navbar .container {
    max-width: 100%;
    padding: 0;
  }

  .navbar .nav-link {
    margin: 0px auto !important;
  }

  .navbar .navbar-nav .nav-link {
    color: #fff;
  }

  .nav-scroll .navbar-collapse .nav-link {
    color: #fff !important;
  }

  .nav-scroll .navbar-collapse .active {
    color: #b19777 !important;
  }

  .navbar .dropdown-menu .dropdown-item {
    padding: 0 15px;
    font-size: 15px;
    line-height: 40px;
  }

  .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
    font-weight: 500;
  }

  .navbar .dropdown-submenu .dropdown-toggle::after {
    right: 15px;
    font-size: 13px;
  }

  .navbar .dropdown-submenu:hover>.dropdown-toggle::after {
    transform: rotate(0deg);
  }

  .navbar .dropdown-submenu .dropdown-toggle.show::after {
    transform: rotate(90deg);
  }

  .navbar .dropdown-menu {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: #272727;
  }

  .navbar .dropdown-submenu .dropdown-menu {
    margin: 0;
    padding: 0 0 0 20px;
  }

  .navbar .dropdown-menu li a {
    padding: 0 15px;
  }

  .navbar .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 991px) {
  .navbar .navbar-collapse {
    max-height: 480px;
    overflow: auto;
    background: #272727;
    text-align: left;
    padding: 20px;
  }
}

/* ======= Header style ======= */
.header {
  min-height: 100vh;
  overflow: hidden;
}

.header .caption .o-hidden {
  display: inline-block;
}

.header .caption h2 {
  font-weight: 400;
  font-size: 30px;
}

.header .caption h4 {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff;
  text-align: right;
  margin-bottom: 30px;
  animation-delay: 0.2s;
}

.header .caption h1 {
  position: relative;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1.35em;
  animation-delay: 0.4s;
  color: #fff;
  font-weight: 400;
  letter-spacing: 15px;
}

.header .caption p {
  font-size: 18px;
  line-height: 1.75em;
  margin-bottom: 0;
  color: #fff;
  animation-delay: 0.6s;
  margin-right: 15px;
}

.header .caption p span {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 5px;
  padding-right: 14px;
  position: relative;
}

.header .caption p span:last-child {
  padding: 0;
}

.header .caption p span:last-child:after {
  display: none;
}

.header .caption p span:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #272727;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0.5;
}

.header .caption .butn-light {
  animation-delay: 0.8s;
  margin-right: 15px;
  /* border:1px solid #272727 ; */
  width: fit-content;
  padding: 8px 10px;
  border: 1px solid white;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.header .caption .butn-light:hover {
  border-radius: 8px;
}

.header .social a {
  color: #eee;
  font-size: 20px;
  margin: 10px 15px;
}

hr {
  margin-top: 5px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/* ======= Slider style ======= */
.slider .owl-item,
.slider-fade .owl-item {
  height: 100vh;
  position: relative;
}

.slider .item,
.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.slider .item .caption,
.slider-fade .item .caption {
  z-index: 9;
}

.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
}

/* owl-nav next and prev */
.owl-nav {
  position: absolute;
  bottom: 7%;
  right: 12%;
}

.owl-prev {
  float: left;
}

.owl-next {
  float: right;
}

.slider-fade .owl-theme .owl-nav [class*="owl-"],
.project-page .owl-theme .owl-nav [class*="owl-"] {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border-radius: 100%;
  color: rgba(255, 255, 255, 0.95);
  font-size: 11px;
  margin-right: 3px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  transform: scale(0.9);
  background: transparent;
  border: 1px solid #b19777;
  color: #b19777;
}

@media screen and (max-width: 768px) {
  .owl-nav {
    display: none;
  }
}

/* owl-nav next and prev */
.owl-nav {
  position: absolute;
  bottom: 7%;
  right: 12%;
  display: none;
}

.owl-prev {
  float: left;
}

.owl-next {
  float: right;
}

.slider-fade .owl-theme .owl-nav [class*="owl-"],
.project-page .owl-theme .owl-nav [class*="owl-"] {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border-radius: 100%;
  color: rgba(255, 255, 255, 0.95);
  font-size: 11px;
  margin-right: 3px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  transform: scale(0.9);
  background: transparent;
  border: 1px solid #b19777;
  color: #b19777;
}

@media screen and (max-width: 768px) {
  .owl-nav {
    display: none;
  }
}

/* ===== Kenburns Slider style ===== */
.kenburns-section {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.kenburns-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background: #000;
}

.kenburns-inner {
  position: relative;
  z-index: 15;
}

.kenburns-inner .caption h4 {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.kenburns-inner .caption h1 {
  position: relative;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 1.35em;
  color: #fff;
  font-weight: 400;
  letter-spacing: 10px;
}

#kenburnsSliderContainer .vegas-overlay {}

@media screen and (max-width: 767px) {
  .kenburns-inner .caption h4 {
    font-size: 12px;
  }

  .kenburns-inner .caption h1 {
    font-size: 26px;
    margin-bottom: 15px;
    letter-spacing: 5px;
    line-height: 1.5em;
  }
}

/* ======= Page Banner Header style ======= */
.banner-header {
  height: 40vh;
  z-index: -2;
}

.banner-header h6 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.banner-header h6 a:hover {
  color: #fff;
}

.banner-header h6 i {
  margin: 0 15px;
  font-size: 10px;
}

.banner-header h5 {
  color: #b19777;
  font-size: 17px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}

.banner-header h1 {
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #b19777;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.2em;
}

.banner-header p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  color: #999;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.banner-header p a {
  color: #b19777;
}

@media screen and (max-width: 767px) {
  .banner-header {
    height: 30vh;
  }

  .banner-header h6 {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .banner-header h6 a:hover {
    color: #b19777;
  }

  .banner-header h6 i {
    margin: 0 15px;
    font-size: 10px;
  }

  .banner-header h5 {}

  .banner-header h1 {}

  .banner-header p {
    font-size: 20px;
    color: #999;
  }
}

.banner-img:after {
  position: absolute;
  height: 100%;
  right: 0;
  left: 0;
  content: "";
  background: -webkit-linear-gradient(bottom,
      rgba(39, 39, 39, 1) 0%,
      rgba(39, 39, 39, 0.8) 100%,
      rgba(39, 39, 39, 0.5) 100%);
  background: linear-gradient(to top,
      rgba(39, 39, 39, 1) 0%,
      rgba(39, 39, 39, 0.8) 100%,
      rgba(39, 39, 39, 0.5) 100%);
  object-fit: cover;
}

/* =======  Content Lines style  ======= */
.content-wrapper {
  position: relative;
}

.content-lines-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content-lines-inner {
  position: absolute;
  width: 1140px;
  left: 50%;
  margin-left: -570px;
  top: 0;
  height: 100%;
  border-left: 1px solid #323232;
  border-right: 1px solid #323232;
  border-bottom: 1px solid #323232;
}

.content-lines {
  position: absolute;
  left: 33.666666%;
  right: 33.666666%;
  height: 100%;
  border-left: 1px solid #323232;
  border-right: 1px solid #323232;
}

/* ======= About style ======= */
.about {
  padding-bottom: 90px;
}

.about .about-img img:hover {
  transform: scale(0.95);
}

.about .about-img {
  position: relative;
}

.about .about-img .img {
  padding: 0 15px 30px 30px;
  position: relative;
}

.about .about-img .img:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  right: 45px;
  bottom: 0;
  border: 2px solid #323232;
}

.about .about-img .img img {
  position: relative;
  z-index: 2;
  background: #272727;
}

.about-img-2 {
  position: relative;
}

.about-img .about-img-2 {
  width: 40% !important;
  position: absolute;
  bottom: 0px;
  right: 45px;
  z-index: 3;
  padding: 20px 15px;
}

.about-img-2 {
  width: 40% !important;
  position: absolute;
  bottom: 0px;
  right: 45px;
  z-index: 3;
  padding: 20px 15px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  letter-spacing: 5px;
  font-size: 13px;
  line-height: 1.5em;
  text-align: center;
}

.about-buro {
  background: #323232;
}

/* ======= Projects style ======= */
.projects .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.projects .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(80%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  cursor: pointer;
}

.projects .item:hover .con {
  bottom: 0;
}

.projects .item img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.projects .item .con {
  padding: 30px 15px;
  position: absolute;
  bottom: -58px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  z-index: 20;
  height: auto;
  box-sizing: border-box;
  background: -moz-linear-gradient(top,
      transparent 0,
      rgba(0, 0, 0, 0.1) 5%,
      rgba(0, 0, 0, 0.75) 90%);
  background: -webkit-linear-gradient(top,
      transparent 0,
      rgba(0, 0, 0, 0.1) 8%,
      rgba(0, 0, 0, 0.75) 90%);
  /*background: linear-gradient(to bottom,*/
  /*    transparent 0,*/
  /*    rgba(0, 0, 0, 1) 9%,*/
  /*    rgba(0, 0, 0, 1) 100%);*/
}

.projects .item .con h6,
.projects .item .con h6 a {
  position: relative;
  color: white;
  font-size: 13px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.projects .item .con h5,
.projects .item .con h5 a {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.projects .item .con p {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}

.projects .item .con i {
  color: #fff;
  font-size: 20px;
}

.projects .item .con i:hover {
  color: #b19777;
}

.projects .item .con .butn-light {
  margin-left: 0;
  border-radius: 30px;
  border-color: #999;
  padding: 11px 30px;
}

.projects .item .con .butn-light:hover {
  border-color: #b19777;
}

/* line animation */
.projects .item .line {
  text-align: center;
  height: 1px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  margin: 0 auto 30px;
}

.projects .item:hover .line {
  width: 100%;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}

/* prev/next project */
.projects-prev-next {
  padding: 40px 0;
  border: none;
  border-top: 1px solid #323232;
  position: relative;
}

@media (max-width: 576px) {
  .projects-prev-next {
    text-align: center;
  }

  .projects-prev-next-left {
    margin-bottom: 10px;
  }


}

.projects-prev-next a {
  display: inline-block;
  font-size: 16px;
  color: #999;
  line-height: 1em;
}

.projects-prev-next a i {
  font-size: 20px;
}

.projects-prev-next a:hover {
  color: #b19777;
}

.projects-prev-next .projects-prev-next-left a i {
  margin-right: 5px;
  font-size: 12px;
}

.projects-prev-next .projects-prev-next-right a i {
  font-size: 12px;
  margin-left: 0;
  margin-left: 5px;
}

/* ======= toTop Button style ======= */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  left: 30px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "";
  content: "☝🏽";
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  font-weight: 700;
  color: #ff5555;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap {
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.progress-wrap::after {
  color: #b19777;
}

.progress-wrap svg.progress-circle path {
  stroke: #b19777;
}

/* ======= Footer style ======= */
.main-footer {
  padding: 60px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: initial;
}

.main-footer.dark {
  background: #272727;
  color: #fff;
}

.main-footer .abot p {
  color: #fff;
}

.main-footer .abot .social-icon {
  text-align: center;
  margin-bottom: 20px;
}

.main-footer .abot .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #373737;
  color: #999;
  border-radius: 100%;
  margin-right: 3px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.main-footer .abot .social-icon a:hover {
  border: 1px solid #b19777;
  background: transparent;
  color: #b19777;
}

.main-footer .fothead h6 {
  margin-bottom: 0px;
  font-family: "Oswald", sans-serif;
  color: #b19777;
  font-size: 17px;
}

.main-footer .fotcont .fothead h6 {
  font-family: "Didact Gothic", sans-serif;
  font-weight: 400;
  position: relative;
  padding-bottom: 5px;
  font-size: 16px;
}

.main-footer .fotcont .fothead h6:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  border: none;
}

.main-footer .fotcont p {
  margin-bottom: 0px;
  position: relative;
}

/* sub footer */
.main-footer .sub-footer {
  padding: 30px 0 10px 0;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
}

.main-footer .sub-footer p {
  font-size: 14px;
  color: #999;
  margin-top: 7px;
}

.main-footer .sub-footer p a:hover {
  color: #b19777;
}

.main-footer .sub-footer p.right {
  text-align: right;
}

/* about us page */

.single-info .ar-team img {
  height: 192px;
  width: 161px;
  object-fit: cover;
  border-radius: 50%;
}

.single-info .ar-team {
  position: relative;
  width: 140px;
  height: 140px;
  margin: auto 1rem 1rem 9rem;

}

.single-info .ar-team::before {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(78, 76, 76, 0.831);
  content: "";
  border-radius: 50%;
  z-index: -1;
  top: 3.32rem;
  left: 0.8rem;

}

/* minimum and aboove */
@media (max-width:319px) {
  .single-info .ar-team {
    margin: auto 1rem 1rem 3rem;
  }
}
/* minimum and aboove */
@media (min-width:320px) {
  .single-info .ar-team {
    margin: auto 1rem 1rem 6.4rem;
  }
}

/* minimum and aboove */
@media (min-width:481px) and (max-width:570px) {
  .single-info .ar-team {
    margin: auto 1rem 1rem 11rem;

  }
}

/* minimum and aboove */
@media (min-width:571px) {
  .single-info .ar-team {
    margin: auto 1rem 1rem 9rem;

  }
}

/* minimum and aboove */
@media (min-width:641px) {
  .single-info .ar-team {
    margin: auto 1rem 1rem 4rem;

  }
}

/* minimum and aboove */
@media (min-width:961px) {
  .single-info .ar-team {
    margin: auto 1rem 1rem 6rem;
  }
}

/* minimum and aboove */
@media (min-width:1025px) {
  .single-info .ar-team {
    margin: auto 1rem 1rem 9rem;
  }
}

/* minimum and aboove */
@media (min-width:1281px) {
  .single-info .ar-team {
    margin: auto 1rem 1rem 9rem;
  }
}



/* testimonials style */
.testimonials-box {
  position: relative;
  background: #272727;
  padding: 60px 45px;
  margin-bottom: -90px;
}

.testimonials-box .head-box h6 {
  font-weight: 400;
  color: #999;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.testimonials-box .head-box h4 {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 5px;
  border-bottom: 1px solid #373737;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.testimonials-box .head-box h4 span {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .testimonials-box {
    margin-bottom: 90px;
    padding: 35px 20px;
  }

}

.testimonials .item {
  margin-bottom: 30px;
  position: relative;
}

.testimonials .item .quote {
  position: absolute;
  right: 15px;
  top: 60px;
  width: 100px;
  margin: 0 auto 30px;
  opacity: 0.05;
}

.testimonials .item p {
  color: #999;
}

.testimonials .item .info {
  text-align: left;
  margin: 30px 0 15px 0;
}

.testimonials .item .info .author-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
}

.testimonials .item .info .cont {
  margin-left: 70px;
}

.testimonials .item .info h6 {
  font-size: 16px;
  margin-bottom: 0px;
  padding-top: 7px;
  font-weight: 400;
  font-family: "Didact Gothic", sans-serif;
  color: #b19777;
}

.testimonials .item .info span {
  font-size: 16px;
  color: #999;
  margin-right: 5px;
  line-height: 1.25em;
}

.testimonials .item .info .rate {
  float: right;
}

.testimonials .item .info i {
  color: #b19777;
  font-size: 10px;
}

/* career page styling */

/* ======= Careers style ======= */
.position {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  padding: 40px 45px 40px 50px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-top: 1px solid #323232;
  border-bottom: 1px solid #323232;
  background-color: transparent;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.position-link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.position-title {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  color: #fff;
}

.position-title span {
  font-family: "Didact Gothic", sans-serif;
  color: #999;
  display: block;
  text-transform: none;
  letter-spacing: 0px;
}

.position-location {
  font-family: "Didact Gothic", sans-serif;
  font-size: 16px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  color: #fff;
}

.position-location span {
  font-family: "Didact Gothic", sans-serif;
  color: #999;
  display: block;
  text-transform: none;
  letter-spacing: 0px;
}

.position-time {
  font-weight: 400;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #999;
}

.position-time span {
  font-family: "Didact Gothic", sans-serif;
  color: #fff;
  display: block;
  text-transform: none;
  letter-spacing: 0px;
}

.position-icon {
  font-size: 16px;
  line-height: 1;
  color: #fff;
}

.position-icon i {
  display: inline-block;
}

/* hover */
.position:hover {
  background-color: #b19777;
}

.position:hover .position-title,
.position:hover .position-title span,
.position:hover .position-location,
.position:hover .position-location span,
.position:hover .position-time,
.position:hover .position-time span,
.position:hover .position-icon {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .position {
    flex-direction: column;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .position-title {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .position-location {
    margin-top: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .position-time {
    margin-top: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .position-icon {
    display: none;
  }

}



#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #272727;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #272727;
  display: flex;
  justify-content: center;
  z-index: 9999;
  align-items: center;
}

.loader {
  width: 55px;
  height: 55px;
  position: relative;
  justify-content: center;
  align-content: center;
  padding: 10px;
  background-repeat: no-repeat;
  background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
  background-position: 100% 100%, 0 100%, -100% 0, 100% -100%;
  animation: bg 4s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  background-image: linear-gradient(90deg, #676767 5%, #27272780),
    linear-gradient(90deg, #676767, #676767 50%, #676767),
    linear-gradient(90deg, #676767, #676767 50%, #676767),
    linear-gradient(90deg, #676767, #676767 50%, #676767);
}

.loader img {
  position: absolute;
  z-index: 1;
  height: calc(100% - 8px);
  width: calc(100% - 8px);
  top: 4px;
  left: 4px;
}

@keyframes bg {
  0% {
    background-size: 2px 3px, 3px 0, 0 3px, 3px 0;
  }

  25% {
    background-size: 100% 3px, 3px 0, 0 3px, 3px 0;
  }

  50% {
    background-size: 100% 3px, 3px 100%, 0 3px, 3px 0;
  }

  75% {
    background-size: 100% 3px, 3px 100%, 100% 3px, 3px 0;
  }

  100% {
    background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
  }
}




@media screen and (max-width: 420px) {
  .header .caption h1 {
    letter-spacing: 5px;
    font-size: 36px;
  }

  .section-title {
    font-size: 36px;
    letter-spacing: 6px;
  }

}