.btncli{
    background: linear-gradient(45deg, #1de099, #1dc8cd);
    border: 0;
    border-radius: 20px;
    padding: 8px 30px;
    color: #fff;
}
.btnconnex{
    background: #878989;
    border: 0;
    border-radius: 20px;
    padding: 8px 30px;
    color: #fff;
}
 #hero {
        width: 100%;
        height: 50vh;
        background: linear-gradient(45deg, rgb(52 155 48), rgb(74 166 70 / 47%)), url(../img/hero-bg.jpg) center top no-repeat;
        background-size: cover;
        position: relative;
    }
#hero .hero-text {
    position: absolute;
    left: 0;
    top: 130px;
    right: 0;
    height: calc(50% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
#header.header-transparent {
    background: #c0cbc475;
}
#contact {
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 10%);
    padding: 60px 0;
    overflow: hidden;
}
.color-bg{
    padding: 29px;
    border-radius: 4px;
}
.logo-size{
    width: 19%;
}
#advanced-features i:before {
    background: #3b9437;
    background: linear-gradient(45deg, #3b9437 0%, #3b9437 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#more-features .icon i:before {
    background: #3b9437;
    background: linear-gradient(45deg, #3b9437 0%, #3b9437 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#pricing h4 {
    font-size: 32px;
    color: #3b9437;
    font-weight: 300;
}
#pricing .featured {
    border: 2px solid #76b473;
}
#pricing ul i {
    color: #4e9e4b;
    font-size: 18px;
    padding-right: 4px;
}
button.btnform {
    background: linear-gradient(45deg, #dc3545, #dc3545);
    border: 0;
    border-radius: 20px;
    padding: 8px 30px;
    color: #fff;
}
#contact .social-links a {
    font-size: 18px;
    background: #fff;
    color: #dc3545;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    border: 1px solid #198754;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#contact .social-links a:hover {
    background: #198754;
    color: #fff;
}
#contact .info i {
    font-size: 32px;
    color: #198754;
    float: left;
    line-height: 0;
}
.back-to-top {
    position: fixed;
    background: linear-gradient(45deg, #198754, #198754);
    color: #fff;
    border-radius: 4px 4px 0 0;
    right: 15px;
    bottom: 0;
    transition: none;
    visibility: hidden;
    opacity: 0;
    width: 64px;
    height: 34px;
}
.alg_itm_cetr {
    align-items: center;
}

.section-header .section-title.et_text_align {

    text-align: left;
}

.et_flt_lft {
    float: left;
}