@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');
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-ultralight-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-ultralight-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-ultralight-webfont.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-thin-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-thin-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-thin-webfont.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-light-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-light-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-regular-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-regular-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-medium-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-medium-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-semibold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-semibold-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-semibold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-bold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-bold-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-heavy-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-heavy-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-heavy-webfont.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-extrabold-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-extrabold-webfont.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-black-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-black-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-black-webfont.ttf') format('truetype');
    font-weight: 1000;
    font-style: normal;
}

html{
    width:100%;
    height:100%;
}
body{
    font-size:13px;
    font-family: 'gilroy';
    font-weight:400;
    color:var(--text-color);
    background: #E8E8E8;
}
@media only screen and (min-width:1441px){
    body{
        font-size:13px;
    }
}
a{
    color:var(--text-color);
    text-decoration: none;
    transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
}
a:hover{
    color:var(--text-color-2);
}
p{margin-bottom:10px;}
.text-align{text-align:center;}
/*--- HEADER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
header{background:#ffffff;}
header .h-top{position:relative;z-index:999;}
header .h-top .container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;}
header .logo img{max-width:100%;height:auto;}
header .menu-bar span{color:#777E82;display:block;}
header .menu-bar:active{opacity:.5;}
header .h-bottom{background:#001063;position:relative;}
header .h-bottom .cat-bar{display:none;}
header .h-bottom ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;justify-content:space-between;}
header .h-bottom ul>li{}
header .h-bottom ul>li>a{display:block;font-size:.87em;color:#ffffff;padding:15px 10px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-background-size:cover;}
header .h-bottom ul>li>a:hover{background:#0FBCD2;}
.menu{position:fixed;top:-100%;left:0;width:100%;height:100%;z-index:99;background:#ffffff;opacity:0;visibility:hidden;padding:10% 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;}
.menu-active{opacity:1;visibility:visible;top:0;}
.menu .menu-wrapper{display:grid;grid-template-columns:40% 60%;max-width:100%;height:100%;width:1320px;left:0;right:0;margin:0 auto;align-items:center;}
.menu .menu-wrapper .menu-left{}
.menu .menu-wrapper .menu-left>ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;justify-content:space-between;gap:50px;}
.menu .menu-wrapper .menu-left>ul>li>a{font-size:2.68em;color:#777E82;}
.menu .menu-wrapper .menu-right{display:flex;flex-direction:column;gap:25px;justify-content:flex-end;height:100%;border-left:1px solid #777E82;padding-left:100px;}
.menu .menu-wrapper .menu-right span,
.menu .menu-wrapper .menu-right a{display:block;font-size:1.68em;color:#777E82;}
@media only screen and (max-width:767px){
    header .h-bottom .cat-bar{display:block;line-height:40px;color:#ffffff;font-size:1.3em;}
    header .h-bottom ul{position:absolute;left:0;padding:20px;background:rgba(0,0,0,.9);flex-direction:column;gap:0;width:100%;z-index:9;display:none;}
    header .h-bottom ul>li>a{padding:10px;border-bottom:1px dashed #aaaaaa;font-size:1em;}
    header .h-bottom ul>li:last-child>a{border:0;}
    .menu{padding-top:150px;}
    .menu .menu-wrapper{grid-template-columns:unset;display:flex;flex-direction:column;justify-content:center;gap:30px;align-items:unset;padding:30px;}
    .menu .menu-wrapper .menu-left>ul{gap:20px;justify-content:center;align-items:center;}
    .menu .menu-wrapper .menu-left>ul>li>a{font-size:1.2em;}
    .menu .menu-wrapper .menu-right{border-left:unset;height:unset;padding-top:30px;gap:20px;border-top:1px solid #777E82;padding-left:0;justify-content:center;align-items:center;}
    .menu .menu-wrapper .menu-right span,
    .menu .menu-wrapper .menu-right a{font-size:1.2em;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    header .h-bottom .cat-bar{display:block;line-height:40px;color:#ffffff;font-size:1.3em;}
    header .h-bottom ul{position:absolute;left:0;padding:20px;background:rgba(0,0,0,.9);flex-direction:column;gap:0;width:100%;z-index:9;display:none;}
    header .h-bottom ul>li>a{padding:10px;border-bottom:1px dashed #aaaaaa;font-size:1em;}
    header .h-bottom ul>li:last-child>a{border:0;}
    .menu .menu-wrapper{grid-template-columns:unset;display:flex;flex-direction:column;justify-content:center;gap:30px;align-items:unset;padding:30px;}
    .menu .menu-wrapper .menu-left>ul{gap:20px;justify-content:center;align-items:center;}
    .menu .menu-wrapper .menu-left>ul>li>a{font-size:1.2em;}
    .menu .menu-wrapper .menu-right{border-left:unset;height:unset;padding-top:30px;gap:20px;border-top:1px solid #777E82;padding-left:0;justify-content:center;align-items:center;}
    .menu .menu-wrapper .menu-right span,
    .menu .menu-wrapper .menu-right a{font-size:1.2em;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .menu .menu-wrapper{padding:0 5%;}
    .menu .menu-wrapper .menu-left>ul{gap:20px;}
    .menu .menu-wrapper .menu-left>ul>li>a{font-size:1.2em;}
    .menu .menu-wrapper .menu-right{gap:20px;}
    .menu .menu-wrapper .menu-right span,
    .menu .menu-wrapper .menu-right a{font-size:1.2em;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    .menu .menu-wrapper{padding:0 7%;}
    .menu .menu-wrapper .menu-left>ul{gap:30px;}
    .menu .menu-wrapper .menu-left>ul>li>a{font-size:1.7em;}
    .menu .menu-wrapper .menu-right{gap:30px;}
    .menu .menu-wrapper .menu-right span,
    .menu .menu-wrapper .menu-right a{font-size:1.7em;}
}
/*--- M ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m-title{position:absolute;top:0;left:0;opacity:0;visibility:hidden;height:0;width:0;}
/*--- SLIDER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slider{padding:30px 0;}
.slider .swiper-slide{padding:50px 0;}
.slider .swiper-slide .container{display:grid;grid-template-columns:1fr 1fr;align-items:center;font-family: 'gilroy';}
.slider .swiper-slide .s-left{}
.slider .box{display:flex;flex-direction:column;gap:30px;padding-right:25%;}
.slider .box h2{font-size:2.56em;color:#000000;font-weight:700;opacity:0;visibility:hidden;transform:translate(0,50px);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 .swiper-slide-active .box h2{opacity:1;visibility:visible;transform:translate(0,0);transition-delay:.3s;}
.slider .box p{font-size:1.56em;color:#000000;opacity:0;visibility:hidden;transform:translate(0,50px);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 .swiper-slide-active .box p{opacity:1;visibility:visible;transform:translate(0,0);transition-delay:.6s;}
.slider .box .buttons{display:flex;flex-direction:row;gap:20px;opacity:0;visibility:hidden;transform:translate(0,50px);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 .swiper-slide-active .box .buttons{opacity:1;visibility:visible;transform:translate(0,0);transition-delay:.9s;}
.slider .box .buttons a{display:block;border:2px solid #001063;line-height:40px;border-radius:20px;color:#001063;font-size:.93em;padding:0 30px;}
.slider .box .buttons a:first-child{background:#001063;color:#FFFFFF;}
.slider .img img{display:block;margin:0 auto;max-width:100%;height:auto;}
.slider .swiper-buttons{position:absolute;left:0;right:0;bottom:0;display:flex;flex-direction:row;gap:20px;align-items:center;justify-content:center;z-index:9;}
.slider .swiper-buttons .swiper-slide-pagination{width:fit-content;}
.slider .swiper-buttons .swiper-nav{display:flex;flex-direction:row;gap:20px;color:#001063;}
.slider .swiper-buttons .swiper-nav>div:active{opacity:.5;}
.slider .swiper-buttons .swiper-pagination-bullet-active{background:#001063;}
@media only screen and (max-width:991px){
    .slider .swiper-slide .container{grid-template-columns: 1fr;gap:30px;}
    .slider .box{padding-right:0;}
}
/*--- M1 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m1{padding:50px 0;}
.m1 .title{margin-bottom:50px;}
.m1 .title h2{text-align:center;font-size:3.56em;font-weight:700;color:#0FBCD2;}
.m1 .title h2 span{display:block;color:#001063;}
.m1 .title p{font-size:1.37em;color:#777E82;text-align:center;}
.m1 .box{margin-bottom:30px;position:relative;overflow:hidden;padding:20px;display:grid;grid-template-columns:repeat(2, 1fr);background: #FFFFFF;box-shadow: 14px 15px 18px #00000022;border-radius:34px;}
.m1 .box:before{content:'';width:100%;height:20%;border-radius:10px;position:absolute;bottom:0;left:0;z-index:1;background:url('../images/urun-bant.jpg') no-repeat center center;background-size:cover;-moz-background-size:cover;-o-background-size:cover;-webkit-background-size:cover;}
.m1 .box .content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:space-between;}
.m1 .box .content h3{font-size:1.2em;font-weight:700;padding:20px 0;}

.m1 .box .content .list{display:flex;flex-direction:column;gap:10px;margin-bottom:90px;}
.m1 .box .content .list span{display:flex;gap:10px;align-items:center;font-size:.81em;}
.m1 .box .content .list span i{color:#0FBCD2;}
.m1 .box .content .more{display:block;width:fit-content;border:1px solid #ffffff;border-radius:50px;font-size:.92em;color:#ffffff;padding:0 20px;line-height:40px;position:absolute;bottom:0;left:20px;}
.m1 .box .img{position:relative;z-index:2;padding:30px;}
.m1 .box .img img{width:100%;height:100%;object-fit:contain;}
/*--- M2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m3{padding:50px 0;}
.m3 .title{margin-bottom:50px;}
.m3 .title h2{text-transform:uppercase;color:#001063;letter-spacing:0px;font-size:2.25em;font-weight:500;}
.m3 .title p{font-size:1.37em;color:#777E82;font-weight:500;}
.m3 .list{margin-bottom:30px;}
.m3 .list ul{list-style:none;margin:0;padding:0;margin-bottom:75px;}
.m3 .list ul>li{padding-left:100px;position:relative;height:30px;}
.m3 .list ul>li:before{content:'';width:30px;top:50%;border-top:1px solid #527294;position:absolute;left:0;}
.m3 .list ul>.long:before{content:'';width:90px;top:50%;border-top:1px solid #527294;position:absolute;left:0;}
.m3 .list ul>li>button{height:40px;border:0;width:100%;text-align:center;background:unset;font-size:1.12em;color:#777E82;position:relative;font-weight:500;text-transform:uppercase;padding:0 10px;letter-spacing: 0px;}
.m3 .list ul>li>.active{font-weight:700;}
.m3 .list-body{position:relative;display:flex;flex-direction:column;justify-content:center;height:100%;}
.m3 .list-body .list-body-item{position:absolute;top:0;left:0;opacity:0;visibility:hidden;}
.m3 .list-body .list-body-item-active{position:relative;opacity:1;visibility:visible;}
.m3 .list-body .list-body-item .box{box-shadow:7px 17px 12px #0000001D;border-radius:47px;overflow:hidden;background:#ffffff;margin-bottom:30px;padding:20px;}
.m3 .list-body .list-body-item .box img{width:100%;height:240px;object-fit:contain;margin-bottom:20px;}
.m3 .list-body .list-body-item .box h3{font-size:1.12em;text-align:center;color:#424242;line-height:1.2;min-height:2.4em;text-transform:uppercase;}
@media only screen and (max-width:991px){
    .m3{padding:50px 0;}
    .m3 .list ul>li{height:20px;}
    .m3 .list ul>li>button{height:20px;}
    .m3 .list .more{margin-left:0;}
    .m3 .list-body{height:auto;}
}
/*--- M4 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m4{padding:50px 0;}
.m4 .title{margin-bottom:30px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;}
.m4 .title h2{text-transform:uppercase;color:#001063;letter-spacing:0px;font-size:2.25em;font-weight:500;}
.m4 .title p{font-size:1.37em;color:#777E82;font-weight:500;}
.m4 .title .swiper-nav{display:flex;flex-direction:row;}
.m4 .title .swiper-nav>div{width:30px;height:30px;line-height:30px;text-align:center;font-size:1.3em;color:#001063;}
.m4 .title .swiper-nav>div:active{opacity:.5;}
.m4 .swiper{margin-left:-15px;margin-right:-15px;margin-bottom:50px;}
.m4 .box{background: #FFFFFF 0% 0% no-repeat padding-box;box-shadow: 0px 3px 6px #0000004D;border-radius: 17px;padding:15px;margin:15px;}
.m4 .box .content{padding:30px;}
.m4 .box .content .info{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:20px;}
.m4 .box .content h3{font-size:1.37em;font-weight:700;line-height:1.3em;min-height:3.9em;margin:0;padding:0;}
.m4 .box .content h3 a{color:#000000;}
.m4 .box .img img{width:100%;height:204px;object-fit:cover;border-radius:17px;}
.m4 .all{display:flex;flex-direction:column;justify-content:center;align-items:center;}
.m4 .all a{display:block;width:fit-content;line-height:40px;border-radius:27px;border:2px solid #001063;color:#001063;font-size:.92em;padding:0 30px;}
/*--- M5 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m5{padding:100px 0;background:url('../images/m5-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.m5 .form-wrapper{position:relative;overflow:hidden;border-bottom:2px solid rgba(255,255,255,.2);}
.m5 .form-wrapper:before{content:'';position:absolute;width:2px;top:25px;height:100%;background:rgba(255,255,255,.2);right:0;}
.m5 .form-title{overflow:hidden;margin-bottom:20px;}
.m5 .form-title h2{font-size:2.43em;font-weight:700;color:#fff;padding-right:55px;position:relative;width:fit-content;line-height:50px;}
.m5 .form-title h2:before{content:'';width:200%;height:2px;background:rgba(255,255,255,.2);position:absolute;right:0;top:50%;transform:translate(100%,0);}
.m5 .form-body{display:grid;grid-template-columns: 1fr 25%;gap:100px;margin-bottom:20px;}
.m5 .form-group{position:relative;color:#8B93A8;}
.m5 .form-group .form-control{height:80px;border:0;line-height:80px;padding:0 20px 0 80px;border-radius:40px;background: rgba(255,255,255,.82);color:#000000;}
.m5 .form-group .form-control::placeholder{color:#000000;}
.m5 .form-group .icon{position:absolute;left:30px;top:25px;z-index:1;}
.m5 .form-checkbox-group input{backround:#4E556A;accent-color:#4E556A;}
.m5 .security-group{background: rgba(255,255,255,.82);display:flex;height:80px;align-items:center;border-radius:40px;overflow:hidden;}
.m5 .security-group button{border:0;background:unset;}
.m5 .security-group .form-control{background: unset;border:0;text-indent:unset;line-height:65px;color:#000000;}
.m5 .security-group .form-control:focus,
.m5 .security-group .form-control:active{outline:0;box-shadow:unset;}
.m5 .security-group .form-control::placeholder{color:#000000;}
.m5 .form-group button{width:100%;height:80px;background:#ffffff;border-radius:40px;color:#000000;font-weight:700;font-size:1.37em;}
.m5 .form-button{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;position:relative;}
.m5 .form-button img{width:140%;height:auto;transform:translate(50px,55px);}
@media only screen and (max-width:767px){
    .m5 .form-title h2{text-align:center;padding-right:0;}
    .m5 .form-wrapper{border:0;}
    .m5 .form-wrapper:before{display:none;}
    .m5 .form-body{grid-template-columns: 1fr;}
    .m5 .form-button img{width:100%;transform:translate(0,40px);}
}
/*--- FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer{padding:50px 0;}
footer .f-top{border-bottom:.5px solid #001063;margin-bottom:30px;}
footer h3{font-size:1em;font-weight:700;margin-bottom:5px;color:#001063;}
footer .logo{margin-bottom:50px;}
footer .logo img{max-width:100%;height:auto;}
footer .list{margin-bottom:30px;}
footer .list-border{position:relative;position:relative;}
footer .list-border:before{content:'';width:.5;height:80%;background:#001063;position:absolute;top:10%;right:0;}
footer .list>ul{list-style:none;margin:0;padding:0;}
footer .list>ul>li{display:flex;align-items:center;}
footer .list>ul>li>i{margin-right:10px;}
footer .list>ul>li>span,footer .list>ul>li>a{display:block;font-size:.9em;line-height:1.5;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;color:#001063;}
footer .list>ul>li>span:hover,footer .list>ul>li>a:hover{padding-left:5px;}
footer .workhour{margin-bottom:50px;}
footer .address{}
footer .address h3{font-weight:400;}
footer .address a,footer .address span{display:block;color:#001063;}
footer .address a{font-weight:700;}
footer .address span{font-size:16px;}
footer .slogan{font-size:16px;color:#001063;}
footer .slogan .link{margin-bottom:20px;}
footer .slogan a{display:block;font-size:1em;color:#001063;font-weight:700;}
footer .social-media{display:flex;flex-direction:row;gap:20px;}
footer .social-media a{font-size:1.5em;color:#000000;}
footer .map{margin-bottom:50px;}
footer .map>iframe{width:100%;height:250px;}
footer .copyright{margin-bottom:5px;font-size:11px;text-align:center;padding-top:25px;color:#001063;}
footer .swa{margin-bottom:1px;text-align:center;}
footer .swa>a>img{display:block;width:50px;height:50px;margin:0 auto;opacity:.95;filter:brightness(0) saturate(100%) invert(9%) sepia(98%) saturate(3000%) hue-rotate(230deg);}
footer .contracts{margin-bottom:50px;display:flex;flex-wrap:wrap;justify-content:center;margin-top:50px;}
footer .contracts a{display:inline-block;padding:0 10px;font-size:.8em;margin:0 0 5px 0;color:#001063;}
@media only screen and (max-width:767px){
    footer{text-align:center;}
    footer .list>ul>li{justify-content:center;}
    footer .social-media{justify-content:center;margin-bottom:50px;}
}
/*--- PAGE ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page .page-head{padding:75px 0 35px 0;background:var(--bg-color);}
.page .page-head h1{font-size:2.5em;font-weight:600;margin-bottom:25px;}
.page .page-head p{font-size:1.3em;font-weight:200;margin-bottom:25px;}
.page .page-head .breadcrumb{font-size:.8em;}
.page .page-body{padding:50px 0 20px 0;}
.page .page-foot{padding:50px 0 20px 0;background:var(--bg-color);margin-bottom:50px;}
.page .page-form{margin-bottom:50px;}
/*--- COOKIE-POLICY -----------------------------------------------------------------------------------------------------------------------------------------------------*/
.cookie-accept {position:fixed;bottom:-100%;left:0;right:0;width:100%;z-index:99;border:1px solid #ddd;background:#fff;display:flex;justify-content:center;align-items:center;transition:bottom 1s ease-in-out;-webkit-transition:bottom 1s ease-in-out;-moz-transition:bottom 1s ease-in-out;-o-transition:bottom 1s ease-in-out;padding:20px;}
.cookie-accept.active {bottom:0;}
.cookie-accept .close {position:absolute;right:15px;top:-15px;width:30px;height:30px;border:1px solid #ddd;line-height:30px;text-align:center;font-size:1.5em;background:#fff;}
.cookie-accept .icon {text-align: center;}
.cookie-accept .icon i {font-size:4em;}
.cookie-accept .content {padding:1.5em;}
.cookie-accept .content strong {display:block;font-size:1.5em;line-height:1;margin-bottom:10px;}
.cookie-accept .content p {font-size:1.1em;font-weight:200;margin:0;}
.cookie-accept .buttons ul {list-style:none;margin:0;padding:0;display:flex;gap:10px;}
.cookie-accept .buttons ul > li {flex:1 1 auto;}
.cookie-accept .buttons ul > li > a{display:flex;padding:10px 20px;background:#aaa;color:#fff;text-align:center;text-decoration:none;align-items:center;height:100%;}
@media only screen and (max-width: 767px) {
    .cookie-accept {flex-direction: column;}
}
/*--- FORM --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.form-group{margin-bottom:20px;}
.form-group label{display:block;font-size:1em;font-weight:700;margin-bottom:5px;}
.form-group .form-control{min-height:45px;border:0;border:1px solid #eee;font-size:1em;}
.form-group .form-control::placeholder{font-size:1em;}
.form-group input[type="checkbox"]{width:25px;height:25px;}
.form-checkbox-group{display:flex;line-height: 25px;}
.form-checkbox-group>input{accent-color:var(--primary-color);}
.form-checkbox-group a{padding-left:15px;}
.form-group button{background-color:var(--primary-color);color:#fff;font-size:1em;}
.form-group button:hover{background-color:var(--secondary-color);color:#fff;}
/*rating*/
.stars {width:100%;text-align: center;border:1px solid #eee;border-radius:5px;overflow: hidden;display: flex;justify-content: center;flex-direction: row-reverse;margin-bottom:20px;}
.stars-focus{box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);}
input.star {display: none;}
label.star {margin:0;padding: 0 5px;font-size: 30px;color: #ddd;transition: all .2s;}
input.star:checked ~ label.star:before {content: '\f005';color: #FD4;transition: all .25s;font-weight: 900;}
input.star-5:checked ~ label.star:before {color: #FE7;}
input.star-1:checked ~ label.star:before {color: #F62;}
input.star-2:hover ~ label.star-1 {color: #F62;}
input.star-3:hover ~ label.star-1, input.star-3:hover ~ label.star-2 { color: #F62; }
input.star-4:hover ~ label.star-1, input.star-4:hover ~ label.star-2, input.star-4:hover ~ label.star-3 { color: #F62; }
input.star-5:hover ~ label.star-1, input.star-5:hover ~ label.star-2, input.star-5:hover ~ label.star-3, input.star-5:hover ~ label.star-4 {color: #F62;}
label.star:hover {color: #ffa300;}
label.star:before {content: '\f005';font-family: 'Font Awesome 5 Free';font-weight: 400;}
/*security-input*/
.security-group{margin-bottom:20px;position:relative;}
.security-group label{display: block;font-size:14px;font-weight:700;margin-bottom:5px;}
.security-group .img{position:absolute;bottom:0;left:0;}
.security-group .img img{min-height:45px;}
.security-group .img button{border:0;min-height:45px;min-width:45px;margin:0;background:transparent;}
.security-group input{text-indent:175px;min-height:45px;min-height:45px;border:1px solid #eee;font-size:1em;}
/*--- LOADING ---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#loading{width:100%;height:100vh;position:fixed;top:0;left:0;background:rgba(0,0,0,.7);z-index:9999999;display:flex;flex-direction:column;justify-content:center;align-items:center;}
@keyframes spin{to{transform: rotate(360deg);}from{transform: rotate(0);}}
#loading:before{content:'\f110';color:#fff;font-family: 'Font Awesome 6 Free';font-weight:900;animation: spin infinite 1s linear;}
/*--- NO-CONTENT --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.no-content{padding:40px 20px;border:1px dashed #eee;border-radius:10px;text-align:center;margin-bottom:30px;}
.no-content>i{font-size:30px;margin-bottom:15px;color:#aaa;}
.no-content>p{font-size:18px;padding:0;margin:0;font-weight:200;}
/*--- HEMEN ARA - WHATSAPP --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@-webkit-keyframes ripple {0% {opacity: 1;-webkit-transform: scale(0);transform: scale(0);}100% {opacity: 0;-webkit-transform: scale(1);transform: scale(1);}}
@keyframes ripple {0% {opacity: 1;-webkit-transform: scale(0);transform: scale(0);}100% {opacity: 0;-webkit-transform: scale(1);transform: scale(1);}}
.fixed-button{position:fixed;bottom:15px;left:15px;display:flex;flex-direction:column;gap:15px;z-index:99;}
.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);}