* {
    text-wrap: pretty;
}

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

.ss_parent {
  display: none;
}
.single_skill h4 {
  line-height: 1.5;
  background: #613740;
  padding-left: 5px;
}
.light .single_skill h4 {
  background: #f9adb1;
}
.single_skill {
  margin-bottom: 30px;
}
/**Button**/
:root {
    --shiny-cta-bg: #17171b;
    --shiny-cta-bg-subtle: #1a1818;
    --shiny-cta-fg: #ffffff;
    /* --shiny-cta-highlight: blue;
    --shiny-cta-highlight-subtle: #8484ff; */
    --shiny-cta-highlight: #f3839c;
    --shiny-cta-highlight-subtle: #f9adb1;
  }

@property --gradient_rotate {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
  }

a#backtotop {
    --gradient_rotate: 0deg;
    --border_width: 1rem;
    /* --metal_01: rgb(200 200 220 / 1);
    --metal_02: rgb(160 160 180 / 1);
    --metal_03: rgb(120 120 140 / 1); */
    --metal_01: rgb(243 131 156);
    --metal_02: rgb(249 173 177);
    --metal_03: rgb(163 151 152);
    --metal_04: rgb(080 080 100 / 1);
    --metal_05: rgb(040 040 060 / 1);
    --metal_06: rgb(010 010 010 / 1);
    /* position: relative; */
    cursor: pointer;
    /* padding-inline: 3rem;
    padding-block: 3rem; */
    background: linear-gradient(0deg, rgb(010 010 010 / 1) 10%, rgb(040 040 050 / 1)) padding-box, conic-gradient(from var(--gradient_rotate), rgb(from var(--metal_01) r g b / 0.5), rgb(from var(--metal_01) r g b / 0), rgb(from var(--metal_06) r g b / 0), rgb(from var(--metal_06) r g b / 1), rgb(from var(--metal_04) r g b / 0.5), rgb(from var(--metal_04) r g b / 0), rgb(from var(--metal_04) r g b / 1), rgb(from var(--metal_01) r g b / 0.5)) border-box;
    border-radius: 5px;
    border: var(--border_width) solid transparent;
    animation: button_gradient_rotate 12s linear infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    z-index: 5;
    bottom: 20px !important;
    top: unset;
    right: 20px;
}

a#backtotop:hover svg,
a#backtotop:hover:after,
a#backtotop:focus:after,
a#backtotop:focus svg {
    filter: invert(1);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

a#backtotop > svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  min-height: 30px;
  min-width: 30px;
  transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

a#backtotop:before {
    content: "";
    position: absolute;
    /* inset: calc(-1 * var(--border_width)); */
    inset: -16px;
    border-radius: inherit;
    background: conic-gradient(from var(--gradient_rotate), rgb(from var(--metal_03) r g b / 1), rgb(from var(--metal_01) r g b / 1), rgb(from var(--metal_01) r g b / 1), rgb(from var(--metal_06) r g b / 1), rgb(from var(--metal_02) r g b / 1), rgb(from var(--metal_05) r g b / 1), rgb(from var(--metal_04) r g b / 1), rgb(from var(--metal_03) r g b / 1)) padding-box, conic-gradient(from 0deg, rgb(from var(--metal_03) r g b / 1), rgb(from var(--metal_01) r g b / 1), rgb(from var(--metal_01) r g b / 1), rgb(from var(--metal_06) r g b / 1), rgb(from var(--metal_02) r g b / 1), rgb(from var(--metal_05) r g b / 1), rgb(from var(--metal_04) r g b / 1), rgb(from var(--metal_03) r g b / 1)) border-box;
    animation: button_gradient_rotate 8s linear infinite reverse;
    /* border: 0.25rem solid transparent; */
    width: 50px;
    height: 50px;
    z-index: -1;
    border: unset;
}
a#backtotop::after {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    background: linear-gradient(0deg, rgb(010 010 010 / 1) 10%, rgb(040 040 050 / 1)) padding-box, conic-gradient(from var(--gradient_rotate), rgb(from var(--metal_01) r g b / 0.5), rgb(from var(--metal_01) r g b / 0), rgb(from var(--metal_06) r g b / 0), rgb(from var(--metal_06) r g b / 1), rgb(from var(--metal_04) r g b / 0.5), rgb(from var(--metal_04) r g b / 0), rgb(from var(--metal_04) r g b / 1), rgb(from var(--metal_01) r g b / 0.5)) border-box;
    z-index: -1;
    border-radius: 5px;
}
.dark a#backtotop::after {
    z-index: -1;
    border-radius: 5px;
    background: linear-gradient(0deg, rgb(255 255 255) 10%, rgb(145 145 160)) padding-box, conic-gradient(from var(--gradient_rotate), rgb(from var(--metal_01) r g b / 0.5), rgb(from var(--metal_01) r g b / 0), rgb(from var(--metal_06) r g b / 0), rgb(from var(--metal_06) r g b / 1), rgb(from var(--metal_04) r g b / 0.5), rgb(from var(--metal_04) r g b / 0), rgb(from var(--metal_04) r g b / 1), rgb(from var(--metal_01) r g b / 0.5)) border-box;
}
.dark a#backtotop > svg {
    fill: black;
}
@keyframes button_gradient_rotate {
    from {
      --gradient_rotate: 0deg;
    }
    to {
      --gradient_rotate: 360deg;
    }
}

@property --gradient-angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
  }
  
  @property --gradient-angle-offset {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
  }
  
  @property --gradient-percent {
    syntax: "<percentage>";
    initial-value: 5%;
    inherits: false;
  }
  
  @property --gradient-shine {
    syntax: "<color>";
    initial-value: white;
    inherits: false;
  }
  
  .btn.btn-primary {
    --animation: gradient-angle linear infinite;
    --duration: 3s;
    --shadow-size: 2px;
    isolation: isolate;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    outline-offset: 4px;
    padding: 0.83rem 2.5rem;
    font-family: inherit;
    font-size: 1.125rem;
    line-height: 1.2;
    border: 1px solid transparent;
    border-radius: 5px;
    color: var(--shiny-cta-fg);
    background: linear-gradient(var(--shiny-cta-bg), var(--shiny-cta-bg))
        padding-box,
      conic-gradient(
          from calc(var(--gradient-angle) - var(--gradient-angle-offset)),
          transparent,
          var(--shiny-cta-highlight) var(--gradient-percent),
          var(--gradient-shine) calc(var(--gradient-percent) * 2),
          var(--shiny-cta-highlight) calc(var(--gradient-percent) * 3),
          transparent calc(var(--gradient-percent) * 4)
        )
        border-box;
    box-shadow: inset 0 0 0 1px var(--shiny-cta-bg-subtle);
  
    &::before,
    &::after,
    span::before {
      content: "";
      pointer-events: none;
      position: absolute;
      inset-inline-start: 50%;
      inset-block-start: 50%;
      translate: -50% -50%;
      z-index: -1;
    }
  
    &:active {
      translate: 0 1px;
    }
  }
  .light .btn.btn-primary {
    --shiny-cta-bg: #ffffff;
    --shiny-cta-bg-subtle: #1a1818;
    --shiny-cta-fg: var(--black-300);
    background: linear-gradient(var(--shiny-cta-bg), var(--shiny-cta-bg)) padding-box, conic-gradient(from calc(var(--gradient-angle) - var(--gradient-angle-offset)), transparent, var(--shiny-cta-highlight) var(--gradient-percent), var(--gradient-shine) calc(var(--gradient-percent) * 2), var(--shiny-cta-highlight) calc(var(--gradient-percent) * 3), transparent calc(var(--gradient-percent) * 4)) border-box;
  }
  .light .btn-primary:hover span,
  .light .btn-primary:hover {
    color: #6c757d;
  }
  
  /* Dots pattern */
  .btn.btn-primary::before {
    --size: calc(100% - var(--shadow-size) * 3);
    --position: 2px;
    --space: calc(var(--position) * 2);
    width: var(--size);
    height: var(--size);
    background: radial-gradient(
        circle at var(--position) var(--position),
        white calc(var(--position) / 4),
        transparent 0
      )
      padding-box;
    background-size: var(--space) var(--space);
    background-repeat: space;
    mask-image: conic-gradient(
      from calc(var(--gradient-angle) + 45deg),
      #725868,
      transparent 10% 90%,
      #725868
    );
    border-radius: inherit;
    opacity: 0.4;
    z-index: -1;
  }
  .light .btn.btn-primary::before {
    --size: calc(100% - var(--shadow-size) * 3);
    --position: 2px;
    --space: calc(var(--position) * 2);
    background: radial-gradient(circle at var(--position) var(--position), #1a1818 calc(var(--position) / 4), transparent 0) padding-box;
    background-size: var(--space) var(--space);
    background-repeat: space;
  }
   @media (max-width: 768px) {
    a#backtotop {
        bottom: 15px !important;
        top: unset;
        right: 15px !important;
    }
   }
/* Inner shimmer */
.btn.btn-primary::after {
    --animation: shimmer linear infinite;
    width: 100%;
    aspect-ratio: 1;
    background: linear-gradient(
      -50deg,
      transparent,
      var(--shiny-cta-highlight),
      transparent
    );
    mask-image: radial-gradient(circle at bottom, transparent 40%, black);
    opacity: 0.6;
  }
  
  .btn.btn-primary span {
    z-index: 1;
  
    &::before {
      --size: calc(100% + 1rem);
      width: var(--size);
      height: var(--size);
      box-shadow: inset 0 -1ex 2rem 4px var(--shiny-cta-highlight);
      opacity: 0;
    }
  }
/* Animate */
.btn.btn-primary {
    --transition: 800ms cubic-bezier(0.25, 1, 0.5, 1);
    transition: var(--transition);
    transition-property: --gradient-angle-offset, --gradient-percent,
      --gradient-shine;
  
    &,
    &::before,
    &::after {
      animation: var(--animation) var(--duration),
        var(--animation) calc(var(--duration) / 0.4) reverse paused;
      animation-composition: add;
    }
  
    span::before {
      transition: opacity var(--transition);
      animation: calc(var(--duration) * 1.5) breathe linear infinite;
    }
  }
  
  .btn.btn-primary:is(:hover, :focus-visible) {
    --gradient-percent: 20%;
    --gradient-angle-offset: 95deg;
    --gradient-shine: var(--shiny-cta-highlight-subtle);
  
    &,
    &::before,
    &::after {
      animation-play-state: running;
    }
  
    span::before {
      opacity: 1;
    }
  }
  
  .btn-primary:active:focus,
  .btn-primary:active:hover {
    background-color: #301747;
  }

  body .btn-primary:hover {
    border-color: #f6adb1;
  }

  body .btn-check:focus + .btn-primary,
  body a.btn-primary:focus {
    background-color: rgb(249 173 177);
    border-color: rgb(249 173 177);
    box-shadow: rgb(249 173 177 / 35%) 0px 0px 0px 0.25rem;
  }
  body .btn-check:focus + .btn, 
  body .btn:focus {
    box-shadow: rgb(249 173 177 / 35%) 0px 0px 0px 0.25rem;
  }
  
  @keyframes gradient-angle {
    to {
      --gradient-angle: 360deg;
    }
  }
  
  @keyframes shimmer {
    to {
      rotate: 360deg;
    }
  }
  
  @keyframes breathe {
    from,
    to {
      scale: 1;
    }
    50% {
      scale: 1.2;
    }
  }
/**Image start**/
.aos-init {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.flex-center-title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pt-50 {
  padding-top: 50px;
}
.ab_images img {
  border-radius: 5px;
}
.light .hr_row {
  border-top: 1px solid #cd7589;
  border-bottom: 1px solid #cd7589;
}
.img-fluid {
  border-radius: 5px;
}
.box-containing {
  background: #f9adb169;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
}
.boxis i {
  font-size: 40px;
  margin-bottom: 10px;
  color: #f9adb1;
}
.light .boxis i {
  color: #f3839c;
}
/** Image end **/
/** Cards Medium Start **/
.active-light-mode .promotion-card {
    background: #33373b;
  }
  .promotion-card {
    background: #f3839c;
    width: 500px;
    /* height: 200px; */
    height: auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    transition: 0.8s ease;
  }
  .promotion-card .promotion-content {
    color: white;
    padding: 1em;
    max-width: 65%;
    position: relative;
    z-index: 2;
  }
  .promotion-card.dark .promotion-content h1 {
    color: white;
  }
  .promotion-card.dark .promotion-content p {
    color: white;
  }
  
  .promotion-card.light .promotion-content {
    color: black;
  }
  .promotion-card .promotion-blob {
    position: absolute;
    right: -80px;
    top: -80px;
    width: 360px;
    height: 360px;
    background: #271b4629;
    border-radius: 10px;
    opacity: 0.8;
    transition: 0.2s ease;
  }
  .promotion-card .promotion-blob::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 240px;
    height: 240px;
    background: #f3839c6e;
    border-radius: 10px;
    opacity: 0.9;
    transition: 0.25s ease;
  }
  .promotion-card .promotion-blob::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 160px;
    height: 160px;
    background: #583039;
    border-radius: 10px;
    transition: 0.27s ease;
  }
  .active-light-mode .promotion-card .promotion-blob {
    background: #81616173;
  }
  .active-light-mode .promotion-card .promotion-blob::before {
    background: #f9adb19c;
  }
  .active-light-mode .promotion-card .promotion-blob::after {
    background: #f3839c;
  }
  .promotion-card:hover {
    transform: translateY(-5%);
  }
  .promotion-card:hover .promotion-blob {
    width: 540px;
    height: 540px;
  }
  .promotion-card:hover .promotion-blob::after {
    width: 240px;
    height: 240px;
  }
  .promotion-card:hover .promotion-blob::before {
    width: 360px;
    height: 360px;
  }
  
  .promotion-card-deck {
    display: flex;
    gap: 1em;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    justify-content: space-evenly;
  }
  @media (max-width: 1280px) {
    .promotion-card .promotion-content {
      max-width: 70%;
    }
  }
  @media (max-width: 991px) {
    .promotion-card-deck {
      flex-wrap: wrap;
    }
  }
  @media (max-width: 480px) {
    .promotion-card .promotion-content {
      max-width: 85%;
    }
  }
  /** Cards Medium End **/
/** banner start **/
.pt-20 {
    padding-top:20px;

}
.pb_content.banner-content {
    padding: 190px 0 0;
}
/** banner end **/
/** Colors start **/
.color-shift {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.dark .color-on-dark {
    color: white;
}
.light .color-on-dark {
    color: #212529;
}
.light .color-on-light {
    /* color: white; */
}

.dark .legals ul.legal-list li.color-shift.color-on-dark:before {
    color: #c27183;
}
body {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: rgb(202 229 255);
        background-image: linear-gradient(to right, rgb(202 229 255), rgb(244 249 255), rgb(202 229 255));
}
.dark {
    background-color: #000;
    background-image: linear-gradient(to right, var(--night-300), rgb(0 0 0), hsl(217, 27%, 12%));
}

.service_section {
    overflow: hidden;
}
.overflow-hid {
    overflow: hidden;
}
.trans-bg {
    background: transparent;
}
/** Colors end **/
/**Slider card start **/
.owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
}
.owl-carousel .owl-item {
  display: flex;
}
.service_01_slider .owl-item .service_01 {
  display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: auto;
}
.sr01_dtl {
  height: 80%;
    padding-bottom: 5px;
    padding-top: 55px;
}
.service_01_slider p {
    word-break: normal;
}
.service_01_slider .owl-item.active .service_01 {
    border-radius: 5px;
    border: 1px solid #f3839c;
}
.service_01:hover {
  margin-top: 30px;/*fix temp*/
}
.sr01_dtl h3 a {
    text-decoration: unset;
    word-break: normal;
}
.sr01_dtl h3 a:hover {
    text-decoration: underline;
}
.sr01_dtl {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
 }
.light .sr01_dtl {
    
    background-color: #f9adb1;
    background-image: linear-gradient(to right, #f9adb1, rgb(255 245 246), #f9adb1);
}
.dark .sr01_dtl {
    background-image: linear-gradient(to right, #685355, rgb(52 49 49), #685355);
}
.dark .sr01_dtl p,
.dark .sr01_dtl h3,
.dark .sr01_dtl a{
    color: white;
}

.zindex-2 {
    z-index: 2;
}
.poz-rel {
    position: relative;
}
/**Slider card end **/
/******************
Navigation
******************/
header#home  {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background: rgb(0 0 0 / 10%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    filter: drop-shadow(0 3px 6px gray);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.navbar.active-bg.navbar-sticky {
    background: transparent;
  }
  
  .attr-nav > ul > li.side-menu > a {
    box-sizing: border-box;
    /* box-shadow: 0 15px 25px rgba(0, 0, 0, .6); */
    height: 42px;
    width: 42px;
    color: white;
    border-radius: 50%;
  }
  .attr-nav > ul > li.side-menu > a:hover,
  .attr-nav > ul > li.side-menu > a:focus {
    color: #f05d60;
    background: #000000a8;
  }
  nav.navbar.attr-border .attr-nav::before {
    opacity: 0;
  }
  header#home .container-semi {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  
  .nav-wrap-info {
    align-items: center;
    display: flex;
    flex: 1 1 100%;
    justify-content: flex-end;
  }
  
  .navbar-header {
    align-items: center;
    display: flex!important;
    flex: 1 1 100%;
    justify-content: flex-start;
  }
  
  .burger {
    position: relative;
    /* display: block; */
    cursor: pointer;
    /* width: 1.6rem;
    height: 1rem; */
    margin-right: 1rem;
    opacity: 1;
    visibility: visible;
    background: #ffffffa8;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-sizing: border-box;
    /* box-shadow: 0 15px 25px rgba(0, 0, 0, .6); */
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0px 9px 35px 0px rgba(33, 37, 41, 0.1);
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
  }
  .burger-line {
    position: absolute;
    display: block;
    left: 4px;
    width: 80%;
    height: 2px;
    opacity: 1;
    border-radius: 1rem;
    background: var(--black-100);
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
  }
  .burger-line:nth-child(1) {
    /* top: 0px; */
    margin-top: -18px;
  }
  .burger-line:nth-child(2) {
    /* top: 0.5rem; */
    width: 60%;
  }
  .burger-line:nth-child(3) {
    /* top: 1rem; */
    margin-top: 18px;
  }
  .burger:hover,
  .burger:focus {
    background: #000000a8;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    border: 1px solid #ffffff;
  }
  .burger:hover .burger-line,
  .burger:focus .burger-line {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    background: rgb(243 131 156);
    width: 80%;
  }

  .light .burger {
    background: #000000a8;
  }
  .light .burger-line {
    background: white;
  }
  .light .burger:hover,
  .light .burger:focus {
    background: white;
  }
  
  nav.navbar.attr-border .attr-nav {
    justify-content: flex-end;
    display: flex;
  }

  .navbar .navbar-brand.navbar-logo-icon {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    padding: .3125rem;
    background: var(--white);
    border-radius: 5px;
  }
  .light .navbar .navbar-brand.navbar-logo-icon {
    background: #000000a8;
  }
  .navbar .navbar-brand.navbar-logo-icon img.logo {
    max-height: 50px;
  }
  
  
  .wrap-sticky {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
  
#site-menu ul.nav > li {
    margin-bottom: 10px;
    width: 100%;
}
  #site-menu ul.nav > li > a {
    padding: 5px 15px !important;
    color: white;
    text-decoration: unset;
    border-radius: 5px;
    width: 100%;
    display: flex;
  }
  .light #site-menu ul.nav > li > a {
    color: black;
  }
  #site-menu ul.nav > li > a:hover {
    background: rgb(163 151 152 / 58%) !important;
    color: #ffffff;
  }
  #site-menu ul.nav > li.active > a {
    background: rgb(243 131 156) !important;
    color: #ffffff;
  }
  
  #site-menu h4 {
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid #e7e7e7;
    color: white;
    margin-top: 30px;
  }
  
  #site-menu.show-nav {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-right: 1px solid #40464d;
    background: color(srgb 0.04 0.04 0.04 / 0.96);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    /* filter: drop-shadow(0 3px 6px gray); */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: 0 5px 5px 0;
    overflow-x: hidden;
  }
  .light #site-menu.show-nav {
    background: color(srgb 0.93 0.65 0.66);
    box-shadow: 0 20px 40px rgb(255 253 253 / 10%), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border-right: 1px solid #ffffff;
    filter: drop-shadow(0 3px 6px white);
  }
  #site-menu {
    z-index: 10;
    width: 300px;
    height: 100vh;
    /* position: absolute; */
    top: 0;
    left: -300px;
    /* background: #301747; */
    background: #0b0815eb;
    padding: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    overflow-y: auto;
    top: 0;
    display: flex;
    flex-direction: column;
  }
  
  .toggle-nav.close-nav-link {
    font-size: 20px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    position: relative;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-sizing: border-box;
    box-shadow: 0 5px 20px rgb(255 255 255 / 60%);
    min-height: 50px;
    border-radius: 5px;
    text-decoration: unset;
    margin-left: 215px;
  }
  .light .toggle-nav.close-nav-link {
    background: #332b2c;
  }
  .toggle-nav.close-nav-link:hover,
  .side .close-side:hover {
    background: #f3839c;
  }
  
  
  .navbar .side .widget h4 {
    margin-top: 30px;
    color: white;
  }
  .navbar .side .widget p {
    color: white;
  }
  .side {
    /* background-color: #301747; */
    background: #0b0815eb;
    border-left: 1px solid white;
  }
  .navbar .side .widget li a {
    color: #ffffff;
  }
  .side .close-side {
    color: white;
    box-sizing: border-box;
    box-shadow: 0 5px 20px rgb(255 255 255 / 60%);
    border-radius: 0%;
  }
  .navbar .side .widget li a:hover {
    color: #f05d60;
  }
  
  
  
  
  /** Dark/Light theme **/
  :root {
    --white-100: hsl(206, 5%, 100%);
    --white-200: hsl(206, 5%, 90%);
    --white-300: hsl(206, 5%, 80%);
    --white-400: hsl(206, 5%, 65%);
    --white-500: hsl(206, 5%, 45%);
    --black-100: hsl(210, 21%, 12%);
    --black-200: hsl(210, 21%, 9%);
    --black-300: hsl(210, 21%, 6%);
    --black-400: hsl(210, 21%, 3%);
    --black-500: hsl(210, 21%, 1%);
    --night-100: hsl(217, 27%, 20%);
    --night-200: hsl(217, 27%, 16%);
    --night-300: hsl(217, 27%, 12%);
    --night-400: hsl(215, 27%, 8%);
    --night-500: hsl(215, 27%, 4%);
    --pink-100: hsl(326, 85%, 90%);
    --pink-200: hsl(327, 87%, 80%);
    --pink-300: hsl(329, 86%, 70%);
    --pink-400: hsl(330, 81%, 60%);
    --pink-500: hsl(333, 71%, 50%);
    --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
       0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
       0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
       0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  
  .os-theme-change {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .switch {
    position: relative;
    display: block;
    cursor: pointer;
    user-select: none;
    /* margin-right: 0.5rem; */
    /* width: 40px;
    height: 40px; */
    
    box-sizing: border-box;
      /* box-shadow: 0 15px 25px rgba(0, 0, 0, .6); */
      height: 50px;
      width: 50px;
      color: white;
      margin-left: 15px;
      border-radius: 5px;
      background: rgba(255, 255, 255, 0.66);
      transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
  }
  .switch:before {
    background: #e7e7e7 none repeat scroll 0 0;
      content: "";
      height: 30px;
      left: -5px;
      margin-top: -15px;
      position: absolute;
      top: 50%;
      width: 1px;
      opacity: 0;
  }
  .switch:hover,
  .switch:focus {
    background: #000000a8;
    border: 1px solid white;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
  }
  .switch:hover span,
  .switch:focus span {
    color: #f3839c;
  }

  .light .switch {
    background: #000000a8;
  }
  .light .switch:hover,
  .light .switch:focus {
    background: white;
    border: 1px solid black;
  }
  
  .bx {
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .bx-sun:before {
    content: "\ec34";
  }
  .bx-moon:before {
    content: "\eb94";
  }
  
  .switch-light, .switch-dark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in;
    display: flex;
  }
  .switch-light {
    font-size: 18px;
    visibility: visible;
    color: var(--black-300);
  }
  .light .switch-light {
    color: white;
  }
  .dark .switch-light {
    font-size: 0rem;
    visibility: hidden;
  }
  .switch-dark {
    font-size: 0rem;
    visibility: hidden;
    color: var(--black-100);
  }
  .dark .switch-dark {
    font-size: 18px;
    visibility: visible;
  }
  nav.navbar.attr-border .attr-nav > ul {
    margin: 0 auto;
  }
  nav.navbar.attr-border .attr-nav > ul > li {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  
  @media (max-width: 1023px) {
    nav.navbar.bootsnav.attr-border .navbar-header {
        border-bottom: none;
    }
    nav.navbar.attr-border .attr-nav {
      right: 0;
      margin-right: 50px;
    }
  }
  @media (max-width: 700px) {
    nav.navbar.attr-border .attr-nav {
      display: none;
    }
    .switch {
      margin-right: 0;
    }
  }
  @media (max-width: 615px) {
    .nav-wrap-info {
      display: none;
    }
    .navbar-header {
        flex: unset;
    }
    #site-menu.show-nav {
        height: 150vh;
    }
    nav.navbar .navbar-brand img.logo {
      height: auto!important;
    }
    .burger {
      min-width: 42px;
    }
    nav.navbar.attr-border .attr-nav {
      display: flex;
      align-items: center;
      height: auto;
    }
    nav.navbar.attr-border .attr-nav > ul {
      margin-bottom: 0;
    }
    nav.navbar.attr-border .attr-nav > ul > li {
      padding: 0 !important;
    }
    nav.navbar.attr-border .attr-nav,
    nav.navbar.bootsnav.sticked.attr-border .attr-nav {
      min-height: 80px;
      margin-right: 20px;
      margin-left: 0;
    }
  }
  @media (max-width: 375px) {
    .navbar .navbar-brand.navbar-logo-icon img.logo {
      max-height: 40px;
    }
  }

  /** slider start **/
  
  /*Vid start*/
.bg-overlay-1 {
    height: 100%!important;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 1;
  }
  video#video-bg {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  .bg-overlay-1:before {
    position: absolute;
    content: "";
    display: block;
    /* background: #00000066; */
    background: #000000bf;
    z-index: 2;
    width: 100%;
    height: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  .light .bg-overlay-1:before {
    /* background: #080d305c; */
    /* background: #434a7a9c; */
    background: #f9adb1c4;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }


  .contact_form_section  .bg-overlay-1:before,
  .v-11 .bg-overlay-1:before,
  .v-16 .bg-overlay-1:before,
  .v-05 .bg-overlay-1:before,
  .v-13 .bg-overlay-1:before {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  /*Vid end */

  .light .rev_slider .tp-caption.tp-heading,
  .light .rev_slider .tp-caption.tp-paragraph {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    filter: drop-shadow(0 3px 6px gray);
    color: black!important;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  .slider_01 .tp-bullet {
    border-radius: 5px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  .light .slider_01 .tp-bullet {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgb(0 0 0 / 55%);
    padding: 5px;
  }
  .dark .slider_01 .tp-bullet {
    background: rgb(255 255 255 / 10%);
    padding: 5px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
  .mt-40-imp {
    margin-top: 40px!important;
  }
  @media (max-width: 1200px) {
    .hidden-small-pc {
        display: none;
    }
  }
  @media (min-width: 1024px) {
    .rev_slider_wrapper {
        height: 100vh !important;
    }
    .rev_slider {
        height: 100vh !important;
    }
  }
  @media (max-width: 768px) {
    .hidden-tablet {
        display: none;
    }
  }
  @media (max-width: 767px) {
  .slider_01 .tp-bullets {
    left: 85%!important;
  }
}
  /** Slider end **/
  /**legals start **/
  .legals {
    white-space: normal;
}
.legals ul.legal-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    margin-top: 1em;
    display: flex;
    padding-left: 0;
    list-style: none;
}
.legals ul.legal-list li {
    padding-left: 33px;
    position: relative;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.5;
    display: flex;
    unicode-bidi: isolate;
    white-space: normal;
    flex-direction: column;
    width: 100%;
  }
  .legals ul.legal-list li strong {
    margin-right: 5px;
    font-weight: bolder;
    font-size: large;
  }
  .legals ul.legal-list li:before {
    color: #262015;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 22px;
      position: absolute;
      top: 14px;
      left: 4px;
      border: 2px solid #f3839c;
      line-height: 20px;
      content: "✔";
      transform: translateY(-50%);
      text-align: center;
      border-radius: 50%;
      font-size: 11px;
      width: 22px;
  }
  /**Legals end **/
  /** CTA start **/
  .text-filter-drop {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    filter: drop-shadow(0 3px 6px gray);
  }
  .cta_section {
    min-height: 300px;
    display: flex;
    align-items: center;
  }
  .flex-centerer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  /** CTA end **/
  /*** image sticky start **/
  .ab_images {
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 5%;
    display: flex;
  }
  .text-stroke {
    -webkit-text-stroke: 2px rgb(243 131 156);
    color: rgba(245, 245, 240, 0.05);
    text-shadow: 0 0 18px rgba(197, 160, 89, 0.1);
    opacity: 0.75;
}
/*fast fix*/
@media (min-width: 769px) {
  .text-stroke {
    color: rgb(243 131 156);
    opacity: unset;
    -webkit-text-stroke: unset;
  }
}
@media (max-width: 768px) {
  .text-stroke {
    color: rgb(243 131 156);
    opacity: unset;
    -webkit-text-stroke: unset;
  }
  
}
  /** Image sticky end **/


  /****** Contact Start ******/
/* CONTACT FORM START **********/

.error {
  color: red;
  display: none;
}
form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.recaptch-cover{
border:1px solid #000000 !important;
padding:0px;
position: relative;
background-color:#d397a4b8;
/* margin-right: 15px;
  margin-left: 15px; */
  max-width: 1140px;
  width: 100%;
  border-radius: 1.25rem;
}
.dark .recaptch-cover {
  background-color: #ffbdcbb8;
}
.dark .recaptch-cover .recaptch-cover-header label {
  color: white;
}
.recaptch-cover .recaptch-cover-header{
  padding:10px;
  text-align: left;
  display: block;
  border-bottom:1px solid #000000 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recaptch-cover .recaptch-cover-header button{
  background:#00000000;
  color: #000000;
  border-color:#00000000;
  border-radius:3px;
}
.dark .recaptch-cover .recaptch-cover-header button {
  color: #ffffff;

}
.recaptch-cover .recaptch-cover-header button:active{
   background:transparent;
  border-color:#000000;
}
.recaptch-cover .recaptch-cover-header button:hover{
background:transparent;
  border-color:#000000;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
border-color: #b7beff;
}
.form-control:focus{
box-shadow: none;
outline: none;
  background-color: #ece4e4 ;
  border-color: #b7beff;
  color:#000000;
}
.loading-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1111;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: #ffffff;
  display: none;
}
form label {
color: #000000;
}
.loading-overlay.active{
display: flex;
}
#refreshCaptcha{
cursor: pointer;
}
.form-control::placeholder {
color:rgba(0, 0, 0,.5);
opacity: 1; /* Firefox */
}
.form-control::-ms-input-placeholder { /* Edge 12 -18 */
 color:rgba(0, 0, 0,.5);
}

.math-captcha {
text-align: center;
}

.math-expression {
font-size:24px;
font-weight: bold;
}

.answer-options {
display: flex;
justify-content: center;
gap: 10px;
margin: 20px 0;
flex-wrap: wrap;
}

.answer-option {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
font-size:18px;
font-weight: bold;
border:1px solid #000000;
border-radius: 8px;
cursor: pointer;
transition: all 0.2s;
background:#00000000;
color:#000000;
}

.answer-option:hover {
border-color:var(--first-brand-color);
}

.answer-option.selected {
  background: var(--first-brand-color);
  color: white;
  border-color: var(--bs-pink);
}

.error{
color:red;
display:none;
border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgb(255 255 255 / 70%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

#submitBtn:disabled {
opacity: 0.7;
cursor: not-allowed;
}

.jconfirm {
  -webkit-perspective: 400px;
  perspective: 400px;
}
.jconfirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  overflow: hidden;
}
.jconfirm.jconfirm-modern .jconfirm-bg {
  background-color: slategray;
  opacity: .6;
}
.jconfirm .jconfirm-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}
.jconfirm .jconfirm-scrollpane {
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-perspective-origin: center;
  perspective-origin: center;
  display: table;
  width: 100%;
  height: 100%;
}
.jconfirm .jconfirm-row {
  display: table-row;
  width: 100%;
}
.jconfirm .jconfirm-cell {
  display: table-cell;
  vertical-align: middle;
}
.jconfirm .jconfirm-holder {
  max-height: 100%;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .justify-content-lg-center {
      justify-content: center !important;
  }
}
@media screen and (max-width: 820px) {
  form .form-group.col-md-6 {
      width: 100%!important;
  }
  form#contactForm {
      flex: 1 1 100%;
      flex-direction: column;
  }
  
}
@media (min-width: 768px) {
  .justify-content-md-center {
      justify-content: center !important;
  }
}
@media (min-width: 576px) {
  .justify-content-sm-center {
      justify-content: center !important;
  }
}

.jconfirm .jconfirm-box-container.jconfirm-no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}
.jconfirm .jconfirm-box-container {
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
}
.jconfirm.jconfirm-modern .jconfirm-box {
  background-color: white;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 30px 15px;
}
.jconfirm .jconfirm-box.jconfirm-type-red {
  border-top: solid 7px #e74c3c;
  -webkit-animation-name: type-red;
  animation-name: type-red;
}
.jconfirm .jconfirm-box.jconfirm-type-animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.jconfirm .jconfirm-box {
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
.jconfirm .jconfirm-box {
  background: white;
  border-radius: 4px;
  position: relative;
  outline: 0;
  padding: 15px 15px 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
  top: 15px;
  right: 15px;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  opacity: .6;
  text-align: center;
  font-size: 27px !important;
  line-height: 14px !important;
  display: none;
  z-index: 1;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
  display: block;
  font-size: 22px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  padding-bottom: 15px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: block;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 69px;
  color: #f9adb1;
}

.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: inherit;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
  color: white;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 15px;
  height: auto;
  -webkit-transition: height .4s ease-in;
  transition: height .4s ease-in;
  display: inline-block;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.jconfirm .jconfirm-box.jconfirm-type-animated {
  background: rgb(12 15 19 / 94%);
}

.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
  overflow-y: hidden;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  overflow: auto;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
  text-align: center;
  font-size: 15px;
  color: #dedede;
  margin-bottom: 25px;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
  text-align: center;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
  padding-bottom: 11px;
}
.jconfirm .jconfirm-clear {
  clear: both;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  min-height: 1em;
  -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
  transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
  transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
  transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  background-image: none;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: background .1s;
  transition: background .1s;
  padding: 10px 20px;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
  background-color: #ecf0f1;
  color: #000;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s;
  border-radius: 5px;
}

.mt-3 {
  margin-top: 1rem !important;
}
.math-captcha {
  text-align: center;
}
.math-captcha p {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.form-section-right form #name, 
.form-section-right form #email, 
.form-section-right form #message {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin: 0 auto;
}
.form-section {
  max-width: unset;
}
.form-section-right form {
  padding-left: 10px;
  padding-right: 10px;
}

button#submitBtn {
background: #00000073;
  border: 0 none;
  /* border-radius: 50px; */
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
  color: #fff !important;
  cursor: pointer;
  /* display: inline-block; */
  font-size: 0.9em;
  font-weight: 300;
  height: 3.5em;
  line-height: 3.5em;
  padding: 0 2.25em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
  white-space: nowrap;
  margin: 20px 0 0 0;
  letter-spacing: 1px;
  padding: 10px;
  display: flex;
    justify-content: center;
    flex: 1 1 100%;
    align-items: center;
    position: relative;
}
button#submitBtn:hover,
button#submitBtn:focus {
  background: #000;
}
button#submitBtn p {
  color: white;
  margin-bottom: 0px;

}

#contactForm .form-group {
  width: 50%;
  padding: 0 10px;
}
#contactForm .wrap-former {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#contactForm .recaptch-cover {
  /* width: 50%; */
  border-radius: 5px;
  width: calc(50% - 20px);
  margin: 0 10px;
}
.contact_form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]), .contact_form select, .contact_form textarea {
  border-radius: 5px;
}
.recaptch-cover .recaptch-cover-header label {
  margin-top: 5px;
  padding-left: 10px;
}
@media screen and (min-width: 821px) {
  textarea.form-control {
    height: 100%;
  }
  .form-group.text-group {
    margin-bottom: 0!important;
  }
}
@media screen and (max-width: 820px) {
  #contactForm .recaptch-cover {
    width: 100%;
    margin: 0;
  }
  #contactForm .wrap-former {
    padding-top: 20px;
  }
  #contactForm .form-group {
    padding: 0;
    width: 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  
}
@media screen and (max-width: 480px) {
  .recaptch-cover .recaptch-cover-header {
      flex-direction: column;
      padding-top: 20px;
  }
  
}

.w-100 {
  width: 100%;
}
 input, 
 textarea {
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: #0a0a0a;
}
input:hover, 
 input:focus, 
 textarea:hover,
 textarea:focus {
  color: #838383;
}
.gdlr-core-page-builder-body [data-skin="Contact"] input:not([type="button"]):not([type="submit"]):not([type="reset"]), .gdlr-core-page-builder-body [data-skin="Contact"] textarea {
  color: #838383;
}

 textarea {
  height: auto;
  min-height: 265px;
  margin-bottom: 0px;
}

.contact_info_section {
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.dark .contact_info_section {
  background: url(../images/bg/25.png) repeat top center #f9afb3;
}
.light .icon_box_03 i {
  color: #F2839B;
    background: #fcd7de5e;
}
.icon_box_03 h3 {
  margin: 0 0 5px;
}
.icon_box_03 p {
  line-height: 1.2;
}
.contact_info_section .icon_box_03 .box-texts a {
  color: #212529;
  text-decoration: unset;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.contact_info_section .icon_box_03 i {
  border-radius: 5px;
}
@media screen and (min-width: 991px) {
  .contact_info_section .icon_box_03 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .contact_info_section .icon_box_03 i {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    min-width: 80px;
  }
  .flex-centered {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 990px) {
  .contact_info_section .icon_box_03 i {
    margin-bottom: 10px;
  }
}
/* CONTACT FORM END ************/

/** Accordion pc start **/

.panel-heading:hover {
  cursor:pointer;
}
.panel-heading {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;    
}

.side-tab:hover {
      cursor: pointer;
  }
  .panel.panel-default {
      border: none;
      box-shadow: none !important;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;
      
  }
  .panel-heading {
      border: none;
      background-color: #eee;
  
  }
  .panel-body {
      background-color: #f5f5f5;
  }
  .panel-title {
      font-weight: 400;
      color: white;
  }

/*----------------------------------
  Macbook pro mockup from:
  http://jaredhardy.com/minimal-devices/
  
----------------------------------*/

.md-pos-pro {
display: block;
width: 100%;
height: 31.875em;
font-size: 13px;
margin: 0 auto;
}
@media screen and  (max-width:991px){
  .col-w-100-tab {
      width: 100%!important;
      display: flex;
    max-width: 100%;
  }
  .flex-wrapper {
    flex-wrap: wrap;
  }
}

.md-pos-pro .md-lid {
width: 90%;
height: 30.625em;
overflow: hidden;
margin: 0 auto;
position: relative;
border-radius: 1.875em;
border: solid 0.1875em #cdced1;
background: #131313;
}
.md-pos-pro .md-camera {
width: 0.375em;
height: 0.375em;
margin: 0 auto;
position: relative;
top: 1.0625em;
background: #000;
border-radius: 100%;
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.25);
}
.md-pos-pro .md-camera:after {
content: "";
display: block;
width: 0.125em;
height: 0.125em;
position: absolute;
left: 0.125em;
top: 0.0625em;
background: #353542;
border-radius: 100%;
}
.md-pos-pro .md-screen {
width: auto;
height: 100%;
margin: 0 auto;
position: relative;
top: 2.0625em;
/* // background: #1d1d1d; */
background: #fff;
overflow: hidden;
}
.md-pos-pro .md-screen img {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  position: absolute;
  object-fit: cover;
}
.md-pos-pro .md-base {
width: 100%;
height: 0.9375em;
position: relative;
top: -0.75em;
background: #c6c7ca;
}
.md-pos-pro .md-base:after {
content: "";
display: block;
width: 100%;
height: 0.5em;
margin: 0 auto;
position: relative;
bottom: -0.1875em;
background: #b9babe;
border-radius: 0 0 1.25em 1.25em;
}
.md-pos-pro .md-base:before {
content: "";
display: block;
width: 7.6875em;
height: 0.625em;
margin: 0 auto;
position: relative;
background: #a6a8ad;
border-radius: 0 0 0.625em 0.625em;
}
.md-pos-pro.md-glare .md-lid:after {
content: "";
display: block;
width: 50%;
height: 100%;
position: absolute;
top: 0;
right: 0;
border-radius: 0 1.25em 0 0;
background: -webkit-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
background: -moz-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
background: -o-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
background: linear-gradient(53deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
}

@media screen and  (max-width:768px){
  .md-pos-pro .md-lid {
    height: 28.625em;
  }
  .md-pos-pro {
    margin-top: 30px;
    height: auto;
  }
}
@media screen and  (max-width:500px){
  .md-pos-pro .md-lid {
    height: 18.625em;
  }
}
@media screen and  (max-width:375px){ 
  .md-pos-pro .md-lid {
    height: 16.625em;
  }
}

/* Core styles/functionality */
.tab {
  position: relative;
  z-index: 3;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab .tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.tab input:checked ~ .tab__content {
  height: auto;
    display: flex;
    max-height: unset;
}

/* Visual styles */
.accordion {
  color: var(--theme);
  border: 2px solid;
  border-radius: 5px;
  overflow: hidden;
}
.tab__label,
.tab__close {
  display: flex;
  color: white;
  background: #f3839c;
  cursor: pointer;
}
.tab__label {
  justify-content: space-between;
  padding: 1rem;
  margin-bottom: 0;
}
.tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}
.tab-content.tab-featured-image-holder .tab__label::after {
  display: none;
}
.tab input:checked + .tab__label::after {
  transform: rotate(270deg);
  right: 10px;
    position: relative;
}
.accordion .tab__content p {
  margin: 0;
  padding: 1rem;
  color: black;
}
.dark .accordion  .tab__content p {
  color: white;
}
.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.accordion--radio {
  --theme: var(--secondary);
}

.tab-content.tab-featured-image-holder .tab__label {
  padding: 0;
  display: none;
}
.tab-content.tab-featured-image-holder.rd-1,
.tab-content.tab-featured-image-holder.rd-2,
.tab-content.tab-featured-image-holder.rd-3,
.tab-content.tab-featured-image-holder.rd-4 {
  display: flex;
}
.tab-content.tab-featured-image-holder.rd-1 .rd1,
.tab-content.tab-featured-image-holder.rd-2 .rd2,
.tab-content.tab-featured-image-holder.rd-3 .rd3,
.tab-content.tab-featured-image-holder.rd-4 .rd4 {
  display: flex;
}

/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce .5s infinite;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}
/** Accordion pc end **/

/******* Infograph-1 Start *******/
.step-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.step-list__item {
  counter-increment: step-counter;
  position: relative;
}
.step-list__item:before {
  content: counter(step-counter);
  font-weight: 300;
  color: #d8d8d8;
  visibility: hidden;
  opacity: 0;
}
.step-list__item h2 {
  /* font-size: 24px; */
  line-height: 30px;
  font-weight: 300;
}
.step-list__item .icon {
  border-radius: 5px;
  display: block;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-list__item .icon img {
  width: 100%;
  height: 100%;
}
.step-list__item .bodyz {
  font-size: 1rem;
  line-height: 22px;
  /* font-weight: 300; */
}
.step-list__item .content {
  display: flex;
  flex-direction: row;
  padding-bottom: 18px;
}
.step-list__item:first-child .icon {
  background: #f3839c;
}
.step-list__item:nth-child(2) .icon {
  background: #fcc3c6eb;
}
.step-list__item:nth-child(3) .icon {
  background: #ffd9e5;
}
.step-list__item:nth-child(4) .icon {
  background: #b1798b;
}
.step-list__item:nth-child(5) .icon {
  background: #ffffff;
}
.step-list__item:nth-child(6) .icon {
  background: #ff5b8f;
}
.step-list__item:nth-child(7) .icon {
  background: #bf6b82;
}
.step-list__item:nth-child(8) .icon {
  background: #fff;
}
.step-list__item:nth-child(9) .icon {
  background: #f3839c;
}
.step-list__item:nth-child(10) .icon {
  background: #fff;
}
.step-list__item:nth-child(11) .icon {
  background: #b1798b;
}
.step-list__item:nth-child(12) .icon {
  background: #ff5b8f;
}
.step-list__item:nth-child(13) .icon {
  background: #fcc3c6eb;
}
.step-list__item:nth-child(14) .icon {
  background: #bf6b82;
}
.step-list__item:nth-child(odd) .content {
  justify-content: flex-start;
  align-items: center;
}
.step-list__item:nth-child(even) .content {
  justify-content: flex-end;
  align-items: center;
}
.step-list__item:first-child > .step-list__item__inner:before {
  content: none;
}
.step-list__item:last-child > .step-list__item__inner:after {
  content: none;
}
.step-list__item + li {
  margin-top: 84px;
}
.step-list__item + li > div {
  margin-top: -1px;
}

.step-list__item .bodyz h2 {
  color: #f3839c;
  padding-top: 20px;
  padding-bottom: 5px;
}
.light .step-list__item .bodyz h2 {
  color: #d8788d;
}

.step-list__item .bodyz p {
  color: white;
}
.light .step-list__item .bodyz p {
  color: black;
}

/* .list-check li.check-li::marker {
  content: '✓';
  color: green;
} */
.list-check li.check-li {
  list-style-type: none;
  padding: 0 0 0 15px;
  position: relative;
}
.list-check li.check-li:before {
  content:"\00a0";
  display: block;
  border: solid 9px #fff;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  height: 0;
  width: 0;
  position: absolute;
  left: -15px;
  top: 40%;
  margin-top: -8px;
}
.light .list-check li.check-li:before {
  border: solid 9px #f3839d;
}
.list-check li.check-li:after {
  /*Add another block-level blank space*/
  content:"\00a0";
  display:block;

  /*Make it a small rectangle so the border will create an L-shape*/
  width: 5px;
  height: 9px;

  /*Add a white border on the bottom and left, creating that 'L' */
  border: solid  #141818;
  border-width: 0 2px 2px 0;

  /*Position it on top of the circle*/
  position:absolute;
  left: -8px;
  top: 40%;
  margin-top: -4px;

  /*Rotate the L 45 degrees to turn it into a checkmark*/
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.light .list-check li.check-li:after {
  /*Add another block-level blank space*/
  content:"\00a0";
  display:block;

  /*Make it a small rectangle so the border will create an L-shape*/
  width: 5px;
  height: 9px;
  border: solid #f9ffff;
  border-width: 0 2px 2px 0;

  /*Position it on top of the circle*/
  position:absolute;
  left: -8px;
  top: 40%;
  margin-top: -4px;

  /*Rotate the L 45 degrees to turn it into a checkmark*/
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.list-check li.check-li p {
  color: white;
}
.light .list-check li.check-li p {
  color: black;
}
.list-check li.check-li p strong {
  color:#f3839c;
}
.light .list-check li.check-li p strong {
  color: #835761;
}

i.fa-info-graph {
  font-size: 65px;
}

@media screen and (max-width: 600px) {
  i.fa-info-graph {
      font-size: 18px;
  }
  .step-list__item {
    display: flex;
  }
  .step-list__item:before {
    content: counter(step-counter);
    position: relative;
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    color: rgb(243 131 156);
    margin-right: 12px;
  }
  .step-list__item .icon {
    order: 0;
    width: 36px;
    /* height: 36px; */
    padding: 9px;
    position: absolute;
    left: -9px;
    top: 42px;
    /*hot fix*/
    height: 40px;
      width: 30px;
      margin-left: 4px;
  }
  .step-list__item .bodyz {
    order: 1;
    margin-top: 8px;
    margin-left: 12px;
  }
  .step-list__item .content {
    align-items: flex-start;
  }
  .step-list__item .content:before {
    content: "";
    position: absolute;
    border-left: #d8d8d8;
    height: 100%;
    left: 9px;
    bottom: 0;
    display: block;
    width: 1px;
    background: rgb(243 131 156);
    top: 84px;
  }
  .step-list__item:last-child .content:before {
    content: none;
  }

  section.features-area {
    padding-left: 10px;
    padding-right: 10px;
  }
  section.cta-sect .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .mob-pad {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 601px) {
  .step-list__item:before {
    content: counter(step-counter);
    position: absolute;
    font-size: 90px;
    line-height: 1;
    font-weight: 300;
    color: #d8d8d8;
  }
  .step-list__item .icon {
    width: 174px;
    height: 174px;
    padding: 48px;
  }
  .step-list__item .bodyz {
    /* flex: 0 1 33.3333%; */
    flex: 0 1 65.3333%;
    margin-top: 15px;
  }
  .step-list__item .content {
    align-items: flex-end;
  }
  .step-list__item > .step-list__item__inner {
    position: relative;
  }
  .step-list__item > .step-list__item__inner:before, .step-list__item > .step-list__item__inner:after {
    border-width: 0px;
    border-style: solid;
    border-color: #f3839c;
    display: block;
    content: "";
    position: absolute;
    height: 42px;
    width: calc( 33.3333% - 42px );
  }
  .step-list__item:nth-child(odd) > .step-list__item__inner {
    /* text-align: right; */
    text-align: left;
  }
  .step-list__item:nth-child(odd) > .step-list__item__inner:before, .step-list__item:nth-child(odd) > .step-list__item__inner:after {
    border-left-width: 1px;
    left: calc( 33.3333% - 21px );
  }
  .step-list__item:nth-child(odd) > .step-list__item__inner:before {
    border-top-width: 1px;
    border-top-left-radius: 42px;
    margin-top: -42px;
  }
  .step-list__item:nth-child(odd) > .step-list__item__inner:after {
    border-bottom-width: 1px;
    border-bottom-left-radius: 42px;
    margin-bottom: -42px;
  }
  .step-list__item:nth-child(odd):before {
    left: 0;
    margin-left: 33.3333%;
    transform: translateX(-100%);
  }
  .step-list__item:nth-child(odd) .icon {
    margin-left: 72px;
  }
  .step-list__item:nth-child(even) > .step-list__item__inner:before, 
  .step-list__item:nth-child(even) > .step-list__item__inner:after {
    border-right-width: 1px;
    right: calc( 33.3333% - 21px );
  }
  .step-list__item:nth-child(even) > .step-list__item__inner:before {
    border-top-width: 1px;
    border-top-right-radius: 42px;
    margin-top: -42px;
  }
  .step-list__item:nth-child(even) > .step-list__item__inner:after {
    border-bottom-width: 1px;
    border-bottom-right-radius: 42px;
    margin-bottom: -42px;
  }
  .step-list__item:nth-child(even):before {
    right: 0;
    margin-right: 33.3333%;
    transform: translateX(100%);
  }
  .step-list__item:nth-child(even) .icon {
    margin-right: 72px;
  }
  .step-list__item:nth-child(even) .bodyz {
    order: 1;
  }
}
/******* Infograph-1 End ********/

/***** Tabs Start ******/


.category-lists-slider {
  position: relative;
}
#catgory-slider .swiper-slide {
  width: auto;
}
.category-button {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  border: 2px solid #f3839d;
  background-color: #fff;
  color: #f3839c;
  padding: 8px 28px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  user-select: none;
}
.category-button.active {
  background-color: #573740;
  color: #fff;
}
.light .category-button.active {
  background-color: #f3839d;
}
.data-text {
  display: none;
}
.data-text.active {
  display: block;
}
.data-text h6 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 8px;
  font-weight: 700;
  color: white;
}
.light .data-text h6 {
  color: black;
}
.data-text p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.data-text .info-data p {
  color: white;
}
.light .data-text .info-data p {
  color: black;
}
.slider-button {
  width: 25px;
  height: 25px;
  background-color: #f3839c;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  position: absolute;
  top: 5px;
  z-index: 1;
  cursor: pointer;
}
.slider-button.slider-prev {
  left: -30px;
}
.slider-button.slider-next {
  right: -30px;
}
.slider-button.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.box {
  padding: 15px;
  margin-top: 20px;
  /* background-color: #d9eefd; */
  transition: 0.3s;
  height: 100%;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background-color: rgb(249 173 177 / 17%);
  border-radius: 5px;
  border: 1px solid rgb(249 173 177 / 44%);
  filter: drop-shadow(0 30px 10px rgba(0, 0, 0, 0.125));
}
.box p {
  color: white;
}
.light .box p {
  color: black;
}
.box i {
  font-size: 40px;
  margin-bottom: 10px;
  color: #f9adb1;
}
.light .box i {
  color: #f3839c;
}

@media (max-width: 575px) {
  .category-lists-slider {
    margin-top: 40px;
  }
  .category-button {
    font-size: 12px;
    padding: 4px 14px;
  }
  .slider-button {
    top: -40px;
  }
  .slider-button.slider-prev {
    left: inherit;
    right: 32px;
  }
  .slider-button.slider-next {
    right: 0;
  }
}

/***** Why Choose -1 Start ******/
.blocks-outer {
  position: relative;
}
.blocks-outer .featured-block {
  position: relative;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.125);
  filter: drop-shadow(0 30px 10px rgba(0, 0, 0, 0.125));
  background: rgb(79 51 60 / 52%);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.light .blocks-outer .featured-block { 
  background: rgb(255 223 233 / 52%);
}
.blocks-outer .featured-block .inner-box {
  position: relative;
  padding-left: 0;
  padding-top: 3px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.blocks-outer .featured-block .icon {
  position: relative;
  left: unset;
    top: unset;
    bottom: unset;
  width: 56px;
  height: 58px;
  color: #f3839c;
  font-size: 30px;
  border-radius: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Flaticon";
  background-color: #ffffff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  margin-right: 15px;

}
.blocks-outer .featured-block strong {
  position: relative;
  display: block;
  color: rgb(156 226 225);
  font-weight: 600;
  font-size: 22px;
}
.blocks-outer .featured-block .feature-text {
  position: relative;
  color: #fff;
  font-size: 15px;
  margin-top: 8px;
  display: flex;
    flex-direction: column;
    width: 100%;
}
.blocks-outer.feature-text-cus .featured-block .feature-text {
padding: 11px 0 18px;
}
/***** Why Choose -1 End *******/

/***** Tabs End ********/

/****** Contact End ********/

  /** Footer start **/
  .footer_01 {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  .light .footer_01 {
    background: #fcd6de;
  }
  .footer_01 .widget.f-item.recent-post ul li {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
    line-height: 1.5;
    font-size: 1rem;
    height: 50px;
  }
  .light .footer_01 .widget.f-item.recent-post ul li {
    border-bottom: 1px solid #31313173;
  }
  .footer_01 .widget.f-item.recent-post ul li a {
    text-decoration-line: unset;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    display: inline-block;
    line-height: 1.2;
    padding-left: 21px;
  }
  .light .footer_01 .widget.f-item.recent-post ul li a {
    color: #858585;
  }
  .light .footer_01 .widget.f-item.recent-post ul li a:hover {
    color: #c96e83;
  }
  .footer_01 .widget.f-item.recent-post ul li a:before {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    content: '\e9f6';
    font-family: 'boxicons';
    font-size: 16px;
    line-height: 1.1;
    position: absolute;
    left: -2px;
    top: 1px;
    color: inherit;
  }
  .footer_01 .widget.f-item.recent-post ul li:last-child {
    border: medium none;
    padding-bottom: 0;
  }
  .footer_01 .widget.subscribe_widgets.f-item.contact ul li {
    margin-top: -4px;
    display: block;
    text-transform: none;
    font-weight: 400;
    line-height: 1.5;
    font-size: 1rem;
  }
  .light .footer_01 .widget.subscribe_widgets.f-item.contact ul li p {
    color: #858585;
  }
  .footer_01 .widget.subscribe_widgets.f-item.contact ul li a {
    display: block;
    text-decoration-line: unset;
    padding-left: 0;
    font-weight: 400;
    line-height: 1.5;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .light .footer_01 .widget.subscribe_widgets.f-item.contact ul li a {
    color: #858585!important;
  }
  .footer_01 .widget.subscribe_widgets.f-item.contact ul li a:before {
    content: '';
    display: none;
  }
  .footer_01 .widget.subscribe_widgets.f-item.contact ul li span {
    font-weight: bold;
    font-size: 18px;
    color: white;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  .light .footer_01 .widget.subscribe_widgets.f-item.contact ul li span {
    color: #313131;
  }
 .copyright p.legal span {
    color: white;
    margin: auto 15px;
}
.copyright p {
    font-size: 16px;
}
.copyright p.legal a {
    text-decoration: unset;
}

.footer_01 .aw_logo {
    position: relative;
    margin: 0 0 26px;
    text-align: left;
}
.footer_01 .widget.f-item.infos .about_widget {
    border: 1px solid transparent;
    padding: 0 10px;
    border-radius: 5px;
    background: transparent;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.light .footer_01 .widget.f-item.infos .about_widget {
    background: transparent;
 }
.footer_01 .widget .widget-title {
    margin: 0 0 45px;
    text-align: center;
}
.light .footer_01 .widget .widget-title {
    color: #c96e83;
}
.copyright {
    background: linear-gradient(360deg, #4d3435 0%, rgb(33 37 41) 38.76%);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.light .copyright {
    background: linear-gradient(360deg, #c2c1c1 0%, rgb(252 215 222) 38.76%);
    border-top: 1px solid #d48496;
}
.light .copyright p a {
    color: #434343;
}
.light .copyright p a:hover {
    color: #c96e83;
}
@media (max-width: 767px) {
    .copyright p.legal {
        display: flex;
    text-align: center;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    }
    .copyright p.legal span {
        display: none;
    }
    .copyright p.legal a {
        margin-bottom: 15px;
    }
}
  /** Footer end **/