@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap');
/*
font-family: "Jost", sans-serif;
font-family: "Newsreader", serif;
*/

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 17, 2025 */



@font-face {
    font-family: 'newyorkregular';
    src: url('../fonts/newyork/newyork_personal_use-webfont.woff2') format('woff2'),
         url('../fonts/newyork/newyork_personal_use-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html,body{
    width:100%;
    height:100%;
}
body{
    font-size:13px;
    font-family: "Jost", sans-serif;
    color:var(--text-color);
}
@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:1650px){
    .container{max-width:1620px;}
}

/*--- HEADER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
header{padding:0 8%;position:sticky;top:0;left:0;bottom:0;width:100%;height:auto;z-index:100;background:#fff;}
header .h-wrapper{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:50px;}
header .h-wrapper .h-left{width:270px;}
header .h-wrapper .h-right{display:flex;flex-direction:row;align-items:center;gap:50px;flex:1;}
header .logo{padding:30px 0;}
header .logo img{display:block;max-width:100%;height:auto;}
header .menu{position:relative;flex:1;}
header .menu .menu-bar{display:none;}
header .menu ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;justify-content:space-between;}
header .menu ul>li>a{display:block;padding:0;font-size:1.12em;color:#142A4E;}
header .langs{width:auto;height:fit-content;position:relative;width:52px;}
header .langs span{display:block;width:52px;height:52px;line-height:42px;text-align:center;color:#142A4E;text-transform:uppercase;background:#FFFFFF 0% 0% no-repeat padding-box;padding:5px;box-shadow:0px 3px 6px #00000029;border-radius:10px;position:relative;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
header .langs:hover span{border-radius:10px 10px 0 0;}
header .langs>ul{position:absolute;list-style:none;margin:0;padding:0;background:#FFFFFF 0% 0% no-repeat padding-box;padding:5px;box-shadow:0px 3px 6px #00000029;border-radius:0 0 10px 10px;transform:translate(0,-100%);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;}
header .langs:hover>ul{transform:translate(0,0);opacity:1;visibility:visible;}
header .langs>ul>li>a{display:block;width:42px;height:42px;line-height:42px;text-align:center;color:#142A4E;}

@media only screen and (max-width:767px){
    header{padding:0 15px;}
    header .h-wrapper{flex-direction:column;align-items:unset;justify-content:unset;gap:0px;}
    header .h-wrapper .h-left{width:100%;}
    header .h-wrapper .h-right{margin-bottom:30px;gap:10px;}
    header .logo img{margin:0 auto;}
    header .menu{flex:1;}
    header .menu .menu-bar{display:block;background:#0D6E73;color:#fff;line-height:52px;padding:0 20px;border-radius:10px;box-shadow:0px 3px 6px #00000029;}
    header .menu ul{flex-direction:unset;padding:10px;width:100%;border-radius:10px 10px 0 0;display:none;position:absolute;left:0;z-index:99;background:rgba(0, 0, 0, .9);}
    header .menu ul>li>a{color:#fff;padding:10px;border-bottom:1px solid #0D6E73;}
    header .menu ul>li:last-child>a{border:0;}
    header .langs{width:52px;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    header{padding:0 15px;}
    header .h-wrapper{flex-direction:column;align-items:unset;justify-content:unset;gap:0px;}
    header .h-wrapper .h-left{width:100%;}
    header .h-wrapper .h-right{margin-bottom:30px;gap:10px;}
    header .logo img{margin:0 auto;}
    header .menu{flex:1;}
    header .menu .menu-bar{display:block;background:#0D6E73;color:#fff;line-height:52px;padding:0 20px;border-radius:10px;box-shadow:0px 3px 6px #00000029;}
    header .menu ul{flex-direction:unset;padding:10px;width:100%;border-radius:10px 10px 0 0;display:none;position:absolute;left:0;z-index:99;background:rgba(0, 0, 0, .9);}
    header .menu ul>li>a{color:#fff;padding:10px;border-bottom:1px solid #0D6E73;}
    header .menu ul>li:last-child>a{border:0;}
    header .langs{width:52px;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    header{padding:0 15px;}
}

/*--- MAIN ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.main-title{position:absolute;top:0;left:0;opacity:0;visibility:hidden;width:0;height:0;}
/*--- SLIDER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slider{position:relative;}
.slider .swiper-slide{position:relative;}
.slider .swiper-slide .bg{width:100%;height:auto;min-height:100vh;object-fit:cover;}
.slider .swiper-slide .slide-text{position:absolute;top:0;left:10%;width:60%;padding-top:7%;}
.slider .swiper-slide .slide-text h2{font-size:6em;font-family: 'newyorkregular';color:#fff;transform:translate(0,50px);opacity:0;visibility:hidden;text-transform:uppercase;margin-bottom:40px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transititon:all .3s ease-in-out;}
.slider .swiper-slide-active .slide-text h2{transform:translate(0,0);opacity:1;visibility:visible;transition-delay:.3s;}
.slider .swiper-slide .slide-text p{font-size:1.43em;color:#fff;width:75%;margin-bottom:50px;transform:translate(50px,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-transititon:all .3s ease-in-out;}
.slider .swiper-slide-active .slide-text p{transform:translate(0,0);opacity:1;visibility:visible;transition-delay:.6s;}
.slider .swiper-slide .slide-text .more{display:flex;width:fit-content;color:#fff;gap:20px;font-size:.8em;align-items:center;transform:translate(0,-50px);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-transititon:all .3s ease-in-out;}
.slider .swiper-slide .slide-text .more:hover{gap:40px;}
.slider .swiper-slide-active .slide-text .more{transform:translate(0,0);opacity:1;visibility:visible;transition-delay:.9s;}
.slider .swiper-nav{display:flex;flex-direction:row;gap:20px;position:absolute;bottom:20px;left:10%;z-index:9;}
.slider .swiper-nav>div{width:45px;height:45px;color:#fff;line-height:45px;text-align:center;border-left:1px solid #fff;border-right:1px solid #fff;}
.slider .swiper-nav>div:active{opacity:.5;}
@media only screen and (max-width:767px){
    .slider .swiper-slide .bg{min-height:80vh;}
    .slider .swiper-slide .slide-text{width:100%;left:0;padding:30px;}
    .slider .swiper-slide .slide-text h2{font-size:2.5em;}
    .slider .swiper-nav{left:30px;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .slider .swiper-slide .bg{min-height:60vh;}
    .slider .swiper-slide .slide-text{width:100%;left:0;padding:30px;}
    .slider .swiper-slide .slide-text h2{font-size:2.5em;}
    .slider .swiper-nav{left:30px;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .slider .swiper-slide .slide-text{left:7%;}
    .slider .swiper-slide .slide-text h2{font-size:3em;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    .slider .swiper-slide .slide-text{left:7%;}
    .slider .swiper-slide .slide-text h2{font-size:3.5em;}
}
.slider .ty-slider{position:absolute;bottom:0;right:0;width:45%;height:auto;z-index:99;}
.slider .ty-slider .ty-title{display:flex;flex-direction:row;justify-content:space-between;padding-right:25%;}
.slider .ty-slider .ty-title h2{font-size:1.37em;color:#C4C9D2;font-weight:300;}
.slider .ty-slider .ty-title .swiper-ty-nav{display:flex;gap:10px;}
.slider .ty-slider .ty-title .swiper-ty-nav>div{width:28px;height:28px;border-radius:50%;line-height:28px;text-align:center;background:#fff;}
.slider .ty-slider .ty-title .swiper-ty-nav>div:active{opacity:.5;}
.slider .ty-slider .ty-slider-wrapper{background:#fff;padding:25px 25% 25px 25px;border-radius:13px 13px 0 0;}
.slider .ty-slider .swiper-wrapper{align-items:end;min-height:175px;}
.slider .ty-slider .swiper-slide{}
.slider .ty-slider .swiper-slide .num{position:absolute;z-index:9;top:0;left:0;width:20px;height:20px;text-align:center;text-align:center;color:#142A4E;transform:translate(0,-100%);transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;}
.slider .ty-slider .swiper-slide img{width:100%;height:125px;object-fit:cover;border-radius:7px;transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;}
.slider .ty-slider .swiper-slide-active img{width:100%;height:175px;object-fit:cover;border-radius:7px;}
.slider .ty-slider .swiper-slide-active .num{transform:translate(0,0);color:#fff;}

@media only screen and (max-width:991px){
    .slider .ty-slider{position:relative;width:100%;}
    .slider .ty-slider .ty-title{padding-right:0;padding:25px;}
    .slider .ty-slider .ty-slider-wrapper{padding:25px;}
}

/*--- M1 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m1{padding:50px 0;position:relative;}
.m1 .title{margin-bottom:30px;overflow:hidden}
.m1 .title h2{font-size:1.12em;color:#000;width:fit-content;padding-right:30px;position:relative;text-transform:uppercase;}
.m1 .title h2:before{content:'';width:100%;height:3px;background:#0D6E73;position:absolute;left:0;top:calc(50% - 1.5px);transform:translate(100%,0);}
.m1 .title p{color:#0D6E73;font-size:1.12em;}
.m1 .img-bg{position:absolute;bottom:0;right:0;max-width:40%;height:auto;z-index:-1;}
/*services*/
.service-box{margin-bottom:30px;position:relative;}
.service-box .bg{width:100%;height:400px;border-radius:30px;object-fit:cover;position:relative;z-index:1;}
.service-box:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;z-index:2;background: transparent linear-gradient(270deg, #50505000 0%, #505050 100%) 0% 0% no-repeat padding-box;mix-blend-mode: multiply;border-radius: 30px;}
.service-box .content{position:absolute;top:0;left:0;z-index:3;display:flex;padding:30px 15%;flex-direction:column;justify-content:flex-end;height:100%;}
.service-box .content h3{font-size:2.06em;color:#fff;font-family: 'newyorkregular';}
.service-box .content p{font-size:1.12em;color:#fff;line-height:1.1em;min-height:4.4em;}
.service-box .content .more{display:flex;gap:20px;color:#fff;font-size:.75em;padding-left:30px;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;}
.service-box .content .more:hover{gap:30px;opacity:.7;}

@media only screen and (max-width:767px){
    .m1 .img-bg{position:relative;max-width:75%;left:25%;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .m1 .img-bg{position:relative;max-width:75%;left:25%;}
}
/*--- M2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m2{background:url('../images/m2-bg.jpg') no-repeat center center;background-size:cove;-webkit-background-size:cover;-o-background-size:cover;-moz-background-size:cover;}
.m2 .box{padding:180px 0 50px 0;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.m2 .box img{display:block;margin:0 auto 80px auto;max-width:100%;height:auto;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 img:hover{transform:scale(0.9);}
.m2 .box h2{font-size:2.18em;color:#000000;font-family: 'newyorkregular';text-align:center;margin-bottom:30px;text-transform:uppercase;}
.m2 .box ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;gap:30px;}
.m2 .box ul>li{}
.m2 .box ul>li>a{display:flex;flex-direction:row;align-items:center;gap:30px;width:fit-content;font-size:.68em;font-weight:500;padding:0 20px;border:1px solid #000000;border-radius:30px;line-height:30px;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 ul>li>a:hover{background:#0D6E73;color:#fff;}

@media only screen and (max-width:767px){
    .m2 .box{padding:50px 0;}
}
/*--- M3 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m3{padding:100px 0;position:relative;}
.m3 .title{margin-bottom:30px;overflow:hidden}
.m3 .title h2{font-size:1.12em;color:#000;width:fit-content;padding-right:30px;position:relative;text-transform:uppercase;}
.m3 .title h2:before{content:'';width:100%;height:3px;background:#0D6E73;position:absolute;left:0;top:calc(50% - 1.5px);transform:translate(100%,0);}
.m3 .title p{color:#0D6E73;font-size:1.12em;}
.m3 .m3-wrapper{}
.m3 .ref-box{margin-bottom:30px;}
.m3 .ref-box img{width:100%;height:122px;object-fit:contain;filter:grayscale(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;}
.m3 .ref-box:hover img{filter:grayscale(0);}
.m3 .swiper-nav{display:flex;flex-direction:row;gap:10px;justify-content:center;}
.m3 .swiper-nav>div{background:#C6C6C6;border-radius:50%;line-height:31px;width:31px;height:31px;color:#fff;text-align:center;}
.m3 .swiper-nav>div:active{opacity:.5;}
/*--- M4 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m4{padding:50px 0;position:relative;background:url('../images/m4-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.m4 .img{position:absolute;top:0;right:0;height:auto;width:auto;max-width:100%;max-height:100%;}
.m4 .content{padding:75px 0;display:flex;flex-direction:column;gap:30px;position:relative;z-index:99;text-shadow:0 0 7px #ddd;}
.m4 .content h2{font-size:3.75em;color:#000;font-family: 'newyorkregular';}
.m4 .content h3{font-size:1.75em;color:#000;font-weight:500;}
.m4 .content .more{display:flex;gap:20px;color:#0D6E73;font-weight:500;padding-left:30px;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;}
.m4 .content .more:hover{gap:30px;opacity:.7;}

@media only screen and (max-width:767px){
    .m4 .img{position:relative;top:unset;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .m4 .img{position:relative;top:unset;}
}

/*--- M5 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m5{padding:80px 0;}
.m5 .title{margin-bottom:30px;}
.m5 .title h2{font-size:3.87em;color:#000;position:relative;padding-bottom:30px;font-family: 'newyorkregular';}
.m5 .title h2:before{content:'';border-bottom:2px solid #C6C6C6;width:75%;position:absolute;bottom:0;left:0;}
.m5 .box{margin-bottom:30px;display:flex;flex-direction:row;gap:30px;}
.m5 .box .img{width:306px;}
.m5 .box .img img{width:100%;height:275px;border-radius:17px;object-fit:cover;}
.m5 .box .content{flex:1;}
.m5 .box .content h2{font-size:1.87em;text-transform:uppercase;margin-bottom:20px;font-weight:300;}
.m5 .box .content h3{font-size:1.43em;font-weight:700;color:#000;margin-bottom:20px;}
.m5 .box .content .text{font-size:1.06em;color:#000;margin-bottom:20px;}
.m5 .box .content .more{display:flex;gap:20px;color:#0D6E73;font-weight:500;padding-left:30px;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;}
.m5 .box .content .more:hover{gap:30px;opacity:.7;}
.m5 .box-2{position:relative;}
.m5 .box-2 img{width:100%;height:auto;object-fit:cover;position:relative;border-radius:14px;aspect-ratio: 4 / 5;}
.m5 .box-2:before{content:'';width:100%;height:100%;}
.m5 .box-2 .content{position:absolute;padding:50px;z-index:99;bottom:0;left:0;width:100%;}
.m5 .box-2 .content h2{font-size:1.87em;text-transform:uppercase;margin-bottom:20px;font-weight:300;color:#fff;}
.m5 .box-2 .content h3{font-size:1.43em;font-weight:700;color:#fff;margin-bottom:20px;}
.m5 .box-2 .content .text{font-size:1.06em;color:#fff;margin-bottom:20px;}
.m5 .box-2 .content .more{display:flex;gap:20px;color:#fff;font-weight:500;padding-left:30px;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;}
.m5 .box-2 .content .more:hover{gap:30px;opacity:.7;}

@media only screen and (max-width:767px){
    .m5 .box{flex-direction:column;}
    .m5 .box .img{width:100%;}
}
@media only screen and (min-width:768px) and (max-width:991px){}
@media only screen and (min-width:992px) and (max-width:1199px){
    .m5 .box .img{width:220px;}
    .m5 .box-2 img{aspect-ratio: 4 / 8;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    .m5 .box .img{width:270px;}
    .m5 .box-2 img{aspect-ratio: 4 / 6.5;}
}

/*--- M8 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m8{padding:100px 0;}
.m8 .title{margin-bottom:50px;overflow:hidden;}
.m8 .title h2{font-size:16px;font-weight:300;line-height:1;margin:0;text-align:center;}
.m8 .title h2>a>span{display:block;}
.m8 .title h2>a>span:first-child{font-size:1.43em;color:#444444;}
.m8 .title h2>a>span:last-child{font-size:2.5em;color:#1f6e73;}

.m8 .blog-box{padding:25px 15px;margin-bottom:30px;background: #FFFFFF 0% 0% no-repeat padding-box;box-shadow: 0px 3px 6px #00000029;border: 1px solid #EBEBEB;border-radius: 15px;}
.m8 .blog-box .content{padding:20px;min-height:200px;}
.m8 .blog-box .content .date{display:block;color:#1f6e73;font-size:1.12em;margin-bottom:20px;}
.m8 .blog-box .content .date>span{color:#444444;margin-left:20px;}
.m8 .blog-box .content h3{font-size:1.25em;color:#444444;font-weight:400;line-height:27px;}
.m8 .blog-box .img{}
.m8 .blog-box .img img{width:100%;height:220px;border-radius:15px;object-fit:cover;}

/*--- FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer{}
footer .f-wrapper{display:flex;flex-direction:row;}
footer .f-wrapper .f-left{max-width:25%;flex:0 0 25%;padding:95px 0;display:flex;flex-direction:column;align-items:center;}
footer .f-wrapper .f-right{flex:1;padding:95px 45px;position:relative;}
footer .f-wrapper .f-right:before{content:'';border-radius:60px 0 0 0;width:100%;height:100%;position:absolute;top:0;left:0;background:linear-gradient(#142A4E,#0A182F);z-index:-999;}
footer .f-logo{margin-bottom:30px;padding:0 20px;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;}
footer .f-logo:hover{opacity:.5;}
footer .f-logo img{max-width:100%;height:auto;}
footer .f-social-media{margin-bottom:30px;}
footer .f-social-media ul{list-style:none;gap:20px;margin:0;padding:0;display:flex;flex-direction:row;justify-content:center;}
footer .f-social-media ul>li{}
footer .f-social-media ul>li>a{display:block;font-size:1.3em;color:#AEBAC7;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;}
footer .f-social-media ul>li>a:hover{color:#333;}
footer .f-menu{border-bottom:1px solid #707070;padding:0 20px;margin-bottom:20px;}
footer .f-menu ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;justify-content:space-between;}
footer .f-menu ul>li>a{color:#fff;display:block;padding:40px 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;}
footer .f-menu ul>li>a:hover{color:#0D6E73;}
footer .f-address{width:80%;display:flex;flex-direction:row;margin:0 auto;}
footer .f-address .f-address-left{max-width:50%;flex:0 0 50%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:50px 0;border-right:1px solid #707070;}
footer .f-address .f-address-left ul{list-style:none;margin:0;padding:0;}
footer .f-address .f-address-left ul>li{display:flex;flex-direction:row;gap:20px;align-items:center;margin-bottom:20px;}
footer .f-address .f-address-left ul>li>a{font-size:1.12em;color:#fff;font-weight: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;}
footer .f-address .f-address-left ul>li>a:hover{color:#0D6E73;}
footer .f-address .f-address-left ul>li>i{width:41px;height:41px;color:#fff;border:1px solid #fff;border-radius:50%;line-height:41px;text-align:center;}
footer .f-address .f-address-right{max-width:50%;flex:0 0 50%;padding:50px 30px;}
footer .f-address .f-address-right>ul{list-style:none;margin:0;padding:0;margin-bottom:30px;}
footer .f-address .f-address-right>ul>li{list-style:none;margin:0;padding:0;}
footer .f-address .f-address-right>ul>li>span{display:block;font-size:18px;font-weight:200;color:#fff;width:300px;max-width:100%;}
footer .f-address .f-address-right>.button{display:block;width:fit-content;border:1px solid #fff;border-radius:50px;line-height:45px;padding:0 20px;color:#fff;font-size:.9em;font-weight:200;}
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;}
footer .contracts{margin-bottom:50px;display:flex;flex-direction:column;}
footer .contracts a{display:inline-block;padding:0 10px;font-size:.8em;margin:0 0 5px 0;text-align:center;}

@media only screen and (max-width:767px){
    footer .f-wrapper{flex-direction:column-reverse;}
    footer .f-wrapper .f-left{max-width:100%;flex:0 0 100%;}
    footer .f-wrapper .f-right{max-width:100%;flex:0 0 100%;}
    footer .f-menu ul{flex-direction:column;justify-content:unset;margin-bottom:30px;}
    footer .f-menu ul>li>a{padding:10px 0;text-align:center;}
    footer .f-address{width:100%;flex-direction:column;}
    footer .f-address .f-address-left{max-width:100%;flex:0 0 100%;border-right:unset;border-bottom:1px solid #707070;}
    footer .f-address .f-address-right{max-width:100%;flex:0 0 100%;}
    footer .f-address .f-address-right>.button{margin:0 auto;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    footer .f-wrapper{flex-direction:column-reverse;}
    footer .f-wrapper .f-left{max-width:100%;flex:0 0 100%;}
    footer .f-wrapper .f-right{max-width:100%;flex:0 0 100%;}
    footer .f-menu ul{flex-direction:column;justify-content:unset;margin-bottom:30px;}
    footer .f-menu ul>li>a{padding:10px 0;text-align:center;}
}

/*--- PAGE ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page .page-head{padding:400px 0 0 0;background-color:var(--bg-color);position:relative;}
.page .page-head:before{content:'';width:100%;height:100%;background:#000;opacity:.6;position: absolute;top:0;left:0;}
.page .page-head *{position:relative;z-index:99;}
.page .page-head h1{font-size:6.93em;font-weight:700;margin:0;padding:0;line-height:.6;color:#fff;}
.page .page-head p{font-size:1.3em;font-weight:200;margin-bottom:25px;display:none;}
.page .page-head .breadcrumb{font-size:.8em;display:none;}
.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:200px 0 0 0;}
    .page .page-head h1{font-size:3.5em;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    .page .page-head h1{font-size:5em;}
}

/*--- 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:20px;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:hover{z-index:999999;}
.fixed-button>a>i{line-height:40px;font-size:25px;}
.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);}