@font-face {
    font-display: swap; 
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ubuntu-v20-latin-regular.woff2') format('woff2'); 
  }

  @font-face {
    font-display: swap; 
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/ubuntu-v20-latin-500.woff2') format('woff2'); 
  }

  @font-face {
    font-display: swap; 
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/ubuntu-v20-latin-700.woff2') format('woff2'); 
  }


body {
    margin: 0;
    font-size: 1.2rem;
    color: #000;
    background: #cddbcd;
    min-height: 100vh;
    min-width: 300px;
    line-height: 1.6em;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    padding-top: 68px;
    letter-spacing: 0.0625em;
}


h1,
h2,
h3,
h4,
h5 {
    color: inherit;
    font-weight: 700;
}

a {
    text-decoration: none;
    color: inherit;
}

.btn {
    font-weight: 700;
    height: 45px;
    background: #f6ae31;
    color: #fff;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
    display: inline-flex;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 1.9rem;
    font-size: 16px;
    line-height: 16px;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bg-theme {
    background: rgb(33, 50, 44);
    background: -moz-linear-gradient(87deg, rgba(33, 50, 44, 1) 0%, rgba(52, 82, 61, 1) 35%, rgba(60, 93, 53, 1) 100%);
    background: -webkit-linear-gradient(87deg, rgba(33, 50, 44, 1) 0%, rgba(52, 82, 61, 1) 35%, rgba(60, 93, 53, 1) 100%);
    background: linear-gradient(87deg, rgba(33, 50, 44, 1) 0%, rgba(52, 82, 61, 1) 35%, rgba(60, 93, 53, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#21322c", endColorstr="#3c5d35", GradientType=1);
}

.bg-green{
    background: #21322c;
}

.text-yellow {
    color: #de8f43;
}

.btn-theme{
    background: #de8f43;
    color: #000000;
    border-radius: 10px;
    border: 1px solid #de8f43;
    position: relative;
}

.btn-theme::after {
    opacity: 0;
    position: absolute;
    content: '\f0da';
    background: none;
    color: ffb015;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    top: 50%;
    left: 80%;
    display: inline-block;
    transform: translate(-40%, -50%);
}

.btn-theme:hover {
    color: #de8f43;
    border: 1px solid #de8f43;
    padding-right: 60px;
}

.btn-theme:hover::after {
    animation: moveRight 1.6s infinite linear;
    opacity: 1;
}

@keyframes moveRight {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%)
    }

    40% {
        opacity: 1
    }

    60% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate(130%, -50%)
    }
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #21322c;
    -webkit-box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.3);
    z-index: 20;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    z-index: 999999;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler:active {
    border: none;
    outline: none;
    box-shadow: none;
}
.navbar-toggler-icon {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23de8f43' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 2em;
    height: 2em;
}

.navbar-main .nav-link {
    color: #ffffff;
    font-size: 18px;
    font-family: 'co-text', sans-serif;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    margin: 0;
    cursor: pointer;
}
.navbar-main .nav-item {
    padding: 0 20px;
}
.navbar-main .nav-link:hover {
    color: #de8f43;
}
.section-heading {
    font-size: 3rem;
    margin-top: 30px;
    margin-bottom: 30px;
}


.banner-heading {
    font-size: 3rem;
}

.banner-text-1 {
    font-size: 3rem;
}




.banner-form {
    padding: 30px 30px 20px 30px;
    background: #283f32;
    border: 0px solid #EBEBEB !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 11;
}

.banner-form .form-control {
    background: rgb(0 0 0 / 10%);
    height: 50px;
    border-radius: 0px;
    font-size: 16px;
    border: 1px solid rgb(112 112 112 / 10%);
    color: #ffffff;
    font-weight: 600;
}

.banner-form .btn {
    font-size: 22px;
}

.sub-heading {
    text-transform: uppercase;
    color: #de8f43;
    font-size: 18px;
    font-weight: 500;
}

.contact-form-section {
    padding: 40px 0px 30px 0px;
    background-color: #1b1f22;
    color: #ffffff;
}



.contact-form-section h3 {
    color: #ffffff;
    font-size: 44px;
    font-weight: 500;
}

.contact-form-section a {
    display: inline-block;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 4px;
    border-bottom: 1px solid #fff;
}
.view-all-services-container{
    padding: 50px 0px 50px 0px;
}

.service-thumbnail {
    padding: 56.25% 0 0 0;
    position: relative;
    background-size: cover;
}


.featured-service-card {
    position: relative;
    background: #9cb49c;
    transition: all .2s ease-in-out;
    display: block;
    border: 0px solid #EBEBEB !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 0;
    margin: 0 10px 30px 0;
}

.card-content {
    padding: 35px 35px 0;
}

.card-image-overlap {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 110px !important;
}

.featured-service-card:hover {
    transform: scale(1.02);
}

.main-footer-top {
    background-color: #de8f43;
    padding: 30px 0;
}

.main-footer {
    background-color: #192722;
    padding: 30px 0;
}

.main-footer h5 {
    font-size: 16px;
    margin-bottom: 5px;
}

.main-footer a {
    color: #fff;
}

.main-footer a {
    font-size: 20px;
    font-weight: 600;
}

.main-footer h4 {
    font-size: 22px;
    font-weight: 700;
}

.main-footer ul li {
    margin-bottom: 10px;
}

.main-footer ul li a {
    font-size: 18px;
}

.accordion-button {
    font-size: 1.3rem;
}
.accordion-button:not(.collapsed) {
    color: #de8f43;
    background-color: #21322c;
    box-shadow: none;
}