*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}

a {
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    overflow-y: scroll;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    line-height: normal;
}

body {
    margin: 0;
}

iframe {
    border-style: none;
    border: none;
    width: inherit;
    display: block;
    position: relative;
}

a:focus {
    outline: none;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: normal;
    -webkit-appearance: none;
}

blockquote {
    margin: 0;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    border-style: none;
    height: 2px;
    background: #e6e6e6;
    margin: 1.5em 0;
    width: 80%;
}

mark {
    background: #ff0;
    color: #000;
}

p,
pre {
    margin: 1em 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl,
menu,
ol,
ul {
    margin: 0;
}

dd {
    margin: 0;
}

menu,
ol,
ul {
    padding: 0;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid gray;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-style: none;
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

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

.container:before,
.container:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}

.container:after {
    clear: both;
}

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

.row:before,
.row:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}

.row:after {
    clear: both;
}

@media screen and (max-width: 1023px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cell {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 15px;
}

@media screen and (max-width: 1023px) {
    .cell {
        padding: 0 10px;
    }
}

.cell.parent {
    padding: 0;
}

body {
    font-size: 16px;
    font-family: 'Lato', sans-serif, Arial, Helvetica, sans-serif;
    line-height: 1.3;
    font-weight: normal;
    color: #373737;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PT Serif', serif;
    color: #000000;
    font-weight: 700;
}

h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 30px;
}

@media (max-width: 1000px) {
    h1 {
        font-size: 40px;
    }
}

@media (max-width: 960px) {
    h1 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

@media (max-width: 640px) {
    h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }
}

h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 25px;
}

@media screen and (max-width: 960px) {
    h2 {
        font-size: 30px;
    }
}

@media (max-width: 640px) {
    h2 {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
}

h3 {
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 15px;
}

@media screen and (max-width: 960px) {
    h3 {
        font-size: 24px;
    }
}

@media (max-width: 640px) {
    h3 {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
}

h4 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 15px;
}

@media (max-width: 640px) {
    h4 {
        font-size: 20px;
        line-height: 1.2;
    }
}

h5 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
}

@media (max-width: 640px) {
    h5 {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
}

h6 {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 15px;
}

@media (max-width: 960px) {
    h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media (max-width: 640px) {
    h6 {
        font-size: 14px;
    }
}

p,
span,
label,
li {
    color: #373737;
    font-weight: 400;
    line-height: 1.4;
}

p {
    font-size: 16px;
    line-height: 1.4;
    margin: 20px 0;
    font-weight: 300;
}

@media (max-width: 640px) {
    p {
        margin: 12px 0;
    }
}

p p,
p a,
p span,
p label,
p em {
    font-size: 100%;
    margin: 0;
    color: inherit;
}

p b,
p strong {
    font-weight: 700;
}

p i,
p em {
    font-style: italic;
}

a {
    color: inherit;
    margin: 0;
}

a:hover {
    text-decoration: underline;
}

a span {
    color: inherit;
    font-weight: inherit;
}

span,
label,
a {
    display: inline-block;
}

blockquote {
    padding: 0;
    position: relative;
    margin: 25px 0;
}

@media screen and (max-width: 767px) {
    blockquote {
        margin: 20px 0;
    }
}

blockquote p {
    font-size: 22px;
    margin: 0;
    font-style: italic;
    position: relative;
}

@media (max-width: 960px) {
    blockquote p {
        font-size: 18px;
    }
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
textarea,
select {
    vertical-align: middle;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    border-style: none;
    border: 1px solid #dcdcdc;
    color: #373737;
    width: 100%;
    line-height: 48px;
    padding: 0 15px;
    margin-bottom: 20px;
    vertical-align: middle;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    background: #f1f0f3;
}

input[type="text"]:active,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="email"]:active,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="password"]:active,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="search"]:active,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:active,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="url"]:active,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="number"]:active,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="date"]:active,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="time"]:active,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="datetime"]:active,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:active,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="week"]:active,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="month"]:active,
input[type="month"]:hover,
input[type="month"]:focus,
textarea:active,
textarea:hover,
textarea:focus,
select:active,
select:hover,
select:focus {
    border-color: #bc9d6e;
    background: white;
}

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="url"]:disabled,
input[type="number"]:disabled,
input[type="date"]:disabled,
input[type="time"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="week"]:disabled,
input[type="month"]:disabled,
textarea:disabled,
select:disabled {
    background: #dcdcdc;
}

textarea {
    line-height: 1.2;
    padding-top: 15px;
}

button[type="submit"],
input[type="submit"] {
    font-size: 16px;
    border-style: none;
    background: #bc9d6e;
    color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 15px 30px;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
    outline: none;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

button[type="submit"]:hover,
input[type="submit"]:hover {
    background: #a9854e;
}

select {
    height: auto;
    line-height: normal;
    outline: none;
}

textarea {
    height: 150px;
    line-height: 1.5;
    padding-top: 15px;
    margin-bottom: 20px;
}

input[type="radio"],
input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    margin-bottom: 0;
    margin-right: 4px;
    vertical-align: top;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: white;
    line-height: normal;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    color: #bc9d6e;
}

input[type="radio"] {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

input[type="checkbox"]:checked:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 12px;
    left: 1px;
    text-align: center;
    width: 12px;
    color: #bc9d6e;
}

input[type="checkbox"]:checked:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
}

input[type="radio"]:checked:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #bc9d6e;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: 2px;
    margin-left: 2px;
}

input[type="radio"]:checked:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
}

.button,
.button2,
.button3,
.button-white {
    background: #bc9d6e;
    color: white;
    display: inline-block;
    padding: 20px 30px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 1;
}

@media (max-width: 640px) {

    .button,
    .button2,
    .button3,
    .button-white {
        padding: 16px 25px;
    }
}

.button:hover,
.button2:hover,
.button3:hover,
.button-white:hover {
    color: white;
    background: #a9854e;
    text-decoration: none;
}

.button:hover .btn-arrow img,
.button2:hover .btn-arrow img,
.button3:hover .btn-arrow img,
.button-white:hover .btn-arrow img {
    margin-left: 10px;
}

@media (max-width: 640px) {

    .button:hover .btn-arrow img,
    .button2:hover .btn-arrow img,
    .button3:hover .btn-arrow img,
    .button-white:hover .btn-arrow img {
        margin-left: 0;
    }
}

.button3 {
    background-color: #14233c;
}

.button3:hover {
    color: white;
    background: #070d16;
    text-decoration: none;
}

.btn-arrow {
    width: 50px;
    padding-left: 10px;
    transition: all 0.3;
    -moz-transition: all 0.3;
    -webkit-transition: all 0.3;
    -o-transition: all 0.3;
    -webkit-transition-timing-function: ease;
    line-height: 1;
}

@media (max-width: 1023px) {
    .btn-arrow {
        width: 42px;
        padding-left: 5px;
    }
}

@media (max-width: 640px) {
    .btn-arrow {
        width: auto;
    }
}

.btn-arrow img {
    vertical-align: top;
    height: 14px;
    width: auto;
    display: inline-block;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
}

@media (max-width: 1023px) {
    .btn-arrow img {
        height: 10px;
        width: auto;
    }
}

.button-white {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.button-white:hover {
    background: rgba(255, 255, 255, 0.25);
    color: white;
}

.button2 {
    background: #bc8e47;
}

.button2:hover {
    color: white;
    background: #987238;
    text-decoration: none;
}

.button-tdu {
    color: #000000;
    font-weight: 700;
    display: inline-block;
    text-decoration: underline;
}

.button-tdu:hover {
    color: #bc9d6e;
}

ul li {
    list-style: none;
}

.alignleft {
    display: inline;
    float: left;
    margin-top: 20px;
    margin-right: 30px;
}

.alignright {
    display: inline;
    float: right;
    margin-top: 20px;
    margin-left: 30px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {

    .alignleft,
    .alignright,
    .aligncenter {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
}

body {
    overflow: hidden;
    text-rendering: optimizeLegibility;
    counter-reset: item;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
}

.main-body {
    background: white;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
            not supported by any browser */
}

.big-title {
    font-size: 48px;
}

@media (max-width: 1023px) {
    .big-title {
        font-size: 42px;
    }
}

@media (max-width: 960px) {
    .big-title {
        font-size: 38px;
    }
}

@media (max-width: 640px) {
    .big-title {
        font-size: 28px;
    }
}

.big-p p {
    font-size: 20px;
}

@media (max-width: 767px) {
    .big-p p {
        font-size: 18px;
    }
}

.container-big {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width: 1023px) {
    .container-big {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .container-big {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width: 1023px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.container-small {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 30px;
}

@media (max-width: 767px) {
    .container-small {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.container-smaller {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
    padding: 0 30px;
}

@media (max-width: 767px) {
    .container-smaller {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.container-xs {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 30px;
    padding: 0 30px;
}

@media (max-width: 767px) {
    .container-xs {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
    color: transparent;
    background: #bc8e47;
    background: -moz-linear-gradient(left, #bc8e47 0%, #bc9d6e 100%);
    background: -webkit-linear-gradient(left, #bc8e47 0%, #bc9d6e 100%);
    background-clip: border-box;
    background: linear-gradient(left, #bc8e47 0%, #bc9d6e 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.the-content h2,
.the-content h3,
.the-content h4 {
    margin-top: 30px;
}

.the-content h5,
.the-content h6 {
    margin-top: 20px;
}

.the-content p,
.the-content span,
.the-content label,
.the-content li {
    font-weight: 400;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
}

@media (max-width: 960px) {

    .the-content p,
    .the-content span,
    .the-content label,
    .the-content li {
        font-size: 18px;
        line-height: 1.5;
    }
}

.the-content p a {
    text-decoration: underline;
    display: inline;
}

.the-content p a:hover {
    color: #bc9d6e;
}

.the-content ul,
.the-content ol {
    position: relative;
    margin: 20px 0;
    overflow: hidden;
    clear: both;
    display: block;
}

@media screen and (max-width: 480px) {

    .the-content ul,
    .the-content ol {
        margin: 15px 0;
    }
}

.the-content ul li:before,
.the-content ol li:before {
    display: block;
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: 0;
}

.the-content li {
    margin: 10px 0;
    display: block;
    position: relative;
    padding-left: 35px;
}

.the-content li strong {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.the-content ul li:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 20px;
    color: #bc9d6e;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 6px;
    right: auto;
    bottom: auto;
    left: 0;
    font-weight: 900;
}

.the-content ol li {
    counter-increment: my-counter;
}

.the-content ol li:before {
    content: counter(my-counter) ".";
    color: #bc9d6e;
    display: block;
    position: absolute;
    left: 0;
    font-weight: 800;
}

.the-content li a {
    text-decoration: underline;
}

.the-content li a:hover {
    color: #bc9d6e;
}

.the-content table {
    width: 100%;
    border-collapse: separate;
    margin: 30px 0;
}

@media (max-width: 767px) {
    .the-content thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
}

.the-content table th {
    background-color: #14233c;
    color: white;
    padding: 10px;
    font-size: 14px;
    line-height: 1.1;
    text-align: left;
}

.the-content tr:first-child td,
.the-content tr:first-child th {
    padding-left: 15px;
}

@media (max-width: 960px) {

    .the-content tr:first-child td,
    .the-content tr:first-child th {
        padding-left: 10px;
    }
}

@media (max-width: 767px) {

    .the-content tr:first-child td,
    .the-content tr:first-child th {
        padding: 11px 10px 11px 150px;
    }
}

@media (max-width: 767px) {
    .the-content tr {
        display: block;
        padding: 0;
        background-color: #f1f0f3;
        border-top: 1px solid #dcdcdc;
    }
}

.the-content td,
.the-content th {
    vertical-align: top;
}

.the-content table td {
    padding: 15px 10px;
    font-size: 15px;
    line-height: 1.1;
    background-color: #f1f0f3;
}

@media (max-width: 960px) {
    .the-content table td {
        font-size: 14px;
        padding: 10px 5px;
    }
}

@media (max-width: 767px) {
    .the-content table td {
        display: block;
        font-size: .9em;
        text-align: left;
        padding: 11px 10px 11px 150px;
        border: 1px solid #dcdcdc;
        border-top: none;
        position: relative;
    }

    .the-content table td:before {
        content: attr(data-label) ":";
        display: block;
        font-weight: bold;
        line-height: 1.2;
        position: absolute;
        left: 0;
        width: 145px;
        left: 0;
        text-align: left;
        background: #14233c;
        padding: 8px 5px;
        color: white;
        top: 0;
        height: 100%;
    }
}

.the-content table td p {
    margin: 0;
    font-size: 15px;
    line-height: 1.2;
}

@media (max-width: 960px) {
    .the-content table td p {
        font-size: 14px;
    }
}

.the-content table td strong {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
}

.the-content tbody td {
    border-top: 1px solid #dcdcdc;
}

.the-content tbody tr:first-child td {
    border-top: none;
}

.the-content iframe {
    width: 620px;
    height: 340px;
}

@media (max-width: 1023px) {
    .the-content iframe {
        width: 100%;
    }
}

@media (max-width: 960px) {
    .the-content iframe {
        height: 280px;
    }
}

@media (max-width: 767px) {
    .the-content iframe {
        width: 480px;
        height: 276px;
    }
}

@media screen and (max-width: 520px) {
    .the-content iframe {
        width: 280px;
        height: 200px;
    }
}

.info-pop {
    position: relative;
}

.info-pop:hover .pop-top {
    display: block;
}

.info-pop:hover i {
    color: #bc9d6e;
}

.info-pop i {
    font-size: 15px;
    color: #14233c;
    margin-left: 5px;
}

span.pop-top {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -120px;
    width: 240px;
    font-size: 13px;
    line-height: 1.2;
    background-color: #f4f4f5;
    padding: 15px 20px;
    -webkit-box-shadow: 0px 0px 9px 1px rgba(131, 131, 131, 0.33);
    -moz-box-shadow: 0px 0px 9px 1px rgba(131, 131, 131, 0.33);
    box-shadow: 0px 0px 9px 1px rgba(131, 131, 131, 0.33);
    display: none;
    color: #373737;
}

ul.check-list {
    position: relative;
    margin: 20px 0;
    overflow: hidden;
    clear: both;
    display: block;
}

@media screen and (max-width: 480px) {
    ul.check-list {
        margin: 15px 0;
    }
}

ul.check-list li {
    margin: 5px 0;
    display: block;
    position: relative;
    padding-left: 25px;
}

ul.check-list li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #bc9d6e;
    display: block;
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: 0;
}

.svg img.svg {
    display: block;
}

img.svg {
    display: none;
}

.svg img.normal {
    display: none;
}

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

.right {
    float: right;
}

.left {
    float: left;
}

.t-right {
    display: table;
    margin: 0 0 0 auto;
}

.show {
    display: block !important;
}

.hide {
    display: none;
}

.box-padding {
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 960px) {
    .box-padding {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .box-padding {
        padding-left: 0;
        padding-right: 0;
    }
}

.p-t-xxl {
    padding-top: 120px;
}

@media screen and (max-width: 1365px) {
    .p-t-xxl {
        padding-top: 90px;
    }
}

@media screen and (max-width: 767px) {
    .p-t-xxl {
        padding-top: 50px;
    }
}

.p-t-xl {
    padding-top: 90px;
}

@media screen and (max-width: 960px) {
    .p-t-xl {
        padding-top: 50px;
    }
}

.p-b-xl {
    padding-bottom: 90px;
}

@media screen and (max-width: 960px) {
    .p-b-xl {
        padding-bottom: 50px;
    }
}

.p-b-xxl {
    padding-bottom: 120px;
}

@media screen and (max-width: 1365px) {
    .p-b-xxl {
        padding-bottom: 90px;
    }
}

@media screen and (max-width: 767px) {
    .p-b-xxl {
        padding-bottom: 50px;
    }
}

.p-v-xxl {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media screen and (max-width: 1365px) {
    .p-v-xxl {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media screen and (max-width: 960px) {
    .p-v-xxl {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media screen and (max-width: 767px) {
    .p-v-xxl {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.p-v-xl {
    padding-top: 90px;
    padding-bottom: 90px;
}

@media screen and (max-width: 960px) {
    .p-v-xl {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.p-v-lm {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 960px) {
    .p-v-lm {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.p-v-ml {
    padding-top: 25px;
    padding-bottom: 25px;
}

@media screen and (max-width: 960px) {
    .p-v-ml {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.p-l-ml {
    padding-left: 25px;
}

.p-r-ml {
    padding-right: 25px;
}

.p-l-lm {
    padding-left: 50px;
}

@media screen and (max-width: 767px) {
    .p-l-lm {
        padding-left: 30px;
    }
}

@media screen and (max-width: 730px) {
    .p-l-lm {
        padding-left: 0;
    }
}

.p-r-lm {
    padding-right: 50px;
}

@media screen and (max-width: 767px) {
    .p-r-lm {
        padding-right: 30px;
    }
}

@media screen and (max-width: 730px) {
    .p-r-lm {
        padding-right: 0;
    }
}

.p-t-m {
    padding-top: 20px;
}

.p-m {
    padding: 20px;
}

.m-v-xxl {
    margin-top: 120px;
    margin-bottom: 120px;
}

@media screen and (max-width: 1365px) {
    .m-v-xxl {
        margin-top: 90px;
        margin-bottom: 90px;
    }
}

@media screen and (max-width: 767px) {
    .m-v-xxl {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.m-v-xl {
    margin-top: 90px;
    margin-bottom: 90px;
}

@media screen and (max-width: 960px) {
    .m-v-xl {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 480px) {
    .m-v-xl {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.m-v-lm {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
    .m-v-lm {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.m-v-l {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
    .m-v-l {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.m-v-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
    .m-v-60 {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

.m-b-70 {
    margin-bottom: 70px;
}

@media screen and (max-width: 960px) {
    .m-b-70 {
        margin-bottom: 90px;
    }
}

.m-t-xxl {
    margin-top: 120px;
}

@media screen and (max-width: 1365px) {
    .m-t-xxl {
        margin-top: 90px;
    }
}

@media screen and (max-width: 767px) {
    .m-t-xxl {
        margin-top: 50px;
    }
}

.m-t-100 {
    margin-top: 100px;
}

@media screen and (max-width: 960px) {
    .m-t-100 {
        margin-top: 60px;
    }
}

.m-t-xl {
    margin-top: 90px;
}

@media screen and (max-width: 960px) {
    .m-t-xl {
        margin-top: 50px;
    }
}

.m-b-xl {
    margin-bottom: 90px;
}

@media screen and (max-width: 960px) {
    .m-b-xl {
        margin-bottom: 30px;
    }
}

.m-b-xxl {
    margin-bottom: 120px;
}

@media screen and (max-width: 1365px) {
    .m-b-xxl {
        margin-bottom: 90px;
    }
}

@media screen and (max-width: 767px) {
    .m-b-xxl {
        margin-bottom: 50px;
    }
}

.m-t-lm {
    margin-top: 50px;
}

@media screen and (max-width: 960px) {
    .m-t-lm {
        margin-top: 30px;
    }
}

.m-b-lm {
    margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
    .m-b-lm {
        margin-bottom: 30px;
    }
}

.m-t-l {
    margin-top: 30px;
}

@media screen and (max-width: 960px) {
    .m-t-l {
        margin-top: 20px;
    }
}

.m-t-m {
    margin-top: 20px;
}

.m-b-m {
    margin-bottom: 20px;
}

.m-b-l {
    margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
    .m-b-l {
        margin-bottom: 20px;
    }
}

.m-t-0 {
    margin-top: 0;
}

.m-0 {
    margin: 0;
}

.m-0 a,
.m-0 p {
    margin: 0;
}

.a-tdu {
    text-decoration: underline;
}

.ovh:before,
.ovh:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}

.ovh:after {
    clear: both;
}

.cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.ttu {
    text-transform: uppercase;
}

.relative {
    position: relative;
}

.table {
    display: table;
    height: 100%;
    width: 100%;
}

.table_cell {
    display: table-cell;
    vertical-align: middle;
}

.top {
    vertical-align: top;
}

.bottom {
    vertical-align: bottom;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.flex-row {
    -webkit-flex-direction: row;
    flex-direction: row;
}

.row-reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

.align-self-center {
    -ms-flex-item-align: center;
    align-self: center;
}

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

.justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-justify-center {
    justify-content: center;
}

.flex-bottom {
    align-items: flex-end;
}

.greyscale {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.white-box {
    background-color: white;
}

.white-opacity {
    background-color: rgba(255, 255, 255, 0.1);
}

.grey-box {
    background-color: #f1f0f3;
}

.grey-box2 {
    background-color: #f4f4f5;
}

.grey-box3 {
    background-color: #f7f7f7;
}

.green-text {
    color: #bc9d6e;
}

.gradient-blue {
    background: #427cef;
    background: -webkit-linear-gradient(#1779d7 0%, #5c8eef 100%);
    background: -o-linear-gradient(#1779d7 0%, #5c8eef 100%);
    background: linear-gradient(#1779d7 0%, #5c8eef 100%);
}

.dark-blue {
    background-color: #14233c;
}

.grey-gradient {
    background: #eff0f0;
    background: -moz-linear-gradient(top, #eff0f0 0%, #f6f7fa 100%);
    background: -webkit-linear-gradient(top, #eff0f0 0%, #f6f7fa 100%);
    background: linear-gradient(to bottom, #eff0f0 0%, #f6f7fa 100%);
}

.gradient-text {
    color: transparent;
    background: #bc8e47;
    background: -moz-linear-gradient(left, #bc8e47 0%, #bc9d6e 100%);
    background: -webkit-linear-gradient(left, #bc8e47 0%, #bc9d6e 100%);
    background-clip: border-box;
    background: linear-gradient(left, #bc8e47 0%, #bc9d6e 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shadow-left {
    -webkit-box-shadow: -9px 0px 14px 5px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: -9px 0px 14px 5px rgba(0, 0, 0, 0.13);
    box-shadow: -9px 0px 14px 5px rgba(0, 0, 0, 0.13);
}

.shadow-box {
    -webkit-box-shadow: 0px 0px 9px 1px rgba(131, 131, 131, 0.33);
    -moz-box-shadow: 0px 0px 9px 1px rgba(131, 131, 131, 0.33);
    box-shadow: 0px 0px 9px 1px rgba(131, 131, 131, 0.33);
}

.shadow-box2 {
    -webkit-box-shadow: 0px 0px 19px 23px rgba(131, 131, 131, 0.1);
    -moz-box-shadow: 0px 0px 19px 23px rgba(131, 131, 131, 0.1);
    box-shadow: 0px 0px 19px 23px rgba(131, 131, 131, 0.1);
}

.white-txt p,
.white-txt span,
.white-txt a,
.white-txt h1,
.white-txt h2,
.white-txt h3,
.white-txt h4,
.white-txt h5,
.white-txt h6,
.white-txt li {
    color: white;
}

.list-unknown li:first-child:nth-last-child(1) {
    width: 100%;
}

.list-unknown li:first-child:nth-last-child(2),
.list-unknown li:first-child:nth-last-child(2)~li {
    width: 50%;
}

.list-unknown li:first-child:nth-last-child(3),
.list-unknown li:first-child:nth-last-child(3)~li {
    width: 33.3333%;
}

.list-unknown li:first-child:nth-last-child(4),
.list-unknown li:first-child:nth-last-child(4)~li {
    width: 25%;
}

.list-unknown li:first-child:nth-last-child(5),
.list-unknown li:first-child:nth-last-child(5)~li {
    width: 20%;
}

.ml-auto {
    margin-left: auto;
}

.flex-404 {
    width: 100%;
    height: 100%;
    justify-content: center;
}

@media (max-width: 767px) {
    .flex-404 .hero-text-inner {
        margin-bottom: 70px;
    }
}

.flex-404 h6 {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
    color: #bc9d6e;
}

.flex-404 p {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.header-wrap {
    padding: 0 0 15px;
    margin: 0 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1600px) {
    .header-wrap {
        padding: 0 0 15px;
        margin: 0 30px;
    }
}

@media (max-width: 1365px) {
    .header-wrap {
        padding-bottom: 0;
    }
}

@media (max-width: 960px) {
    .header-wrap {
        padding: 10px 0;
        margin: 0 30px;
    }
}

@media (max-width: 767px) {
    .header-wrap {
        margin: 0 20px;
    }
}

.header-logo {
    width: 15%;
}

@media (max-width: 1365px) {
    .header-logo {
        width: 25%;
    }
}

@media (max-width: 960px) {
    .header-logo {
        width: 58%;
    }
}

.call-btn {
    padding-left: 47px;
    position: relative;
    padding-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 960px) {
    .call-btn {
        padding-left: 40px;
        text-align: left;
        border-top: none;
    }
}

.call-btn:hover {
    text-decoration: none;
    opacity: 0.8;
}

.call-btn img {
    width: 36px;
    height: 31px;
    display: block;
    left: 0;
    top: 5px;
    position: absolute;
}

@media (max-width: 1365px) {
    .call-btn img {
        height: 24px;
        width: auto;
        top: 0;
    }
}

.call-btn .call-text-top {
    display: block;
    font-size: 15px;
    line-height: 1;
}

@media (max-width: 1365px) {
    .call-btn .call-text-top {
        font-size: 13px;
    }
}

.call-btn .call-text {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    display: block;
}

@media (max-width: 1365px) {
    .call-btn .call-text {
        font-size: 18px;
    }
}

.btn-request {
    margin-left: 10px;
    padding: 10px 25px;
}

@media (max-width: 1365px) {
    .btn-request {
        padding: 10px;
        font-size: 14px;
    }
}

@media (max-width: 960px) {
    .btn-request {
        margin-left: 0;
        margin-top: 10px;
    }
}

.btn-request img {
    width: 34px;
    margin-right: 5px;
}

@media (max-width: 1365px) {
    .btn-request img {
        width: auto;
        height: 25px;
    }
}

.btn-request span {
    color: #14233c;
}

@media (max-width: 1365px) {
    .buttons-header {
        justify-content: flex-end;
        width: 100%;
        margin-top: 5px;
    }
}

@media (max-width: 960px) {
    .buttons-header {
        display: block;
        margin-top: 30px;
        text-align: center;
    }
}

.main-header {
    transition: top 0.3s;
    -moz-transition: top 0.3s;
    -webkit-transition: top 0.3s;
    -o-transition: top 0.3s;
    -webkit-transition-timing-function: ease;
    position: fixed;
    z-index: 4;
    width: 100%;
    background: -webkit-linear-gradient(black 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(black 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(black 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    top: 0;
    left: 0;
    /*top: 36px;    For Unbounce sticky bar */
}

.main-menu {
    font-size: 15px;
}

@media (max-width: 1365px) {
    .main-menu {
        justify-content: flex-end;
        width: 100%;
    }
}

@media (max-width: 960px) {
    .main-menu {
        display: block;
        font-size: 16px;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: left;
    }
}

.main-menu li {
    position: relative;
    padding: 0 26px;
}

@media screen and (max-width: 1600px) {
    .main-menu li {
        padding: 0 10px;
    }
}

@media (max-width: 1365px) {
    .main-menu li {
        padding: 0;
        margin: 0 10px;
    }
}

@media (max-width: 960px) {
    .main-menu li {
        margin: 0;
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}

.main-menu li.current-menu-item a,
.main-menu li:hover a {
    color: white;
    text-decoration: none;
    overflow: visible;
}

.main-menu li.current-menu-item a:before,
.main-menu li:hover a:before {
    bottom: -17px;
}

@media (max-width: 1365px) {

    .main-menu li.current-menu-item a:before,
    .main-menu li:hover a:before {
        bottom: 0;
    }
}

@media (max-width: 1023px) {

    .main-menu li.current-menu-item a:before,
    .main-menu li:hover a:before {
        bottom: -18px;
    }
}

.main-menu li.active .mega-menu {
    display: block;
}

@media screen and (min-width: 980px) {

    .main-menu li.current-menu-item .mega-menu,
    .main-menu li:hover .mega-menu {
        display: flex;
    }
}

.main-menu a {
    display: block;
    padding: 15px 0;
    font-weight: 500;
    position: relative;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    overflow: hidden;
}

@media (max-width: 1365px) {
    .main-menu a {
        padding: 5px 0 10px;
    }
}

@media (max-width: 960px) {
    .main-menu a {
        padding: 12px 0 12px 12px;
        color: white;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}

.main-menu a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -23px;
    width: 100%;
    height: 3px;
    left: 0;
    background-color: white;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
}

@media (max-width: 960px) {
    .main-menu a:before {
        display: none;
    }
}

.main-menu a:hover {
    text-decoration: none;
}

header.scroll {
    top: -134px;
    transition: top 0.3s;
    -moz-transition: top 0.3s;
    -webkit-transition: top 0.3s;
    -o-transition: top 0.3s;
    -webkit-transition-timing-function: ease;
    background: rgba(0, 0, 0, 0.7);
}

header.scroll .mega-menu {
    display: none !important;
}

header.on-scroll {
    transition: top 0.3s;
    -moz-transition: top 0.3s;
    -webkit-transition: top 0.3s;
    -o-transition: top 0.3s;
    -webkit-transition-timing-function: ease;
}

header.on-scroll-up {
    background: rgba(0, 0, 0, 0.7);
}

header.on-scroll-up .logo img {
    max-height: 76px;
}

@media (max-width: 1365px) {
    header.on-scroll-up .logo img {
        max-height: 40px;
    }
}

@media (max-width: 767px) {
    header.on-scroll-up .logo img {
        max-height: 38px;
    }
}

.header-top {
    width: 100%;
    margin-left: auto;
}
.header-top {
  display: none;
}

@media (max-width: 1365px) {
    .header-top {
        display: none;
    }
}

.header-top a {
    display: inline-block;
    background-color: rgba(31, 40, 62, 0.7);
    color: white;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    padding: 10px 18px;
}

.header-top a:hover {
    text-decoration: none;
    background-color: #1f283e;
}

.logo img {
    height: 54px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
}

@media (max-width: 1365px) {
    .logo img {
        height: 40px;
    }
}

@media (max-width: 767px) {
    .logo img {
        height: 38px;
    }
}

.menu-btn {
    display: none;
    position: relative;
    height: 50px;
    z-index: 333;
    cursor: pointer;
}

@media (max-width: 960px) {
    .menu-btn {
        display: block;
    }
}

.menu-trigger {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
    position: relative;
    margin-left: 15px;
}

.button-menu-line {
    display: block;
    position: absolute;
    left: 14px;
    width: 24px;
    height: 2px;
    background-color: white;
    transition: all 0.3;
    -moz-transition: all 0.3;
    -webkit-transition: all 0.3;
    -o-transition: all 0.3;
    -webkit-transition-timing-function: ease;
}

.button-menu-line--1 {
    top: 16px;
    -webkit-transform-origin: center center 0px;
    -ms-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.button-menu-line--2 {
    top: 24px;
    -webkit-transform-origin: center center 0px;
    -ms-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.button-menu-line--3 {
    top: 32px;
    -webkit-transform-origin: center center 0px;
    -ms-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.menu-open .header-nav {
    right: 0;
}

.menu-open .button-menu-line {
    transition: all 0.3;
    -moz-transition: all 0.3;
    -webkit-transition: all 0.3;
    -o-transition: all 0.3;
    -webkit-transition-timing-function: ease;
}

.menu-open .button-menu-line--1 {
    -webkit-transform-origin: center center 0px;
    -ms-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 1, 9);
    -ms-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 1, 9);
    transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 1, 9);
}

.menu-open .button-menu-line--2 {
    -webkit-transform-origin: center center 0px;
    -ms-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 1);
    -ms-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 1);
    transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 1);
}

.menu-open .button-menu-line--3 {
    opacity: 0;
}

.gradient-black {
    background: -webkit-linear-gradient(black 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(black 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(black 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
}

.trigger-submenu {
    position: absolute;
    right: 0;
    display: none;
    width: 90px;
    height: 45px;
    top: 0;
    z-index: 1;
}

@media (max-width: 960px) {
    .trigger-submenu {
        display: block;
        z-index: 2;
    }
}

.trigger-submenu:before {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    position: absolute;
    top: 14px;
    color: #bc9d6e;
    display: block;
    right: 20px;
}

.header-nav {
    width: 83%;
}

@media (max-width: 1365px) {
    .header-nav {
        width: 75%;
        flex-wrap: wrap;
    }
}

@media (max-width: 960px) {
    .header-nav {
        display: block;
        padding-top: 40px;
        padding-bottom: 30px;
        position: fixed;
        height: 100%;
        left: auto;
        width: 280px;
        right: -280px;
        bottom: 0;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition-timing-function: ease;
        background-color: #14233c;
        z-index: 222;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.image-desktop {
    display: inline-block;
}

@media (max-width: 767px) {
    .image-desktop {
        display: none;
    }
}

.image-mobile {
    display: none;
}

@media (max-width: 767px) {
    .image-mobile {
        display: inline-block;
    }
}

.only-mobile {
    display: none;
    padding: 20px;
}

@media (max-width: 640px) {
    .only-mobile {
        display: block;
    }
}

.only-mobile a {
    padding: 12px 0;
    width: 118px;
    text-align: center;
    font-size: 14px;
}

.mega-menu {
    position: absolute;
    background-color: #14233c;
    width: auto;
    left: 0;
    padding: 0 10px;
    display: none;
}

@media (max-width: 960px) {
    .mega-menu {
        position: relative;
        padding: 0;
    }

    .mega-menu .footer-nav li {
        margin: 0;
    }
}

.mega-links {
    min-width: 220px;
    padding: 30px 20px;
}

@media (max-width: 960px) {
    .mega-links {
        min-width: 0;
        display: block;
        padding: 0;
    }
}

.mega-links .subtitle-footer {
    color: #bc9d6e;
}

@media (max-width: 960px) {
    .mega-links .subtitle-footer {
        margin-bottom: 0;
        font-size: 13px;
    }
}

.mega-links li {
    margin: 10px 0;
    padding: 0;
}

@media (max-width: 960px) {
    .mega-links li {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .mega-links li {
        margin: 0 !important;
    }
}

.mega-links a {
    padding: 0;
    display: block;
}

@media (max-width: 960px) {
    .mega-links a {
        padding: 8px 10px;
        opacity: 0.6;
    }
}

.mega-links a:hover {
    color: #bc9d6e;
}

.mega-links a:before {
    display: none;
}

@media (max-width: 960px) {
    .mega-links h6 {
        padding: 15px 10px 0;
        border-bottom: none;
    }
}

.mega-links:first-child:nth-last-child(1) {
    width: 100%;
}

.mega-links:first-child:nth-last-child(2),
.mega-links:first-child:nth-last-child(2)~.mega-links {
    width: 50%;
}

@media (max-width: 960px) {

    .mega-links:first-child:nth-last-child(2),
    .mega-links:first-child:nth-last-child(2)~.mega-links {
        width: 100%;
    }
}

.mega-links:first-child:nth-last-child(3),
.mega-links:first-child:nth-last-child(3)~.mega-links {
    width: 33.3333%;
}

@media (max-width: 960px) {

    .mega-links:first-child:nth-last-child(3),
    .mega-links:first-child:nth-last-child(3)~.mega-links {
        width: 100%;
    }
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: none;
    background-color: red;
    padding: 15px;
    margin: 0;
    color: white;
    position: absolute;
    bottom: -60px;
}

.request-pop div.wpcf7-validation-errors,
.request-pop div.wpcf7-acceptance-missing {
    position: relative;
    bottom: auto;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    z-index: 1;
    right: 7px;
    top: 3px;
    color: #f33;
    font-size: 12px;
}

div.wpcf7-mail-sent-ok {
    border: none;
    background-color: #bc8e47;
    padding: 15px;
    margin: 0;
    color: white;
    position: absolute;
    bottom: -60px;
}

.request-pop {
    display: none;
    max-width: 500px;
}

.request-pop h3 {
    text-align: center;
}

.request-pop input[type="text"],
.request-pop input[type="email"] {
    margin-bottom: 10px;
}

.request-pop input[type="submit"] {
    margin-top: 0;
    display: block;
    width: 100%;
}

.footer-quote {
    max-width: 680px;
    margin: 0 auto 140px;
}

@media screen and (max-width: 1600px) {
    .footer-quote {
        margin-bottom: 70px;
    }
}

@media (max-width: 1365px) {
    .footer-quote {
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .footer-quote {
        margin-bottom: 0;
    }
}

.footer-quote h2 {
    max-width: 530px;
    margin: 0 auto 30px;
}

@media (max-width: 767px) {
    .footer-buttons {
        display: block;
        width: 100%;
    }
}

.footer-buttons a {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    width: 49%;
    font-size: 18px;
    height: 74px;
    line-height: 74px;
}

@media (max-width: 767px) {
    .footer-buttons a {
        height: 60px;
        line-height: 60px;
        width: 100%;
        margin-top: 5px;
    }
}

.footer-buttons a img {
    height: 36px;
    margin-right: 10px;
}

.footer-buttons .button2 {
    background-color: rgba(255, 255, 255, 0.1);
}

.footer-buttons .button2:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

.footer-buttons .button {
    margin-left: 2%;
}

@media (max-width: 767px) {
    .footer-buttons .button {
        margin-left: 0;
    }
}

.footer-wrap {
    padding: 140px 0 0;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 1600px) {
    .footer-wrap {
        padding: 100px 0 0;
    }
}

@media (max-width: 1365px) {
    .footer-wrap {
        padding: 60px 0 0;
    }
}

.footer-wrap:before {
    background-image: url("images/png/footer.png");
    background-position: left bottom;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1247px;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

@media (max-width: 1365px) {
    .footer-wrap:before {
        width: 900px;
        background-size: 100%;
    }
}

.footer-wrap:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #bc8e47;
    z-index: 0;
}

.footer-wrap .container {
    position: relative;
    z-index: 1;
}

.footer-cell {
    width: 25%;
    padding: 0 10px;
}

@media (max-width: 960px) {
    .footer-cell {
        width: 50%;
        padding: 0 5px;
    }
}

@media (max-width: 767px) {
    .footer-cell {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .footer-cell {
        width: 100%;
        padding: 0;
    }
}

.footer-links {
    margin: 30px 0;
}

@media (max-width: 767px) {
    .footer-links {
        margin: 20px 0;
    }
}

.footer-box {
    padding: 100px 0 50px;
}

@media screen and (max-width: 1600px) {
    .footer-box {
        padding-top: 60px;
    }
}

@media (max-width: 960px) {
    .footer-box {
        padding: 60px 0 40px;
    }
}

@media (max-width: 640px) {
    .footer-box {
        padding: 50px 0 40px;
    }
}

.flex-footer {
    margin-left: -10px;
    margin-right: -10px;
}

@media (max-width: 480px) {
    .flex-footer {
        text-align: center;
    }
}

.flex-footer p {
    font-size: 16px;
}

@media (max-width: 640px) {
    .flex-footer p {
        font-size: 15px;
    }
}

.flex-footer p a {
    text-decoration: underline;
}

.nav-footer {
    width: 50%;
    padding-right: 15px;
}

.nav-footer li {
    margin-top: 8px;
}

.nav-footer li a {
    text-decoration: underline;
}

.nav-footer li a:hover {
    opacity: 0.7;
}

.footer-nav li {
    margin: 10px 0;
}

@media (max-width: 767px) {
    .footer-nav li {
        margin: 5px 0;
    }
}

.footer-nav li a:hover {
    color: #bc9d6e;
    text-decoration: none;
}

.social-links {
    margin-top: 25px;
}

.button-social {
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: white;
    border: 1px solid #bc9d6e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
}

.button-social:hover {
    background-color: #977746;
}

.copyright {
    margin-top: 30px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    text-align: center;
    color: white;
    position: relative;
    z-index: 1;
}

@media (max-width: 960px) {
    .copyright {
        margin-top: 30px;
    }
}

@media (max-width: 640px) {
    .copyright {
        display: block;
        text-align: center;
        margin-top: 20px;
    }
}

.copyright p {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    font-style: normal;
    font-family: 'Lato', sans-serif;
}

@media (max-width: 640px) {
    .copyright p {
        font-size: 15px;
    }
}

.subtitle-footer {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #bc9d6e;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #bc9d6e;
}

@media (max-width: 767px) {
    .flex-logos-wrap {
        display: block;
        text-align: center;
    }
}

.flex-logos {
    height: 70px;
    align-items: center;
}

@media (max-width: 767px) {
    .flex-logos {
        height: 50px;
        justify-content: center;
    }

    .flex-logos img {
        max-height: 50px;
    }
}

.footer-logos {
    background-color: #0f1a2d;
    padding: 30px 0;
}

.logo-box {
    padding: 0 10px;
}

.title-footer {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .title-footer {
        margin-top: 24px;
    }
}

.slide-hero {
    height: 960px;
}

@media screen and (max-width: 1600px) {
    .slide-hero {
        height: 900px;
    }
}

@media (max-width: 1365px) {
    .slide-hero {
        height: 850px;
    }
}

@media (max-width: 1023px) {
    .slide-hero {
        height: 750px;
    }
}

@media (max-width: 767px) {
    .slide-hero {
        height: 800px;
    }
}

.hero-text {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 960px;
    background-color: rgba(20, 35, 60, 0.55);
}

@media screen and (max-width: 1600px) {
    .hero-text {
        height: 900px;
    }
}

@media (max-width: 1365px) {
    .hero-text {
        height: 850px;
    }
}

@media (max-width: 1023px) {
    .hero-text {
        height: 750px;
    }
}

@media (max-width: 767px) {
    .hero-text {
        min-height: 800px;
        height: auto;
    }
}

@media (max-width: 480px) {
    .hero-text {
        height: auto;
    }
}

.hero-text:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
}

.hero-text .container {
    height: 100%;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.hero-text-box {
    margin-bottom: 250px;
    position: relative;
}

@media (max-width: 1365px) {
    .hero-text-box {
        margin-bottom: 200px;
    }
}

@media (max-width: 1023px) {
    .hero-text-box {
        margin-bottom: auto;
        padding-top: 150px;
        align-self: flex-start;
    }
}

@media (max-width: 767px) {
    .hero-text-box {
        padding-top: 120px;
        text-align: center;
    }
}

.hero-text-box:before {
    content: '';
    display: block;
    width: 143px;
    height: 382px;
    background-image: url("images/svg/arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    position: absolute;
    right: -165px;
    bottom: 18px;
}

@media (max-width: 1365px) {
    .hero-text-box:before {
        right: -100px;
    }
}

@media (max-width: 1023px) {
    .hero-text-box:before {
        display: none;
    }
}

.hero-text-box h1 {
    font-size: 38px;
}

@media (max-width: 1023px) {
    .hero-text-box h1 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .hero-text-box h1 {
        font-size: 24px;
    }
}

.hero-text-box p {
    font-size: 20px;
}

@media (max-width: 1023px) {
    .hero-text-box p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .hero-text-box p {
        display: none;
    }
}

.hero-text-box a {
    font-weight: 900;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #bc9d6e;
}

@media (max-width: 1023px) {
    .hero-text-box a {
        text-transform: none;
        letter-spacing: 0;
    }
}

@media (max-width: 767px) {
    .hero-text-box a {
        display: none;
    }
}

@media (max-width: 1023px) {
    .hero-quote {
        width: 45%;
    }
}

@media (max-width: 767px) {
    .hero-quote {
        width: 100%;
        margin-top: 15px;
    }
}

.quote-box {
    margin-bottom: 155px;
    margin-left: auto;
    width: 410px;
    background-color: rgba(20, 35, 60, 0.9);
    padding: 30px 27px;
}

@media (max-width: 1365px) {
    .quote-box {
        margin-bottom: 115px;
    }
}

@media (max-width: 1023px) {
    .quote-box {
        max-width: 100%;
        padding: 25px 16px;
    }
}

@media (max-width: 767px) {
    .quote-box {
        width: auto;
    }
}

.quote-top span {
    display: block;
    line-height: 1.2;
    color: #bc9d6e;
    font-size: 18px;
}

@media (max-width: 480px) {
    .quote-top span {
        font-size: 14px;
    }
}

.quote-img {
    margin-right: 10px;
}

.quote-img img {
    width: 34px;
}

@media (max-width: 1023px) {
    .quote-img img {
        width: 25px;
    }
}

.quote-text-top {
    font-family: 'PT Serif', serif;
    font-weight: 700;
}

.quote-text-top strong {
    display: block;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

@media (max-width: 1023px) {
    .quote-text-top strong {
        font-size: 19px;
    }
}

@media (max-width: 480px) {
    .quote-text-top strong {
        font-size: 16px;
    }
}

.quote-info {
    color: white;
    line-height: 1.2;
    font-size: 15px;
    margin: 10px 0;
}

@media (max-width: 1023px) {
    .quote-info {
        margin: 5px 0;
    }
}

@media (max-width: 480px) {
    .quote-info {
        display: none;
    }
}

.form-quote {
    margin-top: 20px;
    position: relative;
}

.form-quote p {
    margin: 0;
}

.form-quote input,
.form-quote textarea {
    margin-bottom: 10px;
    background-color: #181e2f;
    color: white;
    border: 1px solid #181e2f;
}

@media (max-width: 1023px) {

    .form-quote input,
    .form-quote textarea {
        line-height: 40px;
        margin-bottom: 5px;
    }
}

.form-quote input:hover,
.form-quote input:active,
.form-quote input:focus,
.form-quote textarea:hover,
.form-quote textarea:active,
.form-quote textarea:focus {
    color: white;
    background-color: #181e2f;
    border-color: #bc9d6e;
}

.form-quote textarea {
    height: 80px;
}

@media (max-width: 1023px) {
    .form-quote textarea {
        line-height: 1.2;
    }
}

@media (max-width: 480px) {
    .form-quote .btn-arrow {
        display: none;
    }
}

.form-quote button {
    margin-top: 0;
    width: 100%;
    display: block;
}

@media (max-width: 1023px) {
    .form-quote button {
        padding: 15px 10px;
    }
}

.form-quote button:hover .btn-arrow img {
    margin-left: 10px;
}

@media (max-width: 640px) {
    .form-quote button:hover .btn-arrow img {
        margin-left: 0;
    }
}

.hero-text-box {
    max-width: 470px;
}

@media (max-width: 1023px) {
    .hero-text-box {
        max-width: 100%;
        width: 55%;
        padding-right: 50px;
    }
}

@media (max-width: 767px) {
    .hero-text-box {
        width: 100%;
        padding-right: 0;
    }
}

.flex-hero {
    height: 100%;
    align-items: flex-end;
    position: relative;
}

@media (max-width: 767px) {
    .flex-hero {
        width: 100%;
        display: block;
    }
}

.advatages-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .advatages-bottom {
        position: relative;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .advatages-bottom .container {
        padding: 0;
    }
}

.advatages-bottom:before {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    width: 100%;
    height: 417px;
    content: '';
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%);
}

@media (max-width: 767px) {
    .advatages-bottom:before {
        background: #14233c;
        opacity: 1;
        height: 100%;
    }
}

.advantages-item {
    position: relative;
    z-index: 1;
    width: 33.3333%;
    padding: 30px;
    background: rgba(20, 35, 60, 0.4);
}

@media (max-width: 1365px) {
    .advantages-item {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .advantages-item {
        padding: 15px 10px;
        display: block;
    }
}

@media (max-width: 480px) {
    .advantages-item {
        padding: 10px 4px;
    }
}

.advantages-item h5 {
    font-size: 20px;
    margin: 0;
}

@media (max-width: 1023px) {
    .advantages-item h5 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .advantages-item h5 {
        font-size: 14px;
    }
}

.advantages-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1;
    color: white;
}

@media (max-width: 480px) {
    .advantages-item p {
        font-size: 13px;
    }
}

.advantages-item img {
    height: 48px;
    display: inline-block;
}

@media (max-width: 1023px) {
    .advantages-item img {
        height: 42px;
    }
}

@media (max-width: 480px) {
    .advantages-item img {
        height: 35px;
    }
}

.advantages-item span {
    display: block;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .advantages-item span {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
}

.home-hero {
    position: relative;
}

.areas-law-item {
    width: 16.6666666667%;
    padding: 1px;
}

@media (max-width: 767px) {
    .areas-law-item {
        width: 33.3333333333%;
        padding: 1px;
    }
}

@media (max-width: 480px) {
    .areas-law-item {
        width: 50%;
    }
}

.areas-law-link {
    display: block;
    height: 100%;
    position: relative;
    background: #14233c;
}

.areas-law-link:hover {
    text-decoration: none;
    background-color: #0e1829;
}

.areas-law-link:hover .areas-law-image {
    top: -10px;
    -webkit-filter: none;
    filter: none;
}

.areas-law-link:before {
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    content: '';
    z-index: 0;
}

.areas-law-image {
    height: 176px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
    margin: 0 10px;
    display: block;
    top: 0;
    text-align: center;
}

@media (max-width: 480px) {
    .areas-law-image {
        height: 140px;
    }
}

.areas-law-image img {
    height: 100%;
    max-width: 1000px;
}

.area-law-icon {
    text-align: center;
    padding: 20px;
    display: block;
}

.area-law-icon img {
    height: 60px;
    max-width: 70px;
    display: inline-block;
}

.prev-btn2,
.next-btn2 {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f1f0f3;
    color: #000000;
    z-index: 1;
}

@media (max-width: 640px) {

    .prev-btn2,
    .next-btn2 {
        width: 38px;
        height: 38px;
        line-height: 34px;
        margin-top: -19px;
    }
}

.prev-btn2:hover,
.next-btn2:hover {
    background-color: #d7d4dc;
}

.prev-btn2 {
    left: -70px;
}

@media screen and (max-width: 1220px) {
    .prev-btn2 {
        left: -20px;
    }
}

.next-btn2 {
    right: -70px;
}

@media screen and (max-width: 1220px) {
    .next-btn2 {
        right: -20px;
    }
}

.areas-law-text {
    z-index: 1;
    position: relative;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    text-align: center;
}

@media (max-width: 480px) {
    .areas-law-text {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }
}

.areas-law-text span {
    color: white;
    line-height: 1.2;
    font-family: 'PT Serif', serif;
    font-weight: 700;
    text-align: center;
}

.areas-law-wrap {
    margin-top: 50px;
}

@media (max-width: 1365px) {
    .areas-law-wrap {
        margin-top: 30px;
    }
}

.flex-about {
    margin-bottom: 60px;
}

@media (max-width: 1365px) {
    .flex-about {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .flex-about {
        display: block;
    }
}

.flex-about-left {
    width: 50%;
    padding-right: 120px;
}

@media (max-width: 1365px) {
    .flex-about-left {
        padding-right: 80px;
    }
}

@media (max-width: 1023px) {
    .flex-about-left {
        padding-right: 50px;
    }
}

@media (max-width: 767px) {
    .flex-about-left {
        padding-right: 0;
        width: 100%;
    }
}

.flex-about-right {
    width: 50%;
    padding-left: 120px;
}

@media (max-width: 1365px) {
    .flex-about-right {
        padding-left: 80px;
    }
}

@media (max-width: 1023px) {
    .flex-about-right {
        padding-left: 0;
        margin-top: -10px;
    }
}

@media (max-width: 767px) {
    .flex-about-right {
        padding-left: 0;
        width: 100%;
        margin-top: 0;
    }
}

.scroll-down {
    position: absolute;
    left: 100px;
    top: -150px;
}

@media screen and (max-width: 1600px) {
    .scroll-down {
        left: 30px;
    }
}

@media (max-width: 767px) {
    .scroll-down {
        display: none;
    }
}

.scroll-down-btn {
    display: block;
    width: 84px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #14233c;
}

.scroll-down-btn img {
    width: 15px;
    position: relative;
    display: inline-block;
    -webkit-animation: mover 0.8s infinite alternate;
    animation: mover 0.8s infinite alternate;
    transition: opacity, 0.3s;
}

.scroll-down-btn:hover img {
    opacity: .9;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.about-justice {
    padding-top: 330px;
    margin-top: -330px;
}

@media (max-width: 1365px) {
    .about-justice {
        margin-top: -200px;
        padding-top: 200px;
    }
}

@media (max-width: 640px) {
    .about-justice {
        margin-top: -100px;
        padding-top: 100px;
    }
}

.tabs-justice li {
    display: block;
    text-align: center;
}

.tabs-justice a {
    color: white;
    opacity: 0.3;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 20px;
    display: block;
    overflow: hidden;
    position: relative;
}

@media (max-width: 767px) {
    .tabs-justice a {
        padding: 10px;
        font-size: 14px;
    }
}

.tabs-justice a:before {
    content: '';
    display: block;
    position: absolute;
    top: -4px;
    height: 2px;
    left: 0;
    width: 100%;
    background-color: #bc9d6e;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
}

.tabs-justice a:hover,
.tabs-justice a.active {
    opacity: 1;
    color: #bc9d6e;
    text-decoration: none;
}

.tabs-justice a.active:before {
    top: 0;
}

.tabs-content {
    margin-top: 75px;
}

@media (max-width: 1365px) {
    .tabs-content {
        margin-top: 45px;
    }
}

@media (max-width: 767px) {
    .tabs-content {
        margin-top: 30px;
    }
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-content .tab-title {
    max-width: 385px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .tab-content .tab-title {
        max-width: 100%;
    }
}

.content-right-tab {
    max-width: 490px;
    margin-left: 380px;
    margin-top: -20px;
}

@media (max-width: 1023px) {
    .content-right-tab {
        margin-left: 30%;
    }
}

@media (max-width: 767px) {
    .content-right-tab {
        margin-left: 0;
        margin-top: 0;
        max-width: 100%;
    }
}

.content-right-tab p,
.content-right-tab li,
.content-right-tab span {
    font-size: 18px;
}

@media (max-width: 1023px) {

    .content-right-tab p,
    .content-right-tab li,
    .content-right-tab span {
        font-size: 18px;
    }
}

.content-right-tab a.button {
    text-transform: uppercase;
    margin-top: 50px;
}

@media (max-width: 1023px) {
    .content-right-tab a.button {
        margin-top: 25px;
    }
}

.about-justice {
    background-image: url(images/png/statue.png), url("images/png/shape.png");
    background-position: right bottom, left bottom;
    background-repeat: no-repeat, no-repeat;
    background-blend-mode: multiply, normal;
}

.lady-justice {
    position: relative;
    z-index: 1;
}

.lawyer-item {
    width: 25%;
    padding: 10px;
}

@media (max-width: 1023px) {
    .lawyer-item {
        padding: 4px;
    }
}

@media (max-width: 767px) {
    .lawyer-item {
        width: 50%;
        padding: 4px 1px;
    }
}

.lawyer-link {
    display: block;
    height: 100%;
    position: relative;
    padding-top: 30px;
}

@media (max-width: 1023px) {
    .lawyer-link {
        padding-top: 0;
    }
}

.lawyer-link:before {
    height: 70%;
    width: 100%;
    position: absolute;
    bottom: 0;
    content: '';
    background: #14233c;
    z-index: 0;
}

.no-touch .lawyer-link:hover {
    text-decoration: none;
}

.no-touch .lawyer-link:hover .lawyer-image {
    -webkit-filter: none;
    filter: none;
    top: -30px;
}

.no-touch .lawyer-link:hover .button-view {
    position: relative;
    bottom: 0;
}

.no-touch .lawyer-link:hover .lawyer-text {
    top: -30px;
}

.no-touch .lawyer-link:hover:before {
    -webkit-box-shadow: 0px 0px 13px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 13px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 13px 4px rgba(0, 0, 0, 0.4);
}

.lawyer-image {
    height: 225px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
    margin: 0 10px;
    display: block;
    top: 0;
    text-align: center;
}

@media (max-width: 1023px) {
    .lawyer-image {
        height: 160px;
    }
}

@media (max-width: 480px) {
    .lawyer-image {
        height: 140px;
    }
}

.lawyer-image img {
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.lawyer-text {
    z-index: 1;
    position: relative;
    padding-top: 120px;
    margin-top: -100px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
    top: 0;
}

@media (max-width: 1023px) {
    .lawyer-text {
        padding-left: 14px;
        padding-right: 14px;
        padding-bottom: 25px;
    }
}

.title-lawyer h5 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
}

@media (max-width: 1023px) {
    .title-lawyer h5 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .title-lawyer h5 {
        font-size: 16px;
    }
}

.lawyer-position {
    display: block;
    color: #bc9d6e;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.button-view {
    display: block;
    position: relative;
    bottom: -100px;
    color: white;
    margin-top: 20px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
}

@media (max-width: 1023px) {
    .button-view {
        bottom: 0;
        margin-top: 5px;
    }
}

@media (max-width: 480px) {
    .button-view {
        font-size: 14px;
    }
}

.small-centered {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.recommended-box {
    width: 50%;
    padding: 0 10px;
}

@media (max-width: 767px) {
    .recommended-box {
        padding: 0 2px;
    }
}

@media (max-width: 480px) {
    .recommended-box {
        width: 100%;
        padding: 2px 0;
    }
}

.recommended-box .grey-gradient {
    padding: 50px 30px;
    height: 100%;
}

@media (max-width: 1365px) {
    .recommended-box .grey-gradient {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .recommended-box .grey-gradient {
        padding: 25px 20px;
    }
}

.recommended-flex {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 40px;
}

@media (max-width: 480px) {
    .recommended-flex {
        display: block;
        margin: 20px 0 0;
    }
}

.stars-top span {
    color: #fbb020;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
}

@media (max-width: 767px) {
    .stars-top span {
        font-size: 18px;
    }
}

.stars-top i {
    margin: 0 2px;
}

.start-middle {
    padding: 20px 0;
}

@media (max-width: 1365px) {
    .start-middle {
        padding: 15px 0;
    }
}

@media (max-width: 767px) {
    .start-middle {
        padding: 10px 0;
    }
}

.start-middle h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 0;
}

@media (max-width: 1023px) {
    .start-middle h5 {
        font-size: 17px;
    }
}

.start-middle a {
    text-decoration: underline;
}

.start-middle a:hover {
    color: #bc9d6e;
}

.testimonials-wrap {
    height: 650px;
}

@media (max-width: 1365px) {
    .testimonials-wrap {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .testimonials-wrap {
        height: auto;
        background-position: bottom right;
    }
}

.testimonials-wrap .table {
    padding: 140px 0;
    background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 1365px) {
    .testimonials-wrap .table {
        padding: 100px 0;
    }
}

.testimonials-slider {
    max-width: 650px;
    background-color: rgba(20, 35, 60, 0.55);
    padding: 50px 50px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

@media (max-width: 1365px) {
    .testimonials-slider {
        padding: 55px 40px;
    }
}

@media (max-width: 767px) {
    .testimonials-slider {
        max-width: 450px;
        padding: 45px 30px;
    }
}

@media (max-width: 480px) {
    .testimonials-slider {
        max-width: 280px;
        padding: 45px 15px 25px;
    }
}

.testimonials-slider:before {
    content: '';
    display: block;
    height: 57px;
    width: 66px;
    background-image: url("images/png/quotes.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -33px;
}

@media (max-width: 480px) {
    .testimonials-slider:before {
        width: 40px;
        height: 36px;
        margin-left: -20px;
        top: -20px;
    }
}

.testimonials-slider p {
    color: white;
    font-style: italic;
    margin: 0;
}

.testimonials-slider .slick-dots {
    text-align: center;
    bottom: -100px;
    left: 0;
}

@media (max-width: 767px) {
    .testimonials-slider .slick-dots {
        bottom: -50px;
    }
}

.testimonials-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    color: white;
}

.testimonials-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    background-color: white;
    opacity: 0.3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.testimonials-slider .slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
    opacity: 1;
}

.testimonials-user {
    color: #bc9d6e;
    padding-left: 10px;
    display: inline-block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 0;
    margin-top: 35px;
}

.testimonials-user:before {
    content: '';
    width: 20px;
    height: 4px;
    background-color: #bc9d6e;
    position: absolute;
    left: 0;
    top: 10px;
}

.areas-law-inner {
    margin-bottom: 40px;
}

.inner-hero {
    height: 800px;
}

@media (max-width: 767px) {
    .inner-hero {
        height: auto;
    }
}

.inner-hero-text {
    height: 100%;
    background-color: rgba(31, 40, 62, 0.55);
    position: relative;
}

.inner-hero-text:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
}

.inner-hero-text .hero-text-inner {
    margin-top: 60px;
    align-self: center;
    position: relative;
    z-index: 1;
}

@media (max-width: 960px) {
    .inner-hero-text .hero-text-inner {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .inner-hero-text .hero-text-inner {
        margin-top: 100px;
    }
}

.inner-hero-text .hero-quote {
    align-self: flex-end;
}

.inner-hero-text .container {
    height: 100%;
}

.inner-hero-text .quote-box {
    margin: 0;
}

.inner-hero-text h1 {
    margin-bottom: 10px;
}

.breadcrumbs span.current-link {
    text-decoration: underline;
}

.breadcrumbs a,
.breadcrumbs span {
    margin-right: 3px;
}

.content-with-sidebar {
    padding: 70px 0 110px;
}

@media (max-width: 1023px) {
    .content-with-sidebar {
        padding: 50px 0 80px;
    }
}

@media (max-width: 960px) {
    .content-with-sidebar {
        padding: 30px 0 50px;
    }
}

@media screen and (max-width: 800px) {
    .content-with-sidebar {
        display: block;
    }
}

.left-content {
    width: 58.3333333333%;
}

@media screen and (max-width: 800px) {
    .left-content {
        width: 100%;
    }
}

.sidebar {
    width: 41.6666666667%;
    padding-left: 45px;
}

@media screen and (max-width: 800px) {
    .sidebar {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
}

.need-answer-text {
    padding: 25px;
}

@media (max-width: 640px) {
    .need-answer-text {
        padding: 20px;
    }
}

.need-answer-text h4 {
    color: #14233c;
    margin-bottom: 10px;
}

.need-answer-text p {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.need-answer-text .button2 {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 15px;
    display: block;
    padding: 20px 0;
}

.btn-phone {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #14233c;
}

.btn-phone img {
    width: 28px;
    margin-right: 5px;
}

.sidebar-subtitle {
    text-transform: uppercase;
    color: #bc9d6e;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.1em;
}

.lawyer-sidebar-img {
    width: 93px;
    height: 93px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 88px;
    text-align: center;
    overflow: hidden;
    margin-right: 20px;
}

@media (max-width: 960px) {
    .lawyer-sidebar-img {
        width: 70px;
        height: 70px;
        line-height: 65px;
        margin-right: 10px;
    }
}

@media (max-width: 640px) {
    .lawyer-sidebar-img {
        margin: 0 auto 10px;
    }
}

.lawyer-sidebar-img img {
    width: 100%;
}

.lawyer-name {
    font-family: 'PT Serif', serif;
    font-weight: 700;
    font-size: 20px;
    display: block;
    color: #14233c;
    margin-bottom: 10px;
}

@media (max-width: 640px) {
    .lawyer-name {
        font-size: 18px;
        margin-bottom: 0;
    }
}

.lawyer-sidebar-text {
    width: 70%;
}

@media (max-width: 640px) {
    .lawyer-sidebar-text {
        width: 100%;
    }
}

.lawyer-sidebar-text p {
    line-height: 1.2;
    margin: 5px 0;
    color: #000000;
}

.lawyer-sidebar-text a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    word-break: break-all;
    color: #bc9d6e;
}

.lawyer-sidebar {
    margin-top: 20px;
    padding: 25px;
}

@media (max-width: 640px) {
    .lawyer-sidebar {
        display: block;
        text-align: center;
        padding: 20px;
    }
}

.sidebar-box {
    margin-top: 50px;
}

@media (max-width: 1023px) {
    .sidebar-box {
        margin-top: 30px;
    }
}

.sidebar-box:first-child {
    margin-top: 0;
}

@media (max-width: 767px) {
    .sidebar-box .advantages-wrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.sidebar-box .advantages-item {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: #14233c;
}

@media (max-width: 767px) {
    .sidebar-box .advantages-item {
        width: 33.3333333%;
        text-align: center;
        border-top: none;
    }
}

@media (max-width: 640px) {
    .sidebar-box .advantages-item {
        width: 100%;
    }
}

.sidebar-box .advantages-item img {
    width: 50px;
}

.need-answer-img {
    text-align: center;
}

.need-answer-img img {
    display: inline-block;
}

.map-bottom {
    margin-left: -10px;
    margin-right: -10px;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .map-bottom {
        margin: 0;
        display: block;
    }
}

.map-bottom .tac.ovh {
    width: 100%;
    text-align: center;
}

.map-box {
    margin: 0 25px;
    top: 0;
    display: block;
    position: relative;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
}

.map-box iframe {
    height: 325px;
    width: 100%;
    display: block;
}

@media (max-width: 960px) {
    .map-box iframe {
        height: 280px;
    }
}

.map-item {
    width: 100%;
    padding: 10px;
}

@media (max-width: 767px) {
    .map-item {
        width: 100%;
        padding: 0;
        margin: 10px 0;
    }
}

.map-item .lawyer-text {
    padding-bottom: 30px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.map-item .title-lawyer {
    margin-bottom: 5px;
}

.map-item .lawyer-link:hover .map-box {
    top: -20px;
}

.no-touch .map-item .lawyer-link:hover .map-box {
    top: -20px;
}

.faq-box-list li {
    font-size: 16px;
    margin-top: 15px;
}

.faq_show {
    display: block;
    position: relative;
    background-color: #f1f0f3;
    color: #14233c;
    font-family: 'PT Serif', serif;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 60px 15px 25px;
    line-height: 1.2;
}

@media (max-width: 960px) {
    .faq_show {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .faq_show {
        padding: 15px 45px 15px 15px;
    }
}

.faq_show:before {
    content: '\f067';
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 17px;
    font-weight: 900;
    color: #14233c;
    position: absolute;
    right: 20px;
}

@media (max-width: 767px) {
    .faq_show:before {
        right: 15px;
    }
}

.faq_show:hover,
.faq_show.active {
    text-decoration: none;
    background-color: #14233c;
    color: white;
}

.faq_show:hover:before,
.faq_show.active:before {
    color: white;
    content: '\f068';
}

.small-padding {
    padding-top: 20px;
}

@media (max-width: 960px) {
    .small-padding {
        padding-top: 0;
    }
}

.faq_hidden {
    background-color: #f1f0f3;
    padding: 25px;
    display: none;
}

@media (max-width: 767px) {
    .faq_hidden {
        padding: 15px;
    }
}

.faq_hidden p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .faq_hidden p {
        font-size: 15px;
    }
}

.faq_hidden h5 {
    font-size: 20px;
    color: #14233c;
    margin-top: 20px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .faq_hidden h5 {
        font-size: 18px;
        margin-top: 15px;
    }
}

.faq_hidden h5:first-child {
    margin-top: 0;
}

.small-contact {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}

.buttons-contact a {
    display: inline-block;
    width: 49%;
    padding-left: 10px;
    padding-right: 10px;
    height: 70px;
    line-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 960px) {
    .buttons-contact a {
        display: block;
        width: 100%;
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        height: auto;
        line-height: 1.2;
        padding: 15px 20px;
    }
}

.buttons-contact img {
    width: 27px;
    margin-right: 10px;
}

.buttons-contact i {
    margin-right: 10px;
}

.contact-obligation {
    margin: 50px 0;
    padding: 50px 30px;
}

@media (max-width: 767px) {
    .contact-obligation {
        margin: 30px 0;
        padding: 25px 15px;
    }
}

.gallery-item {
    padding: 0 5px;
}

.gallery-item a {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 80%;
    height: 0;
}

.gallery-contact {
    margin: 50px 0;
}

@media (max-width: 767px) {
    .gallery-contact {
        margin: 30px 0;
    }
}

.prev-btn3,
.next-btn3 {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #14233c;
    color: white;
    z-index: 1;
    cursor: pointer;
}

@media (max-width: 640px) {

    .prev-btn3,
    .next-btn3 {
        width: 38px;
        height: 38px;
        line-height: 34px;
        margin-top: -19px;
    }
}

.prev-btn3:hover,
.next-btn3:hover {
    background-color: #a9854e;
}

.prev-btn3 {
    left: 10px;
}

.next-btn3 {
    right: 10px;
}

.slider-media-item {
    height: 384px;
    border: 1px solid #dcdcdc;
    padding: 15px;
    overflow: hidden;
}

@media (max-width: 960px) {
    .slider-media-item {
        height: 300px;
        padding: 10px;
    }
}

@media (max-width: 640px) {
    .slider-media-item {
        height: 260px;
        padding: 0;
    }
}

.slider-media-item .flex {
    width: 100%;
    height: 100%;
    text-align: center;
}

.slider-media-item .flex img {
    margin-left: auto;
    margin-right: auto;
}

.slider-media-item img {
    max-width: 100%;
    max-height: 100%;
}

.inner-content.m-t-xl {
    margin-top: 50px;
}

@media (max-width: 960px) {
    .inner-content.m-t-xl {
        margin-top: 30px;
    }
}

.content-team h3,
.content-team h4,
.content-team h5,
.content-team h6 {
    color: #14233c;
    background: transparent;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}

.need-answer-team {
    background-color: #f4f4f5;
    text-align: center;
    padding-top: 30px;
}

.need-answer-team img {
    display: inline-block;
}

.contact-member h4 {
    color: #14233c;
}

.contact-member a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #14233c;
}

.social-member {
    margin-top: 20px;
}

.social-member a {
    color: #14233c;
}

.social-member a:hover {
    color: white;
}

.fees-item {
    width: 50%;
    padding: 30px 10px;
}

@media (max-width: 960px) {
    .fees-item {
        padding: 20px 5px;
    }
}

@media (max-width: 767px) {
    .fees-item {
        padding: 20px 0;
        width: 100%;
    }
}

.fees-box {
    text-align: center;
    background-color: #14233c;
    padding: 40px 30px 65px 30px;
    height: 100%;
    position: relative;
}

@media (max-width: 960px) {
    .fees-box {
        padding: 25px 15px 50px;
    }

    .fees-box h3 {
        font-size: 20px;
    }
}

.fees-box p {
    color: white;
    font-size: 16px;
}

.fees-icon {
    text-align: center;
    margin-bottom: 10px;
}

.fees-icon img {
    height: 50px;
    display: inline-block;
}

.fees-wrap {
    margin: 50px 0;
}

@media (max-width: 960px) {
    .fees-wrap {
        margin: 30px 0;
    }
}

.fees-item-bottom {
    position: absolute;
    bottom: -30px;
    width: 100%;
    left: 0;
}

.fees-item-bottom span {
    background-color: #bc9d6e;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 20px;
    color: white;
    letter-spacing: 0.1em;
    padding: 20px;
    display: block;
    margin: 0 20px;
}

@media (max-width: 960px) {
    .fees-item-bottom span {
        font-size: 16px;
    }
}

.blog-item-title {
    color: transparent;
    background: #bc8e47;
    background: -moz-linear-gradient(left, #bc8e47 0%, #bc9d6e 100%);
    background: -webkit-linear-gradient(left, #bc8e47 0%, #bc9d6e 100%);
    background-clip: border-box;
    background: linear-gradient(left, #bc8e47 0%, #bc9d6e 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-family: 'PT Serif', serif;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

@media screen and (max-width: 800px) {
    .blog-item-title {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .blog-item-title {
        font-size: 20px;
    }
}

.blog-item-title:hover {
    text-decoration: none;
}

.blog-item-info span {
    line-height: 1.2;
    display: block;
}

.blog-item-info span a {
    text-decoration: underline;
}

.blog-item-info span a:hover {
    color: #bc9d6e;
}

.share-section {
    padding: 40px 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

@media (max-width: 960px) {
    .share-section {
        padding: 20px 0;
    }

    .share-section h4 {
        margin-bottom: 10px;
    }
}

.posts-suggested {
    padding: 60px 0;
    margin-left: -5px;
    margin-right: -5px;
}

@media (max-width: 960px) {
    .posts-suggested {
        padding: 40px 0;
    }
}

@media (max-width: 640px) {
    .posts-suggested {
        display: block;
        padding: 25px 0;
        margin-left: 0;
        margin-right: 0;
    }
}

.nav-blog {
    width: 50%;
    padding: 5px;
}

@media (max-width: 640px) {
    .nav-blog {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }
}

.nav-blog a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f4f4f5;
    padding: 30px;
    position: relative;
}

@media (max-width: 960px) {
    .nav-blog a {
        padding: 20px;
    }
}

.nav-blog a:hover {
    text-decoration: none;
    background-color: #14233c;
    color: white;
}

.nav-blog a:hover span {
    color: white;
}

.nav-blog a:hover .no-hover {
    display: none;
}

.nav-blog a:hover .hover-img {
    display: inline-block;
}

.nav-blog span {
    display: block;
}

.date-suggested {
    font-size: 15px;
    margin-bottom: 5px;
}

@media (max-width: 960px) {
    .date-suggested {
        font-size: 13px;
    }
}

.suggested-title {
    font-size: 18px;
    line-height: 1.4;
    font-family: 'PT Serif', serif;
    font-weight: 700;
    color: #14233c;
}

@media (max-width: 960px) {
    .suggested-title {
        font-size: 16px;
        line-height: 1.33333;
    }
}

.arrow-suggested {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

.arrow-suggested img {
    height: 14px;
}

.blog-content .the-content img {
    width: auto;
    height: auto;
}

.no-hover {
    display: inline-block;
}

.hover-img {
    display: none;
}

.nav-prev a {
    padding-left: 50px;
}

.nav-prev .arrow-suggested {
    left: 20px;
}

.nav-next a {
    padding-right: 50px;
}

.nav-next .arrow-suggested {
    right: 20px;
}

.social-button {
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 42px;
    color: white;
    border: 1px solid #bc9d6e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    color: #14233c;
}

.social-button:hover {
    background-color: #bc9d6e;
    color: white;
}

p.logged-in-as {
    margin: 10px 0;
}

p.logged-in-as a {
    text-decoration: underline;
}

.commentlist {
    list-style: none;
}

.commentlist .comment {
    background: #f4f4f5;
    padding: 25px;
    margin-top: 20px;
    position: relative;
}

@media (max-width: 767px) {
    .commentlist .comment {
        padding: 20px 15px;
        margin-top: 15px;
    }
}

.commentlist img {
    display: none;
}

.commentlist .reply {
    position: absolute;
    right: 25px;
    top: 25px;
}

.commentlist p {
    margin-bottom: 0;
    margin-top: 15px;
}

.comment-reply-link {
    background-color: #14233c;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px;
    letter-spacing: 0.03em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 1;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
    line-height: 1;
}

.comment-reply-link:hover {
    text-decoration: none;
    background-color: #0e1829;
}

.comment-author,
.comment-meta {
    display: inline;
}

.comment-author cite,
.comment-author a,
.comment-meta cite,
.comment-meta a {
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    display: inline;
    color: #14233c;
}

@media (max-width: 960px) {

    .comment-author cite,
    .comment-author a,
    .comment-meta cite,
    .comment-meta a {
        font-size: 13px;
    }
}

.comment-author .says {
    display: none;
}

.comment-meta {
    padding-right: 100px;
}

.comment-meta:before {
    content: '-';
    padding: 0 5px;
}

.comment-awaiting-moderation {
    font-size: 13px;
}

.comment-body br {
    display: none;
}

.comment-form:before,
.comment-form:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}

.comment-form:after {
    clear: both;
}

.comment-form p {
    float: left;
    width: 100%;
    margin: 0;
}

.comment-form p.logged-in-as,
.comment-form p.comment-notes {
    margin: 0 0 10px;
}

.comment-form input[type="submit"] {
    margin: 0;
}

.comment-form label {
    margin-bottom: 10px;
}

p.comment-form-email {
    width: 49%;
    float: right;
}

@media (max-width: 640px) {
    p.comment-form-email {
        width: 100%;
    }
}

p.comment-form-author {
    width: 49%;
}

@media (max-width: 640px) {
    p.comment-form-author {
        width: 100%;
    }
}

#comments,
.comment-reply-title {
    color: transparent;
    background: #bc8e47;
    background: -moz-linear-gradient(left, #bc8e47 0%, #bc9d6e 100%);
    background: -webkit-linear-gradient(left, #bc8e47 0%, #bc9d6e 100%);
    background-clip: border-box;
    background: linear-gradient(left, #bc8e47 0%, #bc9d6e 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
}

.comment-respond {
    margin-top: 50px;
}

.blog-single-meta {
    text-decoration: underline;
}

.blog-single-meta a,
.blog-single-meta span {
    display: inline;
    font-size: 15px;
    line-height: 1.2;
}

.blog-wrap-single hr {
    width: 100%;
    height: 1px;
    margin: 90px 0 0;
    background: 1px solid #dcdcdc;
}

@media (max-width: 767px) {
    .blog-wrap-single hr {
        margin-top: 25px;
    }
}

.blog-excerpt {
    margin: 10px 0;
}

.blog-read-more {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #14233c;
}

.blog-read-more:hover {
    text-decoration: none;
}

.blog-read-more:hover .btn-arrow img {
    margin-left: 10px;
}

@media (max-width: 640px) {
    .blog-read-more:hover .btn-arrow img {
        margin-left: 0;
    }
}

@media (max-width: 960px) {
    .blog-read-more span img {
        margin-top: 4px;
    }
}

.blog-item {
    padding: 45px 0;
    border-bottom: 1px solid #dcdcdc;
}

@media (max-width: 1023px) {
    .blog-item {
        padding: 30px 0;
    }
}

@media (max-width: 640px) {
    .blog-item {
        padding: 20px 0;
    }
}

.blog-item:first-child {
    padding-top: 0;
    border-top: none;
}

a.blog-item-img:hover {
    opacity: 0.8;
}

.blog-item-img {
    margin-bottom: 10px;
}

.blog-item-img img {
    height: auto;
}

@media screen and (max-width: 800px) {
    .blog-item-img img {
        width: auto;
    }
}

.search-box {
    padding: 40px 30px;
}

@media (max-width: 1023px) {
    .search-box {
        padding: 30px 20px;
    }
}

.search-box form {
    position: relative;
}

.search-box input {
    margin: 0;
    height: 50px;
    line-height: 46px;
    background-color: white;
    border: 1px solid #dcdcdc;
    padding: 0 45px 0 20px;
}

.search-box button {
    position: absolute;
    height: 47px;
    line-height: 47px;
    color: #bc9d6e;
    padding: 0;
    background-color: transparent;
    margin: 0;
    width: 30px;
    right: 10px;
    top: 1px;
}

.search-box button:hover {
    background: transparent;
}

.categories-box {
    padding: 40px 30px;
    background-color: #14233c;
}

@media (max-width: 1023px) {
    .categories-box {
        padding: 30px 20px;
    }
}

.categories-box ul {
    position: relative;
    overflow: hidden;
    clear: both;
    display: block;
}

.categories-box li {
    color: white;
    display: block;
    margin: 10px 0;
    display: block;
    position: relative;
    padding-left: 35px;
    font-size: 18px;
}

@media (max-width: 1023px) {
    .categories-box li {
        font-size: 16px;
        padding-left: 29px;
    }
}

.categories-box li strong {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.categories-box ul li:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 20px;
    color: #bc9d6e;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 3px;
    right: auto;
    bottom: auto;
    left: 0;
    font-weight: 900;
}

.categories-box a:hover {
    text-decoration: none;
    color: #bc9d6e;
}

.post-item {
    padding: 20px 0;
    border-top: 1px solid #dcdcdc;
}

.post-item:first-child {
    padding-top: 0;
    border-top: none;
}

.small-post-img {
    width: 30%;
    display: block;
    height: 90px;
}

@media (max-width: 1023px) {
    .small-post-img {
        width: 35%;
    }
}

@media screen and (max-width: 800px) {
    .small-post-img {
        width: 120px;
    }
}

@media (max-width: 480px) {
    .small-post-img {
        width: 90px;
    }
}

.small-post-img:hover {
    opacity: 0.8;
}

.small-post-text {
    width: 65%;
    padding-left: 15px;
}

@media (max-width: 1023px) {
    .small-post-text {
        width: 60%;
        padding-left: 10px;
    }

    .small-post-text .blog-item-info span {
        font-size: 14px;
    }
}

.small-post-title {
    font-family: 'PT Serif', serif;
    font-weight: 700;
    color: #14233c;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 1.2;
}

@media (max-width: 1023px) {
    .small-post-title {
        font-size: 16px;
        margin-top: 0;
    }
}

.small-post-title:hover {
    text-decoration: none;
    color: #bc9d6e;
}

.pagination {
    margin-top: 40px;
    text-align: right;
}

@media (max-width: 640px) {
    .pagination {
        margin-top: 30px;
        text-align: center;
    }
}

.pagination a,
.pagination span {
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 38px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 1px;
}

@media (max-width: 480px) {

    .pagination a,
    .pagination span {
        width: 34px;
        height: 34px;
        font-size: 14px;
        line-height: 30px;
    }
}

.pagination span {
    color: white;
    background-color: #bc9d6e;
}

.pagination span.extend {
    color: #14233c;
    background-color: #f1f0f3;
}

.pagination a {
    background-color: #f1f0f3;
    color: #14233c;
}

.pagination a:hover {
    text-decoration: none;
    color: white;
    background-color: #bc9d6e;
}

.courts-item {
    margin: 40px 0;
}

@media (max-width: 960px) {
    .courts-item {
        margin: 30px 0;
    }
}

.courts-letter span {
    color: white;
    font-family: 'PT Serif', serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    padding: 15px 20px;
    background: #14233c;
    display: block;
    text-transform: uppercase;
}

@media (max-width: 960px) {
    .courts-letter span {
        font-size: 20px;
    }
}

.court-link {
    display: block;
    margin: 15px 0;
}

@media (max-width: 960px) {
    .court-link {
        margin: 10px 0;
    }
}

.court-link:hover {
    text-decoration: none;
    opacity: 0.8;
}

.court-link span {
    display: block;
    line-height: 1.2;
    font-size: 16px;
}

@media (max-width: 960px) {
    .court-link span {
        font-size: 15px;
    }
}

.court-name {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #14233c;
}

.courts-row {
    width: 33.333333%;
    padding: 0 25px;
}

@media (max-width: 960px) {
    .courts-row {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .courts-row {
        width: 100%;
        padding: 0;
    }
}

.courts-wrap {
    margin-top: 30px;
    margin-left: -25px;
    margin-right: -25px;
}

@media (max-width: 960px) {
    .courts-wrap {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media (max-width: 767px) {
    .courts-wrap {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }
}

.courts-top {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form br {
    display: none;
}

.qe-faq-toggle .qe-toggle-title i.fa-minus-circle::before {
    content: "\f068";
}

.qe-faq-toggle .qe-toggle-title i.fa-plus-circle::before {
    content: "\f067";
}

.directory-toc {
    margin-bottom: 0;
}

.directory-toc figcaption {
    background: #eee;
    padding: 5px;
    text-align: center;
}

.recommended-wrap.m-v-xxl {
    display: none;
}

.gc_home_abt_title {
    font-size: 20px;
    font-family: 'Lato';
    color: #373737 !important;
    -webkit-text-fill-color: #373737;
    font-weight: 500;
}

.gc_media {
    margin: 20px;
}

h2.gradient-text.big-title.gc_about {
    margin-bottom: 30px !important;
}

.gc-about-desc {
    margin-bottom: 40px !important;
}

.lawyers-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.lawyer-item {
    width: 50%;
    flex-basis: 50%;
}



/* Awards Page */

.award-container {
    margin-top: 5vh;
}

@media screen and (min-width: 801px) {
    .sidebar-box.toc {
        z-index: 1;
        max-width: 400.83px;
    }
}

@media (max-width:599px) {
    .directory-toc .wp-block-column {
        flex-basis: calc(50% - 16px) !important;
        flex-grow: 0;
    }

    .directory-toc .wp-block-column:nth-child(2n) {
        margin-left: 32px;
    }

    .lawyer-item {
        width: 100%;
        flex-basis: 100%;
        margin-bottom: 25px;
    }
}

/*# sourceMappingURL=style.css.map */

/* seo related styles  */
.header-top {
    visibility: hidden;
}

@media (max-width: 960px) {
    .main-menu {
        margin-top: 20px;
        width: calc(100% - 20px);
    }
}

@media (min-width: 1200px) {
    .header-nav {
        flex-direction: row-reverse;
    }

    .main-menu li {
        padding: 0 14px;
    }

    .main-menu a {
        font-size: 14px;

    }
}

.footer-wrap .footer-row p a {
    color: #fff;
    text-decoration: none;
}

.footer-wrap .footer-row p a:hover {
    color: #bc9d6e;
}

.footer-wrap .button-social {
    margin-bottom: 5px;
}

@media (min-width:1200px) {
    .header-nav {
        width: 85%;
    }
  .header-logo {
  width: 15%;
}
}

@media (min-width: 992px) {
    .footer-inner-row {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-inner-row .footer-cell.footer-row {
        max-width: 33.333333%;
        flex: 0 0 33.333333%;
    }

    .footer-wrap .row .col-lg-8 {
        max-width: 75%;
        flex: 0 0 75%;
    }

    .footer-wrap .row .col-lg-4 {
        max-width: 25%;
        flex: 0 0 25%;
    }
}

.footer-cell {
    width: 100%;
}

@media (max-width: 767px) {
    .footer-wrap .row .col-lg-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .footer-wrap .row .col-lg-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-wrap .row .col-lg-4 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .footer-wrap .row .col-lg-8 {
        max-width: 50%;
        flex: 0 0 50%;
    }
}
@media (max-width: 960px) {
  .header-nav {
    width: 100%;
    right: -100%;
  }
}
.call-btn .call-text {
  font-size: 18px;
}
.lawyer-link iframe {
  pointer-events: none;
}


.top-header {
    padding: 15px 0;
    margin: 0 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    /* padding-bottom: 0; */
    flex-wrap: nowrap;
}

body .header-nav,
.main-menu {
    width: 100%;
}

.main-menu {
    width: 100%;
    justify-content: space-between;
}

.call-btn span {
    color: #fff;
}



@media (max-width: 960px) {
    .top-header {
        display: none;
    }
}

@media (max-width: 1600px) {
    .top-header {
        margin: 0 30px;
    }
}

@media (max-width: 1366px) {
    .main-menu a {
        /* padding: 10px 5px; */
    }
}


.hero-text .flex-hero {
    transform: translateY(50px);
}

@media (max-width: 991px) {
    .call-btn {
        border-right: none;
    }

    .buttons-header {
        display: flex;
        /* justify-content: center; */
        align-items: center;
        flex-wrap: wrap;
    }

    .buttons-header .btn-request {
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 961px) {
    .header-wrap {
        padding-bottom: 0;
    }

    .hidden-lg {
        display: none;
    }

    body .main-menu li {
        padding: 0;
    }

    .main-menu li:first-child {
        margin-left: 0;
    }

    .main-menu li:last-child {
        margin-right: 0;
    }

}

@media (max-width: 960px) {
    .buttons-header {
        justify-content: center;

    }
}

@media (max-width: 480px) {

    .buttons-header .btn-request {
        margin-top: 10px;
        margin-top: 20px;
        width: 90%;
        max-width: 90%;
    }
}

/* related post css  */
.wpc-related-article h2 {
    background: #c8975f;
    color: #fff;
    padding: 10px 20px;
    font-size: 21px;
  }
  .wpc-related-article ul li {
    margin: 10px 0;
  
  }
  .wpc-related-article ul li a {
    background: #f5f5f5;
    padding: 15px 20px;
    font-size: 16px;
  /*   font-family: 'Lato', sans-serif; */
    font-weight: 400;
    line-height: 1;
    display: block;
    text-decoration: none;
  }
  .wpc-related-article ul li a:hover {
    color: #bc8e47;
  }