@font-face {
    font-family: "inter";
    src: url("../fonts/Inter-Medium.eot");
    src: url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.svg#Inter-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "inter";
    src: url("../fonts/Inter-Regular.eot");
    src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.svg#Inter-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "inter";
    src: url("../fonts/Inter-Bold.eot");
    src: url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.svg#Inter-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "inter";
    src: url("../fonts/Inter-Light.eot");
    src: url("../fonts/Inter-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff"), url("../fonts/Inter-Light.svg#Inter-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GreyQo";
    src: url("../fonts/GreyQo/GreyQo-Regular.eot");
    src: url("../fonts/GreyQo/GreyQo-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GreyQo/GreyQo-Regular.woff2") format("woff2"), url("../fonts/GreyQo/GreyQo-Regular.woff") format("woff"), url("../fonts/GreyQo/GreyQo-Regular.svg#Inter-Light") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Miniver";
    src: url("../fonts/Miniver/Miniver.eot");
    src: url("../fonts/Miniver/Miniver.eot?#iefix") format("embedded-opentype"), url("../fonts/Miniver/Miniver.woff2") format("woff2"), url("../fonts/Miniver/Miniver.woff") format("woff"), url("../fonts/Miniver/Miniver.ttf") format("truetype"), url("../fonts/Miniver/Miniver.svg#Miniver") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: Roboto, serif;
    font-weight: normal;
    font-size: 14px;
    direction: ltr;
}

button {
    background: transparent;
    border: none;
}

a {
    text-decoration: none !important;
}

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

i, em {
    font-style: normal;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

input, textarea {
    transition: all ease 0.4s;
}

input:focus, textarea:focus {
    outline: none;
    border-color: #F44B34 !important;
}

body {
    font-family: inter, serif;
    font-size: 16px;
}

.btn-main {
    background: #F44B34;
    padding: 12px 24px;
    border-radius: 99px;
    color: #fff;
    cursor: pointer;
    transition: all ease 0.4s;
    display: inline-block;
}

.btn-main:hover {
    opacity: 0.7;
    color: #fff;
}
.imag-intro{
    max-width: 100%;
    margin: 0 auto;
}
.banner-main {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    min-height: 600px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.banner-main .absolute-image {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 550px;
}

.banner-main .text-banner {
    color: #fff;
    max-width: 560px;
    font-family: Inter, serif;
    margin-top: 4rem;
}

.banner-main .text-banner span {
    font-family: GreyQo, serif;
    font-size: 36px;
    color: #F44B34;
}

.banner-main .text-banner h1 {
    font-size: 55px;
    font-weight: 700;
}

.banner-main .text-banner h1 em {
    color: #F44B34;
}

.banner-main .text-banner p {
    font-size: 16px;
    margin: 20px 0;
}

.banner-main .text-banner .btns-banner {
    display: flex;
}

.banner-main .text-banner .btns-banner a {
    margin-right: 10px;
    background: #F44B34;
    padding: 12px 24px;
    border-radius: 99px;
    color: #fff;
    cursor: pointer;
    transition: all ease 0.4s;
}

.banner-main .text-banner .btns-banner a:last-child {
    background: transparent;
    border: 1px solid #F44B34;
}

.banner-main .text-banner .btns-banner a:hover {
    opacity: 0.7;
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 25px 10px;
}
.header.fixed{
    min-height:160px;
}
.header.fixed > div{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    z-index: 2;
    animation: slide-down .7s;
}
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
.header .right-head {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: right;
}

.header .right-head .lang {
    color: #fff;
    margin-right: 20px;
    position: relative;
}

.header .right-head .lang .sub-lang {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 8px;
    flex-direction: column;
    z-index: 1;
    display: none;
}

.header .right-head .lang .sub-lang a {
    display: flex;
    padding: 10px;
    cursor: pointer;
    color: #000;
    transition: all ease 0.4s;
}

.header .right-head .lang .sub-lang a:hover {
    opacity: 0.7;
}

.header .right-head .lang .sub-lang img {
    width: 44px;
    border-radius: 4px;
    margin-right: 5px;
}

.header .right-head .lang .prime {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px 0;
}

.header .right-head .lang .prime img {
    margin-right: 5px;
    width: 35px;
}

.header .middle-head {
    width: 20%;
    display: flex;
    justify-content: center;
}
.header.fixed .middle-head .logo{
    padding: 10px;
}
.header.fixed .middle-head .logo img{

    width: 150px;
}
.header .left-head {
    width: 40%;
    display: flex;
    align-items: center;
}

.header .left-head ul {
    display: flex;
    align-items: center;
}

.header .left-head ul a {
    color: #fff;
    padding: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    transition: all ease 0.4s;
}

.header .left-head ul li {
    position: relative;
}
.header .left-head ul li .submenu{
    position: absolute;
    left: 0;
    background: #fff;
    border-radius: 8px;
    width: max-content;
    display: none;
    transition: all ease .4s;
}
.header .left-head ul li:hover .submenu{
    display: block;
}
.header .left-head ul li:hover > a{
    color: #F44B34;
}
.header .left-head ul .submenu a{
    color: #374151;
    padding:15px 25px 15px 15px;
    justify-content: left;
    font-size: 14px;

}
.header .left-head ul a:hover {
    color: #F44B34;
}

.header .left-head ul a.active {
    color: #F44B34;
}

.header .left-head ul a.active:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #F44B34;
    border-radius: 50%;
    position: absolute;
    bottom: -2px;
}

.banner-intro {
    background: transparent;
    height: auto;
    position: relative;
    width: 100%;
}

.text-intro {
    text-align: center;
    color: #fff;
    height: 400px;
    background-position: center;
    background-size: cover;
    padding-top: 200px;
    margin-bottom: 2rem;

}

.text-intro h1 {
    font-size: 48px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.text-intro .breadcrumb-intro {
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-intro .breadcrumb-intro a {
    color: #fff;
}

.text-intro .breadcrumb-intro a:after {
    content: "\f105";
    display: inline-block;
    font-family: "Font Awesome 6 Pro", serif;
    font-weight: 300;
    margin: 0 10px;
}

.text-intro .breadcrumb-intro span {
    color: #F44B34;
}

.text-intro .breadcrumb-intro .date-blog span {
    color: #fff;
}

.images {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}

.images img {
    width: 250px;
    padding: 10px;
    border-radius: 6px;
}

.images .img2 {
    margin-top: 40px;
}

.images .img-div2 {
    display: flex;
    flex-direction: column;
}

.sec1 {
    padding: 4rem 0;
}

.sec1 .row {
    align-items: center;
    flex-wrap: wrap;
}

.sec1 .text span {
    font-family: Miniver, serif;
    font-size: 18px;
    color: #F44B34;
}

.sec1 .text h2 {
    font-size: 48px;
    color: #333333;
    line-height: 56px;
    font-weight: 700;
}

.sec1 .text p {
    color: #4F4F4F;
    line-height: 24px;
    margin: 15px 0;
}

.sec2 {
    padding: 4rem 0;
    background: center/cover no-repeat url("../images/sec2.jpg");
}

.sec2 .box-icon {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.sec2 .box-icon img {
    margin: 0 auto;
    width: 130px;
}

.sec2 .box-icon span {
    width: 100%;
    display: block;
    padding: 10px 0;
    font-size: 24px;
}

.sec2 .box-icon h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
    width: 100%;
    padding: 10px 0 0;
}

.sec3, .section-Portfolio {
    padding: 4rem 0;
}

.sec3 .title, .section-Portfolio .title {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}

.sec3 .title span, .section-Portfolio .title span {
    display: block;
    width: 100%;
    font-family: GreyQo, serif;
    font-size: 32px;
    color: #F65640;
}

.sec3 .title h2, .section-Portfolio .title h2 {
    font-size: 48px;
    font-weight: 900;
}

.sec3 .title p, .section-Portfolio .title p {
    font-size: 16px;
    color: #333333;
}

.sec3 .card-box, .section-Portfolio .card-box {
    text-align: center;
    color: #333;
}

.sec3 .card-box .img, .section-Portfolio .card-box .img {
    height: 270px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec3 .card-box .img:before, .section-Portfolio .card-box .img:before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    background: #EAEAEA;
    border-radius: 50%;
    transition: all ease 0.4s;
}

.sec3 .card-box .img img, .section-Portfolio .card-box .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}

.sec3 .card-box h4, .section-Portfolio .card-box h4 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 30px;
    transition: all ease 0.4s;
}

.sec3 .card-box:hover .img:before, .section-Portfolio .card-box:hover .img:before {
    background: #F44B34;
}

.sec3 .card-box:hover h4, .section-Portfolio .card-box:hover h4 {
    color: #F44B34;
}

.sec4 {
    padding: 4rem 0;
    position: relative;
    background: #fcfcfc;
}

.sec4 .title {
    text-align: center;
    color: #fff;
    width: 100%;
    position: relative;
    padding: 4rem 0 3rem;
}

.sec4 .title:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 400px;
    right: 0;
    top: 0;
    background: center/cover no-repeat url("../images/sec4-bg.jpg");
}

.sec4 .title h2, .sec4 .title p {
    position: relative;
}

.sec4 .title p {
    max-width: 450px;
    margin: 15px auto;
}

.sec4 .card-box {
    background: #fff;
    padding: 15px 15px 0;
    border-radius: 5px;
    display: block;
    transition: all ease .4s;
    border: 1px solid transparent;
}

.sec4 .card-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
}

.sec4 .card-box .date {
    display: flex;
    align-items: center;
    padding: 20px 0;
    color: #575757;
}

.sec4 .card-box .date span {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.sec4 .card-box .date i {
    color: #F44B34;
    margin-right: 5px;
    font-size: 20px;
}

.sec4 .card-box .text h2 {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.sec4 .card-box .text p {
    line-height: 24px;
    color: #4F4F4F;
}

.sec4 .card-box .text button {
    display: flex;
    align-items: center;
    color: #4F4F4F;
    transition: all ease 0.4s;
}

.sec4 .card-box .text button:hover {
    opacity: 0.7;
}

.sec4 .card-box .text button i {
    margin-left: 5px;
}

.sec4 .card-box > * {
    transform: translateY(-30px);
    transition: all ease .4s;
}
.sec4 .card-box:hover > *{
    transform: translateY(0);
}
.sec4 .card-box:hover{
    border: 1px solid #ccc;
}
.main-intro {
    min-height: 100vh;
    padding: 0 0 2rem;
}

.main-intro .input-search {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.main-intro .input-search button {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #F44B34;
    cursor: pointer;
}

.main-intro .input-search input {
    border: none;
    width: calc(100% - 40px);
    height: 40px;
    background: rgba(244, 75, 52, 0.1215686275);
    padding: 0 10px;
}

.main-intro .right-sidebar {
    width: 300px;
    border: 1px solid #F2F2F2;
    padding: 2rem;
    border-radius: 3px;
}

.main-intro .right-sidebar h6 {
    font-weight: 700;
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
}

.main-intro .right-sidebar .item-side .check-box {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.main-intro .right-sidebar .item-side .check-box input {
    display: none;
}

.main-intro .right-sidebar .item-side .check-box label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.main-intro .right-sidebar .item-side .check-box label:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #333333;
    margin-right: 5px;
    transition: all ease 0.2s;
}

.main-intro .right-sidebar .item-side .check-box input:checked + label:before {
    background: #F44B34;
    border-color: #F44B34;
}

.main-intro .right-sidebar .tags {
    display: flex;
    flex-wrap: wrap;
}

.main-intro .right-sidebar .tags h6 {
    width: 100%;
}

.main-intro .right-sidebar .tags button {
    padding: 10px;
    border: 1px solid #E0E0E0;
    margin: 5px;
    color: #4F4F4F;
    font-size: 14px;
    transition: all ease 0.4s;
}

.main-intro .right-sidebar .tags button:hover {
    opacity: 0.7;
}

.main-intro .right-sidebar .social {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.main-intro .right-sidebar .social a {
    display: inline-block;
    padding: 5px;
    color: #333;
    transition: all ease 0.4s;
}

.main-intro .right-sidebar .social a:hover i {
    background: #fdf5e7;
}

.main-intro .right-sidebar .social a i {
    background: #FAF7F2;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 50px;
}

.main-intro .latest-side .card-p {
    display: flex;
    align-items: center;
    color: #4F4F4F;
    padding:5px 0;
    transition: all ease 0.4s;
}

.main-intro .latest-side .card-p:hover {
    opacity: 0.7;
}

.main-intro .latest-side .card-p img {
    width: 70px;
    border-radius: 5px;
}

.main-intro .latest-side .card-p h5 {
    font-size: 16px;
    padding:5px 15px;
}

.main-intro .main-blog {
    width: calc(100% - 300px);
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}

.main-intro .main-blog .blog-card {
    width: 100%;
    margin: 0 0 2rem;
    padding: 0 10px;
    position: relative;
}

.main-intro .main-blog .blog-card .date-absolute {
    position: absolute;
    left: 35px;
    top: 25px;
    background: #F65640;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    color: #fff;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
}

.main-intro .main-blog .blog-card img {
    width: 100%;
}

.main-intro .main-blog .blog-card h2 {
    padding: 10px 0 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d3d3d3;
    color: #333;
}

.main-intro .main-blog .blog-card p {
    color: #4F4F4F;
    line-height: 24px;
}

.main-intro .main-blog .blog-card button {
    width: 170px;
    height: 50px;
    border: 1px solid #F44B34;
    color: #F44B34;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    transition: all ease 0.4s;
}

.main-intro .main-blog .blog-card button:hover {
    opacity: 0.7;
}

.main-intro .paginator {
    display: flex;
    align-items: center;
    padding: 10px 0;
    margin-top: 2rem;
}

.main-intro .paginator > .numbers i, .main-intro .paginator button {
    width: 38px;
    height: 50px;
    border: 2px solid #F2F2F2;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F44B34;
    cursor: pointer;
}
.main-intro .paginator button:disabled{
    opacity: .5;
    cursor: default;
}
.main-intro .paginator > .numbers i.active, .main-intro .paginator button.active {
    background: #F44B34;
    color: #fff;
}

.main-intro .paginator .numbers {
    display: flex;
    align-items: center;
}

.main-intro .main-product {
    width: calc(100% - 300px);
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}

.main-intro .main-product .card-pro {
    color: #333;
    transition: all ease 0.4s;
    display: block;
    border: 1px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}

.main-intro .main-product .card-pro img {
    width: 100%;
    margin-bottom: 10px;
    height: 220px;
    object-fit: contain;
}

.main-intro .main-product .card-pro h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    padding: 0 10px;
}

.main-intro .main-product .card-pro span {
    padding: 0 10px;
    color: #F44B34;
}

.main-intro .main-product .card-pro:hover {
    border: 1px solid #eee;
}

.main-intro .blog-single {
    width: calc(100% - 300px);
    padding: 0 15px;
}

.main-intro .blog-single .title {
    color: #333333;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.main-intro .blog-single p {
    color: #828282;
    line-height: 32px;
}

.main-intro .blog-single .share-box {
    display: flex;
    align-items: center;
    border: 1px solid #E0E0E0;
    padding: 10px;
}

.main-intro .blog-single .share-box .txt {
    display: flex;
    align-items: center;
    color: #828282;
}

.main-intro .blog-single .share-box .txt h6 {
    margin-bottom: 0;
    color: #333;
}

.main-intro .blog-single .share-box .share-btns {
    margin-left: auto;
}

.main-intro .comments {
    padding: 2rem 0;
}

.main-contact {
    padding-bottom: 0;
}

.main-contact .text-contact h2 {
    font-size: 48px;
    font-weight: 700;
}

.main-contact .text-contact span,
.main-contact .text-contact a {
    color: #333333;
    line-height: 32px;
}

.main-contact .text-contact .item-contact {
    padding: 15px 0;
    color: #333333;
}

.main-contact .text-contact .item-contact a {
    display: block;
    width: 100%;
}

.main-contact .form-section {
    background: left/contain no-repeat #000000 url("../images/bg-contact.jpg");
}

.main-contact .form-section .contact-form {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    color: #fff;
    padding: 6rem 0;
}

.main-contact .form-section .contact-form .left-form {
    width: 50%;
}

.main-contact .form-section .contact-form .left-form h3 {
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 2rem;
}

.main-contact .form-section .contact-form .left-form span {
    display: block;
    line-height: 50px;
}

.main-contact .form-section .right-form {
    display: flex;
    width: 50%;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0 15px;
}

.main-contact .form-section .right-form .input {
    width: 50%;
    padding: 10px;
}

.main-contact .form-section .right-form .input input, .main-contact .form-section .right-form .input textarea {
    width: 100%;
    height: 56px;
    border: 1px solid #E0E0E0;
    background: transparent;
    color: #fff;
    padding: 10px;
}

.main-contact .form-section .right-form .input textarea {
    min-height: 200px;
}

.main-contact .form-section .right-form .btn-form {
    width: 100%;
    padding: 10px;
}

.main-contact .form-section .right-form .btn-form button {
    background: #F44B34;
    padding: 16px 48px;
    color: #fff;
    transition: all ease 0.4s;
}

.main-contact .form-section .right-form .btn-form button:hover {
    opacity: 0.7;
}

.main-about .title {
    text-align: center;
    width: 100%;
}

.main-about .title span {
    color: #F44B34;
    font: 18px Miniver;
}

.main-about .title h2 {
    text-align: center;
    font-size: 48px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 25px;
}

.main-about .title p {
    color: #4F4F4F;
    line-height: 24px;
    max-width: 741px;
    margin: 0 auto;
}

.main-about .img {
    max-width: 100%;
    margin: 25px auto;
}

.main-about .items-a {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 2rem 0;
}

.main-about .items-a .item-about {
    width: 33.3333%;
    padding-bottom: 10px;
    text-align: center;
}

.main-about .items-a .item-about h4 {
    margin: 15px 0;
    color: #333333;
    font-size: 24px;
}

.main-about .items-a .item-about p {
    color: #4F4F4F;
}

.main-about .section-ab {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 2rem 0 4rem;
    width: 100%;
}

.main-about .section-ab .left-img {
    width: 50%;
    position: relative;
    display: flex;
    padding: 0 15px;
}

.main-about .section-ab .left-img img:first-child {
    width: 60%;
}

.main-about .section-ab .left-img img:last-child {
    width: 55%;
    position: absolute;
    right: 15px;
    top: 80px;
}

.main-about .section-ab .right-text {
    width: 50%;
    padding: 0 25px;
}

.main-about .section-ab .right-text span {
    font: 18px Miniver;
    color: #F44B34;
    display: block;
    margin-bottom: 10px;
}

.main-about .section-ab .right-text h4 {
    font-size: 48px;
    font-weight: 700;
}

.main-about .section-ab .right-text p {
    margin-bottom: 10px;
    color: #828282;
    line-height: 32px;
}

.main-about .section-ab2 {
    max-height: 704px;
    padding-bottom: 2rem;
    overflow: hidden;
    position: relative;
}

.main-about .section-ab2.extend {
    max-height: none;
}

.main-about .section-ab2.extend:before {
    display: none;
}

.main-about .section-ab2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 41%, rgb(255, 255, 255) 100%);
}

.main-about .section-ab2 button {
    position: absolute;
    background: #fff;
    width: 100%;
    text-align: left;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    z-index: 1;
    color: #F44B34;
}

.main-about .section-ab2 em {
    font: 32px GreyQo;
    color: #F44B34;
}

.main-about .section-ab2 p, .main-about .section-ab2 span {
    color: #333333;
}

.main-about .section-ab2 span {
    display: block;
}

.main-about .section-ab2 h4 {
    font-size: 48px;
    font-weight: 700;
    margin: 10px 0;
}

.date-blog {
    padding: 20px 20px 20px 0;
    display: flex;
    align-items: center;
}

.date-blog span {
    color: #4F4F4F;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.date-blog span i {
    margin-right: 10px;
    color: #F44B34;
}

.product-single .image-box {
    display: flex;
    flex-wrap: wrap;
}

.product-single .image-box .thumbs {
    width: 130px;
    max-height: 500px;
    overflow: auto;
    scrollbar-width: thin;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    direction: rtl;
}

.product-single .image-box .thumbs .img {
    position: relative;
    cursor: pointer;
    height: 25%;
    width: 100%;
    padding: 5px;
}
.product-single .image-box .thumbs .img:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.product-single .image-box .thumbs .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 2px solid transparent;
}

.product-single .image-box .thumbs .img.active img {
    border: 2px solid #F44B34;
    border-radius: 5px;
    padding: 5px;
}

.product-single .image-box .img-single {
    width: calc(100% - 130px);
    padding: 5px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-single .image-box .img-single img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
    object-fit: contain;
}

.product-single .information .top {
    display: flex;
    align-items: center;
    padding: 10px 0 20px;
}

.product-single .information .top > span {
    background: #58BD09;
    color: #fff;
    border-radius: 5px;
    padding: 4px 8px;
}

.product-single .information .top .btns-top {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.product-single .information .top .btns-top a {
    color: #828282;
    margin-left: 10px;
    transition: all ease 0.4s;
}

.product-single .information .top .btns-top a:hover {
    opacity: 0.7;
}

.product-single .information h1 {
    font-weight: 900;
    margin-bottom: 10px;
}

.product-single .information p {
    color: #4F4F4F;
}

.product-single .information .btns-product {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding: 1rem 0;
    margin: 1rem 0;
}

.product-single .information .btns-product button {
    width: 100%;
    margin: 10px 0;
    padding: 12px 16px;
    border-radius: 99px;
    border: 1px solid #F44B34;
    transition: all ease 0.4s;
}

.product-single .information .btns-product button:last-child {
    background: #F44B34;
    color: #fff;
}

.product-single .information .btns-product button:hover {
    opacity: 0.7;
}

.product-single .information .bottom > div {
    padding: 2px 0;
    color: #4F4F4F;
    font-size: 18px;
}

.product-single .information .bottom > div a {
    color: #4F4F4F;
    margin-right: 10px;
}

.product-single .information .bottom > div span {
    color: #333333;
}

.product-single #myTab li button {
    border: none;
    background: #fff;
    border-radius: 0;
    padding: 10px 25px;
    transition: all ease 0.4s;
}

.product-single #myTab li button.active {
    background: #F44B34;
    color: #fff;
}

.product-single .tab-pane p {
    color: #828282;
    line-height: 32px;
}

.product-single .tab-pane ul {
    padding-left: 25px;
}

.product-single .tab-pane ul li {
    list-style: disc;
    color: #4F4F4F;
    font-size: 14px;
    padding: 5px 0;
}

.product-single .similar-products {
    width: 100%;
    padding: 3rem 0;
}

.product-single .similar-products .card-product {
    width: 100%;
    transition: all ease 0.4s;
}

.product-single .similar-products .card-product:hover {
    opacity: 0.7;
}

.product-single .similar-products .card-product img {
    width: 100%;
    height: 200px;
}

.product-single .similar-products .card-product h4 {
    color: #333333;
    font-size: 18px;
    margin-top: 10px;
}

.product-single .similar-products .card-product span {
    color: #F44B34;
}

.product-single .similar-products .owl-nav {
    position: absolute;
    top: -40px;
    right: 0;
    display: flex;
    align-items: center;
}

.product-single .similar-products .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAF7F2;
    margin-left: 10px;
    transition: all ease 0.4s;
}

.product-single .similar-products .owl-nav button:hover {
    background: #F44B34;
    color: #fff;
}

.product-single .similar-products .owl-nav button:before {
    content: "\f061";
    font-weight: 300;
    font-family: "Font Awesome 6 Pro";
}

.product-single .similar-products .owl-nav button span {
    display: none;
}

.product-single .similar-products .owl-nav button.owl-prev {
    transform: rotate(180deg);
}

.product-single .order-form {
    padding: 2rem 0;
    width: 100%;
}

.product-single .order-form .form {
    border-radius: 6px;
    border: 1px solid #E0E0E0;
    margin: 0 auto;
    max-width: 1000px;
    padding: 60px;
    display: flex;
    flex-wrap: wrap;
}

.product-single .order-form .form h3 {
    width: 100%;
    text-align: center;
}

.product-single .order-form .form .form-input {
    width: 50%;
    padding: 10px;
}

.product-single .order-form .form .form-input span {
    margin-bottom: 10px;
    display: block;
}

.product-single .order-form .form .form-input select {
    cursor: pointer;
}

.product-single .order-form .form .form-input input, .product-single .order-form .form .form-input select {
    background: #fff;
    width: 100%;
    border-radius: 99px;
    border: 1px solid #E0E0E0;
    height: 50px;
    padding: 10px;
    transition: all ease 0.4s;
}

.product-single .order-form .form .form-input input:focus, .product-single .order-form .form .form-input select:focus {
    border-color: #F44B34;
}

.product-single .order-form .form .btn-div {
    width: 100%;
    padding: 15px 0;
}

.product-single .order-form .form .btn-div button {
    background: #F44B34;
    width: 100%;
    padding: 10px;
    border-radius: 99px;
    height: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.4s;
}

.product-single .order-form .form .btn-div button:hover {
    opacity: 0.7;
}

.item-review {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1.5rem 0;
}

.item-review img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.item-review .text {
    padding-left: 20px;
    width: calc(100% - 70px);
}

.item-review .text .top {
    display: flex;
    align-items: center;
}

.item-review .text .top span {
    font-size: 16px;
    color: #333333;
}

.item-review .text .top button {
    display: flex;
    margin-left: 3rem;
    align-items: center;
    font-size: 14px;
    color: #333333;
}

.item-review .text > span {
    color: #828282;
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.item-review .text > span i {
    color: #F44B34;
    margin-right: 10px;
}

.item-review .text p {
    line-height: normal;
    color: #4F4F4F;
}

.item-review.replied {
    padding-left: 4rem;
}

.item-review.replied .text .top button {
    color: #F44B34;
}

.item-review.replied .text .top button svg path {
    stroke: #F44B34;
}

.reply-form {
    display: flex;
    flex-wrap: wrap;
}

.reply-form h3 {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
}

.reply-form .input {
    width: 50%;
    padding: 10px;
}

.reply-form .input input, .reply-form .input textarea {
    height: 50px;
    border: 1px solid #E0E0E0;
    width: 100%;
    padding: 10px;
}

.reply-form .input textarea {
    height: 200px;
}

.reply-form .div-btn {
    width: 100%;
    text-align: left;
    padding: 10px;
}

.reply-form .div-btn button {
    background: #F65640;
    color: #fff;
    width: 300px;
    height: 56px;
    transition: all ease 0.4s;
}

.reply-form .div-btn button:hover {
    opacity: 0.7;
}
button.loading{
    position: relative;
    cursor: default;
    opacity: .7;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .4s;
    color: transparent !important;
}
button.loading:before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: all ease .4s;
    border-right: none;
    border-top: none;
    animation: spin 1s linear infinite;

}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.toast {
    position: fixed;
    right: 10px;
    height: max-content;
    max-width: 300px;
    width: max-content;
    border-radius: 5px;
    bottom: -100px;
    opacity: 0;
    visibility: hidden;
    left: calc(50% - 150px);
    z-index: 999999;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .4s;
    direction: ltr;
}

.toast.active {
    bottom: 10px;
    opacity: 1;
    visibility: visible;
    text-align: center;

}

.toast.alert-success {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}

.toast.alert-danger {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

.toast.alert-warning {
    color: #856404 !important;
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
}
footer {
    background: #000000;
    padding: 2rem 0 0;
}

footer .top-footer {
    display: flex;
    align-items: center;
    color: #fff;
    width: 100%;
    border-bottom: 1px solid #F44B34;
    padding: 0 25px 1.5rem 25px;
    margin-bottom: 2.5rem;
}

footer .top-footer h5 {
    color: #F44B34;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

footer .top-footer .contact-us {
    margin-left: auto;
    background: #FFFFFF;
    border-radius: 99px;
    padding: 16px 24px;
    color: #F44B34;
    transition: all ease 0.4s;
}

footer .top-footer .contact-us:hover {
    opacity: 0.7;
}

footer .foo {
    color: #fff;
}

footer .foo p {
    padding-right: 5.5rem;
}

footer .foo .support {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

footer .foo .support i {
    width: 78px;
    height: 72px;
    background: #F44B34;
    border-radius: 3px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

footer .foo .support .txt {
    width: calc(100% - 78px);
    padding-left: 10px;
}

footer .foo .support .txt h6 {
    font-size: 18px;
    margin-bottom: 5px;
}

footer .foo .support .txt span {
    font-size: 24px;
    display: block;
}

footer .foo h5 {
    width: 100%;
}

footer .foo a {
    display: flex;
    align-items: center;
    width: 100%;
    color: #fff;
    padding: 15px 0;
    transition: all ease 0.4s;
}

footer .foo a:hover {
    color: #F44B34;
}

footer .foo a img {
    width: 55px;
    margin-right: 10px;
    border-radius: 4px;
}

footer .foo li a {
    padding: 5px 0;
    color: #c4c4c4;
    font-size: 13px;
}

footer .copy-right {
    background: #F44B34;
    padding: 15px 0;
    margin-top: 2rem;
    display: flex;
    align-items: center;
}

footer .copy-right span {
    display: block;
    margin-right: auto;
    color: #fff;
}

footer .copy-right a {
    width: 36px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 2px;
    color: #4F4F4F;
    margin-left: 10px;
}

.nav-tabs {
    border: none;
}
.gallery-sec{
    display: flex;
    flex-wrap: wrap;
}
.gallery-sec .img{
    width: 25%;
    padding: 5px;
    border-radius: 6px;
    height: 250px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-sec .img i{
    position: absolute;
    font-size: 20px;
    color: #fff;
    transition: all ease .4s;
    opacity: 0;
}
.gallery-sec .img:hover i{
    opacity: 1;

}
.gallery-sec .img:before{
    content: '';
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: #A3130099;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border-radius: 6px;
    transition: all ease .4s;
    opacity: 0;
    cursor: pointer;
}
.gallery-sec .img:hover:before{
    opacity: 1;
}
.gallery-sec .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;

}
@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .dark-layout {
        position: fixed;
        width: 100%;
        top: 0;
        bottom: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        transition: all ease 0.4s;
        left: -120%;
        z-index: 2;
    }

    .dark-layout.open {
        left: 0;
    }
    .gallery-sec .img{
        width: 50%;
        height: 150px;
    }
    .header {
        position: static;
        padding: 15px;
    }


    .header .row {
        align-items: center;
    }

    .header .left-head {
        position: fixed;
        background: #fff;
        right: -400px;
        top: 0;
        height: 100vh;
        width: 260px;
        z-index: 2;
        display: block;
        overflow: auto;
        transition: all ease 0.4s;
    }

    .header .left-head.open {
        right: 0;
    }

    .header .left-head ul {
        display: block;
        height: calc(100% - 91px);
        overflow: auto;
    }

    .header .left-head ul li a {
        color: #333;
        width: 100%;
        padding: 15px 15px;
        text-align: left;
        align-items: center;
        justify-content: left;
    }

    .header .left-head ul li a i {
        margin-right: 10px;
        font-size: 18px;
    }

    .header .left-head ul li a:before {
        display: none;
    }

    .header .left-head ul li.subdar {
        padding: 15px 15px;
    }

    .header .left-head ul li.subdar .menu {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .header .left-head ul li.subdar .sub {
        padding: 10px 0;
        display: none;
    }

    .header .left-head ul li.subdar .sub a {
        width: auto;
        padding: 0;
    }

    .header .left-head ul li.subdar .sub.opened {
        display: flex;
        align-items: center;
    }

    .header .left-head ul li.subdar i {
        margin-left: auto;
        font-size: 18px;
        transition: all ease 0.4s;
    }

    .header .left-head ul li.subdar i.opened {
        transform: rotate(180deg);
        color: #F44B34;
    }

    .header .left-head ul li.subdar img {
        margin-right: 10px;
        width: 23px;
        border-radius: 4px;
    }

    .header .left-head .bottom-menu {
        margin-top: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 10px;
    }

    .header .left-head .bottom-menu span {
        font-size: 10px;
        color: #8F8F8F;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        display: block;
    }

    .header .left-head .bottom-menu .row {
        margin: 0;
    }

    .header .left-head .bottom-menu .row a {
        color: #4F4F4F;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

    .header .middle-head {
        width: calc(100% - 100px);
        max-width: 200px;
        margin-right: auto;
    }

    .header .middle-head .logo img {
        width: 100%;
    }

    .header .right-head {
        width: 100px;
    }

    .header .right-head .btn-main {
        display: none;
    }

    .header .right-head .menu-icon {
        color: #fff;
        font-size: 28px;
    }

    .header .right-head .lang {
        margin-right: 5px;
    }

    .header .right-head .lang .prime {
        font-size: 0;
        padding: 0;
    }

    .banner-main {
        height: auto;
        padding: 0 10px 3rem;
    }

    .banner-main .container {
        padding: 0;
    }

    .banner-main .text-banner {
        margin-top: 10px;
    }

    .banner-main .text-banner .btns-banner {
        width: 100%;
        flex-wrap: wrap;
    }

    .banner-main .text-banner .btns-banner a {
        text-align: center;
        margin: 5px 0;
        width: 100%;
    }

    .banner-main .text-banner span {
        font-size: 20px;
    }

    .banner-main .text-banner h1 {
        font-size: 36px;
        line-height: 48px;
    }

    .banner-main .absolute-image {
        position: static;
        width: 90%;
        margin: 15px auto 0;
        order: 3;
        height: auto;
    }

    .sec1 .text h2 {
        font-size: 32px;
        line-height: 32px;
        margin: 10px 0;
    }

    .sec1 .text p {
        line-height: 24px;
        font-size: 14px;
    }

    .images > img {
        width: 163px;
    }

    .images .img-div2 {
        width: calc(100% - 163px);
    }

    .images .img-div2 img {
        width: 100%;
    }

    .sec2 .box-icon {
        margin-bottom: 25px;
        width: 100%;
    }

    .sec2 .box-icon img {
        width: 64px;
    }

    .sec2 .box-icon h3 {
        font-size: 24px;
    }

    .sec2 .box-icon span {
        font-size: 14px;
    }

    .sec3 {
        padding: 2rem 10px;
    }

    .sec3 .title span {
        font-size: 20px;
    }

    .sec3 .title h2 {
        padding: 15px 0;
        font-size: 32px;
    }

    .sec3 .title p {
        font-size: 14px;
    }

    .sec3 .card-box {
        margin-bottom: 2rem;
        display: block;
    }

    .sec4 .row {
        margin: 0;
    }

    .sec4 .item-blog {
        padding: 0 !important;
    }

    .banner-intro {
        position: absolute;
        height: auto;
    }

    .header .right-head .lang .sub-lang {
        right: 0;
        left: auto;
    }

    .text-intro h1 {
        font-size: 32px;
        line-height: 56px;
    }

    .text-intro {
        padding: 130px 15px 2rem;
        height: auto;
    }

    .main-intro .main-product {
        width: 100%;
        order: 2;
    }

    .main-intro .main-product .col-6 {
        padding: 0 5px;
    }

    .main-intro .main-product .card-pro img {
        height: auto;
    }

    .main-intro .paginator {
        justify-content: center;
    }

    .main-intro .right-sidebar {
        width: 100%;
        padding: 0 15px;
        order: 1;
        border: none;
    }

    .main-intro .right-sidebar .item-side, .main-intro .right-sidebar .latest-side {
        display: none;
    }

    .main-intro .tabs-res {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 0;
    }

    .main-intro .tabs-res span {
        margin: 0 2px;
        border: 1px solid #333333;
        padding: 4px 10px;
        border-radius: 99px;
    }

    .main-intro .tabs-res span.active {
        border-color: #F44B34;
        color: #F44B34;
    }

    .main-intro .main-blog {
        width: 100%;
    }

    .main-intro .main-blog .blog-card .date-absolute {
        display: none;
    }

    .main-intro .main-blog .blog-card button {
        width: 100%;
    }

    .main-intro .main-blog .blog-card h2 {
        font-size: 20px;
        font-weight: 900;
        margin-bottom: 0;
        border: none;
    }

    .main-intro .blog-single {
        width: 100%;
    }

    .main-intro .blog-single .title {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 0;
        border: none;
    }

    .main-intro .blog-single .share-box {
        flex-wrap: wrap;
    }

    .main-intro .blog-single .share-box .share-btns {
        margin-right: auto;
        margin-left: 0;
        padding: 5px 0;
    }

    .product-single .image-box .thumbs {
        width: 100%;
        order: 2;
        flex-direction: row;
        overflow: auto;
        flex-wrap: nowrap;
    }

    .product-single .image-box .thumbs .img {
        height: 80px;
        min-width: 25%;
    }

    .product-single .image-box .img-single {
        width: 100%;
        height: auto;
    }

    .product-single .information {
        margin-top: 2rem;
    }

    .product-single .information .top .btns-top {
        display: none;
    }

    .product-single .tabs {
        padding: 15px;
    }

    .product-single .tabs .nav-item {
        width: 50%;
    }

    .product-single .tabs .nav-item button {
        width: 100%;
    }

    .product-single .similar-products {
        padding: 15px;
    }

    .product-single .similar-products .owl-nav.disabled {
        display: none;
    }

    .product-single .order-form {
        padding: 15px;
    }

    .product-single .order-form .form {
        padding: 15px;
    }

    .product-single .order-form .form .form-input {
        width: 100%;
    }

    .product-single .order-form .form .btn-div {
        padding: 15px;
    }

    .product-single .item-review {
        align-items: flex-start;
    }

    .reply-form .div-btn button {
        width: 100%;
    }

    .reply-form .input {
        width: 100%;
    }

    .main-contact .form-section .contact-form .left-form {
        width: 100%;
    }

    .main-contact .form-section .contact-form .left-form h3 {
        font-size: 36px;
    }

    .main-contact .form-section .contact-form .left-form span {
        line-height: 32px;
    }

    .main-contact .form-section .contact-form .right-form {
        width: 100%;
    }

    .main-contact .form-section .contact-form .right-form .input {
        width: 100%;
    }

    .main-contact .form-section .contact-form .right-form .btn-form button {
        width: 100%;
    }

    .main-about {
        padding: 15px;
    }

    .main-about .title h2 {
        font-size: 32px;
    }

    .main-about .items-a .item-about {
        width: 100%;
        margin-bottom: 15px;
    }

    .main-about .section-ab .right-text {
        width: 100%;
        order: 1;
        padding: 0 15px;
    }

    .main-about .section-ab .left-img {
        width: 100%;
        order: 2;
    }

    .main-about .section-ab2 h4 {
        font-size: 32px !important;
    }

    footer {
        padding-bottom: 4rem;
    }

    footer .top-footer {
        flex-wrap: wrap;
    }

    footer .top-footer .contact-us {
        width: 100%;
        margin-top: 2rem;
        text-align: center;
    }

    footer .top-footer .left {
        width: 100%;
    }

    footer .top-footer .left h5 {
        font-size: 32px;
    }

    footer .foo {
        margin-bottom: 25px;
    }

    footer .foo a {
        padding: 10px 0;
    }

    footer .foo h5 {
        font-size: 24px;
        margin-bottom: 2rem;
    }

    footer .foo p {
        padding: 0;
    }

    footer .copy-right {
        display: none;
    }

    footer .sticky-menu {
        position: fixed;
        z-index: 1;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        background: #1E1E1E;
        padding: 15px 0;
        bottom: 0;
    }

    footer .sticky-menu a {
        width: 25%;
        color: #fff;
        text-align: center;
    }

    footer .sticky-menu a i {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }

    footer .sticky-menu a span {
        display: block;
        text-align: center;
        font-size: 8px;
    }

    footer .sticky-menu a.active {
        color: #F44B34;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }

    footer .sticky-menu a.active span {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
    }

    footer .sticky-menu a.active span:before {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        background: #F44B34;
        border-radius: 50%;
        display: inline-block;
        bottom: -10px;
    }
}

/*# sourceMappingURL=style.css.map */
