/*===========================
 =  Table of Contents
 0. Keyframes
 1. General
 1.1. Typography
 1.2. Section spacings
 1.3. Forms
 1.4. Buttons
 1.5. Colors & Badges
 1.6. Modals, Popups & Dropdowns
 1.7. Tables
 1.8. Tabs
 1.9. Social media links
 2. Header
 2.1. Header style 2
 2.2. Header style 3
 3. Footer
 5. Subheader
 5. Components
 6.. Loaders
 6.1. Blog Posts
 6.1.1. Blog Posts List
 6.1.2. Blog Post Details
 6.2. sidebar
 6.3. Products
 6.3.1. Products (List view)
 6.3.2 Products (Minimal View)
 6.3.3 Products Quick view & details
 6.3.4. Cart & Wishlist
 6.3.5. Checkout
 6.3.6 Products (Recent View)
 6.4. Categories Megamenu
 6.5. Banners
 6.6. Icon Blocks
 6.7. Call To Actions
 6.8.Login & Signup
 6.9. Error 404
 6.10. Testimonials
 6.11. Companies
 6.12. Newsletter Popup
 7. Misc
 8. Responsive
===========================*/
/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap');

/*-------------------------------------------------------------------*/
/* === Keyframes === */
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%, 100% {
    transform: translate3d(0,-25px,0);
  }
  50% {
    transform: translate3d(0,5px,0);
  }
}
@keyframes pulseInOut{
  0%{opacity:1;transform:scale(.3)}
  100%{opacity:0;transform:scale(1.3)}
}
@keyframes pulseInOutSM{
  0%{opacity:1;transform:scale(.3)}
  100%{opacity:0;transform:scale(1.7)}
}

@-webkit-keyframes rot {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rot {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes preloaderScale {
  100% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
}
@keyframes preloaderScale {
  100% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
}

@keyframes BounceUpDown {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-2px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes BounceDownUp {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(2px);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@keyframes bannerscale {
    50% {
        transform: scale(1.2);
    }
}

/*======================
1.0. General
========================*/
.yzpngt,
.dbl0mm{
  border-color: #efefef !important;
}
.tld8r5{
  width: calc(100% + 410px);
  transform: translateX(-260px);
}

.eo5jdo{
  z-index: 3;
}
.yha7vl{
  overflow: hidden;
}
.zs2hbo{
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  object-fit: cover;
  height: 100%;
}

.lkl4s1{
  position: relative;
  text-align: center;
  padding: 80px;
}
.ncxtjc{
  position: relative;
}
.ncxtjc span{
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  background-color: #b92d20;
}
.ncxtjc span + span{
  top: auto;
  right: auto;
  left: -10px;
  bottom: -10px;
  background-color: #fff;
}
.lkl4s1 img:nth-child(2){
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.lkl4s1 img:nth-child(3){
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.fupy52{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fupy52 img + img{
  margin-left: auto;
  margin-top: -50%;
}

.ig7y3p{
  border: 2px solid #efefef !important;
}
.e753t9{
  display: block;
  width: 3px;
  height: 80px;
  text-align: center;
  background-color: #b92d20;
  margin: 0 auto;
}

.witoxq{
  display: flex;
  flex-wrap: wrap;
}

.witoxq img + img{
  margin-top: 40px;
  margin-left: 30px;
}

.l6yyxe{
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  z-index: -1;
  background-color: #222222;
}
.l6yyxe::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
}

.mgocfz{
  width: 200px;
  height: 200px;
  content: '';
  background-position: 0 0,6px 6px;
  background-size: 12px 12px;
  position: absolute;
  display: block;
  background-image: -o-radial-gradient(#d1d4d8 1px,transparent 1px),-o-radial-gradient(#d1d4d8 1px,transparent 1px);
  background-image: radial-gradient(#d1d4d8 1px,transparent 1px),radial-gradient(#d1d4d8 1px,transparent 1px);
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  background-color: transparent;
  top: -250px;
  left: -100px;
  opacity: 1;
  z-index: -1;
}
.mgocfz.aqtlmx{
  width: 100px;
  left: auto;
  height: 200px;
  right: 0;
  top: 100%;
}
.mgocfz.z0km0s{
  background-image: -o-radial-gradient(#b92d20 1px,transparent 1px),-o-radial-gradient(#b92d20 1px,transparent 1px);
  background-image: radial-gradient(#b92d20 1px,transparent 1px),radial-gradient(#b92d20 1px,transparent 1px);
}
.mgocfz.k1f9l9{
  background-image: -o-radial-gradient(#222222 1px,transparent 1px),-o-radial-gradient(#222222 1px,transparent 1px);
  background-image: radial-gradient(#222222 1px,transparent 1px),radial-gradient(#222222 1px,transparent 1px);
}
.zmgi74{
  z-index: 1;
}

@keyframes circlesUpDown {
  0%{
    transform: translateY(-45%);
  }
  50%{
    transform: translateY(-50%);
  }
  100%{
    transform: translateY(-45%);
  }
}
@keyframes circlesUpDown2 {
  0%{
    bottom: -10px;

  }
  50%{
    bottom: 0;

  }
  100%{
    bottom: -10px;
  }
}

.wgow31{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.rzn657{
  position: absolute;
  bottom: -10px;
  right: -5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: -1;
  animation-name: circlesUpDown2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.ba5q6u{
  position: absolute;
  top: 50%;
  right: -175px;
  transform: translateY(-45%);
  z-index: -1;
  animation-name: circlesUpDown;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.ba5q6u .xslqp8{
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #f8f8f8;
}
.ba5q6u .feg61n{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ba5q6u .zkyhn9{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #b92d20;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ba5q6u.jg0aio{
  right: auto;
}
.ba5q6u.jg0aio .xslqp8{
  background-color: transparent;
  border: 1px solid #efefef;
}
.ba5q6u.jg0aio .feg61n{
  background-color: transparent;
  border: 1px solid #fff;
}
.ba5q6u.jg0aio .zkyhn9{
  background-color: transparent;
  border: 1px solid #b92d20;
}

.mw1gnk {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 0;
  list-style: none;
  border: 2px solid #efefef;
}
.z7ovsn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #efefef;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z7ovsn img{
  width: 100px;
}
.mw1gnk > ul li {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3em;
  width: 6em;
  height: 6em;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  border: 5px solid #fff;
}
.mw1gnk > ul li i{
  font-size: 36px;
  line-height: 0;
}
.mw1gnk > ul li:hover{
  background-color: #b92d20;
  color: #fff;
}
.mw1gnk > ul li:nth-of-type(1) {
  -webkit-transform: rotate(0deg) translate(17em) rotate(0deg);
          transform: rotate(0deg) translate(17em) rotate(0deg);
}
.mw1gnk > ul li:nth-of-type(2) {
  -webkit-transform: rotate(60deg) translate(17em) rotate(-60deg);
          transform: rotate(60deg) translate(17em) rotate(-60deg);
}
.mw1gnk > ul li:nth-of-type(3) {
  -webkit-transform: rotate(120deg) translate(17em) rotate(-120deg);
          transform: rotate(120deg) translate(17em) rotate(-120deg);
}
.mw1gnk > ul li:nth-of-type(4) {
  -webkit-transform: rotate(180deg) translate(17em) rotate(-180deg);
          transform: rotate(180deg) translate(17em) rotate(-180deg);
}
.mw1gnk > ul li:nth-of-type(5) {
  -webkit-transform: rotate(240deg) translate(17em) rotate(-240deg);
          transform: rotate(240deg) translate(17em) rotate(-240deg);
}
.mw1gnk > ul li:nth-of-type(6) {
  -webkit-transform: rotate(300deg) translate(17em) rotate(-300deg);
          transform: rotate(300deg) translate(17em) rotate(-300deg);
}

.v19ulz{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.f2siys{
  position: absolute;
  bottom: -210px;
  right: 0;
  z-index: -3;
}

.ps5ian{
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.ps5ian.th8u64{
  height: 365px;
}
.ps5ian.l9hwu2{
  height: 195px;
}
.ps5ian.l41vlo{
  height: 500px;
}
.ps5ian.n76zfe{
  top: auto;
  bottom: 0;
}

.ps5ian.lzmar6{
  height: 100%;
  width:  140px;
}

.ps5ian.lzmar6.bw66pd{
  right: 0;
  left: auto;
}
.ps5ian.lzmar6.pjfor4{
  right: auto;
  left: 0;
}

.ps5ian.lzmar6.l41vlo{
  width: 500px;
}

.uqnufo canvas,
.uqnufo{
  width: 100%;
}
.h6ffdk{
  height: 600px;
  width: 100%;
}
.h6ffdk .ucq93j{
  left: auto;
  right: 0;
}
.h6ffdk iframe{
  width: 100%;
  height: 100%;
}
.fkbt3u{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.fkbt3u span{
  width: 1px;
  height: 200px;
  background-color: #efefef;
  display: block;
}
.fkbt3u span:first-child,
.fkbt3u span:last-child{
  margin: 0 20px;
}
.fkbt3u span:nth-child(2){
  height: 400px;
}

.l2qcdb{
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-weight: 400;
}

.l2qcdb.lfuicu{
  -webkit-text-stroke-color: #222222;
}

.l2qcdb span{
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 0;
}
.l2qcdb span.kuf73r{
  -webkit-text-fill-color: #b92d20;
  -webkit-text-stroke-width: 0;
}
.l2qcdb span.jm7g7f{
  -webkit-text-fill-color: #222222;
  -webkit-text-stroke-width: 0;
}

.i5n1ec {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: .3s;
}

.i5n1ec.e64l8r{
  opacity: 0;
  visibility: hidden;
}

.i5n1ec ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-animation: rot 16s linear infinite;
          animation: rot 16s linear infinite;
}
.i5n1ec li {
  width: 40px;
  height: 40px;
  background: #b92d20;
  border-radius: 4px;
  box-shadow: 0 0 1px #fff, 0 0 5px #b92d20, 0 0 10px #b92d20, 0 0 15px #b92d20, 0 0 25px #b92d20, 0 0 55px #b92d20;
  -webkit-animation: preloaderScale 0.8s linear alternate infinite;
          animation: preloaderScale 0.8s linear alternate infinite;
}

.i5n1ec li:nth-child(1) {
  z-index: 24;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.i5n1ec li:nth-child(2) {
  z-index: 23;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.i5n1ec li:nth-child(3) {
  z-index: 22;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.i5n1ec li:nth-child(4) {
  z-index: 21;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.i5n1ec li:nth-child(5) {
  z-index: 20;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.i5n1ec li:nth-child(6) {
  z-index: 19;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.i5n1ec li:nth-child(7) {
  z-index: 18;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.i5n1ec li:nth-child(8) {
  z-index: 17;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.i5n1ec li:nth-child(9) {
  z-index: 16;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.i5n1ec li:nth-child(10) {
  z-index: 15;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.i5n1ec li:nth-child(11) {
  z-index: 14;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.i5n1ec li:nth-child(12) {
  z-index: 13;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.i5n1ec li:nth-child(13) {
  z-index: 12;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.i5n1ec li:nth-child(14) {
  z-index: 11;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.i5n1ec li:nth-child(15) {
  z-index: 10;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.i5n1ec li:nth-child(16) {
  z-index: 9;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.i5n1ec li:nth-child(17) {
  z-index: 8;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.i5n1ec li:nth-child(18) {
  z-index: 7;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.i5n1ec li:nth-child(19) {
  z-index: 6;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.i5n1ec li:nth-child(20) {
  z-index: 5;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.i5n1ec li:nth-child(21) {
  z-index: 4;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.i5n1ec li:nth-child(22) {
  z-index: 3;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.i5n1ec li:nth-child(23) {
  z-index: 2;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.i5n1ec li:nth-child(24) {
  z-index: 1;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.i5n1ec li:nth-child(25) {
  z-index: 0;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.mmciex {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;

    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.oxyjxp,
.dk2x4c {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #b92d20;
    border-radius: 100%;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dk2x4c {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}

.fsia9v {
    opacity: 0;
}

.tkpivz {
    opacity: .25;
}

.prt6jl {
    opacity: .50;
}

.hr1dfc {
    opacity: .75;
}

.mzhgna {
    opacity: 1;
}

.e29u0c,
.oeyv8y,
.zmcr8h,
.wa5bpg,
.opaqsm,
.w6s994,
.rlj8mm {
    position: relative;
    z-index: 1;
}
.e29u0c::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/textures/building.png);
  background-position: 500% 100%;
  background-repeat: no-repeat;
}
.zmcr8h::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/textures/map-2.png);
  background-size: cover;
  background-position: center;
}
.oeyv8y::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/textures/squares.png);
  background-size: cover;
  background-position: center;
}
.ns14hc::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/textures/triangles.png);
  background-size: cover;
  background-position: center;
}
.rlj8mm::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(49, 49, 49, .4);
  z-index: -1;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}
.opaqsm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, .4);
    z-index: -1;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.wa5bpg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b92d20;
    opacity: .4;
    z-index: -1;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.w6s994::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222222;
    opacity: .8;
    z-index: -1;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}


.rlj8mm.wa5bpg::before {
  background-color: rgba(72, 172, 110, .8);
}

.rlj8mm.u0s5h0::before {
    background-color: rgba(49, 49, 49, .6);
}
.rlj8mm.tbxr7f::before {
    background-color: rgba(49, 49, 49, .8);
}

.hnqphc {
    position: sticky;
    top: 30px;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #777;
    overflow-x: hidden;
}

hr {
    margin: 30px 0;
}

img {
    max-width: 100%;
    height: auto;
}

.wk9m3v {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.wk9m3v img {
    position: absolute;
    max-width: 300px;
}

.wk9m3v img:nth-child(1) {
    top: 150px;
    max-width: 400px;
    left: -200px;
}

.wk9m3v img:nth-child(2) {
    right: -100px;
    bottom: 0;
}

.p58cse {
    position: relative;
}

.p58cse img {
    border-radius: 8px;
}

.fu7pzk {
    width: 220px;
    margin-bottom: 20px;
}

.q36k8p {
    cursor: pointer;
}

.hpdji5 {
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
    outline: none;
}

.hpdji5:focus {
    outline: none;
}

.hpdji5 span {
    position: absolute;
    width: 2px;
    height: 15px;
    display: block;
    background-color: #fff;
    opacity: 0.6;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.hpdji5.wexprd span {
    background-color: #222222;
}

.hpdji5.tzgq5p span {
    background-color: red;
}

.hpdji5 span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hpdji5:hover {
  transform: rotate(45deg);
}

.hpdji5.dylqj1 span {
    background-color: #222222;
}

.bzo41c {
    font-size: 2rem;
}

.u1h83c {
    font-size: 3rem;
}

.kp5gc8 {
    font-size: 4rem;
}

.pdfadq {
    border: 0;
}

.j2knlj {
    background-size: cover;
}

.ziaxm8 {
    background-size: 600px;
}

.p2sv94 {
    background-attachment: fixed;
}

.n0wvy1 {
    background-size: contain;
}

.kio5bi {
    background-repeat: no-repeat;
}

.np3x7k {
    background-position: center;
}

.nommjm {
    background-position: left;
}

.ik7ub9 {
    background-position: right;
}

.u1taw4 {
    background-position: top;
}

.kvp5vr {
    background-position: bottom;
}
.tl65nw {
    background-position: bottom left;
}
.jrnp65 {
    background-position: bottom right;
}

.container-fluid{
  padding-left: 150px;
  padding-right: 150px;
}

.jssohg{
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.jssohg li,
.jssohg li + li{
  margin: 0;
}
.jssohg li a{
  padding: 40px 20px;
  display: block;
  color: #777777;
}
.jssohg li a:hover{
  color: #fff;
}

/*======================
1.1. Typography
========================*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", sans-serif;
  margin: 0 0 20px;
  line-height: 1.2;
  color: #222222;
  font-weight: 700;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 44px;
}

h3 {
  font-size: 36px;
  line-height: 1.2;
}

h4 {
  font-size: 30px;
  line-height: 1.4;
}

h5 {
  font-size: 26px;
  line-height: 1.3;
}

h6 {
  font-size: 18px;
  line-height: 1.7;
}

p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #777;
}

a {
  color: #b92d20;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #222222;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
  color: #08a19a;
}

a:hover,
a:focus {
    color: #08a19a;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}

b,
strong {
    font-weight: 700;
    color: #222222;
}

b span,
strong span{
  color: #777;
}

label {
    margin-bottom: 10px;
    color: #222222;
    font-weight: 600;
}

label.y41pu9{
  color: #ff0000;
  display: block;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

ul li,
ol li {
    margin: 10px 0 0;
    position: relative;
}
.jw93ov{
  margin: 40px 0 40px;
}
.jw93ov.hubq8a{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.jw93ov li {
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
  color: #222222;
  font-weight: 600;
}

.jw93ov li+li {
    margin-top: 20px;
}

.jw93ov li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-rendering: auto;
  line-height: 1;
  font-size: 20px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 50%;
  border: 1px solid #efefef;
  margin-right: 10px;
}

.jw93ov.xd7bg9 li{
  font-weight: 400;
}

.ansh4v,
small {
  line-height: 1.7;
}

.mbdk0y,
blockquote {
  position: relative;
  margin: 20px 0 30px;
  color: #fff;
  padding: 10px 20px;
  background-position: center;
  background-size: cover;
  background-color: #222222;
  border-radius: 35px;
}

.mbdk0y.qq68ps,
blockquote.qq68ps{
  border-left-color: rgba(255,255,255,.4);
}

blockquote{
  border-left: 0;
  text-align: center;
  padding: 50px;
}

.m8ue99 blockquote p,
blockquote p {
  position: relative;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

blockquote cite{
  position: relative;
  font-weight: 600;
  color: #b92d20;
  display: block;
  margin: 0 0 10px;
}

.mbdk0y::before,
blockquote::before{
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 160px;
  content: "\f10e";
  color: #fff;
  opacity: .1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.mbdk0y{
  display: flex;
  align-items: flex-start;
  padding: 40px;
}
.mbdk0y.pdfadq{
  border-radius: 0;
}
.hhebma{
  flex: 1;
  margin-left: 25px;
}
.hhebma p{
  color: #d2d2d2;
  font-size: 14px;
}
.hhebma h6{
  margin: 0;
}
.hhebma span{
  font-size: 13px;
}
.n2hwoh{
  width: 100px;
  border-radius: 50%;
  position: relative;
}
.n2hwoh img{
  width: 100px;
  border-radius: 50%;
}
.n2hwoh i{
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b92d20;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  border: 1px solid #efefef;
}
.m8ue99 p,
.m8ue99 img {
    margin-bottom: 20px;
}

.m8ue99 .oamtdq {
    margin-bottom: 20px;
}

.m8ue99 p a{
  font-weight: 600;
  text-decoration: underline;
}

.rwha8h {
    font-size: 10px;
}

.zmn7zq {
    font-size: 12px;
}

.apj6xu {
    font-size: 14px !important;
}

.gga50k {
    font-size: 14px;
}

.ler97b {
    font-size: 16px;
}

.egb875 {
    font-size: 18px;
}

.evauci {
    font-weight: 400 !important;
}

.u5zehm {
    font-weight: 500;
}

.ny35s9 {
    font-weight: 600;
}

.o2bcv4 {
    font-weight: 700;
}

.tbozzq {
    border-radius: 35px;
}

.ljfu7k {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.e1l06l {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

/*======================
1.2 Section Spacings
========================*/
.w6t4ei {
    position: relative;
    padding: 110px 0;
}
.w6t4ei .container{
  position: relative;
}

.w6t4ei.zoy03x {
    padding: 110px 0 80px;
}
.w6t4ei.klfh4j{
  padding: 110px 0 200px;
}
.w6t4ei.wsfllv{
  padding: 110px 0 160px;
}


.hywqlj {
    padding: 0 80px;
}

.f4sg38 {
  margin-bottom: 30px;
}
.indrmt{
  margin-bottom: 50px;
}

.ycuuf9 {
    margin-left: 30px;
}

.w6t4ei.zoy03x.iydukw {
    margin-top: -50px;
    padding-top: 0;
}
.fsw1kf .p94oa4{
  margin-bottom: 10px;
}

.fsw1kf .eqv7ze {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  color: #b92d20;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fsw1kf.jvdmvm .eqv7ze{
    justify-content: flex-start;
}

.fsw1kf.we8aw2 .eqv7ze,
.fsw1kf.okkfh7 .eqv7ze{
  justify-content: flex-end;
}

.fsw1kf.we8aw2,
.fsw1kf.okkfh7{
  margin: 0 0 50px auto;
}

.fsw1kf p{
  font-size: 16px;
}

.fsw1kf.c3vp3i{
  position: relative;
}
.fsw1kf.c3vp3i .eqv7ze{
  color: #b92d20;
  background-color: #fff8e6;
  display: inline-block;
  padding: 5px 20px;
  font-size: 13px;
}
.fsw1kf.c3vp3i .eqv7ze.geyiwb{
  background-color: rgba(255,255,255,.4);
}

.e1cb9p{
  letter-spacing: 3px;
  font-size: 16px;
}

.fsw1kf .zidunh {
  position: relative;
  margin: 0;
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 700;
}
.fsw1kf.pyxshz .zidunh{
  font-size: 32px;
}

.fsw1kf {
    position: relative;
    margin-bottom: 50px;
    max-width: 550px;
}
.fsw1kf.vvpadd{
  margin: 0 auto 50px;
}

.fsw1kf.ipz58i {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
}

.fsw1kf.ipz58i .mhmzuv {
    margin-left: auto;
}

.fsw1kf.ipz58i .kudo6q {
    margin: 0;
}

.fsw1kf.ipz58i .kudo6q+.kudo6q {
    margin-left: 10px;
}

.fsw1kf.ipz58i .kudo6q .fth79b {
    margin: 0;
}

.ovu9e5{
  margin-top: 30px;
}

.klsbyx {
    overflow: hidden;
}

/*==================
1.3. Forms
====================*/
textarea {
  resize: none;
}
textarea.a5bvdh{
  border-radius: 35px;
  padding: 15px;
}

.a5bvdh::-webkit-input-placeholder {
    color: #989898;
}

.a5bvdh::-moz-placeholder {
    color: #989898;
}

.a5bvdh:-ms-input-placeholder {
    color: #989898;
}

.a5bvdh::-ms-input-placeholder {
    color: #989898;
}

.a5bvdh::placeholder {
    color: #989898;
}

.a5bvdh {
  height: 60px;
  padding: 8px 15px;
  border-radius: 0;
  border: 0;
  border-radius: 0;
  width: 100%;
  font-size: 14px;
  color: #777;
  background-color: #fff;
  border: 1px solid #efefef;
  letter-spacing: 0.1px;
  border-radius: 55px;
}

select,
select.a5bvdh{
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 1.25EM;
  appearance: none;
  position: relative;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='gray'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.5EM 1EM;
  background-position: right center;
  background-clip: border-box;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
  padding: 8px 35px 8px 15px;
}


.a5bvdh.vq3uxb{
  background-color: rgba(255,255,255,.1);
  border: 0;
}
.a5bvdh.vq3uxb:focus{
  background-color: rgba(255,255,255,.2);
  border: 0;
}

.a5bvdh.dylqj1{
  background-color: #f8f8f8;
  border: 0;
}
.a5bvdh.dylqj1:focus{
  background-color: #eaeaea;
  border: 0;
}

.a5bvdh:focus {
    border: 1px solid #efefef;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.q8170b {
  position: relative;
  margin-bottom: 20px;
}
.q8170b i{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #e8e8e8;
}

.g5vcsy {
    position: relative;
}

.g5vcsy input,
.g5vcsy select {
    padding-left: 40px;
}

.g5vcsy i {
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #a5a5a5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.g5vcsy input:focus+i,
.g5vcsy select:focus+i {
    color: #454545;
}

.yyj0e0:focus~.m1m0qk::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.obw1qh .yyj0e0:checked~.m1m0qk::before,
.ov7jcx .yyj0e0:checked~.m1m0qk::before {
    background-color: #b92d20;
}

.qkcsea label {
    font-weight: 400;
}
.abqa74 {
  padding: 40px 40px 10px;
  background-color: #222222;
}
.abqa74 .a5bvdh{
  background-color: transparent;
  border: 2px solid #383838;
  color: #fff;
}
.abqa74 .q8170b i{
  color: #fff;
  height: 100%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  border-left: 2px solid #383838;
}

/*==================
1.4. Buttons
====================*/
.j37cfr {
  position: relative;
  color: #777;
  font-weight: 700;
  font-style: normal;
  text-decoration: underline;
  cursor: pointer;
}
.j37cfr.nvtrp9{
  font-size: 2.5rem;
  max-width: 230px;
  display: block;
}

.j37cfr:hover {
  color: #222222;
}
.j37cfr i{
  transition: .3s;
  margin-left: 5px;
}
.j37cfr:hover i{
  transform: translateX(5px);
}

.fpom4x {
  color: #fff;
  padding: 5px 20px;
  font-size: 22px;
  background-color: #b92d20;
  border: 1px solid #b92d20;
}

.qzxb9s {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: #b92d20;
    border: 0;
    color: #fff;
    border-radius: 35px;
    padding: 15px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
}

.qzxb9s::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  background-color: #08a19a;
  width: 10px;
  height: calc(100% - 15px);
  z-index: -1;
  border-radius: 35px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.qzxb9s:focus::before,
.qzxb9s:hover::before{
  width: calc(100% - 14px);
  opacity: 1;
  visibility: visible;
}

.qzxb9s:hover,
.qzxb9s:focus {
    color: #fff;
    outline: none;
}
.qzxb9s.z0km0s {
    background-color: #b92d20;
}

.qzxb9s.vq3uxb{
  background-color: transparent;
  border: 1px solid transparent;
  color: #222222;
}
.qzxb9s.vq3uxb::before{
  background-color: #08a19a;
}
.qzxb9s.vq3uxb:hover,
.qzxb9s.vq3uxb:focus{
  color: #fff;
  border: 1px solid #efefef;
}

.qzxb9s.z0km0s::before {
  background-color: #08a19a;
}

.qzxb9s.dylqj1{
  background-color: #222222;
  color: #fff;
  box-shadow: none;
}
.qzxb9s.dylqj1::before{
  background-color: #353535;
}
.qzxb9s.geyiwb:hover,
.qzxb9s.geyiwb:focus,
.qzxb9s.dylqj1:hover,
.qzxb9s.dylqj1:focus{
  color: #fff;
}
.qzxb9s.geyiwb {
    background-color: transparent;
    color: #222222;
    box-shadow: none;
    border: 2px solid #efefef;
}

.qzxb9s.geyiwb::before {
    background-color: #222222;
}
.qzxb9s.ojfdaq {
    background-color: #fff;
    color: #222222;
    box-shadow: none;
}
.qzxb9s.ojfdaq::before {
    background-color: #efefef;
}

.qzxb9s.k1f9l9 {
    background-color: #222222;
    color: #fff;
}

.qzxb9s.k1f9l9::before{
    background-color: #353535;
}

.qzxb9s.fkoyvn {
    padding: 12px 26px;
}
.qzxb9s.sdhdf3{
  border-radius: 55px;
}

.qzxb9s i{
  margin-left: 10px;
}

.qjts29 .qzxb9s+.qzxb9s {
    padding: 12px 14px;
}

.qjts29 .qzxb9s.fkoyvn+.qzxb9s.fkoyvn {
    padding: 12px 16px;
}

.ohrnnw .qzxb9s,
.ohrnnw .qzxb9s::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.qjts29 .qzxb9s.onzbai.hpppni:hover::after {
    animation-name: BounceUpDown;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}

.qjts29.pbdnw3 .qzxb9s.onzbai.hpppni:hover::after {
    animation-name: BounceDownUp;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}

.bbrvg6{
  position: relative;
  display: inline-block;
}

.bbrvg6 > span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  color: #222222;
}

.bbrvg6:hover{
  color: #777;
}
.bbrvg6 svg{
  width: 120px;
  height: 120px;
  overflow: visible;
}
.fm8n2n .bbrvg6 svg{
  width: 40px;
  height: 40px;
}
.bbrvg6.pyxshz svg{
  width: 80px;
  height: 80px;
}

.bbrvg6 i{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.bbrvg6 .kudn1e{
  fill: none;
  stroke: #efefef;
  stroke-width: 10;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  position: relative;
  z-index: -1;
  color: #efefef;
}
.bbrvg6 .evemo2{
  fill: none;
  stroke: #b92d20;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  stroke-dashoffset: 700;
  stroke-dasharray: 700;
  stroke-width: 20px;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-linecap: butt;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: stroke-dashoffset 1s;
  color: #b92d20;
  stroke-linecap: round;
}

.bbrvg6 .evemo2.k1f9l9{
  color: #222222;
  stroke: #222222;
}

.bbrvg6.pyxshz svg{
  width: 100px;
  height: 100px;
}
.bbrvg6.pyxshz > span{
  font-size: 22px;
}
.bbrvg6.pyxshz > span span{
  font-size: 12px;
}

/*==================
1.5. Colors & Badges
====================*/
.kuf73r {
  color: #b92d20 !important;
}
.f0umdg {
  color: #222222;
}
.ingmt8 {
  color: #777;
}
.y65uzc{
  color: #d2d2d2;
}

.ok51pj {
    background-color: rgb(44, 170, 225) !important;
    color: #fff;
}

.ok51pj:hover {
    background-color: #2caae1;
    color: #fff;
}

.q7p82b {
    background-color: rgb(59, 87, 157) !important;
    color: #fff;
}

.q7p82b:hover {
    background-color: #3b579d;
    color: #fff;
}

.n9mbfe {
    background-color: rgb(220, 74, 56) !important;
    color: #fff;
}

.n9mbfe:hover {
    background-color: #dc4a38;
    color: #fff;
}

.swy7yo {
    background-color: rgb(1, 119, 181) !important;
    color: #fff;
}

.swy7yo:hover {
    background-color: #0177b5;
    color: #fff;
}

.gs9fy6 {
    background-color: rgb(204, 33, 39) !important;
    color: #fff;
}

.gs9fy6:hover {
    background-color: #cc2127;
    color: #fff;
}

.bie5tb {
    background-color: rgb(229, 45, 39);
    color: #fff;
}

.bie5tb:hover {
    background-color: #e52d27;
    color: #fff;
}

.d18ncm {
    background-color: rgb(51, 51, 51) !important;
    color: #fff;
}

.d18ncm:hover {
    background-color: #b10707ed333 !important;
    color: #fff;
}

.qsg5fn {
    background-color: rgb(23, 105, 255) !important;
    color: #fff;
}

.qsg5fn:hover {
    background-color: #1769ff;
    color: #fff;
}

.tgauma {
    background-color: rgb(234, 76, 137) !important;
    color: #fff;
}

.tgauma:hover {
    background-color: #ea4c89;
    color: #fff;
}

.y3sdih {
    background-color: rgb(255, 69, 0) !important;
    color: #fff;
}

.y3sdih:hover {
    background-color: #ff4500;
    color: #fff;
}

.unezv8{
  background-color: #ffffff;
}
.zyfhb2 {
    background-color: #f8f8f8;
}
.vvbag1{
  background-color: #222222;
}
.lh2i49{
  background-color: #222222;
}
.iy90fx{
  border-bottom: 1px solid #2d2d2d;
}

.imubh9 {
    background-color: #b92d20;
}
.kaxojr{
  background-color: #08a19a;
}

.c57qso{
  background-color: #fff8e6;
}

.haf3ui {
    background-color: #222222;
}

.skf5hn{
  position: relative;
  z-index: 1;
}
.skf5hn img:first-child{
  max-width: 70%;
}
.skf5hn img:last-child{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.p94oa4{
  background-color: #fff8e6;
  padding: 6px 11px;
  font-size: 18px;
  border-radius: 0;
  display: inline-block;
  font-weight: 400;
  line-height: 1.2;
}
.p94oa4.p3hyxg{
  color: #b92d20;
  background-color: #fff8e6;
}
.p94oa4.l7ucw0{
  color: #fff;
  background-color: #222222;
}

/*=============================
1.6 Modal, Popups & Dropdowns
==============================*/
.ldw60e .fjr4uo {
    background-color: #020202;
    opacity: 1;
    margin: 0;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-shadow: none;
}

.ldw60e {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ldw60e .fjr4uo:not(:disabled):not(.v7m6vm):hover {
    background-color: #dd3333;
    opacity: 1;
}

.aap8l1 {
    max-width: 1000px;
}

.lpm40h {
    border-radius: 0;
    border: 0;
}

.ex6f7g {
    padding: 40px;
}

.zj7ufg {
    padding: 10px;
    color: #777;
    border: 1px solid #efefef;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
}

.geosyf {
    padding: 6px 10px;
    font-weight: 600;
    color: #777;
    border-radius: 8px;
}

.geosyf i {
    display: inline-block;
    width: 25px;
}

.geosyf.mf6a9t,
.geosyf:active {
    background-color: #f8f9fa;
    color: #16181b;
}

/*======================
1.7 Tables
========================*/
table{
  margin-bottom: 30px;
}
table th,
table td {
    padding: 15px;
    vertical-align: middle;
    background-color: #fff;
}

table th {
    font-weight: 700;
    color: #222222;
    font-size: 16px;
    border: 1px solid #efefef;
}

table {
    width: 100%;
    margin-bottom: 30px;
}

table td {
    border: 1px solid #efefef;
    font-size: 14px;
}

table img {
    width: 40px;
    border-radius: 0;
}

.yl5mv4 tr th{
  background-color: #222222;
  color: #fff;
  border-color: #32383e;
}

/*======================
1.8 Tabs
========================*/
.fj8f2y {
    margin-top: 20px;
}

.kudo6q {
  margin: 0;
}
.cdilqk{
  border-bottom: 0;
}
.cdilqk .fth79b{
  padding: 10px 20px;
  font-weight: 600;
  color: #222222;
  background-color: #f8f8f8;
}
.cdilqk .fth79b:focus, .cdilqk .fth79b:hover{
  color: #b92d20;
}
.cdilqk .fth79b:focus, .cdilqk .fth79b:hover,
.cdilqk .fth79b{
  border: 0;
  border-radius: 0;
}
.cdilqk .kudo6q + .kudo6q{
  margin-left: 5px;
}
.cdilqk .fth79b i{
  margin-right: 5px;
  color: #b92d20;
}
.herqdm .fth79b.mf6a9t,
.fth79b.mf6a9t {
  font-weight: 600;
  color: #b92d20;
  border-bottom-color: #b92d20;
}
.cdilqk .kudo6q.ryn3mn .fth79b,
.cdilqk .fth79b.mf6a9t{
  border-bottom: 2px solid #b92d20;
  font-weight: 600;
}

.cdilqk.vm98vb{
  background-color: #f8f8f8;
  display: inline-flex;
  padding: 10px;
  border-radius: 55px;
}
.cdilqk.vm98vb .kudo6q .fth79b{
  border-radius: 35px;
}
.cdilqk.vm98vb .kudo6q.ryn3mn .fth79b,
.cdilqk.vm98vb .fth79b.mf6a9t{
  background-color: #b92d20;
  color: #fff;
  border: 0;
}

/*======================
1.9. Social media links
========================*/
.ux6hol {
    display: flex;
    align-items: center;
    margin: 0;
}

.ux6hol li {
    margin: 0;
}

.ux6hol li a {
    display: inline-block;
}

.ux6hol li+li {
    margin-left: 15px;
}

.ux6hol.qb8cv8 li a{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: rgba(255,255,255,.1);
  color: #fff;
  border-radius: 50%;
}

.ux6hol.qb8cv8.geyiwb li a{
  background-color: #f8f8f8;
  color: #222222;
}

.ux6hol.qb8cv8.geyiwb li a:hover,
.ux6hol.qb8cv8 li a:hover{
  background-color: #b92d20;
  color: #fff;
}


.d2dhd0 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.d2dhd0:hover span {
  opacity: 1;
}

.d2dhd0 span {
  position: absolute;
  width: 24px;
  height: 2px;
  opacity: .5;
  transition: .3s;
  background-color: #222222;
}

.d2dhd0.geyiwb span {
  background-color: #fff;
}

.d2dhd0 span:first-child {
  transform: rotate(45deg);
}

.d2dhd0:hover span:first-child {
  transform: rotate(0deg);
}

.d2dhd0:hover span:last-child {
  transform: rotate(180deg);
}

.d2dhd0 span:last-child {
  transform: rotate(135deg);
}

/*======================
2. Header
========================*/

.uzx9hf {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
}

.tzqj15 {
  padding: 0;
}

.uzx9hf .rt0ro9 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.uzx9hf .suia1x {
  flex-direction: row;
}

.uzx9hf .suia1x li {
  position: relative;
  transition: 0.3s;
  margin: 0;
}

.uzx9hf .suia1x li a {
  display: block;
  padding: 30px 20px;
  color: #222222;
  font-weight: 700;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}

.uzx9hf .suia1x li:first-child>a {
  padding-left: 0;
}

.uzx9hf .suia1x li:last-child>a {
  padding-right: 0;
}

.uzx9hf .suia1x li a:hover,
.uzx9hf .suia1x li.mf6a9t>a {
  color: #b92d20;
}

.uzx9hf .suia1x li .ik3sg6 {
  position: absolute;
  top: 110%;
  min-width: 250px;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
  transition: 0.3s;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

.uzx9hf .suia1x li .ik3sg6 li a {
  border-bottom: 1px solid #efefef;
  padding: 15px;
  display: flex;
  font-weight: 500;
  align-items: center;
  position: relative;
  transition: 0.3s;
}

.uzx9hf .suia1x li .ik3sg6 li a:hover{
  padding-left: 22px;
}

.uzx9hf .suia1x li .ik3sg6 li:last-child a {
  border-bottom: none;
}

.uzx9hf .suia1x li.hto27n:hover>.ik3sg6 {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.uzx9hf .suia1x li.hto27n .ik3sg6 li .ik3sg6 {
  left: 100%;
  top: 0;
}

.a73eq7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 55;
}

/* Header top */
.cnk07r {
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  padding: 0;
}

.z6xzgc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.bp8arr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
}

.cnk07r .bp8arr li,
.bp8arr li {
  margin: 0;
}

.cnk07r .bp8arr li a {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}

.cnk07r .bp8arr li+li {
  margin-left: 10px;
}

.t5xz9z .bp8arr li a {
  display: block;
  font-size: 14px;
  width: 41px;
  height: 41px;
  background-color: rgba(32, 185, 178, .25);
  display: inline-flex;
  color: #b92d20;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 0;
}

.uzx9hf.p2l739 .t5xz9z .bp8arr li a{
   color: #b92d20;
}
.t5xz9z .bp8arr li a:hover,
.uzx9hf.p2l739 .t5xz9z .bp8arr li a:hover {
  background-color: #b92d20;
  color: #fff;
}

.cnk07r .hb9ou6 li {
  height: 100%;
}

.cnk07r .hb9ou6 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  background-color: #b92d20;
  color: #fff;
  border-radius: 4px;
  font-weight: 500;
}
.cnk07r .hb9ou6 li a:hover{
  background-color: #08a19a;
}

/* Header bottom */
.bq90ov{
  background-color: #222222;
}
.llw0rk{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.uzx9hf .bq90ov .suia1x > li > a{
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.uzx9hf .bq90ov .suia1x li a:hover{
  color: #b92d20;
}

.uzx9hf .llw0rk .wib836.obafrq{
  display: flex;
  height: 62px;
  width: 62px;
  align-items: center;
  justify-content: center;
  background-color: #b92d20;
  transition: .3s;
  border-radius: 0;
  border: 0;
}
.uzx9hf .llw0rk .wib836.obafrq span{
  background-color: #fff;
}

/* Header Controls starts */
.uzx9hf .wgp6o9 ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.uzx9hf .wgp6o9 ul li{
  margin: 0;
}

.uzx9hf .wgp6o9 ul li+li {
  margin-left: 15px;
}

.uzx9hf .wgp6o9 ul li.adf6nc a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid #efefef;
  color: #222222;
  font-size: 18px;
  border-radius: 10px;
}

.uzx9hf .wgp6o9 ul li.adf6nc a.b7ksqa {
  width: auto;
  height: auto;
  padding: 13px 15px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.uzx9hf .wgp6o9 ul li.adf6nc a.b7ksqa .i5xwsw {
  margin-left: 10px;
}

.uzx9hf .wgp6o9 ul li.adf6nc a.b7ksqa p,
.uzx9hf .wgp6o9 ul li.adf6nc a.b7ksqa span {
  font-size: 13px;
}

.uzx9hf .wgp6o9 ul li.adf6nc a.b7ksqa span {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.uzx9hf .wgp6o9 ul li.adf6nc a.b7ksqa p {
  margin: 0;
  font-weight: 600;
  color: #b92d20;
}

.uzx9hf .wgp6o9 ul li.adf6nc a:hover {
  background-color: #f8f8f8;
}

.uzx9hf .wib836,
.uzx9hf .wib836.obafrq {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  width: 58px;
  height: 58px;
  border: 1px solid #efefef;
  border-radius: 10px;
  transition: 0.3s;
}

.uzx9hf .wib836:hover {
  background-color: #f8f8f8;
}
.uzx9hf .wib836:hover span{
  margin: 0;
}
.uzx9hf .wib836:hover span:nth-child(1){
  width: 10px;
  transform: rotate(45deg) translate(7px,-3px);
}
.uzx9hf .wib836:hover span:nth-child(3) {
  width: 10px;
  transform: rotate(-45deg) translate(7px,3px);
}

.uzx9hf .wib836 {
  display: none;
}

.uzx9hf .wib836 span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background-color: #222222;
  transition: .3s;
  transform-origin: right;
}

.uzx9hf .wib836 span+span {
  margin-top: 5px;
}
.uzx9hf .wgp6o9.uarn3q ul li.adf6nc a.b7ksqa{
  width: 58px;
  position: relative;
  height: 58px;
  padding: 0;
}
.uzx9hf .wgp6o9.uarn3q ul li.adf6nc a.b7ksqa span{
  position: absolute;
  top: -5px;
  right: -5px;
  width: 25px;
  height: 25px;
  font-weight: 600;
  font-size: 12px;
  background-color: #b92d20;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.uzx9hf .wgp6o9.uarn3q .wib836,
.uzx9hf .wgp6o9.uarn3q ul li.adf6nc a{
  border-radius: 50%;
}

.uzx9hf .container-fluid{
  padding-left: 65px;
  padding-right: 65px;
}

/* Style 2 */
.uzx9hf.uarn3q .t5xz9z .bp8arr li a{
  background-color: transparent;
  border: 1px solid #efefef;
  color: #222222;
}
.uzx9hf.uarn3q .t5xz9z .bp8arr li a:hover{
  background-color: #b92d20;
  border-color: #b92d20;
  color: #fff;
}

/* Style 3 */
.uzx9hf.xnjit4{
  background-color: transparent;
  box-shadow: none;
}


.cnk07r .t5xz9z ul li a{
  color: #222222;
}

.cnk07r .t5xz9z ul li a:hover{
  color: #08a19a;
}
.cnk07r.vvbag1{
  background-color: #222222;
}

.cnk07r.vvbag1 .cnykgo li a,
.cnk07r.vvbag1 .cnykgo li select,
.cnk07r.vvbag1 .t5xz9z ul li a{
  color: #fff;
}

.uzx9hf.xnjit4 .cnk07r,
.uzx9hf.df06is .cnk07r{
  border: 0;
  padding: 10px 20px;
}
.uzx9hf.xnjit4 .rtkw6w,
.uzx9hf.df06is .rtkw6w{
  padding: 0 20px;
  background-color: #fff;
  box-shadow: 0 0 40px 5px rgba(0,0,0,.03);
}
.uzx9hf.xnjit4 .z6xzgc,
.uzx9hf.df06is .z6xzgc,
.uzx9hf.o113bf .z6xzgc,
.uzx9hf.lngk7i .z6xzgc{
  padding: 0;
}

.uzx9hf.xnjit4 .wgp6o9.uarn3q ul li.adf6nc a.b7ksqa,
.uzx9hf.xnjit4 .wib836,
.uzx9hf.xnjit4 .wib836.obafrq,
.uzx9hf.xnjit4 .wgp6o9 ul li.adf6nc a,

.uzx9hf.df06is .wgp6o9.uarn3q ul li.adf6nc a.b7ksqa,
.uzx9hf.df06is .wib836,
.uzx9hf.df06is .wib836.obafrq,
.uzx9hf.df06is .wgp6o9 ul li.adf6nc a{
  width: 50px;
  height: 50px;
}

.uzx9hf.xnjit4 .cnk07r .hb9ou6 li a,
.uzx9hf.xnjit4 .t5xz9z .bp8arr li a{
  background-color: rgba(255,255,255,.1);
  color: #fff;
}
.uzx9hf.xnjit4 .cnk07r .hb9ou6 li a:hover,
.uzx9hf.xnjit4 .t5xz9z .bp8arr li a:hover,
.uzx9hf.df06is .cnk07r .hb9ou6 li a:hover,
.uzx9hf.df06is .t5xz9z .bp8arr li a:hover{
  background-color: #b92d20;
}

/* Style 4 */
.uzx9hf.y8ms15 .llw0rk{
  justify-content: center;
}

/* Style 5 */

.uzx9hf.df06is .cnk07r,
.uzx9hf.df06is .rtkw6w,
.uzx9hf.qdf1ah .cnk07r,
.uzx9hf.qdf1ah .rtkw6w{
  padding-left: 0;
  padding-right: 0;
}

.uzx9hf.df06is .t5xz9z .bp8arr li a,
.uzx9hf.qdf1ah .t5xz9z .bp8arr li a,
.uzx9hf.o113bf .t5xz9z .bp8arr li a,
.uzx9hf.lngk7i .t5xz9z .bp8arr li a{
  background-color: transparent;
  width: auto;
  height: auto;
  font-size: 16px;
  font-weight: 400;
}
.uzx9hf.df06is .t5xz9z .bp8arr li a:hover,
.uzx9hf.qdf1ah .t5xz9z .bp8arr li a:hover,
.uzx9hf.o113bf .t5xz9z .bp8arr li a:hover,
.uzx9hf.lngk7i .t5xz9z .bp8arr li a:hover{
  background-color: transparent;
  color: #08a19a;
}
.uzx9hf.df06is .cnk07r .bp8arr li+li,
.uzx9hf.o113bf .cnk07r .bp8arr li+li,
.uzx9hf.lngk7i .cnk07r .bp8arr li+li{
  margin-left: 24px;
}
.uzx9hf .cnykgo li a,
.uzx9hf .cnykgo li select{
  display: flex;
  align-items: center;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
}

.uzx9hf .cnykgo li select{
  background-color: transparent;
  height: auto;
  padding: 0;
  border: 0;
  background-image: none;
  -webkit-appearance: auto;
  cursor: pointer;
}

.uzx9hf .cnykgo li a:hover,
.uzx9hf .cnykgo.tbqvqc li a:hover,
.uzx9hf .cnykgo li select:hover{
  color: #08a19a;
}

.uzx9hf .cnykgo li a i{
  margin-right: 10px;
}

.uzx9hf .cnykgo li + li{
  margin-left: 15px;
}

.uzx9hf .cnykgo.tbqvqc li a{
  font-size: 16px;
  padding: 30px 0;
  color: #222222;
}

.uzx9hf .cnykgo.tbqvqc li a i{
  width: 40px;
  height: 40px;
  border: 1px solid #efefef;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b92d20;
}

.uzx9hf .cnykgo.tbqvqc li p{
  margin: 0;
  line-height: 1.3;
}

.uzx9hf .cnykgo.tbqvqc li + li{
  margin-left: 40px;
}

.uzx9hf.df06is .bq90ov,
.uzx9hf.lngk7i .bq90ov{
  background-color: #fff;
}

.uzx9hf.df06is .bq90ov .tzqj15{
  border-top: 1px solid #efefef;
}

.uzx9hf.df06is .bq90ov .suia1x > li > a,
.uzx9hf.lngk7i .bq90ov .suia1x > li > a{
  color: #222222;
  padding-top: 20px;
  padding-bottom: 20px;
}

.uzx9hf.df06is .bq90ov .suia1x > li > a:hover{
  color: #b92d20;
}

.uzx9hf.df06is .wgp6o9 ul li.adf6nc a,
.uzx9hf.df06is .wib836,
.uzx9hf.df06is .wib836.obafrq{
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

.uzx9hf.df06is .wgp6o9 ul li.adf6nc a:hover,
.uzx9hf.df06is .wib836:hover,
.uzx9hf.df06is .wib836.obafrq:hover{
  background-color: #b92d20;
  border-color: #b92d20;
  color: #fff;
}

.uzx9hf.df06is .wib836:hover span{
  background-color: #fff;
}

/* Style 6 */

.uzx9hf.qdf1ah .cnykgo.tbqvqc li a{
  padding: 0;
  margin: 30px 0;
}

.uzx9hf.qdf1ah .cnykgo.tbqvqc li + li{
  margin-left: 30px;
}

.uzx9hf.qdf1ah .cnykgo.tbqvqc li + li a{
  border-left: 2px solid #efefef;
  padding-left: 30px;
}

.uzx9hf.qdf1ah .bq90ov .suia1x > li > a{
  padding-top: 12px;
  padding-bottom: 12px;
}

.uzx9hf.qdf1ah .wgp6o9 ul li.adf6nc a{
  border: 0;
  color: #fff;
}

.uzx9hf.qdf1ah .wib836.obafrq{
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}

.uzx9hf.qdf1ah .wib836.obafrq span{
  background-color: #fff;
}

.uzx9hf.qdf1ah .wgp6o9 ul li.adf6nc a:hover,
.uzx9hf.qdf1ah .wib836.obafrq:hover{
  background-color: transparent;
}

.uzx9hf.qdf1ah .wgp6o9 ul li.adf6nc,
.uzx9hf.qdf1ah .wib836.obafrq{
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.uzx9hf.qdf1ah .wgp6o9 ul li+li{
  margin-left: 0;
}

.uzx9hf.qdf1ah .bq90ov .qzxb9s,
.uzx9hf.qdf1ah .bq90ov .qzxb9s:before{
  border-radius: 0;
}

.uzx9hf.qdf1ah .cnykgo.tbqvqc li a i{
  border: 0;
  background-color: rgba(34, 34, 34, 0.1);
  color: #222222;
}


/* Style 7 */

.uzx9hf.o113bf .cnk07r{
  background-color: #b92d20;
}

.uzx9hf.o113bf .cnykgo li a,
.uzx9hf.o113bf .cnykgo li select,
.uzx9hf.o113bf .t5xz9z .bp8arr li a{
  color: #fff;
}

.uzx9hf.o113bf .cnykgo li a:hover,
.uzx9hf.o113bf .cnykgo li select:hover{
  color: #08a19a;
}

.uzx9hf.o113bf .z6xzgc .qzxb9s,
.uzx9hf.lngk7i .z6xzgc .qzxb9s{
  border-radius: 0;
  padding: 12px 30px;
  box-shadow: none;
}

.uzx9hf.o113bf .z6xzgc .qzxb9s:before,
.uzx9hf.lngk7i .z6xzgc .qzxb9s:before{
  border-radius: 0;
}

.uzx9hf.o113bf .suia1x > li.hto27n > a:after,
.uzx9hf.df06is .suia1x > li.hto27n > a:after,
.uzx9hf.uarn3q .suia1x > li.hto27n > a:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f078";
  font-size: 12px;
  margin-left: 10px;
  display: inline-block;
  transition: 0.3s;
}
.uzx9hf.o113bf .suia1x li .ik3sg6 li.hto27n > a:after,
.uzx9hf.df06is .suia1x li .ik3sg6 li.hto27n > a:after,
.uzx9hf.uarn3q .suia1x li .ik3sg6 li.hto27n > a:after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f054";
  right: 18px;
  font-size: 14px;
}

.uzx9hf.o113bf .lmp170 h5{
  color: #b92d20;
}

.uzx9hf.o113bf .suia1x{
  margin-left: auto;
  margin-right: 80px;
}

/* Style 8 */

.uzx9hf.lngk7i .cnk07r{
  background-color: #222222;
  padding: 0;
  border: 0;
}

.uzx9hf.lngk7i .rtkw6w{
  border-bottom: 1px solid #efefef;
}

.uzx9hf.lngk7i .rt0ro9{
  padding: 20px 65px 20px 0;
  border-right: 1px solid #efefef;
}

.uzx9hf.lngk7i .cnykgo.tbqvqc{
  padding-left: 65px;
  border-left: 1px solid #efefef;
}

.uzx9hf.lngk7i .cnykgo.tbqvqc li:first-child a i{
  border: 0;
  background-color: rgba(32, 185, 178, 0.2);
}
.uzx9hf.lngk7i .cnykgo.tbqvqc li:last-child a i{
  border: 0;
  background-color: rgba(34, 34, 34, 0.2);
  color: #222222;
}

.uzx9hf.lngk7i .bq90ov .suia1x > li > a,
.uzx9hf.lngk7i .bq90ov .suia1x li .ik3sg6 li a{
  color: #777;
}
.uzx9hf.lngk7i .bq90ov .suia1x > li > a:hover,
.uzx9hf.lngk7i .bq90ov .suia1x li .ik3sg6 li a:hover,
.uzx9hf.lngk7i .bq90ov .suia1x > li.mf6a9t > a{
  color: #222222;
}

.uzx9hf.lngk7i .wgp6o9 ul li.adf6nc a,
.uzx9hf.lngk7i .wib836, .uzx9hf .wib836.obafrq{
  border: 0;
  color: #777;
}

.uzx9hf.lngk7i .wib836 span{
  background-color: #777;
}

.uzx9hf.lngk7i .wgp6o9 .q8170b button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}
.uzx9hf.lngk7i .wgp6o9 .q8170b button i{
  color: #777;
  font-size: 18px;
}
.uzx9hf.lngk7i .wgp6o9 .q8170b button:before{
  content: none;
}
.uzx9hf.lngk7i .wgp6o9 .q8170b input{
  background-color: transparent;
  border: 0;
  padding-left: 38px;
}

/* style 8 has dark bg */

.uzx9hf.lngk7i.aggxl9{
  background-color: transparent;
  box-shadow: none;
}

.uzx9hf.lngk7i.aggxl9 .rtkw6w,
.uzx9hf.lngk7i.aggxl9 .bq90ov{
  padding: 0 30px;
}

.uzx9hf.lngk7i.aggxl9 .rtkw6w .rt0ro9{
  padding: 10px 0;
  border-right: 0;
}

.uzx9hf.lngk7i.aggxl9 .cnykgo.tbqvqc{
  padding-left: 0;
  border-left: 0;
}
.uzx9hf.lngk7i.aggxl9 .rtkw6w{
  border-bottom: 0;
  background-color: #222222;
}
.uzx9hf.lngk7i.aggxl9 .cnykgo.tbqvqc li:first-child a i,
.uzx9hf.lngk7i.aggxl9 .cnykgo.tbqvqc li:last-child a i{
  border: 0;
  background-color: transparent;
  color: #b92d20;
}

.uzx9hf.lngk7i.aggxl9 .e1o939 p{
  color: #fff;
}
.uzx9hf.lngk7i.aggxl9 .e1o939 p:first-child{
  color: rgba(255, 255, 255, 0.6);
}
.uzx9hf.lngk7i.aggxl9 .rtkw6w .wib836 span{
  background-color: #fff;
}

.uzx9hf.lngk7i.aggxl9 .rtkw6w .wib836:hover{
  background-color: transparent;
}


/* Search Form */
.wcnssc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, .8);
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.wcnssc.en193d {
  opacity: 1;
  visibility: visible;
}

.wcnssc .d2dhd0 {
  position: absolute;
  top: 60px;
  right: 60px;
  border-color: #fff;
}

.wcnssc .d2dhd0 span {
  background-color: #fff;
}

.wcnssc form {
  position: relative;
  width: 70%;
  transition-duration: .3s;
  transition-delay: .3s;
  transform: scale(.5);
  opacity: 0;
  visibility: hidden;
}

.wcnssc.en193d form {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.wcnssc form input {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  font-size: 40px;
  height: 80px;
  width: 100%;
  border-radius: 0;
  outline: none;
  color: #fff;
  font-weight: 400;
}

.wcnssc form input:focus{
  background-color: transparent;
}

.wcnssc form input::placeholder {
  color: #fff;
}

.wcnssc .gjpxw7 {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 30px;
  outline: none;
  transition: .3s;
  cursor: pointer;
  padding: 0;
}

.wcnssc .gjpxw7:before{
  content: none;
}
.wcnssc .gjpxw7 i{
  transition: 0.3s;
}

.wcnssc .gjpxw7:hover i {
  color: #b92d20;
}

/*Aside*/
.ec4o53 .d2dhd0 {
  position: absolute;
  right: 20px;
  top: 20px;
}

.ec4o53 {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  z-index: 99;
  background-color: #fff;
  transition: .3s;
  overflow-y: auto;
}

.al44ia.lnocco,
.ec4o53:not(.m5csrw) {
  display: none;
}

.ec4o53 .rt0ro9 {
  padding: 30px 15px;
}

.ec4o53 .suia1x li{
  margin: 0;
}

.ec4o53 .suia1x li a {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  color: #222222;
  font-weight: 600;
  border-bottom: 1px solid #efefef;
}

.ec4o53 .suia1x li a:hover{
  color: #b92d20;
}

.ec4o53 .suia1x li.hto27n>a:after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f107";
  right: 18px;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.ec4o53 .suia1x li .ik3sg6 {
  display: none;
}

.ec4o53 .suia1x li .ik3sg6 {
  background-color: #f8f8f8;
}

.ec4o53 .suia1x li .ik3sg6 li{
  margin: 0;
}

.al44ia {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .4);
}

.o5t8y2 .ec4o53 {
  left: 0;
}

.o5t8y2 .ec4o53:not(.m5csrw)+.al44ia,
.vr6yr6 .m5csrw+.al44ia {
  opacity: 1;
  visibility: visible;
}

.ec4o53.m5csrw {
  right: -420px;
  width: 420px;
  left: auto;
}
.ec4o53.m5csrw .ko45jx{
  padding: 30px;
}

.ec4o53.m5csrw .ko45jx .fm8n2n{
  padding: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}

.vr6yr6 .ec4o53.m5csrw {
  right: 0;
}

/* Header Cart */
.jgxeyj.ec4o53{
  padding: 0;
  width: 60vw;
  max-width: 1200px;
  right: -1200px;
}
.noxekk{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.kdnaac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px;
}
.zq003i {
  position: relative;
  padding: 0 40px;
  height: calc(100% - 245px);
  overflow-y: auto;
}

.kdnaac .hpdji5 span {
  height: 30px;
  opacity: 1;
}
.kdnaac h4{
  margin: 0;
}
.kjyxwq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background-color: #f9f9f9;
  padding: 40px;
  margin-top: auto;
}
.kjyxwq h4 {
  margin: 0;
  font-size: 20px;
}
.kjyxwq h4 span {
  font-size: 28px;
  margin-left: 10px;
}

.p5hh3c .jgxeyj.ec4o53{
  right: 0;
}
.p5hh3c .al44ia.uiqb8q{
  opacity: 1;
  visibility: visible;
}

.bhzm7l{
  position: relative;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px dashed #9F9E9E;
}
.bhzm7l:last-child{
  border-bottom: 0;
}
.zgzkdc{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 270px;
  display: -ms-flexbox;
  display: flex;
}
.zgzkdc img{
  margin-right: 15px;
  width: 90px;
}
.f793s6{
  flex: 1;
}
.f793s6 h5{
  margin-bottom: 10px;
  font-size: 18px;
}

.ax1icg label input {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.ax1icg label input+i {
    color: #30ca71;
    transition: .3s;
    visibility: hidden;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    font-size: 12px;
}

.ax1icg label input:checked+i {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.ax1icg>span {
    color: #313131;
    font-size: 13px;
    font-weight: 600;
}

.fm8n2n .uaj4at {
    width: 100%;
}

.fm8n2n .m1m0qk {
    font-weight: 400;
}

.uaj4at {
    position: relative;
}
.uaj4at .a5bvdh{
  background-color: rgba(255,255,255,.2);
  border: 0;
  color: #fff;
  box-shadow: none;
}
.fm8n2n .uaj4at .a5bvdh{
  background-color: #f8f8f8;
  color: #6e6e6e;
}
.fm8n2n .uaj4at .a5bvdh::placeholder{
  color: #a5a5a5;
}
.uaj4at .a5bvdh::placeholder{
  color: #fff;
}
.uaj4at button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 0;
    background-color: #b92d20;
    color: #fff;
    transition: .3s;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.uaj4at button:hover {
    color: #fff;
    background-color: #08a19a;
}

.ax1icg .ik3sg6 li,
.ax1icg .ik3sg6 {
    margin: 0;
}

/*======================
3. Footer
========================*/

.ae4dua {
  background-color: #f8f8f8;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

/* style 1 */
.ae4dua .f8uu9t {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
}

.ae4dua .f8uu9t li{
  position: relative;
  margin: 0;
}

.ae4dua .f8uu9t li+li {
  margin-left: 20px;
}

.ae4dua .f8uu9t li a {
  position: relative;
  color: #777;
  font-weight: 500;
}

.ae4dua .f8uu9t li a:hover,
.ae4dua .lshbng p a:hover {
  color: #b92d20;
}

.ae4dua .lshbng {
  margin-top: 25px;
}

.ae4dua .lshbng p a {
  color: #222222;
  font-weight: 600;
}

.ae4dua .qcs90f {
  border-top: 1px solid #efefef;
  padding: 30px 0;
  margin-top: 30px;
  text-align: center;
}

.ae4dua form span {
  opacity: 0.5;
  font-size: 14px;
  display: block;
  margin-top: 8px;
}

.ae4dua .s9uffg .z1m0if {
  margin-bottom: 20px;
}

.ae4dua .s9uffg {
  padding-bottom: 50px;
  height: 100%;
}

.ae4dua .p7d1ki li,
.lmp170{
  display: flex;
  align-items: center;
}

.ae4dua .p7d1ki li + li{
  margin-top: 20px;
}

.ae4dua .p7d1ki li i{
  color: #222222;
  font-size: 22px;
  margin-right: 20px;
}
.ae4dua .p7d1ki li p,
.lmp170 p{
  margin-bottom: 0;
}

.lmp170 i{
  color: #b92d20;
  font-size: 32px;
  margin-right: 18px;
}
 .lmp170 h5{
  color: #222222;
  margin-bottom: 0;
  line-height: 1;
}

/* style 2 */
.ae4dua .i04mzx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ae4dua.uarn3q .f8uu9t,
.ae4dua.uarn3q .lshbng {
  margin: 0;
}

.ae4dua.uarn3q select {
  width: 180px;
}

/* style 3 */
.ae4dua.xnjit4 .f8uu9t,
.ae4dua.df06is .f8uu9t,
.ae4dua.qdf1ah .f8uu9t,
.ae4dua.o113bf .f8uu9t {
  flex-direction: column;
  align-items: start;
  margin: 0;
}

.ae4dua.xnjit4 .f8uu9t li+li,
.ae4dua.df06is .f8uu9t li+li,
.ae4dua.qdf1ah .f8uu9t li+li,
.ae4dua.o113bf .f8uu9t li+li {
  margin-left: 0;
  margin-top: 14px;
}

/* style 4 */
.ae4dua.y8ms15 .i04mzx {
  border-bottom: 1px solid #efefef;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

/* style 5 */

.ae4dua.df06is .qcs90f{
  margin-top: 50px;
}

.ae4dua.df06is.z5no5n{
  padding-top: 160px;
}

.ae4dua.df06is .qcs90f .f8uu9t,
.ae4dua.qdf1ah .qcs90f .f8uu9t{
  flex-direction: row;
}

.ae4dua.df06is .qcs90f .f8uu9t li + li,
.ae4dua.qdf1ah .qcs90f .f8uu9t li + li{
  margin-left: 15px;
  padding-left: 15px;
  margin-top: 0;
}

.ae4dua.df06is .qcs90f .f8uu9t li + li:before,
.ae4dua.qdf1ah .qcs90f .f8uu9t li + li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background-color: #f4f8ff;
}

.ae4dua.df06is .nun66s.pk6s3l{
  background-color: #1c1e22;
}

.ae4dua.df06is .wq0zww{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

/* style 6 */

.ae4dua.qdf1ah,
.ae4dua.o113bf{
  padding-bottom: 0;
}

.ae4dua.qdf1ah:before,
.ae4dua.o113bf:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 36, 41, 0.9);
  z-index: -1;
}

.ae4dua.qdf1ah .qcs90f{
  background-color: #222429;
}

/* style 7 */

.ae4dua.o113bf.z9n3cd{
  background-image: none;
}

.ae4dua.o113bf.z9n3cd:before{
  content:  none;
}

.ae4dua.o113bf .unoxyg{
  margin-top: 20px;
}

.ae4dua.o113bf:before{
  background-color: rgba(34, 36, 41, 0.8);
}

.ae4dua.o113bf .unoxyg h6{
  color: #222222;
}

.ae4dua.o113bf .unoxyg ul li a{
  width: auto;
  height: auto;
  font-size: 18px;
  background-color: transparent;
}

.ae4dua.o113bf .unoxyg ul li a:hover{
  color: #08a19a;
  background-color: transparent;
}

.ae4dua.o113bf .unoxyg .ux6hol.qb8cv8 li+li {
    margin-left: 18px;
}

.ae4dua.o113bf .lmp170{
  background-color: #fff;
  padding: 16px 20px;
  display: block;
  width: 250px;
  position: relative;
}

.ae4dua.o113bf .lmp170 p{
  color: #222222;
}

.ae4dua.o113bf .lmp170 h5{
  color: #b92d20;
}

.ae4dua.o113bf .lmp170 i{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #f4f8ff;
  opacity: 0.1;
  font-size: 60px;
}

.ae4dua.o113bf form span{
  margin-top: 12px;
}


/* footer newsletter */

.qud3fh{
  position: relative;
  margin-bottom: -80px;
  z-index: 2;
}

.qud3fh:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #b92d20;
}

.qud3fh .k5pdym.ykdv4b{
  box-shadow: none;
  padding-left: 0;
}

/* Dark Footer */
.ae4dua.xod6bf {
  background-color: #222429;
}

.ae4dua.xod6bf .ux6hol.qb8cv8 li a {
  background-color: #1c1e22;
  color: #f4f8ff;
}

.ae4dua.xod6bf .ux6hol.qb8cv8 li a:hover {
  background-color: #b92d20;
  color: #fff;
}

.ae4dua.xod6bf,
.ae4dua.xod6bf p,
.ae4dua.xod6bf .f8uu9t li a,
.ae4dua.xod6bf .lshbng p a,
.ae4dua.xod6bf .ibhp7s.y7y1sz .fxbowf .druzm9 h6 a,
.ae4dua.xod6bf .ibhp7s.y7y1sz .fxbowf .druzm9 .bvrxuk {
  color: #f4f8ff;
}

.ae4dua.xod6bf .s9uffg .z1m0if,
.ae4dua.xod6bf .p7d1ki li i,
.ae4dua.xod6bf .lmp170 h5,
.ae4dua.xod6bf.o113bf .lmp170 p,
.ae4dua.xod6bf.o113bf .lmp170 h5,
.ae4dua.xod6bf .f8uu9t li a:hover,
.ae4dua.xod6bf .lshbng p a:hover,
.ae4dua.xod6bf.o113bf .unoxyg ul li a:hover,
.ae4dua.xod6bf.o113bf .unoxyg h6,
.ae4dua.xod6bf .ibhp7s.y7y1sz .fxbowf .druzm9 h6 a:hover,
.ae4dua.xod6bf .ibhp7s.y7y1sz .fxbowf .druzm9 .bvrxuk:hover {
  color: #fff;
}

.ae4dua.xod6bf.y8ms15 .i04mzx,
.ae4dua.xod6bf .qcs90f {
  border-color: rgba(255, 255, 255, 0.1);
}

.ae4dua.xod6bf .a5bvdh,
.ae4dua.xod6bf select,
.ae4dua.xod6bf input[type="email"],
.ae4dua.xod6bf input[type="text"] {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: #1c1e22;
}

.ae4dua.xod6bf.o113bf .lmp170{
  background-color: #b92d20;
}

.araqko {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.asoml1 {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 2px 5px;
}
.asoml1::before{
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 3;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  color: #b92d20;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
}
.asoml1:hover::before{
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.asoml1:hover img {
  transform: scale(1.1);
  filter: blur(1px);
}

.asoml1 img {
  transition: .3s;
  width: 100%;
}

/*======================
5. Subheader
========================*/

.dro8j7 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.dro8j7.rlj8mm.u0s5h0::before {
    background-color: rgba(49, 49, 49, .7);
}

.fcp0bj{
  background-color: #b92d20;
}
.fcp0bj.dq5v14{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 994;
}
.fcp0bj ul{
  margin: 0;
  display: flex;
  align-items: center;
}
.fcp0bj ul li{
  margin: 0;
}
.fcp0bj ul li a{
  padding: 20px;
  color: #fff;
  display: block;
  font-weight: 600;
}
.fcp0bj ul li a:hover{
  background-color: #08a19a;
}

.ylk20s {
    padding: 170px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xv7kll + .dro8j7 .ylk20s{
  padding: 270px 0 150px;
}
.xv7kll + .dro8j7.o7wjjb .ylk20s{
  padding: 230px 0 340px;
}

.dro8j7 h1 {
  font-size: 60px;
  margin-bottom: 0;
  font-weight: 700;
  color: #fff;
}
.dro8j7 p{
  color: #d2d2d2;
  max-width: 500px;
  margin: 20px auto 0;;
}

.dro8j7 .ilp0vv {
    padding: 20px;
    margin: 0;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 0;
}

.dro8j7 .ilp0vv li {
    margin: 0;
    color: #f8f8f8;
}
.dro8j7 .qlmub4+.qlmub4{
  padding-left: 15px;
}

.dro8j7 .ilp0vv li a {
  position: relative;
  color: #777;
  font-weight: 700;
}
.dro8j7 .ilp0vv li a::before{
  background-color: #fff;
}

.dro8j7 .ilp0vv li a:hover {
    color: #777;
}

.dro8j7 .ilp0vv .qlmub4.mf6a9t {
    color: #b92d20;
    font-weight: 700;
}

.dro8j7 .qlmub4+.qlmub4::before {
    color: #777;
    content: "|";
    margin-left: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-right: 15px;
}


.dro8j7 .ux6hol{
  justify-content: flex-end;
}
.dro8j7 .ux6hol li a{
  color: #777;
}
.dro8j7 .ux6hol li a:hover{
  color: #fff;
}

.cqnehj{
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}
.cqnehj span{
  display: block;
  height: 20px;
  width: 3px;
  margin: 0 2px;
  transition: .3s;
  background-color: #b92d20;
}
.cqnehj span:nth-child(odd){
  height: 30px;
}
.cqnehj:hover span{
  height: 30px;
}
.cqnehj:hover span:nth-child(odd){
  height: 20px;
}

.ayj7kc{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255,255,255,.9);
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  transition: .5s cubic-bezier(.77,0,.175,1);
  z-index: 49;
}
.ayj7kc .h6ffdk{
  height: 300px;
}
.ayj7kc.en193d{
  height: 50%;
  opacity: 1;
  visibility: visible;
}
.ayj7kc .hpdji5{
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 1px solid #272727;
}
.ayj7kc .hpdji5 span{
  height: 25px;
}

.ayj7kc .ppu8mn + .ppu8mn{
  margin-top: 20px;
  padding-top: 0;
  border-top: 0;
}

/*======================
6. Components
========================*/

/* 6.1. Blog Posts */
.wg0l4d {
  position: relative;
  margin-bottom: 30px;
}

.wg0l4d .uttcyz,
.w040h6 {
    position: relative;
    display: block;
}
.w040h6{
  overflow: hidden;
  border-radius: 25px;
}
.wg0l4d.e5vnnh .uttcyz > a:not(.n32ken){
  display: block;
  overflow: hidden;
  position: relative;
}
.m8ue99 .w040h6{
  margin-bottom: 20px;
}
.m8ue99 .w040h6 img{
  margin: 0;
}
.w040h6 img,
.wg0l4d .uttcyz img{
  width: 100%;
  transition: .3s;
}
.w040h6 img{
  border-radius: 25px;
}
.w040h6::before{
  z-index: 1;
}
.w040h6 span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  z-index: 3;
}
.w040h6 span i{
  margin-right: 5px;
}

.w040h6:hover img{
  transform: scale(1.2);
}


.w040h6{
  z-index: 1;
}

.w040h6 .vep3ai{
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1.4px;
  z-index: 3;
}
.w040h6.bxa029 .vep3ai{
  font-size: 18px;
}

.wg0l4d .zeapah {
    padding: 30px;
    box-shadow: 0 3px 24px rgba(0,0,0,.04);
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.heltl6{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.heltl6 i{
  margin-right: 5px;
  color: #b92d20;
}

.heltl6 a,
.lvul9j{
  font-size: 13px;
  color: #222222;
  font-weight: 600;
}
.heltl6 a:hover{
  color: #b92d20;
}

.iyqmbv{
  margin-right: 20px;
}

.iyqmbv a {
    background-color: #efefef;
    display: inline-block;
    padding: 4px 30px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.7;
    border-radius: 35px;
    margin: 0 3px 3px 0;
    background-color: #b92d20;
}

.iyqmbv a:hover {
    background-color: #08a19a;
    color: #fff;
}

.lvul9j span{
  color: #222222;
  transition: .3s;
  font-size: 18px;
  font-weight: 800;
}
.lvul9j:hover span{
  color: #08a19a;
}
.lvul9j i{
  margin-right: 5px;
}

.wg0l4d .zeapah h5 {
    margin: 0 0 15px;
    word-break: break-word;
    font-size: 18px;
    margin-bottom: 0;
}
.wg0l4d .zeapah h5 + p{
  margin: 20px 0 0;
}

.wg0l4d .zeapah h5 a {
    color: #222222;
}

.wg0l4d .zeapah h5 a:hover,
.wg0l4d .zeapah .tnjjyg>span a:hover {
    color: #08a19a;
}

.wg0l4d .zeapah .tnjjyg>span {
    display: block;
    color: #222222;
    line-height: 1.7;
    margin-bottom: 10px;
}

.wg0l4d .zeapah .tnjjyg>span a {
  color: #b92d20;
}

.wg0l4d .zeapah .tnjjyg p {
  margin-bottom: 20px;
}

.wg0l4d:not(.e5vnnh) .hgr25c{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #efefef;
  display: flex;
  align-items: center;
}
.wg0l4d:not(.e5vnnh) .hgr25c a{
  color: #777;
  font-size: 14px;
  line-height: 1;
}
.wg0l4d:not(.e5vnnh) .hgr25c a + a{
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #efefef;
}
.wg0l4d:not(.e5vnnh) .hgr25c a:hover{
  color: #b92d20;
}
.wg0l4d:not(.e5vnnh) .evz07q{
  padding: 5px 20px;
  font-weight: 600;
  color: #fff;
  background-color: #b92d20;
  position: absolute;
  bottom: -20px;
  font-size: 14px;
  right: 20px;
  z-index: 2;
  border-radius: 25px;
}
.wg0l4d:not(.e5vnnh) .evz07q:hover{
  background-color: #08a19a;
}
.wg0l4d:not(.e5vnnh) .zeapah{
  padding: 40px 30px 30px;
}

.wg0l4d.d7yag7 .evz07q{
  position: relative;
  bottom: auto;
  right: auto;
  background-color: transparent;
  color: #b92d20;
  padding: 0;
  display: block;
  margin-bottom: 10px;
}
.wg0l4d.d7yag7 .evz07q:hover{
  background-color: transparent;
  color: #08a19a;
}

.wg0l4d.d7yag7 .zeapah{
  padding: 30px;
}
.wg0l4d.d7yag7 .zeapah .dkkio8{
  display: flex;
  align-items: center;
  margin-top: 20px;
  transition: .3s;
  font-size: 0;
}
.wg0l4d.d7yag7 .zeapah .dkkio8 i{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  font-size: 14px;
  color: #222222;
  margin-right: 20px;
  box-shadow: 0 3px 24px rgba(0,0,0,.04);
}

.wg0l4d.d7yag7 .zeapah .dkkio8:hover i{
  background-color: #08a19a;
  color: #fff;
}

/* 6.1.1. Blog Posts list */
.wg0l4d.e5vnnh .uttcyz{
  overflow: hidden;
}
.wg0l4d.e5vnnh .zeapah{
  padding: 40px;
}
.wg0l4d.e5vnnh .kdkoou{
  margin-top: 0;
}

.wg0l4d.e5vnnh .zeapah h5{
  font-size: 32px;
  margin-bottom: 15px;
}

.wg0l4d.e5vnnh .heltl6{
  margin-bottom: 15px;
}

.wg0l4d.e5vnnh .heltl6 a + a{
  margin-left: 20px;
}
.wg0l4d.e5vnnh .hgr25c{
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Formats */
.wg0l4d.w5qghb .uttcyz .n32ken{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wg0l4d.f9g5d0 .j8z8eb::before{
  padding-top: 16.25%;
}
.wg0l4d.b86rgg{
  background-color: #b92d20;
}

.wg0l4d.b86rgg h5 a,
.wg0l4d.b86rgg *{
  color: #fff;
}

.wg0l4d.b86rgg .heltl6 a:hover,
.wg0l4d.b86rgg h5 a:hover,
.wg0l4d.b86rgg h5 a:hover{
  color: #222222;
}
.wg0l4d.b86rgg .zeapah{
  padding: 40px;
  border: 0;
  background-color: transparent;
  display: flex;
  align-items: flex-start;
}
.wg0l4d.b86rgg .zeapah > i{
  margin-right: 20px;
  font-size: 70px;
  line-height: 1;
}
.wg0l4d.b86rgg .heltl6{
  margin: 0;
}

.wg0l4d.qxjxgw .uttcyz{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wg0l4d.qxjxgw .zeapah{
  background-color: transparent;
}
.wg0l4d.qxjxgw .zeapah p{
  margin: 0;
}
.wg0l4d.qxjxgw .zeapah::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(255,255,255,.9);
}


/* Style 2 */
.wg0l4d.uarn3q .zeapah{
  border: 0;
  border-top: 3px solid #b92d20;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
  width: calc( 100% - 40px );
  margin-left: 20px;
  margin-top: -45px;
}

/* 6.1.2. Blog Post Details */
.yfbbak{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.yfbbak .yie5pe{
  margin-right: 15px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 32px;
  background-color: #b92d20;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yfbbak p{
  margin: 0;
}
.j253s6 .w6t4ei{
  padding: 0;
}
.j253s6 .w6t4ei + .w6t4ei{
  padding-top: 50px;
}
.hk332u{
  padding: 40px;
  border: 2px solid #efefef;
}

.hk332u .heltl6 a + a{
  margin-left: 20px;
}
.hk332u .heltl6{
  margin-bottom: 20px;
}

.hgtqqq ul {
    margin: 0;
}
.aw6oz2{
  padding: 40px;
  background-color: #f8f8f8;
  border-radius: 35px;
}
.hgtqqq .plvjcm {
  position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
    margin-top: 0;
}
.hgtqqq .plvjcm + .plvjcm{
  border-top: 1px solid #efefef;
  padding-top: 30px;
}

.hgtqqq .plvjcm:last-child {
    margin-bottom: 0;
}

.hgtqqq .plvjcm img {
    width: 100px;
    margin-right: 20px;
    border-radius: 50%;
}

.hgtqqq .plvjcm .qspjkl {
    position: relative;
    flex: 1;
}

.hgtqqq .plvjcm h5 {
    margin-bottom: 15px;
    font-size: 18px;
}

.hgtqqq .plvjcm span {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 21px;
    color: #b92d20;
    font-weight: 600;
}

.hgtqqq .plvjcm .j37cfr{
  padding: 10px 25px;
  border: 2px solid #efefef;
  border-radius: 35px;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
}

.hgtqqq .plvjcm p {
    margin-bottom: 15px;
}

.jhln45 {
    position: relative;
    color: #222222;
    font-weight: 600;
}

.v2a8ac {
  position: relative;
    margin-bottom: 30px;
}
.v2a8ac img{
  margin: 0;
}

.kdkoou {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.kdkoou img {
    width: 30px;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 0;
}
.h29vtn{
  display: flex;
  align-items: center;
}
.h29vtn p {
    font-weight: 600;
    color: #222222;
    margin-bottom: 0;
    margin-left: 5px;
}

.h29vtn span {
    font-size: 13px;
}

.oo4hqc{
  display: flex;
  align-items: center;
  padding: 30px;
  border: 2px solid #efefef;
}
.oo4hqc img{
  width: 150px;
  margin-right: 30px;
}
.oo4hqc .kh1t8g{
  flex: 1;
}
.oo4hqc .kh1t8g span{
  color: #b92d20;
  font-weight: 600;
}
.oo4hqc .kh1t8g h3{

}
.oo4hqc .kh1t8g p{
  margin: 0;
}

.hepbam {
    display: flex;
    align-items: center;
    padding: 0 0 50px;
    margin-top: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.pgqcd7 {
    flex: 1;
}

.pgqcd7 h6{
  margin-bottom: 5px;
}
.oamtdq .ux6hol li{
  margin-top: 6px;
}
.oamtdq .ux6hol li+li {
    margin-left: 30px;
}
.pgqcd7.oamtdq{
  text-align: right;
}
.pgqcd7.oamtdq .ux6hol{
  justify-content: flex-end;
}

.pgqcd7 .j1txdz{
  position: relative;
  transform: translate(0,0);
  top: auto;
  left: auto;
  opacity: 1;
  visibility: visible;
  justify-content: flex-end;
}
.pgqcd7 .j1txdz a{
  background-color: #f8f8f8;
}
.mg1xdh .pgqcd7.oamtdq{
  text-align: left;
  display: flex;
  align-items: center;
}
.mg1xdh .pgqcd7.oamtdq h6{
  margin: 6px 20px 0 0;
}

.mg1xdh .pgqcd7.oamtdq .ux6hol{
  justify-content: flex-start;
}

.oamtdq .ux6hol li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d2d2d2;
}
.oamtdq .ux6hol li a:hover{
  color: #b92d20;
}

.dz06u0 {
    margin: 30px 0;
    display: flex;
}


.uozhqo {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #efefef;
    background-color: #fff;
    border-radius: 0;
    margin-right: 10px;
}

.dz06u0 a {
    display: flex;
    align-items: center;
}

.dz06u0 a h6 {
    margin: 0;
    font-size: 14px;
    color: #fff;
}
.dz06u0 span{
  color: #d2d2d2;
}

.dz06u0 a img {
    max-width: 40px;
}
.ts6ola{
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.xjhy8d{
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.ts6ola,
.xjhy8d {
    padding: 10px;
    background-color: #222222;
    transition: .3s;
    flex: 1;
}

.ts6ola:hover,
.xjhy8d:hover {
    background-color: #b92d20;
}

.ts6ola:hover i,
.xjhy8d:hover i,
.ts6ola:hover span,
.xjhy8d:hover span{
  color: #fff;
}

.dz06u0 i {
  color: #777;
  margin: 0 20px;
  transition: .3s;
}
.xjhy8d a{
  justify-content: flex-end;
}

.ts6ola:hover i {
    transform: translateX(-3px);
}

.xjhy8d:hover i {
    transform: translateX(3px);
}

/* 6.2. Sidebar */
.fm8n2n {
  padding: 30px;
  border: 2px solid #efefef;
  background-color: #fff;
}

.fm8n2n + .fm8n2n {
    margin-top: 30px;
}

.fm8n2n .z1m0if {
  position: relative;
  padding-left: 45px;
  margin-bottom: 30px;
}
.fm8n2n .z1m0if::before{
  content: '';
  width: 20px;
  height: 3px;
  border-radius: 4px;
  background-color: #b92d20;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.fm8n2n .z1m0if::after{
  content: '';
  width: 5px;
  height: 3px;
  border-radius: 4px;
  background-color: #b92d20;
  display: block;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}

.fm8n2n ul.h3p8cr {
    margin: 0;
    padding: 0;
}

.fm8n2n ul.h3p8cr ul {
    padding-left: 20px;
}

.fm8n2n ul.h3p8cr li {
    margin: 0;
}

.fm8n2n ul.h3p8cr li ul li:first-child {
    margin-top: 20px;
}

.fm8n2n ul.h3p8cr li+li {
    margin-top: 20px;
}

.fm8n2n ul.h3p8cr li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #777;
}

.fm8n2n ul.h3p8cr li a:hover {
    color: #b92d20;
}

.fz207e {
  text-align: center;
}
.tockjx{
  height: 150px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

.fz207e img {
    border-radius: 50%;
    width: 150px;
    margin: 0 auto 20px;
}

.fz207e h5 {
    margin-bottom: 10px;
    font-size: 18px;
}
.fz207e p{
  font-size: 14px;
}
.fz207e .ux6hol{
  justify-content: center;
}
.fz207e .ux6hol li a{
  color: #d2d2d2;
}
.fz207e .ux6hol li a:hover{
  color: #b92d20;
}

.pkoqz6 .fxbowf{
  display: flex;
  align-items: center;
}

.pkoqz6 .fxbowf>a {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 20px;
    width: 75px;
}

.pkoqz6 .fxbowf>a img {
    transition: .3s;
}

.pkoqz6 .fxbowf>a img:hover {
    transform: scale(1.1) rotate(2deg);
}

.fm8n2n.pkoqz6 .fxbowf>a img{
  border-radius: 50%;
}
.fm8n2n.pkoqz6 .fxbowf h6 a{
  color: #222222;
}
.fm8n2n.pkoqz6 .fxbowf h6 a:hover{
  color: #b92d20;
}

.pkoqz6 .fxbowf+.fxbowf{
  padding-top: 20px;
  border-top: 1px solid #efefef;
}

.pkoqz6 .s1x8oa{
  flex: 1;
}
.pkoqz6 .s1x8oa > a{
  color: #707070;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
.pkoqz6 .s1x8oa > a i{
  margin-right: 5px;
  color: #b92d20;
}
.pkoqz6 .s1x8oa > a:hover{
  color: #08a19a;
}

.pkoqz6 .fxbowf h6 {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.2;
}

.pkoqz6 .fxbowf h6 a {
    color: #fff;
}

.capz82 p{
  font-size: 14px;
}
.capz82 strong{
  font-size: 13px;
}

.ae4dua:not(.xod6bf) .pkoqz6 .fxbowf h6 a{
  color: #222222;
}
.ae4dua:not(.xod6bf) .ux6hol.qb8cv8 li a{
  background-color: #f8f8f8;
  color: #222222;
}
.ae4dua:not(.xod6bf) .ux6hol.qb8cv8 li a:hover{
  background-color: #b92d20;
  color: #fff;
}

.ae4dua:not(.xod6bf) .pkoqz6 .fxbowf h6 a:hover,
.pkoqz6 .fxbowf h6 a:hover,
.pkoqz6 .fxbowf span a:hover {
    color: #b92d20;
}

.pkoqz6 .fxbowf span {
    font-size: 13px;
    line-height: 1.7;
    font-weight: 600;
    color: #222222;
}

.pkoqz6 .fxbowf span a {
    font-weight: 400;
    text-decoration: underline;
    color: #222222;
}

.pkoqz6 .fxbowf+.fxbowf {
  margin-top: 20px;
}

.fm8n2n.bl4jgd img{
  width: 180px;
}

.fm8n2n.tcgbnc ul.h3p8cr ul{
  padding: 0;
}

.fm8n2n.tcgbnc ul li a{
  padding: 15px;
  background-color: #f8f8f8;
  color: #777;
  font-size: 14px;
  font-weight: 600;
  border-radius: 35px;
}
.fm8n2n.tcgbnc ul li a.aidkwt i{
  color: #b92d20;
}
.fm8n2n.tcgbnc ul li a.aidkwt:hover i{
  color: #fff;
}
.fm8n2n.tcgbnc ul li a span{
  border-radius: 50%;
  background-color: #b92d20;
  color: #fff;
  font-size: 13px;
  width: 30px;
  transition: .3s;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fm8n2n.tcgbnc ul li a:hover{
  background-color: #b92d20;
  color: #fff;
}

.fm8n2n.tcgbnc ul li a:hover span{
  background-color: #fff8e6;
  color: #b92d20;
}

.v3pwvm a,
.kh2zy2 a,
.m8ue99 .ruc3xy a {
  display: inline-block;
  font-size: 13px;
  padding: 3px 12px;
  color: #222222;
  font-weight: 500;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: #f8f8f8;
  margin: 6px 6px 0 0;
  font-weight: 600;
  border-radius: 35px;
}

.v3pwvm a:hover,
.kh2zy2 a:hover,
.m8ue99 .ruc3xy a:hover {
    background-color: #b92d20;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hjyzxd + .hjyzxd{
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #efefef;
}

.kfv89i {
    position: relative;
}

.kfv89i.imubh9 {
    background-color: #b92d20;
}

.kfv89i h5 {
    margin-bottom: 15px;
    position: relative;
    font-size: 24px;
}

.vftecu {
  text-align: center;
  background-color: #fff;
  border: 1px solid #efefef;
  padding: 10px;
  font-weight: 600;
  margin: 20px 0 0;
  transition: .3s;
}

/* Sttyle 2 */
.ko45jx.h5wu2y .fm8n2n{
  border: 0;
  padding: 40px;
  background-color: #f8f8f8;
}
.ko45jx.h5wu2y .fm8n2n.tcgbnc ul li a{
  background-color: #fff;
}
.ko45jx.h5wu2y .fm8n2n.tcgbnc ul li a:hover{
  background-color: #b92d20;
}
.ko45jx.h5wu2y .z1m0if{
  padding: 0;
  font-size: 18px;
  margin-bottom: 20px;
}
.ko45jx.h5wu2y .z1m0if::before,
.ko45jx.h5wu2y .z1m0if::after{
  display: none;
}
.ko45jx.h5wu2y .fm8n2n .uaj4at .a5bvdh{
  background-color: #fff;
}

/* 6.3. Products */
.e54ogp {
    position: relative;
    margin-bottom: 30px;
}

.e54ogp .d7m2m9 {
  position: relative;
    overflow: hidden;
}

.e54ogp .d7m2m9.r7d7dt {
    max-width: 200px;
    margin: 0 auto 20px;
}

.e54ogp .d7m2m9 img {
    transition: .3s;
    width: 100%;
}

.e54ogp .d7m2m9:hover img {
    transform: scale(1.1) rotate(3deg);
}
.e54ogp .p8brwz{
  position: relative;
  padding: 10px 0 0;
}
.e54ogp .p8brwz h5 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 400;
    word-break: break-word;
}

.e54ogp .p8brwz .cff44o a {
    color: #222222;
}

.e54ogp .p8brwz .cff44o a:hover {
    color: #08a19a;
}

.e54ogp .zg97yf {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  background-color: #ffa80a;
  font-weight: 600;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.e54ogp .zg97yf i {
    display: inline-block;
}

.e54ogp .cprqxd {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  background-color: #222222;
  font-weight: 600;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.7;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.e54ogp .uri8x0 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.e54ogp .uri8x0 span {
    font-weight: 600;
}

.h55jfd{
  display: flex;
  align-items: center;
}
.h55jfd span {
    display: block;
}

.h55jfd span:first-child {
    line-height: 1.2;
    color: #b92d20;
    font-weight: 700;
}

.h55jfd span+span {
    color: #777;
    font-weight: 400;
    line-height: 1;
    margin-left: 10px;
    text-decoration: line-through;
    color: #d2d2d2;
}

.t9o21x {
    font-weight: 600;
}

.t9o21x.sx81id {
    color: #58da58;
}

.t9o21x.rystlr {
    color: #f54978;
}

.e54ogp .qdi1tj {
    margin-bottom: 0;
}

.j1txdz {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
}
.e54ogp:hover .j1txdz{
    opacity: 1;
    visibility: visible;
}
.j1txdz a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #777;
    border-radius: 50%;
}
.j1txdz a + a{
  margin-top: 10px;
}

.j1txdz a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.j1txdz a:hover {
    background-color: #b92d20;
    color: #fff;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
}

.iplqyh{
  display: flex;
  align-items: center;
}

.d73ypq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}

.d73ypq p {
  color: #222222;
  font-weight: 600;
  margin-bottom: 0;
}

.xhp6j1 .rb3un5,
.xhp6j1 .l3n2s3,
.xhp6j1 .y1lrv3,
.xhp6j1 .l7pkpp,
.xhp6j1 .hlm845>i:first-child {
    background-color: #b92d20;
}

.xhp6j1 .rb3un5:before,
.xhp6j1 .l3n2s3:before,
.xhp6j1 .y1lrv3:before {
    border-top-color: #b92d20;
}

.xhp6j1 .hlm845.o9eqgz>i:first-child,
.xhp6j1 .hlm845:hover>i:first-child {
    background-color: #b92d20;
}

/* 6.3.3 Products Quick View & Details */
.nfwggf .mg1xdh {
    padding: 0 40px;
}

.nfwggf .hpdji5 {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
}

.mg1xdh .uri8x0 {
    margin-bottom: 0;
}

.mg1xdh .moikfo{
    margin-bottom: 25px;
}
.oldkfq{
  display: flex;
  align-items: flex-start;
}
.oldkfq .q8170b + .q8170b{
  margin-left: 10px;
}

.mg1xdh .h55jfd {
    margin-bottom: 20px;
    justify-content: flex-start;
}

.mg1xdh .h55jfd span:first-child {
    font-size: 32px;
}

.mg1xdh .h55jfd span {
    display: inline-block;
}

.mg1xdh .h55jfd span+span {
    margin-left: 10px;
}

.mg1xdh .hepbam{
  border: 0;
  padding: 0;
  margin: 20px 0 0;
}
.mg1xdh .hepbam + h6{
  margin: 5px;
}

.vxfae1{
  display: flex;
  align-items: center;
}
.vxfae1 a + a{
  margin-left: 10px;
}
.d2f310 .bk8un9 {
    display: flex;
    align-items: center;
}

.d2f310 .bk8un9 .qzxb9s+.uqxhh9 {
    margin-left: 20px;
}

.d2f310 .i9kc5m{
  margin-left: 10px;
}
.d2f310 .i9kc5m h6{
  margin: 0 10px 0 0;
  font-size: 13px
}

.uqxhh9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 60px;
    padding: 8px 15px;
    border-radius: 0;
    border: 0;
    border-radius: 0;
    width: 100%;
    color: #777;
    background-color: #fff;
    border: 1px solid #efefef;
    letter-spacing: 0.1px;
    border-radius: 55px;
}

.uqxhh9 input {
    border: 0;
    outline: none;
    width: 30px;
    text-align: center;
    font-weight: 600;
    border: 0;
    margin: 0 5px;
}

.uqxhh9 span.a0mv8e {
    border-right: 0;
    cursor: pointer;
}

.uqxhh9 span.p8oikr {
    border-left: 0;
    cursor: pointer;
}

.uqxhh9 span:hover {
  background-color: #b92d20;
  border-color: #b92d20;
  color: #fff;
}

.uqxhh9 span {
    font-size: 13px;
    transition: .3s;
    color: #222222;
    line-height: 1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #efefef;
    border-radius: 50%;
}

.w3vcv1 label{
  cursor: pointer;
  font-weight: 700;
  color: #222222;
  font-style: normal;
}

.w3vcv1 label input{
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.w3vcv1 label span{
  position: relative;
  z-index: 1;
  font-size: 13px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.w3vcv1 label span::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  z-index: -1;
  background-color: #b92d20;
}
.w3vcv1 label input:checked + span::before{
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.w3vcv1 label input:checked + span{
  color: #fff;
}

.herqdm .mhmzuv{
  border-bottom: 0;
  justify-content: center;
}

.herqdm .fth79b {
    margin: 0;
    border-radius: 0;
    font-weight: 600;
    color: #777;
    border-bottom: 2px solid transparent;
}

.herqdm .kudo6q+.kudo6q .fth79b {
    margin-left: 10px;

}

.herqdm .kudo6q+.kudo6q .fth79b:hover{
  color: #b92d20;
}

.herqdm .fj8f2y {
    z-index: 1;
    margin-top: 0;
    padding: 40px;
    background-color: #fff;
    border-radius: 35px;
}


.herqdm .fj8f2y table {
    margin: 0;
}

.herqdm .uri8x0,
.herqdm .qspjkl .qdi1tj {
    margin-bottom: 20px;
}
.herqdm .fj8f2y .aw6oz2,
.herqdm .fj8f2y .hgtqqq{
  padding: 0;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
.herqdm .fj8f2y .hgtqqq .plvjcm{
  padding: 0;
  border: 0;
}
.herqdm .aw6oz2 {
    margin-bottom: 50px;
}

.y681bj {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.y681bj .wwpx5a {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #efefef;
    margin: 0 10px 0 0;
}

.y681bj .wwpx5a:hover {
    background-color: #f8f8f8;
}

.y681bj .wwpx5a i {
    font-size: 21px;
    color: #777;
}

.k74amb {
    margin: 20px 0 0;
}

.auq9su .k74amb {
    margin: 20px 0 30px;
}

.k74amb li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.k74amb li>span {
    font-weight: 600;
    color: #222222;
    width: 120px;
}

.k74amb li .yc7v25 span,
.k74amb li a {
    color: #777;
}

.k74amb li a:hover {
    color: #b92d20;
}

.sl84mj,
.kfs9nj>img {
    background-color: #fff;
}

.sl84mj .vlrvey{
  margin-bottom: 30px;
}


/* 6.3.4. Cart & Wishlist */
td.plwx9j {
    width: 30px;
}

.mz9ccn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mz9ccn img {
    width: 50px;
    margin-right: 15px;
}

.pmmegw {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mz9ccn h6 {
    margin-bottom: 0;
    font-size: 14px;
}

.mz9ccn h6 a {
    color: #222222;
}

.mz9ccn h6 a:hover {
    color: #b92d20;
}

.mz9ccn p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 21px;
    color: #848486;
}

/* 6.3.5. Checkout */
.ql5wo6 {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border: 2px solid #efefef;
}

.ql5wo6 p {
    margin: 0;
    font-weight: 600;
}

.ql5wo6 p a:hover {
    text-decoration: underline;
}

.w8phg9 {
    margin-bottom: 30px;
    display: none;
}

/* 6.3.6 Products (Recent View) */
.hsdvbi {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
    border-radius: 8px;
    transition: .3s;
}

.hsdvbi:hover {
    background-color: #f8f8f8;
}

.hsdvbi .r4nf1r {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
}

.hsdvbi+.hsdvbi {
    margin-top: 10px;
}

.hsdvbi img {
    width: 75px;
    margin-right: 10px;
}

.i67m03 .h55jfd span {
    display: inline-block;
    font-weight: 400;
}

.i67m03 .h55jfd span+span {
    margin-left: 5px;
}

.i67m03 h6 {
    margin-bottom: 5px;
    font-weight: 600;
}

.hsdvbi button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    margin-left: auto;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #efefef;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    width: 40px;
    height: 40px;
}

/* 6.5. Banners */
.sdj35b .wgow31{
  z-index: 2;
}
.sdj35b .rlj8mm::before{
  background-color: rgba(49, 49, 49, .7);
}
.sdj35b video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sdj35b .oi04ol,
.sdj35b .i4inyn {
    margin: 0;
}

.sdj35b {
  position: relative;
  padding: 0;
  background-color: #f8f8f8;
  border-radius: 8px;
}

.sdj35b .fsw1kf{
  max-width: 100%;
}
.sdj35b .zidunh{
  color: #222222;
  font-size: 80px;
  font-weight: 800;
}
.sdj35b h4{
  font-weight: 400;
  margin: 0;
}

.sdj35b .p94oa4{
  margin-bottom: 10px;
}

.sdj35b p:first-child {
    margin-bottom: 10px;
}

.sdj35b .ppu8mn p{
  color: #777;
}

.sdj35b p {
    margin-bottom: 25px;
    color: #d2d2d2;
    max-width: 600px;
}

.sdj35b .sain7y {
    padding: 0 0 10px;
}

.sdj35b .sain7y li button {
    background-color: #fff;
}

.sdj35b .sain7y li.dsrbw9 button {
    background-color: #b92d20;
}

.sdj35b .ydttkf .jahzf4 {
    position: relative;
    z-index: 1;
    width: 100%;
}
.sdj35b .ydttkf .jahzf4 .vvpadd p{
  margin: 0 auto 25px;
}

.oapm04.sdj35b .ydttkf {
    overflow: hidden;
    position: relative;
    padding: 210px 0 120px;
}

/* Style 2 */
.r18f3d.sdj35b .ydttkf {
  overflow: hidden;
  position: relative;
  padding: 300px 0 330px;
}

.r18f3d.sdj35b .zidunh{
  font-size: 80px;
  line-height: 1;
}
.r18f3d.sdj35b p{
  font-size: 18px;
}

.pajpir{
  position: absolute;
  top: 50%;
  left: -150px;
  transform: translateY(-50%);
  background-color: #fff;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 100px;
}
.pajpir::before{
  content: '';
  position: absolute;
  top: -40px;
  left: -40px;
  width: calc(100% + 80px);
  height: calc(100% + 80px);
  display: block;
  border: 5px solid rgba(255,255,255,.4);
  border-radius: 50%;
}
.pajpir .ux6hol.qb8cv8{
  margin-top: 50px;
}
.pajpir .ux6hol.qb8cv8 li a{
  background-color: #f8f8f8;
  color: #222222;
  border-radius: 50%;
}
.pajpir .ux6hol.qb8cv8 li a:hover{
  background-color: #222222;
  color: #fff;
}

/* Style 3 */

.lhx20n .pb635b{
  display: block;
}
.lhx20n.sdj35b .oi04ol {
  display: flex;
}

.lhx20n.sdj35b .i4inyn {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.lhx20n.sdj35b .oi04ol,
.lhx20n.sdj35b {
    padding: 0;
}

.lhx20n.sdj35b .ydttkf {
    overflow: hidden;
    position: relative;
    padding: 240px 0 280px;
}

.xv7kll + .lhx20n.sdj35b .ydttkf{
  padding: 300px 0 270px;
}

.lhx20n.sdj35b .zh54ux:hover .fncoj2 {
    left: 70px;
}

.lhx20n.sdj35b .zh54ux:hover .dhzmyd {
    right: 70px;
}

.lhx20n > .container-fluid{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.lhx20n > .container-fluid .ux6hol{
  justify-content: flex-end;
}
.lhx20n > .container-fluid .ux6hol li a{
  color: #777;
}
.lhx20n > .container-fluid .ux6hol li a:hover{
  color: #fff;
}

.lhx20n .pb635b .z2js4y{
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  z-index: 2;
}
.lhx20n .pb635b .chssat{
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  z-index: 2;
}
.lhx20n .pb635b .l8yl8y svg{
  width: 90px;
  height: 90px;
}
.lhx20n .pb635b .l8yl8y .ky068e{
  stroke: #b92d20;
}

/* 6.6. Icon Blocks */
.s1d9d6,
.hywcra {
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 0;
    z-index: 1;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
    transition: .3s;
}

.hywcra i {
    font-size: 40px;
    line-height: 1;
    margin: 0 0 15px;
    color: #777;
    display: inline-block;
}

.hywcra.tlp3j7:hover {
    background-color: #f8f8f8;
}

.hywcra a {
    display: block;
}

.hywcra a h5 {
}

.hywcra h5 {
    font-size: 22px;
    margin-bottom: 0;
}

.hywcra h5+p {
    margin-top: 10px;
}

.hywcra p {
    margin-bottom: 0;
}

.hywcra svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hywcra.bom5mm{
  display: flex;
  align-items: center;
  border-radius: 25px;
}
.hywcra.bom5mm i{
  margin: 0 15px 0 0;
}
.hywcra.bom5mm h5{
  font-size: 16px;
}
.hywcra.bom5mm h5+p{
  margin-top: 5px;
}

/* Style 2 */
.hywcra.otyu2a{
  box-shadow: none;
  border-radius: 25px;
  border: 1px solid #efefef;
  text-align: left;
  padding: 30px;
}
.hywcra.otyu2a *{
  transition: .3s;
}
.hywcra.otyu2a .jzvjvj{
  display: flex;
  align-items: center;
}

.hywcra.otyu2a .jzvjvj i{
  font-size: 24px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #b92d20;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
  border-radius: 50%;
  margin-right: 20px;
}

.hywcra.otyu2a .xpxy6g{
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hywcra.otyu2a .xpxy6g i{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222222;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  margin: 0;
}

.hywcra.otyu2a:hover{
  background-color: #222222;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
}
.hywcra.otyu2a:hover *{
  color: #fff;
}

.hywcra.otyu2a:hover .jzvjvj i,
.hywcra.otyu2a:hover .xpxy6g i{
  background-color: #b92d20;
  color: #fff;
}

/* Style 3 */
.hywcra.yefl2l{
  background-color: #222222;
  text-align: center;
  padding: 40px;
  overflow: hidden;
  border-radius: 25px;
}
.hywcra.yefl2l::before{
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  border-radius: 50%;
  background-color: rgba(255,255,255,.1);
  width: 120px;
  height: 120px;
  transition: .3s;
}
.hywcra.yefl2l .bndksg i{
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  color: #222222;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hywcra.yefl2l p{
  color: #d2d2d2;
}
.hywcra.yefl2l h5{
  color: #fff;
}
.hywcra.yefl2l .xpxy6g{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  font-weight: 600;
  font-size: 0;
}
.hywcra.yefl2l .xpxy6g i{
  width: 50px;
  height: 50px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  transition: .3s;
}
.hywcra.yefl2l .xpxy6g span{
  margin-left: 10px;
}
.hywcra.yefl2l:hover{
  transform: translateY(-5px);
}
.hywcra.yefl2l:hover .xpxy6g{
}
.hywcra.yefl2l:hover .xpxy6g i{
  border-color: #fff;
  color: #b92d20;
  transform: rotate(45deg);
}
.hywcra.yefl2l:hover::before{
  width: 160px;
  height: 160px;
}

/* Style 4 */
.hywcra.jgnyc9{
  border-radius: 25px;
  padding: 40px 30px;
}
.hywcra.jgnyc9 .ou2sc4{
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.hywcra.jgnyc9:hover .ou2sc4{
  opacity: .1;
  visibility: visible;
}
.hywcra.jgnyc9:hover{
  background-color: #222222;
}

.hywcra.jgnyc9:hover p{
  color: #d2d2d2;
}
.hywcra.jgnyc9:hover i{
  color: #b92d20;
}
.hywcra.jgnyc9:hover h5{
  color: #fff;
}

/* 6.7. Call to Actions */
.k5pdym{
  padding: 30px;
  border-radius: 25px;
}
.k5pdym::before{
  border-radius: 25px;
  background-color: rgba(49, 49, 49, .7);
}
.k5pdym h5{
  color: #fff;
  margin: 5px;
}
.k5pdym p{
  color: #d2d2d2;
  margin: 0;
}

.k5pdym.uarn3q{
  border-radius: 35px;
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
}

.k5pdym.uarn3q h5{
  color: #222222;
  margin: 0;
  font-size: 18px;
  padding-left: 170px;
}
.k5pdym.uarn3q img{
  position: absolute;
  bottom: 0;
  left: 40px;
}

.zaqqzx.hnlc0l{
  padding: 50px;
  margin: 0 0 30px;
}

/* 6.8. Login & Signup */
.hru3re {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 3px 12px -4px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 12px -4px rgba(0, 0, 0, .1);
}

.l82t94 {
    width: 600px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.nfse07 {
    text-align: center;
    max-width: 400px;
}

.nfse07 h2 {
    margin: 0;
    color: #fff;
}

.nfse07 p {
    margin: 30px 0;
    color: #fff;
}

.nfse07 i {
    color: #fff;
    line-height: 1;
    font-size: 40px;
    margin-bottom: 30px;
    display: block;
}

.boeu5g {
    margin-bottom: 20px;
}

.boeu5g+p a {
    display: inline-block;
}

.dngw9a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f8f8f8;
    padding: 60px;
    text-align: center;
}

.dngw9a h2 {
    margin-bottom: 50px;
}

.dngw9a form {
    max-width: 400px;
    margin: 0 auto;
}

.dngw9a .qzxb9s {
    margin-top: 20px;
}

.dngw9a a {
    display: block;
    color: #222222;
    text-decoration: underline;
}

.o02uwq {
    margin: 30px 0;
    text-align: center;
}

.o02uwq span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9F9E9E;
    font-size: 13px;
    font-weight: 500;
}

.o02uwq span::before {
    content: '';
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: rgba(0, 0, 0, .1);
    height: 1px;
    margin-right: 20px;
}

.o02uwq span::after {
    content: '';
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: rgba(0, 0, 0, .1);
    height: 1px;
    margin-left: 20px;
}

.qwc57s {
    cursor: pointer;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 24px;
    border: 0;
    padding: 20px 20px;
    border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.qwc57s i {
    margin-right: 5px;
}

.cncsrk {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
}

.cncsrk h5 {
    margin-bottom: 15px;
}

.cncsrk a {
    display: block;
    color: #222222;
    text-decoration: underline;
}

.cncsrk a:hover {
    color: #b92d20;
}

/* 6.9. Error 404 */
.w6t4ei.y41pu9{
  padding: 120px 0 480px;
}
.w6t4ei.y41pu9 h1{
  font-size: 130px;
  line-height: 1;
  margin: 0 0 40px;
}

/* History */
.lrrbn0 .mhmzuv{
  position: relative;
  justify-content: space-around;
  margin-top: 80px;
  margin-bottom: 60px;
}
.lrrbn0 .mhmzuv::before{
  content: '';
  background-color: #5a5a5a;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.lrrbn0 .cdilqk .kudo6q + .kudo6q,
.lrrbn0 .cdilqk .kudo6q{
  margin: -30px 0 0;
}

.lrrbn0 .cdilqk .kudo6q .fth79b{
  background-color: transparent;
  padding: 0;
  color: #d2d2d2;
  border: 0;
  position: relative;
}
.lrrbn0 .cdilqk .kudo6q .fth79b.mf6a9t{
  color: #b92d20;
}
.lrrbn0 .cdilqk .kudo6q .fth79b::before{
  content: '';
  position: absolute;
  top: calc(50% + 19px);
  left: 50%;
  width: 1px;
  height: 10px;
  transform: translate(-50%, -50%);
  background-color: #b92d20;
}


/* 6.12 Team Members */
.ji2mz7{
  position: relative;
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
  margin-bottom: 30px;
  border-bottom: 4px solid #b92d20;
}
.y4df51{
  overflow: hidden;
}
.y4df51 img{
  width: 100%;
  transition: .3s;
}
.y4df51:hover img{
  transform: scale(1.1);
}
.qqyozp{
  text-align: center;
  padding: 20px;
}

.gc2byd h5{
  margin-bottom: 5px;
}
.gc2byd p{
  font-size: 15px;
  line-height: 24px;
  color: #b92d20;
  padding: 0;
}
.gc2byd{
  margin: 0 0 15px;
}
.bh2t17 .ux6hol{
  justify-content: center;
}
.bh2t17 .ux6hol li a{
  display: flex;
  font-size: 12px;
}
.bh2t17 .ux6hol li + li{
  margin-left: 15px;
}

/* Style 2 */
.ji2mz7.gqe96t{
  background-color: transparent;
  border-bottom: 0;
  z-index: 1;
}
.ji2mz7.gqe96t .qqyozp{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: left;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.ji2mz7.gqe96t .qqyozp .gc2byd{
  margin: 0;
}
.ji2mz7.gqe96t .qqyozp .gc2byd h5{
  margin: 0;
  font-size: 18px;
}
.ji2mz7.gqe96t .qqyozp .gc2byd p{
  margin: 0 0 10px;
}

.ji2mz7.gqe96t .qqyozp .bh2t17 .ux6hol{
  position: absolute;
  top: -10px;
  left: -10px;
  display: flex;
  flex-direction: column;
}
.ji2mz7.gqe96t .qqyozp .bh2t17 li a{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  background-color: #b92d20;
  justify-content: center;
}
.ji2mz7.gqe96t .qqyozp .bh2t17 li a:hover{
  background-color: #08a19a;
}
.ji2mz7.gqe96t .qqyozp .bh2t17 li + li{
  margin: 0;
}

.ji2mz7.gqe96t:hover::before,
.ji2mz7.gqe96t:hover .qqyozp{
  opacity: 1;
  visibility: visible;
}
.ji2mz7.gqe96t::before{
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba( 0,0,0, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}

.ji2mz7.gqe96t .bh2t17 .ux6hol li a,
.ji2mz7.gqe96t .gc2byd p,
.ji2mz7.gqe96t .gc2byd h5{
  color: #fff;
}

/* Style 3 */
.ji2mz7.k475cq{
  padding: 20px;
  border-bottom: 0;
  text-align: center;
}
.ji2mz7.k475cq .qqyozp{
  padding: 0;
}
.ji2mz7.k475cq .y4df51{
  margin-bottom: 20px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.ji2mz7.k475cq .y4df51::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 20px );
  height: calc(100% - 20px );
  margin: 10px;
  border-radius: 50%;
  background-color: #222222;
  opacity: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  transform: scale(0);
}
.ji2mz7.k475cq .y4df51::after{
  content: "\f067";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-size: 20px;
  transition: .3s;
  transform: translate(-50%, -50%) scale(0);
}
.ji2mz7.k475cq:hover .y4df51::before{
  transform: scale(1);
  opacity: .6;
  visibility: visible;
}
.ji2mz7.k475cq:hover .y4df51::after{
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.ji2mz7.k475cq .y4df51:hover img{
  transform: scale(1);
}
.ji2mz7.k475cq .y4df51 img{
  border-radius: 50%;
  width: 120px;
  margin: 0 auto;
}
.ji2mz7.k475cq .gc2byd img{
  width: 30px;
  margin-bottom: 20px;
}
.ji2mz7.k475cq .gc2byd i{
  font-size: 24px;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 1;
}

/* Style 4 & 5 */
.ji2mz7.u18q8q,
.ji2mz7.z06dhn{
  background-color: transparent;
  box-shadow: none;
  border-bottom: 0;
}
.ji2mz7.u18q8q .y4df51,
.ji2mz7.z06dhn .y4df51{
  position: relative;
  width: 200px;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.ji2mz7.u18q8q .gc2byd p,
.ji2mz7.z06dhn .gc2byd p{
  margin: 0 0 5px;
  font-weight: 600;
}

.ji2mz7.u18q8q .gc2byd h5,
.ji2mz7.z06dhn .gc2byd h5{
  margin: 0;
}

.ji2mz7.u18q8q .y4df51,
.ji2mz7.z06dhn .y4df51{
  border-radius: 50%;
  overflow: visible;
}

.ji2mz7.u18q8q .y4df51 img,
.ji2mz7.z06dhn .y4df51 img{
  border-radius: 50%;
}

.ji2mz7.u18q8q .y4df51:hover img,
.ji2mz7.z06dhn .y4df51:hover img{
  transform: scale(1);
}

.ji2mz7.u18q8q .y4df51 .ux6hol li,
.ji2mz7.z06dhn .y4df51 .ux6hol li{
  position: absolute;
  top: 0;
  right: 25px;
}

.ji2mz7.u18q8q .y4df51 .ux6hol a,
.ji2mz7.z06dhn .y4df51 .ux6hol a{
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s;
}

.ji2mz7.u18q8q .qqyozp,
.ji2mz7.z06dhn .qqyozp{
  padding: 0;
}

.ji2mz7.u18q8q .y4df51 .ux6hol a.vg5k02,
.ji2mz7.z06dhn .y4df51 .ux6hol a.vg5k02{
  border: 2px solid #fff;
  opacity: 1;
  visibility: visible;
}

.ji2mz7.u18q8q .y4df51 .ux6hol a.vg5k02 i,
.ji2mz7.z06dhn .y4df51 .ux6hol a.vg5k02 i{
  transition: .3s;
}

.ji2mz7.u18q8q .y4df51 .ux6hol.czga72 a.vg5k02 i,
.ji2mz7.u18q8q .y4df51 .ux6hol a.vg5k02:hover i,
.ji2mz7.z06dhn .y4df51 .ux6hol.czga72 a.vg5k02 i,
.ji2mz7.z06dhn .y4df51 .ux6hol a.vg5k02:hover i{
  transform: rotate(45deg);
}

.ji2mz7.u18q8q .y4df51 .ux6hol.czga72 a,
.ji2mz7.z06dhn .y4df51 .ux6hol.czga72 a{
  opacity: 1;
  visibility: visible;
}

.ji2mz7.u18q8q .y4df51 .ux6hol.czga72 a.vg5k02,
.ji2mz7.u18q8q .y4df51 .ux6hol a:hover,
.ji2mz7.z06dhn .y4df51 .ux6hol.czga72 a.vg5k02,
.ji2mz7.z06dhn .y4df51 .ux6hol a:hover{
  background-color: #b92d20;
}

.ji2mz7.u18q8q .y4df51 .ux6hol li:hover,
.ji2mz7.z06dhn .y4df51 .ux6hol li:hover{
  opacity: 1;
  visibility: visible;
}

.ji2mz7.u18q8q .y4df51 .ux6hol li:nth-child(2),
.ji2mz7.z06dhn .y4df51 .ux6hol li:nth-child(2){
  top: 45px;
  right: -10px;
}

.ji2mz7.u18q8q .y4df51 .ux6hol li:nth-child(3),
.ji2mz7.z06dhn .y4df51 .ux6hol li:nth-child(3){
  top: 100px;
  right: -15px;
}

.ji2mz7.u18q8q .y4df51 .ux6hol li:nth-child(4),
.ji2mz7.z06dhn .y4df51 .ux6hol li:nth-child(4){
  top: 150px;
  right: 15px;
}

.ji2mz7.u18q8q .y4df51 .ux6hol li:nth-child(2) a,
.ji2mz7.z06dhn .y4df51 .ux6hol li:nth-child(2) a{
  transition-delay: .1s;
}

.ji2mz7.u18q8q .y4df51 .ux6hol li:nth-child(3) a,
.ji2mz7.z06dhn .y4df51 .ux6hol li:nth-child(3) a{
  transition-delay: .2s;
}

.ji2mz7.u18q8q .y4df51 .ux6hol li:nth-child(4) a,
.ji2mz7.z06dhn .y4df51 .ux6hol li:nth-child(4) a{
  transition-delay: .3s;
}

.ji2mz7.u18q8q .y4df51 img{
  border-radius: 0;
}

.ji2mz7.u18q8q .y4df51 .ux6hol{
  position: absolute;
  bottom: calc(100% - 40px);
  right: 0;
  flex-direction: column;
}

.ji2mz7.u18q8q .y4df51 .ux6hol li:nth-child(4),
.ji2mz7.u18q8q .y4df51 .ux6hol li:nth-child(3),
.ji2mz7.u18q8q .y4df51 .ux6hol li:nth-child(2),
.ji2mz7.u18q8q .y4df51 .ux6hol li{
  position: relative;
  top: auto;
  right: auto;
}
.ji2mz7.u18q8q .y4df51 .ux6hol li + li{
  margin: 0;
}
.ji2mz7.u18q8q .y4df51 .ux6hol li a{
  border-radius: 0;
  background-color: #fff;
  color: #222222;
}
.ji2mz7.u18q8q .y4df51 .ux6hol li a:hover{
  color: #fff;
}
.ji2mz7.u18q8q .y4df51 .ux6hol a.vg5k02{
  border: 0;
  background-color: #b92d20;
  color: #fff;
}
.ji2mz7.u18q8q .y4df51 .ux6hol.czga72 a.vg5k02,
.ji2mz7.u18q8q .y4df51 .ux6hol a.vg5k02:hover{
  background-color: #222222;
}
.ji2mz7.u18q8q .y4df51{
  width: auto;
  margin: 0;
}
.ji2mz7.u18q8q .gc2byd{
  margin: 0;
  position: absolute;
  bottom: 0;
  padding: 20px 40px 20px 30px;
  background-color: #fff;
  width: calc(100% - 40px);
}
.ji2mz7.u18q8q .qqyozp{
  padding: 30px;
  background-color: #fff;
  text-align: left;
  border-top: 0;
  transition: .3s;
}
.ji2mz7.u18q8q .gc2byd h5{
  font-size: 20px;
}
.ji2mz7.u18q8q .gc2byd p{
  color: #777;
  margin: 0;
}
.ji2mz7.u18q8q{
  transition: .3s;
}
.ji2mz7.u18q8q:hover{
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
}
.ji2mz7.u18q8q:hover .qqyozp{
  border-color: transparent;
}

/* 6.13. Pricing */
.i7w2vh{
  background-image: url(../img/pricing.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 26px 20px 44px 20px;
  margin-bottom: 30px;
}
.i7w2vh .ionayr{
  margin-bottom: 18px;
}
.g2fswh{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
.j30uow{
  position: relative;
  display: inline-block;
  line-height: 1;
}
.j30uow .usb1lo{
  position: absolute;
  top: 0;
  left: -12px;
  font-size: 20px;
  font-weight: 400;
}
.j30uow span{
  font-size: 48px;
  font-weight: 800;
  color: #b92d20;
}
.i7w2vh .gxivi7{
  margin-top: 20px;
}
.i7w2vh .qzxb9s{
  margin-top: 35px;
}

.i7w2vh .gxivi7 li i{
  margin-right: 10px;
}

/* Style 2 */
.i7w2vh.qohpps{
  background-image: none;
  background-color: #fff;
  padding: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
}
.i7w2vh.qohpps::before{
  content: '';
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  right: -100px;
  top: -90px;
  background-color: #fff8e6;
  border-radius: 50%;
}
.i7w2vh.qohpps > i{
  position: absolute;
  top: 10px;
  right: 40px;
  font-size: 60px;
  color: #b92d20;
}

.i7w2vh.qohpps.v2zeoj > i{
  color: #fff;
}
.i7w2vh.qohpps.v2zeoj::before{
  background-color: #b92d20;
}

.i7w2vh.qohpps .j30uow{
  margin-left: 10px;
}

.i7w2vh.qohpps .gxivi7{
  margin: 40px 0 0;
}

/* Style 3 */
.i7w2vh.jboio5{
  background-image: none;
  background-color: #fff;
  padding: 0;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 10px 10px 0px rgba(53,82,99,0.09);
  text-align: center;
  border-radius: 25px;
  text-align: left;
}
.i7w2vh.jboio5 .n1v1k3{
  position: relative;
}
.i7w2vh.jboio5 img{
  width: 100%;
}
.i7w2vh.jboio5 .h3gkws{
  position: absolute;
  bottom: -60px;
  left: 40px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 80px);
}
.i7w2vh.jboio5 .h3gkws .j30uow{
  background-color: #fff;
  border-radius: 25px;
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.i7w2vh.jboio5 .y1358d{
  margin: 0;
  line-height: 1;
  display: flex;
  align-items: center;
}
.i7w2vh.jboio5 .y1358d .yxihkj{
  font-size: 18px;
}

.i7w2vh.jboio5 .y1358d .vnyymg{
  color: #222222;
}
.i7w2vh.jboio5 .fvwglk{
  margin: 0;
  font-size: 14px;
}
.i7w2vh.jboio5 .aj2d0l{
  background-color: #b92d20;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 20px;
  border-radius: 35px;
}
.i7w2vh.jboio5 .t6v6oa{
  padding: 80px 40px 40px;
  background-color: #f8f8f8;
}
.i7w2vh.jboio5 .t6v6oa li{
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i7w2vh.jboio5 .t6v6oa li + li{
  margin-top: 15px;
}
.i7w2vh.jboio5 .qzxb9s.geyiwb{
  background-color: #fff;
}
.i7w2vh.jboio5 .qzxb9s,
.i7w2vh.jboio5 .gxivi7{
  margin: 0;
}

/* 6.15. Contact */
.ucq93j{
  padding: 0;
  height: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.ucq93j h3{
  font-weight: 800;
}
.ucq93j h6{
  margin-bottom: 5px;
}
.ppu8mn p{
  margin: 0;
}
.ppu8mn + .ppu8mn{
  margin-top: 20px;
}
.ucq93j .ux6hol a{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background-color: rgba(255,255,255,.1);
}

.ucq93j .ux6hol a:hover{
  background-color: #b92d20;
}
.n6puqo{
  height: 100%;
}

.ppu8mn + .ppu8mn{
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #efefef;
}

.ppu8mn .ux6hol li a{
  color: #777;
  font-size: 18px;
}
.ppu8mn .ux6hol li a:hover{
  color: #b92d20;
}

/*======================
7. Misc
========================*/
.vke66g {
    margin: 0 -15px;
}

.i4inyn {
    outline: none;
    margin: 0 15px;
}

/* Arrows */

.pb635b{
  display: inline-flex;
  align-items: center;
}

.pb635b .ef4bbg {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #222222;
    transition: .3s;
    cursor: pointer;
    color: #777;
}
.pb635b.uarn3q{
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
}
.pb635b.uarn3q .ef4bbg{
  background-color: #f8f8f8;
}
.pb635b .ef4bbg + .ef4bbg{
  margin-left: 10px;
}
.pb635b .ef4bbg:hover {
    color: #fff;
    background-color: #b92d20;
}
.pb635b.qvzwzg .ef4bbg:hover,
.pb635b.qvzwzg .ef4bbg{
  background-color: transparent;
  color: #fff;
}

.pb635b.xtrhvr .ef4bbg:hover,
.pb635b.xtrhvr .ef4bbg{
  color: #222222;
}
.pb635b.xtrhvr .l8yl8y .ky068e{
  color: #b92d20;
  stroke: #b92d20;
}
.pb635b.xtrhvr .l8yl8y .x7juc2{
  color: #222222;
  stroke: #222222;
}
.pb635b.on0fqs .l8yl8y svg{
  width: 40px;
  height: 40px;
}
.pb635b .l8yl8y{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pb635b .l8yl8y svg{
  width: 50px;
  height: 50px;
}
.pb635b .l8yl8y.z2js4y{
  margin-right: 10px;
}
.pb635b .l8yl8y i{
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
}
.pb635b .l8yl8y .ef4bbg.p98ey3{
  margin: 0;
}

.pb635b .l8yl8y .x7juc2{
  fill: none;
  stroke: currentColor;
  stroke-width: 1;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  position: relative;
  z-index: -1;
  opacity: .5;
  color: #fff;
}
.pb635b .l8yl8y .ky068e{
  fill: none;
  stroke: currentColor;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  stroke-dashoffset: 700;
  stroke-dasharray: 700;
  stroke-width: 4px;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-linecap: butt;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  color: #fff;
}
.pb635b .l8yl8y:hover .ky068e{
  stroke-dashoffset: 0;
  stroke-dasharray: 700;
}
.d4o2l2 .l8yl8y{
  position: absolute;
  top: 50%;
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.d4o2l2 .l8yl8y.z2js4y{
  left: 35px;
}
.d4o2l2 .l8yl8y.chssat{
  right: 35px;
}
.w6t4ei:hover .d4o2l2 .l8yl8y.chssat{
  right: 15px;
  opacity: 1;
  visibility: visible;
}
.w6t4ei:hover .d4o2l2 .l8yl8y.z2js4y{
  left: 15px;
  opacity: 1;
  visibility: visible;
}

.fncoj2,
.dhzmyd {
    background-color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #222222;
    transition: .3s;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}

.zh54ux:hover .dhzmyd,
.w6t4ei:hover .dhzmyd {
    right: -55px;
    opacity: 1;
    visibility: visible;
}

.zh54ux:hover .fncoj2,
.w6t4ei:hover .fncoj2 {
    left: -55px;
    opacity: 1;
    visibility: visible;
}

.fncoj2:before,
.dhzmyd:before {
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-rendering: auto;
    line-height: 1.7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.fncoj2:before {
    content: "\f053";
}

.fncoj2:hover,
.fncoj2:focus,
.dhzmyd:hover,
.dhzmyd:focus {
    color: #fff;
    background-color: #b92d20;
}

.fncoj2:hover::before,
.fncoj2:focus::before,
.dhzmyd:hover::before,
.dhzmyd:focus::before {
    color: #fff;
}

/* Dots */
.sain7y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    margin-top: 25px;
    justify-content: flex-start;
}

.sain7y li {
    margin: 0 5px;
    text-align: center;
}

.sain7y li button {
    font-size: 0;
    width: 30px;
    height: 7px;
    background-color: #fff;
    border: 0;
    opacity: .6;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    outline: none;
}

.sain7y li.dsrbw9 button {
  opacity: 1;
  width: 50px;
}

.bldwf0 .sain7y li button{
  background-color: #fff;
}
.bldwf0 .sain7y li.dsrbw9 button {
    background-color: #b92d20;
}


.i4inyn {
    outline: none;
}

/* custom Dots */
.sain7y .wd4wuu{
  position: relative;
  cursor: pointer;
}
.sain7y .wd4wuu::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  transition: .3s;
  opacity: .6;
}
.sain7y .wd4wuu svg{
  width: 30px;
  height: 30px;
}
.sain7y .wd4wuu .ixusfg{
  fill: none;
  stroke: currentColor;
  stroke-width: 1;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  position: relative;
  z-index: -1;
  opacity: .5;
  color: #fff;
}
.sain7y .wd4wuu .g31z6l{
  fill: none;
  stroke: currentColor;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  stroke-dashoffset: 700;
  stroke-dasharray: 700;
  stroke-width: 2px;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-linecap: butt;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  color: #fff;
}
.sain7y .dsrbw9 .g31z6l{
  stroke-dashoffset: 0;
  stroke-dasharray: 700;
}
.sain7y .dsrbw9 .wd4wuu::before,
.sain7y .wd4wuu:hover::before{
  opacity: 1;
}

.sain7y .wd4wuu.fyfk8d .g31z6l,
.sain7y .wd4wuu.fyfk8d .ixusfg{
  color: #222222;
}
.sain7y .wd4wuu.fyfk8d::before{
  background-color: #222222;
}

/* pagination */
.kdjf6b {
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}

.kdjf6b .cldjam {
    margin: 0;
}

.kdjf6b .cldjam:last-child .j4klql,
.kdjf6b .cldjam:first-child .j4klql,
.kdjf6b .cldjam .j4klql {
    border-radius: 50%;
}

.kdjf6b .j4klql {
  color: #222222;
  border: 0;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 50%;
  font-weight: 600;
  padding: 15px 20px;
  margin-left: 15px;
}

.kdjf6b .cldjam.mf6a9t .j4klql {
    background-color: #222222;
    border: 1px solid #222222;
}

.kdjf6b .cldjam:not(.mf6a9t) .j4klql:hover,
.kdjf6b .cldjam:not(.mf6a9t) .j4klql:focus {
    color: #b92d20;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.p2sm0c {
    font-size: 13px;
}

.h0hjh1 {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    padding: 10px;
    border: 1px solid #efefef;
    border-radius: 8px;
    font-weight: 600;
    background-color: #fff;
}

.h0hjh1:hover {
    background-color: #f8f8f8;
}

/* Progress */
.ri68cj{
  position: relative;
  font-weight: 700;
  color: #222222;
}
.ri68cj h6{
  margin: 0 0 5px;
  font-weight: 800;
}

.ri68cj .m5s12o{
  position: absolute;
  top: 0;
  transition: 3s;
}

.ri68cj + .ri68cj{
  margin-top: 30px;
}

.sjbwj3{
  background-color: #222222;
  height: 4px;
  border-radius: 0;
  overflow: visible;
}

.sjbwj3 .y4i89r{
  position: relative;
  background-color: #b92d20;
  transition: 3s;
}

.sjbwj3 .y4i89r span{
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #b92d20;
  transform: translateY(-50%);
}

/* Accordion */
.path75 .o7gd6h {
    margin-bottom: 0;
}
.path75 .o7gd6h {
  background-color: #f8f8f8;
}

.path75 .o7gd6h .udhdzr {
  position: relative;
  background-color: #f8f8f8;
  border-bottom: 0;
  padding: .75rem 1.25rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222222;
  font-weight: 600;
}

.path75 .udhdzr[aria-expanded="true"] {
    background-color: #b92d20;
    color: #fff;
}

.path75 .udhdzr::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1.25rem;
    width: 10px;
    height: 2px;
    background-color: #848486;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    z-index: 1;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
}

.path75 .udhdzr::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1.25rem;
    width: 10px;
    height: 2px;
    background-color: #848486;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 1;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
}

.path75 .udhdzr[aria-expanded="true"]::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 0;
}

.path75 .udhdzr[aria-expanded="true"]::after,
.path75 .udhdzr[aria-expanded="true"]::before {
    background-color: #b92d20;
}

.path75 .udhdzr i {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 10px;
    font-size: 20px;
}

.path75 .udhdzr[aria-expanded="true"] i {
    color: #b92d20;
}

.path75 .o7gd6h {
    border: #f8f8f8;
}

.path75.z00q5z .udhdzr {
  border-radius: 0;
}

.path75.z00q5z .o7gd6h {
    margin-bottom: 10px;
}
.path75 .o7gd6h::before{
  content: '';
  position: absolute;
  top: 8px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  z-index: 1;
}
.path75.z00q5z .o7gd6h:last-child {
    margin-bottom: 0;
}

.path75.z00q5z .o7gd6h:first-of-type,
.path75.z00q5z .o7gd6h:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid #efefef;
}

/* Rating */
.uri8x0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.uri8x0>span {
    margin-left: 10px;
    color: #848486;
    font-size: 13px;
}

.qdi1tj {
    margin-bottom: 5px;
}

.qdi1tj i {
    margin-right: 5px;
    font-size: 12px;
    color: #848486;
}

.qdi1tj i.mf6a9t {
    color: #ffa80a;
}

.fgj10w {
    margin-top: -150px;
    position: relative;
    z-index: 1;
}
.htoc23{
  margin-top: -90px;
  position: relative;
  z-index: 1;
}
.npgdk8{
  margin-top: -30px;
}
.npgdk8 + .npgdk8{
  margin-top: -60px;
}

.owthdx{
  margin-top: 20px;
}
.g6zvdq{
  margin-top: -20px;
}

.igrj9l{
  margin-bottom: -85px;
  z-index: 11;
  position: relative;
  display: block;
}
.igrj9l + .ae4dua{
  padding-top: 85px;
}

.w6t4ei.zoy03x.fgj10w,
.w6t4ei.fgj10w{
  padding-top: 0;
}

.zdbq67 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.s1d9d6 {
    padding: 45px 40px;
    border-radius: 0;
    margin-bottom: 30px;
}

.yi3ghy {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.f43ryw {
    display: flex;
    align-items: center;
    justify-content: center;
}

.s1d9d6 h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

.s1d9d6 h4 {
    margin-bottom: 10px;
}
.s1d9d6 img{
  width: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

.s1d9d6 .dzv581{
  margin-bottom: 0;
}
.s1d9d6 .q8ae9s {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s1d9d6 .q8ae9s li{
  margin: 0;
}
.s1d9d6 .q8ae9s li + li{
  margin-top: 10px;
}

/*Video box*/
.f8smyt{
  position: relative;
}
.f8smyt .n32ken{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.n32ken{
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #b92d20;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.n32ken::before{
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 2px solid #fff;
  animation-name: pulseInOut;
  opacity: 0;
  border-radius: 50%;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.n32ken::after{
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 2px solid #fff;
  animation-name: pulseInOutSM;
  opacity: 0;
  border-radius: 50%;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
}
.n32ken.zyptc4{
  color: #b92d20;
}
.n32ken.zyptc4:hover{
  background-color: #b92d20 !important;
  color: #fff;
}

.n32ken.m42kt7{
  width: 140px;
  height: 140px;
  font-size: 20px;
}
.n32ken.zw48pb{
  width: 50px;
  height: 50px;
}
.n32ken.fjbmb4{
  background-color: #2d2d2d;
  color: #fff;
}

.n32ken.k1f9l9{
  color: #222222;
}
.n32ken.k1f9l9::after{
  background-color: #222222;
}

.n32ken:hover{
  color: #fff;
}

/*sigma_testimonials*/
.qw750f.zaqqzx{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 50px;
}
.qw750f.zaqqzx .sain7y{
  position: absolute;
  bottom: 0;
  right: 0;
}
.qw750f.zaqqzx .sain7y .g31z6l{
  stroke: #b92d20;
  stroke-width: 5px;
}
.qw750f .sbs6cb>i{
    font-size: 50px;
    margin-bottom: 25px;
    line-height: 1;
}
.qw750f .sbs6cb>p{
    line-height: 30px;
    margin: 0 0 40px;
}
.qw750f .sbs6cb cite{
    font-size: 15px;
    font-weight: 700;
}
.qw750f .lldf9c{
  display: flex;
  align-items: center;
}
.qw750f .lldf9c img{
  margin-right: 15px;
  border-radius: 50%;
  width: 75px;
}
.qw750f .lldf9c h6{
  margin-bottom: 0;
}

/* Style 2 */
.qw750f.uarn3q .sbs6cb{
  position: relative;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
  margin-bottom: 30px;
}
.qw750f.uarn3q .sbs6cb::before{
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 160px;
  content: "\f10e";
  opacity: .1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fm8n2n.eybgga{
  position: relative;
}
.fm8n2n.eybgga a div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  min-width: 80%;
  font-weight: 600;
  background-color: #b92d20;
  padding: 20px;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
}
.fm8n2n.eybgga a div span{
  display: block;
  text-transform: none;
}

.fm8n2n.kp5741 [class*="col-"]{
  padding: 0 2.5px;
}
.fm8n2n.kp5741 .row{
  margin-left: -5px;
  margin-right: -5px;
}



/* counter */
.ahzdop{
  margin-bottom: 30px;
}
.ahzdop i{
  color: #b92d20;
  font-size: 46px;
  line-height: 0;
  display: block;
  margin-bottom: 20px;
}
.ahzdop h3,
.ahzdop b{
  margin: 0;
}
.ahzdop .ujmfi7{
  font-size: 40px;
}
.ahzdop p{
  margin: 0;
  font-weight: 600;
  font-size: 16px;
}
.ahzdop > span{
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}
.ahzdop span span{
  font-size: 16px;
  font-weight: 600;
}

/* Services */
.bvgevf{
  display: block;
  background-color: #fff;
  border: 1px solid #efefef;
  padding: 40px;
  text-align: center;
  transition: .3s;
  margin-bottom: 30px;
}

.bvgevf.ig7y3p .xmqbrb{
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #efefef;
}
.bvgevf.ig7y3p .xmqbrb::before{
  content: '';
  position: absolute;
  top: 10px;
  right: 17px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #b92d20;
  transition: .3s;
}
.bvgevf.ig7y3p .xmqbrb::after{
  content: '';
  position: absolute;
  bottom: 10px;
  left: 17px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #b92d20;
  transition: .3s;
}

.bvgevf.imubh9:hover,
.bvgevf.imubh9{
  background-color: #b92d20;
  border: 0;
}
.bvgevf.haf3ui:hover,
.bvgevf.haf3ui{
  background-color: #222222;
  border: 0;
}

.bvgevf.ig7y3p.imubh9 .xmqbrb::after,
.bvgevf.ig7y3p.imubh9 .xmqbrb::before,
.bvgevf.ig7y3p.haf3ui .xmqbrb::after,
.bvgevf.ig7y3p.haf3ui .xmqbrb::before{
  background-color: #fff;
}

.bvgevf.ig7y3p:hover .xmqbrb::after{
  bottom: -4px;
  left: 47px;
}
.bvgevf.ig7y3p:hover .xmqbrb::before{
  top: -4px;
  right: 47px;
}

.bvgevf.zyptc4{
  border: 0;
}

.bvgevf.p2l739.zyptc4:hover .j37cfr,
.bvgevf.p2l739.zyptc4:hover p,
.bvgevf.p2l739.zyptc4:hover h5{
  color: #222222;
}
.bvgevf.p2l739.zyptc4:hover i{
  color: #b92d20;
}

.bvgevf i{
  font-size: 60px;
  color: #b92d20;
  line-height: 1;
  transition: .3s;
}
.bvgevf .j37cfr{
  margin-top: 20px;
  display: block;
}
.bvgevf .j37cfr i{
  color: #222222;
  margin-left: 5px;
}
.xmqbrb{
  margin-bottom: 40px;
}
.bvgevf h5{
  margin-bottom: 10px;
  transition: .3s;
}
.bvgevf p{
  margin: 0;
  transition: .3s;
}
.bvgevf:hover{
  background-color: #b92d20;
  transform: translateY(-3px);
}
.bvgevf.p2l739:hover .j37cfr,
.bvgevf.p2l739:hover i,
.bvgevf.p2l739:hover p,
.bvgevf.p2l739:hover h5{
  color: #fff;
}

/* Style 2 & 3 */
.bvgevf.uarn3q h5{
  margin-bottom: 10px;
}
.bvgevf.uarn3q i{
  position: absolute;
  bottom: -30px;
  right: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
  background-color: #fff;
  font-size: 24px;
  border-radius: 50%;
  box-shadow: 0 3px 24px rgba(0,0,0,.04);
}
.bvgevf.uarn3q:hover i{
  background-color: #b92d20;
  color: #fff;
}

.bvgevf.xnjit4,
.bvgevf.uarn3q{
  background-color: transparent;
  box-shadow: none;
  text-align: left;
  padding: 0;
}

.bvgevf.xnjit4 .xmqbrb,
.bvgevf.uarn3q .xmqbrb{
  position: relative;
  margin: 0;
  z-index: 1;
}

.bvgevf.xnjit4 i{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
}

.bvgevf.xnjit4 .xmqbrb::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.bvgevf.xnjit4:hover i,
.bvgevf.xnjit4:hover .xmqbrb::before,
.bvgevf.uarn3q:hover i,
.bvgevf.uarn3q:hover .xmqbrb::before{
  opacity: 1;
  visibility: visible;
}

.bvgevf.xnjit4 h5{
  margin-bottom: 20px;
}

.bvgevf.xnjit4 p,
.bvgevf.uarn3q p{
  margin: 0;
}

.bvgevf.xnjit4 .xsbqn6,
.bvgevf.uarn3q .xsbqn6{
  padding: 30px;
}
.bvgevf.xnjit4{
  border: 0;
}
.bvgevf.xnjit4 .xsbqn6{
  position: relative;
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
  border: 0;
}
.bvgevf.xnjit4 .xsbqn6::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #b92d20;
  transition: .3s;
}
.bvgevf.xnjit4:hover .xsbqn6::before{
  width: 100%;
}


/* Style 4 */
.bvgevf.y8ms15{
  text-align: left;
}
.bvgevf.y8ms15 .ajsa48{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #efefef;
}
.bvgevf.y8ms15 i{
  margin-bottom: 20px;
  display: block;
}
.bvgevf.y8ms15 .ajsa48 ul{
  margin: 0;
}
.bvgevf.y8ms15 .ajsa48 ul li{
  position: relative;
  color: #777;
  display: flex;
  font-size: 14px;
  align-items: center;
  margin: 0;
}
.bvgevf.y8ms15 .ajsa48 ul li + li{
  margin-top: 10px;
}
.bvgevf.y8ms15 .ajsa48 ul li::before{
  content: '-';
  margin-right: 10px;
  transition: .3s;
  color: #b92d20;
  display: block;
}
.bvgevf.y8ms15:hover *{
  color: #fff;
}
.bvgevf.y8ms15:hover .ajsa48 ul li{
  color: #fff;
}
.bvgevf.y8ms15:hover .ajsa48 ul li::before{
  color: #fff;
}

.bvgevf.y8ms15.dylqj1{
  background-color: #222222;
  border-color: rgba(255,255,255,.1);
}
.bvgevf.y8ms15.dylqj1 .ajsa48{
  border-top-color: rgba(255,255,255,.1);
}
.bvgevf.y8ms15.dylqj1 i{
  color: #b92d20;
}
.bvgevf.y8ms15.dylqj1 h5{
  color: #fff;
}
.bvgevf.y8ms15.dylqj1 *{
  color: #d2d2d2;
}
.bvgevf.y8ms15.dylqj1 .ajsa48 ul li{
  color: #d2d2d2;
}

/* Style 5 */
.bvgevf.df06is{
  text-align: left;
  padding: 30px;
}
.bvgevf.df06is:hover{
  background-color: transparent;
}
.bvgevf.df06is > i{
  display: block;
  margin-bottom: 20px;
}
.bvgevf.df06is span{
  color: #777;
}
.bvgevf.df06is h5{
  font-size: 22px;
}
.bvgevf.df06is .npvu2v i{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #222222;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
  margin-top: 50px;
  transition: .3s;
}
.bvgevf.df06is:hover .npvu2v i{
  background-color: #b92d20;
  color: #fff;
}

/* Client Reviews & Clients & Experience */
.zpsmp1{
  padding: 0 20px;
}
.b7h3cz{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.b7h3cz strong{
  min-width: 170px;
}
.b7h3cz strong + span{
  margin-right: auto;
}
.b7h3cz + .b7h3cz{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #efefef;
}
.un5j9q{
  margin-bottom: 30px;
}
.zaqqzx{
  padding: 50px 50px 20px;
  border-radius: 35px;
  margin: 50px 0;
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
}
.j4nchn{
  padding: 40px;
}
.zaqqzx.j5fy38{
  padding: 40px;
}
.tdz413{
  position: absolute;
  top: -15px;
  left: -50px;
  width: calc(100% + 100px);
  z-index: 1;
}

.fke88d{
  position: relative;
}
.fke88d.dylqj1{
  background-color: #222222;
}
.fke88d.dylqj1 h3{
  color: #fff;
  margin-bottom: 30px;
}
.fke88d.dylqj1 b{
  color: #fff;
}
.fke88d.dylqj1 .qzxb9s{
  color: #fff;
  border-color: #5a5a5a;
}
.fke88d.dylqj1 .bbrvg6 .kudn1e{
  stroke: #5a5a5a;
}
.fke88d i{
  font-size: 110px;
  opacity: .2;
  position: absolute;
  line-height: 1;
  top: 20px;
  right: 20px;
}

.fbzfl1{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: .3s;
  max-width: 90%;
  margin: 0 auto 30px;
}

.fbzfl1:hover{
  filter: drop-shadow(2px 4px 6px rgba(0,0,0,.4));
}
.fbzfl1 img{
  transition: .3s;
}
.fbzfl1:hover img{
  filter: drop-shadow(2px 4px 6px rgba(0,0,0,.1));
}

/* Portfolio */
.wucpo4{
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
}
.wucpo4 img{
  width: 100%;
}
.wucpo4 span{
  color: #fff;
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.wucpo4 .hcf0gt{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: .3s;
  padding: 20px;
}
.wucpo4:hover .hcf0gt{
  background-color: rgba(0,0,0,.4);
}
.wucpo4 .q6i9le{
  margin-top: auto;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.wucpo4 .q6i9le h5{
  margin: 0 0 10px;
}
.wucpo4 .q6i9le p{
  margin: 0;
  color: #d2d2d2;
}
.wucpo4 .q6i9le h5 a{
  color: #fff;
}
.wucpo4 .q6i9le h5 a:hover{
  color: #b92d20;
}
.wucpo4 .hcf0gt i{
  font-size: 15px;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  transition: .3s;
  z-index: 3;
  background-color: #b92d20;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.wucpo4:hover .hcf0gt i{
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.wucpo4:hover  span,
.wucpo4:hover .q6i9le{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.px6p5h{
  position: relative;
  max-width: 700px;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
}
.px6p5h.ci43zn{
  margin-left: 0;
}
.px6p5h h5{
  position: relative;
  transition: .3s;
  padding: 20px 40px;
  color: #777;
  border-bottom: 3px solid transparent;
  margin: 0;
  cursor: pointer;
}
.px6p5h h5 + h5::before{
  content: '';
  width: 2px;
  height: 15px;
  background-color: #efefef;
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.px6p5h h5.mf6a9t{
  border-bottom-color: #b92d20;
  color: #b92d20;
}
.px6p5h h5:not(.mf6a9t):hover{
  color: #222222;
}

/* Style 2 and 3 */
.wucpo4.xnjit4 .hcf0gt,
.wucpo4.uarn3q .hcf0gt{
  position: relative;
  opacity: 1;
  visibility: visible;
  top: auto;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  height: auto;
  left: auto;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
  background-color: #fff;
}
.wucpo4.xnjit4:hover .hcf0gt,
.wucpo4.uarn3q:hover .hcf0gt{
  background-color: #fff;
}

.wucpo4.xnjit4 .hcf0gt i,
.wucpo4.uarn3q .hcf0gt i{
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
  color: #777;
  background-color: transparent;
}

.wucpo4.xnjit4:hover .hcf0gt i,
.wucpo4.uarn3q:hover .hcf0gt i{
  bottom: auto;
  transform: translateX(5px);
  color: #b92d20;
}

.wucpo4.xnjit4 .q6i9le,
.wucpo4.uarn3q .q6i9le{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  margin-top: 0;
}

.wucpo4.xnjit4 .q6i9le h5,
.wucpo4.uarn3q .q6i9le h5{
  margin: 0;
  font-size: 16px;
}

.wucpo4.xnjit4 .q6i9le h5 a,
.wucpo4.uarn3q .q6i9le h5 a{
  color: #222222;
}

.wucpo4.xnjit4 .hcf0gt{
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: -45px;
}

/* Style 4 and 5 and 6 */
.wucpo4.y8ms15,
.wucpo4.df06is,
.wucpo4.qdf1ah{
  overflow: hidden;
  position: relative;
}
.wucpo4.y8ms15 .q6i9le,
.wucpo4.df06is .q6i9le,
.wucpo4.qdf1ah .q6i9le{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  padding-right: 40px;
}
.wucpo4.y8ms15 .hcf0gt i,
.wucpo4.df06is .hcf0gt i,
.wucpo4.qdf1ah .hcf0gt i{
  opacity: 1;
  visibility: visible;
  top: auto;
  left: auto;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  background-color: rgba(255,255,255,.2);
  color: #fff;
}
.wucpo4.y8ms15 .hcf0gt i:hover,
.wucpo4.df06is .hcf0gt i:hover{
  background-color: #b92d20;
}
.wucpo4.y8ms15 .hcf0gt{
  background-image: linear-gradient(to top, rgba(0,0,0,.7) 20%, transparent 80%);
}
.wucpo4.y8ms15:hover .hcf0gt,
.wucpo4.df06is:hover .hcf0gt,
.wucpo4.qdf1ah:hover .hcf0gt{
  background-color: transparent;
}
.wucpo4.y8ms15 img,
.wucpo4.df06is img,
.wucpo4.qdf1ah img{
  transition: .3s;
}
.wucpo4.y8ms15:hover img{
  transform: scale(1.1) rotate(2deg);
}
.wucpo4.y8ms15 h5,
.wucpo4.df06is h5,
.wucpo4.qdf1ah h5{
  font-size: 18px;
}

.wucpo4.df06is .hcf0gt,
.wucpo4.qdf1ah .hcf0gt{
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  padding: 20px 0 0;
}
.wucpo4.df06is .q6i9le,
.wucpo4.qdf1ah .q6i9le{
  padding-right: 0;
}
.wucpo4.df06is .hcf0gt h5 a,
.wucpo4.qdf1ah .hcf0gt h5 a{
  color: #222222;
}
.wucpo4.df06is .hcf0gt i{
  background-color: #fff;
  color: #777;
  bottom: 60px;
  right: 20px;
  box-shadow: 0 3px 24px rgba(0,0,0,.04);
}
.wucpo4.df06is .hcf0gt i:hover{
  background-color: #b92d20;
  color: #fff;
}
.wucpo4.qdf1ah{
  overflow: visible;
}
.wucpo4.qdf1ah .hcf0gt {
  border-radius: 35px;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  width: calc(100% - 40px);
  margin: -35px auto 0;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
}
.wucpo4.qdf1ah .hcf0gt i{
  position: relative;
  bottom: auto;
  right: 30px;
  color: #fff;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  width: auto;
  height: auto;
}

.wucpo4.qdf1ah .hcf0gt h5{
  margin: 0;
}
.wucpo4.qdf1ah .q6i9le h5 a{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.wucpo4.qdf1ah:hover .hcf0gt{
  background-color: #b92d20;
}
.wucpo4.qdf1ah:hover .hcf0gt h5 a{
  color: #fff;
}
.wucpo4.qdf1ah:hover .hcf0gt i{
  right: -20px;
  opacity: 1;
  visibility: visible;
}

/* Portfolio Slider */
.crskru .vke66g{
  overflow: visible;
}

.crskru .vke66g{
  margin: 0 -35px;
}
.crskru .i4inyn{
  margin: 0 35px;
}

.crskru img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crskru .vke66g .dsrbw9 + .i4inyn .row{
  flex-direction: row-reverse;
}

.b95906 .pb635b{
  position: absolute;
  bottom: 40px;
  left: 15px;
}
.crskru .n61q4s .fsw1kf{
  max-width: 100%;
  margin-bottom: 0;
}
.crskru .n61q4s .fsw1kf .zidunh{
  font-size: 32px;
}

.efny5m .vke66g{
  overflow: visible;
}

/* Portoflio Details */
.v2a8ac .zaqqzx{
  position: absolute;
  top: -100px;
  right: 40px;
  margin: 0;
  min-width: 300px;
}

.pj3wl3 + .pj3wl3{
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #efefef;
}
.pj3wl3 label{
  display: block;
  margin: 0;
}
.pj3wl3 .ux6hol li a{
  color: #777;
}
.pj3wl3 .ux6hol li a:hover{
  color: #b92d20;
}

/*======== Shortcodes Css, added by saime 12/3/2020 =========*/
/* About */

.kxo4gu.uarn3q .hq7ke2{
  position: relative;
  text-align: left;
}

.kxo4gu.uarn3q .fsw1kf h5.eqv7ze{
  font-size: 26px;
  color: #b92d20;
  margin-bottom: 0;
}

.kxo4gu.uarn3q .v63qqk{
  margin-top: 45px;
}

.kxo4gu.uarn3q .v63qqk ul{
  margin-top: 30px;
  margin-bottom: 0;
}

.kxo4gu.uarn3q .v63qqk ul li{
display: flex;
align-items: center;
 color: #1D2228;
 font-size: 16px;
 font-weight: 600;
}

.kxo4gu.uarn3q .v63qqk ul li + li{
  margin-top: 15px;
}

.kxo4gu.uarn3q .v63qqk ul li span{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b92d20;
  color: #b92d20;
  margin-right: 20px;
}

.kxo4gu.uarn3q .v63qqk .md1z0k{
  background-color: #f4f4f5;
  padding: 50px;
  border-radius: 8px;
}

.kxo4gu.uarn3q .v63qqk .md1z0k i{
  font-size: 60px;
  color: #b92d20;
  line-height: 1;
  display: inline-block;
}

.kxo4gu.uarn3q .v63qqk .md1z0k p{
  color: #1D2228;
  font-size: 18px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 0;
}

.kxo4gu.uarn3q .v63qqk .r3y3mw{
  display: flex;
  align-items: center;
    padding-left: 50px;
    border-left: 6px solid #b92d20;
    margin-top: 45px;
}

.kxo4gu.uarn3q .v63qqk .r3y3mw .c2ssk6{
  border: 1px solid #e1e1e1;
  padding: 6px;
  border-radius: 50%;
  margin-right: 30px;
}
.kxo4gu.uarn3q .v63qqk .r3y3mw .c2ssk6 img{
  border-radius: 50%;
  width: 65px;
}

@media(max-width: 1199px) and (min-width: 992px){

  .kxo4gu.uarn3q .v63qqk .md1z0k{
    padding: 50px 30px;
  }

}

@media (max-width: 991px) {

  .kxo4gu.uarn3q .numvv7 h3.eqv7ze{
  font-size: 22px;
  color: #b92d20;
  margin-bottom: 0;
}

.kxo4gu.uarn3q .fsw1kf{
  margin-top: 30px;
  margin-bottom: 0;
}

.kxo4gu.uarn3q .numvv7 {
    margin-top: 50px;
}
}

@media (max-width: 768px){

  .kxo4gu.uarn3q .v63qqk .md1z0k{
    margin-top: 45px;
  }
}



/* Project Sec */

.f9duya .kn02z9{
  position: relative;
}

.f9duya .container .row{
  margin-bottom: 120px;
}

.f9duya .container .row:last-child{
  margin-bottom: 0;
}
.f9duya .kn02z9 .mgocfz.aqtlmx{
    bottom: -54px;
    left: -50px;
    top: auto;
    width: 50%;
    height: 70%;
}
.f9duya .kn02z9.z6a57f .mgocfz.aqtlmx{
    right: -50px;
    left: auto;
}

.f9duya .u1djvs h4.zidunh:before{
    content: "";
    position: absolute;
    left: -80px;
    top: 24px;
    width: 72px;
    height: 2px;
    z-index: 1;
    background-color: #b92d20;
}

.f9duya .u1djvs.z6a57f h4.zidunh:before{
    right: -80px;
    left: auto;
}

.f9duya .u1djvs p{
  margin-bottom: 30px;
}

@media (max-width: 991px) {

  .f9duya .u1djvs h4.zidunh:before{
    content: none;
  }

  .f9duya .u1djvs{
    margin-top: 50px;
  }

  .f9duya .container .row.vzfe82{
    flex-direction: column-reverse;
  }
}


/* fun-facts */

.w1i50g .ahzdop{
  flex-direction: row;
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.w1i50g .ahzdop .md1z0k{
  color: #fff;
  font-size: 55px;
  margin-right: 25px;
}

.w1i50g .ahzdop h5{
  font-size: 16px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

/* features sec */

.yrdtz3 .f8zs35{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background-color: #3d3133;
  height: 100%;
  padding: 70px 120px;
}

.yrdtz3 .f8zs35 h4{
  color: #fff;
  font-size: 34px;
  margin-bottom: 0;
}

.yrdtz3 .f8zs35 p{
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  margin: 35px 0;
}

.yrdtz3 .f8zs35 ul{
  margin-bottom: 35px;
}

.yrdtz3 .f8zs35 ul li i{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    border: 1px solid #efefef;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.yrdtz3 .f8zs35 ul li{
    color: #fff;
    font-size: 16px;
    margin: 15px 0 0;
}

.yrdtz3 .f8zs35 ul li:first-child{
  margin-top: 0;
}

.yrdtz3 .kn02z9{
  position: relative;
  height: 100%;
}
.yrdtz3 .kn02z9 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.yrdtz3 .kn02z9 .o6wyc3{
  display: flex;
  align-items: center;
  background-color: #b92d20;
  padding: 15px 20px;
  position: absolute;
  bottom: 54px;
  left: -60px;
}
.yrdtz3 .kn02z9 .o6wyc3 i{
  display: inline-block;
  color: #fff;
  font-size: 50px;
  margin-right: 10px;
}

.yrdtz3 .kn02z9 .o6wyc3 span{
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}

@media(max-width: 1199px) and (min-width: 991px){

  .yrdtz3 .f8zs35{
    padding: 70px 50px;
  }
}

@media (max-width: 768px) {

   .yrdtz3 .f8zs35{
    padding: 70px 50px;
  }
  .yrdtz3 .f8zs35 h4{
    font-size: 30px;
  }
}

@media (max-width: 575px) {
.yrdtz3 .f8zs35{
   padding: 70px 20px;
  }
}



/* Gallery Sec */

.pw3d2q .zr3c4q{
  padding: 40px 36px;
}

.zr3c4q h5{
  margin-bottom: 20px;
}

.yin5x1{
  width: 100%;
  height: 100%;
  position: relative;
}
.yin5x1.qtiyon:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(49, 49, 49, 0.5);
}

.yin5x1.qtiyon .ohi0ac{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {

  .yin5x1.qtiyon{
    height: 307px;
  }
}

@media (max-width: 768px) {

  .yin5x1{
    height: 307px;
  }
}



/* services */

.mid1bk{
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.tbxtkw.uarn3q{
  position: relative;
  overflow: hidden;
  padding: 50px 30px;
  box-shadow: 4px 3px 24px rgb(223 227 234 / 74%);
  border-radius: 8px;
  background-color: #fff;
}

.tbxtkw.uarn3q:before{
  content: "";
  position: absolute;
  right: -35px;
  bottom: -35px;
  width: 100px;
  height: 100px;
  background-color: #b92d20;
  border-radius: 50%;
  transition: 0.3s;
}

.tbxtkw.uarn3q:hover:before{
 right: -25px;
 bottom: -25px;
}

.tbxtkw.uarn3q .md1z0k i{
  margin-bottom: 0;
  margin-right: 20px;
  color: #b92d20;
  font-size: 65px;
  line-height: 1;
  display: block;
}

.tbxtkw.uarn3q .uyd5i5 h3{
  margin-bottom: 0;
  font-size: 24px;
}
.tbxtkw.uarn3q .uyd5i5 h3 a {
    color: #1D2228;
}

.tbxtkw.uarn3q .zgiccs{
  margin: 25px 0;
}

.tbxtkw.uarn3q .gco316 a{
  color: #1D2228;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.tbxtkw.uarn3q .gco316 a i{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border:1px solid #b92d20;
  color: #b92d20;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  transition: 0.3s;
}

.tbxtkw.uarn3q .gco316 a:hover i{
  background-color: #b92d20;
  color: #fff;
}


/*  Video  */

.w0lb9d{
    color: #b92d20;
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

.jdi5zt{
  margin-top: 90px;
}

.jdi5zt .th4fbq .fsw1kf{
  margin-bottom: 40px;
}

.jdi5zt .th4fbq{
    background-color: #fff;
    padding: 40px;
    position: relative;
    margin: -200px 0 0;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.jdi5zt .th4fbq .sjbwj3 .y4i89r span{
  border-radius: 0;
  width: 4px;
}

.jdi5zt .th4fbq .hc6wge{
    position: absolute;
    left: -90px;
    top: 0;
}

.jdi5zt .th4fbq .hc6wge a{
    background-color: #b92d20;
    color: #fff;
    width: 90px;
    height: 90px;
    border-radius: 0;
}

.jdi5zt .th4fbq .hc6wge a:after,
.jdi5zt .th4fbq .hc6wge a:before{
  content: none;
}

.jdi5zt .hc6wge a:hover{
  background-color: #222222;
}

@media (max-width: 991px) {

  .jdi5zt .th4fbq{
    margin: 60px 0 0;
    box-shadow: none;
  }

  .jdi5zt .th4fbq .hc6wge{
    top: -45px;
    right: 0;
    left: auto;
  }
}

@media (max-width: 768px) {

  .jdi5zt .th4fbq{
    padding: 25px;
  }

}

/*  Gallery-sec */

.q1pn5s{
  border-top: 2px solid #E5E5E6;
  border-bottom: 2px solid #E5E5E6;
  padding: 20px 0;
}
.q1pn5s .t1tq8w{
  position: relative;
  display: block;
}
.q1pn5s .i4inyn{
  margin: 0;
}

.q1pn5s.zh54ux .fncoj2,
.q1pn5s.zh54ux .dhzmyd{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:2px solid #fff;
  z-index: 1;
  color: #fff;
}

.q1pn5s.zh54ux .fncoj2:before,
.q1pn5s.zh54ux .dhzmyd:before{
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  opacity: 1;
}

.q1pn5s.zh54ux .fncoj2:before{
  content: "\f060";
}
.q1pn5s.zh54ux .dhzmyd:before{
  content: "\f061";
}

.q1pn5s.zh54ux .fncoj2{
  left: 25px;
}
.q1pn5s.zh54ux .dhzmyd{
  right: 25px;
}

.q1pn5s .sain7y{
    justify-content: center;
    margin-top: 40px;
  }

  .q1pn5s .sain7y li button{
    background-color: #e1e1e1;
  }
  .q1pn5s .sain7y li.dsrbw9 button{
    background-color: #b92d20;
  }

  .q1pn5s .w040h6,
  .q1pn5s .w040h6 img{
    border-radius: 0;
  }
  .q1pn5s .w040h6:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1D2228;
    opacity: 0;
    transition: 0.3s;
  }
  .q1pn5s .w040h6:after{
    content: "\f002";
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.6);
    color: #fff;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 16px;
    opacity: 0;
    transition: 0.3s;
    z-index: 1;
    visibility: hidden;
}
 .q1pn5s .w040h6:hover:after {
    opacity: 1;
    visibility: visible;
    top: 50%;
}
  .q1pn5s .w040h6:hover:before{
    opacity: 0.5;
}

@media (max-width: 768px){
  .q1pn5s{
    padding: 0;
    border: 0;
  }
}



/*  Video style 2 */

.yp8vmy.w6t4ei{
  padding: 200px 0 300px;
}

.yp8vmy .hc6wge{
  display: flex;
  align-items: center;
  justify-content: center;
}

.yp8vmy .hc6wge a{
  width: 100px;
  height: 100px;
  background-color: #b92d20;
  color: #fff;
  font-size: 25px;
}

.yp8vmy .hc6wge a:hover{
  background-color: #222222;
}

/*  mission-vision */

.vcpad5{
  margin-top: -90px;
}

.vcpad5 .pclga8{
  display: flex;
  align-items: center;
  padding: 40px;
  box-shadow: 4px 3px 24px rgb(223 227 234 / 74%);
  border-radius: 8px;
}

.pclga8 .md1z0k i{
  font-size: 75px;
  color: #1D2228;
  display: inline-block;
  line-height: 1;
  margin-right: 35px;
}

.pclga8 .uyd5i5 h4{
  margin-bottom: 14px;
}

@media (max-width: 576px){

  .vcpad5 .pclga8{
    flex-direction: column;
    align-items: flex-start;
  }

  .pclga8 .md1z0k i{
    margin-bottom: 28px;
    margin-right: 0;
  }
}


/* What We Do */

.jaeif1 .blhf7c{
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
  padding: 80px;
  position: relative;
  margin-left: -150px;
  margin-top: 130px;
}

.jaeif1 .blhf7c p.zgiccs{
  margin: 50px 0;
}

.jaeif1 .sjbwj3{
  background-color: #efefef;
}

@media (max-width: 991px) {

  .jaeif1 .blhf7c{
    margin-left: 0;
    margin-top: 0;
    padding: 50px;
  }
}

@media (max-width: 576px) {

  .jaeif1 .blhf7c{
    padding: 40px 20px;
  }

}


/* why-us */

.shs5pw .kn02z9{
  position: relative;
}
.shs5pw .kn02z9 span{
    position: absolute;
    left: -20px;
    top: 30px;
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    background-color: #b92d20;
    line-height: 1.2;
}

.shs5pw .f8zs35{
  padding-left: 40px;
}

.shs5pw .f8zs35 .xpxy6g h5{
  margin-bottom: 10px;
  font-size: 18px;
}

.shs5pw .f8zs35 .na2ovy{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}

.shs5pw .f8zs35 .na2ovy .dce0wo{
    background-color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    color: #fff;
    width: 25%;
    height: 100px;
}

.shs5pw .f8zs35 .na2ovy .k20er7{
    background-color: #b92d20;
    display: flex;
    padding-left: 45px;
    justify-content: center;
    flex-direction: column;
    width: 75%;
    height: 100px;
}
.shs5pw .f8zs35 .na2ovy .k20er7 span{
  color: #fff;
  display: block;
  font-size: 15px;
}

.shs5pw .f8zs35 .na2ovy .k20er7 h5{
  color: #fff;
  margin-bottom: 0;
  font-size: 26px;
}

@media (max-width: 991px) {

  .shs5pw .f8zs35{
    padding-left: 0;
    margin-top: 50px;
  }
}

@media(max-width: 400px){

  .shs5pw .f8zs35 .na2ovy{
    flex-direction: column;
  }
  .shs5pw .f8zs35 .na2ovy .dce0wo,
  .shs5pw .f8zs35 .na2ovy .k20er7{
    width: 100%;
  }
}


/* why-us style 2 */

.shs5pw.uarn3q{
  position: relative;
}

.shs5pw.uarn3q .row .col-lg-3{
  padding-top: 120px;
}

.shs5pw.uarn3q .l1h90q{
  margin-bottom: 30px;
}
.shs5pw.uarn3q .l1h90q.z6a57f{
  text-align: right;
}

.shs5pw.uarn3q .l1h90q .e9u0yj{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.shs5pw.uarn3q .l1h90q .e9u0yj .dce0wo{
  font-size: 35px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b92d20;
  border: 5px solid #fff;
  box-shadow: 0 3px 12px rgba(0,0,0,.1);
  border-radius: 50%;
  color: #fff;
  line-height: 1;
  transition: .3s;
}

.shs5pw.uarn3q .l1h90q .e9u0yj h5{
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
}
.shs5pw.uarn3q .kn02z9{
  bottom: -80px;
}
.shs5pw.uarn3q .kn02z9 img{
  width: 100%;
}

@media(max-width: 1199px) and (min-width: 991px){

  .shs5pw.uarn3q .l1h90q .e9u0yj{
    display: block;
  }
  .shs5pw.uarn3q .l1h90q.z6a57f .dce0wo{
    margin-left: auto;
  }
}

@media (max-width: 991px) {

  .shs5pw.uarn3q .kn02z9{
    bottom: 0;
    margin: 50px 0 80px;
  }
  .shs5pw.uarn3q .row .col-lg-3{
    padding-top: 0;
  }
  .shs5pw.uarn3q .l1h90q{
    max-width: 300px;
    margin: 0 auto 30px;
  }
}
/*新增加的css*/
.tqpe63 {
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kdjf6b {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}
.kdjf6b a,
.kdjf6b span {
  min-width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #b10707ed;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kdjf6b .uf0ccr {
  background-color: rgb(255 121 8);
  color: white;
  border-color: rgb(255 121 8);
}
.kdjf6b .v7m6vm {
  color: #aaa;
  border-color: #eee;
}

/* theme 440 migration utility pages */
.mqu97c{display:inline-block;white-space:nowrap;font-size:0;vertical-align:middle;margin-left:18px}.mqu97c .qzxb9s{display:inline-block!important;height:44px!important;line-height:44px!important;padding:0 18px!important;margin:0 0 0 8px!important;font-size:14px!important;vertical-align:top;white-space:nowrap}.uzx9hf.df06is .cnykgo.tbqvqc li a{white-space:nowrap}.uzx9hf.df06is .cnykgo.tbqvqc li a div{max-width:230px}.uzx9hf.df06is .cnykgo.tbqvqc li a p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uzx9hf.df06is .bq90ov .suia1x>li>a{white-space:nowrap;padding-left:13px!important;padding-right:13px!important}.uzx9hf.df06is .wgp6o9.uarn3q .wib836.lnocco{display:none!important}.uzx9hf.df06is .wgp6o9.uarn3q .wib836.obafrq{display:block!important;position:relative}.uzx9hf.df06is .wgp6o9.uarn3q .wib836.obafrq span{position:relative;display:block;margin-left:auto;margin-right:auto;top:18px}.uzx9hf.df06is .wgp6o9.uarn3q .wib836.obafrq span+span{margin-top:5px}.taof1b{font-size:38px;line-height:48px;margin:0 0 12px;color:#fff;font-weight:700}.bf3wba .d3p6pp h1{color:#fff}.o1lfdl{padding:84px 0;clear:both}.o1lfdl h2{font-size:34px;line-height:44px;margin:0 0 18px;color:#1d2228;font-weight:700}.o1lfdl h3{font-size:20px;line-height:28px;margin:0 0 10px;color:#1d2228;font-weight:700}.o1lfdl p,.o1lfdl li{color:#555;font-size:15px;line-height:28px}.ycq09g{background:#f7f7f7}.eof583{padding:8px 0}.ak8d9y{display:block;margin:0 0 13px;color:#b92d20;font-weight:700;letter-spacing:0;font-size:13px;text-transform:uppercase}.u0r210{font-size:0;margin-top:26px}.u0r210 .qzxb9s{display:inline-block!important;height:50px!important;line-height:50px!important;padding:0 26px!important;margin:0 12px 12px 0!important;vertical-align:top;font-size:14px!important;white-space:nowrap}.ki4ji5{font-size:0;margin:24px 0 0}.ki4ji5 span{display:inline-block;width:31.33%;min-height:74px;margin:0 1% 12px;padding:15px 14px;background:#f7f7f7;border-left:4px solid #b92d20;color:#1d2228;font-size:13px;line-height:22px;vertical-align:top}.uh1iio,.qbh85g{background:#1d2228;padding:24px;color:#fff;box-shadow:0 12px 35px rgba(0,0,0,.12)}.uh1iio img,.qbh85g img{display:block;width:100%;height:auto;max-height:345px;margin-bottom:22px}.uh1iio b,.qbh85g b{display:block;color:#fff;font-size:22px;line-height:30px}.uh1iio p,.qbh85g span{display:block;color:#ddd;font-size:14px;line-height:24px;margin:0}.fz5jed{text-align:center;max-width:780px;margin:0 auto 42px}.fz5jed h2{margin-bottom:12px}.joiwm8{background:#fff;padding:32px 26px;margin-bottom:30px;min-height:242px;border:1px solid #ececec;box-shadow:0 8px 22px rgba(0,0,0,.045)}.joiwm8 span{display:inline-block;margin-bottom:18px;padding:7px 12px;background:#b92d20;color:#fff;font-weight:700}.joiwm8 h3,.joiwm8 p,.hbisv6 h2,.hbisv6 p,.uc5og2 h2,.uc5og2 p{color:#1d2228}.pnxcw5{width:100%;border-collapse:collapse;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.05)}.pnxcw5 th,.pnxcw5 td{border:1px solid #e5e5e5;padding:17px 18px;color:#1d2228;font-size:15px;line-height:25px}.pnxcw5 th{background:#1d2228;color:#fff}.edgpn5{background:#fff;border-left:5px solid #b92d20;padding:38px 42px;box-shadow:0 8px 24px rgba(0,0,0,.055)}.edgpn5 ol{margin:0;padding-left:20px}.edgpn5 li{list-style:decimal;margin-bottom:10px}.lgz4vy,.p3dw7t,.v2glnn{background:#fff}.yrtqdf{background:#1d2228}.yrtqdf h2,.yrtqdf p{color:#fff}.pg2uwr{background:#fff;padding:30px 24px;margin-bottom:30px;min-height:225px}.pg2uwr i{display:block;font-size:34px;color:#b92d20;margin-bottom:18px}.pg2uwr h3,.pg2uwr p{color:#1d2228}.aaszbw{position:relative;background:#f7f7f7;border-left:4px solid #b92d20;padding:23px 28px 23px 82px;margin-bottom:16px}.aaszbw span{position:absolute;left:22px;top:23px;width:38px;height:38px;line-height:38px;text-align:center;background:#b92d20;color:#fff;font-weight:700}.aaszbw p{margin-bottom:0}.uc5og2{background:#fff;border:1px solid #e7e7e7;padding:40px 38px;box-shadow:0 8px 24px rgba(0,0,0,.05)}.c0mv9e{font-size:0;margin-top:24px}.c0mv9e div{display:inline-block;width:31.33%;min-height:110px;margin:0 1% 12px;background:#1d2228;padding:22px 18px;vertical-align:top}.c0mv9e b{display:block;color:#fff;font-size:20px;line-height:26px;margin-bottom:8px}.c0mv9e span{display:block;color:#ddd;font-size:13px;line-height:22px}.hbisv6{background:#fff;padding:40px 36px;border:1px solid #e5e5e5;box-shadow:0 13px 34px rgba(0,0,0,.08)}.hbisv6 h2{font-size:28px;line-height:36px;margin-bottom:12px}.hbisv6 input{display:block;width:100%;height:52px;line-height:52px;margin-bottom:15px;padding:0 16px;border:1px solid #ddd;background:#fff;color:#222;border-radius:0;box-shadow:none}.hbisv6 input:focus{border-color:#b92d20;outline:0}.etgeks{font-size:13px!important;line-height:23px!important;color:#696969!important;margin:12px 0 0!important}.fvd0hy{font-size:0;margin-top:8px}.fvd0hy button,.fvd0hy a{display:inline-block!important;height:48px!important;line-height:48px!important;padding:0 24px!important;margin:0 10px 10px 0!important;vertical-align:top;border:0;background:#b92d20;color:#fff!important;font-size:14px!important;font-weight:700;text-align:center;white-space:nowrap;cursor:pointer;border-radius:0}.fvd0hy a{background:#1d2228}.w5rdal{background:#1d2228;padding:40px 36px;margin-bottom:30px}.w5rdal h2,.w5rdal p,.w5rdal li{color:#fff}.w5rdal .ak8d9y{color:#b92d20}.r3r9y3{margin:20px 0 0;padding:0}.r3r9y3 li{position:relative;padding-left:22px;margin-bottom:10px;list-style:none}.r3r9y3 li:before{content:'';position:absolute;left:0;top:11px;width:8px;height:8px;background:#b92d20}.rq90s5{font-size:0;margin:0 -7px}.rq90s5 input{display:inline-block;width:50%;padding-left:16px;margin-left:0;margin-right:0;vertical-align:top}.rq90s5 input:first-child{width:48%;margin-right:4%}.q5xdwo{background:#fff}.khsibf{font-size:0;text-align:center}.khsibf div{display:inline-block;width:23%;min-height:132px;background:#f7f7f7;margin:0 1% 20px;padding:27px 18px;vertical-align:top;border-top:4px solid #b92d20}.khsibf span{display:block;width:38px;height:38px;line-height:38px;text-align:center;background:#b92d20;color:#fff;font-weight:700;margin:0 auto 14px}.khsibf p{margin-bottom:0;color:#1d2228}.e2ppye{text-align:center;background:#1d2228}.e2ppye h2,.e2ppye p{color:#fff}.e2ppye .qzxb9s{display:inline-block!important;height:50px!important;line-height:50px!important;padding:0 28px!important;color:#fff!important}.tkul22{font-size:34px;line-height:44px;margin-bottom:18px;color:#151515}@media(max-width:1199px){.uzx9hf.df06is .bq90ov .suia1x>li>a{padding-left:8px!important;padding-right:8px!important}.ki4ji5 span{width:100%;margin-left:0;margin-right:0}.c0mv9e div{width:100%;margin-left:0;margin-right:0}.khsibf div{width:48%}}@media(max-width:991px){.uzx9hf.df06is .wgp6o9.uarn3q .wib836.lnocco{display:block!important;position:relative}.uzx9hf.df06is .wgp6o9.uarn3q .wib836.obafrq{display:none!important}.uzx9hf.df06is .wgp6o9.uarn3q .wib836.lnocco span{position:relative;display:block;margin-left:auto;margin-right:auto;top:18px}.uzx9hf.df06is .wgp6o9.uarn3q .wib836.lnocco span+span{margin-top:5px}.mqu97c{display:none}.o1lfdl{padding:58px 0}.taof1b{font-size:30px;line-height:38px}.o1lfdl h2{font-size:28px;line-height:36px}.uh1iio,.hbisv6{margin-top:28px}.w5rdal{padding:32px 26px}}@media(max-width:767px){.o1lfdl{padding:48px 0}.u0r210 .qzxb9s,.fvd0hy button,.fvd0hy a{display:block!important;width:100%;margin-right:0!important;text-align:center}.rq90s5 input,.rq90s5 input:first-child{display:block;width:100%;margin-right:0}.aaszbw{padding:82px 22px 22px}.aaszbw span{left:22px;top:22px}.khsibf div{width:100%;margin-left:0;margin-right:0}.joiwm8,.pg2uwr{min-height:0}.hbisv6{padding:32px 24px}.edgpn5,.uc5og2{padding:32px 24px}.pnxcw5 th,.pnxcw5 td{display:block;width:100%}}
