﻿@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap";h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin:0;padding:0;font-family:"Roboto",sans-serif;color:inherit}p{font-size:.875rem;font-weight:400;font-family:"Open Sans",sans-serif;line-height:1.7;color:#8a8a8a;margin:0;padding:0}a{font-size:.875rem;font-weight:400;font-family:"Roboto",sans-serif;line-height:1.5;color:#1a1818;overflow:hidden;text-decoration:none;display:block;transition:.4s all}a:hover,a:focus,a:active{text-decoration:none;cursor:pointer;outline:none}ul,ol{margin:0;padding:0;list-style:none}ul li,ol li{display:block;font-size:.875rem;font-family:"Open Sans",sans-serif;font-weight:400;line-height:1.5}span{font-family:"Open Sans",sans-serif}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.75rem}h5{font-size:1.5rem}h6{font-size:1.25rem}p{font-size:1rem}@media screen and (max-width: 768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.125rem}p{font-size:.9375rem}}@media screen and (max-width: 481px){h1{font-size:2.25rem}h2{font-size:1.75rem}p{font-size:.875rem}}.breadcrumb{padding:100px 0 50px 0;margin:0;margin-top:-40px;position:relative;z-index:1;background-repeat:no-repeat;background-size:cover;background-position:center;background-image:url("../images/breadcrumb.jpg")}.breadcrumb::before{content:"";position:absolute;inset:0;background-color:rgba(0,0,0,.6);z-index:-1}.breadcrumb h4{font-size:2rem;font-weight:700;letter-spacing:.05em;word-spacing:.2em;color:#fff;text-transform:uppercase}@media screen and (max-width: 576px){.breadcrumb{padding:50px 0 30px 0;margin-top:0}.breadcrumb h4{font-size:1.25rem}}button:focus,button:active{outline:none}.btn{border:none}.btn,.form-control{font-family:"Open Sans",sans-serif;font-size:.875rem;outline:none;box-shadow:none;border-radius:0;border:1px solid;text-transform:capitalize;letter-spacing:.03em;cursor:pointer;transition:.4s all}.btn:focus,.btn:hover,.form-control:focus,.form-control:hover{box-shadow:none;outline:none;color:inherit}.btn.btn-custom-small,.form-control.btn-custom-small{font-size:.75rem;padding:6px 14px}.btn.btn-custom-mid,.form-control.btn-custom-mid{font-size:.875rem;padding:8px 20px}.btn.btn-custom-large,.form-control.btn-custom-large{font-size:1rem;padding:10px 25px}.btn.btn-primary,.form-control.btn-primary{background-color:#0062af;color:#fff;border-color:#0062af}.btn.btn-primary:hover,.form-control.btn-primary:hover{background-color:rgba(0,0,0,0);border-color:#0062af;color:#0062af}.btn.btn-primary-ghost,.form-control.btn-primary-ghost{background-color:rgba(0,0,0,0);border-color:#0062af;color:#0062af}.btn.btn-primary-ghost:hover,.form-control.btn-primary-ghost:hover{background-color:#0062af;color:#fff;border-color:#0062af}.btn.btn-secondary,.form-control.btn-secondary{background-color:#0062af;color:#fff;border-color:#0062af}.btn.btn-secondary:hover,.form-control.btn-secondary:hover{background-color:rgba(0,0,0,0);border-color:#0062af;color:#0062af}.btn.btn-secondary-ghost,.form-control.btn-secondary-ghost{background-color:rgba(0,0,0,0);border-color:#0062af;color:#0062af}.btn.btn-secondary-ghost:hover,.form-control.btn-secondary-ghost:hover{background-color:#0062af;color:#fff;border-color:#0062af}.section{padding:80px 0}@media screen and (max-width: 1200px){.section{padding:60px 0}}@media screen and (max-width: 992px){.section{padding:45px 0}}@media screen and (max-width: 768px){.section{padding:30px 0}}figure{margin:0}img{max-width:100%;transition:.4s all}.title{padding-bottom:40px;text-align:center}.title h2{font-size:32px;font-weight:900;color:#000;text-transform:uppercase}.title h2 span{color:#0062af}.title p{font-size:16px;color:#8a8a8a;width:600px;margin:0 auto;padding-top:10px}@media screen and (max-width: 992px){.title h2{font-size:28px}.title p{font-size:15px;width:550px}}@media screen and (max-width: 768px){.title{padding-bottom:30px}.title h2{font-size:24px}.title p{font-size:14px;width:auto}}@media screen and (max-width: 577px){.title h2{font-size:20px}.title p{font-size:13px}}@media screen and (max-width: 481px){.title h2{font-size:18px}}.form{display:flex;flex-wrap:wrap;justify-content:space-between;gap:25px 10px}.form .form-group{flex-basis:100%;display:flex;flex-direction:column}.form .form-group.half-width{flex-basis:calc(50% - 10px)}.form .form-group label{font-size:1.125rem;color:#000;font-weight:500;text-transform:capitalize;margin-bottom:5px;display:flex;align-items:center;gap:10px}.form .form-group label i{font-size:1rem}.form .form-group .form-input{border-radius:5px;border:1px solid rgba(0,0,0,.4);background:#f8f8f8;padding:8px;font-size:1rem;text-transform:capitalize;color:#000;resize:none;width:100%}.form .form-group .form-input::placeholder{font-size:1rem;color:#1a1818}.form .form-group .form-input:focus-visible{border:none;outline:0;box-shadow:2px 2px 3px -1px #fff;border-bottom:1px solid #fff}@media screen and (max-width: 992px){.form .form-group label{font-size:1.25rem}.form .form-group .form-input{font-size:.9375rem}.form .form-group .form-input::placeholder{font-size:.9375rem}}@media screen and (max-width: 576px){.form{flex-direction:column;gap:20px}.form .form-group label{font-size:1.125rem}.form .form-group .form-input{font-size:.875rem}.form .form-group .form-input::placeholder{font-size:.875rem}}.icon-block{width:50px;aspect-ratio:1/1;display:grid;place-items:center;position:relative;background-color:#0062af;z-index:1}.icon-block::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:0;background-color:#0062af;z-index:-1;transition:.3s ease-in-out}.icon-block i{color:#fff}.icon-block svg{width:60px;aspect-ratio:1/1;transition:.5s ease-in-out}.icon-block:hover::before{height:100%}.icon-block:hover svg path{fill:#0062af;stroke:#0062af}.mobile-call-button{position:fixed;bottom:20px;right:20px;text-align:center;z-index:99;display:none}@media screen and (max-width: 767px){.mobile-call-button{display:block}}.mobile-call-button a{font-size:1.25rem;height:45px;width:45px;display:grid;place-items:center;color:#fff;border-radius:15px;transition:.5s ease-in-out;position:relative;z-index:1;border:1px solid rgba(0,98,175,.7);overflow:hidden}.mobile-call-button a::before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:110%;height:0;background-color:rgba(0,98,175,.7);z-index:-1;transition:.5s ease-in-out}.mobile-call-button a i{color:#fff;transition:.5s ease-in-out}.mobile-call-button a:hover{height:75px}.mobile-call-button a:hover::before{height:100%}.mobile-call-button a:hover i{color:#fff}.scrollevent a{font-size:1.125rem;text-decoration:none}.scrollevent a:hover{font-style:normal}.scrollevent a .btn-scroll-up{padding:5px 6px;background-color:rgba(0,98,175,.95);box-shadow:none;border:1px solid;border-color:#00457c;border-radius:6px 6px 0 0;color:#fff;transition:.6s all;cursor:pointer}.scrollevent a .btn-scroll-up i{transform:translateY(0);transition:.6s all;color:#fff}.scrollevent a .btn-scroll-up:hover i{transform:translateY(-5px)}.scrollevent a .btn-scroll-up:focus{text-decoration:none;border:none;outline:none}.scrollToTop{z-index:9999;text-align:center;background:rgba(0,0,0,0);color:#fff;position:fixed;bottom:50px;right:30px;display:none !important;cursor:pointer}.scrollToTop.d-block{display:block !important}@media screen and (max-width: 767px){.scrollToTop.d-block{display:none !important}}.scrollToTop button i{padding:3px;font-size:1.125rem;color:#fff}.scrollToTop:hover{text-decoration:none}.slick-slide:focus{outline:none}.slick-dots{margin-top:15px;text-align:center}.slick-dots li{display:inline-block;margin:3px;height:6px;width:6px;border-radius:100%;background-color:#8a8a8a;cursor:pointer}.slick-dots li button{text-indent:-9999px;border:none;background-color:rgba(0,0,0,0)}.slick-dots li button:focus{outline:none}.slick-dots li.slick-active{background-color:#0062af}.slick-arrow{position:absolute;top:50%;transform:translateY(-50%)}.slick-arrow i{font-size:2rem;line-height:22px;height:22px;width:22px;color:#8a8a8a;text-align:center;cursor:pointer}.slick-arrow i:hover{color:#000}.slick-arrow.left{left:0px;z-index:9}.slick-arrow.right{right:0px}.thanks{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;vertical-align:middle;background-color:#272727;position:relative}.thanks .icon{padding-top:60px;width:100%}.thanks .message{display:inline-block;margin-top:30px}.thanks .message p{font-size:16px;word-spacing:.05em;color:#0062af;padding:20px 0}.thanks .redirect{display:flex;flex-direction:row;align-items:center;justify-content:center;transition:.3s ease-in-out;background-color:#0062af;border:1px solid #0062af;transition:.3s ease-in-out;padding:10px}.thanks .redirect i{color:#fff;padding-right:8px;transition:.3s ease-in-out}.thanks .redirect h5{color:#fff;font-weight:500;font-size:18px;word-spacing:.05em;margin-bottom:0;transition:.3s ease-in-out}.thanks .redirect:hover{text-decoration:none;background-color:rgba(0,0,0,0)}.thanks .redirect:hover i{color:#0062af}.thanks .redirect:hover h5{color:#0062af}header{z-index:111}header .nav-top{flex-direction:row;justify-content:space-between;align-items:center;background-color:#fff;padding:10px 0}header .nav-top .navbar-brand figure{width:100px}header .nav-top .company-info{flex-direction:row;justify-content:space-between}header .nav-top .company-info .info{flex-direction:row;align-items:center;padding:0 45px}header .nav-top .company-info .info i{color:#0062af;font-size:12px;padding-right:10px}header .nav-top .company-info .info p{font-size:14px;font-weight:500;color:#231f20;font-weight:400}header .nav-top .company-info .info:first-child{padding-left:0}header .nav-top .company-info .info:last-child{padding-right:0}header .nav-top .company-info .info .social-icons .social-link i{padding-right:30px;font-size:14px}header .nav-top .company-info .info .social-icons .social-link:last-child i{padding-right:0}header .navbar{padding:0}header .navbar .navbar-brand{display:none}header .navbar svg rect{fill:#fff}header .navbar .navbar-toggler{z-index:9999}header .navbar .navbar-toggler:focus{outline:none;box-shadow:none}header .navbar-collapse{display:flex;flex-direction:row;justify-content:space-between;background-color:#000;z-index:2}header .navbar-collapse .navbar-nav{width:100%;display:flex;flex-direction:row;justify-content:space-around}header .navbar-collapse .navbar-nav .nav-item{text-align:center;position:relative}header .navbar-collapse .navbar-nav .nav-item .nav-link{margin:0 10px;padding:16px 6px;color:#fff;text-transform:uppercase;letter-spacing:.03em;font-size:13px;font-weight:400;display:block;position:relative}header .navbar-collapse .navbar-nav .nav-item .nav-link i{color:#fff;font-size:12px;padding-right:6px}header .navbar-collapse .navbar-nav .nav-item .nav-link.button{padding:8px 15px;font-size:12px;color:#1a1818;background-color:#fff;border-color:#fff}header .navbar-collapse .navbar-nav .nav-item .nav-link::before{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#fff;transition:.3s ease-in-out}header .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before{width:100%}header .navbar-collapse .navbar-nav .nav-item.active .nav-link::before{width:100%}header .navbar-collapse .navbar-nav .nav-item.dropdown{cursor:pointer}header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu{position:absolute;left:0;width:200px;min-width:200px;border-radius:0;padding:0;border:none;background-color:#000;transform:translateY(30px);opacity:0;transition:.3s ease-in-out}header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .sub-dropdown{position:relative}header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .sub-dropdown .dropdown-item{padding:10px;font-size:14px;color:#fff}header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .sub-dropdown .dropdown-submenu{display:none;position:absolute;top:0px;left:200px;width:150px;background-color:#000}header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .sub-dropdown .dropdown-submenu li .dropdown-subitem{font-size:14px;color:#fff;padding:10px}header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu{display:block;transform:translateY(0);opacity:1}header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .sub-dropdown:hover .dropdown-submenu{display:block}header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .sub-dropdown:hover .dropdown-submenu li .dropdown-subitem:hover,header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .sub-dropdown:hover .dropdown-submenu li .dropdown-subitem.active{color:#0062af;background-color:#fff}header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .sub-dropdown .dropdown-item:hover{background-color:#fff;color:#0062af}header .navbar-collapse .navbar-nav .nav-item.mobile-display{display:none}header .navbar-collapse .navbar-nav .nav-item.mobile-display ul{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 0 10px 0}header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li{margin-bottom:10px}header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a{color:#fff;display:flex;flex-direction:row;align-items:center}header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a h6{font-size:13px;font-weight:400}header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a i{margin-right:10px}header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li .social-icons{display:flex;flex-direction:row;align-items:center;justify-content:center}header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li .social-icons a i{margin:0 20px;font-size:14px}header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li:last-child{margin-bottom:0}header .upbar-nav{position:absolute;top:0;left:0;width:100%;height:110vh;background-color:#0062af;z-index:333;padding:40px;margin-top:-200vh}header .upbar-nav .upbar-wrapper{display:flex;flex-direction:row}header .upbar-nav .upbar-wrapper .upbar-menu{flex:0 0 100%;margin-right:20px}header .upbar-nav .upbar-wrapper .upbar-menu .upbar-logo a{max-width:120px}header .upbar-nav .upbar-wrapper .upbar-menu .upbar-menu-list{display:flex;flex-direction:row;margin:80px 0}header .upbar-nav .upbar-wrapper .upbar-menu .upbar-menu-list ul{flex:0 0 100%;margin:0 5px;text-align:center}header .upbar-nav .upbar-wrapper .upbar-menu .upbar-menu-list ul li{margin-bottom:10px}header .upbar-nav .upbar-wrapper .upbar-menu .upbar-menu-list ul li a{font-size:16px;color:#fff;font-weight:400;text-transform:uppercase;text-decoration:none;padding-bottom:5px}header .upbar-nav .upbar-wrapper .upbar-menu .ndis-detail{display:flex;flex-direction:row;align-items:center}header .upbar-nav .upbar-wrapper .upbar-menu .ndis-detail .image{max-width:100px}header .upbar-nav .upbar-wrapper .upbar-menu .ndis-detail .text{margin-left:10px}header .upbar-nav .upbar-wrapper .upbar-menu .ndis-detail .text h6{font-size:18px;color:#fff;font-weight:400}header .upbar-nav .upbar-wrapper .upbar-menu .ndis-detail .text h5{font-size:22px;color:#fff;font-weight:700;text-decoration:underline}header .upbar-nav .upbar-wrapper .upbar-form{flex:0 0 calc(40% - 20px);margin-left:20px}header .upbar-nav .upbar-wrapper .upbar-form .call-info h4,header .upbar-nav .upbar-wrapper .upbar-form .call-info a{display:inline;font-size:32px;font-weight:900;color:#fff;letter-spacing:.03em;padding:0 3px;word-spacing:.02em}header .upbar-nav .upbar-wrapper .upbar-form .call-info a{color:#1a1818}header .upbar-nav .upbar-wrapper .upbar-form .form{background-color:rgba(0,0,0,0);padding:20px 0;box-shadow:none}header .upbar-nav .upbar-wrapper .upbar-form .form .form-set{flex:0 0 100%;margin:0 0 20px 0}header .upbar-nav .upbar-wrapper .upbar-form .form .form-set.button .btn-primary{border:1px solid #000}header .upbar-nav.show{margin:0}header .upbar-nav .close-togler{position:absolute;top:45px;right:80px}header .upbar-nav .close-togler i{color:#fff;font-size:30px}@media screen and (max-width: 1200px){header .nav-top .company-info .info{padding:0 25px}header .navbar-collapse .navbar-nav .nav-item:last-child{padding:0 0}header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu{left:0}header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .sub-dropdown .dropdown-item{font-size:13px}header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .sub-dropdown .dropdown-submenu{display:none;position:absolute;top:0px;left:200px;width:150px;background-color:#000}header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .sub-dropdown .dropdown-submenu li .dropdown-subitem{font-size:13px;color:#fff;padding:10px}}@media screen and (max-width: 992px){header{background-color:#000}header .nav-top{display:none !important}header .navbar{background-color:#000;padding:2px 15px;z-index:2}header .navbar .navbar-brand{display:inline}header .navbar .navbar-brand figure{width:70px}header .navbar-collapse{flex-direction:column}header .navbar-collapse .navbar-nav{flex-direction:column;width:100%}header .navbar-collapse .navbar-nav .nav-item .nav-link{display:inline-block;padding:5px 0}header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu{position:relative;text-align:center;margin:0 auto;transform:translateY(0);opacity:1;display:none;top:0;left:0}header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .sub-dropdown .dropdown-item{font-size:13px;padding:5px 0}header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .sub-dropdown .dropdown-submenu{display:none;position:relative;top:0px;left:0;width:100%;text-align:center;background-color:#000}header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .sub-dropdown .dropdown-submenu li .dropdown-subitem{font-size:13px;color:#fff;padding:5px 0}header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu{display:block}header .navbar-collapse .navbar-nav .nav-item.mobile-display{display:inline-block;background-color:#000}header .upbar-nav .upbar-wrapper{flex-direction:column}header .upbar-nav .upbar-wrapper .upbar-menu{margin-right:0}header .upbar-nav .upbar-wrapper .upbar-form{display:none}}@media screen and (max-width: 577px){header .navbar-collapse .navbar-nav .nav-item .nav-link{font-size:12px}header .navbar-collapse .navbar-nav .nav-item.mobile-display ul{margin:5px 0 0 0}header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a h6{font-size:13px}header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a i{font-size:12px}header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li .social-icons a i{font-size:14px}header .upbar-nav .upbar-wrapper .upbar-menu .upbar-menu-list{display:flex;flex-direction:column;margin:30px 0}header .upbar-nav .upbar-wrapper .upbar-menu .upbar-menu-list ul{margin-bottom:20px}header .upbar-nav .upbar-wrapper .upbar-menu .upbar-menu-list ul h5{font-size:18px;margin-bottom:10px;height:auto;cursor:pointer}header .upbar-nav .upbar-wrapper .upbar-menu .upbar-menu-list ul h5 i{display:inline;font-size:10px;padding-left:8px}header .upbar-nav .upbar-wrapper .upbar-menu .upbar-menu-list ul li{display:none}header .upbar-nav .upbar-wrapper .upbar-menu .upbar-menu-list ul li a{font-size:14px}header .upbar-nav .upbar-wrapper .upbar-menu .upbar-menu-list ul:hover li{display:block}header .upbar-nav .upbar-wrapper .upbar-menu .upbar-menu-list ul:last-child li{display:block}header .upbar-nav .upbar-wrapper .upbar-menu .ndis-detail .image{max-width:80px}header .upbar-nav .upbar-wrapper .upbar-menu .ndis-detail .text h6{font-size:16px}header .upbar-nav .upbar-wrapper .upbar-menu .ndis-detail .text h5{font-size:18px}header .upbar-nav .close-togler{top:35px;right:20px}}.banner{margin-top:-25px}.banner .slider .block{max-height:calc(100vh - 95px);position:relative}.banner .slider .block img{width:100%;transition:all 1s cubic-bezier(0.7, 0, 0.3, 1);transform:scale(1.2)}.banner .slider .block.slick-active img{transform:scale(1)}.banner .slider .block .text{position:absolute;bottom:10px;left:0;text-align:right;background-color:#0062af;border:3px solid #fff;border-left:none;border-radius:6px;border-top-left-radius:0;border-bottom-left-radius:0;padding:20px 20px}.banner .slider .block .text h5{font-size:32px;font-weight:900;color:#fff;letter-spacing:.02em;text-transform:uppercase;padding-bottom:10px}.banner .slider .block .text .button a{display:inline-block;font-size:18px;font-weight:500;color:#fff;letter-spacing:.02em;text-transform:capitalize;overflow:visible}.banner .slider .block .text .button a i{font-size:14px;color:#fff;padding-left:8px;transition:.3s ease-in-out}.banner .slider .block .text .button a:hover i{transform:translateX(5px)}.banner .slick-arrow i{font-size:26px;display:none;transition:.3s ease-in}.banner .slick-arrow i:hover{color:#fff}.banner:hover .slick-arrow i{display:inline}@media screen and (max-width: 992px){.banner{margin-top:0}.banner .slider .block .text h5{font-size:26px;padding-bottom:10px}.banner .slider .block .text .button a{font-size:16px}.banner .slider .block .text .button a i{font-size:13px}}@media screen and (max-width: 768px){.banner .slider .block{height:auto}.banner .slider .block .image img{height:auto}.banner .slider .block .text h5{font-size:22px;padding-bottom:5px}.banner .slider .block .text .button a{font-size:16px}.banner .slick-arrow i{font-size:20px}}@media screen and (max-width: 577px){.banner .slider .block .text{position:relative;text-align:center;border:none;border-radius:0;padding:20px 20px 40px 20px}.banner .slider .block .text h5{font-size:20px}.banner .slider .block .text .button a{font-size:14px}.banner .slick-dots{margin-top:-28px;position:relative}.banner .slick-dots li{background-color:#fff}.banner .slick-dots li.slick-active{background-color:#231f20}}@media screen and (max-width: 481px){.banner .slider .block .text h5{font-size:18px}.banner .slider .block .text .button a{font-size:13px}}.about{background:url("../images/bg-img.png") no-repeat;background-position:right top;background-size:250px}.about .about-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;gap:30px}.about .about-wrap .block{flex:0 0 calc(50% - 30px);height:auto}.about .about-wrap .block img{width:100%;height:100%;object-fit:cover}.about .about-wrap .block.content-block h4{font-size:28px;font-weight:900;letter-spacing:.03em;word-spacing:.05em;color:#0062af;text-transform:uppercase}.about .about-wrap .block.content-block h4 span{font-size:1rem;font-weight:300;color:#0062af;display:block;text-transform:initial}.about .about-wrap .block.content-block p{font-size:16px;margin:20px 0}.about .about-wrap .block.content-block .button .btn-primary{margin-left:10px}@media screen and (max-width: 992px){.about .about-wrap{flex-direction:column;gap:20px}.about .about-wrap .block.content-block{text-align:center}.about .about-wrap .block.content-block h4{font-size:24px}.about .about-wrap .block.content-block p{font-size:15px}}@media screen and (max-width: 768px){.about .about-wrap .block.content-block h4{font-size:22px}}@media screen and (max-width: 481px){.about .about-wrap .block.content-block h4{font-size:20px}.about .about-wrap .block.content-block p{margin:20px 0}}@media screen and (max-width: 321px){.about .about-wrap .block.content-block h4{font-size:18px}}.special_features{padding-bottom:80px}.special_features .feature-wrapper{display:flex;flex-direction:row}.special_features .feature-wrapper .features-block{flex:0 0 calc(33.3333333333% - 20px);margin:0 10px;text-align:center;transition:.3s ease-in-out;padding:0 10px}.special_features .feature-wrapper .features-block .image img{width:70px}.special_features .feature-wrapper .features-block .image h4{font-size:20px;font-weight:900;color:#3d3d3d;padding:20px 0;text-transform:uppercase;letter-spacing:.05em;transition:.3s ease-in-out}.special_features .feature-wrapper .features-block .desc p{color:#8a8a8a;word-spacing:.05em;transition:.3s ease-in-out}@media screen and (max-width: 992px){.special_features{padding-bottom:45px}.special_features .feature-wrapper .features-block .image img{width:80px}.special_features .feature-wrapper .features-block .image h4{font-size:18px;padding:20px 0}.special_features .feature-wrapper .features-block .desc p{font-size:13px}}@media screen and (max-width: 768px){.special_features{padding-bottom:30px}.special_features .feature-wrapper{flex-direction:column}.special_features .feature-wrapper .features-block{padding:20px 10px}.special_features .feature-wrapper .features-block .image img{width:60px}.special_features .feature-wrapper .features-block .image h4{font-size:18px;padding:15px 0}.special_features .feature-wrapper .features-block .desc p{font-size:13px}}@media screen and (max-width: 577px){.special_features .feature-wrapper .features-block{padding:10px 10px}.special_features .feature-wrapper .features-block .image h4{font-size:16px;padding:10px 0}}.choose-us{background:url("../images/bg-img2.jpg") no-repeat;background-size:cover;background-position:center center;position:relative}.choose-us::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.choose-us .choose-wrapper{display:flex;flex-direction:row;align-items:center;position:relative}.choose-us .choose-wrapper .desc{flex:0 0 calc(50% - 80px);margin-right:80px}.choose-us .choose-wrapper .desc h3{font-size:32px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;word-spacing:.05em;color:#fff}.choose-us .choose-wrapper .desc h3 span{color:#05b460}.choose-us .choose-wrapper .desc .button{margin-top:30px}.choose-us .choose-wrapper .listing{flex:0 0 50%}.choose-us .choose-wrapper .listing .unorder-list{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap}.choose-us .choose-wrapper .listing .unorder-list li{flex:0 0 50%;display:flex;flex-direction:row;align-items:center;margin-bottom:10px}.choose-us .choose-wrapper .listing .unorder-list li i{padding-right:15px;color:#05b460}.choose-us .choose-wrapper .listing .unorder-list li p{color:#fff;font-size:16px}@media screen and (max-width: 992px){.choose-us .choose-wrapper{flex-direction:column;text-align:center}.choose-us .choose-wrapper .desc{margin-right:0;margin-bottom:40px}.choose-us .choose-wrapper .desc h3{font-size:28px}.choose-us .choose-wrapper .listing .unorder-list li{justify-content:center}.choose-us .choose-wrapper .listing .unorder-list li i{padding-right:15px}.choose-us .choose-wrapper .listing .unorder-list li p{font-size:15px}}@media screen and (max-width: 768px){.choose-us .choose-wrapper .desc h3{font-size:24px}.choose-us .choose-wrapper .listing .unorder-list li i{padding-right:10px}.choose-us .choose-wrapper .listing .unorder-list li p{font-size:14px}}@media screen and (max-width: 481px){.choose-us .choose-wrapper .desc{margin-bottom:20px}.choose-us .choose-wrapper .desc h3{font-size:18px}.choose-us .choose-wrapper .desc h3 span{display:block}.choose-us .choose-wrapper .desc .button{margin-top:20px}.choose-us .choose-wrapper .listing .unorder-list{flex-direction:column}.choose-us .choose-wrapper .listing .unorder-list li p{font-size:14px}}.service{background:url("../images/bg-img.png") no-repeat;background-position:right top;position:relative}.service::before{content:"";position:absolute;top:50%;left:-20px;transform:translateY(-50%);width:100%;height:100%;background:url("../images/bg-img.png") no-repeat;background-position:left center}.service .services-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.service .services-wrapper .item{flex:0 0 calc(33.3333333333% - 20px);margin-right:20px;margin-bottom:40px}.service .services-wrapper .item .detail{padding:20px 10px;margin:-30px 15px 0 15px;box-shadow:0 0 18px -10px #8a8a8a;background-color:#fff;text-align:center;position:relative}.service .services-wrapper .item .detail h4{font-size:16px;font-weight:500;color:#000}.service .services-wrapper .item .detail h4 span{color:#0062af}.service .services-wrapper .item .detail p{font-size:14px;color:#1a1818;padding:20px 0}.service .services-wrapper .item .read_more{font-size:14px;color:#0062af}.service .services-wrapper .item .read_more i{color:#0062af;padding-left:5px;font-size:12px;transition:.3s ease-in-out}.service .services-wrapper .item .read_more:hover i{transform:translateX(5px)}@media screen and (max-width: 992px){.service .services-wrapper .item{flex:0 0 calc(50% - 20px)}.service .services-wrapper .item .detail h4{font-size:15px}.service .services-wrapper .item .detail p{font-size:13px}.service .services-wrapper .item .read_more{font-size:13px}}@media screen and (max-width: 577px){.service .services-wrapper{flex-direction:column}.service .services-wrapper .item{margin-right:0}.service .services-wrapper .item .image img{width:100%}.service .services-wrapper .item .detail h4{font-size:16px}}.quote{background:url("../images/quotebg.png") no-repeat;background-size:cover;background-position:center center}.quote .quote-wrapper{display:flex;flex-direction:row;margin:0px 0 160px 0}.quote .quote-wrapper .quote-block{flex:0 0 calc(70% - 60px);margin-right:60px;position:relative}.quote .quote-wrapper .quote-block .form-block{position:absolute;top:0;left:0;margin:0 60px}.quote .quote-wrapper .quote-block .title{text-align:center;padding:40px 0 20px 0}.quote .quote-wrapper .quote-block .title h5{font-size:32px;font-weight:700;color:#fff;letter-spacing:.02em;word-spacing:.04em}.quote .quote-wrapper .quote-block .title p{font-size:14px;color:#fff;width:550px;margin:0 auto;padding:20px 0}.quote .quote-wrapper .quote-image{flex:0 0 30%;opacity:0}.form{background-color:#fff;padding:40px 40px;display:flex;flex-direction:row;flex-wrap:wrap;box-shadow:0 0 16px -8px #8a8a8a}.form .form-set{flex:0 0 calc(50% - 20px);margin:0 10px 30px 10px}.form .form-set .form-input{width:100%;padding:10px;border:2px solid rgba(138,138,138,.3);resize:none}.form .form-set .form-input:focus{outline:none}.form .form-set.full_width{flex:100%}.form .form-set.button{margin-bottom:0}.form.contact-form{flex-direction:column;margin:0 0 30px 0}.form.contact-form .form-set label{display:flex;flex-direction:row;align-items:center}.form.contact-form .form-set label i{padding-right:10px}.form.contact-form .form-set label span{font-size:16px}.form.contact-form .form-set.message{flex:0 0 calc(100% - 20px);margin-right:10px}.form.contact-form .form-set .btn-primary{width:50%}@media screen and (max-width: 1200px){.quote .quote-wrapper{margin:40px 0 250px 0}.quote .quote-wrapper .quote-block{flex:0 0 calc(70% - 60px);margin-right:60px}.quote .quote-wrapper .quote-block .form-block{margin:0 40px}}@media screen and (max-width: 992px){.quote{position:relative}.quote .quote-wrapper{flex-direction:column;margin:0}.quote .quote-wrapper .quote-block{margin-right:0;position:relative;z-index:3}.quote .quote-wrapper .quote-block .form-block{position:relative}.quote .quote-wrapper .quote-block .title h5{font-size:26px}.quote .quote-wrapper .quote-block .title p{font-size:14px}.quote .quote-wrapper .quote-image{position:absolute;bottom:0px;left:0;width:200px;z-index:2}.form{padding:40px 20px;margin-bottom:20px}}@media screen and (max-width: 768px){.quote .quote-wrapper .quote-block .form-block{margin:0}.quote .quote-wrapper .quote-block .title h5{font-size:22px}.quote .quote-wrapper .quote-block .title p{font-size:13px;width:400px;padding:20px 0 0 0}.quote .quote-wrapper .quote-image{display:none}.form{padding:40px 20px}.form .form-set{margin:0 10px 20px 10px}.form .form-set .form-input{padding:5px 10px}}@media screen and (max-width: 481px){.quote .quote-wrapper .quote-block .title{padding:20px 10px}.quote .quote-wrapper .quote-block .title h5{font-size:18px}.quote .quote-wrapper .quote-block .title p{width:100%;padding:10px 0 0 0}.form{padding:40px 20px}.form .form-set{margin:0 10px 20px 10px}.form .form-set .form-input{padding:5px 10px;font-size:13px}}@media screen and (max-width: 420px){.quote .quote-wrapper .quote-block .title{padding:20px 10px}.quote .quote-wrapper .quote-block .title h5{font-size:18px}.quote .quote-wrapper .quote-block .title p{width:100%;padding:10px 0 0 0}.form{flex-direction:column}.form .form-set{margin:0 0 20px 0}.form.contact-form{flex-direction:column;margin:0 0 30px 0}.form.contact-form .form-set.message{margin-right:0}}.about-features{padding-top:0}@media screen and (max-width: 1200px){.about-features{padding-top:40px}}.about-features .abtfeatures-block{display:flex;flex-direction:row;align-items:center}.about-features .abtfeatures-block .img-block{width:calc(50% - 80px);margin-right:80px}.about-features .abtfeatures-block .img-block img{width:100%}.about-features .abtfeatures-block .content{width:calc(50% - 40px);margin-left:40px}.about-features .abtfeatures-block .content h5{font-size:24px;font-weight:700;word-spacing:.05em;letter-spacing:.03em;line-height:1.3;text-transform:uppercase;color:#231f20;padding-bottom:20px}.about-features .abtfeatures-block .content h5 span{color:#0062af}.about-features .abtfeatures-block .content p{padding:20px 0;font-size:16px;line-height:1.9}.about-features .abtfeatures-block.alternative{flex-direction:row-reverse;margin:60px 0}.about-features .abtfeatures-block.alternative .img-block{margin-right:0;margin-left:80px}.about-features .abtfeatures-block.alternative .content{margin-right:40px;margin-left:0}@media screen and (max-width: 992px){.about-features .abtfeatures-block .img-block{width:calc(50% - 40px);margin-right:40px}.about-features .abtfeatures-block .img-block img{width:100%}.about-features .abtfeatures-block .content{width:calc(50% + 40px);padding:0}.about-features .abtfeatures-block .content h5{padding-bottom:0;font-size:20px}.about-features .abtfeatures-block.alternative .img-block{margin-left:40px}}@media screen and (max-width: 768px){.about-features .abtfeatures-block{flex-direction:column}.about-features .abtfeatures-block .img-block{width:100%;margin-right:0}.about-features .abtfeatures-block .content{width:100%;margin:10px 0 0 0;text-align:center}.about-features .abtfeatures-block .content h5{font-size:20px}.about-features .abtfeatures-block .content h5 span{display:block}.about-features .abtfeatures-block .content p{padding:10px 0 0 0}.about-features .abtfeatures-block.alternative{flex-direction:column;margin:40px 0}.about-features .abtfeatures-block.alternative .img-block{margin-left:0}.about-features .abtfeatures-block.alternative .content{margin:10px 0 0 0}}@media screen and (max-width: 481px){.about-features .abtfeatures-block .content h5{font-size:18px}.about-features .abtfeatures-block .content p{font-size:13px}}.gallery{position:relative}.gallery .gallery-wrapper{display:flex;flex-wrap:wrap}.gallery .gallery-wrapper .picture{position:relative;transition:.3s ease-in-out;flex:0 0 25%}.gallery .gallery-wrapper .picture img{width:100%;height:255px;object-fit:cover;object-position:center}.gallery .gallery-wrapper .picture::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:0;width:0;background:rgba(0,98,175,.4);transition:.5s ease-in-out}.gallery .gallery-wrapper .picture::after{content:"";position:absolute;top:-4%;left:0;width:100%;height:2px;background-color:rgba(0,98,175,.4);transition:.3s ease-in-out}.gallery .gallery-wrapper .picture .front::before{content:"";position:absolute;top:-10%;left:50%;transform:translateX(-50%);border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);border-top:20px solid rgba(0,98,175,.7);transition:.3s ease-in-out}.gallery .gallery-wrapper .picture .back{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);text-align:center;display:none;animation:fade-inout .6s linear}@keyframes fade-inout{0%{opacity:0}25%{opacity:.5}75%{opacity:.75}100%{opacity:1}}.gallery .gallery-wrapper .picture .back p{opacity:0;display:block;font-size:16px;font-weight:700;line-height:1.2;color:#000;text-transform:capitalize;letter-spacing:.05em}.gallery .gallery-wrapper .picture .back i{opacity:0;font-size:16px;color:#000;padding-top:5px}.gallery .gallery-wrapper .picture:hover::before{height:100%;width:100%}.gallery .gallery-wrapper .picture:hover::after{top:0}.gallery .gallery-wrapper .picture:hover .front::before{z-index:1;top:0}.gallery .gallery-wrapper .picture:hover .back{display:inherit}.gallery .gallery-wrapper .picture:hover .back p,.gallery .gallery-wrapper .picture:hover .back i{opacity:1}.gallery .gallery-wrapper.page-gallery-wrap{gap:20px 10px}.gallery .gallery-wrapper.page-gallery-wrap .picture{flex:0 0 calc(25% - 10px)}.page-gallery .gallery{padding-bottom:0}@media screen and (max-width: 992px){.gallery .gallery-wrapper .picture img{height:180px}.gallery .gallery-wrapper .picture .front::before{border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-top:16px solid #0062af}.gallery .gallery-wrapper .picture .back p{font-size:14px}.gallery .gallery-wrapper .picture .back i{font-size:14px}.gallery .gallery-wrapper.page-gallery-wrap .picture{flex:0 0 calc(33.3333333333% - 10px)}}@media screen and (max-width: 768px){.gallery .gallery-wrapper .picture img{height:140px}.gallery .gallery-wrapper .picture .front::before{border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:10px solid #0062af}.gallery .gallery-wrapper .picture .back p{font-size:13px;line-height:1.3}.gallery .gallery-wrapper .picture .back i{font-size:13px}.gallery .gallery-wrapper.page-gallery-wrap .picture{flex:0 0 calc(50% - 10px)}}@media screen and (max-width: 577px){.gallery .gallery-wrapper{flex-wrap:wrap}.gallery .gallery-wrapper .picture{flex:0 0 50%}.gallery .gallery-wrapper .picture img{height:200px}.gallery .gallery-wrapper .picture .back p{font-size:13px;line-height:1.3}.gallery .gallery-wrapper .picture .back i{font-size:13px}}@media screen and (max-width: 481px){.gallery .gallery-wrapper .picture img{height:170px}}@media screen and (max-width: 340px){.gallery .gallery-wrapper .picture img{height:140px}}.testimonial{background:url("../images/testimonialbg.jpg") no-repeat;background-size:cover;background-position:center center;text-align:center;position:relative}.testimonial::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.7)}.testimonial .title{position:relative}.testimonial .testimonial-slider{position:relative;z-index:3}.testimonial .testimonial-slider::after{content:"";position:absolute;top:60px;left:0;width:100%;height:1px;background-color:rgba(138,138,138,.3);z-index:-1}.testimonial .testimonial-slider .testimonial-block .image{margin-top:20px}.testimonial .testimonial-slider .testimonial-block .image img{width:80px;height:80px;border-radius:100%;overflow:hidden;margin:0 auto}.testimonial .testimonial-slider .testimonial-block p{font-size:14px;width:600px;margin:0 auto;padding:30px 0}.testimonial .testimonial-slider .testimonial-block h5{font-size:18px;font-weight:700;color:#003763;padding-bottom:5px}.testimonial .testimonial-slider .testimonial-block h6{font-size:14px;color:#8a8a8a;font-weight:400}@media screen and (max-width: 577px){.testimonial .testimonial-slider .testimonial-block .image{margin-top:20px}.testimonial .testimonial-slider .testimonial-block p{font-size:14px;width:auto;margin:0 40px;padding:30px 0}.testimonial .testimonial-slider .testimonial-block h5{font-size:16px}.testimonial .testimonial-slider .testimonial-block h6{font-size:14px}}@media screen and (max-width: 481px){.testimonial .testimonial-slider .testimonial-block .image{margin-top:20px}.testimonial .testimonial-slider .testimonial-block p{font-size:13px;margin:0 20px}.testimonial .testimonial-slider .testimonial-block h6{font-size:13px}}.call-us{padding:80px 0;background:url("../images/callus-bg.jpg");background-repeat:no-repeat;background-size:cover;background-position:center;position:relative}.call-us::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.call-us .call-us-content{text-align:center;position:relative}.call-us .call-us-content h3{font-size:42px;color:#fff;font-weight:700;word-spacing:.05em;line-height:1.2;letter-spacing:.03em}.call-us .call-us-content p{font-size:18px;color:#fff;word-spacing:.05em;letter-spacing:.03em;padding-top:10px}.call-us .call-us-content .call-button{margin-top:40px}.call-us .call-us-content .call-button .btn:hover{color:#fff}@media screen and (max-width: 992px){.call-us .call-us-content h3{font-size:36px}.call-us .call-us-content p{font-size:16px}}@media screen and (max-width: 577px){.call-us .call-us-content h3{font-size:28px}.call-us .call-us-content p{font-size:14px}.call-us .call-us-content .call-button{margin-top:30px}}@media screen and (max-width: 481px){.call-us .call-us-content h3{font-size:22px}.call-us .call-us-content p{font-size:13px;padding-top:5px}}.footer .footer-top{padding:60px 0}.footer .footer-top .top-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;gap:30px 10px}.footer .footer-top .top-wrap .footer-block{flex-basis:20%}.footer .footer-top .top-wrap .footer-block h5{font-size:1.25rem;font-weight:700;color:#0062af;margin-bottom:60px;text-transform:uppercase}.footer .footer-top .top-wrap .footer-block h5 span{color:#1a1818}.footer .footer-top .top-wrap .footer-block .quick-link li,.footer .footer-top .top-wrap .footer-block .quick-link .footer-item{margin-bottom:10px;position:relative;line-height:1.5}.footer .footer-top .top-wrap .footer-block .quick-link li .footer-link,.footer .footer-top .top-wrap .footer-block .quick-link .footer-item .footer-link{font-size:.875rem;color:#000;text-transform:capitalize;display:inline-block;transition:.5s ease-in-out;overflow-wrap:anywhere}.footer .footer-top .top-wrap .footer-block .quick-link li:hover i,.footer .footer-top .top-wrap .footer-block .quick-link .footer-item:hover i{color:#0062af}.footer .footer-top .top-wrap .footer-block .quick-link li:hover svg,.footer .footer-top .top-wrap .footer-block .quick-link .footer-item:hover svg{stroke:#0062af}.footer .footer-top .top-wrap .footer-block .quick-link li:hover .footer-link,.footer .footer-top .top-wrap .footer-block .quick-link .footer-item:hover .footer-link{transform:translateX(5px);color:#0062af}.footer .footer-top .top-wrap .footer-block .quick-link .footer-item{display:flex;align-items:center;justify-content:space-between;gap:10px}.footer .footer-top .top-wrap .footer-block .quick-link .footer-item .icon{flex-basis:40px;text-align:center}.footer .footer-top .top-wrap .footer-block .quick-link .footer-item .icon i{font-size:1rem}.footer .footer-top .top-wrap .footer-block .quick-link .footer-item .icon span{background-color:#000;padding:3px;color:#fff;font-size:.75rem;text-transform:uppercase}.footer .footer-top .top-wrap .footer-block .quick-link .footer-item .footer-link{flex-basis:calc(100% - 50px);text-transform:initial}.footer .footer-top .top-wrap .footer-block:first-child{flex-basis:40%}.footer .footer-top .top-wrap .footer-block:first-child .logo{width:120px}.footer .footer-top .top-wrap .footer-block:first-child .logo img{width:100%;height:100%;object-fit:cover}.footer .footer-top .top-wrap .footer-block:first-child .desc{max-width:350px;margin-top:20px}.footer .footer-top .top-wrap .footer-block:first-child .desc p{color:#000;line-height:1.5;font-size:.8125rem}.footer .footer-top .top-wrap .footer-block:nth-child(2){flex-basis:30%}.footer .footer-bottom{background-color:#000;padding:10px 0}.footer .footer-bottom .bottom-wrap{display:flex;justify-content:center;align-items:center;gap:5px}.footer .footer-bottom .bottom-wrap .block,.footer .footer-bottom .bottom-wrap .develop{display:flex;align-items:center;gap:5px}.footer .footer-bottom .bottom-wrap .block p,.footer .footer-bottom .bottom-wrap .block a,.footer .footer-bottom .bottom-wrap .develop p,.footer .footer-bottom .bottom-wrap .develop a{line-height:1.5;font-size:.875rem;color:#fff;text-transform:capitalize;display:inline-block}.footer .footer-bottom .bottom-wrap .block a,.footer .footer-bottom .bottom-wrap .develop a{position:relative}.footer .footer-bottom .bottom-wrap .block a::before,.footer .footer-bottom .bottom-wrap .develop a::before{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#fff;transition:.3s ease-in-out}.footer .footer-bottom .bottom-wrap .block a:hover::before,.footer .footer-bottom .bottom-wrap .develop a:hover::before{width:100%}@media screen and (max-width: 992px){.footer .footer-top .top-wrap .footer-block{flex-basis:calc(33.3333333333% - 20px)}.footer .footer-top .top-wrap .footer-block .quick-link h5{font-size:1.25rem;margin-bottom:20px}.footer .footer-top .top-wrap .footer-block .quick-link li,.footer .footer-top .top-wrap .footer-block .quick-link .footer-item{margin-bottom:8px;position:relative}.footer .footer-top .top-wrap .footer-block .quick-link li::before,.footer .footer-top .top-wrap .footer-block .quick-link .footer-item::before{content:"";position:absolute;font-family:"font Awesome 5 free";font-weight:700;font-size:.75rem;color:#000}.footer .footer-top .top-wrap .footer-block .quick-link li .footer-link,.footer .footer-top .top-wrap .footer-block .quick-link .footer-item .footer-link{font-size:.875rem}.footer .footer-top .top-wrap .footer-block:first-child{flex-basis:100%}.footer .footer-top .top-wrap .footer-block:first-child .logo{margin:auto}.footer .footer-top .top-wrap .footer-block:first-child .desc{max-width:100%;text-align:center}}@media screen and (max-width: 768px){.footer .footer-top .top-wrap{flex-direction:column;gap:20px}.footer .footer-top .top-wrap .footer-block .quick-link h5{margin-bottom:15px;text-align:center}.footer .footer-top .top-wrap .footer-block .quick-link li,.footer .footer-top .top-wrap .footer-block .quick-link .footer-item{margin-bottom:5px;text-align:center}.footer .footer-top .top-wrap .footer-block .quick-link li::before,.footer .footer-top .top-wrap .footer-block .quick-link .footer-item::before{content:"";position:absolute;font-family:"font Awesome 5 free";font-weight:700;font-size:.75rem;color:#000}.footer .footer-top .top-wrap .footer-block .quick-link li .footer-link,.footer .footer-top .top-wrap .footer-block .quick-link .footer-item .footer-link{font-size:.875rem}.footer .footer-top .top-wrap .footer-block:last-child .quick-link .footer-item{justify-content:center}.footer .footer-bottom .bottom-wrap{flex-direction:column}}@media screen and (max-width: 480px){.footer .footer-bottom .bottom-wrap .block,.footer .footer-bottom .bottom-wrap .develop{flex-direction:column}}.page-about .about .about-wrap .block.content-block .button .btn-primary{margin-left:0}.page-about .about .about-wrap .full-content{flex-basis:100%}.page-about .about .about-wrap .full-content p{font-size:1rem;margin-bottom:20px}.page-about .about .about-wrap .full-content p:last-child{margin-bottom:0}@media screen and (max-width: 992px){.page-about .about .about-wrap .full-content p{font-size:.9375rem;text-align:center}}.page-services{background:url("../images/Pattern-Randomized.svg")}.page-services .service-wrapper{display:flex;flex-direction:column;gap:60px;padding-top:60px}.page-services .service-block{display:flex;flex-wrap:wrap;gap:30px}.page-services .service-block .images{flex-basis:50%;width:100%;height:auto}.page-services .service-block .images img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:10px}.page-services .service-block .content{flex-basis:calc(50% - 30px);padding:20px 30px;background-color:#fff;box-shadow:2px 1px 14px -8px #1a1818;border-radius:10px}.page-services .service-block .content h5{font-size:2rem;font-weight:700;color:#0062af;text-transform:capitalize}.page-services .service-block .content p{font-size:.9375rem;padding-top:20px;color:#1a1818}.page-services .service-block .bottom-content{flex-basis:100%;background-color:#fff;padding:20px 30px;border-radius:10px}.page-services .service-block .bottom-content ul li{margin-bottom:10px}.page-services .service-block .bottom-content ul li p{color:#1a1818}.page-services .service-block .bottom-content ul li p span{display:block;font-weight:700;color:#0062af;font-size:1.25rem;text-transform:capitalize}.page-services .service-block .bottom-content ul li:last-child{margin-bottom:0}.page-services .service-block:nth-child(even){flex-direction:row-reverse}.page-services .service-block:last-child{margin-bottom:40px}@media screen and (max-width: 992px){.page-services .service-block{flex-direction:column}.page-services .service-block .content{text-align:center}.page-services .service-block .content p{padding:10px 0}.page-services .service-block .bottom-content{text-align:center}.page-services .service-block .bottom-content ul li p span{font-size:1.125rem}.page-services .service-block:nth-child(even){flex-direction:column}.page-services .service-block:last-child{padding-bottom:40px}}.contact-wrap{display:flex;gap:4em}.contact-wrap .contact-block{width:100%;padding:20px 20px;box-shadow:0 0 22px -10px rgba(0,98,175,.5)}.contact-wrap .contact-block .align-left{text-align:left;margin-bottom:40px}.contact-wrap .contact-block .align-left h6{font-size:20px;font-weight:300;letter-spacing:.03em}.contact-wrap .contact-block .align-left h3{font-size:28px;font-weight:700;padding-top:10px}.contact-wrap .contact-block .align-left h4{font-size:24px;font-weight:400}.contact-wrap .contact-block .form{box-shadow:none;padding:0}.contact-wrap .contact-block.contact-image{box-shadow:none;height:auto}.contact-wrap .contact-block.contact-image img{width:100%;height:100%;object-fit:cover}.contact-detail{display:flex;gap:2em;margin:40px 0}.contact-detail .details{width:100%;border:1px solid #0062af;background-color:#0062af;padding:10px 20px;border-radius:30px;border-bottom-left-radius:0;border-bottom-right-radius:0;text-align:center}.contact-detail .details .topic h6{font-size:18px;color:#fff;font-weight:500}.contact-detail .details .info{display:flex;flex-direction:row;align-items:center;justify-content:center;transition:.4s ease-in-out}.contact-detail .details .info i{font-size:16px;color:#fff;padding-right:10px}.contact-detail .details .info p{font-size:15px;color:#fff}.google-map iframe{display:block;width:100%;height:400px}@media screen and (max-width: 992px){.contact-wrap{gap:2em;flex-direction:column}.contact-wrap .contact-block .align-left{text-align:center}.contact-detail{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:0;margin:40px 0}.contact-detail .details{flex:0 0 calc(50% - 20px);margin:0 10px 40px 10px}.contact-detail .details .topic{text-align:center}.contact-detail .details .info{justify-content:center;text-align:center}.contact-detail .details .info i{width:auto;margin-right:10px}.contact-detail .details .info p{width:auto}}@media screen and (max-width: 768px){.contact-wrap .contact-block .align-left{text-align:center}.google-map iframe{height:300px}}@media screen and (max-width: 577px){.contact-detail{flex-direction:column;margin:30px 0}.contact-detail .details{margin:0 0 30px 0}.contact-detail .details .info{margin-top:0}.contact-detail .details .info i{font-size:13px}.contact-detail .details .info p{font-size:14px}}@media screen and (max-width: 480px){.google-map iframe{height:300px}}.page-quote{background:url("../images/bg-img.png") no-repeat;background-position:top right}.page-quote .quote .quote-wrapper{margin:0 0 450px 0}.page-quote .quote .quote-wrapper .quote-block .form .form-set .check-title{font-size:16px;font-weight:600;letter-spacing:.02em;color:#000}.page-quote .quote .quote-wrapper .quote-block .form .form-set .check-group{display:flex;flex-wrap:wrap}.page-quote .quote .quote-wrapper .quote-block .form .form-set .check-group .check-btn{flex:0 0 50%;display:flex;flex-direction:row;align-items:center;margin-top:15px}.page-quote .quote .quote-wrapper .quote-block .form .form-set .check-group .check-btn label{font-size:14px;padding-left:10px}@media screen and (max-width: 1200px){.page-quote .quote .quote-wrapper{margin:0 0 400px 0}}@media screen and (max-width: 992px){.page-quote .quote .quote-wrapper{margin:0 0 0 0}}@media screen and (max-width: 481px){.page-quote .quote .quote-wrapper .quote-block .form .form-set .check-title{font-size:15px}.page-quote .quote .quote-wrapper .quote-block .form .form-set .check-group{flex-direction:column}.page-quote .quote .quote-wrapper .quote-block .form .form-set .check-group .check-btn{margin-top:10px}.page-quote .quote .quote-wrapper .quote-block .form .form-set .check-group .check-btn label{padding-left:10px}}