/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oxanium:wght@200..800&display=swap');
/*Common CSS*/
*+html {
  margin:0px;
  padding:0px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, header, footer, section, nav {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6, strong .btn1 {
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight:bold;
  margin:0px;
  padding:0px;
}
img {
  border:0px;
  outline:none;
  max-width: 100%;
}
p {
  margin:0px;
}
ul li, ol li {
  margin:0px;
  padding:0px;
  list-style:none;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.text-center p{
  text-align: center;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.hidden {
  display: none !important;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
#cue-maximator-virtual-experience .virtual-experience-cover {
    width: 100%;
    height: auto;
    min-height: calc(80vh - 6rem);
    z-index: 1;
}

#cue-maximator-virtual-experience .cue-video-infobox-holder {
    max-width: 420px;
    top: 32px;
}
body a {
  color: inherit;
}
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited, a:hover, a:active {
    text-decoration: none;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    }
    abbr[title]:after {
      content: " (" attr(title) ")";
      }
      a[href^="#"]:after,
      a[href^="javascript:"]:after {
        content: "";
      }
      pre {
        white-space: pre-wrap !important;
      }
      pre,
      blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
      }
      thead {
        display: table-header-group;
      }
      tr,
      img {
        page-break-inside: avoid;
      }
      p,
      h2,
      h3 {
        orphans: 3;
        widows: 3;
      }
      h2,
      h3 {
        page-break-after: avoid;
      }
    }
    ul, ol{
      padding: 0;
      margin: 0;
    }
    li{
      list-style: none;
    }
    button:focus-within, button:focus, button:active, a:hover, a:active, a:focus, select:hover, select:active, select:focus, option:hover, option:active, option:focus {
      text-decoration: none;
      outline: 0;
    }
    ul{padding: 0; margin: 0;}
    a{text-decoration: none; color: inherit;}
    a:hover{color: inherit;}
    b, strong {
      font-weight: bold;
    }




/*Main CSS*/
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  font-size: 16px;
  background-color: #ffffff;
  position: relative;
  word-break: break-word;
}
img{
  max-width: 100%;
  height: auto;
}
h3 {
  font-size: 25px;
}
section, footer{
  position: relative;
  padding: 60px 0;

}




header {
  position: relative;
  z-index: 4;
  width: 100%;
  transition: 0.3s;
  background-color: #ffffff;
  padding: 10px 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  
}
header .header-area, #main-content {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}


/*Sticky header css start*/
header {
  transform: translateY(0);
  position: absolute;
  border: 0;
  left: 0;
  top: 0;
}
header.scrollDown {
/*  transform: translateY(-101%);*/
}
header.sticky .menu-area {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
}
body {
}
header.sticky .header-book {
  margin-top: 0;
}
header.sticky {
  background-color: rgba(255, 255, 255, 0.55);
  box-shadow: 0px 8px 15px rgba(1, 1, 1, 0.11);
  backdrop-filter: blur(10px);
}
/*Sticky header css end*/


.logo img {
  max-width: 270px;
}
.header-right{
  min-width: 270px;
}
.header-right ul{
  justify-content: end;
}
.navbar-expand-xl .navbar-nav .nav-link {
  color: #333333;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}
.navbar-expand-xl .navbar-nav .nav-link:hover, .nav-link:focus, .nav-link:active, .navbar-expand-xl .navbar-nav .nav-link.active, a[aria-current="page"] {
  color: #C50B29 !important;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
  width: 100vw;
  left: 0;
  border: 0;
  padding: 0;
  margin-top: 0;
  z-index: 2;
  top: 100%;
  background: transparent;
}



.close-dmenu {
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 13px;
  top: 20px;
  transition: 0.3s;
  border-radius: 50%;
  display: flex;
  border: 1px solid transparent;
  background-size: 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.063' height='22.063' viewBox='0 0 22.063 22.063'%3E%3Cpath id='close' d='M22.063,1.261,20.8,0,11.031,9.771,1.261,0,0,1.261l9.771,9.771L0,20.8l1.261,1.261,9.771-9.771L20.8,22.063,22.063,20.8l-9.771-9.771Z' fill='%23333'/%3E%3C/svg%3E");
}
.close-dmenu:hover {
  border: 1px solid #c50b29;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.063' height='22.063' viewBox='0 0 22.063 22.063'%3E%3Cpath id='close' d='M22.063,1.261,20.8,0,11.031,9.771,1.261,0,0,1.261l9.771,9.771L0,20.8l1.261,1.261,9.771-9.771L20.8,22.063,22.063,20.8l-9.771-9.771Z' fill='%23C50B29'/%3E%3C/svg%3E");
}
.dropdown-toggle::after {
  display: none;
}
.dropdown, .navbar{
  position: static;
}
.mega-menu {
  position: relative;
  padding: 0px 75px 0px 40px;
  background-color: #fff;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.btn1, .btn2 {
  background-color: #C60B29;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 35px 7px 16px;
  display: inline-block;
  font-size: 18px;
  line-height: 27px;
  border: 1px solid transparent;
  position: relative;
  transition: 0.3s;
}
.btn1:hover, .btn2:hover{
  background-color: #fff;
  color: #C60B29;
  border: 1px solid #C60B29;
}
.btn1::after, .btn2::after, .more-menu .mitem a::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 14px;
  right: 11px;
  transition: 0.3s;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23fff' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
}
.btn1:hover::after, .btn2:hover::after, .more-menu .mitem a:hover::after, .more-menu .mitem a.active::after{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23C60B29' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
}
.btn1::after{
  top: 50%;
  margin-top: -6px;
}
.mlist::-webkit-scrollbar {
  display: none;
}
.mlist {
  position: relative;
  width: calc(25% - 20px);
  padding-right: 25px;
  border-right: 1px solid rgba(223, 223, 223, 0.69);
  padding-top: 20px;
  padding-bottom: 20px;
}
.mlist.more-menu {
  padding-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
.mlist h3 {
  font-weight: 600;
  font-size: 30px;
  margin: 10px 0;
}
.mlist p{
  margin: 10px 0;
}
.mitem::-webkit-scrollbar {
  display: none;
}
.mitem{
  max-height: 500px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.mitem a {
  display: block;
  padding: 8px 20px 8px 0;
  font-size: 18px;
  line-height: 27px;
  position: relative;
  word-wrap: break-word;
}
.mitem a:hover, .mitem a.active{
  color: #C60B29;
}
.mlist.more-menu .mitem a{
  padding-right: 45px;
}
.more-menu .mitem a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23333333' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
  right: 20px;
  top: 50%;
  margin-top: -5px;
}
.more-menu .mitem a:hover::after, .more-menu .mitem a.active::after{
  right: 15px;
}


.scroll-button {
  position: absolute;
  z-index: 10;
  background-color: #c50b29;
  color: white;
  border: none;
  padding: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z'/%3E%3C/svg%3E");
  background-size: 16px;
  left: 50%;
  margin-left: -15px;
}
.scroll-button.show{
  display: block;
}
.scroll-button-up {
  top: 10px;
  right: 10px;
}
.scroll-button-down {
  bottom: 10px;
  right: 10px;
  transform: rotate(180deg);
}

/*Extra scroll css*/
.mlist.more-menu{
  padding-top: 0;
}
.mlist.more-menu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.32), rgb(255, 255, 255));
  z-index: 3;
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.16);
}
.mlist.more-menu .mitem a:first-child{
  margin-top: 35px;
}
.mlist.more-menu{
  padding-bottom: 0;
}
.mlist.more-menu::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  z-index: 3;
}
.mlist.more-menu .mitem a:last-child{
  margin-bottom: 35px;
}
.mlist {
  padding-bottom: 0;
}
.d-none.d-xl-block.mlist{
  padding-bottom: 20px;
}


.header-right .dropdown-menu {
  margin-top: 16px !important;
  z-index: 3;
  border-radius: 0;
  border: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.mitem2nd {
  display: none;
}
.mitem2nd.active {
  display: block;
}




.header-right li{
}
.header-right li > a {
  transition: 0.3s;
  padding: 10px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.header-right li > a.cart{
  background-color: #C50B29;
}
.header-search {
  padding: 0 10px;
  min-width: 380px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-search button {
  background-color: #c50b29;
  color: #fff;
  border: 0;
}
.header-search input{
  padding: 5px 10px;
}



/*banner area*/
.banner-area{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.carousel::before, .carousel::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.carousel::before {
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
}
.carousel::after {
  height: 150px;
  background: transparent linear-gradient(180deg, #69696900 0%, #2B2B2BDD 100%) 0% 0% no-repeat padding-box;
}
.carousel-indicators [data-bs-target] {
  font-size: 18px;
  border: 0;
  text-indent: inherit;
  width: auto;
  height: auto;
  background: transparent;
  color: #fff;
  padding-bottom: 15px;
  border-bottom: 4px solid transparent;
  opacity: 0.4;
}
.carousel-indicators [data-bs-target].active {
  border-bottom: 4px solid #fff;
  opacity: 1;
}
.carousel-indicators {
  z-index: 3;
  margin-bottom: 0px;
  justify-content: space-between;
}
.desc-block1 {
  background-color: #C50B29;
  padding: 30px 50px 15px;
  z-index: 2;
  color: #fff;
}
.carousel-item .desc-block1 {
  position: absolute;
  top: 75px;
}
.desc-block1 h2{
  font-size: 40px;
  line-height: 58px;
}
.strokeText {
  color: transparent;
  -webkit-text-stroke: 1px rgb(255, 255, 255);
}
.desc-block1 p{
  font-size: 17px;
}
.desc-block1 .redactor-styles a{
  color: #ffffff;
  text-decoration: underline;
}
.carousel-item img, .carousel-item video{
  max-height: 750px;
  object-fit: cover;
}
#body {
  padding-top: 75px;
}
.bgImg{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-btm{
  padding: 15px;
  background-color: #C50B29;
  color: #fff;
}
.carousel-btm p{
  margin-left: 10px;
  font-size: 17px;
}
.carousel-btm strong{
  font-weight: 600;
  font-size: 22px;
}
.carousel-btm a{
  text-decoration: underline;
}





.heading1 {
  font-size: 50px;
}
.heading2{
  font: normal normal 600 40px/58px Oxanium;
}
.heading3{
  font: normal normal 600 32px/46px Oxanium;
}
.heading4
/*,.redactor-styless h4*/
{
  font: normal normal 600 20px/29px Oxanium;
}

.redactor-styles a{
      color: #C50B29;
}
.brands{}
.brands ul{}
.brands ul li {
  margin: 30px 25px 0;
}
.brands img{
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100%);
}
.brands li:hover img{
  opacity: 1;
  filter: grayscale(0%);
}



.blocks-1{}
.blocks-1 li, .blocks-1-list{
  transition: 0.3s;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: calc(33.33% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: visible;
}
.blocks-1 li.half{
  width: calc(50% - 20px);
}
.blocks-1 li:hover{
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
}
.blocks-1 .blocks-1-desc{
  padding: 30px;
}
.blocks-1 .blocks-1-desc h3{
  font: normal normal 600 29px/44px Oxanium;
}
.blocks-1 .blocks-1-desc p{
  margin: 15px auto;
  font: normal normal 300 15px/25px Inter;
}
.blocks-1-img{
  overflow: hidden;
}
.blocks-1 img{
  transition: 0.5s;
}
.blocks-1 li:hover img{
  transform: scale(1.25);
}
.blocks-1-btm{
  max-width: 70%;
  margin: 0 auto;
}
.blocks-1-btm p{
  font-size: 17px;
}
.red{
  color: #C50B29;
}
.blocks-1 .blocks-1-link {
  position: absolute;
  bottom: -20px;
  z-index: 3;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.btn2b {
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn2b::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.btn2b::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  bottom: -27px;
  background-color: #c60b29;
  left: 50%;
  transition: 0.3s;
  border: 1px solid transparent;
  margin-left: -27px;
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23fff' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
}
.blocks-1 li:hover .btn2b::after, .blocks-1b li:hover .btn2b::after{
  background-color: #fff;
  border: 1px solid #c60b29;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23C60B29' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
}
.blocks-1 li:hover, .blocks-1b li:hover{
  color: #c60b29;
}




/*keen slider css*/
.keen-slider{display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.keen-slider,.keen-slider__slide{overflow:hidden;position:relative}.keen-slider__slide{width:100%;min-height:100%}.keen-slider[data-keen-slider-v]{flex-wrap:wrap}.keen-slider[data-keen-slider-v] .keen-slider__slide{width:100%}.keen-slider[data-keen-slider-moves] *{pointer-events:none}
/*# sourceMappingURL=keen-slider.min.css.map */
.ken-area {
  position: relative;
  background: #F2F2F2;
  padding: 50px 50px 50px 130px;
  margin-left: 60px;
}
.ken-area img {
  position: absolute;
  left: -60px;
  top: 50%;
  height: 180px;
  margin-top: -90px;
  width: auto;
}
.ken-area h3{
  font: normal normal 600 32px/46px Oxanium;
}
.ken-area p{
  font: normal normal 300 17px/28px Inter;
}
.ken-area a{}






.check-blocks{}
.check-blocks > li, .feedback-blocks li {
  width: 45%;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 35px;
  transition: 0.3s;
}
.check-blocks > li:hover, .feedback-blocks li:hover {
  box-shadow: 0px 3px 23px rgba(0, 0, 0, 0.41);
}
.check-blocks li img{
  transition: 0.3s;
  display: block;
  margin: 0 auto 15px;
}
.check-blocks li:hover img, .feedback-blocks li:hover img{
  transform: scale(1.2);
}
.check-blocks li h4{}
.check-blocks li p{}


.feedback-blocks {
  margin-top: 130px;
}
.feedback-blocks li{
  width: calc(33.33% - 20px);
}
.feedback-blocks li img {
  transition: 0.3s;
  margin: -80px auto 20px;
  display: block;
}
.feedback-blocks p{
  font: normal normal 300 15px/25px Inter;
}
.client-info h5{
  font: normal normal 600 20px/29px Oxanium;
}
.client-info p{
  font: normal normal 300 15px/25px Inter;
}
.bg-gray{
  background-color: #F2F2F2;
}
.quote{
  position: relative;
}
.quote::before, .quote::after{
  position: absolute;
  font: normal normal 600 40px/58px Oxanium;
  letter-spacing: 0px;
  color: #C50B29;
  text-transform: uppercase;
  display: inline-block;
}
.quote::before {
  content: "“";
  left: -20px;
  top: -20px;
}
.quote::after {
  content: "„";
  bottom: -18px;
}


.icon-blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  color: #fff;
}
.icon-blocks li{}
.icon-blocks li a {
  display: flex;
  justify-content: center;
  background-color: #C50B29;
  flex-direction: column;
  padding: 30px 40px;
  align-items: center;
  text-align: center;
  height: 100%;
  transition: 0.3s;
}
.icon-blocks li a:hover{
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  transform: scale(1.07);
}
.icon-blocks li a img{
  transition: 0.3s;
}
.icon-blocks li a:hover img{
  transform: scale(1.1);
}
.icon-blocks li h5{
  margin-top: 20px;
  font: normal normal bold 22px/30px Oxanium;
}






.keen-slider2{}
.keen-slider2 p{
  font: normal normal 300 15px/25px Inter;
}
.keen-slider2 h3{
  font: normal normal 600 30px/44px Oxanium;
}
.keen-slider2 h4{
  font: normal normal 600 20px/29px Oxanium;
}
.arrow {
  cursor: pointer;
  opacity: 1;
  width: 40px;
  height: 40px;
  display: block;
  background-color: #C50B29;
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FFF' d='M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z'/%3E%3C/svg%3E");
  position: absolute;
  bottom: 65px;
}
.arrow.arrow--left{
  right: 45%;
  transform: rotate(180deg);
}
.arrow.arrow--right{
  right: 42%;
}
.arrow.arrow--disabled{
  opacity: 0.5;
  cursor: not-allowed;
}
.keen-slider2 ul > li{
  width: 50%;
  position: relative;
}
.news-heading {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 30px 60px 30px 30px;
  background-image: linear-gradient(to top, rgba(1, 1, 1, 0.46), rgba(1, 1, 1, 0));
}
.news-heading p{}
.news-heading h3{}
.news-blocks {
  margin-left: -50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.news-blocks li a {
  display: block;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 20px;
  transition: 0.3s;
}
.news-blocks li:hover a{
  transform: scale(1.05);
}
.news-blocks p{}
.news-blocks h4{}





.top-blocks1{
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.top-blocks1 li {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-blocks1 li h4{
  font: normal normal 600 27px/36px Oxanium;
}
.top-blocks1 li p{
  margin: 5px 0;
  font: normal normal 300 15px/25px Inter;
}
.arrow-link{
  position: relative;
  font: normal normal 300 15px/25px Inter;
  letter-spacing: 0px;
  color: #C50B29;
}
.arrow-link::after {
  content: "";
  margin-left: 5px;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23C60B29' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
}
.arrow-link:hover::after{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23333' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
}





.world-map{
  overflow: hidden;
}
.world-map::after {
  content: '';
  display: block;
  width: 920px;
  height: 460px;
  border-radius: 50%;
  background: transparent linear-gradient(180deg, #F2F2F2 0%, rgba(43,43,43,0.4) 100%) 0% 0% no-repeat padding-box;
  left: 50%;
  position: absolute;
  z-index: 0;
  transform-origin: top;
  top: 0;
  transform: translateX(-50%) translateY(50%) scale(3.25);
}
.map-area {
  position: relative;
  z-index: 2;
  margin-top: 150px;
  margin-bottom: 25px;
}
.map-area svg {
  max-width: 100%;
}
.map-area svg path {
  cursor: pointer;
  outline: 0;
}


.counter-list{
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
.counter-list li {
  padding: 40px 25px;
  color: #fff;
  height: 230px;
  max-height: 230px;
  background-color: #C50B29;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.counter-list li h3{
  font: normal normal bold 75px/79px Oxanium;
}
.counter-list li h4{
  font: normal normal bold 26px/38px Oxanium;
  text-transform: uppercase
}
div[id^="popover-content-"] {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 3;
  max-width: 220px;
  overflow-y: scroll;
  max-height: 300px;
  width: 260px;
}
div[id^="popover-content-"] .btn1{
  margin-top: 10px;
}
div[id^="popover-content-"] p {
  font-size: 12px;
}


.moveTop-balance{
  margin-bottom: 125px;
}
.moveTop-area {
  margin-top: -125px;
}
.cart-block-img a {
  width: 120px;
  height: 120px;
  background-color: #c50b29;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 50px;
  transition: 0.3s;
}
.cart-block-img a:hover{
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  transform: scale(1.07);
}
.cart-block-desc{}
.cart-block-desc h2{
  font: normal normal 600 40px/58px Oxanium;
}
.cart-block-desc p{
  font: normal normal 300 17px/28px Inter;
}



@media (min-width:991px){
  .max80{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.faq-area .accordion-button:focus{
  box-shadow: none !important;
  outline: none !important;
}
.faq-area .accordion-button {
  font: normal normal 600 30px/44px Oxanium;
}
.accordion-item {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 3px;
}
.faq-area .accordion-button::after {
  right: -30px;
  position: relative;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.704' height='19.133' viewBox='0 0 33.704 19.133'%3E%3Cg id='accordion-arrow' transform='translate(32.015 1.843) rotate(90)'%3E%3Cpath id='Path_Copy_2' data-name='Path Copy 2' d='M15.163,17.291-1.689,1.843,1.689-1.843,15.163,10.508,28.636-1.843l3.379,3.686Z' transform='translate(0 30.326) rotate(-90)' fill='%23333'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.faq-area .accordion-button:not(.collapsed)::after{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.704' height='19.133' viewBox='0 0 33.704 19.133'%3E%3Cg id='accordion-arrow' transform='translate(32.015 1.843) rotate(90)'%3E%3Cpath id='Path_Copy_2' data-name='Path Copy 2' d='M15.163,17.291-1.689,1.843,1.689-1.843,15.163,10.508,28.636-1.843l3.379,3.686Z' transform='translate(0 30.326) rotate(-90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.faq-area .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #c50b29;
}
.faq-area .accordion-button{
  padding-right: 50px;
  border-radius: 0 !important;
}
.accordion-body a{
  color: #c50b29;
}




footer h5{
  margin-bottom: 5px;
  font: normal normal bold 15px/25px Inter;
}
footer li a{
  display: block;
  transition: 0.3s;
  font: normal normal normal 15px/25px Inter;
}
footer li a:hover{
  color: #c50b29;
}
.divider {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}
.footer-logo1 img{
  max-width: 250px;
}
.footer-logo2 img{
  max-width: 300px;
}
.social-links li{
  margin-right: 8px;
}
.social-links li a{
  display: block;
  transition: 0.3s;
}
.social-links li a:hover{
  transform: scale(1.2);
}
.footer-btm-links{}
.footer-btm-links li{
  font: normal normal normal 15px/25px Inter;
}
.footer-btm-links li a {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}
.footer-btm-links li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  height: 15px;
  width: 1px;
  background-color: #333;
}
.social-links.link-share img{
  width: 38px;
}











.cart-support {
  position: fixed;
  right: 30px;
  bottom: 80px;
  display: flex;
  flex-direction: column;
  z-index: 4;
}
.cart-support a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  background-color: #c50b29;
  width: 68px;
  height: 68px;
  transition: 0.3s;
}
.cart-support a img{}
.contact-opener{}
.contact-list-popup {
  position: fixed;
  bottom: 1rem;
  right: 5.5rem;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.15);
  overflow-y: auto;
  max-height: 24rem;
  background-color: #fff;
  padding: 1rem;
  font-size: .875rem;
  transform: translateX(8px); 
  opacity: 0; 
  visibility: hidden; 
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  margin-bottom: 80px;
  margin-right: 20px;
}
.contact-list-popup h5{
  margin-bottom: 10px;
}
.contact-list-popup ul{}
.contact-list-popup ul li{}
.contact-list-popup ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  background-color: transparent;
}
.contact-list-popup ul li a img{
  margin-right: 15px;
}
.contact-list-popup ul li a span{}

.contact-list-popup.open{
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
/* Back to Top Button */
#backToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 43px;
  z-index: 4;
  border: 1px solid transparent;
  outline: none;
  background-color: #c50b29;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  font-size: 0;
  width: 45px;
  height: 45px;
  transition: 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z'/%3E%3C/svg%3E");
}
#backToTopBtn:hover {
  border: 1px solid #c50b29;
  background-color: #fff;
  transform: scale(1.2);
  box-shadow: 0px 0px 10px rgba(1, 1, 1, 0.39);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23c50b29' d='M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z'/%3E%3C/svg%3E");
}








/* Preloader styles */
#main-content {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f2e7;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loader {
  border: 8px solid #333;
  border-top: 8px solid #C50B29;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 0.7s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}










/*hamburger menu open close animation */
.navbar-toggler:focus, .navbar-toggler:active{
  outline: 0;
  box-shadow: none;
}
.navbar-toggler{
  width: 40px;
  height: 38px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin-left: auto;
}
.navbar-toggler span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #c50b29;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.navbar-toggler[aria-expanded="true"] span{
  background: #333;
}
.navbar-toggler span:nth-child(1) {
  top: 7px;
}
.navbar-toggler span:nth-child(2),.navbar-toggler span:nth-child(3) {
  top: 17px;
}
.navbar-toggler span:nth-child(4) {
  top: 27px;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}













/*Other pages*/
.banner-static{
  min-height: 650px;
}
.banner-static.bs-Hlow{
  min-height: 400px;
}
.banner-static .desc-block1 {
  width: auto;
  display: inline-block;
}
.desc-block1-area{
  position: absolute;
  max-width: 100%;
}
.breadcrumb-item + .breadcrumb-item {
  position: relative;
  margin-left: 15px;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  padding: 0;
  background-color: #c50b29;
  top: 10px;
  left: -6px;
}
.breadcrumb-item:not(.active) a{
  color: #C50B29;
}
.breadcrumb-item.active {
  color: rgba(197, 11, 41, 0.72);
}
.btn2{
  width: 54px;
  height: 54px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn2::after {
  background-size: 12px;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.blocks-1-Topimg img {
  max-width: 50px;
  height: auto;
  transform: scale(1) !important;
}

.blocks-1 li lottie-player{
  animation-play-state: paused;
}
.blocks-1 li:hover lottie-player {
  animation-play-state: running;
}
.blocks-1b li{
  margin-bottom: 50px;
}
.blocks-1-Topimg-block {
  margin-left: 20px;
}
.blocks-1 .blocks-1-desc .blocks-1-date{
  margin-top: 0;
  margin-bottom: 10px;
}


.pagination .page-item {
  margin: 0 10px;
}
.pagination .page-link {
  background-color: #fff;
  color: #C50B29;
  border-radius: 0 !important;
  border: 3px solid #C50B29;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .active .page-link, .pagination .page-link:hover {
  background-color: #C50B29;
  color: #fff;
}
.pagination .disabled .page-link{
  opacity: 0.3;
  color:  #C50B29;
  border: 3px solid #C50B29;
  background-color: #f2f2f2;
}
.pagination .page-link:focus{
  box-shadow: none;
}


.filter-form form{
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 30px;
  color: #40474D;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.filter-form input, .filter-form select{
  background-color: #F2F2F2;
  border-radius: 0;
  color: #333;
  border: 2px solid #f2f2f2;
}
.filter-form input:focus{
  border-color: #C50B29;
  box-shadow: none;
}
.filter-form select{
  background-size: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.633' height='9.571' viewBox='0 0 17.633 9.571'%3E%3Cpath id='right-arrow' d='M8.817,9.571,0,1.489,1.365,0,8.817,6.83,16.268,0l1.365,1.489Z' fill='%23333'/%3E%3C/svg%3E ");
}
.filter-form select:focus{
  border-color: #C50B29;
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.633' height='9.571' viewBox='0 0 17.633 9.571'%3E%3Cpath id='right-arrow' d='M8.817,9.571,0,1.489,1.365,0,8.817,6.83,16.268,0l1.365,1.489Z' transform='translate(17.633 9.571) rotate(180)' fill='%23C50B29'/%3E%3C/svg%3E%0A");
}
button[type="submit"] {
  background-color: #fff;
  color: #C50B29;
  border: 2px solid #C50B29;
  font: normal normal 600 18px/25px Oxanium;
  border-radius: 0;
  transition: 0.3s;
  padding: 5px 20px;
}
button[type="submit"]:hover{
  background-color: #C50B29;
  color: #fff;
  border: 2px solid #C50B29;
}
.filter-form .col1, .filter-form .col2 {
  width: calc(38% - 20px);
}
.filter-form2 .col1, .filter-form2 .col2 {
  width: calc(24% - 20px);
}

.filter-form .col3{}
.filter-form .search-icon {
  position: absolute;
  right: 13px;
  top: 10px;
  cursor: pointer;
  width: 20px;
}
select option:hover {
  background-color: #F2F2F2;
  color: #C50B29;
}


.description p{
  word-break: break-word;
  margin-bottom: 20px;
}

.right-news-area{
  padding: 30px 30px;
}
.right-news-block{
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
.right-news-block:last-child{
  border-bottom: 0;
}
a.right-news-block:hover, .right-news-block a:hover{
  color: #c50b29;
}

.list-red{}
.list-red li{
  position: relative;
  padding-left: 16px;
}
.list-red li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  background: #C50B29;
  width: 8px;
  height: 8px;
  display: block;
}
.block-4 {
  display: inline-block;
  padding: 50px 50px 50px 70px;
  position: relative;
  margin-left: 45px;
}
.block-4 img, .block-4 {
  transition: 0.3s;
}
.block-4 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.block-4:hover{
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.block-4:hover img{
  transform: scale(1.1);
}
.block-4-img {
  position: absolute;
  left: -45px;
  top: 50%;
  width: 90px;
  height: 130px;
  margin-top: -65px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.block-4 h5{}
.block-4 p{
  font: normal normal 300 17px/28px Inter;
}
.block-4b {
  padding-left: 100px;
  margin-left: 75px;
}
.block-4b .block-4-img {
  left: -75px;
  width: 150px;
  height: 150px;
  margin-top: -75px;
}


.blocks-2{}
.blocks-2 li {
  margin-right: 27px;
  margin-bottom: 35px;
  background-color: #fff;
  transition: 0.3s;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blocks-2 li:hover{
  transform: scale(1.02);
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.3);
}
.blocks-2-img{}
.blocks-2-desc {
  padding: 20px 35px;
}
.blocks-2-desc p{
  font: normal normal 300 15px/25px Inter;
}
.blocks-2-desc h4{}
.blocks-2-link {
  margin-right: -27px;
}
.blocks-2-img {
  width: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blocks-2.blocks-2b li{
  width: calc(50% - 45px);
}
.blocks-2.blocks-2b .blocks-2-desc {
  padding: 20px 35px 20px 28px;
}

.keen-slider3 .keen-slider__slide {
  margin-bottom: 50px;
  transition: inherit;
}
@media (min-width:991px){
  .max50{
    max-width: 50%;
  }
}
.block-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-3::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: rgb(51, 51, 51);
  border: 1px solid #707070;
}
.block-3 .btn3{
  opacity: 1;
  transform: scale(1.7);
}
.block-3 .btn3, .block-3-desc {
  z-index: 1;
  transition: 0.3s;
  position: absolute;
}
.block-3-desc{
  opacity: 0;
  transform: scale(0);
  text-align: center;
  max-width: 50%;
}
.block-3:hover .btn3{
  opacity: 0;
  transform: scale(0);
}
.block-3:hover .block-3-desc{
  opacity: 1;
  transform: scale(1);
}
.block-3-desc p{
  font: normal normal 300 22px/33px Inter;
  margin-bottom: 20px;
  color: #fff;
}







#collapse-wrapper1 {
  min-height: 100px;
  padding: 50px 70px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(0, 0, 0, 0.18);
}
.collapse-btn {
  transition: 0.3s;
  margin-bottom: -1px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background-color: #C60B29;
  font: normal normal 600 20px/26px Oxanium;
  color: #fff;
  z-index: 1;
  height: 50px;
  padding: 10px 20px;
}
.collapse-btn[aria-expanded="true"] {
  background-color: #fff;
  color: #333;
  border-bottom: 0;
}
.collapse-btn:hover{
  background-color: #fff;
  color: #333;
}
.collapse1-area2 #collapse-wrapper1 {
  position: relative;
  box-shadow: none;
  border: 0;
  border-top: 4px solid #c60b29;
}
.collapse1-area2 .collapse-btn {
  border: 4px solid transparent;
  margin-bottom: -4px;
}
.collapse1-area2 .collapse-btn[aria-expanded="true"] {
  border: 4px solid #c60b29;
  border-bottom: 0 !important;
}
.collapse1-area2 .collapse-btn:hover{
  border: 4px solid #c60b29;
}
.collapse1-area2 #collapse-wrapper1::before, .collapse1-area2 #collapse-wrapper1::after{
  content: "";
  width: 4px;
  height: 30px;
  position: absolute;
  top: 0;
  background-color: #c60b29;
}
.collapse1-area2 #collapse-wrapper1::before{
  left: 0;
}
.collapse1-area2 #collapse-wrapper1::after{
  right: 0;
}


.banner-btm-menu{}
.banner-btm-menu{}
.banner-btm-menu li{}
.banner-btm-menu li a{
  display: block;
  transition: 0.3s;
  padding: 10px 15px;
  font: normal normal normal 18px/21px Inter;
}

.banner-btm-menu li a:hover, .banner-btm-menu li a.active{
  color: #C50B29;
}
.dotted-img{
  position: relative;
}
.dotted-img {
  padding-right: 75px;
}
.dotted-img::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 23%;
  height: 2px;
  border-bottom: 4px dotted #c50b29;
}
.table-responsive table{
  min-width: 400px;
}
table, th, td {
  /*text-align: center;*/
  border-collapse: collapse;
}
table > thead, table > thead th{
  background-color: #58595B !important;
  color: #fff !important;
  font: normal normal bold 20px/24px Inter;
}
table th {
}
table tr td:first-child{
  text-align: left;
}
table tr:nth-child(2n + 1) td{
  background-color: #DCDDDE;
}
table tr:nth-child(2n + 2) td{
  background-color: #F2F2F2;
}
.table-condition{
  font: normal normal 300 14px/17px Inter;
}
table tr td:first-child, table tr th:first-child{
  padding-left: 20px;
}
table tr td:last-child, table tr th:last-child{
  padding-right: 20px;
}

.moveTop-area2{
  z-index: 1;
}
.moveTop-balance2 {
  padding-top: 170px;
  margin-top: -118px;
}
.list-blocks > li{
  width: calc(33.33% - 20px);
}
.list-blocks > li > ol li{
  margin-bottom: 5px;
}


.step-form .form-control, .step-form .form-select{
  border-radius: 0;
  background-color: #F2F2F2;
  border: 2px solid #F2F2F2;
  font: normal normal 300 16px/20px Inter;
}
.step-form .form-control:focus, .step-form .form-select:focus{
  border: 2px solid #C60B29;
  box-shadow: none;
}
.step-form .form-label {
  position: absolute;
  top: -7px;
  font: normal normal 300 10px/12px Inter;
  padding: 0 5px;
  z-index: 1;
  background-image: linear-gradient(to top, rgb(242, 242, 242), rgb(255, 255, 255));
  margin: 0 10px;
}
.is-invalid {
  border-color: #dc3545 !important;
  background-color: #f8d7da !important;
}
.form-step-list{}
.form-step-list li {
  padding: 5px 10px;
  display: inline-block;
  border: 2px solid #C60B29;
  margin: 0 20px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
.form-step-list li.active{
  color: #fff;
  background-color: #C60B29;
}
.form-step-list li:first-child::after {
  content: "";
  position: absolute;
  top: 16px;
  width: 42px;
  right: -42px;
  height: 2px;
  pointer-events: none;
  background-color: #C60B29;
}
.step-form p{
  font: normal normal 300 15px/25px Inter;
}
.step-form .form-check-label{
  font: normal normal 300 11px/19px Inter;
}
.form-check-input {
  width: 27px;
  height: 27px;
  background: #f2f2f2;
  border: 0;
  border-radius: 0 !important;
  margin-right: 10px;
}
.form-check-input:focus{
  box-shadow: none;
}
.form-check-input:checked[type="checkbox"]{
  background-color: #f2f2f2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23C60B29' d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
}
.btn1b {
  padding: 7px 16px 7px 35px;
}
.btn1b::after {
  top: 50%;
  margin-top: -6px;
  left: 11px;
  transform: rotate(180deg);
}
.modal-content {
  border-radius: 0;
  border: 0;
}
.modal-header {
  padding-bottom: 0;
  margin-bottom: -12px;
}



























/*Responsive*/
@media(max-width:1699px){
  body {
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    font-size: 16px;
  }
  .mitem a {
    font-size: 15px;
    line-height: 20px;
  }
  .logo img {
    max-width: 190px;
  }

}


@media(max-width:1399px){
  .heading1 {
    font-size: 40px;
  }
  .heading2 {
    font-size: 35px;
    line-height: normal;
  }
  .heading3 {
    font-size: 30px;
    line-height: normal;
  }
  .btn1 {
    font-size: 14px;
    padding: 5px 35px 5px 10px;
  }
  .btn1b {
    padding: 5px 10px 5px 35px;
  }
  .check-blocks li h4 {
    font-size: 18px;
  }
  .check-blocks li img {
    max-width: 40px;
  }
  .top-blocks1 li h4 {
    font: normal normal 600 20px/25px Oxanium;
  }
  .counter-list li h3 {
    font: normal normal bold 40px/50px Oxanium;
  }
  .counter-list li h5 {
    font: normal normal bold 30px/40px Oxanium;
  }
  .counter-list li h5 {
    font: normal normal bold 16px/22px Oxanium;
  }
  .counter-list li {
    height: 160px;
  }
  .moveTop-balance {
    margin-bottom: 75px;
  } {
    margin-top: -75px;
  }
  .moveTop-area {
    margin-top: -75px;
  }
  .map-area {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .cart-block-desc h2 {
    font: normal normal 600 30px/38px Oxanium;
  }
  .faq-area .accordion-button {
    font: normal normal 600 25px/35px Oxanium;
  }
  .blocks-1 .blocks-1-desc h3 {
    font: normal normal 600 28px/35px Oxanium;
  }
  .moveTop-balance2 {
    padding-top: 140px;
    margin-top: -80px;
  }
  .carousel-item img, .carousel-item video {
    max-height: 680px;
  }

}


@media(max-width:1199px){
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 5px 20px;
    position: relative;
  }
  .nav-link.dropdown-toggle{
    position: relative;
  }
  .navbar-expand-xl .navbar-nav .nav-link.dropdown-toggle::after {
    display: block;
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    right: 20px;
    top: 10px;
    font-size: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23333333' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
  }
  .mega-menu {
    position: relative;
    padding: 0px 75px 0px 40px;
    background-color: #fff;
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
    min-width: 100vw;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    width: 100vw;
    right: 0;
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    border-radius: 0px;
            overflow: scroll;
        height: 100vh;
        min-height: 100vh;
  }

  .navbar-expand-xl .navbar-nav .nav-item{
    width: 100%;
  }
  .navbar-expand-xl .navbar-nav .nav-link.btn1 {
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 10px;
    width: 80%;
  }
  .scroll-button {
    display: none;
  }
  .carousel-item img, .carousel-item video {
    height: 600px;
  }
  .mlist {
    width: calc(33% - 20px);
  }
  .desc-block1 h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .desc-block1 p {
    margin: 15px 0;
    font-size: 15px;
  }
  .blocks-1-link .btn1 {
    text-align: center;
    line-height: 20px;
  }
  .ken-area h3 {
    font: normal normal 600 18px/25px Oxanium;
    word-wrap: break-word;
  }
  .ken-area p {
    font: normal normal 300 15px/20px Inter;
  }
  .arrow.arrow--right {
    right: 40%;
  }
  .news-blocks {
    margin-left: 0;
  }
  .cart-support a {
    width: 40px;
    height: 40px;
  }
  .cart-support a img {
    max-width: 20px;
  }
  .cart-block-img a {
    width: 70px;
    height: 70px;
  }
  .cart-block-img a img {
    max-width: 35px;
  }
  .contact-list-popup {
    right: 3.5rem;
  }
  #backToTopBtn {
    width: 40px;
    height: 40px;
  }

  .icon-blocks {
    gap: 20px;
  }
  .icon-blocks li a {
    padding: 15px;
  }
  .icon-blocks li h5 {
    margin-top: 20px;
    font: normal normal bold 15px/20px Oxanium;
  }
  .banner-static {
    min-height: 500px;
  }
  .filter-form form {
    max-width: 100%;
  }
  .blocks-1 .blocks-1-link {
    bottom: -16px;
  }
  .top-blocks1 li p {
    font: normal normal 300 15px/22px Inter;
  }
  .arrow-link {
    font: normal normal 300 15px/20px Inter;
  }

}



@media(max-width:991px){
  .navbar-expand-xl .navbar-nav .nav-link {
  }
  .carousel-indicators [data-bs-target] {
    font-size: 0;
    background-color: #fff;
    width: 15px;
    height: 15px;
    padding-bottom: 0;
    margin: 0 7px;
    border-color: #c50b29;
  }
  .carousel-indicators {
    justify-content: center;
  }
  .carousel-item img, .carousel-item video {
    height: 500px;
  }

  .heading1 {
    font-size: 35px;
  }
  .heading2 {
    font-size: 30px;
  }
  .heading3 {
    font-size: 25px;
  }
  .desc-block1 {
    padding: 20px;
    background-color: rgba(198, 11, 41, 0.71);
  }
  .blocks-1 li {
    width: 100%;
    margin-bottom: 45px;
  }
  .blocks-1 li.half{
    width: 100%;
  }
  .blocks-1-img {
    text-align: center;
  }
  .feedback-blocks {
    margin-top: 80px;
  }
  .feedback-blocks li{
    width: 100%;
    margin-bottom: 80px;
  }
  .feedback-blocks li:last-child{
    margin-bottom: 0;
  }
  .feedback-blocks li img {
    margin: -61px auto 10px;
    max-width: 100px;
  }
  .icon-blocks li a img {
    max-width: 35px;
  }
  .keen-slider2 ul > li {
    width: 100%;
  }
  .news-blocks li:hover a {
    transform: scale(1);
  }
  .arrow.arrow--left {
    right: 54%;
  }
  .arrow.arrow--right {
    right: 45%;
  }
  .arrow {
    bottom: 45px;
  }
  .top-blocks1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .counter-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .counter-list li {
    padding: 20px 25px;
  }
  .cart-block-img a {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer-top-links ul > li, .footer-btm ul > li{
    margin-bottom: 30px;
  }
  .footer-btm .footer-btm-links li{
    margin-bottom: 10px;
  }
  .ken-area {
    padding: 20px 20px 20px 100px;
  }
  .moveTop-balance {
    margin-bottom: 85px;
  }
  .moveTop-area {
    margin-top: -85px;
  }
  .top-blocks1 li {
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .filter-form .col1, .filter-form .col2, .filter-form .col3 {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
  .blocks-2-img {
    width: 350px;
  }
  .dotted-img::after {
    width: 38%;
  }
  table td{
    font-size: 13px;
    line-height: normal;
  }
  table > thead, table > thead th {
    font: normal normal bold 14px/18px Inter;
  }


}




@media(max-width:767px){
  .icon-blocks {
    grid-template-columns: repeat(3, 1fr);
  }
  .ofHie:not(header .ofHie) {
    overflow: hidden;
  }
  .banner-area {
    padding-top: 15px;
  }
  section {
    padding: 30px 0;
  }
  .logo img {
    max-width: 150px;
    height: auto;
  }
  .carousel-item img, .carousel-item video {
    height: 400px;
  }
  .carousel-item .desc-block1 {
    max-width: 100%;
    top: inherit;
    left: 0;
    z-index: 3;
    bottom: 0;
  }
  .carousel::after {
    height: 25px;
  }
  header {
    z-index: 4;
  }
  .ken-area img {
    display: none;
  }
  .ken-area {
    padding: 20px;
    margin-left: 0;
  }
  .check-blocks > li{
    width: 48%;
    padding: 15px 15px;
  }
  div[id^="popover-content-"] {
    width: 200px;
  }
  .map-area svg {
    height: auto;
    min-height: 360px;
  }
  .banner-static {
    min-height: 400px;
  }
  .desc-block1-area {
    width: calc(100vw - 30px);
    left: 15px;
    right: 15px;
  }
  .description p img {
    float: none !important;
    margin: 0 !important;
    padding: 10px 0;
  }
  .blocks-2.blocks-2b li {
    width: 100%;
  }
  .block-3-desc {
    max-width: 80%;
  }
  .brands ul li {
    width: calc(50% - 50px);
  }
  .dotted-img {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .dotted-img::after {
    width: 18%;
    transform: rotate(90deg);
    right: 30%;
    top: 80%;
    display: none;
  }
  .list-blocks > li {
    width: 100%;
    margin-bottom: 15px;
  }


}



@media(max-width:550px){
  body {
    padding-top: 65px;
  }
  .navbar {
    padding-bottom: 0;
  }
  .mega-menu {
    flex-direction: column;
  }
  .mlist {
    width: 100%;
  }
  .mlist.more-menu .mitem a:first-child {
    margin-top: 0;
  }
  .mlist.more-menu .mitem a:last-child {
    margin-bottom: 0;
  }
  .mlist.more-menu::before, .mlist.more-menu::after {
    display: none;
  }
  .mitem2nd.active {
    border-top: 1px solid #333;
  }
  .mitem a {
    padding: 5px 20px 5px 0;
  }
  .mitem a {
    font-size: 13px;
    line-height: 16px;
  }
  .mlist {
    padding-top: 0;
    padding-right: 0;
  }
  header {
    padding: 10px 10px;
  }
  section, footer {
    padding: 20px 0;
  }
  .logo img {
    max-width: 110px;
  }
  .header-right li > a {
    padding: 8px;
    width: 35px;
    height: 35px;
  }
  .heading1 {
    font-size: 30px;
  }
  .heading2, .desc-block1 h2 {
    font-size: 25px;
    line-height: normal;
  }
  .heading3{
    font-size: 20px;
    line-height: normal;
  }
  .heading4{
    font-size: 17px;
    line-height: normal;
  }

  #backToTopBtn {
    bottom: 15px;
    right: 10px;
  }
  .icon-blocks {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .icon-blocks li h5 {
    margin-top: 15px;
    font: normal normal bold 12px/16px Oxanium;
  }
  .faq-area .accordion-button {
    font: normal normal 600 18px/25px Oxanium;
  }
  .faq-area .accordion-button::after {
    background-position: center;
    background-size: 12px;
  }
  .footer-btm .footer-logos {
    flex-direction: column;
    align-items: center;
  }
  .brands ul {
    justify-content: center;
  }
  .brands ul li {
    width: 30%;
  }
  .blocks-1 .blocks-1-desc h3 {
    font: normal normal 600 20px/25px Oxanium;
  }
  .cart-block-desc h2, .counter-list li h3 {
    font: normal normal 600 25px/35px Oxanium;
  }
  .counter-list li {
    height: auto;
    padding: 15px 15px;
  }
  .counter-list {
    gap: 10px;
  }
  .cart-support {
    right: 10px;
    bottom: 60px;
  }
  .contact-list-popup {
    right: 35px;
    margin-bottom: 60px;
  }
  .arrow.arrow--right {
    right: 40%;
  }
  .moveTop-balance {
    margin-bottom: 0;
  }
  .moveTop-area {
    margin-top: 25px;
  }
  .keen-slider2 h3, .keen-slider2 h4 {
    font: normal normal 600 18px/25px Oxanium;
  }
  .check-blocks li {
    width: 100%;
  }
  .check-blocks > li:first-child{
    margin-bottom: 20px;
  }
  .footer-btm-links li, .footer-btm-links li a {
    font: normal normal normal 12px/20px Inter;
  }
  .footer-btm-links li a::after {
    display: none;
  }
  .blocks-1-Topimg img {
    max-width: 40px;
  }
  .banner-static {
    min-height: 300px;
  }
  .filter-form .col1, .filter-form .col2,  .filter-form .col3 {
    width: 100%;
  }
  .filter-form form {
    padding: 20px 20px;
  }
  .blocks-1-desc h4 {
    font-size: 18px;
    line-height: normal;
  }
  .pagination .page-link {
    width: 40px;
    height: 40px;
  }
  .right-news-area {
    padding: 15px 15px;
  }
  .block-4 {
    margin-left: 0;
    padding: 20px;
  }
  .block-4-img {
    display: none;
  }
  .blocks-2 li {
    margin-bottom: 54px;
    margin-right: 0;
    flex-direction: column;
  }
  .blocks-2-img {
    width: 100%;
  }
  .blocks-2-img img {
    max-width: 150px;
    padding-top: 15px;
  }
  .blocks-2-link {
    margin-right: 0;
    margin-bottom: -27px;
  }
  .blocks-2-desc {
    padding: 15px 15px;
  }
  .block-3 .btn3 {
    transform: scale(1.2);
  }
  .block-3-desc p {
    font: normal normal 300 15px/20px Inter;
    margin-bottom: 12px;
  }
  .collapse-btn {
    font-size: 16px;
  }
  #collapse-wrapper1 {
    padding: 30px 20px;
  }
  .description p img {
    clear: both;
    display: block;
  }
  .banner-btm-menu li a {
    padding: 5px 10px;
  }
  footer .social-links {
    justify-content: center;
  }
  .navbar-toggler {
    top: -3px;
  }
  .header-search input {
    width: 67%;
  }
  .header-search {
    min-width: 100%;
    width: 100%;
  }
  .social-links.link-share img {
    width: auto;
  }


}















.act, .dropdown a:hover, .dropdown-item:hover{
  color: #c50b29;
}
.mega-menu {
  position: relative;
  padding: 0px 75px 30px 40px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.mega-menu, .menu-list1, .menu-list2, .menu-list3 {
  /*height: calc(100vh - 100px);*/
  min-height: 425px;
}
.menu-list2, .menu-list3 {
  display: none;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.menu-list2::-webkit-scrollbar, .menu-list3::-webkit-scrollbar {
  display: none;
}
.menu-list1 li a, .menu-list2 li a, .menu-list3 li a {
  display: block;
  padding: 6px 20px 5px 6px;
}


.menu-list2.active, .menu-list3.active {
  display: block;
}
.menu-list1, .menu-list2, .menu-list3{
  padding-top: 20px;
}
.mega-menu .col-xl-3{
  border-right: 1px solid rgba(223, 223, 223, 0.69);
}
.mega-menu .col-xl-3:last-child{
  border-right: 0;
}
.drop-desc{
  position: absolute;
  width: calc(25% - 20px);
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  left: 30px;
}
.has-scroll-button{
  position: relative;
}
.has-scroll-button #catagory1 li:first-child{
  padding-top: 35px;
}
.has-scroll-button #catagory1 li:last-child{
  padding-bottom: 40px;
}
.has-scroll-button ul li:last-child{
  padding-bottom: 40px;
}
.has-scroll-button ul li:first-child{
  padding-top: 35px;
}
.has-scroll-button #catagory1 li:first-child::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.32), rgb(255, 255, 255));
  z-index: 3;
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.16);
}
.has-scroll-button #catagory1 li:last-child::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  z-index: 3;
}
.scroll-button {
  position: absolute;
  z-index: 10;
  background-color: #c50b29;
  color: white;
  border: none;
  padding: 0;
  display: block;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z'/%3E%3C/svg%3E");
  background-size: 14px;
  left: 50%;
  margin-left: -12px;
}
.scroll-button-up {
  top: 20px;
}
.menu-list1, .menu-list2, .menu-list3{
      overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    max-height: 425px;
}
a[data-menu-target]{
  position: relative;
}
a[data-menu-target]::after {
  display: block !important;
  font-size: 0;
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  transition: 0.3s;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23333333' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
  right: 5px;
  top: 50%;
  margin-top: -5px;
}
.dropdown-menu a[data-menu-target]:hover::after, .dropdown-menu a.act::after {
  right: -2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23C60B29' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
}
.back-btn, .back-btn1{
  display: none;
  background: #c50b29;
  border: 1px solid transparent;
  color: #fff;
  padding: 3px 8px;
  margin-left: 15px;
  transition: 0.3s;
  position: relative;
  width: auto !important;
  height: auto !important;
  border-radius: 0;
  top: 0;
}
.back-btn{
  margin-left: 26px;
}

@media(max-width:1199px){
  .navbar-nav .nav-item:first-child{
    padding-top: 20px;
  }
  .header-right{
  min-width: 50px;
}
  .back-btn1{
    margin-top: 10px;
    margin-left: 16px;
  }
  .mega-menu{
    height: auto;
    overflow: hidden;
    padding: 0px 20px;
    border-bottom: 1px solid rgba(223, 223, 223, 0.69);
  }
  .menu-list1, .menu-list2, .menu-list3 {
    height: auto;
    overflow: scroll;
    max-height: 100vh;
        height: 100vh;
  }
  .navbar-collapse {
    border-bottom: 1px solid rgba(223, 223, 223, 0.69);
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
    top: 0;
  }
  .mega-menu .col-xl-3 {
    position: inherit;
  }
  .menu-list2.active, .menu-list3.active {
    position: absolute;
    width: calc(100% - 20px);
    top: 10px;
    left: 0;
    z-index: 9;
    background-color: #fff;
  }
  .menu-list3.active {
  }
  .back-btn, .back-btn1{
    display: block;
  }
  .scroll-button {
    display: none;
  }
  .has-scroll-button #catagory1 li:first-child::before, .has-scroll-button #catagory1 li:last-child::after {
    display: none;
  }
  .has-scroll-button #catagory1 li:first-child {
    padding-top: 0;
  }
  .has-scroll-button #catagory1 li:last-child {
    padding-bottom: 10px;
  }
  .close-dmenu {
    width: 30px;
    height: 30px;
    right: 10px;

  }
  .menu-list2 li a, .menu-list3 li a {
    display: block;
    padding: 6px 20px 5px 26px;
  }
  .menu-list2 li:last-child, .menu-list3 li:last-child{
    margin-bottom: 20px;
  }
  .dropdown-menu a[data-menu-target]:hover::after, .dropdown-menu a.act::after {
    right: 0;
  }


}

.redactor-styles p, .redactor-styles ul, .redactor-styles ol, .redactor-styles blockquote {
  margin-bottom: 20px;
}
.redactor-styles li {
  margin-bottom: 5px;
}
.redactor-styles h1, .redactor-styles h2, .redactor-styles h3, .redactor-styles h4, .redactor-styles h5, .redactor-styles h6 {
  margin-bottom: 20px;
}

.ken-area img{
  width: 130px;
  height: 180px;
  object-fit: cover;
}
.top-blocks1 li{
  justify-content: normal;
}

.description a:not(.btn1){
  color: #C50B29;
}


.redactor-styles ul,
.redactor-styles ol{
  padding-left: 2rem;
}
.redactor-styles li{
  list-style: unset;
  padding: unset;
}
.table li{
  list-style: unset;
  padding: unset;
}
.table ul,.table ol{
  padding-left: 2rem;
}
.table tr td,.table tr td:first-child,.table tr td:last-child{
  padding: 5px;
}

section.accordion-module,section.text-editor,section.headline-conversion-element,section.image-text{
  padding: 20px 0;
}

.image-text .align-image-right .img{
  order: 2;
}
.image-text .img{
  padding-top: 15px;
  padding-bottom: 15px;
}
#digital-experience table tr:nth-child(2n + 2) td{
  background-color: #ffffff;
}
#digital-experience table tr:nth-child(2n + 1) td{
  background-color: #ffffff;
}
#digital-experience table > thead,#digital-experience table > thead th{
  background-color: #ffffff !important;
}
.blocks-1 li ul{
  padding-left: 2rem;
}
.blocks-1 li li{
      list-style: unset;
    padding: unset;
    display: list-item;
    width: 100%;
    box-shadow: none !important;
  margin-bottom: 0;
}
.blocks-1 li{
  margin-bottom: 30px;
}