﻿all-content {
    padding-top: 100px;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #64686d;
    line-height: 26px;
}
body {
    font-family: "Helvetica Neue",  Helvetica, Arial, sans-serif;
}
@-moz-document url-prefix() {
    body {
        font-family:  "PT Sans", Helvetica, Arial, sans-serif;
    }
}
#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background: #2e2e2e;
}

#get-in-touch {
    padding: 100px 0 50px;
    background-image: linear-gradient(to top, #eb7400 0%, #fcc602 100%);

     /*background-image: -webkit-linear-gradient(to top, #fcc602 0%, #ff9000 100%);*/
    /*background-image: -ms-linear-gradient(to top, #fcc602 0%, #ff9000 100%);*/
    color: #fff;
}

.section-header {
    margin-bottom: 50px;
}

.section-header .section-title {
    font-size: 44px;
    color: #272727;
    /*text-transform: uppercase;*/
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
}

#get-in-touch h1, #get-in-touch h2 {
    color: #fff;
}

.section-header .section-title:before {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 2px;
    background: #fff;
}

.section-header .section-title:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
    border: 3px solid #fff;
    border-radius: 20px;
    background: #eb7400;
}

#features .section-header .section-title:before {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 2px;
    background: #eb7400;
}

#features .section-header .section-title:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
    border: 3px solid #eb7400;
    border-radius: 20px;
    background: #fff;
}

#work-process {
    padding: 60px 0 40px;
    background: #20222e url(../images/bg.jpg) no-repeat 0 0;
    background-size: cover;
    color: #fff;
}

#work-process .icon-circle {
    display: inline-block;
    width: 80px;
    height: 80px;
    /*line-height: 80px;*/
    border: 2px solid #fff;
    border-radius: 100px;
    position: relative;
    padding-top: 25px;
}

.icon-circle a, #work-process a:hover {

    color: #fff;
}

.icon-service .pull-left {
    margin-right: 15px;
    text-align: center;

}

.icon-service .fa-4x {
    width: 56px;
}

#work-process .icon-circle > span {
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 50%;
    background-color: #eb7400;
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 20px;
    top: -12px;
    color: #fff;
}

#features {
    padding: 50px 0;
}

#work-process h3 {
    margin-bottom: 50px;
}

#work-process h3 {
    color: #fff;
    margin-bottom: 0;
}

#work-process h2 {
    color: #fff;
}

.fa-2x {
    color: #fff !important;
}

#work-process .section-title, #features .section-title {
    font-size: 28px;
}

#meet-team {
    background: #3b3b3b;
    padding: 50px 0;
}

#meet-team .team-member {
    padding: 13px;
    background: #fff;
    border: 2px solid #eee;
    transition: border-color 400ms;
    -webkit-transition: border-color 400ms;
    min-height: 440px;
}

#meet-team .team-member:hover {
    border-color: #eb7400;
    box-shadow: 0px 0px 20px #272420;
}

#meet-team .team-member .team-info {
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px;
}

.divider {
    margin: 50px auto;
    background-color: #ddd;
    width: 95%;
    height: 1px;
}

.zdzTabs * {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.mdl-Box {
    margin-bottom: 15px;
    font-size: 14px;
    text-align: left
}

.zdzTabs::-webkit-scrollbar {
    width: 10px;
}

.zdzTabs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

.zdzTabs::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(100, 100, 100, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.zdzTabs {
    font-size: 0;
    margin-bottom: 15px;
    position: relative;
    height: 309px;
    overflow: hidden;
}

.zdzTabs label {
    float: left;
    cursor: pointer;
    height: 47px;
    line-height: 47px;
    padding: 0 20px;
    color: #333;
    background: #ddd;
    background-repeat: repeat;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin-right: 1px;
}

.zdzTabs label:hover,
.zdzTabs input:checked + label {
    color: #fff;
    background-image:  linear-gradient(to top, #eb7400 0%, #fcc602 100%);

    /*background-image: -webkit-linear-gradient(to top, #fcc602 0%, #ff9000 100%);*/
    /*background-image: -ms-linear-gradient(to top, #fcc602 0%, #ff9000 100%);*/
}

.zdzTabs input:checked ~ label ~ .panel {
    display: block;
}

.panel {
    border: 1px solid #e6e6e6;
    font-size: 14px;
    line-height: 20px;
    display: none;
    position: absolute;
    left: 0;
    top: 45px;
    padding: 19px;
    width: 100%;
    background-color: #fff;
    border-top: 3px solid #eb7400;
}

.scrollBox {
    height: 200px;
    overflow: auto;
}

.panel p {
    padding: 0 0 10px 0;
    margin: 0;
}

.tabBox * {
}

@media only screen and (max-width: 800px) {
    .zdzTabs {
        height: auto;
    }

    .zdzTabs label {
        float: none;
        display: block;
        font-size: 16px;
        color: #333;
        padding: 8px 12px 8px 40px;
        text-align: left;
        margin-right: 0;
        height: auto;
        line-height: normal;
        position: relative;
    }

    .zdzTabs label:hover {
        color: #fff;
    }

    .zdzTabs label:before {
        content: '';
        position: absolute;
        left: 5px;
        top: 5px;
        text-align: center;
        width: 24px;
        height: 24px;
        border-radius: 2px;
        background: url(../images/icon-plus.svg) center center no-repeat #fff;
        -webkit-background-size: contain;
        background-size: contain;
    }

    .tabBox {
        padding: 0;
        background: none;
    }

    .tabBox + .tabBox {
        margin-top: 5px;
    }

    .panel {
        border: 1px solid #e6e6e6;
        border-top: 0;
        padding: 15px;
        position: static;
        width: auto;
    }

    .scrollBox {
        height: auto;
        max-height: 300px;
    }
}

.zdzTabs input[type=radio], .zdz-gallery input[type=checkbox], .zdz-gallery input[type=radio] {
    display: none;
}

.main-img img {
    width: 80%;
    margin: 0px auto;
}

.service-box {
    margin-top: 35px;
}

.service-box:first-child {
    margin-top: 0px;
}

.main-img {
    text-align: center;
}

.service-box .fa-4x {
    color: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    color: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    color: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

@media only screen and (max-width: 767px) {

    .service-box:first-child {
        margin-top: 35px;
    }

}    

img.logo{
    max-width: 350px;
    max-height: 80px;
}
    