/*===========================
    COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Raleway:300,400,500,600,600i,700,900&display=swap");
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #5d5d5d;
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
img {
  max-width: 100%;
}
.navbar-toggler:focus, *:focus, a:focus, input:focus, textarea:focus, button:focus, .btn:focus, .btn.focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a {
  color: #F2515D;
}
a:hover {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #F2515D;
}
a:focus, a:hover {
  text-decoration: none;
}
i, span, a {
  display: inline-block;
  text-decoration: none;
}
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #393E46;
  font-family: "Raleway", sans-serif;
  margin: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #5d5d5d;
  margin: 0px;
}
.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.theme-bg {
  background-color: #F2515D;
}
.theme-bg a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}
.bg-silver1 {
  background: rgb(238, 238, 238);
  background: linear-gradient(138deg, rgba(238, 238, 238, 1) 0%, rgba(210, 212, 213, 1) 100%);
}
.bg-silver2 {
  background: rgb(79, 80, 80);
  background: linear-gradient(138deg, rgba(79, 80, 80, 1) 0%, rgba(172, 173, 175, 1) 100%);
}
.bg-silver3 {
  background: rgb(210, 212, 213);
  background: linear-gradient(138deg, rgba(210, 212, 213, 1) 0%, rgba(238, 238, 238, 1) 100%);
}
.more {
  font-size: 14px;
  font-weight: 500;
  color: #F2515D;
}
.more i {
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.more:hover i {
  margin-left: 30px;
}
.error {
  color: crimson;
}
.success {
  color: #F2515D;
}
.shape {
  position: absolute;
}
.tns-nav {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 99;
}
.tns-nav button {
  cursor: pointer;
  text-indent: -999999px;
  border: none;
  border-radius: 50% !important;
  padding: 0;
  width: 15px;
  height: 15px;
  background: #cdcdcd;
  margin: 0 8px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tns-nav button.tns-nav-active {
  background: #F2515D;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.tns-controls {
  text-align: center;
  margin-bottom: 30px;
}
.tns-controls [aria-controls] {
  font-size: 15px;
  margin: 0 5px;
  padding: 0 1em;
  height: 2.5em;
  color: #000;
  background: transparent;
  border: 1px solid #222;
}
.tns-controls [disabled] {
  opacity: 0.3;
  cursor: not-allowed !important;
}
/*===== All Button Style =====*/
.theme-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 18px 40px;
  font-size: 18px;
  border: 1px solid;
  color: #F2515D;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: #F2515D;
}
.theme-btn:hover {
  background-color: #F2515D;
  color: #fff;
  border-color: #F2515D;
}
.scroll-top {
  width: 45px;
  height: 45px;
  background: #F2515D;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.scroll-top:hover {
  color: #fff;
  background: #222;
}
@keyframes animation1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes animation1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*===== All Section Title Style =====*/
.section-title span {
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  font-weight: 600;
  display: block;
  color: #F2515D;
  margin-bottom: 15px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-85 {
  margin-top: 85px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-105 {
  margin-top: 105px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-115 {
  margin-top: 115px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-125 {
  margin-top: 125px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-135 {
  margin-top: 135px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-145 {
  margin-top: 145px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-155 {
  margin-top: 155px;
}
.mt-160 {
  margin-top: 160px;
}
.mt-165 {
  margin-top: 165px;
}
.mt-170 {
  margin-top: 170px;
}
.mt-175 {
  margin-top: 175px;
}
.mt-180 {
  margin-top: 180px;
}
.mt-185 {
  margin-top: 185px;
}
.mt-190 {
  margin-top: 190px;
}
.mt-195 {
  margin-top: 195px;
}
.mt-200 {
  margin-top: 200px;
}
.mt-205 {
  margin-top: 205px;
}
.mt-210 {
  margin-top: 210px;
}
.mt-215 {
  margin-top: 215px;
}
.mt-220 {
  margin-top: 220px;
}
.mt-225 {
  margin-top: 225px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-105 {
  margin-bottom: 105px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-115 {
  margin-bottom: 115px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-125 {
  margin-bottom: 125px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-135 {
  margin-bottom: 135px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-145 {
  margin-bottom: 145px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mb-155 {
  margin-bottom: 155px;
}
.mb-160 {
  margin-bottom: 160px;
}
.mb-165 {
  margin-bottom: 165px;
}
.mb-170 {
  margin-bottom: 170px;
}
.mb-175 {
  margin-bottom: 175px;
}
.mb-180 {
  margin-bottom: 180px;
}
.mb-185 {
  margin-bottom: 185px;
}
.mb-190 {
  margin-bottom: 190px;
}
.mb-195 {
  margin-bottom: 195px;
}
.mb-200 {
  margin-bottom: 200px;
}
.mb-205 {
  margin-bottom: 205px;
}
.mb-210 {
  margin-bottom: 210px;
}
.mb-215 {
  margin-bottom: 215px;
}
.mb-220 {
  margin-bottom: 220px;
}
.mb-225 {
  margin-bottom: 225px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-55 {
  padding-top: 55px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-65 {
  padding-top: 65px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-75 {
  padding-top: 75px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-85 {
  padding-top: 85px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-95 {
  padding-top: 95px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-105 {
  padding-top: 105px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-115 {
  padding-top: 115px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-125 {
  padding-top: 125px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-135 {
  padding-top: 135px;
}
.pt-140 {
  padding-top: 140px;
}
.pt-145 {
  padding-top: 145px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-155 {
  padding-top: 155px;
}
.pt-160 {
  padding-top: 160px;
}
.pt-165 {
  padding-top: 165px;
}
.pt-170 {
  padding-top: 170px;
}
.pt-175 {
  padding-top: 175px;
}
.pt-180 {
  padding-top: 180px;
}
.pt-185 {
  padding-top: 185px;
}
.pt-190 {
  padding-top: 190px;
}
.pt-195 {
  padding-top: 195px;
}
.pt-200 {
  padding-top: 200px;
}
.pt-205 {
  padding-top: 205px;
}
.pt-210 {
  padding-top: 210px;
}
.pt-215 {
  padding-top: 215px;
}
.pt-220 {
  padding-top: 220px;
}
.pt-225 {
  padding-top: 225px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-95 {
  padding-bottom: 95px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-105 {
  padding-bottom: 105px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-115 {
  padding-bottom: 115px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-125 {
  padding-bottom: 125px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-135 {
  padding-bottom: 135px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-145 {
  padding-bottom: 145px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-155 {
  padding-bottom: 155px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pb-165 {
  padding-bottom: 165px;
}
.pb-170 {
  padding-bottom: 170px;
}
.pb-175 {
  padding-bottom: 175px;
}
.pb-180 {
  padding-bottom: 180px;
}
.pb-185 {
  padding-bottom: 185px;
}
.pb-190 {
  padding-bottom: 190px;
}
.pb-195 {
  padding-bottom: 195px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pb-205 {
  padding-bottom: 205px;
}
.pb-210 {
  padding-bottom: 210px;
}
.pb-215 {
  padding-bottom: 215px;
}
.pb-220 {
  padding-bottom: 220px;
}
.pb-225 {
  padding-bottom: 225px;
}
/*===========================
    HEADER css 
===========================*/
.header {
  position: relative;
  padding-top: 87px;
}
@media (max-width: 767px) {
  .header {
    padding-top: 86px;
  }
}
.header .header-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
.header-top {
  padding: 10px 0;
}
.header-top ul li {
  display: inline-block;
}
.header-top ul li a {
  color: #fff;
  font-size: 14px;
}
.header-top ul li a i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-top ul li a i:hover {
  background: #fff;
  color: #F2515D;
}
.header-top .header-top-left ul li:first-child {
  margin-right: 35px;
}
.header-top .header-top-left ul li a i {
  margin-right: 10px;
}
.header-top .header-top-right {
  text-align: right;
}
.header-top .header-top-right ul li {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .header-top {
    display: none;
  }
}
/*===== NAVBAR =====*/
.navbar-area {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: rgb(238, 238, 238);
  background: linear-gradient(138deg, rgba(238, 238, 238, 1) 0%, rgba(210, 212, 213, 1) 100%);
}
.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sticky .navbar {
  padding: 10px 0;
}
.navbar {
  padding: 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 15px 0;
}
.navbar-brand {
  padding: 0;
}
.navbar-brand img {
  max-width: 150px;
}
.navbar-toggler {
  padding: 0;
}
.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #222;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}
@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(57, 62, 70, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(57, 62, 70, 0.1);
    padding: 5px 12px;
  }
}
.navbar-nav .nav-item {
  margin-left: 40px;
  position: relative;
}
.navbar-nav .nav-item:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}
.navbar-nav .nav-item a {
  font-size: 15px;
  font-weight: 700;
 /* text-transform: uppercase;*/
  color: #393E46;
  font-family: "Raleway", sans-serif;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
  }
}
.navbar-nav .nav-item a.active, .navbar-nav .nav-item a:hover {
  color: #F2515D;
}
.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}
.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}
.navbar-nav .nav-item .sub-menu li {
  display: block;
}
.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #222;
}
.navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #F2515D;
}
.navbar-nav .sub-nav-toggler {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}
.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}
#toggleMenu .nav-item a {
  padding: 10px 10px;
}
.site-block-top-search {
  position: relative;
  margin-left: 10px;
}
.site-block-top-search i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-block-top-search input {
  padding-left: 40px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.site-block-top-search input:focus, .site-block-top-search input:active {
  padding-left: 25px;
}
/*===========================
    Slider CSS
===========================*/
.slider-section {
  position: relative;
  min-height: 650px;
}
.banner_slide_content {
  position: relative;
  z-index: 1;
  min-height: 650px;
}
.banner_slide_content::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner_slide_content .slider-content {
  padding: 40px 20px;
  background: rgba(255, 2555, 2555, 0.73);
  margin-top: 60px;
}
.banner_slide_content .slider-content h1 {
  font-size: 36px;
  line-height: 48px;
}
@media (min-width: 1024px) {
  .banner_slide_content .slider-content {
    padding: 40px;
  }
  .banner_slide_content .slider-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
  }
}
.banner_slide_content .slider-content p {
  margin-bottom: 30px;
}
.banner_slide_content .slider-content .theme-btn {
  background: transparent;
  color: #F2515D;
  border: soild 1px #F2515D;
}
.banner_slide_content .slider-content .theme-btn:hover {
  background: #F2515D;
  color: #fff;
  border: soild 1px #F2515D;
}
.slider-section .tns-nav {
  bottom: 60px;
}
.slider-section .tns-nav button {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50% !important;
}
.slider-section .tns-nav button.tns-nav-active {
  background: #fff;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.split-img {
  position: relative;
  overflow: hidden;
  min-height: 600px;
}
.split-img .split-img-wrapper {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  width: 50%;
}
.split-img .split-img-wrapper-left {
  left: 0;
}
.split-img .split-img-wrapper-right {
  right: 0;
}
@media only screen and (min-width: 1400px) {
  .split-img .split-img-wrapper {
    width: 48%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .split-img .split-img-wrapper {
    width: 47%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .split-img .split-img-wrapper {
    position: unset;
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .split-img .split-img-wrapper {
    position: unset;
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .split-img .split-img-wrapper {
    position: unset;
    display: block;
    width: 100%;
  }
}
.split-img h2 {
  font-size: 40px;
}
/*===========================
   item
===========================*/
.item-section {
  position: relative;
  overflow: hidden;
}
.item-section .single-item .item-img {
  margin-bottom: 25px;
  overflow: hidden;
}
.item-section .single-item .item-img a {
  display: block;
}
.item-section .single-item .item-img a img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.item-section .single-item .item-content h4 {
  margin-bottom: 15px;
}
.item-section .single-item .item-content h4:hover {
  color: #F2515D;
}
.item-section .single-item .item-content p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}
.item-section .single-item:hover .item-img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.icon-image {
  font-size: 50px;
  color: #d5d5d5;
}
/*===========================
    footer css 
===========================*/
footer a, footer p, footer .nav-item a {
  color: #fff;
  font-size: 0.9rem;
}
footer .nav-item a:hover {
  color: #d5d5d5;
}
footer .footer-social-links ul li {
  display: inline-block;
}
footer .footer-social-links ul li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background: #5d5d5d;
  border-radius: 5px;
  margin-right: 20px;
}
footer .footer-social-links ul li a:hover {
  background: #F2515D;
}
footer .footer-social-links ul li:last-child a {
  margin-right: 0;
}
/*===========================
    About
===========================*/
.how-bor2, .how-bor1 {
  position: relative;
  z-index: 1;
}
.how-bor2::before, .how-bor1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 3px solid #ccc;
}
.how-bor1::before {
  bottom: -21px;
  left: -21px;
}
@media (max-width: 767px) {
  .how-bor1::before {
    bottom: -21px;
    right: -21px;
    left: auto;
  }
}
.how-bor2::before {
  bottom: -21px;
  right: -21px;
}
.widget ul {
  margin: 0
}
.widget li {
  list-style: none
}
.widgets-framed .widget, .widgets-boxed .widget {
  padding: 15px 20px 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.05)
}
.widgets-boxed .widget h3 {
  background-color: #446084;
  margin-left: -21px;
  margin-top: -16px;
  padding: 10px 20px 10px;
  width: calc(100% + 42px);
  color: #FFF
}
.widgets-boxed h3 + .is-divider {
  display: none
}
ul.menu > li, .widget > ul > li {
  list-style: none;
  margin-bottom: .3em;
  text-align: left;
  margin: 0
}
ul.menu > li li, .widget > ul > li li {
  list-style: none
}
ul.menu > li > a, ul.menu > li > span:first-child, .widget > ul > li > a, .widget > ul > li > span:first-child {
  display: inline-block;
  padding: 6px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
ul.menu > li:before, .widget > ul > li:before {
  font-family: 'fl-icons';
  display: inline-block;
  opacity: .6;
  margin-right: 6px
}
ul.menu > li li > a, .widget > ul > li li > a {
  font-size: .9em;
  padding: 3px 0;
  display: inline-block
}
ul.menu > li + li, .widget > ul > li + li {
  border-top: 1px solid #ececec
}
.dark ul.menu > li + li, .dark .widget > ul > li + li {
  border-color: rgba(255, 255, 255, 0.08)
}
ul.menu > li ul, .widget > ul > li ul {
  border-left: 1px solid #ddd;
  margin: 0 0 10px 3px;
  padding-left: 15px;
  width: 100%;
  display: none
}
ul.menu > li ul li, .widget > ul > li ul li {
  border: 0;
  margin: 0
}
.dark ul.menu > li ul, .dark .widget > ul > li ul {
  border-color: rgba(255, 255, 255, 0.08)
}
.dark ul.menu > li > a:hover, .dark ul.menu > li.active > a, .dark ul.menu > li.current-cat > a, .dark .widget > ul > li > a:hover, .dark .widget > ul > li.active > a, .dark .widget > ul > li.current-cat > a {
  color: #fff
}
ul.menu > li.has-child, .widget > ul > li.has-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.widget > ul > li .count {
  opacity: .5;
  font-size: .7em;
  line-height: 3em
}
.widget .current > ul, .widget .current-cat-parent > ul {
  display: block
}
.widget .current-cat > a {
  color: #000;
  font-weight: bolder
}
/*===========================
    Product detail
===========================*/
.product_gallery_item a {
  border: 1px solid #ddd;
  display: block;
  padding: 5px;
}
.product-meta li {
  list-style: none;
  margin-top: 10px;
}
.slick-vertical .slick-slide {
  border: 0;
}
.slick-list {
  padding: 0 !important;
}
.product_gallery_item.slick-slider .slick-slide {
  margin-right: 5px;
  margin-left: 5px;
}
.product-image .slick-list {
  margin-right: -5px;
  margin-left: -5px;
}
.product_gallery_item a.active {
  border-color: #FF324D;
}
.vertical_gallery #pr_item_gallery {
  width: 15%;
  float: left;
  margin-right: 10px;
}
.vertical_gallery .slick-list {
  margin-right: 0;
  margin-left: 0;
}
.vertical_gallery .product_gallery_item.slick-slider .slick-slide {
  margin-bottom: 12px;
  margin-right: 0;
  margin-left: 0;
}
.vertical_gallery .slick-prev, .vertical_gallery .slick-next {
  height: 40px;
  width: 100%;
}
.vertical_gallery .slick-prev {
  border-radius: 0 0 5px 5px;
  left: 0;
  right: 0;
  top: -40px;
  margin: 0 auto;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.vertical_gallery .slick-next {
  border-radius: 5px 5px 0 0;
  right: 0;
  left: 0;
  bottom: -40px;
  top: auto;
  margin: 0 auto;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.vertical_gallery .slick-prev:before {
  content: "\f10e"
}
.vertical_gallery .slick-next:before {
  content: "\f105"
}
.vertical_gallery .slick_slider:hover .slick-prev {
  top: 0;
}
.vertical_gallery .slick_slider:hover .slick-next {
  bottom: 0px;
  right: 0;
}
.product_img_box {
  padding: 8px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.product_img_zoom {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: +1;
  font-size: 18px;
  background-color: #FAFAFA;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100% !important;
}
.owl-theme .owl-nav {
  margin-top: 0;
}
body .owl-theme .owl-nav [class*="owl-"] {
  background-color: #fff;
  color: #222;
  font-size: 26px;
  line-height: 50px;
  transition: all 0.3s ease-in-out;
  height: 50px;
  padding: 0;
  margin: 0;
  width: 50px;
  text-align: center;
}
.owl-theme .owl-nav [class*="owl-"] i {
  line-height: normal;
}
.owl-theme .owl-dots {
  font-size: 0;
  margin-top: 15px;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  border: 1px solid #FF324D;
  cursor: pointer;
  margin: 3px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #FF324D;
}
.dot_style1.owl-theme .owl-dots .owl-dot.active span {
  width: 30px;
}
.nav_style1.owl-theme .owl-nav [class*="owl-"], .nav_style5.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkittransform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0;
  width: 30px;
}
.nav_style1.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #fff;
  color: #555;
}
.nav_style1.owl-theme .owl-nav .owl-prev {
  left: -50px;
}
.nav_style1.owl-theme .owl-nav .owl-next {
  right: -50px;
}
.nav_style2.owl-theme .owl-nav [class*="owl-"] {
  background-color: transparent;
  position: absolute;
  bottom: 10px;
}
.nav_style2.owl-theme .owl-nav [class*="owl-"]:hover, .nav_style3.owl-theme .owl-nav [class*="owl-"]:hover, .nav_style4.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #555;
}
.nav_style2.owl-theme .owl-nav .owl-prev, .nav_style5.owl-theme .owl-nav .owl-prev {
  left: 0px;
}
.nav_style2.owl-theme .owl-nav .owl-next, .nav_style5.owl-theme .owl-nav .owl-next {
  right: 0px;
}
.nav_style3.owl-theme .owl-nav [class*="owl-"], .nav_style4.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: -90px;
  border-radius: 0;
  right: 0;
  height: auto;
  width: auto;
  background-color: transparent;
}
.nav_style3.owl-theme .owl-nav .owl-prev {
  right: 40px;
}
.nav_style4.owl-theme .owl-nav .owl-prev {
  left: 0px;
  right: auto;
}
.nav_style4.owl-theme .owl-nav .owl-prev i::before {
  content: "\ec43";
  font-family: 'Linearicons';
}
.nav_style4.owl-theme .owl-nav .owl-next i::before {
  content: "\ec44";
  font-family: 'Linearicons';
}
.nav_style5.owl-theme .owl-nav .owl-prev, .nav_style5.owl-theme .owl-nav .owl-next {
  opacity: 0;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.nav_style5.owl-theme .owl-nav .owl-prev:hover, .nav_style5.owl-theme .owl-nav .owl-next:hover {
  background-color: #FF324D;
  color: #fff;
}
.nav_style5.owl-theme:hover .owl-nav .owl-prev {
  left: 20px;
  opacity: 1;
}
.nav_style5.owl-theme:hover .owl-nav .owl-next {
  right: 20px;
  opacity: 1;
}
.dot_white.owl-theme .owl-dots .owl-dot span {
  border-color: #fff;
}
.dot_white.owl-theme .owl-dots .owl-dot.active span, .dot_white.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fff;
}
.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
  opacity: 1;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background-color: #fff;
}
.slick-prev {
  left: -50px;
  border-radius: 0 5px 5px 0;
  opacity: 0;
}
.slick-next {
  right: -50px;
  border-radius: 5px 0 0 5px;
  opacity: 0;
}
.slick-prev::before {
  content: "\ea1c";
  font-family: "LineIcons";
  color: #333;
  opacity: 1;
  display: block;
  font-size: 22px;
}
.slick-next::before {
  content: "\ea1e";
  font-family: "LineIcons";
  color: #333;
  opacity: 1;
  display: block;
  font-size: 22px;
}
.slick-prev, .slick-next {
  height: 50px;
  width: 40px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
  background-color: #fff;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}
.slick-prev:hover, .slick-next:hover {
  background-color: #FF324D;
}
.slick-prev:hover:before, .slick-next:hover:before {
  color: #fff;
}
.slick_slider:hover .slick-prev {
  opacity: 1;
  left: 0;
}
.slick_slider:hover .slick-next {
  opacity: 1;
  right: -2px;
}
.pr_detail h1 {
  font-size: 24px;
}
.pr_detail .price {
  color: #F2515D;
  font-size: 30px;
}
.product_price del {
  font-size: 14px;
  margin-right: 5px;
  margin-left: 3px;
}
.product-price del {
  margin-left: 5px;
  color: #919191;
}
.on_sale {
  display: inline-block;
  color: #388e3c;
  font-size: 14px;
}
.product_price {
  margin-bottom: 5px;
}
.cart-product-quantity {
  margin: 7px 10px 7px 0;
  display: table;
}
.quantity {
  display: table;
}
.quantity .minus, .quantity .plus {
  background-color: #eee;
  display: block;
  float: left;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  padding: 0;
  width: 34px;
  height: 34px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  margin: 4px;
}
.quantity .minus {
  padding-left: 4px;
}
.quantity .qty {
  float: left;
  width: 55px;
  height: 36px;
  border: 1px solid #ddd;
  background-color: transparent;
  text-align: center;
  padding: 0;
  margin: 3px;
}
.cart_extra {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.text_block p {
  margin-bottom: 18px;
}
.text_block ul {
  margin-bottom: 18px;
  font-size: 18px;
}
.text_block li {
  font-size: 18px;
}
.btn-group-lg > .btn, .btn-lg {
  padding: 0.5rem 2rem;
}
/*===================================*
BANNER,SLIDER STYLE
*===================================*/
.banner_section {
  position: relative;
}
.banner_content_wrap {
  position: relative;
  z-index: 1;
}
.banner_half_content {
  padding: 100px 0 80px;
  z-index: 0;
}
.full_screen.banner_half_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner_section:not(.full_screen), .banner_section:not(.full_screen) .carousel-item, .banner_section:not(.full_screen) .banner_content_wrap, .banner_section:not(.full_screen) .banner_content_wrap .carousel-item {
  height: 800px;
}
.full_screen, .full_screen .carousel-item {
  height: 100vh;
  min-height: 45rem;
}
.banner_section.slide_medium, .banner_section.slide_medium .carousel-item, .banner_section.slide_medium .banner_content_wrap, .banner_section.slide_medium .banner_content_wrap .carousel-item, .banner_section.shop_el_slider, .banner_section.shop_el_slider .carousel-item, .banner_section.shop_el_slider .banner_content_wrap, .banner_section.shop_el_slider .banner_content_wrap .carousel-item {
  height: 600px;
}
.banner_section.slide_wrap, .banner_section.slide_wrap .carousel-item, .banner_section.slide_wrap .banner_content_wrap, .banner_section.slide_wrap .banner_content_wrap .carousel-item {
  height: 650px;
}
.carousel-item img {
  position: relative;
  z-index: -1;
  width: 100%;
}
.carousel-control-next, .carousel-control-prev {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  height: 50px;
  opacity: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  opacity: 0;
}
.carousel:hover .carousel-control-next, .carousel:hover .carousel-control-prev {
  opacity: 1;
}
.carousel-control-next {
  right: 20px;
}
.carousel-control-prev {
  left: 20px;
}
.carousel_style1 .carousel-control-next, .carousel_style1 .carousel-control-prev {
  border-radius: 100%;
}
.carousel_style2 .carousel-control-next, .carousel_style2 .carousel-control-prev {
  font-size: 16px;
  border-radius: 4px;
  height: 40px;
  width: 40px;
}
.light_arrow .carousel-control-next, .light_arrow .carousel-control-prev {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #000;
}
.carousel-control-next:hover, .carousel-control-prev:hover, .light_arrow .carousel-control-next:hover, .light_arrow .carousel-control-prev:hover {
  background-color: #FF324D;
  color: #fff;
}
.carousel .indicators_style1, .carousel .indicators_style2, .carousel .indicators_style3 {
  margin-bottom: 15px;
}
.carousel .indicators_style1 li {
  width: 10px;
  height: 10px;
  background-color: #333;
  border: 0;
  margin: 8px;
  position: relative;
}
.carousel .indicators_style1 li::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: 2px solid #333;
  margin: -4px;
}
.carousel .indicators_style2 li {
  background-color: #333;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background-clip: inherit;
  border: 0;
  margin: 8px;
  position: relative;
}
.carousel .indicators_style2 li::before {
  content: "";
  position: absolute;
  border-radius: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: 2px solid #333;
  margin: -4px;
}
.carousel .indicators_style3 li {
  background-color: #333;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background-clip: inherit;
  border: 0;
  margin: 5px;
  position: relative;
}
.carousel .indicators_style1 li.active, .carousel .indicators_style2 li.active {
  background-color: #FF324D;
}
.carousel .indicators_style2 li.active:before, .carousel .indicators_style1 li.active:before {
  border-color: #FF324D;
}
.carousel .indicators_style4 li {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  background-clip: inherit;
  border: 0;
  margin: 5px;
  position: relative;
}
.banner_content .carousel-item {
  padding: 100px 0;
}
.banner_slide_content .slider-content {
  padding: 40px 20px;
  background: rgba(255, 2555, 2555, 0.73);
  margin-top: 60px;
}
.banner_slide_content .slider-content h1 {
  font-size: 36px;
  line-height: 48px;
}
@media (min-width: 1024px) {
  .banner_slide_content .slider-content {
    padding: 40px;
  }
  .banner_slide_content .slider-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
  }
}
.banner_slide_content .slider-content p {
  margin-bottom: 30px;
}
.banner_slide_content .slider-content .theme-btn {
  background: transparent;
  color: #F2515D;
  border: soild 1px #F2515D;
}
.banner_slide_content .slider-content .theme-btn:hover {
  background: #F2515D;
  color: #fff;
  border: soild 1px #F2515D;
}
.carousel-indicators.vertical_center_right {
  display: block;
  right: 40px;
  top: 50%;
  margin: 0;
  left: auto;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
}
.carousel .indicators_style2.vertical_center_right li {
  margin: 15px 0;
}
.background_bg {
  background-position: center center;
  background-size: cover;
}

/*
    Added After Soo's initial design
*/
.lgCheckBox input {
    width: 20px;
    height: 20px;
}

.second-nav {
    background: #F2515D;
}

.second-nav .col-megamenu li a {
    color: #5d5d5d;
}

@media all and (min-width: 1200px) {
    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        border: none;
        margin-top: -5px;
        background: transparent;
    }

        .navbar .megamenu .container {
            background: white;
        }

    nav .dropdown:hover > .dropdown-menu {
        display: block;
    }

    nav .dropdown > .dropdown-toggle:active {
        pointer-events: none;
    }

    nav .dropdown:hover > .megamenu {
        display: block;
        z-index: 9999;
        margin-top: -12px;
    }
}

#toggleMenu .nav-item .megamenu a {
    padding: 5px 0px;
}

.catLink {
    font-weight: 400 !important;
    text-transform: none;
}

.navbar-nav .nav-item .megamenu a {
    font-weight: 700;
    text-transform: none;
}

.cat-title {
    font-weight: 700;
    text-transform: none;
}

@media (min-width: 1200px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}
