@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: 1441px){
    body{
        font-size:14px;
    }
}
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;}

/*--- FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
header{padding-top:40px;position:relative;z-index:9;}
header .container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;}
header .logo{margin-bottom:20px;}
header .logo img{max-width:100%;height:auto;}
header .menu{position:relative;}
header .menu .menu-bar{display:none;}
header .menu>ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;gap:50px;}
header .menu>ul>li>a{display:block;font-size:1.2em;color:#2B2B2B;}
header .contact a{display:flex;flex-direction:row;font-size:1.37em;gap:20px;padding:0 20px;height:60px;align-items:center;background:linear-gradient(to bottom,#2E3C4C,#939CAA);color:#fff;border-radius:14px;}
@media only screen and (max-width:991px){
    header{padding-top:20px;}
    header .container{flex-direction:column;justify-content:unset;align-items:unset;}
    header .logo img{display:block;margin:0 auto;}
    header .menu{margin-bottom:10px;}
    header .menu .menu-bar{display:block;padding:15px;font-size:1.2em;color:#fff;background:#53A65A;border-radius:14px;}
    header .menu>ul{position:absolute;left:0;width:100%;background:rgba(83, 166, 90, .9);padding:10px;flex-direction:unset;display:none;border-radius:14px 14px 0 0;}
    header .menu>ul>li>a{color:#fff;border-bottom:1px solid #fff;padding:10px;}
    header .menu>ul>li:last-child>a{border:0;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    header{padding-top:20px;}
    header .menu>ul{gap:20px;}
    header .menu>ul>li>a{font-size:1em;}
    header .contact a{font-size:1em;}
}
@media only screen and (min-width:1200px) and (max-width:1400px){
    header{padding-top:20px;}
    header .menu>ul{gap:30px;}
    header .menu>ul>li>a{font-size:1em;}
    header .contact a{font-size:1em;}
}
@media only screen and (min-width:1550px){
    header .container{max-width:1570px;}
}
/*--- Slider ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slider{position:relative;}
.slider:before{content:'';width:calc(100% - 30px);transform:translate(0,-140px);height:105%;border-radius:40px;position:absolute;top:0;left:15px;z-index:0;background:url('../images/slide-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-o-background-size:cover;-moz-background-size:cover;}
.swiper-slider .swiper-slide .s-wrapper{display:flex;flex-direction:row;margin:0 auto;}
.slider .s-left{padding-right:30px;padding-top:130px;max-width:30%;flex:0 0 30%;}
.slider .s-left .content{padding-top:20px;position:relative;}
.slider .s-left .content:before{content:'';width:0;height:4px;background:#53A65A;border-radius:5px;top:0;left:0;position:absolute;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 .s-left .content span{display:block;font-size:1.12em;margin-bottom:20px;color:#4A4A4A;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;}
.slider .s-left .content .text h2{color:#2E3C4C;font-size:1.87em;margin-bottom:20px;transform:translate(-30px,0);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;}
.slider .s-left .content .text h2 strong{font-weight:600;}
.slider .s-left .content .text h2 span{color:#53A65A;font-weight:600;}
.slider .s-left .content .text p{font-size:1.12em;color:#4A4A4A;margin-bottom:50px;transform:translate(30px,0);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;}
.slider .s-left .content .more{display:flex;gap:30px;width:fit-content;align-items:center;transform:translate(-30px,0);opacity:0;visibility:hidden;padding:0 30px;border:1px solid #53A65A;border-radius:31px;line-height:48px;font-weight:700;color:#53A65A;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 .s-right{max-width:70%;flex:0 0 70%;}
.slider .s-right .img{border-radius:40px;overflow:hidden;}
.slider .s-right .img img{width:100%;height:auto;}
.slider .swiper-slide-active .s-left .content:before{width:75px;transition-delay:.3s;}
.slider .swiper-slide-active .s-left .content span{transition-delay:.3s;opacity:1;visibility:visible;}
.slider .swiper-slide-active .s-left .content .text h2{transition-delay:.6s;transform:translate(0,0);opacity:1;visibility:visible;}
.slider .swiper-slide-active .s-left .content .text p{transition-delay:.9s;transform:translate(0,0);opacity:1;visibility:visible;}
.slider .swiper-slide-active .s-left .content .more{transition-delay:1.1s;transform:translate(0,0);opacity:1;visibility:visible;}
@media only screen and (max-width:767px){
    .swiper-slider .swiper-slide .s-wrapper{flex-direction:column;padding:0 15px;}
    .slider .s-left{max-width:100%;flex:0 0 100%;padding-top:30px;}
    .slider .s-left .content{padding:20px 15px;margin-bottom:20px;}
    .slider .s-left .content:before{left:15px;}
    .slider .s-right{max-width:100%;flex:0 0 100%;}
    .slider .s-right .img img{height:300px;object-fit:cover;}
    .slider:before{left:0;width:100%;height:120%;transform:translate(0,-265px);}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .swiper-slider .swiper-slide .s-wrapper{flex-direction:column;padding:0 45px;}
    .slider .s-left{max-width:100%;flex:0 0 100%;padding-top:30px;}
    .slider .s-left .content{padding:20px 15px;margin-bottom:20px;}
    .slider .s-left .content:before{left:15px;}
    .slider .s-right{max-width:100%;flex:0 0 100%;}
    .slider .s-right .img img{height:350px;object-fit:cover;}
    .slider:before{left:0;width:100%;height:120%;transform:translate(0,-265px);}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .swiper-slider .swiper-slide .s-wrapper{padding:0 30px;}
    .slider .s-left{padding-top:30px;}
    .slider:before{transform:translate(0,-140px);height:120%;}
}
@media only screen and (min-width:1200px) and (max-width:1400px){
    .swiper-slider .swiper-slide .s-wrapper{max-width:1140px;}
    .slider .s-left{padding-top:30px;}
    .swiper-slider .swiper-slide .s-wrapper{padding:0 15px;}
    .slider:before{height:110%;}
}
@media only screen and (min-width:1550px){
    .swiper-slider .swiper-slide .s-wrapper{max-width:1570px;}
}
/*--- m1 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width:1600px){
    .m1 .container{max-width:1570px;}
}
.m1{padding:75px 0;}
.m1 .img{position:relative;}
.m1 .img img{max-width:100%;height:auto;}
.m1 .img .icon{position:absolute;right:-105px;bottom:15%;}
.m1 .box{margin-bottom:30px;height:calc(100% - 30px);display:flex;flex-direction:column;gap:30px;justify-content:center;}
.m1 .box h2{font-size:2em;font-weight:600;line-height:1;position:relative;}
.m1 .box h2:before{content:'';width:288px;height:4px;border-radius:5px;background:#E7E8E9;position:absolute;top:calc(50% - 2px);transform:translate(-110%,0);}
.m1 .box h2 span{display:block;}
.m1 .box h2 span:nth-child(1){color:#2E3C4C;margin-bottom:15px;}
.m1 .box h2 span:nth-child(2){display:flex;color:#53A65A;align-items:flex-end;gap:20px;}
.m1 .box p{font-size:1.12em;}
.m1 .box .more{display:flex;gap:30px;width:fit-content;align-items:center;padding:0 30px;border:1px solid #53A65A;border-radius:31px;line-height:48px;font-weight:700;color:#53A65A;}
@media only screen and (max-width:991px){
    .m1 .img{margin-bottom:30px;overflow:hidden;}
}
/*--- M2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m2{padding:90px 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:60px;padding-left:150px;position:relative;}
.m2 .title:before{content:'';width:130px;position:absolute;left:0;top:calc(50% - 2px);background:#E7E8E9;height:4px;}
.m2 .title h2{font-size:2em;color:#2E3C4C;font-weight:600;}
.m2 .title span{display:flex;font-size:2em;color:#53A65A;font-weight:600;align-items:flex-end;line-height:1;gap:20px;}
.m2 .box{}
@media only screen and (max-width:767px){
    .m2 .title{padding-left:70px;}
    .m2 .title:before{width:50px;}
}
@media only screen and (min-width:1600px){
    .m2 .m2-top .container{max-width:1570px;}
}
/*service-box*/
.service-box{margin-bottom:30px;}
.service-box .img{overflow:hidden;border-radius:25px;position:relative;}
.service-box .img:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;z-index:2;background: transparent linear-gradient(180deg, #2E3C4C4B 0%, #2E3C4C 100%) 0% 0% no-repeat padding-box;transform:translate(0,-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;}
.service-box:hover .img:before{transform:translate(0,0);}
.service-box .img img{height:290px;width:100%;object-fit:cover;position:relative;z-index:1;}
.service-box .img span{position:absolute;bottom:30px;left:20px;display:flex;align-items:center;color:#fff;font-size:1.25em;gap:30px;z-index:3;transform:translate(0,200%);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 .img span{transform:translate(0,0);}
.service-box .img span i{width:45px;height:45px;border-radius:50%;background:#53A65A;line-height:45px;text-align:center;}
.service-box .content{display:flex;flex-direction:row;padding:15px 0 0 0;min-height:175px;}
.service-box .content .icon{max-width:35px;flex:0 0 35px;}
.service-box .content .text h3{font-size:1.37em;color:#4A4A4A;}
.service-box .content .text p{font-size:1.12em;color:#4A4A4A;}
/*--- M3 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m3{padding:90px 0;background:linear-gradient(to bottom,#fff,#E9F2F2);}
.m3 .title{margin-bottom:60px;padding-left:150px;position:relative;}
.m3 .title:before{content:'';width:130px;position:absolute;left:0;top:calc(50% - 2px);background:#E7E8E9;height:4px;}
.m3 .title h2{font-size:2em;color:#2E3C4C;font-weight:600;}
.m3 .title span{display:flex;font-size:2em;color:#53A65A;font-weight:600;align-items:flex-end;line-height:1;gap:20px;}
.m3 .box{border-radius:25px;overflow:hidden;position:relative;margin-bottom:30px;}
.m3 .box:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;z-index:2;background: transparent linear-gradient(180deg, #2E3C4C4B 0%, #2E3C4C 100%) 0% 0% no-repeat padding-box;}
.m3 .box img{width:100%;height:350px;object-fit:cover;position:relative;z-index:1;}
.m3 .box .text{position:absolute;bottom:30px;left:30px;z-index:3;}
.m3 .box .text h3{font-size:1.5em;color:#fff;font-weight:600;}
.m3 .box .text .more{display:flex;flex-direction:row;gap:30px;align-items:center;font-size:1.2em;color:#fff;}
.m3 .box .text .more>i{width:45px;height:45px;background:#53A65A;border-radius:50%;line-height:45px;text-align:center;}
.m3 .all{padding-top:30px;}
.m3 .all a{display:flex;gap:30px;width:fit-content;align-items:center;padding:0 30px;margin:0 auto;border:1px solid #53A65A;border-radius:31px;line-height:48px;font-weight:700;color:#53A65A;}
@media only screen and (max-width:767px){
    .m3 .title{padding-left:70px;}
    .m3 .title:before{width:50px;}
}
@media only screen and (min-width:1600px){
    .m3 .container{max-width:1570px;}
}
/*--- M4 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m4{padding:100px 0;}
.m4 .title{margin-bottom:60px;padding-left:150px;position:relative;}
.m4 .title:before{content:'';width:130px;position:absolute;left:0;top:calc(50% - 2px);background:#E7E8E9;height:4px;}
.m4 .title h2{font-size:2em;color:#2E3C4C;font-weight:600;}
.m4 .title span{display:flex;font-size:2em;color:#53A65A;font-weight:600;align-items:flex-end;line-height:1;gap:20px;}
.m4 .m4-wrapper{display:flex;flex-direction:row;}
.m4 .m4-wrapper>div{max-width:50%;flex:0 0 50%;}
.m4 .m4-wrapper .img img{display:block;margin:0 auto;max-width:62%;height:auto;line-height:auto;border-radius:25px;}
.m4 .m4-slider{overflow:hidden;}
.m4 .m4-slider .m4-slider-body{width:140%;}
.m4 .m4-slider .faq-box{background:#F5F6F7;border-radius:25px;padding:10%;}
.m4 .m4-slider .faq-box h3{font-size:1.25em;margin-bottom:50px;}
.m4 .m4-slider .faq-box h3>a{color:#4A4A4A;display:flex;flex-direction:row;justify-content:space-between;align-items:center;}
.m4 .m4-slider .faq-box h3>a:hover{color:#53A65A;}
.m4 .m4-slider .faq-box h3>a>span>img{width:16px;height:auto;margin-right:10px;}
.m4 .m4-slider .faq-box h3>a>i{width:40px;height:40px;border-radius:50%;background:#53A65A;color:#fff;line-height:40px;text-align:center;}
.m4 .m4-slider .faq-box .text{margin-bottom:50px;color:#4A4A4A;}
.m4 .m4-slider .faq-box .more{display:flex;font-weight:700;flex-direction:row;align-items:center;gap:30px;padding:0 20px;width:fit-content;border:1px solid #53A65A;color:#53A65A;border-radius:31px;line-height:44px;font-size:.8em;}
@media only screen and (max-width:767px){
    .m4 .title{padding-left:70px;}
    .m4 .title:before{width:50px;}
    .m4 .m4-wrapper{display:flex;flex-direction:column;padding:0 15px;}
    .m4 .m4-wrapper>div{max-width:100%;flex:0 0 100%;}
    .m4 .m4-slider .m4-slider-body{width:100%;}
    .m4 .m4-wrapper .img{margin-bottom:20px;}
    .m4 .m4-wrapper .img img{max-width:100%;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .m4 .m4-wrapper{display:flex;flex-direction:column;padding:0 15px;}
    .m4 .m4-wrapper>div{max-width:100%;flex:0 0 100%;}
    .m4 .m4-slider .m4-slider-body{width:100%;}
    .m4 .m4-wrapper .img{margin-bottom:20px;}
    .m4 .m4-wrapper .img img{max-width:100%;}
}
@media only screen and (min-width:1200px) and (max-width:1400px){
    .m4 .m4-wrapper .img img{transform:translate(0,20%);max-width:100%;}
}
@media only screen and (min-width:1600px){
    .m4 .container{max-width:1570px;}
    .m4 .m4-wrapper .img img{transform:translate(0,50%);}
}
/*--- FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer{padding:1px 0;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-top{padding:220px 0;border-bottom:1px solid #939CAA;}
footer .f-top .f-top-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;}
footer .f-top .f-top-wrapper .box{max-width:55%;flex:0 0 55%;padding-left:150px;position:relative;}
footer .f-top .f-top-wrapper .box:before{content:'';width:120px;height:3px;border-radius:3px;background:#E7E8E9;position:absolute;top:20px;left:0;}
footer .f-top .f-top-wrapper .box h3{font-size:2em;color:#fff;margin-bottom:25px;}
footer .f-top .f-top-wrapper .box p{color:#fff;font-size:1.12em;}
footer .f-top .f-top-wrapper .contact{}
footer .f-top .f-top-wrapper .contact>ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;gap:20px;}
footer .f-top .f-top-wrapper .contact>ul>li{flex:0 0 calc(50% - 10px);}
footer .f-top .f-top-wrapper .contact>ul>li>a{display:flex;flex-direction:row;padding:0 30px;font-size:1.31em;justify-content:center;align-items:center;justify-content:space-between;color:#53A65A;border:1px solid #53A65A;border-radius:30px;line-height:60px;font-weight:700;gap:20px;white-space:nowrap;}
footer .f-top .f-top-wrapper .contact>ul>li>a:hover{background:#53A65A;color:#fff;}
footer .f-top .f-top-wrapper .contact>ul>li>a:hover>img{filter:invert(100%);}
footer .f-body{padding:100px 0;}
footer .f-body .f-body-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;}
footer .f-body .f-body-wrapper .logo{max-width:243px;flex:0 0 243px;height:auto;}
footer .f-body .f-body-wrapper .logo img{width:100%;height:auto;}
footer .f-body .f-body-wrapper .menu>ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;gap:55px;}
footer .f-body .f-body-wrapper .menu>ul>li>a{display:block;font-size:1.2em;color:#fff;line-height:55px;}
footer .f-body .f-body-wrapper .menu>ul>li>a:hover{opacity:.5;}
footer .f-body .f-body-wrapper .social-media>ul{list-style:none;margin:0;padding:0;flex-direction:row;gap:25px;display:flex;}
footer .f-body .f-body-wrapper .social-media>ul>li>a{display:block;width:55px;height:55px;line-height:55px;border:1px solid #939CAA;border-radius:50%;text-align:center;font-size:1.2em;color:#939CAA;}
footer .f-body .f-body-wrapper .social-media>ul>li>a:hover{color:#fff;}
footer .f-foot{position:relative;margin-bottom:50px;}
footer .f-foot:before{content:'';width:100%;border-bottom:1px solid #939CAA;bottom:30px;left:0;right:0;position:absolute;}
footer .f-foot .contact-list ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;gap:40px;justify-content:center;margin-bottom:15px;}
footer .f-foot .contact-list ul>li{position:relative;}
footer .f-foot .contact-list ul>li>a{display:block;font-size:1.37em;color:#fff;}
footer .f-foot .contact-list ul>li>a:hover{opacity:.5;}
footer .f-foot .contact-list ul>li:before{content:'';height:100%;border-right:1px solid #fff;position:absolute;right:-20px;transform:rotate(45deg);}
footer .f-foot .contact-list ul>li:last-child:before{display:none;}
footer .f-foot .contact-address span{display:block;position:relative;z-index:9;margin:0 auto;width:50%;line-height:64px;border:1px solid #939CAA;color:#fff;text-align:center;border-radius:31px;font-size:1.37em;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;}
@media only screen and (max-width:767px){
    footer .f-top{padding:100px 0;}
    footer .f-top .f-top-wrapper{flex-direction:column;align-items:center;}
    footer .f-top .f-top-wrapper .box{max-width:100%;flex:0 0 100%;padding-left:70px;margin-bottom:30px;}
    footer .f-top .f-top-wrapper .box:before{width:50px;}
    footer .f-top .f-top-wrapper .contact{max-width:100%;flex:0 0 100%;}
    footer .f-top .f-top-wrapper .contact>ul{flex-direction:column;justify-content:center;}
    footer .f-top .f-top-wrapper .contact>ul>li{flex:0 0 100%;}
    footer .f-body .f-body-wrapper{flex-direction:column;align-items:center;gap:30px;}
    footer .f-body .f-body-wrapper .logo{max-width:unset;flex:0 0 0;}
    footer .f-body .f-body-wrapper .menu>ul{flex-direction:column;gap:0;}
    footer .f-body .f-body-wrapper .menu>ul>li>a{line-height:40px;text-align:center;}
    footer .f-foot .contact-list ul{flex-direction:column;gap:10px;align-items:center;}
    footer .f-foot .contact-list ul>li:before{display:none;}
    footer .f-foot .contact-address span{width:100%;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    footer .f-top{padding:100px 0;}
    footer .f-top .f-top-wrapper{flex-direction:column;align-items:center;}
    footer .f-top .f-top-wrapper .box{max-width:100%;flex:0 0 100%;padding-left:70px;margin-bottom:30px;}
    footer .f-top .f-top-wrapper .box:before{width:50px;}
    footer .f-top .f-top-wrapper .contact{max-width:100%;flex:0 0 100%;}
    footer .f-top .f-top-wrapper .contact>ul{justify-content:center;}
    footer .f-body .f-body-wrapper{flex-direction:column;align-items:center;gap:30px;}
    footer .f-body .f-body-wrapper .logo{max-width:unset;flex:0 0 0;}
    footer .f-body .f-body-wrapper .menu>ul{flex-direction:column;gap:0;}
    footer .f-body .f-body-wrapper .menu>ul>li>a{line-height:40px;text-align:center;}
    footer .f-foot .contact-address span{width:100%;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    footer .f-top{padding:100px 0;}
    footer .f-top .f-top-wrapper{flex-direction:column;align-items:center;}
    footer .f-top .f-top-wrapper .box{max-width:100%;flex:0 0 100%;padding-left:70px;margin-bottom:30px;}
    footer .f-top .f-top-wrapper .box:before{width:50px;}
    footer .f-top .f-top-wrapper .contact{max-width:100%;flex:0 0 100%;}
    footer .f-top .f-top-wrapper .contact>ul{justify-content:center;}
    footer .f-body .f-body-wrapper .menu>ul{gap:10px;}
    footer .f-body .f-body-wrapper .menu>ul>li>a{font-size:1em;}
}
@media only screen and (min-width:1200px) and (max-width:1400px){
    footer .f-top .f-top-wrapper .contact>ul{justify-content:center;}
    footer .f-body .f-body-wrapper .menu>ul{gap:20px;}
    footer .f-body .f-body-wrapper .menu>ul>li>a{font-size:1em;}
}
@media only screen and (min-width:1600px){
    footer .container{max-width:1570px;}
}
footer .copyright{margin-bottom:5px;font-size:11px;text-align:center;padding-top:25px;color:#939CAA;}
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(50%);}
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;color:#939CAA;}
footer .contracts a:hover{opacity:.5;}
/*--- PAGE ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page .page-head{padding:75px 0 35px 0;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;}
.page .page-head h1{font-size:2.5em;font-weight:600;margin-bottom:25px;color:#fff;}
.page .page-head p{font-size:1.3em;font-weight:200;margin-bottom:25px;color:#fff;}
.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;}
.page .page-head .title nav ol li{color:#fff;}
.page .page-head .title nav ol li a{color:#fff;}
.page .page-head .title .breadcrumb-item+.breadcrumb-item::before{color:#fff;}
/*--- 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);}