/* BASE STYLES
 developer: Jonathan Royere
 */

.center {
    max-width: 1600px; 
    margin: 0 auto;
}

.clear {
    clear: both;
}

.ccm-panel-detail {
    display: block !important;
}

html {
    font-size: 1vw;
}

#c5 {
    overflow-x: hidden;
}

#c5 * {
    outline: 0;
}

#c5 .table,
#c5 .two-tone-section,
#c5 .services-two-cont,
#c5 .client-two-cont {
    display: table;
    width: 100%;
}

#c5 .table-cell,
#c5 .two-tone-section> section,
#c5 .services-two-cont> section,
#c5 .client-two-cont> section {
    display: table-cell;
    vertical-align: middle;
}

#c5 h1,
#c5 h2,
#c5 h3,
#c5 h4,
#c5 h5,
#c5 h6 {
    color: #fff;
}

#c5 p {
    line-height: 1.8;
}

#c5 h1 {
    font-size: 2.5em;
}

#c5 h2 {
    font-size: 2.8em;
}

#c5 h3 {
    font-size: 1.7em;
}

#c5 h4 {
    font-size: 1.5em;
}

#c5 h5 {
    font-size: 1.3em;
}

#c5 h6 {
    font-size: 1em;
}

#c5 a {
    text-decoration: none;
}

#c5 .learn-more-block h4 {
    font-weight: normal;
    margin: 0 0 -2rem 0;
}

header {
    display: block;
    width: 100%;
    padding: 2rem 0 0 0;
    display: table;
    background: #141414;
}

body {
    margin: 0;
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    outline: none;
}


/* ie ffs */

#c5 .is-ie {
    display: none;
}

@keyframes fade-out-down {
    0% {
        transform: translateY(-150px);
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.ishome {
    animation: fade-out-down;
    -webkit-animation: fade-out-down 1.5s;
    /* Safari 4+ */
    -moz-animation: fade-out-down 1.5s;
    /* Fx 5+ */
    -o-animation: fade-out-down 1.5s;
    /* Opera 12+ */
}


/* concrete styles */

.ccm-toolbar-visible body {
    margin-top: 47px;
}

.ccm-toolbar-visible #c5 .icon-box {
    position: relative;
}

.ccm-toolbar-visible #c5 .icon-boxe-block {
    background: #141414;
    overflow: auto;
}

#c5 .vertical-center {
    display: table;
    width: 100%;
    padding: 10rem 0;
    background-size: cover;
}

#c5 .vertical-center> section {
    display: table-cell;
}

table.ccm-search-results-table tbody td.ccm-file-manager-search-results-thumbnail img {
    max-width: 65px;
}

.ccm-menu-item-hover,
.ccm-menu-item-hover:hover {
    border: 1px solid #b5eeb5;
}


/* header text */

#c5 .header-info-text {
    text-align: right;
    padding-right: 2rem;
    color: #fff;
    font-weight: 200;
}

#c5 .header-info-text p {
    margin: 0;
}

#c5 .header-info-text .header-phone {
    color: #FF9016;
    font-size: 1.5rem;
    letter-spacing: 2px;
    padding-left: 0.5rem;
}

.header-phone {
    font-family: acumin-pro-extra-condensed, sans-serif;
}

.header-phone a {
    color: #FF9016;
    font-family: acumin-pro-extra-condensed, sans-serif;
}


/* reg nav */

#c5 nav .main-nav ul li a {
    color: #FFF;
    position: relative;
    text-decoration: none;
    transition: all 0.15s ease-out;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
}

#c5 nav .main-nav ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: -1.5px;
    background: #FFF;
    visibility: hidden;
    transform: scaleX(0);
    transform-origin: center;
    transition: all 0.3s ease-in-out 0s;
}

#c5 nav .main-nav ul li a:hover {
    transition: all 0.15s ease-out;
}

#c5 nav .main-nav a:hover:before {
    visibility: visible;
    transform: scaleX(1);
}

#c5 .main-nav ul {
    padding: 0;
    float: right;
    margin: 0 0 1rem 0;
}

#c5 .main-nav ul li {
    display: inline-block;
    padding: 1rem 2rem;
    position: relative;
}

#c5 .main-nav ul li ul {
    position: absolute;
    top: 100%;
    right: -23%;
    visibility: hidden;
    opacity: 0;
    left: -12%;
    transition: .4s ease-in-out;
}

#c5 .main-nav ul li:hover> ul {
    visibility: visible;
    opacity: 1;
}

#c5 .main-nav ul li> ul> li {
    display: block;
    background: rgba(204, 204, 204, 0.6);
    padding: 1rem;
    font-size: 0.8rem;
    text-align: center;
}

#c5 .main-nav ul li> ul> li:hover {
    background: rgba(255, 255, 255, 0.6);
}

#c5 .main-nav ul li> ul> li> a {
    color: #fff;
}

#c5 .main-nav ul li> ul> li> a:before {
    display: none;
}


/* mobile menu */

#c5 .mobile-menu {
    height: 100%;
    overflow-y: scroll;
    position: absolute;
    padding: 0 0 0.5rem 0;
    top: 0;
    width: 46%;
    /*!  */
    box-shadow: rgba(0, 0, 0, 0.3) 1px 6px 2px 2px;
}

#c5 .mobile-menu ul {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#c5 .mobile-menu .nav li:before {
    content: '';
    padding: 0;
}

#c5 .mobile-menu .nav li {
    display: block;
    width: 100%;
    padding: 0;
}

#c5 .mobile-menu .nav li:hover {
    display: block;
}

#c5 .mobile-menu> ul li a {
    text-decoration: none;
    margin: 0;
    text-transform: uppercase;
    font-size: 1.1rem;
    padding: 1.6rem 1rem;
    display: block;
    letter-spacing: 2px;
}

#c5 .mobile-menu a {
    text-decoration: none;
    color: #fff;
}

#c5 .cross,
#c5 .mobile-button-container {
    display: none;
}

#c5 .mobile-button-container {
    display: block;
    float: right;
    padding-right: 2rem;
}

.all-content {
    color: #333;
    height: 100%;
    padding: 0;
    position: relative;
    width: auto;
    box-shadow: rgba(0, 0, 0, 0.34) 1px -4px 3px 0px;
    width: 100%;
    border: 0px;
}

#c5 .menu-icon {
    width: 3rem;
    height: 40px;
    cursor: pointer;
    padding: 0.5rem;
    position: relative;
    z-index: 99999;
    left: 1rem;
    top: -1rem;
}

#c5 .menu-icon .line {
    display: inline-block;
    border-radius: 2px;
    width: 30px;
    height: 3px;
    background: #FFF;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: background 0.6s 0s ease;
    border-radius: 0;
}

#c5 .menu-icon .line:after,
.menu-icon .line:before {
    border-radius: 2px;
    transition: top 0.2s 0.4s ease, -webkit-transform 0.3s ease;
    content: '';
    position: absolute;
    top: -9px;
    left: 0;
    background: #FFF;
    display: inline-block;
    width: 30px;
    height: 3px;
    border-radius: 0;
}

#c5 .menu-icon .line:before {
    top: 9px;
}


/* page banner  */

#c5 .page-title {
    height: 28em;
    background-size: cover;
    width: 100%;
    top: 0;
    margin-top: -2rem;
}


/* page title edit mode */

.ccm-toolbar-visible .title-container h2 {
    position: relative !important;
    margin: 0 !important;
    top: 50%;
}

.ccm-toolbar-visible .title-container> div,
.ccm-toolbar-visible .title-container> div> div {
    height: 100%;
}

.ccm-toolbar-visible .page-title .ccm-area-drag-area {
    height: 80%;
}


/* Home slider */

#c5 .main-slide,  #c5 .main-header  {
    background-size: 100% 100% !important;
    padding: 15rem 1rem;
}

#c5 .orange-cont {
    background: #FF9016;
    color: #fff;
    display: inline-block;
    padding: 0.5rem 2rem;
    font-size: 1.2rem;
}


/* animated home slider text */

#c5 .animated-text {
    font-size: 9rem;
    font-family: proxima-nova;
    height: auto;
    overflow: hidden;
    display: block;
    max-height: 8.5rem;
    color: #fff;
}

#c5 .main-slide .text--line,  #c5 .main-header  .text--line {
    font-size: .5em;
}

#c5 .main-slide svg,  #c5 .main-header svg {
    position: relative;
    width: 100%;
    height: auto;
}

.text-copy {
    fill: none;
    stroke: white;
    stroke-dasharray: 7% 28%;
    stroke-width: 2px;
    -webkit-animation: stroke-offset 4s;
    animation: stroke-offset 4s;
}

.text-copy:nth-child(1) {
    stroke: #fff;
    stroke-dashoffset: 7%;
}

.text-copy:nth-child(2) {
    stroke: #fff;
    stroke-dashoffset: 14%;
}

.text-copy:nth-child(3) {
    stroke: #fff;
    stroke-dashoffset: 21%;
}

.text-copy:nth-child(4) {
    stroke: #fff;
    stroke-dashoffset: 28%;
}

.text-copy:nth-child(5) {
    stroke: #fff;
    stroke-dashoffset: 35%;
}

@-webkit-keyframes stroke-offset {
    0% {
        stroke-dashoffset: 35%;
        stroke-dasharray: 0 87.5%;
    }
}

@keyframes stroke-offset {
    0% {
        stroke-dashoffset: 35%;
        stroke-dasharray: 0 87.5%;
    }
}


/**/

#c5 .services-tabs h2 {
    padding-left: 5rem;
    font-size: 2.5rem;
}

#c5 .title-container {
    color: #fff;
    height: 100%;
    position: relative;
}

#c5 .title-container h2 {
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 4rem;
    margin: 1.5rem 0;
    position: absolute;
}


/* side menu */

#c5.menu-is-closed .mobile-menu {
    right: -47%;
    transition: .3s ease-in-out;
}

#c5.menu-is-open .mobile-menu {
    right: 0px;
    transition: .3s ease-in-out;
}

#c5.menu-is-open .all-content {
    left: -46%;
    transition: .3s ease-in-out;
}

#c5.menu-is-closed .all-content {
    left: 0px;
    transition: .3s ease-in-out;
}

#c5.menu-is-open .menu-icon .line {
    background: transparent;
}

#c5.menu-is-open .menu-icon .line:before,
#c5.menu-is-open .menu-icon .line:after {
    top: 0;
    transition: top 0.2s ease, -webkit-transform 0.2s 0.4s ease;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

#c5.menu-is-open .menu-icon .line:after {
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
}

#c5 .mobile-menu {
    display: none;
}

#c5 .mobile-button-container {
    display: none;
}

#c5 .logo-container {
    padding-left: 2rem;
}

#c5 .main-nav-cont,
#c5 .logo-container {
    position: relative;
    z-index: 4;
}

#c5 .layout-content h2 {
    text-transform: uppercase;
    margin: 0;
}

#c5 .black-pattern-bg {
    background: url(../img/bg_pattern.jpg);
    color: #fff;
    font-weight: 400;
    padding: 2rem;
}

#c5 .contact-form-map {
    background: url(../img/bg_pattern.jpg);
    color: #fff;
    font-weight: 100;
    padding: 3rem 0rem;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}

#c5 .contact-form-map .center {
    max-width: 100%;
}

#c5 .black-pattern-bg ul li {
    color: #A8A8A8;
}


/* contact map styles */

#c5 .contact-form-map section:first-child {
    /*! padding: 3rem; */
}

#c5 .contact-form-map .center {
    display: table;
    position: initial;
    top: 0;
    width: 100%;
}

#c5 .contact-form-map section {
    display: table-cell;
    width: 50%;
    float: none;
    vertical-align: top;
    overflow: visible;
    padding: 3rem 4rem;
}

#c5 .contact-form-map .icon-info-block {
    margin-left: -4rem;
    margin-right: -4rem;
}

#c5 .large-map {
    position: relative;
    height: 100%;
    overflow: visible !important;
    margin-bottom: -15rem;
    margin-right: -40rem;
}

#c5 .large-map .googleMapCanvas {
    top: 0;
    bottom: 0;
    right: 0;
    left: -4rem;
    height: 45rem !important;
}


/* end map styles */

#c5 .content-block p {
    color: #A8A8A8;
}

#c5 .mobile-menu ul> li> ul {
    display: none;
}

#c5 .mobile-menu .nav li {
    position: relative;
}

#c5 .sub-arrow {
    position: absolute;
    top: 1.6rem;
    right: 0;
}

#c5 .sub-arrow:before {
    content: '+';
    font-family: fontAwesome;
    line-height: 0.8rem;
    text-align: right;
    float: right;
    padding: 0 1rem 0 2rem;
    color: #fff;
    font-size: 1.7rem;
}

#c5 .sub-open .sub-arrow:before {
    content: '-';
    font-size: 3rem;
    margin-top: -0.2rem;
}

#c5 .main-slider, #c5 .header-banner-block  {
    margin-top: -9rem
}

#c5 .main-slide h2, #c5 .main-header h2 {
    margin: 0;
}


/* Footer Styles */

#c5 footer {
    color: #fff;
    font-weight: 300;
    padding: 3rem 2rem;
    background: url(../img/bg_pattern.jpg);
    overflow: auto;
}

#c5 footer .footer-first-row h4 {
    font-weight: 200;
}

#c5 footer .footer-first-row a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0.15rem 0;
}

#c5 footer .footer-first-row ul {
    padding: 0;
}

#c5 footer .footer-first-row ul li {
    list-style-type: none;
}

#c5 .footer h4 {
    color: #ADADAD;
}

#c5 .footer-first-row h4 {
    font-weight: 100;
    text-transform: uppercase;
}

#c5 .layout-content ul li {
    padding: 0.5rem 0;
}

#c5 .padded-content-block {
    padding: 3rem;
}


/* login page */

#login-page {
    background: url(../img/bg_pattern.jpg);
    color: #fff;
    padding: 3rem 1rem;
}

#login-page .login .form-group input {
    width: 100%;
}

#login-page button.btn {
    display: block;
    width: auto;
    margin: 1rem auto;
}


/* contact styles */

.theme-btn.orange-btn input {
    background: none;
    border: 0;
    color: #FF9016;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
}

.theme-btn.orange-btn:hover input {
    color: #fff;
}


/* icon content block fix */

.redactor-toolbar {
    position: initial;
}


/* custom content styles */

#c5 .theme-btn {
    overflow: hidden;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

#c5 .theme-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
    padding-right: 1px;
    padding-bottom: 1px;
}

#c5 .theme-btn:hover {
    color: #333;
    border-color: #fff;
}

#c5 .theme-btn:hover::before {
    opacity: 1;
    background-color: #fff;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

#c5 .theme-btn {
    width: auto;
    display: inline-block;
    padding: 0.5em 3em;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid #fff;
    font-weight: 600;
    margin: 0.75rem 0.225rem 0 0;
}

#c5 .theme-btn:focus {
    outline: none;
}

#c5 .theme-btn a {
    color: #fff;
}

#c5 footer .theme-btn {
    float: left;
}

#c5 .theme-btn:hover a {
    color: #333;
}

#c5 .orange-text {
    color: #FF9016;
}

#c5 .bordered-box {
    padding: 0 2rem;
    display: inline-block;
    font-size: 3rem;
    border: 1px solid #ccc;
    font-weight: 900;
}

#c5 .white-text {
    color: #FFF;
}

#c5 .grey-text {
    color: #838382;
}

#c5 .orange-btn:hover:before {
    background: #ff9016;
}

#c5 .theme-btn.orange-btn {
    border-color: #ff9016;
}

#c5 .theme-btn.orange-btn a {
    color: #ff9016;
}

#c5 .theme-btn.orange-btn:hover a {
    color: #fff;
}


/* error success messages */

div.alert-success {
    border: 1px solid #4CAF50 !important;
    margin: 0 auto;
    background: #4CAF50 !important;
    border-radius: 2px;
    width: 96%;
}

div.alert-error,
div.alert-danger {
    border: 1px solid #C6323F !important;
    background-color: #C6323F !important;
    margin: 0 auto;
    border-radius: 2px;
}

div.alert-success,
div.alert-error,
div.alert-danger {
    margin: 1.5rem 0;
}


/* form inputs */

#c5 .field-telephone,
#c5 .field-email {
    width: 45.7%;
    float: left;
}

#c5 .field-telephone {
    margin-right: 3%;
}

#c5 .field-email {
    margin-left: 3%;
}

#c5 .form-group input,
#c5 .form-group textarea {
    width: 95%;
    margin: 0.5rem 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 0;
    background: transparent;
    border: 2px solid #242525;
    padding: .25em .65em;
    outline: none;
    color: #FFFFFF;
    border-radius: 0px;
    padding: 0.75rem;
    outline: 0;
}

#c5 .form-group input:focus,
#c5 .form-group textarea:focus {
    background: #FFFFFF;
    color: #333;
    transition: .4s ease-in-out;
    outline: 0;
}

#c5 .form-group input:focus,
#c5 .form-group textarea:focus {
    -webkit-animation: kiss-in 0.4s ease-out;
    -moz-animation: kiss-in 0.4s ease-out;
    animation: kiss-in 0.4s ease-out;
    outline: 0;
    box-shadow: 0 0 0 0;
}

@-webkit-keyframes kiss-in {
    0% {
        -webkit-transform: scale(1);
    }
    66% {
        -webkit-transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes kiss-in {
    0% {
        -moz-transform: scale(1);
    }
    66% {
        -moz-transform: scale(0.9);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@keyframes kiss-in {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    66% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}


/* copyright row */

#c5 .copyright-row,
#c5 .copyright-row> div {
    display: inline-block;
}

#c5 footer a {
    text-decoration: none;
    color: #fff;
}

#c5 .copyright-row,
#c5 .copyright-row a {
    color: #838382;
}

#c5 footer .footer-second-row {
    padding: 4rem 0 1rem 0;
    border-bottom: 1px solid #454544;
    text-align: center;
    font-size: 90%;
}

#c5 footer .secondary-links {
    display: inline-block;
    padding-left: 1rem;
}

#c5 footer .secondary-links p {
    margin: 0;
}

#c5 .footer-brands {
    text-align: center;
}

#c5 .footer-brands .brand {
    padding-top: 2rem;
}

#c5 .footer-brands .brand a {
    padding-right: 1rem;
    transition: .2s ease-in-out;
}

#c5 .footer-brands .brand img {
    max-height: 3rem;
}

#c5 .thin-text {
    font-weight: 100;
}

#c5 footer .thin-text {
    color: #838382;
}

#c5 .footer-first-row span {
    display: inline-block;
}

#c5 .footer-first-row span a {
    color: #838382;
}

#c5 .website-by a:last-child,
#toTop {
    text-transform: uppercase;
}

#c5 .mobile-copy-text {
    display: none;
}

#toTop {
    display: inline-block;
    color: #FF9016;
    letter-spacing: 1px;
    vertical-align: bottom;
    float: right;
}

#toTop:hover {
    cursor: pointer;
}

#c5 .footer-map {
    float: right;
}

#c5 .footer-info p {
    margin: 0;
    line-height: 1.5rem;
}

#c5 .footer-first-row {
    line-height: 1.5rem;
}


/* content templates */

#c5 .less-width-content {
    max-width: 65%;
    margin: 0 auto;
    padding: 2rem 0;
}


/* icon area block */

#c5 .icon-info-block {
    overflow: auto;
    padding: 2rem 0;
}

#c5 .icon-area-cont .icon-info-cont> div {
    display: inline-block;
    padding: 1rem 0.5rem;
    width: auto;
}

#c5 .icon-area-cont .content p {
    margin: 0;
}

#c5 .icon-area-cont .icon img {
    max-height: 55px;
}

#c5 .icon-area-cont .icon {
    max-width: 35px;
    vertical-align: top;
}


/* two tone section */

#c5 .two-tone-section> section,
#c5 .services-two-cont> section,
#c5 .client-two-cont> section {
    padding: 4rem;
    color: #fff;
    float: none;
}

#c5 .services-two-cont> section:first-child {
    background: #FF9016 url('../img/services_callout1.jpg') no-repeat;
    background-size: cover;
}

#c5 .services-two-cont> section:last-of-type {
    background: #557997;
}

#c5 .client-two-cont> section:first-child {
    background: #333 url('../img/clients_callout1.jpg') no-repeat;
    background-size: cover;
    color: #fff
}

#c5 .client-two-cont> section:first-child h3 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 0;
}

#c5 .client-two-cont> section:last-of-type {
    background: #333 url('../img/clients_callout2.jpg') no-repeat;
    background-size: cover;
    color: #fff;
}

#c5 .two-tone-section> section:first-child {
    background: #557997;
}

#c5 .two-tone-section> section:last-of-type {
    background: #FF9016 url('../img/logo_white.png') no-repeat 100% 50%;
    position: relative;
    background-size: 40%;
}

#c5 .two-tone-section section:last-of-type span.thin-text {
    font-size: 3.8rem;
}


/* home service */

#c5 .service-home {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

#c5 .home-service-title {
    position: absolute;
    bottom: 4rem;
    left: 3rem;
    line-height: 1.1;
}

#c5 .all-services-home-cont:after {
    content: '\f105';
    font-family: fontAwesome;
    font-size: 5rem;
    color: #C2D0DC;
    line-height: 0.2;
    transition: .2s ease-in-out;
    position: absolute;
    right: 1rem;
    bottom: 6rem;
}

#c5 .service-home h2 {
    margin: 0;
    text-transform: uppercase;
}

#c5 .services {
    overflow: auto;
}

#c5 .services .service-home {
    height: 20rem;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

#c5 .services .service-home:hover {
    background-size: 110% 110%;
}

#c5 .services> a> .service-home {
    height: 40rem;
}


/* service overlay*/

#c5 .service-home:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, transparent, #000);
    opacity: .6;
}

#c5 .all-services-home-cont:last-of-type:before {
    background-image: none;
    opacity: .6;
}

#c5 .all-services-home-cont {
    background-image: url(../img/all_services.jpg);
}

#c5 .first-service-mobile {
    display: none;
}


/* tabs css */

#c5 .services-container,
#c5 .tabbed-service-block {
    overflow: auto;
    padding: 1.5rem 0;
}

#c5 .tabs-bd-item h2 {
    font-weight: 100;
    font-size: 2rem;
}

#c5 .tabs-bd-item .content-image {
    margin-top: 1rem;
}

#c5 .tabs-hd-item a {
    display: block;
    padding: 1rem 2rem;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #1A1E20;
    font-weight: 600;
}

#c5 .tabs-hd-item.tab-active a {
    background-color: #F68D29;
}

#c5 .tabs-bd {
    overflow: hidden;
}

#c5 .tabs-bd-item {
    display: none;
    padding: 0 2rem;
    color: #fff;
}

#c5 .tabs-bd-item:first-of-type {
    display: block;
}

#c5 .tabs-hd li.tabs-hd-item {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#c5 .tabs-bd h2 {
    margin: 0;
}

#c5 .tab-nextup-link:hover {
    cursor: pointer;
}

#c5 .tabs-bd h2.thin-text {
    margin-bottom: 1rem;
}

#c5 .services-nextup a {
    color: #F68D29;
    font-weight: 300;
}

#c5 .service-arrows {
    padding: 2rem 2rem 0 2rem;
    overflow: hidden;
}

#c5 .services-nextup {
    float: right;
}

#c5 .service-next {
    float: right;
    padding-left: 2rem;
}

#c5 .service-previous {
    float: left;
}

#c5 .service-previous:before,
#c5 .service-next:after {
    content: '\f104';
    font-family: fontAwesome;
    font-size: 5rem;
    color: #1B1F21;
    line-height: 0.2;
    transition: .2s ease-in-out;
}

#c5 .service-next:after {
    content: '\f105';
}

#c5 .service-previous:hover:before,
#c5 .service-next:hover:after {
    color: #3A5062;
}


/* end tabs css */


/* icon boxes */

#c5 .ishome main> .layout-one-column-full {
    position: relative;
    background: #141414;
}

#c5 .icon-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

#c5 .icon-box-content {
    text-align: center;
    color: #fff;
}

#c5 .icon-box {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

#c5 .icon-content-wrapper {
    margin: 0 0.5rem;
    background: rgba(0, 0, 0, 0.7);
    padding: 2rem;
    min-height: 9rem;
}

#c5 .icon-content-wrapper .image {
    display: inline-block;
}

#c5 .icon-content-wrapper .image:hover {
    transform: rotate(360deg);
    transition: 1s ease-in-out;
}

#c5 .icon-content-wrapper h3 {
    margin: 1rem 0 0 0;
    text-transform: uppercase;
}

#c5 .icon-content-wrapper .sub-text {
    color: #A8A8A8;
}


/* testimonial section -slider */

section {
    background-size: 100% 100%;
}

#c5 .section-padding {
    padding: 8rem 0;
}

#c5 .testimonial-content {
    text-align: center;
    color: #fff;
    max-width: 57rem;
    margin: 0 auto;
    padding: 2rem;
}

#c5 .testimonial-content .rating {
    color: #FF9016;
    letter-spacing: 5px;
    font-size: 1.8rem
}

#c5 .testimonial-content h2 {
    font-weight: 100;
    text-transform: uppercase;
    margin: 0.33rem 0;
}

#c5 .testimonial-text {
    padding: 1rem 1.5rem;
}

#c5 .testimonial-text p,
#c5 .testimonial-location {
    line-height: 1.5;
    font-weight: 300;
    color: #A8A8A8;
    -webkit-font-smoothing: antialiased;
}

#c5 .page-link-block {
    text-align: center;
    margin-top: 0rem;
    padding-bottom: 4rem
}

#c5 .slick-prev,
#c5 .slick-next {
    color: transparent;
    background: transparent;
    height: 7rem;
    width: 4rem;
    border: 0;
    z-index: 1;
    position: absolute;
    top: 55%;
}

#c5 .slick-prev:hover,
#c5 .slick-next:hover {
    cursor: pointer;
}

#c5 .slick-next {
    right: 0;
}

#c5 .slick-prev:before,
#c5 .slick-next:before {
    content: '\f104';
    font-family: fontAwesome;
    font-size: 5rem;
    color: #3B5163;
    line-height: 0.2;
    transition: .2s ease-in-out;
    position: absolute;
}

#c5 .slick-next:before {
    content: '\f105';
}

#c5 .main-slider .slick-prev,
#c5 .main-slider .slick-next {
    top: 42%;
}

#c5 .main-slider .slick-prev:before,
#c5 .main-slider .slick-next:before {
    color: #ccc;
    content: '';
    display: block;
    height: 7rem;
    width: 3rem;
    top: 0;
}

#c5 .main-slider .slick-prev:before {
    background: url(../img/arrow_left_white.png) no-repeat;
    left: 1rem;
}

#c5 .main-slider .slick-next:before {
    background: url(../img/arrow_right_white.png) no-repeat;
    right: 1rem;
    left: 1rem;
}


/* list testimonial */

#c5 .list-testimonial {
    border-bottom: 2px solid #1B1D1F;
}

#c5 .list-testimonial:last-of-type {
    border-bottom: 0px;
}

#c5 .testimonial-block h2 {
	color: #fff !important;
}


/* flag section */

#c5 .flag-container {
    display: table;
    width: 100%;
    background-image: url(../img/our_company_callout.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#c5 .flag-container section {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

#c5 .flag-container img {
    width: 80%;
    margin: -2rem 0 -0.3rem 2rem;
}

#c5 .flag-container h3 {
    margin: 0.4rem 0;
    font-size: 2rem;
    color: #333;
}

 #c5 .services-two-cont > section:nth-child(2) {
     vertical-align: top;
 }

 /* 404 page */
#c5 .not-found {
	background: url(../img/bg_pattern.jpg);
    text-align: center;
    overflow: auto;
    color: #fff;
    padding: 5rem 0;
}


/* media queries */

@media(min-width: 1700px) {
    html {
        font-size: 0.8vw;
    }
}

@media(min-width: 1600px) {
    html {
        font-size: 0.9vw;
    }
}

@media(min-width: 1400px) {
    #c5 .client-two-cont > section:first-child h3 {
    font-size: 3rem;
    }
}

@media(min-width: 1300px) {
    #c5 .animated-text {
        font-size: 11rem;
    }
    #c5 .main-nav ul li {
        padding-left: 3.5rem;
    }
    #c5 footer {
    padding: 3rem 7rem;
    }
       #c5 .services-two-cont > section {
        padding: 4rem 6rem;
    }
     #c5 .client-two-cont > section:first-child h3 {
    font-size: 2.8rem;
    }

    #c5 .icon-box {
        max-width: 68rem;
    }
}

@media(min-width: 1200px) {
    #c5 .footer-first-row .footer-contact {
        padding-right: 7.5rem;
    }
    #c5 .main-slide, #c5 .main-header {
        padding: 17rem 1rem;
    }
}

@media(max-width: 1400px) {
    html {
        font-size: 1.08vw;
    }
}

@media(max-width: 1300px) {
    html {
        font-size: 1.25vw;
    }
    #c5 h2 {
        font-size: 2.1rem;
    }
  
}

@media(max-width: 1200px) {
    html {
        font-size: 1.3vw;
    }
    #c5 .footer-menu {
        display: none;
    }
}

@media(max-width: 1100px) {
    html {
        font-size: 1.4vw;
    }
    #c5 .two-tone-section> section:last-of-type {
        background-size: 35%;
    }
}

@media(max-width: 1000px) {
    /* flag container */
    #c5 .flag-container img {
        margin: -2rem 0 -0.7rem 2rem;
    }
}

@media(max-width: 900px) {
    html {
        font-size: 1.5vw;
    }
    #c5 footer .footer-second-row {
        font-size: 80%;
    }
    #c5 .two-tone-section> section:last-of-type {
        background-size: 30%;
        background-position: 104% 50%;
    }
    #c5 .services-two-cont,
    #c5 .client-two-cont {
        display: block;
    }
    #c5 .services-two-cont> section,
    #c5 .client-two-cont> section {
        width: 100%;
        display: block;
    }
    /* flag container image */
    #c5 .flag-container img {
        width: 100%;
        margin: -2rem 0 -0.3rem 1rem;
    }
    #c5 .icon-box {
        position: relative;
        background: #222;
        padding: 1rem 0;
        overflow: auto;
    }
    #c5 .icon-content-wrapper {
        margin: 0.5rem;
        background: rgba(0, 0, 0, 0.5);
        min-height: 11rem;
    }
    #c5 .icon-area-cont .icon {
        min-width: 34px;
}
}

@media(max-width: 800px) {
    html {
        font-size: 1.8vw;
    }
    #c5 footer .footer-second-row {
        font-size: 70%;
    }
    #c5 .two-tone-section> section {
        padding: 2rem;
    }
    #c5 .two-tone-section section:last-of-type span.thin-text {
        font-size: 3rem;
    }
    #c5 .main-nav ul li {
        padding: 1rem 1.5rem;
    }
    #c5 .padded-content-block {
        padding: 2rem;
    }
    #c5 .contact-form-map section {
        width: 100%;
    }
    #c5 .contact-form-map section {
        display: block;
        width: 100%;
    }
    #c5 .large-map {
        position: relative;
        height: 100%;
        margin: 0 -6rem -3rem -6rem;
    }
    #c5 .large-map .googleMapCanvas {
        display: block;
        position: initial !important;
        height: 400px !important;
        ;
    }
    #c5 .contact-form-map section:first-child {
        padding: 0rem;
    }
    #c5 .contact-form-map {
        padding: 3rem 2rem 0 2rem;
    }
    #c5 .contact-form-map .icon-info-block {
        margin: 0;
    }
    /* flag container image */
    #c5 .flag-container img {
        width: 100%;
        margin: -2rem 0 -0.3rem 0rem;
    }
    /* flag container heading*/
    #c5 .flag-container h3 {
        margin: 0.4rem 0;
        font-size: 1.6rem;
        color: #333;
    }
    #c5 .animated-text {
        font-size: 6.5rem;
    }
    #c5 .main-slide svg,  #c5 .main-header svg {
        max-height: 8.5rem;
    }
    #c5 .services> .service-home {
        display: none;
    }
    #c5 .first-service-mobile {
        display: block;
    }
    #c5 .services> a> .service-home {
        display: none;
    }
    #c5 .contact-form-map {
        width: auto;
    }
    #c5 .contact-form-map section {
        padding: 0;
    }
  
}

@media(max-width: 700px) {
    html {
        font-size: 1.8vw;
    }
    #c5 .desktop-nav-cont {
        display: none;
    }
    #c5 .mobile-menu {
        position: fixed;
        top: 0;
        display: block;
        background: #141414;
    }
    #c5 .mobile-button-container {
        display: block;
    }
    #c5 .header-phone {
        display: block;
    }

    .ccm-toolbar-visible #c5 .title-container h2 {
        vertical-align: top;
    }

    #c5 footer .footer-second-row {
        font-size: 100%;
    }
    #c5 .footer-first-row h4 {
        display: none;
    }
    #c5 .footer-first-row p {
        margin: 0;
    }
    #c5 .footer-first-row:before {
        content: 'contact';
        display: block;
        text-transform: uppercase;
        margin-bottom: 2rem;
        font-size: 1.7rem;
        font-weight: 100;
        color: #ADADAD;
    }
    #c5 header {
        padding: 1rem 0 0 0;
    }
    #c5 #toTop {
        font-size: 1.2rem;
        padding-bottom: 2rem;
        float: none;
    }
    #c5 footer .secondary-links,
    #c5 .copyright-row,
    #c5 .footer-brands,
    #c5 .footer-services,
    #c5 .footer-map {
        display: none;
    }
    #c5 .mobile-copy-text {
        padding-top: 2.5rem;
        display: block;
        text-align: center;
    }
    #c5 .mobile-copy-text span,
    #c5 .mobile-copy-text span a {
        color: #838382;
    }
    #c5 .footer-first-row {
        text-align: center;
    }
    #c5 footer .footer-first-row span.theme-btn.orange-btn {
        float: unset;
    }
    /* two tone section */
    #c5 .two-tone-section {
        display: block;
    }
    #c5 .two-tone-section> section {
        display: block;
        width: 100%;
        padding: 3rem;
    }
    #c5 .two-tone-section> section:last-of-type {
        background-size: 40%;
        background-position: 100% 50%;
        padding: 5rem 2.5rem;
    }
    #c5 .tabs-bd-item {
        padding: 0;
    }
    #c5 .tabs-hd {
        padding: 0;
    }
    #c5 .services-tabs h2 {
        padding: 0;
        text-align: center;
    }
    #c5 .page-title {
        height: 20em;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }
    #c5 .title-container h2 {
        font-size: 2.8rem;
    }
    #c5 .title-container {
        display: table;
        text-align: center;
        width: 100%;
        margin: 0;
        position: absolute;
        top: 0;
        bottom: 0;
    }
    #c5 .title-container h2 {
        display: table-cell;
        vertical-align: middle;
        position: relative;
    }
    #c5 .client-two-cont> section {
        display: block;
    }
    #c5 .black-pattern-bg .layout-content:last-of-type .padded-content-block {
        margin-top: -3rem;
        padding: 0 2rem;
    }
    /* flag container mobile */
    #c5 .flag-container section:first-of-type {
        display: none;
    }
    #c5 .flag-container {
        display: block;
    }
    #c5 .flag-container section {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        background: rgba(0, 0, 0, 0.6);
    }
    #c5 .flag-container h3 {
        color: #fff;
    }
    #c5 .service-arrows {
        padding: 1rem 0;
    }
    #c5 .tabs-hd li {
        display: none;
    }
    #c5 .services-tabs> .tabs-hd:before {
        content: 'Open Services';
        font-weight: 600;
        border: 1px solid #1A1E20;
        padding: 1rem 2rem;
        display: block;
        position: relative;
        font-size: 1.2rem;
        text-transform: uppercase;
    }
    #c5 .services-tabs> .close-tabs:before {
        content: 'collapse services'
    }
    #c5 .tabs-hd .show-tab-menu {
        display: block;
    }
    .no-scroll {
        overflow: hidden;
    }
}

@media(max-width: 600px) {
    html {
        font-size: 2.3vw;
    }
    #c5 .less-width-content {
        max-width: 100%;
    }
    #c5 .two-tone-section> section:first-child {
        text-align: center;
    }
    #c5 .animated-text {
        font-size: 4.5rem;
    }
    #c5 .services h2 {
        font-size: 2rem;
    }
    #c5 .main-slider .slick-prev:before,
    #c5 .main-slider .slick-next:before {
        background-size: 50%;
    }

    #c5 .thin-text {
    font-weight: 400;
}
}

@media(max-width: 500px) {
    html {
        font-size: 2.8vw;
    }
    #c5 .menu-icon {
        left: 0.5rem;
    }
    #c5 .two-tone-section> section:last-of-type {
        font-size: 80%;
        background-size: 33%;
    }
    #c5 .field-telephone,
    #c5 .field-email {
        width: 100%;
        margin: 0.5rem 0;
    }
    #c5 .padded-content-block {
        padding: 2rem 0;
    }
    #c5 .black-pattern-bg .layout-content:last-of-type .padded-content-block {
        padding: 0;
    }
    #c5 .two-tone-section> section,
    #c5 .services-two-cont> section,
    #c5 .client-two-cont> section {
        padding: 3rem;
    }
    #c5 .services .service-home {
        height: 8rem;
    }
    #c5 .services .service-home .home-service-title {
        bottom: 1rem;
    }
    #c5 .all-services-home-cont::after {
        bottom: 3rem;
    }
}

@media(max-width: 400px) {
    html {
        font-size: 3.5vw;
    }
    #c5 .header-info-text {
        padding-right: 1rem;
        color: #fff;
    }
    #c5 .menu-icon {
        left: 0;
    }
    #c5 .theme-btn {
        padding: 0.5em 2em;
    }
    #c5 footer .footer-first-row span.theme-btn.orange-btn {
        padding: 0.5em 1.5em;
    }
    #c5 .animated-text {
        font-size: 3rem;
    }
    #c5 .main-slide svg,  #c5 .main-header svg {
        max-height: 4rem;
    }
    #c5 .icon-content-wrapper h3 {
        font-size: 0.9rem;
    }
}

@media(min-width: 700px) {
    /* make sure menu is closed on desktop */
    #c5 .all-content {
        left: 0 !important;
    }
#c5 .two-tone-section {
    background: #FF9016;
}
}

@media(min-width: 1850px) {
    #c5 .main-slide svg,  #c5 .main-header svg {
        position: relative;
        width: 100%;
        height: 10rem;
    }
    #c5 .icon-content-wrapper h3 {
        font-size: 1.5rem;
    }
}

@media(max-width: 1850px) {
    #c5 .icon-content-wrapper h3 {
        font-size: 1.4rem;
    }
}