.pb-lg {
    padding-bottom: 3em !important;
}
@media screen and (max-width: 768px) {
    .pb-lg {
        padding-bottom: 1em !important;
    }
}
.main-service {
    margin-bottom: 2em;
    margin-top: 40px;
    float: left;
    width: 100%;
}
.main-service .block-links {
    position: relative;
    display: block;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #2e2e2e;
    margin-top: 0;
}
.main-service .block-links .icon-circle {
    display: table;
    background: #f3f3f3;
    width: 100px;
    height: 100px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    border: 3px solid #f3f3f3;
    box-shadow: 0px 14px 30px -15px rgb(255, 255, 255);
    -webkit-box-shadow: 0px 14px 30px -15px rgb(255, 255, 255);
    -moz-box-shadow: 0px 14px 30px -15px rgb(255, 255, 255);
}
.main-service .block-links .icon-circle i {
    display: table-cell;
    vertical-align: middle;
    font-size: 50px;
    color: #75d08f;
}
.main-service .block-links h2 {
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 1px;
    color: #89867e;
    font-family: 'Roboto Condensed', sans-serif;
    -moz-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.main-service .block-links p {
    color: #7b7b7b;
    font-size: 14px;
    font-family: 'Arvo',sen-serif;
}
.main-service .block-links .learn-more {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 13px;
    display: inline-block;
    background: #ebebeb;
    padding: 7px 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -moz-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.csstransitions .main-service .block-links:hover {
    margin-top: -30px;
}
.main-service .block-links:hover .icon-circle {
    background: #75d08f;
    border: 3px solid #75d08f;
    box-shadow:0 0 0;
}
.main-service .block-links:hover h2 {
    color: #000;
    letter-spacing: 2px;
}
.main-service .block-links:hover .icon-circle i {   
    color: #fefefe;
    font-size: 50px;
}
.csstransitions .main-service .block-links:hover .icon-circle {
    width: 120px;
    height: 120px;
    font-size: 50px;

}
.main-service .block-links:hover .learn-more {
    background: #29bd91;
    color: #fff;
}
.text-primary {
    color: #809a9d;
}


h1, h2, h3, h4, h5 {
    margin-bottom: .5em;
    line-height: 1.5;
    /*    font-weight: 300;*/
}

p {
    margin-bottom: 30px;
    line-height: 1.7;
}

a {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a:hover, a:focus, a:active {
    color: #87b6c4;
    text-decoration: none;
    outline: none;
}
.section-heading-sv{
    color: #566565;
    letter-spacing: 5px;
    font-size: 30px;
    font-family: 'Abel',sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}
.section-heading-spacer-orange-light {
    margin-top: 40px;
    width: 60px;
    border-top: 3px solid #fd8f44;
}
.work.bg-service{
    background: url('../images/img/bg-w.png') no-repeat top;
    background-size: cover;
    /*background: #fff;*/
}
.bg-service{
    background: url('../images/img/bg-w.png') no-repeat center;
    background-size: cover;
    /*background: #fff;*/
}
.bg-service-1{
    background: url('../images/img/bg-city.png') no-repeat bottom;
    background-size: cover;
    min-height: 45vh;
    /*    background: #fff;*/
}
section {
    padding: 70px 0;
    padding-bottom: 10px;
}


.parallax{
    position: relative;
    overflow: hidden;
}


.image-parallax {
    background: no-repeat center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 140%;
    top:0;
    opacity: 0.7;
    z-index: 0;
}
.service-type{
    margin: 0 auto;
}

#services{
    min-height: 70vh;
}
@media screen and (max-width: 425px){
    #demo-canvas{
        opacity: 0;
    }
}

.custom-control {
            position: relative;
            display: block;
            min-height: 1.5rem;
            padding-left: 1.5rem
        }

        .custom-control-inline {
            display: -ms-inline-flexbox;
            display: inline-flex;
            margin-right: 1rem
        }

        .custom-control-input {
            position: absolute;
            z-index: -1;
            opacity: 0
        }

        .custom-control-input:checked~.custom-control-label::before {
            color: #fff;
            background-color: #007bff
        }

        .custom-control-input:focus~.custom-control-label::before {
            /*box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)*/
        }

        .custom-control-input:active~.custom-control-label::before {
            color: #fff;
            background-color: #b3d7ff
        }

        .custom-control-input:disabled~.custom-control-label {
            color: #6c757d
        }

        .custom-control-input:disabled~.custom-control-label::before {
            background-color: #e9ecef
        }

        .custom-control-label {
            position: relative;
            margin-bottom: 0
        }

        .custom-control-label::before {
            position: absolute;
            top: .25rem;
            left: -0.7rem;
            display: block;
            width: 20px;
            height: 20px;
            /*pointer-events: none;*/
            content: "";
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background-color: #dee2e6;
        }

        .custom-control-label::after {
            position: absolute;
            top: .25rem;
            left: -0.7rem;
            display: block;
            width: -1rem;
            height: 1rem;
            content: "";
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 50% 50%
        }

        .custom-checkbox .custom-control-label::before {
            /*border-radius: .25rem;*/
        }

        .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
            background-color: #f99e60;
            border: 1px solid #e9ecef;
        }

        .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
            width: 20px;
            height: 20px;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
        }

        .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
            background-color: rgba(0,123,255,.5)
        }

        .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
            background-color: rgba(0,123,255,.5)
        }

