@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-family: "Poppins", sans-serif;
    background:#212226;
    color:#ffffff;
}
@media only screen and (max-width:767px){
    body{
        font-size:11px;
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    body{
        font-size:13px;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    body{
        font-size:11px;
    }
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    body{
        font-size:13px;
    }
}
@media only screen and (min-width:1441px){
    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:1440px){
    .container{max-width:1715px;}
}
/*--- HEADER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
header{padding:59px 0 37px 0;box-shadow: 0 0 40px #000000;position:relative;z-index:99;}
header .h-wrapper{display:flex;justify-content:space-between;}
header .h-left{display:flex;gap:30px;align-items:center;}
header .logo{width:166px;position:relative;}
header .logo img{width:100%;height:auto;}
header .logo a{position:absolute;transform:translate(0,-50px);}
header .menu .menu-bar{display:none;}
header .menu ul{display:flex;flex-direction:row;gap:31px;list-style:none;margin:0;padding:0;}
header .menu ul li a{font-size:15px;}
header .h-right{display:flex;gap:30px;align-items:center;}
header .h-right ul{list-style:none;margin:0;padding:0;display:flex;gap:21px;}
header .h-right ul li a{font-size:15px;}
header .sube-button a {display:flex;font-size:.93em;justify-content:center;align-items:center;border:1px solid #EF9F00;border-radius:30px;height:50px;width:160px;color:#EF9F00;}

@media only screen and (max-width:767px){
    header{padding:20px 0;}
    header .h-wrapper{display:flex;flex-direction:column-reverse;}
    header .h-left{position:relative;justify-content:space-between;}
    header .logo{margin-top:-35px;width:130px;}
    header .logo a{position:relative;transform:translate(0,0);z-index:99;}
    header .menu .menu-bar{border:1px solid #EF9F00;border:1px solid #EF9F00;border-radius:5px;padding:10px;display:block;}
    header .menu ul{position:absolute;left:0;width:100%;background:rgba(0, 0, 0, .9);z-index:999;flex-direction:column;display:none;padding:20px;}
    header .menu ul>li>a{display:block;padding:10px 20px;border-bottom:1px dotted #333333;}
    header .menu ul>li:last-child>a{border:0;}
    header .h-right{position:relative;z-index:9;gap:15px;justify-content:flex-end;}
    header .h-right ul{gap:15px;}
    header .h-right ul li a span{display:none;}
    header .sube-button a {font-size:.8em;height:30px;width:fit-content;padding:0 10px;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    header{padding:20px 0;}
    header .h-wrapper{display:flex;flex-direction:column-reverse;}
    header .h-left{position:relative;justify-content:space-between;}
    header .logo{margin-top:-35px;width:130px;}
    header .logo a{position:relative;transform:translate(0,0);z-index:99;}
    header .menu .menu-bar{border:1px solid #EF9F00;border:1px solid #EF9F00;border-radius:5px;padding:10px;display:block;}
    header .menu ul{position:absolute;left:0;width:100%;background:rgba(0, 0, 0, .9);z-index:999;flex-direction:column;display:none;padding:20px;}
    header .menu ul>li>a{display:block;padding:10px 20px;border-bottom:1px dotted #333333;}
    header .menu ul>li:last-child>a{border:0;}
    header .h-right{position:relative;z-index:9;gap:15px;justify-content:flex-end;}
    header .h-right ul{gap:15px;}
    header .h-right ul li a span{display:none;}
    header .sube-button a {font-size:.8em;height:30px;width:fit-content;padding:0 10px;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    header{padding:30px 0 30px 0;}
    header .menu ul{gap:20px;}
    header .h-wrapper{flex-direction:column-reverse;}
    header .h-left{justify-content:space-between;}
    header .h-right{justify-content:flex-end;margin-bottom:30px;}
    header .logo a{transform:translate(0,-100px);}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    header .menu ul{gap:15px;}
    header .h-right{gap:15px;}
    header .h-right ul{gap:15px;}
}
/*--- SLIDER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slider{padding-top:30px;}
.slider .box{display:flex;}
.slider .box > div{max-width:50%;flex:0 0 50%;}
.slider .box .img img{width:100%;height:auto;opacity:0;visibility:hidden;transform:translate(0,50px);transition:all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;-moz-translation:all .3s ease-in-out;-webkit-translation: all .3s ease-in-out;}
.slider .swiper-slide-active .box .img img{opacity:1;visibility:visible;transition-delay:.3s;transform:translate(0,0);}
.slider .box .text{display:flex;flex-direction:column;justify-content:center;padding:0 10%;gap:30px;}
.slider .box .text h2{font-size:3.18em;color:#EF9F00;font-weight:700;transform:translate(0,50px);opacity:0;visibility:hidden;transition:all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;-moz-translation:all .3s ease-in-out;-webkit-translation: all .3s ease-in-out;margin:0;}
.slider .swiper-slide-active .box .text h2{transform:translate(0,0);opacity:1;visibility:visible;}
.slider .box .text .p{font-size:2.12em;color:#ffffff;transform:translate(0,50px);opacity:0;visibility:hidden;transition:all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;-moz-translation:all .3s ease-in-out;-webkit-translation: all .3s ease-in-out;}
.slider .swiper-slide-active .box .text .p{transform:translate(0,0);opacity:1;visibility:visible;transition-delay:.3s;}
.slider .box .text .buttons{display:flex;flex-direction:row;gap:20px;transform:translate(0,50px);opacity:0;visibility:hidden;transition:all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;-moz-translation:all .3s ease-in-out;-webkit-translation: all .3s ease-in-out;}
.slider .box .text .buttons a{display:flex;flex-direction:row;gap:10px;align-items:center;font-size:.93em;color:#EF9F00;border-radius:10px;border:1px solid #EF9F00;height:50px;padding:0 20px;}
.slider .box .text .buttons a:hover{color:#ffffff;background:#EF9F00;}
.slider .swiper-slide-active .box .text .buttons{transform:translate(0,0);opacity:1;visibility:visible;transition-delay:.6s;}
.slider .slide-bg{transform: translate(0,-25px);}
.slider .slide-bg img{width:100%;height:auto;}
@media only screen and (max-width:767px){
    .slider{padding-top:20px;}
    .slider .box{flex-direction:column-reverse;}
    .slider .box > div{max-width:100%;flex:0 0 100%;}
    .slider .box .text{padding:30px 40px;}
    .slider .box .text h2{font-size:2.7em;}
    .slider .box .text .p{font-size:1.12em;}
    .slider .box .text .buttons a{font-size:.8em;padding:0 10px;height:40px;}
    .slider .slide-bg{transform: translate(0,0);}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .slider{padding-top:20px;}
    .slider .box{flex-direction:column-reverse;}
    .slider .box > div{max-width:100%;flex:0 0 100%;}
    .slider .box .text{padding:30px 40px;}
    .slider .box .text h2{font-size:3em;}
    .slider .box .text .p{font-size:1.4em;}
    .slider .box .text .buttons a{font-size:.8em;padding:0 10px;height:40px;}
    .slider .slide-bg{transform: translate(0,0);}
}
@media only screen and (min-width:992px) and (max-width:1200px){
    .slider .box .text{padding:0 5%;}
    .slider .box .text h2{font-size:2.8em;}
    .slider .box .text .p{font-size:1.8em;}
}
/*--- M1 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m1{padding:75px 0 0 0;position:relative;}
.m1 .stack-container{position:relative;}
.m1 .card-wrapper{position:relative;}
.m1 .title{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 15%;text-align:center;}
.m1 .title h2{font-size:3.12em;}
.m1 .title h2>a{color:#EF9F00;}
.m1 .title span{font-size:2.5em;color:#808080;font-weight:700;}
.m1 .title p{font-size:1.25em;font-weight:300;}
.m1 .m1-box {background: #151517;border-radius: 30px;margin-bottom: 30px;margin-left: 15px;margin-right: 15px;padding: 65px 0;position: sticky;top:30px;display: flex;align-items: center;transition: transform 0.6s ease, opacity 0.6s ease;will-change: transform;}
.m1 .m1-box .m1-box-wrapper {display: grid;grid-template-columns: 35% 1fr;gap: 25%;transition: transform 0.5s ease, opacity 0.5s ease, filter 0.5s ease;width: 100%;}
.m1 .m1-box .m1-box-wrapper .content {display: flex;flex-direction: column;justify-content: center;gap: 20px;}
.m1 .m1-box .m1-box-wrapper .content h3 {font-size: 2.06em;font-weight: 700;text-transform: uppercase;margin: 0;}
.m1 .m1-box .m1-box-wrapper .content p {font-size: 1.25em;font-weight: 300;margin: 0;}
.m1 .m1-box .m1-box-wrapper .content .more {display: flex;flex-direction: row;align-items: center;gap: 20px;font-weight: 700;background: #EF9F00;height: 50px;padding: 0 20px;border-radius: 50px;width: fit-content;font-size: .81em;}
.m1 .m1-box .m1-box-wrapper .img img {width: 100%;height: 395px;object-fit: cover;border-radius: 30px;}
.m1 .m1-box:nth-child(1){z-index:11;}
.m1 .m1-box:nth-child(2){z-index:12;}
.m1 .m1-box:nth-child(3){z-index:13;}
.m1 .m1-box:nth-child(4){z-index:14;}
.m1 .m1-box:nth-child(5){z-index:15;}
.m1 .m1-box:nth-child(6){z-index:16;}
.m1 .m1-box:nth-child(7){z-index:17;}
.m1 .m1-box:nth-child(8){z-index:18;}
.m1 .m1-box:nth-child(9){z-index:19;}
.m1 .m1-box.is-stacked .m1-box-wrapper {transform:scale(0.92);opacity:0.4;filter:blur(2px);}
@media only screen and (max-width:767px){
    .m1 .title{padding:0 30px;}
    .m1 .title span{font-size:2em;}
    .m1 .m1-box{padding:30px 10px;}
    .m1 .m1-box .m1-box-wrapper .content {margin-bottom:30px;}
    .m1 .m1-box .m1-box-wrapper {display:block;grid-template-columns:unset;gap:unset;}
    .m1 .m1-box .m1-box-wrapper .img img {height:300px;}
}
@media (max-width: 991px) {
    .m1 .m1-box{position:relative;top:auto;min-height:auto;}
    .m1 .m1-box.is-stacked .m1-box-wrapper{transform:none;opacity:1;filter:none;}
}
/*--- M2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m2{padding:95px 0;}
.m2 .title{margin-bottom:50px;}
.m2 .title h2{font-size:2.62em;font-weight:700;text-align:center;}
.m2 .title h2 span{color:#EF9F00;}
.contact-box{border:1px solid #EF9F00;border-radius:30px;margin-bottom:30px;}
.contact-box .img img{border-radius:30px;width:calc(100% + 2px);height:400px;object-fit:cover;position:relative;transform:translate(-1px,-1px);z-index:99;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;}
.contact-box:hover .img img{transform: scale(1.02);}
.contact-box .content{padding:50px;}
.contact-box .content h3{font-size:1.56em;color:#EF9F00;margin-bottom:50px;font-weight:300;}
.contact-box .content h3>a{color:#EF9F00;}
.contact-box .content .l{display:flex;flex-direction:row;gap:20px;align-items:center;margin-bottom:20px;font-weight:300;}
.contact-box .content .l img{width:30px;height:30px;object-fit:contain;}
.contact-box .content .l>div>a{display:block;}
.contact-box .content .more{display:flex;align-items:center;color:#EF9F00;line-height:43px;gap:10px;font-size:1.25em;}
.contact-box .content .more span{border-bottom:1px solid #EF9F00;display:inline-block;padding-right:20px;}
.contact-box .content .more i{border:1px solid #EF9F00;color:#EF9F00;width:43px;height:43px;line-height:43px;text-align:center;font-size:1.2em;border-radius:50%;}
/*--- M3 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m3{padding:50px 0;overflow:hidden;background:url('../images/m3-bg.png') no-repeat center bottom;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.m3 .title1{margin-bottom:50px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;}
.m3 .title1 h2{font-size:2.06em;color:#ffffff;position:relative;width:fit-content;font-weight:400;padding:10px;}
.m3 .title1 h2 span{position:relative;z-index:9;}
.m3 .title1 h2 .icon{position:absolute;bottom:0;left:0;width:100%;height:auto;z-index:8;}
.m3 .title1 .swiper-nav{display:flex;flex-direction:row;gap:20px;}
.m3 .title1 .swiper-nav>div>img{width:100%;height:auto;}
.m3 .sub-title{display:flex;flex-direction:column;justify-content:center;font-size:3.5em;color:#ffffff;height:100%;}
.m3 .m3-body-1{margin-bottom:15%;}
.m3 .m3-body-1-wrapper{width:140%;}
.me-box{border:10px solid #64615C;border-radius:65px 30px;background:#212226;padding:30px;display:flex;flex-direction:column;justify-content:space-between;height:320px;margin-bottom:30px;}
.me-box .icon{width:100px;height:100px;background:#EF9F00;border-radius:50%;}
.me-box .icon img{width:100%;height:100px;object-fit:contain;}
.me-box .more{display:flex;flex-direction:row;justify-content:space-between;font-size:1.56em;color:#ffffff;font-weight:300;}
.me-box .more i{color:#EF9F00;}
.m3 .title2{margin-bottom:50px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;}
.m3 .title2 h2{font-size:2.18em;font-weight:700;}
.m3 .title2 .swiper-nav{width:fit-content;display:flex;flex-direction:row;border-radius:15px;background:#EF9F00;position:relative;}
.m3 .title2 .swiper-nav:before{content:'';width:1px;height:60%;position:absolute;top:20%;left:0;right:0;margin:0 auto;background:#ffffff;}
.m3 .title2 .swiper-nav>div{width:55px;height:55px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#ffffff;}
.m3 .title2 .swiper-nav>div img{width:100%;height:auto;}
.m3 .bh-box{background:#2F2F2F;border-radius:15px;}
.m3 .bh-box .content{padding:30px;min-height:215px;}
.m3 .bh-box .content>span{display:flex;flex-direction:row;gap:20px;align-items:center;margin-bottom:20px;}
.m3 .bh-box .content>span span:first-child{color:#EF9F00;}
.m3 .bh-box .content>span span:last-child{color:#ffffff;}
.m3 .bh-box .content h3{font-size:1.06em;}
.m3 .bh-box .img{padding:10px;}
.m3 .bh-box .img img{width:100%;height:200px;object-fit:cover;border-radius:15px;}
@media only screen and (max-width:767px){
    .m3 .m3-body-1-wrapper{width:100%;}
    .m3 .title1{margin-bottom:30px;}
    .m3 .title1 .swiper-nav>div{width:50px;height:50px;}
    .m3 .sub-title{font-size:3em;padding:30px 0;}
}
/*--- M4 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m4{padding:95px 0;background:url('../images/m4-bg.jpg') no-repeat center center;background-size:cover;-moz-background-size:cover;-o-background-size:cover;-webkit-background-size:cover;}
.m4 .title{margin-bottom:70px;}
.m4 .info{border:1px solid #EF9F00;border-radius:15px;padding:30px 40px;margin-bottom:30px;}
.m4 .info .l1{display:block;text-align:center;color:#ffffff;font-size:0.93em;}
.m4 .info .l2{display:flex;flex-direction:row;gap:20px;justify-content:center;font-size:4.31em;font-weight:700;color:#EF9F00;align-items:center;}
.m4 .info .l2>img{width:57px;height:57px;background:#ffffff;border-radius:50%;}
.m4 .info .l3{display:flex;flex-direction:row;justify-content:center;font-size:1.3em;color:#EF9F00;gap:5px;margin-bottom:20px;}
.m4 .info .l4{display:block;text-align:center;color:#ffffff;font-size:0.93em;margin-bottom:20px;}
.m4 .info .l5{display:block;border-bottom:1px solid #64615C;margin-bottom:20px;}
.m4 .info .l6{display:flex;align-items:center;gap:10px;margin-bottom:30px;}
.m4 .info .l6>img{width:50px;height:50px;object-fit:contain;}
.m4 .info .l6>span{display:block;font-size:1.06em;color:#ffffff;}
.m4 .info .l6>span>small{display:block;}
.m4 .info .l7{display:flex;align-items:center;gap:10px;margin-bottom:30px;}
.m4 .info .l7>img{width:50px;height:50px;object-fit:contain;}
.m4 .info .l7>span{display:block;font-size:1.06em;color:#ffffff;}
.m4 .info .l7>span>small{display:block;}
.m4 .info .more{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:center;border:1px solid #EF9F00;border-radius:12px;line-height:50px;font-size:.68em;color:#ffffff;}
.m4 .info .more>img{}
.m4 .info .more>i{color:#EF9F00;font-size:1.4em;}
.m4 .d-grid{display:grid;grid-template-columns: repeat(4, 1fr);gap:30px;}
.m4 .comment-box{border:1px solid #64615C;padding:30px;background:#212226;border-radius:20px;margin-bottom:30px;}
.m4 .comment-box .t{display:flex;flex-direction:row;gap:20px;align-items:center;}
.m4 .comment-box .t .icon{width:68px;height:68px;border-radius:50%;overflow:hidden;}
.m4 .comment-box .t .icon img{width:100%;height:68px;object-fit:cover;}
.m4 .comment-box .t .user{color:#EF9F00;font-size:.93em;}
.m4 .comment-box .t .user .rating{}
.m4 .comment-box .c{padding:20px 0;font-size:1em;font-weight:300;min-height:200px;}
.m4 .comment-box .b{display:flex;flex-direction:row;align-items:center;justify-content:space-between;font-size:.62em;}
.m4 .m4-button{margin-bottom:30px;}
.m4 .m4-button a{display:block;color:#ffffff;border:1px solid #64615C;border-radius:20px;background:#212226;padding:20px;text-align:center;font-size:1em;}
.m4 .m4-button a>span{color:#EF9F00;}
@media only screen and (max-width:767px){
    .m4 .d-grid{grid-template-columns: 1fr;}
    .m4 .comment-box .c{min-height:fit-content;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .m4 .d-grid{grid-template-columns: 1fr 1fr;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    
}
/*--- M5 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m5{padding:95px 0;}
.m5 .title{margin-bottom:50px;}
.m5 .title h2{font-size:2.06em;color:#ffffff;position:relative;width:fit-content;font-weight:400;padding:10px;text-transform:uppercase;}
.m5 .title h2 span{position:relative;z-index:9;}
.m5 .title h2 .icon{position:absolute;bottom:0;left:0;width:100%;height:auto;z-index:8;}
.m5 .title p{font-size:1.37em;color:#808080;}
.m5 .more{display:flex;justify-content:center;}
.m5 .more a{color:#EF9F00;display:flex;font-size:1.06em;align-items:center;}
.m5 .more a i{font-size:1.5em;}
/*--- FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer{overflow:hidden;background:url('../images/footer-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
footer .f-wrapper{display:flex;flex-direction:row;margin-bottom:50px;position:relative;}
footer .f-wrapper:before{content:'';width:150%;position:absolute;left:-25%;bottom:0;border-bottom:1px solid #EF9F00;}
footer .f-left{border-right:1px solid #EF9F00;max-width:20%;flex:0 0 20%;padding-top:95px;}
footer .f-right{flex:1;}
footer .f-right .f-right-top{padding:10%;position:relative;}
footer .f-right .f-right-top:before{content:'';width:120%;border-bottom:1px solid #EF9F00;position:absolute;bottom:0;left:0;}
footer .f-left .logo{padding-bottom:30px;position:relative;}
footer .f-left .logo:before{content:'';width:200%;position:absolute;bottom:0;right:0;border-bottom:1px solid #EF9F00;}
footer .f-left .list{padding-top:30px;margin-bottom:95px;}
footer .f-left .list>h3{font-size:1.25em;font-weight:600;color:#EF9F00;margin-bottom:20px;}
footer .f-left .list>ul{list-style:none;margin:0;padding:0;}
footer .f-left .list>ul>li{margin-bottom:10px;}
footer .f-left .list>ul>li>a{font-weight:200;font-size:1.25em;}
footer .f-right .slogan{font-size:3.12em;font-weight:200;position:relative;width:fit-content;margin-bottom:75px;}
footer .f-right .slogan>span{position:relative;z-index:9;}
footer .f-right .slogan>span>span{display:block;}
footer .f-right .slogan .icon{position:absolute;top:0;right:0;}
footer .f-right .contact{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;}
footer .f-right .contact .c-left a{display:block;font-size:2.37em;font-weight:200;}
footer .f-right .contact .c-right{display:grid;grid-template-columns:40% 1fr;gap:20px;}
footer .f-right .contact .c-right .whatsapp a{display:flex;flex-direction:column;justify-content:center;align-items:center;width:130px;height:130px;background:#EF9F00;border-radius:20px;gap:20px;}
footer .f-right .contact .c-right .whatsapp i{font-size:2.4em;color:#ffffff;}
footer .f-right .contact .c-right .whatsapp span{font-weight:200;}
footer .f-right .contact .c-right .social-media{display:flex;flex-direction:row;gap:20px;justify-content:center;align-items:center;background:#EF9F00;border-radius:20px;height:130px;}
footer .f-right .contact .c-right .social-media img{width:33px;height:33px;object-fit:contain;}
footer .f-right .contact .c-right .social-media i{font-size:33px;}
footer .f-right .f-right-bottom{padding:50px 10%;}
footer .f-right .f-right-bottom .list>h3{font-size:1.25em;font-weight:600;color:#EF9F00;margin-bottom:20px;}
footer .f-right .f-right-bottom .list>ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;width:fit-content;}
footer .f-right .f-right-bottom .list>ul>li{margin-right:30px;margin-bottom:10px;}
footer .f-right .f-right-bottom .list>ul>li>a{font-weight:200;}
footer .contracts{margin-bottom:30px;display:flex;flex-wrap:wrap;justify-content:center;gap:10px;}
footer .contracts a{display:inline-block;padding:0 10px;font-size:.8em;}
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(1);}
@media only screen and (max-width:767px){
    footer .f-wrapper{flex-direction:column;}
    footer .f-wrapper:before{display:none;}
    footer .f-left{max-width:100%;flex:0 0 100%;padding-top:0;border:0;border-bottom:1px solid #EF9F00;}
    footer .f-left .logo{text-align:center;padding:30px 0;}
    footer .f-left .logo:before{width:100%;}
    footer .f-left .list{text-align:center;margin-bottom:30px;}
    footer .f-right{border-bottom:1px solid #EF9F00;}
    footer .f-right .slogan{font-size:2.5em;}
    footer .f-right .f-right-top{padding:15px;}
    footer .f-right .f-right-top:before{width:100%;}
    footer .f-right .contact{display:block;grid-template-columns:unset;gap:unset;}
    footer .f-right .contact .c-left{margin-bottom:30px;}
    footer .f-right .contact .c-left a{font-size:1.5em;margin-bottom:5px;}
    footer .f-right .f-right-bottom{padding:50px 15px;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    footer .f-wrapper{flex-direction:column;}
    footer .f-wrapper:before{display:none;}
    footer .f-left{max-width:100%;flex:0 0 100%;padding-top:0;border:0;border-bottom:1px solid #EF9F00;}
    footer .f-left .logo{text-align:center;padding:30px 0;}
    footer .f-left .logo:before{width:100%;}
    footer .f-left .list{text-align:center;margin-bottom:30px;}
    footer .f-right{border-bottom:1px solid #EF9F00;}
    footer .f-right .slogan{font-size:2.5em;}
    footer .f-right .f-right-top{padding:15px;}
    footer .f-right .f-right-top:before{width:100%;}
    footer .f-right .contact{display:block;grid-template-columns:unset;gap:unset;}
    footer .f-right .contact .c-left{margin-bottom:30px;}
    footer .f-right .contact .c-left a{font-size:1.5em;margin-bottom:5px;}
    footer .f-right .f-right-bottom{padding:50px 15px;}
}
/*--- PAGE ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page .page-head{padding:150px 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-head .breadcrumb-item.active{color:#888888;}
.page .page-head .breadcrumb-item+.breadcrumb-item::before{color:#dddddd;}
.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;}
@media only screen and (max-width:767px){
    .page .page-head{padding:75px 0 35px 0;}
}

/*--- COOKIE-POLICY -----------------------------------------------------------------------------------------------------------------------------------------------------*/
.cookie-accept {position:fixed;bottom:-100%;left:0;right:0;width:100%;z-index:99;color:#000000;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:999;}
.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);}