/****************************
==============================
   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=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap");
:root {
  --color-primary: #ff0336;
  --color-secondary: #111111;
  --color-white: #fff;
  --color-black: #000;
  --color-body: #646464;
  --color-grey: #f9f9f9;
  --font-body: "Roboto", sans-serif;
  --font-title: "Montserrat", sans-serif;
  --font-ico: "IcoFont";
  --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: var(--font-body);
  font-size: 16px;
  line-height: 1.625;
  color: var(--color-body);
}

/*==== heading fonts setup ====*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-black);
  font-family: var(--font-title);
  line-height: 1.5;
  font-weight: 700;
}

h1 {
  font-size: 48px;
  line-height: 1.23;
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

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

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

/*============================ 
// Bootstrap Overwrite
=============================*/
@media (min-width: 1200px) {
  .row.gutters-30 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .row.gutters-30 > [class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .row.gutters-40 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .row.gutters-40 > [class^=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.gutter-30 > li, .gutter-30 > div {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

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

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

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

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

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

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

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

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

/*============================ 
// Global styles
=============================*/
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

#main_content {
  position: relative;
  z-index: 10;
  background-color: #fff;
}

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

a {
  color: var(--color-primary);
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:link, a:visited, a:focus {
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
  color: var(--color-primary);
}

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

input:focus,
textarea:focus,
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-block: 130px;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 50px 0;
  }
}

section,
.section {
  position: relative;
}

@media (min-width: 1188px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1164px;
  }
}
@media (min-width: 1200px) {
  .topbar-layout1 .container,
.topbar-layout1 .container-lg,
.topbar-layout1 .container-md,
.topbar-layout1 .container-sm,
.topbar-layout1 .container-xl,
.header-main.style-1 .container,
.header-main.style-1 .container-lg,
.header-main.style-1 .container-md,
.header-main.style-1 .container-sm,
.header-main.style-1 .container-xl {
    max-width: 1700px;
  }
}

/*======================================
// Heading
=====================================*/
.heading-light {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.heading-light .subtitle {
  font-size: 18px;
  color: var(--color-white);
  position: relative;
  line-height: 22px;
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: var(--font-title);
}
.heading-light .item-title {
  line-height: 37px;
  font-size: 30px;
  font-weight: 700;
  font-family: var(--font-title);
  margin-bottom: 16px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .heading-light .item-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .heading-light .item-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .heading-light .item-title {
    font-size: 24px;
  }
}
.heading-light p {
  font-size: 16px;
  color: #9b9b9b;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: var(--font-body);
}

.heading-dark {
  margin-bottom: 40px;
}
.heading-dark .item-title {
  line-height: 37px;
  font-size: 30px;
  font-weight: 700;
  font-family: var(--font-title);
  margin-bottom: 16px;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .heading-dark .item-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .heading-dark .item-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .heading-dark .item-title {
    font-size: 24px;
  }
}
.heading-dark .style-2 {
  line-height: 10px;
  margin-bottom: 0;
}
.heading-dark p {
  font-size: 16px;
  color: #444;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: var(--font-body);
}

/*=======================================================================
    Button
=========================================================================*/
.item-btn {
  position: relative;
  z-index: 5;
}
.item-btn:hover:before {
  top: 0;
  left: 0;
  border-color: var(--color-primary);
}
.item-btn:hover .btn-text {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.item-btn:hover .btn-text i {
  color: var(--color-white);
}
.item-btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.item-btn:before {
  content: "";
  height: 100%;
  width: 100%;
  border-width: 1px;
  border-color: rgb(216, 216, 216);
  border-style: solid;
  position: absolute;
  top: -7px;
  left: 7px;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.item-btn .btn-text {
  color: var(--color-white);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--font-title);
  letter-spacing: 1px;
  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-color: var(--color-primary);
  -webkit-box-shadow: 0px 6px 43px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 6px 43px 0px rgba(0, 0, 0, 0.16);
  padding: 15px 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.item-btn .btn-text svg {
  color: var(--color-white);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  margin-left: 7px;
}

/*======================================
// pre-loader
=====================================*/
#preloader {
  background: url("../../media/preloader.gif") rgba(255, 255, 255, 0.99) no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

/*======================================
// Back-to-top
=====================================*/
#back-to-top {
  font-size: 20px;
  color: #fff;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
#back-to-top:hover {
  background-color: #D1062F;
  color: #fff;
}
#back-to-top:hover i {
  -webkit-animation: toBottomFromTop 0.5s forwards;
          animation: toBottomFromTop 0.5s forwards;
}
#back-to-top i {
  display: inline-block;
}

@-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;
  }
}
.footer__wrap__1 {
  padding: 50px 0px;
}

@media screen and (max-width: 575px) {
  .footer__left .footer-logo {
    text-align: center;
  }
}

.footer__right {
  text-align: right;
}
@media screen and (max-width: 575px) {
  .footer__right {
    text-align: center;
    margin-top: 20px;
  }
}
.footer__right .footer-text {
  color: #929292;
  font-size: 14px;
}

.Inner__wrap__1 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .Inner__wrap__1 {
    padding: 100px 0px;
  }
}
@media screen and (max-width: 479px) {
  .Inner__wrap__1 {
    padding: 70px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .Inner__wrap__1 .heading-light p {
    width: 512px;
    margin-right: auto;
    margin-left: auto;
    line-height: 28px;
  }
}

.inner__layout__1 {
  background-image: url(../../media/landing/landing-1.png);
  background-repeat: repeat-x;
  background-size: auto;
  height: 961px;
}

.feature__wrap__1 {
  padding: 140px 0px;
}
@media screen and (max-width: 767px) {
  .feature__wrap__1 {
    padding: 100px 0px;
  }
}
@media screen and (max-width: 479px) {
  .feature__wrap__1 {
    padding: 70px 0px;
  }
}

.feature__grid__1 {
  display: -ms-grid;
  display: 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);
}
.feature__grid__1 .feature__box__1 {
  background: #F9F9F9;
  border-radius: 4px;
}
.feature__grid__1 .feature__box__1 .item-img {
  text-align: center;
  -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__box__1 .item-img:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.product__wrap__1 {
  padding: 240px 0px 140px;
  background-color: #f8f8f8;
  background-image: url("../../media/shape/product-3.svg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .product__wrap__1 {
    padding: 100px 0px;
  }
}
@media screen and (max-width: 479px) {
  .product__wrap__1 {
    padding: 70px 0px;
  }
}

.product__box__1 {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .product__box__1 {
    margin-left: -28px;
  }
}
@media screen and (max-width: 767px) {
  .product__box__1 {
    margin-bottom: 30px;
  }
}
.product__box__1 .item-img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .product__box__1 .item-img {
    display: none;
  }
}
.product__box__1 .item-img .item-woocommerce {
  position: absolute;
  top: -60px;
  right: -7px;
}
.product__box__1 .item-img-2 {
  position: absolute;
  top: -90px;
  left: -100px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .product__box__1 .item-img-2 {
    left: 0;
    top: 0;
    position: inherit;
  }
}
@media screen and (max-width: 767px) {
  .product__box__1 .item-list {
    display: none;
  }
}
.product__box__1 .item-list ul li {
  position: absolute;
}
.product__box__1 .item-list ul li:nth-child(1) {
  bottom: 0;
  left: 0;
  z-index: -2;
}
.product__box__1 .item-list ul li:nth-child(2) {
  top: -35px;
  right: 159px;
}

.product__box__2 .heading-dark {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .product__box__2 .heading-dark .item-title {
    padding-right: 50px;
  }
}
.product__box__2 .heading-dark p {
  line-height: 26px;
  margin-bottom: 35px;
}

.team__wrap__1 {
  padding: 140px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../media/shape/shape-25.png);
  position: relative;
  z-index: 1;
  background-color: #171717;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .team__wrap__1 {
    padding: 100px 0px;
  }
}
@media screen and (max-width: 479px) {
  .team__wrap__1 {
    padding: 70px 0px;
  }
}

.team__box__1 .heading-light {
  text-align: left;
  margin-bottom: 0;
}
.team__box__1 .heading-light .item-title {
  line-height: 37px;
}
@media screen and (min-width: 1200px) {
  .team__box__1 .heading-light .item-title {
    padding-right: 50px;
  }
}
.team__box__1 .heading-light p {
  margin-bottom: 35px;
  line-height: 26px;
}

.team__box__2 {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .team__box__2 {
    margin-right: -110px;
  }
}
.team__box__2 .shape-circle {
  position: absolute;
  bottom: 80px;
  left: -210px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .team__box__2 .shape-circle {
    display: none;
  }
}
.team__box__2 .shape-circle-2 {
  position: absolute;
  top: 80px;
  right: -310px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .team__box__2 .shape-circle-2 {
    display: none;
  }
}

.class__Wrap__1 {
  padding: 140px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .class__Wrap__1 {
    padding: 100px 0px;
  }
}
@media screen and (max-width: 479px) {
  .class__Wrap__1 {
    padding: 50px 0px;
  }
}
.class__Wrap__1 .item-shape {
  position: absolute;
  right: 50px;
  bottom: 170px;
}
@media screen and (max-width: 767px) {
  .class__Wrap__1 .item-shape {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .class__box__1 {
    margin-left: -166px;
  }
}

.class__box__2 .heading-dark {
  margin-bottom: 0;
}
.class__box__2 .heading-dark p {
  margin-bottom: 35px;
  line-height: 26px;
}

.schedule__Wrap__1 {
  background-repeat: no-repeat;
  padding: 140px 0px;
  background-size: cover;
  position: relative;
  background-color: #171717;
  z-index: 1;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .schedule__Wrap__1 {
    padding: 100px 0px;
  }
}
@media screen and (max-width: 479px) {
  .schedule__Wrap__1 {
    padding: 70px 0px;
  }
}
.schedule__Wrap__1::after {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url(../../media/shape/shape-24.png);
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.schedule__box__1 .heading-light {
  text-align: left;
}
.schedule__box__1 p {
  margin-bottom: 35px;
  line-height: 26px;
}

.schedule__box__2 {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .schedule__box__2 {
    margin-right: -130px;
  }
}
.schedule__box__2 .shape-circle {
  position: absolute;
  bottom: 80px;
  left: -210px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .schedule__box__2 .shape-circle {
    display: none;
  }
}
.schedule__box__2 .shape-circle-2 {
  position: absolute;
  top: 80px;
  right: -310px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .schedule__box__2 .shape-circle-2 {
    display: none;
  }
}

.responsive__wrap__1 {
  padding: 180px 0px 200px 0px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .responsive__wrap__1 {
    padding: 100px 0px;
  }
}
@media screen and (max-width: 479px) {
  .responsive__wrap__1 {
    padding: 70px 0px;
  }
}
.responsive__wrap__1 .item-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 479px) {
  .responsive__wrap__1 .item-shape {
    display: none;
  }
}

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

@media screen and (max-width: 991px) {
  .responsive__box__2 .heading-dark {
    margin-bottom: 0;
  }
}
.responsive__box__2 .heading-dark p {
  line-height: 26px;
}

.preview__wrap__1 {
  padding: 140px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .preview__wrap__1 {
    padding: 100px 0px;
  }
}
@media screen and (max-width: 479px) {
  .preview__wrap__1 {
    padding: 70px 0px;
  }
}
.preview__wrap__1 .heading-dark {
  text-align: center;
}
.preview__wrap__1 .item-button {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 479px) {
  .preview__wrap__1 .item-button {
    margin-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .preview__wrap__1 .shape-list {
    display: none;
  }
}
.preview__wrap__1 .shape-list ul li {
  position: absolute;
}
.preview__wrap__1 .shape-list ul li:nth-child(1) {
  top: 140px;
  left: -30px;
}
.preview__wrap__1 .shape-list ul li:nth-child(2) {
  bottom: 70px;
  left: 170px;
}
.preview__wrap__1 .shape-list ul li:nth-child(3) {
  top: 0;
  right: 0;
}

.preview__box__1 {
  position: relative;
  margin-bottom: 40px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
  padding: 30px;
}
.preview__box__1:hover .item-img {
  background-position: bottom;
  -webkit-transition: all 2.5s;
  transition: all 2.5s;
}
.preview__box__1:hover .item-img a:before {
  visibility: visible;
  opacity: 1;
}
.preview__box__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: 470px;
  -webkit-box-shadow: inset 0px 3px 18px 0px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0px 3px 18px 0px rgba(0, 0, 0, 0.05);
  background-color: #ebebeb;
  margin-bottom: 20px;
  background-repeat: no-repeat;
}
.preview__box__1 .item-img a {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
}
.preview__box__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__1 .text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: capitalize;
  color: #000000;
  position: absolute;
  left: 0;
  bottom: 13px;
  width: 100%;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .preview__box__1 .text {
    font-size: 20px;
  }
}

.hero__Wrap__1 {
  padding: 200px 0px 140px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 770px;
}
@media screen and (max-width: 991px) {
  .hero__Wrap__1 {
    min-height: auto;
    padding: 200px 0px;
  }
}
@media screen and (max-width: 767px) {
  .hero__Wrap__1 {
    padding: 140px 0px;
  }
}
.hero__Wrap__1 .hero__box__2 .item-img {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1440px) {
  .hero__Wrap__1 .hero__box__2 .item-img {
    right: -82px;
  }
}
@media screen and (max-width: 991px) {
  .hero__Wrap__1 .hero__box__2 .item-img {
    display: none;
  }
}
.hero__Wrap__1 .item-shape {
  position: absolute;
  bottom: 55%;
  left: 15%;
}
@media screen and (max-width: 991px) {
  .hero__Wrap__1 .item-shape {
    display: none;
  }
}

.hero__box__1 .heading-light {
  text-align: left;
  margin-bottom: 0;
}
.hero__box__1 .heading-light .item-title {
  font-size: 36px;
  line-height: 46px;
  text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
  .hero__box__1 .heading-light .item-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .hero__box__1 .heading-light .item-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .hero__box__1 .heading-light .item-title {
    font-size: 28px;
  }
}
.hero__box__1 .heading-light .item-element {
  margin-bottom: 42px;
}

.rt__stork {
  position: relative;
}
.rt__stork .item-strok {
  position: absolute;
  top: 110px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .rt__stork .item-strok {
    display: none;
  }
}

/*==============================
// header
================================*/
.rt-header {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  left: 0;
  padding: 0 58px;
}

.rt-header.sticky-on.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #000;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*Header Action items*/
.header-action-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  vertical-align: middle;
  line-height: 1;
}

.header-action-items .item-button .item-btn::before {
  display: none;
}

.header-action-items .item-button .item-btn .btn-text {
  border: 1px solid var(--color-primary);
}

.header-action-items .item-button .item-btn:hover .btn-text {
  border: 1px solid var(--color-white);
  background-color: transparent;
  color: var(--color-primary);
}

/*========================================
//  main-menu
==========================================*/
/*rt-main-menu*/
.rt-main-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rt-main-menu .menu .menu-item {
  position: relative;
}

.rt-main-menu .menu .menu-item > a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-family: var(--font-title);
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
}

.rt-main-menu .menu .menu-item > a:first-child::before {
  left: 1px;
}

.rt-main-menu .menu .menu-item > a:before {
  content: "";
  top: 77%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 21px;
  background-color: var(--color-primary);
  border-radius: 45px;
  width: 0;
  height: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.rt-main-menu .menu .menu-item > a:hover:before {
  left: 0;
  width: 100%;
}

.rt-main-menu.style-1 .menu .menu-item a {
  color: var(--color-black);
}

.fixed-header-style-1 .rt-main-menu .menu .menu-item a {
  padding: 30px 0;
}

.rt-main-menu .menu > .menu-item {
  margin-right: 50px;
}

@media only screen and (max-width: 1440px) {
  .rt-main-menu .menu > .menu-item {
    margin-right: 40px;
  }
}
.rt-main-menu .menu > .menu-item.active > a {
  color: var(--color-primary);
}

.rt-main-menu .menu > .menu-item.active > a > .nav-label {
  color: var(--color-primary);
}

.rt-main-menu .menu > .menu-item > a {
  padding: 35.5px 0;
  text-transform: uppercase;
}

.rt-main-menu .menu > .menu-item:last-child {
  margin-right: 0;
}

.rt-main-menu.style-2 .menu .menu-item > a {
  color: #fff;
}

.rt-main-menu.style-2 .menu .menu-item > a .hover-eff::after {
  background-color: var(--color-primary);
}

.rt-main-menu.style-2 .menu .menu-item > a .nav-label {
  color: #fff;
}

.rt-main-menu.style-2 .menu .menu-item:hover > a .nav-label {
  color: #fff;
}

/*=====================================
// rt mobile menu
======================================*/
.offscreen-navigation .menu {
  font-family: var(--font-title);
}

.offscreen-navigation .menu > li {
  border-bottom: 1px solid #e9e9e9;
}

.offscreen-navigation .menu > li:last-child {
  border-bottom: 0;
}

.offscreen-navigation .menu > li > a {
  background-color: #f3f3f3;
  font-size: 16px;
  padding: 12px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.offcanvas-content-style-2 .offscreen-navigation .menu > li > a {
  background-color: transparent;
  padding: 12px 0;
}

.offscreen-navigation .menu > li > a:hover {
  background-color: #f8f8f8;
}

.offscreen-navigation .menu > li > a.opened {
  background-color: #f8f8f8;
}

.offscreen-navigation .sub-menu {
  display: none;
  background-color: #ffffff;
}

.offscreen-navigation .sub-menu li.menu-item-has-children > a::after,
.offscreen-navigation .sub-menu li.menu-item-has-children > a::before {
  right: 40px;
}

.offscreen-navigation .sub-menu li a {
  border-top: 1px solid #f1f1f1;
  padding: 7px 40px;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.offcanvas-content-style-2 .offscreen-navigation .sub-menu li a {
  padding-left: 30px;
}

.offscreen-navigation .sub-menu li a:hover {
  background-color: rgba(15, 91, 245, 0.05);
}

.offscreen-navigation .sub-menu li .sub-menu li a {
  padding: 7px 50px;
}

.offscreen-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.offscreen-navigation ul li > a {
  display: block;
  position: relative;
  color: #000000;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.offscreen-navigation ul li > a:hover {
  color: var(--color-primary);
}

.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-menu {
  padding: 12px 15px;
  border-bottom: 1px solid rgba(81, 81, 81, 0.15);
  z-index: 999;
  background: #fff;
}

@media (min-width: 992px) {
  .rt-mobile-menu {
    display: none;
  }
}
.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: #000000;
  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);
}