@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700,700i');

.container-fluid {
    max-width: 1790px
}

@media (max-width: 1024px) {
    .container {
        width: auto
    }
}

#site-info p{
	font-family: titillium, sans-serif !important;
}

button[disabled] {
    display: none;
}

blockquote {
    border: none
}

blockquote q {
    position: relative;
    display: block;
    margin-bottom: 15px
}

blockquote q:after, blockquote q:before {
    font-family: 'Passion One', cursive;
    font-size: 16.786em;
    position: absolute;
    z-index: -1;
    color: #f5f5f5
}

.btn, .panel .panel-heading a {
    font-family: oswald, sans-serif;
    position: relative;
    text-transform: uppercase
}

blockquote q:before {
    top: 40px;
    left: 0;
    content: '\201c'
}

blockquote q:after {
    right: 0;
    bottom: -60px;
    content: '\201d'
}

blockquote cite {
    font-style: italic;
    display: block;
    text-align: right;
    color: #1b2c58
}

.btn {
    font-weight: 600;
    line-height: 1.2;
    z-index: 1;
    min-width: 190px;
    padding: 12px 15px 9px;
    transition: color .3s, background .3s, box-shadow .2s;
    white-space: pre-wrap;
    letter-spacing: .0750em;
    color: #fff;
    border-color: transparent;
    border-radius: 10px;
    box-shadow: 0 0 26px 0 rgba(0, 0, 0, .31)
}

.owl-item .btn {
    box-shadow: none;
}

@media (min-width: 768px) {
    blockquote q {
        margin-bottom: 28px
    }

    .btn {
        font-size: 1.286em;
        line-height: 31px;
        white-space: nowrap;
        border-radius: 15px;
    }
}

.btn,
.btn.btn-primary {
    overflow: hidden;
    color: #45525f;
    border: none;
    background: linear-gradient(to right, #45525f 50%, #e1e1e1 50%);
    background-color: #45525f;
    background-position: 99% 100%;
    background-size: 203% 100%
}

.btn:hover,
.btn.btn-primary:hover {
    color: #fff;
    background-position: 0 100%
}

.btn.btn-white {
    color: #5c5c5c;
    background: #fff
}

.btn.btn-blue {
    color: #fff;
    background: #1b2c58
}

.panel {
    margin: 0 !important;
    color: #5c5c5c;
    border: none;
    box-shadow: none
}

.panel .panel-heading {
    padding: 0;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .13)
}

.panel .panel-heading a {
    font-size: 1.429em;
    font-weight: 500;
    line-height: 20px;
    display: block;
    padding: 14px 50px 10px 5px;
    color: #45525f
}

.nav-tabs li a, .panel .panel-body .title {
    font-family: titillium, sans-serif;
    font-weight: 600
}

.panel .panel-heading a:active, .panel .panel-heading a:focus, .panel .panel-heading a:hover {
    text-decoration: none
}

.panel .panel-heading a:after,
.panel .panel-heading a:before {
    position: absolute;
    top: 50%;
    right: 28px;
    width: 15px;
    height: 2px;
    content: '';
    transition: transform .2s;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #45525f
}

@media (min-width: 768px) {
    .panel .panel-heading a {
        font-size: 2.143em;
        line-height: 30px;
        padding: 26px 60px 15px 15px
    }

    .panel .panel-heading a:after, .panel .panel-heading a:before {
        width: 20px;
        height: 3px
    }
}

@media (max-width: 767px) {
    .panel-group {
        margin: 0 -15px;
    }

    .panel .panel-heading {
        border-radius: 0;
    }

    .panel .panel-heading a {
        font-size: 1.000em;
        line-height: 1.5;
        padding: 15px 25px 12px 15px;
    }

    .panel .panel-heading a:after,
    .panel .panel-heading a:before {
        right: 10px;
    }

    .panel .panel-body {
        padding: 15px 15px 10px !important;
    }

    .btn-holder .nav-tabs li {
        width: 100%;
    }

    .owl--communication .owl-dots {
        margin-top: 15px;
    }
}

.panel .panel-heading a.collapsed:after {
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg)
}

.panel .panel-body {
    padding: 20px 0 25px;
    border: none !important
}

.panel .panel-body ul {
    list-style: none
}

.panel .panel-body ul li {
    position: relative
}

.panel .panel-body ul li:before {
    position: absolute;
    top: 11px;
    left: -35px;
    overflow: hidden;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 100%;
    background-color: #111
}

.panel .panel-body .title {
    font-size: 1.286em;
    display: block;
    margin: 15px 0
}

main .thumbnail {
    line-height: 24px;
    padding: 0;
    letter-spacing: 0;
    color: #5c5c5c !important;
    border: none
}

main .thumbnail .caption {
    padding: 9px 0;
    color: #5c5c5c
}

@media (min-width: 768px) {
    .panel .panel-body .title {
        margin: 30px 0
    }

    main .thumbnail {
        margin-bottom: 50px
    }

    main .thumbnail .caption {
        padding: 9px 5px
    }

    .owl--news-slider .thumbnail .caption {
        padding: 0;
    }
}

main .thumbnail .img-holder {
    height: 295px;
    margin-bottom: 5px;
    background: 50% 50% no-repeat;
    background-size: cover
}

body, html {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5em;
}

iframe {
    min-height: 1px;
    max-width: 100%;
}

@media (min-width: 768px) {
    main .thumbnail .img-holder {
        margin-bottom: 30px
    }
}

@media (max-width: 991px) {
    .blog-section .thumbnail-holder .img-holder {
        height: 54vw;
    }
}

main .thumbnail h3 {
    letter-spacing: .0200em;
    text-transform: none;
    color: #1b2c58;
    font-weight: normal;
    margin-bottom: 15px;
}

main .thumbnail time {
    margin-bottom: 10px
}

@media (min-width: 768px) {
    main .thumbnail time {
        margin-bottom: 22px
    }
}

main .thumbnail p {
    margin-bottom: 27px
}

.nav-tabs, .pagination, .pagination-nav {
    margin-bottom: 0
}

main .thumbnail .btn {
    font-size: 1.143em;
    padding: 15px 39px 10px
}

.pagination-nav {
    display: block;
    width: 100%;
    text-align: center
}

.pagination .page-numbers {
    font-family: titillium, sans-serif;
    font-size: 1.286em;
    padding: 1px 8px;
    color: #5c5c5c;
    border: none
}

.pagination .page-numbers:active, .pagination .page-numbers:focus, .pagination .page-numbers:hover {
    text-decoration: none;
    color: #fff;
    border-color: transparent;
    background-color: #27407f;
    box-shadow: inset 0 0 26px 0 rgba(0, 0, 0, .31)
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
    display: none
}

.pagination .current {
    color: #fff;
    background-color: #1b2c58
}

.nav-tabs {
    border-bottom: none
}

.nav-tabs li {
    margin: 0 2px 10px
}

.nav-tabs li a {
    font-size: 1.000em;
    line-height: 1.2;
    padding: 11px 15px;
    text-align: center;
    white-space: pre-wrap;
    letter-spacing: .0750em;
    text-transform: none;
    color: #5c5c5c;
    border: none !important;
    border-radius: 21px;
    background-color: #fff;
    box-shadow: none
}

@media (min-width: 768px) {
    .nav-tabs li a {
        font-size: 1.286em;
        min-width: 238px;
        padding: 19px 30px 16px
    }
}

.nav-tabs li.active a, .nav-tabs li:focus a {
    color: #fff !important;
    background-color: #45525f !important
}

@font-face {
    font-family: titillium;
    font-weight: 900;
    font-style: normal;
    src: url(../fonts/titilliumweb/titilliumweb-black-webfont.woff2) format('woff2'),
    url(../fonts/titilliumweb/titilliumweb-black-webfont.woff) format('woff')
}

@font-face {
    font-family: titillium;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/titilliumweb/titilliumweb-bold-webfont.woff2) format('woff2'),
    url(../fonts/titilliumweb/titilliumweb-bold-webfont.woff) format('woff')
}

@font-face {
    font-family: titillium;
    font-weight: 700;
    font-style: italic;
    src: url(../fonts/titilliumweb/titilliumweb-bolditalic-webfont.woff2) format('woff2'),
    url(../fonts/titilliumweb/titilliumweb-bolditalic-webfont.woff) format('woff')
}

@font-face {
    font-family: titillium;
    font-weight: 200;
    font-style: normal;
    src: url(../fonts/titilliumweb/titilliumweb-extralight-webfont.woff2) format('woff2'),
    url(../fonts/titilliumweb/titilliumweb-extralight-webfont.woff) format('woff')
}

@font-face {
    font-family: titillium;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/titilliumweb/titilliumweb-light-webfont.woff2) format('woff2'),
    url(../fonts/titilliumweb/titilliumweb-light-webfont.woff) format('woff')
}

@font-face {
    font-family: titillium;
    font-weight: 300;
    font-style: italic;
    src: url(../fonts/titilliumweb/titilliumweb-lightitalic-webfont.woff2) format('woff2'),
    url(../fonts/titilliumweb/titilliumweb-lightitalic-webfont.woff) format('woff')
}

@font-face {
    font-family: titillium;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/titilliumweb/titilliumweb-regular-webfont.woff2) format('woff2'),
    url(../fonts/titilliumweb/titilliumweb-regular-webfont.woff) format('woff')
}

@font-face {
    font-family: titillium;
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/titilliumweb/titilliumweb-semibold-webfont.woff2) format('woff2'),
    url(../fonts/titilliumweb/titilliumweb-semibold-webfont.woff) format('woff')
}

@font-face {
    font-family: titillium;
    font-weight: 600;
    font-style: italic;
    src: url(../fonts/titilliumweb/titilliumweb-semibolditalic-webfont.woff2) format('woff2'),
    url(../fonts/titilliumweb/titilliumweb-semibolditalic-webfont.woff) format('woff')
}

@font-face {
    font-family: titillium;
    font-weight: 200;
    font-style: italic;
    src: url(../fonts/titilliumweb/titilliumweb-extralightitalic-webfont.woff2) format('woff2'),
    url(../fonts/titilliumweb/titilliumweb-extralightitalic-webfont.woff) format('woff')
}

@font-face {
    font-family: titillium;
    font-weight: 400;
    font-style: italic;
    src: url(../fonts/titilliumweb/titilliumweb-italic-webfont.woff2) format('woff2'),
    url(../fonts/titilliumweb/titilliumweb-italic-webfont.woff) format('woff')
}

@font-face {
    font-family: oswald;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/oswald/oswald-bold-webfont.woff2) format('woff2'),
    url(oswald-bold-webfont.woff) format('woff')
}

@font-face {
    font-family: oswald;
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/oswald/oswald-demibold-webfont.woff2) format('woff2'),
    url(../fonts/oswald/oswald-demibold-webfont.woff) format('woff')
}

@font-face {
    font-family: oswald;
    font-weight: 200;
    font-style: normal;
    src: url(../fonts/oswald/oswald-extralight-webfont.woff2) format('woff2'),
    url(../fonts/oswald/oswald-extralight-webfont.woff) format('woff')
}

@font-face {
    font-family: oswald;
    font-weight: 900;
    font-style: normal;
    src: url(../fonts/oswald/oswald-heavy-webfont.woff2) format('woff2'),
    url(../fonts/oswald/oswald-heavy-webfont.woff) format('woff')
}

@font-face {
    font-family: oswald;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/oswald/oswald-light-webfont.woff2) format('woff2'),
    url(../fonts/oswald/oswald-light-webfont.woff) format('woff')
}

@font-face {
    font-family: oswald;
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/oswald/oswald-medium_0-webfont.woff2) format('woff2'),
    url(../fonts/oswald/oswald-medium_0-webfont.woff) format('woff')
}

@font-face {
    font-family: oswald;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/oswald/oswald-regular_0-webfont.woff2) format('woff2'),
    url(../fonts/oswald/oswald-regular_0-webfont.woff) format('woff')
}

@font-face {
    font-family: icomoon;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/icomoon/icomoon.ttf?uh3r14) format('truetype'),
    url(../fonts/icomoon/icomoon.woff?uh3r14) format('woff'),
    url(../fonts/icomoon/icomoon.svg?uh3r14#icomoon) format('svg')
}

[class*=' icon-'], [class^=icon-] {
    font-family: icomoon !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-phone:before {
    content: '\e90c'
}

.icon-Message:before {
    content: '\e90d'
}

.icon-hospital:before {
    content: '\e906'
}

.icon-shop:before {
    content: '\e907'
}

.icon-skyscraper:before {
    content: '\e908'
}

.icon-analytics:before {
    content: '\e909'
}

.icon-factory:before {
    content: '\e90a'
}

.icon-headset:before {
    content: '\e90b'
}

.icon-rug:before {
    content: '\e900'
}

.icon-Sanitation:before {
    content: '\e901'
}

.icon-window-cleaner:before {
    content: '\e902'
}

.icon-Paint-roller:before {
    content: '\e903'
}

.icon-floor-mop:before {
    content: '\e904'
}

.icon-driving-test:before {
    content: '\e905'
}

body {
    font-family: titillium, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .0100em;
    overflow-x: hidden;
    max-width: 100%
}

@media (max-width: 767px) {
    body {
        font-size: 1.143em;
    }
}

img {
    max-width: 100%
}

a {
    transition: color .3s
}

a:active {
    text-decoration: none
}

ul {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    font-family: oswald, sans-serif;
    margin-top: 0;
    text-transform: uppercase
}

.header, select {
    font-family: titillium, sans-serif
}

.selectize-input.dropdown-active,
.selectize-input {
    font-weight: 600;
    line-height: 38px;
    min-width: 190px;
    padding: 14px 20px;
    letter-spacing: .050em;
    color: #0d0d0d;
    border: none;
    border-radius: 21px;
    vertical-align: top;
}

select {
    font-weight: 600;
    line-height: 38px;
    min-width: 190px;
    padding: 4px 20px 5px;
    letter-spacing: .050em;
    color: #0d0d0d;
    border: none;
    border-radius: 21px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.selectize-control.single .selectize-input:after {
    background: url('../img/down-arrow.png') 0 0 no-repeat;
    background-size: contain;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border: none;
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -7px;
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
    border: none;
}

.selectize-dropdown {
    position: absolute;
    z-index: 15;
    border: 1px solid #f5f5f5;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
}

.selectize-dropdown-content .option[data-value="select"] {
    display: none;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #0d0d0d;
    font-family: inherit;
    font-size: 1.143em;
    line-height: 1;
    -webkit-font-smoothing: inherit;
}

@media (min-width: 768px) {
    .selectize-dropdown,
    .selectize-input,
    .selectize-input input {
        font-size: 1.286em;
    }

    .selectize-input.dropdown-active,
    .selectize-input,
    select {
        font-size: 1.286em;
        line-height: 48px;
        padding: 4px 31px 5px;
        border: none;
    }
}

.h1, h1 {
    font-size: 4.286em;
    font-weight: 400;
    line-height: 1;
    margin-top: 0;
    letter-spacing: .0750em
}

.h2, h2 {
    font-size: 3.429em;
    line-height: 55px;
    margin-top: 0;
    letter-spacing: .0250em
}

@media (min-width: 768px) {
    .h2, h2 {
        font-size: 4.571em;
    }
}

@media (min-width: 1024px) {
    .nav-tabs li {
        margin: 0
    }

    .h2, h2 {
        font-size: 7.143em;
        line-height: 1.1;
    }
}

.h4, h4 {
    font-size: 2.000em;
    line-height: 1.1;
    letter-spacing: .0750em;
    color: #1b2c58
}

@media (min-width: 1024px) {
    .h4, h4 {
        font-size: 3.286em;
        line-height: 1
    }
}

.h5, .h6, h5, h6 {
    line-height: 30px;
    color: #1b2c58;
    letter-spacing: .0100em
}

.h5, h5 {
    font-size: 2.143em;
}

.h6, h6 {
    font-size: 1.714em;
}

.header {
    position: absolute;
    z-index: 3;
    left: 0;
    width: 100%;
    padding: 15px 0;
}

.header:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
}

.page-template-template-landing .header:before {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
}

@media (min-width: 1024px) {
    .header {
        padding: 26px 0;
    }

    .header .header-logo {
        padding-left: 24px
    }
}

.header .custom-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .custom-row:before,
.header .custom-row:after {
    display: none;
}

@media (min-width: 768px) {
    .header .custom-row {
        display: block
    }

    .header .header-info {
        padding-top: 16px
    }
}

@media (max-width: 767px) {
    .header {
        padding: 15px 0;
    }

    .header:before {
        height: auto;
    }
}

.header .header-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .header .custom-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header .header-nav.active + #responsive-menu-button {
        top: 10px;
    }

    .header .header-tel,
    .header #menu-social-icon {
        display: none !important;
    }
}

.header .header-lang .switcher-popup span,
.header .header-nav.active + #responsive-menu-button .open {
    display: none
}

.header .header-lang {
    line-height: 1;
    margin-right: 20px
}

@media (min-width: 768px) {
    .header .header-lang {
        margin-right: 15px
    }
}

.header .header-lang .select {
    line-height: 30px;
    min-width: initial;
    padding: 0;
    background-color: transparent
}

.header #responsive-menu-button {
    line-height: 1;
    position: relative;
    z-index: 999
}

.header #responsive-menu-button:hover {
    cursor: pointer
}

.header .header-nav {
    position: fixed;
    z-index: -3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    overflow-y: auto;
    transition: opacity .3s;
    opacity: 0;
    background-color: #fff;
    display: none;
}

.header .header-nav.active {
    z-index: 999;
    visibility: visible;
    opacity: 1;
    display: block;
}

.header .header-nav.active + #responsive-menu-button .close {
    display: block
}

.header .header-nav + #responsive-menu-button .close {
    display: none
}

.header .header-nav .header-nav-logo {
    padding: 20px;
    text-align: center
}

.header .header-nav .header-nav-logo img {
    max-width: 200px
}

@media (min-width: 768px) {
    .header .header-nav .header-nav-logo {
        padding: 3.85% 0 5.5%
    }

    .header .header-nav .header-nav-logo img {
        max-width: 377px
    }
}

.header .header-nav .nav {
    padding: 20px 15px
}

@media (min-width: 768px) {
    .header .header-nav .nav {
        padding: 10% 4.8%
    }
}

.header .header-nav .menu-item {
    position: relative;
    margin-bottom: 20px
}

@media (min-width: 1024px) {
    .header .header-lang {
        margin-right: 30px
    }

    .header .header-nav .menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 1px solid #b1b1b1;
    }

    .header .header-nav .nav {
        padding: 0 4.8%
    }

    .header .header-nav .menu-item {
        margin-bottom: 0;
        text-align: center
    }

    .header .header-nav .menu-item:hover .sub-menu {
        visibility: visible;
        height: auto;
        opacity: 1
    }
}

.header .header-nav .menu-item a {
    font-family: oswald, sans-serif;
    line-height: 30px;
    display: block;
    box-sizing: border-box;
    padding: 0 15px;
    letter-spacing: .0100em;
    color: #1b2c58
}

@media (min-width: 1024px) {
    .header .header-nav .menu-item a {
        font-size: 1.143em;
        line-height: normal;
        padding: 0 9px 10px
    }

    .header .header-nav .menu-item .sub-menu {
        position: absolute;
        top: calc(100% - 1px);
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        min-width: 200px;
        margin-bottom: 0;
        text-align: center
    }
}

@media (min-width: 1250px) {
    .header .header-nav .menu-item a {
        font-size: 1.214em;
        padding: 0 20px 23px
    }
}

@media (min-width: 1400px) {
    .header .header-nav .menu-item a {
        font-size: 1.429em;
        padding: 0 20px 23px
    }
}

@media (min-width: 1600px) {
    .header .header-nav .menu-item a {
        font-size: 25px;
        padding: 0 20px 23px
    }
}

.header .header-nav .menu-item .sub-menu {
    font-family: titillium, sans-serif;
    visibility: hidden;
    width: 100%;
    height: 0;
    margin: 0;
    list-style: none;
    transition: visibility .3s, opacity .3s, height .3s;
    opacity: 0;
    padding: 10px 28px 0;
}

.no-touch .header .header-nav .menu-item .sub-menu,
.header .header-nav .menu-item .sub-menu.active {
    visibility: visible;
    height: auto;
    opacity: 1
}

.header .header-nav .menu-item .sub-menu .nav-circle {
    display: none !important
}

.header .header-nav .menu-item .sub-menu a {
    font-size: 1.286em;
    line-height: 48px;
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: -.05em
}

.header .header-nav .menu-item-has-children {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-right: 60px;
    background-image: url('../img/down-arrow.png');
    background-repeat: no-repeat;
    background-position: 97% 0;
    background-size: 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 1024px) {
    .header .header-nav .menu-item-has-children {
        display: block;
        padding-right: 20px;
        background-position: 97% 10%;
        background-size: 14px;
    }

    .header .header-nav .menu-item .sub-menu {
        padding: 10px 0 0;
    }
}

.header .header-nav .nav-circle {
    display: none
}

@media (min-width: 1024px) {
    .header .header-nav .nav-circle {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        height: 0;
        transition: .3s;
        -webkit-transition: .3s;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header .header-nav .nav-circle span {
        display: block;
        overflow: hidden;
        width: 13px;
        height: 13px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 100%;
        background: #214d8f
    }

    .header .menu {
        display: -ms-flexbox;
        display: flex
    }
}

.hero-section {
    background-position: top center;
    background-size: cover;
    position: relative;
}

video {
    position: absolute;
    width: 100%;
    z-index: -1;
}

.hero-section .section-area .hidden-section video {
    top: 50%;
    left: 50%;
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: initial;
}

.ovh .hero-section .billboard-title {
    display: none;
}

.hero-section .billboard-title {
    position: absolute;
    z-index: 2;
    top: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #1b2c58;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 2.5vw;
    line-height: 1;
    letter-spacing: .048em;
    width: 100%;
    max-width: 500px;
    text-align: center;
}

@media (max-width: 1380px) {
    .hero-section .billboard-title {
        top: 42px;
        max-width: 350px;
    }
}

@media (max-width: 1200px) {
    .hero-section .billboard-title {
        top: 90px;
        font-size: 2.571em;
    }
}

@media (max-width: 767px) {
    .hero-section .billboard-title {
        display: none;
    }
}

.squareitem-section .with-image {
    background: center center no-repeat;
    background-size: cover
}

.header .menu {
    margin: 0;
    padding: 0;
    list-style: none
}

@media (min-width: 768px) {
    .header .header-tel {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-right: 15px;
        letter-spacing: normal
    }
}

.header .header-tel a {
    font-size: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    color: #fff;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1024px) {
    .header .header-tel {
        margin-right: 30px;
    }

    .header .header-tel a {
        font-size: 1.286em;
    }

    .lg-text-justify {
        text-align: justify;
    }
}

.header .header-tel a:hover {
    color: #4d5b67
}

.header .header-tel a svg {
    display: none;
}

#menu-social-icon-2,
#menu-social-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#menu-social-icon-2 {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
}

@media (min-width: 768px) {
    #menu-social-icon-2 {
        display: none;
    }

    .header #menu-social-icon {
        margin-right: 15px
    }
}

@media (min-width: 1380px) {
    .header #menu-social-icon {
        margin-right: 97px
    }
}

.header #menu-social-icon .menu-item {
    margin-right: 10px
}

@media (min-width: 1024px) {
    .header #menu-social-icon .menu-item {
        margin-right: 27px
    }
}

#menu-social-icon-2 .menu-item:not(:last-child) {
    margin-right: 20px;
}

#menu-social-icon .menu-item:last-child {
    margin-right: 0
}

#menu-social-icon-2 span,
#menu-social-icon span {
    display: none
}

#menu-social-icon-2 i {
    font-size: 2.143em;
    margin-right: 0;
}

#menu-social-icon i {
    font-size: 26px;
    margin-right: 0
}

#menu-social-icon-2 a,
#menu-social-icon a {
    color: #fff
}

#menu-social-icon-2 a:hover,
#menu-social-icon a:hover {
    color: #4d5b67
}

.header a:hover {
    text-decoration: none
}

.header-logo img {
    max-width: 220px;
    margin-bottom: -20px;
    margin-left: -15px;
}

.hero-section {
    overflow: hidden;
    height: 100vh;
    background-repeat: no-repeat;
}

@media (min-width: 1024px) {
    .hero-section {
        height: 100vh;
    }
}

.hero-section .container-fluid {
    max-width: none;
    height: 100%;
    margin: 0;
    padding: 0
}

.hero-section .billboard-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100vh
}

@media (max-width: 991px) {
    .header .header-nav {
        font-size: 1.429em;
    }

    .header .header-nav .menu-item .sub-menu a {
        font-size: 1.143em;
        line-height: 2;
    }

    .hero-section .billboard-section {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 40vh 0 90px;
    }

    .hero-section .billboard-section .item .title {
        font-size: 4.143em;
        text-shadow: 3px 3px 9px rgba(0, 0, 0, 1);
    }

    .hero-section .billboard-section .item {
        width: 100%;
        height: 33.33%;
    }
}

@media (max-width: 767px) {
    .hero-section .billboard-section {
        padding: 40vh 0 70px;
    }

    .header-logo img {
        margin: -10px 0 -10px -15px;
    }

    .hero-section .billboard-section .owl-nav button {
        bottom: 15%;
    }

    .hero-section .billboard-section .item .title {
        font-size: 3.429em;
    }

    .owl--whoweare-slider p br {
        display: none;
    }
}

@media (max-width: 480px) {
    .hero-section .billboard-section .item .title {
        font-size: 8vw;
    }
}

.hero-section .billboard-section .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 992px) {
    .hero-section .billboard-section .item {
        position: relative;
        width: 33.33%;
        height: 100%;
        border-left: 1px solid #fff
    }

    .hero-section .section-area .hidden-section .title,
    .hero-section .billboard-section .item .title {
        position: absolute
    }
}

.hero-section .section-area .hidden-section .title,
.hero-section .billboard-section .item .title {
    width: 100%;
    transition: .4s opacity;
    padding: 0 10px;
    text-shadow: 3px 3px 9px rgba(0, 0, 0, .5);
}

@media (min-width: 992px) {
    .hero-section .section-area .hidden-section .title,
    .hero-section .billboard-section .item .title {
        bottom: 9vw;
    }

    .hero-section .section-area .hidden-section-1 .holder {
        float: left
    }
}

@media (min-width: 1400px) {
    .hero-section .section-area .hidden-section .title,
    .hero-section .billboard-section .item .title {
        bottom: 5vw;
    }
}

.hero-section .billboard-section .item.active .title {
    z-index: 9999;
    opacity: 0
}

.hero-section .section-area .hidden-section-1.active {
    left: 0;
    visibility: visible;
    opacity: 1
}

.hero-section .section-area .hidden-section-1 {
    top: 0;
    left: -20%;
    width: 100%
}

.hero-section .section-area .hidden-section-2.active {
    visibility: visible;
    opacity: 1
}

.hero-section .section-area .hidden-section-2 {
    z-index: 3;
    top: 33.333%;
    left: 0
}

@media (min-width: 992px) {
    .hero-section .section-area .hidden-section-1:before {
        float: right;
        width: 25%;
        height: 100%;
        content: '';
        background-color: #1b2c58
    }

    .hero-section .section-area .hidden-section-1:after {
        float: right;
        width: 25%;
        height: 100%;
        content: '';
        background-color: #45525f
    }

    .hero-section .section-area .hidden-section-2 {
        top: 0
    }

    .hero-section .section-area .hidden-section-2:before {
        float: left;
        width: 25%;
        height: 100%;
        content: '';
        background-color: #45525f
    }
}

.hero-section .section-area .hidden-section-2 .holder {
    float: left
}

@media (min-width: 992px) {
    .hero-section .section-area .hidden-section-2:after {
        float: right;
        width: 25%;
        height: 100%;
        content: '';
        background-color: #1b2c58
    }
}

.hero-section .billboard-section .item.right {
    border-bottom: none
}

.hero-section .section-area .hidden-section-3.active {
    right: 0;
    visibility: visible;
    opacity: 1
}

.hero-section .section-area .hidden-section-3 {
    top: 66.666%;
    right: -20%;
    width: 100%
}

.hero-section .section-area .hidden-section-3 .holder {
    float: right
}

@media (min-width: 1024px) {
    .hero-section .section-area .hidden-section-3 {
        top: 0
    }

    .hero-section .section-area .hidden-section-3:before {
        float: left;
        width: 25%;
        height: 100%;
        content: '';
        background-color: #45525f
    }

    .hero-section .section-area .hidden-section-3:after {
        float: left;
        width: 25%;
        height: 100%;
        content: '';
        background-color: #1b2c58
    }
}

.hero-section .section-area .hidden-section {
    position: absolute;
    z-index: 3;
    visibility: hidden;
    width: 100%;
    height: 33.3333%;
    transition: left .3s, right .3s, opacity .3s, visibility .2s;
    opacity: 0
}

@media (min-width: 992px) {
    .hero-section .section-area .hidden-section {
        top: 0;
        bottom: 0;
        height: 100%
    }
}

@media (max-width: 991px) {
    .hero-section .section-area .hidden-section {
        visibility: hidden;
    }
}

.hero-section .section-area .hidden-section .holder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    padding: 0 7%;
    text-align: center;
    background: center center no-repeat;
    background-size: cover;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-section .section-area .hidden-section .text {
    font-family: titillium, sans-serif;
    font-size: 1.000em;
    color: #fff
}

@media (min-width: 480px) {
    .hero-section .section-area .hidden-section .text {
        font-size: 1.286em
    }
}

@media (min-width: 992px) {
    .hero-section .section-area .hidden-section .holder {
        width: 50%;
        padding: 0 7%;
        -webkit-box-align: end;
        -moz-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: relative;
        overflow: hidden;
    }
}

.hero-section .section-area .hidden-section .title,
.hero-section .billboard-section .title {
    font-family: oswald, sans-serif;
    font-size: 2.143em;
    line-height: 1;
    position: relative;
    z-index: 2;
    display: block;
    text-align: center;
    letter-spacing: .0500em;
    text-transform: uppercase;
    color: #fff
}

@media (min-width: 992px) {
    .hero-section .section-area .hidden-section .title,
    .hero-section .billboard-section .title {
        font-size: 2.429em;
    }
}

@media (min-width: 1200px) {
    .hero-section .section-area .hidden-section .title,
    .hero-section .billboard-section .title {
        font-size: 3.214em;
    }
}

@media (min-width: 1400px) {
    .hero-section .section-area .hidden-section .title,
    .hero-section .billboard-section .title {
        font-size: 3.571em;
    }
}

.hero-section .section-area .hidden-section .title:hover,
.hero-section .billboard-section .title:hover {
    text-decoration: none
}


.warning {
    background-color: #ffd300;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0;
}

.warning p{
    margin: 0;
}

.warning a {
    color: #000;
    text-decoration: underline;
}

.warning i {
    position: absolute;
    top: 10px;
    right: 50px;
    cursor: pointer;
}

.js-scroll-to {
    position: absolute;
    z-index: 100;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.arrow-down {
    display: block;
    position: relative;
    width: 28px;
    height: 24px;
}

.arrow-down .btn-text {
    display: block;
    position: absolute;
    bottom: -55px;
    color: #fff;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-transform: uppercase;
    font-size: .8em;
    line-height: 1;
}

.arrow-down .chevron {
    position: absolute;
    display: block;
    width: 28px;
    height: 8px;
    opacity: 1;
    transform: scale3d(0.5, 0.5, 0.5);
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
    -webkit-animation: move 3s ease-out infinite;
}

.arrow-down .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
    -webkit-animation: move 3s ease-out 1s infinite;
}

.arrow-down .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
    -webkit-animation: move 3s ease-out 2s infinite;
}

.arrow-down .chevron:before,
.arrow-down .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.arrow-down .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
    -webkit-transform: skew(0deg, 30deg);
}

.arrow-down .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
    -webkit-transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }
    33% {
        opacity: 1;
        transform: translateY(30px);
        -webkit-transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
        -webkit-transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
        -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

@-webkit-keyframes move {
    25% {
        opacity: 1;

    }
    33% {
        opacity: 1;
        transform: translateY(30px);
        -webkit-transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
        -webkit-transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
        -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.site-footer {
    font-family: titillium, sans-serif;
    font-size: 1.143em;
    font-weight: 400;
    line-height: 30px;
    padding-top: 29px;
    color: #ebebeb;
    background-color: #1b2c58
}

.site-footer .bottom-row, .squareitem-section .title {
    font-family: oswald, sans-serif;
    line-height: 30px
}

.site-footer .row .widget-area {
    margin-bottom: 20px
}

@media (min-width: 1024px) {
    .site-footer {
        padding: 46px 0 0
    }

    .site-footer .row .widget-area {
        margin-bottom: 0
    }

    .site-footer .row .widget-area:nth-child(2) {
        padding-left: 2.5%;
    }

    .site-footer .row .widget-area:nth-child(3) {
        padding-left: 7.3%
    }

    .site-footer .row .widget-area:nth-child(4) {
        padding-left: 6.8%
    }
}

.site-footer .title {
    font-size: 1.286em;
    font-weight: 600;
    letter-spacing: .0100em;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffff
}

#footer4 span.title {
    display: none;
}

.site-footer .menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.site-footer a {
    color: #fff
}

.site-footer address {
    line-height: 30px;
    margin-bottom: 0
}

.site-footer .bottom-row {
    font-size: 1.286em;
    font-weight: 300;
    margin-top: 29px;
    padding: 21px 0 6px;
    text-align: center;
    letter-spacing: .0100em;
    color: #727272;
    background-color: #fff
}

.site-footer .links a {
    color: #727272;
}

.squareitem-section .small-items:after, .who-we-are:after {
    background-color: #f5f5f5;
    content: ''
}

.who-we-are {
    padding: 30px 0
}

.who-we-are:after {
    z-index: 1;
    display: block;
    width: 100%;
    height: 175px;
    margin-top: -40px
}

@media (max-width: 1024px) {
    .who-we-are:after {
        height: 100px;
        margin-bottom: 40px;
        margin-top: 0;
    }

    .squareitem-section p br {
        display: none;
    }
}

@media (max-width: 767px) {
    .who-we-are {
        margin-bottom: 45px;
    }

    .site-footer .row .widget-area {
        margin-bottom: 15px;
    }

    .site-footer .widget-area > div,
    .site-footer .widget-area > ul {
        display: none;
    }

    .site-footer .widget-area .title {
        position: relative;
        padding-right: 25px;
        display: block;
    }

    .site-footer .widget-area .title:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background: url('../img/right-chevron.svg') 0 0 no-repeat;
        background-size: contain;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
    }

    .site-footer .widget-area .title.active:after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

.who-we-are .container-fluid {
    position: relative;
    z-index: 2
}

.who-we-are .heading {
    width: 100%;
    text-align: center
}

@media (min-width: 1024px) {
    .who-we-are {
        padding: 70px 0 0
    }

    .who-we-are:after {
        height: 352px;
        margin-top: -79px
    }

    .who-we-are .heading {
        width: auto;
        text-align: left
    }

    .who-we-are .owl--who-we-are {
        margin-top: -69px
    }

    .who-we-are .two-col .text-holder {
        max-width: 38.55%;
        padding-right: 15px
    }
}

@media (max-width: 767px) {
    .who-we-are .heading {
        text-align: left
    }
}

.who-we-are .owl--who-we-are .owl-dots {
    -ms-transform: translateY(55px);
    transform: translateY(55px)
}

.who-we-are .two-col .text-holder {
    line-height: 30px;
    width: 100%;
    padding-right: 10px;
}

.owl--who-we-are {
    margin: 0 -5px;
}

.owl--who-we-are .owl-stage .owl-item .two-col {
    padding: 0 5px;
}

@media (max-width: 1024px) {
    .who-we-are .owl--who-we-are .owl-dots {
        -ms-transform: translateY(65px);
        transform: translateY(65px);
    }
}

@media (max-width: 767px) {
    .who-we-are .two-col .text-holder {
        line-height: 1.65;
        padding-right: 0;
    }

    .who-we-are .owl--who-we-are .owl-dots {
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.who-we-are .two-col .text-holder .title {
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .who-we-are .two-col {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .who-we-are .two-col .text-holder p {
        margin-bottom: 30px
    }
}

.who-we-are .two-col .image-holder {
    margin: 15px 0 0;
}

@media (min-width: 768px) {
    .who-we-are .two-col .image-holder {
        position: relative;
        display: block;
        margin: 5px 7px;
        box-shadow: 0 0 11px 0 rgba(0, 0, 0, .75)
    }
}

.who-we-are .two-col .image-holder .go-to {
    position: absolute;
    right: 0;
    bottom: 0
}

.services-by-industry {
    position: relative;
    margin-top: -30px;
    margin-bottom: 50px
}

.services-by-industry .heading {
    width: 100%;
}

@media (min-width: 1024px) {
    .who-we-are .two-col .image-holder {
        width: 100%;
        max-width: 45.2%
    }

    .services-by-industry {
        margin-bottom: 0
    }

    .services-by-industry .heading {
        position: absolute;
        top: -15px;
        right: 70px;
        max-width: 40%;
        margin-top: 0
    }

    .squareitem-section.custom-squareitem-section .big-items .with-image {
        width: 50%;
        min-height: 369px;
        margin: 0
    }
}

@media (min-width: 1200px) {
    .services-by-industry .heading {
        right: 60px;
        max-width: 31%
    }
}

@media (min-width: 1400px) {
    .services-by-industry .heading {
        right: 11px
    }
}

.squareitem-section {
    position: relative;
    z-index: 1
}

.squareitem-section.custom-squareitem-section .big-items .text {
    margin-right: 0;
    margin-left: 0
}

.our-company-page .squareitem-section .big-items.first .with-image {
    background-size: contain;
}

@media (min-width: 992px) {
    .services-by-industry .heading {
        margin-top: -15px;
        text-align: center;
    }

    .squareitem-section.custom-squareitem-section .big-items .text {
        width: 50%
    }
}

.squareitem-section a:focus, .squareitem-section a:hover {
    cursor: pointer;
    text-decoration: none
}

.squareitem-section a:focus:after, .squareitem-section a:hover:after {
    opacity: 1
}

.squareitem-section .title {
    display: block;
    font-size: 2.143em;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-align: center;
    letter-spacing: .0500em;
    text-transform: uppercase;
    color: #1b2c58
}

.big-items p {
    margin-bottom: 10px;
}

@media (min-width: 1024px) {
    .squareitem-section.custom-squareitem-section .big-items .text {
        line-height: 30px;
        width: 50%
    }

    .squareitem-section .title {
        font-size: 3.214em;
        line-height: 60px
    }
}

.squareitem-section .big-items.rewerse {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.squareitem-section .big-items .with-image .title {
    text-align: center;
}

@media (min-width: 768px) {
    .squareitem-section .big-items {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%
    }

    .squareitem-section .big-items.rewerse .text {
        margin-right: 34px;
        margin-left: 0
    }

    .squareitem-section .big-items.rewerse .text,
    .squareitem-section .big-items.rewerse .title {
        text-align: right
    }
}

@media (min-width: 1200px) {
    .squareitem-section .big-items.rewerse .text {
        width: 30%
    }
}

.squareitem-section .big-items.rewerse .with-image {
    min-height: 373px
}

.squareitem-section .big-items .title {
    font-size: 2.143em;
    text-align: left;
}

@media (min-width: 1024px) {
    .squareitem-section .big-items .title {
        font-size: 3.429em;
    }
}

.squareitem-section .big-items .with-image {
    min-height: 388px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .33)
}

.squareitem-section .big-items .text {
    padding-top: 20px;
    padding-bottom: 20px
}

.squareitem-section .big-items .text a {
    color: #337ab7;
}

.squareitem-section .big-items.first .text {
    padding-top: 0;
}

@media (min-width: 992px) {
    .squareitem-section .big-items.rewerse .with-image {
        margin-right: 0
    }

    .squareitem-section .big-items .with-image {
        width: 50%
    }

    .squareitem-section .big-items .text {
        width: 35%;
        margin-left: 48px;
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .squareitem-section .big-items .text.left-txt {
        padding-right: 35px
    }
}

@media (min-width: 1200px) {
    .squareitem-section .big-items .text {
        width: 20.2%
    }
}

.squareitem-section .big-items .text p:last-child {
    margin-bottom: 0
}

.squareitem-section .small-items {
    position: relative
}

@media (min-width: 992px) {
    .squareitem-section .big-items .text.right-txt {
        padding-left: 23px
    }

    .squareitem-section .small-items {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, .33)
    }
}

.squareitem-section .small-items .title {
    font-size: 2.143em;
}

.squareitem-section .small-items .with-image {
    height: 230px;
    margin-top: 20px;
    margin-bottom: 40px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .33)
}

@media (min-width: 992px) {
    .squareitem-section .small-items:after {
        position: absolute;
        z-index: -1;
        top: -30px;
        bottom: -30px;
        display: block;
        width: 10000px;
        height: 290px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .squareitem-section .small-items.alt:after {
        display: none;
    }

    .squareitem-section .small-items .with-image {
        width: 33.333%;
        margin-top: 0;
        margin-bottom: 0;
        box-shadow: none
    }
}

.squareitem-section .with-image {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-repeat: no-repeat;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.squareitem-section .with-image:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    transition: opacity .2s, background .3s;
    opacity: 0;
    background-color: rgba(255, 255, 255, .54)
}

.squareitem-section ul {
    font-family: titillium, sans-serif;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 20px;
    padding-left: 27px
}

.squareitem-section ul:last-child {
    margin-bottom: 0
}

.squareitem-section ul li {
    position: relative;
    list-style: none
}

.squareitem-section ul li:before {
    position: absolute;
    top: 11px;
    left: -25px;
    overflow: hidden;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 100%;
    background-color: #111
}

.squareitem-section ul ul li:before {
    border: 1px solid #111;
    background: transparent;
}

.performance-management {
    position: relative
}

.performance-management .heading {
    position: relative;
    z-index: 2;
}

.squareitem-section .with-image.xs-visible {
    display: none;
}

.small-items.owl-carousel .owl-prev {
    left: 10px;
}

.small-items.owl-carousel .owl-next {
    right: 10px;
}

@media (max-width: 1200px) {
    .squareitem-section .small-items .with-image {
        height: 16vw;
    }
}

@media (max-width: 991px) {
    .squareitem-section .small-items .with-image {
        height: 20vw;
    }
}

@media (max-width: 991px) {
    .squareitem-section .with-image.xs-hidden {
        display: none;
    }

    .squareitem-section .big-items .text {
        padding: 0;
    }

    .squareitem-section .with-image.xs-visible {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .squareitem-section .small-items .title {
        padding: 0 25px;
    }

    .small-items.owl-carousel .owl-nav button {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(255, 255, 255, .85);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        background-repeat: no-repeat;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .small-items.owl-carousel .owl-nav button:before {
        line-height: 1;
        margin-top: -3px;
    }

    .performance-management .heading {
        margin-top: 0;
    }

    .squareitem-section .big-items .with-image {
        height: 70vw;
        min-height: 0 !important;
    }

    .squareitem-section .small-items .with-image {
        height: 60vw;
        box-shadow: none;
    }

    .who-we-are .two-col .image-holder .go-to {
        display: none;
    }
}

@media (min-width: 1024px) {
    .performance-management .heading {
        position: absolute;
        top: 35%;
        left: 7%;
        max-width: 30%;
        margin-top: 0
    }

    .performance-management:after {
        position: absolute;
        top: 6px;
        display: block;
        width: 100%;
        height: 18.5vw;
        content: '';
        background-color: #f5f5f5
    }
}

@media (min-width: 1600px) {
    .performance-management .heading {
        max-width: 32%
    }
}

.performance-management .slider-holder {
    position: relative;
    z-index: 2;
    max-width: 100%;
    background-color: #fff;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .2)
}

.performance-management .slider-holder .slide-header {
    padding: 20px;
    text-align: right
}

.performance-management .slider-holder .title {
    font-family: oswald, sans-serif;
    font-size: 2.857em;
    font-weight: 500;
    line-height: 60px;
    display: block;
    margin-bottom: 14px;
    letter-spacing: .0250em;
    color: #1b2c58
}

@media (min-width: 1024px) {
    .performance-management .slider-holder {
        max-width: 65.8%
    }

    .performance-management .slider-holder .slide-header {
        padding: 47px 21px
    }

    .performance-management .slider-holder .go-to {
        width: 85px;
        height: 85px
    }
}

.performance-management .owl-carousel {
    margin-bottom: 35px;
    padding: 15px
}

.performance-management .owl-carousel .owl-dots {
    -ms-transform: translateY(60px);
    transform: translateY(60px)
}

@media (min-width: 1024px) {
    .performance-management .owl-carousel {
        padding: 92px 82px 72px
    }

    .performance-management .owl-carousel .owl-dots {
        -ms-transform: translateY(135px);
        transform: translateY(135px)
    }
}

.performance-management .owl-carousel p {
    margin-bottom: 30px
}

.performance-management .owl-carousel .owl-item {
    line-height: 30px;
    padding: 0 15px 20px
}

.performance-management .owl-carousel .owl-item .btn {
    margin-top: 19px
}

.side-nav {
    display: none
}

@media (min-width: 1024px) {
    .side-nav {
        font-family: oswald, sans-serif;
        font-size: 1.714em;
        font-weight: 300;
        line-height: 48px;
        position: fixed;
        z-index: 999;
        top: 50%;
        left: 79px;
        display: block;
        visibility: hidden;
        transition: opacity .3s, visibility .3s;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        letter-spacing: .0500em;
        opacity: 0
    }
}

@media (max-width: 767px) {
    .performance-management .slider-holder {
        max-width: calc(100% + 30px);
        margin: 0 -15px;
    }

    .performance-management .slider-holder .title {
        font-size: 2.143em;
        line-height: normal;
        margin-bottom: 20px;
    }

    .performance-management .slide-header {
        margin-bottom: 10px;
    }

    .performance-management .header-logo img {
        max-width: 160px;
        margin: 0;
    }

    .performance-management .owl-carousel {
        margin-bottom: 0;
    }

    .performance-management .owl-carousel .owl-item {
        padding: 0;
    }

    .performance-management .owl-carousel p {
        margin-bottom: 15px;
    }

    .performance-management .owl-carousel .owl-item .btn {
        margin-top: 10px;
    }

    .performance-management .owl-carousel .owl-dots {
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin-top: 15px;
    }

    .squareitem-section .big-items .text p:last-child {
        margin-bottom: 15px;
    }

    .squareitem-section .with-image.logo {
        background-size: contain;
    }
}

.side-nav.active-nav {
    visibility: visible !important;
    opacity: 1 !important
}

.side-nav a {
    position: relative;
    color: #c5c5c5
}

.side-nav a.active, .side-nav a:focus, .side-nav a:hover {
    text-decoration: none;
    color: #1b2c58
}

.side-nav a.active:after, .side-nav a:focus:after, .side-nav a:hover:after {
    background-color: #1b2c58
}

.side-nav a:after {
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    width: 6px;
    height: 6px;
    content: '';
    transition: background .3s;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 100%;
    background-color: transparent
}

.side-nav ul {
    margin: 0;
    padding: 0
}

.our-company-page {
    position: relative
}

.our-company-squareitem-section {
    margin-bottom: 20px;
    color: #5c5c5c
}

@media (min-width: 1024px) {
    .our-company-squareitem-section {
        margin-bottom: 98px
    }
}

.our-clients {
    text-align: center
}

@media (min-width: 1024px) {
    .our-clients .heading.center h4 {
        font-size: 4.286em;
    }
}

.our-clients .container {
    padding: 0
}

.our-clients .owl--clients-carousel {
    position: relative;
    margin-bottom: 40px
}

.our-clients .owl--clients-carousel .owl-stage-outer {
    margin-bottom: 40px
}

@media (min-width: 1024px) {
    .our-clients .owl--clients-carousel .owl-stage-outer {
        margin-bottom: 0
    }
}

.our-clients .owl--clients-carousel .owl-next, .our-clients .owl--clients-carousel .owl-prev {
    -ms-transform: translateY(-35px);
    transform: translateY(-35px)
}

.our-clients .slide {
    font-weight: 400;
    padding: 0 15px
}

.our-clients .slide a {
    text-decoration: none;
}

@media (min-width: 768px) {
    .our-clients .slide {
        padding: 0 5px
    }

    .our-clients .slide .icon-holder {
        width: 166px
    }
}

.our-clients .current .slide .icon-holder,
.our-clients .slide:hover .icon-holder {
    color: #fff;
    background-color: #1b2c58;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .5);
}

.our-clients .owl-stage {
    padding-top: 15px;
}

.our-clients .slide .icon-holder {
    font-size: 4.286em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 166px;
    margin: 0 auto 15px;
    padding: 10px;
    transition: color .3s, background .3s;
    color: #1b2c58;
    background-color: #f5f5f5;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.our-clients .slide .text {
    font-family: oswald, sans-serif;
    letter-spacing: .0250em;
    color: #5c5c5c;
    font-weight: 500;
}

.strategic-principles-box {
    margin-bottom: 30px;
    padding: 30px 15px;
    color: #5c5c5c;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3)
}

@media (max-width: 767px) {
    .our-clients .slide .icon-holder {
        width: 166px;
        border-radius: 4px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3)
    }

    .our-clients .owl-nav.disabled {
        display: block;
    }

    .our-clients .owl-nav .owl-prev {
        left: 20px;
    }

    .our-clients .owl-nav .owl-next {
        right: 20px;
    }
}

@media (min-width: 768px) {
    .strategic-principles-box {
        margin-bottom: 76px;
        padding: 60px 55px 38px
    }

    .strategic-principles-box .list-holder {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.strategic-principles-box h4 {
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center
}

.strategic-principles-box .list-holder {
    padding: 13px 0
}

.strategic-principles-box ul {
    font-family: titillium, sans-serif;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 20px;
    padding-left: 27px
}

.blog-holder .title, .blog-individual-section .author {
    font-family: oswald, sans-serif
}

@media (min-width: 768px) {
    .strategic-principles-box ul {
        margin-bottom: 42px
    }
}

.strategic-principles-box ul:last-child {
    margin-bottom: 0
}

.strategic-principles-box ul li {
    position: relative;
    list-style: none
}

.strategic-principles-box ul li:before {
    position: absolute;
    top: 11px;
    left: -25px;
    overflow: hidden;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 100%;
    background-color: #111
}

.strategic-principles-box ul .title {
    font-size: 1.286em;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 9px;
    margin-left: -27px;
    letter-spacing: .0100em;
    color: #040404
}

.strategic-principles-slider {
    padding: 0 4%;
    margin: 0 auto;
}

.strategic-principles-slider .holder {
    overflow: hidden;
    padding: 50px 0
}

.strategic-principles-slider .owl--strategic {
    width: 70%;
    margin: 0 auto;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3)
}

.strategic-principles-slider .owl-stage-outer {
    overflow: visible
}

.strategic-principles-slider .owl-stage-outer .owl-item {
    z-index: 1
}

.strategic-principles-slider .owl-stage-outer .owl-item .image-holder {
    transition: .3s
}

.strategic-principles-slider .owl-stage-outer .owl-item.active {
    z-index: 99999
}

.strategic-principles-slider .owl-stage-outer .owl-item.active .image-holder {
    -ms-transform: scale(1.16);
    transform: scale(1.16)
}

.strategic-principles-slider .image-holder {
    min-height: 300px;
    background: center center no-repeat;
    background-size: cover;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3)
}

@media (min-width: 768px) {
    .strategic-principles-slider .owl--strategic {
        width: 620px
    }

    .strategic-principles-slider .image-holder {
        min-height: 415px
    }
}

.clients-logos {
    padding: 0 15px
}

@media (min-width: 1024px) {
    .clients-logos {
        margin-bottom: 44px;
        padding: 0
    }
}

.clients-logos .logo-holder .item {
    height: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px dashed transparent;
    border-right: dashed 1px #ddd;
    border-bottom: dashed 1px #ddd;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (min-width: 1024px) {
    .clients-logos .logo-holder .item {
        height: 150px
    }

    .clients-logos .logo-holder .item:nth-last-child(-n+4) {
        border-bottom: none
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .clients-logos .logo-holder .item:nth-child(4n) {
        border-right: none
    }
}

@media (max-width: 1024px) {
    .clients-logos .logo-holder .item:nth-child(3n) {
        border-right: none
    }

    .clients-logos .logo-holder .item:nth-last-child(-n+3) {
        border-bottom: none
    }
}

@media (min-width: 1200px) {
    .clients-logos .logo-holder .item {
        height: 195px
    }

    .clients-logos .logo-holder .item:nth-child(6n) {
        border-right: none
    }

    .clients-logos .logo-holder .item:nth-last-child(-n+6) {
        border-bottom: none
    }
}

.clients-logos .logo-holder .item a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.clients-logos .logo-holder .item img {
    max-width: 100%;
    max-height: 100%
}

.blog-page time {
    color: rgba(42, 42, 42, .45)
}

.blog-section .custom-holder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-section .custom-holder .big-section {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    color: #fff
}

@media (min-width: 768px) {
    .blog-section .custom-holder .big-section {
        margin-bottom: 50px
    }

    .blog-section .custom-holder .text {
        position: absolute;
        top: 20px;
        right: 30px;
        left: 30px;
    }
}

.blog-section .custom-holder .big-section h2 {
    font-size: 3.429em;
    line-height: 70px;
    width: 100%;
    color: #fff
}

.blog-section .custom-holder .big-section p {
    margin-bottom: 25px
}

.blog-section .custom-holder .bg-prop {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 15px;
    background-position: 29%
}

.blog-holder {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .blog-holder {
        margin-bottom: 50px;
        padding: 22px 0
    }
}

@media (min-width: 1024px) {
    .blog-section .custom-holder .bg-prop {
        height: 100%;
        background-position: center center
    }

    .blog-holder {
        margin-bottom: 88px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .blog-holder .col.left-col {
        width: 40%
    }
}

@media (min-width: 1200px) {
    .blog-holder .col.left-col {
        width: 48.3%
    }
}

.blog-holder .col.right-col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 1024px) {
    .blog-holder .col.right-col {
        width: 60%
    }
}

@media (min-width: 1200px) {
    .blog-holder .col.right-col {
        width: 51.7%
    }
}

.blog-holder .col .item {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    color: #5c5c5c;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.blog-holder .col .item .description {
    display: block;
    line-height: 28px;
}

.blog-holder .col .item .description p {
    font-weight: normal;
    margin-bottom: 27px;
}

.blog-holder .col .item.bg-prop:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(220, 220, 220, 0.8);
}

@media (max-width: 767px) {
    .blog-section .custom-holder .bg-prop {
        position: relative;
    }

    .blog-section .custom-holder .bg-prop:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
    }

    .blog-section .custom-holder .bg-prop .text {
        z-index: 1;
        position: relative;
        top: 0 !important;
    }
}

@media (min-width: 580px) {
    .blog-holder .col .item .description {
        display: none;
    }

    .blog-holder .col .item {
        margin-bottom: 0
    }

    .blog-holder .col .item.two-item {
        height: 423px
    }

    .blog-holder .col .item.two-item .col {
        max-width: 50%
    }

    .blog-section .custom-holder .bg-prop {
        position: relative;
        z-index: 1;
    }

    .blog-section .custom-holder .bg-prop:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
    }
}

.blog-holder .col .item.two-item .title {
    font-size: 2.571em;
    margin-bottom: 20px
}

.blog-holder .col .item.two-item .col {
    width: 50%;
    height: 100%
}

.blog-holder .col .item.rewerse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (min-width: 580px) {
    .blog-holder .col .item.rewerse .text:before {
        right: 0;
        left: auto;
        -ms-transform: translate(100%, -50%);
        transform: translate(100%, -50%);
        border-width: 32px 0 32px 29px;
        border-color: transparent transparent transparent #fff
    }
}

.blog-holder .image {
    min-height: 300px
}

.blog-holder .info {
    overflow: hidden;
    width: 100%;
    padding: 10% 5%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.blog-holder .info time {
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .blog-holder .info {
        padding: 5%
    }

    .blog-holder .info time {
        margin-bottom: 22px
    }
}

@media (max-width: 579px) {
    .blog-holder .col .item.two-item .col {
        width: 100%;
    }

    .blog-holder .text:before {
        display: none;
    }

    .blog-holder .col .item.two-item .title {
        font-size: 1.714em;
        line-height: 1.1;
        text-transform: none;
        margin-bottom: 15px;
        letter-spacing: .0200em;
        font-weight: normal;
    }

    .blog-holder .text .info {
        padding: 9px 0;
        text-align: left;
        overflow: visible;
    }
}

.blog-holder .text {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-holder .text:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    content: '';
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 0 32.5px 29px;
    border-style: solid;
    border-color: transparent transparent #fff
}

@media (min-width: 580px) {
    .blog-holder .text:before {
        top: 50%;
        bottom: auto;
        left: 0;
        -ms-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
        border-width: 32.5px 29px 32.5px 0;
        border-color: transparent #fff transparent transparent
    }
}

.blog-holder .title {
    font-size: 3.429em;
    font-weight: 600;
    line-height: 48px;
    display: block;
    width: 100%;
    margin-bottom: 29px;
    letter-spacing: .0750em;
    text-transform: uppercase;
    color: #1b2c58
}

.blog-individual-section time {
    color: #9b9b9b
}

.blog-individual-section p {
    letter-spacing: .0079em;
    color: #5c5c5c
}

.blog-holder p {
    font-weight: bold
}

@media (min-width: 768px) {
    .blog-holder p {
        margin-bottom: 38px;
    }

    .blog-individual-section {
        padding: 39px 0
    }

    .blog-individual-section p {
        margin-bottom: 17px
    }
}

.blog-individual-section .author {
    margin-bottom: 30px;
    color: #2a2a2a
}

.blog-individual-section .author .name {
    color: #b7b7b7
}

.blog-individual-section h4 {
    font-weight: 600
}

.careers-page {
    color: #5c5c5c
}

.careers-page h6 a {
    color: #1b2c58
}

.careers-page .quote-section .top-text {
    padding: 26px 0 20px
}

@media (min-width: 768px) {
    .blog-individual-section h4 {
        margin-bottom: 16px
    }

    .careers-page .quote-section .two-col-holder {
        padding-top: 54px
    }

    .careers-page .quote-section .bottom-line .btn {
        min-width: 225px
    }
}

.careers-page .quote-section .two-col-holder .image-holder {
    height: 346px;
    box-shadow: 0 0 25px 1px rgba(0, 0, 0, .25);
}

.careers-page .quote-section blockquote {
    padding: 50px 0 0 6px
}

.careers-page .quote-section blockquote q:after {
    display: none
}

.careers-page .quote-section .bottom-line {
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .careers-page .quote-section blockquote {
        padding: 73px 0 28px 6px
    }

    .careers-page .quote-section .bottom-line {
        margin-bottom: 81px
    }
}

.careers-page .quote-section .bottom-line .btn {
    margin: 0 15px
}

.careers-page .two-col-holder .image-holder {
    height: 367px;
    box-shadow: 0 0 25px 1px rgba(0, 0, 0, .25);
}

.careers-page .two-col-holder ul {
    margin: 0;
    padding: 0 0 0 15px
}

@media (min-width: 1024px) {
    .careers-page .two-col-holder ul {
        padding: 0 0 25px 15px
    }
}

.careers-page .two-col-holder ul li {
    position: relative
}

@media (min-width: 768px) {
    .careers-page .two-col-holder ul {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .careers-page .two-col-holder ul li {
        width: 50%
    }
}

.careers-page .two-col-holder ul li:before {
    position: absolute;
    top: 11px;
    left: -15px;
    overflow: hidden;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 100%;
    background-color: #000
}

.careers-page .two-col-holder .social-list li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.careers-page .two-col-holder .social-list li:before {
    display: none;
}

.careers-page .two-col-holder.our-benefits {
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .careers-page .two-col-holder.our-benefits {
        margin-bottom: 13px;
        -ms-transform: translateY(-45px);
        transform: translateY(-45px)
    }

    .careers-page .two-col-holder.our-benefits .text {
        padding-top: 117px
    }
}

.careers-page .two-col-holder.our-benefits .text {
    margin-bottom: 20px
}

.careers-page .two-col-holder.join-us .text {
    padding-top: 20px
}

@media (min-width: 768px) {
    .careers-page .two-col-holder.join-us {
        margin-bottom: 20px
    }

    .careers-page .two-col-holder.join-us .text {
        padding-top: 42px
    }
}

.careers-page .two-col-holder.join-us .menu {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0
}

@media (min-width: 768px) {
    .careers-page .two-col-holder.join-us .menu {
        margin: 0 0 25px;
        padding: 23px 0
    }
}

.careers-page .two-col-holder.join-us .menu li {
    margin-right: 22px
}

.careers-page .two-col-holder.join-us .menu li:last-child {
    margin-right: 0
}

.careers-page .two-col-holder.join-us .menu a {
    color: #45525f
}

.careers-page .two-col-holder.join-us .menu a:hover {
    opacity: .7
}

.careers-page .two-col-holder.join-us .menu i {
    font-size: 2.857em;
    color: inherit
}

.careers-page .two-col-holder.join-us .tel {
    letter-spacing: .0300em
}

.careers-page .two-col-holder.join-us .tel a {
    letter-spacing: .0100em;
    color: inherit
}

.careers-page .one-col-holder {
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .careers-page .one-col-holder {
        margin-bottom: 0
    }
}

.careers-page .one-col-holder .text {
    padding: 48px 20px 34px 31px;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .75)
}

.careers-page .one-col-holder .text h5 {
    margin-bottom: 17px
}

.open-positions-page .heading.center {
    margin-bottom: 42px
}

.open-positions-page .select-holder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.open-positions-page .accordion-container .info li:before,
.open-positions-page .select-holder:after,
.open-positions-page .select-holder:before {
    display: none
}

.open-positions-page .select-holder li {
    width: 100%
}

@media (min-width: 768px) {
    .open-positions-page .select-holder li {
        width: auto
    }
}

.open-positions-page .select-holder .selectize-control {
    width: 100%;
    min-width: 236px;
    margin-bottom: 20px;
}

.open-positions-page .select-holder select {
    width: 100%;
    min-width: 236px;
    margin-bottom: 20px;
    background-image: url('../img/down-arrow.png');
    background-repeat: no-repeat;
    background-position: 94% 56%;
    background-size: 15px
}

@media (min-width: 1024px) {
    .open-positions-page .select-holder .selectize-control,
    .open-positions-page .select-holder select {
        margin-bottom: 0
    }
}

.open-positions-page .accordion-container .panel-body {
    color: #000
}

.open-positions-page .accordion-container .info {
    font-family: titillium, sans-serif;
    font-weight: 600;
    margin: 0 0 15px;
    padding: 0;
    letter-spacing: .0100em
}

@media (min-width: 768px) {
    .open-positions-page .select-holder select {
        width: auto
    }

    .open-positions-page .accordion-container .info {
        margin-bottom: 30px;
        padding-top: 14px
    }

    .corporate-culture-individual-section .text {
        padding-top: 38px
    }
}

.video-holder {
    position: relative;
}

.video-holder .video-link {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    color: #1b2c58;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .video-holder .video-link {
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
    }

    .blog-holder .title {
        font-size: 2.071em;
        line-height: 1.25;
        margin-bottom: 20px;
    }
}

.video-holder .video-link:hover {
    color: #45525f;
}

.video-holder .video-link svg {
    width: 100%;
    height: 100%;
}

.corporate-culture-individual-section .image-holder {
    position: relative;
    max-width: 95%;
    margin: 0 auto 50px
}

@media (min-width: 1024px) {
    .corporate-culture-individual-section .image-holder {
        margin-bottom: 70px;
        /* margin-left: 19px; */
        float: left;
        margin-right: 25px !important;
    }
    
}

/* .corporate-culture-individual-section .image-holder:after {
    position: absolute;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    width: 100%;
    height: 100%;
    content: '';
    background: #f5f5f5;
    box-shadow: 0 0 25px 1px rgba(0, 0, 0, .13)
} */

@media (min-width: 768px) {
    /* .corporate-culture-individual-section .image-holder:after {
        right: -30px;
        bottom: -30px
    } */

    .employee-community-page .news-slider {
        padding: 0 60px
    }
}

@media (min-width: 1440px) {
    .employee-community-page .news-slider {
        padding: 0
    }
}

.employee-community-page .news-slider .container {
    max-width: 100%
}

.employee-community-page .news-slider .owl-carousel .owl-next,
.employee-community-page .news-slider .owl-carousel .owl-prev {
    top: 122px
}

.employee-community-page .news-slider .owl-carousel .owl-next:before,
.employee-community-page .news-slider .owl-carousel .owl-prev:before {
    font-size: 3.786em;
}

.employee-community-page .news-slider .owl-carousel .owl-prev {
    left: -60px
}

.employee-community-page .news-slider .owl-carousel .owl-next {
    right: -60px
}

.employee-community-page .news-slider .heading {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .employee-community-page .news-slider .heading {
        margin-bottom: 50px
    }
}

.employee-community-page .thumbnail {
    margin-bottom: 15px
}

.employee-community-page .thumbnail .img-holder {
    height: 265px
}

@media (min-width: 768px) {
    .employee-community-page .thumbnail .img-holder {
        margin-bottom: 20px
    }
}

.employee-community-page .thumbnail time {
    margin-bottom: 10px
}

.employee-community-page .thumbnail p {
    margin-bottom: 22px
}

.employee-community-page .thumbnail .btn {
    min-width: auto
}

.refferal-program {
    margin-bottom: 40px;
    padding: 64px 0 40px;
    background-color: #f5f5f5;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .2);
}

@media (min-width: 768px) {
    .refferal-program {
        margin-bottom: 87px;
        padding: 64px 0 30px
    }
}

.refferal-program .container {
    padding: 0
}

.refferal-program .owl-stage-outer {
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .refferal-program .owl-stage-outer {
        margin-bottom: 63px
    }
}

.refferal-program .owl-item {
    padding: 0 15px
}

.refferal-program .text-holder {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .refferal-program .text-holder {
        margin-bottom: 20px;
        padding-top: 11px
    }

    .refferal-program .text-holder h5 {
        margin-bottom: 16px
    }
}

.refferal-program .text-holder p {
    margin-bottom: 29px
}

.text-section {
    padding: 10px 0 20px
}

@media (min-width: 1024px) {
    .text-section {
        margin-bottom: 75px;
        padding: 0
    }
}

.text-section .container {
    max-width: 970px
}

.text-section h5 {
    margin-bottom: 23px
}

.text-section p {
    margin-bottom: 18px
}

.text-section .btn {
    margin: 15px
}

.gallery-section {
    margin-bottom: 21px;
    padding: 40px 20px 0
}

@media (min-width: 768px) {
    .gallery-section {
        display: -ms-flexbox;
        display: flex;
        padding: 70px 0 0
    }
}

.gallery-section .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 400px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .gallery-section .item {
        width: 33.333%;
        height: 622px
    }
}

.gallery-section .item .quarter-block {
    width: 50%;
    height: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.gallery-section .item.center-item {
    overflow: hidden;
    height: auto;
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    background-color: #fff;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .75)
}

@media (min-width: 992px) {
    .gallery-section .item.center-item {
        min-width: 80%;
        -ms-transform: translateY(-49px);
        transform: translateY(-49px)
    }
}

@media (min-width: 1024px) {
    .gallery-section {
        margin-bottom: 37px;
        padding: 82px 0 0
    }

    .gallery-section .item.center-item {
        min-width: 636px
    }
}

@media (min-width: 1200px) {
    .gallery-section .item.center-item {
        min-width: 748px;
        max-height: 696px
    }
}

@media (max-width: 767px) {
    .employee-community-page .owl--refferal-slider .image-holder iframe,
    .employee-community-page .gallery-section .left-item,
    .employee-community-page .gallery-section .right-item {
        display: none;
    }
}

.gallery-section .item.center-item .image-holder {
    width: 100%;
    height: 48vw
}

.gallery-section .item.center-item .text {
    padding: 15px 10px;
    text-align: justify;
    text-align-last: center;
    color: #5c5c5c
}

@media (min-width: 992px) {
    .gallery-section .item.center-item .image-holder {
        height: 379px
    }
}

@media (min-width: 768px) {
    .gallery-section .item.center-item .text {
        padding: 34px 25px 47px
    }
}

.gallery-section .item.center-item .text .bottom-line {
    padding-top: 5px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery-section .item.center-item .text .bottom-line .btn {
    min-width: auto;
    margin: 0 10px
}

@media (min-width: 1024px) {
    .gallery-section .item.center-item .text .bottom-line {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .gallery-section .item.center-item .text .bottom-line .btn {
        min-width: 190px
    }
}

@media (min-width: 992px) {
    .gallery-section .item.center-item .text .bottom-line {
        padding-top: 27px
    }

    .gallery-section .item.left-item {
        margin-right: -25px
    }

    .gallery-section .item.right-item {
        margin-left: -25px
    }
}

@media (max-width: 992px) {
    .gallery-section {
        padding: 20px 15px 0;
    }

    .gallery-section .item.center-item {
        transform: scale(1);
    }
}

.gallery-section .menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-order: -1;
    order: -1
}

@media (min-width: 480px) {
    .gallery-section .menu {
        width: auto;
        margin: 0;
        -ms-flex-order: inherit;
        order: inherit
    }
}

.gallery-section .menu li {
    margin: 0 6px
}

.gallery-section .menu li a {
    display: block;
    color: #1b2c58
}

.gallery-section .menu li a:hover {
    text-decoration: none;
    color: #4d5b67
}

.gallery-section .menu li i {
    font-size: 2.143em;
    display: block;
    margin-right: 0;
    color: inherit
}

.location-slider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .gallery-section .menu li i {
        font-size: 3.571em
    }

    .location-slider {
        margin-bottom: 40px
    }
}

@media (min-width: 1024px) {
    .location-slider {
        max-width: 898px;
        margin-bottom: 0
    }
}

@media (min-width: 1600px) {
    .location-slider {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.location-slider .owl--location {
    width: 100%;
    max-width: 506px
}

.location-slider .owl--location .owl-prev {
    left: -10px
}

.location-slider .owl--location .owl-next {
    right: -10px
}

.location-slider .slide {
    margin: 15px;
    padding: 30px 15px;
    text-align: center;
    color: #303030;
    box-shadow: 0 0 26px 0 rgba(0, 0, 0, .13)
}

@media (min-width: 768px) {
    .location-slider .owl--location .owl-prev {
        left: 45px
    }

    .location-slider .owl--location .owl-next {
        right: 45px
    }

    .location-slider .slide {
        padding: 61px
    }
}

.location-slider h4 {
    margin-bottom: 31px
}

.location-slider .name {
    font-weight: 600;
    text-transform: uppercase
}

.location-slider address {
    line-height: 30px;
    margin-bottom: 0
}

@media (min-width: 1024px) {
    .communication-section .container-fluid {
        padding: 0 50px
    }
}

.owl--news-slider .owl-stage-outer {
    padding: 0 18px;
}

.communication-section .owl-item > a {
    line-height: 42px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 250px;
    padding: 15px;
    transition: border .3s;
    letter-spacing: .0500em;
    border: 20px solid #f5f5f5;
    background-color: #1b2c58;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 1200px) {
    .communication-section .owl-item > a {
        padding: 30px
    }
}

.communication-section .owl-item > a:hover {
    text-decoration: none;
    border-color: #45525f
}

.communication-section .owl-item h5 {
    line-height: inherit;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: inherit;
    color: #fff
}

.location-section {
    overflow: hidden;
    margin-bottom: 40px;
    padding-top: 16px
}

@media (min-width: 1024px) {
    .communication-section .owl-item > a {
        height: 312px
    }

    .location-section {
        margin-bottom: 80px
    }
}

.location-section .container-fluid {
    max-width: none
}

.location-section .map-svg {
    width: 300px;
    height: 200px
}

@media (min-width: 768px) {
    .location-section .map-svg {
        width: 600px;
        height: 400px
    }
}

@media (min-width: 1024px) {
    .location-section .map-svg {
        width: 100%;
        height: 370px;
        padding-top: 40px
    }
}

.location-section path {
    -ms-transform: scale(.32);
    transform: scale(.32);
    background-color: #0ff;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (min-width: 768px) {
    .location-section path {
        -ms-transform: scale(.64);
        transform: scale(.64)
    }
}

.location-section path:hover,
.location-section path.active {
    fill: #1b2c58
}

@media (min-width: 992px) {
    .location-section path {
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
}

.location-section .location-map {
    text-align: center
}

@media (min-width: 1600px) {
    .location-section .container-fluid .row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -moz-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .location-section .map-svg {
        width: 959px;
        height: 630px;
        padding-top: 0
    }

    .location-section path {
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .location-section .location-map {
        width: 1014px;
        margin: 0;
        padding: 15px 0 0 50px
    }
}

.state-page {
    overflow: hidden
}

.state-page .our-clients .heading.center {
    margin-bottom: 16px
}

.state-page .info-section {
    font-family: titillium, sans-serif;
    padding-top: 40px;
    letter-spacing: .0250em;
    color: #181818
}

@media (min-width: 768px) {
    .state-page .info-section {
        padding: 88px 0 0
    }
}

.state-page .info-section .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.state-page .info-section .row:before,
.state-page .info-section .row:after {
    display: none;
}

.state-page .info-section .col {
    margin-bottom: 20px;
    padding: 0 15px;
    word-break: break-all;
}

@media (min-width: 480px) {
    .state-page .info-section .col {
        width: 50%;
        padding-top: 39px
    }
}

@media (min-width: 768px) {
    .state-page .info-section .col {
        width: 33.333%
    }
}

@media (min-width: 1024px) {
    .state-page {
        margin-top: 14px
    }

    .state-page .info-section .row {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .state-page .info-section .col {
        width: 20%
    }

    .state-page .info-section .bottom-line .btn {
        min-width: 235px
    }
}

@media (min-width: 1200px) {
    .state-page .info-section .col {
        width: 20%;
        margin-bottom: 0
    }
}

@media (min-width: 1380px) {
    .state-page .info-section .container {
        width: 1300px;
    }
}

@media (max-width: 1380px) {
    .state-page .info-section .container {
        width: 100%;
    }
}

.state-page .info-section .col.with-title {
    padding-top: 0
}

.state-page .info-section ul {
    margin: 0;
    padding: 0;
    font-size: 1.143em;
}

.state-page .info-section .title {
    font-family: oswald, sans-serif;
    font-size: 2.143em;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: .0450em;
    text-transform: uppercase;
    color: #1b2c58
}

.state-page .info-section .sub-title {
    font-weight: 600;
    letter-spacing: .050em;
    color: #1b2c58
}

.counter-section .num, .state-page .info-section a.custom-leter {
    letter-spacing: -.0500em
}

.state-page .info-section address {
    line-height: 30px;
    margin-bottom: 0
}

.state-page .info-section .icon {
    font-size: 0.929em;
    margin-right: 8px;
    color: #1b2c58
}

.state-page .info-section .icon.icon-Message {
    font-size: 0.929em
}

.state-page .info-section .icon.icon-phone {
    font-size: 1.429em
}

.state-page .info-section a {
    color: inherit
}

.state-page .info-section .bottom-line {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.state-page .info-section .bottom-line .btn {
    margin: 0 15px
}

.state-hero {
    height: 300px;
    background-color: #54273c
}

.company-gallery {
    margin-bottom: 30px
}

@media (max-width: 1200px) {
    .state-page .info-section .title {
        font-size: 1.857em;
        line-height: normal;
    }
}

@media (min-width: 768px) {
    .state-page .info-section .bottom-line {
        padding-top: 16px
    }

    .state-hero {
        height: 559px
    }

    .company-gallery {
        margin-bottom: 60px
    }
}

.company-gallery .owl-company-gallery .owl-item {
    padding: 5px
}

.company-gallery .owl-company-gallery .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 112px;
    padding: 0 15px;
    transition: box-shadow .3s;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.company-gallery .owl-company-gallery .item:hover {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .33)
}

.company-gallery .owl-company-gallery img {
    width: auto
}

@media (max-width: 1024px) {
    .company-gallery .owl-company-gallery .owl-prev {
        left: -10px
    }

    .company-gallery .owl-company-gallery .owl-next {
        right: -10px
    }
}

.industries-we-serve {
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .industries-we-serve {
        margin-bottom: 77px
    }

    .industries-we-serve .heading.center {
        margin-bottom: 24px
    }

    .industries-we-serve .squareitem-section .with-image {
        padding: 20px
    }
}

.industries-we-serve .squareitem-section .with-image {
    transition: background .3s
}

.industries-we-serve .squareitem-section .with-image:hover:after {
    background-color: rgba(0, 0, 0, .54)
}

.industries-we-serve .squareitem-section .title {
    color: #fff;
    text-shadow: 0 0 50px #000
}

.counter-section {
    font-family: titillium, sans-serif;
    padding: 50px 0;
    color: #fff
}

@media (max-width: 767px) {
    .industries-we-serve .squareitem-section .big-items .with-image {
        margin-bottom: 20px
    }

    .counter-section.bg-prop {
        background-size: inherit
    }
}

.bg-prop, .sub-hero {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media (min-width: 1024px) {
    .counter-section {
        padding: 146px 0
    }
}

.counter-section .holder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.counter-section .col {
    display: block;
    width: 50%;
    margin-bottom: 20px;
    padding: 0 5px;
    text-align: center
}

@media (min-width: 768px) {
    .counter-section .col {
        margin-bottom: 0;
        padding: 0 3%
    }
}

@media (min-width: 1200px) {
    .counter-section .col {
        width: auto
    }
}

.counter-section .num {
    font-size: 2.857em;
    font-weight: 400;
    line-height: 40px;
    display: block;
    margin-bottom: 5px;
    text-shadow: 0 9px 19px rgba(0, 0, 0, .3)
}

@media (min-width: 480px) {
    .counter-section .num {
        font-size: 5.000em;
        line-height: 70px
    }
}

@media (min-width: 1200px) {
    .counter-section .num {
        font-size: 6em;
        line-height: 90px;
        margin-bottom: 12px
    }
}

@media (min-width: 1920px) {
    .counter-section .num {
        font-size: 8.571em;
        line-height: 120px;
        margin-bottom: 24px
    }
}

/*@media (min-width: 1024px) {
    .counter-section .num {
        font-size: 8.571em;
        line-height: 120px;
        margin-bottom: 24px
    }
}*/

.counter-section .title {
    font-size: 0.929em;
    font-weight: 700;
    line-height: 18px;
    display: block;
    letter-spacing: -.0250em;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .counter-section .title {
        font-size: 1.571em;
        line-height: 36px
    }
}

body, html {
    overflow: visible
}

main {
    overflow: hidden;
    padding: 40px 0
}

@media (min-width: 992px) {
    main {
        padding: 60px 0
    }
}

.ovh {
    overflow: hidden !important
}

.heading {
    display: inline-block;
    word-break: break-word
}

.heading h2 {
    color: #ebebeb
}

.heading.center {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    text-align: center
}

.heading.element-item {
    opacity: 0;
}

.heading.element-item.visible {
    opacity: 1;
}

.heading.center h2 {
    margin-bottom: 0
}

.heading.center h4 {
    font-weight: 600;
    position: absolute;
    top: 46.5%;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

.heading.heading-state {
    max-width: 100%;
    padding: 40px 0
}

@media (min-width: 1200px) {
    .heading.heading-state {
        padding: 0
    }
}

.heading.heading-state h2 {
    width: 10000px;
    text-align: left
}

.heading.heading-state h4 {
    font-size: 1.786em;
    right: auto;
    left: 50%;
    max-width: 1200px;
    margin-bottom: 0;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width: 768px) {
    .heading.heading-state h4 {
        font-size: 2.857em;
        line-height: 48px
    }
}

@media (min-width: 1024px) {
    .heading.heading-state h4 {
        line-height: 57px
    }
}

.heading.heading-state .blue {
    color: #1089ab
}

.go-to {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 53px;
    height: 53px;
    transition: padding .3s;
    background-color: #45525f;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.go-to:hover {
    box-shadow: inset 0 0 26px 0 rgba(0, 0, 0, .31)
}

.go-to img {
    width: 100%;
    max-width: 27px
}

.back-to {
    margin-bottom: 20px
}

.bottom-line {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 15px;
    text-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .back-to {
        margin-bottom: 50px
    }

    .bottom-line {
        padding-top: 34px
    }
}

.bottom-line .btn {
    font-size: 0.857em;
    min-width: 100px;
    margin-bottom: 20px;
    padding: 14px 15px 11px
}

@media (min-width: 768px) {
    .bottom-line .btn {
        font-size: 1.286em;
        min-width: 190px;
        margin-bottom: 0;
        padding: 20px 15px 11px
    }
}

time {
    font-family: oswald, sans-serif;
    display: block;
    color: #b4b4b4
}

.search-holder {
    position: relative
}

.search-holder input {
    font-family: titillium, sans-serif;
    font-size: 1.000em;
    font-weight: 600;
    line-height: 1.2;
    padding: 18px 25px 17px 40px;
    letter-spacing: .0500em;
    color: #fff;
    border: none;
    border-radius: 15px;
    background-color: #1b2c58
}

@media (min-width: 768px) {
    .search-holder input {
        font-size: 1.286em
    }
}

.search-holder input::-webkit-input-placeholder {
    font-weight: 600;
    letter-spacing: .0500em;
    color: #fff
}

.search-holder input:-ms-input-placeholder {
    font-weight: 600;
    letter-spacing: .0500em;
    color: #fff
}

.search-holder input::placeholder {
    font-weight: 600;
    letter-spacing: .0500em;
    color: #fff
}

.search-holder input::-moz-placeholder {
    color: #fff
}

.search-holder button {
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 10px;
    padding: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #949cb0;
    border: none;
    background-color: transparent
}

.search-holder button .genericon-search {
    font-size: 1.429em
}

.owl-carousel .owl-dots {
    padding: 0 15px;
    text-align: center
}

.owl-carousel .owl-dots button {
    overflow: hidden;
    width: 14px;
    height: 14px;
    margin: 0 10px;
    padding: 0;
    border: 2px solid #45525f;
    border-radius: 100%;
    background-color: transparent;
    box-shadow: 0 0 0 3px rgba(69, 82, 95, 0)
}

.owl-carousel .owl-dots button.active, .owl-carousel .owl-dots button:hover {
    background-color: #45525f;
    box-shadow: 0 0 0 3px #45525f
}

.owl-carousel .owl-next, .owl-carousel .owl-prev {
    font: normal normal normal 14px/1 FontAwesome !important;
    position: absolute;
    top: 50%;
    transition: color .3s, opacity .3s;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #1b2c58 !important
}

.owl-carousel .owl-next:before, .owl-carousel .owl-prev:before {
    font-size: 2.643em
}

.owl-carousel .owl-next span, .owl-carousel .owl-prev span {
    display: none
}

.owl-carousel .owl-next.disabled, .owl-carousel .owl-prev.disabled {
    opacity: .3
}

.owl-carousel .owl-prev {
    left: -30px
}

.owl-carousel .owl-prev:before {
    content: '\f104'
}

.owl-carousel .owl-next {
    right: -30px
}

.owl-carousel .owl-next:before {
    content: '\f105'
}

.sub-hero {
    padding: 160px 15px;
}

.sub-hero h1 {
    font-family: titillium, sans-serif;
    font-size: 2.429em;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

.js-nav-secondary, .site-nav {
    margin-bottom: 40px
}

.sub-description {
    max-width: 600px;
    margin: 25px auto 0;
    text-align: center;
}

.js-nav-secondary,
.site-nav {
    display: block;
    margin-bottom: 35px;
    padding: 0 15px;
}

@media (min-width: 1024px) {
    .sub-hero h1 {
        font-size: 4.286em
    }

    .js-nav-secondary,
    .site-nav {
        margin-bottom: 75px;
        background-color: #fff
    }
}

@media (min-width: 992px) {
    .js-nav-secondary .menu,
    .site-nav .menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.js-nav-secondary .menu, .site-nav .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #b1b1b1;
}

.js-nav-secondary .js-item,
.js-nav-secondary .menu-item {
    position: relative;
    text-align: center;
}

.site-nav .js-item,
.site-nav .menu-item {
    margin-bottom: 5px;
    text-align: center
}

.js-nav-secondary .js-item .button, .js-nav-secondary .js-item a,
.js-nav-secondary .menu-item .button, .js-nav-secondary .menu-item a,
.site-nav .js-item .button, .site-nav .js-item a,
.site-nav .menu-item .button, .site-nav .menu-item a {
    font-family: oswald, sans-serif;
    line-height: normal;
    display: block;
    box-sizing: border-box;
    letter-spacing: .0100em;
    color: #1b2c58;
    border: none;
    background-color: transparent
}

.js-nav-secondary .js-item.current .button,
.js-nav-secondary .js-item.current a,
.js-nav-secondary .menu-item.current .button,
.js-nav-secondary .menu-item.current a,
.site-nav .js-item.current .button,
.site-nav .js-item.current a,
.site-nav .menu-item.current .button,
.site-nav .menu-item.current a,
.team-page .js-nav-secondary .js-item.current a {
    color: #1b2c58
}

.team-page .js-nav-secondary {
    display: none;
}

.js-nav-secondary .js-item .button:hover,
.js-nav-secondary .js-item a:hover,
.js-nav-secondary .menu-item .button:hover,
.js-nav-secondary .menu-item a:hover,
.site-nav .js-item .button:hover,
.site-nav .js-item a:hover,
.site-nav .menu-item .button:hover,
.site-nav .menu-item a:hover {
    text-decoration: none
}
.js-nav-secondary .menu-item a {
    font-size: 1.286em;
}

@media (max-width: 1200px) {
    .js-nav-secondary {
        font-size: 1.143em;
    }
}

.js-nav-secondary .js-item .button,
.js-nav-secondary .js-item a,
.js-nav-secondary .menu-item .button,
.js-nav-secondary .menu-item a {
    line-height: 1.25;
    padding: 0 10px 30px;
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 1024px) {
    .js-nav-secondary .js-item,
    .js-nav-secondary .menu-item,
    .site-nav .js-item,
    .site-nav .menu-item {
        position: relative;
        margin-bottom: 0
    }

    .js-nav-secondary .js-item .button,
    .js-nav-secondary .js-item a,
    .js-nav-secondary .menu-item .button,
    .js-nav-secondary .menu-item a,
    .site-nav .js-item .button,
    .site-nav .js-item a,
    .site-nav .menu-item .button,
    .site-nav .menu-item a {
        padding: 0 15px 44px
    }

    .js-nav-secondary .js-item .sub-menu,
    .js-nav-secondary .menu-item .sub-menu,
    .site-nav .js-item .sub-menu,
    .site-nav .menu-item .sub-menu {
        font-family: titillium, sans-serif;
        position: absolute;
        top: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center
    }

    .js-nav-secondary .menu-item-has-children,
    .site-nav .menu-item-has-children {
        position: relative
    }

    .site-nav .nav-circle {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        height: 0;
        transition: .3s;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .site-nav .nav-circle span {
        display: block;
        overflow: hidden;
        width: 14px;
        height: 14px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 100%;
        background: #214d8f
    }
}
.js-nav-secondary #menu-team .menu-item a {
    font-size: 14px;
}
.js-nav-secondary .nav-circle {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 0;
    transition: .3s;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.js-nav-secondary .nav-circle span {
    display: block;
    overflow: hidden;
    width: 14px;
    height: 14px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    background: #214d8f
}

.faq-page .heading {
    margin-bottom: 28px
}

.faq-page .btn-holder .search-holder form {
    width: 100%
}

.faq-page .tab-section .nav-tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.faq-page .tab-section .nav-tabs:after,
.faq-page .tab-section .nav-tabs:before {
    display: none
}

.btn-holder {
    margin-bottom: 40px;
    background-color: #e0e0e0
}

@media (min-width: 1024px) {
    .btn-holder {
        margin-bottom: 78px;
        background-color: #f5f5f5
    }
}

.btn-holder .container {
    padding-top: 24px;
    padding-bottom: 16px;
    background-color: #e0e0e0
}

.btn-holder .search-holder {
    width: 100%;
    margin-bottom: 20px;
    -ms-flex-order: -1;
    order: -1
}

@media (min-width: 1024px) {
    .btn-holder .container {
        padding-top: 26px;
        padding-bottom: 26px;
        background-color: #f5f5f5
    }

    .btn-holder .search-holder {
        width: auto;
        min-width: 236px;
        margin-bottom: 0;
        -ms-flex-order: inherit;
        order: inherit
    }
}

.btn-holder .search-holder input {
    width: 100%;
    border-radius: 21px
}

.btn-holder select {
    background-color: #fff
}

.team-page .js-nav-secondary {
    margin-bottom: 40px
}

@media (min-width: 1024px) {
    .team-page .js-nav-secondary {
        margin-bottom: 76px
    }
}

.team-page .js-nav-secondary .button {
    width: 100%
}

.user-section .site-nav {
    display: block
}

.user-section .holder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.user-section .holder .item {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 380px;
    padding-bottom: 20px;
    color: #fff;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -moz-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (min-width: 768px) {
    .user-section .holder .item {
        width: 50%
    }
}

@media (min-width: 1024px) {
    .team-page .js-nav-secondary .js-item {
        margin-bottom: 0
    }

    .user-section .holder .item {
        width: 33.333%
    }
}

@media (max-width: 991px) {
    .js-nav-secondary {
        font-size: 1.714em;
    }

    .js-nav-secondary .menu {
        border-bottom: none;
    }

    .js-nav-secondary .owl-stage {
        margin-bottom: 10px;
        border-bottom: 1px solid #b1b1b1;
    }

    .js-nav-secondary .owl-carousel .owl-nav button {
        top: -7px;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .js-nav-secondary .owl-carousel .owl-prev {
        left: 0;
    }

    .js-nav-secondary .owl-carousel .owl-next {
        right: 0;
    }
}

@media (max-width: 480px) {
    .js-nav-secondary {
        font-size: 1.429em;
    }
}

.user-section .holder .item.active .hidden-section,
.user-section .holder .item:hover .hidden-section {
    visibility: visible;
    opacity: 1;
}

.user-section .holder .item.active .hidden-section {
    overflow-y: auto;
}

.user-section .holder .name {
    font-family: 'Roboto Mono', monospace;
    font-size: 1.714em;
    font-weight: 500;
    line-height: 30px;
    display: block;
    margin-bottom: 13px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff;
}

.user-section .holder .item > .name {
    text-align: center;
    padding: 0 10px;
    visibility: visible;
    transition: opacity .3s, visibility .3s;
    text-shadow: 0 0 7px #000;
}

.user-section .holder .item.active > .name,
.user-section .holder .item:hover > .name {
    opacity: 0;
    visibility: hidden;
}

.user-section .holder .hidden-section {
    line-height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    padding: 40px 10px 20px;
    transition: opacity .3s, visibility .3s;
    opacity: 0;
    background-color: rgba(27, 44, 88, .79)
}

@media (min-width: 768px) {
    .user-section .holder .hidden-section {
        padding: 59px 10px 59px 25px
    }
}

.user-section .holder .position {
    font-family: titillium, sans-serif;
    font-weight: 600;
    display: block;
    margin-bottom: 10px
}

.user-section .holder .position .i {
    font-style: italic
}

.cta {
    position: relative;
    padding-top: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

@media (max-width: 767px) {
    .cta {
        margin-top: 20px;
    }

    .sub-hero {
        padding: 170px 15px 100px;
    }

}

.cta .container {
    position: relative;
    z-index: 2;
}

.cta:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: rgba(255, 255, 255, 0.3);
}

.cta .heading {
    width: 100%
}

.cta .form-holder {
    margin-bottom: 35px
}

.additional-info {
    box-shadow: 0 0 15px 5px rgba(46, 46, 46, .26);
    background: center center no-repeat;
    background-size: cover;
    padding: 35px 0;
    color: #fff;
}

.additional-info .flex-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.additional-info .flex-row:before,
.additional-info .flex-row:after {
    display: none;
}

.additional-info a {
    font-size: 1.286em;
    color: #1b2c58;
    letter-spacing: .0100em;
    font-family: oswald, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
}

.additional-info p {
    margin-bottom: 0;
}

.additional-info .left-col {
    display: none;
}

@media (min-width: 768px) {
    .additional-info .left-col {
        position: relative;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        text-align: justify;
        display: block;
    }

    .additional-info .left-col:before {
        content: "";
        position: absolute;
        top: -10px;
        bottom: -10px;
        right: 0;
        width: 1px;
        background: #fff;
    }

    .additional-info h6 {
        margin-bottom: 0;
    }
}

/*--------------------------------------------------------------
      Admin Panel
--------------------------------------------------------------*/
html[data-login="true"] .site-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    html[data-login="true"] .site-header {
        top: 46px;
    }

    html[data-login="true"] .header .header-nav {
        top: 46px;
    }
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}


/*New Blog styles*/
main .blog-section .thumbnail .img-holder {
    height: inherit;
    padding-bottom: 90%;
    background-position: center center;
}

.blog-section .custom-holder .bg-prop{
    min-height: inherit;
}

.blog-buttons{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.blog-buttons .share-btn{
    float: left;
    width: 50%;
    display: block;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.286em;
    font-family: titillium, sans-serif;

}
.blog-buttons .email-btn{
    float: left;
    width: 50%;
    display: block;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: #0964ab;
    color: #fff;
}

.blog-buttons .share-btn:hover,
.blog-buttons .email-btn:hover{
    text-decoration: none;
}

.blog-section .custom-holder .bg-prop:before{
    content: none !important;
}

@media screen and (max-width: 768px) {
    .bg-prop{
        display: none;
    }
    .page-template-template-landing  .bg-prop{
        display: block;
    }
}
.page-template-template-landing  .bg-prop{
    position: relative;
}
.page-template-template-landing  .bg-prop::after{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 240px;
    background: linear-gradient( to bottom, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 100%);
}

.share-block{
    float: right;
    display: flex;
    align-items: center;
    padding: 7px 0;
}

.share-block .share-title{
    font-family: oswald, sans-serif;
    color: #1b2c58;
    font-size: 1.714em;
    margin-right: 10px;
}

.share-block .a2a_svg{
    width: 40px !important;
    height: 40px !important;
}

.share-block .addtoany_shortcode{
    height: 40px;
}
@media screen and (max-width: 768px) {
    .share-block{
        width: 100%;
    }
}


.heading-img{
    position: absolute;
    top: -30px;
    left: 0;
}

@media screen and (max-width: 992px) {
    .heading-img{
        height: 100px;
    }
}

@media screen and (max-width: 480px) {
    .heading-img{
        height: 50px;
        top: -4px;
    }
}