@charset "UTF-8";
.menu-item:hover {
  display: block;
}

@keyframes enter {
  from {
    opacity: 0;
    transform: scaleY(0.98) translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  font-family: "Montserrat";
  background-color: #f4f4f4;
  background-size: cover;
  font-weight: normal;
  position: relative;
}
body.modal-open, body.overflow-hidden {
  overflow: hidden;
}
body .modal {
  overflow: auto;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

img {
  width: 100%;
}

main {
  position: relative;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 30%;
  }
}
.modal-dialog .modal-content .modal-header {
  background: #a72d32;
  color: #fff;
  font-weight: 500;
}
.modal-dialog .modal-content .modal-body iframe,
.modal-dialog .modal-content .modal-body embed {
  width: 100%;
  min-height: 600px;
  height: auto;
}
@media (max-width: 1600px) {
  .modal-dialog .modal-content .modal-body iframe,
  .modal-dialog .modal-content .modal-body embed {
    min-height: 400px;
  }
}
.modal-dialog .modal-content .modal-body img {
  width: 100%;
}
.modal-dialog .modal-content .modal-body #displayNews {
  height: 100%;
}

.container {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

/* Start Loader */
.loader {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 9999;
}
.loader .loader-main-wrap {
  width: 145px;
  height: 145px;
  position: relative;
}
.loader .loader-main-wrap img {
  width: 95px;
  position: absolute;
  top: 13px;
  left: 25px;
  animation: SlideUp 2s ease-out infinite;
  transition: 300ms ease;
  z-index: 1;
}
.loader .loader-main-wrap .spin-border {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
  transform-origin: center center;
  transition: 300ms ease;
  overflow: hidden;
  border: 4px solid #a72d32;
  border-top: 4px solid white;
  transition-property: transform;
  animation-name: rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.loader .loader-main-wrap .spin-border:before, .loader .loader-main-wrap .spin-border:after {
  content: "";
  position: absolute;
}
.loader .loader-main-wrap .spin-border:before {
  width: 200px;
  height: 200px;
  top: -40px;
  left: -50px;
  background: linear-gradient(to top, #a72d32 3%, rgb(255, 255, 255) 7%, rgba(0, 0, 0, 0) 45%);
  background-size: 400% 400%;
  animation: moveGradient 2s ease-out infinite;
  background-position: -210px -210px;
}
.loader .loader-main-wrap .spin-border:after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  background-color: #ffffff;
}
.loader .loader-main-wrap .spin-border-two {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 23px;
  transform-origin: center center;
  transition: 300ms ease;
  overflow: hidden;
  border: 4px solid #a72d32;
  border-top: 4px solid white;
  transition-property: transform;
  animation-name: rotateR;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.loader .loader-main-wrap .spin-border-two:before, .loader .loader-main-wrap .spin-border-two:after {
  content: "";
  position: absolute;
}
.loader .loader-main-wrap .spin-border-two:before {
  width: 30px;
  height: 30px;
  top: -40px;
  left: -50px;
  background: linear-gradient(to top, #a72d32 3%, rgb(255, 255, 255) 7%, rgba(0, 0, 0, 0) 45%);
  background-size: 400% 400%;
  animation: moveGradient 2s ease-out infinite;
  background-position: -210px -210px;
}
.loader .loader-main-wrap .spin-border-two:after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  background-color: #ffffff;
}
.loader .loader-main-wrap .loader-text {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  color: #a72d32;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  z-index: 1;
}
.loader .loader-main-wrap .loader-text:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-bottom: 100px solid #ffffff;
  border-left: 25px solid transparent;
  border-right: 18px solid transparent;
  transform: translateX(-50%);
}
.loader .loader-main-wrap .move-two-side {
  width: 160px;
  height: 42px;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.loader .loader-main-wrap .move-two-side:before, .loader .loader-main-wrap .move-two-side:after {
  content: "";
  position: absolute;
}
.loader .loader-main-wrap .move-two-side:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #a72d32 0%, rgba(167, 45, 50, 0.631372549) 18%, rgba(255, 255, 255, 0.32) 33%, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, 0.33) 62%, rgba(167, 45, 50, 0.631372549) 75%, #a72d32 91%);
  background-size: 400% 400%;
  animation: moveGradientH 2s ease-out infinite;
}
.loader .loader-main-wrap .move-two-side:after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  right: 2px;
  top: 2px;
  background-color: white;
}
.loader .loader-main-wrap .move-two-side-two {
  width: 170px;
  height: 52px;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.loader .loader-main-wrap .move-two-side-two:before, .loader .loader-main-wrap .move-two-side-two:after {
  content: "";
  position: absolute;
}
.loader .loader-main-wrap .move-two-side-two:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #a72d32 0%, rgba(167, 45, 50, 0.631372549) 18%, rgba(255, 255, 255, 0.32) 33%, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, 0.33) 62%, rgba(167, 45, 50, 0.631372549) 75%, #a72d32 91%);
  background-size: 400% 400%;
  animation: moveGradientH 2s ease-out infinite;
}
.loader .loader-main-wrap .move-two-side-two:after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  right: 2px;
  top: 2px;
  background-color: white;
}

.loaded .loader-main-wrap img {
  transform: rotateY(0) !important;
}

/* End Loader */
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 2;
}

.overflow-hidden {
  overflow: hidden;
}

.text-purple {
  color: #a72d32;
}

.text-semi-bold {
  font-weight: 600;
}

small {
  font-size: 10px;
}

.btn-mastery {
  background: linear-gradient(90deg, #a72d32 0%, #a72d32 100%);
  padding: 8px 20px;
  border-radius: 5px;
  border: 1px solid transparent;
  font-weight: 500;
  color: #fff;
}
.btn-mastery:hover {
  color: #a72d32;
  border-color: #4f8cf2;
  background: transparent;
}

.btn-review {
  cursor: pointer;
}

.hlbsl-color {
  background-color: #c8232b;
}

.box-shadow-lg {
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1) !important;
}

.btn-light {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0, 0, 0, 0.15);
}

.bg-secondaryback {
  background-color: #a72d32 !important;
}

.bg-secondary {
  background-color: #363e63 !important;
}

.font-size-sm {
  font-size: 0.875rem !important;
}

.text-muted {
  color: #fff !important;
}

.font-size-base {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5rem !important;
}

.font-size-ms {
  font-size: 0.8125rem !important;
}

.slick-arrow {
  fill: #dee2e8;
  cursor: pointer;
}

.slick-arrow:hover {
  fill: #98a0af;
}

.icon-chevron-md {
  width: 9px;
  height: 15px;
}

.quote {
  font-family: "Times New Roman", Times, serif;
  font-size: 40px;
}

.hide {
  display: none;
}

.slick-dotted.slick-slider {
  margin: none;
}

.slick-slide:focus {
  outline: none;
}

.slick-dots {
  bottom: -50px;
  display: inline-block;
}
.slick-dots li {
  margin: 0 0 8px;
}
.slick-dots li .slick-custom-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: gray;
  border-radius: 50%;
}
.slick-dots li.slick-active .slick-custom-dot {
  background-color: #a72d32;
}

.section-head {
  border-bottom: 1px solid #363e63;
}

img.image-thumbnail-preview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}

.calc_part {
  padding: 40px 0;
  overflow: hidden;
}

.design_title {
  position: relative;
}

h1.text-purple {
  margin: 0 0 40px;
  line-height: 48px;
}
h1.text-purple span {
  display: block;
  color: #a72d32;
}
h1.text-purple small {
  display: block;
  margin: 10px 0 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  h1.text-purple small {
    margin: 0;
  }
}
@media (min-width: 768px) {
  h1.text-purple {
    margin: 0 0 80px;
    line-height: 60px;
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h1.text-purple {
    margin-top: 40px;
  }
}

header {
  background: #a72d32;
}
header .main-header {
  background: #a72d32;
  position: relative;
  z-index: 999;
}
header .main-header .main-header-container {
  display: flex;
  justify-content: space-between;
}
header .main-header .main-header-container .main-header-item-logo {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}
@media (max-width: 1124px) {
  header .main-header .main-header-container .main-header-item-logo {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
header .main-header .main-header-container .main-header-item-logo .logo-section {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  header .main-header .main-header-container .main-header-item-logo .logo-section {
    align-items: initial;
  }
}
header .main-header .main-header-container .main-header-item-logo .main-logo {
  width: 100%;
  height: 100%;
  min-height: 80px;
  max-height: 140px;
}
header .main-header .main-header-container .main-header-item-logo .main-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header .main-header .main-header-container .main-header-item-logo .main-logo-icon {
  width: 80px;
  height: 80px;
}
header .main-header .main-header-container .main-header-item-logo .main-logo-icon img {
  width: 100%;
  height: auto;
}
header .main-header .main-header-container .main-header-item-menu-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .menu,
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
  display: flex;
  white-space: nowrap;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .menu .nav-item,
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu .nav-item {
  position: relative;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .menu .nav-item .select_language,
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu .nav-item .select_language {
  border: none;
  color: #fff;
  background-color: transparent;
  background: transparent;
  border: none;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .menu .nav-item .select_language option,
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu .nav-item .select_language option {
  color: #a72d32;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .menu .nav-item .select_language:focus,
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu .nav-item .select_language:focus {
  outline: none;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .menu .nav-item .select_language::-ms-expand,
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu .nav-item .select_language::-ms-expand {
  display: none;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .menu .nav-item .nav-link,
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu .nav-item .nav-link {
  font-weight: 400;
  font-size: 14px;
  color: white;
  text-align: center;
  padding: 0.6em 0.8em;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .menu .nav-item .nav-link.active,
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu .nav-item .nav-link.active {
  position: relative;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .menu .nav-item .nav-link.active::after,
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 30px;
  height: 15px;
  transform: translateX(-50%);
  border-top-right-radius: 2em;
  border-top-left-radius: 2em;
  background: white;
  transition: 0.5s ease-in-out;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .menu .nav-item .nav-link:hover,
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu .nav-item .nav-link:hover {
  text-decoration: underline;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .menu .nav-item ul,
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu .nav-item ul {
  visibility: hidden;
  opacity: 0;
  display: block;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: #ffffff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
  transition: 300ms ease;
  border-radius: 5px;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .menu .nav-item ul.submenu li,
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu .nav-item ul.submenu li {
  display: block;
  position: relative;
  width: auto;
  border-bottom: solid 1px #f2f2f2;
  white-space: nowrap;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .menu .nav-item ul.submenu li ul,
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu .nav-item ul.submenu li ul {
  display: block;
  position: absolute;
  top: 35px;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.5);
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .menu .nav-item ul.submenu li span,
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .menu .nav-item ul.submenu li a,
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu .nav-item ul.submenu li span,
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu .nav-item ul.submenu li a {
  display: block;
  position: relative;
  font-size: 14px;
  color: #a72d32;
  transition: all 200ms ease;
  text-align: left;
  padding: 0.6em 1.5em;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .menu .nav-item ul.submenu li span:hover,
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .menu .nav-item ul.submenu li a:hover,
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu .nav-item ul.submenu li span:hover,
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu .nav-item ul.submenu li a:hover {
  color: #040075;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .menu .nav-item ul.submenu li span i,
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .menu .nav-item ul.submenu li a i,
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu .nav-item ul.submenu li span i,
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu .nav-item ul.submenu li a i {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 12px;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .menu .nav-item ul.submenu li:hover > ul,
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu .nav-item ul.submenu li:hover > ul {
  top: 0;
  visibility: visible;
  opacity: 1;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .menu .nav-item ul.submenu li.hassubs > a i, header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .menu .nav-item ul.submenu li.hassubs > span i,
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu .nav-item ul.submenu li.hassubs > a i,
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu .nav-item ul.submenu li.hassubs > span i {
  display: block;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .menu .nav-item ul.submenu li:last-child,
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu .nav-item ul.submenu li:last-child {
  border: none;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .menu .nav-item:hover .submenu,
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu .nav-item:hover .submenu {
  opacity: 1;
  visibility: visible;
  animation: slideUp 0.4s ease-in;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .top-menu-items {
  position: relative;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .top-menu-items .nav-item {
  position: relative;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .top-menu-items .nav-item .nav-link {
  font-size: 12px;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .top-menu-items .nav-item .nav-link.active::after, header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .top-menu-items .nav-item .nav-link:hover::after {
  height: 5px;
  width: 20px;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .top-menu-items .nav-item::after {
  position: absolute;
  content: "";
  top: 8px;
  right: -2px;
  height: 50%;
  width: 1px;
  background: white;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .top-menu-items .nav-item:last-child .nav-link {
  padding-right: 0;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .top-menu-items .nav-item:last-child::after {
  position: absolute;
  content: "";
  width: 0px;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .top-menu-items .nav-item .submenu .nav-item:last-child .nav-link {
  padding: 0.6em 1.5em;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .top-menu-items .nav-item .submenu .nav-item::after {
  width: 0px;
  background: none;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .top-menu-items::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu-items .nav-item .nav-link {
  padding: 1.5em 0.8em;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu-items .nav-item .nav-link.search-form-tigger {
  color: #adcf47;
  font-weight: bold;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu-items .nav-item .nav-link.search-form-tigger:after {
  background: transparent;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu-items .nav-item .submenu .nav-item .nav-link {
  padding: 0.6em 0.8em;
}
header .main-header .main-header-container .main-header-item-menu-wrapper .main-header-item-menu .bottom-menu-items .nav-item:last-child .nav-link {
  padding-right: 0;
}
header .main-header .mobile_menu {
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
header .main-header .mobile_menu .slicknav_menu {
  background: white;
  height: 100%;
  width: 100%;
  padding-top: 23px;
  min-height: 80px;
}
header .main-header .mobile_menu .slicknav_nav {
  margin-top: 25px;
}
header .main-header .mobile_menu .slicknav_nav .slicknav_row .nav-link {
  padding: 0 10px;
  margin: 0;
}
header .main-header .mobile_menu .slicknav_nav .nav-link {
  font-weight: 500;
  padding: 7px 20px;
  margin: 2px 5px;
}
header .main-header .mobile_menu .slicknav_nav .nav-link:hover {
  text-decoration: underline;
  background: transparent;
  color: #c8232b;
}
header .main-header .mobile_menu .slicknav_nav form {
  padding: 7px 20px;
  margin: 2px 5px;
}
header .main-header .mobile_menu .slicknav_nav .change_language {
  border: none;
  background-color: transparent;
}
header .main-header .mobile_menu .slicknav_nav .change_language:focus {
  outline: none;
}
header .main-header .mobile_menu .slicknav_btn {
  top: 0;
}
header .main-header .mobile_menu .slicknav_btn .slicknav_icon-bar {
  background: #c8232b !important;
}
header .main-header .search-bar-wrapper {
  display: none;
  width: 100%;
  z-index: 1001;
  position: absolute;
  padding: 12px 0;
  top: 100%;
  left: 0%;
  background: #c8232b;
  visibility: visible;
  animation-duration: 1s;
  animation-name: slideLeft;
  box-shadow: inset 0px 5px 10px -5px #000000;
}
header .main-header .search-bar-wrapper.open {
  display: block;
}
header .main-header .search-bar-inner {
  width: 70%;
  margin: auto;
}
header .main-header .search-bar-inner form {
  width: 100%;
  display: flex;
  vertical-align: middle;
  align-items: center;
  border: 1px solid rgba(209, 209, 209, 0.741);
  border-radius: 2em;
}
header .main-header .search-bar-inner form .search-box {
  width: 98%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
header .main-header .search-bar-inner form .search-box input {
  padding: 0.8em 1.75em;
  font-size: 16px;
  width: 100%;
  padding-right: 25px;
  background: transparent;
  border: none;
}
header .main-header .search-bar-inner form .search-box input:focus {
  outline: none;
  color: #f2f2f2;
}
header .main-header .search-bar-inner form .search-box button {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  background: white;
  border-radius: 50%;
  border: none;
  text-align: center;
  align-content: center;
  color: #c8232b;
  cursor: pointer;
}
header .main-header.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
header .main-header.sticky .menu,
header .main-header.sticky .bottom-menu {
  padding: 0;
}
header.bmp {
  padding-top: 98px;
}
@media (max-width: 992px) {
  header.bmp {
    padding-top: 80px;
  }
}

.pagination {
  margin: auto;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li.active-page a {
  color: #fff;
  background: #a72d32;
}

/* ============= Start Front Main Carousel Section ============= */
.front-banner-carousel {
  position: relative;
}
.front-banner-carousel .front-carousel {
  height: auto;
  overflow: hidden;
}
.front-banner-carousel .front-carousel .intro-gallery-item {
  position: relative;
  height: 100%;
  width: 100%;
}
.front-banner-carousel .front-carousel .intro-gallery-item .content-front-carousel {
  position: absolute;
  left: 0;
  bottom: 60px;
  overflow: hidden;
  width: 100%;
}
.front-banner-carousel .front-carousel .intro-gallery-item .content-front-carousel .front-gallery-view-more {
  border: 1px solid #4f8cf2;
  background: linear-gradient(90deg, #a72d32 0%, #a72d32 100%);
  padding: 10px 2em;
  font-weight: 600;
  margin-top: 50px;
}
.front-banner-carousel .front-carousel .intro-gallery-item .content-front-carousel .front-gallery-view-more:hover {
  border-color: #fff;
  background: transparent;
}
.front-banner-carousel .front-carousel .intro-gallery-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  aspect-ratio: 15/5;
}
@media (max-width: 768px) {
  .front-banner-carousel .front-carousel .intro-gallery-item img {
    aspect-ratio: 4/3;
  }
}
.front-banner-carousel .front-carousel .intro-gallery-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: inset 0 -193px 70px -95px #111;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 1;
}
@media (max-width: 1500px) {
  .front-banner-carousel .front-carousel {
    height: 100%;
  }
}
.front-banner-carousel .front-gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4%;
  padding: 50px 20px;
  background: rgba(167, 45, 50, 0.2);
}
@media (max-width: 768px) {
  .front-banner-carousel .front-gallery-nav {
    display: none;
  }
}
.front-banner-carousel .front-gallery-nav .front-gallery-nav-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.front-banner-carousel .front-gallery-nav .slick-arrow {
  font-size: 32px;
  opacity: 0.5;
  color: #fff;
  font-weight: 300;
}
.front-banner-carousel .front-gallery-nav .slick-arrow:hover {
  transition: 0.5s ease-in;
  opacity: 1;
}
.front-banner-carousel .front-gallery-nav .slick-arrow--prev {
  left: 0;
  bottom: 0;
}
.front-banner-carousel .front-gallery-nav .slick-arrow--next {
  top: 0;
  right: 0;
}
.front-banner-carousel .front-gallery-nav .front-slick-dots {
  position: relative;
}
.front-banner-carousel .front-gallery-nav .front-slick-dots .slick-dots {
  bottom: 0;
  top: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}

/* ============= End Front Main Carousel Section ============= */
/* ============= Start Feature product overview ============= */
.products-overview-section .container {
  position: relative;
  top: -40px;
  padding-top: 40px;
  background-color: #fdfdfd;
  display: flex;
  flex-wrap: wrap;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .products-overview-section .container {
    top: 0;
  }
}
.products-overview-section .container .products {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 40px;
}
.products-overview-section .container .products:nth-child(-n+2)::before {
  width: 1px;
  height: calc(100% - 30px);
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  background-color: rgba(103, 45, 131, 0.5);
  transform: translateY(-50%);
}
.products-overview-section .container .products:nth-child(odd)::after {
  width: 1px;
  height: calc(100% - 30px);
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  background-color: rgba(103, 45, 131, 0.5);
  transform: translateY(-50%);
}
.products-overview-section .container .products img {
  width: 55px;
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .products-overview-section .container .products img {
    margin: 0 10px 0 0;
  }
}
@media (min-width: 1024px) {
  .products-overview-section .container .products img {
    width: 65px;
    margin: 0 20px 0 0;
  }
}
.products-overview-section .container .products h3 {
  min-width: 80px;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 24px;
}
.products-overview-section .container .products h3 span {
  display: block;
}
.products-overview-section .container .products h3 span:first-child {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.products-overview-section .container .products h3 span span {
  width: auto !important;
  position: static !important;
  display: inline-block;
}
.products-overview-section .container .products h3 small {
  font-size: 14px;
}
.products-overview-section .container .products h3 small:first-child {
  display: block;
  margin: 0px 0 10px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .products-overview-section .container .products h3 {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .products-overview-section .container .products h3 {
    min-width: 110px;
  }
}
@media (min-width: 768px) {
  .products-overview-section .container .products {
    width: 25%;
    align-items: flex-start;
    flex-direction: row;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .products-overview-section .container {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    transform: translateY(-15%);
  }
  .products-overview-section .container::before {
    display: none;
  }
  .products-overview-section .container:not(:last-child):after {
    width: 1px;
    height: calc(100% + 20px);
    content: "";
    position: absolute;
    left: 100%;
    top: -10px;
    background-color: rgba(103, 45, 131, 0.5);
    transform: translateY(0);
  }
}
@media (min-width: 1024px) {
  .products-overview-section .container {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

/* ============= End Feature product overview ============= */
/* ============= Start Products Section ============= */
.products-section {
  padding: 30px 0 0;
}
.products-section .loan-types {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.products-section .loan-types a {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 0 45px;
  padding: 0 15px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
.products-section .loan-types a .text-purple {
  font-size: 16px;
  font-weight: 500;
}
.products-section .loan-types a:nth-child(odd)::after {
  width: 1px;
  height: calc(100% - 30px);
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  background-color: #a72d32;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .products-section .loan-types a:nth-child(odd)::after {
    display: none;
  }
}
.products-section .loan-types a:last-child::after {
  background: transparent;
}
.products-section .loan-types a:hover figure {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3), inset 0 0 20px -4px rgba(0, 0, 0, 0.3);
}
.products-section .loan-types a:hover figure img {
  transform: rotateY(360deg);
}
.products-section .loan-types a:hover figure:after {
  opacity: 1;
}
@media (min-width: 768px) {
  .products-section .loan-types a {
    width: auto;
    margin: 0 2%;
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .products-section .loan-types a {
    margin: 1% 4%;
  }
}
.products-section .loan-types figure {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 0 15px;
  border-radius: 50%;
  box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.3), inset 0 0 0 0 rgba(0, 0, 0, 0.3);
  transition: 300ms ease;
}
.products-section .loan-types figure:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #a72d32;
  border-radius: 50%;
  opacity: 0;
  transition: 1s ease;
}
.products-section .loan-types figure img {
  width: 55px;
  transition: 1s ease;
}
@media (min-width: 768px) {
  .products-section .loan-types figure img {
    width: 75px;
  }
}
@media (min-width: 768px) {
  .products-section .loan-types figure {
    width: 145px;
    height: 145px;
    margin: 0 0 30px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 768px) {
  .products-section .loan-types {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .products-section {
    padding: 0 0 60px;
  }
}

/* ============= End Products Section ============= */
/* ============= Start Events Section ============= */
.civil-notice-section {
  position: relative;
  background-color: #fff;
  z-index: 1;
  padding-top: 60px;
  overflow: hidden;
}
.civil-notice-section.news-section {
  background-color: transparent;
}
.civil-notice-section .floating-angles {
  width: 620px;
  height: 620px;
  display: block;
  position: absolute;
  top: 45%;
  right: -600px;
  box-shadow: -20px 20px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(45deg) translateY(-50%);
  transition: 400ms ease-out;
  z-index: -1;
}
.civil-notice-section .floating-angles::after, .civil-notice-section .floating-angles::before {
  width: 520px;
  height: 560px;
  display: block;
  content: "";
  position: absolute;
  background-color: #fff;
  box-shadow: -20px 20px 50px -25px rgba(0, 0, 0, 0.3);
  transform: translate(300px, -300px);
}
.civil-notice-section .floating-angles::before {
  top: -10px;
  right: 30px;
  transition: 400ms ease-out 400ms;
}
.civil-notice-section .floating-angles::after {
  top: -80px;
  right: -40px;
  transition: 600ms ease-out 600ms;
}
.civil-notice-section .floating-angles.show {
  right: -92px;
}
.civil-notice-section .floating-angles::after, .civil-notice-section .floating-angles::before {
  transform: translate(0, 0);
}
.civil-notice-section .new-event-updates {
  margin: 0 0 60px;
}
.civil-notice-section .new-event-updates .slick-list.draggable {
  margin: 0 -15px;
}
.civil-notice-section .new-event-updates article {
  position: relative;
  margin: 15px;
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  transition: 300ms ease;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  transition: 500ms ease;
  transform: translateY(300px);
}
.civil-notice-section .new-event-updates article:hover {
  box-shadow: inset 0 0 0 3px #a72d32;
  background: #a72d32;
  color: white;
}
.civil-notice-section .new-event-updates article:hover a:hover .text-purple {
  color: #2dc4b9;
}
.civil-notice-section .new-event-updates article:hover .text-purple {
  color: white;
}
.civil-notice-section .new-event-updates article h5 {
  width: calc(100% - 80px);
  min-height: 56px;
  display: block;
  margin: 5px 0 20px auto;
}
@media (min-width: 1024px) {
  .civil-notice-section .new-event-updates article h5 {
    width: calc(100% - 115px);
  }
}
@media (min-width: 1024px) {
  .civil-notice-section .new-event-updates article {
    margin: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3), inset 0 0 0 0 #a72d32;
  }
  .civil-notice-section .new-event-updates article:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3), inset 0 0 0 3px #a72d32;
  }
}
.civil-notice-section .event-date {
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 10px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 1.18;
  position: relative;
  font-weight: bold;
}
@media (max-width: 992px) {
  .civil-notice-section .event-date {
    width: 100px;
    height: 100px;
  }
}
.civil-notice-section .event-date::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a72d32;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 90% 70%, 100% 100%, 70% 90%, 60% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 60%, 90% 70%, 100% 100%, 70% 90%, 60% 100%, 0 100%);
  z-index: -1;
}
@media (min-width: 1024px) {
  .civil-notice-section .event-date {
    width: 100px;
    height: 100px;
    font-size: 36px;
  }
}
.civil-notice-section .event-date small {
  display: block;
  font-size: 12px;
}
.civil-notice-section .event-date p {
  margin: 0 0 20px;
  text-align: justify;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .civil-notice-section {
    margin: 0 0px 80px;
  }
}

/* ============= End Event Section ============= */
/* ============= Start Customer reviews Section ============= */
.civil-notice-section .notice-items-wrapper {
  position: relative;
}
.civil-notice-section .notice-items-wrapper .notice-nav .slick-arrow {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 45%;
}
.civil-notice-section .notice-items-wrapper .notice-nav .slick-arrow--prev {
  left: 20px;
}
.civil-notice-section .notice-items-wrapper .notice-nav .slick-arrow--next {
  right: 20px;
}
.civil-notice-section .notice-items-wrapper .notice-nav .slick-arrow {
  background: #a72d32;
  padding: 10px;
  border-radius: 2em;
  line-height: 1;
}

.civil-emi-calculator-section {
  overflow: hidden;
}
.civil-emi-calculator-section .calculator {
  background: #a72d32;
  padding: 50px;
  border-radius: 10px;
  color: #fff;
}
.civil-emi-calculator-section .calculator .calculator-amortization {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.civil-emi-calculator-section .calculator .calculator-amortization .form {
  flex: 0 0 50%;
}
.civil-emi-calculator-section .calculator .calculator-amortization .form label {
  font-weight: 500;
  font-size: 14px;
}
.civil-emi-calculator-section .calculator .calculator-amortization .results {
  flex: 0 0 40%;
  font-weight: 500;
}
.civil-emi-calculator-section .calculator .calculator-amortization .results strong {
  font-size: 16px;
  color: #adcf47;
}
.civil-emi-calculator-section #calculate {
  border-radius: 20px;
  border: 1px solid #d2d2d2;
  background: #ff445c;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-wrap: wrap;
  text-transform: uppercase;
  transition: all 0.25s ease-in;
}
@media (min-width: 1024px) {
  .civil-emi-calculator-section {
    margin: 0 0px 80px;
  }
}

/* ============= Start Customer reviews Section ============= */
.customer-review-section .customer-review-items-wrapper {
  position: relative;
}
.customer-review-section .customer-review-items-wrapper .customer-review {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 10px;
  overflow: hidden;
  background: white;
}
.customer-review-section .customer-review-items-wrapper .customer-review .customer-inner {
  padding: 20px;
  margin: auto;
  position: relative;
}
.customer-review-section .customer-review-items-wrapper .customer-review .customer-inner .quote {
  position: absolute;
  font-size: 120px;
  font-family: "Times New Roman", Times, serif;
  color: rgba(173, 207, 71, 0.3921568627);
  line-height: 1;
}
.customer-review-section .customer-review-items-wrapper .customer-review .customer-inner .quote:first-child {
  top: 0px;
  left: 10px;
}
.customer-review-section .customer-review-items-wrapper .customer-review .customer-inner .quote:last-child {
  bottom: -50px;
  right: 10px;
}
.customer-review-section .customer-review-items-wrapper .customer-review .customer-inner .review {
  padding: 60px 0;
}
.customer-review-section .customer-review-items-wrapper .customer-review .customer-inner .review .reviewer-section .posted_date {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
}
.customer-review-section .customer-review-items-wrapper .customer-review .customer-inner .review .reviewer-section .rating-lists {
  display: block;
}
.customer-review-section .customer-review-items-wrapper .customer-review .customer-inner .review .reviewer-section .rating-lists fieldset,
.customer-review-section .customer-review-items-wrapper .customer-review .customer-inner .review .reviewer-section .rating-lists label {
  margin: 0;
  padding: 0;
}
.customer-review-section .customer-review-items-wrapper .customer-review .customer-inner .review .reviewer-section .rating-lists .rating .checked {
  color: #ffc00f;
}
.customer-review-section .customer-review-items-wrapper .customer-review .customer-inner .review .review-content-section .customer-review-section {
  margin-top: 10px;
}
.customer-review-section .customer-review-items-wrapper .customer-review .customer-inner .review .review-content-section .customer-author-det {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customer-review-section .customer-review-items-wrapper .customer-review .customer-inner .review .review-content-section .customer-author-det .moto {
  font-weight: bold;
  letter-spacing: normal;
  text-decoration: none;
  margin: 0;
  font-size: 20px;
  color: #adcf47;
}
.customer-review-section .customer-review-items-wrapper .customer-review .customer-inner .review .review-content-section .customer-desc p {
  font-size: 14px;
}
.customer-review-section .customer-review-items-wrapper .customer-review-nav .slick-arrow {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 45%;
}
.customer-review-section .customer-review-items-wrapper .customer-review-nav .slick-arrow--prev {
  left: 20px;
}
.customer-review-section .customer-review-items-wrapper .customer-review-nav .slick-arrow--next {
  right: 20px;
}
.customer-review-section .customer-review-items-wrapper .customer-review-nav .slick-arrow {
  background: #a72d32;
  padding: 40px 5px;
}

/* ============= End Customer reviews Section ============= */
/* ============= Start Customer Testimonials Section ============= */
.customer-testimonial-section .customer-testimonial-items-wrapper {
  position: relative;
}
.customer-testimonial-section .customer-testimonial-items-wrapper .customer-review {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  background: white;
}
.customer-testimonial-section .customer-testimonial-items-wrapper .customer-review .customer-inner {
  padding: 20px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.customer-testimonial-section .customer-testimonial-items-wrapper .customer-review .customer-inner .customer-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.customer-testimonial-section .customer-testimonial-items-wrapper .customer-review .customer-inner .customer-img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.customer-testimonial-section .customer-testimonial-items-wrapper .customer-review .customer-inner .vertica {
  flex: 0 0 5%;
}
.customer-testimonial-section .customer-testimonial-items-wrapper .customer-review .customer-inner .vertica span {
  display: inline-block;
  width: 2px;
  height: 60px;
  margin: 0px 10px;
  background: #a72d32;
}
.customer-testimonial-section .customer-testimonial-items-wrapper .customer-review .customer-inner .reviewer-section {
  flex: 0 0 75%;
}
.customer-testimonial-section .customer-testimonial-items-wrapper .customer-review .customer-inner .reviewer-section .posted_date {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
}
.customer-testimonial-section .customer-testimonial-items-wrapper .customer-review .customer-inner .testimonial-content-section {
  flex: 0 0 100%;
}
.customer-testimonial-section .customer-testimonial-items-wrapper .customer-review .customer-inner .testimonial-content-section .customer-review-section {
  margin-left: 20px;
  margin-top: 30px;
}
.customer-testimonial-section .customer-testimonial-items-wrapper .customer-review .customer-inner .testimonial-content-section .rating-lists {
  display: block;
}
.customer-testimonial-section .customer-testimonial-items-wrapper .customer-review .customer-inner .testimonial-content-section .rating-lists fieldset,
.customer-testimonial-section .customer-testimonial-items-wrapper .customer-review .customer-inner .testimonial-content-section .rating-lists label {
  margin: 0;
  padding: 0;
}
.customer-testimonial-section .customer-testimonial-items-wrapper .customer-review .customer-inner .testimonial-content-section .rating-lists .rating .checked {
  color: #ffc00f;
}
.customer-testimonial-section .customer-testimonial-items-wrapper .customer-review .customer-inner .testimonial-content-section .customer-author-det {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customer-testimonial-section .customer-testimonial-items-wrapper .customer-review .customer-inner .testimonial-content-section .customer-author-det .moto {
  font-weight: bold;
  letter-spacing: normal;
  text-decoration: none;
  margin: 0;
  font-size: 18px;
  line-height: 1;
}
.customer-testimonial-section .customer-testimonial-items-wrapper .customer-review .customer-inner .testimonial-content-section .customer-author-det span {
  font-size: 32px;
  font-family: "Times New Roman", Times, serif;
  color: #adcf47;
}
.customer-testimonial-section .customer-testimonial-items-wrapper .customer-review .customer-inner .testimonial-content-section .customer-author-det span:first {
  position: relative;
  top: -20px;
  left: 0;
}
.customer-testimonial-section .customer-testimonial-items-wrapper .customer-review .customer-inner .testimonial-content-section .customer-desc p {
  font-size: 14px;
}
.customer-testimonial-section .customer-testimonial-items-wrapper .customer-testimonial-nav .slick-arrow {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 45%;
}
.customer-testimonial-section .customer-testimonial-items-wrapper .customer-testimonial-nav .slick-arrow--prev {
  left: 20px;
}
.customer-testimonial-section .customer-testimonial-items-wrapper .customer-testimonial-nav .slick-arrow--next {
  right: 20px;
}
.customer-testimonial-section .customer-testimonial-items-wrapper .customer-testimonial-nav .slick-arrow {
  background: #a72d32;
  padding: 40px 5px;
}

/* ============= End Customer Testimonials Section ============= */
/* ============= Start Slider Show Section ============= */
.slider-show {
  position: relative;
  padding: 100px 0;
  background-color: #c9c9c9;
  overflow: hidden;
  z-index: 1;
  bottom: -100px;
}
@media (max-width: 768px) {
  .slider-show {
    bottom: -50px;
  }
}
.slider-show h1 {
  margin: 0 0 40px;
  line-height: 48px;
}
.slider-show h1 span {
  color: #a72d32;
}
.slider-show h1 small {
  display: block;
  margin: 10px 0 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .slider-show h1 small {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .slider-show h1 {
    margin: 0 0 60px;
    line-height: 80px;
    font-size: 58px;
  }
}
.slider-show .parallax-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.1;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.slider-show .desc-text {
  width: 720px;
  margin: auto;
  padding-bottom: 60px;
  font-weight: 500;
  font-size: 16px;
  color: #585858;
}
@media (max-width: 768px) {
  .slider-show .desc-text {
    width: 100%;
  }
}
.slider-show .view-more {
  border-radius: 2em;
  display: inline-block;
  padding: 5px 15px;
  margin: 0px 5px;
  border: 2px solid #a72d32;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.slider-show .view-more.btn-review {
  background: #a72d32;
  border-color: #a72d32;
  color: white;
}
.slider-show .view-more.btn-review:hover {
  color: #a72d32;
  border-color: #a72d32;
  background: transparent;
}
.slider-show .view-more.btn-contact {
  background-color: transparent;
  color: #a72d32;
}
.slider-show .view-more.btn-contact:hover {
  color: white;
  border-color: #a72d32;
  background-color: #a72d32;
}

@media (max-width: 768px) {
  .map-container {
    margin-top: 30px;
  }
}

/* ============= End Slider Show Section ============= */
footer {
  position: relative;
  z-index: 10;
}
footer .footer-top_overlay {
  margin-bottom: -50px;
}
@media (max-width: 768px) {
  footer .footer-top_overlay {
    margin-bottom: 0;
  }
}
footer.page-footer .footer-content {
  background: #a72d32;
  background: linear-gradient(to right, #a72d32 0%, #bb321f 50%, #a72d32 100%);
  color: #fff;
}
footer.page-footer .footer-content .container .footer-section .footer-head-title {
  position: relative;
  margin-bottom: 20px;
}
footer.page-footer .footer-content .container .footer-section .footer-head-title h4 {
  font-size: 20px;
  font-weight: 500;
  width: auto;
  padding: 10px 0;
}
footer.page-footer .footer-content .container .footer-section .footer-head-title:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30px;
  height: 5px;
  background: white;
}
footer.page-footer .footer-content .container .footer-section .footer-head-title::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: white;
}
footer.page-footer .footer-content .container .footer-section .about-content {
  font-size: 14px;
}
footer.page-footer .footer-content .container .footer-section ul.useful_links p {
  padding: 0;
  line-height: 2;
}
footer.page-footer .footer-content .container .footer-section ul li {
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}
footer.page-footer .footer-content .container .footer-section ul li a,
footer.page-footer .footer-content .container .footer-section ul li span {
  position: relative;
  font-weight: 300;
  color: white;
  text-decoration: none;
  white-space: nowrap;
}
footer.page-footer .footer-content .container .footer-section ul li a:hover {
  color: #4f8cf2;
  border-bottom: 1px solid #4f8cf2;
}
footer.page-footer .footer-content .container .footer-section ul li.gv-officer {
  margin-top: 10px;
}
footer.page-footer .footer-content .container .footer-section ul li table {
  font-size: 12px;
}
footer.page-footer .footer-content .container .footer-section ul li table td {
  padding-bottom: 5px;
}
footer.page-footer .footer-content .container .footer-section ul li table td a {
  white-space: initial;
  word-break: break-all;
}
footer.page-footer .footer-content .container .footer-section.follow-section {
  margin-top: 30px;
  padding: 30px 0;
}
footer.page-footer .footer-content .container .footer-section.follow-section::after {
  top: 0px;
  left: 0;
  position: absolute;
  content: "";
  height: 0.2px;
  background: #f4f4f4;
  width: 100%;
}
@media (max-width: 1080px) {
  footer.page-footer .footer-content {
    padding: 20px;
  }
}
footer.page-footer .footer-copyright {
  background: #a72d32;
  font-size: 12px;
}

.content-banner-section {
  position: relative;
}
.content-banner-section .content-banner {
  position: relative;
  z-index: -1;
  width: 100%;
  height: auto;
  max-height: 700px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .content-banner-section .content-banner {
    max-height: 436px;
  }
}
@media (max-width: 768px) {
  .content-banner-section .content-banner {
    min-height: auto;
  }
}
.content-banner-section .content-banner img {
  width: 100%;
  height: 100%;
  aspect-ratio: 15/3;
  background: #a72d32;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media (max-width: 768px) {
  .content-banner-section .content-banner img {
    aspect-ratio: 4/3;
  }
}
.content-banner-section:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(167, 45, 50, 0.7019607843);
  z-index: -1;
}

.main-content-section {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .main-content-section.news-section {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .main-content-section .content-body {
    padding: 0 10px;
    margin-top: 30px;
  }
}
.main-content-section .content-body strong {
  font-weight: bold;
}
.main-content-section .content-body p {
  text-align: justify;
}
.main-content-section .content-body ul {
  margin-left: 1rem;
  margin-bottom: 1rem;
  list-style-type: disc;
}
.main-content-section .content-body blockquote {
  font-style: italic;
  padding: 2px 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left: 8px solid #c8232b;
}
.main-content-section .content-body blockquote p {
  margin: 1rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.main-content-section .content-body blockquote p::before {
  position: absolute;
  top: -15px;
  left: -30px;
  content: "❝";
  font-size: 34px;
  font-weight: bold;
}
.main-content-section .content-body blockquote p::after {
  position: absolute;
  bottom: 0;
  right: -15px;
  content: "❞";
  font-size: 34px;
  font-weight: bold;
}
.main-content-section .asidemenu a {
  color: #a72d32;
  text-decoration: none;
}
.main-content-section .asidemenu a .submenu-tab {
  display: flex;
  padding: 10px;
}
.main-content-section .asidemenu a .submenu-tab .icon {
  padding-right: 10px;
}
.main-content-section .asidemenu a .submenu-tab svg {
  fill: #a72d32;
  width: 30px;
  height: 30px;
}
.main-content-section .asidemenu a .submenu-tab h1 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.5;
  border-bottom: 1px dotted #a72d32;
  color: #a72d32;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 0;
}
.main-content-section .asidemenu a .submenu-tab:first-child {
  margin-left: 0;
}
.main-content-section .asidemenu a:hover svg {
  fill: #2dc4b9;
}
.main-content-section .asidemenu a:hover .text-purple {
  color: #2dc4b9;
}
.main-content-section .asidemenu a:last-child .submenu-tab h1 {
  border: none;
}
.main-content-section .reports-container {
  background: #c8232b;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  padding: 30px 10px;
}
.main-content-section .reports-container a {
  text-decoration: none;
}
.main-content-section .reports-container .submenu-tab {
  padding-left: 10px;
}
.main-content-section .reports-container .submenu-tab h1 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.5;
  border-bottom: 1px dotted white;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 0;
}

/* Start Aside Menu */
.asidemenu {
  margin: 0 0 30px;
  border: 1px solid #d1d1d1;
  border-top: 3px solid #a72d32;
}
.asidemenu li {
  width: 100%;
}
.asidemenu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  font-size: 16px;
  border-bottom: 1px solid #d1d1d1;
  color: #000;
  font-weight: 500;
}
.asidemenu li a.active {
  background: #a72d32;
  color: white;
}
.asidemenu li a:last-child {
  border: none;
}
.asidemenu li a i {
  color: #777;
}

.aside-search-form {
  margin: 0 0 30px;
  padding: 30px 20px;
  background: linear-gradient(to bottom, #f4f4f4 0%, white 100%);
}
.aside-search-form .custom-select {
  border: none;
  border-bottom: 1px solid #a72d32;
  background-color: transparent;
}
.aside-search-form .btn-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  padding: 5px 15px;
  border: 1px solid #a72d32;
  background-color: transparent;
  color: #a72d32;
  font-size: 15px;
}
.aside-search-form .btn-filter svg {
  width: 16px;
  margin: 0 10px 0 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .aside-menu-wrapper .col-xs-12.col-md-3 {
    width: 25%;
  }
  .aside-menu-wrapper .col-xs-12.col-md-9 {
    width: 75%;
  }
  .aside-menu-wrapper .col-xs-12.col-md-4 {
    width: 50%;
  }
}
/* End Aside Menu */
@media (max-width: 768px) {
  .download-block {
    margin-top: 30px;
  }
}
.download-block .block-bordered-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 15px 0;
}
.download-block .block-bordered-listing li {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 15px;
  text-align: center;
}
.download-block .block-bordered-listing a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  border: 1px solid #777;
  color: #000;
}
.download-block .block-bordered-listing a:hover {
  background-color: #a72d32;
  color: #fff;
}

.team-structure-section .flex-row {
  justify-content: center;
}
.team-structure-section .teams {
  position: relative;
  margin: 0 0 30px;
  padding: 270px 15px 15px;
  border: 1px solid #ddd;
  text-align: center;
  overflow: hidden;
}
.team-structure-section .teams figure {
  width: 100%;
  height: 250px;
  margin: 0 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: 400ms ease;
}
.team-structure-section .teams figure img {
  width: 100%;
}
.team-structure-section .teams:hover figure {
  height: 320px;
}
.team-structure-section .teams h5 {
  margin: 0 0 5px;
}
.team-structure-section .teams span {
  color: #777777;
}
.team-structure-section .teams span {
  font-size: 12px;
  font-weight: 600;
}
.team-structure-section .teams .text-purple {
  color: #a72d32;
}
.team-structure-section .content-middle {
  width: 750px;
  font-size: 16px;
  color: #777777;
  line-height: 26px;
}
.team-structure-section .highlighted-position .teams {
  width: 100%;
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .team-structure-section .highlighted-position .teams {
    width: 30.33%;
  }
}
@media (min-width: 1024px) {
  .team-structure-section .highlighted-position .teams {
    width: 23.33%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .team-structure-section .col-xs-12.col-md-3 {
    width: 33.333%;
  }
}

.breadcrump {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.breadcrump .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.breadcrump .container h1 {
  margin: 0 0 40px;
  line-height: 48px;
  position: relative;
  color: white;
}
.breadcrump .container h1 span {
  color: #adcf47;
}
.breadcrump .container h1 small {
  display: block;
  margin: 10px 0 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .breadcrump .container h1 small {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .breadcrump .container h1 {
    line-height: 80px;
    font-size: 58px;
  }
}
.breadcrump .container h1:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 5px;
  background: white;
}
.breadcrump .container h1::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: white;
}
.breadcrump .container .breadcrump-section {
  display: flex;
  align-items: center;
  vertical-align: middle;
  flex-wrap: wrap;
}
.breadcrump .container .breadcrump-section li {
  font-weight: 500;
  color: white;
  padding: 8px;
}
.breadcrump .container .breadcrump-section li a {
  color: white;
  padding-right: 5px;
  font-size: 12px;
  white-space: nowrap;
}
.breadcrump .container .breadcrump-section li span {
  text-align: right;
}
.breadcrump .container .breadcrump-section li:not(:last-child) span {
  padding-right: 5px;
  position: relative;
}

.payment-section {
  padding: 30px 0;
}
.payment-section .payments-list-carousel {
  padding: 0 70px;
  text-align: center;
}
.payment-section .payments-list-carousel .slick-arrow--prev {
  left: 0px;
}
.payment-section .payments-list-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #a72d32;
  background: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.payment-section .payments-list-carousel .slick-arrow--next {
  right: 0px;
}
.payment-section .payments-list-carousel .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.payment-section .payments-list-carousel .icon-chevron-md {
  width: 15px;
  height: 26px;
}
.payment-section .payments-list-item {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  margin: 0 8px;
}
.payment-section .payments-img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  max-width: 80px;
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.payment-section .payments-list-link:focus {
  outline: none;
}
.payment-section .payments-list-link:hover .payments-img {
  opacity: 1;
}

/* image lightbox */
.news-image-gallery > ul {
  margin-bottom: 0;
}
.news-image-gallery > ul > li {
  float: left;
  margin-bottom: 15px;
  width: 200px;
  display: none;
}
.news-image-gallery > ul > li:first-child {
  display: block;
}
.news-image-gallery > ul > li a {
  border: 3px solid #fff;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  height: 150px;
}
.news-image-gallery > ul > li a > img {
  transition: transform 0.15s ease 0s;
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.news-image-gallery > ul > li a:hover > img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.news-image-gallery > ul > li a:hover .news-image-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.news-image-gallery > ul > li a:hover .news-image-gallery-poster > img {
  opacity: 1;
}
.news-image-gallery > ul > li a .news-image-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.15s ease 0s;
}
.news-image-gallery > ul > li a .news-image-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.3s ease 0s;
}
.news-image-gallery > ul > li.single-news-image a {
  height: auto;
}

.rating {
  border: none;
  width: -moz-fit-content;
  width: fit-content;
}
.rating > input {
  display: none;
}
.rating > label {
  color: #ddd;
  float: right;
}
.rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.rating .half:before {
  content: "\f089";
  position: absolute;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #ffd700;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #ffed85;
}

/*=============== Start Fixed Sidebar ===============*/
.fixed-sidemenu {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.fixed-sidemenu input[type=checkbox] {
  display: none;
}
.fixed-sidemenu a {
  width: auto;
  display: flex;
  align-items: center;
  position: relative;
  padding: 7px 10px 7px 5px;
  margin: 0 0 2px;
  background-color: rgba(167, 45, 50, 0.8);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  color: #fff;
  font-size: 13px;
}
.fixed-sidemenu a figure {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 0;
  border-radius: 50%;
  background-color: #a72d32;
  transition: 300ms ease;
}
.fixed-sidemenu a figure img {
  width: 100%;
}
.fixed-sidemenu a span {
  font-size: 0;
  transition: 300ms ease;
}
.fixed-sidemenu a:hover {
  background-color: #a72d32;
}
.fixed-sidemenu a:hover span {
  font-size: 13px;
}
.fixed-sidemenu svg {
  display: none;
}

.side-opner-toggler {
  display: none;
}

@media (max-width: 1023px) {
  .fixed-sidemenu {
    top: auto;
    bottom: -50px;
    left: 0;
    right: auto;
    filter: url("#goo");
  }
  a.items-side,
  .side-opner-toggler {
    background: #bb321f;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 116px;
    bottom: 0%;
    left: 40px;
    padding: 0;
    color: white;
    text-align: center;
    line-height: 80px;
    transform: translate3d(0, 0, 0);
    transition: transform ease-out 200ms;
  }
  a.items-side svg,
  .side-opner-toggler svg {
    animation-name: wave-animation; /* Refers to the name of your @keyframes element below */
    animation-duration: 2.5s; /* Change to speed up or slow down */
    animation-iteration-count: infinite; /* Never stop waving :) */
    transform-origin: 70% 70%; /* Pivot around the bottom-left palm */
    display: inline-block;
  }
  .fixed-sidemenu a figure {
    width: 100%;
    height: 100%;
    margin: 0;
    background: #a72d32;
  }
  .fixed-sidemenu a span {
    display: none;
  }
  .fixed-sidemenu-open {
    display: none;
  }
  .items-side:hover {
    background: white;
    color: #e91e63;
  }
  .items-side:nth-child(3) {
    transition-duration: 180ms;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  }
  .items-side:nth-child(4) {
    transition-duration: 180ms;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  }
  .items-side:nth-child(5) {
    transition-duration: 180ms;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  }
  .side-opner-toggler {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 400ms;
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
  }
  .side-opner-toggler:hover {
    transform: scale(1.2, 1.2) translate3d(0, 0, 0);
  }
  .side-opner-mobile:checked + .side-opner-toggler {
    left: 40px;
    bottom: 0px;
    transition-timing-function: linear;
    transition-duration: 200ms;
    transform: scale(0.8, 0.8) translate3d(0, 0, 0);
  }
  .side-opner-mobile:checked ~ .items-side {
    margin-left: -40px;
    top: 20px;
    transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
  }
  .side-opner-mobile:checked ~ .items-side:nth-child(3) {
    transition-duration: 180ms;
    transform: translate3d(30px, 10px, 0);
  }
  .side-opner-mobile:checked ~ .items-side:nth-child(4) {
    transition-duration: 280ms;
    transform: translate3d(80px, 40px, 0);
  }
  .side-opner-mobile:checked ~ .items-side:nth-child(5) {
    transition-duration: 380ms;
    transform: translate3d(100px, 100px, 0);
  }
  .fixed-sidemenu svg {
    display: block;
  }
}
/*=============== End Fixed Sidebar ===============*/
#back-to-top {
  display: inline-block;
  background-color: #bb321f;
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  font-size: 1em;
  color: #fff;
  line-height: 50px;
  font-weight: normal;
  font-style: normal;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
#back-to-top:hover {
  cursor: pointer;
  background-color: #a72d32;
  border-color: #a72d32;
}
#back-to-top:active {
  background-color: linear-gradient(90deg, #a72d32 0%, #a72d32 100%);
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1024px) {
  .front-gallery-item {
    height: 274px;
    padding: 0 0 21px 20px;
  }
  .front-gallery-item-title {
    font-size: 32px;
  }
  .payment-section .payments-img {
    filter: grayscale(0);
    opacity: 1;
  }
}
@media (max-width: 992px) {
  main {
    padding-top: 80px;
  }
  main.bmp {
    padding-top: 0px;
  }
  .navbar {
    padding: 2em;
  }
  .navbar .navbar-brand {
    padding-left: 20px;
  }
  .slicknav_btn {
    right: 0;
  }
  .navbar .logo-section .navbar-brand {
    width: auto;
    justify-content: center;
    text-align: center;
  }
  .navbar .logo-section .search-bar-wrapper {
    margin: auto;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
  }
  .header-menu {
    display: none;
  }
  .main-header .nav-link {
    color: #000;
    font-size: 16px;
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .megamenu.show {
    background: #f2f2f2;
    position: relative !important;
  }
  .navigation-side-image-wrapper {
    display: none;
  }
  .main-header .megamenu .sub-menu {
    padding: 0;
  }
}
@media (max-width: 776px) {
  .search-bar-container form {
    display: none;
  }
}
@media (max-width: 740px) {
  .mobile-menu {
    display: block;
  }
}
@media (max-width: 739px) {
  .user-menu {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: r;
  }
  .best-selling-carousel,
  .featured-carousel {
    width: 100%;
  }
  .icon-chevron-md {
    transform: rotate(90deg);
  }
  .navbar .logo-section {
    margin: 0;
    padding-left: 10px;
    padding-top: 10px;
  }
  .navbar .bottom-header .nav-link {
    padding: 0.5rem 0.2rem !important;
  }
  .navbar .logo-section .navbar-brand {
    width: auto;
    justify-content: center;
    text-align: center;
  }
  .navbar .logo-section .search-bar-wrapper {
    width: auto;
  }
  .search-bar-container {
    display: none;
    padding-left: 0;
  }
  .search-bar-container .search-box input {
    padding: 0.4em 0.85em !important;
    font-size: 15px !important;
  }
  .search-bar-container .search-box span {
    top: 5% !important;
  }
  .main-title {
    font-size: 22px;
  }
  .slick-dotted.slick-slider {
    margin: 0;
  }
  .banner-ads-section {
    padding: 0;
    background-color: #e6e9ef;
    border-bottom: 1px solid #e1e4eb;
  }
  .banner-ads-section .front-banner-carousel {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
  }
  .banner-ads-section .front-banner-carousel .banner-section {
    width: 100%;
    padding: 0;
  }
  .banner-ads-section .front-banner-carousel .banner-section .front-gallery {
    height: auto;
    border-radius: 0;
  }
  .banner-ads-section .front-banner-carousel .banner-section .front-gallery-nav {
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0px;
    right: 0;
    left: 0;
    text-align: center;
  }
  .banner-ads-section .front-banner-carousel .banner-section .front-gallery-nav .front-gallery-nav-inner {
    padding: 0;
  }
  .banner-ads-section .front-banner-carousel .banner-section .front-gallery-nav .front-gallery-nav-inner .slick-arrow {
    display: none !important;
  }
  .banner-ads-section .front-banner-carousel .banner-section .front-gallery-nav .front-gallery-nav-inner .slick-dots li {
    display: inline-block;
    margin: 0 4px;
  }
  .banner-ads-section .promo-section {
    display: none;
  }
  .payment-section .payments-list-carousel {
    margin: 0 -13px;
    padding: 0 40px;
  }
  .payment-section .payments-list-item {
    margin: 0 8px;
  }
  .customer-review .customer-review {
    margin: 0 !important;
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .deals-container {
    display: none;
  }
  .cart-items-list .product-item .cart-item-row .cart-item-details .product-dettt {
    display: block;
  }
  .cart-items-list .product-item .cart-item-row .cart-item-details .product-dettt .details-input {
    margin-top: 20px;
  }
  .title-head .main-title {
    font-size: 16px;
  }
  .best-selling-head .main-title {
    padding: 15px 20px;
  }
  .title-head .view-more {
    margin: 0;
  }
  .title-head .view-more .view-more-text {
    font-size: 16px;
  }
  .title-head .view-more .view-more-text .ion {
    font-size: 16px;
  }
  .front-banner-carousel .front-gallery-nav .slick-arrow {
    width: 60px;
    opacity: 1;
  }
}
@media (max-width: 360px) {
  .navbar .logo-section .navbar-brand .logo {
    width: 50px;
    height: 50px;
  }
}
/* roadblock */
.roadblockmodal {
  background-color: #5d5959;
  overflow-y: auto;
  padding: 0;
  padding-left: 0 !important;
}
.roadblockmodal .modal-body {
  padding: 0;
}
.roadblockmodal .modal-dialog {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0 !important;
}
.roadblockmodal .modal-dialog img {
  margin: 0 auto;
}
.roadblockmodal .modal-dialog a {
  display: inline-block;
  margin: 0 auto;
}
.roadblockmodal button.skipclass {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
  border-color: white;
  border-width: 2px;
  opacity: 1;
}

.skip-notice-modal .modal-header {
  padding: 5px 10px;
}
.skip-notice-modal .skipclass {
  font-size: 14px;
  margin-bottom: 5px;
  background: #a72d32;
  color: white;
}

.noticeModal .modal-body {
  padding: 0;
}

.popup-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #a72d32 !important;
  height: 40px;
  width: 40px;
  color: white;
  font-size: 40px;
  opacity: 1;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-close:focus, .popup-close:hover {
  border: none;
  outline: none;
}

.branch-office-section .branch-office {
  background: white;
  padding: 20px;
}
.branch-office-section .branch-office .branch-title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.branch-office-section .branch-office .branch-title:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 5px;
  background: #a72d32;
}
.branch-office-section .branch-office .branch-title::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #a72d32;
}
.branch-office-section .branch-office .branch-details {
  font-size: 14px;
}
.branch-office-section .branch-office .branch-details .group-b {
  display: flex;
  padding: 3px 0;
}
.branch-office-section .branch-office .branch-details .group-b span {
  font-weight: bolder;
  padding-right: 5px;
}
.branch-office-section .branch-office .branch-details .group-b p {
  margin: 0;
}

/* Start Animations */
@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  } /* The following five values can be played with to make the waving more or less extreme */
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  } /* Reset for the last half to pause */
  100% {
    transform: rotate(0deg);
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    opacity: 1;
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    opacity: 1;
    transform: perspective(400px);
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes menuSubHover {
  0% {
    opacity: 0;
    transform: translateX(-100%) scale(0.7);
  }
  50% {
    opacity: 1;
    transform: translateX(0) scale(0.7);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes menuSubHoverRight {
  0% {
    opacity: 0;
    transform: translateX(100%) scale(0.7);
  }
  50% {
    opacity: 1;
    transform: translateX(0) scale(0.7);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes circle-creation {
  0% {
    border-color: transparent;
    transform: rotate(0deg);
  }
  25% {
    border-color: transparent #a72d32 transparent transparent;
    transform: rotate(-35deg);
  }
  50% {
    border-color: transparent #a72d32 #a72d32 transparent;
  }
  75% {
    border-color: transparent #a72d32 #a72d32 #a72d32;
  }
  100% {
    border-color: #a72d32;
    transform: rotate(-300deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateR {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes moveGradient {
  0% {
    background-position: -210px -210px;
  }
  50% {
    background-position: 150px 150px;
  }
  100% {
    background-position: 210px 210px;
  }
}
@keyframes moveGradientH {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0% 0;
  }
}
@keyframes rotateH {
  0% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes goCross {
  0% {
    top: 0;
  }
  50% {
    top: 7px;
  }
  100% {
    top: 2px;
    left: 17px;
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
label .required {
  color: #c60000;
}

/* End Animations */
.logout-container {
  max-width: 600px;
  margin: 100px auto; /* Center it vertically and horizontally */
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  background: #fff;
}

.bg-image {
  width: 100vw;
  height: 100vh;
  position: fixed;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: 0;
}

.logout-message {
  font-size: 1.25rem;
  color: #333;
}

.logout-button {
  margin-top: 20px;
}/*# sourceMappingURL=style.css.map */