﻿/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

body {
    font-family: 'Raleway', sans-serif !important;
    /*font-family: 'Roboto', sans-serif !important;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif !important;
    color: #403e3d;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}


.society-about p {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
}






.features-app {
    padding: 60px 0;
    /*background: #0002;*/
}

    .features-app h1 {
        text-align: center;
        padding-bottom: 60px;
    }

.app-box {
    border-radius: 10px;
    padding: 30px;
    transition: .6s ease-in-out;
    margin-bottom: 15px;
}

    .app-box:first-child {
        margin-bottom: 0;
    }

    .app-box:hover {
        box-shadow: 0 0 30px rgb(128, 128, 128);
       /*background: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);*/
    }

    /*.app-box:hover h3 {color: #fff;}
    .app-box:hover p {color: #fff;}*/

    .app-box img {
        width: 60px;
    }

    .app-box h3 {
        text-align: center;
        margin: 5px 0;
    }

    .app-box p {
        color: #000;
        font-weight: bold;
        text-align: center;
    }


.benifit-app {
    margin: 60px 0;
    
}

    .benifit-app h1 {
        margin-bottom: 30px;
        text-align: center;
    }



.features-app {
    padding: 30px 0;
    background: #fff;
}

    .features-app h2 {
        color: #000000;
        font-size: 30px;
        font-weight: 600;
    }

    .features-app .visiter-management {
        padding: 60px 0;
    }

        .features-app .visiter-management:nth-child(even) {
            background: #f5f5f5;
        }

        .features-app .visiter-management:nth-child(odd) {
            background: #ffffff;
        }

        .features-app .visiter-management h3 {
        }

        .features-app .visiter-management ul {
            list-style: none;
            padding: 0;
            margin: 0;
            font-size: 16px;
            font-weight: 400;
        }

            .features-app .visiter-management ul > li {
                margin-bottom: 10px;
            }

                .features-app .visiter-management ul > li > i {
                    margin-right: 5px;
                }



/*Agribolo*/
.about-agribolo {
    padding: 0 0 50px;
}

    .about-agribolo h1 {
        font-size: 36px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0;
        margin-bottom: 20px;
    }

    .about-agribolo p, .about-po p {
        font-size: 17px;
        letter-spacing: 1px;
        font-weight: 500;
        text-align: justify;
    }

.features-agribolo {
    padding: 60px 0 20px;
    background: #ffffff;
}

    .features-agribolo h2, .benefits-agribolo h2, .work-agribolo h2 {
        font-size: 36px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        padding: 0 0 50px;
    }

    .features-agribolo .panel {
        text-align: center;
        border: 1px solid #dddddd;
        transition: all 0.3s ease-in;
    }

        .features-agribolo .panel:hover {
            background: -webkit-linear-gradient(135deg, #84c225, #0088cc);
            box-shadow: 0 20px 20px rgba(0,0,0,0.22);
        }

        .features-agribolo .panel .panel-body .icon {
            margin-bottom: 10px;
            background: -webkit-linear-gradient(135deg, #84c225, #0088cc);
            width: 80px;
            height: 80px;
            border-radius: 50%;
            text-align: center;
            margin: 0 auto 10px;
        }

            .features-agribolo .panel .panel-body .icon img {
                width: 100%;
                opacity: 0;
            }

        .features-agribolo .panel .panel-body h3 {
        }

        .features-agribolo .panel .panel-body p {
            font-size: 16px;
            font-weight: 500;
        }

        .features-agribolo .panel:hover .panel-body .icon {
            background: #ffffff;
        }

        .features-agribolo .panel:hover .panel-body h3 {
            color: #ffffff;
        }

        .features-agribolo .panel:hover .panel-body p {
            color: #ffffff;
        }

.benefits-agribolo {
    background: #fcfbf7;
    padding: 60px 0;
}

    .benefits-agribolo h2 {
    }

.benefits ul {
    padding: 0;
}

.benifit-app .row {
    margin: 0 !important;
    padding: 60px 0;
}
    .benefits ul > li {
        line-height: 25px;
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 10px;
    }

.work-agribolo {
    background: #ffffff;
    padding: 60px 0;
}

    .work-agribolo h2 {
    }

/*PROCURMENT AUTOMATION SYSTEM*/
.about-po {
    padding: 0 0 60px;
}

    .about-po h1 {
        font-size: 36px;
        font-weight: 600;
        /*text-transform: uppercase;*/
        padding: 0;
        margin-bottom: 20px;
    }

.features-po {
    background: #ffffff;
    padding: 60px 0 30px;
}

.sub-title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    padding: 0 0 80px;
}

.features-po .panel {
    text-align: center;
    box-shadow: none;
    transition: all 0.7s ease 0s;
}

    .features-po .panel:hover {
        box-shadow: 0px 5px 15px 0px #e0e0e0;
        background: #0088cc;
    }

    .features-po .panel .panel-body {
        margin: 0;
        padding: 15px;
    }

        .features-po .panel .panel-body .icon {
            color: #0088cc;
            margin: 10px 0;
        }

        .features-po .panel .panel-body h3 {
        }

        .features-po .panel .panel-body p {
            font-weight: 500;
            font-size: 16px;
        }

    .features-po .panel:hover .panel-body .icon, .features-po .panel:hover .panel-body h3, .features-po .panel:hover .panel-body p {
        color: #ffffff;
    }

.benefits-po {
    background: #f5f5f5;
    padding: 60px 0;
}
    .benefits-po p{
        font-weight: 500;
        font-size: 16px;
    }
    .work-section {
        background: #ffffff;
        padding: 60px 0;
    }

    .work-section .timline-wrap {
        position: relative;
    }

        .work-section .timline-wrap .process-line {
            position: absolute;
            left: 50%;
            top: 0;
            background: #e7e7e7;
            height: 100%;
            width: 2px;
            content: '';
        }

    .work-section .timeline-element {
        padding-bottom: 100px;
    }

        .work-section .timeline-element .panel {
            background: #e7e7e7;
            margin-bottom: 0;
        }

            .work-section .timeline-element .panel .panel-body {
                padding: 15px;
                margin: 0;
            }

.reverse {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    display: flex;
}

.work-section .timeline-element .panel .panel-body p {
    font-size: 16px;
    font-weight: 500;
}

.m-l-40 {
    margin-left: 40px;
}

.m-r-40 {
    margin-right: 40px;
}

.work-section .iconBackground {
    background: #e7e7e7;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: -35px;
}

    .work-section .iconBackground i {
        font-size: 35px;
        position: relative;
        line-height: 70px;
        color: #0088cc;
    }

.work-section .icon1 {
    right: auto;
    left: -35px;
}

.work-section .timline-wrap .timeline-element:nth-child(6) {
    padding-bottom: 0;
}
[class^="col-md-"]{
    padding-bottom: 0;
}

.bs-01 {background: #fff; padding: 30px 0;}