:root{--section-bg-color:#f9f9f9;--dark-color:#000;--grey-color:#fcfeff;--text-secondary-white-color:hsla(0,0%,100%,.98);--title-color:#565758;--p-color:#717275;--body-font-family:"Noto Sans JP",sans-serif;--h1-font-size:72px;--h2-font-size:42px;--h3-font-size:36px;--h4-font-size:32px;--copyright-text-font-size:14px;--custom-link-font-size:12px;--font-weight-light:300;--font-weight-normal:400;--font-weight-bold:700;--font-weight-black:900;direction:rtl}body,html{height:100%}body{background:var(--white-color);position:relative}h2.alignright{float:right}h3,h4,h5,h6{color:var(--dark-color);line-height:inherit}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-bold)}h1,h2{font-weight:var(--font-weight-black)}h1{line-height:normal}p{color:var(--p-color);font-weight:var(--font-weight-light);letter-spacing:.5px}.text-secondary-white-color{color:var(--text-secondary-white-color)}a,button{touch-action:manipulation;transition:all .3s}a{color:var(--p-color)}::selection{background:var(--dark-color);color:var(--white-color)}.custom-underline{border-bottom:2px solid var(--white-color);color:var(--white-color);padding-bottom:4px}.videoWrapper{position:relative;padding-bottom:56.25%;height:0;z-index:-100}.custom-video{width:100%;height:100%}.custom-video,.overlay{position:absolute;top:0;left:0}.overlay{background:linear-gradient(0deg,#000,transparent 90%);right:0;bottom:0}.custom-links{max-width:230px}.custom-link{position:relative;overflow:hidden;z-index:1;display:inline-block;transition:all .3s cubic-bezier(.645,.045,.355,1)}.custom-link:after{content:"";width:0;height:2px;bottom:0;position:absolute;left:auto;right:0;z-index:-1;transition:width .6s cubic-bezier(.25,.8,.25,1) 0s;background:currentColor}.custom-link:hover:after{width:100%;left:0;right:auto}.custom-link:hover,.custom-link:hover:after{color:var(--white-color)}b,strong{font-weight:var(--font-weight-bold)}.navbar{z-index:1000;right:0;left:0;padding-top:15px;padding-bottom:15px;position:relative}.navbar-brand{color:var(--primary-color);font-size:24px;font-weight:var(--font-weight-bold)}.navbar-expand-lg .navbar-nav .nav-link{padding-right:5px;padding-left:5px}.navbar-nav .nav-link:after{content:"\f140";font-family:bootstrap-icons;display:inline-block;margin-left:10px;color:var(--primary-color);opacity:0;transition:opacity .3s,transform .3s;transform:translateY(10px)}.navbar-nav .nav-link:hover:after{opacity:1;transform:translateY(0)}.navbar-nav .nav-link{color:var(--p-color);font-size:15px;font-weight:var(--font-weight-bold);position:relative;padding:0}.navbar-nav .nav-item.active .nav-link:after,.navbar-nav .nav-link:hover:after{color:var(--primary-color);opacity:1;transform:translateY(0)}.nav-link:focus,.nav-link:hover,.navbar-nav .nav-item.active .nav-link{color:var(--dark-color)}.nav-link:focus{color:var(--p-color)}.navbar-toggler{border:0;padding:0;cursor:pointer;margin:0;width:30px;height:35px;outline:none}.navbar-toggler:focus{outline:none;box-shadow:none}.navbar-toggler[aria-expanded=true] .navbar-toggler-icon{background:transparent}.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after,.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before{transition:top .3s ease 50ms,transform .3s ease .35s;top:0}.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before{transform:rotate(45deg)}.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after{transform:rotate(-45deg)}.navbar-toggler .navbar-toggler-icon{background:var(--dark-color);transition:background 10ms ease .3s;display:block;width:30px;height:2px;position:relative}.navbar-toggler .navbar-toggler-icon:after,.navbar-toggler .navbar-toggler-icon:before{transition:top .3s ease .35s,transform .3s ease 50ms;position:absolute;right:0;left:0;background:var(--dark-color);width:30px;height:2px;content:""}.navbar-toggler .navbar-toggler-icon:before{top:-8px}.navbar-toggler .navbar-toggler-icon:after{top:8px}.hero{position:relative;overflow:hidden}@media screen and (min-width:992px){.hero{height:100vh}.custom-video,.news-detail-image{object-fit:cover;width:100vw;height:100vh}.sticky-wrapper{position:relative;bottom:76px}}.heroText{position:absolute;z-index:9;top:50%;left:50%;transform:translate(-50%,-50%);width:85%;text-align:center}.about-image{width:100%;height:auto;object-fit:contain;border-radius:10px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.team-image{width:100%;height:100%;max-height:635px;min-height:635px;object-fit:cover}@media screen and (max-width:991px){.about-image{max-width:100%;margin-bottom:2rem}}@media screen and (max-width:767px){.about-image{border-radius:5px}}.team-thumb{background:var(--white-color);position:absolute;bottom:0;right:0;width:60%;padding:22px 32px 32px}.carousel-control-next,.carousel-control-prev{top:auto;bottom:2.5rem}.carousel-control-prev{right:4rem;left:auto}.carousel-control-next-icon,.carousel-control-prev-icon{background-color:var(--dark-color);background-size:50% 50%;border-radius:100px;width:3rem;height:3rem}.portfolio-thumb{position:relative;overflow:hidden}.portfolio-info{margin:20px}.news,.related-news{background:var(--section-bg-color)}.news-thumb{position:relative}.news-category{background:var(--white-color);position:absolute;z-index:9;top:0;left:0;padding:4px 12px;display:inline-block}.news-text-info{margin:0 20px}.news-title{margin-top:15px;margin-bottom:15px}.news-title-link{color:var(--title-color);display:inline-block}.news-title-link:hover{color:var(--dark-color)}.news-image,.portfolio-image{display:block;transition:transform .6s ease-out}.news-image-hover{display:inline-block;position:relative;overflow:hidden;z-index:1;transition:all .3s cubic-bezier(.645,.045,.355,1);padding-bottom:4px;height:100%}.news-image-hover:after{content:"";width:0;height:4px;bottom:0;position:absolute;left:auto;right:0;z-index:-1;transition:width .6s cubic-bezier(.25,.8,.25,1) 0s;background:#198754}.news-image-hover-warning:after{background:#ffc107}.news-image-hover-primary:after{background:#0d6efd}.news-image-hover-success:after{background:#198754}.news-image-hover:hover:after{width:100%;left:0;right:auto;z-index:9}.image-popup:hover .portfolio-image,.news-image-hover:hover .news-image{transform:scale(1.02)}.news-two-column{min-height:199px;margin-bottom:16px}.news-two-column .news-image{width:100%;height:100%;object-fit:cover}.social-share-link,.social-share-link+span{color:hsla(0,0%,100%,.65)}.section-padding{padding-top:7rem;padding-bottom:7rem}.contact-info{padding:40px}.contact-form .form-control{border-radius:0;font-weight:var(--font-weight-normal);padding-top:12px;padding-bottom:12px}.contact-form button[type=submit]{background:var(--dark-color);border:none;border-radius:100px;color:var(--white-color);font-weight:var(--font-weight-bold);text-transform:uppercase;padding:16px;transition:all .6s ease-out}.contact-form button[type=submit]:hover{background:var(--primary-color)}.form-label{color:var(--p-color);font-weight:var(--font-weight-bold)}.map-iframe{display:block;filter:grayscale(100)}.site-footer{background:var(--dark-color);padding-top:4.5rem;padding-bottom:2.5rem}.site-footer .custom-link{color:hsla(0,0%,100%,.65);font-size:var(--p-font-size)}.site-footer .custom-link:hover,.site-footer .social-icon-link:hover{color:var(--white-color)}.copyright-text{color:hsla(0,0%,100%,.45);font-size:var(--copyright-text-font-size)}.social-icon{margin:0;padding:0}.social-icon li{list-style:none}.social-icon li,.social-icon-link{display:inline-block;vertical-align:top}.social-icon-link{color:hsla(0,0%,100%,.45);font-size:1rem;margin-top:4px;margin-bottom:4px;margin-right:15px}.social-icon-link:hover{color:var(--primary-color)}@media screen and (min-width:1600px){.news-two-column{min-height:232.5px}}@media screen and (max-width:991px){h1{font-size:48px}h2{font-size:36px}h3{font-size:32px}h4{font-size:28px}h5{font-size:20px}h6{font-size:18px}.navbar{padding-top:10px;padding-bottom:10px}.section-padding{padding-top:6rem;padding-bottom:6rem}.team-thumb{left:0;width:auto}.news-two-column{height:auto!important;min-height:inherit}.news .col-12 .news-two-column:first-child{margin-bottom:38px}}@media screen and (max-width:767px){.news-detail-title{font-size:36px}}.heroText h1{font-size:74px;line-height:1.2;font-weight:700;text-shadow:2px 2px 8px rgba(0,0,0,.5)}.heroText p{font-size:20px}@media screen and (min-width:1400px){.heroText h1{font-size:84px}.heroText p{font-size:24px}}@media screen and (max-width:1399px){.heroText h1{font-size:74px}}@media screen and (max-width:1199px){.heroText h1{font-size:64px}.heroText p{font-size:18px}}@media screen and (max-width:991px){.heroText h1{font-size:52px}.heroText p{font-size:16px}}@media screen and (max-width:767px){.heroText h1{font-size:42px}.heroText p{font-size:15px}.heroText{width:90%}}@media screen and (max-width:575px){.heroText h1{font-size:36px}.heroText p{font-size:14px}}@media screen and (max-width:480px){.heroText h1{font-size:32px}}@media screen and (max-width:360px){.heroText h1{font-size:28px}.heroText p{font-size:13px}.heroText{width:95%}}@media screen and (max-width:359px){.news-detail-title{font-size:22px}.heroText h1{font-size:26px}}:root{--primary-color:#ffc107;--secondary-color:#ffdb4d;--white-color:#fff;--dark-color:#171819;--dark-color-2:#272727;--about-bg-color:var(--secondary-color);--custom-btn-bg-color:var(--secondary-color);--custom-btn-bg-hover-color:var(--primary-color);--body-font-family:"Noto Sans Arabic",sans-serif;--body-font-size:18px;--body-font-weight:400;--body-line-height:1.5;--h1-font-size:74px;--h2-font-size:46px;--h3-font-size:32px;--h4-font-size:28px;--h5-font-size:24px;--h6-font-size:22px;--p-font-size:20px;--btn-font-size:14px;--btn-font-weight:700;--border-radius-large:100px;--border-radius-medium:20px;--border-radius-small:10px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--body-font-family);font-size:var(--body-font-size);font-weight:var(--body-font-weight);line-height:var(--body-line-height);color:var(--dark-color);direction:rtl;text-align:right}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}h1{font-size:var(--h1-font-size)}h2{font-size:var(--h2-font-size)}h3{font-size:var(--h3-font-size)}h4{font-size:var(--h4-font-size)}h5{font-size:var(--h5-font-size)}h6{font-size:var(--h6-font-size)}p{font-size:var(--p-font-size)}a{text-decoration:none;transition:all .3s ease}a:hover{color:var(--primary-color)}img{max-width:100%;height:auto}.section-padding{padding:100px 0}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--dark-color-2)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:var(--border-radius-small)}::-webkit-scrollbar-thumb:hover{background:var(--secondary-color)}.navbar .container{justify-content:center!important}.navbar-brand{margin-left:1rem!important;margin-right:0!important;z-index:1001;position:relative}.navbar-toggler{order:1;position:absolute;right:1rem;z-index:1001}.navbar-collapse{flex-grow:0!important;order:1;z-index:1001}.navbar-nav{flex-wrap:nowrap!important;overflow-x:auto;margin-left:0!important}.navbar-sticky{position:fixed!important;top:0;left:0;right:0;z-index:1000;animation:slideDown .35s ease-out;box-shadow:0 2px 20px rgba(0,0,0,.1)!important}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.navbar-nav .nav-link{white-space:nowrap;padding:.5rem .3rem!important;font-size:14px!important}.navbar-nav .nav-link:after{display:none!important}.navbar-nav .nav-link:before{content:"\f140";font-family:bootstrap-icons;display:inline-block;margin-right:12px;color:var(--primary-color);opacity:0;transition:opacity .3s,transform .3s;transform:translateY(10px)}.navbar-nav .nav-item.active .nav-link:before,.navbar-nav .nav-link:hover:before{opacity:1;transform:translateY(0)}@media (min-width:992px){.navbar-nav .nav-link{font-size:14px!important;padding:.5rem .25rem!important}}@media (min-width:1400px){.navbar-nav .nav-link{font-size:15px!important;padding:.5rem .4rem!important}}@media (max-width:991px){.navbar-collapse{position:fixed;top:70px;right:0;width:280px;height:calc(100vh - 70px);background:var(--white-color);box-shadow:-4px 0 20px rgba(0,0,0,.1);transform:translateX(100%);transition:transform .4s cubic-bezier(.68,-.55,.265,1.55);overflow-y:auto;z-index:1001}.navbar-collapse.show{transform:translateX(0)}.navbar-collapse.collapsing{transition:transform .4s cubic-bezier(.68,-.55,.265,1.55)}.navbar-nav{flex-direction:column;padding:2rem 1rem;margin-left:0!important}.navbar-nav .nav-item{opacity:0;transform:translateX(30px);animation:slideInRight .4s ease forwards}.navbar-collapse.show .nav-item:first-child{animation-delay:.1s}.navbar-collapse.show .nav-item:nth-child(2){animation-delay:.15s}.navbar-collapse.show .nav-item:nth-child(3){animation-delay:.2s}.navbar-collapse.show .nav-item:nth-child(4){animation-delay:.25s}.navbar-collapse.show .nav-item:nth-child(5){animation-delay:.3s}.navbar-collapse.show .nav-item:nth-child(6){animation-delay:.35s}.navbar-collapse.show .nav-item:nth-child(7){animation-delay:.4s}.navbar-collapse.show .nav-item:nth-child(8){animation-delay:.45s}.navbar-collapse.show .nav-item:nth-child(9){animation-delay:.5s}.navbar-collapse.show .nav-item:nth-child(10){animation-delay:.55s}.navbar-collapse.show .nav-item:nth-child(11){animation-delay:.6s}.navbar-collapse.show .nav-item:nth-child(12){animation-delay:.65s}.navbar-collapse.show .nav-item:nth-child(13){animation-delay:.7s}.navbar-nav .nav-link{padding:1rem .5rem!important;font-size:16px!important;border-bottom:1px solid rgba(0,0,0,.05);transition:all .3s ease}.navbar-nav .nav-link:hover{background-color:rgba(255,193,7,.1);padding-right:1rem!important}.navbar-toggler{border:none;padding:.5rem;transition:transform .3s ease}.navbar-toggler:focus{box-shadow:none}.navbar-toggler[aria-expanded=true]{transform:rotate(90deg)}.navbar-toggler-icon{width:24px;height:24px;transition:all .3s ease}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@media (max-width:991px){.navbar-collapse.show:before{content:"";position:fixed;top:70px;left:0;right:280px;bottom:0;background:rgba(0,0,0,.5);z-index:-1;animation:fadeIn .3s ease}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.btn-primary,.btn-primary:link,.btn-primary:visited{background-color:var(--primary-color)!important;border-color:var(--primary-color)!important;color:#000!important;box-shadow:none!important}.btn-primary:active,.btn-primary:focus,.btn-primary:focus-visible,.btn-primary:hover{background-color:#e6ac00!important;border-color:#e6ac00!important;color:#000!important;box-shadow:none!important}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active{background-color:#e6ac00!important;border-color:#e6ac00!important;color:#000!important}.btn-outline-primary,.btn-outline-primary:link,.btn-outline-primary:visited{color:var(--primary-color)!important;border-color:var(--primary-color)!important;background-color:transparent!important}.btn-outline-primary:active,.btn-outline-primary:focus,.btn-outline-primary:focus-visible,.btn-outline-primary:hover{background-color:var(--primary-color)!important;border-color:var(--primary-color)!important;color:#000!important}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active{background-color:var(--primary-color)!important;border-color:var(--primary-color)!important;color:#000!important}.alert-info{background-color:#fff3cd!important;border-color:#ffc107!important;color:#856404!important}body{line-height:var(--line-height,1.5)}li,p,td,th{line-height:inherit}html.high-contrast{filter:contrast(1.5)}html.high-contrast body{background-color:#000!important;color:#fff!important}html.high-contrast .bg-light,html.high-contrast .navbar{background-color:#1a1a1a!important}html.high-contrast .site-footer{background-color:#0a0a0a!important}html.high-contrast .btn-primary{background-color:#ff0!important;color:#000!important;border-color:#ff0!important}html.high-contrast a{color:#ff0!important}html.high-contrast .text-white{color:#fff!important}html.highlight-links a{background-color:#ff0!important;color:#000!important;text-decoration:underline!important;padding:2px 4px;border-radius:2px}html.highlight-links a:hover{background-color:#ffc107!important}html.readable-font,html.readable-font *{font-family:Arial,Helvetica Neue,Helvetica,sans-serif!important;letter-spacing:.05em!important}.scroll-btn{position:fixed;right:30px;width:50px;height:50px;border-radius:50%;background:var(--primary-color);color:var(--dark-color);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 4px 12px rgba(255,193,7,.4);transition:all .3s ease;opacity:0;visibility:hidden;transform:scale(.8);z-index:1000}.scroll-btn.show{opacity:1;visibility:visible;transform:scale(1)}.scroll-btn:hover{background:var(--secondary-color);box-shadow:0 6px 16px rgba(255,193,7,.6);transform:scale(1.1)}.scroll-btn:active{transform:scale(.95)}.scroll-to-top{bottom:90px;animation:bounceUp 2s infinite}.scroll-to-bottom{bottom:30px;animation:bounceDown 2s infinite}@keyframes bounceUp{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes bounceDown{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@media (max-width:767px){.scroll-btn{width:45px;height:45px;font-size:18px;right:15px}.scroll-to-top{bottom:80px}.scroll-to-bottom{bottom:25px}}