@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

@-ms-viewport {
    width: device-width;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

*:focus {
    outline: none;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    display: -ms-flexbox;
    -js-display: flex;
    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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.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,
.col-sm-auto,
.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,
.col-md-auto,
.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,
.col-lg-auto,
.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,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-prefer#5d4c36-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    width: 8.333333%;
}

.col-2 {
    width: 16.666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.333333%;
}

.col-5 {
    width: 41.666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333333%;
}

.col-8 {
    width: 66.666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.333333%;
}

.col-11 {
    width: 91.666667%;
}

.col-12 {
    width: 100%;
}

.pull-0 {
    right: auto;
}

.pull-1 {
    right: 8.333333%;
}

.pull-2 {
    right: 16.666667%;
}

.pull-3 {
    right: 25%;
}

.pull-4 {
    right: 33.333333%;
}

.pull-5 {
    right: 41.666667%;
}

.pull-6 {
    right: 50%;
}

.pull-7 {
    right: 58.333333%;
}

.pull-8 {
    right: 66.666667%;
}

.pull-9 {
    right: 75%;
}

.pull-10 {
    right: 83.333333%;
}

.pull-11 {
    right: 91.666667%;
}

.pull-12 {
    right: 100%;
}

.push-0 {
    left: auto;
}

.push-1 {
    left: 8.333333%;
}

.push-2 {
    left: 16.666667%;
}

.push-3 {
    left: 25%;
}

.push-4 {
    left: 33.333333%;
}

.push-5 {
    left: 41.666667%;
}

.push-6 {
    left: 50%;
}

.push-7 {
    left: 58.333333%;
}

.push-8 {
    left: 66.666667%;
}

.push-9 {
    left: 75%;
}

.push-10 {
    left: 83.333333%;
}

.push-11 {
    left: 91.666667%;
}

.push-12 {
    left: 100%;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 1;
    order: 1;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

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

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

.btn {
    border-radius: 5px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.13);
    padding: 10px 16px;
    display: block;
    line-height: 1.846;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    border: 1px solid #d7d7d7;
    width: 100%;
    cursor: pointer;
    text-align: left;
    font-weight: 500;
    letter-spacing: .1em;
}

.btn span {
    width: 100%;
    display: block;
    background: url(img/icon/next-arrow.svg);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: right center;
}

.btn.btn-default {
    background: #d7d7d7;
    background: linear-gradient(#d7d7d7, white);
    color: #493927;
}

.btn.btn-default:hover {
    background: white;
    color: #493927;
}

form input,
form textarea,
form select,
#careers input,
#careers textarea {
    padding: 10px 15px;
    display: block;
    font-size: 13px;
    width: 100%;
    margin-bottom: 15px;
    color: #555d60;
    line-height: 1.846;
}

form input[type="text"],
form input[type="tel"],
form input[type="email"],
form textarea,
form select,
#careers input[type="text"],
#careers input[type="tel"],
#careers input[type="email"],
#careers textarea {
    border: 1px solid #7d664d;
    border-radius: 5px;
    background-color: #ece2d7;
    letter-spacing: .050em;
}

form select {
    height: 45px;
    background-color: #ece2d7;
    box-shadow: 0 0 transparent;
}

form input[type="file"],
#careers input[type="file"] {
    padding: 15px 0;
    color: #fff;
    letter-spacing: .050em;
}

.login_box form input {
    border: 1px solid #e8e9e9;
    max-width: 276px;
    width: 100%;
    padding: 0 13px;
    box-sizing: border-box;
    font-size: 13px;
    color: #8b8d8d;
    height: 44px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
}

@font-face {
    font-family: Calibre-Light;
    src: url(fonts/Calibre-Light.eot);
    src: url(fonts/Calibre-Light.eot?#iefix) format("embedded-opentype"), url(fonts/Calibre-Light.woff) format("woff"), url(fonts/Calibre-Light.ttf) format("truetype"), url(fonts/Calibre-Light.svg#Calibre-Light) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Calibre-Regular;
    src: url(fonts/Calibre-Regular.eot);
    src: url(fonts/Calibre-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/Calibre-Regular.woff) format("woff"), url(fonts/Calibre-Regular.ttf) format("truetype"), url(fonts/Calibre-Regular.svg#Calibre-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Calibre-Semibold;
    src: url(fonts/Calibre-Semibold.eot);
    src: url(fonts/Calibre-Semibold.eot?#iefix) format("embedded-opentype"), url(fonts/Calibre-Semibold.woff) format("woff"), url(fonts/Calibre-Semibold.ttf) format("truetype"), url(fonts/Calibre-Regular.svg#Calibre-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
}

div.default {
    font-family: "Heebo", sans-serif;
}

div.default .inner {
    overflow: hidden;
    margin: 16px auto 30px;
}

div.default .inner p {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    line-height: 1.714;
    text-align: left;
    letter-spacing: .050em;
}

div.default .inner h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 94px 0 75px;
    letter-spacing: .050em;
}

div.default .inner h2 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    /* text-shadow: 0 2px 0 #074f6d; */
    text-transform: uppercase;
    letter-spacing: .1em;
}

div.default .inner h2 span {
    display: block;
}

div.default .inner h3 {
    letter-spacing: .2em;
}

div.default .inner hr {
    width: 100%;
    border: none;
    border-top: 1px solid #5d4c36;
    margin: 20px auto;
    margin-bottom: 40px;
}

div.default .inner hr.small {
    border-top: 1px solid #54abd0;
    width: 40px;
    text-align: left;
    margin: 20px 0;
}

div.default .inner .button-group {
    margin-top: 40px;
}

div.default .inner .inner-contents h1 {
    font-size: 28px;
    margin: 0;
}

div.default .inner .inner-contents .logo img {
    max-width: 250px;
    width: 100%;
    display: block;
}

div.blue a {
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
}

div.blue a:hover {
    color: #a3cee2;
}



div.blue p {
    letter-spacing: .050em;
}

.center-block,
.footer-sec {
    display: block;
    margin: auto;
}

.clear-fix:after,
.landman_tab_content a:after,
.contact-form .controller-group:after,
.clear-fix:before,
.landman_tab_content a:before,
.contact-form .controller-group:before {
    content: '';
    display: block;
    clear: both;
}

html {
    background: #5d4c36;
}

* {
    margin: 0;
    padding: 0;
}

li,
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #a4896c;
    font-family: "Heebo", sans-serif;
}

h1 {
    font-size: 24px;
    font-weight: 400;
}

h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}

h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

.header {
    height: 120px;
    background: #fff;
    border-bottom: 1px solid #dedede;
    padding: 36px 36px 16px;
    width: 100%;
    box-sizing: border-box;
}

#logo {
    background: url(images/logo.png) no-repeat;
    width: 330px;
    height: 64px;
    display: block;
    float: left;
}

hr {
    width: 100%;
    border: none;
    border-top: 1px solid #5d4c36;
    margin: 20px auto;
    margin-bottom: 40px;
}

#menu_icn {
    width: 41px;
    height: 28px;
    display: block;
    float: right;
    transition: .3s background-position;
    background-image: url(images/getalti-webparts.png);
    background-position: 0 0;
    margin-top: 16px;
}

#menu_icn:hover {
    background-position: 0 27px;
    transition: .3s background-position;
}

#menu_hover_div {
    background: #0da1dd;
    display: table;
    position: fixed;
    width: 100%;
    height: 100%;
    right: -1500px;
    top: -1000px;
    transition: .3s top, .3s right;
}

.menu_toggle {
    right: 0 !important;
    top: 0 !important;
    transition: .5s top, .5s right;
}

ul.menu_ul {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

ul.menu_ul li a {
    font-size: 16px;
    color: #fff;
    width: 280px;
    border-bottom: 1px solid #58bfe9;
    display: inline-block;
    line-height: 35px;
    margin-bottom: 9px;
    transition: .3s zoom;
    letter-spacing: 1px;
}

ul.menu_ul li a:hover {
    zoom: 1.1;
    transition: .3s zoom;
}

ul.menu_ul li {
    width: 100%;
}

p strong {
    font-weight: 700;
}

#menu_close,
#bgrey_close {
    background-image: url(images/menu_close.png);
    width: 32px;
    height: 31px;
    display: block;
    right: 16px;
    position: absolute;
    top: 16px;
}

#bgrey_close {
    position: fixed;
}

#about_close {
    background-image: url(images/menu_close.png);
    width: 32px;
    background-position: 0 62px;
    height: 31px;
    display: block;
    right: 16px;
    position: fixed;
    top: 16px;
    z-index: 9;
}

#landman_close {
    background-image: url(img/icon/head-01.svg);
    width: 41px;
    background-size: 100%;
    background-position: 0 0;
    height: 41px;
    display: block;
    right: 16px;
    position: fixed;
    top: 16px;
    z-index: 9;
    transition: .3s background-position;
}



#dgrey_close,
#bgrey_close,
#dgrey_close_main {
    background-image: url(img/icon/close.svg);
    width: 40px;
    height: 40px;
    display: block;
    right: 16px;
    position: fixed;
    top: 16px;
    background-position: center;
    z-index: 9;
    background-repeat: no-repeat;
    background-size: 60%;
    background-color: #8c6338;
    cursor: pointer;
}

#landman_close:hover {
    background-position: 0 41px;
    transition: .3s background-position;
}

.landman_banner {
    background-image: url(img/leatherbound-logo.png), url(img/bg.svg);
    background-size: 339px, cover;
    background-position: center, center;
    height: 395px;
    background-repeat: no-repeat, repeat;
}

.landman_content {
    overflow: hidden;
    width: 100%;
}

.landman_content p {
    text-transform: uppercase;
}

.landman_tab_content {
    width: 320px;
    display: inline-block;
    margin: 0 7px;
    min-height: 300px;
    overflow: hidden;
}

.landman_tab_div {
    text-align: center;
    margin-top: 70px;
}

#landman_close {
    cursor: pointer;
}

.logo-onlogin {
    max-width: 310px;
}

.jobs-page .gray-bg {
    line-height: 1.5;
    font-size: 15px;
    letter-spacing: 1px;
}

.jobs-page .jobs-support-img {
    margin-top: 35px;
    margin-bottom: 30px;
}

.jobs-page .jobs-support-img img {
    width: 100%;
}

.gray-bg {
    background: #5d4c36;
    padding: 12px 17px;
    border-radius: 15px;
    box-sizing: border-box;
    color: #e4cbaf;
    font-family: "Heebo", sans-serif;
}

.landman_tab_content a {
    font-size: 15px;
    color: #fff;
    background: #5d4c36;
    padding: 17px 20px;
    height: 50px;
    line-height: 1.35;
    display: block;
    text-align: left;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    letter-spacing: .1em;
    cursor: pointer;
}

.landman_tab_content a span {
    border-left: 1px dotted #a3896c;
    padding-left: 9px;
    float: right;
}

.landman_tab_content a span img {
    display: inline-block;
    vertical-align: middle;
}

.landman_tab_content ul {
    width: 100%;
    overflow: hidden;
    height: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    transition: .5s height;
}

.landman_tab_content ul li {
    overflow: auto;
}

.landman_tab_content ul li a {
    height: 40px;
    padding: 0 20px;
    background: #907457;
    border-bottom: 1px solid #796146;
    line-height: 40px;
    border-radius: 0;
}

.landman_tab_content ul li a:hover {
    background: #dbc6ab;
    color: #5d4b37;
}

ul.active {
    height: 245px;
    transition: .5s height;
}

.landman_content p {
    font-size: 13px;
    font-weight: 300;
    color: #e6f5fc;
    text-align: center;
    line-height: 20px;
    letter-spacing: .5px;
}

.landman_content hr {
    width: 100%;
    border: none;
    border-top: 1px solid #5d4c36;
    margin: 20px auto;
    margin-bottom: 40px;
}

.column_half {
    width: 47%;
    display: inline-block;
    overflow: hidden;
}

.column_half.first {
    margin-right: 2.5%;
}

.column_half.last {
    margin-left: 2%;
}

.box h2 {
    height: 80px;
    vertical-align: middle;
    display: table-cell;
}

div.black {
    background: #000;
    min-height: 700px;
    /*position: absolute;*/
    height: 100%;
    width: 100%;
}

div.blue {
    background: #a4896c;
    color: #fff;
}

.large p {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height: 25px;
    margin-top: 20px;
    text-align: justify;
}

.large p b {
    font-weight: 600;
}

.large h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 94px 0 75px;
}

.large h2 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.large h2 span {
    display: block;
}

.box p {
    margin-top: 0;
}

.box hr {
    height: 100px;
    clear: both;
    border: none;
    background: 0 0;
}

.services h1 {
    margin-top: 90px !important;
}

body.lecoq {
    height: 100vh;
}

.services h3 {
    margin-top: 40px;
}

.services ul {
    margin-top: 10px;
}

.services ul li {
    font-size: 14px;
    font-weight: 600;
    list-style-type: disc;
    margin-left: 20px;
    color: #198ab9;
}

.services ul li p {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-top: 3px;
}

.login_box {
    max-width: 370px;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    margin: 0 auto;
    padding: 10px 15px;
}

.login_div {

    overflow: auto;
}

.login_main_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 850px;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
}

@media (max-width: 600px) {
    .login_main_container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.login_body {
    height: auto !important;
}

.logo-top-content p,
.login_body .log_in_under_text {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.714;
    text-align: left;
    letter-spacing: .050em;
}

.login_body .log_in_under_text p a {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.714;
    text-align: left;
    letter-spacing: .050em;
    text-decoration: underline;
}

.login_body .agreement {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 276px;
    margin: 0 auto;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.714;
    text-align: left;
    letter-spacing: .050em;
}

.login_body .agreement input {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    margin-right: 15px;

}

.login_body .log_in_under_text p a:hover {
    cursor: pointer;
}

.logo-top-content p b {
    font-weight: bold;
}

.login_logo {
    vertical-align: bottom;
    display: flex;
    max-width: 370px;
    width: 100%;
    align-items: center;
    justify-content: center;
    /* padding-bottom: 40px; */
    padding-top: 60px;
}

.login_body .logo-top-content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.login_body .log_in_under_text {
    max-width: 370px;
    width: 100%;
    position: relative;
    z-index: 55;
    padding-top: 15px;
}

.login_logo img {
    vertical-align: bottom;
    display: block;
    width: 100%;
}

.login_box {
    border-radius: 4px;
    background: #f6f7f7;
    border: 1px solid #e8e9e9;
    text-align: center;
    /* margin: 15px 5px; */
    box-shadow: 0 1px 5px 0 rgba(240, 240, 240, 0.75);
}

.login_box form {
    margin-top: 20px;
}

.login_box form input {
    border-radius: 2px;
}

#login-form input:focus {
    outline: 0;
}

#login-form .error {
    border: 1px solid #ff5959;
}

#login-form label.error {
    display: none !important;
}

#login-form button {
    margin-bottom: 15px;
    cursor: pointer;
}

#login-form span {
    display: block;
    text-align: left;
    max-width: 276px;
    margin: 0 auto;
    color: #040707;
    font-size: 14px;
    letter-spacing: 0.05rem;
}

#login-form span a {
    color: #040707;
    text-decoration: underline;
}

#login-form span a:hover {
    color: #5d4b37;
}

.login_box .msgs {
    position: relative;
    transition: all .5s ease-in-out;
    margin-bottom: 30px;
}

.login_box .msgs.has-msg {
    height: 50px;
    margin-bottom: 10px;
}

.login_box .msgs p {
    width: 276px;
    box-sizing: border-box;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    font-size: 12px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: 50px;
    transition: all .5s ease-in-out;
    left: 0;
    right: 0;
}

.login_box .msgs p.error-msg {
    border: 1px solid #ff5959;
    background: #ffa3a3;
    color: #790000;
}

.login_box .msgs p.error-msg.show-msg {
    top: 0;
    opacity: 1;
}

.login_box .msgs p.error-msg a {
    color: #fff;
    cursor: pointer;
}

.login_box .msgs p.error-msg a:hover {
    color: #d85454;
    text-decoration: underline;
}

.login_box .msgs p.request-sent-msg {
    border: 1px solid #6ea777;
    background: #b9ffc4;
    color: #166522;
}

.login_box .msgs p.request-sent-msg.show-msg {
    top: 0;
    opacity: 1;
}

.login_div p.footer {
    font-size: 13px;
    color: #fff;
}

.login_box input {
    border: 1px solid #e8e9e9;
    width: 276px;
    padding: 0 13px;
    box-sizing: border-box;
    font-size: 13px;
    color: #8b8d8d;
    height: 44px;
}

.login_box label {
    display: block;
    margin-bottom: 10px;
}

.login_box p {
    color: #040707;
    font-size: 16px;
    margin-top: 15px;
}

.login_box .profie_ic {
    margin-top: 40px;
}

.login_box button {
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    border: none;
    color: #fff;
    background: #5d4b37;
    height: 36px;
    max-width: 276px;
    width: 100%;
    margin-bottom: 55px;
}

form input {
    border-color: #5d4c36;
}

.login_box button.black {
    background: #000;
}

ul.home_ul {
    height: auto;
    overflow: hidden;
    width: 1176px;
    margin: auto;
}

ul.home_ul li {
    float: left;
    margin: 15px;
}

ul.home_ul li a {
    border: 1px solid transparent;
    display: block;
    height: 148px;
    transition: .3s border;
}

ul.home_ul li img {
    border: 1px solid #d4d4d4;
}

ul.home_ul li a:hover,
ul.home_ul li a:hover img {
    border-color: #262626;
}

.footer {
    margin-top: 100px;
    margin-bottom: 40px;
}

.footer p {
    font-size: 14px;
    color: #666565;
}

.team ul {
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.team ul li {
    float: left;
    margin-right: 38px;
    margin-bottom: 70px;
}

.team ul li img {
    cursor: pointer;
}

.team ul li p {
    text-align: center;
    margin-top: 0;
}

.team ul li:nth-child(4n+4) {
    margin-right: 0;
}

.large.team h1 {
    margin-top: 100px;
}

.company-short p {
    font-size: 12px;
    font-family: "Heebo", sans-serif;
    color: #daf0fa;
    text-transform: initial;
    line-height: 2.333;
    font-weight: 400;
    letter-spacing: .5px;
    text-align: center;
    margin-top: 0;
}

.about_div .inner {
    width: 930px;
    height: auto;
    overflow: hidden;
    margin: 120px auto 70px;
}

.large .inner {
    max-width: 1024px;
    height: auto;
    overflow: hidden;
    margin: 16px auto 70px;
}

#ic_about {
    float: left;
    margin-right: 10px;
}

.about_div h1 {
    line-height: 100px;
}

.about_div p {
    text-align: justify;
    margin-bottom: 35px;
    font-weight: 300;
    margin-top: 15px;
    line-height: 25px;
}

#ic_indjobs {
    float: left;
    margin-right: 4px;
    margin-top: 52px;
}

#ic_service {
    float: left;
    margin-right: 4px;
}

.center {
    text-align: center;
}

.auto {
    margin: auto;
    height: auto;
    overflow: hidden;
}

body.blue_bg #line1,
body.blue_bg #line2,
body.blue_bg #line3,
body.blue_bg #line4 {
    background: #5d4c36;
}

body #line1 {
    position: fixed;
    width: 100%;
    height: 16px;
    top: 0;
    z-index: 4;
    background: linear-gradient(to right, #6c6c6c 50%, #6c6c6c 50%) left bottom no-repeat;
    background-size: 200% 200%;
    transition: background-position .2s .8s ease-out;
}

body #line2 {
    position: fixed;
    width: 100%;
    height: 16px;
    bottom: 0;
    z-index: 4;
    background: linear-gradient(to left, #6c6c6c 50%, #6c6c6c 50%) right bottom no-repeat;
    background-size: 200% 200%;
    transition: background-position .6s 1.2s ease-out;
}

body #line3 {
    position: fixed;
    height: 100%;
    width: 16px;
    left: 0;
    top: 0;
    z-index: 4;
    background: linear-gradient(to top, #6c6c6c 50%, #6c6c6c 50%) center bottom no-repeat;
    background-size: 100% 200%;
    transition: background-position .2s .6s ease-out;
}

body #line4 {
    position: fixed;
    height: 100%;
    width: 16px;
    top: 0;
    right: 0;
    z-index: 4;
    background: linear-gradient(to bottom, #6c6c6c 50%, #6c6c6c 50%) center top no-repeat;
    background-size: 100% 200%;
    transition: background-position .2s 1s ease-out;
}

body.chevalblanc #line1 {
    background: linear-gradient(to right, #5d4c36 50%, #5d4c36 0%);
}

body.chevalblanc #line2 {
    background: linear-gradient(to left, #5d4c36 50%, #5d4c36 0%);
}

body.chevalblanc #line3 {
    background: linear-gradient(to top, #5d4c36 50%, #5d4c36 0%);
}

body.chevalblanc #line4 {
    background: linear-gradient(to bottom, #5d4c36 50%, #5d4c36 0%);
}

body.blue #line1 {
    background: linear-gradient(to right, #6c6c6c 50%, #0da1dd 50%);
}

body.blue #line2 {
    background: linear-gradient(to left, #6c6c6c 50%, #0da1dd 50%);
}

body.blue #line3 {
    background: linear-gradient(to top, #6c6c6c 50%, #0da1dd 50%);
}

body.blue #line4 {
    background: linear-gradient(to bottom, #6c6c6c 50%, #0da1dd 50%);
}

body.grey #line1 {
    background: linear-gradient(to right, #6c6c6c 50%, #ddd 50%);
}

body.grey #line2 {
    background: linear-gradient(to left, #6c6c6c 50%, #ddd 50%);
}

body.grey #line3 {
    background: linear-gradient(to top, #6c6c6c 50%, #ddd 50%);
}

body.grey #line4 {
    background: linear-gradient(to bottom, #6c6c6c 50%, #ddd 50%);
}

body.lecoq #line1 {
    background: linear-gradient(to right, #000 50%, #5d4c36 0);
}

body.lecoq #line2 {
    background: linear-gradient(to left, #000 50%, #5d4c36 0);
}

body.lecoq #line3 {
    background: linear-gradient(to top, #000 50%, #5d4c36 0);
}

body.lecoq #line4 {
    background: linear-gradient(to bottom, #000 50%, #5d4c36 0);
}

body.eliesaab #line1 {
    background: linear-gradient(to right, #6c6c6c 50%, #222 50%);
}

body.eliesaab #line2 {
    background: linear-gradient(to left, #6c6c6c 50%, #222 50%);
}

body.eliesaab #line3 {
    background: linear-gradient(to top, #6c6c6c 50%, #222 50%);
}

body.eliesaab #line4 {
    background: linear-gradient(to bottom, #6c6c6c 50%, #222 50%);
}

body.lelouvre #line1 {
    background: linear-gradient(to right, #ddd 50%, #343434 50%);
}

body.lelouvre #line2 {
    background: linear-gradient(to left, #ddd 50%, #343434 50%);
}

body.lelouvre #line3 {
    background: linear-gradient(to top, #ddd 50%, #343434 50%);
}

body.lelouvre #line4 {
    background: linear-gradient(to bottom, #ddd 50%, #343434 50%);
}

body.artspire #line1 {
    background: linear-gradient(to right, #ddd 50%, #d03786 50%);
}

body.artspire #line2 {
    background: linear-gradient(to left, #ddd 50%, #d03786 50%);
}

body.artspire #line3 {
    background: linear-gradient(to top, #ddd 50%, #d03786 50%);
}

body.artspire #line4 {
    background: linear-gradient(to bottom, #ddd 50%, #d03786 50%);
}

body.culturebox #line1 {
    background: linear-gradient(to right, #ddd 50%, #24a8e9 50%);
}

body.culturebox #line2 {
    background: linear-gradient(to left, #ddd 50%, #24a8e9 50%);
}

body.culturebox #line3 {
    background: linear-gradient(to top, #ddd 50%, #24a8e9 50%);
}

body.culturebox #line4 {
    background: linear-gradient(to bottom, #ddd 50%, #24a8e9 50%);
}

body.lotoespresso #line1 {
    background: linear-gradient(to right, #ddd 50%, #988557 50%);
}

body.lotoespresso #line2 {
    background: linear-gradient(to left, #ddd 50%, #988557 50%);
}

body.lotoespresso #line3 {
    background: linear-gradient(to top, #ddd 50%, #988557 50%);
}

body.lotoespresso #line4 {
    background: linear-gradient(to bottom, #ddd 50%, #988557 50%);
}

body.nicophoto #line1 {
    background: linear-gradient(to right, #ddd 50%, #323232 50%);
}

body.nicophoto #line2 {
    background: linear-gradient(to left, #ddd 50%, #323232 50%);
}

body.nicophoto #line3 {
    background: linear-gradient(to top, #ddd 50%, #323232 50%);
}

body.nicophoto #line4 {
    background: linear-gradient(to bottom, #ddd 50%, #323232 50%);
}

body.diorsnow #line1 {
    background: linear-gradient(to right, #ddd 50%, #4d5a6a 50%);
}

body.diorsnow #line2 {
    background: linear-gradient(to left, #ddd 50%, #4d5a6a 50%);
}

body.diorsnow #line3 {
    background: linear-gradient(to top, #ddd 50%, #4d5a6a 50%);
}

body.diorsnow #line4 {
    background: linear-gradient(to bottom, #ddd 50%, #4d5a6a 50%);
}

body.active #line1,
body.active #line2,
body.active #line3,
body.active #line4 {
    background-repeat: no-repeat;
    background-size: 200% 200%;
}

body.artspire #line1,
body.blue #line1,
body.chevalblanc #line1,
body.culturebox #line1,
body.diorsnow #line1,
body.eliesaab #line1,
body.lecoq #line1,
body.lelouvre #line1,
body.lotoespresso #line1,
body.nicophoto #line1,
body.playmag #line1,
body.rivo #line1 {
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 200% 200%;
    transition: background-position .2s .8s ease-out;
}

body.artspire #line2,
body.blue #line2,
body.chevalblanc #line2,
body.culturebox #line2,
body.diorsnow #line2,
body.eliesaab #line2,
body.lecoq #line2,
body.lelouvre #line2,
body.lotoespresso #line2,
body.nicophoto #line2,
body.playmag #line2,
body.rivo #line2 {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 200% 200%;
    transition: background-position .6s 1.2s ease-out;
}

body.artspire #line3,
body.blue #line3,
body.chevalblanc #line3,
body.culturebox #line3,
body.diorsnow #line3,
body.eliesaab #line3,
body.lecoq #line3,
body.lelouvre #line3,
body.lotoespresso #line3,
body.nicophoto #line3,
body.playmag #line3,
body.rivo #line3 {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 200% 200%;
    transition: background-position .2s .6s ease-out;
}

body.artspire #line4,
body.blue #line4,
body.chevalblanc #line4,
body.culturebox #line4,
body.diorsnow #line4,
body.eliesaab #line4,
body.lecoq #line4,
body.lelouvre #line4,
body.lotoespresso #line4,
body.nicophoto #line4,
body.playmag #line4,
body.rivo #line4 {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 200% 200%;
    transition: background-position .2s 1s ease-out;
}

body.active #line4 {
    background-position: center bottom;
    transition: background-position .2s .2s ease-out;
}

body.active #line3 {
    background-position: center top;
    transition: background-position .2s .6s ease-out;
}

body.active #line2 {
    background-position: left bottom;
    transition: background-position .2s ease-out;
}

body.active #line1 {
    background-position: right bottom;
    transition: background-position .2s .4s ease-out;
}

/*header strats*/
/*header ends*/
/*footer starts*/
.footer-sec {
    max-width: 650px;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 105px;
    box-sizing: border-box;
}

.footer-sec * {
    color: #fff;
}

.footer-sec .footer-bottom {
    font-size: 12px;
    color: #daf0fa;
    line-height: 1.5;
}

.footer-sec .footer-bottom ul li {
    letter-spacing: 1px;
}

.footer-sec .footer-bottom .footer-logo img {
    max-width: 285px;
    width: 100%;
}

.footer-sec .footer-bottom .footer-address>span {
    display: inline-block;
    vertical-align: top;
}

.footer-sec .footer-bottom .footer-address>span img {
    width: 20px;
    margin-right: 10px;
}

.footer-sec .footer-bottom .footer-address ul {
    display: block;
}

.footer-sec .footer-bottom .footer-address ul li {
    letter-spacing: 1px;
    text-align: center;
}

.footer-sec .footer-bottom .footer-contact ul li {
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.footer-sec .footer-bottom .footer-contact ul li span {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    margin-right: 10px;
}

.footer-sec .footer-bottom .footer-contact ul li span img {
    width: 100%;
}

.footer-sec .footer-bottom .footer-contact ul li a {
    display: inline-block;
    vertical-align: middle;
}

.footer-sec .footer-bottom .footer-contact ul li a:hover {
    color: #a3cee2;
}

.footer-sec .footer-bottom .footer-contact ul li:last-child span {
    transform: rotate(-25deg);
}

.footer-sec .footer-bottom p {
    text-align: left;
    font-size: 11px;
    text-transform: initial;
    line-height: 1.7;
    margin-top: 0;
}

.footer-sec .footer-bottom .row:first-child {
    margin-bottom: 30px;
}

.footer-sec .footer-bottom .row:nth-child(2) img {
    max-width: 250px;
}

/*footer ends*/
.service-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.service-list:after,
.service-list:before {
    clear: both;
    content: '';
    display: block;
}

.service-list li.service-item {
    width: calc(50% - 15px);
    float: left;
    /* height: 600px; */
    margin-bottom: 30px;
    cursor: pointer;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.service-list li.service-item:nth-child(2n) {
    margin-left: 15px;
}

.service-list li.service-item:nth-child(2n+1) {
    margin-right: 15px;
}

.service-list li.service-item .back,
.service-list li.service-item .front {
    background: #5d4b37;
}

.service-list li.service-item .back h3,
.service-list li.service-item .front h3 {
    letter-spacing: .050em;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.714;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.service-list li.service-item .back p,
.service-list li.service-item .front p {
    text-align: center;
}

.service-list li.service-item .back .contact-form .controller-group .textarea-control textarea {
    min-height: auto;
}

.service-list li.service-item .hidden-sec {
    display: none;
}

.service-list li.service-item .back-sec {
    top: 0;
}

.service-list li.service-item .front,
.service-list li.service-item .back,
.service-list li.service-item .front {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.13);
    height: 300px;
    padding: 30px 50px;
}

.service-list li.service-item .front p,
.service-list li.service-item .back p,
.service-list li.service-item .front p {
    margin-top: 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .050em;
}

.service-list li.service-item .front .back-content,
.service-list li.service-item .back .back-content,
.service-list li.service-item .front .back-content {
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}

.service-list li.service-item .front {
    background: #0c181f;
    background: linear-gradient(#c6ad91, #73624f);
}

.service-list li.service-item .front .front-content {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.service-list li.service-item .front .front-content figure {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100%;
    display: block;
    border: 1px solid #cfcbcb;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
}

.service-list li.service-item .front .front-content img {
    width: 100%;
    /* border: 1px solid #cfcbcb; */
    /* border-radius: 100%; */


}

.service-list li.service-item .front .front-content h3 {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
}

.service-list li.service-item .front {
    padding: 30px 35px;
    /* background: url(img/s1-bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.service-list li.service-item .front img {
    width: 100%;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

.service-list li.service-item .back {
    background: none;
    box-shadow: 0px 2px 2px 0px transparent;
    padding: 0;
}

.service-list li.service-item .back .front-1 {
    z-index: 1;
}

.service-list li.service-item .back .front-1,
.service-list li.service-item .back .back-1 {
    background: #5d4b37;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.13);
    height: 300px;
    padding: 30px 50px;
    top: 0;
    position: absolute;
}

.service-list li.service-item .back .front-1 p,
.service-list li.service-item .back .back-1 p {
    margin-top: 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .050em;
}

.service-list li.service-item .back .front-1 .back-content,
.service-list li.service-item .back .back-1 .back-content {
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}

.service-list li.service-item .back .back-1 .back-content {
    transform: translateY(0);
    top: 0;
    opacity: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .service-list li.service-item .back .back-1 .back-content {

        height: auto;
        display: block;
        /* align-items: center; */
    }
}

.service-list li.service-item .back.flipped .back-1 {
    transition: all 0s ease-out !important;
}

.service-list li.service-item .read-more {
    text-decoration: underline;
    color: #fff;
    display: block;
    margin-top: 5px;
    font-weight: bold;
    font-size: 14px;
    padding-top: 20px;
}

.service-list li.service-item .read-more:hover {
    color: #fff;
}

.service-list li.service-item.request-service .back {
    padding: 30px 24px;
}

.contact-form .controller-group .input-control {
    width: 100%;
    float: left;
}

.contact-form .controller-group .input-control input:focus {
    outline: 0;
}

.contact-form .controller-group .input-control input.error {
    border: 1px solid #ff5959;
}

.contact-form .controller-group .input-control label.error {
    display: none !important;
}

.contact-form .controller-group .input-control:first-child {
    padding-right: 0;
}

.contact-form .controller-group .input-control:last-child {
    padding-left: 0;
}

.contact-form .controller-group .textarea-control {
    width: 100%;
    float: left;
}

.contact-form .controller-group .textarea-control textarea {
    min-height: 193px;
    resize: none;
}

.contact-form .controller-group .textarea-control textarea:focus {
    outline: 0;
}

.contact-form .has-error {
    position: relative;
}

.contact-form .has-error .form-error {
    font-size: 12px;
    font-style: italic;
    color: #5d4c36;
    position: absolute;
    top: 0;
}

.contact-us-page h3 {
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 500;
    letter-spacing: 1px;
}

.contact-us-page form {
    margin-top: 15px;
}

.contact-us-page ul {
    margin-top: 20px;
}

.contact-us-page ul li {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .1em;
}

.contact-us-page ul li a {
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
}

.contact-us-page ul li a:hover {
    color: #c2ebfd;
}

.contact-us-page div.default .inner {
    margin: 16px auto 130px;
}

.contact-us-page div.default .inner p {
    font-size: 13px;
    color: #daf0fa;
    line-height: 1.385;
    letter-spacing: .075em;
}

.contact-us-page div.default .inner hr.small {
    margin-bottom: 26px;
    border-top: 2px solid #a3896c;
}

.contact-us-page .bottom-row {
    margin-top: 100px;
}

.contact-us-page .gray-bg {
    background: #5d4c36;
    padding: 12px 17px;
    border-radius: 15px;
    box-sizing: border-box;
    color: #e4cbaf;
}

.contact-us-page .left-bg {
    height: 580px;
}

.contact-us-page .left-bg .front,
.contact-us-page .left-bg .back {
    background: url(img/bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px 15px 10px;
}

.contact-us-page .left-bg .back {
    padding: 15px 20px 10px;
    background: #0c181f;
    background: linear-gradient(#0c181f, #095271);
}

.contact-us-page .des {
    margin-top: 12px;
}

.contact-us-page .msg-conainer {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    text-align: center;
}

.contact-us-page .msg-conainer img {
    max-width: 200px;
}

.contact-us-page .msg-conainer p {
    font-size: 15px !important;
    text-align: center !important;
}

.contact-us-page .msg-conainer a {
    font-size: 14px;
    color: #fff;
    line-height: 1.385;
    letter-spacing: .075em;
    margin-top: 10px;
    display: block;
}

.contact-us-page .msg-conainer a:hover {
    color: #a3cee2;
    text-decoration: underline;
}

.contact-us-page .right-bg {
    padding-left: 30px;

}

@media (max-width: 992px) {
    .contact-us-page .right-bg {
        padding-left: 30px;
        position: relative;
        padding-top: 80px;
    }
}

.contact-us-page .clocks-container {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

.contact-us-page .clock-wrapper {
    text-align: center;
    margin-bottom: 5px;
}

.contact-us-page .clock-wrapper h5 {
    margin-bottom: 3px;
    font-weight: 300;
}

.contact-us-page .clock-wrapper h6 {
    margin-top: 3px;
    font-weight: 300;
}

.contact-us-page .clock-wrapper .clock {
    position: relative;
    background: #5d4c36;
    padding-top: 4px;
}

.contact-us-page .clock-wrapper .clock:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
}

.about-us-page p {
    margin-top: 45px;
}

.about-us-page .logo-img {
    margin-top: 45px;
    max-width: 250px;
}

.about-us-page ul.players {
    margin-top: 30px;
    list-style: disc;
    margin-bottom: 40px;
}

.about-us-page ul.players li {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    line-height: 1.714;
    text-align: left;
    letter-spacing: .050em;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.about-us-page ul.players li:before {
    content: '-';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.about-us-page .footer-sec p {
    margin-top: 0;
}

.about-us-page div.default .inner {
    margin-bottom: 100px;
}

.about-us-page div.default .inner hr.about-us-top-hr {
    margin-bottom: 15px;
}

.ethics-security-list {
    width: 100%;
}

.ethics-security-list:after,
.ethics-security-list:before {
    clear: both;
    content: '';
    display: block;
}

.ethics-security-list li.service-item {
    width: calc(50% - 15px);
    float: left;
    height: 420px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: height .3s ease-in-out;
}

.ethics-security-list li.service-item:nth-child(2n) {
    margin-left: 15px;
}

.ethics-security-list li.service-item:nth-child(2n+1) {
    margin-right: 15px;
}

.ethics-security-list li.service-item:nth-child(3),
.ethics-security-list li.service-item:nth-child(4) {
    height: 500px;
}

.ethics-security-list li.service-item .back,
.ethics-security-list li.service-item .front {
    background: #5d4b37;
}

.ethics-security-list li.service-item .back h3,
.ethics-security-list li.service-item .front h3 {
    letter-spacing: .050em;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.714;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ethics-security-list li.service-item .back p,
.ethics-security-list li.service-item .front p {
    text-align: center;
}

.ethics-security-list li.service-item .back .contact-form .controller-group .textarea-control textarea {
    min-height: auto;
}

.ethics-security-list li.service-item .hidden-sec {
    display: none;
}

.ethics-security-list li.service-item .back-sec {
    top: 0;
}

.ethics-security-list li.service-item .front,
.ethics-security-list li.service-item .back,
.ethics-security-list li.service-item .front {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.13);
    height: 300px;
    padding: 30px 50px;
}

.ethics-security-list li.service-item .front p,
.ethics-security-list li.service-item .back p,
.ethics-security-list li.service-item .front p {
    margin-top: 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .050em;
}

.ethics-security-list li.service-item .front .back-content,
.ethics-security-list li.service-item .back .back-content,
.ethics-security-list li.service-item .front .back-content {
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}

.ethics-security-list li.service-item .front {
    background: #0c181f;
    background: linear-gradient(#c6ad91, #73624f);
}

.ethics-security-list li.service-item .front .front-content {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.ethics-security-list li.service-item .front .front-content img {
    width: 100px;
    border: 1px solid #cfcbcb;
    border-radius: 100%;
    background: #fff;
    margin-bottom: 20px;
}

.ethics-security-list li.service-item .front .front-content h3 {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
}

.our-team-page .team-list {
    margin-left: -8px;
    margin-right: -8px;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.our-team-page .team-list li {
    margin-right: 42px;
}

.our-team-page .team-list li:nth-child(4n+4) {
    margin-right: 0;
}

.our-team-page .team-list li a {
    display: block;
    width: 225px;
    height: 300px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-size .5s ease-in-out;
    transition: all .2s ease-in-out;
}

.our-team-page .team-list li a:hover {
    box-shadow: 0 0 10px 0 #0e3a4c;
}

.our-team-page .team-list li:nth-child(1) a {
    background-image: url(img/team/kishore.jpg);
}

.our-team-page .team-list li:nth-child(2) a {
    background-image: url(img/team/gopi.jpg);
}

.our-team-page .team-list li:nth-child(3) a {
    background-image: url(img/team/sashi.jpg);
}

.our-team-page .team-list li:nth-child(4) a {
    background-image: url(img/team/shanthi.jpg);
}

.our-team-page .team-list li:nth-child(5) a {
    background-image: url(img/team/mahesh.jpg);
}

.our-team-page .team-list li:nth-child(6) a {
    background-image: url(img/team/navin.jpg);
}

.our-team-page .team-list li:nth-child(7) a {
    background-image: url(img/team/neha.jpg);
}

.our-team-page .team-list li:nth-child(8) a {
    background-image: url(img/team/sai.jpg);
}

.our-team-page .team-list li:nth-child(9) a {
    background-image: url(img/team/vikram.jpg);
}

.our-team-page .team-list li:nth-child(10) a {
    background-image: url(img/team/bharath.jpg);
}

.our-team-page .team-list li:nth-child(11) a {
    background-image: url(img/team/satish.jpg);
}

.our-team-page .team-list li:nth-child(12) a {
    background-image: url(img/team/maha.jpg);
}

.our-team-page .team-list li:nth-child(13) a {
    background-image: url(img/team/karthik.jpg);
}

.our-team-page .team-list li:nth-child(14) a {
    background-image: url(img/team/ayush.jpg);
}

.our-team-page .team-list li p {
    margin-top: 10px;
}

.our-team-page .team-list li p strong {
    font-weight: 600;
}

.our-team-page .team-list li p.team-des {
    margin-top: 10px;
}

.our-team-page .team-list li p.team-des span {
    display: block;
}

.our-team-page .year-wrapper h3 {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #a5f1ff;
    padding-bottom: 5px;
}

.our-team-page .tab-container {
    margin-top: 100px;
}

.our-team-page .tab-container .tab-head {
    border-bottom: 1px solid #a5f1ff;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.our-team-page .tab-container .tab-head h1 {
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    border-top: 1px solid #a5f1ff;
    border-left: 1px solid #a5f1ff;
    border-bottom: 1px solid #a5f1ff;
    padding: 20px 80px;
    float: left;
    transform: translateY(1px);
    background-image: linear-gradient(#5d4c36, #1b6787);
}

.our-team-page .tab-container .tab-head h1+h1 {
    border-right: 1px solid #a5f1ff;
}

.our-team-page .tab-container .tab-head h1.active {
    background-image: none;
    border-bottom: 1px solid #5d4c36;
}

.our-team-page .tab-container .tab-head h1:first-child {
    margin-left: 30px;
}

.our-team-page .tab-container .tab-content {
    float: left;
    width: 100%;
}

.our-team-page .tab-container .tab-content .tab-content-sec {
    display: none;
}

.our-team-page .tab-container .tab-content .tab-content-sec.active {
    display: block;
}

#careers .row .form-contol {
    margin-bottom: 15px;
}

#careers .row span.yn {
    color: #daf0fa;
    display: inline-block;
}

#careers .row select {
    border: 1px solid #7d664d;
    border-radius: 5px;
    background-color: #ece2d7;
    letter-spacing: .050em;
    padding: 10px 15px;
    display: block;
    font-size: 13px;
    width: 100%;
    margin-bottom: 15px;
    color: #555d60;
    line-height: 1.846;
}

#careers .row label {
    display: inline-block;
}

#careers .row label input {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    vertical-align: middle;
}

#careers .row label span {
    color: #d4d4d4;
    font-size: 15px;
    padding: 0 10px 0 3px;
}

#careers button[disabled] span {
    background-image: url(img/icon/spinner.svg);
    background-size: 25px;
}

#careers #msg {
    width: 100%;
    position: absolute;
    left: 15px;
    height: 47px;
    background: #074f6d;
    bottom: 10px;
    display: none;
}

#careers #msg.hide {
    display: none;
}

#careers #msg p {
    text-align: center;
    margin-top: 13px;
}

#careers .form-inner {
    position: relative;
    height: 100%;
}

#careers .form-inner .front {
    position: relative !important;
}

#careers .form-inner .back {
    position: absolute !important;
    top: 0;
    padding: 15px 20px 10px;
    background: #0c181f;
    background: linear-gradient(#0c181f, #095271);
}

#careers .form-inner .back .msg-conainer {
    position: absolute;
    top: 50%;
    width: calc(100% - 40px);
    transform: translateY(-50%);
    text-align: center;
}

#careers .form-inner .back .msg-conainer p {
    text-align: center;
}

@media (min-width: 576px) {
    body {
        margin: 0;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .container {
        width: 540px;
        max-width: 100%;
    }

    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .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,
    .col-auto,
    .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,
    .col-sm-auto,
    .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,
    .col-md-auto,
    .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,
    .col-lg-auto,
    .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,
    .col-xl-auto {
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-sm {
        -ms-flex-prefer#5d4c36-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        width: 8.333333%;
    }

    .col-sm-2 {
        width: 16.666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.333333%;
    }

    .col-sm-5 {
        width: 41.666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.333333%;
    }

    .col-sm-8 {
        width: 66.666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.333333%;
    }

    .col-sm-11 {
        width: 91.666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .pull-sm-0 {
        right: auto;
    }

    .pull-sm-1 {
        right: 8.333333%;
    }

    .pull-sm-2 {
        right: 16.666667%;
    }

    .pull-sm-3 {
        right: 25%;
    }

    .pull-sm-4 {
        right: 33.333333%;
    }

    .pull-sm-5 {
        right: 41.666667%;
    }

    .pull-sm-6 {
        right: 50%;
    }

    .pull-sm-7 {
        right: 58.333333%;
    }

    .pull-sm-8 {
        right: 66.666667%;
    }

    .pull-sm-9 {
        right: 75%;
    }

    .pull-sm-10 {
        right: 83.333333%;
    }

    .pull-sm-11 {
        right: 91.666667%;
    }

    .pull-sm-12 {
        right: 100%;
    }

    .push-sm-0 {
        left: auto;
    }

    .push-sm-1 {
        left: 8.333333%;
    }

    .push-sm-2 {
        left: 16.666667%;
    }

    .push-sm-3 {
        left: 25%;
    }

    .push-sm-4 {
        left: 33.333333%;
    }

    .push-sm-5 {
        left: 41.666667%;
    }

    .push-sm-6 {
        left: 50%;
    }

    .push-sm-7 {
        left: 58.333333%;
    }

    .push-sm-8 {
        left: 66.666667%;
    }

    .push-sm-9 {
        left: 75%;
    }

    .push-sm-10 {
        left: 83.333333%;
    }

    .push-sm-11 {
        left: 91.666667%;
    }

    .push-sm-12 {
        left: 100%;
    }

    .offset-sm-0 {
        margin-left: 0%;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

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

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    body {
        margin: 0;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .container {
        width: 720px;
        max-width: 100%;
    }

    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .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,
    .col-auto,
    .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,
    .col-sm-auto,
    .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,
    .col-md-auto,
    .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,
    .col-lg-auto,
    .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,
    .col-xl-auto {
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-md {
        -ms-flex-prefer#5d4c36-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        width: 8.333333%;
    }

    .col-md-2 {
        width: 16.666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.333333%;
    }

    .col-md-5 {
        width: 41.666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.333333%;
    }

    .col-md-8 {
        width: 66.666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.333333%;
    }

    .col-md-11 {
        width: 91.666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .pull-md-0 {
        right: auto;
    }

    .pull-md-1 {
        right: 8.333333%;
    }

    .pull-md-2 {
        right: 16.666667%;
    }

    .pull-md-3 {
        right: 25%;
    }

    .pull-md-4 {
        right: 33.333333%;
    }

    .pull-md-5 {
        right: 41.666667%;
    }

    .pull-md-6 {
        right: 50%;
    }

    .pull-md-7 {
        right: 58.333333%;
    }

    .pull-md-8 {
        right: 66.666667%;
    }

    .pull-md-9 {
        right: 75%;
    }

    .pull-md-10 {
        right: 83.333333%;
    }

    .pull-md-11 {
        right: 91.666667%;
    }

    .pull-md-12 {
        right: 100%;
    }

    .push-md-0 {
        left: auto;
    }

    .push-md-1 {
        left: 8.333333%;
    }

    .push-md-2 {
        left: 16.666667%;
    }

    .push-md-3 {
        left: 25%;
    }

    .push-md-4 {
        left: 33.333333%;
    }

    .push-md-5 {
        left: 41.666667%;
    }

    .push-md-6 {
        left: 50%;
    }

    .push-md-7 {
        left: 58.333333%;
    }

    .push-md-8 {
        left: 66.666667%;
    }

    .push-md-9 {
        left: 75%;
    }

    .push-md-10 {
        left: 83.333333%;
    }

    .push-md-11 {
        left: 91.666667%;
    }

    .push-md-12 {
        left: 100%;
    }

    .offset-md-0 {
        margin-left: 0%;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

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

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    body {
        margin: 0;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .container {
        width: 960px;
        max-width: 100%;
    }

    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .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,
    .col-auto,
    .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,
    .col-sm-auto,
    .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,
    .col-md-auto,
    .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,
    .col-lg-auto,
    .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,
    .col-xl-auto {
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-lg {
        -ms-flex-prefer#5d4c36-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        width: 8.333333%;
    }

    .col-lg-2 {
        width: 16.666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.333333%;
    }

    .col-lg-5 {
        width: 41.666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.333333%;
    }

    .col-lg-8 {
        width: 66.666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.333333%;
    }

    .col-lg-11 {
        width: 91.666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .pull-lg-0 {
        right: auto;
    }

    .pull-lg-1 {
        right: 8.333333%;
    }

    .pull-lg-2 {
        right: 16.666667%;
    }

    .pull-lg-3 {
        right: 25%;
    }

    .pull-lg-4 {
        right: 33.333333%;
    }

    .pull-lg-5 {
        right: 41.666667%;
    }

    .pull-lg-6 {
        right: 50%;
    }

    .pull-lg-7 {
        right: 58.333333%;
    }

    .pull-lg-8 {
        right: 66.666667%;
    }

    .pull-lg-9 {
        right: 75%;
    }

    .pull-lg-10 {
        right: 83.333333%;
    }

    .pull-lg-11 {
        right: 91.666667%;
    }

    .pull-lg-12 {
        right: 100%;
    }

    .push-lg-0 {
        left: auto;
    }

    .push-lg-1 {
        left: 8.333333%;
    }

    .push-lg-2 {
        left: 16.666667%;
    }

    .push-lg-3 {
        left: 25%;
    }

    .push-lg-4 {
        left: 33.333333%;
    }

    .push-lg-5 {
        left: 41.666667%;
    }

    .push-lg-6 {
        left: 50%;
    }

    .push-lg-7 {
        left: 58.333333%;
    }

    .push-lg-8 {
        left: 66.666667%;
    }

    .push-lg-9 {
        left: 75%;
    }

    .push-lg-10 {
        left: 83.333333%;
    }

    .push-lg-11 {
        left: 91.666667%;
    }

    .push-lg-12 {
        left: 100%;
    }

    .offset-lg-0 {
        margin-left: 0%;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

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

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }

    .contact-form .controller-group .input-control {
        width: 50%;
    }

    .contact-form .controller-group .input-control:first-child {
        padding-right: 8px;
    }

    .contact-form .controller-group .input-control:last-child {
        padding-left: 8px;
    }
}

@media (min-width: 1200px) {
    body {
        margin: 0;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .container {
        width: 1140px;
        max-width: 100%;
    }

    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .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,
    .col-auto,
    .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,
    .col-sm-auto,
    .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,
    .col-md-auto,
    .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,
    .col-lg-auto,
    .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,
    .col-xl-auto {
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-xl {
        -ms-flex-prefer#5d4c36-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        width: 8.333333%;
    }

    .col-xl-2 {
        width: 16.666667%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.333333%;
    }

    .col-xl-5 {
        width: 41.666667%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.333333%;
    }

    .col-xl-8 {
        width: 66.666667%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.333333%;
    }

    .col-xl-11 {
        width: 91.666667%;
    }

    .col-xl-12 {
        width: 100%;
    }

    .pull-xl-0 {
        right: auto;
    }

    .pull-xl-1 {
        right: 8.333333%;
    }

    .pull-xl-2 {
        right: 16.666667%;
    }

    .pull-xl-3 {
        right: 25%;
    }

    .pull-xl-4 {
        right: 33.333333%;
    }

    .pull-xl-5 {
        right: 41.666667%;
    }

    .pull-xl-6 {
        right: 50%;
    }

    .pull-xl-7 {
        right: 58.333333%;
    }

    .pull-xl-8 {
        right: 66.666667%;
    }

    .pull-xl-9 {
        right: 75%;
    }

    .pull-xl-10 {
        right: 83.333333%;
    }

    .pull-xl-11 {
        right: 91.666667%;
    }

    .pull-xl-12 {
        right: 100%;
    }

    .push-xl-0 {
        left: auto;
    }

    .push-xl-1 {
        left: 8.333333%;
    }

    .push-xl-2 {
        left: 16.666667%;
    }

    .push-xl-3 {
        left: 25%;
    }

    .push-xl-4 {
        left: 33.333333%;
    }

    .push-xl-5 {
        left: 41.666667%;
    }

    .push-xl-6 {
        left: 50%;
    }

    .push-xl-7 {
        left: 58.333333%;
    }

    .push-xl-8 {
        left: 66.666667%;
    }

    .push-xl-9 {
        left: 75%;
    }

    .push-xl-10 {
        left: 83.333333%;
    }

    .push-xl-11 {
        left: 91.666667%;
    }

    .push-xl-12 {
        left: 100%;
    }

    .offset-xl-0 {
        margin-left: 0%;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

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

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (max-width: 1420px) {
    body {
        margin: 0;
    }
}

@media (max-width: 1366px) {
    body {
        margin: 0;
    }
}

@media (max-width: 1200px) {
    body {
        margin: 0;
    }

    .service-list li.service-item {
        /* height: 600px; */
    }

    .contact-us-page .clocks-container {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .ethics-security-list li.service-item {
        height: 500px;
    }

    .ethics-security-list li.service-item:nth-child(3),
    .ethics-security-list li.service-item:nth-child(4) {
        height: 600px;
    }

    .our-team-page .tab-container .tab-head h1 {
        padding: 20px 20px;
    }

    .our-team-page .tab-container .tab-head h1:first-child {
        margin-left: 0;
    }
}

@media (max-width: 1176px) {
    body {
        margin: 0;
    }
}

@media (max-width: 1024px) {
    body {
        margin: 0;
    }
}

@media (max-width: 992px) {
    body {
        margin: 0;
    }

    .footer-sec {
        padding: 0 16px 50px;
    }

    .footer-sec .footer-bottom .footer-logo {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-sec .footer-bottom .footer-contact {
        width: 50%;
        float: left;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-sec .footer-bottom .footer-contact ul {
        text-align: left;
    }

    .service-list li.service-item {
        min-height: 450px;
        height: 100%;
        width: 100%;
    }

    .service-list li.service-item .front,
    .service-list li.service-item .back,
    .service-list li.service-item .front {
        padding: 15px 10px;
    }

    .service-list li.service-item .back .front-1,
    .service-list li.service-item .back .back-1 {
        padding: 30px 20px;
    }

    .contact-us-page .left-bg {
        height: 650px;
    }

    .ethics-security-list li.service-item {
        width: calc(100%);
        height: 280px;
        margin-right: 0;
        margin-left: 0;
    }

    .ethics-security-list li.service-item:first-child {
        height: 220px;
    }

    .ethics-security-list li.service-item:nth-child(2n) {
        margin-left: 0;
    }

    .ethics-security-list li.service-item:nth-child(2n+1) {
        margin-right: 0;
    }

    .ethics-security-list li.service-item:nth-child(3),
    .ethics-security-list li.service-item:nth-child(4) {
        height: 320px;
    }

    .ethics-security-list li.service-item .front,
    .ethics-security-list li.service-item .back,
    .ethics-security-list li.service-item .front {
        padding: 30px 20px;
    }
}

@media (max-width: 991px) {
    body {
        margin: 0;
    }
}

@media (max-width: 960px) {
    body {
        margin: 0;
    }
}

@media (max-width: 784px) {
    body {
        margin: 0;
    }
}

@media (max-width: 768px) {
    body {
        margin: 0;
    }

    div.default .inner .inner-contents .logo {
        margin-top: 20px;
    }

    .footer-sec {
        padding: 0 32px 50px;
    }

    .footer-sec .footer-bottom {
        text-align: center;
        padding-top: 30px;
    }

    .service-list li.service-item {
        width: calc(100%);
    }

    .service-list li.service-item {
        /* height: 350px; */
        padding: 30px 20px;
    }

    .service-list li.service-item {
        /* height: 410px; */
    }

    .service-list li.service-item:nth-child(2n) {
        margin-left: 0;
    }

    .service-list li.service-item:nth-child(2n+1) {
        margin-right: 0;
    }

    .service-list li.service-item .back,
    .service-list li.service-item .front {
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
    }

    .service-list li.service-item .front,
    .service-list li.service-item .back,
    .service-list li.service-item .front {
        padding: 15px 10px;
    }

    .service-list li.service-item .back .front-1,
    .service-list li.service-item .back .back-1 {
        padding: 15px 20px;
    }

    .service-list li.service-item.request-service {
        height: 420px;
    }

    .contact-us-page .right-bg {
        padding-left: 15px;
    }

    .ethics-security-list li.service-item {
        height: 380px;
    }

    .ethics-security-list li.service-item.height {
        height: 200px !important;
    }

    .ethics-security-list li.service-item:first-child {
        height: 260px;
    }

    .ethics-security-list li.service-item:nth-child(3),
    .ethics-security-list li.service-item:nth-child(4) {
        height: 400px;
    }

    .ethics-security-list li.service-item .back,
    .ethics-security-list li.service-item .front {
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
    }

    .ethics-security-list li.service-item .front,
    .ethics-security-list li.service-item .back,
    .ethics-security-list li.service-item .front {
        padding: 30px 20px;
    }
}

@media (max-width: 725px) {
    body {
        margin: 0;
    }
}

@media (max-width: 544px) {
    body {
        margin: 0;
    }



    div.default .inner .inner-contents .logo {
        text-align: center;
    }

    .footer-sec .footer-bottom .footer-logo img {
        max-width: 250px;
    }

    .footer-sec .footer-bottom .footer-contact {
        width: 100%;
        margin-top: 20px;
    }

    .footer-sec .footer-bottom p {
        text-align: center;
    }

    .footer-sec .footer-bottom .row:nth-child(2) img {
        margin-bottom: 20px;
    }

    .service-list li.service-item {
        /* height: 590px; */
    }

    .service-list li.service-item.qrc-support {
        height: 500px;
    }

    .ethics-security-list li.service-item {
        height: 580px;
    }

    .ethics-security-list li.service-item:first-child {
        height: 440px;
    }

    .ethics-security-list li.service-item:nth-child(3) {
        height: 550px;
    }

    .ethics-security-list li.service-item:nth-child(4) {
        height: 850px;
    }

    .our-team-page .tab-container .tab-head {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .our-team-page .tab-container .tab-head h1 {
        width: 50%;
        text-align: center;
        line-height: 1.4;
        font-size: 15px;
        padding: 10px 20px !important;
    }
}

@media (max-width: 500px) {
    body {
        margin: 0;
    }
}

@media (max-width: 430px) {
    body {
        margin: 0;
    }
}

@media (max-width: 330px) {
    body {
        margin: 0;
    }
}

@media screen and (max-width: 1176px) {
    ul.home_ul {
        width: 784px;
    }

    .container {
        margin-top: 50px !important;
    }

    .footer {
        margin-top: 50px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .large .inner {
        width: 80%;
    }

    .team ul li:nth-child(4n+4) {
        margin-right: 5px;
    }

    .team ul li {
        margin-left: 8px;
        margin-right: 8px;
        display: inline-block;
        float: none;
    }

    .team ul {
        text-align: center;
    }

    .our-team-page .team-list li {
        margin-left: 8px;
        margin-right: 8px;
        display: inline-block;
        float: none;
    }
}

@media screen and (max-width: 960px) {
    .about_div .inner {
        width: 80%;
    }
}

@media screen and (max-width: 784px) {
    .large h1 {
        font-size: 60px;
    }

    .large h2 {
        font-size: 25px;
    }

    ul.home_ul {
        width: 392px;
    }

    .container {
        margin-top: 30px !important;
    }

    .footer {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 725px) {
    .large h1 {
        font-size: 50px;
    }

    .large h2 {
        font-size: 22px;
    }

    .landman_tab_content {
        min-height: inherit;
    }

    .landman_content p {
        width: 80%;
        margin: auto;
    }
}

@media screen and (max-width: 500px) {
    .large h1 {
        font-size: 40px;
    }

    .large h2 {
        font-size: 20px;
    }

    #logo {
        width: 200px;
        background-size: 100%;
    }

    .header {
        height: 90px;
    }

    #menu_icn {
        margin-top: 2px;
    }

    .large h1 {
        font-size: 50px;
    }

    .large p {
        font-size: 13px;
        line-height: 20px;
    }

    .landman_banner {
        background-image: url(img/leatherbound-logo.png), url(img/bg.svg);
        background-size: 57%, cover;
        height: 300px;
    }
}

@media screen and (max-width: 430px) {
    ul.home_ul {
        width: 100%;
    }

    ul.home_ul li {
        display: inline-block;
        float: none !important;
        margin: 10px;
    }

    ul.home_ul li img {
        border: 1px solid #d4d4d4;
        width: 270px;
    }

    ul.home_ul li a {
        height: 111px;
    }

    ul.menu_ul li a {
        width: 250px;
        font-size: 13px;
        line-height: 22px;
    }

    .landman_tab_content {
        width: auto;
        margin: 0 35px;
    }

    .landman_tab_content span {
        display: none;
    }

    .landman_tab_content a {
        padding: 15px 15px;
        text-align: center;
        height: auto;
    }

    .landman_tab_content a {
        padding: 15px 10px;
        font-size: 14px;
    }

    .landman_tab_div {
        margin-top: 30px;
    }

    .login_box {
        /* width: 300px; */
    }

    .login_box .profie_ic {
        margin-top: 10px;
    }

    .login_box button {
        margin-bottom: 20px;
        /* width: 250px; */
    }

    .login_box input {
        width: 250px;
    }

    .login_logo img {
        /* width: 90%; */
    }

    .login_logo {
        /* height: 150px; */
    }
}

@media screen and (max-width: 330px) {
    #logo {
        width: 190px;
        background-size: 100%;
    }
}

@media (max-width: 600px) {
    .our-team-page .team-list {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 860px) {
    .our-team-page .tab-container .tab-head h1 {
        font-size: 20px;
        padding: 10px 20px;
        border-right: 1px solid #a5f1ff !important;
    }

    .our-team-page .tab-container .tab-head h1.active {
        border-bottom: 1px solid #a5f1ff;
    }
}

@media (max-width: 786px) {
    .our-team-page .tab-container .tab-head h1 {
        font-size: 15px;
        padding: 10px 10px;
    }
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {

    /* IE10+ specific styles go here */
    .landman_banner {
        background-image: url(img/landman_ic.png), url(img/bg.png);
    }

    #landman_close {
        background-image: url(img/icon/rabbit.png);
    }

    .contact-us-page .left-bg .front,
    .contact-us-page .left-bg .back {
        background: url(img/bg.png);
    }

    form input,
    form textarea,
    #careers input,
    #careers textarea,
    form select {
        padding: 10px 15px 16px;
    }

    input[type="file"] {
        height: 40px;
        padding: 0 !important;
        border: 1px solid #7d664d;
        border-radius: 5px;
        background-color: #ece2d7;
    }
}


.about-us-content {
    text-transform: none !important;

}

.about-us-content b {
    text-transform: uppercase;
}

.landman_div {
    min-height: 100vh;
}

/* resource_list */
.resource_list {
    display: flex;
    flex-wrap: wrap;
}

.resource_page_top_content {
    padding-top: 100px;
}

.resource_list li {
    width: calc(100% / 2 - 15px);
    padding-bottom: 30px;
}

.resource_list li a {
    background: linear-gradient(#c6ad91, #73624f);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    min-height: 100%;
    text-decoration: none;
}

.resource_list li a figure {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100%;
    border: 1px solid #cfcbcb;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.resource_list li a figure img {
    display: block;
    width: 100%;
    max-width: 45px;
}

.resource_list li a h3 {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;

    letter-spacing: .050em !important;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;

    max-width: 250px;
    margin: 0 auto;
    width: 100%;
}

.resource_list li a p {
    padding-top: 40px;
    line-height: 22px !important;
}

.resource_list li:nth-child(2n+1) {
    margin-right: 15px;
}

.resource_list li:nth-child(2n) {
    margin-left: 15px;
}

@media(max-width: 768px) {
    .resource_list li {
        width: 100%;
        padding-bottom: 30px;
    }

    .resource_list li:nth-child(2n+1) {
        margin-right: 0;
    }

    .resource_list li:nth-child(2n) {
        margin-left: 0;
    }

    .resource_list li a {
        min-height: 300px;
    }

    .resource_page_top_content {
        padding-top: 40px;
    }

    .resource_list li a h3 {
        font-size: 14px;
    }
}

.login_box .msgs p.show-sgm {

    top: 0;
    opacity: 1;

}

p a:hover {
    color: #af997f !important;
}

.cnt_adrs {
    /* display: flex;
    fldi */
    margin-top: 20px;
}

.cnt_adrs ul {
    display: flex;
}

.cnt_adrs li {
    color: #fff;
    width: calc(100% / 3);
    font-size: 14px;
}

@media(max-width: 992px) {
    .cnt_adrs ul {
        flex-wrap: wrap;
    }

    .cnt_adrs li {
        padding-bottom: 20px;
        width: calc(100% / 1);
    }
}

@media screen and (max-width: 500px) {
    .large .inner {
        width: 90%;
    }

    .resource_list li a {
        padding: 15px;
    }
}