@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');

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;}

/*--- HEADER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
header{padding:60px 0;}
header .h-wrapper{display:flex;flex-direction:row;align-items:center;}
header .h-wrapper .h-left{max-width:185px;flex:0 0 185px;}
header .h-wrapper .h-right{max-width:calc(100% - 185px);flex:0 0 calc(100% - 185px);display:flex;flex-direction:row;gap:30px;justify-content:flex-end;align-items:center;}
header .menu .menu-bar{display:none;}
header .menu ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;gap:40px;}
header .menu ul>li>a{font-size:1.31em;color:#3E3E3E;}
header .phone a{display:flex;align-items:center;line-height:60px;padding:0 20px;gap:20px;font-size:1.37em;width:fit-content;color:#ffffff;background: transparent linear-gradient(180deg, #0058A3 0%, #82E6E3 100%) 0% 0% no-repeat padding-box;border-radius: 14px;}
@media only screen and (min-width:1440px){
    header .container{max-width:80%;}
}
@media only screen and (min-width: 1200px) and (max-width:1440px){
    header .menu ul>li>a{font-size:1em;}
    header .phone a{font-size:1em;}
}
.m-title{position:absolute;left:0;top:0;width:0;height:0;opacity:0;visibility:hidden;}
/*--- SLIDER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slider{position:relative;}
.slider:before{content:'';width:auto;height:100%;position:absolute;z-index:-9;top:-200px;left:20px;right:20px;margin:0 auto;border-radius:40px;background:url('../images/slide-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.slider .swiper-slide{display:grid;grid-template-columns: 1fr 1fr;padding:0 15px;max-width:80%;margin:0 10%;}
.slider .swiper-slide .s-left{}
.slider .swiper-slide .s-right{}
.slider .box{padding-right:50px;display:flex;flex-direction:column;gap:20px;padding-top:20%;}
.slider .box span{display:block;font-size:1.31em;color:#8599A3;letter-spacing:2.1px;text-transform:uppercase;}
.slider .box h2{font-size:2.93em;color:#0058A3;}
.slider .box h2 strong{display:block;}
.slider .box p{font-size:1.31em;color:#3E3E3E;}
.slider .box .more{display:flex;align-items:center;gap:20px;width:fit-content;border:1px solid #0058A3;font-weight:700;color:#0058A3;line-height:55px;border-radius:31px;padding:0 20px;}
.slider .img img{width:100%;height:100vh;border-radius:44px;}
.slider .swiper-nav{position:absolute;left:10%;right:10%;bottom:25%;z-index:99;display:flex;flex-direction:row;justify-content:space-between;padding:0 15px;margin:0 15px;}
.slider .swiper-nav .swiper-buttons{max-width:50%;flex:0 0 50%;display:flex;flex-direction:row;justify-content:space-between;}
.slider .swiper-nav .swiper-buttons div{width:80px;height:70px;line-height:70px;text-align:center;color:#0058A3;font-size:1.5em;border-radius:12px;background:#ffffff;box-shadow:0 0 5px #bababa;}
.slider .swiper-nav .swiper-buttons div:active{opacity:.5;}
.slider .swiper-nav .swiper-buttons .swiper-slide-prev{transform:translate(-50%,0);}
.slider .swiper-nav .swiper-buttons .swiper-slide-next{transform:translate(50%,0);}
.slider .swiper-pagination-current{color:#0058A3;font-size:27px;font-weight:700;}
.slider .swiper-pagination-total{color:#8599A3;font-size:20px;}
@media only screen and (min-width: 992px) and (max-width:1199px){
    .slider .box h2{font-size:1.7em;}
    .slider .box p{font-size:1em;}
    .slider .swiper-nav{bottom:15%;}
}
@media only screen and (min-width: 1200px) and (max-width:1440px){
    .slider .box h2{font-size:2em;}
    .slider .box p{font-size:1em;}
    .slider .swiper-nav{bottom:15%;}
}
/*--- M1 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m1{padding:50px 0;}
.m1 .box h2{font-size:1.31em;letter-spacing: 2.1px;text-align:center;text-transform:uppercase;margin-bottom:10px;}
.m1 .box h2 a{color:#0058A3;}
.m1 .box .p1{font-size:3.31em;text-align:center;color:#494646;position:relative;padding:20px 0 30px 0;margin-bottom:30px;}
.m1 .box .p1 strong{display:block;}
.m1 .box .p1:before{content:'';width:35%;height:4px;position:absolute;left:0;right:0;margin:0 auto;bottom:0;background: #82E6E3 0% 0% no-repeat padding-box;border: 1px solid #82E6E3;border-radius: 7px;}
.m1 .box .p2{font-size:1.18em;text-align:center;color:#494646;padding:0 10%;margin-bottom:50px;}
.m1 .box .more{display:flex;flex-direction:row;align-items:center;margin:0 auto;width:fit-content;color:#ffffff;padding:0 30px;gap:20px;line-height:55px;border-radius:50px;background: transparent linear-gradient(180deg, #0058A3 0%, #82E6E3 100%) 0% 0% no-repeat padding-box;}
/*--- M2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m2{padding:100px 0;background:url('../images/m2-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.m2 .title{margin-bottom:75px;position:relative;}
.m2 .title span{display:block;font-size:1.31em;letter-spacing: 2.1px;text-align:center;text-transform:uppercase;margin-bottom:10px;color:#0058A3;}
.m2 .title h2{font-size:2.81em;font-weight:700;text-align:center;padding-bottom:30px;}
.m2 .title h2 a{color:#494646;}
.m2 .title:before{content:'';width:35%;height:4px;border-radius:50%;position:absolute;left:0;right:0;margin:0 auto;bottom:0;background:#8599A3 0% 0% no-repeat padding-box;border:1px solid #8599A3;border-radius:7px;}
.service-box{margin-bottom:30px;position:relative;padding-bottom:130px;}
.service-box .img img{width:100%;height:460px;border-radius:15px;}
.service-box .content{width:80%;background:#ffffff;border-radius:0 15px 15px 15px;padding:30px;position:absolute;bottom:0;left:0;}
.service-box .content>span{display:block;margin-bottom:10px;font-size:1.87em;font-weight:700;text-transform:uppercase;color:#82E6E3;-webkit-text-fill-color:transparent;-webkit-text-stroke:1px;-webkit-text-stroke-color:#82E6E3;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;}
.service-box:hover .content>span{-webkit-text-fill-color:unset;-webkit-text-stroke:unset;-webkit-text-stroke-color:unset;}
.service-box .content>h3{font-size:1.56em;font-weight:700;}
.service-box .content>h3>a{color:#0058A3;}
.service-box .text{font-size:1.06em;color:#494646;overflow:hidden;height: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;}
.service-box:hover .text{height:102px;}
.service-box .more a{display:flex;flex-direction:column;width:100%;height:50px;line-height:50px;overflow:hidden;}
.service-box .more a>span{display:block;height:50px;position:relative;font-weight:700;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;}
.service-box .more a>span:first-child{padding-left:30px;color:#8599A3;}
.service-box .more a>span:first-child:before{content:'';width:20px;height:2px;background:#8599A3;position:absolute;left:0;top:50%;}
.service-box:hover .more a>span:first-child{transform:translate(0,-100%);}
.service-box:hover .more a>span:last-child{transform:translate(0,-100%);color:#0058A3;}
/*--- M3 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m3{padding:100px 0;}
.m3 .title{margin-bottom:75px;position:relative;}
.m3 .title span{display:block;font-size:1.31em;letter-spacing: 2.1px;text-align:center;text-transform:uppercase;margin-bottom:10px;color:#0058A3;}
.m3 .title h2{font-size:2.81em;font-weight:700;text-align:center;padding-bottom:30px;color:#494646;}
.m3 .title:before{content:'';width:35%;height:4px;border-radius:50%;position:absolute;left:0;right:0;margin:0 auto;bottom:0;background:#82E6E3 0% 0% no-repeat padding-box;border:1px solid #82E6E3;border-radius:7px;}
.m3 .box{display:grid;grid-template-columns:120px 1fr;align-items:center;padding:10px;background: #FFFFFF 0% 0% no-repeat padding-box;box-shadow: 0px 3px 6px #00000029;border: 1px solid #C4C4C4;border-radius: 10px;}
.m3 .box img{width:100%;height:120px;object-fit:contain;padding:20px;border-right:2px solid #82E6E3;}
.m3 .box strong{font-size:1.5em;padding:20px;color:#8599A3;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;}
.m3 .box:hover strong{color:#0058A3;}
/*--- M4 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m4{display:grid;grid-template-columns: 60% 40%;}
.m4 .img{margin-bottom:75px;}
.m4 .img img{width:100%;height:auto;}
.m4 .content{padding:50px 10%;display:flex;flex-direction:column;gap:30px;justify-content:center;position:relative;margin-top:100px;}
.m4 .content:before{content:'';width:100%;height:100%;background:#24262C;position:absolute;top:0;left:0;z-index:-9;}
.m4 .content h2{font-size:2.5em;font-weight:700;}
.m4 .content h2 a{color:#ffffff;}
.m4 .content h2 a span{color:#8599A3;}
.m4 .content .text{color:#ffffff;}
.m4 .content .more{display:flex;flex-direction:row;gap:20px;align-items:center;color:#8599A3;font-weight:700;font-size:1.18em;}
.m4 .content .more i{width:60px;height:60px;line-height:60px;text-align:center;color:#ffffff;border-radius:50%;background: transparent linear-gradient(180deg, #0058A3 0%, #82E6E3 100%) 0% 0% no-repeat padding-box;}
/*--- FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer{color:#fff;margin-top:150px;background:url('../images/footer-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-o-background-size:cover;-moz-background-size:cover;}
footer .f-top{display:flex;flex-direction:row;margin-bottom:75px;align-items:center;justify-content:space-between;transform:translate(0,-50%);background:#FFFFFF 0% 0% no-repeat padding-box;box-shadow:0px -1px 15px #00000074;border-radius:66px;height:104px;border-radius:66px;}
footer .f-top .icon{max-width:230px;flex:0 0 230px;position:relative;}
footer .f-top .icon img{max-width:60%;height:auto;display:block;margin:0 auto;position:absolute;left:0;right:0;transform: translate(0,-50%);}
footer .f-top .text{font-size:22px;color:#24262C;max-width:50%;font-weight:700;}
footer .f-top .phone{border-left:1px solid #0058A3;}
footer .f-top .phone a{color:#0058A3;padding:0 30px;font-size:22px;font-weight:700;}
footer a{color:#ffffff;}
footer h3{font-size:18px;font-weight:700;margin-bottom:20px;}
footer .logo{margin-bottom:50px;}
footer .logo img{max-width:100%;height:auto;}
footer .list{margin-bottom:50px;}
footer .list>ul{list-style:none;margin:0;padding:0;}
footer .list>ul>li{display:flex;align-items:center;}
footer .list>ul>li>i{margin-right:10px;}
footer .list>ul>li>span,footer .list>ul>li>a{display:inline-block;font-size:.9em;line-height:2em;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
footer .list>ul>li>span:hover,footer .list>ul>li>a:hover{padding-left:5px;}
footer .workhour{margin-bottom:50px;}
footer .map{margin-bottom:50px;}
footer .map>iframe{width:100%;height:250px;}
footer .copyright{margin-bottom:5px;font-size:11px;text-align:center;padding-top:25px;}
footer .swa{margin-bottom:50px;text-align:center;}
footer .swa>a>img{display:block;width:50px;height:50px;margin:0 auto;opacity:.95;filter:invert(100%);}
footer .contracts{margin-bottom:50px;display:flex;flex-wrap:wrap;justify-content:center;}
footer .contracts a{display:inline-block;padding:0 10px;font-size:.8em;margin:0 0 5px 0;}
@media (max-width: 1200px) {
    .container{max-width:95%!important}
    .slider .swiper-slide{max-width:95%;margin:0 2.5%;}
    .slider .box h2{font-size:2.2rem;}
    .slider .box p{font-size:1rem;}
}
@media (max-width: 992px) {
    header{padding:20px 0}
    header .h-wrapper{display:flex;flex-wrap:wrap;align-items:center}
    header .h-wrapper .h-left{max-width:140px;flex:0 0 140px}
    header .h-wrapper .h-right{max-width:calc(100% - 140px);flex:0 0 calc(100% - 140px);gap:15px}
    header .menu ul{gap:15px}
    header .menu ul li a{font-size:.9rem}
    header .phone a{line-height:40px;padding:0 12px;gap:8px;font-size:.9rem}
    .slider:before{top:-80px;left:15px;right:15px}
    .slider .swiper-slide{display:block;padding:0}
    .slider .box{padding-right:0;padding-top:40px;text-align:center;align-items:center;gap:15px}
    .slider .box h2{font-size:1.8rem}
    .slider .box p{font-size:.9rem;padding:0 20px}
    .slider .box .more{margin:0 auto}
    .slider .s-right{margin-top:30px}
    .slider .img img{width:100%;height:auto;max-height:400px;object-fit:cover}
    .slider .swiper-nav{position:relative;left:auto;right:auto;bottom:auto;margin-top:30px;justify-content:center;padding:0}
    .slider .swiper-nav .swiper-buttons{max-width:100px;gap:15px}
    .slider .swiper-nav .swiper-buttons div{width:45px;height:45px;line-height:45px;font-size:1.2rem}
    .slider .swiper-nav .swiper-buttons .swiper-slide-prev{transform:translate(0,0);}
    .slider .swiper-nav .swiper-buttons .swiper-slide-next{transform:translate(0,0);}
    .service-box{padding-bottom:0;margin-bottom:60px}
    .service-box .img img{height:350px;object-fit:cover}
    .service-box .content{position:relative;width:90%;margin:-40px auto 0;left:auto;bottom:auto;padding:20px}
    .service-box .text{height:auto!important;overflow:visible!important;margin:10px 0}
    .service-box:hover .text{height:auto!important}
    .service-box .more a{height:auto;overflow:visible}
    .service-box .more a > span:first-child{display:none}
    .service-box .more a > span:last-child{transform:none!important;display:inline-flex;align-items:center;gap:8px}
    .m4{display:block}
    .m4 .img{margin-bottom:0}
    .m4 .content{margin-top:0;padding:40px 8%;text-align:center}
}
@media (max-width: 768px) {
    header .h-wrapper{display:block}
    header .h-wrapper .h-left{max-width:100%;flex:0 0 100%;text-align:center;margin-bottom:15px}
    header .h-wrapper .h-right{max-width:100%;flex:0 0 100%;display:flex;justify-content:space-between;align-items:center}
    header .menu .menu-bar{display:inline-block;background:linear-gradient(180deg,#0058A3 0%,#82E6E3 100%);color:#fff;padding:14px 20px;border-radius:30px;cursor:pointer;font-size:.9rem}
    header .menu .menu-bar i{margin-right:8px}
    header .menu ul{display:none;position:absolute;top:50px;left:0;background:#fff;box-shadow:0 5px 20px #00000026;border-radius:12px;flex-direction:column;gap:0;width:220px;z-index:1000}
    header .menu ul li{border-bottom:1px solid #e5e5e5}
    header .menu ul li:last-child{border-bottom:none}
    header .menu ul li a{display:block;padding:12px 20px;font-size:.9rem}
    header .menu{position:relative}
    header .phone a{padding:8px 15px;line-height:35px}
    header .phone a span{font-size:.85rem}
    .slider .box{padding-top:20px}
    .slider .box span{font-size:.8rem}
    .slider .box h2{font-size:1.5rem}
    .slider .box p{font-size:.85rem}
    .slider .box .more{line-height:38px;padding:0 18px;font-size:.8rem}
    .m1{padding:30px 0}
    .m1 .box .p1{font-size:1.5rem}
    .m1 .box .p2{padding:0;font-size:.9rem}
    .m2{padding:50px 0}
    .m2 .title h2,.m3 .title h2{font-size:1.5rem}
    .m3{padding:50px 0}
    .m3 .box{grid-template-columns:80px 1fr}
    .m3 .box img{height:80px;padding:15px}
    .m3 .box strong{font-size:1rem}
    .m4 .content{padding:30px 5%}
    .m4 .content h2{font-size:1.4rem}
    .m4 .content .more i{width:40px;height:40px;line-height:40px}
    footer .f-top{flex-direction:column;text-align:center;gap:15px}
    footer .f-top .text{font-size:.9rem}
}
@media (max-width: 576px) {
    header .phone a span{display:none}
    header .phone a{padding:10px;}
    header .phone a img{width:35px;}
    header .menu .menu-bar{padding:14px 16px;font-size:.85rem}
    .slider .box h2{font-size:1.3rem}
    .slider .box p{font-size:.8rem;padding:0 10px}
    .slider .swiper-nav .swiper-buttons div{width:35px;height:35px;line-height:35px;font-size:.9rem}
    .m1 .box .p1{font-size:1.2rem}
    .m1 .box .p1:before{width:70%}
    .service-box .img img{height:250px}
    .service-box .content{width:95%;padding:15px}
    .service-box .content > span{font-size:1rem}
    .service-box .content > h3{font-size:1rem}
    .m3 .title h2{font-size:1.2rem}
    .m3 .box{grid-template-columns:60px 1fr}
    .m3 .box img{height:60px;padding:10px}
    .m3 .box strong{font-size:.85rem}
    .m4 .content h2{font-size:1.2rem}
    .m4 .content .text{font-size:.8rem}
    .m4 .content .more{font-size:.85rem}
    footer .logo{text-align:center;}
    footer .f-top{height:auto;padding:20px;transform:translate(0,-50px);}
    footer .f-top .icon{max-width:unset;flex:unset;}
    footer .f-top .icon img{position:relative;transform:translate(0,0);}
    footer .f-top .phone{border-left:unset;border-top:1px solid #0058A3;padding-top:20px;}
    footer .list h3{font-size:1rem}
}
@media (max-width: 375px) {
    .slider .box h2{font-size:1.1rem}
    .slider .box .more{font-size:.7rem;line-height:34px}
    .m2 .title h2,.m3 .title h2{font-size:1rem}
    .service-box .content{padding:12px}
}
/*--- PAGE ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page .page-head{padding:75px 0 35px 0;background:var(--bg-color);}
.page .page-head h1{font-size:2.5em;font-weight:600;margin-bottom:25px;}
.page .page-head p{font-size:1.3em;font-weight:200;margin-bottom:25px;}
.page .page-head .breadcrumb{font-size:.8em;}
.page .page-body{padding:50px 0 20px 0;}
.page .page-foot{padding:50px 0 20px 0;background:var(--bg-color);margin-bottom:50px;}
.page .page-form{margin-bottom:50px;}
/*--- 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 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;z-index:9999;}
.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);}