/* =================================================================== 
 *
 *  Hola v1.0 Main Stylesheet
 *  10-02-2017
 *  ------------------------------------------------------------------
 *
 *  TOC:
 *  # webfonts and iconfonts
 *  # base style overrides
 *      ## links
 *  # typography & general theme styles
 *      ## lists
 *      ## responsive video container
 *      ## floated image
 *      ## tables
 *      ## spacing
 *      ## pace.js styles - minimal
 *  # forms
 *      ## style placeholder text
 *      ## Change Autocomplete styles in Chrome
 *  # buttons
 *  # additional components
 *      ## alert box
 *      ## additional typo styles
 *      ## skillbars
 *  # common and reusable theme styles 
 *      ## section intro
 *      ## blog-list
 *  # header styles
 *      ## header logo
 *      ## mobile menu toggle
 *      ## navigation
 *  # home
 *      ## home content
 *      ## home social
 *      ## home animations
 *  # about
 *      ## timeline
 *  # works
 *      ## bricks/masonry
 *  # testimonials
 *  # blog
 *  # cta
 *  # stats
 *  # contact
 *  # footer
 *      ## go to top
 *  # blog styles
 *      ## blog page header
 *      ## blog content
 *      ## comments
 *
 * =================================================================== */


/* ===================================================================
 * # webfonts and iconfonts - (_document-setup.scss)
 *
 * ------------------------------------------------------------------- */

 @import url("iconic/css/iconmonstr-iconic-font.min.css");
 @import url("fonts.css");

@font-face {
    font-family: 'Open-Sans';
    src: url('../fonts/Open-Sans.ttf') format('truetype');
}

/* ===================================================================
 * # base style overrides - (_document-setup.scss)
 *
 * ------------------------------------------------------------------- */

 html {
    font-size: 10px;
    font-family: 'Open-Sans', sans-serif;
}

@media only screen and (max-width: 400px) {
    html {
        font-size: 9.375px;
    }
}

html, body {
    height: 100%;
}

body {
    background: #fff;
    f
    font-size: 1.6rem;
    line-height: 1.875;
    color: #5f5f5f;
    margin: 0;
    padding: 0;
}


/* ------------------------------------------------------------------- 
 * ## links - (_document-setup.scss) 
 * ------------------------------------------------------------------- */

 a {
    color: #862121;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover, a:focus, a:active {
    color: #191A3F;
}

a:focus {
    outline: none;
}



/* ===================================================================
 * # typography & general theme styles - (_document-setup.scss) 
 * 
 * ------------------------------------------------------------------- */

 h1, h2, h3, h4, h5, h6, .h01, .h02, .h03, .h04, .h05, .h06 {
    font-family: "Open-Sans", sans-serif;
    color: #444444;
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

h1, .h01, h2, .h02, h3, .h03, h4, .h04 {
    margin-top: 6rem;
    margin-bottom: 1.8rem;
}

@media only screen and (max-width: 600px) {
    h1, .h01, h2, .h02, h3, .h03, h4, .h04 {
        margin-top: 5.1rem;
    }
}

h5, .h05, h6, .h06 {
    margin-top: 4.2rem;
    margin-bottom: 1.5rem;
}

@media only screen and (max-width: 600px) {
    h5, .h05, h6, .h06 {
        margin-top: 3.6rem;
        margin-bottom: 0.9rem;
    }
}

h1, .h01 {
    font-family: "Open-Sans", sans-serif;
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
}

@media only screen and (max-width: 600px) {
    h1, .h01 {
        font-size: 3.3rem;
        letter-spacing: -.07rem;
    }
}

h2, .h02 {
    font-size: 3rem;
    line-height: 1.3;
}

h3, .h03 {
    font-size: 2.4rem;
    line-height: 1.25;
}

h4, .h04 {
    font-size: 2.1rem;
    line-height: 1.286;
}

h5, .h05 {
    font-size: 1.6rem;
    line-height: 1.3125;
}

h6, .h06 {
    font-family: "Open-Sans", sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .16rem;
}

p img {
    margin: 0;
}

p.lead {
    font-family: "Open-Sans", sans-serif;
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 0rem;
    color: #0D0A0B;
}

.mob-banner{
    display: none;
}

.title-to-pt{
    display: none;
}

.title-why{
    margin: 45px 0 !important;
}

@media only screen and (max-width: 1000px) {
    .header-logo a {
        font-size: 24px !important;
    }
    .main-slide{
        display: none !important;
    }
    .arrow-7{
        display: none !important;
    }
    .mob-banner{
        display: block;
        padding: 0;
    }
    .mob-banner img {
       max-height: 100%;
    padding-top: 50px
    }
    .title-to-pt{
        display: block;
        padding: 20px 0 35px 0;
    }
    .title-to-pt a{
        font-size: 30px;
        font-family: "Open-Sans", sans-serif;
        color: #444;
    }
}

iframe {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 900px) {
    .header-logo a {
        font-size: 20px !important;
    }
    .site-logo span {
       font-size: 10px !important;
       line-height: 72px !important; 
    }
    .header-logo {
        left: 20px !important;
    }

    .video-block iframe {
        height: 320px!important;
    }
    iframe {
        height: 100%;
    }
    .footer-bottom .copyright span {
        font-size: 14px !important;
    }
    .copyright{
        text-align: center !important;
    }

    .inner-icons{
        display: block !important;
    }
    .inner-title{
        display: block !important;
        padding-bottom: 10px;
        padding-left: 0px !important;
    }

    .inner-title h3{
         display: inline-block !important;
             font-size: 22px !important;

    }
}



@media only screen and (max-width: 800px) {
    .item-services:nth-of-type(1) { order: 2 !important; }
    .item-services:nth-of-type(2) { order: 1 !important; }
    
    .item-bt-services:nth-of-type(1) { order: 2 !important; }
    .item-bt-services:nth-of-type(2) { order: 1 !important; }
    .header-logo a {
        font-size: 22px !important;
        font-weight: 500 !important;
    }
    .site-logo span {
       font-size: 10px !important;
       line-height: 78px !important; 
    }
    .header-logo {
        left: 10px !important;
    }
    ul.lang-wrap {
        display: none;
    }
    .video-block iframe {
        height: 250px!important;
    }
    

    .mob-title {
        padding: 50px 0 0 0;
    }
    p.lead {
        font-size: 1.5rem;
        padding: 0 10px;
    }
    .services-block.pr-20 h2{
        font-size: 24px !important;
        text-align: center;
    }

    .services-block.pl-20 h2{
        font-size: 24px !important;
        text-align: center;
    }
    .col-md-6.services-block.pl-20{
        padding-right: 15px !important;
        padding-left: 15px;
    }
    .col-md-6.services-block.pr-20{
        padding-right: 15px !important;
        padding-left: 15px;
    }

    .services-block.pr-20 p{
        padding: 0 15px;
    }
    .block-3d p{
        padding: 0 25px;
    }

    .link-more{
        margin: 50px auto 0 auto !important;
    }
    
    section#top-slide {
        height: auto !important;
    }
    .home-about{
        padding-top: 0rem !important;
    }
    section#top-slide{
        overflow: hidden;
    }
}

em, i, strong, b {
    font-size: inherit;
    line-height: inherit;
    font-style: normal;
    font-weight: normal;
}

em, i {
    font-family: "librebaskerville-italic", serif;
}

strong, b {
    font-family: "librebaskerville-bold", serif;
}

small {
    font-size: 1.2rem;
    line-height: inherit;
}

blockquote {
    margin: 3.9rem 0;
    padding-left: 4.5rem;
    position: relative;
}

blockquote:before {
    content: "\201C";
    font-size: 10rem;
    line-height: 0px;
    margin: 0;
    color: rgba(0, 0, 0, 0.15);
    font-family: arial, sans-serif;
    position: absolute;
    top: 3.6rem;
    left: 0;
}

blockquote p {
    font-family: "Open-Sans", sans-serif;
    padding: 0;
    font-size: 2.1rem;
    line-height: 1.857;
    color: #0D0A0B;
}

blockquote cite {
    display: block;
    font-family: "Open-Sans", sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    line-height: 1.5;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited {
    color: #6c6c6c;
    border: none;
}

abbr {
    font-family: "librebaskerville-bold", serif;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .05rem;
    color: #6c6c6c;
}

var, kbd, samp, code, pre {
    font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
    padding: 2.4rem 3rem 3rem;
    background: #F1F1F1;
    overflow-x: auto;
}

code {
    font-size: 1.4rem;
    margin: 0 .2rem;
    padding: .3rem .6rem;
    white-space: nowrap;
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    border-radius: 3px;
}

pre > code {
    display: block;
    white-space: pre;
    line-height: 2;
    padding: 0;
    margin: 0;
}

pre.prettyprint > code {
    border: none;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
    text-decoration: none;
}

mark {
    background: #ffd900;
    color: #000000;
}

hr {
    border: solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0 0;
    clear: both;
    margin: 2.4rem 0 1.5rem;
    height: 0;
}


/* ------------------------------------------------------------------- 
 * ## Lists - (_document-setup.scss)  
 * ------------------------------------------------------------------- */

 ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li {
    display: list-item;
}

ol, ul {
    margin-left: 1.7rem;
}

ul li {
    padding-left: .4rem;
}

ul ul, ul ol, ol ol, ol ul {
    margin: .6rem 0 .6rem 1.7rem;
}

ul.disc li {
    display: list-item;
    list-style: none;
    padding: 0 0 0 .8rem;
    position: relative;
}

ul.disc li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #862121;
    position: absolute;
    left: -17px;
    top: 11px;
    vertical-align: middle;
}

dt {
    margin: 0;
    color: #862121;
}

dd {
    margin: 0 0 0 2rem;
}


/* ------------------------------------------------------------------- 
 * ## responsive video container - (_document-setup)
 * ------------------------------------------------------------------- */

 .video-container {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
}

.video-container iframe, 
.video-container object, 
.video-container embed, 
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ------------------------------------------------------------------- 
 * ## floated image - (_document-setup)  
 * ------------------------------------------------------------------- */

 img.pull-right {
    margin: 1.5rem 0 0 3rem;
}

img.pull-left {
    margin: 1.5rem 3rem 0 0;
}


/* ------------------------------------------------------------------- 
 * ## tables - (_document-setup.scss)  
 * ------------------------------------------------------------------- */

 table {
    border-width: 0;
    width: 100%;
    max-width: 100%;
    font-family: "librebaskerville-regular", serif;
}

th, td {
    padding: 1.5rem 3rem;
    text-align: left;
    border-bottom: 1px solid #E8E8E8;
}

th {
    color: #0D0A0B;
    font-family: "Open-Sans", sans-serif;
}

td {
    line-height: 1.5;
}

th:first-child, td:first-child {
    padding-left: 0;
}

th:last-child, td:last-child {
    padding-right: 0;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}


/* ------------------------------------------------------------------- 
 * ## Spacing - (_document-setup.scss)  
 * ------------------------------------------------------------------- */

 button, .btn {
    margin-bottom: 1.2rem;
}

fieldset {
    margin-bottom: 1.5rem;
}

input, 
textarea, 
select, 
pre, 
blockquote, 
figure, 
table, 
p, 
ul, 
ol, 
dl, 
form, 
.video-container, 
.ss-custom-select {
    margin-bottom: 3rem;
}


/* ------------------------------------------------------------------- 
 * ## pace.js styles - minimal  - (_document-setup.scss)
 * ------------------------------------------------------------------- */

 .pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #862121;
    position: fixed;
    z-index: 900;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}

.oldie .pace {
    display: none;
}



/* ===================================================================
 * preloader - (_preloader-2.scss)
 *
 * ------------------------------------------------------------------- */

 #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0F1215;
    z-index: 800;
    height: 100%;
    width: 100%;
}

.no-js #preloader, .oldie #preloader {
    display: none;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    padding: 0;
    background-color: #862121;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}



/* ===================================================================
 * # forms - (_forms.scss)
 *
 * ------------------------------------------------------------------- */

 fieldset {
    border: none;
}

input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="text"], 
input[type="tel"], 
input[type="url"], 
input[type="password"], 
textarea, select {
    display: block;
    height: 6rem;
    padding: 1.5rem 0;
    border: 0;
    outline: none;
    color: #333333;
    font-size: 1.5rem;
    line-height: 3rem;
    max-width: 100%;
    background: transparent;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
textarea.area-text-home {
    border: 1px solid #000;
    height: 200px;
    font-size: 20px;
    color: #000;
    padding-left: 10px;
    border-bottom: 1px solid #000;
}

.ss-custom-select {
    position: relative;
    padding: 0;
}

.ss-custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    margin: 0;
    line-height: 3rem;
    vertical-align: middle;
}

.ss-custom-select select option {
    padding-left: 2rem;
    padding-right: 2rem;
}

.ss-custom-select select::-ms-expand {
    display: none;
}

.ss-custom-select::after {
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    border-right: 2px solid rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    right: 2.4rem;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}


/* IE9 and below */

.oldie .ss-custom-select::after {
    display: none;
}

textarea {
    min-height: 8rem;
}

input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="search"]:focus, 
input[type="text"]:focus, 
input[type="tel"]:focus, 
input[type="url"]:focus, 
input[type="password"]:focus, 
textarea:focus, select:focus {
    color: #000000;
    border-bottom: 2px solid black;
}

label, legend {
    font-size: 16px;
    margin-bottom: .9rem;
    line-height: 1.714;
    color: #fff;
    display: block;
}

input[type="checkbox"], input[type="radio"] {
    display: inline;
}

label > .label-text {
    display: inline-block;
    margin-left: 1rem;
    font-family: "Open-Sans", sans-serif;
    line-height: inherit;
}

label > input[type="checkbox"], label > input[type="radio"] {
    margin: 0;
    position: relative;
    top: .15rem;
}

input.area-name-home {
    width: 80%;
}

/* ------------------------------------------------------------------- 
 * ## style placeholder text - (_forms.scss)
 * ------------------------------------------------------------------- */

 ::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
    /* Firefox 18- */
}

::-moz-placeholder {
    color: #fff;
    /* Firefox 19+ */
}

:-ms-input-placeholder {
    color: #fff;
}

.placeholder {
    color: #fff !important;
}


/* ------------------------------------------------------------------- 
 * ## Change Autocomplete styles in Chrome - (_forms.scss)
 * ------------------------------------------------------------------- */

 input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
}



/* ===================================================================
 * # buttons - (_buttons.scss)
 *
 * ------------------------------------------------------------------- */

 .btn, button, 
 input[type="submit"], 
 input[type="reset"], 
 input[type="button"] {
    display: inline-block;
    font-family: "montserrat-semibold", sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    height: 5.4rem;
    line-height: calc(5.4rem - .6rem);
    padding: 0 3rem;
    margin: 0 .3rem 1.2rem 0;
    color: #151515;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #c5c5c5;
    border: .3rem solid #c5c5c5;
}

.btn:hover, 
button:hover, 
input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover, 
.btn:focus, button:focus, 
input[type="submit"]:focus, 
input[type="reset"]:focus, 
input[type="button"]:focus {
    background-color: #b8b8b8;
    border-color: #b8b8b8;
    color: #000000;
    outline: 0;
}


/* button primary
* ------------------------------------------------- */

.btn.btn--primary, 
button.btn--primary, 
input[type="submit"].btn--primary, 
input[type="reset"].btn--primary, 
input[type="button"].btn--primary {
    background: #0D0A0B;
    border-color: #0D0A0B;
    color: #FFFFFF;
}

.btn.btn--primary:hover, 
button.btn--primary:hover, 
input[type="submit"].btn--primary:hover, 
input[type="reset"].btn--primary:hover, 
input[type="button"].btn--primary:hover, 
.btn.btn--primary:focus, 
button.btn--primary:focus, 
input[type="submit"].btn--primary:focus, 
input[type="reset"].btn--primary:focus, 
input[type="button"].btn--primary:focus {
    background: #862121;
    border-color: #862121;
}


/* button modifiers
* ------------------------------------------------- */

.btn.full-width, button.full-width {
    width: 100%;
    margin-right: 0;
}

.btn--medium, button.btn--medium {
    height: 5.7rem !important;
    line-height: calc(5.7rem - .6rem) !important;
}

.btn--large, button.btn--large {
    height: 6rem !important;
    line-height: calc(6rem - .6rem) !important;
}

.btn--stroke, button.btn--stroke {
    background: transparent !important;
    border: 0.3rem solid #000000;
    color: #000000;
    font-weight: bold;
}

.btn--stroke:hover, button.btn--stroke:hover {
    border: 0.3rem solid #862121;
    color: #862121;
}

.btn--pill, button.btn--pill {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    border-radius: 1000px !important;
}

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



/* =================================================================== 
 * # additional components - (_others.scss)
 *
 * ------------------------------------------------------------------- */


/* ------------------------------------------------------------------- 
 * ## alert box - (_alert-box.scss)
 * ------------------------------------------------------------------- */

 .alert-box {
    padding: 2.1rem 4rem 2.1rem 3rem;
    position: relative;
    margin-bottom: 3rem;
    border-radius: 3px;
    font-family: "Open-Sans", sans-serif;
    font-size: 1.5rem;
    line-height: 1.6;
}

.alert-box__close {
    position: absolute;
    right: 1.8rem;
    top: 1.8rem;
    cursor: pointer;
}

.alert-box__close.im {
    font-size: 12px;
}

.alert-box--error {
    background-color: #ffd1d2;
    color: #e65153;
}

.alert-box--success {
    background-color: #c8e675;
    color: #758c36;
}

.alert-box--info {
    background-color: #d7ecfb;
    color: #4a95cc;
}

.alert-box--notice {
    background-color: #fff099;
    color: #bba31b;
}


/* ------------------------------------------------------------------- 
 * ## additional typo styles - (_additional-typo.scss)
 * ------------------------------------------------------------------- */


/* drop cap 
* ----------------------------------------------- */

.drop-cap:first-letter {
    float: left;
    margin: 0;
    padding: 1.5rem .6rem 0 0;
    font-size: 8.4rem;
    font-family: "Open-Sans", sans-serif;
    line-height: 6rem;
    text-indent: 0;
    background: transparent;
    color: #000000;
}


/* line definition style 
* ----------------------------------------------- */

.lining dt, .lining dd {
    display: inline;
    margin: 0;
}

.lining dt + dt:before, .lining dd + dt:before {
    content: "\A";
    white-space: pre;
}

.lining dd + dd:before {
    content: ", ";
}

.lining dd + dd:before {
    content: ", ";
}

.lining dd:before {
    content: ": ";
    margin-left: -0.2em;
}


/* dictionary definition style 
* ----------------------------------------------- */

.dictionary-style dt {
    display: inline;
    counter-reset: definitions;
}

.dictionary-style dt + dt:before {
    content: ", ";
    margin-left: -0.2em;
}

.dictionary-style dd {
    display: block;
    counter-increment: definitions;
}

.dictionary-style dd:before {
    content: counter(definitions, decimal) ". ";
}


/** 
 * Pull Quotes
 * -----------
 * markup:
 *
 * <aside class="pull-quote">
 *		<blockquote>
 *			<p></p>
 *		</blockquote>
 *	</aside>
 *
 * --------------------------------------------------------------------- */

 .pull-quote {
    position: relative;
    padding: 2.1rem 3rem 2.1rem 0px;
}

.pull-quote:before, .pull-quote:after {
    height: 1em;
    position: absolute;
    font-size: 10rem;
    font-family: Arial, Sans-Serif;
    color: rgba(0, 0, 0, 0.15);
}

.pull-quote:before {
    content: "\201C";
    top: -3.6rem;
    left: 0;
}

.pull-quote:after {
    content: '\201D';
    bottom: 3.6rem;
    right: 0;
}

.pull-quote blockquote {
    margin: 0;
}

.pull-quote blockquote:before {
    content: none;
}


/** 
 * Stats Tab
 * ---------
 * markup:
 *
 * <ul class="stats-tabs">
 *		<li><a href="#">[value]<em>[name]</em></a></li>
 *	</ul>
 *
 * Extend this object into your markup.
 *
 * --------------------------------------------------------------------- */

 .stats-tabs {
    padding: 0;
    margin: 3rem 0;
}

.stats-tabs li {
    display: inline-block;
    margin: 0 1.5rem 3rem 0;
    padding: 0 1.5rem 0 0;
    border-right: 1px solid rgba(13, 10, 11, 0.15);
}

.stats-tabs li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.stats-tabs li a {
    display: inline-block;
    font-size: 2.5rem;
    font-family: "montserrat-semibold", sans-serif;
    border: none;
    color: #151515;
}

.stats-tabs li a:hover {
    color: #862121;
}

.stats-tabs li a em {
    display: block;
    margin: .6rem 0 0 0;
    font-size: 1.4rem;
    font-family: "Open-Sans", sans-serif;
    color: #6c6c6c;
}


/* ------------------------------------------------------------------- 
 * ## skillbars - (_skillbars.scss)
 * ------------------------------------------------------------------- */

 .skill-bars {
    list-style: none;
    margin: 6rem 0 3rem;
}

.skill-bars li {
    height: .6rem;
    background: #c9c9c9;
    width: 100%;
    margin-bottom: 6.9rem;
    padding: 0;
    position: relative;
}

.skill-bars li strong {
    position: absolute;
    left: 0;
    top: -3rem;
    font-family: "montserrat-extrabold", sans-serif;
    color: #0D0A0B;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

.skill-bars li .progress {
    background: #000000;
    background-image: linear-gradient(to right, #191A3F, #2d462c);
    position: relative;
    height: 100%;
}

.skill-bars li .progress span {
    position: absolute;
    right: 0;
    top: -3.6rem;
    display: block;
    font-family: "Open-Sans", sans-serif;
    color: #FFFFFF;
    font-size: 1.1rem;
    line-height: 1;
    background: #000000;
    padding: .6rem .6rem;
    border-radius: 3px;
}

.skill-bars li .progress span::after {
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #000000;
    content: "";
}

.skill-bars li .percent5 {
    width: 5%;
}

.skill-bars li .percent10 {
    width: 10%;
}

.skill-bars li .percent15 {
    width: 15%;
}

.skill-bars li .percent20 {
    width: 20%;
}

.skill-bars li .percent25 {
    width: 25%;
}

.skill-bars li .percent30 {
    width: 30%;
}

.skill-bars li .percent35 {
    width: 35%;
}

.skill-bars li .percent40 {
    width: 40%;
}

.skill-bars li .percent45 {
    width: 45%;
}

.skill-bars li .percent50 {
    width: 50%;
}

.skill-bars li .percent55 {
    width: 55%;
}

.skill-bars li .percent60 {
    width: 60%;
}

.skill-bars li .percent65 {
    width: 65%;
}

.skill-bars li .percent70 {
    width: 70%;
}

.skill-bars li .percent75 {
    width: 75%;
}

.skill-bars li .percent80 {
    width: 80%;
}

.skill-bars li .percent85 {
    width: 85%;
}

.skill-bars li .percent90 {
    width: 90%;
}

.skill-bars li .percent95 {
    width: 95%;
}

.skill-bars li .percent100 {
    width: 100%;
}



/* ===================================================================
 * # common and reusable theme styles  - (_common-styles.scss)
 *
 * ------------------------------------------------------------------- */

 .wide {
    max-width: 1400px;
}

.narrow {
    max-width: 800px;
}

.port-wrap{
    max-width: 950px;
}


/* ------------------------------------------------------------------- 
 * ## section intro - (_common-styles.scss)
 * ------------------------------------------------------------------- */

 .section-intro {
    text-align: center;
    position: relative;
}

.section-intro h1 {
    font-family: "Open-Sans", serif;
    font-size: 3.8rem;
    line-height: 1.375;
    margin-top: 0;
}

.section-intro h3 {
    font-family: "Open-Sans", sans-serif;
    font-size: 2rem;
    color: #0D0A0B;
    text-transform: uppercase;
    letter-spacing: .15rem;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}

.section-intro.has-bottom-sep {
    padding-bottom: 0;
    position: relative;
}

/*.section-intro.has-bottom-sep::after {
    display: inline-block;
    height: 1px;
    width: 240px;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    }*/


/* ------------------------------------------------------------------- 
 * responsive:
 * section-intro
 * ------------------------------------------------------------------- */

 @media only screen and (max-width: 800px) {
    .section-intro h1 {
        font-size: 4.2rem;
    }
    .section-intro h3 {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 600px) {
    .section-intro h1 {
        font-size: 3.6rem;
    }
    .section-intro h3 {
        font-size: 1.7rem;
    }
    .menu-footer-nav{
        display: none;
    }
    .contact-form-home {
        display: block !important;
    }
}

@media only screen and (max-width: 400px) {
    .section-intro h1 {
        font-size: 3.3rem;
    }
    .section-intro h3 {
        font-size: 1.6rem;
    }
}


/* ------------------------------------------------------------------- 
 * ## blog-list - (_common-styles.scss)
 * ------------------------------------------------------------------- */

 .blog-list {
    margin-top: 6rem;
    margin-left: 0;
}

.blog-list article {
    margin-bottom: 7.2rem;
}

.blog-list article:nth-child(2n+1) {
    padding-right: 50px;
}

.blog-list article:nth-child(2n+2) {
    padding-left: 50px;
}

.blog-list h2 {
    font-family: "montserrat-medium", sans-serif;
    font-size: 3rem;
    line-height: 1.2;
    margin-top: .3rem;
    margin-bottom: 2.1rem;
    padding-bottom: 2.4rem;
    color: #0D0A0B;
    position: relative;
}

.blog-list h2 a {
    color: #0D0A0B;
}

.blog-list h2::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 80px;
    background-color: rgba(0, 0, 0, 0.15);
}

.blog-list .blog-date {
    font-family: "Open-Sans", sans-serif;
    font-size: 1.5rem;
    color: #862121;
}

.blog-list .blog-date a {
    color: #862121;
}

.blog-list .blog-date a:hover, 
.blog-list .blog-date a:focus, 
.blog-list .blog-date a:active {
    color: #000000;
}

.blog-list .blog-cat {
    font-family: "montserrat-medium", sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    color: #000000;
    margin-top: -.9rem;
}

.blog-list .blog-cat a {
    color: #000000;
}

.blog-list .blog-cat a:hover, 
.blog-list .blog-cat a:focus, 
.blog-list .blog-cat a:active {
    color: #862121;
}

.blog-list .blog-cat a::after {
    content: ", ";
}

.blog-list .blog-cat a:last-child::after {
    display: none;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * blog-list
 * ------------------------------------------------------------------- */

 @media only screen and (max-width: 1200px) {
    .blog-list article:nth-child(2n+1) {
        padding-right: 40px;
    }
    .blog-list article:nth-child(2n+2) {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 800px) {
    .blog-list article:nth-child(n) {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 600px) {
    .blog-list article:nth-child(n) {
        padding: 0;
    }
    .blog-list h2 {
        font-size: 2.7rem;
    }
    .btn-more-port{
        width: 80% !important;
    }
}



/* ===================================================================
 * # header styles - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

 .s-header {
    width: 100%;
    height: 72px;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 500;
    border-bottom: 1px solid #c7c7c7;
}

.s-header.offset {
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.s-header.scrolling {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.s-header.sticky {
    position: fixed;
    top: 0;
    background-color: #000000 !important;
    opacity: 0;
    visibility: hidden;
    z-index: 600;
}

.s-header.sticky .header-logo a {
    margin: 0;
}

.s-header.sticky .header-nav-wrap {
    top: 0;
}

.s-header.sticky.scrolling {
    opacity: 1;
    visibility: visible;
}


/* -------------------------------------------------------------------
 * ## header logo - (_site-layout.css) 
 * ------------------------------------------------------------------- */

 .header-logo {
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 501;
}

.header-logo a:hover{
    text-decoration: none;
}

.header-logo a {
    display: block;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    width: 100%
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #000;
    font-size: 35px;
    font-weight: 300;
    height: 70px;
}

.site-logo span {
    font-size: 16px;
    vertical-align: middle;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Open-Sans' sans-serif;
    line-height: 68px;
    position: relative;
    bottom: 2px
}


/* ------------------------------------------------------------------- 
 * ## mobile menu toggle - (_site-layout.css) 
 * ------------------------------------------------------------------- */

 .header-menu-toggle {
    display: none;
    position: absolute;
    right: 29px;
    top: 18px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-family: "Open-Sans", sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-menu-toggle:hover, .header-menu-toggle:focus {
    color: #FFFFFF;
}

.header-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    left: 9px;
    top: 50%;
    right: auto;
    bottom: auto;
    background-color: #000;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.header-menu-toggle span::before, 
.header-menu-toggle span::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-menu-toggle span::before {
    top: -9px;
}

.header-menu-toggle span::after {
    bottom: -9px;
}

.s-header.sticky .header-menu-toggle {
    top: 12px;
}

.header-menu-toggle.is-clicked span {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.header-menu-toggle.is-clicked span::before, 
.header-menu-toggle.is-clicked span::after {
    background-color: black;
}

.header-menu-toggle.is-clicked span::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.header-menu-toggle.is-clicked span::after {
    bottom: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}


/* ------------------------------------------------------------------- 
 * ## navigation - (_site-layout.scss) 
 * ------------------------------------------------------------------- */

 .header-nav-wrap {
    font-family: "Open-Sans", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .25rem;
    position: absolute;
    top: 0px;
    right: 80px;
}

.header-nav {
    display: inline-block;
    list-style: none;
    margin: 0;
    height: 72px;
}

.header-nav li {
    display: inline-block;
    padding-left: 0;
    margin-right: 2rem;
}

.header-nav li a {
    display: block;
    line-height: 72px;
    color: #747474;
    transition: all 0.5s ease;
    font-size: 12px;
    text-decoration: none;
}

.header-nav li a:hover {
    display: block;
    line-height: 72px;
    color: #2B89CC;
    font-size: 12px;
    text-decoration: underline;
}

.header-nav li.current_page_item a {
    font-family: "montserrat-extrabold", sans-serif;
    color: #2B89CC;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * header
 * ------------------------------------------------------------------- */

 @media only screen and (max-width: 830px) {
    .btn-contact {
        width: 50% !important;
    }


    .services-block iframe{
        height: 310px !important;
    }
     .tab{
        padding: 5px 5px !important;
        font-size: 14px !important;
    }
    .stats__col {
        padding: 7.8rem 1.5rem 6.6rem !important;
    }
    .header-logo {
        left: 14px;
    }
    #menu-item-263-uk{
        display: inline-block !important;
        width: 32%;
    } 
    #menu-item-263-ru{
        display: inline-block !important;
        width: 32%;
    }
    #menu-item-263-en{
        display: inline-block !important;
        width: 32%;
    }
    #menu-item-282-uk{
        display: inline-block !important;
        width: 32%;
    } 
    #menu-item-282-ru{
        display: inline-block !important;
        width: 32%;
    }
    #menu-item-282-en{
         display: inline-block !important;
        width: 32%;
    }
    #menu-item-26-uk{
        display: inline-block !important;
        width: 32%;
    } 
    #menu-item-26-ru{
         display: inline-block !important;
        width: 32%;
    }
    #menu-item-26-en{
         display: inline-block !important;
        width: 32%;
    }

    .header-nav li.current_page_item a{
        color: #2B89CC !important;
    }
    .site-logo span {
        display: inline-block;
        font-size: 16px;
        vertical-align: middle;
        font-weight: 400;
        font-size: 12px;
        font-family: 'Open-Sans' sans-serif;
        line-height: 68px;
        position: relative;
        bottom: 1px;
    }
    .header-nav-wrap {
        display: none;
        height: auto;
        width: 100%;
        right: auto;
        top: 0;
        left: 0;
        background-color: #fff;
        padding: 80px 40px 21px;
    }
    .header-nav-wrap .header-nav {
        display: block;
        height: auto;
        margin: 0 0 4.2rem 0;
        border-top: 1px solid rgba(255, 255, 255, 0.07);
    }
    .header-nav-wrap .header-nav li {
        display: block;
        margin: 0;
        padding: 0;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.07);
    }
    .header-nav-wrap .header-nav li a {
        padding: 18px 0;
        line-height: 18px;
        color: #000;
        text-align: center;
        font-size: 18px;
    }
    
    .header-menu-toggle {
        display: block;
    }

    section#services{
        margin-top: 100px !important;
    }
}

.social-block{
    text-align: center;
    padding: 30px 0;
}

.social-block a{
    padding: 10px 15px;
}



/* -------------------------------------------------------------------
 * make sure the menu is visible on larger screens
 * ------------------------------------------------------------------- */

 @media only screen and (min-width: 830px) {
    .header-nav-wrap {
        display: block !important;
    }
}


@media only screen and (min-width: 1001px) {
    .header-nav {
        display: block;
    }
}

@media only screen and (max-width: 1000px) {
    .header-nav {
        display: block;
    }
}



/* ===================================================================
 * # home - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

 .s-home {
    width: 100%;
    height: 100%;
    min-height: 786px;
    background-color: transparent;
    position: relative;
    display: table;
}

.s-home .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.s-home .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #11111108;
}

.no-js .s-home {
    background: #0D0A0B;
}


/* ------------------------------------------------------------------- 
 * ## home content - (_site-layout.scss) 
 * ------------------------------------------------------------------- */

 .home-content {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding-bottom: 19.2rem;
    position: relative;
    text-align: center;
}

.home-content h3 {
    font-family: "Open-Sans", sans-serif;
    font-size: 1.8rem;
    color: #862121;
    text-transform: uppercase;
    letter-spacing: .5rem;
    position: relative;
    padding-left: 80px;
    margin-left: -30px;
    margin-bottom: .6rem;
}

.home-content h3::before {
    display: block;
    content: "";
    width: 60px;
    height: 2px;
    background-color: #862121;
    margin-top: -1.5px;
    position: absolute;
    left: 0;
    top: 50%;
}

.home-content h1 {
    font-family: "librebaskerville-bold", serif;
    color: #FFFFFF;
    font-size: 8rem;
    line-height: 1.35;
    margin-top: 0;
    width: 100%;
}

.home-content__main {
    /*padding-right: 300px;*/
    position: relative;
}

.home-content__main p{
    color: #fff;
    font-size: 25px;
}

.home-content__buttons {
    position: absolute;
    right: 0;
    bottom: 2.1rem;
    text-align: center;
}

.home-content__buttons .btn {
    display: block;
    width: 210px;
    border-color: #FFFFFF;
    color: #FFFFFF;
    margin: 1.5rem 0 0 0;
    letter-spacing: .25rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.home-content__buttons .btn:hover, 
.home-content__buttons .btn:focus {
    background: #FFFFFF !important;
    color: #000000;
}

.home-content__scroll {
    position: absolute;
    left: 0;
    bottom: -40.2rem;
    width: 100%;
    text-align: center;
}

.home-content__scroll a {
    font-family: "montserrat-semibold", sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    line-height: 3rem;
    padding-right: 2rem;
}

.home-content__scroll a::after {
    border-bottom: 2px solid #922424;
    border-right: 2px solid #922424;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}


/* ------------------------------------------------------------------- 
 * ## home social - (_site-layout.scss) 
 * ------------------------------------------------------------------- */

 .home-social {
    font-family: "Open-Sans", sans-serif;
    list-style: none;
    margin: 0;
    padding-bottom: 18rem;
    position: absolute;
    bottom: 0;
    right: 40px;
}

.home-social::after {
    display: block;
    content: "";
    height: 17.4rem;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.08);
    position: absolute;
    bottom: 0;
    right: .75rem;
}

.home-social a {
    color: white;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.home-social li {
    position: relative;
    height: 3.6rem;
}

.home-social i, .home-social span {
    position: absolute;
    top: 0;
    line-height: 3.6rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.home-social i {
    font-size: 1.8rem;
    right: 0;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.home-social span {
    color: #af2b2b;
    right: 3.6rem;
    font-size: 1.3rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.home-social li:hover span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.home-social li:hover i {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/* animate .home-content__main
* ------------------------------------------------------------------- */

html.ss-preload .home-content__main {
    opacity: 0;
}

html.ss-loaded .home-content__main {
    animation-duration: 2s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

html.no-csstransitions .home-content__main {
    opacity: 1;
}


/* ------------------------------------------------------------------- 
 * ## home animations - (_site-layout.scss) 
 * ------------------------------------------------------------------- */

 /* bounce */

 @-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    50% {
        -webkit-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%, 100% {
        -webkit-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    50% {
        -webkit-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}


/* fade in */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        -ms-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        -ms-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* fade out */

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        -ms-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        -ms-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
}


/* ------------------------------------------------------------------- 
 * responsive:
 * home
 * ------------------------------------------------------------------- */

 @media only screen and (max-width: 1500px) {
    .home-content h1 {
        font-size: 5.2rem;
    }
    .home-content__main {
        max-width: 1000px;
    }
}

@media only screen and (max-width: 1200px) {
    .home-content h1 {
        font-size: 5rem;
    }
    .home-content br {
        display: none;
    }
    .home-content__main {
        max-width: 800px;
    }
    .home-content__buttons {
        right: 30px;
    }
}

@media only screen and (max-width: 1000px) {
    .home-content h1 {
        font-size: 4.8rem;
    }
    .home-content__main {
        padding-right: 40px;
        max-width: 680px;
    }
    .home-content__buttons {
        position: static;
        text-align: left;
    }
    .home-content__buttons .btn {
        display: inline-block;
        margin-right: .9rem;
    }
}

@media only screen and (max-width: 800px) {
    .home-content h3 {
        font-size: 1.6rem;
        padding-left: 50px;
        margin-left: -10px;
    }
    .home-content h3::before {
        width: 40px;
    }
    .home-content h1 {
        font-size: 4.4rem;
    }
    .home-content__main {
        max-width: 500px;
    }
    .timeline > li > .timeline-panel {
        width: 100%;
        background: white;
    }

    .timeline > li > .timeline-label {
        position: relative;
        height: 100%;
        margin: 45px 0;
        padding: 0;
        left: 0;
    }
}

@media only screen and (max-width: 600px) {
    .home-content {
        padding-bottom: 15rem;
    }
    .home-content h1 {
        font-size: 4.2rem;
    }
    .home-content__main {
        max-width: 380px;
        padding: 0;
    }
    .home-content__scroll {
        bottom: -9rem;
    }
    .home-social {
        padding-bottom: 10.8rem;
    }
    .home-social::after {
        height: 10.2rem;
    }
}

@media only screen and (max-width: 500px) {
    .s-home {
        min-height: 654px;
    }
    .home-content h3 {
        font-size: 1.5rem;
    }
    .home-content h1 {
        font-size: 3.8rem;
    }
    .home-content__main {
        max-width: none;
        width: 85%;
        margin-top: 150px;
    }
}

@media only screen and (max-width: 400px) {
    .home-content {
        vertical-align: middle;
    }
    .home-content h1 {
        font-size: 3.5rem;
    }
    .home-content__main {
        width: auto;
        margin-left: 25px;
        margin-right: 25px;
    }
    .home-content__buttons .btn {
        width: 100%;
    }
    .home-social {
        display: none;
    }
}



/* ===================================================================
 * # about - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

 .s-about {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-color: #FFFFFF;
    position: relative;
}

.about-content {
    margin-bottom: 3rem;
}

.about-content .left {
    padding-right: 40px;
}

.about-content .right {
    padding-left: 40px;
}


/* ------------------------------------------------------------------- 
 * ## timeline - (_site-layout.scss) 
 * ------------------------------------------------------------------- */

/*.timeline {
    position: relative;
    text-align: left;
    margin-top: 3.6rem;
}

.timeline::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 2rem;
    top: 0;
    }*/

    .timeline__block {
        position: relative;
        padding-left: 8rem;
        min-height: 28.8rem;
    }

    .timeline__bullet {
        background: #0D0A0B;
        height: 1.5rem;
        width: 1.5rem;
        border-radius: 50%;
        margin-left: -0.75rem;
        box-shadow: 0 0 0 9px #E9E9E9;
        position: absolute;
        left: 2rem;
        top: .3rem;
    }

    .timeline__header .timeline__timeframe {
        font-size: 1.4rem;
        line-height: 1.5;
        text-transform: uppercase;
        letter-spacing: .15rem;
        color: rgba(0, 0, 0, 0.5);
        margin-bottom: .9rem;
        font-family: "Open-Sans", sans-serif;
    }

    .timeline__header h3 {
        line-height: 1.25;
        margin: 0 0 .3rem 0;
    }

    .timeline__header h5 {
        margin-top: 0;
    }

    .timeline__desc p {
        margin: 0;
        padding-bottom: 3rem;
    }


/* ------------------------------------------------------------------- 
 * responsive:
 * about
 * ------------------------------------------------------------------- */

 @media only screen and (max-width: 1000px) {
    .about-content .left {
        padding-right: 30px;
    }
    .about-content .right {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 900px) {
    .about-content .left {
        padding-right: 20px;
    }
    .about-content .right {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .about-content {
        max-width: 600px;
    }
    .about-content .left {
        padding-right: 15px;
    }
    .about-content .right {
        padding-left: 15px;
    }
    .about-content .right .timeline {
        margin-top: 0;
    }
    .about-content .left > h3, .about-content .right > h3 {
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .about-content .left {
        padding-right: 10px;
    }
    .about-content .right {
        padding-left: 10px;
    }
    .timeline__block {
        padding-left: 6rem;
    }
    .about-text-op{
        padding: 0 20px;
    }

    .tab-body p{
        padding: 0 20px;
    }
    .wrap-teh p {
         padding: 0 20px;
    }

}

@media only screen and (max-width: 400px) {
    .about-content .left {
        padding-right: 0;
    }
    .about-content .right {
        padding-left: 0;
    }
    

    .wrap-teh p{

    }
}



/* ===================================================================
 * # works - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

 .s-works {
    padding-top: 7rem;
    padding-bottom: 5rem;
    background-color: #fff;
    position: relative;
}


/* ------------------------------------------------------------------- 
 * ## bricks/masonry - (_site-layout.scss)
 * ------------------------------------------------------------------- */

 .masonry-wrap {
    margin-top: 4.8rem;
    max-width: none;
    width: 1600px;
}

.masonry:after {
    content: "";
    display: table;
    clear: both;
}

.masonry .grid-sizer, .masonry__brick {
    width: 50%;
}

.masonry__brick {
    float: left;
    padding: 10px;
}

.item-folio {
    position: relative;
    overflow: hidden;
}

.item-folio__thumb img {
    vertical-align: top;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*.item-folio__thumb .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
    }*/

    .item-folio__thumb a {
        display: block;
    }

    .item-folio__thumb a::before {
        display: block;
        background-color: rgba(0, 0, 0, 0.8);
        content: "";
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        z-index: 1;
    }

    .item-folio__thumb a::after {
        content: "...";
        font-family: georgia, serif;
        font-size: 3rem;
        display: block;
        height: 30px;
        width: 30px;
        line-height: 30px;
        margin-left: -15px;
        margin-top: -15px;
        position: absolute;
        left: 50%;
        top: 50%;
        text-align: center;
        color: #FFFFFF;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        z-index: 1;
    }

    .item-folio__text {
        position: absolute;
        left: 0;
        bottom: 3rem;
        padding: 0 3rem;
        z-index: 2;
    }

    .item-folio__title {
        color: #FFFFFF;
        font-family: "montserrat-semibold", sans-serif;
        font-size: 1.4rem;
        text-transform: uppercase;
        letter-spacing: .2rem;
        margin: 0;
    }

    .item-folio__cat {
        color: rgba(255, 255, 255, 0.5);
        font-family: "Open-Sans", sans-serif;
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .item-folio__caption {
        display: none;
    }

    .item-folio__project-link {
        display: block;
        color: #FFFFFF;
        box-shadow: 0 0 0 1px #FFFFFF;
        border-radius: 50%;
        height: 4.2rem;
        width: 4.2rem;
        text-align: center;
        z-index: 500;
        position: absolute;
        top: 3rem;
        left: 3rem;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .item-folio__project-link i {
        font-size: 1.8rem;
        line-height: 4.2rem;
    }

    .item-folio__project-link::before {
        display: block;
        content: "";
        height: 1px;
        width: 3rem;
        background-color: rgba(255, 255, 255, 0.1);
        position: absolute;
        top: 50%;
        left: -3rem;
    }

    .item-folio__project-link:hover, .item-folio__project-link:focus, .item-folio__project-link:active {
        background-color: #FFFFFF;
        color: #000000;
    }


    /* on hover */

    .item-folio:hover .item-folio__thumb a::before {
        opacity: 1;
        visibility: visible;
    }

    .item-folio:hover .item-folio__thumb a::after {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .item-folio:hover .item-folio__thumb img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .item-folio:hover .item-folio__project-link {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }


/* ------------------------------------------------------------------- 
 * responsive:
 * works
 * ------------------------------------------------------------------- */

 @media only screen and (max-width: 1700px) {
    .masonry-wrap {
        width: 1400px;
    }
    .masonry .grid-sizer, .masonry__brick {
        width: 350px;
    }
}

@media only screen and (max-width: 1500px) {
    .masonry-wrap {
        width: 1200px;
    }
    .masonry .grid-sizer, .masonry__brick {
        width: 400px;
    }
}

@media only screen and (max-width: 1300px) {
    .masonry-wrap {
        width: 999px;
    }
    .masonry .grid-sizer, .masonry__brick {
        width: 333px;
    }
}

@media only screen and (max-width: 1099px) {
    .masonry-wrap {
        width: 90%;
        max-width: 800px;
    }
    .masonry .grid-sizer, .masonry__brick {
        width: 50%;
    }
}

@media only screen and (max-width: 600px) {
    .masonry .grid-sizer, .masonry__brick {
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .masonry-wrap {
        width: auto;
    }
}



/* ===================================================================
 * # testimonials - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

 .s-testimonials {
    background-color: #0D0A0B;
    background-image: url("../images/testimonial-bg.jpg");
    background-repeat: no-repeat;
    background-position: center, center;
    padding-top: 9.6rem;
    padding-bottom: 10.2rem;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
}

.s-testimonials .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .85;
    background-color: #0D0A0B;
}

.testimonials-header {
    text-align: center;
    padding: 0 14rem;
    position: relative;
}

.testimonials-header h1 {
    font-family: "librebaskerville-bold", serif;
    font-size: 4.2rem;
    margin-top: 0;
    color: #FFFFFF;
}

.testimonials {
    margin-top: 4.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.testimonials__slider {
    position: relative;
}

.testimonials__slider .slick-slide {
    outline: none;
}

.testimonials__slider .slick-arrow {
    position: absolute;
    top: -10.2rem;
    color: white;
    border-radius: 100%;
    padding-right: 0;
    padding-left: 0;
    background-color: rgba(255, 255, 255, 0.15);
    border: none;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

.testimonials__slider .slick-arrow .im {
    font-size: 1.2rem;
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
}

.testimonials__slider .slick-arrow:hover, .testimonials__slider .slick-arrow:focus {
    color: white;
    box-shadow: 0 0 0 5px white;
    background-color: transparent;
}

.testimonials__slider .slick-prev {
    left: 4.5rem;
}

.testimonials__slider .slick-next {
    right: 4.5rem;
}

.testimonials__slider .slick-dots {
    display: block;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 1.5rem 0 0 0;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 0;
}

.testimonials__slider .slick-dots li {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: 0;
    padding: 9px;
    cursor: pointer;
}

.testimonials__slider .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #959595;
    border: none;
    line-height: 10px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.testimonials__slider .slick-dots li button:hover, 
.testimonials__slider .slick-dots li button:focus {
    outline: none;
}

.testimonials__slider .slick-dots li.slick-active button, 
.testimonials__slider .slick-dots li:hover button {
    background: #375636;
}

.testimonials__slide {
    position: relative;
    padding-top: 4.5rem;
    padding-left: 12rem;
    padding-right: 3rem;
    line-height: 2.063;
}

.testimonials__slide::before {
    content: "";
    display: block;
    width: 1px;
    height: 3rem;
    position: absolute;
    left: calc(3.3rem + .9rem);
    top: 0;
    background-color: rgba(255, 255, 255, 0.1);
}

.testimonials__avatar {
    width: 6.6rem;
    height: 6.6rem;
    box-shadow: 0 0 0 0.9rem rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    position: absolute;
    left: .9rem;
    top: 4.8rem;
    outline: none;
}

.testimonials__author {
    margin-top: 0rem;
    color: #FFFFFF;
}

.testimonials__author span {
    display: block;
    font-family: "Open-Sans", sans-serif;
    font-size: 1.3rem;
    color: rgba(95, 95, 95, 0.7);
    text-transform: none;
    letter-spacing: 0;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * testimonials
 * ------------------------------------------------------------------- */

 @media only screen and (max-width: 1200px) {
    .testimonials-header h1 {
        font-size: 3.8rem;
    }
}

@media only screen and (max-width: 1000px) {
    .testimonials__slide {
        padding-left: 11rem;
    }
    .testimonials__avatar {
        width: 6rem;
        height: 6rem;
    }
}

@media only screen and (max-width: 800px) {
    .testimonials-header h1 {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 600px) {
    .testimonials {
        margin-top: 3rem;
    }
    .testimonials__slider .slick-arrow {
        top: 5.1rem;
    }
    .testimonials__slider .slick-prev {
        left: 1rem;
    }
    .testimonials__slider .slick-next {
        right: 1rem;
    }
    .testimonials-header {
        padding: 0;
    }
    .testimonials-header h1 {
        font-size: 2.7rem;
    }
    .testimonials__slide {
        padding: 13.2rem 0 0;
        text-align: center;
    }
    .testimonials__slide::before {
        left: 50%;
    }
    .testimonials__avatar {
        left: 50%;
        margin-left: -3rem;
    }
}



/* ===================================================================
 * # blog - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

 .s-blog {
    padding-top: 15rem;
    padding-bottom: 9.6rem;
    background-color: #FFFFFF;
    position: relative;
}



/* ===================================================================
 * # cta - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

 .s-cta {
    margin-top: -9rem;
    padding-top: 0;
    padding-bottom: 9rem;
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
}

.cta__content {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}

.cta__content h2 a {
    color: #0D0A0B;
}

.cta__content span {
    color: #191A3F;
}

.wrap-contact p{
    font-size: 18px;
    color: #000;
}



/* ===================================================================
 * # stats - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

 .s-stats {
    background-color: #f1f1f1;
    text-align: center;
}

.stats__col {
    padding: 7.8rem 2rem 6.6rem;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
}

.stats__upsign {
    position: absolute;
    top: 3rem;
    left: 3rem;
    text-align: left;
}

.stats__upsign i {
    font-size: 2.1rem;
    line-height: 1;
    color: #cf3e3e;
    color: #008C2C;
}

.stats__count {
    font-family: "librebaskerville-bold", serif;
    font-size: 7.2rem;
    line-height: 1;
    color: #0D0A0B;
    padding-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stats__count::after {
    content: "";
    display: block;
    height: 1px;
    width: 100px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}

.stats h4 {
    font-family: "Open-Sans", sans-serif;
    margin-top: 1.8rem;
    color: #000;
    font-size: 2rem;
    position: relative;
    font-weight: 800;
}

.stats__col--highlight {
    background: #111111 url("../images/count-bg.jpg");
    background-size: 175px 175px;
    position: relative;
}

.stats__col--highlight::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-image: linear-gradient(to bottom, rgba(13, 10, 11, 0) 0%, #0D0A0B 100%);
}

.stats__col--highlight .stats__count {
    color: #FFFFFF;
}

.stats__col--highlight .stats__count::after {
    background-color: #862121;
}

.stats__col--highlight h4 {
    color: rgba(255, 255, 255, 0.4);
}


/* ------------------------------------------------------------------- 
 * responsive:
 * stats
 * ------------------------------------------------------------------- */

 @media only screen and (max-width: 1200px) {
    .stats__count {
        font-size: 5.8rem;
    }
    .stats h4 {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 1000px) {
    .stats__count {
        font-size: 5rem;
    }
    .stats h4 {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 800px) {
    .stats__count {
        font-size: 4rem;
    }
    .stats h4 {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 600px) {
    .s-stats {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .stats__col {
        padding: 1rem 2rem 4.2rem;
    }
}



/* ===================================================================
 * # contact - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

 .s-contact {
    background-color: #151515;
    background-image: url("../images/bg-contact-dark.png");
    background-repeat: no-repeat;
    background-position: center, center;
    padding-top: 8.2rem;
    padding-bottom: 12rem;
    color: rgba(255, 255, 255, 1);
    position: relative;
}

.s-contact .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .75;
    background-color: #070606;
}

.s-contact .section-intro h1 {
    color: #FFFFFF;
}

.s-contact .section-intro h3 {
    color: #FFFFFF;
}

.s-contact .section-intro p {
    color: rgba(255, 255, 255, 1);
}

.s-contact .section-intro.has-bottom-sep::after {
    background-color: rgba(255, 255, 255, 0.1);
}

.s-contact .form-field {
    position: relative;
}

.s-contact .form-field:after {
    content: "";
    display: table;
    clear: both;
}

.s-contact .form-field label {
    font-family: "montserrat-semibold", sans-serif;
    font-size: 1.1rem;
    line-height: 2.4rem;
    position: absolute;
    bottom: -0.3rem;
    right: .6rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    padding: 0 2rem;
    margin: 0;
    color: #FFFFFF;
    background: #862121;
}

.s-contact .form-field label::after {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -6px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #862121;
}

.contact__main {
    max-width: 900px;
    position: relative;
}

.contact__main h4 {
    color: #FFFFFF;
}

.contact__infos {
    font-size: 1.5rem;
}

.contact__infos p{
 margin-bottom: 10px;
}

.contact__infos a{
    color: #fff;
}

.contact__form {
    padding-right: 40px;
}

.contact__form input[type="email"], 
.contact__form input[type="number"], 
.contact__form input[type="text"], 
.contact__form input[type="tel"], 
.contact__form input[type="url"], 
.contact__form textarea {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    margin-bottom: .9rem;
    color: rgba(255, 255, 255, 1);
}

.contact__form input[type="email"]:focus, 
.contact__form input[type="number"]:focus, 
.contact__form input[type="text"]:focus, 
.contact__form input[type="tel"]:focus, 
.contact__form input[type="url"]:focus, 
.contact__form textarea:focus {
    color: white;
    border-bottom: 1px solid white;
}

.contact__form button {
    margin-top: 4.2rem;
    background-color: #862121;
    border-color: #862121;
}

.message-warning, .message-success {
    display: none;
    background: #0D0A0B;
    font-size: 1.5rem;
    line-height: 2;
    padding: 3rem;
    margin-bottom: 3.6rem;
    width: 100%;
}

.message-warning {
    color: #ff6163;
}

.message-success {
    color: #008C2C;
}

.message-warning i, .message-success i {
    margin-right: 10px;
    font-size: 1.2rem;
}


/* form loader */

.submit-loader {
    display: none;
    position: relative;
    left: 0;
    top: 1.8rem;
    width: 100%;
    text-align: center;
    margin-bottom: 4.2rem;
}

.submit-loader .text-loader {
    display: none;
    font-family: "Open-Sans", sans-serif;
    font-size: 1.4rem;
    color: #FFFFFF;
    letter-spacing: .2rem;
    text-transform: uppercase;
}

.oldie .submit-loader .s-loader {
    display: none;
}

.oldie .submit-loader .text-loader {
    display: block;
}


/* --------------------------------------------------------------- 
 * loader animation - (_site-layout.scss)
 * --------------------------------------------------------------- */

 .s-loader {
    margin: 1.2rem auto 3rem;
    width: 70px;
    text-align: center;
    -webkit-transform: translateX(0.45rem);
    -ms-transform: translateX(0.45rem);
    transform: translateX(0.45rem);
}

.s-loader > div {
    width: 9px;
    height: 9px;
    background-color: #FFFFFF;
    border-radius: 100%;
    display: inline-block;
    margin-right: .9rem;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
    animation: bouncedelay 1.4s infinite ease-in-out both;
}

.s-loader .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.s-loader .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}


/* ------------------------------------------------------------------- 
 * responsive:
 * contact
 * ------------------------------------------------------------------- */

 @media only screen and (max-width: 800px) {
    .contact__form {
        padding-right: 15px;
    }
    .contact__infos {
        padding-top: 3rem;
    }
}

@media only screen and (max-width: 600px) {
    .contact__form {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 400px) {
    .contact__form {
        padding-right: 0;
    }
}



/* ===================================================================
 * # footer - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

 footer {
    font-family: "Open-Sans", sans-serif;
    font-size: 14px;
    padding: 3rem 0 3rem;
    text-align: center;
    color: #000;
    background-color: #fff;
    border-top: 1px solid #000;

}

footer a, footer a:visited {
    color: #fff;
}

footer a:hover, footer a:focus {
    color: #FFFFFF;
}

.footer-logo {
    display: inline-block;
}

.footer-site-logo {
    display: block;
    width: 130px;
}

a.footer-site-logo {
    width: 100%;
}

.footer-social {
    list-style: none;
    margin-left: 0;
    font-family: "Open-Sans", sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    text-align: right;
}

.footer-social:after {
    content: "";
    display: table;
    clear: both;
}

.footer-social li {
    display: inline-block;
    padding-left: 0;
    margin-right: .9rem;
    line-height: 3.9rem;
    vertical-align: middle;
}

.footer-social li::after {
    content: "|";
    color: rgba(255, 255, 255, 0.15);
    padding-left: .9rem;
}

.footer-social li i {
    font-size: 1.7rem;
    line-height: 3rem;
    vertical-align: middle;
}

.footer-social li span {
    margin-left: .6rem;
}

.footer-social li a {
    color: #000;
}

.footer-social li a:hover {
    text-decoration: none;
}

.footer-social li:last-child {
    margin-right: 0;
}

.footer-social li:last-child::after {
    display: none;
}

.footer-bottom {
    text-align: left;
}

.footer-bottom .copyright span {
    display: inline-block;
    font-size: 16px;
}

/*.footer-bottom .copyright span::after {
    content: "|";
    display: inline-block;
    padding: 0 1rem 0 1.2rem;
    color: rgba(255, 255, 255, 0.1);
}*/

.footer-bottom .copyright span:last-child::after {
    display: none;
}


/* ------------------------------------------------------------------- 
 * ## go to top
 * ------------------------------------------------------------------- */

 .go-top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 600;
    display: none;
}

.go-top a, .go-top a:visited {
    text-decoration: none;
    border: 0 none;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: black;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.go-top a i, .go-top a:visited i {
    font-size: 12px;
    line-height: inherit;
}

.go-top a:hover, .go-top a:focus {
    color: #FFFFFF;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * footer 
 * ------------------------------------------------------------------- */

 @media only screen and (max-width: 600px) {
    .footer-social li {
        margin-right: 1.8rem;
    }
    .footer-social li span, .footer-social li::after {
        display: none;
    }
    .footer-social li i {
        font-size: 2.4rem;
    }
    .footer-bottom {
        padding-bottom: .6rem;
    }
    .footer-bottom .copyright span {
        display: block;
        font-size: 15px;
        text-align: center;
    }
    .footer-bottom .copyright span::after {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    .footer-site-logo {
        width: 100px;
    }
    .footer-social li {
        margin-right: 1.2rem;
    }
    .footer-social li i {
        font-size: 2.2rem;
    }
}



/* ===================================================================
 * # blog styles - (_blog.scss)
 *
 * ------------------------------------------------------------------- */

 article.blog-single {
    background-color: #FFFFFF;
}

article.blog-single .blog-content {
    padding-top: 7.2rem;
    padding-bottom: 12rem;
}


/* -------------------------------------------------------------------
 * ## blog page header
 * ------------------------------------------------------------------- */

 .page-header {
    background-color: #0D0A0B;
    background-repeat: no-repeat;
    background-position: center, center;
    padding-top: 20.4rem;
    padding-bottom: 7.2rem;
    position: relative;
    color: rgba(255, 255, 255, 0.5);
    min-height: 50.4rem;
}

.page-header--single {
    padding-top: 22.8rem;
    padding-bottom: 7.2rem;
    text-align: center;
}

.page-header::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .75;
    background-color: #0D0A0B;
}

.page-header::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

.page-header__content {
    font-family: "Open-Sans", sans-serif;
    font-size: 2rem;
    line-height: 1.8;
    position: relative;
    max-width: 900px;
    z-index: 2;
}

.page-header__content p {
    padding-right: 3rem;
}

.page-header__info {
    margin-bottom: 1.2rem;
}

.page-header__info .div:last-child {
    margin-right: 0;
}

.page-header__cat, .page-header__date {
    display: inline-block;
    margin-right: 2rem;
    margin-bottom: .3rem;
}

.page-header__cat {
    font-size: 1.4rem;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .16rem;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Open-Sans", sans-serif;
}

.page-header__cat a {
    color: rgba(255, 255, 255, 0.8);
}

.page-header__cat a:hover, .page-header__cat a:focus, .page-header__cat a:active {
    color: white;
}

.page-header__cat a::after {
    content: ", ";
}

.page-header__cat a:last-child::after {
    display: none;
}

.page-header__date {
    font-family: "montserrat-light", sans-serif;
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.4);
}

.page-header__date a {
    color: rgba(255, 255, 255, 0.4);
}

.page-header__date a:hover, .page-header__date a:focus, .page-header__date a:active {
    color: white;
}

.page-header__title {
    color: #FFFFFF;
    position: relative;
    font-family: "librebaskerville-bold", serif;
    font-size: 6.6rem;
    line-height: 1.227;
    margin-top: 0;
    margin-bottom: 3.6rem;
}

.page-header__title a {
    color: #FFFFFF;
}

.page-header__meta {
    list-style: none;
    margin-left: 0;
    padding-top: 2.4rem;
    font-size: 1.6rem;
    position: relative;
}

.page-header__meta::before {
    display: block;
    content: "";
    height: 1px;
    width: 100px;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
}

.page-header__meta li {
    display: inline-block;
    padding-left: 0;
    margin-right: 2rem;
}

.page-header__meta li::last-child {
    margin-right: 0;
}

.page-header__meta span, .page-header__meta a {
    color: #FFFFFF;
}

.page-header__btn {
    border-color: #FFFFFF !important;
    color: #FFFFFF;
    letter-spacing: .25rem;
}

.page-header__btn:hover, .page-header__btn:focus {
    background: #FFFFFF !important;
    color: #000000;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * blog page header
 * ------------------------------------------------------------------- */

 @media only screen and (max-width: 1200px) {
    .page-header__content {
        max-width: 800px;
        font-size: 1.7rem;
    }
    .page-header__cat {
        font-size: 1.3rem;
    }
    .page-header__title {
        font-size: 6rem;
    }
}

@media only screen and (max-width: 900px) {
    .page-header__content {
        max-width: 700px;
    }
}

@media only screen and (max-width: 800px) {
    .page-header--single {
        padding-top: 18rem;
    }
    .page-header__title {
        font-size: 5.4rem;
    }
}

@media only screen and (max-width: 600px) {
    .page-header {
        padding-top: 18rem;
    }
    .page-header__content p {
        padding-right: 0;
    }
    .page-header__title {
        font-size: 4.8rem;
    }
}

@media only screen and (max-width: 500px) {
    .page-header__title {
        font-size: 4.2rem;
    }
}

@media only screen and (max-width: 400px) {
    .page-header__content {
        font-size: 1.6rem;
        line-height: 1.875;
    }
    .page-header__title {
        font-size: 3.8rem;
    }
}


/* -------------------------------------------------------------------
 * ## blog content - _blog.scss
 * ------------------------------------------------------------------- */

 .blog-content-wrap {
    background-color: #FFFFFF;
    padding-top: 4.2rem;
    padding-bottom: 12rem;
}

.blog-content {
    max-width: 1000px;
}

.blog-content__main {
    padding-left: 6rem;
    padding-right: 6rem;
}

.blog-content__main img {
    max-width: 1000px;
    margin: 3rem 0 3rem -6rem;
}


/* post tags
* ------------------------------------------------- */

.blog-content__tags {
    margin-top: 6rem;
    font-family: "Open-Sans", sans-serif;
}

.blog-content__tags span {
    font-family: "Open-Sans", sans-serif;
    color: #0D0A0B;
    position: relative;
    padding-right: 55px;
    margin-right: 1.5rem;
    margin-top: 1.2rem;
}

.blog-content__tags span::after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    right: 0;
}

.blog-content__tags .blog-content__tag-list {
    display: inline-block;
    padding-right: 0;
    margin-right: 0;
}

.blog-content__tags .blog-content__tag-list::after {
    display: none;
}

.blog-content__tags .blog-content__tag-list a {
    display: inline-block;
    font-family: "Open-Sans", sans-serif;
    font-size: 1.3rem;
    line-height: inherit;
    color: #797979;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 0 10px;
}

.blog-content__tags .blog-content__tag-list a:hover, 
.blog-content__tags .blog-content__tag-list a:focus {
    background-color: #0D0A0B;
    border-color: #0D0A0B;
    color: #FFFFFF;
}

.blog-content__tags .blog-content__tag-list a:last-child {
    margin-right: 0;
}


/* blog single page navigation
* ------------------------------------------------- */

.blog-content__pagenav {
    margin-top: 7.8rem;
    padding-top: 1.8rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.blog-content__nav {
    padding-right: 220px;
}

.blog-content__nav:after {
    content: "";
    display: table;
    clear: both;
}

.blog-content__nav span {
    display: block;
    font-family: "Open-Sans", sans-serif;
    font-size: 1.6rem;
    color: #797979;
    margin-bottom: 1.2rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-content__nav a {
    font-family: "Open-Sans", sans-serif;
    font-size: 2.2rem;
    line-height: 1.5;
    color: #0D0A0B;
}

.blog-content__nav a:hover span, .blog-content__nav a:focus span {
    color: #0D0A0B;
}

.blog-content__prev, .blog-content__next {
    width: 50%;
    float: left;
    padding-right: 2rem;
}

.blog-content__all {
    text-align: right;
    width: 210px;
    position: absolute;
    top: 2.1rem;
    right: 0;
}

.blog-content__all .im {
    font-size: 1.4rem;
    line-height: 1;
    margin-right: 8px;
    position: relative;
    top: 2px;
}


/* blog entries navigation
* ------------------------------------------------- */

.blog-entries-nav {
    text-align: center;
    max-width: 600px;
    padding-top: 3.6rem;
}

.blog-entries-nav .btn {
    margin-right: 3rem;
    min-width: 150px;
}

.blog-entries-nav .btn:last-child {
    margin-right: 0;
}

.blog-entries-nav .im {
    font-size: 1.3rem;
    line-height: 1;
    position: relative;
    top: 2px;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * blog content
 * ------------------------------------------------------------------- */

 @media only screen and (max-width: 1200px) {
    .blog-content {
        max-width: 900px;
    }
    .blog-content__main {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .blog-content__main img {
        max-width: 900px;
        margin: 3rem 0 3rem -5rem;
    }
}

@media only screen and (max-width: 1000px) {
    .blog-content {
        max-width: 800px;
    }
    .blog-content__main {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .blog-content__main img {
        max-width: 800px;
        margin: 3rem 0 3rem -4rem;
    }
    .blog-content__prev, .blog-content__next {
        width: 100%;
        float: none;
        padding: 0;
        text-align: left;
        margin-bottom: 1.8rem;
    }
}

@media only screen and (max-width: 900px) {
    .blog-content__main {
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog-content__main img {
        max-width: 100%;
        margin: 3rem 0 3rem;
    }
}

@media only screen and (max-width: 800px) {
    .blog-content__nav {
        padding-right: 0;
    }
    .blog-content__all {
        position: static;
        text-align: left;
        width: auto;
        margin-top: 1.8rem;
    }
}

@media only screen and (max-width: 600px) {
    .blog-content__prev, .blog-content__next, .blog-content__all {
        text-align: center;
    }
    .blog-content__main {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 500px) {
    .blog-entries-nav .btn {
        margin-right: 0;
        min-width: none;
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .blog-content__main {
        padding-left: 0;
        padding-right: 0;
    }
    .blog-content__all .btn {
        width: 100%;
    }
}


/* -------------------------------------------------------------------
 * ## comments - _blog.scss
 * ------------------------------------------------------------------- */

 .comments-wrap {
    background-color: #f0f0f0;
    padding: 8.4rem 0 9rem;
}


/* comments
* -------------------------------------------------- */

#comments {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    max-width: 940px;
}

#comments h3 {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

#comments ol, #comments ul {
    list-style: none;
}

.commentlist {
    margin: 3rem 0 5.4rem;
    padding: 0;
}

.commentlist > .comment {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 1.8rem 0;
    padding-left: 14%;
}

.comment__avatar {
    position: absolute;
    left: 0;
    display: block;
    height: 6rem;
    width: 6rem;
}

.comment__avatar img {
    margin-top: 0.6rem;
    height: 6rem;
    width: 6rem;
    border-radius: 100%;
}

.comment__info cite {
    font-family: "Open-Sans", sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    color: #0D0A0B;
}

.comment__meta {
    font-family: "Open-Sans", sans-serif;
    font-size: 1.45rem;
    line-height: 3rem;
    font-style: normal;
    display: block;
    color: rgba(0, 0, 0, 0.7);
}

.comment__meta .reply {
    font-family: "Open-Sans", sans-serif;
}

.comment__meta .sep {
    margin: 0 5px;
}

.comment__text {
    clear: both;
    margin: 1.8rem 0 0 0;
    padding: 0;
}

.comment ul.children {
    margin: 0;
    padding: 1.8rem 0 0 0;
}

.comment ul.children li {
    padding-left: 5%;
    padding-top: 1.8rem;
}


/* comments form
* ---------------------------- */

#comments .respond {
    padding-top: 4.2rem;
}

#comments form {
    padding-top: 3rem;
}

#comments form .form-field {
    margin-bottom: 3.9rem;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * comments
 * ------------------------------------------------------------------- */

 @media only screen and (max-width: 800px) {
    #comments form button {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    #comments h3 {
        text-align: center;
    }
    .commentlist > .comment {
        padding-left: 0;
    }
    .commentlist .comment__avatar {
        display: none;
    }
}


*/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #CECECE;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 50%;
    float: right;
    /* border-right: 1px solid #F1F1F1; */
    border-radius: 2px;
    padding: 20px;
    text-align: right;
    position: relative;
}

.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
    margin-top: -10px;
}

.timeline > li:not(.timeline-inverted) {
    padding-right: 0px;
}

.timeline > li.timeline-inverted {
    padding-left: 0px;

}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    width: 20px;
    height: 20px;
    line-height: 50px;
    position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -11px;
    background-color: #4C4C4C;
    z-index: 9;
    border-radius: 50%;
    border: 5px solid #FFFFFF;
}

.first-badge{
    top: -25px !important;
}

.timeline > li > .timeline-label h4 {
    margin: 0px;
    font-size: 25px;
}

.timeline > li > .timeline-label p {
    margin: 0;
    opacity: .8;
    letter-spacing: 4px;
    font-size: 16px;
}

.timeline > li > .timeline-label {
    height: 65px;
    position: absolute;
    top: 32px;
    right: 55%;
    margin: -25px 0 0 25px;
    padding: 10px 15px;
    text-align: right;
    z-index: 9;
    border-radius: 4px;
    transition: all linear 0.3s;
}

.timeline > li.timeline-inverted > .timeline-label {
    top: 32px;
    right: 55%;
    margin-left: -50px;
    white-space: nowrap;
    text-align: right;
    width: 300px;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-title {
    margin-top: 0;
    letter-spacing: 4px;
    text-align:left;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
}

.timeline-body > p + p {
    margin-top: 5px;
}

.timeline > li:hover > .timeline-label {
    transform: translateX(10px);
}

.timeline > li.timeline-inverted:hover > .timeline-label {
    transform: translateX(-10px);
}

.timeline > li:hover > .timeline-badge {
    border: 3px solid #FFF;
    transition: all .3s;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
    margin: 60px 0;
}

.link-more.mod-link-none{
    display: block;
}

.link-more.mob-link{
    display: none;
}


@media (max-width: 768px){
    .link-more.mob-link{
        display: block;
    }
    .link-more.mod-link-none{
        display: none;
    }
    .timeline-label p{
        display: none;
    }

    .col-md-6.services-block.pr-20{
        padding-bottom: 0;
    }
    .item-bt-services h2{
        padding-top: 40px;
    }

    .col-md-6.services-block.pl-20.item-services{
        padding-bottom: 0;
    }

    .col-md-6.services-block.pl-20.item-bt-services{
        padding-bottom: 0;
    }
    .block-3d img{
        padding-top: 20px;
    }
    .title-aw {
        font-size: 30px !important;
        font-weight: 400 !important;
    }

    .title-why{
        margin: 25px 0 15px 0 !important;
    }
    .timeline-label span{
        display: none;
    }

   

    .wrap-t{
        padding-top: 0px !important;
    }
    .timeline > li.timeline-inverted > .timeline-label {
        top: 2px;
        right: 0;
        margin-left: 0;
        white-space: nowrap;
        text-align: left;
        width: 300px;
    }

    .timeline-badge.first-badge {
        top: 22px !important;
        position: absolute;
    }
    .timeline > li > .timeline-badge {
        width: 20px;
        height: 20px;
        line-height: 50px;
        position: absolute;
        top: 24px;
        left: 24px;
        margin-left: -11px;
        background-color: #4C4C4C;
        z-index: 9;
        border-radius: 50%;
        border: 5px solid #FFFFFF;
    }
    .timeline{
        margin: 0;
    }

    .timeline-title{
        padding-left: 15px;
    }
    .timeline-body > p, .timeline-body > ul{
        padding-left: 15px;
    }
   
    .btn-contact {
        width: 100% !important;
    }
    .inner-title {
    
        padding-left: 0px !important;
    }

    .timeline > li > .timeline-label {
        position: absolute;
        height: 100%;
        margin: 15px 0;
        padding: 0;
        left: 0;
        text-align: left;
        top: 0;
    }

    .timeline > li > .timeline-badge{
        display: block;
    }
    .timeline > li > .timeline-panel {
        width: 100%;
        background: white;
    }
    .timeline:before{
        display: none;
    }

    .row.masonry-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .row.about-content.masonry-wrap {
        padding-left: 25px;
        padding-right: 25px;
    }
    .inner-title {
        display: block !important;
    }

    .inner-icons {
        display: block !important;
    }
    .why-cg {
        text-align: center !important;
    }
    .bm-text p {
        text-align: left !important;
        padding: 20px;   
    }
    input.area-name-home {
        width: 100%;
    }
    .footer-social{
        padding-top: 20px;
        text-align: center !important;
    }
    h1.my-4.font-weight-bold.title-about.text-center{
        font-size: 4rem !important;
    }
}

.tabs {
    border: 1px solid #666;
    padding: 10px;
    margin: 50px;
}

.active-tabs {
    font-weight: bold;
}


.tab {
    cursor: pointer;
    display: inline-block;
    /*border-bottom: 1px solid #666;*/
    padding: 5px 10px;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    position: relative;
}

.tab-body p {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Open-Sans';
}

.wrap-t {
    padding-top: 40px;
}

.text-prof p {
    margin: 10px;
    font-size: 16px;
}

.wrap-teh {
    padding: 40px 0px 0 0px;
}

.wrap-teh-bt{
    padding: 10px 0;
}

.wrap-teh-bt img{
    width: 100%;
}
.first-teh{
    padding-right: 5px;
}

.second-teh{
    padding-left: 5px;
}

.text-prof hr{
    width: 50%;
    margin: 0 auto;
    border-color: #000;
}

.team-img img {
    border-radius: 50%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.col-four.team-img {
    text-align: center;
    padding-top: 40px;
}

#about h2 {
    font-size: 40px;
}

.text-team {
    font-size: 14px;
    text-align: justify;
    padding-top: 15px;
}

p.name-team {
    font-style: italic;
    margin: 0px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.home-content__main {
    justify-content: center;
}

.team-img-block {
    margin-bottom: 20px;
}



.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-sizer,
.grid-item {
  width: 33.333%;
}
@media (max-width: 575px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
}
}
@media (min-width: 576px) and (max-width: 767px) {
    .grid-sizer,
    .grid-item {
        width: 50%;
    }
    
}

.item-services{
     display: none;
}

.item-bt-services{
    display: none;
}

.mob-none{
    display: block;
}
.map-contact iframe {
    height: 450px;
}

@media screen and (max-width: 768px){
    .inner-title {
    padding-left: 0px !important;
}

    .item-services{
        display: block;
    }

    .item-bt-services{
        display: block;
    }
    .mob-none{
        display: none;
    }
}

/* To change the amount of columns on larger devices, uncomment the code below */

@media (min-width: 768px) and (max-width: 991px) {
    .grid-sizer,
    .grid-item {
        width: 33.333%;
    }
    
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-sizer,
  .grid-item {
    width: 25%;
}
}
@media (min-width: 1200px) {
  .grid-sizer,
  .grid-item {
    width: 33d%;
}
}



.grid-item {
    float: left;
    padding: 5px 5px;
}

.grid-item img {
  display: block;
  max-width: 100%;
}



.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-arrow.mfp-arrow-left.mfp-arrow-right.mfp-prevent-close:hover{
    background-color: transparent !important;
    border-color: transparent !important;
    color: transparent !important;
    outline: 0;
}

.btn-footer {
    width: 100%;
    background: transparent !important;
    border-color: #fff !important;
    border: 2px solid #fff !important;
    transition: all 0.4s ease;
}

.btn-footer:hover {
    width: 100%;
    background: #fff !important;
    border-color: #fff !important;
    border: 2px solid #fff !important;
    color: #000 !important;
    font-weight: bold;
}

.btn-contact-page {
    width: 100%;
    background: #fff !important;
    border-color: #000 !important;
    border: 2px solid #000 !important;
    transition: all 0.4s ease;
    color: #000 !important;
}

.btn-contact-page:hover {
    width: 100%;
    background: #000 !important;
    border-color: #000 !important;
    border: 2px solid #000 !important;
    color: #fff !important;
    font-weight: bold;
}

.btn-more-port{
    width: 50%;
}

.contact-form-wrap label {
    color: #000 !important;
}

.contact-form-wrap input{
    height: 2rem;
}

.contact-form-block {
    margin-top: 6rem;
}

.contact-form-block textarea {
    min-height: 8rem;
    border: 2px solid rgba(0, 0, 0, 0.15);
    padding: 5px 10px;
}

.menu-footer-nav li {
    display: inline-block;
}

.menu-footer-nav li:first-child {
    padding-left: 0;
}

.menu-footer-nav li {
    display: inline;
    position: relative;
    padding: 0 20px;
    font-size: 18px;
}

.menu-footer-nav li::before {
    content: "";
    position: absolute;
    left: 0;
    height: 25px;
    top: -3px;
    border-right: 1px solid #fff;
    width: 5px;
}

.menu-footer-nav li:first-child:before {
    content: "";
    border: none;

}

.contact-form-home label {
    color: #000 !important;
    padding: 0 5px;
}

.contact-form-home {
    display: inline-flex;
}

.contact-form-home input {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    height: 5rem;
    padding-left: 8px;
}

.btn-home {
    padding-top: 23px;
}

.form-home{
    padding-top: 0rem;
    padding-bottom: 5rem;
}


.btn-contact-home{
    background: #50A5E6 !important;
    border-color: #50A5E6 !important;
    border: 2px solid #50A5E6 !important;
    transition: all 0.4s ease;
    color: #fff !important;
    font-weight: bold;
}

.btn-contact-home:hover{
    background: #fff !important;
    border-color: #50A5E6 !important;
    border: 2px solid #50A5E6 !important;
    color: #000 !important;
    font-weight: bold;
}

input.wpcf7-form-control.wpcf7-submit.btn-contact-home {
    padding: 0 3rem;
}

::placeholder {
  color: rgba(0, 0, 0, 0.35);
  font-size: 0.8em;
  padding-left: 8px;
}

h1.my-4.font-weight-bold.title-about.text-center.h-t {
    font-size: 68px;
    position: relative;
    margin-bottom: 40px !important;
}

h1.my-4.font-weight-bold.title-about.text-center.h-t:after {
    content: '';
    border: 1px solid #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: 0 auto;
    width: 150px;
}

section#top-slide {
    position: relative;
    width: 100%;
    height: 90vh;
    z-index: 9;
    background: #fff;
    padding-top: 68px;
}

.timeline-wrap {
    padding-top: 5rem;
}

.home-about {
    padding-top: 15rem;
}

.citem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 5px;
}

.citem img {
    height: calc(98vh - 8.5rem);
    max-height: 48vw;
    max-width: none;
    width: auto;
}


.main-slide button.slick-prev.slick-arrow {
    position: absolute;
    left: 2%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: 0;
    display: block;
    height: 2.5rem;
    width: 1.75rem;
    text-align: center;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    border: none;
    outline: 0;
    z-index: 1;
}

.main-slide button.slick-next.slick-arrow {
    position: absolute;
    right: 2%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: 0;
    display: block;
    height: 2.5rem;
    width: 1.75rem;
    text-align: center;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    border: none;
    outline: 0;
    z-index: 1;
}
.slick-prev:before, .slick-next:before {
    font-size: 30px !important;
}




.arrow-7 {
    margin: 15px auto 10px auto;
    width: 40px;
    height: 80px;
}
.arrow-7 span {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    margin: -16px 0;
    animation: arrow-7 2s infinite;
}
.arrow-7 span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow-7 span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes arrow-7 {
    0%{
        opacity: 0;
        transform: translate(0,-20px) rotate(45deg);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: translate(0,20px) rotate(45deg);
    }
}

.ital-p{
    /*font-style: italic;*/
}
p.lead.ital-p {
    font-weight: 400;
}
h1.my-4.font-weight-bold.title-about.text-center {
    font-size: 5rem;
    position: relative;
    margin-bottom: 40px !important;
    text-transform: uppercase;
}

.inner-icons img {
    display: inline-block;
    text-align: left;
}

.inner-title h3 {
    display: block;
    font-size: 25px;
    text-align: left;
    margin: 0;
    vertical-align: middle;
    font-family: "Open-Sans", sans-serif;
}

.inner-title {
    display: inline-block;
    padding-left: 15px;
    vertical-align: middle;
}

.inner-icons {
    display: inline-block;
    min-height: 120px;
}

.about-bg{
    background-color: #fff;
}

.bm-text p {
    text-align: left;
    letter-spacing: 0.03em;
    line-height: 24px;
    font-size: 18px;
    color: #000;
}
.why-cg {
    text-align: left;
}

.wrap-contact {
    text-align: center;
    padding-top: 30px;
}

.wrap-contact p{
    margin-bottom: 5px;
    font-weight: bold;
}
.wrap-contact a{
    color: #000;
    font-size: 18px;

}

.btn-contact {
    width: 30%;
}

ul.lang-wrap {
    position: absolute;
    top: 5px;
    right: -40px;
}

select#lang_choice_1 {
    border: none;
    color: #747474;
    font-size: 12px;
}

#menu-item-263-uk{
    display: none;
} 
#menu-item-263-ru{
    display: none;
}
#menu-item-263-en{
    display: none;
}

#menu-item-282-uk{
    display: none;
} 
#menu-item-282-ru{
    display: none;
}
#menu-item-282-en{
    display: none;
}
#menu-item-26-uk{
    display: none;
} 
#menu-item-26-ru{
    display: none;
}
#menu-item-26-en{
    display: none;
}

ul.sub-menu {
    display: none;
}

ul.lang-wrap li::marker{
    display: none;
    color: white;
    z-index: -999;
}

.title-aw{
    font-family: "Open-Sans", sans-serif;
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
}
.video-block iframe {
    height: 800px;
}

.video-block{
    margin-top: 3rem;
}

.col-md-6.services-block {
    padding: 40px 0;
}

.col-md-6.services-block.pr-20 {
    padding-right: 30px;
}

.col-md-6.services-block.pl-20 {
    padding-left: 30px;
}

section#services {
    padding: 40px 0 0 0;
    margin-top: 40px;
}

.services-block.pr-20 h2 {
    font-weight: 400;
    font-family: "Open-Sans", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
}
.services-block.pl-20 h2 {
    font-weight: 400;
    font-family: "Open-Sans", sans-serif;
    font-size: 32px;
}

.link-more a {
    color: #fff;
    background: #000;
    padding: 8px 18px;
    font-family: 'Open-Sans', sans-serif;
    font-size: 14px;
}
.link-more {
    text-align: center;
    margin: 50px auto;
}
.link-more-3d a {
    color: #fff;
    background: #000;
    padding: 8px 18px;
    ont-family: 'Open-Sans', sans-serif;
    font-size: 14px;
}

.link-more-3d {
    margin: 25px 0 80px 0;
    text-align: center;
}

.services-block.pr-20 p {
    color: #000;
    margin: 20px 0;
    font-size: 17px;
    line-height: 22px;
}
.services-block.pl-20 p {
    color: #000;
    margin: 20px 0;
    font-size: 17px;
    line-height: 22px;
}


}
p.lead.ital-p {
    line-height: 24px;
}

.block-3d p {
    color: #000;
    margin: 15px 0;
    font-size: 17px;
    line-height: 22px;
}

.img-container {
    text-align: center;
}

.about-text-op p {
    /*font-style: italic;*/
    line-height: 24px;
    font-size: 14px;
    margin: 15px 0;
    font-family: 'Open-Sans', sans-serif;
    font-weight: 500;
    color: #666;
}
}

p.text-teh {
    font-style: italic;
    color: #000;
    font-weight: 600;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 30px;
}

.wrap-teh p{
    line-height: 22px;
}

.contact-text p {
    font-size: 18px;
    color: #666;
}

.contact-text a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
}

input.wpcf7-form-control.wpcf7-submit.btn-contact-home.btn-footer {
    height: 55px;
}
.filter {
    width: 100%;
}
.filter ul {
    margin: 10px 0;
}

.filter ul li {
    display: inline-block;
    padding: 5px 10px;
}
.filter a {
    color: #000;
    font-size: 14px;
}

.team-img.text-center {
    padding: 35px 0 0 0;
}

input:-webkit-autofill {
    -webkit-text-fill-color: black;
}
input:hover:-webkit-autofill {
    -webkit-text-fill-color: black;
}

.item-select {
    padding: 15px 0;
}

.tabs-about .tab::after{
    content: '';
    width: 80%;
    height: 1px solid #666;
}

.contact-text p {
    margin: 10px 0;
}

.accept-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
}

.accept-wrap p {
    margin: 0;
    padding-left: 20px;
    font-size: 14px;
}

input#agreement-check {
    width: 25px;
    height: 25px;
    background: transparent;
    color: transparent;
    margin: 0;
}

span.wpcf7-list-item {
    margin: 0;
}

.accept-wrap a {
    color: blue;
}

section#privacy {
    padding-top: 80px;
}

section#privacy p {
    font-size: 18px;
    margin-bottom: 15px;
}

section#privacy li {
    font-size: 18px;
}

.copyright a{
    color: #000 !important;
    font-weight: 600;
    font-size: 16px;
}

button.mfp-arrow:hover {
    background: transparent;
}

button.mfp-close:hover {
    background: transparent;
}

@media only screen and (max-width: 767px) {
    section#top-slide{
        padding-top: 0;
    }
}