@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap";:root{--theme-font:"Noto Kufi Arabic", sans-serif;--title-font:"Noto Kufi Arabic", sans-serif;--arabic-font:"Noto Kufi Arabic", sans-serif;--theme-color: #ee2e2e;--color-white: #ffffff;--color-black: #000000;--color-dark: #282828;--light-color: #C6CCD4;--color-gray: #696969;--text-color-rgb: 30, 45, 125;--header-border-color: rgba(182, 182, 182, 0.7);--base-text-font-size: 15px;--default-text-font-size: 15px;--text-font-weight: 400;--text-font-style: normal;--text-font-bolder-weight: bolder;--border-color-rgb: 225, 227, 228;--border-color: #e1e3e4}section,header,footer,main{height:auto;clear:both}section,header,footer,main{width:100%;position:relative}.date-icon{position:absolute;content:""}html{scroll-behavior:smooth;overflow-x:hidden;height:100%}body{margin:auto;font-family:var(--theme-font);color:var(--color-black);transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;position:relative;z-index:1;width:100%;letter-spacing:.5px;direction:rtl}body::-webkit-scrollbar{width:5px}body::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(126,214,234,.5);box-shadow:inset 0 0 5px rgba(126,214,234,.5)}body::-webkit-scrollbar-thumb{background-color:var(--theme-color);outline:1px solid var(--theme-color)}ul{margin:0;padding:0;display:block}li{list-style:none;font-family:var(--theme-font)}a,a:hover,a:focus,button,button:focus{outline:none !important;text-decoration:none;color:inherit;-webkit-box-shadow:none !important;box-shadow:none !important;font-family:var(--theme-font);transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease}button,input,optgroup,select,textarea,:focus,:focus-visible{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;outline:none !important;-webkit-box-shadow:none !important;box-shadow:none !important;transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease}h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--title-font);font-weight:inherit;line-height:inherit;transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease}p{transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;font-family:inherit;font-weight:normal;margin-bottom:15px}img{width:100%;max-width:100%;vertical-align:middle;height:auto;border-style:none;transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease}svg{vertical-align:middle;transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease}.is_relative{position:relative}section,div,footer{scroll-margin-top:150px}.o-hidden{overflow:hidden}section,header,footer,main{position:relative}.mainContent{padding:100px 0}@media(max-width: 1449px){.mainContent{padding:80px 0}}@media(max-width: 1439px){.mainContent{padding:50px 0}}.d-sub-title{font-size:20px;letter-spacing:1px;margin-bottom:20px;color:var(--theme-color);font-family:var(--title-font)}@media(max-width: 1439px){.d-sub-title{font-size:18px;margin-bottom:10px}}.main-title{font-size:45px;margin-bottom:25px;line-height:55px;font-family:var(--arabic-font)}@media(max-width: 1439px){.main-title{font-size:35px;line-height:45px}}@media(max-width: 575px){.main-title{font-size:30px;line-height:40px}}.hidden{display:none !important;visibility:hidden}div.site_loder{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;background:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:999999;position:fixed;right:0;left:0;top:0;bottom:0}div.site_loder div{text-align:center}div.site_loder img{-webkit-animation-name:pulse;-webkit-animation-duration:1500ms;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:pulse;-moz-animation-duration:1500ms;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-ms-animation-name:pulse;-ms-animation-duration:1500ms;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;animation-name:pulse;animation-duration:1500ms;animation-iteration-count:infinite;animation-timing-function:linear}@media(min-width: 576px){div.site_loder img{width:350px}}@-webkit-keyframes overflow-repeat-x{0%{left:50%}49.999%{left:-10%}50%{left:110%}100%{left:50%}}@keyframes overflow-repeat-x{0%{left:50%}49.999%{left:-10%}50%{left:110%}100%{left:50%}}@-webkit-keyframes overflow-repeat-y{0%{top:50%}49.999%{top:-10%}50%{top:110%}100%{top:50%}}@keyframes overflow-repeat-y{0%{top:50%}49.999%{top:-10%}50%{top:110%}100%{top:50%}}@-webkit-keyframes overflow-repeat-x-trans{0%,100%{-webkit-transform:translate(0);transform:translate(0)}49.999%{-webkit-transform:translate(-200%);transform:translate(-200%)}50%{-webkit-transform:translate(200%);transform:translate(200%)}}@keyframes overflow-repeat-x-trans{0%,100%{-webkit-transform:translate(0);transform:translate(0)}49.999%{-webkit-transform:translate(-200%);transform:translate(-200%)}50%{-webkit-transform:translate(200%);transform:translate(200%)}}@-webkit-keyframes enter-from-right{0%{-webkit-transform:translate(100%);transform:translate(100%)}100%{-webkit-transform:translate(0);transform:translate(0)}}@keyframes enter-from-right{0%{-webkit-transform:translate(100%);transform:translate(100%)}100%{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes enter-from-left{0%{-webkit-transform:translate(-100%);transform:translate(-100%)}100%{-webkit-transform:translate(0);transform:translate(0)}}@keyframes enter-from-left{0%{-webkit-transform:translate(-100%);transform:translate(-100%)}100%{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes nudge{0%,100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}50%{-webkit-transform:translate(0px, 50px);transform:translate(0px, 50px)}80%{-webkit-transform:translate(0px, -80px);transform:translate(0px, -80px)}}@keyframes nudge{0%,100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}50%{-webkit-transform:translate(0px, 50px);transform:translate(0px, 50px)}80%{-webkit-transform:translate(0px, -80px);transform:translate(0px, -80px)}}header{position:fixed;top:0;left:0;right:0;z-index:99;padding:15px 70px}header:after{position:absolute;content:"";left:0;right:0;top:0;bottom:100%;background:#fff;-webkit-transition:all 600ms;transition:all 600ms;z-index:-9;-webkit-box-shadow:0px 2px 10px 0px rgba(0,0,0,.04);box-shadow:0px 2px 10px 0px rgba(0,0,0,.04)}@media(max-width: 1439px){header{padding:15px 50px}}@media(max-width: 1199px){header{padding:15px}}@media(max-width: 575px){header{z-index:999}}header .main-head{padding:0}header .main-head .head-left{display:-webkit-box;display:-ms-flexbox;display:flex;gap:50px}@media(max-width: 1149px){header .main-head .head-left{gap:20px}}header .main-head .head-left .logo{width:110px;height:110px}@media(max-width: 1439px){header .main-head .head-left .logo{width:90px;height:90px}}header .main-head .head-left .logo img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}header .main-head .head-left .head-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 991px){header .main-head .head-left .head-menu{position:fixed;left:0;right:0;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;height:100vh;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 50px;z-index:9;z-index:-9;-webkit-transition:all 800ms;transition:all 800ms;-webkit-transition-delay:800ms;transition-delay:800ms;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@media(max-width: 575px){header .main-head .head-left .head-menu{padding:0 25px}}@media(max-width: 991px){header .main-head .head-left .head-menu:after{position:absolute;content:"";left:0;right:0;height:0;top:0;background:#000;-webkit-transition:all 600ms;transition:all 600ms;-webkit-transition-delay:600ms;transition-delay:600ms}}header .main-head .head-left .head-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px;width:100%}@media(max-width: 1699px){header .main-head .head-left .head-menu ul{gap:20px}}@media(max-width: 1149px){header .main-head .head-left .head-menu ul{gap:12px}}@media(max-width: 991px){header .main-head .head-left .head-menu ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;opacity:0;position:relative;z-index:9;-webkit-transition:all 400ms;transition:all 400ms;-webkit-transition-delay:400ms;transition-delay:400ms}}@media(max-width: 575px){header .main-head .head-left .head-menu ul{gap:0}}header .main-head .head-left .head-menu ul li{padding:10px 0}@media(max-width: 991px){header .main-head .head-left .head-menu ul li{opacity:0;-webkit-transform:translateY(15px);transform:translateY(15px);-webkit-transition:all 400ms;transition:all 400ms;-webkit-transition-delay:400ms;transition-delay:400ms;padding:5px 0}}header .main-head .head-left .head-menu ul li a{font-size:18px;font-family:var(--title-font);color:#fff;text-transform:uppercase;letter-spacing:1px;position:relative}@media(max-width: 1439px){header .main-head .head-left .head-menu ul li a{font-size:15px}}@media(max-width: 1199px){header .main-head .head-left .head-menu ul li a{font-size:14px}}@media(max-width: 991px){header .main-head .head-left .head-menu ul li a{font-size:25px;width:100%;border-bottom:1px solid #161616;display:block;padding-bottom:15px}}header .main-head .head-left .head-menu ul li a:after{position:absolute;content:"";left:0;right:0;bottom:-5px;background:#fff;height:2px;width:0;-webkit-transition:all 400ms;transition:all 400ms}@media(max-width: 991px){header .main-head .head-left .head-menu ul li a:after{display:none}}header .main-head .head-left .head-menu ul li.active a:after{width:100%}header .main-head .head-left .head-menu ul li.drop-down{position:relative}@media(max-width: 991px){header .main-head .head-left .head-menu ul li.drop-down:after{position:absolute;content:"";left:0;background:url(../../images/next.svg) no-repeat;width:30px;height:30px;-webkit-filter:invert(1);filter:invert(1);top:10px;z-index:-9;-webkit-transform:scaleX(-1);transform:scaleX(-1)}}@media(min-width: 992px){header .main-head .head-left .head-menu ul li.drop-down ul{position:absolute;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#000;padding:25px;width:220px;gap:10px;-webkit-transform:translateY(40px);transform:translateY(40px);-webkit-transition:all 400ms;transition:all 400ms;opacity:0;visibility:hidden}}@media(max-width: 1449px){header .main-head .head-left .head-menu ul li.drop-down ul{gap:5px}}@media(max-width: 991px){header .main-head .head-left .head-menu ul li.drop-down ul{display:none;-webkit-transition:none;transition:none;-webkit-transform:none;transform:none}}header .main-head .head-left .head-menu ul li.drop-down ul li{padding:0 0 5px}@media(max-width: 991px){header .main-head .head-left .head-menu ul li.drop-down ul li{padding:10px 15px}}header .main-head .head-left .head-menu ul li.drop-down ul li a{text-transform:initial;font-family:var(--theme-font);font-size:15px;letter-spacing:0;line-height:25px}@media(max-width: 991px){header .main-head .head-left .head-menu ul li.drop-down ul li a{padding-bottom:5px}}header .main-head .head-left .head-menu ul li.drop-down ul li a:after{position:absolute;content:"";left:0;right:0;bottom:-5px;background:#fff;height:2px;width:0;-webkit-transition:all 400ms;transition:all 400ms}header .main-head .head-left .head-menu ul li.drop-down ul li a:hover:after{width:100%}@media(min-width: 992px){header .main-head .head-left .head-menu ul li.drop-down:hover ul{-webkit-transform:translateY(10px);transform:translateY(10px);-webkit-transition:all 400ms;transition:all 400ms;opacity:1;visibility:visible}}header .main-head .head-left .head-menu ul li:hover a:after{width:100%;-webkit-transition:all 400ms;transition:all 400ms}header .main-head .head-left .head-menu ul li.last-menu{display:none}@media(max-width: 991px){header .main-head .head-left .head-menu ul li.last-menu{display:block}}header .main-head .head-left .head-menu .mobile-close{position:absolute;top:0;left:0;background:red;color:#fff;border:none;padding:10px 20px;font-size:25px;z-index:9;opacity:0}header .main-head .head-left .head-menu.active{z-index:9;-webkit-transform:translateY(0);transform:translateY(0)}header .main-head .head-left .head-menu.active ul{opacity:1;-webkit-transition:all 1.3s;transition:all 1.3s;-webkit-transition-delay:1.3s;transition-delay:1.3s}header .main-head .head-left .head-menu.active ul li{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:all 800ms;transition:all 800ms;opacity:1}header .main-head .head-left .head-menu.active ul li:first-child{-webkit-transition-delay:1.4s;transition-delay:1.4s}header .main-head .head-left .head-menu.active ul li:nth-child(2){-webkit-transition-delay:1.5s;transition-delay:1.5s}header .main-head .head-left .head-menu.active ul li:nth-child(3){-webkit-transition-delay:1.6s;transition-delay:1.6s}header .main-head .head-left .head-menu.active ul li:nth-child(4){-webkit-transition-delay:1.7s;transition-delay:1.7s}header .main-head .head-left .head-menu.active ul li:nth-child(5){-webkit-transition-delay:1.8s;transition-delay:1.8s}header .main-head .head-left .head-menu.active ul li:nth-child(6){-webkit-transition-delay:1.9s;transition-delay:1.9s}header .main-head .head-left .head-menu.active ul li:nth-child(7){-webkit-transition-delay:2s;transition-delay:2s}header .main-head .head-left .head-menu.active:after{height:100%;-webkit-transition:all 400ms;transition:all 400ms;-webkit-transition-delay:1s;transition-delay:1s}header .main-head .head-left .head-menu.active .mobile-close{opacity:1;-webkit-transition:all 1.2s;transition:all 1.2s;-webkit-transition-delay:1.2s;transition-delay:1.2s}header .main-head .head-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;gap:30px}@media(max-width: 991px){header .main-head .head-right .language{position:absolute;top:30px;left:70px}}@media(max-width: 991px)and (max-width: 575px){header .main-head .head-right .language{left:55px}}header .main-head .head-right .language a{font-family:"Noto Kufi Arabic",sans-serif;font-size:18px;color:#fff}@media(max-width: 1439px){header .main-head .head-right .language a{font-size:16px}}@media(max-width: 991px){header .main-head .head-right .language a{background:var(--theme-color);padding:10px 20px;border-radius:5px}}@media(max-width: 575px){header .main-head .head-right .language a{font-size:14px;padding:7px 12px}}@media(max-width: 991px){header .main-head .head-right .contact-btn{display:none}}header .main-head .head-right .contact-btn a{background:var(--theme-color);font-size:18px;color:#fff;text-transform:uppercase;font-family:var(--title-font);padding:17px 35px;letter-spacing:1px}@media(max-width: 1439px){header .main-head .head-right .contact-btn a{padding:15px 20px;font-size:16px}}header .main-head .head-right .contact-btn a svg,header .main-head .head-right .contact-btn a img{width:20px;fill:#fff;margin-right:10px;-webkit-transform:scaleX(-1);transform:scaleX(-1)}header .main-head .head-right .mobile-icon{position:absolute;left:0;top:25px;display:none}@media(max-width: 991px){header .main-head .head-right .mobile-icon{display:block}}header.fixed-header:after{bottom:0;-webkit-transition:all 600ms;transition:all 600ms}header.fixed-header .main-head .head-left .logo img{-webkit-filter:none;filter:none}header.fixed-header .main-head .head-left .head-menu ul li a{color:#000}@media(max-width: 991px){header.fixed-header .main-head .head-left .head-menu ul li a{color:#fff}}header.fixed-header .main-head .head-left .head-menu ul li ul.sub-menu li a{color:#fff}header.fixed-header .main-head .head-right .language a{color:#000}@media(max-width: 991px){header.fixed-header .main-head .head-right .language a{color:#fff}}header.fixed-header .main-head .head-right .hamburger .line{background-color:#000}.footer{background:#1f1e20}@media(max-width: 991px){.footer .footer-division .foot-address{text-align:center;border-bottom:1px solid #2c2a2d;margin-bottom:30px}}.footer .footer-division .foot-address h4{color:#fff;font-size:17px;letter-spacing:1px;margin-bottom:30px;font-family:var(--arabic-font)}@media(max-width: 1449px){.footer .footer-division .foot-address h4{margin-bottom:15px}}.footer .footer-division .foot-address p{color:#787370;margin-bottom:20px}.footer .footer-division .foot-address p span{display:block}.footer .footer-division .foot-address p a{color:#fff;font-size:15px}@media(max-width: 1199px){.footer .footer-division .foot-address p a{font-size:14px}}@media(max-width: 991px){.footer .footer-division .foot-address ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;padding-bottom:20px}}@media(max-width: 768px){.footer .footer-division .foot-address ul{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0 20px}}.footer .footer-division .foot-address ul li a{color:#b5b2b2;line-height:37px;font-size:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}@media(max-width: 1439px){.footer .footer-division .foot-address ul li a{font-size:15px}}@media(max-width: 1199px){.footer .footer-division .foot-address ul li a{font-size:14px}}.footer .footer-division .foot-address ul li a svg{fill:#b5b2b2}.footer .footer-division .foot-address ul li a svg path{fill:#b5b2b2 !important}.footer .footer-division .foot-address.social-icons li{padding-bottom:5px}@media(max-width: 991px){.footer .footer-division .foot-address.location{margin-bottom:0}}@media(max-width: 575px){.footer .footer-division .foot-address.location{border-bottom:none}}@media(max-width: 991px){.footer .footer-division .foot-address.location ul{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media(max-width: 575px){.footer .footer-division .foot-address.location ul{padding-bottom:0}}.footer .footer-division .foot-address.location ul li{position:relative;padding-right:25px;padding-bottom:15px;width:96%}@media(max-width: 991px){.footer .footer-division .foot-address.location ul li{width:calc(50% - 20px)}}@media(max-width: 768px){.footer .footer-division .foot-address.location ul li{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:0px;gap:10px;border-bottom:1px solid #2c2a2d;margin-bottom:20px}}@media(max-width: 575px){.footer .footer-division .foot-address.location ul li{margin-bottom:15px}}.footer .footer-division .foot-address.location ul li:before{position:absolute;content:"";right:0;background:url(../../images/location.svg) no-repeat;width:17px;height:17px;background-size:cover;top:10px}@media(max-width: 768px){.footer .footer-division .foot-address.location ul li:before{position:static}}.footer .footer-division .foot-address.location ul li a{line-height:30px;text-transform:capitalize}@media(max-width: 1199px){.footer .footer-division .foot-address.location ul li a{line-height:25px}}@media(max-width: 991px){.footer .footer-division .foot-address.location ul li a{text-align:left}}@media(max-width: 768px){.footer .footer-division .foot-address.location ul li a{text-align:center}}.footer .footer-division .foot-address.location ul li:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0px}.footer .footer-division .foot-address p.phone-number{direction:ltr;text-align:right}@media(max-width: 991px){.footer .footer-division .foot-address p.phone-number{text-align:center}}@media(max-width: 991px){.footer .footer-division .foot-address.get-in-touch{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media(max-width: 991px)and (max-width: 991px){.footer .footer-division .foot-address.get-in-touch h4{width:100%}}@media(max-width: 991px)and (max-width: 991px){.footer .footer-division .foot-address.get-in-touch p{width:33.3333333333%}}@media(max-width: 991px)and (max-width: 768px){.footer .footer-division .foot-address.get-in-touch p{width:100%}}.copyright{background:#232220;text-align:center;padding:20px;color:#fff}.copyright p{margin:0;color:#a1968f}.whatsapp-fixed{bottom:20px;right:30px;position:fixed;z-index:9999}.whatsapp-fixed a{position:relative;z-index:99;width:50px;height:50px;border-radius:50%;text-align:center;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-animation-name:pulsee;animation-name:pulsee;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-play-state:paused;animation-play-state:paused}.whatsapp-fixed a:before{content:"";position:absolute;border-radius:50%;padding:25px;border:5px solid #49b15d;opacity:.75;-webkit-animation-name:pulse-border;animation-name:pulse-border;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.whatsapp-fixed a img{max-width:30px}.home-slider{padding:0;position:relative;z-index:9}.home-slider:before{position:absolute;content:"";left:0;right:0;background-image:-webkit-gradient(linear, left top, left bottom, from(#191817), to(rgba(25, 24, 23, 0)));background-image:linear-gradient(180deg, #191817 0%, rgba(25, 24, 23, 0) 100%);height:200px;z-index:9;opacity:.3}.home-slider .owl-item .item{position:relative;height:100vh}.home-slider .owl-item .item figure{margin:0;-webkit-transition:all 5s;transition:all 5s;height:100vh;background-size:cover !important;background-position:bottom !important}.home-slider .owl-item .item .content{padding:0 70px;position:absolute;bottom:70px}.home-slider .owl-item .item .content .sub-title{font-size:25px;text-transform:uppercase;color:#fff;margin-bottom:20px}.home-slider .owl-item .item .content .banner-title{font-size:170px;width:75%;color:#fff;line-height:160px}.home-slider .owl-item.active .item figure{-webkit-transform:scale(1.3);transform:scale(1.3);-webkit-transition:all 20s;transition:all 20s}.home-slider .owl-nav{position:absolute;bottom:50%;left:70px;right:70px}.home-slider .owl-nav button{width:30px;height:30px;background:url(../../images/next.svg) no-repeat !important;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.home-slider .owl-nav button span{display:none}.home-slider .owl-nav button.owl-prev{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.home-slider .owl-nav button.owl-next{position:absolute;right:0}.home-about{padding-bottom:20px}@media(max-width: 1439px){.home-about{padding-bottom:50px}}.home-about .about-left{position:relative}.home-about .about-left figure{margin:0;padding-left:16%}@media(max-width: 991px){.home-about .about-left figure{padding-left:0}}@media(max-width: 768px){.home-about .about-left figure img{height:500px;-o-object-fit:cover;object-fit:cover}}@media(max-width: 575px){.home-about .about-left figure img{height:auto;-o-object-fit:cover;object-fit:cover}}.home-about .about-left .icon{position:absolute;width:160px;height:160px;left:35px;bottom:-65px;padding:25px}@media(max-width: 1439px){.home-about .about-left .icon{width:110px;height:110px;padding:15px;background-size:cover !important}}@media(max-width: 1199px){.home-about .about-left .icon{bottom:0}}@media(max-width: 991px){.home-about .about-left .icon{display:none}}.home-about .about-left .icon img{-webkit-animation:beautique-infinite-rotate 10s linear infinite;animation:beautique-infinite-rotate 10s linear infinite}@media(max-width: 991px){.home-about .about-right .content{text-align:center;padding:30px 0 0}}.home-about .about-right .content h2 span{display:block}@media(max-width: 991px){.home-about .about-right .content h2 span{display:inline-block}}.home-about .about-right .content p{font-size:17px;color:#787370;line-height:30px;margin-bottom:30px}@media(max-width: 1439px){.home-about .about-right .content p{font-size:16px}}.home-about .about-right .content .line{height:1px;background:#e0dbdb;margin-bottom:30px}.home-about .about-right .content h4{font-size:30px;margin-bottom:10px}@media(max-width: 1439px){.home-about .about-right .content h4{font-size:25px}}.home-about .about-bottom{margin-top:50px;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media(max-width: 1199px){.home-about .about-bottom{margin-top:0px}}.home-about .about-bottom .about-btm-left img{position:relative;top:-180px}@media(max-width: 991px){.home-about .about-bottom .about-btm-left img{top:0}}.home-about .about-bottom .about-btm-right{padding-left:8%}@media(max-width: 1199px){.home-about .about-bottom .about-btm-right{padding-left:4%}}@media(max-width: 991px){.home-about .about-bottom .about-btm-right{padding:30px 0 0;text-align:center}}@media(max-width: 768px){.home-about .about-bottom .about-btm-right{padding:30px 16px 0}}.home-about .about-bottom .about-btm-right p{font-size:17px;color:#787370;line-height:30px;margin-bottom:30px}@media(max-width: 1439px){.home-about .about-bottom .about-btm-right p{font-size:16px}}.home-about .about-bottom .about-btm-right .line{height:1px;background:#e0dbdb;margin-bottom:30px}.home-about .about-bottom .about-btm-right h4{font-size:30px;margin-bottom:10px}@media(max-width: 1439px){.home-about .about-bottom .about-btm-right h4{font-size:25px}}.home-about .about-bottom .about-btm-right ul li{font-size:17px;color:#787370;line-height:30px;position:relative;padding-right:30px}@media(max-width: 1439px){.home-about .about-bottom .about-btm-right ul li{font-size:16px}}@media(max-width: 991px){.home-about .about-bottom .about-btm-right ul li{padding-right:0px;border-bottom:1px solid #f6f3f3;padding:5px 0}}.home-about .about-bottom .about-btm-right ul li:before{position:absolute;content:"";right:0;top:3px;width:25px;height:25px;background:url(../../images/check.svg) no-repeat}@media(max-width: 991px){.home-about .about-bottom .about-btm-right ul li:before{display:none}}.home-services{background:#fff4ee;--theme-color-alter_bg_color: #FFF4EE;--theme-color-text_dark: #101010;--theme-color-text_link: #ee2e2e;--theme-color-text_link_02: rgba(238, 46, 46, 0.2);--theme-color-text_link_007: rgba(238, 46, 46, 0.07);--theme-color-text_dark_008: rgba(16, 16, 16, 0.08);--theme-color-bg_color: #FFFFFF}@media(max-width: 991px){.home-services{text-align:center}}@media(max-width: 1439px){.home-services .container{padding:0 10px}}.home-services .service-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 70px;margin-top:50px}@media(max-width: 1439px){.home-services .service-row{padding:0 50px}}@media(max-width: 575px){.home-services .service-row{padding:0 16px;margin-top:30px}}.home-services .service-row .service-item{width:25%}.home-services .service-row .service-item .services-box{text-align:center;position:relative;z-index:1;padding:6.2em 3em 5em;background-color:var(--theme-color-bg_color);-webkit-transition:background-color .3s ease;transition:background-color .3s ease;will-change:background-color;display:block;height:100%}@media(max-width: 1439px){.home-services .service-row .service-item .services-box{padding:3em 1em 3em}}.home-services .service-row .service-item .services-box::before{content:"";display:block;position:absolute;z-index:1;top:-1px;right:0;bottom:0;left:-1px;border-top:1px solid;border-left:1px solid;border-bottom:1px solid;border-right:1px solid;border-color:#f3dcd1}.home-services .service-row .service-item .services-box .content-block .icon{color:#ee2e2e;position:relative;z-index:2;display:inline-block;width:auto}.home-services .service-row .service-item .services-box .content-block .icon span{width:80px;height:80px;opacity:1;display:inline-block}.home-services .service-row .service-item .services-box .content-block .title{margin-top:2.8em}.home-services .service-row .service-item .services-box .content-block .title h4{width:100%;font-size:22px;line-height:32px;font-weight:400;letter-spacing:0;text-transform:uppercase}@media(max-width: 1699px){.home-services .service-row .service-item .services-box .content-block .title h4{font-size:20px;line-height:25px}}@media(max-width: 1449px){.home-services .service-row .service-item .services-box .content-block .title h4{font-size:16px}}.home-services .service-row .service-item .services-box .content-block .title h4 span{display:block}.home-services .service-row .service-item .services-box .content-block .title .serv-btn{margin-top:1em;position:relative;display:inline-block;top:auto;left:auto;height:auto;width:auto;font-size:17px;line-height:20px;font-weight:400;color:var(--theme-color-text_dark);z-index:1;overflow:hidden;padding-top:2px;font-family:"Bebas Neue",serif}.home-services .service-row .service-item .services-box .content-block .title .serv-btn .link_text{position:relative;margin-right:0;display:inline-block;vertical-align:middle;text-indent:-110px;visibility:hidden;white-space:nowrap;opacity:0;-webkit-transition:visibility .4s ease,margin-right .4s ease-out,text-indent .5s ease-out,opacity .4s ease;transition:visibility .4s ease,margin-right .4s ease-out,text-indent .5s ease-out,opacity .4s ease;will-change:visibility,margin-right,text-indent,opacity}.home-services .service-row .service-item .services-box .content-block .title .serv-btn .link_icon{position:relative;display:inline-block;vertical-align:middle;overflow:hidden;width:18px;height:18px;text-align:center}.home-services .service-row .service-item .services-box .content-block .title .sc_icons_item_link{display:block;position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;z-index:10 !important}.home-services .service-row .service-item .services-box .sc_icons_item_shine{border-radius:inherit;position:absolute;z-index:1;inset:0;overflow:hidden;opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-delay:0s;transition-delay:0s}.home-services .service-row .service-item .services-box .sc_icons_item_shine:before{content:"";width:150%;padding-bottom:150%;border-radius:0;position:absolute;left:50%;bottom:55%;-webkit-filter:blur(35px);filter:blur(35px);opacity:.1;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-image:conic-gradient(from 205deg at 50% 50%, rgba(0, 0, 0, 0) 0deg, var(--theme-color-text_link) 25deg, var(--theme-color-text_link_02) 295deg, rgba(0, 0, 0, 0) 360deg)}.home-services .service-row .service-item .services-box .sc_icons_item_background{border-radius:inherit;position:absolute;inset:0;overflow:hidden;-webkit-mask-image:radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%);mask-image:radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%)}.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_tiles{opacity:0;-webkit-transition:opacity .25s;transition:opacity .25s}.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile{position:absolute;background-color:var(--theme-color-text_link_007);-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;opacity:0}.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-4,.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-6,.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-10{-webkit-animation-delay:-2s;animation-delay:-2s}.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-3,.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-5,.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-8{-webkit-animation-delay:-4s;animation-delay:-4s}.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-2,.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-9{-webkit-animation-delay:-6s;animation-delay:-6s}.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-1{top:0;left:0;height:10%;width:22.5%}.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-2{top:0;left:22.5%;height:10%;width:27.5%}.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-3{top:0;left:50%;height:10%;width:27.5%}.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-4{top:0;left:77.5%;height:10%;width:22.5%}.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-5{top:10%;left:0;height:22.5%;width:22.5%}.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-6{top:10%;left:22.5%;height:22.5%;width:27.5%}.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-7{top:10%;left:50%;height:22.5%;width:27.5%}.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-8{top:10%;left:77.5%;height:22.5%;width:22.5%}.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-9{top:32.5%;left:50%;height:22.5%;width:27.5%}.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-10{top:32.5%;left:77.5%;height:22.5%;width:22.5%}.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_line{position:absolute;inset:0;opacity:0;-webkit-transition:opacity .35s;transition:opacity .35s}.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_line:before,.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_line:after{content:"";position:absolute;background-color:var(--theme-color-text_dark_008);-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s, -webkit-transform .35s}.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_line:before{left:0;right:0;height:1px;-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:scaleX(0);transform:scaleX(0)}.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_line:after{top:0;bottom:0;width:1px;-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scaleY(0);transform:scaleY(0)}.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-1:before{top:10%}.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-1:after{left:22.5%}.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-1:before,.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-1:after{-webkit-transition-delay:.3s;transition-delay:.3s}.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-2:before{top:32.5%}.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-2:after{left:50%}.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-2:before,.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-2:after{-webkit-transition-delay:.15s;transition-delay:.15s}.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-3:before{top:55%}.home-services .service-row .service-item .services-box .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-3:after{right:22.5%}.home-services .service-row .service-item .services-box:hover{background-color:var(--theme-color-alter_bg_color)}.home-services .service-row .service-item .services-box:hover .content-block .title .serv-btn .link_text{opacity:1;text-indent:0;margin-right:6px;visibility:visible;-webkit-transition:visibility .4s ease,margin-right .3s ease-out,text-indent .4s ease-out,opacity .4s ease;transition:visibility .4s ease,margin-right .3s ease-out,text-indent .4s ease-out,opacity .4s ease}.home-services .service-row .service-item .services-box:hover .sc_icons_item_shine{opacity:1;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-delay:0s;transition-delay:0s}.home-services .service-row .service-item .services-box:hover .sc_icons_item_background .sc_icons_item_tiles{opacity:1;-webkit-transition-delay:.25s;transition-delay:.25s}.home-services .service-row .service-item .services-box:hover .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile{-webkit-animation-name:tile;animation-name:tile}.home-services .service-row .service-item .services-box:hover .sc_icons_item_background .sc_icons_item_line{opacity:1;-webkit-transition-duration:.15s;transition-duration:.15s}.home-services .service-row .service-item .services-box:hover .sc_icons_item_background .sc_icons_item_line:before{-webkit-transform:scaleX(1);transform:scaleX(1)}.home-services .service-row .service-item .services-box:hover .sc_icons_item_background .sc_icons_item_line:after{-webkit-transform:scaleY(1);transform:scaleY(1)}.home-services .service-row .service-item .services-box:hover .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-1:before,.home-services .service-row .service-item .services-box:hover .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-1:after{-webkit-transition-delay:0s;transition-delay:0s}.home-services .service-row .service-item .services-box:hover .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-2:before,.home-services .service-row .service-item .services-box:hover .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-2:after{-webkit-transition-delay:.15s;transition-delay:.15s}.home-services .service-row .service-item .services-box:hover .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-3:before,.home-services .service-row .service-item .services-box:hover .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-3:after{-webkit-transition-delay:.3s;transition-delay:.3s}@media(max-width: 1280px){.home-services .service-row .service-item{width:50%}}@media(max-width: 767px){.home-services .service-row .service-item{width:100%}}@-webkit-keyframes tile{0%,12.5%,100%{opacity:1}25%,82.5%{opacity:0}}@keyframes tile{0%,12.5%,100%{opacity:1}25%,82.5%{opacity:0}}.scrolling-section{overflow:hidden}@media(max-width: 1439px){.scrolling-section .container{max-width:100%;padding:0 50px}}@media(max-width: 575px){.scrolling-section .container{padding:0 16px}}.scrolling-section .content-wrapper{overflow:hidden}.scrolling-section .content-wrapper .top-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:50px;gap:50px}@media(max-width: 1439px){.scrolling-section .content-wrapper .top-wrap{margin-bottom:30px}}.scrolling-section .content-wrapper .top-wrap .title-fill{color:#000;font-size:70px;font-style:normal;line-height:100px;text-transform:uppercase;font-family:var(--title-font)}@media(max-width: 1439px){.scrolling-section .content-wrapper .top-wrap .title-fill{font-size:60px}}@media(max-width: 1149px){.scrolling-section .content-wrapper .top-wrap .title-fill{font-size:40px}}@media(max-width: 991px){.scrolling-section .content-wrapper .top-wrap .title-fill{font-size:35px}}@media(max-width: 768px){.scrolling-section .content-wrapper .top-wrap .title-fill{font-size:30px}}@media(max-width: 575px){.scrolling-section .content-wrapper .top-wrap .title-fill{font-size:22px;line-height:30px}}@media(max-width: 575px){.scrolling-section .content-wrapper .top-wrap .right-image{display:none}}.scrolling-section .content-wrapper .bottom-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;gap:50px}.scrolling-section .content-wrapper .bottom-wrap .text-stroke-fill{font-size:70px;font-style:normal;line-height:100px;text-transform:uppercase;color:#000;font-family:var(--title-font)}@media(max-width: 1439px){.scrolling-section .content-wrapper .bottom-wrap .text-stroke-fill{font-size:60px}}@media(max-width: 1149px){.scrolling-section .content-wrapper .bottom-wrap .text-stroke-fill{font-size:40px}}@media(max-width: 991px){.scrolling-section .content-wrapper .bottom-wrap .text-stroke-fill{font-size:35px}}@media(max-width: 768px){.scrolling-section .content-wrapper .bottom-wrap .text-stroke-fill{font-size:30px}}@media(max-width: 575px){.scrolling-section .content-wrapper .bottom-wrap .text-stroke-fill{font-size:22px;line-height:30px}}.scrolling-section .content-wrapper .bottom-wrap .text-stroke-fill span{color:var(--color-white)}@media(max-width: 575px){.scrolling-section .content-wrapper .bottom-wrap .img-box{display:none}}.home-video{background-size:cover !important;min-height:600px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(max-width: 1449px){.home-video{min-height:500px}}@media(max-width: 1199px){.home-video{min-height:400px}}@media(max-width: 575px){.home-video{min-height:300px}}.home-video .video-icon{width:80px;height:80px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;cursor:pointer}.home-video .video-icon:after{position:absolute;content:"";border:1px solid rgba(255,255,255,.368627451);left:-7px;right:-7px;top:-7px;bottom:-7px}.home-news{margin-bottom:50px}.home-news h2,.home-news h6{text-align:center}.home-news .news-slider{margin-top:50px;direction:ltr}@media(max-width: 1439px){.home-news .news-slider{margin-top:30px}}.home-news .news-slider .content{text-align:right}@media(max-width: 575px){.home-news .news-slider .content{text-align:center}}.home-news .news-slider .content .date p{font-size:14px;color:#9a9a9a;margin-bottom:15px}.home-news .news-slider .content h5{font-size:22px;line-height:35px;margin-bottom:20px}@media(max-width: 1439px){.home-news .news-slider .content h5{font-size:20px;line-height:30px;margin-bottom:10px}}.home-news .news-slider .content p{margin:0;color:#787370;font-size:16px;line-height:28px}@media(max-width: 1439px){.home-news .news-slider .content p{font-size:14px}}.home-news .news-slider .owl-dots{position:absolute;text-align:center;bottom:-50px;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px}.home-news .news-slider .owl-dots button{width:10px;height:10px;border:1px solid #f3dcd1;background-color:#fff4ee;border-radius:50px}.home-news .news-slider .owl-dots button.active{background:var(--theme-color)}.home-clients{background:#1f1e20}.home-clients .client-logos ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 575px){.home-clients .client-logos ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:30px}}.home-clients .client-logos ul li{width:33.3333333333%;text-align:center;border:1px solid #3a373d;padding:45px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(max-width: 1449px){.home-clients .client-logos ul li{padding:30px 0}}@media(max-width: 575px){.home-clients .client-logos ul li{width:100%}}.home-clients .client-logos ul li a img{width:auto}.inner-banner{background-size:cover !important;min-height:500px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}@media(max-width: 1449px){.inner-banner{min-height:400px}}@media(max-width: 1199px){.inner-banner{min-height:300px;background-position:center !important}}.inner-banner .content-block{padding-top:60px}.inner-banner .content-block h1{font-size:60px;color:#fff;font-family:var(--title-font)}@media(max-width: 1449px){.inner-banner .content-block h1{font-size:50px}}@media(max-width: 768px){.inner-banner .content-block h1{font-size:30px}}@media(max-width: 575px){.inner-banner .content-block h1{font-size:20px}}.inner-banner .content-block ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;color:#fff;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}@media(max-width: 575px){.inner-banner .content-block ul{gap:5px}}.inner-banner .content-block ul li.seperation{color:#ccc}@media(max-width: 575px){.inner-banner .content-block ul li{font-size:14px}}.about-page .container .top-content{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.about-page .container .top-content .about-left figure{padding-right:16%;padding-left:0}@media(max-width: 1449px){.about-page .container .top-content .about-left figure{padding-right:8%}}@media(max-width: 991px){.about-page .container .top-content .about-left figure{padding-right:0%}}@media(max-width: 768px){.about-page .container .top-content .about-left figure img{height:500px;-o-object-fit:cover;object-fit:cover}}@media(max-width: 575px){.about-page .container .top-content .about-left figure img{height:auto}}.about-page .container .top-content .about-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.about-page .container .about-bottom{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media(max-width: 1199px){.about-page .container .about-bottom{margin-top:30px}}@media(max-width: 575px){.about-page .container .about-bottom{margin-top:0px}}.about-page .container .about-bottom .about-btm-left img{top:0px}.about-page .container .about-bottom .about-btm-right{padding-right:8%;padding-left:0}@media(max-width: 1449px){.about-page .container .about-bottom .about-btm-right{padding-right:5%}}@media(max-width: 991px){.about-page .container .about-bottom .about-btm-right{padding-right:0%}}@media(max-width: 768px){.about-page .container .about-bottom .about-btm-right{padding-right:16px;padding-left:16px}}@media(max-width: 1199px){.about-affix{padding-top:0}}.about-affix .affix-image{padding:0 70px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px}@media(max-width: 991px){.about-affix .affix-image{padding:0 50px}}@media(max-width: 575px){.about-affix .affix-image{padding:0 16px}}.about-affix .affix-image .left{min-height:450px;width:30%}@media(max-width: 768px){.about-affix .affix-image .left{display:none}}.about-affix .affix-image .left .affix{min-height:450px;background-size:cover !important;position:sticky;top:0}@media(max-width: 1449px){.about-affix .affix-image .left .affix{min-height:350px}}.about-affix .affix-image .right{min-height:700px;width:70%;background-size:cover !important}@media(max-width: 1699px){.about-affix .affix-image .right{min-height:600px}}@media(max-width: 1449px){.about-affix .affix-image .right{min-height:450px}}@media(max-width: 768px){.about-affix .affix-image .right{width:100%;min-height:400px;background-size:cover !important}}@media(max-width: 575px){.about-affix .affix-image .right{min-height:300px}}.our-team .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}@media(max-width: 768px){.our-team .container{gap:15px}}.our-team .team-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:25px}@media(max-width: 991px){.our-team .team-block{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media(max-width: 768px){.our-team .team-block{gap:16px}}.our-team .team-block .chairman{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:30%;text-align:center}@media(max-width: 1199px){.our-team .team-block .chairman{width:35%}}@media(max-width: 991px){.our-team .team-block .chairman{width:50%}}@media(max-width: 768px){.our-team .team-block .chairman{width:80% !important}}@media(max-width: 575px){.our-team .team-block .chairman{width:100% !important}}.our-team .team-block .team-det{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}@media(max-width: 991px){.our-team .team-block .team-det{width:calc(50% - 25px)}}@media(max-width: 768px){.our-team .team-block .team-det{width:calc(50% - 8px)}}.our-team .team-block .team-det figure{margin:0 0 20px;border:1px solid #eee}.our-team .team-block .team-det .content h3{font-size:22px}@media(max-width: 1449px){.our-team .team-block .team-det .content h3{font-size:20px}}@media(max-width: 575px){.our-team .team-block .team-det .content h3{font-size:18px}}.our-team .team-block .team-det .content p{color:#999}.our-team .team-block.team-list-btm{-ms-flex-wrap:wrap;flex-wrap:wrap}.our-team .team-block.team-list-btm .team-det{width:calc(20% - 25px)}@media(max-width: 1199px){.our-team .team-block.team-list-btm .team-det{width:calc(25% - 25px)}}@media(max-width: 991px){.our-team .team-block.team-list-btm .team-det{width:calc(33.3333333333% - 25px)}}@media(max-width: 768px){.our-team .team-block.team-list-btm .team-det{width:calc(33.3333333333% - 16px) !important}}@media(max-width: 575px){.our-team .team-block.team-list-btm .team-det{width:calc(50% - 16px) !important}}.our-team .our-players h2{text-align:center}.our-team .our-players .player-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:25px;margin-top:50px;text-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(max-width: 1199px){.our-team .our-players .player-list{margin-top:20px}}@media(max-width: 768px){.our-team .our-players .player-list{gap:30px 8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.our-team .our-players .player-list .team-det{width:calc(20% - 25px)}@media(max-width: 991px){.our-team .our-players .player-list .team-det{width:calc(33.3333333333% - 25px)}}@media(max-width: 768px){.our-team .our-players .player-list .team-det{width:calc(33.3333333333% - 8px)}}@media(max-width: 575px){.our-team .our-players .player-list .team-det{width:calc(50% - 8px)}}.our-team .our-players .player-list .team-det .content h3{font-size:20px}@media(max-width: 575px){.our-team .our-players .player-list .team-det .content h3{font-size:17px}}.our-team .line{height:1px;background:#eee;margin:10px 0 30px}.archery-rules .row{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media(max-width: 991px){.archery-rules .row .about-left img{height:500px;-o-object-fit:cover;object-fit:cover}}@media(max-width: 575px){.archery-rules .row .about-left img{height:auto}}@media(max-width: 991px){.archery-rules .row .about-right .content{text-align:center;margin-top:30px}}.archery-rules .row .about-right .content ul{width:90%}@media(max-width: 1449px){.archery-rules .row .about-right .content ul{width:100%}}.archery-rules .row .about-right .content ul li{color:#787370;line-height:30px;font-size:17px;letter-spacing:0;position:relative;padding:0 30px 10px 0}@media(max-width: 1449px){.archery-rules .row .about-right .content ul li{font-size:15px;padding:0 30px 5px 0}}@media(max-width: 1199px){.archery-rules .row .about-right .content ul li{font-size:14px}}@media(max-width: 991px){.archery-rules .row .about-right .content ul li{text-align:center;padding:0 0 10px;font-size:16px;border-bottom:1px solid #eee;margin-bottom:10px}}.archery-rules .row .about-right .content ul li:before{position:absolute;content:"";right:0;background:url(../../images/check.svg) no-repeat;width:25px;height:25px;top:6px}@media(max-width: 991px){.archery-rules .row .about-right .content ul li:before{display:none}}@media(max-width: 991px){.archery-rules .row .about-right .content ul li:last-child{border:none;padding-bottom:0;margin-bottom:0}}.archery-rules .btm-cnt{margin-top:40px}.archery-rules .btm-cnt h2{border-top:1px solid #eee;border-bottom:1px solid #eee;padding:60px 0}@media(max-width: 991px){.archery-rules .btm-cnt h2{padding:30px 0;text-align:center}}.archery-rules .btm-cnt h2 span{display:block}@media(max-width: 991px){.archery-rules .btm-cnt ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}}.archery-rules .btm-cnt ul li{display:-webkit-box;display:-ms-flexbox;display:flex;gap:100px;text-align:right;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-bottom:1px solid #eee}@media(max-width: 1199px){.archery-rules .btm-cnt ul li{gap:60px}}@media(max-width: 991px){.archery-rules .btm-cnt ul li{gap:0px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc(50% - 20px)}}@media(max-width: 575px){.archery-rules .btm-cnt ul li{width:100%}}.archery-rules .btm-cnt ul li span{color:#9a9a9a;font-size:50px;font-family:var(--title-font);width:10%}@media(max-width: 991px){.archery-rules .btm-cnt ul li span{width:100%;font-size:30px;text-align:center}}.archery-rules .btm-cnt ul li h3{font-size:22px;width:25%}@media(max-width: 1199px){.archery-rules .btm-cnt ul li h3{font-size:20px}}@media(max-width: 991px){.archery-rules .btm-cnt ul li h3{width:100%;text-align:center;margin-bottom:10px}}.archery-rules .btm-cnt ul li P{color:#787370}@media(max-width: 991px){.archery-rules .btm-cnt ul li P{text-align:center}}.services h2,.services h6{text-align:center}.services h2 span{display:block}.services .service-listing{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:30px;gap:60px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(max-width: 768px){.services .service-listing{gap:30px}}.services .service-listing .service-box{display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width: 575px){.services .service-listing .service-box{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.services .service-listing .service-box .left{background:#fff4ee;padding:50px;width:50%;border:1px solid #eee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(max-width: 1449px){.services .service-listing .service-box .left{padding:24px}}@media(max-width: 575px){.services .service-listing .service-box .left{width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.services .service-listing .service-box .left .sc_icons{width:80px;height:80px;background-size:cover !important;margin-bottom:30px}.services .service-listing .service-box .left h3{width:80%}@media(max-width: 1449px){.services .service-listing .service-box .left h3{width:85%;font-size:25px}}@media(max-width: 1199px){.services .service-listing .service-box .left h3{width:100%;font-size:22px}}@media(max-width: 768px){.services .service-listing .service-box .left h3{font-size:18px}}@media(max-width: 575px){.services .service-listing .service-box .left h3{text-align:center}}.services .service-listing .service-box .left ul li{color:#787370;position:relative;padding-right:25px;line-height:32px}@media(max-width: 768px){.services .service-listing .service-box .left ul li{font-size:13px}}@media(max-width: 575px){.services .service-listing .service-box .left ul li{padding:0 0 10px;margin-bottom:10px;border-bottom:1px solid #eee;text-align:center}}.services .service-listing .service-box .left ul li:before{position:absolute;content:"";background:url(../../images/check.svg) no-repeat;width:20px;height:20px;right:0;top:5px}@media(max-width: 575px){.services .service-listing .service-box .left ul li:before{display:none}}@media(max-width: 575px){.services .service-listing .service-box .left ul li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}}.services .service-listing .service-box .right{width:50%}@media(max-width: 575px){.services .service-listing .service-box .right{width:100%}}.services .service-listing .service-box .right figure{margin:0;background-size:cover !important;min-height:460px}@media(max-width: 1449px){.services .service-listing .service-box .right figure{min-height:400px}}@media(max-width: 1199px){.services .service-listing .service-box .right figure{min-height:420px}}@media(max-width: 991px){.services .service-listing .service-box .right figure{min-height:450px}}@media(max-width: 768px){.services .service-listing .service-box .right figure{min-height:380px}}@media(max-width: 575px){.services .service-listing .service-box .right figure{min-height:320px}}.services .service-listing .service-box.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media(max-width: 575px){.services .service-listing .service-box.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.training-courses h2,.training-courses h6{text-align:center}.training-courses table.courses{margin-top:50px;width:100%}@media(max-width: 1449px){.training-courses table.courses{margin-top:20px}}@media(max-width: 575px){.training-courses table.courses{margin-top:0px}}.training-courses table.courses tr th{text-align:right;border-right:1px solid #4b4a4a;padding:15px 30px;background:#202020;color:#fff;font-family:var(--title-font);font-weight:400;font-size:20px}@media(max-width: 1449px){.training-courses table.courses tr th{padding:10px 15px;font-size:16px}}@media(max-width: 575px){.training-courses table.courses tr th{padding:10px}}.training-courses table.courses tr td{padding:15px;color:#787370}@media(max-width: 1449px){.training-courses table.courses tr td{font-size:14px;padding:8px 15px}}@media(max-width: 575px){.training-courses table.courses tr td{padding:10px}}.training-courses table.courses tr:nth-child(2n+1)>td{background-color:#fff}@media(max-width: 575px){.training-courses table.courses tr:nth-child(2n+1)>td{width:120px}}.training-courses table.courses tr:nth-child(2n)>td{background-color:#fff4ee}.gallery-inner .button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:5px;margin-bottom:50px}@media(max-width: 1199px){.gallery-inner .button-group{margin-bottom:20px}}.gallery-inner .button-group button{background-color:#f5f5f5;border:1px solid #f5f5f5;color:#000;padding:15px 18px;font-size:14px;font-weight:500;text-transform:capitalize;-webkit-transition:all 400ms;transition:all 400ms;direction:ltr}@media(max-width: 1199px){.gallery-inner .button-group button{padding:15px;font-size:13px}}@media(max-width: 575px){.gallery-inner .button-group button{padding:5px 5px;font-size:13px}}.gallery-inner .button-group button:hover{background:var(--theme-color);-webkit-transition:all 400ms;transition:all 400ms;color:#fff}.gallery-inner .button-group button.active{background:var(--theme-color);color:#fff}.gallery-inner .grid-sizer,.gallery-inner .grid-item{width:50%;margin:0px;padding:0px;vertical-align:center;padding:10px}@media(max-width: 575px){.gallery-inner .grid-sizer,.gallery-inner .grid-item{padding:5px}}.gallery-inner .grid-sizer h6.title,.gallery-inner .grid-item h6.title{bottom:10px;position:absolute;background:rgba(0,0,0,.4196078431);left:10px;right:10px;padding:10px;color:#fff}.registration h6,.registration h2{text-align:center}.registration form{background:#fbfbfb;padding:50px;margin-top:60px;direction:rtl}@media(max-width: 1199px){.registration form{padding:20px 30px}}@media(max-width: 575px){.registration form{padding:20px}}@media(max-width: 575px){.registration form{margin-top:30px}}.registration form .form-top{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:40px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;direction:rtl}@media(max-width: 1449px){.registration form .form-top{gap:20px}}.registration form .form-top .field-group{width:calc(33.3333333333% - 40px);border-bottom:1px solid #eee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}@media(max-width: 1449px){.registration form .form-top .field-group{width:calc(33.3333333333% - 20px)}}@media(max-width: 1199px){.registration form .form-top .field-group{width:calc(33.3333333333% - 20px)}}@media(max-width: 991px){.registration form .form-top .field-group{width:calc(50% - 20px)}}@media(max-width: 575px){.registration form .form-top .field-group{width:calc(100% - 20px)}}.registration form .form-top .field-group input{width:100%;color:#a79a9a;background:rgba(0,0,0,0);border:none;outline:none;height:45px;text-align:right}.registration form .form-top .field-group input::-webkit-input-placeholder{color:#a79a9a;font-size:14px}.registration form .form-top .field-group input::-moz-placeholder{color:#a79a9a;font-size:14px}.registration form .form-top .field-group input:-ms-input-placeholder{color:#a79a9a;font-size:14px}.registration form .form-top .field-group input::-ms-input-placeholder{color:#a79a9a;font-size:14px}.registration form .form-top .field-group input::placeholder{color:#a79a9a;font-size:14px}.registration form .form-top .field-group select{border:none;color:#a79a9a;width:100%;padding-top:10px;background:rgba(0,0,0,0)}.registration form .form-top .field-group.radio{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:none}.registration form .form-top .field-group.radio label{color:#a79a9a;width:100%;font-size:14px}.registration form .form-top .field-group.radio .radio-fields{display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px;padding-top:15px;position:relative;overflow:hidden}.registration form .form-top .field-group.radio .radio-fields .wpcf7-list-item{margin:0 0 0 30px}.registration form .form-top .field-group.radio .radio-fields label{position:relative}.registration form .form-top .field-group.radio .radio-fields [type=radio]:checked,.registration form .form-top .field-group.radio .radio-fields [type=radio]:not(:checked){position:absolute;opacity:0}.registration form .form-top .field-group.radio .radio-fields [type=radio]:checked+span.wpcf7-list-item-label,.registration form .form-top .field-group.radio .radio-fields [type=radio]:not(:checked)+span.wpcf7-list-item-label{position:relative;padding-left:45px;cursor:pointer;line-height:45px;display:inline-block;color:#666}.registration form .form-top .field-group.radio .radio-fields [type=radio]:checked+span.wpcf7-list-item-label:before,.registration form .form-top .field-group.radio .radio-fields [type=radio]:not(:checked)+span.wpcf7-list-item-label:before{content:"";position:absolute;left:0;width:30px;height:30px;border:1px solid #f3dcd1;background:#fff;border-radius:5px}.registration form .form-top .field-group.radio .radio-fields [type=radio]:checked+span.wpcf7-list-item-label:after,.registration form .form-top .field-group.radio .radio-fields [type=radio]:not(:checked)+span.wpcf7-list-item-label:after{content:"";width:7px;height:7px;background:#000;position:absolute;top:11px;left:12px;border-radius:100%;-webkit-transition:all .2s ease;transition:all .2s ease}.registration form .form-top .field-group.radio .radio-fields [type=radio]:not(:checked)+span.wpcf7-list-item-label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.registration form .form-top .field-group.radio .radio-fields [type=radio]:checked+span.wpcf7-list-item-label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.registration form .form-top .field-group.file-upload{gap:15px;border:none;overflow:hidden}.registration form .form-top .field-group.file-upload:before{position:absolute;content:"اختر الملف";bottom:7px;right:0px;width:102px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;pointer-events:none;background:#c92626;border-radius:5px;z-index:9}.registration form .form-top .field-group.file-upload:after{position:absolute;content:"لم يتم اختيار ملف";bottom:7px;right:115px;width:100%;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:none;color:#a79a9a;background:#fbfbfb;font-size:14px}.registration form .form-top .field-group.file-upload label{color:#a79a9a;font-size:14px}@media(max-width: 1199px){.registration form .form-top .field-group.file-upload label{width:65%}}@media(max-width: 991px){.registration form .form-top .field-group.file-upload label{width:100%}}.registration form .form-top .field-group.file-upload input[type=file]::-webkit-file-upload-button{border-radius:4px;padding:0 16px;height:40px;cursor:pointer;background-color:#c92626;border:none;-webkit-box-shadow:none;box-shadow:none;margin-left:16px;-webkit-transition:background-color 200ms;transition:background-color 200ms;color:#fff;font-size:13px}.registration form .form-top .field-group.file-upload input[type=file]::file-selector-button{border-radius:4px;padding:0 16px;height:40px;cursor:pointer;background-color:#c92626;border:none;-webkit-box-shadow:none;box-shadow:none;margin-left:16px;-webkit-transition:background-color 200ms;transition:background-color 200ms;color:#fff;font-size:13px}.registration form .form-top .field-group.file-upload input[type=file]::-webkit-file-upload-button:hover{background-color:#000}.registration form .form-top .field-group.file-upload input[type=file]::file-selector-button:hover{background-color:#000}.registration form .form-top .field-group.file-upload input[type=file]::-webkit-file-upload-button:active{background-color:#e5e7eb}.registration form .form-top .field-group.file-upload input[type=file]::file-selector-button:active{background-color:#e5e7eb}.registration form .form-top .field-group.dob:before{position:absolute;content:"تاريخ الميلاد";left:0;right:5%;top:14px;bottom:0;width:95%;background:#fbfbfb;z-index:9;text-align:left;color:#a79a9a;font-size:14px}@media(max-width: 1449px){.registration form .form-top .field-group.dob:before{right:7%;width:93%}}.registration form .form-top .field-group.dob-ar span{width:100%}.registration form .form-top .field-group.dob-ar span input{text-align:left}.registration form .form-top .single{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;gap:60px}@media(max-width: 1449px){.registration form .form-top .single{gap:30px}}@media(max-width: 991px){.registration form .form-top .single{gap:40px}}@media(max-width: 575px){.registration form .form-top .single{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}}@media(max-width: 991px){.registration form .form-top .single .field-group{width:calc(50% - 20px)}}@media(max-width: 575px){.registration form .form-top .single .field-group{width:calc(100% - 20px)}}.registration form .form-btm{padding-top:70px;text-align:right;direction:rtl}@media(max-width: 575px){.registration form .form-btm{padding-top:30px}}.registration form .form-btm h5{font-size:25px;margin-bottom:30px}@media(max-width: 575px){.registration form .form-btm h5{margin-bottom:15px}}.registration form .form-btm .address{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px;margin-bottom:40px}@media(max-width: 575px){.registration form .form-btm .address{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}}.registration form .form-btm .address .field-group{width:calc(33.3333333333% - 40px);border-bottom:1px solid #eee}@media(max-width: 991px){.registration form .form-btm .address .field-group{width:calc(50% - 20px)}}@media(max-width: 575px){.registration form .form-btm .address .field-group{width:calc(100% - 20px)}}.registration form .form-btm .address .field-group textarea{width:100%;border:none;height:40px;background:rgba(0,0,0,0)}.registration form .form-btm .address .field-group input{width:100%;color:#a79a9a;background:rgba(0,0,0,0);border:none;outline:none;height:45px}.registration form .form-btm .address .field-group input::-webkit-input-placeholder{color:#a79a9a}.registration form .form-btm .address .field-group input::-moz-placeholder{color:#a79a9a}.registration form .form-btm .address .field-group input:-ms-input-placeholder{color:#a79a9a}.registration form .form-btm .address .field-group input::-ms-input-placeholder{color:#a79a9a}.registration form .form-btm .address .field-group input::placeholder{color:#a79a9a}.registration form .form-btm .location{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.registration form .form-btm .location label{width:100%;font-size:17px;color:#787370;margin-bottom:20px}.registration form .form-btm .location .checkbox-outer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:15px;width:100%}@media(max-width: 1449px){.registration form .form-btm .location .checkbox-outer{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media(max-width: 575px){.registration form .form-btm .location .checkbox-outer{gap:10px}}.registration form .form-btm .location .checkbox-outer span.wpcf7-form-control.wpcf7-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.registration form .form-btm .location .checkbox-outer span.wpcf7-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;gap:20px;margin:0;width:calc(25% - 15px)}@media(max-width: 1199px){.registration form .form-btm .location .checkbox-outer span.wpcf7-list-item{width:calc(50% - 15px)}}@media(max-width: 575px){.registration form .form-btm .location .checkbox-outer span.wpcf7-list-item{gap:10px;width:100%}}.registration form .form-btm .location .checkbox-outer span.wpcf7-list-item label{font-size:14px}@media(max-width: 575px){.registration form .form-btm .location .checkbox-outer span.wpcf7-list-item label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}}.registration form .form-btm .location .checkbox-outer span.wpcf7-list-item input{padding:0;height:initial;width:initial;margin-bottom:0;display:none;cursor:pointer}.registration form .form-btm .location .checkbox-outer span.wpcf7-list-item input:checked+span.wpcf7-list-item-label:after{content:"";display:block;position:absolute;top:2px;right:9px;width:6px;height:14px;border:solid #000;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.registration form .form-btm .location .checkbox-outer span.wpcf7-list-item span.wpcf7-list-item-label{position:relative;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.registration form .form-btm .location .checkbox-outer span.wpcf7-list-item span.wpcf7-list-item-label::before{content:"";-webkit-appearance:none;background-color:rgba(0,0,0,0);border:1px solid #f3dcd1;padding:10px;display:inline-block;position:relative;vertical-align:middle;cursor:pointer;margin-left:10px}.registration form .form-btm .line{background:#eee;height:1px;margin:30px 0 50px}@media(max-width: 575px){.registration form .form-btm .line{margin:10px 0 20px}}.registration form .form-btm .terms .checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}.registration form .form-btm .terms .checkbox span.wpcf7-list-item.first.last{margin:0}.registration form .form-btm .terms .checkbox label{font-size:14px}@media(max-width: 575px){.registration form .form-btm .terms .checkbox label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media(max-width: 575px){.registration form .form-btm .terms .checkbox label span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.registration form .form-btm .terms .checkbox input{padding:0;height:initial;width:initial;margin-bottom:0;display:none;cursor:pointer}.registration form .form-btm .terms .checkbox input:checked+span.wpcf7-list-item-label:after{content:"";display:block;position:absolute;top:5px;right:9px;width:6px;height:14px;border:solid #000;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.registration form .form-btm .terms .checkbox span.wpcf7-list-item-label{position:relative;cursor:pointer;color:#787370}@media(max-width: 575px){.registration form .form-btm .terms .checkbox span.wpcf7-list-item-label{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.registration form .form-btm .terms .checkbox span.wpcf7-list-item-label::before{content:"";-webkit-appearance:none;background-color:rgba(0,0,0,0);border:1px solid #f3dcd1;padding:10px;display:inline-block;position:relative;vertical-align:middle;cursor:pointer;margin-left:10px}.registration form .form-btm .terms .checkbox span.wpcf7-list-item-label a{border-bottom:1px solid #000}.registration form .submit{position:relative;background:var(--theme-color);margin-top:40px;color:#fff;border:none;padding:15px 30px 15px 10px;font-family:var(--title-font);letter-spacing:1px;font-size:18px;width:140px;text-align:center}@media(max-width: 575px){.registration form .submit{margin-top:20px}}.registration form .submit:before{position:absolute;content:"";right:20px;top:0px;width:35px;height:35px;background:url(../../images/submit.svg) no-repeat;bottom:0;margin:auto}.registration form .submit input{background:rgba(0,0,0,0);color:#fff;border:none;padding:0}.registration form.invalid .field-group{border-bottom:red 1px solid}.registration form.invalid .form-btm .address .field-group{border-bottom:red 1px solid}.registration form .wpcf7-response-output{background:#ee2e2e;border:none !important;text-align:center;color:#fff;padding:15px !important;margin:30px 0 0 !important}.registration form.sent .wpcf7-response-output{background:#000}.contact .contact-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 768px){.contact .contact-detail{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}}.contact .contact-detail .left h2{margin-bottom:40px}.contact .contact-detail .left h2 span{display:block}.contact .contact-detail .left .mail{margin-bottom:20px}.contact .contact-detail .left .mail h6{color:#787370;font-family:var(--theme-font);padding:5px 0}.contact .contact-detail .left .mail a{color:#000}.contact .contact-detail .left .enquiry h6{color:#787370;font-family:var(--theme-font);padding:5px 0}.contact .contact-detail .left .enquiry ul li{position:relative;line-height:40px}.contact .contact-detail .left .enquiry ul li svg,.contact .contact-detail .left .enquiry ul li img{width:20px;margin-left:10px;fill:var(--theme-color)}.contact .contact-detail .right{width:50%;padding-top:100px}@media(max-width: 768px){.contact .contact-detail .right{width:100%;padding-top:30px}}.contact .contact-detail .right form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 575px){.contact .contact-detail .right form{padding:0 20px}}.contact .contact-detail .right form .form-field{width:calc(50% - 20px);border-bottom:1px solid #f3dcd1;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;direction:rtl}@media(max-width: 768px){.contact .contact-detail .right form .form-field{width:calc(100% - 20px)}}.contact .contact-detail .right form .form-field svg,.contact .contact-detail .right form .form-field img{width:22px;fill:#a79a9a;height:45px}.contact .contact-detail .right form .form-field .wpcf7-form-control-wrap{width:100%}.contact .contact-detail .right form .form-field input{width:100%;color:#a79a9a;background:rgba(0,0,0,0);border:none;outline:none;height:45px;text-align:right;padding-right:30px}.contact .contact-detail .right form .form-field input::-webkit-input-placeholder{font-size:14px;color:#787370}.contact .contact-detail .right form .form-field input::-moz-placeholder{font-size:14px;color:#787370}.contact .contact-detail .right form .form-field input:-ms-input-placeholder{font-size:14px;color:#787370}.contact .contact-detail .right form .form-field input::-ms-input-placeholder{font-size:14px;color:#787370}.contact .contact-detail .right form .form-field input::placeholder{font-size:14px;color:#787370}.contact .contact-detail .right form .form-field.textarea{width:100%;margin-top:20px;position:relative;padding-right:30px}.contact .contact-detail .right form .form-field.textarea textarea{border:none;width:100%;height:50px}.contact .contact-detail .right form .form-field.textarea textarea::-webkit-input-placeholder{font-size:14px;color:#787370}.contact .contact-detail .right form .form-field.textarea textarea::-moz-placeholder{font-size:14px;color:#787370}.contact .contact-detail .right form .form-field.textarea textarea:-ms-input-placeholder{font-size:14px;color:#787370}.contact .contact-detail .right form .form-field.textarea textarea::-ms-input-placeholder{font-size:14px;color:#787370}.contact .contact-detail .right form .form-field.textarea textarea::placeholder{font-size:14px;color:#787370}.contact .contact-detail .right form .form-field.form-nameicon span:before,.contact .contact-detail .right form .form-field.form-emailicon span:before,.contact .contact-detail .right form .form-field.form-phoneicon span:before,.contact .contact-detail .right form .form-field.form-subicon span:before,.contact .contact-detail .right form .form-field.form-txtareaicon span:before{position:absolute;content:"";right:0;top:5px;width:20px;height:26px;background:url(../../images/user.svg) no-repeat;bottom:0;margin:auto}.contact .contact-detail .right form .form-field.form-emailicon span:before{background:url(../../images/mail.svg) no-repeat}.contact .contact-detail .right form .form-field.form-phoneicon span:before{background:url(../../images/telephone.svg) no-repeat}.contact .contact-detail .right form .form-field.form-subicon span:before{background:url(../../images/comment.svg) no-repeat}.contact .contact-detail .right form .form-field.form-txtareaicon span:before{display:none}.contact .contact-detail .right form .form-field.form-txtareaicon:before{position:absolute;content:"";right:-10px;top:1px;width:32px;height:45px;background:url(../../images/edit.svg) no-repeat;bottom:0;margin:auto}.contact .contact-detail .right form .submit{position:relative;background:var(--theme-color);margin-top:20px;color:#fff;border:none;padding:15px 30px 15px 10px;font-family:var(--title-font);letter-spacing:1px;font-size:18px;width:140px;text-align:center;direction:rtl}@media(max-width: 768px){.contact .contact-detail .right form .submit{margin:0 auto}}.contact .contact-detail .right form .submit:before{position:absolute;content:"";right:20px;top:0px;width:35px;height:35px;background:url(../../images/submit.svg) no-repeat;bottom:0;margin:auto}.contact .contact-detail .right form .submit input{background:rgba(0,0,0,0);color:#fff;border:none}.contact .contact-detail .right form .wpcf7-response-output{background:#ee2e2e;border:none !important;text-align:center;color:#fff;padding:15px !important;margin:10px 0 0 !important;width:100%}.contact .contact-detail .right form.invalid .form-field{border-bottom:1px solid red}.contact .contact-detail .right form.sent .wpcf7-response-output{background:#000}.map{height:600px}@media(max-width: 1449px){.map{height:400px}}@media(max-width: 575px){.map{height:300px}}.map iframe{width:100%;height:600px}@media(max-width: 1449px){.map iframe{height:400px}}@media(max-width: 575px){.map iframe{height:300px}}.modal button.btn-close{position:absolute;left:0;background:red;width:50px;height:50px;border-radius:0;padding:0;z-index:99;color:#fff;opacity:1;font-size:25px;cursor:pointer}.modal .modal-dialog{max-width:50%}@media(max-width: 1439px){.modal .modal-dialog{max-width:80%}}@media(max-width: 575px){.modal .modal-dialog{max-width:95%}}.modal .modal-content{background:rgba(0,0,0,0);padding:0;border:none}.modal .modal-content .modal-body{padding:0}.modal .modal-content .modal-body iframe{width:100%;height:650px}@media(max-width: 1449px){.modal .modal-content .modal-body iframe{height:500px}}@media(max-width: 575px){.modal .modal-content .modal-body iframe{height:350px}}.date-icon{left:0px;top:0;bottom:0;width:13px;height:13px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS44OTU0IDMuMjA5NTJDMTEuODE5NiAxLjk0ODIyIDEwLjc2NjQgMC45NjAwNzEgOS40OTc5IDAuOTYwMDcxSDguODgwMzNWMC40ODAwMzVDOC44ODAzMyAwLjIxNTA1NiA4LjY2NTI3IDAgOC40MDAyOSAwQzguMTM1MzEgMCA3LjkyMDI2IDAuMjE1MDU2IDcuOTIwMjYgMC40ODAwMzVWMC45NjAwNzFINC4wNzk5OFYwLjQ4MDAzNUM0LjA3OTk4IDAuMjE1MDU2IDMuODY0OTIgMCAzLjU5OTk0IDBDMy4zMzQ5NiAwIDMuMTE5OTEgMC4yMTUwNTYgMy4xMTk5MSAwLjQ4MDAzNVYwLjk2MDA3MUgyLjUwMjM0QzEuMjMzNjEgMC45NjAwNzEgMC4xODA0MDkgMS45NDgyMiAwLjEwNDgwNCAzLjIwOTUyQy0wLjAzNzUyNjcgNS41ODE4NSAtMC4wMzQ4ODY1IDcuOTg4MjcgMC4xMTI3MjQgMTAuMzYxOEMwLjE4NzYxIDExLjU2NzIgMS4xNTMyIDEyLjUzMjggMi4zNTg1NyAxMi42MDc2QzMuNTY2NTggMTIuNjgyOCA0Ljc4MzIzIDEyLjcyMDIgNS45OTk4OCAxMi43MjAyQzcuMjE2MjkgMTIuNzIwMiA4LjQzMzE4IDEyLjY4MjggOS42NDExOSAxMi42MDc2QzEwLjg0NjYgMTIuNTMyOCAxMS44MTIxIDExLjU2NzIgMTEuODg3IDEwLjM2MThDMTIuMDM0OSA3Ljk4OTQ3IDEyLjAzNzUgNS41ODMyOSAxMS44OTU0IDMuMjA5NTJaTTEwLjkyOTEgMTAuMzAyM0MxMC44ODQgMTEuMDI1NSAxMC4zMDQ4IDExLjYwNDYgOS41ODE5IDExLjY0OTVDNy4yMDUyNSAxMS43OTcxIDQuNzk0OTkgMTEuNzk3MSAyLjQxODMzIDExLjY0OTVDMS42OTUxNiAxMS42MDQ0IDEuMTE2IDExLjAyNTIgMS4wNzExMSAxMC4zMDIzQzAuOTU3NTg3IDguNDc3NDIgMC45MzQzMDUgNi42MzMzNyAwLjk5NTAyOSA0LjgwMDM1SDExLjAwNTRDMTEuMDY1OSA2LjYzNDA5IDExLjA0MjYgOC40NzgxNCAxMC45MjkxIDEwLjMwMjNaTTMuNTk5OTQgMi44ODAyMUMzLjg2NDkyIDIuODgwMjEgNC4wNzk5OCAyLjY2NTE2IDQuMDc5OTggMi40MDAxOFYxLjkyMDE0SDcuOTIwMjZWMi40MDAxOEM3LjkyMDI2IDIuNjY1MTYgOC4xMzUzMSAyLjg4MDIxIDguNDAwMjkgMi44ODAyMUM4LjY2NTI3IDIuODgwMjEgOC44ODAzMyAyLjY2NTE2IDguODgwMzMgMi40MDAxOFYxLjkyMDE0SDkuNDk3OUMxMC4yNTk1IDEuOTIwMTQgMTAuODkxNyAyLjUxMTc5IDEwLjkzNyAzLjI2Njg4QzEwLjk0MzcgMy4zNzg3OSAxMC45NDgxIDMuNDkxMTIgMTAuOTUyNCAzLjYwMzQ4QzEwLjk1NTUgMy42ODI0NCAxMC45NTg2IDMuNzYxNDIgMTAuOTYyNSAzLjg0MDI4SDEuMDM3NzVDMS4wNDE4NiAzLjc1ODQ4IDEuMDQ1MDUgMy42NzY1NCAxLjA0ODI0IDMuNTk0NjJMMS4wNDgyNCAzLjU5NDYyTDEuMDQ4MjQgMy41OTQ2MUwxLjA0ODI0IDMuNTk0NkwxLjA0ODI0IDMuNTk0NkwxLjA0ODI0IDMuNTk0NTlWMy41OTQ1OVYzLjU5NDU4VjMuNTk0NThWMy41OTQ1OFYzLjU5NDU4QzEuMDUyNDkgMy40ODUxOSAxLjA1Njc0IDMuMzc1ODQgMS4wNjMxOSAzLjI2Njg4QzEuMTA4NTYgMi41MTE3OSAxLjc0MDUyIDEuOTIwMTQgMi41MDIzNCAxLjkyMDE0SDMuMTE5OTFWMi40MDAxOEMzLjExOTkxIDIuNjY1MTYgMy4zMzQ5NiAyLjg4MDIxIDMuNTk5OTQgMi44ODAyMVpNMy41OTk5NCA3LjY4MDM0QzMuOTk3NjEgNy42ODAzNCA0LjMxOTk5IDcuMzU3OTYgNC4zMTk5OSA2Ljk2MDI5QzQuMzE5OTkgNi41NjI2MSAzLjk5NzYxIDYuMjQwMjMgMy41OTk5NCA2LjI0MDIzQzMuMjAyMjYgNi4yNDAyMyAyLjg3OTg4IDYuNTYyNjEgMi44Nzk4OCA2Ljk2MDI5QzIuODc5ODggNy4zNTc5NiAzLjIwMjI2IDcuNjgwMzQgMy41OTk5NCA3LjY4MDM0Wk02LjcyMDM4IDYuOTYwMjlDNi43MjAzOCA3LjM1Nzk2IDYuMzk4IDcuNjgwMzQgNi4wMDAzMyA3LjY4MDM0QzUuNjAyNjUgNy42ODAzNCA1LjI4MDI3IDcuMzU3OTYgNS4yODAyNyA2Ljk2MDI5QzUuMjgwMjcgNi41NjI2MSA1LjYwMjY1IDYuMjQwMjMgNi4wMDAzMyA2LjI0MDIzQzYuMzk4IDYuMjQwMjMgNi43MjAzOCA2LjU2MjYxIDYuNzIwMzggNi45NjAyOVpNMy41OTk5NCAxMC4wODA3QzMuOTk3NjEgMTAuMDgwNyA0LjMxOTk5IDkuNzU4MzUgNC4zMTk5OSA5LjM2MDY4QzQuMzE5OTkgOC45NjMgMy45OTc2MSA4LjY0MDYyIDMuNTk5OTQgOC42NDA2MkMzLjIwMjI2IDguNjQwNjIgMi44Nzk4OCA4Ljk2MyAyLjg3OTg4IDkuMzYwNjhDMi44Nzk4OCA5Ljc1ODM1IDMuMjAyMjYgMTAuMDgwNyAzLjU5OTk0IDEwLjA4MDdaTTkuMTIwNzcgNi45NjAyOUM5LjEyMDc3IDcuMzU3OTYgOC43OTgzOSA3LjY4MDM0IDguNDAwNzIgNy42ODAzNEM4LjAwMzA0IDcuNjgwMzQgNy42ODA2NiA3LjM1Nzk2IDcuNjgwNjYgNi45NjAyOUM3LjY4MDY2IDYuNTYyNjEgOC4wMDMwNCA2LjI0MDIzIDguNDAwNzIgNi4yNDAyM0M4Ljc5ODM5IDYuMjQwMjMgOS4xMjA3NyA2LjU2MjYxIDkuMTIwNzcgNi45NjAyOVpNOC40MDA3MiAxMC4wODA3QzguNzk4MzkgMTAuMDgwNyA5LjEyMDc3IDkuNzU4MzUgOS4xMjA3NyA5LjM2MDY4QzkuMTIwNzcgOC45NjMgOC43OTgzOSA4LjY0MDYyIDguNDAwNzIgOC42NDA2MkM4LjAwMzA0IDguNjQwNjIgNy42ODA2NiA4Ljk2MyA3LjY4MDY2IDkuMzYwNjhDNy42ODA2NiA5Ljc1ODM1IDguMDAzMDQgMTAuMDgwNyA4LjQwMDcyIDEwLjA4MDdaTTYuNzIwMzggOS4zNjA2OEM2LjcyMDM4IDkuNzU4MzUgNi4zOTggMTAuMDgwNyA2LjAwMDMzIDEwLjA4MDdDNS42MDI2NSAxMC4wODA3IDUuMjgwMjcgOS43NTgzNSA1LjI4MDI3IDkuMzYwNjhDNS4yODAyNyA4Ljk2MyA1LjYwMjY1IDguNjQwNjIgNi4wMDAzMyA4LjY0MDYyQzYuMzk4IDguNjQwNjIgNi43MjAzOCA4Ljk2MyA2LjcyMDM4IDkuMzYwNjhaIiBmaWxsPSIjNjk2OTY5Ii8+Cjwvc3ZnPgo=");background-size:100%;background-position:center;background-repeat:no-repeat;margin:auto}.hero-slider{padding:0;height:100vh;overflow:hidden}@media(max-width: 575px){.hero-slider{position:relative;z-index:99}}.hero-slider .themeSlider .carousel-inner .carousel-item figure{margin:0;position:relative;width:100%;height:100vh;z-index:1}.hero-slider .themeSlider .carousel-inner .carousel-item figure img{-webkit-transition:all 5s;transition:all 5s}@media(max-width: 1449px){.hero-slider .themeSlider .carousel-inner .carousel-item figure img{height:100vh;-o-object-fit:cover;object-fit:cover}}.hero-slider .themeSlider .carousel-inner .carousel-item figure::before{position:absolute;content:"";left:0;right:0;top:0;bottom:0;width:100%;height:100%;background-color:rgba(0,0,0,.25);z-index:1}.hero-slider .themeSlider .carousel-inner .carousel-item figure figcaption{position:absolute;left:0;right:0;bottom:0;padding-left:70px;padding-right:70px;padding-bottom:70px;z-index:10}@media(max-width: 1439px){.hero-slider .themeSlider .carousel-inner .carousel-item figure figcaption{padding-left:50px;padding-right:50px}}@media(max-width: 991px){.hero-slider .themeSlider .carousel-inner .carousel-item figure figcaption{text-align:center;padding-left:15px;padding-right:15px}}@media(max-width: 575px){.hero-slider .themeSlider .carousel-inner .carousel-item figure figcaption{padding-bottom:120px}}.hero-slider .themeSlider .carousel-inner .carousel-item figure figcaption .sub-title-ar{z-index:8;text-transform:uppercase;display:inline-block;-ms-touch-action:manipulation;touch-action:manipulation;height:auto;width:auto;color:#fff;text-decoration:none;white-space:normal;min-height:0px;min-width:0px;max-height:none;max-width:none;text-align:left;line-height:32px;letter-spacing:1px;font-weight:400;font-size:24px;-webkit-backdrop-filter:none;backdrop-filter:none;-webkit-filter:none;filter:none;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:translate(0px, 0px);transform:translate(0px, 0px);opacity:1;visibility:visible}@media(max-width: 991px){.hero-slider .themeSlider .carousel-inner .carousel-item figure figcaption .sub-title-ar{text-align:center}}@media(max-width: 575px){.hero-slider .themeSlider .carousel-inner .carousel-item figure figcaption .sub-title-ar{font-size:20px}}.hero-slider .themeSlider .carousel-inner .carousel-item figure figcaption .spacer{z-index:7;-ms-touch-action:manipulation;touch-action:manipulation;color:#fff;width:100%;height:34px;min-height:0px;min-width:0px;max-height:none;max-width:none;-webkit-backdrop-filter:none;backdrop-filter:none;-webkit-filter:none;filter:none;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;opacity:1;-webkit-transform:translate(0px, 0px);transform:translate(0px, 0px);visibility:visible}@media(max-width: 575px){.hero-slider .themeSlider .carousel-inner .carousel-item figure figcaption .spacer{height:15px}}.hero-slider .themeSlider .carousel-inner .carousel-item figure figcaption .title-ar{z-index:6;text-transform:uppercase;display:inline-block;-ms-touch-action:manipulation;touch-action:manipulation;height:auto;width:auto;color:#fff;text-decoration:none;white-space:normal;min-height:0px;min-width:0px;max-height:none;max-width:none;text-align:right;line-height:167px;letter-spacing:0px;font-weight:400;font-size:115px;-webkit-backdrop-filter:none;backdrop-filter:none;-webkit-filter:none;filter:none;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;opacity:1;-webkit-transform:translate(0px, 0px);transform:translate(0px, 0px);visibility:visible}.hero-slider .themeSlider .carousel-inner .carousel-item figure figcaption .title-ar span{display:contents}@media(max-width: 1699px){.hero-slider .themeSlider .carousel-inner .carousel-item figure figcaption .title-ar{font-size:100px;line-height:150px}}@media(max-width: 1609px){.hero-slider .themeSlider .carousel-inner .carousel-item figure figcaption .title-ar{font-size:80px;line-height:100px}}@media(max-width: 1439px){.hero-slider .themeSlider .carousel-inner .carousel-item figure figcaption .title-ar{font-size:70px;line-height:80px}}@media(max-width: 1199px){.hero-slider .themeSlider .carousel-inner .carousel-item figure figcaption .title-ar{font-size:60px;line-height:70px}}@media(max-width: 991px){.hero-slider .themeSlider .carousel-inner .carousel-item figure figcaption .title-ar{font-size:55px;line-height:65px;text-align:center}}@media(max-width: 575px){.hero-slider .themeSlider .carousel-inner .carousel-item figure figcaption .title-ar{font-size:45px;line-height:55px;text-align:center}}.hero-slider .themeSlider .carousel-inner .carousel-item figure figcaption .sub-title span,.hero-slider .themeSlider .carousel-inner .carousel-item figure figcaption .title-split span{display:contents;-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0;-webkit-transition:opacity .5s ease,-webkit-transform .5s ease;transition:opacity .5s ease,-webkit-transform .5s ease;transition:transform .5s ease,opacity .5s ease;transition:transform .5s ease,opacity .5s ease,-webkit-transform .5s ease}.hero-slider .themeSlider .carousel-inner .carousel-item figure figcaption .sub-title span.animate,.hero-slider .themeSlider .carousel-inner .carousel-item figure figcaption .title-split span.animate{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.hero-slider .themeSlider .carousel-inner .carousel-item.active figure img{-webkit-transform:scale(1.3);transform:scale(1.3);-webkit-transition:all 20s;transition:all 20s}.hero-slider .themeSlider .carousel-control-next,.hero-slider .themeSlider .carousel-control-prev{width:40px;opacity:1;margin-bottom:50px}.hero-slider .themeSlider .carousel-control-prev{left:70px}@media(max-width: 1439px){.hero-slider .themeSlider .carousel-control-prev{left:50px}}@media(max-width: 575px){.hero-slider .themeSlider .carousel-control-prev{left:0;top:auto}}.hero-slider .themeSlider .carousel-control-prev .carousel-control-prev-icon{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCA0MyAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNjQzNDkyIDE1LjE1NTFDMC42NDQxNSAxNS4xNTU4IDAuNjQ0Njk5IDE1LjE1NjYgMC42NDU0NjcgMTUuMTU3MkwxMi4xMDg5IDI2LjU2NTRDMTIuOTY3NyAyNy40MiAxNC4zNTY4IDI3LjQxNjggMTUuMjExNiAyNi41NTc5QzE2LjA2NjMgMjUuNjk5MSAxNi4wNjMgMjQuMzEwMSAxNS4yMDQyIDIzLjQ1NTNMNy41MDc2OSAxNS43OTYxTDQwLjgwNjEgMTUuNzk2MUM0Mi4wMTc4IDE1Ljc5NjEgNDMgMTQuODEzOSA0MyAxMy42MDIyQzQzIDEyLjM5MDUgNDIuMDE3OCAxMS40MDgzIDQwLjgwNjEgMTEuNDA4M0w3LjUwNzggMTEuNDA4M0wxNS4yMDQxIDMuNzQ5MDdDMTYuMDYyOSAyLjg5NDMzIDE2LjA2NjIgMS41MDUyOCAxNS4yMTE1IDAuNjQ2NDg3QzE0LjM1NjYgLTAuMjEyNTI1IDEyLjk2NzUgLTAuMjE1NDg2IDEyLjEwODggMC42MzkwMjlMMC42NDUzNTYgMTIuMDQ3MkMwLjY0NDY5OCAxMi4wNDc4IDAuNjQ0MTQ5IDEyLjA0ODYgMC42NDMzODEgMTIuMDQ5M0MtMC4yMTU4NSAxMi45MDY5IC0wLjIxMzEwNyAxNC4zMDA0IDAuNjQzNDkyIDE1LjE1NTFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K")}.hero-slider .themeSlider .carousel-control-next{right:70px}@media(max-width: 1439px){.hero-slider .themeSlider .carousel-control-next{right:50px}}@media(max-width: 575px){.hero-slider .themeSlider .carousel-control-next{right:0;top:auto}}.hero-slider .themeSlider .carousel-control-next .carousel-control-next-icon{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCA0MyAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQyLjM1NjUgMTIuMDQ5MkM0Mi4zNTU4IDEyLjA0ODYgNDIuMzU1MyAxMi4wNDc4IDQyLjM1NDUgMTIuMDQ3MUwzMC44OTExIDAuNjM4OTcyQzMwLjAzMjMgLTAuMjE1NjUzIDI4LjY0MzIgLTAuMjEyNDcyIDI3Ljc4ODQgMC42NDY0M0MyNi45MzM3IDEuNTA1MjIgMjYuOTM3IDIuODk0MjggMjcuNzk1OCAzLjc0OTAxTDM1LjQ5MjMgMTEuNDA4M0gyLjE5Mzg4QzAuOTgyMTk4IDExLjQwODMgMCAxMi4zOTA1IDAgMTMuNjAyMUMwIDE0LjgxMzggMC45ODIxOTggMTUuNzk2IDIuMTkzODggMTUuNzk2SDM1LjQ5MjJMMjcuNzk1OSAyMy40NTUzQzI2LjkzNzEgMjQuMzEgMjYuOTMzOCAyNS42OTkxIDI3Ljc4ODUgMjYuNTU3OUMyOC42NDM0IDI3LjQxNjkgMzAuMDMyNSAyNy40MTk4IDMwLjg5MTIgMjYuNTY1M0w0Mi4zNTQ2IDE1LjE1NzJDNDIuMzU1MyAxNS4xNTY1IDQyLjM1NTggMTUuMTU1NyA0Mi4zNTY2IDE1LjE1NTFDNDMuMjE1OCAxNC4yOTc1IDQzLjIxMzEgMTIuOTAzOSA0Mi4zNTY1IDEyLjA0OTJaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K")}@media(max-width: 575px){.button-outer{width:120px;position:absolute;bottom:0;left:0;right:0;margin:0 auto}}