/*-----------------------------------------------------------------------------------

    Project Name: Ovix - Digital Agency Creative Portfolio Template
    Author: XpressBuddy -->> (https://themeforest.net/user/xpressbuddy)
    Support: support@xpressbuddy.com
    Description: Ovix - Digital Agency Creative Portfolio Template
    Developer: Mohammad Wasim Mia -> contact@xpressbuddy.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

	01. Theme default CSS
    02. header
    03. global
    04. hero
    05. about
    06. services
    07. counter
    08. marquee
    09. team
    10. cta
    11. project
    12. award
    13. testimonial
    14. blog
    15. careear
    16. feature
    17. brand
    18. funfact
    19. portfolio
    20. contact
    21. breadcrumb
    22. whyus
    23. career
    24. story
    25. shop
    26. faq
    27. backtotop
    28. mobile-menu
    29. preloader

-----------------------------------------------------------------------------------*/
/* @import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+CU:wght@100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/times new roman.ttf') format('truetype');
}
:root {
  --font-heading:'Times New Roman';
  --color-primary: #FF4D24;
  --color-secondary: #F8E11E;
  --color-heading: #060606;
  --color-dark: #0F172A;
  --color-white: #fff;
  --color-black: #000;
  --color-default: #353535;
  --color-gray: #F8F8F8;
  --color-border: #EFF5F8;
  --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-weight: 500;
  position: relative;
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 27px;
  color: var(--color-default);
  background: url('../img/dna-2.gif');
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
  background-attachment:fixed;
}
body::before{
  background-color: #fffffff0;
  height: 100%;
  width: 100%;
  content: '';
  display: block;
  position: fixed;
  z-index: -1;}

section{
  max-width: 100vw;
  overflow: hidden;
}

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;
}

a:hover {
  color: var(--color-primary);
}

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: 60px;
  border-radius: 0;
  padding: 15px 20px;
  border: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-black);
  font-weight: 500;
  border: 1px solid #F1F1F1;
}

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: #807474;
  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: #807474;
  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: #807474;
  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: #807474;
  opacity: 1;
}

textarea {
  height: 137px;
}

button {
  border: 0;
}

table {
  width: 100%;
}

p,
li,
span {
  margin-bottom: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/* reset css end */
/* global css start */
.nice-select {
  background-color: transparent;
  height: 75px;
  line-height: 73px;
  min-height: 70px;
  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 #B1B4BA;
  border-right: 1.9px solid #B1B4BA;
  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;
  overflow: hidden;
}

.bg_img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.footer-bg {
  background-color: #04060A;
}

.black-bg {
  background: var(--color-black);
}

.gray-bg {
  background-color: var(--color-gray);
}

.gray-bg-2 {
  background-color: var(--color-gray-2);
}

.dark-bg {
  background-color: var(--color-dark);
}

.white {
  color: var(--color-white);
}

.pos-rel {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.f-right {
  float: right;
}

.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: 100px;
  height: 100px;
  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: 26px;
  color: #080807;
  position: relative;
  background-color: var(--color-white);
}

@media (max-width: 767px) {
  .btn-video {
    width: 80px;
    height: 80px;
    font-size: 18px;
  }
}

.btn-video:hover {
  color: #080807;
}

.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-around;
}

.ul_li_block {
  margin: 0px;
  padding: 0px;
  display: block;
}

.ul_li_block>li {
  display: block;
  list-style: none;
}

.flex-1 {
  flex: 1;
}

.color-black {
  color: var(--color-black);
}

.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: 500;
  color: #060606;
  background-color: #fff;
  -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;
  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-primary);
  color: var(--color-white);
}

.pagination_wrap ul li a.pagination-next {
  background-color: #1B1D21;
  padding: 12px 15px;
  min-width: 94px;
  color: var(--color-white);
}

.pagination_wrap ul li a.pagination-next:hover {
  background-color: var(--color-primary);
  color: #fff;
}

.mr-none-60 {
  margin-right: -60px;
}

.ml-none-60 {
  margin-left: -60px;
}

.pb-8 {
  padding-bottom: 8px;
}

/*--
    - 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;
  line-height: 1.3;
  color: var(--color-heading);
  font-weight: 700;
  font-family: var(--font-heading);
  text-transform: uppercase;
}

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);
  }
}

@-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);
  }
}

@-webkit-keyframes zoominup {
  0% {
    transform: scale(1.2);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

@-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);
  }
}

@-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);
  }
}

@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: translateY(0);
  }

  100% {
    transform: translateX(-20px);
  }
}

.slide-ltr {
  animation: xb_ltr 1s 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.67;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes pulse-border-big {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }

  100% {
    transform: scale(3);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border-big {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }

  100% {
    transform: scale(3);
    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);
  }
}

@keyframes bounce {

  20%,
  53%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -20px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

/*--
    - 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;
}

/*----------------------------------------*/
/*  02. header
/*----------------------------------------*/
.header-default {
  background-color: #fff;
}

.header-default::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(267deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.48) 51.6%, rgba(255, 255, 255, 0) 100%);
  content: "";
}

.header-area {
  position: absolute;
  z-index: 5;
  width: 100%;
  padding-block: 12px;
      box-shadow: 0px 12px 15px #00000030;
}

@media (max-width: 991px) {
  .header-area .xb-header {
    padding: 16px 0;
  }
}

.header__bar {
  width: 100%;
  height: 42px;
  border-radius: 5px;
  /* -webkit-border-radius: 50%; */
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  margin-left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  padding: 15px;
  color: #fff;
  box-shadow: 0px 0px 8px #00000030;
}

.header__bar .header__bar-icon img{
    max-width:25px;
}
.header__bar:hover{
  background-color: transparent;
  border: 1px solid var(--color-primary);
}

.header__bar:hover span:nth-child(2),
.header__bar:hover span:nth-child(4) {
  width: 100%;
}

.header__bar:hover span:nth-child(1),
.header__bar:hover span:nth-child(3) {
  width: 50%;
}

.header__bar span {
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  display: inline-block;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header__bar span:nth-child(1) {
  top: 0;
}

.header__bar span:nth-child(2) {
  top: 4px;
  width: 50%;
}

.header__bar span:nth-child(3) {
  bottom: 4px;
}

.header__bar span:nth-child(4) {
  bottom: 0;
  width: 50%;
}

.header__bar-icon {

  position: relative;
}

.header-style-two {
  background-color: #161614;
}

.header-style-two .main-menu ul li .submenu {
  background: #161614;
}

.header-style-two .main-menu ul li .submenu li a {
  color: var(--color-white);
}

.header-style-two .main-menu ul li .submenu li:hover>a,
.header-style-two .main-menu ul li .submenu li.active>a,
.header-style-two .main-menu ul li:hover>a,
.header-style-two .main-menu ul li.active>a {
  color: var(--color-secondary);
}

.header-style-two span.mini-cart-count {
  color: #080807;
  background-color: var(--color-secondary);
}

.header-style-two .woocommerce-mini-cart .mini-cart-price>span {
  color: var(--color-secondary);
}

.header-style-two .header__bar {
  background-color: transparent;
  margin-left: 0;
  margin-right: 50px;
  width: auto;
}

@media (max-width: 991px) {
  .header-style-two .header__bar {
    margin-right: 0;
    margin-left: 50px;
  }
}

.header-style-two .header-shop-cart .header-mini-cart {
  background: #161614;
  box-shadow: none !important;
}

.header-style-two .woocommerce-mini-cart .mini-cart-content .product-title {
  color: #fff;
}

.header-style-two .header-mini-cart .woocommerce-mini-cart__total {
  border-color: #222;
}

.header-style-two .header-mini-cart .woocommerce-mini-cart__total,
.header-style-two .header-mini-cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
  color: #ddd;
}

.header-style-two .header-mini-cart ul li.woocommerce-mini-cart-item .remove.remove_from_cart_button {
  background-color: #222;
}

.header-style-two .header-shop-cart .header-mini-cart .checkout-link a {
  background-color: var(--color-secondary);
  color: #080807;
}

@media (max-width: 1199px) {
  .header-style-two .main-menu ul li:not(:last-child) {
    margin-right: 24px;
  }
}

.header-style-two .xb-nav-mobile {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #242424;
  border-radius: 50%;
}

.header-style-two .main-menu__wrap {
  flex-wrap: nowrap;
}

.header-style-two .main-menu ul li:nth-child(3) {
  margin-right: auto !important;
}

.header-style-two .menu-right {
  width: 175px;
  justify-content: end;
}

.header-style-two .xb-menu-inner {
  width: 87%;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .header-style-two .xb-menu-inner {
    width: 86%;
  }
}

.header-style-two .xb-menu-inner .main-menu>ul {
  width: 100%;
}

.header-style-two .xb-menu-inner .header-logo {
  position: absolute;
  left: 47%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-search {
  margin-left: 30px;
  padding-left: 30px;
  position: relative;
}

.header-search::before {
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 20px;
  background-color: #DDDDDD;
  content: "";
}

/* Mini Cart Style */
span.mini-cart-count {
  position: absolute;
  right: -10px;
  top: -2px;
  min-width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  background-color: var(--color-primary);
  color: #fff;
}

.header-shop-cart {
  position: relative;
}

.header-shop-cart .header-mini-cart {
  background: #fff;
  opacity: 0 !important;
  padding: 25px;
  position: absolute;
  right: -15px;
  top: 60px;
  transition: all 0.5s ease 0s;
  width: 350px;
  z-index: 9;
  box-shadow: 0px 12px 24px 0px rgba(120, 120, 120, 0.3);
  visibility: hidden;
  transform: translateY(10px);
}

.header-shop-cart .header-mini-cart::before {
  position: absolute;
  content: '';
  left: 0px;
  top: -30px;
  width: 100%;
  height: 45px;
  display: block;
}

.header-shop-cart:hover .header-mini-cart {
  opacity: 1 !important;
  visibility: visible;
  transform: translateY(0px);
  z-index: 9;
}

.header-shop-cart .woocommerce-mini-cart__empty-message {
  margin-bottom: 0;
}

.header-shop-cart .header-mini-cart .woocommerce-mini-cart>li {
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0;
}

.header-shop-cart .woocommerce-mini-cart .checkout-link {
  margin-top: 35px;
}

.header-mini-cart ul li.woocommerce-mini-cart-item .remove.remove_from_cart_button {
  display: block;
  font-weight: 400;
  order: 2;
  flex: 0 0 1em;
  background: #f1f1f1;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  margin-left: auto;
  border: 0;
}

.header-mini-cart ul li.woocommerce-mini-cart-item .remove.remove_from_cart_button:hover {
  background: red;
  color: #fff !important;
}

.woocommerce-mini-cart .mini-cart-img {
  width: 90px;
  flex: 0 0 90px;
  height: 71px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.woocommerce-mini-cart .mini-cart-img img {
  height: 100%;
}

.woocommerce-mini-cart .mini-cart-img img.attachment-woocommerce_thumbnail {
  width: 100%;
  margin: 0;
}

.header-shop-cart .woocommerce-mini-cart .mini-cart-content {
  padding-left: 15px;
  text-align: left;
  padding-right: 15px;
  width: 176px;
  flex: 0 0 176px;
}

.woocommerce-mini-cart .mini-cart-content .product-title {
  color: #222222;
  font-size: 16px;
  background: none;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.mini-cart-price {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.woocommerce-mini-cart .mini-cart-price>span {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
  display: block;
}

.header-shop-cart .woocommerce-mini-cart .del-icon {
  flex-grow: 1;
  margin-top: 30px;
}

.header-shop-cart .woocommerce-mini-cart .del-icon a {
  color: #777777;
}

.woocommerce-mini-cart .del-icon>a {
  font-size: 18px;
}

.total-price {
  border-top: 1px solid #c7c7c7;
  overflow: hidden;
  padding-top: 20px;
  margin-top: 25px;
}

.total-price>span {
  color: #222222;
  font-weight: 600;
}

.header-shop-cart .header-mini-cart .checkout-link {
  margin-bottom: 0;
}

.header-shop-cart .header-mini-cart .checkout-link a {
  color: #fff;
  background: var(--color-primary);
  display: block;
  font-weight: 500;
  padding: 16px 30px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
  border-radius: 0;
}

.header-shop-cart .header-mini-cart .checkout-link a:not(.checkout) {
  background: #222;
  color: #fff;
}

.header-shop-cart .header-mini-cart .checkout-link a:last-child {
  margin-bottom: 0;
}

.header-mini-cart .woocommerce-mini-cart__total {
  padding: 15px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #c7c7c770;
  margin-bottom: 0;
  color: #777;
}

.header-mini-cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
  color: #777;
  font-weight: bolder;
}

.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  background-color: #ffffff;
}

.stricked-menu .main-menu ul li a {
  padding: 30px 0;
}

.stricked-menu.stricky-fixed {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  padding: 7px 0;
}

/* Navigation css */
.main-menu {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.main-menu__wrap {
  position: static;
}

.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: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .main-menu ul li:not(:last-child) {
    margin-right: 25px;
  }
}

@media (max-width: 1199px) {
  .main-menu ul li:not(:last-child) {
    margin-right: 20px;
  }
}

.main-menu ul li .submenu li {
  margin-right: 0;
}

.main-menu ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--color-black);
  padding: 17px 0;
  position: relative;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: var(--font-heading);
}


.main-menu ul li a,
.main-menu ul li a:after,
.main-menu ul li a:before {
  transition: all .3s;
}


.main-menu ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: var(--color-primary);
  height: 1px;
}
.main-menu ul li a:hover:after {
  width: 100%;
}

.main-menu ul li a i {
  font-size: 11px;
  margin-left: 5px;
}

.main-menu ul li.menu-item-has-children:hover>.submenu {
  opacity: 1;
  display: block;
  top: 100%;
  pointer-events: all;
}

.main-menu ul li:hover>a,
.main-menu ul li.active>a {
  color: var(--color-primary);
}

.main-menu ul li .submenu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  min-width: 260px;
  top: calc(100% + 10px);
  opacity: 0;
  display:none;
  background: #fff;
  left: 0;
  padding: 21px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
  text-align: left;
  box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.1);
}

.main-menu ul li .submenu li {
  -webkit-transition: all 0.35s cubic-bezier(0.39, 0.66, 0.56, 1.05);
  -o-transition: all 0.35s cubic-bezier(0.39, 0.66, 0.56, 1.05);
  transition: all 0.35s cubic-bezier(0.39, 0.66, 0.56, 1.05);
}

.main-menu ul li .submenu li a {
  color: var(--color-black);
  padding: 8px 32px;
  display: block;
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 500;
}

.main-menu ul li .submenu li:hover>a,
.main-menu ul li .submenu li.active>a {
  color: var(--color-primary);
}

.main-menu ul li .submenu ul {
  left: 100%;
  top: 0px;
}

.main-menu ul li .submenu ul::before {
  display: none;
}

.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::after {
  position: absolute;
  top: 9px;
  right: 15px;
  content: "\f105";
  font-size: 13px;
}

.sec-title .sub-title {
  color: #060606;
  font-weight: 600;
  line-height: 32px;
  font-size: 14px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  display: inline-block;
  text-transform: uppercase;
}

.sec-title .sub-title::before,
.sec-title .sub-title::after {
  content: "";
  height: 20px;
  width: 20px;
  top: 45%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  background-image: url(../img/before.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size:contain;
}

.sec-title .sub-title::after {
  background-image: url(../img/after.png);
  left: auto;
  right: 0;
}

.sec-title .title {
  font-size: 42px;
  text-transform: uppercase;
  line-height: 1.3;
 }
.footer-inner .sec-title .title {
    font-family: 'Times New Roman' !important;
  text-shadow: 3px 3px 8px #00000020;
      text-transform: capitalize !important;
}
@media (max-width: 1199px) {
  .sec-title .title {
    font-size: 40px;
    line-height: 52.5px;
  }
}

@media (max-width: 991px) {
  .sec-title .title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .sec-title .title {
    font-size: 32px;
    line-height: 38.5px;
  }
  .footer-inner .sec-title .title {
        font-size: 32px;
        line-height: 55.5px;
    }
}

.sec-title .title span {
  color: #868686;
}

.sec-title--white .sub-title,
.sec-title--white .title {
  color: var(--color-white);
}

.sec-title--white p {
  color: #E2E2E2;
}

.sec-title--big .title {
  font-size: 65px;
}

@media (max-width: 1199px) {
  .sec-title--big .title {
    font-size: 45px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .sec-title--big .title {
    font-size: 34px;
  }
}

.sec-title--two .sub-title {
  padding: 0;
  padding-right: 35px;
  margin-bottom: 10px;
}

.sec-title--two .sub-title::before,
.sec-title--two .sub-title::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: -5px;
  width: 34px;
  height: 2px;
  background-color: var(--color-primary);
  content: "";
  background-image: none;
}

.sec-title--two .sub-title::after {
  width: 1px;
  right: -9px;
}

/*----------------------------------------*/
/*  03. globel
/*----------------------------------------*/
@media (min-width: 1024px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.demo-dark {
  background-color: #080807;
  color: #A1A19E;
}

.demo-dark main {
  background-color: #080807;
}

.demo-dark h1,
.demo-dark h2,
.demo-dark h3,
.demo-dark h4,
.demo-dark h5,
.demo-dark h6 {
  color: #DDDDDD;
}

.mxw_1780 {
  max-width: 1780px;
}

.mxw_1820 {
  max-width: 1820px;
}

.px-60 {
  padding: 0 60px;
}

@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;
}

.xb-hr {
  border-top: 1px solid #262623;
}

.mt-none-12 {
  margin-top: -12px;
}

.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: #807474;
  background-color: #F5F5F5;
  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: 2px 17px 3px;
  margin: 7px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tagcloud a:hover,
.tags-links a:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.tags-links a {
  background-color: var(--color-white);
}

.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;
}

.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;
}

.text-12 {
  font-size: 12px;
}

.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;
  position: relative;
}

.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 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-heading {
  color: var(--color-heading);
}

.text-24 {
  font-size: 24px;
}

.weight-medium {
  font-weight: 500;
}

.xb-blur {
  background: var(--color-primary);
  filter: blur(139px);
  height: 481px;
  width: 481px;
  border-radius: 50%;
  z-index: -2;
}

@media (max-width: 991px) {
  .xb-blur {
    height: 300px;
    width: 300px;
  }
}

@media (max-width: 767px) {
  .xb-blur {
    height: 150px;
    width: 150px;
  }
}

.social-icon li {
  margin-top: 10px;
}

.social-icon li:not(:last-child) {
  margin-right: 31px;
}

@media (max-width: 991px) {
  .social-icon li:not(:last-child) {
    margin-right: 20px;
  }
}

.social-icon li a {
  color: #FFFFFF;
  font-size: 24px;
  height: 64px;
  width: 64px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .social-icon li a {
    font-size: 18px;
    height: 55px;
    width: 54px;
  }
}

.social-icon li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  z-index: -1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.4s cubic-bezier(0.56, 0.26, 0.31, 1.32);
  -o-transition: all 0.4s cubic-bezier(0.56, 0.26, 0.31, 1.32);
  transition: all 0.4s cubic-bezier(0.56, 0.26, 0.31, 1.32);
  transition-delay: .1s;
  transform-style: preserve-3d;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.social-icon li a::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  z-index: -1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.4s cubic-bezier(0.56, 0.26, 0.31, 1.32);
  -o-transition: all 0.4s cubic-bezier(0.56, 0.26, 0.31, 1.32);
  transition: all 0.4s cubic-bezier(0.56, 0.26, 0.31, 1.32);
  background-color: var(--color-primary);
  transition-delay: .1s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transform-style: preserve-3d;
  transform-origin: center;
}

.social-icon li a:hover {
  color: #020202;
}

.social-icon li a:hover::before {
  transform: scale(0);
}

.social-icon li a:hover::after {
  transform: scaleX(1);
}

.row.g-150 {
  margin-left: -75px;
  margin-right: -75px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .row.g-150 {
    margin-left: -35px;
    margin-right: -35px;
  }
}

@media (max-width: 1199px) {
  .row.g-150 {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.row.g-150>* {
  padding-left: 75px;
  padding-right: 75px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .row.g-150>* {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (max-width: 1199px) {
  .row.g-150>* {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row.g-140 {
  margin-left: -70px;
  margin-right: -70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .row.g-140 {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media (max-width: 1199px) {
  .row.g-140 {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.row.g-140>* {
  padding-left: 70px;
  padding-right: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .row.g-140>* {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1199px) {
  .row.g-140>* {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.line_wrap {
  top: 0px;
  bottom: 0px;
  width: 100%;
  display: block;
  position: absolute;
  max-width: 1292px;
  margin: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .line_wrap {
    max-width: 1171px;
  }
}

@media (max-width: 1199px) {
  .line_wrap {
    display: none;
  }
}

.line_wrap .xb-line::before,
.line_wrap .xb-line::after {
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.18);
  content: "";
  z-index: 2;
}

.line_wrap .xb-line::after {
  left: auto;
  right: 1px;
}

.xb-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.xb-svg svg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.sidebar-area {
  padding-left: 10px;
}

@media (max-width: 1199px) {
  .sidebar-area {
    padding-left: 0;
  }
}

.widget__title {
  font-size: 20px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.widget__search {
  position: relative;
}

.widget__search input {
  height: 60px;
  background-color: #F5F5F5;
  padding: 20px;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.widget__search input::-webkit-input-placeholder {
  color: #807474;
  opacity: 1;
}

.widget__search input::-moz-placeholder {
  color: #807474;
  opacity: 1;
}

.widget__search input:-ms-input-placeholder {
  color: #807474;
  opacity: 1;
}

.widget__search input:-moz-placeholder {
  color: #807474;
  opacity: 1;
}

.widget__search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background-color: var(--color-primary);
  font-size: 18px;
}

.widget__category li:not(:last-child) {
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(231, 233, 238, 0.2);
}

.widget__category li a {
  position: relative;
  display: block;
  z-index: 1;
  color: #888686;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.widget__category li a:hover,
.widget__category li a.active {
  color: var(--color-primary);
}

.widget__category li a i {
  font-size: 13px;
}

.widget__post-item:not(:last-child) {
  margin-bottom: 20px;
}

.widget__post-item .post-thumb {
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin-right: 20px;
}

.widget__post-item .post-thumb img {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  object-fit: cover;
}

.widget__post-item:hover .post-thumb img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.widget__post-item:hover .post-title a {
  background-size: 100% 100%;
}

.widget__post-item .post-meta {
  margin-bottom: 5px;
}

.widget__post-item .post-meta a {
  font-size: 12px;
  color: #4A4C51;
  position: relative;
}

.widget__post-item .post-meta a:not(:last-child) {
  margin-right: 9px;
  padding-right: 12px;
}

.widget__post-item .post-meta a:not(:last-child)::before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 1px;
  height: 15px;
  background-color: #E6E6E6;
}

.widget__post-item .post-meta a i {
  margin-right: 10px;
}

.widget__post-item .post-content {
  width: calc(100% - 110px);
}

.widget__post-item .post-content .post-title {
  font-size: 16px;
  font-weight: 600;
}

.widget__post-item .post-content .post-title a {
  color: inherit;
}

.comments-form {
  padding: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 40px;
  border-left: 0;
  background-color: #fff;
}

@media (max-width: 767px) {
  .comments-form {
    padding: 30px 20px;
    padding-top: 25px;
  }
}

.comments-form .comment-heading {
  margin-bottom: 30px;
}

.comments-form .title {
  font-size: 30px;
  margin-bottom: 7px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .comments-form .title {
    font-size: 26px;
  }
}

.comments-form form input,
.comments-form form textarea {
  height: 55px;
  margin-bottom: 20px;
  padding-left: 0;
  width: 100%;
  font-size: 15px;
  color: var(--color-black);
  border-radius: 0px;
  background-color: transparent;
  background-color: transparent;
  padding: 15px 20px;
  border: 1px solid #F1F1F1;
}

.comments-form form input::-webkit-input-placeholder,
.comments-form form textarea::-webkit-input-placeholder {
  color: #807474;
  opacity: 1;
}

.comments-form form input::-moz-placeholder,
.comments-form form textarea::-moz-placeholder {
  color: #807474;
  opacity: 1;
}

.comments-form form input:-ms-input-placeholder,
.comments-form form textarea:-ms-input-placeholder {
  color: #807474;
  opacity: 1;
}

.comments-form form input:-moz-placeholder,
.comments-form form textarea:-moz-placeholder {
  color: #807474;
  opacity: 1;
}

.comments-form form input:focus,
.comments-form form textarea:focus {
  border-color: var(--color-primary);
  background-color: #F5F5F5;
}

.comments-form form textarea {
  height: 150px;
}

.comments-form .thm-btn {
  background-color: transparent;
  padding: 22px 50px;
}

.form-check-input {
  margin-top: 6px;
  margin-right: 5px;
}

/*----------------------------------------*/
/*  04. hero
/*----------------------------------------*/
.hero {
  z-index: 1;
  position: relative;
}

.hero__content {
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}

@media (max-width: 991px) {
  .hero__content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.hero__content .sub-title {
  color: #DDDDDD;
  margin-bottom: 35px;
}

.hero__content .title {
  font-size: 65px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3;
}

@media (max-width: 1199px) {
  .hero__content .title {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .hero__content .title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .hero__content .title {
    font-size: 32px;
  }
}

.hero__cta .icon {
  width: 50px;
  height: 50px;
  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;
  background-color: var(--color-primary);
  margin-right: 15px;
}

.hero__cta .info span {
  font-size: 12px;
  color: #9FA3A0;
  font-weight: 700;
}

.hero__cta .info h4 {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
}

.hero__product {
  margin-right: -110px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .hero__product {
    margin-right: -70px;
  }
}

@media (max-width: 1199px) {
  .hero__product {
    max-width: 420px;
    -webkit-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px);
  }
}

@media (max-width: 767px) {
  .hero__product {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    margin-right: 0;
  }
}


.hero-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .hero-shape {
    left: -20%;
  }
}

@media (max-width: 1199px) {
  .hero-shape {
    left: -19%;
    max-width: 740px;
  }
}

@media (max-width: 991px) {
  .hero-style-one {
    padding-top: 107px;
    padding-bottom: 50px;
  }
}

.hero-style-two {
  padding-top: 140px;
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .hero-style-two {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .hero-style-two {
    padding-top: 60px;
  }
}

.hero-content {
  width: 25%;
  order: 1;
}

@media (max-width: 991px) {
  .hero-content {
    width: 100%;
    margin-bottom: 20px;
  }
}

.hero-info {
  width: 20%;
  order: 3;
}

@media (max-width: 991px) {
  .hero-info {
    width: 28%;
  }
}

@media (max-width: 767px) {
  .hero-info {
    width: 100%;
    margin-top: 30px;
  }
}

.hero-info-feature h2 {
  font-size: 45px;
}

.hero-info-feature span {
  color: #DDDDDD;
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-weight: 700;
}

.hero-img {
  width: 574px;
  height: 574px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  margin-left: -50px;
  order: 2;
}

@media (max-width: 1199px) {
  .hero-img {
    max-width: 450px;
    height: 500px;
  }
}

@media (max-width: 991px) {
  .hero-img {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .hero-img {
    order: 1;
    height: auto;
  }
}

@media (max-width: 1199px) {
  .hero-img>img {
    max-width: 260px;
  }
}

@media (max-width: 767px) {
  .hero-img>img {
    height: auto;
    max-width: 180px;
  }
}

.hero-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  mask-composite: add, add;
  -webkit-mask-composite: source-out;
  mask-composite: exclude;
  background-color: var(--color-primary);
  background: linear-gradient(182deg, #ddd 0%, #080807 86.33%);
}

@media (max-width: 767px) {
  .hero-img::before {
    display: none;
  }
}

.hero-img>img {
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

@media (max-width: 767px) {
  .hero-img>img {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.hero-img-shape .shape {
  position: absolute;
  z-index: -1;
}

.hero-img-shape .shape--1 {
  left: -6px;
  bottom: 33px;
}

.hero-img-shape .shape--2 {
  right: 47px;
  bottom: 16px;
}

.hero-rating {
  margin-bottom: 8px;
}

.hero-rating li {
  color: var(--color-secondary);
}

.hero-rating li:not(:last-child) {
  margin-right: 7px;
}

.hero-review p {
  color: #A1A19E;
}

.hero-review p span {
  color: var(--color-white);
}

.xb-hero-shape .shape {
  position: absolute;
  z-index: -1;
}

.xb-hero-shape .shape--1 {
  bottom: -90px;
  left: 0;
}

.xb-hero-shape .shape--2 {
  top: 34%;
  right: 0;
}

.popular-product-item {
  background-color: var(--color-white);
  box-shadow: 0 4px 20px 0 #f0f0f0;
  padding: 16px 50px 16px 30px;
}

.popular-product-item:hover .xb-item--img img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.popular-product-item .xb-item--img {
  width: 29%;
  margin-right: 8%;
  height: 171px;
  text-align: center;
}

.popular-product-item .xb-item--img img {
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.popular-product-item .xb-item--holder {
  width: calc(100% - 37%);
}

.popular-product-item .xb-item--title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.popular-product-item .xb-item--rating-inner {
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 19px;
  margin-bottom: 22px;
}

.popular-product-item .xb-item--rating-inner span {
  color: #807474;
  font-size: 14px;
  margin-left: 7px;
}

.popular-product-item .xb-item--price {
  font-size: 24px;
}

.popular-product-item .xb-item--cart {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.popular-product-item .xb-item--cart img {
  width: 20px;
}

@media (min-width: 992px) {
  .pb-col-8 {
    width: 71.5%;
  }

  .pb-col-4 {
    width: 28.5%;
  }
}

.about-content {
  padding-left: 50px;
}

@media (max-width: 991px) {
  .about-content {
    padding-left: 0;
  }
}

.about-list li {
  width: 50%;
  margin-top: 30px;
  font-size: 16px;
  color: #060606;
}

@media (max-width: 767px) {
  .about-list li {
    width: 100%;
  }
}

.about-experience span {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-heading);
  color: var(--color-primary);
  text-transform: uppercase;
  display: inline-block;
}

.about-experience h2 {
  font-size: 150px;
  line-height: .8;
     /*background-color: #2f8d46;*/
/*          background-image: url(*/
/*"https://static.vecteezy.com/system/resources/previews/035/504/264/non_2x/medical-cross-and-plus-background-abstract-seamless-blue-pattern-for-hospital-and-pharmacy-geometrical-shapes-ornament-backdrop-vector.jpg");*/
            background-repeat: repeat;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size:100%;
            -webkit-text-stroke: 4px #ff4d24;
            font-family:math;
            
}

.position-botttom {
  background-position: center bottom;
}

.about-img {
  width: 574px;
  height: 574px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

@media (max-width: 1199px) {
  .about-img {
    width: auto;
    height: 520px;
  }
}

.about-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -18px;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  mask-composite: add, add;
  -webkit-mask-composite: source-out;
  mask-composite: exclude;
  background-color: var(--color-primary);
  background: linear-gradient(182deg, #ddd 0%, #080807 86.33%);
}

.about-shape .shape {
  position: absolute;
  z-index: -1;
}

.about-shape .shape--1 {
  left: 14px;
  bottom: 85px;
}

.about-shape .shape--2 {
  right: 6px;
  bottom: 127px;
}

.about-img-title {
  color: #DDDDDD;
  font-weight: 600;
  background-color: rgba(221, 221, 221, 0.1);
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  z-index: 1;
  position: relative;
}

@media (max-width: 1199px) {
  .xb-about-content {
    padding-left: 30px;
  }
}

.about-img-inner {
  margin-bottom: -67px;
  max-width: 574px;
}

.xb-rating li {
  color: var(--color-secondary);
}

.xb-rating li:not(:last-child) {
  margin-right: 5px;
}

.xb-rating li span {
  color: #A1A19E;
  font-weight: 500;
  margin-left: 5px;
}

.about-list-inner>span {
  font-size: 18px;
  color: #DDDDDD;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 26px;
}

.xb-about-list li:not(:last-child) {
  margin-bottom: 10px;
}

.xb-about-list li img {
  margin-right: 10px;
}

.about-cta h3 {
  margin-right: 30px;
  font-size: 35px;
}

@media (max-width: 767px) {
  .feature {
    background-position: left center;
  }
}

.feature-list li {
  display: flex;
}

.feature-list li:not(:last-child) {
  margin-bottom: 43px;
}

.feature-list li:hover .xb-item--icon {
  border-color: transparent;
}

.feature-list li:hover .xb-item--icon::before {
  opacity: 1;
}

.feature-list li:hover .xb-item--icon::after {
  opacity: 0;
}

.feature-list .xb-item--holder {
  width: calc(100% - 82px);
  max-width: 69%;
}

.feature-list .xb-item--icon {
  width: 62px;
  height: 62px;
  margin-right: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #171717;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.feature-list .xb-item--icon::before,
.feature-list .xb-item--icon::after {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px dashed var(--color-primary);
  content: "";
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.feature-list .xb-item--icon::before {
  opacity: 0;
  animation: spin 10s infinite linear;
  -webkit-animation: spin 10s infinite linear;
}

.feature-list .xb-item--icon::after {
  border-style: solid;
}

.feature-list .xb-item--title {
  font-size: 20px;
  line-height: 28px;
  color: var(--color-white);
  margin-bottom: 7px;
  text-transform: uppercase;
}

.feature-list .xb-item--desc {
  color: #A3A3A3;
}

.feature-content {
  padding-left: 60px;
}

@media (max-width: 1199px) {
  .feature-content {
    padding-left: 0;
  }
}

.bottom--105 {
  margin-bottom: -105px;
  position: relative;
  z-index: 1;
}

.xb-feature .xb-item--icon {
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  background-color: rgba(248, 226, 30, 0.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.xb-feature .xb-item--icon::before,
.xb-feature .xb-item--icon::after {
  width: 8px;
  height: 8px;
  background-color: rgba(248, 226, 30, 0.1);
  position: absolute;
  bottom: 0;
  left: -10px;
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.xb-feature .xb-item--icon::after {
  width: 18px;
  height: 18px;
  right: -18px;
  left: auto;
  top: -4px;
}

.xb-feature .xb-item--title {
  font-size: 18px;
}

.xb-why-us {
    background-color: #000000a6;
    border: 1px solid rgb(255 255 255 / 95%);
    padding: 63px 50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.xb-why-us .xb-item--icon {
  width: 66px;
  height: 66px;
  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;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.xb-why-us .xb-item--icon::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(92deg, #f8e11e 0%, rgba(248, 225, 30, 0) 100%);
  content: "";
  opacity: .2;
}

.xb-why-us .xb-item--title {
  font-size: 18px;
  margin-bottom: 10px;
  color:#fff;
}

.xb-why-us .xb-item--desc {

  color:#fff;
}

.xb-why-video a {
  margin-left: 65px;
}

@media (max-width: 1199px) {
  .xb-why-video a {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .xb-why-video a {
    position: relative;
    transform: none;
    margin: 30px auto 0;
    top: 0;
    left: 0;
    z-index: 2;
  }
}

.product-item {
      padding: 30px;
    background-color: #ffffff80;
    box-shadow: 2px 3px 8px #00000030;
    margin-block: 10px;
    border-radius: 15px;
}

.product-item:hover .xb-item--price {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
}

.product-item:hover .xb-item--action a {
  width: 100%;
}

.product-item:hover .xb-item--cart {
  width: auto;
  height: 50%;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition-delay: .07s;
}

.product-item:hover .xb-item--img img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.product-item .xb-item--img {
  margin-bottom: 25px;
  height: 280px;
}

.product-item .xb-item--img img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}

.product-item .xb-item--title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.product-item .xb-item--rating li {
  margin: 0 1px;
}

.product-item .xb-item--rating-inner span {
  color: #807474;
  font-size: 14px;
  margin-left: 7px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.product-item .xb-item--price {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #0E1E18;
  font-family: var(--font-heading);
  font-weight: 700;
}

.product-item .xb-item--action {
  border-top: 1px solid #F1F1F1;
  position: relative;
  height: 60px;
}

.product-item .xb-item--action a {
  display: flex;
  align-items: center;
  margin-left: auto;
  width: 60px;
  height: 60px;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.product-item .xb-item--cart-icon {
  width: 18px;
}

.product-item .xb-item--cart {
  opacity: 0;
  visibility: hidden;
  width: 0;
  color: var(--color-white);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
  line-height: 32px;
  margin-left: 7px;
}

.product-item .xb-item--badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: var(--color-primary);
  color: var(--color-white);
  font-size: 14px;
  padding: 3px 10px;
  line-height: 1.2;
}

.xb-product {
  background: #080807;
  padding: 50px 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
}

.xb-product .xb-item--holder {
  padding-top: 20px;
}

.xb-product .xb-item--title {
  font-size: 20px;
  margin-bottom: 8px;
}

.xb-product .xb-item--title:hover a {
  color: var(--color-secondary);
}

.xb-product .xb-item--img {
  min-height: 240px;
}

.xb-product .xb-item--price {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}

.xb-product .xb-item--price span {
  opacity: .5;
  margin-left: 10px;
  text-decoration: line-through;
}

.xb-product .xb-item--cart {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: #161614;
  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;
}

.xb-product .xb-item--cart:hover {
  background-color: var(--color-secondary);
}

.xb-product .xb-item--cart:hover img {
  filter: brightness(0%);
}

.xb-product .xb-item--cart img {
  width: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.xb-product .xb-item--badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E61A23;
  color: var(--color-white);
  font-size: 14px;
  padding: 4px 15px;
  line-height: 1.2;
  font-weight: 600;
}

.xb-product .xb-rating li {
  font-size: 15px;
}

.shop-carousel .xb-swiper-arrow {
  position: relative;
  z-index: 1;
}

.shop-carousel .xb-swiper-arrow svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.shop-carousel .xb-swiper-arrow svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.shop-carousel .xb-swiper-arrow:hover svg path {
  fill: var(--color-secondary);
}

.shop-carousel .xb-swiper-arrow:hover svg {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}

.shop-carousel .xb-swiper-arrow::before {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #080807;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  content: "";
  z-index: -1;
  left: -13px;
  top: -4px;
}

.shop-carousel .xb-swiper-arrow.xb-swiper-arrow-next {
  margin-left: 20px;
}

.shop-carousel .xb-swiper-arrow.xb-swiper-arrow-next::before {
  left: auto;
  right: -13px;
}

.shop-carousel .xb-swiper-arrow.xb-swiper-arrow-next:hover svg {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.shop-shape .shape {
  position: absolute;
  z-index: -1;
}

.shop-shape .shape--1 {
  bottom: 7%;
  left: 0;
}

.shop-shape .shape--2 {
  bottom: 12%;
  right: 0;
}

.woocommerce-toolbar-top {
  margin-bottom: 30px;
  padding: 6px 25px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .woocommerce-toolbar-top {
    justify-content: center;
  }
}

.woocommerce-toolbar-top .woocommerce-ordering {
  margin-left: 20px;
}

.woocommerce-toolbar-top .woocommerce-ordering select {
  background-color: transparent;
  width: auto;
  margin: 0;
  padding: 10px 20px;
  height: 50px;
  border: 0;
  cursor: pointer;
  color: #818181;
  background-position: calc(100% - 0px) 50%;
}

.woocommerce-toolbar-top .woocommerce-ordering select option {
  color: #191B1E;
}

@media (max-width: 767px) {
  .woocommerce-toolbar-top-right {
    justify-content: center;
  }
}

.products .product {
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color-white);
  margin-bottom: 0px;
   box-shadow:2px 2px 8px #00000030;
}
.my-list{
         padding-left:10px;
         
         li{ 
             position:relative;
             padding-left:20px;
             text-align:justify;
             margin-bottom:15px;
             img{
         position:absolute;
         left:-25px;
         top:0%;
     }
     }
     }
@media (max-width: 1199px) {
  .products .product .xb-item--img {
    height: auto;
  }
}

.widget-product {
  list-style: none;
}

.widget-product__item {
  display: flex;
  align-items: center;
  position: relative;
}

.widget-product__item:not(:last-child) {
  margin-bottom: 20px;
}

.widget-product__item .thumb {
  width: 92px;
  height: 92px;
  margin-right: 15px;
}

.widget-product__item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-right: 20px;
}

.widget-product__item .content {
  width: calc(100% - 107px);
}

.widget-product__item .content h3 {
  font-size: 16px;
  color: var(--color-black);
  font-weight: 500;
}

.widget-product__item .content h3 a {
  color: inherit;
}

.widget-product__item .content .price {
  font-size: 14px;
}

.widget-product__item .content .rating {
  position: absolute;
  right: 0px;
  bottom: 12px;
}

@media (max-width: 1199px) {
  .widget-product__item .content .rating {
    position: unset;
  }
}

.widget-product__item .content .rating li {
  font-size: 11px;
  color: #FC7632;
}

.widget-product__item .content .rating li:not(:last-child) {
  margin-right: 2px;
}

.shop-sidebar .widget_price_filter .filter-price {
  position: relative;
  font-size: 15px;
  font-size: 1rem;
}

.shop-sidebar .widget_price_filter .filter-price input {
  border: 0;
  padding: 0;
  display: inline-block;
  width: auto;
  position: absolute;
}

.shop-sidebar .widget_price_filter .filter-price input:focus {
  border: 0;
  outline: none;
}

.shop-sidebar .widget_price_filter .filter-price button {
  background-color: transparent;
  color: var(--color-black);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  display: inline-block;
  border: 0;
  outline: none;
  position: absolute;
  right: 0;
  bottom: 0;
}

.shop-sidebar .widget_price_filter .filter-price #amount {
  color: var(--color-default);
  font-weight: 500;
  height: auto;
  box-shadow: none;
  background: transparent;
  margin: 0;
  padding-left: 3px;
  color: #6E6D79;
}

.shop-sidebar .widget_price_filter #slider-range {
  height: 6px;
  background: #EEEEED;
  border: 0;
  border-radius: 50px;
  margin-bottom: 12px;
}

.shop-sidebar .widget_price_filter .ui-state-default,
.shop-sidebar .widget_price_filter .ui-widget-content .ui-state-default,
.shop-sidebar .widget_price_filter .ui-widget-header .ui-state-default {
  width: 5px;
  height: 14px;
  margin: 0;
  border: none;
  background: var(--color-primary);
  border-radius: 0;
  top: -4px;
}

.shop-sidebar .widget_price_filter .ui-state-default:focus,
.shop-sidebar .widget_price_filter .ui-widget-content .ui-state-default:focus,
.shop-sidebar .widget_price_filter .ui-widget-header .ui-state-default:focus {
  outline: none;
}

.shop-sidebar .widget_price_filter #slider-range .ui-slider-range {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: var(--color-primary);
}

.product-single-wrap {
  display: block;
  flex-wrap: wrap;
  padding-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .product-single-wrap {
    padding-right: 30px;
  }
}

@media (max-width: 1199px) {
  .product-single-wrap {
    padding-right: 10px;
  }
}

.product_details_img {
  border: 1px solid var(--color-border);
  display: block;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.shop_thumb_tab {
  margin-top: 10px;
}

.shop_thumb_tab ul {
  flex-wrap: wrap;
  margin: -10px;
  margin-top: 0;
}

.shop_thumb_tab ul li {
  margin-bottom: 20px;
}

.shop_thumb_tab ul li .nav-link {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 10px;
}

.shop_thumb_tab ul li:last-child {
  margin-bottom: 0;
}

.shop_thumb_tab ul li button {
  padding: 0;
  border: transparent;
  overflow: hidden;
}

.shop_thumb_tab ul li button {
  max-width: 145px;
  height: auto;
  background: transparent;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .shop_thumb_tab ul li button {
    max-width: 130px;
  }
}

@media (max-width: 1199px) {
  .shop_thumb_tab ul li button {
    max-width: 100px;
  }
}

.shop_thumb_tab ul li button.active {
  border-color: var(--color-primary);
}

.product_details_img .pl_thumb img {
  width: 100%;
    box-shadow: 0px 0px 6px #00000030;
    border-radius: 20px;
    aspect-ratio: 16 / 12;
    object-fit: contain;
}

.shop_details .details_content {
  padding-left: 40px;
}

.details_content .title {
  font-size: 45px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.details_content .pl_list {
  margin-top: 25px;
  margin-bottom: 30px;
}

.details_content .price {
  font-size: 25px;
  margin-bottom: 6px;
  font-weight: 700;
}

.details_content .review_wrap {
  margin-bottom: 22px;
}

.details_content .review_wrap .review li {
  color: #ffab50;
  font-size: 13px;
  margin-right: 6px;
}

.product-details p {
  font-size: 17px;
  color: #4A4C51;
  line-height: 30px;
}

.product-details h2 {
  font-size: 36px;
  margin-bottom: 14px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .product-details h2 {
    font-size: 24px;
  }
}

.shop-single-section {
  font-weight: 500;
}

.shop-single-section .product-details .price {
  font-size: 18px;
  margin: 0.4em 0 0.7em;
  font-weight: 500;
  color: var(--color-black);
}

.shop-single-section .product-details .price span {
  color: currentColor;
}

.shop-single-section .product-details .price .old {
  font-size: 18px;
  font-weight: normal;
  color: var(--color-default);
  text-decoration: line-through;
  display: inline-block;
  margin-left: 5px;
}

.shop-single-section .product-details .rating {
  margin-bottom: 20px;
}

.product-details .rating i::before {
  font-size: 12px;
  color: #ffab50;
}

.shop-single-section .product-details .color-size span {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: bold;
  color: var(--color-default);
  text-transform: uppercase;
  display: inline-block;
  padding-right: 15px;
  display: block;
  margin-bottom: 5px;
}

.shop-single-section .product-details .color-size select {
  min-width: 80px;
  height: 40px;
  border: 1px solid var(--color-border);
  color: var(--color-black);
  outline: 0;
  padding: 6px 15px;
  background-position: calc(100% - 15px) 17px;
}

.shop-single-section .product-details .color-size>div+div {
  margin-top: 15px;
}

.product-details .product-option .product-row {
  display: flex;
  align-items: center;
}

.product-details .product-option .product-row input {
  margin-bottom: 0;
}

.product-details .product-option .product-row .add-to-cart-btn button {
  margin-left: 0px;
  padding: 12px 30px;
  font-weight: 600;
  height: 50px;
  max-width: 300px;
  width: 100%;
  background: var(--color-primary);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #fff;
}

.product-details .product-option .product-row .add-to-cart-btn button i {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  font-size: 13px;
  margin-left: 0;
  margin-right: 10px;
}

.shop-single-section .product-details .product-option .product-row>div:first-child {
  width: 150px;
  height: 50px;
}

.shop-single-section .product-details .color-size {
  margin-bottom: 30px;
}

.shop-single-section .product-details .product-option .bootstrap-touchspin {
  border: 1px solid #E7E9EE;
  background-color: transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.shop-single-section .product-details .product-option .bootstrap-touchspin button {
  text-decoration: none;
  height: 50px;
  width: 50px;
  line-height: 50px;
  padding: 0 15px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  color: #191B1E;
}

.shop-single-section .product-details .product-option .bootstrap-touchspin-down {
  left: 0;
  border-right: 1px solid #E7E9EE;
}

.shop-single-section .product-details .product-option .bootstrap-touchspin-up {
  right: 0;
  border-left: 1px solid #E7E9EE;
}

.shop-single-section .product-details .product-option .bootstrap-touchspin input {
  border: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  color: #191B1E;
  padding: 0;
  background-color: transparent;
}

.shop-single-section .product-details .product-count:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.shop-single-section .thb-product-meta-after .product_meta>span {
  font-size: 18px;
  font-weight: 500;
  color: #232323;
  display: block;
  margin-bottom: 15px;
}

.shop-single-section .thb-product-meta-after .product_meta>span a {
  font-weight: 400;
  font-size: 20px;
  color: #000;
}

.shop-single-section .product-details .product-option {
  margin-top: 40px;
}

.shop-single-section .single-product-info {
  margin-top: 20px;
}

.product-share-wrap a {
  margin-left: 15px;
}

.product-share-wrap a:hover {
  color: var(--color-primary);
}

@media (max-width: 767px) {
  .shop-single-section .single-product-info .tablist {
    margin-bottom: 25px;
  }
}

.shop-single-section .single-product-info h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.7em;
  font-weight: 500;
}

.shop-single-section .single-product-info p {
  margin-bottom: 1.3em;
}

.shop-single-section .single-product-info .tab-pane p:last-child {
  margin-bottom: 0;
}

.shop-single-section .single-product-info .nav-tabs {
  border: 0;
  display: inline-block;
  margin-top: 5px;
}

.shop-single-section .single-product-info .nav-tabs {
  margin-top: -10px;
}

.shop-single-section .single-product-info .nav-tabs li {
  float: left;
  margin-right: 30px;
  margin-top: 10px;
}

.shop-single-section .single-product-info .nav-tabs li:last-child {
  margin-right: 0;
}

.shop-single-section .single-product-info .nav-tabs button {
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  display: block;
  border: 1px solid #E0DDE5;
  padding: 13px 45px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.shop-single-section .single-product-info .nav-tabs button.active {
  color: var(--color-white);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.shop-single-section .single-product-info .nav-tabs button.active::before {
  opacity: 1;
}

@media (max-width: 767px) {
  .shop-single-section .single-product-info .nav-tabs button {
    font-size: 12px;
    padding: 8px 25px;
  }
}

.shop-single-section .single-product-info .nav-tabs a:hover,
.shop-single-section .single-product-info .nav-tabs .active a {
  background-color: transparent;
  color: #00394f;
}

.shop-single-section .single-product-info .tab-content {
  padding: 35px 0;
  margin-top: -1px;
  text-align: left;
}

@media (max-width: 767px) {
  .shop-single-section .single-product-info .tab-content {
    border: 0;
    padding: 0;
    margin: 0;
  }
}

.shop-single-section .single-product-info .client-rv {
  overflow: hidden;
  margin-bottom: 30px;
}

.shop-single-section .single-product-info .client-rv:last-child {
  margin-bottom: 0;
}

.shop-single-section .single-product-info .client-rv .client-pic {
  width: 60px;
  float: left;
  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) {
  .shop-single-section .single-product-info .client-rv .client-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.shop-single-section .single-product-info .client-rv .details {
  width: calc(100% - 80px);
  float: right;
}

@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .details {
    width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .name-rating-time {
    padding-bottom: 3px;
  }
}

.shop-single-section .single-product-info .client-rv .name-rating-time>div,
.shop-single-section .single-product-info .client-rv .name-rating>div {
  display: inline-block;
  font-size: 14px;
  font-size: 0.9333333333rem;
}

@media (max-width: 767px) {

  .shop-single-section .single-product-info .client-rv .name-rating-time>div,
  .shop-single-section .single-product-info .client-rv .name-rating>div {
    font-size: 12px;
    font-size: 0.8rem;
    display: block;
  }
}

.shop-single-section .single-product-info .client-rv .rating .fi:before {
  font-size: 12px;
}

.shop-single-section .single-product-info .client-rv .rating {
  font-size: 12px;
  color: #E0A500;
  padding-left: 12px;
}

@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .rating {
    padding-left: 0;
    margin: 4px 0 7px;
  }
}

.shop-single-section .single-product-info .client-rv .name-rating-time .time {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 500;
  margin-top: 3px;
  display: block;
  color: #b3b3b3;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .name-rating-time .time {
    float: none;
  }
}

.shop-single-section .single-product-info .client-rv .review-body {
  padding-top: 12px;
}

.shop-single-section .single-product-info .review-form-wrapper {
  margin-top: 50px;
}

@media screen and (min-width: 1200px) {
  .shop-single-section .single-product-info .review-form-wrapper {
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .shop-single-section .single-product-info .review-form {
    margin-top: 45px;
  }
}

.shop-single-section .single-product-info .review-form h4 {
  margin-bottom: 1.73em;
  font-weight: 500;
}

.shop-single-section .single-product-info .review-form form input,
.shop-single-section .single-product-info .review-form form textarea {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 12px 15px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 991px) {

  .shop-single-section .single-product-info .review-form form input,
  .shop-single-section .single-product-info .review-form form textarea {
    padding: 10px 15px;
  }
}

.shop-single-section .single-product-info .review-form form input:focus,
.shop-single-section .single-product-info .review-form form textarea:focus {
  border: 1px solid var(--color-primary);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shop-single-section .single-product-info .review-form form textarea {
  height: 130px;
}

.shop-single-section .single-product-info .review-form form>div {
  margin-bottom: 27px;
}

.shop-single-section .single-product-info .review-form form>div:last-child {
  margin-bottom: 0;
}

.shop-single-section .single-product-info .review-form form .rating-wrapper>div {
  display: inline-block;
}

@media (max-width: 767px) {
  .shop-single-section .single-product-info .review-form form .rating-wrapper>div {
    display: block;
    float: none !important;
  }
}

.shop-single-section .single-product-info .review-form form .rating-wrapper>div:last-child {
  float: right;
}

@media (max-width: 767px) {
  .shop-single-section .single-product-info .review-form form .rating-wrapper>div:last-child {
    margin-top: 20px;
  }
}

.shop-single-section .single-product-info .review-form form .rating a {
  font-size: 14px;
  color: #cccccc;
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .shop-single-section .single-product-info .review-form form .rating a {
    font-size: 12px;
  }
}

.shop-single-section .single-product-info .review-form form .rating a:last-child {
  margin: 0;
}

.shop-single-section .single-product-info .review-form form .rating a:hover {
  color: #E0A500;
}

.shop-single-section .single-product-info .review-form .submit button {
  border: 0;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
}

.shop-single-section .realted-porduct {
  margin-top: 20px;
}

.shop-single-section .realted-porduct .title {
  font-size: 28px;
  line-height: 0.95em;
  margin: 0 0 0.7em;
  position: relative;
  margin-bottom: 30px;
}

.account-form {
  border: 1px solid #E0DDE5;
  padding: 30px;
}

@media (max-width: 767px) {
  .account-form {
    padding: 20px 15px;
  }
}

.account-form label {
  color: var(--color-black);
  margin-bottom: 10px;
}

.account-form .form-check-input {
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  box-shadow: none;
}

.account-form .form-check-input:focus {
  border-color: var(--color-primary);
}

.account-form .form-check-input:checked {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.account-form__inner h3 {
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .account-form__inner h3 {
    font-size: 24px;
  }
}

.account-form__btn button {
  padding: 15px 50px;
}

.account-form__chekbox {
  display: flex;
  align-items: center;
}

.account-form .lost-password {
  color: #4A4C51;
  margin-top: 15px;
  display: inline-block;
}

.account-form .lost-password:hover {
  color: var(--color-black);
}

.account-form__content a {
  color: var(--color-black);
}

.woocommerce-cart .grop-page-content_warp .woocommerce {
  margin-top: 20px;
  margin-bottom: 41px;
}

.woocommerce .quantity {
  width: 76px;
}

.woocommerce-cart .woocommerce table.shop_table th {
  padding: 15px 19px 13px;
  text-transform: uppercase;
  color: #191B1E;
  font-weight: 500;
}

.woocommerce table.shop_table {
  border: 0;
  border-radius: 0;
}

.shop_table tfoot tr th {
  font-weight: normal;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 500;
}

.shop_table {
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: left;
}

.shop_table thead tr th:first-child {
  text-align: left;
}

.shop_table.woocommerce-checkout-review-order-table th,
.shop_table.woocommerce-checkout-review-order-table td {
  padding-top: 15px;
  padding-bottom: 15px;
}

.shop_table th,
.shop_table td {
  padding: 25px 0;
}

.shop_table.woocommerce-checkout-review-order-table th,
.shop_table.woocommerce-checkout-review-order-table td {
  padding-top: 15px;
  padding-bottom: 15px;
}

.shop_table tbody tr td {
  padding-right: 25px;
}

.shop_table th,
.shop_table td {
  padding: 25px 0;
}

.add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #fff;
  border-radius: 0;
  padding: 25px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  list-style: none;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #e6e6e6;
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  border: 1em solid rgba(22, 29, 57, 0.1);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding-left: 0;
}

.woocommerce-checkout #payment div.form-row .xb-btn {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: var(--color-white);
  background-color: var(--color-primary);
}

.woocommerce table.shop_table td {
  border-top: 1px solid rgba(22, 29, 57, 0.1);
}

.woocommerce-cart .woocommerce table.shop_table td.actions {
  padding-top: 19px;
  padding-bottom: 19px;
  text-align: right;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  font-size: 15px;
  font-size: 1rem;
  padding: 17px 19px 15px;
  color: #191B1E;
}

.woocommerce-cart .woocommerce table.shop_table .cart_single td.product-name,
.woocommerce-cart .woocommerce table.shop_table .cart_single td.product-name a {
  color: var(--color-default);
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  float: left;
}

.woocommerce table.cart td.actions .coupon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .woocommerce table.cart td.actions .coupon {
    display: unset;
  }
}

.widget_products .product-list-widget>li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.widget_products .product-list-widget>li:last-child {
  margin-bottom: 0;
}

.widget_products .product-thumb {
  width: 80px;
  margin-right: 15px;
}

.rating_star li {
  font-size: 12px;
  color: #ffab50;
  margin-right: 2px;
}

.widget_products .rating_star {
  margin-bottom: 6px;
}

.widget_products .procuct-title {
  font-size: 16px;
  margin-bottom: 7px;
}

.widget_products .woocommerce-Price-amount.amount {
  font-size: 14px;
}

.widget_products .prodcut-content del {
  font-size: 15px;
  padding-left: 5px;
  color: var(--color-default);
}

.widget_products .prodcut-content ins {
  text-decoration: none;
  color: var(--color-black);
}

.woocommerce-cart .woocommerce table.shop_table td.actions .coupon label:first-child {
  display: none;
}

.woocommerce-cart .woocommerce table.shop_table td.actions #coupon_code {
  height: 52px;
  padding-left: 18px;
  width: 227px;
  box-shadow: none;
  border: 1px solid rgba(22, 29, 57, 0.1);
  color: var(--color-black);
  margin: 0;
  margin-right: 20px;
  padding: 10px 20px;
}

.woocommerce-cart .woocommerce table.shop_table td.actions input:focus {
  border-color: var(--color-primary) !important;
}

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal],
.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal],
.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal] {
  color: var(--color-black);
}

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]::-webkit-input-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal]::-webkit-input-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal]::-webkit-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  color: var(--color-default);
}

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]::-moz-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal]::-moz-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal]::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  color: var(--color-default);
}

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]:-ms-input-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal]:-ms-input-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal]:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  color: var(--color-default);
}

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]:-moz-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal]:-moz-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal]:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  color: var(--color-default);
}

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal th,
.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td,
.woocommerce-cart .woocommerce table.shop_table tr.shipping th,
.woocommerce-cart .woocommerce table.shop_table tr.shipping td,
.woocommerce-cart .woocommerce table.shop_table tr.order-total th,
.woocommerce-cart .woocommerce table.shop_table tr.order-total td {
  padding: 16px 15px 14px;
}

.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-button {
  color: var(--color-black);
  margin-top: 6px;
  display: block;
  margin-bottom: 12px;
}

.woocommerce-cart .shipping-calculator-form .form-row {
  margin: 0 0 13px;
}

.woocommerce-cart .shipping-calculator-form button.button {
  background-color: #000 !important;
  color: #ffffff !important;
  height: 45px;
  line-height: 45px;
  padding: 1px 27px 0;
  margin-top: 4px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 70px;
  object-fit: cover;
}

.woocommerce-cart .woocommerce table.shop_table .cart_single td a.remove {
  width: 18px;
  height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 17px;
  color: #fff;
  border-radius: 50%;
  background: #dbdbdb;
}

.woocommerce-cart .woocommerce table.shop_table .cart_single td a.remove:hover {
  background-color: #000;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
  padding-top: 0;
  padding-bottom: 0;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  margin-top: 50px;
}

.woocommerce .cart-collaterals .cart_totals>h2,
.woocommerce-page .cart-collaterals .cart_totals>h2 {
  font-size: 24px;
  font-size: 1.6rem;
  margin: 0 0 1.3em;
}

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
  border: 1px solid rgba(22, 29, 57, 0.1);
  color: var(--color-default);
  font-size: 14px;
  height: 50px;
  width: 100%;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 0;
  text-align: right;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 0;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
  margin-top: 16px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  padding: 20px 50px;
  border-radius: 0;
  background-color: var(--color-primary);
  color: #fff;
}

.woocommerce-cart .input-text.qty.text {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce-cart input::-webkit-outer-spin-button,
.woocommerce-cart input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (max-width: 600px) {
  .woocommerce-cart thead {
    display: none;
  }

  .woocommerce-cart table,
  .woocommerce-cart th,
  .woocommerce-cart td,
  .woocommerce-cart tr,
  .woocommerce-cart tbody {
    width: 100%;
    display: block;
    border: 0;
    text-align: center;
  }

  .woocommerce table.shop_table {
    border: 1px solid rgba(22, 29, 57, 0.1);
  }

  .quantity {
    margin: 0 auto;
  }

  .woocommerce table.shop_table td {
    border: 0;
  }

  .woocommerce-cart tbody>tr {
    position: relative;
  }

  .woocommerce-cart tbody>tr+tr {
    border-top: 1px solid rgba(22, 29, 57, 0.1);
  }

  .woocommerce-cart tbody>tr {
    padding: 30px 20px;
  }

  .woocommerce-cart .woocommerce table.shop_table .cart_single td {
    padding: 8px 10px;
  }

  .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-remove {
    border-right: 0;
    width: auto;
  }

  .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-remove {
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .woocommerce-cart .woocommerce table.shop_table td.actions {
    text-align: center;
  }

  .woocommerce-cart .woocommerce table.shop_table td.actions input,
  .woocommerce-cart .woocommerce table.shop_table td.actions button {
    display: block;
    float: none;
  }

  .woocommerce-cart .coupon {
    float: none !important;
  }

  .woocommerce-cart .woocommerce table.shop_table td.actions input,
  .woocommerce-cart .woocommerce table.shop_table td.actions button {
    display: inline-block;
    float: none;
    margin-top: 10px;
  }

  .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-name,
  .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-name a,
  .woocommerce-cart .woocommerce table.shop_table .cart_single td,
  .woocommerce-cart .woocommerce table.shop_table .cart_single td a {
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .cart-section .container {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .cart-section .wc-proceed-to-checkout {
    text-align: center;
  }
}

.cart-section .btn {
  padding: 7px 4px 7px 6px;
  font-size: 8px;
  font-weight: normal;
  position: relative;
}

.cart-section .btn:hover {
  background-color: #000 !important;
}

.cart-section .bootstrap-touchspin {
  border: 1px solid rgba(22, 29, 57, 0.1);
  width: 100px;
}

.cart-section .bootstrap-touchspin button {
  text-decoration: none;
  border: 0;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  color: var(--color-default);
}

.cart-section .bootstrap-touchspin input {
  border: 0;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  color: var(--color-default);
  background: transparent;
}

.cart-section .bootstrap-touchspin-up {
  right: 10px;
}

.cart-section .bootstrap-touchspin-up:hover {
  background: transparent !important;
}

.cart-section .bootstrap-touchspin-down {
  left: 10px;
}

.cart-section .bootstrap-touchspin-down:hover {
  background: transparent !important;
}

/* Firefox */
.woocommerce-cart input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce strong {
  font-weight: 500;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
}

.checkout-section .checkout.woocommerce-checkout {
  overflow: hidden;
  clear: both;
}

@media screen and (min-width: 992px) {
  .checkout-section .checkout.woocommerce-checkout .col2-set {
    width: 70%;
    float: left;
    padding-right: 85px;
  }

  .checkout-section .checkout.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 30%;
    float: right;
  }

  .checkout-section .checkout.woocommerce-checkout form .form-row.form-row-first,
  .checkout-section .checkout.woocommerce-checkout form .form-row.form-row-last,
  .checkout-section .checkout.woocommerce-checkout .form-row.form-row-first,
  .checkout-section .checkout.woocommerce-checkout .form-row.form-row-last {
    width: 50%;
    float: left;
  }

  .checkout-section .checkout.woocommerce-checkout form .form-row.form-row-first,
  .checkout-section .checkout.woocommerce-checkout .form-row.form-row-first {
    padding-right: 15px;
  }

  .checkout-section .checkout.woocommerce-checkout .form-row label,
  .woocommerce .form-row label {
    color: #191B1E;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
  }

  .checkout-section .checkout.woocommerce-checkout form .form-row.form-row-last,
  .checkout-section .checkout.woocommerce-checkout .form-row.form-row-last {
    padding-left: 15px;
  }
}

.checkout-section .checkout.woocommerce-checkout .form-row label.checkbox,
.checkout-section .checkout.woocommerce-checkout .woocommerce-shipping-fields label.checkbox {
  display: inline-block;
}

.checkout-section .checkout.woocommerce-checkout .form-row textarea {
  height: 180px;
}

.woocommerce-cart .actions .xb-btn {
  border: 0;
  height: 52px;
  padding: 10px 50px;
  border-radius: 0;
  background-color: var(--color-primary);
  color: #fff;
}

.woocommerce table.shop_table {
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
  background-color: #fff;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 1px solid #E7E9EE;
}

/*** woocommerce ***/
.woocommerce-Button,
.woocommerce-button {
  background: rgba(0, 0, 0, 0.9);
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 500;
  font-weight: 500;
  padding: 12px 30px;
  color: #fff;
  margin-top: 20px;
  color: white;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 0;
}

.woocommerce-Button:hover,
.woocommerce-button:hover {
  background: #000;
}

.woocommerce-info:before {
  display: none;
}

.woocommerce-privacy-policy-text a {
  font-weight: 500;
  color: #E0A500;
  text-decoration: underline;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.lost_password a {
  color: #191B1E;
}

.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover,
.lost_password a:hover {
  text-decoration: underline;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #fff;
  width: auto;
  padding: 15px 15px 15px 35px;
  margin: 0 0 2em;
  position: relative;
  color: #191B1E;
  list-style: none;
  word-wrap: break-word;
}

@media (max-width: 767px) {

  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    padding: 15px;
  }
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  margin: 19px 0;
  text-align: left;
  border-radius: 0;
}

.woocommerce .login p {
  margin-bottom: 15px;
}

@media (max-width: 767px) {

  .woocommerce form.checkout_coupon,
  .woocommerce form.login,
  .woocommerce form.register {
    padding: 34px 20px 33px;
  }
}

.woocommerce form .form-row .required {
  color: red;
  font-weight: 600;
  border: 0;
}

.woocommerce form.login>p:not(.form-row) {
  margin-bottom: 2em;
}

#customer_login form.login>p:not(.form-row) {
  margin-top: 2em;
  margin-bottom: 0;
}

.woocommerce form.login input[type=submit],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: #fff;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  border: 0;
  border-radius: 0;
  outline: 0;
  background-color: var(--color-primary);
}

.woocommerce .checkout_coupon input[type="submit"] {
  padding: 12px 30px;
  border: 0;
  margin-top: 10px;
  border-radius: 0;
  background-color: var(--color-primary);
  color: #fff;
}

.woocommerce form.login input[type=submit]:hover,
.woocommerce form.login input[type=submit]:focus,
.woocommerce form.login input[type=submit]:active,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:active,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:active,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:active,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:active {
  background-color: var(--color-primary);
  color: #fff;
}

.woocommerce form .form-row label.inline {
  display: inline;
  padding-left: 15px;
}

.woocommerce h3 {
  font-size: 22px;
  font-size: 1.4666666667rem;
  margin: 1em 0 1.5em;
}

abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

@media (max-width: 767px) {
  .woocommerce form .form-row label.inline {
    padding-left: 5px;
  }
}

.checkout-section input[type="text"],
.checkout-section input[type="password"],
.checkout-section input[type="email"],
.checkout-section input[type="tel"],
.checkout-section select,
.checkout-section textarea {
  height: 55px;
  box-shadow: none;
  padding: 10px 20px;
  border: 2px solid transparent;
  background-color: #fff;
}

.checkout-section input[type="text"]:focus,
.checkout-section input[type="password"]:focus,
.checkout-section input[type="email"]:focus,
.checkout-section input[type="tel"]:focus,
.checkout-section select:focus,
.checkout-section textarea:focus {
  border-color: var(--color-primary);
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 400;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #f5f5f5;
  color: var(--color-default);
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 .5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: .83em;
  color: var(--color-default);
  margin-left: 10px;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 5px 0 0;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid var(--color-border);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #f5f5f5;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0;
}

.woocommerce-billing-fields p {
  margin-bottom: 15px;
}

.mb-none-30 {
  margin-bottom: -30px;
}

.xb-testimonial .xb-item--avatar {
  position: relative;
  width: 90px;
  height: 90px;
  margin-right: 30px;
}

.xb-testimonial .xb-item--avatar>img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.xb-testimonial .xb-item--quote {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.xb-testimonial .xb-item--holder {
  width: calc(100% - 120px);
}

.xb-testimonial .xb-item--name {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--color-white);
}

.xb-testimonial .xb-item--date {
  font-size: 14px;
  color: var(--color-white);
}

.xb-testimonial .xb-item--desc {
  font-size: 16px;
  color: var(--color-white);
}

.testimonial-slider {
  padding-bottom: 80px;
}

.testimonial-slider .swiper-pagination-bullet {
  background-color: var(--color-primary);
  opacity: 0.5;
  width: 8px;
  height: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.testimonial-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 27px;
  opacity: 1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.testimonial-slider2 {
  padding-bottom: 80px;
}

.testimonial-slider2 .swiper-pagination-bullet {
  background-color: var(--color-primary);
  opacity: 0.1;
  width: 8px;
  height: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.testimonial-slider2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 27px;
  opacity: 1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.xb-testimonial2 {
  background-color: #080807;
  padding: 30px 50px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.xb-testimonial2 .xb-item--avatar {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 33px;
}

.xb-testimonial2 .xb-item--avatar>img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.xb-testimonial2 .xb-item--quote {
  width: 30px;
  height: 30px;
  border: 1px solid #080807;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-secondary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.xb-testimonial2 .xb-item--quote img {
  filter: brightness(0%);
}

.xb-testimonial2 .xb-item--desc {
  color: #A1A19E;
  font-weight: 500;
}

.xb-testimonial2 .xb-item--name {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--color-white);
  margin-bottom: 3px;
}

.xb-testimonial2 .xb-item--date {
  font-size: 14px;
  color: #DDDDDD;
}

.testimonial-shape .shape {
  position: absolute;
  z-index: -1;
}
.testimonial-shape .shape img{
    opacity:.3;
}
.testimonial-shape .shape--1 {
  bottom: 33%;
  left: -8px;
}

.testimonial-shape .shape--2 {
  right: 0;
  top: 33%;
  transform:scaleX(-1);
}

.xb-pricing {
  border: 1px solid rgba(6, 6, 6, 0.1);
}

.xb-pricing .xb-item--head {
  background-color: #00000000;
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
  padding: 40px 30px;
  padding-bottom: 59px;
}

.xb-pricing .xb-item--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
}

.xb-pricing .xb-item--body {
  padding: 35px 18px 30px;
}

.xb-pricing .xb-item--title {
  font-size: 14px;
  text-transform: uppercase;
  background-color: var(--color-white);
  padding: 5px 15px;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-bottom: 28px;
}

.xb-pricing .xb-item--price {
     color: var(--color-primary);
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 3px;
    /*border-bottom: 1px solid #00000020;*/
    padding-bottom: 6px;
    margin-bottom: 12px;
    text-align:center;
    
}

.xb-pricing .xb-item--price span {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-body);
  text-transform: capitalize;
  padding-left: 10px;
}

.xb-pricing .xb-item--price-sub {
  color: var(--color-primary);
}

.xb-pricing .xb-item--btn .thm-btn {
  justify-content: center;
  color: #060606;
  padding: 22px 50px;
  margin-top: 25px;
}

.xb-pricing .xb-item--btn .thm-btn img {
  filter: brightness(0%);
  width: 15px;
  margin-right: 11px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.xb-pricing .xb-item--btn .thm-btn::before {
  border-color: #060606;
}

.xb-pricing .xb-item--btn .thm-btn:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: var(--color-white);
}

.xb-pricing .xb-item--btn .thm-btn:hover::before {
  border-color: var(--color-primary);
}

.xb-pricing .xb-item--btn .thm-btn:hover img {
  filter: brightness(100%);
}

.xb-pricing .xb-item--shape {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 41px;
}

.xb-pricing .xb-item--list li {
  display: flex;
  align-items: center;
}

.xb-pricing .xb-item--list li:not(:last-child) {
  margin-bottom: 5px;
}

.xb-pricing .xb-item--list li img {
  margin-right: 10px;
}

.xb-pricing .xb-item--list li.deactive {
  text-decoration: line-through;
  color: #BFB9B9;
}

.xb-pricing.active {
  background-color: #171717;
  border: none;
}

.xb-pricing.active .xb-item--head {
  background-color: var(--color-primary);
}

.xb-pricing.active .xb-item--btn .thm-btn {
  color: var(--color-white);
}

.xb-pricing.active .xb-item--btn .thm-btn::before {
  border-color: var(--color-primary);
}

.xb-pricing.active .xb-item--btn .thm-btn::after {
  width: 100%;
  bottom: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.xb-pricing.active .xb-item--btn .thm-btn img {
  filter: brightness(100%);
}

.xb-pricing.active .xb-item--list li {
  color: var(--color-white);
}

.xb-pricing2 {
  padding: 40px;
  padding-top: 0;
  background-color: #161614;
  border: 1px solid rgba(221, 221, 221, 0.15);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

@media (max-width: 1199px) {
  .xb-pricing2 {
    padding: 40px 30px;
    padding-top: 0;
  }
}

.xb-pricing2 .xb-item--icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 auto 30px;
  border: 1px solid rgba(221, 221, 221, 0.1);
  background-color: #080807;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -35px;
  position: relative;
  z-index: 1;
}

.xb-pricing2 .xb-item--icon::before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #161614;
  content: "";
  z-index: -1;
}

.xb-pricing2 .xb-item--heading {
  font-size: 15px;
  font-weight: 700;
  background-color: #080807;
  border: 1px solid rgba(221, 221, 221, 0.1);
  text-transform: uppercase;
  padding: 5px 20px;
  display: inline-block;
  color: var(--color-white);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin-bottom: 30px;
}

.xb-pricing2 .xb-item--price {
  font-size: 45px;
  margin-bottom: 30px;
}

.xb-pricing2 .xb-item--price span {
  font-size: 16px;
  margin-left: 10px;
  text-transform: capitalize;
  font-weight: 400;
  color: #A1A19E;
  font-family: var(--font-body);
}

.xb-pricing2 .xb-item--title {
  font-size: 16px;
  color: #DDDDDD;
  padding: 18px 0;
  border-top: 1px solid rgba(221, 221, 221, 0.15);
  border-bottom: 1px solid rgba(221, 221, 221, 0.15);
}

.xb-pricing2 .xb-item--list li {
  display: flex;
  align-items: center;
}

.xb-pricing2 .xb-item--list li:not(:last-child) {
  margin-bottom: 18px;
}

.xb-pricing2 .xb-item--list li img {
  margin-right: 10px;
}

.xb-pricing2 .xb-item--list li.deactive {
  color: #5B5B59;
  text-decoration: line-through;
}

.xb-pricing2 .xb-item--btn {
  background-color: #080807;
  color: #fff;
}

.xb-pricing2 .xb-item--btn:hover {
  background-color: var(--color-secondary);
  color: #080807;
}

.xb-pricing2 .xb-item--btn:hover img {
  filter: brightness(0%);
}

.xb-pricing2 .xb-item--btn img {
  width: 16px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.xb-pricing2.active {
  background-color: #080807;
  margin: 0 -2px;
  z-index: 2;
  position: relative;
}

.xb-pricing2.active .xb-item--icon {
  width: 90px;
  height: 90px;
}

.xb-pricing2.active .xb-item--icon::before {
  top: 5px;
  left: 5px;
  width: 80px;
  height: 80px;
}

.xb-pricing2.active .xb-item--heading {
  background-color: #161614;
}

.xb-pricing2.active .xb-item--btn {
  background-color: var(--color-secondary);
  color: #080807;
}

.xb-pricing2.active .xb-item--btn img {
  filter: brightness(0%);
}

.xb-pricing2.active .xb-item--title {
  margin: 0 -40px;
}

.pricing-shape .shape {
  position: absolute;
  z-index: -1;
}

.pricing-shape .shape--1 {
  bottom: 0;
  left: -8px;
}

.pricing-shape .shape--2 {
  right: 0;
  bottom: 0;
}

.br-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bl-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*----------------------------------------*/
/*  21. accordion
/*----------------------------------------*/
.accordion-inner {
  padding: 120px 110px;
}

@media (max-width: 1199px) {
  .accordion-inner {
    padding: 120px 60px;
  }
}

@media (max-width: 767px) {
  .accordion-inner {
    padding: 120px 0px;
  }
}

.accordion_box {
  position: relative;
  list-style: none;
}

.accordion_box .block {
  position: relative;
  overflow: hidden;
}

.accordion_box .block:last-child {
  margin-bottom: 0;
}

.accordion_box .block .acc-btn {
  color: var(--color-white);
  position: relative;
  font-weight: 700;
  font-size: 24px;
  cursor: pointer;
  padding: 24px 0;
  padding-right: 70px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 991px) {
  .accordion_box .block .acc-btn {
    font-size: 20px;
  }
}

.accordion_box .block.active-block .acc-btn .arrow::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion_box .block .content {
  position: relative;
  padding-right: 40px;
  padding-bottom: 35px;
}

.accordion_box .block .content p {
  color: #fff;
}

.accordion_box .block .content p:not(:last-child) {
  margin-bottom: 20px;
}

.accordion_box .block .content a {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 700;
}

.accordion_box .block .content a:hover span {
  -webkit-transform: translate(4px, -2px);
  -ms-transform: translate(4px, -2px);
  transform: translate(4px, -2px);
}

.accordion_box .block .content a span {
  margin-left: 10px;
  width: 15px;
  height: 15px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.accordion_box .block .acc_body {
  position: relative;
  display: none;
}

.accordion_box .block .number {
  position: absolute;
  top: 23px;
  left: 0;
  font-size: 20px;
  color: var(--color-white);
  font-weight: 700;
}

.accordion_box .block .acc_body.current {
  display: block;
}

.xb-accordion .block {
  background-color: #252525;
  margin-top: 20px;
      overflow: hidden;
    border-radius: 10px;
}

.xb-accordion .block.active-block .acc-btn .arrow::before {
  content: "\f068";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  color: var(--color-primary);
}

.xb-accordion .block.active-block .acc-btn .arrow {
  border-color: var(--color-primary);
}

.xb-accordion .block .acc-btn {
  color: var(--color-white);
  padding: 26px 70px;
  padding-left: 55px;
  font-size: 22px;
  font-family: var(--font-heading);
  text-transform: uppercase;
}
.xb-accordion .block .acc-btn.active{
    border-bottom:1px solid #ffffff50;
    margin-bottom:20px;
}
@media (max-width: 991px) {
  .xb-accordion .block .acc-btn {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .xb-accordion .block .acc-btn {
    padding: 10px;
    font-size: 15px;
    padding-right: 60px;
  }
}

.xb-accordion .block .acc-btn .arrow {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid var(--color-white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .xb-accordion .block .acc-btn .arrow {
    right: 15px;
  }
}

.xb-accordion .block .acc-btn .arrow::before {
  top: 5px;
  left: 12px;
  font-size: 16px;
  color: var(--color-white);
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  position: absolute;
  -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);
  background-image: none;
  width: auto;
  height: auto;
  right: auto;
}

.xb-accordion .block .content {
  padding: 0 70px 30px 30px;
}

@media (max-width: 767px) {
  .xb-accordion .block .content {
    padding: 0 50px 30px 20px;
  }
}

.xb-accordion .block .content p {
  line-height: 30px;
  font-weight: 500;
  text-align:justify;
}

.xb-accordion .block .content ul {
  line-height: 30px;
  list-style: inside;
  line-height: 30px;
  color: var(--color-white);
}

.xb-accordion .block .content ul li:not(:last-child) {
  margin-bottom: 5px;
}

/*----------------------------------------*/
/*  05. brand
/*----------------------------------------*/
@media (max-width: 991px) {
  .md-pb-0 {
    padding-bottom: 0;
  }
}

.brand-slider .xb-swiper-slide a {
  display: inline-block;
  padding: 25px 27px;
  width: 100%;
  position: relative;
  z-index: 1;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block:40px;
}

.brand-slider .xb-swiper-slide a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  content: "";
  box-shadow: 0px 14px 19px 0px rgba(221, 229, 236, 0.42);
  box-shadow: 0 14px 19px 0 rgba(221, 229, 236, 0.42);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.brand-slider .xb-swiper-slide a:hover::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.brand-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.brand-inner::before,
.brand-inner::after {
  position: absolute;
  top: 0;
  left: -20px;
  height: 1px;
  width: calc(100% + 40px);
  background-color: #262623;
  content: "";
}

.brand-inner::after {
  top: auto;
  bottom: 0;
}

.xb-brand {
  width: 14.28%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .xb-brand {
    width: 33.3333%;
  }
}

@media (max-width: 767px) {
  .xb-brand {
    width: 50%;
  }
}

.xb-brand img {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 102px;
  object-fit: cover;
}

.xb-brand:hover {
  background-color: #161614;
}

.xb-brand:hover img {
  opacity: 1;
}

.xb-brand::before,
.xb-brand::after {
  position: absolute;
  top: -20px;
  left: 0;
  width: 1px;
  height: calc(100% + 40px);
  background-color: #262623;
  content: "";
  opacity: 0;
}

.xb-brand::before {
  opacity: 1;
}

.xb-brand:last-child::after {
  opacity: 1;
  left: auto;
  right: 0;
}

.xb-blog {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 8px #00000030;
    margin-block: 20px;
}

.xb-blog:hover .xb-item--img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.xb-blog .xb-item--img {
  overflow: hidden;
  position: relative;
}

.xb-blog .xb-item--img a {
  overflow: hidden;
  clip-path: polygon(37% 0%, 100% 0px, 100% 100%, 0px 100%, 0% 53%);
  display: block;
}

.xb-blog .xb-item--img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
  content: "";
  clip-path: polygon(36% 0%, 0px 0px, 0px 51%);
}

.xb-blog .xb-item--img img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.xb-blog .xb-item--holder {
  padding: 7px 10px;
  padding-top: 25px;
}

.xb-blog .xb-item--author {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 16px;
}

.xb-blog .xb-item--author img {
  margin-right: 7px;
}

.xb-blog .xb-item--title {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
}

.xb-blog .xb-item--date {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 30px;
  font-family: var(--font-heading);
  color: var(--color-white);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 22px;
}

@media (max-width: 1199px) {
  .xb-blog .xb-item--date {
    top: 12px;
    left: 12px;
    font-size: 26px;
  }
}

.xb-blog .xb-item--date span {
  font-size: 16px;
}

.border-btn {
  font-size: 14px;
  color: #060606;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid var(--color-primary);
}

.position-top {
  background-position: top center;
}

.blog-pb {
  padding-bottom: 500px;
  margin-bottom: -115px;
}

.xb-blog2 .xb-item--img {
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.xb-blog2 .xb-item--holder {
  align-items: start;
}

.xb-blog2 .xb-item--date {
  width: 67px;
  font-size: 40px;
  line-height: 38px;
}

.xb-blog2 .xb-item--date span {
  font-size: 20px;
}

.xb-blog2 .xb-item--body {
  border-left: 1px solid #262623;
  width: calc(100% - 67px);
  padding-left: 30px;
}

.xb-blog2 .xb-item--cat {
  font-size: 14px;
  color: #A1A19E;
  display: inline-block;
  margin-bottom: 14px;
}

.xb-blog2 .xb-item--title {
  font-size: 20px;
  margin-bottom: 25px;
}

.xb-blog2 .xb-item--link {
  color: #A1A19E;
}

.xb-blog2 .xb-item--link span {
  margin-left: 28px;
}

.blog-link {
  font-weight: 700;
  color: #DDDDDD;
  text-transform: uppercase;
  text-decoration: underline;
}

.blog-link:hover {
  color: var(--color-secondary);
}

.xb-right-link:hover svg {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.xb-right-link:hover svg path {
  fill: var(--color-secondary);
}

.xb-right-link span {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.xb-right-link span svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.xb-right-link span svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.xb-right-link span::before {
  position: absolute;
  top: -1px;
  right: -9px;
  width: 30px;
  height: 30px;
  background-color: #161614;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  content: "";
  z-index: -1;
}

.position-bottom {
  background-position: center bottom;
}

.pb-385 {
  padding-bottom: 385px;
}

.single-post-item {
  padding: 30px;
  padding-bottom: 40px;
  font-weight: 500;
  background-color: var(--color-white);
}

.post-thumbnail-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.post-thumbnail-wrapper img {
  -webkit-transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.post-meta {
  margin-bottom: 20px;
  margin-top: -4px;
}

.post-meta li {
  font-size: 16px;
  line-height: 25px;
  margin-right: 50px;
  color: #787B84;
  margin-top: 7px;
}

.post-meta li i {
  margin-right: 5px;
  color: #191B1E;
}

.post-meta li a {
  color: #787B84;
}

article .post-title {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 1.4;
  word-break: break-word;
  letter-spacing: -.6px;
}

@media (max-width: 767px) {
  article .post-title {
    font-size: 24px;
  }
}

article .post-title a {
  color: currentColor;
}

.post-read-more {
  margin-top: 35px;
}

.single-post-item {
  margin-bottom: 40px;
}

.single-post-item:hover .post-thumbnail-wrapper img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.post-details .post-thumb {
  margin-bottom: 30px;
}

.post-details h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .post-details h2 {
    font-size: 24px;
  }
}

.post-details h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .post-details h3 {
    font-size: 22px;
  }
}

.post-details p {
  font-size: 18px;
  line-height: 30px;
}

.post-details p:not(:last-child) {
  margin-bottom: 30px;
}

blockquote {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 55px;
  padding-left: 130px;
  position: relative;
  font-family: var(--font-heading);
  margin: 40px 0;
}

@media (max-width: 767px) {
  blockquote {
    padding: 30px 55px;
    padding-left: 55px;
    padding-left: 100px;
  }
}

blockquote p {
  font-size: 20px;
  font-weight: 600;
  color: #0F172A;
  line-height: 34px;
  margin-bottom: 20px !important;
}

blockquote span {
  font-size: 18px;
  font-weight: 500;
  color: #787B84;
  padding-left: 27px;
  position: relative;
}

blockquote span::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 17px;
  height: 1px;
  background-color: #787B84;
  content: "";
}

blockquote .quote {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0;
  -webkit-border-radius: 20px 0;
  -moz-border-radius: 20px 0;
  -ms-border-radius: 20px 0;
  -o-border-radius: 20px 0;
}

.post-info-list {
  padding-left: 5;
}

@media (max-width: 1199px) {
  .post-info-list {
    padding-left: 0;
  }
}

.post-info-list li {
  font-size: 18px;
  color: #787B84;
}

.post-info-list li:not(:last-child) {
  margin-bottom: 9px;
}

.post-info-list li img {
  margin-right: 12px;
}

.post-tags .tags-links {
  margin-top: 10px;
}

.post-tags .tag-title {
  font-size: 20px;
  margin-right: 15px;
  margin-top: 20px;
  font-weight: 600;
}

.social-share .post-share {
  margin-top: 20px;
}

.social-share li:not(:last-child) {
  margin-right: 20px;
}

.social-share li a {
  background-color: var(--color-white);
  color: #060606;
  font-size: 14px;
  width: 40px;
  height: 40px;
  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;
}

.social-share li a:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.social-share .title {
  font-size: 20px;
  margin-right: 15px;
  margin-top: 20px;
  font-weight: 600;
}

/* comment css */
.post-comments {
  padding-bottom: 80px;
}

.post-comments .title {
  font-size: 30px;
  margin-bottom: 30px;
}

.latest__comments .comments-box {
  border-top: 1px solid var(--color-border-2);
  padding: 30px 0;
}

.latest__comments .comments-text {
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
}

.latest__comments .comments-avatar {
  border-radius: 50%;
  float: left;
}

@media (max-width: 767px) {
  .latest__comments .comments-avatar {
    float: none;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest__comments .comments-avatar {
    float: left;
    margin-bottom: 0px;
  }
}

.latest__comments .comments-avatar img {
  border-radius: 50%;
  width: 80px !important;
  margin-right: 30px;
}

.latest__comments li:last-child .comments-box {
  padding-bottom: 0px;
}

.latest__comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}

.latest__comments li.children {
  margin-left: 100px;
}

@media (max-width: 767px) {
  .latest__comments li.children {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest__comments li.children {
    margin-left: 50px;
  }
}

.latest__comments .avatar-name {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}

.latest__comments .avatar-name h5 {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 600;
  letter-spacing: -0.2px;
  font-family: var(--font-body);
}

.latest__comments .avatar-name span {
  font-size: 15px;
  color: var(--color-default);
}

.latest__comments .reply {
  color: #060606;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  position: absolute;
  right: 0;
  margin-top: 0;
  top: 0;
  text-decoration: none;
  background: #fff;
  padding: 9px 20px;
}

.latest__comments .reply:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.latest__comments--2 p {
  font-size: 14px;
  line-height: 24px;
  color: var(--color-black);
}

.sidebar-area .widget {
  padding: 30px;
  background-color: #fff;
}

.xb-contact {
  padding: 80px;
  background-color: #fff;
      box-shadow: 0px 0px 8px #00000020;
    border-radius: 20px;
}

@media (max-width: 1199px) {
  .xb-contact {
    padding: 30px 25px;
  }
}

.contact-mt--255 {
  margin-top: -255px;
}

@media (max-width: 991px) {
  .mt-md-30 {
    margin-top: 30px;
  }
}

.contact-title span {
  text-transform: uppercase;
  color: #060606;
  font-family: var(--font-heding);
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px;
}

.contact-title span img {
  margin-right: 6px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.contact-title h3 {
  font-size: 22px;
  text-transform: uppercase;
}

.contact-from .xb-item--field {
  margin-bottom: 20px;
  position: relative;
}

.contact-from .xb-item--field>span,
.contact-from .xb-item--field .icon {
  position: absolute;
  top: 19px;
  left: 20px;
  display: inline-block;
  line-height: 1;
  z-index: 1;
}

.contact-from .xb-item--field input,
.contact-from .xb-item--field textarea {
  padding: 15px 46px 18px;
  height: 60px;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.contact-from .xb-item--field input::-webkit-input-placeholder,
.contact-from .xb-item--field textarea::-webkit-input-placeholder {
  color: #B1B4BA;
  opacity: 1;
}

.contact-from .xb-item--field input::-moz-placeholder,
.contact-from .xb-item--field textarea::-moz-placeholder {
  color: #B1B4BA;
  opacity: 1;
}

.contact-from .xb-item--field input:-ms-input-placeholder,
.contact-from .xb-item--field textarea:-ms-input-placeholder {
  color: #B1B4BA;
  opacity: 1;
}

.contact-from .xb-item--field input:-moz-placeholder,
.contact-from .xb-item--field textarea:-moz-placeholder {
  color: #B1B4BA;
  opacity: 1;
}

.contact-from .xb-item--field input:focus,
.contact-from .xb-item--field textarea:focus {
  background-color: #F5F5F5;
}

.contact-from .xb-item--field textarea {
  min-height: 137px;
  padding: 14px 46px 18px;
}

.contact-from .xb-item--field .nice-select {
  border-color: #F5F5F5;
  padding: 0 46px;
  margin-bottom: 20px;
}

.contact-from .xb-item--field .nice-select:focus {
  border-color: #F5F5F5;
  background-color: #F5F5F5;
}

.contact-from .thm-btn {
  background-color: transparent;
  padding: 20px 50px;
}

.contact-info {
  background-color: var(--color-white);
     box-shadow: 0px 0px 8px #00000020;
         overflow: hidden;
    border-radius: 20px;
}

.contact-info .xb-item--head {
  padding: 75px 80px;
  padding-bottom: 38px;
}

@media (max-width: 1199px) {
  .contact-info .xb-item--head {
    padding:30px;
  }
  .xb-why-us{
          padding: 35px 35px;
  }
  .xb-why-us .sec-title .title {
    font-size: 20px !important;
}

}

.contact-info .xb-item--address {
  padding-bottom: 22px;
  margin-bottom: 25px;
  border-bottom: 1px solid #F1F1F1;
}

.contact-info .xb-item--address h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.contact-info .xb-item--address h3 img {
  margin-right: 9px;
}

.contact-info .xb-item--open a {
  color: currentColor;
  text-decoration: underline;
  margin-top: 14px;
  display: inline-block;
}

.contact-info .xb-item--open a img {
  margin-right: 10px;
}

.contact-info .xb-item--cta {
  padding: 65px 80px;
  padding-top: 35px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1199px) {
  .contact-info .xb-item--cta {
    padding: 45px 50px;
  }
}

.contact-info .xb-item--cta p {
  color: var(--color-white);
}

.contact-info .xb-item--cta h3 {
  margin-top: 20px;
  color: var(--color-white);
  font-size: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .contact-info .xb-item--cta h3 {
    font-size: 36px;
  }
}

@media (max-width: 1199px) {
  .contact-info .xb-item--cta h3 {
    font-size: 32px;
  }
}

.contact-info .xb-item--social li:not(:last-child) {
  margin-right: 10px;
}

.contact-info .xb-item--social li a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #F5F5F5;
  color: #060606;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info .xb-item--social li a:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.instagram-inner {
  margin-bottom: -128px;
  z-index: 2;
  position: relative;
}

.instagram-title {
  background-color: var(--color-secondary);
  padding: 40px;
  height: 100%;
  width: 20%;
}

@media (max-width: 1199px) {
  .instagram-title {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .instagram-title {
    width: 33%;
  }
}

@media (max-width: 767px) {
  .instagram-title {
    width: 100%;
    margin-bottom: 30px;
  }
}

.instagram-title a {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 60px;
  color: #080807;
}

@media (max-width: 1199px) {
  .instagram-title a {
    margin-bottom: 43px;
  }
}

.instagram-title h3 {
  color: #080807;
  font-size: 20px;
}

@media (max-width: 1199px) {
  .instagram-title h3 {
    font-size: 17px;
  }
}

.instagram-slider-inner {
  width: calc(100% - 20%);
}

@media (max-width: 1199px) {
  .instagram-slider-inner {
    width: calc(100% - 25%);
  }
}

@media (max-width: 991px) {
  .instagram-slider-inner {
    width: calc(100% - 33%);
  }
}

@media (max-width: 767px) {
  .instagram-slider-inner {
    width: 100%;
  }
}

.xb-instagram {
  position: relative;
  overflow: hidden;
}

.xb-instagram::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 1px solid var(--color-secondary);
  outline-offset: -1px;
  z-index: 2;
  content: "";
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.xb-instagram:hover::before {
  opacity: 1;
}

.xb-instagram:hover .xb-item--img::before {
  opacity: 0.8;
}

.xb-instagram:hover .xb-item--icon {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.xb-instagram:hover .xb-item--title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-delay: .1s;
}

.xb-instagram .xb-item--img {
  position: relative;
}

.xb-instagram .xb-item--img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #080807;
  content: "";
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.xb-instagram .xb-item--holder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 2;
}

.xb-instagram .xb-item--holder span {
  color: var(--color-white);
}

.xb-instagram .xb-item--icon {
  font-size: 40px;
  color: #DDDDDD;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.xb-instagram .xb-item--title {
  font-size: 14px;
  color: #BEBEBB;
  display: inline-block;
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

/*----------------------------------------*/
/*  21. breadcrumb
/*----------------------------------------*/
.breadcrumb {
      padding-top: 175px;
    padding-bottom: 175px;
    margin-top: 100px;
}

@media (max-width: 1199px) {
  .breadcrumb {
    padding-top: 100px;
    padding-bottom: 115px;
    margin-top:107px;
  }
  
}

@media (max-width: 767px) {
  .breadcrumb {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.breadcrumb__title {
  font-size: 46px;
  margin-bottom: 15px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight:900;
}

@media (max-width: 767px) {
  .breadcrumb__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px;
  }
}

.breadcrumb__list {
  display: inline-block;
}

.breadcrumb__list li {
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  display: inline-block;
  color: #000;
  position: relative;
  text-transform: uppercase;
}

.breadcrumb__list li+.breadcrumb-item::before {
  content: "|";
  color: #000;
}

@media (max-width: 767px) {
  .breadcrumb__list li {
    font-size: 16px;
  }
}

.breadcrumb__list li a {
  color: var(--color-primary);
}

.thm-btn {
  font-size: 14px;
  font-weight: 700;
  text-transform: None;
  color: var(--color-white);
  border-style: none;
  padding: 18px 50px;
  align-self: center;
  position: relative;
  line-height: 1.1;
  transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  z-index: 1;
  background-color: transparent;
}

.thm-btn:hover {
  color: var(--color-white);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.thm-btn:hover::after {
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  left: 0;
  bottom: 0;
}

.thm-btn:hover::before {
  border-color: var(--color-primary);
}

.thm-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  content: "";
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.thm-btn::after {
  position: absolute;
  bottom: -5px;
  left: -5px;
  width: 50px;
  height: 100%;
  content: "";
  background-color: var(--color-primary);
  z-index: -2;
  clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.thm-btn--black {
  color: #060606;
}

.thm-btn--black::before {
  border-color: #060606;
}

.xb-btn {
  background-color: var(--color-secondary);
  color: var(--color-white);
  color: #080807;
  padding: 15px 55px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.xb-btn:hover {
  color: #080807;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.btns {
  margin: -12px;
}

.btns a {
  margin: 12px;
}

/*----------------------------------------*/
/*  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;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--color-white);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.xb-backtotop .scroll:hover {
  margin-bottom: 4px;
}

.xb-backtotop.style-two .scroll {
  color: #080807;
  background-color: var(--color-secondary);
}

/*----------------------------------------*/
/*  28. 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: 25px;
  color: var(--color-dark);
}

.xb-nav-mobile-button.btn-white {
  color: var(--color-white);
}

.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: auto;
  -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: #000;
}


/* width */
.xb-header-menu::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.xb-header-menu::-webkit-scrollbar-track {
  background: var(--color-white);
}

/* Handle */
.xb-header-menu::-webkit-scrollbar-thumb {
  background: var(--color-primary);
}

/* Handle on hover */
.xb-header-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.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-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: 100%;
  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-white);
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.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: var(--color-primary);
}

.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: 28px;
}

.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: var(--color-primary);
}

.xb-logo-mobile {
  margin-bottom: 40px;
}

.xb-logo-mobile img {
  height: 32px;
}

.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: #fff;
  border: 2px solid rgba(150, 144, 162, 0.09);
  padding: 12px 15px 13px;
  background: transparent;
  font-size: 16px;
}

.xb-header-mobile-search .search-field:focus {
  color: #fff;
  border-color: var(--color-primary);
}

.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-wrap .xb-menu-toggle {
  color: var(--color-white);
  background-color: #ffffff00;
      display: flex;
    align-items: center;
    justify-content: end;
    padding-right:15px;
}

.xb-header-wrap .xb-menu-close {
  background-color: rgba(255, 255, 255, 0.03);
}

.xb-header-wrap .xb-close::before,
.xb-header-wrap .xb-close::after {
  background-color: #fff;
}

/*----------------------------------------*/
/*  26. sidebar
/*----------------------------------------*/
.offcanvas-sidebar .sidebar-logo,
.offcanvas-sidebar .sidebar-content,
.offcanvas-sidebar .sidebar-contact-info,
.offcanvas-sidebar .xb-content-wrap,
.offcanvas-sidebar .sidebar-socials-wrap {
  -webkit-transition: all 0.35s cubic-bezier(0.39, 0.66, 0.56, 1.05);
  -o-transition: all 0.35s cubic-bezier(0.39, 0.66, 0.56, 1.05);
  transition: all 0.35s cubic-bezier(0.39, 0.66, 0.56, 1.05);
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
}

.offcanvas-sidebar.active .sidebar-logo,
.offcanvas-sidebar.active .sidebar-content,
.offcanvas-sidebar.active .sidebar-contact-info,
.offcanvas-sidebar.active .sidebar-socials-wrap,
.offcanvas-sidebar.active .sidebar-menu-close,
.offcanvas-sidebar.active .xb-content-wrap {
  -webkit-transition: all 0.35s cubic-bezier(0.39, 0.66, 0.56, 1.05);
  -o-transition: all 0.35s cubic-bezier(0.39, 0.66, 0.56, 1.05);
  transition: all 0.35s cubic-bezier(0.39, 0.66, 0.56, 1.05);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.offcanvas-sidebar.active .sidebar-logo {
  transition-delay: .2s;
}

.offcanvas-sidebar.active .sidebar-content {
  transition-delay: .3s;
}

.offcanvas-sidebar.active .sidebar-contact-info {
  transition-delay: .4s;
}

.offcanvas-sidebar.active .xb-content-wrap {
  transition-delay: .5s;
}

.offcanvas-sidebar.active .sidebar-socials-wrap {
  transition-delay: .6s;
}

.offcanvas-sidebar.active .sidebar-menu-close {
  transition-delay: .7s;
}

.sidebar-menu-close {
  position: absolute;
  top: 50px;
  right: 50px;
  text-align: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  opacity: 0;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.offcanvas-sidebar .xb-close {
  width: 60px;
  height: 60px;
  border-width: 18px;
  background: #cccccc45;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.offcanvas-sidebar .xb-close::before,
.offcanvas-sidebar .xb-close::after {
  background-color: var(--color-black);
}

.offcanvas-sidebar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -775px;
  max-width: 745px;
  width: 100%;
  padding: 50px 100px;
  height: 100%;
  display: block;
  background-color: #fff;
  z-index: 1020;
  transition-duration: 500ms;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.offcanvas-sidebar.active {
  right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {

  .sidebar-top,
  .sidebar-contact-info {
    margin-bottom: 80px;
  }
}

.sidebar-content {
  max-width: 450px;
  font-size: 30px;
  line-height: 142.2%;
  letter-spacing: -0.9px;
  font-family: var(--font-heading);
  text-transform: uppercase;
  color: var(--color-heading);
  font-weight: 700;
}

.sidebar-heading {
  font-size: 14px;
  color: #7B7B7B !important;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 22px;
  letter-spacing: 0.7px;
}

.sidebar-info-list li {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--color-heading);
}

.sidebar-info-list li span {
  margin-right: 15px;
}

.sidebar-info-list li:not(:last-child) {
  margin-bottom: 14px;
}

.sidebar-info-list li a {
  color: currentColor;
}

.xb-content-wrap {
  color: var(--color-default);
}

.xb-content-wrap .xb-item {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.xb-content-wrap .xb-item+.xb-content-wrap .xb-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
  height: 33px;
  width: 1px;
  background-color: var(--color-default);
}

.xb-content-wrap .xb-item a {
  color: inherit;
}

.xb-content-wrap .xb-item .tel {
  font-size: 24px;
  line-height: 30px;
}

.xb-content-wrap .xb-item+.xb-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
  height: 33px;
  width: 1px;
  background-color: var(--color-default);
}

.header__bar:hover .header__bar-icon img {
    filter: invert(1);
}

@media (min-width: 768px) and (max-width: 991px) {
  .xb-content-wrap .xb-item+.xb-item:before {
    display: none;
  }
}

@media (max-width: 480px) {
  .xb-content-wrap .xb-item+.xb-item:before {
    display: none;
  }
}

.xb-content-wrap .xb-item .pxl-icon {
  margin-right: 8px;
}

.xb-content-wrap .xb-item a {
  color: inherit;
}

.xb-content-wrap .xb-item a:hover {
  color: inherit;
}

.xb-content-wrap .xb-item span a+a {
  display: block;
}

.xb-content-wrap .xb-item .tel {
  font-size: 24px;
  line-height: 30px;
}

.xb-content-wrap .xb-item .tel:hover {
  color: var(--color-heading);
}

@media (max-width: 1199px) {
  .xb-content-wrap .xb-item .tel {
    font-size: 20px;
  }
}

.xb-content-wrap .xb-item {
  flex-wrap: nowrap;
}

.sidebar-socials-wrap a {
  color: var(--color-default);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .05em;
  position: relative;
}

.sidebar-socials-wrap a:hover {
  color: var(--color-heading);
}

.sidebar-socials-wrap a:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
  content: "";
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}

.sidebar-socials-wrap a:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.sidebar-socials-wrap a:not(:last-child) {
  margin-right: 25px;
}

.black-sidebar {
  background-color: #161614;
}

.black-sidebar .sidebar-content {
  color: #fff;
}

.black-sidebar .sidebar-heading {
  color: #A1A19E !important;
  font-family: var(--font-body);
}

.black-sidebar .sidebar-info-list li {
  color: #fff;
}

.black-sidebar .sidebar-social .xb-item--social li a {
  color: #888C8D;
  opacity: 1;
}

.black-sidebar .sidebar-social .xb-item--social li a:hover {
  color: var(--color-secondary);
}

.black-sidebar .sidebar-social .xb-item--social li a:hover svg path {
  fill: var(--color-secondary);
}

.black-sidebar .xb-content-wrap {
  color: #A1A19E;
}

.black-sidebar .xb-content-wrap .xb-item .tel:hover {
  color: var(--color-white);
}

.black-sidebar .sidebar-socials-wrap a {
  color: #A1A19E;
}

.black-sidebar .sidebar-socials-wrap a:hover {
  color: #fff;
}

.black-sidebar .xb-close {
  background: #242424;
}

.black-sidebar .xb-close::before,
.black-sidebar .xb-close::after {
  background-color: var(--color-white);
}

/* search css */
.header-search-form-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 400px;
  z-index: 9999;
  background-color: #161614;
  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 #404040;
  padding-left: 0;
  border-radius: 0;
  width: 100%;
  color: #fff;
}

@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: #cccccc14;
  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-white);
}

@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%;
  border: 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;
}

/* OVERLAY MENU */
.overlay-menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 1;
  z-index: 102;
  overflow: hidden;
}

.overlay-menu .close {
  position: absolute;
  right: 60px;
  top: 55px;
  cursor: pointer;
  opacity: .5;
  z-index: 10;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  background: color;
}

.overlay-menu .close:hover {
  opacity: 1;
}

.overlay-menu .left-area,
.overlay-menu .right-area {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.overlay-menu .left-area {
  padding-left: 10vw;
}

.overlay-menu .right-area {
  padding-left: 3vw;
}

.overlay-menu .right-area ul {
  margin-bottom: 30px;
}

.overlay-menu .right-area ul li {
  list-style: none;
  line-height: 30px;
}

.overlay-menu .right-area ul li a {
  color: #A8A8A8;
}

.overlay-menu .right-area ul li p {
  margin: 0;
  color: #A8A8A8;
}

.overlay-menu .right-area ul li span.title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 30px;
  display: inline-block;
}

.overlay-menu .overlay-wrap {
  height: 100vh;
}

.overlay-menu .overlay-wrap .left-area {
  text-align: left;
  background: #000;
}

.overlay-menu .overlay-wrap .right-area {
  text-align: left;
  background: #16171B;
}

.overlay-menu .overlay-wrap .left-area nav {
  position: relative;
}

.overlay-menu .overlay-wrap .left-area nav ul {
  position: relative;
  padding: 0;
  margin: 0;
}

.overlay-menu .overlay-wrap .left-area nav li {
  list-style: none;
}

.overlay-menu .overlay-wrap .left-area nav li a {
  font-size: 60px;
  line-height: 90px;
  font-weight: 300;
  display: inline-block;
  position: relative;
  color: #fff;
}

.overlay-menu .overlay-wrap .left-area nav li.current-menu-item>a {
  color: #666666;
  pointer-events: none;
}

.overlay-menu .overlay-wrap .left-area nav li.current-menu-item>a:before {
  opacity: 1;
  left: -35px;
}

.overlay-menu .overlay-wrap .left-area nav li.menu-item-has-children>a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  right: -50px;
  top: 8px;
  font-size: 25px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(30px) rotate(30deg);
  -ms-transform: translateY(30px) rotate(30deg);
  transform: translateY(30px) rotate(30deg);
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
}

.overlay-menu .overlay-wrap .left-area nav li.menu-item-has-children:hover>a:after {
  opacity: .4;
  -webkit-transform: translateY(0) rotate(30deg);
  -ms-transform: translateY(0) rotate(30deg);
  transform: translateY(0) rotate(30deg);
}

.overlay-menu .overlay-wrap .left-area nav li a:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #515151;
  position: absolute;
  border-radius: 30px;
  left: -20px;
  top: 50%;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  opacity: 0;
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
}

.overlay-menu .overlay-wrap .left-area nav li:not(li.menu-item-has-children) a:hover:before {
  opacity: 1;
  left: -35px;
}

.overlay-menu .overlay-wrap .left-area nav li ul {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  pointer-events: none;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.overlay-menu .overlay-wrap .right-area .social-links {
  margin: 0;
  padding: 0;
}

.overlay-menu .overlay-wrap .right-area .social-links li {
  float: left;
}

.overlay-menu .overlay-wrap .right-area .social-links a {
  float: right;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-right: 30px;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
}

.overlay-menu .overlay-wrap .right-area .social-links a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
}

.overlay-menu .overlay-wrap .right-area .social-links a:hover {
  color: #fff;
}

.overlay-menu .overlay-wrap .right-area .social-links a:hover:after {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}

.overlay-menu .back {
  line-height: 45px !important;
  opacity: .3 !important;
  transition: opacity ease .2s;
  -webkit-transition: opacity ease .2s;
  -moz-transition: opacity ease .2s;
  -ms-transition: opacity ease .2s;
  -o-transition: opacity ease .2s;
}

.overlay-menu .back:hover {
  opacity: 1 !important;
}

.overlay-menu .back::before {
  display: none;
}

.overlay-menu .back:after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  right: -40px;
  top: 11px;
  font-size: 21px;
  -webkit-transform: rotate(-140deg);
  -ms-transform: rotate(-140deg);
  transform: rotate(-140deg);
}

.overlay-menu .xb-close {
  width: 45px;
  height: 45px;
}

.overlay-menu .xb-close::before,
.overlay-menu .xb-close::after {
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .header-container {
    padding: 45px;
  }

  .slider-bottom {
    padding: 45px !important;
  }

  .overlay-menu .close {
    right: 45px;
    top: 45px;
  }

  .overlay-menu .right-area ul {
    padding: 0;
    padding-left: 15px;
  }

  .overlay-menu .overlay-wrap .left-area nav li a {
    font-size: 55px;
    line-height: 80px;
  }
}

.overlay-menu-two .overlay-wrap .left-area {
  background: #060613;
}

.overlay-menu-two .overlay-wrap .right-area {
  background-color: #151521;
}

.overlay-menu-three .overlay-wrap .left-area {
  background: #020202;
}

.overlay-menu-thee .overlay-wrap .right-area {
  background-color: #242424;
}

/*----------------------------------------*/
/*  32. preloader
/*----------------------------------------*/
.xb-loadding-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1030;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.xb-loadding-container.style-dark {
  background-color: #080807;
}

.xb-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 150px;
  text-align: center;
}

.xb-loadding-inner {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

.xb-loadding-inner img {
  position: relative;
  z-index: 2;
  margin: auto;
  max-width: 100%;
  height: auto;
}

.footer-nav li {
  margin: 0 18px;
  margin-bottom: 10px;
  font-family: var(--font-heading);
}

.footer-nav li a {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.footer-nav li a:hover {
  color: var(--color-white);
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-copyright {
  color: #000;
}

.footer-links li {
  font-family: var(--font-heading);
}

.footer-links li:not(:last-child) {
  margin-right: 40px;
}

.footer-links li a {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.footer-links li a:hover {
  color: var(--color-white);
}

.footer-style-two {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}

.footer-style-two::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #161614;
  opacity: 0.98;
  content: "";
  z-index: -1;
}

.footer-style-two .footer-nav li a:hover {
  color: var(--color-secondary);
}

.footer-cta .xb-item--title {
  font-size: 14px;
  color: #DDDDDD;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}

.footer-cta .xb-item--number {
  font-size: 45px;
  margin-bottom: 12px;
}

.footer-cta .xb-item--mail a {
  color: var(--color-secondary);
  text-decoration: underline;
}

.footer-newsletter {
  max-width: 587px;
  margin: 0 auto;
  position: relative;
}

.footer-newsletter input {
  background-color: #080807;
  color: #fff;
  border-color: transparent;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 20px 56px;
}

.footer-newsletter input::-webkit-input-placeholder {
  color: #A1A19E;
  opacity: 1;
}

.footer-newsletter input::-moz-placeholder {
  color: #A1A19E;
  opacity: 1;
}

.footer-newsletter input:-ms-input-placeholder {
  color: #A1A19E;
  opacity: 1;
}

.footer-newsletter input:-moz-placeholder {
  color: #A1A19E;
  opacity: 1;
}

.footer-newsletter button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--color-secondary);
  height: 60px;
  padding: 15px 55px;
  text-transform: uppercase;
  font-weight: 700;
  color: #080807;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

@media (max-width: 767px) {
  .footer-newsletter button {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
}

.footer-newsletter .icon::before {
  position: absolute;
  top: 22px;
  left: 30px;
  width: 18px;
  height: 18px;
  content: "";
  background-repeat: no-repeat;
  z-index: 1;
  background-image: url("../img/icon/sms-tracking2.svg");
}

.footer-social li:not(:last-child) {
  margin-right: 7px;
}

.footer-social li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #080807;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.footer-social li a svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-social li a:hover {
  background-color: var(--color-secondary);
  color: #080807;
}

.footer-social li a:hover svg path {
  fill: #080807;
}

.header-logo img {
  max-width: 180px;
}


@media(max-width:992px){
    .header-logo img{
        max-width:120px;
    }
}


.text-gradient{
  font-size: 72px;
  background: -webkit-linear-gradient(#4c4c4c, #ff6600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-justify{
    text-align:justify;
}
.why-us{
    position:relative;
}
.why-us video{
    width:100%;
        position: absolute;
    z-index: -1;
    top:0;
    left:0;
    scale:1.3;
}
.footer-logo img{
    max-width:200px;
    border-bottom:1px solid #ffffff90;
    position:relative;
        /*filter: drop-shadow(2px 2px 10px #00000060);*/
    padding-bottom:20px;
}
.footer-logo{
    position:relative;
}
.footer-logo:after{
     content: '';
    height: 12px;
    width: 12px;
    background: #fff;
    position: absolute;
    display: block;
    left: 50%;
    bottom: -10px;
    rotate: 45deg;
    transform: translateX(-50%);
}
.why-us{
        background:transparent;
    }
    
    .banner-my{
        background:url('../img/banner-gradient.jpg');
        background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
        margin-bottom: 0;
        position:relative;
        
    }
    /*.banner-my:after{*/
    /*    background:#ffffff80;*/
    /*content:'';*/
    /*height:100%;*/
    /*width:100%;*/
    /*position:absolute;*/
    /*z-index:0;*/
    /*top:0;*/
    /*left:0;*/
        
    /*}*/
    .breadcrumb__content{
        position:relative;
        z-index:1;
    }
    
    .my-logo{
    position:relative;
    display:none;
    
}
.my-logo img{
    max-width:400px;
    right:0;
        top: -260px;
    position: absolute;
}

.about-page{
    background:#f3f3f3;
}
    
@media(max-width:1300px){
    .why-us{
        background:url('../img/dna.jpg');
                background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
      .banner-my{
        background:url('../img/banner-mobb.jpg');
        background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    }
    .my-logo{
        display:none;
    }
}
.text-gradient-2{
    /*background-image: #000;*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    /*text-shadow:2px 2px 6px #00000020;*/
}

/*# sourceMappingURL=main.css.map */