/*=======================================================================
[1] Theme Default CSS 
=========================================================================*/
html {
  font-size: 62.5%;
}
@media only screen and (max-width: 1199px) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 45%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 40%;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 35%;
  }
}
@media only screen and (max-width: 479px) {
  html {
    font-size: 30%;
  }
}

body {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  height: 100%;
  line-height: 1.5;
  font-weight: 400;
  vertical-align: baseline;
  background: #ffffff;
  color: #646464;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  color: #000000;
}

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

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

h3 {
  font-size: 36px;
  line-height: 1.5;
}

h4 {
  font-size: 20px;
  line-height: 1.5;
}

p {
  line-height: 1.5;
  margin: 0 0 20px 0;
}

a {
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  outline: 0 none;
}

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

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.clear:after {
  clear: both;
  content: "";
  display: block;
}

.wrapper {
  overflow: hidden;
  position: relative;
}

.position-relative {
  position: relative;
}

.derection-for-bottom {
  margin-top: 50px;
  text-align: center;
}
.derection-for-bottom span {
  text-align: center;
  margin: 0 auto;
  display: block;
  color: #fffefe;
}
.derection-for-bottom span i {
  font-size: 36px;
}
.derection-for-bottom .blink-item {
  -webkit-animation: blinker 1s linear infinite;
          animation: blinker 1s linear infinite;
}
@-webkit-keyframes blinker {
  90% {
    opacity: 0;
  }
}
@keyframes blinker {
  90% {
    opacity: 0;
  }
}

/******************************************************************
Grid
*****************************************************************/
@media only screen and (min-width: 1170px) {
  .container {
    max-width: 1170px;
  }

  .cs-container-1 {
    max-width: 1400px;
  }

  .cs-container-2 {
    max-width: 1600px;
  }
}
.container-fluid.full-width {
  padding-left: 0;
  padding-right: 0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.gutters-1 {
  padding-left: 14.5px;
  padding-right: 14.5px;
}
.row.gutters-1 > [class^=col-] {
  padding-left: 0.5px;
  padding-right: 0.5px;
}

.row.gutters-2 {
  padding-left: 14px;
  padding-right: 14px;
}
.row.gutters-2 > [class^=col-] {
  padding-left: 1px;
  padding-right: 1px;
}

.row.gutters-3 {
  padding-left: 13.5px;
  padding-right: 13.5px;
}
.row.gutters-3 > [class^=col-] {
  padding-left: 1.5px;
  padding-right: 1.5px;
}

.row.gutters-4 {
  padding-left: 13px;
  padding-right: 13px;
}
.row.gutters-4 > [class^=col-] {
  padding-left: 2px;
  padding-right: 2px;
}

.row.gutters-5 {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.row.gutters-5 > [class^=col-] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.row.gutters-6 {
  padding-left: 12px;
  padding-right: 12px;
}
.row.gutters-6 > [class^=col-] {
  padding-left: 3px;
  padding-right: 3px;
}

.row.gutters-7 {
  padding-left: 11.5px;
  padding-right: 11.5px;
}
.row.gutters-7 > [class^=col-] {
  padding-left: 3.5px;
  padding-right: 3.5px;
}

.row.gutters-8 {
  padding-left: 11px;
  padding-right: 11px;
}
.row.gutters-8 > [class^=col-] {
  padding-left: 4px;
  padding-right: 4px;
}

.row.gutters-9 {
  padding-left: 10.5px;
  padding-right: 10.5px;
}
.row.gutters-9 > [class^=col-] {
  padding-left: 4.5px;
  padding-right: 4.5px;
}

.row.gutters-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.row.gutters-10 > [class^=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.gutters-11 {
  padding-left: 9.5px;
  padding-right: 9.5px;
}
.row.gutters-11 > [class^=col-] {
  padding-left: 5.5px;
  padding-right: 5.5px;
}

.row.gutters-12 {
  padding-left: 9px;
  padding-right: 9px;
}
.row.gutters-12 > [class^=col-] {
  padding-left: 6px;
  padding-right: 6px;
}

.row.gutters-13 {
  padding-left: 8.5px;
  padding-right: 8.5px;
}
.row.gutters-13 > [class^=col-] {
  padding-left: 6.5px;
  padding-right: 6.5px;
}

.row.gutters-14 {
  padding-left: 8px;
  padding-right: 8px;
}
.row.gutters-14 > [class^=col-] {
  padding-left: 7px;
  padding-right: 7px;
}

.row.gutters-15 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row.gutters-15 > [class^=col-] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row.gutters-20 {
  padding-left: 5px;
  padding-right: 5px;
}
.row.gutters-20 > [class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.row.gutters-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row.gutters-40 > [class^=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 575px) {
  .row.gutters-40 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gutters-40 > [class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row.gutters-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.row.gutters-50 > [class^=col-] {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width: 575px) {
  .row.gutters-50 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gutters-50 > [class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*==== gutter ====*/
.gutter-10 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}
.gutter-10 > li,
.gutter-10 > div {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.gutter-20 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}
.gutter-20 > li,
.gutter-20 > div {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.gutter-30 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}
.gutter-30 > li,
.gutter-30 > div {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.gutter-40 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
.gutter-40 > li,
.gutter-40 > div {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.gutter-50 {
  margin-top: -25px !important;
  margin-bottom: -25px !important;
}
.gutter-50 > li,
.gutter-50 > div {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.gutter-60 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}
.gutter-60 > li,
.gutter-60 > div {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.gutter-70 {
  margin-top: -35px !important;
  margin-bottom: -35px !important;
}
.gutter-70 > li,
.gutter-70 > div {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

/*=======================================================================
[2] ScrollUp Style
=========================================================================*/
.scrollUp {
  overflow: hidden;
  position: fixed;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  line-height: 40px;
  bottom: -50px;
  right: 20px;
  text-align: center;
  z-index: 9999;
  background-color: #ee212b;
  display: block;
  font-size: 16px;
  color: #ffffff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.scrollUp i {
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.scrollUp:hover, .scrollUp:focus {
  color: #ffffff;
}
.scrollUp:hover i, .scrollUp:focus i {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
}

.scrollUp.back-top {
  bottom: 20px;
}

@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
/*=======================================================================
[03] Preloader Style        
=========================================================================*/
#preloader {
  background: #ffffff url("img/preloader.gif") no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

/*=======================================================================
[4] Section Heading  Styles
=========================================================================*/
.section-heading {
  text-align: center;
  margin-bottom: 6rem;
}
.section-heading .item-title {
  font-weight: 700;
  font-size: 36px;
  color: #010101;
  line-height: 1.3;
  width: 60%;
  margin: 0 auto 14px;
}
@media only screen and (max-width: 1440px) {
  .section-heading .item-title {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .section-heading .item-title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .section-heading .item-title {
    font-size: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .item-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .section-heading .item-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 479px) {
  .section-heading .item-title {
    font-size: 24px;
  }
}
.section-heading .item-title span {
  display: block;
  font-size: 30px;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .section-heading .item-title span {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .item-title span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .section-heading .item-title span {
    font-size: 20px;
  }
}
.section-heading .item-title .underline {
  position: relative;
  display: inline-block;
  z-index: 1;
  font-size: inherit;
  font-weight: inherit;
}
.section-heading .item-title .underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 9px;
  background-color: #ffa4c3;
  z-index: -1;
}
.section-heading .item-subtitle {
  font-size: 15px;
  font-weight: 700;
  color: #ee212b;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.section-heading p {
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .section-heading p {
    width: 100%;
  }
}

/*=======================================================================
[5] Button Styles
=========================================================================*/
.loadmore-btn {
  text-align: center;
  padding: 50px 0;
}

.fill-btn-lg {
  overflow: hidden;
  position: relative;
  padding: 15px 35px;
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
  border-radius: 4px;
  color: #fffefe;
  background-color: #ee212b;
  -webkit-box-shadow: 0 15px 35px 0 rgba(238, 33, 43, 0.2);
          box-shadow: 0 15px 35px 0 rgba(238, 33, 43, 0.2);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
.fill-btn-lg i {
  margin-left: 8px;
}
.fill-btn-lg:hover {
  color: #fffefe;
  background-color: #af0008;
  opacity: 0.8;
}
.fill-btn-lg:focus {
  color: #fffefe;
}
@media (min-width: 480px) and (max-width: 767px) {
  .fill-btn-lg {
    padding: 12px 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .fill-btn-lg {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 320px) {
  .fill-btn-lg {
    padding: 8px 20px;
  }
}

.fill-btn-md {
  overflow: hidden;
  position: relative;
  padding: 14px 42px;
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
  border-radius: 4px;
  color: #fffefe;
  background-color: #ff4a52;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
.fill-btn-md:hover {
  color: #fffefe;
  background-color: #ff1620;
}
@media (min-width: 480px) and (max-width: 767px) {
  .fill-btn-md {
    padding: 12px 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .fill-btn-md {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 320px) {
  .fill-btn-md {
    padding: 8px 20px;
  }
}

.fill-btn-sm {
  font-size: 16px;
  overflow: hidden;
  position: relative;
  padding: 14px 30px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0.05rem;
  border-radius: 4px;
  color: #000000;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 17px 16px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 17px 16px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
  height: 54px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fill-btn-sm i {
  color: #ee212b;
  font-size: 15px;
  margin-left: 6px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fill-btn-sm:hover {
  color: #fff;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.fill-btn-sm:hover i {
  color: #fff;
}
@media (min-width: 480px) and (max-width: 767px) {
  .fill-btn-sm {
    padding: 12px 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .fill-btn-sm {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 320px) {
  .fill-btn-sm {
    padding: 8px 20px;
  }
}

/*=======================================================================
[6] Header Styles
=========================================================================*/
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 30px 0 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  header {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  header {
    text-align: center;
  }
}
header .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .nav-header-menu {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  header .nav-header-menu {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  header .nav-header-menu {
    text-align: center;
  }
}
header .nav-header-menu ul li {
  display: inline-block;
  margin-right: 25px;
}
@media only screen and (max-width: 1199px) {
  header .nav-header-menu ul li {
    margin-right: 10px;
  }
}
header .nav-header-menu ul li:last-child {
  margin-right: 0;
}
header .nav-header-menu ul li a {
  color: #fffefe;
  font-weight: 500;
  font-size: 15px;
  padding: 35px 10px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  header .nav-header-menu ul li a {
    padding: 25px 10px;
  }
}
@media only screen and (max-width: 575px) {
  header .nav-header-menu ul li a {
    padding: 20px 5px;
    font-size: 15px;
  }
}
header .nav-header-menu ul li.current a {
  color: #000;
}
header .header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  header .header-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}
header .header-btn li {
  margin-left: 10px;
}

.rt-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
  left: 0;
  right: 0;
  padding: 0 85px;
  background-color: #ee212b;
  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 991px) {
  .rt-sticky {
    padding: 0;
  }
}
.rt-sticky .nav-header-menu ul li a {
  padding: 25px 10px;
}
@media only screen and (max-width: 575px) {
  .rt-sticky .nav-header-menu ul li a {
    padding: 20px 5px;
  }
}

/*=======================================================================
[6] Site Banner Styles
=========================================================================*/
.preview-banner-area {
  position: relative;
  padding: 24rem 0 16rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #131313;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .preview-banner-area .banner-animation-img {
    display: none;
  }
}
.preview-banner-area .banner-animation-img li {
  position: absolute;
  right: -30%;
  top: -40%;
}
@media (max-width: 1600px) {
  .preview-banner-area .banner-animation-img li {
    right: -54%;
    top: -40%;
  }
}
.preview-banner-area .element-list li {
  position: absolute;
  z-index: -1;
}
.preview-banner-area .element-list li:nth-child(1) {
  top: 46%;
  left: 8%;
}
.preview-banner-area .element-list li:nth-child(2) {
  top: 5%;
  left: 42%;
}

.preview-banner-content {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .preview-banner-content {
    text-align: center;
  }
}
.preview-banner-content .item-title {
  color: #fffefe;
  font-size: 48px;
  line-height: 1.2;
  display: block;
  margin-bottom: 22px;
  font-weight: 600;
}
.preview-banner-content .item-title span {
  font-size: 50px;
  font-weight: 500;
  display: block;
}
@media only screen and (max-width: 991px) {
  .preview-banner-content .item-title {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .preview-banner-content .item-title {
    font-size: 40px;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .preview-banner-content .item-title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 479px) {
  .preview-banner-content .item-title {
    font-size: 30px;
  }
}

.build-with-wrap ul.build-with {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .build-with-wrap ul.build-with {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.build-with-wrap ul.build-with li {
  margin-right: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.build-with-wrap ul.build-with li:last-child {
  margin-right: 0;
}

.pages-list-wrap {
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .pages-list-wrap .pages-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pages-list-wrap .pages-list li {
  font-weight: 700;
  line-height: 1;
  border-right: 1px solid #efeff0;
  margin-right: 30px;
  padding-right: 30px;
  text-align: center;
}
.pages-list-wrap .pages-list li:last-child {
  border-right: none;
}
.pages-list-wrap .pages-list .count {
  font-size: 48px;
  color: #fff;
  margin-bottom: 6px;
}
.pages-list-wrap .pages-list .page-name {
  font-size: 14px;
  color: #a9a9a9;
  font-weight: 400;
}

/*=======================================================================
[7] Main Body Styles
=========================================================================*/
.main-body-area {
  padding: 12rem 0 8rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
}
.main-body-area .element-list li {
  position: absolute;
  z-index: -1;
}
.main-body-area .element-list li:nth-child(1) {
  left: 140px;
  top: 120px;
}
.main-body-area .element-list li:nth-child(2) {
  right: 70px;
  bottom: 0;
}
.main-body-area .Rounded_Rectangle_17 {
  border-radius: 8px;
  background-color: #fb6421;
  -webkit-box-shadow: 0px 17px 40px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 17px 40px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 259px;
  top: 1104px;
  width: 310px;
  height: 557px;
  z-index: 347;
}
.main-body-area .product-box {
  position: relative;
  z-index: 5;
  margin-bottom: 3rem;
}
.main-body-area .product-box:hover .product-box-img {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.25);
}
.main-body-area .product-box:hover .product-box-img:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.main-body-area .product-box:hover .product-box-img a.view-icon {
  opacity: 1;
  visibility: visible;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-body-area .product-box .product-box-img {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 17px 40px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 17px 40px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 8px;
}
.main-body-area .product-box .product-box-img img {
  width: 100%;
}
.main-body-area .product-box .product-box-img:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-color: rgba(238, 33, 43, 0.85);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 8px;
}
.main-body-area .product-box a.view-icon {
  display: inline-block;
  left: 0;
  right: 0;
  width: 130px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  background-color: #fffefe;
  border: 1px solid #ffffff;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  border-radius: 4px;
  z-index: 7;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-body-area .product-box a.view-icon:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.main-body-area .product-box .product-box-content {
  text-align: center;
  padding: 25px 0 14px;
}
.main-body-area .product-box .product-box-content div a {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-body-area .product-box .product-box-content div a:hover {
  color: #111111;
}
.main-body-area .product-box .coming-img {
  position: relative;
  text-align: center;
  background-color: #ffffff;
}
.main-body-area .product-box .coming-img:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-body-area .product-box .coming-img .coming-title {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-body-area .product-box .coming-content {
  text-align: center;
  padding: 25px 0 14px;
}
.main-body-area .product-box .coming-content .item-title {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.inner-page-wrap-layout1 {
  padding: 14rem 0 14rem 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner-page-wrap-layout1 .feature-img-wrapper {
  margin-right: -100%;
}
.inner-page-wrap-layout1 .elementor-logo {
  margin-bottom: 40px;
}
.inner-page-wrap-layout1 .elementor-features {
  display: inline-block;
}
.inner-page-wrap-layout1 .elementor-features img {
  -webkit-box-shadow: 0 31px 29px 0 rgba(144, 144, 144, 0.35);
          box-shadow: 0 31px 29px 0 rgba(144, 144, 144, 0.35);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.inner-page-wrap-layout1 .section-heading {
  text-align: left;
}
.inner-page-wrap-layout1 .section-heading .item-title {
  width: 84%;
  font-size: 40px;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .inner-page-wrap-layout1 .section-heading .item-title {
    width: 100%;
  }
}
.inner-page-wrap-layout1 .element-list li {
  position: absolute;
  z-index: -1;
}
.inner-page-wrap-layout1 .element-list li:nth-child(1) {
  left: 0;
  bottom: 0;
}
.inner-page-wrap-layout1 .element-list li:nth-child(2) {
  right: 17%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1440px) {
  .inner-page-wrap-layout1 .element-list li:nth-child(2) {
    right: 8%;
  }
}

.inner-page-wrap-layout2 {
  padding: 10rem 0;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.inner-page-wrap-layout2 .inner-box {
  text-align: center;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 30px 25px 35px;
  -webkit-box-shadow: 0px 31px 29px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 31px 29px 0px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 200px;
}
.inner-page-wrap-layout2 .inner-box .item-img {
  margin-bottom: 12px;
}
.inner-page-wrap-layout2 .inner-box .item-content .item-title {
  width: 80%;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .inner-page-wrap-layout2 .inner-box .item-content .item-title {
    width: 100%;
  }
}
.inner-page-wrap-layout2 .inner-box:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.5);
}

.inner-page-wrap-layout3 {
  padding: 13rem 0 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .inner-page-wrap-layout3 {
    text-align: center;
    padding: 13rem 0 10rem;
  }
  .inner-page-wrap-layout3 .inner-box {
    margin-bottom: 40px;
  }
}
.inner-page-wrap-layout3 .item-content .item-subtitle {
  font-weight: 500;
  color: #ff0000;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.inner-page-wrap-layout3 .item-content .item-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}
.inner-page-wrap-layout3 .item-content .item-title span {
  display: block;
  font-weight: 500;
}
.inner-page-wrap-layout3 .inner-box {
  position: relative;
  z-index: 1;
}
.inner-page-wrap-layout3 .inner-box .element-list li {
  position: absolute;
  z-index: -1;
}
.inner-page-wrap-layout3 .inner-box .element-list li:nth-child(1) {
  left: 25px;
  top: -45px;
}
.inner-page-wrap-layout3 .inner-box .element-list li:nth-child(2) {
  right: -40px;
  top: 40px;
}
.inner-page-wrap-layout3 .inner-box .element-list li:nth-child(3) {
  right: 0;
  top: 18px;
}

.inner-page-wrap-layout4 {
  padding: 19rem 0 12rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991px) {
  .inner-page-wrap-layout4 {
    padding: 13rem 0 6rem;
  }
}
.inner-page-wrap-layout4 .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inner-page-wrap-layout4 .owl-nav.disabled {
  display: none;
}
.inner-page-wrap-layout4 .section-heading {
  margin-bottom: 25px;
}
.inner-page-wrap-layout4 .inner-box {
  text-align: center;
}
.inner-page-wrap-layout4 .inner-box a {
  display: block;
}
.inner-page-wrap-layout4 .inner-box a .item-img {
  margin-bottom: 30px;
}
@media (min-width: 1400px) {
  .inner-page-wrap-layout4 .middle-text-1 {
    max-width: 30%;
    margin: 0 auto;
  }
}

.inner-page-wrap-layout5 {
  padding: 3rem 0 13rem;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .inner-page-wrap-layout5 {
    text-align: center;
  }
}
.inner-page-wrap-layout5 .item-content .item-subtitle {
  font-weight: 500;
  color: #ff0000;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.inner-page-wrap-layout5 .item-content .item-title {
  font-size: 36px;
  font-weight: 700;
}
.inner-page-wrap-layout5 .item-img {
  text-align: right;
}

.inner-page-wrap-layout7 .box-inner-layout {
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.inner-page-wrap-layout7 .box-inner-layout .element-list li {
  position: absolute;
  z-index: -1;
}
.inner-page-wrap-layout7 .box-inner-layout.style-1 {
  background-image: linear-gradient(-136deg, #ff5722 0%, #ec1c24 100%);
  background-image: url("img/gallery/schedule-bg1.jpg");
}
.inner-page-wrap-layout7 .box-inner-layout.style-1 .element-list li:nth-child(1) {
  left: 0;
  top: 0;
}
.inner-page-wrap-layout7 .box-inner-layout.style-1 .element-list li:nth-child(2) {
  right: 0;
  bottom: 0;
}
.inner-page-wrap-layout7 .box-inner-layout.style-2 {
  background-color: #000;
  background-image: url("img/gallery/chart-bg1.jpg");
}
.inner-page-wrap-layout7 .box-inner-layout.style-2 .element-list li:nth-child(1) {
  right: 0;
  top: 0;
}
.inner-page-wrap-layout7 .section-heading {
  color: #fff;
}
.inner-page-wrap-layout7 .section-heading .item-title {
  color: inherit;
}
.inner-page-wrap-layout7 .section-heading .item-subtitle {
  color: inherit;
}
.inner-page-wrap-layout7 .section-heading p {
  color: inherit;
}

.inner-page-wrap-layout8 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("img/banner/banner5.jpg");
  padding: 12rem 0;
}
.inner-page-wrap-layout8 .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.inner-page-wrap-layout8 .title span {
  display: block;
  font-weight: 500;
}

.inner-page-wrap-layout6 {
  background-image: url("img/banner/banner2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 15rem 0 11rem;
}
.inner-page-wrap-layout6 .inner-box {
  text-align: center;
}
.inner-page-wrap-layout6 .inner-box .item-title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  width: 80%;
  margin: 0 auto 30px;
}
@media (max-width: 991px) {
  .inner-page-wrap-layout6 .inner-box .item-title {
    width: 100%;
  }
}
.inner-page-wrap-layout6 .inner-box .fill-btn-lg {
  font-size: 14px;
  letter-spacing: 2px;
}

.bg-light-pink {
  background-color: #f9f6ff;
}

.bg-light-blue {
  background-color: #f4faff;
}

.bg-light-yellow {
  background-color: #fffbf1;
}

.bg-light-blueviolet {
  background-color: #f9fdf4;
}

.bg-light-red {
  background-color: #fff6f5;
}

.bg-light-green {
  background-color: #ebfff5;
}

/*=======================================================================
[12] OwlCarousel Control 
=========================================================================*/
.dot-control-layout1 .owl-controls {
  margin-top: 40px;
  display: none;
}
.dot-control-layout1 .owl-controls .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dot-control-layout1 .owl-controls .owl-dots .owl-dot span {
  height: 14px;
  width: 14px;
  background-color: #c2c2c2;
  border-radius: 50%;
  margin: 5px 3px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.dot-control-layout1 .owl-controls .owl-dots .owl-dot.active span {
  width: 23px;
  height: 9px;
  background-color: #f85c70;
  border-radius: 50px;
}

/*=======================================================================
[12] Footer Area Styles 
=========================================================================*/
.footer-area {
  text-align: center;
  padding: 35px 0;
  background-color: #181818;
}
.footer-area .footer-copyright {
  color: #999999;
  font-size: 16px;
}
.footer-area .footer-copyright a {
  color: #999999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-area .footer-copyright a:hover {
  color: #ffffff;
}