:root {
  /**
  @font-family declaration
  */
  --tpl-ff-heading: 'Archivo', sans-serif;
  --tpl-ff-body: "Poppins", sans-serif;
  --tpl-ff-fontawesome: 'Font Awesome 6 Pro';
  /**
  @color declaration
  */
  --clr-common-white: #eeeeee;
  --clr-common-black: #222222;
  --clr-common-border: #c7c7c7;
  --clr-common-placeholder: #8a8787;
  --clr-theme-1: #222222;
  --clr-theme-2: #ef7f1a;
  --clr-theme-3: #7c7c7c;
  --clr-theme-primary: #222222;
  --clr-background-primary: #222222;
  --clr-bg-1: #222222;
  --clr-bg-2: #ef7f1a;
  --clr-bg-3: #fffcf6;
  --clr-bg-4: #f2f2f2;
  --clr-bg-5: #F7F7F7;
  --clr-bg-6: #E8F5FF;
  --clr-bg-white: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  font-size: 10px;
}

body {
  font-family: var(--tpl-ff-body);
  font-size: 16px;
  font-weight: normal;
  color: var(--clr-theme-primary);
  line-height: 28px;
}

.body-4-padding-left #smooth-wrapper {
  padding-left: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .body-4-padding-left #smooth-wrapper {
    padding-left: 84px;
  }
}

main {
  overflow: hidden;
}

section {
  position: relative;
  z-index: 2;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  object-fit: cover;
}

a,
.btn,
button,
span,
p,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

/* a:focus,
a:hover {
  color: var(--vetk-blue);
  text-decoration: none;
  border-color: var(--clr-theme-2);
} */

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tpl-ff-heading);
  /* text-transform: capitalize; */
  color: var(--clr-theme-primary);
  font-weight: 600;
  line-height:1.4;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

h1 {
  font-size: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h1 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h1 {
    font-size: 56px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width:450px) {
  h1 {
    font-size: 38px;
  }
}
h1.small {
  font-size: 65px;
}

h2 {
  font-size: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h2 {
    font-size: 54px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width:450px) {
  h2 {
    font-size: 36px;
  }
}
h2.xlarge {
  font-size: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h2.xlarge {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2.xlarge {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2.xlarge {
    font-size: 46px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h2.xlarge {
    font-size: 42px;
  }
}
@media (max-width:450px) {
  h2.xlarge {
    font-size: 36px;
  }
}
h2.large {
  font-size: 52px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  h2.large {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2.large {
    font-size: 32;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2.large {
    font-size: 26px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  h2.large {
    font-size: 20px;
  }
}
@media (max-width:450px) {
  h2.large {
    font-size: 35px;
  }
}
h2.small {
  font-size: 50px;
}
h2.x-small {
  font-size: 40px;
}

h3 {
  font-size: 48px;
}

h4 {
  font-size: 34px;
}

h5 {
  font-size: 24px;
}
h5.small {
  font-size: 22px;
}

h6 {
  font-size: 20px;
}
.brand-color-text{
  color:var(--clr-theme-2)
}
ul {
  margin: 0;
  padding: 0;
}

p {
  font-family: var(--tpl-ff-body);
  font-size: 15px;
  font-weight: normal;
  color: var(--clr-theme-primary);
  margin-bottom: 12px;
  line-height: 26px;
}
p.xlarge {
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  p.xlarge {
    font-size: 20px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  p.xlarge {
    font-size: 18px;
    line-height: 32px;
  }
}
p.large {
  font-size: 18px;
  line-height: 32px;
}

::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: var(--clr-theme-2);
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

*::-moz-selection {
  background: var(--clr-common-black);
  color: var(--clr-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--clr-common-black);
  color: var(--clr-common-white);
  text-shadow: none;
}

::selection {
  background: var(--clr-common-black);
  color: var(--clr-common-white);
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: var(--clr-common-placeholder);
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: var(--clr-common-placeholder);
  font-size: 16px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.x-clip {
  overflow-x: clip;
}

.y-clip {
  overflow-y: clip;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.include-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.z-index-0 {
  z-index: 0 !important;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index--1 {
  z-index: -1;
}

.z-index--2 {
  z-index: -2;
}

.z-index--3 {
  z-index: -3;
}

.z-index--4 {
  z-index: -4;
}

.z-index--5 {
  z-index: -5;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.full-screen {
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#bd-cstm-sliders #bd-cstm-sliders__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  overflow: hidden;
  width: 300%;
}
#bd-cstm-sliders #bd-cstm-sliders__container .bd-cstm-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.section-spacing {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1368px) {
  .section-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-spacing {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-spacing-top {
  padding-top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-spacing-top {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-spacing-top {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-spacing-top {
    padding-top: 80px;
  }
}

.section-spacing-bottom {
  padding-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-spacing-bottom {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-spacing-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-spacing-bottom {
    padding-bottom: 80px;
  }
}

.section-title-spacing {
  margin-bottom: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-title-spacing {
    margin-bottom: 30px;
  }
}

.adjust-header-space {
  margin-top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .adjust-header-space {
    margin-top: 115px;
  }
}

/*----------------------------------------
    Font Weight
-----------------------------------------*/
.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/*--- color
-----------------------------------------*/
.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 li,
.text-white a {
  color: var(--clr-common-white) !important;
}

.white-color {
  color: var(--clr-common-white);
}

.black-color {
  color: var(--clr-common-black);
}

.theme-color {
  color: var(--clr-theme-1);
}

.theme-color-2 {
  color: var(--clr-theme-2);
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.body-overlay:hover {
  cursor: pointer;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 575px) {
  .progress-wrap {
    inset-inline-end: 15px;
    bottom: 15px;
  }
}

.centered-title {
  text-align: center;
}
.centered-title .bd-section-subtitle {
  justify-content: center;
}

.bd-section-title {
  font-size: 65px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .bd-section-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-section-title {
    font-size: 54px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-section-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-section-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-section-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .bd-section-title {
    font-size: 40px;
  }
}
@media (max-width:450px) {
  .bd-section-title {
    font-size: 34px;
  }
}

.bd-section-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: var(--clr-theme-2);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 15px;
  line-height: 1;
  margin-bottom: 30px;
  margin-top: -3px;
}
.bd-section-subtitle span {
  color: var(--clr-common-white);
}
.bd-section-subtitle i:not(:last-child) {
  transform: rotateY(180deg);
}
.bd-section-subtitle.no-gap {
  column-gap: 0;
}
.bd-section-subtitle.st-b {
  font-style: italic;
  column-gap: 7px;
}
.bd-section-subtitle.st-b span {
  color: var(--clr-theme-1);
}

.title-text-white.bd-section-subtitle.st-b span {
  color: var(--clr-common-white);
}
.title-text-white.bd-section-title {
  color: var(--clr-common-white);
}

.white-text {
  color: var(--clr-common-white);
}

.border-left {
  position: relative;
}
.border-left:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #eaebee;
  inset-inline-start: 0;
  top: 0;
}

.bg-white {
  background-color: var(--clr-common-white) !important;
}

.bg-gray {
  background-color: var(--clr-bg-4);
}

.bg-theme-1 {
  background: var(--clr-theme-1);
}

.bg-theme-2 {
  background: var(--clr-theme-2);
}

.bg-theme-3 {
  background: var(--clr-theme-3);
}

.section-main-title {
  font-size: 38px;
  line-height: 1.26;
  font-weight: 600;
  color: var(--clr-theme-1);
  margin-top: -8px;
}
@media (max-width: 575px) {
  .section-main-title {
    font-size: 32px;
  }
}
@media (max-width:450px) {
  .section-main-title {
    font-size: 28px;
  }
}

.hr1 {
  border-bottom: 1px solid #D9D9D9;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-inline-end: var(--bs-gutter-x, 15px);
  padding-inline-start: var(--bs-gutter-x, 15px);
  margin-inline-end: auto;
  margin-inline-start: auto;
}

.row {
  --bs-gutter-x: 30px;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 40px;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 40px;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 50px;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 50px;
}

@media (min-width: 1441px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1440px;
  }
}
@media (min-width: 1200px) {
  .container-small {
    max-width: 1200px;
  }
}
.circle-dot-pagination {
  display: flex;
  gap: 4px;
}
.circle-dot-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  border-radius: 50%;
  display: inline-block;
  border-radius: 50%;
  opacity: 1;
  margin: 0 !important;
  position: relative;
  background: none;
}
.circle-dot-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--clr-theme-2);
}
.circle-dot-pagination .swiper-pagination-bullet:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: var(--clr-theme-2);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stroke-text {
  font-size: 100px;
  font-weight: 700;
  font-family: "Archivo", sans-serif;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2F2F2F;
  line-height: 1;
  display: inline-block;
}

.area-absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
}

.filter-search-input {
  position: relative;
}
.filter-search-input input {
  width: 100%;
  height: 50px;
  border: 1px solid var(--clr-bg-1);
  background: var(--clr-common-white);
  border-radius: 0;
  padding: 0 20px;
  padding-inline-end: 50px;
  outline: none;
}
.filter-search-input button {
  position: absolute;
  inset-inline-end: 20px;
  top: 12px;
  color: #919191;
}

/*----------------------------------------
   Flaction customize
-----------------------------------------*/
i[class^=flaticon-] {
  line-height: 1;
  top: 2px;
  position: relative;
}


/* Style for Search */
.search-box.search-elem {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(31, 31, 31, 0.9);
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.search-box.search-elem .inner {
  width: 70%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.search-box.search-elem label {
  color: white;
  font-weight: 300;
  font-family: var(--tpl-ff-heading);
}
.search-box.search-elem button.submit {
  outline: none;
  position: absolute;
  top: 0;
  right: 15px;
  height: 70px;
  padding: 10px 2rem;
  background: #1F1F1F;
  font-family: var(--tpl-ff-heading);
  font-size: 1rem;
  color: white;font-size: 15px;
}
.search-box.search-elem button.submit[disabled] {
  background: var(--clr-theme-2);
  color: #fff;
  font-size: 16px;
}
.search-box.search-elem input[type=text] {
  padding: 20px;
  height: 72px;
  font-size: 32px;
  font-family: var(--tpl-ff-heading);
  font-weight: 300;
  border: none;
  border-bottom: solid 2px var(--clr-theme-2);
  transition: border 0.3s;
  border-radius: 0; width: 100%;
}
.search-box.search-elem input[type=text]:focus {
  border-bottom: solid 2px var(--clr-theme-2);
  box-shadow: none;
}
.search-box.search-elem label.placeholder {
  position: absolute;
  top: 20px;
  left: 5rem;
  font-size: 32px;
  font-weight: 300;
  font-family: var(--tpl-ff-heading);
  color: #999;
  transition: all 0.3s;
  background-color: inherit;
}
.search-box.search-elem label.placeholder.move-up {
  top: -35px;
    color: white;
    font-size: 2rem;
    left: 2rem;
}

.search-box.search-elem.search-open {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.search-btn {
  font-family: var(--tpl-ff-heading) !important;
  padding: 3px 15px !important;
  border: 1px solid #6b6868;
  border-radius: 5px;
  background: #1f1f1f;
}
.search-btn:hover {
  color: #1F1F1F;
}
.search-btn i {
  margin-left: 0.5rem;
}