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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  color: #000;
}


body.lock {
    overflow: hidden;
}

.subtitle {
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}

.btn {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    height: 60px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

.btn--dark {
    color: #FFF;
    border-color: #fff;
    background-color: #000;
}

.btn--dark:hover {
    background-color: var(--red);
    color: #fff;
    border-color: #fff;
}

/*start header================*/
.header__inner {
    padding: 20px 0;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #000;
}

.header__logo {
    max-width: 230px;
    height: 60px;
}

.header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.header nav {
    margin: 0 0 0 80px;
}

.header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.header nav li + li {
    margin: 0 0 0 20px;
}

.header nav a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.header .social {
    margin: 0 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .social li {
    width: 30px;
    height: 30px;
    border: 1px solid #000;
}

.header .social li + li {
    margin: 0 0 0 10px;
}

.header .social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.header__menu-btn {
    display: none;
}

/*start header================*/
/*start designn=================*/
.designn {
    padding: 80px 0 115px;
}

.designn .title {
    margin: 0 0 10px 0;
}

.designn .subtitle {
    margin: 0 0 40px 0;
}

.card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -25px;
}

.card-list--three {
    margin: 0 0 0 -50px;
}

.card-list--three .card {
    margin: 0 0 35px 35px;
    width: calc(33.33333% - 35px);
}

.card-list--three .card h6 {
    background-color: #4F4F4F;
}

.card-list--three .card__inner {
    min-height: 595px;
}

.card {
    margin: 0 0 10px 10px;
    width: calc(20% - 10px);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border: 1px solid #000;
    border-radius: 0;
}

.card__img {
    padding: 10px 0;
    width: 100%;
}

.card__img img {
    width: 100%;
}

.card__inner {
    padding: 0 15px 25px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 465px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.card__inner .list-tringle ul {
    padding: 0;
}

.card h6 {
    width: calc(100% + 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    margin: 0 0 12px -15px;
    background-color: #000;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.card h5 {
    margin: 0 0 35px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    color: #4F4F4F;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid #4F4F4F;
}

.card h5::before {
    content: "+";
    position: absolute;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #4F4F4F;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.card__more {
	 display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    background-color: transparent;
    border: none;
    outline: none;
    color: #000;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: underline;
    cursor: pointer;
    transition: all .5s;
}

.card__more:hover {
    color: var(--red);
    transition: all .5s;
}

.card__more ~ li {
    display: none;
}

.card .card__more.open {
    display: none;
}

.card__more.open ~ li {
    display: block;
}

.card__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.card__bottom div:nth-child(1) {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #4F4F4F;
}

.card__bottom strong {
    font-weight: 700;
}

.list-tringle {
    margin: 0 0 20px 0;
	padding: 0;
}

.list-tringle li {
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.list-tringle li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    width: 5px;
    height: 12px;
    background-image: url("/wp-content/uploads/2024/01/arrow-list.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.list-tringle li strong {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}

/*end designn=================*/
/*start linee===================*/
.linee {
    background-color: #2A2A2A;
    padding: 40px 0 40px;
}

.linee__inner {
    max-width: 1070px;
    margin: 0 auto;
}

.linee p {
    margin: 0 0 18px 0;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.linee .btn {
    margin: 40px auto 0;
}

/*end linee===================*/
/*start stepss===================*/
.stepss {
    padding: 85px 0 45px;
}

.stepss .title {
    margin: 0 0 20px 0;
}

.stepss .subtitle {
    margin: 0 0 100px 0;
}

.stepss__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
}

.stepss--two {
    padding: 85px 0 120px;
}

.stepss--two .subtitle {
    margin: 0 0 75px 0;
}

.stepss-item {
    position: relative;
    margin: 0 0 45px 0;
    max-width: 750px;
    width: 100%;
    padding: 40px;
    border: 1px solid #000;
    background-color: #c1c1c1;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

.stepss-item:first-child, .stepss-item:last-child {
    background-color: #fff;
}

.stepss-item::before {
    content: "";
    position: absolute;
    top: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -40%;
    width: 195px;
    height: 80px;
    background-image: url("/wp-content/uploads/2024/01/arrow-down12.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}

.stepss-item:first-child::before {
    display: none;
}

.stepss-item:hover {
    background-color: #000;
    color: #fff;
}

.stepss-item:hover .list-tringle li::before {
    background-image: url("/wp-content/uploads/2024/01/arrow-listWhite.svg");
}

.stepss-item__top {
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}

.stepss-item .list-tringle {
    margin: 0 0 20px 0;
}

.stepss-item .list-tringle li {
    font-size: 18px;
}

.stepss-item__bottom {
    padding: 20px 0 0 0;
    border-top: 1px solid #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.stepss-item:nth-child(even) {
    margin: 0 0 45px auto;
}

.stepss-item:nth-child(even)::before {
    left: -45%;
    background-image: url("/wp-content/uploads/2024/01/arrow-down22.svg");
}

.stepss-ittem {
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #4F4F4F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.stepss-ittem__left {
    padding: 0 30px 0 0;
    width: 34%;
    font-size: 24px;
    font-weight: 400;
}

.stepss-ittem__right {
    width: 66%;
}

.stepss-ittem .list-tringle {
    margin: 0 0 15px 0;
}

.stepss-ittem .list-tringle li {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.stepss-ittem__bottom {
    font-size: 18px;
    line-height: normal;
}

/*end stepss===================*/
/*start footer=====================*/
.footer {
    border-top: 1px solid #000;
}

.footer__inner {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 100px 0 0;
    max-width: 230px;
    width: 100%;
    height: 60px;
}

.footer__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer ul {
    margin: 0 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.footer li + li {
    margin: 0 0 0 20px;
}

.footer p {
    margin: 0 0 0 auto;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

/*end footer=====================*/

@media (max-width: 1200px) {
    .card {
        width: calc(25% - 10px);
    }
    .stepss .subtitle {
        margin: 0 0 40px 0;
    }
    .stepss-item {
        max-width: 450px;
    }
    .footer__logo {
        margin: 0 100px 0 0;
        max-width: 150px;
        height: 40px;
    }
}

@media (max-width: 992px) {
    .btn {
        height: 40px;
    }
    .subtitle {
        font-size: 20px;
    }
    .designn .subtitle {
        margin: 0 0 30px 0;
    }
    .designn {
        padding: 40px 0 45px;
    }
    .stepss {
        padding: 40px 0 10px;
    }
    .header__menu-btn {
        display: block;
    }
    .header__menu-btn {
        margin: 0 0 0 20px;
        padding: 0;
        display: block;
        width: 30px;
        height: 17px;
        position: relative;
        background-color: transparent;
        cursor: pointer;
        outline: none;
        border: none;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        z-index: 9999;
    }
    .header__menu-btn span {
        margin: 0 0 0 auto;
        display: block;
        width: 70%;
        height: 1px;
        background-color: #000;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
    }
    .header__menu-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #000;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
    }
    .header__menu-btn::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #000;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
    }
    .header__menu-btn.active::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 8px;
    }
    .header__menu-btn.active span {
        opacity: 0;
    }
    .header__menu-btn.active::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 8px;
    }
    .header nav {
        margin: 0;
        position: fixed;
        top: 80px;
        right: 0;
        bottom: 0;
        left: 0;
        height: 92vh;
        background-color: #fff;
        z-index: 9999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 35px 10px 30px 19px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        overflow: auto;
    }
    .header nav.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .header nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .header nav a {
        font-size: 18px;
    }
    .header nav li + li, .header nav li {
        margin: 20px 0 0 0;
    }
    .header__logo {
        margin: 0 15px 0 0;
        max-width: 130px;
        height: 35px;
    }
    .card {
        width: calc(50% - 10px);
    }
    .card h6 {
        height: 40px;
        font-size: 14px;
    }
    .card__inner {
        min-height: 390px;
        height: 100%;
    }
    .linee p {
        margin: 0 0 15px 0;
        font-size: 16px;
    }
    .stepss-item {
        padding: 20px;
    }
    .stepss-item__top {
        margin: 0 0 15px 0;
        font-size: 22px;
    }
    .stepss-item .list-tringle li {
        font-size: 16px;
    }
    .stepss-item .list-tringle {
        margin: 0 0 15px 0;
    }
    .stepss-item__bottom {
        padding: 10px 0 0 0;
        font-size: 16px;
    }
    .footer__inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .footer ul {
        display: inline;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
    .footer li + li {
        margin: 15px 0 0 0;
    }
    .card-list--three .card {
        margin: 0 0 35px 35px;
        width: calc(50% - 35px);
    }
    .card-list--three .card__inner {
        min-height: auto;
    }
    .stepss-ittem__left {
        padding: 0 20px 0 0;
        font-size: 16px;
    }
    .stepss-ittem .list-tringle li {
        margin: 0 0 10px 0;
        font-size: 14px;
    }
    .list-tringle li::before {
        top: 2px;
    }
    .stepss-ittem__bottom {
        font-size: 15px;
    }
}

@media (max-width: 700px) {
    .stepss-item::before {
        top: auto;
        bottom: -50px !important;
        width: 100px;
        height: 50px;
        right: auto;
        left: 50% !important;
        -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
    }
    .stepss-item {
        margin: 0 0 65px 0;
    }
    .stepss-item:nth-child(even) {
        margin: 0 0 65px auto;
    }
    .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer__logo,
    .footer ul {
        margin: 0 0 30px 0;
    }
    .footer p {
        margin: 0;
        text-align: center;
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .header .social li {
        width: 20px;
        height: 20px;
    }
    .header .social li img {
        width: 60%;
        height: 60%;
    }
    .card {
        width: calc(100% - 10px);
    }
    .stepss-ittem {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .stepss-ittem__left {
        padding: 0 0 20px 0;
        width: 100%;
    }
    .stepss-ittem {
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }
    .stepss-ittem:last-child {
        border: none;
    }
    .card-list--three .card {
        width: calc(100% - 35px);
    }
}

/*Contacts*/
.contacts-blk1 {
    padding: 80px 0;
}

.contacts-blk1 .form-box {
    padding: 0;
}

.contacts-blk1 .info {
    font-size: 16px;
}

.contacts-blk1 h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.contacts-blk1 .nf-form-content {
    padding: 0;
}

.с-hblk5 {
    padding: 60px 0;
    background-color: var(--greybg);
    color: #fff;
}

.с-hblk5 .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.с-hblk5 .title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
}

.с-hblk5 .subtitle {
    font-size: 18px;
}

/*Portfolio*/
.portfolio-title {
    margin-top: 80px;
}

.portfolio-title h1 {
    margin-bottom: 40px;
}

.port-box {
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
}

.port-box .cat {
    margin-top: 20px;
    display: none;
}

.port-box .img-box {
    width: 100%;
    height: 360px;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    opacity: 1;
    transition: all .5s;
}

.port-box .img-box:hover {
    opacity: 0.7;
    transition: all .5s;
}

.port-box .title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 20px 0;
}

.port-box .title-box p {
    margin-bottom: 0;
}

.port-box .title-box a {
    color: #000;
    text-decoration: none;
    transition: all .5s;
}

.port-box .title-box a:hover {
    color: var(--red);
    text-decoration: none;
    transition: all .5s;
}

.port-box .title-box .title {
    font-weight: 600;
}

.cat-filer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.cat-filter-item {
    margin-right: 20px;
}

.cat-filter-item a {
    text-decoration: none;
}

.cat-filter-item-inner {
    padding: 10px 25px;
    border: 1px solid #000;
    text-align: center;
    background-color: #fff;
    color: #000;
    transition: all .5s;
}

.cat-filter-item-inner:hover {
    background-color: #000;
    color: #fff;
    transition: all .5s;
}

.cat-filter-item.active .cat-filter-item-inner{
    background-color: #000;
    color: #fff;
}

.portfolio-list .btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.portfolio-list .btn-box .btn-b {
    display: flex;
}


/*Single portfolio*/
.single-portfolio .header-inner {
    border-bottom: none;
}

.single-portfolio img {
    border-radius: 5px;
}
.pblk1 {
    margin-bottom: 40px;
}

.pblk1 h1 {
    padding: 40px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
}

.pblk1 .summary, .pblk1 .summary-text {
    color: var(--grey);
}

.pblk1 .img-box {
    margin: 0;
}

.before-after-inner {
    padding: 40px 0;
    border-bottom: 1px solid #000;
}


.before-after h2 {
    margin-bottom: 40px;
}

.before-after .info {
    margin-top: 40px;
}

.text-with-photo-inner {
    padding: 40px 0;
    border-bottom: 1px solid #000;
}

.text-with-photo-inner .img-box {
    margin: 0;
}

.text-with-photo-inner img {
	margin-bottom: 10px;
}

.text-with-photo h2 {
    margin-bottom: 40px;
}

.img-box {
    margin: 40px 0;
}

.gallery-inner {
    padding: 40px 0;
}

.gallery h2 {
    margin-bottom: 40px;
}

.gal-img-box {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
	margin-bottom: 20px;
}




/*About*/
.about-blk1 {
    padding: 80px 0 0 0;
}

.about-blk1 .info {
    font-size: 16px;
}

.about-blk1 img {
    width: 100%;
}

.about-blk1 .img-box {
    margin: 0;
}

.about-blk2 {
    padding: 80px 0;
}

.about-blk2 h2 {
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #000;
}

ul {
    margin: 0;
    padding: 0 0 0 1em;
    list-style: square;
}

ul li {
    margin-bottom: 10px;
}

ol {
    margin: 0;
    padding: 0 0 0 1em;
}

ol li {
    margin-bottom: 10px;
    list-style: auto;
}

.about-blk2 ul, .about-blk3 ul {
    padding: 0;
}

.about-blk2 .list-tringle li, .about-blk3 .list-tringle li {
    font-size: 18px;
}

.about-blk3 {
    padding: 0 0 80px 0;
}

.about-blk3 h2 {
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #000;
}

/*Home*/
.hblk5 {
    padding: 60px 0;
    background-color: var(--greybg);
    color: #fff;
}

.hblk5 .title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0;
}

.hblk5 .row {
    display: flex;
    align-items: center;
}

.hblk4 {
    padding: 80px 0;
}

.hblk4 h2 {
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #000;
}

.hblk4 .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}


.hblk31 {
    margin-top: 40px;
}

.two-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-b {
    margin: 0 10px;
}

.btn-b a {
    text-decoration: none;
    color: #fff;
}

.btn-b-inner {
    padding: 20px 60px;
    background-color: #000;
    border: 1px solid #fff;
    transition: all .5s;
}

.btn-b-inner:hover {
    background-color: var(--red);
    transition: all .5s;
}

.hblk3 .row {
    margin: 0;
}

.hblk3 .col-pad-0 {
    padding: 0;
    position: relative;
}

.hblk2 {
    padding: 80px 0;
}

.hblk2 .title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hblk2 .subtitle {
    font-size: 24px;
    margin-bottom: 0;
}

.hblk2 .info {
    font-size: 16px;
    color: var(--grrey);
    margin-bottom: 0;
}



.hblk1 {
    background-color: var(--greybg);
}

.hblk1 .main-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding-left: 100px;
}

.hblk1 .main-col img {
    width: 400px;
}

.hblk1 h1 {
    font-weight: 600;
    color: #fff;
    font-size: 30px;
    margin: 20px 0 20px 0;
}

.hblk1 .row {
    margin: 0;
}

.hblk1 .col-md-8, .hblk1 .col-pad-0 {
    padding: 0;
    position: relative;
}

.hblk1 .title-box {
    max-width: 600px;
    color: #fff;
}

.hblk1 .title-box h1 {

}

.serv-col {
    padding: 20px;
}

.serv-col .col-md-4 {
    text-align: center;
    color: #fff;
}

.serv-col .title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
}

.serv-col .subtitle {
    font-size: 14px;
    margin-bottom: 20px;
    min-height: 80px;
}

.btn-g {
    display: flex;
    justify-content: center;
}

.btn-g a {
    text-decoration: none;
}

.btn-g-inner {
    color: #fff;
    padding: 10px 50px;
    background-color: transparent;
    border: 1px solid #fff;
    transition: all .5s;
}

.btn-g-inner:hover {
    background-color: var(--red);
    transition: all .5s;
}

.port-hov {
    padding: 20px;
    background-color: #00000073;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    opacity: 0;
    transition: all .5s;
}

.port-hov:hover {
    opacity: 1;
    transition: all .5s;
}

.port-hov-inner {
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    color: #fff;
}

.port-hov a {
    border-bottom: none;
    text-decoration: none;
}

.port-hov-inner .info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    height: 100%;
    padding: 20px;
}

.port-hov-inner .info .top {
    display: none;
}

.port-hov-inner .info .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.port-hov-inner .info .bottom p {
    margin-bottom: 0;
}

.port-hov-inner .info .bottom p:first-child {
    font-weight: 600;
}

.hblk6 {

}

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

.form-box {
    padding: 50px 0;
}

.form-box .nf-form-fields-required {
    display: none;
}

.form-box .nf-form-content label {
    font-size: 16px;
    font-weight: 400;
}

.form-box .nf-form-content .label-above .nf-field-label {
    margin-bottom: 0;
}

.form-box .nf-form-content .list-select-wrap .nf-field-element>div, .form-box .nf-form-content input:not([type=button]), .form-box .nf-form-content textarea {
    border: 1px solid #000000;
    background: #fff;
}

.form-box .nf-form-content input[type=submit] {
    background-color: #000;
    width: 100%;
}

.form-box .nf-form-content input[type=submit]:hover {
    background-color: var(--red);
    border: 1px solid var(--red);
    color: #fff;
}



/*Footer*/
.footer-info p {
    text-align: right;
    font-size: 16px;
    white-space: nowrap;
    margin-bottom: 0;
}

.site-footer {
    border-top: 1px solid #000;
}

.site-footer .header-inner {
    border-bottom: none;
}

/*Header*/
.site-header {
    background-color: #fff;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #000;
}

.page-template-homepage-tpl .header-inner {
    border-bottom: 1px solid transparent;
}

.main-navigation {
    margin-left: 80px;
}

.site-header .socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.site-header .socials a {
    margin-left: 10px;
}

.site-header .socials a path {
    fill: #000;
    transition: all .5s;
}

.site-header .socials a rect {
    stroke: #000;
    transition: all .5s;
}

.site-header .socials a:hover path {
    fill: var(--red);
    transition: all .5s;
}

.site-header .socials a:hover rect {
    stroke: var(--red);
    transition: all .5s;
}

.main-navigation a {
    font-size: 14px;
    border-bottom: 1px solid transparent;
    transition: all .5s;
}

.main-navigation a:hover, .main-navigation a:active {
    color: #000;
    border-bottom: 1px solid var(--red);
    transition: all .5s;
}

.main-navigation li {
    margin: 0 10px;
}


/*General*/
:root {
    --red: #e52320;
    --grey: #4F4F4F;
    --greybg: #2A2A2A;
}

.post, .page {
    margin: 0;
}

body {
    font-family: Roboto;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    color: #000;
}

h1 {
    font-family: Roboto;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
}

h2, h3, h4, h5, h6 {
    font-family: Roboto;
    font-weight: 600;
    color: #000;
}

p {
    margin-bottom: 20px;
}

a {
    color: #000;
}

.nowrap {
    white-space: nowrap;
}

@font-face {
    font-family: Roboto;
    src: url(/wp-content/themes/pillarch/fonts/Roboto-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Roboto;
    src: url(/wp-content/themes/pillarch/fonts/Roboto-Bold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: Roboto;
    src: url(/wp-content/themes/pillarch/fonts/Roboto-Thin.ttf);
    font-weight: 300;
}


@media (min-width: 1200px) and (max-width: 1400px) {
    .text-with-photo-inner iframe {
        height: 600px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-with-photo-inner iframe {
        height: 530px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-with-photo-inner iframe {
        height: 390px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 28px;
    }
    .hblk5 .title {
        font-size: 21px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .site-branding {
        max-width: 150px;
        min-width: 100px;
    }
    .hblk1 .main-col {
        padding: 0 12px;
    }
    .hblk1 h1 {
        font-size: 26px;
    }
    .serv-col .subtitle {
        min-height: 20px;
    }
    .serv-col .col-md-4 {
        margin-bottom: 30px;
    }
    .hblk2 .title {
        font-size: 28px;
    }
    .hblk2 .subtitle {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .hblk2 {
        padding: 50px 0;
    }
    .btn-b-inner {
        padding: 15px 20px;
        font-size: 16px;
    }
    .hblk4 h2 {
        font-size: 28px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .hblk4 {
        padding: 50px 0;
    }
    .form-box h2 {
        margin-bottom: 20px;
    }
    .hblk6 .form-bg {
        min-height: 300px;
    }
    .about-blk1 {
        padding: 50px 0 0 0;
    }
    .about-blk2 h2 {
        font-size: 28px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .about-blk2 {
        padding: 50px 0;
    }
    .about-blk3 h2 {
        font-size: 28px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .about-blk3 {
        padding: 0 0 50px 0;
    }
    .portfolio-title {
        margin-top: 50px;
    }
    .pblk1 .img-box {
        margin: 0;
    }
    .pblk1 h1 {
        padding: 20px 0;
        margin-bottom: 20px;
    }
    .pblk1 {
        margin-bottom: 20px;
    }
    .text-with-photo-inner {
        padding: 20px 0;
    }
    .text-with-photo h2 {
        margin-bottom: 20px;
    }
    .gal-img-box {
        height: 150px;
        margin-bottom: 20px;
    }
    .text-with-photo-inner iframe {
        height: 200px;
    }
    .img-box {
        margin: 20px 0;
    }
    .card {
        margin: 0 0 20px 10px;
    }
    .stepss-item::before {
        display: none;
    }
    .stepss-item:nth-child(even) {
        margin: 0 0 20px auto;
    }
    .stepss-item {
        margin: 0 0 20px 0;
    }
    .contacts-blk1 {
        padding: 50px 0;
    }

    .contacts-blk1 .col-md-7 {
        order: 2;
    }
    .contacts-blk1 .col-md-5 {
        order: 1;
    }

}


