body { font-family: 'Poppins', sans-serif; font-size: 14px; }

* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

img { max-width: 100%; }

header .bg-dark { background-color: black !important; }

@media screen and (min-width: 992px) { header .navbar { padding-top: 0; padding-bottom: 0; } }

@media screen and (max-width: 991px) { header .navbar-collapse { background-color: #171717; z-index: 99; height: 100%; top: 0; position: fixed; padding-top: 80px; right: 0; width: 320px; -webkit-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s; overflow: auto; }
  header .navbar-collapse:not(.show) { -webkit-transform: translate(320px); -ms-transform: translate(320px); transform: translate(320px); display: block; } }

header .navbar-toggler { position: relative; z-index: 999; outline: none !important; border: none !important; }

header .navbar-toggler:focus { outline: none !important; border: none !important; -webkit-box-shadow: none; box-shadow: none; }

header .navbar-dark .navbar-nav .nav-link { font-size: 1rem; text-transform: uppercase; padding: 1.75rem 1.5rem !important; color: white !important; }

header .navbar-dark .navbar-nav .nav-link:hover { background-color: rgba(255, 255, 255, 0.2); }

@media screen and (max-width: 767px) { header .navbar-dark .navbar-nav .nav-link { font-size: 1.25rem; color: white !important; border-bottom: none; } }

@media screen and (min-width: 980px) { header .nav-item.active .nav-link { background-color: rgba(255, 255, 255, 0.4); } }

@media screen and (max-width: 991px) { header .nav-item { padding: 0 !important; border-bottom: 1px solid rgba(255, 255, 255, 0.3); } }

.page-banner { background-size: cover; margin-top: 80px; height: 208px; }

@media screen and (max-width: 991px) { .page-banner { margin-top: 64px; } }

.container { max-width: 1304px; margin: auto; }

h1 { font-size: 2.5rem; font-weight: 700; text-transform: uppercase; color: white; }

@media screen and (max-width: 767px) { h1 { font-size: 1.625rem; } }

h1 span { font-size: 1.25rem; font-weight: 400; display: block; text-transform: capitalize; }

.page-des { font-size: 1.5rem; color: #212426; line-height: 2.25rem; font-weight: 300; margin: 5rem auto; max-width: 860px; }

@media screen and (max-width: 767px) { .page-des { font-size: 1rem; margin: 2.5rem auto; line-height: 1.75rem; } }

.font-14 { font-size: 14px; }

.font-15 { font-size: 15px; }

.font-16 { font-size: 16px; }

.font-17 { font-size: 17px; }

.font-18 { font-size: 18px; }

.font-19 { font-size: 19px; }

.font-20 { font-size: 1.25rem; }

.font-sm-bold { font-weight: 600; }

.btn { border-radius: 3.125rem; -webkit-transition: .7s ease; -o-transition: .7s ease; transition: .7s ease; }

.btn-light:hover { background: #171717; color: white; -webkit-transition: .7s ease; -o-transition: .7s ease; transition: .7s ease; border: #171717 1px solid; }

a { -webkit-transition: .7s ease; -o-transition: .7s ease; transition: .7s ease; }

.milestone-counter { text-align: center; color: #212426; text-transform: uppercase; }

.count-outer { font-weight: 700; font-size: 2.5rem; }

@media screen and (max-width: 991px) { .count-outer { font-size: 1.75rem; } }

.milestone-details { font-size: 1.25rem; font-weight: 300; }

@media screen and (max-width: 991px) { .milestone-details { font-size: 1rem; } }

@media screen and (max-width: 767px) { .milestone-details { font-size: 0.875rem; } }

.counts { background: #f3f3f3; padding: 3.125rem 0; margin-top: 6.25rem; }

@media screen and (max-width: 991px) { .counts { margin-top: 3.125rem; } }

.footer-dark { background: #171717; color: white; padding: 3.125rem 0; }

.footer-dark a { color: white; text-decoration: none; }

.footer-dark .footer-links { text-transform: uppercase; font-size: 1rem; }

@media screen and (max-width: 767px) { .footer-dark .footer-links { font-size: 0.875rem; } }

.footer-dark .footer-links a { margin: 0 1.25rem; }

@media screen and (max-width: 767px) { .footer-dark .footer-links a { padding: 0.313rem; } }

.footer-dark .footer-links a:hover { color: rgba(255, 255, 255, 0.55); }

@media screen and (max-width: 991px) { .footer-dark .footer-links a { margin: 0 0.313rem; } }

.footer-dark .social-icon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.footer-dark .social-icon span { background: white; border-radius: 50%; color: #171717; width: 37px; height: 37px; display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 1.125rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 1.5rem 0.625rem; -webkit-transition: .7s ease; -o-transition: .7s ease; transition: .7s ease; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.footer-dark .social-icon span:hover { background: rgba(255, 255, 255, 0.85); -webkit-transition: .7s ease; -o-transition: .7s ease; transition: .7s ease; }

.footer-dark .social-icon span i { margin-top: 0.125rem; }

.footer-dark .top-scroll { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.footer-dark .top-scroll span { background: #171717; border-radius: 50%; color: white; width: 37px; height: 37px; display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 1.125rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: 2px solid white; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: .7s ease; -o-transition: .7s ease; transition: .7s ease; }

.footer-dark .top-scroll span:hover { background: white; color: #171717; -webkit-transition: .7s ease; -o-transition: .7s ease; transition: .7s ease; }

.coming-soon--container { display: -webkit-box; display: -ms-flexbox; display: flex; background-image: url(../images/hearo-bg.jpg); background-repeat: no-repeat; background-size: cover; color: white; min-height: 100vh; width: 100%; -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; }

.coming-soon--logo { padding: 20px; }

.coming-soon--text { margin-top: 30vh; text-align: center; text-transform: uppercase; }

.coming-soon--text span { font-size: 18px; font-weight: 400; }

.coming-soon--text .large-text { font-size: 80px; font-weight: bold; }

.coming-soon--contact { margin-top: auto; }

.home-bg { background: url(../images/hero-img.jpg) center center no-repeat fixed; background-size: cover; color: white; margin: 0; padding: 0; }

.home-bg .wrapper { height: 100vh; }

.home-bg .tag-line { font-size: 2.5rem; line-height: 3.75rem; max-width: 1050px; margin: auto; font-weight: 600; }

.home-bg .call-btn a { max-width: 200px; display: inline-block; width: 100%; text-align: center; font-weight: 500; }

.three-btn_box a { display: block; background: #171717; -webkit-box-shadow: inset 5px 0px 0px #FFFFFF; box-shadow: inset 5px 0px 0px #FFFFFF; padding: 0.938rem 1.875rem; text-align: left; color: white; font-size: 1.875rem; line-height: 1.875rem; text-transform: uppercase; text-decoration: none; }

@media screen and (max-width: 991px) { .three-btn_box a { padding: 0.938rem; } }

@media screen and (max-width: 767px) { .three-btn_box a { font-size: 1.125rem; line-height: 1.125rem; } }

.three-btn_box a span { display: block; font-size: 0.875rem; text-transform: capitalize; }

@media screen and (max-width: 767px) { .three-btn_box a span { font-size: 0.75rem; } }

.three-btn_box a:hover { background: rgba(255, 255, 255, 0.8); color: #171717; -webkit-box-shadow: none; box-shadow: none; }

.services-banner { background: url(../images/services-banner.jpg) no-repeat top center; background-size: cover; }

.services-card { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media screen and (min-width: 768px) { .services-card { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; }
  .services-card:nth-child(odd) .services-card--details { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; } }

.services-card--details { background-color: #f3f3f3; padding: 2.5rem 3.75rem; color: #212426; }

@media screen and (max-width: 991px) { .services-card--details { padding: 1.875rem; } }

@media screen and (max-width: 767px) { .services-card--details { padding: 1.25rem; } }

.services-card--details h3 { font-size: 2rem; text-transform: uppercase; font-weight: 700; }

@media screen and (max-width: 767px) { .services-card--details h3 { font-size: 1.25rem; } }

.services-card--details p { margin: 0; font-size: 1.125rem; font-weight: 300; text-transform: capitalize; }

@media screen and (max-width: 767px) { .services-card--details p { font-size: 0.875rem; } }

.services-card--image img { -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%; }

.process-banner { background: url(../images/process-banner.jpg) no-repeat top center; background-size: cover; }

.process .accordion-body { padding: 1.875rem; }

@media screen and (max-width: 767px) { .process .accordion-body { padding: 0.938rem; } }

.process .accordion-item { border: none; margin-bottom: 1.25rem; background: #f3f3f3; }

.process .accordion-item:first-of-type, .process .accordion-item:last-of-type { border-radius: 0; }

.process .accordion-item:first-of-type .accordion-button, .process .accordion-item:last-of-type .accordion-button { border-radius: 0; }

.process .accordion-item .accordion-button { background: #171717; color: white; font-size: 2rem; text-transform: uppercase; font-weight: 100; padding-left: 1.875rem; }

@media screen and (max-width: 767px) { .process .accordion-item .accordion-button { padding-left: 0.938rem; font-size: 1rem; font-weight: 300; } }

.process .accordion-item .accordion-button:not(.collapsed) { -webkit-box-shadow: none; box-shadow: none; background: #171717; }

.process .accordion-item .accordion-button:not(.collapsed):after { background: url(../images/mins.svg) center center no-repeat; -webkit-transform: none; -ms-transform: none; transform: none; }

.process .accordion-item .accordion-button:after { background: url(../images/plus-icon.svg) center center no-repeat; -webkit-transform: none; -ms-transform: none; transform: none; height: 20px; width: 20px; }

.process .accordion-item .accordion-button:focus { border: none; -webkit-box-shadow: none; box-shadow: none; }

.process .acc-dis { font-size: 1rem; text-align: justify; }

@media screen and (max-width: 767px) { .process .acc-dis { margin-top: 1.25rem; text-align: left; font-size: 0.8125rem; } }

.invent { /* Common style */ /* Individual effects */ }

.invent-banner { background: url(../images/inventory-banner.jpg) no-repeat top center; background-size: cover; }

.invent .grid { position: relative; margin: 0 auto; max-width: 1000px; list-style: none; text-align: center; }

.invent .grid figure { position: relative; overflow: hidden; margin: .80em 0; border: 5px solid #efefef; }

.invent .fig-img { min-height: 360px; background: #fff; }

.invent .grid figure img { position: relative; display: block; min-height: 100%; max-width: 100%; }

.invent .grid figure figcaption { color: #fff; }

.invent .grid figure figcaption::before, .invent .grid figure figcaption::after { pointer-events: none; }

.invent .grid figure figcaption, .invent .grid figure figcaption > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.invent figure.effect-lily img { max-width: 100%; }

.invent figure.effect-lily figcaption { text-align: left; }

.invent figure.effect-lily figcaption:hover .fig-inner { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); background: rgba(10, 10, 10, 0.8); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.invent figure.effect-lily figcaption:hover .fig-inner h2 { color: white; }

.invent figure.effect-lily figcaption > .fig-inner { position: absolute; top: 0; left: 0; padding: 1.875rem; width: 100%; height: 100%; -webkit-transform: translateY(calc(100% - 60px)); -ms-transform: translateY(calc(100% - 60px)); transform: translateY(calc(100% - 60px)); -webkit-transition-delay: 0.05s; -o-transition-delay: 0.05s; transition-delay: 0.05s; -webkit-transition-duration: 0.35s; -o-transition-duration: 0.35s; transition-duration: 0.35s; background: rgba(10, 10, 10, 0); }

@media screen and (max-width: 991px) { .invent figure.effect-lily figcaption > .fig-inner { padding: 1.25rem; } }

.invent figure.effect-lily h2 { -webkit-transition: -webkit-transform 0.35s; transition: -webkit-transform 0.35s; -o-transition: transform 0.35s; transition: transform 0.35s; transition: transform 0.35s, -webkit-transform 0.35s; color: black; font-size: 1.125rem; font-weight: 500; }

@media screen and (max-width: 991px) { .invent figure.effect-lily h2 { font-size: 1rem; } }

.invent figure.effect-lily p { color: rgba(255, 255, 255, 0.8); opacity: 0; -webkit-transition: opacity 0.2s, -webkit-transform 0.35s; transition: opacity 0.2s, -webkit-transform 0.35s; -o-transition: opacity 0.2s, transform 0.35s; transition: opacity 0.2s, transform 0.35s; transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s; }

@media screen and (max-width: 991px) { .invent figure.effect-lily p { margin-bottom: 10px; font-size: 0.75rem; } }

.invent figure.effect-lily:hover p { opacity: 1; }

.invent figure.effect-lily:hover p { -webkit-transition-delay: 0.05s; -o-transition-delay: 0.05s; transition-delay: 0.05s; -webkit-transition-duration: 0.35s; -o-transition-duration: 0.35s; transition-duration: 0.35s; }

#contact { /* Left contact page */ /* Location, Phone, Email Section */ /* Social Media Icons */ }

#contact .contact-wrapper { padding: 50px 0; }

#contact .form-group { margin: 0.625rem 0; }

#contact .form-control, #contact .form-control:focus, #contact textarea { background-color: #f3f3f3; color: #000; letter-spacing: 1px; -webkit-box-shadow: none; box-shadow: none; border: none; }

#contact .send-button { margin-top: 15px; overflow: hidden; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }

#contact .alt-send-button { -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }

#contact .send-text { display: block; margin-top: 10px; letter-spacing: 2px; }

#contact .alt-send-button:hover { -webkit-transform: translate3d(0px, -29px, 0px); transform: translate3d(0px, -29px, 0px); }

#contact .contact-list { list-style-type: none; margin-left: -30px; padding-right: 20px; }

#contact .list-item { display: -webkit-box; display: -ms-flexbox; display: flex; }

#contact .list-item + .list-item { margin-top: 0.938rem; }

#contact .list-item i { min-width: 30px; }

#contact .list-item i::before { top: 3px; position: relative; }

#contact .contact-text { color: #171717; font-size: 1.25rem; font-family: 'Poppins', sans-serif; }

#contact .contact-text a { color: #171717; text-decoration: none; }

#contact .contact-text a:hover { text-decoration: none; }

#contact .place { margin-left: 30px; }

#contact .phone { margin-left: 26px; }

#contact .gmail { margin-left: 27px; }

#contact .social-media-list { position: relative; font-size: 22px; width: 100%; margin: 0 auto; padding: 0; }

#contact .social-media-list li { position: relative; display: inline-block; height: 60px; width: 60px; margin-right: 1.875rem; margin-top: 0.938rem; line-height: 60px; border-radius: 50%; color: #fff; background-color: black; cursor: pointer; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; text-align: center; }

#contact .social-media-list li:hover { background-color: #171717; }

#contact .social-media-list li a { color: white; }

#contact .social-media-list li .social-media-list .social-media-list li:after { content: ''; position: absolute; top: 0; left: 0; width: 60px; height: 60px; line-height: 60px; border-radius: 50%; opacity: 0; -webkit-box-shadow: 0 0 0 1px #fff; box-shadow: 0 0 0 1px #fff; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }

#contact .social-media-list li:hover:after { opacity: 1; -webkit-transform: scale(1.12); -ms-transform: scale(1.12); transform: scale(1.12); -webkit-transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65); -o-transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65); transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65); }

#contact hr { border-color: rgba(255, 255, 255, 0.6); }

.contact-banner { background: url(../images/contact-banner.jpg) no-repeat top center; background-size: cover; }

/*# sourceMappingURL=main.css.map */