:root {
    --primary: #7cb62f;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: sans-serif;
    background-color: #fff;
}

ul {
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

.carousel .carousel-indicators button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.carousel .carousel-indicators button.active,
.carousel .carousel-indicators button:hover {
    background-color: var(--primary);
}

.navbar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

.navbar.navbar-change-background {
    background-color: #333 !important;
}

.navbar .navbar-brand {
    color: var(--primary);
    font-size: 25px;
    font-weight: bold;
}

.navbar .navbar-toggler {
    border: none;
    font-size: 25px;
    color: #fff;
    padding: 0;
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
}

.navbar .navbar-nav .nav-item .nav-link {
    font-size: 17px;
    color: #fff;
}

.landing {
    background-image: url('../img/bg-landing.jpg');
    background-size: cover;
    min-height: 100vh;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.landing h1 {
    line-height: 1.6;
}

.landing p {
    line-height: 1.6;
    margin: 20px 0 40px;
}

.landing a {
    color: #fff;
    background-color: var(--primary);
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    margin: 0 5px;
}

section {
    padding: 50px 0;
}

section:nth-child(even) {
    background-color: #f7f7f7;
}

section h2 {
    width: fit-content;
    margin: 0 auto 20px;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    padding-bottom: 20px;
    position: relative;
}

section h2::after {
    content: '';
    background-color: var(--primary);
    width: 50%;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
}

section h2+p {
    text-align: center;
    text-transform: capitalize;
    line-height: 1.6;
    color: grey;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .about-us .row {
        flex-direction: column-reverse;
    }
}

.about-us .about h3 span {
    color: var(--primary);
    line-height: 1.6;
}

.about-us .about p {
    line-height: 1.6;
    color: #333;
    margin: 20px 0;
}

.about-us .about a {
    background-color: var(--primary);
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
}

.about-us .about img {
    width: 100%;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .about-us .about img {
        margin-bottom: 30px;
    }
}

.services .service {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    margin: 12.5px 0;
}

.services .service:hover {
    background-color: var(--primary);
}

.services .service i {
    margin: auto;
    background-color: var(--primary);
    width: 70px;
    height: 70px;
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.services .service:hover i {
    background-color: #fff;
    color: var(--primary);
}

.services .service h3 {
    margin: 20px 0 10px;
    font-size: 20px;
}

.services .service p {
    line-height: 1.6;
    font-size: 14px;
}

.services .service:hover h3,
.services .service:hover p {
    color: #fff;
}

.statistics,
.exprtes,
.all-business,
.they-say,
.next-project {
    background-color: #414141 !important;
}

.statistics .statistic {
    color: #fff;
    text-align: center;
    margin: 12.5px 0;
}

.statistics .statistic i {
    margin: auto;
    background-color: var(--primary);
    width: 70px;
    height: 70px;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.statistics .statistic p {
    margin: 10px 0 0;
    font-size: 30px;
    font-weight: bold;
}

.statistics .statistic span {
    font-size: 17px;
}

.portfolios ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

@media (max-width: 525px) {
    .portfolios ul {
        flex-direction: column;
    }
}

.portfolios ul li {
    background-color: #333;
    width: 100px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    margin: 0 5px;
    text-align: center;
    cursor: pointer;
}

.portfolios ul li.active,
.portfolios ul li:hover {
    background-color: var(--primary);
}

@media (max-width: 525px) {
    .portfolios ul li {
        margin: 5px 0;
        width: 100%;
    }
}

.portfolios .portfolio {
    margin: 12.5px 0;
}

.portfolios .portfolio img {
    width: 100%;
    border: 1px solid #ccc;
}

.portfolios a {
    display: block;
    background-color: #333;
    width: fit-content;
    border-radius: 5px;
    padding: 10px 25px;
    margin: 50px auto 0;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.portfolios a:hover {
    background-color: var(--primary);
}

.exprtes h2 {
    color: #fff;
}

.priceing .price {
    margin: 12.5px 0;
}

.priceing .price .price-head {
    color: #fff;
    padding: 5px;
}

.priceing .price .price-head,
.priceing .price .price-footer {
    background-color: #333;
    text-align: center;
}

.priceing .price:hover .price-head,
.priceing .price:hover .price-footer {
    background-color: var(--primary);
}

.priceing .price .price-head p {
    font-size: 40px;
    font-weight: bold;
    margin: 0;
}

.priceing .price .price-head span {
    font-size: 14px;
}

.priceing .price .price-body h3 {
    text-align: center;
    padding: 10px;
    margin: 0;
    background-color: #eee;
}

.priceing .price .price-body ul {
    background-color: #fff;
    padding: 5px 10px;
}

.priceing .price .price-body ul li {
    margin: 10px 0;
    font-size: 17px;
}

.priceing .price .price-footer {
    padding: 10px;
}

.priceing .price .price-footer a {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.teams .team {
    margin: 0 5px;
}

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

.teams .team-info {
    padding: 10px;
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.teams .team-info h3 {
    margin: 0 0 5px;
    color: #333;
    font-size: 20px;
}

.teams .team-info p {
    margin: 0;
    color: grey;
    font-size: 14px;
}

.teams .team .team-social-media {
    padding: 10px 5px;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.teams .team .team-social-media a {
    color: #fff;
}

.all-business {
    text-align: center;
    color: #fff;
}

.all-business h3 {
    font-size: 40px;
}

.all-business p {
    font-size: 17px;
    margin: 10px 0 30px;
}

.all-business h3,
.all-business p {
    line-height: 1.6;
}

.all-business a {
    background-color: var(--primary);
    padding: 10px 20px;
    color: #fff;
}

.choose-us {
    background-color: #f7f7f7;
}

.choose-us .choose {
    border: 1px solid #ccc;
}

.choose-us .choose ul {
    background-color: #333;
    color: #fff;
    display: flex;
    margin: 0;
}

.choose-us .choose ul li {
    padding: 10px;
    font-size: 17px;
    cursor: pointer;
}

.choose-us .choose ul li.active,
.choose-us .choose ul li:hover {
    background-color: var(--primary);
}

.choose-us .choose article {
    background-color: #fff;
    padding: 10px;
}

.choose-us .choose article:not(.active) {
    display: none;
}

.choose-us .choose article img {
    width: 150px;
    height: 150px;
    border-radius: 5px;
    float: left;
    margin-right: 20px;
}

.choose-us .choose article p {
    margin: 0;
    display: inline;
    line-height: 1.6;
}

.choose-us .choose-us-youtube {
    background-color: #808080;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: 20px;
    cursor: pointer;
}

.choose-us .choose-us-youtube i {
    width: 100px;
    height: 50px;
    color: #fff;
    font-size: 30px;
    background-color: #f00;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.choose-us .choose-us-youtube h3 {
    margin: 10px 0 10px;
}

.they-say h2,
.they-say h2+p {
    color: #fff;
}

.they-say .say {
    color: #fff;
    text-align: center;
}

.they-say .say img {
    width: 100%;
}

.they-say .say h3 {
    font-size: 20px;
    margin: 20px 0 5px;
}

.they-say .say .rating {
    margin: 10px 0;
}

.they-say .say .rating i {
    font-size: 14px;
    color: yellow;
}

.they-say .say p {
    line-height: 1.6;
    font-size: 14px;
}

.our-blog .blog {
    margin: 12.5px 0;
}

.our-blog .blog img {
    width: 100%;
}

.our-blog .blog h3 {
    margin: 10px 0;
    font-size: 20px;
}

.our-blog .blog div {
    margin-bottom: 10px;
}

.our-blog .blog span {
    font-size: 14px;
}

.our-blog .blog span i {
    color: var(--primary);
}

.our-blog .blog p {
    font-size: 14px;
    line-height: 1.6;
}

.our-blog .blog a {
    background-color: var(--primary);
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
}

.next-project {
    padding: 50px 0 0;
}

.next-project .next {
    text-align: center;
    color: #fff;
    margin-bottom: 100px;
}

.next-project .next i {
    font-size: 30px;
    color: var(--primary);
}

.next-project .next p {
    margin: 10px 0;
    line-height: 1.6;
    font-size: 17px;
}

.next-project .next span {
    font-size: 14px;
}

.next-project h3 {
    background-color: var(--primary);
    padding: 20px;
    margin: 50px 0 0;
}

.next-project h3 .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .next-project h3 .container {
        flex-direction: column;
    }
}

.next-project h3 span {
    color: #333;
}

@media (max-width: 767px) {
    .next-project h3 span {
        margin-bottom: 20px;
        line-height: 1.6;
    }
}

.next-project h3 a {
    font-size: 17px;
    background-color: #333;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
}

.contact-us {
    background-color: #f7f7f7;
}

.contact-us .contact h3 {
    font-size: 25px;
}

.contact-us .contact p {
    line-height: 1.6;
    color: grey;
    font-size: 14px;
}

.contact-us .contact address {
    margin-bottom: 10px;
}

.contact-us .contact address i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.contact-us .contact address span {
    font-size: 14px;
    color: #333;
}

@media (max-width: 991px) {
    .contact-us form {
        margin-top: 20px;
    }
}

.contact-us form .form-control {
    background-color: #fff;
    padding: 10px;
    font-size: 17px;
    margin-bottom: 15px;
}

.contact-us form textarea {
    resize: none;
}

.contact-us form button {
    background-color: var(--primary);
    padding: 10px 20px;
    color: #fff;
    display: block;
    margin: auto;
}

.footer {
    background-color: #414141;
    padding: 50px 0 0;
}

.footer .foot h3 {
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 2px solid grey;
}

.footer .foot p {
    color: grey;
    font-size: 17px;
    line-height: 1.6;
}

.footer .foot .social-media {
    margin-bottom: 20px;
}

.footer .foot .social-media a {
    background-color: #f00;
    width: 35px;
    height: 35px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 5px;
}

.footer .foot ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid grey;
}

.footer .foot ul li a {
    color: #fff;
}

.footer .foot ul li a span {
    font-size: 17px;
}

.footer .foot ul li a i {
    font-size: 10px;
}

.footer .foot .popular-search {
    margin-bottom: 20px;
}

.footer .foot .popular-search a {
    background-color: grey;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 4px;
}

.footer .foot .gallary {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 5px;
}

.footer .foot .gallary img {
    width: 100%;
    border: 1px solid grey;
    padding: 2px;
}

.footer .copyright {
    background-color: #333;
    padding: 20px 0;
    margin-top: 50px;
}

.footer .copyright p {
    text-align: center;
    font-size: 17px;
    color: #fff;
    margin: 0;
}

.footer .copyright p i {
    color: #f00;
}

.footer .copyright p a {
    color: grey;
}

.scroll-to-top {
    background-color: var(--primary);
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    cursor: pointer;
    border-radius: 50%;
    display: none;
}

.scroll-to-top i {
    display: block;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}