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

    Project Name: Solar - Residential Solar Solutions HTML Template
    Author: XpressBuddy --> (https://themeforest.net/user/xpressbuddy)
    Support: support@xpressbuddy.com
    Description: Solar - Residential Solar Solutions HTML Template
    Developer: Mohammad Wasim Mia -> contact@xpressbuddy.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ==================
    
	01. Theme default CSS
    02. header
    03. global
    04. hero
    05. feature
    06. about
    07. service
    08. team
    09. testimonial
    10. contact
    11. blog
    12. bramd
    13. pricing
    14. project
    15. cta
    16. fanfact
    17. marquee
    18. process
    19. banner
    20. portfolio
    21. accordion
    22. mission
    23. career
    24. shop
    25. breadcrumb
    26. sidebar
    27. backtotop
    28. sec-title
    29. search
    30. mobile-menu
    31. 404
    32. preloader
    

-----------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
:root {
  --font-body: "Albert Sans", serif;
  --font-heading: "Plus Jakarta Sans", serif;
  --font-default: "Lora", serif;
  --color-primary: #a1992b;
  --color-primary-two: #FCCA03;
  --color-heading: #0d0d0d;
  --color-secondary: #310875;
  --color-default: #444a4b;
  --color-white: #fff;
  --color-black: #000;
  --color-body: #fff;
  --easing: cubic-bezier(0.67, 0.04, 0.3, 0.91); }

/* reset css start */
:root {
  scroll-behavior: auto; }

html {
  scroll-behavior: smooth; }

body {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  position: relative;
  color: var(--color-default);
  font-family: var(--font-body);
  background-color: var(--color-body);
  scrollbar-color: var(--color-primary) var(--xb-track-color);
  scrollbar-width: thin; }

body::-webkit-scrollbar {
  width: 7px; }

body::-webkit-scrollbar-track {
  background: var(--xb-track-color);
  border-radius: 10px; }

body::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 10px; }

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

ul {
  margin: 0px;
  padding: 0px; }

button {
  cursor: pointer; }

*:focus {
  outline: none; }

button {
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

button:focus {
  outline: none; }

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  a:hover {
    color: inherit; }

select {
  height: 55px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/icon/select-arrow.png);
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  padding-right: 20px;
  background-color: transparent;
  border: 0; }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], form select, textarea {
  width: 100%;
  height: 75px;
  border-radius: 0;
  background-color: #F3F4F5;
  padding: 10px 20px;
  border: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-black);
  font-weight: 500; }
  input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, form select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #888686;
    opacity: 1; }
  input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, form select::-moz-placeholder, textarea::-moz-placeholder {
    color: #888686;
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, form select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #888686;
    opacity: 1; }
  input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, form select:-moz-placeholder, textarea:-moz-placeholder {
    color: #888686;
    opacity: 1; }

textarea {
  height: 100px; }

button {
  border: 0; }

table {
  width: 100%; }

p, li, span {
  margin-bottom: 0; }

/* reset css end */
/* global css start */
.nice-select {
  background-color: transparent;
  height: 60px;
  line-height: 59px;
  min-height: 60px;
  padding: 0 20px;
  width: 100%;
  padding: 0 46px;
  margin-bottom: 20px;
  background-color: #F3F4F5;
  border: 0;
  font-size: 16px; }
  .nice-select::after {
    border-bottom: 1.9px solid #4C6A6D;
    border-right: 1.9px solid #4C6A6D;
    height: 6px;
    right: 20px;
    width: 6px; }
  .nice-select .option:hover,
  .nice-select .option.focus,
  .nice-select .option.selected.focus {
    background-color: #F3F4F5; }
  .nice-select .list {
    width: 100%; }
    .nice-select .list li {
      margin-right: 0 !important; }
    .nice-select .list .option {
      color: var(--color-dark);
      font-weight: 500; }
      .nice-select .list .option.selected {
        font-weight: 600; }
      .nice-select .list .option.selected, .nice-select .list .option:hover {
        border: none !important; }

/* global css end */
.body_wrap {
  position: relative; }

.bg_img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

.f-weight-600 {
  font-weight: 600 !important; }

.fs-20 {
  font-size: 20px !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.bg-gradient {
  background: linear-gradient(180deg, #2a7d66 0%, #56c8a2 100%) !important; }

.white-bg {
  background: var(--color-white); }

.black-bg {
  background: var(--color-black) !important; }

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

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

.clr-merun {
  color: var(--color-secondary) !important; }

.clr-green {
  color: #30C170 !important; }

.clr-dark {
  color: #0d0d0d !important; }

.pos-rel {
  position: relative; }

.pos-absolute {
  position: absolute; }

.f-right {
  float: right; }

.radius-20 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }

.border-effect a, .border-effect-2 a {
  display: inline !important;
  width: 100%;
  background-repeat: no-repeat;
  background-position-y: -2px;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .border-effect a:hover, .border-effect-2 a:hover {
    background-size: 100% 100%;
    color: inherit; }

.border-effect-2 a {
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px); }

.btn-video {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #1140C0;
  position: relative;
  background-color: var(--color-white); }
  @media (max-width: 767px) {
    .btn-video {
      width: 60px;
      height: 60px;
      font-size: 18px; } }
  .btn-video:hover {
    color: var(--color-primary); }
  .btn-video::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    z-index: -2; }

.btn-video-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.border_effect a {
  display: inline !important;
  width: 100%;
  background-repeat: no-repeat;
  background-position-y: -2px;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .border_effect a:hover {
    background-size: 100% 100%;
    color: inherit; }

@media (max-width: 991px) {
  .tx-col-md-6 {
    width: 50%; } }
@media (max-width: 767px) {
  .tx-col-md-6 {
    width: 100%; } }

.xb-close {
  background: rgba(0, 0, 0, 0.04);
  border: 9px solid transparent;
  color: #777;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative; }
  .xb-close::before, .xb-close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #1b1b1b; }
  .xb-close::before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .xb-close::after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .xb-close:hover::before, .xb-close:hover::after {
    -webkit-transform: rotate(0);
    -khtml-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }

/* order & unorder list reset - start */
.ul_li, .ul_li_right, .ul_li_center, .ul_li_between {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.ul_li > li, .ul_li_right > li, .ul_li_center > li, .ul_li_between > li {
  float: left;
  list-style: none;
  display: inline-block; }

.ul_li {
  justify-content: flex-start; }

.ul_li_center {
  justify-content: center; }

.ul_li_right {
  justify-content: flex-end; }

.ul_li_between {
  justify-content: space-between; }

.ul_li_block {
  margin: 0px;
  padding: 0px;
  display: block; }

.ul_li_block > li {
  display: block;
  list-style: none; }

.flex-1 {
  flex: 1; }

.pagination_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px;
  list-style: none; }
  .pagination_wrap ul li {
    padding: 5px; }
    .pagination_wrap ul li a {
      height: 50px;
      width: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-weight: 600;
      color: var(--color-primary);
      border: 1px solid #EEE5E5;
      background-color: var(--color-white);
      -webkit-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      z-index: 1;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      overflow: hidden; }
      @media (max-width: 767px) {
        .pagination_wrap ul li a {
          height: 40px;
          width: 40px;
          font-size: 15px; } }
      .pagination_wrap ul li a.current_page, .pagination_wrap ul li a:hover {
        background-color: var(--color-yellow);
        border-color: var(--color-yellow); }

.xb-odm {
  overflow: hidden; }

.xb-odm .xbo.xbo-auto-theme .xbo-digit .xbo-digit-inner,
.xb-odm .xbo.xbo-theme-default .xbo-digit .xbo-digit-inner {
  overflow: initial;
  overscroll-behavior-y: hidden; }

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-none-5 {
  margin-top: -5px; }

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

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

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

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

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

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

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

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

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

.mt-none-55 {
  margin-top: -55px; }

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

.mt-none-65 {
  margin-top: -65px; }

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

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

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

.mt-none-85 {
  margin-top: -85px; }

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

.mt-none-95 {
  margin-top: -95px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* typography css start */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--color-heading);
  font-family: var(--font-heading); }

h2 {
  font-size: 32px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

/* typography css end */
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); } }
@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); } }
.scale-upOne {
  animation: scale-upOne 5s linear infinite; }

@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.7; }
  40% {
    opacity: 1; }
  100% {
    opacity: 0.7; } }
@keyframes fade-in {
  0% {
    opacity: 0.7; }
  40% {
    opacity: 1; }
  100% {
    opacity: 0.7; } }
@keyframes hvr-ripple-out {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px; } }
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  100% {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
    opacity: 0; } }
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg); }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    -moz-transform: translate(73px, -1px) rotate(36deg);
    -ms-transform: translate(73px, -1px) rotate(36deg);
    -o-transform: translate(73px, -1px) rotate(36deg); }
  40% {
    transform: translate(141px, -20px) rotate(72deg);
    -webkit-transform: translate(141px, -20px) rotate(72deg);
    -moz-transform: translate(141px, -20px) rotate(72deg);
    -ms-transform: translate(141px, -20px) rotate(72deg);
    -o-transform: translate(141px, -20px) rotate(72deg); }
  60% {
    transform: translate(83px, -60px) rotate(108deg);
    -webkit-transform: translate(83px, -60px) rotate(108deg);
    -moz-transform: translate(83px, -60px) rotate(108deg);
    -ms-transform: translate(83px, -60px) rotate(108deg);
    -o-transform: translate(83px, -60px) rotate(108deg); }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    -moz-transform: translate(-40px, 72px) rotate(144deg);
    -ms-transform: translate(-40px, 72px) rotate(144deg);
    -o-transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg); } }
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg); } }
@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9); }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1); }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2); }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1); }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1); } }
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1); } }
@keyframes animationFramesThree {
  0% {
    transform: translate(165px, -30px);
    -webkit-transform: translate(165px, -30px);
    -moz-transform: translate(165px, -30px);
    -ms-transform: translate(165px, -30px);
    -o-transform: translate(165px, -30px); }
  100% {
    transform: translate(-60px, 80px);
    -webkit-transform: translate(-60px, 80px);
    -moz-transform: translate(-60px, 80px);
    -ms-transform: translate(-60px, 80px);
    -o-transform: translate(-60px, 80px); } }
@-webkit-keyframes animationFramesThree {
  0% {
    transform: translate(165px, -30px);
    -webkit-transform: translate(165px, -30px);
    -moz-transform: translate(165px, -30px);
    -ms-transform: translate(165px, -30px);
    -o-transform: translate(165px, -30px); }
  100% {
    transform: translate(-60px, 80px);
    -webkit-transform: translate(-60px, 80px);
    -moz-transform: translate(-60px, 80px);
    -ms-transform: translate(-60px, 80px);
    -o-transform: translate(-60px, 80px); } }
@keyframes animationFramesFour {
  0% {
    transform: translate(0px, 60px) rotate(0deg);
    -webkit-transform: translate(0px, 60px) rotate(0deg);
    -moz-transform: translate(0px, 60px) rotate(0deg);
    -ms-transform: translate(0px, 60px) rotate(0deg);
    -o-transform: translate(0px, 60px) rotate(0deg); }
  100% {
    transform: translate(-100px, -100px) rotate(180deg);
    -webkit-transform: translate(-100px, -100px) rotate(180deg);
    -moz-transform: translate(-100px, -100px) rotate(180deg);
    -ms-transform: translate(-100px, -100px) rotate(180deg);
    -o-transform: translate(-100px, -100px) rotate(180deg); } }
@-webkit-keyframes animationFramesFour {
  0% {
    transform: translate(0px, 60px) rotate(0deg);
    -webkit-transform: translate(0px, 60px) rotate(0deg);
    -moz-transform: translate(0px, 60px) rotate(0deg);
    -ms-transform: translate(0px, 60px) rotate(0deg);
    -o-transform: translate(0px, 60px) rotate(0deg); }
  100% {
    transform: translate(-100px, -100px) rotate(180deg);
    -webkit-transform: translate(-100px, -100px) rotate(180deg);
    -moz-transform: translate(-100px, -100px) rotate(180deg);
    -ms-transform: translate(-100px, -100px) rotate(180deg);
    -o-transform: translate(-100px, -100px) rotate(180deg); } }
@keyframes animationFramesFive {
  0% {
    transform: translate(0, 0) rotate(0deg);
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    -o-transform: translate(0, 0) rotate(0deg); }
  21% {
    transform: translate(4px, -20px) rotate(38deg);
    -webkit-transform: translate(4px, -20px) rotate(38deg);
    -moz-transform: translate(4px, -20px) rotate(38deg);
    -ms-transform: translate(4px, -20px) rotate(38deg);
    -o-transform: translate(4px, -20px) rotate(38deg); }
  41% {
    transform: translate(-50px, -60px) rotate(74deg);
    -webkit-transform: translate(-50px, -60px) rotate(74deg);
    -moz-transform: translate(-50px, -60px) rotate(74deg);
    -ms-transform: translate(-50px, -60px) rotate(74deg);
    -o-transform: translate(-50px, -60px) rotate(74deg); }
  60% {
    transform: translate(-20px, -30px) rotate(108deg);
    -webkit-transform: translate(-20px, -30px) rotate(108deg);
    -moz-transform: translate(-20px, -30px) rotate(108deg);
    -ms-transform: translate(-20px, -30px) rotate(108deg);
    -o-transform: translate(-20px, -30px) rotate(108deg); }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
    -moz-transform: translate(-195px, -49px) rotate(144deg);
    -ms-transform: translate(-195px, -49px) rotate(144deg);
    -o-transform: translate(-195px, -49px) rotate(144deg); }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
    -moz-transform: translate(-1px, 0px) rotate(180deg);
    -ms-transform: translate(-1px, 0px) rotate(180deg);
    -o-transform: translate(-1px, 0px) rotate(180deg); } }
@-webkit-keyframes animationFramesFive {
  0% {
    transform: translate(0, 0) rotate(0deg);
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    -o-transform: translate(0, 0) rotate(0deg); }
  21% {
    transform: translate(4px, -20px) rotate(38deg);
    -webkit-transform: translate(4px, -20px) rotate(38deg);
    -moz-transform: translate(4px, -20px) rotate(38deg);
    -ms-transform: translate(4px, -20px) rotate(38deg);
    -o-transform: translate(4px, -20px) rotate(38deg); }
  41% {
    transform: translate(-50px, -60px) rotate(74deg);
    -webkit-transform: translate(-50px, -60px) rotate(74deg);
    -moz-transform: translate(-50px, -60px) rotate(74deg);
    -ms-transform: translate(-50px, -60px) rotate(74deg);
    -o-transform: translate(-50px, -60px) rotate(74deg); }
  60% {
    transform: translate(-20px, -30px) rotate(108deg);
    -webkit-transform: translate(-20px, -30px) rotate(108deg);
    -moz-transform: translate(-20px, -30px) rotate(108deg);
    -ms-transform: translate(-20px, -30px) rotate(108deg);
    -o-transform: translate(-20px, -30px) rotate(108deg); }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
    -moz-transform: translate(-195px, -49px) rotate(144deg);
    -ms-transform: translate(-195px, -49px) rotate(144deg);
    -o-transform: translate(-195px, -49px) rotate(144deg); }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
    -moz-transform: translate(-1px, 0px) rotate(180deg);
    -ms-transform: translate(-1px, 0px) rotate(180deg);
    -o-transform: translate(-1px, 0px) rotate(180deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes zoominup {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.8); } }
@-webkit-keyframes zoominup {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.8); } }
.zoominup {
  animation: zoominup 5s linear infinite; }

@keyframes zoominup2 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes zoominup2 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.zoominup2 {
  animation: zoominup2 1.5s linear infinite; }

@-webkit-keyframes updown {
  0% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px); }
  100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); } }
@keyframes updown {
  0% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px); }
  100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); } }
.updown {
  animation: updown 3s linear infinite; }

@-webkit-keyframes updown-2 {
  0% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px); }
  100% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px); } }
.updown-2 {
  animation: updown-2 5s linear infinite; }

@-webkit-keyframes updown-3 {
  0% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px); }
  50% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); }
  100% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px); } }
.updown-3 {
  animation: updown-3 5s linear infinite; }

@keyframes ltr {
  0% {
    width: 0; }
  15% {
    width: 95%; }
  85% {
    opacity: 1; }
  90% {
    width: 95%;
    opacity: 0; }
  to {
    width: 0;
    opacity: 0; } }
/*circleAnimation*/
@-webkit-keyframes circleAnimation {
  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg); }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg); } }
@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }
@keyframes lr-animation {
  0% {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@keyframes tb-animation {
  0% {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes xb_up_down {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-20px); } }
.slide-up-down {
  animation: xb_up_down 1s ease infinite alternate; }

@keyframes xb_ltr {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-20px); } }
.slide-ltr {
  animation: xb_ltr 5s ease infinite alternate; }

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }
@keyframes zoom {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); } }
@keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); } }
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); } }
@keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); } }
@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50); }
  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5); }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); } }
@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5); } }
@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5); } }
@keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-moz-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-webkit-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-ms-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-o-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 0.5; }
  100% {
    transform: scale(1.8);
    opacity: 0; } }
@-webkit-keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 0.5; }
  100% {
    transform: scale(1.8);
    opacity: 0; } }
@keyframes pulse-border-small {
  0% {
    transform: scale(1);
    opacity: 0.5; }
  100% {
    transform: scale(1.4);
    opacity: 0; } }
@-webkit-keyframes pulse-border-small {
  0% {
    transform: scale(1);
    opacity: 0.5; }
  100% {
    transform: scale(1.4);
    opacity: 0; } }
@keyframes pulse-border-big {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(2.4);
    opacity: 0; } }
@-webkit-keyframes pulse-border-big {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(2.4);
    opacity: 0; } }
@keyframes push-scale-one {
  0% {
    transform: scale(1);
    opacity: 0.5; }
  100% {
    transform: scale(1.5);
    opacity: 0; } }
@-webkit-keyframes push-scale-one {
  0% {
    transform: scale(1);
    opacity: 0.5; }
  100% {
    transform: scale(1.5);
    opacity: 0; } }
@keyframes push-scale-two {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(2.4); } }
@-webkit-keyframes push-scale-two {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(2.4);
    opacity: 0; } }
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%,
20% {
    -webkit-transform: scale(0.9) rotate(-5deg);
    transform: scale(0.9) rotate(-5deg); }
  50%,
50%,
70%,
90% {
    -webkit-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg); }
  40%,
60%,
80% {
    -webkit-transform: scale(1.1) rotate(-5deg);
    transform: scale(1.1) rotate(-5deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%,
20% {
    -webkit-transform: scale(0.9) rotate(-5deg);
    -ms-transform: scale(0.9) rotate(-5deg);
    transform: scale(0.9) rotate(-5deg); }
  50%,
50%,
70%,
90% {
    -webkit-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg); }
  40%,
60%,
80% {
    -webkit-transform: scale(1.1) rotate(-5deg);
    -ms-transform: scale(1.1) rotate(-5deg);
    transform: scale(1.1) rotate(-5deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
.wow.skewIn.animated {
  -webkit-animation-name: xbSkewIn;
  animation-name: xbSkewIn;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
  animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes xbSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes xbSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.skewInImg {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1); }
  .skewInImg img {
    transform-origin: 50% 50%;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    max-width: 100%;
    height: auto;
    transform: scale(1.5) translate(100px, 0px); }
  .skewInImg.animated {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
    .skewInImg.animated img {
      transform: scale(1) translate(0px, 0px); }

[data-aos=fade-up] {
  transform: translateY(50px); }

[data-aos=fade-down] {
  transform: translateY(-50px); }

[data-aos=fade-right] {
  transform: translate(-50px); }

[data-aos=fade-left] {
  transform: translate(50px); }

[data-aos=fade-up-right] {
  transform: translate(-50px, 50px); }

[data-aos=fade-up-left] {
  transform: translate(50px, 50px); }

[data-aos=fade-down-right] {
  transform: translate(-50px, -50px); }

[data-aos=fade-down-left] {
  transform: translate(50px, -50px); }

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: cubic-bezier(0.18, 0.57, 0.25, 0.97); }

@-webkit-keyframes xb-danceTop {
  16% {
    -webkit-transform: skew(-14deg);
    transform: skew(-14deg); }
  33% {
    -webkit-transform: skew(12deg);
    transform: skew(12deg); }
  49% {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg); }
  66% {
    -webkit-transform: skew(6deg);
    transform: skew(6deg); }
  83% {
    -webkit-transform: skew(-4deg);
    transform: skew(-4deg); } }
@keyframes xb-danceTop {
  16% {
    -webkit-transform: skew(-14deg);
    transform: skew(-14deg); }
  33% {
    -webkit-transform: skew(12deg);
    transform: skew(12deg); }
  49% {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg); }
  66% {
    -webkit-transform: skew(6deg);
    transform: skew(6deg); }
  83% {
    -webkit-transform: skew(-4deg);
    transform: skew(-4deg); } }
@keyframes xbzoominzoomup {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(0.8); } }
.xbzoominzoomup {
  animation: xbzoominzoomup 5s linear infinite; }

@keyframes rotateme {
  0% {
    transform: rotate(0deg);
    opacity: 1; }
  50% {
    transform: rotate(-180deg); }
  100% {
    transform: rotate(-360deg);
    opacity: 1; } }
@keyframes rotateme2 {
  0% {
    transform: rotate(0deg);
    opacity: 1; }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg);
    opacity: 1; } }
.rotateme {
  animation-name: rotateme;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.rotateme2 {
  animation-name: rotateme2;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.marquee-first {
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite; }

.marquee-2 {
  -webkit-animation: marquee2 30s linear infinite;
  animation: marquee2 30s linear infinite; }

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes marquee {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes marquee2 {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
@keyframes marquee2 {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
.path {
  stroke-dasharray: 6;
  stroke-dashoffset: 6;
  animation: dash 4s linear infinite; }

@keyframes dash {
  0% {
    stroke-dashoffset: 100; }
  100% {
    stroke-dashoffset: 0; } }
.path_2 {
  stroke-dasharray: 6;
  stroke-dashoffset: 6;
  animation: dashTwo 4s linear infinite; }

@keyframes dashTwo {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 100; } }
@keyframes phoneRinging {
  from {
    transform: rotate3d(0, 0, 1, 0deg); }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg); }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg); }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg); }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg); }
  80% {
    transform: rotate3d(0, 0, 1, 0deg); } }
.phoneRinging {
  animation: phoneRinging 1.5s infinite linear; }

@keyframes ring {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-15deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(30deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-15deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(30deg) scale(1) skew(1deg); }
  100%,
50% {
    transform: rotate(0) scale(1) skew(1deg); } }
@keyframes sliderShape {
  0%,100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg); }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg); } }
.xb-animetion-right {
  animation: xb-animetion-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0; }

@keyframes xb-animetion-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1; } }
.xb-animetion-left {
  animation: xb-animetion-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0; }

@keyframes xb-animetion-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0; }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1; } }
.xb-animetion-left2 {
  animation: xb-animetion-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0; }

@keyframes xb-animetion-left2 {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0; }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1; } }
.xb-animetion-top {
  animation: xb-animetion-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0; }

@keyframes xb-animetion-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0; }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1; } }
/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  [data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%; }

/*-- Overlay Color --*/
[data-overlay="light"]::before {
  background-color: var(--color-white); }

[data-overlay="dark"]::before {
  background-color: var(--color-black); }

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1; }

[data-opacity="2"]::before {
  opacity: 0.2; }

[data-opacity="3"]::before {
  opacity: 0.3; }

[data-opacity="4"]::before {
  opacity: 0.4; }

[data-opacity="5"]::before {
  opacity: 0.5; }

[data-opacity="6"]::before {
  opacity: 0.6; }

[data-opacity="7"]::before {
  opacity: 0.7; }

[data-opacity="8"]::before {
  opacity: 0.8; }

[data-opacity="9"]::before {
  opacity: 0.9; }

.header-style-one .header__wrap {
  padding-left: 120px;
  padding-right: 120px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .header-style-one .header__wrap {
      padding-right: 45px;
      padding-left: 45px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .header-style-one .header__wrap {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (max-width: 1199px) {
    .header-style-one .header__wrap {
      padding-right: 22px;
      padding-left: 22px; } }
  @media (max-width: 991px) {
    .header-style-one .header__wrap {
      padding: 18px 22px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .header-style-one .header__wrap .main-menu__wrap .main-menu > ul > li {
      margin-right: 25px; } }
  @media (max-width: 1199px) {
    .header-style-one .header__wrap .main-menu__wrap .main-menu > ul > li {
      margin-right: 26px; } }
  .header-style-one .header__wrap .main-menu__wrap .main-menu > ul > li > a > span {
    text-transform: uppercase; }
    .header-style-one .header__wrap .main-menu__wrap .main-menu > ul > li > a > span::before {
      opacity: 0;
      visibility: hidden;
      content: "";
      height: 11px;
      width: 11px;
      margin-right: 4px;
      display: inline-block;
      transform: translateY(-1px);
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      background: var(--color-primary); }
  .header-style-one .header__wrap .main-menu__wrap .main-menu > ul > li:hover > a > span::before, .header-style-one .header__wrap .main-menu__wrap .main-menu > ul > li.active > a > span::before {
    opacity: 1;
    visibility: visible; }
  .header-style-one .header__wrap .main-menu__wrap .main-menu > ul > li .submenu {
    left: -16px; }
  .header-style-one .header__wrap .main-menu__wrap .main-menu > ul > li a {
    font-size: 18px; }
.header-style-one .logo2 {
  display: none; }
.header-style-one .stricked-menu .main-menu > ul > li > a {
  padding: 28px 0;
  color: var(--color-heading); }
.header-style-one .stricked-menu .main-menu > ul > li:hover .submenu {
  transform: translateY(8px); }
.header-style-one .stricked-menu .logo1 {
  display: none; }
.header-style-one .stricked-menu .logo2 {
  display: block; }
.header-style-one .stricked-menu .xb-nav-mobile {
  color: #26582e;
  border: 1px solid #26582e; }
  .header-style-one .stricked-menu .xb-nav-mobile:hover {
    border: 1px solid var(--color-primary); }

.header-style-two {
  position: relative;
  background: var(--color-secondary); }
  .header-style-two::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 8px;
    width: 100%;
    background: var(--color-primary); }
  .header-style-two .header__wrap {
    padding-left: 100px;
    padding-right: 110px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .header-style-two .header__wrap {
        padding-right: 40px;
        padding-left: 40px; } }
    @media (max-width: 1199px) {
      .header-style-two .header__wrap {
        padding-right: 40px;
        padding-left: 40px; } }
    @media (max-width: 991px) {
      .header-style-two .header__wrap {
        padding: 22px 22px 18px; } }
    .header-style-two .header__wrap .main-menu__wrap {
      padding: 0; }
      .header-style-two .header__wrap .main-menu__wrap .main-menu > ul > li > a {
        padding: 48px 0;
        padding: 33px 0; }
        .header-style-two .header__wrap .main-menu__wrap .main-menu > ul > li > a::before {
          display: none; }
      .header-style-two .header__wrap .main-menu__wrap .main-menu > ul > li:hover > a, .header-style-two .header__wrap .main-menu__wrap .main-menu > ul > li.active > a {
        color: var(--color-primary); }
      .header-style-two .header__wrap .main-menu__wrap .main-menu ul li a {
        letter-spacing: -0.02em; }
      .header-style-two .header__wrap .main-menu__wrap .main-menu ul li .submenu {
        border-radius: 0 0 3px 3px;
        background: var(--color-secondary);
        box-shadow: 0 0.5rem 1.875rem rgba(50, 8, 117, 0.1); }
  .header-style-two .header-contact {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--color-white);
    font-family: var(--font-heading); }
    .header-style-two .header-contact .number {
      font-size: 28px;
      font-weight: 700;
      letter-spacing: 0;
      color: var(--color-primary); }
  .header-style-two .logo1 {
    display: block; }
  .header-style-two .logo2 {
    display: none; }
  @media (max-width: 991px) {
    .header-style-two .stricked-menu .header__wrap {
      padding: 18px 22px; } }
  .header-style-two .stricked-menu .header__wrap .main-menu__wrap .main-menu > ul > li > a {
    padding: 30px 0;
    color: var(--color-secondary); }
  .header-style-two .stricked-menu .header__wrap .main-menu__wrap .main-menu > ul > li:hover > a, .header-style-two .stricked-menu .header__wrap .main-menu__wrap .main-menu > ul > li.active > a {
    color: var(--color-secondary); }
  .header-style-two .stricked-menu .header-contact {
    color: var(--color-secondary); }
    .header-style-two .stricked-menu .header-contact .number {
      color: var(--color-secondary); }
  .header-style-two .stricked-menu .logo1 {
    display: none; }
  .header-style-two .stricked-menu .logo2 {
    display: block; }
  .header-style-two .stricked-menu .xb-nav-mobile {
    color: var(--color-secondary);
    border: 1px solid var(--color-secondary); }
  .header-style-two .xb-header-mobile-search .search-field:focus {
    color: #000;
    border-color: var(--color-secondary); }
  .header-style-two .xb-header-mobile-search .search-submit {
    color: var(--color-secondary); }
  .header-style-two .xb-menu-primary li a:hover {
    color: var(--color-secondary); }
  .header-style-two .xb-menu-primary .xb-menu-toggle:hover {
    color: var(--color-secondary); }
  .header-style-two .xb-nav-mobile {
    background: transparent;
    color: var(--color-white);
    border: 1px solid var(--color-white); }
    .header-style-two .xb-nav-mobile:hover {
      background: var(--color-primary);
      border: 1px solid var(--color-primary); }

.header-style-three {
  background: #0d0d0d; }
  .header-style-three::before {
    display: none; }
  .header-style-three .header-contact a {
    font-size: 18px;
    padding: 18px 19px 18px 34px; }
  .header-style-three .xb-menu-primary li a:hover {
    color: var(--color-primary-two); }
  .header-style-three .xb-menu-primary .xb-menu-toggle:hover {
    color: var(--color-primary-two); }
  .header-style-three .header-left-content {
    gap: 132px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .header-style-three .header-left-content {
        gap: 95px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .header-style-three .header-left-content {
        gap: 80px; } }
    @media (max-width: 1199px) {
      .header-style-three .header-left-content {
        gap: 105px; } }
  .header-style-three .header-search {
    margin-right: 26px;
    display: inline-block; }
  .header-style-three .header__wrap {
    padding-left: 125px;
    padding-right: 182px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .header-style-three .header__wrap {
        padding-left: 45px;
        padding-right: 45px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .header-style-three .header__wrap {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 1199px) {
      .header-style-three .header__wrap {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 991px) {
      .header-style-three .header__wrap {
        padding: 22px; } }
    .header-style-three .header__wrap .main-menu__wrap .main-menu > ul > li.menu-item-has-children > a > span::after {
      font-weight: 400; }
    .header-style-three .header__wrap .main-menu__wrap .main-menu > ul > li > a {
      padding: 33px 0; }
    .header-style-three .header__wrap .main-menu__wrap .main-menu > ul > li:hover > a, .header-style-three .header__wrap .main-menu__wrap .main-menu > ul > li.active > a {
      color: var(--color-primary-two); }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .header-style-three .header__wrap .main-menu__wrap .main-menu > ul > li:not(:last-child) {
        margin-right: 20px; } }
    @media (max-width: 1199px) {
      .header-style-three .header__wrap .main-menu__wrap .main-menu > ul > li:not(:last-child) {
        margin-right: 30px; } }
    .header-style-three .header__wrap .main-menu__wrap .main-menu ul li a {
      font-weight: 400;
      font-family: var(--font-heading); }
    .header-style-three .header__wrap .main-menu__wrap .main-menu ul li .submenu {
      background: #0d0d0d;
      box-shadow: 1px 1px 2px 0px rgba(13, 13, 13, 0.2); }
      .header-style-three .header__wrap .main-menu__wrap .main-menu ul li .submenu li a::after {
        background: var(--color-primary-two); }
      .header-style-three .header__wrap .main-menu__wrap .main-menu ul li .submenu li.active a, .header-style-three .header__wrap .main-menu__wrap .main-menu ul li .submenu li:hover a {
        color: var(--color-primary-two); }
  .header-style-three .xb-nav-mobile {
    background: transparent;
    color: var(--color-white);
    border: 1px solid var(--color-white); }
    .header-style-three .xb-nav-mobile:hover {
      background: var(--color-primary-two);
      border: 1px solid var(--color-primary-two); }
  .header-style-three .stricked-menu .header__wrap .main-menu__wrap .main-menu > ul > li > a {
    color: var(--color-heading); }
  .header-style-three .stricked-menu .header__wrap .main-menu__wrap .main-menu > ul > li:hover > a, .header-style-three .stricked-menu .header__wrap .main-menu__wrap .main-menu > ul > li.active > a {
    color: var(--color-heading); }
  .header-style-three .stricked-menu .header-contact a {
    border: 1px solid var(--color-heading); }
    .header-style-three .stricked-menu .header-contact a:hover {
      color: var(--color-heading); }
      .header-style-three .stricked-menu .header-contact a:hover img {
        filter: brightness(0); }
  .header-style-three .stricked-menu .xb-nav-mobile {
    background: transparent;
    color: var(--color-heading);
    border: 1px solid var(--color-heading); }
    .header-style-three .stricked-menu .xb-nav-mobile:hover {
      background: var(--color-primary-two);
      border: 1px solid var(--color-primary-two); }
  .header-style-three .stricked-menu .header-search-btn img {
    filter: brightness(0); }
  .header-style-three.header-transparent {
    top: 45px; }
  .header-style-three .xb-header-mobile-search .search-field:focus {
    border-color: var(--color-primary-two); }
  .header-style-three .xb-header-mobile-search .search-submit {
    color: var(--color-primary-two); }

@media (max-width: 767px) {
  .header-area .header__wrap .header-logo a img {
    max-width: 85%; } }

.side-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .side-menu a span {
    position: absolute;
    left: 47px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: uppercase;
    color: var(--color-white);
    font-size: 14px;
    font-weight: 600;
    padding-left: 8px; }
  .side-menu a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1; }
    .side-menu a svg path {
      fill: var(--color-primary); }

.header-transparent {
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3; }

.stricked-menu {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed;
  transition: 0.5s;
  visibility: hidden;
  background-color: #fff;
  transform: translateY(-100%);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09); }

.stricked-menu.stricky-fixed {
  visibility: visible;
  transform: translateY(0%); }

.main-menu {
  display: flex;
  align-items: center;
  flex-grow: 1; }
  .main-menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0; }
    .main-menu ul li {
      position: relative; }
      .main-menu ul li:not(:last-child) {
        margin-right: 36px; }
      .main-menu ul li .submenu li {
        margin-right: 0; }
      .main-menu ul li a {
        z-index: 3;
        font-weight: 700;
        font-size: 20px;
        padding: 10px 0;
        position: relative;
        text-decoration: none;
        display: inline-block;
        color: var(--color-white);
        text-transform: capitalize;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        font-family: var(--font-body); }
        @media (max-width: 1199px) {
          .main-menu ul li a {
            font-size: 18px; } }
      .main-menu ul li.menu-item-has-children > a > span::after {
        content: "\2b";
        font-size: 15px;
        font-weight: 700;
        margin-left: 3px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        font-family: 'Font Awesome 6 Pro'; }
      .main-menu ul li.menu-item-has-children:hover > .submenu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px); }
      .main-menu ul li .submenu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        min-width: 250px;
        top: 100%;
        opacity: 0;
        left: 0;
        z-index: 3;
        top: 100%;
        padding: 20px 0;
        text-align: left;
        visibility: hidden;
        background: #211f1e;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        transform: translateY(10px);
        box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2); }
        .main-menu ul li .submenu li {
          padding: 0 6px;
          margin-right: 0; }
          .main-menu ul li .submenu li a {
            padding: 5px 22px;
            display: block;
            font-size: 18px;
            letter-spacing: 0;
            font-weight: 500;
            position: relative;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            text-transform: capitalize;
            color: var(--color-white);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
            .main-menu ul li .submenu li a::after {
              position: absolute;
              content: '';
              left: 0;
              top: 45%;
              height: 2px;
              width: 10px;
              opacity: 0;
              text-decoration: left;
              -webkit-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s;
              background: var(--color-primary);
              -webkit-transform: translateY(50%);
              -ms-transform: translateY(50%);
              transform: translateY(50%); }
          .main-menu ul li .submenu li ul {
            left: 100%;
            top: 0px; }
          .main-menu ul li .submenu li:hover > a, .main-menu ul li .submenu li.active > a {
            transform: translateX(22px);
            color: var(--color-primary); }
            .main-menu ul li .submenu li:hover > a::after, .main-menu ul li .submenu li.active > a::after {
              opacity: 1; }

.main-menu ul li.menu-last ul.submenu {
  right: 0;
  left: auto; }

.main-menu ul li.menu-last ul.submenu ul {
  right: auto;
  left: -100%; }

.main-menu ul li ul.submenu .menu-item-has-children > a span::after {
  position: absolute;
  top: 12px;
  right: 15px;
  content: "\f0d7";
  font-size: 13px;
  font-family: 'Font Awesome 5 Pro';
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform: rotate(-90deg); }

.xb-wcu {
  margin-left: 120px;
  margin-right: 120px;
  margin-top: -193px;
  position: relative;
  background: var(--color-primary); }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-wcu {
      margin-right: 45px;
      margin-left: 45px;
      padding-left: 20px; } }
  @media (max-width: 1199px) {
    .xb-wcu {
      margin-left: 22px;
      margin-right: 22px;
      padding-left: 20px;
      padding-right: 12px; } }

@media (max-width: 991px) {
  .xb-wcu-top {
    margin-bottom: 40px; } }
.xb-wcu-top .wcu-content {
  padding-left: 50px;
  margin-right: -50px;
  transform: translateY(40px); }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-wcu-top .wcu-content {
      margin-right: 0; } }
  @media (max-width: 1199px) {
    .xb-wcu-top .wcu-content {
      margin-right: 0;
      transform: translateY(0px); } }
  @media (max-width: 991px) {
    .xb-wcu-top .wcu-content {
      padding-left: 0;
      transform: translateY(30px); } }

.xb-wcu-item {
  margin-top: 63px; }
  .xb-wcu-item .xb-item--icon {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #24572f; }
  .xb-wcu-item .xb-item--title {
    font-size: 30px;
    margin: 17px 0 25px;
    color: var(--color-black);
    text-transform: capitalize; }
    @media (max-width: 767px) {
      .xb-wcu-item .xb-item--title {
        font-size: 27px; } }
  .xb-wcu-item .xb-item--content {
    line-height: 32px;
    padding-right: 50px;
    text-transform: initial; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .xb-wcu-item .xb-item--content {
        padding-right: 35px; } }
  .xb-wcu-item:hover .xb-item--icon {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px); }

.xb-item-item {
  gap: 35px;
  margin-top: 30px; }
  @media (max-width: 1199px) {
    .xb-item-item {
      gap: 20px; } }
  @media (max-width: 767px) {
    .xb-item-item {
      gap: 35px; } }
  .xb-item-item:not(:last-child) {
    padding-right: 50px;
    border-right: 1px solid #fff; }
    @media (max-width: 1199px) {
      .xb-item-item:not(:last-child) {
        padding-right: 10px; } }
    @media (max-width: 991px) {
      .xb-item-item:not(:last-child) {
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .xb-item-item:not(:last-child) {
        width: 100%;
        border-right: 0;
        padding-right: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #fff; } }
  .xb-item-item .xb-item--number {
    font-size: 60px;
    color: var(--color-primary);
    font-family: var(--font-heading); }
    @media (max-width: 1199px) {
      .xb-item-item .xb-item--number {
        font-size: 50px; } }
    @media (max-width: 767px) {
      .xb-item-item .xb-item--number {
        width: 143px; } }
  .xb-item-item .xb-item--content {
    color: var(--color-white);
    max-width: 157px; }

.xb-process-image {
  display: none;
  transition: 0.5s; }
  .xb-process-image .item-image {
    margin: 60px 0; }
  .xb-process-image .xb-content {
    opacity: 0;
    -webkit-transform: 0s;
    -ms-transform: 0s;
    transform: 0s;
    transform: translateX(50px); }
    .xb-process-image .xb-content span {
      color: #2a7d66;
      font-weight: 600; }
  .xb-process-image .process-btn {
    opacity: 0;
    transform: translateX(50px); }
  .xb-process-image.active {
    display: block; }
    .xb-process-image.active .xb-content {
      opacity: 1;
      -webkit-transform: 0.5s;
      -ms-transform: 0.5s;
      transform: 0.5s;
      transform: translateX(0); }
    .xb-process-image.active .process-btn {
      opacity: 1;
      -webkit-transform: 0.5s;
      -ms-transform: 0.5s;
      transform: 0.5s;
      transform: translateX(0); }

.xb-process-list {
  margin-left: 110px;
  padding-left: 80px;
  position: relative;
  border-left: 1px solid rgba(0, 50, 47, 0.3); }
  @media (max-width: 991px) {
    .xb-process-list {
      margin-left: 0px;
      margin-top: 30px; } }
  .xb-process-list .active-bg {
    position: absolute;
    content: '';
    left: -2px;
    top: 0;
    height: 0;
    width: 3px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: linear-gradient(178deg, #2a7d66 0%, #a1992b 100%); }

.xb-process-item {
  position: relative;
  margin-top: 65px;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .xb-process-item.current {
    opacity: 1; }
  .xb-process-item .xb-item--number {
    position: absolute;
    left: -40px;
    top: 0; }
  .xb-process-item .xb-item--title {
    font-size: 30px;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .xb-process-item .xb-item--title {
        font-size: 27px; } }

.xb-work-item .xb-item--img {
  width: 100%;
  object-fit: cover;
  position: relative;
  overflow: hidden;
  object-position: center center;
  transition: all 0.3s ease-out; }
  .xb-work-item .xb-item--img::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1; }
  .xb-work-item .xb-item--img:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent; }
.xb-work-item .xb-item--title {
  font-size: 30px;
  margin: 25px 0 20px;
  color: var(--color-white); }
.xb-work-item .xb-item--content {
  color: var(--color-white); }
.xb-work-item .xb-item--read-btn {
  font-size: 20px;
  font-weight: 700;
  margin-top: 22px;
  display: inline-block;
  text-transform: capitalize;
  text-decoration: underline;
  color: var(--color-white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .xb-work-item .xb-item--read-btn:hover {
    color: var(--color-primary); }

.slider-btn .slide-custom-btn {
  height: 48px;
  width: 48px;
  right: 0;
  bottom: 10px;
  left: auto;
  top: auto;
  z-index: 2;
  background: transparent;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%; }
  .slider-btn .slide-custom-btn::after {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .slider-btn .slide-custom-btn::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    opacity: 0;
    transform: scale(0.8);
    border-radius: inherit;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-primary); }
  .slider-btn .slide-custom-btn:hover {
    border: 1px solid transparent; }
    .slider-btn .slide-custom-btn:hover::before {
      opacity: 1;
      transform: scale(1); }
    .slider-btn .slide-custom-btn:hover::after {
      color: var(--color-heading); }
.slider-btn .swiper-button-prev {
  right: 58px; }
.slider-btn .swiper-pagination {
  text-align: left;
  font-size: 20px;
  z-index: 1;
  color: var(--color-white); }
  .slider-btn .swiper-pagination .swiper-pagination-total {
    color: rgba(255, 255, 255, 0.5); }
  .slider-btn .swiper-pagination .swiper-pagination-current::before,
  .slider-btn .swiper-pagination .swiper-pagination-total::before {
    content: '0'; }

.xb-project-wrap {
  padding: 0 120px 0 80px; }
  @media (max-width: 991px) {
    .xb-project-wrap {
      padding: 0 30px 0 30px; } }
  @media (max-width: 991px) {
    .xb-project-wrap {
      padding: 0 10px; } }
  .xb-project-wrap .content-one {
    margin-bottom: 20px; }
  .xb-project-wrap .content-two {
    margin-bottom: 37px; }

.project-bg {
  min-height: 1182px; }

.project-item .xb-item--img {
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px; }
  .project-item .xb-item--img img {
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
.project-item .xb-item--title {
  font-size: 29px;
  font-weight: 600;
  margin: 25px 0 26px;
  text-transform: initial;
  color: var(--color-black); }
.project-item .xb-item--content {
  color: var(--color-black); }
.project-item .xb-item--more-btn {
  font-size: 24px;
  font-weight: 600;
  margin-top: 40px;
  display: inline-block;
  color: var(--color-black);
  font-family: var(--font-heading); }

.project-top .sec-title .content {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  max-width: 720px; }

.project-wrap {
  margin-left: 315px;
  overflow: hidden; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .project-wrap {
      margin-left: 40px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .project-wrap {
      margin-left: 15px; } }
  @media (max-width: 1199px) {
    .project-wrap {
      margin-left: 15px; } }

.project-slider {
  margin-right: -330px; }
  @media only screen and (max-width: 1023px) {
    .project-slider {
      margin-right: 15px; } }

.project-menu button {
  font-size: 18px;
  font-weight: 500;
  padding: 8px 40px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border: 1px solid #0d0d0d;
  background: var(--color-white); }
  .project-menu button:not(:last-child) {
    margin-right: 15px; }
  @media (max-width: 767px) {
    .project-menu button {
      margin-bottom: 20px; } }
  .project-menu button.active {
    border: 1px solid transparent;
    color: var(--color-white);
    background: linear-gradient(180deg, #2a7d66 0%, #56c8a2 100%); }

.project-single-item h3 a {
  font-size: 30px;
  font-weight: 400;
  margin-top: 25px;
  display: block;
  color: var(--color-heading); }
  @media (max-width: 1199px) {
    .project-single-item h3 a {
      font-size: 25px; } }
.project-single-item .image {
  display: block;
  overflow: hidden; }
  .project-single-item .image img {
    transition: all 0.3s ease-out; }
  .project-single-item .image:hover img {
    transform: scale(1.03); }

.project-details-heading {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -0.03em; }
  @media (max-width: 1199px) {
    .project-details-heading {
      font-size: 40px; } }
  @media (max-width: 991px) {
    .project-details-heading {
      font-size: 35px; } }
  @media (max-width: 767px) {
    .project-details-heading {
      font-size: 30px; } }

.meta-list {
  gap: 70px;
  margin-top: 100px;
  margin-bottom: 75px;
  padding-top: 40px;
  border-top: 1px solid rgba(13, 13, 13, 0.2); }
  @media (max-width: 1199px) {
    .meta-list {
      gap: 30px; } }
  @media (max-width: 767px) {
    .meta-list {
      gap: 15px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .meta-list {
      justify-content: start; } }
  .meta-list li {
    font-size: 20px;
    font-weight: 400;
    color: var(--color-heading); }
    .meta-list li span {
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      font-family: var(--font-heading); }
    .meta-list li:nth-child(2) {
      margin-right: 105px; }
      @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .meta-list li:nth-child(2) {
          margin-right: 30px; } }
      @media (max-width: 1199px) {
        .meta-list li:nth-child(2) {
          margin-right: 0; } }

.project-details-list {
  gap: 290px;
  margin: 45px 0 75px; }
  @media (max-width: 1199px) {
    .project-details-list {
      gap: 200px; } }
  @media (max-width: 991px) {
    .project-details-list {
      gap: 10px; } }
  .project-details-list ul li {
    display: flex;
    gap: 8px; }
    .project-details-list ul li:not(:last-child) {
      margin-bottom: 12px; }

.project-details-img {
  position: relative;
  overflow: hidden; }
  .project-details-img img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.3s ease-out; }
  .project-details-img::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1; }
  .project-details-img:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }
  .project-details-img:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent; }

.xb-industries-item {
  background: #fff;
  padding: 30px 30px 35px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media only screen and (max-width: 1023px) {
    .xb-industries-item {
      padding: 30px 25px 35px; } }
  @media (max-width: 991px) {
    .xb-industries-item {
      padding: 30px 30px 35px; } }
  @media (max-width: 767px) {
    .xb-industries-item {
      text-align: center; } }
  .xb-industries-item .xb-title {
    font-size: 24px;
    font-weight: 500;
    margin-top: 60px;
    color: var(--color-secondary); }
    @media (max-width: 1199px) {
      .xb-industries-item .xb-title {
        font-size: 20px; } }
  .xb-industries-item .xb-icon {
    min-height: 68px;
    display: inline-block; }
  .xb-industries-item:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }

.industries-content {
  line-height: 32px;
  text-align: center;
  margin-top: 60px;
  color: var(--color-secondary); }

.industries-btn .commercial-btn {
  border: 2px solid #310875;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .industries-btn .commercial-btn:hover {
    color: var(--color-black); }

.overview-item {
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px; }
  .overview-item .xb-item--inner {
    padding: 32px 30px 28px 20px;
    background: var(--color-primary-two); }
  .overview-item .xb-item--title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px; }
    @media (max-width: 1199px) {
      .overview-item .xb-item--title {
        font-size: 21px; } }
  .overview-item .xb-item--content {
    color: #0d0d0d;
    line-height: 28px; }
  .overview-item .xb-img img {
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .overview-item--big .xb-item--title {
    position: absolute;
    left: 29px;
    top: 30px;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: var(--color-white); }
  .overview-item--big .xb-item--tag {
    position: absolute;
    left: 29px;
    bottom: 25px;
    gap: 16px; }
    .overview-item--big .xb-item--tag li a {
      color: #0d0d0d;
      padding: 10px 20px;
      border-radius: 24px;
      -webkit-border-radius: 24px;
      -moz-border-radius: 24px;
      -ms-border-radius: 24px;
      -o-border-radius: 24px;
      background: var(--color-white); }
  .overview-item:hover .xb-img img {
    transform: scale(1.03); }

.overview-bottom-item {
  padding-right: 15px; }
  .overview-bottom-item .xb-item--title {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
    color: var(--color-white); }
  .overview-bottom-item .xb-item--content {
    font-size: 16px;
    line-height: 30px;
    color: var(--color-white); }
  .overview-bottom-item .xb-item--more-btn {
    margin-top: 35px;
    display: inline-block; }
    .overview-bottom-item .xb-item--more-btn svg path {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .overview-bottom-item .xb-item--more-btn span {
      font-size: 16px;
      font-weight: 600;
      opacity: 0;
      visibility: hidden;
      display: inline-flex;
      transform: translateX(-30px);
      font-family: var(--font-heading);
      color: var(--color-primary-two);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .overview-bottom-item:hover .xb-item--more-btn svg path {
    fill: #FCCA03; }
  .overview-bottom-item:hover .xb-item--more-btn span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(7px);
    -ms-transform: translateX(7px);
    transform: translateX(7px); }

.infographic-left-content {
  gap: 30px;
  margin-right: -7px; }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .infographic-left-content {
      flex-wrap: nowrap; } }
  @media (max-width: 1199px) {
    .infographic-left-content {
      flex-wrap: nowrap; } }
  @media (max-width: 767px) {
    .infographic-left-content {
      gap: 15px;
      margin-right: 0; } }
  .infographic-left-content .xb-img {
    overflow: hidden;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px; }

.infographic-right-content {
  margin-left: 57px; }
  @media (max-width: 991px) {
    .infographic-right-content {
      margin-left: 0; } }
  .infographic-right-content .xb-content {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px; }
    .infographic-right-content .xb-content:nth-child(3) {
      margin-bottom: 45px; }

.infographic-shape {
  position: absolute;
  right: 47px;
  bottom: 0; }
  @media (max-width: 767px) {
    .infographic-shape {
      right: 10px;
      max-width: 25%; } }

.cta-bg {
  z-index: 1;
  min-height: 824px;
  padding: 270px 0 270px; }

.cta-content .title {
  font-weight: 400;
  font-size: 80px;
  line-height: 1.1;
  color: var(--color-black);
  text-transform: capitalize; }
  @media (max-width: 1199px) {
    .cta-content .title {
      font-size: 60px; } }
  @media (max-width: 991px) {
    .cta-content .title {
      font-size: 55px; } }
  @media (max-width: 767px) {
    .cta-content .title {
      font-size: 40px; } }
.cta-content .xb-btn a::before {
  border: 2px solid #FCCA03;
  background: var(--color-primary-two); }
.cta-content .xb-btn a:hover {
  color: var(--color-black); }

.xb-about-content {
  padding-left: 50px; }
  @media (max-width: 991px) {
    .xb-about-content {
      padding-left: 0; } }
  .xb-about-content p {
    font-weight: 500;
    color: var(--color-white); }
    .xb-about-content p a {
      font-weight: 500;
      color: var(--color-primary); }
    .xb-about-content p:nth-child(1) {
      font-weight: 700; }
    .xb-about-content p:nth-child(2) {
      margin: 32px 0; }

.ps-about-item:not(:last-child) {
  margin-bottom: 70px; }
.ps-about-item .xb-item--icon {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-black);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%; }
.ps-about-item .xb-item--title {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  color: #0d0d0d;
  margin: 20px 0 20px; }
.ps-about-item .xb-item--content {
  color: #0d0d0d;
  line-height: 32px;
  max-width: 330px; }

.about-right-content {
  position: relative; }
  @media (max-width: 767px) {
    .about-right-content {
      margin-top: 250px; } }
  .about-right-content .xb-img {
    overflow: hidden;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px; }
    .about-right-content .xb-img img {
      width: 100%; }
  .about-right-content .play-video {
    gap: 12px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 40px;
    left: 40px; }
    .about-right-content .play-video a {
      height: 60px;
      width: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      background: var(--color-primary-two); }
  .about-right-content .xb-img-shape {
    position: absolute;
    top: -52%;
    right: 0; }
    @media (max-width: 1199px) {
      .about-right-content .xb-img-shape {
        top: -68%; } }
    @media (max-width: 991px) {
      .about-right-content .xb-img-shape {
        top: -47%; } }
    @media (max-width: 767px) {
      .about-right-content .xb-img-shape {
        top: -88%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .about-right-content .xb-img-shape {
        top: -64%; } }

@media (max-width: 1199px) {
  .ps-about-wrap .sec-title--three {
    padding-right: 350px; } }
@media (max-width: 991px) {
  .ps-about-wrap .sec-title--three {
    padding-right: 0; } }

.about-mission-item:not(:last-child) {
  margin-bottom: 55px; }

.about-mission-item-img {
  float: right; }
  @media (max-width: 991px) {
    .about-mission-item-img {
      float: left; } }

.ab-highly-left-content {
  gap: 168px;
  display: flex;
  flex-direction: column; }
  @media (max-width: 991px) {
    .ab-highly-left-content {
      gap: 20px; } }

.ab-highly-img {
  margin-left: -25px; }
  @media (max-width: 1199px) {
    .ab-highly-img {
      float: right; } }
  @media (max-width: 991px) {
    .ab-highly-img {
      float: left;
      margin-left: 0; } }

.ab-highly-right-content {
  gap: 40px;
  display: flex;
  flex-direction: column; }
  @media (max-width: 1199px) {
    .ab-highly-right-content {
      flex-direction: row;
      justify-content: space-between; } }
  @media (max-width: 767px) {
    .ab-highly-right-content {
      flex-direction: column; } }

.ab-highly-item .xb-item--icon {
  height: 69px;
  width: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: var(--color-primary); }
.ab-highly-item .xb-item--title {
  font-size: 30px;
  font-weight: 400;
  margin: 20px 0 25px;
  letter-spacing: -0.01em;
  color: var(--color-white); }
.ab-highly-item .xb-item--content {
  color: var(--color-white); }

.service-item {
  padding: 1px;
  z-index: 2;
  overflow: hidden;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  background: linear-gradient(180deg, #a1992b 0%, rgba(102, 102, 102, 0.28) 100%);
  position: relative; }
  .service-item::after {
    position: absolute;
    content: '';
    top: 1px;
    left: 1px;
    z-index: 1;
    height: 99.6%;
    width: 99.6%;
    opacity: 1;
    background: #310875;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: inherit; }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .service-item::after {
        width: 99.5%; } }
    @media (max-width: 991px) {
      .service-item::after {
        width: 99.5%; } }
  .service-item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: #a1992b;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .service-item:hover::before {
    opacity: 1; }
  .service-item:hover .xb-item--icon svg path {
    fill: #0d0d0d; }
  .service-item:hover .xb-item--title {
    color: #0d0d0d; }
  .service-item:hover .xb-item--content {
    color: #0d0d0d; }
  .service-item .xb-item--inner {
    z-index: 3;
    position: relative;
    padding: 38px 20px 40px 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .service-item .xb-item--inner {
        padding: 38px 30px 40px 32px; } }
    @media (max-width: 991px) {
      .service-item .xb-item--inner {
        padding: 38px 10px 40px 20px; } }
  .service-item .xb-item--title {
    font-size: 30px;
    color: var(--color-white);
    letter-spacing: -0.01em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .service-item .xb-item--icon {
    min-height: 131px;
    text-align: center;
    margin: 54px 0 30px; }
    .service-item .xb-item--icon svg path {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .service-item .xb-item--content {
    font-weight: 400;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.xb-service-slider {
  padding-bottom: 100px; }
  .xb-service-slider .swiper-pagination-fraction {
    position: absolute;
    text-align: end;
    right: 0;
    left: auto;
    font-size: 20px;
    bottom: 25px; }
  .xb-service-slider .swiper-pagination-current::before,
  .xb-service-slider .swiper-pagination-total::before {
    content: '0'; }
  .xb-service-slider .swiper-pagination-total {
    color: rgba(255, 255, 255, 0.5); }
  .xb-service-slider .swiper-pagination-progressbar {
    height: 2px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    width: 87.8%;
    top: 63px;
    background: rgba(255, 255, 255, 0.5); }
    @media (max-width: 767px) {
      .xb-service-slider .swiper-pagination-progressbar {
        width: 73.8%; } }
  .xb-service-slider .swiper-pagination-progressbar::before {
    content: '';
    position: absolute;
    height: 100%;
    width: var(--progress, 0%);
    background: #a1992b;
    transition: width 0.3s; }

.xb-details-title {
  font-size: 30px;
  font-weight: 400;
  color: var(--color-black); }

.ser-details-content {
  margin-top: 23px;
  color: var(--color-black); }

.ser-benefit-item li {
  font-size: 24px;
  font-weight: 500;
  color: var(--color-black); }
  .ser-benefit-item li:not(:last-child) {
    margin-bottom: 20px; }
  .ser-benefit-item li .xb-check {
    height: 40px;
    width: 40px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: linear-gradient(180deg, #2a7d66 0%, #a1992b 100%); }

.ser-benefit-item-img {
  gap: 30px;
  float: right; }
  @media (max-width: 1199px) {
    .ser-benefit-item-img {
      flex-wrap: nowrap; } }
  @media (max-width: 767px) {
    .ser-benefit-item-img {
      flex-wrap: wrap; } }

.ser-installation-process-item {
  text-align: center;
  min-height: 347px;
  padding: 30px 45px 23px;
  background: var(--color-white); }
  @media (max-width: 1199px) {
    .ser-installation-process-item {
      padding: 30px 10px 23px; } }
  @media (max-width: 991px) {
    .ser-installation-process-item {
      padding: 30px 45px 23px; } }
  .ser-installation-process-item .xb-item--number {
    height: 82px;
    width: 82px;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    color: var(--color-white);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: linear-gradient(180deg, #2a7d66 0%, #a1992b 100%); }
  .ser-installation-process-item .xb-item--title {
    font-size: 30px;
    font-weight: 400;
    margin: 20px 0 24px;
    letter-spacing: 0em;
    line-height: 40px;
    color: var(--color-black); }
  .ser-installation-process-item .xb-item--content {
    color: #0d0d0d; }

.process-content {
  text-align: center;
  margin: 60px 0 30px;
  color: var(--color-white); }
  .process-content a {
    color: var(--color-primary); }

.xb-feature-item {
  position: relative;
  overflow: hidden; }
  .xb-feature-item::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1; }
  .xb-feature-item .xb-item--title {
    position: absolute;
    top: 70px;
    left: 80px;
    font-size: 40px;
    font-weight: 700;
    color: var(--color-white); }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .xb-feature-item .xb-item--title {
        left: 50px; } }
    @media (max-width: 1199px) {
      .xb-feature-item .xb-item--title {
        top: 50px;
        left: 40px;
        font-size: 30px; } }
    @media (max-width: 991px) {
      .xb-feature-item .xb-item--title {
        top: 30px;
        left: 20px;
        font-size: 24px; } }
    @media (max-width: 767px) {
      .xb-feature-item .xb-item--title {
        top: 70px;
        font-size: 28px; } }
  .xb-feature-item .xb-item--img {
    width: 100%;
    object-fit: cover;
    display: inline-block;
    object-position: center center;
    transition: all 0.3s ease-out; }
    .xb-feature-item .xb-item--img img {
      max-width: unset; }
    @media (max-width: 991px) {
      .xb-feature-item .xb-item--img {
        height: 450px; } }
    @media (max-width: 767px) {
      .xb-feature-item .xb-item--img {
        height: 400px; } }
  .xb-feature-item .xb-item--arrow {
    position: absolute;
    left: 85px;
    bottom: 144px;
    display: inline-flex;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .xb-feature-item .xb-item--arrow {
        bottom: 80px;
        left: 50px; } }
    @media (max-width: 1199px) {
      .xb-feature-item .xb-item--arrow {
        left: 40px;
        bottom: 50px;
        max-width: 20%; } }
    @media (max-width: 991px) {
      .xb-feature-item .xb-item--arrow {
        left: 20px;
        bottom: 30px; } }
    @media (max-width: 767px) {
      .xb-feature-item .xb-item--arrow {
        bottom: 70px; } }
    .xb-feature-item .xb-item--arrow svg path {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .xb-feature-item:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent; }
  .xb-feature-item:hover .xb-item--img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }
  .xb-feature-item:hover .xb-item--arrow {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px); }
    .xb-feature-item:hover .xb-item--arrow svg path {
      fill: #a1992b; }

@media (max-width: 767px) {
  .feature-col:not(:last-child) {
    margin-bottom: 10px; } }

.xb-testimonial-item {
  padding-right: 18px; }
  .xb-testimonial-item .xb-item--title {
    font-size: 28px;
    font-weight: 600;
    color: var(--color-white);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    @media (max-width: 767px) {
      .xb-testimonial-item .xb-item--title {
        font-size: 24px; } }
  .xb-testimonial-item .xb-item--content {
    font-weight: 600;
    line-height: 32px;
    margin: 55px 0;
    opacity: 0;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transition-delay: .1s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  .xb-testimonial-item .xb-item--author {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    opacity: 0;
    color: var(--color-primary);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transition-delay: .2s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
    @media (max-width: 767px) {
      .xb-testimonial-item .xb-item--author {
        font-size: 24px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .xb-testimonial-item .xb-item--author {
        font-size: 22px; } }

.xb-testimonial-slider {
  margin-left: 107px; }
  .xb-testimonial-slider .swiper-slide-active .xb-testimonial-item .xb-item--content, .xb-testimonial-slider .swiper-slide-active .xb-testimonial-item .xb-item--author {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.xb-testimonial-wrap {
  position: relative; }
  .xb-testimonial-wrap .tes-quote {
    position: absolute;
    top: -5px;
    left: 0; }
  .xb-testimonial-wrap .swiper-button-next,
  .xb-testimonial-wrap .swiper-button-prev {
    height: 27px;
    width: 83px;
    top: 45%; }
    .xb-testimonial-wrap .swiper-button-next::after,
    .xb-testimonial-wrap .swiper-button-prev::after {
      display: none; }
  .xb-testimonial-wrap .swiper-button-prev {
    left: -185px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .xb-testimonial-wrap .swiper-button-prev {
        left: -20px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .xb-testimonial-wrap .swiper-button-prev {
        left: -5px; } }
    @media (max-width: 1199px) {
      .xb-testimonial-wrap .swiper-button-prev {
        bottom: 20px;
        top: auto;
        left: 5px; } }
    @media (max-width: 991px) {
      .xb-testimonial-wrap .swiper-button-prev {
        left: -15px; } }
    @media (max-width: 767px) {
      .xb-testimonial-wrap .swiper-button-prev {
        left: 0px;
        max-width: 15%; } }
  .xb-testimonial-wrap .swiper-button-next {
    right: -100px;
    left: auto; }
    @media (max-width: 1199px) {
      .xb-testimonial-wrap .swiper-button-next {
        bottom: 20px;
        top: auto;
        right: 0; } }
    @media (max-width: 767px) {
      .xb-testimonial-wrap .swiper-button-next {
        max-width: 15%; } }

.tes-company-logo {
  gap: 19px;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 991px) {
    .tes-company-logo {
      padding-top: 50px;
      flex-direction: row;
      justify-content: start; } }
  @media (max-width: 767px) {
    .tes-company-logo {
      justify-content: center; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .tes-company-logo {
      justify-content: start; } }
  .tes-company-logo .item {
    overflow: hidden;
    display: inline-block;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .tes-company-logo .item {
        width: 48%; } }

.blog-item {
  gap: 68px; }
  .blog-item .xb-item--author {
    transform: translateY(10px); }
  .blog-item .xb-item--avater {
    margin-right: 16px; }
  .blog-item .xb-item--desig {
    font-size: 24px;
    font-weight: 600;
    color: var(--color-secondary); }
  .blog-item .xb-item--date {
    font-size: 30px;
    margin-top: 25px;
    display: inline-block;
    color: var(--color-secondary); }
  .blog-item .xb-item--title {
    font-size: 40px;
    margin-bottom: 22px;
    color: var(--color-secondary); }
    .blog-item .xb-item--title a {
      color: currentColor; }
    @media (max-width: 1199px) {
      .blog-item .xb-item--title {
        font-size: 30px; } }
  .blog-item .xb-item--content {
    max-width: 634px;
    text-transform: capitalize;
    color: var(--color-secondary); }
  .blog-item .xb-item--holder {
    flex-basis: 0;
    flex-grow: 1;
    padding-right: 210px; }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .blog-item .xb-item--holder {
        padding-right: 180px; } }
    @media (max-width: 1199px) {
      .blog-item .xb-item--holder {
        padding-right: 172px; } }
    @media (max-width: 991px) {
      .blog-item .xb-item--holder {
        flex-grow: unset;
        flex-basis: unset;
        padding-right: 0; } }

.blog-nav-item {
  margin-top: 60px;
  border-bottom: 1px solid rgba(50, 8, 117, 0.5); }
  .blog-nav-item img {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px; }
  .blog-nav-item .xb-meta {
    margin: 30px 0 22px; }
    .blog-nav-item .xb-meta .xb-view {
      gap: 48px; }
    .blog-nav-item .xb-meta ul li {
      color: var(--color-secondary); }

.blog-wrap .blog-slide-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #310875;
  border: 1px solid #310875;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #dbfbff; }
  @media (max-width: 767px) {
    .blog-wrap .blog-slide-btn {
      width: 50px;
      height: 50px;
      top: auto;
      bottom: -85px;
      right: 35%; } }
  .blog-wrap .blog-slide-btn i {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .blog-wrap .blog-slide-btn:hover {
    background: #310875; }
    .blog-wrap .blog-slide-btn:hover i {
      color: var(--color-white); }
.blog-wrap .xb-swiper-button-prev {
  right: 86px; }
  @media (max-width: 767px) {
    .blog-wrap .xb-swiper-button-prev {
      right: 52%; } }

.ps-blog-item .xb-item--img {
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px; }
  .ps-blog-item .xb-item--img::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1; }
  .ps-blog-item .xb-item--img img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.3s ease-out; }
.ps-blog-item .xb-item--meta {
  gap: 35px;
  margin: 16px 0 20px; }
  .ps-blog-item .xb-item--meta li {
    color: #0d0d0d;
    position: relative; }
    .ps-blog-item .xb-item--meta li::before {
      position: absolute;
      content: '|';
      right: -19px;
      top: 8px;
      font-size: 5px;
      height: 18px;
      background: #000; }
    .ps-blog-item .xb-item--meta li:last-child::before {
      display: none; }
.ps-blog-item .xb-item--title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #0d0d0d;
  text-transform: initial; }
  .ps-blog-item .xb-item--title a {
    color: currentColor; }
.ps-blog-item:hover .xb-item--img::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent; }
.ps-blog-item:hover .xb-item--img img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02); }

.blog-item-heading {
  padding-bottom: 31px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5); }

.blog-big-item:not(:last-child) {
  margin-bottom: 90px; }
.blog-big-item .xb-item--img {
  overflow: hidden;
  display: inline-block; }
  .blog-big-item .xb-item--img img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
.blog-big-item .xb-item--date {
  font-size: 24px;
  font-weight: 400;
  color: var(--color-black);
  font-family: var(--font-default); }
.blog-big-item .xb-item--title {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  margin: 30px 0 35px;
  color: var(--color-black); }
  @media (max-width: 1199px) {
    .blog-big-item .xb-item--title {
      font-size: 32px; } }
  @media (max-width: 767px) {
    .blog-big-item .xb-item--title {
      font-size: 28px;
      line-height: 45px; } }
  .blog-big-item .xb-item--title a {
    color: currentColor; }
.blog-big-item .xb-item--read-btn {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #2a7d66;
  text-transform: capitalize; }
  @media (max-width: 1199px) {
    .blog-big-item .xb-item--read-btn {
      font-size: 25px; } }
.blog-big-item .xb-item--holder {
  margin-top: 30px; }
.blog-big-item:hover .xb-item--img img {
  transform: scale(1.03); }

.blog-small-item .xb-item--date {
  font-size: 14px; }
.blog-small-item .xb-item--title {
  font-size: 18px;
  line-height: 26px;
  margin: 8px 0 25px; }
.blog-small-item .xb-item--read-btn {
  font-size: 14px; }
.blog-small-item .xb-item--holder {
  margin-top: 6px; }
  @media (max-width: 767px) {
    .blog-small-item .xb-item--holder {
      padding-right: 80px; } }

.blog-testimonial .xb-item--content {
  font-size: 30px;
  display: inline-flex;
  margin: 40px 0 60px;
  line-height: 40px;
  color: var(--color-white);
  text-transform: capitalize; }
  @media (max-width: 991px) {
    .blog-testimonial .xb-item--content {
      font-size: 25px; } }
.blog-testimonial .xb-item--avatar {
  margin-right: 16px;
  border: 1px solid #a1992b;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px; }
.blog-testimonial .xb-item--name {
  font-size: 24px;
  font-weight: 500;
  color: var(--color-white); }
.blog-testimonial .xb-item--date {
  color: var(--color-white);
  font-family: var(--font-default); }

.blog_details_content {
  margin-right: 10px; }
  .blog_details_content p {
    color: var(--color-black);
    text-transform: initial; }

.blog_details_item .xb-item--post-meta {
  margin: 12px 0 20px; }
  .blog_details_item .xb-item--post-meta li {
    color: var(--color-black); }
    @media (max-width: 767px) {
      .blog_details_item .xb-item--post-meta li {
        font-size: 16px; } }
    .blog_details_item .xb-item--post-meta li img {
      margin-right: 10px; }
  .blog_details_item .xb-item--post-meta ul {
    gap: 32px; }

.image_block a {
  overflow: hidden;
  display: inline-block; }
  .image_block a img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .image_block a:hover img {
    transform: scale(1.03); }

.comments_list {
  gap: 45px; }
  .comments_list > li .comments_list {
    gap: 40px;
    padding: 43px  0 0 105px; }
    @media (max-width: 767px) {
      .comments_list > li .comments_list {
        padding: 43px 0 0 60px; } }

.comment_item {
  gap: 30px;
  display: flex; }
  @media (max-width: 767px) {
    .comment_item {
      flex-direction: column; } }
  .comment_item .comment_author_thumbnail {
    width: 80px;
    height: 80px;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 100%; }
  .comment_item .comment_author_content {
    position: relative; }
  .comment_item .comment_author_name {
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 25px;
    color: #0d0d0d;
    letter-spacing: -0.02em;
    text-transform: capitalize; }
  .comment_item .comment_time {
    line-height: 1;
    font-size: 16px;
    margin-bottom: 20px; }
  .comment_item .comment_reply_btn {
    top: 0;
    right: 0;
    font-size: 20px;
    font-weight: 500;
    color: #2a7d66;
    position: absolute;
    letter-spacing: -0.01em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 767px) {
      .comment_item .comment_reply_btn {
        position: static;
        margin-top: 15px;
        display: inline-block; } }
    .comment_item .comment_reply_btn:hover {
      text-decoration: underline; }

.service__blockchain .accordion.block {
  border-top: 1px solid rgba(0, 0, 0, 0.5); }
  .service__blockchain .accordion.block:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
  .service__blockchain .accordion.block .acc-btn {
    cursor: pointer;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    padding: 60px 0 40px;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .service__blockchain .accordion.block .acc-btn {
        flex-wrap: nowrap; } }
    @media (max-width: 767px) {
      .service__blockchain .accordion.block .acc-btn {
        flex-wrap: wrap;
        gap: 33px; } }
    .service__blockchain .accordion.block .acc-btn .heading {
      font-size: 40px; }
    @media (max-width: 991px) {
      .service__blockchain .accordion.block .acc-btn .holder p {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .service__blockchain .accordion.block .acc-btn .holder p {
        margin-right: -20px; } }
    .service__blockchain .accordion.block .acc-btn .arrow {
      width: 48px;
      height: 60px;
      position: relative;
      border-radius: 24px;
      -webkit-border-radius: 24px;
      -moz-border-radius: 24px;
      -ms-border-radius: 24px;
      -o-border-radius: 24px;
      background: transparent;
      border: 1px solid #0d0d0d; }
      .service__blockchain .accordion.block .acc-btn .arrow::before {
        position: absolute;
        top: 50%;
        left: 50%;
        content: "\f063";
        font-size: 18px;
        font-weight: 300;
        font-family: "Font Awesome 6 Pro";
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        color: var(--color-heading);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .service__blockchain .accordion.block .acc-btn .heading {
      width: 48%;
      font-size: 40px; }
      @media (max-width: 1199px) {
        .service__blockchain .accordion.block .acc-btn .heading {
          font-size: 29px; } }
      @media (max-width: 767px) {
        .service__blockchain .accordion.block .acc-btn .heading {
          width: 100%;
          font-size: 26px; } }
      .service__blockchain .accordion.block .acc-btn .heading span {
        font-size: 30px;
        margin-right: 12px;
        color: var(--color-black); }
        @media (max-width: 1199px) {
          .service__blockchain .accordion.block .acc-btn .heading span {
            font-size: 20px; } }
    .service__blockchain .accordion.block .acc-btn .holder a {
      font-size: 20px;
      font-weight: 700;
      color: #2a7d66;
      display: block;
      margin-top: 50px;
      text-decoration: underline; }
      @media (max-width: 767px) {
        .service__blockchain .accordion.block .acc-btn .holder a {
          margin-top: 25px; } }
  .service__blockchain .accordion.block .acc_body {
    display: none;
    margin-top: 20px; }
    .service__blockchain .accordion.block .acc_body.current {
      display: block; }
  .service__blockchain .accordion.block.active-block .acc-btn .arrow {
    border: none;
    background: #24572f; }
    .service__blockchain .accordion.block.active-block .acc-btn .arrow::before {
      content: "\f063";
      top: 15px;
      left: 18px;
      color: var(--color-white);
      transform: rotate(180deg); }

.ser-faq-top .xb-content {
  display: inline-block; }

.xb-faq-left {
  gap: 313px;
  display: flex;
  flex-direction: column; }
  @media (max-width: 991px) {
    .xb-faq-left {
      gap: 30px; } }
  .xb-faq-left .xb-item--title {
    font-size: 30px;
    margin-bottom: 22px;
    color: var(--color-black); }

.faq__blockchain .accordion_box .block {
  margin-bottom: 28px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
  .faq__blockchain .accordion_box .block .acc-btn {
    font-size: 28px;
    font-weight: 400;
    padding: 25px 30px 25px 0;
    cursor: pointer;
    letter-spacing: -0.01em;
    font-family: var(--font-heading); }
    @media (max-width: 1199px) {
      .faq__blockchain .accordion_box .block .acc-btn {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .faq__blockchain .accordion_box .block .acc-btn {
        font-size: 24px; } }
    .faq__blockchain .accordion_box .block .acc-btn .arrow {
      position: absolute;
      right: 24px;
      top: 26px; }
      .faq__blockchain .accordion_box .block .acc-btn .arrow::before {
        font-size: 28px;
        content: "\f067";
        font-weight: 300;
        position: absolute;
        color: var(--color-black);
        font-family: "Font Awesome 6 Pro";
        -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .faq__blockchain .accordion_box .block.active-block .acc-btn .arrow::before {
    content: "\f068";
    transform: rotate(180deg); }
  .faq__blockchain .accordion_box .block .acc_body {
    display: none;
    position: relative;
    padding-bottom: 15px; }
    .faq__blockchain .accordion_box .block .acc_body.current {
      display: block; }

.faq-left-content {
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px; }
  .faq-left-content img {
    width: 100%; }

.ps-faq {
  margin-left: 18px; }
  @media (max-width: 991px) {
    .ps-faq {
      margin-left: 0; } }
  .ps-faq .accordion_box {
    padding: 30px 30px 37px;
    background: var(--color-white);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px; }
    @media (max-width: 767px) {
      .ps-faq .accordion_box {
        padding: 30px 20px 37px; } }
    .ps-faq .accordion_box .block {
      color: #0d0d0d;
      padding-left: 20px;
      padding-right: 37px;
      margin-bottom: 0;
      padding-bottom: 25px;
      border-bottom: none; }
      .ps-faq .accordion_box .block::before {
        position: absolute;
        content: '';
        left: 49%;
        bottom: 0;
        height: 1px;
        width: 91%;
        background: rgba(0, 0, 0, 0.5);
        transform: translateX(-50%); }
      .ps-faq .accordion_box .block .acc-btn {
        font-size: 30px;
        font-weight: 500;
        padding: 35px 0 16px; }
        @media (max-width: 767px) {
          .ps-faq .accordion_box .block .acc-btn {
            font-size: 24px; } }
        .ps-faq .accordion_box .block .acc-btn .number {
          font-size: 20px;
          margin-right: 55px; }
          @media (max-width: 767px) {
            .ps-faq .accordion_box .block .acc-btn .number {
              margin-right: 15px; } }
        .ps-faq .accordion_box .block .acc-btn .arrow {
          position: absolute;
          right: 60px;
          top: 26px; }
          @media (max-width: 767px) {
            .ps-faq .accordion_box .block .acc-btn .arrow {
              top: 37px;
              right: 45px; } }
          .ps-faq .accordion_box .block .acc-btn .arrow::before {
            font-size: 28px;
            content: "\f106";
            font-weight: 300;
            color: #0d0d0d;
            transform: rotate(180deg); }
      .ps-faq .accordion_box .block .acc_body {
        padding-left: 92px;
        display: none;
        position: relative;
        padding-bottom: 14px; }
        @media (max-width: 767px) {
          .ps-faq .accordion_box .block .acc_body {
            padding-left: 42px; } }
        .ps-faq .accordion_box .block .acc_body.current {
          display: block; }
      .ps-faq .accordion_box .block.active-block {
        background: #0a55c7;
        color: var(--color-white);
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px; }
        .ps-faq .accordion_box .block.active-block::before {
          display: none; }
        .ps-faq .accordion_box .block.active-block .acc-btn .arrow::before {
          content: "\f106";
          color: var(--color-white);
          transform: rotate(0deg); }

.item_details_heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 25px;
  padding-right: 50px;
  letter-spacing: -0.01em; }
  @media (max-width: 991px) {
    .item_details_heading {
      font-size: 35px;
      padding-right: 0; } }
  @media (max-width: 767px) {
    .item_details_heading {
      font-size: 30px; } }

.blog-details_heading {
  font-size: 30px;
  font-weight: 400; }
  @media (max-width: 767px) {
    .blog-details_heading {
      font-size: 25px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details_heading {
      font-size: 28px; } }

.blog-details_item {
  margin-top: 43px; }

.blog-tag_social-content {
  padding: 50px 0 40px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3; }
  .blog-tag_social-content .tags_block li a {
    font-weight: 500;
    border: 1px solid #f3f3f3;
    background: var(--color-white); }

.social_icons_block {
  gap: 10px; }
  .social_icons_block li a {
    height: 32px;
    width: 32px;
    font-weight: 400;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    color: var(--color-heading);
    background: var(--color-white);
    box-shadow: 0 8px 15px 0 rgba(220, 220, 220, 0.25); }
    .social_icons_block li a svg {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .social_icons_block li a:hover {
      color: var(--color-white);
      background: linear-gradient(180deg, #2a7d66 0%, rgba(86, 200, 162, 0.99) 100%); }
      .social_icons_block li a:hover svg {
        filter: brightness(10000%); }

.xb-details-content-wrap .item_details_heading {
  margin-bottom: 60px; }
.xb-details-content-wrap p {
  color: #0d0d0d;
  text-transform: capitalize; }
  .xb-details-content-wrap p a {
    color: #2a7d66;
    font-weight: 600;
    font-style: italic;
    text-transform: lowercase; }

.xb-details-content-item {
  margin-top: 40px; }
  .xb-details-content-item .blog-details_heading {
    margin-bottom: 25px; }
  .xb-details-content-item .xb-item--information:not(:last-child) {
    margin-bottom: 33px; }
  .xb-details-content-item .xb-item--title {
    font-size: 24px;
    color: #0d0d0d;
    margin-bottom: 5px;
    text-transform: capitalize; }
  .xb-details-content-item .xb-item--content {
    font-size: 18px;
    color: #0d0d0d;
    text-transform: capitalize; }
  .xb-details-content-item .xb-item--list {
    padding-left: 27px; }
    .xb-details-content-item .xb-item--list li {
      font-size: 18px;
      color: #0d0d0d;
      text-transform: capitalize; }

.xb-contact-information-item {
  gap: 20px;
  padding: 40px 30px;
  min-height: 190px;
  background: var(--color-white); }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .xb-contact-information-item {
      padding: 40px 12px;
      flex-wrap: nowrap; } }
  @media (max-width: 1199px) {
    .xb-contact-information-item {
      gap: 25px;
      padding: 40px 25px;
      text-align: center;
      justify-content: center; } }
  @media (max-width: 991px) {
    .xb-contact-information-item {
      text-align: start;
      justify-content: start; } }
  @media (max-width: 767px) {
    .xb-contact-information-item {
      gap: 20px;
      padding: 40px 15px; } }
  .xb-contact-information-item .xb-item--icon {
    height: 82px;
    width: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: linear-gradient(180deg, #2a7d66 0%, #56c8a2 100%); }
  .xb-contact-information-item .xb-item--con-method {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 5px; }
  .xb-contact-information-item .xb-item--number {
    color: #0d0d0d;
    text-transform: lowercase; }

.contact-form {
  background: #f3f3f3;
  padding: 52px 60px 60px; }
  @media (max-width: 767px) {
    .contact-form {
      padding: 52px 30px 60px; } }
  .contact-form .input-field {
    margin-bottom: 15px; }
    .contact-form .input-field input {
      height: 70px;
      background: #fff;
      border: 1px solid #fff; }
      .contact-form .input-field input:focus {
        border: 1px solid rgba(34, 85, 48, 0.5); }
    .contact-form .input-field label {
      font-size: 21px;
      margin-bottom: 10px; }
  .contact-form .form-check {
    margin-top: 18px;
    padding-left: 10px;
    display: inline-flex; }
    .contact-form .form-check .form-check-label {
      flex-grow: 1;
      flex-basis: 0;
      transform: translateY(-2px); }
      .contact-form .form-check .form-check-label a {
        font-weight: 700;
        color: var(--color-heading); }
    .contact-form .form-check .form-check-input {
      margin-left: 0;
      margin-right: 10px;
      border-radius: 0; }
      .contact-form .form-check .form-check-input:focus {
        box-shadow: none; }
  .contact-form--two {
    padding: 60px 80px 80px;
    background: #fff;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px; }
    @media (max-width: 767px) {
      .contact-form--two {
        padding: 47px 30px 55px; } }
    .contact-form--two .title {
      font-size: 40px;
      text-align: center;
      margin-bottom: 32px;
      text-transform: capitalize; }
      @media (max-width: 991px) {
        .contact-form--two .title {
          font-size: 32px; } }
      @media (max-width: 767px) {
        .contact-form--two .title {
          font-size: 28px; } }
    .contact-form--two .input-field {
      margin-bottom: 22px; }
      @media (max-width: 767px) {
        .contact-form--two .input-field {
          margin-bottom: 15px; } }
      .contact-form--two .input-field input {
        height: 60px;
        background: #f6f6f6;
        border: 1px solid #f3f3f3;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        color: var(--color-secondary); }
        .contact-form--two .input-field input:focus {
          border: 1px solid rgba(50, 8, 117, 0.5); }
      .contact-form--two .input-field label {
        font-size: 20px;
        font-weight: 400;
        color: var(--color-secondary); }
    .contact-form--two .contact-btn button {
      z-index: 1;
      width: 100%;
      font-size: 18px;
      font-weight: 700;
      padding: 14px 20px;
      letter-spacing: 0;
      position: relative;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      color: var(--color-black);
      border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      background: var(--color-primary); }
      .contact-form--two .contact-btn button:hover {
        color: var(--color-white);
        background: var(--color-secondary); }

.contact-btn button {
  padding: 25px 133px; }
  @media (max-width: 767px) {
    .contact-btn button {
      padding: 25px 100px; } }
  .contact-btn button i {
    margin-left: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .contact-btn button:hover i {
    transform: translateX(4px); }

.contact-overlay {
  z-index: 1;
  position: relative; }
  .contact-overlay::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(49, 8, 117, 0.05) 0%, #310875 100%); }

.about-contact-form {
  padding: 40px 50px 50px;
  background: #24572f; }
  @media (max-width: 767px) {
    .about-contact-form {
      padding: 40px 20px 50px; } }
  .about-contact-form .heading_block .heading_text {
    font-size: 32px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--color-white); }
    @media (max-width: 991px) {
      .about-contact-form .heading_block .heading_text {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .about-contact-form .heading_block .heading_text {
        font-size: 24px; } }
  .about-contact-form .heading_block .heading_description {
    font-size: 16px;
    margin: 5px 0 22px;
    letter-spacing: -0.02em;
    color: var(--color-white); }
  .about-contact-form .input-field {
    margin-bottom: 20px; }
    .about-contact-form .input-field input,
    .about-contact-form .input-field textarea {
      height: 60px;
      padding: 20px;
      font-size: 16px;
      font-weight: 500;
      background: #fff;
      border: none; }
      .about-contact-form .input-field input::-webkit-input-placeholder,
      .about-contact-form .input-field textarea::-webkit-input-placeholder {
        color: rgba(13, 13, 13, 0.5);
        opacity: 1; }
      .about-contact-form .input-field input::-moz-placeholder,
      .about-contact-form .input-field textarea::-moz-placeholder {
        color: rgba(13, 13, 13, 0.5);
        opacity: 1; }
      .about-contact-form .input-field input:-ms-input-placeholder,
      .about-contact-form .input-field textarea:-ms-input-placeholder {
        color: rgba(13, 13, 13, 0.5);
        opacity: 1; }
      .about-contact-form .input-field input:-moz-placeholder,
      .about-contact-form .input-field textarea:-moz-placeholder {
        color: rgba(13, 13, 13, 0.5);
        opacity: 1; }
      .about-contact-form .input-field input:focus,
      .about-contact-form .input-field textarea:focus {
        box-shadow: none; }
    .about-contact-form .input-field label {
      font-size: 21px;
      margin-bottom: 10px;
      color: var(--color-white); }
    .about-contact-form .input-field textarea {
      height: 156px;
      border-radius: 0;
      padding: 24px 20px; }
  .about-contact-form .form-save_information {
    gap: 10px;
    display: flex; }
    .about-contact-form .form-save_information input {
      border-radius: 0;
      border: 1px solid #fff;
      background-color: transparent; }
    .about-contact-form .form-save_information .form-check-input {
      width: 14px;
      height: 14px;
      overflow: hidden;
      transform: translateY(5px); }
      .about-contact-form .form-save_information .form-check-input:checked {
        background-size: 10px;
        background-color: transparent;
        background-image: url("../img/icon/check02.svg"); }
      .about-contact-form .form-save_information .form-check-input:focus {
        box-shadow: none; }
    .about-contact-form .form-save_information label {
      font-size: 16px;
      flex-grow: 1;
      flex-basis: 0;
      color: var(--color-white); }
  .about-contact-form .btn[type=submit] {
    font-size: 18px;
    font-weight: 600;
    border-radius: 0;
    padding: 15.5px 40px;
    background: #a1992b;
    text-transform: capitalize;
    color: var(--color-black);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .about-contact-form .btn[type=submit] i {
      margin-left: 5px;
      font-weight: 500;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .about-contact-form .btn[type=submit]:hover {
      background: var(--color-white); }
      .about-contact-form .btn[type=submit]:hover i {
        transform: translateX(3px); }

.item-contact_info {
  margin-right: 20px;
  padding: 40px 50px 48px;
  background: var(--color-primary); }
  @media (max-width: 991px) {
    .item-contact_info {
      margin-left: 0; } }
  .item-contact_info .xb-item--hotline li {
    display: block;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 19px;
    color: #0d0d0d; }
    .item-contact_info .xb-item--hotline li svg {
      margin-right: 2px; }
  .item-contact_info .xb-item--top {
    margin-bottom: 38px;
    border-bottom: 1px solid #0d0d0d; }
  .item-contact_info .xb-item--title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 23px; }
  .item-contact_info .breack-line {
    margin: 35px 0 23px; }
  .item-contact_info .contact-mail {
    font-weight: 400;
    font-size: 30px;
    color: #0d0d0d;
    margin-top: 18px;
    letter-spacing: 0.23em;
    display: inline-block; }
    @media (max-width: 1199px) {
      .item-contact_info .contact-mail {
        font-size: 22px;
        font-weight: 500; } }
    @media (max-width: 767px) {
      .item-contact_info .contact-mail {
        font-size: 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .item-contact_info .contact-mail {
        font-size: 30px;
        font-weight: 400; } }

.contact-info_widget:not(:last-child) {
  margin-bottom: 34px; }
.contact-info_widget:nth-child(4) {
  padding-top: 23px;
  border-top: 1px solid #0d0d0d; }
.contact-info_widget .xb-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  color: #0d0d0d; }
.contact-info_widget .xb-location {
  font-size: 16px;
  color: #0d0d0d;
  line-height: 26px; }

.item-contact_info .xb-social_media {
  margin: 40px 0 30px; }
  .item-contact_info .xb-social_media .social-link {
    gap: 10px; }
    .item-contact_info .xb-social_media .social-link li a {
      height: 45px;
      width: 45px;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      color: var(--color-white);
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      background: var(--color-white); }
      .item-contact_info .xb-social_media .social-link li a::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        opacity: 1;
        z-index: -1;
        border-radius: inherit;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        background: linear-gradient(191deg, #2a7d66 0%, #a1992b 100%); }
      .item-contact_info .xb-social_media .social-link li a:hover {
        color: #0D0D0D; }
        .item-contact_info .xb-social_media .social-link li a:hover::before {
          opacity: 0; }

.xb-main-contact {
  background: none;
  padding-left: 49px;
  margin-top: -10px; }
  @media (max-width: 991px) {
    .xb-main-contact {
      margin-top: 0;
      padding-left: 0; } }
  .xb-main-contact .form-heading .title {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-transform: initial;
    color: #0d0d0d; }
    @media (max-width: 991px) {
      .xb-main-contact .form-heading .title {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .xb-main-contact .form-heading .title {
        font-size: 24px; } }
  .xb-main-contact .form-heading .content {
    color: #0d0d0d;
    margin: 23px 0 35px; }
  .xb-main-contact .xb-contact-input-form .xb-input-field {
    margin-bottom: 22px; }
    .xb-main-contact .xb-contact-input-form .xb-input-field input,
    .xb-main-contact .xb-contact-input-form .xb-input-field select,
    .xb-main-contact .xb-contact-input-form .xb-input-field textarea {
      height: 60px;
      padding: 20px;
      font-size: 16px;
      font-weight: 500;
      border-radius: 0;
      background: #f3f3f3;
      border: 1px solid transparent; }
      .xb-main-contact .xb-contact-input-form .xb-input-field input::-webkit-input-placeholder,
      .xb-main-contact .xb-contact-input-form .xb-input-field select::-webkit-input-placeholder,
      .xb-main-contact .xb-contact-input-form .xb-input-field textarea::-webkit-input-placeholder {
        color: rgba(13, 13, 13, 0.5);
        opacity: 1; }
      .xb-main-contact .xb-contact-input-form .xb-input-field input::-moz-placeholder,
      .xb-main-contact .xb-contact-input-form .xb-input-field select::-moz-placeholder,
      .xb-main-contact .xb-contact-input-form .xb-input-field textarea::-moz-placeholder {
        color: rgba(13, 13, 13, 0.5);
        opacity: 1; }
      .xb-main-contact .xb-contact-input-form .xb-input-field input:-ms-input-placeholder,
      .xb-main-contact .xb-contact-input-form .xb-input-field select:-ms-input-placeholder,
      .xb-main-contact .xb-contact-input-form .xb-input-field textarea:-ms-input-placeholder {
        color: rgba(13, 13, 13, 0.5);
        opacity: 1; }
      .xb-main-contact .xb-contact-input-form .xb-input-field input:-moz-placeholder,
      .xb-main-contact .xb-contact-input-form .xb-input-field select:-moz-placeholder,
      .xb-main-contact .xb-contact-input-form .xb-input-field textarea:-moz-placeholder {
        color: rgba(13, 13, 13, 0.5);
        opacity: 1; }
      .xb-main-contact .xb-contact-input-form .xb-input-field input:focus,
      .xb-main-contact .xb-contact-input-form .xb-input-field select:focus,
      .xb-main-contact .xb-contact-input-form .xb-input-field textarea:focus {
        box-shadow: none;
        background: #fff;
        border-color: rgba(34, 85, 48, 0.5); }
    .xb-main-contact .xb-contact-input-form .xb-input-field label {
      font-size: 21px;
      margin-bottom: 10px;
      letter-spacing: -0.02em;
      color: var(--color-black); }
    .xb-main-contact .xb-contact-input-form .xb-input-field textarea {
      height: 137px;
      border-radius: 0;
      padding: 24px 20px; }
      .xb-main-contact .xb-contact-input-form .xb-input-field textarea::-webkit-input-placeholder {
        color: #0d0d0d;
        opacity: 1; }
      .xb-main-contact .xb-contact-input-form .xb-input-field textarea::-moz-placeholder {
        color: #0d0d0d;
        opacity: 1; }
      .xb-main-contact .xb-contact-input-form .xb-input-field textarea:-ms-input-placeholder {
        color: #0d0d0d;
        opacity: 1; }
      .xb-main-contact .xb-contact-input-form .xb-input-field textarea:-moz-placeholder {
        color: #0d0d0d;
        opacity: 1; }
    .xb-main-contact .xb-contact-input-form .xb-input-field .nice-select {
      border-radius: 0;
      padding-left: 20px; }
  .xb-main-contact .contact-btn {
    margin-top: 5px; }
    .xb-main-contact .contact-btn button {
      width: 100%; }

.gmap_canvas iframe {
  width: 100%;
  height: 550px;
  display: block; }

.sec-title .title {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--color-heading); }
  @media (max-width: 1199px) {
    .sec-title .title {
      font-size: 48px; } }
  @media (max-width: 767px) {
    .sec-title .title {
      font-size: 38px; } }
  .sec-title .title span {
    color: #24572f; }
.sec-title .xb-title {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--color-white); }
  @media (max-width: 1199px) {
    .sec-title .xb-title {
      font-size: 48px; } }
  @media (max-width: 991px) {
    .sec-title .xb-title {
      font-size: 43px; } }
  @media (max-width: 767px) {
    .sec-title .xb-title {
      font-size: 35px; } }
  .sec-title .xb-title span {
    color: #a1992b; }
.sec-title--two .title {
  font-weight: 700;
  font-size: 60px;
  color: var(--color-white);
  font-family: var(--font-heading);
  text-transform: initial; }
  @media (max-width: 1199px) {
    .sec-title--two .title {
      font-size: 50px; } }
  @media (max-width: 991px) {
    .sec-title--two .title {
      font-size: 45px; } }
  @media (max-width: 767px) {
    .sec-title--two .title {
      font-size: 33px; } }
.sec-title--two .sub_title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 17px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--color-primary); }
.sec-title--three .sub_title {
  font-size: 14px;
  color: #0d0d0d;
  display: ruby-base;
  margin-bottom: 28px;
  padding: 4.5px 24px 4.5px 29px;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  text-transform: uppercase;
  background: var(--color-primary-two); }
.sec-title--three .title {
  font-size: 60px;
  text-transform: initial;
  color: var(--color-white); }
  @media (max-width: 1199px) {
    .sec-title--three .title {
      font-size: 50px; } }
  @media (max-width: 767px) {
    .sec-title--three .title {
      font-size: 40px; } }
.sec-title--three .content {
  font-size: 30px;
  color: #0d0d0d;
  line-height: 40px;
  max-width: 833px;
  text-transform: initial;
  display: block; }

.about-sec-conent {
  max-width: 858px;
  margin-top: 25px;
  display: inline-block; }
  .about-sec-conent a {
    font-weight: 700;
    color: var(--color-black); }

/*----------------------------------------*/
/*  29. search
/*----------------------------------------*/
.header-search-form-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 400px;
  z-index: 9999;
  background-color: #fff;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-end; }
  @media (max-width: 767px) {
    .header-search-form-wrapper {
      height: 200px; } }

.header-search-form-wrapper.open {
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-start;
  transform: translate3d(0, 0, 0); }

.header-search-form-wrapper .search-form {
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }

.header-search-form-wrapper .search-form input[type="search"] {
  height: 65px;
  line-height: 65px;
  font-size: 28px;
  background-color: transparent;
  text-align: left;
  color: balck;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  border-radius: 0;
  width: 100%;
  color: #000;
  padding-right: 50px; }
  @media (max-width: 767px) {
    .header-search-form-wrapper .search-form input[type="search"] {
      height: 45px;
      line-height: 50px;
      font-size: 18px; } }

.header-search-form-wrapper .search-form input[type="search"]::placeholder {
  color: #a4a4a4;
  opacity: 1; }

.header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder {
  color: #a4a4a4; }

.header-search-form-wrapper .search-form input[type="search"]::-ms-input-placeholder {
  color: #a4a4a4; }

.header-search-form-wrapper .search-submit {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: 0;
  right: 0;
  background-color: transparent;
  color: #9F9F9F;
  font-size: 24px; }
  @media (max-width: 767px) {
    .header-search-form-wrapper .search-submit {
      height: 35px;
      font-size: 20px; } }

.header-search-form-wrapper .xb-search-close {
  background: #cccccc45;
  width: 54px;
  height: 54px;
  border-width: 18px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2; }
  .header-search-form-wrapper .xb-search-close::before, .header-search-form-wrapper .xb-search-close::after {
    background-color: var(--color-black); }
  @media (max-width: 767px) {
    .header-search-form-wrapper .xb-search-close {
      width: 50px;
      height: 50px;
      background-color: transparent; } }

.header-search-container {
  width: 100%;
  height: 100%;
  max-width: 1170px;
  border: 0;
  padding: 0;
  background: 0 0;
  transform: translate3d(0, calc(100% - 100px), 0);
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
  margin: auto;
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 1199px) {
    .header-search-container {
      padding: 0 50px; } }
  @media (max-width: 767px) {
    .header-search-container {
      padding: 0 15px; } }

.header-search-form-wrapper.open .header-search-container {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible; }

form.search-form .search-submit {
  position: absolute;
  top: 7px;
  right: -9px;
  height: 100%;
  width: 50px;
  font-size: 18px; }

.sidebar .sidebar_widget:not(:last-child) {
  margin-bottom: 47px; }

.widget {
  background: #f3f3f3;
  padding: 35px 30px; }
  .widget:not(:last-child) {
    margin-bottom: 40px !important; }
  .widget .form-groups {
    margin-bottom: 5px;
    position: relative; }
    .widget .form-groups input {
      height: 60px;
      background: #fff;
      border-radius: 0;
      border: none;
      padding: 10px 45px 10px 20px; }
      .widget .form-groups input::-webkit-input-placeholder {
        color: #000;
        opacity: 1; }
      .widget .form-groups input::-moz-placeholder {
        color: #000;
        opacity: 1; }
      .widget .form-groups input:-ms-input-placeholder {
        color: #000;
        opacity: 1; }
      .widget .form-groups input:-moz-placeholder {
        color: #000;
        opacity: 1; }
      .widget .form-groups input:focus {
        box-shadow: none; }
    .widget .form-groups .search_icon {
      position: absolute;
      top: 47%;
      right: 20px;
      transform: translateY(-50%); }

.sidebar_widget_title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 24px;
  letter-spacing: 0em;
  color: #0d0d0d; }

.category_list_block > li {
  padding-left: 25px; }
  .category_list_block > li:not(:last-child) {
    margin-bottom: 22px; }
  .category_list_block > li a {
    display: flex;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    align-items: center;
    color: var(--color-black);
    justify-content: space-between;
    font-family: var(--font-heading); }
    .category_list_block > li a span {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      display: flex;
      align-items: center;
      gap: 10px; }
      .category_list_block > li a span:first-child {
        transform: translateX(-24px); }
        .category_list_block > li a span:first-child i {
          opacity: 0;
          color: inherit;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          transform: rotate(-45deg); }
    .category_list_block > li a:hover span {
      color: #24572f; }
      .category_list_block > li a:hover span:first-child {
        transform: translateX(0); }
        .category_list_block > li a:hover span:first-child i {
          opacity: 1; }

.widget__post-item {
  gap: 20px;
  padding-right: 55px; }
  @media (max-width: 1199px) {
    .widget__post-item {
      padding-right: 0; } }
  .widget__post-item:not(:last-child) {
    margin-bottom: 20px; }
  .widget__post-item .post-content {
    flex-grow: 1;
    flex-basis: 0;
    transform: translateY(-6px); }
  .widget__post-item .post-date {
    font-size: 14px;
    font-weight: 400;
    color: #0d0d0d;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
  .widget__post-item .post-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 26.5px;
    color: #0d0d0d;
    letter-spacing: -0.02em; }
    .widget__post-item .post-title a {
      color: currentColor; }
  .widget__post-item .post-thumb a {
    overflow: hidden;
    display: inline-block; }
    .widget__post-item .post-thumb a img {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .widget__post-item:hover .post-thumb a img {
    transform: scale(1.03); }

.tags_block {
  margin-top: -6px;
  margin-left: -5px; }
  .tags_block li a {
    font-size: 14px;
    font-weight: 400;
    color: #0d0d0d;
    padding: 3px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    letter-spacing: -0.01em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: capitalize;
    background: var(--color-white); }
  .tags_block li:hover a {
    color: var(--color-white);
    background: linear-gradient(180deg, #2a7d66 0%, rgba(86, 200, 162, 0.99) 100%); }

/*----------------------------------------*/
/*  03. globel
/*----------------------------------------*/
@media (min-width: 1024px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px; } }
.residential_solar {
  color: var(--color-heading); }

.commercial_solar {
  color: var(--color-white);
  font-family: var(--font-heading); }
  .commercial_solar h1, .commercial_solar h2, .commercial_solar h3, .commercial_solar h4, .commercial_solar h5, .commercial_solar h6 {
    font-weight: 700;
    font-family: var(--font-heading); }

.power-solution {
  font-weight: 400;
  color: var(--color-white);
  font-family: var(--font-heading); }
  .power-solution h1, .power-solution h2, .power-solution h3, .power-solution h4, .power-solution h5, .power-solution h6 {
    font-weight: 400;
    font-family: var(--font-heading); }

.inner-page-style {
  color: var(--color-heading); }

.mxw_1660 {
  max-width: 1660px; }

@media (max-width: 991px) {
  .container.px-60 {
    padding-left: 15px;
    padding-right: 15px; } }

.g-15 {
  padding: 0 5px; }
  .g-15 > * {
    padding-left: 8px;
    padding-right: 8px; }

.g-50 {
  margin: 0 -25px; }
  .g-50 > * {
    padding-left: 25px;
    padding-right: 25px; }

.o-hidden {
  overflow: hidden; }

.o-clip {
  overflow: clip; }

.tagcloud, .tags-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: -10px; }
  .tagcloud a, .tags-links a {
    display: block;
    color: #5D6A83;
    border: 1px solid #EEE5E5;
    background-color: var(--color-white);
    min-height: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 500;
    padding: 4px 17px;
    margin: 7px;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
    .tagcloud a:hover, .tags-links a:hover {
      color: var(--color-white);
      background-color: var(--color-primary);
      border-color: var(--color-primary); }

.body-overlay {
  background-color: #000000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0s;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease; }

.tags-links a {
  min-height: 32px;
  padding: 2px 17px; }

.body-overlay.active {
  opacity: .5;
  visibility: visible; }

.post-tags li {
  font-size: 15px;
  text-transform: capitalize;
  position: relative; }
  .post-tags li:not(:first-child, :last-child) {
    margin-right: 11px;
    padding-right: 15px; }
    .post-tags li:not(:first-child, :last-child)::before {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 5px;
      height: 5px;
      background-color: var(--color-primary);
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      content: ""; }
  .post-tags li span {
    display: inline-block;
    background-color: var(--color-primary);
    padding: 0px 10px;
    line-height: 25px;
    color: var(--color-white);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-right: 12px; }
  .post-tags li a {
    color: var(--color-black); }
    .post-tags li a:hover {
      color: var(--color-black); }

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

body .mfp-wrap .mfp-container .mfp-content .mfp-close {
  padding: 0;
  right: 0;
  text-align: center;
  top: -36px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: var(--color-white);
  cursor: pointer;
  opacity: 1;
  font-size: 0;
  border: 9px solid transparent;
  position: absolute; }

body .mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close {
  top: 4px; }

body .mfp-wrap .mfp-container .mfp-content .mfp-close::before, body .mfp-wrap .mfp-container .mfp-content .mfp-close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #222; }

body .mfp-wrap .mfp-container .mfp-content .mfp-close::before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

body .mfp-wrap .mfp-container .mfp-content .mfp-close::after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::after {
  -webkit-transform: rotate(0);
  -khtml-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }

body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::after {
  -webkit-transform: rotate(0);
  -khtml-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }

.mfp-iframe-holder .mfp-content {
  max-width: 1170px; }

.xb-carousel-inner {
  margin: -30px; }

.xb-swiper-sliders {
  position: relative; }

.xb-swiper-container {
  overflow: hidden;
  padding: 30px; }

.xb-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.xb-swiper-slide:not(.swiper-slide-visible) {
  opacity: 0; }

.xb-swiper-slide {
  -webkit-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -khtml-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

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

.xb-overlay {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.xb-overlay-link {
  z-index: 1; }

.letter-spacing-0 {
  letter-spacing: 0; }

@media (max-width: 991px) {
  .margin-none-md {
    margin-bottom: 0; } }

@media (max-width: 767px) {
  .mb-30-xs {
    margin-bottom: 30px; } }

.br-20 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }

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

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

.ml-auto {
  margin-left: auto; }

.align-end {
  align-items: flex-end; }

.xb-hover-zoom:hover .xb-item--img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08); }
.xb-hover-zoom .xb-item--img {
  overflow: hidden; }
  .xb-hover-zoom .xb-item--img img {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }

.xb-law-swiper-arrow .xb-swiper-arrow {
  border: 1px solid rgba(255, 255, 255, 0.12);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--color-white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .xb-law-swiper-arrow .xb-swiper-arrow.xb-swiper-arrow-next {
    margin-left: 10px; }
  .xb-law-swiper-arrow .xb-swiper-arrow:hover, .xb-law-swiper-arrow .xb-swiper-arrow.xb-swiper-arrow-next {
    color: var(--color-law);
    background-color: var(--color-white); }

.xb-law-swiper-arrow-main-color .xb-swiper-arrow {
  background-color: var(--color-law);
  color: var(--color-white); }

.pagination-style1 {
  bottom: -60px; }
  .pagination-style1 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #162432; }
  .pagination-style1.style-white .swiper-pagination-bullet {
    background-color: var(--color-white); }

.text-12 {
  font-size: 12px; }

.text-24 {
  font-size: 24px; }

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

.hero-style-one {
  min-height: 1024px; }
  @media (max-width: 991px) {
    .hero-style-one {
      min-height: 960px; } }
  @media (max-width: 767px) {
    .hero-style-one {
      min-height: 850px; } }
  .hero-style-one .xb-hero_content {
    padding-top: 250px; }
    @media (max-width: 767px) {
      .hero-style-one .xb-hero_content {
        padding-top: 170px; } }
    .hero-style-one .xb-hero_content .xb-title {
      font-size: 90px;
      line-height: 110px;
      display: inline-block;
      color: var(--color-white); }
      @media (max-width: 1199px) {
        .hero-style-one .xb-hero_content .xb-title {
          font-size: 85px; } }
      @media only screen and (max-width: 1023px) {
        .hero-style-one .xb-hero_content .xb-title {
          font-size: 80px;
          line-height: 95px; } }
      @media (max-width: 991px) {
        .hero-style-one .xb-hero_content .xb-title {
          font-size: 65px;
          line-height: 85px; } }
      @media (max-width: 767px) {
        .hero-style-one .xb-hero_content .xb-title {
          font-size: 45px;
          line-height: 56px; } }
      .hero-style-one .xb-hero_content .xb-title span {
        color: #a1992b; }
    .hero-style-one .xb-hero_content .hero-btn {
      gap: 30px; }

.hero-style-two {
  padding: 170px 0 100px;
  min-height: 860px; }
  @media (max-width: 991px) {
    .hero-style-two {
      min-height: 800px; } }
  @media (max-width: 767px) {
    .hero-style-two {
      min-height: 655px;
      padding: 110px 0 100px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-style-two {
      padding: 170px 0 100px; } }
  .hero-style-two .xb-hero_content .content {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .hero-style-two .xb-hero_content .content {
        font-size: 24px; } }
  .hero-style-two .xb-hero_content .xb-title {
    font-size: 80px;
    font-weight: 800;
    letter-spacing: 0;
    margin-top: 20px;
    color: var(--color-white);
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .hero-style-two .xb-hero_content .xb-title {
        font-size: 70px; } }
    @media (max-width: 991px) {
      .hero-style-two .xb-hero_content .xb-title {
        font-size: 61px; } }
    @media (max-width: 767px) {
      .hero-style-two .xb-hero_content .xb-title {
        font-size: 40px; } }
  .hero-style-two .xb-hero_content .hero-btn {
    gap: 21px; }

.hero-style-three {
  z-index: 1;
  min-height: 1068px; }
  @media (max-width: 1199px) {
    .hero-style-three {
      min-height: 900px; } }
  @media (max-width: 767px) {
    .hero-style-three {
      min-height: 850px; } }
  .hero-style-three .xb-hero_content {
    position: absolute;
    bottom: 200px;
    left: 125px;
    max-width: 870px; }
    @media (max-width: 991px) {
      .hero-style-three .xb-hero_content {
        left: 60px;
        max-width: 655px; } }
    @media (max-width: 767px) {
      .hero-style-three .xb-hero_content {
        left: 20px;
        bottom: 160px; } }
    .hero-style-three .xb-hero_content .content {
      max-width: 633px;
      font-weight: 400;
      letter-spacing: -0.03em;
      text-transform: capitalize; }
    .hero-style-three .xb-hero_content .xb-title {
      font-size: 80px;
      font-weight: 600;
      margin-bottom: 40px;
      letter-spacing: -0.01em;
      color: var(--color-white);
      text-transform: initial; }
      @media (max-width: 991px) {
        .hero-style-three .xb-hero_content .xb-title {
          font-size: 60px; } }
      @media (max-width: 767px) {
        .hero-style-three .xb-hero_content .xb-title {
          font-size: 48px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .hero-style-three .xb-hero_content .xb-title {
          font-size: 50px; } }
      .hero-style-three .xb-hero_content .xb-title span {
        color: var(--color-primary-two); }
      .hero-style-three .xb-hero_content .xb-title img {
        transform: translateY(-18px); }
        @media (max-width: 767px) {
          .hero-style-three .xb-hero_content .xb-title img {
            max-width: 10%;
            transform: translateY(-11px); } }

.background_video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%; }
  .background_video video {
    width: 100%;
    height: 100%;
    object-fit: cover; }

/*----------------------------------------*/
/*  22. breadcrumb
/*----------------------------------------*/
.breadcrumb {
  min-height: 550px;
  padding: 120px 0;
  margin: 0;
  display: flex;
  align-items: center; }
  @media (max-width: 1199px) {
    .breadcrumb {
      min-height: 450px; } }
  @media (max-width: 767px) {
    .breadcrumb {
      padding: 100px 0;
      min-height: 400px;
      background-position: center left; } }
  .breadcrumb__content {
    padding-top: 150px; }
    @media (max-width: 1199px) {
      .breadcrumb__content {
        text-align: center; } }
    @media (max-width: 991px) {
      .breadcrumb__content {
        padding-top: 110px; } }
  .breadcrumb__title {
    font-size: 90px;
    font-weight: 600;
    margin-bottom: 9px;
    letter-spacing: 0em;
    color: var(--color-white); }
    @media (max-width: 1199px) {
      .breadcrumb__title {
        font-size: 60px; } }
    @media (max-width: 767px) {
      .breadcrumb__title {
        font-size: 36px; } }
  .breadcrumb__list {
    display: inline-block; }
    .breadcrumb__list li {
      font-size: 20px;
      font-weight: 700;
      position: relative;
      letter-spacing: 0em;
      display: inline-block;
      color: var(--color-white);
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .breadcrumb__list li {
          font-size: 16px; } }
      .breadcrumb__list li a {
        color: var(--color-dark); }
      .breadcrumb__list li.breadcrumb-item::before {
        color: var(--color-white); }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  margin-left: -5px; }
  .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 1px;
    content: var(--bs-breadcrumb-divider, "_"); }

.thm-btn {
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1px;
  padding: 10px 20px;
  border-style: none;
  align-self: center;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  justify-content: center;
  color: var(--color-white);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.residen-btn {
  border-radius: 0;
  padding: 22px 30px;
  letter-spacing: 0;
  border-radius: 0;
  color: #fff;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  background: var(--color-primary); }
  .residen-btn::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 0;
    background: #24572f;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .residen-btn img {
    margin-right: 10px;
    filter: brightness(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .residen-btn:hover {
    color: var(--color-white); }
    .residen-btn:hover img {
      filter: brightness(100); }
    .residen-btn:hover::before {
      width: 100%; }
  .residen-btn.pd-gradient {
    padding: 13.5px 30px; }
  .residen-btn--white-btn::before {
    background: var(--color-white); }
  .residen-btn--white-btn:hover {
    color: #2a7d66; }
  .residen-btn--glassy-btn {
    padding: 21px 30px;
    border: 1px solid #fff;
    color: var(--color-white);
    background: rgba(255, 255, 255, 0.11); }
    .residen-btn--glassy-btn::before {
      background: var(--color-white); }
    .residen-btn--glassy-btn:hover {
      color: #2a7d66; }

.commercial-btn {
  padding: 22px 56px;
  letter-spacing: 0;
  z-index: 1;
  position: relative;
  background: transparent;
  color: var(--color-black);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border: 2px solid #fff; }
  .commercial-btn::before {
    position: absolute;
    content: '';
    top: -2px;
    right: -4px;
    z-index: -1;
    width: 104%;
    height: 108%;
    border-radius: inherit;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid #a1992b;
    background: var(--color-primary); }
  .commercial-btn:hover::before {
    width: 0;
    opacity: 0; }
  .commercial-btn--border {
    border: 2px solid #fff;
    background: transparent;
    color: var(--color-white); }
    .commercial-btn--border::before {
      opacity: 0;
      width: 0; }
    .commercial-btn--border:hover {
      color: var(--color-black); }
      .commercial-btn--border:hover::before {
        width: 106%;
        opacity: 1; }

.power-btn {
  font-size: 18px;
  padding: 20px 35px;
  color: var(--color-black); }
  .power-btn::before {
    width: 104%;
    height: 108%;
    background: var(--color-primary-two);
    border: 2px solid var(--color-primary-two); }
  .power-btn img {
    margin-right: 9px;
    filter: brightness(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .power-btn:hover {
    color: var(--color-white); }
    .power-btn:hover img {
      filter: brightness(100%); }
  .power-btn--balck {
    color: var(--color-white); }
    .power-btn--balck::before {
      border: 2px solid #000;
      background: var(--color-black); }

.inner-contact-btn {
  padding: 13.5px 30px;
  transition: all 0.3s ease-out; }
  .inner-contact-btn svg {
    margin-right: 12px; }
    .inner-contact-btn svg path {
      transition: all 0.3s ease-out; }
  .inner-contact-btn:hover svg path {
    stroke: var(--color-white); }

/*----------------------------------------*/
/*  27. backtotop
/*----------------------------------------*/
.xb-backtotop {
  right: 30px;
  z-index: 999;
  bottom: 20px;
  position: fixed;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden; }
  .xb-backtotop.active {
    bottom: 40px;
    opacity: 1;
    visibility: visible; }
  .xb-backtotop .scroll {
    z-index: 1;
    width: 40px;
    height: 40px;
    display: block;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: var(--color-black);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: var(--color-primary); }
    .xb-backtotop .scroll:hover {
      margin-bottom: 4px; }
  .xb-backtotop.style-two .scroll {
    background: var(--color-primary);
    color: var(--color-heading); }
  .xb-backtotop.style-three .scroll {
    color: var(--color-heading);
    background: var(--color-primary-two); }

/*----------------------------------------*/
/*  19. mobile-menu
/*----------------------------------------*/
.xb-hamburger-menu {
  display: none; }
  @media (max-width: 991px) {
    .xb-hamburger-menu {
      display: block; } }

.xb-nav-mobile-button {
  position: relative;
  cursor: pointer;
  font-size: 23px;
  color: var(--color-dark); }

.xb-header-menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden; }

.xb-header-menu {
  position: fixed;
  height: 100vh;
  width: 300px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  z-index: 1010;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(-100%);
  -khtml-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: hidden;
  background-color: #fff; }

.xb-header-menu.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }

.xb-header-menu.active + .xb-header-menu-backdrop {
  opacity: 1;
  visibility: visible; }

.xb-header-menu-scroll {
  padding: 50px 25px 40px; }

.xb-header-menu-scroll .xb-close {
  position: absolute;
  top: 0;
  right: 0; }

.xb-header-menu-scroll .xb-menu-primary > li {
  padding-left: 0;
  padding-right: 0; }

.xb-header-menu-scroll .xb-menu-primary > li > a .left-icon {
  margin-right: 4px; }

.xb-header-menu-scroll .xb-menu-primary > li .elementor-section {
  max-width: 100%; }

.xb-header-menu-scroll .xb-menu-primary > li .elementor-container {
  margin: 10px 0 !important; }

.xb-header-menu-scroll .xb-menu-primary > li .sub-menu, .xb-header-menu-scroll .xb-menu-primary > li .children {
  padding-left: 15px; }

.xb-header-menu-scroll .xb-menu-primary > li .sub-menu a, .xb-header-menu-scroll .xb-menu-primary > li .children a {
  padding-left: 0; }

.xb-header-menu-scroll .xb-menu-primary > li .sub-menu.xb-mega-menu, .xb-header-menu-scroll .xb-menu-primary > li .children.xb-mega-menu {
  padding-left: 0; }

.xb-menu-toggle {
  position: absolute;
  top: 10px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  right: 0;
  width: 28px;
  cursor: pointer;
  font-size: 15px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #1b1b1b;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.03);
  display: inline-block; }

.xb-menu-toggle:before {
  content: "\f107";
  font-weight: 400;
  font-family: "Font Awesome 5 Pro"; }

.xb-menu-toggle.active:before {
  content: "\f106"; }

.xb-menu-primary {
  list-style: none;
  margin: 0;
  padding: 0; }

.xb-menu-primary li {
  position: relative; }

.xb-menu-primary li a {
  display: block;
  line-height: 46px;
  color: var(--color-heading);
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  text-transform: capitalize; }

.xb-menu-primary li > a:hover, .xb-menu-primary li > a.current, .xb-menu-primary li.current_page_item > a, .xb-menu-primary li.current-menu-item > a, .xb-menu-primary li.current_page_ancestor > a, .xb-menu-primary li.current-menu-ancestor > a {
  color: #134c5f; }

.xb-menu-primary .sub-menu, .xb-menu-primary .children {
  position: relative;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0; }

.xb-menu-primary .sub-menu li a, .xb-menu-primary .children li a {
  font-weight: 500;
  padding-left: 14px; }

.xb-menu-primary > li > .sub-menu > li > .sub-menu > li a {
  padding-left: 0px; }

.xb-menu-primary .xb-megamenu .elementor-container > .elementor-column {
  width: 100%; }

.xb-menu-primary .xb-megamenu .elementor-container .elementor-widget-wrap {
  padding: 0 !important; }

.xb-menu-primary .xb-megamenu .xb-link li {
  margin: 0; }

.xb-menu-primary .xb-megamenu .xb-heading {
  padding-left: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 12px;
  padding-bottom: 12px; }

.xb-menu-primary .xb-megamenu .xb-heading .xb-item--title {
  margin-bottom: 0 !important;
  font-size: 15px !important;
  border-bottom: none !important; }

.xb-menu-primary .xb-megamenu .elementor-widget-heading > .elementor-widget-container {
  margin-bottom: 0 !important;
  border-bottom: none !important; }

.xb-menu-primary .xb-megamenu .elementor-section .elementor-container {
  flex-wrap: wrap; }

.xb-menu-primary .xb-menu-toggle:hover {
  color: #134c5f; }

.xb-logo-mobile {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .xb-logo-mobile a img {
      max-width: 170px; } }

.xb-header-mobile-search {
  margin-bottom: 20px; }

.xb-header-mobile-search form {
  position: relative; }

.xb-header-mobile-search .search-field {
  height: 50px;
  border: none;
  padding: 0 25px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: #000;
  border: 2px solid rgba(150, 144, 162, 0.09);
  padding: 12px 15px 13px;
  background-color: transparent; }

.xb-header-mobile-search .search-field:focus {
  color: #000;
  border-color: #134c5f; }

.xb-header-mobile-search .search-submit {
  position: absolute;
  top: 5px;
  right: 10px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  line-height: 36px;
  padding: 0;
  width: 30px;
  height: 40px;
  line-height: 40px;
  background: none;
  color: var(--primary-color); }

.xb-menu-close {
  background-color: rgba(0, 0, 0, 0.03);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; }

.xb-header-mobile-search .search-submit {
  position: absolute;
  top: 5px;
  right: 10px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  line-height: 36px;
  padding: 0;
  width: 30px;
  height: 40px;
  line-height: 40px;
  background: none;
  color: #134c5f; }

.xb-nav-mobile {
  font-size: 18px;
  padding: 10px 12px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: rgba(255, 255, 255, 0.11);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 767px) {
    .xb-nav-mobile {
      font-size: 16px; } }
  .xb-nav-mobile:hover {
    color: var(--color-heading);
    background: var(--color-primary);
    border: 1px solid var(--color-primary); }

/*----------------------------------------*/
/*  32. preloader
/*----------------------------------------*/
#preloader {
  background: #fff;
  background-color: #2a7d66;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999; }

.loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%); }

.loader .loader-container .dot-loader {
  display: flex;
  gap: 8px; }
.loader .loader-container .dot {
  width: 16px;
  height: 16px;
  opacity: 0;
  border-radius: 50%;
  transform: translateY(0);
  background-color: #2a7d66;
  background: #fff;
  animation: fadeBounce 1.2s infinite; }
.loader .loader-container .dot:nth-child(1) {
  animation-delay: 0s; }
.loader .loader-container .dot:nth-child(2) {
  animation-delay: 0.15s; }
.loader .loader-container .dot:nth-child(3) {
  animation-delay: 0.3s; }
.loader .loader-container .dot:nth-child(4) {
  animation-delay: 0.45s; }

#preloader.preloader-two {
  background: #310875; }
  #preloader.preloader-two .loader .loader-container .dot {
    background-color: #a1992b; }

#preloader.preloader-three {
  background: #000; }
  #preloader.preloader-three .loader .loader-container .dot {
    background-color: #FCCA03; }

@keyframes fadeBounce {
  0% {
    transform: translateY(0);
    opacity: 0; }
  30% {
    transform: translateY(-10px);
    opacity: 1; }
  60% {
    transform: translateY(5px);
    opacity: 1; }
  100% {
    transform: translateY(0);
    opacity: 0; } }
.xb-footer-right-inner {
  margin-left: 20px;
  padding-left: 60px;
  transform: translateY(-20px); }
  @media (max-width: 1199px) {
    .xb-footer-right-inner {
      padding-left: 30px; } }
  @media (max-width: 991px) {
    .xb-footer-right-inner {
      margin-left: 0;
      padding-left: 0;
      padding-top: 66px;
      padding-bottom: 92px;
      transform: translateY(0); } }

.xb-widget-title {
  font-size: 24px;
  margin-bottom: 25px;
  color: var(--color-heading); }

.xb-footer_widget .xb-list li:not(:last-child) {
  margin-bottom: 3px; }
.xb-footer_widget .xb-list li a {
  font-weight: 400;
  position: relative;
  display: inline-block;
  color: var(--color-heading);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .xb-footer_widget .xb-list li a::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    text-decoration: left;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #2a7d66; }
  .xb-footer_widget .xb-list li a:hover {
    color: #2a7d66;
    transform: translate(3px); }
    .xb-footer_widget .xb-list li a:hover::before {
      left: 0;
      right: auto;
      width: 100%; }

.xb-newsletter .xb-item--logo {
  margin-bottom: 40px; }
.xb-newsletter .xb-item--img {
  margin-top: 63px;
  margin-left: -56px; }
  @media (max-width: 991px) {
    .xb-newsletter .xb-item--img {
      display: none; } }

.xb-footer_info .xb-item--holder {
  max-width: 290px; }
.xb-footer_info .xb-item--content {
  line-height: 1.9;
  font-weight: 400; }
.xb-footer_info .xb-item--contact {
  font-size: 26px;
  color: #2a7d66;
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 25px 0;
  font-family: var(--font-default); }
  .xb-footer_info .xb-item--contact a {
    color: currentColor; }
.xb-footer_info .xb-item--icon {
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: linear-gradient(180deg, #2a7d66 0%, #a1992b 100%); }
.xb-footer_info .xb-item--address {
  font-weight: 400; }

.xb-footer_bottom {
  padding-bottom: 10px;
  background: #2a7d66; }
  .xb-footer_bottom p {
    padding-top: 12px;
    font-weight: 400;
    color: var(--color-white); }
    @media (max-width: 1199px) {
      .xb-footer_bottom p {
        font-size: 16px; } }
    @media (max-width: 991px) {
      .xb-footer_bottom p {
        font-size: 18px; } }
    .xb-footer_bottom p a {
      color: currentColor; }
  .xb-footer_bottom ul {
    padding-top: 12px; }
    @media (max-width: 991px) {
      .xb-footer_bottom ul {
        justify-content: center !important; } }
    .xb-footer_bottom ul li {
      position: relative; }
      .xb-footer_bottom ul li:not(:last-child) {
        margin-right: 15px; }
      .xb-footer_bottom ul li::before {
        position: absolute;
        content: '';
        top: 10px;
        right: -8px;
        height: 14px;
        width: 2px;
        background: #fff; }
      .xb-footer_bottom ul li:last-child::before {
        display: none; }
      .xb-footer_bottom ul li a {
        font-weight: 400;
        color: var(--color-white); }
        @media (max-width: 1199px) {
          .xb-footer_bottom ul li a {
            font-size: 16px; } }
        @media (max-width: 991px) {
          .xb-footer_bottom ul li a {
            font-size: 18px; } }

.xb-opening_time span {
  font-weight: 400; }

.xb-footer-right-bottom {
  gap: 242px; }
  @media (max-width: 1199px) {
    .xb-footer-right-bottom {
      gap: 70px; } }
  @media (max-width: 991px) {
    .xb-footer-right-bottom {
      gap: 162px; } }
  @media (max-width: 767px) {
    .xb-footer-right-bottom {
      gap: 30px;
      margin-top: 30px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-footer-right-bottom {
      gap: 125px; } }

@media (max-width: 991px) {
  .xb-footer-bottom-inner {
    justify-content: center !important; } }

.footer-style-one {
  position: relative; }
  .footer-style-one::before, .footer-style-one::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 59.5%;
    background: #f3f3f3; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .footer-style-one::before {
      width: 63.5%; } }
  @media (max-width: 1199px) {
    .footer-style-one::before {
      width: 63.5%; } }
  @media (max-width: 991px) {
    .footer-style-one::before {
      width: 100%;
      height: 67%;
      bottom: 0;
      top: auto; } }
  @media (max-width: 767px) {
    .footer-style-one::before {
      height: 73.5%; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-style-one::before {
      height: 74.1%; } }
  .footer-style-one::after {
    width: 100%;
    height: 106px;
    bottom: 0;
    top: auto;
    left: 0;
    background: var(--color-primary); }
    @media (max-width: 991px) {
      .footer-style-one::after {
        bottom: 126px;
        height: 50px; } }
  .footer-style-one .xb-social_media {
    transform: translateY(-10px); }
    .footer-style-one .xb-social_media .social-link {
      gap: 20px; }
      .footer-style-one .xb-social_media .social-link li a {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        color: var(--color-heading); }
        .footer-style-one .xb-social_media .social-link li a svg path {
          fill: var(--color-heading); }
        .footer-style-one .xb-social_media .social-link li a:hover {
          background: linear-gradient(191deg, #2a7d66 0%, #a1992b 100%);
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
          .footer-style-one .xb-social_media .social-link li a:hover svg {
            fill: linear-gradient(191deg, #2a7d66 0%, #a1992b 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }

.footer-style-two .xb-footer-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.footer-style-two .xb-widget-title {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--color-white); }
.footer-style-two .xb-footer_widget .list-item {
  gap: 125px; }
  @media (max-width: 991px) {
    .footer-style-two .xb-footer_widget .list-item {
      gap: 30px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-style-two .xb-footer_widget .list-item {
      gap: 80px; } }
.footer-style-two .xb-footer_widget .xb-list li a {
  font-size: 20px;
  color: var(--color-white); }
  .footer-style-two .xb-footer_widget .xb-list li a::before {
    display: none; }
  .footer-style-two .xb-footer_widget .xb-list li a::after {
    position: absolute;
    content: '';
    left: -15px;
    top: 50%;
    height: 2px;
    width: 10px;
    opacity: 0;
    text-decoration: left;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #a1992b;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); }
  .footer-style-two .xb-footer_widget .xb-list li a:hover {
    color: #a1992b;
    transform: translateX(15px); }
    .footer-style-two .xb-footer_widget .xb-list li a:hover::after {
      opacity: 1; }
.footer-style-two .xb-footer_bottom {
  padding-bottom: 35px;
  background: transparent; }
  .footer-style-two .xb-footer_bottom p {
    padding-top: 30px; }
  .footer-style-two .xb-footer_bottom ul {
    padding-top: 30px; }
.footer-style-two .xb-social_media {
  margin-top: 50px; }
  .footer-style-two .xb-social_media .social-link {
    gap: 10px; }
    .footer-style-two .xb-social_media .social-link li a {
      height: 50px;
      width: 50px;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      background: rgba(148, 148, 148, 0.05);
      color: var(--color-white); }
      .footer-style-two .xb-social_media .social-link li a svg path {
        fill: var(--color-white); }
      .footer-style-two .xb-social_media .social-link li a::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        z-index: -1;
        border-radius: inherit;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        background: var(--color-primary); }
      .footer-style-two .xb-social_media .social-link li a:hover {
        color: #000c05; }
        .footer-style-two .xb-social_media .social-link li a:hover svg path {
          fill: #000c05; }
        .footer-style-two .xb-social_media .social-link li a:hover::before {
          opacity: 1;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); }

.power-footer-style .xb-footer-wrap {
  border: none; }
.power-footer-style .xb-footer_widget .list-item {
  gap: 50px; }
.power-footer-style .xb-footer_widget .xb-list li a:hover {
  transform: translate(0);
  color: var(--color-primary-two); }
.power-footer-style .xb-footer_widget .xb-list li a::after {
  display: none; }
.power-footer-style .xb-widget-title {
  font-family: var(--font-default); }
@media (max-width: 1199px) {
  .power-footer-style .xb-footer_contact {
    width: 40%; } }
@media (max-width: 767px) {
  .power-footer-style .xb-footer_contact {
    width: 100%; } }
.power-footer-style .xb-footer_contact .xb-list li {
  font-size: 20px; }
  .power-footer-style .xb-footer_contact .xb-list li a {
    color: var(--color-white); }
  .power-footer-style .xb-footer_contact .xb-list li:not(:last-child) {
    margin-bottom: 20px; }
  .power-footer-style .xb-footer_contact .xb-list li img {
    margin-right: 11px; }
.power-footer-style .xb-footer-logo {
  padding-bottom: 30px;
  margin-top: 105px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

/*# sourceMappingURL=main.css.map */
