@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:0 10%;position:relative;}
header:before{content:'';width:25%;height:94px;background:#353A4A;position:absolute;top:0;right:0;z-index:-99;}
header:after{content:'';width:25%;height:64px;background:#EFEFF1;position:absolute;bottom:29px;right:0;z-index:-99;}
header .h-wrapper{display:grid;grid-template-columns:300px 1fr;gap:150px;}
header .h-right{position:relative;}
header .h-right .img1{position:absolute;left:0;top:0;width:auto;height:100%;z-index:1;transform:translate(-50%,0);}
header .h-right .img2{position:absolute;left:0;bottom:0;z-index:2;transform:translate(-60%,100%);}
header .logo{padding:61px 0}
header .logo img{max-width:100%;height:auto;}
header .h-contact{padding:35px 0;position:relative;}
header .h-contact:before{content:'';width:100%;height:100%;background:#353A4A;position:absolute;left:0;top:0;z-index:-1;}
header .h-contact ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;gap:100px;justify-content:flex-end;}
header .h-contact ul>li>a{color:#CCCCCC;}
header .menu{position:relative;}
header .menu:before{content:'';width:100%;height:100%;background:#EFEFF1;position:absolute;left:0;top:0;z-index:-1;}
header .menu .menu-bar{display:none;}
header .menu ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;justify-content:flex-end;gap:60px;}
header .menu ul>li>a{color:#353A4A;padding:20px 0;display:block;text-transform:uppercase;}
header .menu ul>li>a:hover{color:#FAB209;}
@media only screen and (max-width:767px){
    header{padding:0 15px;}
    header:before{display:none;}
    header:after{display:none;}
    header .h-wrapper{display:unset;grid-template-columns:unset;gap:unset;}
    header .h-right .img1{display:none;}
    header .h-right .img2{display:none;}
    header .logo{padding:10px 0;}
    header .logo img{display:block;margin:0 auto;}
    header .h-contact{padding:20px 0;}
    header .h-contact:before{display:none;}
    header .h-contact ul{justify-content:center;gap:20px;}
    header .h-contact ul>li>a{color:#000000;}
    header .menu{margin-bottom:20px;}
    header .menu:before{display:none;}
    header .menu .menu-bar{display:block !important;padding:10px 20px;color:#fff;font-size:1.3em;background:#353A4A;}
    header .menu ul{display:none;flex-direction:unset;justify-content:unset;gap:unset;position:absolute;left:0;width:100%;z-index:9;background:rgba(53, 58, 74, .9);padding:10px;}
    header .menu ul>li>a{color:#fff;line-height:30px;padding:5px 10px;border-bottom:1px dashed #ccc;}
    header .menu ul>li:last-child>a{border:0;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    header{padding:0 15px;}
    header:before{display:none;}
    header:after{display:none;}
    header .h-wrapper{display:unset;grid-template-columns:unset;gap:unset;}
    header .h-right .img1{display:none;}
    header .h-right .img2{display:none;}
    header .logo{padding:10px 0;}
    header .logo img{display:block;margin:0 auto;}
    header .h-contact{padding:20px 0;}
    header .h-contact:before{display:none;}
    header .h-contact ul{justify-content:center;gap:20px;}
    header .h-contact ul>li>a{color:#000000;}
    header .menu{margin-bottom:20px;}
    header .menu:before{display:none;}
    header .menu .menu-bar{display:block !important;padding:10px 20px;color:#fff;font-size:1.3em;background:#353A4A;}
    header .menu ul{display:none;flex-direction:unset;justify-content:unset;gap:unset;position:absolute;left:0;width:100%;z-index:9;background:rgba(53, 58, 74, .9);padding:10px;}
    header .menu ul>li>a{color:#fff;line-height:30px;padding:5px 10px;border-bottom:1px dashed #ccc;}
    header .menu ul>li:last-child>a{border:0;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    header{padding:0 15px;}
    header .h-wrapper{grid-template-columns:160px 1fr;gap:75px;}
    header .logo{padding:66px 0;}
    header .logo img{max-width:150px;height:auto;}
    header:after{bottom:17px;height:59px;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    header{padding:0 5%;}
    header .h-wrapper{grid-template-columns:200px 1fr;gap:75px;}
    header .logo{padding:74px 0;}
    header .logo img{max-width:175px;height:auto;}
    /*header:after{bottom:28px;height:59px;}*/
}
/*--- SLIDER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slide-video{width:100%;height:auto;min-height:200px;position:relative;}
.slide-video video{width:100%;height:auto;position:relative;z-index:1;object-fit:cover;}
.slide-video .mask{width:100%;height:100%;background:linear-gradient(to bottom,transparent,#2f374f);position:absolute;top:0;left:0;z-index:2;}

.slide-video .text{position:absolute;width:50%;left:10%;bottom:0;padding:75px 0;z-index:9;display:flex;flex-direction:column;gap:15px;}
.slide-video .text .t{font-size:1.75em;color:#fff;}
.slide-video .text .p{font-size:2.68em;color:#fff;font-weight:900;}

@media only screen and (max-width: 767px){
    .slide-video video{height:50vh;}
    .slide-video .text{width:75%;left:15px}
    .slide-video .text .t{font-size:1.3em;}
    .slide-video .text .p{font-size:2.2em;}
}


/*--- M1 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m1{padding:280px 0;background:url('../images/m1-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.m1 .box{display:flex;flex-direction:column;gap:40px;}
.m1 .box p{font-size:1.75em;color:#FFFFFF;}
.m1 .box .more{display:inline-block;color:#E2D2AE;position:relative;font-size:1.43em;line-height:60px;}
.m1 .box .more:before{content:'';width:25px;height:1px;background:#E2D2AE;position:absolute;bottom:0;left:0;}
.m1 .box ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:20px;}
.m1 .box ul>li>a{display:block;color:#CCCCCC;font-size:1.43em;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3 ease-in-out;}
.m1 .box ul>li>a:hover{color:#FAB209;border-left:2px solid #FAB209;padding-left:15px;}
.m1 .box ul>li>.active{color:#FAB209;border-left:2px solid #FAB209;padding-left:15px;}

.m1 .video-btn{width:100%;height:100%;padding:50px 0;}
.m1 .video-btn a{display:flex;flex-direction:row;gap:20px;color:#fff;height:100%;justify-content:center;align-items:center;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 .video-btn:hover a{transform:scale(.9);}

@media only screen and (max-width:767px){
    .m1{padding:100px 0;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .m1{padding:175px 0;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    .m1{padding:200px 0;}
}
/*--- M2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m2{padding:115px 10%;position:relative;}
.m2:before{content:'';width:100%;height:50%;position:absolute;bottom:0;left:0;z-index:-99;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}
.m2 .title h2{font-size:2.18em;font-weight:900;position:relative;width:fit-content;}
.m2 .title .icon{width:100%;height:auto;position:absolute;top:0;left:0;transform:translate(0,-25%);}
.m2 .title h2>span{color:#353A4A;position:relative;z-index:9;}
.m2 .box{position:relative;margin-bottom:20px;}
.m2 .box:before{content:'';width:100%;height:100%;background:#23252E;position:absolute;top:0;left:0;opacity:.6;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:before{opacity:0;}
.m2 .box .bg{width:100%;height:auto;}
.m2 .box .text{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;gap:5px;justify-content:center;align-items:center;}
.m2 .box .text .icon{font-size:100px;color:#FF0000;}
.m2 .box .text .t{display:block;font-size:1.25em;color:#fff;}
.m2 .box .text h3{font-size:4.87em;font-weight:700;color:#fff;text-transform:uppercase;}
.m2 .box .text .btn{display:flex;gap:20px;align-items:center;background:#fff;border-radius:10px;color:#FAB209;font-weight:700;line-height:55px;padding:0 20px;transform:translate(0,30px);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 .text .btn{opacity:1;visibility:visible;transform:translate(0,0);}
@media only screen and (max-width:767px){
    .m2{padding:115px 15px;}
    .m2 .box .text .icon{font-size:50px;}
    .m2 .box .text h3{font-size:3em;}
    .m2 .box .text .btn{line-height:30px;font-size:1em;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .m2{padding:115px 5%;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    .m2{padding:115px 7%;}
}
/*--- M3 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m3{padding:75px 0;position:relative;}
.m3 .title{margin-bottom:75px;display:flex;flex-direction:row;justify-content:space-between;padding:0 10%;}
.m3 .title h2{font-size:2.18em;font-weight:900;position:relative;width:fit-content;}
.m3 .title .icon{width:100%;height:auto;position:absolute;top:0;left:0;transform:translate(0,-25%);}
.m3 .title h2>a{color:#353A4A;position:relative;z-index:9;}
.m3 .title .more{display:inline-block;padding:0 20px;font-size:1.06em;color:#353A4A;position:relative;line-height:50px;}
.m3 .title .more:before{content:'';width:75px;height:100%;position:absolute;top:0;right:0;background:#EFEFF1;z-index:-1;transition:all .3 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 .title .more:hover:before{width:100%;}
.m3 .title .more i{color:#FAB209;}
.m3 .box{margin-bottom:30px;position:relative;overflow:hidden;}
.m3 .box .bg{width:100%;height:420px;object-fit:cover;position:relative;z-index:5;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 .bg{transform:scale(1.1);}
.m3 .box:before{content:'';width:100%;height:100%;background:linear-gradient(to bottom,transparent, #353A4A);position:absolute;top:0;left:0;z-index:6;}
.m3 .box .t{position:absolute;left:0;bottom:0;width:100%;z-index:8;}
.m3 .box .t .icon{position:absolute;left:0;bottom:0;right:0;display:block;margin:0 auto;opacity:.4;}
.m3 .box .t h3{line-height:120px;text-align:center;position:relative;z-index:9;color:#fff;text-transform:uppercase;}
@media only screen and (max-width:767px){
    .m3 .title{flex-direction:column;justify-content:center;align-items:center;gap:20px;}
}
/*--- M4 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m4{padding:75px 0;position:relative;}
.m4 .title{margin-bottom:75px;display:flex;flex-direction:row;justify-content:space-between;}
.m4 .title h2{font-size:2.18em;font-weight:900;position:relative;width:fit-content;}
.m4 .title .icon{width:100%;height:auto;position:absolute;top:0;left:0;transform:translate(0,-25%);}
.m4 .title h2>a{color:#353A4A;position:relative;z-index:9;}
.m4 .title .more{display:inline-block;padding:0 20px;font-size:1.06em;color:#353A4A;position:relative;line-height:50px;}
.m4 .title .more:before{content:'';width:75px;height:100%;position:absolute;top:0;right:0;background:#EFEFF1;z-index:-1;transition:all .3 ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.m4 .title .more:hover:before{width:100%;}
.m4 .title .more i{color:#FAB209;}
.m4 .box{background: #FFFFFF 0% 0% no-repeat padding-box;box-shadow: 0px 3px 6px #00000029;border-radius: 20px;margin-bottom:30px;}
.m4 .box .content{padding:30px 20px;}
.m4 .box .content h3{font-size:1.12em;font-weight:700;}
.m4 .box .content h3 a{color:#00387D;}
.m4 .box .content .text{font-size:1em;color:#182732;font-weight:300;margin-bottom:20px;}
.m4 .box .content .more{display:inline-block;width:fit-content;background:linear-gradient(to right,#FAB20A,transparent);line-height:50px;padding:0 30px;border-radius:10px;color:#fff;}
.m4 .box .img{}
.m4 .box .img img{width:100%;height:230px;object-fit:cover;border-radius:15px;}
@media only screen and (max-width:767px){
    .m4 .title{flex-direction:column;justify-content:center;align-items:center;gap:20px;}
}
/*--- M5 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m5{padding:75px 0;position:relative;}
.m5 .title{margin-bottom:75px;display:flex;flex-direction:row;justify-content:space-between;}
.m5 .title h2{font-size:2.18em;font-weight:900;position:relative;width:fit-content;}
.m5 .title .icon{width:100%;height:auto;position:absolute;top:0;left:0;transform:translate(0,-25%);}
.m5 .title h2>a{color:#353A4A;position:relative;z-index:9;}
.m5 .title .more{display:inline-block;padding:0 20px;font-size:1.06em;color:#353A4A;position:relative;line-height:50px;}
.m5 .title .more:before{content:'';width:75px;height:100%;position:absolute;top:0;right:0;background:#EFEFF1;z-index:-1;transition:all .3 ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.m5 .title .more:hover:before{width:100%;}
.m5 .title .more i{color:#FAB209;}
.m5 .all{text-align:center;font-size:1.6em;color:#FAB209;}
.m5 .m5-body{padding-bottom:50px;}
.m5 .m5-body img{width:100%;height:auto;}
.m5 .m5-body:before{content:'';width:100%;height:50px;background:#fff;position:absolute;bottom:0;left:0;z-index:9999999;}
/*--- FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer{padding:10% 15% 0 0;background:#353A4A;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:1fr 1fr 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-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;}
}
@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{padding:135px 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;display:none;}
.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);}