/* Generated by less 2.5.1 */
@import url('//fonts.googleapis.com/css?family=Montserrat:300,400,700|Work+Sans:400,700&display=swap');
@import url('//fonts.googleapis.com/icon?family=Material+Icons');

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a,
a:hover {
    text-decoration: none;
}

div,
p,
li,
header,
footer,
article,
a,
section {
    box-sizing: border-box;
}

.region {
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 400 !important;
    font-size: 100% !important;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.inner {
    padding-top: 60px;
}

.header {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    transition: all 1s ease;
}
.container .content, .container .node__content {
    margin: 0;
}
.logo {
    z-index: 999;
    flex-grow: 1;
    padding-left: 10%;
}

.logo .helper {
    width: 100%;
    position: absolute;
    top: 60px;
    transition: all 1s ease;
}

.logo .helper.svg-helper {
    max-width: 140px;
}

.header-menu {
    display: flex;
    height: 100%;
    z-index: 999;
}

.header-menu .nav,
.header-menu .nav .content {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}

.header-menu .nav li a {
    display: block;
    padding: 10px 30px;
    height: inherit;
    color: #fff;
    transition: all 1s ease;
    position: relative;
}

.header-menu .nav li a::after {
    content: '';
    width: 0;
    height: 2px;
    background: #f58220;
    display: block;
    border-radius: 4px;
    transition: all 1s ease;
}

.header-menu .nav li a:hover::after {
    width: 100%;
}

.menu-transform {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.menu-transform .logo .helper {
    top: 10px;
}

.menu-transform .header-menu .nav li a {
    color: #000;
}

.menu-transform .main-menu-toggle {
    background: #186dd7;
}

.menubgOpen {
    background: transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}

.menubgOpen .logo .helper {
    top: 60px !important;
}

.menubgOpen .header-menu .nav li a {
    color: #fff !important;
}

.menubgOpen .main-menu-toggle {
    background: #186dd7;
}

.menubgmain {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 0;
    height: 0;
}

.ej_mainnav {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: visible;
}

.ej_mainnav .ej_mainnav-content {
    position: absolute;
    z-index: 997;
    top: 0;
    left: 20%;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ej_mainnav .ej_mainnav-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 10%;
}

.ej_mainnav .ej_mainnav-content ul li a {
    font-size: 2rem;
    padding: 1rem 0;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    color: #fff;
    transition: all 0.5s ease;
    display: block;
}

.ej_mainnav .ej_mainnav-content ul li a:hover {
    padding-left: 2rem;
}

/* Icon 1 */
.main-menu-toggle {
    width: 60px;
    height: 60px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.15);
    display: block;
}

.main-menu-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 40%;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    left: 50%;
    margin-left: -20%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.main-menu-toggle span:nth-child(1) {
    top: 35%;
}

.main-menu-toggle span:nth-child(2),
.main-menu-toggle span:nth-child(3) {
    top: 50%;
    margin-top: -1px;
}

.main-menu-toggle span:nth-child(4) {
    bottom: 35%;
}

.main-menu-toggle.open span:nth-child(1) {
    top: 50%;
    width: 0%;
    height: 1px;
    left: 50%;
}

.main-menu-toggle.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main-menu-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.main-menu-toggle.open span:nth-child(4) {
    top: 50%;
    width: 0%;
    height: 1px;
    left: 50%;
}
.menu-toggle{
    display: none !important;
}
a {
    text-decoration: none !important;
    border: none !important;
}

a:hover {
    color: #222;
}

h2 {
    color: #186dd7;
    font-size: 3rem !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    line-height: normal;
}

h3 {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 30px;
}

h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -2.5%;
    width: 5%;
    height: 2px;
    border-radius: 4px;
    background: #f58220;
    display: block;
    transition: all 0.5s ease;
}

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

a,
a:visited {
    color: #222;
}

.h100 {
    height: 100% !important;
}

.w100 {
    width: 100% !important;
}

.vh100 {
    min-height: 100vh !important;
}

.vh80 {
    height: 80vh !important;
}

.vh60 {
    height: 60vh !important;
}

.vw100 {
    width: 100vw !important;
}

.mb-5 {
    margin-bottom: 5rem;
}

.mt-5 {
    margin-top: 5rem;
}

.pt-5 {
    padding-top: 5rem;
}

.pb-5 {
    padding-bottom: 5rem;
}

.p-5 {
    padding: 5rem;
}

.m-5 {
    margin: 5rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mt-2 {
    margin-top: 2rem;
}

.pt-2 {
    padding-top: 2rem;
}

.pb-2 {
    padding-bottom: 2rem;
}

.p-2 {
    padding: 2rem;
}

.m-2 {
    margin: 2rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mt-1 {
    margin-top: 1rem;
}

.pt-1 {
    padding-top: 1rem;
}

.pb-1 {
    padding-bottom: 1rem;
}

.p-1 {
    padding: 1rem;
}

.m-1 {
    margin: 1rem;
}

.h-auto {
    height: auto !important;
    min-height: auto !important;
}

.wmax60 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.text-white {
    color: #fff;
}

.text-white * {
    color: #fff;
}

.text-white a,
.text-white a:visited {
    color: #fff;
}

.overflow {
    overflow: visible !important;
}

.align-top {
    align-items: flex-start !important;
}

.align-center {
    align-items: center;
}

.align-content-center {
    align-content: center;
}

.align-left {
    justify-content: flex-start !important;
    text-align: left !important;
}

.readmore {
    display: inline-block;
    font-size: 1rem;
    position: relative;
}

.readmore::before {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 25%;
    height: 2px;
    border-radius: 4px;
    background: #f58220;
    display: block;
    transition: all 0.5s ease;
}

.readmore::after {
    content: 'arrow_forward';
    direction: ltr;
    display: inline-block;
    font-family: 'Material Icons';
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-size: 1em;
    margin-left: 5px;
    vertical-align: middle;
}

.readmore:hover::before {
    width: 100%;
}

.readmore.center::before {
    bottom: -10px;
    left: 37.5%;
    right: 37.5%;
}

.readmore.center:hover::before {
    left: 0;
    right: 0;
}

.phonto {
    position: fixed;
    bottom: 100px;
    right: 10%;
    width: 30%;
    height: 447px;
    z-index: 1000;
    opacity: 1;
    transition: all 1s ease;
}

.phonto .ly {
    content: '';
    position: absolute;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
}

.phonto.hide {
    bottom: 100%;
    opacity: 0;
}

.phonto::before {
    margin-left: 4%;
    margin-bottom: -4%;
    background-image: url(../images/phonto_shadow_main.png);
    content: '';
    position: absolute;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
    transform: scale(0.9);
}

.phonto::after {
    background-image: url(../images/phonto.png);
    content: '';
    position: absolute;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
}

.phonto.elevate::before {
    transform: scale(1);
}

.phonto.elevate::after {
    top: -15px;
}

.phonto .notch {
    z-index: 3;
}

.phonto .notch::before {
    background-image: url(../images/phonto-layear1shadow-1.png);
    content: '';
    position: absolute;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
    transform: scale(0.7);
}

.phonto .notch::after {
    background-image: url(../images/phonto-layear1-1.png);
    content: '';
    position: absolute;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
}

.phonto .notch.elevate::before {
    transform: scale(1);
}

.phonto .notch.elevate::after {
    top: -5%;
    right: 2%;
}

.phonto .bg {
    z-index: 4;
}

.phonto .bg::before {
    background-image: url(../images/phonto-layear2ashadow-1.png);
    content: '';
    position: absolute;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
    transform: scale(0.7);
}

.phonto .bg::after {
    background-image: url(../images/phonto-layear2a-1.png);
    content: '';
    position: absolute;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
}

.phonto .bg .bgheader {
    content: '';
    position: absolute;
    z-index: 2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
}

.phonto .bg .bgheader .title {
    position: absolute;
    top: 12%;
    right: -75px;
    font-size: 2vw;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    width: 100%;
    height: 50%;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    padding: 0.5rem 1rem;
    transform: scale(0.25) rotate(-4deg) skew(-65deg, 38deg);
    display: block;
    transition: all 0.5s ease;
}

.phonto .bg .bgfooter {
    background-image: url(../images/phonto-layear3-1.png);
    content: '';
    position: absolute;
    z-index: 2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
}

.phonto .bg .bgmenu {
    background-image: url(../images/phonto-layear2c-1.png);
    content: '';
    position: absolute;
    z-index: 2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
    top: -10%;
    left: -50%;
    opacity: 0;
}

.phonto .bg .bgmenu::before {
    background-image: url(../images/phonto-layear2b-1.png);
    content: '';
    position: absolute;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
    top: -75px;
    left: -180px;
}

.phonto .bg .bgmenu::after {
    background-image: url(../images/phonto-layear2d-1.png);
    content: '';
    position: absolute;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
    top: 10%;
    left: 150px;
}

.phonto .bg .bgcntbg {
    background-image: url(../images/phonto-layear2e-1.png);
    content: '';
    position: absolute;
    z-index: 2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
    left: -10%;
    top: -10%;
    opacity: 0;
}

.phonto .bg.elevate {
    top: -10%;
    left: -2%;
}

.phonto .bg.elevate::before {
    transform: scale(0.95);
    top: 10%;
    left: 5%;
}

.phonto .bg.elevate .bgheader .title {
    top: 14%;
}

.phonto .bg.elevate .bgmenu {
    top: 0;
    left: 0;
    opacity: 0.1;
}

.phonto .bg.elevate .bgmenu::before {
    top: 0;
    left: 0;
}

.phonto .bg.elevate .bgmenu::after {
    top: 0;
    left: 0;
}

.phonto .bg.elevate .bgcntbg {
    top: 0;
    left: 0;
    opacity: 0.2;
}

.phonto .cnt {
    z-index: 5;
}

.phonto .cnt::before {
    background-image: url(../images/phonto-layear4shadow-1.png);
    content: '';
    position: absolute;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
    transform: scale(0.5);
}

.phonto .cnt::after {
    background-image: url(../images/phonto-layear4-1.png);
    content: '';
    position: absolute;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
}

.phonto .cnt .cntitem {
    background-image: url(../images/phonto-layear5a-1.png);
    content: '';
    position: absolute;
    z-index: 2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
    opacity: 0.2;
}

.phonto .cnt .cntitem::before {
    background-image: url(../images/phonto-layear5b-1.png);
    content: '';
    position: absolute;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
}

.phonto .cnt .cntitem::after {
    background-image: url(../images/phonto-layear5c-1.png);
    content: '';
    position: absolute;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
}

.phonto .cnt.elevate {
    top: -15%;
    left: -5%;
}

.phonto .cnt.elevate::before {
    transform: scale(1);
    left: 1%;
    top: 4%;
}
@media screen and (max-width:768px){
    .phonto{
        display: none;
    }
}
.sidegap {
    padding: 0 10%;
    width: 100%;
}

.cnt_section {
    position: relative;
    padding: 60px 10%;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cnt_section-col6 {
    flex: 1 0 50%;
    width: 50%;
    position: relative;
    z-index: 1;
}

.cnt_section-col12 {
    flex: 1 0 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.cnt_section-offwhite {
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

.cnt_section-footer {
    background: transparent;
    z-index: 100;
}

.cnt_section-table {
    position: relative;
    padding: 60px 10%;
    background: #fff;
    box-sizing: border-box;
    display: table;
    width: 100%;
    overflow: hidden;
}

.cnt_section-table .cnt_section-col6,
.cnt_section-table .cnt-section-col12 {
    display: table-cell !important;
    vertical-align: middle;
}

.ej-main-content {
    display: block;
    overflow: hidden;
    margin: 0 !important;
    width: 100% !important;
}

.inner-main {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.inner-main-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 80vh;
}
.inner-main.bg-grey{
    background-color: #ebf0f6;
}
.inner-main.auto-height{
    min-height:auto;
}
.inner-main-bg.h-right{
    right: 0 !important;
    left: auto;
}
.inner-main-bg img{
    height: 100%;
    width: auto;
}


.inner-main .img-main {
    flex: 1 0 50%;
}

.inner-main .helper {
    width: 100%;
    height: 100%;
    padding: 0 10%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
}

@media screen and (max-width:768px){
    .inner-main-bg{
        height: auto;
        width: 50%;
    }
    .inner-main-bg img{
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width:600px){
    .inner-main .img-main {
        flex: 1 0 100%;
        height: 300px;
    }
    .inner-main .img-main img{
        height: 100%;
        width: auto;
    }
    .inner-main .helper {
        flex-wrap: wrap;
        align-items: flex-start;
    }
}

.inner-main .helper.center {
    padding: 0;
    text-align: center;
}

.inner-main .helper.center h1 {
    text-transform: uppercase;
    color: #222;
    font-weight: 700;
}

.inner-main .rtl {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.inner-main .title-sub {
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.5);
}

.inner-main .title-sub + h1 {
    margin-top: 0.5rem;
}

.inner-main h1 {
    color: #186dd7;
    font-size: 3rem;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}

.inner-main p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.8rem;
}
.inner-main .row{
    display: flex;
    flex-wrap: wrap;
}
.inner-main .row .col-main{
    flex: 1;
    padding-right: 1rem;
}
.inner-main .row .col-side{
    max-width: 300px;
}
.inner-main .row .col-side .resume{
    border-radius: 1rem;
    padding: 50px 0;
    background: #eee;
}
.inner-main .row .col-side .resume .subtitle,
.inner-main .row .col-side .resume .email{
    font-size: 1rem;
    color: #333;
}
.inner-main .row .col-side .resume .email a{
    color: #333;
}
.inner-main .row .col-side .resume .title{
    font-size: 2rem !important;
    color: #333;
}
@media screen and (max-width: 768px){
    .inner-main .row .col-main{
        flex: 1 0 100%;
        padding-right: 0;
    }
    .inner-main .row .col-side{
        flex:0 1 100%;
    }
    .inner-main h1 {
        margin: 0.5rem 0;    
    }
    .inner-main p{
        font-size: 0.9rem;
        line-height: normal;
    }
}
.footer {
    width: 100%;
    display: block;
    background: #09274d;
    color: #fff;
}

.footer::before {
    content: '';
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #000;
}

.dflex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.dflex.dflex_space-around {
    justify-content: space-around;
}

.dflex.dflex_space-between {
    justify-content: space-between;
}

.dflex.dflex_valign-center {
    align-items: center;
}

.dflex.dflex_nowrap {
    flex-wrap: nowrap;
}

.btn {
    border-color: #d5d5d5;
    padding: 0.5rem 1rem;
    border-radius: 4px;
}

.btn.btn-outline {
    border-width: 1px !important;
    border-style: solid !important;
    display: inline-block;
    margin-bottom: 0.5rem;
}

/*
 * ---------
 * HOME PAGE 
 * ---------
*/
.face {
    position: relative;
    z-index: 998;
    width: 100%;
    height: 100vh;
}

.inner .face {
    height: auto;
}

.face-content {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    padding: 0 10%;
}

.face-content .face-text {
    flex: 1 0 100%;
}

.face-content .face-text .slogan {
    font-size: 5rem;
    color: #f58220;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    line-height: 5rem;
    text-transform: none;
}

.face-content .face-text .slogan span {
    font-size: 0.6em;
}

.face-content .face-text p {
    width: 30%;
    color: rgba(0, 0, 0, 0.8);
}

.slogan {
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    width: 100%;
}

.slogan.primary {
    color: #f58220;
}

.slogan.accent {
    color: #186dd7;
}

.section-accent {
    background: #186dd7;
}

.section-accent * {
    color: #fff;
}

.section-primary {
    background: #f58220;
}

.section-primary * {
    color: #fff;
}

.section-primary .section-title::after {
    background: #ffffff;
}

.section-black {
    background: #212b39;
}

.section-black * {
    color: #fff;
}

.section-title {
    position: relative;
    width: 100%;
    margin-bottom: 8rem;
}
@media screen and (max-width:768px){
    .section-title {
        margin-bottom: 2rem;
    }
}
.section-title::after {
    content: '';
    width: 5%;
    min-width: 150px;
    height: 1px;
    background: #f58220;
    display: inline-block;
}

.section-title.noline::after {
    display: none;
}

.section-title h1 {
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300 !important;
    margin-bottom: 1rem !important;
}

.section-title p {
    font-size: 1rem !important;
    max-width: 60%;
    color: rgba(0, 0, 0, 0.7);
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 1rem;
}
@media screen and (max-width:768px){
    .section-title p{
        max-width: none;
    }
}
.section-splroute {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.section-splroute > div {
    padding: 3rem;
    flex: 1 0 50%;
    text-align: center;
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
}

.section-splroute > div a {
    background: rgba(255, 255, 255, 0.2);
    padding: 1rem 1.5rem;
    display: inline-block;
    font-size: 0.5em;
}

.section-splroute .primary {
    background: #f58220;
    color: #fff;
}

.section-splroute .accent {
    background: #186dd7;
    color: #fff;
}

.section-splroute .accent a {
    color: #fff;
}

.section-splroute .grey {
    background: #f2f2f2;
}

.section-splroute .grey a {
    background: rgba(255, 255, 255, 0.5);
}

.box-bubble1 {
    display: flex;
    align-items: center;
}

.box-bubble1::before {
    content: '';
    left: 10%;
    bottom: 0;
    margin-top: 0;
    width: 800px;
    height: 600px;
    background-image: url(../images/balloonbg1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    z-index: 1;
}

.expcount {
    flex: 1 0 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    color: #60758f;
    font-size: 1rem;
}

.expcount li {
    flex-grow: 0;
    flex-shrink: 1;
    text-align: center;
    font-size: 0.9em;
    max-width: 140px;
}

.expcount li .num {
    font-size: 3em;
    display: block;
}

.services-bg-helper {
    background: #186dd7;
    position: absolute;
    top: -28%;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 1800px;
    z-index: 0;
    overflow: hidden;
}

.services-bg-helper .service-bg-curve {
    position: absolute;
    top: -20%;
    right: 0;
    z-index: 10;
    height: 100%;
}

.services-bg-helper::after {
    content: '';
    position: absolute;
    top: -90%;
    right: 0;
    left: -90%;
    bottom: 0;
    background: -webkit-radial-gradient(circle farthest-side, rgba(0, 0, 0, 0.6) 0, rgba(24, 109, 215, 0) 30%);
    background: -moz-radial-gradient(circle farthest-side, rgba(0, 0, 0, 0.6) 0, rgba(24, 109, 215, 0) 30%);
    background: radial-gradient(circle farthest-side, rgba(0, 0, 0, 0.6) 0, rgba(24, 109, 215, 0) 30%);
    background-position: 50% 50%;
}

.clip {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.06);
    z-index: 1;
    height: 1500px;
    width: 1500px;
    clip-path: polygon(100% 50%, 50% 100%, 100% 100%);
}

.clip.clip2 {
    transform: scale(1.5);
}

.icondrop {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    width: 100%;
    height: 70vh;
}

.icondrop.initial li {
    bottom: 100% !important;
    opacity: 0.1 !important;
}

.icondrop li {
    width: 100px;
    height: 100px;
    position: absolute;
    transition: all 1s ease;
    border-radius: 10px;
}

.icondrop li::before {
    content: '';
    position: absolute;
    transform: rotate(45deg);
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background: #000;
}

.icondrop li .svicon,
.icondrop li img {
    position: absolute;
    z-index: 1;
    width: 50%;
    left: 25%;
    top: 50%;
    margin-top: -25%;
}

.icondrop li.software {
    left: 54%;
    bottom: 0;
    z-index: 10;
    transform: scale(1.1);
    opacity: 1;
}

.icondrop li.software::before {
    background: #f58220;
}

.icondrop li.cloud {
    left: 41%;
    bottom: 200px;
    z-index: 9;
    transform: scale(1.1);
    opacity: 1;
}

.icondrop li.cloud::before {
    background: #2279e6;
}

.icondrop li.data {
    left: 36%;
    bottom: 30px;
    z-index: 8;
    transform: scale(0.8);
    opacity: 1;
}

.icondrop li.data::before {
    background: #f5ad20;
}

.icondrop li.database {
    left: 61%;
    bottom: 120px;
    z-index: 7;
    transform: scale(0.8);
    opacity: 1;
}

.icondrop li.database::before {
    background: #d2c043;
}

.icondrop li.server {
    left: 26%;
    bottom: 160px;
    z-index: 6;
    transform: scale(0.9);
    opacity: 1;
}

.icondrop li.server::before {
    background: #67a3ee;
}

.icondrop li.application {
    left: 36%;
    bottom: 320px;
    z-index: 6;
    transform: scale(0.7);
    opacity: 0.8;
}

.icondrop li.application::before {
    background: #67a3ee;
}

.icondrop li.border_yellow {
    left: 51%;
    bottom: 360px;
    z-index: 5;
    opacity: 0.8;
    transform: scale(0.5);
}

.icondrop li.border_yellow::before {
    border-width: 10px;
    border-style: solid;
    border-color: #d2c043;
    background: transparent;
}

.icondrop li.misc {
    left: 19%;
    bottom: 0;
    opacity: 0.1;
}

.icondrop li.misc::before {
    background: #fff;
    transform: rotate(45deg) scale(0.5);
    bottom: -50px;
    left: 50%;
}

.icondrop li.misc::after {
    content: '';
    position: absolute;
    transform: rotate(45deg) scale(0.3);
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background: #fff;
    bottom: 10px;
}

.testimonials {
    text-align: center;
    padding: 60px 20%;
}

.testimonials h3 {
    font-weight: bold;
}

.career-footer {
    text-align: center;
    padding: 60px 10%;
    width: 100%;
}

.career-footer h1 {
    font-size: 3rem;
    color: #fff;
    margin: 0;
    font-weight: bold;
}

.career-footer .readmore {
    color: #fff;
    margin-top: 30px;
}

.footer-content {
    width: 100%;
    padding: 80px 0 30px 0;
}

.social-icons {
    width: 100%;
    text-align: center;
}

.social-icons .smicon {
    display: inline-block;
}

.social-icons .smicon .svgicon {
    width: 36px;
}

.social-icons .smicon .smicon-icon {
    fill: rgba(255, 255, 255, 0.2);
}

.social-icons .smicon.facebook:hover .smicon-icon {
    fill: #3b5998;
}

.social-icons .smicon.twitter:hover .smicon-icon {
    fill: #1da1f2;
}

.social-icons .smicon.linkedin:hover .smicon-icon {
    fill: #0077b5;
}

.footernav {
    text-align: center;
    width: 100%;
    margin: 30px 0 0 0;
}

.footernav a {
    display: inline-block;
    padding: 0.5rem 1rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
}

.footernav a:hover {
    color: #fff;
}

.copyright-footer {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.3);
}

.list_ul {
    margin: 0;
    padding: 0 20%;
    list-style: none;
}

.list_ul li {
    flex: 1 0 100%;
    border-bottom: 1px dotted #ddd;
    font-size: 1.2rem;
    padding: 2rem 0;
}

.list_ul li:last-child {
    border: none;
}

/* INNER */
.img-main {
    position: relative;
}

.img-main::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    height: 200px;
    width: 200px;
    margin-left: -100px;
    margin-top: -100px;
    background: #f2f2f2;
    display: block;
    transform: rotate(45deg);
    border-radius: 10px;
}

.img-main::after {
    position: absolute;
    top: 30%;
    left: 10%;
    content: '';
    height: 50px;
    width: 50px;
    background: #f2f2f2;
    display: block;
    transform: rotate(45deg);
    border-radius: 10px;
}

.img-main img {
    position: absolute;
    z-index: 100;
    bottom: 0;
    height: 100%;
}
@media (max-width:991px){
    .img-main img {
        position: absolute;
        bottom:auto;
        top: 0;
        height: auto;
        width: 100%;
    }
}
.img-main .icondrop {
    position: absolute;
    top: -10%;
    z-index: 1;
}

.item-list-horz {
    flex: 1 0 50%;
    margin: 100px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-bottom: 1px solid #ddd;
}

.item-list-horz li {
    flex: 1 0 50%;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 20px;
    text-align: left;
}

.item-list-horz li:nth-child(even) {
    border-left: none;
}

.item-list-horz li .name {
    font-size: 1.2rem;
}

.item-list-horz li .title {
    color: #999;
    margin-top: 10px;
}

.item-list-horz li .text,
.item-list-horz li .text p {
    font-size: 0.9rem;
    line-height: normal;
}

.profile-list {
    margin: 50px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.profile-list li {
    flex: 1 0 100%;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5rem;
}

.profile-list li .image {
    flex-grow: 1;
    flex-shrink: 0;
    width: 300px;
    height: 300px;
    margin-right: 50px;
    background: #eee;
}

.profile-list li .details {
    flex-grow: 0;
    flex-shrink: 1;
}

.profile-list li .name {
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}

.profile-list li .title {
    text-transform: uppercase;
}
@media screen and (max-width:768px){
    .profile-list{
        margin: 0 !important;
        padding: 0 !important;
    }
    .profile-list li{
        width: 100%;
        flex-wrap: wrap;
    }
}
.icon-list {
    margin: 150px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
}

.icon-list li {
    padding: 1rem;
}

.icon-list.horz {
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
}

.icon-list.horz li {
    max-width: 300px;
    padding: 3rem 1rem;
    transition: all 0.5s ease;
}

.icon-list.horz li:hover {
    transform: scale(1.2);
}

.icon-list.horz li .icon {
    display: block;
    color: #186dd7;
}

.icon-list.horz li .icon .material-icons {
    font-size: 5rem;
}

.icon-list.horz li .title {
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
}

.icon-list.horz li p {
    font-size: 0.9rem;
    line-height: 1.2rem;
}

.icon-list.horz li .link {
    margin-top: 1rem;
    display: block;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}

.icon-list.horz li .link .material-icons {
    vertical-align: middle;
    font-size: 0.95em;
}
@media screen and (max-width:768px){
    .icon-list{
        flex-wrap: wrap;
    }
}
.section-accent .icon-list li,
.section-primary .icon-list li {
    background: rgba(255, 255, 255, 0.1);
}

.section-accent .img-main::before,
.section-primary .img-main::before,
.section-accent .img-main::after,
.section-primary .img-main::after {
    background: rgba(255, 255, 255, 0.1);
}

.job-list {
    margin: 100px auto;
    padding: 0;
    list-style: none;
    max-width: 1200px;
}

.job-list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 1rem 0;
}
.job-list li .details{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.job-list li .title {
    flex: 1 0 100%;
    margin: 0;
    margin-bottom: 0.5rem;
    font-size: 1.2rem !important;
    color: #000;
}

.job-list li .info .label {
    color: #999;
    font-weight: 300;
}

.job-list li .info {
    margin-top: 0.2rem;
    flex: 1 0 100%;
    line-height: normal;
}

.job-list li .info.inline {
    flex: 0 1 auto;
    margin: 1rem 1rem 0 0;
}

.job-list li .item {
    margin-right: 1rem;
}

.job-list li .action .btn, .job-list li .action a{
    padding: 0.5rem;
    color: #186dd7;
    border-radius: 4px;
    border: 1px solid #186dd7 !important;
}
@media screen and (max-width:768px){
    .job-list{
        margin: 20px 0;
    }
    .job-list li .details{
        flex:1 0 100%;
    }
    .job-list li .action{
        display: block;
        overflow: hidden;
        margin: 0.5rem 0;
        padding: 1rem 0;
    }
}
.section-btn {
    width: 100%;
    flex: 1 0 100%;
    display: block;
    padding: 50px 0;
    text-align: center;
}

.section-btn .btn {
    display: inline-block;
    padding: 1rem 1.5rem;
    background: #f2f2f2;
    color: #186dd7 !important;
    font-size: 1rem;
    text-transform: uppercase;
    border-radius: 2rem;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}

.footer {
    width: 100%;
    display: block;
    background: #09274d;
    color: #fff;
    position: relative;
}

.footer::before {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 10%;
    bottom: 0;
    content: '';
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: rgba(255, 255, 225, 0.03);
}

.footer::after {
    position: absolute;
    z-index: 0;
    left: 10%;
    right: 10%;
    top: 25%;
    bottom: 0;
    content: '';
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: rgba(255, 255, 225, 0.03);
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 1.5rem !important;
    }

    p {
        font-size: 0.8rem;
    }

    .mwmax0 {
        max-width: none !important;
    }

    .h100.mh0 {
        height: auto !important;
    }

    .sxorder-1 {
        order: 1;
    }

    .sxorder-2 {
        order: 2;
    }

    .slogan {
        font-size: 1.5rem;
        margin: 50px 0;
    }

    .header {
        flex-wrap: wrap;
    }

    .header .logo {
        height: 100%;
        padding: 0 0 0 1rem;
        flex-grow: 1;
    }

    .header .logo .helper {
        top: 0.8rem;
        max-width: 120px;
    }

    .header.menubgOpen .logo .helper {
        top: 0.8rem !important;
    }

    .header .header-menu {
        flex-grow: 1;
        width: auto;
        justify-content: flex-end;
    }

    .header .header-menu .nav {
        display: none;
    }

    .header .main-menu-toggle {
        background: #186dd7;
    }

    .header .ej_mainnav .ej_mainnav-content ul {
        width: 100%;
        margin-bottom: 20%;
        padding: 0 10%;
    }

    .header .ej_mainnav .ej_mainnav-content ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .header .ej_mainnav .ej_mainnav-content ul li a {
        font-size: 1.3rem;
        padding: 1rem 0;
    }

    .face #bgpath {
        opacity: 0;
    }

    .face .phonto {
        width: 100%;
        height: 400px;
        bottom: 0;
        right: 0;
    }

    .face .face-content {
        width: 100%;
        overflow: hidden;
    }

    .face .face-content .face-text {
        margin-bottom: 50%;
    }

    .face .face-content .face-text .slogan {
        font-size: 2.3rem;
        line-height: normal;
        text-align: center;
        margin: 0;
    }

    .face .face-content .face-text p {
        width: 100%;
    }

    .face::after {
        content: '';
        width: 100%;
        height: 35%;
        background: #186dd7;
        position: absolute;
        bottom: 0;
        z-index: -1;
        clip-path: polygon(100% 0, -50% 100%, 100% 100%);
    }

    .cnt_section-table {
        display: flex;
        flex-direction: column;
    }

    .cnt_section-table .cnt_section-col6 {
        display: block !important;
        width: 100%;
    }

    .box-bubble1::before {
        display: none;
    }

    .list_ul {
        padding: 0;
    }

    .list_ul li {
        padding: 1rem 0;
    }

    .expcount {
        margin: 30px 0;
        font-size: 0.7rem;
    }

    .services-bg-helper {
        top: 0;
    }

    .services-bg-helper .service-bg-curve {
        display: none;
    }

    .sec-service-head {
        margin: 0;
    }

    .sec-service-head.slogan.accent {
        color: #fff;
    }

    .icondrop.initial li {
        bottom: 80% !important;
    }

    .icondrop li.software {
        left: 50%;
        margin-left: -50px;
        bottom: 2rem;
    }

    .icondrop li.cloud {
        left: 35%;
        bottom: 200px;
    }

    .icondrop li.data {
        left: 60%;
        bottom: 50%;
    }

    .icondrop li.database {
        left: 65%;
        bottom: 120px;
    }

    .icondrop li.server {
        left: 5%;
        bottom: 160px;
    }

    .icondrop li.application {
        left: 30%;
        bottom: 320px;
    }

    .icondrop li.border_yellow {
        left: 45%;
        bottom: 70%;
    }

    .icondrop li.misc {
        left: 13%;
    }

    .icondrop li.misc::before {
        bottom: -50px;
        left: 50%;
    }

    .footer::before {
        top: 50%;
        clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    }

    .footer::after {
        position: absolute;
        z-index: 0;
        left: 20%;
        right: 0;
        top: 60%;
        clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    }
}
.page-header{
    width: 100%;
    height: 200px;
    background: #186dd7;
    display: flex;
    align-items: center;
}
.page-header .helper{
    width: 100%;
    padding: 0 10%;
}
.page-header .page-title{
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
}
.page-header .breadcrumb-holder{
    
}
.page-header .breadcrumb-holder .region-breadcrumb{
    padding: 0;
}
.page-header .breadcrumb-holder  .breadcrumb{
    padding: 0;
    color: rgba(255,255,255,0.8);
}
.page-header .breadcrumb-holder  .breadcrumb a{
    color: rgba(255,255,255,1);
}
section.resume {
    padding: 150px 0;
}

section.resume .subtitle {
    font-size: 1.5rem;
    text-transform: uppercase;
}

section.resume .title {
    margin: 0;
    margin-bottom: 1rem;
}

section.resume .email {
    font-size: 1.5rem;
}
section.resume .email a:hover{
    color: #186dd7;
}

section.resume .email a:hover {
    text-decoration: underline;
}

h4 {
    font-size: 2rem;
}

.section-contact .helper {
    flex-wrap: wrap;
}

.section-contact .section-title {
    flex: 1 0 100%;
}

.section-contact .contact-options {
    margin: 100px 0;
    flex: 1 0 100%;
    font-size: 1rem;
    display: flex;
    justify-content: space-around;
}

.section-contact .contact-options .item {
    min-width: 400px;
}

.section-contact .contact-options .item .item-title {
    text-transform: uppercase;
    font-size: 1.2rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
    text-align: left;
}

.section-contact .contact-options .item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    vertical-align: top;
    text-align: left;
}

.section-contact .contact-options .item ul li {
    padding: 2rem 0;
}

.section-contact .contact-options .item ul li .title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-contact .contact-options .item ul li .contact-details {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.section-contact .contact-options .item ul li .contact-details .icon i {
    font-size: 1.5rem;
    color: #999;
    padding-right: 2rem;
}

.section-contact .contact-options .item ul li .contact-details .item {
    display: block;
}
@media screen and (max-width:768px){
    .section-contact .contact-options{
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .section-contact .contact-options .item{
        flex: 1 0 100%;
        width: 100%;
        min-width: auto;
    }
    .section-contact .contact-options .item ul li {
        padding: 20px;    
    }
    .section-contact .contact-options .item ul li .contact-details{
        flex-wrap: nowrap;
    }
}
.cnt-3col {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.cnt-3col .cnt-col {
    flex: 1 0 33%;
}

.cnt-3col .cnt-col-2x {
    flex: 1 0 66%;
}

.cnt-3col .cnt-col-3x {
    flex: 1 0 100%;
}
@media screen and (max-width:768px){
    .cnt-3col {
        flex-wrap: wrap;
    }
    .cnt-3col .cnt-col,
    .cnt-3col .cnt-col-2x,
    .cnt-3col .cnt-col-3x {
        flex: 1 0 100%;
    }
}
.facebubblepath {
    fill: #186dd7;
}

.menubgpath {
    fill: #186dd7;
}

.face-content .face-text .slogan {
    color: #f58220;
}

.face-content .face-text p {
    color: #333333;
}

.slogan.primary {
    color: #f58220;
}

.slogan.accent {
    color: #186dd7;
}

.section-accent {
    background: #186dd7;
}

.section-accent * {
    color: #ffffff !important;
}

.section-primary {
    background: #f58220;
}

.section-primary .section-title::after {
    background: #ffffff;
}

.section-black {
    background: #212b39;
}

.section-black * {
    color: #ffffff;
}

.section-title::after {
    background: #f58220;
}

.section-splroute .primary {
    background: #f58220;
    color: #ffffff;
}

.section-splroute .accent {
    background: #186dd7;
    color: #ffffff;
}

.section-splroute .accent a {
    color: #ffffff;
}

.section-splroute .grey {
    background: #f2f2f2;
}

.services-bg-helper {
    background: #186dd7;
}

.icondrop li::before {
    background: #212b39;
}

.icondrop li.software::before {
    background: #f58220;
}
.inner-main .icondrop li img {
    top: 0;
    margin: 0;
}
@media screen and (max-width:768px){
    .icondrop.icondrop-inner{
        transform: scale(0.6);
        top: 0;
        margin: 0;
        height: 50vh;
    }
    .icondrop.icondrop-inner li img{
        width: 50%;
    }
}
.google-maps {
    position: relative;
    padding-bottom: 400px;
    height: 0;
    width: 100%;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    /*height: 100% !important;*/
}

.job-board{
    padding: 2rem 0;
}
.job-board .node__content{
    display: flex;
    flex-wrap: wrap;
    
}
.job-board .field--name-title-text{
    font-size: 1.8rem;
    font-weight: 600;
    flex: 1 0 100%;
    margin-bottom: 1rem;
}
.job-board .field--name-field-tags{
    margin: 0;
}
.job-board .field--name-field-tags .field__label{
    font-weight: normal;
    color: #666;
    text-transform: none;
    font-size: inherit;
    padding: 0; margin: 0;
    display: inline-block;
}
.job-board .field--name-field-tags .field__label::before{
    content: none;
}
.job-board .field--name-field-tags .field__label::after{
    content: ':';
    position: static;
    bottom: 0;
    left: auto;
    margin-left: 0;
    width: auto;
    height: auto;
    border-radius: 4px;
    background: transparent;
    display: inherit;
    transition: all 0.5s ease;
    font-weight: inherit;
    font-size: inherit;
    color: #666;
    border: none;
}
.job-board .field--name-field-tags ul{
    margin: 0; padding: 0; list-style: none;
    display: inline-block;
    vertical-align: middle;
}
.job-board .field--name-field-tags ul li{
    padding: 0;
}
.job-board .field--name-field-tags ul li a{
    cursor: default;
    padding: 0.2rem 0.5rem;
    font-size: 0
    0.9em;
    background: #eee;
    border-radius: 0.2rem;
    margin: 0 0.2rem 0.2rem 0.2rem;
    display: inline-block;
}
.job-board .job-info{
    flex: 1 0 100%;
}
.job-board .job-info.inline{
    flex: 0 1 auto;
    margin-right: 1rem;
}
.job-board .job-info .field__label{
    font-weight: normal;
    color: #666;
}
.job-board .job-info.inline .field__label,
.job-board .job-info.inline .field__item
{
    display: inline-block;
    float: none;
}
.job-board .job-description{
    flex: 1 0 100%;
    margin-top: 1rem;
}
.job-board .job-description h3{
    padding: 0;
    font-weight: 500;
    color: #186dd7;
    margin-bottom: 0;
}
.job-board .job-description h3::after{
    content: none;
}
.job-board .job-description ul{
    margin-top: 0;
}
.tags .item-list{
    display: inline-block;
}
.tags .item-list ul{
    margin: 0; padding: 0; list-style: none;
}
.tags .item-list ul li{
    border: none;
    display: inline-block;
    font-size: 0.8em;
    background: #eee;
    margin: 0 0.2rem;
    text-align: center;
    padding: 0.2rem 0.5rem;
    border-radius: 0.2rem;
}
.text-break {
    padding: 0 20%;
}
@media screen and (max-width:768px){
    .text-break {
        padding: 0 20%;
        color: #fff;
    }
}
@media screen and (max-width:768px){
    .btn-group .btn{
        display: inline-block;
        font-size: 0.9rem;
        margin: 0.5rem 0;
        width: 100%;
        text-align: center;
    }
}
.maintenance-page{
    min-height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}