/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #666666;
    background: #dddddd;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #030f27;
}

a {
    color: #666666;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #fdbe33;
    outline: none;
    text-decoration: none;
}

.btn:focus {
    box-shadow: none;
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    background: #ffffff;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #fdbe33;
    color: #121518;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top:hover {
    color: #fdbe33;
    background: #121518;
}

.back-to-top i {
    padding-top: 10px;
}

.btn {
    transition: .3s;
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    position: relative;
    height: 90px;
    background: #fdbe33;
}

.top-bar .logo {
    padding: 15px 0;
    text-align: left;
    overflow: hidden;
}

.top-bar .logo h1 {
    margin: 0;
    color: #030f27;
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
}

.top-bar .logo span {
    color: #ffffff;
}

.top-bar .logo img {
    max-width: 100%;
    max-height: 60px;
}

.top-bar .top-bar-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .top-bar-icon {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar .top-bar-icon i {
    margin: 0;
    color: #030f27;
    font-size: 32px;
}

.top-bar .top-bar-text {
    padding-left: 15px;
}

.top-bar .top-bar-text h3 {
    margin: 0 0 5px 0;
    color: #030f27;
    font-size: 16px;
    font-weight: 400;
}

.top-bar .top-bar-text p {
    margin: 0;
    color: #030f27;
    font-size: 13px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
}

@media (max-width: 991.98px) {
    .top-bar .logo {
        text-align: center;
    }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.nav-bar {
    position: relative;
    background: #fdbe33;
    transition: .3s;
}

.nav-bar .container-fluid {
    padding: 0;
}

.nav-bar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1366px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
}

.nav-bar .navbar {
    height: 100%;
    background: #030f27 !important;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fdbe33;
    transition: none;
}

.nav-bar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

.nav-bar .btn {
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 0;
}

.nav-bar .btn:hover {
    color: #030f27;
    background: #fdbe33;
    border-color: #fdbe33;
}

@media (min-width: 992px) {
    .nav-bar {
        padding: 0 75px;
    }
    
    .nav-bar.nav-sticky {
        padding: 0;
    }
    
    .nav-bar .navbar {
        padding: 20px;
    }
    
    .nav-bar .navbar-brand {
        display: none;
    }
    
    .nav-bar a.nav-link {
        padding: 8px 15px;
        font-size: 15px;
        text-transform: uppercase;
    }
}

@media (max-width: 991.98px) {
    .nav-bar .navbar {
        padding: 15px;
    }
    
    .nav-bar a.nav-link {
        padding: 5px;
    }
    
    .nav-bar .dropdown-menu {
        box-shadow: none;
    }
    
    .nav-bar .btn {
        display: none;
    }
}


/*******************************/
/******** Carousel CSS *********/
/*******************************/
.carousel {
    position: relative;
    width: 100%;
    height: calc(100vh - 170px);
    min-height: 400px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.carousel .carousel-inner,
.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .carousel-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(3, 15, 39, .55);
    z-index: 1;
}

.carousel .carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100vh - 170px);
    min-height: 400px;
}

.carousel .carousel-caption p {
    color: #D4A017;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.carousel .carousel-caption h1 {
    color: #ffffff;
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
    max-width: 800px;
    padding: 0 15px;
}

.carousel .carousel-caption h5 {
    color: #f2f2f2;
    font-weight: 300;
    max-width: 650px;
    margin: 0 auto 30px auto;
    padding: 0 15px;
    font-size: 17px;
}

.carousel .carousel-caption .btn {
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0;
    transition: .3s;
    margin: 0 8px;
}

.carousel .carousel-caption .btn:hover {
    color: #2E7D32;
    background: #D4A017;
    border-color: #D4A017;
}

.carousel .carousel-caption .btn-solid {
    color: #2E7D32;
    background: #D4A017;
    border-color: #D4A017;
}

.carousel .carousel-caption .btn-solid:hover {
    color: #ffffff;
    background: transparent;
    border-color: #ffffff;
}

@media (max-width: 767.98px) {
    .carousel .carousel-caption h1 {
        font-size: 34px;
        font-weight: 700;
    }
    
    .carousel .carousel-caption p {
        font-size: 16px;
    }

    .carousel .carousel-caption h5 {
        font-size: 15px;
    }
    
    .carousel .carousel-caption .btn {
        padding: 12px 24px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel .carousel-caption h1 {
        font-size: 26px;
        font-weight: 600;
    }
    
    .carousel .carousel-caption p {
        font-size: 14px;
    }
    
    .carousel .carousel-caption .btn {
        padding: 10px 20px;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0;
    }
}

.carousel .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.section-header p {
    color: #D4A017;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 42px;
    font-weight: 700;
}

.section-header.text-center h2::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 3px;
    left: calc(50% - 35px);
    bottom: -18px;
    background: #D4A017;
}

.section-header.text-left h2::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 3px;
    left: 0;
    bottom: -18px;
    background: #D4A017;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 28px;
    }
}


/*******************************/
/********* Feature CSS *********/
/*******************************/
.feature {
    position: relative;
    margin-bottom: 45px;
}

.feature .col-md-12 {
    background: #2E7D32;
}
    
.feature .col-md-12:nth-child(2n) {
    color: #212529;
    background: #D4A017;
}

.feature .feature-item {
    min-height: 220px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.feature .feature-icon {
    position: relative;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature .feature-icon::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    top: -20px;
    left: -10px;
    border: 2px dotted #ffffff;
    border-radius: 60px;
    z-index: 1;
}

.feature .feature-icon::after {
    position: absolute;
    content: "";
    width: 79px;
    height: 79px;
    top: -18px;
    left: -9px;
    background: #2E7D32;
    border-radius: 60px;
    z-index: 2;
}

.feature .col-md-12:nth-child(2n) .feature-icon::after {
    background: #D4A017;
}

.feature .feature-icon i {
    position: relative;
    color: #D4A017;
    font-size: 32px;
    line-height: 60px;
    z-index: 3;
}

.feature .feature-text {
    padding-left: 30px;
}

.feature .feature-text h3 {
    margin: 0 0 10px 0;
    color: #D4A017;
    font-size: 23px;
    font-weight: 600;
}

.feature .feature-text p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.feature .col-md-12:nth-child(2n) i,
.feature .col-md-12:nth-child(2n) h3,
.feature .col-md-12:nth-child(2n) p {
    color: #212529;
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .section-header {
    margin-bottom: 30px;
}

.about .about-img {
    position: relative;
    height: 100%;
}

.about .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .about-text p {
    font-size: 16px;
}

.about .about-list {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.about .about-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #212529;
}

.about .about-list li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #2E7D32;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #212529;
    border-radius: 0;
    background: #D4A017;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #ffffff;
    background: #2E7D32;
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}


/*******************************/
/********** Fact CSS ***********/
/*******************************/
.fact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.fact .col-6 {
    display: flex;
    align-items: flex-start;
}

.fact .fact-icon {
    position: relative;
    margin: 7px 15px 0 15px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fact .fact-icon i {
    margin: 0;
    font-size: 48px;
    line-height: 60px;
    background-image: linear-gradient(#ffffff, #D4A017);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fact .fact-right .fact-icon i {
    background-image: linear-gradient(#ffffff, #2E7D32);
}

.fact .fact-left,
.fact .fact-right {
    padding-top: 60px;
    padding-bottom: 60px;
}

.fact .fact-text h2 {
    font-size: 35px;
    font-weight: 700;
}

.fact .fact-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.fact .fact-left {
    color: #D4A017;
    background: #2E7D32;
}

.fact .fact-right {
    color: #212529;
    background: #D4A017;
}

.fact .fact-left h2 {
    color: #D4A017;
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.service .service-img {
    position: relative;
    overflow: hidden;
}

.service .service-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.service .service-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(46, 125, 50, .85);
    transition: .5s;
    opacity: 0;
}

.service .service-item:hover .service-overlay {
    opacity: 1;
}

.service .service-overlay p {
    margin: 0;
    color: #ffffff;
}

.service .service-text {
    display: flex;
    align-items: center;
    height: 60px;
    background: #2E7D32;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service .service-text h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 18px;
    font-weight: 700;
    color: #D4A017;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service .service-item a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    line-height: 60px;
    font-weight: 100;
    color: #212529;
    background: #D4A017;
    border-radius: 0;
    transition: .3s;
}

.service .service-item:hover a.btn {
    color: #ffffff;
}


/*******************************/
/**** Industries We Serve ******/
/*******************************/
.industries {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
    background: #F8F9FA;
}

.industries .industry-card {
    position: relative;
    margin-bottom: 30px;
    padding: 35px 20px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e9ecef;
    transition: .35s;
}

.industries .industry-card:hover {
    transform: translateY(-8px);
    border-color: #2E7D32;
    box-shadow: 0 10px 25px rgba(46, 125, 50, .15);
}

.industries .industry-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2E7D32;
    border-radius: 50%;
    transition: .35s;
}

.industries .industry-card:hover .industry-icon {
    background: #D4A017;
}

.industries .industry-icon i {
    font-size: 28px;
    color: #ffffff;
}

.industries .industry-card:hover .industry-icon i {
    color: #212529;
}

.industries .industry-card h3 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    color: #212529;
}


/*******************************/
/********* Process CSS *********/
/*******************************/
.process {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.process .process-item {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    padding: 0 15px;
}

.process .process-number {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 2px solid #2E7D32;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
    color: #2E7D32;
    z-index: 2;
}

.process .process-item:hover .process-number {
    background: #2E7D32;
    color: #ffffff;
}

.process .process-item i {
    display: block;
    font-size: 26px;
    color: #D4A017;
    margin-bottom: 12px;
}

.process .process-item h3 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}

.process .process-row {
    position: relative;
}

@media (min-width: 992px) {
    .process .process-row::before {
        position: absolute;
        content: "";
        top: 35px;
        left: 8%;
        width: 84%;
        height: 2px;
        background: repeating-linear-gradient(90deg, #D4A017, #D4A017 8px, transparent 8px, transparent 16px);
        z-index: 1;
    }
}


/*******************************/
/****** Quality Commitment *****/
/*******************************/
.quality {
    position: relative;
    width: 100%;
    padding: 60px 0;
    background: #2E7D32;
    color: #ffffff;
}

.quality .section-header p {
    color: #D4A017;
}

.quality .section-header h2,
.quality .quality-text p {
    color: #ffffff;
}

.quality .section-header.text-left h2::after {
    background: #D4A017;
}

.quality .quality-list {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
}

.quality .quality-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}

.quality .quality-list li i {
    flex: 0 0 40px;
    font-size: 22px;
    color: #D4A017;
    margin-top: 2px;
}

.quality .quality-list li span {
    display: block;
}

.quality .quality-list li h4 {
    margin: 0 0 3px 0;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
}

.quality .quality-list li p {
    margin: 0;
    font-size: 14px;
    color: #d9e6da;
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.team .team-img {
    position: relative;
}

.team .team-img img {
    width: 100%;
}

.team .team-text {
    position: relative;
    padding: 25px 15px;
    text-align: center;
    background: #2E7D32;
    transition: .5s;
}

.team .team-text h2 {
    font-size: 20px;
    font-weight: 600;
    color: #D4A017;
    transition: .5s;
}

.team .team-text p {
    margin: 0;
    color: #ffffff;
}

.team .team-item:hover .team-text {
    background: #D4A017;
}

.team .team-item:hover .team-text h2 {
    color: #212529;
    letter-spacing: 1px;
}


/*******************************/
/*********** FAQs CSS **********/
/*******************************/
.faqs {
    position: relative;
    width: 100%;
    padding: 45px 0;
    background: #F8F9FA;
}

.faqs .row {
    position: relative;
}

.faqs .row::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50% - .5px);
    background: #D4A017;
}

.faqs #accordion-1 {
    padding-right: 15px;
}

.faqs #accordion-2 {
    padding-left: 15px;
}

@media(max-width: 767.98px) {
    .faqs .row::after {
        display: none;
    }
    
    .faqs #accordion-1,
    .faqs #accordion-2 {
        padding: 0;
    }
    
    .faqs #accordion-2 {
        padding-top: 15px;
    }
}

.faqs .card {
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
}

.faqs .card:last-child {
    margin-bottom: 0;
}

.faqs .card-header {
    padding: 0;
    border: none;
    background: #ffffff;
}

.faqs .card-header a {
    display: block;
    padding: 10px 25px;
    width: 100%;
    color: #212529;
    font-size: 16px;
    line-height: 1.4;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .5s;
}

.faqs .card-header [data-toggle="collapse"] {
    padding: 14px 25px;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"] {
    background: #D4A017;
    color: #212529;
}

.faqs .card-header [data-toggle="collapse"]:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f067";
    float: right;
    color: #D4A017;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f068";
    float: right;
    color: #2E7D32;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card-body {
    padding: 20px 25px;
    font-size: 15px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none;
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    margin: 45px 0;
    padding: 90px 0;
    text-align: center;
    background: linear-gradient(rgba(33, 37, 41, .88), rgba(46, 125, 50, .9)), url(../img/carousel-1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial .container {
    max-width: 760px;
}

.testimonial .testimonial-slider-nav {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.testimonial .testimonial-slider-nav .slick-slide {
    position: relative;
    opacity: 0;
    transition: .5s;
}

.testimonial .testimonial-slider-nav .slick-active {
    opacity: 1;
    transform: scale(1.3);
}

.testimonial .testimonial-slider-nav .slick-center {
    transform: scale(1.8);
    z-index: 1;
}

.testimonial .testimonial-slider-nav .slick-slide img {
    position: relative;
    display: block;
    margin-top: 37px;
    width: 100%;
    height: auto;
    border-radius: 100px;
    border: 2px solid #D4A017;
}

.testimonial .testimonial-slider {
    position: relative;
    margin-top: 15px;
    padding-top: 50px;
}

.testimonial .testimonial-slider::before {
    position: absolute;
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 40px;
    top: 0;
    left: calc(50% - 20px);
    color: #D4A017;
}

.testimonial .testimonial-slider h3 {
    color: #D4A017;
    font-size: 22px;
    font-weight: 700;
}

.testimonial .testimonial-slider h4 {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    font-style: italic;
    margin-bottom: 10px;
}

.testimonial .testimonial-slider p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}


/*******************************/
/************ CTA CSS **********/
/*******************************/
.cta {
    position: relative;
    width: 100%;
    padding: 60px 0;
    text-align: center;
    background: #D4A017;
}

.cta h2 {
    color: #212529;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 12px;
}

.cta p {
    color: #212529;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto 25px auto;
}

.cta .btn {
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    background: #2E7D32;
    border: 2px solid #2E7D32;
    border-radius: 0;
    transition: .3s;
}

.cta .btn:hover {
    color: #2E7D32;
    background: transparent;
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.contact .col-md-6 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact .col-md-6:first-child {
    background: #2E7D32;
}

.contact .col-md-6:last-child {
    background: #D4A017;
}

.contact .contact-info {
    position: relative;
    width: 100%;
    padding: 0 15px;
}

.contact .contact-item {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    border: 1px solid rgba(256, 256, 256, .2);
}

.contact .contact-item i {
    margin: 0;
    color: #D4A017;
    font-size: 34px;
}

.contact .contact-text {
    position: relative;
    width: auto;
    padding-left: 20px;
}

.contact .contact-text h2 {
    color: #D4A017;
    font-size: 20px;
    font-weight: 600;
}

.contact .contact-text p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
}

.contact .contact-item:last-child {
    margin-bottom: 0;
}

.contact .contact-form {
    position: relative;
    padding: 0 15px;
}

.contact .contact-form input {
    color: #212529;
    height: 40px;
    border-radius: 0;
    border-width: 1px;
    border-color: rgba(33, 37, 41, .3);
    background: #ffffff;
}

.contact .contact-form textarea {
    color: #212529;
    height: 185px;
    border-radius: 0;
    border-width: 1px;
    border-color: rgba(33, 37, 41, .3);
    background: #ffffff;
}

.contact .contact-form input:focus,
.contact .contact-form textarea {
    box-shadow: none;
}

.contact .contact-form .btn {
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #D4A017;
    background: #2E7D32;
    border: none;
    border-radius: 0;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: #2E7D32;
    background: #ffffff;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 90px;
    background: #212529;
    color: #ffffff;
}

.footer .footer-contact,
.footer .footer-link,
.footer .newsletter {
    position: relative;
    margin-bottom: 45px;
}

.footer h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #D4A017;
}

.footer h2::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #D4A017;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #D4A017;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
    color: #D4A017;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
}

.footer .footer-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 7px 0;
    text-align: center;
    border: 1px solid rgba(256, 256, 256, .3);
    border-radius: 60px;
    transition: .3s;
}

.footer .footer-social a i {
    font-size: 15px;
    color: #ffffff;
}

.footer .footer-social a:hover {
    background: #D4A017;
    border-color: #D4A017;
}

.footer .footer-social a:hover i {
    color: #212529;
}

.footer .newsletter .form {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.footer .newsletter input {
    height: 50px;
    border: 2px solid #495057;
    border-radius: 0;
}

.footer .newsletter .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #D4A017;
    background: #121518;
    border-radius: 0;
    border: 2px solid #D4A017;
    transition: .3s;
}

.footer .newsletter .btn:hover {
    color: #121518;
    background: #D4A017;
}

.footer .footer-menu .f-menu {
    position: relative;
    padding: 15px 0;
    font-size: 0;
    text-align: center;
    border-top: 1px solid rgba(256, 256, 256, .1);
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.footer .footer-menu .f-menu a {
    color: #ffffff;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu .f-menu a:hover {
    color: #D4A017;
}

.footer .footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


.footer .copyright {
    padding: 30px 15px;
}

.footer .copyright p {
    margin: 0;
    color: #ffffff;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #D4A017;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer .copyright p a:hover {
    color: #ffffff;
}

@media (max-width: 768px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}


/*******************************/
/**** Flaticon Icon Overrides **/
/*******************************/
.top-bar .top-bar-icon [class^="flaticon-"]::before {
    margin: 0;
    color: #2E7D32;
    font-size: 32px;
}

.contact .contact-item [class^="flaticon-"]::before {
    margin: 0;
    color: #D4A017;
    font-size: 34px;
}

.footer .footer-contact p [class^="flaticon-"]::before {
    margin: 0;
    width: 25px;
    display: inline-block;
    color: #D4A017;
    font-size: 16px;
}


/*******************************/
/******** Brand Strip CSS ******/
/*******************************/
.brand-strip {
    position: relative;
    width: 100%;
    padding: 35px 0;
    background: #F8F9FA;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.brand-strip .brand-item {
    text-align: center;
    padding: 10px 15px;
}

.brand-strip .swatch {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid rgba(33, 37, 41, .15);
}

.brand-strip .swatch-green {
    background: #2E7D32;
}

.brand-strip .swatch-white {
    background: #ffffff;
}

.brand-strip .swatch-gold {
    background: #D4A017;
}

.brand-strip .brand-item i {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
}

.brand-strip .brand-item.green i {
    color: #2E7D32;
}

.brand-strip .brand-item.white i {
    color: #212529;
}

.brand-strip .brand-item.gold i {
    color: #D4A017;
}

.brand-strip .brand-item h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px 0;
}

.brand-strip .brand-item p {
    margin: 0;
    font-size: 14px;
    color: #666666;
}


/*******************************/
/****** Page Header (About) ****/
/*******************************/
.page-header {
    position: relative;
    width: 100%;
    padding: 70px 0;
    text-align: center;
    background: linear-gradient(rgba(3, 15, 39, .8), rgba(46, 125, 50, .85)), url(../img/about.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header p {
    color: #D4A017;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.page-header h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 12px;
}

.page-header a {
    color: #f2f2f2;
    font-size: 14px;
}

.page-header a:hover {
    color: #D4A017;
}

.page-header a:not(:last-child)::after {
    content: "/";
    margin: 0 8px;
    color: #D4A017;
}


/*******************************/
/*** Upgraded Brand Strip CSS **/
/*******************************/
.brand-strip-upgraded {
    padding-top: 45px;
    padding-bottom: 15px;
}

.brand-strip-upgraded .brand-item {
    padding: 35px 20px 25px 20px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    transition: .35s;
    margin-bottom: 30px;
}

.brand-strip-upgraded .brand-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(46, 125, 50, .12);
}

.brand-strip-upgraded .brand-icon-badge {
    width: 64px;
    height: 64px;
    margin: 0 auto 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #2E7D32;
    transition: .35s;
}

.brand-strip-upgraded .brand-item.gold .brand-icon-badge {
    background: #D4A017;
}

.brand-strip-upgraded .brand-item.white .brand-icon-badge {
    background: #212529;
}

.brand-strip-upgraded .brand-item:hover .brand-icon-badge {
    transform: rotate(360deg);
}

.brand-strip-upgraded .brand-icon-badge i {
    font-size: 24px;
    color: #ffffff;
}


/*******************************/
/******* Mission & Vision ******/
/*******************************/
.mission-vision {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
    background: #F8F9FA;
}

.mission-vision .mv-card {
    position: relative;
    height: 100%;
    padding: 40px 35px;
    margin-bottom: 30px;
    background: #ffffff;
    border-top: 4px solid #2E7D32;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
    transition: .3s;
}

.mission-vision .mv-vision {
    border-top-color: #D4A017;
}

.mission-vision .mv-card:hover {
    transform: translateY(-6px);
}

.mission-vision .mv-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(46, 125, 50, .1);
}

.mission-vision .mv-vision .mv-icon {
    background: rgba(212, 160, 23, .12);
}

.mission-vision .mv-icon i {
    font-size: 26px;
    color: #2E7D32;
}

.mission-vision .mv-vision .mv-icon i {
    color: #D4A017;
}

.mission-vision .mv-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.mission-vision .mv-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
}


/*******************************/
/*********** Values CSS ********/
/*******************************/
.values {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.values .value-card {
    position: relative;
    height: 100%;
    padding: 35px 25px;
    margin-bottom: 30px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    transition: .35s;
}

.values .value-card:hover {
    background: #2E7D32;
    border-color: #2E7D32;
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(46, 125, 50, .2);
}

.values .value-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F8F9FA;
    transition: .35s;
}

.values .value-card:hover .value-icon {
    background: #D4A017;
}

.values .value-icon i {
    font-size: 26px;
    color: #2E7D32;
    transition: .35s;
}

.values .value-card:hover .value-icon i {
    color: #212529;
}

.values .value-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    transition: .35s;
}

.values .value-card:hover h3 {
    color: #D4A017;
}

.values .value-card p {
    margin: 0;
    font-size: 14px;
    transition: .35s;
}

.values .value-card:hover p {
    color: #f2f2f2;
}


/*******************************/
/******* What We Do CSS ********/
/*******************************/
.what-we-do {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
    background: #F8F9FA;
}

.what-we-do .wwd-item {
    position: relative;
    height: 100%;
    padding: 30px 25px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-left: 4px solid #2E7D32;
    transition: .3s;
}

.what-we-do .wwd-item:nth-child(3n+2) {
    border-left-color: #D4A017;
}

.what-we-do .wwd-item:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    transform: translateY(-5px);
}

.what-we-do .wwd-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(46, 125, 50, .1);
}

.what-we-do .wwd-icon i {
    font-size: 22px;
    color: #2E7D32;
}

.what-we-do .wwd-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.what-we-do .wwd-item p {
    margin: 0;
    font-size: 14px;
}


/*******************************/
/******* Why Choose Us CSS *****/
/*******************************/
.why-choose {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.why-choose .why-choose-text p {
    font-size: 16px;
    margin-bottom: 20px;
}

.why-choose > .container > .row > .col-lg-6 > a.btn {
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #212529;
    border-radius: 0;
    background: #D4A017;
    transition: .3s;
}

.why-choose > .container > .row > .col-lg-6 > a.btn:hover {
    color: #ffffff;
    background: #2E7D32;
}

.why-choose-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.why-choose-list li {
    display: flex;
    align-items: flex-start;
    padding: 18px 20px;
    margin-bottom: 15px;
    background: #F8F9FA;
    border-left: 3px solid #2E7D32;
    transition: .3s;
}

.why-choose-list li:hover {
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .07);
    transform: translateX(6px);
}

.why-choose-list li i {
    flex: 0 0 40px;
    font-size: 22px;
    color: #D4A017;
    margin-top: 2px;
}

.why-choose-list li h4 {
    margin: 0 0 4px 0;
    font-size: 16px;
    font-weight: 600;
}

.why-choose-list li p {
    margin: 0;
    font-size: 14px;
    color: #666666;
}


/*******************************/
/*** About Page Responsive *****/
/*******************************/
@media (max-width: 767.98px) {
    .page-header {
        padding: 50px 0;
    }

    .page-header h2 {
        font-size: 28px;
    }

    .mission-vision .mv-card {
        margin-bottom: 25px;
    }
}


/*******************************/
/**** Top Bar Alignment Fix ****/
/*******************************/
.top-bar .container-fluid > .row.align-items-center {
    flex-wrap: nowrap;
    column-gap: 25px;
}

.top-bar .top-bar-item {
    flex-wrap: nowrap;
}

.top-bar .col-lg-8 .row {
    flex-wrap: nowrap;
    column-gap: 10px;
}

.top-bar .col-lg-8 .row .col-4 {
    flex: 1 1 0;
    max-width: none;
}

@media (min-width: 992px) {
    .nav-bar {
        border-top: 1px solid rgba(255, 255, 255, .15);
    }
}


/*******************************/
/**** Services Hero / Intro ****/
/*******************************/
.services-intro {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.services-intro .intro-text {
    max-width: 900px;
}

.services-intro .intro-text p {
    font-size: 16px;
    line-height: 1.9;
}


/*******************************/
/****** Service Grid Cards *****/
/*******************************/
.service-grid {
    position: relative;
    width: 100%;
    padding: 15px 0 15px 0;
    background: #F8F9FA;
}

.service-grid .sg-card {
    position: relative;
    height: 100%;
    padding: 40px 30px;
    margin-bottom: 30px;
    text-align: center;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
    transition: .35s;
}

.service-grid .sg-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(46, 125, 50, .15);
}

.service-grid .sg-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 22px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #2E7D32;
    transition: .35s;
}

.service-grid .sg-card:hover .sg-icon {
    background: #D4A017;
    transform: rotate(360deg);
}

.service-grid .sg-icon i {
    font-size: 30px;
    color: #ffffff;
}

.service-grid .sg-card:hover .sg-icon i {
    color: #212529;
}

.service-grid .sg-card h3 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 12px;
}

.service-grid .sg-card p {
    font-size: 14px;
    margin-bottom: 20px;
}

.service-grid .sg-card a.btn {
    padding: 10px 26px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2E7D32;
    background: transparent;
    border: 2px solid #2E7D32;
    border-radius: 30px;
    transition: .3s;
}

.service-grid .sg-card a.btn:hover {
    color: #ffffff;
    background: #2E7D32;
}


/*******************************/
/****** Service Process Flow ***/
/*******************************/
.process-flow {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.process-flow .pf-track {
    max-width: 620px;
    margin: 0 auto;
}

.process-flow .pf-step {
    position: relative;
    display: flex;
    align-items: center;
    padding: 22px 28px;
    margin-bottom: 8px;
    background: #F8F9FA;
    border-left: 4px solid #2E7D32;
    transition: .3s;
}

.process-flow .pf-step:nth-child(4n+3) {
    border-left-color: #D4A017;
}

.process-flow .pf-step:hover {
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    transform: translateX(8px);
}

.process-flow .pf-num {
    flex: 0 0 50px;
    height: 50px;
    width: 50px;
    margin-right: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #2E7D32;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.process-flow .pf-step:hover .pf-num {
    background: #D4A017;
    color: #212529;
}

.process-flow .pf-step h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.process-flow .pf-arrow {
    text-align: center;
    padding: 4px 0;
    color: #D4A017;
    font-size: 18px;
}


/*******************************/
/****** Why Choose Services ****/
/*******************************/
.why-services {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
    background: #F8F9FA;
}

.why-services .ws-card {
    position: relative;
    height: 100%;
    padding: 30px 25px;
    margin-bottom: 30px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    transition: .3s;
}

.why-services .ws-card:hover {
    border-color: #2E7D32;
    box-shadow: 0 10px 25px rgba(46, 125, 50, .12);
    transform: translateY(-6px);
}

.why-services .ws-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 18px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(212, 160, 23, .12);
}

.why-services .ws-icon i {
    font-size: 24px;
    color: #D4A017;
}

.why-services .ws-card h3 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}


/*******************************/
/*** Services Page Responsive **/
/*******************************/
@media (max-width: 767.98px) {
    .process-flow .pf-step {
        padding: 16px 20px;
    }

    .process-flow .pf-num {
        flex: 0 0 40px;
        height: 40px;
        width: 40px;
        margin-right: 15px;
        font-size: 16px;
    }
}


/*******************************/
/****** Contact Page Cards *****/
/*******************************/
.contact-cards {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.contact-cards .cc-card {
    position: relative;
    height: 100%;
    padding: 35px 25px;
    margin-bottom: 30px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    transition: .35s;
}

.contact-cards .cc-card:hover {
    transform: translateY(-8px);
    border-color: #2E7D32;
    box-shadow: 0 10px 25px rgba(46, 125, 50, .15);
}

.contact-cards .cc-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 18px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #2E7D32;
    transition: .35s;
}

.contact-cards .cc-card:nth-child(4n+3) .cc-icon,
.contact-cards .cc-card:nth-child(4n) .cc-icon {
    background: #D4A017;
}

.contact-cards .cc-card:hover .cc-icon {
    transform: rotate(360deg);
}

.contact-cards .cc-icon i {
    font-size: 24px;
    color: #ffffff;
}

.contact-cards .cc-card h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.contact-cards .cc-card p {
    margin: 0;
    font-size: 14px;
}


/*******************************/
/**** Contact Page Split CSS ***/
/*******************************/
.contact-page {
    position: relative;
    width: 100%;
    padding: 15px 0 45px 0;
}

.contact-page .cp-text p {
    font-size: 15px;
    margin-bottom: 25px;
}

.contact-page .cp-steps {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.contact-page .cp-steps li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.contact-page .cp-steps li .cp-step-num {
    flex: 0 0 38px;
    height: 38px;
    width: 38px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #2E7D32;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.contact-page .cp-steps li h4 {
    margin: 0 0 3px 0;
    font-size: 16px;
    font-weight: 600;
}

.contact-page .cp-steps li p {
    margin: 0;
    font-size: 14px;
    color: #666666;
}

.contact-page .cp-social {
    margin-top: 10px;
}

.contact-page .cp-social a {
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-right: 8px;
    padding: 9px 0;
    text-align: center;
    color: #ffffff;
    background: #2E7D32;
    border-radius: 60px;
    transition: .3s;
}

.contact-page .cp-social a:hover {
    background: #D4A017;
    color: #212529;
}

.contact-page .contact-form {
    padding: 40px 35px;
    background: #F8F9FA;
}

.contact-page .contact-form input,
.contact-page .contact-form textarea {
    color: #212529;
    border-radius: 0;
    border-width: 1px;
    border-color: rgba(33, 37, 41, .15);
    background: #ffffff;
}

.contact-page .contact-form input {
    height: 46px;
}

.contact-page .contact-form textarea {
    height: 150px;
}

.contact-page .contact-form input:focus,
.contact-page .contact-form textarea:focus {
    box-shadow: none;
    border-color: #2E7D32;
}

.contact-page .contact-form .btn {
    padding: 15px 35px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    background: #2E7D32;
    border: none;
    border-radius: 0;
    transition: .3s;
}

.contact-page .contact-form .btn:hover {
    color: #2E7D32;
    background: #D4A017;
}


/*******************************/
/******* Map Section CSS *******/
/*******************************/
.map-section {
    position: relative;
    width: 100%;
    line-height: 0;
}

.map-section iframe {
    width: 100%;
    height: 420px;
    border: 0;
    filter: grayscale(35%) contrast(1.05);
}


/*******************************/
/*** Contact Page Responsive ***/
/*******************************/
@media (max-width: 767.98px) {
    .contact-page .contact-form {
        padding: 30px 20px;
        margin-top: 25px;
    }

    .map-section iframe {
        height: 280px;
    }
}