@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-ultralight-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-ultralight-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-ultralight-webfont.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-thin-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-thin-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-thin-webfont.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-light-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-light-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-regular-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-regular-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-medium-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-medium-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-semibold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-semibold-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-semibold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-bold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-bold-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-heavy-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-heavy-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-heavy-webfont.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-extrabold-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-extrabold-webfont.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-black-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-black-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-black-webfont.ttf') format('truetype');
    font-weight: 1000;
    font-style: normal;
    font-display: swap;
}

html,body{
    width:100%;
    height:100%;
}
body{
    font-size:13px;
    font-family: "Poppins", sans-serif;
    color:var(--text-color);
}
@media only screen and (min-width:1440px){
    body{
        font-size:16px;
    }
}
a{
    color:var(--text-color);
    text-decoration: none;
    transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
}
a:hover{
    color:var(--text-color-2);
}

p{margin-bottom:10px;}

.text-align{text-align:center;}

@media only screen and (min-width: 1660px){
    .container{max-width:1560px;}
}

/*--- HEADER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
header{padding:20px 0;border-top:35px solid #F4F4F4;position:relative;z-index:9;}
header .h-wrapper{display:grid;grid-template-columns:290px 1fr;gap:110px;align-items:center;}
header .logo{width:290px;min-height:40px;}
header .logo img{max-width:100%;height:auto;}
header .h-right{display:flex;flex-direction:row;gap:20px;align-items:center;justify-content:flex-end;}
header .menu .menu-bar{display:none;}
header .menu ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;gap:20px;}
header .menu ul>li>a{display:block;color:#606060;text-transform:uppercase;font-size:1em;line-height:42px;font-family: 'gilroy';font-weight:400;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}
header .menu ul>li>a:hover{color:#E30614;}
header .menu ul>li>.special-item{border:1px solid #CCCCCC;display:flex;flex-direction:row;gap:5px;align-items:center;padding:0 10px;}
header .menu ul>li>.special-item:hover{background:#444;color:#fff;}
header .langs{position:relative;}
header .langs span{display:flex;gap:5px;border:1px solid #CCCCCC;cursor:pointer;line-height:42px;padding:0 5px;align-items:center;font-size:1.12em;color:#58595B;font-family: 'gilroy';font-weight:400;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
header .langs span:hover{background:#444;color:#fff;}
header .langs span i{opacity:.5;}
header .langs span:hover ~ ul{opacity:1;visibility:visible;margin-top:2px;}
header .langs ul{list-style:none;margin:0;padding:0;position:absolute;margin-top:20px;opacity:0;visibility:hidden;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;width:100%;}
header .langs ul:hover{opacity:1;visibility:visible;margin-top:2px;}
header .langs ul>li{margin-bottom:2px;}
header .langs ul>li>a{display:flex;gap:5px;border:1px solid #CCCCCC;cursor:pointer;background:#fff;height:42px;padding:0 5px;align-items:center;font-size:1.12em;color:#58595B;font-family: 'gilroy';font-weight:400;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
header .langs ul>li>a:hover{background:#444;color:#fff;}
@media only screen and (max-width:767px){
    header{border-top:15px solid #F4F4F4;}
    header .h-wrapper{display:block;grid-template-columns:unset;gap:unset;align-items:unset;position:relative;}
    header .logo{display:block;margin:0 auto 20px auto;}
    header .h-right{justify-content:space-between;}
    header .menu .menu-bar{display:inline-block;line-height:42px;padding:0 10px;border:1px solid #CCCCCC;}
    header .menu ul{display:none;position:absolute;left:0;flex-direction:column;gap:0;background:#FFFFFF;z-index:9;width:100%;padding:20px;}
    header .menu ul>li>a{border-bottom:1px solid #CCCCCC;}
    header .menu ul>li>.special-item{margin-top:2px;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    header{border-top:15px solid #F4F4F4;}
    header .h-wrapper{display:block;grid-template-columns:unset;gap:unset;align-items:unset;position:relative;}
    header .logo{display:block;margin:0 auto 20px auto;}
    header .h-right{justify-content:space-between;}
    header .menu .menu-bar{display:inline-block;line-height:42px;padding:0 10px;border:1px solid #CCCCCC;}
    header .menu ul{display:none;position:absolute;left:0;flex-direction:column;gap:0;background:#FFFFFF;z-index:9;width:100%;padding:20px;}
    header .menu ul>li>a{border-bottom:1px solid #CCCCCC;}
    header .menu ul>li>.special-item{margin-top:2px;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    header .h-wrapper{grid-template-columns:200px 1fr;gap:20px;}
    header .logo{width:200px;}
    header .menu ul{gap:10px;}
    header .menu ul>li>a{font-size:1em;}
    header .h-right{gap:10px;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    header .h-wrapper{grid-template-columns:220px 1fr;gap:30px;}
    header .logo{width:220px;}
    header .menu ul{gap:20px;}
    header .menu ul>li>a{font-size:1.1em;}
    header .h-right{gap:20px;}
}

@media only screen and (max-width:767px){
    table {
        width: 100%;
        table-layout: fixed;
    }

    td, th {
        word-wrap: break-word;
    }
}
/*--- SLIDER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slider{position:relative;}
.slider .bg{width:100%;height:auto;}
.slider .text{position:absolute;left:15%;top:0;width:33%;gap:30px;height:100%;display:flex;flex-direction:column;justify-content:center;}
.slider .text > *{margin:0;}
.slider .text span{display:block;font-size:1.25em;color:#E30614;transform: translate(-75px,0);transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;}
.slider .swiper-slide{overflow:hidden;}
.slider .swiper-slide-active .text span{transform:translate(0,0);}
.slider .text h2{font-size:2.75em;color:#fff;transform: translate(-100px,0);transition:all .7s ease-in-out;-webkit-transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out;}
.slider .swiper-slide-active .text h2{transform:translate(0,0);}
.slider .text p{font-size:1.18em;color:#fff;transform: translate(75px,0);transition:all .7s ease-in-out;-webkit-transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out;}
.slider .swiper-slide-active .text p{transform:translate(0,0);}
.slider .text .more{display:block;font-size:.81em;color:#fff;position:relative;line-height:26px;padding:15px 0 5px 30px;z-index:0;transform: translate(125px,0);transition:all .7s ease-in-out;-webkit-transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out;}
.slider .text .more strong{display:block;font-size:1.25em;}
.slider .text .more:before{content:'';width:72px;height:72px;background:#454F59;border-radius:50%;position:absolute;left:0;top:0;z-index:-1;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.slider .text .more>*{position:relative;z-index:9;}
.slider .text .more:hover:before{background:#E30614;}
.slider .swiper-slide-active .text .more{transform:translate(0,0);}
.slider .swiper-slide-pagination{position:absolute;position:absolute;top:0;left:unset;right:13%;width:45px;height:100%;display:flex;flex-direction:column;justify-content:center;gap:10px;z-index:99;}
.slider .swiper-slide-pagination .swiper-pagination-bullet{width:45px;height:45px;margin:0;margin-bottom:10px;line-height:45px;text-align:center;font-size:1.56em;color:#fff;background:unset;border-radius:0;position:relative;opacity:1;}
.slider .swiper-slide-pagination .swiper-pagination-bullet:before{content:'';width:4px;height:100%;position:absolute;top:0;right:0;background:#fff;transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;}
.slider .swiper-slide-pagination .swiper-pagination-bullet *{position:relative;z-index:9;}
.slider .swiper-slide-pagination .swiper-pagination-bullet-active{text-align:left;}
.slider .swiper-slide-pagination .swiper-pagination-bullet-active:before{width:35px;background:#E30614;}
@media only screen and (max-width:767px){
    .slider .bg{height:65vh;object-fit:cover;}
    .slider .text{left:15px;width:75%;gap:15px;}
    .slider .text span{font-size:1.1em;}
    .slider .text h2{font-size:1.7em;}
    .slider .text p{font-size:.9em;}
    .slider .text .more{line-height:1.5em;}
    .slider .text .more strong{font-size:1em;}
    .slider .swiper-slide-pagination{right:15px;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .slider .bg{height:65vh;object-fit:cover;}
    .slider .text{left:15px;width:75%;gap:15px;}
    .slider .text span{font-size:1.1em;}
    .slider .text h2{font-size:1.7em;}
    .slider .text p{font-size:.9em;}
    .slider .text .more{line-height:1.5em;}
    .slider .text .more strong{font-size:1em;}
    .slider .swiper-slide-pagination{right:15px;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .slider .text{width:45%;}
    .slider .text{left:5%;}
    .slider .swiper-slide-pagination{right:5%;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    .slider .text{left:7%;}
    .slider .swiper-slide-pagination{right:7%;}
}
/*--- M1 --------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m1{background:#F4F4F4;}
.m1 .m1-top{padding:115px 0;}
.m1 .video-box{position:relative;}
.m1 .video-box .video-cover{width:100%;height:585px;position:relative;z-index:0;opacity:.2;}
.m1 .video-box:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;background: transparent linear-gradient(180deg, #FFFFFF00 0%, #F4F4F4 100%) 0% 0% no-repeat padding-box;z-index:1;}
.m1 .video-box .play-btn{width:300px;height:300px;border-radius:50%;border:2px solid #CCCCCC;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;z-index:9;position:absolute;left:0;right:0;margin:0 auto;top:calc(50% - 150px);gap:20px;overflow:visible;}
.m1 .video-box .play-btn i{font-size:2em;color:#E30614;}
.m1 .video-box .play-btn span{font-size:1.18em;color:#454F59;text-transform:uppercase;font-weight:600;}
.m1 .video-box .play-btn::before,.m1 .video-box .play-btn::after{content:"";position:absolute;inset:0;border-radius:50%;border:2px solid #CCCCCC;pointer-events:none;z-index:-1;animation:ripple2 2.6s infinite;}
.m1 .video-box .play-btn::after{animation-delay:1.3s;}
@keyframes ripple2{0%{transform:scale(1);opacity:.7;}100%{transform:scale(1.8);opacity:0;}}
.m1 .box .t0{display:flex;gap:10px;align-items:center;color:#E30614;text-transform:uppercase;margin-bottom:35px;}
.m1 .box .text{padding-left:50px;}
.m1 .box .text h2{font-size:2.5em;font-weight:700;line-height:90px;white-space:nowrap;}
.m1 .box .text .t1{position:relative;color:#E30614;margin:0;}
.m1 .box .text .t1:before{content:'';width:50%;height:100%;position:absolute;left:-25px;top:0;z-index:0;background:#fff;transform: skewX(-30deg);}
.m1 .box .text .t1 span{position:relative;z-index:9;}
.m1 .box .text .t2{color:#454F59;margin-bottom:30px;}
.m1 .box .text p{font-size:1.18em;color:#606060;font-weight:300;margin-bottom:75px;}
.m1 .box .links{display:flex;flex-direction:row;justify-content:space-between;}
.m1 .box .links .more{display:block;font-size:.81em;color:#454F59;position:relative;line-height:26px;padding:15px 0 5px 30px;z-index:0;}
.m1 .box .links .more strong{display:block;font-size:1.25em;}
.m1 .box .links .more:before{content:'';width:72px;height:72px;background:#fff;border-radius:50%;position:absolute;left:0;top:0;z-index:-1;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.m1 .box .links .more>*{position:relative;z-index:9;}
.m1 .box .links .more:hover:before{background:#E30614;}
.m1 .m1-bottom{border-top:1px solid #CCCCCC;}
.m1 .m1-bottom .list{display:flex;flex-direction:row;}
.m1 .m1-bottom .list-item{border-right:1px solid #CCCCCC;flex:1;height:200px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px;}
.m1 .m1-bottom .list-item:last-child{border:0;}
.m1 .m1-bottom .list-item img{max-width:50%;height:auto;aspect-ratio: 1 / 1;}
.m1 .m1-bottom .list-item span{font-size:1.31em;color:#454F59;text-align:center;line-height:1.5;min-height:3em;display:flex;align-items:center;}
@media only screen and (max-width:767px){
    .m1 .box .text h2{white-space:unset;line-height:1.3em;}
    .m1 .m1-bottom .list-item span{font-size:.7em;}
}
/*--- M2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m2{padding:60px 0;background:linear-gradient(to bottom,#fff,#F4F4F4);}
.m2 .title{width:33.33%;margin-bottom:100px;}
.m2 .title img{display:block;margin-bottom:20px;}
.m2 .title h2{letter-spacing: 15.2px;color: #606060;font-size:1.18em;}
.m2 .title strong{display:block;min-height:155px;font-size:2.43em;font-weight:700;color:#454F59;}
.m2 .box{height:100%;display:flex;flex-direction:column;justify-content:center;transform:translate(0,-50px);}
.m2 .box .b-top{padding:30px;position:relative;overflow:hidden;margin-bottom:30px;}
.m2 .box .b-top .buttons{display:flex;flex-direction:row;gap:30px;align-items:center;margin-bottom:50px;}
.m2 .box .b-top .buttons a{display:flex;flex-direction:row;gap:20px;align-items:center;}
.m2 .box .b-top .buttons a span{color:#606060;font-size:1.12em;}
.m2 .box .b-top .buttons .more span{opacity:0;visibility:hidden;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.m2 .box:hover .b-top .buttons .more span{opacity:1;visibility:visible;}
.m2 .box .b-top .buttons .icon{font-size:1.5em;color:#E30614;width:57px;height:57px;text-align:center;line-height:57px;border:1px solid #E30614;border-radius:50%;}
.m2 .box .b-top .buttons .whatsapp{opacity:0;visibility:hidden;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.m2 .box:hover .b-top .buttons .whatsapp{opacity:1;visibility:visible;}
.m2 .box .b-top .buttons .whatsapp i{color:#20D33C;font-size:2.5em;}
.m2 .box .b-top::before,.m2 .box .b-top::after{content:"";position:absolute;border:4px solid transparent;pointer-events:none;}
.m2 .box .b-top::before{left:0;bottom:0;width:45%;height:0;border-bottom-color:#E30614;}
.m2 .box:hover .b-top:before{width:100%;height:100%;border-right-color:#E30614;transition: width .3s cubic-bezier(.4,0,.2,1), height .3s cubic-bezier(.4,0,.2,1) .3s;}
.m2 .box .b-top::after{right:0;top:0;width:0;height:0;}
.m2 .box:hover .b-top:after{width:100%;height:100%;border-top-color:#E30614;border-left-color:#E30614;transition: border-color 0s .6s, width .3s cubic-bezier(.4,0,.2,1) .6s, height .3s cubic-bezier(.4,0,.2,1) .9s;}
.m2 .box .b-top h2{color:#454F59;font-weight:700;font-size:1.81em;}
.m2 .box .b-bottom{padding:30px;background:linear-gradient(270deg,#FFFFFF 0%,#F4F4F4 100%);position:relative;}
.m2 .box .b-bottom:before{content:'';width:0;height:100%;background:#E30614;position:absolute;right:0;top:0;z-index:0;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.m2 .box:hover .b-bottom:before{width:100%;}
.m2 .box .b-bottom *{position:relative;z-index:1;}
.m2 .box .b-bottom p{font-size:1.25em;color:#606060;line-height:1.5em;min-height:4.5em;transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;}
.m2 .box:hover .b-bottom p{color:#fff;}
.m2 .box .b-bottom .more{display:flex;flex-direction:row;align-items:center;gap:15px;}
.m2 .box .b-bottom .more img{transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;}
.m2 .box:hover .b-bottom .more img{filter: brightness(0) invert(1);}
.m2 .box .b-bottom .more span{text-transform:uppercase;color:#4E556A;transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;}
.m2 .box:hover .b-bottom .more span{color:#fff;}
.m2 .img img{width:100%;height:445px;object-fit:cover;}
.m2 .mb-150{margin-bottom:150px;}
@media only screen and (max-width:767px){
    .m2 .box .b-top .buttons a{gap:15px;}
    .m2 .box .b-top .buttons a span{font-size:1em;}
    .m2 .title{width:100%;margin-bottom:30px;}
    .m2 .box{transform: unset;}
    .m2 .img{margin-bottom:30px;}
    .m2 .mb-150{margin-bottom:0;}
}
/*--- M3 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m3{padding:115px 0 0 0;overflow:hidden;position:relative;}
.m3:before{content:'';width:100%;height:55%;position:absolute;bottom:0;left:0;background: transparent linear-gradient(180deg, #353A4A 0%, #21273B 100%) 0% 0% no-repeat padding-box;z-index:-1;}
.m3 .title{margin-bottom:75px;}
.m3 .title img{display:block;margin-bottom:20px;}
.m3 .title h2{letter-spacing:15.2px;color: #606060;font-size:1.18em;}
.m3 .title strong{display:block;font-size:2.43em;font-weight:700;color:#454F59;}
.m3 .title-cover{width:80%;height:auto;min-height:150px;}
.m3 .title-cover img{width:100%;height:auto;}
.m3 .box{padding:65px 45px;background:#EFEFF1;}
.m3 .box h3{margin-bottom:50px;font-size:1.12em;}
.m3 .box h3 a{display:flex;flex-direction:row;justify-content:space-between;gap:50px;}
.m3 .box h3 a span{display:block;color:#454F59;font-weight:700;}
.m3 .box h3 a i{width:50px;height:50px;background:#fff;border-radius:50%;line-height:50px;text-align:center;color:#E30614;}
.m3 .box p{font-size:1.12em;color:#454F59;}
.m3 .m3-body{width:125%;padding:70px 0 0 0;}

.m3 .sub-title{font-size:8em;color:#ffffff;-webkit-text-stroke-color:#ffffff;-webkit-text-stroke:1px;-webkit-text-fill-color:transparent;font-weight:900;margin-top:-200px;}

.m3 .m3-body .img img{width:100%;height:auto;}
.m3 .m3-body .swiper-slide{opacity:.1;}
.m3 .m3-body .swiper-slide-active{opacity:1;transition:all .3s ease-in-out;}
.m1,.m2,.m3{overflow:hidden;width:100%;}
@media only screen and (max-width: 767px){
    .m3 .m3-body{width:100%;}
    .m3 .sub-title{font-size:3.5em;margin-top:30px;text-align:center;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .m3 .sub-title{font-size:5em;margin-top:30px;text-align:center;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .m3 .sub-title{font-size:5em;margin-top:-125px;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    .m3 .sub-title{font-size:6em;margin-top:-125px;}
}

/*--- FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer{padding:7% 15% 0 0;background:#22283b;overflow:hidden;}
footer .f-wrapper{padding-left:20%;background:#fff;padding-right:5%;}
footer .f-wrapper .f-top{display:grid;grid-template-columns:130px 1fr;gap:50px;}
footer .f-wrapper .f-top .f-top-left{padding-top:50px;}
footer .f-wrapper .f-top .f-top-left img{width:100%;height:auto;}
footer .f-wrapper .f-top .f-top-right{}
footer .f-wrapper .f-top .f-top-right .f-top-right-head{padding:50px 0;border-bottom:1px solid #CCCCCC;}
footer .f-wrapper .f-top .f-top-right .f-top-right-head>ul{list-style:none;margin:0;padding:0;display:grid;gap:30px;grid-template-columns:2fr 1fr;}
footer .f-wrapper .f-top .f-top-right .f-top-right-head>ul>li h3{font-size:1.25em;color:#353A4A;font-weight:700;margin-bottom:20px;}
footer .f-wrapper .f-top .f-top-right .f-top-right-head>ul>li h4{font-size:1.12em;color:#353A4A;font-weight:700;margin-bottom:20px;}
footer .f-wrapper .f-top .f-top-right .f-top-right-head>ul>li a{display:block;}
footer .f-wrapper .f-top .f-top-right .f-top-right-head>ul>li .children-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:30px;}
footer .f-wrapper .f-top .f-top-right .f-top-right-head>ul>li .children{margin-bottom:30px;}
footer .f-wrapper .f-top .f-top-right .f-top-right-head>ul>li .children a{font-size:.9em;line-height:25px;}
footer .f-wrapper .f-top .f-top-right .f-top-right-body{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:50px 0;border-bottom:1px solid #CCCCCC;}
footer .f-wrapper .f-top .f-top-right .f-top-right-body ul{list-style:none;margin:0;padding:0;}
footer .f-wrapper .f-top .f-top-right .f-top-right-body ul>li>a{display:flex;flex-direction:row;justify-content:space-between;gap:5px;align-items:center;}
footer .f-wrapper .f-top .f-top-right .f-top-right-body i{color:#CCCCCC;}
footer .f-wrapper .f-top .f-top-right .f-top-right-foot{display:flex;flex-direction:row;align-items:center;gap:30px;justify-content:space-between;padding:50px 0;}
footer .f-wrapper .f-top .f-top-right .f-top-right-foot .swa img{width:55px;height:auto;}
footer .contracts{padding:30px 0;display:flex;gap:20px;}
footer .contracts>a{font-size:.8em;}
@media only screen and (max-width:767px){
    footer{padding:15px;}
    footer .f-wrapper{padding:0 15px;}
    footer .f-wrapper .f-top{display:block;grid-template-columns:unset;gap:unset;}
    footer .f-wrapper .f-top .f-top-left img{width:120px;height:auto;display:block;margin:0 auto;}
    footer .f-wrapper .f-top .f-top-right .f-top-right-head>ul{grid-template-columns: 1fr;text-align:center;}
    footer .contracts{justify-content:center;}

    footer .f-wrapper .f-top .f-top-right .f-top-right-head>ul>li .children-wrapper{grid-template-columns: 1fr;}
    footer .f-wrapper .f-top .f-top-right .f-top-right-head>ul>li .children{margin-bottom:0;}

    footer .contracts{flex-direction:column;gap:10px;justify-content:center;}
    footer .contracts>a{text-align:center;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    footer{padding:15px 30px;}
    footer .f-wrapper{padding:0 15px;}
    footer .f-wrapper .f-top{display:block;grid-template-columns:unset;gap:unset;}
    footer .f-wrapper .f-top .f-top-left img{width:120px;height:auto;display:block;margin:0 auto;}
    footer .f-wrapper .f-top .f-top-right .f-top-right-head>ul{text-align:center;}
    footer .contracts{justify-content:center;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    footer{padding:5% 5% 0 0;}
    footer .f-wrapper{padding-left:5%;padding-right:5%;}
    footer .f-wrapper .f-top{gap:20px;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    footer{padding:5% 5% 0 0;}
    footer .f-wrapper{padding-left:5%;padding-right:5%;}
}

/*--- PAGE ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page .page-head{position:relative;overflow:hidden;}
.page .page-head .cover{height:50vh;object-fit:cover;position:relative;z-index:1;}
.page .page-head .mask{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;background: transparent linear-gradient(91deg, #1F1F1F 0%, #2220221F 100%) 0% 0% no-repeat padding-box;}
.page .page-head .container{position:absolute;top:0;left:0;right:0;margin:0 auto;height:100%;z-index:3;}
.page .page-head .container .title{display:flex;flex-direction:column;justify-content:space-between;height:100%;}
.page .page-head h1{margin:0;font-size:5.5em;font-weight:700;color:#fff;-webkit-text-fill-color:transparent;-webkit-text-stroke-color:#ffffff;-webkit-text-stroke:1px;line-height:1;letter-spacing:0px;width:65%;}
.page .page-head .breadcrumb{color:#CCCCCC;font-size:1.12em;justify-content:center;font-family: 'gilroy';font-weight:300;padding:30px 0;}
.page .page-head .breadcrumb-item.active{color:#CCCCCC;}
.page .page-head .breadcrumb-item+.breadcrumb-item::before{color:#CCCCCC;}
@media only screen and (max-width:767px){
    .page .page-head .cover{height:35vh;}
    .page .page-head h1{font-size:4em;width:100%;}
}
.page .page-body{padding:50px 0 20px 0;position:relative;z-index:9;}
.page .page-body .page-cover{position:absolute;right:0;top:0;width:33.33%;height:auto;aspect-ratio:1/1;border:25px solid #ffffff;transform:translate(0,-50%);}
.page .page-body .page-cover img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;}
@media only screen and (max-width:767px){
    .page .page-body .page-cover{position:relative;width:100%;border:10px solid #ffffff;transform:unset;}
}
.page .page-body .short-content{margin:50px 0;padding:30px;font-size:2.68em;color:#606060;position:relative;padding:30px;font-weight:300;}
.page .page-body .short-content:before{content:'';width:40px;height:35px;border-top:7px solid #E30614;border-left:7px solid #E30614;position:absolute;top:0;left:0;}
.page .page-body .short-content:after{content:'';width:40px;height:35px;border-bottom:7px solid #E30614;border-right:7px solid #E30614;position:absolute;bottom:0;right:0;}
.page .page-body .long-content{padding:50px 0;font-size:1.25em;color:#353A4A;line-height:45px;}
@media only screen and (max-width:767px){
    .page .page-body .short-content{font-size:1.5em;}
    .page .page-body .long-content{line-height:unset;}
}
.page .page-foot{padding:50px 0 20px 0;background:var(--bg-color);margin-bottom:50px;}
.page .page-mission-vision{padding-top:18%;margin-bottom:105px;background:url('../images/mission-vision-bg.jpg') no-repeat center center;background-size:cover;-moz-background-size:cover;-o-background-size:cover;-webkit-background-size:cover;}
.page .page-mission-vision .list-wrapper{background:#ffffff;display:grid;grid-template-columns:30% 1fr;}
.page .page-mission-vision .list-wrapper .list-buttons{padding:65px;}
.page .page-mission-vision .list-wrapper .list-buttons button{display:flex;font-size:1.43em;font-weight:700;color:#606060;justify-content:space-between;align-items:center;width:100%;height:90px;border:0;background:unset;border-bottom:1px solid #CCCCCC;}
.page .page-mission-vision .list-wrapper .list-buttons button i{color:#CCCCCC;}
.page .page-mission-vision .list-wrapper .list-buttons .active{color:#E30614;border-bottom:1px solid #E30614;}
.page .page-mission-vision .list-wrapper .list-buttons .active i{color:#E30614;}
.page .page-mission-vision .list-wrapper .list-body{padding:30px;}
.page .page-mission-vision .list-wrapper .list-body .list-body-item{display:flex;flex-direction:column;justify-content:center;position:absolute;left:0;top:0;opacity:0;visibility:hidden;height:100%;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.page .page-mission-vision .list-wrapper .list-body .list-body-item strong{color:#E30614;font-size:1.5em;margin-bottom:20px;}
.page .page-mission-vision .list-wrapper .list-body .list-body-item span{font-size:1.12em;color:#454F59;}
.page .page-mission-vision .list-wrapper .list-body .list-body-item-active{position:relative;opacity:1;visibility:visible;}
@media only screen and (max-width:767px){
    .page .page-mission-vision .list-wrapper{grid-template-columns: 1fr;}
    .page .page-mission-vision .list-wrapper .list-buttons{padding:30px;}
}
@media only screen and (min-width:1200px){
    .page .page-mission-vision .list-wrapper .list-body .list-body-item{width:90%;}
}
.page-form{padding:100px 7% 0 7%;background: transparent linear-gradient(180deg, #353A4A 0%, #21273B 100%) 0% 0% no-repeat padding-box;}
.page-form .form-wrapper{position:relative;overflow:hidden;border-bottom:1px solid #ffffff;}
.page-form .form-wrapper:before{content:'';position:absolute;width:1px;top:25px;height:100%;background:#ffffff;right:0;}
.page-form .form-title{margin-bottom:65px;overflow:hidden;}
.page-form .form-title h2{font-size:2.43em;font-weight:700;color:#fff;padding-right:55px;position:relative;width:fit-content;line-height:50px;}
.page-form .form-title h2:before{content:'';width:200%;height:1px;background:#FFFFFF;position:absolute;right:0;top:50%;transform:translate(100%,0);}
.page-form .form-body{display:grid;grid-template-columns: 1fr 25%;gap:100px;margin-bottom:50px;}
.page-form .form-group{position:relative;color:#8B93A8;}
.page-form .form-group .form-control{height:80px;border:0;line-height:80px;padding:0 20px 0 80px;border-radius:40px;background: #4E556A 0% 0% no-repeat padding-box;color:#8B93A8;}
.page-form .form-group .form-control::placeholder{color:#8B93A8;}
.page-form .form-group .icon{position:absolute;left:30px;top:25px;z-index:1;}
.page-form .form-checkbox-group input{backround:#4E556A;accent-color:#4E556A;}
.page-form .security-group{background: #4E556A 0% 0% no-repeat padding-box;display:flex;height:80px;align-items:center;border-radius:40px;overflow:hidden;}
.page-form .security-group button{border:0;background:unset;}
.page-form .security-group .form-control{background: #4E556A 0% 0% no-repeat padding-box;border:0;text-indent:unset;line-height:65px;color:#8B93A8;}
.page-form .security-group .form-control:focus,
.page-form .security-group .form-control:active{outline:0;box-shadow:unset;}
.page-form .security-group .form-control::placeholder{color:#8B93A8;}
.page-form .form-group button{width:100%;height:80px;background:#ffffff;border-radius:40px;color:#E30614;font-weight:700;font-size:1.37em;}
.page-form .form-button{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 0;position:relative;}
.page-form .form-button:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;background: transparent radial-gradient(closest-side at 50% 50%, #25DB64 0%, #343949 100%) 0% 0% no-repeat padding-box;border-radius: 176px;opacity: 1;filter: blur(50px);}
.page-form .form-button *{position:relative;z-index:99;}
.page-form .form-button img{margin-bottom:25px;}
.page-form .form-button strong{font-size:2.25em;color:#fff;font-weight:700;line-height:1.2em;text-align:center;}
@media only screen and (max-width:767px){
    .page-form{padding:100px 30px 0 30px;}
    .page-form .form-wrapper{border:0;}
    .page-form .form-wrapper:before{display:none;}
    .page-form .form-body{grid-template-columns: 1fr;}
}

/* VIDEO-GALLERY ------------------------------------------------------------------------------------------------------------------------*/
.page .page-video-gallery{padding:50px 0 20px 0;}
.page .page-video-gallery .title{margin-bottom:50px;}
.page .page-video-gallery .title h2{font-size:28px;font-weight:700;margin-bottom:15px;}
.page .page-video-gallery .title p{font-size:18px;font-weight:200;margin-bottom:15px;}
.page .page-video-gallery .video-gallery-box{margin-bottom:30px;position:relative;background:#000;height:450px;border-radius:10px;overflow: hidden;}
.page .page-video-gallery .video-gallery-box .img{position:relative;z-index:0;}
.page .page-video-gallery .video-gallery-box .img img{width:100%;height:450px;object-fit:cover;}
.page .page-video-gallery .video-gallery-box .img:before{content:'';width:100%;height:100%;background:rgba(0,0,0,.7);position:absolute;top:0;left:0;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:alll .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.page .page-video-gallery .video-gallery-box:hover .img:before{opacity:0;visibility:hidden;}
.page .page-video-gallery .video-gallery-box .video video{height:450px;object-fit:contain;width:auto;display:block;margin:0 auto;}
.page .page-video-gallery .video-gallery-box .info{list-style:none;margin:0;padding:5px;display:flex;position:absolute;top:5px;right:5px;color:#fff;font-size:11px;z-index:1;}
.page .page-video-gallery .video-gallery-box .info>li{margin-left:10px;}
.page .page-video-gallery .video-gallery-box .icon{position:absolute;left:0;right:0;margin:0 auto;width:40px;height:40px;line-height:40px;top:calc(50% - 20px);color:#eee;font-size:2.5em;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:alll .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.page .page-video-gallery .video-gallery-box:hover .icon{color:#c4302b;}
.page .page-video-gallery .video-gallery-box .td{position:absolute;bottom:0;left:0;width:100%;padding:15px;}
.page .page-video-gallery .video-gallery-box .td h3{color:#fff;font-size:1.1em;font-weight:300;margin:0;}
.page .page-video-gallery .video-gallery-box .td p{color:#fff;font-size:.8em;font-weight:200;margin:0;}

/*--- CATEGORY -----------------------------------------------------------------------------------------------------------------------------------------------------*/
.category-page .sub-category-item{margin-bottom:50px;}
.category-page .sub-category-item .content{padding:50px;position:relative;margin-right:50px;}
.category-page .sub-category-item .content::before,.category-page .sub-category-item .content::after{content:"";position:absolute;border:2px solid transparent;pointer-events:none;}
.category-page .sub-category-item .content::before{left:0;bottom:0;width:45%;height:0;border-bottom-color:#E30614;}
.category-page .sub-category-item:hover .content:before{width:100%;height:100%;border-right-color:#E30614;transition: width .3s cubic-bezier(.4,0,.2,1), height .3s cubic-bezier(.4,0,.2,1) .3s;}
.category-page .sub-category-item .content::after{right:0;top:0;width:0;height:0;}
.category-page .sub-category-item:hover .content:after{width:100%;height:100%;border-top-color:#E30614;border-left-color:#E30614;transition: border-color 0s .6s, width .3s cubic-bezier(.4,0,.2,1) .6s, height .3s cubic-bezier(.4,0,.2,1) .9s;}
.category-page .sub-category-item h2{font-size:1.81em;color:#454F59;font-weight:700;line-height:1em;min-height:3em;display:flex;flex-direction:column;justify-content:center;}
.category-page .sub-category-item .img{padding-left:50px;transform:translate(0,-30px);}
.category-page .sub-category-item .img img{width:100%;height:365px;object-fit:cover;border:1px solid #eee;padding:30px;}
.mb-100{margin-bottom:100px;}
/*--- PRODUCT -----------------------------------------------------------------------------------------------------------------------------------------------------*/
.simple-product-page .e-catalog{margin-bottom:20px;display:flex;flex-direction:row;gap:10px;}
.simple-product-page .e-catalog a{display:flex;gap:10px;line-height:35px;width:fit-content;border:1px solid #CCCCCC;padding:0 10px;align-items:center;color:#58595B;font-size:1em;}
.simple-product-page h2{font-size:2.62em;color:#454F59;font-weight:700;margin-bottom:20px;}
.simple-product-page .title-icon{margin-bottom:30px;}
.simple-product-page .product-short-content{margin-bottom:30px;font-size:1.25em;color:#353A4A;}
.simple-product-page .technical-specifications{margin-bottom:30px;}
.simple-product-page .technical-specifications h3{font-size:1.18em;color:#153C58;margin-bottom:10px;text-transform:uppercase;font-weight:700;}
.simple-product-page .technical-specifications table{width:100%;background:#F4F4F4;border:0;}
.simple-product-page .technical-specifications table tr{border-bottom:1px solid #BECADB;}
.simple-product-page .technical-specifications table tr:last-child{border:0;}
.simple-product-page .technical-specifications table tr td{padding:15px;}
.simple-product-page .technical-specifications table tr td:last-child{text-align:right;}
.simple-product-page .product-cover{width:100%;height:auto;min-height:200px;overflow:hidden;border-radius:15px;margin-bottom:50px;}
.simple-product-page .product-cover img{width:100%;height:auto;}
.simple-product-page .product-content{margin-bottom:30px;}
.simple-product-page .product-content table{width:100%;background:#F4F4F4;border:0;margin-bottom:20px;}
.simple-product-page .product-content table tr{}
.simple-product-page .product-content table tr td{padding:15px;border:1px solid #BECADB;}
.simple-product-page .product-gallery{margin-bottom:50px;}
.simple-product-page .product-gallery .gallery-box{margin-bottom:50px;border-radius:15px;overflow:hidden;}
.simple-product-page .product-gallery .gallery-box img{width:100%;height:auto;aspect-ratio: 1/1;}
.simple-product-page .product-gallery .swiper-nav{display:flex;flex-direction:row;gap:20px;justify-content:center;}
.simple-product-page .product-gallery .swiper-nav div{width:50px;height:50px;background:#F4F4F4;border-radius:50%;line-height:50px;text-align:center;color:#606060;}
.simple-product-page .product-gallery .swiper-nav div:active{opacity:.5;}
/*--- COOKIE-POLICY -----------------------------------------------------------------------------------------------------------------------------------------------------*/
.cookie-accept {position:fixed;bottom:-100%;left:0;right:0;width:100%;z-index:99;border:1px solid #ddd;background:#fff;display:flex;justify-content:center;align-items:center;transition:bottom 1s ease-in-out;-webkit-transition:bottom 1s ease-in-out;-moz-transition:bottom 1s ease-in-out;-o-transition:bottom 1s ease-in-out;padding:20px;}
.cookie-accept.active {bottom:0;}
.cookie-accept .close {position:absolute;right:15px;top:-15px;width:30px;height:30px;border:1px solid #ddd;line-height:30px;text-align:center;font-size:1.5em;background:#fff;}
.cookie-accept .icon {text-align: center;}
.cookie-accept .icon i {font-size:4em;}
.cookie-accept .content {padding:1.5em;}
.cookie-accept .content strong {display:block;font-size:1.5em;line-height:1;margin-bottom:10px;}
.cookie-accept .content p {font-size:1.1em;font-weight:200;margin:0;}
.cookie-accept .buttons ul {list-style:none;margin:0;padding:0;display:flex;gap:10px;}
.cookie-accept .buttons ul > li {flex:1 1 auto;}
.cookie-accept .buttons ul > li > a{display:flex;padding:10px 20px;background:#aaa;color:#fff;text-align:center;text-decoration:none;align-items:center;height:100%;}
@media only screen and (max-width: 767px) {
    .cookie-accept {flex-direction: column;}
}
/*--- FORM --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.form-group{margin-bottom:20px;}
.form-group label{display:block;font-size:1em;font-weight:700;margin-bottom:5px;}
.form-group .form-control{min-height:45px;border:0;border:1px solid #eee;font-size:1em;}
.form-group .form-control::placeholder{font-size:1em;}
.form-group input[type="checkbox"]{width:25px;height:25px;}
.form-checkbox-group{display:flex;line-height: 25px;}
.form-checkbox-group>input{accent-color:var(--primary-color);}
.form-checkbox-group>input:focus,.form-checkbox-group>input:active{outline:0;box-shadow:unset;}
.form-checkbox-group a{padding-left:15px;}
.form-group button{background-color:var(--primary-color);color:#fff;font-size:1em;}
.form-group button:hover{background-color:var(--secondary-color);color:#fff;}
/*rating*/
.stars {width:100%;text-align: center;border:1px solid #eee;border-radius:5px;overflow: hidden;display: flex;justify-content: center;flex-direction: row-reverse;margin-bottom:20px;}
.stars-focus{box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);}
input.star {display: none;}
label.star {margin:0;padding: 0 5px;font-size: 30px;color: #ddd;transition: all .2s;}
input.star:checked ~ label.star:before {content: '\f005';color: #FD4;transition: all .25s;font-weight: 900;}
input.star-5:checked ~ label.star:before {color: #FE7;}
input.star-1:checked ~ label.star:before {color: #F62;}
input.star-2:hover ~ label.star-1 {color: #F62;}
input.star-3:hover ~ label.star-1, input.star-3:hover ~ label.star-2 { color: #F62; }
input.star-4:hover ~ label.star-1, input.star-4:hover ~ label.star-2, input.star-4:hover ~ label.star-3 { color: #F62; }
input.star-5:hover ~ label.star-1, input.star-5:hover ~ label.star-2, input.star-5:hover ~ label.star-3, input.star-5:hover ~ label.star-4 {color: #F62;}
label.star:hover {color: #ffa300;}
label.star:before {content: '\f005';font-family: 'Font Awesome 5 Free';font-weight: 400;}
/*security-input*/
.security-group{margin-bottom:20px;position:relative;}
.security-group label{display:block;font-size:14px;font-weight:700;margin-bottom:5px;}
.security-group .img{position:absolute;bottom:0;left:0;}
.security-group .img img{min-height:45px;}
.security-group .img button{border:0;min-height:45px;min-width:45px;margin:0;background:transparent;}
.security-group input{text-indent:175px;min-height:45px;min-height:45px;border:1px solid #eee;font-size:1em;}
/*--- LOADING ---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#loading{width:100%;height:100vh;position:fixed;top:0;left:0;background:rgba(0,0,0,.7);z-index:9999999;display:flex;flex-direction:column;justify-content:center;align-items:center;}
@keyframes spin{to{transform: rotate(360deg);}from{transform: rotate(0);}}
#loading:before{content:'\f110';color:#fff;font-family: 'Font Awesome 6 Free';font-weight:900;animation: spin infinite 1s linear;}
/*--- NO-CONTENT --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.no-content{padding:40px 20px;border:1px dashed #eee;border-radius:10px;text-align:center;margin-bottom:30px;}
.no-content>i{font-size:30px;margin-bottom:15px;color:#aaa;}
.no-content>p{font-size:18px;padding:0;margin:0;font-weight:200;}
/*--- HEMEN ARA - WHATSAPP --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@-webkit-keyframes ripple {0% {opacity: 1;-webkit-transform: scale(0);transform: scale(0);}100% {opacity: 0;-webkit-transform: scale(1);transform: scale(1);}}
@keyframes ripple {0% {opacity: 1;-webkit-transform: scale(0);transform: scale(0);}100% {opacity: 0;-webkit-transform: scale(1);transform: scale(1);}}

.fixed-button{position:fixed;bottom:15px;left:15px;display:flex;flex-direction:column;gap:15px;display:none;}
.fixed-button>a{height:40px;width:40px;text-align: center;border-radius:80px;z-index: 999;color: white;position:relative;}
.fixed-button>a>i{line-height:40px;font-size:25px;}
.fixed-button>a .ripple{position: absolute;width:120px;height:120px;z-index: -1;left: 50%;top: 50%;opacity: 0;margin: -60px 0 0 -60px;border-radius:80px;-webkit-animation: ripple 1.8s infinite;animation: ripple 1.8s infinite;}
.fixed-button>a .ripple:nth-child(2) {animation-delay: .3s;-webkit-animation-delay: .3s;}
.fixed-button>a .ripple:nth-child(3) {animation-delay: .6s;-webkit-animation-delay: .6s;}

.whatsAppBg{background-color: #068404 !important;background-image: linear-gradient(90deg, #068404, #0ba909);}
.hemenAraBg {background-color: #004080 !important;background-image: linear-gradient(90deg, #004080, #0073e6);}