.spam{display:none}*{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0;font-family:"Barlow",sans-serif;scroll-behavior:smooth;scroll-padding-top:70px}* ::-moz-selection{background-color:#000;color:#fff}* ::selection{background-color:#000;color:#fff}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#9e9e9e}::-webkit-scrollbar-thumb{background:#e84118;border-radius:5px}.line{width:50%;height:.3em;background-color:#000;margin-bottom:2em}.navbar{position:fixed;z-index:999;-webkit-box-shadow:-7px -2px 15px #000;box-shadow:-7px -2px 15px #000;padding:20px 150px;width:100vw;height:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out;background-color:#e84118}@media only screen and (max-width: 992px){.navbar{padding:0px 30px}}.navbar .logo-holder{width:15%}@media only screen and (max-width: 992px){.navbar .logo-holder{width:20%}}@media only screen and (max-width: 768px){.navbar .logo-holder{width:40%}}.navbar .logo-holder img{-o-object-fit:cover;object-fit:cover;width:80%;height:auto}@media only screen and (max-width: 992px){.navbar .logo-holder img{width:100%}}.navbar .nav-list{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:conter;align-self:conter;height:70px;width:70%;color:#fff}.navbar .nav-list .nav-item{-ms-flex-item-align:center;align-self:center;line-height:35px;padding:5px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:block;width:100%;height:100%;text-align:center;font-size:1.5em;border-left:5px solid rgba(0,0,0,0)}.navbar .nav-list .nav-item:last-of-type{border-right:5px solid rgba(0,0,0,0)}.navbar .nav-list .nav-item:hover{background-color:#fff}.navbar .nav-list .nav-item:hover .nav-link{color:#e84118}.navbar .nav-list .nav-item.active{background-color:#fff}.navbar .nav-list .nav-item.active .nav-link{color:#e84118}.navbar .nav-list .nav-item .nav-link{text-decoration:none;padding:5px;color:#fff;display:block;width:100%;padding:12px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media only screen and (max-width: 992px){.navbar .nav-list{position:fixed;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:40px 0;width:100vw;height:100vh;right:0;top:-100vh;opacity:0;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.navbar .nav-list.active{top:70px;opacity:1}.navbar .nav-list .nav-item{width:100%;text-align:center;line-height:20px;height:60px}.navbar .nav-list .nav-item .nav-link{color:#e84118}.navbar .nav-list .nav-item:hover{background-color:#e84118}.navbar .nav-list .nav-item:hover .nav-link{color:#fff}.navbar .nav-list a{width:100%}}.navbar .hamburger{display:none;cursor:pointer;width:50px;text-align:center;line-height:15px}@media only screen and (max-width: 992px){.navbar .hamburger{display:block}}.navbar .hamburger .bar{display:inline-block;padding:0;width:90%;height:5px;border-radius:5px;background-color:#fff;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.navbar .hamburger.active .bar:nth-child(2){opacity:0}.navbar .hamburger.active .bar:first-child{-webkit-transform:translateY(6px) rotate(-45deg);-ms-transform:translateY(6px) rotate(-45deg);transform:translateY(6px) rotate(-45deg)}.navbar .hamburger.active .bar:last-child{-webkit-transform:translateY(-23px) rotate(45deg);-ms-transform:translateY(-23px) rotate(45deg);transform:translateY(-23px) rotate(45deg)}.hero-section{padding:80px 150px;position:relative;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url("/dist/assets/hero.png");background-position:center;background-size:cover;background-repeat:no-repeat}.hero-section::before{content:"";position:absolute;top:0;bottom:0;left:0;right:0}@media only screen and (max-width: 992px){.hero-section{padding:80px 45px;background-position:70%}}@media only screen and (max-width: 768px){.hero-section{padding:80px 35px}}.hero-section .content{width:70%;height:100%;padding:100px;position:absolute;left:0;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width: 992px){.hero-section .content{padding:40px;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:-webkit-gradient(linear, left top, right top, from(#000), to(rgba(14, 14, 14, 0.4941176471)));background:linear-gradient(to right, #000, rgba(14, 14, 14, 0.4941176471))}}.hero-section .content .hero-title{font-size:3em;margin-bottom:.7em;z-index:2;color:#e84118;-webkit-animation:showtitle 2s .3s alternate linear both;animation:showtitle 2s .3s alternate linear both}@media only screen and (max-width: 992px){.hero-section .content .hero-title{font-size:2.2em}}@-webkit-keyframes showtitle{0%{opacity:0}100%{opacity:1}}@keyframes showtitle{0%{opacity:0}100%{opacity:1}}@media only screen and (max-width: 992px){.hero-section .content .hero-title{color:#fff}}.hero-section .content .hero-desc{margin-bottom:1.3em;font-size:1.4em;line-height:1.5em;width:50%;color:#000;font-size:1.5em;line-height:30px;z-index:2;-webkit-animation:showdesc 1.5s .5s linear both;animation:showdesc 1.5s .5s linear both}@media only screen and (max-width: 992px){.hero-section .content .hero-desc{font-size:1.2em}}@media only screen and (max-width: 992px){.hero-section .content .hero-desc{width:100%;color:#fff}}@-webkit-keyframes showdesc{0%{opacity:0}100%{opacity:1}}@keyframes showdesc{0%{opacity:0}100%{opacity:1}}.hero-section .content .btns{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}@media only screen and (max-width: 992px){.hero-section .content .btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.hero-section .content .btns .phone{text-decoration:none;text-align:center;padding:.5em;font-size:30px;color:#fff;margin:1em;background-color:#000;border-radius:2em;z-index:2;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-animation:showtel 1s 1s linear both;animation:showtel 1s 1s linear both;color:#fff}@-webkit-keyframes showtel{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}@keyframes showtel{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}@media only screen and (max-width: 992px){.hero-section .content .btns .phone{width:80%}}@media only screen and (max-width: 768px){.hero-section .content .btns .phone{font-size:25px;width:80%}}.hero-section .content .btns .phone:hover{-webkit-transform:translatey(-0.2rem);-ms-transform:translatey(-0.2rem);transform:translatey(-0.2rem)}.hero-section .content .btns .btn{text-decoration:none;text-align:center;padding:.5em;font-size:30px;color:#e84118;background-color:#000;border-radius:2em;z-index:2;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-animation:showtel 1s 1s linear both;animation:showtel 1s 1s linear both}@keyframes showtel{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}.hero-section .content .btns .btn:hover{-webkit-transform:translatey(-0.2rem);-ms-transform:translatey(-0.2rem);transform:translatey(-0.2rem)}@media only screen and (max-width: 992px){.hero-section .content .btns .btn{width:80%;border:3px solid #fff;color:#fff}}@media only screen and (max-width: 768px){.hero-section .content .btns .btn{font-size:25px;width:80%}}.section{position:relative;padding:60px 160px;display:grid;grid-template-columns:repeat(2, 1fr);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;gap:40px;height:auto;width:100%}@media only screen and (max-width: 992px){.section{padding:45px}}@media only screen and (max-width: 768px){.section{padding:35px}}@media only screen and (max-width: 992px){.section{grid-template-columns:1fr}}.section .section-content .section-title{font-size:3em;margin-bottom:.7em;color:#e84118;border-left:.2em solid #000;padding:.5em}@media only screen and (max-width: 992px){.section .section-content .section-title{font-size:2.2em}}.section .section-content .back{position:absolute;top:.8em;right:15.5em;opacity:.1}@media only screen and (max-width: 992px){.section .section-content .back{display:none}}.section .section-content .section-desc{margin-bottom:1.3em;font-size:1.4em;line-height:1.5em}@media only screen and (max-width: 992px){.section .section-content .section-desc{font-size:1.2em}}.section .section-img-holder{overflow:hidden;width:100%;-ms-flex-item-align:center;align-self:center}.section .section-img-holder img{max-width:100%;height:auto}.section .custom-shape-divider-top-1659606337{position:absolute;top:0;left:0;width:100%;overflow:hidden;line-height:0}@media only screen and (max-width: 992px){.section .custom-shape-divider-top-1659606337{display:none}}.section .custom-shape-divider-top-1659606337 svg{position:relative;display:block;width:calc(132% + 1.3px);height:67px}.section .custom-shape-divider-top-1659606337 .shape-fill{fill:#e84118}.section-1{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;gap:40px;height:auto;width:100%;padding:60px 160px;position:relative}@media only screen and (max-width: 992px){.section-1{grid-template-columns:1fr}}@media only screen and (max-width: 992px){.section-1{padding:45px}}@media only screen and (max-width: 768px){.section-1{padding:35px}}.section-1 .section-1-content .section-1-title{font-size:3em;margin-bottom:.7em;color:#e84118;border-left:.2em solid #000;padding:.5em}@media only screen and (max-width: 992px){.section-1 .section-1-content .section-1-title{font-size:2.2em}}.section-1 .section-1-content .desc{margin-bottom:1.3em;font-size:1.4em;line-height:1.5em}@media only screen and (max-width: 992px){.section-1 .section-1-content .desc{font-size:1.2em}}.section-1 .section-1-img-holder{overflow:hidden;width:100%;-ms-flex-item-align:center;align-self:center}.section-1 .section-1-img-holder img{max-width:100%;height:auto}.section-1 .overlay{-webkit-clip-path:polygon(32% 0, 100% 0, 100% 100%, 0 100%);clip-path:polygon(32% 0, 100% 0, 100% 100%, 0 100%);background-color:#e84118;position:absolute;width:60%;height:100%;right:0;z-index:-1}.why-us-section{padding:60px 160px;display:grid;grid-template-columns:repeat(1, 1fr);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;gap:40px;height:auto;width:100%}@media only screen and (max-width: 992px){.why-us-section{padding:45px}}@media only screen and (max-width: 768px){.why-us-section{padding:35px}}@media only screen and (max-width: 992px){.why-us-section{grid-template-columns:1fr}}.why-us-section .why-us-title{font-size:3em;margin-bottom:.7em;color:#e84118;border-left:.2em solid #000;padding:.5em}@media only screen and (max-width: 992px){.why-us-section .why-us-title{font-size:2.2em}}.why-us-section .content-holder{display:grid;grid-template-columns:1fr 1fr 1fr}@media only screen and (max-width: 992px){.why-us-section .content-holder{grid-template-columns:1fr}}.why-us-section .content-holder div{position:relative;background-color:#e84118;margin:1em;padding:2em;text-align:center;border-radius:1em;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.why-us-section .content-holder div:hover{-webkit-transform:translateY(-1em);-ms-transform:translateY(-1em);transform:translateY(-1em)}.why-us-section .content-holder div i{position:absolute;font-size:4em;color:#2c5364;z-index:2;top:-0.3em;left:-2.5em;width:5em}.why-us-section .content-holder div .title{color:#fff;margin-bottom:1em;font-size:2em}.why-us-section .content-holder div .desc{color:#fff;font-size:1.2em;font-style:italic}.section-discount{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;gap:40px;height:auto;width:100%;padding:60px 160px;position:relative}@media only screen and (max-width: 992px){.section-discount{grid-template-columns:1fr}}@media only screen and (max-width: 992px){.section-discount{padding:45px}}@media only screen and (max-width: 768px){.section-discount{padding:35px}}.section-discount .section-discount-content .title{font-size:3em;margin-bottom:.7em;color:#e84118;border-left:.2em solid #000;padding:.5em}@media only screen and (max-width: 992px){.section-discount .section-discount-content .title{font-size:2.2em}}.section-discount .section-discount-content .desc{margin-bottom:1.3em;font-size:1.4em;line-height:1.5em}@media only screen and (max-width: 992px){.section-discount .section-discount-content .desc{font-size:1.2em}}.section-discount .section-discount-img-holder{overflow:hidden;width:100%;cursor:pointer;position:relative}.section-discount .section-discount-img-holder img{-o-object-fit:cover;object-fit:cover;width:100%;height:auto}.section-discount .coupon-holder{display:none;position:fixed;width:100%;height:100%;left:0;top:0;z-index:2;background-color:rgba(29,29,29,.596);cursor:pointer}.section-discount .coupon-holder .img{border-radius:5px;border:1px solid #eee;position:absolute;top:50%;left:50%;-o-object-fit:cover;object-fit:cover;width:40%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}@media only screen and (max-width: 992px){.section-discount .coupon-holder .img{width:100%}}@media only screen and (max-width: 768px){.section-discount .coupon-holder .img{width:100%}}.models-section{padding:60px 160px}@media only screen and (max-width: 992px){.models-section{padding:45px}}@media only screen and (max-width: 768px){.models-section{padding:35px}}.models-section .model-title{font-size:3em;margin-bottom:.7em;color:#e84118;border-left:.2em solid #000;padding:.5em}@media only screen and (max-width: 992px){.models-section .model-title{font-size:2.2em}}.models-section .models-holder{display:grid;grid-template-columns:repeat(7, 1fr);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;gap:40px;height:auto;width:100%;gap:.3em}@media only screen and (max-width: 992px){.models-section .models-holder{grid-template-columns:1fr}}@media only screen and (max-width: 992px){.models-section .models-holder{grid-template-columns:1fr 1fr 1fr 1fr}}@media only screen and (max-width: 768px){.models-section .models-holder{grid-template-columns:1fr 1fr}}.models-section .models-holder .model-card{padding:.2em;border-radius:1.5em;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;list-style:none}.models-section .models-holder .model-card i{margin-right:1em;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.models-section .models-holder .model-card .model-name{font-size:1.3em;text-transform:capitalize}@media only screen and (max-width: 992px){.models-section .models-holder .model-card .model-name{font-size:1em}}@media only screen and (max-width: 768px){.models-section .models-holder .model-card .model-name{font-size:.8em}}.models-section .models-holder .model-card:hover{color:#e84118}.models-section .models-holder .model-card:hover i{margin-right:.7em}.section-contact-page{padding:60px 160px;display:grid;grid-template-columns:repeat(2, 1fr);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;gap:40px;height:auto;width:100%;position:relative;padding-top:150px;gap:5rem}@media only screen and (max-width: 992px){.section-contact-page{padding:45px}}@media only screen and (max-width: 768px){.section-contact-page{padding:35px}}@media only screen and (max-width: 992px){.section-contact-page{grid-template-columns:1fr}}@media only screen and (max-width: 992px){.section-contact-page{background-position:80%;padding-top:150px}}.section-contact-page .contact .contact-title{font-size:3em;margin-bottom:.7em}@media only screen and (max-width: 992px){.section-contact-page .contact .contact-title{font-size:2.2em}}.section-contact-page .contact .contact-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section-contact-page .contact .contact-form input{padding:.5rem;margin-bottom:20px;border:none;outline:none;width:100%;border-bottom:2px solid #e84118}.section-contact-page .contact .contact-form input:focus:valid{border:2px solid #57b857}.section-contact-page .contact .contact-form input:focus:invalid{border:2px solid #ee2626}.section-contact-page .contact .contact-form textarea{margin-bottom:40px;padding:10px;border:none;border-radius:5px;width:100%;outline:none;height:150px;resize:none;border:2px solid #e84118}.section-contact-page .contact .contact-form .submit{padding:10px;border:none;border-radius:5px;cursor:pointer;background-color:#e84118;color:#fff;width:5rem;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.section-contact-page .contact .contact-form .submit:hover{background-color:#000;-webkit-box-shadow:2px 2px 10px #000;box-shadow:2px 2px 10px #000}.section-contact-page .contact-img-holder{width:100%;-ms-flex-item-align:center;align-self:center}.section-contact-page .contact-img-holder img{max-width:100%;height:auto}.section-contact{padding:60px 160px;display:grid;grid-template-columns:repeat(2, 1fr);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;gap:40px;height:auto;width:100%;position:relative;gap:5rem}@media only screen and (max-width: 992px){.section-contact{padding:45px}}@media only screen and (max-width: 768px){.section-contact{padding:35px}}@media only screen and (max-width: 992px){.section-contact{grid-template-columns:1fr}}@media only screen and (max-width: 992px){.section-contact{background-position:80%}}.section-contact .contact .contact-title{font-size:3em;margin-bottom:.7em}@media only screen and (max-width: 992px){.section-contact .contact .contact-title{font-size:2.2em}}.section-contact .contact .contact-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section-contact .contact .contact-form input{padding:.5rem;margin-bottom:20px;border:none;outline:none;width:100%;border-bottom:2px solid #e84118}.section-contact .contact .contact-form input:focus:valid{border:2px solid #57b857}.section-contact .contact .contact-form input:focus:invalid{border:2px solid #ee2626}.section-contact .contact .contact-form textarea{margin-bottom:40px;padding:10px;border:none;border-radius:5px;width:100%;outline:none;height:150px;resize:none;border:2px solid #e84118}.section-contact .contact .contact-form .submit{padding:10px;border:none;border-radius:5px;cursor:pointer;background-color:#e84118;color:#fff;width:5rem;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.section-contact .contact .contact-form .submit:hover{background-color:#000;-webkit-box-shadow:2px 2px 10px #000;box-shadow:2px 2px 10px #000}.section-contact .contact-img-holder{width:100%;-ms-flex-item-align:center;align-self:center}.section-contact .contact-img-holder img{max-width:100%;height:auto}.about-us{padding:60px 160px;background-color:#000;display:grid;grid-template-columns:1fr 1fr 1fr;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;gap:20px}@media only screen and (max-width: 992px){.about-us{padding:45px}}@media only screen and (max-width: 768px){.about-us{padding:35px}}.about-us ::-moz-selection{color:#e84118;background-color:#fff}.about-us ::selection{color:#e84118;background-color:#fff}@media only screen and (max-width: 992px){.about-us{grid-template-columns:1fr;gap:5em}}.about-us .about-us-info .logo-holder{width:50%}.about-us .about-us-info .logo-holder img{max-width:80%;height:auto}.about-us .about-us-info .title{color:#fff;margin-bottom:20px;font-size:1.5em;margin-bottom:1em}.about-us .about-us-info span{color:#999;width:80%}.about-us .about-us-info .zipcodes{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.about-us .about-us-info .zipcodes h3{color:#fff;margin-bottom:20px;margin-top:20px;font-size:1.5em;margin-bottom:1em}.about-us .about-us-info .zipcodes div{color:#fff;line-height:30px;font-size:1.1em}.about-us .details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:1.2em}.about-us .details .title{color:#fff;margin-bottom:40px;font-size:1.5em;margin-bottom:1em}.about-us .details .bn{color:#e84118;font-size:1.5em;font-weight:600}.about-us .details div{color:#fff;margin-bottom:1.6em}@media only screen and (max-width: 992px){.about-us .details div{font-size:.8em}}.about-us .details div i{margin-right:1em;color:#fff}@media only screen and (max-width: 992px){.about-us .details div i{font-size:1em}}.about-us .details div span{margin-bottom:2em}.about-us .details div a{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;color:#fff}.about-us .details .section-about-us-holder .list-holder .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:20px;width:100%}.about-us .details .section-about-us-holder .list-holder .item i{font-size:2em;color:#e84118;margin-right:25px}@media only screen and (max-width: 768px){.about-us .details .section-about-us-holder .list-holder .item i{font-size:2.5em}}.about-us .details .section-about-us-holder .list-holder .item .title{font-size:16px;text-transform:capitalize;margin-bottom:10px}.about-us .details .section-about-us-holder .list-holder .item .desc{font-size:14px;color:#9e9e9e}.about-us .service-location .service-title{font-size:3em;margin-bottom:.7em;color:#fff;font-size:1.5em;margin-bottom:1em}@media only screen and (max-width: 992px){.about-us .service-location .service-title{font-size:2.2em}}.about-us .service-location .location{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none}.about-us .service-location .location li{font-size:1.2em;margin:10px 5px}.about-us .service-location .location li a{text-decoration:none;padding:5px;background-color:#fff;color:#000;border-radius:3px;width:100px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.about-us .service-location .location li a:hover{background-color:#e84118;color:#fff}.footer{padding:10px 150px;background-color:#111;text-align:center;color:#fff}.footer ::-moz-selection{color:#e84118;background-color:#fff}.footer ::selection{color:#e84118;background-color:#fff}@media only screen and (max-width: 992px){.footer{padding:10px 45px}}@media only screen and (max-width: 768px){.footer{padding:10px 35px}}.footer .copyright{margin-bottom:1rem}.footer i{color:#fff;margin-right:10px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer}.footer i:hover{color:#f39c12}.fixed{position:fixed;background-color:#e84118;left:-1.3em;text-align:center;top:40%;-webkit-transform:rotate(-90deg) translateY(-2em);-ms-transform:rotate(-90deg) translateY(-2em);transform:rotate(-90deg) translateY(-2em);padding:1em;font-size:1em;border-radius:5px;font-weight:bold}.fixed a{color:#fff;text-decoration:none}@media only screen and (max-width: 992px){.fixed{display:none}}.scroll-btn{font-size:2.5em;color:#e84118;display:none;border:none;outline:none;cursor:pointer;position:fixed;z-index:900;bottom:.5em;left:.2em;width:2.5rem;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.g-recaptcha{max-width:100%;margin-top:20px}.g-recaptcha *{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);margin-bottom:15px}@media only screen and (max-width: 576px){.g-recaptcha *{-webkit-transform:scale(0.92);-ms-transform:scale(0.92);transform:scale(0.92);margin-left:-12px}}/*# sourceMappingURL=main.css.map */