@charset "UTF-8";
/*!
Theme Name: Underscores Starter Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Custom WordPress theme. The theme is based on _s (underscores) framework and includes a wide variety of functionalities that can serve for your content management without having to have programming skills.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: prava_osiguranja
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

prava_osiguranja is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset and Variables
# Helpers
# Bootstrap
# WooCommerce
# Base
# Parts
# Components / Templates
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Reset and Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Reset
--------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

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

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

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

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

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
## Base Reset
--------------------------------------------------------------*/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #000;
}

a:focus, a:hover, a:active {
  outline: none;
}

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

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

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

q {
  quotes: none;
}

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

small {
  font-size: 85%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
nav ul,
nav ol,
ul,
li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
## Embedded Content
--------------------------------------------------------------*/
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

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

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
figure {
  margin: 0;
}

form {
  margin: 0;
}

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

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

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

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

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

input, textarea {
  -webkit-box-shadow: none;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

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

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

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

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

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

input, textarea, select {
  outline: none;
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/*--------------------------------------------------------------
## Chrome Frame Prompt
--------------------------------------------------------------*/
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Variables
--------------------------------------------------------------*/
@font-face {
  font-family: "fonticons";
  src: url("assets/icons/fonticons.woff2?v=2021.5.1304635") format("woff2"), url("assets/icons/fonticons.woff?v=2021.5.1304635") format("woff"), url("assets/icons/fonticons.ttf?v=2021.5.1304635") format("truetype");
}

.font-call:before, .font-facebook:before, .font-happy:before, .font-instagram:before, .font-mail:before, .font-plus-circle:before, .font-right-arrow:before, .font-time:before, .font-twitter:before {
  font-family: "fonticons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.font-call:before {
  content: "";
}

.font-facebook:before {
  content: "";
}

.font-happy:before {
  content: "";
}

.font-instagram:before {
  content: "";
}

.font-mail:before {
  content: "";
}

.font-plus-circle:before {
  content: "";
}

.font-right-arrow:before {
  content: "";
}

.font-time:before {
  content: "";
}

.font-twitter:before {
  content: "";
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Mixins
--------------------------------------------------------------*/
/*
	Example:
	-------------------------------------------------------------------------------------------------
	@include mq($phone) 			 	@media screen and (max-width: 640px)
	-------------------------------------------------------------------------------------------------
	@include mq(991) 			 	 	@media screen and (max-width: 991px)
	-------------------------------------------------------------------------------------------------
	@include mq($phone + 1, min) 	 	@media screen and (min-width: 641px)
	-------------------------------------------------------------------------------------------------
	@include mq(992, min) 			 	@media screen and (min-width: 992px)
	-------------------------------------------------------------------------------------------------
	@include mq(400, min, height) 	 	@media screen and (min-height: 400px)
	-------------------------------------------------------------------------------------------------
	@include mq(992) {				 	@media screen and (max-width: 992px) and (min-width: 767px)
		@include mq(767, min) {

		}
	}
	-------------------------------------------------------------------------------------------------
 */
/*--------------------------------------------------------------
## Helpers
--------------------------------------------------------------*/
.clear::after,
.entry-content::after,
.comment-content::after,
.site-content::after,
.site-footer::after {
  content: '';
  display: table;
  clear: both;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.centered {
  text-align: center;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex='-1']:focus {
  outline: 0;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
## Print
--------------------------------------------------------------*/
@media print {
  body {
    background: #fff;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  a:link, a:visited {
    background: #fff;
    color: #000;
    text-decoration: underline;
  }
  a:not([href="javascript:;"])::after {
    content: " [" attr(href) "] ";
  }
  h1, h2, h3, h4, h5, h6 {
    background: none;
    color: #000;
  }
  .temp {
    display: none;
  }
}

/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.35;
}

p {
  margin-bottom: 15px;
}

blockquote {
  margin: 0 25px;
}

pre {
  background: #ccc;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

[class*='font-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-size: 30px;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

/*--------------------------------------------------------------
## Base Layout
--------------------------------------------------------------*/
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  height: 100%;
}

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

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

.site-content {
  padding-top: 60px;
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Parts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.btn-primary {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #2c3459;
  border: 3px solid #2c3459;
  border-radius: 3px;
  padding: 10px 37px 10px 21px;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.btn-primary:hover {
  border: 3px solid #fff;
  background-color: #7dba2f;
}

.btn-primary .font-right-arrow {
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  color: #fff;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Wrapper and Ratios
--------------------------------------------------------------*/
.media-wrap {
  position: relative;
  overflow: hidden;
}

.media-wrap::before {
  content: '';
  display: block;
  width: 100%;
}

.media-wrap-square::before {
  padding-top: 100%;
}

.media-item {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------
## WP Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

img {
  max-width: 100%;
  display: block;
  height: initial;
}

/*--------------------------------------------------------------
# Components / Templates
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 60px;
  -webkit-box-shadow: 0 3px 10px -5px #33330d;
          box-shadow: 0 3px 10px -5px #33330d;
  z-index: 10;
}

.site-header__container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1250px) {
  .site-header__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1250px) {
  .site-header__container {
    padding: 0 5px;
  }
}

.site-branding {
  font-size: 22px;
  font-weight: 700;
  color: #7dba2f;
}

.site-branding a {
  color: #fff;
}

/*--------------------------------------------------------------
## Menu Btn
--------------------------------------------------------------*/
.menu-btn {
  display: none;
  width: 30px;
  height: 19px;
  right: 15px;
  top: 21px;
  position: absolute;
  z-index: 110;
}

.menu-btn::after, .menu-btn::before,
.menu-btn span {
  width: 100%;
  height: 3px;
  position: absolute;
  display: block;
  background-color: #2c3459;
}

.menu-btn::after, .menu-btn::before {
  content: '';
  -webkit-transition: 350ms width 350ms ease;
  -o-transition: 350ms width 350ms ease;
  transition: 350ms width 350ms ease;
}

.menu-btn::after {
  top: 0;
  left: 0;
}

.menu-btn::before {
  bottom: 0;
  right: 0;
}

.menu-btn span {
  top: 50%;
  margin-top: -1.5px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  -o-transition: transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.menu-btn span::before {
  content: '';
  background-color: #2c3459;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  -o-transition: transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.menu-btn.open::after, .menu-btn.open::before {
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  width: 0;
}

.menu-btn.open::after {
  left: 0;
}

.menu-btn.open::before {
  right: 0;
}

.menu-btn.open span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 350ms -webkit-transform 350ms ease;
  transition: 350ms -webkit-transform 350ms ease;
  -o-transition: 350ms transform 350ms ease;
  transition: 350ms transform 350ms ease;
  transition: 350ms transform 350ms ease, 350ms -webkit-transform 350ms ease;
  position: relative;
}

.menu-btn.open span::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 350ms -webkit-transform 350ms ease;
  transition: 350ms -webkit-transform 350ms ease;
  -o-transition: 350ms transform 350ms ease;
  transition: 350ms transform 350ms ease;
  transition: 350ms transform 350ms ease, 350ms -webkit-transform 350ms ease;
}

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

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
a {
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: 0;
}

.main-navigation .primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation .primary-menu li:hover > ul,
.main-navigation .primary-menu li.focus > ul {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  display: block;
  opacity: 1;
}

.main-navigation .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  border-top: 3px solid #fff;
  z-index: 99999;
  background-color: #000;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  display: none;
  opacity: 0;
}

.main-navigation .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.main-navigation .sub-menu li {
  border-bottom: 1px solid #000;
}

.main-navigation .sub-menu li:last-of-type {
  border-bottom: none;
}

.main-navigation .sub-menu a {
  width: 200px;
}

.main-navigation li {
  position: relative;
  float: left;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
  color: #7dba2f;
  background-color: #fff;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #2c3459;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  padding: 20px 10px;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 991px) {
  .main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 100;
    -webkit-transition: 350ms ease 350ms;
    -o-transition: 350ms ease 350ms;
    transition: 350ms ease 350ms;
  }
  .main-navigation::before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
  }
  .main-navigation.open {
    visibility: visible;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .main-navigation.open::before {
    opacity: 1;
    -webkit-transition: 350ms ease 10ms;
    -o-transition: 350ms ease 10ms;
    transition: 350ms ease 10ms;
  }
  .main-navigation.open > ul {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 350ms ease 10ms;
    -o-transition: 350ms ease 10ms;
    transition: 350ms ease 10ms;
  }
  .main-navigation .primary-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
    height: 100%;
    background-color: #fff;
    padding-top: 60px;
    overflow: auto;
    z-index: 100;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
  }
  .main-navigation .sub-menu {
    position: static;
    -webkit-transition: initial;
    -o-transition: initial;
    transition: initial;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background-color: transparent;
    border: 0;
    padding: 5px 0 10px 10px;
    opacity: 1;
    display: none;
  }
  .main-navigation .sub-menu li {
    border: 0;
    font-size: .85em;
  }
  .main-navigation .sub-menu .sub-icon {
    top: 1px;
  }
  .main-navigation li {
    float: none;
  }
  .main-navigation li:hover > a,
  .main-navigation li.focus > a {
    background-color: transparent;
  }
  .main-navigation a {
    display: inline-block;
    padding: 0 15px;
  }
  .main-navigation .sub-icon {
    line-height: 1;
    display: block;
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 60px;
    top: 3px;
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  display: block;
  width: 100%;
  margin: 0;
  color: #fff;
  margin-top: auto;
  background-color: #2c3459;
}

.site-footer__content-wrap {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-footer__content-wrap .container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2.5fr 2fr 2fr 2fr;
  grid-gap: 30px;
}

@media screen and (max-width: 1250px) {
  .site-footer__content-wrap .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .site-footer__content-wrap .container {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding: 20px;
    text-align: center;
  }
}

.copyright {
  display: block;
  width: 100%;
  text-align: center;
  border-top: 1px solid #7dba2f;
  background-color: #2c3459;
  padding: 25px 15px;
}

.site-footer__content-col {
  padding: 50px 0 30px;
}

@media screen and (max-width: 768px) {
  .site-footer__content-col {
    padding: 0;
  }
}

.site-footer__content-col h3 {
  position: relative;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.site-footer__content-col h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 3px;
  background-color: #7dba2f;
}

@media screen and (max-width: 1250px) {
  .site-footer__content-col h3::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.site-footer__content-col h3 span {
  color: #7dba2f;
}

.site-footer__content-col p {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
}

.site-footer__content-col ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1250px) {
  .site-footer__content-col ul li {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.site-footer__content-col ul li a {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.site-footer__content-col ul li a:hover {
  color: #7dba2f;
}

.site-footer__content-col ul li span {
  display: block;
  font-size: 16px;
  line-height: 28px;
  margin-right: 15px;
  color: #fff;
}

.site-footer__content-col ul li.lang-item {
  display: none;
}

.site-footer__content-col .sub-menu,
.site-footer__content-col .sub-icon {
  display: none;
}

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

@media screen and (max-width: 1250px) {
  .site-footer__social-icons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.site-footer__social-icons li {
  margin-right: 15px;
}

.site-footer__social-icons li a {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.site-footer__social-icons li a span {
  display: block;
  font-size: 16px;
  margin-top: 3px;
  margin-right: 0;
}

.site-footer__social-icons li a:hover {
  background-color: #7dba2f;
  border: 2px solid #7dba2f;
}

/*--------------------------------------------------------------
## Entry Content
--------------------------------------------------------------*/
.entry-content {
  font-size: 16px;
  color: #777;
  margin: 5px 0 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2c3459;
}

.entry-content h2 {
  font-size: 24px;
  font-weight: 700;
}

.entry-content h3 {
  font-size: 18px;
}

.entry-content h4 {
  font-size: 14px;
}

.entry-content h5 {
  font-size: 12px;
}

.entry-content h6 {
  font-size: 10px;
}

.entry-content p {
  color: #777;
  line-height: 1.45;
  margin-bottom: 27px;
}

.entry-content p strong {
  font-weight: 700;
  color: #000;
}

.entry-content li {
  margin-bottom: 4px;
}

.entry-content li:last-child {
  margin-bottom: 0;
}

.entry-content ul,
.entry-content ol {
  margin-bottom: 27px;
}

.entry-content ul {
  margin-left: 20px;
}

.entry-content ul li::before {
  content: '-';
  display: inline-block;
  margin-right: 4px;
}

.entry-content ol {
  margin-left: 28px;
}

.entry-content ol li {
  list-style: decimal;
}

.entry-content a {
  display: inline-block;
  position: relative;
}

.entry-content a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #000;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.entry-content a:hover::before {
  width: 100%;
}

.entry-content table {
  border-collapse: collapse;
  color: #000;
  margin: 25px 0 35px;
  overflow-x: visible;
  table-layout: fixed;
  width: 100%;
  max-width: 700px;
  display: table;
}

@media screen and (max-width: 767pxpx) {
  .entry-content table {
    display: block;
    overflow-x: scroll;
  }
}

.entry-content tbody {
  width: 100%;
}

@media screen and (max-width: 767pxpx) {
  .entry-content tbody {
    width: 700px;
    display: block;
  }
}

.entry-content tr {
  vertical-align: top;
}

.entry-content tr:first-child td {
  padding-top: 0;
}

.entry-content th {
  border-bottom: 2px solid #000;
  font-weight: 400;
  padding-bottom: 8px;
  color: #000;
}

.entry-content td {
  border-bottom: 1px solid #000;
  padding: 20px 0 5px;
}

.entry-content blockquote {
  position: relative;
  margin: 20px 0;
  padding: 25px 25px 5px 85px;
  background-color: #f5faff;
  border-left: 4px solid #2c3459;
}

.entry-content blockquote::after {
  content: '"';
  font-size: 110px;
  height: 50px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  top: 36px;
  left: 25px;
  color: #2c3459;
}

/*--------------------------------------------------------------
## Banners
--------------------------------------------------------------*/
.banner-example {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  background-attachment: fixed;
  position: relative;
  max-height: 600px;
}

@media screen and (max-width: 576px) {
  .banner-example {
    max-height: 400px;
  }
}

.banner-example-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.banner-example-caption h1,
.banner-example-caption p {
  color: #fff;
}

.c-hero-section {
  position: relative;
  width: 100%;
  height: 650px;
}

.c-hero-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 991px) {
  .c-hero-section {
    height: 480px;
  }
}

@media screen and (max-width: 576px) {
  .c-hero-section {
    height: 350px;
  }
}

.c-hero-section__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-hero-section__container {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  z-index: 1;
}

@media screen and (max-width: 1250px) {
  .c-hero-section__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-hero-section__content {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
}

@media screen and (max-width: 1250px) {
  .c-hero-section__content {
    left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .c-hero-section__content {
    width: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .c-hero-section__content {
    width: 100%;
  }
}

.c-hero-section__title {
  font-size: 60px;
  line-height: 64px;
  font-weight: 700;
  color: #2c3459;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 576px) {
  .c-hero-section__title {
    font-size: 40px;
    line-height: 44px;
  }
}

.c-hero-section__text {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  margin: 20px 0;
}

.c-contact-banner {
  background-color: #7dba2f;
  padding: 15px 0;
}

@media screen and (max-width: 576px) {
  .c-contact-banner {
    padding: 20px 0;
  }
}

.c-contact-banner__wrap {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1250px) {
  .c-contact-banner__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 576px) {
  .c-contact-banner__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-contact-banner__text {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

@media screen and (max-width: 576px) {
  .c-contact-banner__text {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.c-about-us__excerpt {
  background-color: #f2f2f2;
}

.c-about-us__excerpt-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  padding: 80px 0;
}

@media screen and (max-width: 1250px) {
  .c-about-us__excerpt-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .c-about-us__excerpt-container {
    grid-template-columns: repeat(1, 1fr);
    padding: 40px 20px;
  }
}

@media screen and (max-width: 576px) {
  .c-about-us__excerpt-container {
    grid-gap: 30px;
    padding: 30px 20px;
  }
}

.c-about-us__excerpt-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-about-us__excerpt-content .btn-primary {
  max-width: 140px;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .c-about-us__excerpt-content .btn-primary {
    margin: 10px auto 0;
  }
}

@media screen and (max-width: 991px) {
  .c-about-us__excerpt-content {
    text-align: center;
  }
}

.c-about-us__excerpt-title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  color: #2c3459;
  font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
  .c-about-us__excerpt-title {
    font-size: 35px;
  }
}

.c-about-us__excerpt-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 50px;
  height: 6px;
  background: #7dba2f;
  border-radius: 3px;
}

@media screen and (max-width: 991px) {
  .c-about-us__excerpt-title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.c-about-us__excerpt-text p {
  font-size: 16px;
  line-height: 26px;
  color: #777;
  font-weight: 400;
  margin-bottom: 20px;
}

.c-about-us__excerpt-img__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

@media screen and (max-width: 991px) {
  .c-about-us__excerpt-img__wrap {
    grid-gap: 20px;
  }
}

@media screen and (max-width: 576px) {
  .c-about-us__excerpt-img__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-about-us__excerpt-img {
  border-radius: 5px;
  -webkit-box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-about-us__excerpt-img.is-second {
	height: 310px;
}

@media screen and (max-width: 576px) {
  .c-about-us__excerpt-img__right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

.c-about-us__excerpt-img.is-second {
	height: 200px;
}
}

.c-about-us__excerpt-img__right .c-about-us__excerpt-img:first-child {
  height: 250px;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .c-about-us__excerpt-img__right .c-about-us__excerpt-img:first-child {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .c-about-us__excerpt-img__right .c-about-us__excerpt-img:first-child {
    height: 200px;
    margin-bottom: 0;
  }
}

.c-about-us__excerpt-img__right .c-about-us__excerpt-img:last-child {
  height: 310px;
}

@media screen and (max-width: 991px) {
  .c-about-us__excerpt-img__right .c-about-us__excerpt-img:last-child {
    height: 320px;
  }
}

@media screen and (max-width: 576px) {
  .c-about-us__excerpt-img__right .c-about-us__excerpt-img:last-child {
    height: 200px;
  }
}

.c-about-us__excerpt-img__left .c-about-us__excerpt-img {
  height: 590px;
}

@media screen and (max-width: 576px) {
  .c-about-us__excerpt-img__left .c-about-us__excerpt-img {
    height: 250px;
  }
}

.c-services-excerpt__section {
  background-color: #f2f2f2;
  padding: 80px 0 50px;
}

@media screen and (max-width: 991px) {
  .c-services-excerpt__section {
    padding: 40px 0;
  }
}

@media screen and (max-width: 576px) {
  .c-services-excerpt__section {
    padding: 30px 0;
  }
}

.c-services-excerpt__section-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

@media screen and (max-width: 1250px) {
  .c-services-excerpt__section-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1250px) {
  .c-services-excerpt__section-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-services-excerpt-section__title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  text-align: center;
  color: #2c3459;
  font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
  .c-services-excerpt-section__title {
    font-size: 35px;
  }
}

.c-services-excerpt-section__title::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -5px;
  width: 50px;
  height: 6px;
  background: #7dba2f;
  border-radius: 3px;
}

.c-services-excerpt__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 30px;
}

@media screen and (max-width: 576px) {
  .c-services-excerpt__wrap {
    padding-top: 10px;
  }
}

.c-services-excerpt__box {
  position: relative;
  width: 30%;
  text-align: center;
  margin: 0 15px 30px;
  padding: 30px;
}

@media screen and (max-width: 991px) {
  .c-services-excerpt__box {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .c-services-excerpt__box {
    margin: 0 10px 20px;
  }
}

@media screen and (max-width: 576px) {
  .c-services-excerpt__box {
    width: 100%;
    margin: 0 20px 20px;
  }
}

.c-services-excerpt__box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
  transition: opacity 0.55s, -webkit-transform 0.55s;
  -o-transition: opacity 0.55s, transform 0.55s;
  transition: opacity 0.55s, transform 0.55s;
  transition: opacity 0.55s, transform 0.55s, -webkit-transform 0.55s;
  border-top: 2px dashed #7dba2f;
  border-bottom: 2px dashed #7dba2f;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.c-services-excerpt__box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
  transition: opacity 0.55s, -webkit-transform 0.55s;
  -o-transition: opacity 0.55s, transform 0.55s;
  transition: opacity 0.55s, transform 0.55s;
  transition: opacity 0.55s, transform 0.55s, -webkit-transform 0.55s;
  border-left: 2px dashed #7dba2f;
  border-right: 2px dashed #7dba2f;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.c-services-excerpt__box:hover .c-services-excerpt__box-border {
  opacity: 0;
}

.c-services-excerpt__box:hover .c-services-excerpt__icon {
  opacity: 0.7;
}

.c-services-excerpt__box:hover::before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.c-services-excerpt__box:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.c-services-excerpt__box-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px dashed rgba(44, 52, 89, 0.2);
  -webkit-transition: 0.55s;
  -o-transition: 0.55s;
  transition: 0.55s;
}

.c-services-excerpt__icon {
  width: 55px;
  height: 55px;
  margin: 0 auto 15px;
  -webkit-transition: opacity 0.55s;
  -o-transition: opacity 0.55s;
  transition: opacity 0.55s;
}

.c-services-excerpt__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #2c3459;
  margin-bottom: 10px;
}

.c-services-excerpt__text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #777;
  margin-bottom: 15px;
}

.c-services-excerpt__link {
  position: relative;
  font-size: 14px;
  color: #2c3459;
  font-weight: 700;
  z-index: 1;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.c-services-excerpt__link .font-right-arrow {
  position: absolute;
  top: 60%;
  right: -20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  font-weight: 700;
  color: #2c3459;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.c-services-excerpt__link:hover {
  color: #7dba2f;
}

.c-services-excerpt__link:hover .font-right-arrow {
  color: #7dba2f;
}

.c-blog-excerpt__section {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 80px 0;
}

@media screen and (max-width: 1250px) {
  .c-blog-excerpt__section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-blog-excerpt-section__title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  text-align: center;
  color: #2c3459;
  font-weight: 700;
  margin-bottom: 30px;
}

.c-blog-excerpt-section__title::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -5px;
  width: 50px;
  height: 6px;
  background: #7dba2f;
  border-radius: 3px;
}

.c-blog-excerpt-section__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  padding-top: 30px;
}

.c-blog-excerpt__img-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 185px;
  overflow: hidden;
  margin-bottom: 25px;
}

.c-blog-excerpt__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.c-blog-excerpt__img:hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.c-blog-excerpt__title {
  position: relative;
  padding-top: 20px;
  margin-bottom: 17px;
}

.c-blog-excerpt__title a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #2c3459;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.c-blog-excerpt__title a:hover {
  color: #6c98e1;
}

.c-blog-excerpt__title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 5px;
  background: #7dba2f;
  border-radius: 3px;
}

.c-blog-excerpt__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #777;
}

.c-blog-excerpt__date .font-time {
  font-size: 14px;
  color: #7dba2f;
  margin-right: 10px;
  margin-top: -10px;
}

.c-blog-excerpt__date .font-time::before {
  font-weight: 700;
}

.c-icon-box__section {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 80px 0 50px;
}

@media screen and (max-width: 1250px) {
  .c-icon-box__section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .c-icon-box__section {
    padding: 40px 0;
  }
}

@media screen and (max-width: 576px) {
  .c-icon-box__section {
    padding: 30px 0;
  }
}

.c-icon-box__section-title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  text-align: center;
  color: #2c3459;
  font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
  .c-icon-box__section-title {
    font-size: 35px;
  }
}

.c-icon-box__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -5px;
  width: 50px;
  height: 6px;
  background: #7dba2f;
  border-radius: 3px;
}

.c-icon-box__section-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 30px;
}

@media screen and (max-width: 576px) {
  .c-icon-box__section-wrap {
    padding-top: 10px;
  }
}

.c-icon-box__section-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 22%;
  text-align: center;
  margin: 0 15px 30px;
}

@media screen and (max-width: 991px) {
  .c-icon-box__section-box {
    width: 45%;
  }
}

@media screen and (max-width: 576px) {
  .c-icon-box__section-box {
    width: 100%;
  }
}

.c-icon-box__section-box__img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}

.c-icon-box__section-box__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #2c3459;
  margin-bottom: 10px;
}

.c-icon-box__section-box__text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #777;
  margin-bottom: 15px;
}

.c-parallax-section {
  position: relative;
  padding: 80px 0 50px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.c-parallax-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 576px) {
  .c-parallax-section {
    padding: 30px 0;
  }
}

.c-parallax-section-container {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  z-index: 1;
}

@media screen and (max-width: 1250px) {
  .c-parallax-section-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-parallax-section__title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
  .c-parallax-section__title {
    font-size: 35px;
  }
}

.c-parallax-section__title::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -5px;
  width: 50px;
  height: 6px;
  background: #2c3459;
  border-radius: 3px;
}

.c-parallax-section__text {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}

.c-parallax-section__button {
  display: block;
  max-width: 160px;
  margin: 0 auto;
}

.c-logo-slider__section {
  background-color: #fff;
  padding: 20px;
}

@media screen and (max-width: 576px) {
  .c-logo-slider__section {
    display: none;
  }
}

.c-logo-slider__section.is-mobile {
  display: none;
}

@media screen and (max-width: 576px) {
  .c-logo-slider__section.is-mobile {
    display: block;
  }
}

.c-logo-slider__section-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

@media screen and (max-width: 1250px) {
  .c-logo-slider__section-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .c-logo-slider__section-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-logo-slider__section-title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #2c3459;
}

@media screen and (max-width: 991px) {
  .c-logo-slider__section-title {
    margin-bottom: 20px;
  }
}

.c-logo-slider__section-slider__wrap {
  width: 82%;
}

@media screen and (max-width: 991px) {
  .c-logo-slider__section-slider__wrap {
    width: 100%;
  }
}

.logo-slider-item {
  padding-right: 20px;
}

.is-mobile .logo-slider-item {
  padding: 0 10px;
}

.logo-slider-item__image {
  display: block;
  width: 100%;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}

.is-mobile .logo-slider-item__image {
  margin-bottom: 20px;
}

.c-blog-slider {
  background-color: #f2f2f2;
  padding-top: 50px;
}

.c-blog-slider__title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  text-align: center;
  color: #2c3459;
  font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
  .c-blog-slider__title {
    font-size: 35px;
  }
}

.c-blog-slider__title::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -5px;
  width: 50px;
  height: 6px;
  background: #7dba2f;
  border-radius: 3px;
}

.c-blog-slider__text {
  font-size: 16px;
  line-height: 26px;
  color: #777;
  font-weight: 400;
  text-align: center;
}

.c-blog-slider__wrap {
  margin-top: 50px;
}

.c-blog-slider__slide {
  position: relative;
}

.c-blog-slider__slide-wrap {
  display: block;
  position: relative;
  padding-top: 70%;
  overflow: hidden;
}

.c-blog-slider__slide-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.c-blog-slider__slide-wrap:hover .c-blog-slider__slide-img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.c-blog-slider__slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  z-index: 1;
}

.c-blog-slider__slide-content {
  position: absolute;
  width: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  z-index: 3;
}

.c-blog-slider__slide-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #777;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.c-blog-slider__slide-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 13px;
  color: #fff;
}

.c-blog-slider__slide-date .font-time {
  font-size: 12px;
  color: #fff;
  margin-right: 6px;
}

.c-blog-slider__slide-date .font-time::before {
  font-weight: 700;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.site-services__header {
  position: relative;
  width: 100%;
  height: 250px;
  margin-bottom: 50px;
  overflow: hidden;
}

.site-services__header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  .site-services__header {
    height: 200px;
    margin-bottom: 30px;
  }
}

.site-services__header-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-services__content {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1250px) {
  .site-services__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.site-services__title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
}

.site-services__title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 55px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
}

@media screen and (max-width: 576px) {
  .site-services__title {
    font-size: 32px;
  }
}

.site-services__container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 1250px) {
  .site-services__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .site-services__container {
    grid-template-columns: 1fr;
  }
}

.site-services__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

@media screen and (max-width: 768px) {
  .site-services__wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}

@media screen and (max-width: 576px) {
  .site-services__wrap {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  .site-services__aside {
    display: none;
  }
}

.site-services__aside-contact {
  background-color: #7dba2f;
  padding: 30px;
  margin-bottom: 30px;
}

.site-services__aside-contact-title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: left;
  font-weight: 700;
  margin-bottom: 9px;
}

.site-services__aside-contact-text {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
}

.site-services__aside-title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  color: #2c3459;
  border-top: 3px solid #2c3459;
  padding-top: 30px;
  margin-bottom: 30px;
}

.site-services__aside-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 45px;
  height: 4px;
  background-color: #7dba2f;
}

.site-services__aside-list li {
  margin-bottom: 30px;
}

.site-services__aside-list a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #2c3459;
  font-weight: 600;
  margin-bottom: 9px;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.site-services__aside-list a:hover {
  color: #6c98e1;
}

.site-services__aside-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #777;
}

.site-services__aside-date .font-time {
  font-size: 12px;
  color: #7dba2f;
  margin-right: 6px;
  margin-bottom: -5px;
}

.site-services__aside-date .font-time::before {
  font-weight: 700;
}

.site-services__box-img-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 185px;
  overflow: hidden;
  margin-bottom: 15px;
}

.site-services__box-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.site-services__box-img:hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.site-services__box-title {
  position: relative;
  margin: 15px 0;
}

.site-services__box-title a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #2c3459;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.site-services__box-title a:hover {
  color: #7dba2f;
}

.site-services__box-text {
  font-size: 14px;
  line-height: 26px;
  color: #777;
  font-weight: 400;
  margin-bottom: 20px;
}

.site-services__button {
  position: relative;
  font-size: 14px;
  color: #2c3459;
  font-weight: 700;
  z-index: 1;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  margin-top: auto;
}

.site-services__button .font-right-arrow {
  position: absolute;
  top: 60%;
  right: -20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  font-weight: 700;
  color: #2c3459;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.site-services__button:hover {
  color: #7dba2f;
}

.site-services__button:hover .font-right-arrow {
  color: #7dba2f;
}

.services-single__header {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin-bottom: 35px;
}

.services-single__header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 768px) {
  .services-single__header {
    height: 200px;
    margin-bottom: 30px;
  }
}

.services-single__header-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-single__header-wrap {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media screen and (max-width: 1250px) {
  .services-single__header-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.services-single__header-title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
}

.services-single__header-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 55px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
}

@media screen and (max-width: 576px) {
  .services-single__header-title {
    font-size: 32px;
  }
}

.services-single__section {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1250px) {
  .services-single__section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .services-single__section {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}

@media screen and (max-width: 576px) {
  .services-single__section {
    margin-bottom: 30px;
  }
}

.services-single__title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #2c3459;
  margin-bottom: 15px;
}

.site-about__header {
  position: relative;
  width: 100%;
  height: 250px;
  margin-bottom: 50px;
  overflow: hidden;
}

.site-about__header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  .site-about__header {
    height: 200px;
    margin-bottom: 30px;
  }
}

.site-about__header-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-about__header-content {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1250px) {
  .site-about__header-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.site-about__title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
}

.site-about__title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 55px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
}

@media screen and (max-width: 576px) {
  .site-about__title {
    font-size: 32px;
  }
}

.site-about__container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 1250px) {
  .site-about__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .site-about__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    grid-gap: 30px;
  }
}

.site-about__content-title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #2c3459;
  margin-bottom: 20px;
}

.site-about__content-text p {
  font-size: 16px;
  line-height: 26px;
  color: #777;
  font-weight: 400;
  margin-bottom: 20px;
}

.site-about__images-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .site-about__images-top {
    grid-gap: 20px;
    margin-bottom: 20px;
  }
}

.site-about__image {
  display: block;
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-contact__header {
  position: relative;
  width: 100%;
  height: 250px;
  margin-bottom: 50px;
  overflow: hidden;
}

.site-contact__header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  .site-contact__header {
    height: 200px;
    margin-bottom: 30px;
  }
}

.site-contact__header-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-contact__header-content {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1250px) {
  .site-contact__header-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.site-contact__title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  z-index: 1;
}

.site-contact__title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 55px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
}

.site-contact__content-wrap {
  max-width: 720px;
  width: 100%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 768px) {
  .site-contact__content-wrap {
    max-width: 100%;
    margin: 0 0 30px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 576px) {
  .site-contact__content-wrap {
    text-align: center;
  }
}

.site-contact__content-title {
  position: relative;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #2c3459;
}

@media screen and (max-width: 576px) {
  .site-contact__content-title {
    margin-bottom: 10px;
  }
}

.site-contact__content-text {
  font-size: 14px;
  line-height: 26px;
  color: #777;
}

.site-contact__wrap {
  max-width: 720px;
  width: 100%;
  margin: 0 auto 50px;
}

@media screen and (max-width: 768px) {
  .site-contact__wrap {
    max-width: 100%;
    margin: 0 0 30px;
    padding: 0 20px;
  }
}

.site-contact__wrap input,
.site-contact__wrap textarea {
  position: relative;
  width: 100%;
  height: 45px;
  border: 1px solid #dedede;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 576px) {
  .site-contact__wrap input,
  .site-contact__wrap textarea {
    margin-bottom: 0;
  }
}

.site-contact__wrap textarea {
  height: 250px;
  resize: none;
}

@media screen and (max-width: 576px) {
  .site-contact__wrap textarea {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.site-contact__wrap p {
  text-align: center;
  margin-bottom: 0;
}

.site-contact__wrap .btn-primary {
  max-width: 120px;
  margin: 0 auto;
}

.site-contact__wrap .btn-primary:hover {
  border-color: #7dba2f;
}

.site-contact__wrap .ajax-loader {
  display: none;
}

@media screen and (max-width: 576px) {
  .site-contact__wrap .vas-email {
    margin-bottom: 20px;
  }
}

.site-content__form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 576px) {
  .site-content__form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.site-content__form-row .wpcf7-form-control-wrap {
  width: 48%;
}

@media screen and (max-width: 576px) {
  .site-content__form-row .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.error-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 80vh;
  padding: 50px 20px;
}

@media screen and (max-width: 576px) {
  .error-404 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.error-404 p {
  font-size: 24px;
}

.page-title {
  font-size: 50px;
  font-weight: 700;
  color: #2c3459;
  margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
  .page-title {
    font-size: 40px;
  }
}

/*# sourceMappingURL=style.css.map */
