@import url("https://fonts.googleapis.com/css2?family=Padauk:wght@700&display=swap");
html {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    height: 100%;
}

body {
    font-family: "Open Sans", "Padauk", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.1px;
    line-height: 1.8;
    color: #020202;
    overflow-x: hidden;
    background-color: #f1eaeb;
}

a {
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
    color: #ee383c !important;
    text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin: 0 0 1.25rem 0;
    color: #051922;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
    margin: 0;
}

h1,
.h1 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 4rem;
}

@media only screen and (max-width: 767.96px) {
    h1,
    .h1 {
        font-size: 3rem;
        line-height: 3.25rem;
    }
}

@media only screen and (max-width: 575.96px) {
    h1,
    .h1 {
        font-size: 2.5rem;
        line-height: 2.75rem;
    }
}

h2,
.h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.25rem;
}

@media only screen and (max-width: 767.96px) {
    h2,
    .h2 {
        font-size: 2.5rem;
        line-height: 2.75rem;
    }
}

@media only screen and (max-width: 575.96px) {
    h2,
    .h2 {
        font-size: 2rem;
        line-height: 2.25rem;
    }
}

h3,
.h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.25rem;
}

@media only screen and (max-width: 575.96px) {
    h3,
    .h3 {
        font-size: 1.75rem;
        line-height: 2rem;
    }
}

h4,
.h4 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.75rem;
}

@media only screen and (max-width: 575.96px) {
    h4,
    .h4 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }


}

@media screen and (max-width: 400px) {
    .why-text{
        padding: 18px 2px 35px 6px !important;
    }
    .site-logo {
        max-width: 96px !important;
    }
    .footer-img{
        display: none;
    }
    .corporate-banner {
        display: none;
    }

    .product-section{
        padding-top: 0 !important;
    }

}

@media only screen and (max-width: 767.96px) {
    .hero-area div.hero-text {
        height: 106%;
        width: 100% !important;
    }
}

h5,
.h5 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
}

h6,
.h6 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
}

p {
    font-family: "Open Sans", "Padauk", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.1px;
    line-height: 1.8;
    color: #051922;
    margin: 0 0 1.25rem 0;
}

p:last-child {
    margin: 0;
}

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

# All Common Styles

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


@-webkit-keyframes spinLeft {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}

@keyframes spinLeft {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}

@-webkit-keyframes spinRight {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes spinRight {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.mt-80 {
    margin-top: 80px;
}

@media only screen and (max-width: 767.96px) {
    .mt-80 {
        margin-top: 50px;
    }
}

.mb-80 {
    margin-bottom: 80px;
}

@media only screen and (max-width: 767.96px) {
    .mb-80 {
        margin-bottom: 50px;
    }
}

.mt-100 {
    margin-top: 100px;
}

@media only screen and (max-width: 767.96px) {
    .mt-100 {
        margin-top: 80px;
    }
}

.mb-100 {
    margin-bottom: 100px;
}

@media only screen and (max-width: 767.96px) {
    .mb-100 {
        margin-bottom: 80px;
    }
}

.mt-150 {
    margin-top: 150px;
}

@media only screen and (max-width: 767.96px) {
    .mt-150 {
        margin-top: 100px;
    }
}

.mb-150 {
    margin-bottom: 150px;
}

@media only screen and (max-width: 767.96px) {
    .mb-150 {
        margin-bottom: 100px;
    }
}

.pt-80 {
    padding-top: 80px;
}

@media only screen and (max-width: 767.96px) {
    .pt-80 {
        padding-top: 50px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}

@media only screen and (max-width: 767.96px) {
    .pb-80 {
        padding-bottom: 50px;
    }
}

.pt-100 {
    padding-top: 100px;
}

@media only screen and (max-width: 767.96px) {
    .pt-100 {
        padding-top: 80px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media only screen and (max-width: 767.96px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

.pt-150 {
    padding-top: 150px;
}

@media only screen and (max-width: 767.96px) {
    .pt-150 {
        padding-top: 100px;
    }
}

.pb-150 {
    padding-bottom: 150px;
}

@media only screen and (max-width: 767.96px) {
    .pb-150 {
        padding-bottom: 100px;
    }
}

.gray-bg {
    background-color: #f5f5f5;
}

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

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

.blue-bg {
    background-color: #162133;
}

.logo {
    /* padding-top: 10px; */
    width: 75px;
    /* margin-left: 16px; */
}

.title-shadow{
    text-shadow: 4px 4px 2px rgba(139,75,75,0.66);
}

.boxed-btn {
    position: relative;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    background-color: #ee383c !important;
    color: #fff !important;
    padding: 10px 20px;
}

a.boxed-btn::after {
    background-color: #ee383c !important;
}

.boxed-btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 10rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s;
}
.boxed-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
    color: #fff !important;
}

.boxed-btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

a.bordered-btn,
a.bordered-btns {
    font-family: "Poppins", sans-serif;
    display: inline-block;
    color: #ee383c !important;
    border: 2px solid #28a745 !important;
    padding: 7px 20px;
}

a.boxed-btn,
a.bordered-btn,
a.bordered-btns,
a.cart-btn {
    border-radius: 50px;
}

.mission-title h3:after {
    position: absolute;
    content: "";
    top: 45px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 145px;
    height: 2px;
    background-color: #f69322 !important;
    margin: 0 auto;
}

.composition {
    position: relative;
}
.composition__photo {
    width: 55%;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    position: absolute;
    z-index: 10;
    transition: all 0.2s;
    outline-offset: 2rem;
}
.composition__photo--p1 {
    left: 0;
    top: -2rem;
}

.composition__photo--p2 {
    right: 0;
    top: 2rem;
}

.composition__photo--p3 {
    left: 20%;
    top: 10rem;
}

.composition__photo:hover {
    outline: 0.5rem solid #ee383c;
    transform: scale(1.05) translateY(-0.5rem);
    box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
    z-index: 20;
}

.coropate-text h3 {
    font-size: 1.6rem;
}

.coropate-text {
    width: 75%;
    margin: 0 auto;
    box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 3px;
    padding: 2rem;
    padding-left: 0rem;
    font-size: 1rem;
    transform: skewX(-12deg);
}

.header-text,.home-date{
    color: black;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
@media only screen and (max-width: 767.96px) {
    .coropate-text {
        width: 100%;
        padding:0 0 0 20px;
        box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
        background-color: rgba(255, 255, 255, 0.6);
        font-size: 1rem;
        margin: 0;
        transform: none;

    }
}

.why-choose-us {
    background-image: url("../img/why-us-banner2.jpg");
    /* background-image: url("../img/why-us-banner1.avif"); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    padding: 220px;
    position: relative;
    overflow: hidden;

}

.circle_one {
    background: #fff;
    width: 900px;
    height: 1000px;
    border-radius: 50%;
    position: absolute;
    left: -450px;
    top: 120px;
}

.circle_two {
    background-color: #fff;
    width: 900px;
    height: 1000px;
    border-radius: 50%;
    position: absolute;
    top: -680px;
    right: -444px;
}

.why-div {
    position: absolute;
    left: -81px;
    top: 200px;
    width: 53%;
    text-align: left;
}

.why-header {
    padding: 0 99px;
    font-size: 2rem;
}
.why-text {
    padding: 8px 160px 35px 99px;
    color: #051922;
}

.why-div_two {
    position: absolute;
    top: 65px;
    width: 60%;
    text-align: right;
    right: -60px;
}

.why-header_two {
    padding: 12px 66px;
    font-size: 2rem;
}
.why-text_two {
    padding: 0 0 0 333px;
    padding-right: 74px;
    color: #051922;
}



@media only screen and (max-width: 767.96px) {

    .why-choose-us {
        background-image: none;
        padding: 220px;
        position: relative;
        overflow: hidden;
        min-height: 100vh;
    }
    .why-div_two {
        position: absolute;
        top: 33px;
        width: 60%;
        text-align: center;
        right: 109px;

    }

    .why-header_two{
        padding: 12px 12px;
        font-size: 1.5rem;
    }

    .why-text_two{
        padding: 0 0 0 2px;
        color: #051922;
    }

    .circle_two{
        background-color: #fff;
        width: 100%;
        height: 255px;
        position: absolute;
        top: 0;
        right: 0;
        box-shadow: 0 0 20px #e4e4e4;
        border-radius: 15px 0 20px 0;
    }

    .circle_one{
        background: #fff;
        width: 100%;
        height: 275px;
        position: absolute;
        left: 0;
        top: 318px;
        box-shadow: 0 0 20px #e4e4e4;
        border-radius: 15px 0 20px 0;
    }

    .why-div{
        position: absolute;
        left: 3px;
        top: 354px;
        width: 100%;
        text-align: center;
    }

    .why-header{
        padding: 0 99px;
        font-size: 1.5rem;
    }

    .coropate-box{
        height: 83% !important;
    }

    .coropate-img{
        bottom: -49px !important;
        height: 52% !important;
    }

    .responsive-img{
        width: 150px;
    }

    .corporate-btn-section{
        margin-top: 50px;
    }

    .footer-text{
        margin-left: 45px !important;
        margin-top: 15px !important;
    }
}



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

# Header Styles

----------------------------------------------------------------------------- */
/* ul.navbar-nav li.nav-item a.nav-link,
ul.navbar-nav li.nav-item.active a.nav-link {
    color: #051922;
}

.top-header-area {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 25px 0;
}

.top-header-area.white ul.navbar-nav li.nav-item a.nav-link,
.top-header-area.white ul.navbar-nav li.nav-item.active a.nav-link {
    color: #fff;
}

ul.navbar-nav li.nav-item a.nav-link,
ul.navbar-nav li.nav-item.active a.nav-link {
    color: #fff;
    font-weight: 700;
    margin-right: 14px;
}


a.navbar-brand img {
    max-width: 150px;
}

nav.main-menu ul li {
    display: inline-block;
}

.nav-link,
.en {
    color: #fff;
    font-weight: 700;
    display: block;
    padding: 15px;
    font-size: 19px;
}

nav.main-menu ul > li {
    position: relative;
}

nav.main-menu ul ul.sub-menu {
    position: absolute;
    background-color: #fff;
    width: 164px;
    padding: 0px 15px;
    margin: 0;
    left: 0;
    top: 56px;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 20px #555555;
    box-shadow: 0 0 20px #555555;
}

nav.main-menu ul ul.sub-menu li {
    display: block;
    text-align: left;
}

nav.main-menu ul ul.sub-menu li a:hover {
    color: #ee383c !important;
}

nav.main-menu ul ul.sub-menu li a {
    padding: 1px !important;
    font-size: 13px;
    font-weight: 600;
}

nav.main-menu ul > li:hover ul {
    opacity: 1;
    visibility: visible;
}

nav.main-menu ul li:last-child a {
    display: inline-block;
}

nav.main-menu > ul li:last-child {
    float: right;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 40px 30px;
    width: 100%;
    float: none;
    margin: 0;
    top: 119%;
    background-color: #e9dee1;
    min-height: 300px;
}
.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu > div > li > ul > li {
    list-style: none;
    padding: 10px 0;
}
.mega-dropdown-menu > div > li > ul > li > a {
    display: block;
    color: #222;
    font-size: 15px;
}
.mega-dropdown-menu > div > li ul > li > a:hover,
.mega-dropdown-menu > div > li ul > li > a:focus {
    text-decoration: none;
}
.mega-dropdown-menu .dropdown-header a {
    font-size: 18px;
    color: #ff3546;
    line-height: 30px;
}

.site-logo {
    float: left;
    max-width: 65px;
    margin-top: -27px;
}

.mean-container .mean-bar {
    background-color: transparent;
    position: absolute;
    right: 16px;
    top: 15px;
}

.mean-bar a.meanmenu-reveal {
    background-color: #ee383c !important;
}

.main-menu-wrap {
    position: relative;
}

.menu-item {
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
}

@media only screen and (max-width: 767.96px) {
    .menu-item {
        display: block;

    }
}
.mean-container a.meanmenu-reveal {
    color: #051922;
}

.mean-container a.meanmenu-reveal span {
    background-color: #28a745 !important;
}

.mean-container .mean-nav ul li a {
    padding: 0.5em 5%;
}

.mean-container .mean-nav ul li li a {
    padding: 0.5em 10%;
}

.mean-container .mean-nav ul li a.mean-expand {
    font-size: 16px;
    height: 10px;
    line-height: 10px;
    width: 15px;
}

.mean-container a.meanmenu-reveal {
    padding: 8px 8px 6px;

}

nav.mean-nav > ul > li:first-child > a {
    border-top: none;
}

.header-icons a {
    color: #fff;
    display: inline-block;
    padding: 10px;
}

.top-header-area.sepherate-header ul li > a,
.top-header-area.sepherate-header .header-icons a {
    color: #051922;
}

nav.main-menu ul ul.sub-menu li {
    display: block;
}

nav.main-menu ul ul.sub-menu li a {
    color: #555;
    padding: 8px;
    font-size: 13px;
    font-weight: 600;
}

nav.main-menu ul li.current-list-item > a {
    color: #ee383c !important;
}

nav.main-menu li:hover > a {
    color: #ee383c !important;
}

nav.main-menu li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.top-header-area .header-icons a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.top-header-area .header-icons a:hover {
    color: #ee383c !important;
}

.sticky-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999 !important;
}

.sticky-wrapper.is-sticky .top-header-area {
    background-color: #051922;
    padding: 0;
}

.top-header-area {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

ul.navbar-nav {
    margin: 0 auto;
}

span.close-btn {
    position: absolute;
    right: 0%;
    color: #fff;
    top: 5%;
    cursor: pointer;
}

.search-area {
    height: 100%;
}

.search-area div {
    height: 100%;
}

.search-bar {
    height: 100%;
    display: table;
    width: 100%;
}

a.mobile-show {
    display: none;
}

.search-area .search-bar div.search-bar-tablecell {
    display: table-cell;
    vertical-align: middle;
    height: auto;
} */

ul.navbar-nav li.nav-item a.nav-link, ul.navbar-nav li.nav-item.active a.nav-link {
    color: #051922;
  }

  .top-header-area {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 25px 0;
  }

  .top-header-area.white ul.navbar-nav li.nav-item a.nav-link, .top-header-area.white ul.navbar-nav li.nav-item.active a.nav-link {
    color: #fff;
  }

  ul.navbar-nav li.nav-item a.nav-link, ul.navbar-nav li.nav-item.active a.nav-link {
    color: #fff;
    font-weight: 700;
    margin-right: 14px;
  }

  a.navbar-brand img {
    max-width: 150px;
  }

  nav.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
  }

  nav.main-menu ul li {
    display: inline-block;
  }

  nav.main-menu ul li a {
    color: #ee383c;
    font-weight: 700;
    display: block;
    padding: 15px;
  }

  nav.main-menu ul > li {
    position: relative;
  }

  nav.main-menu ul ul.sub-menu {
    position: absolute;
    background-color: #fff;
    width: 220px;
    padding: 15px 15px;
    margin: 0;
    left: 0;
    top: 50px;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 20px #555555;
    box-shadow: 0 0 20px #555555;
    display: flex;
    flex-direction: column;
  }

  nav.main-menu ul ul.sub-menu li {
    display: block;
    text-align: left;
  }

  nav.main-menu ul ul.sub-menu li a {
    color: #555;
    font-weight: 600;
    padding: 7px 10px;
    font-size: 13px;
  }

  nav.main-menu ul ul.sub-menu li a:hover{
    color: #F28123 !important;
    font-weight: 600;
    padding: 7px 10px;
    font-size: 13px;
  }

  nav.main-menu ul > li:hover ul {
    opacity: 1;
    visibility: visible;
  }

  nav.main-menu ul li:last-child a {
    display: inline-block;
  }

  nav.main-menu > ul li:last-child {
    float: right;
  }

  .site-logo {
    float: left;
    max-width: 150px;
  }

  ul.sub-menu li:last-child {
    float: none !important;
  }

  .mean-container .mean-bar {
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 15px;
  }

  .mean-bar a.meanmenu-reveal {
    background-color: #F28123;
  }

  .main-menu-wrap {
    position: relative;
  }

  .mean-container a.meanmenu-reveal {
    color: #051922;
  }

  .mean-container a.meanmenu-reveal span {
    background-color: #051922;
  }

  .mean-container .mean-nav ul li a {
    padding: 0.5em 5%;
  }

  .mean-container .mean-nav ul li li a {
    padding: 0.5em 10%;
  }

  .mean-container .mean-nav ul li a.mean-expand {
    font-size: 16px;
    height: 10px;
    line-height: 10px;
    width: 15px;
  }

  .mean-container a.meanmenu-reveal {
    padding: 8px 8px 6px;
  }

  nav.mean-nav > ul > li:first-child > a {
    border-top: none;
  }

  .header-icons a {
    color: #fff;
    display: inline-block;
    padding: 10px;
  }


  .top-header-area.sepherate-header ul li > a, .top-header-area.sepherate-header .header-icons a {
    color: #051922;
  }

  nav.main-menu ul ul.sub-menu li {
    display: block;
  }

  nav.main-menu ul ul.sub-menu li a {
    color: #555;
    padding: 8px;
    font-size: 13px;
    font-weight: 600;
  }

  nav.main-menu ul li.current-list-item > a {
    color: #F28123;
  }

  nav.main-menu li:hover > a {
    color: #F28123;
  }

  nav.main-menu li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .top-header-area .header-icons a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .top-header-area .header-icons a:hover {
    color: #F28123;
  }

  .sticky-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999 !important;
    height: 30px;
  }

  .sticky-wrapper.is-sticky .top-header-area {
    background-color: #051922;
    color: #fff !important;
    padding: 15px 0;
  }

  .top-header-area {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  ul.navbar-nav {
    margin: 0 auto;
  }

  .search-area {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5555;
    background-color: #051922;
    width: 100%;
    height: 100%;
    text-align: center;
  }

  span.close-btn {
    position: absolute;
    right: 0%;
    color: #fff;
    top: 5%;
    cursor: pointer;
  }

  .search-area {
    height: 100%;
  }

  .search-area div {
    height: 100%;
  }

  .search-bar {
    height: 100%;
    display: table;
    width: 100%;
  }

  a.mobile-show {
    display: none;
  }

  .search-area .search-bar div.search-bar-tablecell {
    display: table-cell;
    vertical-align: middle;
    height: auto;
  }

  .search-bar-tablecell input {
    border: none;
    padding: 15px;
    width: 60%;
    background-color: transparent;
    border-bottom: 1px solid #F28123;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #fff;
  }

  .search-bar-tablecell button[type=submit] {
    border: none;
    background-color: #F28123;
    padding: 15px 30px;
    cursor: pointer;
    display: inline-block;
    border-radius: 50px;
    font-weight: 700;
  }

  .search-bar-tablecell input::-webkit-input-placeholder {
    color: #fff;
  }

  .search-bar-tablecell input:-ms-input-placeholder {
    color: #fff;
  }

  .search-bar-tablecell input::-ms-input-placeholder {
    color: #fff;
  }

  .search-bar-tablecell input::placeholder {
    color: #fff;
  }

  .search-bar-tablecell button[type=submit] i {
    margin-left: 5px;
  }

  .search-area {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .search-area.search-active {
    visibility: visible;
    opacity: 1;
    z-index: 999;
  }

  .search-bar-tablecell h3 {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 7px;
  }

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

# Footer Styles

----------------------------------------------------------------------------- */
.single-logo-item img {
    /* max-width: 180px; */
    margin: 0 auto;
}

.logo-carousel-section {
    /* background-color: #f5f5f5; */
    padding: 50px 0;
}

.footer-area {
    background-color: #051922;
    color: #fff;
    padding: 150px 0;
}

h2.widget-title {
    font-size: 24px;
    font-weight: 500;
    position: relative;
    padding-bottom: 20px;
    color: #fff;
}

h2.widget-title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    background-color: #ee383c !important;
    content: "";
}

.footer-box p {
    color: #fff;
    opacity: 0.7;
    line-height: 1.8;
    padding-right: 25px;
}

.footer-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-box ul li {
    opacity: 0.7;
    margin-bottom: 10px;
    line-height: 1.8;
}

.footer-box ul li:last-child {
    margin-bottom: 0;
}

.footer-box.subscribe form input[type="email"] {
    border: none;
    background-color: #012738;
    width: 78%;
    padding: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
}

.footer-box.subscribe form button {
    width: 20%;
    border: none;
    background-color: #012738;
    color: #ee383c !important;
    padding: 14px 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
}

.footer-box.subscribe form button:focus {
    outline: none;
}

.copyright {
    background-color: #051922;
    border-top: 1px solid #232a35;
}

.copyright p {
    margin: 0;
    color: #fff;
    opacity: 0.7;
    padding: 16px 0;
    font-size: 15px;
}

.copyright a {
    color: #ee383c !important;
    font-weight: 700;
}

.copyright a:hover {
    color: #28a745 !important;
}

.social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-icons ul li {
    display: inline-block;
}

.social-icons ul li a {
    font-size: 16px;
    color: #fff;
    opacity: 0.7;
    padding: 16px 10px;
    display: block;
}

.footer-box ul li a {
    color: #fff;
}

.footer-box.pages ul li {
    position: relative;
    padding-left: 20px;
}

.footer-box.pages ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ee383c !important;
}

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

# Hover Styles

----------------------------------------------------------------------------- */
a.navbar-brand {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a.navbar-brand:hover {
    opacity: 0.7;
}

.btn-hero {
    position: relative;
    transition: all 0.3s;
}
.btn-hero::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 10rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-hero:hover {
    transform: translateY(-3px);
    color: #fff !important;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}
.btn-hero:hover::after {
    content: "";
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

a.bordered-btn,
a.bordered-btns {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a.bordered-btn:hover,
a.bordered-btns:hover {
    background-color: #28a745 !important;
    color: #fff !important;
}

ul.sub-menu a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

ul.sub-menu li:hover a {
    color: #28a745 !important;
}

.single-tof-box {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-tof-box:hover {
    -webkit-box-shadow: 0 0 80px #353535;
    box-shadow: 0 0 80px #353535;
}

a.video-play-btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a.video-play-btn:hover {
    background-color: #333;
    color: #28a745 !important;
}

.latest-news-bg {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-latest-news:hover .latest-news-bg {
    opacity: 0.8;
}

a.tof-btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a.tof-btn i {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a.tof-btn:hover {
    color: #28a745 !important;
}

a.tof-btn:hover i {
    margin-left: 10px;
}

.single-latest-news {
    -webkit-box-shadow: 0 0 20px #dddddd;
    box-shadow: 0 0 20px #dddddd;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-latest-news:hover {
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single-logo-item {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: all 0.3s;
    padding-top: 20px;
}

.single-logo-item:hover {
    transform: scale(1.1);
}

.footer-box.pages ul li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer-box.pages ul li:hover a {
    color: #28a745 !important;
}

.footer-box.subscribe form button {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer-box.subscribe form button:hover {
    background-color: #28a745 !important;
    color: #051922;
}

.social-icons ul li:hover a {
    color: #28a745 !important;
}

.social-icons ul li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

ul.social-link-team li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

ul.social-link-team li a:hover {
    background-color: #051922;
    color: #28a745 !important;
}

.counter-box {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.counter-box:hover {
    -webkit-box-shadow: 0 0 80px #6f6f6f;
    box-shadow: 0 0 80px #6f6f6f;
}

input[type="submit"] {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px !important;
}

input[type="submit"]:hover {
    background-color: #051922 !important;
    color: #f69322 !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f69322 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(245, 243, 241, 0.25);
}

div.owl-controls,
.owl-controls div {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

div.owl-controls div.owl-nav div:hover {
    opacity: 0.7;
}

.icons a i {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.icons a:hover i {
    color: #28a745 !important;
}

.tof-text a.tof-btn {
    margin-top: 15px;
    display: inline-block;
}

.product-section {
    padding-top:100px;
    /* background-color: #f1eaeb; */
}
.product-image img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.product-image img:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    /* transform: scale(1.1); */
}

a.cart-btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a.cart-btn:hover {
    background-color: #051922 !important;
    color: #28a745 !important;
}

.recent-posts ul li {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.recent-posts ul li:hover {
    opacity: 0.7;
}

ul.sub-menu li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

ul.sub-menu li:hover a {
    color: #28a745 !important;
}

.sidebar-section ul li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.sidebar-section ul li a:hover {
    opacity: 0.7;
}

.comment-text-body h4 a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.comment-text-body h4 a:hover {
    color: #28a745 !important;
}

.service-menu ul li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.service-menu ul li a.active {
    font-weight: 600;
    color: #ffe200;
}

.service-menu ul li a:hover {
    color: #28a745 !important;
}

.search-bar-tablecell button[type="submit"] {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.search-bar-tablecell button[type="submit"]:hover {
    background-color: #fff;
    color: #000;
}

span.close-btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

span.close-btn:hover {
    color: #fff;
}

a.mobile-show.search-bar-icon {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a.mobile-show.search-bar-icon:hover {
    color: #28a745 !important;
}

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

# Hero Styles

----------------------------------------------------------------------------- */
.hero-bg {
    background-image: url(../img/hero-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* .bg-hero{
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.25);
    backdrop-filter: blur(2.5px);
    position: absolute;
} */

.hero-text {
    height: 100%;
}

.hero-text-tablecell {
    display: table-cell;
}

.hero-area {
    height: 100%;
    position: relative;
    z-index: 1;
}

.banner-text {
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.25rem;
    color: #6b6d76;
}
html,
body {
    height: 100%;
}


.hero-text p.subtitle {
    color: #fff !important;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 34px;
}

.hero-text p.home-date {
    color: #051922 !important;
    font-weight: 700;
    letter-spacing: 7px;
    font-size: 20px;
}
.hero-text h1 {
    font-size: 59px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 1px;
}

.hero-area div {
    height: 100%;
}

.hero-area div.hero-text {
    height: 106%;
    width: 95%;
}

.hero-area div.hero-text-tablecell {
    height: auto;
    vertical-align: middle;
}

.hero-area div.hero-text-tablecell div {
    height: auto;
    vertical-align: middle;
}

.hero-btns {
    margin-top: 35px;
}

.hero-btns a.bordered-btn,
a.bordered-btns {
    margin-left: 15px;
}

.hero-area div.hero-form {
    background-color: #fff;
    text-align: center;
    width: 380px;
    margin: 0 auto;
    margin-right: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px #2d2d2d;
    box-shadow: 0 0 15px #2d2d2d;
    position: absolute;
    right: 30px;
    bottom: -15%;
    height: 600px;
}

input[type="submit"] {
    background-color: #ee383c !important;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    border: none !important;
    cursor: pointer;
    padding: 15px 25px;
    border-radius: 3px;
}

.homepage-slider {
    height: 100%;
}


@keyframes myAnim {
    0% {
        background-position: center top;
        background-size: 100%;
    }

    100% {
        background-position: center top;
        background-size: 150%;
    }
}
.homepage-bg-1 {
    /* position: relative; */
    background-image: url("../img/banner/banner-five.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    /* min-height: 100vh; */

}

.home-page-bg-animate{
    animation: myAnim 5s cubic-bezier(0.7, 0, 0.84, 0) 1s 1 reverse forwards;
}

.homepage-bg-2 {
    background-image: url("../img/banner/banner-six.jpg");
    background-size: cover;
    /* background-position: top; */
    /* background-image: url('../img/banner/banner-five.jpg'); */
    /* animation: myAnim 5s cubic-bezier(0.7, 0, 0.84, 0) 1s 1 reverse forwards; */
}

.homepage-bg-3 {
    background-image: url("../img/banner/banner-two.jpg");
    background-size: cover;
    /* background-position: bottom; */
    /* background-image: url('../img/banner/banner-two.jpg'); */
    /* animation: myAnim 5s cubic-bezier(0.7, 0, 0.84, 0) 1s 1 reverse forwards; */
}

.homepage-slider {
    height: 100%;
}

.homepage-slider div {
    height: 100%;
}

.homepage-slider div.hero-text {
    display: table;
    width: 100%;
}

.homepage-slider div.hero-text-tablecell {
    height: auto;
    vertical-align: middle;
    display: table-cell;
}

.homepage-slider div.hero-text-tablecell div {
    height: auto;
}

.single-homepage-slider {
    background-size: cover;
    background-position: center;
    /* background-color: #020C0E; */
    position: relative;
    z-index: 1;
}

.single-homepage-slider:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: #051922; */
    content: "";
    /* z-index: -1; */
    /* opacity: 1; */
}

div.owl-controls,
.owl-controls div {
    height: auto;
    top: 50%;
    color: #fff !important;
    font-size: 29px;
}

.homepage-slider {
    position: relative;
}

.owl-prev {
    position: absolute;
    left: 60px;
    margin-top: -30px;
}

.owl-next {
    position: absolute;
    right: 60px;
    margin-top: -30px;
}

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

# List Styles

----------------------------------------------------------------------------- */
.list-section {
    background: linear-gradient(135deg, #ff4d4f 0%, #76d58d 100%);
}

.list-box {
    overflow: hidden;
    letter-spacing: 0.5px;
}

.list-box .content h3 {
    display: block;
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 4px;
}

.list-box .content p {
    margin-bottom: 0px;
    opacity: 0.75;
}

.list-box .list-icon i {
    display: block;
    font-size: 24px;
    margin-right: 15px;
    color: #28a745 !important;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 60px;
    border: 2px #28a745 dotted;
    border-radius: 999px;
}
/* -----------------------------------------------------------------------------

# Cart Banner Styles

----------------------------------------------------------------------------- */
.cart-banner {
    background-color: #f5f5f5;
}

.cart-banner .image-column {
    position: relative;
}

.cart-banner .image-column .price-box {
    position: absolute;
    left: 15%;
    top: -30px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: rgba(242, 129, 35, 0.75);
}

.cart-banner .image-column .price-box .inner-price {
    position: relative;
    width: 94px;
    height: 94px;
    margin: 0 auto;
    margin-top: 8px;
    text-align: center;
    border-radius: 50%;
    background-color: #28a745 !important;
}

.cart-banner .image-column .price-box .inner-price .price {
    color: #051922;
    padding-top: 27px;
    position: relative;
    display: inline-block;
    line-height: 18px;
    font-weight: 400;
}

.cart-banner .image-column .price-box .inner-price .price strong {
    color: #051922;
    font-size: 24px;
}

.cart-banner .content-column {
    position: relative;
    padding-top: 40px;
}

.cart-banner .content-column h3 {
    font-size: 22px;
    margin-bottom: 0;
}

.cart-banner .content-column h4 {
    position: relative;
    font-weight: 300;
    text-transform: uppercase;
}

.cart-banner .content-column .text {
    position: relative;
    font-weight: 400;
    line-height: 1.8em;
    /* margin-top: 25px; */
    margin-bottom: 25px;
}

@media only screen and (max-width: 767.96px) {
    .cart-banner .content-column {
        position: relative;
    }
    .composition {
        top: 50px;
    }

    .clearfix{
        padding: 0 !important;
        margin: 0;
    }

    .composition {
        display: none;
    }

    .composition__img{
        box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
        border-radius: 2px;
        transition: all 0.2s;
        outline-offset: 2rem;
    }

    .composition__img:hover{
        outline: 0.5rem solid #ee383c;
        transform: scale(1.05) translateY(-0.5rem);
        box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
        z-index: 20;
    }



}

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

# Testimonial Styles

----------------------------------------------------------------------------- */
.client-avater {
    margin-bottom: 20px;
}

.client-meta h3 {
    font-size: 20px;
    font-weight: 600;
}

.client-meta h3 span {
    display: block;
    font-size: 70%;
    margin-top: 10px;
    color: #051922;
    font-weight: 600;
    opacity: 0.5;
}

p.testimonial-body {
    font-size: 17px;
    width: 700px;
    margin: 0 auto;
    line-height: 1.8;
    margin-top: 20px;
}

.last-icon {
    margin-top: 20px;
    font-size: 25px;
    opacity: 0.3;
}

.client-avater img {
    max-width: 100px;
    border-radius: 50%;
    margin: 0 auto;
}

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

# About Styles

----------------------------------------------------------------------------- */
a.video-play-btn {
    position: absolute;
    background-color: #28a745 !important;
    color: #051922;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 92px;
    border-radius: 50%;
    font-size: 20px;
    padding-left: 5px;
    display: block;
    z-index: 2;
    top: 50%;
    margin-top: -45px;
    -webkit-box-shadow: 0 0 20px #adadad;
    box-shadow: 0 0 20px #adadad;
    left: 50%;
    margin-left: -45px;
}

.abt-bg {
    /* background-image: url(../img/abt.jpg); */
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.abt-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #051922;
    opacity: 0.3;
}

.abt-section .abt-text {
    padding: 50px;
    padding-left: 30px;
}

.abt-text p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.abt-text p.top-sub {
    opacity: 0.8;
    margin-bottom: 10px;
}

.abt-text p:last-child {
    margin-bottom: 0;
}

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

# coropate Styles

----------------------------------------------------------------------------- */
.corporate-banner {
    /* background-image: url("../img/banner/coropate-banner.jpg"); */
    /* background-image:linear-gradient(to left top, rgba(165, 146, 160, 0.8), rgba(112, 55, 100, 0)),url('../img/banner/coropate-banner.avif') ; */
    /* height: 100%; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.coropate-link {
    display: inline-block;
    width: 100%;
    padding: 11px;
    text-align: center;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 9px;
    margin-left: 8px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
        rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coropate-box {
    height: 65%;
    /* background-color: red; */
    width: 85%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coropate-box h3 {
    color: #fff !important;

    letter-spacing: 1px;
}

.coropate-img {
    position: absolute;
    bottom: -61px;
    left: 6%;
    width: 90%;
    height: 80%;
    background-color: white;
    border-radius: 50%;
    padding: 7px 5px 10px 7px;
}
.product-cart-wrap .product-badges.product-badges-position {
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 9;
}


.product-cart-wrap .product-badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-cart-wrap .product-badges span.hot {
    background-color: #f74b81;
}

.product-cart-wrap .product-badges span.best {
    background-color: #f59758;
}

.corp-text {
    font-size: 17px;
    width: 45%;
    margin: 0 auto;
    line-height: 1.8;
    font-style: italic;
    color: #a79a9a;
}

.product-cart-wrap .product-badges span.new {
    background-color: #3bb77e;
}
.product-cart-wrap .product-badges span:last-child {
    margin-right: 0px;
}

.product-cart-wrap .product-badges span {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    border-radius: 15px 0 20px 0;
    color: #fff;
    padding: 9px 20px 10px 20px;
}

.brand-name {
    color: #3bb77e;
    font-size: 12px;
}

.brand-name:hover {
    color: #f74b81;
}

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

# About Page Styles

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

ul.social-link-team {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

ul.social-link-team li {
    display: inline-block;
}

ul.social-link-team li a {
    color: #fff;
    background-color: #28a745 !important;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    display: block;
    margin: 5px;
}

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

# Contact Page Styles

----------------------------------------------------------------------------- */
.form-title {
    margin-bottom: 25px;
}

.form-title h2 {
    font-size: 25px;
    color: #ee383c;
}

.form-title p {
    font-size: 15px;
    line-height: 1.8;
}

.contact-form form p input[type="text"],
.contact-form form p input[type="tel"],
.contact-form form p input[type="email"] {
    width: 49%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.contact-form form p input:focus-visible {
    width: 49%;
    padding: 15px;
    border: 1px solid red;
    border-radius: 3px;
}

.contact-form form p textarea {
    border: 1px solid #ddd;
    padding: 15px;
    height: 200px;
    border-radius: 3px;
    width: 100%;
    resize: none;
}

.contact-form-wrap {
    background-color: #fbfbfb;
    padding: 45px 30px;
    border-radius: 5px;
}

.contact-form-box {
    padding-left: 40px;
    margin-bottom: 30px;
}

.contact-form-box h4 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
}

.contact-form-box h4 i {
    position: absolute;
    left: -13%;
    color: #ee383c !important;
    top: 2px;
}

.contact-form-box p {
    line-height: 1.8;
    opacity: 0.8;
}

.contact-form-wrap .contact-form-box:last-child {
    margin: 0;
}

.find-location p {
    color: #fff;
    font-size: 40px;
    margin: 0;
    font-weight: 600;
    padding: 95px 0;
}

.find-location p i {
    margin-right: 10px;
    color: #e74c3c !important;
}

.subtitle-home{
    animation: myAnim 5s cubic-bezier(0.7, 0, 0.84, 0) 3s 1 reverse forwards;
}
#form_status .success {
    color: #fff;
    text-align: center;
    background: #2ecc71;
    border-radius: 3px;
    padding: 30px 0px;
}

#form_status .success i {
    color: #fff;
    font-size: 45px;
    margin-bottom: 14px;
}

#form_status .success h3 {
    color: #fff;
    margin-bottom: 10px;
}

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

# Shop Page Styles

----------------------------------------------------------------------------- */
.product-filters {
    margin-bottom: 80px;
}

.product-filters ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.product-filters ul li {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    margin: 15px;
    margin-left: 0;
    border: 1px solid rgb(211, 208, 208);
    color: #28a745;
    cursor: pointer;
    padding: 4px 9px;
    border-radius: 5px;
}

.product-filters ul li.active {
    border: 1px solid rgb(211, 208, 208) !important;
    background-color: #ee383c !important;
    color: #fff;
}

.single-product-item {
    margin-bottom: 30px;
}

.product-image {
    padding: 30px;
    padding-bottom: 0;
    border-radius: 15px;
    /* border: 10px solid green; */

}

.product-image img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}

.single-product-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

p.product-price {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
}

p.product-price span {
    display: block;
    opacity: 0.8;
    font-size: 15px;
    font-weight: 400;
}

a.cart-btn {
    font-family: "Poppins", sans-serif;
    display: inline-block;
    background-color: #f69322 !important;
    color: #fff !important;
    padding: 7px 30px;
}

a.cart-btn i {
    margin-right: 5px;
}

.single-product-img img {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px #ddd;
    box-shadow: 0 0 20px #ddd;
}

.single-product-content h3 {
    font-size: 22px;
    font-weight: 600;
}

p.single-product-pricing span {
    font-size: 18px;
    display: block;
    opacity: 0.8;
    margin-bottom: 10px;
    font-weight: 400;
}

.single-product-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}

.single-product-content p.single-product-pricing {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #051922;
    line-height: inherit;
}

input[type="number"] {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    width: 100px;
    margin-bottom: 15px;
}

.single-product-form a.cart-btn {
    margin-bottom: 15px;
}

.single-product-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 35px;
}

ul.product-share {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.product-share li {
    display: inline-block;
}

ul.product-share li a {
    display: block;
    color: #051922;
    margin-right: 10px;
}

.single-product-content {
    margin-left: 30px;
}

table.cart-table {
    border: 1px solid #f9f9f9;
    width: 100%;
}

thead {
    border-bottom: 1px solid #eee;
}

tr.table-head-row th {
    border-right: 1px solid #efefef;
    padding: 15px;
    font-weight: 500;
    text-align: center;
}

tr.table-head-row th:last-child {
    border-right: none;
}

.cart-table-wrap tbody tr td {
    text-align: center;
}

td.product-image img {
    max-width: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}

.cart-table-wrap tbody tr td {
    border: 1px solid #efefef;
    padding: 20px 0;
    color: #051922;
}

thead.cart-table-head tr {
    background-color: #efefef;
}

td.product-quantity input {
    margin-bottom: 0;
}

td.product-remove a {
    color: #051922;
}

.total-section table.total-table {
    border: 1px solid #efefef;
    width: 100%;
}

tr.table-total-row {
    background-color: #efefef;
}

tr.table-total-row th {
    font-weight: 500;
    font-size: 15px;
    padding: 15px;
}

table.total-table tbody tr.total-data td {
    border: 1px solid #efefef;
    padding: 19px 15px;
}

tr.total-data td strong {
    margin-right: 32px;
}

.cart-buttons {
    margin-top: 30px;
}

.cart-buttons a:first-child {
    margin-right: 20px;
}

.card.single-accordion {
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef !important;
}

.card.single-accordion .card-header {
    background-color: #fff;
    border: none;
    padding: 0;
}

.card.single-accordion:last-child {
    margin-bottom: 0;
}

.card.single-accordion .card-header h5 button {
    color: #051922;
    font-size: 15px;
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px;
    text-decoration: none;
    border: none;
    background-color: #efefef;
    position: relative;
    padding-left: 50px;
    font-weight: 600;
}

.card.single-accordion {
    border: 1px solid #f9f9f9;
}

.billing-address-form {
    padding: 20px;
}

.billing-address-form form p input {
    border: 1px solid #ddd;
    padding: 15px;
    width: 100%;
    border-radius: 3px;
}

.billing-address-form form p textarea {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 15px;
    height: 120px;
    resize: none;
}

.shipping-address-form p,
.card-details p {
    margin: 0;
}

.card.single-accordion .card-header h5 button:before {
    position: absolute;
    left: 20px;
    top: 50%;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 22px;
    margin-top: -11px;
    color: #ee383c !important;
}

.billing-address-form form p:last-child {
    margin-bottom: 0;
}

table.order-details {
    border: 1px solid #efefef;
}

table.order-details thead tr th {
    background-color: #efefef;
    padding: 18px;
    font-size: 15px;
    font-weight: 500;
}

table.order-details tbody td {
    border: 1px solid #efefef;
    padding: 15px;
}

.order-details-wrap > a {
    margin-top: 30px;
}

.card.single-accordion {
    border: 1px solid #eeeeee;
}

.single-product-item {
    -webkit-box-shadow: 0 0 20px #e4e4e4;
    box-shadow: 0 0 20px #e4e4e4;
    /* padding-bottom: 50px; */
    border-radius: 15px 0 20px 0;
    background-color: #fff;
}

.single-product-item {
    transition: transform 0.3s ease;
}

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

# 404 Page Styles

----------------------------------------------------------------------------- */
.error-text i {
    font-size: 90px;
    margin-bottom: 30px;
}

.error-text h1 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 10px;
}

.error-text p {
    font-size: 15px;
    margin-bottom: 30px;
}

.full-height-section {
    height: 100%;
    display: table;
    width: 100%;
}

.full-height-tablecell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

/* Animation */
/* Define the slide-in animation */
@keyframes slideIn {
    from {
        transform: translateY(100%); /* Start the section below the viewport */
    }
    to {
        transform: translateY(0); /* Slide the section to its normal position */
    }
}

/* Apply the animation to the section with a delay and duration */
.slide-in-section {
    animation: slideIn 1s ease-in-out; /* Adjust duration and timing function as needed */
    animation-delay: 0.5s; /* Delay the animation if desired */
}

/* Define the slide-in animation from left to right */
@keyframes slideInLeft {
    from {
        transform: translateX(-100%); /* Start the section outside the viewport on the left */
    }
    to {
        transform: translateX(0); /* Slide the section to its normal position */
    }
}

/* Apply the animation to the section with a delay and duration */
.slide-in-left-section {
    animation: slideInLeft 2s ease-in-out; /* Adjust duration and timing function as needed */
    animation-delay: 1s; /* Delay the animation if desired */
}
