.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
main {
display: block;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
img {
border-style: none;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
progress {
vertical-align: baseline;
}
textarea {
overflow: auto;
}
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details {
display: block;
}
summary {
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: border-box;
}
html {
box-sizing: border-box;
}  body {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
line-height: 1.75;
color: black;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Oswald', sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
text-decoration: none;
color: #2e2f30;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
color: rgba(46, 47, 48, 0.8);
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
margin-bottom: 0;
}
p {
color: black;
}
p:last-child {
margin-bottom: 0;
}
img {
max-width: 100%;
height: auto;
}
input,
textarea {
display: block;
width: 100%;
margin-bottom: 40px;
padding: 13px 16px;
border: solid 1px #dfe3e8;
border-radius: 2px;
line-height: normal;
color: #2e2f30;
}
input:last-child,
textarea:last-child {
margin-bottom: 0;
}
input::placeholder,
textarea::placeholder {
color: #c0c5cb;
}  .wrapper {
position: relative;
display: flex;
flex-direction: column;
min-height: 100vh;
}
.content {
flex: 1 0 auto;
}
.footer {
flex: 0 0 auto;
} .container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
@media (min-width: 1440px) {
.container {
max-width: 1280px;
padding-right: 0;
padding-left: 0;
}
}
.row {
display: flex;
flex-wrap: wrap;
}
.reset-list {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
}
button,
.button {
display: inline-block;
padding-top: 20px;
padding-right: 74px;
padding-bottom: 20px;
padding-left: 74px;
border: 0;
border-radius: 2px;
background-color: #4f4ff6;
font-family: 'Oswald', sans-serif;
font-size: 16px;
font-weight: 700;
line-height: 1;
text-transform: uppercase;
text-decoration: none;
color: #ffffff;
transition: background-color 0.35s;
cursor: pointer;
}
button:hover,
.button:hover {
background-color: rgba(79, 79, 246, 0.8);
}
.button--orange {
padding-top: 15px;
padding-right: 32px;
padding-bottom: 15px;
padding-left: 32px;
background-color: #f69e4f;
}
.button--orange:hover {
background-color: rgba(246, 158, 79, 0.8);
}
.button--white {
background-color: #ffffff;
color: #2e2f30;
}
.button--white:hover {
background-color: rgba(255, 255, 255, 0.8);
}
.section-name {
font-family: 'Roboto', sans-serif;
line-height: 1;
text-transform: uppercase;
color: #f69e4f;
}
.section-title {
margin-top: 0;
font-family: 'Oswald', sans-serif;
font-size: 48px;
font-weight: bold;
line-height: 1.17;
color: #2e2f30;
}
@media(max-width: 991px) {
.section-title {
font-size: 32px;
}
}
@media(max-width: 576px) {
.section-title {
font-size: 24px;
}
} .header__container {
position: relative;
justify-content: center;
align-items: center;
padding-top: 24px;
padding-bottom: 24px;
}    .header__logo {
margin-right: auto;
}
.logo {
font-family: 'Oswald', sans-serif;
font-size: 24px;
line-height: normal;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
color: #2e2f30;
transition: color 0.35s;
}
.logo:hover {
color: rgba(46, 47, 48, 0.8);
}
.nav__list li {
margin-right: 40px;
}
.nav__list li:last-of-type {
margin-right: 0;
}
.nav__list a {
font-size: 16px;
line-height: 1.14;
text-decoration: none;
color: #2e2f30;
transition: color 0.35s;
}
.nav__list a:hover {
color: rgba(46, 47, 48, 0.8);
}
.header__button {
margin-left: auto;
}
.opener-nav {
display: none;
}
@media(max-width: 992px) {
.nav {
position: fixed;
z-index: -1;
top: 0;
left: 0;
right: 0;
width: 100%;
min-height: 100%;
padding: 50px 15px;
background-color: #ffffff;
transition: opacity 0.3s, background-color 0.3s, backdrop-filter 0.3s;
opacity: 0;
pointer-events: none;
}
.is-open.nav {
z-index: 999;
background-color: rgba(255, 255, 255, 0.9);
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
transition: opacity 0.7s, background-color 0.7s, backdrop-filter 0.7s;
opacity: 1;
pointer-events: auto;
}
.nav__list li {
width: 100%;
margin-bottom: 30px;
margin-right: 0;
text-align: center;
}
.nav__list li:last-of-type {
margin-bottom: 0;
}
.opener-nav {
position: relative;
display: block;
width: 32px;
height: 24px;
padding: 0;
border: 0;
background: none;
outline: none;
}
.opener-nav:hover {
background: none;
}
.opener-nav::before,
.opener-nav::after {
content: '';
position: absolute;
left: 0;
width: 100%;
height: 4px;
border-radius: 4px;
background-color: #26252e;
transition: transform 0.35s, top 0.35s;
}
.opener-nav::before {
top: 0;
}
.opener-nav::after {
bottom: 0;
}
.opener-nav__line {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 4px;
border-radius: 4px;
background-color: #26252e;
transform: translateY(-50%);
transition: opacity 0.35s;
}
.active.opener-nav {
z-index: 999;
}
.active.opener-nav::before {
top: 10px;
transform: rotate(42deg);
}
.active.opener-nav::after {
top: 10px;
transform: rotate(-42deg);
}
.active .opener-nav__line {
opacity: 0;
}
.header__button {
display: none;
}
}  .introduction {
padding-top: 72px;
padding-bottom: 60px;
}
.introduction__col-left {
max-width: 45%;
margin-right: auto;
}
.introduction__col-right {
max-width: 49%;
}
.introduction__title {
margin-top: 0;
margin-bottom: 24px;
font-family: 'Oswald', sans-serif;
font-size: 64px;
font-weight: bold;
line-height: 1.13;
}
.introduction__subtitle {
margin-bottom: 72px;
color: #777b7f;
}
@media(max-width: 1199px) {
.introduction__title {
font-size: 54px;
}
}
@media(max-width: 991px) {
.introduction__title {
font-size: 48px;
}
}
@media(max-width: 767px) {
.introduction__col-left {
order: 2;
width: 100%;
max-width: none;
}
.introduction__col-right {
order: 1;
width: 100%;
max-width: none;
margin-bottom: 30px;
}
.introduction__title {
font-size: 40px;
}
}
@media(max-width: 575px) {
.introduction__title {
font-size: 32px;
}
}  .our-services {
padding-top: 60px;
padding-bottom: 43px;
}
.our-services__section-name {
margin-bottom: 16px;
}
.our-services__title {
margin-bottom: 12px;
line-height: 0.83;
}
.our-services__text-wrapper {
margin-bottom: 48px;
color: #777b7f;
}
.our-services__item {
width: calc(33.3333333% - 21px);
margin-right: 31px;
padding: 48px 50px 86px 48px;
border: solid 1px #dfe3e8;
border-radius: 8px;
}
.our-services__item:last-of-type {
margin-right: 0;
}
.our-services__item-icon {
margin-bottom: 40px;
}
.our-services__item-title {
margin-top: 0;
margin-bottom: 16px;
font-family: 'Oswald', sans-serif;
font-size: 24px;
font-weight: bold;
line-height: 1;
}
.our-services__item-text {
line-height: 1.5;
color: #777b7f;
}
@media(max-width: 991px) {
.our-services__item {
width: calc(50% - 16px);
margin-bottom: 31px;
}
.our-services__item:last-of-type {
margin-bottom: 0;
}
.our-services__item:nth-of-type(2n) {
margin-right: 0;
}
}
@media(max-width: 767px) {
.our-services__item {
width: 100%;
margin-right: 0;
}
}  .about {
padding-top: 40px;
padding-bottom: 100px;
}
.about__container {
align-items: center;
}
.about__col-left {
max-width: 515px;
margin-right: auto;
}
.about__col-right {
max-width: 735px;
}
.about__section-name {
margin-bottom: 12px;
}
.about__title {
margin-bottom: 24px;
}
@media(max-width: 1439) {
.about__col-left {
margin-bottom: 30px;
}
}  .testimonials {
padding-top: 56px;
padding-bottom: 29px;
background-color: #f7f8fc;
text-align: center;
}
.testimonials__section-name {
margin-bottom: 16px;
}
.testimonials__title {
margin-bottom: 48px
}
.testimonials__text-wrapper {
margin-bottom: 16px;
color: #777b7f;
}
.testimonials__signature-wrapper {
display: flex;
justify-content: center;
align-items: center;
width: 277px;
height: 83px;
margin-right: auto;
margin-left: auto;
}  .our-ceo {
padding-top: 100px;
padding-bottom: 100px;
}
.our-ceo__container {
align-items: center;
}
.our-ceo__col-left {
max-width: 655px;
margin-right: auto;
}
.our-ceo__section-name {
margin-bottom: 12px;
}
.our-ceo__title {
margin-bottom: 22px;
}
.our-ceo__right {
max-width: 515px;
}
@media(max-width: 1439px) {
.our-ceo__col-left {
order: 2;
}
.our-ceo__right {
order: 1;
margin-bottom: 30px;
}
}  .attention {
padding-top: 86px;
padding-bottom: 86px;
background-color: #4f4ff6;
text-align: center;
color: #ffffff;
}
.attention__title {
margin-bottom: 25px;
color: #ffffff;
}
.attention__text-wrapper {
max-width: 650px;
margin-right: auto;
margin-bottom: 32px;
margin-left: auto;
color: #ffffff;
}
.attention__text-wrapper p {
color: #ffffff;
}  .contacts {
padding-top: 100px;
padding-bottom: 100px;
text-align: center;
}
.contacts__section-name {
margin-bottom: 16px;
}
.contacts__title {
margin-bottom: 64px;
}
.contacts__form {
max-width: 407px;
margin-right: auto;
margin-left: auto;
}  .main {
padding-top: 100px;
padding-bottom: 100px;
}  .footer__container {
padding-top: 32px;
padding-bottom: 32px; }
.footer__col-left {
margin-right: auto;
}
.footer__logo {
display: inline-block;
margin-bottom: 24px;
}
.footer__social-networks {
margin-left: auto;
}
.social-network__item {
margin-right: 16px;
}
.social-network__item:last-of-type {
margin-right: 0;
}
.footer__social-networks {
margin-left: auto;
}
.social-network__icon {
display: block;
width: 24px;
height: 24px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.social-network__icon--facebook {
background-image: url(//darcystacom.com/wp-content/themes/fiveblocks-lp/img/icon-facebook.svg);
}
.social-network__icon--linkedin {
background-image: url(//darcystacom.com/wp-content/themes/fiveblocks-lp/img/icon-linkedin.svg);
}
.social-network__icon--twitter {
background-image: url(//darcystacom.com/wp-content/themes/fiveblocks-lp/img/icon-twitter.svg);
}
.footer__copyright {
font-size: 14px;
color: #777b7f;
} .single-item {
margin-bottom: 70px;
}
.page-numbers {
padding: 10px;
font-size: 20px;
color: #f69e4f;
text-decoration: none;
}
.current.page-numbers {
color: #2e2f30;
}
footer.footer { margin-top: 90px; }
.footer__col-right {
padding-top: 9px;
} .content-left, .abt-content {
padding: 90px 0px 0px; 
}
.content-left h1.intro_title, .abt-content-innr h1 {
text-transform: uppercase;
font-size: 64px;
margin: 0;
}
.post-item h2{
font-size:36px;
margin: 0;
}
p{
line-height: 1.63;
color: black;
font-size: 16px;
}
.content-left h4, .abt-content-innr h4 {
font-size: 40px;
margin: 0;
line-height:53px;
}
.intro_subtitle p, .intro_subtitle ul li, .abt_subtitle ul li {
line-height: 1.63;
color: #9598a2;
font-size: 16px;
}
.intro_subtitle ul li, .abt_subtitle ul li {
position: relative;
list-style: none;
line-height: 30px !important;
margin-bottom: 14px;
}
.intro_subtitle p, .abt-content-innr p {
margin: 0px 0px 20px;
}
.intro_subtitle ul, .abt-content-innr ul  {
margin: 30px 0px 60px;
padding-left: 32px;
}
.intro_subtitle, .abt_subtitle {
margin-top: 30px;
}
.blog-content ul li {
list-style: none;
}
.post-item a {
color: #f69e4f;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}
.blog-content ul li {
width: calc(30.333333% - 21px);
margin-right: 50px;
padding: 25px 40px 40px; border-radius: 8px;
box-shadow: 0px 0px 20px 5px #0a050526;
margin-bottom: 50px;
}
.blog-content ul li:last-child{
margin-right:0px;
}
.blog-content ul {
display: flex;
padding-left: 0;
flex-wrap: wrap;
}
.second-sec ul li:before, .abt_subtitle ul li:before {
content: "";
display: inline-block;
transform: rotate(
45deg);
height: 17px;
width: 10px; border-bottom: 3px solid #f69e4f;
border-right: 3px solid #f69e4f; left: -25px;
position: absolute;
top: 4px;
}
.second-sec ul li, .abt_subtitle ul li {
position: relative;
list-style: none;
line-height: 26px !important;
margin-bottom: 20px;
}
.row-innr {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.row-innr .content-right {
width: 50%;
padding-left: 60px;
}
.row-innr .content-left {
width: 50%;
padding-right: 30px;
}
ul.cat-posts li {
display: none;
}
body.single main.main {
display: flex;
justify-content: flex-start;
max-width: 1280px;
margin: 0 auto;
}
body.single main.main .main__container.container {
margin: 0 auto;
padding: 30px 40px 50px; border-radius: 8px;
box-shadow: 0px 0px 20px 5px #0a050526;  }
.msg-sec {
position: relative;
}
.msg-sec p {
position: absolute;
top: 0;
left: -26px;
margin: 0;
}
footer.footer ul {
padding: 0;
margin-top:0;
}
footer.footer ul li {
list-style: none;
}
.first-sec {
display: flex;
align-items: center;
}
.wp-block-columns {
margin-bottom: 0;
}
aside#block-10 p {
display: none;
}
footer.footer ul li a {
font-size: 16px;
line-height: 1.14;
text-decoration: none;
color: #2e2f30;
transition: color 0.35s;
}
aside#block-8 {
margin-bottom: 40px;
}
.footer-copyright {
margin-top: 20px;
}
.footer-copyright h2 {
font-size: 14px;
font-weight: 100 !important;
font-family: 'Open Sans';
text-align: center;
}
aside#block-12 ul {
display: flex;
align-items: center;
margin:0;
}
aside#block-12 ul li + li {
margin-left: 10px;
}
aside#block-12 ul li i {
font-size: 26px;
}
div#load-more{
color: #002366;
border: 1px solid;
width: 150px;
text-align: center;
height: 45px;
vertical-align: middle;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
margin: 0 auto;
cursor: pointer;
}
div#load-more:hover {
background: #002366;
color: #fff;
transition: all 1.2s;
}
footer.footer .footer__container.container {
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row-reverse;
}
.footer-copyright, .footer-copyright h2 {
margin-top: 0;
}
.rel-custom-items ul {
display: flex;
}
.rel-custom-items ul {
padding: 0;
}
.rel-custom-items ul li {
list-style: none;
text-align: justify;
border-radius: 8px;
box-shadow: 0px 0px 14px 1px #002366;
padding: 35px;
}
.rel-custom-items ul li + li {
margin-left: 40px;
}
.rel-custom-items ul li h2 {
line-height: 1.63;
margin: 0;
color: #141417;
}
.rel-custom-items ul li p {
margin-top: 5px;
color: #141417;
}
.rel-post-item a {
color: #002366;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}
.rel-post-item {
color: #9598a2;
}
@media (max-width:991px){
.content-left h1.intro_title, .abt-content-innr h1 {
font-size: 32px;
}
.content-left, .abt-content {
padding: 30px 0px 0px;
}
.content-left h4, .abt-content-innr h4 {
font-size: 24px;
}
.blog-content ul li {
padding: 15px;
}
.intro_subtitle ul li, .abt_subtitle ul li {
line-height: 26px !important;
margin-bottom: 20px;
}
footer.footer ul li a {
font-size: 14px;
}
}
@media (max-width:767px){
.content-left h1.intro_title, .abt-content-innr h1 {
font-size: 28px;
}
.content-left h4, .abt-content-innr h4 {
font-size: 20px;
margin: 0;
line-height: 30px;
}
button.header__opener-nav.opener-nav {
position: absolute;
right: 8px;
}
footer.footer{
margin-top:30px;
}
.blog-content ul {
display: block;
padding-left: 0;
}
.blog-content ul li {
width: 100%;
margin-right: 0px;
margin-bottom: 30px;
}
h1{
font-size:28px;
}
h2 {
font-size:24px;
}
.intro_subtitle ul li, .abt_subtitle ul li {
line-height: 26px !important;
margin-bottom: 20px;
}	
.row-innr {
display: block;
}
.row-innr .content-right {
padding-left: 0px;
width:100%;
}
.row-innr .content-left {
padding-right: 0px;
width:100%;
}
.first-sec {
display: block;
align-items: center;
}
.row-innr .content-right img {
width: 100%;
}
footer.footer .footer__container.container {
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row-reverse;
flex-wrap: wrap;
}
.rel-custom-items ul {
display: block;
}
.rel-custom-items ul li + li {
margin-left: 0;
}
.rel-custom-items ul li {
margin-bottom: 40px;
}
}