.navbar-brand {
    width: 160px;
}

.navbar-brand > img {
    transition: all .3s;
    position: absolute;
    max-width: initial;
    max-height: inherit;
    height: 85px;
    background-color: white;
    top: 6px;
    padding-bottom: 6px;
}

#pgc-85-0-0 {
    margin: 0 auto;
}

.text-white {
    color: white;
}

hr.space {
    background-color: rgba(0, 188, 212, 0);
}

.project-view-hide {
    display: none;
}

.btn-support {
    margin-top: 21px;
    background-color: #f44336;
    color: #ffffff;
    border: none;
    padding: 0 24px;
    font-size: 15px;
    font-weight: 400;
    height: 32px;
    border-radius: 4px;
    box-shadow: 0 0 3px #00000045;
}

.navbar-default .navbar-nav > .active > a {
    color: #095a9d;
}

.services-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-item {
    /* display: flex; */
    width: 46%;
    margin-left: 4%;
    margin-bottom: 2%;
    margin-top: 2%;
    text-align: center;
    background-color: white;
    padding: 12px;
    border-radius: 3px;
    box-shadow: 0 0 3px #00000017;
}

.about-types {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services-image-main {
    width: 450px;
}

.services-list {
    width: calc(100% - 450px);
}

.wt-tilte {
    font-size: 16px;
    font-weight: 500;
    margin: 12px 0;
}

.service-item > img {
    width: 60px;
    margin: 6px 0;
}

.icon-content > p {
    font-weight: 400;
    font-size: 14px;
    color: grey;
}

.services-image-main {
    height: 485px;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 0 3px #00000026;
}

.section-head {
}

.section-head > h3 {
    font-weight: 500;
    font-size: 26px;
    color: #3c3c3c;
}

.section-head > p {
    font-size: 15px;
    font-weight: 400;
    width: 80%;
    margin: 12px auto 12px auto;
    color: #7b7b7b;
}

.wt-separator-outer {
    -webkit-tap-highlight-color: transparent;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.25px;
    font-size: 14px;
    color: #333;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: -6px;
}

.wt-separator.style-square {
    -webkit-tap-highlight-color: transparent;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.25px;
    font-size: 14px;
    color: #333;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-width: 3px;
    border-style: solid;
    border-color: #2d3239;
}

span.separator-left {
    box-sizing: border-box;
    left: -115px;
    height: 3px;
    position: absolute;
    top: 50%;
    width: 100px;
    margin-top: -1px;
}

.separator-right {
    box-sizing: border-box;
    right: -115px;
    height: 3px;
    position: absolute;
    top: 50%;
    width: 100px;
    margin-top: -1px;
}

.section-bg-primary {
    background-color: #095a9d;
    color: white;
}

.section-bg-primary i {
    color: white;
}

.section-bg-primary > div {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

.icon-box.counter-box-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.select-list {
    display: flex;
    margin: 0;
    list-style: none;
    justify-content: center;
    align-items: center;
}

.select-list > li {
    display: block;
    font-size: 14px;
    color: #505050;
    background-color: gainsboro;
    font-weight: 400;
    margin: 12px 12px 18px 12px;
    padding: 4px 32px;
    border-radius: 3px;
}

.select-list > li > a {
    color: #6d6d6d;
}

.select-list > li.selected {
    background-color: #095a9d;
    color: white;
}

.select-list > li.selected > a {
    color: white;
}

.blog-post-small {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /* padding: 12px 0; */
    box-sizing: border-box;
}

.wt-post-media {
    height: 119px;
    width: 200px;
    overflow: hidden;
    margin-bottom: 12px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.wt-post-media img {
    width: 100%;
}

.wt-post-media > a {
    display: block;
    width: 100%;
    height: 100%;
}

.wt-post-info {
    width: calc(100% - 200px);
    padding-left: 12px;
}

.blog-post.blog-post-small.clearfix {
}

h4.post-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.wt-post-text {
    font-size: 14px;
    font-weight: 400;
    color: #7b7b7b;
}

.post-date {
    position: absolute;
    left: 0;
    z-index: 9;
    top: 0;
    display: flex;
    flex-direction: column;
    background-color: black;
    color: white;
    text-align: center;
}

.post-date > strong {
    padding: 3px;
    font-size: 11px;
}

.post-date > span {
    background-color: #337ab7;
    padding: 2px 9px;
    font-size: 14px;
    font-weight: 500;
}

.post-date {
}

.adv-img-half-content {
    border-radius: 3px;
    overflow: hidden;
}

.flexslider .btn-border, .flexslider i {
    color: #f3b007 !important;
}

.advs-box i {
    color: #337ab7 !important;
}

footer a {
    font-size: 15px;
    color: #a7a7a7;
}

p.text-s {
    font-size: 15px !important;
    color: white;
}

@media only screen and (max-width: 600px) {
    img.logo-fixed {
        position: unset !important;
        height: 65px;
        max-height: 100%;
    }

    a.navbar-brand {
        padding: 0 12px;
        padding-top: 5px;
    }

    .services-container {
        display: block;
    }

    .services-image-main {
        width: 100%;
        box-shadow: none;
    }

    .services-list {
        display: block;
        width: 100%;
    }

    .about-types {
        display: block;
    }

    .service-item {
        width: 100%;
        margin: 0;
        margin-bottom: 12px;
    }

    .section-bg-primary > div .col-md-3 {
        width: 50%;
        padding: 18px;
    }

    .section-bg-primary > div .row {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .select-list > li {
        padding: 4px 12px;
        margin: 12px auto;
    }

    ul.select-list {
        padding: 0;
    }

    .banner-midd {
        display: none;
        width: 0;
    }

    .contact-infos > div:nth-child(2) {
        display: none;
    }

    .navbar-header.header-new:after, .contact-infos {
        display: none !important;
    }

    img.logo-fixed {
        margin: 0 !important;
    }

    a.navbar-brand {
        margin: 0 !important;
        width: auto;
    }

    .navbar-header.header-new {
        flex-direction: row-reverse;
    }

    .app-new-menu {
        display: none;
    }
}

hr.space.s {
    height: 20px;
    background-color: #ffffff00;
}

/*New*/
.navbar-header.header-new {
    width: 100%;
    display: flex;
    padding: 12px 0 !important;
    align-items: center;
    justify-content: space-between;
    margin: 0 !important;
}

.contact-infos {
    display: flex;
    margin-left: 26px;
}

.contact-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 18px;
}

.banner-midd {
    width: 50%;
}

.contact-item > i {
    font-size: 24px;
    padding: 12px;
    background-color: #F44336;
    color: white;
    display: block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 9px;
    /* display: flex; */
}

.contact-item > div > p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.contact-item > div > span {
    font-size: 14px;
    font-weight: 400;
}

a.navbar-brand {
    margin: 0 !important;
    padding: 0 !important;
    height: auto;
    margin-right: 18px !important;
}

img.logo-fixed {
    position: initial;
    padding: 0;
}

.navbar-header.header-new:before {
    display: none;
}

.contact-infos {
}

.collapse.navbar-collapse.menu-new {
    display: block;
    background-color: #095a9d;
    /* position: absolute; */
    /* left: 0; */
    max-width: 1170px;
    margin: 0 auto;
}

.collapse.navbar-collapse.menu-new a {
    font-size: 16px;
    font-weight: 400;
    color: white;
    padding: 11px 24px;
}

.navbar-main .btn-search {
    margin: 0;
    font-size: 20px;
}

button.btn-support {
    margin: 6px 0 0 0;
}

.app-new-menu {
    background-color: #095a9d;
    height: 43px;
    margin-bottom: -3px;
}

.app-new-menu .navbar-right {
    margin: 0 !important;
}

.app-new-menu .btn-search {
    background: none;
    border: none;
    font-size: 19px;
    color: #fdfdfd;
    margin-right: -15px;
}

.app-new-menu li a:hover {
    color: white !important;
}

.navbar-mini > .container {
    padding: 0 24px;
}

.navbar-mini:not(.hidden) + .navbar-main .navbar-header:after {
    display: none;
}

body .row-18 {
    height: 600px !important;
}
