@charset "UTF-8";

/*=====================================================================


Table of Content:
01/ Variables
02/ mixins
03/ reset
04/ button
05/ header
06/ banner part
07/ about
08/ portfolio section
09/ cta section
10/ experiance list section 
11/ client list section
12/ contact section
13/ icon box
14/ featured list
15/ accordion
16/ team member
17/ channels intro
18/ team details
19/ creative team
20/ single blog
21/ map section
22/ img box
23/ product wrapper
24/ portfolio masonry
25/ client feedback
26/ subscribetion
27/ single box
28/ press agencies slider
29/ intro section
30/ tourist place
31/ feature place
32/ booking form
33/ product section
34/ cosmetics portfolio
35/ emarketing strategies
36/ pricing plan
37/ testimonial
38/ feature flip
39/ tab content
40/ about branding slider
41/ services sectio
42/ faq
43/ blog masonry
44/ scorll
45/ breadcrumb
46/ error page
47/ element
48/ portfolio details
49/ sidebar
50/ blog details
51/ cart
52/ checkout
53/ product details
54/ theme setting
55/ footer
=====================================================================*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&amp;display=swap");
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes tm-loop-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes tm-loop-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes video-bounce-up {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
  50% {
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes video-bounce-up {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
  50% {
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes circleAnimation {
  0%, 100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
/**************** common css start ****************/
@font-face {
  font-family: "BebasNeue";
  src: url(../fonts/BebasNeue.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "DM Sans", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.78;
  color: #888;
  position: relative;
}

input:hover,
input:focus {
  outline: none !important;
  box-shadow: 0px 0px 0px 0px transparent;
}

:focus {
  outline: -webkit-focus-ring-color auto 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: transparent;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: 0 0 0 0rem transparent !important;
  border-color: #d6d9dc;
}

.section_padding {
  padding: 90px 0 70px;
      background: #1e1d25;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .section_padding {
    padding: 100px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .section_padding {
    padding: 70px 0px;
  }
}
@media (max-width: 767.98px) {
  .section_padding {
    padding: 70px 0px;
  }
}

.padding_top {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .padding_top {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .padding_top {
    padding-top: 100px;
  }
}

.padding_bottom {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .padding_bottom {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .padding_bottom {
    padding-bottom: 100px;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-family: "BebasNeue";
  font-weight: 500;
}

.title_border {
  color: #f59d02;
  position: relative;
  z-index: 1;
}
.title_border:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #f59d02;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.heading_color {
  color: #1f1e35;
}

.heading_color_importent {
  color: #1f1e35 !important;
}

h2 {
  font-size: 46px;
  line-height: 1.34em;
}
@media (max-width: 991px) {
  h2 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  h2 {
    font-size: 40px;
  }
}

p {
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 0px;
  color: #878c9a;
  font-family: "DM Sans", sans-serif;
}

.cy_sub_title, .sub_title {
  font-size: 14px;
  letter-spacing: 1px;
  color: #f474bb;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 500;
}
.cy_sub_title.blue_color, .sub_title.blue_color {
  color: #5758e0;
}

.base_color {
  color: #ed1c16;
}

a:focus,
.button:focus,
button:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.p_30 {
  padding: 30px;
}
@media (max-width: 991px) {
  .p_30 {
    padding: 20px;
  }
}

.border_bottom {
  border-bottom: 1px solid #e5e5e5;
}

.border_top {
  border-top: 1px solid #e5e5e5;
}

.border_bottom_white {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 1650px) {
  .pl_45 {
    padding-left: 45px;
  }

  .pr_45 {
    padding-right: 45px;
  }

  .pl_85 {
    padding-left: 85px;
  }

  .pr_85 {
    padding-right: 85px;
  }
}
.p_20 {
  padding: 20px;
}

.p_15 {
  padding: 20px 20px 15px;
}

.pt_30 {
  padding-top: 30px;
}

.pb_20 {
  padding-bottom: 20px;
}

.mt_25 {
  margin-top: 25px;
}

.mt_30 {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .mt_30 {
    margin-top: 15px;
  }
}

.mt_80 {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .mt_80 {
    margin-top: 40px;
  }
}

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

.mt_63 {
  margin-top: 62px;
}

.pl_30 {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .pl_30 {
    padding-left: 0;
  }
}

.pr_30 {
  padding-right: 30px;
}
@media (max-width: 991px) {
  .pr_30 {
    padding-left: 0;
  }
}

.mt_10 {
  margin-top: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_25 {
  margin-bottom: 20px;
}

.mt_50 {
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .mt_50 {
    margin-top: 25px;
  }
}

.mt_100 {
  margin-top: 100px;
}
@media (max-width: 767.98px) {
  .mt_100 {
    margin-top: 60px;
  }
}

.pt_100 {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .pt_100 {
    padding-top: 50px;
  }
}

.pb_100 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .pb_100 {
    padding-bottom: 50px;
  }
}

.mb_50 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .mb_50 {
    margin-bottom: 30px;
  }
}

.mt_25 {
  margin-top: 25px !important;
}
@media (max-width: 991px) {
  .mt_25 {
    margin-top: 15px !important;
  }
}

.mt_20 {
  margin-top: 20px;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mt_40 {
  margin-top: 40px;
}

.mb_40 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .mb_40 {
    margin-bottom: 25px;
  }
}

.mt_60 {
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .mt_60 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .mt_60 {
    margin-top: 25px;
  }
}

.pb_65 {
  padding-bottom: 65px;
}
@media (max-width: 991px) {
  .pb_65 {
    padding-bottom: 40px;
  }
}

.pt_65 {
  padding-top: 65px;
}
@media (max-width: 991px) {
  .pt_65 {
    padding-top: 40px;
  }
}

.mb_55 {
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .mb_55 {
    margin-bottom: 25px;
  }
}

.mb_110 {
  margin-bottom: 110px !important;
}
@media (max-width: 991px) {
  .mb_110 {
    margin-bottom: 50px !important;
  }
}

.pl_80 {
  padding-left: 80px;
}
@media (max-width: 991px) {
  .pl_80 {
    padding-left: 0;
  }
}

.pt_70 {
  padding-top: 70px;
}
@media (max-width: 991px) {
  .pt_70 {
    padding-top: 40px;
  }
}

.pb_70 {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .pb_70 {
    padding-bottom: 40px;
  }
}

.mb_80 {
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .mb_80 {
    margin-bottom: 0;
  }
}

.mb_30 {
  margin-bottom: 30px;
}

.mr_less_8 {
  margin-right: -8px;
}

.ml_less_8 {
  margin-left: -8px;
}

.pl_65 {
  padding-left: 65px;
}
@media (max-width: 991px) {
  .pl_65 {
    padding-left: 0;
  }
}

.mt_100 {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .mt_100 {
    margin-top: 30px;
  }
}

.section_bg {
  background-color: transparent;
  background-image: linear-gradient(90deg, #fdf3f2 0%, #fff9f8 30%);
}

.section_bg_1 {
  background-color: #f1f4fc;
}

.fs_15 {
  font-size: 15px;
}

.fs_16 {
  font-size: 16px;
}

@media (max-width: 991px) {
  br {
    display: none;
  }
}
@media (min-width: 1600px) {
  .cy_custom_container {
    max-width: 1410px;
  }
}
.text_color {
  color: #878c9a !important;
}

.niceSelect {
  border: 1px solid #d6d9dc;
  font-size: 16px;
  color: #7c8189;
  display: block;
  width: 100%;
  text-transform: capitalize;
  padding: 0 20px;
  border-radius: 6px;
  float: inherit;
  font-weight: 300;
}
.niceSelect .option:hover,
.niceSelect .option.focus,
.niceSelect .option.selected.focus {
  background-color: transparent;
}
.niceSelect .option.selected {
  font-weight: normal;
  color: #ed1c16;
}
.niceSelect:after {
  height: 8px;
  right: 0;
  top: 43%;
  width: 8px;
}
.niceSelect .option {
  line-height: 34px;
  min-height: 34px;
  font-size: 14px;
}
.niceSelect .list {
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  color: #878c9a;
  padding: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .niceSelect .list {
    padding: 5px;
  }
}
.niceSelect .list li {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.niceSelect .list li:hover {
  color: #ed1c16 !important;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .niceSelect .list li {
    line-height: 33px;
    padding: 0 15px;
  }
}

.white_img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.cy_section_title {
  text-align: center;
  margin-bottom: 72px;
}
@media (max-width: 767.98px) {
  .cy_section_title {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_section_title {
    margin-bottom: 45px;
  }
}
.cy_section_title .title {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.3em;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .cy_section_title .title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_section_title .title {
    font-size: 36px;
    line-height: 38px;
  }
}
.cy_section_title .desc {
  margin-top: 20px;
}

.font_bold {
  font-weight: 700;
}

.dark_bg {
  background-color: #111;
}

.section_bg_2 {
  background-color: #f7f4f3;
}

.section_bg_3 {
  background-color: #f7f7f7;
}

.position_abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

.video_popup {
  background-color: #fff;
  height: 95px;
  width: 95px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_popup img {
  position: relative;
  z-index: 9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.video_popup .polygon_shape {
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #ed1c16;
  display: block;
  text-align: center;
  margin-left: 6px;
  position: relative;
  z-index: 9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.video_popup:hover {
  background-color: #ed1c16;
}
.video_popup:hover .polygon_shape {
  border-left: 18px solid #fff;
}
.video_popup:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.video_popup.play_animation:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 95px;
  height: 95px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: 1;
}
.video_popup.play_animation:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-30%) translateY(-30%);
  display: block;
  width: 95px;
  height: 95px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  animation: pulse-border 1200ms ease-out infinite;
  z-index: 1;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*animated scroll arrow animation*/
.bounce {
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -ms-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.burger_icon {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.3px;
  color: #000000;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  width: 25px;
  margin-left: 10px !important;
}
.burger_icon:first-child {
  margin-left: 0 !important;
}
.burger_icon .icon {
  text-transform: uppercase;
  position: relative;
  transition: all 0.6s linear, color 0.1s;
  height: 24px;
  overflow: hidden;
  display: inline-block;
  line-height: 24px;
}
.burger_icon .icon:before {
  content: attr(data-icon);
  position: absolute;
  top: 1.5px;
  transform: translateY(-100%);
  left: 0;
  text-transform: uppercase;
  transition: all 0.4s linear;
  font-family: "icomoon" !important;
}
.burger_icon .icon:after {
  content: attr(data-icon);
  position: relative;
  top: 1.5px;
  left: 0;
  text-transform: uppercase;
  transition: all 0.4s linear;
  font-family: "icomoon" !important;
}
.burger_icon:hover .icon {
  color: #ed1c16;
}
.burger_icon:hover .icon:before {
  transform: translateY(0);
}
.burger_icon:hover .icon:after {
  top: 20px;
}

.play_icon {
  position: relative;
}
.play_icon:after {
  content: "";
  position: absolute;
  border-top: 0.0916667em solid transparent;
  border-bottom: 0.0916667em solid transparent;
  border-left: 0.1333333em solid #111;
  height: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
}

.zoom_in_effect .zoom_in_img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.zoom_in_effect:hover .zoom_in_img {
  transform: scale(1.1);
}

.zoom_out_effect .zoom_out_img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.zoom_out_effect .zoom_out_img {
  transform: scale(1.1);
}
.zoom_out_effect:hover .zoom_out_img {
  transform: scale(1);
}

.arrow_down {
  text-align: center;
}
.arrow_down a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #eee;
  line-height: 60px;
  text-align: center;
  display: inline-block;
}
.arrow_down a i {
  font-size: 14px;
  color: #111;
  font-weight: 700;
}
.arrow_down a:hover {
  background-color: #111;
  border: 2px solid #111;
}
.arrow_down a:hover i {
  color: #fff;
}

.white_img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.font_300 {
  font-weight: 300 !important;
}

.font_400 {
  font-weight: 400 !important;
}

.font_500 {
  font-weight: 500 !important;
}

.font_600 {
  font-weight: 600 !important;
}

.font_700 {
  font-weight: 700 !important;
}

.font_800 {
  font-weight: 800 !important;
}

.off_white_bg {
  background-color:#0d0d11;
}

.half_off_white_bg {
  position: relative;
  z-index: 1;
}
.half_off_white_bg:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #fffcf3;
  z-index: -1;
}

.deep_off_white_bg {
  background-color: #0d0d11;
}

.ivory_bg {
  background-color: #fffff5;
}

.dark_img_bg {
  background-image: url("../img/footer_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fade_effect {
  display: inline-block;
  overflow: hidden;
}

.opasity_05 {
  opacity: 0.1;
}

.not-allowed {
  cursor: not-allowed;
}

@media (max-width: 991px) {
  .cy_site_page {
    overflow: hidden;
  }
}

.error_part .pb-4, .error_part .py-4 {
  padding-bottom: 70px;
}

/**************** common css end ****************/
/******** base color css ********/
.cu_btn {
  display: inline-block;
  padding: 17px 26px;
  line-height: 14px;
    margin-top: 13px;
     font-size: 18px;
    font-weight: 600;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "DM Sans", sans-serif;
  min-width: 180px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 767.98px) {
  .cu_btn {
    padding: 17px 20px;
    font-size: 15px;
  }
}
.cu_btn.lg_btn {
  padding: 20px 44px;
}
.cu_btn.sm_btn {
  padding: 14px 26px;
}
.cu_btn.xs_btn {
  padding: 11px 26px;
}
.cu_btn i {
  font-size: 12px;
}
.cu_btn.btn_1 {
  background-color: transparent;
  border: 1px solid #878c9a;
  color: #fff;
}
.cu_btn.btn_1:hover {
      background-image: linear-gradient(#f08201, #fabf0e);
  color: #000;
}
.cu_btn.btn_2 {
  background-color: transparent;
  border: 1px solid rgba(31, 30, 53, 0.2);
  color: #1f1e35;
}
.cu_btn.btn_2:hover {
  background-color: #ed1c16;
  border: 1px solid #ed1c16;
  color: #fff;
}
.cu_btn.btn_border_2 {
  background-color: transparent;
  border: 2px solid #eee;
  color: #1f1e35;
}
.cu_btn.btn_border_2:hover {
  background-color: #1f1e35;
  border: 2px solid #1f1e35;
  color: #fff;
}
.cu_btn.white_btn {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.cu_btn.white_btn:hover {
  background-color: transparent;
  border: 2px solid #ed1c16;
  color: #fff;
  background-color: #ed1c16;
}
.cu_btn.red_btn {
  background-color: #e02020;
  border: 2px solid #e02020;
  color: #fff;
}
.cu_btn.red_btn:hover {
  background-color: transparent;
  border: 2px solid #e02020;
  color: #e02020;
}
.cu_btn.white_bg {
  background-color: #fff;
  border: 2px solid #fff;
  color: #ed1c16;
}
.cu_btn.white_bg:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  background-color: #ed1c16;
}
.cu_btn.btn_3 {
     background-image: linear-gradient(#fabf0e, #f08201);
  color: #fff;
}
.cu_btn.btn_3:hover {
     background-image: linear-gradient(#f08201, #fabf0e);
  
  color: #000;
}
.cu_btn.btn_4 {
  background-color: #181818;
  border: 2px solid #181818;
  color: #fff;
}
.cu_btn.btn_4:hover {
  background-color: #fabf0e;
  border: 2px solid #fabf0e;
  color: #000;
}
.cu_btn.btn_5 {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "BebasNeue";
  padding: 17px 40px;
}
.cu_btn.btn_5:hover {
  background-color: #ed1c16;
  border: 2px solid #ed1c16;
}
.cu_btn.btn_5.hover_white:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #1f1e35;
}
.cu_btn.tag_btn {
  background-color: #f0f2f9;
  border: 2px solid #f0f2f9;
  color: #7d7d7d;
  border-radius: 50px;
  font-weight: 400;
  font-size: 16px;
  padding: 11px 20px;
  font-family: "BebasNeue";
  min-width: auto;
  text-transform: capitalize;
}
.cu_btn.tag_btn:hover {
  background-color: transparent;
  border: 2px solid #ed1c16;
  color: #fff;
  background-color: #ed1c16;
}
.cu_btn.tag_btn_1 {
  background-color: #37a45d;
  border: 1px solid #37a45d;
  color: #fff;
  border-radius: 50px;
  font-weight: 400;
  font-size: 18px;
  min-width: 120px;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  border-radius: 5px;
}
.cu_btn.tag_btn_1:hover {
  background-color: transparent;
  border: 1px solid #ed1c16;
  color: #fff;
  background-color: #ed1c16;
}
.cu_btn.animate_btn {
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ed1c16;
  border: 1px solid #ed1c16;
  color: #fff;
}
.cu_btn.animate_btn:after, .cu_btn.animate_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cu_btn.animate_btn:before {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  z-index: -1;
}
.cu_btn.animate_btn:after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: -1;
  background-color: #1f1e35;
}
.cu_btn.animate_btn:hover:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
}
.cu_btn.animate_btn:hover:before {
  opacity: 1;
}
.cu_btn.animate_btn:hover {
  border: 1px solid #1f1e35;
  color: #fff;
}

.btn_arrow {
  position: relative;
  padding-right: 27px;
  color: #051441;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}
.btn_arrow img {
  position: absolute;
  right: 0;
  top: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_arrow i {
  font-size: 16px;
  margin-left: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 0;
  top: 4px;
}
.btn_arrow:hover i,
.btn_arrow:hover img {
  transform: translateX(5px);
  color: #ed1c16;
}

.border_animation {
  position: relative;
  display: inline-block;
}
.border_animation:after,
.border_animation .cu_btn:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 1px;
  background-color: #1f1e35;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.border_animation:before,
.border_animation .cu_btn:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 15px;
  background-color: #1f1e35;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.border_animation .cu_btn {
  padding: 22px 45px;
  border: 2px solid #ebebeb;
}
.border_animation .cu_btn:after {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
}
.border_animation .cu_btn:before {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
}
.border_animation .cu_btn:hover {
  background-color: transparent;
  color: #1f1e35;
  border: 2px solid #ebebeb;
}
.border_animation .cu_btn:hover:after {
  width: 100%;
}
.border_animation .cu_btn:hover:before {
  height: 100%;
}
.border_animation:hover {
  background-color: transparent;
}
.border_animation:hover:after {
  width: 100%;
}
.border_animation:hover:before {
  height: 100%;
}

.btn_border_effect {
  background-color: transparent;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: 0;
  display: inline-block;
  height: 55px;
  line-height: 55px;
}
.btn_border_effect:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #c85831;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
  top: 0;
}
.btn_border_effect:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  background-color: #c85831;
  left: 0;
  bottom: 17px;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_border_effect a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.btn_border_effect a:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #c85831;
  transition: all 0.3s ease;
  right: 0;
  top: 0;
}
.btn_border_effect a:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #c85831;
  transition: all 0.3s ease;
  left: 0;
  bottom: 0;
}
.btn_border_effect:hover {
  min-width: 150px;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
.btn_border_effect:hover:before {
  width: 100%;
  transition: all 0.3s ease;
  background-color: #ed1c16;
}
.btn_border_effect:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ed1c16;
  right: 0;
  bottom: 0;
}
.btn_border_effect:hover a {
  z-index: 1;
  color: #ed1c16 !important;
}
.btn_border_effect:hover a:before, .btn_border_effect:hover a:after {
  height: 100%;
  background-color: #ed1c16;
}
.btn_border_effect:hover a:after {
  transition: all 0.1s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

button:active {
  outline: none;
  border: none;
}

button:focus {
  outline: 0;
}

.animated_border_btn {
  position: relative;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
}
.animated_border_btn:before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
  background-color: #111;
}
.animated_border_btn:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.animated_border_btn.style_1 {
  font-size: 18px;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: 0.9px;
  color: #000;
  border-bottom: 1px solid #ddd;
}
.animated_border_btn.style_2 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111;
  border-bottom: 1px solid #ddd;
}
.animated_border_btn.blue_hover:hover {
  color: #5758df;
}
.animated_border_btn.blue_hover:hover:before {
  background-color: #5758df;
}

.cy_link_btn {
  position: relative;
  padding: 0 0 0 62px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 1px;
}
.cy_link_btn:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.cy_link_btn:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 1px;
  background: white;
}
.cy_link_btn:hover {
  color: #fff;
}
.cy_link_btn:hover:before {
  width: 50px;
}

.round_btn {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #fff;
  color: #111;
  display: inline-block;
  line-height: 55px;
  text-align: center;
}
.round_btn:hover {
  background-color: #f77991;
  border: 2px solid #f77991;
  color: #fff;
}

.cy_color-theme-demos {
  color: #000;
  position: fixed;
  top: 0;
  right: -350px;
  width: 350px;
  background-color: #fff;
  z-index: 999;
  height: 100%;
  visibility: visible;
}
@media (max-width: 991px) {
  .cy_color-theme-demos {
    right: -275px;
    width: 275px;
  }
}
.cy_color-theme-demos .cy_skin-body {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.cy_color-theme-demos .cy_skin-body .cy_skin-wrap {
  height: 100%;
  position: absolute;
  overflow-y: scroll;
  width: 350px;
  z-index: 1;
  padding: 36px 10px 60px;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .cy_color-theme-demos .cy_skin-body .cy_skin-wrap {
    width: 275px;
  }
}
.cy_color-theme-demos.active {
  box-shadow: -3px 0px 10px 0px rgba(26, 38, 74, 0.15);
}

.cy_setting_icon {
  background: #fff none repeat scroll 0 0;
  color: #fff;
  font-size: 24px;
  right: 100%;
  position: absolute;
  width: 50px;
  top: 110px;
  text-align: center;
  box-shadow: -3px 0px 10px 0px rgba(26, 38, 74, 0.15);
  padding: 15px 0;
  border-radius: 10px 0 0 10px;
}
.cy_setting_icon .cy_tooltip_bounce {
  width: 100%;
}
.cy_setting_icon i {
  color: #111;
  font-size: 16px;
}

.cy_sw-demo .cy_set-theme-style {
  float: left;
  padding: 10px;
  width: 50%;
}
.cy_sw-demo .cy_set-theme-style a {
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
}
.cy_sw-demo .cy_set-theme-style img {
  border-radius: 5px;
}

.skin_wrap_title {
  text-align: center;
  margin-bottom: 25px;
}
.skin_wrap_title .cu_btn {
  margin-top: 15px;
}

.cy_scorl_top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  -webkit-transform: translateY(90px);
  -ms-transform: translateY(90px);
  transform: translateY(90px);
  display: block;
  z-index: 9999 !important;
}

.slide {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.slide--reset {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  display: block;
}

.slide--up {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.headroom--top {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  display: block;
}

.icon--up:before {
  content: "▲";
}

.sharing__button {
  font-size: 0.8em;
}

.page-scroll-up {
  z-index: 999;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  line-height: 60px;
  background-color: #ed1c16;
  overflow: hidden;
  cursor: pointer;
}
.page-scroll-up.cy_yellow_bg {
     background-image: linear-gradient(#fabf0e, #f08201);
}
.page-scroll-up i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: 10px;
}
.page-scroll-up .arrow-top {
  transform: translate(-50%, -50%);
}
.page-scroll-up .arrow-bottom {
  transform: translate(-50%, 80px);
}
.page-scroll-up:hover .arrow-top {
  transform: translate(-50%, -80px);
  opacity: 0;
}
.page-scroll-up:hover .arrow-bottom {
  transform: translate(-50%, -50%);
}

/******** header css here *********/
.header_part {
  position: relative;
  z-index: 999;
  background: #0d0d11;
}
.header_part .navbar-toggler {
  padding: 0px;
  border: 0px;
  margin: 0 0 0 20px;
}
.header_part .navbar-brand {
  padding: 0;
  margin: 0;
}
.header_part .header_right_option {
  display: flex;
  align-items: center;
  margin-left: 110px;
}
@media (max-width: 991px) {
  .header_part .header_right_option {
    margin-left: 0;
  }
}
.header_part .header_right_option .burger_icon {
  position: relative;
  width: 24px;
  height: 13px;
  color: #fff;
}
.header_part .header_right_option .cart_option {
  position: relative;
  z-index: 99;
}
.header_part .header_right_option .cart_option .cart_content {
  position: relative;
  z-index: 1;
 background-image: linear-gradient(#fabf0e, #f08201);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
}
.header_part .header_right_option .cart_option .cart_content .cart_count {
  font-size: 10px;
  color: #fff;
  border-radius: 50%;
  line-height: 1;
  position: absolute;
  top: 15px;
  right: 15px;
}
.header_part .header_right_option .cart_option .cart_icon {
  max-width: 30px;
  cursor: pointer;
}
.header_part .header_right_option .cart_option .cart_icon.white_img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header_part .header_right_option .cart_option .cart_item_list {
  position: absolute;
  width: 350px;
  right: 0;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 25px 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
}
@media (max-width: 767.98px) {
  .header_part .header_right_option .cart_option .cart_item_list {
    width: 310px;
    right: -70px;
  }
}
.header_part .header_right_option .cart_option .single_cart_product {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
  align-items: flex-start;
}
.header_part .header_right_option .cart_option .single_cart_product .cart_img {
  flex: 25% 0 0;
  display: inline-block;
}
.header_part .header_right_option .cart_option .single_cart_product i {
  font-size: 16px;
  margin-left: 15px;
}
.header_part .header_right_option .cart_option .single_cart_product .cart_content_inner {
  flex: 65% 0 0;
  padding-left: 15px;
}
.header_part .header_right_option .cart_option .single_cart_product .cart_content_inner h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.header_part .header_right_option .cart_option .single_cart_product .cart_content_inner h4 a {
  color: #1f1e35;
}
.header_part .header_right_option .cart_option .single_cart_product .cart_content_inner h4 a:hover {
  color: #ed1c16;
}
.header_part .header_right_option .cart_option .single_cart_product .cart_content_inner p {
  font-size: 16px;
}
.header_part .header_right_option .cart_option .single_cart_product .cart_content_inner i {
  font-size: 10px;
  margin-left: 0;
}
.header_part .header_right_option .cart_option .single_cart_product i {
  flex: 7% 0 0;
  cursor: pointer;
}
.header_part .header_right_option .cart_option .single_cart_product img {
  max-width: 80px;
}
.header_part .header_right_option .cart_option h5 {
  text-transform: capitalize;
  font-size: 15px;
  color: #1f1e35;
  margin-bottom: 20px;
  text-align: right;
  border-top: 1px solid #d6d9dc;
  padding-top: 25px;
  margin-top: 10px;
  font-weight: 300;
}
.header_part .header_right_option .cart_option h5 span {
  color: #1f1e35;
  font-weight: 700;
  float: left;
  color: #888;
  font-size: 18px;
}
.header_part .header_right_option .cart_option .cart_option_btn .cu_btn {
  min-width: auto;
  margin-right: 10px;
  padding: 14px 29px;
}
@media (max-width: 767.98px) {
  .header_part .header_right_option .cart_option .cart_option_btn .cu_btn {
    margin-right: 10px;
    padding: 10px 21px;
    font-size: 12px;
  }
}
.header_part .header_right_option .cart_option .cart_option_btn .cu_btn:last-child {
  margin-right: 0;
}
.header_part .header_right_option .cart_option:hover .cart_item_list {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
}
.header_part .social_icon a {
  color: #fff;
  margin-right: 15px;
}
.header_part .social_icon a:last-child {
  margin-right: 0;
}
.header_part .border_bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .header_part.classic_header {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header_part.classic_header {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .header_part.classic_header .navbar-nav {
    padding-left: 60px;
  }
}
.header_part.classic_header.menu_padding {
  padding: 0 45px;
}
@media (max-width: 576px) {
  .header_part.classic_header.menu_padding {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .header_part.classic_header.menu_padding {
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header_part.classic_header.menu_padding {
    padding: 20px 20px;
  }
}
@media (min-width: 991px) {
  .header_part.classic_header.menu_padding .navbar .nav-link {
    padding: 40px 0;
  }
}
.header_part.classic_header .navbar {
  padding: 0;
}
@media (max-width: 991px) {
  .header_part.classic_header .navbar .navbar-brand img {
    max-width: 175px;
  }
}
.header_part.classic_header .navbar .nav-link {
  display: inline-block;
  margin: 34px 30px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding: 6px 2px;
  line-height: 14px;
}
@media (max-width: 991px) {
  .header_part.classic_header .navbar .nav-link {
    display: block;
    padding: 15px 5px;
    margin: 0 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header_part.classic_header .navbar .nav-link {
    padding: 35px 5px;
    margin: 0 6px;
  }
}
.header_part.classic_header .navbar .dropdown-menu {
  margin: 0;
  padding: 25px;
  border: 0px solid transparent;
  box-shadow: 0px 5px 10px #14303a15;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  border-radius: 0;
}
@media (min-width: 991px) {
  .header_part.classic_header .navbar .dropdown-menu {
    display: block;
    transform: scale(1);
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    margin-top: 20px;
  }
  .header_part.classic_header .navbar .dropdown-menu .dropdown-menu {
    left: 100%;
    top: -15px;
  }
}
@media (max-width: 991px) {
  .header_part.classic_header .navbar .dropdown-menu {
    padding: 0;
  }
}
.header_part.classic_header .navbar .dropdown-menu li {
  margin-bottom: 12px;
}
.header_part.classic_header .navbar .dropdown-menu li:last-child {
  margin-bottom: 0;
}
.header_part.classic_header .navbar .dropdown-menu .dropdown-item {
  padding: 10px 25px;
  font-size: 14px;
  color: #26253b;
  font-weight: 400;
  display: inline-block;
  background-color: #eeeeee;
  text-transform: uppercase;
  text-align: center;
}
.header_part.classic_header .navbar .dropdown-menu .dropdown-item.current {
  color: #1f1e35;
}
.header_part.classic_header .navbar .dropdown-menu .dropdown-item.disable {
  pointer-events: none;
}
.header_part.classic_header .navbar .dropdown-menu .dropdown-item.disable span {
  font-size: 10px;
  color: #f474bb;
}
.header_part.classic_header .navbar .dropdown-menu .dropdown-item:focus, .header_part.classic_header .navbar .dropdown-menu .dropdown-item:hover {
  background-image: linear-gradient(#fabf0e, #f08201);
  color: #fff;
}
.header_part.classic_header .navbar .dropdown:hover > .dropdown-item {
  color: #111;
}
@media (min-width: 991px) {
  .header_part.classic_header .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
  }
}
.header_part.classic_header .navbar .dropdown .dropdown-toggle::after {
  display: none;
}
.header_part.classic_header .navbar .dropdown .dropdown .dropdown-toggle::after {
  display: inline-block;
  content: "";
  border-top: transparent;
  font-family: "themify";
  vertical-align: middle;
  float: right;
  font-size: 12px;
  color: #1f1e35;
  border: 0 solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .header_part.classic_header .navbar .dropdown .dropdown .dropdown-toggle::after {
    display: inline-block;
    transform: rotate(0);
  }
}
.header_part.classic_header .navbar .dropdown .dropdown .dropdown-toggle:focus, .header_part.classic_header .navbar .dropdown .dropdown .dropdown-toggle:hover {
  background-color: #ed1c16;
  color: #fff;
}
.header_part.classic_header .navbar .dropdown .dropdown .dropdown-toggle:focus::after, .header_part.classic_header .navbar .dropdown .dropdown .dropdown-toggle:hover::after {
  color: #fff;
}
@media (max-width: 991px) {
  .header_part.classic_header .navbar .dropdown .dropdown-toggle.active_icon::after {
    transform: rotate(180deg) !important;
  }
}
.header_part .sticky_logo {
  display: none;
}
.header_part.dark .header_right_option i {
  color: #1f1e35;
}
.header_part.dark .navbar .nav-link {
  color: #ffffff;
}
.header_part.dark .navbar .nav-link:hover {
  color: #f59d02;
}
@media (max-width: 991px) {
  .header_part.dark .navbar .nav-link {
    color: #1f1e35;
  }
}
.header_part.dark .nav-item:hover .nav-link {
  color: #f59d02;
}
.header_part.dark .navbar .dropdown .dropdown-toggle::after {
  color: #1f1e35;
}
.header_part.dark .navbar-toggler .icon-bar {
  background-color: #111;
}
.header_part.cy_menu_color_02 .navbar .nav-link {
  color: #1f1e35;
}
.header_part.cy_menu_color_02 .navbar .nav-link:hover {
  color: #ffde28;
}
.header_part.cy_menu_color_02 .nav-item:hover .nav-link {
  color: #ffde28;
}
.header_part.cy_menu_color_02 .navbar .dropdown-menu .dropdown-item.current {
  color: #ffde28;
}
.header_part.cy_menu_color_02 .navbar .dropdown-menu .dropdown-item:focus, .header_part.cy_menu_color_02 .navbar .dropdown-menu .dropdown-item:hover {
  background-color: #ffde28;
}
.header_part.cy_menu_color_02 .header_right_option .cart_option .cart_content {
  background-color: #ffde28;
}
.header_part.cy_menu_color_02 .header_right_option .cart_option .cart_icon.white_img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
.header_part.cy_menu_color_02 .header_right_option .cart_option .cart_count {
  color: #1f1e35;
}
.header_part .header_right_option .burger_icon {
  color: #111;
}
.header_part.menu_fixed {
  background-color: #000000;
  box-shadow: 0 9px 35px rgba(0, 0, 0, 0.05);
  position: sticky;
  z-index: 99;
  width: 100%;
  left: 0;
  border-bottom: 0 solid transparent;
  top: 0;
}
.header_part.menu_fixed .navbar .nav-link {
  color: #fff;
}
.header_part.menu_fixed .menu-trigger.style_2 .dot_icon .dot {
  background: #1f1e35;
}
.header_part.menu_fixed .sticky_logo {
  display: block;
}
.header_part.menu_fixed .main_logo {
  display: none;
}
.header_part.menu_fixed .navbar .dropdown .dropdown-toggle::after {
  color: #1f1e35;
}
.header_part.menu_fixed .cart_icon {
  color: #1f1e35;
}
@media (min-width: 1200px) {
  .header_part.menu_fixed .navbar .nav-link {
    display: inline-block;
    margin: 27px 30px;
  }
}
.header_part.menu_fixed .search_icon i {
  color: #1f1e35;
  font-weight: 700;
}
.header_part.menu_fixed.position_abs {
  position: fixed;
}
.header_part.menu_fixed .social_icon a {
  color: #1f1e35;
}
.header_part.menu_fixed .white_color .burger_icon_top:before, .header_part.menu_fixed .white_color .burger_icon_top:after, .header_part.menu_fixed .white_color .burger_icon_bottom:before, .header_part.menu_fixed .white_color .burger_icon_bottom:after {
  background: #111 !important;
}
.header_part.menu_fixed .white_color .text-white {
  color: #111 !important;
}
.header_part .search_icon {
  line-height: 1;
  cursor: pointer;
}
.header_part .search_icon i {
  color: #fff;
}
.header_part .cart_icon {
  color: #fff;
  font-size: 20px;
}
.header_part .header_btn {
  margin-right: 30px;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  min-width: auto;
  padding: 14px 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header_part .header_btn {
    margin-right: 0;
    margin-left: 30px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header_part .header_btn {
    margin-right: 0;
    margin-left: 30px !important;
  }
}
.header_part .header_btn:hover {
  border: 2px solid #fff;
  background-color: #fff;
  color: #1f1e35;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #1f1e35;
  text-decoration: none;
  background-color: transparent;
}

/******** header css end *********/
/******** off canvus menu css *********/
.close_icon {
  cursor: pointer;
  position: relative;
  opacity: 1;
  visibility: visible;
  top: 0;
  right: 0;
}

.off_canvus_menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 260px;
  min-height: 100vh;
  z-index: 9;
}
.off_canvus_menu .off_canvus_menu_iner_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px 0 30px;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
     background-color: #1e1d25;
}
.off_canvus_menu .off_canvus_logo {
  max-width: 156px;
}
.off_canvus_menu .navbar {
  padding: 20px 30px 100px;
  align-items: start;
}
.off_canvus_menu .nav-link {
  color: #fff;
  padding: 19px 0;
  font-size: 16px;
  text-transform: capitalize;
}
.off_canvus_menu .navbar-nav {
  width: 100%;
}
.off_canvus_menu .nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.off_canvus_menu .nav-item:last-child {
  border-bottom: 0px solid transparent;
}
.off_canvus_menu .dropdown-menu {
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
}
.off_canvus_menu .dropdown-menu .dropdown-item {
  padding: 10px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
}
.off_canvus_menu .dropdown-menu .dropdown-item.disable {
  color: rgba(255, 255, 255, 0.1);
}
.off_canvus_menu .single_menu_list {
  margin-top: 30px;
}
.off_canvus_menu .single_menu_list:first-child {
  margin-top: 0;
}
.off_canvus_menu .single_menu_list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.off_canvus_menu .single_menu_list h5 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.off_canvus_menu .dropdown-toggle::after {
  display: inline-block;
  content: "";
  font-family: "themify";
  font-size: 8px;
  color: #fff;
  border: 0 solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 7px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: 12px;
  position: absolute;
  right: 0;
}
.off_canvus_menu .dropdown-item:focus,
.off_canvus_menu .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
  background-color: transparent;
}
.off_canvus_menu .show > .dropdown-toggle::after {
  content: "";
}
.off_canvus_menu .active_icon::after {
  content: "";
}

/******** off canvus menu css end *********/
.canvus_menu_padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .canvus_menu_padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.offcanvas_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 30, 53, 0.7);
  z-index: 9;
  opacity: 1;
  visibility: hidden;
  cursor: url("../img/light-close.png") 16 16, pointer;
}

.active_off_canvus {
  overflow: hidden;
}
.active_off_canvus .offcanvas_overlay {
  opacity: 1;
  visibility: visible;
}

.off_canvus_menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 360px;
  height: 100%;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 576px) {
  .off_canvus_menu {
    width: 90%;
  }
}
.off_canvus_menu .off_canvus_menu_iner {
  transform: translateX(100%);
  position: relative;
  height: 100%;
  text-align: left;
  padding-top: 80px;
  cursor: default;
  width: 360px;
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #111;
}
@media (max-width: 576px) {
  .off_canvus_menu .off_canvus_menu_iner {
    width: 100%;
  }
}
.off_canvus_menu .dropdown-menu {
  border: 1px solid transparent;
}

.off_canvus_menu_iner_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  padding: 0 15px 0 30px;
  height: 80px;
  align-items: center;
}

.off_canvus_menu_iner_content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  height: calc(100vh - 80px);
}

.active_off_canvus .off_canvus_menu {
  visibility: visible;
  opacity: 1;
}

.active_off_canvus .off_canvus_menu > .off_canvus_menu_iner {
  transform: translateX(0);
}

.active_off_canvus .cy_site_page {
  transform: translateX(-345px);
}

.cy_collaps_menu_icon .burger_icon_top,
.cy_collaps_menu_icon .burger_icon_bottom {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cy_collaps_menu_icon .burger_icon_top:before,
.cy_collaps_menu_icon .burger_icon_top:after,
.cy_collaps_menu_icon .burger_icon_bottom:before,
.cy_collaps_menu_icon .burger_icon_bottom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(247 177 11);
  opacity: 0.99;
}

.cy_collaps_menu_icon .burger_icon_top:before,
.cy_collaps_menu_icon .burger_icon_bottom:before {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.cy_collaps_menu_icon .burger_icon_top:after,
.cy_collaps_menu_icon .burger_icon_bottom:after {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cy_collaps_menu_icon .burger_icon_top {
  top: 0;
}

.cy_collaps_menu_icon .burger_icon_bottom {
  bottom: 0;
}

.cy_collaps_menu_icon .burger_icon_bottom:before {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.cy_collaps_menu_icon .burger_icon_bottom:after {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.cy_collaps_menu_icon:hover .burger_icon_top:before,
.cy_collaps_menu_icon:hover .burger_icon_bottom:before {
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cy_collaps_menu_icon:hover .burger_icon_top:after,
.cy_collaps_menu_icon:hover .burger_icon_bottom:after {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.position_static {
  position: static;
}

.mega_menu_wrapper {
  padding: 25px;
}

.cy_mega_menu {
  max-width: 1008px;
  right: 0;
  left: auto;
}

.mega_menu_header {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}
.mega_menu_header .title {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: #26253b;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 15px;
}
.mega_menu_header .btn_4 {
  background-color: #eeeeee;
  border: 2px solid #eeeeee;
  color: #26253b;
  margin-right: 7px;
  margin-bottom: 9px;
  padding: 15px 15px;
  min-width: auto;
}

.mega_menu_content {
  display: grid;
  grid-template-columns: repeat(4, 150px);
  grid-gap: 15px;
}
.mega_menu_content img {
  max-width: 100%;
}

.mega_menu_item {
  position: relative;
}
.mega_menu_item img {
  width: 100%;
}
.mega_menu_item a {
  display: block;
}
.mega_menu_item a h5 {
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  color: white;
  text-transform: uppercase;
  line-height: 1.2;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  text-align: center;
}

.mega_menu_sidebar {
  position: relative;
}
.mega_menu_sidebar img {
  width: 100%;
}
.mega_menu_sidebar .mega_menu_sidebar_content img {
  width: auto;
  margin-bottom: 30px;
}
.mega_menu_sidebar a {
  color: #fff;
  display: inline-block;
  margin-top: 5px;
  margin-top: 65px;
  text-transform: uppercase;
  text-decoration: underline;
}
.mega_menu_sidebar .mega_menu_sidebar_content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}
.mega_menu_sidebar .mega_menu_sidebar_content h2 {
  font-size: 48px;
  color: #fff;
}
.mega_menu_sidebar .mega_menu_sidebar_content p {
  color: #fff;
  font-size: 17px;
}

.mega_menu_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mega_menu_wrapper .mega_menu_inner {
  flex: 70% 0 0;
}
.mega_menu_wrapper .mega_menu_sidebar {
  flex: 27% 0 0;
}
.mega_menu_wrapper .mega_menu_btn_wrapper {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d9d9d9;
  flex: 100% 0 0;
}
.mega_menu_wrapper .mega_menu_btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 36px 0;
  background-image: url(../img/megamenu/btn_bg.png);
}
.mega_menu_wrapper .mega_menu_btn h4 {
  margin-bottom: 0;
  color: #fff;
  font-size: 17px;
  color: #fff;
  text-transform: capitalize;
  font-family: "DM Sans", sans-serif;
}
.mega_menu_wrapper .mega_menu_btn h4 span {
  text-transform: uppercase;
  font-weight: 600;
}

.cy_banner_part {
  position: relative;
  height: 1030px;
  background-color: #0d0d11;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .cy_banner_part {
    height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_banner_part {
    height: 750px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_banner_part {
    height: 750px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cy_banner_part {
    height: 750px;
  }
}
.cy_banner_part .swiper-container {
  height: 100%;
}
.cy_banner_part .swiper-slide {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .cy_banner_part .swiper-slide {
    margin-top: 150px;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_banner_part .swiper-slide {
    margin-top: 150px;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_banner_part .swiper-slide {
    margin-top: 150px;
    align-items: flex-start;
  }
}
.cy_banner_part .swiper-pagination {
  position: absolute;
  top: 100px;
  right: 9%;
  display: grid;
  text-align: left;
}
@media (max-width: 767.98px) {
  .cy_banner_part .swiper-pagination {
    top: 15px;
    right: 15px;
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_banner_part .swiper-pagination {
    top: 15px;
    right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_banner_part .swiper-pagination {
    top: 15px;
    right: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cy_banner_part .swiper-pagination {
    top: 15px;
    right: 15px;
  }
}
.cy_banner_part .swiper-pagination-bullet {
  width: auto;
  height: 30px;
  font-size: 12px;
  position: relative;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cy_banner_part .swiper-pagination-bullet p {
  
 
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color:#fff;
}
.cy_banner_part .swiper-pagination-bullet:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border: 2px solid transparent;
  top: 7px;
  left: -26px;
  background-color: #878c9a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cy_banner_part .swiper-pagination-bullet:hover p {
  opacity: 1;
  visibility: visible;
}
.cy_banner_part .swiper-pagination-bullet:hover:after {
  border: 2px solid #fff;
}
.cy_banner_part .swiper-pagination-bullet-active p {
  opacity: 1;
  visibility: visible;
}
.cy_banner_part .swiper-pagination-bullet-active:after {
  border: 2px solid #fff;
}
.cy_banner_part .banner_img_slider {
  position: absolute;
  bottom: 86px;
  right: 26px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .cy_banner_part .banner_img_slider {
    max-width: 79%;
    bottom: 226px;
    right: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_banner_part .banner_img_slider {
    max-width: 79%;
    bottom: 226px;
    right: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_banner_part .banner_img_slider {
    max-width: 60%;
    bottom: 226px;
    right: 32px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cy_banner_part .banner_img_slider {
    max-width: 60%;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1680px) {
  .cy_banner_part .banner_img_slider {
    max-width: 60%;
  }
}
.cy_banner_part .cy_banner_content .banner_sub_title {
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  color: #878c9a;
  font-weight: 400;
}
.cy_banner_part .cy_banner_content .banner_sub_title + .banner_title {
  margin-top: 28px;
}
@media (max-width: 767.98px) {
  .cy_banner_part .cy_banner_content .banner_sub_title + .banner_title {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_banner_part .cy_banner_content .banner_sub_title + .banner_title {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .cy_banner_part .cy_banner_content .banner_sub_title + .banner_title {
    margin-top: 15px;
  }
}
.cy_banner_part .cy_banner_content .banner_title {
  font-size: 88px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 95px;
  color: #ffffff;
  display: block;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .cy_banner_part .cy_banner_content .banner_title {
    font-size: 40px;
    line-height: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_banner_part .cy_banner_content .banner_title {
    font-size: 40px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_banner_part .cy_banner_content .banner_title {
    font-size: 50px;
    line-height: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cy_banner_part .cy_banner_content .banner_title {
    font-size: 60px;
    line-height: 75px;
	        margin-top: 0px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1680px) {
  .cy_banner_part .cy_banner_content .banner_title {
    font-size: 80px;
  }
}
.cy_banner_part .cy_banner_content .banner_title span span {
  line-height: 62px;
}
.cy_banner_part .cy_banner_content .banner_title + .banner_btn {
  margin-top: 51px;
}
@media (max-width: 767.98px) {
  .cy_banner_part .cy_banner_content .banner_title + .banner_btn {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_banner_part .cy_banner_content .banner_title + .banner_btn {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_banner_part .cy_banner_content .banner_title + .banner_btn {
    margin-top: 15px;
  }
}
.cy_banner_part .banner_shape {
  top: 0;
  right: 0;
  position: absolute;
}
@media (max-width: 767.98px) {
  .cy_banner_part .banner_shape {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_banner_part .banner_shape {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_banner_part .banner_shape {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cy_banner_part .banner_shape {
    max-width: 50%;
  }
}
.cy_banner_part .swiper-slide-active .banner_sub_title span {
  animation: fadeInUp2 0.5s both 1s;
}
.cy_banner_part .swiper-slide-active .banner_title span {
  animation: fadeInUp2 0.7s both 1s;
}
.cy_banner_part .swiper-slide-active .cu_btn {
  animation: fadeInUp2 0.9s both 1s;
}
.cy_banner_part .swiper-slide-active .banner_img_slider {
  animation: slideInRight 0.9s both 1s;
}
.cy_banner_part .banner_shape_2 {
  position: absolute;
  left: 6%;
  top: 5%;
}
@media (max-width: 576px) {
  .cy_banner_part .banner_shape_2 {
    display: none;
  }
}
.cy_banner_part .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  font-size: 13px;
  text-transform: uppercase;
  color: #878c9a;
}
.cy_banner_part .swiper-pagination-bullet:nth-child(1):after {
  background-color: #ffffff;
}
.cy_banner_part .swiper-pagination-bullet:nth-child(2):after {
  background-color: #363637;
}
.cy_banner_part .swiper-pagination-bullet:nth-child(3):after {
  background-color: #f40000;
}

.cy_social_link {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
@media (max-width: 991px) {
  .cy_social_link {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_social_link {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_social_link {
    top: auto;
    transform: translateY(0);
    bottom: 10px;
    left: 0;
  }
}
.cy_social_link ul {
  padding: 0;
  list-style: none;
}
.cy_social_link li {
  margin: 80px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_social_link li {
    margin: 0 30px 0;
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_social_link li {
    margin: 0 30px 0;
    display: inline-block;
  }
}
.cy_social_link a {
  transform: rotate(90deg);
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #d5d5d5;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_social_link a {
    transform: rotate(0);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_social_link a {
    transform: rotate(0);
  }
}
.cy_social_link a:hover {
  color: #3c3c3c;
}
.cy_social_link.social_style_02 a:hover {
  color: #ffde28;
}

.cy_banner_part_style_2 {
  position: relative;
  height:840px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .cy_banner_part_style_2 {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_banner_part_style_2 {
    height: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_banner_part_style_2 {
    height: 840px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cy_banner_part_style_2 {
    height: 840px;
  }
}
.cy_banner_part_style_2 .swiper-container {
  height: 100%;
  width: 100%;
}
.cy_banner_part_style_2 .swiper-slide {
  display: flex;
  align-items: center;
      margin-top: 0px;
}
@media (max-width: 767.98px) {
  .cy_banner_part_style_2 .swiper-slide {
    margin-top: 127px;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_banner_part_style_2 .swiper-slide {
    margin-top: 150px;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_banner_part_style_2 .swiper-slide {
    margin-top: 150px;
    align-items: flex-start;
  }
}
.cy_banner_part_style_2 .swiper-pagination {
  position: absolute;
  top: 23%;
  right: 6%;
  display: grid;
  text-align: left;
}
@media (max-width: 767.98px) {
  .cy_banner_part_style_2 .swiper-pagination {
    top: 15px;
    right: 15px;
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_banner_part_style_2 .swiper-pagination {
    top: 15px;
    right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_banner_part_style_2 .swiper-pagination {
    top: 15px;
    right: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cy_banner_part_style_2 .swiper-pagination {
           top: 95px;
        right: 115px;
  }
}
.cy_banner_part_style_2 .swiper-pagination-bullet {
  width: auto;
  height: 30px;
  font-size: 12px;
  position: relative;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cy_banner_part_style_2 .swiper-pagination-bullet p {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: capitalize;
      margin-left: 10px;
    margin-top: 3px;
	    color: #000000;
}
.cy_banner_part_style_2 .swiper-pagination-bullet:after {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  border: 2px solid transparent;
  top: 7px;
  left: -26px;
  background-color: #878c9a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cy_banner_part_style_2 .swiper-pagination-bullet:hover p {
  opacity: 1;
  visibility: visible;
}
.cy_banner_part_style_2 .swiper-pagination-bullet:hover:after {
  border: 2px solid #fff;
}
.cy_banner_part_style_2 .banner_pag_style_02 .swiper-pagination-bullet:nth-child(1):after {
  background-color: #ffffff;
}
.cy_banner_part_style_2 .banner_pag_style_02 .swiper-pagination-bullet:nth-child(2):after {
  background-color: #8e8e8e;
}
.cy_banner_part_style_2 .banner_pag_style_02 .swiper-pagination-bullet:nth-child(3):after {
  background-color: #f40000;
  display:none;
}
.cy_banner_part_style_2 .swiper-pagination-bullet-active p {
  opacity: 1;
  visibility: visible;
}
.cy_banner_part_style_2 .swiper-pagination-bullet-active:after {
  border: 2px solid #fff;
}
.cy_banner_part_style_2 .banner_pag_style_02 .swiper-pagination-bullet-active:nth-child(1):after {
  border-color: #dcdcdc;
  box-shadow: 0px 3px 9.5px 0.5px rgba(58, 58, 58, 0.45);
}
.cy_banner_part_style_2 .banner_pag_style_02 .swiper-pagination-bullet-active:nth-child(2):after {
  border-color: #fff;
  box-shadow: 0px 3px 9.5px 0.5px rgba(58, 58, 58, 0.45);
}
.cy_banner_part_style_2 .banner_pag_style_02 .swiper-pagination-bullet-active:nth-child(3):after {
  border-color: #fff;
  box-shadow: 0px 3px 9.5px 0.5px rgba(58, 58, 58, 0.45);
}
.cy_banner_part_style_2 .cy_banner_content .banner_title {
  font-size: 155px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  display: block;
  overflow: hidden;
  position: absolute;
  top: -102px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 8;
}
@media (max-width: 767.98px) {
  .cy_banner_part_style_2 .cy_banner_content .banner_title {
    font-size: 40px;
    line-height: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_banner_part_style_2 .cy_banner_content .banner_title {
    font-size: 40px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_banner_part_style_2 .cy_banner_content .banner_title {
    font-size: 50px;
    line-height: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cy_banner_part_style_2 .cy_banner_content .banner_title {
    font-size: 60px;
    line-height: 65px;
    top: -28px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1680px) {
  .cy_banner_part_style_2 .cy_banner_content .banner_title {
    font-size: 80px;
  }
}
.cy_banner_part_style_2 .cy_banner_content .banner_title span span {
  line-height: 62px;
}
.cy_banner_part_style_2 .cu_btn {
  position: absolute;
  right: 7%;
  text-align: center;
  margin: 0 auto;
  top: 93%;
  z-index: 9;
}
.cy_banner_part_style_2 .cu_btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #1f1e35;
}
@media (max-width: 767.98px) {
  .cy_banner_part_style_2 .cu_btn {
    bottom: -42px;
    top: auto;
    right: 0;
    left: 0;
    max-width: 200px;
  }
}
.cy_banner_part_style_2 .swiper-slide-active .banner_title span {
  animation: fadeInUp2 0.7s both 1s;
      margin-top: 20px;
}
.cy_banner_part_style_2 .swiper-slide-active .banner_img_slider {
  animation: slideInRight 0.9s both 1s;
  margin-top: 0px;
}
.cy_banner_part_style_2 .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  font-size: 13px;
  text-transform: uppercase;
  color: #878c9a;
}
.cy_banner_part_style_2 .cy_banner_dark_shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #0d0d11;
}
.cy_banner_part_style_2 .cy_banner_yellow_shape {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
    background-image: linear-gradient(#fabf0e, #f08201);
}

@media (max-width: 991px) {
  .icon_box_section.section_padding.mt_100 {
    margin-top: 0;
  }
}
.video_section {
  overflow: hidden;
}
.video_section.video_sec_padding {
  padding: 163px 0 130px;
}
@media (max-width: 991px) {
  .video_section.video_sec_padding {
    padding: 100px 0;
  }
}
.video_section .video_section_content {
  position: relative;
  z-index: 1;
}
.video_section .video_section_content .video_popup {
  height: 80px;
  width: 80px;
  box-shadow: 10px 17.321px 40px 0px rgba(1, 16, 58, 0.14);
}
.video_section .video_section_content .video_popup img {
  max-width: 14px;
  margin-left: 3px;
}
@media (max-width: 991px) {
  .video_section .video_section_content .video_popup {
    height: 60px;
    width: 60px;
  }
}
.video_section .about_img_shape {
  position: absolute;
  top: -70px;
  left: -40px;
  z-index: -1;
}
.video_section .round_shape_animation {
  border-radius: 50%;
  background: #acf2f0;
  position: absolute;
  right: -130px;
  bottom: -65px;
  width: 280px;
  height: 280px;
  -webkit-animation: circleAnimation 5s linear infinite;
  animation: circleAnimation 5s linear infinite;
  z-index: -1;
}
@media (max-width: 991px) {
  .video_section .round_shape_animation {
    width: 150px;
    height: 150px;
    right: -70px;
  }
}

.video_popup_section .video_popup {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.video_popup_section .video_popup img {
  border-radius: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 34%;
  padding-left: 4px;
}
.video_popup_section .video_popup i {
  font-size: 18px;
  color: #ed1c16;
}
.video_popup_section.style_2 .video_popup {
  background-color: #1e1e30;
  width: 160px;
  height: 160px;
}
.video_popup_section.style_2 .video_popup:hover {
  background-color: #ffde28;
}
@media (max-width: 991px) {
  .video_popup_section.style_2 .video_popup {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100px;
    height: 100px;
  }
}
.video_popup_section.style_2 .video_popup img {
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1450px) {
  .featured_part_content {
    padding: 0 40px;
  }
}
@media (max-width: 991px) {
  .featured_part_content {
    margin-top: 30px;
  }
}
.featured_part_content .featured_title {
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
  color: #fff;
}
@media (max-width: 991px) {
  .featured_part_content .featured_title {
    font-size: 35px;
    line-height: 45px;
  }
}
.featured_part_content .featured_title + .desc {
  margin-top: 30px;
  text-align: justify;
}
@media (max-width: 991px) {
  .featured_part_content .featured_title + .desc {
    margin-top: 20px;
  }
}
.featured_part_content .desc + .cu_btn {
  margin-top: 55px;
}
@media (max-width: 991px) {
  .featured_part_content .desc + .cu_btn {
    margin-top: 25px;
  }
}
.featured_part_content .featured_title + .cu_btn {
  margin-top: 45px;
}
@media (max-width: 991px) {
  .featured_part_content .featured_title + .cu_btn {
    margin-top: 25px;
  }
}

.video_popup_section img {
  border-radius: 0 0 200px 0;
}

.bike_featured_thumb img {
  border-radius: 248px 0 0 0;
}

.product_list_tab .nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .product_list_tab .nav {
    display: block;
  }
}
.product_list_tab .nav .nav-item {
  flex: 49% 0 0;
}
@media (max-width: 576px) {
  .product_list_tab .nav .nav-item {
    width: 100%;
  }
}
.product_list_tab .nav .nav-item .nav-link {
  padding: 13px 10px;
  text-align: center;
  font-size: 32px;
  color: #1f1e35;
  text-transform: uppercase;
  background-color: #eeeeee;
  font-family: "BebasNeue";
}
@media (max-width: 991px) {
  .product_list_tab .nav .nav-item .nav-link {
    font-size: 24px;
    padding: 5px 10px;
  }
}
.product_list_tab .nav .nav-item .nav-link.active {
  background-color: #1e1d25;
  color: #fff;
}

.cy_product_list_wpapper {
  padding-left: 17px;
  padding-right: 17px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #212028;
}
.cy_product_list_wpapper .cu_product_list_inner {
  border-bottom: 1px solid #e5e5e5;
}
.cy_product_list_wpapper:hover {
  background-color: #fff;
  box-shadow: 1.57px 29.959px 70px 0px rgba(102, 102, 111, 0.1);
}
.cy_product_list_wpapper:hover .product_btn {
  opacity: 1;
  visibility: visible;
}

.col-lg-4:nth-last-child(-n+3) .cy_product_list_wpapper .cu_product_list_inner {
  border-bottom: 0px solid transparent;
}

.cy_product {
  position: relative;
}
.cy_product .product_list_shape {
  position: absolute;
  right: 0;
  bottom: 100px;
  z-index: -11;
}
@media (max-width: 991px) {
  .cy_product .product_list_shape {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_product .product_list_shape {
    display: none;
  }
}

.cu_product_list_inner {
  position: relative;
  padding: 60px 10px 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cu_product_list_inner .product_img {
  text-align: center;
  height: 285px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cu_product_list_inner .product_img + .product_description {
  margin-top: 21px;
}
.cu_product_list_inner .product_description {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .cu_product_list_inner .product_description {
    display: block;
  }
}
.cu_product_list_inner .product_description .product_name a {
     color: #878c9a;
    font-size: 21px;
    font-weight: 600;
}
.cu_product_list_inner .product_description .product_name a:hover {
  color: #1f1e35;
}
.cu_product_list_inner .product_description .product_name + .price {
  margin-top: 13px;
}
.cu_product_list_inner .product_description .price {
  font-size: 35px;
  margin-bottom: 0;
}
.cu_product_list_inner .product_btn {
  height: 65px;
  width: 65px;
  text-align: center;
  line-height: 70px;
  background-color: #fde8e7;
  color: #ed1c16;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transform: translateY(20px);
}
@media (max-width: 767.98px) {
  .cu_product_list_inner .product_btn {
    position: absolute;
    top: 30px;
    right: 30px;
  }
}
.cu_product_list_inner .product_btn i {
  font-size: 23px;
  font-weight: 700;
  margin-left: 3px;
}
.cu_product_list_inner:hover .product_btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.cu_product_list_inner.style_02 {
  background-color: #fff;
  margin-bottom: 15px;
}
.cu_product_list_inner.style_02 .product_description {
  display: block;
  text-align: center;
}
.cu_product_list_inner.style_02 .product_img {
  height: 165px;
}
.cu_product_list_inner.style_02 .product_img img {
  max-height: 165px;
  max-width: 300;
}
.cu_product_list_inner.style_02 .product_img + .product_description {
  margin-top: 29px;
}
.cu_product_list_inner.style_02 .product_name {
  line-height: 1;
}
.cu_product_list_inner.style_02 .product_btn {
  top: 20px;
  right: 20px;
  position: absolute;
  background-color: #f2f2f2;
  color: #4d4c57;
}

.cu_product_list_inner.style_03 {
  padding: 0;
  margin-bottom: 72px;
  position: relative;
  display: block;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cu_product_list_inner.style_03 {
    margin-bottom: 35px;
  }
}
.cu_product_list_inner.style_03 .product_img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9ecbb;
  position: relative;
}
.cu_product_list_inner.style_03 .product_img img {
  padding: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cu_product_list_inner.style_03 .product_img .product_front_thumb img, .cu_product_list_inner.style_03 .product_img .product_back_thumb img {
  transform: translateY(0);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  width: 100%;
}
.cu_product_list_inner.style_03 .product_img .product_back_thumb img {
  transition: 0.25s opacity, 0.25s visibility, transform 1.5s cubic-bezier(0, 0, 0.2, 1);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
}
.cu_product_list_inner.style_03 .product_img:hover .product_front_thumb img {
  transform: scale3d(1, 1, 1) translateY(0);
  display: none;
}
.cu_product_list_inner.style_03 .product_img:hover .product_back_thumb img {
  z-index: 9;
  opacity: 1;
  visibility: visible;
  transform: scale3d(1.05, 1.05, 1.05) translateY(-50%);
}
.cu_product_list_inner.style_03 .product_img:hover img {
  transform: scale(1.1);
}
.cu_product_list_inner.style_03 .product_img.gray_bg {
  background-color: #f9f3db;
}
.cu_product_list_inner.style_03 .product_description {
  display: block;
  margin-top: 26px;
  padding: 0;
}
.cu_product_list_inner.style_03 .product_description .product_name + .price {
  margin-top: 2px;
}
.cu_product_list_inner.style_03 .product_name {
  font-weight: 500;
  font-size: 20px;
}
.cu_product_list_inner.style_03 .product_name:hover a {
  color: #1f1e35;
}
.cu_product_list_inner.style_03 .price {
  font-size: 35px;
}
.cu_product_list_inner.style_04 .product_btn {
  background-color: #f2f2f2;
  color: #4d4c57;
}

.cy_product.sec_padding {
  padding: 70px 0 67px;
}

.stock_page_product_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 85px;
}
@media (max-width: 991px) {
  .stock_page_product_title {
    display: block;
    margin-bottom: 40px;
  }
}
.stock_page_product_title .title {
  font-size: 45px;
  color: #26253b;
  line-height: 1.334;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .stock_page_product_title .title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.stock_page_product_title ul {
  padding: 0;
  margin: 0;
}
.stock_page_product_title ul li {
  display: inline-block;
  list-style: none;
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
  margin: 0 10px;
}
@media (max-width: 991px) {
  .stock_page_product_title ul li {
    margin: 0 15px 0 0;
  }
}
.stock_page_product_title ul a {
  color: #878c9a;
}
.stock_page_product_title ul a:hover {
  color: #26253b;
}

.cy_product_grid_wrapper .grid-item .cu_product_list_inner {
  height: 375px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .cy_product_grid_wrapper .grid-item .cu_product_list_inner.cu_product_list_height_02 {
    height: 770px;
    background-color: #242525;
  }
  .cy_product_grid_wrapper .grid-item .cu_product_list_inner.cu_product_list_height_02 .product_description {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 60px;
    text-align: center;
  }
  .cy_product_grid_wrapper .grid-item .cu_product_list_inner.cu_product_list_height_02 .product_name {
    font-size: 25px;
  }
  .cy_product_grid_wrapper .grid-item .cu_product_list_inner.cu_product_list_height_02 .product_name a {
    color: white;
  }
  .cy_product_grid_wrapper .grid-item .cu_product_list_inner.cu_product_list_height_02 .price {
    font-size: 35px;
    color: white;
  }
}
.cy_product_grid_wrapper .grid-item .cu_product_list_inner .cu_product_list_inner {
  width: 100%;
  height: 100%;
}

.cy_testimonial_slider .single_testimonial_slider {
  text-align: center;
}
.cy_testimonial_slider .single_testimonial_slider .quote_icon {
  line-height: 1;
  color: #a7a7a7;
  margin-bottom: 63px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cy_testimonial_slider .single_testimonial_slider .quote_icon {
    margin-bottom: 20px;
  }
}
.cy_testimonial_slider .single_testimonial_slider .content {
  font-size: 35px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 90px;
  line-height: 50px;
}
@media (max-width: 767.98px) {
  .cy_testimonial_slider .single_testimonial_slider .content {
    font-size: 25px;
    margin-bottom: 40px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_testimonial_slider .single_testimonial_slider .content {
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 45px;
  }
}
.cy_testimonial_slider .single_testimonial_slider .name {
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1f1e35;
  margin-bottom: 4px;
}
.cy_testimonial_slider .single_testimonial_slider .position {
  text-transform: uppercase;
  font-size: 14px;
}
.cy_testimonial_slider .swiper_pagination {
  text-align: center;
  margin-top: 30px;
}
.cy_testimonial_slider .swiper_pagination .swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  background-color: #e8e8e8;
  border-radius: 0;
  margin: 0 7px;
  opacity: 1;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.cy_testimonial_slider .swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #272727;
}

.feature_product.sec_padding {
  padding: 265px 0 120px;
}
@media (max-width: 991px) {
  .feature_product.sec_padding {
    padding: 120px 0 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .feature_product.sec_padding {
    padding: 120px 0 100px;
  }
}

.cy_featured_product_img {
  position: relative;
}
.cy_featured_product_img .product_img {
  position: relative;
  z-index: 4;
}
.cy_featured_product_img .featured_dark_shape {
  position: absolute;
  bottom: -72px;
  left: 0;
  z-index: 3;
}
.cy_featured_product_img .featured_white_shape {
  position: absolute;
  left: 0;
  bottom: -70%;
  z-index: 2;
}
@media (max-width: 991px) {
  .cy_featured_product_img .featured_white_shape {
    bottom: -98%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_featured_product_img .featured_white_shape {
    bottom: -98%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cy_featured_product_img .featured_white_shape {
    bottom: -98%;
  }
}
.cy_featured_product_img .product_title {
  position: absolute;
  top: -30%;
  left: 0;
  right: 0;
  font-size: 542px;
  color: rgb(30 29 37);
  text-shadow: -39.068px 32.782px 81px rgba(137, 137, 137, 0.15);
  z-index: 2;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  z-index: -11;
}
@media (max-width: 991px) {
  .cy_featured_product_img .product_title {
    font-size: 230px;
  }
}

.cy_featured_product_img + .cy_featured_product_desc {
  margin-top: 154px;
}
.cy_featured_product_img + .cy_featured_product_desc.mt_80 {
  margin-top: 80px;
}

.cy_featured_product_desc {
  position: relative;
  z-index: 5;
  text-align: center;
}
.cy_featured_product_desc .title {
  font-size: 65px;
}
@media (max-width: 991px) {
  .cy_featured_product_desc .title {
    font-size: 35px;
  }
}
.cy_featured_product_desc .title + .cu_btn {
  margin-top: 33px;
}
@media (max-width: 991px) {
  .cy_featured_product_desc .title + .cu_btn {
    margin-top: 25px;
  }
}

.feature_product {
  position: relative;
}
.feature_product .feature_product_list_shape {
  top: 0;
  left: 159px;
  position: absolute;
}
@media (max-width: 991px) {
  .feature_product .feature_product_list_shape {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .feature_product .feature_product_list_shape {
    left: auto;
    right: 0;
  }
}
.feature_product .feature_product_list_shape_1 {
  bottom: 32%;
  right: 20%;
  position: absolute;
  z-index: 2;
}
@media (max-width: 991px) {
  .feature_product .feature_product_list_shape_1 {
    display: none;
  }
}
.feature_product .feature_product_list_shape_1 img {
  max-width: 190px;
}
.feature_product .feature_product_list_shape_2 {
  bottom: -120px;
  left: 0;
  position: absolute;
  z-index: 2;
}
@media (max-width: 991px) {
  .feature_product .feature_product_list_shape_2 {
    
  }
}

.cy_featured_product {
  position: relative;
  z-index: 1;
      margin-top: 70px;
}
.cy_featured_product.style_01 .featured_shape_1 {
  position: absolute;
  left: -60px;
  top: -10px;
}
@media (max-width: 991px) {
  .cy_featured_product.style_01 .featured_shape_1 {
    display: none;
  }
}
.cy_featured_product.style_01 .featured_shape_2 {
  position: absolute;
  right: -100px;
  bottom: -20px;
  z-index: -1;
}
@media (max-width: 991px) {
  .cy_featured_product.style_01 .featured_shape_2 {
    display: none;
  }
}
.cy_featured_product.style_02 .featured_shape_1 {
  position: absolute;
  right: -60px;
  top: -10px;
}
@media (max-width: 991px) {
  .cy_featured_product.style_02 .featured_shape_1 {
    display: none;
  }
}
.cy_featured_product.style_02 .featured_shape_2 {
  position: absolute;
  left: -100px;
  bottom: -20px;
  z-index: -1;
}
@media (max-width: 991px) {
  .cy_featured_product.style_02 .featured_shape_2 {
    display: none;
  }
}

.feature_product_video_thumb {
  background-image: url("../img/fearured_video_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .feature_product_video_thumb {
    height: 400px;
  }
}

.cy_instagram_widget_title .title {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .cy_instagram_widget_title .title {
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_instagram_widget_title .title {
    font-size: 35px;
    margin-bottom: 40px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_instagram_widget_title .title {
    font-size: 35px;
    margin-bottom: 40px;
    line-height: 45px;
  }
  .cy_instagram_widget_title .title br {
    display: none;
  }
}
.cy_instagram_widget_title .instagram_icon_box {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 47px 67px;
  background-color:#201f26;
  box-shadow: -10.88px 8.81px 51px 0px rgba(171, 170, 170, 0.15);
  text-align: center;
  color: #878c9a;
}
@media (max-width: 991px) {
  .cy_instagram_widget_title .instagram_icon_box {
    margin-bottom: 40px;
  }
}
.cy_instagram_widget_title .instagram_icon_box img {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.testimonial_section {
  overflow: hidden;
}

.cy_instagram_slider {
  margin: 0 -48% 0 0;
}
.cy_instagram_slider .swiper-container-horizontal > .swiper-pagination-progressbar, .cy_instagram_slider .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: auto;
  bottom: 0;
}
.cy_instagram_slider .swiper-wrapper {
  margin-bottom: 55px;
}
.cy_instagram_slider .single_instagram_slider {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cy_instagram_slider .single_instagram_slider:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 30, 53, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cy_instagram_slider .single_instagram_slider img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cy_instagram_slider .single_instagram_slider i {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45%;
  transform: translateY(-50);
  text-align: center;
  font-size: 35px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
}
.cy_instagram_slider .single_instagram_slider:hover:after {
  background-color: rgba(31, 30, 53, 0.6);
}
.cy_instagram_slider .single_instagram_slider:hover img {
  transform: scale(1.1);
}
.cy_instagram_slider .single_instagram_slider:hover i {
  opacity: 1;
  visibility: visible;
}
.cy_instagram_slider .single_instagram_slider.inst_yellow_overlay:hover:after {
  background-color: rgba(255, 222, 40, 0.2);
}
.cy_instagram_slider .swiper-pagination-progressbar {
  background: #f6f6f6;
  position: absolute;
}
.cy_instagram_slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ed1c16;
}
.cy_instagram_slider .yellow_line .swiper-pagination-progressbar-fill {
  background-color: #ffde28;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: auto;
  z-index: 9;
  bottom: 0;
}

.cy_cd_words_wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cy_cd_words_wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cy_cd_words_wrapper b.is-visible {
  position: relative;
}

.no-js .cy_cd_words_wrapper b {
  opacity: 0;
}

.no-js .cy_cd_words_wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

  xrotate-1 

  -------------------------------- */
.cd_animated_headline.rotate-1 .cy_cd_words_wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd_animated_headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.cd_animated_headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}

.cd_animated_headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* -------------------------------- 

  xtype 

  -------------------------------- */
.cd_animated_headline.type .cy_cd_words_wrapper {
  vertical-align: top;
  overflow: hidden;
}

.cd_animated_headline.type .cy_cd_words_wrapper::after {
  /* vertical bar */
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}

.cd_animated_headline.type .cy_cd_words_wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}

.cd_animated_headline.type .cy_cd_words_wrapper.selected {
  background-color: #aebcb9;
}

.cd_animated_headline.type .cy_cd_words_wrapper.selected::after {
  visibility: hidden;
}

.cd_animated_headline.type .cy_cd_words_wrapper.selected b {
  color: #0d0d0d;
}

.cd_animated_headline.type b {
  visibility: hidden;
}

.cd_animated_headline.type b.is-visible {
  visibility: visible;
}

.cd_animated_headline.type i {
  position: absolute;
  visibility: hidden;
}

.cd_animated_headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

  xrotate-2 

  -------------------------------- */
.cd_animated_headline.rotate-2 .cy_cd_words_wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd_animated_headline.rotate-2 i,
.cd_animated_headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd_animated_headline.rotate-2 b {
  opacity: 0;
}

.cd_animated_headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}

.is-visible .cd_animated_headline.rotate-2 i {
  opacity: 1;
}

.cd_animated_headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}

.cd_animated_headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}

.cd_animated_headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .cd_animated_headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}

.no-csstransitions .cd_animated_headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .cd_animated_headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* -------------------------------- 

  xloading-bar 

  -------------------------------- */
.cd_animated_headline.loading-bar span {
  display: inline-block;
  padding: 0.2em 0;
}

.cd_animated_headline.loading-bar .cy_cd_words_wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd_animated_headline.loading-bar .cy_cd_words_wrapper::after {
  /* loading bar */
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #0096a7;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}

.cd_animated_headline.loading-bar .cy_cd_words_wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}

.cd_animated_headline.loading-bar b {
  top: 0.2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cd_animated_headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

/* -------------------------------- 

  xslide 

  -------------------------------- */
.cd_animated_headline.slide span {
  display: inline-block;
  padding: 0.2em 0;
}

.cd_animated_headline.slide .cy_cd_words_wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd_animated_headline.slide b {
  opacity: 0;
  top: 0.2em;
}

.cd_animated_headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}

.cd_animated_headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* -------------------------------- 

  xclip 

  -------------------------------- */
.cd_animated_headline.clip span {
  display: inline-block;
  padding: 0.2em 0;
}

.cd_animated_headline.clip .cy_cd_words_wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd_animated_headline.clip .cy_cd_words_wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}

.cd_animated_headline.clip b {
  opacity: 0;
}

.cd_animated_headline.clip b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

  xzoom 

  -------------------------------- */
.cd_animated_headline.zoom .cy_cd_words_wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd_animated_headline.zoom b {
  opacity: 0;
}

.cd_animated_headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}

.cd_animated_headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
/* -------------------------------- 

  xrotate-3 

  -------------------------------- */
.cd_animated_headline.rotate-3 .cy_cd_words_wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd_animated_headline.rotate-3 b {
  opacity: 0;
}

.cd_animated_headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-visible .cd_animated_headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.cd_animated_headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}

.cd_animated_headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .cd_animated_headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .cd_animated_headline.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
/* -------------------------------- 

  xscale 

  -------------------------------- */
.cd_animated_headline.scale b {
  opacity: 0;
}

.cd_animated_headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.is-visible .cd_animated_headline.scale i {
  opacity: 1;
}

.cd_animated_headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}

.cd_animated_headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd_animated_headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd_animated_headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

  xpush 

  -------------------------------- */
.cd_animated_headline.push b {
  opacity: 0;
}

.cd_animated_headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}

.cd_animated_headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.billey_highlight_headline--style-rotate .billey_highlight_headline-dynamic-wrapper {
  text-align: left;
}

.highlight_headline .billey_highlight_headline-dynamic-wrapper {
  overflow: visible;
  text-align: inherit;
  position: relative;
}

.highlight_headline .billey_highlight_headline-dynamic-text {
  z-index: 1;
}

.highlight_headline .billey_highlight_headline-plain-text {
  z-index: 1;
  position: relative;
}

.highlight_headline svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: visible;
}

.highlight_headline svg path {
  stroke: #5758e0;
  stroke-width: 9;
  fill: none;
  stroke-dasharray: 1500;
  -webkit-animation: billey_highlight_headline-dash 10s infinite;
  animation: billey_highlight_headline-dash 10s infinite;
}

.highlight_headline svg path:nth-of-type(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes billey_highlight_headline-dash {
  0% {
    stroke-dasharray: 0 1500;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0;
  }
  to {
    stroke-dasharray: 0 1500;
    opacity: 0;
  }
}
@keyframes billey_highlight_headline-dash {
  0% {
    stroke-dasharray: 0 1500;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0;
  }
  to {
    stroke-dasharray: 0 1500;
    opacity: 0;
  }
}
.animated_title_section .animated_title_list {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .animated_title_section .animated_title_list {
    margin-bottom: 40px;
  }
}
.animated_title_section .animated_title_list:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .animated_title_section .animated_title_list:last-child {
    margin-bottom: 40px;
  }
}
.animated_title_section .animated_title_list .billey_highlight_headline, .animated_title_section .animated_title_list .cd_animated_headline {
  font-size: 34px;
}
@media (max-width: 991px) {
  .animated_title_section .animated_title_list .billey_highlight_headline, .animated_title_section .animated_title_list .cd_animated_headline {
    font-size: 28px;
  }
}
.animated_title_section .animated_title_list .cy_cd_words_wrapper {
  font-weight: 300;
}

.cy_line {
  top: 0;
  width: 1384px;
  height: 100%;
  display: flex;
  bottom: 0;
  justify-content: space-between;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}
@media (max-width: 991px) {
  .cy_line {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_line {
    width: 79%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_line {
    width: 79%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cy_line {
    width: 79%;
  }
}
.cy_line [class^=animate_shape_], .cy_line [class*=animate_shape_] {
  position: absolute;
}
@media (max-width: 991px) {
  .cy_line [class^=animate_shape_], .cy_line [class*=animate_shape_] {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_line [class^=animate_shape_], .cy_line [class*=animate_shape_] {
    display: none;
  }
}
.cy_line .cy_single_line {
  position: fixed;
  width: 1px;
  height: 100%;
  background-color: rgba(217, 217, 217, 0.33);
  z-index: 999;
  position: relative;
}
.cy_line .cy_single_line:nth-child(1) .animate_shape_01 {
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.cy_line .cy_single_line:nth-child(1) .animate_shape_02 {
  top: 33%;
  left: 50%;
  transform: translateX(-50%);
}
.cy_line .cy_single_line:nth-child(1) .animate_shape_03 {
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
}
.cy_line .cy_single_line:nth-child(1) .animate_shape_04 {
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
}
.cy_line .cy_single_line:nth-child(2) .animate_shape_01 {
  top: 82px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.cy_line .cy_single_line:nth-child(2) .animate_shape_02 {
  top: 19%;
  left: 50%;
  transform: translateX(-50%);
}
.cy_line .cy_single_line:nth-child(2) .animate_shape_03 {
  top: 40.5%;
  left: 50%;
  transform: translateX(-50%);
}
.cy_line .cy_single_line:nth-child(2) .animate_shape_04 {
  bottom: 34.5%;
  left: 50%;
  transform: translateX(-50%);
}
.cy_line .cy_single_line:nth-child(2) .animate_shape_05 {
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .cy_line .cy_single_line:nth-child(2) {
    display: none;
  }
}
.cy_line .cy_single_line:nth-child(3) .animate_shape_01 {
  top: 1.6%;
  left: 50%;
  transform: translateX(-50%);
}
.cy_line .cy_single_line:nth-child(3) .animate_shape_02 {
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
}
.cy_line .cy_single_line:nth-child(3) .animate_shape_03 {
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .cy_line .cy_single_line:nth-child(3) {
    display: none;
  }
}
.cy_line .cy_single_line:nth-child(4) .animate_shape_01 {
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
}
.cy_line .cy_single_line:nth-child(4) .animate_shape_02 {
  top: 35.8%;
  left: 50%;
  transform: translateX(-50%);
}
.cy_line .cy_single_line:nth-child(4) .animate_shape_03 {
  top: 53%;
  left: 50%;
  transform: translateX(-50%);
}
.cy_line .cy_single_line:nth-child(4) .animate_shape_05 {
  bottom: 26%;
  left: 50%;
  transform: translateX(-50%);
}
.cy_line .cy_single_line:nth-child(4) .animate_shape_04 {
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%);
}

.cy_line_shape_01 {
  position: absolute;
  left: 50px;
  top: 250px;
  z-index: 1;
}

.cy_line_shape_02 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.cy_line_shape_02.cy_line_shape_img_style_02 {
  top: 200px;
  right: 100px;
}

.cy_about_content .sub_title {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: #878c9a;
  font-weight: 400;
  margin-bottom: 20px;
}
.cy_about_content .title {
  font-size: 70px;
  line-height: 75px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_about_content .title {
    font-size: 50px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .cy_about_content .title {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 25px;
  }
}

.about_section {
  z-index: 1;
}

.about_page_shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}

.cy_about_section_wrapper .about_section_inner .sub_title {
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  color: #878c9a;
  text-transform: uppercase;
}
.cy_about_section_wrapper .about_section_inner .title {
  font-size: 55px;
  line-height: 70px;
  margin-bottom: 72px;
}
@media (max-width: 576px) {
  .cy_about_section_wrapper .about_section_inner .title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .cy_about_section_wrapper .about_section_inner .title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_about_section_wrapper .about_section_inner .title {
    font-size: 45px;
    line-height: 55px;
  }
}
.cy_about_section_wrapper .about_section_thumb {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cy_about_section_wrapper .about_section_thumb {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_about_section_wrapper .about_section_thumb {
    margin-bottom: 40px;
  }
}
.cy_about_section_wrapper .about_section_desc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.cy_about_section_wrapper .about_section_desc .desc {
  flex: 40% 0 0;
}
@media (max-width: 991px) {
  .cy_about_section_wrapper .about_section_desc .desc {
    flex: 100% 0 0;
  }
}

@media (max-width: 991px) {
  .cy_bike_description_wrapper .cu_btn {
    margin-bottom: 40px;
  }
}
.cy_bike_description_wrapper .sub_title {
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  color: #878c9a;
  text-transform: uppercase;
}
.cy_bike_description_wrapper .title {
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 72px;
}
@media (max-width: 991px) {
  .cy_bike_description_wrapper .title {
    margin-bottom: 25px;
    font-size: 40px;
  }
}
.cy_bike_description_wrapper .desc {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .cy_bike_description_wrapper .desc {
    margin-bottom: 20px;
  }
}

.cy_store_breadcrumb_part.style_01 {
  background-image: url("../img/store_banner_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.cy_store_breadcrumb_part.style_01 .swiper-slide {
  width: 100%;
}
.cy_store_breadcrumb_part.style_01 .breadcrumb_content {
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .cy_store_breadcrumb_part.style_01 .breadcrumb_content {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_store_breadcrumb_part.style_01 .breadcrumb_content {
    height: 600px;
  }
}
.cy_store_breadcrumb_part.style_01 .product_tricker {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background-color: #26253b;
  color: #fff;
  font-size: 30px;
  font-family: "BebasNeue";
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: absolute;
  left: 100px;
  top: 100px;
}
@media (max-width: 767.98px) {
  .cy_store_breadcrumb_part.style_01 .product_tricker {
    height: 70px;
    width: 70px;
    color: #fff;
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
    padding: 10px;
    left: 15px;
    top: 15px;
    line-height: 16px;
  }
}
.cy_store_breadcrumb_part.style_01 .breadcrumb_content_inner {
  position: absolute;
  right: 55px;
  top: 55px;
}
@media (max-width: 767.98px) {
  .cy_store_breadcrumb_part.style_01 .breadcrumb_content_inner {
    position: absolute;
    right: auto;
    top: 105px;
    left: 15px;
  }
}
.cy_store_breadcrumb_part.style_01 .swiper-pagination {
  position: absolute;
  top: 50%;
  right: 13%;
  display: grid;
  text-align: left;
}
@media (max-width: 767.98px) {
  .cy_store_breadcrumb_part.style_01 .swiper-pagination {
    top: 15px;
    right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_store_breadcrumb_part.style_01 .swiper-pagination {
    top: 15px;
    right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_store_breadcrumb_part.style_01 .swiper-pagination {
    top: 15px;
    right: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cy_store_breadcrumb_part.style_01 .swiper-pagination {
    top: 15px;
    right: 15px;
  }
}
.cy_store_breadcrumb_part.style_01 .swiper-pagination-bullet {
  width: auto;
  height: 30px;
  font-size: 12px;
  position: relative;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cy_store_breadcrumb_part.style_01 .swiper-pagination-bullet:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border: 2px solid transparent;
  top: 7px;
  left: -26px;
  background-color: #878c9a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cy_store_breadcrumb_part.style_01 .swiper-pagination-bullet:hover:after {
  border: 2px solid #fff;
  background-color: transparent;
}
.cy_store_breadcrumb_part.style_01 .swiper-pagination-bullet-active:after {
  border: 2px solid #fff;
  background-color: transparent;
}
.cy_store_breadcrumb_part.style_01 .cart_product {
  display: flex;
  align-items: center;
  position: absolute;
  left: 51%;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .cy_store_breadcrumb_part.style_01 .cart_product {
    left: 20%;
  }
}
.cy_store_breadcrumb_part.style_01 .cart_product .cu_btn {
  padding: 14px 26px;
  line-height: 18px;
}
.cy_store_breadcrumb_part.style_01 .cart_product .popup_product_count input {
  padding: 11px 15px;
  line-height: 0;
  background-color: #26253b;
  border: 2px solid #26253b;
  color: #fff;
  text-align: center;
}
.cy_store_breadcrumb_part.style_01 .cart_product .popup_product_count .cart-qty-plus, .cy_store_breadcrumb_part.style_01 .cart_product .popup_product_count .cart-qty-minus {
  position: relative;
  border: 0px solid transparent;
}
.cy_store_breadcrumb_part.style_02 {
  position: relative;
}
.cy_store_breadcrumb_part.style_02 .breadcrumb_content {
  position: relative;
  height: 800px;
  background-color: #ffdfe0;
}
@media (max-width: 767.98px) {
  .cy_store_breadcrumb_part.style_02 .breadcrumb_content {
    min-height: 600px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_store_breadcrumb_part.style_02 .breadcrumb_content {
    display: flex;
    align-items: center;
    height: 600px;
  }
}
@media (min-width: 991px) {
  .cy_store_breadcrumb_part.style_02 .breadcrumb_content {
    display: flex;
    align-items: center;
  }
}
.cy_store_breadcrumb_part.style_02 .product_tricker {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background-color: #26253b;
  color: #fff;
  font-size: 30px;
  font-family: "BebasNeue";
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100px;
  z-index: 9;
}
@media (max-width: 991px) {
  .cy_store_breadcrumb_part.style_02 .product_tricker {
    height: 70px;
    width: 70px;
    color: #fff;
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
    padding: 10px;
    left: 15px;
    top: 15px;
    line-height: 16px;
    margin: initial;
  }
}
.cy_store_breadcrumb_part.style_02 .breadcrumb_content_inner {
  padding: 100px;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cy_store_breadcrumb_part.style_02 .breadcrumb_content_inner {
    padding: 30px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_store_breadcrumb_part.style_02 .breadcrumb_content_inner {
    padding: 30px;
  }
}
.cy_store_breadcrumb_part.style_02 .breadcrumb_content_inner .product_name {
  font-size: 50px;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cy_store_breadcrumb_part.style_02 .breadcrumb_content_inner .product_name {
    font-size: 30px;
  }
}
.cy_store_breadcrumb_part.style_02 .breadcrumb_content_inner .desc {
  color: #26253b;
  font-size: 17px;
}
.cy_store_breadcrumb_part.style_02 .breadcrumb_content_inner .product_price {
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
  margin-top: 52px;
}
@media (max-width: 991px) {
  .cy_store_breadcrumb_part.style_02 .breadcrumb_content_inner .product_price {
    margin-top: 20px;
  }
}
.cy_store_breadcrumb_part.style_02 .breadcrumb_content_inner .cart_product {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cy_store_breadcrumb_part.style_02 .breadcrumb_content_inner .cart_product {
    margin-top: 15px;
  }
}
.cy_store_breadcrumb_part.style_02 .breadcrumb_content_inner .cu_btn {
  font-family: "DM Sans", sans-serif;
  line-height: 18px;
}
.cy_store_breadcrumb_part.style_02 .breadcrumb_content_inner .cy_social_icon {
  position: absolute;
  bottom: 100px;
}
@media (max-width: 767.98px) {
  .cy_store_breadcrumb_part.style_02 .breadcrumb_content_inner .cy_social_icon {
    position: relative;
    bottom: auto;
    margin-top: 25px;
  }
}
.cy_store_breadcrumb_part.style_02 .breadcrumb_content_inner .cy_social_icon i {
  color: #ffa11b;
  margin-right: 5px;
  font-size: 14px;
}
.cy_store_breadcrumb_part.style_02 .breadcrumb_product_thumb {
  position: absolute;
  right: 0;
  bottom: -100px;
  background-color: #ffde28;
  padding: 46px 84px;
  top: 0;
}
@media (max-width: 767.98px) {
  .cy_store_breadcrumb_part.style_02 .breadcrumb_product_thumb {
    position: relative;
  }
  .cy_store_breadcrumb_part.style_02 .breadcrumb_product_thumb img {
    max-width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_store_breadcrumb_part.style_02 .breadcrumb_product_thumb {
    max-width: 50%;
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_store_breadcrumb_part.style_02 .breadcrumb_product_thumb {
    padding: 40px 30px;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .cy_store_breadcrumb_part.style_02 .cy_social_link {
    display: none;
  }
}
.cy_store_breadcrumb_part.style_03 {
  position: relative;
}
.cy_store_breadcrumb_part.style_03 .breadcrumb_content {
  position: relative;
  height: 800px;
}
@media (max-width: 767.98px) {
  .cy_store_breadcrumb_part.style_03 .breadcrumb_content {
    min-height: 600px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_store_breadcrumb_part.style_03 .breadcrumb_content {
    display: flex;
    align-items: center;
    height: 490px;
  }
}
@media (min-width: 991px) {
  .cy_store_breadcrumb_part.style_03 .breadcrumb_content {
    display: flex;
    align-items: center;
  }
}
.cy_store_breadcrumb_part.style_03 .product_tricker {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background-color: #26253b;
  color: #fff;
  font-size: 30px;
  font-family: "BebasNeue";
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 9;
}
@media (max-width: 991px) {
  .cy_store_breadcrumb_part.style_03 .product_tricker {
    height: 70px;
    width: 70px;
    color: #fff;
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
    padding: 10px;
    left: 15px;
    top: 15px;
    line-height: 16px;
    margin: initial;
  }
}
.cy_store_breadcrumb_part.style_03 .breadcrumb_content_inner {
  padding: 100px;
  width: 43%;
  background-color: #1e1e30;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cy_store_breadcrumb_part.style_03 .breadcrumb_content_inner {
    padding: 30px;
    width: 100%;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .cy_store_breadcrumb_part.style_03 .breadcrumb_content_inner {
    transform: translateY(0%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_store_breadcrumb_part.style_03 .breadcrumb_content_inner {
    top: auto;
    transform: translateY(0%);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_store_breadcrumb_part.style_03 .breadcrumb_content_inner {
    padding: 30px;
    width: 50%;
  }
}
.cy_store_breadcrumb_part.style_03 .breadcrumb_content_inner .product_name {
  font-size: 50px;
  margin-bottom: 12px;
  color: #fff;
}
@media (max-width: 991px) {
  .cy_store_breadcrumb_part.style_03 .breadcrumb_content_inner .product_name {
    font-size: 30px;
  }
}
.cy_store_breadcrumb_part.style_03 .breadcrumb_content_inner .desc {
  color: #ffffff;
  font-size: 17px;
}
.cy_store_breadcrumb_part.style_03 .breadcrumb_content_inner .product_price {
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
  margin-top: 52px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cy_store_breadcrumb_part.style_03 .breadcrumb_content_inner .product_price {
    margin-top: 20px;
  }
}
.cy_store_breadcrumb_part.style_03 .breadcrumb_content_inner .cart_product {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cy_store_breadcrumb_part.style_03 .breadcrumb_content_inner .cart_product {
    margin-top: 15px;
  }
}
.cy_store_breadcrumb_part.style_03 .breadcrumb_content_inner .cu_btn {
  font-family: "DM Sans", sans-serif;
  padding: 16px 26px;
  line-height: 20px;
  color: #1f1e35;
}
.cy_store_breadcrumb_part.style_03 .breadcrumb_content_inner .cu_btn:hover {
      background-image: linear-gradient(#fabf0e, #f08201);
  color: #fff;
}
.cy_store_breadcrumb_part.style_03 .breadcrumb_content_inner .cy_social_icon {
  margin-top: 70px;
}
.cy_store_breadcrumb_part.style_03 .breadcrumb_content_inner .cy_social_icon i {
  color: #ffa11b;
  margin-right: 5px;
  font-size: 14px;
}
.cy_store_breadcrumb_part.style_03 .breadcrumb_product_thumb {
  background-color: #f6d192;
  padding: 40px 84px;
  width: 60%;
}
@media (max-width: 991px) {
  .cy_store_breadcrumb_part.style_03 .breadcrumb_product_thumb {
    width: 100%;
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_store_breadcrumb_part.style_03 .breadcrumb_product_thumb {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_store_breadcrumb_part.style_03 .breadcrumb_product_thumb {
    padding: 40px 30px;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .cy_store_breadcrumb_part.style_03 .cy_social_link {
    display: none;
  }
}

.cy_contact_breadcrumb_wrapper.style_01 {
  position: relative;
}
@media (max-width: 767.98px) {
  .cy_contact_breadcrumb_wrapper.style_01 {
    min-height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_contact_breadcrumb_wrapper.style_01 {
    min-height: 600px;
  }
}
.cy_contact_breadcrumb_wrapper.style_01 .bredcrumb_thumb {
  border-radius: 250px 0 0 0;
}
.cy_contact_breadcrumb_wrapper.style_01 .cy_contact_breadcrumb_inner {
  max-width: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ed1c16;
  padding: 43px 55px;
}
@media (max-width: 991px) {
  .cy_contact_breadcrumb_wrapper.style_01 .cy_contact_breadcrumb_inner {
    max-width: 100%;
    padding: 20px;
  }
  .cy_contact_breadcrumb_wrapper.style_01 .cy_contact_breadcrumb_inner .cy_contact_breadcrumb_icon {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_contact_breadcrumb_wrapper.style_01 .cy_contact_breadcrumb_inner {
    max-width: 80%;
  }
}
.cy_contact_breadcrumb_wrapper.style_01 .cy_contact_breadcrumb_content {
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cy_contact_breadcrumb_wrapper.style_01 .cy_contact_breadcrumb_content {
    padding-left: 0;
  }
}
.cy_contact_breadcrumb_wrapper.style_01 .title {
  font-size: 55px;
  color: #fff;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cy_contact_breadcrumb_wrapper.style_01 .title {
    font-size: 25px;
  }
}
.cy_contact_breadcrumb_wrapper.style_01 .desc {
  color: #fff;
}
.cy_contact_breadcrumb_wrapper.style_02 {
  position: relative;
       margin-bottom: 130px;
}
@media (max-width: 767.98px) {
  .cy_contact_breadcrumb_wrapper.style_02 {
    min-height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_contact_breadcrumb_wrapper.style_02 {
    min-height: 100%;
  }
}
.cy_contact_breadcrumb_wrapper.style_02 .cy_contact_breadcrumb_inner {
  max-width: 60%;
  position: absolute;
  bottom: -120px;
  right: 0;
  background-color: #0d0d11;
  padding: 43px 100px 86px;
}
@media (max-width: 767.98px) {
  .cy_contact_breadcrumb_wrapper.style_02 .cy_contact_breadcrumb_inner {
    max-width: 100%;
    padding: 20px;
    bottom: 0px;
    background-color: #0d0d11;
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_contact_breadcrumb_wrapper.style_02 .cy_contact_breadcrumb_inner {
    max-width: 100%;
    padding: 20px;
    bottom: 0px;
    background-color: #f7b500;
    position: relative;
  }
  .cy_contact_breadcrumb_wrapper.style_02 .cy_contact_breadcrumb_inner .cy_contact_breadcrumb_icon {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_contact_breadcrumb_wrapper.style_02 .cy_contact_breadcrumb_inner {
    max-width: 80%;
  }
}
.cy_contact_breadcrumb_wrapper.style_02 .title {
  font-size: 48px;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cy_contact_breadcrumb_wrapper.style_02 .title {
    font-size: 25px;
  }
}
@media (max-width: 767.98px) {
  .cy_contact_breadcrumb_wrapper.style_03 {
    min-height: 0px;
  }
  .cy_contact_breadcrumb_wrapper.style_03 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_contact_breadcrumb_wrapper.style_03 {
    min-height: 0px;
  }
}

.cy_about_breadcrumb_inner {
  padding: 200px 50px 190px 80px;
  background-color: #ffdcc7;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .cy_about_breadcrumb_inner {
    padding: 62px 20px 60px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_about_breadcrumb_inner {
    padding: 62px 20px 60px 20px;
  }
}
.cy_about_breadcrumb_inner .sub_title {
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  color: #878c9a;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.cy_about_breadcrumb_inner .title {
  font-size: 65px;
  color: #1f1e35;
  text-transform: uppercase;
  line-height: 1.077;
}
@media (max-width: 991px) {
  .cy_about_breadcrumb_inner .title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_about_breadcrumb_inner .title {
    font-size: 40px;
  }
}

.about_section_breadcrumb {
  position: relative;
}
.about_section_breadcrumb .about_breadcrumb_shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .about_section_breadcrumb .about_breadcrumb_shape {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .about_section_breadcrumb .about_breadcrumb_shape {
    max-width: 67%;
  }
}

.blog_breadcrumb_part.sec_padding {
  padding: 110px 0 222px;
}
@media (max-width: 991px) {
  .blog_breadcrumb_part.sec_padding {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .blog_breadcrumb_part.sec_padding {
    padding: 80px 0;
  }
}

.cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_01 {
  position: relative;
  
}
.cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_01 .bredcrumb_thumb {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_01 .bredcrumb_thumb {
    position: relative;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_01 .bredcrumb_thumb {
    position: relative;
  }
}
.cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_01 .cy_blog_breadcrumb_inner {
  padding-left: 40px;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_01 .cy_blog_breadcrumb_inner {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_01 .cy_blog_breadcrumb_inner {
    padding-left: 0;
  }
}
.cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_01 .title a {
  color: #1f1e35;
}
.cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_01 .title a:hover {
  color: #ed1c16;
}
.cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_01 .desc {
  color: #878c9a;
  font-size: 17px;
  line-height: 30px;
  margin-top: 20px;
}
.cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_01 .cu_btn {
  margin-top: 59px;
}
@media (max-width: 991px) {
  .cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_01 .cu_btn {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_01 .cu_btn {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_blog_breadcrumb_wrapper .cy_blog_breadcrumb_thumb {
    display: none;
  }
}
.cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_02 {
  position: relative;
}
.cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_02 .cy_blog_breadcrumb_inner {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 50%;
  background-color: #ffde28;
  padding: 150px 120px;
  z-index: 2;
}
@media (max-width: 991px) {
  .cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_02 .cy_blog_breadcrumb_inner {
    max-width: 100%;
    background-color: #ffde28;
    padding: 80px 40px;
    z-index: 2;
    position: relative;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_02 .cy_blog_breadcrumb_inner {
    max-width: 100%;
    background-color: #ffde28;
    padding: 80px 40px;
    z-index: 2;
    position: relative;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_02 .cy_blog_breadcrumb_inner {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1680px) {
  .cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_02 .cy_blog_breadcrumb_inner {
    padding: 40px 30px;
  }
}
.cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_02 .cy_post_meta {
  font-size: 16px;
  font-weight: 400;
  color: #1f1e35;
  margin-bottom: 20px;
}
.cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_02 .cy_post_meta .post_date {
  font-weight: 500;
}
.cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_02 .title {
  font-size: 45px;
}
.cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_02 .title a {
  color: #1f1e35;
}
.cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_02 .title a:hover {
  color: #ed1c16;
}
.cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_02 .desc {
  color: #26253b;
  font-size: 17px;
  line-height: 30px;
  margin-top: 20px;
}
.cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_02 .cu_btn {
  margin-top: 56px;
  font-family: "DM Sans", sans-serif;
}
.cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_02 .swiper_navigation {
  position: absolute;
  left: 25%;
  bottom: 45px;
  display: flex;
  align-items: center;
  z-index: 8;
}
.cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_02 .swiper_navigation .swiper_button_prev, .cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_02 .swiper_navigation .swiper_button_next {
  margin: 0 15px;
  cursor: pointer;
}
.cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_02 .swiper_navigation .swiper_button_prev i, .cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_02 .swiper_navigation .swiper_button_next i {
  font-size: 40px;
  color: #e5e2da;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_02 .swiper_navigation .swiper_button_prev i:hover, .cy_blog_breadcrumb_wrapper.blog_breadcrumb_style_02 .swiper_navigation .swiper_button_next i:hover {
  color: #040300;
}

.cy_post_meta {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.cy_post_meta p, .cy_post_meta a {
  font-size: 16px;
  color: #1f1e35;
}
.cy_post_meta span {
  color: #1f1e35;
  margin: 0 5px;
}

.cy_store_breadcrumb_part .popup_product_count {
  position: relative;
}
.cy_store_breadcrumb_part .popup_product_count .cart-qty-plus, .cy_store_breadcrumb_part .popup_product_count .cart-qty-minus {
  border: 0px solid transparent;
  position: absolute !important;
  top: 40%;
  transform: translateY(-50%);
  left: 5px;
  right: auto;
}
.cy_store_breadcrumb_part .popup_product_count .cart-qty-plus:after, .cy_store_breadcrumb_part .popup_product_count .cart-qty-minus:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  font-family: "themify";
  color: #5f5e6f;
  font-size: 14px;
}
.cy_store_breadcrumb_part .popup_product_count .cart-qty-plus {
  left: auto;
  right: 21px;
  top: 28%;
}
.cy_store_breadcrumb_part .popup_product_count .cart-qty-plus:after {
  content: "";
}
.cy_store_breadcrumb_part .heart_btn {
  width: 60px;
  min-width: auto;
  padding: 11px !important;
  line-height: 0;
  border: 2px solid #fff;
  background-color: #fff;
  line-height: 19px !important;
}
.cy_store_breadcrumb_part .heart_btn i {
  color: #ed1c16;
  font-size: 20px;
}
.cy_store_breadcrumb_part .heart_btn:hover {
  border: 2px solid #ed1c16;
}
.cy_store_breadcrumb_part .heart_btn:hover i {
  color: #fff;
}
.cy_store_breadcrumb_part.style_02 .popup_product_count input, .cy_store_breadcrumb_part.style_03 .popup_product_count input {
  text-align: center;
  padding: 14px;
  background-color: #ffde28;
  border: 2px solid #ffde28;
  color: #fff;
}
.cy_store_breadcrumb_part.style_02 .heart_btn, .cy_store_breadcrumb_part.style_03 .heart_btn {
  padding: 14px !important;
}
.cy_store_breadcrumb_part.style_02 .heart_btn:hover, .cy_store_breadcrumb_part.style_03 .heart_btn:hover {
  border: 2px solid #ed1c16;
}
.cy_store_breadcrumb_part.style_02 .heart_btn:hover i, .cy_store_breadcrumb_part.style_03 .heart_btn:hover i {
  color: #fff;
}
.cy_store_breadcrumb_part.style_02 .popup_product_count .cart-qty-minus, .cy_store_breadcrumb_part.style_03 .popup_product_count .cart-qty-minus {
  top: 42%;
}

.cart-qty-plus, .cart-qty-minus {
  cursor: pointer;
}

.cy_subscribe_part_wrapper {
  text-align: center;
}
.cy_subscribe_part_wrapper title {
  font-size: 45px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cy_subscribe_part_wrapper title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.cy_subscribe_part_wrapper .description {
  font-size: 17px;
}
.cy_subscribe_part_wrapper .subscribe_form_inner {
  margin-top: 60px;
  display: flex;
}
@media (max-width: 991px) {
  .cy_subscribe_part_wrapper .subscribe_form_inner {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .cy_subscribe_part_wrapper .subscribe_form_inner {
    flex-wrap: wrap;
  }
}
.cy_subscribe_part_wrapper .subscribe_form_inner .cy_input {
  border: 2px solid #f2f2f2;
  padding: 10px 30px;
  height: 60px;
  line-height: 60px;
  background-color: #f2f2f2;
  width: 100%;
}
.cy_subscribe_part_wrapper .subscribe_form_inner .btn_4 {
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 576px) {
  .cy_subscribe_part_wrapper .subscribe_form_inner .btn_4 {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.cu_store_product_wrapper {
  position: relative;
}
.cu_store_product_wrapper .cu_store_product_inner_content {
  position: absolute;
  right: 0;
  top: 0;
  width: 56%;
  padding: 212px 75px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .cu_store_product_wrapper .cu_store_product_inner_content {
    position: relative;
    width: 100%;
    padding: 60px 30px 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cu_store_product_wrapper .cu_store_product_inner_content {
    padding: 129px 75px;
  }
}
.cu_store_product_wrapper .video_popup {
  position: absolute;
  left: -35px;
  bottom: -35px;
  background-color: #3b3844;
}
@media (max-width: 991px) {
  .cu_store_product_wrapper .video_popup {
    position: relative;
    margin-top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (min-width: 991px) {
  .cu_store_product_wrapper .video_popup {
    height: 130px;
    width: 130px;
  }
  .cu_store_product_wrapper .video_popup.play_animation:before {
    height: 130px;
    width: 130px;
  }
}
.cu_store_product_wrapper .video_popup.play_animation:before {
  background: rgba(242, 194, 104, 0.45);
}
.cu_store_product_wrapper .sub_title {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: #1f1e35;
  text-transform: uppercase;
  line-height: 1.625;
  margin-bottom: 28px;
}
.cu_store_product_wrapper .title {
  font-size: 35px;
  font-family: "DM Sans", sans-serif;
  color: #26253b;
  line-height: 1.429;
  font-weight: 500;
}
@media (max-width: 991px) {
  .cu_store_product_wrapper .title {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .cy_contact_form {
    margin-top: 60px;
  }
}

.cy_contact_form_title {
  margin-bottom: 30px;
}
.cy_contact_form_title .title {
  font-size: 35px;
}
.cy_contact_form_title .desc {
  margin-bottom: 20px;
}

.cy_contact_form_inner .form-group {
  margin-bottom: 0;
}
.cy_contact_form_inner .form-control {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  padding: 10px 25px;
  line-height: 55px;
  height: 55px;
  border-radius: 0;
  font-size: 14px;
  color: #878c9a;
  margin-bottom: 30px;
}
.cy_contact_form_inner textarea.form-control {
  min-height: 111.5px;
}

.cy_contact_info_inner {
  margin-bottom: 57px;
}
.cy_contact_info_inner .contact_info_icon {
  background-color: #ffe6e6;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  display: inline-block;
  line-height: 55px;
  text-align: center;
  float: left;
}
.cy_contact_info_inner .contact_info_icon i {
  font-size: 25px;
  color: #ed1c16;
}
.cy_contact_info_inner .contact_info_icon img {
  max-width: 30px;
}
.cy_contact_info_inner .contact_info_details {
  margin-left: 70px;
}
.cy_contact_info_inner .contact_info_details .desc {
  font-size: 17px;
  color: #878c9a;
  line-height: 28px;
}
.cy_contact_info_inner .contact_info_details a {
  color: #878c9a;
}
.cy_contact_info_inner .contact_info_details a:hover {
  color: #ed1c16;
}
.cy_contact_info_inner.cy_dark_contact_info {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cy_contact_info_inner.cy_dark_contact_info {
    margin-bottom: 30px;
  }
}
.cy_contact_info_inner.cy_dark_contact_info .contact_info_icon {
  background-color: #000000;
}

.cy_contact_info h4.title {
  font-size: 18px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #000;
  margin-bottom: 5px;
}
.cy_contact_info ul {
  margin: 0;
  padding: 0;
}
.cy_contact_info ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
  font-weight: 400;
}
.cy_contact_info ul li a {
  color: #ed1c16;
}

.dark_section_map {
  height: 100% !important;
}
@media (max-width: 991px) {
  .dark_section_map {
    height: 500px !important;
  }
}

.cy_contact_form_style_02 {
  background-color: #26253b;
  padding: 80px 115px 90px;
}
@media (max-width: 767.98px) {
  .cy_contact_form_style_02 {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_contact_form_style_02 {
    padding: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_contact_form_style_02 {
    padding: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .cy_contact_form_style_02 {
    padding: 50px;
  }
}
.cy_contact_form_style_02 .row {
  margin: 0;
}
.cy_contact_form_style_02 .col-lg-6 {
  padding: 0;
}
.cy_contact_form_style_02 .cy_contact_form_title .title, .cy_contact_form_style_02 .cy_contact_form_title .desc {
  color: #fff;
}
.cy_contact_form_style_02 .cy_contact_form_inner .form-control {
  background-color: #fff;
  margin-bottom: 15px;
}
.cy_contact_form_style_02 .cu_btn.btn_4 {
  background-color: #f7b500;
  font-family: "DM Sans", sans-serif;
  margin-top: 25px;
  border: 1px solid #f7b500;
}
.cy_contact_form_style_02 .cu_btn.btn_4:hover {
  background-color: #ed1c16;
  border: 1px solid #ed1c16;
  color: #fff;
}

.cy_contact_form_wrapper {
  padding: 70px 75px 100px;
  margin-top: 0px;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.cy_contact_form_wrapper #map {
  height: 460px;
}
@media (max-width: 991px) {
  .cy_contact_form_wrapper {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_contact_form_wrapper {
    padding: 40px 20px;
  }
}

.cy_contact_form.style_02 {
  background-color: #f6bc09;
  padding: 80px 50px;
}
@media (max-width: 991px) {
  .cy_contact_form.style_02 {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_contact_form.style_02 {
    padding: 40px 20px;
  }
}
.cy_contact_form.style_02 .contact_info_icon {
  background-color: #fff;
}
.cy_contact_form.style_02 .contact_info_icon i {
  color: #1f1e35;
}
.cy_contact_form.style_02 .contact_info_details .desc {
  color: #1f1e35;
}
.cy_contact_form.style_02 .contact_info_details a {
  color: #1f1e35;
}
.cy_contact_form.style_02 .contact_info_details a:hover {
  color: #ed1c16;
}
.cy_contact_form.style_02 .cy_contact_info_inner .title {
  color: #1f1e35;
  font-size: 20px;
  text-decoration: underline;
  font-weight: 700;
}
.cy_contact_form.style_02 .cy_contact_info_inner li a {
  color: #1e1d25;
  font-size: 14px;
  font-weight: 400;
}
.cy_contact_form.style_02 .cy_contact_info_inner .social_icon {
  margin-top: 28px;
}
.cy_contact_form.style_02 .cy_contact_info_inner .social_icon a {
  color: #1e1d25;
  font-size: 30px;
  margin-right:35px;
}
@media (max-width: 991px) {
  .cy_contact_form.style_02 .cy_contact_info_inner .social_icon a {
    font-size: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_contact_form.style_02 .cy_contact_info_inner .social_icon a {
    font-size: 20px;
    margin-right: 20px;
  }
}
.cy_contact_form.style_02 .cy_contact_info_inner .social_icon a:hover {
  color: #ed1c16;
}

#map {
  height: 667px;
  width: 100%;
}

.single_location {
  position: relative;
  background-color: #fff;
}

.single_location span {
  position: absolute;
  left: 0;
  font-size: 24px;
  background: -webkit-linear-gradient(235.46deg, #44DA64 8.9%, #1BB2E8 108.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gm-style-iw.gm-style-iw-c {
  min-width: 200px !important;
  overflow: hidden;
  padding: 20px;
}

.single_location h2 {
  margin: 0 0 10px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  color: #2B3332;
}

.single_location p {
  margin: 8px 0 0;
  font-size: 14px;
  color: #7C8887;
  line-height: 1.3;
}

.gm-style .gm-style-iw-t::after {
  background: #fff;
  box-shadow: none;
  content: "";
  height: 15px;
  left: 0 !important;
  position: absolute;
  top: 0;
  transform: translate(0%, 0%) rotate(0);
  width: 15px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.gm-style .gm-style-iw-c {
  transform: translate(0%, -100%);
}

.gm-style .gm-style-iw-c {
  border-radius: 0;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.2);
}

.gm-ui-hover-effect {
  font-size: 20px;
  top: 0 !important;
  right: 0 !important;
}

.cy_counter_section_wrapper {
  text-align: center;
}
@media (max-width: 991px) {
  .cy_counter_section_wrapper {
    margin-bottom: 40px;
  }
}
.cy_counter_section_wrapper img {
  margin-bottom: 9px;
}
@media (max-width: 991px) {
  .cy_counter_section_wrapper img {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_counter_section_wrapper img {
    margin-bottom: 20px;
  }
}
.cy_counter_section_wrapper .counter_number {
  font-size: 50px;
  color: #eca30c;
}
@media (max-width: 991px) {
  .cy_counter_section_wrapper .counter_number {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_counter_section_wrapper .counter_number {
    font-size: 35px;
  }
}
.cy_counter_section_wrapper .desc {
  font-size: 17px;
}

.cy_contact_info_wrapper {
  text-align: center;
}
@media (max-width: 991px) {
  .cy_contact_info_wrapper {
    margin-bottom: 40px;
  }
}
.cy_contact_info_wrapper img {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cy_contact_info_wrapper img {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_contact_info_wrapper img {
    margin-bottom: 20px;
  }
}
.cy_contact_info_wrapper .title {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cy_contact_info_wrapper .title {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_contact_info_wrapper .title {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
.cy_contact_info_wrapper .desc {
  display: inline-block;
  color: #878c9a;
}

.testimonial_gallery_top .thumbnail_testimonial_content img {
  width: 100%;
}

.testimonial_gallery_thumbs {
  margin-bottom: 20px;
}

.testimonial_gallery_top {
  margin-bottom: -50px;
}
.testimonial_gallery_top .swiper-slide {
  margin-bottom: 50px;
}
.testimonial_gallery_top .swiper-slide-thumb-active {
  box-shadow: 0.785px 14.979px 30px 0px rgba(27, 27, 27, 0.4);
}

.thumbnail_testimonial_content {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.thumbnail_testimonial_content:Hover {
  box-shadow: 0.785px 14.979px 30px 0px rgba(27, 27, 27, 0.4);
}

.testimonial_gallery_thumbs_wrapper {
  position: relative;
}
.testimonial_gallery_thumbs_wrapper .thumbnail_testimonial_content {
  background-color: rgba(237, 28, 22, 0.9);
  padding: 100px 80px 70px;
  border-radius: 200px 0 0 0;
  max-width: 80%;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .testimonial_gallery_thumbs_wrapper .thumbnail_testimonial_content {
    position: relative;
    padding: 80px 30px 20px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .testimonial_gallery_thumbs_wrapper .thumbnail_testimonial_content {
    padding: 80px 30px 20px;
  }
}
.testimonial_gallery_thumbs_wrapper .thumbnail_testimonial_content .desc {
  color: #fff;
  font-size: 35px;
  font-family: "DM Sans", sans-serif;
  line-height: 50px;
  font-weight: 500;
  font-style: italic;
}
@media (max-width: 991px) {
  .testimonial_gallery_thumbs_wrapper .thumbnail_testimonial_content .desc {
    font-size: 20px;
    line-height: 29px;
  }
}
.testimonial_gallery_thumbs_wrapper .thumbnail_testimonial_content .quote_icon {
  position: absolute;
  height: 94px;
  width: 94px;
  background-color: #fff;
  border: 2px solid #ed1c16;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.about_page_testimonial_section {
  background-color: #ffde28;
}

.cy_about_page_testimonial_section {
  position: relative;
}
.cy_about_page_testimonial_section .swiper_pagination {
  position: absolute;
  right: 0;
  top: 50px;
}
.cy_about_page_testimonial_section .swiper_pagination .swiper-pagination-bullet {
  height: 7px;
  width: 70px;
  margin-left: 20px;
  border-radius: 0;
  background-color: #fefdf3;
  opacity: 0.522;
}
.cy_about_page_testimonial_section .swiper_pagination .swiper-pagination-bullet-active {
  background: #1f1e35;
  opacity: 1;
}
.cy_about_page_testimonial_section .swiper-slide {
  text-align: center;
}
.cy_about_page_testimonial_section .swiper-slide img {
  margin-bottom: 59px;
}
.cy_about_page_testimonial_section .cy_about_page_testimonial_wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 63%;
  background-color: #fff;
  padding: 90px 95px 112px;
}
@media (max-width: 991px) {
  .cy_about_page_testimonial_section .cy_about_page_testimonial_wrapper {
    position: relative;
    width: 100%;
    padding: 30px;
  }
}
.cy_about_page_testimonial_section .cy_about_page_testimonial_wrapper .content {
  font-size: 35px;
  line-height: 50px;
  font-family: "DM Sans", sans-serif;
  font-style: italic;
  text-align: center;
}
@media (max-width: 991px) {
  .cy_about_page_testimonial_section .cy_about_page_testimonial_wrapper .content {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 991px) {
  .cy_icon_box_wrapper {
    margin-bottom: 40px;
  }
}
.cy_icon_box_wrapper .icon {
  margin-bottom: 56px;
}
@media (max-width: 767.98px) {
  .cy_icon_box_wrapper .icon {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cy_icon_box_wrapper .icon {
    margin-bottom: 30px;
  }
}
.cy_icon_box_wrapper .title {
  font-style: 35px;
}
.cy_icon_box_wrapper .desc {
  margin-top: 18px;
}
@media (max-width: 991px) {
  .cy_icon_box_wrapper .desc {
    margin-top: 10px;
  }
}

.cy_grid_wrapper .cy_gallery_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cy_bike_list_tab_inner {
  background-color: #fff;
  margin-bottom: 30px;
}
.cy_bike_list_tab_inner .card-header {
  background-color: #fff;
  border-bottom: 0px solid transparent;
  padding: 25px 80px 25px 120px;
}
@media (max-width: 991px) {
  .cy_bike_list_tab_inner .card-header {
    padding: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_bike_list_tab_inner .card-header {
    padding: 25px;
  }
}
.cy_bike_list_tab_inner .card-header .btn {
  font-size: 45px;
  padding: 0;
  text-align: left;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .cy_bike_list_tab_inner .card-header .btn {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_bike_list_tab_inner .card-header .btn {
    font-size: 20px;
  }
}
.cy_bike_list_tab_inner .card-header .btn:focus {
  border: 0px solid transparent;
}
.cy_bike_list_tab_inner .card-header .btn:after {
  position: absolute;
  content: "";
  right: 0;
  top: 30%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  color: #26253b;
  font-family: "themify";
}
@media (max-width: 991px) {
  .cy_bike_list_tab_inner .card-header .btn:after {
    height: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_bike_list_tab_inner .card-header .btn:after {
    height: 20px;
  }
}
.cy_bike_list_tab_inner .card-header .btn.collapsed:after {
  content: "";
}
.cy_bike_list_tab_inner .card-body {
  padding: 0 55px 55px;
}
@media (max-width: 991px) {
  .cy_bike_list_tab_inner .card-body {
    padding: 0 25px 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_bike_list_tab_inner .card-body {
    padding: 0 25px 25px;
  }
}
@media (max-width: 991px) {
  .cy_bike_list_tab_inner .bike_list_tab_content {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_bike_list_tab_inner .bike_list_tab_content {
    margin-top: 20px;
  }
}
.cy_bike_list_tab_inner .bike_list_tab_inner {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
.cy_bike_list_tab_inner .bike_list_tab_inner:last-child {
  margin-bottom: 0;
}
.cy_bike_list_tab_inner .bike_list_tab_inner .title {
  flex: 30% 0 0;
  text-align: right;
  margin-bottom: 0;
  font-size: 35px;
  color: #1f1e35;
}
@media (max-width: 991px) {
  .cy_bike_list_tab_inner .bike_list_tab_inner .title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_bike_list_tab_inner .bike_list_tab_inner .title {
    font-size: 20px;
  }
}
.cy_bike_list_tab_inner .bike_list_tab_inner .desc {
  padding-left: 80px;
  color: #878c9a;
  font-size: 35px;
  font-family: "BebasNeue";
}
@media (max-width: 991px) {
  .cy_bike_list_tab_inner .bike_list_tab_inner .desc {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_bike_list_tab_inner .bike_list_tab_inner .desc {
    font-size: 20px;
  }
}

.blog_post_part {
  background-color:#0d0d11;
}
.blog_post_part.sec_padding {
  padding: 90px 0 70px;
}
@media (max-width: 991px) {
  .blog_post_part.sec_padding {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .blog_post_part.sec_padding {
    padding: 80px 0;
  }
}

.blog_post_wrapper.style_01 {
  background-color: #fff;
  margin-bottom: 30px;
}
.blog_post_wrapper.style_01 .blog_post_thumb {
  border-radius: 0 0 0 100px;
}
.blog_post_wrapper.style_01 .cy_post_meta {
  margin-bottom: 10px;
}
.blog_post_wrapper.style_01 .blog_post_inner {
  padding: 38px 30px;
}
@media (max-width: 991px) {
  .blog_post_wrapper.style_01 .blog_post_inner {
    padding: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .blog_post_wrapper.style_01 .blog_post_inner {
    padding: 25px;
  }
}
.blog_post_wrapper.style_01 .title {
  margin-bottom: 0;
}
.blog_post_wrapper.style_01 .title a {
  font-size: 30px;
  color: #1f1e35;
  line-height: 40px;
}
.blog_post_wrapper.style_01 .title a:hover {
  color: #ed1c16;
}
@media (max-width: 991px) {
  .blog_post_wrapper.style_01 .title a {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .blog_post_wrapper.style_01 .title a {
    font-size: 22px;
    line-height: 30px;
  }
}
.blog_post_wrapper.blog_style_02 {
  margin-bottom: 55px;
}
.blog_post_wrapper.blog_style_02 .blog_post_inner {
  padding: 20px 0 0;
}
.blog_post_wrapper.blog_style_02 .post_date {
  font-size: 14px;
  font-weight: 500;
  color: #26253b;
}
.blog_post_wrapper.blog_style_02 .title {
  margin-top: 10px;
}
.blog_post_wrapper.blog_style_02 .title a {
  font-size: 30px;
  color: #1f1e35;
  line-height: 40px;
}
.blog_post_wrapper.blog_style_02 .title a:hover {
  color: #ed1c16;
}
@media (max-width: 991px) {
  .blog_post_wrapper.blog_style_02 .title a {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .blog_post_wrapper.blog_style_02 .title a {
    font-size: 22px;
  }
}
.blog_post_wrapper.blog_style_02 .post_author {
  margin-bottom: 12;
  color: #878c9a;
  font-size: 15px;
}

.blog_section_title {
  text-align: center;
  margin-bottom: 76px;
}
@media (max-width: 991px) {
  .blog_section_title {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .blog_section_title {
    margin-bottom: 60px;
  }
}
.blog_section_title .title {
  font-size: 50px;
  font-weight: 700;
}

.load_more_btn {
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
}

.cy_blog_post_slider {
  background-color: #fff;
  padding: 45px;
  position: absolute;
  bottom: -83%;
  right: 0;
  width: 49%;
}
@media (max-width: 991px) {
  .cy_blog_post_slider {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cy_blog_post_slider {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    margin-top: 50px;
  }
}

.cy_blog_post_slider_inner {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .cy_blog_post_slider_inner {
    display: block;
  }
  .cy_blog_post_slider_inner .post_thumb {
    display: none;
  }
}
.cy_blog_post_slider_inner:last-child {
  margin-bottom: 0;
}
.cy_blog_post_slider_inner .post_content {
  padding: 0 30px;
}
@media (max-width: 767.98px) {
  .cy_blog_post_slider_inner .post_content {
    padding: 20px 0 0;
  }
}
.cy_blog_post_slider_inner .post_content .post_author {
  font-size: 14px;
  color: #878c9a;
  margin-bottom: 10px;
}
.cy_blog_post_slider_inner .post_content .post_author a {
  color: #878c9a;
}
.cy_blog_post_slider_inner .post_content .title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cy_blog_post_slider_inner .post_content .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.cy_blog_post_slider_inner .post_content .title a {
  color: #1f1e35;
}

.error_page_wrapper.error_page_style_01 {
  padding: 190px 0 100px;
  text-align: center;
}
@media (max-width: 991px) {
  .error_page_wrapper.error_page_style_01 {
    padding: 100px 0 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .error_page_wrapper.error_page_style_01 {
    padding: 100px 0 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .error_page_wrapper.error_page_style_01 {
    padding: 100px 0 70px;
  }
}
.error_page_wrapper.error_page_style_01 .title {
  font-size: 256px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 17px;
}
@media (max-width: 991px) {
  .error_page_wrapper.error_page_style_01 .title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .error_page_wrapper.error_page_style_01 .title {
    font-size: 100px;
  }
}
.error_page_wrapper.error_page_style_01 .title span {
  color: #ed1c16;
}
.error_page_wrapper.error_page_style_01 .content {
  font-size: 45px;
  font-weight: 700;
  color: #1f1e35;
  font-family: "BebasNeue";
}
@media (max-width: 991px) {
  .error_page_wrapper.error_page_style_01 .content {
    font-size: 25px;
  }
}
.error_page_wrapper.error_page_style_01 .cu_btn {
  margin-top: 124px;
  font-family: "DM Sans", sans-serif;
}
.error_page_wrapper.error_page_style_02 {
  text-align: right;
  position: relative;
}
.error_page_wrapper.error_page_style_02 .error_page_thumb + .error_pagr_inner {
  position: absolute;
  width: 59%;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .error_page_wrapper.error_page_style_02 .error_page_thumb + .error_pagr_inner {
    width: 70%;
  }
}
.error_page_wrapper.error_page_style_02 .error_page_thumb + .error_pagr_inner .cu_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #26253b;
  font-size: 14px;
  padding: 29px 35px;
  margin-top: 20px;
}
.error_page_wrapper.error_page_style_02 .error_page_thumb + .error_pagr_inner .cu_btn:hover {
  border: 2px solid #ed1c16;
  color: #fff;
}
.error_page_wrapper.error_page_style_02 .error_pagr_inner {
  padding: 120px 20px 140px;
  text-align: center;
  background-color: #26253b;
}
.error_page_wrapper.error_page_style_02 .error_icon {
  margin-bottom: -65px;
}
@media (max-width: 991px) {
  .error_page_wrapper.error_page_style_02 .error_icon {
    margin-bottom: 10px;
    max-width: 50%;
  }
}
.error_page_wrapper.error_page_style_02 .title {
  font-size: 256px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 17px;
  color: #fff;
}
@media (max-width: 991px) {
  .error_page_wrapper.error_page_style_02 .title {
    font-size: 100px;
  }
}
.error_page_wrapper.error_page_style_02 .title span {
  color: #ffde28;
}
.error_page_wrapper.error_page_style_02 .content {
  font-size: 45px;
  font-weight: 700;
  color: #878c9a;
  font-family: "BebasNeue";
}
@media (max-width: 991px) {
  .error_page_wrapper.error_page_style_02 .content {
    font-size: 25px;
  }
}

.comming_soon_page_wrapper .cy_colum_4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  orphans: 1;
  widows: 1;
}
@media (max-width: 576px) {
  .comming_soon_page_wrapper .cy_colum_4 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .comming_soon_page_wrapper .cy_colum_4 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.comming_soon_page_wrapper .cy_countdown_wrapper {
  position: relative;
}
.comming_soon_page_wrapper .cy_countdown_wrapper .cy_countdown_inner {
  padding-right: 40px;
  margin-top: 30px;
  width: 100%;
  display: inline-block;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.comming_soon_page_wrapper .cy_countdown_wrapper .cy_countdown_inner:after {
  position: absolute;
  content: ":";
  right: -4%;
  top: -28%;
  font-size: 43px;
  color: #ffde28;
}
@media (max-width: 991px) {
  .comming_soon_page_wrapper .cy_countdown_wrapper .cy_countdown_inner:after {
    display: none;
  }
}
.comming_soon_page_wrapper .cy_countdown_wrapper .cy_countdown_inner:last-child:after {
  display: none;
}
@media (max-width: 991px) {
  .comming_soon_page_wrapper .cy_countdown_wrapper .cy_countdown_inner {
    width: auto;
    padding-right: 20px;
  }
}
.comming_soon_page_wrapper .cy_countdown_wrapper .cy_countdown_inner span {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .comming_soon_page_wrapper .cy_countdown_wrapper .cy_countdown_inner span {
    font-size: 25px;
  }
}
.comming_soon_page_wrapper .cy_countdown_wrapper .cy_countdown_inner .cy_desc {
  font-weight: 400;
  font-size: 30px;
  line-height: 15px;
  text-transform: uppercase;
  color: #878c9a;
  font-family: "BebasNeue";
}
@media (max-width: 991px) {
  .comming_soon_page_wrapper .cy_countdown_wrapper .cy_countdown_inner .cy_desc {
    font-size: 16px;
  }
}
.comming_soon_page_wrapper .cy_countdown_wrapper .cy_countdown_shape {
  position: absolute;
  bottom: 0;
  right: -87%;
}
.comming_soon_page_wrapper.comming_soon_style_01 {
  text-align: right;
  position: relative;
  background-color: #ffeff3;
  display: inline-block;
  border-radius: 258px 0 0 0;
  width: 100%;
}
.comming_soon_page_wrapper.comming_soon_style_01 .comming_soon_page_inner {
  width: 40%;
  float: right;
}
@media (max-width: 991px) {
  .comming_soon_page_wrapper.comming_soon_style_01 .comming_soon_page_inner {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .comming_soon_page_wrapper.comming_soon_style_01 .comming_soon_page_inner {
    width: 60%;
  }
}
.comming_soon_page_wrapper.comming_soon_style_01 .comming_soon_page_thumb_02 {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .comming_soon_page_wrapper.comming_soon_style_01 .comming_soon_page_thumb_02 {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .comming_soon_page_wrapper.comming_soon_style_01 .comming_soon_page_thumb_02 {
    display: none;
  }
}
.comming_soon_page_wrapper.comming_soon_style_01 .comming_soon_page_thumb_03 {
  position: absolute;
  bottom: 0%;
  left: 20%;
}
@media (max-width: 991px) {
  .comming_soon_page_wrapper.comming_soon_style_01 .comming_soon_page_thumb_03 {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .comming_soon_page_wrapper.comming_soon_style_01 .comming_soon_page_thumb_03 {
    left: -10%;
  }
}
.comming_soon_page_wrapper.comming_soon_style_01 .sub_title {
  font-size: 35px;
  color: #1f1e35;
  text-transform: uppercase;
  letter-spacing: 12px;
  margin-bottom: 0;
  line-height: 28px;
}
@media (max-width: 991px) {
  .comming_soon_page_wrapper.comming_soon_style_01 .sub_title {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.comming_soon_page_wrapper.comming_soon_style_01 .title {
  font-size: 70px;
  color: #ed1c16;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .comming_soon_page_wrapper.comming_soon_style_01 .title {
    font-size: 40px;
  }
}
.comming_soon_page_wrapper.comming_soon_style_01 .subscribe_form {
  margin-top: 65px;
}
.comming_soon_page_wrapper.comming_soon_style_01 .comming_soon_page_inner {
  padding: 189px 20px;
  text-align: left;
}
@media (max-width: 991px) {
  .comming_soon_page_wrapper.comming_soon_style_01 .comming_soon_page_inner {
    padding: 90px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .comming_soon_page_wrapper.comming_soon_style_01 .comming_soon_page_inner {
    padding: 168px 20px;
  }
}
.comming_soon_page_wrapper.comming_soon_style_01 .cy_countdown_inner span {
  color: #1f1e35;
}
.comming_soon_page_wrapper.comming_soon_style_01 .cy_countdown_inner .cy_desc {
  color: #878c9a;
}
.comming_soon_page_wrapper.comming_soon_style_01 button {
  font-size: 14px;
  color: #fff;
  background-color: #272727;
  padding: 12px 40px;
  border: 1px solid #272727;
  border-radius: 0;
  right: 10px;
}
.comming_soon_page_wrapper.comming_soon_style_02 {
  text-align: right;
  position: relative;
}
@media (max-width: 991px) {
  .comming_soon_page_wrapper.comming_soon_style_02 .comming_soon_page_thumb {
    display: none;
  }
}
.comming_soon_page_wrapper.comming_soon_style_02 .comming_soon_page_thumb + .comming_soon_page_inner {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .comming_soon_page_wrapper.comming_soon_style_02 .comming_soon_page_thumb + .comming_soon_page_inner {
    width: 100%;
    position: relative;
  }
}
.comming_soon_page_wrapper.comming_soon_style_02 .sub_title {
  font-size: 35px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 12px;
  margin-bottom: 0;
  line-height: 28px;
}
@media (max-width: 991px) {
  .comming_soon_page_wrapper.comming_soon_style_02 .sub_title {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.comming_soon_page_wrapper.comming_soon_style_02 .title {
  font-size: 70px;
  color: #ffde28;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .comming_soon_page_wrapper.comming_soon_style_02 .title {
    font-size: 30px;
    letter-spacing: 2px;
  }
}
.comming_soon_page_wrapper.comming_soon_style_02 .subscribe_form {
  margin-top: 65px;
}
@media (max-width: 991px) {
  .comming_soon_page_wrapper.comming_soon_style_02 .subscribe_form {
    margin-top: 30px;
  }
}
.comming_soon_page_wrapper.comming_soon_style_02 .comming_soon_page_inner {
  padding: 110px 130px;
  background-color: #26253b;
  text-align: left;
}
@media (max-width: 991px) {
  .comming_soon_page_wrapper.comming_soon_style_02 .comming_soon_page_inner {
    padding: 40px 20px;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .comming_soon_page_wrapper.comming_soon_style_02 .comming_soon_page_inner {
    padding: 75px 30px;
    width: 65% !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .comming_soon_page_wrapper.comming_soon_style_02 .comming_soon_page_inner {
    padding: 85px 50px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1680px) {
  .comming_soon_page_wrapper.comming_soon_style_02 .comming_soon_page_inner {
    padding: 85px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .comming_soon_page_wrapper.comming_soon_style_02 .comming_soon_page_thumb {
    max-width: 45%;
  }
}
.comming_soon_page_wrapper.comming_soon_style_02 button {
  font-size: 14px;
  color: #fff;
  background-color: #272727;
  padding: 12px 40px;
  border: 1px solid #272727;
  border-radius: 0;
  right: 10px;
}

/** checkout scss **/
.checkout_section_wrapper {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 70px 33px;
  box-shadow: -0.314px 5.992px 60px 0px rgba(53, 53, 64, 0.15);
}
@media (max-width: 991px) {
  .checkout_section_wrapper {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .checkout_section_wrapper {
    padding: 40px 20px;
  }
}
.checkout_section_wrapper .title {
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 27px;
}
.checkout_section_wrapper .cu_input {
  border: 1px solid #d8d8d8;
  font-size: 14px;
  color: #878c9a;
}

.checkout_box_wrapper {
  margin-top: 80px;
}
.checkout_box_wrapper .description {
  font-size: 14px;
  color: #878c9a;
  margin-top: 26px;
  font-weight: 500;
}
.checkout_box_wrapper .description a {
  color: #26253b;
  text-decoration: underline;
}
.checkout_box_wrapper .nc_select {
  width: 100%;
  display: block;
  border: 1px solid #d8d8d8;
  font-size: 14px;
  color: #878c9a;
  border-radius: 0;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
}
.checkout_box_wrapper .nc_select:after {
  right: 20px;
}

.radio_checkout_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.radio_checkout_btn [type=radio]:checked,
.radio_checkout_btn [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio_checkout_btn [type=radio]:checked + label,
.radio_checkout_btn [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  line-height: 28px;
  display: inline-block;
  color: #666;
}
.radio_checkout_btn [type=radio]:checked + label:before,
.radio_checkout_btn [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.radio_checkout_btn [type=radio]:checked + label:after,
.radio_checkout_btn [type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #0eb80e;
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radio_checkout_btn [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radio_checkout_btn [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.billing_address {
  margin-top: 120px;
}
.billing_address h5 {
  font-family: "DM Sans", sans-serif;
  color: #878c9a;
  font-weight: 500;
}
.billing_address .description {
  font-size: 14px;
  color: #878c9a;
  margin-top: 7px;
  font-weight: 500;
}
.billing_address .description a {
  color: #26253b;
  text-decoration: underline;
}

.progress_step_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.progress_step_wrapper:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  width: 100%;
  background-color: #c9c9c9;
  z-index: -1;
}
.progress_step_wrapper .single_progress_step {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ececec;
  border: 2px dashed #c9c9c9;
  border-radius: 50%;
  color: #878c9a;
  font-size: 20px;
  font-family: "BebasNeue";
}
.progress_step_wrapper .single_progress_step.cy_active {
  background-color: #0eb80e;
  border: 2px solid #0eb80e;
  color: #fff;
}

.delivery_address {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 31% 0 0;
  text-align: center;
  border: 2px solid #e8e8e8;
  background-color: #f6f6f6;
  padding: 55px 30px 55px;
  height: 100%;
}
.delivery_address h4 {
  margin-bottom: 20px;
}
.delivery_address a {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #eaeaea;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 30px;
  color: #9999a5;
}
.delivery_address.border_botted {
  border: 2px dashed #e8e8e8;
}
.delivery_address.cy_active {
  border: 2px solid #0eb80e;
  position: relative;
}
.delivery_address.cy_active:after {
  position: absolute;
  content: "";
  font-family: "themify";
  left: 0;
  bottom: -17px;
  right: 0;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #0eb80e;
  color: #fff;
  font-size: 12px;
  line-height: 35px;
}

.checkout_page_product_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.checkout_page_product_list .product_img {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .checkout_page_product_list .product_img {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .checkout_page_product_list .product_img {
    margin-bottom: 20px;
  }
}
.checkout_page_product_list .product_img .product_info {
  padding-left: 35px;
}
.checkout_page_product_list .product_img .product_info .product_name {
  font-size: 25px;
  margin-bottom: 12px;
}
.checkout_page_product_list .product_img .product_info .price {
  margin-bottom: 14px;
}
.checkout_page_product_list .product_img .product_info span {
  color: #878c9a;
  font-size: 18px;
}
.checkout_page_product_list .product_count {
  position: relative;
  display: flex;
  align-items: center;
}
.checkout_page_product_list .product_count input {
  border: 0px solid transparent;
  width: 40px;
  text-align: center;
}
.checkout_page_product_list .product_count ::placeholder {
  color: #7d7d7d;
}
.checkout_page_product_list .product_color {
  text-align: center;
}
.checkout_page_product_list .product_color span {
  width: 14px;
  height: 14px;
  background-color: #26253b;
  display: inline-block;
}
.checkout_page_product_list .product_color p {
  text-transform: capitalize;
  line-height: 1;
}
.checkout_page_product_list .product_dismis {
  cursor: pointer;
}
.checkout_page_product_list .product_dismis i {
  width: 26px;
  height: 26px;
  background-color: #d5d5d5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
}

.order_details {
  padding: 43px 40px 80px;
  background-color: #fff;
  box-shadow: -0.314px 5.992px 60px 0px rgba(53, 53, 64, 0.15);
}
@media (max-width: 991px) {
  .order_details {
    padding: 30px 20px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .order_details {
    padding: 30px 20px;
    margin-top: 50px;
  }
}
.order_details .title {
  font-size: 35px;
  text-transform: uppercase;
}
.order_details .order_details_wrapper {
  margin: 156px 0 177px;
}
.order_details .order_details_wrapper.cart_page_padding {
  margin: 156px 0 40px;
}
@media (max-width: 991px) {
  .order_details .order_details_wrapper {
    margin: 50px 0;
  }
  .order_details .order_details_wrapper.cart_page_padding {
    margin: 50px 0 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .order_details .order_details_wrapper {
    margin: 80px 0;
  }
  .order_details .order_details_wrapper.cart_page_padding {
    margin: 80px 0 40px;
  }
}
.order_details .order_details_wrapper h5 {
  display: block;
  color: #878c9a;
  font-size: 25px;
  margin: 28px 0;
}
@media (max-width: 991px) {
  .order_details .order_details_wrapper h5 {
    font-size: 20px;
    margin: 12px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .order_details .order_details_wrapper h5 {
    font-size: 20px;
    margin: 12px 0;
  }
}
.order_details .order_details_wrapper h5 span {
  float: right;
  color: #1f1e35;
}
.order_details .total_price {
  color: #1f1e35;
  font-size: 25px;
  padding: 28px 0 0;
  border-top: 1px solid #9999a5;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .order_details .total_price {
    font-size: 20px;
    margin: 12px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .order_details .total_price {
    font-size: 20px;
    margin: 12px 0;
  }
}

.checkout_process_btn {
  background-color: #ed1c16;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  padding: 57px 20px;
  display: block;
  text-align: center;
}
@media (max-width: 991px) {
  .checkout_process_btn {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .checkout_process_btn {
    padding: 15px 0;
  }
}
.checkout_process_btn i {
  margin-left: 10px;
}
.checkout_process_btn:hover {
  background-color: #f474bb;
  color: #fff;
}

.cy_coupon_code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 170px;
}
.cy_coupon_code .form-group {
  display: block;
  margin-bottom: 0;
}
.cy_coupon_code .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.cy_coupon_code .form-group label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.cy_coupon_code .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #e6e6e6;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 13px;
}
.cy_coupon_code .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #e6e6e6;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.cy_coupon_code .Cuppon_code {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  width: 74px;
  height: 23px;
  padding: 2px;
  font-size: 12px;
}

/** checkout scss end **/
.blog_details_section .blog_details_thumb img {
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .blog_details_section .blog_details_thumb img {
    margin-top: 20px;
  }
}
.blog_details_section .blog_details_thumb h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .blog_details_section .blog_details_thumb h2 {
    font-size: 30px;
    margin-top: 15px;
  }
}
.blog_details_section .blog_details_thumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog_details_section .blog_details_thumb ul li {
  list-style: none;
  display: inline-flex;
  align-items: center;
  margin: 0 20px;
}
@media (max-width: 767.98px) {
  .blog_details_section .blog_details_thumb ul li {
    margin: 0 10px;
  }
}
.blog_details_section .blog_details_thumb ul li a {
  color: #7d7d7d;
}
.blog_details_section .blog_details_thumb ul li a:hover {
  color: #ed1c16;
}
.blog_details_section .blog_details_thumb ul li i {
  margin-right: 10px;
}
.blog_details_section .blog_details_thumb .tag_list {
  margin-bottom: 20px;
}
.blog_details_section .blog_details_thumb .tag_list .tag_btn {
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  border-radius: 5px;
  background-color: #37a45d;
  min-width: auto;
  font-weight: 400;
  margin: 0 5px;
  border: 0px solid transparent;
}
@media (max-width: 767.98px) {
  .blog_details_section .blog_details_thumb .tag_list .tag_btn {
    margin: 5px;
  }
}
.blog_details_section .blog_details_thumb .tag_list .tag_btn:first-child {
  background-color: #e9683e;
}
.blog_details_section .blog_details_thumb .tag_list .tag_btn:hover {
  border: 0px solid transparent;
}
.blog_details_section .blog_details_content {
  margin-top: 67px;
}
@media (max-width: 767.98px) {
  .blog_details_section .blog_details_content {
    margin-top: 25px;
  }
}
.blog_details_section .blog_details_content p {
  margin-bottom: 27px;
  color: #7d7d7d;
}
@media (max-width: 767.98px) {
  .blog_details_section .blog_details_content p {
    margin-bottom: 15px;
  }
}
.blog_details_section .blog_details_content img {
  margin: 30px 0 50px;
}
@media (max-width: 767.98px) {
  .blog_details_section .blog_details_content img {
    margin: 20px 0 25px;
  }
}
.blog_details_section .quote_post {
  background-color: white;
  box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
  padding: 25px 40px 42px;
  position: relative;
  margin: 54px 0 52px;
}
.blog_details_section .quote_post p {
  font-size: 20px;
  color: #1f1e35;
  font-style: italic;
  margin-bottom: 0;
  line-height: 34px;
}
.blog_details_section .quote_post img {
  margin-bottom: 12px;
  margin-top: 0;
}
.blog_details_section .quote_post .quote_img_2 {
  position: absolute;
  right: 40px;
  bottom: 0;
  margin: 0;
}
.blog_details_section .blog_content_iner {
  justify-content: space-between;
  margin-top: 57px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e8ebf4;
}
.blog_details_section .blog_content_iner .share_option, .blog_details_section .blog_content_iner .tag_list {
  display: flex;
  align-items: center;
}
.blog_details_section .blog_content_iner .share_option p, .blog_details_section .blog_content_iner .tag_list p {
  font-style: 13px;
  color: #1f1e35;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog_details_section .blog_content_iner .share_option .social_icon a, .blog_details_section .blog_content_iner .tag_list .social_icon a {
  margin-left: 10px;
  color: #848ca5;
}
.blog_details_section .blog_content_iner .share_option .social_icon a:hover, .blog_details_section .blog_content_iner .tag_list .social_icon a:hover {
  color: #ed1c16;
}
.blog_details_section .blog_content_iner .tag_list {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .blog_details_section .blog_content_iner .tag_list {
    display: inline-block;
  }
}
.blog_details_section .blog_content_iner .tag_list a {
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .blog_details_section .blog_content_iner .tag_list a {
    margin: 10px 10px 10px 0;
  }
}
@media (max-width: 767.98px) {
  .blog_details_section .blog_content_iner .social_icon {
    margin-top: 0;
  }
}
.blog_details_section.blog_details_full_width.sec_padding {
  margin-top: -200px;
}
@media (max-width: 991px) {
  .blog_details_section.blog_details_full_width.sec_padding {
    margin-top: 0;
    padding-top: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .blog_details_section.blog_details_full_width.sec_padding {
    margin-top: -100px;
  }
}
.blog_details_section.blog_details_full_width.sec_padding .thumb_img {
  margin-top: 0;
}
.blog_details_section.blog_details_full_width .blog_details_tittle h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .blog_details_section.blog_details_full_width .blog_details_tittle h3 {
    font-size: 30px;
    margin-top: 15px;
  }
}
.blog_details_section.blog_details_full_width .blog_details_tittle ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.blog_details_section.blog_details_full_width .blog_details_tittle ul li {
  list-style: none;
  display: inline-flex;
  align-items: center;
  padding-left: 38px;
}
@media (max-width: 767.98px) {
  .blog_details_section.blog_details_full_width .blog_details_tittle ul li {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog_details_section.blog_details_full_width .blog_details_tittle ul li:first-child {
  padding-left: 0;
}
.blog_details_section.blog_details_full_width .blog_details_tittle ul li a {
  color: #7d7d7d;
}
.blog_details_section.blog_details_full_width .blog_details_tittle ul li a:hover {
  color: #ed1c16;
}
.blog_details_section.blog_details_full_width .blog_details_tittle ul li i {
  margin-right: 10px;
}
.blog_details_section.blog_details_full_width .blog_details_tittle h2 {
  margin-bottom: 40px;
  font-size: 48px;
}
.blog_details_section.blog_details_full_width .quote_post.style_2 {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  margin: 54px 0 52px;
  text-align: center;
}
.blog_details_section.blog_details_full_width .quote_post.style_2 img {
  margin-bottom: 20px;
}
.blog_details_section.blog_details_full_width .quote_post.style_2 h2 {
  font-size: 40px;
}
.blog_details_section .contact_form_iner .cu_input {
  border: 1px solid rgba(31, 30, 53, 0.2);
}

.comment_part h4 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 52px;
  margin-bottom: 63px;
}
.comment_part img {
  max-width: 70px;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .comment_part img {
    max-width: 50px;
  }
}
.comment_part .media-body {
  padding-left: 30px;
}
@media (max-width: 767.98px) {
  .comment_part .media-body {
    padding-left: 20px;
  }
}
.comment_part p {
  margin-top: 7px;
}
.comment_part .comment_tittle {
  display: flex;
  justify-content: space-between;
}
.comment_part .comment_tittle h5 {
  font-weight: 600px;
  font-size: 20px;
}
.comment_part .comment_tittle h5 span {
  margin-top: 2px;
  color: #7d7d7d;
  font-size: 18px;
  display: block;
  font-weight: 400;
}
.comment_part .comment_tittle a {
  color: #1f1e35;
  font-size: 18px;
  font-weight: 600;
}
.comment_part .comment_tittle a:hover {
  color: #ed1c16;
}
.comment_part .media {
  margin: 40px 0;
  border-bottom: 1px solid #e8ebf4;
}
.comment_part .media p {
  color: #7d7d7d;
}
.comment_part .media .media {
  margin: 70px 0 40px 0;
  border-bottom: 0 solid transparent;
}
@media (max-width: 767.98px) {
  .comment_part .media .media {
    margin: 40px 0 25px 0;
  }
}
.comment_part .media:last-child {
  border-bottom: 0 solid transparent;
}

.cu_input {
  padding: 13px 20px;
  border: 1px solid #f7f7f7;
  background-color: #fff;
  border-radius: 0;
  color: #7d7d7d;
  font-size: 18px;
  height: auto;
  background-clip: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact_form h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 60px;
  line-height: 20px;
}
.contact_form.sec_padding {
  padding: 80px 0;
}
.contact_form .cu_input {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .contact_form .cu_input {
    margin-bottom: 15px;
  }
}
.contact_form .cu_btn {
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}
.contact_form textarea {
  min-height: 140px !important;
}

@media (max-width: 991px) {
  .sidebar_part {
    margin-top: 50px;
  }
}
.sidebar_part .single_sidebar {
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 991px) {
  .sidebar_part .single_sidebar {
    margin-bottom: 40px;
  }
}
.sidebar_part .single_sidebar h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 30px;
}
.sidebar_part .single_sidebar h3 a {
  color: #445363;
}
.sidebar_part .single_sidebar h3 a:hover {
  color: #ed1c16;
}
.sidebar_part .single_sidebar:last-child {
  margin-bottom: 0;
}
.sidebar_part .single_sidebar .search_form {
  display: flex;
}
.sidebar_part .single_sidebar .search_form input {
  padding: 17px 30px;
  background-color: #f3f4f9;
  border-radius: 6px;
  border: 1px solid #f3f4f9;
  width: 100%;
  color: #7d7d7d;
}
.sidebar_part .single_sidebar .search_form input:focus {
  border: 1px solid rgba(255, 112, 112, 0.5) !important;
  color: #1f1e35;
}
.sidebar_part .single_sidebar .search_form input:focus::placeholder {
  color: #1f1e35;
}
.sidebar_part .single_sidebar .search_form i {
  position: absolute;
  right: 30px;
  top: 23px;
  color: #7d7d7d;
  cursor: pointer;
}
.sidebar_part .single_sidebar .single_sidebar_post {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.sidebar_part .single_sidebar .single_sidebar_post:last-child {
  margin-bottom: 0;
}
.sidebar_part .single_sidebar .single_sidebar_post img {
  max-width: 90px;
  max-height: 80px;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .sidebar_part .single_sidebar .single_sidebar_post img {
    max-height: 80px;
  }
}
.sidebar_part .single_sidebar .single_sidebar_post .sidebar_post_content {
  padding-left: 20px;
}
.sidebar_part .single_sidebar .single_sidebar_post .sidebar_post_content h4 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 3px;
}
.sidebar_part .single_sidebar .single_sidebar_post .sidebar_post_content h4 a {
  color: #1f1e35;
}
.sidebar_part .single_sidebar .single_sidebar_post .sidebar_post_content h4 a:hover {
  color: #ed1c16;
}
.sidebar_part .single_sidebar .category_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar_part .single_sidebar .category_list ul li {
  font-size: 18px;
  color: #7d7d7d;
  display: flex;
  justify-content: space-between;
  margin-bottom: 11px;
}
.sidebar_part .single_sidebar .category_list ul li:last-child {
  margin-bottom: 0;
}
.sidebar_part .single_sidebar .category_list ul li a {
  color: #7d7d7d;
}
.sidebar_part .single_sidebar .category_list ul li:hover a,
.sidebar_part .single_sidebar .category_list ul li:hover span {
  color: #ed1c16;
}
.sidebar_part .single_sidebar .sidebar_tag_list .cu_btn {
  margin: 0 7px 10px 0;
  padding: 10px 20px;
}
.sidebar_part .single_sidebar .subscribe_part {
  background-image: url("../img/subscribe_bg.html");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 42px 30px 50px;
}
.sidebar_part .single_sidebar .subscribe_part h4 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
}
.sidebar_part .single_sidebar .subscribe_part form {
  margin-bottom: 0;
  position: relative;
}
.sidebar_part .single_sidebar .subscribe_part form img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.sidebar_part .single_sidebar .subscribe_part form input {
  height: auto;
}
.sidebar_part .single_sidebar .subscribe_part form::placeholder {
  color: #899097;
  font-size: 16px;
}
.sidebar_part .single_sidebar.shop_list .single_sidebar_post .sidebar_post_content h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.sidebar_part .single_sidebar.shop_list .single_sidebar_post .sidebar_post_content h4 a {
  color: #282835;
}
.sidebar_part .single_sidebar.shop_list .single_sidebar_post .sidebar_post_content p {
  font-weight: 600;
  color: #ed1c16;
}
.sidebar_part .single_sidebar.shop_category .category_list ul li {
  justify-content: start;
}
.sidebar_part .single_sidebar.shop_category .category_list ul li span {
  margin-left: 5px;
}
.sidebar_part .single_sidebar.shop_category .category_list ul li a {
  position: relative;
  z-index: 1;
}
.sidebar_part .single_sidebar.shop_category .category_list ul li a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #ed1c16;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebar_part .single_sidebar.shop_category .category_list ul li a:hover:after {
  width: 100%;
}

.pricing_slidebar .price-range-slider .range-value {
  display: flex;
  align-items: center;
  margin-top: 23px;
}
.pricing_slidebar .price-range-slider .range-value h5 {
  font-weight: 500;
  margin-right: 5px;
  font-size: 18px;
  white-space: nowrap;
  margin-bottom: 0;
}
.pricing_slidebar .price-range-slider .range-value input {
  background: none;
  color: #778090;
  font-size: 18px;
  font-weight: initial;
  box-shadow: none;
  border: none;
}
.pricing_slidebar .price-range-slider .range-bar {
  border: none;
  background: #dbe2e9;
  height: 5px;
  width: 100%;
}
.pricing_slidebar .price-range-slider .range-bar .ui-slider-range {
  background: #eda9ac;
}
.pricing_slidebar .price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  height: 18px;
  width: 18px;
  top: -7px;
  margin-left: 0px;
  cursor: pointer;
  background-color: #ed1c16;
  box-shadow: 0px 2px 10px 0px rgba(70, 1, 1, 0.2);
}

.product_details_content {
  padding: 40px;
}
.product_details_content .product_thumb .tab_pane_iner {
  padding: 20px;
  text-align: center;
  min-height: 540px;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .product_details_content .product_thumb .tab_pane_iner {
    min-height: 450px;
    padding: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .product_details_content .product_thumb .tab_pane_iner {
    min-height: 350px;
  }
  .product_details_content .product_thumb .tab_pane_iner img {
    max-width: 250px;
  }
}
@media (min-width: 1200px) {
  .product_details_content .product_thumb .tab_pane_iner img {
    max-width: 300px;
  }
}
.product_details_content .product_thumb .nav-tabs {
  border: 0px solid transparent;
}
.product_details_content .product_thumb .nav {
  display: inherit !important;
  margin-top: 10px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.product_details_content .product_thumb .nav-link {
  border: 0 solid transparent;
  border-radius: 0;
  padding: 0;
}
.product_details_content .product_thumb .nav-link.active {
  background-color: #fff;
  border-color: transparent;
  border-width: 0;
}
.product_details_content .product_thumb .nav_link_iner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  background-color: #f7f7f7;
  padding: 15px;
}
.product_details_content .product_thumb .nav_link_iner img {
  max-width: 50px;
}
@media (max-width: 991px) {
  .product_details_content .single_product_details_content {
    margin-top: 70px;
  }
}
.product_details_content .single_product_details_content .product_page_link {
  margin-bottom: 20px;
}
.product_details_content .single_product_details_content .product_page_link a {
  font-size: 16px;
  color: #1f1e35;
}
.product_details_content .single_product_details_content h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 14px;
}
@media (max-width: 767.98px) {
  .product_details_content .single_product_details_content h3 {
    font-size: 25px;
  }
}
.product_details_content .single_product_details_content .product_rating {
  display: flex;
  margin-bottom: 15px;
}
.product_details_content .single_product_details_content .product_rating ul {
  margin: 0;
  padding: 0;
}
.product_details_content .single_product_details_content .product_rating ul li {
  list-style: none;
  display: inline-block;
}
.product_details_content .single_product_details_content .product_rating span {
  margin-left: 20px;
  color: #878c9a;
  font-size: 18px;
}
.product_details_content .single_product_details_content p {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .product_details_content .single_product_details_content p {
    margin-bottom: 20px;
  }
}
.product_details_content .single_product_details_content h2 {
  font-size: 36px;
  font-weight: 600;
  color: #ed1c16;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .product_details_content .single_product_details_content h2 {
    margin-bottom: 20px;
    font-size: 25px;
  }
}
.product_details_content .single_product_details_content h2 span {
  font-size: 20px;
  color: #878c9a;
  margin-right: 20px;
}
.product_details_content .single_product_details_content .cart_product {
  display: flex;
  align-items: start;
  margin-bottom: 55px;
}
@media (max-width: 767.98px) {
  .product_details_content .single_product_details_content .cart_product {
    display: inline-block;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .product_details_content .single_product_details_content .cart_product {
    margin-bottom: 25px;
  }
}
.product_details_content .single_product_details_content .cart_product .product_count {
  width: 65px;
}
@media (max-width: 767.98px) {
  .product_details_content .single_product_details_content .cart_product .product_count {
    margin: 0 10px 10px 0;
  }
}
.product_details_content .single_product_details_content .cart_product .product_count input {
  padding: 16px 15px;
  display: inline-block;
  color: #878c9a;
  line-height: 23px;
}
.product_details_content .single_product_details_content .cart_product .product_count .cart-qty-plus {
  top: 18px;
}
.product_details_content .single_product_details_content .cart_product .product_count .cart-qty-minus {
  bottom: 18px;
}
.product_details_content .single_product_details_content .cart_product .cu_btn {
  text-transform: uppercase;
}
.product_details_content .single_product_details_content .cart_product .btn_3 {
  margin: 0 10px;
  letter-spacing: 1px;
}
@media (max-width: 767.98px) {
  .product_details_content .single_product_details_content .cart_product .btn_3 {
    margin: 0 10px 0 0;
  }
}
.product_details_content .single_product_details_content .cart_product .heart_btn {
  min-width: auto;
}
.product_details_content .single_product_details_content .cart_product .heart_btn i {
  margin-left: 0;
}
.product_details_content .single_product_details_content h5 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 18px;
}
.product_details_content .single_product_details_content h5 span {
  color: #878c9a;
}

.popup_product_count {
  width: 60px;
  position: relative;
}
.popup_product_count input {
  border: 1px solid #d7d7d7;
  padding: 15px;
  line-height: 24px;
  width: 100%;
}
.popup_product_count ::placeholder {
  color: #7d7d7d;
}
.popup_product_count .button-container {
  position: absolute;
}
.popup_product_count .cart-qty-plus {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #7d7d7d;
  position: absolute;
  top: 17px;
  right: 15px;
  cursor: pointer;
}
.popup_product_count .cart-qty-minus {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #7d7d7d;
  position: absolute;
  bottom: 17px;
  right: 15px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .cy_product_popup .modal-lg, .cy_product_popup .modal-xl {
    max-width: 1200px;
  }
}
[class*=cy_tooltip_] {
  position: relative;
  display: inline-block;
}

[class*=cy_tooltip_]:before,
[class*=cy_tooltip_]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

[class*=cy_tooltip_]:hover:before,
[class*=cy_tooltip_]:hover:after {
  visibility: visible;
  opacity: 1;
}

[class*=cy_tooltip_]:hover:before,
[class*=cy_tooltip_]:hover:after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

[class*=cy_tooltip_]:before {
  content: "";
  position: absolute;
  background: 0 0;
  border: 7px solid transparent;
  z-index: 1000001;
}

[class*=cy_tooltip_]:after {
  background: #000;
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
}

[class*=cy_tooltip_][aria-label]:after {
  content: attr(aria-label);
}

[class*=cy_tooltip_][data-cy_tooltip]:after {
  content: attr(data-cy_tooltip);
}

[aria-label=""]:before,
[aria-label=""]:after,
[data-cy_tooltip=""]:before,
[data-cy_tooltip=""]:after {
  display: none !important;
}

.cy_tooltip_top_left:before {
  border-top-color: #000;
}

.cy_tooltip_top_right:before {
  border-top-color: #000;
}

.cy_tooltip_top:before {
  border-top-color: #000;
}

.cy_tooltip_bottom_left:before {
  border-bottom-color: #000;
}

.cy_tooltip_bottom_right:before {
  border-bottom-color: #000;
}

.cy_tooltip_bottom:before {
  border-bottom-color: #000;
}

.cy_tooltip_left:before {
  border-left-color: #000;
}

.cy_tooltip_right:before {
  border-right-color: #000;
}

.cy_tooltip_top:before {
  margin-bottom: -13px;
}

.cy_tooltip_top:before,
.cy_tooltip_top:after {
  bottom: 100%;
  left: 50%;
}

.cy_tooltip_top:before {
  left: calc(50% - 7px);
}

.cy_tooltip_top:after {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cy_tooltip_top:hover:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.cy_tooltip_top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -ms-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.cy_tooltip_bottom:before {
  margin-top: -13px;
}

.cy_tooltip_bottom:before,
.cy_tooltip_bottom:after {
  top: 100%;
  left: 50%;
}

.cy_tooltip_bottom:before {
  left: calc(50% - 7px);
}

.cy_tooltip_bottom:after {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cy_tooltip_bottom:hover:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}

.cy_tooltip_bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -ms-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

.cy_tooltip_right:before {
  margin-left: -13px;
  margin-bottom: -7px;
}

.cy_tooltip_right:after {
  margin-bottom: -15px;
}

.cy_tooltip_right:before,
.cy_tooltip_right:after {
  left: 100%;
  bottom: 50%;
}

.cy_tooltip_right:hover:before {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
}

.cy_tooltip_right:hover:after {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
}

.cy_tooltip_left:before {
  margin-right: -13px;
  margin-bottom: -7px;
}

.cy_tooltip_left:after {
  margin-bottom: -15px;
}

.cy_tooltip_left:before,
.cy_tooltip_left:after {
  right: 100%;
  bottom: 50%;
}

.cy_tooltip_left:hover:before {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px);
}

.cy_tooltip_left:hover:after {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px);
}

.cy_tooltip_top_left:before {
  margin-bottom: -13px;
}

.cy_tooltip_top_left:before,
.cy_tooltip_top_left:after {
  bottom: 100%;
  left: 50%;
}

.cy_tooltip_top_left:before {
  left: calc(50% - 7px);
}

.cy_tooltip_top_left:after {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.cy_tooltip_top_left:after {
  margin-left: 14px;
}

.cy_tooltip_top_left:hover:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.cy_tooltip_top_left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -ms-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

.cy_tooltip_top_right:before {
  margin-bottom: -13px;
}

.cy_tooltip_top_right:before,
.cy_tooltip_top_right:after {
  bottom: 100%;
  left: 50%;
}

.cy_tooltip_top_right:before {
  left: calc(50% - 7px);
}

.cy_tooltip_top_right:after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.cy_tooltip_top_right:after {
  margin-left: -14px;
}

.cy_tooltip_top_right:hover:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.cy_tooltip_top_right:hover:after {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.cy_tooltip_bottom_left:before {
  margin-top: -13px;
}

.cy_tooltip_bottom_left:before,
.cy_tooltip_bottom_left:after {
  top: 100%;
  left: 50%;
}

.cy_tooltip_bottom_left:before {
  left: calc(50% - 7px);
}

.cy_tooltip_bottom_left:after {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.cy_tooltip_bottom_left:after {
  margin-left: 14px;
}

.cy_tooltip_bottom_left:hover:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}

.cy_tooltip_bottom_left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -ms-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

.cy_tooltip_bottom_right:before {
  margin-top: -13px;
}

.cy_tooltip_bottom_right:before,
.cy_tooltip_bottom_right:after {
  top: 100%;
  left: 50%;
}

.cy_tooltip_bottom_right:before {
  left: calc(50% - 7px);
}

.cy_tooltip_bottom_right:after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.cy_tooltip_bottom_right:after {
  margin-left: -14px;
}

.cy_tooltip_bottom_right:hover:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}

.cy_tooltip_bottom_right:hover:after {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}

[class*=cy_tooltip_]:after {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.cy_tooltip_white:after {
  color: #111;
  background-color: #fff;
  text-shadow: 0 -1px 0px #bfbfbf;
}

.cy_tooltip_white.cy_tooltip_top_left:before {
  border-top-color: #fff;
}

.cy_tooltip_white.cy_tooltip_top_right:before {
  border-top-color: #fff;
}

.cy_tooltip_white.cy_tooltip_top:before {
  border-top-color: #fff;
}

.cy_tooltip_white.cy_tooltip_bottom_left:before {
  border-bottom-color: #fff;
}

.cy_tooltip_white.cy_tooltip_bottom_right:before {
  border-bottom-color: #fff;
}

.cy_tooltip_white.cy_tooltip_bottom:before {
  border-bottom-color: #fff;
}

.cy_tooltip_white.cy_tooltip_left:before {
  border-left-color: #fff;
}

.cy_tooltip_white.cy_tooltip_right:before {
  border-right-color: #fff;
}

.cy_tooltip_rounded:after {
  border-radius: 4px;
}

.cy_tooltip_no-animate:before,
.cy_tooltip_no-animate:after {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}

.cy_tooltip_bounce:before,
.cy_tooltip_bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.video_popup_btn .icon {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  margin-left: 2px;
  z-index: 2;
}
.video_popup_btn .icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translate(-50%, -50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #111;
  border-left-color: #111;
}

.cy_tooltip_blue.cy_tooltip_top:before {
  border-top-color: #5758e0;
}
.cy_tooltip_blue:after {
  color: #fff;
  background-color: #5758e0;
  text-shadow: 0 -1px 0px #bfbfbf;
}
.cy_tooltip_blue:hover i {
  color: #5758e0 !important;
}

@media (max-width: 991px) {
  .cy_single_footer_widget {
    margin-bottom: 40px;
  }
  .cy_single_footer_widget .footer_logo {
    max-width: 266px;
  }
}
.cy_single_footer_widget .footer_logo + .desc {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cy_single_footer_widget .footer_logo + .desc {
    margin-top: 30px;
  }
}
.cy_single_footer_widget .desc + .social_icon {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cy_single_footer_widget .desc + .social_icon {
    margin-top: 20px;
  }
}
.cy_single_footer_widget .social_icon a {
  color: #c9c9c9;
  margin-right: 40px;
  font-size: 18px;
  display: inline-block;
}
.cy_single_footer_widget .social_icon a:hover {
  color: #f59d02;
}
.cy_single_footer_widget .social_icon a:last-child {
  margin-right: 0;
}
.cy_single_footer_widget .widget_title {
  font-size: 20px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 38px;
  color: #fff;
}
@media (max-width: 991px) {
  .cy_single_footer_widget .widget_title {
    margin-bottom: 20px;
    color: #1f1e35;
  }
}
.cy_single_footer_widget .menu_list {
  margin: 0;
  padding: 0;
}
.cy_single_footer_widget .menu_list li {
  list-style: none;
  color: #878c9a;
}
.cy_single_footer_widget .menu_list li a {
  color: #878c9a;
  font-size: 16px;
  display: inline-block;
  margin: 9px 0;
  line-height: 10px;
}
.cy_single_footer_widget .menu_list li a:hover {
  color: #f59d02;
}

.footer_section {
  position: relative;
  z-index: 1;
}
.footer_section.sec_padding {
  padding: 120px 0 48px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .footer_section.sec_padding {
    padding: 80px 0 48px;
  }
}

.footer_shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .footer_shape {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .footer_shape {
    max-width: 66%;
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .footer_shape {
    max-width: 66%;
    height: 100%;
  }
}
@media (min-width: 1440px) {
  .footer_shape {
    max-width: 62%;
  }
}

.subscribe_from {
  margin-top: 0px;
}
@media (max-width: 991px) {
  .subscribe_from {
    margin-top: 20px;
  }
}

.subscribe_from_content .title {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}
@media (max-width: 991px) {
  .subscribe_from_content .title {
    color: #1f1e35;
  }
}
.subscribe_from_content .desc {
  color: #878c9a;
}

.subscribe_form {
  position: relative;
}
@media (max-width: 767.98px) {
  .subscribe_form {
    margin-top: 40px;
  }
}
.subscribe_form .form-control {
  border-radius: 0;
  border: 0px solid transparent;
  height: 70px;
  line-height: 70px;
  padding: 10px 30px;
}
.subscribe_form button {
  border: 0px solid transparent;
  background-color: transparent;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  z-index: 7;
}
@media (max-width: 576px) {
  .subscribe_form button {
    right: 25px;
  }
}

.copyright_text {
  margin: 0 auto;
    margin-top: 30px;
    margin-left: 47px;
  color: #757a89;
}

.cy_footer_widget_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .cy_footer_widget_list {
    display: block;
  }
}

@media (max-width: 991px) {
  .offwhite_bg_mobile {
    background-color: #fffcf3;
  }
}
.footer_section.dark_img_bg .cy_single_footer_widget .widget_title {
  margin-bottom: 20px;
  color: #fff;
}

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