/****************************
==============================
   Index
==============================

1.    Variable
2.    Mixins
3.    Base
4.    Utility


5.    Header
6.    Banner
7.    About
8.    Class
9.    Service
10.   Choose
11.   Team
12.   Schedule
13.   Pricing
14.   Testimonial
15.   Brand
16.   Bodymass
17.   Blog
18.   Flip
19.   Action
20.   Product
21.   Feature
22.   Gallery
23.   Shop
24.   Error
25.   Contact
26.   Breadcrumb
27.   Widget
28.   Pagination
29.   Footer 


******************************/
/*============================
// font family
============================*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@300;400;500;600;700;800&display=swap");
:root {
  --color-primary: #2862FF;
  --color-white: #fff;
  --color-black: #111;
  --color-body: #646464;
  --color-gray: #f7f7f7;
  --font-awesome: "Font Awesome 5 Free";
  --font-body: "Roboto", sans-serif;
  --font-title: "Spartan", sans-serif;
  --border-radius-xs: 4px;
  --border-radius-sm: 6px;
  --border-radius-md: 10px;
  --border-radius-lg: 15px;
  --border-radius-xl: 20px;
}

/*============================
// brakpoints
============================*/
/*============================ 
// import fonts
=============================*/
/* ===========================
// Typography
==============================*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #646464;
  text-transform: capitalize;
}

main {
  position: relative;
  background-color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  z-index: 2;
}

/*==== heading fonts setup ====*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111;
  font-family: "Spartan", sans-serif;
  line-height: 1.4;
  font-weight: 700;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

/*==== margin & paddings ====*/
.mt--5 {
  margin-top: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt--50 {
  padding-top: 50px !important;
}

.mb--50 {
  margin-bottom: 50px !important;
}

.pb--50 {
  padding-bottom: 50px !important;
}

.mt--60 {
  margin-top: 60px !important;
}

.pt--60 {
  padding-top: 60px !important;
}

.mb--60 {
  margin-bottom: 60px !important;
}

.pb--60 {
  padding-bottom: 60px !important;
}

.mb--24 {
  margin-bottom: 24px !important;
}

/*==== 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;
}

.gutter-24 {
  margin-top: -12px !important;
  margin-bottom: -12px !important;
}

.gutter-24 > li,
.gutter-24 > div {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.gutter-15 {
  margin-top: -7.5px !important;
  margin-bottom: -7.5px !important;
}

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

.gutter-10 {
  margin: -5px !important;
}

.gutter-10 > li,
.gutter-10 > div {
  padding: 5px !important;
}

.rt-gutter-5 {
  margin: -2.5px !important;
}

.rt-gutter-5 > li,
.rt-gutter-5 > div {
  padding: 2.5px !important;
}

.rt-gutter-10 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.rt-gutter-10 > li,
.rt-gutter-10 > div {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/*==== text color & bg color ====*/
.text--primary {
  color: #2862FF !important;
}

.bg--primary {
  background-color: #2862FF !important;
}

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

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

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

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

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

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

/*============================ 
// Global styles
=============================*/
html {
  width: 100%;
  height: 100%;
  position: relative;
  text-rendering: optimizeLegibility;
}

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

a:link,
a:visited,
a:focus {
  text-decoration: none;
  outline: 0;
}

a {
  color: #2862FF;
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
  color: #2862FF;
}

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

input,
textarea,
select,
:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.section-padding {
  padding-top: 130px;
  padding-bottom: 130px;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 100px 0;
  }
}
.inline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section,
.section {
  position: relative;
}

@media (min-width: 1314px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1290px;
  }
}
/*==================================
//  flaticon
==================================*/
[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
  margin-left: 0;
}

/*=============================
// Utility Class
=============================*/
.image-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.img-link {
  width: 100%;
  height: 100%;
}

.fs-12 {
  font-size: 12px !important;
}

.after-before, .review-preview-area-style-1::after, .elementor-preview-area-style-1::after, .preview-box-style-1.comming-soon-box .item-img > a::after, .preview-box-style-1 .item-img > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.anim-overflow {
  display: block;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

/*gap*/
.gap-top-90 {
  margin-top: 90px;
}

@media (max-width: 991px) {
  .gap-top-90 {
    margin-top: 50px;
  }
}
.gap-top-70 {
  margin-top: 70px;
}

@media (max-width: 991px) {
  .gap-top-70 {
    margin-top: 30px;
  }
}
/*button*/
.rt-btn-1 {
  font-size: 13px;
  font-weight: 700;
  color: var(--color-white);
  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;
  background: -webkit-gradient(linear, left top, right top, from(#ec2870), color-stop(#f3676f), color-stop(#ec2870), to(#FC636C));
  background: linear-gradient(to right, #ec2870, #f3676f, #ec2870, #FC636C);
  -webkit-box-shadow: 0px 20px 40px rgba(247, 87, 110, 0.2);
          box-shadow: 0px 20px 40px rgba(247, 87, 110, 0.2);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 10px 40px;
  height: 50px;
  letter-spacing: 1px;
  background-size: 300% 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.rt-btn-1:hover {
  color: var(--color-white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-position: 100% 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#preloader {
  background: #fff no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.underline-animation_1, .menu__link {
  position: relative;
}

.underline-animation_1::after, .menu__link::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: -10px;
  width: 0;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#ec2870), color-stop(#f3676f), color-stop(#ec2870), to(#FC636C));
  background: linear-gradient(to right, #ec2870, #f3676f, #ec2870, #FC636C);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.underline-animation_1.active, .active.menu__link, .underline-animation_1:hover, .menu__link:hover {
  color: var(--color-white);
}

.underline-animation_1.active::after, .active.menu__link::after, .underline-animation_1:hover::after, .menu__link:hover::after {
  width: 90%;
  visibility: visible;
  opacity: 1;
  left: 0%;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.shape-element {
  position: absolute;
  z-index: -1;
}

.shape-element span {
  display: block;
}

@media (max-width: 991px) {
  .shape-element {
    display: none;
  }
}
/*======================
// back-to-top
========================*/
#back-to-top {
  font-size: 1rem;
  color: #fff;
  background: #2862FF;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  display: none;
  cursor: pointer;
  overflow: hidden;
}

#back-to-top:hover {
  color: #fff;
  background: #0034c2;
}

#back-to-top:hover i {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
}

@-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;
  }
}
/*===================================
// section-heading
==================================*/
.section-heading {
  margin-bottom: 60px;
}

.section-heading .section-sub-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-primary);
  font-family: var(--font-title);
}

.section-heading .section-title {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .section-heading .section-title {
    font-size: 1.875rem;
  }
}
.section-heading p {
  line-height: 1.875;
}

.section-heading p:last-of-type {
  margin-bottom: 0;
}

.feature-wrap-1 {
  background-color: #f8f8f8;
}
@media screen and (min-width: 1200px) {
  .feature-wrap-1 .section-heading .title {
    width: 430px;
    margin-right: auto;
    margin-left: auto;
  }
}

.feature-wrap-3 {
  padding-bottom: 0;
}

.feature-wrap-4 {
  padding-bottom: 0;
}

.feature-wrap-5 {
  padding-bottom: 0;
}

.feature-wrap-6 {
  padding-bottom: 0;
}

.feature-wrap-7 {
  padding-bottom: 0;
}

.feature-grid-1 {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 1200px) {
  .feature-grid-1 {
    margin: 0px 100px;
  }
}
@media screen and (max-width: 991px) {
  .feature-grid-1 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .feature-grid-1 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 479px) {
  .feature-grid-1 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.feature-grid-1 .feature-inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-grid-1 .feature-inner:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.feature-grid-1 .feature-inner .feature-box-1 {
  background: #FFFFFF;
  border-radius: 14px;
  text-align: center;
  min-height: 230px;
  width: 254px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1199px) {
  .feature-grid-1 .feature-inner .feature-box-1 {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .feature-box-2 {
    margin-bottom: 30px;
  }
}
.feature-box-2 .item-img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .feature-box-2 .item-img .item-shape {
    display: none;
  }
}
.feature-box-2 .item-img .item-shape ul li {
  position: absolute;
}
.feature-box-2 .item-img .item-shape ul li:nth-child(1) {
  left: -55px;
  top: -30px;
  z-index: -1;
}
.feature-box-2 .item-img .item-shape ul li:nth-child(2) {
  right: 100px;
  top: -65px;
  z-index: -1;
}

.feature-box-3 .section-heading {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .feature-box-3 .section-heading {
    padding: 0px 90px 0px 25px;
  }
}

@media screen and (min-width: 1200px) {
  .feature-box-4 {
    margin-left: 55px;
  }
}
@media screen and (max-width: 991px) {
  .feature-box-4 {
    margin-top: 30px;
  }
}
.feature-box-4 .item-img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .feature-box-4 .item-img {
    text-align: center;
  }
}
.feature-box-4 .item-img .img-list > ul > li {
  position: absolute;
}
.feature-box-4 .item-img .img-list > ul > li:nth-child(1) {
  top: -40px;
  left: -50px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .feature-box-4 .item-img .img-list > ul > li:nth-child(1) {
    display: none;
  }
}
.feature-box-4 .item-img .img-list > ul > li:nth-child(2) {
  bottom: 0;
  right: 75px;
}
@media screen and (max-width: 479px) {
  .feature-box-4 .item-img .img-list > ul > li:nth-child(2) {
    right: 0;
  }
}
.feature-box-4 .item-img .shape-list ul li {
  position: absolute;
}
.feature-box-4 .item-img .shape-list ul li:nth-child(1) {
  top: 15px;
  right: 35px;
}
@media screen and (max-width: 479px) {
  .feature-box-4 .item-img .shape-list ul li:nth-child(1) {
    display: none;
  }
}
.feature-box-4 .item-img .shape-list ul li:nth-child(2) {
  top: -40px;
  left: -80px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .feature-box-4 .item-img .shape-list ul li:nth-child(2) {
    display: none;
  }
}
.feature-box-4 .item-img .shape-list ul li:nth-child(3) {
  top: 70px;
  left: -125px;
}
@media screen and (max-width: 991px) {
  .feature-box-4 .item-img .shape-list ul li:nth-child(3) {
    left: 125px;
  }
}
@media screen and (max-width: 767px) {
  .feature-box-4 .item-img .shape-list ul li:nth-child(3) {
    left: 0px;
  }
}

@media screen and (max-width: 991px) {
  .feature-box-5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 375px) {
  .feature-box-5 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 320px) {
  .feature-box-5 {
    margin-bottom: 100px;
  }
}
.feature-box-5 .item-img {
  position: relative;
  z-index: 1;
}
.feature-box-5 .item-img .img-list ul li {
  position: absolute;
}
.feature-box-5 .item-img .img-list ul li:nth-child(1) {
  top: 17px;
  right: -30px;
}
@media screen and (max-width: 1199px) {
  .feature-box-5 .item-img .img-list ul li:nth-child(1) {
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .feature-box-5 .item-img .img-list ul li:nth-child(1) {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media screen and (max-width: 767px) {
  .feature-box-5 .item-img .img-list ul li:nth-child(1) {
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 479px) {
  .feature-box-5 .item-img .img-list ul li:nth-child(1) {
    display: none;
  }
}
.feature-box-5 .item-img .img-list ul li:nth-child(2) {
  bottom: 10px;
  right: 0;
}
@media screen and (max-width: 991px) {
  .feature-box-5 .item-img .img-list ul li:nth-child(2) {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media screen and (max-width: 767px) {
  .feature-box-5 .item-img .img-list ul li:nth-child(2) {
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 479px) {
  .feature-box-5 .item-img .img-list ul li:nth-child(2) {
    display: none;
  }
}
.feature-box-5 .item-img .img-list ul li:nth-child(3) {
  top: 45px;
  left: 25px;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .feature-box-5 .item-img .img-list ul li:nth-child(3) {
    left: 0;
  }
}
@media screen and (max-width: 479px) {
  .feature-box-5 .item-img .img-list ul li:nth-child(3) {
    top: 0;
  }
}
.feature-box-5 .item-img .img-list ul li:nth-child(4) {
  top: -15px;
  left: -20px;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .feature-box-5 .item-img .img-list ul li:nth-child(4) {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .feature-box-6 {
    margin-top: 30px;
  }
}
.feature-box-6 .item-img {
  position: relative;
  z-index: 1;
}
.feature-box-6 .item-img .img-list ul li {
  position: absolute;
}
.feature-box-6 .item-img .img-list ul li:nth-child(1) {
  top: 20px;
  left: 50px;
  z-index: 2;
}
.feature-box-6 .item-img .img-list ul li:nth-child(2) {
  top: -20px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .feature-box-6 .item-img .img-list ul li:nth-child(2) {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .feature-box-7 {
    margin-bottom: 50px;
  }
}
.feature-box-7 .item-img {
  position: relative;
  z-index: 1;
}
.feature-box-7 .item-img .img-list ul li {
  position: absolute;
}
.feature-box-7 .item-img .img-list ul li:nth-child(1) {
  top: 60px;
  left: 60px;
}
.feature-box-7 .item-img .img-list ul li:nth-child(2) {
  top: 15px;
  right: -40px;
}
@media screen and (max-width: 991px) {
  .feature-box-7 .item-img .img-list ul li:nth-child(2) {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .feature-box-8 {
    margin-top: 30px;
  }
}
.feature-box-8 .item-img {
  position: relative;
  z-index: 1;
}
.feature-box-8 .item-img .img-list ul li {
  position: absolute;
  top: 30px;
  left: 0;
}

.preview-wrap-1 {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.preview-wrap-1 .section-heading .number {
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 80px;
  text-transform: capitalize;
  background: -webkit-gradient(linear, left top, left bottom, from(#DB1BFB), to(#7E1BFB));
  background: linear-gradient(180deg, #DB1BFB 0%, #7E1BFB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (min-width: 1200px) {
  .preview-wrap-1 .section-heading p {
    width: 546px;
    margin-right: auto;
    margin-left: auto;
  }
}

.preview-inner .item-content .title {
  text-align: center;
}
.preview-inner .item-content .title a {
  color: var(--color-black);
}

.preview-box-style-1 {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 25px;
}
.preview-box-style-1:hover .item-img {
  background-position: bottom;
  -webkit-transition: all 2.5s;
  transition: all 2.5s;
}
.preview-box-style-1:hover .item-img a:before {
  visibility: visible;
  opacity: 1;
}
.preview-box-style-1:hover .item-img .img-overlay {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
}
.preview-box-style-1:hover .round-feature {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
.preview-box-style-1 .item-img {
  position: relative;
  z-index: 1;
  background-position: top;
  background-size: 100%;
  -webkit-transition: all 2.5s;
  transition: all 2.5s;
  overflow: hidden;
  height: 310px;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.preview-box-style-1 .item-img > a {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
}
.preview-box-style-1 .item-img > a::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.502);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 2;
}
.preview-box-style-1 .item-img > a img {
  width: 100%;
}
.preview-box-style-1 .item-img .img-overlay {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 70%;
  -webkit-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  text-align: center;
}
.preview-box-style-1 .item-img .img-overlay .rt-btn-1 {
  height: 45px;
}
.preview-box-style-1 .round-feature {
  height: 61px;
  width: 61px;
  background: linear-gradient(214.38deg, #FF3333 5.99%, #FF33C6 114.6%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: var(--color-white);
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  position: absolute;
  top: -20px;
  left: -15px;
  z-index: 3;
  font-family: var(--font-title);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.preview-box-style-1.comming-soon-box a {
  cursor: not-allowed;
  pointer-events: none;
}

.preview-box-style-1.comming-soon-box .item-img > a::after {
  background-color: rgba(21, 21, 21, 0.8);
  border-radius: 8px;
  visibility: visible;
  opacity: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.preview-box-style-1.comming-soon-box .item-img .rt-btn-1 {
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#ec2870), color-stop(#f3676f), color-stop(#ec2870), to(#FC636C));
  background: linear-gradient(to right, #ec2870, #f3676f, #ec2870, #FC636C);
  background-size: 300% 100%;
}

.preview-box-style-1.comming-soon-box .item-img .img-overlay {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
}

.preview-box-style-1.comming-soon-box .item-img:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.preview-box-style-1.comming-soon-box .item-img:hover img {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.preview-box-style-1.comming-soon-box .item-img:hover > a::after {
  visibility: visible;
  opacity: 1;
}

.preview-box-style-1.comming-soon-box .item-img:hover .img-overlay {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
}

.banner-area-style-1 {
  overflow: hidden;
  position: relative;
  padding-top: 215px;
  padding-bottom: 140px;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1199px) {
  .banner-area-style-1 {
    padding: 170px 0px 140px 0px;
  }
}
@media screen and (max-width: 991px) {
  .banner-area-style-1 {
    padding: 120px 0px;
  }
}
@media screen and (max-width: 479px) {
  .banner-area-style-1 {
    padding: 100px 0px;
  }
}
.banner-area-style-1 .rt-bg-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-animation: rtZoom 30s linear infinite;
  animation: rtZoom 30s linear infinite;
}

.landing-banner-content-style-1 {
  text-align: center;
}
@media screen and (max-width: 575px) {
  .landing-banner-content-style-1 {
    text-align: left;
  }
}
.landing-banner-content-style-1 p {
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-transform: capitalize;
  color: var(--color-white);
  margin-bottom: 25px;
}
@media screen and (max-width: 575px) {
  .landing-banner-content-style-1 p {
    line-height: 28px;
  }
}
.landing-banner-content-style-1 .title {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 36px;
  line-height: 55px;
  text-transform: capitalize;
  color: var(--color-white);
  margin-bottom: 38px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .landing-banner-content-style-1 .title {
    width: 790px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 991px) {
  .landing-banner-content-style-1 .title {
    font-size: 30px;
    line-height: 48px;
  }
}
.landing-banner-content-style-1 .title .rt-color-1 {
  background: -webkit-gradient(linear, left top, right top, from(#FF337C), to(#FFA5AA));
  background: linear-gradient(to right, #FF337C, #FFA5AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}
.landing-banner-content-style-1 .rt-feature {
  margin-bottom: 50px;
}

/*rt-animated-headline*/
.rt-animated-headline .ah-headline span {
  display: unset;
  padding: unset;
}

.rt-animated-headline .ah-headline .ah-words-wrapper .is-visible {
  background: -webkit-gradient(linear, left top, right top, from(#FF337C), to(#FFA5AA));
  background: linear-gradient(to right, #FF337C, #FFA5AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

.rt-animated-headline .ah-headline.clip .ah-words-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 86%;
  background: var(--color-white);
  bottom: 0;
  margin: auto 0;
}

/*==============================
// header
================================*/
.navbar-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  background-color: transparent;
  padding: 40px 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

@media (max-width: 1199px) {
  .navbar-wrap {
    padding: 20px 30px;
  }
}
.sticky .navbar-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: linear-gradient(261.97deg, #AD26FF -0.23%, #0015D6 -0.22%, #180442 101.05%);
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.16);
  padding: 12px 0;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.menu__link {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-white);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  padding: 0;
  text-transform: capitalize;
  font-family: var(--font-title);
  padding-right: 10px;
}
.menu__link i {
  position: relative;
  top: 2px;
  margin-left: 5px;
}

.menu__link:focus {
  color: var(--color-white);
}

.menu-wrap .btn-area .rt-btn-1 {
  height: 45px;
}
.menu-wrap .btn-area .rt-btn-1 .price {
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: var(--color-white);
  margin-left: 10px;
}

/*=====================================
//  Mobile menu
======================================*/
.offscreen-navigation .mobile-menu li {
  border-bottom: 1px solid #e9e9e9;
}

.offscreen-navigation .mobile-menu li:last-child {
  border-bottom: 0;
  padding: 15px;
  text-align: center;
}

.offscreen-navigation .mobile-menu li .link {
  color: #000;
  font-weight: 700;
  background-color: #f3f3f3;
  font-size: 16px;
  padding: 12px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 100%;
}

.offscreen-navigation .mobile-menu li .link:hover {
  color: #2962ff;
  background-color: #f8f8f8;
}

.rt-slide-nav {
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  display: none;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  top: 100%;
  z-index: 99;
}

.rt-mobile-navbar {
  position: relative;
  padding: 12px 15px;
  border-bottom: 1px solid rgba(81, 81, 81, 0.15);
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.875);
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .rt-mobile-navbar {
    display: none;
  }
}
.sticky .rt-mobile-navbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.975);
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.16);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.rt-mobile-menn-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body .sidebarBtn {
  display: block;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body .sidebarBtn .bar {
  background: #fff;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body .sidebarBtn .bar:nth-child(2),
body .sidebarBtn .bar:nth-child(3) {
  width: 25px;
  margin-left: 5px;
}

body .sidebarBtn .bar:last-child {
  margin-bottom: 0;
}

body.slidemenuon .sidebarBtn .bar:nth-child(2),
body.slidemenuon .sidebarBtn .bar:nth-child(3) {
  opacity: 0;
}

body.slidemenuon .sidebarBtn .bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}

body.slidemenuon .sidebarBtn .bar:nth-child(4) {
  -webkit-transform: rotate(-45deg) translate(8px, -8px);
  transform: rotate(-45deg) translate(8px, -8px);
}

.logo {
  position: relative;
  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;
}

/*================================
// Footer
=================================*/
.footer {
  background-color: #0f1012;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.footer.footer-style-4 {
  padding-top: 100px;
  padding-bottom: 95px;
}

@media (max-width: 991px) {
  .footer.footer-style-4 {
    padding-top: 60px;
    padding-bottom: 55px;
  }
}
.footer-top {
  padding-top: 92px;
  padding-bottom: 95px;
}

@media (max-width: 991px) {
  .footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.footer-widget .logo {
  margin-bottom: 30px;
  margin-top: 3px;
}

.footer-widget .text {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #a5a5a5;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .footer-widget .text {
    max-width: 88%;
    width: 100%;
  }
}
.footer-widget .footer-widget-title {
  position: relative;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.footer-widget .widget-list .widget-list-item {
  margin-bottom: 25px;
  line-height: 1;
}

.footer-widget .widget-list .widget-list-item:last-child {
  margin-bottom: 0;
}

.footer-widget .widget-list .widget-list-link {
  color: #8f8f8f;
  position: relative;
  padding-left: 20px;
  display: inline-block;
  font-size: 0.9375rem;
}

.footer-widget .widget-list .widget-list-link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #a5a5a5;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.footer-widget .widget-list .widget-list-link:hover {
  color: #fff;
}

.footer-widget .widget-list .widget-list-link:hover::after {
  background-color: #2962ff;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-social .social-item {
  margin-right: 4px;
}

.footer-social .social-item:last-child {
  margin-right: 0;
}

.team-social .footer-social .social-item {
  margin-right: 0;
}

.footer-social .social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 0.9375rem;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  overflow: hidden;
  position: relative;
  background-color: rgba(255, 255, 255, 0.102);
}

.footer-social .social-link:hover {
  color: #fff;
  background-color: #2962ff;
}

.footer-social .social-link:hover i {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
}

.footer-social.style-2 .social-link {
  background-color: #000;
}

.footer-social.style-2 .social-link:hover {
  color: #fff;
  background-color: #2962ff;
}

.footer-social.team-social-1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-social.team-social-1 .social-link {
  background-color: #c2c2c2;
}

.footer-social.team-social-1 .social-link:hover {
  color: #fff;
  background-color: #2962ff;
}

@media (min-width: 992px) {
  .footer-social.author-social-1 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.footer-social.author-social-1 .social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
}

.footer-social.author-social-1 .social-link:hover {
  color: #fff;
  background-color: #2962ff;
}

.insta-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px 5px 90px 5px 90px;
  grid-template-columns: repeat(3, 90px);
  grid-gap: 5px;
}

.insta-gallery .galleryitem {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}

.insta-gallery .galleryitem img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  border-radius: 4px;
}

.insta-gallery .galleryitem .item-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.insta-gallery .galleryitem .item-overlay a {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.insta-gallery .galleryitem .item-overlay::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 4px;
}

.insta-gallery .galleryitem:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.insta-gallery .galleryitem:hover .item-overlay a {
  visibility: visible;
  opacity: 1;
}

.insta-gallery .galleryitem:hover .item-overlay::after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.footer-widget-style-2 .logo {
  margin-bottom: 30px;
}

.footer-widget-style-2 .footer-social {
  margin-bottom: 35px;
}

/*footer bottom*/
.footer-bottom {
  border-top: 1px solid #252525;
}

.footer-style-3 .footer-bottom {
  border-color: #414141;
}

.footer-bottom-area {
  min-height: 100px;
  text-align: center;
}

@media (max-width: 991px) {
  .footer-bottom-area {
    min-height: 80px;
  }
}
.copyright-text {
  color: #cccccc;
}

.copyright-text a {
  color: #cccccc;
}

.copyright-text a:hover {
  color: #2962ff;
}

.copyright-text.style-2 {
  color: #000;
}

.copyright-text.style-2 a {
  color: #000;
}

.copyright-text.style-2 a:hover {
  color: #2962ff;
}

.category-wrap-1 {
  background-color: #f8f8f8;
  position: relative;
  padding-bottom: 170px;
}
.category-wrap-1 .item-round {
  position: absolute;
  top: 0;
  left: 15%;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
}
@media screen and (max-width: 1920px) {
  .category-wrap-1 .item-round {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation-duration: 25s;
            animation-duration: 25s;
  }
}
@media screen and (max-width: 1199px) {
  .category-wrap-1 .item-round {
    display: none;
  }
}

.categoery-inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .categoery-inner {
    margin: 0px 35px;
  }
}
.categoery-inner .heading-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1200px) {
  .categoery-inner .heading-area {
    padding-right: 400px;
    padding-left: 400px;
    margin-bottom: -125px;
  }
}
@media screen and (max-width: 375px) {
  .categoery-inner .heading-area {
    display: block;
    margin-bottom: 30px;
  }
}
.categoery-inner .heading-area .item-number {
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 60px;
  text-align: center;
  text-transform: capitalize;
  background: linear-gradient(251.73deg, #FF003D 22.12%, #FE1E89 76.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.categoery-inner .heading-area .title {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
  color: #111111;
  margin-left: 10px;
}
@media screen and (max-width: 375px) {
  .categoery-inner .heading-area .title {
    text-align: center;
  }
}
.categoery-inner .category-box-1 {
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border-radius: 10px;
}
.categoery-inner .category-box-1 .item-img a {
  width: 100%;
}
.categoery-inner .category-box-1 .item-img a img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .categoery-inner .category-box-1.style-2 {
    margin-top: 94px;
  }
}
@media screen and (max-width: 767px) {
  .categoery-inner .item-shape {
    display: none;
  }
}
.categoery-inner .item-shape ul li {
  position: absolute;
  bottom: -40px;
  right: -40px;
  z-index: -1;
}