/*
Theme Name: black
Author: Theme Olio
Author URI: https://themeforest.net/user/theme-olio/
Theme URI: https://black.themeolio.com
Description: Technology & Digital Agency Theme
Version: 1.0.0
*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
}

input:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px rgba(119, 255, 210, 0.788) inset !important;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

::-moz-placeholder {
  color: #666;
  opacity: 1; /* Firefox */
}

::placeholder {
  color: #666;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #666;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

ul, li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  border: none !important;
  box-shadow: 0 0 0;
}

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

h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a {
  font-size: inherit;
  color: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}

ul {
  list-style-type: none;
}

li {
  list-style: none;
  position: relative;
}

a,
button {
  position: relative;
}
a:hover, a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

input, textarea, button {
  border: 0px;
}

.elementor-widget-image a img[src$=".svg"] {
  width: 100% !important;
}

/* ------------------------------------------------------------------
    Template All Variables Defined - Value Change with Your's Need
 -------------------------------------------------------------------- */
:root {
  --mainColor: #f23801;
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Poppins", sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 2.02941em;
  color: #474747;
  background-color: #f6f6f6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Syne", sans-serif;
  margin: 0px;
  font-weight: 700;
  color: #171717;
}

h1 {
  font-size: 3.8em;
  line-height: 1em;
  letter-spacing: -1.7px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 38px;
    line-height: 3rem;
  }
}

h2 {
  font-size: 38px;
  line-height: 1.2em !important;
  font-weight: 500;
  letter-spacing: -1px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
}

h4 {
  font-size: 1.3rem;
  line-height: 1.875rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.88rem !important;
}

h6 {
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6.elementor-heading-title {
  margin-bottom: -10px !important;
}

a {
  font-family: "Syne", sans-serif;
  font-size: 15.5px;
  line-height: 28px;
  text-decoration: none;
  color: #171717;
  outline: none !important;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: var(--mainColor);
  text-decoration: none;
}

p {
  margin: 0px;
}

.too-bgdark-text p {
  color: #666666;
}

.fs-lg {
  font-size: 80px;
  line-height: 115%;
  letter-spacing: -4px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .fs-lg {
    font-size: 42px;
  }
}

.coverbg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover !important;
}

.mx-auto {
  margin: 0 auto;
}

.align-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.align-center:before, .align-center:after {
  content: none;
}

.align-center-h {
  display: flex;
  justify-content: center;
}
.align-center-h:before, .align-center-h:after {
  content: none;
}

.align-center-v {
  height: 100%;
  display: flex;
  align-items: center;
}
.align-center-v:before, .align-center-v:after {
  content: none;
}

.align-center-v-b {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.align-center-v-b:before, .align-center-v-b:after {
  content: none;
}

.justify-content-center {
  justify-content: center !important;
  display: flex;
  flex-wrap: wrap;
}
.justify-content-center:before, .justify-content-center:after {
  content: none;
}

.eq-height {
  display: -moz-flexbox;
  display: -o-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.eq-height:before, .eq-height:after {
  content: none;
}

/* ----------------------------------
    Template Helps Classes - Styles
 ------------------------------------ */
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white a {
  color: #f6f6f6;
}

.mlm-30 {
  margin-left: -30px;
}

/* padding left */
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-150 {
  padding-left: 150px;
}

/* padding right */
.pr-5 {
  padding-right: 5px;
}

.pr-5i {
  padding-right: 5px !important;
}
@media (max-width: 767px) {
  .pr-5i {
    padding-right: 15px !important;
  }
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-150 {
  padding-right: 150px;
}

/* padding top */
.pt-5 {
  padding-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* padding bottom */
.pb-5 {
  padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* margin left */
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-150 {
  margin-left: 150px;
}

/* margin right */
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-150 {
  margin-right: 150px;
}

/* margin top */
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

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

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

/* margin bottom */
.mb-5 {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mmb10 {
  margin-bottom: -10px;
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.bg-center {
  background-position: center;
}

.bg-contain {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}

.bg-right {
  background-repeat: no-repeat;
  background-position: right;
}

.bg-left {
  background-repeat: no-repeat;
  background-position: left;
}

.bg-bottom {
  background-repeat: no-repeat;
  background-position: bottom;
}

.bg-top {
  background-repeat: no-repeat;
  background-position: top;
}

.bg-100 {
  background-size: 100% 100%;
}

.mmb-100 {
  margin-bottom: -100px;
}

.mmb-80 {
  margin-bottom: -80px;
}

.lr-9 {
  margin-left: -9px;
  margin-right: -9px;
}
.lr-9 [class*=col] {
  padding-left: 9px;
  padding-right: 9px;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: #f23801;
  z-index: -1;
}

.fix {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.shape {
  position: absolute;
}
@media (max-width: 1191px) {
  .shape {
    display: none;
    opacity: 0;
  }
}

.navbar-brand {
  padding: 0;
  margin-right: 0;
}

.scroll-up {
  background-color: #202020;
  bottom: 20px;
  color: #f6f6f6;
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  right: 20px;
  text-align: center;
  box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
  font-weight: 400;
  transition: all 0.4s ease-in-out;
  position: fixed;
  z-index: 9999;
}
.scroll-up:hover {
  background-color: #000000;
}
.scroll-up i {
  color: #fff;
}

.scroll-up.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .scroll-up {
    font-size: 35px;
    height: 50px;
    line-height: 50px;
    right: 30px;
    width: 50px;
  }
}
button {
  border: none;
}

section {
  position: relative;
  z-index: 1;
}
section.pt-235 {
  padding-top: 225px;
}

@keyframes sticky {
  0% {
    opacity: 0;
    margin-top: -120px;
  }
  50% {
    opacity: 0;
    margin-top: -60px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
.equal {
  display: flex;
  flex-wrap: wrap;
}

.equal > [class*=col-] {
  display: flex;
  flex-direction: column;
}

@media (max-width: 414px) {
  .d-none-mobile {
    display: none !important;
  }
}

.overlay {
  transition: all 0.2s ease-in-out;
  width: 40%;
  opacity: 0;
  visibility: hidden;
}
.overlay.active {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: 99;
  opacity: 0.5;
  visibility: visible;
}

@keyframes left-to-right {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}
@keyframes right-to-left {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}
@keyframes left-to-center {
  0% {
    background-position: left center;
  }
  100% {
    background-position: center center;
  }
}
@keyframes right-to-center {
  0% {
    background-position: right center;
  }
  100% {
    background-position: center center;
  }
}
@keyframes top-to-bottom {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center bottom;
  }
}
@keyframes top-to-center {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center center;
  }
}
@keyframes bottom-to-top {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center top;
  }
}
@keyframes bottom-to-center {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center center;
  }
}
@keyframes top-left-to-bottom-right {
  0% {
    background-position: left top;
  }
  100% {
    background-position: right bottom;
  }
}
@keyframes top-left-to-center {
  0% {
    background-position: left top;
  }
  100% {
    background-position: center center;
  }
}
@keyframes top-right-to-bottom-left {
  0% {
    background-position: right top;
  }
  100% {
    background-position: left bottom;
  }
}
@keyframes top-right-to-center {
  0% {
    background-position: right top;
  }
  100% {
    background-position: center center;
  }
}
@keyframes bottom-left-to-top-right {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: right top;
  }
}
@keyframes bottom-left-to-center {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: center center;
  }
}
@keyframes bottom-right-to-top-left {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: left top;
  }
}
@keyframes bottom-right-to-center {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: center center;
  }
}
@keyframes zoomIn {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}
.animation_left-to-right {
  background-position: left center;
}
.active .animation_left-to-right {
  animation: left-to-right 5s ease 0s 1 normal forwards running;
}

.animation_right-to-left {
  background-position: right center;
}
.active .animation_right-to-left {
  animation: right-to-left 5s ease 0s 1 normal forwards running;
}

.animation_left-to-center {
  background-position: left center;
}
.active .animation_left-to-center {
  animation: left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_right-to-center {
  background-position: right center;
}
.active .animation_right-to-center {
  animation: right-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-to-bottom {
  background-position: center top;
}
.active .animation_top-to-bottom {
  animation: top-to-bottom 5s ease 0s 1 normal forwards running;
}

.animation_top-to-center {
  background-position: center top;
}
.active .animation_top-to-center {
  animation: top-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-to-top {
  background-position: center bottom;
}
.active .animation_bottom-to-top {
  animation: bottom-to-top 5s ease 0s 1 normal forwards running;
}

.animation_bottom-to-center {
  background-position: center bottom;
}
.active .animation_bottom-to-center {
  animation: bottom-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-left-to-bottom-right {
  background-position: left top;
}
.active .animation_top-left-to-bottom-right {
  animation: top-left-to-bottom-right 5s ease 0s 1 normal forwards running;
}

.animation_top-left-to-center {
  background-position: left top;
}
.active .animation_top-left-to-center {
  animation: top-left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-right-to-bottom-left {
  background-position: right top;
}
.active .animation_top-right-to-bottom-left {
  animation: top-right-to-bottom-left 5s ease 0s 1 normal forwards running;
}

.animation_top-right-to-center {
  background-position: right top;
}
.active .animation_top-right-to-center {
  animation: top-right-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-left-to-top-right {
  background-position: left bottom;
}
.active .animation_bottom-left-to-top-right {
  animation: bottom-left-to-top-right 5s ease 0s 1 normal forwards running;
}

.animation_bottom-left-to-center {
  background-position: left bottom;
}
.active .animation_bottom-left-to-center {
  animation: bottom-left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-right-to-top-left {
  background-position: right bottom;
}
.active .animation_bottom-right-to-top-left {
  animation: bottom-right-to-top-left 5s ease 0s 1 normal forwards running;
}

.animation_bottom-right-to-center {
  background-position: right bottom;
}
.active .animation_bottom-right-to-center {
  animation: bottom-right-to-center 5s ease 0s 1 normal forwards running;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

nav .breadcrumb {
  list-style: none;
}
nav .breadcrumb li {
  list-style: none;
}

@media (min-width: 768px) {
  .no-padding .col-12 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .no-padding .col-12 {
    padding: 0px 30px;
  }
}

.mask-outline {
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.mask-outline h1 {
  font-size: 200px;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 991px) {
  .mask-outline h1 {
    font-size: 150px;
  }
}
@media (max-width: 576px) {
  .mask-outline h1 {
    font-size: 100px;
  }
}
.mask-outline h2 {
  font-size: 115px;
  margin-bottom: 0;
  line-height: 1;
}
.mask-outline h3 {
  font-size: 80px;
  margin-bottom: 0;
  line-height: 1;
}

#scrollUp {
  background-color: #202020;
  bottom: 20px;
  color: #f6f6f6;
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  right: 20px;
  text-align: center;
  box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
  font-weight: 400;
  transition: all 0.4s ease-in-out;
  position: fixed;
  z-index: 9999;
}
#scrollUp:hover {
  background-color: #000000;
}

@media only screen and (max-width: 991px) {
  #scrollUp {
    font-size: 15px;
    height: 30px;
    line-height: 32px;
    right: 30px;
    width: 30px;
  }
}
@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}
.zoomInImage {
  animation-name: zoomInImage;
}

@keyframes zoomBg {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomBg {
  animation-name: zoomMe;
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}
.zoomOutImage {
  animation-name: zoomOutImage;
  transition: 1s;
}

@keyframes playVideo {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  40% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  80% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes dimond {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes bounceUp {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moveleftbounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moverightbounce {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes guraguri {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate3d {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
/* ----------------------------------
  All Aniamtion Styles
 ------------------------------------ */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
/* ------------------------------------------------------------------
   Template Default Button, Input Styles - Value Change with Your's Need
 -------------------------------------------------------------------- */
.btnd, .wp-block-file .wp-block-file__button, .video-btn, .btn-secondary, .btn-primary {
  line-height: 1;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  text-transform: inherit;
}

.btn-primary {
  color: #f6f6f6;
  font-family: "Syne", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 0 !important;
  background-color: #171717;
  transition: all 0.3s ease-in-out;
  padding: 35px 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .btn-primary {
    padding: 25px 30px;
  }
}
.btn-primary:hover {
  background-color: var(--mainColor) !important;
  box-shadow: inherit;
  color: #f6f6f6;
}
.btn-primary i {
  margin-left: 15px;
}
.btn-primary.theme-2 {
  background-color: #FF5E14;
  border: 2px solid #FF5E14;
  color: #fff;
  padding: 18px 36px;
}
.btn-primary.theme-2:hover {
  background-color: #171717;
  border: 2px solid #171717;
}
.btn-primary.theme-2.white {
  background: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
  color: #171717;
  border-color: #fff;
}
.btn-primary.theme-2.white:hover {
  background-color: #171717;
  color: #fff;
  border-color: #171717;
}
.btn-primary.theme-3 {
  -webkit-clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
  clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
  border-radius: 0px;
  padding: 20px 50px;
  background-color: #ffd039;
  border-color: #ffd039;
}
.btn-primary.no-fil {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: inherit;
  margin-left: 15px;
}
@media (max-width: 500px) {
  .btn-primary.no-fil {
    margin-left: 0;
  }
}
.btn-primary.no-fil:hover {
  background-color: #f23801;
  border: 2px solid #f23801;
}
.btn-primary.black {
  background-color: #171717;
  border-color: #171717;
  box-shadow: inherit;
  color: #FFF;
}
.btn-primary.black:hover {
  background-color: #f23801;
  border: 2px solid #f23801;
}
.btn-primary.minimal-btn {
  color: #fff;
  border: 2px solid #ebebeb;
  background: transparent;
  box-shadow: inherit;
}
.btn-primary.minimal-btn:hover {
  background-color: #f23801;
  border: 2px solid #f23801;
  box-shadow: inherit;
  color: #FFF;
}

.btn-secondary {
  color: #f6f6f6;
  font-family: "Syne", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 0 !important;
  background-color: var(--mainColor);
  transition: all 0.3s ease-in-out;
  padding: 35px 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.btn-secondary:hover {
  background-color: #171717;
  box-shadow: inherit;
  color: #f6f6f6;
}

.video-btn {
  font-size: 16px;
  font-weight: 700;
  color: var(--mainColor);
}
.video-btn i {
  margin-right: 10px;
}

.video-play-btn .play-video {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  background-color: var(--mainColor);
  color: #FFF;
  line-height: 120px;
  transition: 0.3s;
  text-align: center;
  animation: playVideo infinite 3.5s;
  display: inline-block;
  margin: 0px auto;
}
@media (max-width: 767px) {
  .video-play-btn .play-video {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.video-play-btn .play-video:hover {
  color: #171717;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.video-play-btn .play-text {
  font-weight: 700;
}

.cat-btn {
  font-size: 16px;
  line-height: 1;
  padding: 20px 30px;
  font-weight: 700;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease-in-out;
  background: transparent;
  display: inline-block;
  margin-right: 10px;
  margin-top: 30px;
}
.cat-btn i {
  margin-right: 10px;
}
.cat-btn.color {
  background-color: #f23801;
  border-color: #f23801;
  color: #fff;
}
.cat-btn:hover {
  background-color: #f23801;
  border-color: #f23801;
  border-style: solid;
  border-width: 2px;
}

.portfolio-cat-filter button {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 18px;
  border: none;
  background-color: transparent;
  display: inline-block;
  padding: 15px 25px;
  line-height: 1;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
  margin: 0px 3px;
}
@media (max-width: 767px) {
  .portfolio-cat-filter button {
    font-size: 14px;
    margin-top: 10px;
  }
}
.portfolio-cat-filter button.active, .portfolio-cat-filter button:hover {
  color: var(--mainColor);
}

body {
  word-wrap: break-word;
}
body ol.wp-block-latest-comments {
  list-style-type: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
body ol.wp-block-latest-comments li {
  list-style-type: none !important;
  margin-left: 0 !important;
}
body ul.wp-block-latest-posts {
  list-style-type: none !important;
  margin-left: 0 !important;
}
body ul.wp-block-latest-posts li {
  list-style-type: none !important;
  margin-left: 0 !important;
}
body ul.wp-block-latest-posts li a {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #656565 !important;
  text-transform: initial !important;
}

.post.sticky {
  border: 1px solid #ddd;
  background-color: rgba(221, 221, 221, 0.2705882353);
}
.post.sticky .post-content {
  padding-top: 10px;
}

form.search-form span {
  display: none;
}
form.search-form .search-submit {
  color: #fff;
  background-color: #171717;
  position: absolute;
  height: 100%;
  right: 0px;
  padding: 0px 20px;
}

.search-form {
  overflow: hidden;
  position: relative;
}
.search-form label {
  width: 100%;
}
.search-form .search-field {
  height: 60px;
  line-height: 60px;
  padding-left: 25px;
  position: relative;
  padding-right: 60px;
  background-color: #222;
  width: 100%;
}

.main-sidebar .single-sidebar-widget .wid-title h3 {
  font-size: 1.4rem;
  line-height: 2rem;
}

.wp-block-group__inner-container > ul {
  padding-left: 0px;
}

.widget_block h2 {
  font-size: 1.6rem;
  text-transform: capitalize;
  line-height: 2rem;
}
.widget_block h3 {
  font-size: 1.4rem;
  line-height: 2rem;
}

.widget.widget_block h3 {
  margin-bottom: 20px;
}
.widget.widget_block h2 {
  margin-bottom: 20px;
}

.wp-block-group {
  display: block;
  clear: both;
  display: flow-root;
}
.wp-block-group .wp-block-group__inner-container h2 {
  font-weight: 700;
  margin-bottom: 24px;
  position: relative;
}

.wp-block-search .wp-block-search__label {
  width: 100%;
  display: none;
}
.wp-block-search .wp-block-search__button {
  border: 0px;
  color: #888888;
  margin-left: 0;
  word-break: normal;
  background: transparent;
  border-bottom-color: #C8C8C8;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px 0;
  box-sizing: border-box;
  text-transform: capitalize;
  font-size: 20px;
  border-radius: 0px;
  padding: 4px 0;
}
.wp-block-search .wp-block-search__button:hover {
  background: transparent;
  color: var(--mainColor);
}
.wp-block-search input[type=search].wp-block-search__input {
  background-color: transparent;
  border-bottom-color: #C8C8C8;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px 0;
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;
  padding: 4px 0;
  min-height: auto;
  height: auto;
}

.wp-block-group__inner-container {
  padding: 0px !important;
  padding: 20px;
}

.byline {
  display: none;
}

.updated:not(.published) {
  display: none;
}

.single .byline {
  display: inline;
}

.group-blog .byline {
  display: inline;
}

table {
  width: 100%;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-color: #d7d7d7;
  margin: 0 0 20px;
  width: 100%;
  margin-bottom: 30px !important;
}
table tr {
  border: inherit;
}
table th {
  border-top: 1px solid;
  border-right: 1px solid;
  text-align: center;
  padding: 8px;
  border-color: #d7d7d7;
  box-sizing: border-box;
  border-left: 1px solid #d7d7d7;
}
table th a {
  font-weight: 700;
  color: #171717;
}
table td {
  border-top: 1px solid;
  border-right: 1px solid;
  text-align: center;
  padding: 8px;
  border-color: #d7d7d7;
  box-sizing: border-box;
  border-left: 1px solid #d7d7d7;
}
table td a {
  font-weight: 700;
  color: #171717;
  font-weight: 700;
}

.widget table caption {
  padding-bottom: 0;
  text-align: right;
  padding-bottom: 0;
  padding-top: 10px;
}
.widget img {
  max-width: 100%;
}
.widget nav.wp-calendar-nav {
  bottom: 0;
  position: absolute;
}
.widget select {
  padding: 0 15px;
  width: 100%;
  cursor: pointer;
  border-color: #ddd;
  outline: none;
  color: #171717;
  font-size: 17px;
}
.widget select:focus {
  padding: 0 15px;
  width: 100%;
  cursor: pointer;
  border-color: #ddd;
  outline: none;
  color: #171717;
}
.widget ul li > span.number {
  float: right;
  color: #171717;
}

.calendar_wrap {
  position: relative;
}
.calendar_wrap table {
  width: 100%;
  color: #171717;
}
.calendar_wrap tbody td {
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
}
.calendar_wrap tbody th {
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
}
.calendar_wrap tbody td#today a {
  color: #fff;
}
.calendar_wrap td#today {
  background: #333;
  color: #fff;
}
.calendar_wrap tfoot {
  background: #f5f5f5;
}
.calendar_wrap tfoot td {
  font-size: 15px;
  color: #171717;
  font-weight: 400;
  padding: 0 15px;
  height: 42px;
}
.calendar_wrap tfoot td a {
  color: #171717;
}
.calendar_wrap tfoot td a:hover {
  color: var(--mainColor);
}
.calendar_wrap tfoot td#prev {
  text-align: left;
}
.calendar_wrap tfoot td#next {
  text-align: right;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  clear: both;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  clear: both;
}

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

img.attachment-full.size-full {
  width: auto;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  margin-bottom: 1.6em;
  max-width: 100%;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
  color: #171717;
  line-height: 1.5;
  padding: 0.5em 0;
  font-size: 16px;
  text-align: center;
}

.comment-content a {
  word-wrap: break-word;
}
.comment-content:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.comment-content:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}
.comment-content img {
  max-width: 100%;
}

.bypostauthor {
  display: block;
  display: block;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #171717;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

.clear:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.entry-content:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.entry-content:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}
.entry-content ul li.blocks-gallery-item {
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.entry-content ul li.blocks-gallery-item:before {
  content: "";
}
.entry-content table th {
  padding: 15px;
}
.entry-content table td {
  padding: 15px;
}
.entry-content img {
  max-width: 100%;
}

.site-header:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.site-header:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.site-content:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.site-content:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.site-footer:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 15px;
  margin: 0;
  width: 100%;
}
.gallery-item figcaption {
  font-weight: normal;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.wp-block-gallery {
  margin-bottom: 30px;
}
.wp-block-gallery .blocks-gallery-image figcaption {
  font-weight: 400;
  font-size: 0.8em;
  font-size: 0.8em;
  margin-top: 0;
  margin-top: 0;
  font-weight: 400;
}
.wp-block-gallery .blocks-gallery-item figcaption {
  font-weight: 400;
  font-size: 0.8em;
  font-size: 0.8em;
  margin-top: 0;
  margin-top: 0;
  font-weight: 400;
}
.wp-block-gallery .blocks-gallery-item figure img {
  margin-top: 0;
}

ul.blocks-gallery-grid {
  margin-left: 0 !important;
}
ul.blocks-gallery-grid li:before {
  display: none;
}

.wp-block-button {
  margin-bottom: 15px;
}

.wp-block-button.is-style-squared a {
  border-radius: 0;
}

.wp-block-button__link.wp-block-button.is-style-squared a {
  border-radius: 0;
}

.wp-block-cover-image {
  margin-bottom: 15px;
}
.wp-block-cover-image .wp-block-subhead:not(.has-text-color) {
  color: #fff;
}
.wp-block-cover-image h1:not(.has-text-color) {
  color: #fff;
}
.wp-block-cover-image h2 {
  font-size: 36px;
}
.wp-block-cover-image h2:not(.has-text-color) {
  color: #fff;
}
.wp-block-cover-image h3:not(.has-text-color) {
  color: #fff;
}
.wp-block-cover-image h4:not(.has-text-color) {
  color: #fff;
}
.wp-block-cover-image h5:not(.has-text-color) {
  color: #fff;
}
.wp-block-cover-image h6:not(.has-text-color) {
  color: #fff;
}
.wp-block-cover-image p:not(.has-text-color) {
  color: #fff;
}
.wp-block-cover-image strong {
  color: #fff;
}
.wp-block-cover-image .wp-block-cover-image-text {
  font-size: 36px;
}
.wp-block-cover-image .wp-block-cover-text {
  font-size: 36px;
}
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover__inner-container {
  color: #fff;
}
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-image-text {
  color: #fff;
}
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-text {
  color: #fff;
}

.wp-block-cover {
  margin-bottom: 15px;
}
.wp-block-cover .wp-block-subhead:not(.has-text-color) {
  color: #fff;
}
.wp-block-cover h1:not(.has-text-color) {
  color: #fff;
}
.wp-block-cover h2 {
  font-size: 36px;
}
.wp-block-cover h2:not(.has-text-color) {
  color: #fff;
}
.wp-block-cover h3:not(.has-text-color) {
  color: #fff;
}
.wp-block-cover h4:not(.has-text-color) {
  color: #fff;
}
.wp-block-cover h5:not(.has-text-color) {
  color: #fff;
}
.wp-block-cover h6:not(.has-text-color) {
  color: #fff;
}
.wp-block-cover p:not(.has-text-color) {
  color: #fff;
}
.wp-block-cover strong {
  color: #fff;
}
.wp-block-cover .wp-block-cover-image-text {
  font-size: 36px;
}
.wp-block-cover .wp-block-cover-text {
  font-size: 36px;
}
.wp-block-cover .wp-block-cover-text a {
  font-size: inherit;
}
.wp-block-cover:not([class*=background-color]) .wp-block-cover__inner-container {
  color: #fff;
}
.wp-block-cover:not([class*=background-color]) .wp-block-cover-image-text {
  color: #fff;
}
.wp-block-cover:not([class*=background-color]) .wp-block-cover-text {
  color: #fff;
}

strong {
  color: #202426;
  font-weight: bold;
}

dt {
  color: #202426;
  font-size: 20px;
  line-height: 32px;
}

i {
  font-style: normal;
}

cite {
  font-style: normal;
}

em {
  font-style: normal;
}

var {
  font-style: normal;
}

address {
  font-style: normal;
}

dfn {
  font-style: normal;
}

.blocks-gallery-caption {
  margin-top: 20px;
  color: var(--mainColor);
  font-weight: 500;
}

.wp-block-embed figcaption {
  margin-top: 20px;
  color: var(--mainColor);
  font-weight: 500;
}
.wp-block-embed iframe {
  max-width: 100%;
  width: 100%;
}

.wp-block-image figcaption {
  margin-top: 20px;
  color: #171717;
  font-weight: 500;
}
.wp-block-image .alignleft {
  margin: inherit;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

figcaption {
  margin-top: 20px;
  color: #171717;
  font-weight: 500;
  display: block;
}

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

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

img.wp-post-image {
  height: auto;
  max-width: 100%;
}

.blocks-gallery-grid .blocks-gallery-image figcaption {
  font-size: 0.8em;
  font-size: 0.8em;
  margin-top: 0;
  margin-top: 0;
}
.blocks-gallery-grid .blocks-gallery-item figcaption {
  font-size: 0.8em;
  font-size: 0.8em;
  margin-top: 0;
  margin-top: 0;
}

.wp-block-video video {
  width: 100%;
}

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

ol {
  padding-left: 20px;
}
ol ol {
  padding-left: 20px;
}
ol ul {
  padding-left: 20px;
}

select {
  padding: 10px;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px;
  color: #454545;
  vertical-align: middle;
  min-width: 100%;
  border: 1px solid #dddddd;
  outline: 0 !important;
  max-height: calc(12.2em + 18px);
  height: calc(2.2em + 19px);
  padding: 13px 10px 10px;
  -webkit-appearance: none;
  background-size: 12px;
  background-position: calc(100% - 13px) 24px;
  background-repeat: no-repeat;
  max-width: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23dddddd'><polygon points='0,0 100,0 50,50'/></svg>");
  margin-bottom: 15px;
}

input[type=text] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #171717;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type=email] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #171717;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type=url] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #171717;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type=password] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #171717;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type=search] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #171717;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type=number] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #171717;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type=tel] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #171717;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type=range] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #171717;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type=date] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #171717;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type=month] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #171717;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type=week] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #171717;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type=time] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #171717;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type=datetime] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #171717;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type=datetime-local] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #171717;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

input[type=color] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #171717;
  height: 67px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

textarea {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #fff;
  color: #171717;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 4px;
}

pre {
  background: #eef3f9;
  padding: 30px;
  border-radius: 5px;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 30px;
}

.entry-summary img {
  max-width: 100%;
}

form.post-password-form {
  position: relative;
}

.post-password-form label {
  width: 100%;
  display: block;
}
.post-password-form input[type=password] {
  border: 1px solid #eef3f9;
  width: 100%;
  height: 52px;
  padding: 10px 15px;
}
.post-password-form input[type=submit] {
  position: absolute;
  right: 0;
  bottom: 0px;
  padding: 12px 30px;
  border-radius: 0px 4px 4px 0px;
  border: none;
  color: #fff;
  background-color: #171717;
  display: inline-block;
  height: 60px;
  padding: 0px 40px;
  color: #fff;
  border-radius: 2px;
  display: block;
  margin-top: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.post-password-form input[type=password] {
  height: 60px;
  line-height: 60px;
  padding-left: 25px;
  position: relative;
  padding-right: 25px;
  background-color: #f7f7f7;
  width: 100% !important;
  border-radius: 2px;
  border: 1px solid rgba(68, 68, 68, 0.2);
  display: block;
  margin-top: 10px;
}

.format-chat .entry-content p {
  padding: 15px;
  margin-right: 20px;
  background: #eef3f9;
  border-radius: 5px;
}
.format-chat .entry-content p:nth-child(2n) {
  margin-right: 0;
  margin-left: 24px;
  text-align: right;
}

article {
  display: block;
}

aside {
  display: block;
}

figure {
  display: block;
}

footer {
  display: block;
}
footer table th {
  border-top: 1px solid;
  border-right: 1px solid;
  text-align: center;
  padding: 8px;
  border-color: #d7d7d7;
  color: #fff;
}
footer table td {
  border-top: 1px solid;
  border-right: 1px solid;
  text-align: center;
  padding: 8px;
  border-color: #d7d7d7;
  color: #fff;
}
footer span.wp-calendar-nav-prev a:hover {
  color: var(--mainColor);
}
footer span.wp-calendar-nav-next a:hover {
  color: var(--mainColor);
}
footer .widget ul li > span.number {
  color: #fff;
}

header {
  display: block;
}

hgroup {
  display: block;
}

main {
  display: block;
}

nav {
  display: block;
}

section {
  display: block;
}

.page-links {
  clear: both;
  margin: 1.5em 0;
  margin-top: 20px;
  font-weight: 700;
  clear: both;
}
.page-links .post-page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #eee;
  transition: all 0.3s ease-in-out;
  margin: 0 3px;
}
.page-links a.post-page-numbers {
  background-color: #171717;
  color: #fff;
}
.page-links a.post-page-numbers:hover {
  background-color: var(--mainColor);
  color: #fff;
}
.page-links .page-link-label {
  display: inline-block;
  font-weight: 700;
  margin-right: 15px;
}
.page-links a:visited {
  color: #fff;
}
.page-links a:focus {
  color: #fff;
}
.page-links a:hover {
  color: #fff;
  background-color: var(--mainColor);
}

.page p img {
  margin-bottom: 30px;
}

blockquote.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

.wp-caption.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

.wp-calendar-table tr td a:hover {
  color: var(--mainColor);
}
.wp-calendar-table tbody td#today {
  background: #171717;
  opacity: 1;
  color: #fff;
  border-color: #171717;
}

table.wp-calendar-table {
  margin: 0;
}

.wp-block-archives li.cat-item a, .wp-block-categories li.cat-item a {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #171717 !important;
  text-transform: initial !important;
}
.wp-block-archives li.cat-item a:hover, .wp-block-categories li.cat-item a:hover {
  color: #ffd039;
}

ul.wp-block-archives.extraclass.wp-block-archives-list li {
  margin-bottom: 15px;
}

button.wp-block-search__button {
  border: none;
  padding: 0 24px;
  border-radius: 5px;
  transition: 0.4s;
}
button.wp-block-search__button:hover {
  background-color: var(--mainColor);
  color: #fff;
}

.post-content ul li {
  margin-bottom: 15px;
}
.post-content ol li {
  margin-bottom: 15px;
}

ul.wp-block-rss {
  list-style: none;
  padding: 0;
}

p.has-large-font-size {
  font-size: 36px;
  line-height: 50px;
}

.gallery.gallery-columns-9 .gallery-item {
  width: 11.1111111111%;
}

.single-sidebar-widget .widget {
  background-color: #ededed;
  margin-bottom: 40px;
  padding: 40px 30px;
}

section.widget:last-of-type {
  margin-bottom: 0;
}

.widget.widget_rss .rss-date {
  margin-bottom: 8px;
  display: block;
  margin-top: 4px;
  color: #171717;
  font-weight: 500;
  font-size: 16px;
}
.widget.widget_rss cite {
  margin-top: 10px;
  display: block;
  color: #171717;
}
.widget.widget_rss ul li {
  border-top: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.widget.widget_rss ul li:last-child {
  margin-bottom: 0;
  border: none;
}

.comment-text img {
  display: block;
  margin: 10px 0px;
}

.widget.widget_text img {
  max-width: 100%;
  height: auto;
  margin: 15px 0;
  margin: 15px 0;
}

.widget_rss li cite:before {
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #171717;
  content: "";
  position: relative;
  top: -5px;
  margin-right: 10px;
}

.widget.widget_tag_cloud .tagcloud a {
  background-color: var(--mainColor);
  padding: 11px 25px;
  line-height: 18px;
  font-size: 14px !important;
  text-transform: capitalize;
  border-radius: 5px;
  margin-right: 5px;
  color: #fff !important;
  display: inline-block;
  clear: both;
  overflow: hidden;
}
.widget.widget_archive li:hover .post-count-number {
  color: #fff;
}

.bre-sub span > i {
  font-size: 11px;
  margin: 0 5px;
}

blockquote {
  padding-left: 30px;
  border-left: 5px solid var(--mainColor);
  margin: 30px 0 30px 0;
}
blockquote cite {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #707070;
  display: block;
}

.post-contents.entry-content p {
  margin-bottom: 25px;
}

.blog-post-details .post-navigation .nav-links {
  margin-top: 0;
  text-align: left;
  overflow: hidden;
  text-transform: none;
  *display: inline-flex;
}
.blog-post-details .post-navigation .nav-links a {
  display: block;
  color: #171717;
  font-size: 22px;
  font-weight: 600;
}
.blog-post-details .post-navigation .nav-links .nav-arrow-label {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  display: block;
  letter-spacing: 0.3px;
  color: #656565;
  padding-bottom: 10px;
}
.blog-post-details .post-navigation .nav-links .nav-previous {
  float: left;
  text-align: left;
  padding-right: 15px;
  width: 50%;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-post-details .post-navigation .nav-links .nav-previous .nav-arrow-label::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f104";
  margin-right: 10px;
  right: auto;
  left: 1px;
}
.blog-post-details .post-navigation .nav-links .nav-next {
  float: right;
  text-align: right;
  padding-left: 15px;
  width: 50%;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-post-details .post-navigation .nav-links .nav-next a {
  text-align: right;
}
.blog-post-details .post-navigation .nav-links .nav-next .nav-arrow-label::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  margin-left: 10px;
  right: auto;
  left: 1px;
}

.comment-form-wrap {
  overflow: hidden;
  width: 100%;
}

.page-contents p {
  margin-bottom: 15px;
  margin-bottom: 15px;
}
.page-contents p:last-child {
  margin-bottom: 0;
}
.page-contents ul {
  list-style-type: revert;
  list-style-type: revert;
}
.page-contents ul li {
  list-style-type: revert;
}

tbody {
  border: 1px solid #d7d7d7;
}

.comment {
  list-style-type: none;
}
.comment ol {
  list-style-type: decimal;
  margin-bottom: 20px;
}
.comment ol li {
  list-style-type: decimal;
}

.page-template-default .blog-wrapper ul {
  margin-bottom: 15px;
}
.page-template-default ol {
  margin-bottom: 15px;
  list-style-type: decimal;
  margin-bottom: 20px;
}
.page-template-default ol li {
  list-style-type: decimal;
}
.page-template-default ul {
  list-style: revert;
}
.page-template-default ul li {
  list-style: revert;
}

.comments-item-list {
  list-style: none !important;
  margin-left: 0px !important;
  padding-left: 0px;
}
.comments-item-list a.comment-reply-link {
  font-weight: 600;
}
.comments-item-list a.comment-reply-link:hover {
  color: var(--mainColor);
}
.comments-item-list a.comment-reply-link::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.comments-item-list .children {
  padding-left: 110px;
}
.comments-item-list .children li {
  padding-bottom: 10px;
}
.comments-item-list .single-comment-item .comment-text.comment-text h1 {
  font-size: 2.5rem;
  line-height: 1.3;
}
.comments-item-list .single-comment-item table {
  margin-top: 20px;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.tag-share-wrap .post-tags a {
  display: inline-block;
  margin-bottom: 8px;
  padding: 5px 11px;
  font-size: 14px !important;
  line-height: 1.143;
  font-weight: 500;
  color: #171717;
  transition: 0.4s;
  border-radius: 0;
  border: 2px solid #D9D9D9;
}
.tag-share-wrap .post-tags a:hover {
  border: 2px solid var(--mainColor);
}
.tag-share-wrap .post-tags a:not(:last-child) {
  margin-right: 8px;
}

dl {
  margin-top: 20px;
}

.comment-respond {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .comment-respond {
    margin-top: 30px;
    padding-left: 20px;
  }
}

.comment-reply-title {
  font-size: 37px;
}
.comment-reply-title small {
  font-size: 60%;
  margin-left: 40px;
}

input#wp-comment-cookies-consent {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
}

p.comment-form-cookies-consent {
  display: flex;
  align-items: baseline;
}

.blog-wrapper .blog-post-details .post-meta {
  margin-bottom: 20px;
  text-transform: capitalize;
}
.blog-wrapper .blog-post-details .post-content p {
  margin: 0px;
  margin-bottom: 15px;
  line-height: 2.02941em;
}
.blog-wrapper .blocks-gallery-item img {
  margin: 0px !important;
}

.wp-block-columns blockquote.wp-block-quote {
  padding: 20px !important;
  font-size: 26px !important;
}

@media screen and (max-width: 992px) {
  .entry-content table th {
    padding: 7px;
  }
  .entry-content table td {
    padding: 7px;
  }
  table td {
    padding: 7px;
  }
}
@media screen and (max-width: 767px) {
  .blog-post-details .post-navigation .nav-links {
    grid-template-columns: 1fr;
  }
  .blog-post-details .post-navigation .nav-next a {
    text-align: left;
  }
}
.admin-bar .mobile-nav.show, .admin-bar header.header-1.sticky {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  .admin-bar .mobile-nav.show, .admin-bar header.header-1.sticky {
    top: 46px !important;
  }
}
.widget_recent_entries ul, .widget_recent_comments ul {
  padding-left: 0;
}

nav.navigation.comment-navigation {
  margin-top: 25px;
}
nav.navigation.comment-navigation .nav-links a {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  color: #171717;
}

.wp-block-latest-comments__comment {
  margin-bottom: 8px !important;
}

.single-sidebar-widget.widget > ul {
  padding-left: 0px !important;
}

.page-template-default ul.children {
  list-style: none;
}

.wp-block-archives label {
  margin-bottom: 10px;
}

.wp-block-calendar caption {
  padding-top: 10px;
}

.single-sidebar-widget .menu {
  padding-left: 0px;
}

time.wp-block-latest-comments__comment-date {
  margin: 6px 0px;
}

a.wp-block-latest-comments__comment-author {
  text-transform: capitalize;
}

.category-markup.tag-content-2.tag-css.tag-formatting-2 ol,
.tag-html.tag-markup-2 ol {
  padding-left: 29px;
}

.widget_recent_comments ul li span {
  display: block;
}

.wp-block-latest-comments__comment-author {
  display: block;
  font-size: 18px !important;
  color: #171717 !important;
  text-transform: capitalize;
}
.wp-block-latest-comments__comment-author:hover {
  color: var(--mainColor) !important;
}

span.comment-author-link {
  display: block;
}

.wp-block-file a {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -1px;
}
.wp-block-file .wp-block-file__button {
  margin-left: 2.75em;
  color: #f6f6f6;
  font-family: "Syne", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 0 !important;
  background-color: #171717;
  transition: all 0.3s ease-in-out;
  padding: 35px 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .wp-block-file .wp-block-file__button {
    padding: 25px 30px;
  }
}
.wp-block-file .wp-block-file__button:hover {
  background-color: var(--mainColor);
  box-shadow: inherit;
  color: #f6f6f6;
}

/* ----------------------------------
    Template Section Styles
 ------------------------------------*/
/* --------------------------------------------
    Template Header Styles
 ---------------------------------------------- */
header {
  z-index: 99;
}
@media (min-width: 1199px) {
  header {
    min-height: 80px;
  }
}
header .row {
    --bs-gutter-x: 0;
}
header .logo_text {
  color: #f6f6f6;
  font-size: 30px;
  line-height: 0;
}
header.header-1.sticky, header.header-2.sticky, header.header-3.sticky {
  top: 0 !important;
  width: 100%;
  position: fixed !important;
  animation: sticky 0.8s ease-in-out;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  padding: 8px 50px 14px;
}
@media (max-width: 767px) {
  header.header-1.sticky, header.header-2.sticky, header.header-3.sticky {
    position: relative;
  }
}
header.header-1.sticky .main-menu ul li > a, header.header-2.sticky .main-menu ul li > a, header.header-3.sticky .main-menu ul li > a {
  padding: 30px 20px;
}
header.header-1.sticky .main-menu ul ul, header.header-2.sticky .main-menu ul ul, header.header-3.sticky .main-menu ul ul {
  top: 116%;
}
header.header-1.sticky .main-menu ul ul li a, header.header-2.sticky .main-menu ul ul li a, header.header-3.sticky .main-menu ul ul li a {
  color: #666666;
  padding: 10px 20px;
}
header.header-1.sticky .main-menu ul ul ul, header.header-2.sticky .main-menu ul ul ul, header.header-3.sticky .main-menu ul ul ul {
  top: 0;
}
header.header-1.sticky .search-wrap i, header.header-2.sticky .search-wrap i, header.header-3.sticky .search-wrap i {
  padding-top: 10px;
}
header.header-1.sticky .search-box, header.header-2.sticky .search-box, header.header-3.sticky .search-box {
  margin-top: 10px !important;
}
header.header-1.sticky {
  background: #171717;
}
header.header-1.sticky .main-menu ul li > a {
  color: #f6f6f6;
}
header.header-1.sticky .search-wrap i {
  color: #f6f6f6;
}
header.header-2.sticky, header.header-3.sticky {
  background: #f6f6f6;
}
header.header-2.sticky .main-menu ul li > a, header.header-3.sticky .main-menu ul li > a {
  color: #171717;
}
header.header-2.sticky .search-wrap i, header.header-3.sticky .search-wrap i {
  color: #171717;
}
header.header-1 {
  padding: 0px 50px 4px;
  background: #171717;
  border-top: 1px solid #202020;
}
@media (max-width: 991px) {
  header.header-1 {
    padding: 20px 0px;
  }
}
header.header-1 .logo a {
  display: block;
}
@media (max-width: 991px) {
  header.header-1 .logo a {
    padding-left: 20px;
  }
}
header.header-1 .search-wrap {
  text-align: right;
}
header.header-1 .search-wrap .dropdown-toggle {
  background-color: transparent;
}
header.header-1 .search-wrap .dropdown-toggle::after {
  display: none;
}
header.header-1 .search-wrap i {
  font-size: 24px;
  color: #f6f6f6;
  padding-top: 10px;
}
@media (max-width: 1024px) {
  header.header-1 .search-wrap i {
    padding-right: 20px;
  }
}
header.header-1 .main-menu ul {
  line-height: 1;
  text-align: center;
}
header.header-1 .main-menu ul > li {
  display: inline-block;
  line-height: 1;
  margin: 0 10px;
}
header.header-1 .main-menu ul > li:hover > a::before {
  transform: scale(1);
  transition: transform 0.2s ease-out 80ms, opacity 0.2s ease-out, left 0.2s ease-out, right 0.2s ease-out;
}
header.header-1 .main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header.header-1 .main-menu ul > li:hover > ul li:hover a {
  color: #f6f6f6;
}
header.header-1 .main-menu ul > li:hover > ul li:hover ul a {
  color: #888A8D;
}
header.header-1 .main-menu ul > li:hover > ul li:hover ul a:hover {
  color: #f6f6f6;
}
header.header-1 .main-menu ul > li > a {
  display: inline-block;
  font-family: "Syne", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  color: #f6f6f6;
  line-height: 1;
  padding: 40px 20px;
  text-align: left;
  position: relative;
  margin-bottom: -3px;
  transition: all 0.6s ease-out;
}
header.header-1 .main-menu ul > li > a::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  height: 10px;
  width: 10px;
  background: var(--mainColor);
  border-radius: 100%;
  transform: scale(0);
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, left 0.2s ease-out, right 0.2s ease-out;
  left: 0px;
}
header.header-1 .main-menu ul > li > a span {
  margin-left: 3px;
  font-size: 16px;
  display: none;
}
@media (max-width: 1199px) {
  header.header-1 .main-menu ul > li > a {
    padding: 26px 20px;
  }
}
header.header-1 .main-menu ul > li > ul {
  position: absolute;
  top: 104%;
  width: 15em;
  padding: 1em 0 1.1em;
  background-color: #171717;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s ease-in-out;
}
header.header-1 .main-menu ul > li > ul li {
  display: block;
}
header.header-1 .main-menu ul > li > ul li a {
  display: block;
  color: #666666;
  padding: 12px 24px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
header.header-1 .main-menu ul > li > ul li a::before {
  content: none;
}
header.header-1 .main-menu ul > li > ul li a:hover {
  color: #f6f6f6;
}
header.header-1 .main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}
header.header-1 .main-menu ul > li > ul li.active a {
  color: #f6f6f6;
}
header.header-1 .main-menu ul li.current-menu-ancestor > a::before {
  transform: scale(1);
  transition: transform 0.2s ease-out 80ms, opacity 0.2s ease-out, left 0.2s ease-out, right 0.2s ease-out;
}
header.header-1 .main-menu ul li.active > a::before {
  transform: scale(1);
  transition: transform 0.2s ease-out 80ms, opacity 0.2s ease-out, left 0.2s ease-out, right 0.2s ease-out;
}
header.header-2 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 40px;
  padding: 0 50px;
}
@media (max-width: 767px) {
  header.header-2 {
    padding: 0 15px;
  }
}
header.header-2 .middle-bar {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  header.header-2 .middle-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
header.header-2 .search-wrap {
  text-align: right;
}
header.header-2 .search-wrap .dropdown-toggle {
  background-color: transparent;
}
header.header-2 .search-wrap .dropdown-toggle::after {
  display: none;
}
header.header-2 .search-wrap i {
  font-size: 24px;
  color: #FFF;
}
@media (max-width: 1024px) {
  header.header-2 .search-wrap i {
    padding-right: 20px;
  }
}
header.header-2 .main-menu ul {
  line-height: 1;
  text-align: center;
}
header.header-2 .main-menu ul > li {
  display: inline-block;
  line-height: 1;
  margin: 0 10px;
}
header.header-2 .main-menu ul > li:hover > a::before {
  transform: scale(1);
}
header.header-2 .main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header.header-2 .main-menu ul > li:hover > ul li:hover a {
  color: #f6f6f6;
}
header.header-2 .main-menu ul > li:hover > ul li:hover ul a {
  color: #888A8D;
}
header.header-2 .main-menu ul > li:hover > ul li:hover ul a:hover {
  color: #f6f6f6;
}
header.header-2 .main-menu ul > li > a {
  display: inline-block;
  font-family: "Syne", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  color: #FFF;
  line-height: 1;
  padding: 12px 20px;
  text-align: left;
  position: relative;
  margin-bottom: -3px;
  transition: all 0.6s ease-out;
}
header.header-2 .main-menu ul > li > a::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  height: 10px;
  width: 10px;
  background: var(--mainColor);
  border-radius: 100%;
  transform: scale(0);
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, left 0.2s ease-out, right 0.2s ease-out;
  left: 0px;
}
header.header-2 .main-menu ul > li > a span {
  margin-left: 3px;
  font-size: 16px;
  display: none;
}
@media (max-width: 1199px) {
  header.header-2 .main-menu ul > li > a {
    padding: 26px 20px;
  }
}
header.header-2 .main-menu ul > li > ul {
  position: absolute;
  top: 200%;
  width: 15em;
  padding: 1em 0 1.1em;
  background-color: #171717;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s ease-in-out;
}
header.header-2 .main-menu ul > li > ul li {
  display: block;
}
header.header-2 .main-menu ul > li > ul li a {
  display: block;
  color: #666666;
  padding: 12px 24px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
header.header-2 .main-menu ul > li > ul li a::before {
  content: none;
}
header.header-2 .main-menu ul > li > ul li a:hover {
  color: #f6f6f6;
}
header.header-2 .main-menu ul > li > ul li.active a {
  color: #f6f6f6;
}
header.header-2 .main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}
header.header-2 .main-menu ul li.current-menu-ancestor > a::before {
  transform: scale(1);
  transition: transform 0.2s ease-out 80ms, opacity 0.2s ease-out, left 0.2s ease-out, right 0.2s ease-out;
}
header.header-2 .main-menu ul li.active > a::before {
  transform: scale(1);
  transition: transform 0.2s ease-out 80ms, opacity 0.2s ease-out, left 0.2s ease-out, right 0.2s ease-out;
}
header.header-3 {
  padding: 0px 50px 4px;
}
@media (max-width: 991px) {
  header.header-3 {
    padding: 15px 0px;
  }
}
header.header-3 .logo a {
  display: block;
}
header.header-3 .search-wrap {
  text-align: right;
}
header.header-3 .search-wrap .dropdown-toggle {
  background-color: transparent;
}
header.header-3 .search-wrap .dropdown-toggle::after {
  display: none;
}
header.header-3 .search-wrap i {
  font-size: 24px;
  color: #171717;
  padding-top: 10px;
}
@media (max-width: 1024px) {
  header.header-3 .search-wrap i {
    padding-right: 20px;
  }
}
header.header-3 .main-menu ul {
  line-height: 1;
  text-align: center;
}
header.header-3 .main-menu ul > li {
  display: inline-block;
  line-height: 1;
  margin: 0 10px;
}
header.header-3 .main-menu ul > li:hover > a::before {
  transform: scale(1);
  transition: transform 0.2s ease-out 80ms, opacity 0.2s ease-out, left 0.2s ease-out, right 0.2s ease-out;
}
header.header-3 .main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header.header-3 .main-menu ul > li:hover > ul li:hover a {
  color: #f6f6f6;
}
header.header-3 .main-menu ul > li:hover > ul li:hover ul a {
  color: #888A8D;
}
header.header-3 .main-menu ul > li:hover > ul li:hover ul a:hover {
  color: #f6f6f6;
}
header.header-3 .main-menu ul > li > a {
  display: inline-block;
  font-family: "Syne", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  color: #171717;
  line-height: 1;
  padding: 40px 20px;
  text-align: left;
  position: relative;
  margin-bottom: -3px;
  transition: all 0.6s ease-out;
}
header.header-3 .main-menu ul > li > a::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  height: 10px;
  width: 10px;
  background: var(--mainColor);
  border-radius: 100%;
  transform: scale(0);
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, left 0.2s ease-out, right 0.2s ease-out;
  left: 0px;
}
header.header-3 .main-menu ul > li > a span {
  margin-left: 3px;
  font-size: 16px;
  display: none;
}
@media (max-width: 1199px) {
  header.header-3 .main-menu ul > li > a {
    padding: 26px 20px;
  }
}
header.header-3 .main-menu ul > li > ul {
  position: absolute;
  top: 104%;
  width: 15em;
  padding: 1em 0 1.1em;
  background-color: #171717;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s ease-in-out;
}
header.header-3 .main-menu ul > li > ul li {
  display: block;
}
header.header-3 .main-menu ul > li > ul li a {
  display: block;
  color: #666666;
  padding: 12px 24px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
header.header-3 .main-menu ul > li > ul li a::before {
  content: none;
}
header.header-3 .main-menu ul > li > ul li a:hover {
  color: #f6f6f6;
}
header.header-3 .main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}
header.header-3 .main-menu ul > li > ul li.active a {
  color: #f6f6f6;
}
header.header-3 .main-menu ul li.current-menu-ancestor > a::before {
  transform: scale(1);
  transition: transform 0.2s ease-out 80ms, opacity 0.2s ease-out, left 0.2s ease-out, right 0.2s ease-out;
}
header.header-3 .main-menu ul li.active > a::before {
  transform: scale(1);
  transition: transform 0.2s ease-out 80ms, opacity 0.2s ease-out, left 0.2s ease-out, right 0.2s ease-out;
}

.admin-bar header.header-1.sticky, .admin-bar header.header-2.sticky, .admin-bar header.header-3.sticky {
  top: 32px !important;
}
.admin-bar .mobile-nav .show {
  top: 32px !important;
}

.admin-bar header.header-2 {
  top: 60px !important;
}

.search-box {
  overflow: hidden;
  position: relative;
  border-radius: 0;
  box-sizing: border-box;
  padding: 21px 30px;
  background: #171717;
  width: 330px;
  margin-top: 26px !important;
}
@media (max-width: 1024px) {
  .search-box {
    margin-top: 17px !important;
  }
}
.search-box .dropdown-item {
  padding: 0;
  transition: all 0.3s ease-out;
}
.search-box .dropdown-item:hover, .search-box .dropdown-item:focus {
  color: #656565 !important;
  background: none !important;
}
.search-box form {
  position: relative;
}
.search-box form input {
  height: 58px;
  width: 100%;
  padding: 0px 40px 0 2px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #707070;
  border-radius: 0;
  border-bottom: 2px solid #202020;
  background: none;
}
.search-box form input:hover {
  background: none !important;
}
.search-box form button {
  background: transparent;
  position: absolute;
  right: 10px;
  color: #f23801;
  border: 0px;
  top: 10px;
  line-height: 36px;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
}
.search-box form button:hover {
  color: #171717;
  background: none !important;
}
.search-box form button i {
  font-size: 16px !important;
  color: #707070 !important;
}

.top-bar-wrapper {
  background-color: #171717;
  padding: 4px 50px;
}
.top-bar-wrapper .top-left ul li {
  color: #b0b0b0 !important;
  margin-right: 30px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  display: inline-block;
}
.top-bar-wrapper .top-left ul li i {
  color: #b0b0b0;
  padding-right: 12px;
  font-weight: 400;
}
.top-bar-wrapper .social-pages a {
  color: #b0b0b0;
  margin-left: 24px;
  font-weight: 400;
}
.top-bar-wrapper .social-pages a:hover {
  color: #FFF;
}

.mobile-nav {
  position: fixed;
  right: -400px;
  top: 0;
  width: 400px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  transition: right 0.3s ease-in;
  background-color: #171717;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  /* Vertical Menu Style */
}
.mobile-nav.show {
  right: 0px;
}
.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #666666;
  border-radius: 30px;
  font-size: 40px;
  position: absolute;
  right: 30px;
  top: 30px;
}
.mobile-nav .sidebar-nav {
  margin-top: 70px;
}
.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.mobile-nav .sidebar-nav .metismenu {
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu a {
  font-size: 24px;
  color: #666666;
  position: relative;
  display: block;
  padding: 20px 10px;
  margin-right: 20px;
  margin-left: 20px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  outline-width: 0;
  text-transform: capitalize;
  border-bottom: 1px solid #202020;
}
.mobile-nav .sidebar-nav .metismenu a span {
  margin-left: 10px;
  font-size: 18px;
}
.mobile-nav .sidebar-nav .metismenu ul a {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #666666;
  padding: 17px 15px 0 30px;
  border-bottom: none;
  position: relative;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}
.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  *content: "";
  top: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}
.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}
.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 15px 15px 15px 70px;
  border-bottom: none;
}
.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f6f6f6;
}
.mobile-nav .action-bar {
  padding-left: 30px;
}
.mobile-nav .action-bar .single-info-element {
  padding-top: 20px;
}
.mobile-nav .action-bar .single-info-element .icon {
  font-size: 24px;
  color: #666666;
}
.mobile-nav .action-bar .single-info-element .text {
  padding-top: 10px;
}
.mobile-nav .action-bar .single-info-element .text h5 {
  color: #666666;
}
.mobile-nav .action-bar .single-info-element .text p {
  color: #666666;
}
.mobile-nav .social-icons {
  margin-bottom: 20px;
}
.mobile-nav .social-icons a {
  display: inline-block;
  margin-right: 30px;
  font-size: 20px;
  color: #666666;
}
.mobile-nav .social-icons a:hover {
  color: var(--mainColor);
}

.header-3 #hamburger {
  color: #171717;
}

.header-1 #hamburger, .header-2 #hamburger {
  color: #f6f6f6;
}

#hamburger {
  font-size: 35px;
  line-height: 1;
  text-align: right;
  display: none;
}
#hamburger i {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #hamburger {
    display: block;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #hamburger {
    padding-right: 0;
    display: block;
  }
}

.page-banner-wrap {
  background-color: #f6f6f6;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
@media (max-width: 991px) {
  .page-banner-wrap {
    padding-top: 110px;
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .page-banner-wrap {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media (max-width: 500px) {
  .page-banner-wrap {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
.page-banner-wrap::before, .page-banner-wrap::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  background: #171717;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: -1;
}
.page-banner-wrap h1, .page-banner-wrap h2 {
  text-transform: inherit;
}

.breadcrumb-wrapper {
  padding: 20px 0 0;
  color: #f6f6f6;
}
.breadcrumb-wrapper a {
  font-family: "Syne", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  color: #f6f6f6;
  padding-left: 7px;
  padding-right: 7px;
}
.breadcrumb-wrapper a:hover {
  color: #f23801;
}
.breadcrumb-wrapper .current-item {
  font-family: "Syne", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
  padding-left: 7px;
}
.breadcrumb-wrapper .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  color: #171717;
  font-weight: 500;
  text-transform: capitalize;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a:hover {
  color: #f23801;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
}

/* --------------------------------------------
    Template All Section Styles
 ---------------------------------------------- */
.text-marquee .qodef-m-text-item {
  color: #171717;
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 90px;
  letter-spacing: -4px;
}
@media (max-width: 1191px) {
  .text-marquee .qodef-m-text-item {
    font-size: 38px;
    letter-spacing: -1px;
  }
}
.text-marquee .qodef-e-icon-holder {
  color: var(--mainColor);
}

.text-marquee3 {
  background-color: var(--mainColor);
}
.text-marquee3 .qodef-m-text-item {
  color: #f6f6f6;
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 90px;
  letter-spacing: -4px;
}
@media (max-width: 1191px) {
  .text-marquee3 .qodef-m-text-item {
    font-size: 38px;
    letter-spacing: -1px;
  }
}
.text-marquee3 .qodef-e-icon-holder {
  color: #f6f6f6;
}

.text-marquee1 .qodef-m-text-item {
  color: #303030;
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 90px;
  letter-spacing: -4px;
}
@media (max-width: 1191px) {
  .text-marquee1 .qodef-m-text-item {
    font-size: 38px;
    letter-spacing: -1px;
  }
}
.text-marquee1 .qodef-e-icon-holder {
  color: var(--mainColor);
}

.too-features {
  padding: 0 15% 0 13%;
}
.too-features p {
  color: #666666;
}
.too-features .qodef-m-subtitle {
  font-size: 230px;
  color: #202020;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Syne", sans-serif;
  z-index: -2;
  position: absolute;
  left: -13px;
  top: -12%;
}
.too-features .qodef-m-text {
  margin-top: 0.8em;
  color: #666666;
}

.too-typeout .qodef-typeout-holder {
  color: var(--mainColor);
  position: fixed;
}

.too-unique-text {
  color: #666666;
}

.too-counter .qodef-m-digit {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  letter-spacing: -4px;
  color: #202020;
  margin-left: -15px;
}

.too-play .elementor-custom-embed-play i:hover {
  color: var(--mainColor) !important;
}

.we-will {
  color: #666666;
}
.we-will ul {
  padding-left: 10px;
}
.we-will ul li {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 33px;
  padding-bottom: 20px;
}
.we-will ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--mainColor);
  background-size: auto;
}
.we-will .qodef-m-text {
  color: #666666;
}

.too-links .qodef-e-inner-title {
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-out;
}
.too-links .qodef-e-inner-title:hover {
  color: #171717;
}
.too-links .qodef--active .qodef-e-inner-title {
  color: #171717;
}

.too-testimonial .swiper-slide img {
  max-width: 174px;
}
.too-testimonial .qodef-e-author .qodef-e-author-name {
  color: #707070;
}
.too-testimonial .qodef-e-author .qodef-e-author-job {
  font-family: "Syne", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #707070;
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .too-testimonial .qodef-e-text {
    padding-top: 40px;
  }
}
.too-testimonial .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #272727 !important;
}
.too-testimonial .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor) !important;
  transform: matrix(1.2, 0, 0, 1.2, 0, 0) translateZ(0) !important;
}
.too-testimonial .swiper-pagination .swiper-pagination-bullet:hover {
  transform: matrix(1.2, 0, 0, 1.2, 0, 0) translateZ(0) !important;
}

.too-homeblog .qodef-item--square .qodef-e-media-image a:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.9;
}
.too-homeblog .qodef-item--square .qodef-e-info-date {
  font-family: "Syne", sans-serif;
}
.too-homeblog .qodef-item--square .qodef-e-info {
  font-family: "Syne", sans-serif;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 700;
}
.too-homeblog .qodef-item--square .qodef-e-info .qodef-e-info-item:not(:last-child)::after {
  content: "|" !important;
  color: #474747;
  font-size: 10px;
}

.text-marquee2 .qodef-m-text-item {
  color: #dddddd;
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 90px;
  letter-spacing: -4px;
}
@media (max-width: 1191px) {
  .text-marquee2 .qodef-m-text-item {
    font-size: 38px;
    letter-spacing: -1px;
  }
}
.text-marquee2 .qodef-e-icon-holder {
  color: var(--mainColor);
}

.too-finest .qodef-m-subtitle {
  padding-left: 4px;
}

.too-typeout-bg .qodef-typeout-holder {
  background-color: #171717;
  color: #dddddd;
  padding-left: 5px;
  padding-right: 5px;
}

.too-timeline1 .qodef-e-text {
  color: #666666;
}
.too-timeline1 .qodef-e-date {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #666666;
  margin-top: 0;
  padding-top: 0;
}

.too-bw {
  color: #dddddd;
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 90px;
  letter-spacing: -4px;
  line-height: 100px;
}
.too-bw span {
  color: var(--mainColor);
}

.too-typeout3 .qodef-typeout-holder {
  color: var(--mainColor);
}

.too-home2-blog .qodef-blog-item {
  padding-bottom: 20px;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #CBCBCB;
}
.too-home2-blog .qodef-e-info-item {
  font-family: "Syne", sans-serif;
}
.too-home2-blog .qodef-e-title-link:hover {
  color: var(--mainColor);
  text-decoration: none;
}
.too-home2-blog .qodef-layout--textual .qodef-m-text {
  font-family: "Syne", sans-serif;
}

.too-about-h5 h5 {
  color: var(--mainColor);
}

.too-timeline .qodef-e-point-holder .qodef-e-point {
  background-color: var(--mainColor);
}
.too-timeline .qodef-e-date {
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #171717;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  margin-top: 0;
  padding-top: 0;
}

.too-services .qodef-qi-button {
  font-family: "Syne", sans-serif;
  font-size: 17px;
}
.too-services .qodef-qi-button:hover {
  color: var(--mainColor);
  text-decoration: none;
}

.too-services-h {
  color: #171717;
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 75px;
  letter-spacing: -4px;
}

.qodef-qi-pricing-table {
  border-color: var(--mainColor);
}
.qodef-qi-pricing-table .qodef-m-price .qodef-m-price-wrapper {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  color: #171717;
  font-size: 58px;
  line-height: 1.172em;
}
.qodef-qi-pricing-table .qodef-m-price .qodef-m-price-wrapper .qodef-m-price-currency {
  margin: 7px;
}
.qodef-qi-pricing-table .qodef-m-price .qodef-m-price-period {
  color: #171717;
  font-family: "Syne", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0px 0px 0px 10px;
}
.qodef-qi-pricing-table .qodef-m-content li.qodef-e-item:last-child {
  margin-bottom: 12px !important;
  display: initial;
}
.qodef-qi-pricing-table .qodef-m-button .qodef-text-underline .qodef-m-text {
  transition: all 0.5s ease-in-out;
}
.qodef-qi-pricing-table .qodef-m-button .qodef-text-underline .qodef-m-text:hover {
  color: var(--mainColor);
}
.qodef-qi-pricing-table .qodef-m-button .qodef-text-underline .qodef-m-text::after {
  display: none !important;
}

.qodef-qi-team-member .qodef-e-social-icon:hover {
  color: var(--mainColor) !important;
}

.qodef-qi-team-member.qodef-image--hover-zoom .qodef-m-media-image {
    overflow: visible;
}

.too-contact-pad {
  margin-bottom: 12px !important;
}

.too-social-media a {
  color: #202020;
  margin-left: 15px;
  font-size: 20px;
  font-weight: 500;
}
.too-social-media a:hover {
  color: var(--mainColor);
  transition: all 300ms ease;
}

@media (max-width: 585px) {
  .contact-form {
    padding-top: 20px;
  }
}
.contact-form .single-personal-info {
  margin-bottom: 20px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  color: #656565;
  background: transparent;
  line-height: 1;
  padding: 25px 30px 25px 5px;
  border-top: 0px !important;
  border-right: 0px !important;
  border-left: 0px !important;
  border-bottom: 1px solid #C8C8C8 !important;
}
@media (max-width: 585px) {
  .contact-form input,
  .contact-form textarea {
    padding: 15px;
    font-size: 13px;
  }
}
.contact-form textarea {
  height: 220px;
}
@media (max-width: 767px) {
  .contact-form textarea {
    height: 160px;
  }
}
.contact-form label {
  color: #171717;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  *text-transform: capitalize;
}
.contact-form label span {
  color: #656565;
  font-size: 16px;
}
.contact-form input[type=submit],
.contact-form .submit-btn {
  color: #f6f6f6;
  font-family: "Syne", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 0;
  background-color: #171717;
  transition: all 0.3s ease-in-out;
  padding: 35px 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 230px;
  margin-top: 10px;
  display: block;
}
.contact-form input[type=submit].active, .contact-form input[type=submit]:hover,
.contact-form .submit-btn.active,
.contact-form .submit-btn:hover {
  background-color: var(--mainColor);
  color: #f6f6f6;
}
.contact-form input[type=submit] i,
.contact-form .submit-btn i {
  margin-right: 8px;
}
@media (max-width: 400px) {
  .contact-form input[type=submit],
  .contact-form .submit-btn {
    width: 100%;
  }
}

span.wpcf7-spinner {
  position: absolute;
  bottom: 0;
}

.wpcf7-not-valid-tip {
  color: #656565;
  font-size: 14px;
}

.wpcf7-response-output {
  color: #656565;
  font-size: 14px;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border: none !important;
}

.style-one {
  margin-top: 60px;
}
.style-one .row > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.style-one .single-cause-item {
  margin-top: 0;
}

.single-cause-item, .single-portfolio-item {
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
}
.single-cause-item .too-animate, .single-portfolio-item .too-animate {
  display: block;
  overflow: hidden;
  position: relative;
}
.single-cause-item .too-animate .cause-bg, .single-portfolio-item .too-animate .cause-bg {
  height: 300px;
  position: relative;
  overflow: hidden;
  width: 100%;
  transition: all 0.5s;
}
.single-cause-item .too-animate .cause-bg1, .single-portfolio-item .too-animate .cause-bg1 {
  height: 300px;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}
.single-cause-item .too-animate h4, .single-portfolio-item .too-animate h4 {
  transition: all 0.5s;
}
.single-cause-item .too-animate h4:hover, .single-portfolio-item .too-animate h4:hover {
  color: var(--mainColor);
}
.single-cause-item .too-animate .too-animate-overlay, .single-portfolio-item .too-animate .too-animate-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.5s;
}
.single-cause-item .too-animate .too-animate-overlay .too-animate-content, .single-portfolio-item .too-animate .too-animate-overlay .too-animate-content {
  background-color: #171717;
  vertical-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  right: 20%;
  left: 20%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.single-cause-item .too-animate .too-animate-overlay .too-animate-content h4, .single-portfolio-item .too-animate .too-animate-overlay .too-animate-content h4 {
  color: #f6f6f6;
  margin-top: 0;
}
.single-cause-item .too-animate .too-animate-overlay .too-animate-content p, .single-portfolio-item .too-animate .too-animate-overlay .too-animate-content p {
  font-family: "Poppins", sans-serif;
}
.single-cause-item .too-animate .too-animate-overlay .too-animate-content .category, .single-portfolio-item .too-animate .too-animate-overlay .too-animate-content .category {
  font-size: 15.5px;
  font-weight: 400;
  line-height: 2.02941em;
  color: #f6f6f6;
  z-index: 3;
}

.too-animate:hover .cause-bg {
  transform: scaleX(1.08) scaleY(1.08) skew(0);
  will-change: transform;
  display: block;
}
.too-animate:hover .too-animate-overlay {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s;
}

.project-page-details {
  margin-top: 20px;
}
.project-page-details .project-details-item {
  display: block;
  margin-top: 11px;
}
.project-page-details .project-details-item .project-details-item-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #171717;
  width: 30%;
  padding-right: 1em;
  display: inline-block;
  vertical-align: top;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.project-page-details .project-details-item .project-details-item-value {
  font-size: 1.05rem;
  font-weight: 400;
  color: #474747;
  width: 69%;
  display: inline-block;
  vertical-align: top;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.section-padding {
  padding: 180px 0px 180px 0px;
}
@media (max-width: 1191px) {
  .section-padding {
    padding: 100px 0px 40px 0px;
  }
}

.section-title {
  position: relative;
  margin-top: -5px;
}
.section-title span {
  position: absolute;
  content: "";
  font-weight: 700;
  font-size: 160px;
  letter-spacing: -3px;
  color: #fff;
  text-transform: capitalize;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  bottom: -5px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .section-title span {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .section-title span {
    font-size: 80px;
  }
}
.section-title p {
  margin-bottom: 5px;
  text-transform: capitalize;
}
.section-title h2 {
  text-transform: capitalize;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -3px;
}
@media (max-width: 991px) {
  .section-title h2 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}

.section-title-2 {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section-title-2 {
    margin-bottom: 20px;
  }
}
.section-title-2 span {
  font-size: 180px;
  line-height: 1;
  color: rgba(0, 22, 89, 0);
  font-weight: 600;
  -webkit-text-stroke: 1px #efefef;
  position: absolute;
  top: -38%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.9;
  z-index: -1;
  text-transform: capitalize;
}
@media (max-width: 1200px) {
  .section-title-2 span {
    font-size: 120px;
  }
}
@media (max-width: 991px) {
  .section-title-2 span {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .section-title-2 span {
    font-size: 70px;
  }
}
.section-title-2 p {
  color: #FF5E14;
  text-transform: capitalize;
}
.section-title-2 h2 {
  color: #171717;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -3px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .section-title-2 h2 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
.section-title-2 .icon {
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.08);
  width: 120px;
  height: 120px;
  line-height: 120px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.section-title-2 .icon::before {
  border-style: solid;
  border-width: 4px;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  border-color: #eaeaea;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.section-title-3 p {
  background-color: #ffd039;
  padding: 12px 30px;
  line-height: 1;
  color: #001248;
  text-transform: capitalize;
  display: inline-block;
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  margin-bottom: 15px;
  font-weight: 500;
}
.section-title-3 h2 {
  color: #001248;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -3px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .section-title-3 h2 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}

.section-bg {
  background-color: #f6f6f6;
}

.theme-bg {
  background-color: #f23801;
}
.theme-bg .section-title h5 {
  -webkit-text-stroke-color: #FFF;
}
.theme-bg .section-title h2 {
  color: #FFF;
}

.no-results h1 {
  padding-bottom: 20px;
}

.elementor-accordion-item {
  border: 0px !important;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  margin-top: 20px;
  padding: 15px 10px;
}

.elementor-accordion .elementor-tab-content {
  border: 0px !important;
}
.elementor-accordion .elementor-tab-title {
  padding-bottom: 15px !important;
}

.newsletter_widget br {
  display: none;
}
.newsletter_widget > i {
  position: absolute;
  z-index: 1;
  display: inline-block;
  line-height: 60px;
  left: 20px;
  color: #171717;
}
.newsletter_widget input[type=email] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0px 30px;
  padding-left: 50px;
  position: relative;
  font-size: 16px;
  border-radius: 0px;
}
.newsletter_widget button, .newsletter_widget input[type=submit] {
  margin-top: 20px;
  display: block;
  padding: 20px 30px;
  background-color: #171717;
  color: #FFF;
  text-align: center;
  border: 0px;
  width: 100%;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
}
.newsletter_widget button:hover, .newsletter_widget input[type=submit]:hover {
  background-color: #f23801;
  color: #fff;
}
.newsletter_widget button i, .newsletter_widget input[type=submit] i {
  margin-left: 5px;
}

/* --------------------------------------------
    Template Blog Styles
 ---------------------------------------------- */
.qodef-blog-item .qodef-e-content .qodef-e-info-item {
  display: inline-block;
  position: relative;
  color: #171717;
  font-family: "Syne", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 1;
  margin-right: 12px;
}
.qodef-blog-item .qodef-e-content .qodef-e-info-item a:hover {
  color: var(--mainColor);
}
.qodef-blog-item .qodef-e-content .qodef-e-title a:hover {
  color: var(--mainColor);
}
.qodef-blog-item .qodef-e-content .qodef-e-read-more a:hover {
  color: var(--mainColor);
}

.qodef-addons-blog-list .qodef-e-info .qodef-e-info-item:not(:last-child)::after {
  content: "|" !important;
  color: #171717;
  font-size: 10px;
}

.qodef-addons-m-pagination.qodef--standard .page-numbers:hover {
  color: var(--mainColor);
}

.blog-wrapper .border-wrap .single-blog-post .post-content {
  padding: 0px;
}
.blog-wrapper .single-blog-post {
  margin-bottom: 50px;
  position: relative;
}
.blog-wrapper .single-blog-post h1, .blog-wrapper .single-blog-post h2, .blog-wrapper .single-blog-post h3, .blog-wrapper .single-blog-post h4, .blog-wrapper .single-blog-post h5, .blog-wrapper .single-blog-post h6 {
  letter-spacing: -0.5px;
}
.blog-wrapper .single-blog-post h2 {
  font-size: 46px;
  letter-spacing: -0.8px;
  line-height: 1.08em !important;
}
.blog-wrapper .single-blog-post h2:hover a {
  *color: var(--mainColor) !important;
}
.blog-wrapper .single-blog-post.post-details.format-quote .post-content {
  position: relative;
  background: transparent;
  border: none;
}
.blog-wrapper .single-blog-post.post-details.format-quote .quote-text a:hover {
  color: inherit;
}
.blog-wrapper .single-blog-post.post-details .post-content {
  border: none;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post.post-details .post-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.blog-wrapper .single-blog-post.post-details .post-content h1 {
  font-size: 36px;
  line-height: 1.4;
}
.blog-wrapper .single-blog-post.post-details .post-content h1, .blog-wrapper .single-blog-post.post-details .post-content h2, .blog-wrapper .single-blog-post.post-details .post-content h3, .blog-wrapper .single-blog-post.post-details .post-content h4, .blog-wrapper .single-blog-post.post-details .post-content h5, .blog-wrapper .single-blog-post.post-details .post-content h6 {
  margin-top: 10px;
}
.blog-wrapper .single-blog-post.post-details .post-content table {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post.post-details .post-content h1 {
    font-size: 28px;
  }
  .blog-wrapper .single-blog-post.post-details .post-content h2 {
    font-size: 24px;
    font-weight: 700;
  }
  .blog-wrapper .single-blog-post.post-details .post-content h3 {
    font-size: 20px;
  }
}
.blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
  padding: 45px 60px;
  margin: 30px 0 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  background: #171717;
  border-left: 5px solid var(--mainColor);
  color: #707070;
  position: relative;
  z-index: 1;
}
.blog-wrapper .single-blog-post.post-details blockquote p, .blog-wrapper .single-blog-post.post-details .wp-block-quote p {
  margin-top: 10px;
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post.post-details blockquote a, .blog-wrapper .single-blog-post.post-details .wp-block-quote a {
  color: #fff;
}
.blog-wrapper .single-blog-post.post-details blockquote a:hover, .blog-wrapper .single-blog-post.post-details .wp-block-quote a:hover {
  color: #171717;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
    padding: 30px 15px;
    font-size: 18px;
    line-height: 1.5;
  }
}
.blog-wrapper .single-blog-post.post-details blockquote::before, .blog-wrapper .single-blog-post.post-details .wp-block-quote::before {
  right: 30px;
  font-size: 24px;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  content: "\f10d";
  color: var(--mainColor);
  font-weight: 900;
}
.blog-wrapper .single-blog-post.format-video .post-featured-thumb, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb {
  z-index: 1;
}
.blog-wrapper .single-blog-post.format-video .post-featured-thumb::before, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: #282835;
  opacity: 0.3;
  z-index: -1;
}
.blog-wrapper .single-blog-post.quote-post .post-content, .blog-wrapper .single-blog-post.format-quote .post-content {
  position: relative;
  background-color: var(--mainColor);
  background-image: url("../img/quotepost.png");
  border: none;
}
.blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
  overflow: hidden;
}
@media (max-width: 585px) {
  .blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
    text-align: center;
    font-size: 24px;
  }
}
.blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
  font-size: 76px;
  line-height: 80px;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 585px) {
  .blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 50px;
    line-height: 60px;
  }
}
.blog-wrapper .single-blog-post.quote-post .quote-content .quote-text, .blog-wrapper .single-blog-post.format-quote .quote-content .quote-text {
  overflow: hidden;
}
.blog-wrapper .single-blog-post.quote-post .quote-content h2, .blog-wrapper .single-blog-post.format-quote .quote-content h2 {
  margin-top: -2px;
}
.blog-wrapper .single-blog-post:last-child {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post .post-featured-thumb {
  height: 460px;
  width: 100%;
  position: relative;
  margin-bottom: -2px;
}
@media (max-width: 991px) {
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 280px;
  }
}
.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn .play-video {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
}
.blog-wrapper .single-blog-post .post-content {
  padding: 0 30px 0 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content h2 {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media (max-width: 414px) {
  .blog-wrapper .single-blog-post .post-content h2 {
    font-size: 22px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-meta {
  margin-top: 10px;
  margin-bottom: 5px;
  display: inherit;
}
.blog-wrapper .single-blog-post .post-content .post-meta .post_meta_item {
  display: inline-block;
  position: relative;
  color: #171717;
  font-family: "Syne", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 1;
  margin-right: 12px;
}
.blog-wrapper .single-blog-post .post-content .post-meta .post_meta_item::after {
  content: "|";
  margin-left: 10px;
  color: #171717;
  font-size: 10px;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-meta .post_meta_item::after {
    display: none;
  }
}
.blog-wrapper .single-blog-post .post-content .post-meta .post_meta_item:last-child::after {
  content: "";
}
.blog-wrapper .single-blog-post .post-content .post-cat {
  line-height: 1;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-cat {
    margin-left: -30px;
    margin-right: 10px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-cat a {
  position: relative;
  color: #171717;
  font-family: "Syne", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-cat a {
    font-size: 12px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-cat a:hover {
  color: var(--mainColor);
}
.blog-wrapper .single-blog-post .post-content .author-info {
  overflow: hidden;
  line-height: 0;
  margin-top: -7px;
}
.blog-wrapper .single-blog-post .post-content .author-info .author-img {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #f2f2f2;
  margin-right: 15px;
  float: left;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info .author-img {
    margin-right: 5px;
  }
}
.blog-wrapper .single-blog-post .post-content .author-info p {
  color: #171717;
  font-family: "Syne", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  margin-top: 0;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info p {
    font-size: 14px;
  }
}
.blog-wrapper .single-blog-post .post-content .author-info p a {
  font-size: 14px;
}
.blog-wrapper .single-blog-post .post-content ul {
  margin-bottom: 0;
  list-style-type: disc;
}
.blog-wrapper .single-blog-post .post-content ul ol {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post .post-content ul ul {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post .post-content ul li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: disc;
}
.blog-wrapper .single-blog-post .post-content ol {
  margin-bottom: 0;
  list-style-type: decimal;
}
.blog-wrapper .single-blog-post .post-content ol ul {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post .post-content ol ol {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post .post-content ol li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: decimal;
}
.blog-wrapper .single-blog-post .post-content p {
  margin-top: 26px;
}
.blog-wrapper .single-blog-post .post-content .post-link {
  padding-top: 20px;
}
.blog-wrapper .single-blog-post .post-content .post-link a {
  font-weight: 700;
  letter-spacing: 0.8px;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-link a {
    font-size: 14px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-link a i {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-link a i {
    margin-right: 3px;
  }
}

@media (min-width: 991px) {
  .main-sidebar {
    margin-left: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .main-sidebar {
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.main-sidebar h1, .main-sidebar h2, .main-sidebar h3, .main-sidebar h4, .main-sidebar h5, .main-sidebar h6 {
  font-weight: 600;
}
.main-sidebar .single-sidebar-widget {
  box-sizing: border-box;
  margin-bottom: 50px;
  position: relative;
}
.main-sidebar .single-sidebar-widget ul > li .wp-block-latest-posts__featured-image.alignleft {
  margin-right: 1.5em;
  margin-bottom: 0;
}
.main-sidebar .single-sidebar-widget ul > li a.wp-block-latest-posts__post-title {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.5em;
  color: #171717 !important;
}
.main-sidebar .single-sidebar-widget ul > li a.wp-block-latest-posts__post-title:hover {
  color: var(--mainColor) !important;
}
.main-sidebar .single-sidebar-widget ul ul li {
  margin-top: 5px;
}
.main-sidebar .single-sidebar-widget ul.wp-block-latest-posts li {
  margin-bottom: 2.3em;
  line-height: 1.5em;
}
.main-sidebar .single-sidebar-widget ul.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}
.main-sidebar .single-sidebar-widget ul.wp-block-latest-posts .wp-block-latest-posts__post-author, .main-sidebar .single-sidebar-widget ul.wp-block-latest-posts .wp-block-latest-posts__post-date {
  padding-top: 5px;
}
.main-sidebar .single-sidebar-widget ul.wp-block-latest-posts .wp-block-latest-posts__post-date {
  color: #888888;
}
.main-sidebar .single-sidebar-widget a, .main-sidebar .single-sidebar-widget .comment-author-link {
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #656565 !important;
  text-transform: initial !important;
}
.main-sidebar .single-sidebar-widget a:hover, .main-sidebar .single-sidebar-widget .comment-author-link:hover {
  color: var(--mainColor) !important;
}
.main-sidebar .single-sidebar-widget .is-style-logos-only .wp-social-link:hover {
  color: var(--mainColor);
  transform: none !important;
}
.main-sidebar .single-sidebar-widget .is-style-logos-only .wp-social-link a svg {
  font-size: 30px;
  color: #171717;
  padding-right: 10px;
  transition: all 0.3s ease-out;
}
.main-sidebar .single-sidebar-widget .is-style-logos-only .wp-social-link a svg:hover {
  color: var(--mainColor);
}
.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
  position: relative;
}
.main-sidebar .single-sidebar-widget table {
  margin-bottom: 0;
}
.main-sidebar .single-sidebar-widget .social-link a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #f2f2f2;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.main-sidebar .single-sidebar-widget .social-link a:hover {
  background-color: var(--mainColor);
  color: #fff;
}
.main-sidebar .single-sidebar-widget .wp-block-latest-comments__comment-link {
  color: #171717 !important;
}
.main-sidebar .single-sidebar-widget #recentcomments .recentcomments > a {
  color: #171717 !important;
}
.main-sidebar .author_box_widegts .author-img {
  width: 140px;
  height: 140px;
  line-height: 140px;
  background-color: #f2f2f2;
  border-radius: 50%;
  margin: 0 auto;
  display: inline-block;
  margin-bottom: 15px;
}
.main-sidebar .author_box_widegts p {
  font-size: 14px;
  margin-top: 10px;
}
.main-sidebar .author_box_widegts .social-profile {
  margin-top: 15px;
}
.main-sidebar .author_box_widegts .social-profile a {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.main-sidebar .author_box_widegts .social-profile a:hover {
  color: var(--mainColor);
}

.search_widget form {
  width: 100%;
  position: relative;
}
.search_widget form input {
  background-color: #f8f8f8;
  font-size: 15px;
  padding: 20px;
  width: 100%;
}
.search_widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  background-color: #171717;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.search_widget form button:hover {
  background-color: var(--mainColor);
}

.instagram_widget .instagram-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 3;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.instagram_widget .instagram-gallery-grid .single-photo-grid {
  background-color: #f8f8f8;
  width: 100%;
  height: 80px;
  display: block;
}

.popular-posts .single-post-item, .popular_posts .single-post-item {
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f2f2f2;
}
.popular-posts .single-post-item:last-child, .popular_posts .single-post-item:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
.popular-posts .single-post-item .thumb, .popular_posts .single-post-item .thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f2f2f2;
  float: left;
  overflow: hidden;
  margin-right: 20px;
}
.popular-posts .single-post-item .post-content, .popular_posts .single-post-item .post-content {
  overflow: hidden;
}
.popular-posts .single-post-item .post-content h5, .popular_posts .single-post-item .post-content h5 {
  font-size: 16px;
  line-height: 22px;
}
.popular-posts .single-post-item .post-content h5:hover, .popular_posts .single-post-item .post-content h5:hover {
  color: #171717;
}
.popular-posts .single-post-item .post-content .post-date, .popular_posts .single-post-item .post-content .post-date {
  margin-top: 5px;
  color: var(--mainColor);
  font-weight: 700;
  font-size: 14px;
}
.popular-posts .single-post-item .post-content .post-date i, .popular_posts .single-post-item .post-content .post-date i {
  margin-right: 7px;
}

.tagcloud a {
  display: inline-block;
  padding: 11px 26px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  background: #f8f8f8;
  margin-right: 5px;
  margin-bottom: 8px;
}
.tagcloud a:last-child {
  margin-right: 0;
}
.tagcloud a:hover {
  background-color: #171717;
  color: #fff;
}

.widget_categories ul li {
  display: block;
  margin-bottom: 10px;
}

p.sticky-label {
  position: absolute;
  right: 0;
  background: var(--mainColor);
  color: #fff;
  padding: 10px 40px;
  z-index: -1;
  top: 0;
  font-weight: 700;
}

.page-nav-wrap ul li {
  display: inline-block;
  width: 40px;
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #f6f6f6;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
}
.page-nav-wrap ul li .page-numbers.current {
  color: #171717;
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers:hover {
  color: var(--mainColor);
}

.social-share {
  display: inline-block;
}
.social-share a {
  width: 35px;
  height: 35px;
  line-height: 32px;
  display: inherit;
  border-radius: 50%;
  color: #171717;
  transition: 0.4s;
  border: 2px solid #D9D9D9;
  text-align: center;
}
.social-share a:hover {
  border: 2px solid var(--mainColor);
}
.social-share a:not(:last-child) {
  margin-right: 8px;
}

.tag-share-wrap {
  padding-bottom: 60px;
}
.tag-share-wrap h4 {
  margin-bottom: 25px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .tag-share-wrap h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tag-share-wrap .tagcloud {
    margin-bottom: 20px;
  }
}
.tag-share-wrap .post-tags {
  padding-left: 30px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .tag-share-wrap .social-share {
    padding-left: 20px;
  }
}

.author-info {
  padding-top: 60px;
  display: inline-block;
}
@media (max-width: 767px) {
  .author-info {
    padding-left: 20px;
  }
}
.author-info .author-thumb {
  float: left;
}
.author-info .inner {
  padding-left: 180px;
}
.author-info .inner h4 {
  text-transform: capitalize;
  padding-bottom: 6px;
}
.author-info .inner .author_label {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #9B9F97;
}
.author-info .inner p {
  margin-top: 10px;
}

.popular-posts .single-post-item, .popular_posts .single-post-item {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.popular-posts .single-post-item:last-child, .popular_posts .single-post-item:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
.popular-posts .single-post-item .thumb, .popular_posts .single-post-item .thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f2f2f2;
  float: left;
  overflow: hidden;
  margin-right: 20px;
}
.popular-posts .single-post-item .post-content, .popular_posts .single-post-item .post-content {
  overflow: hidden;
}
.popular-posts .single-post-item .post-content h5, .popular_posts .single-post-item .post-content h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
}
.popular-posts .single-post-item .post-content h5:hover, .popular_posts .single-post-item .post-content h5:hover {
  color: #171717;
}
.popular-posts .single-post-item .post-content .post-date, .popular_posts .single-post-item .post-content .post-date {
  margin-top: 5px;
  color: var(--mainColor);
  font-weight: 700;
  font-size: 14px;
}
.popular-posts .single-post-item .post-content .post-date i, .popular_posts .single-post-item .post-content .post-date i {
  margin-right: 7px;
}

.comments-section-wrap {
  overflow: hidden;
}

.comments-heading h3, .related-post-wrap h3, .comment-form-wrap h3 {
  font-size: 28px;
}
@media (max-width: 767px) {
  .comments-heading h3, .related-post-wrap h3, .comment-form-wrap h3 {
    font-size: 24px;
  }
}

.comments-item-list h1, .comments-item-list h2, .comments-item-list h3, .comments-item-list h4, .comments-item-list h5, .comments-item-list h6 {
  font-weight: 600;
}
.comments-item-list .single-comment-item {
  margin-top: 30px;
}
.comments-item-list .single-comment-item ul {
  margin-bottom: 15px;
}
.comments-item-list .single-comment-item .author-img {
  width: 80px;
  height: 80px;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .comments-item-list .single-comment-item .author-img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }
}
@media (max-width: 585px) {
  .comments-item-list .single-comment-item .author-img {
    float: none;
    margin-bottom: 20px;
  }
}
.comments-item-list .single-comment-item .author-info-comment {
  overflow: auto;
  padding-bottom: 5px;
}
.comments-item-list .single-comment-item .author-info-comment .info {
  position: relative;
}
.comments-item-list .single-comment-item .author-info-comment .info h5 {
  margin-top: -5px;
  *margin-bottom: -5px;
}
@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .info h5 {
    font-size: 16px;
  }
}
.comments-item-list .single-comment-item .author-info-comment span {
  color: #171717;
  font-family: "Syne", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.comments-item-list .single-comment-item .author-info-comment .theme-btn {
  padding: 7px 18px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .theme-btn {
    font-size: 12px;
  }
}
.comments-item-list .single-comment-item .author-info-comment .theme-btn i {
  margin-right: 5px;
}
.comments-item-list .single-comment-item .author-info-comment .theme-btn:hover a {
  color: #fff;
}
.comments-item-list .single-comment-item .author-info-comment .comment-text {
  margin-top: 10px;
  margin-bottom: 16px;
}

.comment-form {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .comment-form {
    padding: 30px;
  }
}
@media (max-width: 585px) {
  .comment-form {
    padding: 0px 15px 0 5px;
  }
}
.comment-form a {
  font-family: "Poppins", sans-serif;
}
.comment-form .comment-form-comment {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .comment-form .comment-form-comment {
    margin-top: 20px;
  }
}
.comment-form .comment-form-cookies-consent label {
  color: #656565;
}
.comment-form label {
  margin-bottom: 4px;
  color: #171717;
}
.comment-form input, .comment-form textarea {
  background: transparent;
  margin-bottom: 20px;
  padding: 20px 30px;
  line-height: 1;
  font-size: 16px;
  color: #656565;
  border: 1px solid #ccc;
}
@media (max-width: 585px) {
  .comment-form input, .comment-form textarea {
    padding: 15px;
  }
}
.comment-form textarea {
  height: 200px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .comment-form textarea {
    height: 120px;
  }
}
.comment-form .submit {
  display: inline-block;
  color: #f6f6f6;
  font-family: "Syne", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 0;
  background-color: #171717;
  transition: all 0.3s ease-in-out;
  padding: 35px 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .comment-form .submit {
    padding: 35px 40px;
  }
}
@media (max-width: 585px) {
  .comment-form .submit {
    padding: 35px 40px;
    font-size: 13px;
  }
}
.comment-form .submit:hover {
  background-color: var(--mainColor);
}
.comment-form .submit i {
  margin-right: 10px;
}

.comment ul {
  list-style-type: disc;
}
.comment ul ol {
  margin-bottom: 0;
}
.comment ul li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: disc;
}
.comment ol ul {
  margin-bottom: 0;
}
.comment ol ol {
  margin-bottom: 0;
}
.comment ol li {
  line-height: 1.5;
  margin-top: 10px;
}

.site_info_widget .single-contact-info {
  overflow: auto;
  margin-bottom: 20px;
}
.site_info_widget .single-contact-info span {
  display: block;
  color: var(--mainColor);
}
.site_info_widget .single-contact-info .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: rgb(239, 201, 76);
  float: left;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  margin-right: 20px;
}
.site_info_widget .single-contact-info:nth-child(2n) .icon {
  background-color: var(--mainColor);
}
.site_info_widget .single-contact-info:nth-child(3n) .icon {
  background-color: #171717;
}
.site_info_widget .social-link {
  margin-top: 35px;
}
.site_info_widget .social-link a {
  margin-right: 8px !important;
}

.blog-wrapper form.search-form-box {
  overflow: hidden;
  position: relative;
  background-color: #f6f6f6;
  border: 2px solid #707070;
  box-sizing: border-box;
}
.blog-wrapper form.search-form-box input {
  height: 60px;
  width: 100%;
  padding: 0px 30px;
  font-size: 18px;
  background-color: #f6f6f6;
  color: #474747;
}
@media (max-width: 767px) {
  .blog-wrapper form.search-form-box input {
    line-height: 50px;
    font-size: 16px;
  }
}
.blog-wrapper form.search-form-box button {
  background: transparent;
  position: absolute;
  right: 20px;
  color: #474747;
  border: 0px;
  top: 0;
  line-height: 60px;
  font-size: 22px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .blog-wrapper form.search-form-box button {
    font-size: 20px;
  }
}
.blog-wrapper form.search-form-box button:hover {
  color: var(--mainColor);
}

.post-thumb img {
  width: 100%;
}

/* --------------------------------------------
    Template Footer Styles
 ---------------------------------------------- */
.footer-address {
  color: #666666;
}
.footer-address li {
  padding-bottom: 7px;
}
.footer-address li:last-child {
  padding-bottom: 0;
}

.footer-links a {
  font-family: "Poppins", sans-serif;
  font-size: 15.5px;
  color: #666666;
}
.footer-links a .elementor-icon-list-text {
  transition: all 0.3s ease-in-out;
}
.footer-links a .elementor-icon-list-text:hover {
  color: var(--mainColor) !important;
}

.footer-social i {
  transition: all 0.3s ease-in-out;
}
.footer-social i:hover {
  color: var(--mainColor) !important;
}

.too-subscribe .mc4wp-form input[type=email] {
  background-color: transparent;
  border-radius: 0;
  border-bottom: 2px solid #202020;
  font-size: 15px;
  font-weight: 400;
  padding-right: 60px;
  color: #666666;
  height: 35px;
  padding-bottom: 15px;
  padding-left: 5px;
}
.too-subscribe .mc4wp-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  border-radius: 0;
  width: 55px;
  background-color: transparent;
  z-index: 10;
  outline: 0;
}
.too-subscribe .mc4wp-form button i {
  color: #666666;
  font-size: 20px;
  transition: all 0.6s ease-out;
}
.too-subscribe .mc4wp-form button i:hover {
  color: var(--mainColor);
}

.too-copyright {
  color: #666666;
}
.too-copyright a {
  font-family: "Poppins", sans-serif;
  color: #666666 !important;
}
.too-copyright a:hover {
  color: var(--mainColor);
}/*# sourceMappingURL=style.css.map */