body {
    margin: 0;
    color: rgba(0, 0, 0, 0.87);
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
}

main {
    overflow: hidden;
}

header .wrapper-header {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.87);
    -webkit-transition: box-shadow 300mscubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: box-shadow 300mscubic-bezier(0.4, 0, 0.2, 1) 0ms;
    box-shadow: 0px 2px 4px -1px rgba(128, 128, 128, 0.2), 0px 4px 5px 0px rgba(128, 128, 128, 0.14), 0px 1px 10px 0px rgba(128, 128, 128, 0.12);
    box-shadow: 0 1.5px 12px 4px rgba(0, 0, 0, 0.12);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #4caf50;
    color: #fff;
    position: absolute;
    color: #fff;
    background: none;
    box-shadow: none;
    -webkit-transition: background 0.3sease;
    transition: background 0.3sease;
    z-index: 100;
}
header .navbar-brand img {
    display: block;
    margin: 0px auto;
    width: 100px;
    height: auto;
}
.container {
    max-width: 1200px;
}
header .navbar {
    padding: 10px 0;
}
header .navbar-nav li a {
    text-transform: capitalize;
    min-width: 0px;
    padding: 0px 16px !important;
    font-weight: 600;
    transition: 0.3s ease-out;
    color: rgb(255, 255, 255);
    font-size: 16px;
    box-shadow: none;
    position: relative;
    margin: 4px 8px;
    line-height: 1.75;
}

@keyframes flip {
    0% {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in
    }
}

.section-video {
    margin-top: -40px;
}
.wrapper-video {
    display: block;
    background: rgb(0, 0, 0);
    height: 720px;
    width: 200%;
    margin-left: -50%;
    border-radius: 0px 0px 50% 50%;
    overflow: hidden;
    position: relative;
}
.play-video {
    height: 100%;
    width: 50%;
    left: 25%;
    position: absolute;
}
.play-video:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -50%;
/*    background: rgb(0, 0, 0);*/
    opacity: 0.5;
    width: 200%;
    height: 100%;
    z-index: 10;
    border-radius: 0px 0px 50% 50%;
}
.play-video iframe,
.play-video img {
    width: 100%;
    position: relative;
    top: -20px;
}

.btn-contact {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    line-height: 1.75;
    text-transform: uppercase;
    min-width: 64px;
    border-radius: 4px;
    -webkit-transition: background-color 250mscubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250mscubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250mscubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250mscubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250mscubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250mscubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250mscubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250mscubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #2e7d32;
    box-shadow: 0px 1px 5px 0px rgba(128, 128, 128, 0.2), 0px 2px 2px 0px rgba(128, 128, 128, 0.14), 0px 3px 1px -2px rgba(128, 128, 128, 0.12);
    border-radius: 36px;
    box-shadow: none;

    padding: 4px 32px;
    margin: 0px 4px;
    font-size: 16px;

    background: rgb(197, 202, 233);
    font-weight: 700;
    color: rgb(48, 79, 254);
}
header .btn-contact {
    background: rgb(197, 202, 233);
    font-weight: 700;
    color: rgb(48, 79, 254) !important;
}

.section-products {
    position: relative;
    margin-top: -130px;
    z-index: 12;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.section-products .slider-wrapper {
    z-index: 1;
    overflow: visible;
    position: relative;
}
.section-products .slider-wrapper .slide-item {
    height: 100%;
    background: rgb(255, 255, 255);
    padding: 48px;
    border-radius: 32px;
}
.slider-wrapper {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 1.5px 12px 2px;
    border-radius: 32px;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.section-products .slider-wrapper .slide-item h4 {
    font-size: 2.28rem;
    font-weight: 700;
    margin-bottom: 25px;
    width: 100%;
}
.section-products .slider-wrapper .slide-item h4 span {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    display: block;
}
.section-products .slider-wrapper .slide-item h6 {
    margin: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.section-products .slider-wrapper .slide-item .btn-primary {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    font-family: Open Sans,sans-serif;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-width: 64px;
    padding: 8px 22px;
    border-radius: 4px;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: #fff;
    background-color: #4caf50;
    box-shadow: 0px 1px 5px 0px rgba(128,128,128, 0.2),0px 2px 2px 0px rgba(128,128,128, 0.14),0px 3px 1px -2px rgba(128,128,128, 0.12);
    border-radius: 36px;
    font-weight: 600;
    padding: 8px 24px;
    box-shadow: none;
}
.section-products .slider-wrapper .slide-item img {
    margin: 0px auto;
    box-shadow: rgba(128, 128, 128, 0.2) 0px 1px 8px 0px, rgba(128, 128, 128, 0.14) 0px 3px 4px 0px, rgba(128, 128, 128, 0.12) 0px 3px 3px -2px;
    border-radius: 20px;
}
.section-products .slider-wrapper .owl-prev,
.section-products .slider-wrapper .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(235, 235, 235) !important;
    width: 74px;
    height: 74px;
    position: absolute;
    display: block;
    border-radius: 50%;
    text-align: left;
    text-indent: 1px;
    z-index: -1;
    padding: 0px 24px;
    left: -37px;
}
.section-products .slider-wrapper .owl-prev span,
.section-products .slider-wrapper .owl-next span {
    font-size: 40px;
    display: block;
    padding-left: 13px;
    margin-top: -10px;
}
.section-products .slider-wrapper .owl-next {
    left: inherit;
    right: -37px;
    text-align: right;
}
.section-products .slider-wrapper .owl-next span {
    padding-right: 13px;
}
.slide-item-background {
    top: -70%;
    opacity: 0.2;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
}
.slide-item-background figure {
    filter: blur(20px);
}
.slide-item-background img {
    width: 100%;
}

.video-content {
    position: absolute;
    width: 100%;
    z-index: 90;
    text-align: left;
    color: rgba(255, 255, 255);
    top: 35%;
}
.video-content .wrapper-video-content {
    max-width: 500px;
}
.video-content h2 {
    margin: 0 0 5px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
}
.video-content h1 {
    margin: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 45px;
}
.video-content p {
    margin: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    font-size: 18px;
    line-height: 44px;
}

#services .services-content h3 {
    line-height: 1.2;
    margin: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 2.125rem;
    font-weight: 700;
}
#services .services-content h4 {
    line-height: 1.2;
    margin: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 2.125rem;
    font-weight: 700;
    color: #2e7d32;
}
#services .services-content p {
    margin: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
}
.services-items a {
    display: block;
    border-radius: 20px;
    background: #FFFFFF;
    padding: 0 !important;
    color: rgba(0, 0, 0, 0.87);
    text-align: center;
}
.services-items figure {
    overflow: hidden;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 2px 4px -1px rgba(128, 128, 128, 0.2), 0px 4px 5px 0px rgba(128, 128, 128, 0.14), 0px 1px 10px 0px rgba(128, 128, 128, 0.12);
}
.services-items figure img {
    height: 360px;
    width: 100%;
    object-fit: cover;
}
.services-items figure i {
    position: absolute;
    font-size: 52px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 5px solid #FFF;
    z-index: 10;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 44px;
    padding-left: 4px;
    padding-right: 0;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.3sease-out;
    transition: all 0.3sease-out;
    color: #fff;
}
.services-items figure:after {
    -webkit-transition: all 0.3sease;
    transition: all 0.3sease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: linear-gradient(-44deg, #2e7d32 6%, #4caf50 100%);
}
.services-items figure:hover:after {
    opacity: 0.6;
}
.services-items figure:hover i {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.services-items figure figcaption {
    position: absolute;
    text-transform: uppercase;
    border-radius: 40px;
    top: 16px;
    left: 16px;
    background: #000;
    text-align: center;
    color: #fff;
    padding: 6px 12px;
    z-index: 10;
}
.services-items a {
    text-decoration: none;
}
.services-items a h3 {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 8px;
    font-weight: 700;
    text-transform: none;
    line-height: 1.5;
    margin: 0;
}
.services-bg .mui-style-ltr-1yjtl91-decoration {
    position: absolute;
    width: 1280px;
    height: 960px;
    top: 200px;
}
.mui-style-ltr-1yjtl91-decoration svg {
    width: 1280px;
    height: 100%;
/*    fill: rgba(46, 125, 50, .3);*/
    opacity: 0.2;
    transform: scale(1.7, 1);
}

#others .item {
    border-radius: 20px;
    overflow: hidden;
}
#others img {
    border-radius: 20px;
    max-width: 100%;
    height: 350px;
    width: 100%;
    object-fit: cover;
}
#others .item:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #000;
}
#others .item button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 40px;
    top: 0px;
    left: 0px;
    font-size: 28px;
}
#others .item h5 {
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    bottom: 50px;
    width: 100%;
    left: 0px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    padding: 40px;
    white-space: normal;
    margin: 0;
    font-family: Open Sans, sans-serif;
    font-size: 1.5rem;
    line-height: 1.334;
}
#others .item h3 {
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 1.7em;
    line-height: 48px;
    margin: 0px;
    font-family: "Open Sans", sans-serif;
}

.mui-style-ltr-1djntte-footerDeco {
    position: relative;
    padding-top: 50px;
}
/*.mui-style-ltr-1djntte-footerDeco::before {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTI4MHB4IiBoZWlnaHQ9IjIwMHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAyMDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjIgKDc4MTgxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5Db21iaW5lZCBTaGFwZTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJBcnRib2FyZCIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMjgwLDEwOC41NjUzNjYgQzExNzUuMzk0MjIsNTIuMTU2ODgzMyAxMDc2LjczOTc5LDMyLjcwOTk3NjYgOTg0LjAzNjcxOSw1MC4yMjQ2NDY0IEM4NDQuNTM5MDg4LDc2LjU4MDM1MzQgNzIzLjQwMDQyOSwxOTkuNDE2MzU5IDQ4Ny4yNjE3MTksMTk5LjQxNjM1OSBDMzMwLjE0ODEzMiwxOTkuNDE2MzU5IDE2Ny43Mjc1NTksMTY5LjQzMjA3NyAyLjIyMDQ0NjA1ZS0xNiwxMDkuNDYzNTExIEwwLDAgTDEyODAsMCBMMTI4MCwxMDguNTY1MzY2IFogTTEyODAsMjk0IEwwLDI5NCBMMTI4MCwyOTQgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) left top / 100% no-repeat;
    top: -3px;
    left: 0px;
    content: "";
    width: 100%;
    height: 270px;
    position: absolute;
    z-index: 10;
}*/
.mui-style-ltr-3kgex9-decoration {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
    display: block;
    clip: rect(0px, auto, auto, 0px);
}
.mui-style-ltr-7ujr0e-leftDeco {
    top: 0px;
    fill: rgba(76, 175, 80, .1);
    left: -150px;
    width: 1200px;
    height: 1500px;
    transform: scale(0.5);
    transform-origin: left top;
    display: inherit;
}
.mui-style-ltr-3kgex9-decoration svg {
    position: fixed;
}
.mui-style-ltr-oa25qq-lineDeco {
    left: auto;
    right: 0px;
    width: 180px;
    height: 100%;
    position: absolute;
    background: linear-gradient(145deg, rgb(48, 79, 254) 40%, rgb(76, 175, 80) 80%);
}
.mui-style-ltr-oa25qq-lineDeco {
    display: none;
}
.mui-style-ltr-v2b0vg-rightDecoBefore {
    top: -540px;
    right: -50px;
    left: auto;
/*    fill: rgba(46, 125, 50, .3);*/
    height: 1500px;
    transform: scale(0.55, 0.6) rotate(180deg);
    transform-origin: center center;
}
.mui-style-ltr-3kgex9-decoration svg {
    position: fixed;
}
.mui-style-ltr-19joxmf-rightDeco {
    top: -10px;
/*    fill: rgba(46, 125, 50, .3);*/
    left: auto;
    right: 0px;
    height: 1500px;
    transform: scale(0.5, 0.6);
    transform-origin: right top;
}
.mui-style-ltr-3kgex9-decoration svg {
    position: fixed;
}
.mui-style-ltr-te40f1-action {
    text-align: center;
    padding: 0px 16px;
}
.mui-style-ltr-8dbjmj-title2 {
    margin: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 2.125rem;
    line-height: 1.235;
    font-size: 36px;
    line-height: 56px;
    font-weight: 700;
}
.mui-style-ltr-te40f1-action h4 {
    font-weight: 700;
    margin-bottom: 48px;
}
.mui-style-ltr-4e2c6s {
    display: inline-flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: "Open Sans", sans-serif;
    font-size: 0.9375rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-width: 64px;
    background-color: rgb(48, 79, 254);
    font-weight: 600;
    box-shadow: none;
    color: rgb(255, 255, 255);
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    text-decoration: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 36px;
    padding: 8px 24px;
}
.mui-style-ltr-w0pj6f {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    inset: 0px;
    border-radius: inherit;
}
.mui-style-ltr-1mvi2u-footer {
    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    padding-top: 24px;
    padding-bottom: 25px;
    color: #fff;
}
.mui-style-ltr-1mvi2u-footer {
    padding-left: 24px;
    padding-right: 24px;
}
.mui-style-ltr-1mvi2u-footer {
    max-width: 1200px;
}
.mui-style-ltr-1tz8m30 {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: -32px;
    width: calc(100% + 32px);
    margin-left: -32px;
}
.mui-style-ltr-1ha4th6 {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 100%;
}
.mui-style-ltr-1ha4th6 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 25%;
}
.mui-style-ltr-iol86l {
    box-sizing: border-box;
    margin: 0px;
    flex-direction: row;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 100%;
}
.mui-style-ltr-iol86l {
    flex-basis: 50%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 50%;
}
.mui-style-ltr-1tz8m30>.MuiGrid-item {
    padding-top: 32px;
}
.mui-style-ltr-1tz8m30>.MuiGrid-item {
    padding-left: 32px;
}
.mui-style-ltr-1oykqoi-logo {
    text-align: center;
    margin-bottom: 24px;
}
.mui-style-ltr-1oykqoi-logo img {
    width: 150px;
}
.mui-style-ltr-joi1xn {
    margin: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.6;
}
[dir="ltr"] .mui-style-ltr-1oykqoi-logo h6 {
    color: rgb(255, 255, 255);
}
.mui-style-ltr-1tf02mg {
    margin: 0px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.43;
    text-align: center;
    display: block;
    color: #000;
}
.mui-style-ltr-19c11j {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: -32px;
    width: calc(100% + 32px);
    margin-left: -32px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
}
.mui-style-ltr-1yrw57k-siteMapItem {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 25%;
}
.mui-style-ltr-19c11j>.MuiGrid-item {
    padding-top: 32px;
}
.mui-style-ltr-19c11j>.MuiGrid-item {
    padding-left: 32px;
}
.mui-style-ltr-1f1ycfh-title {
    margin: 0px 0px 24px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.mui-style-ltr-1mvi2u-footer ul {
    margin: 0;
    padding: 0;
}
.mui-style-ltr-1mvi2u-footer li {
    list-style: none;
    margin-bottom: 8px;
}
.mui-style-ltr-kkuce3 {
    margin: 0px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.75;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: underline rgba(0, 0, 0, 0.4);
}
.mui-style-ltr-1mvi2u-footer li a {
    font-size: 14px;
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
    color: rgba(0, 0, 0, 0.87);
}
.mui-style-ltr-1bm4p60-socmed {
    display: flex
;
    margin-bottom: 32px;
}
.mui-style-ltr-1szc76u {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    text-align: center;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.5rem;
    padding: 8px;
    border-radius: 50%;
    overflow: visible;
    color: rgba(0, 0, 0, 0.54);
    -webkit-transition: background-color 150mscubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 150mscubic-bezier(0.4, 0, 0.2, 1) 0ms;
    padding: 5px;
    font-size: 1.125rem;
}
.mui-style-ltr-1bm4p60-socmed a {
    margin: 8px;
    background: rgba(0, 0, 0, 0.12);
    width: 36px;
    height: 36px;
}
.mui-style-ltr-1bm4p60-socmed i {
    font-size: 24px;
}
.mui-style-ltr-1bm4p60-socmed a i {
    color: rgb(48, 79, 254);
}
.mui-style-ltr-w0pj6f {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    inset: 0px;
    border-radius: inherit;
}
.mui-style-ltr-1topfm1-selectLang {
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    color: rgba(0, 0, 0, 0.87);
    box-sizing: border-box;
    position: relative;
    cursor: text;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-radius: 4px;
    padding-left: 14px;
    width: 212px;
    display: inherit;
    margin-top: 16px;
}
.mui-style-ltr-lr4bem-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    height: 0.01em;
    max-height: 2em;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.54);
    margin-right: 8px;
}
.mui-style-ltr-1topfm1-selectLang .mui-style-ltr-footer-icon-ref {
    top: 21px !important;
    position: relative;
}
.mui-style-ltr-1topfm1-selectLang svg {
    color: #2e7d32;
}
.mui-style-ltr-lr4bem-icon+div {
    background: none !important;
    padding: 12px 12px 12px 32px;
    width: calc(100% - 32px);
}
.mui-style-ltr-1u7g47f.MuiSelect-select {
    height: auto;
    min-height: 1.4375em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mui-style-ltr-1u7g47f.mui-style-ltr-1u7g47f.mui-style-ltr-1u7g47f {
    padding-right: 24px;
    min-width: 16px;
}

.mui-style-ltr-12eys53-about {
    position: relative;
    padding: 56px 80px;
    background-color: #FFFFFF;
    color: rgba(0, 0, 0, 0.87);
    -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0px rgba(128,128,128, 0.2),0px 1px 1px 0px rgba(128,128,128, 0.14),0px 2px 1px -1px rgba(128,128,128, 0.12);
    border-radius: 12px;
    box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
}
.mui-style-ltr-12eys53-about h2 {
    margin: 0 0 25px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 2.125rem;
    line-height: 1.235;
    font-size: 36px;
    line-height: 56px;
    font-weight: 700;
}
.mui-style-ltr-12eys53-about p {
    margin: 0 0 25px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
}
.mui-style-ltr-12eys53-about ol {
    padding-left: 20px;
}
.mui-style-ltr-12eys53-about ol li {
    margin-bottom: 25px;
}


.puzzle[data-v-e2491778] {
    position: relative;
    top: -40px;
}
[dir="ltr"] .puzzle[data-v-e2491778] {
    left: 60px;
}
[dir="rtl"] .puzzle[data-v-e2491778] {
    right: 60px;
}
.puzzle div[data-v-e2491778] {
    overflow: hidden;
    position: absolute;
    background: #dedede;
}
.v-application--is-rtl .puzzle div[data-v-e2491778] {
    transform: rotate(-45deg);
}
.v-application--is-ltr .puzzle div[data-v-e2491778] {
    transform: rotate(45deg);
}
.puzzle span[data-v-e2491778] {
    background: url(../images/01.jpg) no-repeat fixed;
    background-size: auto 800px;
    width: 560px;
    height: 1000px;
    display: block;
    position: relative;
    top: -110px;
}
.v-application--is-rtl .puzzle span[data-v-e2491778] {
    transform: rotate(45deg);
}
.v-application--is-ltr .puzzle span[data-v-e2491778] {
    transform: rotate(-45deg);
}
[dir="ltr"] .puzzle span[data-v-e2491778] {
    left: 0;
}
[dir="rtl"] .puzzle span[data-v-e2491778] {
    right: 0;
}

.container-wrap section[data-v-2c2e6653] {
    position: relative;
}
.use-text-title[data-v-d2e91494] {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
}
@media (max-width: 1279px) {
    .use-text-title[data-v-d2e91494] {
        font-size: 38px;
        line-height: 60px;
    }
}
@media (max-width: 599px) {
    .use-text-title[data-v-d2e91494] {
        font-size: 28px;
        line-height: 44px;
    }
}
.use-text-title2[data-v-d2e91494] {
    font-size: 36px;
    line-height: 56px;
    font-weight: 700;
}
@media (max-width: 1279px) {
    .use-text-title2[data-v-d2e91494] {
        font-size: 32px;
        line-height: 48px;
    }
}
@media (max-width: 599px) {
    .use-text-title2[data-v-d2e91494] {
        font-size: 24px;
        line-height: 36px;
    }
}
.use-text-subtitle[data-v-d2e91494] {
    font-weight: 500;
    font-size: 28px;
    line-height: 44px;
}
@media (max-width: 1279px) {
    .use-text-subtitle[data-v-d2e91494] {
        font-size: 24px;
        line-height: 36px;
    }
}
@media (max-width: 599px) {
    .use-text-subtitle[data-v-d2e91494] {
        font-size: 18px;
        line-height: 28px;
    }
}
.use-text-subtitle2[data-v-d2e91494] {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
}
@media (max-width: 1279px) {
    .use-text-subtitle2[data-v-d2e91494] {
        font-size: 20px;
        line-height: 32px;
    }
}
@media (max-width: 599px) {
    .use-text-subtitle2[data-v-d2e91494] {
        font-size: 16px;
        line-height: 24px;
    }
}
.use-text-caption[data-v-d2e91494],
.use-text-paragraph[data-v-d2e91494] {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
@media (max-width: 599px) {
    .use-text-caption[data-v-d2e91494] {
        font-size: 14px;
        line-height: 22px;
    }
}
@media (max-width: 1919px) {
    .use-hidden-lg-down[data-v-d2e91494] {
        display: none;
    }
}
@media (max-width: 1279px) {
    .use-hidden-md-down[data-v-d2e91494] {
        display: none;
    }
}
@media (max-width: 959px) {
    .use-hidden-sm-down[data-v-d2e91494] {
        display: none;
    }
}
@media (max-width: 599px) {
    .use-hidden-xs-down[data-v-d2e91494] {
        display: none;
    }
}
@media (min-width: 1280px) {
    .use-hidden-lg-up[data-v-d2e91494] {
        display: none;
    }
}
@media (min-width: 960px) {
    .use-hidden-md-up[data-v-d2e91494] {
        display: none;
    }
}
@media (min-width: 600px) {
    .use-hidden-sm-up[data-v-d2e91494] {
        display: none;
    }
}
.piece-big[data-v-e2491778] {
    width: 300px;
    height: 150px;
    top: -175px;
    border-radius: 32px;
}
[dir="ltr"] .piece-big[data-v-e2491778] {
    left: 100px;
}
[dir="rtl"] .piece-big[data-v-e2491778] {
    right: 100px;
}
.piece-small-top[data-v-e2491778] {
    width: 100px;
    height: 100px;
    border-radius: 24px;
    top: 12px;
}
[dir="ltr"] .piece-small-top[data-v-e2491778] {
    left: 170px;
}
[dir="rtl"] .piece-small-top[data-v-e2491778] {
    right: 170px;
}
.piece-small-bottom[data-v-e2491778] {
    width: 100px;
    height: 100px;
    border-radius: 24px;
    top: 90px;
}
[dir="ltr"] .piece-small-bottom[data-v-e2491778] {
    left: 90px;
}
[dir="rtl"] .piece-small-bottom[data-v-e2491778] {
    right: 90px;
}
.title-deco h3[data-v-1b0959c6],
.title-deco[data-v-1b0959c6] {
    position: relative;
}
.title-deco h3[data-v-1b0959c6] {
    font-family: "Roboto Condensed";
    color: #fff;
    width: 120px;
    text-transform: capitalize;
    font-size: 48px;
    font-weight: 700;
    line-height: 62px;
}
[dir="ltr"] .title-deco h3[data-v-1b0959c6] {
    padding-left: 20px;
}
[dir="rtl"] .title-deco h3[data-v-1b0959c6] {
    padding-right: 20px;
}
@media (min-width: 1280px) {
    .title-deco h3[data-v-1b0959c6] {
        height: 160px;
    }
    [dir="ltr"] .title-deco h3[data-v-1b0959c6] {
        margin-left: 24px;
    }
    [dir="rtl"] .title-deco h3[data-v-1b0959c6] {
        margin-right: 24px;
    }
}
@media (min-width: 960px) {
    .title-deco h3[data-v-1b0959c6] {
        padding-top: 40px;
        margin-top: 80px;
    }
}
@media (min-width: 960px) and (max-width: 1279px) {
    [dir="ltr"] .title-deco h3[data-v-1b0959c6] {
        margin-left: 56px;
    }
    [dir="rtl"] .title-deco h3[data-v-1b0959c6] {
        margin-right: 56px;
    }
}
@media (max-width: 1279px) {
    .title-deco h3[data-v-1b0959c6] {
        font-size: 38px;
        line-height: 50px;
    }
}
@media (max-width: 959px) {
    .title-deco h3[data-v-1b0959c6] {
        width: auto;
        text-align: center;
    }
    [dir="ltr"] .title-deco h3[data-v-1b0959c6] {
        padding-left: 0;
    }
    [dir="rtl"] .title-deco h3[data-v-1b0959c6] {
        padding-right: 0;
    }
    .theme--dark .title-deco h3[data-v-1b0959c6] {
        color: rgba(121, 212, 0, 0.4);
    }
    .theme--light .title-deco h3[data-v-1b0959c6] {
        color: #000000;
    }
}
@media (max-width: 599px) {
    .title-deco h3[data-v-1b0959c6] {
        font-size: 32px;
        line-height: 42px;
    }
}
.title-deco[data-v-1b0959c6]:before {
    content: "";
    width: 210px;
    height: 210px;
    background: #4caf50;
    border-radius: 24px;
    position: absolute;
    top: 0;
}
[dir="ltr"] .title-deco[data-v-1b0959c6]:before {
    left: 0;
}
[dir="rtl"] .title-deco[data-v-1b0959c6]:before {
    right: 0;
}
.v-application--is-rtl .title-deco[data-v-1b0959c6]:before {
    transform: rotate(-45deg);
}
.v-application--is-ltr .title-deco[data-v-1b0959c6]:before {
    transform: rotate(45deg);
    left: 0;
}
@media (max-width: 1279px) {
    [dir="ltr"] .title-deco[data-v-1b0959c6]:before {
        left: 24px;
    }
    [dir="rtl"] .title-deco[data-v-1b0959c6]:before {
        right: 24px;
    }
}
@media (min-width: 1280px) {
    .title-icon-deco[data-v-1b0959c6] {
        width: 350px;
    }
}
.title-icon-deco[data-v-1b0959c6]:before {
    content: "";
    width: 480px;
    height: 480px;
    border-radius: 24px;
    position: absolute;
    top: 120px;
}
.theme--dark .title-icon-deco[data-v-1b0959c6]:before {
    background: #303030;
}
.theme--light .title-icon-deco[data-v-1b0959c6]:before {
    background: #fff;
}
.v-application--is-rtl .title-icon-deco[data-v-1b0959c6]:before {
    transform: rotate(-45deg);
}
.v-application--is-ltr .title-icon-deco[data-v-1b0959c6]:before {
    transform: rotate(45deg);
}
[dir="ltr"] .title-icon-deco[data-v-1b0959c6]:before {
    right: 80px;
}
[dir="rtl"] .title-icon-deco[data-v-1b0959c6]:before {
    left: 80px;
}
@media (max-width: 959px) {
    .title-icon-deco[data-v-1b0959c6]:before {
        display: none;
    }
}

[dir="ltr"] .root blockquote[data-v-e2491778] {
    padding-left: 40px;
}
.theme--light .root blockquote[data-v-e2491778] {
    border-left-color: #d8d8d8;
}
.v-application--is-ltr .root blockquote[data-v-e2491778] {
    border-left: 4px solid;
}
.theme--light .root blockquote[data-v-e2491778] {
    color: rgba(0, 0, 0, 0.54);
}
.root blockquote[data-v-e2491778] {
    font-size: 26px;
    font-style: italic;
    margin: 40px 0 0;
}

.parallax-wrap[data-v-df9a7fc2] {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    z-index: 0;
}
@media (max-width: 1279px) {
    .parallax-wrap[data-v-df9a7fc2] {
        display: none;
    }
}
.inner-parallax .figure[data-v-df9a7fc2] .Masthead,
.inner-parallax .figure[data-v-df9a7fc2] .Masthead__image {
    overflow: visible;
}
.inner-parallax .figure > div[data-v-df9a7fc2] {
    height: 800px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
}
.inner-parallax-single .figure > div[data-v-df9a7fc2],
.inner-parallax-single .figure[data-v-df9a7fc2],
.inner-parallax-single[data-v-df9a7fc2] {
    height: 100vh;
    width: 100%;
    position: absolute;
    display: block;
}
.parallax-square[data-v-df9a7fc2] {
    transform: rotate(45deg);
    position: absolute;
}
@media (min-width: 1920px) {
    .parallax-square[data-v-df9a7fc2] {
        display: none;
    }
}
.parallax-primary[data-v-df9a7fc2] {
    background: var(--v-primary-base);
    width: 405px;
    height: 405px;
    opacity: 0.08;
    border-radius: 80px;
}
.parallax-secondary[data-v-df9a7fc2] {
    width: 205px;
    height: 205px;
    opacity: 0.1;
}
.parallax-secondary-single[data-v-df9a7fc2],
.parallax-secondary[data-v-df9a7fc2] {
    background: var(--v-secondary-base);
    border-radius: 40px;
}
.parallax-secondary-single[data-v-df9a7fc2] {
    width: 305px;
    height: 305px;
    opacity: 0.08;
}
.banner .parallax-primary[data-v-df9a7fc2] {
    top: 110px;
}
[dir="ltr"] .banner .parallax-primary[data-v-df9a7fc2] {
    right: 300px;
}
[dir="rtl"] .banner .parallax-primary[data-v-df9a7fc2] {
    left: 300px;
}
.banner .parallax-secondary[data-v-df9a7fc2] {
    top: 100px;
}
[dir="ltr"] .banner .parallax-secondary[data-v-df9a7fc2] {
    right: 100px;
}
[dir="rtl"] .banner .parallax-secondary[data-v-df9a7fc2] {
    left: 100px;
}
.about[data-v-df9a7fc2] {
    top: 350px;
}
.about .parallax-primary[data-v-df9a7fc2] {
    top: 190px;
}
[dir="ltr"] .about .parallax-primary[data-v-df9a7fc2] {
    left: 60px;
}
[dir="rtl"] .about .parallax-primary[data-v-df9a7fc2] {
    right: 60px;
}
[dir="ltr"] .about .parallax-secondary[data-v-df9a7fc2] {
    left: 0;
}
[dir="rtl"] .about .parallax-secondary[data-v-df9a7fc2] {
    right: 0;
}
.dots-wrap[data-v-df9a7fc2] {
    top: 0;
    /*height: 1000px;*/
    position: absolute;
    z-index: 2;
}
.testi[data-v-df9a7fc2] {
    top: -400px;
}
[dir="ltr"] .testi[data-v-df9a7fc2] {
    left: 50px;
}
[dir="rtl"] .testi[data-v-df9a7fc2] {
    right: 50px;
}
.parallax-dot[data-v-df9a7fc2] {
    width: 845px;
    height: 1099px;
    opacity: 0.2;
    top: 0;
    transform: scale(0.5);
    position: absolute;
}
.theme--dark .parallax-dot[data-v-df9a7fc2] {
    fill: hsla(0, 0%, 100%, 0.5);
}
.theme--light .parallax-dot[data-v-df9a7fc2] {
    fill: rgba(0, 0, 0, 0.38);
}
[dir="ltr"] .parallax-dot[data-v-df9a7fc2] {
    left: 10px;
}
[dir="rtl"] .parallax-dot[data-v-df9a7fc2] {
    right: 10px;
}
.v-application--is-rtl .parallax-dot[data-v-df9a7fc2] {
    transform-origin: top right;
}
.v-application--is-ltr .parallax-dot[data-v-df9a7fc2] {
    transform-origin: top left;
}
.theme--light .root[data-v-7c2badd4] {
    background-color: var(--v-primarylight-base);
    position: relative;
}
.theme--light .root[data-v-7c2badd4]:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
}
.carousel-handle[data-v-7c2badd4] {
    height: 380px;
    position: relative;
    z-index: 10;
    max-width: 1380px;
    margin: 0 auto;
}

header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
header .navbar-toggler {
    border: 0;
}

/*== Mobile Menu Css ==*/
.stylehome1 .mm-navbar{
  color: #0D263B;
  height: 75px;
  line-height: 4;
}
.stylehome1 .mm-panel ul.mm-listview li:first-child.mm-listitem{
  margin-top: 30px;
}
.stylehome1 .mm-panel ul.mm-listview li.mm-listitem.cl_btn{
  border-bottom: none;
  margin: 25px auto;
  max-width: 90%;
}
.stylehome1 .mm-panel ul.mm-listview li.mm-listitem.cl_btn a.btn{
  color: #ffffff;
  font-size: 13px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.stylehome1 a.mm-listitem__text,
.stylehome1 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text{
  color: #0D263B;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.stylehome1 a.mm-listitem__text:hover,
.stylehome1 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover{
  background-color: #e5e5e5;
  color: #0D263B;
}
.stylehome1.home3 a.mm-listitem__text,
.stylehome1.home3 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text{
  color: #cecff9;
}
.stylehome1.home3 a.mm-listitem__text:hover,
.stylehome1.home3 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover{
  background-color: #e5e5e5;
  color: #0D263B;
}
.stylehome1.home6 .mm-navbar{
  background-color: #ffffff;
}
.stylehome1.home6 .mm-panel{
  background-color: #ebf9f4;
}
.stylehome1.home6 a.mm-listitem__text,
.stylehome1.home6 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text{
  color: #252834;
}
.stylehome1.home6 a.mm-listitem__text:hover,
.stylehome1.home6 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover{
  background-color: #43d4b6;
  color: #ffffff;
}
.stylehome1.home6 .mm-navbar{
  color: #252834;
}
.stylehome1.home6 .mm-btn_next::after{
  border-color: #252834;
}
.stylehome1 li.mm-listitem:hover,
.stylehome1 li.mm-listitem:active,
.stylehome1 li.mm-listitem:focus{
  color: #ffffff;
}
.stylehome1 .mm-navbar,
.stylehome1 .mm-btn_prev:before{
  background-color: #ffffff;
}
.stylehome1.position-right .mm-panel ul.mm-listview li:first-child.mm-listitem {
  margin-top: 0;
}
.stylehome1 a.active.mm-listitem__text {
  color: #00c194;
}
.mm-menu_offcanvas,
.mm-wrapper__blocker {
    z-index: 9999;
}

header .navbar-brand img.logo-black {
    display: none;
}
.wrapper-header.sticky {
    background-color: #FFF;
    position: fixed;
}
.wrapper-header.sticky .container {
    padding-top: 0;
    padding-bottom: 0;
}
.wrapper-header.sticky .logo-black {
    display: block;
}
.wrapper-header.sticky .logo-light {
    display: none;
}
header .wrapper-header.sticky .navbar-nav li a {
    color: #000;
}
.wrapper-header .navbar-nav li a.active {
    box-shadow: rgba(0, 0, 0, 0.22) 0px 1.5px 32px -8px;
    background: rgb(197, 202, 233);
    color: rgb(48, 79, 254) !important;
    border-radius: 36px;
}
.wrapper-header .navbar-nav li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: rgba(0, 0, 0, 0.22) 0px 1.5px 32px -8px;
    border-radius: 36px;
    color: #FFF;
}
.wrapper-header.sticky .navbar-nav li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

header .wrapper-header.sticky .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 768px) {
    .wrapper-video {
        height: 540px;
        display: block;
        background: rgb(0, 0, 0);
        width: 200%;
        margin-left: -50%;
        border-radius: 0px 0px 50% 50%;
        overflow: hidden;
        position: relative;
    }
    .play-video:before {
        position: absolute;
        top: 0px;
        left: -50%;
        background: rgb(0, 0, 0);
        opacity: 0.5;
        width: 200%;
        height: 100%;
        z-index: 10;
        border-radius: 0px 0px 50% 50%;
    }
    .play-video iframe,
    .play-video img {
        width: 100%;
        min-height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        object-fit: cover;
    }
    .video-content {
        margin-left: 25%;
        padding-left: 15px;
        padding-right: 15px;
        top: 30%;
    }
    .video-content h2 {
        font-size: 18px;
    }
    .video-content h1 {
        font-size: 24px;
        line-height: 34px;
    }
    .video-content .wrapper-video-content {
        max-width: 370px;
    }
    .section-products .slider-wrapper .slide-item {
        border-radius: 0;
        padding: 0;
    }
    .section-products:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
    }
    .slide-item-container {
        position: relative;
    }
    .slide-item-content {
        height: 600px;
        margin-top: 120px;
        padding: 200px 16px 16px !important;
        background-image: linear-gradient(0deg, rgb(255, 255, 255) 65%, rgba(255, 255, 255, 0) 100%);
        z-index: 1;
    }
    .slide-item-image {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100% !important;
        height: 100%;
        z-index: 0;
    }
    .section-products .slider-wrapper .slide-item img {
        border-radius: 0;
        width: 110%;
        margin-left: -5%;
        margin-top: -5%;
    }

    [dir="ltr"] .title-deco[data-v-1b0959c6]:before {
        left: 30px !important;
        top: -45px;
    }
    .title-deco h3[data-v-1b0959c6] {
        margin-left: 78px !important;
        padding-top: 38px !important;
        text-align: left !important;
    }
    [dir="ltr"] .piece-small-top[data-v-e2491778] {
        top: 60px !important;
    }
    [dir="ltr"] .piece-small-bottom[data-v-e2491778] {
        top: 140px !important;
    }
    .aboutus-container {
        height: 300px;
    }
    #others img {
        height: 250px;
    }
    #others .item h3 {
        font-size: 1.2em;
        line-height: 38px;
    }
    #others .item h5 {
        padding: 15px;
        font-size: 1.3rem;
        line-height: 1.4;
    }
    .mui-style-ltr-1tz8m30 {
        flex-direction: column;
    }
    .mui-style-ltr-1ha4th6,
    .mui-style-ltr-iol86l {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 100%;
    }
    .mui-style-ltr-1bm4p60-socmed {
        justify-content: center;
    }
    .section-products .slider-wrapper .slide-item h4 span {
        margin-bottom: 15px;
        display: block;
    }
    #services {
        padding-top: 0 !important;
    }
    header .navbar {
        padding: 0;
    }
}

@media (max-width: 599px) {
    #preloader img {
        width: 700px !important;
        object-fit: fill !important;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}