/*
Theme Name:     Pixelite Base5 Theme
Theme URI:      http://eventsmanagerpro.com/
Description:    Base Plugin theme for Pixelite Products
Author:         Pixelite
Author URI:     http://pixelite.com
Version:        1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500;600;700&display=swap");
body {
  --font-primary: "Quicksand", sans-serif;
  --h1: 46px;
  --h1-md: 38px;
  --h2: 36px;
  --h2-md: 28px;
  --h3: 24px;
  --h3-md: 22px;
  --h4: 20px;
  --h5: 18px;
  --h6: 15px;
  --white: #ffffff;
  --black: #000000;
  --dark: #1D1C21;
  --darker: black;
  --light: #CECECE;
  --light-darker-2: #c9c9c9;
  --light-darker-5: #c1c1c1;
  --light-gray: #F6F6F6;
  --light-gray-border: #e9e9e9;
  --light-gray-border-darker: #dddddd;
  --gray: #CECECE;
  --gray-darker-20: #9b9b9b;
  --gray-darker-40: #686868;
  --color-primary: #FF3158;
  --color-primary-darker-5: #ff1843;
  --color-primary-darker-10: #fd0030;
  --color-primary-button-icon-bg: #f1274d;
  --color-primary-light-saturated: #ff97ab;
  --color-primary-linear-gradient: linear-gradient(#ff97ab, #ff97ab);
  --color-secondary: #6c757d;
  --color-tertiary: #1E858B;
  --text-color-light: #CECECE;
  --text-color-dark: #1D1C21;
  --text-color: --black;
  --link-color: #6CB0CD;
  --color-action: #fe6f2e;
  --color-action-darker-5: #fe5e15;
  --color-action-darker-10: #f84e01;
  --color-action-button-icon-bg: #f06424;
  --color-btn-primary: #6CB0CD;
  --color-btn-primary-darker-5: #59a6c7;
  --color-btn-primary-darker-10: #469cc0;
  --color-btn-primary-icon-bg: #68a1b9;
  --border-color: #E5E5E5;
  --black-100: #111111;
  --black-200: #222222;
  --black-300: #333333;
  --black-400: #444444;
  --black-500: #555555;
  --black-600: #666666;
  --black-700: #777777;
  --black-800: #888888;
  --black-900: #999999;
}

h1, .h1 {
  font-size: var(--h1);
  line-height: 56px;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: var(--h1-md);
  }
}

h2, .h2 {
  font-size: var(--h2);
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: var(--h2-md);
  }
}

h3, .h3 {
  font-size: var(--h3);
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: var(--h3-md);
  }
}

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

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

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: var(--black-200);
  line-height: 1.3;
}

h1 a:hover, a.h1:hover, h2 a:hover, a.h2:hover, h3 a:hover, a.h3:hover, h4 a:hover, a.h4:hover, h5 a:hover, a.h5:hover, h6 a:hover, a.h6:hover {
  color: var(--color-primary);
}

h2, .h2 {
  margin: 0 0 30px 0;
}

h3, .h3 {
  margin: 0 0 25px 0;
}

h4, .h4 {
  margin: 0 0 20px 0;
}

h5, .h5 {
  margin: 0 0 15px 0;
}

p {
  margin-bottom: 15px;
  line-height: 1.75;
}

a:focus,
button:focus {
  outline: 0;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  text-decoration: underline;
  color: initial;
}

ol, ul {
  list-style-position: inside;
}

ul, li {
  padding: 0;
  margin: 0;
}

body {
  color: var(--black-300);
  background-color: var(--white);
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.65;
}

::selection {
  color: var(--white);
  background-color: var(--color-primary-darker-5);
  text-shadow: none;
}

:focus {
  outline: 0;
}

a {
  color: var(--color-primary);
}

/*------------------------------------------------------------------
 # single post/pages
-------------------------------------------------------------------*/
.entry-content h2 {
  margin: 30px 0;
}
.entry-content h3 {
  margin: 25px 0;
}
.entry-content h4 {
  margin: 20px 0;
}
.entry-content h5 {
  margin: 15px 0;
}
.entry-content .accordion-header {
  margin: 0;
}

/*------------------------------------------------------------------
 # default styles
-------------------------------------------------------------------*/
@media (min-width: 1260px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1260px;
  }
}
body > section {
  padding: 80px 0;
}
@media (max-width: 767px) {
  body > section {
    padding: 60px 0;
  }
}

.section-title {
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.badge[class*=badge-] {
  color: var(--white) !important;
  font-size: 12px;
  font-weight: 600;
  padding: 0.45em 0.8em;
  border-radius: 4px;
}
.badge[class*=badge-].badge-changed {
  background-color: #3a9cff;
}
.badge[class*=badge-].badge-added {
  background-color: #00ce92;
}
.badge[class*=badge-].badge-removed {
  background-color: #973cff;
}
.badge[class*=badge-].badge-security {
  background-color: #9c275f;
}
.badge[class*=badge-].badge-depreciate {
  background-color: #ff3158;
}

.divider-text {
  position: relative;
  text-align: center;
  z-index: 1;
}
.divider-text span {
  padding: 0 15px;
}
.divider-text::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: var(--gray);
  left: 0;
  top: calc(50% - 0.03125rem);
  z-index: -1;
}

.has-shadow {
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
.has-shadow::after {
  position: absolute;
  content: "";
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  bottom: 0;
  background-color: #e0e0e0;
  z-index: -1;
  border-radius: 5px;
}
.has-shadow.shadow-light::after {
  background-color: #f6f6f6;
}
@media (max-width: 767px) {
  .has-shadow {
    padding-bottom: 25px;
  }
  .has-shadow::after {
    height: calc(100% - 25px);
    width: calc(100% - 25px);
  }
}
.has-shadow.has-shapes .shape-1 {
  top: -30px;
}
.has-shadow.has-shapes .shape-2 {
  bottom: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .has-shadow.has-shapes .shape-2 {
    height: 80px;
    width: 80px;
  }
}
.has-shadow.has-shapes .shape-3 {
  bottom: calc(50% - 40px);
  z-index: 2;
  height: 81px;
  width: 81px;
}
@media (max-width: 767px) {
  .has-shadow.has-shapes .shape-3 {
    height: 50px;
    width: 50px;
  }
}
.has-shadow.shadow-right {
  padding-right: 40px;
}
.has-shadow.shadow-right::after {
  right: 0;
}
@media (max-width: 767px) {
  .has-shadow.shadow-right {
    padding-right: 25px;
    padding-bottom: 25px;
  }
  .has-shadow.shadow-right::after {
    height: calc(100% - 25px);
    width: calc(100% - 25px);
  }
}
.has-shadow.shadow-right.has-shapes .shape-1 {
  left: -30px;
}
.has-shadow.shadow-right.has-shapes .shape-2 {
  left: -40px;
}
.has-shadow.shadow-right.has-shapes .shape-3 {
  right: 0;
}
.has-shadow.shadow-left {
  padding-left: 40px;
}
.has-shadow.shadow-left::after {
  left: 0;
}
@media (max-width: 767px) {
  .has-shadow.shadow-left {
    padding-left: 25px;
    padding-bottom: 25px;
  }
  .has-shadow.shadow-left::after {
    height: calc(100% - 25px);
    width: calc(100% - 25px);
  }
}
.has-shadow.shadow-left.has-shapes .shape-1 {
  right: -30px;
  left: auto;
}
.has-shadow.shadow-left.has-shapes .shape-2 {
  right: -40px;
  top: auto;
}
.has-shadow.shadow-left.has-shapes .shape-3 {
  left: 0;
}

.check-list li {
  position: relative;
  padding-left: 25px;
}
.check-list li svg {
  position: absolute;
  left: 0;
  top: 6px;
}

.check-list-2 li,
.check-list-primary li {
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  font-weight: 600;
}
.check-list-2 li > span:first-child,
.check-list-primary li > span:first-child {
  position: absolute;
  left: 0;
  top: 6px;
  z-index: 1;
}
.check-list-2 li > span:first-child svg,
.check-list-primary li > span:first-child svg {
  height: 8px;
  width: 12px;
  color: #33b27c;
  position: absolute;
  top: 3px;
  left: 8px;
}
.check-list-2 li > span:first-child::after,
.check-list-primary li > span:first-child::after {
  position: absolute;
  content: "";
  height: 27px;
  width: 27px;
  left: 0;
  top: -7px;
  background-color: #e1f4ec;
  border-radius: 50px;
  z-index: -1;
}
.check-list-2 li > span:first-child.red svg,
.check-list-primary li > span:first-child.red svg {
  color: #842029;
}
.check-list-2 li > span:first-child.red::after,
.check-list-primary li > span:first-child.red::after {
  background-color: #f8d7da;
}

.check-list-primary li {
  padding-left: 30px;
  font-size: 14px;
  font-weight: 500;
}
.check-list-primary li span {
  top: 6px;
}
.check-list-primary li span svg {
  height: 7px;
  width: 11px;
  color: var(--color-primary);
  top: 3px;
  left: 5px;
}
.check-list-primary li span::after {
  height: 20px;
  width: 20px;
  top: -4px;
  background-color: rgba(var(--color-primary), 0.15);
}

.bullet-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
}
.bullet-list li:last-child {
  margin-bottom: 0;
}
.bullet-list li::after {
  position: absolute;
  content: "";
  height: 7px;
  width: 7px;
  background-color: var(--color-primary);
  border-radius: 50px;
  left: 0;
  top: 8px;
}
.bullet-list.bullet-list-dark li::after {
  background-color: var(--black-200);
}

.tabs-navbar .nav-link.active, .tabs-navbar .nav-link:hover {
  color: var(--color-primary);
}
.tabs-navbar.nav-tabs .nav-item {
  margin-bottom: -1px;
  z-index: 2;
}
.tabs-navbar.nav-tabs .nav-link:hover,
.tabs-navbar.nav-tabs .active {
  border-bottom: 1px solid var(--color-primary) !important;
}
@media (max-width: 575px) {
  .tabs-navbar.nav-tabs .nav-link:hover,
.tabs-navbar.nav-tabs .active {
    border-bottom: 0 !important;
    padding: 0 !important;
  }
}
@media (max-width: 575px) {
  .tabs-navbar.nav-tabs .nav-link {
    padding: 0px !important;
    margin-bottom: 15px;
  }
}

.form-control {
  height: 50px;
  border-color: var(--gray);
  border-radius: 5px;
  padding: 15px 20px;
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--black-800);
}

.custom-checkbox {
  margin-top: 15px;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  box-shadow: none;
}
.custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: var(--color-primary);
  box-shadow: none;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(var(--color-primary), 0.5);
  border-color: rgba(var(--color-primary), 0.2);
  box-shadow: none;
}

.colored-icon.icon-1 {
  color: var(--color-primary);
}
.colored-icon.icon-2 {
  color: var(--color-secondary);
}
.colored-icon.icon-3 {
  color: var(--color-tertiary);
}
.colored-icon.icon-4 {
  color: #497cff;
}

/*------------------------------------------------------------------
 # helper classes
-------------------------------------------------------------------*/
.font-primary {
  font-family: var(--font-primary);
}

.rounded {
  border-radius: 5px;
}

.shadow {
  box-shadow: 0px 25px 65px rgba(0, 0, 0, 0.05) !important;
}

.border-top {
  border-top: 1px solid #e3e3e3 !important;
}

.border-bottom {
  border-bottom: 1px solid #e3e3e3 !important;
}

.border-left {
  border-left: 1px solid #e3e3e3 !important;
}

.border-right {
  border-right: 1px solid #e3e3e3 !important;
}

@media (max-width: 1199px) {
  .border-xl-0 {
    border: 0 !important;
  }
}
@media (max-width: 992px) {
  .border-lg-0 {
    border: 0 !important;
  }
}
@media (max-width: 767px) {
  .border-md-0 {
    border: 0 !important;
  }
}
@media (max-width: 575px) {
  .border-sm-0 {
    border: 0 !important;
  }
}
.font-weight-500 {
  font-weight: 500;
}

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

.text-underline {
  text-decoration: 1px dashed;
}

a.text-underline:hover {
  text-decoration-style: solid;
}

.no-bg-image {
  background-image: none !important;
}

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

.text-light-gray {
  color: var(--light-gray);
}

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

section.bg-light-gray {
  border-top: 1px solid var(--light-gray-border);
  border-bottom: 1px solid var(--light-gray-border);
}

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

a.text-primary:hover {
  color: var(--color-primary-darker-10) !important;
}

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

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

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

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

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

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

.text-secondary-fill {
  color: var(--color-secondary) !important;
}

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

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

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

.text-tertiary-fill {
  color: var(--color-tertiary) !important;
}

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

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

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

.text-black-100 {
  color: var(--black-100);
}

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

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

.text-black-200 {
  color: var(--black-200);
}

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

.text-black-300 {
  color: var(--black-300);
}

.text-black-400 {
  color: var(--black-400);
}

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

.text-black-500 {
  color: var(--black-500);
}

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

.text-black-600 {
  color: var(--black-600);
}

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

.text-black-700 {
  color: var(--black-700);
}

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

.text-black-800 {
  color: var(--black-800);
}

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

.text-black-900 {
  color: var(--black-900);
}

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

a.text-black-200:hover,
a.text-black-300:hover,
a.text-black-400:hover {
  color: var(--color-primary);
}

/*------------------------------------------------------------------
 # spacing classes
-------------------------------------------------------------------*/
.m-0 {
  margin: 0px;
}

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

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

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

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

.p-0 {
  padding: 0px;
}

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

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

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

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

.m-5 {
  margin: 5px;
}

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

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

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

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

.p-5 {
  padding: 5px;
}

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

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

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

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

.m-10 {
  margin: 10px;
}

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

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

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

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

.p-10 {
  padding: 10px;
}

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

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

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

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

.m-15 {
  margin: 15px;
}

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

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

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

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

.p-15 {
  padding: 15px;
}

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

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

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

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

.m-20 {
  margin: 20px;
}

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

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

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

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

.p-20 {
  padding: 20px;
}

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

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

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

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

.m-25 {
  margin: 25px;
}

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

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

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

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

.p-25 {
  padding: 25px;
}

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

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

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

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

.m-30 {
  margin: 30px;
}

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

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

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

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

.p-30 {
  padding: 30px;
}

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

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

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

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

.m-35 {
  margin: 35px;
}

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

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

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

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

.p-35 {
  padding: 35px;
}

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

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

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

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

.m-40 {
  margin: 40px;
}

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

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

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

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

.p-40 {
  padding: 40px;
}

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

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

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

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

.m-45 {
  margin: 45px;
}

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

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

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

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

.p-45 {
  padding: 45px;
}

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

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

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

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

.m-50 {
  margin: 50px;
}

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

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

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

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

.p-50 {
  padding: 50px;
}

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

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

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

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

.m-55 {
  margin: 55px;
}

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

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

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

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

.p-55 {
  padding: 55px;
}

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

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

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

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

.m-60 {
  margin: 60px;
}

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

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

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

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

.p-60 {
  padding: 60px;
}

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

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

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

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

.m-65 {
  margin: 65px;
}

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

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

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

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

.p-65 {
  padding: 65px;
}

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

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

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

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

.m-70 {
  margin: 70px;
}

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

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

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

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

.p-70 {
  padding: 70px;
}

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

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

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

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

.m-75 {
  margin: 75px;
}

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

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

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

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

.p-75 {
  padding: 75px;
}

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

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

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

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

.m-80 {
  margin: 80px;
}

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

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

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

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

.p-80 {
  padding: 80px;
}

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

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

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

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

.m-85 {
  margin: 85px;
}

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

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

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

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

.p-85 {
  padding: 85px;
}

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

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

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

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

.m-90 {
  margin: 90px;
}

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

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

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

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

.p-90 {
  padding: 90px;
}

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

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

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

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

.m-95 {
  margin: 95px;
}

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

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

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

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

.p-95 {
  padding: 95px;
}

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

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

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

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

.m-100 {
  margin: 100px;
}

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

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

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

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

.p-100 {
  padding: 100px;
}

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

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

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

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

.m-105 {
  margin: 105px;
}

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

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

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

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

.p-105 {
  padding: 105px;
}

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

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

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

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

.m-110 {
  margin: 110px;
}

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

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

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

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

.p-110 {
  padding: 110px;
}

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

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

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

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

.m-115 {
  margin: 115px;
}

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

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

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

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

.p-115 {
  padding: 115px;
}

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

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

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

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

.m-120 {
  margin: 120px;
}

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

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

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

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

.p-120 {
  padding: 120px;
}

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

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

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

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

.content a {
  color: var(--black-300);
}
.content a:hover {
  color: var(--color-primary);
}

.content.content-active a {
  color: var(--color-primary);
}

.content.has-underdot-link a {
  border-bottom: 1px dashed;
}
.content.has-underdot-link a:hover {
  border-bottom-style: solid;
  text-decoration: none;
}

.btn {
  font-size: 15px;
  padding: 14px 27px;
  color: var(--white);
  border-radius: 5px;
  border: 0;
  font-weight: 500;
  transition: 0.3s;
  position: relative;
}
.btn:active, .btn:focus {
  border: 0;
  box-shadow: none !important;
  border-color: var(--color-btn-primary-icon-bg) !important;
}
.btn.btn-sm {
  padding: 10px 25px;
}
.btn:hover {
  transform: translateY(-3px);
  text-decoration: none;
}
.btn:hover .icon {
  background-color: var(--color-btn-primary-darker-10);
}
.btn:hover .icon svg {
  transform: translateX(3px);
}
.btn.has-icon {
  padding: 16px 20px;
  padding-right: 60px;
}
.btn.has-icon .icon {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color-btn-primary-icon-bg);
  height: 100%;
  width: 42px;
  padding: 0 8px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: 0.3s;
  overflow: hidden;
}
.btn.has-icon .icon svg {
  height: 100%;
  width: 27px;
  margin-left: -1px;
  transition: 0.3s;
}
.btn.btn-action {
  background-color: var(--color-action) !important;
}
.btn.btn-action:hover, .btn.btn-action:active, .btn.btn-action:focus {
  color: var(--white);
  background-color: var(--color-action-darker-5) !important;
}
.btn.btn-action.has-icon .icon {
  background-color: var(--color-action-button-icon-bg);
}
.btn.btn-outline-action {
  color: var(--color-action);
  background-color: transparent;
  border: 0.094rem solid var(--color-action);
}
.btn.btn-outline-action:active, .btn.btn-outline-action:hover, .btn.btn-outline-action:focus {
  color: var(--white);
  background-color: var(--color-action) !important;
}
.btn.btn-action-secondary {
  background-color: var(--color-action-secondary) !important;
}
.btn.btn-action-secondary:hover, .btn.btn-action-secondary:active, .btn.btn-action-secondary:focus {
  color: var(--white);
  background-color: var(--color-action-secondary-darker-5) !important;
}
.btn.btn-action-secondary.has-icon .icon {
  background-color: var(--color-action-secondary-button-icon-bg);
}
.btn.btn-outline-action-secondary {
  color: var(--color-action-secondary);
  background-color: transparent;
  border: 0.094rem solid var(--color-action-secondary);
}
.btn.btn-outline-action-secondary:active, .btn.btn-outline-action-secondary:hover, .btn.btn-outline-action-secondary:focus {
  color: var(--white);
  background-color: var(--color-action-secondary) !important;
}
.btn.btn-primary {
  background-color: var(--color-btn-primary) !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  color: var(--white);
  background-color: var(--color-btn-primary-darker-5) !important;
}
.btn.btn-outline-primary {
  color: var(--color-btn-primary);
  background-color: transparent;
  border: 0.094rem solid var(--color-btn-primary);
}
.btn.btn-outline-primary:active, .btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  color: var(--white);
  background-color: var(--color-btn-primary) !important;
}
.btn.btn-secondary {
  background-color: var(--gray-darker-20) !important;
}
.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus {
  color: var(--white);
  background-color: var(--gray-darker-40) !important;
}
.btn.btn-outline-secondary {
  color: var(--black-200);
  background-color: transparent;
  border: 0.094rem solid var(--gray);
}
.btn.btn-outline-secondary:active, .btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus {
  color: var(--white);
  border-color: rgba(var(--color-tertiary), 0.5) !important;
  background-color: var(--gray-darker-20) !important;
}
.btn.btn-link {
  color: var(--black-200);
  background-color: transparent;
  border: 0;
}
.btn.btn-link svg {
  transition: transform 0.3s;
}
.btn.btn-link:active, .btn.btn-link:hover, .btn.btn-link:focus {
  color: var(--color-btn-primary);
  text-decoration: none;
}
.btn.btn-link:active svg, .btn.btn-link:hover svg, .btn.btn-link:focus svg {
  transform: translateX(2px);
}
.btn.btn-link.text-primary:hover {
  color: var(--gray-darker-20) !important;
}

/*------------------------------------------------------------------
 # header style
-------------------------------------------------------------------*/
body.fixed-header {
  --padding-top: 170px;
}
body.fixed-header > header {
  position: fixed;
  height: 100%;
  pointer-events: none;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  opacity: 1;
  transition: transform 0.4s, opacity 0.2s, all 0.4s ease-out;
}
body.fixed-header > header > * {
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
body.fixed-header > header.nav-active {
  backdrop-filter: blur(10px);
}
body.fixed-header > header.nav-active:after {
  content: "";
  background-color: #ccc;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
body.fixed-header > header nav {
  background: var(--light-gray);
}
body.fixed-header > header nav.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-out;
}
body.fixed-header > header nav.is-visible {
  opacity: 1;
  transition: all 0.4s ease-out;
}
body.fixed-header > header nav.scrolling {
  background: white;
  border-bottom: 1px solid var(--light-darker-2);
  transition: all 0.4s ease-out;
}
body.fixed-header > header nav.scrolled-top:not(.scrolling) {
  background: var(--light-gray);
  transition: all 0.4s ease-out;
}
body.fixed-header.has-superdeal {
  --padding-top: 210px;
}
@media (max-width: 767px) {
  body.fixed-header.has-superdeal {
    --padding-top: 210px;
  }
}
@media (max-width: 575px) {
  body.fixed-header.has-superdeal {
    --padding-top: 210px;
  }
}
@media (max-width: 480px) {
  body.fixed-header.has-superdeal {
    --padding-top: 210px;
  }
}
body.fixed-header.admin-bar {
  --admin-bar: 32px;
}
@media screen and (max-width: 782px) {
  body.fixed-header.admin-bar {
    --admin-bar: 46px;
  }
}
body.fixed-header.admin-bar > header {
  top: var(--admin-bar);
}
body.fixed-header.admin-bar > section:first-of-type {
  padding-top: calc(var(--admin-bar) + var(--padding-top));
}
body.fixed-header > section:first-of-type {
  padding-top: var(--padding-top);
}
body > header {
  z-index: 1030;
}
body > header .navbar {
  padding-top: 25px;
  padding-bottom: 25px;
}
body > header .navbar .navbar-brand {
  max-width: 200px;
  max-height: 56px;
}
body > header .nav-item .nav-link {
  font-weight: 600;
  font-size: 16px;
  color: var(--black-200) !important;
  padding-left: 17px !important;
  padding-right: 17px !important;
}
body > header .nav-item:hover .nav-link, body > header .nav-item.active .nav-link {
  color: var(--color-primary) !important;
  text-decoration: none;
}
@media (min-width: 1200px) {
  body > header .navbar .dropdown-menu {
    display: block;
    height: 0;
    overflow: hidden;
    width: 220px;
    transition: 0.2s;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
    background-color: transparent;
    z-index: 1;
  }
  body > header .navbar .dropdown-menu::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    background-color: var(--white);
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.3s ease-out;
    box-shadow: 0 10px 30px rgba(22, 28, 45, 0.1);
    transition-delay: 0.25s;
  }
  body > header .navbar .dropdown-menu li {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
  }
  body > header .navbar .dropdown-menu li:first-child {
    margin-top: 15px;
  }
  body > header .navbar .dropdown-menu li:last-child {
    margin-bottom: 15px;
  }
  body > header .navbar .dropdown:hover .dropdown-menu {
    height: auto;
    overflow: visible;
  }
  body > header .navbar .dropdown:hover .dropdown-menu::after {
    height: 100%;
  }
  body > header .navbar .dropdown:hover .dropdown-menu li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: 0.25s;
    transition-delay: 0.2s;
  }
  body > header .navbar .sub-dropdown {
    position: relative;
  }
  body > header .navbar .sub-dropdown .dropdown-submenu {
    position: absolute;
    display: block;
    z-index: 2;
    width: 90%;
    left: 100%;
    top: -10px;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
    background-color: transparent;
  }
  body > header .navbar .sub-dropdown .dropdown-submenu::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    background-color: var(--white);
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.3s ease-out;
    box-shadow: 0 10px 30px rgba(22, 28, 45, 0.1);
    transition-delay: 0.25s;
  }
  body > header .navbar .sub-dropdown .dropdown-submenu li {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-5px) !important;
    transition: 0s !important;
    transition-delay: 0s !important;
  }
  body > header .navbar .sub-dropdown .dropdown-submenu li:first-child {
    margin-top: 10px;
  }
  body > header .navbar .sub-dropdown .dropdown-submenu li:last-child {
    margin-bottom: 10px;
  }
  body > header .navbar .sub-dropdown:hover .dropdown-submenu {
    height: auto;
    overflow: visible;
  }
  body > header .navbar .sub-dropdown:hover .dropdown-submenu::after {
    height: 100%;
  }
  body > header .navbar .sub-dropdown:hover .dropdown-submenu li {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0px) !important;
    transition: 0.25s !important;
    transition-delay: 0.2s !important;
  }
}
body > header .dropdown-menu {
  border: 0;
  margin-top: 0;
  padding: 0 8px;
}
body > header .dropdown-submenu {
  list-style: none;
  display: none;
  padding: 0 8px;
  background-color: var(--white);
}
body > header .dropdown-item {
  padding: 6px 12px;
  font-weight: 600;
  font-size: 15px;
}
body > header .sub-dropdown.active,
body > header .sub-dropdown.active > .dropdown-item,
body > header .sub-dropdown:hover > .dropdown-item,
body > header .dropdown-item.active,
body > header .dropdown-item:active,
body > header .dropdown-item:focus,
body > header .dropdown-item:hover {
  color: var(--color-primary);
  background-color: rgba(var(--color-primary), 0.08);
  border-radius: 5px;
}
body > header .sub-dropdown.active > .dropdown-item {
  background-color: rgba(var(--color-primary), 0.02);
}
body > header .dropdown-toggle::after {
  display: none;
}
@media (max-width: 992px) {
  body > header .dropdown-menu {
    border: 0;
    padding: 0;
    text-align: left !important;
    border-radius: 6px;
  }
  body > header .navbar {
    border-bottom: 1px solid #ddd;
  }
  body > header .navbar .container-xl {
    padding: 0;
  }
  body > header .navbar .navbar-brand {
    max-height: 45px;
    max-width: 175px;
    margin-left: 20px;
  }
  body > header .navbar .navbar-toggler {
    margin-right: 20px;
  }
  body > header .navbar .navbar-nav {
    margin: 35px 0 25px;
    padding: 25px 0;
    border-top: 1px solid var(--light-gray-border-darker);
    border-bottom: 1px solid var(--light-gray-border-darker);
    margin-right: auto;
    margin-left: 25px !important;
    align-items: initial !important;
  }
  body > header .navbar .nav-item {
    display: block;
    text-align: left;
  }
  body > header .navbar .nav-link {
    padding: 8px 4px !important;
    padding-left: 0 !important;
  }
  body > header .navbar .dropdown-menu li:first-child {
    padding-top: 10px;
  }
  body > header .navbar .dropdown-menu li:last-child {
    padding-bottom: 10px;
  }
  body > header .navbar-collapse {
    text-align: center;
  }
  body > header .navbar-button {
    max-width: 100%;
    margin: 15px 0 15px 25px;
    text-align: left;
  }
  body > header .navbar-button .btn {
    display: inline-block;
    width: max-content;
    margin: 10px 20px 0 0;
  }
  body > header .navbar-button .btn.btn-link {
    padding-left: 0;
    padding-right: 0;
  }
  body > header .dropdown-item {
    padding: 6px 18px;
  }
}
@media (max-width: 575px) {
  body > header .navbar-brand {
    max-height: 45px;
    max-width: 150px;
    margin-left: 20px;
  }
}
body > header .navbar-toggler:focus {
  box-shadow: none !important;
}
body > header .navbar-toggler .nav-toggle-icon {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.4s;
  user-select: none;
}
body > header .navbar-toggler .nav-toggle-icon .top {
  stroke-dasharray: 40 121;
}
body > header .navbar-toggler .nav-toggle-icon .bottom {
  stroke-dasharray: 40 121;
}
body > header .navbar-toggler .nav-toggle-icon .line {
  fill: none;
  transition: stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
  stroke: var(--black-300);
  stroke-width: 5.5;
  stroke-linecap: round;
}
body > header .navbar-toggler:not(.collapsed) .nav-toggle-icon {
  transform: rotate(45deg);
}
body > header .navbar-toggler:not(.collapsed) .nav-toggle-icon .top {
  stroke-dashoffset: -68px;
}
body > header .navbar-toggler:not(.collapsed) .nav-toggle-icon .bottom {
  stroke-dashoffset: -68px;
}

p {
  margin-bottom: 15px;
}

ul.wp-block-list {
  margin-left: 25px;
  margin-bottom: 20px;
}
ul.wp-block-list ul.wp-block-list {
  margin-bottom: 10px;
  margin-top: 10px;
}
ul.wp-block-list:has(+ ul.wp-block-list) {
  margin-bottom: 0;
}

.entry-content h2.wp-block-heading {
  margin: 30px 0 30px;
}
.entry-content h2.wp-block-heading:first-child {
  margin-top: 0;
}
.entry-content h3.wp-block-heading {
  margin: 20px 0 20px;
}
.entry-content p {
  margin-bottom: 20px;
}

.hidden {
  display: none;
  visibility: hidden;
}

.tooltip-inner {
  max-width: 300px !important;
}

.image-info-section svg {
  max-width: 50px;
  max-height: 50px;
}

.banner {
  border-top: none;
  overflow-x: hidden;
}
.banner .input-group .form-control, .banner .input-group button {
  border-radius: 5px !important;
}
@media (max-width: 575px) {
  .banner .input-group .form-control {
    width: 100%;
    margin-bottom: 10px;
  }
  .banner .input-group button {
    margin-left: 0 !important;
    height: 50px;
    width: 100%;
  }
}
.banner .btn-outline-secondary:active, .banner .btn-outline-secondary:hover, .banner .btn-outline-secondary:focus {
  color: var(--black-600) !important;
  border-color: var(--color-tertiary) !important;
  background-color: transparent !important;
  opacity: 0.5;
}
.banner .banner-image {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .banner .banner-image {
    margin-left: 0;
  }
}
.banner .underliner {
  /*     display: inline-block; */
  padding-bottom: 3px;
  width: max-content;
}
.banner .underliner:after {
  content: "";
  display: block;
  margin: 0;
  height: 4px;
  background-color: #F2CF33;
  width: 0;
  animation: underline 12s ease;
  /* Use forwards to keep the final state of the animation */
  animation-iteration-count: infinite;
  border-radius: 10px;
}
.banner .underliner.underliner-2:after {
  animation-delay: 3s;
}
.banner .underliner.underliner-3:after {
  animation-delay: 6s;
}
@keyframes underline {
  0% {
    width: 0;
  }
  15%, 25% {
    width: 100%;
  }
  25.1% {
    width: 0;
  }
  100% {
    width: 0;
  }
}

.text-img-block .img-block:first-child {
  padding-right: 50px;
}
.text-img-block .img-block:last-child {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .text-img-block .img-block {
    padding: 0 !important;
    margin-top: 50px;
    margin-bottom: 0;
    order: 1 !important;
  }
  .text-img-block .text-block {
    order: 0 !important;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.has-video-popup, .lazy-gif-player {
  position: relative;
  cursor: pointer;
}
.has-video-popup .video-play-btn, .lazy-gif-player .video-play-btn {
  border: 0;
  outline: 0;
  height: 70px;
  width: 70px;
  padding: 2px 0 0 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--white);
  background-color: var(--color-primary);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  box-shadow: 0 0 25px var(--white);
}
@media (max-width: 767px) {
  .has-video-popup .video-play-btn, .lazy-gif-player .video-play-btn {
    height: 60px;
    width: 59px;
  }
}
@media (max-width: 480px) {
  .has-video-popup .video-play-btn, .lazy-gif-player .video-play-btn {
    height: 45px;
    width: 44px;
  }
  .has-video-popup .video-play-btn svg, .lazy-gif-player .video-play-btn svg {
    height: 1.4em;
    width: 1.4em;
    margin-top: -4px;
  }
}
.has-video-popup .video-play-btn:hover, .lazy-gif-player .video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
.has-video-popup .video-play-btn::after, .has-video-popup .video-play-btn::before, .lazy-gif-player .video-play-btn::after, .lazy-gif-player .video-play-btn::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 6px solid var(--color-primary);
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px;
  opacity: 0;
  backface-visibility: hidden;
  animation: pulse 2s linear infinite;
}
.has-video-popup .video-play-btn::after, .lazy-gif-player .video-play-btn::after {
  animation-delay: 0.5s;
}
.has-video-popup .video-pause-btn, .lazy-gif-player .video-pause-btn {
  position: absolute;
  background: none;
  opacity: 0;
  transition: all 0.2s ease-in;
  border: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.has-video-popup:hover .video-pause-btn, .lazy-gif-player:hover .video-pause-btn {
  opacity: 0.15;
}
@keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

#videoModal .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}
#videoModal .modal-body {
  position: relative;
  padding: 0px;
}
#videoModal .close {
  position: absolute;
  right: 15px;
  top: -40px;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.screenshots-carousel .screenshot {
  padding: 0;
  position: relative;
  max-height: 500px;
  max-width: 800px;
  overflow: hidden;
}
.screenshots-carousel .screenshot img {
  width: 100%;
}
@media (min-width: 991px) {
  .screenshots-carousel .screenshot {
    aspect-ratio: 4/3;
  }
}
.screenshots-carousel .slick-dots li button:before {
  display: none;
}
.screenshots-carousel .slick-dots {
  bottom: -50px;
  margin-bottom: 20px;
  z-index: 2;
}
.screenshots-carousel .slick-dots li button {
  position: relative;
  height: 25px;
  width: 25px;
}
.screenshots-carousel .slick-dots li button::after {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  border: 1px solid var(--black);
  border-radius: 50px;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  transform: scale(0.5);
  transition: 0.3s;
}
.screenshots-carousel .slick-dots li.slick-active button::after {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  transform: scale(1);
}
@media (hover: none) {
  .screenshots-carousel .slick-next, .screenshots-carousel .slic-prev {
    display: none;
    visibility: hidden;
  }
}
.screenshots-carousel .slick-prev, .screenshots-carousel .slick-next {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 100;
  width: 30%;
  height: 100%;
}
.screenshots-carousel .slick-prev.slick-prev, .screenshots-carousel .slick-next.slick-prev {
  left: 0;
}
.screenshots-carousel .slick-prev.slick-prev:before, .screenshots-carousel .slick-next.slick-prev:before {
  left: 10%;
}
.screenshots-carousel .slick-prev.slick-next, .screenshots-carousel .slick-next.slick-next {
  right: 0;
}
.screenshots-carousel .slick-prev.slick-next:before, .screenshots-carousel .slick-next.slick-next:before {
  right: 10%;
}
.screenshots-carousel .slick-prev:before, .screenshots-carousel .slick-next:before {
  color: #c3c3c3;
  font-size: 30px;
  position: absolute;
}
.screenshots-carousel .slick-prev:hover, .screenshots-carousel .slick-next:hover {
  opacity: 1;
}

.brand-carousel .slick-list {
  margin-left: -17px;
}
.brand-carousel .brand-item {
  height: 45px;
  margin-left: 17px;
}
.brand-carousel .brand-item img {
  z-index: -1;
  transition: 0.3s ease-out;
  opacity: 0.5;
  filter: grayscale(1);
}
.brand-carousel .brand-item:hover img {
  opacity: 1;
  filter: grayscale(0);
}

.how-it-works-tab .nav-item:first-child .nav-link::after,
.how-it-works-tab .nav-item:first-child .nav-link::before {
  display: none;
}
.how-it-works-tab .nav-link {
  font-weight: 600;
  position: relative;
  padding-top: 0;
  min-width: 180px;
  text-align: center;
  z-index: 1;
  color: var(--black-300);
}
@media (max-width: 992px) {
  .how-it-works-tab .nav-link {
    min-width: 125px;
    max-width: 100%;
    padding: 0 6px;
  }
}
@media (max-width: 575px) {
  .how-it-works-tab .nav-link {
    min-width: auto;
  }
}
.how-it-works-tab .nav-link::before, .how-it-works-tab .nav-link .circle-shape::after, .how-it-works-tab .nav-link .circle-shape::before {
  position: absolute;
  content: "";
}
.how-it-works-tab .nav-link .circle-shape {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  background-color: var(--gray);
  border-radius: 50px;
  margin: auto;
  margin-bottom: 10px;
  overflow: hidden;
  z-index: 2;
}
.how-it-works-tab .nav-link .circle-shape::before {
  background-color: var(--color-primary);
  height: 32px;
  width: 32px;
  top: 0;
  right: 0;
  border-radius: 50px;
  transition: 0.2s ease-out;
  transform: scale(0);
}
.how-it-works-tab .nav-link .circle-shape::after {
  background-color: var(--white);
  height: 16px;
  width: 16px;
  top: 8px;
  left: calc(50% - 8px);
  z-index: 1;
  border-radius: 50px;
}
.how-it-works-tab .nav-link::before {
  width: 100%;
  height: 2px;
  background-color: #F7F7F7;
  left: calc(-50% + 16px);
  top: 16px;
  border-radius: 50px;
  transition: 0.3s;
  z-index: -1;
}
@media (max-width: 767px) {
  .how-it-works-tab .nav-link::before {
    display: none;
  }
}
.how-it-works-tab .nav-link.active {
  background-color: transparent;
  color: var(--color-primary);
}
.how-it-works-tab .nav-link.active .circle-shape::before {
  transform: scale(1);
}
.how-it-works-tab .tab-pane.active .anim-to-top {
  animation: anim-to-top 0.7s;
}
.how-it-works-tab .tab-pane.active .anim-to-bottom {
  animation: anim-to-bottom 0.7s;
}
@keyframes anim-to-top {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes anim-to-bottom {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 575px) {
  .tab-pane > .row > :first-child {
    margin-bottom: 20px;
  }
}
.growth-rate-counter h2 {
  font-size: 32px;
}
.growth-rate-counter .block {
  width: 110px;
}
.growth-rate-counter .block-sm {
  width: 90px;
}
@media (max-width: 992px) {
  .growth-rate-counter .block,
.growth-rate-counter .block-sm {
    width: 20% !important;
  }
}
@media (max-width: 575px) {
  .growth-rate-counter .block,
.growth-rate-counter .block-sm {
    width: auto !important;
  }
}

.has-colored-text > div:nth-child(1) .has-text-color {
  color: var(--color-secondary);
}
.has-colored-text > div:nth-child(2) .has-text-color {
  color: var(--color-primary);
}
.has-colored-text > div:nth-child(3) .has-text-color {
  color: var(--color-tertiary);
}
.has-colored-text > div:nth-child(4) .has-text-color {
  color: var(--color-primary);
}
.has-colored-text > div:nth-child(5) .has-text-color {
  color: var(--color-tertiary);
}
.has-colored-text > div:nth-child(6) .has-text-color {
  color: var(--color-secondary);
}

.colored-icon-box .icon-box {
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.colored-icon-box .icon-box::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  border-radius: 5px;
  z-index: -1;
  background-color: #FAFAFA;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.colored-icon-box .icon-box .icon {
  font-size: 55px;
  display: inline-block;
  margin-bottom: 25px;
}
.colored-icon-box .icon-box h4 {
  transition: color 0.3s;
}
.colored-icon-box .icon-box:hover {
  box-shadow: none !important;
  transform: translateY(2px);
}
.colored-icon-box .icon-box:hover::after {
  height: 100%;
}
.colored-icon-box > div:nth-child(1) .icon-box .icon, .colored-icon-box > div:nth-child(5) .icon-box .icon {
  color: var(--color-primary);
}
.colored-icon-box > div:nth-child(1) .icon-box:hover::after, .colored-icon-box > div:nth-child(5) .icon-box:hover::after {
  background-color: rgba(var(--color-primary), 0.05);
}
.colored-icon-box > div:nth-child(1) .icon-box:hover h4, .colored-icon-box > div:nth-child(5) .icon-box:hover h4 {
  color: var(--color-primary);
}
.colored-icon-box > div:nth-child(2) .icon-box .icon, .colored-icon-box > div:nth-child(6) .icon-box .icon {
  color: var(--color-tertiary);
}
.colored-icon-box > div:nth-child(2) .icon-box:hover::after, .colored-icon-box > div:nth-child(6) .icon-box:hover::after {
  background-color: rgba(var(--color-tertiary), 0.05);
}
.colored-icon-box > div:nth-child(2) .icon-box:hover h4, .colored-icon-box > div:nth-child(6) .icon-box:hover h4 {
  color: var(--color-tertiary);
}
.colored-icon-box > div:nth-child(3) .icon-box .icon, .colored-icon-box > div:nth-child(7) .icon-box .icon {
  color: var(--color-secondary);
}
.colored-icon-box > div:nth-child(3) .icon-box:hover::after, .colored-icon-box > div:nth-child(7) .icon-box:hover::after {
  background-color: rgba(var(--color-secondary), 0.1);
}
.colored-icon-box > div:nth-child(3) .icon-box:hover h4, .colored-icon-box > div:nth-child(7) .icon-box:hover h4 {
  color: var(--color-secondary);
}
.colored-icon-box > div:nth-child(4) .icon-box .icon, .colored-icon-box > div:nth-child(8) .icon-box .icon {
  color: #21435B;
}
.colored-icon-box > div:nth-child(4) .icon-box:hover::after, .colored-icon-box > div:nth-child(8) .icon-box:hover::after {
  background-color: rgba(33, 67, 91, 0.05);
}
.colored-icon-box > div:nth-child(4) .icon-box:hover h4, .colored-icon-box > div:nth-child(8) .icon-box:hover h4 {
  color: #21435B;
}

.testimonials-section .slick-list {
  margin-left: -30px;
}
.testimonials-section .testimonials-carousel .testimonials-item {
  margin-left: 30px;
}
.testimonials-section .testimonials-carousel .testimonials-item:nth-child(1) .icon {
  color: rgba(var(--color-primary), 0.6);
}
.testimonials-section .testimonials-carousel .testimonials-item:nth-child(2) .icon {
  color: rgba(var(--color-secondary), 0.6);
}
.testimonials-section .testimonials-carousel .testimonials-item:nth-child(3) .icon {
  color: rgba(var(--color-tertiary), 0.6);
}
.testimonials-section .testimonials-carousel .testimonials-item:nth-child(4) .icon {
  color: rgba(var(--color-secondary), 0.6);
}
.testimonials-section .testimonials-carousel .testimonials-item:nth-child(5) .icon {
  color: rgba(var(--color-tertiary), 0.6);
}
.testimonials-section .testimonials-carousel .testimonials-item:nth-child(6) .icon {
  color: rgba(var(--color-primary), 0.6);
}
.testimonials-section .testimonials-carousel .testimonials-item:nth-child(7) .icon {
  color: rgba(var(--color-primary), 0.6);
}
.testimonials-section .testimonials-carousel .testimonials-item:nth-child(8) .icon {
  color: rgba(var(--color-secondary), 0.6);
}
.testimonials-section .testimonials-carousel .testimonials-item:nth-child(9) .icon {
  color: rgba(var(--color-tertiary), 0.6);
}
.testimonials-section .testimonials-carousel .testimonials-item:nth-child(10) .icon {
  color: rgba(var(--color-secondary), 0.6);
}
.testimonials-section .testimonials-carousel .testimonials-item:nth-child(11) .icon {
  color: rgba(var(--color-tertiary), 0.6);
}
.testimonials-section .testimonials-carousel .testimonials-item:nth-child(12) .icon {
  color: rgba(var(--color-primary), 0.6);
}
.testimonials-section .testimonials-items > div:nth-child(1) .testimonials-item .icon {
  color: rgba(var(--color-primary), 0.6);
}
.testimonials-section .testimonials-items > div:nth-child(2) .testimonials-item .icon {
  color: rgba(var(--color-secondary), 0.6);
}
.testimonials-section .testimonials-items > div:nth-child(3) .testimonials-item .icon {
  color: rgba(var(--color-tertiary), 0.6);
}
.testimonials-section .testimonials-items > div:nth-child(4) .testimonials-item .icon {
  color: rgba(var(--color-secondary), 0.6);
}
.testimonials-section .testimonials-items > div:nth-child(5) .testimonials-item .icon {
  color: rgba(var(--color-tertiary), 0.6);
}
.testimonials-section .testimonials-items > div:nth-child(6) .testimonials-item .icon {
  color: rgba(var(--color-primary), 0.6);
}
.testimonials-section .testimonials-items > div:nth-child(7) .testimonials-item .icon {
  color: rgba(var(--color-primary), 0.6);
}
.testimonials-section .testimonials-items > div:nth-child(8) .testimonials-item .icon {
  color: rgba(var(--color-secondary), 0.6);
}
.testimonials-section .testimonials-items > div:nth-child(9) .testimonials-item .icon {
  color: rgba(var(--color-tertiary), 0.6);
}
.testimonials-section .testimonials-items > div:nth-child(10) .testimonials-item .icon {
  color: rgba(var(--color-secondary), 0.6);
}
.testimonials-section .testimonials-items > div:nth-child(11) .testimonials-item .icon {
  color: rgba(var(--color-tertiary), 0.6);
}
.testimonials-section .testimonials-items > div:nth-child(12) .testimonials-item .icon {
  color: rgba(var(--color-primary), 0.6);
}
.testimonials-section .testimonials-item {
  padding: 0;
  position: relative;
  margin-bottom: 30px;
}
.testimonials-section .testimonials-item .block {
  position: relative;
  padding: 30px;
  padding-bottom: 25px;
}
.testimonials-section .testimonials-item .block p {
  line-height: 1.5;
}
.testimonials-section .testimonials-item .block img {
  position: absolute;
  left: 20px;
  bottom: -14px;
  width: 32px;
  height: 14px;
}
.testimonials-section .testimonials-item .user-info {
  padding-left: 7px;
}
.testimonials-section .testimonials-item .user-info img {
  height: 60px;
  width: 60px;
}
.testimonials-section .testimonials-item .border-bottom {
  padding-bottom: 20px;
}
.testimonials-section .testimonials-item .border-bottom::after {
  display: none;
}
.testimonials-section .slick-dots li button:before {
  display: none;
}
.testimonials-section .slick-dots {
  bottom: -45px;
  z-index: 2;
}
.testimonials-section .slick-dots li button {
  position: relative;
  height: 25px;
  width: 25px;
}
.testimonials-section .slick-dots li button::after {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  border: 1px solid var(--black);
  border-radius: 50px;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  transform: scale(0.5);
  transition: 0.3s;
}
.testimonials-section .slick-dots li.slick-active button::after {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  transform: scale(1);
}

.tools-use-section .inCircle-tools {
  padding: 180px 0;
}
.tools-use-section .inCircle-tools li img {
  max-width: 100%;
}
.tools-use-section .inCircle-tools .has-centered {
  z-index: 99;
}
.tools-use-section .inCircle-tools .lg {
  height: 180px;
  width: 180px;
}
.tools-use-section .inCircle-tools .md {
  height: 114px;
  width: 114px;
}
.tools-use-section .inCircle-tools .sm {
  height: 82px;
  width: 82px;
}
.tools-use-section .inCircle-tools .xs {
  height: 72px;
  width: 72px;
}
@media (max-width: 575px) {
  .tools-use-section .inCircle-tools {
    padding: 0;
    text-align: center;
    margin: 10px 0 0;
  }
  .tools-use-section .inCircle-tools li {
    position: static !important;
    height: 60px !important;
    width: 60px !important;
    padding: 0;
    margin: 5px 10px;
  }
}

.team-filters .btn {
  margin: 0 14px;
}
.team-filters .btn:hover, .team-filters .btn.active {
  color: var(--white);
  background-color: var(--color-btn-primary);
}

.pricing-switch label {
  cursor: text;
  user-select: none;
  padding: 0 15px;
}
.pricing-switch .toggle {
  height: 34px;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.pricing-switch .toggle .switch {
  display: inline-block;
  height: 100%;
  width: 70px;
  border: 1px solid var(--black-900);
  border-radius: 50px;
  position: relative;
}
.pricing-switch .toggle .switch::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50px;
  background-color: var(--color-primary);
  left: 5px;
  top: 4px;
  z-index: 2;
  transition: 0.25s ease-in-out;
}
.pricing-switch .toggle .pricing-check:checked ~ .switch::after {
  left: 57.5%;
}
.pricing-switch .toggle .pricing-check:active ~ .switch::after {
  transform: scale(0.8);
}
.pricing-switch .toggle .pricing-check {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}
@media (max-width: 575px) {
  .pricing-switch {
    text-align: center;
  }
}

.features-page .features-legend {
  width: auto;
  margin: auto;
  text-align: left;
}
.features-page .features-legend td {
  padding: 0 5px;
  font-size: 14px;
  font-style: italic;
  color: var(--black-600);
}
.features-page .features-legend .bi {
  font-size: 18px;
  color: var(--color-primary);
  margin-right: 10px;
}

section.features {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.features-table [data-bs-toggle=tooltip] {
  cursor: pointer;
}
.features-table td.active {
  position: relative;
  overflow: hidden;
}
.features-table td.active .recomended {
  position: absolute;
  background: #dca71c;
  color: #ffffff;
  font-weight: 600;
  padding: 0 25px;
  transform: rotate(45deg);
  right: -29px;
  top: 26px;
  font-size: 10px;
  letter-spacing: 1px;
}
.features-table td, .features-table th {
  border: 1px solid #EFEFEF;
  padding: 10px 5px;
}
.features-table td:first-child, .features-table th:first-child {
  padding-left: 20px;
}
.features-table td span {
  vertical-align: middle;
}
.features-table td:not([colspan="3"]) a:not(.btn) {
  text-decoration: none;
  color: #444;
}
.features-table td:not([colspan="3"]) a:not(.btn) span:first-child {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1px;
}
.features-table tr td:not(:first-child), .features-table tr th:not(:first-child) {
  width: 85px !important;
  padding: 5px;
  text-align: center;
}
.features-table thead th, .features-table thead td {
  border: none;
  background: transparent;
  text-align: center;
}
.features-table tbody .bi {
  font-size: 20px;
  color: var(--color-primary);
}
.features-table tbody th {
  background: #FbFAFb;
  font-weight: bold;
  padding: 30px 20px;
}
.features-table tbody.pricing > tr:last-child td, .features-table tbody.featureset > tr:last-child td {
  border-bottom: 1px solid #C6C6C6;
}
.features-table tbody.featureset th {
  font-size: 18px;
}
@media (max-width: 992px) {
  .features-table {
    /*
    thead {
        td:first-child, th:first-child {
            border-top-left-radius: 8px;
        }
        td:last-child, th:last-child {
            border-top-right-radius: 8px;
            padding-right : 10px;
        }
        h3 {
            font-weight: normal !important;
            font-size: 16px !important;
        }
    }
     */
  }
  .features-table tr td:not(:first-child), .features-table tr th:not(:first-child) {
    width: 55px !important;
  }
  .features-table thead h3 {
    font-size: 16px;
  }
  .features-table .d-flex {
    display: inherit !important;
  }
  .features-table tr {
    border: 1px solid #ccc;
  }
  .features-table td, .features-table th {
    padding: 5px;
    width: auto;
  }
  .features-table tbody th {
    border-width: 1px 0;
    border-color: #dedede;
  }
  .features-table tbody td {
    border: none;
    border-bottom: 1px solid #eee;
    padding: 15px 10px;
  }
  .features-table tbody td:not(:first-child) {
    min-width: auto !important;
    padding: 5px;
  }
  .features-table tbody:last-of-type tr:last-child td {
    border-bottom: 1px solid #ccc;
  }
  .features-table tbody.pricing, .features-table tfoot {
    display: none;
  }
}
.pricing .page-header h4 {
  line-height: 45px;
}
.pricing .pricing-cards .card {
  overflow: hidden;
  width: 100%;
}
.pricing .pricing-cards .card .recomended {
  position: absolute;
  background: #dca71c;
  color: #ffffff;
  font-weight: 600;
  padding: 0 35px;
  transform: rotate(45deg);
  right: -29px;
  top: 35px;
  font-size: 14px;
  letter-spacing: 1px;
}
.pricing .pricing-cards .card a:not(.btn) {
  color: var(--link-color);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.pricing .pricing-cards .card .features-link {
  display: block;
  text-align: center;
  padding: 20px 5px 0;
  color: var(--link-color);
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: 17px;
}

.accordionFAQ .card-header {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  user-select: none;
}
@media (max-width: 767px) {
  .accordionFAQ .card-header {
    padding-left: 30px;
  }
}
.accordionFAQ .card-header h4 {
  margin: 0;
  transition: 0.3s;
}
.accordionFAQ .card-header h4 svg {
  color: #A1A1A1;
}
.accordionFAQ .card-header .accordion-arrow {
  position: absolute;
  left: 0;
  transform: rotate(-90deg);
  transition: 0.3s;
  font-size: 16px;
  margin-top: 5px;
}
.accordionFAQ .card-header [aria-expanded=true] {
  color: var(--color-primary);
}
.accordionFAQ .card-header [aria-expanded=true] .accordion-arrow {
  transform: rotate(0);
  margin-top: 4px;
  color: var(--color-primary);
}

.modal.fade .modal-dialog {
  transform: translateX(0) scale(0.95);
}

.modal.show .modal-dialog {
  transform: translate(0) scale(1);
}

.modal-backdrop {
  background-color: #010e1d;
}
.modal-backdrop.show {
  opacity: 0.6;
}

.tabs-navbar.position-sticky {
  top: 0;
}

@media (max-width: 575px) {
  .tabs-navbar:not(.position-sticky) .nav-link,
.tabs-navbar:not(.position-sticky) .nav-link:hover {
    padding: 10px 0 !important;
    border-radius: 5px;
  }
  .tabs-navbar:not(.position-sticky) .nav-link.active,
.tabs-navbar:not(.position-sticky) .nav-link:hover.active {
    padding: 10px 15px !important;
    background-color: rgba(var(--color-primary), 0.1);
  }
}

.service-box {
  --service-box-border: 1px solid #E3E3E3;
}
.service-box .block {
  border: var(--service-box-border);
  border-bottom: 0;
  border-left: 0;
}
.service-box:nth-child(3) .block, .service-box:nth-child(6) .block, .service-box:nth-child(9) .block {
  border-right: 0;
}
@media (max-width: 992px) {
  .service-box:nth-child(2) .block, .service-box:nth-child(4) .block, .service-box:nth-child(8) .block, .service-box:nth-child(10) .block {
    border-right: 0;
  }
  .service-box:nth-child(3) .block {
    border-right: var(--service-box-border);
  }
}
@media (max-width: 767px) {
  .service-box .block {
    border: 0 !important;
  }
}
.service-box .service-icon {
  height: 85px;
  width: 85px;
  line-height: 90px;
  overflow: hidden;
  font-size: 35px;
}
.service-box:nth-child(1) .service-icon {
  background-color: rgba(24, 199, 209, 0.15);
  color: var(--color-tertiary);
}
.service-box:nth-child(2) .service-icon {
  background-color: rgba(255, 187, 51, 0.15);
  color: var(--color-secondary);
}
.service-box:nth-child(3) .service-icon {
  background-color: rgba(255, 49, 49, 0.15);
  color: var(--color-primary);
}
.service-box:nth-child(4) .service-icon {
  background-color: rgba(51, 145, 255, 0.15);
  color: #126dd6;
}
.service-box:nth-child(5) .service-icon {
  background-color: rgba(152, 49, 255, 0.15);
  color: #7714da;
}
.service-box:nth-child(6) .service-icon {
  background-color: rgba(27, 172, 24, 0.15);
  color: var(--color-tertiary);
}
.service-box:nth-child(7) .service-icon {
  background-color: rgba(255, 187, 51, 0.15);
  color: var(--color-secondary);
}
.service-box:nth-child(8) .service-icon {
  background-color: rgba(255, 49, 49, 0.15);
  color: var(--color-primary);
}
.service-box:nth-child(9) .service-icon {
  background-color: rgba(24, 199, 209, 0.15);
  color: var(--color-secondary);
}

.post-category {
  line-height: 1;
}
.post-category::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 4px;
  left: -15px;
  top: 0;
  background-color: var(--black-200);
  transition: 0.3s;
}
.post-category:hover::before {
  background-color: var(--color-primary);
}

.post-blockquote {
  padding: 35px 80px;
  background-color: #F8F8F8;
  margin: 40px 0 30px 0;
  border-radius: 15px;
}
.post-blockquote h3 {
  line-height: 32px;
  position: relative;
  padding-left: 10px;
}
.post-blockquote h3:after, .post-blockquote h3:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 33px;
  background-size: contain;
  background-repeat: no-repeat;
}
.post-blockquote h3::after {
  background-image: url(inc/assets/images/blog/quote-right.png);
  right: -33px;
  bottom: -8px;
}
@media (max-width: 480px) {
  .post-blockquote h3::after {
    display: none;
  }
}
.post-blockquote h3::before {
  background-image: url(inc/assets/images/blog/quote-left.png);
  left: -45px;
  top: -7px;
}
@media (max-width: 480px) {
  .post-blockquote h3::before {
    left: 0;
    top: -30px;
  }
}
@media (max-width: 575px) {
  .post-blockquote h3 {
    padding-left: 0;
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .post-blockquote {
    padding: 25px;
    padding-top: 50px;
  }
}

footer {
  border-top: 1px solid var(--light-gray-border);
  border-bottom: 1px solid var(--light-gray-border);
  background-image: none !important;
  padding-top: 0px;
}
footer .shape-1 {
  top: 120px;
  left: 100px;
}
footer .shape-2 {
  top: 35%;
  left: 20%;
}
@media (max-width: 767px) {
  footer .shape-2 {
    display: none;
  }
}
footer .shape-3 {
  bottom: 130px;
  left: 20px;
}
footer .shape-4 {
  right: 80px;
  top: 120px;
}
footer .shape-5 {
  right: 20%;
  top: 35%;
}
footer .shape-6 {
  right: 15px;
  bottom: 100px;
}
footer .form-control {
  border-right: 0;
  border-color: #EAEAEA;
  background-color: #EAEAEA;
}
footer .form-control:focus {
  background-color: #EAEAEA;
}
footer .needs-validation .btn {
  padding-left: 25px;
  padding-right: 25px;
}
footer .needs-validation .btn:hover {
  transform: translateY(0) !important;
}

.footer-bottom .block {
  padding: 25px 0;
}

.footer-links li {
  margin-bottom: 10px;
}
.footer-links li a {
  color: var(--black-200);
}
.footer-links li a:hover {
  color: var(--color-primary);
}
.footer-links li:last-child {
  margin-bottom: 0;
}

.scroll-to-top-btn {
  bottom: 20px;
  right: 33px;
  z-index: 9999;
  padding: 3px;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-out;
}
@media (max-width: 575px) {
  .scroll-to-top-btn {
    right: 15px;
  }
  .scroll-to-top-btn svg {
    height: 25px;
    width: 25px;
  }
}

.scroll-to-top-btn.show {
  opacity: 1;
  visibility: visible;
  bottom: 33px;
}
@media (max-width: 575px) {
  .scroll-to-top-btn.show {
    bottom: 15px;
  }
}

.blog {
  /* blog */
  /* content style */
  /* widget */
}
.blog .section-padding {
  padding: 40px 0;
}
.blog .article-card {
  padding: 15px 30px;
  border-radius: 0;
  box-shadow: 0 5px 25px rgba(var(--black), 0.05);
}
@media (max-width: 1200px) {
  .blog .article-card-sm {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .blog .article-card {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .blog .article-card {
    padding: 15px;
  }
}
.blog .card {
  border: 0;
  position: relative;
}
.blog .card-meta {
  padding-left: 0;
}
.blog .card-meta li {
  list-style-type: none;
  margin-right: 10px;
  display: inline-block;
}
.blog .card-meta li a {
  font-weight: 500;
  color: var(--text-color-light);
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog .card-meta li a:hover {
  color: var(--color-primary);
}
.blog .card-footer {
  background-color: transparent;
}
.blog .card-footer span {
  vertical-align: middle;
  color: var(--text-color-light);
}
.blog .card-img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.blog .card .card-body {
  padding-bottom: 50px;
  border-bottom: 1px solid #dedede;
}
.blog .card .card-text {
  margin: 30px 0;
}
.blog .card-image {
  position: relative;
}
.blog .card-image img {
  max-height: 300px;
  max-width: 300px;
  border-radius: 0;
}
.blog .card-image .post-info {
  position: absolute;
  right: 0;
  top: -5px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.blog .card-image .post-info span {
  display: inline-block;
  line-height: 1.3;
  font-size: 12px;
  padding: 3px 8px;
  padding-top: 4px;
  background-color: rgba(var(--black), 0.6);
  backdrop-filter: blur(10px);
  color: var(--white);
  border-radius: 0;
  margin-top: 5px;
}
.blog .read-more-btn {
  font-size: 18px;
}
.blog .post-title {
  color: var(--black);
  display: inline;
  text-decoration: none;
  background-image: var(--color-primary-linear-gradient);
  background-position: 0% 80%;
  background-repeat: no-repeat;
  background-size: 0% 8px;
  transition: background-size 0.3s;
}
.blog .post-title-sm {
  background-size: 0% 3px;
}
.blog a.post-title:hover {
  color: var(--black);
  background-size: 100% 8px;
}
.blog a.post-title-sm:hover {
  background-size: 100% 3px;
}
.blog .pagination {
  justify-content: center;
}
.blog .pagination .page-item .page-link {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 0;
  border: 1px solid var(--border-color);
  text-align: center;
  margin: 0 4px;
  font-weight: 500;
  color: var(--dark);
  padding: 0;
  line-height: 41px;
  box-shadow: 0 5px 25px rgba(var(--black), 0.05);
}
.blog .pagination .page-item .page-link:focus, .blog .pagination .page-item .page-link:hover {
  box-shadow: none;
  background: var(--color-primary);
  color: var(--white);
}
.blog .pagination .page-item:first-child .page-link, .blog .pagination .page-item:last-child .page-link {
  border-radius: 0;
}
.blog .pagination .page-item.active .page-link {
  background: var(--color-primary);
  color: var(--white);
  border-color: var(--color-primary);
}
.blog .post-meta .badge {
  padding: 8px 10px;
  margin-left: 10px;
}
.blog .post-meta .badge.text-bg-secondary {
  background-color: #838383 !important;
}
.blog .image-fallback {
  font-size: 0;
  height: 220px;
  width: 100%;
  background-color: var(--light-darker-5);
  text-align: center;
  border-radius: 0;
  display: inline-block;
}
.blog .image-fallback::first-letter {
  font-size: 80px;
  line-height: 220px;
  font-weight: bold;
  color: var(--text-color-dark);
}
.blog .image-fallback.post-thumb-sm::first-letter {
  font-size: 50px;
  line-height: 60px;
}
.blog .image-fallback-sm {
  height: 120px;
  width: 120px;
  margin-bottom: 20px;
}
.blog .image-fallback-sm::first-letter {
  font-size: 50px;
  line-height: 120px;
}
.blog .image-fallback-xs {
  height: 80px;
  width: 80px;
}
.blog .image-fallback-xs::first-letter {
  font-size: 38px;
  line-height: 80px;
}
.blog .breadcrumbs {
  background-color: transparent;
  padding: 15px 0;
}
.blog .breadcrumbs a {
  color: var(--dark);
}
.blog .breadcrumbs a:hover {
  text-decoration: underline;
}
.blog .breadcrumbs a:last-child {
  color: rgba(var(--dark), 0.5);
  pointer-events: none;
}
.blog .content * {
  margin-bottom: 5px;
}
.blog .content h1, .blog .content h2, .blog .content h3, .blog .content h4, .blog .content h5, .blog .content h6, .blog .content .h1, .blog .content .h2, .blog .content .h3, .blog .content .h4, .blog .content .h5, .blog .content .h6 {
  margin-bottom: 20px;
  margin-top: 30px;
}
.blog .content a {
  color: inherit !important;
  display: inline;
  text-decoration: none;
  background-image: var(--color-primary-linear-gradient);
  background-position: 0% 110%;
  background-repeat: no-repeat;
  background-size: 100% 3px;
  transition: 0.3s;
}
.blog .content a:hover {
  color: var(--black);
  background-size: 100% 100%;
}
.blog .content.bg-dark a:hover {
  background-image: linear-gradient(rgba(var(--color-primary), 0.4), rgba(var(--color-primary), 0.4));
}
.blog .content ol {
  padding-left: 20px;
}
.blog .content ul {
  padding-left: 0;
}
.blog .content ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  list-style-type: none;
}
.blog .content ul li a {
  display: inline-block;
  margin-bottom: 10px;
}
.blog .content ul li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 100%;
  left: 0;
  top: 7px;
  background-color: var(--color-primary);
  transition: 0.3s ease;
}
.blog .content table {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}
.blog .content table th,
.blog .content table td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}
.blog .content table thead {
  background: var(--light-darker-2);
}
.blog .content table tbody {
  background: var(--light);
}
.blog .content table tbody td {
  text-align: left !important;
}
.blog .content blockquote {
  border-left: 4px solid var(--color-primary);
  padding: 20px;
  margin: 20px 0;
}
.blog .content blockquote p {
  margin-bottom: 0;
  color: var(--text-color);
  font-style: italic;
  font-size: 20px;
  font-weight: 500;
}
.blog .content pre {
  padding: 10px 20px;
  background: var(--light);
}
.blog .widget-blocks {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .blog .widget-blocks {
    padding-left: 0;
  }
}
.blog .widget-blocks .row > .col:last-child .widget, .blog .widget-blocks .row > [class*=col-]:last-child .widget {
  margin-bottom: 0 !important;
}
.blog .widget {
  margin-bottom: 50px;
}
.blog .widget-body {
  padding: 30px;
  background-color: var(--white);
  border-radius: 0;
  box-shadow: 0 5px 25px rgba(var(--black), 0.05);
}
@media (max-width: 1200px) {
  .blog .widget-body-sm {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .blog .widget-body {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .blog .widget-body {
    padding: 15px;
  }
}
.blog .widget-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog .widget-list .card {
  border-bottom: 1px dashed var(--border-color);
  padding-bottom: 15px;
}
.blog .widget-list .media img {
  height: 80px;
  width: 80px !important;
  object-fit: cover;
  border-radius: 0;
}
.blog .widget-list .media:not(:last-child) {
  border-bottom: 1px dashed var(--border-color);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.blog .widget-list .media:hover {
  opacity: 0.8;
}
.blog .widget-list li {
  display: inline-block;
}
.blog .widget-list li a {
  background-color: rgba(var(--dark), 0.05);
  color: var(--darker);
  text-transform: capitalize;
  padding: 6px 16px;
  margin-bottom: 9px;
  margin-right: 9px;
  display: block;
  font-size: 14px;
  border-radius: 0;
}
.blog .widget-list li a:hover {
  background-color: rgba(var(--color-primary-light-saturated), 0.25);
}
.blog .author-thumb-sm {
  height: 150px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .blog .author-thumb-sm {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .blog .author-thumb-sm {
    height: 200px;
  }
}
.blog .post-thumb-sm {
  height: 80px;
  width: 100px;
  object-fit: cover;
  border-radius: 0;
}
.blog .comments-area .comment .comment-respond {
  padding-left: 66px;
}
.blog .comments-area .comment .comment {
  padding-left: 20px;
}
.blog .comments-area article header h4 a {
  color: var(--dark);
}
.blog .comments-area article .entry-meta a {
  color: var(--color-primary);
}
.blog .comments-area article footer {
  margin-top: 10px;
  padding: 0;
}
.blog .comments-area article footer a.comment-reply-link {
  color: var(--color-primary);
}
.blog .comments-area article footer a.comment-reply-link:hover {
  color: var(--color-secondary);
}
.blog .comments-area .comment-respond #cancel-comment-reply-link {
  padding-left: 15px;
  color: var(--color-primary);
}
.blog .comments-area .comment-respond #cancel-comment-reply-link:hover {
  color: var(--color-secondary);
}
.blog .comments-area .comment-form-author, .blog .comments-area .comment-form-email, .blog .comments-area .comment-form-url {
  width: 100%;
}
.blog .comments-area .comment-form-author input, .blog .comments-area .comment-form-email input, .blog .comments-area .comment-form-url input {
  width: 100%;
  border-color: #CECECE;
  border-radius: 5px;
  padding: 10px 15px;
}

.wp-block-latest-posts li {
  clear: both;
  margin-bottom: 20px;
}
.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
  float: left;
  margin: 0 15px 0 0;
}

section.bg-light-gray {
  background-image: none !important;
}

.billing-info .row.company-info, .company-info-toggle-close, .company-info.is-company .company-info-toggle {
  display: none;
}

.billing-info .row.company-info.is-company, .company-info .company-info-toggle, .company-info.is-company .company-info-toggle-close {
  display: block;
}

.billing-info .company-info-toggle, .billing-info .company-info-toggle-close {
  margin-bottom: 1.5rem;
}

.page-id-4 .entry-content > h2, .parent-pageid-4 .entry-content > h2 {
  margin: 40px 0 20px;
}

#superdeal {
  padding: 15px 15px;
  text-align: center;
  width: 100%;
  background: #4998ed;
  color: #fff;
  font-size: 18px;
  box-sizing: border-box;
}

#superdeal a {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

.nf-error-msg {
  color: #a94442 !important;
  background-color: #f2dede;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
}

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