:root{--primary-color: #F7941D;--secondary-color: #042158}#preloader{position:fixed;top:0;right:0;left:0;bottom:0;background-color:#fff;z-index:999999;transition:0.3s ease opacity;text-align:center;width:100%;height:100%}#preloader:before{content:"";width:80px;height:80px;border:3px solid #F7941D;display:block;border-radius:50%;position:absolute;top:50%;left:50%;opacity:0;transform:translate(-50%, -50%);animation-name:LoaderCicle;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear}#preloader:after{content:"";width:80px;height:80px;border:3px solid #F7941D;display:block;border-radius:50%;position:absolute;top:50%;left:50%;opacity:0;transform:translate(-50%, -50%);animation-name:LoaderCicle;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear;animation-delay:1s}@keyframes LoaderCicle{0%{width:0;height:0;opacity:0}10%{width:10px;height:10px;opacity:1}80%{width:60px;height:60px;opacity:0.1}100%{width:70px;height:70px;opacity:0}}a:hover,a:active{color:#F7941D;text-decoration:none}.card{color:#575a7b}.card .card-body{color:#575a7b}.ls-minus-2px{letter-spacing:-2px}.bg-primary{background-color:#F7941D !important}.bg-light{background-color:#F2F8FA !important}.bg-secondary,.bg-dark{background-color:#042158 !important}.text-dark{color:#042158 !important}.primary-overlay[data-overlay-dark]:before{background:#F7941D}.secondary-overlay[data-overlay-dark]:before{background:#042158}.left-overlay-secondary[data-overlay-dark]:before,.left-overlay-dark[data-overlay-dark]:before{background:rgba(14,47,62,0.76);background:linear-gradient(-90deg, transparent, #042158 65%)}.border-primary{border-color:#F7941D !important}.width-100vw{width:100vw}@media screen and (min-width: 767px){.min-width-100vw{min-width:100vw}}.text-primary,.text-primary-hover:hover{color:#F7941D !important}.text-secondary,.text-secondary-hover:hover{color:#303334 !important}a.text-primary:focus,a.text-primary:hover,a.text-primary:active{color:#F7941D !important}.cursor-pointer{cursor:pointer}.sticky-top-style{position:sticky;top:130px;z-index:1}a.text-white-hover:hover{color:#fff !important}.primary-shadow{box-shadow:0px 4px 30px rgba(0,0,0,0.1)}.border-radius3px{border-radius:3px !important}.display-custom-1{font-size:104px;letter-spacing:-6px;line-height:1}@media screen and (max-width: 991px){.display-custom-1{font-size:94px;letter-spacing:-5px}}@media screen and (max-width: 767px){.display-custom-1{font-size:74px;letter-spacing:-4px}}@media screen and (max-width: 575px){.display-custom-1{font-size:55px;letter-spacing:-3px}}.ms-minus-20{margin-left:-20px}.border-color-primary{border-color:#F7941D !important}.list-style01 li{margin-bottom:12px;position:relative;padding-left:30px}.list-style01 li:after{content:"\e64c";font-family:'themify';position:absolute;left:0px;top:1px;z-index:1;font-weight:600;color:#F7941D}.list-style01 li:last-child{padding-bottom:0;margin-bottom:0}.list-style02{list-style:none;padding-left:0;margin-bottom:35px}.list-style02 li{line-height:32px;padding-left:30px;position:relative;margin-bottom:10px}.list-style02 li:last-child{margin-bottom:0}.list-style02 li:before{content:'\e64c';font-family:'themify';font-size:18px;position:absolute;top:0;left:0;font-weight:700;line-height:35px;color:#F7941D}@media screen and (max-width: 1199px){.list-style02{margin-bottom:25px}}.list-style03{list-style:none;padding-left:0}.list-style03 li{line-height:32px;padding-left:30px;position:relative;margin-bottom:8px}.list-style03 li:last-child{margin-bottom:0}.list-style03 li:before{content:'\e64c';font-family:'themify';font-size:18px;position:absolute;top:0;left:0;font-weight:700;line-height:35px;color:#F7941D}.image-hover{position:relative;overflow:hidden}.image-hover:after{content:"";position:absolute;width:200%;height:0%;left:50%;top:50%;background-color:rgba(255,255,255,0.3);transform:translate(-50%, -50%) rotate(-45deg);z-index:1}.image-hover:hover:after,.image-hover:active:after,.image-hover:focus:after{height:250%;transition:all 600ms linear;background-color:transparent}.scroll-top-percentage{height:60px;width:60px;border-radius:50%;position:fixed;bottom:40px;color:#fff;right:50px;-webkit-transform:scale(0);transform:scale(0);display:-ms-grid;display:grid;place-items:center;cursor:pointer;visibility:hidden;opacity:0;-webkit-transition:all 0.3s;transition:all 0.3s;z-index:100}.scroll-top-percentage.active{-webkit-transform:scale(1);transform:scale(1);opacity:1;visibility:visible;-webkit-animation:500ms ease-in-out 0s normal none 1 running scrollToTop;animation:500ms ease-in-out 0s normal none 1 running scrollToTop;-webkit-transition:0.3s;transition:0.3s}@media screen and (max-width: 1199px){.scroll-top-percentage{right:30px;bottom:20px}}#scroll-value{height:calc(100% - 6px);width:calc(100% - 6px);border-radius:50%;display:-ms-grid;display:grid;place-items:center;font-size:16px;font-weight:600}#scroll-value i{font-size:20px}@-webkit-keyframes scrollToTop{0%{-webkit-transform:translate3d(0, 80%, 0);transform:translate3d(0, 80%, 0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes scrollToTop{0%{-webkit-transform:translate3d(0, 80%, 0);transform:translate3d(0, 80%, 0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.butn-style01{cursor:pointer;display:inline-block;position:relative;font-size:14px !important;font-weight:700;line-height:1.4;color:#ffffff !important;background:#F7941D;padding:15px 34px !important;border-radius:3px;z-index:1;text-transform: none;transition:all 0.4s ease-in-out 0s}.butn-style01:hover,.butn-style01:active,.butn-style01:focus{background:#042158}.butn-style01.secondary{background:#042158}.butn-style01.secondary:hover,.butn-style01.secondary:active,.butn-style01.secondary:focus{background:#F7941D}.butn-style01.white-hover:hover,.butn-style01.white-hover:active,.butn-style01.white-hover:focus{color:#F7941D !important;background:#fff;transition:all 0.4s ease-in-out 0s}.butn-style01.primary-hover:hover,.butn-style01.primary-hover:active,.butn-style01.primary-hover:focus{color:#fff !important;background:#F7941D;transition:all 0.4s ease-in-out 0s}.butn-style01.white-border:before{border-color:#fff}.butn-style01.md{padding:12px 30px !important}.butn-style01.sm{padding:10px 26px !important;font-size:14px !important}@media screen and (min-width: 992px){.header-style1.scrollHeader .attr-nav>ul>li>a.butn-style01{color:#fff !important;border:1px solid transparent}.header-style1.scrollHeader .attr-nav>ul>li>a.butn-style01:hover,.header-style1.scrollHeader .attr-nav>ul>li>a.butn-style01:active,.header-style1.scrollHeader .attr-nav>ul>li>a.butn-style01:focus{color:#F7941D !important;border:1px solid #F7941D}.header-style3.scrollHeader .attr-nav>ul>li>a.butn-style01{color:#fff !important;border:1px solid transparent}.header-style3.scrollHeader .attr-nav>ul>li>a.butn-style01:hover,.header-style3.scrollHeader .attr-nav>ul>li>a.butn-style01:active,.header-style3.scrollHeader .attr-nav>ul>li>a.butn-style01:focus{color:#F7941D !important;border:1px solid #F7941D}}.butn-style02{background-color:#F7941D;color:#fff !important;font-size:14px !important;padding:12px 30px !important;border-radius:3px;display:inline-block;border:2px solid transparent;text-transform: none;letter-spacing:.5px;font-weight:600;width:auto;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-shadow:0 5px 20px rgba(0,0,0,0.1);box-shadow:0 5px 20px rgba(0,0,0,0.1)}.butn-style02:hover{color:#fff !important;-webkit-box-shadow:0 8px 30px 0 rgba(0,0,0,0.15);box-shadow:0 8px 30px 0 rgba(0,0,0,0.15);-webkit-transform:translate3d(0, -2px, 0);transform:translate3d(0, -2px, 0)}.butn-style02.white{background-color:#fff;color:#1e3238 !important}.butn-style02.secondary{background-color:#042158;color:#fff !important}.butn-style02.md{padding:10px 26px !important}.butn-style02.sm{padding:8px 24px !important}.butn-style03{font-size:15px !important;font-weight:700;padding:12px 34px !important;-webkit-transition:all 200ms linear 0ms;-khtml-transition:all 200ms linear 0ms;-moz-transition:all 200ms linear 0ms;-ms-transition:all 200ms linear 0ms;-o-transition:all 200ms linear 0ms;transition:all 200ms linear 0ms;border-radius:4px;position:relative;overflow:hidden !important;display:inline-block;text-align:center;border:2px solid #F7941D;color:#fff !important;z-index:1;background-color:#F7941D;vertical-align:middle;text-transform: none}.butn-style03:after{content:'';position:absolute;top:0;left:-200%;width:200%;height:100%;-webkit-transform:skewX(-20deg);-khtml-transform:skewX(-20deg);-moz-transform:skewX(-20deg);-ms-transform:skewX(-20deg);-o-transform:skewX(-20deg);transform:skewX(-20deg);background-image:linear-gradient(to right, transparent, rgba(255,255,255,0.4), transparent);z-index:-1}.butn-style03:hover,.butn-style03:focus,.butn-style03:active{background-color:#F7941D;color:#fff !important}.butn-style03:hover:after,.butn-style03:focus:after,.butn-style03:active:after{-webkit-animation:btn_shine 1.2s ease;animation:btn_shine 1.2s ease;-webkit-animation-delay:.1s;animation-delay:.1s}.butn-style03.secondary{border:2px solid #042158;background-color:#042158}.butn-style03.white{border:2px solid #fff;background-color:#fff;color:#F7941D !important;background-image:linear-gradient(to right, transparent, rgba(255,255,255,0.4), transparent)}.butn-style03.md{padding:8px 26px !important;font-size:14px !important}.butn-style03.sm{padding:6px 20px !important;font-size:13px !important}@-webkit-keyframes btn_shine{100%{left:200%}}@keyframes btn_shine{100%{left:200%}}@media screen and (max-width: 1399px){.butn-style03{padding:10px 30px !important;font-size:16px !important}}@media screen and (max-width: 767px){.butn-style03{padding:8px 25px !important;font-size:14px !important}}.button-text{padding:0;position:relative;text-decoration:none;border:0;background-color:transparent;display:inline-block;font-size:15px;text-transform: none;width:auto;font-weight:500}.button-text a{border-bottom:2px solid}.button-text:hover{border-color:#25cdc7}.link-btn{display:inline-block;position:relative;z-index:1;margin-left:0;margin-bottom:0;font-size:16px;font-weight:600;vertical-align:middle;transition:0.3s ease-in-out}.link-btn.white{color:#ffffff}.link-btn:before{content:'';position:absolute;bottom:-2px;left:50%;height:2px;border-radius:5px;transform:translateX(-50%);transition:width 0.35s ease-in-out;width:100%;background:#dfdfdf}.link-btn:after{content:'';position:absolute;bottom:-2px;left:50%;width:0;height:2px;border-radius:5px;transform:translateX(-50%);transition:width 0.35s ease-in-out}.link-btn:hover:after{width:100%;background:#F7941D}.top-bar-info{display:inline-block;vertical-align:middle}.top-bar-info ul{margin-bottom:0}.top-bar-info li{font-weight:500;color:#fff;list-style-type:none;font-size:14px;padding:0 5px 0;display:inline-block;margin-bottom:0}.top-bar{display:block;position:relative;z-index:999;padding:7px 0}.top-bar-info li i{font-size:16px;color:#fff;margin-right:8px;margin-top:0;display:inline-block;vertical-align:text-bottom}.top-social-icon{padding:0;float:right;margin:0}.top-social-icon li{font-size:14px;list-style-type:none;float:left;text-align:center;margin:0;padding:0 7px}.top-social-icon li:last-child{padding-right:0}.top-social-icon li:last-child a{padding-right:0}.top-social-icon li a{color:#fff;line-height:28px;-webkit-transition-duration:.3s;transition-duration:.3s;padding:0 3px}.top-social-icon li a:hover{color:rgba(255,255,255,0.65)}.navbar-nav li.current>a,.navbar-nav li.active>a{color:#F7941D !important}.attr-nav>ul>li>a.butn{color:#fff}.navbar>ul>li.current>a:after{border-color:transparent #F7941D #F7941D transparent !important}.menu_area-light .navbar-nav li.current>a,.menu_area-light .navbar-nav li.active>a{color:#F7941D}.menu_area-light .navbar>ul>li.current>a:after{border-color:transparent #F7941D #F7941D transparent}.menu_area-light.scrollHeader .navbar-nav li.current>a{color:#F7941D}.menu_area-light.scrollHeader .navbar-nav li.current>a:hover{color:#F7941D}.menu_area-light.scrollHeader .navbar-nav li.active>a{color:#F7941D}.menu_area-light.scrollHeader .navbar>ul>li.current>a:after{border-color:transparent #F7941D #F7941D transparent}@media screen and (min-width: 992px){.menu_area-light .navbar ul ul li.active>a,.menu_area-light .navbar-nav li.has-sub a:hover{color:#F7941D}.menu_area-light .navbar>ul>li.has-sub>a:hover:after{border-color:#F7941D}.menu_area-light.scrollHeader .navbar-nav>li.has-sub>a:hover{color:#F7941D}.header-style2.scrollHeader .navbar-nav>li.has-sub>a:hover{color:#F7941D}.header-style2.scrollHeader .navbar-nav>li.has-sub>a:hover:after{border-color:transparent #F7941D #F7941D transparent}.header-style2 .navbar>ul>li.has-sub.current>a:hover:after{border-color:transparent #F7941D #F7941D transparent}.header-style2.scrollHeader .navbar-nav li.current>a{color:#F7941D}.header-style2.scrollHeader .navbar-nav li.current>a:hover{color:#F7941D}.header-style2.scrollHeader .navbar>ul>li.current>a:after{border-color:transparent #F7941D #F7941D transparent}.header-style2 .navbar ul ul li.active>a{color:#F7941D}.header-style2 .navbar-nav li.has-sub a:hover,.header-style2 .navbar-nav li.has-sub a:active,.header-style2 .navbar-nav li.has-sub a:focus{color:#F7941D}.header-style2 .navbar-nav li.current>a,.header-style2 .navbar-nav li.active>a{color:#F7941D}.header-style2 .navbar>ul>li.has-sub>a:hover:after,.header-style2 .navbar>ul>li.has-sub>a:active:after,.header-style2 .navbar>ul>li.has-sub>a:focus:after{border-color:transparent #F7941D #F7941D transparent}}@media screen and (max-width: 991px){.header-style1 .navbar-toggler{background:#F7941D}.header-style1 .navbar-toggler:after{border-top:2px solid #fff;border-bottom:2px solid #fff}.header-style1 .navbar-toggler:before{background:#fff}.header-style1 .navbar-toggler.menu-opened:after,.header-style1 .navbar-toggler.menu-opened:before{background:#fff}}.header-style2 .navbar-nav li.current>a{color:#F7941D}.header-style2 .navbar>ul>li.current>a:after{border-color:transparent #F7941D #F7941D transparent}.header-style2.scrollHeader .navbar-nav li.current>a{color:#F7941D}.header-style2.scrollHeader .navbar-nav li.current>a:hover{color:#F7941D}.header-style2.scrollHeader .navbar>ul>li.current>a:after{border-color:transparent #F7941D #F7941D transparent}@media screen and (min-width: 992px){.header-style2 .navbar ul ul li.active>a{color:#F7941D}.header-style2 .butn.secondary:before{background:#ffffff}.header-style2 .butn.secondary:hover,.header-style2 .butn.secondary:focus,.header-style2 .butn.secondary:active{color:#121c22 !important}.header-style2.scrollHeader .butn.secondary:before{background:#F7941D}.header-style2.scrollHeader .butn.secondary:hover,.header-style2.scrollHeader .butn.secondary:focus,.header-style2.scrollHeader .butn.secondary:active{color:#fff !important}}.header-style3 .navbar-nav li.current>a,.header-style3 .navbar-nav li.active>a{color:#F7941D}@media screen and (min-width: 992px){.header-style3 .navbar-nav li.active>a{color:#F7941D}.header-style3 .navbar-nav>li>a:hover,.header-style3 .navbar-nav>li>a:active,.header-style3 .navbar-nav>li>a:focus{color:#F7941D}.header-style3 .navbar ul ul li.active>a{color:#F7941D}.header-style3 .navbar-nav li.has-sub a:hover,.header-style3 .navbar-nav li.current>a{color:#F7941D}.header-style3 .navbar-nav>li.has-sub>a:hover{color:#F7941D}.header-style3 .navbar>ul>li.has-sub>a:hover:after,.header-style3 .navbar>ul>li.current>a:after{border-color:transparent #F7941D #F7941D transparent}.header-style3.scrollHeader .navbar-nav>li.has-sub>a:hover{color:#F7941D}.header-style3.scrollHeader .navbar>ul>li.has-sub>a:hover:after{border-color:transparent #F7941D #F7941D transparent}.header-style3.scrollHeader .navbar-nav>li.active>a{color:#F7941D}.header-style3.scrollHeader .navbar-nav li.current>a{color:#F7941D}.header-style3.scrollHeader .navbar-nav li.current>a:hover{color:#F7941D}.header-style3.scrollHeader .navbar>ul>li.current>a:after{border-color:transparent #F7941D #F7941D transparent}}@media screen and (max-width: 991px){.header-style3 .navbar-toggler{background:#F7941D}.header-style3 .navbar-toggler:after{border-top:2px solid #fff;border-bottom:2px solid #fff}.header-style3 .navbar-toggler:before{background:#fff}.header-style3 .navbar-toggler.menu-opened:after,.header-style3 .navbar-toggler.menu-opened:before{background:#fff}}.slider-fade1 .bg-img{position:absolute !important;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all 8000ms linear;-moz-transition:all 8000ms linear;-ms-transition:all 8000ms linear;-o-transition:all 8000ms linear;transition:all 8000ms linear}.slider-fade1 .owl-item.active .bg-img{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25)}.slider-fade1 .item{height:100vh}.slider-fade1 span{animation-delay:0.8s}.slider-fade1 h1{animation-delay:1s}.slider-fade1 a{animation-delay:1.2s}.slider-fade1.owl-carousel .owl-nav button{width:55px;height:55px;line-height:60px;background:rgba(255,255,255,0.1);color:#20282d;text-align:center;-webkit-transition:all 0.3s 0s ease-out;-moz-transition:all 0.3s 0s ease-out;-ms-transition:all 0.3s 0s ease-out;-o-transition:all 0.3s 0s ease-out;transition:all 0.3s 0s ease-out;margin:0;position:absolute;top:50%;transform:translateY(-50%);border-radius:4px}.slider-fade1.owl-carousel .owl-nav button.owl-prev{left:5%}.slider-fade1.owl-carousel .owl-nav button.owl-next{right:5%}.slider-fade1.owl-carousel .owl-nav button.owl-prev i,.slider-fade1.owl-carousel .owl-nav button.owl-next i{font-size:19px;color:#fff}.slider-fade1 .owl-item{position:relative}.slider-fade1 .owl-dots{position:absolute;bottom:0%;left:50%;margin:0 0 0 45px;transform:translateX(-50%);max-width:300px;width:100%;text-align:center}.slider-fade1.owl-carousel .owl-dots{counter-reset:dots;font-size:1.7rem;color:#F7941D}.slider-fade1.owl-carousel .owl-dots .owl-dot{position:relative;display:inline-block}.slider-fade1.owl-carousel .owl-dots .owl-dot.active{color:#F7941D}.slider-fade1.owl-carousel .owl-dots .owl-dot:before{counter-increment:dots;content:counter(dots,decimal-leading-zero);position:absolute;margin:7px;transition:all 0.2s ease;font-weight:400;font-size:16px;line-height:19px;color:rgba(255,255,255,0.4);left:-38px}.slider-fade1.owl-carousel .owl-dots .owl-dot.active:before{color:#F7941D}.slider-fade1.owl-carousel .owl-dots .owl-dot span{background:transparent;height:60px;width:50px;border-radius:0;position:relative;margin:0;display:block;-webkit-backface-visibility:visible;-webkit-transition:all 0.3s 0s ease-out;-moz-transition:all 0.3s 0s ease-out;-ms-transition:all 0.3s 0s ease-out;-o-transition:all 0.3s 0s ease-out;transition:all 0.3s 0s ease-out}.slider-fade1.owl-carousel .owl-dots .owl-dot span:before{content:"";position:absolute;top:16px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);right:22px;left:auto;align-items:flex-end;justify-content:center;flex-direction:column;width:1px;left:auto;z-index:99;background:#F7941D;height:0;-webkit-transition:all 0.3s 0s ease-out;-moz-transition:all 0.3s 0s ease-out;-ms-transition:all 0.3s 0s ease-out;-o-transition:all 0.3s 0s ease-out;transition:all 0.3s 0s ease-out}.slider-fade1.owl-carousel .owl-dots .owl-dot.active span{width:97px;background:transparent}.slider-fade1.owl-carousel .owl-dots .owl-dot.active span:before{width:60px;margin:0 16px 0 23px;height:1px}.slider-fade1.owl-carousel .owl-nav [class*='owl-']:hover{background:#F7941D}.slider-fade1.owl-carousel .owl-dots .owl-dot.active span,.slider-fade1.owl-carousel .owl-dots .owl-dot:hover span,.slider-fade1.owl-carousel .owl-dots .owl-dot:focus span{background:transparent}.banner-style01 h1{margin-bottom:25px}.banner-style01 p{font-size:20px;margin-bottom:30px}.banner-style01 .banner-button{-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;-ms-flex-pack:center;justify-content:flex-start;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;z-index:1}.banner-style01 .banner-button .button-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;overflow:hidden;-webkit-transition:.3s;transition:.3s;margin-right:15px;width:65px;height:65px;background-color:#F7941D;border-radius:50%}.banner-style01 .banner-button .button-arrow i{font-size:18px;color:#fff;position:relative;z-index:1;-webkit-transition:0.4s cubic-bezier(0.12, 0, 0.39, 0);transition:0.4s cubic-bezier(0.12, 0, 0.39, 0);font-weight:700}.banner-style01 .banner-button .button-text a{font-size:19px}.banner-style01 .left-text{position:absolute;transform:rotate(-90deg) translate(-50%, 50%);transform-origin:0 50%;transition:1s cubic-bezier(0.7, 0, 0.3, 1) !important;top:50%;left:50px;z-index:9}.banner-style01 .left-text span{font-size:16px;color:#fff}.banner-style01 .left-text span i{font-size:18px;margin-right:10px;display:inline-block}@media screen and (max-width: 1599px){.banner-style01 .left-text{left:10px}}@media screen and (max-width: 1199px){.banner-style01 .left-text{left:0}}@media screen and (max-width: 767px){.banner-style01 .banner-button .button-arrow{width:50px;height:50px}.banner-style01 .banner-button .button-arrow i{font-size:14px}.banner-style01 .banner-button .button-text a{font-size:16px}}.section-title01 .sm-title{position:relative;font-weight:700;text-transform: none;font-size:15px;display:inline-block;padding-left:15px;letter-spacing:2px;margin-bottom:0.5rem}.section-title01 .sm-title:after{position:absolute;content:'';height:8px;width:8px;border-radius:50px;background-color:#F7941D;right:0px;left:0;top:9px}.section-title02 span{font-size:16px;color:#F7941D;text-transform: none;font-weight:600;display:inline-block;position:relative;padding-left:40px}.section-title02 span:before{content:"";position:absolute;width:30px;height:2px;background-color:#F7941D;top:50%;left:0;display:inline-block;transform:translateY(-50%)}.section-title02.secondary span{color:#042158}.section-title02.secondary span:before{background-color:#042158}.page-title-section{padding:280px 0 100px;text-align:center}.page-title-section h1{font-size:72px;line-height:1;text-shadow:0 0 3px rgba(0,0,0,0.2);color:#ffffff;margin-bottom:10px;position:relative;z-index:9;text-transform: none}.page-title-section ul{margin:0;padding:0;list-style:none;display:inline-block;line-height:1.2}.page-title-section ul li{display:inline-block}.page-title-section ul li:last-child{color:#ffffff;opacity:0.80;font-size:16px;font-weight:700;text-transform:capitalize;letter-spacing:1px}.page-title-section ul li:last-child a{color:#ffffff;opacity:0.80;font-size:16px;font-weight:700;text-transform:capitalize;letter-spacing:1px}.page-title-section ul li:after{content:"";font-weight:700;vertical-align:middle;background-color:#F7941D;width:10px;padding:0 5px 0 10px;height:2px;display:inline-block;margin:0 15px}.page-title-section ul li:last-child:after{content:none}.page-title-section ul li a{color:#ffffff;font-size:16px;font-weight:700;text-transform:capitalize;letter-spacing:1px}.page-title-section .active a,.page-title-section li.active:last-child a{color:#fff}@media screen and (max-width: 1199px){.page-title-section{padding:240px 0 90px 0}.page-title-section h1{font-size:52px;margin-bottom:10px}}@media screen and (max-width: 991px){.page-title-section{padding:230px 0 80px 0}.page-title-section h1{font-size:48px}}@media screen and (max-width: 575px){.page-title-section{padding:210px 0 70px 0}.page-title-section h1{font-size:36px}}.card-style01{border:none;border-radius:0.375rem;height:100%;box-shadow:0px 3px 10px 0px rgba(41,45,194,0.08)}.card-style01 .blog-img img{will-change:transform;-webkit-transition:-webkit-transform .3s ease;-ms-transition:-ms-transform .3s ease;transition:transform .3s ease;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease;-webkit-transform:scale(1.01, 1.01);-ms-transform:scale(1.01, 1.01);transform:scale(1.01, 1.01)}.card-style01:hover .blog-img img,.card-style01:active .blog-img img,.card-style01:focus .blog-img img{-webkit-transform:scale(1.07, 1.07);-ms-transform:scale(1.07, 1.07);transform:scale(1.07, 1.07)}.card-style01 .post-date{position:absolute;right:30px;top:-42px;background:#F7941D;color:#fff;line-height:normal;text-align:center;text-transform: none;font-weight:bold;padding:14px 15px;min-width:78px;border-radius:0.375rem}.card-style01 .post-date .month{font-size:12px;text-transform: none}.card-style01 .text-uppercase.display-31 a{margin-right:15px;margin-top:5px;display:inline-block;vertical-align:top}.card-style01 .blog-tag:before{content:"";margin:0 0.75em;width:3px;height:3px;background-color:#8E919D;top:50%;transform:translateY(-50%);left:-30%;display:inline-block;position:absolute;border-radius:50%}.card-style01>.card-body:nth-child(1) .post-date{display:none}.card-style02 .card-body .team-icons{position:absolute;right:0;bottom:10px;content:"";transition:all .4s ease-in-out;z-index:2;display:inline-block;overflow:hidden;cursor:pointer}.card-style02 .card-body .team-icons ul{transform:translateY(100px);transition:all .6s ease-in-out;opacity:0;visibility:hidden}.card-style02 .card-body .team-icons ul li a{width:35px;height:35px;line-height:35px;display:block;background:#042158;color:#fff;transition:all .4s ease-in-out;text-align:center;border-radius:50%;margin:0 auto 10px;font-size:14px}.card-style02 .card-body .team-icons span{z-index:2;cursor:pointer;width:40px;height:40px;line-height:40px;text-align:center;display:inline-block;background:transparent;color:#042158;transition:all .3s ease-in-out;border-radius:50%;border:1px solid #e6e6e6}.card-style02 .card-body .team-icons:hover ul{transform:translateY(0);opacity:1;visibility:visible}.card-style02 .card-body .team-icons ul li a:hover{background-color:#F7941D}.card-style03{height:100%;background:transparent}.card-style03 .card-body{position:relative;box-shadow:0px 3px 10px 0px rgba(41,45,194,0.08);padding:55px 30px 30px 30px;background:#ffffff;z-index:9}.card-style03 .card-body .icon-box{position:absolute;top:-40px;left:25px;width:75px;height:75px;padding:15px;text-align:center;border-radius:50%;background:#F7941D;transition:.3s}.card-style03:hover .card-body .icon-box{background:#042158}@media screen and (max-width: 991px){.card-style03 .card-body{padding:55px 25px 30px 25px}}@media screen and (max-width: 575px){.card-style03 .card-body{padding:50px 20px 30px 20px}.card-style03 .card-body .icon-box{width:70px;height:70px}}.card-style04{-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.card-style04:hover{webkit-transform:translateY(-4px);transform:translateY(-4px);-webkit-box-shadow:0px 10px 30px rgba(29,58,83,0.15);box-shadow:0px 10px 30px rgba(29,58,83,0.15)}.card-style05 .card-body{padding:0;position:absolute;left:0;top:0;height:100%;width:100%}.card-style05 .card-body:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;background-color:rgba(14,47,62,0.9);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scaleY(0);-moz-transform:scaleY(0);transform:scaleY(0);-webkit-transition:transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84),opacity 0s 0.5s;transition:transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84),opacity 0s 0.5s}.card-style05:hover .card-body:after{opacity:1;border-radius:0.375rem;-webkit-transform:scaleY(1);-moz-transform:scaleY(1);transform:scaleY(1);-webkit-transition:transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84),opacity 0s;transition:transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84),opacity 0s}.card-style05 .card-body .portfolio-icon{overflow:hidden;position:absolute;right:0px;top:0;border-radius:0 0.375rem;z-index:1}.card-style05 .card-body .portfolio-icon .top-icon{position:relative;opacity:0;-webkit-transform:translate3d(0, -100%, 0);-moz-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);-webkit-transition:-webkit-transform 0.4s, opacity 0.2s;transition:transform 0.4s, opacity 0.2s;will-change:transform, opacity}.card-style05:hover .card-body .portfolio-icon .top-icon{opacity:1;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transition:-webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s,opacity 0.2s 0.2s;transition:transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s,opacity 0.2s 0.2s}.card-style05 .card-body .portfolio-icon .top-icon a{border:2px solid transparent;display:inline-block;position:relative;transition:all 0.2s ease;color:#fff;font-size:24px;height:73px;line-height:70px;text-align:center;width:75px;background-color:#F7941D}.card-style05 .card-body .portfolio-content{position:absolute;bottom:33px;z-index:9;left:25px;right:25px}.card-style05 .card-body .portfolio-content span{position:relative;opacity:0;-webkit-transform:translate3d(0, -100%, 0);-moz-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);-webkit-transition:-webkit-transform 0.4s, opacity 0.2s;transition:transform 0.4s, opacity 0.2s;will-change:transform, opacity;padding-bottom:10px;display:block}.card-style05:hover .card-body .portfolio-content span{opacity:1;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transition:-webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s,opacity 0.2s 0.1s;transition:transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s,opacity 0.2s 0.1s}.card-style05 .card-body .portfolio-content .h4{position:relative;opacity:0;-webkit-transform:translate3d(0, -100%, 0);-moz-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);-webkit-transition:-webkit-transform 0.4s, opacity 0.2s;transition:transform 0.4s, opacity 0.2s;will-change:transform, opacity}.card-style05:hover .card-body .portfolio-content .h4{opacity:1;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transition:-webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s,opacity 0.2s 0.1s;transition:transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s,opacity 0.2s 0.1s}.card-style05 .card-body.round:after{border-radius:0.3rem}@media screen and (max-width: 1199px){.card-style05 .card-body .portfolio-content{bottom:15px;left:25px}.card-style05 .card-body .portfolio-icon .top-icon a{width:60px;height:60px;line-height:60px;font-size:17px}}@media screen and (max-width: 575px){.card-style05 .card-body .portfolio-icon .top-icon a{width:50px;height:50px;line-height:50px;font-size:14px}}.card-style06{box-shadow:0px 3px 10px 0px rgba(41,45,194,0.08)}.card-style06 .card-img-text{position:absolute;top:25px;left:25px;width:100%;z-index:9}.card-style06 .card-img-text a{padding:5px 15px;transition:all .3s;box-shadow:0 0 0 rgba(0,0,0,0.25);background-color:#fff;border-radius:20px;font-size:14px;font-weight:700;margin:2px;display:inline-block;text-transform: none}.card-style06 .card-body .blog-tag:after{content:"";display:inline-block;width:4px;height:4px;flex-shrink:0;margin-inline-start:1.3636363636em;border-radius:50em;background-color:currentColor;vertical-align:middle;opacity:.35}.pagination{border-radius:0}.pagination ul{display:inline-block;*display:inline;*zoom:1;margin:0 auto;padding:0}.pagination li{display:inline}.pagination a{float:left;padding:0 16px;line-height:40px;text-decoration:none;border:1px solid #dbdbdb;border-left-width:0;background:#fff}.pagination a:hover{background-color:#042158;color:#fff}.pagination .active a{background-color:#f7f7f7;color:#999;cursor:default}.pagination .disabled span{color:#999;background-color:transparent;cursor:default}.pagination .disabled a{color:#999;background-color:transparent;cursor:default}.pagination .disabled a:hover{color:#999;background-color:transparent;cursor:default}.pagination li:first-child a{border-left-width:1px}.page-item:not(:first-child) .page-link{margin-left:0}.pagination-style01{margin-top:4%;width:100%;display:flex;justify-content:center}.pagination-style01 ul{font-weight:500;font-size:13px;margin-bottom:0;padding-left:0}.pagination-style01 ul li{list-style:none}.pagination-style01 ul li a{border:0;padding:0 2px;margin:0 7px;background:0 0;color:#828282;min-width:45px;font-size:inherit;text-align:center;-webkit-border-radius:100%;border-radius:100%;line-height:45px;min-height:45px;display:block;transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out}.pagination-style01 ul li a i{line-height:40px;font-size:18px;display:inline-block}.pagination-style01 ul li.active a{background:#042158;color:#fff;box-shadow:0 0 10px rgba(23,23,23,0.15) !important}.pagination-style01 ul li a:hover{background:#fff;color:#042158;box-shadow:0 0 10px rgba(23,23,23,0.15) !important}@media screen and (max-width: 575px){.pagination-style01 ul{margin-top:10px}.pagination-style01 ul li a{min-width:40px;min-height:40px;line-height:40px;margin:0 4px}}.owl-carousel .owl-item img{width:auto;display:inline-block}.owl-carousel .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-carousel .owl-dots{margin-top:20px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-carousel .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-carousel .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity 200ms ease;border-radius:30px}.owl-carousel .owl-dots .owl-dot.active span,.owl-carousel .owl-dots .owl-dot:hover span{background:#F7941D}.services-carousel-one.owl-carousel .owl-nav{position:absolute;top:-23%;right:23%;margin-top:30px}.services-carousel-one.owl-carousel .owl-nav button.owl-prev,.services-carousel-one.owl-carousel .owl-nav button.owl-next{width:57px;height:57px;background-color:rgba(255,255,255,0.2);border-radius:3px;line-height:58px;color:#fff;margin:5px}.services-carousel-one.owl-carousel .owl-nav [class*='owl-'] i{transition:.4s}.services-carousel-one.owl-carousel .owl-nav [class*='owl-']:hover{background:#F7941D;transition:.4s}.services-carousel-one.owl-carousel .owl-nav [class*='owl-']:hover i{color:#fff}@media screen and (max-width: 1599px){.services-carousel-one.owl-carousel .owl-nav button.owl-prev{left:0}.services-carousel-one.owl-carousel .owl-nav button.owl-next{right:0}}@media screen and (max-width: 1199px){.services-carousel-one.owl-carousel .owl-nav button.owl-prev,.services-carousel-one.owl-carousel .owl-nav button.owl-next{width:47px;height:47px;line-height:48px}}.testimonial-carousel-one .owl-dots{position:absolute}.testimonial-carousel-one .owl-dots .owl-dot span{background:#F7941D}.testimonial-carousel-one .owl-dots .owl-dot.active span,.testimonial-carousel-one .owl-dots .owl-dot:hover span{background:#042158 !important}.testimonial-carousel-one.owl-carousel .owl-nav{text-align:end}.testimonial-carousel-one.owl-carousel .owl-nav button.owl-prev{margin-right:10px}.testimonial-carousel-one.owl-carousel .owl-nav button.owl-prev i{color:#fff;font-size:20px;height:50px;width:50px;text-align:center;line-height:50px;background:#F7941D;display:block;border-radius:3px;transition:all .3s}.testimonial-carousel-one.owl-carousel .owl-nav button.owl-next i{color:#fff;font-size:20px;height:50px;width:50px;text-align:center;line-height:50px;background:#F7941D;display:block;border-radius:3px;transition:all .3s}.testimonial-carousel-one.owl-carousel .owl-nav button.owl-prev:hover i,.testimonial-carousel-one.owl-carousel .owl-nav button.owl-next:hover i{background:#042158 !important}.testimonial-carousel-one.owl-carousel .owl-nav [class*='owl-']:hover{background:none}@media screen and (max-width: 991px){.testimonial-carousel-one .owl-dots{margin-bottom:0 !important;position:absolute;bottom:-17px}}.testimonial-carousel-two .owl-nav{margin-top:32px;text-align:left}.testimonial-carousel-two .owl-nav i,.testimonial-carousel-two .owl-nav span{color:#fff}.testimonial-carousel-two .owl-nav [class*='owl-']{width:40px;height:40px;color:#232323}.testimonial-carousel-two .owl-nav .owl-prev{margin-right:30px;position:relative}.testimonial-carousel-two .owl-nav .owl-prev:before{content:'';display:inline-block;width:6px;height:6px;background-color:#F7941D;position:absolute;right:-20px;top:15px;border-radius:50%}.testimonial-carousel-two .owl-nav [class*='owl-']:hover{background:unset;color:#F7941D}.testimonial-carousel-two.owl-carousel .owl-dots{position:absolute;bottom:5px;right:0}.testimonials-quote:before{content:"";display:block;position:absolute;z-index:1;bottom:-1px;right:-1px;width:30px;height:30px;line-height:32px;overflow:hidden;font-size:7px;font-weight:400;text-align:center;text-indent:1px;-webkit-border-radius:50%;-ms-border-radius:50%;border-radius:50%;background-color:#fff}.testimonials-quote img{max-width:20px;position:absolute;bottom:5px;right:3px;z-index:9}.testimonial-style01 .video_btn{width:60px;height:60px;line-height:60px;position:relative;height:80px;width:80px;background:#F7941D;text-align:center;display:inline-block;line-height:80px;color:#fff;border-radius:50%;transition-duration:0s;-ms-transition-duration:0s;-moz-transition-duration:0s;-webkit-transition-duration:0s;-o-transition-duration:0s}.testimonial-style01 .video_btn:before{width:75px;height:75px}.testimonial-style01 .video_btn:after{width:60px;height:60px}.testimonial-style01 .video_btn:hover i,.testimonial-style01 .video_btn:focus i{color:#fff}.testimonial-style01 .video_btn:after{content:"";position:absolute;left:50%;top:50%;height:80px;width:80px;border:2px solid #F7941D;border-radius:50%;transform:translate(-50%, -50%);-moz-transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);opacity:.3;animation:pulse-border 1500ms ease-out infinite}.testimonial-style01 .video_btn:before{content:"";position:absolute;left:50%;top:50%;height:95px;width:95px;border:2px solid #F7941D;border-radius:50%;transform:translate(-50%, -50%);-moz-transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);opacity:.3;animation:pulse-border 1500ms ease-out infinite}.testimonial-style01 .video_btn.small{width:55px;height:55px;line-height:55px}.testimonial-style01 .video_btn.small:after{height:50px;width:50px}.testimonial-style01 .video_btn.small:before{height:65px;width:65px}@keyframes pulse-border{0%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}100%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0}}@media screen and (max-width: 1199px){.testimonial-style01 .video_btn{height:75px;width:75px;line-height:75px}.testimonial-style01 .video_btn:after{height:75px;width:75px}.testimonial-style01 .video_btn:before{height:90px;width:90px}}@media screen and (max-width: 991px){.testimonial-style01 .video_btn{height:70px;width:70px;line-height:70px}.testimonial-style01 .video_btn:after{height:70px;width:70px}.testimonial-style01 .video_btn:before{height:85px;width:85px}@keyframes pulse-border{0%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1)}100%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.2)}}}@media screen and (max-width: 767px){.testimonial-style01 .video_btn{height:60px;width:60px;line-height:60px}.testimonial-style01 .video_btn:after{height:60px;width:60px}.testimonial-style01 .video_btn:before{height:75px;width:75px}}.accordion-style .card{background:transparent;box-shadow:none;margin-top:0 !important;border:none;border-radius:0}.accordion-style .card-header{border:0px;padding:0;border-bottom:1px solid rgba(255,255,255,0.15);background:none}.accordion-style .btn-link{background:#fff;color:#F7941D;line-height:20px;position:relative;border:none;display:block;width:100%;text-align:left;white-space:normal;border-radius:4px;padding:20px 35px 20px 20px;font-weight:800;text-decoration:none;letter-spacing:0}.accordion-style .btn-link.collapsed{color:#042158}.accordion-style .btn-link:hover{text-decoration:none}.accordion-style .btn-link.collapsed:after{background:none;content:"+";right:15px;left:inherit;font-size:20px;height:auto;transform:none;width:auto;top:17px;color:#042158}.accordion-style .btn-link:after{background:none;content:"-";right:16px;left:inherit;font-size:20px;height:auto;transform:none;width:auto;top:17px;position:absolute;color:#F7941D}.accordion-style .card-body{padding:0px 40px 30px 20px}.accordion-style .card{box-shadow:0px 3px 10px 0px rgba(41,45,194,0.08)}@media screen and (max-width: 991px){.accordion-style .btn-link:after,.accordion-style .btn-link.collapsed:after{top:20px}.accordion-style .card-body{padding:10px 25px 30px 25px}}.accordion .card{background:transparent;box-shadow:none;margin-bottom:20px;border:0;border-radius:0}.accordion .card:last-child{margin-bottom:0}.accordion .card-header{border:0;padding:0;background:none}.accordion .accordion-collapse{border:none}.accordion .accordion-button{border-bottom:none;color:#fff;font-size:18px;position:relative;display:block;width:100%;text-align:left;white-space:normal;box-shadow:none;font-weight:500;padding:16px 64px 16px 20px;text-decoration:none;background:#042158;border:1px solid transparent;border-top-right-radius:0.375rem;border-top-left-radius:0.375rem}.accordion .accordion-button:hover{text-decoration:none}.accordion .accordion-button.collapsed{background:#fff;color:#575a7b;border:1px solid #ededed;border-radius:0.375rem}.accordion .accordion-button.collapsed:after{background:#042158;border:none;content:"+";right:20px;left:inherit;font-size:18px;transform:none;width:25px;height:25px;line-height:20px;top:14px;border-radius:5px;text-align:center;color:#fff}.accordion .accordion-button:after{background:#fff;border:none;content:"-";right:20px;border-radius:5px;left:inherit;font-size:18px;border:1px solid #fff;transform:none;width:25px;height:25px;line-height:21px;top:14px;position:absolute;color:#F7941D;text-align:center}.accordion .card-body{color:#575a7b;font-size:16px;padding:20px 25px;line-height:28px;text-align:left;border-top:0;border-bottom:1px solid #ededed;border-left:1px solid #ededed;border-right:1px solid #ededed;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem}@media screen and (max-width: 991px){.accordion .accordion-button{padding:15px 50px 15px 15px;font-size:16px}.accordion .accordion-button.collapsed:after,.accordion .accordion-button:after{right:15px;font-size:16px;height:22px;line-height:18px;width:22px;top:13px}.accordion .card-body{padding:20px 15px}}@media screen and (max-width: 575px){.accordion .accordion-button{padding:15px 50px 15px 15px}}.service-sidebar .cetegory li a{background-color:rgba(255,255,255,0.1);color:#fff;padding:15px 20px 15px 30px;border-radius:0.375rem;position:relative;display:flex;justify-content:space-between;align-items:center}.service-sidebar .cetegory li:hover a,.service-sidebar .cetegory li.active a,.service-sidebar .cetegory li:focus a,.service-sidebar .cetegory li:active a{background-color:#F7941D;color:#fff}.service-sidebar .widget{margin-bottom:30px;padding:30px 25px;border-radius:0.375rem;position:relative;display:block}.service-sidebar .widget .widget-brochure{margin-bottom:0;padding:0;list-style:none}.service-sidebar .widget .widget-brochure li{position:relative;margin-bottom:12px;display:inline-block;width:100%;border:0;border-radius:0.375rem;background:rgba(255,255,255,0.1)}.service-sidebar .widget .widget-brochure li a{position:relative;display:block;padding:16px 15px 16px 75px;font-size:15px;font-weight:600;color:#fff}.service-sidebar .widget .widget-brochure li a i{position:absolute;left:0;top:0;width:60px;height:100%;line-height:3;text-align:center;font-size:20px;background:#F7941D;color:#ffffff;border-top-left-radius:0.375rem;border-bottom-left-radius:0.375rem}.service-sidebar .widget:last-child{margin-bottom:0}@media screen and (max-width: 767px){.service-sidebar .widget{padding:25px 20px}}.banner-wrapper img{margin-top:0;clip-path:polygon(0 0, 100% 0, 102% 87%, 0% 100%)}.banner-wrapper .icon-boxs{position:absolute;top:-60px;text-align:center;left:0;right:0;margin:auto;width:80px;height:80px;border-radius:50%}.banner-wrapper .icon-boxs i{line-height:80px}.blog-sidebar .input-group-append .btn-style01{padding:14px 30px !important;color:#212529 !important}.blog-sidebar .input-group-append .btn-style01:before{background-color:#fff}.blog-sidebar .widget{padding:30px 25px;border-radius:0.375rem;position:relative;display:block}.blog-sidebar .widget .widget-content{position:relative}.blog-sidebar .widget .category-list li{margin-bottom:0.5rem}.blog-sidebar .widget .category-list li:last-child{margin-bottom:0px}.blog-sidebar .widget .category-list li a{background:rgba(255,255,255,0.1);padding:14px 20px 14px 28px;padding:15px 20px 15px 30px;border-radius:0.375rem;position:relative;display:flex;justify-content:space-between;align-items:center;color:#fff}.blog-sidebar .widget .category-list li a span{z-index:9;position:relative}.blog-sidebar .widget .category-list li a:after{content:"\e65a";font-family:'themify';font-size:12px;font-weight:bold;margin-left:-10px}.blog-sidebar .widget .category-list li a:hover,.blog-sidebar .widget .category-list li a:active,.blog-sidebar .widget .category-list li a:focus{background:#F7941D;color:#fff}.blog-sidebar .widget .category-list li.active a:after,.blog-sidebar .widget .category-list li:hover a:after{margin-left:10px;opacity:1;transition:all 0.3s ease-in-out}.blog-sidebar .blog-tags a{background-color:#F7941D;padding:7px 12px;color:#fff;font-size:14px;line-height:20px;margin:0.6rem 5px 0 0;display:inline-block;vertical-align:top;border:1px solid #F7941D;border-radius:3px}.blog-sidebar .blog-tags a:hover,.blog-sidebar .blog-tags a:active,.blog-sidebar .blog-tags a:focus{background-color:#fff;color:#F7941D}.comment-reply-link{color:#191919;background:rgba(25,25,25,0.1);padding:5px 18px;font-weight:500;border-radius:4px;font-size:14px}.comment-reply-link:hover,.comment-reply-link:active,.comment-reply-link:focus{color:#fff;background:#191919}.tags a{border:1px solid #1e3e55;padding:7px 21px;font-size:14px;line-height:20px;margin:5px 10px 5px 0;display:inline-block}.tags a:hover,.tags a:active,.tags a:focus{border-color:#F7941D;background:#F7941D;color:#fff}.recent-post>div:first-child a{display:inline-block;width:80px;height:auto}.widget .widget-brochure{margin-bottom:0;padding:0;list-style:none}.widget .widget-brochure li{position:relative;margin-bottom:12px;display:inline-block;border:1px solid #ededed;width:100%;background:#fff}.widget .widget-brochure li a{position:relative;display:block;padding:16px 15px 16px 75px;font-size:13px;text-transform: none;font-weight:800}.widget .widget-brochure li a i{position:absolute;left:0;top:0;width:60px;height:100%;line-height:3;text-align:center;font-size:20px;background:#F7941D;color:#ffffff}.widget .widget-brochure li:last-child{margin-bottom:0}.sidebar .widget{margin-bottom:30px;box-shadow:0 0 14px rgba(82,85,90,0.1)}.sidebar .widget .blog-tags a{font-size:14px;background-color:rgba(255,255,255,0.5);color:#fff;display:-webkit-box;display:-ms-inline-flexbox;display:inline-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;-webkit-transition:500ms all ease;transition:500ms all ease;z-index:9;padding:5px 12px;margin:5px 10px 5px 0}.sidebar .widget .blog-tags a:hover{color:#f9275a}.sidebar .widget .blog-tags a:hover:before{bottom:0;right:0;width:100%;height:100%;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.sidebar .widget .blog-tags a:before{width:0%;content:"";height:0%;position:absolute;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;background:#fff;z-index:-1}.sidebar .widget .blog-tags.sm-tags a{font-size:14px;background-color:white;color:#1e3e55;display:-webkit-box;display:-ms-inline-flexbox;display:inline-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;-webkit-transition:500ms all ease;transition:500ms all ease;z-index:9;padding:5px 12px;margin:5px 10px 5px 0}.sidebar .widget .blog-tags.sm-tags a:hover{color:#f9275a}.sidebar .widget.categories ul li{display:flex;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,0.2);padding-bottom:20px;margin-bottom:20px}.sidebar .widget.categories ul li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:unset}.sidebar .widget.categories ul li a{color:#fff}.sidebar .widget.categories ul li:hover a{color:#f9275a}.sidebar .widget.categories ul li:hover span{color:#f9275a}.sidebar .widget.categories ul li:hover span:before{bottom:0;right:0;width:100%;height:100%;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.sidebar .widget.categories ul li span{width:27px;height:27px;font-size:14px;background-color:rgba(255,255,255,0.5);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;position:relative;-webkit-transition:500ms all ease;transition:500ms all ease;z-index:9}.sidebar .widget.categories ul li span:before{width:0%;content:"";height:0%;position:absolute;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;background:#fff;z-index:-1}.banner-wrapper img{margin-top:0;clip-path:polygon(0 0, 100% 0, 102% 87%, 0% 100%)}.banner-wrapper .icon-boxs{position:absolute;top:-60px;text-align:center;left:0;right:0;margin:auto;width:80px;height:80px;border-radius:50%}.banner-wrapper .icon-boxs i{line-height:80px}.blogs .posts-wrapper .meta-list{display:flex;flex-wrap:wrap;align-items:center;margin:0 0 30px;padding-left:0;padding-bottom:10px;position:relative;font-weight:600}.blogs .posts-wrapper .meta-list:before{background:#ededed;bottom:-1px;content:"";height:1px;left:0;position:absolute;width:100%}.blogs .posts-wrapper .meta-list li{display:inline-block;font-size:14px;line-height:30px;color:#777;margin-right:20px}.blogs .posts-wrapper .post-content-details{padding:1.75rem}.blogs .posts-wrapper .blog-detail-list{padding-left:0;list-style:none;margin:0}.blogs .posts-wrapper .blog-detail-list li{margin-bottom:8px;position:relative;padding-left:25px;text-transform:capitalize;font-size:16px}.blogs .posts-wrapper .blog-detail-list li:after{content:'\f0a9';font-family:Font Awesome\ 5 Free;position:absolute;left:0px;top:1px;z-index:1;font-weight:600;color:#F7941D}.blogs .posts-wrapper .share-post{text-align:right;padding-left:10px}.blogs .posts-wrapper .share-post ul li{display:inline-block;margin:0 0 0 10px}@media screen and (max-width: 991px){.blogs .posts-wrapper .meta-list{margin:0 0 15px;padding-bottom:15px}}@media screen and (max-width: 767px){.blogs .posts-wrapper .blog-detail-list li{font-size:14.4px}.blogs .posts-wrapper .share-post{text-align:unset}.blogs .posts-wrapper .meta-list li{margin-right:15px}.blogs .posts-wrapper .separator{margin-top:20px}.blogs .posts-wrapper .share-post ul li{font-size:15px;margin:0 8px}}.blog-tags{margin-bottom:0;padding-left:12px}.blog-tags li{display:inline-block;list-style:none}.blog-tags li a{font-size:14px;display:inline-block;font-weight:600;text-transform:capitalize;padding:3px 8px;margin:4px 4px 4px 0;border:1px solid #ededed;line-height:30px;border-radius:5px}.blog-tags li a:hover{background:#F7941D;color:#ffffff;border:1px solid #F7941D;color:#fff}@media screen and (max-width: 991px){.widget-title{font-size:18px;margin-bottom:25px}}@media screen and (max-width: 767px){.side-bar .widget{margin-bottom:25px}}@media screen and (max-width: 575px){.side-bar .widget{padding:20px}}.countdown{padding:0}.countdown li{background:#042158;display:inline-block;text-align:center;min-width:130px;padding:25px;border:1px solid #ededed;margin:0 5px;border-radius:10px}.countdown li span{font-size:40px;font-weight:600;text-align:center;line-height:normal;position:relative;color:#fff}.countdown li span:before{content:"";height:1px;position:absolute;width:100%}.countdown li p.timeRefDays,.countdown li p.timeRefHours,.countdown li p.timeRefMinutes,.countdown li p.timeRefSeconds{font-size:16px;font-weight:500;color:#fff;margin:0;padding:0;text-transform:capitalize}.coming-soon>.bg-img{content:"";position:absolute !important;width:65%;height:100vh;top:0;right:0;background-position:right;background-size:cover;background-repeat:no-repeat}@media screen and (max-width: 1199px){.countdown li{min-width:115px;padding:20px}.countdown li span{font-size:35px}}@media screen and (max-width: 767px){.countdown li{min-width:98px;padding:15px;margin:10px 5px}.countdown li span{font-size:30px}.coming-soon:before{width:100%}}.map{height:400px;width:100%;vertical-align:top;border:0}.lg-backdrop{z-index:99999}.lg-outer{z-index:999999}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#F7941D}.lg-progress-bar .lg-progress{background-color:#F7941D}.lg-backdrop.in{opacity:0.85}.about-style01 .about-circle .about-text{width:190px;height:190px;color:white;padding:10px;font-weight:600;margin-top:-95px;position:relative;z-index:9;border-radius:50%;background:#042158;left:28%}.about-style01 .about-circle .about-text .coloring{fill:white;letter-spacing:1px;word-spacing:4px}.about-style01 .about-circle .about-text svg{-webkit-animation:rotated_circle 12s linear infinite;animation:rotated_circle 12s linear infinite}.about-style01 .about-circle .about-text .about-icon{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);font-size:55px;width:120px;height:120px;line-height:120px;text-align:center;border-radius:50%;border:1px dashed white;padding:25px}.about-style01 .about-author{background:#F7941D;padding:40px 30px 40px 40px;margin-top:70px}.about-style01 .about-author .author-img{z-index:1;width:-webkit-max-content;width:-moz-max-content;width:max-content;position:relative;margin-bottom:25px}.about-style01 .about-author .author-img img{border-radius:50%;width:120px}.about-style01 .about-author .author-img:after{content:'';width:100%;height:100%;z-index:-1;position:absolute;left:5px;top:5px;background:white;border-radius:50%}@-webkit-keyframes rotated_circle{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes rotated_circle{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@media only screen and (max-width: 1199px){.about-style01 .about-circle .about-text{left:33%}}@media only screen and (max-width: 991px){.about-style01 .about-author{margin-top:30px}.about-style01 .about-circle .about-text{left:24%}}.about-style02 .whychoose-block .whychoose-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:0.375rem;background-color:#F7941D;margin-bottom:38px}@media screen and (max-width: 767px){.about-style02 .whychoose-block .whychoose-icon{margin-bottom:25px}}.about-style03 .about-image{position:relative}.about-style03 .about-img-text{margin:0 auto;position:absolute;width:90%;left:0;right:0;bottom:40px}.about-style03 .steps-item-wrap{position:relative;transition:opacity 0.5s;display:flex;text-align:left;margin-left:0;width:100%}.about-style03 .steps-wrap{display:flex;flex-direction:column;flex-basis:content;align-items:center}.about-style03 .steps-number{width:45px;height:45px;line-height:45px;background-color:#F7941D;position:relative;font-size:20px;border-radius:50%;text-align:center}.about-style03 .steps-line-wrap{flex-grow:1;position:relative;width:2px}.about-style03 .steps-line-wrap .steps-line{position:absolute;left:0;right:0;margin:auto;content:'';width:2px;height:0;top:0;height:calc(100% - 40px);margin-top:20px}.about-style03 .steps-line-wrap .steps-line:before{position:absolute;left:0;right:0;top:0;bottom:0;content:'';display:block;background-color:#F7941D;border-radius:0}.about-style03 .steps-content{margin:0px 25px 50px 25px;align-items:center}.about-style03 .steps-line-wrap .steps-line.last:before{content:none}.contact-icon01{width:60px;height:60px;display:flex;justify-content:center;align-items:center;background:rgba(255,255,255,0.1);border-radius:50%;margin:0 auto;position:relative}.contact-icon01:before{content:"";position:absolute;left:0;top:0;display:block;width:100%;height:100%;background-color:#fff;border-radius:50%;animation:pulse-border2 1400ms ease-out infinite;z-index:1}@keyframes pulse-border2{0%{transform:scale(1);opacity:0.67}100%{transform:scale(2);opacity:0}}.contact-style01 .quform-input .form-control{min-height:55px;border-radius:3px;background-color:#F9FAFC;padding-left:20px;padding-right:20px}.contact-style01 .quform-input textarea.form-control{min-height:fit-content}.contact-style02{background-size:auto !important;background-position:bottom center;background-repeat:no-repeat;transition:background .3s, border .3s, border-radius .3s, box-shadow .3s}.contact-style02 .contact-text{-webkit-text-stroke:1px #F7941D;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:120px;font-weight:700;line-height:.8em;letter-spacing:-3.6px}@media screen and (max-width: 1399px){.contact-style02 .contact-text{font-size:100px}}@media screen and (max-width: 1199px){.contact-style02 .contact-text{font-size:90px}}@media screen and (max-width: 575px){.contact-style02 .contact-text{font-size:64px}}.error-style01 h1{font-size:450px;margin-bottom:50px;-webkit-text-fill-color:transparent;-webkit-text-stroke-color:#fff;-webkit-text-stroke-width:1px;letter-spacing:.027em;line-height:0.8}@media screen and (max-width: 1399px){.error-style01 h1{font-size:395px}}@media screen and (max-width: 1199px){.error-style01 h1{font-size:315px}}@media screen and (max-width: 767px){.error-style01 h1{font-size:235px}}@media screen and (max-width: 575px){.error-style01 h1{font-size:125px;margin-bottom:25px}}.counter-style01 .counter-block .h4{color:#042158;font-size:80px;font-weight:700;margin-bottom:3px}.counter-style01 p{display:inline-block;width:40%;margin:0 auto;font-size:14px;font-weight:800;text-transform: none}@media screen and (max-width: 1199px){.counter-style01 .counter-block .h4{font-size:60px}}@media screen and (max-width: 575px){.counter-style01 p{width:100%}}.extra-style01 .extra-content-box{padding-top:330px}.extra-style01 .extra-content-box ul.inner-box{list-style:none;padding-left:0;margin-bottom:0;display:flex;align-items:end}.extra-style01 .extra-content-box ul.inner-box li.one{background-color:#fff;width:350px;display:flex;align-items:center;padding:40px;margin-right:30px}.extra-style01 .extra-content-box ul.inner-box li.one h4,.extra-style01 .extra-content-box ul.inner-box li.one .h4{font-size:40px;margin-bottom:0;margin-right:15px}.extra-style01 .extra-content-box ul.inner-box li.two{background:rgba(0,0,0,0.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:350px;padding:37px;display:flex;align-items:center}@media screen and (max-width: 1199px){.extra-style01 .extra-content-box{padding-top:200px}}@media screen and (max-width: 767px){.extra-style01 .extra-content-box{padding-top:120px}.extra-style01 .extra-content-box ul.inner-box{display:block}.extra-style01 .extra-content-box ul.inner-box li.one{margin-right:0;margin-bottom:30px}}@media screen and (max-width: 575px){.extra-style01 .extra-content-box{padding-top:0}.extra-style01 .extra-content-box ul.inner-box li.one,.extra-style01 .extra-content-box ul.inner-box li.two{width:296px}.extra-style01 .extra-content-box ul.inner-box li.one .h4{font-size:34px}.extra-style01 .extra-content-box ul.inner-box li.two{padding:35px}}.video-style01 .video-text{width:200px;height:200px;color:white;padding:13px;font-weight:600;border-radius:50%;background:rgba(255,255,255,0.2);border:1px solid #FFFFFF33;position:relative;backdrop-filter:blur(50px);-webkit-backdrop-filter:blur(50px);margin:0 auto}.video-style01 .video-text .coloring{fill:white;text-transform: none;letter-spacing:8px;font-weight:600}.video-style01 .video-text svg{-webkit-animation:rotated_circle 12s linear infinite;animation:rotated_circle 12s linear infinite}.video-style01 .video-text .video-icon{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);text-align:center;display:flex;align-items:center;justify-content:center}@-webkit-keyframes rotated_circle{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes rotated_circle{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@media screen and (max-width: 1199px){.video-style01 .video-text{width:180px;height:180px}}@media screen and (max-width: 767px){.video-style01 .video-text{width:165px;height:165px}}@media screen and (max-width: 575px){.video-style01 .video-text{width:140px;height:140px}}.progress-style01 .progress{height:8px}.progress-style01 .progress .progress-bar{background-color:#F7941D}.progress-style02 .progress{height:8px}.progress-style02 .progress .progress-bar{background-color:#F7941D}.portfolio-style01 .img-hover:before{position:absolute;top:0;right:0;content:'';width:0;height:100%;border-radius:0.375rem;background:linear-gradient(180deg, rgba(20,33,43,0) -19.59%, rgba(20,33,43,0.8) 92.89%);transition:all 500ms ease}.portfolio-style01:hover .img-hover:before{width:100%;left:0}.portfolio-style01 .content{padding:16px;background:#fff;display:flex;justify-content:space-between;align-items:center;position:absolute;bottom:30px;left:30px;right:30px;opacity:0;transform:scale(0);transform-origin:left;transition:all 700ms ease;border-radius:0.375rem}.portfolio-style01:hover .content{opacity:1;transform:scale(1, 1)}.portfolio-style01 .content .icon a{display:flex;width:50px;height:50px;line-height:50px;background-color:#F7941D;font-size:22px;color:#fff;transition:all 700ms ease;align-items:center;justify-content:center;border-radius:5px}.portfolio-style01 .content .icon:hover a{background-color:#042158;transform:scale(1, 1)}@media screen and (max-width: 1399px){.portfolio-style01 .content{bottom:20px;left:20px;right:20px}}.portfolio-style02 .portfolio-count .inner-count{position:relative;display:block;font-size:160px;line-height:160px;font-weight:700;color:transparent;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:rgba(255,255,255,0.6)}.portfolio-style02 .portfolio-count .h6{position:absolute;top:0px;right:-5px;font-weight:400;color:#fff;height:100%;text-align:center;writing-mode:vertical-lr;margin-bottom:0}.portfolio-style02 .portfolio-box{position:relative;display:block;border:1px solid rgba(255,255,255,0.1);border-width:1px 1px 0 1px;height:100%;padding:160px 47px 34px 50px;transition:all 500ms ease}.portfolio-style02 .portfolio-box .bg-img{position:absolute;left:-2px;top:0;width:calc(100% + 3px);height:100%;background-size:cover;background-repeat:no-repeat;background-position:center;opacity:0.8;z-index:1;transition:all 500ms ease}.portfolio-style02 .portfolio-box .bg-img:before{position:absolute;content:'';background:#161e2c;width:100%;height:100%;left:0px;top:0px;opacity:0.3}.portfolio-style02 .portfolio-box .content-box{position:relative;z-index:2;transition:all 500ms ease}.portfolio-style02 .portfolio-box .h3 a{color:#fff;display:inline-block}.portfolio-style02 .portfolio-box .link a i{position:relative;display:inline-block;transition:all 500ms ease;font-size:24px;color:rgba(255,255,255,0.5)}.portfolio-style02 .portfolio-box:hover .bg-img{width:calc(100% + 3px);opacity:0.8}.portfolio-style02 .portfolio-box:hover .content-box{transform:translateY(16px)}.portfolio-style02 .portfolio-box:hover .h3 a{color:#fff}.portfolio-style02 .portfolio-box:hover .link a i{color:#fff;transform:rotate(-45deg)}@media screen and (max-width: 1399px){.portfolio-style02 .portfolio-box{padding:150px 30px 34px 25px}.portfolio-style02 .portfolio-count .inner-count{font-size:140px;line-height:140px}}@media screen and (max-width: 1199px){.portfolio-style02 .portfolio-box{padding:150px 40px 34px 30px}}@media screen and (max-width: 575px){.portfolio-style02 .portfolio-count .inner-count{font-size:80px;line-height:80px}.portfolio-style02 .portfolio-count .h6{position:unset;writing-mode:unset;text-align:start}}.service-style01::before{position:absolute;content:'';width:100%;height:100%;background:linear-gradient(0deg, rgba(14,47,62,0.2), rgba(14,47,62,0));top:0;left:0;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;border-radius:0.375rem;z-index:9}.service-style01:hover::before{backdrop-filter:blur(2px);background-color:rgba(18,15,12,0.6)}.service-style01 .content{padding:45px 40px 15px 40px;transition:0.3s;transform:translateY(100px)}.service-style01 .service-btn{padding:15px 42px 23px;margin-top:40px}.service-style01 .service-body{position:absolute;bottom:0;left:0;right:0;background-image:linear-gradient(to top, rgba(3,15,39,0.7), transparent);z-index:9}.service-style01 .content .title{border-bottom:1px solid rgba(255,255,255,0.4)}.service-style01:hover .content{transform:translateY(0) !important}.service-style01:hover .content p,.service-style01:hover .content .icon{opacity:1;visibility:visible}.service-style01 .content .title a{color:#FFF;position:relative}.service-style01 .content .title a:hover{color:#F7941D}.service-style01 .content p{color:#e0e3e5;opacity:0;visibility:hidden;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.service-style01 .service-btn a{color:#fff}.service-style01:hover .service-btn{margin-top:0}.service-style01:hover .service-btn a{color:#F7941D}.service-style01 img{transition:all 500ms ease}.service-style01:hover img{transform:scale(1.1)}@media screen and (max-width: 1399px){.service-style01 .service-btn{margin-top:15px}}@media screen and (max-width: 767px){.service-style01 .content{padding:25px 17px 15px 17px}.service-style01 .service-btn{padding:15px 42px 23px 25px}}.service-style02 .services-inner{position:relative;z-index:1;text-align:center}.service-style02 .services-inner:before{content:' ';width:0;height:0;padding-top:115%;display:inline-block}.service-style02 .services-content{display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;z-index:1;top:0;left:0;right:0;bottom:0;background:#05080d;background-position:center;background-repeat:no-repeat;background-size:cover}.service-style02 .services-inner .services-content:before{content:' ';position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;z-index:-1;background:-moz-linear-gradient(top, transparent 0%, #1c1c1c 100%);background:-webkit-linear-gradient(top, transparent 0%, #1c1c1c 100%);background:linear-gradient(to bottom, transparent 26%, #1c1c1c 68%);opacity:.75;-webkit-transition:opacity 0.3s ease;-ms-transition:opacity 0.3s ease;transition:opacity 0.3s ease;will-change:opacity}.service-style02 .services-inner:hover .services-content:before{opacity:0}.service-style02 .services-inner .services-content:after{content:' ';position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;z-index:-1;background:rgba(252,82,32,0.98);opacity:0;-webkit-transition:opacity 0.3s ease;-ms-transition:opacity 0.3s ease;transition:opacity 0.3s ease;will-change:opacity}.service-style02 .services-inner:hover .services-content:after{opacity:0.85}.service-style02 .services-inner .services-content.without_image:before,.service-style02 .services-inner .services-content.without_image:after{display:none}.service-style02 .services-content-inner{position:relative;z-index:1;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;width:100%;max-height:100%;overflow:hidden;padding:3em 2.2em}.service-style02 .services_item-inner-bottom{-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;position:relative;z-index:1;width:100%;max-height:100%;overflow:hidden;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.service-style02 .services-inner .services-item-inner-top{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px);opacity:0;will-change:transform, opacity;-webkit-transition:-webkit-transform 0.3s ease-out, opacity 0.3s ease-out;-ms-transition:-ms-transform 0.3s ease-out, opacity 0.3s ease-out;transition:transform 0.3s ease-out, opacity 0.3s ease-out}.service-style02 .services-inner:hover .services-item-inner-top{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}.service-style02 .services-inner .services_item-inner-bottom{-webkit-transform:translateY(45px);-ms-transform:translateY(45px);transform:translateY(45px);will-change:transform;-webkit-transition:-webkit-transform 0.3s ease-out;-ms-transition:-ms-transform 0.3s ease-out;transition:transform 0.3s ease-out}.service-style02 .services-inner:hover .services_item-inner-bottom{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.service-style02 .services-inner .services-button-01{opacity:0;will-change:opacity;-webkit-transition:opacity 0.3s ease-out;-ms-transition:opacity 0.3s ease-out;transition:opacity 0.3s ease-out}.service-style02 .services-inner:hover .services-button-01{opacity:1}.service-style02 .services-inner .services-link{position:relative;display:inline-block;top:auto;left:auto;height:auto;width:auto;font-size:16px;line-height:21px;font-weight:400;color:#ffffff !important;z-index:1;overflow:hidden}.service-style02 .services-inner:hover .services-link .services-link-text,.service-style02 .services-inner .services-link:hover .services-link-text{opacity:1;text-indent:0;margin-right:6px;visibility:visible;-webkit-transition:visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;-ms-transition:visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;transition:visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease}.service-style02 .services-item-sub-title{color:#fff}@media screen and (max-width: 1199px){.service-style02 .services-content-inner{padding:2em 1.6em}}.process-style01{background-image:url(../img/content/process-line.png);background-repeat:no-repeat;background-position:center top}.process-style01 .process-block .process-img{position:relative}.process-style01 .process-block .process-img .count-size{position:absolute;left:64px;top:0}.process-style01 .process-block .process-img .number{width:40px;height:40px;position:relative;display:inline-block;text-align:center;line-height:40px;background:#F7941D;color:#fff;border-radius:50%}.process-style01 .process-block .process-img .number:before{width:57px;height:57px;opacity:0.2}.process-style01 .process-block .process-img .number:after{width:69px;height:69px;opacity:0.09}.process-style01 .process-block .process-img .number:before{display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:'';border-radius:50%;background-color:#F7941D}.process-block .process-img .number:after{display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:'';border-radius:50%;background-color:#F7941D}.process-style01 .process-block:hover .process-img .number:before,.process-block:hover .process-img .number:after{background-color:#042158;webkit-animation:circle-2 1.05s infinite;-moz-animation:circle-2 1.05s infinite;-ms-animation:circle-2 1.05s infinite;-o-animation:circle-2 1.05s infinite;animation:circle-2 1.05s infinite}@-webkit-keyframes circle-2{100%{width:200%;height:200%;opacity:0}}@keyframes circle-2{100%{width:200%;height:200%;opacity:0}}@media screen and (max-width: 1199px){.process-style01 .process-block .process-img .count-size{left:24px}}@media screen and (max-width: 991px){.process-style01{background-image:none}.process-style01 .process-block .process-img .count-size{left:23%}}@media screen and (max-width: 575px){.process-style01 .process-block .process-img .count-size{left:33%}}.process-style02{background-image:url(../img/content/process-line.png);background-repeat:no-repeat;background-position:center top}.process-block .process-img{position:relative}.process-block .process-img .count-size{position:absolute;left:64px;top:0}.process-block .process-img .number{width:40px;height:40px;position:relative;display:inline-block;text-align:center;line-height:40px;background:#F94735;color:#fff;border-radius:50%}.process-block .process-img .number:before{width:57px;height:57px;opacity:0.2}.process-block .process-img .number:after{width:69px;height:69px;opacity:0.09}.process-block .process-img .number:before,.process-block .process-img .number:after{display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:'';border-radius:50%;background-color:#F94735}.process-block:hover .process-img .number:before,.process-block:hover .process-img .number:after{background-color:#042158;webkit-animation:circle-2 1.05s infinite;-moz-animation:circle-2 1.05s infinite;-ms-animation:circle-2 1.05s infinite;-o-animation:circle-2 1.05s infinite;animation:circle-2 1.05s infinite}@-webkit-keyframes circle-2{100%{width:200%;height:200%;opacity:0}}@keyframes circle-2{100%{width:200%;height:200%;opacity:0}}@media screen and (max-width: 1199px){.process-block .process-img .count-size{left:24px}}@media screen and (max-width: 991px){.process-style02{background-image:none}.process-block .process-img .count-size{left:23%}}@media screen and (max-width: 575px){.process-block .process-img .count-size{left:33%}}.scroll-section{width:100%;overflow:hidden;position:relative}.scroll-track{display:flex;white-space:nowrap;will-change:transform;animation-timing-function:linear;animation-iteration-count:infinite;animation-play-state:running}.pause-on-hover:hover,.pause-on-hover:active,.pause-on-hover:focus{animation-play-state:paused}.scroll-left{animation-name:scroll-left}.scroll-right{animation-name:scroll-right}.scroll-group{display:inline-flex;white-space:nowrap}.scroll-item{display:inline-block;white-space:nowrap;line-height:1}.scroll-item.with-img{min-width:50px;height:auto;text-align:center;align-items:center;justify-content:center;display:inline-flex}.scroll-item.with-img img{vertical-align:middle}.scroll-text{width:auto;position:relative;overflow:hidden;transition:transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);margin:0;padding:0;font-size:80px;line-height:80px !important;text-transform: none;font-weight:800;overflow:visible !important;-webkit-text-stroke:1px rgba(252,82,32,0.4);-webkit-text-fill-color:transparent;position:relative;transition:all 0.5s ease-in-out 0.5s}.scroll-text.white{-webkit-text-stroke:1px rgba(255,255,255,0.8)}.scroll-text:before{content:attr(data-text);position:absolute;left:0;top:0;width:100%;overflow:hidden;white-space:nowrap;transition:max-width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);max-width:0;-webkit-text-stroke:transparent;-webkit-text-fill-color:#F7941D}.scroll-text.white:before{-webkit-text-fill-color:#fff}.scroll-text:hover{-webkit-text-stroke:1px #F7941D}.scroll-text:hover:before{max-width:100%}@keyframes scroll-left{0%{transform:translateX(0)}100%{transform:translateX(-200%)}}@keyframes scroll-right{0%{transform:translateX(-200%)}100%{transform:translateX(0)}}.scroll-icon-rotated{-webkit-animation:icon-rotated 2s linear infinite;animation:icon-rotated 2s linear infinite}@keyframes icon-rotated{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.scroll-speed-4{animation-duration:30s}.scroll-speed-6{animation-duration:60s}.page-navigation{position:relative;display:flex;align-items:center;justify-content:space-between;padding:0;background-color:#F2F8FA !important}.prev-page,.next-page{position:relative;width:50%;max-width:350px;margin:10px}.prev-page:before,.next-page:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(255,255,255,0);box-shadow:0 0 0 0 rgba(34,35,40,0);transform:scale(1.04, 1.12);transition:.3s ease-in-out;pointer-events:none}.prev-page .page-info>a,.next-page .page-info>a{display:flex;align-items:center;position:relative;padding:16px 20px;min-height:110px;transition:0.8s}.prev-page .page-info .image-prev,.prev-page .page-info .image-next{position:relative;flex-shrink:0;width:70px;height:70px;border-radius:0.375rem;vertical-align:middle;transition:inherit;overflow:hidden}.next-page .page-info .image-prev,.next-page .page-info .image-next{position:relative;flex-shrink:0;width:70px;height:70px;border-radius:0.375rem;vertical-align:middle;transition:inherit;overflow:hidden}.prev-page .page-info .prev-title,.prev-page .page-info .next-title{display:inline-block;position:relative;max-width:220px;font-size:16px;line-height:1.5;font-weight:800;word-wrap:break-word;vertical-align:middle;transition:0.45s}.next-page .page-info .prev-title,.next-page .page-info .next-title{display:inline-block;position:relative;max-width:220px;font-size:16px;line-height:1.5;font-weight:800;word-wrap:break-word;vertical-align:middle;transition:0.45s}.prev-page .page-info .prev-title:empty,.prev-page .page-info .next-title:empty{display:none}.next-page .page-info .prev-title:empty,.next-page .page-info .next-title:empty{display:none}.prev-page:hover:before,.next-page:hover:before{background-color:white;transform:scale(1);box-shadow:0 10px 30px 0 rgba(34,35,40,0.1);border-radius:0.375rem}.prev-page a{justify-content:flex-start;text-align:left}.prev-page a:hover .image-prev:after{visibility:visible;opacity:1}.prev-page a:hover .image-prev:before{visibility:visible;opacity:1;margin-left:0}.prev-page .image-prev{margin-right:20px}.prev-page .image-prev:after{background-color:#F7941D}.next-page .image-next:after{background-color:#F7941D}.prev-page .image-prev:before{display:block;position:absolute;z-index:2;left:0;right:0;margin-left:20px;content:"\e64a";font-family:'themify';font-size:21px;line-height:70px;color:#fff;text-align:center;opacity:0;visibility:hidden;transition:.3s ease-in-out}.prev-page .image-prev:after{content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:.3s ease-in-out;border-radius:3px}.next-page{margin-left:auto}.next-page a{justify-content:flex-end;text-align:right}.next-page a:hover .image-next:after{visibility:visible;opacity:1}.next-page a:hover .image-next:before{visibility:visible;opacity:1;margin-right:0}.next-page .image-next{margin-left:20px}.next-page .image-next:before{display:block;position:absolute;z-index:2;left:0;right:0;margin-right:20px;content:"\e64a";font-family:'themify';font-size:21px;line-height:70px;color:#fff;text-align:center;opacity:0;visibility:hidden;transition:.3s ease-in-out;transform:scaleX(-1)}.next-page .image-next:after{content:'';display:block;position:absolute;top:0;left:0;height:100%;width:100%;opacity:0;visibility:hidden;transition:.3s ease-in-out}.next-page .next-title{text-align:right}.prev-link-page-info>span,.next-link-page-info>span{display:block}.prev-link-page-info .date-details,.next-link-page-info .date-details{font-size:14px;letter-spacing:.025em;line-height:20px;margin-bottom:-2px}.prev-link-page-info .date-details>div,.prev-link-page-info .date-details>span{line-height:inherit;transition:0.45s;font-weight:500}.next-link-page-info .date-details>div,.next-link-page-info .date-details>span{line-height:inherit;transition:0.45s;font-weight:500}.prev-link-page-info .date-details:only-child,.next-link-page-info .date-details:only-child{margin-top:0}@media (max-width: 767px){.prev-page,.next-page{width:calc(100% - 20px);max-width:unset}.prev-page+.next-page{margin-top:0}.page-navigation{flex-direction:column}}@media (max-width: 575px){.prev-page .page-info>a,.next-page .page-info>a{padding:10px}.prev-page .page-info .prev-title,.prev-page .page-info .next-title{max-width:168px}.next-page .page-info .prev-title,.next-page .page-info .next-title{max-width:168px}}.vertical-timeline{position:relative;z-index:1}.vertical-timeline:before{content:"";position:absolute;left:50%;top:0;margin-left:-4px;width:9px;height:9px;border-radius:50%;background-color:#000}.vertical-timeline:after{content:"";position:absolute;left:50%;bottom:0;margin-left:-4px;width:9px;height:9px;border-radius:50%;background-color:#000}.vertical-timeline .item{display:flex;position:relative;transition:0.3s}.vertical-timeline .item .icon{position:relative;display:block;overflow:hidden}.vertical-timeline .item .icon img{overflow:hidden;display:block;-webkit-transition:0.4s;transition:0.4s}.vertical-timeline .item:hover .icon img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.vertical-timeline .item:nth-child(odd) .count{left:-59px}.vertical-timeline .item:nth-child(odd) .text{padding-left:100px}.vertical-timeline .item:nth-child(even) .text{padding-right:100px}.vertical-timeline .item:nth-child(odd) .icon{justify-content:flex-end}.vertical-timeline .item:nth-child(odd) .timeline-circle:before{left:100%}.vertical-timeline .item:nth-child(odd) .timeline-circle .circle{border-right:0}.vertical-timeline .item:nth-child(even){flex-direction:row-reverse;text-align:right}.vertical-timeline .item:nth-child(even) .count{right:-59px}.vertical-timeline .item:nth-child(even) .icon{justify-content:flex-start}.vertical-timeline .item:nth-child(even) .timeline-content{flex-direction:row-reverse}.vertical-timeline .item:nth-child(even) .timeline-circle:before{right:100%}.vertical-timeline .item:nth-child(even) .timeline-circle .circle{border-left:0;left:-15px}.vertical-timeline .icon,.vertical-timeline .timeline-content{flex-basis:calc(50% - 1px);transition:0.5s;display:flex;align-items:center;position:relative}.vertical-timeline .timeline-circle{position:relative;margin:0px 100px 0px 100px}.vertical-timeline .item .timeline-circle .circle{width:0;height:0;border-top:calc(25px* 0.5) solid transparent;border-right:calc(25px* 0.55) solid #F7941D;border-bottom:calc(25px* 0.5) solid transparent;border-left:calc(25px* 0.55) solid #F7941D;position:absolute;top:calc(50% - 25px* 0.5);left:3px;z-index:2;transition:0.4s;opacity:0}.vertical-timeline .item:hover .timeline-circle .circle{opacity:1}.vertical-timeline .item .timeline-circle:before{content:'';height:100%;width:1px;position:absolute;z-index:-1;top:0;left:50%;background-image:linear-gradient(0deg, #cbcbcb, #cbcbcb 50%, #cbcbcb 50%, #cbcbcb 100%);background-size:20px 20px}.vertical-timeline .item:hover .timeline-circle:before{background-image:linear-gradient(0deg, #000, #000 50%, #000 50%, #000 100%)}.vertical-timeline .item .count{position:absolute;top:0;right:auto;bottom:0;left:auto;margin:auto;max-width:100%;display:inline-block;font-weight:700;letter-spacing:normal;font-size:128px;line-height:1em;height:min-content;color:#D1D1D1;z-index:1;pointer-events:none;transition:0.4s;transform:rotateZ(180deg);writing-mode:vertical-rl}.vertical-timeline .item:hover .count{color:#F7941D}@media screen and (max-width: 1399px){.vertical-timeline .item .count{font-size:110px}.vertical-timeline .item:nth-child(odd) .text{padding-left:80px}}@media screen and (max-width: 1199px){.vertical-timeline .item:nth-child(even) .text{padding-right:80px}}@media screen and (max-width: 991px){.vertical-timeline .timeline-circle{position:relative;margin:0px 55px 0px 55px}.vertical-timeline .item:nth-child(odd) .count{left:-33px}.vertical-timeline .item .count{font-size:74px}.vertical-timeline .item:nth-child(odd) .text{padding-left:60px;padding-top:0}.vertical-timeline .item:nth-child(even) .text{padding-left:23px}.vertical-timeline .item:nth-child(even) .count{right:-20px}.vertical-timeline .timeline-circle:before{width:calc(100px + -20px)}.vertical-timeline .text{margin:0;padding:20px 20px 20px 40px}.vertical-timeline .count{width:50px;height:50px;font-size:14px;line-height:50px}.vertical-timeline .item:nth-child(even) .text{margin:0;padding-right:37px}}@media screen and (max-width: 767px){.vertical-timeline:before,.vertical-timeline:after,.vertical-timeline .timeline-items:before{left:10px}.vertical-timeline .timeline-content{order:2;flex-basis:70%}.vertical-timeline .icon{order:3;flex-basis:30%}.vertical-timeline .text{padding:20px 20px 20px 30px}.vertical-timeline .item .count{font-size:56px}.vertical-timeline:before,.vertical-timeline:after{display:none}.vertical-timeline .item:nth-child(even){flex-direction:row;text-align:left;margin-bottom:2rem}.vertical-timeline .item:nth-child(even) .count{right:unset;left:-18px}.vertical-timeline .item:nth-child(even) .text{padding-left:60px;padding-top:0}.vertical-timeline .item:nth-child(odd){flex-direction:row;text-align:left;margin-bottom:2rem}.vertical-timeline .item:nth-child(even) .count{right:unset;left:-35px;margin-right:0px;margin-left:0}.vertical-timeline .item:nth-child(odd) .count{margin-right:0px;margin-left:0}.vertical-timeline .item:nth-child(even) .timeline-content,.vertical-timeline .item:nth-child(odd) .timeline-content{flex-direction:row}.vertical-timeline .item:nth-child(even) .icon{justify-content:center}.vertical-timeline .item:nth-child(odd) .icon{justify-content:center}.vertical-timeline .item:nth-child(odd) .count{left:-20px}.vertical-timeline .item:nth-child(even) .count{right:unset;left:-20px}}@media screen and (max-width: 575px){.vertical-timeline .item{display:block}.vertical-timeline .item:nth-child(even) .text{padding-left:55px;margin:0;padding-right:0}.vertical-timeline .item:nth-child(odd) .text{padding-right:0;padding-left:55px}.vertical-timeline .item:nth-child(odd) .count{left:-6px}.vertical-timeline .item:nth-child(even) .count{right:unset;left:-6px}.vertical-timeline .item .count{font-size:50px}}.form-group{margin-bottom:1rem}.form-group label{margin-bottom:.5rem}.form-control:focus{border-color:#F7941D}.form-check-input:checked{border-color:#F7941D;background-color:#F7941D}.quform-input{position:relative}.quform-input .form-control{border-radius:3px}.quform-input .quform-errors-wrap{position:absolute;right:8px;top:0;line-height:normal;z-index:1}.quform-element>label{font-weight:normal;padding-bottom:5px;margin-bottom:0;color:#6a747b;font-size:16px}.quform-element>label .quform-required{color:#cc0101;font-size:10px}.quform-inner input{width:100%}.quform-elements .quform-element textarea{margin-bottom:0;padding:8px 15px;vertical-align:top}.quform-elements .quform-element select{margin-bottom:0;padding:8px 35px 8px 15px}.quform-errors{padding:0;margin:0;line-height:normal}.quform-errors>.quform-error{padding:0;background:none;border:none;float:none;color:#f5543f;font-size:11px;line-height:normal;letter-spacing:normal}.quform-outer-no-js .quform-error{padding:0;background:none;border:none;float:none;color:#f5543f;font-size:11px;line-height:normal;letter-spacing:normal}.quform-outer-no-js .quform-success-message{padding:0.75rem 1.25rem 0.75rem 3rem}.quform-has-error input,.quform-has-error textarea,.quform-has-error select,.quform-has-error input[type=file],.quform-has-error .custom-file-label{border-color:#f5543f}.quform-success-message{padding:0.75rem 1.25rem 0.75rem 3rem}.quform-submit-inner{float:none}.quform-loading-wrap{float:none}.quform-loading-wrap .quform-loading{display:inline-block}.light-validation .quform-errors>.quform-error{color:#fff}.newsletter-form .quform-submit-inner button{font-size:18px;border:none;position:absolute;right:-10px;top:-1px;height:55px;width:55px;color:#fff;border-top-right-radius:5px;border-bottom-right-radius:5px;border:0}.newsletter-form .quform-submit-inner button.newsletter-btn{right:0;top:0}.newsletter-form .quform-element .quform-input .form-control.news-box{min-height:55px;border-radius:5px;padding:0 70px 0 20px}.newsletter-form-icon .quform-elements{position:relative}.newsletter-form-icon .quform-submit-inner{position:absolute;right:1px;top:3px;width:auto;background:transparent;height:48px}.newsletter-form-icon .quform-submit-inner .btn{border:none;padding:0.500rem 1.15rem}.newsletter-form-icon .quform-loading-wrap{margin-top:15px;margin-bottom:0;margin-left:0}.newsletter-form-icon input{border:1px solid transparent;background-color:rgba(255,255,255,0.2);height:50px;padding:0.5rem 4rem 0.5rem 1rem;color:#fff}.newsletter-form-icon .form-control:focus,.newsletter-form-icon .form-control:active{background-color:rgba(255,255,255,0.2);color:#fff}.newsletter-form-icon .quform-has-error input,.newsletter-form-icon .quform-has-error textarea,.newsletter-form-icon .quform-has-error select{border-color:#f5543f}.newsletter-form-icon .quform-input .quform-errors-wrap{right:15px}.newsletter-form-icon i{font-size:1.2rem;line-height:2rem}.coming-soon .newsletter-form .quform-elements{position:relative}.coming-soon .newsletter-form .quform-submit-inner{position:absolute;right:1px;top:1px;width:auto;background:transparent;height:48px}.coming-soon .newsletter-form .quform-submit-inner .btn{padding:0.500rem 1.15rem;position:unset;height:auto;width:auto}.coming-soon .newsletter-form .quform-loading-wrap{margin-top:15px;margin-bottom:0;margin-left:0}.coming-soon .newsletter-form input{border:1px solid transparent;background-color:#042158;border-radius:0.375rem;height:50px;padding:0.5rem 4rem 0.5rem 1rem;color:#fff}.coming-soon .newsletter-form .form-control:focus,.coming-soon .newsletter-form .form-control:active{background-color:#042158;color:#fff}.coming-soon .newsletter-form .quform-has-error input,.coming-soon .newsletter-form .quform-has-error textarea,.coming-soon .newsletter-form .quform-has-error select{border-color:#f5543f}.coming-soon .newsletter-form .quform-input .quform-errors-wrap{right:15px}.coming-soon .newsletter-form i{font-size:1.2rem;line-height:2rem}.social-icon-style01 ul{margin-bottom:0}.social-icon-style01 ul li{vertical-align:middle;display:inline-block;margin-right:5px}.social-icon-style01 ul li a{display:inline-block;font-size:14px;text-align:center;color:#ffffff;background:rgba(255,255,255,0.1);height:41px;line-height:41px;width:41px;border-radius:3px}.social-icon-style01 ul li a:hover,.social-icon-style01 ul li a:active,.social-icon-style01 ul li a:focus{background:#F7941D;border-color:#F7941D}.social-icon-style01 ul li a:hover i,.social-icon-style01 ul li a:active i,.social-icon-style01 ul li a:focus i{color:#fff}.social-icon-style02{margin-bottom:0;display:inline-block;padding-left:10px;list-style:none}.social-icon-style02 li{vertical-align:middle;display:inline-block;margin-right:5px}.social-icon-style02 li a{display:inline-block;font-size:14px;text-align:center;color:#fff;background:#F7941D;height:41px;line-height:42px;width:41px;border-radius:0.375rem}.social-icon-style02 li a:hover{background:#042158}.social-icon-style02 li:last-child{margin-right:0}.social-icon-style02 li a.small{width:30px;height:30px;line-height:30px;font-size:11px}.social-icon-style02.small li a{width:35px;height:35px;line-height:35px}@media screen and (max-width: 991px){.social-icon-style02.small li a{width:30px;height:30px;line-height:30px}}.social-icon-style03{margin-bottom:0;list-style:none}.social-icon-style03 li{vertical-align:middle;display:inline-block;margin-right:5px}.social-icon-style03 li a{display:inline-block;font-size:14px;text-align:center;color:#ffffff;background:rgba(255,255,255,0.1);height:41px;line-height:41px;width:41px;border-radius:3px}.social-icon-style03 li a:hover,.social-icon-style03 li a:active,.social-icon-style03 li a:focus{background:#F7941D;border-color:#F7941D}.social-icon-style03 li a:hover i,.social-icon-style03 li a:active i,.social-icon-style03 li a:focus i{color:#fff}.social-icon-style04 li{display:inline-block;margin-right:20px}.social-icon-style04 li:last-child{margin-right:0}.social-icon-style04 li a{font-size:18px;color:#F7941D}.social-icon-style04 li a:hover,.social-icon-style04 li a:active,.social-icon-style04 li a:focus{color:#042158}.social-icon-style05 li{display:inline-block;margin:0 20px 0 0;padding:0;margin-bottom:8px}.social-icon-style05 li a{font-size:15px;display:inline-block;border-radius:0;text-align:center;color:#fff;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.social-icon-style05 li a:hover{color:rgba(255,255,255,0.6)}.footer-logo{max-width:215px;width:100%;display:inline-block}footer .email{border-bottom:1px solid rgba(255,255,255,0.7);display:inline-block;padding-bottom:5px}footer .email a{color:rgba(255,255,255,0.7);position:relative;transition:all 0.8s ease}footer .email a:hover:after,footer .email a:active:after,footer .email a:focus:after{width:100%}footer .email a:hover,footer .email a:active,footer .email a:focus{color:#F7941D !important}footer .email a:after{border-bottom:1px solid #fff;transition:all 0.8s ease;content:"";display:inline-block;position:absolute;bottom:-10px;right:0;width:0}footer .phone{padding-bottom:0;margin-bottom:0}footer .phone a{padding-bottom:0;letter-spacing:-0.05rem;color:white}footer .phone a:hover,footer .phone a:active,footer .phone a:focus{color:#F7941D !important}@media screen and (max-width: 767px){footer .email a:after{bottom:-10px}}.footer-style01>.container{padding-top:90px;padding-bottom:90px}.footer-style01 .h3{color:#fff;font-size:18px;font-weight:600;margin-bottom:25px;line-height:1;position:relative}.footer-style01 .h3:after{content:none}.footer-style01 .footer-bar{padding-top:20px;padding-bottom:20px;margin-top:0;border-top:1px solid rgba(255,255,255,0.075);color:rgba(255,255,255,0.85)}.footer-style01 .footer-bar p{margin-top:5px;margin-bottom:0}.footer-style01 ul{margin-bottom:0}.footer-style01 li{margin-bottom:10px;list-style:none}.footer-style01 li:last-child{margin-bottom:0}.footer-style01 li a{color:rgba(255,255,255,0.85)}.footer-style01 li a:hover{color:#fff}.footer-style01 .social-icons ul{margin:0;padding:0}.footer-style01 .social-icons li{display:inline-block;margin-right:1px;margin-bottom:0}.footer-style01 .social-icons li:last-child{margin-right:0}.footer-style01 .social-icons li a{font-size:14px;height:35px;line-height:36px;width:35px;background:#F2F8FA;color:rgba(0,0,0,0.65);border-radius:3px;display:inline-block;text-align:center}.footer-style01 .social-icons li a:hover{background:#e02454;color:#fff}.footer-style01 .social-icons2 ul{margin:0;padding:0}.footer-style01 .social-icons2 li{display:inline-block;margin-right:5px;margin-bottom:0}.footer-style01 .social-icons2 li:last-child{margin-right:0}.footer-style01 .social-icons2 li a{font-size:14px;height:35px;line-height:36px;width:35px;background:rgba(255,255,255,0.1);color:#fff;border-radius:50px;display:inline-block;text-align:center}.footer-style01 .social-icons2 li a:hover{background:#fff;color:#003a66}@media screen and (max-width: 1199px){.footer-style01>.container{padding-top:70px;padding-bottom:70px}}@media screen and (max-width: 767px){.footer-style01{padding-top:0}.footer-style01>.container{padding-top:50px;padding-bottom:50px}.footer-style01 .h3{margin-bottom:20px}}.footer-style02 .top-inner .logos{position:relative;display:inline-block;background:rgba(255,255,255,0.07);padding:54px 40px 54px 40px;margin-bottom:35px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;text-align:center;max-width:320px}@media screen and (max-width: 1199px){.footer-style02 .top-inner .logos{padding:45px 45px 45px 45px}}

.kenburns-banner{position:relative;overflow:hidden;background-position:center;background-size:cover;animation:kenburns-zoom 18s ease-in-out infinite alternate}
@keyframes kenburns-zoom{0%{background-size:100%}100%{background-size:120%}}

.video-banner{position:relative;overflow:hidden;background-position:center;background-size:cover;background-repeat:no-repeat;min-height:100vh;min-height:100dvh}
.video-banner.full-screen,.full-screen.video-banner{min-height:100vh;min-height:100dvh}
.video-banner .banner-video{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.video-banner .banner-video video{position:absolute;top:50%;left:50%;width:100vw;height:56.25vw;min-height:100%;min-width:177.78vh;border:0;transform:translate(-50%,-50%);object-fit:cover}
.video-banner>[class*="container"]{position:relative;z-index:2}

/* Kill theme header slide-in — margin-top:-150px animation caused desktop CLS ~1 */
header.scrollHeader .navbar-default,
header.header-style1.scrollHeader .navbar-default{
  animation:none!important;
  margin-top:0!important;
}
header.header-style1{
  min-height:70px;
}

/* Lock top-position1 before deferred plugins.css (same values as plugins) */
.top-position1{position:relative;margin-top:-100px}
@media (min-width:992px){.top-position1{margin-top:-130px}}
.mc-hero,.video-banner.mc-hero{margin-top:0!important}

header.header-style1 .navbar-default,
header.header-style1.scrollHeader .navbar-default,
header.scrollHeader .navbar-default{
  animation:none!important;
  margin-top:0!important;
}

/* Owl defaults to display:none until JS — reserve first slide to avoid CLS */
.owl-carousel{display:block!important}
.owl-carousel:not(.owl-loaded){overflow:hidden}
.owl-carousel:not(.owl-loaded)>:not(:first-child){display:none!important}

/* Site logo — responsive (mobile smaller, desktop larger) */
.navbar-brand.logochange {
  display: inline-flex;
  align-items: center;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  max-width: none;
  overflow: visible;
}
.navbar-brand.logochange .site-logo,
.navbar-brand.logochange #logo {
  height: 42px !important;
  max-height: 42px !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain;
}
@media (min-width: 576px) {
  .navbar-brand.logochange .site-logo,
  .navbar-brand.logochange #logo {
    height: 48px !important;
    max-height: 48px !important;
  }
}
@media (min-width: 992px) {
  .navbar-brand.logochange .site-logo,
  .navbar-brand.logochange #logo {
    height: 54px !important;
    max-height: 54px !important;
  }
}
@media (min-width: 1200px) {
  .navbar-brand.logochange .site-logo,
  .navbar-brand.logochange #logo {
    height: 58px !important;
    max-height: 58px !important;
  }
}
  /* Solid white header (all breakpoints) */
  header.header-style1,
  header.header-style1.scrollHeader,
  header.header-style1 .navbar-default,
  header.header-style1.scrollHeader .navbar-default,
  header.header-style1 .navbar-header-custom,
  header.header-style1 .menu_area,
  header.header-style1 .navbar-collapse,
  header.header-style1 .navbar-collapse.collapsing,
  header.header-style1 .navbar-collapse.show {
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
  }
  header.menu_area-light .navbar-nav > li > a,
  header.menu_area-light.scrollHeader .navbar-nav > li > a {
    color: #042158 !important;
  }
  header.menu_area-light .navbar-nav li.current > a,
  header.menu_area-light .navbar-nav li.active > a,
  header.menu_area-light.scrollHeader .navbar-nav li.current > a,
  header.menu_area-light.scrollHeader .navbar-nav li.active > a {
    color: #F7941D !important;
  }
@media (max-width: 991.98px) {
  .navbar-header-custom {
    padding: 6px 0 !important;
  }
  .navbar-default .container-fluid {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
  }
  header.header-style1 .navbar-brand.logochange {
    background: transparent !important;
    border-radius: 0 !important;
  }
  /* Align menu toggle with logo — pinned to far right */
  header.header-style1 .menu_area > .navbar {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center !important;
    justify-content: flex-start;
    position: relative !important;
    min-height: 58px;
    padding-right: 52px !important;
  }
  header.header-style1 .navbar-header-custom {
    display: flex !important;
    align-items: center !important;
    flex: 1 1 auto;
    min-width: 0;
  }
  header.header-style1 .attr-nav {
    display: none !important;
  }
  header.header-style1 .navbar-toggler {
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    left: auto !important;
    transform: translateY(-50%);
    margin: 0 !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 4px !important;
    z-index: 20;
  }
  header.header-style1 .navbar-toggler:before {
    top: 50% !important;
    right: 11px !important;
    width: 18px !important;
    margin-top: -1px;
  }
  header.header-style1 .navbar-toggler:after {
    top: 50% !important;
    right: 11px !important;
    width: 18px !important;
    height: 14px !important;
    margin-top: -7px;
  }
  header.header-style1 .navbar-toggler.menu-opened:before,
  header.header-style1 .navbar-toggler.menu-opened:after {
    top: 50% !important;
    margin-top: -1px;
    height: 2px !important;
    width: 18px !important;
  }
  /* Collapsed until open — prevents mobile FOUC CLS when plugins.css is deferred */
  header.header-style1 #nav{
    display:none;
    width:100%;
    flex-basis:100%;
    order:3;
    background:#fff;
    margin:0;
    padding:0;
    list-style:none;
  }
  header.header-style1 #nav.open{
    display:block;
  }
}


/* MarineCaddie PDF brand surfaces */
.bg-dark,
.bg-secondary {
  background-color: #042158 !important;
}

/* Attached navy → teal maritime gradient */
:root {
  --marine-sea-gradient: linear-gradient(90deg, #000c1f 0%, #042158 45%, #004b61 100%);
}
.footer-style01.bg-dark,
.home-section--process.bg-secondary {
  background: var(--marine-sea-gradient) !important;
  background-color: transparent !important;
}
.theme-color,
.text-theme {
  color: #F7941D !important;
}

/* Home — Ship Spare Logistics showcase (footer-matched light background) */
.ship-spare-showcase {
  background:
    radial-gradient(ellipse 55% 45% at 100% 0%, rgba(247, 148, 29, 0.06), transparent 55%),
    radial-gradient(ellipse 45% 40% at 0% 100%, rgba(70, 150, 210, 0.05), transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #f5f8fc 55%, #ecf1f6 100%) !important;
  background-color: #f5f8fc !important;
  color: #042158;
  padding: 4.5rem 0;
  margin-top: 3rem;
  border-top: 1px solid rgba(4, 33, 88, 0.06);
  border-bottom: 1px solid rgba(4, 33, 88, 0.06);
}
.ship-spare-showcase__glow {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(4, 33, 88, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(4, 33, 88, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent 90%);
  pointer-events: none;
}
.ship-spare-showcase .text-white {
  color: #042158 !important;
}
.ship-spare-showcase .lead.text-white,
.ship-spare-showcase .opacity9 {
  color: #4a5d7a !important;
  opacity: 1 !important;
}
.ship-spare-capability {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(4, 33, 88, 0.1);
  border-radius: 0.75rem;
  padding: 1.25rem 1rem 1.35rem;
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(4, 33, 88, 0.04);
}
.ship-spare-capability::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #F7941D;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.35s ease;
}
.ship-spare-capability:hover {
  transform: translateY(-6px);
  background: #fff;
  border-color: rgba(247, 148, 29, 0.45);
  box-shadow: 0 14px 32px rgba(4, 33, 88, 0.08);
}
.ship-spare-capability:hover::before {
  transform: scaleY(1);
}
.ship-spare-capability__num {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #F7941D;
  margin-bottom: 0.65rem;
}
.ship-spare-capability__title {
  margin: 0;
  color: #042158;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
}
.ship-spare-flow {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(4, 33, 88, 0.1);
  border-radius: 1rem;
  padding: 1.5rem 1rem 1.6rem;
  box-shadow: 0 10px 28px rgba(4, 33, 88, 0.05);
}
.ship-spare-flow__track {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.35rem;
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0.35rem 0.15rem 0.15rem;
}
.ship-spare-flow__step {
  flex: 1 0 4.6rem;
  max-width: 6.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.ship-spare-flow__icon {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 4.75rem;
  margin-bottom: 0.55rem;
}
.ship-spare-flow__icon svg {
  width: 3.75rem;
  height: 3.25rem;
  display: block;
  overflow: visible;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
  transition: transform 0.3s ease;
}
.ship-spare-flow__step:nth-child(6) .ship-spare-flow__icon svg {
  width: 3.6rem;
  height: 3.85rem;
}
.ship-spare-flow__step:hover .ship-spare-flow__icon svg {
  transform: translateY(-4px);
}
.ship-spare-flow__name {
  color: #042158;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
.ship-spare-flow--service {
  background: #042158;
  border: 1px solid rgba(4, 33, 88, 0.25);
  border-radius: 0.75rem;
  padding: 1.25rem 0.75rem 1.35rem;
}
@media (max-width: 991.98px) {
  .ship-spare-showcase {
    padding: 3.25rem 0;
    margin-top: 2rem;
  }
  .ship-spare-flow__step {
    flex: 0 0 5.2rem;
  }
}
@media (max-width: 575.98px) {
  .ship-spare-capability {
    padding: 1rem 0.85rem 1.1rem;
  }
  .ship-spare-capability__title {
    font-size: 0.95rem;
  }
  .ship-spare-flow__icon svg {
    width: 2.85rem;
    height: 2.6rem;
  }
  .ship-spare-flow__step:nth-child(6) .ship-spare-flow__icon svg {
    height: 3.2rem;
  }
}

/* Home — Port Husbandry showcase */
.port-husbandry-showcase {
  position: relative;
  padding: 4.75rem 0;
  background:
    radial-gradient(ellipse 70% 55% at 0% 0%, rgba(247, 148, 29, 0.1), transparent 55%),
    radial-gradient(ellipse 60% 50% at 100% 100%, rgba(4, 33, 88, 0.06), transparent 50%),
    linear-gradient(180deg, #f7fafc 0%, #eef3f8 100%);
  overflow: hidden;
}
.port-husbandry-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(4, 33, 88, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(4, 33, 88, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent 85%);
  pointer-events: none;
}
.port-husbandry-showcase > .container {
  position: relative;
  z-index: 1;
}
.port-husbandry-regions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.75rem;
  padding: 1.25rem 0 0.25rem;
  border-top: 1px solid rgba(4, 33, 88, 0.12);
  border-bottom: 1px solid rgba(4, 33, 88, 0.12);
  margin-bottom: 0.5rem;
}
.port-husbandry-regions__item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}
.port-husbandry-regions__marker {
  width: 10px;
  height: 10px;
  background: #F7941D;
  transform: rotate(45deg);
  flex-shrink: 0;
  animation: portHusbandryPulse 2.6s ease-in-out infinite;
}
.port-husbandry-regions__item:nth-child(2) .port-husbandry-regions__marker { animation-delay: 0.35s; }
.port-husbandry-regions__item:nth-child(3) .port-husbandry-regions__marker { animation-delay: 0.7s; }
.port-husbandry-regions__item:nth-child(4) .port-husbandry-regions__marker { animation-delay: 1.05s; }
.port-husbandry-regions__name {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #042158;
}
.port-husbandry-service {
  height: 100%;
  padding: 1.15rem 1.1rem 1.2rem;
  background: rgba(255, 255, 255, 0.72);
  border-left: 3px solid #F7941D;
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
.port-husbandry-service:hover {
  transform: translateY(-4px);
  background: #fff;
  box-shadow: 0 12px 28px rgba(4, 33, 88, 0.08);
}
.port-husbandry-service__num {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #F7941D;
  margin-bottom: 0.45rem;
}
.port-husbandry-service__title {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.35;
  color: #042158;
}
@keyframes portHusbandryPulse {
  0%, 100% { opacity: 1; transform: rotate(45deg) scale(1); }
  50% { opacity: 0.55; transform: rotate(45deg) scale(0.85); }
}
@media (max-width: 991.98px) {
  .port-husbandry-showcase {
    padding: 3.5rem 0;
  }
}
@media (max-width: 575.98px) {
  .port-husbandry-regions {
    gap: 0.75rem 1.15rem;
  }
  .port-husbandry-regions__name {
    font-size: 0.92rem;
  }
  .port-husbandry-service {
    padding: 1rem 0.95rem;
  }
}

/* Home page — section rhythm */
.home-section {
  position: relative;
}
.our-services-home {
  padding: 5rem 0 4.25rem;
  background:
    linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
}
.home-section--about.about-style01 {
  padding-top: 5rem;
  padding-bottom: 4.5rem;
  background: #fff;
}
.home-section--why {
  padding-top: 5rem;
  padding-bottom: 4.5rem;
}
.home-section--process {
  margin-top: 0;
}
.home-section--process .butn-style01.white-hover {
  border-color: rgba(255, 255, 255, 0.55);
}
.home-section--ticker {
  background: #fff;
  padding-top: 2.5rem !important;
}
.home-section--cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.ship-spare-showcase.home-section {
  margin-top: 0;
}
.port-husbandry-showcase.home-section {
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .our-services-home,
  .home-section--about.about-style01,
  .home-section--why,
  .home-section--cta {
    padding-top: 3.5rem;
    padding-bottom: 3.25rem;
  }
}

/* Our Services — PDF categories (home + listing) */
.services-page-showcase {
  padding: 4.5rem 0;
  background:
    radial-gradient(ellipse 55% 45% at 100% 0%, rgba(247, 148, 29, 0.08), transparent 50%),
    linear-gradient(180deg, #f4f7fb 0%, #eef3f8 100%);
}
.services-category {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-top: 3px solid #F7941D;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.services-category:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(4, 33, 88, 0.1);
}
.services-category__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.services-category__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.services-category:hover .services-category__media img {
  transform: scale(1.05);
}
.services-category__num {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0 2px 10px rgba(4, 33, 88, 0.45);
}
.services-category__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(4, 33, 88, 0.72) 100%);
  pointer-events: none;
}
.services-category__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.4rem 1.35rem 1.5rem;
}
.services-category__title {
  margin: 0 0 0.65rem;
  font-size: 1.35rem;
  font-weight: 800;
  color: #042158;
}
.services-category__title a {
  color: inherit;
  text-decoration: none;
}
.services-category__title a:hover {
  color: #F7941D;
}
.services-category__excerpt {
  margin: 0 0 1rem;
  color: #3a4a63;
  font-size: 0.98rem;
  line-height: 1.55;
}
.services-category__list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem 0.85rem;
}
.services-category__list li {
  position: relative;
  padding-left: 0.85rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #042158;
  line-height: 1.35;
}
.services-category__list li a {
  color: inherit;
  text-decoration: none;
}
.services-category__list li a:hover {
  color: #F7941D;
}
.services-category__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
  font-size: 0.92rem;
  color: #042158;
  text-decoration: none;
  border-bottom: 2px solid #F7941D;
  padding-bottom: 0.15rem;
  align-self: flex-start;
  transition: color 0.25s ease, gap 0.25s ease;
}
.services-category__link:hover {
  color: #F7941D;
  gap: 0.7rem;
}
.services-categories--home .services-category__list {
  grid-template-columns: 1fr 1fr;
}
.service-pages-strip {
  padding: 4rem 0;
}
.service-page-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-left: 3px solid #042158;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
.service-page-link:hover {
  border-left-color: #F7941D;
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(4, 33, 88, 0.08);
  color: inherit;
}
.service-page-link__media {
  display: block;
  aspect-ratio: 2 / 1;
  overflow: hidden;
}
.service-page-link__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.service-page-link:hover .service-page-link__media img {
  transform: scale(1.04);
}
.service-page-link__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.15rem 1.15rem 1.25rem;
}
.service-page-link__title {
  display: block;
  font-size: 1.1rem;
  font-weight: 800;
  color: #042158;
  margin-bottom: 0.4rem;
}
.service-page-link__excerpt {
  display: block;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #4a5a72;
  margin-bottom: 0.85rem;
  flex: 1;
}
.service-page-link__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #F7941D;
}
.service-why-num {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 800;
  color: #F7941D;
  letter-spacing: 0.04em;
}
@media (max-width: 767.98px) {
  .our-services-home,
  .services-page-showcase,
  .service-pages-strip {
    padding: 3.25rem 0;
  }
  .services-category__list {
    grid-template-columns: 1fr;
  }
  .services-category__title {
    font-size: 1.2rem;
  }
}

/* Scroll ticker — seamless RTL + center solid fill */
.scroll-section--dynamic {
  background: #fff;
  padding: 1.25rem 0 1.5rem;
}
.scroll-section--dynamic .scroll-track.scroll-left {
  width: max-content;
  animation-name: scroll-left-seamless;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.scroll-section--dynamic .scroll-group {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
@keyframes scroll-left-seamless {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.scroll-section--dynamic .scroll-text {
  position: relative;
  font-size: clamp(2.4rem, 6vw, 4.75rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em;
  color: #042158;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px #042158;
  paint-order: stroke fill;
  overflow: visible !important;
  transition: none !important;
}
.scroll-section--dynamic .scroll-text::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  max-width: var(--fill, 0px);
  overflow: hidden;
  white-space: nowrap;
  color: #B45309;
  -webkit-text-fill-color: #B45309;
  -webkit-text-stroke: 0;
  transition: none !important;
  pointer-events: none;
}
.scroll-section--dynamic .scroll-sep {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #B45309;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  line-height: 1;
  transform: translateY(0.05em);
}
@media (prefers-reduced-motion: reduce) {
  .scroll-section--dynamic .scroll-track.scroll-left {
    animation: none;
  }
  .scroll-section--dynamic .scroll-text::before {
    max-width: 100%;
  }
}

/* Editorial footer */
.mc-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 55% 45% at 100% 0%, rgba(247, 148, 29, 0.06), transparent 55%),
    radial-gradient(ellipse 45% 40% at 0% 100%, rgba(70, 150, 210, 0.05), transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #f5f8fc 55%, #ecf1f6 100%);
  color: #042158;
  padding-top: 4rem;
  border-top: 1px solid rgba(4, 33, 88, 0.08);
}
.mc-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, 1fr));
  gap: 2.25rem 2rem;
  padding-bottom: 2.75rem;
}
.mc-footer__logo-link {
  display: inline-block;
  margin-bottom: 1.15rem;
}
.mc-footer__logo {
  max-width: 220px;
  width: 100%;
  height: auto;
  display: block;
}
.mc-footer__about {
  margin: 0;
  max-width: 22rem;
  color: #4a5d7a;
  line-height: 1.7;
}
.mc-footer__heading {
  margin: 0 0 1.15rem;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #F7941D;
  padding-bottom: 0;
}
.mc-footer__heading::after {
  display: none;
}
.mc-footer__heading--ghost {
  opacity: 0;
  pointer-events: none;
  user-select: none;
}
.mc-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mc-footer__links li {
  margin-bottom: 0.7rem;
}
.mc-footer__links a {
  color: #042158;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
.mc-footer__links a:hover {
  color: #F7941D;
  padding-left: 0;
}
.mc-footer__follow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 50px;
}
.mc-footer__follow-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #042158;
}
.mc-footer__social-link {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #042158;
  text-decoration: none;
  font-size: 1.05rem;
  transition: color 0.2s ease, transform 0.2s ease;
}
.mc-footer__social-link:hover {
  color: #0A66C2;
  transform: translateY(-1px);
}
.mc-footer__bar {
  border-top: 1px solid rgba(4, 33, 88, 0.28);
  padding: 1.15rem 0;
  text-align: center;
  background: transparent;
}
.mc-footer__bar p {
  margin: 0;
  font-size: 0.9rem;
  color: #042158;
}
@media (max-width: 991.98px) {
  .mc-footer {
    padding-top: 3.25rem;
  }
  .mc-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
  }
  .mc-footer__brand-col {
    grid-column: 1 / -1;
  }
  .mc-footer__heading--ghost {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .mc-footer__grid {
    grid-template-columns: 1fr;
  }
  .mc-footer__logo {
    max-width: 200px;
  }
}

/* Testimonials — match classic template layout */
.home-section--cta {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  position: relative;
}
.home-section--cta.secondary-overlay[data-overlay-dark]:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #000c1f !important;
  opacity: 0.82 !important;
}
.home-section--cta > .container {
  position: relative;
  z-index: 2;
}
.home-section--cta .testimonials-quote {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.home-section--cta .testimonials-quote:before {
  background-color: #F7941D !important;
}
.home-section--cta .testimonial-carousel-two .owl-nav {
  margin-top: 2rem;
}
.home-section--cta .testimonial-carousel-two.owl-carousel {
  display: block;
}
.home-section--cta .testimonial-carousel-two:not(.owl-loaded) > div + div {
  display: none;
}

/* About — motto / why choose us split */
.about-motto-split {
  padding: 1rem 0 4.5rem;
}
.about-motto-split__frame {
  min-height: 36rem;
  box-shadow: 0 18px 50px rgba(4, 33, 88, 0.1);
}
.about-motto-split__visual {
  position: relative;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
  background: #042158;
}
.about-motto-split__visual img {
  width: 100%;
  height: 100%;
  min-height: 36rem;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.8s ease;
}
.about-motto-split__visual:hover img {
  transform: scale(1.06);
}
.about-motto-split__visual-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(160deg, rgba(0, 12, 31, 0.82) 10%, rgba(4, 33, 88, 0.72) 48%, rgba(0, 75, 97, 0.78) 100%);
}
.about-motto-split__visual-content {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  padding: 2.5rem 2rem 2.75rem;
}
.about-motto-split__eyebrow {
  display: inline-block;
  margin-bottom: 0.85rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: none;
  color: #F7941D;
}
.about-motto-split__headline {
  margin: 0 0 1rem;
  color: #fff !important;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.about-motto-split__support {
  margin: 0 0 1.4rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
  max-width: 28rem;
}
.about-motto-split__panel {
  background:
    radial-gradient(ellipse 70% 50% at 100% 0%, rgba(247, 148, 29, 0.08), transparent 55%),
    linear-gradient(180deg, #f7fafc 0%, #eef3f8 100%);
}
.about-motto-split__panel-inner {
  padding: 2.5rem 2rem 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.about-motto-split__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  flex: 1;
}
.about-motto-split__item {
  display: flex;
  gap: 0.85rem;
  padding: 1.15rem 1rem 1.25rem 0;
  border-bottom: 1px solid rgba(4, 33, 88, 0.1);
}
.about-motto-split__item:nth-child(odd) {
  padding-right: 1.25rem;
  border-right: 1px solid rgba(4, 33, 88, 0.1);
}
.about-motto-split__item:nth-child(even) {
  padding-left: 1.25rem;
}
.about-motto-split__item:nth-last-child(-n + 2) {
  border-bottom: 0;
}
.about-motto-split__num {
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #F7941D;
  line-height: 1.4;
  padding-top: 0.15rem;
}
.about-motto-split__item-title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #042158;
}
.about-motto-split__item-text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #4a5a72;
}
.about-motto-split__office {
  margin-top: 1.5rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(4, 33, 88, 0.12);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  color: #3a4a63;
  font-size: 0.9rem;
  line-height: 1.5;
}
.about-motto-split__office-label {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 800;
  color: #042158;
}
.about-motto-split__office-links {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-align: right;
}
.about-motto-split__office-links a {
  color: #F7941D;
  font-weight: 700;
  text-decoration: none;
}
.about-motto-split__office-links a:hover {
  color: #042158;
}
@media (max-width: 991.98px) {
  .about-motto-split {
    padding: 0.5rem 0 3.25rem;
  }
  .about-motto-split__visual img {
    min-height: 24rem;
  }
  .about-motto-split__panel-inner {
    padding: 2rem 1.35rem 1.75rem;
  }
  .about-motto-split__list {
    grid-template-columns: 1fr;
  }
  .about-motto-split__item,
  .about-motto-split__item:nth-child(odd),
  .about-motto-split__item:nth-child(even) {
    padding: 1.1rem 0;
    border-right: 0;
  }
  .about-motto-split__item:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(4, 33, 88, 0.1);
  }
  .about-motto-split__item:last-child {
    border-bottom: 0;
  }
  .about-motto-split__office-links {
    text-align: left;
  }
}

/* About — Global Coverage + Port Husbandry */
.about-presence-showcase {
  padding: 1rem 0 4rem;
}
.about-presence-block {
  height: 100%;
  padding: 2.1rem 1.75rem 2rem;
  position: relative;
  overflow: hidden;
}
.about-presence-block--coverage {
  background:
    radial-gradient(ellipse 80% 60% at 0% 0%, rgba(247, 148, 29, 0.12), transparent 55%),
    linear-gradient(160deg, #000c1f 0%, #042158 48%, #004b61 100%);
  color: #fff;
}
.about-presence-block--husbandry {
  background:
    radial-gradient(ellipse 70% 50% at 100% 0%, rgba(247, 148, 29, 0.1), transparent 50%),
    linear-gradient(180deg, #f7fafc 0%, #eef3f8 100%);
  border: 1px solid rgba(4, 33, 88, 0.08);
  color: #042158;
}
.about-presence-block__eyebrow {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: none;
  color: #F7941D;
}
.about-presence-block__title {
  margin: 0 0 0.9rem;
  font-size: clamp(1.55rem, 2.5vw, 2.1rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.about-presence-block--coverage .about-presence-block__title {
  color: #fff !important;
}
.about-presence-block__text {
  margin: 0 0 1.4rem;
  line-height: 1.6;
  max-width: 36rem;
}
.about-presence-block--coverage .about-presence-block__text {
  color: rgba(255, 255, 255, 0.82);
}
.about-presence-block--husbandry .about-presence-block__text {
  color: #4a5a72;
}
.about-presence-regions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.5rem;
}
.about-presence-regions__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.about-presence-regions__chip:hover {
  background: rgba(247, 148, 29, 0.2);
  border-color: #F7941D;
  transform: translateY(-2px);
}
.about-presence-block__meta {
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.about-presence-block__meta-label {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.5);
}
.about-presence-block__meta-value {
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
.about-presence-hubs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.35rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(4, 33, 88, 0.1);
}
.about-presence-hubs__item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #042158;
}
.about-presence-hubs__marker {
  width: 8px;
  height: 8px;
  background: #F7941D;
  transform: rotate(45deg);
  flex-shrink: 0;
  animation: aboutPresencePulse 2.6s ease-in-out infinite;
}
.about-presence-hubs__item:nth-child(2) .about-presence-hubs__marker { animation-delay: 0.35s; }
.about-presence-hubs__item:nth-child(3) .about-presence-hubs__marker { animation-delay: 0.7s; }
.about-presence-hubs__item:nth-child(4) .about-presence-hubs__marker { animation-delay: 1.05s; }
.about-presence-services {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem 1rem;
}
.about-presence-services li {
  position: relative;
  padding-left: 0.85rem;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
  color: #042158;
}
.about-presence-services li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 6px;
  height: 6px;
  background: #F7941D;
}
.about-presence-block__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
  color: #042158;
  text-decoration: none;
  border-bottom: 2px solid #F7941D;
  padding-bottom: 0.15rem;
  transition: color 0.2s ease, gap 0.2s ease;
}
.about-presence-block__link:hover {
  color: #F7941D;
  gap: 0.7rem;
}
@keyframes aboutPresencePulse {
  0%, 100% { opacity: 1; transform: rotate(45deg) scale(1); }
  50% { opacity: 0.55; transform: rotate(45deg) scale(0.85); }
}
@media (max-width: 991.98px) {
  .about-presence-showcase {
    padding: 0.5rem 0 3rem;
  }
}
@media (max-width: 575.98px) {
  .about-presence-block {
    padding: 1.6rem 1.2rem 1.5rem;
  }
  .about-presence-services {
    grid-template-columns: 1fr;
  }
}

/* About — Our Team overlap panels */
.about-team-showcase {
  padding: 4.5rem 0;
  background:
    radial-gradient(ellipse 55% 45% at 0% 0%, rgba(247, 148, 29, 0.07), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
}
.about-team-overlap {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.85rem;
}
.about-team-panel {
  position: relative;
}
.about-team-panel:nth-child(even) {
  transform: translateY(1rem);
}
.about-team-panel__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4.2;
  background: #042158;
}
.about-team-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}
.about-team-panel__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 12, 31, 0.78) 100%);
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.about-team-panel__nameplate {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 0.85rem 0.75rem 1rem;
  transition: transform 0.4s ease, opacity 0.35s ease;
}
.about-team-panel__name {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
}
.about-team-panel__hint {
  display: inline-block;
  margin-top: 0.2rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: none;
  color: #F7941D;
}
.about-team-panel__reveal {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 1rem 0.85rem 1.1rem;
  background: linear-gradient(180deg, transparent 0%, rgba(4, 33, 88, 0.96) 38%, #042158 100%);
  transform: translateY(72%);
  opacity: 0;
  transition: transform 0.45s ease, opacity 0.35s ease;
}
.about-team-panel__role {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.8rem;
  font-weight: 800;
  color: #F7941D;
  line-height: 1.3;
}
.about-team-panel__focus {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
}
.about-team-panel:hover .about-team-panel__media img,
.about-team-panel:focus-within .about-team-panel__media img {
  transform: scale(1.06);
}
.about-team-panel:hover .about-team-panel__reveal,
.about-team-panel:focus-within .about-team-panel__reveal {
  transform: translateY(0);
  opacity: 1;
}
.about-team-panel:hover .about-team-panel__nameplate,
.about-team-panel:focus-within .about-team-panel__nameplate {
  opacity: 0;
  transform: translateY(0.75rem);
}
@media (max-width: 1199.98px) {
  .about-team-overlap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
  .about-team-panel:nth-child(even) {
    transform: translateY(1.25rem);
  }
}
@media (max-width: 991.98px) {
  .about-team-showcase {
    padding: 3.25rem 0;
  }
  .about-team-overlap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-team-panel:nth-child(even) {
    transform: none;
  }
  .about-team-panel:nth-child(3n) {
    transform: translateY(1rem);
  }
}
@media (max-width: 575.98px) {
  .about-team-overlap {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .about-team-panel:nth-child(n) {
    transform: none;
  }
  .about-team-panel__reveal {
    transform: none;
    opacity: 1;
    background: linear-gradient(180deg, transparent 0%, rgba(4, 33, 88, 0.88) 45%, #042158 100%);
  }
  .about-team-panel__nameplate {
    display: none;
  }
}
@media (hover: none) {
  .about-team-panel__reveal {
    transform: none;
    opacity: 1;
    background: linear-gradient(180deg, transparent 0%, rgba(4, 33, 88, 0.9) 45%, #042158 100%);
  }
  .about-team-panel__nameplate .about-team-panel__hint {
    display: none;
  }
}

/* Mission & Vision page */
.mv-intro {
  padding: 4.5rem 0 2.5rem;
  background:
    linear-gradient(180deg, #f7fafc 0%, #ffffff 100%);
}
.mv-intro__brand {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: none;
  color: #F7941D;
}
.mv-intro__title {
  color: #042158;
}
.mv-intro__text {
  max-width: 40rem;
  color: #4a5d7a;
}

.mv-stage {
  padding: 1rem 0 4.5rem;
}
.mv-stage__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
.mv-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(4, 33, 88, 0.08);
  box-shadow: 0 18px 48px rgba(4, 33, 88, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.mv-panel:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 56px rgba(4, 33, 88, 0.14);
}
.mv-panel__mark {
  position: absolute;
  top: 1rem;
  right: 1.15rem;
  z-index: 2;
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  opacity: 0.18;
  pointer-events: none;
}
.mv-panel__media {
  position: relative;
  height: 14.5rem;
  overflow: hidden;
}
.mv-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.mv-panel:hover .mv-panel__media img {
  transform: scale(1.06);
}
.mv-panel__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 12, 31, 0.45) 100%);
}
.mv-panel__body {
  position: relative;
  z-index: 1;
  flex: 1;
  padding: 1.75rem 1.75rem 2rem;
}
.mv-panel__eyebrow {
  display: inline-block;
  margin-bottom: 0.65rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: none;
}
.mv-panel__heading {
  margin-bottom: 1rem;
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.mv-panel__statement {
  margin-bottom: 1.35rem;
  font-size: 1.02rem;
  line-height: 1.65;
}
.mv-panel__focus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mv-panel__focus li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.4;
}
.mv-panel__focus li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #F7941D;
}

.mv-panel--mission {
  background: #042158;
  color: #fff;
}
.mv-panel--mission .mv-panel__mark {
  color: #fff;
}
.mv-panel--mission .mv-panel__eyebrow {
  color: #F7941D;
}
.mv-panel--mission .mv-panel__heading,
.mv-panel--mission .mv-panel__statement {
  color: #fff !important;
}
.mv-panel--mission .mv-panel__statement {
  opacity: 0.92;
}
.mv-panel--mission .mv-panel__focus li {
  color: rgba(255, 255, 255, 0.9);
}

.mv-panel--vision {
  background:
    linear-gradient(165deg, #ffffff 0%, #eef4f9 55%, #e3edf6 100%);
  color: #042158;
}
.mv-panel--vision .mv-panel__mark {
  color: #042158;
}
.mv-panel--vision .mv-panel__eyebrow {
  color: #F7941D;
}
.mv-panel--vision .mv-panel__heading {
  color: #042158;
}
.mv-panel--vision .mv-panel__statement {
  color: #4a5d7a;
}

.mv-commit {
  padding: 4.5rem 0;
  background:
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(247, 148, 29, 0.07), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
}
.mv-commit__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}
.mv-commit__card {
  padding: 1.5rem 1.35rem 1.55rem;
  background: #fff;
  border: 1px solid rgba(4, 33, 88, 0.08);
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.mv-commit__card:hover {
  border-color: rgba(247, 148, 29, 0.45);
  transform: translateY(-3px);
}
.mv-commit__num {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #F7941D;
}
.mv-commit__title {
  margin-bottom: 0.55rem;
  font-size: 1.1rem;
  font-weight: 800;
  color: #042158;
}
.mv-commit__text {
  color: #4a5d7a;
  line-height: 1.55;
  font-size: 0.95rem;
}

.mv-cta {
  padding: 0 0 5rem;
}
.mv-cta__band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.5rem 2.25rem;
  background:
    linear-gradient(120deg, #042158 0%, #0a3a7a 55%, #063066 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
}
.mv-cta__band::before {
  content: "";
  position: absolute;
  width: 18rem;
  height: 18rem;
  right: -4rem;
  top: -6rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 148, 29, 0.28), transparent 65%);
  pointer-events: none;
}
.mv-cta__copy,
.mv-cta__actions {
  position: relative;
  z-index: 1;
}
.mv-cta__eyebrow {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: none;
  color: #F7941D;
}
.mv-cta__title {
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #fff;
}
.mv-cta__text {
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.88);
}
.mv-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  flex-shrink: 0;
}

@media (max-width: 991.98px) {
  .mv-stage__grid,
  .mv-commit__grid {
    grid-template-columns: 1fr;
  }
  .mv-cta__band {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .mv-commit__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .mv-intro {
    padding: 3.25rem 0 1.5rem;
  }
  .mv-panel__focus {
    grid-template-columns: 1fr;
  }
  .mv-panel__body {
    padding: 1.35rem 1.25rem 1.5rem;
  }
  .mv-cta__actions {
    width: 100%;
    flex-direction: column;
  }
  .mv-cta__actions .butn-style01 {
    text-align: center;
  }
}

/* Contact page */
.contact-intro {
  padding: 4.5rem 0 2rem;
  background: linear-gradient(180deg, #f7fafc 0%, #ffffff 100%);
}
.contact-intro__brand {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: none;
  color: #F7941D;
}
.contact-intro__title {
  color: #042158;
}
.contact-intro__text {
  max-width: 40rem;
  color: #4a5d7a;
}
.contact-quick {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.contact-quick__card {
  display: block;
  padding: 1.35rem 1.25rem 1.4rem;
  background: #fff;
  border: 1px solid rgba(4, 33, 88, 0.08);
  box-shadow: 0 12px 32px rgba(4, 33, 88, 0.06);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
a.contact-quick__card:hover {
  transform: translateY(-4px);
  border-color: rgba(247, 148, 29, 0.45);
  box-shadow: 0 18px 40px rgba(4, 33, 88, 0.1);
  color: inherit;
}
.contact-quick__label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: none;
  color: #F7941D;
}
.contact-quick__value {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #042158;
  line-height: 1.35;
  word-break: break-word;
}
.contact-quick__hint {
  display: block;
  font-size: 0.86rem;
  color: #4a5d7a;
}

.contact-main {
  padding: 2rem 0 4.5rem;
}
.contact-main__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr);
  gap: 1.5rem;
  align-items: stretch;
}
.contact-form-panel {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(4, 33, 88, 0.08);
  box-shadow: 0 18px 48px rgba(4, 33, 88, 0.08);
  padding: 2rem 1.75rem 2.1rem;
}
.contact-form-panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #F7941D 0%, #fb8845 55%, #042158 100%);
  pointer-events: none;
}
.contact-form-panel__head {
  margin-bottom: 1.35rem;
}
.contact-form-panel__eyebrow {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: none;
  color: #F7941D;
}
.contact-form-panel__title {
  margin-bottom: 0.65rem;
  font-size: clamp(1.45rem, 2.2vw, 1.85rem);
  font-weight: 800;
  color: #042158;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.contact-form-panel__text {
  margin-bottom: 0 !important;
  color: #4a5d7a;
}
.contact-form .form-control {
  border-color: rgba(4, 33, 88, 0.12);
  min-height: 3rem;
  padding: 0.7rem 0.95rem;
}
.contact-form .form-control:focus {
  border-color: #F7941D;
  box-shadow: 0 0 0 0.2rem rgba(247, 148, 29, 0.15);
}
.contact-form textarea.form-control {
  min-height: 8rem;
}
.contact-form label {
  font-weight: 700;
  color: #042158;
}

.contact-side__card {
  padding: 2rem 1.75rem;
  background: #fff;
  color: #042158;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(4, 33, 88, 0.08);
  box-shadow: 0 14px 36px rgba(4, 33, 88, 0.08);
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.contact-side {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  gap: 1rem;
}
.contact-side__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #F7941D 0%, #fb8845 55%, #042158 100%);
  pointer-events: none;
}
.contact-side__eyebrow,
.contact-side__title,
.contact-side__address,
.contact-side__list,
.contact-side__actions {
  position: relative;
  z-index: 1;
}
.contact-side__eyebrow {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: none;
  color: #F7941D;
}
.contact-side__title {
  margin-bottom: 0.85rem;
  font-size: 1.35rem;
  font-weight: 800;
  color: #042158;
}
.contact-side__address {
  color: #4a5d7a;
  line-height: 1.55;
}
.contact-side__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: auto;
}
.contact-side__list li {
  display: grid;
  gap: 0.2rem;
  padding: 0.85rem 0;
  border-top: 1px solid rgba(4, 33, 88, 0.1);
}
.contact-side__list li:last-child {
  border-bottom: 1px solid rgba(4, 33, 88, 0.1);
}
.contact-side__list span {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: none;
  color: #8a98ab;
}
.contact-side__list a,
.contact-side__list strong {
  color: #042158;
  font-weight: 700;
  text-decoration: none;
}
.contact-side__list a:hover {
  color: #F7941D;
}
.contact-side__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}
.contact-side__link {
  color: #042158;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(247, 148, 29, 0.55);
}
.contact-side__link:hover {
  color: #F7941D;
}
.contact-side__note {
  margin-top: 0;
  padding: 1.25rem 1.35rem;
  background: #f4f7fb;
  border: 1px solid rgba(4, 33, 88, 0.08);
  color: #4a5d7a;
  font-size: 0.95rem;
  line-height: 1.6;
  flex: 0 0 auto;
}

.contact-map {
  padding: 0 0 0;
}
.contact-map__frame {
  position: relative;
  height: clamp(28rem, 56vw, 38rem);
  min-height: 26rem;
  overflow: hidden;
  background: #d6e0ea;
}
.contact-map__leaflet {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 26rem;
  z-index: 0;
  background: #d6e0ea;
  pointer-events: none;
}
.contact-map__frame.is-unlocked .contact-map__leaflet {
  pointer-events: auto;
}
.contact-map__leaflet.leaflet-container,
.contact-map__leaflet .leaflet-container {
  width: 100%;
  height: 100%;
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: #d6e0ea;
}
.contact-map__leaflet .leaflet-control-attribution {
  font-size: 0.65rem;
  background: rgba(4, 33, 88, 0.75);
  color: rgba(255, 255, 255, 0.65);
}
.contact-map__leaflet .leaflet-control-attribution a {
  color: #F7941D;
}
.contact-map__leaflet .leaflet-popup-content-wrapper {
  border-radius: 0;
  box-shadow: 0 12px 28px rgba(4, 33, 88, 0.28);
}
.contact-map__leaflet .leaflet-popup-content {
  margin: 0.75rem 0.9rem;
  font-size: 0.88rem;
  color: #042158;
  line-height: 1.45;
}
.contact-map__leaflet .leaflet-popup-content strong {
  display: block;
  font-weight: 800;
}
.contact-map__leaflet .leaflet-popup-content em {
  color: #F7941D;
  font-style: normal;
  font-weight: 700;
  font-size: 0.78rem;
}

/* Bright orange presence pins (dark map) */
.contact-map__leaflet .mc-map-pin-wrap {
  background: transparent !important;
  border: 0 !important;
}
.contact-map__leaflet .mc-map-pin {
  position: relative;
  display: block;
  width: 30px;
  height: 40px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.55));
}
.contact-map__leaflet .mc-map-pin::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 26px;
  height: 26px;
  margin-left: -13px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: #002D5B;
  border: 3px solid #ffffff;
  box-sizing: border-box;
  box-shadow: 0 0 0 2px rgba(0, 45, 91, 0.45);
}
.contact-map__leaflet .mc-map-pin__dot {
  position: absolute;
  left: 50%;
  top: 7px;
  z-index: 1;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-radius: 50%;
  background: #ffffff;
}
.contact-map__leaflet .mc-map-pin--hq {
  width: 36px;
  height: 48px;
}
.contact-map__leaflet .mc-map-pin--hq::before {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  border-width: 3px;
  box-shadow: 0 0 0 3px rgba(0, 45, 91, 0.55);
  animation: mc-map-pin-pulse 1.8s ease-out infinite;
}
.contact-map__leaflet .mc-map-pin--hq .mc-map-pin__dot {
  top: 9px;
  width: 10px;
  height: 10px;
  margin-left: -5px;
}
@keyframes mc-map-pin-pulse {
  0% { box-shadow: 0 0 0 0 rgba(0, 45, 91, 0.7); }
  70% { box-shadow: 0 0 0 14px rgba(0, 45, 91, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 45, 91, 0); }
}
.contact-map__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.92) contrast(1.02);
  pointer-events: none;
}
.contact-map__frame.is-unlocked iframe {
  pointer-events: auto;
}
.contact-map__lock {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(4, 33, 88, 0.08);
  cursor: pointer;
  transition: opacity 0.25s ease, background 0.25s ease;
}
.contact-map__lock span {
  padding: 0.7rem 1.15rem;
  background: rgba(4, 33, 88, 0.92);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 28px rgba(4, 33, 88, 0.25);
}
.contact-map__lock:hover,
.contact-map__lock:focus-visible {
  background: rgba(4, 33, 88, 0.16);
  outline: none;
}
.contact-map__lock:hover span,
.contact-map__lock:focus-visible span {
  background: #F7941D;
}
.contact-map__frame.is-unlocked .contact-map__lock {
  opacity: 0;
  pointer-events: none;
}
.contact-map__chip {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  z-index: 2;
  max-width: min(22rem, calc(100% - 3rem));
  padding: 1.15rem 1.25rem 1.2rem;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(4, 33, 88, 0.1);
  box-shadow: 0 16px 40px rgba(4, 33, 88, 0.18);
}
.contact-map__chip-label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: none;
  color: #F7941D;
}
.contact-map__chip strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.98rem;
  font-weight: 800;
  color: #042158;
  line-height: 1.35;
}
.contact-map__chip span {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 0.88rem;
  color: #4a5d7a;
}
.contact-map__chip a {
  font-size: 0.88rem;
  font-weight: 800;
  color: #042158;
  text-decoration: none;
}
.contact-map__chip a:hover {
  color: #F7941D;
}

@media (max-width: 991.98px) {
  .contact-quick {
    grid-template-columns: 1fr 1fr;
  }
  .contact-main__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .contact-intro {
    padding: 3.25rem 0 1.25rem;
  }
  .contact-quick {
    grid-template-columns: 1fr;
  }
  .contact-form-panel,
  .contact-side__card {
    padding: 1.5rem 1.25rem;
  }
  .contact-map__chip {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    max-width: none;
  }
}

/* ============================================================
   Unified body/content font size + families
   Body/content: Plus Jakarta Sans | Headings: Space Grotesk
   ============================================================ */
:root {
  --mc-content-font-size: 1rem;
  --mc-content-line-height: 1.65;
  --mc-font-body: 'Plus Jakarta Sans', sans-serif;
  --mc-font-heading: 'Space Grotesk', 'Plus Jakarta Sans', sans-serif;
}

body,
.main-font,
.alt-font {
  font-family: var(--mc-font-body) !important;
}

body {
  font-size: var(--mc-content-font-size);
}

.main-wrapper p,
.main-wrapper .lead,
.main-wrapper .card .card-body,
.main-wrapper .accordion-body,
.main-wrapper .services-category__excerpt,
.main-wrapper .service-page-link__excerpt,
.main-wrapper .about-motto-split__support,
.main-wrapper .about-motto-split__item-text,
.main-wrapper .about-presence-block__text,
.main-wrapper .mv-intro__text,
.main-wrapper .mv-panel__statement,
.main-wrapper .mv-commit__text,
.main-wrapper .mv-cta__text,
.main-wrapper .contact-intro__text,
.main-wrapper .contact-form-panel__text,
.main-wrapper .contact-side__address,
.main-wrapper .contact-side__note,
.main-wrapper .mc-footer__about,
.main-wrapper .mc-footer__address,
.main-wrapper .mc-footer__tagline,
.main-wrapper .mc-footer__motto,
.main-wrapper .process-block p,
.main-wrapper .text-column p,
.main-wrapper .display-26,
.main-wrapper .display-27,
.main-wrapper .display-28,
.main-wrapper .display-29,
.main-wrapper .display-30,
.main-wrapper .display-xl-26,
.main-wrapper li.display-30,
.main-wrapper li,
.main-wrapper label,
.main-wrapper input,
.main-wrapper select,
.main-wrapper textarea,
.main-wrapper button,
.main-wrapper .butn-style01,
.main-wrapper .form-control,
.main-wrapper .navbar,
.main-wrapper .sub-menu a,
.main-wrapper .mc-footer,
.main-wrapper .quform,
.main-wrapper span,
.main-wrapper small,
.main-wrapper .small {
  font-family: var(--mc-font-body) !important;
}

.main-wrapper p,
.main-wrapper .lead,
.main-wrapper .card .card-body,
.main-wrapper .accordion-body,
.main-wrapper .services-category__excerpt,
.main-wrapper .service-page-link__excerpt,
.main-wrapper .about-motto-split__support,
.main-wrapper .about-motto-split__item-text,
.main-wrapper .about-presence-block__text,
.main-wrapper .mv-intro__text,
.main-wrapper .mv-panel__statement,
.main-wrapper .mv-commit__text,
.main-wrapper .mv-cta__text,
.main-wrapper .contact-intro__text,
.main-wrapper .contact-form-panel__text,
.main-wrapper .contact-side__address,
.main-wrapper .contact-side__note,
.main-wrapper .mc-footer__about,
.main-wrapper .mc-footer__address,
.main-wrapper .mc-footer__tagline,
.main-wrapper .mc-footer__motto,
.main-wrapper .process-block p,
.main-wrapper .text-column p,
.main-wrapper .display-26,
.main-wrapper .display-27,
.main-wrapper .display-28,
.main-wrapper .display-29,
.main-wrapper .display-30,
.main-wrapper .display-xl-26,
.main-wrapper li.display-30 {
  font-size: var(--mc-content-font-size) !important;
  line-height: var(--mc-content-line-height);
}

/* Headings: Space Grotesk (separate from body content) */
.main-wrapper h1,
.main-wrapper h2,
.main-wrapper h3,
.main-wrapper h4,
.main-wrapper h5,
.main-wrapper h6,
.main-wrapper .h1,
.main-wrapper .h2,
.main-wrapper .h3,
.main-wrapper .h4,
.main-wrapper .h5,
.main-wrapper .h6,
.main-wrapper .display-1,
.main-wrapper .display-2,
.main-wrapper .display-3,
.main-wrapper .display-4,
.main-wrapper .display-5,
.main-wrapper .display-6,
.main-wrapper .page-title-section h1,
.main-wrapper .services-category__title,
.main-wrapper .service-page-link__title,
.main-wrapper .mv-commit__title,
.main-wrapper .contact-form-panel__title,
.main-wrapper .contact-side__title,
.main-wrapper .contact-intro__title,
.main-wrapper .mv-intro__title,
.main-wrapper .about-presence-block__title,
.main-wrapper .mc-footer__heading {
  font-family: var(--mc-font-heading) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
  color: #343739 !important;
}
.main-wrapper [class*="__title"],
.main-wrapper [class*="__heading"] {
  font-family: var(--mc-font-heading) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
}
.main-wrapper h1.text-white,
.main-wrapper h2.text-white,
.main-wrapper h3.text-white,
.main-wrapper h4.text-white,
.main-wrapper h5.text-white,
.main-wrapper h6.text-white,
.main-wrapper .h1.text-white,
.main-wrapper .h2.text-white,
.main-wrapper .h3.text-white,
.main-wrapper .h4.text-white,
.main-wrapper .h5.text-white,
.main-wrapper .h6.text-white,
.main-wrapper .display-1.text-white,
.main-wrapper .display-2.text-white,
.main-wrapper .display-3.text-white,
.main-wrapper .display-4.text-white,
.main-wrapper .display-5.text-white,
.main-wrapper .display-6.text-white,
.main-wrapper .page-title-section h1,
.main-wrapper .text-white h1,
.main-wrapper .text-white h2,
.main-wrapper .text-white h3,
.main-wrapper .text-white h4,
.main-wrapper .text-white h5,
.main-wrapper .text-white h6 {
  color: #fff !important;
}
.main-wrapper .about-motto-split__headline,
.main-wrapper h2.about-motto-split__headline,
.main-wrapper .about-cta-band__title,
.main-wrapper h2.about-cta-band__title,
.main-wrapper .services-cta-band__title,
.main-wrapper h2.services-cta-band__title,
.main-wrapper .mv-cta__title,
.main-wrapper h2.mv-cta__title,
.main-wrapper .mv-cta__text,
.main-wrapper .mv-panel--mission .mv-panel__heading,
.main-wrapper .mv-panel--mission h3.mv-panel__heading,
.main-wrapper .mv-panel--mission .mv-panel__statement,
.main-wrapper .mv-panel--mission .mv-panel__focus li,
.main-wrapper .svc-page-hero__title,
.main-wrapper .svc-page-cta__title,
.main-wrapper .faq-page-banner__title,
.main-wrapper .faq-page-banner h1,
.main-wrapper .page-title-section h1,
.main-wrapper .secondary-overlay h1,
.main-wrapper .secondary-overlay h2,
.main-wrapper .secondary-overlay h3,
.main-wrapper .video-banner h1,
.main-wrapper .mc-hero h1,
.main-wrapper .services-page-banner__title,
.main-wrapper .services-page-banner h1,
.main-wrapper .services-why__title,
.main-wrapper h2.services-why__title,
.main-wrapper .about-presence-block--coverage .about-presence-block__title,
.main-wrapper .svc-page-aside__card:not(.svc-page-aside__card--related) .svc-page-aside__title,
.main-wrapper .svc-page-aside__card:not(.svc-page-aside__card--related) h2.svc-page-aside__title,
.main-wrapper .about-cta-band__text,
.main-wrapper .services-cta-band__text,
.main-wrapper .about-motto-split__support {
  color: #fff !important;
}
.main-wrapper .svc-page-aside__card--related .svc-page-aside__title,
.main-wrapper .svc-page-aside__card--related h2.svc-page-aside__title {
  color: #042158 !important;
}
.main-wrapper h1.text-primary,
.main-wrapper h2.text-primary,
.main-wrapper h3.text-primary,
.main-wrapper h4.text-primary,
.main-wrapper h5.text-primary,
.main-wrapper h6.text-primary,
.main-wrapper .display-5.text-primary,
.main-wrapper .display-6.text-primary,
.main-wrapper p.display-5.text-primary,
.main-wrapper p.display-6.text-primary {
  color: #F7941D !important;
}

.main-wrapper h2,
.main-wrapper .h2 {
  font-size: 35px !important;
  line-height: 1.25;
}

/* Icon fonts must keep their own family */
.main-wrapper .fab,
.main-wrapper .fas,
.main-wrapper .far,
.main-wrapper .fa,
.main-wrapper .fa-brands,
.main-wrapper .fa-solid,
.main-wrapper .fa-regular,
.main-wrapper [class^="ti-"],
.main-wrapper [class*=" ti-"],
.main-wrapper .themify {
  font-family: inherit;
}
.main-wrapper .fab { font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands" !important; }
.main-wrapper .fas,
.main-wrapper .fa-solid,
.main-wrapper .fa { font-family: "Font Awesome 6 Free", "Font Awesome 5 Free" !important; font-weight: 900 !important; }
.main-wrapper .far,
.main-wrapper .fa-regular { font-family: "Font Awesome 6 Free", "Font Awesome 5 Free" !important; font-weight: 400 !important; }
.main-wrapper [class^="ti-"],
.main-wrapper [class*=" ti-"] { font-family: themify !important; }

/* Keep UI chrome line-height sensible */
.main-wrapper .small,
.main-wrapper small,
.main-wrapper .letter-spacing-4.text-uppercase,
.main-wrapper .contact-quick__label,
.main-wrapper .contact-map__chip-label,
.main-wrapper .contact-side__eyebrow,
.main-wrapper .contact-form-panel__eyebrow,
.main-wrapper .mv-panel__eyebrow,
.main-wrapper .mv-commit__num,
.main-wrapper .mv-intro__brand,
.main-wrapper .contact-intro__brand,
.main-wrapper .about-presence-block__eyebrow,
.main-wrapper .about-presence-regions__chip,
.main-wrapper .mc-footer__contact-label,
.main-wrapper .mc-footer__bar p,
.main-wrapper .page-title-section ul {
  line-height: normal;
}

/* Nav submenu icons (Who We Are) */
#nav .sub-menu--icons {
  min-width: 17.5rem;
  padding: 0.35rem 0;
  overflow: hidden;
}
#nav .sub-menu--icons > li {
  border-bottom: 1px solid rgba(4, 33, 88, 0.08);
}
#nav .sub-menu--icons > li:last-child {
  border-bottom: 0;
}
#nav .sub-menu--icons > li > a {
  display: flex !important;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.1rem !important;
  line-height: 1.3 !important;
  white-space: normal;
}
#nav .sub-menu--icons .nav-svc-icon {
  flex: 0 0 1.35rem;
  width: 1.35rem;
  height: 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #042158;
}
#nav .sub-menu--icons .nav-svc-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}
#nav .sub-menu--icons .nav-svc-icon img {
  width: 1.35rem;
  height: 1.35rem;
  display: block;
  object-fit: contain;
  transition: filter 0.2s ease, opacity 0.2s ease;
}
#nav .sub-menu--icons > li > a:hover .nav-svc-icon img {
  filter: brightness(0) saturate(100%) invert(62%) sepia(68%) saturate(1480%) hue-rotate(346deg) brightness(101%) contrast(96%);
  opacity: 1;
}
#nav .sub-menu--icons .nav-svc-label {
  flex: 1 1 auto;
  font-family: var(--mc-font-body) !important;
  font-size: 0.92rem;
  font-weight: 600;
  color: inherit;
}
#nav .sub-menu--icons > li > a:hover .nav-svc-icon {
  color: #F7941D;
}

/* Our Services — category mega menu */
#nav > li.has-mega {
  position: static;
}
#nav .sub-menu--mega {
  width: min(960px, 94vw);
  max-width: 960px;
  padding: 1.15rem 1rem 1rem !important;
  right: auto !important;
  box-shadow: 0 18px 40px rgba(4, 33, 88, 0.14);
  border-top: 3px solid #F7941D;
  background: #fff !important;
  z-index: 1000;
  /* Kill theme slide/fade (left → center) on open */
  transition: none !important;
  -webkit-transition: none !important;
  animation: none !important;
}
@media (min-width: 992px) {
  #nav .sub-menu--mega {
    position: absolute !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.35rem 1rem;
    /* Instant show: final position even when hidden by opacity */
    left: 50% !important;
    transform: translateX(-50%);
    margin-top: 0 !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  #nav > li.has-mega:hover > .sub-menu--mega,
  #nav > li.has-mega:focus-within > .sub-menu--mega {
    left: 50% !important;
    transform: translateX(-50%);
    opacity: 1 !important;
    visibility: visible;
    pointer-events: auto;
    margin-top: 0 !important;
    transition: none !important;
  }
  /* Horizontal top-level nav before deferred plugins.css float rules */
  header.header-style1 #nav{
    display:flex !important;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:center;
    width:auto;
    flex-basis:auto;
  }
  header.header-style1 #nav > li{
    display:block;
    position:relative;
  }
  header.header-style1 .navbar-toggler{
    display:none !important;
  }
  header.header-style1 #nav .sub-menu--icons{
    position:absolute !important;
  }
  #nav > li.has-sub:not(.has-mega):hover > .sub-menu,
  #nav > li.has-sub:not(.has-mega):focus-within > .sub-menu {
    left: auto !important;
    opacity: 1 !important;
    visibility: visible;
    pointer-events: auto;
    margin-top: 0 !important;
  }
  /* Classic text dropdown (Who We Are) — not the icon list */
  #nav > li.has-sub:not(.has-mega) > .sub-menu {
    min-width: 220px;
    padding: 10px 0;
    background: #fff !important;
    border-radius: 4px;
    box-shadow: 0 12px 28px rgba(4, 33, 88, 0.14);
    border-top: 3px solid #F7941D;
  }
  #nav > li.has-sub:not(.has-mega) > .sub-menu > li > a {
    display: block !important;
    padding: 10px 18px !important;
    color: #042158 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    white-space: nowrap;
  }
  #nav > li.has-sub:not(.has-mega) > .sub-menu > li > a:hover,
  #nav > li.has-sub:not(.has-mega) > .sub-menu > li.current > a,
  #nav > li.has-sub:not(.has-mega) > .sub-menu > li.active > a {
    color: #F7941D !important;
  }
}
#nav .sub-menu--mega > .nav-mega-col {
  list-style: none;
  border-bottom: 0 !important;
  padding: 0.35rem 0.65rem 0.5rem;
  border-right: 1px solid rgba(4, 33, 88, 0.08);
}
#nav .sub-menu--mega > .nav-mega-col:last-child {
  border-right: 0;
}
#nav .nav-mega-col__title {
  display: flex !important;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0 0.7rem !important;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid rgba(4, 33, 88, 0.1);
  color: #042158 !important;
  font-family: var(--mc-font-heading) !important;
  font-size: 0.98rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  white-space: normal;
  letter-spacing: -0.01em;
}
#nav .nav-mega-col__title:hover,
#nav .nav-mega-col.current > .nav-mega-col__title,
#nav .nav-mega-col.active > .nav-mega-col__title {
  color: #F7941D !important;
}
#nav .nav-mega-col__title:hover .nav-mega-ico,
#nav .nav-mega-col.current > .nav-mega-col__title .nav-mega-ico,
#nav .nav-mega-col.active > .nav-mega-col__title .nav-mega-ico {
  color: #F7941D;
}
#nav .nav-mega-col__title:hover .nav-mega-ico img,
#nav .nav-mega-col.current > .nav-mega-col__title .nav-mega-ico img,
#nav .nav-mega-col.active > .nav-mega-col__title .nav-mega-ico img {
  filter: brightness(0) saturate(100%) invert(62%) sepia(68%) saturate(1480%) hue-rotate(346deg) brightness(101%) contrast(96%);
}
#nav .nav-mega-col__num {
  color: #fb8845;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  flex: 0 0 auto;
}
#nav .nav-mega-col__title-text {
  flex: 1 1 auto;
  min-width: 0;
}
#nav .nav-mega-col__item {
  display: flex !important;
  align-items: center;
  gap: 0.55rem;
  padding: 0.4rem 0 !important;
  color: #42526a !important;
  font-size: 0.86rem !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  white-space: normal;
}
#nav .nav-mega-col__item::before {
  content: none;
  display: none;
}
#nav .nav-mega-ico {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #042158;
  line-height: 0;
}
#nav .nav-mega-ico--sm {
  width: 1.05rem;
  height: 1.05rem;
}
#nav .nav-mega-ico--md {
  width: 1.2rem;
  height: 1.2rem;
}
#nav .nav-mega-ico img,
#nav .nav-mega-ico svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
#nav .nav-mega-col__label {
  flex: 1 1 auto;
  min-width: 0;
}
#nav .nav-mega-col__item:hover,
#nav .nav-mega-col__item.is-active {
  color: #F7941D !important;
}
#nav .nav-mega-col__item:hover .nav-mega-ico,
#nav .nav-mega-col__item.is-active .nav-mega-ico {
  color: #F7941D;
}
#nav .nav-mega-col__item:hover .nav-mega-ico img,
#nav .nav-mega-col__item.is-active .nav-mega-ico img {
  filter: brightness(0) saturate(100%) invert(62%) sepia(68%) saturate(1480%) hue-rotate(346deg) brightness(101%) contrast(96%);
}
#nav .nav-mega-col__more {
  display: inline-block !important;
  margin-top: 0.25rem;
  padding: 0.25rem 0 0 !important;
  color: #042158 !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  text-decoration: underline;
  text-decoration-color: #fb8845;
  text-underline-offset: 3px;
}
#nav .nav-mega-col__more:hover {
  color: #F7941D !important;
}
@media (max-width: 991.98px) {
  #nav > li.has-mega {
    position: relative;
  }
  /* Theme multitoggle uses li.active (not li.open). Keep closed unless active. */
  #nav .sub-menu--mega {
    width: 100% !important;
    max-width: none;
    left: 0 !important;
    transform: none !important;
    padding: 0.5rem 0.75rem 0.75rem !important;
    border-top: 0;
    box-shadow: none;
    display: none !important;
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    height: auto !important;
    overflow: visible !important;
    margin: 0 !important;
  }
  #nav > li.has-mega.active > .sub-menu--mega {
    display: block !important;
    left: 0 !important;
  }
  #nav .sub-menu--mega > .nav-mega-col {
    display: block;
    border-right: 0;
    border-bottom: 1px solid rgba(4, 33, 88, 0.08);
    padding: 0.65rem 0.25rem;
  }
  #nav .sub-menu--mega > .nav-mega-col:last-child {
    border-bottom: 0;
  }
}


/* Mobile menu CTAs */
.nav-mobile-ctas {
  list-style: none;
  padding: 1rem 1rem 1.25rem !important;
  margin: 0.25rem 0 0 !important;
  border-top: 1px solid rgba(4, 33, 88, 0.1);
}
.header-attr-actions--mobile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
}
.header-attr-actions--mobile .butn-style01 {
  flex: 1 1 auto;
  min-width: 8.5rem;
  text-align: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .nav-mobile-ctas {
    display: none !important;
  }
}
/* Header attribute actions */
.header-attr-actions {
  display: flex !important;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.attr-nav > ul.header-attr-actions > li {
  margin: 0;
  padding: 0;
  float: none;
}
.attr-nav > ul.header-attr-actions > li > a.butn-style01 {
  padding: 10px 26px !important;
}
.header-mycaddie {
  display: inline-flex !important;
  align-items: center;
  gap: 0.45rem;
}
.header-mycaddie i {
  font-size: 0.95em;
  line-height: 1;
}

/* Buttons: no uppercase */
.butn-style01,
a.butn-style01,
button.butn-style01,
.butn-style01.sm,
.attr-nav .butn-style01 {
  text-transform: none !important;
  letter-spacing: normal;
}

/* Button typography */
.butn-style01,
a.butn-style01,
button.butn-style01,
.butn-style01.sm,
.attr-nav .butn-style01 {
  font-size: 17px !important;
  font-weight: 700;
}

/* Hero motto ticker */
.hero-motto-ticker {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 1.75rem auto 0;
  padding-top: 0.35rem;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.hero-motto-ticker__track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 3.5rem;
  animation: hero-motto-ticker 22s linear infinite;
  will-change: transform;
}
.hero-motto-ticker__item {
  flex: 0 0 auto;
  color: #fb8845;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 18px;
  line-height: 1.4;
  white-space: nowrap;
  opacity: 0.95;
}
.hero-motto-ticker:hover .hero-motto-ticker__track {
  animation-play-state: paused;
}
@keyframes hero-motto-ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-motto-ticker__track {
    animation: none;
    width: 100%;
    justify-content: center;
    gap: 0;
  }
  .hero-motto-ticker__item[aria-hidden="true"] {
    display: none;
  }
  .hero-motto-ticker__item {
    white-space: normal;
    text-align: center;
  }
  .hero-motto-ticker {
    mask-image: none;
    -webkit-mask-image: none;
  }
}

/* ============================================================
   Dynamic service detail page
   ============================================================ */
.svc-page-hero {
  position: relative;
  min-height: 58vh;
  display: flex;
  align-items: flex-end;
  padding: 8.5rem 0 4rem;
  background-image: var(--svc-hero-image);
  background-size: cover;
  background-position: center;
  color: #fff;
}
.svc-page-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(4, 33, 88, 0.92) 0%, rgba(4, 33, 88, 0.72) 48%, rgba(4, 33, 88, 0.45) 100%);
}
.svc-page-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  margin-bottom: 1.25rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.72);
}
.svc-page-crumbs a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
.svc-page-crumbs a:hover {
  color: #fb8845;
}
.svc-page-hero__eyebrow {
  display: inline-block;
  margin: 0 0 0.75rem;
  color: #fb8845;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: none;
}
.svc-page-hero__title {
  max-width: 16ch;
  margin: 0 0 1rem;
  color: #fff !important;
  font-size: clamp(2.2rem, 4vw, 3.6rem) !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em;
}
.svc-page-hero__excerpt {
  max-width: 38rem;
  margin: 0 0 1.75rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  line-height: 1.65;
}
.svc-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}
.svc-page-hero__ghost {
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #fb8845;
  padding-bottom: 0.15rem;
}
.svc-page-hero__ghost:hover {
  color: #fb8845 !important;
}

.svc-page-trust {
  background: #fff;
  border-bottom: 1px solid rgba(4, 33, 88, 0.08);
  padding: 2rem 0;
}
.svc-page-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
.svc-page-trust__item p {
  margin: 0;
  color: #5b6b7c;
  font-size: 0.95rem;
}
.svc-page-trust__num {
  display: block;
  color: #fb8845;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.35rem;
}
.svc-page-trust__label {
  margin: 0 0 0.35rem;
  color: #042158 !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
}

.svc-page-main {
  padding: 4rem 0 3.5rem;
  background: linear-gradient(180deg, #f7f9fc 0%, #fff 40%);
}
.svc-page-panel {
  background: #fff;
  border: 1px solid rgba(4, 33, 88, 0.08);
  border-radius: 12px;
  padding: 1.75rem 1.6rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 10px 30px rgba(4, 33, 88, 0.04);
}
.svc-page-panel__heading {
  margin: 0 0 1rem;
  color: #042158 !important;
  font-size: 1.55rem !important;
  font-weight: 700 !important;
}
.svc-page-panel__lead {
  margin: 0;
  color: #42526a;
  font-size: 1.05rem;
  line-height: 1.7;
}
.svc-page-highlights {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}
.svc-page-highlights li {
  position: relative;
  padding-left: 1.25rem;
  color: #42526a;
  line-height: 1.5;
}
.svc-page-highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.45rem;
  height: 0.45rem;
  background: #fb8845;
  border-radius: 1px;
}
.svc-page-process {
  display: grid;
  gap: 1rem;
}
.svc-page-process__step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(4, 33, 88, 0.08);
}
.svc-page-process__step:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.svc-page-process__num {
  color: #fb8845;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}
.svc-page-process__step h3 {
  margin: 0 0 0.25rem;
  color: #042158 !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
}
.svc-page-process__step p {
  margin: 0;
  color: #5b6b7c;
}

.svc-page-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 1.25rem;
}
.svc-page-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 4 / 3;
}
.svc-page-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.svc-page-gallery figure:hover img {
  transform: scale(1.04);
}

.svc-page-faq .accordion-item {
  border: 1px solid rgba(4, 33, 88, 0.1);
  border-radius: 8px !important;
  overflow: hidden;
  margin-bottom: 0.65rem;
}
.svc-page-faq .accordion-button {
  font-weight: 700;
  color: #042158;
  background: #fff;
  box-shadow: none !important;
}
.svc-page-faq .accordion-button:not(.collapsed) {
  color: #F7941D;
  background: #fff8f1;
}
.svc-page-faq .accordion-body {
  color: #5b6b7c;
  line-height: 1.65;
}

.svc-page-aside {
  position: sticky;
  top: 6.5rem;
  display: grid;
  gap: 1rem;
}
.svc-page-aside__card,
.svc-page-aside__help {
  background: #042158;
  color: #fff;
  border-radius: 12px;
  padding: 1.35rem 1.25rem;
}
.svc-page-aside__card--related {
  background: #fff;
  color: #042158;
  border: 1px solid rgba(4, 33, 88, 0.1);
}
.svc-page-aside__title {
  margin: 0 0 1rem;
  color: inherit !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
}
.svc-page-aside__card:not(.svc-page-aside__card--related) .svc-page-aside__title {
  color: #fff !important;
}
.svc-page-aside__card--related .svc-page-aside__title {
  color: #042158 !important;
}
.svc-page-aside__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.svc-page-aside__list a {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: center;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88) !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
}
.svc-page-aside__list li:last-child a {
  border-bottom: 0;
}
.svc-page-aside__list li.is-active a,
.svc-page-aside__list a:hover {
  color: #fb8845 !important;
}
.svc-page-aside__help-label {
  margin: 0 0 0.5rem;
  color: #fb8845;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: none;
}
.svc-page-aside__phone,
.svc-page-aside__mail {
  display: block;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
.svc-page-aside__phone:hover,
.svc-page-aside__mail:hover {
  color: #fb8845 !important;
}
.svc-page-aside__related {
  list-style: none;
  margin: 0;
  padding: 0;
}
.svc-page-aside__related a {
  display: block;
  padding: 0.45rem 0;
  color: #042158 !important;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(4, 33, 88, 0.08);
}
.svc-page-aside__related li:last-child a {
  border-bottom: 0;
}
.svc-page-aside__related a:hover {
  color: #F7941D !important;
}

.svc-page-cta {
  padding: 4rem 0;
  background: linear-gradient(135deg, #042158 0%, #0a3a7a 100%);
  color: #fff;
  text-align: center;
}
.svc-page-cta__eyebrow {
  margin: 0 0 0.6rem;
  color: #fb8845;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: none;
  font-size: 0.8rem;
}
.svc-page-cta__title {
  margin: 0 0 0.85rem;
  color: #fff !important;
  font-size: clamp(1.6rem, 3vw, 2.3rem) !important;
  font-weight: 700 !important;
}
.svc-page-cta__text {
  max-width: 36rem;
  margin: 0 auto 1.5rem;
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 991.98px) {
  .svc-page-hero {
    min-height: 48vh;
    padding: 7rem 0 3rem;
  }
  .svc-page-trust__grid {
    grid-template-columns: 1fr;
  }
  .svc-page-gallery {
    grid-template-columns: 1fr;
  }
  .svc-page-aside {
    position: static;
  }
}

/* Page title heading */
.page-title-section h1,
.main-wrapper .page-title-section h1 {
  font-size: 53px !important;
  text-transform: none !important;
}
@media screen and (max-width: 575px) {
  .page-title-section h1,
  .main-wrapper .page-title-section h1 {
    font-size: 36px !important;
  }
}

/* Contact — Get to know us / offices (AGS-inspired) */
/* contact page banner overlay */
.contact-page-banner.secondary-overlay[data-overlay-dark]:before{opacity:0.72 !important}
.contact-know {
  padding: 4rem 0 3.5rem;
  background: #fff;
  border-top: 1px solid rgba(4, 33, 88, 0.06);
}
.contact-know__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  margin-bottom: 2.25rem;
}
.contact-know__intro {
  max-width: 43rem;
}
.contact-know__eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: #F7941D;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: none;
  text-decoration: underline;
  text-decoration-color: #F7941D;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
.contact-know__heading {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}
.contact-know__icon {
  flex: 0 0 auto;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 0;
  margin-top: 0.1rem;
}
.contact-know__icon img,
.contact-know__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.contact-know__title {
  margin: 0;
  color: #042158 !important;
  font-size: clamp(1.85rem, 3.2vw, 2.65rem) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em;
}
.contact-know__text {
  margin: 0;
  color: #4a5d7a;
  font-size: 19px;
  line-height: 1.65;
}
.contact-know__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.15rem;
}
.contact-know__ghost {
  color: #042158;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #fb8845;
  padding-bottom: 0.12rem;
}
.contact-know__ghost:hover {
  color: #F7941D;
}
.contact-know__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
}
.contact-office {
  height: 100%;
  padding: 1.5rem 1.35rem 1.55rem;
  background: #f7fafc;
  border: 1px solid rgba(4, 33, 88, 0.08);
  border-top: 3px solid #F7941D;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.contact-office:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(4, 33, 88, 0.08);
  border-color: rgba(247, 148, 29, 0.35);
}
.contact-office__label {
  display: block;
  margin-bottom: 0.45rem;
  color: #F7941D;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: none;
}
.contact-office__title {
  margin: 0 0 0.75rem;
  color: #042158 !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}
.contact-office__address {
  margin: 0 0 0.85rem;
  color: #4a5d7a;
  font-size: 0.92rem;
  line-height: 1.55;
  white-space: pre-line;
}
.contact-office__map {
  display: inline-block;
  margin-bottom: 1rem;
  color: #042158;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #fb8845;
  text-underline-offset: 3px;
}
.contact-office__map:hover {
  color: #F7941D;
}
.contact-office__meta {
  list-style: none;
  margin: 0;
  padding: 0.85rem 0 0;
  border-top: 1px solid rgba(4, 33, 88, 0.1);
}
.contact-office__meta li {
  display: grid;
  gap: 0.15rem;
  margin-bottom: 0.7rem;
}
.contact-office__meta li:last-child {
  margin-bottom: 0;
}
.contact-office__meta span {
  color: #7a889c;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: none;
}
.contact-office__meta a {
  color: #042158;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  word-break: break-word;
}
.contact-office__meta a:hover {
  color: #F7941D;
}
@media (max-width: 1199.98px) {
  .contact-know__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .contact-know {
    padding: 3rem 0 2.5rem;
  }
  .contact-know__grid {
    grid-template-columns: 1fr;
  }
}

/* Contact — Our Presence (capability-card style) */
.contact-presence {
  padding: 3.25rem 0 4rem;
  background: #f3f5f7;
  border-top: 1px solid rgba(4, 33, 88, 0.05);
}
.contact-presence__head {
  margin-bottom: 1.75rem;
  max-width: 40rem;
}
.contact-presence__eyebrow {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: #F7941D;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: none;
}
.contact-presence__title {
  margin: 0 0 0.55rem;
  color: #042158;
  font-family: var(--mc-font-heading);
  font-size: clamp(1.7rem, 2.6vw, 2.15rem);
  font-weight: 800;
  line-height: 1.2;
}
.contact-presence__text {
  margin: 0;
  color: #4a5d7a;
  font-size: 1rem;
  line-height: 1.65;
}
.contact-presence__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem 1.15rem;
}
.contact-presence-card {
  position: relative;
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 1.2rem 1.15rem 1.25rem 1.35rem;
  box-shadow: 0 10px 24px rgba(4, 33, 88, 0.06);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-presence-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #F7941D;
}
.contact-presence-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(4, 33, 88, 0.12);
}
.contact-presence-card__header {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.45rem;
}
.contact-presence-card__flag {
  display: inline-flex;
  flex: 0 0 auto;
  width: 28px;
  height: 21px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(4, 33, 88, 0.12);
}
.contact-presence-card__flag img {
  display: block;
  width: 85%;
  height: 85%;
  object-fit: cover;
}
.contact-presence-card__title {
  margin: 0;
  color: #042158;
  font-family: var(--mc-font-heading);
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.3;
}
.contact-presence-card__cities {
  margin: 0;
  color: #4a5d7a;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
}
@media (max-width: 1199.98px) {
  .contact-presence__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .contact-presence {
    padding: 2.75rem 0 3rem;
  }
  .contact-presence__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
  .contact-presence-card {
    padding: 1.15rem 1rem 1.2rem 1.2rem;
  }
  .contact-presence-card__title {
    font-size: 1rem;
  }
}
@media (max-width: 479.98px) {
  .contact-presence__grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   Get Quote modal (info + 3-step quote)
   ============================================================ */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
html.mc-quote-open,
html.mc-quote-open body {
  overflow: hidden;
}
.mc-quote {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}
.mc-quote[hidden] {
  display: none !important;
}
.mc-quote__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 33, 88, 0.55);
  border: 0;
  cursor: default;
  pointer-events: auto;
}
.mc-quote__dialog {
  position: relative;
  z-index: 1;
  width: min(40rem, 100%);
  max-height: min(92vh, 52rem);
  overflow: auto;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 24px 64px rgba(4, 33, 88, 0.28);
  padding: 2rem 2rem 1.75rem;
}
.mc-quote__close {
  position: absolute;
  top: 0.65rem;
  right: 0.75rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  background: transparent;
  color: #6b7a90;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
}
.mc-quote__close:hover {
  color: #042158;
}
.mc-quote__mode {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.25rem;
  margin-bottom: 1.35rem;
}
.mc-quote__mode-item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  cursor: pointer;
  font-size: 0.98rem;
  font-weight: 500;
  color: #3d4d66;
}
.mc-quote__mode-item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.mc-quote__mode-ui {
  width: 1.15rem;
  height: 1.15rem;
  border: 2px solid #9aabbc;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  background: #fff;
}
.mc-quote__mode-item input:checked + .mc-quote__mode-ui {
  border-color: #0d8a8a;
}
.mc-quote__mode-item input:checked + .mc-quote__mode-ui::after {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #0d8a8a;
}
.mc-quote__step-label {
  margin: 0 0 1.15rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #4a5a70;
}
.mc-quote__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.15rem;
}
.mc-quote__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.mc-quote__field--full {
  grid-column: 1 / -1;
}
.mc-quote__field label {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: #6b7a90;
}
.mc-quote__req {
  color: #e23b3b;
  font-weight: 700;
}
.mc-quote__field input,
.mc-quote__field select,
.mc-quote__field textarea {
  width: 100%;
  border: 1px solid #d5dde6;
  border-radius: 4px;
  padding: 0.7rem 0.8rem;
  font-size: 0.95rem;
  color: #042158;
  background: #fff;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.mc-quote__field textarea {
  resize: vertical;
  min-height: 7rem;
}
.mc-quote__field input::placeholder,
.mc-quote__field textarea::placeholder {
  color: #a8b4c2;
}
.mc-quote__field input:focus,
.mc-quote__field select:focus,
.mc-quote__field textarea:focus {
  border-color: #042158;
  box-shadow: 0 0 0 3px rgba(4, 33, 88, 0.08);
}
.mc-quote__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 1.35rem;
}
.mc-quote__footer--quote {
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}
.mc-quote__footer-copy {
  flex: 1;
  min-width: 0;
}
.mc-quote__promise {
  margin: 0 0 0.65rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #3d4d66;
}
.mc-quote__consent {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #6b7a90;
  cursor: pointer;
}
.mc-quote__consent input {
  margin-top: 0.2rem;
  flex-shrink: 0;
}
.mc-quote__consent a {
  color: #042158;
  font-weight: 600;
  text-decoration: underline;
}
.mc-quote__consent--quote {
  margin: 1rem 0 0;
}
.mc-quote__recaptcha-wrap {
  margin: 0.85rem 0 0.35rem;
  flex: 1 1 100%;
  order: 5;
}
.mc-quote__footer--info .mc-quote__recaptcha-wrap {
  margin: 0.5rem 0 0.75rem;
  order: 0;
  flex: 1 1 100%;
}
.mc-quote__footer--info {
  flex-wrap: wrap;
}
.mc-recaptcha {
  margin: 0.75rem 0 1rem;
}
.mc-recaptcha .g-recaptcha {
  transform-origin: left top;
}
.mc-recaptcha__noscript {
  color: #c0392b;
  font-size: 0.85rem;
}

.mc-contact-form__status {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 0.35rem;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
}
.mc-contact-form__status.is-ok {
  background: rgba(4, 33, 88, 0.08);
  color: #042158;
  border: 1px solid rgba(4, 33, 88, 0.15);
}
.mc-contact-form__status.is-error {
  background: rgba(192, 57, 43, 0.08);
  color: #a93226;
  border: 1px solid rgba(192, 57, 43, 0.2);
}
@media (max-width: 400px) {
  .mc-recaptcha .g-recaptcha {
    transform: scale(0.92);
  }
}
.mc-quote__btn {
  flex-shrink: 0;
  min-width: 7.5rem;
  border: 0;
  border-radius: 3px;
  padding: 0.85rem 1.5rem;
  background: #042158;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}
.mc-quote__btn:hover {
  background: #03163d;
}
.mc-quote__btn:disabled {
  opacity: 0.65;
  cursor: wait;
}
.mc-quote__btn--ghost {
  background: #fff;
  color: #042158;
  border: 1px solid #c5d0dc;
}
.mc-quote__btn--ghost:hover {
  background: #f4f7fa;
}
.mc-quote__divider {
  margin: 1.35rem 0 0;
  border: 0;
  border-top: 1px dotted #c9d3de;
}
.mc-quote__review {
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  background: #f5f8fb;
  border: 1px solid #e2e8ef;
}
.mc-quote__review-row {
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  gap: 0.5rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid #e8eef4;
  font-size: 0.88rem;
}
.mc-quote__review-row:last-child {
  border-bottom: 0;
}
.mc-quote__review-row span {
  color: #6b7a90;
}
.mc-quote__review-row strong {
  color: #042158;
  font-weight: 700;
  word-break: break-word;
}
.mc-quote__status {
  margin-top: 1rem;
  padding: 0.75rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 3px;
}
.mc-quote__status.is-ok {
  background: #e8f7ef;
  color: #1b6b3a;
}
.mc-quote__status.is-error {
  background: #fdecee;
  color: #b42318;
}
@media (max-width: 575.98px) {
  .mc-quote__dialog {
    padding: 1.5rem 1.15rem 1.25rem;
  }
  .mc-quote__grid {
    grid-template-columns: 1fr;
  }
  .mc-quote__footer--info {
    flex-direction: column;
    align-items: stretch;
  }
  .mc-quote__btn {
    width: 100%;
  }
  .mc-quote__review-row {
    grid-template-columns: 1fr;
  }
}

/* Kill uppercase text-transform site-wide (desktop + mobile) */
.text-uppercase,
.main-wrapper .text-uppercase,
.butn,
.page-title-section h1,
.page-title-section ul,
.navbar,
.navbar-nav {
  text-transform: none !important;
}

/* Hero video plays on mobile too (muted + playsinline); poster remains as fallback */

/* ===== About page layout ===== */
.about-page-banner .about-page-banner__eyebrow {
  display: inline-block;
  margin-bottom: 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #F7941D;
}
.about-page-banner .about-page-banner__lead {
  max-width: 34rem;
  margin: 0.85rem 0 1.1rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.55;
}
.about-story {
  padding: 4.5rem 0 3.5rem;
  background:
    radial-gradient(ellipse 55% 45% at 0% 20%, rgba(247, 148, 29, 0.07), transparent 60%),
    linear-gradient(180deg, #fff 0%, #f7fafc 100%);
}
.about-story__collage {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0.9rem;
  min-height: 26rem;
}
.about-story__shot {
  overflow: hidden;
  border-radius: 0.35rem;
  background: #042158;
}
.about-story__shot--main {
  min-height: 26rem;
}
.about-story__shot--side {
  margin-top: 2.5rem;
  min-height: 20rem;
}
.about-story__img,
.about-story__shot img,
.about-story__shot picture {
  width: 100%;
  height: 100%;
  display: block;
}
.about-story__shot img {
  object-fit: cover;
  min-height: 100%;
  transition: transform 0.7s ease;
}
.about-story__collage:hover .about-story__shot img {
  transform: scale(1.04);
}
.about-story__badge {
  position: absolute;
  left: 42%;
  bottom: 1.4rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background: #F7941D;
  color: #fff;
  box-shadow: 0 12px 30px rgba(4, 33, 88, 0.28);
  animation: aboutBadgeFloat 4.5s ease-in-out infinite;
}
.about-story__badge-num {
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}
.about-story__badge-label {
  margin-top: 0.2rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@keyframes aboutBadgeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.about-story__tagline {
  margin: 0 0 1rem;
  color: #042158;
  font-size: 1.15rem;
  font-weight: 700;
}
.about-story__text {
  color: #4a5a72;
  line-height: 1.7;
  max-width: 34rem;
}
.about-story__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 0 0 1.75rem;
  padding: 1.15rem 0;
  border-top: 1px solid rgba(4, 33, 88, 0.1);
  border-bottom: 1px solid rgba(4, 33, 88, 0.1);
}
.about-story__stat strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #042158;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.about-story__stat span {
  color: #6b7a90;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.3;
}
.about-story__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.1rem 1.5rem;
}
.about-story__link {
  color: #042158;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #F7941D;
  padding-bottom: 0.1rem;
  transition: color 0.2s ease;
}
.about-story__link:hover {
  color: #F7941D;
}

.about-mv {
  padding: 1rem 0 4rem;
}
.about-mv__card {
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(4, 33, 88, 0.08);
  box-shadow: 0 14px 36px rgba(4, 33, 88, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.about-mv__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(4, 33, 88, 0.1);
}
.about-mv__media {
  position: relative;
  height: 12.5rem;
  overflow: hidden;
  background: #042158;
}
.about-mv__media img,
.about-mv__media picture {
  width: 100%;
  height: 100%;
  display: block;
}
.about-mv__media img {
  object-fit: cover;
  transition: transform 0.7s ease;
}
.about-mv__card:hover .about-mv__media img {
  transform: scale(1.05);
}
.about-mv__body {
  padding: 1.6rem 1.45rem 1.7rem;
}
.about-mv__eyebrow {
  display: block;
  margin-bottom: 0.55rem;
  color: #F7941D;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.about-mv__title {
  margin: 0 0 0.75rem;
  color: #042158;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.about-mv__text {
  margin: 0 0 1rem;
  color: #4a5a72;
  line-height: 1.6;
}
.about-mv__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem 0.75rem;
}
.about-mv__list li {
  position: relative;
  padding-left: 0.95rem;
  color: #042158;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.35;
}
.about-mv__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #F7941D;
}

.about-services-snap {
  padding: 1rem 0 4.25rem;
  background: linear-gradient(180deg, #f7fafc 0%, #fff 55%);
}
.about-services-snap__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(4, 33, 88, 0.08);
  color: inherit;
  text-decoration: none;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.about-services-snap__card:hover {
  transform: translateY(-5px);
  border-color: rgba(247, 148, 29, 0.45);
  box-shadow: 0 18px 40px rgba(4, 33, 88, 0.1);
  color: inherit;
}
.about-services-snap__media {
  position: relative;
  height: 10.5rem;
  overflow: hidden;
  background: #042158;
}
.about-services-snap__media img,
.about-services-snap__media picture {
  width: 100%;
  height: 100%;
  display: block;
}
.about-services-snap__media img {
  object-fit: cover;
  transition: transform 0.7s ease;
}
.about-services-snap__card:hover .about-services-snap__media img {
  transform: scale(1.06);
}
.about-services-snap__num {
  position: absolute;
  left: 0.85rem;
  bottom: 0.75rem;
  z-index: 1;
  color: #F7941D;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}
.about-services-snap__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.15rem 1.1rem 1.25rem;
}
.about-services-snap__title {
  margin: 0 0 0.45rem;
  color: #042158;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.25;
}
.about-services-snap__excerpt {
  margin: 0 0 1rem;
  flex: 1;
  color: #5a6a82;
  font-size: 0.86rem;
  line-height: 1.5;
}
.about-services-snap__cta {
  color: #042158;
  font-size: 0.82rem;
  font-weight: 700;
}
.about-services-snap__card:hover .about-services-snap__cta {
  color: #F7941D;
}

.about-cta-band {
  padding: 4.25rem 0;
  position: relative;
}
.about-cta-band.secondary-overlay[data-overlay-dark]:before {
  opacity: 0.82 !important;
  background: #000c1f !important;
}
.about-cta-band .container {
  position: relative;
  z-index: 2;
}
.about-cta-band__inner {
  max-width: 40rem;
  margin: 0 auto;
}
.about-cta-band__eyebrow {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #F7941D;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
}
.about-cta-band__title {
  margin: 0 0 0.9rem;
  color: #fff !important;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}
.about-cta-band__text {
  margin: 0 0 1.5rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.65;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
}
.about-cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.5rem;
}
.about-cta-band__phone {
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  border-bottom: 2px solid #F7941D;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}
.about-cta-band__phone:hover {
  color: #F7941D;
}

@media (max-width: 991.98px) {
  .about-story {
    padding: 3.25rem 0 2.5rem;
  }
  .about-story__collage {
    min-height: 0;
    grid-template-columns: 1fr 1fr;
  }
  .about-story__shot--main,
  .about-story__shot--side {
    min-height: 14rem;
    margin-top: 0;
  }
  .about-story__badge {
    left: auto;
    right: 0.75rem;
    bottom: 0.75rem;
    width: 5.4rem;
    height: 5.4rem;
  }
}
@media (max-width: 575.98px) {
  .about-story__stats {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .about-mv__list {
    grid-template-columns: 1fr;
  }
  .about-story__collage {
    grid-template-columns: 1fr;
  }
  .about-story__shot--side {
    min-height: 12rem;
  }
}

/* ===== Services page layout ===== */
.services-page-banner.page-title-section,
.page-title-section.services-page-banner {
  position: relative;
  z-index: 1;
  min-height: 18.5rem;
  display: flex;
  align-items: center;
  /* Clears fixed .navbar-default (~78px) + crumbs/eyebrow + breathing room */
  padding: 13.5rem 0 4.25rem !important;
  text-align: left !important;
}
.services-page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(105deg, rgba(0, 12, 31, 0.92) 0%, rgba(4, 33, 88, 0.78) 48%, rgba(4, 33, 88, 0.42) 100%),
    linear-gradient(180deg, rgba(0, 12, 31, 0.35) 0%, rgba(0, 12, 31, 0.55) 100%);
  pointer-events: none;
}
.services-page-banner .container {
  position: relative;
  z-index: 1;
}
.services-page-banner .row {
  justify-content: flex-start !important;
  text-align: left !important;
}
.services-page-banner__content {
  max-width: 34rem;
  text-align: left;
}
.services-page-banner__crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1.15rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.services-page-banner__crumbs a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  transition: color 0.2s ease;
}
.services-page-banner__crumbs a:hover {
  color: #F7941D;
}
.services-page-banner__crumbs span[aria-hidden="true"] {
  color: rgba(255, 255, 255, 0.35);
}
.services-page-banner__eyebrow {
  display: inline-block;
  margin: 0 0 0.7rem;
  padding: 0.28rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #042158;
  background: #F7941D;
  border-radius: 0.15rem;
  line-height: 1.2;
}
.services-page-banner__title,
.services-page-banner h1.services-page-banner__title {
  margin: 0 0 0.85rem !important;
  color: #fff !important;
  font-size: clamp(2.1rem, 4.2vw, 3.15rem) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.03em !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
.services-page-banner__lead {
  margin: 0 !important;
  max-width: 30rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.6;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
}
.services-page-banner > .container .services-page-banner__legacy-crumbs {
  display: none;
}
@media (max-width: 767.98px) {
  .services-page-banner.page-title-section,
  .page-title-section.services-page-banner {
    min-height: 15.5rem;
    padding: 10rem 0 3.25rem !important;
  }
  .services-page-banner::before {
    background:
      linear-gradient(180deg, rgba(0, 12, 31, 0.88) 0%, rgba(4, 33, 88, 0.82) 100%);
  }
  .services-page-banner__lead {
    font-size: 0.98rem;
  }
}

/* Keep header + dropdowns above page banners */
header.header-style1,
header.header-style1.scrollHeader {
  position: relative;
  z-index: 1040;
}
header.header-style1 .navbar-default,
header.header-style1.scrollHeader .navbar-default {
  z-index: 1040 !important;
}
#nav .sub-menu,
#nav .sub-menu--mega,
#nav .sub-menu--icons {
  z-index: 1050 !important;
}
.services-page-showcase__head {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}
.services-page-showcase__lead {
  max-width: 36rem;
  color: #4a5a72;
  line-height: 1.65;
}

.services-intro {
  padding: 4.5rem 0 3.5rem;
  background:
    radial-gradient(ellipse 55% 45% at 0% 20%, rgba(247, 148, 29, 0.07), transparent 60%),
    linear-gradient(180deg, #fff 0%, #f7fafc 100%);
}
.services-intro__collage {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0.9rem;
  min-height: 26rem;
}
.services-intro__shot {
  overflow: hidden;
  border-radius: 0.35rem;
  background: #042158;
}
.services-intro__shot--main {
  min-height: 26rem;
}
.services-intro__shot--side {
  margin-top: 2.5rem;
  min-height: 20rem;
}
.services-intro__img,
.services-intro__shot img,
.services-intro__shot picture {
  width: 100%;
  height: 100%;
  display: block;
}
.services-intro__shot img {
  object-fit: cover;
  min-height: 100%;
  transition: transform 0.7s ease;
}
.services-intro__collage:hover .services-intro__shot img {
  transform: scale(1.04);
}
.services-intro__badge {
  position: absolute;
  left: 42%;
  bottom: 1.4rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background: #042158;
  color: #fff;
  box-shadow: 0 12px 30px rgba(4, 33, 88, 0.28);
  animation: aboutBadgeFloat 4.5s ease-in-out infinite;
}
.services-intro__badge-num {
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #F7941D;
}
.services-intro__badge-label {
  margin-top: 0.2rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.services-intro__text {
  color: #4a5a72;
  line-height: 1.7;
  max-width: 34rem;
}
.services-intro__pillars {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 1rem;
}
.services-intro__pillars li {
  position: relative;
  padding-left: 1rem;
  color: #042158;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
}
.services-intro__pillars li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #F7941D;
}
.services-intro__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.1rem 1.5rem;
}
.services-intro__link {
  color: #042158;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #F7941D;
  padding-bottom: 0.1rem;
  transition: color 0.2s ease;
}
.services-intro__link:hover {
  color: #F7941D;
}

.services-deep-dive {
  padding: 4.25rem 0 4.5rem;
  background: #fff;
}
.services-deep-dive__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(4, 33, 88, 0.08);
  color: inherit;
  text-decoration: none;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.services-deep-dive__card:hover {
  transform: translateY(-5px);
  border-color: rgba(247, 148, 29, 0.45);
  box-shadow: 0 18px 40px rgba(4, 33, 88, 0.1);
  color: inherit;
}
.services-deep-dive__media {
  display: block;
  position: relative;
  height: 11.5rem;
  overflow: hidden;
  background: #042158;
}
.services-deep-dive__media img,
.services-deep-dive__media picture {
  width: 100%;
  height: 100%;
  display: block;
}
.services-deep-dive__media img {
  object-fit: cover;
  transition: transform 0.7s ease;
}
.services-deep-dive__card:hover .services-deep-dive__media img {
  transform: scale(1.06);
}
.services-deep-dive__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.25rem 1.2rem 1.35rem;
}
.services-deep-dive__title {
  display: block;
  margin-bottom: 0.45rem;
  color: #042158;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.25;
}
.services-deep-dive__excerpt {
  display: block;
  flex: 1;
  margin-bottom: 0.95rem;
  color: #5a6a82;
  font-size: 0.88rem;
  line-height: 1.5;
}
.services-deep-dive__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #042158;
  font-size: 0.84rem;
  font-weight: 700;
  transition: color 0.2s ease, gap 0.2s ease;
}
.services-deep-dive__card:hover .services-deep-dive__cta {
  color: #F7941D;
  gap: 0.55rem;
}

.services-why {
  padding: 1rem 0 4.25rem;
  background: linear-gradient(180deg, #f7fafc 0%, #fff 55%);
}
.services-why__frame {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(4, 33, 88, 0.08);
  box-shadow: 0 18px 44px rgba(4, 33, 88, 0.07);
}
.services-why__intro {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #042158;
  color: #fff;
}
/* Beat Bootstrap .row.g-0 > * padding-left/right: 0 (plugins.css loads after styles) */
.services-why__frame .row > .services-why__intro {
  padding: 2.75rem 2.5rem 3rem !important;
}
.services-why__frame .row > .services-why__grid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.services-why__eyebrow {
  display: block;
  margin-bottom: 0.65rem;
  color: #F7941D;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.services-why__title {
  margin: 0 0 0.85rem;
  color: #fff !important;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.services-why__text {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}
.services-why__trust {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.5;
}
.services-why__trust strong {
  color: #fff;
}
.services-why__grid {
  display: grid;
  grid-template-columns: 1fr;
}
.services-why__item {
  display: flex;
  gap: 1rem;
  padding: 1.45rem 1.65rem;
  border-bottom: 1px solid rgba(4, 33, 88, 0.08);
}
.services-why__item:last-child {
  border-bottom: 0;
}
.services-why__item:nth-child(odd) {
  background: rgba(247, 148, 29, 0.04);
}
.services-why__num {
  flex-shrink: 0;
  color: #F7941D;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
}
.services-why__item-title {
  margin: 0 0 0.35rem;
  color: #042158;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.25;
}
.services-why__item-text {
  color: #4a5a72;
  line-height: 1.55;
  font-size: 0.92rem;
}

.services-stats {
  padding: 0 0 4.5rem;
  background: #fff;
}
.services-stats__row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(4, 33, 88, 0.08);
  box-shadow: 0 14px 36px rgba(4, 33, 88, 0.06);
}
.services-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.75rem 1rem;
  text-align: center;
  background: #fff;
  border-right: 1px solid rgba(4, 33, 88, 0.08);
}
.services-stats__item:last-child {
  border-right: 0;
}
.services-stats__item--accent {
  background: linear-gradient(180deg, #042158 0%, #0a3370 100%);
}
.services-stats__item--accent strong,
.services-stats__item--accent span {
  color: #fff;
}
.services-stats__item strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #042158;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.services-stats__item span {
  color: #6b7a90;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
}

.services-cta-band {
  padding: 4.25rem 0;
  position: relative;
}
.services-cta-band.secondary-overlay[data-overlay-dark]:before {
  opacity: 0.82 !important;
  background: #000c1f !important;
}
.services-cta-band .container {
  position: relative;
  z-index: 2;
}
.services-cta-band__inner {
  max-width: 40rem;
  margin: 0 auto;
}
.services-cta-band__eyebrow {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #F7941D;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
}
.services-cta-band__title {
  margin: 0 0 0.9rem;
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}
.services-cta-band__text {
  margin: 0 0 1.5rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.65;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
}
.services-cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.5rem;
}
.services-cta-band__link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #F7941D;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}
.services-cta-band__link:hover {
  color: #F7941D;
}

@media (max-width: 991.98px) {
  .services-intro {
    padding: 3.25rem 0 2.5rem;
  }
  .services-intro__collage {
    min-height: 0;
    grid-template-columns: 1fr 1fr;
  }
  .services-intro__shot--main,
  .services-intro__shot--side {
    min-height: 14rem;
    margin-top: 0;
  }
  .services-intro__badge {
    left: auto;
    right: 0.75rem;
    bottom: 0.75rem;
    width: 5.4rem;
    height: 5.4rem;
  }
  .services-stats__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .services-stats__item:nth-child(2) {
    border-right: 0;
  }
  .services-stats__item:nth-child(1),
  .services-stats__item:nth-child(2) {
    border-bottom: 1px solid rgba(4, 33, 88, 0.08);
  }
  .services-stats__item--accent:nth-child(1) {
    border-bottom-color: rgba(255, 255, 255, 0.12);
  }
}
@media (max-width: 575.98px) {
  .services-intro__collage {
    grid-template-columns: 1fr;
  }
  .services-intro__shot--side {
    min-height: 12rem;
  }
  .services-intro__pillars {
    grid-template-columns: 1fr;
  }
  .services-why__intro {
    padding: 2rem 1.35rem;
  }
  .services-why__frame .row > .services-why__intro {
    padding: 2.15rem 1.5rem 2.35rem !important;
  }
  .services-why__item {
    padding: 1.25rem 1.2rem;
  }
  .services-stats__row {
    grid-template-columns: 1fr;
  }
  .services-stats__item {
    border-right: 0;
    border-bottom: 1px solid rgba(4, 33, 88, 0.08);
  }
  .services-stats__item:last-child {
    border-bottom: 0;
  }
}

/* ===== FAQ page layout ===== */
.faq-page-banner.page-title-section,
.page-title-section.faq-page-banner {
  position: relative;
  z-index: 1;
  min-height: 18.5rem;
  display: flex;
  align-items: center;
  padding: 13.5rem 0 4.25rem !important;
  text-align: left !important;
}
.faq-page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(105deg, rgba(0, 12, 31, 0.92) 0%, rgba(4, 33, 88, 0.78) 48%, rgba(4, 33, 88, 0.42) 100%),
    linear-gradient(180deg, rgba(0, 12, 31, 0.35) 0%, rgba(0, 12, 31, 0.55) 100%);
  pointer-events: none;
}
.faq-page-banner .container {
  position: relative;
  z-index: 1;
}
.faq-page-banner__content {
  max-width: 34rem;
  text-align: left;
}
.faq-page-banner__crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1.15rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 600;
}
.faq-page-banner__crumbs a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  transition: color 0.2s ease;
}
.faq-page-banner__crumbs a:hover {
  color: #F7941D;
}
.faq-page-banner__crumbs span[aria-hidden="true"] {
  color: rgba(255, 255, 255, 0.35);
}
.faq-page-banner__eyebrow {
  display: inline-block;
  margin: 0 0 0.7rem;
  padding: 0.28rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #042158;
  background: #F7941D;
  border-radius: 0.15rem;
}
.faq-page-banner__title,
.faq-page-banner h1.faq-page-banner__title {
  margin: 0 0 0.85rem !important;
  color: #fff !important;
  font-size: clamp(2rem, 4vw, 2.85rem) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.03em !important;
}
.faq-page-banner__lead {
  margin: 0 !important;
  max-width: 30rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  line-height: 1.6;
}

.faq-main {
  padding: 5rem 0 4.5rem;
  background: #fff;
}
.faq-main__lead {
  color: #4a5a72;
  line-height: 1.65;
  font-size: 1.02rem;
}
.faq-main__collage {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0.85rem;
  margin-bottom: 1.75rem;
  min-height: 16rem;
}
.faq-main__shot {
  border-radius: 0.65rem;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(4, 33, 88, 0.12);
}
.faq-main__shot--side {
  margin-top: 2rem;
}
.faq-main__img,
.faq-main__shot img,
.faq-main__shot picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-main__shot img {
  min-height: 11rem;
  transition: transform 0.45s ease;
}
.faq-main__collage:hover .faq-main__shot img {
  transform: scale(1.03);
}
.faq-main__badge {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background: #042158;
  color: #fff;
  box-shadow: 0 8px 24px rgba(4, 33, 88, 0.35);
}
.faq-main__badge-num {
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1;
  color: #F7941D;
}
.faq-main__badge-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  margin-top: 0.15rem;
}
.faq-main__quick {
  padding: 1.35rem 1.4rem;
  border-radius: 0.65rem;
  background: linear-gradient(135deg, #f7fafc 0%, #eef3f8 100%);
  border: 1px solid rgba(4, 33, 88, 0.08);
}
.faq-main__quick-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #042158;
  margin-bottom: 0.35rem;
}
.faq-main__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #042158;
  text-decoration: none;
}
.faq-main__phone i {
  color: #F7941D;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.faq-accordion__item {
  border: 1px solid rgba(4, 33, 88, 0.1);
  border-radius: 0.65rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 18px rgba(4, 33, 88, 0.05);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.faq-accordion__item.is-open,
.faq-accordion__item:has(.collapse.show) {
  border-color: rgba(247, 148, 29, 0.35);
  box-shadow: 0 8px 28px rgba(4, 33, 88, 0.1);
}
.faq-accordion__heading {
  margin: 0;
}
.faq-accordion__trigger {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1.15rem 1.25rem;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease;
}
.faq-accordion__trigger:hover {
  background: rgba(247, 148, 29, 0.04);
}
.faq-accordion__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 0.5rem;
  background: rgba(4, 33, 88, 0.06);
  color: #042158;
  font-size: 1rem;
  transition: background 0.2s ease, color 0.2s ease;
}
.faq-accordion__item.is-open .faq-accordion__icon,
.faq-accordion__item:has(.collapse.show) .faq-accordion__icon {
  background: #F7941D;
  color: #042158;
}
.faq-accordion__text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.faq-accordion__tag {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F7941D;
}
.faq-accordion__question {
  font-size: 1rem;
  font-weight: 700;
  color: #042158;
  line-height: 1.35;
}
.faq-accordion__chevron {
  flex-shrink: 0;
  color: #8a96a8;
  font-size: 0.85rem;
  transition: transform 0.25s ease, color 0.2s ease;
}
.faq-accordion__trigger:not(.collapsed) .faq-accordion__chevron {
  transform: rotate(180deg);
  color: #F7941D;
}
.faq-accordion__body {
  padding: 0 1.25rem 1.25rem 4.9rem;
  color: #4a5a72;
  font-size: 0.98rem;
  line-height: 1.65;
}

.faq-topics {
  padding: 4rem 0 4.5rem;
  background: #f7fafc;
}
.faq-topics__card {
  height: 100%;
  padding: 1.75rem 1.5rem;
  border-radius: 0.65rem;
  background: #fff;
  border: 1px solid rgba(4, 33, 88, 0.08);
  box-shadow: 0 6px 20px rgba(4, 33, 88, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.faq-topics__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(4, 33, 88, 0.1);
}
.faq-topics__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  background: rgba(247, 148, 29, 0.12);
  color: #042158;
  font-size: 1.1rem;
}
.faq-topics__title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #042158;
  margin-bottom: 0.65rem;
}
.faq-topics__text {
  color: #5a6a82;
  font-size: 0.95rem;
  line-height: 1.6;
}

.faq-solutions {
  padding: 4.5rem 0 5rem;
  background: #fff;
}
.faq-solutions__lead {
  max-width: 36rem;
  color: #4a5a72;
  line-height: 1.65;
}
.faq-solutions__card {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.75rem 1.5rem 1.5rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(4, 33, 88, 0.1);
  background: #fff;
  box-shadow: 0 8px 24px rgba(4, 33, 88, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.faq-solutions__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(4, 33, 88, 0.12);
}
.faq-solutions__card--accent {
  background: linear-gradient(160deg, #042158 0%, #0a3278 100%);
  border-color: transparent;
  color: #fff;
}
.faq-solutions__card--accent .faq-solutions__label {
  color: #F7941D;
}
.faq-solutions__card--accent .faq-solutions__price {
  color: #fff;
}
.faq-solutions__card--accent .faq-solutions__list {
  color: rgba(255, 255, 255, 0.88);
}
.faq-solutions__card--accent .faq-solutions__list li::before {
  color: #F7941D;
}
.faq-solutions__card-head {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(4, 33, 88, 0.1);
}
.faq-solutions__card--accent .faq-solutions__card-head {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.faq-solutions__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #F7941D;
}
.faq-solutions__price {
  font-size: 1.65rem;
  font-weight: 800;
  color: #042158;
  letter-spacing: -0.02em;
}
.faq-solutions__list {
  flex: 1;
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  color: #4a5a72;
  font-size: 0.95rem;
  line-height: 1.55;
}
.faq-solutions__list li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.55rem;
}
.faq-solutions__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #F7941D;
  font-weight: 700;
}

.faq-contact {
  padding: 5rem 0;
  background: linear-gradient(180deg, #f7fafc 0%, #eef3f8 100%);
}
.faq-contact__form-wrap {
  height: 100%;
  padding: 2rem 1.75rem;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 12px 40px rgba(4, 33, 88, 0.08);
  border: 1px solid rgba(4, 33, 88, 0.06);
}
.faq-contact__form .form-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: #042158;
  margin-bottom: 0.35rem;
}
.faq-contact__form .form-control {
  border-radius: 0.4rem;
  border-color: rgba(4, 33, 88, 0.12);
  padding: 0.65rem 0.85rem;
}
.faq-contact__form .form-control:focus {
  border-color: #F7941D;
  box-shadow: 0 0 0 0.15rem rgba(247, 148, 29, 0.15);
}
.faq-contact__info {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.faq-contact__info-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-radius: 0.65rem;
  background: #fff;
  border: 1px solid rgba(4, 33, 88, 0.08);
  box-shadow: 0 4px 16px rgba(4, 33, 88, 0.04);
}
.faq-contact__info-card--highlight {
  background: #042158;
  border-color: transparent;
  color: #fff;
}
.faq-contact__info-card--highlight .faq-contact__info-title {
  color: #F7941D;
}
.faq-contact__info-card--highlight a {
  color: #fff;
}
.faq-contact__info-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.45rem;
  background: rgba(247, 148, 29, 0.12);
  color: #042158;
  font-size: 1rem;
}
.faq-contact__info-card--highlight .faq-contact__info-icon {
  background: rgba(247, 148, 29, 0.2);
  color: #F7941D;
}
.faq-contact__info-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #042158;
  margin-bottom: 0.25rem;
}
.faq-contact__info-card p {
  color: #5a6a82;
  font-size: 0.92rem;
  line-height: 1.5;
}
.faq-contact__info-card a {
  color: #042158;
  text-decoration: none;
  font-weight: 600;
}
.faq-contact__info-card a:hover {
  color: #F7941D;
}

@media (max-width: 991.98px) {
  .faq-main {
    padding: 3.5rem 0 3rem;
  }
  .faq-accordion__body {
    padding-left: 1.25rem;
  }
  .faq-main__collage {
    min-height: 0;
  }
  .faq-main__shot--side {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .faq-page-banner.page-title-section,
  .page-title-section.faq-page-banner {
    min-height: 15.5rem;
    padding: 10rem 0 3.25rem !important;
  }
  .faq-main__collage {
    grid-template-columns: 1fr 1fr;
  }
  .faq-main__badge {
    width: 4.75rem;
    height: 4.75rem;
  }
}
@media (max-width: 575.98px) {
  .faq-main__collage {
    grid-template-columns: 1fr;
  }
  .faq-accordion__trigger {
    gap: 0.75rem;
    padding: 1rem;
  }
  .faq-accordion__icon {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.9rem;
  }
  .faq-accordion__question {
    font-size: 0.92rem;
  }
  .faq-contact__form-wrap {
    padding: 1.35rem 1.15rem;
  }
}
