/*===========Home Page===========*/
.bg-yellow {
    background: #fcc02e;
}

.bg-orange {
    background: #fa8c00;
}

.bg-green {
    background: #43a047;
}

.bg-blue {
    background: #00acc2;
}

.bg-purple {
    background: #8e24aa;
}

.bg-gray {
    background: #f6f6f6;
}

.bg-lightgray {
    background: #a4aeb9;
}

.bg-darkgray {
    background: #2a2a2a;
}

.bg-white {
    background: #fff;
}

.home-banner ul li {
    position: relative;
}

.home-banner .image {
    background-position: 50% 0;
    background-repeat: no-repeat;
    min-height: 500px;
    background-size: cover;
}

.home-banner .txt-content {
    color: #fff;
    left: 0;
    right: 0;
    font-weight: 300;
    position: absolute;
    top: 20%;
    z-index: 9;
}

.home-banner .box {
    max-width: 500px;
    background: rgba(0,0,0,0.5);
    padding: 30px 30px;
}

    .home-banner .box h2 {
        text-transform: uppercase;
        display: inline-block;
        font-weight: 600;
    }

        .home-banner .box h2 span {
            font-weight: 800;
        }

.home-banner .bx-wrapper img {
    max-width: 100%;
    display: inline-block;
    width: inherit;
}

.home-banner .item {
    position: relative;
}

.home-banner p {
    padding: 5px 0 15px 0;
    font-size: 14px;
}

.TopBoxes {
    display: table;
    margin: -150px 0px 50px;
    width: 100%;
    position: relative;
    z-index: 10;
    text-align: center;
}

    .TopBoxes .box {
        padding: 30px;
        min-height: 230px;
        color: #fff;
        margin: 0 -15px;
    }

        .TopBoxes .box p {
            padding: 10px 0 20px;
        }

    .TopBoxes .link-more {
        border: 1px solid #fff;
        color: #fff;
        padding: 7px 10px;
        font-size: 14px;
        display: inline-block;
    }

        .TopBoxes .link-more:hover {
            background: #fff;
            color: #333;
        }

    .TopBoxes em {
        color: #FFF;
        font-size: 42px;
        vertical-align: middle;
        padding: 0 0 10px 0px;
        position: relative;
    }

    .TopBoxes h4 {
        text-transform: capitalize;
        font-size: 20px;
        font-weight: 600;
    }

.home-about h1 {
    text-transform: capitalize;
}

.home-about p {
    padding: 20px 0;
}

.top-social a, .top-social a:link, .top-social a:active, .top-social a:visited {
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
    vertical-align: top;
    text-align: center;
}

    .top-social a:hover {
        color: #333;
    }

.HomeServices {
    padding: 10px 0 0px;
}

    .HomeServices .box {
        margin: 0 0 20px 0;
        padding: 15px 0;
    }

        .HomeServices .box h5 {
            text-transform: uppercase;
            font-weight: bold;
            color: #333;
            font-size: 18px;
        }

        .HomeServices .box em {
            font-size: 30px;
            width: 60px;
            height: 60px;
            text-align: center;
            line-height: 60px;
            float: left;
            border-radius: 3px;
            color: #fff;
        }

    .HomeServices .icon-right {
        margin: 0 0 0 80px;
    }

    .HomeServices .box p {
        padding: 10px 0 0 0;
    }

.HomeOwl {
    padding: 10px 0 30px 0;
}

    .HomeOwl .box h5 {
        text-transform: capitalize;
        padding: 15px 0 10px;
        font-size: 18px;
    }

        .HomeOwl .box h5 a {
            color: #333;
        }

.home-news ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .home-news ul li {
        margin: 0 0 20px;
        padding: 0px 0px 20px;
        list-style: outside none none;
        display: table;
        border-bottom: 1px solid #e3e3e3;
        width: 100%;
    }

        .home-news ul li:last-child {
            border: none;
        }

.home-news a {
    font-size: 15px;
}

.news-left {
    float: left;
    max-width: 140px;
    margin: 0 20px 0 0;
    width: 40%;
}

.home-WhyUs .box {
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 18px 0;
    margin: 0 0 12px 0;
}

    .home-WhyUs .box.last {
        border: none;
    }

.home-WhyUs h5 {
    padding: 0 0 10px 0;
}

.FooterBoxes {
    color: #fff;
    margin: -100px 0 0 0;
    padding: 0 0 40px 0;
}

    .FooterBoxes h4 {
        text-transform: capitalize;
    }

    .FooterBoxes .box {
        margin: 0 -15px;
        padding: 25px 10px;
        text-align: center;
    }

/*===========Inside Page===========*/
.OurHistory .text {
    padding: 0 0 20px 0;
}

.inner-stat .milestone-counter {
    background: #f5f5f5;
    padding: 30px 20px;
    color: #555;
}

.inner-stat {
    padding: 0 0 30px 0;
}

    .inner-stat .milestone-counter em {
        color: #ccc;
    }

    .inner-stat .milestone-details {
        padding: 0;
    }

    .inner-stat .milestone-counter:hover em {
        color: #fff;
    }

.inner-parallax-text {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

    .inner-parallax-text h2 {
        font-weight: 300;
    }

.WhoWeAre h4 {
    color: #333;
    padding: 10px 0;
}

.WhoWeAre img {
    width: 100%;
    padding: 0 0 20px 0;
}

.CompanyInfo {
    padding: 0 0 50px 0;
}

    .CompanyInfo .box {
        padding: 20px 0 0 20px;
    }

    .CompanyInfo img {
        width: 100%;
    }

    .CompanyInfo h3 {
        color: #333;
    }

    .CompanyInfo p {
        padding: 20px 0;
    }

    .CompanyInfo h6 {
        position: relative;
        padding: 0 0 20px 0;
    }

        .CompanyInfo h6:after {
            position: absolute;
            width: 60px;
            height: 1px;
            background: #ccc;
            bottom: 0;
            content: "";
            left: 0;
        }

.TeamStyle01 img {
    width: 100%;
}

.TeamStyle01 h5 {
    color: #333;
}

.TeamStyle01 h6 {
    font-size: 14px;
    position: relative;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

    .TeamStyle01 h6:after {
        position: absolute;
        width: 50%;
        height: 1px;
        background: #ddd;
        bottom: 0;
        content: "";
        left: 0;
    }

.TeamStyle01 .box p {
    padding: 0 0 20px 0;
}

.TeamStyle01 .box {
    margin: 0 -15px 30px -15px;
    display: table;
}

.TeamStyle01 .social a {
    color: #777;
    border: 1px solid #777;
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
}

/*page-service-mid*/
.sub-title {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    padding: 0 0 30px 0;
}

.page-service-mid {
    color: #555;
}

    .page-service-mid .sub-title {
        color: #777;
    }

    .page-service-mid .featured-pro {
        background: #fff;
        -moz-transition: all 0.7s ease 0s;
        -webkit-transition: all 0.7s ease 0s;
        -o-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s;
    }

    .page-service-mid img {
        width: 100%;
    }

    .page-service-mid .box {
        padding: 20px 30px 30px;
        background: #f6f6f6;
    }

        .page-service-mid .box p {
            padding: 0 0 10px 0;
        }

        .page-service-mid .box a {
            text-transform: uppercase;
        }

    .page-service-mid h5 {
        padding: 10px 0;
        color: #333;
        font-weight: bold;
    }



/*Testimonial*/
.quote.fa {
    background: none repeat scroll 0% 0% #1abc9c;
    border-radius: 50%;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 75px;
}

.quote-name {
    display: inline-block;
    margin: 10px 0;
}

    .quote-name span {
        display: block;
        font-size: 16px;
        line-height: 1.2;
        font-weight: bold;
        text-transform: uppercase;
    }

.TestimonialBg p {
    font-size: 16px;
    padding: 20px 0px 10px;
    line-height: 1.8;
}

.TestimonialBg .owl-theme .owl-controls .owl-page span {
    background: #fff;
}

.TestimonialBg .title-icon {
    font-size: 48px;
}

.quote-name em {
    display: block;
    font-style: normal;
    font-weight: 100;
}

.Testimonial .figure a {
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    border: 2px solid white;
}

    .Testimonial .figure a img {
        width: 118px;
        height: 118px;
        border-radius: 50%;
        -webkit-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        margin: 10px 0 0 0px;
        display: inline-block;
    }

    .Testimonial .figure a:hover {
        opacity: 0.6;
    }

.Testimonial .figure {
    padding: 20px 0;
}

    .Testimonial .figure p {
        width: 80%;
        margin: 0 auto;
        font-style: italic;
        line-height: 1.5;
    }


.page-service .box {
    text-align: center;
    transition: all 0.7s ease 0s;
    border: 1px solid #e3e3e3;
    padding: 30px 20px;
    margin: 0 0 20px 0;
    border-radius: 5px;
}

    .page-service .box p {
        color: #999;
    }

    .page-service .box em {
        font-size: 24px;
        color: #fff;
        margin: 0 0 20px 0;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

.page-service h5 {
    color: #555;
    padding: 0 0 5px 0;
}

.page-service .details {
    padding: 20px 25px;
    background-color: #f8f8f8;
}

.page-service .button-medium:hover {
    color: #fff;
}
/*progressbar*/
.progressbar {
    background: #eee;
    height: 30px;
    position: relative;
    margin: 0 0 15px 0;
}

.progress-item {
    height: 30px;
}

.skill-item {
    position: absolute;
    top: 0;
    color: #fff;
    left: 10px;
    right: 10px;
    line-height: 30px;
}

.progress-main p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 20px 0;
    -webkit-font-smoothing: antialiased;
}

.skill-item h6 {
    line-height: 30px;
}

.skill-item span {
    color: #888;
}

@-webkit-keyframes progressbar {
    0% {
        width: 0;
    }
}

@-moz-keyframes progressbar {
    0% {
        width: 0;
    }
}

keyframes progressbar {
    0%;

{
    width: 0;
}

}

.progressbar > div {
    -webkit-animation: progressbar 2s;
    -moz-animation: progressbar 2s;
    animation: progressbar 2s;
}

/*404 Page*/
.Page404 {
    text-align: center;
}

    .Page404 h1 {
        font-size: 200px;
        line-height: 250px;
    }

    .Page404 .text {
        font-size: 16px;
        line-height: 2em;
    }

    .Page404 .icon-cafe {
        font-size: 80px;
        line-height: 110px;
    }

.coffee em {
    font-size: 80px;
}

/* Contact page*/
.contact-info p {
    padding: 0 0 20px 0;
}

.contact-info em {
    vertical-align: middle;
    line-height: 30px;
    font-size: 26px;
    width: 40px;
}

.contact-info .box {
    padding: 0 0 10px 0;
}

.contact-info .address em {
    position: absolute;
    left: 0;
}

.contact-info .address div {
    margin: 0 0 0 45px;
}

.contact-page p.text-center {
    padding: 20px 0 50px 0;
}

.contact-section input[type="text"],
.contact-section textarea {
    width: 100%;
    display: inline-block;
    padding: 12px 10px;
    background: #fff;
    color: #777;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #fff;
    outline: none;
    margin: 0 0 20px;
}

.contact-section input[type="submit"] {
    display: inline-block;
    outline: none;
    padding: 10px 57px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    transition: all 0.2s ease-in-out;
    color: #ffffff;
    border-radius: 50px;
    border: none;
}

    .contact-section input[type="submit"]:hover {
        opacity: 0.8;
    }

.contact-section {
    padding: 0;
}

    .contact-section .info-post {
        overflow: hidden;
        margin-bottom: 30px;
    }

        .contact-section .info-post span.icon-info {
            display: inline-block;
            float: left;
            width: 60px;
            height: 60px;
            margin: 0;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            border: 2px solid #1abc9c;
            text-align: center;
        }

            .contact-section .info-post span.icon-info em {
                font-size: 24px;
                line-height: 56px;
            }

        .contact-section .info-post p {
            padding-top: 20px;
            color: #333333;
            font-size: 15px;
            font-style: 600;
            margin: 0 0 0 80px;
        }

            .contact-section .info-post p span {
                color: #1abc9c;
            }

            .contact-section .info-post p a {
                color: #333333;
            }

    .contact-section .submit-area {
        text-align: center;
    }

#submit_contact:hover {
    color: #fff !important;
}



/*Team*/
.ourteam figure {
    position: relative;
}

    .ourteam figure.box {
        text-align: center;
        margin: 0px 0px 30px;
    }

.ourteam.inner figure.box {
    background: #fff;
}

.bottomline {
    display: inline-block;
    font-size: 16px;
    background: none repeat scroll 0% 0% #FFF;
    width: 80px;
    height: 1px;
    vertical-align: middle;
    color: rgb(204, 204, 204);
    margin: 25px auto;
}

.ourteam .img {
    position: relative;
    overflow: hidden;
}

.ourteam .mask {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    -webkit-transition: 0.3s ease-out 0s;
    -moz-transition: 0.3s ease-out 0s;
    -ms-transition: 0.3s ease-out 0s;
    -o-transition: 0.3s ease-out 0s;
    transition: 0.3s ease-in 0s;
    color: #fff;
    height: 50px;
    background: rgba(0,0,0,0.7);
}

.ourteam figure.box:hover .mask {
    bottom: 0;
}

.ourteam {
    text-align: center;
}

    .ourteam .sub-title {
        padding: 0px 0 30px;
    }

.team-text {
    text-align: center;
    margin: 0px auto 40px;
    text-transform: capitalize;
    width: 60%;
}

.ourteam .box h5 {
    color: #333;
    text-transform: capitalize;
}

.ourteam .box h6:after {
    width: 40px;
    height: 1px;
    background: #aaa;
    position: absolute;
    content: "";
    left: 50%;
    margin: 0 0 0 -20px;
    top: 0;
}

.ourteam .box .social a {
    background: #fff;
}

.ourteam .box p {
    color: #777;
    text-align: left;
    padding: 10px 0 0 0;
}

.ourteam .box .social a:hover {
    background: #fff;
    color: #333;
}

.ourteam .mask .social a {
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}

    .ourteam .mask .social a:hover {
        color: #111;
    }

.ourteam .mask .social {
    top: 50%;
    position: relative;
    margin: -20px 0 0 0;
}

.ourteam .mask p {
    padding: 0 0 20px 0;
}

.ourteam .details {
    background: #f6f6f6;
    PADDING: 30px 20px;
    border-bottom: 2px solid transparent;
    -webkit-transition: 0.3s ease-out 0s;
    -moz-transition: 0.3s ease-out 0s;
    -ms-transition: 0.3s ease-out 0s;
    -o-transition: 0.3s ease-out 0s;
    transition: 0.3s ease-in 0s;
}

.ParallaxContent {
    overflow: hidden;
}

    .ParallaxContent .box {
        position: relative;
    }

    .ParallaxContent .image {
        background-position: 50% 0px;
        background-repeat: no-repeat;
        min-height: 100px;
        background-size: cover;
        position: absolute;
        top: 0px;
        width: 50%;
        height: 100%;
        right: 0;
    }

    .ParallaxContent .cross .image {
        left: 50%;
    }

    .ParallaxContent .text {
        color: #FFF;
        padding: 50px 70px 50px 0;
        position: relative;
        width: 50%;
        min-height: 230px;
        transition: all 0.7s ease 0s;
        text-align: right;
        max-width: 570px;
        float: right;
        margin: 0 50% 0 0;
    }

        .ParallaxContent .text h1 {
            font-weight: 800;
            line-height: 1.3;
            text-transform: uppercase;
        }

        .ParallaxContent .text p {
            font-size: 16px;
            line-height: 1.5;
            padding: 20px 0;
        }


/*------ Blan Tables ------*/
.plan_col {
    background: #ffffff;
    position: relative;
    font-weight: 600;
    font-family: open sans;
}

.content_section:not(.white_section):not(.bg_fixed) .plan_col.plan_column1 {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
    padding: 1px;
    border-radius: 4px;
}

.plan_col.plan_column1 {
    margin-top: 50px;
    text-align: center;
}

.plan_col .spec_req2 {
    left: 50%;
    position: absolute;
    top: 0;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}

.plan_column1 .plan_price_block {
    display: block;
    height: 115px;
    position: absolute;
    top: 0;
    width: 115px;
    overflow: hidden;
    z-index: 2;
    top: -55px;
}

    .plan_column1 .plan_price_block .plan_price_in {
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
    }

        .plan_column1 .plan_price_block .plan_price_in .price {
            color: #1ccdca;
            display: block;
            font-size: 28px;
            font-weight: 300;
            line-height: 28px;
            padding-top: 32px;
        }

            .plan_column1 .plan_price_block .plan_price_in .price small {
                color: #1ccdca;
                font-size: 59%;
                font-weight: 300;
                margin-right: 5px;
            }

        .plan_column1 .plan_price_block .plan_price_in .plan_per {
            color: #1ccdca;
            font-size: 13px;
            font-weight: 400;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

.plan_col.plan_column1 > h6 {
    position: relative;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    padding-bottom: 20px;
    padding-top: 35px;
    margin: -1px;
}

.plan_col .polygon_con {
    max-height: 115px;
    max-width: 115px;
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}

    .plan_col .polygon_con .polygon_fill {
        fill: #fff;
        stroke: #1CCDCA;
    }

.plan_col.active_plan .polygon_con .polygon_fill, .plan_col:hover .polygon_con .polygon_fill {
    fill: #fff;
    stroke: #1CCDCA;
}

.plan_col .polygon_con svg {
    height: 100%;
    width: 100%;
}

.plan_col.plan_column1 > h6 .plan_price_name {
    font-family: "Oswald","Open Sans",sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.plan_col.plan_column1 li {
    border-bottom: 1px solid #F1EFF0;
    padding: 13px 0px;
    color: #878787;
}

    .plan_col.plan_column1 li:first-child {
        border-top: 1px solid #f1eff0;
    }

.plan_col.plan_column1 .plan_price_btn {
    background: #fff;
    border: 2px solid #ECE8E7;
    display: inline-block;
    font-size: 14px;
    margin: 30px 0;
    padding: 10px 18px;
    color: #999;
    font-style: italic;
}

    .plan_col.plan_column1 .plan_price_btn:hover {
        background: #576162;
        border-color: #576162;
        color: #fff;
    }

.plan_price_btn i {
    margin-right: 10px;
}

.plan_col li i {
    margin-right: 10px;
}

    .plan_col li i.check_icon {
        color: #92C135;
    }

.plan_col.plan_column1:hover > h6, .plan_col.plan_column1.active_plan > h6 {
    color: #fff;
}

    .plan_col.plan_column1:hover > h6:after {
        opacity: 1;
    }

.plan_price_in {
    display: block;
    font-size: 24px;
    font-weight: 600;
}

.plan_col ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.hm-pricing-list {
    text-align: center;
}

    .hm-pricing-list .box {
        border: 1px solid #eee;
        border-radius: 4px;
        overflow: hidden;
    }

.hm-pricing-header h2 {
    padding: 0 0 30px 0;
    font-weight: 600;
}

.hm-pricing-container {
    padding: 0 0 50px 0;
}

.hm-currency {
    font-size: 24px;
}

.hm-duration {
    font-size: 18px;
}

.hm-value {
    font-size: 60px;
}

.hm-pricing-body em {
    font-style: normal;
}

.hm-pricing-features {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .hm-pricing-features li:nth-of-type(2n+1) {
        background: rgba(23, 61, 80, 0.06);
    }

    .hm-pricing-features li {
        padding: 15px 0;
    }

.hm-pricing-body {
    font-weight: 600;
    font-family: open sans;
}

.hm-pricing-list header {
    padding: 20px 0;
}

.hm-pricing-footer {
    background: #555;
}

    .hm-pricing-footer .hm-select {
        color: #fff;
        padding: 15px 0;
        text-transform: uppercase;
        display: block;
        font-size: 16px;
    }

.price-table .col-md-4 {
    width: 33.33333333%;
    float: left;
}
/*PhotoGallery*/
.PhotoGallery img {
    width: 100%;
}

.PhotoGallery .gird-item {
    position: relative;
    overflow: hidden;
    margin: 0 0 30px 0;
}

.PhotoGallery .hover-icon {
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    -moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    text-align: center;
}

    .PhotoGallery .hover-icon .box {
        position: absolute;
        top: -50px;
        width: 100%;
        -moz-transition: all 0.7s ease 0s;
        -webkit-transition: all 0.7s ease 0s;
        -o-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s;
        text-align: center;
    }

    .PhotoGallery .hover-icon span {
        background: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        display: inline-block;
        margin: 0 2px;
    }

.PhotoGallery .hover-text {
    position: absolute;
    bottom: -85px;
    width: 100%;
    -moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    background: #f5f5f5;
    padding: 10px;
    text-align: center;
}

.PhotoGallery .gird-item:hover .hover-icon {
    opacity: 1;
}

.PhotoGallery .gird-item:hover .hover-text {
    bottom: 0;
}

.PhotoGallery .gird-item:hover .hover-icon .box {
    top: 35%;
}
/*============================================================
    Portfolio
============================================================*/
.home-works {
    padding: 0 0 40px 0;
}

#projects {
    width: 100%;
}

.project-filter {
    margin-bottom: 40px;
}

    .project-filter ul li {
        padding: 0;
    }

        .project-filter ul li a {
            color: #000;
            display: block;
            line-height: 18px;
            padding: 10px 20px;
            text-transform: uppercase;
        }

            .project-filter ul li a:hover,
            .project-filter ul li a.active {
                background-color: #00C7FC;
                color: #fff;
            }

.mix {
    display: none;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    padding: 0 0 20px 0;
}

.plus {
    background: url("../images/plus.png") no-repeat scroll center center;
    border-radius: 50%;
    display: block;
    height: 50px;
    width: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    -webkit-transition: 0.3s ease-out 0s;
    -moz-transition: 0.3s ease-out 0s;
    -ms-transition: 0.3s ease-out 0s;
    -o-transition: 0.3s ease-out 0s;
    transition: 0.3s ease-out 0s;
    border: 2px solid #fff;
}

figcaption.mask {
    padding: 8px 0;
    width: 100%;
    -webkit-transition: 0.3s ease-out 0s;
    -moz-transition: 0.3s ease-out 0s;
    -ms-transition: 0.3s ease-out 0s;
    -o-transition: 0.3s ease-out 0s;
    transition: 0.3s ease-out 0s;
}



    figcaption.mask h5 {
        color: #000;
        padding: 0 0 5px 0;
    }

    figcaption.mask span {
        color: #888;
    }


.plus-mask {
    background-color: rgba(0,0,0,0.4);
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -100%;
    -webkit-transition: 0.3s ease-out 0s;
    -moz-transition: 0.3s ease-out 0s;
    -ms-transition: 0.3s ease-out 0s;
    -o-transition: 0.3s ease-out 0s;
    transition: 0.3s ease-out 0s;
}

.gallery-item:hover .plus-mask {
    top: 0;
}

.plus-mask .box {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 999;
    text-align: center;
    margin: -25px 0px 0px;
    left: 0px;
    width: 100%;
}

    .plus-mask .box a {
        width: 40px;
        height: 40px;
        font-size: 14px;
        border-radius: 50%;
        line-height: 40px;
        display: inline-block;
        text-align: center;
        margin: 0 3px;
        background: #fff;
    }

/*==============Footer============*/
/*home-other-links*/
ul.home-other-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-other-links li {
    line-height: 1;
    vertical-align: middle;
    padding: 10px 0px;
    float: left;
    width: 50%;
}

    .home-other-links li a {
        color: #aaa;
    }

.fa-round {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.footer-links {
    text-align: right;
    color: #aaa;
    padding: 20px 0 0 0;
}

    .footer-links a,
    .footer-links a:link, .footer-links a:active, .footer-links a:visited {
        display: inline-block;
        margin: 0 10px;
        color: #aaa;
    }

        .footer-links a:hover {
            color: #1abc9c;
        }
/*footer-social*/
.footer-social {
    text-align: right;
    padding: 15px 0 0 0;
}

    .footer-social a, .footer-social a:link, .footer-social a:active, .footer-social a:visited {
        color: #888;
        margin: 0px 4px;
        font-size: 14px;
        border: 2px solid #888;
        display: inline-block;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 30px;
        border-radius: 50px;
    }

        .footer-social a em {
            line-height: 30px;
        }
/*footer contact  */

.home-contact p {
    padding: 0 0 10px 0;
}

.footer-title {
    color: #fff;
    text-transform: capitalize;
    padding: 0 0 20px 0;
}

.home-contact .social-icon {
    margin: 0 0 40px 0;
}

    .home-contact .social-icon a {
        color: #888;
        font-size: 16px;
        border-radius: 35px;
        display: inline-block;
        height: 35px;
        text-align: center;
        line-height: 35px;
        margin: 0 10px 0 0;
    }

        .home-contact .social-icon a:hover {
            color: #1abc9c;
        }

.contact-info {
    padding: 0;
    margin: 0;
}

.home-contact .contact-info li {
    line-height: 20px;
    padding: 6px 0px;
    clear: both;
}

.home-contact .contact-info em {
    font-size: 20px;
    min-width: 30px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    line-height: 1;
}

.home-contact .contact-info a {
    color: #aaa;
}

.home-contact .contact-info em.fa-envelope-o {
    font-size: 16px;
}

/*latest-news*/
.latest-news img {
    max-width: 80px;
}

.latest-news .box {
    display: table;
}

.latest-news .details {
    margin: 0 0 0 90px;
}

    .latest-news .details h6 a {
        color: #fff;
    }

    .latest-news .details p {
        line-height: 1.5;
    }

    .latest-news .details span {
        color: #888;
        letter-spacing: normal;
    }

.latest-news hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #333;
}
/*Flickr*/
.Flickr a {
    margin: 0;
    display: block;
    float: left;
}

    .Flickr a:hover {
        opacity: 1;
    }

    .Flickr a img {
        width: 80px;
        border: 3px solid transparent;
    }

        .Flickr a img:hover {
            border: 3px solid #ccc;
        }

@media handheld, only screen and (max-width:1024px) {
    .FeaturedWorks .text {
        padding: 20px;
    }
}

@media handheld, only screen and (max-width:860px) {
    .HomeServices .box {
        padding: 20px 0;
    }

    .ourteam .col-sm-3 {
        width: 50%;
        float: left;
    }
}

@media handheld, only screen and (max-width:767px) {
    .HomeServices .box h5 {
        font-size: 16px;
    }

    .HomeServices .box {
        width: 50%;
        float: left;
        margin: 0;
        padding: 20px 10px;
    }

    .home-banner .image {
        min-height: 400px;
    }

    .home-banner .box {
        padding: 20px;
        width: 100%;
    }

    .home-banner p {
        padding: 0 0 10px 0px;
        font-size: 13px;
        line-height: 1.3;
    }

    .top-social {
        text-align: center;
        padding: 0 0 10px 0;
        display: none;
    }

    .ParallaxContent .text p {
        font-size: 14px;
    }

    .ParallaxContent .image {
        display: none;
    }

    .ParallaxContent .text {
        color: #FFF;
        padding: 50px 20px 50px;
        position: relative;
        width: 100%;
        min-height: 230px;
        transition: all 0.7s ease 0s;
        max-width: none;
        float: none;
        margin: 0;
        text-align: center;
    }

    .CompanyInfo .box {
        padding: 20px 0 0 0px;
    }

    .TopBoxes .box {
        width: auto;
        float: none;
        min-height: 1px;
    }

    .footer-social {
        text-align: CENTER;
        padding: 0;
    }

    .TeamStyle01 .box {
        display: block;
        text-align: center;
    }

    .TeamStyle01 img {
        padding: 0 0 15px 0;
    }

    .TeamStyle01 h6:after {
        width: 100%;
    }

    .page-service-mid .featured-pro {
        margin: 0 0 20px 0;
    }
}

@media handheld, only screen and (max-width:600px) {
    .HomeServices .box {
        width: 100%;
        float: none;
        margin: 0;
        padding: 0px 0 30px;
    }

    .home-banner p {
        font-size: 12px;
    }
}

@media handheld, only screen and (max-width:520px) {
    .ourteam .col-sm-3 {
        width: 100%;
        float: none;
    }
}

.button-learn {
    width: 215px;
    height: 50px;
    border-radius: 200px;
    text-align: center;
    background-color: #09b3a1;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    line-height: 50px;
}

.home-title {
    color: #ffdd00;
    font-weight: 400;
}

.home-text {
    color: #FFF;
    font-size: 16px;
    text-align: left;
    width: 100%;
}
.equal, .equal > div[class*='col-'] {  
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}