/*--------- Abstracts variable ---------- */
:root {
  --first-font: "Lato", sans-serif;
  --second-font: "Nunito Sans", sans-serif;
  --light-blue: #59b7ff;
  --theme-color: #1d76ba;
  --second-color: #1c3347;
  --third-color: #ff7e73;
  --dark-blue: #004c86;
  --border-color: #DDDDDD;
  --black: #111111;
  --white: #ffffff;
  --h1: normal 700 40px/1.2 var(--first-font);
  --h2: normal 700 36px/1.2 var(--first-font);
  --h3: normal 700 34px/1.2 var(--first-font);
  --h4: normal 700 28px/1.2 var(--first-font);
  --h5: normal 700 20px/1.2 var(--first-font);
  --h6: normal 700 16px/1.2 var(--first-font);
  --common-text: normal 500 15px/1.4 var(--second-font);
}

*,
:after,
:before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  outline: none;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

::-moz-selection {
  background: rgb(89 183 255 / 13%);
}

::selection {
  background: rgb(89 183 255 / 13%);
}

svg {
  max-width: 100%;
  display: block;
}

img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

label {
  display: inline-block;
}

a,
.btn,
button {
  text-decoration: none;
  outline: none;
  color: inherit;
  display: inline-block;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}

a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
select,
select:hover,
select:focus,
textarea,
textarea:hover,
textarea:focus,
.btn,
.btn:hover,
.btn:focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  font-family: var(--first-font);
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  outline: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.form-control:focus,
[type=text]:focus,
[type=email]:focus,
[type=checkbox]:focus,
[type=password]:focus,
[type=file]:focus,
[type=radio]:focus,
[type=submit]:focus,
[type=date]:focus,
[type=time]:focus,
[type=tel]:focus,
[type=search]:focus,
[type=button]:focus,
[type=number]:focus,
textarea:focus,
select:focus {
  outline: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
  vertical-align: baseline;
}

body {
  font: var(--common-text);
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  background: var(--white);
  color: var(--second-color);
}

p,
li,
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font: var(--common-text);
}

h1,
.h1 {
  font: var(--h1);
  letter-spacing: 0.5px;
}

h2,
.h2 {
  font: var(--h2);
}

h3,
.h3 {
  font: var(--h3);
}

h4,
.h4 {
  font: var(--h4);
}

h5,
.h5 {
  font: var(--h5);
}

h6,
.h6 {
  font: var(--h6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-transform: capitalize;
}

h1 span, h2 span, h3 span, h4 span {
  color: var(--light-blue);
}

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

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

b {
  font-weight: bold;
  display: inline-block;
}

p:not(:last-of-type) {
  margin-bottom: 15px;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.container {
  position: relative;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.offset-left {
  margin-left: calc((100% - 1230px) / 2);
  padding-left: 15px;
  overflow-x: hidden;
}

.offset-right {
  margin-right: calc((100% - 1230px) / 2);
  margin-left: 0;
  padding-right: 15px;
  overflow-x: hidden;
}

.row {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.underline-border {
  border-bottom: 2px solid var(--third-color);
}

.no-gutters {
  margin: 0 !important;
}

.row [class*=col-] {
  padding: 0 15px;
}

.no-gutters [class*=col-] {
  padding: 0;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.flex-column {
  flex-direction: column;
}

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

.align-items-center {
  align-items: center;
}

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

.justify-content-around {
  justify-content: space-around;
}

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

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

.justify-content-center {
  justify-content: center;
}

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

.no-wrap {
  flex-wrap: nowrap;
}

.desk-only {
  display: none !important;
}

.mobile-only {
  display: block !important;
}

.text-red {
  color: var(--third-color) !important;
}

.bg-dark-green {
  background: var(--dark-blue) !important;
  color: var(--white) !important;
}

/*****  Columns  *****/
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
/******************** announcebar css ********************/
header .announcebar {
  position: relative;
  background: #D40F0F;
  padding: 10px 0;
  transition: all 0.3s ease-in-out;
}
header .announcebar p {
  color: var(--white);
  text-transform: capitalize;
  word-spacing: 1px;
  font-size: 16px;
}
header .announcebar p a {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 4px;
}

/******************** Menu css ********************/
.primary-navigation {
  display: none;
}

.main-navigationbar {
  display: block;
}

.site-header .site-branding {
  max-width: 200px;
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 0px;
}
.site-header .site-branding img {
  max-width: 100%;
}
.site-header .navigation-row .main-navigation {
  width: 100%;
  float: none;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  flex: 1;
}
.site-header .mobile-logo {
  max-width: 170px;
  width: 100%;
}
.site-header .sub-menu .list-title {
  color: var(--theme-color);
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
}

.site-header .sub-menu > li a {
  padding: 2px !important;
}

#menu-mobile-menu .menu-item li.list-title {
  border-bottom: 1px solid var(--border-color);
}

#menu-mobile-menu > li {
  margin-bottom: 10px;
}

#menu-mobile-menu > li > a {
  position: relative;
  border: 1px solid var(--theme-color);
  margin-bottom: 0;
  font-size: 15px;
  width: 100%;
  font-weight: 500;
  padding: 10px 30px 10px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

#menu-mobile-menu > li > a.open-menu {
  background: var(--theme-color);
  color: #ffffff;
}

#menu-mobile-menu > li > a.open-menu:after {
  content: "-";
}

#menu-mobile-menu > li > a:after {
  font-family: "Font Awesome 5 Free";
  content: "+";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  font-weight: 900;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}

#menu-mobile-menu .sub-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: top;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

#menu-mobile-menu .sub-menu.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.main-navigation ul.menu li, .main-navigation ul.sub-menu ul {
  position: unset;
}

.main-navigation .menu-item .menu-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  padding: 30px 10px;
}
.main-navigation .menu-item .menu-link::after {
  display: block;
  border-bottom: 2px solid var(--theme-color);
  border-right: 2px solid var(--theme-color);
  content: "";
  height: 8px;
  width: 8px;
  margin-top: 0px;
  margin-left: 10px;
  pointer-events: none;
  transform-origin: 66% 66%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform: translateY(-2px) rotate(45deg);
  -webkit-transform: translateY(-2px) rotate(45deg);
  -ms-transform: translateY(-2px) rotate(45deg);
  -moz-transform: translateY(-2px) rotate(45deg);
  -o-transform: translateY(-2px) rotate(45deg);
  transition: all ease-in-out 0.5s;
}
.main-navigation .menu-item.no-submenu .menu-link::after {
  content: unset !important;
}
.main-navigation .sub-menu {
  padding: 15px;
  opacity: 0;
  width: 230px;
  visibility: hidden;
  overflow: hidden;
  background-color: var(--white);
  box-shadow: 6px 6px 24px 0px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 6px 6px 24px 0px rgba(0, 0, 0, 0.1019607843);
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: top;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  border-radius: 0 0px 10px 10px;
  -webkit-border-radius: 0 0px 10px 10px;
  -moz-border-radius: 0 0px 10px 10px;
  -ms-border-radius: 0 0px 10px 10px;
  -o-border-radius: 0 0px 10px 10px;
}

.notification-badge {
  background-color: #f55b4a;
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  padding: 1px 6px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin-right: 5px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.cart-header {
  position: relative;
  margin-right: 20px;
}
.cart-header .count {
  position: absolute;
  z-index: 1;
  top: -14px;
  right: -12px;
  left: auto;
  min-height: 20px;
  min-width: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  padding: 3px;
  background: var(--theme-color);
  color: #ffffff;
  opacity: 1;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.profile-header .btn svg {
  width: 13px;
  height: 13px;
}

.main-navigation ul.menu ul.sub-menu, .main-navigation ul.menu > li:hover a, .main-navigation ul.menu > li:hover .sub-menu {
  left: unset !important;
  right: unset;
}

.menu > li:not(.products-menu) .sub-menu .menu-item:last-child {
  border: 0;
}

.menu > li:not(.products-menu) .sub-menu .menu-item {
  border-bottom: 1px solid #DDDDDD;
}

.site-header button.mobile-menu-button {
  padding: 0 0 0 14px;
  font-size: 25px;
  display: none;
}

.mobile-navigation {
  display: none;
}

@media (max-width: 768px) {
  .site-header .site-branding img {
    width: 150px;
  }
}
@media (min-width: 768px) {
  .primary-navigation {
    display: block;
  }
  .main-navigation ul.menu, .main-navigation ul.nav-menu {
    max-height: none;
    overflow: visible;
    margin-left: -1em;
    transition: none;
  }
  .main-navigation ul.menu {
    text-align: center;
  }
  .main-navigation ul li, .secondary-navigation ul li {
    position: relative;
    display: inline-block;
    text-align: left;
  }
  .main-navigation ul ul, .secondary-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    z-index: 99999;
    left: -9999px;
  }
  .main-navigation ul.menu ul li:last-child, .main-navigation ul.nav-menu ul li:last-child {
    border-bottom: 0;
  }
  .main-navigation ul.menu > li:hover a, .main-navigation ul.menu > li:hover .sub-menu {
    background: var(--white) !important;
  }
  .main-navigation ul.menu > li:hover a, .main-navigation ul.menu > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
  }
}
.main-navigation ul.menu > li:hover .sub-menu.mega-menu {
  left: 50% !important;
  transform: translateX(-50%) scaleY(1);
  -webkit-transform: translateX(-50%) scaleY(1);
  -moz-transform: translateX(-50%) scaleY(1);
  -ms-transform: translateX(-50%) scaleY(1);
  -o-transform: translateX(-50%) scaleY(1);
}

.main-navigation ul.menu ul.sub-menu.mega-menu {
  display: flex;
  display: -ms-flexbox;
  left: 50% !important;
  max-width: 60%;
  width: 100%;
  row-gap: 10px;
  transform: translateX(-50%) scaleY(0);
  -webkit-transform: translateX(-50%) scaleY(0);
  -moz-transform: translateX(-50%) scaleY(0);
  -ms-transform: translateX(-50%) scaleY(0);
  -o-transform: translateX(-50%) scaleY(0);
}

.main-navigation ul.menu ul.sub-menu.mega-menu > li {
  max-width: 33.33%;
  width: 100%;
  display: block;
}

.site-header .sub-menu > li:not(:last-of-type) {
  margin-bottom: 5px;
}

.main-navigation ul.menu ul.sub-menu.mega-menu li ul li {
  display: block;
}

/********************** Languge Dropdown **********************/
.theme-custom-select {
  position: relative;
  width: 130px;
  font-family: "Segoe UI", sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.theme-custom-select .selected-option {
  position: relative;
  padding: 10px 12px;
  border: 1px solid #303030;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  transition: all 0.3s ease;
  z-index: 12;
}

.theme-custom-select .selected-option:hover {
  border-color: #999;
}

.theme-custom-select .selected-option img {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.theme-custom-select .selected-option span {
  display: inline-block;
}

.theme-custom-select .cn-select-arrow {
  position: var(--cn_absolute_);
  right: 30px;
  border: solid #000;
  border-width: 0 0 2px 2px;
  height: 6px;
  width: 6px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  pointer-events: none;
}

.custom-options {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  padding-top: 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 10;
  max-height: 250px;
  overflow-y: auto;
}

.theme-custom-select.open .custom-options {
  display: block;
}

.custom-options li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  transition: background 0.2s;
}

.custom-options li img {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
}

.custom-options li:hover {
  background: #f5f5f5;
}

.custom-options li.selected {
  background: #cce9ff;
  font-weight: 600;
}

/******************** button css ********************/
button {
  border: 0;
  outline: 0;
  background: none;
}

.btn,
.button {
  background-color: var(--theme-color);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 13px 25px;
  gap: 10px;
  text-transform: capitalize;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  display: inline-flex;
  align-items: center;
}

.btn i {
  fill: var(--second-color);
}

.btn:focus,
.btn:hover,
.button:focus,
.button:hover {
  background-color: var(--theme-color);
  box-shadow: 0px 5px 18px rgb(45 164 255 / 45%);
}

.secondary-btn {
  background: var(--third-color);
}

.secondary-btn:focus,
.secondary-btn:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: var(--theme-color);
}

.btn-transparent {
  background: transparent;
  color: var(--second-color);
  border: 1px solid var(--second-color);
  box-shadow: unset !important;
}

.btn-transparent:focus,
.btn-transparent:hover {
  background-color: var(--third-color);
}

.btn.btn-transparent svg {
  width: 12px;
  height: 12px;
}

.dash-saas-btn {
  border: 1px solid var(--third-color);
  color: var(--white);
}

.dash-saas-btn:focus,
.dash-saas-btn:hover {
  background-color: var(--third-color);
  color: var(--black);
  box-shadow: unset !important;
}

.dash-saas-btn:focus svg path,
.dash-saas-btn:hover svg path {
  fill: var(--black);
}

.secondary-btn svg,
.btn svg {
  width: 20px;
  height: 20px;
}

.btn svg path {
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}

.btn.btn-white {
  background: var(--white);
}

.btn.btn-white i {
  color: var(--second-color);
}

.btn.btn-white:focus,
.btn.btn-white:hover {
  box-shadow: none;
}

.btn.dark-green {
  background: var(--dark-blue) !important;
  color: var(--white) !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.btn.dark-green:focus,
.btn.dark-green:hover {
  box-shadow: 0px 3px 7px 0px rgb(0 76 134 / 42%);
  -webkit-box-shadow: 0px 3px 7px 0px rgb(0 76 134 / 42%);
}

.btn.btn-dark {
  background-color: var(--second-color);
  color: var(--white);
}

.btn.btn-outline {
  border: 1px solid var(--dark-blue);
  background: transparent;
  color: var(--dark-blue);
}

.btn.btn-outline:focus,
.btn.btn-outline:hover {
  box-shadow: 0px 3px 7px 0px rgb(0 76 134 / 42%);
  -webkit-box-shadow: 0px 3px 7px 0px rgb(0 76 134 / 42%);
}

.dropdown-btn .btn.btn-outline:hover {
  background: transparent;
  border-color: inherit;
  color: inherit;
}

.badge {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 15px;
  gap: 5px;
  background: var(--theme-color);
  color: var(--black);
  letter-spacing: 1px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
}

button.submit-btn,
input.submit-btn {
  padding: 12px 15px;
  font-weight: 600;
  text-align: center;
}

.btn-wrapper {
  gap: 15px;
}

.fa-circle-play {
  font-size: 18px;
}

.text-transform-unset {
  text-transform: none !important;
}

.mw-100 {
  max-width: 100% !important;
}

/******************** Form css ********************/
.form-control,
input:not([type=submit]),
input:not([type=checkbox]),
input:not([type=radio]),
select,
textarea {
  position: relative;
  border: 1px solid #999999;
  display: block;
  width: 100%;
  background: transparent;
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 12px 20px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.form-control:focus {
  border-color: var(--theme-color);
  background: transparent !important;
}

textarea {
  resize: none;
}

form .row {
  margin: 0 -10px;
}

form .row [class*=col-] {
  padding: 0 10px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--theme-color);
}

sup {
  top: -0.5em;
}

sub,
sup {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-left: 5px;
}

.form-group label sup {
  color: red;
  font-size: 10px;
  line-height: 0;
  margin-right: 3px;
}

form .submit-btn[type=submit] {
  background: var(--theme-color);
  color: var(--white);
  border: 0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  padding: 15px 30px;
  line-height: 1;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

form input.secondary-btn:hover,
form .submit-btn[type=submit]:hover,
form input.secondary-btn:hover {
  background-color: var(--dark-blue);
  box-shadow: 0px 5px 18px rgba(1, 61, 41, 0.5) !important;
  -webkit-box-shadow: 0px 5px 18px rgba(1, 61, 41, 0.5) !important;
}

/******************** section title css ********************/
.section-title {
  max-width: 90%;
  width: 100%;
  margin: 0 auto 30px;
}
.section-title p {
  max-width: 80%;
  width: 100%;
  margin: 15px auto 0;
}

.subtitle {
  background-color: #fff2f1;
  color: var(--second-color);
  border: 1px solid #f84a3b;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

/******************** banner css ********************/
.home-banner-sec {
  position: relative;
  z-index: 1;
  padding: 60px 0;
}
.home-banner-sec .home-banner-bg {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -2%;
  width: auto;
  animation: mover 2s infinite alternate;
  -webkit-animation: mover 2s infinite alternate;
}
.home-banner-sec .section-title {
  margin-bottom: 30px;
}
.home-banner-sec .section-title p {
  margin: 0;
  margin-top: 15px;
}

@keyframes mover {
  0% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
}
.section-title {
  margin-bottom: 30px;
}

.banner-search-form .form-input {
  padding: 8px;
  gap: 10px;
  background-color: var(--white);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.banner-search-form .form-input input {
  background: transparent;
  color: var(--black);
  padding: 0 0 0 10px;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  flex: 1;
}

/******************** Product Category css ********************/
.product-category-sec {
  padding: 70px 0;
}
.product-category-sec .product-category-card {
  height: 100%;
}
.product-category-sec .category-card-inner {
  position: relative;
  z-index: 1;
  background-color: var(--white);
  border: 2px solid var(--theme-color);
  overflow: hidden;
  padding: 15px 0 0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.product-category-sec .category-card-inner h2 {
  margin-bottom: 10px;
  font-size: 18px;
}
.product-category-sec .category-card-content {
  padding: 0 15px;
  margin-bottom: 20px;
  flex: 1;
}
.product-category-sec .category-card-content p {
  color: var(--theme-color);
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1;
}
.product-category-sec .category-card-content .category-btn-wrapper .btn {
  padding: 10px 15px;
}
.product-category-sec .category-pro-img {
  border-top: 1px solid var(--theme-color);
  box-shadow: 0px 1.48px 39.85px 0px rgba(0, 0, 0, 0.031372549);
  -webkit-box-shadow: 0px 1.48px 39.85px 0px rgba(0, 0, 0, 0.031372549);
}
.product-category-sec .row {
  margin-left: -10px;
  margin-right: -10px;
  row-gap: 30px;
}

.category-pro-icon {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto -25px;
  background-color: var(--dark-blue);
  border: 3px solid var(--white);
  box-shadow: 0px 2.21px 25.09px 0px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 2.21px 25.09px 0px rgba(0, 0, 0, 0.1019607843);
  animation: animate-pulse 3s linear infinite;
  -webkit-animation: animate-pulse 3s linear infinite;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(89 183 255), 0 0 0 0 rgb(89 183 255);
    -webkit-box-shadow: 0 0 0 0 rgb(89 183 255), 0 0 0 0 rgb(89 183 255);
  }
  40% {
    box-shadow: 0 0 0 10px rgb(89 183 255 / 0%), 0 0 0 0 rgb(89 183 255);
    -webkit-box-shadow: 0 0 0 10px rgb(89 183 255 / 0%), 0 0 0 0 rgb(89 183 255);
  }
  80% {
    box-shadow: 0 0 0 10px rgb(89 183 255 / 0%), 0 0 0 10px rgb(89 183 255 / 0%);
    -webkit-box-shadow: 0 0 0 10px rgb(89 183 255 / 0%), 0 0 0 10px rgb(89 183 255 / 0%);
  }
  100% {
    box-shadow: 0 0 0 0 rgb(89 183 255 / 0%), 0 0 0 10px rgb(89 183 255 / 0%);
    -webkit-box-shadow: 0 0 0 0 rgb(89 183 255 / 0%), 0 0 0 10px rgb(89 183 255 / 0%);
  }
}

/******************** booking sass section css ********************/
.bookinggo-sass-top-sec {
  padding-bottom: 70px;
}
.bookinggo-sass-top-sec .swiper-button-next, .bookinggo-sass-top-sec .swiper-button-prev {
  background: var(--theme-color);
  width: 35px;
  height: 35px;
  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%;
  transition: all 0.3s ease-in-out;
}
.bookinggo-sass-top-sec .swiper-button-next::after, .bookinggo-sass-top-sec .swiper-button-prev::after {
  font-size: 16px !important;
  color: #ffffff;
  font-weight: 700;
}
.bookinggo-sass-top-sec .swiper-button-prev {
  left: 0;
}
.bookinggo-sass-top-sec .swiper-button-next {
  right: 0;
}

.bookinggo-left-col .bookinggo-left-img {
  margin-bottom: 25px;
}

.bookinggo-btn-wrapper {
  gap: 12px;
}
.bookinggo-btn-wrapper .btn svg {
  width: 20px;
  height: 20px;
}

.product-card-inner {
  position: relative;
  padding: 10px;
  border: 1px solid var(--third-color);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.product-card-inner .product-card-image {
  position: relative;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.product-card-inner .product-card-image .pdp-img {
  position: relative;
  display: block;
  padding-top: 70%;
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.product-card-inner .product-card-image .pdp-img img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card-inner .product-card-image .hoverable-btn {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.product-card-inner .product-card-image .hoverable-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 76 134 / 93%);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.product-card-inner .product-card-image .hoverable-btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  color: var(--white);
  font-size: 13px;
  padding: 10px;
  width: 70px;
  height: 70px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.product-card-inner .product-card-image .hoverable-btn a:not(:last-of-type) {
  margin-right: 15px;
}
.product-card-inner .product-card-image .hoverable-btn a:hover {
  background: rgb(29 118 186 / 35%);
}
.product-card-inner .product-card-image .hoverable-btn a i {
  font-size: 20px;
  margin-bottom: 5px;
}
.product-card-inner .product-card-image:hover .hoverable-btn {
  opacity: 1;
  visibility: visible;
}

.product-card .product-content {
  margin-top: 15px;
}
.product-card .product-content-top {
  height: 100%;
  margin-bottom: 15px;
  flex: 1;
}
.product-card .product-content-top span.h4 {
  font-size: 20px;
  color: var(--dark-blue);
}

.rating-custom i {
  color: var(--third-color);
}

.product-content-bottom .card-bottom {
  margin-top: 10px;
  row-gap: 10px;
}
.product-content-bottom .price {
  font-family: var(--first-font);
  font-size: 18px;
  font-weight: 700;
  gap: 8px;
}
.product-content-bottom .price ins {
  font-weight: 700;
}

/******************** ticketGo section css ********************/
.ticketgo-top-sec {
  background-color: #f6f6f6;
  padding: 70px 0;
  margin-bottom: 70px;
}

/******************** dash sass section css ********************/
.dash-sass-top-selling .filter-right-column {
  max-width: 90%;
  width: 100%;
  margin: 0 auto 0 0;
}

.dash-sass-left-col {
  position: relative;
  width: 100%;
  background: #f8f8f8;
  padding: 30px;
  margin-top: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.dash-sass-left-col .section-title {
  max-width: 100%;
}
.dash-sass-left-col .section-title p {
  max-width: 100%;
}
.dash-sass-left-col::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -15px;
  width: calc(100% + 17px);
  height: 100%;
  border: 2px dashed var(--theme-color);
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
}

/******************** home bundle section css ********************/
.home-bundle-sec {
  background-color: #F6F6F6;
  padding: 70px 0;
}
.home-bundle-sec .section-title {
  max-width: 60%;
  width: 100%;
  margin: 0 auto 30px;
}
.home-bundle-sec .home-bundle-row {
  row-gap: 30px;
  margin-top: 30px;
}
.home-bundle-sec .bundle-img-col {
  padding: 10px 10px;
  overflow: hidden;
  background: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(180deg, #ff7e73 0%, rgba(255, 255, 255, 0) 100%) border-box;
  border: 1px solid transparent;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.home-bundle-sec .view-more-btn {
  margin-top: 30px;
}

.bundle-saas-btn-wrapper {
  gap: 10px;
}
.bundle-saas-btn-wrapper .btn {
  border-color: var(--third-color);
  margin-top: 0;
}

/******************** contact us section css ********************/
.contact-section {
  padding-top: 70px;
  padding-bottom: 40px;
}
.contact-section .contact-image {
  position: relative;
  padding-top: 60%;
}
.contact-section .contact-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  -o-object-fit: scale-down;
  -o-object-position: left;
  object-position: left;
}
.contact-section .contact-inner-col fieldset {
  border: 0;
}
.contact-section .contact-inner-col textarea.form-control {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.contact-section .contact-inner-col .form-control {
  background-color: transparent;
  color: var(--white);
  border: 1px solid #D9D9D9;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.contact-section .contact-inner-col .form-group label {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
}
.contact-section .contact-inner-col .btn {
  min-width: 150px;
  width: auto;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  background-color: var(--theme-color) !important;
  border: none;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

/******************** footer tagline section css ********************/
.footer-tagline {
  padding-top: 70px;
}

/******************** money back section css ********************/
.money-back-section {
  padding-bottom: 70px;
}

.money-back-section .money-back-inner {
  position: relative;
  z-index: 1;
  padding: 40px 30px;
  background: linear-gradient(105.19deg, rgb(29 118 186 / 11%) 2.39%, rgb(255 126 115 / 19%) 99.03%);
  background: -o-linear-gradient(105.19deg, rgb(29 118 186 / 11%) 2.39%, rgb(255 126 115 / 19%) 99.03%);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.money-back-section .money-back-inner .section-title {
  max-width: 100%;
}
.money-back-section .money-back-inner .section-title p {
  max-width: 100%;
  margin-top: 15px;
}
.money-back-section .money-back-img-wrapper {
  position: relative;
  max-width: 85%;
  width: 100%;
  margin: 0 0 0 auto;
}
.money-back-section .money-back-img-wrapper .money-back-bg1 {
  position: absolute;
  left: -25%;
  bottom: 0%;
  max-width: 5vw;
  width: 100%;
  animation: mover 2s infinite alternate;
  -webkit-animation: mover 2s infinite alternate;
}

@keyframes mover {
  0% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
}
/******************** affiliate section css ********************/
.affiliate-section {
  background-color: #f5f5f5;
  position: relative;
  padding-top: 70px;
  z-index: 1;
  margin: 70px 0;
}
.affiliate-section .section-title p {
  max-width: 100%;
}
.affiliate-section .section-title .btn {
  margin-top: 30px;
}

.af-bg-img img {
  position: absolute;
  z-index: -1;
  width: auto;
}
.af-bg-img .af-bg-img1 {
  top: 0;
  left: 5%;
}
.af-bg-img .af-bg-img2 {
  top: 6%;
  left: 4%;
}
.af-bg-img .af-bg-img3 {
  top: 80%;
  left: 30%;
}

/******************** custom work section css ********************/
.custom-work-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.custom-work-section .custom-work-inner {
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
  padding: 40px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.custom-work-section .custom-work-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.custom-work-section .section-title {
  max-width: 100%;
}
.custom-work-section .section-title p {
  max-width: 100%;
}

/******************** client review section css ********************/
.client-review-section {
  padding: 70px 0;
}
.client-review-section .review-inner {
  position: relative;
  z-index: 1;
  padding: 2px 2px 0;
}
.client-review-section .review-inner .review-content {
  position: relative;
  z-index: 1;
  padding: 20px 15px;
  background-color: var(--white);
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid var(--theme-color);
}
.client-review-section .review-inner .review-content::before {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 0;
  border-bottom: 6px solid var(--theme-color);
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
}
.client-review-section .review-inner .review-content .top-content {
  margin-bottom: 15px;
}
.client-review-section .review-inner .review-content .top-content svg {
  width: 50px;
  height: 50px;
}
.client-review-section .review-inner .bottom-content p {
  flex: 1;
  margin: 0 0 15px;
}
.client-review-section .client-review-arrows {
  position: absolute;
  left: 50%;
  bottom: -55px;
  display: flex;
  align-items: center;
  background-color: var(--white);
  border: 1px solid var(--theme-color);
  max-width: fit-content;
  max-width: -moz-fit-content;
  padding: 8px 25px;
  gap: 30px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transform: translate(-50%, 0px);
}
.client-review-section .client-review-arrows .swiper-button-next, .client-review-section .client-review-arrows .swiper-button-prev {
  position: unset;
  width: unset;
  height: unset;
  margin-top: 0;
  color: #111111;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
}
.client-review-section .client-review-arrows .swiper-button-next::after, .client-review-section .client-review-arrows .swiper-button-prev::after {
  font-size: 14px;
}
.client-review-section .client-review-arrows .swiper-button-next {
  flex-direction: row-reverse;
}

.review-card .review-user-info {
  gap: 10px;
}
.review-card .review-user-info .img-wrapper {
  max-width: 50px;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.review-card .review-user-info .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.review-card .review-user-info .review-user-name p {
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 0;
}

/******************** faq section css ********************/
.accordion-container {
  position: relative;
}
.accordion-container .content {
  display: none;
}
.accordion-container .set {
  position: relative;
}
.accordion-container .set:not(:last-of-type) {
  border-bottom: 1px dashed var(--border-color);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.accordion-container .set .accordion-link {
  position: relative;
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 600;
  padding-right: 20px;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
}
.accordion-container .set .accordion-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  height: 2px;
  width: 15px;
  background-color: var(--second-color);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.accordion-container .set .accordion-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 2px;
  height: 15px;
  background-color: var(--second-color);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.accordion-container .set .accordion-link.active::before {
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
}

.faq-section .left-column, .faq-section .right-column {
  background-color: var(--white);
  padding: 20px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

footer.site-footer {
  padding: 70px 0 0px;
  background: var(--white);
  color: var(--dark-blue);
}

.footer-row {
  gap: 30px 0;
}

.footer-col {
  width: 100%;
  flex: 1;
  padding-right: 40px;
}
.footer-col.footer-link.footer-link-1 {
  max-width: 360px;
  flex: 0 0 360px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 360px;
}

.footer-logo {
  max-width: 250px;
  width: 100%;
  margin-bottom: 30px;
}

#footer-widget-1 .textwidget {
  margin-bottom: 15px;
}

.footer-col .footer-lbl {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 5px;
  color: var(--dark-blue);
}
.footer-col .footer-lbl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 70%;
  height: 2px;
  background-color: var(--theme-color);
}

.site-footer a {
  text-decoration: none;
}

.footer-link ul li {
  font-size: 16px;
}
.footer-link ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.footer-link ul li a:hover {
  color: var(--theme-color) !important;
}

.footer-social-wrapper ul {
  gap: 10px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}

.footer-social-wrapper ul li a {
  width: 30px;
  height: 30px;
}

.footer-social-wrapper ul li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

footer ul.list-inline {
  margin-top: 15px;
  gap: 10px;
}

.footer-bottom {
  margin-top: 30px;
  padding: 15px;
}
.footer-bottom img {
  height: 16px;
  width: 16px;
}

.copyright a {
  color: var(--theme-color) !important;
}