@font-face {

  font-family: 'AvertaStd';

  src: url("../fonts/AvertaStd-Thin.ttf") format("truetype");

  font-weight: 100;

}



@font-face {

  font-family: 'AvertaStd';

  src: url("../fonts/AvertaStd-Light.ttf") format("truetype");

  font-weight: 300;

}



@font-face {

  font-family: 'AvertaStd';

  src: url("../fonts/AvertaStd-Regular.ttf") format("truetype");

  font-weight: 400;

}



@font-face {

  font-family: 'AvertaStd';

  src: url("../fonts/AvertaStd-Semibold.ttf") format("truetype");

  font-weight: 600;

}



@font-face {

  font-family: 'AvertaStd';

  src: url("../fonts/AvertaStd-Bold.ttf") format("truetype");

  font-weight: 700;

}



@font-face {

  font-family: 'AvertaStd';

  src: url("../fonts/AvertaStd-ExtraBold.ttf") format("truetype");

  font-weight: 800;

}



@font-face {

  font-family: 'AvertaStd';

  src: url("../fonts/AvertaStd-Black.ttf") format("truetype");

  font-weight: 900;

}



* {

  margin: 0px;

  padding: 0px;

  box-sizing: border-box;

}



:root {

  --border-clr: #e5e9df;

  --brand-primary: #f2edeb;

  --brand-primary-rgb: 242, 237, 235;

  --brand-base: #ee741d;

  --brand-base-rgb: 238, 116, 29;

  --brand-black: #16171a;

  --brand-black-rgb: 22, 23, 26;

  --brand-font: 'AvertaStd', sans-serif;

  --brand-gray: #727272;

  --brand-gray-rgb: 114, 114, 114;

  --brand-white: #ffffff;

  --brand-white-rgb: 255, 255, 255;

  --brand-bdr-color: #e3dbd8;

  --brand-bdr-color-rgb: 227, 219, 216;

  --e-global-color-primary: #ed731d;

  --e-global-color-secondary: #54595f;

  --e-global-color-text: #ffffff;

  --e-global-color-accent: #61ce70;

}



body {

  font-family: 'AvertaStd', sans-serif;

  font-weight: 500;

  margin: 0;

  padding: 0;

}



a {

  color: #000;

  text-decoration: none;

  margin: 0px;

  padding: 0px;

  transition: 0.2s linear;

}



h1,

h2,

h3,

h4,

h5,

h6,

p,

ul,

li {

  margin: 0px;

  padding: 0px;

}



li {

  list-style: none;

}



input::-webkit-outer-spin-button,

input::-webkit-inner-spin-button {

  -webkit-appearance: none;

  margin: 0;

}



dl,

ol,

ul {

  margin-top: 0;

  margin-bottom: 0;

}



::-webkit-input-placeholder {

  color: inherit;

  opacity: 1;

}



:-ms-input-placeholder {

  color: inherit;

  opacity: 1;

}



::-ms-input-placeholder {

  color: inherit;

  opacity: 1;

}



::placeholder {

  color: inherit;

  opacity: 1;

}



.ml-0 {

  margin-left: 0;

}



.text-46,

.h42 {

  font-size: 46px;

}



.orange {

  color: #ee741d;

}



.page-wrapper {

  position: relative;

  margin: 0 auto;

  width: 100%;

  min-width: 300px;

  overflow: hidden;

}



.container {

  padding-left: 15px;

  padding-right: 15px;

}



@media (min-width: 1200px) {

  .container {

    max-width: 1200px;

  }

}



::-webkit-input-placeholder {

  color: inherit;

  opacity: 1;

}



:-ms-input-placeholder {

  color: inherit;

  opacity: 1;

}



::-ms-input-placeholder {

  color: inherit;

  opacity: 1;

}



::placeholder {

  color: inherit;

  opacity: 1;

}



.section-separator {

  border-color: var(--brand-border);

  border-width: 1px;

  margin-top: 0;

  margin-bottom: 0;

}



#particles-js {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  width: 100%;

  height: 100%;

  background-position: 50% 50%;

  opacity: 0.4;

  z-index: -1;

}



/*--------------------------------------------------------------

# Custom Cursor

--------------------------------------------------------------*/

.custom-cursor__cursor {

  width: 25px;

  height: 25px;

  border-radius: 100%;

  border: 1px solid var(--brand-base);

  -webkit-transition: all 200ms ease-out;

  transition: all 200ms ease-out;

  position: fixed;

  pointer-events: none;

  left: 0;

  top: 0;

  -webkit-transform: translate(calc(-50% + 5px), -50%);

  transform: translate(calc(-50% + 5px), -50%);

  z-index: 999991;

}



.custom-cursor__cursor-two {

  width: 10px;

  height: 10px;

  border-radius: 100%;

  background-color: var(--brand-base);

  opacity: 0.3;

  position: fixed;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  pointer-events: none;

  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;

  transition: width 0.3s, height 0.3s, opacity 0.3s;

  z-index: 999991;

}



.custom-cursor__hover {

  background-color: var(--brand-base);

  opacity: 0.4;

}



.custom-cursor__innerhover {

  width: 25px;

  height: 25px;

  opacity: 0.4;

}



.form-submit .thm-btn {

  line-height: 18px;

  text-transform: capitalize;

  padding: 13px 49px 13px;

  line-height: 1.5;

}



.thm-btn {

  position: relative;

  display: inline-block;

  vertical-align: middle;

  -webkit-appearance: none;

  appearance: none;

  outline: none !important;

  background-color: var(--brand-base);

  color: var(--brand-white);

  font-size: 14px;

  font-weight: 600;

  padding: 9px 49px 13px;

  overflow: hidden;

  transition: all 0.5s linear;

  z-index: 1;

  text-transform: capitalize;

}



.thm-btn::before {

  transition-duration: 800ms;

  position: absolute;

  width: 200%;

  height: 200%;

  content: "";

  top: 110%;

  left: 50%;

  background-color: var(--brand-black);

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

  border-radius: 50%;

  z-index: -1;

}



.thm-btn:hover:before {

  top: -40%;

}



.thm-btn:hover {

  color: var(--brand-white);

}



.section-title {

  position: relative;

  display: block;

  margin-top: -10px;

  margin-bottom: 50px;

}



.section-title__tagline-box {

  position: relative;

  display: inline-block;

}



.section-title__tagline {

  position: relative;

  display: inline-block;

  font-size: 14px;

  line-height: 1;

  color: var(--brand-gray);

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: 0.1em;

}



.section-title__border-box {

  position: relative;

  display: block;

  height: 2px;

  width: 68px;

  background-color: var(--brand-base);

  margin: 11px auto 0;

}



.home__one .section-title__border-box {

  margin-left: 0;

}



.section-title__border-box:before {

  content: "";

  position: absolute;

  top: 50%;

  left: 50%;

  height: 12px;

  width: 12px;

  border-radius: 50%;

  transform: translateX(-50%) translateY(-50%);

  background-color: var(--brand-white);

}



.section-title__border-box:after {

  content: "";

  position: absolute;

  top: 50%;

  left: 50%;

  height: 8px;

  width: 8px;

  border-radius: 50%;

  transform: translateX(-50%) translateY(-50%);

  background-color: var(--brand-white);

  border: 1px solid var(--brand-base);

}



.section-title__title {

  margin: 0;

  color: var(--brand-black);

  font-size: 50px;

  opacity: 90%;

  line-height: 1.2;

  font-weight: 800;

  margin-top: 8px;

}



.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,

.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,

.bootstrap-select .show>.btn-light.dropdown-toggle {

  -webkit-box-shadow: none !important;

  box-shadow: none !important;

  outline: none !important;

}



.bootstrap-select>.dropdown-toggle {

  -webkit-box-shadow: none !important;

  box-shadow: none !important;

}



.bootstrap-select .dropdown-toggle:focus,

.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {

  outline: none !important;

}



.bootstrap-select .dropdown-menu {

  border: 0;

  padding-top: 0;

  padding-bottom: 0;

  margin-top: 0;

  z-index: 991;

  border-radius: 0;

}



.bootstrap-select .dropdown-menu>li+li>a {

  border-top: 1px solid rgba(255, 255, 255, 0.2);

}



.bootstrap-select .dropdown-menu>li.selected>a {

  background: var(--brand-base);

  color: #fff;

}



.bootstrap-select .dropdown-menu>li>a {

  font-size: 16px;

  font-weight: 500;

  padding: 4px 20px;

  color: #ffffff;

  background: var(--brand-black);

  -webkit-transition: all 0.4s ease;

  transition: all 0.4s ease;

}



.bootstrap-select .dropdown-menu>li>a:hover {

  background: var(--brand-black);

  color: var(--brand-white);

  cursor: pointer;

}



/* preloader */

.preloader {

  position: fixed;

  background-color: #fff;

  background-position: center center;

  background-repeat: no-repeat;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  z-index: 99999;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  text-align: center;

}



.preloader__image {

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-name: flipInY;

  animation-name: flipInY;

  -webkit-animation-duration: 2s;

  animation-duration: 2s;

  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;

  background-image: url(../images/loader.png);

  background-repeat: no-repeat;

  background-position: center center;

  background-size: 60px auto;

  width: 100%;

  height: 100%;

}



/* scroll to top */

.scroll-to-top {

  display: inline-block;

  width: 50px;

  height: 50px;

  background: var(--brand-base);

  position: fixed;

  bottom: 40px;

  left: 40px;

  z-index: 99;

  text-align: center;

  -webkit-transition: all 0.4s ease;

  transition: all 0.4s ease;

  display: none;

  border-radius: 50%;

  cursor: pointer;

  opacity: 0;

}



.scroll-to-top.d-block {

  opacity: 1;

}



.scroll-to-top i {

  color: var(--brand-white);

  font-size: 18px;

  line-height: 3;

  -webkit-transition: all 0.4s ease;

  transition: all 0.4s ease;

  position: relative;

  display: inline-block;

}



.scroll-to-top:hover {

  background-color: var(--brand-black);

}



.scroll-to-top:hover i {

  color: #fff;

}



.fa,

.fas {

  font-family: "Font Awesome 5 Free";

  font-weight: 900;

}



/* Header Start */

body:has(.overlay.visible),

body:has(.cart-overlay.open) {

  overflow: hidden;

}



.overlay {

  background: var(--brand-black);

  opacity: 0.75;

  overflow: hidden;

  z-index: 999;

  min-height: 100vh;

  position: fixed;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  transition: 0.2s linear;

  display: none;

}



.overlay.visible {

  display: block;

}



/********** Main Content Start **********/

.img-cover {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.text-sm {

  font-size: 14px;

}



label {

  text-transform: capitalize;

}



/* Footer */

/* mobile menu */

#mobileMenu {

  position: fixed;

  inset: 0;

  padding: 0.625rem;

  z-index: 9999;

  height: 100vh;

  background-color: rgba(0, 0, 0, 0.8);

  transform: translateX(-110%);

  transition: 0.2s linear;

}



#mobileMenu.open {

  transform: translateX(0);

}



.mobile-main-menu {

  height: 100%;

  width: 100%;

  background-color: #fff;

  display: flex;

  flex-direction: column;

}



.mobile-main-menu-header {

  padding: 20px;

  border-bottom: 1px solid #e5e9df;

}



.mobile-main-menu-content {

  height: 100%;

}



.header-sidebar-linklist-button {

  padding: 1.25rem;

  font-size: 28px;

  line-height: 1;

  background: transparent;

  width: 100%;

  border: 0;

  display: block;

  border-bottom: 1px solid #e5e9df;

  text-align: left;

}



.header-sidebar-linklist-more {

  padding-top: 3rem;

}



.header-sidebar-linklist-more-button {

  width: 100%;

  padding: 0.5rem 1.25rem;

  font-size: 1rem;

  display: block;

  line-height: 1.25;

}



.mobile-main-menu-footer .header-search {

  position: relative;

  inset: auto;

  padding: 20px;

}



.mobile-main-menu-footer .header-search input {

  font-size: 14px;

  margin: 0;

}



.mobile-main-menu-footer .form-select {

  padding: 20px;

  border: 0;

  border-top: 1px solid #e5e9df;

  border-radius: 0;

}



/* mobile menu */



/*--------------------------------------------------------------

# Main Slider

--------------------------------------------------------------*/

.main-slider {

  position: relative;

  background-color: #121315;

  z-index: 10;

}



.main-slider .item {

  background-color: #121315;

  position: relative;

  padding-top: 186px;

  padding-bottom: 150px;

  z-index: 10;

}



.main-slider__bg {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

  z-index: 1;

}



.main-slider__bg:before {

  content: "";

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  background-color: rgba(18, 19, 21, 0.5);

  z-index: -1;

}



.main-slider__content {

  position: relative;

  display: block;

  z-index: 10;

}



.main-slider__title {

  position: relative;

  font-size: 90px;

  color: var(--brand-white);

  font-weight: 800;

  line-height: 1;

  letter-spacing: -0.04em;

  margin-bottom: 41px;

  opacity: 0;

  visibility: hidden;

  -webkit-transform: translateY(-120px);

  transform: translateY(-120px);

  -webkit-transition-delay: 1000ms;

  transition-delay: 1000ms;

  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;

  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;

  transition: transform 2000ms ease, opacity 2000ms ease;

  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;

}



.main-slider__btn-box {

  position: relative;

  display: block;

  opacity: 0;

  visibility: hidden;

  -webkit-transform: translateY(120px);

  transform: translateY(120px);

  -webkit-transition-delay: 1000ms;

  transition-delay: 1000ms;

  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;

  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;

  transition: transform 2000ms ease, opacity 2000ms ease;

  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;

}



.active .main-slider__title,

.active .main-slider__btn-box {

  visibility: visible;

  opacity: 1;

  -webkit-transform: translateY(0) translateX(0);

  transform: translateY(0) translateX(0);

}



.main-slider .owl-theme .owl-nav {

  position: absolute;

  bottom: 27px;

  right: 0;

  left: 0;

  z-index: 100;

  display: flex;

  align-items: center;

  flex-direction: row;

  justify-content: flex-end;

  max-width: 1200px;

  width: 100%;

  padding: 0 15px;

  margin: 0 auto;

  height: 0;

  line-height: 0;

}



.main-slider .owl-theme .owl-nav [class*="owl-"] {

  position: relative;

  top: auto;

  left: auto;

  right: auto;

  bottom: auto;

  z-index: 100;

  width: 55px;

  height: 55px;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 18px;

  color: rgba(var(--brand-black-rgb), 1);

  background-color: rgba(var(--brand-white-rgb), 0.2);

  border: none;

  border-radius: 0;

  margin: 0;

  text-align: center;

  transition: all 500ms ease;

  padding: 0px 0px !important;

}



.main-slider .owl-theme .owl-nav [class*="owl-"]:hover {

  color: rgba(var(--brand-black-rgb), 1);

  background-color: rgba(var(--brand-white-rgb), 1);

}



.main-slider .owl-theme .owl-nav [class*="owl-"]+[class*="owl-"] {

  margin-left: 10px;

}



.main-slider .owl-theme .owl-dots {

  display: flex;

  align-items: center;

  justify-content: flex-start;

  max-width: 1200px;

  width: 100%;

  position: absolute;

  bottom: 50px;

  left: 0;

  right: 0;

  padding: 0 15px;

  margin: 0 auto;

  height: 0;

  line-height: 0;

}



.main-slider .owl-theme .owl-dots .owl-dot+.owl-dot {

  margin-left: 10px;

}



.main-slider .owl-theme .owl-dots .owl-dot span {

  width: 10px;

  height: 10px;

  border-radius: 50%;

  background-color: rgba(var(--brand-white-rgb), 0.3);

  margin: 0;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.main-slider .owl-theme .owl-dots .owl-dot:hover span,

.main-slider .owl-theme .owl-dots .owl-dot.active span {

  background-color: rgba(var(--brand-white-rgb), 1);

}



.icon-left-arrow {

  content: "\f060";

  font-family: "font awesome 6 free";

  font-size: 20px;

}



.icon-right-arrow {

  content: "\f061";

  font-family: "font awesome 6 free";

  font-size: 20px;

}



/*  */

.main-slider__title,

.main-slider-two__title {

  padding: 250px 0px 0px 0px;

  font-size: 66px;

  line-height: 1.2;

}



.slogan {

  padding: 16px 0px 16px 45px;

}



.slogan {

  background-image: url("../images/DWC-back.png");

}



/*  */

/* posts */

.project-section {

  background-image: url("../images/back.jpg");

  background-position: top center;

  background-repeat: no-repeat;

  background-size: cover;

  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

  padding: 200px 0px 200px 0px;

}



.widget-spacer-150 {

  height: 150px;

}



.widget-heading-lg {

  color: #ffffff;

  font-size: 18px;

  font-weight: 400;

}



.widget-heading-main {

  color: #ffffff;

  font-size: 40px;

  font-weight: 600;

}



.project-section .widget-heading-main {

  margin-bottom: 150px;

}



.image-box-title {

  color: var(--e-global-color-text);

  font-family: "AvertaStd", sans-serif;

  font-weight: 600;

}



.image-box-description {

  font-family: "AvertaStd", sans-serif;

  font-weight: 400;

  line-height: 1.1;

}



.heading-title {

  color: #000000;

  font-size: 48px;

  font-weight: 900;

  letter-spacing: -2px;

}



/* posts */

/* track */

.track-section {

  background-image: url("../images/ROAD.jpg");

  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

  overflow: hidden;

  background-size: cover;

  padding: 20px 0;

}



.motion-effects-element {

  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);

  --translateX: -500px;

  transition: 100ms;

  transform: translateX(var(--translateX));

}



/* track */

/* Why choose us */

.why-choose {

  background-image: url("../images/G-line.jpg");

  background-position: center center;

  background-repeat: no-repeat;

  background-size: contain;

  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

  padding: 85px 0px 65px 0px;

}



.why-choose .img-container {

  justify-content: center;

  row-gap: 65px;

  margin-block: 65px;

}



.why-choose .link-container .heading-title {

  display: block;

  padding: 12px 60px;

  background-color: var(--e-global-color-primary);

  text-align: center;

  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.4s);

}



.why-choose .link-container .heading-title:hover {

  background-color: #cfcfcf;

}



/* Why choose us */

/* Video section */

.video-section {

  position: relative;

  display: block;

  background-color: #121315;

  padding-top: 120px;

  z-index: 2;

}



.video-container {

  position: absolute;

  top: 0px;

  left: 0px;

  width: 100%;

  height: 100%;

  overflow: hidden;

  z-index: -100;

  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);

  opacity: 0.5;

}



.video-bg {

  background-image: url(../images/oil-bg.jpg);

  background-position: 50% 50%;

  background-size: cover;

  background-repeat: no-repeat;

  position: fixed;

  top: 0px;

  left: 0px;

  width: 100%;

  height: 100%;

  overflow: hidden;

  pointer-events: none;

  transform-style: preserve-3d;

  backface-visibility: hidden;

  will-change: transform, opacity;

  margin-top: 36px;

  transform: translate3d(0px, 11.1969px, 0px);

}



/* Video section */

/*--------------------------------------------------------------

# Video One

--------------------------------------------------------------*/

.video-one {

  position: relative;

  display: block;

  background-color: #121315;

  padding-top: 120px;

  z-index: 2;

}



.video-one__bg {

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  opacity: 0.5;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

  z-index: -1;

}



.video-one .section-title__title {

  font-size: 34px;

  line-height: 1.2;

}



.video-one .section-title__border-box {

  margin-left: 0;

}



.video-one__left {

  position: relative;

  display: block;

  background-color: rgb(255, 255, 255);

  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);

  padding: 60px 60px 60px;

  margin-bottom: -60px;

}



.video-one__left:before {

  content: "";

  position: absolute;

  top: 10px;

  bottom: 10px;

  left: 10px;

  right: 10px;

  border: 1px dashed var(--brand-bdr-color);

}



.video-one__left .section-title {

  margin-bottom: 33px;

}



.video-one__points {

  position: relative;

  display: block;

}



.video-one__points li {

  position: relative;

  display: flex;

  align-items: center;

  background-image: -moz-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%);

  background-image: -webkit-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%);

  background-image: -ms-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%);

  padding: 10px 30px 13px;

}



.video-one__points li+li {

  margin-top: 10px;

}



.video-one__points li .icon {

  position: relative;

  display: inline-block;

}



.video-one__points li .icon span {

  position: relative;

  display: inline-block;

  font-size: 25px;

  color: var(--brand-base);

}



.video-one__points li .text {

  margin-left: 15px;

}



.video-one__points li .text p {

  font-size: 18px;

  font-weight: 500;

  line-height: 1.3;

}



.video-one__right {

  position: relative;

  display: block;

  text-align: right;

}



.video-one__video-link {

  position: relative;

  display: inline-block;

  padding-right: 16px;

  padding-top: 16px;

}



.video-one__video-icon {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  width: 85px;

  height: 85px;

  line-height: 5;

  text-align: center;

  font-size: 21px;

  color: var(--brand-white);

  background-color: var(--brand-base);

  border-radius: 50%;

  transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

}



.video-one__video-icon:hover {

  background-color: var(--brand-white);

  color: var(--brand-base);

}



.video-one__video-icon:before {

  position: absolute;

  top: -16px;

  left: -16px;

  right: -16px;

  bottom: -16px;

  content: "";

  border-radius: 50%;

  border: 1px solid rgba(var(--brand-white-rgb), 0.1);

  z-index: 1;

}



.video-one__video-link .ripple,

.video-one__video-icon .ripple:before,

.video-one__video-icon .ripple:after {

  position: absolute;

  top: 50%;

  left: 50%;

  width: 117px;

  height: 117px;

  border-radius: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  -ms-box-shadow: 0 0 0 0 rgba(var(--brand-white-rgb), 0.6);

  -o-box-shadow: 0 0 0 0 rgba(var(--brand-white-rgb), 0.6);

  -webkit-box-shadow: 0 0 0 0 rgba(var(--brand-white-rgb), 0.6);

  box-shadow: 0 0 0 0 rgba(var(--brand-white-rgb), 0.6);

  -webkit-animation: ripple 3s infinite;

  animation: ripple 3s infinite;

}



.video-one__video-icon .ripple:before {

  -webkit-animation-delay: 0.9s;

  animation-delay: 0.9s;

  content: "";

  position: absolute;

}



.video-one__video-icon .ripple:after {

  -webkit-animation-delay: 0.6s;

  animation-delay: 0.6s;

  content: "";

  position: absolute;

}



.video-one__shape-1 {

  position: absolute;

  top: 55px;

  left: -140px;

}



.video-one__shape-1 img {

  width: auto;

}



.video-one__text {

  font-size: 20px;

  font-weight: 600;

  line-height: 1.3;

  color: var(--brand-white);

  margin-top: 45px;

}



/*--------------------------------------------------------------

# Counter One

--------------------------------------------------------------*/

.counter-one {

  position: relative;

  display: block;

  background-color: var(--brand-base);

  padding: 160px 0 70px;

  z-index: 1;

}



.counter-one__bg {

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  height: 297px;

  opacity: 0.1;

  mix-blend-mode: multiply;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  z-index: -1;

  background-image: url(../images/counter-one-bg.png);

}



.counter-one__single {

  position: relative;

  display: flex;

  align-items: center;

  padding: 30px 0 30px;

  margin-bottom: 30px;

  border-right: 1px solid #fffefe;

  z-index: 1;

}



.counter-one__single:before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  height: 1px;

  background-image: -moz-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(238, 116, 29) 100%);

  background-image: -webkit-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(238, 116, 29) 100%);

  background-image: -ms-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(238, 116, 29) 100%);

}



.counter-one__single:after {

  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  height: 1px;

  background-image: -moz-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(238, 116, 29) 100%);

  background-image: -webkit-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(238, 116, 29) 100%);

  background-image: -ms-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(238, 116, 29) 100%);

}



.counter-one__icon {

  position: relative;

  display: inline-block;

}



.counter-one__icon i {

  position: relative;

  display: inline-block;

  font-size: 64px;

  color: var(--brand-white);

  -webkit-transition: all 500ms linear;

  transition: all 500ms linear;

  -webkit-transition-delay: 0.1s;

  transition-delay: 0.1s;

}



.counter-one__single:hover .counter-one__icon i {

  transform: scale(0.9);

}



.counter-one__content {

  position: relative;

  display: block;

  margin-left: 20px;

  padding-left: 25px;

}



.counter-one__content::before {

  content: "";

  position: absolute;

  top: 5px;

  left: 0;

  bottom: 5px;

  width: 2px;

  background-color: rgba(var(--brand-white-rgb), 0.2);

}



.counter-one__content::after {

  content: "";

  position: absolute;

  top: 50%;

  left: 2px;

  border-top: 5px solid transparent;

  border-left: 4px solid rgba(var(--brand-white-rgb), 0.2);

  border-bottom: 5px solid transparent;

  transform: translateY(-50%);

}



.counter-one__count-box {

  position: relative;

  display: flex;

  align-items: center;

}



.counter-one__count-box h3 {

  font-size: 36px;

  font-weight: 600;

  line-height: 1;

  color: var(--brand-white);

}



.counter-two__plus {

  font-size: 36px;

  font-weight: 600;

  line-height: 1;

  color: var(--brand-white);

}



.counter-one__content p {

  font-weight: 500;

  color: var(--brand-white);

  margin-top: 5px;

}



/*--------------------------------------------------------------

# Coaching One

--------------------------------------------------------------*/

.coaching-one {

  position: relative;

  display: block;

  padding: 120px 0 40px;

  z-index: 1;

}



.coaching-one__top {

  position: relative;

  display: block;

}



.coaching-one__left {

  position: relative;

  display: block;

}



.coaching-one__left .section-title__border-box {

  margin-left: 0;

}



.coaching-one__right {

  position: relative;

  display: block;

}



.coaching-one__text {

  margin-top: 27px;

}



.coaching-one__bottom {

  position: relative;

  display: block;

}



.coaching-one__bottom .container {

  max-width: 1540px;

}



.coaching-one__bottom .row {

  --bs-gutter-x: 50px;

}



.coaching-one__single {

  position: relative;

  display: block;

  margin-bottom: 30px;

}



.coaching-one__img-box {

  position: relative;

  display: block;

}



.coaching-one__img {

  position: relative;

  display: block;

}



.coaching-one__img img {

  width: 100%;

}



.coaching-one__content {

  position: absolute;

  bottom: 0;

  right: -20px;

  left: 50px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  background-color: var(--brand-base);

  padding: 12px 30px 16px;

  overflow: hidden;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  z-index: 1;

}



.coaching-one__single:hover .coaching-one__content {

  opacity: 0;

}



.coaching-one__shape-1 {

  position: absolute;

  top: 0;

  left: 0;

  opacity: 0.2;

  z-index: -1;

}



.coaching-one__shape-1 img {

  width: auto;

}



.coaching-one__title {

  font-size: 20px;

  font-weight: 600;

  line-height: 1.5;

}



.coaching-one__title a {

  color: var(--brand-white);

}



.coaching-one__arrow-box {

  position: relative;

  display: block;

}



.coaching-one__arrow {

  position: relative;

  display: block;

  font-size: 24px;

  color: var(--brand-white);

  top: 3px;

}



.coaching-one__hover-content {

  position: absolute;

  bottom: 0;

  right: -20px;

  left: 50px;

  background-color: var(--brand-white);

  padding: 40px 40px 46px;

  background-position: center bottom;

  transition-delay: 0.1s;

  transition-timing-function: ease-in-out;

  transition-duration: 0.5s;

  transition-property: all;

  transform-origin: bottom;

  transform-style: preserve-3d;

  transform: scaleY(0);

  z-index: 2;

}



.coaching-one__single:hover .coaching-one__hover-content {

  transform: scaleY(1);

}



.coaching-one__hover-icon {

  position: relative;

  display: block;

}



.coaching-one__hover-icon img {

  width: auto;

}



.coaching-one__hover-title {

  font-size: 20px;

  font-weight: 600;

  line-height: 1.5;

  margin-top: 12px;

  margin-bottom: 15px;

}



.coaching-one__hover-title a {

  color: var(--brand-black);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.coaching-one__hover-title a:hover {

  color: var(--brand-base);

}



.coaching-one__hover-text {

  font-size: 14px;

  font-weight: 500;

  line-height: 1.4;

  color: #707072;

}



.coaching-one__hover-arrow-box {

  position: absolute;

  right: 30px;

  bottom: 30px;

}



.coaching-one__hover-arrow {

  font-size: 24px;

  color: var(--brand-black);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.coaching-one__hover-arrow:hover {

  color: var(--brand-base);

}



.coaching-one__hover-shape-1 {

  position: absolute;

  top: 45px;

  right: -20px;

  width: 172px;

  height: 26px;

  background-image: -moz-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgba(255, 255, 255, 0) 100%);

  background-image: -webkit-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgba(255, 255, 255, 0) 100%);

  background-image: -ms-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgba(255, 255, 255, 0) 100%);

}



.image-carousel-wrapper {

  padding-block: 40px 100px;

}



.swiper-slide-image {

  /* height: auto; */

  max-width: 100%;

  border: none;

  border-radius: 0;

  box-shadow: none;

}



/*--------------------------------------------------------------

# Testimonial One

--------------------------------------------------------------*/

.testimonial-one {

  position: relative;

  display: block;

  z-index: 1;

  overflow: hidden;

  padding-top: 100px;

}



.testimonial-one__wrap {

  position: relative;

  display: block;

  background-color: var(--brand-primary);

  padding: 69px 80px 178px;

  z-index: 1;

}



.testimonial-one__bg {

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  height: 194px;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

  z-index: -1;

}



.testimonial-one__img-1 {

  position: absolute;

  bottom: -210px;

  right: -535px;

  z-index: 1;

}



.testimonial-one__img-1 img {

  width: auto;

  max-width: 100%;

}



.testimonial-one__shape-1 {

  position: absolute;

  top: 145px;

  left: 15px;

  z-index: -1;

}



.testimonial-one__shape-1 img {

  width: auto;

}



.testimonial-one__carousel {

  position: relative;

  display: block;

  max-width: 545px;

  width: 100%;

}



.testimonial-one__carousel.owl-carousel .owl-stage-outer {

  overflow: visible;

}



.testimonial-one__carousel.owl-carousel .owl-item {

  opacity: 0;

  visibility: hidden;

  transition: opacity 500ms ease, visibility 500ms ease;

}



.testimonial-one__carousel.owl-carousel .owl-item.active {

  opacity: 1;

  visibility: visible;

}



.testimonial-one__single {

  position: relative;

  /* display: block; */

  z-index: 1;

}



.testimonial-one__inner {

  position: relative;

  display: block;

}



.testimonial-one__icon-and-ratting {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: space-between;

}



.testimonial-one__icon {

  position: relative;

  display: inline-block;

}



.testimonial-one__icon span {

  position: relative;

  display: inline-block;

  font-size: 64px;

  color: var(--brand-white);

}



.testimonial-one__ratting {

  position: relative;

  display: flex;

  align-items: center;

}



.testimonial-one__ratting i {

  font-size: 15px;

  color: var(--brand-base);

}



.testimonial-one__ratting i+i {

  margin-left: 4px;

}



.testimonial-one__text {

  font-size: 20px;

  line-height: 1.5;

  margin-top: 22px;

  margin-bottom: 31px;

}



.testimonial-one__client-name-box {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding-left: 72px;

}



.testimonial-one__client-name {

  font-size: 20px;

  font-weight: 600;

  line-height: 1.5;

  position: relative;

  display: block;

}



.testimonial-one__client-name::before {

  content: "";

  position: absolute;

  left: -72px;

  top: 15px;

  height: 2px;

  width: 53px;

  background-image: -moz-linear-gradient(0deg, rgb(238, 116, 29) 0%, rgb(22, 23, 26) 100%);

  background-image: -webkit-linear-gradient(0deg, rgb(238, 116, 29) 0%, rgb(22, 23, 26) 100%);

  background-image: -ms-linear-gradient(0deg, rgb(238, 116, 29) 0%, rgb(22, 23, 26) 100%);

}



.testimonial-one__client-sub-title {

  font-size: 12px;

  font-weight: 600;

  line-height: 1;

  text-transform: uppercase;

  letter-spacing: 0.1em;

  position: relative;

  display: block;

  border-bottom: 1px solid #b9b6b5;

}



.testimonial-one__carousel.owl-theme .owl-nav {

  position: absolute;

  bottom: -98px;

  left: 0;

  margin: 0;

}



.testimonial-one__carousel.owl-theme .owl-nav .owl-next {

  height: 55px;

  width: 55px;

  line-height: 3;

  border-radius: 0;

  color: var(--brand-black);

  background-color: var(--brand-white);

  font-size: 15px;

  margin: 0;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {

  height: 55px;

  width: 55px;

  line-height: 3;

  color: var(--brand-black);

  border-radius: 0;

  background-color: var(--brand-white);

  font-size: 15px;

  margin: 0;

  text-align: center;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  position: relative;

  display: inline-block;

}



.testimonial-one__carousel.owl-theme .owl-nav .owl-next {

  margin-left: 5px;

}



.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {

  margin-right: 5px;

}



.testimonial-one__carousel.owl-theme .owl-nav .owl-next span,

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev span {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

}



.testimonial-one__carousel.owl-theme .owl-nav .owl-next:hover,

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev:hover {

  background-color: var(--brand-base);

  color: var(--brand-white);

}



/*--------------------------------------------------------------

# Countries One

--------------------------------------------------------------*/

.countries-one {

  position: relative;

  display: block;

  overflow: hidden;

  padding: 120px 0 80px;

  background-image: -moz-linear-gradient(90deg, rgb(244, 239, 237) 0%, rgb(255, 255, 255) 50%);

  background-image: -webkit-linear-gradient(90deg, rgb(244, 239, 237) 0%, rgb(255, 255, 255) 50%);

  background-image: -ms-linear-gradient(90deg, rgb(244, 239, 237) 0%, rgb(255, 255, 255) 50%);

  z-index: 1;

}



.countries-one__bg {

  position: absolute;

  left: 0;

  right: 0;

  bottom: 0;

  height: 485px;

  opacity: 0.04;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

  mix-blend-mode: luminosity;

  z-index: -1;

}



.countries-one__single {

  position: relative;

  display: block;

  text-align: center;

  border: 1px solid #e3dcd9;

  padding: 26px 30px 16px;

  margin-bottom: 40px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  z-index: 1;

}



.countries-one__single:hover {

  border: 1px solid transparent;

}



.countries-one__single::before {

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: -16px;

  background-color: rgb(255, 255, 255);

  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);

  background-position: center bottom;

  transition-delay: 0.1s;

  transition-timing-function: ease-in-out;

  transition-duration: 0.5s;

  transition-property: all;

  transform-origin: bottom;

  transform-style: preserve-3d;

  transform: scaleY(0);

  z-index: -1;

}



.countries-one__single:hover::before {

  transform: scaleY(1);

}



.countries-one__img-box {

  position: relative;

  display: block;

  width: 52px;

  margin: 0 auto;

  border-radius: 50%;

}



.countries-one__img-box::before {

  content: "";

  position: absolute;

  left: -28px;

  top: 50%;

  width: 16px;

  height: 1px;

  background-color: #e3dcd9;

  transform: translateY(-50%);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.countries-one__single:hover .countries-one__img-box::before {

  background-color: var(--brand-base);

}



.countries-one__img-box::after {

  content: "";

  position: absolute;

  right: -28px;

  top: 50%;

  width: 16px;

  height: 1px;

  background-color: #e3dcd9;

  transform: translateY(-50%);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.countries-one__single:hover .countries-one__img-box::after {

  background-color: var(--brand-base);

}



.countries-one__img {

  position: relative;

  display: block;

  width: 52px;

  margin: 0 auto;

  border-radius: 50%;

}



.countries-one__img::before {

  content: "";

  position: absolute;

  top: -7px;

  left: -7px;

  right: -7px;

  bottom: -7px;

  border: 1px solid var(--brand-bdr-color);

  border-radius: 50%;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.countries-one__single:hover .countries-one__img::before {

  border: 1px solid var(--brand-base);

}



div.countries-one__img img {

  width: 100%;

  border-radius: 50%;

}



.countries-one__title {

  font-size: 18px;

  font-weight: 600;

  line-height: 1.3;

  margin-bottom: 6px;

  margin-top: 20px;

}



.countries-one__title a {

  color: var(--brand-black);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.countries-one__title a:hover {

  color: var(--brand-base);

}



.countries-one__text {

  font-size: 14px;

  font-weight: 500;

  line-height: 1.4;

  color: #68696c;

}



.countries-one__arrow-box {

  position: absolute;

  bottom: -33px;

  left: 50%;

  transform: translateX(-50%);

}



.countries-one__arrow {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 36px;

  height: 36px;

  background-color: var(--brand-base);

  border-radius: 50%;

  font-size: 16px;

  color: var(--brand-white);

  -webkit-transform: scale(0);

  transform: scale(0);

  opacity: 0;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.countries-one__single:hover .countries-one__arrow {

  -webkit-transform: scale(1);

  transform: scale(1);

  transition-delay: 500ms;

  opacity: 1;

}



.countries-one__arrow:hover {

  background-color: var(--brand-black);

  color: var(--brand-white);

}



/*--------------------------------------------------------------

# Team One

--------------------------------------------------------------*/

.team-one {

  position: relative;

  display: block;

  padding: 120px 0 90px;

  z-index: 1;

}



.team-one__single {

  position: relative;

  display: block;

  margin-bottom: 30px;

}



.team-one__img-box {

  position: relative;

  display: block;

}



.team-one__img {

  position: relative;

  display: block;

  z-index: 2;

}



.team-one__img:before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-image: -moz-linear-gradient(90deg, rgb(238 116 29) 0%, rgba(255, 255, 255, 0) 100%);

  background-image: -webkit-linear-gradient(90deg, rgb(238 116 29) 0%, rgba(255, 255, 255, 0) 100%);

  background-image: -ms-linear-gradient(90deg, rgb(238 116 29) 0%, rgba(255, 255, 255, 0) 100%);

  background-position: center bottom;

  transition-delay: 0.1s;

  transition-timing-function: ease-in-out;

  transition-duration: 0.5s;

  transition-property: all;

  transform-origin: bottom;

  transform-style: preserve-3d;

  transform: scaleY(0);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  z-index: 1;

}



.team-one__single:hover .team-one__img:before {

  transform: scaleY(1);

  border-top-left-radius: 130px;

  border-top-right-radius: 130px;

}



.team-one__img img {

  width: 100%;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.team-one__single:hover .team-one__img img {

  border-top-left-radius: 130px;

  border-top-right-radius: 130px;

}



.team-one__share-btn {

  position: absolute;

  right: 10px;

  bottom: 0;

  z-index: 2;

}



.team-one__share-btn a {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 40px;

  height: 40px;

  background-color: var(--brand-black);

  font-size: 16px;

  color: var(--brand-white);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.team-one__single:hover .team-one__share-btn a {

  background-color: var(--brand-white);

  color: var(--brand-black);

}



.team-one__social {

  position: absolute;

  display: flex;

  align-items: center;

  right: 50px;

  bottom: 0;

  background-color: var(--brand-black);

  padding: 8px 20px 10px;

  transform: scaleX(0);

  transform-origin: center;

  transform-style: preserve-3d;

  -webkit-transition: all 0.4s linear;

  -o-transition: all 0.4s linear;

  transition: all 0.4s linear;

  transform-origin: right center;

  z-index: 2;

}



.team-one__single:hover .team-one__social {

  transform: scaleX(1);

  transform-origin: left center;

  transition-delay: 500ms;

}



.team-one__social li {

  position: relative;

  display: block;

}



.team-one__social li a {

  position: relative;

  display: block;

  font-size: 14px;

  color: var(--brand-white);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.team-one__social li a:hover {

  color: var(--brand-base);

}



.team-one__social li+li {

  margin-left: 20px;

}



.team-one__content {

  position: relative;

  display: block;

  padding: 23px 30px 23px;

  background-image: -moz-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%);

  background-image: -webkit-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%);

  background-image: -ms-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%);

}



.team-one__sub-title {

  font-size: 14px;

  font-weight: 500;

  line-height: 1.4;

}



.team-one__title {

  font-size: 20px;

  font-weight: 600;

  line-height: 1.5;

  margin-top: 1px;

}



.team-one__title a {

  color: #222222;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.team-one__title a:hover {

  color: var(--brand-base);

}



.team-one__arrow-box {

  position: absolute;

  top: 0;

  right: 10px;

}



.team-one__arrow {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 40px;

  height: 40px;

  font-size: 16px;

  color: var(--brand-white);

  background-color: var(--brand-base);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.team-one__arrow:hover {

  color: var(--brand-white);

  background-color: var(--brand-black);

}



/*--------------------------------------------------------------

# Contact One

--------------------------------------------------------------*/

.contact-one {

  position: relative;

  display: block;

  padding: 0px 0px 0px;

  z-index: 1;

  overflow: hidden;

}



.contact-one__left {

  position: relative;

  display: block;

  margin-right: 70px;

  padding-top: 120px;

  z-index: 1;

}



.contact-one__bg {

  position: absolute;

  top: 0;

  left: -375px;

  right: -433px;

  bottom: -120px;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  clip-path: polygon(0 0, 100% 0%, 73% 100%, 0% 100%);

  z-index: -1;

}



.contact-one__shape-1 {

  position: absolute;

  top: 0;

  bottom: -120px;

  left: -375px;

  right: -158px;

  background-repeat: no-repeat;

  background-position: left center;

  background-size: cover;

  opacity: 0.8;

  z-index: -1;

}



.contact-one__left .section-title__tagline {

  color: var(--brand-white);

}



.contact-one__left .section-title__border-box {

  background-color: var(--brand-white);

}



.contact-one__left .section-title__border-box:before {

  background-color: var(--brand-base);

}



.contact-one__left .section-title__border-box:after {

  background-color: var(--brand-base);

  border: 1px solid var(--brand-white);

}



.contact-one__left .section-title__title {

  color: var(--brand-white);

}



.contact-one__form-box {

  position: relative;

  display: block;

}



.contact-one__form .row {

  --bs-gutter-x: 10px;

}



.contact-one__form-input-box {

  position: relative;

  display: block;

  margin-bottom: 10px;

}



.contact-one__form-input-box select,

.contact-one__form-input-box input[type="text"],

.contact-one__form-input-box input[type="email"] {

  height: 52px;

  width: 100%;

  border: none;

  background-color: var(--brand-white);

  padding-left: 30px;

  padding-right: 30px;

  outline: none;

  font-size: 14px;

  color: var(--brand-gray);

  display: block;

  font-weight: 500;

}



.contact-one__form-input-box select {

  appearance: none;

  background-image: url(../images/angle-down.svg);

  background-repeat: no-repeat;

  background-position: calc(100% - 10px) center !important;

  background-size: 16px;

}



.contact-one__form-input-box textarea {

  font-size: 14px;

  color: var(--brand-gray);

  height: 122px;

  width: 100%;

  background-color: var(--brand-white);

  padding: 15px 30px 30px;

  border: none;

  outline: none;

  margin-bottom: 0px;

  font-weight: 500;

}



.contact-one__form-input-box.text-message-box {

  height: 122px;

}



.contact-one__form-btn {

  border: none;

  font-size: 14px;

  font-weight: 600;

  background-color: var(--brand-black);

  padding: 12px 50px 10px;

  line-height: 2;

}



.contact-one__form-btn:hover {

  color: var(--brand-base);

}



.contact-one__form-btn:before {

  background-color: var(--brand-white);

}



.contact-one__form-input-box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {

  position: relative;

  display: block;

  max-width: 100%;

  width: 100% !important;

}



.contact-one__form-input-box .bootstrap-select>.dropdown-toggle::after {

  display: none;

}



.contact-one__form-input-box .bootstrap-select>.dropdown-toggle {

  position: relative;

  background-color: var(--brand-white) !important;

  border-radius: 0;

  color: var(--brand-gray) !important;

  font-size: 14px;

  font-weight: 500;

  height: 52px;

  line-height: 3;

  padding-left: 30px;

  padding-right: 30px;

  padding-top: 0;

  padding-bottom: 0;

  width: 100%;

  outline: none !important;

  border: 0;

  box-shadow: none !important;

  background-repeat: no-repeat;

  background-size: 14px 12px;

  background-position: right 25.75px center;

}



.contact-one__form-input-box .bootstrap-select>.dropdown-toggle:before {

  position: absolute;

  top: 0;

  bottom: 0;

  right: 25px;

  font-family: "Font Awesome 5 Free";

  content: "\f107";

  font-weight: 900;

  font-size: 15px;

  color: var(--brand-gray);

}



.contact-one__right {

  position: relative;

  display: block;

  margin-left: -30px;

  margin-right: -375px;

  margin-top: 40px;

}



.contact-one__right:before {

  content: "";

  position: absolute;

  top: -40px;

  left: 344px;

  border-bottom: 40px solid var(--brand-black);

  border-left: 20px solid transparent;

  border-right: 30px solid transparent;

}



.contact-one__google-map-box {

  position: relative;

  display: block;

  background-color: var(--brand-primary);

  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);

}



.google-map__one {

  position: relative;

  display: block;

  border: none;

  height: 658px;

  width: 100%;

  mix-blend-mode: luminosity;

}



.contact-one__address-box {

  position: absolute;

  top: 120px;

  right: 170px;

  background-color: rgb(255, 255, 255);

  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);

  max-width: 312px;

  width: 100%;

  z-index: 2;

}



.contact-one__address-top {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: space-between;

  flex-wrap: wrap;

  background-image: -moz-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%);

  background-image: -webkit-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%);

  background-image: -ms-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%);

  padding-left: 40px;

  padding-right: 30px;

  padding-top: 19px;

  padding-bottom: 19px;

  z-index: 2;

}



.contact-one__address-top:before {

  content: "";

  position: absolute;

  bottom: -10px;

  left: 40px;

  border-top: 10px solid var(--brand-primary);

  border-left: 10px solid transparent;

  border-right: 10px solid transparent;

  z-index: 2;

}



.contact-one__address-top-title {

  position: relative;

  display: block;

}



.contact-one__address-top-title h3 {

  font-size: 20px;

  font-weight: 600;

  line-height: 1.5;

}



.contact-one__address-top-icon {

  position: relative;

  display: flex;

  align-items: center;

}



.contact-one__address-top-icon span {

  position: relative;

  display: inline-block;

  font-size: 65px;

  color: var(--brand-base);

}



.contact-one__address-faq {

  position: relative;

  display: block;

}



.contact-one__address-faq .faq-one-accrodion .accrodion {

  position: relative;

  display: block;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  background-color: var(--brand-white);

  border-bottom: 1px solid var(--brand-bdr-color);

}



.contact-one__address-faq .faq-one-accrodion .accrodion.last-child {

  border-bottom: 0;

}



.contact-one__address-faq .faq-one-accrodion .accrodion-title {

  position: relative;

  display: block;

  cursor: pointer;

  padding: 13px 40px 13px;

  transition: all 200ms linear;

  transition-delay: 0.1s;

}



.contact-one__address-faq .faq-one-accrodion .accrodion-title h4 {

  margin: 0;

  font-size: 16px;

  font-weight: 600;

  line-height: 1.4;

  color: var(--brand-black);

  position: relative;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.contact-one__address-faq .faq-one-accrodion .accrodion.active .accrodion-title h4 {

  color: var(--brand-black);

}



.contact-one__address-faq .faq-one-accrodion .accrodion-title h4::before {

  content: "\e907";

  content: "\2b";

  font-family: "font awesome 6 free";

  font-weight: 900;

  font-size: 11px;

  color: var(--brand-base);

  position: absolute;

  top: 50%;

  right: -5px;

  height: 20px;

  width: 20px;

  border-radius: 50%;

  text-align: center;

  display: flex;

  justify-content: center;

  align-items: center;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.contact-one__address-faq .faq-one-accrodion .accrodion.active .accrodion-title h4::before {

  content: "\e905";

  content: "\f068";

  color: var(--brand-black);

  height: 20px;

  width: 20px;

  border-radius: 50%;

  text-align: center;

  display: flex;

  justify-content: center;

  align-items: center;

}



.contact-one__address-faq .faq-one-accrodion .accrodion-content {

  position: relative;

  padding: 0px 40px 23px;

  margin-top: -8px;

}



.contact-one__address-list {

  position: relative;

  display: block;

}



.contact-one__address-list li {

  position: relative;

  display: flex;

}



.contact-one__address-list li:nth-child(1) {

  margin-bottom: 13px;

}



.contact-one__address-list li:nth-child(2) {

  margin-bottom: 7px;

}



.contact-one__address-list li .icon {

  position: relative;

  display: inline-block;

}



.contact-one__address-list li .icon i {

  position: relative;

  display: inline-block;

  font-size: 15px;

  color: var(--brand-base);

}



.contact-one__address-list li .text {

  margin-left: 20px;

}



.contact-one__address-list li .text p {

  font-size: 15px;

  font-weight: 500;

  line-height: 1.5;

}



.contact-one__address-list li .text p a {

  color: var(--brand-gray);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.contact-one__address-list li .text p a:hover {

  color: var(--brand-base);

}



/*--------------------------------------------------------------

# Brand One

--------------------------------------------------------------*/

.brand-one {

  position: relative;

  display: block;

  overflow: hidden;

  z-index: 1;

}



.brand-one__inner {

  position: relative;

  display: block;

  padding: 60px 0 60px;

  border-bottom: 1px solid var(--brand-bdr-color);

  overflow: hidden;

}



.brand-one .swiper-slide {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

}



.brand-one .swiper-slide img {

  -webkit-transition: 500ms;

  transition: 500ms;

  opacity: 0.25;

  max-width: 100%;

}



.brand-one .swiper-slide img:hover {

  opacity: 0.6;

}



/*--------------------------------------------------------------

# Blog One

--------------------------------------------------------------*/

.blog-one {

  position: relative;

  display: block;

  padding: 120px 0 90px;

  background-image: -moz-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%);

  background-image: -webkit-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%);

  background-image: -ms-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%);

  z-index: 1;

}



.blog-one__single {

  position: relative;

  display: block;

  margin-bottom: 30px;

}



.blog-one__img-box {

  position: relative;

  display: block;

}



.blog-one__img {

  position: relative;

  display: block;

  overflow: hidden;

}



.blog-one__img img {

  width: 100%;

  transition: all 500ms ease;

  transform: scale(1);

  object-fit: cover;

}



.blog-one__single:hover .blog-one__img img {

  transform: scale(1.05);

}



.blog-one__img>a {

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: rgba(var(--brand-black-rgb), 0.3);

  position: absolute;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 30px;

  color: var(--thm-base);

  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;

  visibility: hidden;

  opacity: 0;

  transform: translateY(-30%);

}



.blog-one__img>a>span {

  position: relative;

}



.blog-one__img>a>span::before {

  content: "";

  width: 20px;

  height: 2px;

  background-color: var(--brand-base);

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  transition: all 500ms ease;

}



.blog-one__img>a>span::after {

  content: "";

  transition: all 500ms ease;

  width: 2px;

  height: 20px;

  background-color: var(--brand-base);

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

}



.blog-one__img>a:hover>span::before,

.blog-one__img>a:hover>span::after {

  background-color: var(--brand-white);

}



.blog-one__single:hover .blog-one__img>a {

  visibility: visible;

  transform: translateY(0%);

  opacity: 1;

}



.blog-one__date {

  position: absolute;

  left: 30px;

  bottom: 0;

  background-color: var(--brand-base);

  padding: 5px 15px 4px;

  z-index: 2;

  height: 35px;

}



.blog-one__date::before {

  content: "";

  position: absolute;

  bottom: 0;

  left: -20px;

  border-top: 17px solid transparent;

  border-bottom: 17px solid var(--brand-base);

  border-left: 10px solid transparent;

  border-right: 10px solid var(--brand-base);

}



.blog-one__date p {

  font-size: 20px;

  font-weight: 600;

  line-height: 1;

  color: var(--brand-white);

}



.blog-one__date p span {

  font-size: 16px;

  position: relative;

  left: -3px;

}



.blog-one__content {

  position: relative;

  display: block;

  padding: 20px 40px 11px;

  background-color: rgb(255, 255, 255);

  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.09);

}



.blog-one__tag-and-user {

  position: relative;

  display: flex;

  align-items: center;

}



.blog-one__tag {

  position: relative;

  display: block;

  background-color: var(--brand-primary);

  padding: 4px 20px 6px;

  display: none;

}



.blog-one__tag p {

  font-size: 12px;

  font-weight: 500;

  line-height: 1.8;

}



.blog-one__user {

  position: relative;

  display: flex;

  align-items: center;

  margin-left: 10px;

  display: none;

}



.blog-one__user .img {

  position: relative;

  display: block;

  width: 29px;

}



.blog-one__user .img img {

  width: 100%;

  border-radius: 50%;

}



.blog-one__user .text {

  margin-left: 10px;

}



.blog-one__user .text p {

  font-size: 14px;

  font-weight: 500;

  line-height: 1;

}



.blog-one__title {

  font-size: 20px;

  line-height: 1.5;

  font-weight: 600;

  /* margin-top: 12px; */

  /* padding-bottom: 27px;

  margin-bottom: 9px;

  border-bottom: 1px solid var(--brand-bdr-color); */

}



.blog-one__title a {

  color: var(--brand-black);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.blog-one__title a:hover {

  color: var(--brand-base);

}



.blog-one__comment-and-arrow {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: space-between;

  display: none;

}



.blog-one__comment {

  position: relative;

  display: block;

}



.blog-one__comment p {

  font-size: 14px;

  font-weight: 500;

  line-height: 1;

}



.blog-one__comment p span {

  font-size: 14px;

  color: var(--brand-base);

  margin-right: 4px;

}



.blog-one__arrow {

  position: relative;

  display: block;

}



.blog-one__arrow a {

  font-size: 20px;

  color: var(--brand-black);

  top: 4px;

  position: relative;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.blog-one__arrow a:hover {

  color: var(--brand-base);

}



/*--------------------------------------------------------------

# About One

--------------------------------------------------------------*/

.about-one {

  position: relative;

  display: block;

  padding: 120px 0 120px;

  z-index: 1;

}



.about-one__shape-3 {

  position: absolute;

  right: 0;

  top: 60px;

  opacity: 0.1;

  z-index: -1;

}



.about-one__shape-3 img {

  width: auto;

}



.about-one__left {

  position: relative;

  display: block;

  margin-left: 130px;

  margin-right: 40px;

}



.about-one__shape-2 {

  position: absolute;

  left: -355px;

  top: 190px;

  z-index: -1;

}



.about-one__shape-2 img {

  width: auto;

}



.about-one__img-box {

  position: relative;

  display: block;

}



.about-one__img {

  position: relative;

  display: block;

  z-index: 1;

}



.about-one__img img {

  width: 100%;

}



.about-one__img-2 {

  position: absolute;

  left: -130px;

  bottom: -137px;

  z-index: -1;

}



.about-one__img-2 img {

  width: auto;

}



.about-one__shape-1 {

  position: absolute;

  bottom: -93px;

  right: 25px;

  z-index: -1;

}



.about-one__shape-1 img {

  width: auto;

}



.about-one__experience {

  position: absolute;

  bottom: -64px;

  left: 107px;

  background-color: var(--brand-white);

  padding: 22px 40px 23px;

  max-width: 239px;

  width: 100%;

  z-index: 1;

}



.about-one__experience::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  width: 5px;

  background-color: var(--brand-base);

  z-index: -1;

}



.about-one__experience::after {

  content: "";

  position: absolute;

  top: 50%;

  left: 5px;

  border-top: 10px solid transparent;

  border-left: 7px solid var(--brand-base);

  border-bottom: 10px solid transparent;

  z-index: -1;

  transform: translateY(-50%);

}



.about-one__experience h3 {

  font-size: 48px;

  font-weight: 600;

  line-height: 1;

  color: var(--brand-base);

}



.about-one__experience p {

  margin-top: -2px;

}



.about-one__badge {

  position: absolute;

  top: 40px;

  left: -205px;

}



.about-one__badge img {

  width: auto;

}



.about-one__right {

  position: relative;

  display: block;

}



.about-one__right .section-title__border-box {

  margin-left: 0;

}



.about-one__right .section-title {

  margin-bottom: 21px;

}



.about-one__points {

  position: relative;

  display: block;

  margin-top: 23px;

  margin-bottom: 46px;

}



.about-one__points li {

  position: relative;

  display: flex;

  align-items: center;

}



.about-one__points li+li {

  margin-top: 18px;

}



.about-one__points li .icon {

  position: relative;

  display: inline-block;

}



.about-one__points li .icon span {

  position: relative;

  display: inline-block;

  font-size: 64px;

  color: var(--brand-base);

  -webkit-transition: all 500ms linear;

  transition: all 500ms linear;

  -webkit-transition-delay: 0.1s;

  transition-delay: 0.1s;

  width: 80px;

  text-align: center;

}



.about-one__points li:hover .icon span {

  transform: scale(0.9);

}



.about-one__points li .content {

  position: relative;

  display: block;

  margin-left: 50px;

  padding-left: 30px;

}



.about-one__points li .content::before {

  content: "";

  position: absolute;

  left: 0;

  top: 8px;

  bottom: 4px;

  width: 2px;

  background-color: var(--brand-bdr-color);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.about-one__points li:hover .content::before {

  background-color: var(--brand-base);

}



.about-one__points li .content::after {

  content: "";

  position: absolute;

  left: -5px;

  top: 50%;

  transform: translateY(-50%);

  border-top: 7px solid transparent;

  border-bottom: 7px solid transparent;

  border-right: 5px solid var(--brand-bdr-color);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.about-one__points li:hover .content::after {

  border-right: 5px solid var(--brand-base);

}



.about-one__points li .content h3 {

  font-size: 20px;

  font-weight: 600;

  line-height: 1.5;

  margin-bottom: 4px;

}



.about-one__points li .content p {

  font-size: 15px;

  font-weight: 500;

  line-height: 1.5;

}



/*--------------------------------------------------------------

# Services One

--------------------------------------------------------------*/

.services-one {

  position: relative;

  display: block;

  padding: 0 0 90px;

}



.services-one__single {

  position: relative;

  display: block;

  margin-bottom: 30px;

  z-index: 1;

}



.services-one__single-inner {

  position: relative;

  display: block;

  border: 1px solid var(--brand-bdr-color);

  text-align: center;

  padding: 14px 39px 31px;

  z-index: 1;

}



.services-one__single-inner:before {

  content: "";

  position: absolute;

  top: -1px;

  left: -1px;

  width: 65px;

  height: 65px;

  background-color: var(--brand-white);

  border: 1px solid var(--brand-bdr-color);

  border-top: 0;

  border-left: 0;

}



.services-one__single-inner:after {

  content: "";

  position: absolute;

  top: -1px;

  right: -1px;

  width: 65px;

  height: 65px;

  background-color: var(--brand-white);

  border: 1px solid var(--brand-bdr-color);

  border-top: 0;

  border-right: 0;

}



.services-one__icon {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  height: 100px;

  width: 100px;

  background-color: var(--brand-base);

  margin: 0 auto 0;

  z-index: 1;

}



.services-one__icon span {

  position: relative;

  display: inline-block;

  font-size: 60px;

  color: var(--brand-white);

}



.services-one__title {

  font-size: 20px;

  font-weight: 600;

  line-height: 1;

  margin-top: 27px;

  margin-bottom: 9px;

}



.services-one__title a {

  color: var(--brand-black);

}



.services-one__text {

  font-size: 15px;

}



.services-one__hover-content {

  position: absolute;

  top: -1px;

  left: -1px;

  right: -1px;

  bottom: -1px;

  background-position: center top;

  transition-delay: 0.1s;

  transition-timing-function: ease-in-out;

  transition-duration: 0.5s;

  transition-property: all;

  transform-origin: top;

  transform-style: preserve-3d;

  transform: scaleY(0);

  z-index: 2;

}



.services-one__single:hover .services-one__hover-content {

  transform: scaleY(1);

}



.services-one__hover-bg {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  z-index: 1;

}



.services-one__hover-title-box {

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  padding: 14px 30px 14px;

  background-color: var(--brand-base);

  text-align: left;

  overflow: hidden;

  z-index: 2;

}



.services-one__hover-shpae {

  position: absolute;

  top: 0;

  left: 0;

  opacity: 0.2;

  z-index: -1;

}



.services-one__hover-shpae img {

  width: auto;

}



.services-one__hover-title {

  font-size: 20px;

  font-weight: 600;

  line-height: 1.5;

}



.services-one__hover-title a {

  color: var(--brand-white);

}



.services-one__arrow {

  position: absolute;

  bottom: 50px;

  right: 10px;

  z-index: 2;

}



.services-one__arrow a {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  height: 50px;

  width: 50px;

  background-color: var(--brand-white);

  font-size: 17px;

  color: var(--brand-black);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.services-one__arrow a:hover {

  color: var(--brand-white);

  background-color: var(--brand-black);

}



/*--------------------------------------------------------------

# Page Header

--------------------------------------------------------------*/

.page-header {

  position: relative;

  display: block;

  background-color: var(--brand-black);

  z-index: 1;

}



.page-header-with-bg {

  padding-top: 125px;

}



.page-header .container {

  max-width: 1480px;

}



.thm-breadcrumb li:not(:last-child)::after {

  content: "/";

  margin-left: 15px;

  margin-right: 10px;

}



.page-header-bg {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  opacity: 1;

  background-repeat: no-repeat;

  background-position: center center;

  background-size: cover;

  background-attachment: fixed;

  z-index: -1;

}



.page-header-bg {
  background-image: url(../images/page-title.png);
}



.page-header__inner {

  position: relative;

  display: flex;

  text-align: center;

  padding: 220px 0;

  z-index: 15;

  height: 80vh;

  justify-content: center;

  align-items: end;

}



.page-header__inner h2 {

  font-size: 72px;

  color: var(--brand-white);

  line-height: 50px;

  font-weight: 800;

  -ms-word-wrap: break-word;

  word-wrap: break-word;

  text-transform: capitalize;

}



.page-header__inner h2 b {

  color: var(--brand-white);

}



.thm-breadcrumb {

  position: absolute;

  left: 0;

  bottom: 33px;

  z-index: 2;

}



.thm-breadcrumb li {

  position: relative;

  display: inline-block;

  font-size: 14px;

  font-weight: 500;

  color: #9fa0a3;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.thm-breadcrumb li+li {

  margin-left: 6px;

}



.thm-breadcrumb li a {

  position: relative;

  display: inline-block;

  font-size: 14px;

  font-weight: 500;

  color: #9fa0a3;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  text-transform: capitalize;

}



.thm-breadcrumb li:hover a {

  color: var(--brand-white);

  opacity: 1;

}



.thm-breadcrumb li.active {

  color: var(--brand-white);

  opacity: 1;

}



.thm-breadcrumb li span {

  font-size: 14px;

  color: var(--brand-white);

  text-transform: capitalize;

}



/*--------------------------------------------------------------

# About Four

--------------------------------------------------------------*/

.about-four {

  position: relative;

  display: block;

  padding: 120px 0 120px;

  overflow: hidden;

  z-index: 1;

}



.about-four__shape-2 {

  position: absolute;

  left: 70px;

  bottom: -55px;

  z-index: -1;

}



.about-four__shape-2 img {

  width: auto;

}



.about-four__left {

  position: relative;

  display: block;

  margin-right: 80px;

}



.about-four__left .section-title {

  margin-bottom: 38px;

}



.about-four__left .section-title__border-box {

  margin-left: 0;

}



.about-four__top {

  position: relative;

  display: flex;

  align-items: center;

}



.about-four__icon {

  position: relative;

  display: flex;

  align-items: center;

}



.about-four__icon span {

  position: relative;

  display: inline-block;

  font-size: 63px;

  color: var(--brand-black);

}



.about-four__content {

  margin-left: 17px;

}



.about-four__content h4 {

  font-size: 24px;

  color: var(--brand-base);

  font-weight: 500;

  line-height: 30px;

}



.about-four__text-1 {

  padding-top: 34px;

  padding-bottom: 22px;

}



.about-four__points-box {

  position: relative;

  display: flex;

  align-items: center;

}



.about-four__points {

  position: relative;

  display: block;

}



.about-four__points li {

  position: relative;

  display: flex;

  align-items: center;

}



.about-four__points li .icon {

  position: relative;

  display: flex;

  align-items: center;

}



.about-four__points li .icon span {

  font-size: 21px;

  color: var(--brand-base);

}



.about-four__points li .text {

  margin-left: 6px;

}



.about-four__points li .text p {

  font-size: 16px;

  color: var(--brand-black);

  font-weight: 600;

}



.about-four__points--two {

  margin-left: 15px;

}



.about-four__btn-box {

  position: relative;

  display: block;

  margin-top: 45px;

}



.about-four__right {

  position: relative;

  display: block;

  margin-left: -40px;

  margin-right: 310px;

}



.about-four__img-box {

  position: relative;

  display: block;

}



.about-four__img-one {

  position: relative;

  display: block;

}



.about-four__img-one img {

  width: 100%;

}



.about-four__img-two {

  position: absolute;

  top: 0;

  right: -310px;

}



.about-four__img-two img {

  width: auto;

}



.about-four__experience {

  position: absolute;

  bottom: -60px;

  left: -54px;

  border-bottom-left-radius: 45px;

  background-color: rgb(255, 255, 255);

  box-shadow: 14.982px 29.403px 87px 0px rgba(0, 0, 0, 0.07);

}



.about-four__experience-inner {

  position: relative;

  display: block;

  max-width: 247px;

  padding: 22px 80px 23px;

  padding-right: 20px;

  width: 100%;

  border-bottom-left-radius: 45px;

  overflow: hidden;

  z-index: 1;

}



.about-four__experience h3 {

  font-size: 45px;

  font-weight: 600;

  line-height: 45px;

  color: var(--brand-base);

}



.about-four__experience p {

  font-size: 15px;

  margin-top: -2px;

}



.about-four__shape-1 {

  position: absolute;

  left: -85px;

  bottom: -13px;

}



.about-four__shape-1 img {

  width: auto;

  mix-blend-mode: darken;

}



/*--------------------------------------------------------------

# About Page Testimonial

--------------------------------------------------------------*/

.about-page-testimonial {

  position: relative;

  display: block;

  background-color: var(--brand-primary);

  z-index: 1;

}



.about-page-testimonial__bg-1 {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  mix-blend-mode: multiply;

  opacity: 0.35;

  z-index: -1;

}



.about-page-testimonial__bg-2 {

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  height: 485px;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  mix-blend-mode: luminosity;

  opacity: 0.05;

  z-index: -1;

}



/*--------------------------------------------------------------

# About Page Counter

--------------------------------------------------------------*/

.about-page-counter,

.about__page .counter-one {

  padding-top: 100px;

}



/*--------------------------------------------------------------

# Testimonial Two

--------------------------------------------------------------*/

.testimonial-two {

  position: relative;

  display: block;

  padding: 120px 0 120px;

  z-index: 1;

  overflow: hidden;

}



.testimonial-two__top {

  position: relative;

  display: block;

}



.testimonial-two__left {

  position: relative;

  display: block;

}



.testimonial-two__left .section-title__border-box {

  margin-left: 0;

}



.testimonial-two__right {

  position: relative;

  display: block;

}



.testimonial-two__right-text {

  margin-top: 32px;

}



.testimonial-two__single {

  position: relative;

  display: block;

  background-color: rgb(255, 255, 255);

  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.testimonial-two__single:hover {

  background-color: rgb(255, 255, 255);

  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.15);

}



.testimonial-two__inner {

  position: relative;

  display: block;

  padding: 40px 40px 31px;

  padding-left: 230px;

  overflow: hidden;

  z-index: 1;

}



.testimonial-two__img {

  position: absolute;

  top: 58px;

  left: 18px;

  width: 154px;

  z-index: 1;

}



div.testimonial-two__img>img {

  width: 100%;

  border-radius: 50%;

  border: 2px solid var(--brand-white);

  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);

}



.testimonial-two__shape-1 {

  position: absolute;

  top: -18px;

  left: -18px;

  right: -18px;

  z-index: -1;

}



.testimonial-two__shape-1>img {

  width: auto !important;

}



.testimonial-two__client-details-and-quote {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding-bottom: 22px;

  border-bottom: 2px solid var(--brand-bdr-color);

  margin-bottom: 31px;

}



.testimonial-two__client-details-and-quote::before {

  content: "";

  position: absolute;

  left: 0;

  bottom: -9px;

  border-top: 7px solid var(--brand-bdr-color);

  border-left: 10px solid transparent;

  border-right: 10px solid transparent;

}



.testimonial-two__client-details {

  position: relative;

  display: block;

}



.testimonial-two__client-rate {

  position: relative;

  display: flex;

  align-items: center;

}



.testimonial-two__client-rate span {

  position: relative;

  display: inline-block;

  font-size: 13px;

  color: var(--brand-base);

}



.testimonial-two__client-rate span+span {

  margin-left: 4px;

}



.testimonial-two__client-name {

  font-size: 24px;

  font-weight: 600;

  line-height: 34px;

  margin-top: 1px;

  margin-bottom: 2px;

}



.testimonial-two__client-name a {

  color: var(--brand-black);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.testimonial-two__client-name a:hover {

  color: var(--brand-base);

}



.testimonial-two__quote {

  position: relative;

  display: inline-block;

}



.testimonial-two__quote span {

  position: relative;

  display: inline-block;

  font-size: 64px;

  color: var(--brand-primary);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.testimonial-two__single:hover .testimonial-two__quote span {

  color: var(--brand-base);

}



.testimonial-two__carousel.owl-carousel .owl-stage-outer {

  overflow: visible;

}



.testimonial-two__carousel.owl-carousel .owl-item {

  opacity: 0;

  visibility: hidden;

  transition: opacity 500ms ease, visibility 500ms ease;

}



.testimonial-two__carousel.owl-carousel .owl-item.active {

  opacity: 1;

  visibility: visible;

}



/*--------------------------------------------------------------

# FAQ One

--------------------------------------------------------------*/

.faq-one {

  position: relative;

  display: block;

  z-index: 1;

}



.faq-one__shape-1 {

  position: absolute;

  top: 87px;

  right: 0;

  opacity: 0.1;

}



.faq-one__shape-1 img {

  width: auto;

}



.faq-one__left {

  position: relative;

  display: block;

  margin-right: 190px;

  margin-left: -255px;

  margin-bottom: 110px;

}



.faq-one__inner {

  position: relative;

  display: block;

  background-color: rgba(var(--brand-base-rgb), 0.9);

  padding: 100px 100px 110px;

  z-index: 1;

}



.faq-one__bg {

  position: absolute;

  top: 0;

  left: -120px;

  right: -120px;

  bottom: -120px;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

  z-index: -1;

}



.faq-one__icon {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 123px;

  height: 123px;

  border-radius: 50%;

  background-color: var(--brand-black);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.faq-one__icon:hover {

  background-color: var(--brand-white);

}



.faq-one__icon span {

  position: relative;

  display: inline-block;

  font-size: 64px;

  color: var(--brand-white);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.faq-one__icon:hover span {

  color: var(--brand-black);

}



.faq-one__title {

  font-size: 50px;

  font-weight: 600;

  line-height: 60px;

  color: var(--brand-white);

  margin-top: 24px;

  margin-bottom: 42px;

}



.faq-one__btn-box {

  position: relative;

  display: block;

}



.faq-one__btn {

  color: var(--brand-black);

  background-color: var(--brand-white);

}



.faq-one__right {

  position: relative;

  display: block;

  padding-top: 120px;

}



.faq-one__right .section-title__border-box {

  margin-left: 0;

}



.faq-one__faq-box {

  position: relative;

  display: block;

  border: 1px solid var(--brand-bdr-color);

}



.accordion-item,

.faq-one__faq-box .faq-one-accrodion .accrodion {

  position: relative;

  display: block;

  padding: 21px 40px 26px;

  border-bottom: 1px solid #e2dbd7;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  border-radius: 0px !important;

}



.accordion-header,

.faq-one__faq-box .faq-one-accrodion .accrodion-title {

  position: relative;

  display: block;

  cursor: pointer;

  transition: all 200ms linear;

  transition-delay: 0.1s;

}



.accordion-header button,

.faq-one__faq-box .faq-one-accrodion .accrodion-title h4 {

  margin: 0;

  font-size: 18px;

  font-weight: 600;

  line-height: 28px;

  color: var(--brand-black);

  position: relative;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  padding: 0;

  box-shadow: none !important;

}



.faq-one__faq-box .faq-one-accrodion .accrodion+.accrodion {

  margin-top: 0px;

}



.accordion-button:not(.collapsed),

.faq-one__faq-box .faq-one-accrodion .accrodion.active .accrodion-title h4 {

  color: var(--brand-base);

  background-color: transparent;

  box-shadow: none;

}



.faq-one__faq-box .faq-one-accrodion .accrodion-title h4::before {

  content: "\f067";

  font-family: "Font Awesome 5 Free";

  font-weight: 700;

  font-size: 14px;

  color: var(--brand-base);

  position: absolute;

  top: 4px;

  right: 0;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.faq-one__faq-box .faq-one-accrodion .accrodion.active .accrodion-title h4::before {

  content: "\f068";

  color: var(--brand-black);

}



.accordion-body,

.faq-one__faq-box .faq-one-accrodion .accrodion-content {

  position: relative;

  padding: 0;

  padding-top: 24px;

}



.accordion-body p,

.faq-one__faq-box .faq-one-accrodion .accrodion-content p {

  margin: 0;

}



.faq-one__faq-box .faq-one-accrodion .accrodion:last-child {

  border-bottom: 1px solid transparent;

}



.accordion-button::after {

  background: none;

  content: "\2b";

  font-weight: 600;

  font-family: "font awesome 6 free";

}



.accordion-button:not(.collapsed)::after {

  background: none;

  content: "\f068";

}



/*--------------------------------------------------------------

# Brand Two

--------------------------------------------------------------*/

.brand-two {

  position: relative;

  display: block;

  padding: 66px 0 60px;

  z-index: 1;

}



.brand-two .container {

  overflow: hidden;

}



.brand-two__title {

  color: var(--brand-gray);

  font-size: 12px;

  font-weight: 500;

  position: absolute;

  top: 0;

  right: 0;

  left: 0;

  max-width: 1170px;

  width: 100%;

  text-align: center;

  margin: 0 auto;

  margin-top: -2px;

  text-transform: uppercase;

  letter-spacing: 0.1em;

}



.brand-two__title span {

  background: #fff;

  position: relative;

  z-index: 9;

  padding-inline: 14px;

}



.brand-two__title:before {

  position: absolute;

  top: 7px;

  left: 0;

  content: "";

  height: 1px;

  background-color: #e5dddb;

  max-width: 464px;

  width: 100%;

  transform: translateY(-50%);

}



.brand-two__title:after {

  position: absolute;

  top: 7px;

  right: 0;

  content: "";

  height: 1px;

  background-color: #e5dddb;

  max-width: 464px;

  width: 100%;

  transform: translateY(-50%);

}



.brand-two .swiper-slide {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

}



.brand-two .swiper-slide img {

  -webkit-transition: 500ms;

  transition: 500ms;

  opacity: 0.25;

  max-width: 100%;

}



.brand-two .swiper-slide img:hover {

  opacity: 0.6;

}



/*--------------------------------------------------------------

## Error Page

--------------------------------------------------------------*/

.error-page {

  position: relative;

  display: block;

  padding: 64px 0 120px;

  z-index: 1;

}



.error-page__bg {

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  height: 378px;

  opacity: 0.3;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

  z-index: -1;

}



.error-page__inner {

  position: relative;

  display: block;

  text-align: center;

  z-index: 1;

}



.error-page__img {

  position: absolute;

  left: 50%;

  bottom: 54px;

  transform: translateX(-50%);

  z-index: -1;

}



.error-page__img img {

  width: auto;

  max-width: unset;

}



.error-page__title-box {

  position: relative;

  display: inline-block;

}



.error-page__title {

  position: relative;

  display: inline-block;

  font-size: 350px;

  line-height: 350px;

  font-weight: 600;

  color: var(--brand-base);

  letter-spacing: -0.04em;

}



.error-page__title span {

  margin-left: 141px;

}



.error-page__tagline {

  font-size: 40px;

  font-weight: 600;

  line-height: 50px;

  margin-top: 62px;

  margin-bottom: 13px;

  color: var(--brand-black);

}



.error-page__text {

  margin: 0;

  font-size: 20px;

  font-weight: 400;

}



.error-page__form {

  position: relative;

  display: block;

  margin: 32px auto 20px;

}



.error-page__form-input {

  position: relative;

  display: block;

  max-width: 550px;

  width: 100%;

  margin: 0 auto;

}



.error-page__form input[type="search"] {

  height: 52px;

  width: 100%;

  border: none;

  outline: none;

  background-color: rgb(255, 255, 255);

  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);

  font-size: 14px;

  color: var(--brand-gray);

  font-weight: 500;

  padding-left: 50px;

  padding-right: 75px;

}



.error-page__form button[type="submit"] {

  background-color: transparent;

  color: var(--brand-black);

  font-size: 22px;

  position: absolute;

  top: 0;

  right: 0px;

  bottom: 0;

  width: 72px;

  outline: none;

  border: none;

  display: flex;

  align-items: center;

  padding: 0;

}



/*--------------------------------------------------------------

# Contact Five

--------------------------------------------------------------*/

.contact-five {

  position: relative;

  display: block;

  overflow: hidden;

  padding: 120px 0 120px;

  background-image: -moz-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 20%);

  background-image: -webkit-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 20%);

  background-image: -ms-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 20%);

  z-index: 1;

}



.contact-five__bg {

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  height: 485px;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  mix-blend-mode: luminosity;

  opacity: 0.05;

  z-index: -1;

}



.contact-five .container {

  max-width: 800px;

}



.contact-five__form-box {

  position: relative;

  display: block;

}



.contact-five__form {

  position: relative;

  display: block;

}



.contact-five__form .row {

  --bs-gutter-x: 20px;

}



.contact-five__input-box {

  position: relative;

  display: block;

  margin-bottom: 20px;

}



.contact-five__input-box input[type="text"],

.contact-five__input-box input[type="email"] {

  height: 52px;

  width: 100%;

  border: none;

  background-color: var(--brand-primary);

  padding-left: 30px;

  padding-right: 30px;

  outline: none;

  font-size: 14px;

  font-weight: 500;

  color: var(--brand-gray);

  display: block;

}



.contact-five__input-box textarea {

  font-size: 14px;

  color: var(--brand-gray);

  font-weight: 500;

  height: 190px;

  width: 100%;

  background-color: var(--brand-primary);

  padding: 20px 30px 30px;

  border: none;

  outline: none;

  margin-bottom: 0px;

}



.contact-five__btn-box {

  position: relative;

  display: block;

  margin: 0 auto;

  text-align: center;

}



.contact-five__btn {

  border: none;

  line-height: 30px;

}



.contact-five__input-box.text-message-box {

  height: 190px;

}



/*--------------------------------------------------------------

# Location One

--------------------------------------------------------------*/

.location-one {

  position: relative;

  display: block;

  padding: 120px 0 0;

  z-index: 2;

}



.location-one__top {

  position: relative;

  display: block;

  margin-bottom: 50px;

}



.location-one__top-left {

  position: relative;

  display: block;

}



.location-one__top-left .section-title {

  margin-bottom: 0;

}



.location-one__top-left .section-title__border-box {

  margin-left: 0;

}



.location-one__top-right {

  position: relative;

  display: block;

  margin-top: 31px;

}



.location-one__bottom {

  position: relative;

  display: block;

  z-index: 2;

}



.location-one__bottom:before {

  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  height: 60px;

  background: #fff;

  z-index: -1;

}



.location-one__main-tab-box .tab-buttons {

  position: relative;

  display: block;

}



.location-one__main-tab-box .tab-buttons .tab-btn {

  position: relative;

  display: inline-block;

}



.location-one__main-tab-box .tab-buttons .tab-btn+.tab-btn {

  margin-left: 5px;

}



.location-one__main-tab-box .tab-buttons .tab-btn span {

  position: relative;

  display: block;

  text-align: center;

  transition: all 200ms linear;

  transition-delay: 0.1s;

  font-size: 18px;

  line-height: 18px;

  color: var(--brand-black);

  background-color: var(--brand-bdr-color);

  padding: 21px 50px 21px;

  font-weight: 600;

  cursor: pointer;

  transition: all 0.3s ease;

  z-index: 1;

}



.location-one__main-tab-box .tab-buttons .tab-btn.active-btn span {

  color: var(--brand-white);

}



.location-one__main-tab-box .tab-buttons .tab-btn span:before {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  height: 0%;

  content: "";

  background-color: var(--brand-base);

  transition: all 0.3s ease;

  z-index: -1;

}



.location-one__main-tab-box .tab-buttons .tab-btn.active-btn span:before {

  height: 100%;

}



.location-one__main-tab-box .tabs-content {

  position: relative;

  display: block;

  border: 1px solid var(--brand-bdr-color);

}



.location-one__main-tab-box .tabs-content .tab {

  position: relative;

  display: none;

  -webkit-transform: translateY(35px);

  -ms-transform: translateY(35px);

  transform: translateY(35px);

  -webkit-transition: all 600ms ease;

  -moz-transition: all 600ms ease;

  -ms-transition: all 600ms ease;

  -o-transition: all 600ms ease;

  transition: all 600ms ease;

  z-index: 10;

}



.location-one__main-tab-box .tabs-content .tab.active-tab {

  display: block;

  margin-top: 0px;

  -webkit-transform: translateY(0px);

  -ms-transform: translateY(0px);

  transform: translateY(0px);

}



.location-one__tab-content-box {

  position: relative;

  display: block;

  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);

}



.location-one__tab-content-box-inner {

  position: relative;

  display: flex;

  /* flex-wrap: wrap; */

  overflow: hidden;

  padding: 50px 50px 50px;

  z-index: 1;

}



.location-one__bg {

  position: absolute;

  bottom: -60px;

  left: 0;

  right: 0;

  height: 252px;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  opacity: 0.2;

  z-index: -1;

}



.location-one__tab-content-left {

  position: relative;

  display: flex;

  align-items: center;

  /* flex-wrap: wrap; */

  width: 70%;

}



.location-one__tab-content-img {

  position: relative;

  display: block;

  max-width: 370px;

  width: 100%;

}



.location-one__tab-content-img img {

  width: 100%;

}



.location-one__tab-content-contact {

  position: relative;

  display: block;

  margin-left: 40px;

  margin-top: -12px;

}



.location-one__tab-content-contact-title {

  font-size: 20px;

  font-weight: 600;

  line-height: 30px;

  margin-bottom: 37px;

}



.location-one__tab-content-contact-list {

  position: relative;

  display: block;

}



.location-one__tab-content-contact-list li {

  position: relative;

  display: flex;

  align-items: center;

}



.location-one__tab-content-contact-list li+li {

  margin-top: 22px;

}



.location-one__tab-content-contact-list li .icon {

  position: relative;

  display: flex;

  align-items: center;

}



.location-one__tab-content-contact-list li:first-child .icon {

  top: -12px;

}



.location-one__tab-content-contact-list li .icon i {

  font-size: 16px;

  color: var(--brand-base);

}



.location-one__tab-content-contact-list li .content {

  margin-left: 20px;

}



.location-one__tab-content-contact-list li .content p {

  font-size: 18px;

  line-height: 26px;

}



.location-one__tab-content-contact-list li .content p a {

  color: var(--brand-gray);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.location-one__tab-content-contact-list li .content p a:hover {

  color: var(--brand-base);

}



.location-one__tab-content-right {

  position: relative;

  display: block;

  margin-left: 40px;

  width: 25%;

}



.location-one__tab-content-right:before {

  content: "";

  position: absolute;

  bottom: -8px;

  top: -5px;

  left: -20px;

  width: 1px;

  background-color: var(--brand-bdr-color);

}



.location-one__tab-content-time {

  position: relative;

  display: block;

}



.location-one__tab-content-time li {

  position: relative;

  display: block;

}



.location-one__tab-content-time li+li {

  margin-top: 37px;

}



.location-one__tab-content-day-name {

  font-size: 12px;

  color: var(--brand-base);

  text-transform: uppercase;

  letter-spacing: 0.1em;

  font-weight: 500;

  line-height: 12px;

  margin-bottom: 12px;

}



.location-one__tab-content-time-box {

  font-size: 18px;

  font-weight: 400;

  line-height: 18px;

}



/*--------------------------------------------------------------

# Google Map Two

--------------------------------------------------------------*/

.google-map-two {

  position: relative;

  display: block;

  margin-top: -60px;

  background-color: var(--brand-primary);

}



.google-map__two {

  position: relative;

  display: block;

  border: none;

  height: 565px;

  width: 100%;

  mix-blend-mode: luminosity;

}



.google-map__two iframe {

  width: 100%;

  height: 100%;

}



/*--------------------------------------------------------------

# product

--------------------------------------------------------------*/

.shop-one.product {

  padding: 115px 15px;

  background: #e9e9e9;

}



.product__items ul.products {

  width: calc(100% + 30px);

  display: block;

  margin-left: -15px;

  margin-right: -15px;

  float: left;

}



.product__items ul.products li {

  width: 100%;

  border: 0;

  margin-bottom: 0;

  float: none;

  padding-left: 15px;

  padding-right: 15px;

  box-shadow: none !important;

}



@media (min-width: 768px) {

  .product__items ul.products li {

    width: 50%;

  }

}



@media (min-width: 992px) {

  .product__items ul.products li {

    width: 33.333%;

  }

}



.product__all-img {

  border: 1px solid #ebe8e4;

  border-bottom: 0;

}



.product__all-content {

  border: 1px solid #ebe8e4;

  border-top: 0;

  margin-top: 0;

  padding-top: 26px;

  padding-bottom: 30px;

}



.product__sidebar .widget,

.product__sidebar-single {

  padding: 30px;

}



.product__sidebar .product__sidebar-single .wp-block-categories {

  margin-top: -17px;

}



.product-card {

  padding: 30px 30px 30px 20px;

  border-radius: 8px;

  background-color: #f1f2f2;

  height: 100%;

  z-index: 0;

  position: relative;

}



.select-block__title {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  align-items: center;

  font-size: 1.25rem;

  font-weight: 700;

  line-height: 1.2;

  margin-bottom: 16px;

}



.select-block__title .f-synth {

  color: var(--brand-base);

  margin-left: 6px;

}



.select-block__cont {

  padding: 0 5px;

}



.product-card .select-card {

  position: relative;

  display: block;

  margin-bottom: 20px;

  background-color: #fff;

  box-shadow: 0 5px 16px 0 rgb(202 202 202 / 0.6);

  padding: 20px 100px 135px 20px;

  border-radius: 6px;

  height: 220px;

}



.select-card__img {

  display: block;

  position: absolute;

  left: calc(100% - 125px);

  top: -20px;

  width: auto;

  height: 175px;

  -webkit-transition: all 0.2s linear;

  transition: all 0.2s linear;

}



.product-card .select-card:hover .select-card__img {

  opacity: 1;

  visibility: visible;

  -webkit-transform: translateY(0);

  transform: translateY(0);

}



.select-card .select-card__img {

  left: unset;

  right: -22px;

  top: -13px;

  width: auto;

  height: 145px;

}



.select-card:hover .select-card__img {

  left: unset;

  height: 163px;

  top: -27px;

  right: -18px;

}



.select-card:hover {

  background-color: var(--brand-base);

  background-color: var(--brand-base);

  -webkit-box-shadow: 0 5px 16px 0 rgb(224 82 6 / 0.4);

  box-shadow: 0 5px 16px 0 rgb(224 82 6 / 0.4);

}



.select-card__name {

  font-size: 16px;

  color: var(--brand-base);

  font-weight: 800;

  text-transform: uppercase;

  line-height: 1.2;

  -webkit-transition: all 0.2s linear;

  transition: all 0.2s linear;

}



.select-card__descr {

  position: absolute;

  left: 20px;

  bottom: 20px;

  font-size: 11px;

  color: #989898;

  line-height: 1.3;

  -webkit-transition: all 0.2s linear;

  transition: all 0.2s linear;

}



.select-card__descr {

  max-height: 110px;

  overflow: hidden;

  padding-right: 150px;

}



.select-card__mark {

  font-size: 16px;

  color: #2a2a2a;

  opacity: 0;

  font-weight: 600;

  visibility: visible;

}



.select-card__more {

  display: block;

  position: absolute;

  left: 24px;

  bottom: 35px;

  font-size: 12px;

  color: #fff;

  line-height: 1.3;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 0.2s linear;

  transition: all 0.2s linear;

}



.select-card:hover .select-card__more {

  opacity: 1;

  visibility: visible;

}



.select-card:hover .select-card__more {

  color: #f8aa80;

  font-size: 10px;

  font-weight: 700;

  text-transform: uppercase;

  line-height: 1.2;

  -webkit-transition: all 0.2s linear;

  transition: all 0.2s linear;

}



.select-card .select-card__more,

.select-card:hover .select-card__name {

  color: #f8aa80;

}



.select-card .select-card__more:hover {

  color: #fff;

}



.select-card:hover .select-card__mark {

  opacity: 1;

  color: #fff;

}



.select-card:hover .select-card__descr,

.select-card:hover .select-card__text {

  opacity: 0;

  visibility: hidden;

}



.select-block__inf-icon {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -ms-flex-negative: 0;

  flex-shrink: 0;

  width: 20px;

  height: 20px;

  margin-top: 0;

  margin-left: 12px;

  color: #cacaca;

  font-size: 12px;

  font-weight: 400;

  border-radius: 50%;

  border: 2px solid #cacaca;

  -webkit-transition: all 0.2s linear;

  transition: all 0.2s linear;

  cursor: pointer;

  -webkit-transition: all ease-in-out 0.3s;

  transition: all ease-in-out 0.3s;

}



.select-block__inf-icon:hover {

  background-color: var(--brand-base);

  border-color: var(--brand-base);

  color: #fff;

}



.select-block__sub {

  font-size: 12px;

  color: #bbbcbc;

  color: var(--e-global-color-secondary);

  margin-bottom: 15px;

}



.select-block__link-ell {

  margin-bottom: 6px;

}



.select-block__link-ell a {

  display: flex;

  align-items: center;

  font-size: 12px;

  line-height: 12px;

  color: #2a2a2a;

  color: var(--black);

  font-weight: 700;

  text-transform: uppercase;

  display: inline-flex;

  align-items: center;

  column-gap: 10px;

}



.prodslide {

  background-color: #f1f2f2;

  padding-bottom: 80px;

  padding-top: 80px;

}



.product__image {

  display: block;

  /* max-width: 415px; */

  position: sticky;

  top: 100px;

}



.product-title {

  font-size: 48px;

  color: var(--brand-base);

  line-height: 1.2;

  font-weight: 800;

  margin-bottom: 40px;

  text-transform: uppercase;

}



.product-icons {

  display: flex;

  flex-wrap: wrap;

  margin-bottom: 10px;

}



.product-detail_right h5 {

  font-size: 14px;

  text-transform: uppercase;

  letter-spacing: 1.4px;

  font-weight: 700;

  color: #bbbcbc;

  margin-bottom: 25px;

}



.product__text {

  color: #696969;

  font-size: 15px;

  line-height: 1.5;

  margin-bottom: 25px;

  text-align: justify;

}



.product__spec-title {

  text-transform: uppercase;

  font-size: 24px;

  color: #363636;

  font-weight: 800;

  margin-block: 20px;

}



.product__spec-list {

  font-size: 15px;

  color: #696969;

  margin-block: 20px;

  display: grid;

  gap: 2px;

}



.product__spec-list li {

  position: relative;

  padding-left: 20px;

}



.product__spec-list li::before {

  content: "";

  width: 6px;

  height: 6px;

  background-color: var(--brand-base);

  position: absolute;

  left: 0;

  top: 8px;

}



.grid-2 {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 2px;

}



.prodslide h4 {

  font-size: 28px;

  font-weight: 600;

}



.pdf-viewer {

  -webkit-box-shadow: 0 20px 48px 3px rgba(135, 152, 164, 0.4);

  box-shadow: 0 20px 48px 3px rgba(135, 152, 164, 0.4);

  padding: 10px;

}



.swiper-controls .swiper-button-prev,

.swiper-controls .swiper-button-next {

  border-radius: 50%;

  border: 1px solid #cccdcd;

  width: 58px;

  height: 58px;

  font-size: 24px;

  color: var(--brand-base);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  margin-right: 18px;

  cursor: pointer;

  -webkit-transition: all ease-in-out 0.3s;

  transition: all ease-in-out 0.3s;

  top: auto;

  bottom: 0;

  position: relative;

  margin: 0;

  left: auto;

  right: auto;

  flex-shrink: 0;

}



.swiper-controls .swiper-button-prev:hover,

.swiper-controls .swiper-button-next:hover {

  background-color: var(--brand-base);

  color: var(--brand-white);

}



.swiper-controls {

  display: flex;

  align-items: center;

  width: 100%;

  margin: 40px 0 0;

  max-width: 282px;

  gap: 20px;

}



.swiper-controls .swiper-pagination {

  margin: 0;

  position: relative;

  text-align: end;

  top: auto;

  bottom: auto;

  color: #6d6d6d;

  font-size: 18px;

}



.swiper-controls .swiper-pagination-current {

  font-size: 20px;

  font-weight: 700;

  color: #000;

}



.swiper-controls .swiper-button-next:after,

.swiper-controls .swiper-rtl .swiper-button-prev:after {

  content: " \f061";

  font-family: "font awesome 6 free";

  font-size: 22px;

  font-weight: 600;

}



.swiper-controls .swiper-button-prev:after,

.swiper-controls .swiper-rtl .swiper-button-prev:after {

  content: "\f060";

  font-family: "font awesome 6 free";

  font-weight: 600;

  font-size: 22px;

}



/*  */

.product-card-2 {

  padding: 30px;

  border-radius: 12px;

  background-color: #f1f2f2;

  height: 100%;

  transition: all 0.2s linear;

}



.product-card-2:hover {

  background-color: var(--brand-base);

}



.product-card-2 .product-card-img {

  display: block;

  width: 50%;

  transition: all 0.2s linear;

  margin-inline: auto;

}



.product-card-2:hover .vehicle-option img {

  filter: brightness(0) invert(1);

}



.product-card-2:hover .product-card-img {

  transform: scale(1.1);

}



.product-card-2 h4 {

  font-size: 20px;

  font-weight: 700;

  color: var(--brand-base);

  transition: all 0.2s linear;

  margin-top: 20px;

}



.product-card-2 p {

  font-size: 13px;

  color: rgb(103 103 103);

  line-height: 1.3;

  -webkit-transition: all 0.2s linear;

  transition: all 0.2s linear;

  margin-block: 16px;

  text-align: justify;

}



.product-card-2:hover h4,

.product-card-2:hover p {

  color: #fff;

}



.vehicle-option {

  display: flex;

  align-items: center;

  gap: 14px;

  margin-block: 30px;

}



.vehicle-option li {

  width: 40px;

  height: 40px;

  border: 2px solid rgb(137 137 137);

  color: rgb(137 137 137);

  display: grid;

  place-content: center;

  font-size: 20px;

  border-radius: 50%;

  transition: all 0.2s linear;

}



.product-card-2:hover li {

  color: #fff;

  border-color: #fff;

}



.quantity {

  font-size: 18px;

  font-weight: 600;

  color: rgb(91 91 91);

  border-left: 2px solid var(--brand-base);

  display: block;

  padding-top: 6px;

  padding-left: 10px;

  transition: all 0.2s linear;

}



.product-card-2:hover .quantity {

  border-color: #fff;

  color: #fff;

}



/*  */

/*--------------------------------------------------------------

# Blog Page

--------------------------------------------------------------*/

.blog-page {

  position: relative;

  display: block;

  padding: 120px 0 90px;

}



/*--------------------------------------------------------------

# Blog Sidebar

--------------------------------------------------------------*/

.blog-sidebar {

  position: relative;

  display: block;

}



.blog-sidebar__left {

  position: relative;

  display: block;

  padding: 120px 0 120px;

}



.blog-sidebar__content-box {

  position: relative;

  display: block;

}



.blog-sidebar__single {

  position: relative;

  display: block;

}



.blog-sidebar__single+.blog-sidebar__single {

  margin-top: 30px;

}



.blog-sidebar__img {

  position: relative;

  display: block;

  margin-bottom: 20px;

}



div.blog-sidebar__img img {

  width: 100%;

}



.blog-sidebar__date {

  position: absolute;

  left: 30px;

  bottom: 0;

  background-color: var(--brand-base);

  padding: 3px 15px 10px;

  z-index: 2;

}



.blog-sidebar__date::before {

  content: "";

  position: absolute;

  bottom: 0;

  left: -30px;

  border-top: 25px solid transparent;

  border-bottom: 25px solid var(--brand-base);

  border-left: 15px solid transparent;

  border-right: 15px solid var(--brand-base);

}



.blog-sidebar__date p {

  font-size: 30px;

  font-weight: 600;

  line-height: 30px;

  color: var(--brand-white);

}



.blog-sidebar__date p span {

  font-size: 16px;

  position: relative;

  left: -3px;

}



.blog-sidebar__content {

  position: relative;

  display: block;

  margin-top: 0;

}



.blog-sidebar__meta {

  position: relative;

  display: flex;

  align-items: center;

}



.blog-sidebar__meta li+li {

  margin-left: 12px;

}



.blog-sidebar__meta li a {

  font-size: 14px;

  color: var(--brand-gray);

  font-weight: 500;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.blog-sidebar__meta li a:hover {

  color: var(--brand-base);

}



.blog-sidebar__meta li a i,

.blog-sidebar__meta li span i {

  color: var(--brand-base);

  padding-right: 7px;

}



.blog-sidebar__title {

  font-size: 28px;

  font-weight: 600;

  line-height: 38px;

  margin-top: 4px;

}



.blog-sidebar__title a {

  color: var(--brand-black);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  -ms-word-wrap: break-word;

  word-wrap: break-word;

}



.blog-sidebar__title a:hover,

.blog-sidebar__title a:hover b {

  color: var(--brand-base);

}



.blog-sidebar__text {

  padding-top: 13px;

  padding-bottom: 21px;

}



.blog-sidebar__btn {

  position: relative;

  display: block;

}



.blog-sidebar__btn a {

  position: relative;

  display: inline-block;

  font-size: 14px;

  font-weight: 500;

  color: var(--brand-gray);

  border: 1px solid var(--brand-bdr-color);

  padding: 10px 30px 10px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.blog-sidebar__btn a:hover {

  background-color: var(--brand-base);

  color: var(--brand-white);

  border: 1px solid var(--brand-base);

}



.blog-sidebar__bottom-box {

  position: relative;

  display: block;

  background-color: var(--brand-primary);

  padding: 60px 60px 51px;

  margin-top: 30px;

  overflow: hidden;

  z-index: 1;

}



.blog-sidebar__bottom-box-icon {

  margin-bottom: 21px;

}



.blog-sidebar__provide-services {

  position: relative;

  display: block;

  background-color: var(--brand-primary);

  padding: 60px 60px 60px;

  margin-top: 30px;

  margin-bottom: 30px;

  overflow: hidden;

  z-index: 1;

}



.blog-sidebar__provide-services-icon {

  margin-bottom: 24px;

}



.blog-sidebar__provide-services-title {

  font-size: 30px;

  line-height: 35px;

  font-weight: 600;

}



.blog-sidebar__provide-services-title a {

  color: var(--brand-black);

  transition: all 500ms ease;

}



.blog-sidebar__provide-services-title a:hover {

  color: var(--brand-base);

}



.blog-sidebar__col {

  display: flex;

}



.blog-sidebar__right {

  position: relative;

  display: flex;

  flex: 1;

  width: 100%;

}



@media (min-width: 992px) {

  .blog-sidebar__right {

    margin-left: 20px;

  }

}



.sidebar {

  position: relative;

  display: block;

  width: 100%;

  flex: 1;

}



@media (min-width: 992px) {

  .sidebar:not(.product__sidebar.sidebar) {

    padding-top: 120px;

    padding-bottom: 100px;

    padding-left: 50px;

    background-image: -moz-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 10%);

    background-image: -webkit-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 10%);

    background-image: -ms-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 10%);

    height: 100%;

  }

}



.sidebar__search {

  position: relative;

  display: block;

}



.sidebar__search-form {

  position: relative;

}



.sidebar__search-form input[type="search"] {

  display: block;

  border: 1px solid var(--brand-bdr-color);

  outline: none;

  background-color: var(--brand-white);

  color: var(--brand-gray);

  font-size: 16px;

  padding-left: 30px;

  height: 64px;

  width: 100%;

  padding-right: 50px;

}



.sidebar__search-form ::-webkit-input-placeholder {

  color: var(--brand-gray);

  opacity: 1;

}



.sidebar__search-form :-ms-input-placeholder {

  color: var(--brand-gray);

  opacity: 1;

}



.sidebar__search-form ::-ms-input-placeholder {

  color: var(--brand-gray);

  opacity: 1;

}



.sidebar__search-form ::placeholder {

  color: var(--brand-gray);

  opacity: 1;

}



.sidebar__search-form :-ms-input-placeholder {

  color: var(--brand-gray);

}



.sidebar__search-form ::-ms-input-placeholder {

  color: var(--brand-gray);

}



.sidebar__search-form button[type="submit"] {

  background-color: transparent;

  color: var(--brand-gray);

  font-size: 22px;

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  width: 42px;

  outline: none;

  border: none;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  padding: 0;

}



.sidebar__post {

  position: relative;

  display: block;

  margin-top: 42px;

  margin-bottom: 37px;

  z-index: 1;

}



.sidebar__title {

  font-size: 20px;

  font-weight: 600;

  line-height: 30px;

  margin-bottom: 17px;

}



.sidebar__post-list {

  margin: 0;

}



.sidebar__post-list li {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  border-bottom: 1px solid var(--brand-bdr-color);

  padding-bottom: 15px;

  margin-bottom: 14px;

}



.sidebar__post-list li:last-child {

  border-bottom: 0;

  padding-bottom: 0;

  margin-bottom: 0;

}



.sidebar__post-image {

  margin-right: 20px;

}



.sidebar__post-image>img {

  width: 70px;

}



.sidebar__post-content {

  position: relative;

  top: -1px;

}



.sidebar__post-content h3 {

  font-size: 16px;

  margin: 0;

  line-height: 26px;

  font-weight: 600;

  margin-bottom: 9px;

}



.sidebar__post-content h3 a {

  color: var(--brand-black);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.sidebar__post-content h3 a:hover {

  color: var(--brand-base);

}



.sidebar__post-content-meta {

  position: relative;

  display: block;

  font-size: 13px;

  line-height: 23px;

  color: var(--brand-gray);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.sidebar__post-content-meta i {

  color: var(--brand-base);

  font-size: 14px;

  padding-right: 4px;

}



.sidebar__category {

  position: relative;

  display: block;

}



.sidebar__category .sidebar__title {

  margin-bottom: 7px;

}



.sidebar__category-list {

  position: relative;

  display: block;

}



.sidebar__category-list li {

  position: relative;

  display: block;

}



.sidebar__category-list li a {

  position: relative;

  display: block;

  font-size: 16px;

  color: var(--brand-gray);

  border-bottom: 1px solid var(--brand-bdr-color);

  padding-left: 15px;

  padding-top: 7px;

  padding-bottom: 10px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.sidebar__category-list li a:hover {

  color: var(--brand-base);

}



.sidebar__category-list li a span {

  position: absolute;

  top: 16px;

  left: 0;

  font-size: 16px;

  color: var(--brand-gray);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.sidebar__category-list li a:hover span {

  color: var(--brand-base);

}



.sidebar__category-list li:last-child a {

  border-bottom: 0;

}



.sidebar__project {

  position: relative;

  display: block;

  margin-top: 24px;

}



.sidebar__project .sidebar__title {

  margin-bottom: 23px;

}



.sidebar__project-box {

  position: relative;

  display: block;

  min-height: 163px;

  z-index: 1;

}



.sidebar__project-bg {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  z-index: -1;

}



.sidebar__project-bg:before {

  content: "";

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  background: rgb(22, 23, 26);

  background: linear-gradient(0deg, rgb(22, 23, 26) 5%, rgba(22, 23, 26, 0) 51%);

}



.sidebar__project-carousel {

  position: relative;

  display: block;

}



.sidebar__project-single {

  position: relative;

  display: block;

  min-height: 163px;

}



.sidebar__project-single p {

  color: var(--brand-white);

  font-weight: 600;

  position: absolute;

  bottom: 15px;

  left: 20px;

}



.sidebar__project-carousel.owl-carousel .owl-dots {

  position: absolute;

  bottom: 20px;

  right: 20px;

  text-align: center;

  margin: 0 !important;

  display: flex;

  align-items: center;

}



.sidebar__project-carousel.owl-carousel .owl-dots .owl-dot {

  position: relative;

  display: inline-block;

  width: 6px;

  height: 6px;

  border-radius: 50%;

  background-color: rgba(var(--brand-white-rgb), 0.3);

  margin: 0px 2.5px;

  padding: 0px;

  transition: all 100ms linear;

  transition-delay: 0.1s;

}



.sidebar__project-carousel.owl-carousel .owl-dot.active {

  background-color: rgba(var(--brand-white-rgb), 1);

}



.sidebar__project-carousel.owl-carousel .owl-dot:focus {

  outline: none;

}



.sidebar__project-carousel.owl-carousel .owl-dots .owl-dot span {

  display: none;

}



.sidebar__tags {

  position: relative;

  display: block;

  margin-top: 42px;

  margin-bottom: 42px;

  z-index: 1;

}



.sidebar__tags .sidebar__title {

  margin-bottom: 23px;

}



.sidebar__tags-list {

  margin-top: -10px;

  margin-left: -7px;

}



.sidebar__tags-list a {

  font-size: 12px;

  color: var(--brand-gray);

  -webkit-transition: all 0.4s ease;

  transition: all 0.4s ease;

  background-color: rgb(255, 255, 255);

  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);

  display: inline-block;

  padding: 4px 20px 4px;

  margin-left: 7px;

  font-weight: 600;

}



.sidebar__tags-list a+a {

  margin-left: 7px;

  margin-top: 10px;

}



.sidebar__tags-list a:hover {

  color: var(--brand-white);

  background: var(--brand-base);

}



.sidebar__comments {

  position: relative;

  display: block;

  z-index: 1;

}



.sidebar__comments .sidebar__title {

  margin-bottom: 23px;

}



.sidebar__comments-list {

  position: relative;

  display: block;

}



.sidebar__comments-list li {

  position: relative;

  display: block;

  padding-left: 65px;

}



.sidebar__comments-list li+li {

  margin-top: 28px;

}



.sidebar__comments-icon {

  height: 45px;

  width: 45px;

  background-color: var(--brand-white);

  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);

  border-radius: 50%;

  font-size: 15px;

  color: var(--brand-black);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  position: absolute;

  top: 0;

  left: 0;

  -webkit-transition: all 0.4s ease;

  transition: all 0.4s ease;

}



.sidebar__comments-list li:hover .sidebar__comments-icon {

  background-color: var(--brand-base);

  color: var(--brand-white);

}



.sidebar__comments-text-box p {

  font-size: 15px;

  font-weight: 500;

  margin: 0;

  line-height: 24px;

}



.sidebar__comments-text-box p span {

  color: var(--brand-black);

}



/*--------------------------------------------------------------

# Blog Details

--------------------------------------------------------------*/

.blog-details {

  position: relative;

  display: block;

}



.blog-details__left {

  position: relative;

  display: block;

  padding: 120px 0 120px;

}



.blog-details__img-box {

  position: relative;

  display: block;

}



.blog-details__img-box img {

  max-width: 100%;

  margin-bottom: 20px;

}



.blog-details__date {

  position: absolute;

  left: 30px;

  bottom: 20px;

  background-color: var(--brand-base);

  padding: 3px 15px 10px;

  z-index: 2;

}



.blog-details__date::before {

  content: "";

  position: absolute;

  bottom: 0;

  left: -30px;

  border-top: 25px solid transparent;

  border-bottom: 25px solid var(--brand-base);

  border-left: 15px solid transparent;

  border-right: 15px solid var(--brand-base);

}



.blog-details__date p {

  font-size: 30px;

  font-weight: 600;

  line-height: 30px;

  color: var(--brand-white);

}



.blog-details__date p span {

  font-size: 16px;

  position: relative;

  left: -3px;

}



.blog-details__content {

  position: relative;

  display: block;

  margin-top: -2px;

}



.blog-details__meta {

  position: relative;

  display: flex;

  align-items: center;

}



.blog-details__meta li+li {

  margin-left: 12px;

}



.blog-details__meta li a {

  font-size: 14px;

  color: var(--brand-gray);

  font-weight: 500;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.blog-details__meta li a:hover {

  color: var(--brand-base);

}



.blog-details__meta li a i,

.blog-details__meta li span i {

  color: var(--brand-base);

  padding-right: 7px;

}



.blog-details__title {

  font-size: 28px;

  font-weight: 600;

  line-height: 38px;

  margin-top: 3px;

  margin-bottom: 13px;

}



.blog-details__text-2 {

  padding-top: 30px;

}



.blog-details__bottom {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  padding: 30px 0 20px;

  margin-top: 51px;

  border-top: 1px solid var(--brand-bdr-color);

}



.blog-details__bottom p {

  margin: 0;

}



.blog-details__tags span,

.news-details__tags span {

  color: var(--brand-black);

  font-size: 20px;

  margin-right: 6px;

  font-weight: 600;

}



.blog-details__tags a {

  position: relative;

  color: var(--brand-gray);

  font-size: 12px;

  background-color: var(--brand-white);

  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);

  display: inline-block;

  padding: 4px 20px 4px;

  font-weight: 600;

  margin-bottom: 10px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.news-details__tags--tags a {

  font-size: 14px;

  font-weight: 600;

}



.blog-details__tags a:hover {

  background-color: var(--brand-base);

  color: var(--brand-white);

}



.blog-details__tags a+a {

  margin-left: 7px;

}



.blog-details__social-list {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}



.blog-details__social-list a {

  position: relative;

  height: 43px;

  width: 43px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  text-align: center;

  color: var(--brand-black);

  font-size: 14px;

  border: 1px solid var(--brand-bdr-color);

  border-radius: 50%;

  overflow: hidden;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  z-index: 1;

}



.blog-details__social-list a:hover {

  color: var(--brand-white);

  border: 1px solid var(--brand-base);

}



.blog-details__social-list a:after {

  position: absolute;

  content: "";

  top: 0;

  left: 0;

  right: 0;

  height: 100%;

  background-color: var(--brand-base);

  -webkit-transition-delay: 0.1s;

  transition-delay: 0.1s;

  -webkit-transition-timing-function: ease-in-out;

  transition-timing-function: ease-in-out;

  -webkit-transition-duration: 0.4s;

  transition-duration: 0.4s;

  -webkit-transition-property: all;

  transition-property: all;

  opacity: 1;

  -webkit-transform-origin: top;

  transform-origin: top;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;

  -webkit-transform: scalex(0);

  transform: scalex(0);

  z-index: -1;

}



.blog-details__social-list a:hover:after {

  opacity: 1;

  -webkit-transform: scalex(1);

  transform: scalex(1);

}



.blog-details__social-list a+a {

  margin-left: 10px;

}



.blog-details__pagenation {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: space-between;

  background-color: var(--brand-primary);

  padding: 30px 30px 30px;

  margin-bottom: 53px;

}



.blog-details__pagenation-left {

  position: relative;

  display: flex;

  align-items: center;

}



.blog-details__pagenation-left:before {

  content: "";

  position: absolute;

  top: 0;

  bottom: 0;

  right: -19px;

  width: 1px;

  background-color: var(--brand-bdr-color);

}



.blog-details__pagenation-left-img {

  position: relative;

  display: block;

  width: 90px;

}



.blog-details__pagenation-left-img img {

  width: 100%;

}



.blog-details__pagenation-left-content {

  margin-left: 20px;

}



.blog-details__pagenation-left-title {

  font-size: 16px;

  font-weight: 600;

  line-height: 26px;

  margin-bottom: 4px;

}



.blog-details__pagenation-left-title a {

  color: var(--brand-black);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.blog-details__pagenation-left-title a:hover {

  color: var(--brand-base);

}



.blog-details__pagenation-left-date {

  font-size: 13px;

  font-weight: 500;

}



.blog-details__pagenation-left-date i {

  font-size: 15px;

  color: var(--brand-base);

  padding-right: 4px;

}



.blog-details__pagenation-right {

  position: relative;

  display: flex;

  align-items: center;

}



.blog-details__pagenation-right-content {

  position: relative;

  display: block;

  text-align: right;

}



.blog-details__pagenation-right-title {

  font-size: 16px;

  font-weight: 600;

  line-height: 26px;

  margin-bottom: 4px;

}



.blog-details__pagenation-right-title a {

  color: var(--brand-black);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.blog-details__pagenation-right-title a:hover {

  color: var(--brand-base);

}



.blog-details__pagenation-right-date {

  font-size: 13px;

  font-weight: 500;

}



.blog-details__pagenation-right-date i {

  font-size: 15px;

  color: var(--brand-base);

  padding-right: 4px;

}



.blog-details__pagenation-right-img {

  position: relative;

  display: block;

  width: 90px;

  margin-left: 20px;

}



.blog-details__pagenation-right-img img {

  width: 100%;

}



.screen-reader-text {

  clip: rect(1px, 1px, 1px, 1px);

  word-wrap: normal !important;

  border: 0;

  clip-path: inset(50%);

  height: 1px;

  margin: -1px;

  overflow: hidden;

  overflow-wrap: normal !important;

  padding: 0;

  position: absolute !important;

  width: 1px;

}



.icon-up-right {

  transform: rotate(-45deg);

}



.post .blog-details__content>p {

  line-height: 2em;

  font-size: 16px;

}



.blog-details__content p {

  margin-bottom: 1.5em;

}



/*--------------------------------------------------------------

# Review One

--------------------------------------------------------------*/

.review-one {

  position: relative;

  display: block;

}



.comments-area {

  position: relative;

  display: block;

  border-top: 1px solid var(--brand-bdr-color);

  padding-top: 56px;

}



.review-one__title {

  position: relative;

  display: block;

  margin-bottom: 37px;

}



.review-one__title h3 {

  font-size: 30px;

  line-height: 30px;

  font-weight: 600;

  margin: 0;

  text-transform: capitalize;

}



.comments-area .comment-box {

  position: relative;

  display: block;

  margin-bottom: 40px;

  padding-bottom: 40px;

  border-bottom: 1px solid var(--brand-bdr-color);

}



.product-details .comments-area .comment {

  position: relative;

  display: flex;

  align-items: center;

}



.comments-area .comment-box .author-thumb {

  position: relative;

  display: block;

  width: 165px;

  height: 165px;

  border-radius: 50%;

  overflow: hidden;

}



.comments-area .comment-box .author-thumb img {

  width: 100%;

}



.comments-area .comment-box .author-thumb figure {

  margin: 0;

}



.review-one__content {

  position: relative;

  display: block;

  padding-left: 45px;

  flex: 1;

}



.review-one__content-top {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 28px;

}



.review-one__content-top .info {

  position: relative;

  display: block;

}



.review-one__content-top .info h2 {

  font-size: 20px;

  line-height: 30px;

  font-weight: 600;

}



.review-one__content-top .info h2 span {

  color: var(--brand-base);

  font-size: 16px;

  font-weight: 500;

  letter-spacing: 0;

  text-transform: capitalize;

}



.review-one__content-top .reply-btn {

  position: relative;

  display: block;

}



.review-one__content-top .reply-btn i:before {

  color: var(--brand-base);

  font-size: 15px;

}



.review-one__content-bottom {

  position: relative;

  display: block;

}



.review-one__content-bottom p {

  font-size: 16px;

  line-height: 30px;

  margin: 0px;

}



/* Comments

--------------------------------------------- */

.comment-content a {

  word-wrap: break-word;

  font-weight: 500;

}



.bypostauthor {

  display: block;

}



.comments-area {

  position: relative;

}



.comments-area .comment-list {

  margin: 0;

  padding: 0;

  list-style: none;

}



.comments-area .comment-list ul.children {

  margin: 0;

  list-style: none;

  padding-left: 1em;

}



@media (min-width: 992px) {

  .comments-area .comment-list ul.children {

    padding-left: 3em;

  }

}



.comments-area .comment-box {

  position: relative;

  margin-bottom: 60px;

  padding-bottom: 60px;

  border-bottom: 1px solid;

}



.comments-area .comment {

  position: relative;

  min-height: 90px;

}



.comments-area .comment-box .author-thumb {

  position: absolute;

  left: 0px;

  top: 0px;

  width: 90px;

  height: 90px;

  border-radius: 50%;

  margin-bottom: 20px;

  overflow: hidden;

}



.comments-area .comment-box .author-thumb img {

  width: 90px;

  height: 100%;

  display: block;

  border-radius: 50%;

}



.comments-area .comment-box .info {

  position: relative;

  margin-bottom: 25px;

  line-height: 24px;

}



.comments-area .comment-box .info .name {

  position: relative;

  display: block;

  font-size: 24px;

  line-height: 30px;

  font-weight: 800;

  color: var(--brand-primary, #f2edeb);

  text-transform: uppercase;

}



.comments-area .comment-box .info .date {

  position: relative;

  display: inline-block;

  font-size: 16px;

  line-height: 26px;

  font-weight: 600;

  color: var(--brand-primary, #f2edeb);

}



.comments-area .comment-box .text {

  position: relative;

  display: block;

  color: var(--brand-gray, #727272);

  font-weight: 300;

  line-height: 1.5em;

  letter-spacing: 0.1em;

  margin-bottom: 30px;

}



.comments-area .comment-box .reply-btn {

  position: relative;

  display: block;

}



.comments-area .comment-box .theme-btn .btn-title {

  padding: 6px 30px 4px;

  line-height: 30px;

}



.comments-area .comment-body .says {

  display: none;

}



.comments-area .comment-body {

  width: 100%;

  position: relative;

  padding-left: 120px;

  margin-bottom: 60px;

  padding-bottom: 60px;

  border-bottom: 1px solid #eceae0;

}



@media (max-width: 991px) {

  .comments-area .comment-body {

    padding-left: 0;

    margin-bottom: 40px;

    padding-bottom: 40px;

  }

}



.comments-area .trackback .comment-body,

.comments-area .pingback .comment-body {

  padding-left: 0;

}



.comments-area .comment-body .avatar {

  position: absolute;

  top: 0;

  left: 0;

  border-radius: 50%;

}



@media (max-width: 991px) {

  .comments-area .comment-body .avatar {

    position: relative;

    margin-bottom: 30px;

  }

}



.comments-area .fn a,

.comments-area .fn {

  position: relative;

  display: block;

  font-size: 20px;

  line-height: 24px;

  font-weight: 600;

  color: var(--brand-black);

  font-family: var(--brand-font);

  text-decoration: none;

  text-transform: capitalize;

  letter-spacing: var(--brand-letter-spacing);

}



.comments-area .comment-body .comment-metadata {

  margin-bottom: 25px;

}



.comments-area .comment-body .comment-metadata a {

  position: relative;

  display: inline-block;

  font-size: 14px;

  line-height: 26px;

  font-weight: 700;

  color: var(--brand-base, #e20935);

  text-decoration: none;

}



.comments-area .comment-body .comment-metadata .edit-link a::before {

  content: ".";

  margin-left: 8px;

  margin-right: 10px;

}



.comments-area .comment-content p {

  position: relative;

  display: block;

  color: var(--brand-gray, #727272);

  line-height: 1.875em;

  margin-bottom: 1em;

  font-size: 16px;

  font-family: var(--brand-font, "AvertaStd", sans-serif);

  letter-spacing: 0;

}



.comments-area .comment-content table a {

  text-decoration: none;

}



.comments-area .comment-content table a:hover {

  color: var(--brand-primary, #f2edeb);

}



.comments-area .comment-content p:last-of-type {

  margin-bottom: 0;

}



.comments-area .reply a {

  padding: 4px 25px;

  position: absolute;

  top: 0;

  right: 0;

  font-size: 12px;

  font-weight: 600;

  color: var(--brand-gray);

  background-color: var(--brand-primary);

  text-transform: capitalize;

  font-family: var(--brand-font, "AvertaStd", sans-serif);

}



.comments-area .reply a:before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  background-color: var(--brand-black);

  transform: scaleY(0) rotateX(0deg);

  -webkit-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;

  z-index: -1;

}



.comments-area .reply a:hover:before {

  transform: scaleY(1) rotateX(0deg);

  -webkit-transition: all 0.4s linear;

  -o-transition: all 0.4s linear;

  transition: all 0.4s linear;

}



@media (min-width: 992px) {

  .comments-area .reply a {

    margin-top: 0;

    position: absolute;

    top: 0;

    right: 0;

  }

}



.comments-area .reply a:hover {

  background-color: var(--brand-black, #16171a);

  color: #ffffff;

  transform: scaleY(1) rotateX(0deg);

  -webkit-transition: all 0.4s linear;

  -o-transition: all 0.4s linear;

  transition: all 0.4s linear;

}



.comments-area .blog-pagination a,

.comments-area .blog-pagination span {

  margin-bottom: 45px;

}



.comment-respond .blog-details__content-title {

  margin-bottom: 50px;

}



.reply-form .logged-in-as {

  display: flex;

  color: var(--brand-base, #e20935);

  margin-bottom: 34px;

  margin-top: -15px;

}



.reply-form .logged-in-as a {

  text-decoration: none;

  margin-left: 10px;

  margin-right: 10px;

}



.comment-form__title small {

  font-size: 20px;

}



.comment-form__title small a {

  text-decoration: none;

  color: var(--brand-base, #e20935);

  text-decoration: underline;

}



.comment-form__title small a:hover {

  color: var(--brand-black, #16171a);

  opacity: 0.5;

}



.comment-list .comment-respond {

  margin-bottom: 30px;

}



.reply-form.row {

  --bs-gutter-x: 20px;

}



.comment-respond .comment-form__input-box input[type="text"],

.comment-respond .comment-form__input-box input[type="url"],

.comment-respond .comment-form__input-box input[type="email"] {

  margin-bottom: 20px;

}



.comment-respond .form-submit {

  margin-bottom: 0 !important;

}



.comment-list .comment-respond .form-submit {

  margin-bottom: 30px !important;

}



.comment-respond .comment-form__title {

  margin-bottom: 41px;

}



.reply-form .logged-in-as {

  margin-bottom: 30px;

}



/*--------------------------------------------------------------

## Comments

--------------------------------------------------------------*/

.comment-one__title,

.comment-form__title {

  margin: 0;

  color: var(--brand-black);

  font-size: 30px;

  margin-bottom: 54px;

  font-weight: 600;

}



.comment-one__single {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  align-items: center;

  border-bottom: 1px solid var(--brand-bdr-color);

  padding-bottom: 60px;

  margin-bottom: 60px;

}



.comment-one__content {

  position: relative;

  margin-left: 45px;

}



.comment-one__content h3 {

  margin: 0;

  font-size: 20px;

  color: var(--brand-black);

  margin-bottom: 24px;

  font-weight: 600;

}



.comment-one__btn {

  padding: 4px 20px 4px;

  position: absolute;

  top: -12px;

  right: 0;

  font-size: 12px;

  font-weight: 600;

  color: var(--brand-gray);

  background-color: var(--brand-primary);

}



.comment-one__image {

  position: relative;

  display: block;

  border-radius: 50%;

}



.comment-one__image img {

  border-radius: 50%;

}



.comment-form .comment-form__title {

  margin-top: -7px;

}



.comment-one__form .row {

  --bs-gutter-x: 20px;

}



.comment-form__input-box {

  position: relative;

  display: block;

  margin-bottom: 20px;

  background-color: var(--brand-primary);

}



.comment-form__input-box input[type="text"],

.comment-form__input-box input[type="email"] {

  height: 52px;

  width: 100%;

  border: none;

  background-color: var(--brand-primary);

  padding-left: 30px;

  padding-right: 30px;

  outline: none;

  font-size: 14px;

  color: var(--brand-gray);

  display: block;

  font-weight: 500;

}



.comment-form__input-box textarea {

  font-size: 14px;

  color: var(--brand-gray);

  height: 190px;

  width: 100%;

  background-color: var(--brand-primary);

  padding: 25px 30px 30px;

  border: none;

  outline: none;

  margin-bottom: 0px;

  font-weight: 500;

}



.comment-form__btn {

  border: none;

}



.comment-form__input-box.text-message-box {

  height: 190px;

}



.blog-details__right {

  position: relative;

  display: block;

  margin-left: 20px;

}



.select-block__link-list {

  display: none;

}



.product__spec-table {

  width: 100%;

}



.product__spec-table th {

  background-color: var(--brand-base);

  padding: 12px 8px;

  color: #fff;

  /* border-block: 1px solid var(--border-clr); */

}



.product__spec-table td {

  padding: 10px 8px;

  /* border-bottom: 1px solid var(--border-clr); */

}



/* ambassador */

.ambassador {

  padding-block: 80px;

}



.ambassador-2 {

  background-color: #f2f2f2;

}



.ambassador-social {

  display: flex;

  gap: 10px;

}



.ambassador-social a {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  height: 36px;

  width: 36px;

  background-color: var(--brand-black);

  /* border-radius: 50%; */

  font-size: 14px;

  color: var(--brand-white);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  border: 1px solid var(--brand-black);

}



.ambassador-social a:hover {

  background-color: var(--brand-white);

  color: var(--brand-base);

  border-color: var(--brand-base);

}



/* ambassador */

.working-process {

  padding-block: 120px 80px;

}



.cmt-processbox-wrapper {

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  position: relative;

  margin: 0;

}



.cmt-processbox-style1.cmt-processbox-wrapper .cmt-ptable-icon-wrapper i {

  color: var(--brand-base);

  font-size: 50px;

  background-color: #fff;

  padding: 20px 20px;

  transition: 0.2s linear;

}



.cmt-processbox-style1.cmt-processbox-wrapper .cmt-ptable-icon-wrapper i:hover {

  background-color: var(--brand-base);

  color: #fff;

}



.cmt-processbox-style1 .cmt-box-content,

.cmt-processbox-style1 .cmt-process-num {

  display: table-cell;

}



.cmt-processbox-style1 .cmt-process-num {

  width: 90px;

  vertical-align: bottom;

  padding-bottom: 5px;

}



.cmt-processbox-style1 .cmt-ptable-icon-wrapper {

  text-align: center;

  padding: 0;

}



.cmt-processbox-style1 .cmt-stepbox-main-icon {

  position: relative;

}



.cmt-processbox-style1 .cmt-stepbox-main-icon:after {

  position: absolute;

  content: "";

  width: 100%;

  height: 1px;

  background-color: #e8e9e9;

  background-color: red;

  left: 0;

  right: auto;

  top: 45px;

}



.cmt-processbox-style1 .cmt-ptable-icon-wrapper {

  position: relative;

  padding-bottom: 43px;

  z-index: 9;

}



.cmt-processbox-style1 .cmt-ptable-icon-wrapper:before {

  content: "\f054";

  font-family: "font awesome 6 free";

  position: absolute;

  color: #000;

  font-size: 14px;

  font-weight: 700;

  top: 34px;

  right: 0px;

  z-index: 9;

}



.cmt-processbox-style1.cmt-processbox-wrapper .cmt-ptable-icon-wrapper:after {

  position: absolute;

  content: "";

  height: 45px;

  width: 45px;

  border: 1px solid #e8e9e9;

  border-radius: 50%;

  background-color: #fff;

  top: 22px;

  right: -18px;

}



.cmt-processbox-style1.cmt-processbox-wrapper .cmt-processbox:last-child .cmt-ptable-icon-wrapper:before,

.cmt-processbox-style1.cmt-processbox-wrapper .cmt-processbox:last-child .cmt-ptable-icon-wrapper:after {

  content: unset;

}



.cmt-processbox-style1 .cmt-process-num .number {

  font-size: 110px;

  font-weight: 600;

  -webkit-text-stroke-width: 1px;

  -webkit-text-stroke-color: #b8b8b8;

  -webkit-text-fill-color: transparent;

  position: relative;

}



.cmt-processbox-style1 .cmt-process-num .number:before {

  position: absolute;

  content: "";

  width: 65px;

  height: 65px;

  background-color: var(--brand-primary);

  top: 8px;

  left: -16px;

  border-radius: 50%;

  z-index: -1;

}



.cmt-processbox-style1.cmt-processbox-wrapper .cymolthemes-static-box-desc {

  padding-right: 22px;

}



.cmt-processbox-style1.cmt-processbox-wrapper {

  position: relative;

}



.cmt-processbox-style1.cmt-processbox-wrapper:after,

.cmt-processbox-style1.cmt-processbox-wrapper:before {

  position: absolute;

  content: "\f275";

  font-family: "font awesome 6 free";

  font-size: 40px;

  font-weight: 600;

  color: #000;

  top: 14px;

  background-color: #fff;

  z-index: 9;

}



.cmt-processbox-style1.cmt-processbox-wrapper:after {

  right: -1px;

  padding-left: 18px;

}



.cmt-processbox-style1.cmt-processbox-wrapper:before {

  left: 0;

  padding-right: 20px;

}



.cmt-processbox-style1.cmt-processbox-wrapper .cmt-box-title h5 {

  font-size: 20px;

  line-height: 1.3;

  margin-bottom: 6px;

  font-weight: 600;

}



.cmt-processbox-style1.cmt-processbox-wrapper .cymolthemes-static-box-desc {

  font-size: 15px;

  line-height: 25px;

  letter-spacing: 0.2px;

  color: #a0a2a6;

  padding-right: 22px;

  padding-top: 2px;

}



/*  */

.industry-section {

  position: relative;

  margin-bottom: -200px;

  z-index: 9;

  padding-top: 60px;

}



.cmt-iconbox-wrapper.cmt-section-wrapper {

  background-color: var(--brand-base);

  padding: 24px 23px 29px 29px;

  display: flex;

  align-items: center;

  width: 43.844%;

  gap: 20px;

  position: absolute;

  bottom: 40px;

  left: 40px;

}



.industry-block {

  position: relative;

}



.cymolthemes-iconbox-inner {

  background-color: transparent;

  border: 0;

}



.cmt-custom-heading {

  font-size: 24px;

  color: #fff;

}



.cmt-box-icon i {

  color: #fff;

  font-size: 61px;

  transition: all 1s ease;

  display: block;

}



.cymolthemes-iconbox-heading {

  padding-left: 0;

}



.counter-one.counter-industry {

  padding-top: 300px;

  background-color: #16171a;

}



.counter-one.counter-industry .counter-one__icon i {

  color: var(--brand-base);

}



.industry-block img {

  width: 100%;

  min-height: 480px;

  object-fit: cover;

}



/* map-container */

.we-serve {

  padding-block: 120px;

}



.map-container {

  height: 640px;

}



/* map-container */

/* why-choose */

.why-choose-wcp {

  position: relative;

  padding-block: 120px;

}



.why-choose-wcp .nav-tabs {

  gap: 20px;

  border: 0;

}



.why-choose-wcp .nav-item {

  flex: 1;

}



.why-choose-wcp .swiper-pagination-bullet,

.why-choose-wcp .nav-link {

  font-size: 20px;

  font-weight: 500;

  width: 100%;

  border: 1px solid var(--border-clr);

  color: var(--brand-base);

  border-radius: 0;

  opacity: 1;

  background-color: #fff;

  padding: 10px;

}



.why-choose-wcp .swiper-pagination-bullet.swiper-pagination-bullet-active,

.why-choose-wcp .nav-link:hover,

.why-choose-wcp .nav-link.active {

  background-color: var(--brand-base);

  color: #fff;

}



.why-choose-wcp .swiper-pagination {

  display: flex;

  align-items: center;

  position: relative;

  top: auto !important;

  bottom: auto !important;

  margin: 0 0 80px;

}



/* why-choose */

.why-choose-wcp .swiper-pagination-bullet {

  display: block;

  height: auto;

}



.why-choose-wcp .swiper-pagination {

  display: flex;

  align-items: center;

}



.we-serve-location-block ul {

  padding-top: 10px;

  padding-bottom: 10px;

  padding-left: 10px;

  padding-right: 10px;

  background-color: #fff;

}



.we-serve-location-block ul li {

  display: flex;

  align-items: center;

  gap: 4px;

  margin-bottom: 6px;

}



.we-serve-location-block ul li i {

  color: var(--brand-base);

  width: 28px;

  height: 28px;

  font-size: 20px;

  display: grid;

  place-content: center;

}



.we-serve-location-block h5 {

  text-align: center;

  padding-top: 20px;

  padding-bottom: 20px;

  padding-left: 10px;

  padding-right: 10px;

  background-color: var(--brand-base);

  text-transform: capitalize;

}



.we-serve-location {

  background-color: #ececec;

  padding-block: 80px;

}



.swiper-cube .swiper-cube-shadow:before {

  opacity: 25%;

  border-radius: 900px;

}



/*  */



/*  */

/* Career */

.career {

  padding-block: 100px;

}



.career-title,

.career-detail,

.career-heading {

  position: relative;

  z-index: 1;

  display: grid;

  justify-content: space-between;

  align-items: flex-start;

  grid-auto-columns: 1fr;

  grid-column-gap: 0px;

  grid-row-gap: 0px;

  grid-template-columns: 1fr 1.25fr 0.5fr 0.25fr;

  grid-template-rows: auto;

}



.career-grid {

  position: relative;

}



.career-grid.active {

  background-color: rgba(51, 51, 51, .03);

}



.career-heading {

  color: #555555;

  font-weight: 600;

  padding-bottom: 20px;

}



.career-title {

  padding-block: 40px;

  align-items: center;

  color: #000;

  font-weight: 500;

}



.career-detail {

  position: relative;

  max-height: 0;

  overflow: hidden;

  transition: max-height 0.3s ease, transform 0.3s ease;

}



.career-grid.active .career-detail {

  transform: scaleY(1);

  max-height: max-content;

  padding-bottom: 60px;

}



.career-grid button {

  transition: 0.2s linear;

  padding: 0;

  border: 0;

  outline: 0;

}



.career-grid.active button {

  transform: rotate(180deg);

}



.line-draw {

  position: absolute;

  left: 0;

  top: auto;

  right: auto;

  bottom: 0;

  z-index: 1;

  width: 100%;

  height: 1px;

  background-color: rgba(51, 51, 51, .2);

  width: 100%;

  height: 1px;

}



.service-line-btm-fill {

  width: 0%;

  height: 1px;

  background-color: #333;

  transition: 0.4s ease-in-out;

}



.career-grid:hover .service-line-btm-fill {

  width: 100%;

}



.career-detail p {

  font-size: 16px;

  line-height: 1.4;

  font-weight: 400;

  color: #181818;

  margin-block: 20px;

}



.career-detail h6 {

  font-size: 18px;

  margin-block: 20px;

}



.career-detail ul {

  padding-left: 20px;

  font-size: 14px;

  margin-block: 20px;

}



.career-detail ul li {

  font-size: 16px;

  line-height: 1.4;

  list-style: disc;

  margin-bottom: 8px;

}



/* End of Careers */



.swiper-3d .swiper-slide-shadow,

.swiper-3d .swiper-slide-shadow-bottom,

.swiper-3d .swiper-slide-shadow-left,

.swiper-3d .swiper-slide-shadow-right,

.swiper-3d .swiper-slide-shadow-top {

  background: transparent !important;

}



.text-primary {

  color: var(--brand-base) !important;

}



.form-control {

  background: var(--brand-primary) !important;

}