/*------------------------------------------------------------------
[Table of contents]

1. Common
2. Header
3. Home page
4. About us
5. Single service
6. Contacts
7. Blog
8. Single post
9. 404 error
10. Footer
11. @media
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[1. Common]
*/
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Italic.eot");
  src: url("../fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-BoldItalic.eot");
  src: url("../fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

body, a, input, textarea, select, button {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  -webkit-transition: color .3s;
  transition: color .3s;
}

input, textarea, select, button {
  border-radius: 0;
}

input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

textarea {
  resize: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

.text-right {
  text-align: right;
  margin-bottom: 0;
}

.section-title {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 0;
}

.overline {
  position: relative;
  margin-top: 20px;
}

.overline::before {
  content: '';
  position: absolute;
  top: -20px;
  width: 100px;
  height: 5px;
  background-color: #00aeef;
  display: inline-block;
}

.overline.overline-right {
  margin-top: 0;
  display: inline-block;
  color: #f2f4fa;
}

.overline.overline-right:before {
  top: 50%;
  right: -100px;
  width: 83px;
}

@media (max-width: 550px) {
  .overline.overline-right:before {
    top: -20px;
    width: 100px;
    height: 5px;
    right: auto;
  }
}

.btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn .fa {
  position: relative;
  margin-left: 10px;
  font-size: 12px;
  top: -2px;
}

.btn-primary {
  background-color: #102a83;
  color: #f2f4fa;
}

.btn-primary:hover {
  background-color: #00aeef;
  color: #f2f4fa;
}

.btn-secondary {
  background-color: transparent;
  border: 1px solid #102a83;
  color: #102a83;
}

.btn-secondary:hover {
  color: #00aeef;
  border-color: #00aeef;
}

.btn-thirty {
  color: #f2f4fa;
  font-weight: 700;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-thirty i {
  width: 50px;
  height: 50px;
  border: 1px solid #f2f4fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #f2f4fa;
  margin-left: 19px;
}

.btn-thirty:hover {
  color: #f2f4fa;
}

.border-left {
  border-left: 10px solid #00aeef;
  padding-left: 30px;
}

.section-padding {
  padding: 120px 0;
}

.triangle {
  position: relative;
}

.triangle::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}

.triangle::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

blockquote {
  border-left: 6px solid #102a83;
  padding: 20px 0 20px 28px;
  margin: 30px 0;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.owl-carousel button.owl-dot {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: transparent;
  margin-right: 10px;
  border: 1px solid #00aeef;
}

.owl-carousel button.owl-dot::after {
  content: '';
  position: absolute;
  left: -4px;
  top: -4px;
  bottom: -4px;
  right: -4px;
  background-color: transparent;
  border: 1px solid transparent;
}

.owl-carousel button.owl-dot:last-child {
  margin-right: 0;
}

.owl-carousel button.owl-dot.active {
  background-color: #00aeef;
}

.owl-carousel button.owl-dot.active::after {
  border-color: #00aeef;
}

.content ul {
  padding: 0;
  margin: 0;
}

.content ul li {
  padding-left: 40px;
  margin: 0 0 15px 0;
  list-style: none;
  position: relative;
}

.content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #00aeef;
}

.form-inner .title {
  font-size: 45px;
  margin-bottom: 5px;
}

.form-inner label {
  display: block;
  width: 100%;
  font-size: 16px;
  margin-bottom: 15px;
}

.form-inner input, .form-inner textarea {
  display: block;
  width: 100%;
  border: 1px solid #cfd4e6;
  padding-left: 10px;
  font-size: 16px;
}

.form-inner input:focus, .form-inner textarea:focus {
  border-color: #102a83;
}

.form-inner textarea {
  padding-top: 7px;
  height: 80px;
}

.form-inner input {
  height: 50px;
}

.form-inner input.btn {
  width: auto;
  padding: 0 25px;
}

.form-inner .wpcf7-not-valid {
  border-color: #e30613 !important;
}

.form-inner .wpcf7-not-valid-tip {
  display: none !important;
}

#breadcrumbs {
  font-size: 14px;
  margin: 25px 0 60px;
}

#breadcrumbs span, #breadcrumbs a {
  font-size: 14px;
  color: #323232;
}

#breadcrumbs a:hover {
  color: #00aeef;
}

#breadcrumbs span:last-child {
  color: #8e8e8e;
}

/*------------------------------------------------------------------
[2. Header]
*/
.header-site.home-header {
  background-color: unset;
  background-color: #f2f4fa;
  padding: 10px 0;
  padding-bottom: 40px;
}

.header-site.home-header::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 60%;
  background-color: #f2f4fa;
}

.header-site.home-header::after {
  left: 0;
  bottom: 0;
  border-top: 95px solid transparent;
  border-bottom: 95px solid transparent;
  border-left: 95px solid #40559c;
}

.header-site.home-header .mobile-bar-wr {
  display: none;
}

.header-site.home-header .navigation a {
  font-size: 20px;
}

.header-site.main-header {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.header-site.main-header .header-site-inner {
  margin-bottom: 0;
}

.header-site.main-header .top-line {
  background-color: #ecebeb;
}

.header-site.main-header .top-line .top-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-site.main-header .top-line .top-nav-wrapper .top-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.header-site.main-header .top-line .top-nav-wrapper .top-navigation li:not(:last-child) {
  margin-right: 25px;
}

.header-site.main-header .top-line .top-nav-wrapper .top-navigation li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
  -webkit-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
}

.header-site.main-header .top-line .top-nav-wrapper .top-navigation li a:hover {
  color: #00aeef;
}

.header-site.main-header .main-nav {
  margin-top: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 88px;
}

.header-site.main-header .main-nav li {
  margin-bottom: 0;
}

.header-site.main-header .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
}

.header-site.main-header .navigation li {
  margin: 0 40px 0 0;
}

.header-site.main-header .navigation li:last-child {
  margin-right: 0;
}

.header-site.main-header .navigation li.current-menu-item a::before {
  opacity: 1;
}

.header-site.main-header .navigation a {
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.header-site.main-header .navigation a:hover {
  color: #323232;
}

.header-site.main-header .navigation a:hover::before {
  opacity: 1;
}

.header-site.main-header .navigation a::before {
  content: '';
  position: absolute;
  top: -10px;
  height: 4px;
  width: 100%;
  background-color: #00aeef;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.header-site.main-header .fa-bars {
  display: none;
}

.header-site.main-header .site-logo img {
  max-height: 100px;
}

.header-site .fa-bars {
  font-size: 30px;
  color: #102a83;
}

.header-site .container {
  position: relative;
  z-index: 1;
}

.header-site .mobile-menu-main {
  display: none;
  width: 100%;
  text-align: center;
}

.header-site .mobile-menu-main .phone {
  font-size: 18px;
  display: none;
  margin-top: 15px;
}

.header-site .mobile-menu-main .lang-switch {
  margin: 10px 0 0 0 !important;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-site .mobile-menu-main .lang-switch a {
  font-size: 18px;
}

.header-site .mobile-menu-main .navigation, .header-site .mobile-menu-main .top-navigation {
  padding: 0;
  margin: 30px 0 0 0 !important;
  list-style: none;
}

.header-site .mobile-menu-main .navigation li, .header-site .mobile-menu-main .top-navigation li {
  margin: 0 0 20px 0;
  margin-right: 0 !important;
  padding: 0;
  text-align: center;
}

.header-site .mobile-menu-main .navigation a, .header-site .mobile-menu-main .top-navigation a {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #323232;
}

.header-site .mobile-menu-main .top-navigation {
  border-top: 1px solid #e3e3e3;
  padding-top: 30px;
}

.header-site .mobile-menu-main .top-navigation a {
  font-size: 16px;
  text-transform: none;
}

.header-site-inner, .header-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header-site-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-logo {
  display: inline-block;
  margin-top: -25px;
  margin-left: 30px;
}

.site-logo img {
  max-height: 165px;
}

.header-site .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #f2f4fa;
  font-weight: 400;
  height: 100%;
  background-color: #102a83;
  max-width: 314px;
  width: 100%;
  margin-right: -15px;
  -webkit-transition: background-color .4s ease-in-out;
  transition: background-color .4s ease-in-out;
}

.header-site .phone svg {
  fill: #fff;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.header-site .phone:hover {
  background-color: #00aeef;
}

.lang-switch {
  margin-left: 40px;
}

.lang-switch ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.lang-switch ul li {
  padding: 0;
}

.lang-switch ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lang-switch ul li {
  margin-right: 10px;
}

.lang-switch ul li.current-lang a, .lang-switch ul li:hover a {
  color: #00aeef;
}

.lang-switch ul li:last-child {
  margin-right: 0;
}

.lang-switch ul a {
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
  font-size: 14px;
}

.lang-switch .fa {
  display: none;
}

.main-nav {
  margin-top: 70px;
}

.main-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-nav ul li {
  padding: 0;
}

.main-nav li {
  margin-bottom: 20px;
}

.main-nav li.current-menu-item, .main-nav li:hover a {
  color: #00aeef;
}

.main-nav li:last-child {
  margin-bottom: 0;
}

.main-nav a {
  font-weight: 700;
  color: #323232;
}

.home-slider {
  position: relative;
}

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

.home-slider .header-slider .slider-item {
  position: relative;
  height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-slider .header-slider .slider-item:after {
  content: " ";
  display: block;
  width: 90%;
  height: 85%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #102a83;
  opacity: 0.6;
}

.home-slider .header-slider .title {
  font-size: 65px;
  line-height: 90px;
  font-weight: 700;
  color: #f2f4fa;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.home-slider .home-form {
  max-width: 420px;
  width: 100%;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.71);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.71);
  background-color: #fff;
  padding: 20px 44px;
  position: relative;
  z-index: 9;
}

.home-slider .home-form .form-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
}

.home-slider .home-form label {
  width: 100%;
  margin-bottom: 15px;
}

.home-slider .home-form label span {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #323232;
}

.home-slider .home-form label input {
  border: 1px solid #cfd4e6;
  height: 50px;
  width: 100%;
  text-align: left;
  padding-left: 15px;
  margin-top: 5px;
}

.home-slider .home-form label br {
  display: none;
}

.home-slider .home-form input[type="submit"] {
  border: 0;
  background-color: #102a83;
  color: #f2f4fa;
  margin-top: 30px;
}

.home-slider .home-form input[type="submit"] i {
  margin-left: 5px;
}

.home-slider .home-form input[type="submit"]:hover {
  background-color: #00aeef;
}

@media (max-width: 991px) {
  .home-slider .header-slider .title {
    text-align: center;
    padding: 0;
    margin-bottom: 50px;
    font-size: 48px;
    line-height: 56px;
  }
  .home-slider .header-slider .slider-item {
    height: auto;
    padding: 50px 0;
  }
  .home-slider .home-form {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .home-slider .owl-carousel .owl-dots {
    width: 100%;
    position: relative;
    bottom: 0;
  }
  .home-slider .header-slider .title {
    font-size: 36px;
  }
  .home-slider .header-slider .slider-item:after {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .home-slider .home-form {
    padding: 30px 15px;
    max-width: 100%;
  }
}

/*------------------------------------------------------------------
[3. Home page]
*/
.spinner-entry {
  position: relative;
  padding-top: 60px;
  overflow: hidden;
  margin-top: 125px;
}

.spinner-entry .section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}

.spinner-entry .section-head .section-title {
  color: #fff;
}

.spinner-entry.all-services {
  padding-top: 0;
}

.spinner-entry.all-services .services-wr {
  margin-bottom: 170px;
}

.spinner-entry .spinner-wr {
  position: relative;
  margin-bottom: 20px;
}

.spinner-entry .spinner-wr::before {
  content: '';
  display: block;
  position: absolute;
  right: -30px;
  top: -80px;
  left: -999999px;
  height: 380px;
  background-color: #102a83;
  z-index: -1;
}

.spinner-entry .spinner-item-wr {
  margin-bottom: 30px;
}

.spinner-entry .spinner-item {
  display: block;
  min-height: 360px;
  height: 100%;
  text-align: center;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  padding: 48px 10px 38px;
  background-color: white;
}

.spinner-entry .spinner-item:hover .title {
  color: #00aeef;
}

.spinner-entry .spinner-item:hover .img-wr::after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.spinner-entry .spinner-item .title {
  margin-top: 65px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  color: #323232;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.spinner-entry .img-wr {
  position: relative;
  width: 127px;
  height: 127px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.spinner-entry .img-wr img {
  position: relative;
  z-index: 1;
}

.spinner-entry .img-wr::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #f2f4fa;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media (max-width: 550px) {
  .spinner-entry .section-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .spinner-entry .section-head .section-title {
    margin-bottom: 30px;
  }
}

.about::after {
  right: 0;
  top: 80px;
  border-top: 125px solid transparent;
  border-bottom: 125px solid transparent;
  border-right: 125px solid #40559c;
}

.about .about-content {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  padding: 100px 0 85px;
}

.about .about-content-inner {
  margin-top: 45px;
}

.about .about-image-wr {
  position: relative;
}

.about .about-image-wr .btn-primary {
  position: absolute;
  right: 0;
  bottom: 25px;
}

.about .about-image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 370px;
}

.about .about-image-inner .image-wr {
  position: relative;
  text-align: center;
}

.about .about-image-inner .image-wr::after {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  top: -10px;
  width: 100%;
  height: 100%;
  background-color: #102a83;
  z-index: -1;
}

.benefits {
  background-color: #102a83;
  color: white;
  padding: 120px 0 90px;
}

.benefits .benefits-rows {
  margin-top: 50px;
}

.benefits .benefits-item-wr {
  margin-bottom: 30px;
}

.benefits .benefits-item {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 45px 0 37px;
}

.benefits .benefits-item .title {
  margin: 18px 0 0 0;
  font-size: 20px;
  font-weight: 700;
}

.last-news::after {
  left: 0;
  top: 50%;
  border-top: 95px solid transparent;
  border-bottom: 95px solid transparent;
  border-left: 95px solid #40559c;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.last-news .section-title {
  margin-bottom: 40px;
}

.last-news .last-news-item-wr {
  margin-bottom: 30px;
}

.last-news .last-news-item {
  position: relative;
  display: block;
  height: 100%;
  padding: 30px 30px 80px;
  background-color: white;
  border: 1px solid #f2f4fa;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
}

.last-news .last-news-item:hover {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.last-news .last-news-item:hover .last-news-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.last-news .last-news-item:hover::after {
  left: -6px;
  top: 6px;
}

.last-news .last-news-item:hover .fa {
  color: #102a83;
}

.last-news .last-news-item .title {
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0 0;
  color: #323232;
}

.last-news .last-news-item::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #102a83;
  z-index: -1;
  -webkit-transition: left .3s, top .3s;
  transition: left .3s, top .3s;
}

.last-news .last-news-image-wr {
  position: relative;
  overflow: hidden;
}

.last-news .last-news-image {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.last-news .last-news-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px 35px;
}

.last-news .last-news-footer .time {
  color: #323232;
}

.last-news .last-news-footer .fa {
  color: #f2f4fa;
  font-size: 20px;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.last-news .text-center {
  margin-top: 20px;
}

.seo-text {
  background-color: #f2f4fa;
}

.seo-text .section-title {
  margin-bottom: 30px;
}

.seo-text p {
  font-size: 18px;
  font-weight: 400;
  color: #323232;
}

/*------------------------------------------------------------------
[4. About us]
*/
.about-about-us-main {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}

.about-us-main-wr {
  position: relative;
  padding-top: 80px;
}

.about-us-main-wr::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 99999px;
  height: 50%;
  background-color: #102a83;
}

.about-us-main-inner {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  padding: 70px 0;
  background-color: #fff;
}

.about-us-main-inner .section-title {
  margin-bottom: 45px;
}

.about-about-us-more {
  position: relative;
}

.about-about-us-more::before, .about-about-us-more::after {
  content: '';
  position: absolute;
}

.about-about-us-more::before {
  left: 0;
  top: -150px;
  border-top: 95px solid transparent;
  border-bottom: 95px solid transparent;
  border-left: 95px solid rgba(16, 42, 131, 0.8);
}

.about-about-us-more::after {
  right: 0;
  top: 50%;
  border-top: 95px solid transparent;
  border-bottom: 95px solid transparent;
  border-right: 95px solid rgba(16, 42, 131, 0.8);
}

.about-about-us-more .text-center {
  margin-bottom: 70px;
}

.our-clients {
  padding-top: 120px;
  margin-bottom: 100px;
}

.our-clients .section-title {
  margin-bottom: 80px;
}

.our-clients .item {
  width: 20%;
  margin-bottom: 50px;
  padding: 0 15px;
}

.our-clients .item-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*------------------------------------------------------------------
[5. Archive service]
*/
.services-tax-page {
  margin-bottom: 80px;
  position: relative;
}

.services-tax-page .section-title {
  margin-bottom: 40px;
}

.services-tax-page .archive-description {
  margin-bottom: 40px;
}

.services-tax-page .box {
  margin-bottom: 30px;
  position: relative;
}

.services-tax-page .box a.service-box {
  display: block;
  height: 345px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.services-tax-page .box a.service-box img.thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.services-tax-page .box .excerpt {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}

.services-tax-page .box .hover_box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.services-tax-page .box .hover_box:before {
  content: "";
  position: absolute;
  left: 94%;
  top: -50%;
  width: 100%;
  height: 200%;
  background-color: #820707;
  z-index: 2;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.services-tax-page .box .hover_box:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: 1;
}

.services-tax-page .box .hover_box img {
  max-width: 70px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.services-tax-page .box .hover_box p {
  max-width: 80%;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 42px;
  color: #f2f4fa;
  position: relative;
  z-index: 2;
  margin-top: -70px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.services-tax-page .box .hover_box .readmore-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 30px;
  bottom: 15px;
  color: #f2f4fa;
  position: absolute;
  z-index: 2;
  font-size: 16px;
  font-weight: 400;
}

.services-tax-page .box .hover_box .readmore-btn .inner-text {
  margin-right: 10px;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.services-tax-page .box:hover img.thumbnail {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.services-tax-page .box:hover .hover_box:before {
  right: auto;
  left: 81px;
  background-color: #00aeef;
}

.services-tax-page .box:hover .hover_box img {
  opacity: 1;
}

.services-tax-page .box:hover .hover_box p {
  margin-top: 0;
}

.services-tax-page .box:hover .hover_box .readmore-btn .inner-text {
  opacity: 1;
}

.service-tax-baner {
  margin-bottom: 170px;
}

.service-tax-baner .service-tax-baner-wrap {
  padding: 60px 40px;
  background-size: cover;
  background-position: center;
}

.service-tax-baner .align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-tax-baner .align-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.service-tax-baner .promo-text {
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
}

.service-tax-baner .form {
  max-width: 372px;
  width: 100%;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.71);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.71);
  background-color: #fff;
  padding: 40px 44px;
}

.service-tax-baner .form .form-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
}

.service-tax-baner .form label {
  width: 100%;
  margin-bottom: 15px;
}

.service-tax-baner .form label span {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #323232;
}

.service-tax-baner .form label input {
  border: 1px solid #cfd4e6;
  height: 50px;
  width: 100%;
  text-align: left;
  padding-left: 15px;
  margin-top: 5px;
}

.service-tax-baner .form label br {
  display: none;
}

.service-tax-baner .form input[type="submit"] {
  border: 0;
  background-color: #102a83;
  color: #f2f4fa;
  margin-top: 30px;
}

.service-tax-baner .form input[type="submit"] i {
  margin-left: 5px;
}

.service-tax-baner .form input[type="submit"]:hover {
  background-color: #00aeef;
}

@media screen and (max-width: 991px) {
  .service-tax-baner {
    margin-bottom: 0;
  }
  .service-tax-baner .service-tax-baner-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .service-tax-baner .promo-text {
    padding-left: 0;
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    width: 100%;
  }
  .service-tax-baner .form {
    margin: 0 auto;
  }
}

@media screen and (max-width: 550px) {
  .service-tax-baner .service-tax-baner-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .service-tax-baner .service-tax-baner-wrap .form {
    padding: 30px 15px;
  }
}

/*------------------------------------------------------------------
[5. Single service]
*/
.single-service-intro {
  position: relative;
  overflow: hidden;
}

.single-service-intro .section-title {
  margin-bottom: 40px;
}

.single-service-intro .services {
  padding-top: 50px;
}

.single-service-intro .services .services-item {
  min-height: initial;
}

.single-service-intro .services .img-wr {
  width: 85px;
  height: 85px;
}

.single-service-intro .services .img-wr img {
  max-width: 40px;
  max-height: 40px;
}

.single-service-intro-inner {
  position: relative;
  padding-top: 80px;
}

.single-service-intro-inner::before {
  content: '';
  position: absolute;
  left: 8.3333%;
  width: 9999px;
  top: 0;
  height: 300px;
  background-color: #102a83;
  z-index: -1;
}

.single-service-intro-inner .excerpt {
  margin-top: 80px;
}

.why-we {
  margin-top: 120px;
  background-color: #102a83;
  padding: 130px 0;
  color: white;
}

.why-we .custom-bullet {
  margin-top: 25px;
}

.sertificate {
  padding-top: 100px;
}

.sertificate .section-title {
  margin-bottom: 25px;
}

.sertificate .excerpt {
  margin-bottom: 50px;
}

.single-service-more-info {
  padding: 100px 0;
}

.single-service-more-info .section-title {
  margin-bottom: 30px;
}

.single-service-form-entry {
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}

.single-service-form-entry .single-service-form {
  padding-top: 80px;
  position: relative;
}

.single-service-form-entry .single-service-form::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  left: -999999px;
  height: 300px;
  background-color: #102a83;
  z-index: -1;
}

.single-service-form-entry .single-service-form-wr {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  padding: 55px 0;
  background-color: #fff;
}

.single-service-wrapper {
  position: relative;
}

.single-service-wrapper:after {
  right: 0;
  top: 10%;
  border-top: 125px solid transparent;
  border-bottom: 125px solid transparent;
  border-right: 125px solid #40559c;
}

.single-service-wrapper:before {
  left: 0;
  top: 40%;
  border-top: 125px solid transparent;
  border-bottom: 125px solid transparent;
  border-left: 125px solid #40559c;
}

.single-service-wrapper .sidebar {
  -webkit-box-shadow: 0 3px 9px rgba(0, 1, 0, 0.2);
          box-shadow: 0 3px 9px rgba(0, 1, 0, 0.2);
  background-color: #f4f4f4;
}

.single-service-wrapper .sidebar .sidebar-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 29px 20px;
  background-color: #e3e3e3;
  display: block;
  color: #102a83;
}

.single-service-wrapper .sidebar ul {
  padding: 0;
  list-style-type: none;
}

.single-service-wrapper .sidebar ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding: 10px 20px;
  color: #323232;
  display: block;
  border-bottom: 1px solid #e3e3e3;
  -webkit-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
}

.single-service-wrapper .sidebar ul li a:hover {
  color: #00aeef;
}

.single-service-wrapper .sidebar.fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.single-service-wrapper .spinner-entry {
  overflow: visible;
}

.single-service-wrapper .spinner-entry:after {
  left: 0;
  top: -145px;
  border-top: 125px solid transparent;
  border-right: 125px solid transparent;
  border-left: 125px solid #40559c;
}

.single-service-wrapper .service-content {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
}

.single-service-wrapper .service-content:after {
  content: " ";
  display: block;
  clear: both;
}

.single-service-wrapper .service-content h2, .single-service-wrapper .service-content h3, .single-service-wrapper .service-content h4, .single-service-wrapper .service-content h5, .single-service-wrapper .service-content h6 {
  font-size: 30px;
  font-weight: bold;
  margin: 50px 0;
}

.single-service-wrapper .service-content ul {
  padding: 0;
  list-style-type: none;
}

.single-service-wrapper .service-content ul li {
  position: relative;
  padding-left: 20px;
}

.single-service-wrapper .service-content ul li:before {
  content: " ";
  width: 8px;
  height: 8px;
  background-color: #00aeef;
  position: absolute;
  top: 12px;
  left: 0;
}

.single-service-wrapper .service-content img.size-full {
  width: 100%;
  margin: 50px 0;
}

.single-service-wrapper .service-baner {
  background-size: cover;
  background-position: center center;
  margin: 80px 0;
}

.single-service-wrapper .service-baner .service-baner-text {
  font-size: 30px;
  font-weight: bold;
  color: #f2f4fa;
  padding-left: 30px;
}

.single-service-wrapper .service-baner .align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-service-wrapper .service-baner .single-service-form {
  max-width: 470px;
  width: 100%;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.71);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.71);
  background-color: #fff;
  padding: 30px 30px;
}

.single-service-wrapper .service-baner .single-service-form p {
  margin: 0;
}

.single-service-wrapper .service-baner .single-service-form .form-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
}

.single-service-wrapper .service-baner .single-service-form label {
  width: 100%;
  margin-bottom: 15px;
}

.single-service-wrapper .service-baner .single-service-form label span {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #323232;
}

.single-service-wrapper .service-baner .single-service-form label input {
  border: 1px solid #cfd4e6;
  height: 50px;
  width: 100%;
  text-align: left;
  padding-left: 15px;
  margin-top: 5px;
}

.single-service-wrapper .service-baner .single-service-form label br {
  display: none;
}

.single-service-wrapper .service-baner .single-service-form input[type="submit"] {
  border: 0;
  background-color: #102a83;
  color: #f2f4fa;
}

.single-service-wrapper .service-baner .single-service-form input[type="submit"] i {
  margin-left: 5px;
}

.single-service-wrapper .service-baner .single-service-form input[type="submit"]:hover {
  background-color: #00aeef;
}

@media screen and (max-width: 991px) {
  .single-service-wrapper .service-baner {
    padding: 50px 15px;
  }
  .single-service-wrapper .service-baner .service-baner-text {
    padding-left: 0;
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .single-service-wrapper .service-baner .single-service-form {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .single-service-wrapper .service-content h2, .single-service-wrapper .service-content h3, .single-service-wrapper .service-content h4, .single-service-wrapper .service-content h5, .single-service-wrapper .service-content h6 {
    font-size: 24px;
    margin: 20px 0;
  }
}

@media screen and (max-width: 550px) {
  .single-service-wrapper .service-content img {
    width: 100%;
    float: none;
  }
  .single-service-wrapper .service-baner {
    margin-left: -15px;
    margin-right: -15px;
  }
  .single-service-wrapper .service-baner .single-service-form {
    padding: 30px 15px;
  }
}

/*------------------------------------------------------------------
[6. Contacts]
*/
.contacts-entry {
  padding-top: 0;
}

.contacts-entry .spinner-item-wr .title {
  color: #323232 !important;
  font-size: 18px;
}

.contacts-entry.spinner-entry .spinner-wr {
  margin-bottom: 0;
}

.contacts-entry .img-wr .fa {
  color: #102a83;
  z-index: 1;
  font-size: 45px;
}

.form-map-entry {
  margin: 100px 0 180px;
}

.acf-map {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #f2f4fa;
}

.acf-map::before {
  content: '';
  position: absolute;
  left: -10px;
  top: -10px;
  right: 10px;
  bottom: 10px;
  background-color: #102a83;
  z-index: -1;
}

/*------------------------------------------------------------------
[7. Blog]
*/
.blog-entry .section-title {
  margin-bottom: 40px;
}

.blog-entry .post-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  border-right: 6px solid #102a83;
  background-color: #fff;
  margin-bottom: 30px;
  color: #323232;
}

.blog-entry .post-item:hover::after {
  left: -6px;
  bottom: -6px;
}

.blog-entry .post-item:hover .img-wr img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-entry .post-item:hover .read-more .fa {
  color: #102a83;
}

.blog-entry .post-item::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #102a83;
  z-index: -1;
  -webkit-transition: left .3s, bottom .3s;
  transition: left .3s, bottom .3s;
}

.blog-entry .post-item .img-wr {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  position: relative;
  overflow: hidden;
}

.blog-entry .post-item .img-wr img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 310px;
  height: 100%;
}

.blog-entry .post-item .post-info {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 60px;
}

.blog-entry .post-item .publish-day {
  color: #102a83;
  margin-bottom: 10px;
}

.blog-entry .post-item .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.blog-entry .post-item .read-more {
  margin-top: 45px;
  margin-bottom: 0;
}

.blog-entry .post-item .read-more .fa {
  color: #cfd4e6;
  font-size: 22px;
  margin-left: 15px;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.navigation.pagination {
  margin-top: 50px;
  margin-bottom: 190px;
}

.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navigation.pagination .page-numbers {
  margin-right: 15px;
  color: #323232;
  font-size: 24px;
  font-weight: 700;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.navigation.pagination .page-numbers.current, .navigation.pagination .page-numbers:hover {
  color: #00aeef;
}

.navigation.pagination .page-numbers.next, .navigation.pagination .page-numbers.prev {
  color: #102a83;
}

.navigation.pagination .page-numbers.next:hover::before, .navigation.pagination .page-numbers.prev:hover::before {
  color: #00aeef;
}

.navigation.pagination .page-numbers.next::before, .navigation.pagination .page-numbers.prev::before {
  display: inline-block;
  position: relative;
  font-family: FontAwesome;
  font-size: 18px;
  top: -2px;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.navigation.pagination .page-numbers.next::before {
  content: '\f061';
}

.navigation.pagination .page-numbers.prev::before {
  content: '\f060';
}

.navigation.pagination .page-numbers.dots {
  color: #323232 !important;
}

.navigation.pagination .page-numbers:last-child {
  margin-right: 0;
}

/*------------------------------------------------------------------
[8. Single post]
*/
.single-post-entry .section-title {
  margin-bottom: 35px;
}

.post-content-wr {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  padding: 60px 0;
  border-right: 6px solid #102a83;
  margin-bottom: 50px;
}

.post-content-wr .publish-day {
  color: #102a83;
  margin-bottom: 10px;
}

.post-content-wr .title {
  font-size: 24px;
  margin-bottom: 25px;
}

.post-content-wr a {
  color: #00aeef;
}

.post-content-wr a:hover {
  text-decoration: underline;
}

.post-content-inner {
  padding-top: 35px;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 55px;
}

.share span {
  margin-right: 35px;
}

.share a {
  color: #323232;
  margin-right: 25px;
}

.share a:last-child {
  margin-right: 0;
}

.share a:hover {
  color: #00aeef;
}

.next-prev-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 190px;
}

.next-prev-post a {
  color: #323232;
}

.next-prev-post a:hover .fa {
  color: #102a83;
}

.next-prev-post .fa {
  color: #cfd4e6;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.next-prev-post .prev .fa {
  margin-right: 15px;
}

.next-prev-post .next .fa {
  margin-left: 15px;
}

.post-comment {
  border-top: 1px solid #cfd4e6;
  padding-top: 50px;
}

.post-comment .post-comment-inner ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.post-comment .post-comment-inner ol li {
  margin-bottom: 50px;
}

.post-comment .post-comment-inner ol .comment-author {
  font-size: 18px;
  margin-bottom: 15px;
}

.post-comment .post-comment-inner ol .comment-author img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.post-comment .post-comment-inner ol .comment-metadata {
  margin-bottom: 15px;
  font-size: 18px;
}

.post-comment .post-comment-inner ol.children {
  padding-left: 20px;
  margin-top: 30px;
}

.post-comment .post-comment-inner .comment-respond .comment-reply-title {
  font-size: 24px;
}

.post-comment .post-comment-inner .comment-respond form p {
  font-size: 18px;
}

.post-comment .post-comment-inner .comment-respond form .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.post-comment .post-comment-inner .comment-respond form .comment-form-cookies-consent input {
  height: auto;
  width: auto;
}

.post-comment .post-comment-inner .comment-respond form .comment-form-cookies-consent label {
  margin-bottom: 0;
  margin-left: 10px;
}

.post-comment .post-comment-inner .comment-respond form .comment-form-comment label {
  display: none;
}

.post-comment .post-comment-inner .comment-respond form label {
  display: block;
  width: 100%;
  font-size: 16px;
  margin-bottom: 15px;
}

.post-comment .post-comment-inner .comment-respond form textarea, .post-comment .post-comment-inner .comment-respond form input {
  display: block;
  width: 100%;
  border: 1px solid #cfd4e6;
  padding-left: 10px;
  font-size: 16px;
}

.post-comment .post-comment-inner .comment-respond form input {
  height: 50px;
}

.post-comment .post-comment-inner .comment-respond form input[type="submit"] {
  background-color: #102a83;
  color: #f2f4fa;
  width: auto;
  padding: 0 25px;
  cursor: pointer;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.post-comment .post-comment-inner .comment-respond form input[type="submit"]:hover {
  background-color: #00aeef;
  color: #f2f4fa;
}

/*------------------------------------------------------------------
[9. 404 error]
*/
.error-404-entry.triangle::after {
  right: 0;
  top: 10%;
  border-top: 95px solid transparent;
  border-bottom: 95px solid transparent;
  border-right: 95px solid #40559c;
}

.error-404-entry.triangle::before {
  content: '';
  position: absolute;
  left: 0;
  top: 70%;
  border-top: 95px solid transparent;
  border-bottom: 95px solid transparent;
  border-left: 95px solid #40559c;
}

.error-404-entry .title {
  font-size: 300px;
  font-weight: 400;
  color: #102a83;
  margin-bottom: -60px;
}

.error-404-entry .subtitle {
  font-size: 45px;
  margin-bottom: 30px;
}

.error-404-entry .btn {
  margin-bottom: 200px;
}

/*------------------------------------------------------------------
[10. Footer]
*/
.site-footer {
  padding: 26px 0 13px;
  background-color: #102a83;
  color: #f2f4fa;
}

.site-footer a {
  color: #f2f4fa;
}

.footer-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-bar .item {
  margin-right: 50px;
  font-size: 16px;
}

.footer-bar .item a {
  font-size: 16px;
}

.footer-bar .item::before {
  font-family: 'FontAwesome';
  margin-right: 10px;
  color: #00aeef;
}

.footer-bar .item.address::before {
  content: '\f041';
}

.footer-bar .item.phones::before {
  content: '\f10b';
}

.footer-bar .item.phones a {
  display: inline-block;
  margin-right: 30px;
}

.footer-bar .item.phones a:last-child {
  margin-right: 0;
}

.footer-bar .item.mail::before {
  content: '\f0e0';
}

.copyright {
  text-align: right;
  margin-bottom: 0;
  font-size: 14px;
}

/*------------------------------------------------------------------
[11. @media]
*/
@media screen and (max-width: 1229px) {
  .header-slider .slider-item {
    height: 450px;
  }
  .header-site.home-header::before {
    height: 100%;
  }
  .header-site.main-header .lang-switch {
    margin-left: 30px;
  }
  .header-site.main-header .navigation {
    margin-right: 30px;
  }
  .header-site.main-header .navigation li {
    margin-right: 25px;
  }
  .header-site.main-header a {
    font-size: 16px;
  }
  .blog-entry .post-item .post-info {
    padding: 0 0 0 30px;
  }
}

@media screen and (min-width: 992px) {
  .header-site.main-header .mobile-menu-main {
    display: none !important;
  }
  .header-site.home-header .main-nav {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  .triangle::after, .triangle::before {
    display: none;
  }
  .about-about-us-more::after, .about-about-us-more::before {
    display: none;
  }
  .header-site-inner {
    margin-bottom: 15px;
  }
  .header-navigation {
    padding-left: 40px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-navigation .lang-switch {
    margin-left: 30px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-navigation .fa-bars {
    display: block;
  }
  .site-logo {
    margin-top: 0;
    margin-left: 0;
  }
  .header-site.main-header .top-line {
    display: none;
  }
  .header-site.main-header .navigation {
    display: none;
  }
  .header-site.main-header .fa-bars {
    display: inline-block;
    margin-left: 30px;
  }
  .header-site.main-header .mobile-menu-main .navigation {
    display: block;
  }
  .header-site.main-header .mobile-menu-main .navigation li.current-menu-item a {
    color: #00aeef;
  }
  .header-site.main-header .mobile-menu-main .navigation a::before {
    display: none;
  }
  .header-site.main-header .mobile-menu-main .navigation a:hover {
    color: #00aeef;
  }
  .header-site.main-header .site-logo img {
    max-height: 75px;
  }
  .header-site.home-header .main-nav {
    display: none;
    margin: 0 0 30px 0;
    text-align: center;
  }
  .mobile-bar-wr .lang-switch {
    margin: 10px 0;
  }
  .mobile-bar-wr .lang-switch ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-slider .title {
    max-width: 100%;
    width: 100%;
    padding: 20px;
    bottom: 0;
    font-size: 30px;
  }
  .services .services-item {
    min-height: initial;
  }
  .about .about-image-inner {
    position: relative;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about .about-image-wr {
    margin-top: -30px;
    text-align: center;
  }
  .about .about-image-wr .btn-primary {
    position: relative;
    bottom: 0;
    margin-top: 30px;
  }
  .benefits .benefits-item {
    padding: 30px;
  }
  .our-clients .item {
    width: 25%;
  }
  .acf-map {
    height: 400px;
    margin-top: 80px;
  }
  .acf-map::before {
    right: -10px;
    bottom: -10px;
  }
  .blog-entry .post-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-entry .post-item .post-info {
    padding: 0;
  }
  .blog-entry .post-item .publish-day {
    font-size: 16px;
  }
  .blog-entry .post-item .img-wr {
    margin-bottom: 30px;
  }
  .blog-entry .post-item .img-wr img {
    width: 100%;
    height: 300px;
  }
  .blog-entry .post-item .excerpt {
    display: none;
  }
  .blog-entry .post-item .read-more {
    margin-top: 0;
  }
  .blog-entry .post-item .read-more .fa {
    color: #102a83;
  }
  .error-404-entry {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
  .header-site.home-header .mobile-bar-wr {
    display: block;
  }
  .header-navigation .phone {
    display: none;
  }
  .header-navigation .lang-switch {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-navigation .lang-switch ul {
    display: none;
  }
  .mobile-bar-wr .phone {
    display: block;
  }
  .header-site.main-header .main-nav {
    display: none;
  }
  .header-site.main-header .fa-bars {
    margin-left: 0;
  }
  .header-site.main-header .mobile-menu-main .phone {
    display: block;
  }
  .header-site.main-header .lang-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .single-service-intro-inner {
    padding-top: 0;
  }
  .single-service-intro-inner::before {
    display: none;
  }
  .error-404-entry .title {
    font-size: 200px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  body, a, input, textarea, select, button {
    font-size: 16px;
  }
  .section-title {
    text-align: center;
  }
  .form-inner .title {
    font-size: 30px;
  }
  .form-inner input.btn {
    width: 100%;
  }
  .single-service-form::before {
    right: -15px;
  }
  .site-logo img {
    max-height: 100px;
  }
  .header-slider .title {
    font-size: 24px;
  }
  .header-site .mobile-menu-main .phone, .header-site .mobile-menu-main .lang-switch a {
    font-size: 16px;
  }
  .about .about-image-wr {
    margin-top: 30px;
  }
  .about .about-image-inner .image-wr::after {
    display: none;
  }
  .benefits-item-content {
    text-align: center;
  }
  .our-clients .item {
    width: 33.3333%;
  }
  .post-content-wr {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-right: none;
    padding-top: 0;
    margin-bottom: 0;
  }
  .error-404-entry .title {
    font-size: 100px;
  }
  .error-404-entry .subtitle {
    font-size: 36px;
  }
  .error-404-entry .btn {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 450px) {
  .blog-entry .post-item .img-wr img {
    height: 250px;
  }
}
/*# sourceMappingURL=style.css.map */