@font-face {
    font-family: "Sfpro";
    font-weight: 700;
    src: url("../fonts/sfprodisplaybold.otf") format("opentype");
}

@font-face {
    font-family: "Sfpro";
    font-weight: 300;
    src: url("../fonts/sfprodisplaylightitalic.otf") format("opentype");
}

@font-face {
    font-family: "Sfpro";
    font-weight: 400;
    src: url("../fonts/sfprodisplayregular.otf") format("opentype");
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input,
select,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

body.openMobileTag {
    overflow: hidden;
}

select::-ms-expand {
    display: none;
}

html {
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

body,
html {
    width: 100%;
    height: 100%;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

.clear,
.clearfix {
    clear: both;
}

:focus {
    outline: 0;
    border: 0;
}

a,
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

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

* {
    -webkit-tap-highlight-color: transparent;
}

.row,
.rowClean {
    margin: 0 auto;
    width: 100%;
}

.container,
.row,
.rowClean {
    width: 100%;
}

.container .row,
.container .rowClean {
    max-width: 900px;
}

.row.full-width,
.rowClean {
    max-width: 100%;
}

.row {
    font-size: 0;
    text-align: center;
}

.row.noCentered {
    padding: 0 60px;
}

.row.big {
    max-width: 1024px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {

    .row.big,
    .row.noCentered {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
    .row.big {
        padding-left: 30px;
        padding-right: 30px;
    }
}

[class*=" col-"],
[class^="col-"] {
    display: inline-block;
    float: none;
    font-size: 1px;
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    vertical-align: top;
    text-align: left;
}

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

    [class*=" col-"],
    [class^="col-"] {
        padding: 0 10px;
    }

    .col-12-1 {
        width: 8.333333333333332%;
    }

    .col-12-2 {
        width: 16.666666666666664%;
    }

    .col-12-3,
    .col-16-4 {
        width: 25%;
    }

    .col-12-4 {
        width: 33.33333333333333%;
    }

    .col-12-5 {
        width: 41.66666666666667%;
    }

    .col-12-6,
    .col-16-8 {
        width: 50%;
    }

    .col-12-7 {
        width: 58.333333333333336%;
    }

    .col-12-8 {
        width: 66.66666666666666%;
    }

    .col-12-9,
    .col-16-12 {
        width: 75%;
    }

    .col-12-10 {
        width: 83.33333333333334%;
    }

    .col-12-11 {
        width: 91.66666666666666%;
    }

    .col-12-12,
    .col-16-16 {
        width: 100%;
    }

    .left-12-0,
    .left-16-0 {
        right: 0;
    }

    .left-12-1 {
        right: 8.33333333%;
    }

    .left-12-2 {
        right: 16.66666667%;
    }

    .left-12-3,
    .left-16-4 {
        right: 25%;
    }

    .left-12-4 {
        right: 33.33333333%;
    }

    .left-12-5 {
        right: 41.66666667%;
    }

    .left-12-6,
    .left-16-8 {
        right: 50%;
    }

    .left-12-7 {
        right: 58.33333333%;
    }

    .left-12-8 {
        right: 66.66666667%;
    }

    .left-12-9,
    .left-16-12 {
        right: 75%;
    }

    .left-12-10 {
        right: 83.33333333%;
    }

    .left-12-11 {
        right: 91.66666667%;
    }

    .left-12-12,
    .left-16-16 {
        right: 100%;
    }

    .right-12-0,
    .right-16-0 {
        left: 0;
    }

    .right-12-1 {
        left: 8.33333333%;
    }

    .right-12-2 {
        left: 16.66666667%;
    }

    .right-12-3,
    .right-16-4 {
        left: 25%;
    }

    .right-12-4 {
        left: 33.33333333%;
    }

    .right-12-5 {
        left: 41.66666667%;
    }

    .right-12-6,
    .right-16-8 {
        left: 50%;
    }

    .right-12-7 {
        left: 58.33333333%;
    }

    .right-12-8 {
        left: 66.66666667%;
    }

    .right-12-9,
    .right-16-12 {
        left: 75%;
    }

    .right-12-10 {
        left: 83.33333333%;
    }

    .right-12-11 {
        left: 91.66666667%;
    }

    .right-12-12,
    .right-16-16 {
        left: 100%;
    }

    .offset-left-12-0,
    .offset-left-16-0 {
        margin-left: 0;
    }

    .offset-left-12-1 {
        margin-left: 8.33333333%;
    }

    .offset-left-12-2 {
        margin-left: 16.66666667%;
    }

    .offset-left-12-3,
    .offset-left-16-4 {
        margin-left: 25%;
    }

    .offset-left-12-4 {
        margin-left: 33.33333333%;
    }

    .offset-left-12-5 {
        margin-left: 41.66666667%;
    }

    .offset-left-12-6,
    .offset-left-16-8 {
        margin-left: 50%;
    }

    .offset-left-12-7 {
        margin-left: 58.33333333%;
    }

    .offset-left-12-8 {
        margin-left: 66.66666667%;
    }

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

    .offset-left-12-10 {
        margin-left: 83.33333333%;
    }

    .offset-left-12-11 {
        margin-left: 91.66666667%;
    }

    .offset-left-12-12,
    .offset-left-16-16 {
        margin-left: 100%;
    }

    .offset-right-12-0,
    .offset-right-16-0 {
        margin-right: 0;
    }

    .offset-right-12-1 {
        margin-right: 8.33333333%;
    }

    .offset-right-12-2 {
        margin-right: 16.66666667%;
    }

    .offset-right-12-3,
    .offset-right-16-4 {
        margin-right: 25%;
    }

    .offset-right-12-4 {
        margin-right: 33.33333333%;
    }

    .offset-right-12-5 {
        margin-right: 41.66666667%;
    }

    .offset-right-12-6,
    .offset-right-16-8 {
        margin-right: 50%;
    }

    .offset-right-12-7 {
        margin-right: 58.33333333%;
    }

    .offset-right-12-8 {
        margin-right: 66.66666667%;
    }

    .offset-right-12-9,
    .offset-right-16-12 {
        margin-right: 75%;
    }

    .offset-right-12-10 {
        margin-right: 83.33333333%;
    }

    .offset-right-12-11 {
        margin-right: 91.66666667%;
    }

    .offset-right-12-12,
    .offset-right-16-16 {
        margin-right: 100%;
    }

    .col-16-1 {
        width: 6.25%;
    }

    .col-16-2 {
        width: 12.5%;
    }

    .col-16-3 {
        width: 18.75%;
    }

    .col-16-5 {
        width: 31.25%;
    }

    .col-16-6 {
        width: 37.5%;
    }

    .col-16-7 {
        width: 43.75%;
    }

    .col-16-9 {
        width: 56.25%;
    }

    .col-16-10 {
        width: 62.5%;
    }

    .col-16-11 {
        width: 68.75%;
    }

    .col-16-13 {
        width: 81.25%;
    }

    .col-16-14 {
        width: 87.5%;
    }

    .col-16-15 {
        width: 93.75%;
    }

    .left-16-1 {
        right: 6.25%;
    }

    .left-16-2 {
        right: 12.5%;
    }

    .left-16-3 {
        right: 18.75%;
    }

    .left-16-5 {
        right: 31.25%;
    }

    .left-16-6 {
        right: 37.5%;
    }

    .left-16-7 {
        right: 43.75%;
    }

    .left-16-9 {
        right: 56.25%;
    }

    .left-16-10 {
        right: 62.5%;
    }

    .left-16-11 {
        right: 68.75%;
    }

    .left-16-13 {
        right: 81.25%;
    }

    .left-16-14 {
        right: 87.5%;
    }

    .left-16-15 {
        right: 93.75%;
    }

    .right-16-1 {
        left: 6.25%;
    }

    .right-16-2 {
        left: 12.5%;
    }

    .right-16-3 {
        left: 18.75%;
    }

    .right-16-5 {
        left: 31.25%;
    }

    .right-16-6 {
        left: 37.5%;
    }

    .right-16-7 {
        left: 43.75%;
    }

    .right-16-9 {
        left: 56.25%;
    }

    .right-16-10 {
        left: 62.5%;
    }

    .right-16-11 {
        left: 68.75%;
    }

    .right-16-13 {
        left: 81.25%;
    }

    .right-16-14 {
        left: 87.5%;
    }

    .right-16-15 {
        left: 93.75%;
    }

    .offset-left-16-1 {
        margin-left: 6.25%;
    }

    .offset-left-16-2 {
        margin-left: 12.5%;
    }

    .offset-left-16-3 {
        margin-left: 18.75%;
    }

    .offset-left-16-5 {
        margin-left: 31.25%;
    }

    .offset-left-16-6 {
        margin-left: 37.5%;
    }

    .offset-left-16-7 {
        margin-left: 43.75%;
    }

    .offset-left-16-9 {
        margin-left: 56.25%;
    }

    .offset-left-16-10 {
        margin-left: 62.5%;
    }

    .offset-left-16-11 {
        margin-left: 68.75%;
    }

    .offset-left-16-13 {
        margin-left: 81.25%;
    }

    .offset-left-16-14 {
        margin-left: 87.5%;
    }

    .offset-left-16-15 {
        margin-left: 93.75%;
    }

    .offset-right-16-1 {
        margin-right: 6.25%;
    }

    .offset-right-16-2 {
        margin-right: 12.5%;
    }

    .offset-right-16-3 {
        margin-right: 18.75%;
    }

    .offset-right-16-5 {
        margin-right: 31.25%;
    }

    .offset-right-16-6 {
        margin-right: 37.5%;
    }

    .offset-right-16-7 {
        margin-right: 43.75%;
    }

    .offset-right-16-9 {
        margin-right: 56.25%;
    }

    .offset-right-16-10 {
        margin-right: 62.5%;
    }

    .offset-right-16-11 {
        margin-right: 68.75%;
    }

    .offset-right-16-13 {
        margin-right: 81.25%;
    }

    .offset-right-16-14 {
        margin-right: 87.5%;
    }

    .offset-right-16-15 {
        margin-right: 93.75%;
    }
}

.imageCongainer,
.imageCongainer .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.no-pad-left {
    padding-left: 0;
}

.no-pad-right {
    padding-right: 0;
}

.table {
    display: table;
}

.cell {
    display: table-cell;
}

.top {
    vertical-align: top;
}

.middle {
    vertical-align: middle;
}

.bottom {
    vertical-align: bottom;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

img.img-cover,
video.img-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img.img-contain,
video.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

img.img-none,
video.img-none {
    width: 100%;
    height: 100%;
    object-fit: none;
}

img.img-scale-down,
video.img-scale-down {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

img.top-center,
video.top-center {
    object-position: top center;
}

img.top-left,
video.top-left {
    object-position: top left;
}

img.top-right,
video.top-right {
    object-position: top right;
}

img.bottom-center,
video.bottom-center {
    object-position: bottom center;
}

img.bottom-left,
video.bottom-left {
    object-position: bottom left;
}

img.bottom-right,
video.bottom-right {
    object-position: bottom right;
}

.imageCongainer {
    overflow: hidden;
}

.imageCongainer .image {
    background-color: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-template-services>.block {
    height: 100%;
    position: absolute;
    top: 0px;
    overflow: hidden;
    -webkit-transition: width 0.6s, background-color 0.6s;
    -moz-transition: width 0.6s, background-color 0.6s;
    -ms-transition: width 0.6s, background-color 0.6s;
    transition: width 0.6s, background-color 0.6s;
}

.page-template-services>.block.left {
    width: 100%;
    left: 0px;
    height: 100%;
    overflow-y: auto;
}

.page-template-services>.block.right {
    width: 0%;
    right: 0px;
    box-sizing: border-box;
}

/* --- */

/* blog - about */
.page-template-services .about {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /* 	background-position: top -100px left;
	background-repeat: no-repeat; */
    background-size: auto 1000px;
    background-color: #201f24;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.page-template-services .about .overflow {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-right: 0px;
}

.contentColumns>.table>.featured .about .overflow>.content {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
}

.page-template-services .about .overflow>.content>.block {
    width: 100%;
    position: absolute;
    left: 0px;
    box-sizing: border-box;
    padding: 0px 50px 0px 50px;
}

.page-template-services .about .overflow>.content>.block.top {
    top: 12.31vh;
}

.page-template-services .about .overflow>.content>.block.bottom {
    bottom: 7.83vh;
}

/* blog - about - logo */
.page-template-services .about .logo {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
}

.page-template-services .about .logo h1 {
    width: 260px;
    height: 150px;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url(../../img/layout/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
}

.page-template-services .about .logo .textlink {
    display: block;
    width: fit-content;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 133.333%;
    letter-spacing: 0.04em;
    color: #ffffff;
    font-family: "etica-display", sans-serif;
    margin-top: 45.5px;
    padding-right: 8px;
}

.page-template-services .about .logo .textlink span {
    position: relative;
    transition: color 0.4s;
}

.page-template-services .about .logo .textlink i::before,
.page-template-services .about .logo .textlink i::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translate(0, -50%);
}

.page-template-services .about .logo .textlink i::before {
    background: url("../../img/layout/arrow-right-red.svg") no-repeat center center;
    background-size: contain;
}

.page-template-services .about .logo .textlink i::after {
    background: url("../../img/layout/arrow-right-white.svg") no-repeat center center;
    background-size: contain;
    opacity: 0;
}

.page-template-services .about .logo .textlink:hover span {
    color: #b2bbc7;
}

.page-template-services .about .logo .textlink:hover i::before {
    opacity: 0;
}

.page-template-services .about .logo .textlink:hover i::after {
    opacity: 1;
}



/* - */

/* blog - about - contact us */
.page-template-services .about .social {
    display: flex;
    flex-direction: column;
    row-gap: 26px;
    margin-bottom: 12.4vh;
}

.page-template-services .about .social .contact-us,
.page-template-services .about .social .schedulle-call {
    text-transform: uppercase;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 133.333%;
    letter-spacing: 0.04em;
    color: #ffffff;
    font-family: "etica-display", sans-serif;
    position: relative;
    padding-left: 24px;
    transition: opacity 0.5s;
}

.page-template-services .about .social .contact-us i::after,
.page-template-services .about .social .schedulle-call i::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.page-template-services .about .social .contact-us i::after {
    background: url("../../img/layout/send.svg") no-repeat center center;
    background-size: contain;
}

.page-template-services .about .social .schedulle-call i::after {
    background: url("../../img/layout/event-calendar.svg") no-repeat center center;
    background-size: contain;
}

.page-template-services .about .contact_us {
    width: 100%;
}

.page-template-services .about .contact_us ul {
    width: 100%;
    text-align: left;
    font-size: 0px;
}

.page-template-services .about .contact_us ul li {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}

.page-template-services .about .contact_us ul li p {
    font-size: 12px;
    line-height: 17px;
    color: #b7b4be;
    font-family: "utopia-std", sans-serif;
    font-weight: 300;
}

.page-template-services .about .contact_us ul li p a {
    color: #f6f6f4;
    font-weight: 400;
}

.page-template-services .about .contact_us ul li p a:hover {
    text-decoration: underline;
}

/* blog - about - contact us - instagram ico */
.page-template-services .about .contact_us ul li .instagram_ico {
    width: 35px;
    height: 35px;
    background-image: url(../../img/layout/instagram-ico.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.page-template-services .about .contact_us ul li .instagram_ico:hover {
    opacity: 0.8;
}

.page-template-services .about .contact_us h4 {
    color: #f6f6f4;
    font: 400 15px / 20px "utopia-std", sans-serif;
    margin: 0 0 5px;
}

.page-template-services .about .contact_us li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

/* - */

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .page-template-services {
        overflow: auto;
    }

    .contentColumns>.table>.featured .about .overflow>.content {
        min-height: 400px;
    }

    .page-template-services .about .logo h1 {
        width: 150px;
        height: 86px;
    }

    .page-template-services .about .logo .textlink {
        margin-top: 20px;
    }

    .page-template-services .about .social {
        margin-bottom: 25px;
    }

    .page-template-services .about .overflow>.content>.block.top {
        top: 70px;
    }

    .page-template-services .about .overflow>.content>.block.bottom {
        bottom: 30px;
    }
}

/* menu */

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .contentHeader .logo {
        display: none;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1023px) {
    .contentHeader .logo {
        display: none;
    }
}

.contentFooter {
    width: 100%;
    padding: 60px 0 30px 0;
    margin-top: 60px;
    border-top: 1px solid #fbfbfb;
    z-index: 10;
    position: relative;
    background-color: #fff;
}

.contentFooter .row>.table {
    width: 100%;
}

.contentFooter .row>.table .pos-1 {
    width: 205px;
}

.contentFooter .experience {
    width: 100%;
    text-align: left;
}

.contentFooter .experience a {
    display: inline-block;
    vertical-align: top;
}

.contentFooter .experience a.link {
    width: 150px;
    line-height: 40px;
    font-size: 12px;
    color: #48403e;
    font-family: "Sfpro", sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    border: 1px solid #323131;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    -ms-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
}

.contentFooter .experience a.link:hover {
    color: #fff;
    background-color: #323131;
}

.contentFooter .experience a.hash {
    width: 150px;
    line-height: 40px;
    font-size: 16px;
    color: #f73f3f;
    font-family: "Sfpro", sans-serif;
    font-weight: 400;
    text-align: center;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    transition: color 0.2s;
    margin-top: 5px;
}

.contentFooter .experience a.hash:hover {
    color: #8a9a67;
}

.contentFooter .relais {
    width: 100%;
    margin-bottom: 40px;
}

.contentFooter .relais p {
    font-size: 18px;
    line-height: 22px;
    color: #48403e;
    font-family: "kepler-std-semicondensed", serif;
}

.contentFooter .relais a {
    display: inline-block;
    vertical-align: top;
}

.contentFooter .relais a img {
    height: 70px;
}

.contentFooter .sites {
    width: 100%;
}

.contentFooter .sites ul {
    width: 100%;
    text-align: left;
    font-size: 0;
}

.contentFooter .sites li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    text-align: left;
}

.contentFooter .sites li:first-child a {
    text-align: left;
}

.contentFooter .sites li:last-child a {
    text-align: right;
}

.contentFooter .sites a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-family: "Sfpro", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #48403e;
    width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .contentFooter {
        padding: 30px 0 30px 0;
        margin-top: 30px;
    }

    .contentFooter .row .table {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

    .contentFooter .row .table>.cell {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        text-align: left;
    }

    .contentFooter .row .table .pos-1 {
        width: 100%;
    }

    .contentFooter .experience {
        width: 100%;
        text-align: center;
    }

    .contentFooter .experience a.hash {
        width: 100%;
    }

    .contentFooter .relais {
        width: 100%;
        margin-bottom: 0px;
        padding: 20px 50px 30px 50px;
        text-align: center;
    }

    .contentFooter .relais p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .contentFooter .relais a img {
        height: 50px;
    }

    .contentFooter .relais br {
        display: none;
    }

    .contentFooter .sites ul {
        padding: 0px 20px;
    }

    .contentFooter .sites li {
        text-align: center;
    }

    .contentFooter .sites a {
        font-size: 10px;
        letter-spacing: 2px;
    }
}

.mobileHeader {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #fff;
    display: none;
    z-index: 20;
    width: 100%;
    height: 50px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    text-align: right;
}

.mobileHeader .logo {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    margin-right: 15px;
}

.mobileHeader .logo a {
    display: inline-block;
    vertical-align: top;
}

.mobileHeader .logo a img {
    display: inline-block;
    vertical-align: top;
    height: 38px;
    width: auto;
}

.mobileHeader .tagsButton {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    background-image: url("../../img/blog/show_menu.png");
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: -9999px;
    overflow: hidden;
    background-size: 20px auto;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -15px;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

@media only screen and (min-width: 0px) and (max-width: 1023px) {
    .mobileHeader {
        display: block;
    }
}

.mobileTagMenu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 19;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    display: none;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -ms-transition: -ms-transform 0.4s;
    transition: transform 0.4s;
    padding-top: 50px;
    -webkit-transform: translate3d(-110%, 0, 0);
    -moz-transform: translate3d(-110%, 0, 0);
    -ms-transform: translate3d(-110%, 0, 0);
    transform: translate3d(-110%, 0, 0);
}

.mobileTagMenu .scroll {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

body.openMobileTag .mobileTagMenu {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mobileTagMenu .categoryTags {
    background-color: transparent;
    padding: 20px 0;
    border-top: 0 none;
}

.mobileTagMenu .categoryTags li:first-child {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0;
    margin-right: 0px;
}

.mobileTagMenu .categoryTags li {
    margin: 10px 10px 0px 0px;
    display: inline-block !important;
}

.mobileTagMenu .categoryTags h2 {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.mobileTagMenu .categoryTags a {
    font-size: 12px;
    line-height: 30px;
    padding: 0px 18px;
}

.mobileTagMenu .categoryTags a.more {
    display: none;
}

@media only screen and (min-width: 0px) and (max-width: 1023px) {
    .mobileTagMenu {
        display: block;
    }
}

.contentColumns {
    height: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
}

.contentColumns>.table {
    width: 100%;
    height: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
}

.contentColumns>.table>.content {
    position: relative;
    background-color: #fff;
    width: 60%;
}

.contentColumns>.table>.content>.scroll {
    width: 100%;
    height: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .contentColumns>.table {
        width: 100%;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }

    .contentColumns>.table>.featured {
        width: 100%;
        min-height: 400px;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }

    .contentColumns>.table>.content {
        width: 100%;
        display: inline-block;
        margin-top: 400px;
        vertical-align: top;
    }

    .contentColumns>.table>.content>.scroll {
        height: auto;
        overflow-x: visible;
        overflow-y: visible;
        position: relative;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .contentColumns>.table {
        width: 100%;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }

    .contentColumns>.table>.featured {
        width: 100%;
        min-height: 500px;
        display: inline-block;
        vertical-align: top;
    }

    .contentColumns>.table>.content {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

    .contentColumns>.table>.content>.scroll {
        height: auto;
        overflow-x: visible;
        overflow-y: visible;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .contentColumns>.table>.content>.scroll {
        -webkit-overflow-scrolling: touch;
    }
}

/* blog - button  */
.page-template-services .talk_to_an_expert,
.single .talk_to_an_expert {
    position: fixed;
}

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

    .page-template-services .talk_to_an_expert,
    .single .talk_to_an_expert {
        right: 4.17vw;
        bottom: 13.62vh;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {

    .page-template-services .talk_to_an_expert,
    .single .talk_to_an_expert {
        right: 3vh;
        top: calc(95% - 102px);
    }
}

.page-template-services .talk_to_an_expert .bttn,
.single .talk_to_an_expert .bttn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border: none;
    border-radius: 100%;
    padding: 5px;
    width: 125px;
    height: 125px;
    background-color: #171717;
    cursor: pointer;
}

.page-template-services .talk_to_an_expert .bttn .text,
.single .talk_to_an_expert .bttn .text {
    font-family: "etica-display", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 16px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    text-align: center;
    color: white;
    width: 75px;
}

.page-template-services .talk_to_an_expert i,
.single .talk_to_an_expert i {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-bottom: 6px;
}

.page-template-services .talk_to_an_expert i::after,
.single .talk_to_an_expert i::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: url("../../img/layout/event-calendar.svg") no-repeat center center;
    background-size: contain;
}

.columnFeaturedImage {
    width: 100%;
    height: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    vertical-align: top;
    background-image: url(../img/layout/home-bg-bp.jpg);
    background-size: auto 1000px;
    background-color: #201f24;
    padding-top: 40px;
}

.page-template-services .columnFeaturedImage .text {
    display: none;
}

.columnFeaturedImage .background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 0;
}

.columnFeaturedImage .go-back a {
    color: #ffffff;
    font-family: "etica-display", sans-serif;
    font-size: 12px;
    font-weight: 900;
    line-height: 16px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    position: relative;
    padding-left: 24px;
}

.columnFeaturedImage .go-back a::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(180deg);
    background: url("../../img/layout/arrow-right-red.svg") no-repeat center center;
    background-size: contain;
}

.columnFeaturedImage .background::after,
.columnFeaturedImage .background::before {
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0px;
    -webkit-box-shadow: 0px 0px 400px 220px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 0px 400px 220px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 0px 400px 220px rgba(0, 0, 0, 0.43);
    content: "";
    z-index: 1;
}

.columnFeaturedImage .background::after {
    top: -10px;
}

.columnFeaturedImage .background::before {
    bottom: -10px;
}

.columnFeaturedImage .logo {
    padding: 0px 50px 130px 50px;
}

.columnFeaturedImage .logo a img {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: auto;
}

.columnFeaturedImage .text {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0px 50px 50px 50px;
    -webkit-transition: opacity 0.6s, visibility 0.6s, -webkit-transform 0.6s;
    -moz-transition: opacity 0.6s, visibility 0.6s, -moz-transform 0.6s;
    -ms-transition: opacity 0.6s, visibility 0.6s, -ms-transform 0.6s;
    transition: opacity 0.6s, visibility 0.6s, transform 0.6s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

body.scrolled .columnFeaturedImage .text,
.columnFeaturedImage.home .text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.columnFeaturedImage .text h3 {
    font-size: 12px;
    color: #fff;
    font-family: "Sfpro", sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

.columnFeaturedImage .text h4 {
    font-size: 28px;
    line-height: 30px;
    color: #f5f5f5;
    font-family: "Sfpro", sans-serif;
    margin-bottom: 15px;
    font-weight: 400;
}

.columnFeaturedImage .text h2 {
    font-size: 58px;
    line-height: 64px;
    color: #ffffff;
    font-family: "Sfpro", sans-serif;
    font-weight: 700;
    text-align: left;
    max-width: 395px;
}

.columnFeaturedImage .text h2 span {
    color: #f73f3f;
    display: block;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .columnFeaturedImage .logo {
        padding: 30px 30px 30px 30px;
        margin-bottom: 20px;
    }

    .columnFeaturedImage .logo a img {
        width: 150px;
    }

    .columnFeaturedImage .text {
        padding: 0px 30px 30px 30px;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 50px, 0);
        -moz-transform: translate3d(0, 50px, 0);
        -ms-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 0, 0);
    }

    .columnFeaturedImage .text h3 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .columnFeaturedImage .text h4 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .columnFeaturedImage .text h2 {
        font-size: 30px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .columnFeaturedImage {
        height: 100%;
        background-size: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

    .columnFeaturedImage .background::after,
    .columnFeaturedImage .background::before {
        -webkit-box-shadow: 0px 0px 400px 220px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 0px 400px 220px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 0px 400px 220px rgba(0, 0, 0, 0.6);
    }

    .columnFeaturedImage .text h2 {
        font-size: 40px;
        line-height: 42px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {

    .columnFeaturedImage .text,
    .columnFeaturedImage .logo {
        padding: 0px 30px 30px 30px;
        margin-bottom: 50px;
    }

    .columnFeaturedImage .text h3 {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .columnFeaturedImage .text h4 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .columnFeaturedImage .text h2 {
        font-size: 30px;
        line-height: 35px;
    }
}

.categoryTags {
    background-color: #fff;
    padding: 10px 0 20px 0;
    z-index: 10;
    position: relative;
    border-top: 1px solid #fbfbfb;
}

.categoryTags ul {
    width: 100%;
    text-align: left;
}

@media only screen and (min-width: 769px) {
    .categoryTags ul {
        display: flex;
        align-items: center;
    }
}

.categoryTags li {
    display: none;
    vertical-align: top;
    margin: 10px 10px 0px 0px;
}

.categoryTags .active {
    display: inline-block;
}

.categoryTags h2 {
    font-size: 21px;
    line-height: 32px;
    color: #716f6f;
    font-weight: 700;
    font-family: "Sfpro", sans-serif;
}

.categoryTags a {
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    font-family: "Sfpro", sans-serif;
    text-transform: uppercase;
    background-color: #202020;
    display: inline-block;
    vertical-align: top;
    padding: 0px 15px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.categoryTags a:hover {
    background-color: #f73f3f;
}

.categoryTags+footer {
    margin-top: 0;
}

.categoryTags a.more {
    height: 24px;
    font-size: 0;
    width: 24px;
    padding: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f73f3f;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 12px;
    background-image: url("../../img/blog/plus.png");
}

.postList {
    width: 100%;
    padding: 60px 0 0 0;
}

.postList+.categoryTags {
    margin-top: 60px;
}

.postList .row.noCentered {
    margin-top: 40px;
}

.postList .row.noCentered:first-child {
    margin-top: 0px;
}

.postList .itemsList {
    width: 100%;
}

.postList .itemsList ul {
    width: 100%;
    font-size: 0;
}

.postList .itemsList li {
    width: 100%;
    margin-top: 40px;
}

.postList .itemsList li:first-child {
    margin-top: 0;
}

.postList .itemsList .item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.postList .itemsList .item .image {
    width: 100%;
    height: 320px;
    margin-bottom: 20px;
}

.postList .itemsList .item .image img {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    object-fit: cover;
    object-position: center center;
}

.postList .itemsList .item .description {
    width: 100%;
    text-align: left;
    padding: 0 10px;
    display: flex;
}

.postList .itemsList .item .description h4 {
    font-size: 10px;
    color: #6f6f6f;
    line-height: 10px;
    margin-bottom: 10px;
    font-family: "Sfpro", sans-serif;
    font-weight: 400;
}

.postList .itemsList .item .description h3 {
    font-size: 12px;
    color: #545454;
    line-height: 30px;
    font-family: "Sfpro", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 15px;
}

.postList .itemsList .item .description h2 {
    font-size: 24px;
    color: #453d3d;
    line-height: 30px;
    font-family: "Sfpro", sans-serif;
    font-weight: 700;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    transition: color 0.4s;
}

.postList .itemsList .item .description p {
    font-size: 14px;
    color: #545454;
    line-height: 20px;
    font-family: "Sfpro", sans-serif;
    font-weight: 400;
    margin-top: 10px;
}

.postList .itemsList .item:hover .description h2 {
    color: #f73f3f;
}

.postList .viewMore {
    width: 100%;
    padding: 60px 0 0 10px;
}

.postList .viewMore a {
    height: 30px;
    font-size: 0;
    width: 30px;
    padding: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f73f3f;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 14px;
    background-image: url("../../img/blog/plus.png");
    display: inline-block;
    vertical-align: top;
    border: 5px solid #f73f3f;
    -webkit-transition: border 0.4s, background-size 0.4s, background-color 0.4s;
    -moz-transition: border 0.4s, background-size 0.4s, background-color 0.4s;
    -ms-transition: border 0.4s, background-size 0.4s, background-color 0.4s;
    transition: border 0.4s, background-size 0.4s, background-color 0.4s;
}

.postList .loading .viewMore a {
    background-color: #fff;
    border-left: 5px solid #fff;
    background-size: 0px;
    -webkit-animation: spin 0.6s infinite;
    -moz-animation: spin 0.6s infinite;
    -ms-animation: spin 0.6s infinite;
    animation: spin 0.6s infinite;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .postList {
        padding: 15px 0 0 0;
    }

    .postList .col-12-12 {
        padding: 0;
    }

    .postList .no-pad-left,
    .postList .no-pad-right,
    .postList .col-12-4 {
        padding: 0 !important;
    }

    .postList .no-pad-right {
        margin-top: 40px;
    }

    .postList .col-12-4 {
        margin-top: 40px;
    }

    .postList .col-12-4:first-child {
        margin-top: 0px;
    }

    .postList+.categoryTags {
        margin-top: 30px;
    }

    .postList .itemsList li {
        width: 100%;
        margin-top: 40px;
    }

    .postList .itemsList .item .description {
        padding: 0;
        display: block;
    }

    .postList .itemsList .item .description h3 {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 10px;
    }

    .postList .itemsList .item .description h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .postList .itemsList .item .description p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }

    .postList .viewMore {
        padding: 0 20px 0 10px;
    }
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.pinedShare {
    width: 40px;
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    padding-bottom: 10px;
    z-index: 20;
    -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    -moz-transition: opacity 0.4s, visibility 0.4s, -moz-transform 0.4s;
    -ms-transition: opacity 0.4s, visibility 0.4s, -ms-transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.pinedShare p {
    font-family: "Sfpro", sans-serif;
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 15px;
    color: #c8c4c4;
    font-weight: 700;
    text-transform: uppercase;
}

.pinedShare ul {
    width: 100%;
}

.pinedShare li {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}

.pinedShare li:first-child {
    margin-top: 0px;
}

.pinedShare a {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    font-size: 0px;
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-image: url("../../img/blog/share.png");
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.pinedShare .twitter a {
    background-position: 1px 3px;
}

.pinedShare .facebook a {
    background-position: 1px -49px;
}

.pinedShare .link a {
    background-position: 1px -91px;
    background-size: 22px auto;
}

.pinedShare a:hover {
    opacity: 0.8;
}

.scrolled .pinedShare {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media only screen and (min-width: 0px) and (max-width: 1023px) {
    .pinedShare {
        width: 100%;
        position: fixed;
        top: auto;
        bottom: 0px;
        left: 0px;
        padding-bottom: 0px;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        padding: 10px 0px;
        background-color: #fff;
        z-index: 10;
        -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    }

    .pinedShare p {
        font-size: 10px;
        line-height: 10px;
        margin-bottom: 15px;
        width: 100%;
    }

    .pinedShare ul {
        width: 100%;
        text-align: center;
    }

    .pinedShare li {
        margin-top: 0;
        margin: 0px 10px;
    }

    .pinedShare a {
        width: 24px;
        height: 24px;
        margin: 0 auto;
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        font-size: 0px;
        background-repeat: no-repeat;
        background-size: 24px auto;
        background-image: url("../../img/blog/share.png");
        -webkit-transition: opacity 0.4s;
        -moz-transition: opacity 0.4s;
        -ms-transition: opacity 0.4s;
        transition: opacity 0.4s;
    }
}

.postHeader {
    padding: 40px 0 20px 0;
}

.postHeader.category {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #fbfbfb;
    border-top: 1px solid #fbfbfb;
}

.postHeader.category .tags {
    margin-bottom: 0px;
}

.postHeader.category .tags li {
    margin-top: 0px;
}

.postHeader .tags {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.postHeader .tags ul {
    width: 100%;
    text-align: center;
}

.postHeader .tags li {
    display: inline-block;
    vertical-align: top;
    margin: 10px 10px 0px 0px;
}

.postHeader .tags li a {
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    font-family: "Sfpro", sans-serif;
    text-transform: uppercase;
    background-color: #202020;
    display: inline-block;
    vertical-align: top;
    padding: 0px 15px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.postHeader .tags li a:hover {
    background-color: #f73f3f;
}

.postHeader .title {
    width: 100%;
    padding: 0px 50px 0px 0px;
    text-align: left;
    margin-bottom: 60px;
}

.postHeader .title .image {
    margin: 0 0 2rem;
}

.postHeader .title .image img {
    max-width: 100%;
    height: auto;
}

.postHeader .title h3 {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    font-family: "Sfpro", sans-serif;
    margin-bottom: 15px;
}

.postHeader .title h4 {
    color: #716f6f;
    font-size: 18px;
    font-weight: 700;
    font-family: "Sfpro", sans-serif;
}

.postHeader .title h2 {
    font-size: 48px;
    line-height: 55px;
    color: #453d3d;
    font-family: "Sfpro", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}

.postHeader .title h2 span {
    color: #f73f3f;
}

.postHeader .title h2+p {
    margin-top: 60px;
}

.postHeader .title p {
    color: #545454;
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
    font-family: "kepler-std-semicondensed", serif;
}

.postHeader .author {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.postHeader .author .avatar {
    width: 70px;
    height: 70px;
    background-color: #f1f0f0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.postHeader .author p {
    font-weight: 700;
    font-size: 12px;
    color: #545454;
    font-family: "Sfpro", sans-serif;
    text-transform: uppercase;
}

.postHeader .author p a {
    color: #545454;
}

.postHeader .author p a:hover {
    text-decoration: underline;
}

.postHeader .author h3 {
    font-weight: 400;
    font-size: 18px;
    color: #545454;
    font-family: "Sfpro", sans-serif;
    margin-top: 5px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .postHeader {
        padding: 20px 0 20px 0;
    }

    .postHeader .tags {
        margin-bottom: 20px;
        padding: 0px 10px;
    }

    .postHeader .tags li {
        margin: 10px 5px 0px 0px;
    }

    .postHeader .tags li a {
        font-size: 10px;
        line-height: 24px;
        padding: 0px 15px;
    }

    .postHeader .title {
        width: 100%;
        padding-right: 20px;
        margin-bottom: 30px;
    }

    .postHeader .title h3 {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .postHeader .title h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .postHeader .title h2+p {
        margin-top: 40px;
    }

    .postHeader .title p {
        font-size: 14px;
        line-height: 20px;
    }

    .postHeader .title br {
        display: none;
    }

    .postHeader .author {
        margin-bottom: 20px;
    }
}

.postContent {
    overflow: hidden;
    padding-bottom: 50px;
    color: #000000;
}

.postContent p {
    color: #000000;
    font-family: "Sfpro", sans-serif;
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 35px;
}

.postContent a {
    color: #f73f3f;
    text-decoration: underline;
}

.postContent a:hover {
    color: #000000;
}

.postContent h2 {
    color: #000000;
    font-family: "Sfpro", sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 50px;
}

.postContent h3,
.postContent h4,
.postContent h5 {
    color: #453d3d;
    font-family: "Sfpro", sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 50px;
}

.postContent a {
    text-decoration: underline;
}

.postContent img {
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 35px;
}

.postContent img.alignright,
.postContent img.alignleft {
    width: 49% !important;
}

.postContent img.alignleft {
    margin-right: 2%;
}

.postContent .wp-caption {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
    width: 100% !important;
}

.postContent .wp-caption.alignright,
.postContent .wp-caption.alignleft {
    width: 49% !important;
}

.postContent .wp-caption.alignleft {
    margin-right: 2%;
}

.postContent .wp-caption img {
    margin-bottom: 15px;
}

.postContent .wp-caption p {
    font-size: 16px;
    color: #a4a0a0;
    line-height: 16px;
    font-style: italic;
    margin-bottom: 0px;
}

.postContent blockquote {
    width: 100%;
    padding-left: 30px;
    border-left: 5px solid #000000;
    margin-bottom: 50px;
}

.postContent p+ul {
    margin-top: -10px;
}

.postContent p:empty {
    display: none;
}

.postContent ul {
    width: 100%;
    list-style: disc;
    margin-bottom: 50px;
}

.postContent ul li {
    color: #000000;
    font-family: "Sfpro", sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    margin-left: 15px;
}

.postContent ul li:first-child {
    margin-top: 0;
}

.postContent iframe {
    width: 100% !important;
    height: 410px !important;
    margin-bottom: 50px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .postContent {
        padding-bottom: 20px;
    }

    .postContent p {
        font-size: 14px;
        line-height: 20px;
    }

    .postContent h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .postContent h3,
    .postContent h4,
    .postContent h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .postContent img.alignright,
    .postContent img.alignleft {
        width: 100% !important;
    }

    .postContent img.alignleft {
        margin-right: 0%;
    }

    .postContent .wp-caption {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 15px;
    }

    .postContent .wp-caption.alignright,
    .postContent .wp-caption.alignleft {
        width: 100% !important;
    }

    .postContent .wp-caption.alignleft {
        margin-right: 0%;
    }

    .postContent .wp-caption img {
        margin-bottom: 10px;
    }

    .postContent .wp-caption p {
        font-size: 14px;
        line-height: 20px;
    }

    .postContent blockquote {
        width: 100%;
        padding-left: 20px;
    }

    .postContent p+ul {
        margin-top: -10px;
    }

    .postContent ul li {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
        margin-left: 15px;
    }

    .postContent ul li:first-child {
        margin-top: 0;
    }

    .postContent iframe {
        width: 100% !important;
        height: 200px !important;
    }

    .postContent .no-pad-left,
    .postContent .no-pad-right {
        padding: 0 !important;
    }
}

.nextPrevPost {
    width: 100%;
    height: 100px;
}

.nextPrevPost>.row {
    display: flex;
    padding: 0;
}

.nextPost,
.prevPost {
    width: 50%;
    height: 100px;
    background-color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 10;
    -webkit-transition: background-color 0.4s, top 0.4s;
    -moz-transition: background-color 0.4s, top 0.4s;
    -ms-transition: background-color 0.4s, top 0.4s;
    transition: background-color 0.4s, top 0.4s;
}

.prevPost {
    padding-left: 60px;
}

.nextPost {
    padding-right: 60px;
}

.nextPost:hover,
.prevPost:hover {
    color: #f73f3f;
    background-color: #fdfdfd;
}

.nextPost .name {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding-right: 50px;
    text-align: right;
    background-image: url("../../img/layout/arrow-go-black.png");
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-transition: background-position 0.4s, top 0.4s;
    -moz-transition: background-position 0.4s, top 0.4s;
    -ms-transition: background-position 0.4s, top 0.4s;
    transition: background-position 0.4s, top 0.4s;
}

.nextPost:hover .name {
    background-position: calc(100% - 3px) 0px;
}

.prevPost .name {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding-left: 50px;
    text-align: left;
    background-image: url("../../img/layout/arrow-back.png");
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: center left;
    -webkit-transition: background-position 0.4s, top 0.4s;
    -moz-transition: background-position 0.4s, top 0.4s;
    -ms-transition: background-position 0.4s, top 0.4s;
    transition: background-position 0.4s, top 0.4s;
}

.prevPost:hover .name {
    background-position: 3px 0px;
}

.nextPost h3,
.prevPost h3 {
    font-size: 14px;
    font-weight: 400;
    font-family: "utopia-std", sans-serif;
    color: #858585;
    line-height: 14px;
    margin-bottom: 5px;
    position: relative;
    top: 0px;
    -webkit-transition: opacity 0.4s, top 0.4s;
    -moz-transition: opacity 0.4s, top 0.4s;
    -ms-transition: opacity 0.4s, top 0.4s;
    transition: opacity 0.4s, top 0.4s;
}

.nextPost:hover h3,
.prevPost:hover h3 {
    opacity: 0.3;
    top: -8px;
}

.nextPost h2,
.prevPost h2 {
    font-size: 20px;
    font-family: "etica-display", sans-serif;
    font-weight: 700;
    color: #262327;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    top: 0px;
    -webkit-transition: top 0.4s;
    -moz-transition: top 0.4s;
    -ms-transition: top 0.4s;
    transition: top 0.4s;
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.nextPost:hover h2,
.prevPost:hover h2 {
    top: -8px;
}

.nextPrevPost+footer {
    margin-top: 0;
    border-top: 0 none;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .prevPost {
        padding-left: 30px;
    }

    .nextPost {
        padding-right: 30px;
    }

    .prevPost .name {
        padding-left: 30px;
        background-size: 15px auto;
    }

    .nextPost .name {
        padding-right: 30px;
        background-size: 15px auto;
    }

    .nextPost h3,
    .prevPost h3 {
        font-size: 8px;
        line-height: 8px;
        margin-bottom: 2px;
    }

    .nextPost h2,
    .prevPost h2 {
        font-size: 12px;
        line-height: 12px;
        width: 100px;
    }
}

.postInstagram {
    padding: 30px 0 30px 0;
    border-top: 2px solid #ededed;
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.postInstagram .sb_instagram_header {
    padding: 0px !important;
}

.postInstagram .sbi_header_img {
    border: 1px solid #ededed;
}

.postInstagram .sbi_header_img_hover i {
    margin-top: -7px !important;
    margin-left: -7px !important;
    width: 16px !important;
    height: 16px !important;
    background-size: 80px !important;
}

.postInstagram #sbi_images {
    width: 100%;
    width: calc(100% + 20px) !important;
    position: relative;
    left: -20px;
}

.postInstagram .sbi_load_btn,
.postInstagram .sbi_follow_btn a {
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    border-radius: 20px !important;
}

.postInstagram .sbi_follow_btn svg.fa-instagram {
    position: relative;
    top: 2px;
}

.postInstagram .sbi_follow_btn {
    margin-left: 10px !important;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .postInstagram {
        padding: 20px 0 20px 0;
    }

    .postInstagram #sbi_images {
        width: 100% !important;
        left: 0px;
        padding: 0 !important;
    }

    .postInstagram #sb_instagram #sbi_images .sbi_item {
        margin-bottom: 15px !important;
    }
}

.postRelated {
    padding: 30px 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.postRelated+.postInstagram {
    border-top: 0px none;
}

.postRelated .title {
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
}

.postRelated .title h2 {
    font-size: 12px;
    color: #545454;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.postRelated .list {
    width: 100%;
    width: cacl(100% + 20px);
    position: relative;
    left: -10px;
}

.postRelated .list .item {
    width: 100%;
    height: 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    position: relative;
}

.postRelated .list .item::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    z-index: 0;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.postRelated .list .item:hover::before {
    background-color: rgba(0, 0, 0, 0.8);
}

.postRelated .list .item .cell {
    position: relative;
    z-index: 1;
    padding: 0px 20px;
}

.postRelated .list .item h2 {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-family: "Sfpro", sans-serif;
    font-weight: 400;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .postRelated {
        padding: 40px 0;
    }

    .postRelated .title {
        margin-bottom: 0px;
    }

    .postRelated .title h2 {
        font-size: 12px;
        line-height: 12px;
    }

    .postRelated .list {
        width: 100%;
        left: 0;
    }

    .postRelated .list .col-12-4 {
        padding: 0px;
    }

    .postRelated .list .item {
        width: 100%;
        height: 140px;
        margin-top: 20px;
    }

    .postRelated .list .item h2 {
        font-size: 22px;
        line-height: 24px;
    }
}

.errorPage {
    width: 100%;
}

.errorPage .header {
    width: 100%;
    text-align: left;
}

.errorPage .header .logo {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin: 30px 0;
}

.errorPage .header .logo a {
    display: inline-block;
    vertical-align: top;
}

.errorPage .header .logo a img {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    height: auto;
}

.errorPage .message {
    padding: 50px 0 80px;
}

.errorPage .message h1 {
    font-size: 12px;
    line-height: 12px;
    color: #545454;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
}

.errorPage .message p {
    font-size: 48px;
    line-height: 48px;
    color: #545454;
    margin-bottom: 50px;
    font-family: "kepler-std-semicondensed", serif;
}

.errorPage .message a {
    font-size: 12px;
    line-height: 12px;
    color: #545454;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: "Montserrat", sans-serif;
}

.errorPage .tagsContainer {
    width: 100%;
}

.errorPage .tagsContainer .categoryTags {
    background-color: transparent;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .errorPage .header {
        display: none;
    }

    .errorPage .message {
        padding: 80px 0 50px;
    }

    .errorPage .message h1 {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 30px;
    }

    .errorPage .message p {
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 50px;
    }

    .errorPage .message a {
        font-size: 12px;
        line-height: 12px;
    }

    .errorPage .message br {
        display: none;
    }

    .errorPage .tagsContainer {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .errorPage .header {
        display: none;
    }

    .errorPage .tagsContainer {
        display: none;
    }
}

#input-share {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.share-ico {
    position: relative;
    z-index: 2;
}

.share-ico a:before {
    opacity: 0;
    transition: opacity 0.7s;
    content: "Link Copied";
    border-radius: 1rem;
    position: absolute;
    top: -0rem;
    right: 3rem;
    width: 170px;
    height: 30px;
    background-color: #545454;
    z-index: 1;
    font-size: 14px;
    line-height: 2.2em;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.share-ico .listo:before {
    opacity: 1;
}

@media only screen and (min-width: 0) and (max-width: 768px) {
    .share-ico a:before {
        border-radius: 1rem;
        top: -4.3rem;
        right: -2.1rem;
        width: 11rem;
        height: 2rem;
    }

    #input-share {
        left: -9999999999px;
    }
}

.firma-container {
    box-sizing: border-box;
    display: inline-block;
    width: 470px;
    padding: 0 15px;
    margin-bottom: 40px;
}

.firma-container canvas {
    position: relative;
    z-index: 1;
}

.firma-container .title {
    margin-bottom: 60px;
}

.firma-container h3 {
    font-family: "Sfpro", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #545454;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.03em;
    margin: 0;
    padding: 0;
}

.firma-container.send h3 {
    display: none;
}

.firma-container h4 {
    margin: 0;
    padding: 0;
    font-family: "Sfpro", sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #545454;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    -webkit-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    transition: opacity 0.7s;
}

.firma-container.send h4 {
    visibility: visible;
    opacity: 1;
    max-height: 100px;
}

.firma-container .firma {
    width: 450px;
    height: 120px;
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #dbd7d7;
}

.firma-container.send .firma {
    opacity: 0.6;
    pointer-events: none;
}

.firma-container .undo {
    text-decoration: none;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
}

.firma-container .undo i {
    display: inline-block;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("/blog/wp-content/themes/awasiblog/img/layout/undo.png");
}

.firma-container .undo span {
    text-decoration: none;
    font-family: "Sfpro", sans-serif;
    color: #dbd7d7;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 8px;
}

.firma-container .sign {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
    transition: opacity 0.7s, -webkit-transform 0.7s;
    -o-transition: opacity 0.7s, transform 0.7s;
    transition: opacity 0.7s, transform 0.7s;
    transition: opacity 0.7s, transform 0.7s, -webkit-transform 0.7s;
    opacity: 0.4;
    pointer-events: none;
}

.firma-container .sign:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.firma-container .sign span {
    font-family: "Sfpro", sans-serif;
    font-weight: 900;
    color: #545454;
    font-size: 14px;
    margin-left: 10px;
}

.firma-container .sign i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("/blog/wp-content/themes/awasiblog/img/layout/sign.png");
}

.firma-container.send .sign {
    pointer-events: none;
}

.firma-container.send .sign:hover {
    transform: scale(1);
}

.firma-container .firma.active .sign {
    opacity: 1;
    pointer-events: all;
}

.firma-container .message {
    display: block;
    padding-top: 30px;
    max-width: 430px;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    transition: height 0.5s, opacity 0.7s;
}

.firma-container.send .message {
    opacity: 1;
    max-height: 200px;
    visibility: visible;
}

.firma-container .message p {
    text-transform: uppercase;
    font-family: "Sfpro", sans-serif;
    font-weight: 900;
    color: #545454;
    font-size: 14px;
    line-height: 26px;
}

.firma-container .message .social {
    margin-top: 25px;
    font-size: 0;
}

.firma-container .message .social p {
    width: 270px;
    display: inline-block;
}

.firma-container .message .social ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: calc(100% - 270px);
    position: relative;
    font-size: 0;
    vertical-align: top;
    margin-top: -10px;
}

.firma-container .message .social ul li {
    margin: 0 7px;
}

.firma-container .share-ico a:before {
    right: -12rem !important;
}

@media only screen and (max-width: 450px) {
    .firma-container {
        width: 100%;
    }

    .firma-container .firma {
        width: 100%;
    }

    .firma-container .message .social ul {
        display: block;
        width: 100%;
        margin-top: 10px;
        box-shadow: none;
        text-align: left;
    }

    .firma-container .firma {
        height: 180px;
    }
}

.bigpartners-footer p {
    font-family: "utopia-std";
    font-weight: 400;
    color: #2f2f2d;
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 5px;
}

.bigpartners-footer .main-logo {
    width: 268px;
    height: 90.05px;
    margin-bottom: 28.9px;
}

.bigpartners-footer small {
    display: block;
    font-family: "Sfpro", sans-serif;
    font-weight: 700;
    color: #f73f3f;
    font-size: 21px;
    margin-bottom: 30px;
}

.bigpartners-footer .icon-footer {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bigpartners-footer .social-footer ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.bigpartners-footer .social-footer ul li:not(:last-child) {
    margin-right: 7px;
}

.bigpartners-footer .social-footer .icon-footer.instagram {
    background-image: url("../../img/blog/instagram.jpg");
}

.bigpartners-footer .social-footer .icon-footer.dribbble {
    background-image: url("../../img/blog/dribbble.jpg");
}

.bigpartners-footer .social-footer .icon-footer.behance {
    background-image: url("../../img/blog/behance.jpg");
}

.bigpartners-footer .social-footer a {
    transition: opacity 0.7s;
}

@media only screen and (min-width: 768px) {
    @media (hover: hover) {
        .bigpartners-footer .social-footer a:hover {
            opacity: 0.7;
        }
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .bigpartners-footer {
        padding: 0 0 90px;
    }

    .bigpartners-footer .main-logo {
        width: 188px;
        height: 63.16px;
        margin-bottom: 20px;
    }
}

.projects_nav {
    display: none;
}

.otgs-development-site-front-end {
    display: none;
}




/* @group about_services
------------------------------------ */

.about_services {
    background: white;
}



.about_services menu {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;

}

.about_services menu a {
    --offs: 10px;
}

.about_services menu a p {
    font-weight: 400;
    font-family: "utopia-std", sans-serif;
    line-height: 1em;
    transition: 0.5s;
}

.about_services menu a small {
    font-weight: 900;
    font-family: "etica-display", sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    padding-bottom: var(--offs);
    transition: 0.5s;
}

.about_services menu a {
    display: flex;
    gap: 32px;
    color: #666666;
    align-items: end;
}

.about_services h2 {
    font-family: "etica-display", sans-serif;
    color: #464646;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.about_services span {
    font-size: 12px;
    font-weight: 900;
    line-height: 1em;
    display: flex;
    text-transform: uppercase;
    gap: 10px;
    padding-bottom: var(--offs);
    letter-spacing: 0.04em;
    font-family: "etica-display", sans-serif;

    transition: 0.5s;
    color: #171717;
}

.about_services .title-wrapper {
    display: flex;
}

@media only screen and (min-width : 961px) {
    .page-template-services .scroll > .container > .row {
        margin-inline: 4.4rem;

    }
}
@media only screen and (min-width : 961px) {

    .page-template-services footer .row {
        padding-inline: 20px;
    }
    .about_services .overflow {
        padding-top: 12.4vh;
        padding-top: 12.4svh;
    }

    .about_services .title-wrapper {

        justify-content: start;
        align-items: end;
        gap: 36px;
    }

    .about_services h2 {
        padding-bottom: 9.8vh;
        padding-bottom: 9.8svh;
        font-size: 12px;
    }

    .about_services menu a p {
        font-size: 56px;
    }

    .about_services menu a:hover p {
        color: #171717;
        padding-left: .8rem;
    }

    .about_services menu a:hover small {
        color: #464646;
    }

    .about_services span {
        opacity: 0;
        pointer-events: none;
    }

    .about_services menu a:hover span {
        pointer-events: all;
        opacity: 1;
    }

    .about_services menu {
        gap: 37px;
    }

    .about_services menu a small {
        font-size: 12px;
    }
}


@media only screen and (min-width : 0) and (max-width : 960px) {
    .page-template-services :is(.content, #important) {
        margin-top: 0;
    }

    .about_services {
        padding-top: 4.02vh;
        padding-top: 4.02svh;
        padding-left: 20px;

    }
    .page-template-services .bigpartners-footer {
        padding-left: 20px;
    }

    .about_services menu {
        gap: 30px;
    }

    .about_services h2 {
        display: none;
    }

    .about_services menu a {
        gap: 25px;
        align-items: baseline;
        
    }

    .about_services small {
        font-size: 12px;
    }

    .about_services p {
        font-size: 36px;
        color: #171717;
    }

    .about_services span {
        font-size: 12px;
    }

    .about_services img {
        width: 10.5px;
    }

    .about_services .title-wrapper {
        flex-direction: column;
        gap: 15px;
    }
}

/* @end */