@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800;900&display=swap");
/*
font-family: 'Barlow', sans-serif;
font-family: 'Roboto', sans-serif;
*/
/*Wordpress editor styles start*/
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* Reset CSS end */
:root {
  --color-primary: #f59d24;
  --color-primary-dark: #cc8420;
  --color-font:#000000;
  --color-secondary: #2d2d2d;
}

body {
  font-family: "Nunito", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.7rem;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow-x: hidden;
  max-width: 100vw;
  color: var(--color-secondary);
}

ol,
ul {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
  line-height: 1.75rem;
  list-style: none;
}
ol.listen,
ul.listen {
  list-style: disc;
  list-style-position: inside;
}
.content-area ol,
.content-area ul {
  list-style: disc;
  list-style-position: inside;
}

blockquote,
q,
blockquote > p {
  quotes: none;
  font-weight: 500;
  margin-bottom: 1.25rem;
  font-size: 1.35rem;
  line-height: 1.5;
  font-style: italic;
  color: var(--color-secondary);
}

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

table:not(.table) {
  border-collapse: collapse;
  border-spacing: 0;
}

.table-bordered > :not(caption) > * > * {
  border-style: solid;
}

.table-bordered > :not(caption) > * {
  border-style: solid;
}

a {
  text-decoration: none !important;
  color: var(--color-primary);
}
a:hover {
  text-decoration: none !important;
  color: var(--color-secondary);
}

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

strong {
  font-weight: 700;
}

p {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
  line-height: 1.75rem;
}
p strong,
p b {
  font-weight: 700;
}
p i,
p em {
  font-style: italic;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 h6,
.h6 {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 15px;
  color: var(--color-primary);
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 h6 small,
.h6 small {
  font-size: 1rem;
  font-weight: 400;
}

h1,
.h1 {
  font-size: 1.6rem;
}

h2,
.h2 {
  font-size: 1.5rem;
}

h3,
.h3 {
  font-size: 1.4rem;
}

h4,
.h4 {
  font-size: 1.3rem;
}

h5,
.h5 {
  font-size: 1.1rem;
}

h6,
.h6 {
  font-size: 1rem;
}

/* SCROLLBAR */
*::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: var(--color-secondary);
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px #b1b1b1;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  outline: transparent;
}

/* FOCUS */
:focus {
  outline: none !important;
}

/* PRELOADER */
.page-preloader {
  position: fixed;
  min-width: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.75);
}
.page-preloader .circle,
.page-preloader .circle:before,
.page-preloader .circle:after {
  border: 3px solid transparent;
  border-radius: 50%;
}
.page-preloader .circle {
  height: 110px;
  width: 110px;
  margin: 200px auto;
  position: relative;
  border-top-color: var(--color-primary);
  animation-name: spin;
  animation-duration: 1.1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
.page-preloader .circle:before, .page-preloader .circle:after {
  content: "";
  position: absolute;
}
.page-preloader .circle:before {
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  border-top-color: var(--color-primary);
  animation-name: spin;
  animation-duration: 2.1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-duration: 2.1s;
}
.page-preloader .circle:after {
  top: 23px;
  left: 23px;
  bottom: 23px;
  right: 23px;
  border-top-color: var(--color-primary);
  animation-name: spin;
  animation-delay: 1.3s;
  animation-duration: 3.1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.page-transition {
  transition: all 0.4s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--color-secondary);
  z-index: 9999;
}
body.dom-is-loaded .page-transition {
  opacity: 0;
  pointer-events: none;
}

/* SVG */
svg.icon {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* Responsive Video Embed */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn {
  border-radius: 0;
  border: none;
  background-color: var(--color-primary);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0.5rem 0.75rem;
}
.btn .btn-text {
  display: inline-block;
}
.btn svg.icon {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-left: 5px;
}
.btn:hover, .btn:focus {
  background-color: var(--color-primary-dark);
  color: #ffffff;
}
.btn.btn-default {
  background-color: var(--color-primary);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
}
.btn.btn-default:hover, .btn.btn-default:focus {
  background-color: var(--color-primary-dark);
  color: #ffffff;
}
.btn.btn-white {
  background-color: #ffffff;
  color: var(--color-primary) !important;
  font-size: 1rem;
  font-weight: 500;
}
.btn.btn-white:hover, .btn.btn-white:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.btn.btn-big {
  font-size: 1.25rem;
  padding: 0.55rem 1rem;
}

.scroll-top {
  position: fixed;
  right: 40px;
  bottom: 30px;
  color: #fff;
  background-color: var(--color-primary);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  font-size: 16px;
  z-index: 5;
  transition: 0.5s;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  bottom: 210px;
}

.scroll-top:hover {
  color: #fff;
  background-color: #2f2f2f;
}

.scroll-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
}

.small,
small {
  font-size: 0.75em;
}

header.site-header {
  width: 100%;
  min-height: 80px;
}
header.site-header .topbar {
  background-color: #000000;
}
header.site-header .topbar .topbar-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  margin: 0;
}
header.site-header .topbar .topbar-menu a {
  display: inline-block;
  padding: 0.75rem 1rem;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
}
header.site-header .topbar .topbar-menu a.active, header.site-header .topbar .topbar-menu a:hover, header.site-header .topbar .topbar-menu a:focus {
  background-color: var(--color-primary);
}
header.site-header .topbar .topbar-menu li.current-menu-item a,
header.site-header .topbar .topbar-menu li.current-page-ancestor a {
  background-color: var(--color-primary);
}
header.site-header .topbar .secondary-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
header.site-header .topbar .secondary-links a {
  display: inline-block;
  padding: 0.5rem 0;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
}
header.site-header .topbar .secondary-links a.active, header.site-header .topbar .secondary-links a:hover, header.site-header .topbar .secondary-links a:focus {
  color: var(--color-primary);
}
header.site-header .header-bar {
  background-color: var(--color-primary);
}
header.site-header .navbar-toggler {
  padding: 2rem 0;
  border: none;
  box-shadow: none !important;
  outline: none !important;
}
header.site-header .navbar-toggler .fa {
  color: #ffffff;
  font-size: 2rem;
}
header.site-header .navbar-brand {
  margin: 0.25rem 0 0;
  padding: 0;
}
header.site-header .navbar-brand img {
  height: 40px;
}
header.site-header .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
}
header.site-header .navbar-nav .nav-item .nav-link:hover {
  background-color: var(--color-primary-dark);
  color: #fff;
}
header.site-header .navbar-nav .nav-item .dropdown-menu {
  border: none;
  border-radius: 0;
  background-color: var(--color-primary);
}
header.site-header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
}
header.site-header .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: var(--color-primary-dark);
  color: #fff;
}
@media (max-width: 991.98px) {
  header.site-header .navbar-nav .nav-item {
    text-align: center;
  }
  header.site-header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: center;
  }
}
.footer-area {
  background: #191919;
}
.footer-area .footer-item .common-footer {
  font-size: 20px;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
  font-weight: 500;
}
.footer-area .footer-item .common-footer::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  left: 0;
  bottom: 0px;
  background: var(--color-primary);
  opacity: 0.3;
}
.footer-area .footer-item .common-footer::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  left: 0;
  bottom: 0px;
  background: var(--color-primary);
  opacity: 0.5;
}
.footer-area .footer-item .footer-menu li {
  display: block;
  padding: 9px 0;
}
.footer-area .footer-item .footer-menu li .icon {
  font-size: 26px;
  color: var(--color-primary);
  width: 30px;
}
.footer-area .footer-item .footer-menu li .content {
  width: calc(100% - 30px);
  padding-left: 20px;
}
.footer-area .footer-item .footer-menu li .content .text {
  display: block;
  padding: 3px 0;
  color: #fff;
}
.footer-area .footer-item .footer-menu li a {
  color: #fff;
  font-size: 16px;
}
.footer-area .footer-item .footer-menu li a:hover {
  color: var(--color-primary);
  margin-left: 4px;
}
.footer-area .footer-item .form--control {
  margin-top: 0;
}
.footer-area .footer-item .title {
  color: #fff;
  font-size: 29px;
  padding-bottom: 18px;
}
.footer-area .footer-item .title span {
  color: var(--color-primary);
}
.footer-area .footer-item a img {
  width: 100%;
  padding-bottom: 20px;
}
.footer-area .footer-item .text {
  color: #ddd;
}
@media (max-width: 991.98px) {
  .footer-area .footer-item .title {
    font-size: 25px;
  }
}
@media (max-width: 767.98px) {
  .footer-area .footer-item .footer-menu li .icon {
    font-size: 25px;
  }
  .footer-area .footer-item .footer-menu li .content {
    padding-left: 10px;
  }
  .footer-area .footer-item .title {
    font-size: 22px;
  }
}

.footer-social {
  padding-top: 20px;
}
.footer-social li {
  margin: 0 5px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  border: 1px solid #919191;
  transition: 0.3s;
  cursor: pointer;
}
.footer-social li .social-icon i {
  color: #fff;
}
.footer-social li .social-icon i:nth-child(1) {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 26px;
  transition: 0.3s;
}
.footer-social li .social-icon i:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  transition: 0.3s;
}
.footer-social li:hover {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.footer-social li:hover .social-icon i:nth-child(1) {
  margin-top: 0px;
}
.footer-social li:hover .social-icon i:nth-child(2) {
  margin-top: -26px;
}

.bottom-footer {
  background-color: #000000;
  padding: 30px 0;
}

@media (max-width: 400px) {
  .bottom-footer-text {
    font-size: 16px;
  }
}
.bottom-footer-text a {
  color: var(--color-primary);
  font-weight: 600;
  padding: 0 5px;
}

.bottom-footer-text a:hover {
  color: #fff;
}

.footer-bottom-right .right-text {
  margin: 0 -15px;
}

.footer-bottom-right .right-text li {
  padding: 0 15px;
}

.footer-bottom-right .right-text li a {
  color: #fff;
  font-size: 15px;
  position: relative;
}

@media (max-width: 400px) {
  .footer-bottom-right .right-text li a {
    font-size: 13px;
  }
}
.footer-bottom-right .right-text li a:hover {
  color: var(--color-primary);
}

.swiper-pagination {
  position: relative;
  margin-top: 1rem;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: var(--color-secondary);
}
.swiper-pagination .swiper-pagination-bullet:hover {
  background-color: var(--color-secondary) !important;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-primary) !important;
}

.homeSwiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.homeSwiper .swiper-wrapper .swiper-slide .slide-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.homeSwiper .swiper-wrapper .swiper-slide .slide-back img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.brandsSwiper .swiper-wrapper .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brandsSwiper .swiper-wrapper .swiper-slide img {
  transition: all 0.4s ease-in-out;
  width: auto;
  height: auto;
  max-width: 200px;
  cursor: pointer;
  filter: grayscale(1);
  opacity: 0.8;
}
.brandsSwiper .swiper-wrapper .swiper-slide img:hover, .brandsSwiper .swiper-wrapper .swiper-slide img:focus {
  filter: grayscale(0);
  opacity: 1;
}

.form--control {
  height: 60px;
  border-radius: 1px;
  color: #000;
  font-weight: 400;
  outline: none;
  width: 100%;
  padding: 0px 15px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  margin-top: 10px;
}
.form--control::-moz-placeholder {
  color: #999999;
  font-size: 15px;
}
.form--control::placeholder {
  color: #999999;
  font-size: 15px;
}
.form--control:focus {
  border: 1px solid var(--color-primary);
  border-radius: 1px;
  background-color: #fff;
  color: #2f2f2f;
  box-shadow: none;
}
.form--control[type=file] {
  width: 100%;
  line-height: 60px;
}
.form--control::file-selector-button {
  display: block;
  width: auto;
  height: 100%;
  float: right;
  border: none;
  background: #f59d24;
  color: #fff;
  margin: 0 -15px 0 15px;
  padding: 0 15px;
}

@media (max-width: 991.98px) {
  .form--control {
    margin-top: 20px;
    height: 50px;
  }
}
textarea.form--control {
  height: 110px;
  padding-top: 18px;
}

.input-field.message .input-icon {
  top: 25px;
}

.input-field.message .form--control {
  min-height: 150px;
  padding: 15px 15px 15px 70px;
}

.custom--select {
  position: relative;
}

.custom--select.style-two .icon {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  background-color: #11c451;
  height: 80%;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.custom--select.style-two .icon i {
  margin-left: 10px;
  margin-top: -10px;
}

.custom--select.style-two .form--select {
  border: 1px solid #124887;
}

.custom--select.style-two .form--select:focus {
  border-radius: 3px;
  box-shadow: -2px 1px 10px 3px rgba(17, 196, 80, 0.431372549);
}

.custom--select .icon {
  position: absolute;
  right: 15px;
  top: 45%;
  transform: translateY(-50%);
  font-size: 15px;
  z-index: 3;
}

.form--select {
  height: 50px;
  position: relative;
  padding-left: 10px;
  color: #fff;
  background-image: none;
  background-color: #092443;
}

.form--select option {
  background: #24374e;
}

.form--select:focus {
  box-shadow: none;
}

.form--select-light {
  height: 60px;
  border-radius: 1px;
  color: #000;
  font-weight: 400;
  outline: none;
  width: 100%;
  padding: 0px 15px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  margin-top: 10px;
  font-size: 15px;
}
.form--select-light option {
  background: #fff;
  color: #999999;
  font-size: 15px;
}

.input-group--text {
  background: var(--color-primary);
  color: #fff;
  border-radius: 0;
  margin-right: 5px;
  padding: 0;
  position: absolute;
  right: 0;
  border: transparent !important;
  z-index: 5;
  height: 80%;
  top: 50%;
  transform: translateY(-50%);
}

.wpcf7-list-item {
  margin-left: 0 !important;
}

/* BTN */
.btn--base {
  color: #fff;
  font-weight: 700;
  background-color: var(--color-primary);
  padding: 13px 30px;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  border: none;
  text-align: center;
  font-size: 16px;
}
.btn--base::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background-color: #fff;
  content: "";
  z-index: -1;
  border-radius: 2px;
  transition: 0.4s ease-in-out;
}
.btn--base:hover {
  color: var(--color-primary);
}
.btn--base:hover::before {
  height: 100%;
}

@media (max-width: 991.98px) {
  .btn--base {
    padding: 10px 22px;
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .btn--base {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.contact-button {
  margin-top: 20px;
}
.contact-button .btn--base {
  border: solid 1px var(--color-primary);
}

.home-hero {
  position: relative;
  display: block;
  min-height: 50vh;
  background: var(--color-primary-dark);
  background: linear-gradient(0deg, var(--color-primary-dark) 0%, var(--color-primary) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--color-primary-dark)",endColorstr="var(--color-primary)",GradientType=1);
}
.home-hero > .hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
}
.home-hero > .hero-image::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  background-color: transparent;
  transform: skewX(-10deg) translateX(-50px);
  background: var(--color-primary-dark);
  background: linear-gradient(0deg, var(--color-primary-dark) 0%, var(--color-primary) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--color-primary-dark)",endColorstr="var(--color-primary)",GradientType=1);
}
.home-hero > .hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .home-hero > .hero-image {
    width: 100%;
    opacity: 0.25;
  }
}
@media (max-width: 575.98px) {
  .home-hero > .hero-image {
    width: 100%;
    opacity: 0.25;
  }
}
.home-hero .container {
  position: relative;
  z-index: 5;
}
.home-hero .container *:not(.btn) {
  color: #ffffff;
}
.home-hero .container h1 {
  font-size: 2rem;
  font-weight: 600;
}
.home-hero.wide-content > .hero-image {
  width: 35%;
}
@media (max-width: 767.98px) {
  .home-hero {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.home-sections {
  display: block;
  min-height: 50vh;
}
.home-sections.home-intro {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home-sections.home-intro img {
  position: relative;
  z-index: 5;
  max-width: 300px;
}
.home-sections.home-intro .video-container {
  width: 100%;
  min-height: 100%;
  height: 100%;
}
.home-sections.home-intro video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-sections.home-bg-sections {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-sections.home-bg-sections a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 65vh;
}
.home-sections.home-bg-sections a .section-description {
  margin-bottom: 2.5rem;
  width: 90%;
  max-width: 750px;
}
.home-sections.home-bg-sections a .section-description .section-description-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.home-sections.home-bg-sections a .section-title {
  position: relative;
}
.home-sections.home-bg-sections a .section-title .section-title-text {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  z-index: 5;
  padding: 0.5rem;
}
.home-sections.home-bg-sections a .section-title .section-title-text > span {
  display: block;
  text-align: inherit;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 5px;
}
.home-sections.home-bg-sections a .section-title.effect_type::before {
  transition: all 0.4s ease-in-out;
  position: absolute;
  display: block;
  content: "";
  width: 140%;
  min-height: 160%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  background-color: var(--color-primary);
  top: 0;
  left: 0;
  transform: translate(-15%, -15%);
  z-index: 2;
}
.home-sections.home-bg-sections a .section-title.effect_type::after {
  transition: all 0.4s ease-in-out;
  position: absolute;
  display: block;
  content: "";
  width: 140%;
  min-height: 210%;
  -webkit-clip-path: polygon(0 25%, 95% 0, 100% 100%, 0 90%);
          clip-path: polygon(0 25%, 95% 0, 100% 100%, 0 90%);
  background-color: #b49e91;
  top: 0;
  left: 0;
  transform: translate(-15%, -30%);
  z-index: 1;
}
.home-sections.home-bg-sections a .section-title.button_type {
  background-color: var(--color-primary);
}
.home-sections.home-bg-sections a .section-title.button_type .section-title-text {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.75rem 1rem;
}
.home-sections.home-bg-sections a .section-title-secondary {
  margin-top: 2.5rem;
}
.home-sections.home-bg-sections a .section-title-secondary .section-title-text {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
}
.home-sections.home-bg-sections a:hover .section-title::before, .home-sections.home-bg-sections a:focus .section-title::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  background-color: var(--color-secondary);
}
.home-sections.home-bg-sections a:hover .section-title::after, .home-sections.home-bg-sections a:focus .section-title::after {
  -webkit-clip-path: polygon(10% 0, 100% 15%, 100% 100%, 0% 100%);
          clip-path: polygon(10% 0, 100% 15%, 100% 100%, 0% 100%);
  background-color: var(--color-primary);
}

.home-head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  background-color: #ffffff;
}
.home-head .home-head-logo {
  max-height: 100%;
}
.home-head .home-scroll-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.home-head .home-scroll-nav a {
  font-size: 1rem;
  color: var(--color-secondary);
  font-weight: 500;
  padding: 1rem;
  text-transform: capitalize;
}
.home-head .home-scroll-nav a.active, .home-head .home-scroll-nav a:hover {
  color: var(--color-primary);
}
@media (max-width: 991.98px) {
  .home-head {
    display: none;
  }
}

.section-heading {
  margin-bottom: 2rem;
}
.section-heading .title {
  font-size: 2rem;
}

.features .features-item ul li {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
}
.features .features-item .image-top {
  width: 100%;
  height: 200px;
}
.features .features-item .image-top img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.features .features-item h5.title {
  color: var(--color-primary);
}
.features .features-item h5.title a {
  color: inherit;
}
.features .features-item .title-icon .icon img {
  width: 75px;
}
.features .features-item .title-icon h3 ul li {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
}
.features .features-item.image-fit .image-top img {
  -o-object-fit: contain;
     object-fit: contain;
}
.features .features-item.image-fit .image-top h5 {
  text-align: center;
}

.team {
  background-size: 100% 32%;
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 100%;
  height: 100%;
  position: relative;
  isolation: isolate;
}
.team::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #2f2f2f;
  opacity: 0.8;
  width: 100%;
  height: 32%;
  z-index: -1;
}
.team .team-item .thumb {
  position: relative;
  max-width: 100%;
}
.team .team-item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.team .team-item .thumb .social-icons {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  transform: scaleY(0);
  transform-origin: center center;
  perspective: 1000px;
}
.team .team-item .thumb .social-icons::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: var(--color-primary);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.team .team-item .thumb .social-icons li {
  padding: 5px;
}
.team .team-item .thumb .social-icons li a {
  border: 1px solid #dfdfdf;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
}
.team .team-item .thumb .social-icons li a:hover, .team .team-item .thumb .social-icons li a.active {
  background-color: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}
.team .team-item .content {
  margin-top: 35px;
}
.team .team-item .content .name a {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}
.team .team-item .content .name a:hover {
  color: var(--color-primary);
}
.team .team-item .content .designation {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.team .team-item:hover .thumb .social-icons {
  visibility: visible;
  opacity: 1;
  transform: scaleX(1);
}
@media (max-width: 991.98px) {
  .team .team-item .content {
    margin-top: 25px;
  }
  .team .team-item .content .name a {
    color: #040916;
    font-size: 22px;
  }
  .team .team-item .content .designation {
    color: #2f2f2f;
  }
}
@media (max-width: 991.98px) {
  .team .team-item .content {
    margin-top: 18px;
  }
}

.accordion .custom--accordion .accordion-item {
  border: none;
  background-color: transparent !important;
  margin-bottom: 10px;
  border-radius: 35px;
  border: solid 1px #e0e0e0;
}
.accordion .custom--accordion .accordion-header {
  padding: 10px 0 0 10px;
}
.accordion .custom--accordion .accordion-body {
  padding: 0 20px 0px;
  padding-left: 80px;
}
.accordion .custom--accordion .accordion-body .text {
  max-width: 60%;
}
.accordion .custom--accordion .accordion-button {
  background-color: transparent;
  color: #040916;
  font-size: 22px;
  font-weight: 500;
  padding-left: 80px;
  padding: 10px 20px 20px 70px;
}
.accordion .custom--accordion .accordion-button::after {
  background-image: none;
}
.accordion .custom--accordion .accordion-button:focus {
  box-shadow: none;
}
.accordion .custom--accordion .accordion-button:not(.collapsed) {
  color: var(--color-primary) !important;
  background-color: transparent !important;
  box-shadow: none;
}
.accordion .custom--accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  background-image: none;
}
.accordion .custom--accordion .accordion-button[aria-expanded=true]::after, .accordion .custom--accordion .accordion-button[aria-expanded=false]::after {
  position: absolute;
  left: 0px;
  content: "\f068";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 20px;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: var(--color-primary);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.accordion .custom--accordion .accordion-button[aria-expanded=false]::after {
  content: "\f067";
}
@media (max-width: 991.98px) {
  .accordion .custom--accordion .accordion-body {
    padding-left: 60px;
  }
  .accordion .custom--accordion .accordion-button {
    font-size: 20px;
    padding-left: 60px;
  }
  .accordion .custom--accordion .accordion-button[aria-expanded=true]::after, .accordion .custom--accordion .accordion-button[aria-expanded=false]::after {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  .accordion .custom--accordion .accordion-button {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .accordion .custom--accordion .accordion-body {
    padding-left: 50px;
  }
  .accordion .custom--accordion .accordion-body .text {
    max-width: 100%;
  }
  .accordion .custom--accordion .accordion-button {
    font-size: 16px;
    padding: 10px;
    padding-left: 50px;
    padding-right: 0;
  }
}

.popular-work {
  margin-bottom: 40px;
}
.popular-work h5.title {
  color: var(--color-primary);
}
.popular-work h5.title a {
  color: inherit;
}
.popular-work .work-item .thumb {
  position: relative;
}
.popular-work .work-item .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.popular-work .work-item .thumb .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  z-index: 1;
  transform: scaleY(0);
  transform-origin: top center;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.popular-work .work-item .thumb .text .title a {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 35px;
  max-width: 340px;
  margin-left: 10px;
  margin-right: 10px;
}
.popular-work .work-item .thumb .text .title a:hover {
  color: #2f2f2f;
}
.popular-work .work-item .thumb .text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, var(--color-primary), rgba(0, 0, 0, 0));
  z-index: -1;
}
.popular-work .work-item:hover .thumb .text {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
@media (max-width: 1199.98px) {
  .popular-work .work-item .thumb .text .title a {
    font-size: 27px;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .popular-work {
    margin-bottom: 0px;
  }
  .popular-work .work-item .thumb .text .title a {
    font-size: 24px;
  }
  .popular-work div[class*=col]:nth-of-type(3n + 2) .work-item {
    transform: translateY(0px);
  }
}
@media (max-width: 767.98px) {
  .popular-work {
    margin-bottom: 0px;
  }
  .popular-work .work-item .thumb .text .title a {
    font-size: 20px;
  }
}

.bg-overlay-one {
  position: relative;
  isolation: isolate;
}
.bg-overlay-one::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #2f2f2f;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-overlay-two {
  position: relative;
  isolation: isolate;
}
.bg-overlay-two::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: var(--color-primary);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.breadcumb-section {
  position: relative;
  padding: 160px 0 115px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.breadcumb-section::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #2f2f2f;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.breadcumb-section .breadcumb-title {
  font-size: 55px;
  padding: 0px 0 10px;
}
.breadcumb-section .breadcumb-list li {
  color: #fff;
  padding: 0 5px;
  font-weight: 500;
  font-size: 16px;
}
.breadcumb-section .breadcumb-list li:last-child {
  color: var(--color-primary);
}
.breadcumb-section .breadcumb-list li span {
  color: #fff;
}
.breadcumb-section .breadcumb-list li a {
  color: #fff;
  font-weight: 500;
}
.breadcumb-section .breadcumb-list li a:hover {
  color: var(--color-primary);
}
@media (max-width: 1199.98px) {
  .breadcumb-section {
    padding: 120px 0 75px;
  }
  .breadcumb-section .breadcumb-title {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .breadcumb-section {
    padding: 120px 0 60px;
  }
  .breadcumb-section .breadcumb-title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .breadcumb-section {
    padding: 100px 0 40px;
  }
  .breadcumb-section .breadcumb-title {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .breadcumb-section .breadcumb-list li {
    font-size: 15px;
  }
}

.contact-address p {
  font-size: 1.25rem !important;
}

.acf-map {
  width: 100%;
  height: 450px;
}

.acf-map img {
  max-width: inherit !important;
}

.acf-map .marker-content {
  max-width: 300px;
  color: #000;
}

.acf-map .marker-content h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.acf-map .marker-content .proje-map-meta {
  font-size: 12px;
  line-height: 18px;
}

.features-item {
  border-radius: 5px;
}
.features-item.with-border {
  border: solid 1px var(--color-primary);
  padding: 10px;
}
.features-item img {
  border-radius: 5px;
}

.thumb img {
  border-radius: 5px;
}

img.img-radius {
  border-radius: 5px;
}

.job-attributes {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 5px;
  padding: 5px 10px;
  background: #ededed;
  border-radius: 5px;
}
.job-attributes .attribute-item {
  color: var(--color-secondary);
  font-size: 0.75rem;
  font-weight: 600;
  vertical-align: middle;
}
.job-attributes .attribute-item .fa {
  color: var(--color-primary);
  margin-right: 5px;
}
.job-attributes.single-attributes {
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 15px;
  padding: 15px 15px;
  justify-content: flex-start;
}
.job-attributes.single-attributes .attribute-item {
  font-size: 1rem;
  font-weight: 600;
}
.job-attributes.single-attributes .attribute-item .fa {
  margin-right: 10px;
}
.page-tab-section .nav-tabs {
  --bs-nav-tabs-link-active-color: var(--color-primary);
  --bs-nav-tabs-link-active-border-color: var(--color-primary);
  --bs-link-color:var(--color-secondary);
  --bs-nav-link-hover-color: var(--color-primary-dark);
  --bs-nav-tabs-border-color: var(--color-primary);
}
.page-tab-section .nav-tabs .nav-link {
  border-bottom: none;
}

.post-sections {
  display: block;
  width: 100%;
}
.post-sections.post-content-section .post-image {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.post-sections.post-content-section .post-image img {
  transition: all 0.4s ease-in-out;
  position: absolute;
  display: block;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  z-index: 5;
}
.post-sections.post-content-section .post-image .play-overlay {
  transition: all 0.2s ease-in-out;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 10;
}
.post-sections.post-content-section .post-image .play-overlay svg.icon {
  width: 120px;
  height: 120px;
  color: var(--color-secondary);
}
.post-sections.post-content-section .post-image a:hover img, .post-sections.post-content-section .post-image a:focus img {
  transform: scale(1.05);
}
.post-sections.post-content-section .post-image a:hover .play-overlay, .post-sections.post-content-section .post-image a:focus .play-overlay {
  opacity: 1;
}
.post-sections.post-content-section .project-gallery-grid {
  transition: all 0.4s ease-in-out;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 50vh;
  gap: 15px;
  grid-auto-flow: row;
}
.post-sections.post-content-section .project-gallery-grid .gallery-item {
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  /*
                  &:nth-child(5n + 1) {
                      grid-column-start: 1;
                      grid-column-end: 4;
                  }

                  &:nth-child(5n + 3) {
                      grid-column-start: 2;
                      grid-column-end: 4;
                  }

                  &:nth-child(5n + 4) {
                      grid-column-start: 1;
                      grid-column-end: 3;
                  }
  */
}
.post-sections.post-content-section .project-gallery-grid .gallery-item img {
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transform-origin: center;
}
@media (max-width: 991.98px) {
  .post-sections.post-content-section .project-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .post-sections.post-content-section .project-gallery-grid .gallery-item {
    grid-column-start: unset !important;
    grid-column-end: unset !important;
  }
}
@media (max-width: 767.98px) {
  .post-sections.post-content-section .project-gallery-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 50vh;
  }
  .post-sections.post-content-section .project-gallery-grid .gallery-item {
    grid-column-start: unset !important;
    grid-column-end: unset !important;
  }
}
.post-sections.post-next-prev-posts .next-prev-post {
  position: relative;
  width: 100%;
  height: 40vh;
  max-height: 350px;
  padding: 2rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.post-sections.post-next-prev-posts .next-prev-post * {
  position: relative;
  z-index: 5;
}
.post-sections.post-next-prev-posts .next-prev-post h4 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--color-secondary);
  letter-spacing: 3px;
}
.post-sections.post-next-prev-posts .next-prev-post h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--color-secondary);
}
.post-sections.post-next-prev-posts .next-prev-post::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #000000;
  opacity: 0.6;
}
.post-sections.post-contact-section h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--color-secondary);
  text-transform: uppercase;
  margin-bottom: 25px;
}/*# sourceMappingURL=main.css.map */