﻿.centered {
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none !important;
}

.mart0 {
    margin-top: 0;
}

.full {
    width: 100%;
}

.tac {
    text-align: center;
}

.dn {
    display: none;
}

.service-block-content {
    width: 100%;
}

.newsletter-form input {
    border-radius: 3px;
}

.newsletter-form textarea {
    width: 100%;
    border: 1px solid #ccc;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
    border-radius: 3px;
}

.newsletter-form button {
    color: #fff;
    background-color: #05803c;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 10px 20px 10px 20px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border-radius: 3px;
}

    .newsletter-form button:hover {
        background-color: #3b526b;
    }

.top-appoinment {
    background: #05803c;
}

    .top-appoinment:visited {
        color: white;
    }

.content-item-AboutUsItem p {
    font-size: 16px;
    font-weight: 500;
    color: #3b526b;
    line-height: 160%;
    margin-bottom: 0px;
}

.section-heading {
    margin-bottom: 40px;
}

.footer-column-heading-li-menu {
    margin-top: 0 !important;
}

.section-block {
    padding: 70px 0 70px 0;
}

.article-text p {
    text-align: left !important;
}

.article-icon i {
    color: #18ba60;
}

.article-icon {
    margin-top: 15px;
}

.article-text {
    min-height: 270px;
}

.service-block p {
    height: 147px;
    margin-right: 10px;
}


.newsletter-form button {
    background-color: #05803c;
}

.black-color h1, .black-color h2, .black-color h3, .black-color h4, .black-color h5, .black-color h6, .black-color p, .black-color i, .black-color span {
    color: #3b3b3b !important;
}

.pogoSlider-dir-btn {
    border-color: rgba(0,0,0,.1);
}

    .pogoSlider-dir-btn:hover {
        border-color: rgba(0,0,0,.2);
    }

.service-article {
    min-height: 195px;
}

.top-bar-info li a {
    color: white;
    font-weight: bold;
}


.final-text {
    text-align: center;
    font-size: 16px;
    color: #3b526b;
}

.service-block p {
    line-height: 1.5;
}

.footer, #top-bar {
    background-color: #7fac45;
    background: #7fac45;
}

.top-bar-info li i {
    color: white;
}

.top-bar-info li a:hover {
    color: #3b526b;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    font-family: 'fontAwesome';
}

    .owl-carousel .owl-nav .owl-prev:before {
        content: "\f053";
        margin-right: 7px;
        margin-left: 7px;
    }

    .owl-carousel .owl-nav .owl-next:after {
        content: "\f054";
        margin-left: 7px;
        margin-right: 7px;
    }

.transparent-black {
    height: 100%;
    background-color: rgba(0,0,0,.3);
}

.section-heading h2 {
    font-weight: bold;
}

.section-heading p {
    font-size: 20px;
}

.selected {
    color: #2d4358 !important;
}

.footer ul li a:hover {
    cursor: pointer;
    color: #3b526b;
    font-weight: bold;
}

.service-block img {
    height: 233px;
}

.mostly-customized-scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #f5f5f5; /* or add it to the track */
}
/* Add a thumb */
.mostly-customized-scrollbar::-webkit-scrollbar-thumb {
    background: #18ba60;
}

.mostly-customized-scrollbar {
    display: block;
    overflow: auto;
}

.owl-thumb-item img {
    width: 140px;
    max-height: 70px;
}

.owl-thumbs {
    text-align: center;
    margin: 30px;
}

    .owl-thumbs .active img {
        border: 2px solid #18ba60;
    }

.owl-carousel .owl-item .play {
    width: 110px;
    cursor: pointer;
}

    .owl-carousel .owl-item .play:hover {
        width: 120px;
        cursor: pointer;
    }



.content-FirmCollector .section-block, .section-block-grey {
    padding: 70px 0px 70px 0px;
}

.content-PageContentsCollector {
    margin: 30px 0px;
}

.newsletter-form {
    width: 100%;
}

.white-color .i-contact, .white-color .title-contact {
    float: left;
    padding: 0;
}

.white-color .i-contact {
    width: 15px;
}

.white-color .title-contact {
    width: 30px;
}


.white-color .i-contact {
    margin-top: 5px;
}

.social-header li {
    padding-right: 10px;
}

.language-header li:first-child {
    padding-left: 10px;
}

.footer-column-1 img {
    width: 190px;
}

.description-contact {
    padding: 0;
    width: 87%;
    float: left;
}

.footer .white-color .row {
    margin: 0;
}

.image-tab {
    max-height: 550px;
}

.overlay-container {
    padding: 0.5rem 0;
    font-size: 14px;
    background-color: transparent;
    text-align: center;
    border: 1px solid white;
    color: white;
    height: 35px;
}

    .overlay-container p {
        margin-bottom: 0;
        position: absolute;
    }

    .overlay-container:hover, .overlay-container:focus {
        background-color: white;
        color: #7fac45;
    }

    .overlay-container a {
        color: inherit;
        -webkit-transition-duration: .0s !important;
        transition-duration: .0s !important;
        transition: none !important;
    }

.project-item {
    padding: 10px 0;
    padding-bottom: 0;
}

.project-contain {
    margin-left: 0 !important;
}

.isotopte-grid .item {
    padding-left: 0;
}

.firm-container {
    box-shadow: 11px 10px 55px 15px #f5f5f5;
    padding: 15px;
}

.firm-table {
    display: table;
    width: 100%;
}

    .firm-table .section-heading {
        padding: 15px 30px 20px 25px;
    }

        .firm-table .section-heading h2 {
            font-size: 26px;
            margin-bottom: 25px;
        }

        .firm-table .section-heading p {
            font-size: 15px;
            color: #7a7272cf;
        }

.firm-cell {
    display: table-cell;
    float: none;
}

.latest-projects {
    background-color: #7fac45;
    padding: 25px 35px 35px 35px;
}

.firm-table .top-appoinment {
    padding: 13px 45px 13px 45px;
    border-radius: 3px;
}

.firm-table .right-holder {
    position: absolute;
    bottom: 0px;
    right: 30px;
}

.ebulletin .fa {
    vertical-align: middle;
}

.single-our-service .img-box img {
    transform: scale(1);
    transition: .5s ease-in-out;
    max-height: 200px;
}

.single-our-service:hover .img-box img {
    transform: scale(1.1);
    transition: .5s ease-in-out;
}

.single-our-service .img-box a {
    position: relative;
    vertical-align: middle;
    display: table-cell;
}

    .single-our-service .img-box a:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        transform: scale(0,1);
        transition: .5s ease;
    }

.single-our-service:hover .img-box a:after {
    transform: scale(1,1);
    transition: .5s ease;
}


.single-our-service .img-box {
    height: 200px;
    display: table;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.single-our-service {
    background-color: white;
    border: 1px solid #f1f1f1;
    /*margin-bottom: 56px;*/
}

    .single-our-service .text-box {
        border-bottom: 0px;
        padding: 15px;
        background-color: white;
        height: 70px;
        overflow: hidden;
        display: table-cell;
        vertical-align: middle;
    }

        .single-our-service .text-box p {
            margin: 0;
        }

.firm-btn {
    background: white;
    color: #05803c;
    border: 1px solid;
}

    .firm-btn:focus {
        background: white;
        color: #05803c;
    }

.firm-cell .dropdown-menu {
    padding-bottom: 10px;
    padding-top: 10px;
    width: 272px;
    
}

.drp-li-wrapper {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

    .drp-li-wrapper li a:hover {
        color: #05803c;
    }

.header-top-wrapper {
    float: left;
}

#top-bar .container {
    padding-right: 0;
}

.support-wrapper{
    height:330px;
}
.pogoSlider-dir-btn{
    display:none;
}
.content-item-ImageBoxItem .blog-grid{
   height:auto;
   overflow:hidden;
   padding-bottom:30px;
}

.content-item-ImageBoxItem .blog-grid-button{
    position:absolute;
	bottom:30px;
}

/*CUSTOM*/
.article-text
{
	min-height: auto;
}

.service-block p {
	height: auto;
}
