    /* base style overrides */
    html {
        font-size: 10px;
    }
    
    @font-face {
        font-family: 'Roboto';
            src: url('../fonts/robot/Roboto-Bold.woff2') format('woff2');
            font-weight: 700;
            font-style: normal;
    }
    
      @font-face {
        font-family: 'Roboto';
            src: url('../fonts/roboto/Roboto-Regular.woff2') format('woff2');
            font-weight: 500;
            font-style: normal;
    }
    
      @font-face {
        font-family: 'Roboto';
            src: url('../fonts/roboto/Roboto-Medium.woff2') format('woff2');
            font-weight: 400;
            font-style: normal;
    }
    
    
    @media only screen and (max-width: 400px) {
        html {
            font-size: 9.411764705882353px;
        }
    }
    
    html, body {
        height: 100%;
    }
    
    *{
        box-sizing:border-box;
    }
    
    body {
        background: #fff;
        font-family: "raleway", serif;
        font-size: 1.7rem;
        font-style: normal;
        font-weight: normal;
        line-height: 1.765;
        color: #757575;
        margin: 0;
        padding: 0;
    }

    
    /* ------------------------------------------------------------------- 
     * ## links
     * ------------------------------------------------------------------- */
    a {
        color: #0087cc;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        /* Standard property */
    }
    
    a:hover, a:focus, a:active {
        color: #39b54a;
    }
    
    a:hover, a:active {
        outline: 0;
    }
    
    /* ===================================================================
     * # typography & general theme styles
     * 
     * ------------------------------------------------------------------- */
    h1, h2, h3, h4, h5, h6, 
    .h1, .h2, .h3, .h4, .h5, .h6 {
        font-family: "raleway", sans-serif;
        color: #000000;
        font-style: normal;
        font-weight: normal;
        text-rendering: optimizeLegibility;
    }
    
    h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
        margin-top: 6rem;
        margin-bottom: 1.8rem;
    }
    
    @media only screen and (max-width: 600px) {
        h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
            margin-top: 5.1rem;
        }
    }
    
    h5, .h5, h6, .h6 {
        margin-top: 4.2rem;
        margin-bottom: 1.5rem;
    }
    
    @media only screen and (max-width: 600px) {
        h5, .h5, h6, .h6 {
            margin-top: 3.6rem;
            margin-bottom: 0.9rem;
        }
    }
    
    h1, .h1 {
        font-size: 3.6rem;
    	font-family: "raleway";
        line-height: 1.25;
        letter-spacing: -.1rem;
    }
    
    @media only screen and (max-width: 600px) {
        h1, .h1 {
            font-size: 3.3rem;
            letter-spacing: -.07rem;
        }
    }
    
    h2, .h2 {
        font-size: 3rem;
        line-height: 1.3;
    }
    
    h3, .h3 {
        font-size: 2.4rem;
        line-height: 1.25;
    }
    
    h4, .h4 {
        font-size: 2.1rem;
        line-height: 1.286;
    }
    
    h5, .h5 {
        font-size: 1.6rem;
        line-height: 1.313;
    }
    
    h6, .h6 {
        font-size: 1.3rem;
        line-height: 1.385;
        text-transform: uppercase;
        letter-spacing: .16rem;
    }
    
    p img {
        margin: 0;
    }
    
    p.lead {
        font-family: "raleway", sans-serif;
        font-size: 2rem;
        font-weight: 300;
        line-height: 1.8;
        margin-bottom: 3.6rem;
        color: #000000;
    }
    
    @media only screen and (max-width: 800px) {
        p.lead {
            font-size: 1.8rem;
        }
    }
    
    em, i, strong, b {
        font-size: inherit;
        line-height: inherit;
        font-style: normal;
        font-weight: normal;
    }
    
    em, i {
        font-family: "raleway", serif;
    }
    
    strong, b {
        font-family: "raleway", serif;
    }
    
    small {
        font-size: 1.2rem;
        line-height: inherit;
    }
    
   
    mark {
        background: #ffd900;
        color: #000000;
    }
    
    hr {
        border: solid rgba(0, 0, 0, 0.1);
        border-width: 1px 0 0;
        clear: both;
        margin: 2.4rem 0 1.5rem;
        height: 0;
    }
    
    /* ------------------------------------------------------------------- 
     * ## Lists
     * ------------------------------------------------------------------- */
    ol {
        list-style: decimal;
    }
    
    ul {
        list-style: disc;
    }
    
    li {
        display: list-item;
    }
    
    ol, ul {
        margin-left: 1.7rem;
    }
    
    ul li {
        padding-left: .4rem;
    }
    
    ul ul, ul ol, ol ol, ol ul {
        margin: .6rem 0 .6rem 1.7rem;
    }
    
    ul.disc li {
        display: list-item;
        list-style: none;
        padding: 0 0 0 .8rem;
        position: relative;
    }
    
    ul.disc li::before {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #39b54a;
        position: absolute;
        left: -17px;
        top: 11px;
        vertical-align: middle;
    }
    
    dt {
        margin: 0;
        color: #39b54a;
    }
    
    dd {
        margin: 0 0 0 2rem;
    }
    
    /* ------------------------------------------------------------------- 
     * ## floated image
     * ------------------------------------------------------------------- */
    .pull-right {
        margin: 1.5rem 0 0 3rem;
    }
    
    .pull-left {
        margin: 1.5rem 3rem 0 0;
    }
    
    
    /* ------------------------------------------------------------------- 
     * ## tables
     * ------------------------------------------------------------------- */
    table {
        border-width: 0;
        width: 100%;
        max-width: 100%;
        font-family: "lora-regular", serif;
    }
    
    /* ------------------------------------------------------------------- 
     * ## Spacing 
     * ------------------------------------------------------------------- */
    button, .btn {
        margin-bottom: 1.2rem;
    }
    
    fieldset {
        margin-bottom: 1.5rem;
    }
    
    input,
    textarea,
    select,
    pre,
    blockquote,
    figure,
    table,
    p,
    ul,
    ol,
    dl,
    form,
    .video-container,
    .cl-custom-select {
        margin-bottom: 3rem;
    }
    
    /* ===================================================================
     * # forms
     *
     * ------------------------------------------------------------------- */
    fieldset {
        border: none;
    }
    
    input[type="email"],
    input[type="number"],
    input[type="search"],
    input[type="text"],
    input[type="tel"],
    input[type="url"],
    input[type="password"],
    textarea,
    select {
        display: block;
        height: 6rem;
        padding: 1.5rem 0;
        border: 0;
        outline: none;
        color: #333333;
        font-family: "raleway", sans-serif;
        font-size: 1.4rem;
        line-height: 3rem;
        max-width: 100%;
        background: transparent;
        border-bottom: 2px solid rgba(0, 0, 0, 0.15);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    
    .cl-custom-select {
        position: relative;
        padding: 0;
    }
    
    .cl-custom-select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        text-indent: 0.01px;
        margin: 0;
        line-height: 3rem;
        vertical-align: middle;
    }
    
    .cl-custom-select select option {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    
    .cl-custom-select select::-ms-expand {
        display: none;
    }
    
    .cl-custom-select::after {
        border-bottom: 2px solid rgba(0, 0, 0, 0.5);
        border-right: 2px solid rgba(0, 0, 0, 0.5);
        content: '';
        display: block;
        height: 8px;
        width: 8px;
        margin-top: -7px;
        pointer-events: none;
        position: absolute;
        right: 2.4rem;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }
    
    /* IE9 and below */
    
    .oldie .cl-custom-select::after {
        display: none;
    }
    
    textarea {
        min-height: 25rem;
    }
    
    input[type="email"]:focus,
    input[type="number"]:focus,
    input[type="search"]:focus,
    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    textarea:focus,
    select:focus {
        color: #000000;
        border-bottom: 2px solid black;
    }
    
    label, legend {
        font-family: "raleway", sans-serif;
        font-size: 1.4rem;
        font-weight: bold;
        margin-bottom: .9rem;
        line-height: 1.714;
        color: #000000;
        display: block;
    }
    
    input[type="checkbox"], input[type="radio"] {
        display: inline;
    }
    
    label > .label-text {
        display: inline-block;
        margin-left: 1rem;
        font-family: "raleway", sans-serif;
        font-weight: normal;
        line-height: inherit;
    }
    
    label > input[type="checkbox"], 
    label > input[type="radio"] {
        margin: 0;
        position: relative;
        top: .15rem;
    }
    
    
    /* ------------------------------------------------------------------- 
     * ## style placeholder text
     * ------------------------------------------------------------------- */
    ::-webkit-input-placeholder {
        color: #828282;
    }
    
    :-moz-placeholder {
        color: #828282;
        /* Firefox 18- */
    }
    
    ::-moz-placeholder {
        color: #828282;
        /* Firefox 19+ */
    }
    
    :-ms-input-placeholder {
        color: #828282;
    }
    
    .placeholder {
        color: #828282 !important;
    }
    
    
    /* ------------------------------------------------------------------- 
     * ## change autocomplete styles in chrome
     * ------------------------------------------------------------------- */
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus input:-webkit-autofill,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
    select:-webkit-autofill:focus {
        -webkit-text-fill-color: #39b54a;
        transition: background-color 5000s ease-in-out 0s;
    }
    
    
    
    /* ===================================================================
     * # buttons
     *
     * ------------------------------------------------------------------- */
    .btn,
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        display: inline-block;
        font-family: "raleway", sans-serif;
        font-size: 1.2rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .3rem;
        height: 5.4rem;
        line-height: calc(5.4rem - .4rem);
        padding: 0 3rem;
        margin: 0 .3rem 1.2rem 0;
        color: #000000;
        text-decoration: none;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    
    .btn:hover,
    button:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover,
    .btn:focus,
    button:focus,
    input[type="submit"]:focus,
    input[type="reset"]:focus,
    input[type="button"]:focus {
        background-color: #b8b8b8;
        border: none;
        color: #000000;
        outline: 0;
    }
    
    
    /* button primary
     * ------------------------------------------------- */
    
    .btn.btn--primary,
    button.btn--primary,
    input[type="submit"].btn--primary,
    input[type="reset"].btn--primary,
    input[type="button"].btn--primary {
        background: #0047ab;
        border: none;
        color: #FFFFFF;
    }
    
    .btn.btn--primary:hover,
    button.btn--primary:hover,
    input[type="submit"].btn--primary:hover,
    input[type="reset"].btn--primary:hover,
    input[type="button"].btn--primary:hover,
    .btn.btn--primary:focus,
    button.btn--primary:focus,
    input[type="submit"].btn--primary:focus,
    input[type="reset"].btn--primary:focus,
    input[type="button"].btn--primary:focus {
        background-color: #0047ab;
        border: none;
        
    }
    
    /* button modifiers */
    
    .btn.full-width, button.full-width {
        width: 100%;
        margin-right: 0;
    }
    
    .btn--medium, button.btn--medium {
        height: 5.7rem !important;
        line-height: calc(5.7rem - .4rem) !important;
    }
    
    .btn--large, button.btn--large {
        height: 6rem !important;
        line-height: calc(6rem - .4rem) !important;
    }
    
    .btn--stroke, button.btn--stroke {
        background-color: #fff;
    }
    
  
    .btn--pill, button.btn--pill {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
        border-radius: 1000px !important;
    }
    
    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
 
    /* ------------------------------------------------------------------- 
     * ## alert box
     * ------------------------------------------------------------------- */
    .alert-box {
        padding: 2.1rem 4rem 2.1rem 3rem;
        position: relative;
        margin-bottom: 3rem;
        border-radius: 3px;
        font-family: "raleway", sans-serif;
        font-size: 1.5rem;
        line-height: 1.6;
    }
    
    .alert-box__close {
        position: absolute;
        right: 1.8rem;
        top: 1.8rem;
        cursor: pointer;
    }
    
    .alert-box__close.fa {
        font-size: 12px;
    }
    
    .alert-box--error {
        background-color: #ffd1d2;
        color: #e65153;
    }
    
    .alert-box--success {
        background-color: #c8e675;
        color: #758c36;
    }
    
    .alert-box--info {
        background-color: #d7ecfb;
        color: #4a95cc;
    }
    
    .alert-box--notice {
        background-color: #fff099;
        color: #bba31b;
    }
    
   
    /* ===================================================================
     * # reusable and common theme styles
     *
     * ------------------------------------------------------------------- */
    .wide {
        max-width: 1400px;
    }
    
    .narrow {
        max-width: 800px;
    }
    
    
    /* ------------------------------------------------------------------- 
     * ## display headings
     * ------------------------------------------------------------------- */
    .display-1 {
        font-family: "raleway", sans-serif;
        font-size: 7.8rem;
        font-weight: 600;
        line-height: 1.25;
        color: #000000;
        margin-top: 0;
    }
    
    .display-1--light {
        color: #FFFFFF;
    }
    
    .display-2 {
        font-family: "raleway", sans-serif;
        font-size: 4.2rem;
        font-weight: 600;
        line-height: 1.255;
        color: #021857;
        margin-top: 0;
    }
    
    .display-2--light {
        color: #FFFFFF;
    }
    
    .subhead + .display-2 {
        margin-top: .6rem;
    }
    
    .subhead p{
        color: #000;
    }
    
    .subhead {
        font-family: "raleway", sans-serif;
        font-size: 1.7rem;
        font-weight: 600;
        line-height: 1.333;
        text-transform: uppercase;
        letter-spacing: .25rem;
        color: #0047AB;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .subhead--dark {
        color: #ffffff;
    }
    
    
    /* ------------------------------------------------------------------- 
     * responsive:
     * display headings
     * ------------------------------------------------------------------- */
    @media only screen and (max-width: 1200px) {
        .display-1 {
            font-size: 7.2rem;
        }
        .display-2 {
            font-size: 4.4rem;
        }
    }
    
    @media only screen and (max-width: 800px) {
        .display-1 {
            font-size: 6.5rem;
        }
        .display-2 {
            font-size: 4rem;
        }
    }
    
    @media only screen and (max-width: 600px) {
        .display-1 {
            font-size: 5rem;
        }
        .display-2 {
            font-size: 3.3rem;
        }
        .subhead {
            font-size: 1.5rem;
        }
    }
    
    @media only screen and (max-width: 400px) {
        .display-1 {
            font-size: 4.2rem;
        }
        .display-2 {
            font-size: 3rem;
        }
    }
    
    
    /* ------------------------------------------------------------------- 
     * ## section header
     * ------------------------------------------------------------------- */
    .section-header {
        text-align: center;
        position: relative;
        margin-bottom: 3.6rem;
        max-width: 960px;
    }
    
    .section-header.has-bottom-sep {
        padding-bottom: 2.1rem;
        position: relative;
    }
    
    .section-header.has-bottom-sep::before {
        content: "";
        display: inline-block;
        height: 1px;
        width: 550px;
        background-color: rgba(0, 0, 0, 0.1);
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    .section-header.has-bottom-sep.light-sep::before {
        background-color: rgba(255, 255, 255, 0.05);
    }
    
    
    /* ------------------------------------------------------------------- 
     * responsive:
     * section-header
     * ------------------------------------------------------------------- */
    @media only screen and (max-width: 1200px) {
        .section-header {
            max-width: 800px;
        }
    }
    
    @media only screen and (max-width: 900px) {
        .section-header {
            max-width: 700px;
        }
    }
    
    @media only screen and (max-width: 800px) {
        .s-clients {
            padding-bottom: 17.4rem;
        }
        .section-header.has-bottom-sep::before {
            width: 400px;
        }
    }
    
    @media only screen and (max-width: 600px) {
        .section-header.has-bottom-sep {
            padding-bottom: 0;
        }
        .section-header.has-bottom-sep::before {
            width: 250px;
        }
    }
    
    /* ===================================================================
     * # header styles
     *
     * ------------------------------------------------------------------- */
    .s-header {
        width: 100%;
        height: 96px;
        background-color: transparent;
        position: absolute;
        top: 0;
        z-index: 500;
    }
    
    /* -------------------------------------------------------------------
     * ## header logo
     * ------------------------------------------------------------------- */
    .header-logo {
        display: inline-block;
        position: absolute;
        margin: 0;
        padding: 0;
        left: 1.75rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 99;
    }
    
    .header-logo a {
        display: block;
        margin: 9px 0 0 0;
        padding: 0;
        outline: 0;
        border: none;   
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    
    .site-logo{
    	position: relative;
    	z-index: -9;
    }
    
    #year::before{
    	content: attr(data-year);
    }
    
    #year{
    	display: none;
    }
    
    /*  main navigation  */
    .header-nav {
        background: #0C0C0C;
        color: rgba(255, 255, 255, 0.25);
        font-family: "raleway", sans-serif;
        font-size: 1.3rem;
        line-height: 1.846;
        padding: 3.6rem 3rem 3.6rem 3.6rem;
        height: 100%;
        width: 280px;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 700;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        visibility: hidden;
    }
    
    .header-nav a, .header-nav a:visited {
        color: rgba(255, 255, 255, 0.5);
    }
    
    .header-nav a:hover,
    .header-nav a:focus,
    .header-nav a:active {
        color: white;
    }
    
    .header-nav h3 {
        font-family: "raleway-semibold", sans-serif;
        font-size: 11px;
        line-height: 1.5;
        text-transform: uppercase;
        letter-spacing: .25rem;
        margin-bottom: 4.8rem;
        margin-top: .9rem;
        color: #fff;
    }
    
    .header-nav p {
        margin-bottom: 2.7rem;
    }
    
    .header-nav__content {
        position: relative;
        left: 50px;
        opacity: 0;
        visibility: hidden;
    }
    
    .header-nav__list {
        font-family: "raleway", sans-serif;
        font-size: 1.8rem;
        margin: 3.6rem 0 3rem 0;
        padding: 0 0 1.8rem 0;
        list-style: none;
    }
    
    .header-nav__list li {
        padding-left: 0;
        line-height: 4.5rem;
    }
    
    .header-nav__list a,
    .header-nav__list a:visited {
        color: #FFFFFF;
    }
    
    .header-nav__social {
        list-style: none;
        display: inline-block;
        margin: 0;
        font-size: 1.8rem;
    }
    
    .header-nav__social li {
        margin-right: 12px;
        padding-left: 0;
        display: inline-block;
    }
    
    .header-nav__social li a {
        color: rgba(255, 255, 255, 0.15);
    }
    
    .header-nav__social li a:hover,
    .header-nav__social li a:focus {
        color: white;
    }
    
    .header-nav__social li:last-child {
        margin: 0;
    }
    
    .header-nav__close {
        display: block;
        height: 30px;
        width: 30px;
        border-radius: 3px;
        background-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 36px;
        right: 30px;
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
        z-index: 800;
    }
    
    .header-nav__close span::before, 
    .header-nav__close span::after {
        content: "";
        display: block;
        height: 2px;
        width: 12px;
        background-color: #FFFFFF;
        position: absolute;
        top: 50%;
        left: 9px;
        margin-top: -1px;
    }
    
    .header-nav__close span::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    
    .header-nav__close span::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    /* menu is open  */
    .menu-is-open .header-nav {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
        -webkit-overflow-scrolling: touch;
    }
    
    .menu-is-open .header-nav .header-nav__content {
        opacity: 1;
        visibility: visible;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
        left: 0;
    }
    
    
    /* mobile menu toggle */
    .header-menu-toggle {
        position: fixed;
        right: 38px;
        top: 24px;
        height: 42px;
        width: 42px;
        line-height: 42px;
        font-family: "raleway", sans-serif;
        font-size: 1.3rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .3rem;
        color: #fff;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    	display: none;
    }
    
    .header-menu-toggle.opaque {
        background-color: #0047ab;
    }
    
    .header-menu-toggle.opaque .header-menu-text {
        background-color: #0047AB;
    }
    
    .header-menu-toggle:hover, .header-menu-toggle:focus {
        color: #fff;
    }
    
    .header-menu-text {
        display: block;
        position: absolute;
        top: 0;
        left: -70px;
        width: 70px;
        padding-left: 12px;
        background-color: #647ac5;
    }
    
    .header-menu-icon {
        display: block;
        width: 22px;
        height: 2px;
        margin-top: -1px;
        position: absolute;
        left: 10px;
        top: 50%;
        right: auto;
        bottom: auto;
        background-color: #fff;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    
    .header-menu-icon::before,
    .header-menu-icon::after {
        content: '';
        width: 22px; /* Same as the width of the main bar */
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    
    .header-menu-icon::before {
        top: -6px; /* Position above the main bar */
    }
    
    .header-menu-icon::after {
        top: 6px; /* Position below the main bar */
    }
    
    
    .s-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        background-color: #fff;
    	position: fixed;
    	
    }
    
    .header-logo {
        flex: 0 0 auto;
    }
    
    .main-navigation {
        flex: 1 1 auto;
        text-align: right;
    	margin-right: 2rem;
    }
    
    .main__list {
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    
    .main__list li {
        display: inline-block;
        margin-left: 20px;
    }
    
    .main__list li:first-child {
        margin-left: 0;
    }
    
    .main__list li a {
        color: #000;
        text-decoration: none;
    	text-transform: uppercase;
    	font-size: 1.333rem;
    	font-weight: 600;
    }
    
    .main__list li a:hover{
       color:  #0047ab;
       font-weight: 600;
    }
    
    .main__list li.active a {
        font-weight: 600;
    	color: #0047ab;
    }
    
    .main__list li.active {
     color: #647ac5;
    }
    
    /* responsive header */
     @media only screen and (max-width: 900px) {	
    	.main-navigation{
    		display: none;
    	}
    	
    	.header-menu-toggle {
    		display: block;
    	}
     }
     
    @media only screen and (max-width: 600px) {
        .s-header {
            height: 90px;
        }
        .header-logo {
            left: 20px;
        }
    	
        .header-menu-toggle {
            right: 25px;
            background-color: #0047ab;
        }
        
    	.site-logo {
    	  width: 300px;
    	}
    	
    	.header-menu-text {
    		display: none;
    	}
    }
    
    @media only screen and (max-width: 400px) {
    	.site-logo{
    	    width: 220px;
    	}
    	
    	.header-logo {
    		left: 10px;
    	}
    }
    
    /* home */
    .s-home {
        width: 100%;
        height: 100%;
        min-height: 786px;   
        position: relative;
        display: table;
    }
    
    /* ------------------------------------------------------------------- 
     * ## home content
     * ------------------------------------------------------------------- */
    .home-content {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        padding-bottom: 2rem;
        position: relative;
        overflow: hidden;
    }
    .hrow{
    	width: 94%;
    	max-width: 800px;
    	margin: 0 auto;
    }
    .home-content__main p{
    	font-size: 2rem;
    	font-weight: 400;
    	color: #000;
    }
    
    .home-content h3 {
        font-family: "raleway", sans-serif;
        font-size: 1.6rem;
        font-weight: 600;
        color: #021857;
        text-transform: uppercase;
        letter-spacing: .3rem;
        position: relative;
        margin-top: 0;
        margin-bottom: 1.2rem;
        margin-left: 6px;
    }
    
    .home-content h1 {
        font-family: "raleway", sans-serif;
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 1.333;
        margin-top: 0;
        color: #021857;
    }
    
    .home-content__main {
        padding-top: 15rem;
        position: relative;
    }
    
    .home-content__buttons {
        padding-top: 4rem;
        text-align: left;	
    }
    
    .home-content__buttons .btn {
        width: 215px;
        border: 1px solid #000;
        color: #000;
        margin: 1.5rem 1.5rem 0 0;
        letter-spacing: .25rem;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    
    .home-content__buttons .btn:last-child {
        margin-right: 0;
    }
    
    .home-content__buttons .btn:hover, 
    .home-content__buttons .btn:focus {
        background-color: #d96c00 !important;
        color: #ffffff;
    	border: none;
    }
    
    .home-content__scroll {
        position: absolute;
        right: 9.5rem;
        bottom: 8.4rem;
    }
    
    .home-content__scroll a {
        font-family: "raleway-semibold", sans-serif;
        font-size: 1rem;
        text-transform: uppercase;
        letter-spacing: .3rem;
        color: #ffffff;
        position: relative;
        display: inline-block;
        line-height: 3rem;
        padding-left: 2.5rem;
    }
    
    .home-content__scroll a::before {
        border-bottom: 2px solid #39b54a;
        border-right: 2px solid #39b54a;
        content: '';
        display: block;
        height: 8px;
        width: 8px;
        margin-top: -6px;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }
    
    .home-content__line {
        display: block;
        width: 2px;
        height: 10.2rem;
        background-color: #39b54a;
        position: absolute;
        right: 7.2rem;
        bottom: 0;
    }
    
    
    /* home social  */
    .home-social {
        font-family: "raleway", sans-serif;
        list-style: none;
        margin: 0;
        position: absolute;
        top: 50%;
        right: 5.4rem;
        -webkit-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    
    .home-social a {
        color: white;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    
    .home-social li {
        position: relative;
        padding: .9rem 0;
    }
    
    .home-social li a {
        display: block;
        width: 33px;
        height: 33px;
    }
    
    .home-social i, .home-social span {
        position: absolute;
        top: 0;
        line-height: 33px;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    
    .home-social i {
        font-size: 14px;
        right: 0;
        text-align: center;
        display: inline-block;
        width: 33px;
        height: 33px;
        line-height: calc(33px - 4px);
        border: 2px solid #000;
        border-radius: 50%;
    }
    
    .home-social span {
        color: #39b54a;
        right: 4.5rem;
        font-size: 1.3rem;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
    
    .home-social li:hover span {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    
    /* animate .home-content__main */
    .cl-preload .home-content__main {
        opacity: 0;
    }
    
    .cl-loaded .home-content__main {
        animation-duration: 2s;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }
    
    .no-csstransitions .home-content__main {
        opacity: 1;
    }
    
    
    /* home animations     */
    /* fade in */
    
    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 150%, 0);
            -ms-transform: translate3d(0, 150%, 0);
            transform: translate3d(0, 150%, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    
    @keyframes fadeIn {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 150%, 0);
            -ms-transform: translate3d(0, 150%, 0);
            transform: translate3d(0, 150%, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    
    /* fade out */
    @-webkit-keyframes fadeOut {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
            -webkit-transform: translate3d(0, -150%, 0);
            -ms-transform: translate3d(0, -150%, 0);
            transform: translate3d(0, -150%, 0);
        }
    }
    
    @keyframes fadeOut {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
            -webkit-transform: translate3d(0, -150%, 0);
            -ms-transform: translate3d(0, -150%, 0);
            transform: translate3d(0, -150%, 0);
        }
    }
    
    
    /* responsive home  */
    @media only screen and (max-width: 1500px) {
        .home-content h1 {
            font-size: 6rem;
        }
        .home-content__main {
            max-width: 1000px;
        }
    }
    
    @media only screen and (max-width: 1200px) {
        .home-content h1 {
            font-size: 3.5rem;
    		font-family: "raleway";
        }
        .home-content__main {
            max-width: 800px;
        }
    }
    
    @media only screen and (max-width: 1000px) {
        .home-content h1 {
            font-size: 4.6rem;
        }
        .home-content br {
            display: none;
        }
        .home-content__main {
            padding-top: 21rem;
            padding-right: 80px;
            max-width: 680px;
        }
    }
    
    @media only screen and (max-width: 800px) {
        .home-content h3 {
            font-size: 1.5rem;
        }
        .home-content h1 {
            font-size: 4rem;
        }
        .home-content__main {
            padding-right: 70px;
            max-width: 550px;
        }
    }
    
    @media only screen and (max-width: 700px) {
        .home-content__main {
            max-width: 490px;
        }
        .home-content__buttons {
            padding-top: 1.2rem;
            text-align: center;
    	}
        
        .home-content__buttons .btn {
            display: block;
            width: 70%;
            margin: 1.5rem 0 0 0;
        }
        .home-social {
            right: 4rem;
        }
        .home-content__scroll {
            right: 7.5rem;
        }
        .home-content__line {
            right: 5.5rem;
        }
    }
    
    @media only screen and (max-width: 600px) {
        .home-content h1 {
            font-size: 2.3rem;
    		font-family: "raleway";
    		text-align: justify;
        }
        .home-social {
            right: 2rem;
        }
        .home-social li {
            padding: .6rem 0;
        }
        .home-social i {
            font-size: 17px;
            border: none;
        }
        .home-social span {
            display: none;
        }
        .home-content__scroll {
            bottom: 5.4rem;
        }
        .home-content__line {
            height: 7.2rem;
        }
    }
    
    @media only screen and (max-width: 500px) {
        .s-home {
            min-height: 642px;
        }
        .home-content h1 {
            font-size: 3.5rem;
        }
        .home-content__main {
            text-align: center;
            max-width: none;
            padding: 15rem 25px 2rem 0;
            width: 85%;
        }
        .home-content__buttons {
            padding-top: 1.2rem;
        }
        .home-content__buttons .btn {
            width: auto;
            margin: 1.5rem 0 0 0;
        }
        .home-social {
            display: none;
        }
    }
    
    @media only screen and (max-width: 450px) {
        .home-content h1 {
            font-size: 3.3rem;
        }
    }
    
    @media only screen and (max-width: 400px) {
        .s-home {
            min-height: 630px;
        }
        .home-content h1 {
            font-size: 3.2rem;
        }
        .home-content__main {
            padding-top: 16.2rem;
            width: auto;
    		padding-left: 2.5rem;
        }
    	
    	
    }
    
    /* about */
    .s-about {
        padding: 12.2rem 0 2rem 0;
        /*padding-bottom: 9rem;*/
        background-color: #0047AB;
        color: #fff;
        position: relative;
    }
    
    .s-about .section-header.has-bottom-sep::before {
        background-color: rgba(255, 255, 255, 0.25);
    }
    
    .about-desc {
        font-size: 2.3rem;
        line-height: 1.75;
        max-width: 1024px;
    	text-align: justify;
    }
    
    .about-desc p {
        line-height: 1.5;
    }
    
    .about__line {
        display: block;
        width: 2px;
        height: 10.2rem;
        background-color: #FFFFFF;
        position: absolute;
        right: 7.2rem;
        top: 0;
    }
    /* whychooseus*/
    .s-whychooseus {
        padding-top: 12.2rem;
        padding-bottom: 5rem;
        background-color: #FFFFFF;
        color: #757575;
        position: relative;
    }
    
    .services-container {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(3, auto);
      gap: 3rem;
      max-width: 900px;
      margin: 2rem auto;
      position: relative;
    }
    
    .wcs{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
        max-width: 1100px;
        margin: 0 auto;
    }
    
    .service-text{
        margin: 1rem;
        padding: 2rem;
        -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgb(200 203 205 / 15%) 0 2px 6px 2px;
        box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgb(200 203 205 / 15%) 0 2px 6px 2px;
        border-radius: 6px;
    }
    
    .service-text h3{
        margin-top: 0;
    }
    
    .service {
      background-color: #197ccd;
      padding: 1.25rem;
      text-align: center;
       margin-top:2rem;
       margin-bottom: 4.5rem;
       color: #fff;
       border-radius: 5px;
    }
    
    .service img{
       position: relative;
        z-index: 1;
        bottom: 6rem;
    }
    
    .service h3{
        margin: 0 auto 1.8rem;
    }
    
    .service-full {
        grid-column: span 2; 
    }
    
    .header-container {
        grid-column: 1;
    }
    
   /* responsive: about */
    @media only screen and (max-width: 1200px) {
        .about-desc {
            font-size: 2.2rem;
            max-width: 940px;
        }   
    }
    
    @media only screen and (max-width: 800px) {
        .about-desc {
            font-size: 2rem;
            max-width: 600px;
        }   
        
         .wcs {
            display: grid;
            gap: 0;     
        }
    }

    @media only screen and (max-width: 700px) {
        .about__line {
            right: 5.5rem;
        }
        
        .wcs {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 0;
            max-width: 37.5em;
        }
        
        .service-text{
            margin: 1rem;
        }
      
    }
    
    @media only screen and (max-width: 600px) {
        .s-about {
            padding-top: 12rem;
        }
        .about-desc {
            font-size: 1.9rem;
        }
       
        .about__line {
            height: 7.2rem;
        }
        
        .wcs {
            display: flex;
            flex-direction: column;
        }
    
    }
    
    @media only screen and (max-width: 400px) {
        .about-desc {
            font-size: 1.8rem;
        }
    }

    /* services */
    .s-services {
        padding-top: 12.2rem;
        /*padding-bottom: 13.2rem;*/
        background-color: #FFFFFF;
        color: #757575;
        position: relative;
    }
    
    .para-text {
        color: #000;
    }
    
    /* services list      */
    .services-list {
        margin-top: 6rem;
    }
    
    .service-text p{
        color: #000;
    }
    
    .service-text h2{
        color: #021857;
    }
    
    .services-list .service-item {
        margin-bottom: .9rem;
    }
    
    .services-list .service-item h3 {
        margin-top: 0;
    }
    
    .services-list .service-item:nth-child(2n+1) {
        padding-right: 50px;
    }
    
    .services-list .service-item:nth-child(2n+2) {
        padding-left: 50px;
    }
    
    .services-list .service-text {
        margin-left: 7.8rem;
    }
    
    .services-list .service-icon {
        float: left;
        color: #39b54a;
        font-size: 4.8rem;
        margin-top: -.6rem;
    }


    /* responsive services */
    @media only screen and (max-width: 1200px) {
        .services-list {
            max-width: 1000px;
        }
        .services-list .service-item:nth-child(2n+1) {
            padding-right: 30px;
        }
        .services-list .service-item:nth-child(2n+2) {
            padding-left: 30px;
        }
    }
    
    @media only screen and (max-width: 1000px) {
        .services-list h3 {
            font-size: 2.5rem;
        }
        .services-list .service-item:nth-child(2n+1) {
            padding-right: 20px;
        }
        .services-list .service-item:nth-child(2n+2) {
            padding-left: 20px;
        }
    }
    
    @media only screen and (max-width: 800px) {
        .services-list {
            margin-top: 4.2rem;
            max-width: 500px;
            text-align: center;
        }
        .services-list .service-item:nth-child(n) {
            padding-right: 15px;
            padding-left: 15px;
        }
        .services-list h3 {
            font-size: 3rem;
        }
        .services-list .service-text {
            margin-left: 0;
        }
        .services-list .service-icon {
            font-size: 4.5rem;
            float: none;
            margin-top: 0;
        }
    	
    		
    	.services-container {
    		display: flex;
    		flex-direction: column;
    		padding: 1.5rem
    	}
    	
    	.service-full {
            width: 100%;
        }
    
    }
    
    @media only screen and (max-width: 600px) {
        .s-services {
            padding-top: 12rem;
        }
        .services-list .service-item:nth-child(n) {
            padding-right: 10px;
            padding-left: 10px;
        }
        .services-list h3 {
            font-size: 2.5rem;
        }
    }
    
    @media only screen and (max-width: 400px) {
        .services-list .service-item:nth-child(n) {
            padding-right: 0;
            padding-left: 0;
        }
        .services-list h3 {
            font-size: 2.5rem;
        }
    }
    
    /* works */
    .s-works {
        background: #FFFFFF;
        padding: 0 0 15rem 0;
        min-height: 800px;
        position: relative;
    }
    
    .s-works .intro-wrap {
        padding: 15rem 0 25.2rem;
        background: #111111;
    }
    
    .works-content {
        max-width: 1160px;
        margin-top: -23.4rem;
    }
    
    .accredition{
        margin: 3rem;
    }
    
    .membership-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        background-color: white;
        padding: 1.2rem;
    }
    
    .membership {
        flex: 1 1 15%;
        max-width: 20%; 
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    	background: #fff;
    	padding: 2rem;
    	-webkit-box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgb(200 203 205 / 15%) 0 2px 6px 2px;
    	box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgb(200 203 205 / 15%) 0 2px 6px 2px;
    }
    
    .membership p{
        color: #000;
        font-size: 1.3rem;
        margin-bottom: -1.2rem;
    }
    
    .membership img {
        max-width: 100%;
        width: 100%; 
        height: 100%; 
        object-fit: contain;
    	
    }
    
    @media screen and (max-width: 1200px) {
        .membership {
            flex: 1 1 25%; 
            max-width: 33.33%; 
        }
    }
    
    @media screen and (max-width: 768px) {
        .membership {
            flex: 1 1 33.33%; 
            max-width: 50%; 
        }
        
        .accredition{
            margin: 0;
        }
    }
    
    @media screen and (max-width: 480px) {
        .membership {
            flex: 1 1 100%;
            max-width: 100%; 
        }
    }

    /* contact  */
    .s-contact {
        padding-top: 12.2rem;
        /*padding-bottom: 12rem;*/
        color: #000;
        position: relative;
    }
    
    .s-contact .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .8;
        background-color: #151515;
    }
    
    .s-contact .form-field {
        position: relative;
    }
    
    .cinfo p{
        line-height: 1.3;
        font-family: 'roboto-medium';
    }
    
    .s-contact .form-field:after {
        content: "";
        display: table;
        clear: both;
    }
    
    .s-contact .form-field label {
        font-family: "raleway", sans-serif;
        font-size: 1rem;
        line-height: 2.4rem;
        position: absolute;
        bottom: -0.3rem;
        right: .6rem;
        text-transform: uppercase;
        letter-spacing: .1rem;
        padding: 0 2rem;
        margin: 0;
        color: #FFFFFF;
        background: #e35d0f;
    }
    
    .s-contact .form-field label::after {
        content: "";
        position: absolute;
        left: -5px;
        top: 50%;
        margin-top: -6px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 5px solid #e35d0f;
    }
    
    .contact__line {
        display: block;
        width: 2px;
        height: 20.4rem;
        background-color: #000;
        position: absolute;
        left: 50%;
        top: -10.2rem;
        margin-left: -1px;
    }
    
    .full-width{
       width : 100%;
    }
    
    .contact-content {
        max-width: 1000px;
        background-color: #fff;
        color: #000;
        padding-top: 2rem;
        padding-bottom: 6rem;
        font-family: "raleway", sans-serif;
        font-size: 1.5rem;
        line-height: 2;
        position: relative;
    }
    
    .contact-content h3 {
        margin-top: 0;
        margin-bottom: 6.6rem;
        color: #000;
    }
    
    .contact-content h5 {
        margin-top: 0;
        color: #647ac5;
    }
    
    .contact-content input[type="email"],
    .contact-content input[type="number"],
    .contact-content input[type="search"],
    .contact-content input[type="text"],
    .contact-content input[type="tel"],
    .contact-content input[type="url"],
    .contact-content input[type="password"],
    .contact-content textarea,
    .contact-content select {
        color: #000;
        border-bottom: 1px solid #c4bbbb;
        margin-bottom: .9rem;
    }
    
    .contact-content input[type="email"]:focus,
    .contact-content input[type="number"]:focus,
    .contact-content input[type="search"]:focus,
    .contact-content input[type="text"]:focus,
    .contact-content input[type="tel"]:focus,
    .contact-content input[type="url"]:focus,
    .contact-content input[type="password"]:focus,
    .contact-content textarea:focus,
    .contact-content select:focus {
        color: #000;
        border-bottom: 1px solid #0047ab;
    }
    
    .contact-content button,
    .contact-content .btn {
        margin-top: 3.6rem;
    }
    .contact-content input::-webkit-input-placeholder,
    .contact-content select::-webkit-input-placeholder,
    .contact-content textarea::-webkit-input-placeholder {
        color: #4f4f4f;
    }
    
    .contact-content input:-moz-placeholder,
    .contact-content select:-moz-placeholder,
    .contact-content textarea:-moz-placeholder {
        color: #4f4f4f;    /* Firefox 18- */
    }
    
    .contact-content input::-moz-placeholder,
    .contact-content select::-moz-placeholder,
    .contact-content textarea::-moz-placeholder {
        color: #4f4f4f;    /* Firefox 19+ */
    }
    
    .contact-content input:-ms-input-placeholder,
    .contact-content select:-ms-input-placeholder,
    .contact-content textarea:-ms-input-placeholder {
        color: #4f4f4f;
    }
    
    .contact-content input.placeholder,
    .contact-content select.placeholder,
    .contact-content textarea.placeholder {
        color: #4f4f4f !important;
    }
    .contact-primary, .contact-secondary {
        float: left;
        padding: 0 5rem;
    }
    
    .contact-primary {
        width: 65%;
    }
    
    .contact-primary #contactForm {
        margin-top: -1.5rem;
    }
    
    .contact-secondary {
        width: 35%;
    }
    
    .contact-secondary::before {
        content: "";
        display: block;
        width: 35%;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: #fff;
    }
    
    .contact-secondary .contact-info {
        position: relative;
    }
    
    .contact-secondary .cinfo {
        margin-bottom: 4.8rem;
    }
    
    .contact-social {
        list-style: none;
        display: inline-block;
        margin: 0;
        font-size: 2rem;
    }
    
    .contact-social li {
        margin-right: 15px;
        padding-left: 0;
        display: inline-block;
    }
    
    .contact-social li a {
        color: white;
    }
    
    .contact-social li a:hover, 
    .contact-social li a:focus {
        color: #39b54a;
    }
    
    .contact-social li:last-child {
        margin: 0;
    }
    
    .message-warning, 
    .message-success {
        display: none;
        background: #0047ab;
        font-size: 1.5rem;
        line-height: 2;
        padding: 3rem;
        margin-bottom: 3.6rem;
        width: 100%;
    }
    
    .message-warning {
        color: #fff;
    }
    
    .message-success {
        color: #fff;
    }
    
    .message-warning i, .message-success i {
        margin-right: 10px;
        font-size: 1.2rem;
    }


    /* form loader */
    .submit-loader {
        display: none;
        position: relative;
        left: 0;
        top: 1.8rem;
        width: 100%;
        text-align: center;
        margin-bottom: 3rem;
    }
    
    .submit-loader .text-loader {
        display: none;
        font-family: "raleway", sans-serif;
        font-size: 1.3rem;
        font-weight: bold;
        line-height: 1.846;
        color: #FFFFFF;
        letter-spacing: .2rem;
        text-transform: uppercase;
    }
    
    .oldie .submit-loader .s-loader {
        display: none;
    }
    
    .oldie .submit-loader .text-loader {
        display: block;
    }
    
    
    /* loader animation  */
    .s-loader {
        margin: 1.2rem auto 3rem;
        width: 70px;
        text-align: center;
        -webkit-transform: translateX(0.45rem);
        -ms-transform: translateX(0.45rem);
        transform: translateX(0.45rem);
    }
    
    .s-loader > div {
        width: 9px;
        height: 9px;
        background-color: #FFFFFF;
        border-radius: 100%;
        display: inline-block;
        margin-right: .9rem;
        -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
        animation: bouncedelay 1.4s infinite ease-in-out both;
    }
    
    .s-loader .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }
    
    .s-loader .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }
    
    @-webkit-keyframes bouncedelay {
        0%, 80%, 100% {
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
        }
        40% {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }
    }
    
    @keyframes bouncedelay {
        0%, 80%, 100% {
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
        }
        40% {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }
    }


/*  responsive contact- */
    @media only screen and (max-width: 1200px) {
        .contact-content {
            max-width: 900px;
        }
    }
    
    @media only screen and (max-width: 1000px) {
        .contact-content {
            max-width: 700px;			     
    		display: flex;
            flex-direction: column-reverse;    
        }
        .contact-primary, .contact-secondary {
            float: none;
            width: 100%;
        }
        .contact-primary #contactForm {
            margin-top: -1.5rem;
            margin-bottom: 7.2rem;
        }
        .contact-secondary .hide-on-fullwidth {
            display: none;
        }
        .contact-secondary::before {
            display: none;
        }
        .message-warning, .message-success {
            margin-bottom: 6rem;
        }
        
        .contact-secondary {
            order: 2;
        }
    }
    
    @media only screen and (max-width: 800px) {
        .contact-content h3 {
            text-align: center;
        }
        
        .contact-content {
             padding: 2rem 0 0 0;
        }
    
    }
    
    @media only screen and (max-width: 600px) {
        .s-contact {
            padding-top: 12rem;
            padding-bottom: 0;
        }
        
        .contact__line {
            height: 14.4rem;
            top: -7.2rem;
        }
        
        .contact-content {
            /*padding-bottom: 12rem;*/
            text-align: center;
    		display: flex;
            flex-direction: column-reverse; 
        }
        
        .contact-primary, .contact-secondary {
            padding: 0 20px;
        }
        
    }
    
    @media only screen and (max-width: 400px) {
        .contact-primary, .contact-secondary {
            padding: 0 5px;
        }
    }


    
    /* footer */
    #footer{
    	background-image: url('images/f1.png');
    	background-position: center center;
    	background-size: cover;
    }
    
    footer {
    	display: flex;
    	align-items: center;
        padding: 1rem;
        font-family: "roboto", sans-serif;
        font-size: 15px;
        line-height: 2;
        text-align: center;
        color: #031d42;
    	height: 6em;
    	border-top: 1px solid #eee;
    }
    
    footer h4 {
        color: #fff;
        font-size: 1.6rem;
        line-height: 1.313;
        margin-top: 0;
        margin-bottom: 3.6rem;
    }
    
    footer a {
        color: #FFFFFF;
    }
    
    footer a:hover, footer a:focus, footer a:active {
        color: #39b54a;
    }
    
    footer .row {
        max-width: 980px;
    }
    
    
    /* footer main */
    .footer-main {
        text-align: left;
    }
    
    .footer-main .left {
        padding-right: 40px;
    }
    
    .footer-main .right {
        padding-left: 40px;
    }
    
    /*  footer bottom- */
    .footer-bottom {   
        text-align: center;
        font-size: 14px;
    }
    
    .footer-bottom .copyright span {
        display: inline-block;
    }
    
    .footer-bottom .copyright span::after {
        content: "|";
        display: inline-block;
        padding: 0 1rem 0 1.2rem;
        color: rgba(255, 255, 255, 0.05);
    }
    
    .footer-bottom .copyright span:last-child::after {
        display: none;
    }


   /* go to top - */
    .go-top {
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 600;
        display: none;
    }
    
    .go-top a, .go-top a:visited {
        text-decoration: none;
        border: 0 none;
        display: block;
        height: 60px;
        width: 60px;
        line-height: 60px;
        background: #0047ab;
        color: rgba(255, 255, 255, 0.5);
        text-align: center;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    
    .go-top a i, .go-top a:visited i {
        font-size: 18px;
        line-height: inherit;
    }
    
    .go-top a:hover, .go-top a:focus {
        color: #FFFFFF;
    }
    

/* responsive footer */
    @media only screen and (max-width: 900px) {
        .footer-main .left {
            padding-right: 20px;
        }
        .footer-main .right {
            padding-left: 20px;
        }
    }
    
    @media only screen and (max-width: 800px) {
        footer .row {
            max-width: 600px;
        }
        .footer-main .left {
            padding-right: 15px;
            margin-bottom: 4.2rem;
        }
        .footer-main .right {
            padding-left: 15px;
        }
    }
    
    @media only screen and (max-width: 600px) {
        .footer-main .left {
            padding-right: 10px;
        }
        .footer-main .right {
            padding-left: 10px;
        }
        .footer-logo {
            margin: -.6rem auto 3.6rem;
        }
        
        .footer-bottom .copyright span::after {
            display: none;
        }
        
        .go-top {
            right: 0;
            bottom: 0;
        }
    }
    
    @media only screen and (max-width: 400px) {
        .footer-main .left {
            padding-right: 0;
        }
        .footer-main .right {
            padding-left: 0;
        }
    }
/*End of css*/