﻿/***************************************
	Theme Name: MyHomeNew
	Theme URI: 
	Description: A Premium Wordpress MyHomeNew Theme
	Author: MyHomeNew
	Author URI: 
	Version: 1
	License: 
	License URI:

	Tags: two-columns, fixed-width, custom-background, threaded-comments, translation-ready, custom-menu
***************************************/
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter,  Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */*, :after, :before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
    width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus {
    outline: 0!important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    font-style: normal;
    line-height: inherit;
}
address, dl, ol, ul {
    margin-bottom: 1rem;
}
dl, ol, ul {
    margin-top: 0;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b, strong {
    font-weight: bolder;
}
small {
    font-size: 80%}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto #1563a5;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none!important;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:576px) {
    .container {
    max-width: 540px;
}
}@media (min-width:768px) {
    .container {
    max-width: 720px;
}
}@media (min-width:992px) {
    .container {
    max-width: 960px;
}
}@media (min-width:1200px) {
    .container {
    max-width: 1140px;
}
}.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1, .col-auto {
    -webkit-box-flex: 0;
}
.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%}
.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%}
.col-2, .col-3 {
    -webkit-box-flex: 0;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%}
.col-4, .col-5 {
    -webkit-box-flex: 0;
}
.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-6, .col-7 {
    -webkit-box-flex: 0;
}
.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%}
.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%}
.col-8, .col-9 {
    -webkit-box-flex: 0;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%}
.col-10, .col-11 {
    -webkit-box-flex: 0;
}
.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%}
.offset-2 {
    margin-left: 16.66667%}
.offset-3 {
    margin-left: 25%}
.offset-4 {
    margin-left: 33.33333%}
.offset-5 {
    margin-left: 41.66667%}
.offset-6 {
    margin-left: 50%}
.offset-7 {
    margin-left: 58.33333%}
.offset-8 {
    margin-left: 66.66667%}
.offset-9 {
    margin-left: 75%}
.offset-10 {
    margin-left: 83.33333%}
.offset-11 {
    margin-left: 91.66667%}
@media (min-width:576px) {
    .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%}
.col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%}
.col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%}
.col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%}
.col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%}
.col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%}
.col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%}
.col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%}
.col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
.order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}
.offset-sm-0 {
    margin-left: 0;
}
.offset-sm-1 {
    margin-left: 8.33333%}
.offset-sm-2 {
    margin-left: 16.66667%}
.offset-sm-3 {
    margin-left: 25%}
.offset-sm-4 {
    margin-left: 33.33333%}
.offset-sm-5 {
    margin-left: 41.66667%}
.offset-sm-6 {
    margin-left: 50%}
.offset-sm-7 {
    margin-left: 58.33333%}
.offset-sm-8 {
    margin-left: 66.66667%}
.offset-sm-9 {
    margin-left: 75%}
.offset-sm-10 {
    margin-left: 83.33333%}
.offset-sm-11 {
    margin-left: 91.66667%}
}@media (min-width:768px) {
    .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%}
.col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%}
.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%}
.col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%}
.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%}
.col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%}
.col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%}
.col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%}
.col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.order-md-8 {

    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
.order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}
.offset-md-0 {
    margin-left: 0;
}
.offset-md-1 {
    margin-left: 8.33333%}
.offset-md-2 {
    margin-left: 16.66667%}
.offset-md-3 {
    margin-left: 25%}
.offset-md-4 {
    margin-left: 33.33333%}
.offset-md-5 {
    margin-left: 41.66667%}
.offset-md-6 {
    margin-left: 50%}
.offset-md-7 {
    margin-left: 58.33333%}
.offset-md-8 {
    margin-left: 66.66667%}
.offset-md-9 {
    margin-left: 75%}
.offset-md-10 {
    margin-left: 83.33333%}
.offset-md-11 {
    margin-left: 91.66667%}
}@media (min-width:992px) {
    .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%}
.col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%}
.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%}
.col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%}
.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%}
.col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%}
.col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%}
.col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%}
.col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
.order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}
.offset-lg-0 {
    margin-left: 0;
}
.offset-lg-1 {
    margin-left: 8.33333%}
.offset-lg-2 {
    margin-left: 16.66667%}
.offset-lg-3 {
    margin-left: 25%}
.offset-lg-4 {
    margin-left: 33.33333%}
.offset-lg-5 {
    margin-left: 41.66667%}
.offset-lg-6 {
    margin-left: 50%}
.offset-lg-7 {
    margin-left: 58.33333%}
.offset-lg-8 {
    margin-left: 66.66667%}
.offset-lg-9 {
    margin-left: 75%}
.offset-lg-10 {
    margin-left: 83.33333%}
.offset-lg-11 {
    margin-left: 91.66667%}
}@media (min-width:1200px) {
    .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%}
.col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%}
.col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%}
.col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%}
.col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%}
.col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%}
.col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%}
.col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%}
.col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
.order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}
.offset-xl-0 {
    margin-left: 0;
}
.offset-xl-1 {
    margin-left: 8.33333%}
.offset-xl-2 {
    margin-left: 16.66667%}
.offset-xl-3 {
    margin-left: 25%}
.offset-xl-4 {
    margin-left: 33.33333%}
.offset-xl-5 {
    margin-left: 41.66667%}
.offset-xl-6 {
    margin-left: 50%}
.offset-xl-7 {
    margin-left: 58.33333%}
.offset-xl-8 {
    margin-left: 66.66667%}
.offset-xl-9 {
    margin-left: 75%}
.offset-xl-10 {
    margin-left: 83.33333%}
.offset-xl-11 {
    margin-left: 91.66667%}
}::-webkit-input-placeholder {
    color: #fff;
}
:-ms-input-placeholder, ::-ms-input-placeholder {
    color: #fff;
}
::placeholder {
    color: #fff;
}
:focus {
    outline: 5px auto #1563a5;
}
a:hover {
    text-decoration: none;
}
img, picture {
    display: block;
    max-width: 100%}
picture img {
    width: 100%}
body {
    font-family: Open Sans, sans-serif;
    overflow-x: hidden;
}
#mobileClose:not(:focus):not(:active), .skipToContent:not(:focus):not(:active), .visuallyHidden {
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.visuallyHidden {
    margin: 0!important;
}
.skipToContent {
    position: absolute;
    display: block;
    left: 30px;
    top: 30px;
}
#mobileClose, .skipToContent {
    background: #1563a5;
    padding: 1rem .5rem;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 1.2em;
    border: none;
}
.skipToContent:active, .skipToContent:focus, .skipToContent:hover {
    color: #fff;
}
.no-rel {
    position: static;
}
.noScroll {
    overflow-y: scroll;
}
.hidden {
    display: none;
}
.navWrapper {
    background: #1e304a;
    padding: 2.5rem 0;
}
.navElements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.navElements ul {
    list-style: none;
}
.navElements img {
    margin: 0 0 1rem;
}
.nav__menu {
    font-size: 1.2em;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.nav__menu.open {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.nav__social a {
    display: block;
    padding: .1rem;
}
.nav__menu li {
    font-family: Oswald, sans-serif;
}
.nav__menu li a {
    display: block;
    position: relative;
    color: #fff;
    padding: 0 0 1rem;
    margin: 0 0 1rem;
    border-bottom: 1px solid transparent;
}
.nav__menu li.current-menu-item a {
    color: #ccc;
}
.nav__menu li a:after {
    visibility: hidden;
    content: "";
    width: 30px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1563a5;
}
.nav__menu li.current-menu-item a, .nav__menu li.current-menu-item a, .nav__menu li.current-menu-item a:focus, .nav__menu li.current-menu-item a:hover {
    border-bottom: 2px solid #1563a5;
}
.nav__social {
    display: none;
}
.nav__social li {
    margin: 0 1.5rem 0 0;
}
.nav__menu li:last-child, .nav__social li:last-child {
    margin: 0;
}
#hamburger {
    background: none;
    border: none;
    padding: 0;
    margin: 0 0 0 2rem;
}
#hamburger span:first-child {
    width: 0;
    height: 0;
    background: transparent;
    margin: 0;
}
#hamburger span {
    width: 30px;
    height: 3px;
    background: #fff;
    display: block;
    margin-bottom: .4rem;
}
#hamburger.open {
    position: absolute;
    right: 15px;
    z-index: 2;
}
#hamburger span:last-child {
    width: 17.5px;
    float: right;
}
#hamburger.open #line1 {
    -webkit-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}
#hamburger.open #line2 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#hamburger.open #line3 {
    -webkit-transform: translateY(-7.3px) translateX(-6px) rotate(-45deg);
    transform: translateY(-7.3px) translateX(-6px) rotate(-45deg);
    opacity: 0;
}
#line1, #line2, #line3 {
    transition: all .2s cubic-bezier(.455, .03, .515, .955);
}
.banner {
    position: relative;
}
.banner__overlay {
    font-size: .5em;
}
.banner__overlay .container {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}
.contentBlock {
    text-align: center;
}
.contentBlock h2, .footer__contentBlock h2, .form__headings h2, .getInTouch__content h2 {
    font-family: Oswald, sans-serif;
    font-size: 3.2em;
    margin: 0 0 2rem;
    padding: 0 0 2rem;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
}
.contentBlock h2:after, .contentBlock h2:before {
    content: "";
    border-bottom: 2px solid #1563a5;
    position: absolute;
    bottom: 0;
}
.contentBlock h2:after {
    width: calc((100vw - 100%) / 2 + 100%);
    height: 1px;
}
.contentBlock h2:before {
    width: 150px;
    height: 3px;
    border-bottom: 6px solid #1563a5;
    bottom: 1px;
}
.contentBlock.borderLeft h2:after, .contentBlock.borderLeft h2:before {
    left: calc((100vw - 100%) / 2 * -1);
}
.contentBlock.borderRight h2:after, .contentBlock.borderRight h2:before {
    right: calc((100vw - 100%) / 2 * -1);
}
.contentBlock p {
    font-size: 2em;
    margin: 0 auto 2.5rem;
    max-width: 60%}
/*.apply-btn, .internalLink {
    min-width: 290px;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.5em;
    padding: 1rem 2rem;
    background: #1563a582;
    border: 1px solid #fff;
}*/
.apply-btn, .internalLink {
    min-width: 290px;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.5em;
    padding: 1rem 2rem;
    background: #1563a5d1;
    border: 2px solid #fff;
    border-radius: 42px;
}
.borderLeft a:hover
{
	text-decoration:none !important;
}
.apply-btn:active, .apply-btn:focus, .apply-btn:hover, .internalLink:active, .internalLink:focus, .internalLink:hover {
    color: #fff;
    text-decoration: underline;
}
.callToAction {
    font-size: .5em;
    background: #1f2a3f;
}
.callToAction, .services {
    color: #fff;
    padding: 4rem 0;
}
.services {
    background: #1563a5;
}
.services__contentBlock {
    text-align: center;
    font-size: 1em;
}
.services__contentBlock img {
    margin: 0 auto 2rem;
}
.services__contentBlock h2 {
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    border-bottom: 2px solid #1563a5;
    padding: 0 0 .5rem;
    margin: 0 0 1rem;
}
.services__bg {
    position: relative;
}
.servicesLink {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.about {
    padding: 4rem 0;
}
.about .contentBlock p {
    font-size: 1.2em;
    max-width: 80%}
.image__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}
.imageBlock img {
    width: 100%}
.imageBlock {
    cursor: pointer;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}
.imageBlock.active {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.getInTouch__wrapper {
    background: #191919;
    color: #fff;
}
.getInTouch__wrapper>div>div:first-child {
    background: #1f2a3f;
}
.getInTouch__wrapper>div>div:last-child {
    background: #1563a5;
}
.getInTouch__content, .getInTouch__fb, .getInTouch__insta {
    padding: 4em 2em;
}
.getInTouch__content {
    margin: 0 auto;
}
.getInTouch__content p {
    font-size: 1.2em;
}
.getInTouch__content h2 {
    position: relative;
    display: inline-block;
}
.getInTouch__content h2:after {
    content: "";
    width: 200%;
    height: 1px;
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: 0;
    left: -100%}
.getInTouch__fb__heading, .getInTouch__insta__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 2rem;
}
.getInTouch__fb__heading h2 {
    font-size: 1.2em;
    margin: 0 1rem 0 0;
    font-weight: 400;
    color: #fff;
}
.getInTouch__insta__heading h2 {
    font-family: Open Sans, sans-serif;
    font-size: 1em;
    margin: 0 0 0 1rem;
    font-weight: 400;
    color: #fff;
}
.getInTouch__fb
{
	background:#3d4b67;	
}
.getInTouch__insta
{
	background:#1563a5;	
}

footer {
    background: #1563a5;
    padding: 2rem 15px;
    color: #fff;
}
footer .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.footer__linkLists {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/*.footer__linkLists, .footer__linkLists ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
}*/
.footer__linkLists, .footer__linkLists ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    padding: 10%;
}
.footer__linkLists ul {
    padding: 0;
    list-style: none;
    /*width: 50%;*/
    -webkit-box-orient: vertical;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer__linkLists ul li {
    margin: 0 0 1.5rem;
}
.footer__linkLists ul li a {
    display: block;
    color: #fff;
    border-bottom: 1px solid transparent;
    font-weight: 700;
}
.footer__social img {
    display: inline-block;
    margin: 0 1rem 0 0;
}
.copyRight * {
    margin: 0;
}
.copyRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin: 0 0 2rem;
}
.copyRight a {
    color: #fff;
}
.copyRight a:active, .copyRight a:focus, .copyRight a:hover {
    color: #1563a5;
}
.exposeLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.exposeLink a {
    color: #fff;
}
.exposeLink a:active, .exposeLink a:focus, .exposeLink a:hover {
    color: #1563a5;
}
.footer__contentBlock h2 {
    position: relative;
}
.footer__contentBlock h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 4px;
    border-bottom: 4px solid #fff;
}
#QuickEnquiry {
    background: #000;
    color: #fff;
    padding: 4rem 15px;
}
.form__headings h2 {
    padding: 0;
    margin: 0 0 1.5rem;
}
.form__headings p {
    font-size: 1.2em;
}
.form__headings:last-child {
    margin: 0;
}
.form__headings {
    margin: 0 0 4rem;
}
.fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form-group {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 0 2rem;
}
.form-group input, .form-group select {
    width: 100%;
    padding: .5rem 1.5rem;
    border: none;
    border-bottom: 1px solid #fff;
    background: #000;
    color: #1563a5;
}
.form-group:last-of-type {
    margin: 0 0 2rem;
}
.form-group:last-of-type, input[type=submit] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%}
input[type=submit] {
    background: #1563a5;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    padding: 1rem 0;
}
input[type=submit]:disabled {
    background: #616161;
    color: #000;
    border: 1px solid #616161;
    cursor: auto;
}
.form-group>span {
    display: block;
    color: #1563a5;
    padding: 0 0 0 1.5rem;
}
#formResult {
    margin: 2rem auto;
    text-align: center;
}
@media screen and (min-width:576px) {
    .banner__overlay {
    font-size: 1em;
}
.services__contentBlock img {
    margin: 0 auto 3rem;
}
}@media screen and (max-width:991px) {
    nav {
    text-align: right;
}
.nav__menu {
    z-index: 1;
    position: absolute;
    height: calc(100vh + 2.5rem);
    width: 100vw;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: -2.5rem;
    margin: 0;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    transition: all 1.2s cubic-bezier(.645, .045, .355, 1);
}
.nav__social {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%}
.services__contentBlock {
    margin: 0 0 2rem;
}
}@media screen and (max-width:767px) {
    .about, .form__headings, .getInTouch__content, .services__bg {
    font-size: .8em;
}
.footer__contentBlock h2 {
    font-size: 2em;
}
}@media screen and (min-width:768px) {
    .callToAction {
    font-size: .7em;
}
.services__contentBlock {
    font-size: 1.2em;
}
.imageBlock {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%}
}@media screen and (min-width:992px) {
    .navWrapper {
    padding: 0.5rem 0;
}
.nav__menu li a.active:after, .nav__menu li a:active:after, .nav__menu li a:focus:after, .nav__menu li a:hover:after {
    visibility: visible;
}
.nav__menu li:last-child {
    /*display: none;*/
}
.navElements, .navElements ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.nav__menu li {
    margin: 0 4rem 0 0;
    font-family: Oswald, sans-serif;
}
.nav__menu li a {
    padding: 0 0 2rem;
	    z-index: 111;
}
#hamburger {
    display: none;
}
.nav__social {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.callToAction {
    font-size: 1em;
}
.about, .callToAction, .services {
    padding: 4rem 0;
}
.services__contentBlock img {
    margin: 0 auto 6rem;
}
.services__contentBlock h2 {
    padding: 0 0 1.5rem;
    margin: 0 0 2rem;
}
.getInTouch__content {
    width: 50%}
#QuickEnquiry {
    background: #000;
    color: #fff;
    padding: 8rem 3rem;
}
.form-group {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%}
.form-group:last-of-type {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    margin: 0;
}
input[type=submit] {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    padding: 0;
}
footer {
    padding: 0;
}
.copyRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 0 2rem;
}
.copyRight a {
    color: #fff;
    margin: 0 0 0 1rem;
    padding: 0 0 0 1rem;
    border-left: 1px solid #fff;
}
}.formWrapper, .formWrapper>form {
    padding-top: 2rem;
}
.formWrapper>form .field-validation-error {
    color: red;
}
.formWrapper>form .form-message {
    min-height: 10em;
}
.formWrapper>form ::-webkit-input-placeholder {
    color: #c5c5c5;
}
.formWrapper>form :-ms-input-placeholder, .formWrapper>form ::-ms-input-placeholder {
    color: #c5c5c5;
}
.formWrapper>form ::placeholder {
    color: #c5c5c5;
}
.formWrapper>form .row>.field {
    margin-bottom: 1.5rem;
}
.formWrapper>form input[type=email], .formWrapper>form input[type=number], .formWrapper>form input[type=text], .formWrapper>form select, .formWrapper>form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #c5c5c5;
}
.formWrapper>form input:focus, .formWrapper>form select:focus, .formWrapper>form textarea:focus {
    outline-color: #4a85ef;
    border-radius: 5px;
}
.formWrapper>form .req .field-title:after {
    content: " *";
    color: red;
    position: absolute;
    margin-left: 5px;
}
.formWrapper>form .radio-buttons, .formWrapper>form .radio-buttons .radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.formWrapper>form .radio-buttons .radio {
    height: 44px;
    width: 50%;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.formWrapper>form .radio-buttons .radio * {
    cursor: pointer;
}
.formWrapper>form .radio-buttons .radio input {
    margin-right: .5rem;
}
.formWrapper>form input[type=button], .formWrapper>form input[type=submit] {
    background: #1563a5;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 15px;
}
.formWrapper>form .form-slide {
    display: none;
    min-height: 20em;
}
.formWrapper>form .current-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.formWrapper>form .form-wizard>div:first-child+div .prev {
    display: none;
}
.formWrapper>form .form-wizard>div:first-child+.form-slide .field:last-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.formWrapper>form .form-slide .field:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.formWrapper>form .prev {
    float: left;
}
.formWrapper>form .next, .formWrapper>form input[type=submit] {
    float: right;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}
.formWrapper>form #form-controls {
    display: none;
}
.formWrapper>form #form-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
}
.formWrapper>form .form-dot {
    width: 5%;
    list-style-type: none;
    cursor: pointer;
}
.formWrapper>form .form-dot-text {
    display: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translateX(-25%) translateY(-200%);
    transform: translateX(-25%) translateY(-200%);
}
.formWrapper>form .dot {
    font-size: 4em;
    line-height: .25em;
    color: #000;
}
.formWrapper>form .dot-active {
    color: #00f;
}
.formWrapper>form .dot.invalid {
    color: red;
}
.formWrapper>form .dot.valid {
    color: #0f0!important;
}
.formWrapper>form .form-dot:hover .form-dot-text {
    display: block;
}
.formWrapper>form .dots-container {
    margin-top: 1rem;
}
.formWrapper>form .error {
    color: red!important;
}
.formWrapper>form .steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.formWrapper>form .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    position: relative;
    background: #1562a3;
    color: #fff;
    text-transform: uppercase;
    padding: 1rem;
    cursor: pointer;
}
.formWrapper>form .step:after, .formWrapper>form .step:before {
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 0 28px 24px;
    border-color: #fff #fff #fff #1562a3;
}
.formWrapper>form .step:after {
    z-index: 1;
    left: 0;
    right: auto;
    border-color: #1562a3 #fff;
}
.formWrapper>form .step:first-child:after, .formWrapper>form .step:last-child:before {
    display: none;
}
.formWrapper>form .step.active, .formWrapper>form .step:hover {
    background: linear-gradient(90deg, #1563a5, #1f2a3f);
}
.formWrapper>form .step.active:after, .formWrapper>form .step:hover:after {
    border-color: #1563a5 #1563a5 #1563a5 #fff;
}
.formWrapper>form .step.active:before, .formWrapper>form .step:hover:before {
    border-color: #fff #fff #fff #1f2a3f;
}
@media (max-width:992px) {
    .formWrapper>form #form-dots, .formWrapper>form .form-wizard img, .formWrapper>form .step: after, .formWrapper>form .step:before {
    display: none;
}
.formWrapper>form .step {
    max-width: 24%}
}#blogForm {
    margin-top: -20px;
    margin-bottom: 10px;
}
.uBlogsy_tag_cloud {
    padding: 8px 0;
}
div.uBlogsy_tag_container ul.uBlogsy_tags.uBlogsy_tag_cloud li {
    display: inline-block;
    margin-right: 8px;
}
.uBlogsy_post_body .read-more {
    color: #f57b20;
    font-weight: 500;
    border-bottom: 1px solid #f57b20;
    margin: 0 2px;
    opacity: 1;
    transition: all .3s ease-in-out;
}
.uBlogsy_post_body .read-more:hover {
    opacity: .8;
    border-bottom-color: #fff;
}
.timeline-border {
    left: 17px;
    margin-left: 0;
    position: absolute;
    top: 0;
    width: 0;
    border-left: 1px dashed #ccc;
    height: 100%}
.uBlogsy_post_body .post_date {
    display: block;
    border: 3px solid #ccc;
    background-color: #fff;
    color: #ccc;
    padding-top: 10px;
    text-indent: 0;
    top: 20px;
    left: -94px;
    right: auto;
    width: 64px;
    height: 64px;
    font-size: 24px;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.uBlogsy_post_body .post_date span {
    display: block;
    margin-top: 3px;
    font-size: 13px;
    font-weight: 400;
}
.uBlogsy_post_body .post_date:hover, .uBlogsy_post_body .post_date:hover div.timeline-divider {
    color: #f57b20;
    border-color: #f57b20;
}
.uBlogsy_post_body .post_date div.timeline-divider {
    top: 29px;
    left: 64px;
    width: 32px;
    position: absolute;
    height: 0;
    border-top: 1px dashed #ccc;
    transition: all .3s ease-in-out;
    z-index: -1;
}
.uBlogsy_tags a {
    border: 1px solid #e6e6e6;
    color: #696969;
    font-size: 12px;
    padding: 6px 10px;
    margin: 6px 0;
    display: inline-block;
    border-radius: 2px;
    transition: all .2s ease;
}
.uBlogsy_bottom_border {
    border-bottom: 2px solid #f5f5f5;
}
.uBlogsy_post {
    position: relative;
    margin-bottom: 5em;
}
.uBlogsy_post_body figure {
    margin-bottom: 2em;
}
.uBlogsy_post_body figure img {
    border-radius: 3px;
}
.uBlogsy_post_body h2.post-title {
    margin: 20px 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.uBlogsy_post_body h2.post-title a {
    color: #444;
}
.uBlogsy_post_body h2.post-title a:hover {
    color: #f57b20;
}
.uBlogsy_post_body p.summary {
    margin-bottom: 40px;
}
.uBlogsy_landing {
    padding-left: 6em;
}
.blogBanner {
    height: 215px;
    position: relative;
    background-image: url(img/blog/new-york-stock.html);
    background-repeat: no-repeat;
    background-size: cover;
}
.blogBanner picture {
    display: inline-block;
    padding: 44.5px 0;
}
.blogBreadcrumb {
    font-size: 1.8em;
    text-align: center;
    float: none;
    color: #fff;
    padding: 0;
    margin-top: 0;
    font-weight: 500;
}
.internalBreadcrumb {
    font-size: 1.4em;
    margin-top: 2rem;
}
.blogBreadcrumb li, .internalBreadcrumb li {
    display: inline-block;
}
.blogBreadcrumb li a {
    color: #fff;
}
.blogBreadcrumb li a:active, .blogBreadcrumb li a:focus, .blogBreadcrumb li a:hover, .internalBreadcrumb li a:active, .internalBreadcrumb li a:focus, .internalBreadcrumb li a:hover {
    color: #f57b20;
    text-decoration: none;
}
#uBlogsy {
    margin: 8rem auto 0;
}
.uBlogsy_post_body p {
    font-size: 16px;
    margin-bottom: 1.25rem;
}
.uBlogsy_post_body ul {
    padding-left: 55px;
    list-style: disc;
}
.uBlogsy_post_body ul li {
    font-size: 16px;
    margin-bottom: .5rem;
}
.blogInnerHeading {
    margin-bottom: 1rem;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 600;
}
.recentPostList {
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
    list-style: none;
}
.postDetails {
    margin-bottom: 3.5rem;
    color: #999;
    font-size: 13px;
}
.postDetails i {
    margin-right: .5rem;
}
.postDetails .author i {
    margin-left: .5rem;
}
.recentPostList span {
    display: block;
    font-size: .85em;
    color: #999;
    padding-bottom: 2rem;
}
.recentPosts h4 {
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-size: .92em;
    font-weight: 500;
}
.recentPostList li {
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 2rem;
}
.recentPostList li:last-child {
    border: none;
}
.recentPostList li a {
    color: #333;
    font-size: .95em;
    display: block;
    margin-bottom: 1rem;
}
.recentPostList li a:active, .recentPostList li a:focus, .recentPostList li a:hover {
    color: #f57b20;
}
.uBlogsy_tags.uBlogsy_tag_cloud {
    margin-top: 2rem;
}
.bg {
    background: url(media/1059/bg.png) 80% 0 #000 no-repeat;
    background-size: cover;
    min-height: 100vh;
}
.bg>* {
    background: rgba(0, 0, 0, .8);
}
.backgroundImage {
    display: none;
}
.bg .banner {
    background: rgba(0, 0, 0, .8);
    /*padding-top: 1rem;*/
	
}
.banner__overlay .container {
    position: static;
    -webkit-transform: none;
    transform: none;
}
.bg .navElements {
    border-bottom: 1px solid #1563a5;
    padding-bottom: 1rem;
}
.bg .navWrapper {
    padding-bottom: 0;
}
.bg .contentBlock h2:after, .bg .contentBlock h2:before {
    display: none;
}
.bg .contentBlock h2 {
    padding-bottom: 1rem;
}
.bg .contentBlock h2 span {
    color: #1563a5;
}
.bg .contentBlock img {
    max-width: 400px;
    margin: 0 auto;
}
@media (min-width:992px) {
    .bg {
    min-height: unset;
}
.bg .navWrapper {
    background: #24324a;
}
.bg .navElements {
    border: 0;
    padding-bottom: 0;
}
.bg .banner {
    background: none;
    height: unset;
}
.backgroundImage {
    display: block;
}
.banner__overlay .container {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bg .banner {
    background: linear-gradient(#000 10%, rgba(0, 0, 0, .9) 25%, rgba(0, 0, 0, .8));
	background:#fff !important;
}
.bg .contentBlock h2 {
    font-size: 35px;;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 2rem;
}
.bg .contentBlock h2:after, .bg .contentBlock h2:before {
    display: block;
    left: 0!important;
}
.bg .contentBlock h2:after {
    width: 100%}
.bg .contentBlock img {
    max-width: 600px;
    margin-bottom: 1rem;
}
}


/*=========== 10.12.2018 ============*/
.footer__contentBlock
{
    background: #2776b9;
    padding: 10%;
}

/*============= Footer css ==============*/
#footer {
        padding: 30px 0 0 0;
	color:#fff;
}

#footer .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #1462a5 !important;
}
#footer ul {
    list-style: none;
    padding: 0 0 0 15px;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}
.text-center
{
	text-align:center;
}
.list-inline-item
{
	display:inline-block;
}


#HowitWorks {
    padding: 1rem 0 !important;
}
#HowitWorks .contentBlock h2{
    font-size: 30px !important;
    padding: 21px 0 2rem !important;
    color: #f0c104 !important;
}
.menu-primary-menu-container{padding-top: 50px;}
.nav__social{padding-top: 50px;}

.ginput_container.ginput_container_checkbox{margin-top: 0px !important;}
@media only screen and (max-width: 768px) {
	.navElements img {
    margin: 0 0 0;
}
.bg{
	    min-height: 100%;
}
.step {
margin-bottom: 12px;
}
.steps1 {
display: block !important
}
.gform_wrapper{
	    padding: 0 20px;
}
.step:after, .step:before{
	border-style: none !important;
}
}
.nav__social{
	    z-index: 111;
}