﻿.navbar-nav > li {
    float: left;
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}


@media (min-width: 992px) {
    .col-md-offset-3 {
        margin-left: 25%;
    }
}

/***********************/
.counter-text {
    margin-bottom: 1px
}

    .counter-text .counter-icon {
        color: #fff;
    }

.goalsIcon {
    margin-right: 8px;
}

.logo {
    position: relative;
    width: 186px;
    top: -12px;
}

.navbar-default {
    min-height: 84px;
}

.header-top {
    background-image: url(../assets/images/banner5.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.headerTopContainer {
    padding: 7px 0 0 0;
    background: rgba(51, 51, 51, 0.5);
}

    .headerTopContainer P, .headerTopContainer a {
        color: #FFF
    }

    .headerTopContainer a {
        padding-left: 15px
    }

.headerTopContent {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    margin: 0 47px 10px;
    float: right;
}
/*** 
=============================================
    Choose Area style
=============================================
***/
.choose-area {
    position: relative;
    background: #f6f6f6;
}

    .choose-area:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: 215px;
        background: url(../images/pattern/1.jpg);
        content: "";
    }

.single-choose-item {
    background: #fff;
    display: block;
    position: relative;
    padding: 40px 20px 30px;
    margin-bottom: 40px;
    border: 1px solid #f0f0f0;
}

    .single-choose-item .top {
        /*position: relative;
        padding-left: 60px;*/
        min-height: 60px;
    }

        /*.single-choose-item .top .icon-holder {
            position: absolute;
            left: 0;
            top: 0;
        }*/

        .single-choose-item .top .icon-holder {
            background: #f6f6f6;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: block;
            text-align: center;
            overflow: hidden;
            padding: 15px 0;
            z-index: 1;
        }

    /*.single-choose-item .top .icon-holder:after {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                content: "";
                background: #068c07;
                border-radius: 50%;
                z-index: -1;
                transform: scale(0);
                transition: all 500ms ease;
            }*/

    .single-choose-item:hover .top .icon-holder:after {
        transform: scale(1);
    }

    .single-choose-item .top .icon-holder span:before {
        color: #9e9e9e;
        font-size: 30px;
        line-height: 30px;
        transition: all 500ms ease;
    }

    .single-choose-item:hover .top .icon-holder span:before {
        color: #ffffff;
    }

    .single-choose-item .top .title-holder {
        /*padding-left: 60px;*/
        position: relative;
    }

        .single-choose-item .top .title-holder:before {
            position: absolute;
            top: 0;
            right: -7px;
            width: 40px;
            height: 1px;
            content: "";
            background: #f2f2f2;
            margin: 15px 0;
        }

        .single-choose-item .top .title-holder h3 {
            color: #068c07;
            margin: 15px 0;
        }

    .single-choose-item .text-holder {
        overflow: hidden;
        margin-top: 24px;
        margin-bottom: 10px;
    }





/*********************************/
.service-details {
    background: #fff;
    display: block;
    position: relative;
    padding: 40px 20px 30px;
    margin-bottom: 40px;
    border: 1px solid #f0f0f0;
}

    .service-details .detailsContainer {
        height: 223px;
    }

    .service-details .top {
        /*position: relative;
        padding-left: 60px;*/
        min-height: 60px;
    }

        .service-details .top .title-holder {
            /*padding-left: 60px;*/
            position: relative;
        }

    .service-details .text-holder {
        overflow: hidden;
        margin-top: 24px;
        margin-bottom: 10px;
    }

    .service-details .top .icon-holder {
        background: #f6f6f6;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: block;
        text-align: center;
        overflow: hidden;
        padding: 15px 0;
        z-index: 1;
    }

        .service-details .top .icon-holder:hover, .service-details .top .title-holder h2:hover, .service-details .read-more a:hover {
            cursor: pointer;
            zoom: 1;
            filter: alpha(opacity=45);
            opacity: 0.45;
            -webkit-transition: opacity .5s ease-in-out;
            -moz-transition: opacity .5s ease-in-out;
            -ms-transition: opacity .5s ease-in-out;
            -o-transition: opacity .5s ease-in-out;
            transition: opacity .5s ease-in-out;
        }

        .service-details .top .icon-holder i {
            color: #068c07;
            font-size: 31px
        }




    .service-details .read-more a {
        color: #068c07;
    }

    .service-details .read-more a {
        float: right
    }

    .service-details .read-more a {
        color: #068c07;
    }

        .service-details .read-more a:after {
            width: 100%;
        }

.readmoreDiv {
    text-align: right;
    font-size:13px;
}

    .readmoreDiv a {
        text-transform: uppercase;
        color: #0dad0d;
        letter-spacing: 1px;
        font-weight: 700;
    }

.news-text h3 {
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 29px;
    font-size: 20px;
}
/* Overlay styles */
.overlay-style-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in 0.4s;
    background-color: rgba(0, 0, 0,0.8);
    opacity: 0;
    overflow: hidden;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -ms-transition: all 0.3s ease-in 0.4s;
    transition: all 0.3s ease-in 0.4s;
}

    .overlay-style-one .box {
        display: table;
        height: 100%;
        width: 100%;
    }

        .overlay-style-one .box .content {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

            .overlay-style-one .box .content a {
            }
/*** 
=============================================
    Project Area style
=============================================
***/
.projects {
    margin-right: 10px;
    margin-left: 10px;
}

.latest-project-area {
    padding-top: 52px;
    padding-bottom: 70px;
}


    .latest-project-area .sec-title {
        width: 50%;
    }

    .latest-project-area .button {
        width: 50%;
        text-align: right;
    }

        .latest-project-area .button a {
            border: 2px solid #f2f2f2;
            display: inline-block;
            color: #222222;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            padding: 10px 30px 10px;
            font-family: 'Poppins', sans-serif;
            transition: all 500ms ease;
            margin: 8px 0 0;
        }

            .latest-project-area .button a:hover {
                background: #068c07;
                border-color: #068c07;
                color: #ffffff;
            }

    .latest-project-area .inner-content {
        margin-right: 0;
        margin-left: 0;
    }

        .latest-project-area .inner-content .left-content {
            padding: 0;
        }

    .latest-project-area .single-project-item {
        width: 50%;
        float: left;
        margin-bottom: 0;
        padding: 5px;
    }

.single-project-item {
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
}

    .single-project-item .img-holder {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .single-project-item .img-holder img {
            transition: all 0.4s ease-in-out 0.5s;
            width: 100%;
            transform: scale(1.1, 1.1);
        }

    .single-project-item:hover .img-holder img {
        -ms-transition-delay: 0s;
        transition-delay: 0s;
        transform: scale(1.2, 1.2);
    }

    .single-project-item:hover .overlay-style-one {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        transition-delay: 0s;
    }

    .single-project-item .img-holder .overlay-style-one .box .content ul li {
        display: inline-block;
        margin: 0 3px;
    }

        .single-project-item .img-holder .overlay-style-one .box .content ul li a.link {
            /*position: absolute;
            bottom: 20px;
            left: 20px;*/
        }

            .single-project-item .img-holder .overlay-style-one .box .content ul li a.link i {
                background: transparent;
                border: 1px solid #e7e7e7;
                color: #fff;
            }

            .single-project-item .img-holder .overlay-style-one .box .content ul li a.link:hover i {
                background: #068c07;
                border-color: #068c07;
            }

    .single-project-item .img-holder .overlay-style-one .box .content a i {
        font-size: 22px;
        width: 50px;
        height: 50px;
        background: transparent;
        border-radius: 50%;
        color: #ffffff;
        border: none;
        line-height: 48px;
        opacity: 0;
        margin: 0;
        transition: all 0.3s ease-in-out 0.1s;
    }

    .single-project-item .img-holder .overlay-style-one .box .content a.zoom i {
        transform: translateY(100px);
    }

    .single-project-item .img-holder .overlay-style-one .box .content a.link i {
        transform: translateY(-100px);
    }

    .single-project-item:hover .img-holder .overlay-style-one .box .content a i {
        opacity: 1;
        transform: scale(1);
        transition-delay: 0.1s;
    }

    .single-project-item .img-holder .overlay-style-one .box .content a:hover i {
        color: #068c07;
    }


.latest-project-area .inner-content .right-content {
    padding: 0 20px;
}

.latest-project-area .right-content .text-holder {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 490px;
}

    .latest-project-area .right-content .text-holder .content {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .latest-project-area .right-content .text-holder .content h3 {
            font-size: 24px;
            color: #222222;
            margin: 0 0 3px;
        }

        .latest-project-area .right-content .text-holder .content span {
            color: #068c07;
            font-weight: 500;
        }

        .latest-project-area .right-content .text-holder .content p {
            margin: 15px 0 31px;
        }

        .latest-project-area .right-content .text-holder .content a {
            border: 2px solid #e9e9e9;
            width: 160px;
            height: 50px;
            color: #068c07;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            font-family: 'Poppins', sans-serif;
            display: block;
            text-align: center;
            line-height: 46px;
            transition: all 500ms ease;
            margin: 0 auto;
        }

            .latest-project-area .right-content .text-holder .content a:hover {
                background: #068c07;
                border-color: #068c07;
                color: #fff;
            }

/*** 
=============================================
    Services Area style
=============================================
***/
.services-area {
    background: #ffffff;
    position: relative;
}

.single-service-item {
    position: relative;
    margin-bottom: 40px;
}

    .single-service-item .img-holder {
        position: relative;
        overflow: hidden;
        display: block;
    }

        .single-service-item .img-holder img {
            width: 100%;
        }

    .single-service-item .inner-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
        transform: translate3d(0px, 0%, 0px);
        transition: all 700ms ease;
        transition-delay: 0.2s;
    }

    .single-service-item:hover .inner-content {
        transform: translate3d(0px, 99%, 0px);
        transition-delay: 0.3s;
    }

    .single-service-item .inner-content h3 {
        margin: 9px 0 8px;
    }

        .single-service-item .inner-content h3 .title {
            color: #ffffff;
            transition: all 500ms ease;
        }

            .single-service-item .inner-content h3 .title:hover {
                color: #d3d3d3;
            }

    .single-service-item .inner-content .text {
        background: #fff;
        border-bottom: 1px solid #f6f6f6;
        padding: 20px 0 17px;
    }

        .single-service-item .inner-content .text p {
            margin: 0;
            line-height: 24px;
        }


    .single-service-item .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0%;
        left: 0;
        background: #068c07;
        opacity: 1;
        padding: 0 10px;
        transform: translate3d(0px, -100%, 0px);
        transition: all 700ms ease;
        transition-delay: 0.3s;
    }

    .single-service-item:hover .overlay {
        transform: translate3d(0px, 0%, 0px);
        transition-delay: 0.1s;
    }

    .single-service-item .overlay .box {
        display: table;
        height: 100%;
        width: 100%;
    }

        .single-service-item .overlay .box .content {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

    .single-service-item .overlay .overlay-content .icon-holder {
        margin-bottom: 30px;
    }

        .single-service-item .overlay .overlay-content .icon-holder span:before {
            color: #fff;
            font-size: 40px;
            line-height: 40px;
        }

    .single-service-item .overlay .overlay-content h3 .title {
        color: #fff;
        transition: all 500ms ease;
    }

        .single-service-item .overlay .overlay-content h3 .title:hover {
            color: #dddddd;
        }

    .single-service-item .overlay .overlay-content .text {
        margin-top: 17px;
        margin-bottom: 13px;
    }

        .single-service-item .overlay .overlay-content .text p {
            margin: 0;
            color: #fff;
        }

    .single-service-item .overlay .overlay-content .read-more {
        overflow: hidden;
    }

        .single-service-item .overlay .overlay-content .read-more a {
            color: #ffffff;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            transition: all 500ms ease;
        }

            .single-service-item .overlay .overlay-content .read-more a:hover {
                color: #585ea8;
            }

.services-area .owl-controls {
    position: absolute;
    right: 0;
    top: -85px;
}

.services-area .owl-theme .owl-nav {
    margin: 0;
}

    .services-area .owl-theme .owl-nav [class*="owl-"] {
        background: transparent;
        border-radius: 50%;
        color: #848484;
        font-size: 24px;
        font-weight: 700;
        height: 45px;
        line-height: 44px;
        margin: 0 0 0 0px;
        padding: 0;
        width: 45px;
        border: 2px solid #f2f2f2;
        transition: all 700ms ease 0s;
    }

    .services-area .owl-theme .owl-nav .owl-next {
        margin-left: 10px;
    }

    .services-area .owl-theme .owl-nav [class*="owl-"]:hover {
        border-color: #484d9a;
        color: #484d9a;
    }

/***************************************/
.service-details .top {
    position: relative;
}

    .service-details .top .icon-holder {
        position: absolute;
        top: 65%;
        right: 0px;
        margin: -15% 0 0 -25%;
    }

    .service-details .top .title-holder {
        position: absolute;
        top: 11%;
        margin-right: 69px;
    }
/*******************************/

.file {
    visibility: hidden;
    position: absolute;
}

.WhiteLink {
    color: #fff
}

.GrayBK {
    background-color: #eee;
    border-color: #eee;
}


.about-banner-bg {
    background: rgba(51, 51, 51, 0.75);
    padding: 78px 0 50px 0;
}

/************ Menu**********************/

.navbar-default .navbar-nav > li > a {
    padding: 10px 8px;
}

    .navbar-default .navbar-nav > li > a:hover {
        background: #444;
        color: #ffffff;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #ffffff;
    background: #444;
}

.navbar-default .navbar-nav > li:before {
    height: 0;
    background: none;
    -webkit-transform: none;
    transform: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}

.dropdown-menu {
    min-width: 205px;
}

    .dropdown-menu > li > a {
        padding: 5px 5px;
        white-space: normal;
    }

/*************************************/
.NoMarginRow {
    margin-right: auto;
    margin-left: auto;
}

.AddActivity-form .input-group-btn {
    background: #068c07;
    padding: 0px 1px;
}

.AddActivity-form .date .dropdown-menu {
}

    .AddActivity-form .date .dropdown-menu button.btn {
        background: #fff;
        color: #777;
        padding: 6px 8px;
    }

#DynmaicSectionContainer .list li{
    list-style-type:disc
}


.Projects-details h5 {
    text-transform: uppercase;
    font-size: 12px;
    background: #ddd;
    padding: 12px;
    margin-bottom: 12px;
}
.Projects-details span {
    color: #068c07;
    padding-right: 5px;
}

/*************************/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #068c07;
    border-color: #068c07;
}
