/*custom css*/
/*==============*/
:root{
    --primary-color: #2c724f;
}

.main__logo{
    margin-top: 10px;
    max-width: 90px;
}

.main__img{
    background-image : url("../../../assets/site/images/web/22833516_m.jpg");
}

.about__img{
    width: 100%;
}

.text-main{
    color: var(--primary-color);
}

.about__content{
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.about__icon{
    font-size: 40px;
    float: left;
    color: var(--primary-color);
    line-height: 1;
}

.about__info{
    padding-left: 60px;
}

.about__title{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.about__text{
    font-size: 15px;
}

.wrap-image {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 80%;
    margin: 0 auto;
}
.wrap-image::before,
.wrap-image::after {
     content: "";
     width: 100%;
     height: 100%;
     position: absolute;
     z-index: -1;
     border: 2px solid var(--primary-color);
     transition: all .25s ease-out;
}
.wrap-image::before {
     background-color: var(--primary-color);
     top: -10px;
     left: -10px;
 }
.wrap-image::after {
     bottom: -10px;
     right: -10px;
 }
.wrap-image:hover::before {
     top: 10px;
     left: 10px;
 }
.wrap-image:hover::after {
     bottom: 10px;
     right: 10px;
}

.wrap-image:hover{
    background-image: none!important;
    background-color: #5abf8c!important;
}

.wrap-image .read-more{
    opacity: 0;
}

.wrap-image:hover .read-more{
    opacity: 1;
}

.contact__section{
    min-height: 300px;
    background-image: url("../../../assets/site/images/consult.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;

}

.contact__overlay{
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 300px;
}

.contact__title{
    padding-top: 50px;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
    padding-left: 15px;
    padding-right: 15px;
}

.contact__overlay p{
    padding-left: 15px;
    padding-right: 15px;
}

.category-active{
    background-color: var(--primary-color);
}

.category-active .boxed-inner .icon, .category-active .boxed-inner h6{
    color: #fff!important;
}

.banner-overlay{
    position: absolute;
    width: 100%;
    height: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.main-timeline {
    position: relative
}

.main-timeline:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #c6c6c6;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    margin-bottom: 40px;
    position: relative
}

.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both
}

.main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline .icon:before,
.main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .icon:before {
    background: #fff;
    border: 2px solid #232323;
    left: -3px
}

.main-timeline .icon:after {
    border: 2px solid #c6c6c6;
    left: 3px
}

.main-timeline .timeline:hover .icon:before {
    left: 3px
}

.main-timeline .timeline:hover .icon:after {
    left: -3px
}

.main-timeline .date-content {
    width: 50%;
    float: left;
    margin-top: 22px;
    position: relative
}

.main-timeline .date-content:before {
    content: "";
    width: 36.5%;
    height: 2px;
    background: #c6c6c6;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0
}

.main-timeline .date-outer {
    width: 125px;
    height: 125px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
    content: "";
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .date-outer:before {
    background: #fff;
    border: 2px solid #232323;
    left: -6px
}

.main-timeline .date-outer:after {
    border: 2px solid #c6c6c6;
    left: 6px
}

.main-timeline .timeline:hover .date-outer:before {
    left: 6px
}

.main-timeline .timeline:hover .date-outer:after {
    left: -6px
}

.main-timeline .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 27%;
    left: 0
}

.main-timeline .month {
    font-size: 18px;
    font-weight: 700
}

.main-timeline .year {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #232323;
    line-height: 36px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right
}

.main-timeline .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px 0
}

.main-timeline .description {
    margin-bottom: 0
}

.main-timeline .timeline:nth-child(2n) .date-content {
    float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right
}

@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px
    }
    .main-timeline .date-content:before {
        width: 22.5%
    }
    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px
    }
    .main-timeline .title {
        font-size: 17px
    }
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline:before {
        margin: 0;
        left: 7px
    }
    .main-timeline .timeline {
        margin-bottom: 20px
    }
    .main-timeline .timeline:last-child {
        margin-bottom: 0
    }
    .main-timeline .icon {
        margin: auto 0
    }
    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0
    }
    .main-timeline .date-content:before {
        display: none
    }
    .main-timeline .date-outer {
        width: 110px;
        height: 110px
    }
    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
        width: 110px;
        height: 110px
    }
    .main-timeline .date {
        top: 30%
    }
    .main-timeline .year {
        font-size: 24px
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0
    }
    .main-timeline .title {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 568px) {
    .reputation-section-two .form-column h5{
        font-size: 16px;
    }

    .reputation-block .inner-box .text{
        font-size: 14px;
    }

    .contact__title{
        font-size: 22px;
        color: #fff;
        font-weight: 600;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 996px) {
    .service-block{
        margin-bottom: 50px;
    }
}
