.logo img {
    height: 50px;
}
.login-btn {
    background-color: #d9d9d9;
    padding: 5px 8px;
    color: #093f4e;
}
.login-btn:hover {
    background-color: #a4a0a0;
    color: #fff !important;
}
.login-btn span img,
.signup-btn span img {
    height: 20px;
}
.signup-btn {
    background-color: #093f4e;
    padding: 5px 8px;
}
.signup-btn:hover {
    background-color: #000 !important;
}
.main-navbar li a:hover,
.sticky-navbar li a:hover {
    color: #30b6c4 !important;
}

.flag-image img {
    width: 30px;
    height: 30px;
}
.activeB {
    border-bottom: 1px solid #30b6c4;
    color: #30b6c4 !important;
    border-radius: 0 !important;
}
.banner-image {
    background: url(../images/banner-image.png) no-repeat left;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 500px;
}
.bg-about-us {
    background: url(../images/about-us-bg.svg) no-repeat left;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 230px;
}
.trades-bg-image {
    background: url(../images/trades-bg-image.svg) no-repeat left;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.bg-bussiness {
    background: url(../images/bg-bussiness-image.svg) no-repeat left;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.price-bg {
    background: url(../images/pricing_bg.svg) no-repeat left;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.account-section img {
    height: 16px;
}
.text-overflow {
    overflow: hidden;
    height: 20px;
}
.account-btn {
    background-color: #30b6c4;
    padding: 8px 20px;
}
.account-btn:hover,
.see-more-btn:hover,
.my-project-btn a:hover {
    background-color: #000;
}
#all-about-content {
    height: 185px;
    overflow: hidden;
    transition: height 0.5s ease;
}

#show-less {
    display: none;
    /* Hide 'show-more' initially */
}
.send-btn:hover {
    background-color: #000 !important;
    color: #fff !important;
}
.about-text {
    width: 95%;
}
.work-text {
    color: #e5e5e5;
}
.contracter-box a {
    width: 185px;
    height: 110px;
}
.contracter-box img {
    height: 40px;
}
.contracter-box a:hover {
    background-color: #093f4e !important;
    color: #fff !important;
}
.my-project-btn {
    margin-top: 20px;
}
.carpentry-box {
    margin-left: 15%;
}
.bussiness-under-image img {
    height: 400px;
}
.bussiness-content {
    background-color: #30b6c4;
    width: 92%;
}
.main-price-box:hover,
.price-box:hover {
    border: 0.5px solid #30b6c4 !important;
}
.main-price-box,
.price-box {
    cursor: pointer;
}
.popular-btn {
    background-color: #30b6c4;
    padding: 1px 10px;
}
.creat-project:before {
    content: "";
    display: block;
    width: 25px;
    background-color: #093f4e;
    height: 2px;
    position: absolute;
    top: 85px;
    left: 0;
}
.activeA {
    color: #30b6c4;
}
.price-left-image {
    top: -138px;
    left: 0;
}
.price-right-image {
    top: 0;
}
.creat-project-icon {
    height: 35px;
}
.footer-bg {
    background: url(../images/contact_bg.png) no-repeat left;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 500px;
}
.plane-description {
    min-height: 310px;
}
.carousel-indicators [data-bs-target] {
    background-color: #2fb5c3 !important;
}
.carousel-indicators {
    bottom: -6px !important;
    margin-bottom: 0 !important;
}
.bg-percent {
    background-color: #f6f6f6;
}
.tester-image img {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
}
.slide-text {
    position: relative;
    top: -27px;
    z-index: 1;
    left: 13px;
}
.social-icon li a {
    color: #4f4f4f;
}
.social-icon li a:hover {
    color: #30b6c4;
}
.slash-icon {
    height: 35px;
}
.input-contact input,
.message-textarea textarea,
.send-btn {
    border-radius: 0;
    resize: none;
}
.form-control:focus,
.btn:focus {
    box-shadow: none !important;
}

.hidden {
    display: none;
}

@media (max-width: 6000px) {
    .section-top {
        top: 55px;
        left: 74%;
        width: 20%;
    }
}

@media (max-width: 4000px) {
    .section-top {
        top: 55px;
        left: 65%;
        width: 28%;
    }
}

@media (max-width: 3000px) {
    .section-top {
        top: 55px;
        left: 48%;
        width: 45%;
    }
}

@media (max-width: 2000px) {
    .section-top {
        top: 55px;
        left: 31%;
        width: 55%;
    }
}

@media (max-width: 1800px) {
    .section-top {
        top: 55px;
        left: 23%;
        width: 65%;
    }
}

@media (max-width: 1600px) {
    .section-top {
        top: 55px;
        left: 18%;
        width: 70%;
    }
}

@media (max-width: 1500px) {
    .section-top {
        top: 55px;
        left: 11%;
        width: 75%;
    }
}

@media (max-width: 1300px) {
    .section-top {
        top: 55px;
        left: 11%;
        width: 75%;
    }
}
