/* Default styles - small devices (Mobile, screen width < 768px) */

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* @font-face {
    font-family: 'Agenda';
    src: url('/font/Agenda-MediumCondensed.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Agenda';
    src: url('/font/Agenda-Black.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
} */

h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
}

a.btn.btn-outline {
    color: var(--white);
    text-transform: uppercase;
    border: thin solid var(--black);
    border-radius: 0;
    transition: all .3s;
}

section {
    overflow: hidden;
}

.section-title {
    border: 3px solid var(--orange);
    color: var(--white);
    font-size: 2rem;
    font-weight: 800;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
    width: fit-content;
}
.section-title h2 {
   margin-bottom: 0;
   padding: 1.5rem 2.5rem;
   font-size: 2.8rem;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.top-bar {
  padding: 0!important;
}
.top-bar .col {
    background-color: var(--orange);
}
.top-bar .col a {
    color: var(--white);
    text-decoration: none;
}
/*--------------------------------------------------------------
# Main Navigation
--------------------------------------------------------------*/
.navbar-toggler {
    border: none;
}
#main-nav .active {
    background-color: var(--black);
}
#main-nav a {
    color: var(--black);
    font-weight: 500;
    transition: all .3s;
}
#main-nav .btn {
    font-size: 18px;
}
#main-nav .active a {
     color: #ffffff;
}
#main-nav .btn {
    font-size: 18px;
}
.nav-outer .container {
    padding: 0;
}

.navbar ul {
    padding: 0;
}

.navbar ul li, .site-logo-top, .navbar-toggler, .mobile-search-btn {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
}

.navbar-nav .nav-item, .navbar ul li:first-child:not(.dropdown ul li) {
    padding: .9rem calc(var(--bs-gutter-x) * .5);
    border-top: thin solid var(--black);
}

.navbar a {
    padding: 0;
    font-size: 1.125rem;
}
.nav-contact-contain {
    padding: 0 calc(var(--bs-gutter-x) * .5);
}
#main-nav .navbar-nav .nav-item:last-of-type {
    border-bottom: thin solid var(--lightGray);
}

/* Collapse Button Mobile */
.animated-icon {
    cursor: pointer;
    height: 20px;
    margin: 0px;
    position: relative;
    width: 30px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.animated-icon span {
    border-radius: 9px;
    display: block;
    height: 3px;
    position: absolute;
    left: 0;
    opacity: 1;
    width: 100%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon span {
    background: var(--black);
}

.animated-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}

.animated-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.animated-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}

#main-nav .logo-top {
    padding-left: calc(var(--bs-gutter-x)* .5);
    width: 14rem;
}


.navbar-nav .nav-item, .navbar ul li:first-child:not #main-nav .dropdown ul li {
    padding: 1rem calc(var(--bs-gutter-x) * .5);
}

#main-nav .nav-item.active ul {
    background-color: var(--green)!important;
}

#main-nav {
z-index: 9;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero {
    background-color: var(--orange);
    position: relative;
    height: 26rem;
    overflow: hidden;

}
.hero .hero-divider {
    width: 100%;
    position: absolute;
    z-index: 2;
}
.hero .hero-brown {
    position: absolute;
    z-index: 1;
    height: 110%;
    right: -4.5rem;
    top: -10%;
}
.hero .hero-img-container {
    position: relative;
    height: 100%;
    /* overflow: hidden; */
    width: 50%;
}
.hero .hero-img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;   
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
}
.hero-img.active {
    opacity: 1;
    z-index: 1;
  }

.hero-text-container {
    z-index: 9;
    position: absolute;
    top: 1.5rem;
    /* right: 50%; */
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}
.hero-text-container .hero-text {
    padding: 1.25rem 1.25rem;
    background-color: var(--black);
    color: var(--white);
    display: flex;
    justify-content: center;
}

.hero-text-container .hero-text:nth-child(1) {
    margin-bottom: 1rem;
}

.hero-text-container .hero-text p {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 800;
    text-transform: uppercase;
}

.hero-text-container .hero-sub {
    width: 50%;
    margin-left: auto;
    margin-top: 1rem;
}

.hero-text-container .hero-sub .hero-sub-text {
    color: var(--white);
}
.hero .btn-outline {
    background-color: var(--orange);
}

.hero .btn-outline:active, .hero .btn-outline:focus, .hero .btn-outline:hover {
    background-color: var(--black);
    color: var(--orange);
    cursor: pointer;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us {
   position: relative;
}
.about-us .about-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}
.about-us .about-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.92);
    z-index: 2;
}
.about-us .container {
    position: relative;
    z-index: 3;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.about-us .container p {
    color: var(--white);
    font-size: 1.125rem;
}

.about-us .container a {
    color: var(--white);
    font-size: 1.125rem;
}

.about-us .container ul {
    color: var(--white);
    font-size: 1.125rem;
}

.about-us .container h2 {
    color: var(--orange);
    font-size: 2rem;
    font-weight:600;
}

a.readmore {
    color: var(--white);
    font-size: 1.125rem;
    margin-top: 2rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s;
}
a.readmore:hover {
    color: var(--orange);
    cursor: pointer;
}
.about-us .section-title {
    margin-bottom: 3rem;
}

/*--------------------------------------------------------------
# Key Features
--------------------------------------------------------------*/
.key-features {
    background-color: var(--orange);
    position: relative;
}
.key-features-section-title {
    position: relative;
}
.key-features-section-title .title-contain {
    padding: 1.25rem 1rem;
    background-color: var(--black);
    margin-top: -2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    z-index: 9;

}

.key-features-section-title h2 {
    color: var(--white);
    font-size: 1.4rem;
    margin-bottom: 0;

}
.key-features-section-title img {
    width: 100%;
}

.key-features .text-contain {
    background-color: var(--white);
    padding: 1rem;
    position: relative;
    z-index: 9;
}

.key-features .text-contain .title {
    color: var(--white);
    background-color: var(--black);
    padding: .5rem;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 4rem;
}
.key-features .text-contain .title:not(:first-child) {
    margin-top: 2rem;
}

.key-features .text-contain .title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.75rem;
    transform: translateY(-55%) rotate(-20deg);
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--lightOrange);
    z-index: 1;
  }
  
  .key-features .text-contain .title::after {
    content: attr(data-number);
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
    z-index: 2;
    font-size: 1.2rem; 
  }
.key-features .text-contain .title h3 {
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 0;
}

.key-features .text-contain li {
    margin-bottom: .5rem;
}
.key-features .second {
    position: relative;
}
.key-features .black-bg {
    background-color: var(--black);
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.key-features .details {
    position: relative;
    z-index: 999;
    padding-left: 1rem;
}
.key-features .details p {
    color: var(--white);
}
.key-features .img-contain {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.key-features .img-contain img {
    position: absolute;
    right: 0;
}
.key-features .img-contain .shape {
    position: absolute;
    right: 0;
    height: 100%;
    margin-left: -3rem;
}

/*--------------------------------------------------------------
# Get In Touch
--------------------------------------------------------------*/
.get-in-touch {
    background-color: var(--black);
    color: var(--white);
    padding: 2rem 0;
    text-align: center;
}

.get-in-touch .col {
    background-color: var(--lightOrange);
}
.get-in-touch p {
    font-size: 1.5rem;
}

/*--------------------------------------------------------------
# Advertise
--------------------------------------------------------------*/
.advertise {
    position: relative;
    height: fit-content;
}
.advertise img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -9;
}
.advertise .section-title {
    background-color: var(--black);
    margin-bottom: 0;
    margin-top: 4rem;
}
.advertise  a.title-sub {
    background-color: var(--orange);
    border: 3px solid var(--orange);
    border-top: none;
    padding: .5rem 2rem;
    margin-bottom: 8rem;
    color: var(--white);
    font-weight: 400;
    text-decoration: none;
    font-size: 2rem;
    text-transform: uppercase;
    transition: all .3s;
}
.advertise  a.title-sub:hover {
    background-color: var(--black);
    cursor: pointer;
}

/*--------------------------------------------------------------
# Other Services
--------------------------------------------------------------*/
.other-services {
    background-color: var(--black);

}
.other-services a.card img {
    width: 100%;
    border-left: 2px solid var(--black);
    border-top: 2px solid var(--black);
    border-right: 2px solid var(--black);
    transition: all .3s;
}
.other-services a.card {
    text-decoration: none;
    /* overflow: hidden; */
    border: none;
    border-radius: 0;
    background-color: var(--black);
    padding: 0;
}
.other-services .card-text.row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.other-services a.card .title {
    background-color: var(--orange);
    border-left: 2px solid var(--orange);
    border-bottom: 2px solid var(--orange);
    font-size: 1.25rem;
    color: var(--white);
    text-transform: uppercase;
    transition: all .3s;
}
.other-services a.card .more {
    border-bottom: 2px solid var(--black);
    border-right: 2px solid var(--black);
    text-transform: uppercase;
    color: var(--orange);
    font-size: 1rem;
    display: flex;
    align-items: center;
    flex-direction: row;
    transition: all .3s;
}
.other-services a.card .more::before {
    content: '»';
    margin-right: .1rem;
}

.other-services a.card:hover .title {
    background-color: var(--black);
    /* color: var(--orange); */
}
.other-services a.card:hover .more {
    color: var(--white);
    border-right: 2px solid var(--orange);
    border-bottom: 2px solid var(--orange);
}
.other-services a.card:hover img {
    border-left: 2px solid var(--orange);
    border-top: 2px solid var(--orange);
    border-right: 2px solid var(--orange);
    filter:blur(.5px);
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
    font-size: .875rem;
}
footer .logo-footer {
    width: 16rem;
}


footer#footer {
    /* border-top: 2px solid var(--gold); */
}
    footer a span {
        /* color: var(--cyan); */
    }

    footer .footer-title {
        font-weight: 500;
        text-transform: uppercase;
 
    }

    footer a {
        color: var(--black);
        font-size: .875rem;
        text-decoration: none;
        font-weight: 400;
    }

        footer a:hover {
            /* text-decoration: underline; */
            color: var(--brown);
        }

            


.footer-title {
    font-size: 1.25rem;
    /*font-weight: 500;*/
    margin-bottom: 20px;
}
footer .navbar-toggler {
    border: none;
}

footer ul li {
    margin-bottom: 10px;
    padding-left: 2.3rem;
    text-indent: -1.1rem;
}
footer .fa-angle-right {
   height: 20px;
}
footer .fa-angle-down {
    width: 20px;
}
footer .fa-chevron-right {
    /*color: #ffffff;*/
    /*color: #ffffff;*/
    padding-right: 0.2rem;
}

.shfooter .collapse {
    display: inherit;
}

/* .shfooter i::before {
    color: var(--light);
} */


.resize {
    text-align: center;
}

.resize {
    margin-top: 3rem;
    font-size: 1.25rem;
}

/* Social footer  */
footer .fa-brands {
    width: 7%;
}

footer .fab:before {
    font-size: 1.1rem;
}

.social-footer a:hover svg {
    /*color: var(--links); */
    animation: icons-rise 0.3s linear forwards;
}

#footer .social-logos svg {
   width: 30px;
   height: 30px;
   transition: all .3s;
}
#footer .social-logos svg g rect{
   
    transition: all .3s;
 }
#footer h4 {
    font-size: 1rem;
    margin-top: 2rem;
}
@keyframes icons-rise {
    from {
        transform: translateX(0px);
    }

    to {
        transform: translate(2.5px, -2.5px);
    }
}

.social-footer a:hover {
    text-decoration: none;
}

    .social-footer a:hover span {
        text-decoration: underline;
    }

@keyframes arrow-right {
    from {
        transform: translateX(0px);
    }

    to {
        transform: translateX(3px);
    }
}



footer hr:not([size]) {
    height: 1px;
    /* color: var(--hcs-blue); */
    opacity: .8;
}

footer ul li {
    padding-left: 0;
    text-indent: 0;
    /* remove this if issue 616 617 */
    display: flex;
    align-items: center;
}

footer .fa-chevron-right {
    display: none;
}

.footer-title {
    margin-bottom: 0;
}

.shfooter ul {
    margin-bottom: 0;
}

.shfooter .collapse {
    display: none;
}

    .shfooter .collapse.show {
        display: block;
    }

.shfooter .title .fa-angle-down,
.shfooter .title[aria-expanded=true] .fa-angle-right {
    display: none;
}

.shfooter .title[aria-expanded=true] .fa-angle-down {
    display: block;
}

.shfooter .navbar-toggler {
    display: inline-block;
    padding: 0;
}

footer #social svg {
    width: 2rem;
}

#contactfooter li a {
    font-size: 1.25rem;
}

#contactfooter a.footer-btn .text-btn {
    background-color: var(--orange);
    color: var(--white);
    padding: 1.75rem 1rem;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0;
    transition: all .3s;
    border: 3px solid var(--orange);
    border-right: none;
}
#contactfooter a.footer-btn .icon {
    background-color: var(--black);
    padding: 1.75rem 1rem;
    border: 3px solid var(--black);
    transition: all .3s;
    border-left: none;
}
#contactfooter a.footer-btn:hover .icon {
    border: 3px solid var(--lightOrange);
    border-left: none;
}

#contactfooter a.footer-btn .icon svg {
    width: 2rem;
}
#contactfooter a.footer-btn .icon svg g path {
    transition: all .3s;
}

#contactfooter a.footer-btn:hover .text-btn {
    background-color: var(--black);
    color: var(--lightOrange);
    border: 3px solid var(--lightOrange);
    border-right: none;
}

#contactfooter a.footer-btn:hover .icon svg g path {
    fill: var(--lightOrange)!important;
}