/*Variables */
/* Rest */
img {
    max-width: 100%;
    height: auto; }
body{
    font-family: 'PT Serif';
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif; }

/* General css */
.primary-color {
    color: #000; 
}

.secondary-color {
    color: #999;
}

/* Header */
.top-header {
    padding: 8px 0;
    background: #41a42e;
    color: #fff; 
}
.top-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-header ul li {
    float: left;
    margin-right: 10px;
    
}
.top-header ul li :last-child {
    margin-right: 0px; 
}
.top-header ul a {
    color: #000;
}
.top-header a {
    color: #fff; 
}
.top-header .th-content i{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #d6dd08;
    text-align: center;
    line-height: 30px;
    color: #000;
}
.btm-header {
    background: #fff; 
}
.btm-header .main-menu {
    margin-top: 30px; 
    float: right;
}
.btm-header .main-menu .navbar {
    margin-bottom: 0px; 
}

.header-2 .main-menu {
    margin-top: 35px;
}

.navbar-fixed-top {
    border-bottom: 1px solid #ddd;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.12);
}
.navbar-fixed-top .logo {
    width: 30%;
}
.navbar-fixed-top .top-header-2 {
    display: none; 
}
.navbar-fixed-top .main-menu {
    margin-top: 10px;
}

/* Content */
.section-welcome {
    
}
.section-welcome h1 {
    color: #41a42e;
    padding-bottom: 40px;
}
.section-welcome h1:before {
    content: "";
    position: absolute;
    left: 38%;
    background: #cccccc;
    width: 250px;
    height: 2px;
    bottom: 35px;
}
.section-welcome h1:after {
    content: "";
    position: absolute;
    left: 46%;
    background: #e6ff11;
    width: 100px;
    height: 5px;
    bottom: 34px;
}
.readmore {
    background: #41a42e;
    border-radius: 5px;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
}
.readmore a {
    color: #fff;
}
#overlay {
    background-color: rgba(0, 0, 0, 0.65);
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    transition: background-color 300ms ease;
    width: 100%; 
}

#state {
    bottom: 0;
    cursor: pointer;
    font-size: 2.25rem;
    right: 0;
    line-height: 1;
    padding: 2rem 2.5rem 1.65rem;
    position: absolute;
    z-index: 999; 
}

.owl-theme .owl-nav [class*='owl-'] {
    background: none !important;
}

.icon {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3);
    font-family: 'FontAwesome';
    font-size: 40px;
    line-height: 60px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 60px;
    height: 60px; 
}

.owl-next,
.owl-prev {
    height: 100%;
    position: absolute;
    top: 0; 
}

.owl-next {
    right: 0; 
}

.owl-prev {
    left: 0;
}

.owl-next:hover .icon,
.owl-prev:hover .icon {
    background: rgba(48, 117, 70, 0.8);
    color: rgba(255, 255, 255, 0.9);
}

.icon-arrow-left7 {
    left: 0; 
}

.icon-arrow-left7:before {
    content: "\f053";
}

.icon-arrow-right7 {
    right: 0;
}

.icon-arrow-right7:before {
    content: "\f054";
}

.section-padding {
    padding: 50px 0;
}

/* Quote */
.quote-block {
    background: #41a42e;
    color: #fff;
    text-transform: uppercase;
}
.quote-block p {
    font-size: 20px;
}
.quote-block h2 {
    font-size: 50px;
}
.service-title, .whychooseus-title {
    margin-bottom: 30px;
}
.service-title h2 {
    color: #41a42e;
    text-transform: uppercase;
}
.service-block {
    box-shadow: 0 0 5px #8d8d8d;
}
.service-content {
    padding: 10px 10px 20px 10px;
}
.service-content h3, .faqicon h4 {
    color: #41a42e;
    text-transform: uppercase;
}

.faqicon .serice-img i {
    background: #d6dd08;
    /* padding: 50px; */
    font-size: 80px;
    width: 100px;
    border-radius: 50px;
    color: #fff;
    line-height: 100px;
    margin-top: 20px;
}
.servicereadmore {
    background: #283439;
    padding: 15px 0;
}
.servicereadmore a {
    color: #fff;
    text-transform: uppercase;
}
.allservice {
    margin-top: 30px;
    text-align: center;
    background:  #41a42e;
    padding: 15px 30px;
    border-radius: 20px;
}
.allservice a {
    color: #fff;
    text-transform: uppercase;
}
.testimonail {
    background: url(../images/testimonail-bg.jpg) #121212 no-repeat;
    background-size: 50%;
    color: #fff;
}
.testimonial-title {
    margin-bottom: 30px;
}
.testimonail .name {
    color: #e4f529;
}
.testimonail-block {
    padding-right: 50px;
}
.whychooseus {
    padding-left: 50px;
}
.whychooseus ul {
    list-style: none;
}
.recent-projects {
    
}
.recent-projects ul {
    list-style: none;
}
.form-quote {
    background: url(../images/painting-re.jpg) no-repeat;
    background-size: cover;
    color: #fff;
}
.form-quote h2 {
    position: relative;
    margin-bottom: 60px;
}
.form-quote h2:after {
    content: "";
    position: absolute;
    right: 0;
    background: #fff;
    width: 100px;
    height: 5px;
    bottom: -35px;
}
/* About page */
.breadcrumb-wrapper {
    background: url(../images/menu-bg.png) no-repeat;
    position: relative;
    padding: 70px;
    background-size: cover;
    text-align:center;
}
.breadcrumb-wrapper:before {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.breadcrumb-wrapper h2 {
    color: #d6dd08;
}
.breadcrumb-wrapper h3 {
    color: #41A42E;
}
.breadcrumb-wrapper h3 a {
    color: #fff;
}
.breadcrumb-wrapper h3 a:hover {
    transition: all linear 0.25s;
    color: #dbdbdb;
}
/* Gallery */
.content-wrapper .galleryul li {
    margin-bottom: 20px;
    list-style: none;
}
.freequote .aboutus-btm {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 5px #8d8d8d;
}
/* Footer */
footer {
    background: #1e800b; 
    color: #fff;
}

.footer-widget {
    color: #fff; 
    margin-top: 35px;
}
.footer-widget h3 {
    margin-top: 0px; 
}
.footer-widget ul li {
    list-style: none;
    line-height: 30px;
}
.footer-widget ul li a {
    color: #000;
}
ul.footer-social {
    list-style: none;
    margin-bottom: 20px;
}
ul.footer-social li {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 25px;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
}
.btm-footer {
    padding: 15px 0;
}

.copyright p {
    margin-bottom: 0;
}

.powered {
    float: right;
}

.scrollup {
    color: #fff;
    padding: 10px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    background-color: #999;
}

.main-menu ul li {
    position: relative;
}

.main-menu ul li .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff; /* Set initial background color to white */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.main-menu ul li .dropdown-menu li {
    width: 200px;
}

.main-menu ul li .dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    color: #000; /* Set text color to black */
    font-weight: bold; /* Make text bold */
    text-decoration: none;
    font-size: 14px;
    background: linear-gradient(to right, #fff 50%, #41A42E 50%); /* White to green gradient */
    background-size: 200% 100%; /* Double the width for animation */
    background-position: 0 0; /* Start with white background */
    transition: background-position 0.4s ease, color 0.2s ease;
}

.main-menu ul li .dropdown-menu li a:hover {
    background-position: -100% 0; /* Animate green color from left to right */
    color: #fff; /* Ensure text color remains black */
}

.main-menu ul li:hover .dropdown-menu {
    display: block;
}

