/*------------------------------------------------------------------
Project:    k-beats
Version:    1.0
Author: KingThemes
Core
Generated From SASS
Created: 04/10/2018
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Google Fonts
2. Common styles
    2.1  scroll_top
    2.1  social_icon
3. Loader 
4. Typography
5. Texts Color
6. Buttons
7. Dropdown
8. Buttons
9. Popup
10. Background
11. Background Image
12. Background Video
13. Header
14. Section heading
15. Slider
16. Slider tree
17. Animated headline
18. Product color
19. Product shop
20. features
21. unboxed
22. ratings
23. contact
24. footer


/*------------------------------------------------------------------ */
/* ===================================
    Google font
====================================== */
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
/* ===================================
   Scroll Top
====================================== */
.scroll-top-arrow,
.scroll-top-arrow:focus {
  font-size: 30px;
  line-height: 45px;
  color: #fff !important;
  background: #b51010;
  background-color: #b1082e;
  /* Fallback */
  background: -moz-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #b51010), color-stop(98%, #ac004b), color-stop(100%, #ac004b));
  background: -webkit-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -o-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -ms-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  display: none;
  height: 50px;
  width: 50px;
  padding: 0;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  top: 90%;
  z-index: 10006;
  border-radius: 100%;
}

.scroll-top-arrow:hover {
  background: #b51010;
  background-color: #b1082e;
  /* Fallback */
  background: -moz-linear-gradient(left, #ac004b 0%, #b51010 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ac004b), color-stop(98%, #b51010), color-stop(100%, #b51010));
  background: -webkit-linear-gradient(left, #ac004b 0%, #b51010 100%);
  background: -o-linear-gradient(left, #ac004b 0%, #b51010 100%);
  background: -ms-linear-gradient(left, #ac004b 0%, #b51010 100%);
  background: linear-gradient(to right, #ac004b 0%, #b51010 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  opacity: 0.8;
  color: #fff !important;
  border-color: #b51010;
}

.scroll-top-arrow i {
  line-height: 45px;
  position: relative;
}

/* ===================================
   Social Icon Hover
====================================== */
/*icon  bg bover */
.facebook-bg-hvr:hover {
  background: #4267B2 !important;
  color: #fff !important;
  border: 1px solid #4267B2 !important;
}

.twitter-bg-hvr:hover {
  background: #1DA1F2 !important;
  color: #fff !important;
  border: 1px solid #1DA1F2 !important;
}

.instagram-bg-hvr:hover {
  background: #C32AA3 !important;
  color: #fff !important;
  border: 1px solid #C32AA3 !important;
}

.linkedin-bg-hvr:hover {
  background: #0077B5 !important;
  color: #fff !important;
  border: 1px solid #0077B5 !important;
}

.pinterest-bg-hvr:hover {
  background: #BD081C !important;
  color: #fff !important;
  border: 1px solid #BD081C !important;
}

.google-bg-hvr:hover {
  background: #DB4437 !important;
  color: #fff !important;
  border: 1px solid #DB4437 !important;
}

/*icon text bover */
.facebook-text-hvr:hover {
  color: #4267B2 !important;
}

.twitter-text-hvr:hover {
  color: #1DA1F2 !important;
}

.instagram-text-hvr:hover {
  color: #C32AA3 !important;
}

.linkedin-text-hvr:hover {
  color: #0077B5 !important;
}

.pinterest-text-hvr:hover {
  color: #BD081C !important;
}

.google-text-hvr:hover {
  color: #DB4437 !important;
}

/*===================================
   Loader
====================================== */
#loader {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 99999;
  display: flex;
  align-items: center;
}

#bars {
  height: 30px;
  left: 50%;
  margin: -30px 0 0 -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}

.bar {
  background: #E20074;
  bottom: 1px;
  height: 3px;
  position: absolute;
  width: 3px;
  animation: sound 0ms -800ms linear infinite alternate;
}

@keyframes sound {
  0% {
    opacity: .35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 28px;
  }
}

.bar:nth-child(1) {
  left: 1px;
  animation-duration: 474ms;
}

.bar:nth-child(2) {
  left: 5px;
  animation-duration: 433ms;
}

.bar:nth-child(3) {
  left: 9px;
  animation-duration: 407ms;
}

.bar:nth-child(4) {
  left: 13px;
  animation-duration: 458ms;
}

.bar:nth-child(5) {
  left: 17px;
  animation-duration: 400ms;
}

.bar:nth-child(6) {
  left: 21px;
  animation-duration: 427ms;
}

.bar:nth-child(7) {
  left: 25px;
  animation-duration: 441ms;
}

.bar:nth-child(8) {
  left: 29px;
  animation-duration: 419ms;
}

.bar:nth-child(9) {
  left: 33px;
  animation-duration: 487ms;
}

.bar:nth-child(10) {
  left: 37px;
  animation-duration: 442ms;
}

/* ===================================
    Typography
====================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400;
}

h1 {
  font-size: 70px;
  line-height: 70px;
}

h2 {
  font-size: 55px;
  line-height: 60px;
}

h3 {
  font-size: 48px;
  line-height: 54px;
}

h4 {
  font-size: 40px;
  line-height: 46px;
}

h5 {
  font-size: 32px;
  line-height: 40px;
}

h6 {
  font-size: 25px;
  line-height: 30px;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #4b4453;
  font-weight: 300;
  line-height: 24px;
  overflow-x: hidden;
}

a {
  color: #b51010;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover,
a:active {
  color: #ac004b;
  text-decoration: none;
}

a:focus,
a:active,
button:focus,
button:active,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-style: none;
}

video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

input,
textarea,
select {
  border: 1px solid #d1d1d1;
  font-size: 14px;
  padding: 8px 15px;
  width: 100%;
  margin: 0 0 20px 0;
  max-width: 100%;
  resize: none;
}

input[type="submit"] {
  width: auto;
}

input[type="button"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
input[type="submit"] {
  -webkit-appearance: none;
  outline: none;
}

input:focus,
textarea:focus {
  border-color: #585858;
  outline: none;
}

input[type="button"]:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

.alt-font strong {
  font-weight: 700;
}

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 25px;
  list-style-type: none !important;
}

* {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

*:hover {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

::selection {
  color: #000;
  background: #dbdbdb;
}

::-moz-selection {
  color: #000;
  background: #dbdbdb;
}

::-webkit-input-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis;
}

::-moz-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis;
  opacity: 1;
}

section {
  padding: 50px 0;
  overflow: hidden;
}

.no-transition *,
.swiper-container *,
.mfp-container *,
.skillbar-bar-main *,
.portfolio-grid *,
.parallax,
.header-searchbar *,
.header-social-icon * {
  transition-timing-function: initial;
  -moz-transition-timing-function: initial;
  -webkit-transition-timing-function: initial;
  -o-transition-timing-function: initial;
  -ms-transition-timing-function: initial;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
}

/* font family */
.alt-font {
  font-family: "Roboto", sans-serif;
}

.main-font {
  font-family: "Poppins", sans-serif;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ===================================
    text color
====================================== */
.text-primary {
  color: #b51010 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #860c0c !important;
}

.text-secondary {
  color: #ac004b !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #790035 !important;
}

.text-dark {
  color: #4b4453 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #322d37 !important;
}

.text-light {
  color: #fef7ff !important;
}

a.text-light:hover, a.text-light:focus {
  color: #f8c4ff !important;
}

.text-info {
  color: #0081cf !important;
}

a.text-info:hover, a.text-info:focus {
  color: #00619c !important;
}

.text-danger {
  color: #cb342b !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a12922 !important;
}

.text-success {
  color: #008f7a !important;
}

a.text-success:hover, a.text-success:focus {
  color: #005c4e !important;
}

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

a.text-white:hover, a.text-white:focus {
  color: #e6e6e6 !important;
}

.text-black {
  color: #000 !important;
}

a.text-black:hover, a.text-black:focus {
  color: black !important;
}

.text-yellow {
  color: #f9f871 !important;
}

a.text-yellow:hover, a.text-yellow:focus {
  color: #f7f640 !important;
}

.text-blue {
  color: #0081cf !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: #00619c !important;
}

.text-green {
  color: #008f7a !important;
}

a.text-green:hover, a.text-green:focus {
  color: #005c4e !important;
}

.text-red {
  color: #cb342b !important;
}

a.text-red:hover, a.text-red:focus {
  color: #a12922 !important;
}

.text-orange {
  color: #ff9671 !important;
}

a.text-orange:hover, a.text-orange:focus {
  color: #ff703e !important;
}

.text-extra-dark-gray {
  color: #231d2a !important;
}

a.text-extra-dark-gray:hover, a.text-extra-dark-gray:focus {
  color: #0a080c !important;
}

.text-dark-gray {
  color: #494251 !important;
}

a.text-dark-gray:hover, a.text-dark-gray:focus {
  color: #302b35 !important;
}

.text-extra-medium-gray {
  color: #939393 !important;
}

a.text-extra-medium-gray:hover, a.text-extra-medium-gray:focus {
  color: #7a7a7a !important;
}

.text-medium-gray {
  color: #a8a0b1 !important;
}

a.text-medium-gray:hover, a.text-medium-gray:focus {
  color: #8e849a !important;
}

.text-extra-light-gray {
  color: #e0e0e0 !important;
}

a.text-extra-light-gray:hover, a.text-extra-light-gray:focus {
  color: #c7c7c7 !important;
}

.text-medium-light-gray {
  color: #ededed !important;
}

a.text-medium-light-gray:hover, a.text-medium-light-gray:focus {
  color: #d4d4d4 !important;
}

.text-light-gray {
  color: #f9f9f9 !important;
}

a.text-light-gray:hover, a.text-light-gray:focus {
  color: #e0e0e0 !important;
}

.text-very-light-gray {
  color: #f8f8f8 !important;
}

a.text-very-light-gray:hover, a.text-very-light-gray:focus {
  color: #dfdfdf !important;
}

.text-default {
  color: #b51010 !important;
}

a.text-default:hover, a.text-default:focus {
  color: #860c0c !important;
}

/* ===================================
    Button
====================================== */
.btn-lg {
  font-size: 14px;
  padding: 9px 34px;
  line-height: 25px;
}

.btn-sm {
  font-size: 11px;
  padding: 4px 24px;
}

.btn-primary {
  color: #fff !important;
  background: #b51010;
  border-color: #b51010;
}

.btn-primary:hover {
  color: #b51010 !important;
  background: transparent !important;
  border-color: #b51010;
}

.btn-primary:hover i {
  color: #b51010;
}

.btn-primary:focus, .btn-primary.focus {
  color: #b51010 !important;
  background: transparent !important;
}

.btn-primary i {
  color: #fff;
}

.btn-secondary {
  color: #fff !important;
  background: #ac004b;
  border-color: #ac004b;
}

.btn-secondary:hover {
  color: #ac004b !important;
  background: transparent !important;
  border-color: #ac004b;
}

.btn-secondary:hover i {
  color: #ac004b;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #ac004b !important;
  background: transparent !important;
}

.btn-secondary i {
  color: #fff;
}

.btn-dark {
  color: #fff !important;
  background: #4b4453;
  border-color: #4b4453;
}

.btn-dark:hover {
  color: #4b4453 !important;
  background: transparent !important;
  border-color: #4b4453;
}

.btn-dark:hover i {
  color: #4b4453;
}

.btn-dark:focus, .btn-dark.focus {
  color: #4b4453 !important;
  background: transparent !important;
}

.btn-dark i {
  color: #fff;
}

.btn-light {
  color: #231d2a !important;
  background: #fef7ff;
  border-color: #fef7ff;
}

.btn-light:hover {
  color: #fef7ff !important;
  background: transparent !important;
  border-color: #fef7ff;
}

.btn-light:hover i {
  color: #fef7ff;
}

.btn-light:focus, .btn-light.focus {
  color: #fef7ff !important;
  background: transparent !important;
}

.btn-light i {
  color: #231d2a;
}

.btn-info {
  color: #fff !important;
  background: #0081cf;
  border-color: #0081cf;
}

.btn-info:hover {
  color: #0081cf !important;
  background: transparent !important;
  border-color: #0081cf;
}

.btn-info:hover i {
  color: #0081cf;
}

.btn-info:focus, .btn-info.focus {
  color: #0081cf !important;
  background: transparent !important;
}

.btn-info i {
  color: #fff;
}

.btn-danger {
  color: #fff !important;
  background: #cb342b;
  border-color: #cb342b;
}

.btn-danger:hover {
  color: #cb342b !important;
  background: transparent !important;
  border-color: #cb342b;
}

.btn-danger:hover i {
  color: #cb342b;
}

.btn-danger:focus, .btn-danger.focus {
  color: #cb342b !important;
  background: transparent !important;
}

.btn-danger i {
  color: #fff;
}

.btn-success {
  color: #fff !important;
  background: #008f7a;
  border-color: #008f7a;
}

.btn-success:hover {
  color: #008f7a !important;
  background: transparent !important;
  border-color: #008f7a;
}

.btn-success:hover i {
  color: #008f7a;
}

.btn-success:focus, .btn-success.focus {
  color: #008f7a !important;
  background: transparent !important;
}

.btn-success i {
  color: #fff;
}

.btn-white {
  color: #231d2a !important;
  background: #fff;
  border-color: #fff;
}

.btn-white:hover {
  color: #fff !important;
  background: transparent !important;
  border-color: #fff;
}

.btn-white:hover i {
  color: #fff;
}

.btn-white:focus, .btn-white.focus {
  color: #fff !important;
  background: transparent !important;
}

.btn-white i {
  color: #231d2a;
}

.btn-black {
  color: #fff !important;
  background: #000;
  border-color: #000;
}

.btn-black:hover {
  color: #000 !important;
  background: transparent !important;
  border-color: #000;
}

.btn-black:hover i {
  color: #000;
}

.btn-black:focus, .btn-black.focus {
  color: #000 !important;
  background: transparent !important;
}

.btn-black i {
  color: #fff;
}

.btn-yellow {
  color: #231d2a !important;
  background: #f9f871;
  border-color: #f9f871;
}

.btn-yellow:hover {
  color: #f9f871 !important;
  background: transparent !important;
  border-color: #f9f871;
}

.btn-yellow:hover i {
  color: #f9f871;
}

.btn-yellow:focus, .btn-yellow.focus {
  color: #f9f871 !important;
  background: transparent !important;
}

.btn-yellow i {
  color: #231d2a;
}

.btn-blue {
  color: #fff !important;
  background: #0081cf;
  border-color: #0081cf;
}

.btn-blue:hover {
  color: #0081cf !important;
  background: transparent !important;
  border-color: #0081cf;
}

.btn-blue:hover i {
  color: #0081cf;
}

.btn-blue:focus, .btn-blue.focus {
  color: #0081cf !important;
  background: transparent !important;
}

.btn-blue i {
  color: #fff;
}

.btn-green {
  color: #fff !important;
  background: #008f7a;
  border-color: #008f7a;
}

.btn-green:hover {
  color: #008f7a !important;
  background: transparent !important;
  border-color: #008f7a;
}

.btn-green:hover i {
  color: #008f7a;
}

.btn-green:focus, .btn-green.focus {
  color: #008f7a !important;
  background: transparent !important;
}

.btn-green i {
  color: #fff;
}

.btn-red {
  color: #fff !important;
  background: #cb342b;
  border-color: #cb342b;
}

.btn-red:hover {
  color: #cb342b !important;
  background: transparent !important;
  border-color: #cb342b;
}

.btn-red:hover i {
  color: #cb342b;
}

.btn-red:focus, .btn-red.focus {
  color: #cb342b !important;
  background: transparent !important;
}

.btn-red i {
  color: #fff;
}

.btn-orange {
  color: #231d2a !important;
  background: #ff9671;
  border-color: #ff9671;
}

.btn-orange:hover {
  color: #ff9671 !important;
  background: transparent !important;
  border-color: #ff9671;
}

.btn-orange:hover i {
  color: #ff9671;
}

.btn-orange:focus, .btn-orange.focus {
  color: #ff9671 !important;
  background: transparent !important;
}

.btn-orange i {
  color: #231d2a;
}

.btn-default {
  color: #fff !important;
  background: #b51010;
  border-color: #b51010;
}

.btn-default:hover {
  color: #b51010 !important;
  background: transparent !important;
  border-color: #b51010;
}

.btn-default:hover i {
  color: #b51010;
}

.btn-default:focus, .btn-default.focus {
  color: #b51010 !important;
  background: transparent !important;
}

.btn-default i {
  color: #fff;
}

.btn-outline-primary {
  color: #b51010;
  background-color: transparent;
  background-image: none;
  border-color: #b51010;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #b51010;
  border-color: #b51010;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  color: #fff;
  background-color: #b51010;
  border-color: #b51010;
}

.btn-outline-secondary {
  color: #ac004b;
  background-color: transparent;
  background-image: none;
  border-color: #ac004b;
}

.btn-outline-secondary:hover {
  color: #fff !important;
  background-color: #ac004b;
  border-color: #ac004b;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  color: #fff;
  background-color: #ac004b;
  border-color: #ac004b;
}

.btn-outline-dark {
  color: #4b4453;
  background-color: transparent;
  background-image: none;
  border-color: #4b4453;
}

.btn-outline-dark:hover {
  color: #fff !important;
  background-color: #4b4453;
  border-color: #4b4453;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  color: #fff;
  background-color: #4b4453;
  border-color: #4b4453;
}

.btn-outline-light {
  color: #fef7ff;
  background-color: transparent;
  background-image: none;
  border-color: #fef7ff;
}

.btn-outline-light:hover {
  color: #fff !important;
  background-color: #fef7ff;
  border-color: #fef7ff;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  color: #fff;
  background-color: #fef7ff;
  border-color: #fef7ff;
}

.btn-outline-info {
  color: #0081cf;
  background-color: transparent;
  background-image: none;
  border-color: #0081cf;
}

.btn-outline-info:hover {
  color: #fff !important;
  background-color: #0081cf;
  border-color: #0081cf;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  color: #fff;
  background-color: #0081cf;
  border-color: #0081cf;
}

.btn-outline-danger {
  color: #cb342b;
  background-color: transparent;
  background-image: none;
  border-color: #cb342b;
}

.btn-outline-danger:hover {
  color: #fff !important;
  background-color: #cb342b;
  border-color: #cb342b;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  color: #fff;
  background-color: #cb342b;
  border-color: #cb342b;
}

.btn-outline-success {
  color: #008f7a;
  background-color: transparent;
  background-image: none;
  border-color: #008f7a;
}

.btn-outline-success:hover {
  color: #fff !important;
  background-color: #008f7a;
  border-color: #008f7a;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  color: #fff;
  background-color: #008f7a;
  border-color: #008f7a;
}

.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}

.btn-outline-white:hover {
  color: #fff !important;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:focus, .btn-outline-white.focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-black {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000;
}

.btn-outline-black:hover {
  color: #fff !important;
  background-color: #000;
  border-color: #000;
}

.btn-outline-black:focus, .btn-outline-black.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-outline-yellow {
  color: #f9f871;
  background-color: transparent;
  background-image: none;
  border-color: #f9f871;
}

.btn-outline-yellow:hover {
  color: #fff !important;
  background-color: #f9f871;
  border-color: #f9f871;
}

.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  color: #fff;
  background-color: #f9f871;
  border-color: #f9f871;
}

.btn-outline-blue {
  color: #0081cf;
  background-color: transparent;
  background-image: none;
  border-color: #0081cf;
}

.btn-outline-blue:hover {
  color: #fff !important;
  background-color: #0081cf;
  border-color: #0081cf;
}

.btn-outline-blue:focus, .btn-outline-blue.focus {
  color: #fff;
  background-color: #0081cf;
  border-color: #0081cf;
}

.btn-outline-green {
  color: #008f7a;
  background-color: transparent;
  background-image: none;
  border-color: #008f7a;
}

.btn-outline-green:hover {
  color: #fff !important;
  background-color: #008f7a;
  border-color: #008f7a;
}

.btn-outline-green:focus, .btn-outline-green.focus {
  color: #fff;
  background-color: #008f7a;
  border-color: #008f7a;
}

.btn-outline-red {
  color: #cb342b;
  background-color: transparent;
  background-image: none;
  border-color: #cb342b;
}

.btn-outline-red:hover {
  color: #fff !important;
  background-color: #cb342b;
  border-color: #cb342b;
}

.btn-outline-red:focus, .btn-outline-red.focus {
  color: #fff;
  background-color: #cb342b;
  border-color: #cb342b;
}

.btn-outline-orange {
  color: #ff9671;
  background-color: transparent;
  background-image: none;
  border-color: #ff9671;
}

.btn-outline-orange:hover {
  color: #fff !important;
  background-color: #ff9671;
  border-color: #ff9671;
}

.btn-outline-orange:focus, .btn-outline-orange.focus {
  color: #fff;
  background-color: #ff9671;
  border-color: #ff9671;
}

.btn-outline-default {
  color: #b51010;
  background-color: transparent;
  background-image: none;
  border-color: #b51010;
}

.btn-outline-default:hover {
  color: #fff !important;
  background-color: #b51010;
  border-color: #b51010;
}

.btn-outline-default:focus, .btn-outline-default.focus {
  color: #fff;
  background-color: #b51010;
  border-color: #b51010;
}

.btn i {
  margin-left: 6px;
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.btn-transparent-primary {
  color: #b51010;
  background-color: transparent;
  background-image: none;
  border-color: #b51010;
}

.btn-transparent-primary:hover {
  color: #fff !important;
  background-color: #b51010;
  border-color: #b51010;
}

.btn-transparent-primary:focus, .btn-transparent-primary.focus {
  color: #fff;
  background-color: #b51010;
  border-color: #b51010;
}

.btn-transparent-secondary {
  color: #ac004b;
  background-color: transparent;
  background-image: none;
  border-color: #ac004b;
}

.btn-transparent-secondary:hover {
  color: #fff !important;
  background-color: #ac004b;
  border-color: #ac004b;
}

.btn-transparent-secondary:focus, .btn-transparent-secondary.focus {
  color: #fff;
  background-color: #ac004b;
  border-color: #ac004b;
}

.btn-transparent-dark {
  color: #4b4453;
  background-color: transparent;
  background-image: none;
  border-color: #4b4453;
}

.btn-transparent-dark:hover {
  color: #fff !important;
  background-color: #4b4453;
  border-color: #4b4453;
}

.btn-transparent-dark:focus, .btn-transparent-dark.focus {
  color: #fff;
  background-color: #4b4453;
  border-color: #4b4453;
}

.btn-transparent-light {
  color: #fef7ff;
  background-color: transparent;
  background-image: none;
  border-color: #fef7ff;
}

.btn-transparent-light:hover {
  color: #fff !important;
  background-color: #fef7ff;
  border-color: #fef7ff;
}

.btn-transparent-light:focus, .btn-transparent-light.focus {
  color: #fff;
  background-color: #fef7ff;
  border-color: #fef7ff;
}

.btn-transparent-info {
  color: #0081cf;
  background-color: transparent;
  background-image: none;
  border-color: #0081cf;
}

.btn-transparent-info:hover {
  color: #fff !important;
  background-color: #0081cf;
  border-color: #0081cf;
}

.btn-transparent-info:focus, .btn-transparent-info.focus {
  color: #fff;
  background-color: #0081cf;
  border-color: #0081cf;
}

.btn-transparent-danger {
  color: #cb342b;
  background-color: transparent;
  background-image: none;
  border-color: #cb342b;
}

.btn-transparent-danger:hover {
  color: #fff !important;
  background-color: #cb342b;
  border-color: #cb342b;
}

.btn-transparent-danger:focus, .btn-transparent-danger.focus {
  color: #fff;
  background-color: #cb342b;
  border-color: #cb342b;
}

.btn-transparent-success {
  color: #008f7a;
  background-color: transparent;
  background-image: none;
  border-color: #008f7a;
}

.btn-transparent-success:hover {
  color: #fff !important;
  background-color: #008f7a;
  border-color: #008f7a;
}

.btn-transparent-success:focus, .btn-transparent-success.focus {
  color: #fff;
  background-color: #008f7a;
  border-color: #008f7a;
}

.btn-transparent-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}

.btn-transparent-white:hover {
  color: #fff !important;
  background-color: #fff;
  border-color: #fff;
}

.btn-transparent-white:focus, .btn-transparent-white.focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.btn-transparent-black {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000;
}

.btn-transparent-black:hover {
  color: #fff !important;
  background-color: #000;
  border-color: #000;
}

.btn-transparent-black:focus, .btn-transparent-black.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-transparent-yellow {
  color: #f9f871;
  background-color: transparent;
  background-image: none;
  border-color: #f9f871;
}

.btn-transparent-yellow:hover {
  color: #fff !important;
  background-color: #f9f871;
  border-color: #f9f871;
}

.btn-transparent-yellow:focus, .btn-transparent-yellow.focus {
  color: #fff;
  background-color: #f9f871;
  border-color: #f9f871;
}

.btn-transparent-blue {
  color: #0081cf;
  background-color: transparent;
  background-image: none;
  border-color: #0081cf;
}

.btn-transparent-blue:hover {
  color: #fff !important;
  background-color: #0081cf;
  border-color: #0081cf;
}

.btn-transparent-blue:focus, .btn-transparent-blue.focus {
  color: #fff;
  background-color: #0081cf;
  border-color: #0081cf;
}

.btn-transparent-green {
  color: #008f7a;
  background-color: transparent;
  background-image: none;
  border-color: #008f7a;
}

.btn-transparent-green:hover {
  color: #fff !important;
  background-color: #008f7a;
  border-color: #008f7a;
}

.btn-transparent-green:focus, .btn-transparent-green.focus {
  color: #fff;
  background-color: #008f7a;
  border-color: #008f7a;
}

.btn-transparent-red {
  color: #cb342b;
  background-color: transparent;
  background-image: none;
  border-color: #cb342b;
}

.btn-transparent-red:hover {
  color: #fff !important;
  background-color: #cb342b;
  border-color: #cb342b;
}

.btn-transparent-red:focus, .btn-transparent-red.focus {
  color: #fff;
  background-color: #cb342b;
  border-color: #cb342b;
}

.btn-transparent-orange {
  color: #ff9671;
  background-color: transparent;
  background-image: none;
  border-color: #ff9671;
}

.btn-transparent-orange:hover {
  color: #fff !important;
  background-color: #ff9671;
  border-color: #ff9671;
}

.btn-transparent-orange:focus, .btn-transparent-orange.focus {
  color: #fff;
  background-color: #ff9671;
  border-color: #ff9671;
}

.btn-transparent-default {
  color: #b51010;
  background-color: transparent;
  background-image: none;
  border-color: #b51010;
}

.btn-transparent-default:hover {
  color: #fff !important;
  background-color: #b51010;
  border-color: #b51010;
}

.btn-transparent-default:focus, .btn-transparent-default.focus {
  color: #fff;
  background-color: #b51010;
  border-color: #b51010;
}

/* button rounded */
.btn.btn-rounded {
  border-radius: 50px;
}

.btn-gradient {
  color: #fff !important;
  background: #b51010;
  background-color: #b1082e;
  /* Fallback */
  background: -moz-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #b51010), color-stop(98%, #ac004b), color-stop(100%, #ac004b));
  background: -webkit-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -o-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -ms-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  transition: 0.5s;
}

.btn-gradient:hover {
  background: #b51010;
  background-color: #b1082e;
  /* Fallback */
  background: -moz-linear-gradient(left, #ac004b 0%, #b51010 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ac004b), color-stop(98%, #b51010), color-stop(100%, #b51010));
  background: -webkit-linear-gradient(left, #ac004b 0%, #b51010 100%);
  background: -o-linear-gradient(left, #ac004b 0%, #b51010 100%);
  background: -ms-linear-gradient(left, #ac004b 0%, #b51010 100%);
  background: linear-gradient(to right, #ac004b 0%, #b51010 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.btn-gradient1 {
  color: #000000 !important;
  background: #b51010;
  font-weight: bold;
  background-color: #b1082e;
  /* Fallback */
  background: -moz-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #b51010), color-stop(98%, #ac004b), color-stop(100%, #ac004b));
  background: -webkit-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -o-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -ms-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  transition: 0.5s;
}

.btn-gradient1:hover {
  background: #b51010;
  background-color: #b1082e;
  /* Fallback */
  background: -moz-linear-gradient(left, #ac004b 0%, #b51010 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ac004b), color-stop(98%, #b51010), color-stop(100%, #b51010));
  background: -webkit-linear-gradient(left, #ac004b 0%, #b51010 100%);
  background: -o-linear-gradient(left, #ac004b 0%, #b51010 100%);
  background: -ms-linear-gradient(left, #ac004b 0%, #b51010 100%);
  background: linear-gradient(to right, #dedede 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.video-play-button {
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 32px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  color: #b51010;
  font-size: 30px;
  position: relative;
  top: 130px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

.video-play-button:hover, .video-play-button:focus {
  color: #fff;
}

.video-play-button:hover:after {
  background: #fff;
}

.video-play-button i {
  z-index: 2;
  position: absolute;
  top: 23px;
  left: 16px;
  color: #b51010;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* ===================================
   Dropdown
====================================== */
.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.dropdown-menu {
  min-width: 200px;
}

.dropdown-menu.columns-2 {
  min-width: 400px;
}

.dropdown-menu.columns-3 {
  min-width: 600px;
}

.dropdown-menu li a {
  padding: 5px 15px;
  font-weight: 300;
}

.multi-column-dropdown {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
}

.multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #999;
}

@media (max-width: 767px) {
  .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
  }
}

/* ===================================
    Background color
====================================== */
.bg-primary {
  background-color: #b51010 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #860c0c !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #790035 !important;
}

.bg-dark {
  background-color: #4b4453 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #322d37 !important;
}

.bg-light {
  background-color: #fef7ff !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #f8c4ff !important;
}

.bg-info {
  background-color: #0081cf !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #00619c !important;
}

.bg-danger {
  background-color: #cb342b !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #a12922 !important;
}

.bg-success {
  background-color: #008f7a !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #005c4e !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-black {
  background-color: #000 !important;
}

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important;
}

.bg-yellow {
  background-color: #f9f871 !important;
}

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #f7f640 !important;
}

.bg-blue {
  background-color: #0081cf !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #00619c !important;
}

.bg-green {
  background-color: #008f7a !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #005c4e !important;
}

.bg-red {
  background-color: #cb342b !important;
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #a12922 !important;
}

.bg-orange {
  background-color: #ff9671 !important;
}

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #ff703e !important;
}

.bg-extra-dark-gray {
  background-color: #231d2a !important;
}

a.bg-extra-dark-gray:hover, a.bg-extra-dark-gray:focus,
button.bg-extra-dark-gray:hover,
button.bg-extra-dark-gray:focus {
  background-color: #0a080c !important;
}

.bg-dark-gray {
  background-color: #494251 !important;
}

a.bg-dark-gray:hover, a.bg-dark-gray:focus,
button.bg-dark-gray:hover,
button.bg-dark-gray:focus {
  background-color: #302b35 !important;
}

.bg-extra-medium-gray {
  background-color: #939393 !important;
}

a.bg-extra-medium-gray:hover, a.bg-extra-medium-gray:focus,
button.bg-extra-medium-gray:hover,
button.bg-extra-medium-gray:focus {
  background-color: #7a7a7a !important;
}

.bg-medium-gray {
  background-color: #a8a0b1 !important;
}

a.bg-medium-gray:hover, a.bg-medium-gray:focus,
button.bg-medium-gray:hover,
button.bg-medium-gray:focus {
  background-color: #8e849a !important;
}

.bg-extra-light-gray {
  background-color: #e0e0e0 !important;
}

a.bg-extra-light-gray:hover, a.bg-extra-light-gray:focus,
button.bg-extra-light-gray:hover,
button.bg-extra-light-gray:focus {
  background-color: #c7c7c7 !important;
}

.bg-medium-light-gray {
  background-color: #ededed !important;
}

a.bg-medium-light-gray:hover, a.bg-medium-light-gray:focus,
button.bg-medium-light-gray:hover,
button.bg-medium-light-gray:focus {
  background-color: #d4d4d4 !important;
}

.bg-light-gray {
  background-color: #f9f9f9 !important;
}

a.bg-light-gray:hover, a.bg-light-gray:focus,
button.bg-light-gray:hover,
button.bg-light-gray:focus {
  background-color: #e0e0e0 !important;
}

.bg-very-light-gray {
  background-color: #f8f8f8 !important;
}

a.bg-very-light-gray:hover, a.bg-very-light-gray:focus,
button.bg-very-light-gray:hover,
button.bg-very-light-gray:focus {
  background-color: #dfdfdf !important;
}

.bg-default {
  background-color: #b51010 !important;
}

a.bg-default:hover, a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
  background-color: #860c0c !important;
}

.bg-gradient {
  background: #b51010;
  background-color: #b1082e;
  /* Fallback */
  background: -moz-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #b51010), color-stop(98%, #ac004b), color-stop(100%, #ac004b));
  background: -webkit-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -o-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -ms-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

/* ===================================
    Background image
====================================== */
.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fix-background {
  position: relative;
  background-size: cover;
  animation-duration: 0s;
  animation-fill-mode: none;
  -webkit-animation-duration: 0s;
  -webkit-animation-fill-mode: none;
  -moz-animation-duration: 0s;
  -moz-animation-fill-mode: none;
  -ms-animation-duration: 0s;
  -ms-animation-fill-mode: none;
  -o-animation-fill-mode: none;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cover-background {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.king-full-image-area {
  position: relative;
  height: 100vh;
  /* margin-bottom: 150px; */
}

.king-full-image-area .king-content {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  /* padding-top: 180px; */
}

.king-full-image-area .king-content .home-contain {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  position: absolute;
  /* margin-left: 6%; */
}

.king-full-image-area .king-content .home-contain h1 {
  font-size: 45px;
  line-height: 50px;
}

.king-full-image-area .king-content .home-contain h4 {
  font-size: 34px;
  line-height: 47px;
}

.king-content {
  z-index: 2;
}

.bg-overlay {
  background-color: #000;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.bg-overlay {
  background-color: #000;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

/* Background Images */
.bg {
  background-size: cover;
  background: no-repeat;
  background-position: center center;
}

.bg-img {
  width: 100vw;
  min-height: 755px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
  margin-top: 0;
  position: relative;
  display: flex;
  align-items: center;
}

/*-------------------------------------------------------
          [ Overlay Effect Bg image ]
-------------------------------------------------------*/
[data-overlay-dark],
[data-overlay-color],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-color] .container,
[data-overlay-light] .container {
  position: relative;
  color: #fff;
  z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-color]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay-dark]:before {
  background: #0b1520;
}

[data-overlay-color]:before {
  background-color: #b51010;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}

[data-overlay-dark] p {
  color: #fff;
}

[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
  color: #4b4453;
}

[data-overlay-light] p {
  color: #4b4453;
}

[data-overlay-dark="0"]:before,
[data-overlay-color="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-color="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-color="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-color="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-color="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-color="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-color="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-color="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-color="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-color="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-color="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

/* ===================================
    Background Video
====================================== */
.king-full-video-area {
  position: relative;
  height: 100vh;
}

.king-full-video-area video {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -100;
}

.king-full-video-area .king-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}

/* ===================================
   Section background video
====================================== */
.section-bg-video {
  position: relative;
  overflow: hidden;
  max-height: 800px;
}

.section-bg-video .container-video {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.section-bg-video .bg-overlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.section-bg-video .transparent-dark {
  opacity: 0.8;
}

.section-bg-video .heading-white {
  margin-bottom: 0;
}

.section-bg-video .heading-white .sub-heading {
  margin-bottom: 0;
}

.curve {
  position: absolute;
  z-index: 7;
}

.curve.curve-center:after {
  border-left: 50vw solid transparent;
}

.curve.curve-center:before {
  border-right: 50vw solid transparent;
}

.curve.curve-center.curve-top:after {
  border-left: 50vw solid transparent;
}

.curve.curve-center.curve-top:before {
  border-right: 50vw solid transparent;
}

.curve.curve-bottom {
  left: 0;
  bottom: -1px;
  width: 100%;
}

.curve.curve-bottom:after, .curve.curve-bottom:before {
  bottom: 0;
}

.curve.curve-top {
  left: 0;
  top: -1px;
  width: 100%;
}

.curve.curve-top:after, .curve.curve-top:before {
  top: 0;
  border-top: 50px solid #fff;
  border-bottom: 0;
}

.curve.curve-top:after {
  border-left: 70vw solid transparent;
}

.curve.curve-top:before {
  border-right: 30vw solid transparent;
}

.curve.curve-gray-b:after, .curve.curve-gray-b:before {
  border-bottom: 50px solid #f9f9f9;
}

.curve.curve-gray-t:after, .curve.curve-gray-t:before {
  border-top: 50px solid #f9f9f9;
}

.curve:after, .curve:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  position: absolute;
}

.curve:after {
  right: 0;
  border-left: 30vw solid transparent;
}

.curve:before {
  left: 0;
  border-right: 70vw solid transparent;
}

/* ===================================
    Header
====================================== */
.navbar .navbar-brand .b-logo {
  display: none;
}

.navbar .navbar-brand .w-logo {
  display: block;
}

.navbar .navbar-nav .nav-item {
  position: relative;
}

.navbar .navbar-nav .nav-item > ul {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  box-shadow: 0 4px 13px -3px #808080;
  left: 0;
  min-width: 220px;
  opacity: 0;
  padding: 29px 0 27px;
  position: absolute;
  text-align: left;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  z-index: 999;
}

.navbar .navbar-nav .nav-item > ul > li {
  display: block;
  line-height: 20px;
  margin-bottom: 16.5px;
  padding: 0;
  position: relative;
}

.navbar .navbar-nav .nav-item > ul > li > a {
  color: #707070;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  padding: 0 30px;
  text-transform: capitalize;
}

.navbar .navbar-nav .nav-item > ul > li > a::after {
  background: transparent;
  bottom: 17px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  transition: all 0.4s ease 0s;
}

.navbar .navbar-nav .nav-item:hover ul {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}

.navbar .navbar-nav .nav-item .nav-link {
  background: transparent;
  border-color: transparent;
  font-weight: 600;
  color: #4b4453;
  padding: 16px;
}

.navbar .navbar-nav .nav-item:hover .nav-link {
  color: #fff;
  background: transparent;
}

.navbar .navbar-nav .nav-item .active {
  color: #fff;
  font-weight: 600;
  background: transparent;
}

.navbar-dark .navbar-nav .nav-item .nav-link {
  color: #fff !important;
}

.navbar-dark .navbar-nav .nav-item:hover .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-item .active {
  color: #fff !important;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff !important;
}

.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: #fff;
}

.navbar-light .navbar-brand .b-logo {
  display: block;
}

.navbar-light .navbar-brand .w-logo {
  display: none;
}

.sticky.header-appear .navbar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 400;
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  animation: crSlideInDown 0.5s ease-out 0s 1 both;
  /* padding: 1.5rem 1rem; */
}

.sticky.header-appear .navbar-brand .b-logo {
  display: block;
}

.sticky.header-appear .navbar-brand .w-logo {
  display: none;
}

.sticky.header-appear .navbar-nav .nav-item .nav-link {
  color: #4b4453;
}

.sticky.header-appear .navbar-nav .nav-item:hover .nav-link {
  color: #b51010;
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sticky.header-appear .navbar-nav .nav-item .active {
  color: #b51010;
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sticky.header-appear .navbar-dark .navbar-nav .nav-link {
  color: #4b4453 !important;
}

.sticky.header-appear .navbar-dark .navbar-nav .nav-link:hover .nav-link {
  color: #b51010;
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: transparent;
}

.sticky.header-appear .navbar-dark .navbar-nav .nav-link .active {
  color: #b51010;
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: transparent;
}

.sticky.header-appear .navbar-dark .cart-wrapper > i {
  color: #4b4453;
}

.sticky.header-appear .navbar-dark .cart-wrapper .noti {
  background: #b51010;
  background-color: #b1082e;
  /* Fallback */
  background: -moz-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #b51010), color-stop(98%, #ac004b), color-stop(100%, #ac004b));
  background: -webkit-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -o-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -ms-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  color: #fff;
}

.sticky.header-appear .navbar-dark .cart-wrapper .noti:before {
  background-color: #b51010;
  background: #b51010;
  background-color: #b1082e;
  /* Fallback */
  background: -moz-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #b51010), color-stop(98%, #ac004b), color-stop(100%, #ac004b));
  background: -webkit-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -o-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -ms-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.sticky.header-appear .navbar-dark .navbar-toggler {
  color: #4b4453;
  border-color: #4b4453;
}

.header-with-topbar {
  position: relative;
}

.header-with-topbar .top-header-area {
  font-size: 13px;
  position: relative;
  top: 0;
  z-index: 9;
  height: 50px;
  line-height: 50px;
  width: 100%;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}

.header-with-topbar .top-header-area .info a {
  margin-right: 15px;
}

.header-with-topbar .top-header-area .header-icon a {
  margin-left: 15px;
}

.header-with-topbar .top-header-area .header-icon a:hover {
  color: #fff;
}

.header-with-topbar .fixed-top {
  position: fixed;
  top: 50px;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* ===================================
   Section Heading
====================================== */
.heading {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}

.heading h2 {
  font-size: 30px;
  font-weight: 700;
  color: #494251;
  text-transform: uppercase;
  position: relative;
  line-height: 45px;
  margin-bottom: 5px;
}

.heading h2 b {
  position: relative;
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading h2 b:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 1px;
  background: #b51010;
  background-color: #b1082e;
  /* Fallback */
  background: -moz-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #b51010), color-stop(98%, #ac004b), color-stop(100%, #ac004b));
  background: -webkit-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -o-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -ms-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.heading .sub-heading {
  font-weight: 300;
  color: #4b4453;
}

.heading-two {
  margin-bottom: 70px;
  position: relative;
}

.heading-two h2 {
  font-size: 30px;
  font-weight: 700;
  color: #494251;
  text-transform: uppercase;
  position: relative;
  line-height: 45px;
  margin-bottom: 5px;
}

.heading-two h2 b {
  position: relative;
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-two h2 b:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 1px;
  background: #b51010;
  background-color: #b1082e;
  /* Fallback */
  background: -moz-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #b51010), color-stop(98%, #ac004b), color-stop(100%, #ac004b));
  background: -webkit-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -o-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -ms-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.heading-two .sub-heading {
  font-weight: 300;
  color: #4b4453;
}

.heading-white {
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}

.heading-white h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  line-height: 45px;
  margin-bottom: 5px;
}

.heading-white h2 b {
  position: relative;
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-white h2 b:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 1px;
  background: #b51010;
  background-color: #b1082e;
  /* Fallback */
  background: -moz-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #b51010), color-stop(98%, #ac004b), color-stop(100%, #ac004b));
  background: -webkit-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -o-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -ms-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.heading-white .sub-heading {
  font-weight: 300;
  color: #fff;
}

/* ===================================
   Slider
====================================== */
.king-full-slider-area {
  position: relative;
  height: 100vh;
  padding: 0;
}

.king-full-slider-area .owl-carousel {
  min-height: 580px;
}

.king-full-slider-area .owl-carousel.dots-inside .owl-dots {
  display: inline-block;
  left: 50%;
  width: auto;
  padding: 10px 22px 14px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: #606975;
}

.king-full-slider-area .owl-carousel .owl-prev,
.king-full-slider-area .owl-carousel .owl-next {
  transition: all 0.35s ease-in-out;
}

.king-full-slider-area .owl-carousel .owl-prev,
.king-full-slider-area .owl-carousel .owl-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -42px;
  transition: opacity 0.3s;
  border: 1px solid #e1e7ec;
  border-radius: 50%;
  background-color: #fff;
  color: #374250;
  line-height: 35px;
  text-align: center;
  opacity: 0.7;
}

.king-full-slider-area .owl-carousel .owl-prev {
  -webkit-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  transform: translateX(-150px);
  left: 30px;
}

.king-full-slider-area .owl-carousel .owl-next {
  -webkit-transform: translateX(150px);
  -ms-transform: translateX(150px);
  transform: translateX(150px);
  right: 30px;
}

.king-full-slider-area .owl-carousel:hover .owl-prev,
.king-full-slider-area .owl-carousel:hover .owl-next {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.king-full-slider-area .bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
}

.king-full-slider-area .animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

/* ===================================
   slider 
====================================== */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #b51010;
  background-color: #b1082e;
  /* Fallback */
  background: -moz-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #b51010), color-stop(98%, #ac004b), color-stop(100%, #ac004b));
  background: -webkit-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -o-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -ms-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

/* ===================================
   Animated Head line
====================================== */
/* -------------------------------- 

Primary style

-------------------------------- */
.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

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

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

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

xrotate-1 

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-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-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-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-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
  padding: 0 15px 0 0;
}

.cd-headline.type .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: 3px;
  background: #b51010;
}

.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}

.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}

.cd-headline.type b {
  color: #b51010;
  visibility: hidden;
}

.cd-headline.type b.is-visible {
  visibility: visible;
}

.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}

.cd-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-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

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

.cd-headline.rotate-2 b {
  opacity: 0;
}

.cd-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-headline.rotate-2 i {
  opacity: 1;
}

.cd-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-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-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-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-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-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-headline.loading-bar span {
  display: inline-block;
  padding: 0.2em 0;
}

.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}

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

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

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

xslide 

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

.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.slide b {
  opacity: 0;
  top: 0.2em;
}

.cd-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-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-headline.clip span {
  display: inline-block;
  padding: 0.2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
}

.cd-headline.clip b {
  opacity: 0;
}

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

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

xzoom 

-------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.zoom b {
  opacity: 0;
}

.cd-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-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-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-3 b {
  opacity: 0;
}

.cd-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-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.cd-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-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-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-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-headline.scale b {
  opacity: 0;
}

.cd-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-headline.scale i {
  opacity: 1;
}

.cd-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-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-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-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-headline.push b {
  opacity: 0;
}

.cd-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-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%);
  }
}

.product-colors {
  min-height: 855px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
  margin-top: 0;
  position: relative;
  display: flex;
  align-items: center;
}

.product-color-imgs {
  position: relative;
  min-height: 400px;
}

.product-color-imgs img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.product-color-imgs img.active {
  opacity: 1;
}

.product-colors-right {
  padding: 20px;
  background: #fff;
  opacity: 0.9;
  box-shadow: 0 0 35px 0 rgba(171, 171, 171, 0.25);
}

.product-colors-right .product-description {
  border-bottom: 1px solid #e1e8ee;
  margin-bottom: 20px;
}

.product-colors-right .product-description span {
  font-size: 14px;
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.product-colors-right .product-description h1 {
  font-weight: 300;
  font-size: 40px;
  line-height: 45px;
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -2px;
}

.product-colors-right .product-description p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.product-colors-right .product-color span {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  display: inline-block;
}

.product-colors-right .product-color {
  margin-bottom: 30px;
}

.product-colors-right .color-choose div {
  display: inline-block;
  margin-right: 25px;
}

.product-colors-right .color-choose input[type="radio"] {
  display: none;
}

.product-colors-right .color-choose input[type="radio"] + label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

.product-colors-right .color-choose input[type="radio"]#red + label span {
  background-color: #c91524;
}

.product-colors-right .color-choose input[type="radio"]#blue + label span {
  background-color: #314780;
}

.product-colors-right .color-choose input[type="radio"]#black + label span {
  background-color: #323232;
}

.product-colors-right .color-choose input[type="radio"]#shadow + label span {
  background-color: #616161;
}

.product-colors-right .color-choose input[type="radio"]:checked + label span {
  background-image: url(../images/check-icn.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.product-colors-right .product-price {
  display: flex;
  align-items: center;
}

.product-colors-right .product-price span {
  font-size: 38px;
  font-weight: 300;
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 38px;
}

.product-colors-right .qty {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  padding: 0 0 0 20px;
  border-radius: 25px;
  outline: none;
  border: none;
  width: 72px;
  height: 42px;
  color: #a9a9a9;
  background: #e0e0e0;
  margin-right: auto;
  margin-bottom: 0;
}

.shop .product-item {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  min-height: 500px;
}

.shop .product-item .product-item-images {
  position: relative;
  overflow: hidden;
  top: -13px;
}

.shop .product-item .product-item-image-inner {
  position: relative;
  z-index: 2;
  display: block;
}

.shop .product-item .product-item-image-inner img {
  width: 100%;
  backface-visibility: hidden;
}

.shop .product-item .product-item-image-inner img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.1s ease-in-out 0s;
}

.shop .product-item .product-item-content {
  position: absolute;
  bottom: 0;
  padding: 130px 25px 45px 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0 0 35px 0 rgba(171, 171, 171, 0.25);
  flex-direction: column;
}

.shop .product-item .product-item-content > p {
  display: none;
}

.shop .product-item .product-item-content h5 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.shop .product-item .product-item-content h5 a {
  color: #4b4453;
}

.shop .product-item .product-item-content h5 a:hover {
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.shop .product-item .price-box {
  text-align: center;
  position: relative;
}

.shop .product-item .price-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
  z-index: 2;
}

.shop .product-item .price-box .pricebox-price {
  font-size: 30px;
  font-weight: 900;
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.shop .product-item .price-box .pricebox-price b {
  margin-right: 5px;
}

.shop .product-item .price-box .add-to-cart-button {
  color: #fff;
  background: #b51010;
  background-color: #b1082e;
  /* Fallback */
  background: -moz-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #b51010), color-stop(98%, #ac004b), color-stop(100%, #ac004b));
  background: -webkit-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -o-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -ms-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  transition: all 0.4s ease-out;
  text-align: center;
  padding: 10px 25px;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
}

.shop .product-item .price-box .add-to-cart-button:hover {
  background: #b51010;
  background-color: #b1082e;
  /* Fallback */
  background: -moz-linear-gradient(left, #ac004b 0%, #b51010 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ac004b), color-stop(98%, #b51010), color-stop(100%, #b51010));
  background: -webkit-linear-gradient(left, #ac004b 0%, #b51010 100%);
  background: -o-linear-gradient(left, #ac004b 0%, #b51010 100%);
  background: -ms-linear-gradient(left, #ac004b 0%, #b51010 100%);
  background: linear-gradient(to right, #ac004b 0%, #b51010 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.shop .product-item:hover .product-item-images img:not(:first-child) {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.shop .product-item:hover .product-item-images img:first-child {
  visibility: hidden;
  opacity: 0;
  z-index: 0;
}

.shop .product-item:hover .price-box::before {
  visibility: visible;
  opacity: 1;
}

.shop .product-item:hover .price-box .add-to-cart-button {
  visibility: visible;
  opacity: 1;
}

.p-feature .feature-slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-feature .feature-slider .feature-circle {
  position: absolute;
  border-radius: 100%;
  height: 550px;
  width: 550px;
  float: right;
  top: -50px;
}

.p-feature .feature-slider img {
  height: auto;
}

.p-feature .p-feature-content {
  padding-left: 50px;
}

.p-feature .collapse-feature {
  cursor: pointer;
  margin-bottom: 30px;
}

.p-feature .collapse-feature .icon-box .inner {
  width: 74px;
  height: 74px;
  background: #b51010;
  background-color: #b1082e;
  /* Fallback */
  background: -moz-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #b51010), color-stop(98%, #ac004b), color-stop(100%, #ac004b));
  background: -webkit-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -o-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -ms-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  position: relative;
  border-radius: 50%;
  text-align: center;
}

.p-feature .collapse-feature .icon-box .inner:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  transition: all 0.4s ease;
}

.p-feature .collapse-feature .icon-box .inner i {
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 74px;
  font-size: 44px;
  position: relative;
}

.p-feature .collapse-feature .icon-box .inner:hover i {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.p-feature .collapse-feature .icon-box .inner:hover:before {
  opacity: 0;
}

.p-feature .collapse-feature .text-box {
  padding-left: 40px;
}

.p-feature .collapse-feature .text-box h4,
.p-feature .collapse-feature .text-box p {
  margin: 0;
}

.p-feature .collapse-feature .text-box h4 {
  font-size: 20px;
  color: #150a33;
  font-weight: 500;
}

.p-feature .collapse-feature .text-box p {
  font-size: 14px;
  line-height: 27px;
  color: #656565;
  margin-top: 10px;
}

.p-feature .collapse-feature .collapse-feature-body {
  padding-left: 40px;
}

.p-feature .collapse-feature.active .inner i {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.p-feature .collapse-feature.active .inner:before {
  opacity: 0;
}

.feature-circle {
  background: linear-gradient(-120deg, #ac004b, #e1000f, #e1000f, #b51010, #e1000f);
  background-size: 400%;
  animation: Gradient 15s linear infinite;
}

@keyframes Gradient {
  25% {
    background-position: 0 100%;
  }
  50% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0% 50%;
  }
}

.b-features {
  min-height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
  margin-top: 0;
  position: relative;
  padding: 0;
}

.b-features .b-features-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 60px;
  background: #fff;
}

.b-features .b-features-content h3 {
  font-size: 40px;
  line-height: 50px;
  color: #b51010;
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.b-features .b-features-circle-1 {
  position: absolute;
  left: 247px;
  bottom: 160px;
}

.b-features .b-features-triangle-1 {
  position: absolute;
  left: 50px;
  top: auto;
  bottom: 0;
}

.unboxed .unboxed-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.unboxed .unboxed-content .number-content {
  margin-bottom: 25px;
  margin-right: 40px;
}

.unboxed .unboxed-content .number-content .number {
  font-size: 5rem;
  line-height: 5rem;
}

.unboxed .unboxed-content .number-content span {
  font-size: 26px;
  text-align: center;
  line-height: 33px;
}

.unboxed .unboxed-content .unboxedlist {
  padding-left: 5px;
}

.unboxed .unboxed-content .unboxedlist li {
  position: relative;
  vertical-align: middle;
  margin-bottom: 31px;
}

.unboxed .unboxed-content .unboxedlist b {
  font-size: 26px;
  vertical-align: bottom;
  margin-right: 10px;
}

/* ===================================
   Testimonials
====================================== */
.ratings {
  min-height: 505px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
  margin-top: 0;
  position: relative;
   align-items: center;
}

.ratings .ratings-circle1 {
  position: absolute;
  left: 247px;
  bottom: 160px;
}

.ratings .ratings-circle2 {
  position: absolute;
  left: 50px;
  top: auto;
  bottom: 0;
}

.ratings-block {
  position: relative;
  padding-bottom: 0;
  padding-top: 90px;
}

.ratings-avtar {
  position: absolute;
  top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.ratings-avtar img {
  z-index: 2;
  position: absolute;
  border-radius: 100%;
  color: transparent;
  border: double 4px transparent;
  border-radius: 80px;
  width: 130px !important;
  height: 130px;
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  animation: pulse 2s infinite;
}

.ratings-avtar i {
  z-index: 2;
  position: absolute;
  top: 23px;
  left: 16px;
  color: #b51010;
}

.ratings-text {
  text-align: center;
  box-shadow: 0 0 65px 0 rgba(171, 171, 171, 0.25);
  background-color: #fff;
  padding: 100px 40px 40px;
  margin-bottom: 30px;
}

.ratings-text h3 {
  color: #b51010;
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  font-size: 25px;
}

.ratings-text h6 {
  text-transform: capitalize;
  margin: 0;
}

.ratting-box span {
  color: #999999;
}

.ratting-box span.active {
  color: #b51010;
}

.ratting-box span.active i {
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ratting-box.hover-action span {
  cursor: pointer;
}

@keyframes pulse-r {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(181, 16, 16, 0.4);
  }
  70% {
    box-shadow: 0 0 0 30px rgba(181, 16, 16, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(181, 16, 16, 0);
  }
}

/* ===================================
   Contact
====================================== */
.form-control {
  padding: 25px;
  font-size: 13px;
  margin-bottom: 25px;
  background: #e6e6e6;
  border: 0;
  border-radius: 30px;
}

.contact {
  min-height: 855px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
  margin-top: 0;
  position: relative;
  display: flex;
  align-items: center;
}

.contact-form {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.contact-form textarea {
  padding: 25px;
  font-size: 13px;
  margin-bottom: 10px;
  background: #e6e6e6;
  border: 0;
  border-radius: 10px;
  height: 120px !important;
  width: 100%;
}

.form-control:focus {
  border-color: #b51010;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border: 1px solid;
  border-color: #dc3545;
}

.newsletter .newsletter-text .form-control {
  border-radius: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 50px;
  text-align: center;
}

.newsletter .newsletter-button {
  text-align: center;
}

/* ===================================
   Footer
====================================== */
footer {
  padding: 30px 0;
  background: #b51010;
  background-color: #b1082e;
  /* Fallback */
  background: -moz-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #b51010), color-stop(98%, #ac004b), color-stop(100%, #ac004b));
  background: -webkit-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -o-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: -ms-linear-gradient(left, #b51010 0%, #ac004b 100%);
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.footer-nav {
  width: 100%;
  position: relative;
  text-align: center;
}

.footer-nav a {
  margin: 5px;
}

footer a:hover, footer a:active, footer a:focus {
  text-decoration: none;
  color: #fff !important;
}

.verticle-line {
  width: 2px;
  height: 18px;
  position: relative;
  background: #fff;
  vertical-align: middle;
  display: inline-block;
}

.footer-social {
  margin-top: -8px;
}

.footer-social a {
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 32px;
  margin: 3px;
  border: 1px solid transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.footer-social a:hover {
  border: 1px solid #fff;
  background: #fff;
}

.widget {
  color: #fff;
  margin-top: 40px;
}

.widget .wid_title {
  font-weight: 500;
  margin: 0 0 25px;
}

.widget ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.widget ul li {
  display: flex;
}

.widget ul li a {
  color: #fff;
  padding: 5px 0;
}

.home-circle3 {
  animation: movebounce 3.9s linear infinite;
}

.feature-circle1 {
  animation: movebounce 3s linear infinite;
}

.b-features-circle-1 {
  animation: moveleftbounce 3s linear infinite;
}

.b-features-triangle-1 {
  animation: movebounce 2.8s linear infinite;
}

.ratings-circle1 {
  animation: movebounce 2.8s linear infinite;
}

.about-circle1,
.feature-circle1,
.home-circle1,
.screenshot-circle1,
.team-circle2,
.ratings-circle2 {
  animation: movebounce 3s linear infinite;
}

@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}

.cart-wrapper {
  margin-left: 34px;
  position: relative;
  cursor: pointer;
}

.cart-wrapper > i {
  font-size: 25px;
  color: #fff;
}

.cart-wrapper span {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  right: 2px;
  top: -10px;
}

.cart-wrapper .noti {
  position: absolute;
  right: -16px;
  top: -11px;
  background: #fff;
  width: 20px;
  color: #b51010;
  border-radius: 50%;
  height: 20px;
  font-size: 12px;
  text-align: center;
  line-height: 19px;
}

.cart-wrapper .noti:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 100%;
  z-index: -1;
  animation: pulse-noti 2s infinite;
  will-change: transform;
}

.cart-wrapper .noti:hover:before {
  animation: none;
}

.cart-wrapper .cart-item-wrapper {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  color: #707070;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 10px;
  top: 30px;
  transition: all 0.3s ease 0s;
  width: 360px;
  z-index: 10;
}

.cart-wrapper .cart-item-wrapper .cart-product-content {
  max-height: 400px;
  overflow-y: auto;
}

.cart-wrapper .cart-item-wrapper .cart-product-content .single-cart-item {
  border-bottom: 1px solid #ebebeb;
  margin-top: 20px;
  position: relative;
  padding: 10px 20px;
}

.cart-wrapper .cart-item-wrapper .cart-product-content .single-cart-item .cart-img > a {
  display: block;
  width: 78px;
}

.cart-wrapper .cart-item-wrapper .cart-product-content .single-cart-item .cart-text-btn .cart-text {
  padding-left: 15px;
}

.cart-wrapper .cart-item-wrapper .cart-product-content .single-cart-item .cart-text-btn .cart-text h5 {
  font-size: 20px;
  line-height: 22px;
}

.cart-wrapper .cart-item-wrapper .cart-product-content .single-cart-item .cart-text-btn .cart-text h5 a {
  background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cart-wrapper .cart-item-wrapper .cart-product-content .single-cart-item .cart-text-btn .cart-text .cart-price {
  float: right;
}

.cart-wrapper .cart-item-wrapper .cart-product-content .single-cart-item .cart-text-btn > button {
  background: transparent none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #707070;
  cursor: pointer;
  font-size: 18px;
  padding: 0;
  position: absolute;
  right: 22px;
  top: -2px;
}

.cart-wrapper .cart-item-wrapper .cart-price-total {
  border-bottom: 1px solid #ebebeb;
  color: #23232c;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  padding: 25px 20px;
  text-transform: uppercase;
}

.cart-wrapper .cart-item-wrapper .cart-price-total span {
  top: 0;
}

.cart-wrapper .cart-item-wrapper .cart-links.d-flex {
  padding: 15px 20px;
}

.cart-wrapper:hover .cart-item-wrapper {
  opacity: 1;
  visibility: visible;
}

@keyframes pulse-noti {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.m-5 {
  margin: 5px !important;
}

.p-5 {
  padding: 5px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-5 {
  margin: 5px !important;
}

.p-5 {
  padding: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-5 {
  margin: 5px !important;
}

.p-5 {
  padding: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-5 {
  margin: 5px !important;
}

.p-5 {
  padding: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-10 {
  margin: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

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

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-10 {
  margin: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-10 {
  margin: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.p-15 {
  padding: 15px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-15 {
  margin: 15px !important;
}

.p-15 {
  padding: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-15 {
  margin: 15px !important;
}

.p-15 {
  padding: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-15 {
  margin: 15px !important;
}

.p-15 {
  padding: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-20 {
  margin: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-20 {
  margin: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-20 {
  margin: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.p-25 {
  padding: 25px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-25 {
  margin: 25px !important;
}

.p-25 {
  padding: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-25 {
  margin: 25px !important;
}

.p-25 {
  padding: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-25 {
  margin: 25px !important;
}

.p-25 {
  padding: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-30 {
  margin: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-30 {
  margin: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-30 {
  margin: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.p-35 {
  padding: 35px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-35 {
  margin: 35px !important;
}

.p-35 {
  padding: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-35 {
  margin: 35px !important;
}

.p-35 {
  padding: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-35 {
  margin: 35px !important;
}

.p-35 {
  padding: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-40 {
  margin: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-40 {
  margin: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-40 {
  margin: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.p-45 {
  padding: 45px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-45 {
  margin: 45px !important;
}

.p-45 {
  padding: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-45 {
  margin: 45px !important;
}

.p-45 {
  padding: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-45 {
  margin: 45px !important;
}

.p-45 {
  padding: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-50 {
  margin: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-50 {
  margin: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-50 {
  margin: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.m-75 {
  margin: 75px !important;
}

.p-75 {
  padding: 75px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.m-75 {
  margin: 75px !important;
}

.p-75 {
  padding: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.m-75 {
  margin: 75px !important;
}

.p-75 {
  padding: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.m-75 {
  margin: 75px !important;
}

.p-75 {
  padding: 75px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.m-100 {
  margin: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.m-100 {
  margin: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.m-100 {
  margin: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.m-100 {
  margin: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

/*==============================
    Margin
================================*/
.no-margin {
  margin: 0 !important;
}

.no-margin-lr {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-margin-tb {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.margin-lr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.margin-auto {
  margin: 0 auto !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-padding-tb {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.br-1 {
  border-radius: 1px !important;
}

.br-t-1 {
  border-bottom-right-radius: 1px !important;
  border-bottom-left-radius: 1px !important;
}

.br-1 {
  border-radius: 1px !important;
}

.br-b-1 {
  border-bottom-right-radius: 1px !important;
  border-bottom-left-radius: 1px !important;
}

.br-1 {
  border-radius: 1px !important;
}

.br-l-1 {
  border-bottom-right-radius: 1px !important;
  border-bottom-left-radius: 1px !important;
}

.br-1 {
  border-radius: 1px !important;
}

.br-r-1 {
  border-bottom-right-radius: 1px !important;
  border-bottom-left-radius: 1px !important;
}

.br-2 {
  border-radius: 2px !important;
}

.br-t-2 {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.br-2 {
  border-radius: 2px !important;
}

.br-b-2 {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.br-2 {
  border-radius: 2px !important;
}

.br-l-2 {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.br-2 {
  border-radius: 2px !important;
}

.br-r-2 {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.br-3 {
  border-radius: 3px !important;
}

.br-t-3 {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.br-3 {
  border-radius: 3px !important;
}

.br-b-3 {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.br-3 {
  border-radius: 3px !important;
}

.br-l-3 {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.br-3 {
  border-radius: 3px !important;
}

.br-r-3 {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.br-4 {
  border-radius: 4px !important;
}

.br-t-4 {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.br-4 {
  border-radius: 4px !important;
}

.br-b-4 {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.br-4 {
  border-radius: 4px !important;
}

.br-l-4 {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.br-4 {
  border-radius: 4px !important;
}

.br-r-4 {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.br-5 {
  border-radius: 5px !important;
}

.br-t-5 {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.br-5 {
  border-radius: 5px !important;
}

.br-b-5 {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.br-5 {
  border-radius: 5px !important;
}

.br-l-5 {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.br-5 {
  border-radius: 5px !important;
}

.br-r-5 {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.br-6 {
  border-radius: 6px !important;
}

.br-t-6 {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.br-6 {
  border-radius: 6px !important;
}

.br-b-6 {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.br-6 {
  border-radius: 6px !important;
}

.br-l-6 {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.br-6 {
  border-radius: 6px !important;
}

.br-r-6 {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.br-7 {
  border-radius: 7px !important;
}

.br-t-7 {
  border-bottom-right-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
}

.br-7 {
  border-radius: 7px !important;
}

.br-b-7 {
  border-bottom-right-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
}

.br-7 {
  border-radius: 7px !important;
}

.br-l-7 {
  border-bottom-right-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
}

.br-7 {
  border-radius: 7px !important;
}

.br-r-7 {
  border-bottom-right-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
}

.br-8 {
  border-radius: 8px !important;
}

.br-t-8 {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.br-8 {
  border-radius: 8px !important;
}

.br-b-8 {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.br-8 {
  border-radius: 8px !important;
}

.br-l-8 {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.br-8 {
  border-radius: 8px !important;
}

.br-r-8 {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.br-9 {
  border-radius: 9px !important;
}

.br-t-9 {
  border-bottom-right-radius: 9px !important;
  border-bottom-left-radius: 9px !important;
}

.br-9 {
  border-radius: 9px !important;
}

.br-b-9 {
  border-bottom-right-radius: 9px !important;
  border-bottom-left-radius: 9px !important;
}

.br-9 {
  border-radius: 9px !important;
}

.br-l-9 {
  border-bottom-right-radius: 9px !important;
  border-bottom-left-radius: 9px !important;
}

.br-9 {
  border-radius: 9px !important;
}

.br-r-9 {
  border-bottom-right-radius: 9px !important;
  border-bottom-left-radius: 9px !important;
}

.br-10 {
  border-radius: 10px !important;
}

.br-t-10 {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.br-10 {
  border-radius: 10px !important;
}

.br-b-10 {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.br-10 {
  border-radius: 10px !important;
}

.br-l-10 {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.br-10 {
  border-radius: 10px !important;
}

.br-r-10 {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.br-50 {
  border-radius: 50px !important;
}

.br-t-50 {
  border-bottom-right-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.br-50 {
  border-radius: 50px !important;
}

.br-b-50 {
  border-bottom-right-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.br-50 {
  border-radius: 50px !important;
}

.br-l-50 {
  border-bottom-right-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.br-50 {
  border-radius: 50px !important;
}

.br-r-50 {
  border-bottom-right-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.br-100 {
  border-radius: 100px !important;
}

.br-t-100 {
  border-bottom-right-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
}

.br-100 {
  border-radius: 100px !important;
}

.br-b-100 {
  border-bottom-right-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
}

.br-100 {
  border-radius: 100px !important;
}

.br-l-100 {
  border-bottom-right-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
}

.br-100 {
  border-radius: 100px !important;
}

.br-r-100 {
  border-bottom-right-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
}

.br-none {
  border-radius: 0;
}

.p-relative {
  position: relative;
}

.error h1 {
  font-size: 240px;
  line-height: 240px;
}

.error p {
  font-size: 30px;
  line-height: 50px;
}

/**
 * Breadcrumb Area
 */
.breadcrumb-area {
  padding: 410px 0 50px 0;
}

.breadcrumb-area .heading {
  margin-bottom: 5px;
}

.breadcrumb-area .heading h2 {
  color: #fff;
}

.breadcrumb-area .heading h2 b {
  color: #fff;
}

.breadcrumb-area .breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}

.breadcrumb-area .breadcrumb .breadcrumb-item {
  color: #fff;
}

.breadcrumb-area .breadcrumb .breadcrumb-item a {
  color: #fff;
}

.breadcrumb-area .breadcrumb .breadcrumb-item.active {
  color: #fff;
  font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #fff;
  content: "/";
}

.svg-abs {
  position: absolute;
}

.svg-f-btm {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

.svg-white {
  fill: #fff;
}

.svg-f-top-invert {
  top: -2px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  transform: scale(-1);
}

.tab-product .nav-link {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-bottom: 20px;
  color: #4b4453;
}

.tab-product .nav-link:hover {
  color: #b51010;
  border-bottom: 3px solid;
  font-weight: 600;
}

.tab-product .nav-link.active {
  color: #b51010;
  border-bottom: 3px solid;
  font-weight: 600;
}

.tab-product .tab-pane {
  margin-top: 30px;
}

.slider-nav .item img {
  padding: 10px;
}

/* ===================================
   Responsive
====================================== */
@media screen and (max-width: 991px) {
  section {
    padding: 80px 0;
    overflow: hidden;
  }
  .king-full-image-area .king-content .home-contain {
    margin-top: -20px !important;
  }
  .home-right.wow.slideInRight {
    position: relative !important;
    top: 50% !important;
    left: 20% !important;
}
  .header-with-topbar .top-header-area {
    display: none;
  }
  .header-with-topbar .fixed-top {
    top: 0;
  }
  .navbar-collapse.collapse.show {
    background: white;
    opacity: 0.9;
    position: absolute;
    top: 84px;
    width: 100%;
  }
  .navbar-collapse.collapse.show .nav-link {
    color: #4b4453 !important;
  }
  .king-full-image-area {
    background-position: -70px;
  }
  .king-full-image-area .king-content {
    padding-top: 0;
  }
  .king-full-image-area .king-content .home-contain h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .king-full-image-area .king-content .home-contain h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .king-full-image-area .king-content .home-right img {
    padding: 30px;
  }
  .contact {
    background-position: -420px;
  }
}

@media screen and (max-width: 768px) {
  .king-full-image-area .king-content {
    padding-top: 0px;
  }
  .king-full-image-area .king-content .home-contain h4 {
    font-size: 30px;
    line-height: 40px;
}
  
  .bg-img {
    min-height: 555px;
  }
  .pay-2020
  {
	font-size:25px !important;
  }
  .king-full-image-area .king-content .home-contain {
    margin-bottom: 120px;
    text-align: center;
  }
  .king-full-image-area .king-content .home-contain h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .king-full-image-area .king-content .home-contain .video-play-button {
    top: 70px;
  }
  h1 {
    font-size: 45px;
    line-height: 45px;
  }
  h4 {
    font-size: 28px;
    line-height: 28px;
  }
  .ratings {
    background-position: -160px;
  }
  .contact {
    background-position: -420px;
    background-image: none !important;
  }
  .b-features .b-features-content {
    padding: 20px;
  }
  .shop .product-item .price-box .add-to-cart-button {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .king-full-image-area .king-content .home-contain {
    margin-bottom: 120px;
    text-align: center;
  }
  .king-full-image-area .king-content .home-contain h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .cart-wrapper .cart-item-wrapper {
    right: -60px;
    width: 354px;
  }
  .p-feature .feature-slider .feature-circle {
    height: 450px;
    width: 451px;
  }
  .shop .product-item {
    margin: 20px;
  }
  .shop .product-item .price-box .add-to-cart-button {
    width: 100%;
  }
  .ratings {
    background-position: -285px;
  }
  .product-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  .product-price span {
    margin-bottom: 30px;
  }
  .product-price a {
    margin-left: 0 !important;
  }
  .product-price .qty {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 400px) {
  .logo img {
    width: 60px;
    height: 70px;
    object-fit: cover;
    object-position: -2% 50%;
  }
  .king-full-image-area .king-content .home-contain {
        margin-top: -200px !important;
        width: 100%;
  }
  .pay-2020 {
    font-size: 25px !important;
    color: #b40d0d !important;
    margin-bottom: 0px;
  }
  .home-right.wow.slideInRight {
    position: relative;
    top: 50%;
}
  .center-head {
   
    margin: 0;
   
}
.king-full-image-area .king-content .home-contain{margin-left:0px !important;}
  .king-full-image-area .king-content .home-contain h4 {
    font-size: 24px;
    line-height: 35px;
}
.contact-section {
    -ms-flex: 0 0 100%;
    flex: 0 0 100% !important;
  
}
.pay-2020
  {
	font-size:20px !important;
  }
  .king-full-image-area .king-content .home-contain h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .p-feature .feature-slider .feature-circle {
    height: 380px;
    width: 380px;
  }
  .b-features {
    background-position: -325px;
  }
  .product-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
	margin: 0 auto;
  }
  .product-price span {
    margin-bottom: 10px;
  }
  .product-price a {
    margin-left: 0 !important;
  }
  .p-feature .p-feature-content {
    padding: 45px 15px;
  }
  .p-feature .collapse-feature {
    cursor: pointer;
    margin-bottom: 30px;
  }
  .p-feature .collapse-feature > div {
    flex-direction: column;
  }
  .unboxed .unboxed-content .number-content .number {
    font-size: 3rem;
    line-height: 3rem;
  }
  .unboxed .unboxed-content .number-content span {
    font-size: 16px;
    text-align: center;
    line-height: 33px;
  }
  .cart-wrapper .cart-item-wrapper {
    right: -90px;
    width: 250px;
  }
  .cart-wrapper .cart-item-wrapper .cart-product-content {
    max-height: 130px;
    overflow-y: auto;
  }
  .cart-wrapper .cart-item-wrapper .single-cart-item {
    flex-direction: column;
  }
  .cart-wrapper .cart-item-wrapper .single-cart-item .cart-img {
    display: none;
  }
  .cart-wrapper .cart-item-wrapper .cart-product-content .single-cart-item .cart-text-btn .cart-text {
    padding-left: 0;
  }
  .cart-wrapper .cart-item-wrapper .cart-product-content .single-cart-item .cart-text-btn .cart-text h5 {
    font-size: 16px;
    line-height: 20px;
    padding-right: 25px;
  }
  .cart-wrapper .cart-item-wrapper .cart-price-total {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 10px;
    padding: 19px 20;
  }
  .cart-wrapper .cart-item-wrapper .cart-price-total span {
    top: 0;
  }
  .cart-links {
    flex-direction: column;
  }
  .cart-links a {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .b-features .b-features-content h3 {
    font-size: 30px;
    line-height: 35px;
    color: #b51010;
    background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #b51010;
  }
  .shop .product-item {
    margin-right: 35px;
    margin-left: 0px;
  }
  .curve.curve-bottom {
    left: 0;
    bottom: -1px;
    width: 100%;
    display: none;
  }
}

	.contact-section{
	-ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
     display: flex;
    flex-direction: column;
     justify-content: center;
	}
	.pad-top{padding-top:150px;}
	.copyright{color:#fff; text-align:center;background: #980519;
    padding: 20px;}
	.copyright a {color:#ccc;}
	#btnSubmit{width: 200px;
    margin: 0 auto;}
	#btnSubmit1{width: 200px;
    margin: 0 auto;}
	.b-features h3{text-transform:uppercase;font-size: 30px !important;}
	.review-count{    font-size: 20px;
    line-height: 40px;}
	.review-count b{}
	
	.home-contain .btn{border:none; outline:none;}
	
	label.error {
    bottom: -30px;
    color: #ff0000 !important;
    font-size: 12px;
    left: 0;
    position: absolute;
    margin-left: 20px;
}
.relative-wrap {
  position: relative;
}

.thank-you-msg {
    color: #fff;
    text-align: center;
    font-size: 40px;
    position: absolute;
    top: 33%;
    left: 0;
    right: 0;
	line-height: 60px;
	background: rgba(0,0,0,0.3);
    padding: 20px 0;
}
@media (max-width: 767px){
.thank-you-msg{    
    font-size: 20px;
    top: 1%;
	line-height: 30px;

}}

	
.pay-2020{
	 font-size: 45px;
	 color: #b40d0d !important;
	 /* margin-bottom: 20px; */
	 -webkit-animation: color-change 1s infinite;
	 -moz-animation: color-change 1s infinite;
	 -o-animation: color-change 1s infinite;
	 -ms-animation: color-change 1s infinite;
	 animation: color-change 1s infinite;
	 }

    @-webkit-keyframes color-change {
        0% { color: yellow; }
        50% { color: white; }
        100% { color: yellow; }
    }
    @-moz-keyframes color-change {
        0% { color: yellow; }
        50% { color: white; }
        100% { color: yellow; }
    }
    @-ms-keyframes color-change {
        0% { color: yellow; }
        50% { color: white; }
        100% { color: yellow; }
    }
    @-o-keyframes color-change {
        0% { color: yellow; }
        50% { color: white; }
        100% { color: yellow; }
    }
    @keyframes color-change {
        0% { color: yellow; }
        50% { color: white; }
        100% { color: yellow; }
    }
#p-color{    margin-top: -100px;}
.center-head{    margin-bottom: 0px;
    margin: 0 auto;
    margin-top: 5%;}